google-apis-prod_tt_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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1eaeff4859c071def77ee66694034e5370d1fe4a91af87e2b6621c48dddd70df
|
4
|
+
data.tar.gz: 9c0f3c121f71c85b3858fc0d5d418cfc6dffbba4e234fa26b88c3e913b204ad2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fb3d6729dee8c6d40202fd9e80e1599827d9d32c418160dbbd20f59ebf63522dc8a5c284e2e12b2f8cd4f01e29cfa8c54655852d54aa886b38306ad4df713dca
|
7
|
+
data.tar.gz: ce1fe01fc234ccf5f146b6d57b00fcf5ab8287991db58cc9ca250150ec6f3620554fcf60220129d2550da1be409523088e3fdeeb010f5330bf02995256a3d0a4
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,22 @@
|
|
1
1
|
# Release history for google-apis-prod_tt_sasportal_v1alpha1
|
2
2
|
|
3
|
+
### v0.12.0 (2021-10-20)
|
4
|
+
|
5
|
+
* Unspecified changes
|
6
|
+
|
7
|
+
### v0.11.0 (2021-09-07)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20210903
|
10
|
+
|
11
|
+
### v0.10.0 (2021-06-29)
|
12
|
+
|
13
|
+
* Regenerated using generator version 0.4.0
|
14
|
+
|
15
|
+
### v0.9.0 (2021-06-25)
|
16
|
+
|
17
|
+
* Regenerated from discovery document revision 20210624
|
18
|
+
* Regenerated using generator version 0.3.0
|
19
|
+
|
3
20
|
### v0.8.0 (2021-05-27)
|
4
21
|
|
5
22
|
* Regenerated from discovery document revision 20210526
|
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/
|
64
|
-
* The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/
|
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 ProdTtSasportal 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 ProdTtSasportalV1alpha1
|
18
18
|
# Version of the google-apis-prod_tt_sasportal_v1alpha1 gem
|
19
|
-
GEM_VERSION = "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.
|
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
|
|
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.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-
|
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.
|
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
|
@@ -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/
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-prod_tt_sasportal_v1alpha1/v0.
|
56
|
-
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/
|
60
|
+
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-prod_tt_sasportal_v1alpha1/CHANGELOG.md
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-prod_tt_sasportal_v1alpha1/v0.12.0
|
62
|
+
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-prod_tt_sasportal_v1alpha1
|
57
63
|
post_install_message:
|
58
64
|
rdoc_options: []
|
59
65
|
require_paths:
|