Interface ExportEntitiesMetadataOrBuilder (2.31.4)

publicinterface ExportEntitiesMetadataOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getCommon()

publicabstractCommonMetadatagetCommon()

Metadata common to all Datastore Admin operations.

.google.datastore.admin.v1.CommonMetadata common = 1;

Returns
Type Description
CommonMetadata

The common.

getCommonOrBuilder()

publicabstractCommonMetadataOrBuildergetCommonOrBuilder()

Metadata common to all Datastore Admin operations.

.google.datastore.admin.v1.CommonMetadata common = 1;

Returns
Type Description
CommonMetadataOrBuilder

getEntityFilter()

publicabstractEntityFiltergetEntityFilter()

Description of which entities are being exported.

.google.datastore.admin.v1.EntityFilter entity_filter = 4;

Returns
Type Description
EntityFilter

The entityFilter.

getEntityFilterOrBuilder()

publicabstractEntityFilterOrBuildergetEntityFilterOrBuilder()

Description of which entities are being exported.

.google.datastore.admin.v1.EntityFilter entity_filter = 4;

Returns
Type Description
EntityFilterOrBuilder

getOutputUrlPrefix()

publicabstractStringgetOutputUrlPrefix()

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.

string output_url_prefix = 5;

Returns
Type Description
String

The outputUrlPrefix.

getOutputUrlPrefixBytes()

publicabstractByteStringgetOutputUrlPrefixBytes()

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.

string output_url_prefix = 5;

Returns
Type Description
ByteString

The bytes for outputUrlPrefix.

getProgressBytes()

publicabstractProgressgetProgressBytes()

An estimate of the number of bytes processed.

.google.datastore.admin.v1.Progress progress_bytes = 3;

Returns
Type Description
Progress

The progressBytes.

getProgressBytesOrBuilder()

publicabstractProgressOrBuildergetProgressBytesOrBuilder()

An estimate of the number of bytes processed.

.google.datastore.admin.v1.Progress progress_bytes = 3;

Returns
Type Description
ProgressOrBuilder

getProgressEntities()

publicabstractProgressgetProgressEntities()

An estimate of the number of entities processed.

.google.datastore.admin.v1.Progress progress_entities = 2;

Returns
Type Description
Progress

The progressEntities.

getProgressEntitiesOrBuilder()

publicabstractProgressOrBuildergetProgressEntitiesOrBuilder()

An estimate of the number of entities processed.

.google.datastore.admin.v1.Progress progress_entities = 2;

Returns
Type Description
ProgressOrBuilder

hasCommon()

publicabstractbooleanhasCommon()

Metadata common to all Datastore Admin operations.

.google.datastore.admin.v1.CommonMetadata common = 1;

Returns
Type Description
boolean

Whether the common field is set.

hasEntityFilter()

publicabstractbooleanhasEntityFilter()

Description of which entities are being exported.

.google.datastore.admin.v1.EntityFilter entity_filter = 4;

Returns
Type Description
boolean

Whether the entityFilter field is set.

hasProgressBytes()

publicabstractbooleanhasProgressBytes()

An estimate of the number of bytes processed.

.google.datastore.admin.v1.Progress progress_bytes = 3;

Returns
Type Description
boolean

Whether the progressBytes field is set.

hasProgressEntities()

publicabstractbooleanhasProgressEntities()

An estimate of the number of entities processed.

.google.datastore.admin.v1.Progress progress_entities = 2;

Returns
Type Description
boolean

Whether the progressEntities field is set.

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

Last updated 2025年11月19日 UTC.