google-apis-sasportal_v1alpha1 0.16.0 → 0.17.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: d5ba0a5f884fc4a8af051f7fa9e69db710ff0fb30ca8f004313ac86f18fa856e
4
- data.tar.gz: 38fb77349f5fbe2a6d115ba213f776f1bdb93d2fa8bfa249cf73f70667a6bfa9
3
+ metadata.gz: 734babed689ea9a8e04300f32259242ba5d7b9246873e7c14cde4373cc19bbfa
4
+ data.tar.gz: cc890520406acb18b100c76fca3e3753ab84fc56b3a3382de88431776fc13a47
5
5
  SHA512:
6
- metadata.gz: 13a59e8f4fccbd907ecd46ea4a4dcdae1368a5ce460eaf811c054776e7297755d61111e95535d88fe60b6f08471386b5b7f4488250eae6b7a6dec5fa93d5afe1
7
- data.tar.gz: de20548b3d2b2b8b6678aaec7fc73be86dd46abc28e466470ee8002eebb7250e18536a9f50ab16ddc098695f6a2f11c218cc0e3fd45500640371f39259580d47
6
+ metadata.gz: 0d81b3452ad371138f7c70f53e0f69c1d31447633e9e2164f9e3dec53099a611dc77669980bd95cc93663849bb56d6284b62e920d80229b4449c4ae93a64f851
7
+ data.tar.gz: 0bc59cfed43d015d2764b4c79962aeaef3f649cbde6a61e6bc0630021e53560730f1b12ecfd791c25398bac311d4216ab2ccf374cff94f1a808f41fe0c85b64d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-sasportal_v1alpha1
2
2
 
3
+ ### v0.17.0 (2022-02-25)
4
+
5
+ * Regenerated from discovery document revision 20220224
6
+
3
7
  ### v0.16.0 (2022-02-10)
4
8
 
5
9
  * Regenerated from discovery document revision 20220208
@@ -448,6 +448,12 @@ module Google
448
448
  attr_accessor :nrqz_validated
449
449
  alias_method :nrqz_validated?, :nrqz_validated
450
450
 
451
+ # Information about National Radio Quiet Zone validation. The presence of the
452
+ # field indicates the device has been validated.
453
+ # Corresponds to the JSON property `nrqzValidation`
454
+ # @return [Google::Apis::SasportalV1alpha1::SasPortalNrqzValidation]
455
+ attr_accessor :nrqz_validation
456
+
451
457
  def initialize(**args)
452
458
  update!(**args)
453
459
  end
@@ -458,6 +464,7 @@ module Google
458
464
  @common_channel_group = args[:common_channel_group] if args.key?(:common_channel_group)
459
465
  @interference_coordination_group = args[:interference_coordination_group] if args.key?(:interference_coordination_group)
460
466
  @nrqz_validated = args[:nrqz_validated] if args.key?(:nrqz_validated)
467
+ @nrqz_validation = args[:nrqz_validation] if args.key?(:nrqz_validation)
461
468
  end
462
469
  end
463
470
 
@@ -946,6 +953,44 @@ module Google
946
953
  end
947
954
  end
948
955
 
956
+ # Information about National Radio Quiet Zone validation. The presence of the
957
+ # field indicates the device has been validated.
958
+ class SasPortalNrqzValidation
959
+ include Google::Apis::Core::Hashable
960
+
961
+ # Validation case id.
962
+ # Corresponds to the JSON property `caseId`
963
+ # @return [String]
964
+ attr_accessor :case_id
965
+
966
+ # CPI who signed the validation.
967
+ # Corresponds to the JSON property `cpiId`
968
+ # @return [String]
969
+ attr_accessor :cpi_id
970
+
971
+ # Device latitude associated with the validation.
972
+ # Corresponds to the JSON property `latitude`
973
+ # @return [Float]
974
+ attr_accessor :latitude
975
+
976
+ # Device longitude associated with the validation.
977
+ # Corresponds to the JSON property `longitude`
978
+ # @return [Float]
979
+ attr_accessor :longitude
980
+
981
+ def initialize(**args)
982
+ update!(**args)
983
+ end
984
+
985
+ # Update properties of this object
986
+ def update!(**args)
987
+ @case_id = args[:case_id] if args.key?(:case_id)
988
+ @cpi_id = args[:cpi_id] if args.key?(:cpi_id)
989
+ @latitude = args[:latitude] if args.key?(:latitude)
990
+ @longitude = args[:longitude] if args.key?(:longitude)
991
+ end
992
+ end
993
+
949
994
  # This resource represents a long-running operation that is the result of a
950
995
  # network API call.
951
996
  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.16.0"
19
+ GEM_VERSION = "0.17.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 = "20220208"
25
+ REVISION = "20220224"
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
 
@@ -355,6 +361,8 @@ module Google
355
361
  property :common_channel_group, as: 'commonChannelGroup'
356
362
  property :interference_coordination_group, as: 'interferenceCoordinationGroup'
357
363
  property :nrqz_validated, as: 'nrqzValidated'
364
+ property :nrqz_validation, as: 'nrqzValidation', class: Google::Apis::SasportalV1alpha1::SasPortalNrqzValidation, decorator: Google::Apis::SasportalV1alpha1::SasPortalNrqzValidation::Representation
365
+
358
366
  end
359
367
  end
360
368
 
@@ -498,6 +506,16 @@ module Google
498
506
  end
499
507
  end
500
508
 
509
+ class SasPortalNrqzValidation
510
+ # @private
511
+ class Representation < Google::Apis::Core::JsonRepresentation
512
+ property :case_id, as: 'caseId'
513
+ property :cpi_id, as: 'cpiId'
514
+ property :latitude, as: 'latitude'
515
+ property :longitude, as: 'longitude'
516
+ end
517
+ end
518
+
501
519
  class SasPortalOperation
502
520
  # @private
503
521
  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.16.0
4
+ version: 0.17.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-02-14 00:00:00.000000000 Z
11
+ date: 2022-02-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.16.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-sasportal_v1alpha1/v0.17.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: []