Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#1596)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Jun 22, 2022
1 parent 11792be commit 493203c
Show file tree
Hide file tree
Showing 36 changed files with 3,602 additions and 260 deletions.
8 changes: 4 additions & 4 deletions analyticsdata/v1beta/analyticsdata-api.json
Expand Up @@ -313,7 +313,7 @@
}
}
},
"revision": "20220504",
"revision": "20220620",
"rootUrl": "https://analyticsdata.googleapis.com/",
"schemas": {
"ActiveMetricRestriction": {
Expand Down Expand Up @@ -771,7 +771,7 @@
"description": "A filter for two values."
},
"fieldName": {
"description": "The dimension name or metric name. Must be a name defined in dimensions or metrics.",
"description": "The dimension name or metric name. In most methods, dimensions \u0026 metrics can be used for the first time in this field. However in a RunPivotReportRequest, this field must be additionally specified by name in the RunPivotReportRequest's dimensions or metrics.",
"type": "string"
},
"inListFilter": {
Expand Down Expand Up @@ -1498,7 +1498,7 @@
"properties": {
"dimensionFilter": {
"$ref": "FilterExpression",
"description": "The filter clause of dimensions. Dimensions must be requested to be used in this filter. Metrics cannot be used in this filter."
"description": "The filter clause of dimensions. Metrics cannot be used in this filter."
},
"dimensions": {
"description": "The dimensions requested and displayed.",
Expand Down Expand Up @@ -1535,7 +1535,7 @@
},
"metricFilter": {
"$ref": "FilterExpression",
"description": "The filter clause of metrics. Applied at post aggregation phase, similar to SQL having-clause. Metrics must be requested to be used in this filter. Dimensions cannot be used in this filter."
"description": "The filter clause of metrics. Applied at post aggregation phase, similar to SQL having-clause. Dimensions cannot be used in this filter."
},
"metrics": {
"description": "The metrics requested and displayed.",
Expand Down
17 changes: 9 additions & 8 deletions analyticsdata/v1beta/analyticsdata-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 493203c

Please sign in to comment.