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<GetSubscriptionRequest,Subscription> |
SubscriptionAdminClient.getSubscriptionCallable()
Gets the configuration details of a subscription.
|
com.google.api.gax.rpc.UnaryCallSettings<GetSubscriptionRequest,Subscription> |
SubscriptionAdminSettings.getSubscriptionSettings()
Returns the object with the settings used for calls to getSubscription.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetSubscriptionRequest,Subscription> |
SubscriptionAdminSettings.Builder.getSubscriptionSettings()
Returns the builder for the settings used for calls to getSubscription.
|
Modifier and Type | Method and Description |
---|---|
Subscription |
SubscriptionAdminClient.getSubscription(GetSubscriptionRequest request)
Gets the configuration details of a subscription.
|
Modifier and Type | Method and Description |
---|---|
com.google.api.gax.rpc.UnaryCallable<GetSubscriptionRequest,Subscription> |
SubscriberStub.getSubscriptionCallable() |
com.google.api.gax.rpc.UnaryCallable<GetSubscriptionRequest,Subscription> |
GrpcSubscriberStub.getSubscriptionCallable() |
com.google.api.gax.rpc.UnaryCallable<GetSubscriptionRequest,Subscription> |
HttpJsonSubscriberStub.getSubscriptionCallable() |
com.google.api.gax.rpc.UnaryCallSettings<GetSubscriptionRequest,Subscription> |
SubscriberStubSettings.getSubscriptionSettings()
Returns the object with the settings used for calls to getSubscription.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetSubscriptionRequest,Subscription> |
SubscriberStubSettings.Builder.getSubscriptionSettings()
Returns the builder for the settings used for calls to getSubscription.
|
Modifier and Type | Method and Description |
---|---|
GetSubscriptionRequest |
GetSubscriptionRequest.Builder.build() |
GetSubscriptionRequest |
GetSubscriptionRequest.Builder.buildPartial() |
static GetSubscriptionRequest |
GetSubscriptionRequest.getDefaultInstance() |
GetSubscriptionRequest |
GetSubscriptionRequest.getDefaultInstanceForType() |
GetSubscriptionRequest |
GetSubscriptionRequest.Builder.getDefaultInstanceForType() |
static GetSubscriptionRequest |
GetSubscriptionRequest.parseDelimitedFrom(InputStream input) |
static GetSubscriptionRequest |
GetSubscriptionRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetSubscriptionRequest |
GetSubscriptionRequest.parseFrom(byte[] data) |
static GetSubscriptionRequest |
GetSubscriptionRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetSubscriptionRequest |
GetSubscriptionRequest.parseFrom(ByteBuffer data) |
static GetSubscriptionRequest |
GetSubscriptionRequest.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetSubscriptionRequest |
GetSubscriptionRequest.parseFrom(com.google.protobuf.ByteString data) |
static GetSubscriptionRequest |
GetSubscriptionRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetSubscriptionRequest |
GetSubscriptionRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static GetSubscriptionRequest |
GetSubscriptionRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetSubscriptionRequest |
GetSubscriptionRequest.parseFrom(InputStream input) |
static GetSubscriptionRequest |
GetSubscriptionRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
static MethodDescriptor<GetSubscriptionRequest,Subscription> |
SubscriberGrpc.getGetSubscriptionMethod() |
com.google.protobuf.Parser<GetSubscriptionRequest> |
GetSubscriptionRequest.getParserForType() |
static com.google.protobuf.Parser<GetSubscriptionRequest> |
GetSubscriptionRequest.parser() |
Modifier and Type | Method and Description |
---|---|
Subscription |
SubscriberGrpc.SubscriberBlockingStub.getSubscription(GetSubscriptionRequest request)
Gets the configuration details of a subscription.
|
com.google.common.util.concurrent.ListenableFuture<Subscription> |
SubscriberGrpc.SubscriberFutureStub.getSubscription(GetSubscriptionRequest request)
Gets the configuration details of a subscription.
|
default void |
SubscriberGrpc.AsyncService.getSubscription(GetSubscriptionRequest request,
StreamObserver<Subscription> responseObserver)
Gets the configuration details of a subscription.
|
void |
SubscriberGrpc.SubscriberStub.getSubscription(GetSubscriptionRequest request,
StreamObserver<Subscription> responseObserver)
Gets the configuration details of a subscription.
|
GetSubscriptionRequest.Builder |
GetSubscriptionRequest.Builder.mergeFrom(GetSubscriptionRequest other) |
static GetSubscriptionRequest.Builder |
GetSubscriptionRequest.newBuilder(GetSubscriptionRequest prototype) |
Copyright © 2023 Google LLC. All rights reserved.