Class: Google::Cloud::Dataplex::V1::CreateDataTaxonomyRequest

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 DataTaxonomy request.

Instance Attribute Summary collapse

Instance Attribute Details

#data_taxonomy::Google::Cloud::Dataplex::V1::DataTaxonomy

Returns Required. DataTaxonomy resource.

Returns:



249
250
251
252
# File 'proto_docs/google/cloud/dataplex/v1/data_taxonomy.rb', line 249

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

#data_taxonomy_id::String

Returns Required. DataTaxonomy 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 Project.

Returns:

  • (::String)

    Required. DataTaxonomy 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 Project.


249
250
251
252
# File 'proto_docs/google/cloud/dataplex/v1/data_taxonomy.rb', line 249

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

#parent::String

Returns Required. The resource name of the data taxonomy location, of the form: projects/{project_number}/locations/{location_id} where location_id refers to a GCP region.

Returns:

  • (::String)

    Required. The resource name of the data taxonomy location, of the form: projects/{project_number}/locations/{location_id} where location_id refers to a GCP region.



249
250
251
252
# File 'proto_docs/google/cloud/dataplex/v1/data_taxonomy.rb', line 249

class CreateDataTaxonomyRequest
  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.



249
250
251
252
# File 'proto_docs/google/cloud/dataplex/v1/data_taxonomy.rb', line 249

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