google-apis-civicinfo_v2 0.9.0 → 0.10.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: 00f26fe49e154ad8c6d3dc076813fcc4ec8f74787a6b49ea9a1bd85bc78ea1ce
4
- data.tar.gz: 51e268bad0bb28bd88a8501ce2406790f8aed10b859e2c6e99f2891fe6f881bd
3
+ metadata.gz: 6cf2ba1952d553c4c409578782d2b16e4dc52a363a4962f3bc0f59a41412192c
4
+ data.tar.gz: 580d30aff0c670ce773600f3a6cd1753e79ce2f3a08717eb67e01e7792e4b015
5
5
  SHA512:
6
- metadata.gz: 505d71401ea8abb8c380543dc8a1c50d2aad41ff70ba5bf59dae7fa8fbb8c3a7264c1b3fbc6f6c52439d1232636cc32a946ac4415f8d9dc06f5aa2e629383b6d
7
- data.tar.gz: 7b03b4e83e3f9ff04bd772dcd6194f60fb84371978f5d7f74ea17b9a91a5b0d2c8cc32cbf2eb2f3b86c3dbf75864ee29e5b0aaadab021591c11ef0eaf632a365
6
+ metadata.gz: 502d83623535d01136053e0dc30fdd3a3c2d2ee20faa09b1376bed318f2d4b71515f3ccaa78150fe6d00fa0efddae49caa04575139db57959607ef25e6d2f915
7
+ data.tar.gz: 05b20486aefd7c8f05c4c18c8d341033ae55e675f3c909ca1e50116d3cecacde99c695279f53a79633472f637b90205450af05dd8c352ac9d83e96e316b1eff3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-civicinfo_v2
2
2
 
3
+ ### v0.10.0 (2022-05-17)
4
+
5
+ * Regenerated from discovery document revision 20220516
6
+
3
7
  ### v0.9.0 (2022-04-13)
4
8
 
5
9
  * Regenerated from discovery document revision 20220412
@@ -537,6 +537,11 @@ module Google
537
537
  # @return [String]
538
538
  attr_accessor :ocd_division_id
539
539
 
540
+ #
541
+ # Corresponds to the JSON property `shapeLookupBehavior`
542
+ # @return [String]
543
+ attr_accessor :shape_lookup_behavior
544
+
540
545
  def initialize(**args)
541
546
  update!(**args)
542
547
  end
@@ -547,6 +552,7 @@ module Google
547
552
  @id = args[:id] if args.key?(:id)
548
553
  @name = args[:name] if args.key?(:name)
549
554
  @ocd_division_id = args[:ocd_division_id] if args.key?(:ocd_division_id)
555
+ @shape_lookup_behavior = args[:shape_lookup_behavior] if args.key?(:shape_lookup_behavior)
550
556
  end
551
557
  end
552
558
 
@@ -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.9.0"
19
+ GEM_VERSION = "0.10.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220412"
25
+ REVISION = "20220516"
26
26
  end
27
27
  end
28
28
  end
@@ -285,6 +285,7 @@ module Google
285
285
  property :id, :numeric_string => true, as: 'id'
286
286
  property :name, as: 'name'
287
287
  property :ocd_division_id, as: 'ocdDivisionId'
288
+ property :shape_lookup_behavior, as: 'shapeLookupBehavior'
288
289
  end
289
290
  end
290
291
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-civicinfo_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.10.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-04-18 00:00:00.000000000 Z
11
+ date: 2022-05-23 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-civicinfo_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-civicinfo_v2/v0.9.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-civicinfo_v2/v0.10.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-civicinfo_v2
63
63
  post_install_message:
64
64
  rdoc_options: []