Skip to content

Commit

Permalink
feat(content): update the api
Browse files Browse the repository at this point in the history
#### 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)
  • Loading branch information
yoshi-automation committed Jan 26, 2024
1 parent cfeab0f commit a8a7ec6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 169 deletions.
5 changes: 0 additions & 5 deletions docs/dyn/content_v2_1.accounts.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,6 @@

<h1><a href="content_v2_1.html">Content API for Shopping</a> . <a href="content_v2_1.accounts.html">accounts</a></h1>
<h2>Instance Methods</h2>
<p class="toc_element">
<code><a href="content_v2_1.accounts.businessmessageslinks.html">businessmessageslinks()</a></code>
</p>
<p class="firstline">Returns the businessmessageslinks Resource.</p>

<p class="toc_element">
<code><a href="content_v2_1.accounts.credentials.html">credentials()</a></code>
</p>
Expand Down
165 changes: 1 addition & 164 deletions googleapiclient/discovery_cache/documents/content.v2.1.json
Original file line number Diff line number Diff line change
Expand Up @@ -574,135 +574,6 @@
}
},
"resources": {
"businessmessageslinks": {
"methods": {
"create": {
"description": "Creates a `BusinessMessagesLink` in Merchant Center account.",
"flatPath": "accounts/{accountId}/businessmessageslinks",
"httpMethod": "POST",
"id": "content.accounts.businessmessageslinks.create",
"parameterOrder": [
"accountId"
],
"parameters": {
"accountId": {
"description": "Required. The ID of the Merchant Center account.",
"format": "int64",
"location": "path",
"required": true,
"type": "string"
}
},
"path": "accounts/{accountId}/businessmessageslinks",
"request": {
"$ref": "BusinessMessagesLink"
},
"response": {
"$ref": "BusinessMessagesLink"
},
"scopes": [
"https://www.googleapis.com/auth/content"
]
},
"delete": {
"description": "Deletes the specified `BusinessMessagesLink` resource from Merchant Center account.",
"flatPath": "accounts/{accountId}/businessmessageslinks/{businessMessagesLinkId}",
"httpMethod": "DELETE",
"id": "content.accounts.businessmessageslinks.delete",
"parameterOrder": [
"accountId",
"businessMessagesLinkId"
],
"parameters": {
"accountId": {
"description": "Required. The ID of the Merchant Center account.",
"format": "int64",
"location": "path",
"required": true,
"type": "string"
},
"businessMessagesLinkId": {
"description": "Required. The identifier for the Business Messages Link.",
"location": "path",
"required": true,
"type": "string"
}
},
"path": "accounts/{accountId}/businessmessageslinks/{businessMessagesLinkId}",
"scopes": [
"https://www.googleapis.com/auth/content"
]
},
"get": {
"description": "Retrieves `BusinessMessagesLink` in Merchant Center account.",
"flatPath": "accounts/{accountId}/businessmessageslinks/{businessMessagesLinkId}",
"httpMethod": "GET",
"id": "content.accounts.businessmessageslinks.get",
"parameterOrder": [
"accountId",
"businessMessagesLinkId"
],
"parameters": {
"accountId": {
"description": "Required. The ID of the Merchant Center account.",
"format": "int64",
"location": "path",
"required": true,
"type": "string"
},
"businessMessagesLinkId": {
"description": "Required. The identifier for the Business Messages Link.",
"location": "path",
"required": true,
"type": "string"
}
},
"path": "accounts/{accountId}/businessmessageslinks/{businessMessagesLinkId}",
"response": {
"$ref": "BusinessMessagesLink"
},
"scopes": [
"https://www.googleapis.com/auth/content"
]
},
"list": {
"description": "Lists the `BusinessMessagesLink` resources for Merchant Center account.",
"flatPath": "accounts/{accountId}/businessmessageslinks",
"httpMethod": "GET",
"id": "content.accounts.businessmessageslinks.list",
"parameterOrder": [
"accountId"
],
"parameters": {
"accountId": {
"description": "Required. The ID of the account.",
"format": "int64",
"location": "path",
"required": true,
"type": "string"
},
"pageSize": {
"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.",
"format": "int32",
"location": "query",
"type": "integer"
},
"pageToken": {
"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.",
"location": "query",
"type": "string"
}
},
"path": "accounts/{accountId}/businessmessageslinks",
"response": {
"$ref": "ListBusinessMessagesLinksResponse"
},
"scopes": [
"https://www.googleapis.com/auth/content"
]
}
}
},
"credentials": {
"methods": {
"create": {
Expand Down Expand Up @@ -6315,7 +6186,7 @@
}
}
},
"revision": "20240120",
"revision": "20240124",
"rootUrl": "https://shoppingcontent.googleapis.com/",
"schemas": {
"Account": {
Expand Down Expand Up @@ -7997,22 +7868,6 @@ false
},
"type": "object"
},
"BusinessMessagesLink": {
"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.",
"id": "BusinessMessagesLink",
"properties": {
"agentId": {
"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).",
"type": "string"
},
"businessMessagesLinkId": {
"description": "Output only. Immutable. The ID uniquely identifying each `BusinessMessagesLink`.",
"readOnly": true,
"type": "string"
}
},
"type": "object"
},
"BuyOnGoogleProgramStatus": {
"description": "Response message for the GetProgramStatus method.",
"id": "BuyOnGoogleProgramStatus",
Expand Down Expand Up @@ -10326,24 +10181,6 @@ false
},
"type": "object"
},
"ListBusinessMessagesLinksResponse": {
"description": "Response message for the `ListBusinessMessagesLinks` method.",
"id": "ListBusinessMessagesLinksResponse",
"properties": {
"businessMessagesLinks": {
"description": "The `BusinessMessagesLink` resources for the given Merchant Center account.",
"items": {
"$ref": "BusinessMessagesLink"
},
"type": "array"
},
"nextPageToken": {
"description": "A token, which can be sent as `pageToken` to retrieve the next page. If this field is omitted, there are no subsequent pages.",
"type": "string"
}
},
"type": "object"
},
"ListCollectionStatusesResponse": {
"description": "Response message for the ListCollectionStatuses method.",
"id": "ListCollectionStatusesResponse",
Expand Down

0 comments on commit a8a7ec6

Please sign in to comment.