Interface CreateDataAttributeRequestOrBuilder (1.37.0)

public interface CreateDataAttributeRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDataAttribute()

public abstract DataAttribute getDataAttribute()

Required. DataAttribute resource.

.google.cloud.dataplex.v1.DataAttribute data_attribute = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
DataAttribute

The dataAttribute.

getDataAttributeId()

public abstract String getDataAttributeId()

Required. DataAttribute identifier.

  • Must contain only lowercase letters, numbers and hyphens.
  • Must start with a letter.
  • Must be between 1-63 characters.
  • Must end with a number or a letter.
  • Must be unique within the DataTaxonomy.

string data_attribute_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The dataAttributeId.

getDataAttributeIdBytes()

public abstract ByteString getDataAttributeIdBytes()

Required. DataAttribute identifier.

  • Must contain only lowercase letters, numbers and hyphens.
  • Must start with a letter.
  • Must be between 1-63 characters.
  • Must end with a number or a letter.
  • Must be unique within the DataTaxonomy.

string data_attribute_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for dataAttributeId.

getDataAttributeOrBuilder()

public abstract DataAttributeOrBuilder getDataAttributeOrBuilder()

Required. DataAttribute resource.

.google.cloud.dataplex.v1.DataAttribute data_attribute = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
DataAttributeOrBuilder

getParent()

public abstract String getParent()

Required. The resource name of the parent data taxonomy projects/{project_number}/locations/{location_id}/dataTaxonomies/{data_taxonomy_id}

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 parent data taxonomy projects/{project_number}/locations/{location_id}/dataTaxonomies/{data_taxonomy_id}

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for parent.

getValidateOnly()

public abstract boolean getValidateOnly()

Optional. Only validate the request, but do not perform mutations. The default is false.

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

Returns
TypeDescription
boolean

The validateOnly.

hasDataAttribute()

public abstract boolean hasDataAttribute()

Required. DataAttribute resource.

.google.cloud.dataplex.v1.DataAttribute data_attribute = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the dataAttribute field is set.