Represents a DfaReporting channel grouping.
JSON representation |
---|
{
"name": string,
"rules": [
{
object ( |
Fields | |
---|---|
name |
ChannelGrouping name. |
rules[] |
The rules contained within this channel grouping. |
fallbackName |
ChannelGrouping fallback name. |
kind |
The kind of resource this is, in this case
. |
ChannelGroupingRule
Represents a DfaReporting channel grouping rule.
JSON representation |
---|
{
"name": string,
"disjunctiveMatchStatements": [
{
object ( |
Fields | |
---|---|
name |
Rule name. |
disjunctiveMatchStatements[] |
The disjunctive match statements contained within this rule. |
kind |
The kind of resource this is, in this case
. |
DisjunctiveMatchStatement
Represents a Disjunctive Match Statement resource, which is a conjunction (and) of disjunctive (or) boolean statements.
JSON representation |
---|
{
"eventFilters": [
{
object ( |
Fields | |
---|---|
eventFilters[] |
The event filters contained within this disjunctive match statement. |
kind |
The kind of resource this is, in this case
. |