Google Cloud Datastore Admin V1 Client - Class ExportEntitiesMetadata (1.0.1)

Reference documentation and code samples for the Google Cloud Datastore Admin V1 Client class ExportEntitiesMetadata.

Metadata for ExportEntities operations.

Generated from protobuf message google.datastore.admin.v1.ExportEntitiesMetadata

Namespace

Google \ Cloud \ Datastore \ Admin \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ common CommonMetadata

Metadata common to all Datastore Admin operations.

↳ progress_entities Progress

An estimate of the number of entities processed.

↳ progress_bytes Progress

An estimate of the number of bytes processed.

↳ entity_filter EntityFilter

Description of which entities are being exported.

↳ output_url_prefix string

Location for the export metadata and data files. This will be the same value as the google.datastore.admin.v1.ExportEntitiesRequest.output_url_prefix field. The final output location is provided in google.datastore.admin.v1.ExportEntitiesResponse.output_url.

getCommon

Metadata common to all Datastore Admin operations.

Returns
Type Description
CommonMetadata|null

hasCommon

clearCommon

setCommon

Metadata common to all Datastore Admin operations.

Parameter
Name Description
var CommonMetadata
Returns
Type Description
$this

getProgressEntities

An estimate of the number of entities processed.

Returns
Type Description
Progress|null

hasProgressEntities

clearProgressEntities

setProgressEntities

An estimate of the number of entities processed.

Parameter
Name Description
var Progress
Returns
Type Description
$this

getProgressBytes

An estimate of the number of bytes processed.

Returns
Type Description
Progress|null

hasProgressBytes

clearProgressBytes

setProgressBytes

An estimate of the number of bytes processed.

Parameter
Name Description
var Progress
Returns
Type Description
$this

getEntityFilter

Description of which entities are being exported.

Returns
Type Description
EntityFilter|null

hasEntityFilter

clearEntityFilter

setEntityFilter

Description of which entities are being exported.

Parameter
Name Description
var EntityFilter
Returns
Type Description
$this

getOutputUrlPrefix

Location for the export metadata and data files. This will be the same value as the google.datastore.admin.v1.ExportEntitiesRequest.output_url_prefix field. The final output location is provided in google.datastore.admin.v1.ExportEntitiesResponse.output_url.

Returns
Type Description
string

setOutputUrlPrefix

Location for the export metadata and data files. This will be the same value as the google.datastore.admin.v1.ExportEntitiesRequest.output_url_prefix field. The final output location is provided in google.datastore.admin.v1.ExportEntitiesResponse.output_url.

Parameter
Name Description
var string
Returns
Type Description
$this