google-apis-prod_tt_sasportal_v1alpha1 0.8.0 → 0.9.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: c4cf70b208bbae9956889658bad88e8690fe50844cd9341fc371acd6a16937f2
|
4
|
+
data.tar.gz: 196329a31d792bdc4b5a501695dcbd73005ea914fda6d3e458b617ca836ce16a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2a3a7cd2c72893cbc8b3de519e5176ed27d0e04ef0e8eb57dd090e3c84fa5313c2e2eb13a761e4fd8a7fb7f509d65b7d3462d2b337e67680e0147e53fc09922c
|
7
|
+
data.tar.gz: 6be775e0c78c8dfeb2f028a83312cc7b5e9d271657ff7e84fe42814856e6f9453849326cad9061c988f39a6eca76fb9a30b8c514b784c2b070a124042f8f88bd
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-prod_tt_sasportal_v1alpha1
|
2
2
|
|
3
|
+
### v0.9.0 (2021-06-25)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20210624
|
6
|
+
* Regenerated using generator version 0.3.0
|
7
|
+
|
3
8
|
### v0.8.0 (2021-05-27)
|
4
9
|
|
5
10
|
* Regenerated from discovery document revision 20210526
|
@@ -435,12 +435,19 @@ 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
|
+
|
438
444
|
def initialize(**args)
|
439
445
|
update!(**args)
|
440
446
|
end
|
441
447
|
|
442
448
|
# Update properties of this object
|
443
449
|
def update!(**args)
|
450
|
+
@antenna_model = args[:antenna_model] if args.key?(:antenna_model)
|
444
451
|
end
|
445
452
|
end
|
446
453
|
|
@@ -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.9.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.3.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210624"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
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.9.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-06-28 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.3'
|
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.3'
|
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.9.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: []
|