Interface MigrationWarningOrBuilder (0.15.0)

public interface MigrationWarningOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getActionItem()

public abstract LocalizedMessage getActionItem()

Suggested action for solving the warning.

.google.rpc.LocalizedMessage action_item = 3;

Returns
Type Description
com.google.rpc.LocalizedMessage

The actionItem.

getActionItemOrBuilder()

public abstract LocalizedMessageOrBuilder getActionItemOrBuilder()

Suggested action for solving the warning.

.google.rpc.LocalizedMessage action_item = 3;

Returns
Type Description
com.google.rpc.LocalizedMessageOrBuilder

getCode()

public abstract MigrationWarning.WarningCode getCode()

The warning code.

.google.events.cloud.vmmigration.v1.MigrationWarning.WarningCode code = 1;

Returns
Type Description
MigrationWarning.WarningCode

The code.

getCodeValue()

public abstract int getCodeValue()

The warning code.

.google.events.cloud.vmmigration.v1.MigrationWarning.WarningCode code = 1;

Returns
Type Description
int

The enum numeric value on the wire for code.

public abstract Help.Link getHelpLinks(int index)

URL(s) pointing to additional information on handling the current warning.

repeated .google.rpc.Help.Link help_links = 4;

Parameter
Name Description
index int
Returns
Type Description
com.google.rpc.Help.Link

getHelpLinksCount()

public abstract int getHelpLinksCount()

URL(s) pointing to additional information on handling the current warning.

repeated .google.rpc.Help.Link help_links = 4;

Returns
Type Description
int
public abstract List<Help.Link> getHelpLinksList()

URL(s) pointing to additional information on handling the current warning.

repeated .google.rpc.Help.Link help_links = 4;

Returns
Type Description
List<com.google.rpc.Help.Link>

getHelpLinksOrBuilder(int index)

public abstract Help.LinkOrBuilder getHelpLinksOrBuilder(int index)

URL(s) pointing to additional information on handling the current warning.

repeated .google.rpc.Help.Link help_links = 4;

Parameter
Name Description
index int
Returns
Type Description
com.google.rpc.Help.LinkOrBuilder

getHelpLinksOrBuilderList()

public abstract List<? extends Help.LinkOrBuilder> getHelpLinksOrBuilderList()

URL(s) pointing to additional information on handling the current warning.

repeated .google.rpc.Help.Link help_links = 4;

Returns
Type Description
List<? extends com.google.rpc.Help.LinkOrBuilder>

getWarningMessage()

public abstract LocalizedMessage getWarningMessage()

The localized warning message.

.google.rpc.LocalizedMessage warning_message = 2;

Returns
Type Description
com.google.rpc.LocalizedMessage

The warningMessage.

getWarningMessageOrBuilder()

public abstract LocalizedMessageOrBuilder getWarningMessageOrBuilder()

The localized warning message.

.google.rpc.LocalizedMessage warning_message = 2;

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()

Suggested action for solving the warning.

.google.rpc.LocalizedMessage action_item = 3;

Returns
Type Description
boolean

Whether the actionItem field is set.

hasWarningMessage()

public abstract boolean hasWarningMessage()

The localized warning message.

.google.rpc.LocalizedMessage warning_message = 2;

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.