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: c0ed9e66e594e5bef4de80293e4f7668ef5d89eb02ea9c64749ed852b1677d1f
4
- data.tar.gz: b10900a27f4df929b1884682fc97b5c1f97a3842600c1a9efb9de7084fab7b5e
3
+ metadata.gz: 6c071138352bfc687117e26f23add4334cd7fb19fedb3381c706499f346ec7c0
4
+ data.tar.gz: 639dbc737d43e41b8c764b3a16a994cacf6227ca5b28da50e70ef8fb18e01a53
5
5
  SHA512:
6
- metadata.gz: 84b00ea323b698e438af7ebdb81f91dfaf752e55b3d75386b4dd69bbedd4bb49c4db6f79693cc1328bcaa9d610c563b9e2621a9085fdf395f3e33e03f58fde22
7
- data.tar.gz: edc0a712e43808db9dc6e1522cff3bf550b873f913ead09b207ce9a6c01137f5eb68590799513611abf9d37d16d891679dd918bbde5e320ba2f55ccd99bc1be3
6
+ metadata.gz: b48e8e115d77f1ca48e4416c66f056f6a6b5c2ae1b1d25677ec85c9580843b7a1b98c089f733ff7436dff49e5ae95fdea6972dcc0093fda36390cadce25816a2
7
+ data.tar.gz: e2b9d8b34c86673cacf43c1d1baac0b6724d4c0b31dda101afd7c3a59bb40b97bdf619f08d663911d8e59edee5cb0ec405d34963a18388607aaebdea687dfcd4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-sasportal_v1alpha1
2
2
 
3
+ ### v0.3.0 (2021-02-19)
4
+
5
+ * Regenerated from discovery document revision 20210218
6
+
3
7
  ### v0.2.0 (2021-02-04)
4
8
 
5
9
  * Regenerated from discovery document revision 20210202
@@ -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.2.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 = "20210202"
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.2.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-08 00:00:00.000000000 Z
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.2.0
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: []