diff --git a/docs/dyn/mybusinessverifications_v1.locations.html b/docs/dyn/mybusinessverifications_v1.locations.html index 1372f0ee1cf..ed62d139b65 100644 --- a/docs/dyn/mybusinessverifications_v1.locations.html +++ b/docs/dyn/mybusinessverifications_v1.locations.html @@ -161,6 +161,7 @@

Method Details

"business": "A String", # Merchant's business name. "expectedDeliveryDaysRegion": 42, # Expected number of days it takes to deliver a postcard to the address's region. }, + "announcement": "A String", # Set only if the method is VETTED_PARTNER. "emailData": { # Display data for verifications through email. # Set only if the method is EMAIL. "domain": "A String", # Domain name in the email address. e.g. "gmail.com" in foo@gmail.com "isUserNameEditable": True or False, # Whether client is allowed to provide a different user name. @@ -252,6 +253,7 @@

Method Details

{ # Response message for Verifications.VerifyLocation. "verification": { # A verification represents a verification attempt on a location. # The created verification request. + "announcement": "A String", # Optional. Response announcement set only if the method is VETTED_PARTNER. "createTime": "A String", # The timestamp when the verification is requested. "method": "A String", # The method of the verification. "name": "A String", # Resource name of the verification. diff --git a/docs/dyn/mybusinessverifications_v1.locations.verifications.html b/docs/dyn/mybusinessverifications_v1.locations.verifications.html index 441309e75d0..24a131ac459 100644 --- a/docs/dyn/mybusinessverifications_v1.locations.verifications.html +++ b/docs/dyn/mybusinessverifications_v1.locations.verifications.html @@ -115,6 +115,7 @@

Method Details

{ # Response message for Verifications.CompleteVerificationAction. "verification": { # A verification represents a verification attempt on a location. # The completed verification. + "announcement": "A String", # Optional. Response announcement set only if the method is VETTED_PARTNER. "createTime": "A String", # The timestamp when the verification is requested. "method": "A String", # The method of the verification. "name": "A String", # Resource name of the verification. @@ -143,6 +144,7 @@

Method Details

"nextPageToken": "A String", # 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. "verifications": [ # List of the verifications. { # A verification represents a verification attempt on a location. + "announcement": "A String", # Optional. Response announcement set only if the method is VETTED_PARTNER. "createTime": "A String", # The timestamp when the verification is requested. "method": "A String", # The method of the verification. "name": "A String", # Resource name of the verification. diff --git a/googleapiclient/discovery_cache/documents/mybusinessverifications.v1.json b/googleapiclient/discovery_cache/documents/mybusinessverifications.v1.json index 8812d235a7c..c9c75a9aa3f 100644 --- a/googleapiclient/discovery_cache/documents/mybusinessverifications.v1.json +++ b/googleapiclient/discovery_cache/documents/mybusinessverifications.v1.json @@ -256,7 +256,7 @@ } } }, - "revision": "20230122", + "revision": "20230129", "rootUrl": "https://mybusinessverifications.googleapis.com/", "schemas": { "AddressVerificationData": { @@ -516,6 +516,10 @@ "description": "A verification represents a verification attempt on a location.", "id": "Verification", "properties": { + "announcement": { + "description": "Optional. Response announcement set only if the method is VETTED_PARTNER.", + "type": "string" + }, "createTime": { "description": "The timestamp when the verification is requested.", "format": "google-datetime", @@ -574,6 +578,10 @@ "$ref": "AddressVerificationData", "description": "Set only if the method is MAIL." }, + "announcement": { + "description": "Set only if the method is VETTED_PARTNER.", + "type": "string" + }, "emailData": { "$ref": "EmailVerificationData", "description": "Set only if the method is EMAIL."