Uses of Class
com.google.cloud.filestore.v1.Snapshot
-
Packages that use Snapshot Package Description com.google.cloud.filestore.v1 A client to Cloud Filestore APIcom.google.cloud.filestore.v1.stub -
-
Uses of Snapshot in com.google.cloud.filestore.v1
Methods in com.google.cloud.filestore.v1 that return Snapshot Modifier and Type Method Description SnapshotSnapshot.Builder. build()SnapshotSnapshot.Builder. buildPartial()static SnapshotSnapshot. getDefaultInstance()SnapshotSnapshot.Builder. getDefaultInstanceForType()SnapshotSnapshot. getDefaultInstanceForType()SnapshotCloudFilestoreManagerClient. getSnapshot(GetSnapshotRequest request)Gets the details of a specific snapshot.SnapshotCloudFilestoreManagerClient. getSnapshot(SnapshotName name)Gets the details of a specific snapshot.SnapshotCloudFilestoreManagerClient. getSnapshot(String name)Gets the details of a specific snapshot.SnapshotCloudFilestoreManagerGrpc.CloudFilestoreManagerBlockingStub. getSnapshot(GetSnapshotRequest request)Gets the details of a specific snapshot.SnapshotCreateSnapshotRequest.Builder. getSnapshot()Required.SnapshotCreateSnapshotRequest. getSnapshot()Required.SnapshotCreateSnapshotRequestOrBuilder. getSnapshot()Required.SnapshotUpdateSnapshotRequest.Builder. getSnapshot()Required.SnapshotUpdateSnapshotRequest. getSnapshot()Required.SnapshotUpdateSnapshotRequestOrBuilder. getSnapshot()Required.SnapshotListSnapshotsResponse.Builder. getSnapshots(int index)A list of snapshots in the project for the specified instance.SnapshotListSnapshotsResponse. getSnapshots(int index)A list of snapshots in the project for the specified instance.SnapshotListSnapshotsResponseOrBuilder. getSnapshots(int index)A list of snapshots in the project for the specified instance.static SnapshotSnapshot. parseDelimitedFrom(InputStream input)static SnapshotSnapshot. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SnapshotSnapshot. parseFrom(byte[] data)static SnapshotSnapshot. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SnapshotSnapshot. parseFrom(com.google.protobuf.ByteString data)static SnapshotSnapshot. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SnapshotSnapshot. parseFrom(com.google.protobuf.CodedInputStream input)static SnapshotSnapshot. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SnapshotSnapshot. parseFrom(InputStream input)static SnapshotSnapshot. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SnapshotSnapshot. parseFrom(ByteBuffer data)static SnapshotSnapshot. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.filestore.v1 that return types with arguments of type Snapshot Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<Snapshot,OperationMetadata>CloudFilestoreManagerClient. createSnapshotAsync(CreateSnapshotRequest request)Creates a snapshot.com.google.api.gax.longrunning.OperationFuture<Snapshot,OperationMetadata>CloudFilestoreManagerClient. createSnapshotAsync(InstanceName parent, Snapshot snapshot, String snapshotId)Creates a snapshot.com.google.api.gax.longrunning.OperationFuture<Snapshot,OperationMetadata>CloudFilestoreManagerClient. createSnapshotAsync(String parent, Snapshot snapshot, String snapshotId)Creates a snapshot.com.google.api.gax.rpc.OperationCallable<CreateSnapshotRequest,Snapshot,OperationMetadata>CloudFilestoreManagerClient. createSnapshotOperationCallable()Creates a snapshot.com.google.api.gax.rpc.OperationCallSettings.Builder<CreateSnapshotRequest,Snapshot,OperationMetadata>CloudFilestoreManagerSettings.Builder. createSnapshotOperationSettings()Returns the builder for the settings used for calls to createSnapshot.com.google.api.gax.rpc.OperationCallSettings<CreateSnapshotRequest,Snapshot,OperationMetadata>CloudFilestoreManagerSettings. createSnapshotOperationSettings()Returns the object with the settings used for calls to createSnapshot.static io.grpc.MethodDescriptor<GetSnapshotRequest,Snapshot>CloudFilestoreManagerGrpc. getGetSnapshotMethod()com.google.protobuf.Parser<Snapshot>Snapshot. getParserForType()com.google.common.util.concurrent.ListenableFuture<Snapshot>CloudFilestoreManagerGrpc.CloudFilestoreManagerFutureStub. getSnapshot(GetSnapshotRequest request)Gets the details of a specific snapshot.com.google.api.gax.rpc.UnaryCallable<GetSnapshotRequest,Snapshot>CloudFilestoreManagerClient. getSnapshotCallable()Gets the details of a specific snapshot.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetSnapshotRequest,Snapshot>CloudFilestoreManagerSettings.Builder. getSnapshotSettings()Returns the builder for the settings used for calls to getSnapshot.com.google.api.gax.rpc.UnaryCallSettings<GetSnapshotRequest,Snapshot>CloudFilestoreManagerSettings. getSnapshotSettings()Returns the object with the settings used for calls to getSnapshot.List<Snapshot>ListSnapshotsResponse.Builder. getSnapshotsList()A list of snapshots in the project for the specified instance.List<Snapshot>ListSnapshotsResponse. getSnapshotsList()A list of snapshots in the project for the specified instance.List<Snapshot>ListSnapshotsResponseOrBuilder. getSnapshotsList()A list of snapshots in the project for the specified instance.static com.google.protobuf.Parser<Snapshot>Snapshot. parser()com.google.api.gax.longrunning.OperationFuture<Snapshot,OperationMetadata>CloudFilestoreManagerClient. updateSnapshotAsync(Snapshot snapshot, com.google.protobuf.FieldMask updateMask)Updates the settings of a specific snapshot.com.google.api.gax.longrunning.OperationFuture<Snapshot,OperationMetadata>CloudFilestoreManagerClient. updateSnapshotAsync(UpdateSnapshotRequest request)Updates the settings of a specific snapshot.com.google.api.gax.rpc.OperationCallable<UpdateSnapshotRequest,Snapshot,OperationMetadata>CloudFilestoreManagerClient. updateSnapshotOperationCallable()Updates the settings of a specific snapshot.com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateSnapshotRequest,Snapshot,OperationMetadata>CloudFilestoreManagerSettings.Builder. updateSnapshotOperationSettings()Returns the builder for the settings used for calls to updateSnapshot.com.google.api.gax.rpc.OperationCallSettings<UpdateSnapshotRequest,Snapshot,OperationMetadata>CloudFilestoreManagerSettings. updateSnapshotOperationSettings()Returns the object with the settings used for calls to updateSnapshot.Methods in com.google.cloud.filestore.v1 with parameters of type Snapshot Modifier and Type Method Description ListSnapshotsResponse.BuilderListSnapshotsResponse.Builder. addSnapshots(int index, Snapshot value)A list of snapshots in the project for the specified instance.ListSnapshotsResponse.BuilderListSnapshotsResponse.Builder. addSnapshots(Snapshot value)A list of snapshots in the project for the specified instance.com.google.api.gax.longrunning.OperationFuture<Snapshot,OperationMetadata>CloudFilestoreManagerClient. createSnapshotAsync(InstanceName parent, Snapshot snapshot, String snapshotId)Creates a snapshot.com.google.api.gax.longrunning.OperationFuture<Snapshot,OperationMetadata>CloudFilestoreManagerClient. createSnapshotAsync(String parent, Snapshot snapshot, String snapshotId)Creates a snapshot.Snapshot.BuilderSnapshot.Builder. mergeFrom(Snapshot other)CreateSnapshotRequest.BuilderCreateSnapshotRequest.Builder. mergeSnapshot(Snapshot value)Required.UpdateSnapshotRequest.BuilderUpdateSnapshotRequest.Builder. mergeSnapshot(Snapshot value)Required.static Snapshot.BuilderSnapshot. newBuilder(Snapshot prototype)CreateSnapshotRequest.BuilderCreateSnapshotRequest.Builder. setSnapshot(Snapshot value)Required.UpdateSnapshotRequest.BuilderUpdateSnapshotRequest.Builder. setSnapshot(Snapshot value)Required.ListSnapshotsResponse.BuilderListSnapshotsResponse.Builder. setSnapshots(int index, Snapshot value)A list of snapshots in the project for the specified instance.com.google.api.gax.longrunning.OperationFuture<Snapshot,OperationMetadata>CloudFilestoreManagerClient. updateSnapshotAsync(Snapshot snapshot, com.google.protobuf.FieldMask updateMask)Updates the settings of a specific snapshot.Method parameters in com.google.cloud.filestore.v1 with type arguments of type Snapshot Modifier and Type Method Description ListSnapshotsResponse.BuilderListSnapshotsResponse.Builder. addAllSnapshots(Iterable<? extends Snapshot> values)A list of snapshots in the project for the specified instance.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.ListSnapshotsPageCloudFilestoreManagerClient.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)default voidCloudFilestoreManagerGrpc.AsyncService. getSnapshot(GetSnapshotRequest request, io.grpc.stub.StreamObserver<Snapshot> responseObserver)Gets the details of a specific snapshot.voidCloudFilestoreManagerGrpc.CloudFilestoreManagerStub. getSnapshot(GetSnapshotRequest request, io.grpc.stub.StreamObserver<Snapshot> responseObserver)Gets the details of a specific snapshot. -
Uses of Snapshot in com.google.cloud.filestore.v1.stub
Methods in com.google.cloud.filestore.v1.stub that return types with arguments of type Snapshot Modifier and Type Method Description com.google.api.gax.rpc.OperationCallable<CreateSnapshotRequest,Snapshot,OperationMetadata>CloudFilestoreManagerStub. createSnapshotOperationCallable()com.google.api.gax.rpc.OperationCallable<CreateSnapshotRequest,Snapshot,OperationMetadata>GrpcCloudFilestoreManagerStub. createSnapshotOperationCallable()com.google.api.gax.rpc.OperationCallable<CreateSnapshotRequest,Snapshot,OperationMetadata>HttpJsonCloudFilestoreManagerStub. createSnapshotOperationCallable()com.google.api.gax.rpc.OperationCallSettings.Builder<CreateSnapshotRequest,Snapshot,OperationMetadata>CloudFilestoreManagerStubSettings.Builder. createSnapshotOperationSettings()Returns the builder for the settings used for calls to createSnapshot.com.google.api.gax.rpc.OperationCallSettings<CreateSnapshotRequest,Snapshot,OperationMetadata>CloudFilestoreManagerStubSettings. createSnapshotOperationSettings()Returns the object with the settings used for calls to createSnapshot.com.google.api.gax.rpc.UnaryCallable<GetSnapshotRequest,Snapshot>CloudFilestoreManagerStub. getSnapshotCallable()com.google.api.gax.rpc.UnaryCallable<GetSnapshotRequest,Snapshot>GrpcCloudFilestoreManagerStub. getSnapshotCallable()com.google.api.gax.rpc.UnaryCallable<GetSnapshotRequest,Snapshot>HttpJsonCloudFilestoreManagerStub. getSnapshotCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetSnapshotRequest,Snapshot>CloudFilestoreManagerStubSettings.Builder. getSnapshotSettings()Returns the builder for the settings used for calls to getSnapshot.com.google.api.gax.rpc.UnaryCallSettings<GetSnapshotRequest,Snapshot>CloudFilestoreManagerStubSettings. getSnapshotSettings()Returns the object with the settings used for calls to getSnapshot.com.google.api.gax.rpc.OperationCallable<UpdateSnapshotRequest,Snapshot,OperationMetadata>CloudFilestoreManagerStub. updateSnapshotOperationCallable()com.google.api.gax.rpc.OperationCallable<UpdateSnapshotRequest,Snapshot,OperationMetadata>GrpcCloudFilestoreManagerStub. updateSnapshotOperationCallable()com.google.api.gax.rpc.OperationCallable<UpdateSnapshotRequest,Snapshot,OperationMetadata>HttpJsonCloudFilestoreManagerStub. updateSnapshotOperationCallable()com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateSnapshotRequest,Snapshot,OperationMetadata>CloudFilestoreManagerStubSettings.Builder. updateSnapshotOperationSettings()Returns the builder for the settings used for calls to updateSnapshot.com.google.api.gax.rpc.OperationCallSettings<UpdateSnapshotRequest,Snapshot,OperationMetadata>CloudFilestoreManagerStubSettings. updateSnapshotOperationSettings()Returns the object with the settings used for calls to updateSnapshot.
-