google-apis-prod_tt_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: be1b93505882782bdbb69cf14dafde0f2fd5fc3b3464c5779591221f467afd8f
4
- data.tar.gz: 998319de27a6431f6feebe56c11a50a92825d891ff882635a0829dd232ae8e92
3
+ metadata.gz: ce4f1f06a6e8fbe95d79b8297e599948163951ff8360817994e4224a811beac8
4
+ data.tar.gz: 8bfea7213fc23cd35f79a517798a8b12527fd1ee0155a9594ee33a342a0ee10d
5
5
  SHA512:
6
- metadata.gz: 4d8e4c5ab27f1af92600d216e0ba286a0009cf75325930b134aa207bfe1847993cc4d2de49d9612e99ccb4b2e79b0aac85aa17e69ec2222f9df88bc640990915
7
- data.tar.gz: 0eb13836727b0c2de281cf8d8b7da4ee5f861e08c266a97a2da62e845007956e33ff7da9614c1083f17bf0a9882acb9acfce4c43969a095c7b1ea2e7a8e55efa
6
+ metadata.gz: 7dafa6a438628e5248466035baa0874a02d4cc31259856ef9d54cd324bbdf40d635c72bf9e77cbb3ce50aaf58eb6aa8329efa92c219a670c06c7e24179e61a78
7
+ data.tar.gz: 8587689d70e79f62d0a9c5725ed77295c30ee47f014f35f8493b3074b15e848629e53ef72842e5141e9e7633d9a905e94f11fe143434aee06adf933481474e4c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-prod_tt_sasportal_v1alpha1
2
2
 
3
+ ### v0.3.0 (2021-02-11)
4
+
5
+ * Regenerated from discovery document revision 20210209
6
+
3
7
  ### v0.2.0 (2021-02-02)
4
8
 
5
9
  * Regenerated from discovery document revision 20210131
@@ -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::ProdTtSasportalV1alpha1::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::ProdTtSasportalV1alpha1::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 ProdTtSasportalV1alpha1
18
18
  # Version of the google-apis-prod_tt_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 = "20210131"
25
+ REVISION = "20210209"
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::ProdTtSasportalV1alpha1::SasPortalFrequencyRange, decorator: Google::Apis::ProdTtSasportalV1alpha1::SasPortalFrequencyRange::Representation
281
+
280
282
  collection :grants, as: 'grants', class: Google::Apis::ProdTtSasportalV1alpha1::SasPortalDeviceGrant, decorator: Google::Apis::ProdTtSasportalV1alpha1::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-prod_tt_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-15 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-prod_tt_sasportal_v1alpha1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-prod_tt_sasportal_v1alpha1/v0.2.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-prod_tt_sasportal_v1alpha1/v0.3.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-prod_tt_sasportal_v1alpha1
57
57
  post_install_message:
58
58
  rdoc_options: []