Uses of Class
com.google.cloud.netapp.v1.ListSnapshotsRequest
-
Packages that use ListSnapshotsRequest Package Description com.google.cloud.netapp.v1 A client to NetApp APIcom.google.cloud.netapp.v1.stub -
-
Uses of ListSnapshotsRequest in com.google.cloud.netapp.v1
Methods in com.google.cloud.netapp.v1 that return ListSnapshotsRequest Modifier and Type Method Description ListSnapshotsRequest
ListSnapshotsRequest.Builder. build()
ListSnapshotsRequest
ListSnapshotsRequest.Builder. buildPartial()
static ListSnapshotsRequest
ListSnapshotsRequest. getDefaultInstance()
ListSnapshotsRequest
ListSnapshotsRequest.Builder. getDefaultInstanceForType()
ListSnapshotsRequest
ListSnapshotsRequest. getDefaultInstanceForType()
static ListSnapshotsRequest
ListSnapshotsRequest. parseDelimitedFrom(InputStream input)
static ListSnapshotsRequest
ListSnapshotsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListSnapshotsRequest
ListSnapshotsRequest. parseFrom(byte[] data)
static ListSnapshotsRequest
ListSnapshotsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListSnapshotsRequest
ListSnapshotsRequest. parseFrom(com.google.protobuf.ByteString data)
static ListSnapshotsRequest
ListSnapshotsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListSnapshotsRequest
ListSnapshotsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListSnapshotsRequest
ListSnapshotsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListSnapshotsRequest
ListSnapshotsRequest. parseFrom(InputStream input)
static ListSnapshotsRequest
ListSnapshotsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListSnapshotsRequest
ListSnapshotsRequest. parseFrom(ByteBuffer data)
static ListSnapshotsRequest
ListSnapshotsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.netapp.v1 that return types with arguments of type ListSnapshotsRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListSnapshotsRequest,ListSnapshotsResponse>
NetAppGrpc. getListSnapshotsMethod()
com.google.protobuf.Parser<ListSnapshotsRequest>
ListSnapshotsRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<ListSnapshotsRequest,ListSnapshotsResponse>
NetAppClient. listSnapshotsCallable()
Returns descriptions of all snapshots for a volume.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.static com.google.protobuf.Parser<ListSnapshotsRequest>
ListSnapshotsRequest. parser()
Methods in com.google.cloud.netapp.v1 with parameters of type ListSnapshotsRequest Modifier and Type Method Description NetAppClient.ListSnapshotsPagedResponse
NetAppClient. listSnapshots(ListSnapshotsRequest request)
Returns descriptions of all snapshots for a volume.default void
NetAppGrpc.AsyncService. listSnapshots(ListSnapshotsRequest request, io.grpc.stub.StreamObserver<ListSnapshotsResponse> responseObserver)
Returns descriptions of all snapshots for a volume.ListSnapshotsResponse
NetAppGrpc.NetAppBlockingStub. listSnapshots(ListSnapshotsRequest request)
Returns descriptions of all snapshots for a volume.com.google.common.util.concurrent.ListenableFuture<ListSnapshotsResponse>
NetAppGrpc.NetAppFutureStub. listSnapshots(ListSnapshotsRequest request)
Returns descriptions of all snapshots for a volume.void
NetAppGrpc.NetAppStub. listSnapshots(ListSnapshotsRequest request, io.grpc.stub.StreamObserver<ListSnapshotsResponse> responseObserver)
Returns descriptions of all snapshots for a volume.ListSnapshotsRequest.Builder
ListSnapshotsRequest.Builder. mergeFrom(ListSnapshotsRequest other)
static ListSnapshotsRequest.Builder
ListSnapshotsRequest. newBuilder(ListSnapshotsRequest prototype)
Method parameters in com.google.cloud.netapp.v1 with type arguments of type ListSnapshotsRequest 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)
protected NetAppClient.ListSnapshotsPage
NetAppClient.ListSnapshotsPage. createPage(com.google.api.gax.rpc.PageContext<ListSnapshotsRequest,ListSnapshotsResponse,Snapshot> context, ListSnapshotsResponse response)
com.google.api.core.ApiFuture<NetAppClient.ListSnapshotsPage>
NetAppClient.ListSnapshotsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListSnapshotsRequest,ListSnapshotsResponse,Snapshot> context, com.google.api.core.ApiFuture<ListSnapshotsResponse> futureResponse)
-
Uses of ListSnapshotsRequest in com.google.cloud.netapp.v1.stub
Methods in com.google.cloud.netapp.v1.stub that return types with arguments of type ListSnapshotsRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListSnapshotsRequest,ListSnapshotsResponse>
GrpcNetAppStub. listSnapshotsCallable()
com.google.api.gax.rpc.UnaryCallable<ListSnapshotsRequest,ListSnapshotsResponse>
HttpJsonNetAppStub. listSnapshotsCallable()
com.google.api.gax.rpc.UnaryCallable<ListSnapshotsRequest,ListSnapshotsResponse>
NetAppStub. listSnapshotsCallable()
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.
-