| Package | Description |
|---|---|
| com.google.api.services.storagetransfer.v1 | |
| com.google.api.services.storagetransfer.v1.model |
| Modifier and Type | Method and Description |
|---|---|
Storagetransfer.TransferJobs.Create |
Storagetransfer.TransferJobs.create(TransferJob content)
Creates a transfer job that runs periodically.
|
| Constructor and Description |
|---|
Create(TransferJob content)
Creates a transfer job that runs periodically.
|
| Modifier and Type | Method and Description |
|---|---|
TransferJob |
TransferJob.clone() |
TransferJob |
UpdateTransferJobRequest.getTransferJob()
Required.
|
TransferJob |
TransferJob.set(String fieldName,
Object value) |
TransferJob |
TransferJob.setCreationTime(String creationTime)
Output only.
|
TransferJob |
TransferJob.setDeletionTime(String deletionTime)
Output only.
|
TransferJob |
TransferJob.setDescription(String description)
A description provided by the user for the job.
|
TransferJob |
TransferJob.setEventStream(EventStream eventStream)
Specifies the event stream for the transfer job for event-driven transfers.
|
TransferJob |
TransferJob.setLastModificationTime(String lastModificationTime)
Output only.
|
TransferJob |
TransferJob.setLatestOperationName(String latestOperationName)
The name of the most recently started TransferOperation of this JobConfig.
|
TransferJob |
TransferJob.setLoggingConfig(LoggingConfig loggingConfig)
Logging configuration.
|
TransferJob |
TransferJob.setName(String name)
A unique name (within the transfer project) assigned when the job is created.
|
TransferJob |
TransferJob.setNotificationConfig(NotificationConfig notificationConfig)
Notification configuration.
|
TransferJob |
TransferJob.setProjectId(String projectId)
The ID of the Google Cloud project that owns the job.
|
TransferJob |
TransferJob.setReplicationSpec(ReplicationSpec replicationSpec)
Replication specification.
|
TransferJob |
TransferJob.setSchedule(Schedule schedule)
Specifies schedule for the transfer job.
|
TransferJob |
TransferJob.setStatus(String status)
Status of the job.
|
TransferJob |
TransferJob.setTransferSpec(TransferSpec transferSpec)
Transfer specification.
|
| Modifier and Type | Method and Description |
|---|---|
List<TransferJob> |
ListTransferJobsResponse.getTransferJobs()
A list of transfer jobs.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateTransferJobRequest |
UpdateTransferJobRequest.setTransferJob(TransferJob transferJob)
Required.
|
| Modifier and Type | Method and Description |
|---|---|
ListTransferJobsResponse |
ListTransferJobsResponse.setTransferJobs(List<TransferJob> transferJobs)
A list of transfer jobs.
|
Copyright © 2011–2024 Google. All rights reserved.