Uses of Class
com.google.cloud.ids.v1.Endpoint.Severity
-
Packages that use Endpoint.Severity Package Description com.google.cloud.ids.v1 A client to Cloud IDS API -
-
Uses of Endpoint.Severity in com.google.cloud.ids.v1
Methods in com.google.cloud.ids.v1 that return Endpoint.Severity Modifier and Type Method Description static Endpoint.Severity
Endpoint.Severity. forNumber(int value)
Endpoint.Severity
Endpoint.Builder. getSeverity()
Required.Endpoint.Severity
Endpoint. getSeverity()
Required.Endpoint.Severity
EndpointOrBuilder. getSeverity()
Required.static Endpoint.Severity
Endpoint.Severity. valueOf(int value)
Deprecated.static Endpoint.Severity
Endpoint.Severity. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Endpoint.Severity
Endpoint.Severity. valueOf(String name)
Returns the enum constant of this type with the specified name.static Endpoint.Severity[]
Endpoint.Severity. 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.Severity Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Endpoint.Severity>
Endpoint.Severity. internalGetValueMap()
Methods in com.google.cloud.ids.v1 with parameters of type Endpoint.Severity Modifier and Type Method Description Endpoint.Builder
Endpoint.Builder. setSeverity(Endpoint.Severity value)
Required.
-