-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: [analyticsdata] add the
SheetExportAudienceList
method to the…
… Data API v1 alpha (#10047) - [ ] Regenerate this pull request now. feat: add `creation_quota_tokens_charged`, `row_count`, `error_message` to the `AudienceList` resource fix: add `optional` annotation to the `page_token` field of the `ListAudienceListsRequest` type fix: add `optional` annotation to the `offset`, `limit` fields of the `QueryAudienceListRequest` type fix: add `required` annotation to the `name` field of the `QueryAudienceListRequest` type fix: add `optional` annotation to the `dimension_name` field of the `AudienceDimension` type fix: add `optional` annotation to the `property`, `date_ranges`, `funnel`, `funnel_breakdown`, `funnel_visualization_type`, `segments`, `dimension_filter`, `return_property_quota`, `limit` fields of the `RunFunnelReportRequest` type fix!: change the resource pattern value to `properties/{property}/audienceLists/{audience_list}` for the resource definition `analyticsdata.googleapis.com/AudienceList` fix!: change the resource pattern value to `properties/{property}` for the resource definition `analyticsadmin.googleapis.com/Property` PiperOrigin-RevId: 580634757 Source-Link: https://togithub.com/googleapis/googleapis/commit/a50eda1d37e6b8b8ccb37f9ccce498965f02928c Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/e55c7e473524e3df4332609aa22963180eba1c01 Copy-Tag: eyJwIjoiamF2YS1hbmFseXRpY3MtZGF0YS8uT3dsQm90LnlhbWwiLCJoIjoiZTU1YzdlNDczNTI0ZTNkZjQzMzI2MDlhYTIyOTYzMTgwZWJhMWMwMSJ9
- Loading branch information
1 parent
a9830d9
commit a6880a0
Showing
62 changed files
with
6,181 additions
and
1,184 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
369 changes: 344 additions & 25 deletions
369
...lytics-data/src/main/java/com/google/analytics/data/v1alpha/AlphaAnalyticsDataClient.java
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.