google-apis-sasportal_v1alpha1 0.12.0 → 0.16.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: a68cb779b1e4b05eeec91e1b47a23fd3d73c9b7bda805ab22c286d5fce3323e4
4
- data.tar.gz: 30c96374950eb7b416884eb96f30224d74c90947da27de40e420a5dadd2d8563
3
+ metadata.gz: d5ba0a5f884fc4a8af051f7fa9e69db710ff0fb30ca8f004313ac86f18fa856e
4
+ data.tar.gz: 38fb77349f5fbe2a6d115ba213f776f1bdb93d2fa8bfa249cf73f70667a6bfa9
5
5
  SHA512:
6
- metadata.gz: 2bf2dd25109dad850b55a107971eebaf8c0c63e26e8b8a848ede865acbd89b30258fa0e517e26e1787b6f174a4a2ff73d7d78858a30e8c22fe419fd597360118
7
- data.tar.gz: e9c0031d22f0e25d68c615a238a22cdb1663c0044d3275a8a1378d9cbcfbcf5164374efda75db8c30e4598bb6314650c6accd86788b5a4e1286410883e9a5208
6
+ metadata.gz: 13a59e8f4fccbd907ecd46ea4a4dcdae1368a5ce460eaf811c054776e7297755d61111e95535d88fe60b6f08471386b5b7f4488250eae6b7a6dec5fa93d5afe1
7
+ data.tar.gz: de20548b3d2b2b8b6678aaec7fc73be86dd46abc28e466470ee8002eebb7250e18536a9f50ab16ddc098695f6a2f11c218cc0e3fd45500640371f39259580d47
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Release history for google-apis-sasportal_v1alpha1
2
2
 
3
+ ### v0.16.0 (2022-02-10)
4
+
5
+ * Regenerated from discovery document revision 20220208
6
+
7
+ ### v0.15.0 (2022-01-14)
8
+
9
+ * Regenerated from discovery document revision 20220110
10
+ * Regenerated using generator version 0.4.1
11
+
12
+ ### v0.14.0 (2021-12-16)
13
+
14
+ * Unspecified changes
15
+
16
+ ### v0.13.0 (2021-10-20)
17
+
18
+ * Unspecified changes
19
+
3
20
  ### v0.12.0 (2021-09-15)
4
21
 
5
22
  * Regenerated from discovery document revision 20210910
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)
@@ -453,6 +441,13 @@ module Google
453
441
  # @return [String]
454
442
  attr_accessor :interference_coordination_group
455
443
 
444
+ # Output only. Whether a CPI has validated to have coordinated with the National
445
+ # Quiet Zone office.
446
+ # Corresponds to the JSON property `nrqzValidated`
447
+ # @return [Boolean]
448
+ attr_accessor :nrqz_validated
449
+ alias_method :nrqz_validated?, :nrqz_validated
450
+
456
451
  def initialize(**args)
457
452
  update!(**args)
458
453
  end
@@ -462,6 +457,7 @@ module Google
462
457
  @antenna_model = args[:antenna_model] if args.key?(:antenna_model)
463
458
  @common_channel_group = args[:common_channel_group] if args.key?(:common_channel_group)
464
459
  @interference_coordination_group = args[:interference_coordination_group] if args.key?(:interference_coordination_group)
460
+ @nrqz_validated = args[:nrqz_validated] if args.key?(:nrqz_validated)
465
461
  end
466
462
  end
467
463
 
@@ -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.12.0"
19
+ GEM_VERSION = "0.16.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 = "20210910"
25
+ REVISION = "20220208"
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'
@@ -356,6 +354,7 @@ module Google
356
354
  property :antenna_model, as: 'antennaModel'
357
355
  property :common_channel_group, as: 'commonChannelGroup'
358
356
  property :interference_coordination_group, as: 'interferenceCoordinationGroup'
357
+ property :nrqz_validated, as: 'nrqzValidated'
359
358
  end
360
359
  end
361
360
 
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.12.0
4
+ version: 0.16.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-09-20 00:00:00.000000000 Z
11
+ date: 2022-02-14 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.12.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.16.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