google-apis-prod_tt_sasportal_v1alpha1 0.4.0 → 0.9.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: '0249bd81c8e554a20795a3cf369f19f56fb1ff2f8ad4b9f0699cbc2a3c97f601'
4
- data.tar.gz: 938d056fe9f072ee6ee00ec43b939fca06d34f93d01e3e4ae5027849aa205656
3
+ metadata.gz: c4cf70b208bbae9956889658bad88e8690fe50844cd9341fc371acd6a16937f2
4
+ data.tar.gz: 196329a31d792bdc4b5a501695dcbd73005ea914fda6d3e458b617ca836ce16a
5
5
  SHA512:
6
- metadata.gz: 9f5d6eef0d899472de4ec79754a8ced930afada5b2a4c96e4c249dd8ad9652bb26c19c27b0556f0d4a7f66fe92715030b922e6464f566e49f8800bfb90cac6fd
7
- data.tar.gz: 698416353973a645f9672fe9f47a45302a973db5b0e7435ca5b55f574933aff857e43d5def1fc7ba8e49b6ba59bd2762bccd60d355b7c2fb3a3f946a6869bf2a
6
+ metadata.gz: 2a3a7cd2c72893cbc8b3de519e5176ed27d0e04ef0e8eb57dd090e3c84fa5313c2e2eb13a761e4fd8a7fb7f509d65b7d3462d2b337e67680e0147e53fc09922c
7
+ data.tar.gz: 6be775e0c78c8dfeb2f028a83312cc7b5e9d271657ff7e84fe42814856e6f9453849326cad9061c988f39a6eca76fb9a30b8c514b784c2b070a124042f8f88bd
data/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
1
1
  # Release history for google-apis-prod_tt_sasportal_v1alpha1
2
2
 
3
+ ### v0.9.0 (2021-06-25)
4
+
5
+ * Regenerated from discovery document revision 20210624
6
+ * Regenerated using generator version 0.3.0
7
+
8
+ ### v0.8.0 (2021-05-27)
9
+
10
+ * Regenerated from discovery document revision 20210526
11
+
12
+ ### v0.7.0 (2021-05-20)
13
+
14
+ * Regenerated from discovery document revision 20210520
15
+ * Unspecified changes
16
+
17
+ ### v0.6.0 (2021-04-06)
18
+
19
+ * Regenerated from discovery document revision 20210403
20
+
21
+ ### v0.5.0 (2021-03-12)
22
+
23
+ * Regenerated from discovery document revision 20210310
24
+ * Regenerated using generator version 0.2.0
25
+
3
26
  ### v0.4.0 (2021-03-04)
4
27
 
5
28
  * Unspecified changes
@@ -29,7 +29,7 @@ module Google
29
29
  # This is NOT the gem version.
30
30
  VERSION = 'V1alpha1'
31
31
 
32
- # View your email address
32
+ # See your primary Google Account email address
33
33
  AUTH_USERINFO_EMAIL = 'https://www.googleapis.com/auth/userinfo.email'
34
34
  end
35
35
  end
@@ -50,6 +50,31 @@ module Google
50
50
  end
51
51
  end
52
52
 
53
+ # The channel with score.
54
+ class SasPortalChannelWithScore
55
+ include Google::Apis::Core::Hashable
56
+
57
+ # Frequency range from `low_frequency` to `high_frequency`.
58
+ # Corresponds to the JSON property `frequencyRange`
59
+ # @return [Google::Apis::ProdTtSasportalV1alpha1::SasPortalFrequencyRange]
60
+ attr_accessor :frequency_range
61
+
62
+ # The channel score, normalized to be in [0,100].
63
+ # Corresponds to the JSON property `score`
64
+ # @return [Float]
65
+ attr_accessor :score
66
+
67
+ def initialize(**args)
68
+ update!(**args)
69
+ end
70
+
71
+ # Update properties of this object
72
+ def update!(**args)
73
+ @frequency_range = args[:frequency_range] if args.key?(:frequency_range)
74
+ @score = args[:score] if args.key?(:score)
75
+ end
76
+ end
77
+
53
78
  # Request for CreateSignedDevice.
54
79
  class SasPortalCreateSignedDeviceRequest
55
80
  include Google::Apis::Core::Hashable
@@ -128,6 +153,11 @@ module Google
128
153
  # @return [String]
129
154
  attr_accessor :display_name
130
155
 
