Class: Google::Cloud::Bigquery::DataTransfer::V1::ScheduleOptions
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::DataTransfer::V1::ScheduleOptions
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/bigquery/datatransfer/v1/transfer.rb
Overview
Options customizing the data transfer schedule.
Instance Attribute Summary collapse
-
#disable_auto_scheduling ⇒ ::Boolean
If true, automatic scheduling of data transfer runs for this configuration will be disabled.
-
#end_time ⇒ ::Google::Protobuf::Timestamp
Defines time to stop scheduling transfer runs.
-
#start_time ⇒ ::Google::Protobuf::Timestamp
Specifies time to start scheduling transfer runs.
Instance Attribute Details
#disable_auto_scheduling ⇒ ::Boolean
Returns If true, automatic scheduling of data transfer runs for this configuration will be disabled. The runs can be started on ad-hoc basis using StartManualTransferRuns API. When automatic scheduling is disabled, the TransferConfig.schedule field will be ignored.
55 56 57 58 |
# File 'proto_docs/google/cloud/bigquery/datatransfer/v1/transfer.rb', line 55 class ScheduleOptions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#end_time ⇒ ::Google::Protobuf::Timestamp
Returns Defines time to stop scheduling transfer runs. A transfer run cannot be scheduled at or after the end time. The end time can be changed at any moment. The time when a data transfer can be triggered manually is not limited by this option.
55 56 57 58 |
# File 'proto_docs/google/cloud/bigquery/datatransfer/v1/transfer.rb', line 55 class ScheduleOptions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#start_time ⇒ ::Google::Protobuf::Timestamp
Returns Specifies time to start scheduling transfer runs. The first run will be scheduled at or after the start time according to a recurrence pattern defined in the schedule string. The start time can be changed at any moment. The time when a data transfer can be triggered manually is not limited by this option.
55 56 57 58 |
# File 'proto_docs/google/cloud/bigquery/datatransfer/v1/transfer.rb', line 55 class ScheduleOptions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |