Resource: EntryGroup
An Entry Group represents a logical grouping of one or more Entries.
| JSON representation | 
|---|
|  { 
 "name" 
 : 
 string 
 , 
 "uid" 
 : 
 string 
 , 
 "createTime" 
 : 
 string 
 , 
 "updateTime" 
 : 
 string 
 , 
 "description" 
 : 
 string 
 , 
 "displayName" 
 : 
 string 
 , 
 "labels" 
 : 
 { 
 string 
 : 
 string 
 , 
 ... 
 } 
 , 
 "etag" 
 : 
 string 
 , 
 "transferStatus" 
 : 
 enum (  | 
| Fields | |
|---|---|
| name |   Output only. The relative resource name of the EntryGroup, in the format projects/{project_id_or_number}/locations/{locationId}/entryGroups/{entryGroupId}. | 
| uid |   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. | 
| createTime |   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:  | 
| updateTime |   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:  | 
| description |   Optional. Description of the EntryGroup. | 
| displayName |   Optional. User friendly display name. | 
| labels |   Optional. User-defined labels for the EntryGroup. An object containing a list of  | 
| etag |   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. | 
| transferStatus |   Output only. Denotes the transfer status of the Entry Group. It is unspecified for Entry Group created from Dataplex API. | 
| Methods | |
|---|---|
|   | Creates an EntryGroup. | 
|   | Deletes an EntryGroup. | 
|   | Gets an EntryGroup. | 
|   | Gets the access control policy for a resource. | 
|   | Lists EntryGroup resources in a project and location. | 
|   | Updates an EntryGroup. | 
|   | Sets the access control policy on the specified resource. | 
|   | Returns permissions that a caller has on the specified resource. | 

