google-apis-sasportal_v1alpha1 0.9.0 → 0.13.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: 3d891cdc883127c67f189da03024f1215a830efb5a35ce63895ebe7f0d9f7688
4
- data.tar.gz: 95e705b4c58b97337f2858e056afb7b1f42921026aaa0009999c2d54f237adbf
3
+ metadata.gz: b77f976315cdb4d87b80055ed0296a37ade25c02cd75f04357c45614941c6afb
4
+ data.tar.gz: fca86242d42f609207dd44d4dac47dfd3d84a7a1c07e2d8f4d2eab3f431e06ef
5
5
  SHA512:
6
- metadata.gz: 4698f522306e4aca3c83365c5b6c8648c17b20a584ab72e433e1b18d81469d57e46f931ebbcb58231d0883f700d1167ae3c0bdd685c1715fa8f0fd442ea99bcf
7
- data.tar.gz: 2613fc718215669094d0ce3b966e4b189e55cd9fa27fb8f17801f596c10655455f2867f2dce0b0665e36157bacc4341853b7a845544a5d30430ab6e56c32654b
6
+ metadata.gz: ef37e7ab131bb18be4fefb152ea2fa63e1e0cde74cfa39f2c7dfdf62bc8f22afa7566e08172e4bf8d9dcfd3bba19520488a3c16d2157a902e64ac7818626708f
7
+ data.tar.gz: 7297bbec7b01dcbd68beb791e6ccd677a12f4f2360131f2b4e16083289fceff6abf872f64c9e21f755457a8615a89c8581089eb0d4325cad86fc55024b203ca4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Release history for google-apis-sasportal_v1alpha1
2
2
 
3
+ ### v0.13.0 (2021-10-20)
4
+
5
+ * Unspecified changes
6
+
7
+ ### v0.12.0 (2021-09-15)
8
+
9
+ * Regenerated from discovery document revision 20210910
10
+
11
+ ### v0.11.0 (2021-06-29)
12
+
13
+ * Regenerated from discovery document revision 20210625
14
+ * Regenerated using generator version 0.4.0
15
+
16
+ ### v0.10.0 (2021-06-24)
17
+
18
+ * Unspecified changes
19
+
3
20
  ### v0.9.0 (2021-06-03)
4
21
 
5
22
  * Regenerated from discovery document revision 20210527
data/OVERVIEW.md CHANGED
@@ -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
 
@@ -435,12 +435,33 @@ module Google
435
435
  class SasPortalDeviceMetadata
436
436
  include Google::Apis::Core::Hashable
437
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
+
444
+ # CCG. A group of CBSDs in the same ICG requesting a common primary channel
445
+ # assignment. See CBRSA-TS-2001 V3.0.0 for more details.
446
+ # Corresponds to the JSON property `commonChannelGroup`
447
+ # @return [String]
448
+ attr_accessor :common_channel_group
449
+
450
+ # ICG. A group of CBSDs that manage their own interference with the group. See
451
+ # CBRSA-TS-2001 V3.0.0 for more details.
452
+ # Corresponds to the JSON property `interferenceCoordinationGroup`
453
+ # @return [String]
454
+ attr_accessor :interference_coordination_group
455
+
438
456
  def initialize(**args)
439
457
  update!(**args)
440
458
  end
441
459
 
442
460
  # Update properties of this object
443
461
  def update!(**args)
462
+ @antenna_model = args[:antenna_model] if args.key?(:antenna_model)
463
+ @common_channel_group = args[:common_channel_group] if args.key?(:common_channel_group)
464
+ @interference_coordination_group = args[:interference_coordination_group] if args.key?(:interference_coordination_group)
444
465
  end
445
466
  end
446
467
 
@@ -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.9.0"
19
+ GEM_VERSION = "0.13.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.3.0"
22
+ GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210527"
25
+ REVISION = "20210910"
26
26
  end
27
27
  end
28
28
  end
@@ -353,6 +353,9 @@ module Google
353
353
  class SasPortalDeviceMetadata
354
354
  # @private
355
355
  class Representation < Google::Apis::Core::JsonRepresentation
356
+ property :antenna_model, as: 'antennaModel'
357
+ property :common_channel_group, as: 'commonChannelGroup'
358
+ property :interference_coordination_group, as: 'interferenceCoordinationGroup'
356
359
  end
357
360
  end
358
361
 
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-sasportal_v1alpha1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.13.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-06-07 00:00:00.000000000 Z
11
+ date: 2021-10-27 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.4'
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.4'
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 V1alpha1. Simple REST
28
34
  clients are Ruby client libraries that provide access to Google services via their
29
35
  HTTP REST API endpoints. These libraries are generated and updated automatically
@@ -51,9 +57,9 @@ licenses:
51
57
  - Apache-2.0
52
58
  metadata:
53
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
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.9.0
56
- 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.13.0
62
+ source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-sasportal_v1alpha1
57
63
  post_install_message:
58
64
  rdoc_options: []
59
65
  require_paths: