Uses of Class
com.google.cloud.filestore.v1.SnapshotName
-
Packages that use SnapshotName Package Description com.google.cloud.filestore.v1 A client to Cloud Filestore API -
-
Uses of SnapshotName in com.google.cloud.filestore.v1
Methods in com.google.cloud.filestore.v1 that return SnapshotName Modifier and Type Method Description SnapshotNameSnapshotName.Builder. build()static SnapshotNameSnapshotName. of(String project, String location, String instance, String snapshot)static SnapshotNameSnapshotName. parse(String formattedString)Methods in com.google.cloud.filestore.v1 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.v1 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.SnapshotCloudFilestoreManagerClient. getSnapshot(SnapshotName name)Gets the details of a specific snapshot.Method parameters in com.google.cloud.filestore.v1 with type arguments of type SnapshotName Modifier and Type Method Description static List<String>SnapshotName. toStringList(List<SnapshotName> values)
-