Google Cloud Container V1 Client - Class ListOperationsResponse (2.8.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

Namespace

Google \ Cloud \ Container \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ operations array<Operation>

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

↳ missing_zones string[]

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.

Returns
Type Description
Google\Protobuf\RepeatedField<Operation>

setOperations

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

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

getMissingZones

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

Returns
Type Description
Google\Protobuf\RepeatedField<string>

setMissingZones

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

Parameter
Name Description
var string[]
Returns
Type Description
$this