File tree Expand file tree Collapse file tree
google/cloud/retail/v2alpha Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments