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.KindDiagnostic.Kind. forNumber(int value)Diagnostic.KindDiagnostic.Builder. getKind()The kind of diagnostic information provided.Diagnostic.KindDiagnostic. getKind()The kind of diagnostic information provided.Diagnostic.KindDiagnosticOrBuilder. getKind()The kind of diagnostic information provided.static Diagnostic.KindDiagnostic.Kind. valueOf(int value)Deprecated.static Diagnostic.KindDiagnostic.Kind. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Diagnostic.KindDiagnostic.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.BuilderDiagnostic.Builder. setKind(Diagnostic.Kind value)The kind of diagnostic information provided.
-