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.
613 614 615 616 |
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 613 class CreateEntryTypeRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#entry_type_id ⇒ ::String
Returns Required. EntryType identifier.
613 614 615 616 |
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 613 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.
613 614 615 616 |
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 613 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.
613 614 615 616 |
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 613 class CreateEntryTypeRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |