Uses of Class
com.google.cloud.filestore.v1.ListSnapshotsRequest
-
Packages that use ListSnapshotsRequest Package Description com.google.cloud.filestore.v1 A client to Cloud Filestore APIcom.google.cloud.filestore.v1.stub -
-
Uses of ListSnapshotsRequest in com.google.cloud.filestore.v1
Methods in com.google.cloud.filestore.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.filestore.v1 that return types with arguments of type ListSnapshotsRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListSnapshotsRequest,ListSnapshotsResponse>
CloudFilestoreManagerGrpc. getListSnapshotsMethod()
com.google.protobuf.Parser<ListSnapshotsRequest>
ListSnapshotsRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<ListSnapshotsRequest,ListSnapshotsResponse>
CloudFilestoreManagerClient. listSnapshotsCallable()
Lists all snapshots in a project for either a specified location or for all locations.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.static com.google.protobuf.Parser<ListSnapshotsRequest>
ListSnapshotsRequest. parser()
Methods in com.google.cloud.filestore.v1 with parameters of type ListSnapshotsRequest Modifier and Type Method Description CloudFilestoreManagerClient.ListSnapshotsPagedResponse
CloudFilestoreManagerClient. listSnapshots(ListSnapshotsRequest request)
Lists all snapshots in a project for either a specified location or for all locations.default void
CloudFilestoreManagerGrpc.AsyncService. listSnapshots(ListSnapshotsRequest request, io.grpc.stub.StreamObserver<ListSnapshotsResponse> responseObserver)
Lists all snapshots in a project for either a specified location or for all locations.ListSnapshotsResponse
CloudFilestoreManagerGrpc.CloudFilestoreManagerBlockingStub. listSnapshots(ListSnapshotsRequest request)
Lists all snapshots in a project for either a specified location or for all locations.com.google.common.util.concurrent.ListenableFuture<ListSnapshotsResponse>
CloudFilestoreManagerGrpc.CloudFilestoreManagerFutureStub. listSnapshots(ListSnapshotsRequest request)
Lists all snapshots in a project for either a specified location or for all locations.void
CloudFilestoreManagerGrpc.CloudFilestoreManagerStub. listSnapshots(ListSnapshotsRequest request, io.grpc.stub.StreamObserver<ListSnapshotsResponse> responseObserver)
Lists all snapshots in a project for either a specified location or for all locations.ListSnapshotsRequest.Builder
ListSnapshotsRequest.Builder. mergeFrom(ListSnapshotsRequest other)
static ListSnapshotsRequest.Builder
ListSnapshotsRequest. newBuilder(ListSnapshotsRequest prototype)
Method parameters in com.google.cloud.filestore.v1 with type arguments of type ListSnapshotsRequest 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)
protected CloudFilestoreManagerClient.ListSnapshotsPage
CloudFilestoreManagerClient.ListSnapshotsPage. createPage(com.google.api.gax.rpc.PageContext<ListSnapshotsRequest,ListSnapshotsResponse,Snapshot> context, ListSnapshotsResponse response)
com.google.api.core.ApiFuture<CloudFilestoreManagerClient.ListSnapshotsPage>
CloudFilestoreManagerClient.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.filestore.v1.stub
Methods in com.google.cloud.filestore.v1.stub that return types with arguments of type ListSnapshotsRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListSnapshotsRequest,ListSnapshotsResponse>
CloudFilestoreManagerStub. listSnapshotsCallable()
com.google.api.gax.rpc.UnaryCallable<ListSnapshotsRequest,ListSnapshotsResponse>
GrpcCloudFilestoreManagerStub. listSnapshotsCallable()
com.google.api.gax.rpc.UnaryCallable<ListSnapshotsRequest,ListSnapshotsResponse>
HttpJsonCloudFilestoreManagerStub. listSnapshotsCallable()
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.
-