Class: Google::Cloud::Dataplex::V1::CreateEntryTypeRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::CreateEntryTypeRequest
- 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
-
#entry_type ⇒ ::Google::Cloud::Dataplex::V1::EntryType
Required.
-
#entry_type_id ⇒ ::String
Required.
-
#parent ⇒ ::String
Required.
-
#validate_only ⇒ ::Boolean
Optional.
Instance Attribute Details
#entry_type ⇒ ::Google::Cloud::Dataplex::V1::EntryType
Returns Required. EntryType Resource.
641 642 643 644 |
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 641 class CreateEntryTypeRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#entry_type_id ⇒ ::String
Returns Required. EntryType identifier.
641 642 643 644 |
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 641 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 Google Cloud region.
641 642 643 644 |
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 641 class CreateEntryTypeRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#validate_only ⇒ ::Boolean
Returns Optional. The service validates the request without performing any mutations. The default is false.
641 642 643 644 |
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 641 class CreateEntryTypeRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |