Uses of Class
com.google.cloud.netapp.v1.SnapshotName
-
Packages that use SnapshotName Package Description com.google.cloud.netapp.v1 A client to NetApp API -
-
Uses of SnapshotName in com.google.cloud.netapp.v1
Methods in com.google.cloud.netapp.v1 that return SnapshotName Modifier and Type Method Description SnapshotName
SnapshotName.Builder. build()
static SnapshotName
SnapshotName. of(String project, String location, String volume, String snapshot)
static SnapshotName
SnapshotName. parse(String formattedString)
Methods in com.google.cloud.netapp.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.netapp.v1 with parameters of type SnapshotName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata>
NetAppClient. deleteSnapshotAsync(SnapshotName name)
Deletes a snapshot.Snapshot
NetAppClient. getSnapshot(SnapshotName name)
Describe a snapshot for a volume.Method parameters in com.google.cloud.netapp.v1 with type arguments of type SnapshotName Modifier and Type Method Description static List<String>
SnapshotName. toStringList(List<SnapshotName> values)
-