scheduleInfo

@JvmName(name = "dlifmrjeghjfhsny")
suspend fun scheduleInfo(value: Output<PipelineScheduleInfoArgs>)
@JvmName(name = "dllqghxcittcfdvm")
suspend fun scheduleInfo(value: PipelineScheduleInfoArgs?)

Parameters

value

Internal scheduling information for a pipeline. If this information is provided, periodic jobs will be created per the schedule. If not, users are responsible for creating jobs externally. https://cloud.google.com/dataflow/docs/reference/data-pipelines/rest/v1/projects.locations.pipelines#schedulespec Structure is documented below.


@JvmName(name = "cvntqgqdpdthqfml")
suspend fun scheduleInfo(argument: suspend PipelineScheduleInfoArgsBuilder.() -> Unit)

Parameters

argument

Internal scheduling information for a pipeline. If this information is provided, periodic jobs will be created per the schedule. If not, users are responsible for creating jobs externally. https://cloud.google.com/dataflow/docs/reference/data-pipelines/rest/v1/projects.locations.pipelines#schedulespec Structure is documented below.