Show / Hide Table of Contents

Class GoogleCloudDatacatalogV1EntryGroup

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

Inheritance
System.Object
GoogleCloudDatacatalogV1EntryGroup
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.DataCatalog.v1.Data
Assembly: Google.Apis.DataCatalog.v1.dll
Syntax
public class GoogleCloudDatacatalogV1EntryGroup : IDirectResponseSchema

Properties

DataCatalogTimestamps

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

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

Description

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

Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type Description
System.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
System.String

ETag

The ETag of the item.

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

Name

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.

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

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top