Class EntityReconciliationJob.Builder (0.38.0)

public static final class EntityReconciliationJob.Builder extends GeneratedMessageV3.Builder<EntityReconciliationJob.Builder> implements EntityReconciliationJobOrBuilder

Entity reconciliation job message.

Protobuf type google.cloud.enterpriseknowledgegraph.v1.EntityReconciliationJob

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public EntityReconciliationJob.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
EntityReconciliationJob.Builder
Overrides

build()

public EntityReconciliationJob build()
Returns
Type Description
EntityReconciliationJob

buildPartial()

public EntityReconciliationJob buildPartial()
Returns
Type Description
EntityReconciliationJob

clear()

public EntityReconciliationJob.Builder clear()
Returns
Type Description
EntityReconciliationJob.Builder
Overrides

clearCreateTime()

public EntityReconciliationJob.Builder clearCreateTime()

Output only. Time when the EntityReconciliationJob was created.

.google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
EntityReconciliationJob.Builder

clearEndTime()

public EntityReconciliationJob.Builder clearEndTime()

Output only. Time when the EntityReconciliationJob entered any of the following states: JOB_STATE_SUCCEEDED, JOB_STATE_FAILED, JOB_STATE_CANCELLED.

.google.protobuf.Timestamp end_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
EntityReconciliationJob.Builder

clearError()

public EntityReconciliationJob.Builder clearError()

Output only. Only populated when the job's state is JOB_STATE_FAILED or JOB_STATE_CANCELLED.

.google.rpc.Status error = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
EntityReconciliationJob.Builder

clearField(Descriptors.FieldDescriptor field)

public EntityReconciliationJob.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
EntityReconciliationJob.Builder
Overrides

clearInputConfig()

public EntityReconciliationJob.Builder clearInputConfig()

Required. Information about the input BigQuery tables.

.google.cloud.enterpriseknowledgegraph.v1.InputConfig input_config = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
EntityReconciliationJob.Builder

clearName()

public EntityReconciliationJob.Builder clearName()

Output only. Resource name of the EntityReconciliationJob.

string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
EntityReconciliationJob.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public EntityReconciliationJob.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
EntityReconciliationJob.Builder
Overrides

clearOutputConfig()

public EntityReconciliationJob.Builder clearOutputConfig()

Required. The desired output location.

.google.cloud.enterpriseknowledgegraph.v1.OutputConfig output_config = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
EntityReconciliationJob.Builder

clearReconConfig()

public EntityReconciliationJob.Builder clearReconConfig()

Optional. Recon configs to adjust the clustering behavior.

.google.cloud.enterpriseknowledgegraph.v1.ReconConfig recon_config = 9 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
EntityReconciliationJob.Builder

clearState()

public EntityReconciliationJob.Builder clearState()

Output only. The detailed state of the job.

.google.cloud.enterpriseknowledgegraph.v1.JobState state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
EntityReconciliationJob.Builder

This builder for chaining.

clearUpdateTime()

public EntityReconciliationJob.Builder clearUpdateTime()

Output only. Time when the EntityReconciliationJob was most recently updated.

.google.protobuf.Timestamp update_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
EntityReconciliationJob.Builder

clone()

public EntityReconciliationJob.Builder clone()
Returns
Type Description
EntityReconciliationJob.Builder
Overrides

getCreateTime()

public Timestamp getCreateTime()

Output only. Time when the EntityReconciliationJob was created.

.google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Timestamp

The createTime.

getCreateTimeBuilder()

public Timestamp.Builder getCreateTimeBuilder()

Output only. Time when the EntityReconciliationJob was created.

.google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Builder

getCreateTimeOrBuilder()

public TimestampOrBuilder getCreateTimeOrBuilder()

Output only. Time when the EntityReconciliationJob was created.

.google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
TimestampOrBuilder

getDefaultInstanceForType()

