Interface IndexOperationMetadataOrBuilder (2.18.5)
Stay organized with collections
Save and categorize content based on your preferences.
publicinterface IndexOperationMetadataOrBuilderextendsMessageOrBuilderImplements
MessageOrBuilderMethods
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. |