Skip to content

Commit 2e9cd5b

Browse files
Google APIscopybara-github
authored andcommitted
feat: Include CarrierShipping field inside the Products attribute
A new feature inside the `ProductAttributes`, `carrier_shipping` field allows for configuring a carrier shipping policy by indicating the carrier service of use for cost, speed or both. PiperOrigin-RevId: 815678832
1 parent 2193a2b commit 2e9cd5b

File tree

3 files changed

+434
-6
lines changed

3 files changed

+434
-6
lines changed

google/shopping/merchant/products/v1/BUILD.bazel

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -317,8 +317,8 @@ ruby_cloud_gapic_library(
317317
name = "products_ruby_gapic",
318318
srcs = [":products_proto_with_info"],
319319
extra_protoc_parameters = [
320-
"ruby-cloud-gem-name=google-shopping-merchant-products-v1",
321320
"ruby-cloud-extra-dependencies=google-shopping-type=~>1.0",
321+
"ruby-cloud-gem-name=google-shopping-merchant-products-v1",
322322
],
323323
grpc_service_config = "products_grpc_service_config.json",
324324
rest_numeric_enums = True,
@@ -354,7 +354,6 @@ load(
354354

355355
csharp_proto_library(
356356
name = "products_csharp_proto",
357-
extra_opts = [],
358357
deps = [":products_proto"],
359358
)
360359

0 commit comments

Comments
 (0)