Uses of Class
com.google.cloud.filestore.v1beta1.SnapshotName
-
Packages that use SnapshotName Package Description com.google.cloud.filestore.v1beta1 A client to Cloud Filestore API -
-
Uses of SnapshotName in com.google.cloud.filestore.v1beta1
Methods in com.google.cloud.filestore.v1beta1 that return SnapshotName Modifier and Type Method Description SnapshotName
SnapshotName.Builder. build()
static SnapshotName
SnapshotName. of(String project, String location, String instance, String snapshot)
static SnapshotName
SnapshotName. parse(String formattedString)
Methods in com.google.cloud.filestore.v1beta1 that return types with arguments of type SnapshotName Modifier and Type Method Description static List<SnapshotName>
SnapshotName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.filestore.v1beta1 with parameters of type SnapshotName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata>
CloudFilestoreManagerClient. deleteSnapshotAsync(SnapshotName name)
Deletes a snapshot.Snapshot
CloudFilestoreManagerClient. getSnapshot(SnapshotName name)
Gets the details of a specific snapshot.Method parameters in com.google.cloud.filestore.v1beta1 with type arguments of type SnapshotName Modifier and Type Method Description static List<String>
SnapshotName. toStringList(List<SnapshotName> values)
-