GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1GcsFileSpec (google_api_data_catalog v0.26.0) View Source
Specification of a single file in Cloud Storage.
Attributes
-
filePath(type:String.t, default:nil) - Required. Full file path. Example:gs://bucket_name/a/b.txt. -
gcsTimestamps(type:GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1SystemTimestamps.t, default:nil) - Output only. Creation, modification, and expiration timestamps of a Cloud Storage file. -
sizeBytes(type:String.t, default:nil) - Output only. File size in bytes.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1GcsFileSpec{
filePath: String.t() | nil,
gcsTimestamps:
GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1SystemTimestamps.t()
| nil,
sizeBytes: String.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.