public interface InstanceManagedByIgmErrorManagedInstanceErrorOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCode()
public abstract String getCode()Output only. [Output Only] Error code.
optional string code = 3059181;
| Returns | |
|---|---|
| Type | Description |
String |
The code. |
getCodeBytes()
public abstract ByteString getCodeBytes()Output only. [Output Only] Error code.
optional string code = 3059181;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for code. |
getMessage()
public abstract String getMessage()Output only. [Output Only] Error message.
optional string message = 418054151;
| Returns | |
|---|---|
| Type | Description |
String |
The message. |
getMessageBytes()
public abstract ByteString getMessageBytes()Output only. [Output Only] Error message.
optional string message = 418054151;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for message. |
hasCode()
public abstract boolean hasCode()Output only. [Output Only] Error code.
optional string code = 3059181;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the code field is set. |
hasMessage()
public abstract boolean hasMessage()Output only. [Output Only] Error message.
optional string message = 418054151;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the message field is set. |