Skip to content

Commit

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

The following keys were added:
- schemas.AudienceListMetadata.description
- schemas.AudienceListMetadata.id
- schemas.AudienceListMetadata.type
  • Loading branch information
yoshi-automation authored and sofisl committed Jul 13, 2023
1 parent 67d0589 commit 7925c69
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
8 changes: 7 additions & 1 deletion discovery/analyticsdata-v1beta.json
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@
}
}
},
"revision": "20230705",
"revision": "20230711",
"rootUrl": "https://analyticsdata.googleapis.com/",
"schemas": {
"ActiveMetricRestriction": {
Expand Down Expand Up @@ -344,6 +344,12 @@
},
"type": "object"
},
"AudienceListMetadata": {
"description": "This metadata is currently blank.",
"id": "AudienceListMetadata",
"properties": {},
"type": "object"
},
"BatchRunPivotReportsRequest": {
"description": "The batch request containing multiple pivot report requests.",
"id": "BatchRunPivotReportsRequest",
Expand Down
4 changes: 4 additions & 0 deletions src/apis/analyticsdata/v1beta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,10 @@ export namespace analyticsdata_v1beta {
*/
restrictedMetricTypes?: string[] | null;
}
/**
* This metadata is currently blank.
*/
export interface Schema$AudienceListMetadata {}
/**
* The batch request containing multiple pivot report requests.
*/
Expand Down

0 comments on commit 7925c69

Please sign in to comment.