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