Uses of Class
com.google.cloud.alloydb.v1.InstanceName
-
Packages that use InstanceName Package Description com.google.cloud.alloydb.v1 A client to AlloyDB API -
-
Uses of InstanceName in com.google.cloud.alloydb.v1
Methods in com.google.cloud.alloydb.v1 that return InstanceName Modifier and Type Method Description InstanceNameInstanceName.Builder. build()static InstanceNameInstanceName. of(String project, String location, String cluster, String instance)static InstanceNameInstanceName. parse(String formattedString)Methods in com.google.cloud.alloydb.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.alloydb.v1 with parameters of type InstanceName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata>AlloyDBAdminClient. deleteInstanceAsync(InstanceName name)Deletes a single Instance.com.google.api.gax.longrunning.OperationFuture<Instance,OperationMetadata>AlloyDBAdminClient. failoverInstanceAsync(InstanceName name)Forces a Failover for a highly available instance.InstanceAlloyDBAdminClient. getInstance(InstanceName name)Gets details of a single Instance.com.google.api.gax.longrunning.OperationFuture<Instance,OperationMetadata>AlloyDBAdminClient. injectFaultAsync(InjectFaultRequest.FaultType faultType, InstanceName name)Injects fault in an instance.com.google.api.gax.longrunning.OperationFuture<Instance,OperationMetadata>AlloyDBAdminClient. restartInstanceAsync(InstanceName name)Restart an Instance in a cluster.Method parameters in com.google.cloud.alloydb.v1 with type arguments of type InstanceName Modifier and Type Method Description static List<String>InstanceName. toStringList(List<InstanceName> values)
-