Google Cloud Dataproc V1 Client - Class BatchOperationMetadata (3.5.1)

Reference documentation and code samples for the Google Cloud Dataproc V1 Client class BatchOperationMetadata.

Metadata describing the Batch operation.

Generated from protobuf message google.cloud.dataproc.v1.BatchOperationMetadata

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ batch string

Name of the batch for the operation.

↳ batch_uuid string

Batch UUID for the operation.

↳ create_time Google\Protobuf\Timestamp

The time when the operation was created.

↳ done_time Google\Protobuf\Timestamp

The time when the operation finished.

↳ operation_type int

The operation type.

↳ description string

Short description of the operation.

↳ labels array|Google\Protobuf\Internal\MapField

Labels associated with the operation.

↳ warnings array

Warnings encountered during operation execution.

getBatch

Name of the batch for the operation.

Returns
TypeDescription
string

setBatch

Name of the batch for the operation.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getBatchUuid

Batch UUID for the operation.

Returns
TypeDescription
string

setBatchUuid

Batch UUID for the operation.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getCreateTime

The time when the operation was created.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasCreateTime

clearCreateTime

setCreateTime

The time when the operation was created.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this

getDoneTime

The time when the operation finished.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasDoneTime

clearDoneTime

setDoneTime

The time when the operation finished.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this

getOperationType

The operation type.

Returns
TypeDescription
int

setOperationType

The operation type.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getDescription

Short description of the operation.

Returns
TypeDescription
string

setDescription

Short description of the operation.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getLabels

Labels associated with the operation.

Returns
TypeDescription
Google\Protobuf\Internal\MapField

setLabels

Labels associated with the operation.

Parameter
NameDescription
var array|Google\Protobuf\Internal\MapField
Returns
TypeDescription
$this

getWarnings

Warnings encountered during operation execution.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setWarnings

Warnings encountered during operation execution.

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this