Skip to content

Commit 594263e

Browse files
fix!: [google-analytics-admin] remove the SetAutomatedGa4ConfigurationOptOut method (#14254)
BEGIN_COMMIT_OVERRIDE fix!: remove the `SetAutomatedGa4ConfigurationOptOut` method fix!: remove the `FetchAutomatedGa4ConfigurationOptOut` method fix!: remove the `CreateConnectedSiteTag` method fix!: remove the `DeleteConnectedSiteTag` method fix!: remove the `ListConnectedSiteTags` method fix!: remove the `FetchConnectedGa4Property` method feat: add the `GetReportingIdentitySettings` method fix!: remove the `SetAutomatedGa4ConfigurationOptOutRequest` resource fix!: remove the `SetAutomatedGa4ConfigurationOptOutResponse` resource fix!: remove the `FetchAutomatedGa4ConfigurationOptOutRequest` resource fix!: remove the `FetchAutomatedGa4ConfigurationOptOutResponse` resource fix!: remove the `CreateConnectedSiteTagRequest` resource fix!: remove the `CreateConnectedSiteTagResponse` resource fix!: remove the `DeleteConnectedSiteTagRequest` resource fix!: remove the `ListConnectedSiteTagsRequest` resource fix!: remove the `ListConnectedSiteTagsResponse` resource fix!: remove the `FetchConnectedGa4PropertyRequest` resource fix!: remove the `FetchConnectedGa4PropertyResponse` resource docs: provide additional guidelines for the `user_provided_data` field in the `SubmitUserDeletionRequest` resource feat: add the `GetReportingIdentitySettingsRequest` resource feat: add the `REPORTING_IDENTITY_SETTINGS` resource type to the `ChangeHistoryResourceType` enum feat: add reporting_identity_settings` fields to the `ChangeHistoryResource` resource fix!: remove the `ConnectedSiteTag` resource feat: add the `ReportingIdentitySettings` resource END_COMMIT_OVERRIDE - [ ] Regenerate this pull request now. fix!: remove the `FetchAutomatedGa4ConfigurationOptOut` method fix!: remove the `CreateConnectedSiteTag` method fix!: remove the `DeleteConnectedSiteTag` method fix!: remove the `ListConnectedSiteTags` method fix!: remove the `FetchConnectedGa4Property` method feat: add the `GetReportingIdentitySettings` method fix!: remove the `SetAutomatedGa4ConfigurationOptOutRequest` resource fix!: remove the `SetAutomatedGa4ConfigurationOptOutResponse` resource fix!: remove the `FetchAutomatedGa4ConfigurationOptOutRequest` resource fix!: remove the `FetchAutomatedGa4ConfigurationOptOutResponse` resource fix!: remove the `CreateConnectedSiteTagRequest` resource fix!: remove the `CreateConnectedSiteTagResponse` resource fix!: remove the `DeleteConnectedSiteTagRequest` resource fix!: remove the `ListConnectedSiteTagsRequest` resource fix!: remove the `ListConnectedSiteTagsResponse` resource fix!: remove the `FetchConnectedGa4PropertyRequest` resource fix!: remove the `FetchConnectedGa4PropertyResponse` resource docs: provide additional guidelines for the `user_provided_data` field in the `SubmitUserDeletionRequest` resource feat: add the `GetReportingIdentitySettingsRequest` resource feat: add the `REPORTING_IDENTITY_SETTINGS` resource type to the `ChangeHistoryResourceType` enum feat: add reporting_identity_settings` fields to the `ChangeHistoryResource` resource fix!: remove the `ConnectedSiteTag` resource feat: add the `ReportingIdentitySettings` resource PiperOrigin-RevId: 796959165 Source-Link: googleapis/googleapis@2032c33 Source-Link: googleapis/googleapis-gen@1ecb16c Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWFuYWx5dGljcy1hZG1pbi8uT3dsQm90LnlhbWwiLCJoIjoiMWVjYjE2Y2VkNDU4NWNjMWU1ZGMyNjM0ZGU5ZmFlODZiODEzYmViMiJ9 --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: ohmayr <[email protected]>
1 parent d3079a1 commit 594263e

File tree

19 files changed

+2020
-6806
lines changed

19 files changed

+2020
-6806
lines changed

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

Lines changed: 4 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,6 @@
6767
CreateBigQueryLinkRequest,
6868
CreateCalculatedMetricRequest,
6969
CreateChannelGroupRequest,
70-
CreateConnectedSiteTagRequest,
71-
CreateConnectedSiteTagResponse,
7270
CreateConversionEventRequest,
7371
CreateCustomDimensionRequest,
7472
CreateCustomMetricRequest,
@@ -96,7 +94,6 @@
9694
DeleteBigQueryLinkRequest,
9795
DeleteCalculatedMetricRequest,
9896
DeleteChannelGroupRequest,
99-
DeleteConnectedSiteTagRequest,
10097
DeleteConversionEventRequest,
10198
DeleteDataStreamRequest,
10299
DeleteDisplayVideo360AdvertiserLinkProposalRequest,
@@ -114,10 +111,6 @@
114111
DeleteSearchAds360LinkRequest,
115112
DeleteSKAdNetworkConversionValueSchemaRequest,
116113
DeleteSubpropertyEventFilterRequest,
117-
FetchAutomatedGa4ConfigurationOptOutRequest,
118-
FetchAutomatedGa4ConfigurationOptOutResponse,
119-
FetchConnectedGa4PropertyRequest,
120-
FetchConnectedGa4PropertyResponse,
121114
GetAccessBindingRequest,
122115
GetAccountRequest,
123116
GetAdSenseLinkRequest,
@@ -145,6 +138,7 @@
145138
GetMeasurementProtocolSecretRequest,
146139
GetPropertyRequest,
147140
GetReportingDataAnnotationRequest,
141+
GetReportingIdentitySettingsRequest,
148142
GetRollupPropertySourceLinkRequest,
149143
GetSearchAds360LinkRequest,
150144
GetSKAdNetworkConversionValueSchemaRequest,
@@ -166,8 +160,6 @@
166160
ListCalculatedMetricsResponse,
167161
ListChannelGroupsRequest,
168162
ListChannelGroupsResponse,
169-
ListConnectedSiteTagsRequest,
170-
ListConnectedSiteTagsResponse,
171163
ListConversionEventsRequest,
172164
ListConversionEventsResponse,
173165
ListCustomDimensionsRequest,
@@ -217,8 +209,6 @@
217209
RunAccessReportResponse,
218210
SearchChangeHistoryEventsRequest,
219211
SearchChangeHistoryEventsResponse,
220-
SetAutomatedGa4ConfigurationOptOutRequest,
221-
SetAutomatedGa4ConfigurationOptOutResponse,
222212
SubmitUserDeletionRequest,
223213
SubmitUserDeletionResponse,
224214
UpdateAccessBindingRequest,
@@ -295,7 +285,6 @@
295285
ChangeHistoryEvent,
296286
ChangeHistoryResourceType,
297287
CoarseValue,
298-
ConnectedSiteTag,
299288
ConversionEvent,
300289
ConversionValues,
301290
CustomDimension,
@@ -325,6 +314,7 @@
325314
PropertySummary,
326315
PropertyType,
327316
ReportingDataAnnotation,
317+
ReportingIdentitySettings,
328318
RollupPropertySourceLink,
329319
SearchAds360Link,
330320
ServiceLevel,
@@ -382,8 +372,6 @@
382372
"CreateBigQueryLinkRequest",
383373
"CreateCalculatedMetricRequest",
384374
"CreateChannelGroupRequest",
385-
"CreateConnectedSiteTagRequest",
386-
"CreateConnectedSiteTagResponse",
387375
"CreateConversionEventRequest",
388376
"CreateCustomDimensionRequest",
389377
"CreateCustomMetricRequest",
@@ -411,7 +399,6 @@
411399
"DeleteBigQueryLinkRequest",
412400
"DeleteCalculatedMetricRequest",
413401
"DeleteChannelGroupRequest",
414-
"DeleteConnectedSiteTagRequest",
415402
"DeleteConversionEventRequest",
416403
"DeleteDataStreamRequest",
417404
"DeleteDisplayVideo360AdvertiserLinkProposalRequest",
@@ -429,10 +416,6 @@
429416
"DeleteSearchAds360LinkRequest",
430417
"DeleteSKAdNetworkConversionValueSchemaRequest",
431418
"DeleteSubpropertyEventFilterRequest",
432-
"FetchAutomatedGa4ConfigurationOptOutRequest",
433-
"FetchAutomatedGa4ConfigurationOptOutResponse",
434-
"FetchConnectedGa4PropertyRequest",
435-
"FetchConnectedGa4PropertyResponse",
436419
"GetAccessBindingRequest",
437420
"GetAccountRequest",
438421
"GetAdSenseLinkRequest",
@@ -460,6 +443,7 @@
460443
"GetMeasurementProtocolSecretRequest",
461444
"GetPropertyRequest",
462445
"GetReportingDataAnnotationRequest",
446+
"GetReportingIdentitySettingsRequest",
463447
"GetRollupPropertySourceLinkRequest",
464448
"GetSearchAds360LinkRequest",
465449
"GetSKAdNetworkConversionValueSchemaRequest",
@@ -481,8 +465,6 @@
481465
"ListCalculatedMetricsResponse",
482466
"ListChannelGroupsRequest",
483467
"ListChannelGroupsResponse",
484-
"ListConnectedSiteTagsRequest",
485-
"ListConnectedSiteTagsResponse",
486468
"ListConversionEventsRequest",
487469
"ListConversionEventsResponse",
488470
"ListCustomDimensionsRequest",
@@ -532,8 +514,6 @@
532514
"RunAccessReportResponse",
533515
"SearchChangeHistoryEventsRequest",
534516
"SearchChangeHistoryEventsResponse",
535-
"SetAutomatedGa4ConfigurationOptOutRequest",
536-
"SetAutomatedGa4ConfigurationOptOutResponse",
537517
"SubmitUserDeletionRequest",
538518
"SubmitUserDeletionResponse",
539519
"UpdateAccessBindingRequest",
@@ -596,7 +576,6 @@
596576
"CalculatedMetric",
597577
"ChangeHistoryChange",
598578
"ChangeHistoryEvent",
599-
"ConnectedSiteTag",
600579
"ConversionEvent",
601580
"ConversionValues",
602581
"CustomDimension",
@@ -620,6 +599,7 @@
620599
"Property",
621600
"PropertySummary",
622601
"ReportingDataAnnotation",
602+
"ReportingIdentitySettings",
623603
"RollupPropertySourceLink",
624604
"SearchAds360Link",
625605
"SKAdNetworkConversionValueSchema",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "0.24.1" # {x-release-please-version}
16+
__version__ = "0.0.0" # {x-release-please-version}

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

Lines changed: 4 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,6 @@
6565
CreateBigQueryLinkRequest,
6666
CreateCalculatedMetricRequest,
6767
CreateChannelGroupRequest,
68-
CreateConnectedSiteTagRequest,
69-
CreateConnectedSiteTagResponse,
7068
CreateConversionEventRequest,
7169
CreateCustomDimensionRequest,
7270
CreateCustomMetricRequest,
@@ -94,7 +92,6 @@
9492
DeleteBigQueryLinkRequest,
9593
DeleteCalculatedMetricRequest,
9694
DeleteChannelGroupRequest,
97-
DeleteConnectedSiteTagRequest,
9895
DeleteConversionEventRequest,
9996
DeleteDataStreamRequest,
10097
DeleteDisplayVideo360AdvertiserLinkProposalRequest,
@@ -112,10 +109,6 @@
112109
DeleteSearchAds360LinkRequest,
113110
DeleteSKAdNetworkConversionValueSchemaRequest,
114111
DeleteSubpropertyEventFilterRequest,
115-
FetchAutomatedGa4ConfigurationOptOutRequest,
116-
FetchAutomatedGa4ConfigurationOptOutResponse,
117-
FetchConnectedGa4PropertyRequest,
118-
FetchConnectedGa4PropertyResponse,
119112
GetAccessBindingRequest,
120113
GetAccountRequest,
121114
GetAdSenseLinkRequest,
@@ -143,6 +136,7 @@
143136
GetMeasurementProtocolSecretRequest,
144137
GetPropertyRequest,
145138
GetReportingDataAnnotationRequest,
139+
GetReportingIdentitySettingsRequest,
146140
GetRollupPropertySourceLinkRequest,
147141
GetSearchAds360LinkRequest,
148142
GetSKAdNetworkConversionValueSchemaRequest,
@@ -164,8 +158,6 @@
164158
ListCalculatedMetricsResponse,
165159
ListChannelGroupsRequest,
166160
ListChannelGroupsResponse,
167-
ListConnectedSiteTagsRequest,
168-
ListConnectedSiteTagsResponse,
169161
ListConversionEventsRequest,
170162
ListConversionEventsResponse,
171163
ListCustomDimensionsRequest,
@@ -215,8 +207,6 @@
215207
RunAccessReportResponse,
216208
SearchChangeHistoryEventsRequest,
217209
SearchChangeHistoryEventsResponse,
218-
SetAutomatedGa4ConfigurationOptOutRequest,
219-
SetAutomatedGa4ConfigurationOptOutResponse,
220210
SubmitUserDeletionRequest,
221211
SubmitUserDeletionResponse,
222212
UpdateAccessBindingRequest,
@@ -293,7 +283,6 @@
293283
ChangeHistoryEvent,
294284
ChangeHistoryResourceType,
295285
CoarseValue,
296-
ConnectedSiteTag,
297286
ConversionEvent,
298287
ConversionValues,
299288
CustomDimension,
@@ -323,6 +312,7 @@
323312
PropertySummary,
324313
PropertyType,
325314
ReportingDataAnnotation,
315+
ReportingIdentitySettings,
326316
RollupPropertySourceLink,
327317
SearchAds360Link,
328318
ServiceLevel,
@@ -400,7 +390,6 @@
400390
"ChannelGroupFilterExpression",
401391
"ChannelGroupFilterExpressionList",
402392
"CoarseValue",
403-
"ConnectedSiteTag",
404393
"ConversionEvent",
405394
"ConversionValues",
406395
"CreateAccessBindingRequest",
@@ -409,8 +398,6 @@
409398
"CreateBigQueryLinkRequest",
410399
"CreateCalculatedMetricRequest",
411400
"CreateChannelGroupRequest",
412-
"CreateConnectedSiteTagRequest",
413-
"CreateConnectedSiteTagResponse",
414401
"CreateConversionEventRequest",
415402
"CreateCustomDimensionRequest",
416403
"CreateCustomMetricRequest",
@@ -444,7 +431,6 @@
444431
"DeleteBigQueryLinkRequest",
445432
"DeleteCalculatedMetricRequest",
446433
"DeleteChannelGroupRequest",
447-
"DeleteConnectedSiteTagRequest",
448434
"DeleteConversionEventRequest",
449435
"DeleteDataStreamRequest",
450436
"DeleteDisplayVideo360AdvertiserLinkProposalRequest",
@@ -472,10 +458,6 @@
472458
"ExpandedDataSetFilter",
473459
"ExpandedDataSetFilterExpression",
474460
"ExpandedDataSetFilterExpressionList",
475-
"FetchAutomatedGa4ConfigurationOptOutRequest",
476-
"FetchAutomatedGa4ConfigurationOptOutResponse",
477-
"FetchConnectedGa4PropertyRequest",
478-
"FetchConnectedGa4PropertyResponse",
479461
"FirebaseLink",
480462
"GetAccessBindingRequest",
481463
"GetAccountRequest",
@@ -504,6 +486,7 @@
504486
"GetMeasurementProtocolSecretRequest",
505487
"GetPropertyRequest",
506488
"GetReportingDataAnnotationRequest",
489+
"GetReportingIdentitySettingsRequest",
507490
"GetRollupPropertySourceLinkRequest",
508491
"GetSKAdNetworkConversionValueSchemaRequest",
509492
"GetSearchAds360LinkRequest",
@@ -536,8 +519,6 @@
536519
"ListCalculatedMetricsResponse",
537520
"ListChannelGroupsRequest",
538521
"ListChannelGroupsResponse",
539-
"ListConnectedSiteTagsRequest",
540-
"ListConnectedSiteTagsResponse",
541522
"ListConversionEventsRequest",
542523
"ListConversionEventsResponse",
543524
"ListCustomDimensionsRequest",
@@ -592,6 +573,7 @@
592573
"ProvisionSubpropertyResponse",
593574
"ReorderEventEditRulesRequest",
594575
"ReportingDataAnnotation",
576+
"ReportingIdentitySettings",
595577
"RollupPropertySourceLink",
596578
"RunAccessReportRequest",
597579
"RunAccessReportResponse",
@@ -600,8 +582,6 @@
600582
"SearchChangeHistoryEventsRequest",
601583
"SearchChangeHistoryEventsResponse",
602584
"ServiceLevel",
603-
"SetAutomatedGa4ConfigurationOptOutRequest",
604-
"SetAutomatedGa4ConfigurationOptOutResponse",
605585
"SubmitUserDeletionRequest",
606586
"SubmitUserDeletionResponse",
607587
"SubpropertyEventFilter",

0 commit comments

Comments
 (0)