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