Skip to content

Commit 78fb94e

Browse files
feat(mybusinessverifications): update the api
#### mybusinessverifications:v1 The following keys were added: - schemas.ComplyWithGuidelines.properties.recommendationReason.type (Total Keys: 1)
1 parent eba1e3a commit 78fb94e

File tree

2 files changed

+20
-4
lines changed

2 files changed

+20
-4
lines changed

docs/dyn/mybusinessverifications_v1.locations.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,8 @@ <h3>Method Details</h3>
188188
An object of the form:
189189

190190
{ # Response message for VoiceOfMerchant.GetVoiceOfMerchantState.
191-
&quot;complyWithGuidelines&quot;: { # Indicates that the location fails to comply with our [guidelines](https://support.google.com/business/answer/3038177). To fix this issue, consult the [Help Center Article](https://support.google.com/business/answer/4569145). # The location fails to comply with our [guidelines](https://support.google.com/business/answer/3038177) and requires additional steps for reinstatement. To fix this issue, consult the [Help Center Article](https://support.google.com/business/answer/4569145).
191+
&quot;complyWithGuidelines&quot;: { # Indicates that the location fails to comply with our [guidelines](https://support.google.com/business/answer/3038177). # The location fails to comply with our [guidelines](https://support.google.com/business/answer/3038177) and requires additional steps for reinstatement. To fix this issue, consult the [Help Center Article](https://support.google.com/business/answer/4569145).
192+
&quot;recommendationReason&quot;: &quot;A String&quot;, # The reason why the location is being recommended to comply with guidelines.
192193
},
193194
&quot;hasBusinessAuthority&quot;: True or False, # Indicates whether the location has the authority (ownership) over the business on Google. If true, another location cannot take over and become the dominant listing on Maps. However, edits will not become live unless Voice of Merchant is gained (i.e. has_voice_of_merchant is true).
194195
&quot;hasVoiceOfMerchant&quot;: True or False, # Indicates whether the location is in good standing and has control over the business on Google. Any edits made to the location will propagate to Maps after passing the review phase.

googleapiclient/discovery_cache/documents/mybusinessverifications.v1.json

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@
256256
}
257257
}
258258
},
259-
"revision": "20220305",
259+
"revision": "20220312",
260260
"rootUrl": "https://mybusinessverifications.googleapis.com/",
261261
"schemas": {
262262
"AddressVerificationData": {
@@ -302,9 +302,24 @@
302302
"type": "object"
303303
},
304304
"ComplyWithGuidelines": {
305-
"description": "Indicates that the location fails to comply with our [guidelines](https://support.google.com/business/answer/3038177). To fix this issue, consult the [Help Center Article](https://support.google.com/business/answer/4569145).",
305+
"description": "Indicates that the location fails to comply with our [guidelines](https://support.google.com/business/answer/3038177).",
306306
"id": "ComplyWithGuidelines",
307-
"properties": {},
307+
"properties": {
308+
"recommendationReason": {
309+
"description": "The reason why the location is being recommended to comply with guidelines.",
310+
"enum": [
311+
"RECOMMENDATION_REASON_UNSPECIFIED",
312+
"BUSINESS_LOCATION_SUSPENDED",
313+
"BUSINESS_LOCATION_DISABLED"
314+
],
315+
"enumDescriptions": [
316+
"Not specified.",
317+
"The business location is suspended. To fix this issue, consult the [Help Center article](https://support.google.com/business/answer/4569145).",
318+
"The business location is disabled. To fix this issue, consult the [Help Center article](https://support.google.com/business/answer/9334246)."
319+
],
320+
"type": "string"
321+
}
322+
},
308323
"type": "object"
309324
},
310325
"EmailVerificationData": {

0 commit comments

Comments
 (0)