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 |
---|---|
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 |
---|---|
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> |
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 |
---|---|
DetachSubscriptionRequest |
DetachSubscriptionRequest.Builder.build() |
DetachSubscriptionRequest |
DetachSubscriptionRequest.Builder.buildPartial() |
static DetachSubscriptionRequest |
DetachSubscriptionRequest.getDefaultInstance() |
DetachSubscriptionRequest |
DetachSubscriptionRequest.getDefaultInstanceForType() |
DetachSubscriptionRequest |
DetachSubscriptionRequest.Builder.getDefaultInstanceForType() |
static DetachSubscriptionRequest |
DetachSubscriptionRequest.parseDelimitedFrom(InputStream input) |
static DetachSubscriptionRequest |
DetachSubscriptionRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DetachSubscriptionRequest |
DetachSubscriptionRequest.parseFrom(byte[] data) |
static DetachSubscriptionRequest |
DetachSubscriptionRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DetachSubscriptionRequest |
DetachSubscriptionRequest.parseFrom(ByteBuffer data) |
static DetachSubscriptionRequest |
DetachSubscriptionRequest.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DetachSubscriptionRequest |
DetachSubscriptionRequest.parseFrom(com.google.protobuf.ByteString data) |
static DetachSubscriptionRequest |
DetachSubscriptionRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DetachSubscriptionRequest |
DetachSubscriptionRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static DetachSubscriptionRequest |
DetachSubscriptionRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DetachSubscriptionRequest |
DetachSubscriptionRequest.parseFrom(InputStream input) |
static DetachSubscriptionRequest |
DetachSubscriptionRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
static MethodDescriptor<DetachSubscriptionRequest,DetachSubscriptionResponse> |
PublisherGrpc.getDetachSubscriptionMethod() |
com.google.protobuf.Parser<DetachSubscriptionRequest> |
DetachSubscriptionRequest.getParserForType() |
static com.google.protobuf.Parser<DetachSubscriptionRequest> |
DetachSubscriptionRequest.parser() |
Modifier and Type | Method and Description |
---|---|
DetachSubscriptionResponse |
PublisherGrpc.PublisherBlockingStub.detachSubscription(DetachSubscriptionRequest request)
Detaches a subscription from this topic.
|
com.google.common.util.concurrent.ListenableFuture<DetachSubscriptionResponse> |
PublisherGrpc.PublisherFutureStub.detachSubscription(DetachSubscriptionRequest request)
Detaches a subscription from this topic.
|
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.
|
DetachSubscriptionRequest.Builder |
DetachSubscriptionRequest.Builder.mergeFrom(DetachSubscriptionRequest other) |
static DetachSubscriptionRequest.Builder |
DetachSubscriptionRequest.newBuilder(DetachSubscriptionRequest prototype) |
Copyright © 2023 Google LLC. All rights reserved.