156
+ # Output only. The FRNs copied from its direct parent.
157
+ # Corresponds to the JSON property `frns`
158
+ # @return [Array<String>]
159
+ attr_accessor :frns
160
+
131
161
  # Output only. Resource name.
132
162
  # Corresponds to the JSON property `name`
133
163
  # @return [String]
@@ -148,6 +178,7 @@ module Google
148
178
  @allowed_billing_modes = args[:allowed_billing_modes] if args.key?(:allowed_billing_modes)
149
179
  @default_billing_mode = args[:default_billing_mode] if args.key?(:default_billing_mode)
150
180
  @display_name = args[:display_name] if args.key?(:display_name)
181
+ @frns = args[:frns] if args.key?(:frns)
151
182
  @name = args[:name] if args.key?(:name)
152
183
  @sas_user_ids = args[:sas_user_ids] if args.key?(:sas_user_ids)
153
184
  end
@@ -162,6 +193,11 @@ module Google
162
193
  # @return [Google::Apis::ProdTtSasportalV1alpha1::SasPortalDeviceConfig]
163
194
  attr_accessor :active_config
164
195
 
196
+ # Output only. Current channels with scores.
197
+ # Corresponds to the JSON property `currentChannels`
198
+ # @return [Array<Google::Apis::ProdTtSasportalV1alpha1::SasPortalChannelWithScore>]
199
+ attr_accessor :current_channels
200
+
165
201
  # Device data overridable by both SAS Portal and registration requests.
166
202
  # Corresponds to the JSON property `deviceMetadata`
167
203
  # @return [Google::Apis::ProdTtSasportalV1alpha1::SasPortalDeviceMetadata]
@@ -214,6 +250,7 @@ module Google
214
250
  # Update properties of this object
215
251
  def update!(**args)
216
252
  @active_config = args[:active_config] if args.key?(:active_config)
253
+ @current_channels = args[:current_channels] if args.key?(:current_channels)
217
254
  @device_metadata = args[:device_metadata] if args.key?(:device_metadata)
218
255
  @display_name = args[:display_name] if args.key?(:display_name)
219
256
  @fcc_id = args[:fcc_id] if args.key?(:fcc_id)
@@ -398,12 +435,19 @@ module Google
398
435
  class SasPortalDeviceMetadata
399
436
  include Google::Apis::Core::Hashable
400
437
 
438
+ # If populated, the Antenna Model Pattern to use. Format is: RecordCreatorId:
439
+ # PatternId
440
+ # Corresponds to the JSON property `antennaModel`
441
+ # @return [String]
442
+ attr_accessor :antenna_model
443
+
401
444
  def initialize(**args)
402
445
  update!(**args)
403
446
  end
404
447
 
405
448
  # Update properties of this object
406
449
  def update!(**args)
450
+ @antenna_model = args[:antenna_model] if args.key?(:antenna_model)
407
451
  end
408
452
  end
409
453
 
@@ -991,6 +1035,13 @@ module Google
991
1035
  class SasPortalSetPolicyRequest
992
1036
  include Google::Apis::Core::Hashable
993
1037
 
1038
+ # Optional. Set the field as true when we would like to disable the onboarding
1039
+ # notification.
1040
+ # Corresponds to the JSON property `disableNotification`
1041
+ # @return [Boolean]
1042
+ attr_accessor :disable_notification
1043
+ alias_method :disable_notification?, :disable_notification
1044
+
994
1045
  # Defines an access control policy to the resources.
995
1046
  # Corresponds to the JSON property `policy`
996
1047
  # @return [Google::Apis::ProdTtSasportalV1alpha1::SasPortalPolicy]
@@ -1008,6 +1059,7 @@ module Google
1008
1059
 
1009
1060
  # Update properties of this object
1010
1061
  def update!(**args)
1062
+ @disable_notification = args[:disable_notification] if args.key?(:disable_notification)
1011
1063
  @policy = args[:policy] if args.key?(:policy)
1012
1064
  @resource = args[:resource] if args.key?(:resource)
1013
1065
  end
@@ -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.4.0"
19
+ GEM_VERSION = "0.9.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.1.2"
22
+ GENERATOR_VERSION = "0.3.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210209"
25
+ REVISION = "20210624"
26
26
  end
27
27
  end
28
28
  end
@@ -28,6 +28,12 @@ module Google
28
28
  include Google::Apis::Core::JsonObjectSupport
29
29
  end
30
30
 
