Uses of Class
com.google.api.servicemanagement.v1.Diagnostic.Kind
-
Packages that use Diagnostic.Kind Package Description com.google.api.servicemanagement.v1 -
-
Uses of Diagnostic.Kind in com.google.api.servicemanagement.v1
Methods in com.google.api.servicemanagement.v1 that return Diagnostic.Kind Modifier and Type Method Description static Diagnostic.Kind
Diagnostic.Kind. forNumber(int value)
Diagnostic.Kind
Diagnostic.Builder. getKind()
The kind of diagnostic information provided.Diagnostic.Kind
Diagnostic. getKind()
The kind of diagnostic information provided.Diagnostic.Kind
DiagnosticOrBuilder. getKind()
The kind of diagnostic information provided.static Diagnostic.Kind
Diagnostic.Kind. valueOf(int value)
Deprecated.static Diagnostic.Kind
Diagnostic.Kind. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Diagnostic.Kind
Diagnostic.Kind. valueOf(String name)
Returns the enum constant of this type with the specified name.static Diagnostic.Kind[]
Diagnostic.Kind. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.api.servicemanagement.v1 that return types with arguments of type Diagnostic.Kind Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Diagnostic.Kind>
Diagnostic.Kind. internalGetValueMap()
Methods in com.google.api.servicemanagement.v1 with parameters of type Diagnostic.Kind Modifier and Type Method Description Diagnostic.Builder
Diagnostic.Builder. setKind(Diagnostic.Kind value)
The kind of diagnostic information provided.
-