REST Resource: projects.locations.entryGroups

Resource: EntryGroup

EntryGroup Metadata. An EntryGroup resource represents a logical grouping of zero or more Data Catalog Entry resources.

JSON representation
{
  "name": string,
  "displayName": string,
  "description": string,
  "dataCatalogTimestamps": {
    object (SystemTimestamps)
  }
}
Fields
name

string

Identifier. The resource name of the entry group in URL format. Example:

  • projects/{projectId}/locations/{location}/entryGroups/{entryGroupId}

Note that this EntryGroup and its child resources may not actually be stored in the location in this name.

displayName

string

A short name to identify the entry group, for example, "analytics data - jan 2011". Default value is an empty string.

description

string

Entry group description, which can consist of several sentences or paragraphs that describe entry group contents. Default value is an empty string.

dataCatalogTimestamps

object (SystemTimestamps)

Output only. Timestamps about this EntryGroup. Default value is empty timestamps.

Methods

create

A maximum of 10,000 entry groups may be created per organization across all locations.

delete

Deletes an EntryGroup.

get

Gets an EntryGroup.

getIamPolicy

Gets the access control policy for a resource.

list

Lists entry groups.

patch

Updates an EntryGroup.

setIamPolicy

Sets the access control policy for a resource.

testIamPermissions

Returns the caller's permissions on a resource.