Skip to content

Commit 6a9df63

Browse files
feat: Automated regeneration of mybusinessverifications v1 client (googleapis#23897)
Auto-created at 2025-08-10 10:10:58 +0000 using the toys pull request generator.
1 parent 913f4d9 commit 6a9df63

File tree

5 files changed

+15
-2
lines changed

5 files changed

+15
-2
lines changed

api_names_out.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290354,6 +290354,7 @@
290354290354
"/mybusinessverifications:v1/VerifyLocationRequest/method": method_prop
290355290355
"/mybusinessverifications:v1/VerifyLocationRequest/phoneNumber": phone_number
290356290356
"/mybusinessverifications:v1/VerifyLocationRequest/token": token
290357+
"/mybusinessverifications:v1/VerifyLocationRequest/trustedPartnerToken": trusted_partner_token
290357290358
"/mybusinessverifications:v1/VerifyLocationResponse": verify_location_response
290358290359
"/mybusinessverifications:v1/VerifyLocationResponse/verification": verification
290359290360
"/mybusinessverifications:v1/VoiceOfMerchantState": voice_of_merchant_state

generated/google-apis-mybusinessverifications_v1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-mybusinessverifications_v1
22

3+
### v0.23.0 (2025-08-10)
4+
5+
* Regenerated from discovery document revision 20250804
6+
37
### v0.22.0 (2025-07-27)
48

59
* Regenerated from discovery document revision 20250721

generated/google-apis-mybusinessverifications_v1/lib/google/apis/mybusinessverifications_v1/classes.rb

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -685,6 +685,12 @@ class VerifyLocationRequest
685685
# @return [Google::Apis::MybusinessverificationsV1::VerificationToken]
686686
attr_accessor :token
687687

688+
# The input for TRUSTED_PARTNER method The verification token that is associated
689+
# to the location.
690+
# Corresponds to the JSON property `trustedPartnerToken`
691+
# @return [String]
692+
attr_accessor :trusted_partner_token
693+
688694
def initialize(**args)
689695
update!(**args)
690696
end
@@ -698,6 +704,7 @@ def update!(**args)
698704
@method_prop = args[:method_prop] if args.key?(:method_prop)
699705
@phone_number = args[:phone_number] if args.key?(:phone_number)
700706
@token = args[:token] if args.key?(:token)
707+
@trusted_partner_token = args[:trusted_partner_token] if args.key?(:trusted_partner_token)
701708
end
702709
end
703710

generated/google-apis-mybusinessverifications_v1/lib/google/apis/mybusinessverifications_v1/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module MybusinessverificationsV1
1818
# Version of the google-apis-mybusinessverifications_v1 gem
19-
GEM_VERSION = "0.22.0"
19+
GEM_VERSION = "0.23.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.18.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20250721"
25+
REVISION = "20250804"
2626
end
2727
end
2828
end

generated/google-apis-mybusinessverifications_v1/lib/google/apis/mybusinessverifications_v1/representations.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
328328
property :phone_number, as: 'phoneNumber'
329329
property :token, as: 'token', class: Google::Apis::MybusinessverificationsV1::VerificationToken, decorator: Google::Apis::MybusinessverificationsV1::VerificationToken::Representation
330330

331+
property :trusted_partner_token, as: 'trustedPartnerToken'
331332
end
332333
end
333334

0 commit comments

Comments
 (0)