Package com.google.datastore.admin.v1
Interface IndexOperationMetadataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
IndexOperationMetadata
,IndexOperationMetadata.Builder
public interface IndexOperationMetadataOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasCommon
boolean hasCommon()
Metadata common to all Datastore Admin operations.
.google.datastore.admin.v1.CommonMetadata common = 1;
- Returns:
- Whether the common field is set.
-
getCommon
CommonMetadata getCommon()
Metadata common to all Datastore Admin operations.
.google.datastore.admin.v1.CommonMetadata common = 1;
- Returns:
- The common.
-
getCommonOrBuilder
CommonMetadataOrBuilder getCommonOrBuilder()
Metadata common to all Datastore Admin operations.
.google.datastore.admin.v1.CommonMetadata common = 1;
-
hasProgressEntities
boolean hasProgressEntities()
An estimate of the number of entities processed.
.google.datastore.admin.v1.Progress progress_entities = 2;
- Returns:
- Whether the progressEntities field is set.
-
getProgressEntities
Progress getProgressEntities()
An estimate of the number of entities processed.
.google.datastore.admin.v1.Progress progress_entities = 2;
- Returns:
- The progressEntities.
-
getProgressEntitiesOrBuilder
ProgressOrBuilder getProgressEntitiesOrBuilder()
An estimate of the number of entities processed.
.google.datastore.admin.v1.Progress progress_entities = 2;
-
getIndexId
String getIndexId()
The index resource ID that this operation is acting on.
string index_id = 3;
- Returns:
- The indexId.
-
getIndexIdBytes
com.google.protobuf.ByteString getIndexIdBytes()
The index resource ID that this operation is acting on.
string index_id = 3;
- Returns:
- The bytes for indexId.
-
-