ScheduleTransferRunsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
A request to schedule transfer runs for a time range.
Attributes |
|
---|---|
Name | Description |
parent |
str
Required. Transfer configuration name in the form: projects/{project_id}/transferConfigs/{config_id} or
projects/{project_id}/locations/{location_id}/transferConfigs/{config_id} .
|
start_time |
google.protobuf.timestamp_pb2.Timestamp
Required. Start time of the range of transfer runs. For example, "2017-05-25T00:00:00+00:00" .
|
end_time |
google.protobuf.timestamp_pb2.Timestamp
Required. End time of the range of transfer runs. For example, "2017-05-30T00:00:00+00:00" .
|