public EntityReconciliationJob getDefaultInstanceForType()
Returns
Type Description
EntityReconciliationJob

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getEndTime()

public Timestamp getEndTime()

Output only. Time when the EntityReconciliationJob entered any of the following states: JOB_STATE_SUCCEEDED, JOB_STATE_FAILED, JOB_STATE_CANCELLED.

.google.protobuf.Timestamp end_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Timestamp

The endTime.

getEndTimeBuilder()

public Timestamp.Builder getEndTimeBuilder()

Output only. Time when the EntityReconciliationJob entered any of the following states: JOB_STATE_SUCCEEDED, JOB_STATE_FAILED, JOB_STATE_CANCELLED.

.google.protobuf.Timestamp end_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Builder

getEndTimeOrBuilder()

public TimestampOrBuilder getEndTimeOrBuilder()

Output only. Time when the EntityReconciliationJob entered any of the following states: JOB_STATE_SUCCEEDED, JOB_STATE_FAILED, JOB_STATE_CANCELLED.

.google.protobuf.Timestamp end_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
TimestampOrBuilder

getError()

public Status getError()

Output only. Only populated when the job's state is JOB_STATE_FAILED or JOB_STATE_CANCELLED.

.google.rpc.Status error = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
com.google.rpc.Status

The error.

getErrorBuilder()

public Status.Builder getErrorBuilder()

Output only. Only populated when the job's state is JOB_STATE_FAILED or JOB_STATE_CANCELLED.

.google.rpc.Status error = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
com.google.rpc.Status.Builder

getErrorOrBuilder()

public StatusOrBuilder getErrorOrBuilder()

Output only. Only populated when the job's state is JOB_STATE_FAILED or JOB_STATE_CANCELLED.

.google.rpc.Status error = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
com.google.rpc.StatusOrBuilder

getInputConfig()

public InputConfig getInputConfig()

Required. Information about the input BigQuery tables.

.google.cloud.enterpriseknowledgegraph.v1.InputConfig input_config = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
InputConfig

The inputConfig.

getInputConfigBuilder()

public InputConfig.Builder getInputConfigBuilder()

Required. Information about the input BigQuery tables.

.google.cloud.enterpriseknowledgegraph.v1.InputConfig input_config = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
InputConfig.Builder

getInputConfigOrBuilder()

public InputConfigOrBuilder getInputConfigOrBuilder()

Required. Information about the input BigQuery tables.

.google.cloud.enterpriseknowledgegraph.v1.InputConfig input_config = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
InputConfigOrBuilder

getName()

public String getName()

Output only. Resource name of the EntityReconciliationJob.

string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Output only. Resource name of the EntityReconciliationJob.

string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for name.

getOutputConfig()

public OutputConfig getOutputConfig()

Required. The desired output location.

.google.cloud.enterpriseknowledgegraph.v1.OutputConfig output_config = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
OutputConfig

The outputConfig.

getOutputConfigBuilder()

public OutputConfig.Builder getOutputConfigBuilder()

Required. The desired output location.

.google.cloud.enterpriseknowledgegraph.v1.OutputConfig output_config = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
OutputConfig.Builder

getOutputConfigOrBuilder()

public OutputConfigOrBuilder getOutputConfigOrBuilder()

Required. The desired output location.

.google.cloud.enterpriseknowledgegraph.v1.OutputConfig output_config = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
OutputConfigOrBuilder

getReconConfig()

public ReconConfig getReconConfig()

Optional. Recon configs to adjust the clustering behavior.

.google.cloud.enterpriseknowledgegraph.v1.ReconConfig recon_config = 9 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ReconConfig

The reconConfig.

getReconConfigBuilder()

public ReconConfig.Builder getReconConfigBuilder()

Optional. Recon configs to adjust the clustering behavior.

.google.cloud.enterpriseknowledgegraph.v1.ReconConfig recon_config = 9 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ReconConfig.Builder

getReconConfigOrBuilder()

