public interface IndexOperationMetadataOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getCommon()
public abstract CommonMetadata getCommon()
Metadata common to all Datastore Admin operations.
.google.datastore.admin.v1.CommonMetadata common = 1;
Returns | |
---|---|
Type | Description |
CommonMetadata |
The common. |
getCommonOrBuilder()
public abstract CommonMetadataOrBuilder getCommonOrBuilder()
Metadata common to all Datastore Admin operations.
.google.datastore.admin.v1.CommonMetadata common = 1;
Returns | |
---|---|
Type | Description |
CommonMetadataOrBuilder |
getIndexId()
public abstract String getIndexId()
The index resource ID that this operation is acting on.
string index_id = 3;
Returns | |
---|---|
Type | Description |
String |
The indexId. |
getIndexIdBytes()
public abstract ByteString getIndexIdBytes()
The index resource ID that this operation is acting on.
string index_id = 3;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
ProgressOrBuilder |
hasCommon()
public abstract boolean hasCommon()
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()
public abstract boolean hasProgressEntities()
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. |