Uses of Class
com.google.cloud.pubsub.v1.TopicAdminClient.ListTopicSnapshotsPagedResponse
Packages that use TopicAdminClient.ListTopicSnapshotsPagedResponse
Package
Description
A client to Cloud Pub/Sub API
-
Uses of TopicAdminClient.ListTopicSnapshotsPagedResponse in com.google.cloud.pubsub.v1
Methods in com.google.cloud.pubsub.v1 that return TopicAdminClient.ListTopicSnapshotsPagedResponseModifier and TypeMethodDescriptionTopicAdminClient.listTopicSnapshots(ListTopicSnapshotsRequest request) Lists the names of the snapshots on this topic.TopicAdminClient.listTopicSnapshots(TopicName topic) Lists the names of the snapshots on this topic.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.ListTopicSnapshotsPagedResponseModifier and TypeMethodDescriptionstatic 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) final 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
Methods in com.google.cloud.pubsub.v1.stub that return types with arguments of type TopicAdminClient.ListTopicSnapshotsPagedResponseModifier and TypeMethodDescriptioncom.google.api.gax.rpc.UnaryCallable<ListTopicSnapshotsRequest,TopicAdminClient.ListTopicSnapshotsPagedResponse> GrpcPublisherStub.listTopicSnapshotsPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListTopicSnapshotsRequest,TopicAdminClient.ListTopicSnapshotsPagedResponse> HttpJsonPublisherStub.listTopicSnapshotsPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListTopicSnapshotsRequest,TopicAdminClient.ListTopicSnapshotsPagedResponse> PublisherStub.listTopicSnapshotsPagedCallable()com.google.api.gax.rpc.PagedCallSettings.Builder<ListTopicSnapshotsRequest,ListTopicSnapshotsResponse, TopicAdminClient.ListTopicSnapshotsPagedResponse> PublisherStubSettings.Builder.listTopicSnapshotsSettings()Returns the builder for the settings used for calls to listTopicSnapshots.com.google.api.gax.rpc.PagedCallSettings<ListTopicSnapshotsRequest,ListTopicSnapshotsResponse, TopicAdminClient.ListTopicSnapshotsPagedResponse> PublisherStubSettings.listTopicSnapshotsSettings()Returns the object with the settings used for calls to listTopicSnapshots.