public ReconConfigOrBuilder getReconConfigOrBuilder()

Optional. Recon configs to adjust the clustering behavior.

.google.cloud.enterpriseknowledgegraph.v1.ReconConfig recon_config = 9 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ReconConfigOrBuilder

getState()

public JobState getState()

Output only. The detailed state of the job.

.google.cloud.enterpriseknowledgegraph.v1.JobState state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
JobState

The state.

getStateValue()

public int getStateValue()

Output only. The detailed state of the job.

.google.cloud.enterpriseknowledgegraph.v1.JobState state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The enum numeric value on the wire for state.

getUpdateTime()

public Timestamp getUpdateTime()

Output only. Time when the EntityReconciliationJob was most recently updated.

.google.protobuf.Timestamp update_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Timestamp

The updateTime.

getUpdateTimeBuilder()

public Timestamp.Builder getUpdateTimeBuilder()

Output only. Time when the EntityReconciliationJob was most recently updated.

.google.protobuf.Timestamp update_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Builder

getUpdateTimeOrBuilder()

public TimestampOrBuilder getUpdateTimeOrBuilder()

Output only. Time when the EntityReconciliationJob was most recently updated.

.google.protobuf.Timestamp update_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
TimestampOrBuilder

hasCreateTime()

public boolean hasCreateTime()

Output only. Time when the EntityReconciliationJob was created.

.google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the createTime field is set.

hasEndTime()

public boolean hasEndTime()

Output only. Time when the EntityReconciliationJob entered any of the following states: JOB_STATE_SUCCEEDED, JOB_STATE_FAILED, JOB_STATE_CANCELLED.

.google.protobuf.Timestamp end_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the endTime field is set.

hasError()

public boolean hasError()

Output only. Only populated when the job's state is JOB_STATE_FAILED or JOB_STATE_CANCELLED.

.google.rpc.Status error = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the error field is set.

hasInputConfig()

public boolean hasInputConfig()

Required. Information about the input BigQuery tables.

.google.cloud.enterpriseknowledgegraph.v1.InputConfig input_config = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the inputConfig field is set.

hasOutputConfig()

public boolean hasOutputConfig()

Required. The desired output location.

.google.cloud.enterpriseknowledgegraph.v1.OutputConfig output_config = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the outputConfig field is set.

hasReconConfig()

public boolean hasReconConfig()

Optional. Recon configs to adjust the clustering behavior.

.google.cloud.enterpriseknowledgegraph.v1.ReconConfig recon_config = 9 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the reconConfig field is set.

hasUpdateTime()

public boolean hasUpdateTime()

Output only. Time when the EntityReconciliationJob was most recently updated.

.google.protobuf.Timestamp update_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the updateTime field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeCreateTime(Timestamp value)

public EntityReconciliationJob.Builder mergeCreateTime(Timestamp value)

Output only. Time when the EntityReconciliationJob was created.

.google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value Timestamp
Returns
Type Description
EntityReconciliationJob.Builder

mergeEndTime(Timestamp value)

public EntityReconciliationJob.Builder mergeEndTime(Timestamp value)

Output only. Time when the EntityReconciliationJob entered any of the following states: JOB_STATE_SUCCEEDED, JOB_STATE_FAILED, JOB_STATE_CANCELLED.

.google.protobuf.Timestamp end_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value Timestamp
Returns
Type Description
EntityReconciliationJob.Builder

mergeError(Status value)

public EntityReconciliationJob.Builder mergeError(Status value)

Output only. Only populated when the job's state is JOB_STATE_FAILED or JOB_STATE_CANCELLED.

.google.rpc.Status error = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value com.google.rpc.Status
Returns
Type Description
EntityReconciliationJob.Builder

mergeFrom(EntityReconciliationJob other)

public EntityReconciliationJob.Builder mergeFrom(EntityReconciliationJob other)
Parameter
Name Description
other EntityReconciliationJob
Returns
Type Description
EntityReconciliationJob.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public EntityReconciliationJob.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
EntityReconciliationJob.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public EntityReconciliationJob.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
EntityReconciliationJob.Builder
Overrides

