Class: Google::Cloud::Dataplex::V1::CreateAspectTypeRequest

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

Overview

Create AspectType Request

Instance Attribute Summary collapse

Instance Attribute Details

#aspect_type::Google::Cloud::Dataplex::V1::AspectType

Returns Required. AspectType Resource.

Returns:



717
718
719
720
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 717

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

#aspect_type_id::String

Returns Required. AspectType identifier.

Returns:

  • (::String)

    Required. AspectType identifier.



717
718
719
720
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 717

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

#parent::String

Returns Required. The resource name of the AspectType, 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 AspectType, of the form: projects/{project_number}/locations/{location_id} where location_id refers to a GCP region.



717
718
719
720
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 717

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



717
718
719
720
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 717

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