Interface CreateEntityReconciliationJobRequestOrBuilder (0.37.0)

public interface CreateEntityReconciliationJobRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEntityReconciliationJob()

public abstract EntityReconciliationJob getEntityReconciliationJob()

Required. The EntityReconciliationJob to create.

.google.cloud.enterpriseknowledgegraph.v1.EntityReconciliationJob entity_reconciliation_job = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
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];

Returns
TypeDescription
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) = { ... }

Returns
TypeDescription
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) = { ... }

Returns
TypeDescription
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];

Returns
TypeDescription
boolean

Whether the entityReconciliationJob field is set.