Class: Google::Cloud::Dataplex::V1::CreateEntryGroupRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::CreateEntryGroupRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataplex/v1/catalog.rb
Overview
Create EntryGroup Request
Instance Attribute Summary collapse
-
#entry_group ⇒ ::Google::Cloud::Dataplex::V1::EntryGroup
Required.
-
#entry_group_id ⇒ ::String
Required.
-
#parent ⇒ ::String
Required.
-
#validate_only ⇒ ::Boolean
Optional.
Instance Attribute Details
#entry_group ⇒ ::Google::Cloud::Dataplex::V1::EntryGroup
Returns Required. EntryGroup Resource.
507 508 509 510 |
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 507 class CreateEntryGroupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#entry_group_id ⇒ ::String
Returns Required. EntryGroup identifier.
507 508 509 510 |
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 507 class CreateEntryGroupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The resource name of the entryGroup, of the form:
projects/{project_number}/locations/{location_id}
where location_id
refers to a GCP region.
507 508 509 510 |
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 507 class CreateEntryGroupRequest 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.
507 508 509 510 |
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 507 class CreateEntryGroupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |