google-apis-sasportal_v1alpha1 0.28.0 → 0.30.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: 9e75f0a81136fb717b3d65aa3118bef67dee99a9882ed44c1a1d8821b32c937c
4
- data.tar.gz: 16c2a61bca3dd960fe5783700b0ec058522d0413c8bf1aab212e3981594f4d6c
3
+ metadata.gz: 110e1792a68fc8fed3d2b0ec1f571b8eae77e268e38ce864337c38c4b9e39086
4
+ data.tar.gz: e751d8858f68753c0c2af7aaae6d5f921d3aaf7a2ff46d502ac51259b45bba12
5
5
  SHA512:
6
- metadata.gz: ade5b217833c7f7261b704c03816eaffb1f94f0775ec10c472b27cecd16017e7e9d50575678b66c190e4a746b07636e12a06994371f93072771fd9400d2e02cd
7
- data.tar.gz: 1ab06aac3f713b54a2c95d870a773498fcbcdd8e24ef29facbf659dd287f3fc04b901863d3cb1c015e2f46177611916be2d58b4bb2f5b3557c222a1c00e7441f
6
+ metadata.gz: 39114796eb7df4d2a33c02d38cf9f7c0772ecf17706788766c4e135eae4859696877797e0bbf1055aa3d95a01e356439093c216f0ba947f90972d87609169a00
7
+ data.tar.gz: 8285908b4ac99ca9647f5a8eab29a0ac728bc9c0c789c19b0bbb1e55f99e7c81625d01bae7d935d7732d858a9dfaeb18a71d1e78d121a4e81a5b02d0e87ace16
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-sasportal_v1alpha1
2
2
 
3
+ ### v0.30.0 (2023-02-19)
4
+
5
+ * Regenerated using generator version 0.12.0
6
+
7
+ ### v0.29.0 (2023-01-15)
8
+
9
+ * Regenerated from discovery document revision 20230105
10
+ * Regenerated using generator version 0.11.1
11
+
3
12
  ### v0.28.0 (2022-10-20)
4
13
 
5
14
  * Regenerated using generator version 0.11.0
@@ -59,7 +59,7 @@ module Google
59
59
  # @return [Google::Apis::SasportalV1alpha1::SasPortalFrequencyRange]
60
60
  attr_accessor :frequency_range
61
61
 
62
- # The channel score, normalized to be in [0,100].
62
+ # The channel score, normalized to be in the range [0,100].
63
63
  # Corresponds to the JSON property `score`
64
64
  # @return [Float]
65
65
  attr_accessor :score
@@ -143,7 +143,7 @@ module Google
143
143
  # @return [String]
144
144
  attr_accessor :display_name
145
145
 
146
- # Output only. The FRNs copied from its direct parent.
146
+ # Output only. The FCC Registration Numbers (FRNs) copied from its direct parent.
147
147
  # Corresponds to the JSON property `frns`
148
148
  # @return [Array<String>]
149
149
  attr_accessor :frns
@@ -201,7 +201,7 @@ module Google
201
201
  # @return [String]
202
202
  attr_accessor :fcc_id
203
203
 
204
- # Only ranges within the allowlists are available for new grants.
204
+ # Only ranges that are within the allowlists are available for new grants.
205
205
  # Corresponds to the JSON property `grantRangeAllowlists`
206
206
  # @return [Array<Google::Apis::SasportalV1alpha1::SasPortalFrequencyRange>]
207
207
  attr_accessor :grant_range_allowlists
@@ -429,26 +429,30 @@ module Google
429
429
  class SasPortalDeviceMetadata
430
430
  include Google::Apis::Core::Hashable
431
431
 
432
- # If populated, the Antenna Model Pattern to use. Format is: RecordCreatorId:
433
- # PatternId
432
+ # If populated, the Antenna Model Pattern to use. Format is: `RecordCreatorId:
433
+ # PatternId`
434
434
  # Corresponds to the JSON property `antennaModel`
435
435
  # @return [String]
436
436
  attr_accessor :antenna_model
437
437
 
438
- # CCG. A group of CBSDs in the same ICG requesting a common primary channel
439
- # assignment. See CBRSA-TS-2001 V3.0.0 for more details.
438
+ # Common Channel Group (CCG). A group of CBSDs in the same ICG requesting a
439
+ # common primary channel assignment. For more details, see [CBRSA-TS-2001 V3.0.0]
440
+ # (https://ongoalliance.org/wp-content/uploads/2020/02/CBRSA-TS-2001-V3.0.
441
+ # 0_Approved-for-publication.pdf).
440
442
  # Corresponds to the JSON property `commonChannelGroup`
441
443
  # @return [String]
442
444
  attr_accessor :common_channel_group
443
445
 
444
- # ICG. A group of CBSDs that manage their own interference with the group. See
445
- # CBRSA-TS-2001 V3.0.0 for more details.
446
+ # Interference Coordination Group (ICG). A group of CBSDs that manage their own
447
+ # interference with the group. For more details, see [CBRSA-TS-2001 V3.0.0](
448
+ # https://ongoalliance.org/wp-content/uploads/2020/02/CBRSA-TS-2001-V3.0.
449
+ # 0_Approved-for-publication.pdf).
446
450
  # Corresponds to the JSON property `interferenceCoordinationGroup`
447
451
  # @return [String]
448
452
  attr_accessor :interference_coordination_group
449
453
 
