Google Cloud Container V1 Client - Class Operation (1.23.0)

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

This operation resource represents operations that may have happened or are happening on the cluster. All fields are output only.

Generated from protobuf message google.container.v1.Operation

Namespace

Google \ Cloud \ Container \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

The server-assigned ID for the operation.

↳ zone string

The name of the Google Compute Engine zone in which the operation is taking place. This field is deprecated, use location instead.

↳ operation_type int

The operation type.

↳ status int

The current status of the operation.

↳ detail string

Detailed operation progress, if available.

↳ status_message string

Output only. If an error has occurred, a textual description of the error. Deprecated. Use the field error instead.

↳ self_link string

Server-defined URI for the operation. Example: https://container.googleapis.com/v1alpha1/projects/123/locations/us-central1/operations/operation-123.

↳ target_link string

Server-defined URI for the target of the operation. The format of this is a URI to the resource being modified (such as a cluster, node pool, or node). For node pool repairs, there may be multiple nodes being repaired, but only one will be the target. Examples: - ## https://container.googleapis.com/v1/projects/123/locations/us-central1/clusters/my-cluster ## https://container.googleapis.com/v1/projects/123/zones/us-central1-c/clusters/my-cluster/nodePools/my-np https://container.googleapis.com/v1/projects/123/zones/us-central1-c/clusters/my-cluster/nodePools/my-np/node/my-node

↳ location string

[Output only] The name of the Google Compute Engine zone or region in which the cluster resides.

↳ start_time string

[Output only] The time the operation started, in RFC3339 text format.

↳ end_time string

[Output only] The time the operation completed, in RFC3339 text format.

↳ progress Google\Cloud\Container\V1\OperationProgress

Output only. [Output only] Progress information for an operation.

↳ cluster_conditions array<Google\Cloud\Container\V1\StatusCondition>

Which conditions caused the current cluster state. Deprecated. Use field error instead.

↳ nodepool_conditions array<Google\Cloud\Container\V1\StatusCondition>

Which conditions caused the current node pool state. Deprecated. Use field error instead.

↳ error Google\Rpc\Status

The error result of the operation in case of failure.

getName

The server-assigned ID for the operation.

Returns
TypeDescription
string

setName

The server-assigned ID for the operation.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getZone

The name of the Google Compute Engine zone in which the operation is taking place. This field is deprecated, use location instead.

Returns
TypeDescription
string

setZone

The name of the Google Compute Engine zone in which the operation is taking place. This field is deprecated, use location instead.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getOperationType

The operation type.

Returns
TypeDescription
int

setOperationType

The operation type.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getStatus

The current status of the operation.

Returns
TypeDescription
int

setStatus

The current status of the operation.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getDetail

Detailed operation progress, if available.

Returns
TypeDescription
string

setDetail

Detailed operation progress, if available.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getStatusMessage

Output only. If an error has occurred, a textual description of the error.

Deprecated. Use the field error instead.

Returns
TypeDescription
string

setStatusMessage

Output only. If an error has occurred, a textual description of the error.

Deprecated. Use the field error instead.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

Server-defined URI for the operation. Example: https://container.googleapis.com/v1alpha1/projects/123/locations/us-central1/operations/operation-123.

Returns
TypeDescription
string

Server-defined URI for the operation. Example: https://container.googleapis.com/v1alpha1/projects/123/locations/us-central1/operations/operation-123.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

Server-defined URI for the target of the operation. The format of this is a URI to the resource being modified (such as a cluster, node pool, or node).

For node pool repairs, there may be multiple nodes being repaired, but only one will be the target. Examples: -

#

https://container.googleapis.com/v1/projects/123/locations/us-central1/clusters/my-cluster

#

https://container.googleapis.com/v1/projects/123/zones/us-central1-c/clusters/my-cluster/nodePools/my-np https://container.googleapis.com/v1/projects/123/zones/us-central1-c/clusters/my-cluster/nodePools/my-np/node/my-node

Returns
TypeDescription
string

Server-defined URI for the target of the operation. The format of this is a URI to the resource being modified (such as a cluster, node pool, or node).

For node pool repairs, there may be multiple nodes being repaired, but only one will be the target. Examples: -

#

https://container.googleapis.com/v1/projects/123/locations/us-central1/clusters/my-cluster

#

https://container.googleapis.com/v1/projects/123/zones/us-central1-c/clusters/my-cluster/nodePools/my-np https://container.googleapis.com/v1/projects/123/zones/us-central1-c/clusters/my-cluster/nodePools/my-np/node/my-node

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getLocation

[Output only] The name of the Google Compute Engine zone or region in which the cluster resides.

Returns
TypeDescription
string

setLocation

[Output only] The name of the Google Compute Engine zone or region in which the cluster resides.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getStartTime

[Output only] The time the operation started, in RFC3339 text format.

Returns
TypeDescription
string

setStartTime

[Output only] The time the operation started, in RFC3339 text format.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getEndTime

[Output only] The time the operation completed, in RFC3339 text format.

Returns
TypeDescription
string

setEndTime

[Output only] The time the operation completed, in RFC3339 text format.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getProgress

Output only. [Output only] Progress information for an operation.

Returns
TypeDescription
Google\Cloud\Container\V1\OperationProgress|null

hasProgress

clearProgress

setProgress

Output only. [Output only] Progress information for an operation.

Parameter
NameDescription
var Google\Cloud\Container\V1\OperationProgress
Returns
TypeDescription
$this

getClusterConditions

Which conditions caused the current cluster state.

Deprecated. Use field error instead.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setClusterConditions

Which conditions caused the current cluster state.

Deprecated. Use field error instead.

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

getNodepoolConditions

Which conditions caused the current node pool state.

Deprecated. Use field error instead.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setNodepoolConditions

Which conditions caused the current node pool state.

Deprecated. Use field error instead.

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

getError

The error result of the operation in case of failure.

Returns
TypeDescription
Google\Rpc\Status|null

hasError

clearError

setError

The error result of the operation in case of failure.

Parameter
NameDescription
var Google\Rpc\Status
Returns
TypeDescription
$this