restrictedFields

@JvmName(name = "cejhjfqoyuklpcxj")
suspend fun restrictedFields(value: Output<List<String>>)
@JvmName(name = "aujmkftgyjhfhvcq")
suspend fun restrictedFields(value: List<String>?)

Parameters

value

Log entry field paths that are denied access in this bucket.The following fields and their children are eligible: textPayload, jsonPayload, protoPayload, httpRequest, labels, sourceLocation.Restricting a repeated field will restrict all values. Adding a parent will block all child fields. (e.g. foo.bar will block foo.bar.baz)


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


@JvmName(name = "vuyrpcgjepjgeqxc")
suspend fun restrictedFields(values: List<Output<String>>)
@JvmName(name = "hsmghoatefncafkf")
suspend fun restrictedFields(vararg values: String)

Parameters

values

Log entry field paths that are denied access in this bucket.The following fields and their children are eligible: textPayload, jsonPayload, protoPayload, httpRequest, labels, sourceLocation.Restricting a repeated field will restrict all values. Adding a parent will block all child fields. (e.g. foo.bar will block foo.bar.baz)