You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Deleted keys were detected in the following stable discovery artifacts:
displayvideo v1 21f81c8
sts v1 a8ebc2b
## Deleted keys were detected in the following pre-stable discovery artifacts:
networkconnectivity v1alpha1 68588ad
## Discovery Artifact Change Summary:
feat(apigee): update the api 41ae79b
feat(bigqueryreservation): update the api b0483ab
feat(chat): update the api 2703122
feat(cloudbuild): update the api 30c1222
feat(cloudscheduler): update the api 0405b1d
feat(contactcenterinsights): update the api 3abcf53
feat(dialogflow): update the api c493584
feat(displayvideo): update the api 21f81c8
feat(monitoring): update the api d997b2c
feat(networkconnectivity): update the api 68588ad
feat(notebooks): update the api b975c34
feat(retail): update the api c2bcb70
feat(servicenetworking): update the api 3bdc7b9
feat(sts): update the api a8ebc2b
Copy file name to clipboardExpand all lines: docs/dyn/analyticsdata_v1beta.properties.html
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -428,7 +428,7 @@ <h3>Method Details</h3>
428
428
"startDate": "A String", # The inclusive start date for the query in the format `YYYY-MM-DD`. Cannot be after `end_date`. The format `NdaysAgo`, `yesterday`, or `today` is also accepted, and in that case, the date is inferred based on the property's reporting time zone.
429
429
},
430
430
],
431
-
"dimensionFilter": { # To express dimension or metric filters. The fields in the same FilterExpression need to be either all dimensions or all metrics. # The filter clause of dimensions. Dimensions must be requested to be used in this filter. Metrics cannot be used in this filter.
431
+
"dimensionFilter": { # To express dimension or metric filters. The fields in the same FilterExpression need to be either all dimensions or all metrics. # Dimension filters allow you to ask for only specific dimension values in the report. To learn more, see [Fundamentals of Dimension Filters](https://developers.google.com/analytics/devguides/reporting/data/v1/basics#dimension_filters) for examples. Metrics cannot be used in this filter.
432
432
"andGroup": { # A list of filter expressions. # The FilterExpressions in and_group have an AND relationship.
433
433
"expressions": [ # A list of filter expressions.
434
434
# Object with schema name: FilterExpression
@@ -496,7 +496,7 @@ <h3>Method Details</h3>
496
496
"metricAggregations": [ # Aggregation of metrics. Aggregated metric values will be shown in rows where the dimension_values are set to "RESERVED_(MetricAggregation)".
497
497
"A String",
498
498
],
499
-
"metricFilter": { # To express dimension or metric filters. The fields in the same FilterExpression need to be either all dimensions or all metrics. # 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.
499
+
"metricFilter": { # To express dimension or metric filters. The fields in the same FilterExpression need to be either all dimensions or all metrics. # The filter clause of metrics. Applied at post aggregation phase, similar to SQL having-clause. Dimensions cannot be used in this filter.
500
500
"andGroup": { # A list of filter expressions. # The FilterExpressions in and_group have an AND relationship.
501
501
"expressions": [ # A list of filter expressions.
502
502
# Object with schema name: FilterExpression
@@ -1317,7 +1317,7 @@ <h3>Method Details</h3>
1317
1317
"startDate": "A String", # The inclusive start date for the query in the format `YYYY-MM-DD`. Cannot be after `end_date`. The format `NdaysAgo`, `yesterday`, or `today` is also accepted, and in that case, the date is inferred based on the property's reporting time zone.
1318
1318
},
1319
1319
],
1320
-
"dimensionFilter": { # To express dimension or metric filters. The fields in the same FilterExpression need to be either all dimensions or all metrics. # The filter clause of dimensions. Dimensions must be requested to be used in this filter. Metrics cannot be used in this filter.
1320
+
"dimensionFilter": { # To express dimension or metric filters. The fields in the same FilterExpression need to be either all dimensions or all metrics. # Dimension filters allow you to ask for only specific dimension values in the report. To learn more, see [Fundamentals of Dimension Filters](https://developers.google.com/analytics/devguides/reporting/data/v1/basics#dimension_filters) for examples. Metrics cannot be used in this filter.
1321
1321
"andGroup": { # A list of filter expressions. # The FilterExpressions in and_group have an AND relationship.
1322
1322
"expressions": [ # A list of filter expressions.
1323
1323
# Object with schema name: FilterExpression
@@ -1385,7 +1385,7 @@ <h3>Method Details</h3>
1385
1385
"metricAggregations": [ # Aggregation of metrics. Aggregated metric values will be shown in rows where the dimension_values are set to "RESERVED_(MetricAggregation)".
1386
1386
"A String",
1387
1387
],
1388
-
"metricFilter": { # To express dimension or metric filters. The fields in the same FilterExpression need to be either all dimensions or all metrics. # 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.
1388
+
"metricFilter": { # To express dimension or metric filters. The fields in the same FilterExpression need to be either all dimensions or all metrics. # The filter clause of metrics. Applied at post aggregation phase, similar to SQL having-clause. Dimensions cannot be used in this filter.
1389
1389
"andGroup": { # A list of filter expressions. # The FilterExpressions in and_group have an AND relationship.
1390
1390
"expressions": [ # A list of filter expressions.
<pre>Refund a user's subscription or in-app purchase order.
91
+
<pre>Refunds a user's subscription or in-app purchase order. Orders older than 1 year cannot be refunded.
92
92
93
93
Args:
94
94
packageName: string, The package name of the application for which this subscription or in-app item was purchased (for example, 'com.some.thing'). (required)
0 commit comments