google-apis-testing_v1 0.2.0 → 0.3.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: 9d95447e02006ed961c4fb4fbbc5d2f7a825453c0913f11cdca0f168a451fba7
|
4
|
+
data.tar.gz: 4e73de366ce4b693d63e70f6e6448a4614c39338ad41c919f3559d2dcb6ef7d3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f44b63eec28742c40efa2b53bc2c89f495c2e33261fc9c4590ef5a8687cf28483387d88c5bb68c72b5e083dd5b6097c1b13461428eea4359de600338f3b0d153
|
7
|
+
data.tar.gz: 3dcc74d918876ba430dc4d61fd36486c4890446a706b4511278f0aa1112e3753899542370139866072442744847d6679007b9360b932a4815d42ff168a6853e0
|
data/CHANGELOG.md
CHANGED
@@ -1728,8 +1728,16 @@ module Google
|
|
1728
1728
|
class ProvidedSoftwareCatalog
|
1729
1729
|
include Google::Apis::Core::Hashable
|
1730
1730
|
|
1731
|
+
# A string representing the current version of AndroidX Test Orchestrator that
|
1732
|
+
# is used in the environment. The package is available at https://maven.google.
|
1733
|
+
# com/web/index.html#androidx.test:orchestrator.
|
1734
|
+
# Corresponds to the JSON property `androidxOrchestratorVersion`
|
1735
|
+
# @return [String]
|
1736
|
+
attr_accessor :androidx_orchestrator_version
|
1737
|
+
|
1731
1738
|
# A string representing the current version of Android Test Orchestrator that is
|
1732
|
-
#
|
1739
|
+
# used in the environment. The package is available at https://maven.google.com/
|
1740
|
+
# web/index.html#com.android.support.test:orchestrator.
|
1733
1741
|
# Corresponds to the JSON property `orchestratorVersion`
|
1734
1742
|
# @return [String]
|
1735
1743
|
attr_accessor :orchestrator_version
|
@@ -1740,6 +1748,7 @@ module Google
|
|
1740
1748
|
|
1741
1749
|
# Update properties of this object
|
1742
1750
|
def update!(**args)
|
1751
|
+
@androidx_orchestrator_version = args[:androidx_orchestrator_version] if args.key?(:androidx_orchestrator_version)
|
1743
1752
|
@orchestrator_version = args[:orchestrator_version] if args.key?(:orchestrator_version)
|
1744
1753
|
end
|
1745
1754
|
end
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module TestingV1
|
18
18
|
# Version of the google-apis-testing_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.3.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.1.2"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210204"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -941,6 +941,7 @@ module Google
|
|
941
941
|
class ProvidedSoftwareCatalog
|
942
942
|
# @private
|
943
943
|
class Representation < Google::Apis::Core::JsonRepresentation
|
944
|
+
property :androidx_orchestrator_version, as: 'androidxOrchestratorVersion'
|
944
945
|
property :orchestrator_version, as: 'orchestratorVersion'
|
945
946
|
end
|
946
947
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-testing_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.3.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-02-
|
11
|
+
date: 2021-02-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -52,7 +52,7 @@ licenses:
|
|
52
52
|
metadata:
|
53
53
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
54
54
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-testing_v1/CHANGELOG.md
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-testing_v1/v0.
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-testing_v1/v0.3.0
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-testing_v1
|
57
57
|
post_install_message:
|
58
58
|
rdoc_options: []
|