Interface DiagnosticOrBuilder (3.39.0)

public interface DiagnosticOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getKind()

public abstract Diagnostic.Kind getKind()

The kind of diagnostic information provided.

.google.api.servicemanagement.v1.Diagnostic.Kind kind = 2;

Returns
TypeDescription
Diagnostic.Kind

The kind.

getKindValue()

public abstract int getKindValue()

The kind of diagnostic information provided.

.google.api.servicemanagement.v1.Diagnostic.Kind kind = 2;

Returns
TypeDescription
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
TypeDescription
String

The location.

getLocationBytes()

public abstract ByteString getLocationBytes()

File name and line number of the error or warning.

string location = 1;

Returns
TypeDescription
ByteString

The bytes for location.

getMessage()

public abstract String getMessage()

Message describing the error or warning.

string message = 3;

Returns
TypeDescription
String

The message.

getMessageBytes()

public abstract ByteString getMessageBytes()

Message describing the error or warning.

string message = 3;

Returns
TypeDescription
ByteString

The bytes for message.