Class StartManualTransferRunsRequest (3.2.0)

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

A request to start manual transfer runs. .. attribute:: parent

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
requested_time_range google.cloud.bigquery_datatransfer_v1.types.StartManualTransferRunsRequest.TimeRange
Time range for the transfer runs that should be started.
requested_run_time google.protobuf.timestamp_pb2.Timestamp
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).