Uses of Class
com.google.cloud.netapp.v1.NetAppClient.ListSnapshotsPagedResponse
-
Packages that use NetAppClient.ListSnapshotsPagedResponse Package Description com.google.cloud.netapp.v1 A client to NetApp APIcom.google.cloud.netapp.v1.stub -
-
Uses of NetAppClient.ListSnapshotsPagedResponse in com.google.cloud.netapp.v1
Methods in com.google.cloud.netapp.v1 that return NetAppClient.ListSnapshotsPagedResponse Modifier and Type Method Description NetAppClient.ListSnapshotsPagedResponse
NetAppClient. listSnapshots(ListSnapshotsRequest request)
Returns descriptions of all snapshots for a volume.NetAppClient.ListSnapshotsPagedResponse
NetAppClient. listSnapshots(VolumeName parent)
Returns descriptions of all snapshots for a volume.NetAppClient.ListSnapshotsPagedResponse
NetAppClient. listSnapshots(String parent)
Returns descriptions of all snapshots for a volume.Methods in com.google.cloud.netapp.v1 that return types with arguments of type NetAppClient.ListSnapshotsPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<NetAppClient.ListSnapshotsPagedResponse>
NetAppClient.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,NetAppClient.ListSnapshotsPagedResponse>
NetAppClient. listSnapshotsPagedCallable()
Returns descriptions of all snapshots for a volume.com.google.api.gax.rpc.PagedCallSettings.Builder<ListSnapshotsRequest,ListSnapshotsResponse,NetAppClient.ListSnapshotsPagedResponse>
NetAppSettings.Builder. listSnapshotsSettings()
Returns the builder for the settings used for calls to listSnapshots.com.google.api.gax.rpc.PagedCallSettings<ListSnapshotsRequest,ListSnapshotsResponse,NetAppClient.ListSnapshotsPagedResponse>
NetAppSettings. listSnapshotsSettings()
Returns the object with the settings used for calls to listSnapshots. -
Uses of NetAppClient.ListSnapshotsPagedResponse in com.google.cloud.netapp.v1.stub
Methods in com.google.cloud.netapp.v1.stub that return types with arguments of type NetAppClient.ListSnapshotsPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListSnapshotsRequest,NetAppClient.ListSnapshotsPagedResponse>
GrpcNetAppStub. listSnapshotsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListSnapshotsRequest,NetAppClient.ListSnapshotsPagedResponse>
HttpJsonNetAppStub. listSnapshotsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListSnapshotsRequest,NetAppClient.ListSnapshotsPagedResponse>
NetAppStub. listSnapshotsPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListSnapshotsRequest,ListSnapshotsResponse,NetAppClient.ListSnapshotsPagedResponse>
NetAppStubSettings.Builder. listSnapshotsSettings()
Returns the builder for the settings used for calls to listSnapshots.com.google.api.gax.rpc.PagedCallSettings<ListSnapshotsRequest,ListSnapshotsResponse,NetAppClient.ListSnapshotsPagedResponse>
NetAppStubSettings. listSnapshotsSettings()
Returns the object with the settings used for calls to listSnapshots.
-