ResourceSpec(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Identifies the cloud resource that is referenced by this asset.
Attributes |
|
---|---|
Name | Description |
name |
str
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}
|
type_ |
google.cloud.dataplex_v1.types.Asset.ResourceSpec.Type
Required. Immutable. Type of resource. |
Classes
Type
Type(value)
Type of resource.
Values: TYPE_UNSPECIFIED (0): Type not specified. STORAGE_BUCKET (1): Cloud Storage bucket. BIGQUERY_DATASET (2): BigQuery dataset.