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 InstanceName
InstanceName.Builder. build()
static InstanceName
InstanceName. of(String project, String location, String cluster, String instance)
static InstanceName
InstanceName. 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.Instance
AlloyDBAdminClient. 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)
-