public interface InstanceManagedByIgmErrorManagedInstanceErrorOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getCode()
public abstract String getCode()
[Output Only] Error code.
optional string code = 3059181;
Returns | |
---|---|
Type | Description |
String |
The code. |
getCodeBytes()
public abstract ByteString getCodeBytes()
[Output Only] Error code.
optional string code = 3059181;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for code. |
getMessage()
public abstract String getMessage()
[Output Only] Error message.
optional string message = 418054151;
Returns | |
---|---|
Type | Description |
String |
The message. |
getMessageBytes()
public abstract ByteString getMessageBytes()
[Output Only] Error message.
optional string message = 418054151;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for message. |
hasCode()
public abstract boolean hasCode()
[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] Error message.
optional string message = 418054151;
Returns | |
---|---|
Type | Description |
boolean |
Whether the message field is set. |