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. |
create |
Output only. The time when the EntryGroup was created. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
update |
Output only. The time when the EntryGroup was last updated. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
description |
Optional. Description of the EntryGroup. |
display |
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. |
transfer |
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. |