Skip to content

Commit

Permalink
fix(analyticsdata): update the API
Browse files Browse the repository at this point in the history
#### analyticsdata:v1beta

The following keys were changed:
- schemas.Dimension.description
  • Loading branch information
yoshi-automation authored and bcoe committed Apr 7, 2021
1 parent 407a31a commit a536e57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions discovery/analyticsdata-v1beta.json
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@
}
}
},
"revision": "20210320",
"revision": "20210403",
"rootUrl": "https://analyticsdata.googleapis.com/",
"schemas": {
"BatchRunPivotReportsRequest": {
Expand Down Expand Up @@ -500,7 +500,7 @@
"type": "object"
},
"Dimension": {
"description": "Dimensions are attributes of your data. For example, the dimension city indicates the city from which an event originates. Dimension values in report responses are strings; for example, city could be \"Paris\" or \"New York\". Requests are allowed up to 8 dimensions.",
"description": "Dimensions are attributes of your data. For example, the dimension city indicates the city from which an event originates. Dimension values in report responses are strings; for example, city could be \"Paris\" or \"New York\". Requests are allowed up to 9 dimensions.",
"id": "Dimension",
"properties": {
"dimensionExpression": {
Expand Down
2 changes: 1 addition & 1 deletion src/apis/analyticsdata/v1beta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ export namespace analyticsdata_v1beta {
startDate?: string | null;
}
/**
* Dimensions are attributes of your data. For example, the dimension city indicates the city from which an event originates. Dimension values in report responses are strings; for example, city could be "Paris" or "New York". Requests are allowed up to 8 dimensions.
* Dimensions are attributes of your data. For example, the dimension city indicates the city from which an event originates. Dimension values in report responses are strings; for example, city could be "Paris" or "New York". Requests are allowed up to 9 dimensions.
*/
export interface Schema$Dimension {
/**
Expand Down

0 comments on commit a536e57

Please sign in to comment.