Reference documentation and code samples for the Google Cloud Container V1 Client class GetOperationRequest.
GetOperationRequest gets a single operation.
Generated from protobuf message google.container.v1.GetOperationRequest
Namespace
Google \ Cloud \ Container \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ project_id
string
Deprecated. The Google Developers Console project ID or project number . This field has been deprecated and replaced by the name field.
↳ zone
string
Deprecated. The name of the Google Compute Engine zone in which the cluster resides. This field has been deprecated and replaced by the name field.
↳ operation_id
string
Deprecated. The server-assigned name
of the operation. This field has been deprecated and replaced by the name field.
↳ name
string
The name (project, location, operation id) of the operation to get. Specified in the format projects/*/locations/*/operations/*
.
getProjectId
Deprecated. The Google Developers Console project ID or project number .
This field has been deprecated and replaced by the name field.
string
setProjectId
Deprecated. The Google Developers Console project ID or project number .
This field has been deprecated and replaced by the name field.
var
string
$this
getZone
Deprecated. The name of the Google Compute Engine zone in which the cluster resides. This field has been deprecated and replaced by the name field.
string
setZone
Deprecated. The name of the Google Compute Engine zone in which the cluster resides. This field has been deprecated and replaced by the name field.
var
string
$this
getOperationId
Deprecated. The server-assigned name
of the operation.
This field has been deprecated and replaced by the name field.
string
setOperationId
Deprecated. The server-assigned name
of the operation.
This field has been deprecated and replaced by the name field.
var
string
$this
getName
The name (project, location, operation id) of the operation to get.
Specified in the format projects/*/locations/*/operations/*
.
string
setName
The name (project, location, operation id) of the operation to get.
Specified in the format projects/*/locations/*/operations/*
.
var
string
$this
static::build
projectId
string
Deprecated. The Google Developers Console project ID or project number . This field has been deprecated and replaced by the name field.
zone
string
Deprecated. The name of the Google Compute Engine zone in which the cluster resides. This field has been deprecated and replaced by the name field.
operationId
string
Deprecated. The server-assigned name
of the operation.
This field has been deprecated and replaced by the name field.
static::buildFromName
name
string
The name (project, location, operation id) of the operation to get.
Specified in the format projects/*/locations/*/operations/*
.