Skip to content

Commit

Permalink
docs: announce that ListAudienceLists, GetAudienceList, `QueryAud…
Browse files Browse the repository at this point in the history
…ienceList`, `CreateAudienceList` methods are now available in the v1beta version of the Data API (#6988)

feat: add the `webhook_notification` field to the `RecurringAudienceList` resource
feat: add the `webhook_notification` field to the `AudienceList` resource
feat: add the `WebhookNotification` type
PiperOrigin-RevId: 600815983
Source-Link: googleapis/googleapis@b76a27e
Source-Link: googleapis/googleapis-gen@f45fce9
Copy-Tag: eyJwIjoiQW5hbHl0aWNzRGF0YS8uT3dsQm90LnlhbWwiLCJoIjoiZjQ1ZmNlOWFiYjg5YjQyNWM1YjVmNGFkZDJkN2I0YmNjNDI4OWUyNSJ9
  • Loading branch information
gcf-owl-bot[bot] authored Jan 23, 2024
1 parent 5acb2cd commit 2120284
Show file tree
Hide file tree
Showing 10 changed files with 476 additions and 48 deletions.
Binary file modified AnalyticsData/metadata/V1Alpha/AnalyticsDataApi.php
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,10 @@
* https://support.google.com/analytics/answer/9267572. Audience lists contain
* the users in each audience.
*
* This method is introduced at alpha stability with the intention of
* gathering feedback on syntax and capabilities before entering beta. To give
* your feedback on this API, complete the
* [Google Analytics Audience Export API
* Feedback](https://forms.gle/EeA5u5LW6PEggtCEA) form.
* This method is available at beta stability at
* [audienceExports.create](https://developers.google.com/analytics/devguides/reporting/data/v1/rest/v1beta/properties.audienceExports/create).
* To give your feedback on this API, complete the [Google Analytics Audience
* Export API Feedback](https://forms.gle/EeA5u5LW6PEggtCEA) form.
*
* @param string $formattedParent The parent resource where this audience list will be created.
* Format: `properties/{property}`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
* List](https://developers.google.com/analytics/devguides/reporting/data/v1/audience-list-basics)
* for an introduction to Audience Lists with examples.
*
* This method is introduced at alpha stability with the intention of
* gathering feedback on syntax and capabilities before entering beta. To give
* your feedback on this API, complete the
* This method is available at beta stability at
* [audienceExports.get](https://developers.google.com/analytics/devguides/reporting/data/v1/rest/v1beta/properties.audienceExports/get).
* To give your feedback on this API, complete the
* [Google Analytics Audience Export API
* Feedback](https://forms.gle/EeA5u5LW6PEggtCEA) form.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
* List](https://developers.google.com/analytics/devguides/reporting/data/v1/audience-list-basics)
* for an introduction to Audience Lists with examples.
*
* This method is introduced at alpha stability with the intention of
* gathering feedback on syntax and capabilities before entering beta. To give
* your feedback on this API, complete the
* This method is available at beta stability at
* [audienceExports.list](https://developers.google.com/analytics/devguides/reporting/data/v1/rest/v1beta/properties.audienceExports/list).
* To give your feedback on this API, complete the
* [Google Analytics Audience Export API
* Feedback](https://forms.gle/EeA5u5LW6PEggtCEA) form.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,10 @@
* that are important to your business. To learn more, see
* https://support.google.com/analytics/answer/9267572.
*
* This method is introduced at alpha stability with the intention of
* gathering feedback on syntax and capabilities before entering beta. To give
* your feedback on this API, complete the
* [Google Analytics Audience Export API
* Feedback](https://forms.gle/EeA5u5LW6PEggtCEA) form.
* This method is available at beta stability at
* [audienceExports.query](https://developers.google.com/analytics/devguides/reporting/data/v1/rest/v1beta/properties.audienceExports/query).
* To give your feedback on this API, complete the [Google Analytics Audience
* Export API Feedback](https://forms.gle/EeA5u5LW6PEggtCEA) form.
*
* @param string $name The name of the audience list to retrieve users from.
* Format: `properties/{property}/audienceLists/{audience_list}`
Expand Down
92 changes: 92 additions & 0 deletions AnalyticsData/src/V1alpha/AudienceList.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 14 additions & 16 deletions AnalyticsData/src/V1alpha/Client/AlphaAnalyticsDataClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -343,11 +343,10 @@ public function __call($method, $args)
* https://support.google.com/analytics/answer/9267572. Audience lists contain
* the users in each audience.
*
* This method is introduced at alpha stability with the intention of
* gathering feedback on syntax and capabilities before entering beta. To give
* your feedback on this API, complete the
* [Google Analytics Audience Export API
* Feedback](https://forms.gle/EeA5u5LW6PEggtCEA) form.
* This method is available at beta stability at
* [audienceExports.create](https://developers.google.com/analytics/devguides/reporting/data/v1/rest/v1beta/properties.audienceExports/create).
* To give your feedback on this API, complete the [Google Analytics Audience
* Export API Feedback](https://forms.gle/EeA5u5LW6PEggtCEA) form.
*
* The async variant is {@see AlphaAnalyticsDataClient::createAudienceListAsync()}
* .
Expand Down Expand Up @@ -429,9 +428,9 @@ public function createRecurringAudienceList(CreateRecurringAudienceListRequest $
* List](https://developers.google.com/analytics/devguides/reporting/data/v1/audience-list-basics)
* for an introduction to Audience Lists with examples.
*
* This method is introduced at alpha stability with the intention of
* gathering feedback on syntax and capabilities before entering beta. To give
* your feedback on this API, complete the
* This method is available at beta stability at
* [audienceExports.get](https://developers.google.com/analytics/devguides/reporting/data/v1/rest/v1beta/properties.audienceExports/get).
* To give your feedback on this API, complete the
* [Google Analytics Audience Export API
* Feedback](https://forms.gle/EeA5u5LW6PEggtCEA) form.
*
Expand Down Expand Up @@ -509,9 +508,9 @@ public function getRecurringAudienceList(GetRecurringAudienceListRequest $reques
* List](https://developers.google.com/analytics/devguides/reporting/data/v1/audience-list-basics)
* for an introduction to Audience Lists with examples.
*
* This method is introduced at alpha stability with the intention of
* gathering feedback on syntax and capabilities before entering beta. To give
* your feedback on this API, complete the
* This method is available at beta stability at
* [audienceExports.list](https://developers.google.com/analytics/devguides/reporting/data/v1/rest/v1beta/properties.audienceExports/list).
* To give your feedback on this API, complete the
* [Google Analytics Audience Export API
* Feedback](https://forms.gle/EeA5u5LW6PEggtCEA) form.
*
Expand Down Expand Up @@ -595,11 +594,10 @@ public function listRecurringAudienceLists(ListRecurringAudienceListsRequest $re
* that are important to your business. To learn more, see
* https://support.google.com/analytics/answer/9267572.
*
* This method is introduced at alpha stability with the intention of
* gathering feedback on syntax and capabilities before entering beta. To give
* your feedback on this API, complete the
* [Google Analytics Audience Export API
* Feedback](https://forms.gle/EeA5u5LW6PEggtCEA) form.
* This method is available at beta stability at
* [audienceExports.query](https://developers.google.com/analytics/devguides/reporting/data/v1/rest/v1beta/properties.audienceExports/query).
* To give your feedback on this API, complete the [Google Analytics Audience
* Export API Feedback](https://forms.gle/EeA5u5LW6PEggtCEA) form.
*
* The async variant is {@see AlphaAnalyticsDataClient::queryAudienceListAsync()} .
*
Expand Down
30 changes: 14 additions & 16 deletions AnalyticsData/src/V1alpha/Gapic/AlphaAnalyticsDataGapicClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -456,11 +456,10 @@ public function __construct(array $options = [])
* https://support.google.com/analytics/answer/9267572. Audience lists contain
* the users in each audience.
*
* This method is introduced at alpha stability with the intention of
* gathering feedback on syntax and capabilities before entering beta. To give
* your feedback on this API, complete the
* [Google Analytics Audience Export API
* Feedback](https://forms.gle/EeA5u5LW6PEggtCEA) form.
* This method is available at beta stability at
* [audienceExports.create](https://developers.google.com/analytics/devguides/reporting/data/v1/rest/v1beta/properties.audienceExports/create).
* To give your feedback on this API, complete the [Google Analytics Audience
* Export API Feedback](https://forms.gle/EeA5u5LW6PEggtCEA) form.
*
* Sample code:
* ```
Expand Down Expand Up @@ -623,9 +622,9 @@ public function createRecurringAudienceList(
* List](https://developers.google.com/analytics/devguides/reporting/data/v1/audience-list-basics)
* for an introduction to Audience Lists with examples.
*
* This method is introduced at alpha stability with the intention of
* gathering feedback on syntax and capabilities before entering beta. To give
* your feedback on this API, complete the
* This method is available at beta stability at
* [audienceExports.get](https://developers.google.com/analytics/devguides/reporting/data/v1/rest/v1beta/properties.audienceExports/get).
* To give your feedback on this API, complete the
* [Google Analytics Audience Export API
* Feedback](https://forms.gle/EeA5u5LW6PEggtCEA) form.
*
Expand Down Expand Up @@ -749,9 +748,9 @@ public function getRecurringAudienceList($name, array $optionalArgs = [])
* List](https://developers.google.com/analytics/devguides/reporting/data/v1/audience-list-basics)
* for an introduction to Audience Lists with examples.
*
* This method is introduced at alpha stability with the intention of
* gathering feedback on syntax and capabilities before entering beta. To give
* your feedback on this API, complete the
* This method is available at beta stability at
* [audienceExports.list](https://developers.google.com/analytics/devguides/reporting/data/v1/rest/v1beta/properties.audienceExports/list).
* To give your feedback on this API, complete the
* [Google Analytics Audience Export API
* Feedback](https://forms.gle/EeA5u5LW6PEggtCEA) form.
*
Expand Down Expand Up @@ -940,11 +939,10 @@ public function listRecurringAudienceLists(
* that are important to your business. To learn more, see
* https://support.google.com/analytics/answer/9267572.
*
* This method is introduced at alpha stability with the intention of
* gathering feedback on syntax and capabilities before entering beta. To give
* your feedback on this API, complete the
* [Google Analytics Audience Export API
* Feedback](https://forms.gle/EeA5u5LW6PEggtCEA) form.
* This method is available at beta stability at
* [audienceExports.query](https://developers.google.com/analytics/devguides/reporting/data/v1/rest/v1beta/properties.audienceExports/query).
* To give your feedback on this API, complete the [Google Analytics Audience
* Export API Feedback](https://forms.gle/EeA5u5LW6PEggtCEA) form.
*
* Sample code:
* ```
Expand Down
Loading

0 comments on commit 2120284

Please sign in to comment.