Show / Hide Table of Contents

Class GoogleCloudDatacatalogV1LookerSystemSpec

Specification that applies to entries that are part LOOKER system (user_specified_type)

Inheritance
object
GoogleCloudDatacatalogV1LookerSystemSpec
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 GoogleCloudDatacatalogV1LookerSystemSpec : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

ParentInstanceDisplayName

Name of the parent Looker Instance. Empty if it does not exist.

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

ParentInstanceId

ID of the parent Looker Instance. Empty if it does not exist. Example value: someinstance.looker.com

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

ParentModelDisplayName

Name of the parent Model. Empty if it does not exist.

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

ParentModelId

ID of the parent Model. Empty if it does not exist.

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

ParentViewDisplayName

Name of the parent View. Empty if it does not exist.

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

ParentViewId

ID of the parent View. Empty if it does not exist.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX