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<ListSnapshotsRequest,ListSnapshotsResponse> |
SubscriptionAdminClient.listSnapshotsCallable()
Lists the existing snapshots.
|
com.google.api.gax.rpc.UnaryCallable<ListSnapshotsRequest,SubscriptionAdminClient.ListSnapshotsPagedResponse> |
SubscriptionAdminClient.listSnapshotsPagedCallable()
Lists the existing snapshots.
|
com.google.api.gax.rpc.PagedCallSettings<ListSnapshotsRequest,ListSnapshotsResponse,SubscriptionAdminClient.ListSnapshotsPagedResponse> |
SubscriptionAdminSettings.listSnapshotsSettings()
Returns the object with the settings used for calls to listSnapshots.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListSnapshotsRequest,ListSnapshotsResponse,SubscriptionAdminClient.ListSnapshotsPagedResponse> |
SubscriptionAdminSettings.Builder.listSnapshotsSettings()
Returns the builder for the settings used for calls to listSnapshots.
|
Modifier and Type | Method and Description |
---|---|
SubscriptionAdminClient.ListSnapshotsPagedResponse |
SubscriptionAdminClient.listSnapshots(ListSnapshotsRequest request)
Lists the existing snapshots.
|
Modifier and Type | Method and Description |
---|---|
static com.google.api.core.ApiFuture<SubscriptionAdminClient.ListSnapshotsPagedResponse> |
SubscriptionAdminClient.ListSnapshotsPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<ListSnapshotsRequest,ListSnapshotsResponse,Snapshot> context,
com.google.api.core.ApiFuture<ListSnapshotsResponse> futureResponse) |
protected SubscriptionAdminClient.ListSnapshotsPage |
SubscriptionAdminClient.ListSnapshotsPage.createPage(com.google.api.gax.rpc.PageContext<ListSnapshotsRequest,ListSnapshotsResponse,Snapshot> context,
ListSnapshotsResponse response) |
com.google.api.core.ApiFuture<SubscriptionAdminClient.ListSnapshotsPage> |
SubscriptionAdminClient.ListSnapshotsPage.createPageAsync(com.google.api.gax.rpc.PageContext<ListSnapshotsRequest,ListSnapshotsResponse,Snapshot> context,
com.google.api.core.ApiFuture<ListSnapshotsResponse> futureResponse) |
Modifier and Type | Method and Description |
---|---|
com.google.api.gax.rpc.UnaryCallable<ListSnapshotsRequest,ListSnapshotsResponse> |
SubscriberStub.listSnapshotsCallable() |
com.google.api.gax.rpc.UnaryCallable<ListSnapshotsRequest,ListSnapshotsResponse> |
GrpcSubscriberStub.listSnapshotsCallable() |
com.google.api.gax.rpc.UnaryCallable<ListSnapshotsRequest,ListSnapshotsResponse> |
HttpJsonSubscriberStub.listSnapshotsCallable() |
com.google.api.gax.rpc.UnaryCallable<ListSnapshotsRequest,SubscriptionAdminClient.ListSnapshotsPagedResponse> |
SubscriberStub.listSnapshotsPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<ListSnapshotsRequest,SubscriptionAdminClient.ListSnapshotsPagedResponse> |
GrpcSubscriberStub.listSnapshotsPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<ListSnapshotsRequest,SubscriptionAdminClient.ListSnapshotsPagedResponse> |
HttpJsonSubscriberStub.listSnapshotsPagedCallable() |
com.google.api.gax.rpc.PagedCallSettings<ListSnapshotsRequest,ListSnapshotsResponse,SubscriptionAdminClient.ListSnapshotsPagedResponse> |
SubscriberStubSettings.listSnapshotsSettings()
Returns the object with the settings used for calls to listSnapshots.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListSnapshotsRequest,ListSnapshotsResponse,SubscriptionAdminClient.ListSnapshotsPagedResponse> |
SubscriberStubSettings.Builder.listSnapshotsSettings()
Returns the builder for the settings used for calls to listSnapshots.
|
Modifier and Type | Method and Description |
---|---|
ListSnapshotsRequest |
ListSnapshotsRequest.Builder.build() |
ListSnapshotsRequest |
ListSnapshotsRequest.Builder.buildPartial() |
static ListSnapshotsRequest |
ListSnapshotsRequest.getDefaultInstance() |
ListSnapshotsRequest |
ListSnapshotsRequest.getDefaultInstanceForType() |
ListSnapshotsRequest |
ListSnapshotsRequest.Builder.getDefaultInstanceForType() |
static ListSnapshotsRequest |
ListSnapshotsRequest.parseDelimitedFrom(InputStream input) |
static ListSnapshotsRequest |
ListSnapshotsRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListSnapshotsRequest |
ListSnapshotsRequest.parseFrom(byte[] data) |
static ListSnapshotsRequest |
ListSnapshotsRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListSnapshotsRequest |
ListSnapshotsRequest.parseFrom(ByteBuffer data) |
static ListSnapshotsRequest |
ListSnapshotsRequest.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListSnapshotsRequest |
ListSnapshotsRequest.parseFrom(com.google.protobuf.ByteString data) |
static ListSnapshotsRequest |
ListSnapshotsRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListSnapshotsRequest |
ListSnapshotsRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static ListSnapshotsRequest |
ListSnapshotsRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListSnapshotsRequest |
ListSnapshotsRequest.parseFrom(InputStream input) |
static ListSnapshotsRequest |
ListSnapshotsRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
static MethodDescriptor<ListSnapshotsRequest,ListSnapshotsResponse> |
SubscriberGrpc.getListSnapshotsMethod() |
com.google.protobuf.Parser<ListSnapshotsRequest> |
ListSnapshotsRequest.getParserForType() |
static com.google.protobuf.Parser<ListSnapshotsRequest> |
ListSnapshotsRequest.parser() |
Modifier and Type | Method and Description |
---|---|
ListSnapshotsResponse |
SubscriberGrpc.SubscriberBlockingStub.listSnapshots(ListSnapshotsRequest request)
Lists the existing snapshots.
|
com.google.common.util.concurrent.ListenableFuture<ListSnapshotsResponse> |
SubscriberGrpc.SubscriberFutureStub.listSnapshots(ListSnapshotsRequest request)
Lists the existing snapshots.
|
default void |
SubscriberGrpc.AsyncService.listSnapshots(ListSnapshotsRequest request,
StreamObserver<ListSnapshotsResponse> responseObserver)
Lists the existing snapshots.
|
void |
SubscriberGrpc.SubscriberStub.listSnapshots(ListSnapshotsRequest request,
StreamObserver<ListSnapshotsResponse> responseObserver)
Lists the existing snapshots.
|
ListSnapshotsRequest.Builder |
ListSnapshotsRequest.Builder.mergeFrom(ListSnapshotsRequest other) |
static ListSnapshotsRequest.Builder |
ListSnapshotsRequest.newBuilder(ListSnapshotsRequest prototype) |
Copyright © 2023 Google LLC. All rights reserved.