fields

@JvmName(name = "dammocqujskbceut")
suspend fun fields(value: Output<List<String>>)
@JvmName(name = "eoeucpnkotlbjbcq")
suspend fun fields(value: List<String>?)

Parameters

value

Repeated One or more fields on which data should be clustered. Only top-level, non-repeated, simple-type fields are supported. When you cluster a table using multiple columns, the order of columns you specify is important. The order of the specified columns determines the sort order of the data.


@JvmName(name = "jpdugbmsoiyotfcd")
suspend fun fields(vararg values: Output<String>)


@JvmName(name = "ehbbfjjrubudgcpq")
suspend fun fields(values: List<Output<String>>)
@JvmName(name = "xjtkoniaadlwulge")
suspend fun fields(vararg values: String)

Parameters

values

Repeated One or more fields on which data should be clustered. Only top-level, non-repeated, simple-type fields are supported. When you cluster a table using multiple columns, the order of columns you specify is important. The order of the specified columns determines the sort order of the data.