google-apis-prod_tt_sasportal_v1alpha1 0.7.0 → 0.11.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c4a6159a1e089b4b1a2cd4cebb4cca511d28457e38d62f8e1ccb92c47d7086bf
|
4
|
+
data.tar.gz: 899ed47fce4a2fcec9f15afee372251e8c2a0a438e3d077b961190cfdcf2ffc1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b021988408a49f703f42bc9ee1b40bbaae29bfc41c76e1d9a525311898406e85ebbe6a3ec1fba829bb4e4a4fee4a5eb374f7dc74bf9e53ba9e31dc2b16df2881
|
7
|
+
data.tar.gz: 05ebc5c7e22c424808275c0fe870c73e2c48c313b52f9839586edf86ad1ee00e06eac15c5729c76f902737e69499156f24f34483e77230d9b09dfa1baf715bc9
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,22 @@
|
|
1
1
|
# Release history for google-apis-prod_tt_sasportal_v1alpha1
|
2
2
|
|
3
|
+
### v0.11.0 (2021-09-07)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20210903
|
6
|
+
|
7
|
+
### v0.10.0 (2021-06-29)
|
8
|
+
|
9
|
+
* Regenerated using generator version 0.4.0
|
10
|
+
|
11
|
+
### v0.9.0 (2021-06-25)
|
12
|
+
|
13
|
+
* Regenerated from discovery document revision 20210624
|
14
|
+
* Regenerated using generator version 0.3.0
|
15
|
+
|
16
|
+
### v0.8.0 (2021-05-27)
|
17
|
+
|
18
|
+
* Regenerated from discovery document revision 20210526
|
19
|
+
|
3
20
|
### v0.7.0 (2021-05-20)
|
4
21
|
|
5
22
|
* 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::ProdTtSasportalV1alpha1::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 ProdTtSasportalV1alpha1
|
18
18
|
# Version of the google-apis-prod_tt_sasportal_v1alpha1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.11.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.4.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210903"
|
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::ProdTtSasportalV1alpha1::SasPortalPolicy, decorator: Google::Apis::ProdTtSasportalV1alpha1::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-prod_tt_sasportal_v1alpha1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.11.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-
|
11
|
+
date: 2021-09-13 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.
|
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:
|
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.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-prod_tt_sasportal_v1alpha1/v0.11.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: []
|