Interface MigrationWarningOrBuilder (0.14.1)

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
TypeDescription
com.google.rpc.LocalizedMessage

The actionItem.

getActionItemOrBuilder()

public abstract LocalizedMessageOrBuilder getActionItemOrBuilder()

Suggested action for solving the warning.

.google.rpc.LocalizedMessage action_item = 3;

Returns
TypeDescription
com.google.rpc.LocalizedMessageOrBuilder

getCode()

public abstract MigrationWarning.WarningCode getCode()

The warning code.

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

Returns
TypeDescription
MigrationWarning.WarningCode

The code.

getCodeValue()

public abstract int getCodeValue()

The warning code.

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

Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
List<? extends com.google.rpc.Help.LinkOrBuilder>

getWarningMessage()

public abstract LocalizedMessage getWarningMessage()

The localized warning message.

.google.rpc.LocalizedMessage warning_message = 2;

Returns
TypeDescription
com.google.rpc.LocalizedMessage

The warningMessage.

getWarningMessageOrBuilder()

public abstract LocalizedMessageOrBuilder getWarningMessageOrBuilder()

The localized warning message.

.google.rpc.LocalizedMessage warning_message = 2;

Returns
TypeDescription
com.google.rpc.LocalizedMessageOrBuilder

getWarningTime()

public abstract Timestamp getWarningTime()

The time the warning occurred.

.google.protobuf.Timestamp warning_time = 5;

Returns
TypeDescription
Timestamp

The warningTime.

getWarningTimeOrBuilder()

public abstract TimestampOrBuilder getWarningTimeOrBuilder()

The time the warning occurred.

.google.protobuf.Timestamp warning_time = 5;

Returns
TypeDescription
TimestampOrBuilder

hasActionItem()

public abstract boolean hasActionItem()

Suggested action for solving the warning.

.google.rpc.LocalizedMessage action_item = 3;

Returns
TypeDescription
boolean

Whether the actionItem field is set.

hasWarningMessage()

public abstract boolean hasWarningMessage()

The localized warning message.

.google.rpc.LocalizedMessage warning_message = 2;

Returns
TypeDescription
boolean

Whether the warningMessage field is set.

hasWarningTime()

public abstract boolean hasWarningTime()

The time the warning occurred.

.google.protobuf.Timestamp warning_time = 5;

Returns
TypeDescription
boolean

Whether the warningTime field is set.