Skip to content

Commit a8a7ec6

Browse files
feat(content): update the api
#### content:v2.1 The following keys were deleted: - resources.accounts.resources.businessmessageslinks.methods.create (Total Keys: 12) - resources.accounts.resources.businessmessageslinks.methods.delete (Total Keys: 13) - resources.accounts.resources.businessmessageslinks.methods.get (Total Keys: 14) - resources.accounts.resources.businessmessageslinks.methods.list (Total Keys: 16) - schemas.BusinessMessagesLink (Total Keys: 5) - schemas.ListBusinessMessagesLinksResponse (Total Keys: 5)
1 parent cfeab0f commit a8a7ec6

File tree

2 files changed

+1
-169
lines changed

2 files changed

+1
-169
lines changed

docs/dyn/content_v2_1.accounts.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,6 @@
7474

7575
<h1><a href="content_v2_1.html">Content API for Shopping</a> . <a href="content_v2_1.accounts.html">accounts</a></h1>
7676
<h2>Instance Methods</h2>
77-
<p class="toc_element">
78-
<code><a href="content_v2_1.accounts.businessmessageslinks.html">businessmessageslinks()</a></code>
79-
</p>
80-
<p class="firstline">Returns the businessmessageslinks Resource.</p>
81-
8277
<p class="toc_element">
8378
<code><a href="content_v2_1.accounts.credentials.html">credentials()</a></code>
8479
</p>

googleapiclient/discovery_cache/documents/content.v2.1.json

