Skip to content

Commit

Permalink
feat: [merchantapi] channel field is added to the product_view ta…
Browse files Browse the repository at this point in the history
…ble (#9956)

- [ ] Regenerate this pull request now.

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

Source-Link: https://togithub.com/googleapis/googleapis/commit/c88b6035b801d74fa373eb0cbcaf3d90da4c555a

Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/6ec73a64ed5ad7d1dc7466047279ee7fdd0efcd1
Copy-Tag: eyJwIjoiamF2YS1zaG9wcGluZy1tZXJjaGFudC1yZXBvcnRzLy5Pd2xCb3QueWFtbCIsImgiOiI2ZWM3M2E2NGVkNWFkN2QxZGM3NDY2MDQ3Mjc5ZWU3ZmRkMGVmY2QxIn0=

feat: Channel enum is added

PiperOrigin-RevId: 572916805

Source-Link: https://togithub.com/googleapis/googleapis/commit/3a90bf94e340547bfe4cd5001ead9c7aaece0145

Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/23226f7680061a9142492c791d137225ecfc4515
Copy-Tag: eyJwIjoiamF2YS1zaG9wcGluZy1tZXJjaGFudC1yZXBvcnRzLy5Pd2xCb3QueWFtbCIsImgiOiIyMzIyNmY3NjgwMDYxYTkxNDI0OTJjNzkxZDEzNzIyNWVjZmM0NTE1In0=

feat: ReportingContext enum is added
fix!: Destination enum is wrapped in a message

PiperOrigin-RevId: 572913446

Source-Link: https://togithub.com/googleapis/googleapis/commit/28d3bc7d10fe6cd1a515361af4ea1fd57bf63c17

Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/38ead60fdac039ca036d8dd8bd6eca4305515d05
Copy-Tag: eyJwIjoiamF2YS1zaG9wcGluZy1tZXJjaGFudC1yZXBvcnRzLy5Pd2xCb3QueWFtbCIsImgiOiIzOGVhZDYwZmRhYzAzOWNhMDM2ZDhkZDhiZDZlY2E0MzA1NTE1ZDA1In0=

fix!: Update go_package and Go importpath:
  A new packaging option `cloud.google.com/go/shopping/css/apiv1/csspb;csspb` for `go_package` is added.
  An existing packaging option `google.golang.org/genproto/googleapis/shopping/css/v1;css` for `go_package` is removed.
  A new packaging option `cloud.google.com/go/shopping/merchant/inventories/apiv1beta/inventoriespb;inventoriespb` for `go_package` is added.
  An existing packaging option `google.golang.org/genproto/googleapis/shopping/merchant/inventories/v1beta;inventories` for `go_package` is removed.
  A new packaging option `cloud.google.com/go/shopping/type/typepb;typepb` for `go_package` is added.
  An existing packaging option `google.golang.org/genproto/googleapis/shopping/type/types;types` for `go_package` is removed.
  A new packaging option `cloud.google.com/go/shopping/type/typepb;typepb` for `go_package` is added.
  An existing packaging option `google.golang.org/genproto/googleapis/shopping/type/types;types` for `go_package` is removed.
  A new packaging option `cloud.google.com/go/shopping/merchant/reports/apiv1beta/reportspb;reportspb` for `go_package` is added.
  An existing packaging option `google.golang.org/genproto/googleapis/shopping/merchant/reports/v1beta;reports` for `go_package` is removed.

PiperOrigin-RevId: 572390800

Source-Link: https://togithub.com/googleapis/googleapis/commit/b64fd17d207a2f80f54c4a3fc2249acee857a43a

Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/27ee81ad4a19d76e01abc9e10554d0e928ebcd06
Copy-Tag: eyJwIjoiamF2YS1zaG9wcGluZy1tZXJjaGFudC1yZXBvcnRzLy5Pd2xCb3QueWFtbCIsImgiOiIyN2VlODFhZDRhMTlkNzZlMDFhYmM5ZTEwNTU0ZDBlOTI4ZWJjZDA2In0=
  • Loading branch information
gcf-owl-bot[bot] committed Oct 17, 2023
1 parent 3495f79 commit 2a8403b
Show file tree
Hide file tree
Showing 43 changed files with 7,604 additions and 3,023 deletions.
4 changes: 2 additions & 2 deletions java-shopping-merchant-reports/README.md
Expand Up @@ -23,7 +23,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>26.23.0</version>
<version>26.25.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -201,7 +201,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-shopping-merchant-reports/java11.html
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.shopping/google-shopping-merchant-reports.svg
[maven-version-link]: https://central.sonatype.com/artifact/com.google.shopping/google-shopping-merchant-reports/0.0.0
[maven-version-link]: https://central.sonatype.com/artifact/com.google.shopping/google-shopping-merchant-reports/0.4.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
Expand Down
Expand Up @@ -1106,6 +1106,33 @@
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.shopping.merchant.reports.v1beta.MarketingMethod",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.shopping.merchant.reports.v1beta.MarketingMethod$Builder",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.shopping.merchant.reports.v1beta.MarketingMethod$MarketingMethodEnum",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.shopping.merchant.reports.v1beta.NonProductPerformanceView",
"queryAllDeclaredConstructors": true,
Expand Down Expand Up @@ -1188,7 +1215,7 @@
"allPublicClasses": true
},
{
"name": "com.google.shopping.merchant.reports.v1beta.ProductView$AggregatedDestinationStatus",
"name": "com.google.shopping.merchant.reports.v1beta.ProductView$AggregatedReportingContextStatus",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
Expand Down Expand Up @@ -1260,7 +1287,7 @@
"allPublicClasses": true
},
{
"name": "com.google.shopping.merchant.reports.v1beta.ProductView$ItemIssue$ItemIssueSeverity$IssueSeverityPerDestination",
"name": "com.google.shopping.merchant.reports.v1beta.ProductView$ItemIssue$ItemIssueSeverity$IssueSeverityPerReportingContext",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
Expand All @@ -1269,7 +1296,7 @@
"allPublicClasses": true
},
{
"name": "com.google.shopping.merchant.reports.v1beta.ProductView$ItemIssue$ItemIssueSeverity$IssueSeverityPerDestination$Builder",
"name": "com.google.shopping.merchant.reports.v1beta.ProductView$ItemIssue$ItemIssueSeverity$IssueSeverityPerReportingContext$Builder",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
Expand Down Expand Up @@ -1304,6 +1331,24 @@
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.shopping.merchant.reports.v1beta.RelativeDemand$Builder",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.shopping.merchant.reports.v1beta.RelativeDemand$RelativeDemandEnum",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.shopping.merchant.reports.v1beta.RelativeDemandChangeType",
"queryAllDeclaredConstructors": true,
Expand All @@ -1313,6 +1358,24 @@
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.shopping.merchant.reports.v1beta.RelativeDemandChangeType$Builder",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.shopping.merchant.reports.v1beta.RelativeDemandChangeType$RelativeDemandChangeTypeEnum",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.shopping.merchant.reports.v1beta.ReportGranularity",
"queryAllDeclaredConstructors": true,
Expand All @@ -1322,6 +1385,24 @@
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.shopping.merchant.reports.v1beta.ReportGranularity$Builder",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.shopping.merchant.reports.v1beta.ReportGranularity$ReportGranularityEnum",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.shopping.merchant.reports.v1beta.ReportRow",
"queryAllDeclaredConstructors": true,
Expand Down Expand Up @@ -1385,6 +1466,51 @@
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.shopping.merchant.reports.v1beta.TrafficSource$Builder",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.shopping.merchant.reports.v1beta.TrafficSource$TrafficSourceEnum",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.shopping.type.Channel",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.shopping.type.Channel$Builder",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.shopping.type.Channel$ChannelEnum",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.shopping.type.CustomAttribute",
"queryAllDeclaredConstructors": true,
Expand Down Expand Up @@ -1412,6 +1538,24 @@
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.shopping.type.Destination$Builder",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.shopping.type.Destination$DestinationEnum",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.shopping.type.Price",
"queryAllDeclaredConstructors": true,
Expand All @@ -1430,6 +1574,33 @@
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.shopping.type.ReportingContext",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.shopping.type.ReportingContext$Builder",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.shopping.type.ReportingContext$ReportingContextEnum",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.type.Date",
"queryAllDeclaredConstructors": true,
Expand Down

0 comments on commit 2a8403b

Please sign in to comment.