Reference documentation and code samples for the Google Cloud Vm Migration V1 Client class MigrationWarning.
Represents migration resource warning information that can be used with google.rpc.Status message. MigrationWarning is used to present the user with warning information in migration operations.
Generated from protobuf message google.cloud.vmmigration.v1.MigrationWarning
Namespace
Google \ Cloud \ VMMigration \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ code
int
The warning code.
↳ warning_message
↳ action_item
↳ help_links
array< Google\Rpc\Help\Link
>
Output only. URL(s) pointing to additional information on handling the current warning.
↳ warning_time
getCode
The warning code.
setCode
The warning code.
$this
getWarningMessage
Output only. The localized warning message.
hasWarningMessage
clearWarningMessage
setWarningMessage
Output only. The localized warning message.
$this
getActionItem
Output only. Suggested action for solving the warning.
hasActionItem
clearActionItem
setActionItem
Output only. Suggested action for solving the warning.
$this
getHelpLinks
Output only. URL(s) pointing to additional information on handling the current warning.
setHelpLinks
Output only. URL(s) pointing to additional information on handling the current warning.
$this
getWarningTime
The time the warning occurred.
hasWarningTime
clearWarningTime
setWarningTime
The time the warning occurred.
$this

