google_api_storage_transfer v0.15.0 GoogleApi.StorageTransfer.V1.Model.TransferJob View Source
This resource represents the configuration of a transfer job that runs periodically.
Attributes
creationTime
(type:DateTime.t
, default:nil
) - Output only. The time that the transfer job was created.deletionTime
(type:DateTime.t
, default:nil
) - Output only. The time that the transfer job was deleted.description
(type:String.t
, default:nil
) - A description provided by the user for the job. Its max length is 1024 bytes when Unicode-encoded.lastModificationTime
(type:DateTime.t
, default:nil
) - Output only. The time that the transfer job was last modified.name
(type:String.t
, default:nil
) - A unique name (within the transfer project) assigned when the job is created. If this field is left empty in a CreateTransferJobRequest, Storage Transfer Service will assign a unique name. Otherwise, the supplied name is used as the unique name for this job.This name must start with
"transferJobs/"
prefix and end with a letter or a number, and should be no more than 128 characters. Example of a valid format :"transferJobs/[A-Za-z0-9-._~]*[A-Za-z0-9]$"
Note: If the supplied name is already in use, the creation request results in an ALREADY_EXISTS error and the transfer job will not be created. Invalid job names will return an INVALID_ARGUMENT error and the job will not be created.
projectId
(type:String.t
, default:nil
) - The ID of the Google Cloud Platform Project that owns the job.schedule
(type:GoogleApi.StorageTransfer.V1.Model.Schedule.t
, default:nil
) - Schedule specification.status
(type:String.t
, default:nil
) - Status of the job. This value MUST be specified forCreateTransferJobRequests
.Note: The effect of the new job status takes place during a subsequent job run. For example, if you change the job status from ENABLED to DISABLED, and an operation spawned by the transfer is running, the status change would not affect the current operation.
transferSpec
(type:GoogleApi.StorageTransfer.V1.Model.TransferSpec.t
, default:nil
) - Transfer specification.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
t()
View Sourcet() :: %GoogleApi.StorageTransfer.V1.Model.TransferJob{ creationTime: DateTime.t(), deletionTime: DateTime.t(), description: String.t(), lastModificationTime: DateTime.t(), name: String.t(), projectId: String.t(), schedule: GoogleApi.StorageTransfer.V1.Model.Schedule.t(), status: String.t(), transferSpec: GoogleApi.StorageTransfer.V1.Model.TransferSpec.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.