Interface CreateDataProductRequestOrBuilder (1.86.0)

public interface CreateDataProductRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDataProduct()

public abstract DataProduct getDataProduct()

Required. The data product to create.

.google.cloud.dataplex.v1.DataProduct data_product = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
DataProduct

The dataProduct.

getDataProductId()

public abstract String getDataProductId()

Optional. The ID of the data product to create.

The ID must conform to RFC-1034 and contain only lower-case letters (a-z), numbers (0-9), or hyphens, with the first character a letter, the last a letter or a number, and a 63 character maximum. Characters outside of ASCII are not permitted. Valid format regex: ^a-z?$ If not provided, a system generated ID will be used.

string data_product_id = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The dataProductId.

getDataProductIdBytes()

public abstract ByteString getDataProductIdBytes()

Optional. The ID of the data product to create.

The ID must conform to RFC-1034 and contain only lower-case letters (a-z), numbers (0-9), or hyphens, with the first character a letter, the last a letter or a number, and a 63 character maximum. Characters outside of ASCII are not permitted. Valid format regex: ^a-z?$ If not provided, a system generated ID will be used.

string data_product_id = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for dataProductId.

getDataProductOrBuilder()

public abstract DataProductOrBuilder getDataProductOrBuilder()

Required. The data product to create.

.google.cloud.dataplex.v1.DataProduct data_product = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
DataProductOrBuilder

getParent()

public abstract String getParent()

Required. The parent resource where this data product will be created. 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 parent resource where this data product will be created. 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. Validates the request without actually creating the data product. Default: false.

bool validate_only = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

The validateOnly.

hasDataProduct()

public abstract boolean hasDataProduct()

Required. The data product to create.

.google.cloud.dataplex.v1.DataProduct data_product = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the dataProduct field is set.