Skip to content

Commit 54b3483

Browse files
feat: [ShoppingMerchantAccounts] A new method_signature parent,online_return_policy is added to method CreateOnlineReturnPolicy in service OnlineReturnPolicyService (#8330)
* feat: A new method_signature `parent,online_return_policy` is added to method `CreateOnlineReturnPolicy` in service `OnlineReturnPolicyService` docs: A comment for method `DeleteOnlineReturnPolicy` in service `OnlineReturnPolicyService` is changed docs: A comment for field `parent` in message `.google.shopping.merchant.accounts.v1beta.CreateOnlineReturnPolicyRequest` is changed docs: A comment for field `online_return_policy` in message `.google.shopping.merchant.accounts.v1beta.CreateOnlineReturnPolicyRequest` is changed docs: A comment for message `UpdateOnlineReturnPolicyRequest` is changed docs: A comment for field `online_return_policy` in message `.google.shopping.merchant.accounts.v1beta.UpdateOnlineReturnPolicyRequest` is changed docs: A comment for field `update_mask` in message `.google.shopping.merchant.accounts.v1beta.UpdateOnlineReturnPolicyRequest` is changed docs: A comment for field `accept_defective_only` in message `.google.shopping.merchant.accounts.v1beta.OnlineReturnPolicy` is changed docs: A comment for field `process_refund_days` in message `.google.shopping.merchant.accounts.v1beta.OnlineReturnPolicy` is changed docs: A comment for field `accept_exchange` in message `.google.shopping.merchant.accounts.v1beta.OnlineReturnPolicy` is changed docs: A comment for field `return_label_source` in message `.google.shopping.merchant.accounts.v1beta.OnlineReturnPolicy` is changed PiperOrigin-RevId: 761191869 Source-Link: googleapis/googleapis@c3203b3 Source-Link: googleapis/googleapis-gen@37dd395 Copy-Tag: eyJwIjoiU2hvcHBpbmdNZXJjaGFudEFjY291bnRzLy5Pd2xCb3QueWFtbCIsImgiOiIzN2RkMzk1OTRhMjFhMWI5OTI0M2U4MWE5OWI1YTczMjRiZmQ1MWM0In0= * 🦉 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 d37a65a commit 54b3483

7 files changed

Lines changed: 159 additions & 66 deletions

File tree

55 Bytes
Binary file not shown.

ShoppingMerchantAccounts/samples/V1beta/OnlineReturnPolicyServiceClient/create_online_return_policy.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
/**
3232
* Creates a new return policy for a given merchant.
3333
*
34-
* @param string $formattedParent The merchant account for which to create a return policy.
34+
* @param string $formattedParent The merchant account for which the return policy will be created.
3535
* Format: `accounts/{account}`
3636
* Please see {@see OnlineReturnPolicyServiceClient::accountName()} for help formatting this field.
3737
* @param string $onlineReturnPolicyLabel Immutable. This field represents the unique user-defined label of

ShoppingMerchantAccounts/samples/V1beta/OnlineReturnPolicyServiceClient/delete_online_return_policy.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
use Google\Shopping\Merchant\Accounts\V1beta\DeleteOnlineReturnPolicyRequest;
2929

3030
/**
31-
* Deletes an existing return policy for a given merchant.
31+
* Deletes an existing return policy.
3232
*
3333
* @param string $formattedName The name of the return policy to delete.
3434
* Format: `accounts/{account}/onlineReturnPolicies/{return_policy}`

ShoppingMerchantAccounts/src/V1beta/Client/OnlineReturnPolicyServiceClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ public function createOnlineReturnPolicy(
291291
}
292292

293293
/**
294-
* Deletes an existing return policy for a given merchant.
294+
* Deletes an existing return policy.
295295
*
296296
* The async variant is
297297
* {@see OnlineReturnPolicyServiceClient::deleteOnlineReturnPolicyAsync()} .

ShoppingMerchantAccounts/src/V1beta/CreateOnlineReturnPolicyRequest.php

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

ShoppingMerchantAccounts/src/V1beta/OnlineReturnPolicy.php

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

0 commit comments

Comments
 (0)