REST Resource: projects.locations.entryGroups

Resource: EntryGroup

Entry group 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.

Note: The entry group itself and its child resources might not be stored in the location specified in its 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. Can consist of several sentences or paragraphs that describe the entry group contents. Default value is an empty string.

dataCatalogTimestamps

object (SystemTimestamps)

Output only. Timestamps of the entry group. Default value is empty.

Methods

create

Creates an entry group.

delete

Deletes an entry group.

get

Gets an entry group.

getIamPolicy

Gets the access control policy for a resource.

list

Lists entry groups.

patch

Updates an entry group.

setIamPolicy

Sets an access control policy for a resource.

testIamPermissions

Gets your permissions on a resource.