Interface ImportEntitiesMetadataOrBuilder (2.19.0)

public interface ImportEntitiesMetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCommon()

public abstract CommonMetadata getCommon()

Metadata common to all Datastore Admin operations.

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

Returns
TypeDescription
CommonMetadata

The common.

getCommonOrBuilder()

public abstract CommonMetadataOrBuilder getCommonOrBuilder()

Metadata common to all Datastore Admin operations.

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

Returns
TypeDescription
CommonMetadataOrBuilder

getEntityFilter()

public abstract EntityFilter getEntityFilter()

Description of which entities are being imported.

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

Returns
TypeDescription
EntityFilter

The entityFilter.

getEntityFilterOrBuilder()

public abstract EntityFilterOrBuilder getEntityFilterOrBuilder()

Description of which entities are being imported.

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

Returns
TypeDescription
EntityFilterOrBuilder

getInputUrl()

public abstract String getInputUrl()

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
TypeDescription
String

The inputUrl.

getInputUrlBytes()

public abstract ByteString getInputUrlBytes()

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
TypeDescription
ByteString

The bytes for inputUrl.

getProgressBytes()

public abstract Progress getProgressBytes()

An estimate of the number of bytes processed.

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

Returns
TypeDescription
Progress

The progressBytes.

getProgressBytesOrBuilder()

public abstract ProgressOrBuilder getProgressBytesOrBuilder()

An estimate of the number of bytes processed.

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

Returns
TypeDescription
ProgressOrBuilder

getProgressEntities()

public abstract Progress getProgressEntities()

An estimate of the number of entities processed.

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

Returns
TypeDescription
Progress

The progressEntities.

getProgressEntitiesOrBuilder()

public abstract ProgressOrBuilder getProgressEntitiesOrBuilder()

An estimate of the number of entities processed.

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

Returns
TypeDescription
ProgressOrBuilder

hasCommon()

public abstract boolean hasCommon()

Metadata common to all Datastore Admin operations.

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

Returns
TypeDescription
boolean

Whether the common field is set.

hasEntityFilter()

public abstract boolean hasEntityFilter()

Description of which entities are being imported.

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

Returns
TypeDescription
boolean

Whether the entityFilter field is set.

hasProgressBytes()

public abstract boolean hasProgressBytes()

An estimate of the number of bytes processed.

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

Returns
TypeDescription
boolean

Whether the progressBytes field is set.

hasProgressEntities()

public abstract boolean hasProgressEntities()

An estimate of the number of entities processed.

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

Returns
TypeDescription
boolean

Whether the progressEntities field is set.