Skip to content

Commit 5b42ea6

Browse files
Google APIscopybara-github
authored andcommitted
fix!: fix the HTTP format for merchant center link service
PiperOrigin-RevId: 524889384
1 parent 0830aaf commit 5b42ea6

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

google/cloud/retail/v2alpha/merchant_center_account_link_service.proto

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,12 @@ service MerchantCenterAccountLinkService {
5050
option (google.api.method_signature) = "parent";
5151
}
5252

53-
// Creates a MerchantCenterAccountLink.
54-
//
55-
// [MerchantCenterAccountLink][google.cloud.retail.v2alpha.MerchantCenterAccountLink]
56-
// cannot be set to a different oneof field, if so an INVALID_ARGUMENT is
57-
// returned.
53+
// Creates a
54+
// [MerchantCenterAccountLink][google.cloud.retail.v2alpha.MerchantCenterAccountLink].
5855
rpc CreateMerchantCenterAccountLink(CreateMerchantCenterAccountLinkRequest)
5956
returns (google.longrunning.Operation) {
6057
option (google.api.http) = {
61-
post: "/v2alpha/{merchant_center_account_link.name=projects/*/locations/*/catalogs/*/merchantCenterAccountLinks/*}"
58+
post: "/v2alpha/{parent=projects/*/locations/*/catalogs/*}/merchantCenterAccountLinks"
6259
body: "merchant_center_account_link"
6360
};
6461
option (google.api.method_signature) =
@@ -69,7 +66,8 @@ service MerchantCenterAccountLinkService {
6966
};
7067
}
7168

72-
// Deletes a MerchantCenterAccountLink.
69+
// Deletes a
70+
// [MerchantCenterAccountLink][google.cloud.retail.v2alpha.MerchantCenterAccountLink].
7371
// If the
7472
// [MerchantCenterAccountLink][google.cloud.retail.v2alpha.MerchantCenterAccountLink]
7573
// to delete does not exist, a NOT_FOUND error is returned.

0 commit comments

Comments
 (0)