Uses of Class
com.google.cloud.filestore.v1.InstanceName
-
Packages that use InstanceName Package Description com.google.cloud.filestore.v1 A client to Cloud Filestore API -
-
Uses of InstanceName in com.google.cloud.filestore.v1
Methods in com.google.cloud.filestore.v1 that return InstanceName Modifier and Type Method Description InstanceName
InstanceName.Builder. build()
static InstanceName
InstanceName. of(String project, String location, String instance)
static InstanceName
InstanceName. parse(String formattedString)
Methods in com.google.cloud.filestore.v1 that return types with arguments of type InstanceName Modifier and Type Method Description static List<InstanceName>
InstanceName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.filestore.v1 with parameters of type InstanceName Modifier and Type Method Description 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<com.google.protobuf.Empty,OperationMetadata>
CloudFilestoreManagerClient. deleteInstanceAsync(InstanceName name)
Deletes an instance.Instance
CloudFilestoreManagerClient. getInstance(InstanceName name)
Gets the details of a specific instance.CloudFilestoreManagerClient.ListSnapshotsPagedResponse
CloudFilestoreManagerClient. listSnapshots(InstanceName parent)
Lists all snapshots in a project for either a specified location or for all locations.Method parameters in com.google.cloud.filestore.v1 with type arguments of type InstanceName Modifier and Type Method Description static List<String>
InstanceName. toStringList(List<InstanceName> values)
-