Skip to content

Commit

Permalink
Release Google.Analytics.Admin.V1Alpha version 2.0.0-alpha14
Browse files Browse the repository at this point in the history
Changes in this release:

### Bug fixes

- **BREAKING CHANGE** Delete `BatchDeleteUserLinks`, `DeleteUserLink`, `BatchUpdateUserLinks`, `UpdateUserLink`, `BatchCreateUserLinks`, `CreateUserLink`, `AuditUserLinks`, `ListUserLinks`, `BatchGetUserLinks`, `GetUserLink` from the Admin API v1 alpha as per the announcement in https://bit.ly/46yBIDt ([commit 5948499](5948499))

### New features

- Add `UpdateDataRedactionSettings`, `CreateRollupProperty`, `GetRollupPropertySourceLink`, `ListRollupPropertySourceLinks`, `CreateRollupPropertySourceLink`, `DeleteRollupPropertySourceLink`, `CreateSubproperty`, `CreateSubpropertyEventFilter`, `CreateSubpropertyEventFilter`, `ListSubpropertyEventFilters`, `UpdateSubpropertyEventFilter`, `DeleteSubpropertyEventFilter` methods to the Admin API v1 alpha ([commit 5948499](5948499))
- Add `include_all_users`, `expand_groups` fields to `RunAccessReportRequest` ([commit 5948499](5948499))
- Add `DataRedactionSettings`, `RollupPropertySourceLink`, `SubpropertyEventFilterCondition`, `SubpropertyEventFilterExpression`, `SubpropertyEventFilterExpressionList`, `SubpropertyEventFilterClause`, `SubpropertyEventFilter` types ([commit 5948499](5948499))
- Add the `DATA_REDACTION_SETTINGS` option to the `ChangeHistoryResourceType` enum ([commit 5948499](5948499))
- Add the `data_redaction_settings` field to the `ChangeHistoryResource.resource` oneof field ([commit 5948499](5948499))
  • Loading branch information
jskeet committed Oct 25, 2023
1 parent b85f48f commit 72745c9
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>2.0.0-alpha13</Version>
<Version>2.0.0-alpha14</Version>
<TargetFrameworks>netstandard2.1;net462</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>Recommended Google client library to access the Analytics Admin API (v1alpha)</Description>
Expand Down
14 changes: 14 additions & 0 deletions apis/Google.Analytics.Admin.V1Alpha/docs/history.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Version history

## Version 2.0.0-alpha14, released 2023-10-25

### Bug fixes

- **BREAKING CHANGE** Delete `BatchDeleteUserLinks`, `DeleteUserLink`, `BatchUpdateUserLinks`, `UpdateUserLink`, `BatchCreateUserLinks`, `CreateUserLink`, `AuditUserLinks`, `ListUserLinks`, `BatchGetUserLinks`, `GetUserLink` from the Admin API v1 alpha as per the announcement in https://bit.ly/46yBIDt ([commit 5948499](https://github.com/googleapis/google-cloud-dotnet/commit/5948499acbe3711fe1e3a05c691a41918b26ea1c))

### New features

- Add `UpdateDataRedactionSettings`, `CreateRollupProperty`, `GetRollupPropertySourceLink`, `ListRollupPropertySourceLinks`, `CreateRollupPropertySourceLink`, `DeleteRollupPropertySourceLink`, `CreateSubproperty`, `CreateSubpropertyEventFilter`, `CreateSubpropertyEventFilter`, `ListSubpropertyEventFilters`, `UpdateSubpropertyEventFilter`, `DeleteSubpropertyEventFilter` methods to the Admin API v1 alpha ([commit 5948499](https://github.com/googleapis/google-cloud-dotnet/commit/5948499acbe3711fe1e3a05c691a41918b26ea1c))
- Add `include_all_users`, `expand_groups` fields to `RunAccessReportRequest` ([commit 5948499](https://github.com/googleapis/google-cloud-dotnet/commit/5948499acbe3711fe1e3a05c691a41918b26ea1c))
- Add `DataRedactionSettings`, `RollupPropertySourceLink`, `SubpropertyEventFilterCondition`, `SubpropertyEventFilterExpression`, `SubpropertyEventFilterExpressionList`, `SubpropertyEventFilterClause`, `SubpropertyEventFilter` types ([commit 5948499](https://github.com/googleapis/google-cloud-dotnet/commit/5948499acbe3711fe1e3a05c691a41918b26ea1c))
- Add the `DATA_REDACTION_SETTINGS` option to the `ChangeHistoryResourceType` enum ([commit 5948499](https://github.com/googleapis/google-cloud-dotnet/commit/5948499acbe3711fe1e3a05c691a41918b26ea1c))
- Add the `data_redaction_settings` field to the `ChangeHistoryResource.resource` oneof field ([commit 5948499](https://github.com/googleapis/google-cloud-dotnet/commit/5948499acbe3711fe1e3a05c691a41918b26ea1c))

## Version 2.0.0-alpha13, released 2023-09-01

### Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion apis/apis.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"apis": [
{
"id": "Google.Analytics.Admin.V1Alpha",
"version": "2.0.0-alpha13",
"version": "2.0.0-alpha14",
"type": "grpc",
"productName": "Analytics Admin",
"productUrl": "https://developers.google.com/analytics",
Expand Down

0 comments on commit 72745c9

Please sign in to comment.