googleapis.com – storagetransfer
Transfers data from external data sources to a Google Cloud Storage bucket or between Google Cloud Storage buckets.
- Homepage
- https://api.apis.guru/v2/specs/googleapis.com:storagetransfer/v1.json
- Provider
- googleapis.com:storagetransfer / storagetransfer
- OpenAPI version
- 3.0.0
- Spec (JSON)
- https://api.apis.guru/v2/specs/googleapis.com/storagetransfer/v1/openapi.json
- Spec (YAML)
- https://api.apis.guru/v2/specs/googleapis.com/storagetransfer/v1/openapi.yaml
Tools (17)
Extracted live via the executor SDK.
-
googleServiceAccounts.storagetransferGoogleServiceAccountsGetReturns the Google service account that is used by Storage Transfer Service to access buckets in the project where transfers run or in other projects. Each Google service account is associated with one Google Cloud project. Users should add this service account to the Google Cloud Storage bucket ACLs to grant access to Storage Transfer Service. This service account is created and owned by Storage Transfer Service and can only be used by Storage Transfer Service.
-
projects.storagetransferProjectsAgentPoolsCreateCreates an agent pool resource.
-
projects.storagetransferProjectsAgentPoolsDeleteDeletes an agent pool.
-
projects.storagetransferProjectsAgentPoolsListLists agent pools.
-
projects.storagetransferProjectsAgentPoolsPatchUpdates an existing agent pool resource.
-
transferJobs.storagetransferTransferJobsCreateCreates a transfer job that runs periodically.
-
transferJobs.storagetransferTransferJobsDeleteDeletes a transfer job. Deleting a transfer job sets its status to DELETED.
-
transferJobs.storagetransferTransferJobsGetGets a transfer job.
-
transferJobs.storagetransferTransferJobsListLists transfer jobs.
-
transferJobs.storagetransferTransferJobsPatchUpdates a transfer job. Updating a job's transfer spec does not affect transfer operations that are running already. Note: The job's status field can be modified using this RPC (for example, to set a job's status to DELETED, DISABLED, or ENABLED).
-
transferJobs.storagetransferTransferJobsRunStarts a new operation for the specified transfer job. A
TransferJobhas a maximum of one activeTransferOperation. If this method is called while aTransferOperationis active, an error is returned. -
transferOperations.storagetransferTransferOperationsCancelCancels a transfer. Use the transferOperations.get method to check if the cancellation succeeded or if the operation completed despite the
cancelrequest. When you cancel an operation, the currently running transfer is interrupted. For recurring transfer jobs, the next instance of the transfer job will still run. For example, if your job is configured to run every day at 1pm and you cancel Monday's operation at 1:05pm, Monday's transfer will stop. However, a transfer job will still be attempted on Tuesday. This applies only to currently running operations. If an operation is not currently running,canceldoes nothing. Caution: Canceling a transfer job can leave your data in an unknown state. We recommend that you restore the state at both the destination and the source after thecancelrequest completes so that your data is in a consistent state. When you cancel a job, the next job computes a delta of files and may repair any inconsistent state. For instance, if you run a job every day, and today's job found 10 new files and transferred five files before you canceled the job, tomorrow's transfer operation will compute a new delta with the five files that were not copied today plus any new files discovered tomorrow. -
transferOperations.storagetransferTransferOperationsListLists transfer operations. Operations are ordered by their creation time in reverse chronological order.
-
transferOperations.storagetransferTransferOperationsPausePauses a transfer operation.
-
transferOperations.storagetransferTransferOperationsResumeResumes a transfer operation that is paused.
-
openapi.previewSpecPreview an OpenAPI document before adding it as a source
-
openapi.addSourceAdd an OpenAPI source and register its operations as tools