google-apis-civicinfo_v2 0.26.0 → 0.27.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 13aea2122df3ac7b49502bad2c2395f4e7c3ca7cc525248e74c1a588b22efb07
4
- data.tar.gz: 5a669299e7a3b1be00262e689cf34300003c539f54358cb5ecbafb88d56ca318
3
+ metadata.gz: 518e198e8b6b76f390cebd6242978433fda0aea4338bc8e539f2cc009287f2f3
4
+ data.tar.gz: b4764401edfe0998225fd33e3cd76dcd3bf15b26ef7bafdd4c61d5d2924bc07d
5
5
  SHA512:
6
- metadata.gz: 5de9ed6034571897ee745c1dba9215dcc466178b5ab9b960d865faadffb50d83970ea9ff96ded703c7cc7dbdcc90399e165cf44cf6fd33d385cb6cbb5fa56814
7
- data.tar.gz: 6f220ea5813e7a2fa4d9cc4bfbf2ecf71ddbb6f60f26ed9fdea9deb1da0a7009970035d142f1f3152c11ef5d10e7419ae6adf51438c79ea684793fd4af28cdb0
6
+ metadata.gz: ac61c4660ca7af28f558cda54136ba3384acf3da70d0f9cf59e9b1e307725a18afd2976996932db023b39eb8454de839fde8f0cbb22802c6d4320e11edfeb17b
7
+ data.tar.gz: 486892293dd35263bcd7c715944e2d5fcff32196ae21da2397d82cac2be89a1b59986814a1c2bcadda48b247ba3318f21b42801081627fcaff154cbad92ecb7f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-civicinfo_v2
2
2
 
3
+ ### v0.27.0 (2025-07-13)
4
+
5
+ * Regenerated from discovery document revision 20250708
6
+ * Regenerated using generator version 0.18.0
7
+
3
8
  ### v0.26.0 (2025-05-04)
4
9
 
5
10
  * Regenerated from discovery document revision 20250430
@@ -1006,6 +1006,11 @@ module Google
1006
1006
  class CivicinfoSchemaV2SimpleAddressType
1007
1007
  include Google::Apis::Core::Hashable
1008
1008
 
1009
+ #
1010
+ # Corresponds to the JSON property `addressLine`
1011
+ # @return [Array<String>]
1012
+ attr_accessor :address_line
1013
+
1009
1014
  # The city or town for the address.
1010
1015
  # Corresponds to the JSON property `city`
1011
1016
  # @return [String]
@@ -1047,6 +1052,7 @@ module Google
1047
1052
 
1048
1053
  # Update properties of this object
1049
1054
  def update!(**args)
1055
+ @address_line = args[:address_line] if args.key?(:address_line)
1050
1056
  @city = args[:city] if args.key?(:city)
1051
1057
  @line1 = args[:line1] if args.key?(:line1)
1052
1058
  @line2 = args[:line2] if args.key?(:line2)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CivicinfoV2
18
18
  # Version of the google-apis-civicinfo_v2 gem
19
- GEM_VERSION = "0.26.0"
19
+ GEM_VERSION = "0.27.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.17.0"
22
+ GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250430"
25
+ REVISION = "20250708"
26
26
  end
27
27
  end
28
28
  end
@@ -368,6 +368,7 @@ module Google
368
368
  class CivicinfoSchemaV2SimpleAddressType
369
369
  # @private
370
370
  class Representation < Google::Apis::Core::JsonRepresentation
371
+ collection :address_line, as: 'addressLine'
371
372
  property :city, as: 'city'
372
373
  property :line1, as: 'line1'
373
374
  property :line2, as: 'line2'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-civicinfo_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.26.0
4
+ version: 0.27.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-civicinfo_v2/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-civicinfo_v2/v0.26.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-civicinfo_v2/v0.27.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-civicinfo_v2
62
62
  rdoc_options: []
63
63
  require_paths:
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  requirements: []
76
- rubygems_version: 3.6.8
76
+ rubygems_version: 3.6.9
77
77
  specification_version: 4
78
78
  summary: Simple REST client for Google Civic Information API V2
79
79
  test_files: []