public interface DiagnosticOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getKind()
public abstract Diagnostic.Kind getKind()The kind of diagnostic information provided.
.google.api.servicemanagement.v1.Diagnostic.Kind kind = 2;
| Returns | |
|---|---|
| Type | Description |
Diagnostic.Kind |
The kind. |
getKindValue()
public abstract int getKindValue()The kind of diagnostic information provided.
.google.api.servicemanagement.v1.Diagnostic.Kind kind = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for kind. |
getLocation()
public abstract String getLocation()File name and line number of the error or warning.
string location = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The location. |
getLocationBytes()
public abstract ByteString getLocationBytes()File name and line number of the error or warning.
string location = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for location. |
getMessage()
public abstract String getMessage()Message describing the error or warning.
string message = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The message. |
getMessageBytes()
public abstract ByteString getMessageBytes()Message describing the error or warning.
string message = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for message. |