mergeInputConfig(InputConfig value)

public EntityReconciliationJob.Builder mergeInputConfig(InputConfig value)

Required. Information about the input BigQuery tables.

.google.cloud.enterpriseknowledgegraph.v1.InputConfig input_config = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value InputConfig
Returns
Type Description
EntityReconciliationJob.Builder

mergeOutputConfig(OutputConfig value)

public EntityReconciliationJob.Builder mergeOutputConfig(OutputConfig value)

Required. The desired output location.

.google.cloud.enterpriseknowledgegraph.v1.OutputConfig output_config = 3 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value OutputConfig
Returns
Type Description
EntityReconciliationJob.Builder

mergeReconConfig(ReconConfig value)

public EntityReconciliationJob.Builder mergeReconConfig(ReconConfig value)

Optional. Recon configs to adjust the clustering behavior.

.google.cloud.enterpriseknowledgegraph.v1.ReconConfig recon_config = 9 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value ReconConfig
Returns
Type Description
EntityReconciliationJob.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final EntityReconciliationJob.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
EntityReconciliationJob.Builder
Overrides

mergeUpdateTime(Timestamp value)

public EntityReconciliationJob.Builder mergeUpdateTime(Timestamp value)

Output only. Time when the EntityReconciliationJob was most recently updated.

.google.protobuf.Timestamp update_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value Timestamp
Returns
Type Description
EntityReconciliationJob.Builder

setCreateTime(Timestamp value)

public EntityReconciliationJob.Builder setCreateTime(Timestamp value)

Output only. Time when the EntityReconciliationJob was created.

.google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value Timestamp
Returns
Type Description
EntityReconciliationJob.Builder

setCreateTime(Timestamp.Builder builderForValue)

public EntityReconciliationJob.Builder setCreateTime(Timestamp.Builder builderForValue)

Output only. Time when the EntityReconciliationJob was created.

.google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
builderForValue Builder
Returns
Type Description
EntityReconciliationJob.Builder

setEndTime(Timestamp value)

public EntityReconciliationJob.Builder setEndTime(Timestamp value)

Output only. Time when the EntityReconciliationJob entered any of the following states: JOB_STATE_SUCCEEDED, JOB_STATE_FAILED, JOB_STATE_CANCELLED.

.google.protobuf.Timestamp end_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value Timestamp
Returns
Type Description
EntityReconciliationJob.Builder

setEndTime(Timestamp.Builder builderForValue)

public EntityReconciliationJob.Builder setEndTime(Timestamp.Builder builderForValue)

Output only. Time when the EntityReconciliationJob entered any of the following states: JOB_STATE_SUCCEEDED, JOB_STATE_FAILED, JOB_STATE_CANCELLED.

.google.protobuf.Timestamp end_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
builderForValue Builder
Returns
Type Description
EntityReconciliationJob.Builder

setError(Status value)

public EntityReconciliationJob.Builder setError(Status value)

Output only. Only populated when the job's state is JOB_STATE_FAILED or JOB_STATE_CANCELLED.

.google.rpc.Status error = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value com.google.rpc.Status
Returns
Type Description
EntityReconciliationJob.Builder

setError(Status.Builder builderForValue)

public EntityReconciliationJob.Builder setError(Status.Builder builderForValue)

Output only. Only populated when the job's state is JOB_STATE_FAILED or JOB_STATE_CANCELLED.

.google.rpc.Status error = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
builderForValue com.google.rpc.Status.Builder
Returns
Type Description
EntityReconciliationJob.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public EntityReconciliationJob.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
EntityReconciliationJob.Builder
Overrides

setInputConfig(InputConfig value)

public EntityReconciliationJob.Builder setInputConfig(InputConfig value)

Required. Information about the input BigQuery tables.

