google-apis-mybusinessverifications_v1 0.11.0 → 0.12.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 329a48a2849e0a5b0f07c80de181c971f473b7f77794916bb0b4fa01e5b0280b
4
- data.tar.gz: b8c3ec0d4c43ae3bfc453b85e29fee9ec8bd0c4f414b00934894322cbd9e8a5d
3
+ metadata.gz: a3bb72e033c5e5ad91cb743cddf644c7e5e33bbb7993a6a43a70f2ede8558d8a
4
+ data.tar.gz: 3a6ebf150009e3cca69fe8b5a4a6a628bc62a345af17a060d044d4e28f70d1aa
5
5
  SHA512:
6
- metadata.gz: bbfb9d75835d0777b191c510428dd12c5c4390799c28e9995373933b3b61ab63344e725360392a094624c9d29c9fa9cde23954b94f53e6b15c232cdf4e3e3720
7
- data.tar.gz: 8127a1bdca533869609f6a0cb4b811526c71bff59db93e3bde8f360346104e45376a959c4e02127b76fd4acb7b84b3f0faa76304862bd1be621b6d3058c61971
6
+ metadata.gz: a86ab17286d2b21309e57454c6f03e04408432ffc817702fca877eb1771b293c1cab7d02be6c3ed7473b00dd0fef038c155868cda483a5cb4d0d3b75be3aee9c
7
+ data.tar.gz: e8ad24ca24963dbefc66f85779d5dec57a38677258458f0ed45efc61aab89d29da466730b1df8a2e9e55d85abc8ee88d0ff8af5974ee8f6c21b8c5a42d53e5c0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-mybusinessverifications_v1
2
2
 
3
+ ### v0.12.0 (2023-01-29)
4
+
5
+ * Regenerated from discovery document revision 20230126
6
+ * Regenerated using generator version 0.11.1
7
+
3
8
  ### v0.11.0 (2022-10-28)
4
9
 
5
10
  * Regenerated using generator version 0.11.0
@@ -515,6 +515,11 @@ module Google
515
515
  class Verification
516
516
  include Google::Apis::Core::Hashable
517
517
 
518
+ # Optional. Response announcement set only if the method is VETTED_PARTNER.
519
+ # Corresponds to the JSON property `announcement`
520
+ # @return [String]
521
+ attr_accessor :announcement
522
+
518
523
  # The timestamp when the verification is requested.
519
524
  # Corresponds to the JSON property `createTime`
520
525
  # @return [String]
@@ -541,6 +546,7 @@ module Google
541
546
 
542
547
  # Update properties of this object
543
548
  def update!(**args)
549
+ @announcement = args[:announcement] if args.key?(:announcement)
544
550
  @create_time = args[:create_time] if args.key?(:create_time)
545
551
  @method_prop = args[:method_prop] if args.key?(:method_prop)
546
552
  @name = args[:name] if args.key?(:name)
@@ -559,6 +565,11 @@ module Google
559
565
  # @return [Google::Apis::MybusinessverificationsV1::AddressVerificationData]
560
566
  attr_accessor :address_data
561
567
 
568
+ # Set only if the method is VETTED_PARTNER.
569
+ # Corresponds to the JSON property `announcement`
570
+ # @return [String]
571
+ attr_accessor :announcement
572
+
562
573
  # Display data for verifications through email.
563
574
  # Corresponds to the JSON property `emailData`
564
575
  # @return [Google::Apis::MybusinessverificationsV1::EmailVerificationData]
@@ -582,6 +593,7 @@ module Google
582
593
  # Update properties of this object
583
594
  def update!(**args)
584
595
  @address_data = args[:address_data] if args.key?(:address_data)
596
+ @announcement = args[:announcement] if args.key?(:announcement)
585
597
  @email_data = args[:email_data] if args.key?(:email_data)
586
598
  @phone_number = args[:phone_number] if args.key?(:phone_number)
587
599
  @verification_method = args[:verification_method] if args.key?(:verification_method)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module MybusinessverificationsV1
18
18
  # Version of the google-apis-mybusinessverifications_v1 gem
19
- GEM_VERSION = "0.11.0"
19
+ GEM_VERSION = "0.12.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.11.0"
22
+ GENERATOR_VERSION = "0.11.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220815"
25
+ REVISION = "20230126"
26
26
  end
27
27
  end
28
28
  end
@@ -283,6 +283,7 @@ module Google
283
283
  class Verification
284
284
  # @private
285
285
  class Representation < Google::Apis::Core::JsonRepresentation
286
+ property :announcement, as: 'announcement'
286
287
  property :create_time, as: 'createTime'
287
288
  property :method_prop, as: 'method'
288
289
  property :name, as: 'name'
@@ -295,6 +296,7 @@ module Google
295
296
  class Representation < Google::Apis::Core::JsonRepresentation
296
297
  property :address_data, as: 'addressData', class: Google::Apis::MybusinessverificationsV1::AddressVerificationData, decorator: Google::Apis::MybusinessverificationsV1::AddressVerificationData::Representation
297
298
 
299
+ property :announcement, as: 'announcement'
298
300
  property :email_data, as: 'emailData', class: Google::Apis::MybusinessverificationsV1::EmailVerificationData, decorator: Google::Apis::MybusinessverificationsV1::EmailVerificationData::Representation
299
301
 
300
302
  property :phone_number, as: 'phoneNumber'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-mybusinessverifications_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.0
4
+ version: 0.12.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-10-31 00:00:00.000000000 Z
11
+ date: 2023-01-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-mybusinessverifications_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-mybusinessverifications_v1/v0.11.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-mybusinessverifications_v1/v0.12.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-mybusinessverifications_v1
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.3.14
78
+ rubygems_version: 3.4.2
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for My Business Verifications API V1