Google Cloud Datalabeling V1beta1 Client - Class ExportDataOperationMetadata (0.1.14)

Reference documentation and code samples for the Google Cloud Datalabeling V1beta1 Client class ExportDataOperationMetadata.

Metadata of an ExportData operation.

Generated from protobuf message google.cloud.datalabeling.v1beta1.ExportDataOperationMetadata

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ dataset string

Output only. The name of dataset to be exported. "projects//datasets/"

↳ partial_failures array<Google\Rpc\Status>

Output only. Partial failures encountered. E.g. single files that couldn't be read. Status details field will contain standard GCP error details.

↳ create_time Google\Protobuf\Timestamp

Output only. Timestamp when export dataset request was created.

getDataset

Output only. The name of dataset to be exported.

"projects//datasets/"

Returns
TypeDescription
string

setDataset

Output only. The name of dataset to be exported.

"projects//datasets/"

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getPartialFailures

Output only. Partial failures encountered.

E.g. single files that couldn't be read. Status details field will contain standard GCP error details.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setPartialFailures

Output only. Partial failures encountered.

E.g. single files that couldn't be read. Status details field will contain standard GCP error details.

Parameter
NameDescription
var array<Google\Rpc\Status>
Returns
TypeDescription
$this

getCreateTime

Output only. Timestamp when export dataset request was created.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasCreateTime

clearCreateTime

setCreateTime

Output only. Timestamp when export dataset request was created.

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