public static final class IndexOperationMetadata.Builder extends GeneratedMessageV3.Builder<IndexOperationMetadata.Builder> implements IndexOperationMetadataOrBuilder
Metadata for Index operations.
Protobuf type google.datastore.admin.v1.IndexOperationMetadata
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
public static final Descriptors.Descriptor getDescriptor()
Methods
public IndexOperationMetadata.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
public IndexOperationMetadata build()
public IndexOperationMetadata buildPartial()
public IndexOperationMetadata.Builder clear()
Overrides
public IndexOperationMetadata.Builder clearCommon()
Metadata common to all Datastore Admin operations.
.google.datastore.admin.v1.CommonMetadata common = 1;
public IndexOperationMetadata.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
public IndexOperationMetadata.Builder clearIndexId()
The index resource ID that this operation is acting on.
string index_id = 3;
public IndexOperationMetadata.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
public IndexOperationMetadata.Builder clearProgressEntities()
An estimate of the number of entities processed.
.google.datastore.admin.v1.Progress progress_entities = 2;
public IndexOperationMetadata.Builder clone()
Overrides
public CommonMetadata getCommon()
Metadata common to all Datastore Admin operations.
.google.datastore.admin.v1.CommonMetadata common = 1;
public CommonMetadata.Builder getCommonBuilder()
Metadata common to all Datastore Admin operations.
.google.datastore.admin.v1.CommonMetadata common = 1;
public CommonMetadataOrBuilder getCommonOrBuilder()
Metadata common to all Datastore Admin operations.
.google.datastore.admin.v1.CommonMetadata common = 1;
public IndexOperationMetadata getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
public String getIndexId()
The index resource ID that this operation is acting on.
string index_id = 3;
Returns |
Type |
Description |
String |
The indexId.
|
public ByteString getIndexIdBytes()
The index resource ID that this operation is acting on.
string index_id = 3;
Returns |
Type |
Description |
ByteString |
The bytes for indexId.
|
public Progress getProgressEntities()
An estimate of the number of entities processed.
.google.datastore.admin.v1.Progress progress_entities = 2;
Returns |
Type |
Description |
Progress |
The progressEntities.
|
public Progress.Builder getProgressEntitiesBuilder()
An estimate of the number of entities processed.
.google.datastore.admin.v1.Progress progress_entities = 2;
public ProgressOrBuilder getProgressEntitiesOrBuilder()
An estimate of the number of entities processed.
.google.datastore.admin.v1.Progress progress_entities = 2;
public 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.
|
public 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.
|
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public IndexOperationMetadata.Builder mergeCommon(CommonMetadata value)
Metadata common to all Datastore Admin operations.
.google.datastore.admin.v1.CommonMetadata common = 1;
public IndexOperationMetadata.Builder mergeFrom(IndexOperationMetadata other)
public IndexOperationMetadata.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public IndexOperationMetadata.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
public IndexOperationMetadata.Builder mergeProgressEntities(Progress value)
An estimate of the number of entities processed.
.google.datastore.admin.v1.Progress progress_entities = 2;
Parameter |
Name |
Description |
value |
Progress
|
public final IndexOperationMetadata.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
public IndexOperationMetadata.Builder setCommon(CommonMetadata value)
Metadata common to all Datastore Admin operations.
.google.datastore.admin.v1.CommonMetadata common = 1;
public IndexOperationMetadata.Builder setCommon(CommonMetadata.Builder builderForValue)
Metadata common to all Datastore Admin operations.
.google.datastore.admin.v1.CommonMetadata common = 1;
public IndexOperationMetadata.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
public IndexOperationMetadata.Builder setIndexId(String value)
The index resource ID that this operation is acting on.
string index_id = 3;
Parameter |
Name |
Description |
value |
String
The indexId to set.
|
public IndexOperationMetadata.Builder setIndexIdBytes(ByteString value)
The index resource ID that this operation is acting on.
string index_id = 3;
Parameter |
Name |
Description |
value |
ByteString
The bytes for indexId to set.
|
public IndexOperationMetadata.Builder setProgressEntities(Progress value)
An estimate of the number of entities processed.
.google.datastore.admin.v1.Progress progress_entities = 2;
Parameter |
Name |
Description |
value |
Progress
|
public IndexOperationMetadata.Builder setProgressEntities(Progress.Builder builderForValue)
An estimate of the number of entities processed.
.google.datastore.admin.v1.Progress progress_entities = 2;
public IndexOperationMetadata.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
public final IndexOperationMetadata.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides