REST Resource: projects.locations.entryGroups

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
}
Fields
name

string

Output only. The relative resource name of the EntryGroup, of the form: projects/{project_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.

createTime

string (Timestamp format)

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: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

updateTime

string (Timestamp format)

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: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

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.

Methods

create

Creates an EntryGroup.

delete

Deletes an EntryGroup.

get

Gets an EntryGroup.

getIamPolicy

Gets the access control policy for a resource.

list

Lists EntryGroup resources in a project and location.

patch

Updates an EntryGroup.

setIamPolicy

Sets the access control policy on the specified resource.

testIamPermissions

Returns permissions that a caller has on the specified resource.