Class StartManualTransferRunsRequest (3.7.2)

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

NameDescription
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 google.cloud.bigquery_datatransfer_v1.types.StartManualTransferRunsRequest.TimeRange
Time range for the transfer runs that should be started. This field is a member of `oneof`_ ``time``.
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. This field is a member of `oneof`_ ``time``.

Inheritance

builtins.object > proto.message.Message > StartManualTransferRunsRequest

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).