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)
Implements
IMessageLookerSystemSpec, IEquatableLookerSystemSpec, IDeepCloneableLookerSystemSpec, IBufferMessage, IMessageNamespace
Google.Cloud.DataCatalog.V1Assembly
Google.Cloud.DataCatalog.V1.dll
Constructors
LookerSystemSpec()
public LookerSystemSpec()
LookerSystemSpec(LookerSystemSpec)
public LookerSystemSpec(LookerSystemSpec other)
Parameter | |
---|---|
Name | Description |
other | LookerSystemSpec |
Properties
ParentInstanceDisplayName
public string ParentInstanceDisplayName { get; set; }
Name of the parent Looker Instance. Empty if it does not exist.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |
ParentModelDisplayName
public string ParentModelDisplayName { get; set; }
Name of the parent Model. Empty if it does not exist.
Property Value | |
---|---|
Type | Description |
string |
ParentModelId
public string ParentModelId { get; set; }
ID of the parent Model. Empty if it does not exist.
Property Value | |
---|---|
Type | Description |
string |
ParentViewDisplayName
public string ParentViewDisplayName { get; set; }
Name of the parent View. Empty if it does not exist.
Property Value | |
---|---|
Type | Description |
string |
ParentViewId
public string ParentViewId { get; set; }
ID of the parent View. Empty if it does not exist.
Property Value | |
---|---|
Type | Description |
string |