Interface IndexOperationMetadataOrBuilder (2.24.3)

publicinterface IndexOperationMetadataOrBuilderextendsMessageOrBuilder

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

getIndexId()

publicabstractStringgetIndexId()

The index resource ID that this operation is acting on.

string index_id = 3;

Returns
Type Description
String

The indexId.

getIndexIdBytes()

publicabstractByteStringgetIndexIdBytes()

The index resource ID that this operation is acting on.

string index_id = 3;

Returns
Type Description
ByteString

The bytes for indexId.

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.

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.