Uses of Class
com.google.cloud.pubsub.v1.TopicAdminClient.ListTopicSnapshotsPagedResponse
-
Packages that use TopicAdminClient.ListTopicSnapshotsPagedResponse Package Description com.google.cloud.pubsub.v1 A client to Cloud Pub/Sub APIcom.google.cloud.pubsub.v1.stub -
-
Uses of TopicAdminClient.ListTopicSnapshotsPagedResponse in com.google.cloud.pubsub.v1
Methods in com.google.cloud.pubsub.v1 that return TopicAdminClient.ListTopicSnapshotsPagedResponse Modifier and Type Method Description TopicAdminClient.ListTopicSnapshotsPagedResponse
TopicAdminClient. listTopicSnapshots(ListTopicSnapshotsRequest request)
Lists the names of the snapshots on this topic.TopicAdminClient.ListTopicSnapshotsPagedResponse
TopicAdminClient. listTopicSnapshots(TopicName topic)
Lists the names of the snapshots on this topic.TopicAdminClient.ListTopicSnapshotsPagedResponse
TopicAdminClient. listTopicSnapshots(String topic)
Lists the names of the snapshots on this topic.Methods in com.google.cloud.pubsub.v1 that return types with arguments of type TopicAdminClient.ListTopicSnapshotsPagedResponse Modifier and Type Method 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.Builder<ListTopicSnapshotsRequest,ListTopicSnapshotsResponse,TopicAdminClient.ListTopicSnapshotsPagedResponse>
TopicAdminSettings.Builder. listTopicSnapshotsSettings()
Returns the builder for the settings used for calls to listTopicSnapshots.com.google.api.gax.rpc.PagedCallSettings<ListTopicSnapshotsRequest,ListTopicSnapshotsResponse,TopicAdminClient.ListTopicSnapshotsPagedResponse>
TopicAdminSettings. listTopicSnapshotsSettings()
Returns the object with the settings used for calls to listTopicSnapshots. -
Uses of TopicAdminClient.ListTopicSnapshotsPagedResponse in com.google.cloud.pubsub.v1.stub
-