google-apis-sasportal_v1alpha1 0.15.0 → 0.18.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e86baaf65feeb4170165f1a4ca721316d71e1eca5dd6811c9f498a05710ccc62
4
- data.tar.gz: 7cc4e12e08cb3f29d0e81679b8f77810484c57f3aa6aee5900318c13d4917f1b
3
+ metadata.gz: 9808c507787525aff2a63ea6e974389c25b166045857c32a7a3792ca9c116bad
4
+ data.tar.gz: 55d539931c1731c5627a4ff670993bb059310e0359b4bcdf36c0dd3324bc7f54
5
5
  SHA512:
6
- metadata.gz: '018541c81579ec053e14c02d08d328cf0ecb1844290deb42b19c051f1be6010108867bfda68091fd297978dfa076e660750b0c2571bf3c49375edad55d945275'
7
- data.tar.gz: 3c24ccfc4e06198af1dd84a1faec0aea863221d862e9cbca3d69fe7eba8f6274abcd72254457aded6b080317d6a7f63cc1958fa3614eab05638544e65e18cfb7
6
+ metadata.gz: 6c0411a75b1d5efcdd119e14b35e5903797ca0299179799ae3a6aca82952ff7afbabd10bfd2c0691998125407fa9dac93751487a8e7fe8a44515921395bd7d29
7
+ data.tar.gz: 2ac0fd42becdeba1c792b9c87e6f7a56dd1f9f373dbca84683a67015fedc072c34052a37c4e8b040c4037d95685de7643ac4a62a1d0d7d60645c519c5402a0cc
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-sasportal_v1alpha1
2
2
 
3
+ ### v0.18.0 (2022-03-23)
4
+
5
+ * Regenerated from discovery document revision 20220319
6
+
7
+ ### v0.17.0 (2022-02-25)
8
+
9
+ * Regenerated from discovery document revision 20220224
10
+
11
+ ### v0.16.0 (2022-02-10)
12
+
13
+ * Regenerated from discovery document revision 20220208
14
+
3
15
  ### v0.15.0 (2022-01-14)
4
16
 
5
17
  * Regenerated from discovery document revision 20220110
@@ -379,6 +379,11 @@ module Google
379
379
  # @return [String]
380
380
  attr_accessor :grant_id
381
381
 
382
+ # The transmit expiration time of the last heartbeat.
383
+ # Corresponds to the JSON property `lastHeartbeatTransmitExpireTime`
384
+ # @return [String]
385
+ attr_accessor :last_heartbeat_transmit_expire_time
386
+
382
387
  # Maximum Equivalent Isotropically Radiated Power (EIRP) permitted by the grant.
383
388
  # The maximum EIRP is in units of dBm/MHz. The value of `maxEirp` represents the
384
389
  # average (RMS) EIRP that would be measured by the procedure defined in FCC part
@@ -412,6 +417,7 @@ module Google
412
417
  @expire_time = args[:expire_time] if args.key?(:expire_time)
413
418
  @frequency_range = args[:frequency_range] if args.key?(:frequency_range)
414
419
  @grant_id = args[:grant_id] if args.key?(:grant_id)
420
+ @last_heartbeat_transmit_expire_time = args[:last_heartbeat_transmit_expire_time] if args.key?(:last_heartbeat_transmit_expire_time)
415
421
  @max_eirp = args[:max_eirp] if args.key?(:max_eirp)
416
422
  @move_list = args[:move_list] if args.key?(:move_list)
417
423
  @state = args[:state] if args.key?(:state)
@@ -441,6 +447,18 @@ module Google
441
447
  # @return [String]
442
448
  attr_accessor :interference_coordination_group
443
449
 
450
+ # Output only. Whether a CPI has validated to have coordinated with the National
451
+ # Quiet Zone office.
452
+ # Corresponds to the JSON property `nrqzValidated`
453
+ # @return [Boolean]
454
+ attr_accessor :nrqz_validated
455
+ alias_method :nrqz_validated?, :nrqz_validated
456
+
457
+ # Information about National Radio Quiet Zone validation.
458
+ # Corresponds to the JSON property `nrqzValidation`
459
+ # @return [Google::Apis::SasportalV1alpha1::SasPortalNrqzValidation]
460
+ attr_accessor :nrqz_validation
461
+
444
462
  def initialize(**args)
445
463
  update!(**args)
446
464
  end
@@ -450,6 +468,8 @@ module Google
450
468
  @antenna_model = args[:antenna_model] if args.key?(:antenna_model)
451
469
  @common_channel_group = args[:common_channel_group] if args.key?(:common_channel_group)
452
470
  @interference_coordination_group = args[:interference_coordination_group] if args.key?(:interference_coordination_group)
471
+ @nrqz_validated = args[:nrqz_validated] if args.key?(:nrqz_validated)
472
+ @nrqz_validation = args[:nrqz_validation] if args.key?(:nrqz_validation)
453
473
  end
454
474
  end
455
475
 
@@ -524,8 +544,7 @@ module Google
524
544
  # A generic empty message that you can re-use to avoid defining duplicated empty