31
+ class SasPortalChannelWithScore
32
+ class Representation < Google::Apis::Core::JsonRepresentation; end
33
+
34
+ include Google::Apis::Core::JsonObjectSupport
35
+ end
36
+
31
37
  class SasPortalCreateSignedDeviceRequest
32
38
  class Representation < Google::Apis::Core::JsonRepresentation; end
33
39
 
@@ -240,6 +246,15 @@ module Google
240
246
  end
241
247
  end
242
248
 
249
+ class SasPortalChannelWithScore
250
+ # @private
251
+ class Representation < Google::Apis::Core::JsonRepresentation
252
+ property :frequency_range, as: 'frequencyRange', class: Google::Apis::ProdTtSasportalV1alpha1::SasPortalFrequencyRange, decorator: Google::Apis::ProdTtSasportalV1alpha1::SasPortalFrequencyRange::Representation
253
+
254
+ property :score, as: 'score'
255
+ end
256
+ end
257
+
243
258
  class SasPortalCreateSignedDeviceRequest
244
259
  # @private
245
260
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -263,6 +278,7 @@ module Google
263
278
  collection :allowed_billing_modes, as: 'allowedBillingModes'
264
279
  property :default_billing_mode, as: 'defaultBillingMode'
265
280
  property :display_name, as: 'displayName'
281
+ collection :frns, as: 'frns'
266
282
  property :name, as: 'name'
267
283
  collection :sas_user_ids, as: 'sasUserIds'
268
284
  end
@@ -273,6 +289,8 @@ module Google
273
289
  class Representation < Google::Apis::Core::JsonRepresentation
274
290
  property :active_config, as: 'activeConfig', class: Google::Apis::ProdTtSasportalV1alpha1::SasPortalDeviceConfig, decorator: Google::Apis::ProdTtSasportalV1alpha1::SasPortalDeviceConfig::Representation
275
291
 
292
+ collection :current_channels, as: 'currentChannels', class: Google::Apis::ProdTtSasportalV1alpha1::SasPortalChannelWithScore, decorator: Google::Apis::ProdTtSasportalV1alpha1::SasPortalChannelWithScore::Representation
293
+
276
294
  property :device_metadata, as: 'deviceMetadata', class: Google::Apis::ProdTtSasportalV1alpha1::SasPortalDeviceMetadata, decorator: Google::Apis::ProdTtSasportalV1alpha1::SasPortalDeviceMetadata::Representation
277
295
 
278
296
  property :display_name, as: 'displayName'
@@ -335,6 +353,7 @@ module Google
335
353
  class SasPortalDeviceMetadata
336
354
  # @private
337
355
  class Representation < Google::Apis::Core::JsonRepresentation
356
+ property :antenna_model, as: 'antennaModel'
338
357
  end
339
358
  end
340
359
 
@@ -502,6 +521,7 @@ module Google
502
521
  class SasPortalSetPolicyRequest
503
522
  # @private
504
523
  class Representation < Google::Apis::Core::JsonRepresentation
524
+ property :disable_notification, as: 'disableNotification'
505
525
  property :policy, as: 'policy', class: Google::Apis::ProdTtSasportalV1alpha1::SasPortalPolicy, decorator: Google::Apis::ProdTtSasportalV1alpha1::SasPortalPolicy::Representation
506
526
 
507
527
  property :resource, as: 'resource'
metadata CHANGED
@@ -1,29 +1,35 @@
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.0
4
+ version: 0.9.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-03-08 00:00:00.000000000 Z
11
+ date: 2021-06-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.1'
19
+ version: '0.3'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0.3'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '0.1'
32
+ version: 2.a
27
33
  description: This is the simple REST client for SAS Portal API (Testing) V1alpha1.
28
34
  Simple REST clients are Ruby client libraries that provide access to Google services
29
35
  via their HTTP REST API endpoints. These libraries are generated and updated automatically
@@ -52,7 +58,7 @@ licenses:
52
58
  metadata:
53
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
60
  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.4.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-prod_tt_sasportal_v1alpha1/v0.9.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-prod_tt_sasportal_v1alpha1
57
63
  post_install_message:
58
64
  rdoc_options: []
@@ -69,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
69
75
  - !ruby/object:Gem::Version
70
76
  version: '0'
71
77
  requirements: []
72
- rubygems_version: 3.2.13
78
+ rubygems_version: 3.2.17
73
79
  signing_key:
74
80
  specification_version: 4
75
81
  summary: Simple REST client for SAS Portal API (Testing) V1alpha1