Show / Hide Table of Contents

Class GoogleCloudDatacatalogV1beta1EntryGroup

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

Inheritance
object
GoogleCloudDatacatalogV1beta1EntryGroup
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DataCatalog.v1beta1.Data
Assembly: Google.Apis.DataCatalog.v1beta1.dll
Syntax
public class GoogleCloudDatacatalogV1beta1EntryGroup : IDirectResponseSchema

Properties

DataCatalogTimestamps

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

Declaration
[JsonProperty("dataCatalogTimestamps")]
public virtual GoogleCloudDatacatalogV1beta1SystemTimestamps DataCatalogTimestamps { get; set; }
Property Value
Type Description
GoogleCloudDatacatalogV1beta1SystemTimestamps

Description

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

Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type Description
string

DisplayName

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

Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Name

Identifier. The resource name of the entry group in URL format. Example: * projects/{project_id}/locations/{location}/entryGroups/{entry_group_id} Note that this EntryGroup and its child resources may not actually be stored in the location in this name.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX