public interface MigrationWarningOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getActionItem()
public abstract LocalizedMessage getActionItem()Output only. Suggested action for solving the warning.
.google.rpc.LocalizedMessage action_item = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
com.google.rpc.LocalizedMessage |
The actionItem. |
getActionItemOrBuilder()
public abstract LocalizedMessageOrBuilder getActionItemOrBuilder()Output only. Suggested action for solving the warning.
.google.rpc.LocalizedMessage action_item = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
com.google.rpc.LocalizedMessageOrBuilder |
|
getCode()
public abstract MigrationWarning.WarningCode getCode()The warning code.
.google.cloud.vmmigration.v1.MigrationWarning.WarningCode code = 1;
| Returns | |
|---|---|
| Type | Description |
MigrationWarning.WarningCode |
The code. |
getCodeValue()
public abstract int getCodeValue()The warning code.
.google.cloud.vmmigration.v1.MigrationWarning.WarningCode code = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for code. |
getHelpLinks(int index)
public abstract Help.Link getHelpLinks(int index)Output only. URL(s) pointing to additional information on handling the current warning.
repeated .google.rpc.Help.Link help_links = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
com.google.rpc.Help.Link |
|
getHelpLinksCount()
public abstract int getHelpLinksCount()Output only. URL(s) pointing to additional information on handling the current warning.
repeated .google.rpc.Help.Link help_links = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
|
getHelpLinksList()
public abstract List<Help.Link> getHelpLinksList()Output only. URL(s) pointing to additional information on handling the current warning.
repeated .google.rpc.Help.Link help_links = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<com.google.rpc.Help.Link> |
|
getHelpLinksOrBuilder(int index)
public abstract Help.LinkOrBuilder getHelpLinksOrBuilder(int index)Output only. URL(s) pointing to additional information on handling the current warning.
repeated .google.rpc.Help.Link help_links = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
com.google.rpc.Help.LinkOrBuilder |
|
getHelpLinksOrBuilderList()
public abstract List<? extends Help.LinkOrBuilder> getHelpLinksOrBuilderList()Output only. URL(s) pointing to additional information on handling the current warning.
repeated .google.rpc.Help.Link help_links = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.rpc.Help.LinkOrBuilder> |
|
getWarningMessage()
public abstract LocalizedMessage getWarningMessage()Output only. The localized warning message.
.google.rpc.LocalizedMessage warning_message = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
com.google.rpc.LocalizedMessage |
The warningMessage. |
getWarningMessageOrBuilder()
public abstract LocalizedMessageOrBuilder getWarningMessageOrBuilder()Output only. The localized warning message.
.google.rpc.LocalizedMessage warning_message = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
com.google.rpc.LocalizedMessageOrBuilder |
|
getWarningTime()
public abstract Timestamp getWarningTime()The time the warning occurred.
.google.protobuf.Timestamp warning_time = 5;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The warningTime. |
getWarningTimeOrBuilder()
public abstract TimestampOrBuilder getWarningTimeOrBuilder()The time the warning occurred.
.google.protobuf.Timestamp warning_time = 5;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
hasActionItem()
public abstract boolean hasActionItem()Output only. Suggested action for solving the warning.
.google.rpc.LocalizedMessage action_item = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the actionItem field is set. |
hasWarningMessage()
public abstract boolean hasWarningMessage()Output only. The localized warning message.
.google.rpc.LocalizedMessage warning_message = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the warningMessage field is set. |
hasWarningTime()
public abstract boolean hasWarningTime()The time the warning occurred.
.google.protobuf.Timestamp warning_time = 5;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the warningTime field is set. |