| Modifier and Type | Method and Description |
|---|---|
static Diagnostic.Kind |
Diagnostic.Kind.forNumber(int value) |
Diagnostic.Kind |
Diagnostic.getKind()
The kind of diagnostic information provided.
|
Diagnostic.Kind |
Diagnostic.Builder.getKind()
The kind of diagnostic information provided.
|
Diagnostic.Kind |
DiagnosticOrBuilder.getKind()
The kind of diagnostic information provided.
|
static Diagnostic.Kind |
Diagnostic.Kind.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Diagnostic.Kind |
Diagnostic.Kind.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
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.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<Diagnostic.Kind> |
Diagnostic.Kind.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Diagnostic.Builder |
Diagnostic.Builder.setKind(Diagnostic.Kind value)
The kind of diagnostic information provided.
|
Copyright © 2024 Google LLC. All rights reserved.