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 RegisterSubscriberResponse
RegisterSubscriberResponse.Builder. build()
RegisterSubscriberResponse
RegisterSubscriberResponse.Builder. buildPartial()
static RegisterSubscriberResponse
RegisterSubscriberResponse. getDefaultInstance()
RegisterSubscriberResponse
RegisterSubscriberResponse.Builder. getDefaultInstanceForType()
RegisterSubscriberResponse
RegisterSubscriberResponse. getDefaultInstanceForType()
static RegisterSubscriberResponse
RegisterSubscriberResponse. parseDelimitedFrom(InputStream input)
static RegisterSubscriberResponse
RegisterSubscriberResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RegisterSubscriberResponse
RegisterSubscriberResponse. parseFrom(byte[] data)
static RegisterSubscriberResponse
RegisterSubscriberResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RegisterSubscriberResponse
RegisterSubscriberResponse. parseFrom(com.google.protobuf.ByteString data)
static RegisterSubscriberResponse
RegisterSubscriberResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RegisterSubscriberResponse
RegisterSubscriberResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static RegisterSubscriberResponse
RegisterSubscriberResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RegisterSubscriberResponse
RegisterSubscriberResponse. parseFrom(InputStream input)
static RegisterSubscriberResponse
RegisterSubscriberResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RegisterSubscriberResponse
RegisterSubscriberResponse. parseFrom(ByteBuffer data)
static RegisterSubscriberResponse
RegisterSubscriberResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
RegisterSubscriberResponse
CloudChannelServiceClient. registerSubscriber(RegisterSubscriberRequest request)
Registers a service account with subscriber privileges on the Cloud Pub/Sub topic for this Channel Services account.RegisterSubscriberResponse
CloudChannelServiceGrpc.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.Builder
RegisterSubscriberResponse.Builder. mergeFrom(RegisterSubscriberResponse other)
static RegisterSubscriberResponse.Builder
RegisterSubscriberResponse. newBuilder(RegisterSubscriberResponse prototype)
Method parameters in com.google.cloud.channel.v1 with type arguments of type RegisterSubscriberResponse Modifier and Type Method Description default void
CloudChannelServiceGrpc.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.void
CloudChannelServiceGrpc.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.
-