public static interface OperationMetadata.DiagnosticOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getLocation()
public abstract String getLocation()
Location of the diagnostic.
string location = 1;
Returns | |
---|---|
Type | Description |
String |
The location. |
getLocationBytes()
public abstract ByteString getLocationBytes()
Location of the diagnostic.
string location = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for location. |
getMessage()
public abstract String getMessage()
The diagnostic message.
string message = 2;
Returns | |
---|---|
Type | Description |
String |
The message. |
getMessageBytes()
public abstract ByteString getMessageBytes()
The diagnostic message.
string message = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for message. |