Class EntityReconciliationJob.Builder (0.4.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
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public EntityReconciliationJob.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
EntityReconciliationJob.Builder
Overrides

build()

public EntityReconciliationJob build()
Returns
TypeDescription
EntityReconciliationJob

buildPartial()

public EntityReconciliationJob buildPartial()
Returns
TypeDescription
EntityReconciliationJob

clear()

public EntityReconciliationJob.Builder clear()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
EntityReconciliationJob.Builder

clearField(Descriptors.FieldDescriptor field)

public EntityReconciliationJob.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
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
TypeDescription
EntityReconciliationJob.Builder

clearName()

public EntityReconciliationJob.Builder clearName()

Output only. Resource name of the EntityReconciliationJob.

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

Returns
TypeDescription
EntityReconciliationJob.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public EntityReconciliationJob.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
EntityReconciliationJob.Builder

clone()

public EntityReconciliationJob.Builder clone()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
TimestampOrBuilder

getDefaultInstanceForType()

public EntityReconciliationJob getDefaultInstanceForType()
Returns
TypeDescription
EntityReconciliationJob

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
InputConfigOrBuilder

getName()

public String getName()

Output only. Resource name of the EntityReconciliationJob.

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

Returns
TypeDescription
String

The name.

getNameBytes()

public ByteString getNameBytes()

Output only. Resource name of the EntityReconciliationJob.

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

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the updateTime field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
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
NameDescription
valueTimestamp
Returns
TypeDescription
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
NameDescription
valueTimestamp
Returns
TypeDescription
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
NameDescription
valuecom.google.rpc.Status
Returns
TypeDescription
EntityReconciliationJob.Builder

mergeFrom(EntityReconciliationJob other)

public EntityReconciliationJob.Builder mergeFrom(EntityReconciliationJob other)
Parameter
NameDescription
otherEntityReconciliationJob
Returns
TypeDescription
EntityReconciliationJob.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public EntityReconciliationJob.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
EntityReconciliationJob.Builder
Overrides Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public EntityReconciliationJob.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
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
NameDescription
valueInputConfig
Returns
TypeDescription
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
NameDescription
valueOutputConfig
Returns
TypeDescription
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
NameDescription
valueReconConfig
Returns
TypeDescription
EntityReconciliationJob.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final EntityReconciliationJob.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
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
NameDescription
valueTimestamp
Returns
TypeDescription
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
NameDescription
valueTimestamp
Returns
TypeDescription
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
NameDescription
builderForValueBuilder
Returns
TypeDescription
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
NameDescription
valueTimestamp
Returns
TypeDescription
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
NameDescription
builderForValueBuilder
Returns
TypeDescription
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
NameDescription
valuecom.google.rpc.Status
Returns
TypeDescription
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
NameDescription
builderForValuecom.google.rpc.Status.Builder
Returns
TypeDescription
EntityReconciliationJob.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public EntityReconciliationJob.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
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
NameDescription
valueInputConfig
Returns
TypeDescription
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
NameDescription
builderForValueInputConfig.Builder
Returns
TypeDescription
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
NameDescription
valueString

The name to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for name to set.

Returns
TypeDescription
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
NameDescription
valueOutputConfig
Returns
TypeDescription
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
NameDescription
builderForValueOutputConfig.Builder
Returns
TypeDescription
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
NameDescription
valueReconConfig
Returns
TypeDescription
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
NameDescription
builderForValueReconConfig.Builder
Returns
TypeDescription
EntityReconciliationJob.Builder

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

public EntityReconciliationJob.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
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
NameDescription
valueJobState

The state to set.

Returns
TypeDescription
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
NameDescription
valueint

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

Returns
TypeDescription
EntityReconciliationJob.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final EntityReconciliationJob.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
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
NameDescription
valueTimestamp
Returns
TypeDescription
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
NameDescription
builderForValueBuilder
Returns
TypeDescription
EntityReconciliationJob.Builder