Interface ImportEntitiesMetadataOrBuilder (2.31.4)

publicinterface ImportEntitiesMetadataOrBuilderextendsMessageOrBuilder

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 imported.

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

Returns
Type Description
EntityFilter

The entityFilter.

getEntityFilterOrBuilder()

publicabstractEntityFilterOrBuildergetEntityFilterOrBuilder()

Description of which entities are being imported.

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

Returns
Type Description
EntityFilterOrBuilder

getInputUrl()

publicabstractStringgetInputUrl()

The location of the import metadata file. This will be the same value as the google.datastore.admin.v1.ExportEntitiesResponse.output_url field.

string input_url = 5;

Returns
Type Description
String

The inputUrl.

getInputUrlBytes()

publicabstractByteStringgetInputUrlBytes()

The location of the import metadata file. This will be the same value as the google.datastore.admin.v1.ExportEntitiesResponse.output_url field.

string input_url = 5;

Returns
Type Description
ByteString

The bytes for inputUrl.

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 imported.

.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.