Class ScheduleTransferRunsRequest (3.2.0)

ScheduleTransferRunsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A request to schedule transfer runs for a time range. .. attribute:: parent

Required. Transfer configuration name in the form: projects/{project_id}/transferConfigs/{config_id} or projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}.

:type: str

Attributes

NameDescription
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".