Uses of Class
com.google.cloud.filestore.v1.ListSnapshotsResponse
-
Packages that use ListSnapshotsResponse Package Description com.google.cloud.filestore.v1 A client to Cloud Filestore APIcom.google.cloud.filestore.v1.stub -
-
Uses of ListSnapshotsResponse in com.google.cloud.filestore.v1
Methods in com.google.cloud.filestore.v1 that return ListSnapshotsResponse Modifier and Type Method Description ListSnapshotsResponse
ListSnapshotsResponse.Builder. build()
ListSnapshotsResponse
ListSnapshotsResponse.Builder. buildPartial()
static ListSnapshotsResponse
ListSnapshotsResponse. getDefaultInstance()
ListSnapshotsResponse
ListSnapshotsResponse.Builder. getDefaultInstanceForType()
ListSnapshotsResponse
ListSnapshotsResponse. getDefaultInstanceForType()
ListSnapshotsResponse
CloudFilestoreManagerGrpc.CloudFilestoreManagerBlockingStub. listSnapshots(ListSnapshotsRequest request)
Lists all snapshots in a project for either a specified location or for all locations.static ListSnapshotsResponse
ListSnapshotsResponse. parseDelimitedFrom(InputStream input)
static ListSnapshotsResponse
ListSnapshotsResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListSnapshotsResponse
ListSnapshotsResponse. parseFrom(byte[] data)
static ListSnapshotsResponse
ListSnapshotsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListSnapshotsResponse
ListSnapshotsResponse. parseFrom(com.google.protobuf.ByteString data)
static ListSnapshotsResponse
ListSnapshotsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListSnapshotsResponse
ListSnapshotsResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static ListSnapshotsResponse
ListSnapshotsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListSnapshotsResponse
ListSnapshotsResponse. parseFrom(InputStream input)
static ListSnapshotsResponse
ListSnapshotsResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListSnapshotsResponse
ListSnapshotsResponse. parseFrom(ByteBuffer data)
static ListSnapshotsResponse
ListSnapshotsResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.filestore.v1 that return types with arguments of type ListSnapshotsResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<ListSnapshotsRequest,ListSnapshotsResponse>
CloudFilestoreManagerGrpc. getListSnapshotsMethod()
com.google.protobuf.Parser<ListSnapshotsResponse>
ListSnapshotsResponse. getParserForType()
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.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.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<ListSnapshotsResponse>
ListSnapshotsResponse. parser()
Methods in com.google.cloud.filestore.v1 with parameters of type ListSnapshotsResponse Modifier and Type Method Description protected CloudFilestoreManagerClient.ListSnapshotsPage
CloudFilestoreManagerClient.ListSnapshotsPage. createPage(com.google.api.gax.rpc.PageContext<ListSnapshotsRequest,ListSnapshotsResponse,Snapshot> context, ListSnapshotsResponse response)
ListSnapshotsResponse.Builder
ListSnapshotsResponse.Builder. mergeFrom(ListSnapshotsResponse other)
static ListSnapshotsResponse.Builder
ListSnapshotsResponse. newBuilder(ListSnapshotsResponse prototype)
Method parameters in com.google.cloud.filestore.v1 with type arguments of type ListSnapshotsResponse 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)
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)
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)
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.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. -
Uses of ListSnapshotsResponse in com.google.cloud.filestore.v1.stub
Methods in com.google.cloud.filestore.v1.stub that return types with arguments of type ListSnapshotsResponse 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.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.
-