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