public interface IndexOperationMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
CommonMetadata |
getCommon()
Metadata common to all Datastore Admin operations.
|
CommonMetadataOrBuilder |
getCommonOrBuilder()
Metadata common to all Datastore Admin operations.
|
String |
getIndexId()
The index resource ID that this operation is acting on.
|
com.google.protobuf.ByteString |
getIndexIdBytes()
The index resource ID that this operation is acting on.
|
Progress |
getProgressEntities()
An estimate of the number of entities processed.
|
ProgressOrBuilder |
getProgressEntitiesOrBuilder()
An estimate of the number of entities processed.
|
boolean |
hasCommon()
Metadata common to all Datastore Admin operations.
|
boolean |
hasProgressEntities()
An estimate of the number of entities processed.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasCommon()
Metadata common to all Datastore Admin operations.
.google.datastore.admin.v1.CommonMetadata common = 1;
CommonMetadata getCommon()
Metadata common to all Datastore Admin operations.
.google.datastore.admin.v1.CommonMetadata common = 1;
CommonMetadataOrBuilder getCommonOrBuilder()
Metadata common to all Datastore Admin operations.
.google.datastore.admin.v1.CommonMetadata common = 1;
boolean hasProgressEntities()
An estimate of the number of entities processed.
.google.datastore.admin.v1.Progress progress_entities = 2;
Progress getProgressEntities()
An estimate of the number of entities processed.
.google.datastore.admin.v1.Progress progress_entities = 2;
ProgressOrBuilder getProgressEntitiesOrBuilder()
An estimate of the number of entities processed.
.google.datastore.admin.v1.Progress progress_entities = 2;
String getIndexId()
The index resource ID that this operation is acting on.
string index_id = 3;
com.google.protobuf.ByteString getIndexIdBytes()
The index resource ID that this operation is acting on.
string index_id = 3;
Copyright © 2023 Google LLC. All rights reserved.