Uses of Class
com.google.cloud.alloydb.v1beta.InstanceName
-
Packages that use InstanceName Package Description com.google.cloud.alloydb.v1beta A client to AlloyDB API -
-
Uses of InstanceName in com.google.cloud.alloydb.v1beta
Methods in com.google.cloud.alloydb.v1beta 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.v1beta 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.v1beta 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.ConnectionInfoAlloyDBAdminClient. getConnectionInfo(InstanceName parent)Get instance metadata used for a connection.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.v1beta with type arguments of type InstanceName Modifier and Type Method Description static List<String>InstanceName. toStringList(List<InstanceName> values)
-