google-apis-sasportal_v1alpha1 0.8.0 → 0.12.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: 8715d1c0104ea6c9eef5b30a80248657ad2897d2b20e585f84ef6ee24829c424
4
- data.tar.gz: 3b5f2566fa5c30e7c851109fa6ef5a4bac2c96b672d6ba0cd34583c0926283ca
3
+ metadata.gz: a68cb779b1e4b05eeec91e1b47a23fd3d73c9b7bda805ab22c286d5fce3323e4
4
+ data.tar.gz: 30c96374950eb7b416884eb96f30224d74c90947da27de40e420a5dadd2d8563
5
5
  SHA512:
6
- metadata.gz: e3dc7e54edcc9ee71606508411d68e216d475744db91125a751505c101046451e2fbf9ea22e8d935ffc4a56bcc9e7a663a352ac7abd7955544b5e84721e65b67
7
- data.tar.gz: 5b1bd01e11f5e790674c73fca434a740cfc317f2973065ac4b22c1b4491a04049531f32f2dd58b64129d3c53e4d4fc21d923fe8b62eecad76347ac9932c289fb
6
+ metadata.gz: 2bf2dd25109dad850b55a107971eebaf8c0c63e26e8b8a848ede865acbd89b30258fa0e517e26e1787b6f174a4a2ff73d7d78858a30e8c22fe419fd597360118
7
+ data.tar.gz: e9c0031d22f0e25d68c615a238a22cdb1663c0044d3275a8a1378d9cbcfbcf5164374efda75db8c30e4598bb6314650c6accd86788b5a4e1286410883e9a5208
data/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # Release history for google-apis-sasportal_v1alpha1
2
2
 
3
+ ### v0.12.0 (2021-09-15)
4
+
5
+ * Regenerated from discovery document revision 20210910
6
+
7
+ ### v0.11.0 (2021-06-29)
8
+
9
+ * Regenerated from discovery document revision 20210625
10
+ * Regenerated using generator version 0.4.0
11
+
12
+ ### v0.10.0 (2021-06-24)
13
+
14
+ * Unspecified changes
15
+
16
+ ### v0.9.0 (2021-06-03)
17
+
18
+ * Regenerated from discovery document revision 20210527
19
+ * Regenerated using generator version 0.3.0
20
+
3
21
  ### v0.8.0 (2021-05-25)
4
22
 
5
23
  * Regenerated from discovery document revision 20210520
@@ -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
 
@@ -1028,6 +1049,13 @@ module Google
1028
1049
  class SasPortalSetPolicyRequest
1029
1050
  include Google::Apis::Core::Hashable
1030
1051
 
1052
+ # Optional. Set the field as true when we would like to disable the onboarding
1053
+ # notification.
1054
+ # Corresponds to the JSON property `disableNotification`
1055
+ # @return [Boolean]
1056
+ attr_accessor :disable_notification
1057
+ alias_method :disable_notification?, :disable_notification
1058
+
1031
1059
  # Defines an access control policy to the resources.
1032
1060
  # Corresponds to the JSON property `policy`
1033
1061
  # @return [Google::Apis::SasportalV1alpha1::SasPortalPolicy]
@@ -1045,6 +1073,7 @@ module Google
1045
1073
 
1046
1074
  # Update properties of this object
1047
1075
  def update!(**args)
1076
+ @disable_notification = args[:disable_notification] if args.key?(:disable_notification)
1048
1077
  @policy = args[:policy] if args.key?(:policy)
1049
1078
  @resource = args[:resource] if args.key?(:resource)
1050
1079
  end
@@ -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.8.0"
19
+ GEM_VERSION = "0.12.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.2.0"
22
+ GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210520"
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
 
@@ -520,6 +523,7 @@ module Google
520
523
  class SasPortalSetPolicyRequest
521
524
  # @private
522
525
  class Representation < Google::Apis::Core::JsonRepresentation
526
+ property :disable_notification, as: 'disableNotification'
523
527
  property :policy, as: 'policy', class: Google::Apis::SasportalV1alpha1::SasPortalPolicy, decorator: Google::Apis::SasportalV1alpha1::SasPortalPolicy::Representation
524
528
 
525
529
  property :resource, as: 'resource'
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.8.0
4
+ version: 0.12.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-05-31 00:00:00.000000000 Z
11
+ date: 2021-09-20 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
@@ -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-sasportal_v1alpha1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-sasportal_v1alpha1/v0.8.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-sasportal_v1alpha1/v0.12.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-sasportal_v1alpha1
57
63
  post_install_message:
58
64
  rdoc_options: []