Output only. The relative resource name of the EntryGroup, in the format projects/{project_id_or_number}/locations/{locationId}/entryGroups/{entryGroupId}.
uid
string
Output only. System generated globally unique ID for the EntryGroup. If you delete and recreate the EntryGroup with the same name, this ID will be different.
Output only. The time when the EntryGroup was created.
Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".
Output only. The time when the EntryGroup was last updated.
Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".
description
string
Optional. Description of the EntryGroup.
displayName
string
Optional. User friendly display name.
labels
map (key: string, value: string)
Optional. User-defined labels for the EntryGroup.
An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
etag
string
This checksum is computed by the service, and might be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
[[["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-08 UTC."],[[["\u003cp\u003eEntryGroups are logical groupings of one or more Entries.\u003c/p\u003e\n"],["\u003cp\u003eEach EntryGroup has a unique name and ID, along with creation and update timestamps.\u003c/p\u003e\n"],["\u003cp\u003eEntryGroups can include optional descriptions, display names, and user-defined labels.\u003c/p\u003e\n"],["\u003cp\u003eThe service calculates a checksum (\u003ccode\u003eetag\u003c/code\u003e) for each EntryGroup to maintain data consistency during updates and deletions.\u003c/p\u003e\n"],["\u003cp\u003eMultiple methods such as \u003ccode\u003ecreate\u003c/code\u003e, \u003ccode\u003edelete\u003c/code\u003e, \u003ccode\u003eget\u003c/code\u003e, \u003ccode\u003elist\u003c/code\u003e, and \u003ccode\u003epatch\u003c/code\u003e, are available for managing EntryGroups.\u003c/p\u003e\n"]]],[],null,["- [Resource: EntryGroup](#EntryGroup)\n - [JSON representation](#EntryGroup.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: EntryGroup An Entry Group represents a logical grouping of one or more Entries.\n\n| JSON representation |\n|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"name\": string, \"uid\": string, \"createTime\": string, \"updateTime\": string, \"description\": string, \"displayName\": string, \"labels\": { string: string, ... }, \"etag\": string, \"transferStatus\": enum (/dataplex/docs/reference/rest/v1/TransferStatus) } ``` |\n\n| Fields ||\n|------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Output only. The relative resource name of the EntryGroup, in the format projects/{project_id_or_number}/locations/{locationId}/entryGroups/{entryGroupId}. |\n| `uid` | `string` Output only. System generated globally unique ID for the EntryGroup. If you delete and recreate the EntryGroup with the same name, this ID will be different. |\n| `createTime` | `string (`[Timestamp](https://protobuf.dev/reference/protobuf/google.protobuf/#timestamp)` format)` Output only. The time when the EntryGroup was created. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than \"Z\" are also accepted. Examples: `\"2014-10-02T15:01:23Z\"`, `\"2014-10-02T15:01:23.045123456Z\"` or `\"2014-10-02T15:01:23+05:30\"`. |\n| `updateTime` | `string (`[Timestamp](https://protobuf.dev/reference/protobuf/google.protobuf/#timestamp)` format)` Output only. The time when the EntryGroup was last updated. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than \"Z\" are also accepted. Examples: `\"2014-10-02T15:01:23Z\"`, `\"2014-10-02T15:01:23.045123456Z\"` or `\"2014-10-02T15:01:23+05:30\"`. |\n| `description` | `string` Optional. Description of the EntryGroup. |\n| `displayName` | `string` Optional. User friendly display name. |\n| `labels` | `map (key: string, value: string)` Optional. User-defined labels for the EntryGroup. An object containing a list of `\"key\": value` pairs. Example: `{ \"name\": \"wrench\", \"mass\": \"1.3kg\", \"count\": \"3\" }`. |\n| `etag` | `string` This checksum is computed by the service, and might be sent on update and delete requests to ensure the client has an up-to-date value before proceeding. |\n| `transferStatus` | `enum (`[TransferStatus](/dataplex/docs/reference/rest/v1/TransferStatus)`)` Output only. Denotes the transfer status of the Entry Group. It is unspecified for Entry Group created from Dataplex API. |\n\n| Methods ||\n|----------------------------------------------------------------------------------------------------------|------------------------------------------------------------------|\n| [create](/dataplex/docs/reference/rest/v1/projects.locations.entryGroups/create) | Creates an EntryGroup. |\n| [delete](/dataplex/docs/reference/rest/v1/projects.locations.entryGroups/delete) | Deletes an EntryGroup. |\n| [get](/dataplex/docs/reference/rest/v1/projects.locations.entryGroups/get) | Gets an EntryGroup. |\n| [getIamPolicy](/dataplex/docs/reference/rest/v1/projects.locations.entryGroups/getIamPolicy) | Gets the access control policy for a resource. |\n| [list](/dataplex/docs/reference/rest/v1/projects.locations.entryGroups/list) | Lists EntryGroup resources in a project and location. |\n| [patch](/dataplex/docs/reference/rest/v1/projects.locations.entryGroups/patch) | Updates an EntryGroup. |\n| [setIamPolicy](/dataplex/docs/reference/rest/v1/projects.locations.entryGroups/setIamPolicy) | Sets the access control policy on the specified resource. |\n| [testIamPermissions](/dataplex/docs/reference/rest/v1/projects.locations.entryGroups/testIamPermissions) | Returns permissions that a caller has on the specified resource. |"]]