Compute V1 Client - Class MachineTypesScopedList (1.21.0)

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

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

Namespace

Google \ Cloud \ Compute \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ machine_types array<MachineType>

[Output Only] A list of machine types contained in this scope.

↳ warning Warning

[Output Only] An informational warning that appears when the machine types list is empty.

getMachineTypes

[Output Only] A list of machine types contained in this scope.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setMachineTypes

[Output Only] A list of machine types contained in this scope.

Parameter
Name Description
var array<MachineType>
Returns
Type Description
$this

getWarning

[Output Only] An informational warning that appears when the machine types list is empty.

Returns
Type Description
Warning|null

hasWarning

clearWarning

setWarning

[Output Only] An informational warning that appears when the machine types list is empty.

Parameter
Name Description
var Warning
Returns
Type Description
$this