google-apis-sasportal_v1alpha1 0.15.0 → 0.16.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: e86baaf65feeb4170165f1a4ca721316d71e1eca5dd6811c9f498a05710ccc62
4
- data.tar.gz: 7cc4e12e08cb3f29d0e81679b8f77810484c57f3aa6aee5900318c13d4917f1b
3
+ metadata.gz: d5ba0a5f884fc4a8af051f7fa9e69db710ff0fb30ca8f004313ac86f18fa856e
4
+ data.tar.gz: 38fb77349f5fbe2a6d115ba213f776f1bdb93d2fa8bfa249cf73f70667a6bfa9
5
5
  SHA512:
6
- metadata.gz: '018541c81579ec053e14c02d08d328cf0ecb1844290deb42b19c051f1be6010108867bfda68091fd297978dfa076e660750b0c2571bf3c49375edad55d945275'
7
- data.tar.gz: 3c24ccfc4e06198af1dd84a1faec0aea863221d862e9cbca3d69fe7eba8f6274abcd72254457aded6b080317d6a7f63cc1958fa3614eab05638544e65e18cfb7
6
+ metadata.gz: 13a59e8f4fccbd907ecd46ea4a4dcdae1368a5ce460eaf811c054776e7297755d61111e95535d88fe60b6f08471386b5b7f4488250eae6b7a6dec5fa93d5afe1
7
+ data.tar.gz: de20548b3d2b2b8b6678aaec7fc73be86dd46abc28e466470ee8002eebb7250e18536a9f50ab16ddc098695f6a2f11c218cc0e3fd45500640371f39259580d47
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-sasportal_v1alpha1
2
2
 
3
+ ### v0.16.0 (2022-02-10)
4
+
5
+ * Regenerated from discovery document revision 20220208
6
+
3
7
  ### v0.15.0 (2022-01-14)
4
8
 
5
9
  * Regenerated from discovery document revision 20220110
@@ -441,6 +441,13 @@ module Google
441
441
  # @return [String]
442
442
  attr_accessor :interference_coordination_group
443
443
 
444
+ # Output only. Whether a CPI has validated to have coordinated with the National
445
+ # Quiet Zone office.
446
+ # Corresponds to the JSON property `nrqzValidated`
447
+ # @return [Boolean]
448
+ attr_accessor :nrqz_validated
449
+ alias_method :nrqz_validated?, :nrqz_validated
450
+
444
451
  def initialize(**args)
445
452
  update!(**args)
446
453
  end
@@ -450,6 +457,7 @@ module Google
450
457
  @antenna_model = args[:antenna_model] if args.key?(:antenna_model)
451
458
  @common_channel_group = args[:common_channel_group] if args.key?(:common_channel_group)
452
459
  @interference_coordination_group = args[:interference_coordination_group] if args.key?(:interference_coordination_group)
460
+ @nrqz_validated = args[:nrqz_validated] if args.key?(:nrqz_validated)
453
461
  end
454
462
  end
455
463
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module SasportalV1alpha1
18
18
  # Version of the google-apis-sasportal_v1alpha1 gem
19
- GEM_VERSION = "0.15.0"
19
+ GEM_VERSION = "0.16.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 = "20220110"
25
+ REVISION = "20220208"
26
26
  end
27
27
  end
28
28
  end
@@ -354,6 +354,7 @@ module Google
354
354
  property :antenna_model, as: 'antennaModel'
355
355
  property :common_channel_group, as: 'commonChannelGroup'
356
356
  property :interference_coordination_group, as: 'interferenceCoordinationGroup'
357
+ property :nrqz_validated, as: 'nrqzValidated'
357
358
  end
358
359
  end
359
360
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-sasportal_v1alpha1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.15.0
4
+ version: 0.16.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-01-17 00:00:00.000000000 Z
11
+ date: 2022-02-14 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-sasportal_v1alpha1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-sasportal_v1alpha1/v0.15.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-sasportal_v1alpha1/v0.16.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-sasportal_v1alpha1
63
63
  post_install_message:
64
64
  rdoc_options: []