chore: librarian generate pull request: 20260225T082017Z (#15608) · googleapis/google-cloud-python@e40bfd4
@@ -24,10 +24,43 @@
2424from google.ads.datamanager_v1.services.ingestion_service.client import (
2525IngestionServiceClient,
2626)
27+from google.ads.datamanager_v1.services.marketing_data_insights_service.async_client import (
28+MarketingDataInsightsServiceAsyncClient,
29+)
30+from google.ads.datamanager_v1.services.marketing_data_insights_service.client import (
31+MarketingDataInsightsServiceClient,
32+)
33+from google.ads.datamanager_v1.services.partner_link_service.async_client import (
34+PartnerLinkServiceAsyncClient,
35+)
36+from google.ads.datamanager_v1.services.partner_link_service.client import (
37+PartnerLinkServiceClient,
38+)
39+from google.ads.datamanager_v1.services.user_list_direct_license_service.async_client import (
40+UserListDirectLicenseServiceAsyncClient,
41+)
42+from google.ads.datamanager_v1.services.user_list_direct_license_service.client import (
43+UserListDirectLicenseServiceClient,
44+)
45+from google.ads.datamanager_v1.services.user_list_global_license_service.async_client import (
46+UserListGlobalLicenseServiceAsyncClient,
47+)
48+from google.ads.datamanager_v1.services.user_list_global_license_service.client import (
49+UserListGlobalLicenseServiceClient,
50+)
51+from google.ads.datamanager_v1.services.user_list_service.async_client import (
52+UserListServiceAsyncClient,
53+)
54+from google.ads.datamanager_v1.services.user_list_service.client import (
55+UserListServiceClient,
56+)
57+from google.ads.datamanager_v1.types.age_range import AgeRange
2758from google.ads.datamanager_v1.types.audience import (
2859AudienceMember,
2960MobileData,
3061PairData,
62+PpidData,
63+UserIdData,
3164)
3265from google.ads.datamanager_v1.types.cart_data import CartData, Item
3366from google.ads.datamanager_v1.types.consent import Consent, ConsentStatus
@@ -51,6 +84,7 @@
5184EventSource,
5285)
5386from google.ads.datamanager_v1.types.experimental_field import ExperimentalField
87+from google.ads.datamanager_v1.types.gender import Gender
5488from google.ads.datamanager_v1.types.ingestion_service import (
5589Encoding,
5690IngestAudienceMembersRequest,
@@ -62,8 +96,20 @@
6296RetrieveRequestStatusRequest,
6397RetrieveRequestStatusResponse,
6498)
99+from google.ads.datamanager_v1.types.insights_service import (
100+Baseline,
101+RetrieveInsightsRequest,
102+RetrieveInsightsResponse,
103+)
65104from google.ads.datamanager_v1.types.item_parameter import ItemParameter
66105from google.ads.datamanager_v1.types.match_rate import MatchRateRange
106+from google.ads.datamanager_v1.types.partner_link_service import (
107+CreatePartnerLinkRequest,
108+DeletePartnerLinkRequest,
109+PartnerLink,
110+SearchPartnerLinksRequest,
111+SearchPartnerLinksResponse,
112+)
67113from google.ads.datamanager_v1.types.processing_errors import (
68114ErrorCount,
69115ErrorInfo,
@@ -84,6 +130,65 @@
84130UserData,
85131UserIdentifier,
86132)
133+from google.ads.datamanager_v1.types.user_list import (
134+ContactIdInfo,
135+DataSourceType,
136+IngestedUserListInfo,
137+MobileIdInfo,
138+PairIdInfo,
139+PartnerAudienceInfo,
140+PseudonymousIdInfo,
141+SizeInfo,
142+TargetNetworkInfo,
143+UserIdInfo,
144+UserList,
145+)
146+from google.ads.datamanager_v1.types.user_list_direct_license import (
147+UserListDirectLicense,
148+)
149+from google.ads.datamanager_v1.types.user_list_direct_license_service import (
150+CreateUserListDirectLicenseRequest,
151+GetUserListDirectLicenseRequest,
152+ListUserListDirectLicensesRequest,
153+ListUserListDirectLicensesResponse,
154+UpdateUserListDirectLicenseRequest,
155+)
156+from google.ads.datamanager_v1.types.user_list_global_license import (
157+UserListGlobalLicense,
158+UserListGlobalLicenseCustomerInfo,
159+)
160+from google.ads.datamanager_v1.types.user_list_global_license_service import (
161+CreateUserListGlobalLicenseRequest,
162+GetUserListGlobalLicenseRequest,
163+ListUserListGlobalLicenseCustomerInfosRequest,
164+ListUserListGlobalLicenseCustomerInfosResponse,
165+ListUserListGlobalLicensesRequest,
166+ListUserListGlobalLicensesResponse,
167+UpdateUserListGlobalLicenseRequest,
168+)
169+from google.ads.datamanager_v1.types.user_list_global_license_type import (
170+UserListGlobalLicenseType,
171+)
172+from google.ads.datamanager_v1.types.user_list_license_client_account_type import (
173+UserListLicenseClientAccountType,
174+)
175+from google.ads.datamanager_v1.types.user_list_license_metrics import (
176+UserListLicenseMetrics,
177+)
178+from google.ads.datamanager_v1.types.user_list_license_pricing import (
179+UserListLicensePricing,
180+)
181+from google.ads.datamanager_v1.types.user_list_license_status import (
182+UserListLicenseStatus,
183+)
184+from google.ads.datamanager_v1.types.user_list_service import (
185+CreateUserListRequest,
186+DeleteUserListRequest,
187+GetUserListRequest,
188+ListUserListsRequest,
189+ListUserListsResponse,
190+UpdateUserListRequest,
191+)
87192from google.ads.datamanager_v1.types.user_properties import (
88193CustomerType,
89194CustomerValueBucket,
@@ -94,9 +199,22 @@
94199__all__ = (
95200"IngestionServiceClient",
96201"IngestionServiceAsyncClient",
202+"MarketingDataInsightsServiceClient",
203+"MarketingDataInsightsServiceAsyncClient",
204+"PartnerLinkServiceClient",
205+"PartnerLinkServiceAsyncClient",
206+"UserListDirectLicenseServiceClient",
207+"UserListDirectLicenseServiceAsyncClient",
208+"UserListGlobalLicenseServiceClient",
209+"UserListGlobalLicenseServiceAsyncClient",
210+"UserListServiceClient",
211+"UserListServiceAsyncClient",
212+"AgeRange",
97213"AudienceMember",
98214"MobileData",
99215"PairData",
216+"PpidData",
217+"UserIdData",
100218"CartData",
101219"Item",
102220"Consent",
@@ -115,6 +233,7 @@
115233"EventParameter",
116234"EventSource",
117235"ExperimentalField",
236+"Gender",
118237"IngestAudienceMembersRequest",
119238"IngestAudienceMembersResponse",
120239"IngestEventsRequest",
@@ -124,8 +243,16 @@
124243"RetrieveRequestStatusRequest",
125244"RetrieveRequestStatusResponse",
126245"Encoding",
246+"Baseline",
247+"RetrieveInsightsRequest",
248+"RetrieveInsightsResponse",
127249"ItemParameter",
128250"MatchRateRange",
251+"CreatePartnerLinkRequest",
252+"DeletePartnerLinkRequest",
253+"PartnerLink",
254+"SearchPartnerLinksRequest",
255+"SearchPartnerLinksResponse",
129256"ErrorCount",
130257"ErrorInfo",
131258"WarningCount",
@@ -138,6 +265,43 @@
138265"AddressInfo",
139266"UserData",
140267"UserIdentifier",
268+"ContactIdInfo",
269+"IngestedUserListInfo",
270+"MobileIdInfo",
271+"PairIdInfo",
272+"PartnerAudienceInfo",
273+"PseudonymousIdInfo",
274+"SizeInfo",
275+"TargetNetworkInfo",
276+"UserIdInfo",
277+"UserList",
278+"DataSourceType",
279+"UserListDirectLicense",
280+"CreateUserListDirectLicenseRequest",
281+"GetUserListDirectLicenseRequest",
282+"ListUserListDirectLicensesRequest",
283+"ListUserListDirectLicensesResponse",
284+"UpdateUserListDirectLicenseRequest",
285+"UserListGlobalLicense",
286+"UserListGlobalLicenseCustomerInfo",
287+"CreateUserListGlobalLicenseRequest",
288+"GetUserListGlobalLicenseRequest",
289+"ListUserListGlobalLicenseCustomerInfosRequest",
290+"ListUserListGlobalLicenseCustomerInfosResponse",
291+"ListUserListGlobalLicensesRequest",
292+"ListUserListGlobalLicensesResponse",
293+"UpdateUserListGlobalLicenseRequest",
294+"UserListGlobalLicenseType",
295+"UserListLicenseClientAccountType",
296+"UserListLicenseMetrics",
297+"UserListLicensePricing",
298+"UserListLicenseStatus",
299+"CreateUserListRequest",
300+"DeleteUserListRequest",
301+"GetUserListRequest",
302+"ListUserListsRequest",
303+"ListUserListsResponse",
304+"UpdateUserListRequest",
141305"UserProperties",
142306"UserProperty",
143307"CustomerType",