google-apis-prod_tt_sasportal_v1alpha1 0.17.0 → 0.18.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: 38617076e767994bb93485da4c8360a1399470c655ccba4c89271774a8d16780
4
- data.tar.gz: 63a79aaa52b80c71ebfd0788ca970a5c1cc98d5226bbcc46d1a5b14f9422dfc8
3
+ metadata.gz: 54bf286e5fb621450ad91a8b5f7ff00f17639998d5b06ae217bb5fa675019671
4
+ data.tar.gz: 9fa4e216f4a15731790c674ec49f40e12c6fe143585d0a016267a241c75e7d2f
5
5
  SHA512:
6
- metadata.gz: 17acedac3e394a9f2e8aa899328285d8dad7e27c83f0125fec9bf2c0feab0e1254d9f3ad21fd0b4d999ddc83a906eccce26ea6d21f6935c0b626a5a3d2754c16
7
- data.tar.gz: a60dada0391dbc9db30cdb80a97cc87b2de374d1095bdd4794c2b1aa83f1746747a0645cb098a4a1d814c4411b61dc28737e0c00d31a7086fde9aa1de5caba43
6
+ metadata.gz: 5d85cf54d766b26a018b408b7ca6a42246151976607511a178875dd92984fdf465fcd3768f3111bfb84b1c24c59b999c069e3a9b6ae55886e3f525fb2da79b6a
7
+ data.tar.gz: 96451331edf157d6d48b0a961c0c85b5a1c166ee95af218d11392b06e09bae2fd770487cd474bcabf89e44cb0b1686e0cf2f4115a30c3160310aa66b191d2e17
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-prod_tt_sasportal_v1alpha1
2
2
 
3
+ ### v0.18.0 (2022-03-18)
4
+
5
+ * Regenerated from discovery document revision 20220317
6
+
3
7
  ### v0.17.0 (2022-02-23)
4
8
 
5
9
  * Regenerated from discovery document revision 20220221
@@ -448,8 +448,7 @@ 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.
451
+ # Information about National Radio Quiet Zone validation.
453
452
  # Corresponds to the JSON property `nrqzValidation`
454
453
  # @return [Google::Apis::ProdTtSasportalV1alpha1::SasPortalNrqzValidation]
455
454
  attr_accessor :nrqz_validation
@@ -953,8 +952,7 @@ module Google
953
952
  end
954
953
  end
955
954
 
956
- # Information about National Radio Quiet Zone validation. The presence of the
957
- # field indicates the device has been validated.
955
+ # Information about National Radio Quiet Zone validation.
958
956
  class SasPortalNrqzValidation
959
957
  include Google::Apis::Core::Hashable
960
958
 
@@ -978,6 +976,11 @@ module Google
978
976
  # @return [Float]
979
977
  attr_accessor :longitude
980
978
 
979
+ # State of the NRQZ validation info.
980
+ # Corresponds to the JSON property `state`
981
+ # @return [String]
982
+ attr_accessor :state
983
+
981
984
  def initialize(**args)
982
985
  update!(**args)
983
986
  end
@@ -988,6 +991,7 @@ module Google
988
991
  @cpi_id = args[:cpi_id] if args.key?(:cpi_id)
989
992
  @latitude = args[:latitude] if args.key?(:latitude)
990
993
  @longitude = args[:longitude] if args.key?(:longitude)
994
+ @state = args[:state] if args.key?(:state)
991
995
  end
992
996
  end
993
997
 
@@ -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.17.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 = "20220221"
25
+ REVISION = "20220317"
26
26
  end
27
27
  end
28
28
  end
@@ -513,6 +513,7 @@ module Google
513
513
  property :cpi_id, as: 'cpiId'
514
514
  property :latitude, as: 'latitude'
515
515
  property :longitude, as: 'longitude'
516
+ property :state, as: 'state'
516
517
  end
517
518
  end
518
519
 
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.17.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-02-28 00:00:00.000000000 Z
11
+ date: 2022-03-21 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-prod_tt_sasportal_v1alpha1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-prod_tt_sasportal_v1alpha1/v0.17.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-prod_tt_sasportal_v1alpha1/v0.18.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-prod_tt_sasportal_v1alpha1
63
63
  post_install_message:
64
64
  rdoc_options: []