google_api_storage_transfer v0.1.0 GoogleApi.StorageTransfer.V1.Model.TransferOptions View Source

TransferOptions uses three boolean parameters to define the actions to be performed on objects in a transfer.

Attributes

  • deleteObjectsFromSourceAfterTransfer (boolean()): Whether objects should be deleted from the source after they are transferred to the sink. Note that this option and `deleteObjectsUniqueInSink` are mutually exclusive. Defaults to: null.
  • deleteObjectsUniqueInSink (boolean()): Whether objects that exist only in the sink should be deleted. Note that this option and `deleteObjectsFromSourceAfterTransfer` are mutually exclusive. Defaults to: null.
  • overwriteObjectsAlreadyExistingInSink (boolean()): Whether overwriting objects that already exist in the sink is allowed. Defaults to: null.

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.StorageTransfer.V1.Model.TransferOptions{
  deleteObjectsFromSourceAfterTransfer: any(),
  deleteObjectsUniqueInSink: any(),
  overwriteObjectsAlreadyExistingInSink: any()
}

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.