Reference documentation and code samples for the Compute V1 Client class Warnings.
Generated from protobuf message google.cloud.compute.v1.Warnings
Methods
__construct
Constructor.
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.
Generated from protobuf field optional string code = 3059181;
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.
Generated from protobuf field optional string code = 3059181;
var
string
$this
getData
[Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", "value": "zones/us-east1-d" }
Generated from protobuf field repeated .google.cloud.compute.v1.Data data = 3076010;
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" }
Generated from protobuf field repeated .google.cloud.compute.v1.Data data = 3076010;
$this
getMessage
[Output Only] A human-readable description of the warning code.
Generated from protobuf field optional string message = 418054151;
string
hasMessage
clearMessage
setMessage
[Output Only] A human-readable description of the warning code.
Generated from protobuf field optional string message = 418054151;
var
string
$this