Skip to content

Commit 08c24c8

Browse files
authored
chore: update googleapis and regenerate (#16882)
1 parent b39d328 commit 08c24c8

289 files changed

Lines changed: 116503 additions & 14368 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

librarian.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ version: v0.11.0
1616
repo: googleapis/google-cloud-python
1717
sources:
1818
googleapis:
19-
commit: 4ad1b6750926701f94ae8a88525395fd17b42cfe
20-
sha256: 4a54e2829977dea29fb0dde856b182a009873c9f1296e4df3ccb35c62511137b
19+
commit: 8bd905897f61fb6f2e7d8b7cb3e2ca41d0cbc9c8
20+
sha256: bad85ba8a113ccb3dbe9bf54b80f25068a76a2b9c7d59b6af98a524f40712e69
2121
release:
2222
ignored_changes:
2323
- .repo-metadata.json

packages/google-analytics-data/google/analytics/data_v1alpha/__init__.py

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
CreateRecurringAudienceListRequest,
4444
CreateReportTaskRequest,
4545
GetAudienceListRequest,
46+
GetMetadataRequest,
4647
GetPropertyQuotasSnapshotRequest,
4748
GetRecurringAudienceListRequest,
4849
GetReportTaskRequest,
@@ -52,6 +53,7 @@
5253
ListRecurringAudienceListsResponse,
5354
ListReportTasksRequest,
5455
ListReportTasksResponse,
56+
Metadata,
5557
PropertyQuotasSnapshot,
5658
QueryAudienceListRequest,
5759
QueryAudienceListResponse,
@@ -62,8 +64,8 @@
6264
ReportTaskMetadata,
6365
RunFunnelReportRequest,
6466
RunFunnelReportResponse,
65-
SheetExportAudienceListRequest,
66-
SheetExportAudienceListResponse,
67+
RunReportRequest,
68+
RunReportResponse,
6769
WebhookNotification,
6870
)
6971
from .types.data import (
@@ -72,10 +74,15 @@
7274
CohortReportSettings,
7375
CohortSpec,
7476
CohortsRange,
77+
Comparison,
78+
ComparisonMetadata,
79+
ConversionMetadata,
80+
ConversionSpec,
7581
DateRange,
7682
Dimension,
7783
DimensionExpression,
7884
DimensionHeader,
85+
DimensionMetadata,
7986
DimensionValue,
8087
EmptyFilter,
8188
EventCriteriaScoping,
@@ -104,6 +111,7 @@
104111
Metric,
105112
MetricAggregation,
106113
MetricHeader,
114+
MetricMetadata,
107115
MetricType,
108116
MetricValue,
109117
NumericFilter,
@@ -116,6 +124,7 @@
116124
Row,
117125
SamplingLevel,
118126
SamplingMetadata,
127+
Section,
119128
Segment,
120129
SegmentEventFilter,
121130
SegmentFilter,
@@ -250,13 +259,18 @@ def _get_version(dependency_name):
250259
"CohortReportSettings",
251260
"CohortSpec",
252261
"CohortsRange",
262+
"Comparison",
263+
"ComparisonMetadata",
264+
"ConversionMetadata",
265+
"ConversionSpec",
253266
"CreateAudienceListRequest",
254267
"CreateRecurringAudienceListRequest",
255268
"CreateReportTaskRequest",
256269
"DateRange",
257270
"Dimension",
258271
"DimensionExpression",
259272
"DimensionHeader",
273+
"DimensionMetadata",
260274
"DimensionValue",
261275
"EmptyFilter",
262276
"EventCriteriaScoping",
@@ -282,6 +296,7 @@ def _get_version(dependency_name):
282296
"FunnelStep",
283297
"FunnelSubReport",
284298
"GetAudienceListRequest",
299+
"GetMetadataRequest",
285300
"GetPropertyQuotasSnapshotRequest",
286301
"GetRecurringAudienceListRequest",
287302
"GetReportTaskRequest",
@@ -292,9 +307,11 @@ def _get_version(dependency_name):
292307
"ListRecurringAudienceListsResponse",
293308
"ListReportTasksRequest",
294309
"ListReportTasksResponse",
310+
"Metadata",
295311
"Metric",
296312
"MetricAggregation",
297313
"MetricHeader",
314+
"MetricMetadata",
298315
"MetricType",
299316
"MetricValue",
300317
"NumericFilter",
@@ -315,8 +332,11 @@ def _get_version(dependency_name):
315332
"Row",
316333
"RunFunnelReportRequest",
317334
"RunFunnelReportResponse",
335+
"RunReportRequest",
336+
"RunReportResponse",
318337
"SamplingLevel",
319338
"SamplingMetadata",
339+
"Section",
320340
"Segment",
321341
"SegmentEventFilter",
322342
"SegmentFilter",
@@ -333,8 +353,6 @@ def _get_version(dependency_name):
333353
"SessionSegmentConditionGroup",
334354
"SessionSegmentCriteria",
335355
"SessionSegmentExclusion",
336-
"SheetExportAudienceListRequest",
337-
"SheetExportAudienceListResponse",
338356
"StringFilter",
339357
"UserCriteriaScoping",
340358
"UserExclusionDuration",

packages/google-analytics-data/google/analytics/data_v1alpha/gapic_metadata.json

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@
3030
"get_audience_list"
3131
]
3232
},
33+
"GetMetadata": {
34+
"methods": [
35+
"get_metadata"
36+
]
37+
},
3338
"GetPropertyQuotasSnapshot": {
3439
"methods": [
3540
"get_property_quotas_snapshot"
@@ -75,9 +80,9 @@
7580
"run_funnel_report"
7681
]
7782
},
78-
"SheetExportAudienceList": {
83+
"RunReport": {
7984
"methods": [
80-
"sheet_export_audience_list"
85+
"run_report"
8186
]
8287
}
8388
}
@@ -105,6 +110,11 @@
105110
"get_audience_list"
106111
]
107112
},
113+
"GetMetadata": {
114+
"methods": [
115+
"get_metadata"
116+
]
117+
},
108118
"GetPropertyQuotasSnapshot": {
109119
"methods": [
110120
"get_property_quotas_snapshot"
@@ -150,9 +160,9 @@
150160
"run_funnel_report"
151161
]
152162
},
153-
"SheetExportAudienceList": {
163+
"RunReport": {
154164
"methods": [
155-
"sheet_export_audience_list"
165+
"run_report"
156166
]
157167
}
158168
}
@@ -180,6 +190,11 @@
180190
"get_audience_list"
181191
]
182192
},
193+
"GetMetadata": {
194+
"methods": [
195+
"get_metadata"
196+
]
197+
},
183198
"GetPropertyQuotasSnapshot": {
184199
"methods": [
185200
"get_property_quotas_snapshot"
@@ -225,9 +240,9 @@
225240
"run_funnel_report"
226241
]
227242
},
228-
"SheetExportAudienceList": {
243+
"RunReport": {
229244
"methods": [
230-
"sheet_export_audience_list"
245+
"run_report"
231246
]
232247
}
233248
}

0 commit comments

Comments
 (0)