Entity Args
data class EntityArgs(val asset: Output<String>? = null, val dataPath: Output<String>? = null, val dataPathPattern: Output<String>? = null, val description: Output<String>? = null, val displayName: Output<String>? = null, val etag: Output<String>? = null, val format: Output<GoogleCloudDataplexV1StorageFormatArgs>? = null, val id: Output<String>? = null, val lakeId: Output<String>? = null, val location: Output<String>? = null, val project: Output<String>? = null, val schema: Output<GoogleCloudDataplexV1SchemaArgs>? = null, val system: Output<EntitySystem>? = null, val type: Output<EntityType>? = null, val zone: Output<String>? = null) : ConvertibleToJava<EntityArgs>
/* Create a metadata entity. Auto-naming is currently not supported for this resource.
Constructors
Link copied to clipboard
fun EntityArgs(asset: Output<String>? = null, dataPath: Output<String>? = null, dataPathPattern: Output<String>? = null, description: Output<String>? = null, displayName: Output<String>? = null, etag: Output<String>? = null, format: Output<GoogleCloudDataplexV1StorageFormatArgs>? = null, id: Output<String>? = null, lakeId: Output<String>? = null, location: Output<String>? = null, project: Output<String>? = null, schema: Output<GoogleCloudDataplexV1SchemaArgs>? = null, system: Output<EntitySystem>? = null, type: Output<EntityType>? = null, zone: Output<String>? = null)