Skip to content

Commit cc17c98

Browse files
chore(analyticsdata): update the api
#### analyticsdata:v1alpha The following keys were deleted: - schemas.Filter.properties.nullFilter (Total Keys: 1)
1 parent 46f42c8 commit cc17c98

File tree

3 files changed

+1573
-1587
lines changed

3 files changed

+1573
-1587
lines changed

docs/dyn/analyticsdata_v1alpha.properties.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,6 @@ <h3>Method Details</h3>
166166
&quot;A String&quot;,
167167
],
168168
},
169-
&quot;nullFilter&quot;: True or False, # A filter for null values. If True, a null dimension value is matched by this filter. Null filter is commonly used inside a NOT filter expression. For example, a NOT expression of a null filter removes rows when a dimension is null.
170169
&quot;numericFilter&quot;: { # Filters for numeric or date values. # A filter for numeric or date values.
171170
&quot;operation&quot;: &quot;A String&quot;, # The operation type for this filter.
172171
&quot;value&quot;: { # To represent a number. # A numeric value or a date value.
@@ -206,7 +205,7 @@ <h3>Method Details</h3>
206205
&quot;name&quot;: &quot;A String&quot;, # The name of the dimension. See the [API Dimensions](https://developers.google.com/analytics/devguides/reporting/data/v1/api-schema#dimensions) for the list of dimension names. If `dimensionExpression` is specified, `name` can be any string that you would like. For example if a `dimensionExpression` concatenates `country` and `city`, you could call that dimension `countryAndCity`. Dimensions are referenced by `name` in `dimensionFilter`, `orderBys`, `dimensionExpression`, and `pivots`.
207206
},
208207
],
209-
&quot;limit&quot;: &quot;A String&quot;, # The number of rows to return. If unspecified, 10 rows are returned. If -1, all rows are returned.
208+
&quot;limit&quot;: &quot;A String&quot;, # The number of rows to return. If the `limit` parameter is unspecified, 10,000 rows are returned. The API returns a maximum of 100,000 rows per request, no matter how many you ask for.
210209
&quot;metricAggregations&quot;: [ # Aggregation of metrics. Aggregated metric values will be shown in rows where the dimension_values are set to &quot;RESERVED_(MetricAggregation)&quot;.
211210
&quot;A String&quot;,
212211
],
@@ -234,7 +233,6 @@ <h3>Method Details</h3>
234233
&quot;A String&quot;,
235234
],
236235
},
237-
&quot;nullFilter&quot;: True or False, # A filter for null values. If True, a null dimension value is matched by this filter. Null filter is commonly used inside a NOT filter expression. For example, a NOT expression of a null filter removes rows when a dimension is null.
238236
&quot;numericFilter&quot;: { # Filters for numeric or date values. # A filter for numeric or date values.
239237
&quot;operation&quot;: &quot;A String&quot;, # The operation type for this filter.
240238
&quot;value&quot;: { # To represent a number. # A numeric value or a date value.
@@ -347,7 +345,7 @@ <h3>Method Details</h3>
347345
&quot;consumed&quot;: 42, # Quota consumed by this request.
348346
&quot;remaining&quot;: 42, # Quota remaining after this request.
349347
},
350-
&quot;tokensPerHour&quot;: { # Current state for a particular quota group. # Standard Analytics Properties can use up to 5,000 tokens per day; Analytics 360 Properties can use 50,000 tokens per day. An API request consumes a single number of tokens, and that number is deducted from both the hourly and daily quotas.
348+
&quot;tokensPerHour&quot;: { # Current state for a particular quota group. # Standard Analytics Properties can use up to 5,000 tokens per hour; Analytics 360 Properties can use 50,000 tokens per hour. An API request consumes a single number of tokens, and that number is deducted from both the hourly and daily quotas.
351349
&quot;consumed&quot;: 42, # Quota consumed by this request.
352350
&quot;remaining&quot;: 42, # Quota remaining after this request.
353351
},

0 commit comments

Comments
 (0)