Package | Description |
---|---|
com.google.cloud.pubsub.v1 |
A client to Cloud Pub/Sub API
|
com.google.cloud.pubsub.v1.stub |
Modifier and Type | Method and Description |
---|---|
TopicAdminClient.ListTopicSnapshotsPagedResponse |
TopicAdminClient.listTopicSnapshots(ListTopicSnapshotsRequest request)
Lists the names of the snapshots on this topic.
|
TopicAdminClient.ListTopicSnapshotsPagedResponse |
TopicAdminClient.listTopicSnapshots(String topic)
Lists the names of the snapshots on this topic.
|
TopicAdminClient.ListTopicSnapshotsPagedResponse |
TopicAdminClient.listTopicSnapshots(TopicName topic)
Lists the names of the snapshots on this topic.
|
Modifier and Type | Method and Description |
---|---|
static com.google.api.core.ApiFuture<TopicAdminClient.ListTopicSnapshotsPagedResponse> |
TopicAdminClient.ListTopicSnapshotsPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<ListTopicSnapshotsRequest,ListTopicSnapshotsResponse,String> context,
com.google.api.core.ApiFuture<ListTopicSnapshotsResponse> futureResponse) |
com.google.api.gax.rpc.UnaryCallable<ListTopicSnapshotsRequest,TopicAdminClient.ListTopicSnapshotsPagedResponse> |
TopicAdminClient.listTopicSnapshotsPagedCallable()
Lists the names of the snapshots on this topic.
|
com.google.api.gax.rpc.PagedCallSettings<ListTopicSnapshotsRequest,ListTopicSnapshotsResponse,TopicAdminClient.ListTopicSnapshotsPagedResponse> |
TopicAdminSettings.listTopicSnapshotsSettings()
Returns the object with the settings used for calls to listTopicSnapshots.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListTopicSnapshotsRequest,ListTopicSnapshotsResponse,TopicAdminClient.ListTopicSnapshotsPagedResponse> |
TopicAdminSettings.Builder.listTopicSnapshotsSettings()
Returns the builder for the settings used for calls to listTopicSnapshots.
|
Copyright © 2023 Google LLC. All rights reserved.