Skip to content

Commit 9f4bdd4

Browse files
feat(mybusinessverifications): update the api
#### mybusinessverifications:v1 The following keys were added: - schemas.Verification.properties.announcement.type (Total Keys: 1) - schemas.VerificationOption.properties.announcement.type (Total Keys: 1)
1 parent 82639b5 commit 9f4bdd4

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

docs/dyn/mybusinessverifications_v1.locations.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ <h3>Method Details</h3>
161161
&quot;business&quot;: &quot;A String&quot;, # Merchant&#x27;s business name.
162162
&quot;expectedDeliveryDaysRegion&quot;: 42, # Expected number of days it takes to deliver a postcard to the address&#x27;s region.
163163
},
164+
&quot;announcement&quot;: &quot;A String&quot;, # Set only if the method is VETTED_PARTNER.
164165
&quot;emailData&quot;: { # Display data for verifications through email. # Set only if the method is EMAIL.
165166
&quot;domain&quot;: &quot;A String&quot;, # Domain name in the email address. e.g. &quot;gmail.com&quot; in [email protected]
166167
&quot;isUserNameEditable&quot;: True or False, # Whether client is allowed to provide a different user name.
@@ -252,6 +253,7 @@ <h3>Method Details</h3>
252253

253254
{ # Response message for Verifications.VerifyLocation.
254255
&quot;verification&quot;: { # A verification represents a verification attempt on a location. # The created verification request.
256+
&quot;announcement&quot;: &quot;A String&quot;, # Optional. Response announcement set only if the method is VETTED_PARTNER.
255257
&quot;createTime&quot;: &quot;A String&quot;, # The timestamp when the verification is requested.
256258
&quot;method&quot;: &quot;A String&quot;, # The method of the verification.
257259
&quot;name&quot;: &quot;A String&quot;, # Resource name of the verification.

docs/dyn/mybusinessverifications_v1.locations.verifications.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ <h3>Method Details</h3>
115115

116116
{ # Response message for Verifications.CompleteVerificationAction.
117117
&quot;verification&quot;: { # A verification represents a verification attempt on a location. # The completed verification.
118+
&quot;announcement&quot;: &quot;A String&quot;, # Optional. Response announcement set only if the method is VETTED_PARTNER.
118119
&quot;createTime&quot;: &quot;A String&quot;, # The timestamp when the verification is requested.
119120
&quot;method&quot;: &quot;A String&quot;, # The method of the verification.
120121
&quot;name&quot;: &quot;A String&quot;, # Resource name of the verification.
@@ -143,6 +144,7 @@ <h3>Method Details</h3>
143144
&quot;nextPageToken&quot;: &quot;A String&quot;, # If the number of verifications exceeded the requested page size, this field will be populated with a token to fetch the next page of verification on a subsequent call. If there are no more attributes, this field will not be present in the response.
144145
&quot;verifications&quot;: [ # List of the verifications.
145146
{ # A verification represents a verification attempt on a location.
147+
&quot;announcement&quot;: &quot;A String&quot;, # Optional. Response announcement set only if the method is VETTED_PARTNER.
146148
&quot;createTime&quot;: &quot;A String&quot;, # The timestamp when the verification is requested.
147149
&quot;method&quot;: &quot;A String&quot;, # The method of the verification.
148150
&quot;name&quot;: &quot;A String&quot;, # Resource name of the verification.

googleapiclient/discovery_cache/documents/mybusinessverifications.v1.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@
256256
}
257257
}
258258
},
259-
"revision": "20230122",
259+
"revision": "20230129",
260260
"rootUrl": "https://mybusinessverifications.googleapis.com/",
261261
"schemas": {
262262
"AddressVerificationData": {
@@ -516,6 +516,10 @@
516516
"description": "A verification represents a verification attempt on a location.",
517517
"id": "Verification",
518518
"properties": {
519+
"announcement": {
520+
"description": "Optional. Response announcement set only if the method is VETTED_PARTNER.",
521+
"type": "string"
522+
},
519523
"createTime": {
520524
"description": "The timestamp when the verification is requested.",
521525
"format": "google-datetime",
@@ -574,6 +578,10 @@
574578
"$ref": "AddressVerificationData",
575579
"description": "Set only if the method is MAIL."
576580
},
581+
"announcement": {
582+
"description": "Set only if the method is VETTED_PARTNER.",
583+
"type": "string"
584+
},
577585
"emailData": {
578586
"$ref": "EmailVerificationData",
579587
"description": "Set only if the method is EMAIL."

0 commit comments

Comments
 (0)