Package | Description |
---|---|
com.google.cloud.pubsub.v1 |
A client to Cloud Pub/Sub API
|
com.google.cloud.pubsub.v1.stub | |
com.google.pubsub.v1 |
Modifier and Type | Method and Description |
---|---|
DetachSubscriptionResponse |
TopicAdminClient.detachSubscription(DetachSubscriptionRequest request)
Detaches a subscription from this topic.
|
Modifier and Type | Method and Description |
---|---|
com.google.api.gax.rpc.UnaryCallable<DetachSubscriptionRequest,DetachSubscriptionResponse> |
TopicAdminClient.detachSubscriptionCallable()
Detaches a subscription from this topic.
|
com.google.api.gax.rpc.UnaryCallSettings<DetachSubscriptionRequest,DetachSubscriptionResponse> |
TopicAdminSettings.detachSubscriptionSettings()
Returns the object with the settings used for calls to detachSubscription.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<DetachSubscriptionRequest,DetachSubscriptionResponse> |
TopicAdminSettings.Builder.detachSubscriptionSettings()
Returns the builder for the settings used for calls to detachSubscription.
|
Modifier and Type | Method and Description |
---|---|
com.google.api.gax.rpc.UnaryCallable<DetachSubscriptionRequest,DetachSubscriptionResponse> |
HttpJsonPublisherStub.detachSubscriptionCallable() |
com.google.api.gax.rpc.UnaryCallable<DetachSubscriptionRequest,DetachSubscriptionResponse> |
GrpcPublisherStub.detachSubscriptionCallable() |
com.google.api.gax.rpc.UnaryCallable<DetachSubscriptionRequest,DetachSubscriptionResponse> |
PublisherStub.detachSubscriptionCallable() |
com.google.api.gax.rpc.UnaryCallSettings<DetachSubscriptionRequest,DetachSubscriptionResponse> |
PublisherStubSettings.detachSubscriptionSettings()
Returns the object with the settings used for calls to detachSubscription.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<DetachSubscriptionRequest,DetachSubscriptionResponse> |
PublisherStubSettings.Builder.detachSubscriptionSettings()
Returns the builder for the settings used for calls to detachSubscription.
|
Modifier and Type | Method and 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.getDefaultInstanceForType() |
DetachSubscriptionResponse |
DetachSubscriptionResponse.Builder.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(ByteBuffer data) |
static DetachSubscriptionResponse |
DetachSubscriptionResponse.parseFrom(ByteBuffer 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) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<DetachSubscriptionResponse> |
PublisherGrpc.PublisherFutureStub.detachSubscription(DetachSubscriptionRequest request)
Detaches a subscription from this topic.
|
static MethodDescriptor<DetachSubscriptionRequest,DetachSubscriptionResponse> |
PublisherGrpc.getDetachSubscriptionMethod() |
com.google.protobuf.Parser<DetachSubscriptionResponse> |
DetachSubscriptionResponse.getParserForType() |
static com.google.protobuf.Parser<DetachSubscriptionResponse> |
DetachSubscriptionResponse.parser() |
Modifier and Type | Method and Description |
---|---|
DetachSubscriptionResponse.Builder |
DetachSubscriptionResponse.Builder.mergeFrom(DetachSubscriptionResponse other) |
static DetachSubscriptionResponse.Builder |
DetachSubscriptionResponse.newBuilder(DetachSubscriptionResponse prototype) |
Modifier and Type | Method and Description |
---|---|
default void |
PublisherGrpc.AsyncService.detachSubscription(DetachSubscriptionRequest request,
StreamObserver<DetachSubscriptionResponse> responseObserver)
Detaches a subscription from this topic.
|
void |
PublisherGrpc.PublisherStub.detachSubscription(DetachSubscriptionRequest request,
StreamObserver<DetachSubscriptionResponse> responseObserver)
Detaches a subscription from this topic.
|
Copyright © 2023 Google LLC. All rights reserved.