Uses of Class
com.google.cloud.compute.v1.SnapshotsClient.ListPagedResponse
-
Packages that use SnapshotsClient.ListPagedResponse Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples.com.google.cloud.compute.v1.stub -
-
Uses of SnapshotsClient.ListPagedResponse in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return SnapshotsClient.ListPagedResponse Modifier and Type Method Description SnapshotsClient.ListPagedResponse
SnapshotsClient. list(ListSnapshotsRequest request)
Retrieves the list of Snapshot resources contained within the specified project.SnapshotsClient.ListPagedResponse
SnapshotsClient. list(String project)
Retrieves the list of Snapshot resources contained within the specified project.Methods in com.google.cloud.compute.v1 that return types with arguments of type SnapshotsClient.ListPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<SnapshotsClient.ListPagedResponse>
SnapshotsClient.ListPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListSnapshotsRequest,SnapshotList,Snapshot> context, com.google.api.core.ApiFuture<SnapshotList> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListSnapshotsRequest,SnapshotsClient.ListPagedResponse>
SnapshotsClient. listPagedCallable()
Retrieves the list of Snapshot resources contained within the specified project.com.google.api.gax.rpc.PagedCallSettings.Builder<ListSnapshotsRequest,SnapshotList,SnapshotsClient.ListPagedResponse>
SnapshotsSettings.Builder. listSettings()
Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListSnapshotsRequest,SnapshotList,SnapshotsClient.ListPagedResponse>
SnapshotsSettings. listSettings()
Returns the object with the settings used for calls to list. -
Uses of SnapshotsClient.ListPagedResponse in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type SnapshotsClient.ListPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListSnapshotsRequest,SnapshotsClient.ListPagedResponse>
HttpJsonSnapshotsStub. listPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListSnapshotsRequest,SnapshotsClient.ListPagedResponse>
SnapshotsStub. listPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListSnapshotsRequest,SnapshotList,SnapshotsClient.ListPagedResponse>
SnapshotsStubSettings.Builder. listSettings()
Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListSnapshotsRequest,SnapshotList,SnapshotsClient.ListPagedResponse>
SnapshotsStubSettings. listSettings()
Returns the object with the settings used for calls to list.
-