Compute V1 Client - Class AcceleratorTypesScopedList (1.7.1)

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

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

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ accelerator_types array<Google\Cloud\Compute\V1\AcceleratorType>

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

↳ warning Google\Cloud\Compute\V1\Warning

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

getAcceleratorTypes

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

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setAcceleratorTypes

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

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

getWarning

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

Returns
TypeDescription
Google\Cloud\Compute\V1\Warning|null

hasWarning

clearWarning

setWarning

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

Parameter
NameDescription
var Google\Cloud\Compute\V1\Warning
Returns
TypeDescription
$this