Skip to content

Commit 406a42a

Browse files
feat: [ShoppingMerchantProducts] Include CarrierShipping field inside the Products attribute (#8642)
* 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 Source-Link: googleapis/googleapis@2e9cd5b Source-Link: googleapis/googleapis-gen@8b0eaea Copy-Tag: eyJwIjoiU2hvcHBpbmdNZXJjaGFudFByb2R1Y3RzLy5Pd2xCb3QueWFtbCIsImgiOiI4YjBlYWVhNzY3M2U3NzZmOTc1NGU2NGQ3N2MzNjA2M2QwNTY0OTJhIn0= * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 92fde22 commit 406a42a

9 files changed

Lines changed: 1728 additions & 12 deletions

File tree

3.47 KB
Binary file not shown.

ShoppingMerchantProducts/src/V1/CarrierTransitTimeOption.php

Lines changed: 320 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ShoppingMerchantProducts/src/V1/Client/ProductInputsServiceClient.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,7 @@ final class ProductInputsServiceClient
8080
private const CODEGEN_NAME = 'gapic';
8181

8282
/** The default scopes required by the service. */
83-
public static $serviceScopes = [
84-
'https://www.googleapis.com/auth/content',
85-
];
83+
public static $serviceScopes = ['https://www.googleapis.com/auth/content'];
8684

8785
private static function getClientDefaults()
8886
{

ShoppingMerchantProducts/src/V1/Client/ProductsServiceClient.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,7 @@ final class ProductsServiceClient
7979
private const CODEGEN_NAME = 'gapic';
8080

8181
/** The default scopes required by the service. */
82-
public static $serviceScopes = [
83-
'https://www.googleapis.com/auth/content',
84-
];
82+
public static $serviceScopes = ['https://www.googleapis.com/auth/content'];
8583

8684
private static function getClientDefaults()
8785
{

ShoppingMerchantProducts/src/V1/ProductAttributes.php

Lines changed: 34 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)