DataSource(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Physical location of an entry.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes | |
---|---|
Name | Description |
service |
google.cloud.datacatalog_v1.types.DataSource.Service
Service that physically stores the data. |
resource |
str
Full name of a resource as defined by the service. For example: //bigquery.googleapis.com/projects/{PROJECT_ID}/locations/{LOCATION}/datasets/{DATASET_ID}/tables/{TABLE_ID}
|
source_entry |
str
Output only. Data Catalog entry name, if applicable. |
storage_properties |
google.cloud.datacatalog_v1.types.StorageProperties
Detailed properties of the underlying storage. This field is a member of oneof _ properties .
|
Classes
Service
Service(value)
Name of a service that stores the data.
Values: SERVICE_UNSPECIFIED (0): Default unknown service. CLOUD_STORAGE (1): Google Cloud Storage service. BIGQUERY (2): BigQuery service.