public interface CreateEntityReconciliationJobRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEntityReconciliationJob()
public abstract EntityReconciliationJob getEntityReconciliationJob()Required. The EntityReconciliationJob to create.
.google.cloud.enterpriseknowledgegraph.v1.EntityReconciliationJob entity_reconciliation_job = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| EntityReconciliationJob | The entityReconciliationJob. |
getEntityReconciliationJobOrBuilder()
public abstract EntityReconciliationJobOrBuilder getEntityReconciliationJobOrBuilder()Required. The EntityReconciliationJob to create.
.google.cloud.enterpriseknowledgegraph.v1.EntityReconciliationJob entity_reconciliation_job = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| EntityReconciliationJobOrBuilder |
getParent()
public abstract String getParent() Required. The resource name of the Location to create the
EntityReconciliationJob in. Format:
projects/{project}/locations/{location}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| String | The parent. |
getParentBytes()
public abstract ByteString getParentBytes() Required. The resource name of the Location to create the
EntityReconciliationJob in. Format:
projects/{project}/locations/{location}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| ByteString | The bytes for parent. |
hasEntityReconciliationJob()
public abstract boolean hasEntityReconciliationJob()Required. The EntityReconciliationJob to create.
.google.cloud.enterpriseknowledgegraph.v1.EntityReconciliationJob entity_reconciliation_job = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| boolean | Whether the entityReconciliationJob field is set. |