public static final class EntityReconciliationJob.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<EntityReconciliationJob.Builder> implements EntityReconciliationJobOrBuilder
Entity reconciliation job message.Protobuf type
google.cloud.enterpriseknowledgegraph.v1.EntityReconciliationJobgetAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<EntityReconciliationJob.Builder>public EntityReconciliationJob.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<EntityReconciliationJob.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<EntityReconciliationJob.Builder>public EntityReconciliationJob getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic EntityReconciliationJob build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic EntityReconciliationJob buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic EntityReconciliationJob.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<EntityReconciliationJob.Builder>public EntityReconciliationJob.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<EntityReconciliationJob.Builder>public EntityReconciliationJob.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<EntityReconciliationJob.Builder>public EntityReconciliationJob.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<EntityReconciliationJob.Builder>public EntityReconciliationJob.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<EntityReconciliationJob.Builder>public EntityReconciliationJob.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<EntityReconciliationJob.Builder>public EntityReconciliationJob.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<EntityReconciliationJob.Builder>public EntityReconciliationJob.Builder mergeFrom(EntityReconciliationJob other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<EntityReconciliationJob.Builder>public EntityReconciliationJob.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<EntityReconciliationJob.Builder>IOExceptionpublic String getName()
Output only. Resource name of the EntityReconciliationJob.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];getName in interface EntityReconciliationJobOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
Output only. Resource name of the EntityReconciliationJob.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];getNameBytes in interface EntityReconciliationJobOrBuilderpublic EntityReconciliationJob.Builder setName(String value)
Output only. Resource name of the EntityReconciliationJob.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];value - The name to set.public EntityReconciliationJob.Builder clearName()
Output only. Resource name of the EntityReconciliationJob.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];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];value - The bytes for name to set.public boolean hasInputConfig()
Required. Information about the input BigQuery tables.
.google.cloud.enterpriseknowledgegraph.v1.InputConfig input_config = 2 [(.google.api.field_behavior) = REQUIRED];
hasInputConfig in interface EntityReconciliationJobOrBuilderpublic InputConfig getInputConfig()
Required. Information about the input BigQuery tables.
.google.cloud.enterpriseknowledgegraph.v1.InputConfig input_config = 2 [(.google.api.field_behavior) = REQUIRED];
getInputConfig in interface EntityReconciliationJobOrBuilderpublic 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];
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];
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];
public EntityReconciliationJob.Builder clearInputConfig()
Required. Information about the input BigQuery tables.
.google.cloud.enterpriseknowledgegraph.v1.InputConfig input_config = 2 [(.google.api.field_behavior) = REQUIRED];
public InputConfig.Builder getInputConfigBuilder()
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];
getInputConfigOrBuilder in interface EntityReconciliationJobOrBuilderpublic boolean hasOutputConfig()
Required. The desired output location.
.google.cloud.enterpriseknowledgegraph.v1.OutputConfig output_config = 3 [(.google.api.field_behavior) = REQUIRED];
hasOutputConfig in interface EntityReconciliationJobOrBuilderpublic OutputConfig getOutputConfig()
Required. The desired output location.
.google.cloud.enterpriseknowledgegraph.v1.OutputConfig output_config = 3 [(.google.api.field_behavior) = REQUIRED];
getOutputConfig in interface EntityReconciliationJobOrBuilderpublic EntityReconciliationJob.Builder setOutputConfig(OutputConfig value)
Required. The desired output location.
.google.cloud.enterpriseknowledgegraph.v1.OutputConfig output_config = 3 [(.google.api.field_behavior) = REQUIRED];
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];
public EntityReconciliationJob.Builder mergeOutputConfig(OutputConfig value)
Required. The desired output location.
.google.cloud.enterpriseknowledgegraph.v1.OutputConfig output_config = 3 [(.google.api.field_behavior) = REQUIRED];
public EntityReconciliationJob.Builder clearOutputConfig()
Required. The desired output location.
.google.cloud.enterpriseknowledgegraph.v1.OutputConfig output_config = 3 [(.google.api.field_behavior) = REQUIRED];
public OutputConfig.Builder getOutputConfigBuilder()
Required. The desired output location.
.google.cloud.enterpriseknowledgegraph.v1.OutputConfig output_config = 3 [(.google.api.field_behavior) = REQUIRED];
public OutputConfigOrBuilder getOutputConfigOrBuilder()
Required. The desired output location.
.google.cloud.enterpriseknowledgegraph.v1.OutputConfig output_config = 3 [(.google.api.field_behavior) = REQUIRED];
getOutputConfigOrBuilder in interface EntityReconciliationJobOrBuilderpublic int getStateValue()
Output only. The detailed state of the job.
.google.cloud.enterpriseknowledgegraph.v1.JobState state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
getStateValue in interface EntityReconciliationJobOrBuilderpublic 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];
value - The enum numeric value on the wire for state to set.public JobState getState()
Output only. The detailed state of the job.
.google.cloud.enterpriseknowledgegraph.v1.JobState state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
getState in interface EntityReconciliationJobOrBuilderpublic 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];
value - The state to set.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];
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];hasError in interface EntityReconciliationJobOrBuilderpublic 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];getError in interface EntityReconciliationJobOrBuilderpublic 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];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];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];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];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];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];getErrorOrBuilder in interface EntityReconciliationJobOrBuilderpublic boolean hasCreateTime()
Output only. Time when the EntityReconciliationJob was created.
.google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasCreateTime in interface EntityReconciliationJobOrBuilderpublic 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];
getCreateTime in interface EntityReconciliationJobOrBuilderpublic 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];
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];
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];
public EntityReconciliationJob.Builder clearCreateTime()
Output only. Time when the EntityReconciliationJob was created.
.google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
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];
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];
getCreateTimeOrBuilder in interface EntityReconciliationJobOrBuilderpublic 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];
hasEndTime in interface EntityReconciliationJobOrBuilderpublic 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];
getEndTime in interface EntityReconciliationJobOrBuilderpublic 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];
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];
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];
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];
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];
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];
getEndTimeOrBuilder in interface EntityReconciliationJobOrBuilderpublic boolean hasUpdateTime()
Output only. Time when the EntityReconciliationJob was most recently updated.
.google.protobuf.Timestamp update_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasUpdateTime in interface EntityReconciliationJobOrBuilderpublic 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];
getUpdateTime in interface EntityReconciliationJobOrBuilderpublic 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];
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];
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];
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];
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];
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];
getUpdateTimeOrBuilder in interface EntityReconciliationJobOrBuilderpublic boolean hasReconConfig()
Optional. Recon configs to adjust the clustering behavior.
.google.cloud.enterpriseknowledgegraph.v1.ReconConfig recon_config = 9 [(.google.api.field_behavior) = OPTIONAL];
hasReconConfig in interface EntityReconciliationJobOrBuilderpublic ReconConfig getReconConfig()
Optional. Recon configs to adjust the clustering behavior.
.google.cloud.enterpriseknowledgegraph.v1.ReconConfig recon_config = 9 [(.google.api.field_behavior) = OPTIONAL];
getReconConfig in interface EntityReconciliationJobOrBuilderpublic 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];
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];
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];
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];
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];
public ReconConfigOrBuilder getReconConfigOrBuilder()
Optional. Recon configs to adjust the clustering behavior.
.google.cloud.enterpriseknowledgegraph.v1.ReconConfig recon_config = 9 [(.google.api.field_behavior) = OPTIONAL];
getReconConfigOrBuilder in interface EntityReconciliationJobOrBuilderpublic final EntityReconciliationJob.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<EntityReconciliationJob.Builder>public final EntityReconciliationJob.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<EntityReconciliationJob.Builder>Copyright © 2023 Google LLC. All rights reserved.