google-apis-prod_tt_sasportal_v1alpha1 0.10.0 → 0.11.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c4a6159a1e089b4b1a2cd4cebb4cca511d28457e38d62f8e1ccb92c47d7086bf
|
4
|
+
data.tar.gz: 899ed47fce4a2fcec9f15afee372251e8c2a0a438e3d077b961190cfdcf2ffc1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b021988408a49f703f42bc9ee1b40bbaae29bfc41c76e1d9a525311898406e85ebbe6a3ec1fba829bb4e4a4fee4a5eb374f7dc74bf9e53ba9e31dc2b16df2881
|
7
|
+
data.tar.gz: 05ebc5c7e22c424808275c0fe870c73e2c48c313b52f9839586edf86ad1ee00e06eac15c5729c76f902737e69499156f24f34483e77230d9b09dfa1baf715bc9
|
data/CHANGELOG.md
CHANGED
@@ -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 ProdTtSasportalV1alpha1
|
18
18
|
# Version of the google-apis-prod_tt_sasportal_v1alpha1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.11.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 = "
|
25
|
+
REVISION = "20210903"
|
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-prod_tt_sasportal_v1alpha1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.11.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-
|
11
|
+
date: 2021-09-13 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-prod_tt_sasportal_v1alpha1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-prod_tt_sasportal_v1alpha1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-prod_tt_sasportal_v1alpha1/v0.11.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-prod_tt_sasportal_v1alpha1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|