Skip to content

Commit c88b603

Browse files
Google APIscopybara-github
authored andcommitted
feat: channel field is added to the product_view table
feat: A new message `MarketingMethod` is added fix!: `destination` field in the `product_performance_view` table is renamed to `marketing_method` fix!: `destination` term in the `product_view` table is renamed to `reporting_context` fix!: `predicted_gross_profit_change_fraction` and `predicted_monthly_gross_profit_change` fields are removed from the `price_insights_product_view` table fix!: `ReportGranularity`, `RelativeDemand`, `RelativeDemandChangeType`, `TrafficSource` enums are wrapped into messages PiperOrigin-RevId: 573186882
1 parent d6467db commit c88b603

2 files changed

Lines changed: 165 additions & 136 deletions

File tree

google/shopping/merchant/reports/v1beta/BUILD.bazel

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ java_gapic_library(
7777
transport = "grpc+rest",
7878
deps = [
7979
":reports_java_proto",
80+
"//google/api:api_java_proto",
8081
"//google/shopping/type:type_java_proto", # Added manually
8182
],
8283
)
@@ -167,7 +168,7 @@ py_import(
167168
name = "shopping_type",
168169
srcs = [
169170
"//google/shopping/type:type_py_gapic",
170-
],
171+
],
171172
)
172173

173174
py_gapic_library(
@@ -331,6 +332,7 @@ load(
331332

332333
csharp_proto_library(
333334
name = "reports_csharp_proto",
335+
extra_opts = [],
334336
deps = [":reports_proto"],
335337
)
336338

0 commit comments

Comments
 (0)