Compute V1 Client - Class Operation (1.14.0)

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

Represents an Operation resource. Google Compute Engine has three Operation resources: * Global * Regional * Zonal You can use an operation resource to manage asynchronous API requests. For more information, read Handling API responses. Operations can be global, regional or zonal. - For global operations, use the globalOperations resource. - For regional operations, use the regionOperations resource. - For zonal operations, use the zoneOperations resource. For more information, read Global, Regional, and Zonal Resources.

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

Namespace

Google \ Cloud \ Compute \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ client_operation_id string

[Output Only] The value of requestId if you provided it in the request. Not present otherwise.

↳ creation_timestamp string

[Deprecated] This field is deprecated.

↳ description string

[Output Only] A textual description of the operation, which is set when the operation is created.

↳ end_time string

[Output Only] The time that this operation was completed. This value is in RFC3339 text format.

↳ error Google\Cloud\Compute\V1\Error

[Output Only] If errors are generated during processing of the operation, this field will be populated.

↳ http_error_message string

[Output Only] If the operation fails, this field contains the HTTP error message that was returned, such as NOT FOUND.

↳ http_error_status_code int

[Output Only] If the operation fails, this field contains the HTTP error status code that was returned. For example, a 404 means the resource was not found.

↳ id int|string

[Output Only] The unique identifier for the operation. This identifier is defined by the server.

↳ insert_time string

[Output Only] The time that this operation was requested. This value is in RFC3339 text format.

↳ instances_bulk_insert_operation_metadata Google\Cloud\Compute\V1\InstancesBulkInsertOperationMetadata
↳ kind string

[Output Only] Type of the resource. Always compute#operation for Operation resources.

↳ name string

[Output Only] Name of the operation.

↳ operation_group_id string

[Output Only] An ID that represents a group of operations, such as when a group of operations results from a bulkInsert API request.

↳ operation_type string

[Output Only] The type of operation, such as insert, update, or delete, and so on.

↳ progress int

[Output Only] An optional progress indicator that ranges from 0 to 100. There is no requirement that this be linear or support any granularity of operations. This should not be used to guess when the operation will be complete. This number should monotonically increase as the operation progresses.

↳ region string

[Output Only] The URL of the region where the operation resides. Only applicable when performing regional operations.

↳ self_link string

[Output Only] Server-defined URL for the resource.

↳ set_common_instance_metadata_operation_metadata Google\Cloud\Compute\V1\SetCommonInstanceMetadataOperationMetadata

[Output Only] If the operation is for projects.setCommonInstanceMetadata, this field will contain information on all underlying zonal actions and their state.

↳ start_time string

[Output Only] The time that this operation was started by the server. This value is in RFC3339 text format.

↳ status int

[Output Only] The status of the operation, which can be one of the following: PENDING, RUNNING, or DONE.

↳ status_message string

[Output Only] An optional textual description of the current status of the operation.

↳ target_id int|string

[Output Only] The unique target ID, which identifies a specific incarnation of the target resource.

↳ target_link string

[Output Only] The URL of the resource that the operation modifies. For operations related to creating a snapshot, this points to the persistent disk that the snapshot was created from.

↳ user string

[Output Only] User who requested the operation, for example: user@example.com or alice_smith_identifier (global/workforcePools/example-com-us-employees).

↳ warnings array<Google\Cloud\Compute\V1\Warnings>

[Output Only] If warning messages are generated during processing of the operation, this field will be populated.

↳ zone string

[Output Only] The URL of the zone where the operation resides. Only applicable when performing per-zone operations.

getClientOperationId

[Output Only] The value of requestId if you provided it in the request. Not present otherwise.

Returns
TypeDescription
string

hasClientOperationId

clearClientOperationId

setClientOperationId

[Output Only] The value of requestId if you provided it in the request. Not present otherwise.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getCreationTimestamp

[Deprecated] This field is deprecated.

Returns
TypeDescription
string

hasCreationTimestamp

clearCreationTimestamp

setCreationTimestamp

[Deprecated] This field is deprecated.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getDescription

[Output Only] A textual description of the operation, which is set when the operation is created.

Returns
TypeDescription
string

hasDescription

clearDescription

setDescription

[Output Only] A textual description of the operation, which is set when the operation is created.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getEndTime

[Output Only] The time that this operation was completed. This value is in RFC3339 text format.

Returns
TypeDescription
string

hasEndTime

clearEndTime

setEndTime

[Output Only] The time that this operation was completed. This value is in RFC3339 text format.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getError

[Output Only] If errors are generated during processing of the operation, this field will be populated.

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

hasError

clearError

setError

[Output Only] If errors are generated during processing of the operation, this field will be populated.

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

getHttpErrorMessage

[Output Only] If the operation fails, this field contains the HTTP error message that was returned, such as NOT FOUND.

Returns
TypeDescription
string

hasHttpErrorMessage

clearHttpErrorMessage

setHttpErrorMessage

[Output Only] If the operation fails, this field contains the HTTP error message that was returned, such as NOT FOUND.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getHttpErrorStatusCode

[Output Only] If the operation fails, this field contains the HTTP error status code that was returned. For example, a 404 means the resource was not found.

Returns
TypeDescription
int

hasHttpErrorStatusCode

clearHttpErrorStatusCode

setHttpErrorStatusCode

[Output Only] If the operation fails, this field contains the HTTP error status code that was returned. For example, a 404 means the resource was not found.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getId

[Output Only] The unique identifier for the operation. This identifier is defined by the server.

Returns
TypeDescription
int|string

