public interface WarningOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDisplayMessage()
public abstract String getDisplayMessage()The literal message providing context and details about the warnings.
string display_message = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The displayMessage. |
getDisplayMessageBytes()
public abstract ByteString getDisplayMessageBytes()The literal message providing context and details about the warnings.
string display_message = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for displayMessage. |
getWarningCode()
public abstract Warning.WarningCode getWarningCode()The specific warning code for the displayed message.
.google.cloud.kms.inventory.v1.Warning.WarningCode warning_code = 1;
| Returns | |
|---|---|
| Type | Description |
Warning.WarningCode |
The warningCode. |
getWarningCodeValue()
public abstract int getWarningCodeValue()The specific warning code for the displayed message.
.google.cloud.kms.inventory.v1.Warning.WarningCode warning_code = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for warningCode. |