restrictedFields

@JvmName(name = "xgqvxbxwmgippqld")
suspend fun restrictedFields(value: Output<List<String>>)
@JvmName(name = "axrbitdttoakoayp")
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 = "ipfmyaswxinqyppq")
suspend fun restrictedFields(vararg values: Output<String>)


@JvmName(name = "wgxbaeapynopdokx")
suspend fun restrictedFields(values: List<Output<String>>)
@JvmName(name = "gmgncosglvbpijbi")
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)