450
- # Output only. Whether a CPI has validated to have coordinated with the National
451
- # Quiet Zone office.
454
+ # Output only. Set to `true` if a CPI has validated that they have coordinated
455
+ # with the National Quiet Zone office.
452
456
  # Corresponds to the JSON property `nrqzValidated`
453
457
  # @return [Boolean]
454
458
  attr_accessor :nrqz_validated
@@ -668,6 +672,11 @@ module Google
668
672
  # @return [Fixnum]
669
673
  attr_accessor :antenna_gain
670
674
 
675
+ # As above, but as a DoubleValue.
676
+ # Corresponds to the JSON property `antennaGainNewField`
677
+ # @return [Float]
678
+ attr_accessor :antenna_gain_new_field
679
+
671
680
  # If an external antenna is used, the antenna model is optionally provided in
672
681
  # this field. The string has a maximum length of 128 octets.
673
682
  # Corresponds to the JSON property `antennaModel`
@@ -688,6 +697,11 @@ module Google
688
697
  # @return [Fixnum]
689
698
  attr_accessor :eirp_capability
690
699
 
700
+ # As above, but as a DoubleValue.
701
+ # Corresponds to the JSON property `eirpCapabilityNewField`
702
+ # @return [Float]
703
+ attr_accessor :eirp_capability_new_field
704
+
691
705
  # Device antenna height in meters. When the `heightType` parameter value is "AGL"
692
706
  # , the antenna height should be given relative to ground level. When the `
693
707
  # heightType` parameter value is "AMSL", it is given with respect to WGS84 datum.
@@ -745,9 +759,11 @@ module Google
745
759
  @antenna_beamwidth = args[:antenna_beamwidth] if args.key?(:antenna_beamwidth)
746
760
  @antenna_downtilt = args[:antenna_downtilt] if args.key?(:antenna_downtilt)
747
761
  @antenna_gain = args[:antenna_gain] if args.key?(:antenna_gain)
762
+ @antenna_gain_new_field = args[:antenna_gain_new_field] if args.key?(:antenna_gain_new_field)
748
763
  @antenna_model = args[:antenna_model] if args.key?(:antenna_model)
749
764
  @cpe_cbsd_indication = args[:cpe_cbsd_indication] if args.key?(:cpe_cbsd_indication)
750
765
  @eirp_capability = args[:eirp_capability] if args.key?(:eirp_capability)
766
+ @eirp_capability_new_field = args[:eirp_capability_new_field] if args.key?(:eirp_capability_new_field)
751
767
  @height = args[:height] if args.key?(:height)
752
768
  @height_type = args[:height_type] if args.key?(:height_type)
753
769
  @horizontal_accuracy = args[:horizontal_accuracy] if args.key?(:horizontal_accuracy)
@@ -961,7 +977,7 @@ module Google
961
977
  class SasPortalNrqzValidation
962
978
  include Google::Apis::Core::Hashable
963
979
 
964
- # Validation case id.
980
+ # Validation case ID.
965
981
  # Corresponds to the JSON property `caseId`
966
982
  # @return [String]
967
983
  attr_accessor :case_id
@@ -971,12 +987,12 @@ module Google
971
987
  # @return [String]
972
988
  attr_accessor :cpi_id
973
989
 
974
- # Device latitude associated with the validation.
990
+ # Device latitude that's associated with the validation.
975
991
  # Corresponds to the JSON property `latitude`
976
992
  # @return [Float]
977
993
  attr_accessor :latitude
978
994
 
979
- # Device longitude associated with the validation.
995
+ # Device longitude that's associated with the validation.
980
996
  # Corresponds to the JSON property `longitude`
981
997
  # @return [Float]
982
998
  attr_accessor :longitude
@@ -1099,8 +1115,7 @@ module Google
1099
1115
  class SasPortalSetPolicyRequest
1100
1116
  include Google::Apis::Core::Hashable
1101
1117
 
1102
- # Optional. Set the field as true when we would like to disable the onboarding
1103
- # notification.
1118
+ # Optional. Set the field as `true` to disable the onboarding notification.
1104
1119
  # Corresponds to the JSON property `disableNotification`
1105
1120
  # @return [Boolean]
1106
1121
  attr_accessor :disable_notification
@@ -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.28.0"
19
+ GEM_VERSION = "0.30.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.11.0"
22
+ GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20221011"
25
+ REVISION = "20230105"
26
26
  end
27
27
  end
28
28
  end
@@ -428,9 +428,11 @@ module Google
428
428
  property :antenna_beamwidth, as: 'antennaBeamwidth'
429
429
  property :antenna_downtilt, as: 'antennaDowntilt'
430
430
  property :antenna_gain, as: 'antennaGain'
431
+ property :antenna_gain_new_field, as: 'antennaGainNewField'
431
432
  property :antenna_model, as: 'antennaModel'
432
433
  property :cpe_cbsd_indication, as: 'cpeCbsdIndication'
433
434
  property :eirp_capability, as: 'eirpCapability'
435
+ property :eirp_capability_new_field, as: 'eirpCapabilityNewField'
434
436
  property :height, as: 'height'
435
437
  property :height_type, as: 'heightType'
436
438
  property :horizontal_accuracy, as: 'horizontalAccuracy'
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.28.0
4
+ version: 0.30.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-10-21 00:00:00.000000000 Z
11
+ date: 2023-02-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.9.1
19
+ version: 0.11.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.9.1
29
+ version: 0.11.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.28.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-sasportal_v1alpha1/v0.30.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.3.14
78
+ rubygems_version: 3.4.2
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for SAS Portal API V1alpha1