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.PeeringStatePrivateConnection.PeeringState. forNumber(int value)PrivateConnection.PeeringStatePrivateConnection.Builder. getPeeringState()Output only.PrivateConnection.PeeringStatePrivateConnection. getPeeringState()Output only.PrivateConnection.PeeringStatePrivateConnectionOrBuilder. getPeeringState()Output only.static PrivateConnection.PeeringStatePrivateConnection.PeeringState. valueOf(int value)Deprecated.static PrivateConnection.PeeringStatePrivateConnection.PeeringState. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static PrivateConnection.PeeringStatePrivateConnection.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.BuilderPrivateConnection.Builder. setPeeringState(PrivateConnection.PeeringState value)Output only.
-