Class: Google::Cloud::Dataplex::V1::CreateDataAttributeBindingRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#data_attribute_binding::Google::Cloud::Dataplex::V1::DataAttributeBinding

Returns Required. DataAttributeBinding resource.

Returns:



468
469
470
471
# File 'proto_docs/google/cloud/dataplex/v1/data_taxonomy.rb', line 468

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

#data_attribute_binding_id::String

Returns Required. DataAttributeBinding 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 Location.

Returns:

  • (::String)

    Required. DataAttributeBinding 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 Location.



468
469
470
471
# File 'proto_docs/google/cloud/dataplex/v1/data_taxonomy.rb', line 468

class CreateDataAttributeBindingRequest
  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}.

Returns:

  • (::String)

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



468
469
470
471
# File 'proto_docs/google/cloud/dataplex/v1/data_taxonomy.rb', line 468

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



468
469
470
471
# File 'proto_docs/google/cloud/dataplex/v1/data_taxonomy.rb', line 468

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