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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 54bf286e5fb621450ad91a8b5f7ff00f17639998d5b06ae217bb5fa675019671
|
4
|
+
data.tar.gz: 9fa4e216f4a15731790c674ec49f40e12c6fe143585d0a016267a241c75e7d2f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5d85cf54d766b26a018b408b7ca6a42246151976607511a178875dd92984fdf465fcd3768f3111bfb84b1c24c59b999c069e3a9b6ae55886e3f525fb2da79b6a
|
7
|
+
data.tar.gz: 96451331edf157d6d48b0a961c0c85b5a1c166ee95af218d11392b06e09bae2fd770487cd474bcabf89e44cb0b1686e0cf2f4115a30c3160310aa66b191d2e17
|
data/CHANGELOG.md
CHANGED
@@ -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.
|
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.
|
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.
|
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 = "
|
25
|
+
REVISION = "20220317"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
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.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-
|
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.
|
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: []
|