Compute V1 Client - Class Warning (1.14.0)

Reference documentation and code samples for the Compute V1 Client class Warning.

[Output Only] Informational warning message.

Generated from protobuf message google.cloud.compute.v1.Warning

Namespace

Google \ Cloud \ Compute \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ code string

[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response. Check the Code enum for the list of possible values.

↳ data array<Google\Cloud\Compute\V1\Data>

[Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", "value": "zones/us-east1-d" }

↳ message string

[Output Only] A human-readable description of the warning code.

getCode

[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.

Check the Code enum for the list of possible values.

Returns
TypeDescription
string

hasCode

clearCode

setCode

[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.

Check the Code enum for the list of possible values.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getData

[Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", "value": "zones/us-east1-d" }

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setData

[Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", "value": "zones/us-east1-d" }

Parameter
NameDescription
var array<Google\Cloud\Compute\V1\Data>
Returns
TypeDescription
$this

getMessage

[Output Only] A human-readable description of the warning code.

Returns
TypeDescription
string

hasMessage

clearMessage

setMessage

[Output Only] A human-readable description of the warning code.

Parameter
NameDescription
var string
Returns
TypeDescription
$this