525
545
  # messages in your APIs. A typical example is to use it as the request or the
526
546
  # response type of an API method. For instance: service Foo ` rpc Bar(google.
527
- # protobuf.Empty) returns (google.protobuf.Empty); ` The JSON representation for
528
- # `Empty` is empty JSON object ````.
547
+ # protobuf.Empty) returns (google.protobuf.Empty); `
529
548
  class SasPortalEmpty
530
549
  include Google::Apis::Core::Hashable
531
550
 
@@ -938,6 +957,49 @@ module Google
938
957
  end
939
958
  end
940
959
 
960
+ # Information about National Radio Quiet Zone validation.
961
+ class SasPortalNrqzValidation
962
+ include Google::Apis::Core::Hashable
963
+
964
+ # Validation case id.
965
+ # Corresponds to the JSON property `caseId`
966
+ # @return [String]
967
+ attr_accessor :case_id
968
+
969
+ # CPI who signed the validation.
970
+ # Corresponds to the JSON property `cpiId`
971
+ # @return [String]
972
+ attr_accessor :cpi_id
973
+
974
+ # Device latitude associated with the validation.
975
+ # Corresponds to the JSON property `latitude`
976
+ # @return [Float]
977
+ attr_accessor :latitude
978
+
979
+ # Device longitude associated with the validation.
980
+ # Corresponds to the JSON property `longitude`
981
+ # @return [Float]
982
+ attr_accessor :longitude
983
+
984
+ # State of the NRQZ validation info.
985
+ # Corresponds to the JSON property `state`
986
+ # @return [String]
987
+ attr_accessor :state
988
+
989
+ def initialize(**args)
990
+ update!(**args)
991
+ end
992
+
993
+ # Update properties of this object
994
+ def update!(**args)
995
+ @case_id = args[:case_id] if args.key?(:case_id)
996
+ @cpi_id = args[:cpi_id] if args.key?(:cpi_id)
997
+ @latitude = args[:latitude] if args.key?(:latitude)
998
+ @longitude = args[:longitude] if args.key?(:longitude)
999
+ @state = args[:state] if args.key?(:state)
1000
+ end
1001
+ end
1002
+
941
1003
  # This resource represents a long-running operation that is the result of a
942
1004
  # network API call.
943
1005
  class SasPortalOperation
@@ -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.18.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 = "20220319"
26
26
  end
27
27
  end
28
28
  end
@@ -178,6 +178,12 @@ module Google
178
178
  include Google::Apis::Core::JsonObjectSupport
179
179
  end
180
180
 
181
+ class SasPortalNrqzValidation
182
+ class Representation < Google::Apis::Core::JsonRepresentation; end
183
+
184
+ include Google::Apis::Core::JsonObjectSupport
185
+ end
186
+
181
187
  class SasPortalOperation
182
188
  class Representation < Google::Apis::Core::JsonRepresentation; end
183
189
 
@@ -340,6 +346,7 @@ module Google
340
346
  property :frequency_range, as: 'frequencyRange', class: Google::Apis::SasportalV1alpha1::SasPortalFrequencyRange, decorator: Google::Apis::SasportalV1alpha1::SasPortalFrequencyRange::Representation
341
347
 
342
348
  property :grant_id, as: 'grantId'
349
+ property :last_heartbeat_transmit_expire_time, as: 'lastHeartbeatTransmitExpireTime'
343
350
  property :max_eirp, as: 'maxEirp'
344
351
  collection :move_list, as: 'moveList', class: Google::Apis::SasportalV1alpha1::SasPortalDpaMoveList, decorator: Google::Apis::SasportalV1alpha1::SasPortalDpaMoveList::Representation
345
352
 
@@ -354,6 +361,9 @@ module Google
354
361
  property :antenna_model, as: 'antennaModel'
355
362
  property :common_channel_group, as: 'commonChannelGroup'
356
363
  property :interference_coordination_group, as: 'interferenceCoordinationGroup'
364
+ property :nrqz_validated, as: 'nrqzValidated'
365
+ property :nrqz_validation, as: 'nrqzValidation', class: Google::Apis::SasportalV1alpha1::SasPortalNrqzValidation, decorator: Google::Apis::SasportalV1alpha1::SasPortalNrqzValidation::Representation
366
+
357
367
  end
358
368
  end
359
369
 
@@ -497,6 +507,17 @@ module Google
497
507
  end
498
508
  end
499
509
 
510
+ class SasPortalNrqzValidation
511
+ # @private
512
+ class Representation < Google::Apis::Core::JsonRepresentation
513
+ property :case_id, as: 'caseId'
514
+ property :cpi_id, as: 'cpiId'
515
+ property :latitude, as: 'latitude'
516
+ property :longitude, as: 'longitude'
517
+ property :state, as: 'state'
518
+ end
519
+ end
520
+
500
521
  class SasPortalOperation
501
522
  # @private
502
523
  class Representation < Google::Apis::Core::JsonRepresentation
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.18.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-03-28 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.18.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: []