Skip to content

Commit

Permalink
fix!: delete BatchDeleteUserLinks, DeleteUserLink, `BatchUpdateUs…
Browse files Browse the repository at this point in the history
…erLinks`, `UpdateUserLink`, `BatchCreateUserLinks`, `CreateUserLink`, `AuditUserLinks`, `ListUserLinks`, `BatchGetUserLinks`, `GetUserLink` from the Admin API v1 alpha as per the announcement in https://bit.ly/46yBIDt

feat: add `UpdateDataRedactionSettings`, `CreateRollupProperty`, `GetRollupPropertySourceLink`, `ListRollupPropertySourceLinks`, `CreateRollupPropertySourceLink`, `DeleteRollupPropertySourceLink`, `CreateSubproperty`, `CreateSubpropertyEventFilter`, `CreateSubpropertyEventFilter`, `ListSubpropertyEventFilters`, `UpdateSubpropertyEventFilter`, `DeleteSubpropertyEventFilter` methods to the Admin API v1 alpha

feat: add `include_all_users`, `expand_groups` fields to `RunAccessReportRequest`

feat: add `DataRedactionSettings`, `RollupPropertySourceLink`, `SubpropertyEventFilterCondition`, `SubpropertyEventFilterExpression`, `SubpropertyEventFilterExpressionList`, `SubpropertyEventFilterClause`, `SubpropertyEventFilter` types

feat: add the `DATA_REDACTION_SETTINGS` option to the `ChangeHistoryResourceType` enum

feat: add the `data_redaction_settings` field to the `ChangeHistoryResource.resource` oneof field
PiperOrigin-RevId: 574877732
  • Loading branch information
Google APIs authored and Copybara-Service committed Oct 19, 2023
1 parent d160921 commit a3006dd
Show file tree
Hide file tree
Showing 5 changed files with 650 additions and 457 deletions.
5 changes: 5 additions & 0 deletions google/analytics/admin/v1alpha/BUILD.bazel
Expand Up @@ -28,6 +28,7 @@ proto_library(
"event_create_and_edit.proto",
"expanded_data_set.proto",
"resources.proto",
"subproperty_event_filter.proto",
],
deps = [
"//google/api:annotations_proto",
Expand Down Expand Up @@ -179,6 +180,9 @@ py_gapic_library(
transport = "grpc+rest",
deps = [
],
opt_args = [
"autogen-snippets=False",
],
)

py_test(
Expand Down Expand Up @@ -332,6 +336,7 @@ load(

csharp_proto_library(
name = "admin_csharp_proto",
extra_opts = [],
deps = [":admin_proto"],
)

Expand Down

0 comments on commit a3006dd

Please sign in to comment.