Class: Google::Cloud::Dataplex::V1::CreateEntryTypeRequest

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 EntryType Request

Instance Attribute Summary collapse

Instance Attribute Details

#entry_type::Google::Cloud::Dataplex::V1::EntryType

Returns Required. EntryType Resource.

Returns:



604
605
606
607
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 604

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

#entry_type_id::String

Returns Required. EntryType identifier.

Returns:

  • (::String)

    Required. EntryType identifier.



604
605
606
607
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 604

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

#parent::String

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



604
605
606
607
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 604

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



604
605
606
607
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 604

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