Class: Google::Cloud::DataCatalog::V1::CreateEntryGroupRequest
- Inherits:
-
Object
- Object
- Google::Cloud::DataCatalog::V1::CreateEntryGroupRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datacatalog/v1/datacatalog.rb
Overview
Request message for CreateEntryGroup.
Instance Attribute Summary collapse
-
#entry_group ⇒ ::Google::Cloud::DataCatalog::V1::EntryGroup
The entry group to create.
-
#entry_group_id ⇒ ::String
Required.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#entry_group ⇒ ::Google::Cloud::DataCatalog::V1::EntryGroup
Returns The entry group to create. Defaults to an empty entry group.
170 171 172 173 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 170 class CreateEntryGroupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#entry_group_id ⇒ ::String
Returns Required. The id of the entry group to create. The id must begin with a letter or underscore, contain only English letters, numbers and underscores, and be at most 64 characters.
170 171 172 173 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 170 class CreateEntryGroupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The name of the project this entry group is in. Example:
- projects/{project_id}/locations/{location}
Note that this EntryGroup and its child resources may not actually be stored in the location in this name.
170 171 172 173 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 170 class CreateEntryGroupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |