Interface IndexOperationMetadataOrBuilder (2.19.0)

public interface IndexOperationMetadataOrBuilder 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

getIndexId()

public abstract String getIndexId()

The index resource ID that this operation is acting on.

string index_id = 3;

Returns
TypeDescription
String

The indexId.

getIndexIdBytes()

public abstract ByteString getIndexIdBytes()

The index resource ID that this operation is acting on.

string index_id = 3;

Returns
TypeDescription
ByteString

The bytes for indexId.

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.

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.