hasId

clearId

setId

[Output Only] The unique identifier for the operation. This identifier is defined by the server.

Parameter
NameDescription
var int|string
Returns
TypeDescription
$this

getInsertTime

[Output Only] The time that this operation was requested. This value is in RFC3339 text format.

Returns
TypeDescription
string

hasInsertTime

clearInsertTime

setInsertTime

[Output Only] The time that this operation was requested. This value is in RFC3339 text format.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getInstancesBulkInsertOperationMetadata

Generated from protobuf field optional .google.cloud.compute.v1.InstancesBulkInsertOperationMetadata instances_bulk_insert_operation_metadata = 89146177;

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

hasInstancesBulkInsertOperationMetadata

clearInstancesBulkInsertOperationMetadata

setInstancesBulkInsertOperationMetadata

Generated from protobuf field optional .google.cloud.compute.v1.InstancesBulkInsertOperationMetadata instances_bulk_insert_operation_metadata = 89146177;

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

getKind

[Output Only] Type of the resource. Always compute#operation for Operation resources.

Returns
TypeDescription
string

hasKind

clearKind

setKind

[Output Only] Type of the resource. Always compute#operation for Operation resources.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getName

[Output Only] Name of the operation.

Returns
TypeDescription
string

hasName

clearName

setName

[Output Only] Name of the operation.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getOperationGroupId

[Output Only] An ID that represents a group of operations, such as when a group of operations results from a bulkInsert API request.

Returns
TypeDescription
string

hasOperationGroupId

clearOperationGroupId

setOperationGroupId

[Output Only] An ID that represents a group of operations, such as when a group of operations results from a bulkInsert API request.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getOperationType

[Output Only] The type of operation, such as insert, update, or delete, and so on.

Returns
TypeDescription
string

hasOperationType

clearOperationType

setOperationType

[Output Only] The type of operation, such as insert, update, or delete, and so on.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getProgress

[Output Only] An optional progress indicator that ranges from 0 to 100. There is no requirement that this be linear or support any granularity of operations. This should not be used to guess when the operation will be complete. This number should monotonically increase as the operation progresses.

Returns
TypeDescription
int

hasProgress

clearProgress

setProgress

[Output Only] An optional progress indicator that ranges from 0 to 100. There is no requirement that this be linear or support any granularity of operations. This should not be used to guess when the operation will be complete. This number should monotonically increase as the operation progresses.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getRegion

[Output Only] The URL of the region where the operation resides. Only applicable when performing regional operations.

Returns
TypeDescription
string

hasRegion

clearRegion

setRegion

[Output Only] The URL of the region where the operation resides. Only applicable when performing regional operations.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

[Output Only] Server-defined URL for the resource.

Returns
TypeDescription
string

[Output Only] Server-defined URL for the resource.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getSetCommonInstanceMetadataOperationMetadata

[Output Only] If the operation is for projects.setCommonInstanceMetadata, this field will contain information on all underlying zonal actions and their state.

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

hasSetCommonInstanceMetadataOperationMetadata

clearSetCommonInstanceMetadataOperationMetadata

setSetCommonInstanceMetadataOperationMetadata

[Output Only] If the operation is for projects.setCommonInstanceMetadata, this field will contain information on all underlying zonal actions and their state.

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

getStartTime

[Output Only] The time that this operation was started by the server. This value is in RFC3339 text format.

Returns
TypeDescription
string

hasStartTime

clearStartTime

setStartTime

[Output Only] The time that this operation was started by the server. This value is in RFC3339 text format.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getStatus

[Output Only] The status of the operation, which can be one of the following: PENDING, RUNNING, or DONE.

Returns
TypeDescription
int

hasStatus

clearStatus

setStatus

[Output Only] The status of the operation, which can be one of the following: PENDING, RUNNING, or DONE.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getStatusMessage

[Output Only] An optional textual description of the current status of the operation.

Returns
TypeDescription
string

hasStatusMessage

clearStatusMessage

setStatusMessage

[Output Only] An optional textual description of the current status of the operation.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getTargetId

[Output Only] The unique target ID, which identifies a specific incarnation of the target resource.

Returns
TypeDescription
int|string

hasTargetId

clearTargetId

setTargetId

[Output Only] The unique target ID, which identifies a specific incarnation of the target resource.

Parameter
NameDescription
var int|string
Returns
TypeDescription
$this

[Output Only] The URL of the resource that the operation modifies. For operations related to creating a snapshot, this points to the persistent disk that the snapshot was created from.

Returns
TypeDescription
string

[Output Only] The URL of the resource that the operation modifies. For operations related to creating a snapshot, this points to the persistent disk that the snapshot was created from.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getUser

[Output Only] User who requested the operation, for example: user@example.com or alice_smith_identifier (global/workforcePools/example-com-us-employees).

Returns
TypeDescription
string

hasUser

clearUser

setUser

[Output Only] User who requested the operation, for example: user@example.com or alice_smith_identifier (global/workforcePools/example-com-us-employees).

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getWarnings

[Output Only] If warning messages are generated during processing of the operation, this field will be populated.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setWarnings

[Output Only] If warning messages are generated during processing of the operation, this field will be populated.

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

getZone

[Output Only] The URL of the zone where the operation resides. Only applicable when performing per-zone operations.

Returns
TypeDescription
string

hasZone

clearZone

setZone

[Output Only] The URL of the zone where the operation resides. Only applicable when performing per-zone operations.

Parameter
NameDescription
var string
Returns
TypeDescription
$this