google_api_big_query_data_transfer v0.5.0 GoogleApi.BigQueryDataTransfer.V1.Model.ScheduleOptions View Source
Options customizing the data transfer schedule.
Attributes
- disableAutoScheduling (boolean()): 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. Defaults to:
null. - endTime (DateTime.t): 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 trigerred manually is not limited by this option. Defaults to:
null. - startTime (DateTime.t): 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 trigerred manually is not limited by this option. Defaults to:
null.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.BigQueryDataTransfer.V1.Model.ScheduleOptions{
disableAutoScheduling: any(),
endTime: DateTime.t(),
startTime: DateTime.t()
}
t() :: %GoogleApi.BigQueryDataTransfer.V1.Model.ScheduleOptions{
disableAutoScheduling: any(),
endTime: DateTime.t(),
startTime: DateTime.t()
}
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.