GoogleCloudDatacatalogV1LookerSystemSpecArgs

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)

Constructors

fun GoogleCloudDatacatalogV1LookerSystemSpecArgs(parentInstanceDisplayName: Output<String>? = null, parentInstanceId: Output<String>? = null, parentModelDisplayName: Output<String>? = null, parentModelId: Output<String>? = null, parentViewDisplayName: Output<String>? = null, parentViewId: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudDatacatalogV1LookerSystemSpecArgs

Properties

Link copied to clipboard
val parentInstanceDisplayName: Output<String>? = null

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

Link copied to clipboard
val parentInstanceId: Output<String>? = null

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

Link copied to clipboard
val parentModelDisplayName: Output<String>? = null

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

Link copied to clipboard
val parentModelId: Output<String>? = null

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

Link copied to clipboard
val parentViewDisplayName: Output<String>? = null

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

Link copied to clipboard
val parentViewId: Output<String>? = null

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