Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions librarian.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ version: v0.11.0
repo: googleapis/google-cloud-python
sources:
googleapis:
commit: 4ad1b6750926701f94ae8a88525395fd17b42cfe
sha256: 4a54e2829977dea29fb0dde856b182a009873c9f1296e4df3ccb35c62511137b
commit: 7edd1a451462607fc38c08dfeed1a6219d0db327
sha256: c2b0dbd1acc248f2deba3bba4d0f4c05cf793baa0d50b92a91be69acb08aa7e8
release:
ignored_changes:
- .repo-metadata.json
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
CreateRecurringAudienceListRequest,
CreateReportTaskRequest,
GetAudienceListRequest,
GetMetadataRequest,
GetPropertyQuotasSnapshotRequest,
GetRecurringAudienceListRequest,
GetReportTaskRequest,
Expand All @@ -52,6 +53,7 @@
ListRecurringAudienceListsResponse,
ListReportTasksRequest,
ListReportTasksResponse,
Metadata,
PropertyQuotasSnapshot,
QueryAudienceListRequest,
QueryAudienceListResponse,
Expand All @@ -62,8 +64,8 @@
ReportTaskMetadata,
RunFunnelReportRequest,
RunFunnelReportResponse,
SheetExportAudienceListRequest,
SheetExportAudienceListResponse,
RunReportRequest,
RunReportResponse,
WebhookNotification,
)
from .types.data import (
Expand All @@ -72,10 +74,15 @@
CohortReportSettings,
CohortSpec,
CohortsRange,
Comparison,
ComparisonMetadata,
ConversionMetadata,
ConversionSpec,
DateRange,
Dimension,
DimensionExpression,
DimensionHeader,
DimensionMetadata,
DimensionValue,
EmptyFilter,
EventCriteriaScoping,
Expand Down Expand Up @@ -104,6 +111,7 @@
Metric,
MetricAggregation,
MetricHeader,
MetricMetadata,
MetricType,
MetricValue,
NumericFilter,
Expand All @@ -116,6 +124,7 @@
Row,
SamplingLevel,
SamplingMetadata,
Section,
Segment,
SegmentEventFilter,
SegmentFilter,
Expand Down Expand Up @@ -250,13 +259,18 @@ def _get_version(dependency_name):
"CohortReportSettings",
"CohortSpec",
"CohortsRange",
"Comparison",
"ComparisonMetadata",
"ConversionMetadata",
"ConversionSpec",
"CreateAudienceListRequest",
"CreateRecurringAudienceListRequest",
"CreateReportTaskRequest",
"DateRange",
"Dimension",
"DimensionExpression",
"DimensionHeader",
"DimensionMetadata",
"DimensionValue",
"EmptyFilter",
"EventCriteriaScoping",
Expand All @@ -282,6 +296,7 @@ def _get_version(dependency_name):
"FunnelStep",
"FunnelSubReport",
"GetAudienceListRequest",
"GetMetadataRequest",
"GetPropertyQuotasSnapshotRequest",
"GetRecurringAudienceListRequest",
"GetReportTaskRequest",
Expand All @@ -292,9 +307,11 @@ def _get_version(dependency_name):
"ListRecurringAudienceListsResponse",
"ListReportTasksRequest",
"ListReportTasksResponse",
"Metadata",
"Metric",
"MetricAggregation",
"MetricHeader",
"MetricMetadata",
"MetricType",
"MetricValue",
"NumericFilter",
Expand All @@ -315,8 +332,11 @@ def _get_version(dependency_name):
"Row",
"RunFunnelReportRequest",
"RunFunnelReportResponse",
"RunReportRequest",
"RunReportResponse",
"SamplingLevel",
"SamplingMetadata",
"Section",
"Segment",
"SegmentEventFilter",
"SegmentFilter",
Expand All @@ -333,8 +353,6 @@ def _get_version(dependency_name):
"SessionSegmentConditionGroup",
"SessionSegmentCriteria",
"SessionSegmentExclusion",
"SheetExportAudienceListRequest",
"SheetExportAudienceListResponse",
"StringFilter",
"UserCriteriaScoping",
"UserExclusionDuration",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@
"get_audience_list"
]
},
"GetMetadata": {
"methods": [
"get_metadata"
]
},
"GetPropertyQuotasSnapshot": {
"methods": [
"get_property_quotas_snapshot"
Expand Down Expand Up @@ -75,9 +80,9 @@
"run_funnel_report"
]
},
"SheetExportAudienceList": {
"RunReport": {
"methods": [
"sheet_export_audience_list"
"run_report"
]
}
}
Expand Down Expand Up @@ -105,6 +110,11 @@
"get_audience_list"
]
},
"GetMetadata": {
"methods": [
"get_metadata"
]
},
"GetPropertyQuotasSnapshot": {
"methods": [
"get_property_quotas_snapshot"
Expand Down Expand Up @@ -150,9 +160,9 @@
"run_funnel_report"
]
},
"SheetExportAudienceList": {
"RunReport": {
"methods": [
"sheet_export_audience_list"
"run_report"
]
}
}
Expand Down Expand Up @@ -180,6 +190,11 @@
"get_audience_list"
]
},
"GetMetadata": {
"methods": [
"get_metadata"
]
},
"GetPropertyQuotasSnapshot": {
"methods": [
"get_property_quotas_snapshot"
Expand Down Expand Up @@ -225,9 +240,9 @@
"run_funnel_report"
]
},
"SheetExportAudienceList": {
"RunReport": {
"methods": [
"sheet_export_audience_list"
"run_report"
]
}
}
Expand Down
Loading
Loading