Uses of Class
com.google.cloud.channel.v1.RegisterSubscriberResponse
-
Packages that use RegisterSubscriberResponse Package Description com.google.cloud.channel.v1 A client to Cloud Channel APIcom.google.cloud.channel.v1.stub -
-
Uses of RegisterSubscriberResponse in com.google.cloud.channel.v1
Methods in com.google.cloud.channel.v1 that return RegisterSubscriberResponse Modifier and Type Method Description RegisterSubscriberResponseRegisterSubscriberResponse.Builder. build()RegisterSubscriberResponseRegisterSubscriberResponse.Builder. buildPartial()static RegisterSubscriberResponseRegisterSubscriberResponse. getDefaultInstance()RegisterSubscriberResponseRegisterSubscriberResponse.Builder. getDefaultInstanceForType()RegisterSubscriberResponseRegisterSubscriberResponse. getDefaultInstanceForType()static RegisterSubscriberResponseRegisterSubscriberResponse. parseDelimitedFrom(InputStream input)static RegisterSubscriberResponseRegisterSubscriberResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RegisterSubscriberResponseRegisterSubscriberResponse. parseFrom(byte[] data)static RegisterSubscriberResponseRegisterSubscriberResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RegisterSubscriberResponseRegisterSubscriberResponse. parseFrom(com.google.protobuf.ByteString data)static RegisterSubscriberResponseRegisterSubscriberResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RegisterSubscriberResponseRegisterSubscriberResponse. parseFrom(com.google.protobuf.CodedInputStream input)static RegisterSubscriberResponseRegisterSubscriberResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RegisterSubscriberResponseRegisterSubscriberResponse. parseFrom(InputStream input)static RegisterSubscriberResponseRegisterSubscriberResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RegisterSubscriberResponseRegisterSubscriberResponse. parseFrom(ByteBuffer data)static RegisterSubscriberResponseRegisterSubscriberResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)RegisterSubscriberResponseCloudChannelServiceClient. registerSubscriber(RegisterSubscriberRequest request)Registers a service account with subscriber privileges on the Cloud Pub/Sub topic for this Channel Services account.RegisterSubscriberResponseCloudChannelServiceGrpc.CloudChannelServiceBlockingStub. registerSubscriber(RegisterSubscriberRequest request)Registers a service account with subscriber privileges on the Cloud Pub/Sub topic for this Channel Services account.Methods in com.google.cloud.channel.v1 that return types with arguments of type RegisterSubscriberResponse Modifier and Type Method Description com.google.protobuf.Parser<RegisterSubscriberResponse>RegisterSubscriberResponse. getParserForType()static io.grpc.MethodDescriptor<RegisterSubscriberRequest,RegisterSubscriberResponse>CloudChannelServiceGrpc. getRegisterSubscriberMethod()static com.google.protobuf.Parser<RegisterSubscriberResponse>RegisterSubscriberResponse. parser()com.google.common.util.concurrent.ListenableFuture<RegisterSubscriberResponse>CloudChannelServiceGrpc.CloudChannelServiceFutureStub. registerSubscriber(RegisterSubscriberRequest request)Registers a service account with subscriber privileges on the Cloud Pub/Sub topic for this Channel Services account.com.google.api.gax.rpc.UnaryCallable<RegisterSubscriberRequest,RegisterSubscriberResponse>CloudChannelServiceClient. registerSubscriberCallable()Registers a service account with subscriber privileges on the Cloud Pub/Sub topic for this Channel Services account.com.google.api.gax.rpc.UnaryCallSettings.Builder<RegisterSubscriberRequest,RegisterSubscriberResponse>CloudChannelServiceSettings.Builder. registerSubscriberSettings()Returns the builder for the settings used for calls to registerSubscriber.com.google.api.gax.rpc.UnaryCallSettings<RegisterSubscriberRequest,RegisterSubscriberResponse>CloudChannelServiceSettings. registerSubscriberSettings()Returns the object with the settings used for calls to registerSubscriber.Methods in com.google.cloud.channel.v1 with parameters of type RegisterSubscriberResponse Modifier and Type Method Description RegisterSubscriberResponse.BuilderRegisterSubscriberResponse.Builder. mergeFrom(RegisterSubscriberResponse other)static RegisterSubscriberResponse.BuilderRegisterSubscriberResponse. newBuilder(RegisterSubscriberResponse prototype)Method parameters in com.google.cloud.channel.v1 with type arguments of type RegisterSubscriberResponse Modifier and Type Method Description default voidCloudChannelServiceGrpc.AsyncService. registerSubscriber(RegisterSubscriberRequest request, io.grpc.stub.StreamObserver<RegisterSubscriberResponse> responseObserver)Registers a service account with subscriber privileges on the Cloud Pub/Sub topic for this Channel Services account.voidCloudChannelServiceGrpc.CloudChannelServiceStub. registerSubscriber(RegisterSubscriberRequest request, io.grpc.stub.StreamObserver<RegisterSubscriberResponse> responseObserver)Registers a service account with subscriber privileges on the Cloud Pub/Sub topic for this Channel Services account. -
Uses of RegisterSubscriberResponse in com.google.cloud.channel.v1.stub
Methods in com.google.cloud.channel.v1.stub that return types with arguments of type RegisterSubscriberResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<RegisterSubscriberRequest,RegisterSubscriberResponse>CloudChannelServiceStub. registerSubscriberCallable()com.google.api.gax.rpc.UnaryCallable<RegisterSubscriberRequest,RegisterSubscriberResponse>GrpcCloudChannelServiceStub. registerSubscriberCallable()com.google.api.gax.rpc.UnaryCallable<RegisterSubscriberRequest,RegisterSubscriberResponse>HttpJsonCloudChannelServiceStub. registerSubscriberCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<RegisterSubscriberRequest,RegisterSubscriberResponse>CloudChannelServiceStubSettings.Builder. registerSubscriberSettings()Returns the builder for the settings used for calls to registerSubscriber.com.google.api.gax.rpc.UnaryCallSettings<RegisterSubscriberRequest,RegisterSubscriberResponse>CloudChannelServiceStubSettings. registerSubscriberSettings()Returns the object with the settings used for calls to registerSubscriber.
-