GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1DataSource (google_api_data_catalog v0.32.2)
View SourcePhysical location of an entry.
Attributes
-
resource(type:String.t, default:nil) - 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} -
service(type:String.t, default:nil) - Service that physically stores the data. -
sourceEntry(type:String.t, default:nil) - Output only. Data Catalog entry name, if applicable. -
storageProperties(type:GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1StorageProperties.t, default:nil) - Detailed properties of the underlying storage.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1DataSource{ resource: String.t() | nil, service: String.t() | nil, sourceEntry: String.t() | nil, storageProperties: GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1StorageProperties.t() | nil }