public interface TestConnectionAssignmentErrorOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAction()
public abstract String getAction()The text describing the action required to fix the issue.
string action = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The action. |
getActionBytes()
public abstract ByteString getActionBytes()The text describing the action required to fix the issue.
string action = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for action. |
getCode()
public abstract String getCode()A short error code that defines the error, meant for programmatic parsing.
string code = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The code. |
getCodeBytes()
public abstract ByteString getCodeBytes()A short error code that defines the error, meant for programmatic parsing.
string code = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for code. |
getIssue()
public abstract String getIssue()The text describing the root cause of the reported issue.
string issue = 4;
| Returns | |
|---|---|
| Type | Description |
String |
The issue. |
getIssueBytes()
public abstract ByteString getIssueBytes()The text describing the root cause of the reported issue.
string issue = 4;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for issue. |
getMessage()
public abstract String getMessage()A human-readable error message.
string message = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The message. |
getMessageBytes()
public abstract ByteString getMessageBytes()A human-readable error message.
string message = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for message. |