| Modifier and Type | Method and Description |
|---|---|
static VpnConnection.Details.State |
VpnConnection.Details.State.forNumber(int value) |
VpnConnection.Details.State |
VpnConnection.DetailsOrBuilder.getState()
The state of this connection.
|
VpnConnection.Details.State |
VpnConnection.Details.getState()
The state of this connection.
|
VpnConnection.Details.State |
VpnConnection.Details.Builder.getState()
The state of this connection.
|
static VpnConnection.Details.State |
VpnConnection.Details.State.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static VpnConnection.Details.State |
VpnConnection.Details.State.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
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.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<VpnConnection.Details.State> |
VpnConnection.Details.State.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
VpnConnection.Details.Builder |
VpnConnection.Details.Builder.setState(VpnConnection.Details.State value)
The state of this connection.
|
Copyright © 2024 Google LLC. All rights reserved.