Uses of Class
com.google.pubsub.v1.DetachSubscriptionResponse
-
Packages that use DetachSubscriptionResponse Package Description com.google.cloud.pubsub.v1 A client to Cloud Pub/Sub APIcom.google.cloud.pubsub.v1.stub com.google.pubsub.v1 -
-
Uses of DetachSubscriptionResponse in com.google.cloud.pubsub.v1
Methods in com.google.cloud.pubsub.v1 that return DetachSubscriptionResponse Modifier and Type Method Description DetachSubscriptionResponse
TopicAdminClient. detachSubscription(DetachSubscriptionRequest request)
Detaches a subscription from this topic.Methods in com.google.cloud.pubsub.v1 that return types with arguments of type DetachSubscriptionResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DetachSubscriptionRequest,DetachSubscriptionResponse>
TopicAdminClient. detachSubscriptionCallable()
Detaches a subscription from this topic.com.google.api.gax.rpc.UnaryCallSettings.Builder<DetachSubscriptionRequest,DetachSubscriptionResponse>
TopicAdminSettings.Builder. detachSubscriptionSettings()
Returns the builder for the settings used for calls to detachSubscription.com.google.api.gax.rpc.UnaryCallSettings<DetachSubscriptionRequest,DetachSubscriptionResponse>
TopicAdminSettings. detachSubscriptionSettings()
Returns the object with the settings used for calls to detachSubscription. -
Uses of DetachSubscriptionResponse in com.google.cloud.pubsub.v1.stub
Methods in com.google.cloud.pubsub.v1.stub that return types with arguments of type DetachSubscriptionResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DetachSubscriptionRequest,DetachSubscriptionResponse>
GrpcPublisherStub. detachSubscriptionCallable()
com.google.api.gax.rpc.UnaryCallable<DetachSubscriptionRequest,DetachSubscriptionResponse>
HttpJsonPublisherStub. detachSubscriptionCallable()
com.google.api.gax.rpc.UnaryCallable<DetachSubscriptionRequest,DetachSubscriptionResponse>
PublisherStub. detachSubscriptionCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<DetachSubscriptionRequest,DetachSubscriptionResponse>
PublisherStubSettings.Builder. detachSubscriptionSettings()
Returns the builder for the settings used for calls to detachSubscription.com.google.api.gax.rpc.UnaryCallSettings<DetachSubscriptionRequest,DetachSubscriptionResponse>
PublisherStubSettings. detachSubscriptionSettings()
Returns the object with the settings used for calls to detachSubscription. -
Uses of DetachSubscriptionResponse in com.google.pubsub.v1
Methods in com.google.pubsub.v1 that return DetachSubscriptionResponse Modifier and Type Method Description DetachSubscriptionResponse
DetachSubscriptionResponse.Builder. build()
DetachSubscriptionResponse
DetachSubscriptionResponse.Builder. buildPartial()
DetachSubscriptionResponse
PublisherGrpc.PublisherBlockingStub. detachSubscription(DetachSubscriptionRequest request)
Detaches a subscription from this topic.static DetachSubscriptionResponse
DetachSubscriptionResponse. getDefaultInstance()
DetachSubscriptionResponse
DetachSubscriptionResponse.Builder. getDefaultInstanceForType()
DetachSubscriptionResponse
DetachSubscriptionResponse. getDefaultInstanceForType()
static DetachSubscriptionResponse
DetachSubscriptionResponse. parseDelimitedFrom(InputStream input)
static DetachSubscriptionResponse
DetachSubscriptionResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DetachSubscriptionResponse
DetachSubscriptionResponse. parseFrom(byte[] data)
static DetachSubscriptionResponse
DetachSubscriptionResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DetachSubscriptionResponse
DetachSubscriptionResponse. parseFrom(com.google.protobuf.ByteString data)
static DetachSubscriptionResponse
DetachSubscriptionResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DetachSubscriptionResponse
DetachSubscriptionResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static DetachSubscriptionResponse
DetachSubscriptionResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DetachSubscriptionResponse
DetachSubscriptionResponse. parseFrom(InputStream input)
static DetachSubscriptionResponse
DetachSubscriptionResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DetachSubscriptionResponse
DetachSubscriptionResponse. parseFrom(ByteBuffer data)
static DetachSubscriptionResponse
DetachSubscriptionResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.pubsub.v1 that return types with arguments of type DetachSubscriptionResponse Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<DetachSubscriptionResponse>
PublisherGrpc.PublisherFutureStub. detachSubscription(DetachSubscriptionRequest request)
Detaches a subscription from this topic.static io.grpc.MethodDescriptor<DetachSubscriptionRequest,DetachSubscriptionResponse>
PublisherGrpc. getDetachSubscriptionMethod()
com.google.protobuf.Parser<DetachSubscriptionResponse>
DetachSubscriptionResponse. getParserForType()
static com.google.protobuf.Parser<DetachSubscriptionResponse>
DetachSubscriptionResponse. parser()
Methods in com.google.pubsub.v1 with parameters of type DetachSubscriptionResponse Modifier and Type Method Description DetachSubscriptionResponse.Builder
DetachSubscriptionResponse.Builder. mergeFrom(DetachSubscriptionResponse other)
static DetachSubscriptionResponse.Builder
DetachSubscriptionResponse. newBuilder(DetachSubscriptionResponse prototype)
Method parameters in com.google.pubsub.v1 with type arguments of type DetachSubscriptionResponse Modifier and Type Method Description default void
PublisherGrpc.AsyncService. detachSubscription(DetachSubscriptionRequest request, io.grpc.stub.StreamObserver<DetachSubscriptionResponse> responseObserver)
Detaches a subscription from this topic.void
PublisherGrpc.PublisherStub. detachSubscription(DetachSubscriptionRequest request, io.grpc.stub.StreamObserver<DetachSubscriptionResponse> responseObserver)
Detaches a subscription from this topic.
-