Lines changed: 1 addition & 164 deletions
Original file line numberDiff line numberDiff line change
@@ -574,135 +574,6 @@
574574
}
575575
},
576576
"resources": {
577-
"businessmessageslinks": {
578-
"methods": {
579-
"create": {
580-
"description": "Creates a `BusinessMessagesLink` in Merchant Center account.",
581-
"flatPath": "accounts/{accountId}/businessmessageslinks",
582-
"httpMethod": "POST",
583-
"id": "content.accounts.businessmessageslinks.create",
584-
"parameterOrder": [
585-
"accountId"
586-
],
587-
"parameters": {
588-
"accountId": {
589-
"description": "Required. The ID of the Merchant Center account.",
590-
"format": "int64",
591-
"location": "path",
592-
"required": true,
593-
"type": "string"
594-
}
595-
},
596-
"path": "accounts/{accountId}/businessmessageslinks",
597-
"request": {
598-
"$ref": "BusinessMessagesLink"
599-
},
600-
"response": {
601-
"$ref": "BusinessMessagesLink"
602-
},
603-
"scopes": [
604-
"https://www.googleapis.com/auth/content"
605-
]
606-
},
607-
"delete": {
608-
"description": "Deletes the specified `BusinessMessagesLink` resource from Merchant Center account.",
609-
"flatPath": "accounts/{accountId}/businessmessageslinks/{businessMessagesLinkId}",
610-
"httpMethod": "DELETE",
611-
"id": "content.accounts.businessmessageslinks.delete",
612-
"parameterOrder": [
613-
"accountId",
614-
"businessMessagesLinkId"
615-
],
616-
"parameters": {
617-
"accountId": {
618-
"description": "Required. The ID of the Merchant Center account.",
619-
"format": "int64",
620-
"location": "path",
621-
"required": true,
622-
"type": "string"
623-
},
624-
"businessMessagesLinkId": {
625-
"description": "Required. The identifier for the Business Messages Link.",
626-
"location": "path",
627-
"required": true,
628-
"type": "string"
629-
}
630-
},
631-
"path": "accounts/{accountId}/businessmessageslinks/{businessMessagesLinkId}",
632-
"scopes": [
633-
"https://www.googleapis.com/auth/content"
634-
]
635-
},
636-
"get": {
637-
"description": "Retrieves `BusinessMessagesLink` in Merchant Center account.",
638-
"flatPath": "accounts/{accountId}/businessmessageslinks/{businessMessagesLinkId}",
639-
"httpMethod": "GET",
640-
"id": "content.accounts.businessmessageslinks.get",
641-
"parameterOrder": [
642-
"accountId",
643-
"businessMessagesLinkId"
644-
],
645-
"parameters": {
646-
"accountId": {
647-
"description": "Required. The ID of the Merchant Center account.",
648-
"format": "int64",
649-
"location": "path",
650-
"required": true,
651-
"type": "string"
652-
},
653-
"businessMessagesLinkId": {
654-
"description": "Required. The identifier for the Business Messages Link.",
655-
"location": "path",
656-
"required": true,
657-
"type": "string"
658-
}
659-
},
660-
"path": "accounts/{accountId}/businessmessageslinks/{businessMessagesLinkId}",
661-
"response": {
662-
"$ref": "BusinessMessagesLink"
663-
},
664-
"scopes": [
665-
"https://www.googleapis.com/auth/content"
666-
]
667-
},
668-
"list": {
669-
"description": "Lists the `BusinessMessagesLink` resources for Merchant Center account.",
670-
"flatPath": "accounts/{accountId}/businessmessageslinks",
671-
"httpMethod": "GET",
672-
"id": "content.accounts.businessmessageslinks.list",
673-
"parameterOrder": [
674-
"accountId"
675-
],
676-
"parameters": {
677-
"accountId": {
678-
"description": "Required. The ID of the account.",
679-
"format": "int64",
680-
"location": "path",
681-
"required": true,
682-
"type": "string"
683-
},
684-
"pageSize": {
685-
"description": "Optional. The maximum number of `BusinessMessagesLink` resources for the Merchant Center account to return. Defaults to 50; values above 1000 will be coerced to 1000.",
686-
"format": "int32",
687-
"location": "query",
688-
"type": "integer"
689-
},
690-
"pageToken": {
691-
"description": "Optional. A page token, received from a previous `ListBusinessMessagesLinks` call. Provide the page token to retrieve the subsequent page. When paginating, all other parameters provided to `ListBusinessMessagesLinks` must match the call that provided the page token.",
692-
"location": "query",
693-
"type": "string"
694-
}
695-
},
696-
"path": "accounts/{accountId}/businessmessageslinks",
697-
"response": {
698-
"$ref": "ListBusinessMessagesLinksResponse"
699-
},
700-
"scopes": [
701-
"https://www.googleapis.com/auth/content"
702-
]
703-
}
704-
}
705-
},
706577
"credentials": {
707578
"methods": {
708579
"create": {
@@ -6315,7 +6186,7 @@
63156186
}
63166187
}
63176188
},
6318-
"revision": "20240120",
6189+
"revision": "20240124",
63196190
"rootUrl": "https://shoppingcontent.googleapis.com/",
63206191
"schemas": {
63216192
"Account": {
@@ -7997,22 +7868,6 @@ false
79977868
},
79987869
"type": "object"
79997870
},
8000-
"BusinessMessagesLink": {
8001-
"description": "A Link from a [Business Messages](https://businessmessages.google) Agent Id to the Merchant Center account. You can create multiple `BusinessMessagesLink` to Merchant Center Account. Only available to selected merchants. See [Create agents to manage brands](https://developers.google.com/business-communications/business-messages/guides/how-to/agents) for more information.",
8002-
"id": "BusinessMessagesLink",
8003-
"properties": {
8004-
"agentId": {
8005-
"description": "Required. Agent ID from Business Messages to link to the Merchant Center account. The Agent ID can be found in the [Business Communications Developer Console](https://developers.google.com/business-communications/business-messages/guides/concepts/developer-console#agent_selection).",
8006-
"type": "string"
8007-
},
8008-
"businessMessagesLinkId": {
8009-
"description": "Output only. Immutable. The ID uniquely identifying each `BusinessMessagesLink`.",
8010-
"readOnly": true,
8011-
"type": "string"
8012-
}
8013-
},
8014-
"type": "object"
8015-
},
80167871
"BuyOnGoogleProgramStatus": {
80177872
"description": "Response message for the GetProgramStatus method.",
80187873
"id": "BuyOnGoogleProgramStatus",
@@ -10326,24 +10181,6 @@ false
1032610181
},
1032710182
"type": "object"
1032810183
},
10329-
"ListBusinessMessagesLinksResponse": {
10330-
"description": "Response message for the `ListBusinessMessagesLinks` method.",
10331-
"id": "ListBusinessMessagesLinksResponse",
10332-
"properties": {
10333-
"businessMessagesLinks": {
10334-
"description": "The `BusinessMessagesLink` resources for the given Merchant Center account.",
10335-
"items": {
10336-
"$ref": "BusinessMessagesLink"
10337-
},
10338-
"type": "array"
10339-
},
10340-
"nextPageToken": {
10341-
"description": "A token, which can be sent as `pageToken` to retrieve the next page. If this field is omitted, there are no subsequent pages.",
10342-
"type": "string"
10343-
}
10344-
},
10345-
"type": "object"
10346-
},
1034710184
"ListCollectionStatusesResponse": {
1034810185
"description": "Response message for the ListCollectionStatuses method.",
1034910186
"id": "ListCollectionStatusesResponse",

0 commit comments

Comments
 (0)