Google Cloud Container V1 Client - Class ListOperationsResponse (1.9.1)

Reference documentation and code samples for the Google Cloud Container V1 Client class ListOperationsResponse.

ListOperationsResponse is the result of ListOperationsRequest.

Generated from protobuf message google.container.v1.ListOperationsResponse

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ operations array<Google\Cloud\Container\V1\Operation>

A list of operations in the project in the specified zone.

↳ missing_zones array

If any zones are listed here, the list of operations returned may be missing the operations from those zones.

getOperations

A list of operations in the project in the specified zone.

Generated from protobuf field repeated .google.container.v1.Operation operations = 1;

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setOperations

A list of operations in the project in the specified zone.

Generated from protobuf field repeated .google.container.v1.Operation operations = 1;

Parameter
NameDescription
var array<Google\Cloud\Container\V1\Operation>
Returns
TypeDescription
$this

getMissingZones

If any zones are listed here, the list of operations returned may be missing the operations from those zones.

Generated from protobuf field repeated string missing_zones = 2;

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setMissingZones

If any zones are listed here, the list of operations returned may be missing the operations from those zones.

Generated from protobuf field repeated string missing_zones = 2;

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this