StartManualTransferRunsRequest(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)
A request to start manual transfer runs.
This message has oneof
_ fields (mutually exclusive fields).
For each oneof, at most one member field can be set at the same time.
Setting any member of the oneof automatically clears all other
members.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
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} .
|
requested_time_range |
google.cloud.bigquery_datatransfer_v1.types.StartManualTransferRunsRequest.TimeRange
A time_range start and end timestamp for historical data files or reports that are scheduled to be transferred by the scheduled transfer run. requested_time_range must be a past time and cannot include future time values. This field is a member of oneof _ time .
|
requested_run_time |
google.protobuf.timestamp_pb2.Timestamp
A run_time timestamp for historical data files or reports that are scheduled to be transferred by the scheduled transfer run. requested_run_time must be a past time and cannot include future time values. This field is a member of oneof _ time .
|
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).