Skip to content

Commit bd0cd8f

Browse files
feat: [google-shopping-merchant-accounts] updated comments for returns sub-API publication (googleapis#13906)
BEGIN_COMMIT_OVERRIDE feat: updated comments for returns sub-API publication docs: A comment for service `OnlineReturnPolicyService` is changed docs: A comment for method `GetOnlineReturnPolicy` in service `OnlineReturnPolicyService` is changed docs: A comment for method `ListOnlineReturnPolicies` in service `OnlineReturnPolicyService` is changed docs: A comment for field `parent` in message `.google.shopping.merchant.accounts.v1beta.ListOnlineReturnPoliciesRequest` is changed docs: A comment for field `policy` in message `.google.shopping.merchant.accounts.v1beta.OnlineReturnPolicy` is changed docs: A comment for field `restocking_fee` in message `.google.shopping.merchant.accounts.v1beta.OnlineReturnPolicy` is changed docs: A comment for field `return_methods` in message `.google.shopping.merchant.accounts.v1beta.OnlineReturnPolicy` is changed docs: A comment for field `item_conditions` in message `.google.shopping.merchant.accounts.v1beta.OnlineReturnPolicy` is changed docs: A comment for field `return_shipping_fee` in message `.google.shopping.merchant.accounts.v1beta.OnlineReturnPolicy` is changed END_COMMIT_OVERRIDE - [ ] Regenerate this pull request now. docs: A comment for service `OnlineReturnPolicyService` is changed docs: A comment for method `GetOnlineReturnPolicy` in service `OnlineReturnPolicyService` is changed docs: A comment for method `ListOnlineReturnPolicies` in service `OnlineReturnPolicyService` is changed docs: A comment for field `parent` in message `.google.shopping.merchant.accounts.v1beta.ListOnlineReturnPoliciesRequest` is changed docs: A comment for field `policy` in message `.google.shopping.merchant.accounts.v1beta.OnlineReturnPolicy` is changed docs: A comment for field `restocking_fee` in message `.google.shopping.merchant.accounts.v1beta.OnlineReturnPolicy` is changed docs: A comment for field `return_methods` in message `.google.shopping.merchant.accounts.v1beta.OnlineReturnPolicy` is changed docs: A comment for field `item_conditions` in message `.google.shopping.merchant.accounts.v1beta.OnlineReturnPolicy` is changed docs: A comment for field `return_shipping_fee` in message `.google.shopping.merchant.accounts.v1beta.OnlineReturnPolicy` is changed PiperOrigin-RevId: 758512860 Source-Link: googleapis/googleapis@33a255c Source-Link: https://github.com/googleapis/googleapis-gen/commit/31a6513d9a913573160be2defd707db0575f2cd4 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLXNob3BwaW5nLW1lcmNoYW50LWFjY291bnRzLy5Pd2xCb3QueWFtbCIsImgiOiIzMWE2NTEzZDlhOTEzNTczMTYwYmUyZGVmZDcwN2RiMDU3NWYyY2Q0In0= --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com>
1 parent 50c8a86 commit bd0cd8f

22 files changed

+5923
-527
lines changed

packages/google-shopping-merchant-accounts/google/shopping/merchant_accounts/__init__.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,10 +180,13 @@
180180
UpdateHomepageRequest,
181181
)
182182
from google.shopping.merchant_accounts_v1beta.types.online_return_policy import (
183+
CreateOnlineReturnPolicyRequest,
184+
DeleteOnlineReturnPolicyRequest,
183185
GetOnlineReturnPolicyRequest,
184186
ListOnlineReturnPoliciesRequest,
185187
ListOnlineReturnPoliciesResponse,
186188
OnlineReturnPolicy,
189+
UpdateOnlineReturnPolicyRequest,
187190
)
188191
from google.shopping.merchant_accounts_v1beta.types.phoneverificationstate import (
189192
PhoneVerificationState,
@@ -331,10 +334,13 @@
331334
"Homepage",
332335
"UnclaimHomepageRequest",
333336
"UpdateHomepageRequest",
337+
"CreateOnlineReturnPolicyRequest",
338+
"DeleteOnlineReturnPolicyRequest",
334339
"GetOnlineReturnPolicyRequest",
335340
"ListOnlineReturnPoliciesRequest",
336341
"ListOnlineReturnPoliciesResponse",
337342
"OnlineReturnPolicy",
343+
"UpdateOnlineReturnPolicyRequest",
338344
"PhoneVerificationState",
339345
"DisableProgramRequest",
340346
"EnableProgramRequest",

packages/google-shopping-merchant-accounts/google/shopping/merchant_accounts_v1beta/__init__.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,10 +129,13 @@
129129
UpdateHomepageRequest,
130130
)
131131
from .types.online_return_policy import (
132+
CreateOnlineReturnPolicyRequest,
133+
DeleteOnlineReturnPolicyRequest,
132134
GetOnlineReturnPolicyRequest,
133135
ListOnlineReturnPoliciesRequest,
134136
ListOnlineReturnPoliciesResponse,
135137
OnlineReturnPolicy,
138+
UpdateOnlineReturnPolicyRequest,
136139
)
137140
from .types.phoneverificationstate import PhoneVerificationState
138141
from .types.programs import (
@@ -243,11 +246,13 @@
243246
"CarrierRate",
244247
"ClaimHomepageRequest",
245248
"CreateAndConfigureAccountRequest",
249+
"CreateOnlineReturnPolicyRequest",
246250
"CreateRegionRequest",
247251
"CreateUserRequest",
248252
"CustomerService",
249253
"CutoffTime",
250254
"DeleteAccountRequest",
255+
"DeleteOnlineReturnPolicyRequest",
251256
"DeleteRegionRequest",
252257
"DeleteUserRequest",
253258
"DeliveryTime",
@@ -325,6 +330,7 @@
325330
"UpdateBusinessInfoRequest",
326331
"UpdateEmailPreferencesRequest",
327332
"UpdateHomepageRequest",
333+
"UpdateOnlineReturnPolicyRequest",
328334
"UpdateRegionRequest",
329335
"UpdateUserRequest",
330336
"User",

packages/google-shopping-merchant-accounts/google/shopping/merchant_accounts_v1beta/gapic_metadata.json

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -541,6 +541,16 @@
541541
"grpc": {
542542
"libraryClient": "OnlineReturnPolicyServiceClient",
543543
"rpcs": {
544+
"CreateOnlineReturnPolicy": {
545+
"methods": [
546+
"create_online_return_policy"
547+
]
548+
},
549+
"DeleteOnlineReturnPolicy": {
550+
"methods": [
551+
"delete_online_return_policy"
552+
]
553+
},
544554
"GetOnlineReturnPolicy": {
545555
"methods": [
546556
"get_online_return_policy"
@@ -550,12 +560,27 @@
550560
"methods": [
551561
"list_online_return_policies"
552562
]
563+
},
564+
"UpdateOnlineReturnPolicy": {
565+
"methods": [
566+
"update_online_return_policy"
567+
]
553568
}
554569
}
555570
},
556571
"grpc-async": {
557572
"libraryClient": "OnlineReturnPolicyServiceAsyncClient",
558573
"rpcs": {
574+
"CreateOnlineReturnPolicy": {
575+
"methods": [
576+
"create_online_return_policy"
577+
]
578+
},
579+
"DeleteOnlineReturnPolicy": {
580+
"methods": [
581+
"delete_online_return_policy"
582+
]
583+
},
559584
"GetOnlineReturnPolicy": {
560585
"methods": [
561586
"get_online_return_policy"
@@ -565,12 +590,27 @@
565590
"methods": [
566591
"list_online_return_policies"
567592
]
593+
},
594+
"UpdateOnlineReturnPolicy": {
595+
"methods": [
596+
"update_online_return_policy"
597+
]
568598
}
569599
}
570600
},
571601
"rest": {
572602
"libraryClient": "OnlineReturnPolicyServiceClient",
573603
"rpcs": {
604+
"CreateOnlineReturnPolicy": {
605+
"methods": [
606+
"create_online_return_policy"
607+
]
608+
},
609+
"DeleteOnlineReturnPolicy": {
610+
"methods": [
611+
"delete_online_return_policy"
612+
]
613+
},
574614
"GetOnlineReturnPolicy": {
575615
"methods": [
576616
"get_online_return_policy"
@@ -580,6 +620,11 @@
580620
"methods": [
581621
"list_online_return_policies"
582622
]
623+
},
624+
"UpdateOnlineReturnPolicy": {
625+
"methods": [
626+
"update_online_return_policy"
627+
]
583628
}
584629
}
585630
}

0 commit comments

Comments
 (0)