filter

@JvmName(name = "urnnjkunvgylfqbm")
suspend fun filter(value: Output<String>)
@JvmName(name = "xtqfhcldqneyexba")
suspend fun filter(value: String?)

Parameters

value

Filter that restricts which log entries in a bucket are visible in this view.Filters are restricted to be a logical AND of ==/!= of any of the following: originating project/folder/organization/billing account. resource type log idFor example:SOURCE("projects/myproject") AND resource.type = "gce_instance" AND LOG_ID("stdout")