public interface DiagnosticOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Diagnostic.Kind |
getKind()
The kind of diagnostic information provided.
|
int |
getKindValue()
The kind of diagnostic information provided.
|
java.lang.String |
getLocation()
File name and line number of the error or warning.
|
com.google.protobuf.ByteString |
getLocationBytes()
File name and line number of the error or warning.
|
java.lang.String |
getMessage()
Message describing the error or warning.
|
com.google.protobuf.ByteString |
getMessageBytes()
Message describing the error or warning.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getLocation()
File name and line number of the error or warning.
string location = 1;com.google.protobuf.ByteString getLocationBytes()
File name and line number of the error or warning.
string location = 1;int getKindValue()
The kind of diagnostic information provided.
.google.api.servicemanagement.v1.Diagnostic.Kind kind = 2;Diagnostic.Kind getKind()
The kind of diagnostic information provided.
.google.api.servicemanagement.v1.Diagnostic.Kind kind = 2;java.lang.String getMessage()
Message describing the error or warning.
string message = 3;com.google.protobuf.ByteString getMessageBytes()
Message describing the error or warning.
string message = 3;