Skip to content

Commit a3006dd

Browse files
Google APIscopybara-github
authored andcommitted
fix!: 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
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
1 parent d160921 commit a3006dd

5 files changed

Lines changed: 650 additions & 457 deletions

File tree

google/analytics/admin/v1alpha/BUILD.bazel

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ proto_library(
2828
"event_create_and_edit.proto",
2929
"expanded_data_set.proto",
3030
"resources.proto",
31+
"subproperty_event_filter.proto",
3132
],
3233
deps = [
3334
"//google/api:annotations_proto",
@@ -179,6 +180,9 @@ py_gapic_library(
179180
transport = "grpc+rest",
180181
deps = [
181182
],
183+
opt_args = [
184+
"autogen-snippets=False",
185+
],
182186
)
183187

184188
py_test(
@@ -332,6 +336,7 @@ load(
332336

333337
csharp_proto_library(
334338
name = "admin_csharp_proto",
339+
extra_opts = [],
335340
deps = [":admin_proto"],
336341
)
337342

0 commit comments

Comments
 (0)