google-apis-sasportal_v1alpha1 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: b3039ec80c5e6556e59748d54ba34c309e826ff49ba1b05f624129e9fe21e57c
4
- data.tar.gz: 1a988f328fd8e64d838dcda31c12c3410c8c318d852c359acee7f4f63b846e31
3
+ metadata.gz: a68cb779b1e4b05eeec91e1b47a23fd3d73c9b7bda805ab22c286d5fce3323e4
4
+ data.tar.gz: 30c96374950eb7b416884eb96f30224d74c90947da27de40e420a5dadd2d8563
5
5
  SHA512:
6
- metadata.gz: 56c8bdf290b098314d7c5608a24453c168ec82dc6aed7c2eb8c3c061e7d82886353f32c09fb7c8aa6637630dfcf8caa78410aaf8e0537d20b00f8a4060a9d969
7
- data.tar.gz: d30ba914ebc2c0c41af618b107df5c2f60cae1ebf7da2d48b46eff34e16f4304a49d9c0ddaeccf7b44b5a644b03a40b4e23b2ea31c3138ceffd226b228547b01
6
+ metadata.gz: 2bf2dd25109dad850b55a107971eebaf8c0c63e26e8b8a848ede865acbd89b30258fa0e517e26e1787b6f174a4a2ff73d7d78858a30e8c22fe419fd597360118
7
+ data.tar.gz: e9c0031d22f0e25d68c615a238a22cdb1663c0044d3275a8a1378d9cbcfbcf5164374efda75db8c30e4598bb6314650c6accd86788b5a4e1286410883e9a5208
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-sasportal_v1alpha1
2
2
 
3
+ ### v0.12.0 (2021-09-15)
4
+
5
+ * Regenerated from discovery document revision 20210910
6
+
3
7
  ### v0.11.0 (2021-06-29)
4
8
 
5
9
  * Regenerated from discovery document revision 20210625
@@ -441,6 +441,18 @@ module Google
441
441
  # @return [String]
442
442
  attr_accessor :antenna_model
443
443
 
444
+ # CCG. A group of CBSDs in the same ICG requesting a common primary channel
445
+ # assignment. See CBRSA-TS-2001 V3.0.0 for more details.
446
+ # Corresponds to the JSON property `commonChannelGroup`
447
+ # @return [String]
448
+ attr_accessor :common_channel_group
449
+
450
+ # ICG. A group of CBSDs that manage their own interference with the group. See
451
+ # CBRSA-TS-2001 V3.0.0 for more details.
452
+ # Corresponds to the JSON property `interferenceCoordinationGroup`
453
+ # @return [String]
454
+ attr_accessor :interference_coordination_group
455
+
444
456
  def initialize(**args)
445
457
  update!(**args)
446
458
  end
@@ -448,6 +460,8 @@ module Google
448
460
  # Update properties of this object
449
461
  def update!(**args)
450
462
  @antenna_model = args[:antenna_model] if args.key?(:antenna_model)
463
+ @common_channel_group = args[:common_channel_group] if args.key?(:common_channel_group)
464
+ @interference_coordination_group = args[:interference_coordination_group] if args.key?(:interference_coordination_group)
451
465
  end
452
466
  end
453
467
 
@@ -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.11.0"
19
+ GEM_VERSION = "0.12.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210625"
25
+ REVISION = "20210910"
26
26
  end
27
27
  end
28
28
  end
@@ -354,6 +354,8 @@ module Google
354
354
  # @private
355
355
  class Representation < Google::Apis::Core::JsonRepresentation
356
356
  property :antenna_model, as: 'antennaModel'
357
+ property :common_channel_group, as: 'commonChannelGroup'
358
+ property :interference_coordination_group, as: 'interferenceCoordinationGroup'
357
359
  end
358
360
  end
359
361
 
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.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: 2021-07-05 00:00:00.000000000 Z
11
+ date: 2021-09-20 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/master/generated/google-apis-sasportal_v1alpha1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-sasportal_v1alpha1/v0.11.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-sasportal_v1alpha1/v0.12.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-sasportal_v1alpha1
63
63
  post_install_message:
64
64
  rdoc_options: []