Uses of Class
com.google.cloud.pubsub.v1.SubscriptionAdminClient.ListSnapshotsPagedResponse
Packages that use SubscriptionAdminClient.ListSnapshotsPagedResponse
Package
Description
A client to Cloud Pub/Sub API
-
Uses of SubscriptionAdminClient.ListSnapshotsPagedResponse in com.google.cloud.pubsub.v1
Methods in com.google.cloud.pubsub.v1 that return SubscriptionAdminClient.ListSnapshotsPagedResponseModifier and TypeMethodDescriptionSubscriptionAdminClient.listSnapshots(ListSnapshotsRequest request) Lists the existing snapshots.SubscriptionAdminClient.listSnapshots(ProjectName project) Lists the existing snapshots.SubscriptionAdminClient.listSnapshots(String project) Lists the existing snapshots.Methods in com.google.cloud.pubsub.v1 that return types with arguments of type SubscriptionAdminClient.ListSnapshotsPagedResponseModifier and TypeMethodDescriptionstatic 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) final com.google.api.gax.rpc.UnaryCallable<ListSnapshotsRequest,SubscriptionAdminClient.ListSnapshotsPagedResponse> SubscriptionAdminClient.listSnapshotsPagedCallable()Lists the existing snapshots.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.com.google.api.gax.rpc.PagedCallSettings<ListSnapshotsRequest,ListSnapshotsResponse, SubscriptionAdminClient.ListSnapshotsPagedResponse> SubscriptionAdminSettings.listSnapshotsSettings()Returns the object with the settings used for calls to listSnapshots. -
Uses of SubscriptionAdminClient.ListSnapshotsPagedResponse in com.google.cloud.pubsub.v1.stub
Methods in com.google.cloud.pubsub.v1.stub that return types with arguments of type SubscriptionAdminClient.ListSnapshotsPagedResponseModifier and TypeMethodDescriptioncom.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.UnaryCallable<ListSnapshotsRequest,SubscriptionAdminClient.ListSnapshotsPagedResponse> SubscriberStub.listSnapshotsPagedCallable()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.com.google.api.gax.rpc.PagedCallSettings<ListSnapshotsRequest,ListSnapshotsResponse, SubscriptionAdminClient.ListSnapshotsPagedResponse> SubscriberStubSettings.listSnapshotsSettings()Returns the object with the settings used for calls to listSnapshots.