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