Skip to content

Commit 75cb72d

Browse files
authored
Release Google.Analytics.Admin.V1Alpha version 2.0.0-alpha23 (#14643)
Changes in this release: ### Bug fixes - **BREAKING CHANGE** Change an existing value KEY_EVENT = 32 to KEY_EVENT = 30 in enum `ChangeHistoryResourceType`. ([commit 429adae](https://togithub.com/googleapis/google-cloud-dotnet/commit/429adaec6d69ba6a4ab415fb18b86a18472d1917)) - **BREAKING CHANGE** Rename an existing field `key_event` to `reporting_data_annotation` in `ChangeHistoryChange`. ([commit 429adae](https://togithub.com/googleapis/google-cloud-dotnet/commit/429adaec6d69ba6a4ab415fb18b86a18472d1917)) ### New features - Add the `CreateReportingDataAnnotation` method ([commit 429adae](https://togithub.com/googleapis/google-cloud-dotnet/commit/429adaec6d69ba6a4ab415fb18b86a18472d1917)) - Add the `GetReportingDataAnnotation` method ([commit 429adae](https://togithub.com/googleapis/google-cloud-dotnet/commit/429adaec6d69ba6a4ab415fb18b86a18472d1917)) - Add the `ListReportingDataAnnotations` method ([commit 429adae](https://togithub.com/googleapis/google-cloud-dotnet/commit/429adaec6d69ba6a4ab415fb18b86a18472d1917)) - Add the `UpdateReportingDataAnnotation` method ([commit 429adae](https://togithub.com/googleapis/google-cloud-dotnet/commit/429adaec6d69ba6a4ab415fb18b86a18472d1917)) - Add the `DeleteReportingDataAnnotation` method ([commit 429adae](https://togithub.com/googleapis/google-cloud-dotnet/commit/429adaec6d69ba6a4ab415fb18b86a18472d1917)) - Add the `SubmitUserDeletion` method ([commit 429adae](https://togithub.com/googleapis/google-cloud-dotnet/commit/429adaec6d69ba6a4ab415fb18b86a18472d1917)) - Add the `REPORTING_DATA_ANNOTATION` resource type to the `ChangeHistoryResourceType` enum ([commit 429adae](https://togithub.com/googleapis/google-cloud-dotnet/commit/429adaec6d69ba6a4ab415fb18b86a18472d1917)) - Add the `ReportingDataAnnotation` type ([commit 429adae](https://togithub.com/googleapis/google-cloud-dotnet/commit/429adaec6d69ba6a4ab415fb18b86a18472d1917)) - Add `key_event`, `reporting_data_annotation` fields to the `ChangeHistoryResource` resource ([commit 429adae](https://togithub.com/googleapis/google-cloud-dotnet/commit/429adaec6d69ba6a4ab415fb18b86a18472d1917)) ### Documentation improvements - Announce the deprecation of the `sharing_with_google_any_sales_enabled` field of the `DataSharingSettings` type ([commit 429adae](https://togithub.com/googleapis/google-cloud-dotnet/commit/429adaec6d69ba6a4ab415fb18b86a18472d1917)) - Update the documentation of `sharing_with_google_support_enabled`, `sharing_with_google_assigned_sales_enabled`, 'sharing_with_google_products_enabled', 'sharing_with_others_enabled' fields of the `DataSharingSettings` type ([commit 429adae](https://togithub.com/googleapis/google-cloud-dotnet/commit/429adaec6d69ba6a4ab415fb18b86a18472d1917))
1 parent 60ef7da commit 75cb72d

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
4-
<Version>2.0.0-alpha22</Version>
4+
<Version>2.0.0-alpha23</Version>
55
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
66
<GenerateDocumentationFile>true</GenerateDocumentationFile>
77
<Description>Recommended Google client library to access the Analytics Admin API (v1alpha)</Description>

apis/Google.Analytics.Admin.V1Alpha/docs/history.md

+24
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Version history
22

3+
## Version 2.0.0-alpha23, released 2025-04-23
4+
5+
### Bug fixes
6+
7+
- **BREAKING CHANGE** Change an existing value KEY_EVENT = 32 to KEY_EVENT = 30 in enum `ChangeHistoryResourceType`. ([commit 429adae](https://github.com/googleapis/google-cloud-dotnet/commit/429adaec6d69ba6a4ab415fb18b86a18472d1917))
8+
- **BREAKING CHANGE** Rename an existing field `key_event` to `reporting_data_annotation` in `ChangeHistoryChange`. ([commit 429adae](https://github.com/googleapis/google-cloud-dotnet/commit/429adaec6d69ba6a4ab415fb18b86a18472d1917))
9+
10+
### New features
11+
12+
- Add the `CreateReportingDataAnnotation` method ([commit 429adae](https://github.com/googleapis/google-cloud-dotnet/commit/429adaec6d69ba6a4ab415fb18b86a18472d1917))
13+
- Add the `GetReportingDataAnnotation` method ([commit 429adae](https://github.com/googleapis/google-cloud-dotnet/commit/429adaec6d69ba6a4ab415fb18b86a18472d1917))
14+
- Add the `ListReportingDataAnnotations` method ([commit 429adae](https://github.com/googleapis/google-cloud-dotnet/commit/429adaec6d69ba6a4ab415fb18b86a18472d1917))
15+
- Add the `UpdateReportingDataAnnotation` method ([commit 429adae](https://github.com/googleapis/google-cloud-dotnet/commit/429adaec6d69ba6a4ab415fb18b86a18472d1917))
16+
- Add the `DeleteReportingDataAnnotation` method ([commit 429adae](https://github.com/googleapis/google-cloud-dotnet/commit/429adaec6d69ba6a4ab415fb18b86a18472d1917))
17+
- Add the `SubmitUserDeletion` method ([commit 429adae](https://github.com/googleapis/google-cloud-dotnet/commit/429adaec6d69ba6a4ab415fb18b86a18472d1917))
18+
- Add the `REPORTING_DATA_ANNOTATION` resource type to the `ChangeHistoryResourceType` enum ([commit 429adae](https://github.com/googleapis/google-cloud-dotnet/commit/429adaec6d69ba6a4ab415fb18b86a18472d1917))
19+
- Add the `ReportingDataAnnotation` type ([commit 429adae](https://github.com/googleapis/google-cloud-dotnet/commit/429adaec6d69ba6a4ab415fb18b86a18472d1917))
20+
- Add `key_event`, `reporting_data_annotation` fields to the `ChangeHistoryResource` resource ([commit 429adae](https://github.com/googleapis/google-cloud-dotnet/commit/429adaec6d69ba6a4ab415fb18b86a18472d1917))
21+
22+
### Documentation improvements
23+
24+
- Announce the deprecation of the `sharing_with_google_any_sales_enabled` field of the `DataSharingSettings` type ([commit 429adae](https://github.com/googleapis/google-cloud-dotnet/commit/429adaec6d69ba6a4ab415fb18b86a18472d1917))
25+
- Update the documentation of `sharing_with_google_support_enabled`, `sharing_with_google_assigned_sales_enabled`, 'sharing_with_google_products_enabled', 'sharing_with_others_enabled' fields of the `DataSharingSettings` type ([commit 429adae](https://github.com/googleapis/google-cloud-dotnet/commit/429adaec6d69ba6a4ab415fb18b86a18472d1917))
26+
327
## Version 2.0.0-alpha22, released 2025-03-10
428

529
### New features

generator-input/apis.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
},
4747
{
4848
"id": "Google.Analytics.Admin.V1Alpha",
49-
"version": "2.0.0-alpha22",
49+
"version": "2.0.0-alpha23",
5050
"type": "grpc",
5151
"productName": "Analytics Admin",
5252
"productUrl": "https://developers.google.com/analytics",

0 commit comments

Comments
 (0)