Uses of Class
com.google.cloud.vpcaccess.v1.Connector.State
-
Packages that use Connector.State Package Description com.google.cloud.vpcaccess.v1 A client to Serverless VPC Access API -
-
Uses of Connector.State in com.google.cloud.vpcaccess.v1
Methods in com.google.cloud.vpcaccess.v1 that return Connector.State Modifier and Type Method Description static Connector.State
Connector.State. forNumber(int value)
Connector.State
Connector.Builder. getState()
Output only.Connector.State
Connector. getState()
Output only.Connector.State
ConnectorOrBuilder. getState()
Output only.static Connector.State
Connector.State. valueOf(int value)
Deprecated.static Connector.State
Connector.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Connector.State
Connector.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static Connector.State[]
Connector.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.vpcaccess.v1 that return types with arguments of type Connector.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Connector.State>
Connector.State. internalGetValueMap()
Methods in com.google.cloud.vpcaccess.v1 with parameters of type Connector.State Modifier and Type Method Description Connector.Builder
Connector.Builder. setState(Connector.State value)
Output only.
-