Uses of Class
com.google.cloud.networkconnectivity.v1.State
-
Packages that use State Package Description com.google.cloud.networkconnectivity.v1 A client to Network Connectivity API -
-
Uses of State in com.google.cloud.networkconnectivity.v1
Methods in com.google.cloud.networkconnectivity.v1 that return State Modifier and Type Method Description static StateState. forNumber(int value)StateHub.Builder. getState()Output only.StateHub. getState()Output only.StateHubOrBuilder. getState()Output only.StateSpoke.Builder. getState()Output only.StateSpoke. getState()Output only.StateSpokeOrBuilder. getState()Output only.static StateState. valueOf(int value)Deprecated.static StateState. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static StateState. 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.v1 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.v1 with parameters of type State Modifier and Type Method Description Hub.BuilderHub.Builder. setState(State value)Output only.Spoke.BuilderSpoke.Builder. setState(State value)Output only.
-