Compute V1 Client - Class NodeTemplatesScopedList (1.5.0)

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

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

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ node_templates array<Google\Cloud\Compute\V1\NodeTemplate>

[Output Only] A list of node templates contained in this scope.

↳ warning Google\Cloud\Compute\V1\Warning

[Output Only] An informational warning that appears when the node templates list is empty.

getNodeTemplates

[Output Only] A list of node templates contained in this scope.

Generated from protobuf field repeated .google.cloud.compute.v1.NodeTemplate node_templates = 354111804;

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setNodeTemplates

[Output Only] A list of node templates contained in this scope.

Generated from protobuf field repeated .google.cloud.compute.v1.NodeTemplate node_templates = 354111804;

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

getWarning

[Output Only] An informational warning that appears when the node templates list is empty.

Generated from protobuf field optional .google.cloud.compute.v1.Warning warning = 50704284;

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

hasWarning

clearWarning

setWarning

[Output Only] An informational warning that appears when the node templates list is empty.

Generated from protobuf field optional .google.cloud.compute.v1.Warning warning = 50704284;

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