Uses of Class
com.google.cloud.filestore.v1.CloudFilestoreManagerClient.ListSnapshotsPagedResponse
-
Packages that use CloudFilestoreManagerClient.ListSnapshotsPagedResponse Package Description com.google.cloud.filestore.v1 A client to Cloud Filestore APIcom.google.cloud.filestore.v1.stub -
-
Uses of CloudFilestoreManagerClient.ListSnapshotsPagedResponse in com.google.cloud.filestore.v1
Methods in com.google.cloud.filestore.v1 that return CloudFilestoreManagerClient.ListSnapshotsPagedResponse Modifier and Type Method Description CloudFilestoreManagerClient.ListSnapshotsPagedResponse
CloudFilestoreManagerClient. listSnapshots(InstanceName parent)
Lists all snapshots in a project for either a specified location or for all locations.CloudFilestoreManagerClient.ListSnapshotsPagedResponse
CloudFilestoreManagerClient. listSnapshots(ListSnapshotsRequest request)
Lists all snapshots in a project for either a specified location or for all locations.CloudFilestoreManagerClient.ListSnapshotsPagedResponse
CloudFilestoreManagerClient. listSnapshots(String parent)
Lists all snapshots in a project for either a specified location or for all locations.Methods in com.google.cloud.filestore.v1 that return types with arguments of type CloudFilestoreManagerClient.ListSnapshotsPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<CloudFilestoreManagerClient.ListSnapshotsPagedResponse>
CloudFilestoreManagerClient.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,CloudFilestoreManagerClient.ListSnapshotsPagedResponse>
CloudFilestoreManagerClient. listSnapshotsPagedCallable()
Lists all snapshots in a project for either a specified location or for all locations.com.google.api.gax.rpc.PagedCallSettings.Builder<ListSnapshotsRequest,ListSnapshotsResponse,CloudFilestoreManagerClient.ListSnapshotsPagedResponse>
CloudFilestoreManagerSettings.Builder. listSnapshotsSettings()
Returns the builder for the settings used for calls to listSnapshots.com.google.api.gax.rpc.PagedCallSettings<ListSnapshotsRequest,ListSnapshotsResponse,CloudFilestoreManagerClient.ListSnapshotsPagedResponse>
CloudFilestoreManagerSettings. listSnapshotsSettings()
Returns the object with the settings used for calls to listSnapshots. -
Uses of CloudFilestoreManagerClient.ListSnapshotsPagedResponse in com.google.cloud.filestore.v1.stub
Methods in com.google.cloud.filestore.v1.stub that return types with arguments of type CloudFilestoreManagerClient.ListSnapshotsPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListSnapshotsRequest,CloudFilestoreManagerClient.ListSnapshotsPagedResponse>
CloudFilestoreManagerStub. listSnapshotsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListSnapshotsRequest,CloudFilestoreManagerClient.ListSnapshotsPagedResponse>
GrpcCloudFilestoreManagerStub. listSnapshotsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListSnapshotsRequest,CloudFilestoreManagerClient.ListSnapshotsPagedResponse>
HttpJsonCloudFilestoreManagerStub. listSnapshotsPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListSnapshotsRequest,ListSnapshotsResponse,CloudFilestoreManagerClient.ListSnapshotsPagedResponse>
CloudFilestoreManagerStubSettings.Builder. listSnapshotsSettings()
Returns the builder for the settings used for calls to listSnapshots.com.google.api.gax.rpc.PagedCallSettings<ListSnapshotsRequest,ListSnapshotsResponse,CloudFilestoreManagerClient.ListSnapshotsPagedResponse>
CloudFilestoreManagerStubSettings. listSnapshotsSettings()
Returns the object with the settings used for calls to listSnapshots.
-