RoutineReferenceArgs

data class RoutineReferenceArgs(val datasetId: Output<String>? = null, val project: Output<String>? = null, val routineId: Output<String>? = null) : ConvertibleToJava<RoutineReferenceArgs>

Constructors

Link copied to clipboard
fun RoutineReferenceArgs(datasetId: Output<String>? = null, project: Output<String>? = null, routineId: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): RoutineReferenceArgs

Properties

Link copied to clipboard
val datasetId: Output<String>? = null

Required The ID of the dataset containing this routine.

Link copied to clipboard
val project: Output<String>? = null

Required The ID of the project containing this routine.

Link copied to clipboard
val routineId: Output<String>? = null

Required The ID of the routine. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 256 characters.