Page Summary
-
A DfaReporting channel grouping is represented by a resource with a name, rules, a fallback name, and a kind.
-
A DfaReporting channel grouping rule is represented by a resource with a name, disjunctive match statements, and a kind.
-
A Disjunctive Match Statement is represented by a resource that contains event filters and a kind.
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
. |