Google Cloud Datacatalog V1Looker System Spec Args
data class GoogleCloudDatacatalogV1LookerSystemSpecArgs(val parentInstanceDisplayName: Output<String>? = null, val parentInstanceId: Output<String>? = null, val parentModelDisplayName: Output<String>? = null, val parentModelId: Output<String>? = null, val parentViewDisplayName: Output<String>? = null, val parentViewId: Output<String>? = null) : ConvertibleToJava<GoogleCloudDatacatalogV1LookerSystemSpecArgs>
Specification that applies to entries that are part LOOKER
system (user_specified_type)
Properties
Link copied to clipboard
Name of the parent Looker Instance. Empty if it does not exist.
Link copied to clipboard
ID of the parent Looker Instance. Empty if it does not exist. Example value: someinstance.looker.com
Link copied to clipboard
Name of the parent Model. Empty if it does not exist.
Link copied to clipboard
ID of the parent Model. Empty if it does not exist.
Link copied to clipboard
Name of the parent View. Empty if it does not exist.
Link copied to clipboard
ID of the parent View. Empty if it does not exist.