.google.cloud.enterpriseknowledgegraph.v1.InputConfig input_config = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value InputConfig
Returns
Type Description
EntityReconciliationJob.Builder

setInputConfig(InputConfig.Builder builderForValue)

public EntityReconciliationJob.Builder setInputConfig(InputConfig.Builder builderForValue)

Required. Information about the input BigQuery tables.

.google.cloud.enterpriseknowledgegraph.v1.InputConfig input_config = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
builderForValue InputConfig.Builder
Returns
Type Description
EntityReconciliationJob.Builder

setName(String value)

public EntityReconciliationJob.Builder setName(String value)

Output only. Resource name of the EntityReconciliationJob.

string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value String

The name to set.

Returns
Type Description
EntityReconciliationJob.Builder

This builder for chaining.

setNameBytes(ByteString value)

public EntityReconciliationJob.Builder setNameBytes(ByteString value)

Output only. Resource name of the EntityReconciliationJob.

string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
EntityReconciliationJob.Builder

This builder for chaining.

setOutputConfig(OutputConfig value)

public EntityReconciliationJob.Builder setOutputConfig(OutputConfig value)

Required. The desired output location.

.google.cloud.enterpriseknowledgegraph.v1.OutputConfig output_config = 3 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value OutputConfig
Returns
Type Description
EntityReconciliationJob.Builder

setOutputConfig(OutputConfig.Builder builderForValue)

public EntityReconciliationJob.Builder setOutputConfig(OutputConfig.Builder builderForValue)

Required. The desired output location.

.google.cloud.enterpriseknowledgegraph.v1.OutputConfig output_config = 3 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
builderForValue OutputConfig.Builder
Returns
Type Description
EntityReconciliationJob.Builder

setReconConfig(ReconConfig value)

public EntityReconciliationJob.Builder setReconConfig(ReconConfig value)

Optional. Recon configs to adjust the clustering behavior.

.google.cloud.enterpriseknowledgegraph.v1.ReconConfig recon_config = 9 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value ReconConfig
Returns
Type Description
EntityReconciliationJob.Builder

setReconConfig(ReconConfig.Builder builderForValue)

public EntityReconciliationJob.Builder setReconConfig(ReconConfig.Builder builderForValue)

Optional. Recon configs to adjust the clustering behavior.

.google.cloud.enterpriseknowledgegraph.v1.ReconConfig recon_config = 9 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
builderForValue ReconConfig.Builder
Returns
Type Description
EntityReconciliationJob.Builder

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public EntityReconciliationJob.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
EntityReconciliationJob.Builder
Overrides

setState(JobState value)

public EntityReconciliationJob.Builder setState(JobState value)

Output only. The detailed state of the job.

.google.cloud.enterpriseknowledgegraph.v1.JobState state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value JobState

The state to set.

Returns
Type Description
EntityReconciliationJob.Builder

This builder for chaining.

setStateValue(int value)

public EntityReconciliationJob.Builder setStateValue(int value)

Output only. The detailed state of the job.

.google.cloud.enterpriseknowledgegraph.v1.JobState state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value int

The enum numeric value on the wire for state to set.

Returns
Type Description
EntityReconciliationJob.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final EntityReconciliationJob.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
EntityReconciliationJob.Builder
Overrides

setUpdateTime(Timestamp value)

public EntityReconciliationJob.Builder setUpdateTime(Timestamp value)

Output only. Time when the EntityReconciliationJob was most recently updated.

.google.protobuf.Timestamp update_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value Timestamp
Returns
Type Description
EntityReconciliationJob.Builder

setUpdateTime(Timestamp.Builder builderForValue)

public EntityReconciliationJob.Builder setUpdateTime(Timestamp.Builder builderForValue)

Output only. Time when the EntityReconciliationJob was most recently updated.

.google.protobuf.Timestamp update_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
builderForValue Builder
Returns
Type Description
EntityReconciliationJob.Builder