public static final class IndexOperationMetadata.Builder extends GeneratedMessage.Builder<IndexOperationMetadata.Builder> implements IndexOperationMetadataOrBuilderMetadata for Index operations.
Protobuf type google.datastore.admin.v1.IndexOperationMetadata
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > IndexOperationMetadata.BuilderImplements
IndexOperationMetadataOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public IndexOperationMetadata build()| Returns | |
|---|---|
| Type | Description |
IndexOperationMetadata |
|
buildPartial()
public IndexOperationMetadata buildPartial()| Returns | |
|---|---|
| Type | Description |
IndexOperationMetadata |
|
clear()
public IndexOperationMetadata.Builder clear()| Returns | |
|---|---|
| Type | Description |
IndexOperationMetadata.Builder |
|
clearCommon()
public IndexOperationMetadata.Builder clearCommon()Metadata common to all Datastore Admin operations.
.google.datastore.admin.v1.CommonMetadata common = 1;
| Returns | |
|---|---|
| Type | Description |
IndexOperationMetadata.Builder |
|
clearIndexId()
public IndexOperationMetadata.Builder clearIndexId()The index resource ID that this operation is acting on.
string index_id = 3;
| Returns | |
|---|---|
| Type | Description |
IndexOperationMetadata.Builder |
This builder for chaining. |
clearProgressEntities()
public IndexOperationMetadata.Builder clearProgressEntities()An estimate of the number of entities processed.
.google.datastore.admin.v1.Progress progress_entities = 2;
| Returns | |
|---|---|
| Type | Description |
IndexOperationMetadata.Builder |
|
getCommon()
public CommonMetadata getCommon()Metadata common to all Datastore Admin operations.
.google.datastore.admin.v1.CommonMetadata common = 1;
| Returns | |
|---|---|
| Type | Description |
CommonMetadata |
The common. |
getCommonBuilder()
public CommonMetadata.Builder getCommonBuilder()Metadata common to all Datastore Admin operations.
.google.datastore.admin.v1.CommonMetadata common = 1;
| Returns | |
|---|---|
| Type | Description |
CommonMetadata.Builder |
|
getCommonOrBuilder()
public CommonMetadataOrBuilder getCommonOrBuilder()Metadata common to all Datastore Admin operations.
.google.datastore.admin.v1.CommonMetadata common = 1;
| Returns | |
|---|---|
| Type | Description |
CommonMetadataOrBuilder |
|
getDefaultInstanceForType()
public IndexOperationMetadata getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
IndexOperationMetadata |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getIndexId()
public String getIndexId()The index resource ID that this operation is acting on.
string index_id = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The indexId. |
getIndexIdBytes()
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. |
getProgressEntities()
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. |
getProgressEntitiesBuilder()
public Progress.Builder getProgressEntitiesBuilder()An estimate of the number of entities processed.
.google.datastore.admin.v1.Progress progress_entities = 2;
| Returns | |
|---|---|
| Type | Description |
Progress.Builder |
|
getProgressEntitiesOrBuilder()
public ProgressOrBuilder getProgressEntitiesOrBuilder()An estimate of the number of entities processed.
.google.datastore.admin.v1.Progress progress_entities = 2;
| Returns | |
|---|---|
| Type | Description |
ProgressOrBuilder |
|
hasCommon()
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. |
hasProgressEntities()
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. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeCommon(CommonMetadata value)
public IndexOperationMetadata.Builder mergeCommon(CommonMetadata value)Metadata common to all Datastore Admin operations.
.google.datastore.admin.v1.CommonMetadata common = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
CommonMetadata |
| Returns | |
|---|---|
| Type | Description |
IndexOperationMetadata.Builder |
|
mergeFrom(IndexOperationMetadata other)
public IndexOperationMetadata.Builder mergeFrom(IndexOperationMetadata other)| Parameter | |
|---|---|
| Name | Description |
other |
IndexOperationMetadata |
| Returns | |
|---|---|
| Type | Description |
IndexOperationMetadata.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public IndexOperationMetadata.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
IndexOperationMetadata.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public IndexOperationMetadata.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
IndexOperationMetadata.Builder |
|
mergeProgressEntities(Progress value)
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 |
| Returns | |
|---|---|
| Type | Description |
IndexOperationMetadata.Builder |
|
setCommon(CommonMetadata value)
public IndexOperationMetadata.Builder setCommon(CommonMetadata value)Metadata common to all Datastore Admin operations.
.google.datastore.admin.v1.CommonMetadata common = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
CommonMetadata |
| Returns | |
|---|---|
| Type | Description |
IndexOperationMetadata.Builder |
|
setCommon(CommonMetadata.Builder builderForValue)
public IndexOperationMetadata.Builder setCommon(CommonMetadata.Builder builderForValue)Metadata common to all Datastore Admin operations.
.google.datastore.admin.v1.CommonMetadata common = 1;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
CommonMetadata.Builder |
| Returns | |
|---|---|
| Type | Description |
IndexOperationMetadata.Builder |
|
setIndexId(String value)
public IndexOperationMetadata.Builder setIndexId(String value)The index resource ID that this operation is acting on.
string index_id = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe indexId to set. |
| Returns | |
|---|---|
| Type | Description |
IndexOperationMetadata.Builder |
This builder for chaining. |
setIndexIdBytes(ByteString value)
public IndexOperationMetadata.Builder setIndexIdBytes(ByteString value)The index resource ID that this operation is acting on.
string index_id = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for indexId to set. |
| Returns | |
|---|---|
| Type | Description |
IndexOperationMetadata.Builder |
This builder for chaining. |
setProgressEntities(Progress value)
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 |
| Returns | |
|---|---|
| Type | Description |
IndexOperationMetadata.Builder |
|
setProgressEntities(Progress.Builder builderForValue)
public IndexOperationMetadata.Builder setProgressEntities(Progress.Builder builderForValue)An estimate of the number of entities processed.
.google.datastore.admin.v1.Progress progress_entities = 2;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Progress.Builder |
| Returns | |
|---|---|
| Type | Description |
IndexOperationMetadata.Builder |
|