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.StateEndpoint.State. forNumber(int value)Endpoint.StateEndpoint.Builder. getState()Output only.Endpoint.StateEndpoint. getState()Output only.Endpoint.StateEndpointOrBuilder. getState()Output only.static Endpoint.StateEndpoint.State. valueOf(int value)Deprecated.static Endpoint.StateEndpoint.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Endpoint.StateEndpoint.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.BuilderEndpoint.Builder. setState(Endpoint.State value)Output only.
-