Uses of Class
com.google.cloud.pubsub.v1.SubscriptionAdminClient.ListSnapshotsPagedResponse
-
Packages that use SubscriptionAdminClient.ListSnapshotsPagedResponse Package Description com.google.cloud.pubsub.v1 A client to Cloud Pub/Sub APIcom.google.cloud.pubsub.v1.stub -
-
Uses of SubscriptionAdminClient.ListSnapshotsPagedResponse in com.google.cloud.pubsub.v1
Methods in com.google.cloud.pubsub.v1 that return SubscriptionAdminClient.ListSnapshotsPagedResponse Modifier and Type Method Description SubscriptionAdminClient.ListSnapshotsPagedResponse
SubscriptionAdminClient. listSnapshots(ListSnapshotsRequest request)
Lists the existing snapshots.SubscriptionAdminClient.ListSnapshotsPagedResponse
SubscriptionAdminClient. listSnapshots(ProjectName project)
Lists the existing snapshots.SubscriptionAdminClient.ListSnapshotsPagedResponse
SubscriptionAdminClient. listSnapshots(String project)
Lists the existing snapshots.Methods in com.google.cloud.pubsub.v1 that return types with arguments of type SubscriptionAdminClient.ListSnapshotsPagedResponse Modifier and Type Method 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)
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
-