Class GoogleCloudDatacatalogV1LookerSystemSpec
Specification that applies to entries that are part LOOKER
system (user_specified_type)
Implements
Inherited Members
Namespace: Google.Apis.DataCatalog.v1.Data
Assembly: Google.Apis.DataCatalog.v1.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 |