View Source GoogleApi.StorageTransfer.V1.Model.GcsData (google_api_storage_transfer v0.36.0)

In a GcsData resource, an object's name is the Cloud Storage object's name and its "last modification time" refers to the object's updated property of Cloud Storage objects, which changes when the content or the metadata of the object is updated.

Attributes

  • bucketName (type: String.t, default: nil) - Required. Cloud Storage bucket name. Must meet Bucket Name Requirements.
  • managedFolderTransferEnabled (type: boolean(), default: nil) - Preview. Enables the transfer of managed folders between Cloud Storage buckets. Set this option on the gcs_data_source. If set to true: - Managed folders in the source bucket are transferred to the destination bucket. - Managed folders in the destination bucket are overwritten. Other OVERWRITE options are not supported. See Transfer Cloud Storage managed folders.
  • path (type: String.t, default: nil) - Root path to transfer objects. Must be an empty string or full path name that ends with a '/'. This field is treated as an object prefix. As such, it should generally not begin with a '/'. The root path value must meet Object Name Requirements.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.StorageTransfer.V1.Model.GcsData{
  bucketName: String.t() | nil,
  managedFolderTransferEnabled: boolean() | nil,
  path: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.