google-apis-sasportal_v1alpha1 0.11.0 → 0.15.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: b3039ec80c5e6556e59748d54ba34c309e826ff49ba1b05f624129e9fe21e57c
4
- data.tar.gz: 1a988f328fd8e64d838dcda31c12c3410c8c318d852c359acee7f4f63b846e31
3
+ metadata.gz: e86baaf65feeb4170165f1a4ca721316d71e1eca5dd6811c9f498a05710ccc62
4
+ data.tar.gz: 7cc4e12e08cb3f29d0e81679b8f77810484c57f3aa6aee5900318c13d4917f1b
5
5
  SHA512:
6
- metadata.gz: 56c8bdf290b098314d7c5608a24453c168ec82dc6aed7c2eb8c3c061e7d82886353f32c09fb7c8aa6637630dfcf8caa78410aaf8e0537d20b00f8a4060a9d969
7
- data.tar.gz: d30ba914ebc2c0c41af618b107df5c2f60cae1ebf7da2d48b46eff34e16f4304a49d9c0ddaeccf7b44b5a644b03a40b4e23b2ea31c3138ceffd226b228547b01
6
+ metadata.gz: '018541c81579ec053e14c02d08d328cf0ecb1844290deb42b19c051f1be6010108867bfda68091fd297978dfa076e660750b0c2571bf3c49375edad55d945275'
7
+ data.tar.gz: 3c24ccfc4e06198af1dd84a1faec0aea863221d862e9cbca3d69fe7eba8f6274abcd72254457aded6b080317d6a7f63cc1958fa3614eab05638544e65e18cfb7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Release history for google-apis-sasportal_v1alpha1
2
2
 
3
+ ### v0.15.0 (2022-01-14)
4
+
5
+ * Regenerated from discovery document revision 20220110
6
+ * Regenerated using generator version 0.4.1
7
+
8
+ ### v0.14.0 (2021-12-16)
9
+
10
+ * Unspecified changes
11
+
12
+ ### v0.13.0 (2021-10-20)
13
+
14
+ * Unspecified changes
15
+
16
+ ### v0.12.0 (2021-09-15)
17
+
18
+ * Regenerated from discovery document revision 20210910
19
+
3
20
  ### v0.11.0 (2021-06-29)
4
21
 
5
22
  * Regenerated from discovery document revision 20210625
data/OVERVIEW.md CHANGED
@@ -51,7 +51,7 @@ require "google/apis/sasportal_v1alpha1"
51
51
  client = Google::Apis::SasportalV1alpha1::SasportalService.new
52
52
 
53
53
  # Authenticate calls
54
- client.authentication = # ... use the googleauth gem to create credentials
54
+ client.authorization = # ... use the googleauth gem to create credentials
55
55
  ```
56
56
 
57
57
  See the class reference docs for information on the methods you can call from a client.
@@ -60,8 +60,8 @@ See the class reference docs for information on the methods you can call from a
60
60
 
61
61
  More detailed descriptions of the Google simple REST clients are available in two documents.
62
62
 
63
- * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
- * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
63
+ * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
+ * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
65
65
 
66
66
  (Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Sasportal service in particular.)
67
67
 
@@ -138,16 +138,6 @@ module Google
138
138
  class SasPortalDeployment
139
139
  include Google::Apis::Core::Hashable
140
140
 
141
- # The allowed billing modes under this deployment.
142
- # Corresponds to the JSON property `allowedBillingModes`
143
- # @return [Array<String>]
144
- attr_accessor :allowed_billing_modes
145
-
146
- # Default billing mode for the deployment and devices under it.
147
- # Corresponds to the JSON property `defaultBillingMode`
148
- # @return [String]
149
- attr_accessor :default_billing_mode
150
-
151
141
  # The deployment's display name.
152
142
  # Corresponds to the JSON property `displayName`
153
143
  # @return [String]
@@ -175,8 +165,6 @@ module Google
175
165
 
176
166
  # Update properties of this object
177
167
  def update!(**args)
178
- @allowed_billing_modes = args[:allowed_billing_modes] if args.key?(:allowed_billing_modes)
179
- @default_billing_mode = args[:default_billing_mode] if args.key?(:default_billing_mode)
180
168
  @display_name = args[:display_name] if args.key?(:display_name)
181
169
  @frns = args[:frns] if args.key?(:frns)
182
170
  @name = args[:name] if args.key?(:name)
@@ -441,6 +429,18 @@ module Google
441
429
  # @return [String]
442
430
  attr_accessor :antenna_model
443
431
 
432
+ # CCG. A group of CBSDs in the same ICG requesting a common primary channel
433
+ # assignment. See CBRSA-TS-2001 V3.0.0 for more details.
434
+ # Corresponds to the JSON property `commonChannelGroup`
435
+ # @return [String]
436
+ attr_accessor :common_channel_group
437
+
438
+ # ICG. A group of CBSDs that manage their own interference with the group. See
439
+ # CBRSA-TS-2001 V3.0.0 for more details.
440
+ # Corresponds to the JSON property `interferenceCoordinationGroup`
441
+ # @return [String]
442
+ attr_accessor :interference_coordination_group
443
+
444
444
  def initialize(**args)
445
445
  update!(**args)
446
446
  end
@@ -448,6 +448,8 @@ module Google
448
448
  # Update properties of this object
449
449
  def update!(**args)
450
450
  @antenna_model = args[:antenna_model] if args.key?(:antenna_model)
451
+ @common_channel_group = args[:common_channel_group] if args.key?(:common_channel_group)
452
+ @interference_coordination_group = args[:interference_coordination_group] if args.key?(:interference_coordination_group)
451
453
  end
452
454
  end
453
455
 
@@ -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.11.0"
19
+ GEM_VERSION = "0.15.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.0"
22
+ GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210625"
25
+ REVISION = "20220110"
26
26
  end
27
27
  end
28
28
  end
@@ -275,8 +275,6 @@ module Google
275
275
  class SasPortalDeployment
276
276
  # @private
277
277
  class Representation < Google::Apis::Core::JsonRepresentation
278
- collection :allowed_billing_modes, as: 'allowedBillingModes'
279
- property :default_billing_mode, as: 'defaultBillingMode'
280
278
  property :display_name, as: 'displayName'
281
279
  collection :frns, as: 'frns'
282
280
  property :name, as: 'name'
@@ -354,6 +352,8 @@ module Google
354
352
  # @private
355
353
  class Representation < Google::Apis::Core::JsonRepresentation
356
354
  property :antenna_model, as: 'antennaModel'
355
+ property :common_channel_group, as: 'commonChannelGroup'
356
+ property :interference_coordination_group, as: 'interferenceCoordinationGroup'
357
357
  end
358
358
  end
359
359
 
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.11.0
4
+ version: 0.15.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-07-05 00:00:00.000000000 Z
11
+ date: 2022-01-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -57,9 +57,9 @@ licenses:
57
57
  - Apache-2.0
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
- changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-sasportal_v1alpha1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-sasportal_v1alpha1/v0.11.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-sasportal_v1alpha1
60
+ changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-sasportal_v1alpha1/CHANGELOG.md
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-sasportal_v1alpha1/v0.15.0
62
+ source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-sasportal_v1alpha1
63
63
  post_install_message:
64
64
  rdoc_options: []
65
65
  require_paths:
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.2.17
78
+ rubygems_version: 3.3.5
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for SAS Portal API V1alpha1