Class: Google::Cloud::Dataplex::V1::CreateDataAttributeRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dataplex/v1/data_taxonomy.rb

Overview

Create DataAttribute request.

Instance Attribute Summary collapse

Instance Attribute Details

#data_attribute::Google::Cloud::Dataplex::V1::DataAttribute

Returns Required. DataAttribute resource.

Returns:



359
360
361
362
# File 'proto_docs/google/cloud/dataplex/v1/data_taxonomy.rb', line 359

class CreateDataAttributeRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#data_attribute_id::String

Returns 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.

Returns:

  • (::String)

    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.


359
360
361
362
# File 'proto_docs/google/cloud/dataplex/v1/data_taxonomy.rb', line 359

class CreateDataAttributeRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

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

Returns:

  • (::String)

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



359
360
361
362
# File 'proto_docs/google/cloud/dataplex/v1/data_taxonomy.rb', line 359

class CreateDataAttributeRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#validate_only::Boolean

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

Returns:

  • (::Boolean)

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



359
360
361
362
# File 'proto_docs/google/cloud/dataplex/v1/data_taxonomy.rb', line 359

class CreateDataAttributeRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end