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
(deprecated)

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

delete
(deprecated)

Deletes an EntryGroup.

get
(deprecated)

Gets an EntryGroup.

getIamPolicy
(deprecated)

Gets the access control policy for a resource.

list
(deprecated)

Lists entry groups.

patch
(deprecated)

Updates an EntryGroup.

setIamPolicy
(deprecated)

Sets the access control policy for a resource.

testIamPermissions
(deprecated)

Returns the caller's permissions on a resource.