Class EntityReconciliationJob.Builder

    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<EntityReconciliationJob.Builder>
      • clear

        public EntityReconciliationJob.Builder clear()
        Specified by:
        clear in interface com.google.protobuf.Message.Builder
        Specified by:
        clear in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<EntityReconciliationJob.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<EntityReconciliationJob.Builder>
      • getDefaultInstanceForType

        public EntityReconciliationJob getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public EntityReconciliationJob build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public EntityReconciliationJob buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • clone

        public EntityReconciliationJob.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<EntityReconciliationJob.Builder>
      • clearField

        public EntityReconciliationJob.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<EntityReconciliationJob.Builder>
      • clearOneof

        public EntityReconciliationJob.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<EntityReconciliationJob.Builder>
      • setRepeatedField

        public EntityReconciliationJob.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                                int index,
                                                                Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<EntityReconciliationJob.Builder>
      • addRepeatedField

        public EntityReconciliationJob.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                                Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<EntityReconciliationJob.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<EntityReconciliationJob.Builder>
      • mergeFrom

        public EntityReconciliationJob.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                         com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                  throws IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<EntityReconciliationJob.Builder>
        Throws:
        IOException
      • getName

        public String getName()
         Output only. Resource name of the EntityReconciliationJob.
         
        string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getName in interface EntityReconciliationJobOrBuilder
        Returns:
        The name.
      • getNameBytes

        public com.google.protobuf.ByteString getNameBytes()
         Output only. Resource name of the EntityReconciliationJob.
         
        string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getNameBytes in interface EntityReconciliationJobOrBuilder
        Returns:
        The bytes for name.
      • setName

        public EntityReconciliationJob.Builder setName​(String value)
         Output only. Resource name of the EntityReconciliationJob.
         
        string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The name to set.
        Returns:
        This builder for chaining.
      • clearName

        public EntityReconciliationJob.Builder clearName()
         Output only. Resource name of the EntityReconciliationJob.
         
        string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.
      • setNameBytes

        public EntityReconciliationJob.Builder setNameBytes​(com.google.protobuf.ByteString value)
         Output only. Resource name of the EntityReconciliationJob.
         
        string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The bytes for name to set.
        Returns:
        This builder for chaining.
      • hasInputConfig

        public boolean hasInputConfig()
         Required. Information about the input BigQuery tables.
         
        .google.cloud.enterpriseknowledgegraph.v1.InputConfig input_config = 2 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        hasInputConfig in interface EntityReconciliationJobOrBuilder
        Returns:
        Whether the inputConfig field is set.
      • getInputConfig

        public InputConfig getInputConfig()
         Required. Information about the input BigQuery tables.
         
        .google.cloud.enterpriseknowledgegraph.v1.InputConfig input_config = 2 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getInputConfig in interface EntityReconciliationJobOrBuilder
        Returns:
        The inputConfig.
      • setInputConfig

        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];
      • setInputConfig

        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];
      • mergeInputConfig

        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];
      • 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];
      • 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];
      • hasOutputConfig

        public boolean hasOutputConfig()
         Required. The desired output location.
         
        .google.cloud.enterpriseknowledgegraph.v1.OutputConfig output_config = 3 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        hasOutputConfig in interface EntityReconciliationJobOrBuilder
        Returns:
        Whether the outputConfig field is set.
      • getOutputConfig

        public OutputConfig getOutputConfig()
         Required. The desired output location.
         
        .google.cloud.enterpriseknowledgegraph.v1.OutputConfig output_config = 3 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getOutputConfig in interface EntityReconciliationJobOrBuilder
        Returns:
        The outputConfig.
      • setOutputConfig

        public EntityReconciliationJob.Builder setOutputConfig​(OutputConfig value)
         Required. The desired output location.
         
        .google.cloud.enterpriseknowledgegraph.v1.OutputConfig output_config = 3 [(.google.api.field_behavior) = REQUIRED];
      • setOutputConfig

        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];
      • mergeOutputConfig

        public EntityReconciliationJob.Builder mergeOutputConfig​(OutputConfig value)
         Required. The desired output location.
         
        .google.cloud.enterpriseknowledgegraph.v1.OutputConfig output_config = 3 [(.google.api.field_behavior) = REQUIRED];
      • clearOutputConfig

        public EntityReconciliationJob.Builder clearOutputConfig()
         Required. The desired output location.
         
        .google.cloud.enterpriseknowledgegraph.v1.OutputConfig output_config = 3 [(.google.api.field_behavior) = REQUIRED];
      • getOutputConfigBuilder

        public OutputConfig.Builder getOutputConfigBuilder()
         Required. The desired output location.
         
        .google.cloud.enterpriseknowledgegraph.v1.OutputConfig output_config = 3 [(.google.api.field_behavior) = REQUIRED];
      • 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];
        Specified by:
        getStateValue in interface EntityReconciliationJobOrBuilder
        Returns:
        The enum numeric value on the wire for state.
      • setStateValue

        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];
        Parameters:
        value - The enum numeric value on the wire for state to set.
        Returns:
        This builder for chaining.
      • 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];
        Specified by:
        getState in interface EntityReconciliationJobOrBuilder
        Returns:
        The state.
      • setState

        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];
        Parameters:
        value - The state to set.
        Returns:
        This builder for chaining.
      • 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:
        This builder for chaining.
      • 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];
        Specified by:
        hasError in interface EntityReconciliationJobOrBuilder
        Returns:
        Whether the error field is set.
      • getError

        public com.google.rpc.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];
        Specified by:
        getError in interface EntityReconciliationJobOrBuilder
        Returns:
        The error.
      • setError

        public EntityReconciliationJob.Builder setError​(com.google.rpc.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];
      • setError

        public EntityReconciliationJob.Builder setError​(com.google.rpc.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];
      • mergeError

        public EntityReconciliationJob.Builder mergeError​(com.google.rpc.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];
      • 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];
      • getErrorBuilder

        public com.google.rpc.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];
      • getErrorOrBuilder

        public com.google.rpc.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];
        Specified by:
        getErrorOrBuilder in interface EntityReconciliationJobOrBuilder
      • hasCreateTime

        public boolean hasCreateTime()
         Output only. Time when the EntityReconciliationJob was created.
         
        .google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasCreateTime in interface EntityReconciliationJobOrBuilder
        Returns:
        Whether the createTime field is set.
      • getCreateTime

        public com.google.protobuf.Timestamp getCreateTime()
         Output only. Time when the EntityReconciliationJob was created.
         
        .google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getCreateTime in interface EntityReconciliationJobOrBuilder
        Returns:
        The createTime.
      • setCreateTime

        public EntityReconciliationJob.Builder setCreateTime​(com.google.protobuf.Timestamp value)
         Output only. Time when the EntityReconciliationJob was created.
         
        .google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • setCreateTime

        public EntityReconciliationJob.Builder setCreateTime​(com.google.protobuf.Timestamp.Builder builderForValue)
         Output only. Time when the EntityReconciliationJob was created.
         
        .google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • mergeCreateTime

        public EntityReconciliationJob.Builder mergeCreateTime​(com.google.protobuf.Timestamp value)
         Output only. Time when the EntityReconciliationJob was created.
         
        .google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • 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];
      • getCreateTimeBuilder

        public com.google.protobuf.Timestamp.Builder getCreateTimeBuilder()
         Output only. Time when the EntityReconciliationJob was created.
         
        .google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getCreateTimeOrBuilder

        public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
         Output only. Time when the EntityReconciliationJob was created.
         
        .google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getCreateTimeOrBuilder in interface EntityReconciliationJobOrBuilder
      • 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];
        Specified by:
        hasEndTime in interface EntityReconciliationJobOrBuilder
        Returns:
        Whether the endTime field is set.
      • getEndTime

        public com.google.protobuf.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];
        Specified by:
        getEndTime in interface EntityReconciliationJobOrBuilder
        Returns:
        The endTime.
      • setEndTime

        public EntityReconciliationJob.Builder setEndTime​(com.google.protobuf.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];
      • setEndTime

        public EntityReconciliationJob.Builder setEndTime​(com.google.protobuf.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];
      • mergeEndTime

        public EntityReconciliationJob.Builder mergeEndTime​(com.google.protobuf.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];
      • 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];
      • getEndTimeBuilder

        public com.google.protobuf.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];
      • getEndTimeOrBuilder

        public com.google.protobuf.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];
        Specified by:
        getEndTimeOrBuilder in interface EntityReconciliationJobOrBuilder
      • 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];
        Specified by:
        hasUpdateTime in interface EntityReconciliationJobOrBuilder
        Returns:
        Whether the updateTime field is set.
      • getUpdateTime

        public com.google.protobuf.Timestamp getUpdateTime()
         Output only. Time when the EntityReconciliationJob was most recently
         updated.
         
        .google.protobuf.Timestamp update_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getUpdateTime in interface EntityReconciliationJobOrBuilder
        Returns:
        The updateTime.
      • setUpdateTime

        public EntityReconciliationJob.Builder setUpdateTime​(com.google.protobuf.Timestamp value)
         Output only. Time when the EntityReconciliationJob was most recently
         updated.
         
        .google.protobuf.Timestamp update_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • setUpdateTime

        public EntityReconciliationJob.Builder setUpdateTime​(com.google.protobuf.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];
      • mergeUpdateTime

        public EntityReconciliationJob.Builder mergeUpdateTime​(com.google.protobuf.Timestamp value)
         Output only. Time when the EntityReconciliationJob was most recently
         updated.
         
        .google.protobuf.Timestamp update_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • 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];
      • getUpdateTimeBuilder

        public com.google.protobuf.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];
      • getUpdateTimeOrBuilder

        public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
         Output only. Time when the EntityReconciliationJob was most recently
         updated.
         
        .google.protobuf.Timestamp update_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getUpdateTimeOrBuilder in interface EntityReconciliationJobOrBuilder
      • 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];
        Specified by:
        hasReconConfig in interface EntityReconciliationJobOrBuilder
        Returns:
        Whether the reconConfig field is set.
      • 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];
        Specified by:
        getReconConfig in interface EntityReconciliationJobOrBuilder
        Returns:
        The reconConfig.
      • setReconConfig

        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];
      • setReconConfig

        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];
      • mergeReconConfig

        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];
      • 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];
      • 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];
      • setUnknownFields

        public final EntityReconciliationJob.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<EntityReconciliationJob.Builder>
      • mergeUnknownFields

        public final EntityReconciliationJob.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<EntityReconciliationJob.Builder>