Uses of Class
com.google.cloud.edgecontainer.v1.VpnConnection.Details.State
-
Packages that use VpnConnection.Details.State Package Description com.google.cloud.edgecontainer.v1 A client to Distributed Cloud Edge Container API -
-
Uses of VpnConnection.Details.State in com.google.cloud.edgecontainer.v1
Methods in com.google.cloud.edgecontainer.v1 that return VpnConnection.Details.State Modifier and Type Method Description static VpnConnection.Details.State
VpnConnection.Details.State. forNumber(int value)
VpnConnection.Details.State
VpnConnection.Details.Builder. getState()
The state of this connection.VpnConnection.Details.State
VpnConnection.Details. getState()
The state of this connection.VpnConnection.Details.State
VpnConnection.DetailsOrBuilder. getState()
The state of this connection.static VpnConnection.Details.State
VpnConnection.Details.State. valueOf(int value)
Deprecated.static VpnConnection.Details.State
VpnConnection.Details.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static VpnConnection.Details.State
VpnConnection.Details.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static VpnConnection.Details.State[]
VpnConnection.Details.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.edgecontainer.v1 that return types with arguments of type VpnConnection.Details.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<VpnConnection.Details.State>
VpnConnection.Details.State. internalGetValueMap()
Methods in com.google.cloud.edgecontainer.v1 with parameters of type VpnConnection.Details.State Modifier and Type Method Description VpnConnection.Details.Builder
VpnConnection.Details.Builder. setState(VpnConnection.Details.State value)
The state of this connection.
-