AssetResourceSpec

data class AssetResourceSpec(val name: String? = null, val readAccessMode: String? = null, val type: String)

Constructors

Link copied to clipboard
constructor(name: String? = null, readAccessMode: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

Immutable. Relative name of the cloud resource that contains the data that is being managed within a lake. For example: projects/{project_number}/buckets/{bucket_id} projects/{project_number}/datasets/{dataset_id}

Link copied to clipboard
val readAccessMode: String? = null

Optional. Determines how read permissions are handled for each asset and their associated tables. Only available to storage buckets assets. Possible values: DIRECT, MANAGED

Link copied to clipboard

Required. Immutable. Type of resource. Possible values: STORAGE_BUCKET, BIGQUERY_DATASET