StartManualTransferRunsRequest(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)A request to start manual transfer runs.
Attributes
| Name | Description |
parent |
str
Transfer configuration name in the form: projects/{project_id}/transferConfigs/{config_id} or
projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}.
|
requested_time_range |
Time range for the transfer runs that should be started. |
requested_run_time |
Specific run_time for a transfer run to be started. The requested_run_time must not be in the future. |
Classes
TimeRange
TimeRange(mapping=None, *, ignore_unknown_fields=False, **kwargs)A specification for a time range, this will request transfer runs with run_time between start_time (inclusive) and end_time (exclusive).