public final class EntityReconciliationJob extends GeneratedMessageV3 implements EntityReconciliationJobOrBuilder
   
   Entity reconciliation job message.
 Protobuf type google.cloud.enterpriseknowledgegraph.v1.EntityReconciliationJob
    Inherited Members
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
    
    
      com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
   
  Static Fields
  
  CREATE_TIME_FIELD_NUMBER
  
    public static final int CREATE_TIME_FIELD_NUMBER
   
  
    
      
        | Field Value | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  END_TIME_FIELD_NUMBER
  
    public static final int END_TIME_FIELD_NUMBER
   
  
    
      
        | Field Value | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  ERROR_FIELD_NUMBER
  
    public static final int ERROR_FIELD_NUMBER
   
  
    
      
        | Field Value | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  
  
    public static final int INPUT_CONFIG_FIELD_NUMBER
   
  
    
      
        | Field Value | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  NAME_FIELD_NUMBER
  
    public static final int NAME_FIELD_NUMBER
   
  
    
      
        | Field Value | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  OUTPUT_CONFIG_FIELD_NUMBER
  
    public static final int OUTPUT_CONFIG_FIELD_NUMBER
   
  
    
      
        | Field Value | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  RECON_CONFIG_FIELD_NUMBER
  
    public static final int RECON_CONFIG_FIELD_NUMBER
   
  
    
      
        | Field Value | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  STATE_FIELD_NUMBER
  
    public static final int STATE_FIELD_NUMBER
   
  
    
      
        | Field Value | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  UPDATE_TIME_FIELD_NUMBER
  
    public static final int UPDATE_TIME_FIELD_NUMBER
   
  
    
      
        | Field Value | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  Static Methods
  
  
  getDefaultInstance()
  
    public static EntityReconciliationJob getDefaultInstance()
   
  
  
  getDescriptor()
  
    public static final Descriptors.Descriptor getDescriptor()
   
  
  
  newBuilder()
  
    public static EntityReconciliationJob.Builder newBuilder()
   
  
  
  newBuilder(EntityReconciliationJob prototype)
  
    public static EntityReconciliationJob.Builder newBuilder(EntityReconciliationJob prototype)
   
  
  
  
  
  
    public static EntityReconciliationJob parseDelimitedFrom(InputStream input)
   
  
  
  
  
  
  
    public static EntityReconciliationJob parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  
  
  parseFrom(byte[] data)
  
    public static EntityReconciliationJob parseFrom(byte[] data)
   
  
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | data | byte[]
 | 
    
  
  
  
  
  parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
  
    public static EntityReconciliationJob parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
   
  
  
  
  
  parseFrom(ByteString data)
  
    public static EntityReconciliationJob parseFrom(ByteString data)
   
  
  
  
  
  parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
  
    public static EntityReconciliationJob parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
   
  
  
  
  
  
  
    public static EntityReconciliationJob parseFrom(CodedInputStream input)
   
  
  
  
  
  
  
    public static EntityReconciliationJob parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  
  
  
  
    public static EntityReconciliationJob parseFrom(InputStream input)
   
  
  
  
  
  
  
    public static EntityReconciliationJob parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  
  
  parseFrom(ByteBuffer data)
  
    public static EntityReconciliationJob parseFrom(ByteBuffer data)
   
  
  
  
  
  parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
  
    public static EntityReconciliationJob parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
   
  
  
  
  
  parser()
  
    public static Parser<EntityReconciliationJob> parser()
   
  
  Methods
  
  
  equals(Object obj)
  
    public boolean equals(Object obj)
   
  
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | obj | Object
 | 
    
  
  
  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. | 
    
  
  
  getCreateTimeOrBuilder()
  
    public TimestampOrBuilder getCreateTimeOrBuilder()
   
   Output only. Time when the EntityReconciliationJob was created.
 .google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
getDefaultInstanceForType()
  
    public EntityReconciliationJob getDefaultInstanceForType()
   
  
  
  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. | 
    
  
  
  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];
 
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. | 
    
  
  
  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 |  | 
    
  
  
  
  
    public InputConfig getInputConfig()
   
   Required. Information about the input BigQuery tables.
 
 .google.cloud.enterpriseknowledgegraph.v1.InputConfig input_config = 2 [(.google.api.field_behavior) = REQUIRED];
 
    public InputConfigOrBuilder getInputConfigOrBuilder()
   
   Required. Information about the input BigQuery tables.
 
 .google.cloud.enterpriseknowledgegraph.v1.InputConfig input_config = 2 [(.google.api.field_behavior) = REQUIRED];
 
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];
 
getOutputConfigOrBuilder()
  
    public OutputConfigOrBuilder getOutputConfigOrBuilder()
   
   Required. The desired output location.
 
 .google.cloud.enterpriseknowledgegraph.v1.OutputConfig output_config = 3 [(.google.api.field_behavior) = REQUIRED];
 
getParserForType()
  
    public Parser<EntityReconciliationJob> getParserForType()
   
  
  Overrides
  
  
  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];
 
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];
 
getSerializedSize()
  
    public int getSerializedSize()
   
  
    
      
        | Returns | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  Overrides
  
  
  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. | 
    
  
  
  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];
 
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. | 
    
  
  
  
  
    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. | 
    
  
  
  hashCode()
  
  
    
      
        | Returns | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  Overrides
  
  
  internalGetFieldAccessorTable()
  
    protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
   
  
  Overrides
  
  
  isInitialized()
  
    public final boolean isInitialized()
   
  
  Overrides
  
  
  newBuilderForType()
  
    public EntityReconciliationJob.Builder newBuilderForType()
   
  
  
  newBuilderForType(GeneratedMessageV3.BuilderParent parent)
  
    protected EntityReconciliationJob.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
   
  
  
  Overrides
  
  
  newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
  
    protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
   
  
  
    
      
        | Returns | 
      
        | Type | Description | 
      
        | Object |  | 
    
  
  Overrides
  
  
  toBuilder()
  
    public EntityReconciliationJob.Builder toBuilder()
   
  
  
  writeTo(CodedOutputStream output)
  
    public void writeTo(CodedOutputStream output)
   
  
  Overrides