public interface CreateMetadataJobRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getMetadataJob()
public abstract MetadataJob getMetadataJob()
Required. The metadata job resource.
.google.cloud.dataplex.v1.MetadataJob metadata_job = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
MetadataJob |
The metadataJob. |
getMetadataJobId()
public abstract String getMetadataJobId()
Optional. The metadata job ID. If not provided, a unique ID is generated
with the prefix metadata-job-
.
string metadata_job_id = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
String |
The metadataJobId. |
getMetadataJobIdBytes()
public abstract ByteString getMetadataJobIdBytes()
Optional. The metadata job ID. If not provided, a unique ID is generated
with the prefix metadata-job-
.
string metadata_job_id = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for metadataJobId. |
getMetadataJobOrBuilder()
public abstract MetadataJobOrBuilder getMetadataJobOrBuilder()
Required. The metadata job resource.
.google.cloud.dataplex.v1.MetadataJob metadata_job = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
MetadataJobOrBuilder |
getParent()
public abstract String getParent()
Required. The resource name of the parent location, in the format
projects/{project_id_or_number}/locations/{location_id}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The parent. |
getParentBytes()
public abstract ByteString getParentBytes()
Required. The resource name of the parent location, in the format
projects/{project_id_or_number}/locations/{location_id}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for parent. |
getValidateOnly()
public abstract boolean getValidateOnly()
Optional. The service validates the request without performing any mutations. The default is false.
bool validate_only = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
The validateOnly. |
hasMetadataJob()
public abstract boolean hasMetadataJob()
Required. The metadata job resource.
.google.cloud.dataplex.v1.MetadataJob metadata_job = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the metadataJob field is set. |