Interface OperationMetadata.DiagnosticOrBuilder (2.1.12)

public static interface OperationMetadata.DiagnosticOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getLocation()

public abstract String getLocation()

Location of the diagnostic.

string location = 1;

Returns
TypeDescription
String

The location.

getLocationBytes()

public abstract ByteString getLocationBytes()

Location of the diagnostic.

string location = 1;

Returns
TypeDescription
ByteString

The bytes for location.

getMessage()

public abstract String getMessage()

The diagnostic message.

string message = 2;

Returns
TypeDescription
String

The message.

getMessageBytes()

public abstract ByteString getMessageBytes()

The diagnostic message.

string message = 2;

Returns
TypeDescription
ByteString

The bytes for message.