Reference documentation and code samples for the Google Cloud Data Catalog V1 Client class CreateEntryGroupRequest.
Request message forCreateEntryGroup.
Generated from protobuf messagegoogle.cloud.datacatalog.v1.CreateEntryGroupRequest
Namespace
Google \ Cloud \ DataCatalog \ V1
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The names of the project and location that the new entry group belongs to. Note: The entry group itself and its child resources might not be stored in the location specified in its name.
↳ entry_group_id
string
Required. The ID of the entry group to create. The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and must start with a letter or underscore. The maximum size is 64 bytes when encoded in UTF-8.
Required. The names of the project and location that the new entry group
belongs to.
Note: The entry group itself and its child resources might not be
stored in the location specified in its name.
Returns
Type
Description
string
setParent
Required. The names of the project and location that the new entry group
belongs to.
Note: The entry group itself and its child resources might not be
stored in the location specified in its name.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getEntryGroupId
Required. The ID of the entry group to create.
The ID must contain only letters (a-z, A-Z), numbers (0-9),
underscores (_), and must start with a letter or underscore.
The maximum size is 64 bytes when encoded in UTF-8.
Returns
Type
Description
string
setEntryGroupId
Required. The ID of the entry group to create.
The ID must contain only letters (a-z, A-Z), numbers (0-9),
underscores (_), and must start with a letter or underscore.
The maximum size is 64 bytes when encoded in UTF-8.
Required. The names of the project and location that the new entry group
belongs to.
Note: The entry group itself and its child resources might not be
stored in the location specified in its name. Please seeDataCatalogClient::locationName()for help formatting this field.
entryGroupId
string
Required. The ID of the entry group to create.
The ID must contain only letters (a-z, A-Z), numbers (0-9),
underscores (_), and must start with a letter or underscore.
The maximum size is 64 bytes when encoded in UTF-8.
[[["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-04 UTC."],[],[],null,["# Google Cloud Data Catalog V1 Client - Class CreateEntryGroupRequest (2.3.2)\n\nVersion latestkeyboard_arrow_down\n\n- [2.3.2 (latest)](/php/docs/reference/cloud-data-catalog/latest/V1.CreateEntryGroupRequest)\n- [2.3.1](/php/docs/reference/cloud-data-catalog/2.3.1/V1.CreateEntryGroupRequest)\n- [2.2.4](/php/docs/reference/cloud-data-catalog/2.2.4/V1.CreateEntryGroupRequest)\n- [2.1.0](/php/docs/reference/cloud-data-catalog/2.1.0/V1.CreateEntryGroupRequest)\n- [2.0.2](/php/docs/reference/cloud-data-catalog/2.0.2/V1.CreateEntryGroupRequest)\n- [1.10.3](/php/docs/reference/cloud-data-catalog/1.10.3/V1.CreateEntryGroupRequest)\n- [1.9.1](/php/docs/reference/cloud-data-catalog/1.9.1/V1.CreateEntryGroupRequest)\n- [1.8.2](/php/docs/reference/cloud-data-catalog/1.8.2/V1.CreateEntryGroupRequest)\n- [1.7.1](/php/docs/reference/cloud-data-catalog/1.7.1/V1.CreateEntryGroupRequest)\n- [1.6.0](/php/docs/reference/cloud-data-catalog/1.6.0/V1.CreateEntryGroupRequest)\n- [1.5.1](/php/docs/reference/cloud-data-catalog/1.5.1/V1.CreateEntryGroupRequest)\n- [1.4.2](/php/docs/reference/cloud-data-catalog/1.4.2/V1.CreateEntryGroupRequest)\n- [1.3.9](/php/docs/reference/cloud-data-catalog/1.3.9/V1.CreateEntryGroupRequest) \nReference documentation and code samples for the Google Cloud Data Catalog V1 Client class CreateEntryGroupRequest.\n\nRequest message for\nCreateEntryGroup.\n\nGenerated from protobuf message `google.cloud.datacatalog.v1.CreateEntryGroupRequest`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ DataCatalog \\\\ V1\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getParent\n\nRequired. The names of the project and location that the new entry group\nbelongs to.\n\nNote: The entry group itself and its child resources might not be\nstored in the location specified in its name.\n\n### setParent\n\nRequired. The names of the project and location that the new entry group\nbelongs to.\n\nNote: The entry group itself and its child resources might not be\nstored in the location specified in its name.\n\n### getEntryGroupId\n\nRequired. The ID of the entry group to create.\n\nThe ID must contain only letters (a-z, A-Z), numbers (0-9),\nunderscores (_), and must start with a letter or underscore.\nThe maximum size is 64 bytes when encoded in UTF-8.\n\n### setEntryGroupId\n\nRequired. The ID of the entry group to create.\n\nThe ID must contain only letters (a-z, A-Z), numbers (0-9),\nunderscores (_), and must start with a letter or underscore.\nThe maximum size is 64 bytes when encoded in UTF-8.\n\n### getEntryGroup\n\nThe entry group to create. Defaults to empty.\n\n### hasEntryGroup\n\n### clearEntryGroup\n\n### setEntryGroup\n\nThe entry group to create. Defaults to empty.\n\n### static::build"]]