google-apis-sasportal_v1alpha1 0.2.0 → 0.3.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: 6c071138352bfc687117e26f23add4334cd7fb19fedb3381c706499f346ec7c0
|
4
|
+
data.tar.gz: 639dbc737d43e41b8c764b3a16a994cacf6227ca5b28da50e70ef8fb18e01a53
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b48e8e115d77f1ca48e4416c66f056f6a6b5c2ae1b1d25677ec85c9580843b7a1b98c089f733ff7436dff49e5ae95fdea6972dcc0093fda36390cadce25816a2
|
7
|
+
data.tar.gz: e2b9d8b34c86673cacf43c1d1baac0b6724d4c0b31dda101afd7c3a59bb40b97bdf619f08d663911d8e59edee5cb0ec405d34963a18388607aaebdea687dfcd4
|
data/CHANGELOG.md
CHANGED
@@ -177,6 +177,11 @@ module Google
|
|
177
177
|
# @return [String]
|
178
178
|
attr_accessor :fcc_id
|
179
179
|
|
180
|
+
# Only ranges within the allowlists are available for new grants.
|
181
|
+
# Corresponds to the JSON property `grantRangeAllowlists`
|
182
|
+
# @return [Array<Google::Apis::SasportalV1alpha1::SasPortalFrequencyRange>]
|
183
|
+
attr_accessor :grant_range_allowlists
|
184
|
+
|
180
185
|
# Output only. Grants held by the device.
|
181
186
|
# Corresponds to the JSON property `grants`
|
182
187
|
# @return [Array<Google::Apis::SasportalV1alpha1::SasPortalDeviceGrant>]
|
@@ -212,6 +217,7 @@ module Google
|
|
212
217
|
@device_metadata = args[:device_metadata] if args.key?(:device_metadata)
|
213
218
|
@display_name = args[:display_name] if args.key?(:display_name)
|
214
219
|
@fcc_id = args[:fcc_id] if args.key?(:fcc_id)
|
220
|
+
@grant_range_allowlists = args[:grant_range_allowlists] if args.key?(:grant_range_allowlists)
|
215
221
|
@grants = args[:grants] if args.key?(:grants)
|
216
222
|
@name = args[:name] if args.key?(:name)
|
217
223
|
@preloaded_config = args[:preloaded_config] if args.key?(:preloaded_config)
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.3.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.1.2"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210218"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -277,6 +277,8 @@ module Google
|
|
277
277
|
|
278
278
|
property :display_name, as: 'displayName'
|
279
279
|
property :fcc_id, as: 'fccId'
|
280
|
+
collection :grant_range_allowlists, as: 'grantRangeAllowlists', class: Google::Apis::SasportalV1alpha1::SasPortalFrequencyRange, decorator: Google::Apis::SasportalV1alpha1::SasPortalFrequencyRange::Representation
|
281
|
+
|
280
282
|
collection :grants, as: 'grants', class: Google::Apis::SasportalV1alpha1::SasPortalDeviceGrant, decorator: Google::Apis::SasportalV1alpha1::SasPortalDeviceGrant::Representation
|
281
283
|
|
282
284
|
property :name, as: 'name'
|
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.
|
4
|
+
version: 0.3.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: 2021-02-
|
11
|
+
date: 2021-02-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -52,7 +52,7 @@ licenses:
|
|
52
52
|
metadata:
|
53
53
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
54
54
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-sasportal_v1alpha1/CHANGELOG.md
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-sasportal_v1alpha1/v0.
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-sasportal_v1alpha1/v0.3.0
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-sasportal_v1alpha1
|
57
57
|
post_install_message:
|
58
58
|
rdoc_options: []
|