Data Catalog v1 API - Class LookerSystemSpec (2.3.0)

public sealed class LookerSystemSpec : IMessage<LookerSystemSpec>, IEquatable<LookerSystemSpec>, IDeepCloneable<LookerSystemSpec>, IBufferMessage, IMessage

Reference documentation and code samples for the Data Catalog v1 API class LookerSystemSpec.

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

Inheritance

object > LookerSystemSpec

Namespace

GoogleCloudGoogle.Cloud.DataCatalogV1

Assembly

Google.Cloud.DataCatalog.V1.dll

Constructors

LookerSystemSpec()

public LookerSystemSpec()

LookerSystemSpec(LookerSystemSpec)

public LookerSystemSpec(LookerSystemSpec other)
Parameter
NameDescription
otherLookerSystemSpec

Properties

ParentInstanceDisplayName

public string ParentInstanceDisplayName { get; set; }

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

Property Value
TypeDescription
string

ParentInstanceId

public string ParentInstanceId { get; set; }

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

Property Value
TypeDescription
string

ParentModelDisplayName

public string ParentModelDisplayName { get; set; }

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

Property Value
TypeDescription
string

ParentModelId

public string ParentModelId { get; set; }

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

Property Value
TypeDescription
string

ParentViewDisplayName

public string ParentViewDisplayName { get; set; }

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

Property Value
TypeDescription
string

ParentViewId

public string ParentViewId { get; set; }

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

Property Value
TypeDescription
string