Google Cloud Parallelstore V1 Client - Class ImportDataMetadata (0.13.1)

Reference documentation and code samples for the Google Cloud Parallelstore V1 Client class ImportDataMetadata.

Metadata related to the data import operation.

Generated from protobuf messagegoogle.cloud.parallelstore.v1.ImportDataMetadata

Namespace

Google \ Cloud \ Parallelstore \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
dataarray

Optional. Data for populating the Message object.

↳ operation_metadataTransferOperationMetadata

Data transfer operation metadata.

↳ create_timeGoogle\Protobuf\Timestamp

Output only. The time the operation was created.

↳ end_timeGoogle\Protobuf\Timestamp

Output only. The time the operation finished running.

↳ targetstring

Output only. Server-defined resource path for the target of the operation.

↳ verbstring

Output only. Name of the verb executed by the operation.

↳ status_messagestring

Output only. Human-readable status of the operation, if any.

↳ requested_cancellationbool

Output only. Identifies whether the user has requested cancellation of the operation. Operations that have successfully been cancelled haveOperation.error value with agoogle.rpc.Status.code of 1, corresponding toCode.CANCELLED.

↳ api_versionstring

Output only. API version used to start the operation.

getOperationMetadata

Data transfer operation metadata.

Returns
TypeDescription
TransferOperationMetadata|null

hasOperationMetadata

clearOperationMetadata

setOperationMetadata

Data transfer operation metadata.

Parameter
NameDescription
varTransferOperationMetadata
Returns
TypeDescription
$this

getCreateTime

Output only. The time the operation was created.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasCreateTime

clearCreateTime

setCreateTime

Output only. The time the operation was created.

Parameter
NameDescription
varGoogle\Protobuf\Timestamp
Returns
TypeDescription
$this

getEndTime

Output only. The time the operation finished running.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasEndTime

clearEndTime

setEndTime

Output only. The time the operation finished running.

Parameter
NameDescription
varGoogle\Protobuf\Timestamp
Returns
TypeDescription
$this

getTarget

Output only. Server-defined resource path for the target of the operation.

Returns
TypeDescription
string

setTarget

Output only. Server-defined resource path for the target of the operation.

Parameter
NameDescription
varstring
Returns
TypeDescription
$this

getVerb

Output only. Name of the verb executed by the operation.

Returns
TypeDescription
string

setVerb

Output only. Name of the verb executed by the operation.

Parameter
NameDescription
varstring
Returns
TypeDescription
$this

getStatusMessage

Output only. Human-readable status of the operation, if any.

Returns
TypeDescription
string

setStatusMessage

Output only. Human-readable status of the operation, if any.

Parameter
NameDescription
varstring
Returns
TypeDescription
$this

getRequestedCancellation

Returns
TypeDescription
bool

setRequestedCancellation

Output only. Identifies whether the user has requested cancellationof the operation. Operations that have successfully been cancelledhaveOperation.error value with agoogle.rpc.Status.code of 1, corresponding toCode.CANCELLED.

Parameter
NameDescription
varbool
Returns
TypeDescription
$this

getApiVersion

Output only. API version used to start the operation.

Returns
TypeDescription
string

setApiVersion

Output only. API version used to start the operation.

Parameter
NameDescription
varstring
Returns
TypeDescription
$this

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2026-01-24 UTC.