Reference documentation and code samples for the Google Cloud Data Catalog V1BETA1 API class Google::Cloud::DataCatalog::V1beta1::CreateEntryGroupRequest.
(::String) — 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.
#entry_group_id=
defentry_group_id=(value)->::String
Parameter
value (::String) — 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.
Returns
(::String) — 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.
#parent
defparent()->::String
Returns
(::String) — 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.
#parent=
defparent=(value)->::String
Parameter
value (::String) — 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.
Returns
(::String) — 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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-09 UTC."],[],[],null,["# Google Cloud Data Catalog V1BETA1 API - Class Google::Cloud::DataCatalog::V1beta1::CreateEntryGroupRequest (v0.9.1)\n\nVersion latestkeyboard_arrow_down\n\n- [0.9.1 (latest)](/ruby/docs/reference/google-cloud-data_catalog-v1beta1/latest/Google-Cloud-DataCatalog-V1beta1-CreateEntryGroupRequest)\n- [0.9.0](/ruby/docs/reference/google-cloud-data_catalog-v1beta1/0.9.0/Google-Cloud-DataCatalog-V1beta1-CreateEntryGroupRequest)\n- [0.8.4](/ruby/docs/reference/google-cloud-data_catalog-v1beta1/0.8.4/Google-Cloud-DataCatalog-V1beta1-CreateEntryGroupRequest)\n- [0.7.0](/ruby/docs/reference/google-cloud-data_catalog-v1beta1/0.7.0/Google-Cloud-DataCatalog-V1beta1-CreateEntryGroupRequest)\n- [0.6.0](/ruby/docs/reference/google-cloud-data_catalog-v1beta1/0.6.0/Google-Cloud-DataCatalog-V1beta1-CreateEntryGroupRequest)\n- [0.5.2](/ruby/docs/reference/google-cloud-data_catalog-v1beta1/0.5.2/Google-Cloud-DataCatalog-V1beta1-CreateEntryGroupRequest)\n- [0.4.0](/ruby/docs/reference/google-cloud-data_catalog-v1beta1/0.4.0/Google-Cloud-DataCatalog-V1beta1-CreateEntryGroupRequest)\n- [0.3.2](/ruby/docs/reference/google-cloud-data_catalog-v1beta1/0.3.2/Google-Cloud-DataCatalog-V1beta1-CreateEntryGroupRequest)\n- [0.2.1](/ruby/docs/reference/google-cloud-data_catalog-v1beta1/0.2.1/Google-Cloud-DataCatalog-V1beta1-CreateEntryGroupRequest)\n- [0.1.1](/ruby/docs/reference/google-cloud-data_catalog-v1beta1/0.1.1/Google-Cloud-DataCatalog-V1beta1-CreateEntryGroupRequest) \nReference documentation and code samples for the Google Cloud Data Catalog V1BETA1 API class Google::Cloud::DataCatalog::V1beta1::CreateEntryGroupRequest.\n\nRequest message for\n[CreateEntryGroup](/ruby/docs/reference/google-cloud-data_catalog-v1beta1/latest/Google-Cloud-DataCatalog-V1beta1-DataCatalog-Client#Google__Cloud__DataCatalog__V1beta1__DataCatalog__Client_create_entry_group_instance_ \"Google::Cloud::DataCatalog::V1beta1::DataCatalog::Client#create_entry_group (method)\"). \n\nInherits\n--------\n\n- Object \n\nExtended By\n-----------\n\n- Google::Protobuf::MessageExts::ClassMethods \n\nIncludes\n--------\n\n- Google::Protobuf::MessageExts\n\nMethods\n-------\n\n### #entry_group\n\n def entry_group() -\u003e ::Google::Cloud::DataCatalog::V1beta1::EntryGroup\n\n**Returns**\n\n- ([::Google::Cloud::DataCatalog::V1beta1::EntryGroup](./Google-Cloud-DataCatalog-V1beta1-EntryGroup)) --- The entry group to create. Defaults to an empty entry group.\n\n### #entry_group=\n\n def entry_group=(value) -\u003e ::Google::Cloud::DataCatalog::V1beta1::EntryGroup\n\n**Parameter**\n\n- **value** ([::Google::Cloud::DataCatalog::V1beta1::EntryGroup](./Google-Cloud-DataCatalog-V1beta1-EntryGroup)) --- The entry group to create. Defaults to an empty entry group. \n**Returns**\n\n- ([::Google::Cloud::DataCatalog::V1beta1::EntryGroup](./Google-Cloud-DataCatalog-V1beta1-EntryGroup)) --- The entry group to create. Defaults to an empty entry group.\n\n### #entry_group_id\n\n def entry_group_id() -\u003e ::String\n\n**Returns**\n\n- (::String) --- 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.\n\n### #entry_group_id=\n\n def entry_group_id=(value) -\u003e ::String\n\n**Parameter**\n\n- **value** (::String) --- 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. \n**Returns**\n\n- (::String) --- 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.\n\n### #parent\n\n def parent() -\u003e ::String\n\n**Returns**\n\n- (::String) --- Required. The name of the project this entry group is in. Example:\n\n - projects/{project_id}/locations/{location}\n\n Note that this EntryGroup and its child resources may not actually be\n stored in the location in this name.\n\n### #parent=\n\n def parent=(value) -\u003e ::String\n\n**Parameter**\n\n- **value** (::String) --- Required. The name of the project this entry group is in. Example:\n\n\n - projects/{project_id}/locations/{location}\n\n Note that this EntryGroup and its child resources may not actually be\nstored in the location in this name. \n**Returns**\n\n- (::String) --- Required. The name of the project this entry group is in. Example:\n\n - projects/{project_id}/locations/{location}\n\n Note that this EntryGroup and its child resources may not actually be\n stored in the location in this name."]]