google_api_data_catalog v0.5.0 GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1beta1GcsFileSpec View Source

Specifications of a single file in Cloud Storage.

Attributes

  • filePath (type: String.t, default: nil) - Required. The full file path. Example: gs://bucket_name/a/b.txt.
  • gcsTimestamps (type: GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1beta1SystemTimestamps.t, default: nil) - Output only. Timestamps about the Cloud Storage file.
  • sizeBytes (type: String.t, default: nil) - Output only. The size of the file, in bytes.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() ::
  %GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1beta1GcsFileSpec{
    filePath: String.t(),
    gcsTimestamps:
      GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1beta1SystemTimestamps.t(),
    sizeBytes: String.t()
  }

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.