google_api_storage_transfer v0.0.1 GoogleApi.StorageTransfer.V1.Model.TransferJob View Source
This resource represents the configuration of a transfer job that runs periodically.
Attributes
- creationTime (String): This field cannot be changed by user requests. Defaults to:
null. - deletionTime (String): This field cannot be changed by user requests. Defaults to:
null. - description (String): A description provided by the user for the job. Its max length is 1024 bytes when Unicode-encoded. Defaults to:
null. - lastModificationTime (String): This field cannot be changed by user requests. Defaults to:
null. - name (String): A globally unique name assigned by Storage Transfer Service when the job is created. This field should be left empty in requests to create a new transfer job; otherwise, the requests result in an `INVALID_ARGUMENT` error. Defaults to:
null. - projectId (String): The ID of the Google Cloud Platform Console project that owns the job. Required. Defaults to:
null. - schedule (Schedule): Schedule specification. Required. Defaults to:
null. status (String): Status of the job. This value MUST be specified for `CreateTransferJobRequests`. 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. Defaults to:
null.- Enum - one of [STATUS_UNSPECIFIED, ENABLED, DISABLED, DELETED]
- transferSpec (TransferSpec): Transfer specification. Required. Defaults to:
null.