Interface InstanceManagedByIgmErrorManagedInstanceErrorOrBuilder (1.46.0)

public interface InstanceManagedByIgmErrorManagedInstanceErrorOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCode()

public abstract String getCode()

[Output Only] Error code.

optional string code = 3059181;

Returns
TypeDescription
String

The code.

getCodeBytes()

public abstract ByteString getCodeBytes()

[Output Only] Error code.

optional string code = 3059181;

Returns
TypeDescription
ByteString

The bytes for code.

getMessage()

public abstract String getMessage()

[Output Only] Error message.

optional string message = 418054151;

Returns
TypeDescription
String

The message.

getMessageBytes()

public abstract ByteString getMessageBytes()

[Output Only] Error message.

optional string message = 418054151;

Returns
TypeDescription
ByteString

The bytes for message.

hasCode()

public abstract boolean hasCode()

[Output Only] Error code.

optional string code = 3059181;

Returns
TypeDescription
boolean

Whether the code field is set.

hasMessage()

public abstract boolean hasMessage()

[Output Only] Error message.

optional string message = 418054151;

Returns
TypeDescription
boolean

Whether the message field is set.