Skip to content

Commit c59a5c9

Browse files
feat: [google-analytics-admin] add the CreateReportingDataAnnotation method (#13798)
- [ ] Regenerate this pull request now. BEGIN_COMMIT_OVERRIDE feat: add the `GetReportingDataAnnotation` method feat: add the `ListReportingDataAnnotations` method feat: add the `UpdateReportingDataAnnotation` method feat: add the `DeleteReportingDataAnnotation` method feat: add the `SubmitUserDeletion` method feat: add the `REPORTING_DATA_ANNOTATION` resource type to the `ChangeHistoryResourceType` enum fix!: change an existing value KEY_EVENT = 32 to KEY_EVENT = 30 in enum `ChangeHistoryResourceType`. fix!: rename an existing field `key_event` to `reporting_data_annotation` in `ChangeHistoryChange`. feat: add the `ReportingDataAnnotation` type feat: add `key_event`, `reporting_data_annotation` fields to the `ChangeHistoryResource` resource docs: announce the deprecation of the `sharing_with_google_any_sales_enabled` field of the `DataSharingSettings` type docs: 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 feat: add the `CreateReportingDataAnnotation` method END_COMMIT_OVERRIDE PiperOrigin-RevId: 748054282 Source-Link: googleapis/googleapis@1137462 Source-Link: googleapis/googleapis-gen@383795c Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWFuYWx5dGljcy1hZG1pbi8uT3dsQm90LnlhbWwiLCJoIjoiMzgzNzk1YzQyNmU3NGZlNGYxN2UzNDVlMmZiNmFlN2ZiMzcyMWRmMCJ9 --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 5f6227b commit c59a5c9

16 files changed

Lines changed: 30835 additions & 21740 deletions

File tree

packages/google-analytics-admin/google/analytics/admin/__init__.py

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@
8383
CreateKeyEventRequest,
8484
CreateMeasurementProtocolSecretRequest,
8585
CreatePropertyRequest,
86+
CreateReportingDataAnnotationRequest,
8687
CreateRollupPropertyRequest,
8788
CreateRollupPropertyResponse,
8889
CreateRollupPropertySourceLinkRequest,
@@ -108,6 +109,7 @@
108109
DeleteKeyEventRequest,
109110
DeleteMeasurementProtocolSecretRequest,
110111
DeletePropertyRequest,
112+
DeleteReportingDataAnnotationRequest,
111113
DeleteRollupPropertySourceLinkRequest,
112114
DeleteSearchAds360LinkRequest,
113115
DeleteSKAdNetworkConversionValueSchemaRequest,
@@ -142,6 +144,7 @@
142144
GetKeyEventRequest,
143145
GetMeasurementProtocolSecretRequest,
144146
GetPropertyRequest,
147+
GetReportingDataAnnotationRequest,
145148
GetRollupPropertySourceLinkRequest,
146149
GetSearchAds360LinkRequest,
147150
GetSKAdNetworkConversionValueSchemaRequest,
@@ -192,6 +195,8 @@
192195
ListMeasurementProtocolSecretsResponse,
193196
ListPropertiesRequest,
194197
ListPropertiesResponse,
198+
ListReportingDataAnnotationsRequest,
199+
ListReportingDataAnnotationsResponse,
195200
ListRollupPropertySourceLinksRequest,
196201
ListRollupPropertySourceLinksResponse,
197202
ListSearchAds360LinksRequest,
@@ -211,6 +216,8 @@
211216
SearchChangeHistoryEventsResponse,
212217
SetAutomatedGa4ConfigurationOptOutRequest,
213218
SetAutomatedGa4ConfigurationOptOutResponse,
219+
SubmitUserDeletionRequest,
220+
SubmitUserDeletionResponse,
214221
UpdateAccessBindingRequest,
215222
UpdateAccountRequest,
216223
UpdateAttributionSettingsRequest,
@@ -234,6 +241,7 @@
234241
UpdateKeyEventRequest,
235242
UpdateMeasurementProtocolSecretRequest,
236243
UpdatePropertyRequest,
244+
UpdateReportingDataAnnotationRequest,
237245
UpdateSearchAds360LinkRequest,
238246
UpdateSKAdNetworkConversionValueSchemaRequest,
239247
UpdateSubpropertyEventFilterRequest,
@@ -312,6 +320,7 @@
312320
Property,
313321
PropertySummary,
314322
PropertyType,
323+
ReportingDataAnnotation,
315324
RollupPropertySourceLink,
316325
SearchAds360Link,
317326
ServiceLevel,
@@ -384,6 +393,7 @@
384393
"CreateKeyEventRequest",
385394
"CreateMeasurementProtocolSecretRequest",
386395
"CreatePropertyRequest",
396+
"CreateReportingDataAnnotationRequest",
387397
"CreateRollupPropertyRequest",
388398
"CreateRollupPropertyResponse",
389399
"CreateRollupPropertySourceLinkRequest",
@@ -409,6 +419,7 @@
409419
"DeleteKeyEventRequest",
410420
"DeleteMeasurementProtocolSecretRequest",
411421
"DeletePropertyRequest",
422+
"DeleteReportingDataAnnotationRequest",
412423
"DeleteRollupPropertySourceLinkRequest",
413424
"DeleteSearchAds360LinkRequest",
414425
"DeleteSKAdNetworkConversionValueSchemaRequest",
@@ -443,6 +454,7 @@
443454
"GetKeyEventRequest",
444455
"GetMeasurementProtocolSecretRequest",
445456
"GetPropertyRequest",
457+
"GetReportingDataAnnotationRequest",
446458
"GetRollupPropertySourceLinkRequest",
447459
"GetSearchAds360LinkRequest",
448460
"GetSKAdNetworkConversionValueSchemaRequest",
@@ -493,6 +505,8 @@
493505
"ListMeasurementProtocolSecretsResponse",
494506
"ListPropertiesRequest",
495507
"ListPropertiesResponse",
508+
"ListReportingDataAnnotationsRequest",
509+
"ListReportingDataAnnotationsResponse",
496510
"ListRollupPropertySourceLinksRequest",
497511
"ListRollupPropertySourceLinksResponse",
498512
"ListSearchAds360LinksRequest",
@@ -512,6 +526,8 @@
512526
"SearchChangeHistoryEventsResponse",
513527
"SetAutomatedGa4ConfigurationOptOutRequest",
514528
"SetAutomatedGa4ConfigurationOptOutResponse",
529+
"SubmitUserDeletionRequest",
530+
"SubmitUserDeletionResponse",
515531
"UpdateAccessBindingRequest",
516532
"UpdateAccountRequest",
517533
"UpdateAttributionSettingsRequest",
@@ -535,6 +551,7 @@
535551
"UpdateKeyEventRequest",
536552
"UpdateMeasurementProtocolSecretRequest",
537553
"UpdatePropertyRequest",
554+
"UpdateReportingDataAnnotationRequest",
538555
"UpdateSearchAds360LinkRequest",
539556
"UpdateSKAdNetworkConversionValueSchemaRequest",
540557
"UpdateSubpropertyEventFilterRequest",
@@ -593,6 +610,7 @@
593610
"PostbackWindow",
594611
"Property",
595612
"PropertySummary",
613+
"ReportingDataAnnotation",
596614
"RollupPropertySourceLink",
597615
"SearchAds360Link",
598616
"SKAdNetworkConversionValueSchema",

packages/google-analytics-admin/google/analytics/admin_v1alpha/__init__.py

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@
8181
CreateKeyEventRequest,
8282
CreateMeasurementProtocolSecretRequest,
8383
CreatePropertyRequest,
84+
CreateReportingDataAnnotationRequest,
8485
CreateRollupPropertyRequest,
8586
CreateRollupPropertyResponse,
8687
CreateRollupPropertySourceLinkRequest,
@@ -106,6 +107,7 @@
106107
DeleteKeyEventRequest,
107108
DeleteMeasurementProtocolSecretRequest,
108109
DeletePropertyRequest,
110+
DeleteReportingDataAnnotationRequest,
109111
DeleteRollupPropertySourceLinkRequest,
110112
DeleteSearchAds360LinkRequest,
111113
DeleteSKAdNetworkConversionValueSchemaRequest,
@@ -140,6 +142,7 @@
140142
GetKeyEventRequest,
141143
GetMeasurementProtocolSecretRequest,
142144
GetPropertyRequest,
145+
GetReportingDataAnnotationRequest,
143146
GetRollupPropertySourceLinkRequest,
144147
GetSearchAds360LinkRequest,
145148
GetSKAdNetworkConversionValueSchemaRequest,
@@ -190,6 +193,8 @@
190193
ListMeasurementProtocolSecretsResponse,
191194
ListPropertiesRequest,
192195
ListPropertiesResponse,
196+
ListReportingDataAnnotationsRequest,
197+
ListReportingDataAnnotationsResponse,
193198
ListRollupPropertySourceLinksRequest,
194199
ListRollupPropertySourceLinksResponse,
195200
ListSearchAds360LinksRequest,
@@ -209,6 +214,8 @@
209214
SearchChangeHistoryEventsResponse,
210215
SetAutomatedGa4ConfigurationOptOutRequest,
211216
SetAutomatedGa4ConfigurationOptOutResponse,
217+
SubmitUserDeletionRequest,
218+
SubmitUserDeletionResponse,
212219
UpdateAccessBindingRequest,
213220
UpdateAccountRequest,
214221
UpdateAttributionSettingsRequest,
@@ -232,6 +239,7 @@
232239
UpdateKeyEventRequest,
233240
UpdateMeasurementProtocolSecretRequest,
234241
UpdatePropertyRequest,
242+
UpdateReportingDataAnnotationRequest,
235243
UpdateSearchAds360LinkRequest,
236244
UpdateSKAdNetworkConversionValueSchemaRequest,
237245
UpdateSubpropertyEventFilterRequest,
@@ -310,6 +318,7 @@
310318
Property,
311319
PropertySummary,
312320
PropertyType,
321+
ReportingDataAnnotation,
313322
RollupPropertySourceLink,
314323
SearchAds360Link,
315324
ServiceLevel,
@@ -411,6 +420,7 @@
411420
"CreateKeyEventRequest",
412421
"CreateMeasurementProtocolSecretRequest",
413422
"CreatePropertyRequest",
423+
"CreateReportingDataAnnotationRequest",
414424
"CreateRollupPropertyRequest",
415425
"CreateRollupPropertyResponse",
416426
"CreateRollupPropertySourceLinkRequest",
@@ -442,6 +452,7 @@
442452
"DeleteKeyEventRequest",
443453
"DeleteMeasurementProtocolSecretRequest",
444454
"DeletePropertyRequest",
455+
"DeleteReportingDataAnnotationRequest",
445456
"DeleteRollupPropertySourceLinkRequest",
446457
"DeleteSKAdNetworkConversionValueSchemaRequest",
447458
"DeleteSearchAds360LinkRequest",
@@ -487,6 +498,7 @@
487498
"GetKeyEventRequest",
488499
"GetMeasurementProtocolSecretRequest",
489500
"GetPropertyRequest",
501+
"GetReportingDataAnnotationRequest",
490502
"GetRollupPropertySourceLinkRequest",
491503
"GetSKAdNetworkConversionValueSchemaRequest",
492504
"GetSearchAds360LinkRequest",
@@ -548,6 +560,8 @@
548560
"ListMeasurementProtocolSecretsResponse",
549561
"ListPropertiesRequest",
550562
"ListPropertiesResponse",
563+
"ListReportingDataAnnotationsRequest",
564+
"ListReportingDataAnnotationsResponse",
551565
"ListRollupPropertySourceLinksRequest",
552566
"ListRollupPropertySourceLinksResponse",
553567
"ListSKAdNetworkConversionValueSchemasRequest",
@@ -569,6 +583,7 @@
569583
"ProvisionSubpropertyRequest",
570584
"ProvisionSubpropertyResponse",
571585
"ReorderEventEditRulesRequest",
586+
"ReportingDataAnnotation",
572587
"RollupPropertySourceLink",
573588
"RunAccessReportRequest",
574589
"RunAccessReportResponse",
@@ -579,6 +594,8 @@
579594
"ServiceLevel",
580595
"SetAutomatedGa4ConfigurationOptOutRequest",
581596
"SetAutomatedGa4ConfigurationOptOutResponse",
597+
"SubmitUserDeletionRequest",
598+
"SubmitUserDeletionResponse",
582599
"SubpropertyEventFilter",
583600
"SubpropertyEventFilterClause",
584601
"SubpropertyEventFilterCondition",
@@ -607,6 +624,7 @@
607624
"UpdateKeyEventRequest",
608625
"UpdateMeasurementProtocolSecretRequest",
609626
"UpdatePropertyRequest",
627+
"UpdateReportingDataAnnotationRequest",
610628
"UpdateSKAdNetworkConversionValueSchemaRequest",
611629
"UpdateSearchAds360LinkRequest",
612630
"UpdateSubpropertyEventFilterRequest",

0 commit comments

Comments
 (0)