google-apis-testing_v1 0.6.0 → 0.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2d292f2a91950c723fc7a4e6995d68c8638a22de525356add212a38543c65a63
|
|
4
|
+
data.tar.gz: 61fab58a9c8e3a5d8cd529ed48c6d1cd53b673637d2f5f3632cbf5975e3e26c7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 83d944f0565668365b37e4cbf71a7c26c8bab141cd96b815cfbe9899c95c090543528061f1ac99de359928a6730f7c9561b9ae4e616a1c27d8bd45ba3e31f508
|
|
7
|
+
data.tar.gz: 14ab048de5499e9bf5a8d5ed2e8b33cff5e8aded581c24f5d0b4386e3b0cacd637ea7a548febf74efe3893efc5ec50722c09d83f6ab8cc6c6027fe936dc35bb9
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Release history for google-apis-testing_v1
|
|
2
2
|
|
|
3
|
+
### v0.10.0 (2021-08-05)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20210803
|
|
6
|
+
|
|
7
|
+
### v0.9.0 (2021-07-15)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20210713
|
|
10
|
+
|
|
11
|
+
### v0.8.0 (2021-06-29)
|
|
12
|
+
|
|
13
|
+
* Regenerated using generator version 0.4.0
|
|
14
|
+
|
|
15
|
+
### v0.7.0 (2021-06-24)
|
|
16
|
+
|
|
17
|
+
* Regenerated using generator version 0.3.0
|
|
18
|
+
|
|
3
19
|
### v0.6.0 (2021-05-20)
|
|
4
20
|
|
|
5
21
|
* Unspecified changes
|
|
@@ -428,6 +428,12 @@ module Google
|
|
|
428
428
|
# @return [Array<Google::Apis::TestingV1::RoboDirective>]
|
|
429
429
|
attr_accessor :robo_directives
|
|
430
430
|
|
|
431
|
+
# The mode in which Robo should run. Most clients should allow the server to
|
|
432
|
+
# populate this field automatically.
|
|
433
|
+
# Corresponds to the JSON property `roboMode`
|
|
434
|
+
# @return [String]
|
|
435
|
+
attr_accessor :robo_mode
|
|
436
|
+
|
|
431
437
|
# A reference to a file, used for user inputs.
|
|
432
438
|
# Corresponds to the JSON property `roboScript`
|
|
433
439
|
# @return [Google::Apis::TestingV1::FileReference]
|
|
@@ -453,6 +459,7 @@ module Google
|
|
|
453
459
|
@max_depth = args[:max_depth] if args.key?(:max_depth)
|
|
454
460
|
@max_steps = args[:max_steps] if args.key?(:max_steps)
|
|
455
461
|
@robo_directives = args[:robo_directives] if args.key?(:robo_directives)
|
|
462
|
+
@robo_mode = args[:robo_mode] if args.key?(:robo_mode)
|
|
456
463
|
@robo_script = args[:robo_script] if args.key?(:robo_script)
|
|
457
464
|
@starting_intents = args[:starting_intents] if args.key?(:starting_intents)
|
|
458
465
|
end
|
|
@@ -1735,9 +1742,10 @@ module Google
|
|
|
1735
1742
|
# @return [String]
|
|
1736
1743
|
attr_accessor :androidx_orchestrator_version
|
|
1737
1744
|
|
|
1738
|
-
#
|
|
1739
|
-
#
|
|
1740
|
-
#
|
|
1745
|
+
# Deprecated: Use AndroidX Test Orchestrator going forward. A string
|
|
1746
|
+
# representing the current version of Android Test Orchestrator that is used in
|
|
1747
|
+
# the environment. The package is available at https://maven.google.com/web/
|
|
1748
|
+
# index.html#com.android.support.test:orchestrator.
|
|
1741
1749
|
# Corresponds to the JSON property `orchestratorVersion`
|
|
1742
1750
|
# @return [String]
|
|
1743
1751
|
attr_accessor :orchestrator_version
|
|
@@ -2305,10 +2313,12 @@ module Google
|
|
|
2305
2313
|
# @return [String]
|
|
2306
2314
|
attr_accessor :network_profile
|
|
2307
2315
|
|
|
2308
|
-
# Systrace
|
|
2309
|
-
#
|
|
2310
|
-
#
|
|
2311
|
-
# the
|
|
2316
|
+
# Deprecated: Systrace uses Python 2 which has been sunset 2020-01-01. Support
|
|
2317
|
+
# of Systrace may stop at any time, at which point no Systrace file will be
|
|
2318
|
+
# provided in the results. Systrace configuration for the run. If set a systrace
|
|
2319
|
+
# will be taken, starting on test start and lasting for the configured duration.
|
|
2320
|
+
# The systrace file thus obtained is put in the results bucket together with the
|
|
2321
|
+
# other artifacts from the run.
|
|
2312
2322
|
# Corresponds to the JSON property `systrace`
|
|
2313
2323
|
# @return [Google::Apis::TestingV1::SystraceSetup]
|
|
2314
2324
|
attr_accessor :systrace
|
|
@@ -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.10.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 = "20210803"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -543,6 +543,7 @@ module Google
|
|
|
543
543
|
property :max_steps, as: 'maxSteps'
|
|
544
544
|
collection :robo_directives, as: 'roboDirectives', class: Google::Apis::TestingV1::RoboDirective, decorator: Google::Apis::TestingV1::RoboDirective::Representation
|
|
545
545
|
|
|
546
|
+
property :robo_mode, as: 'roboMode'
|
|
546
547
|
property :robo_script, as: 'roboScript', class: Google::Apis::TestingV1::FileReference, decorator: Google::Apis::TestingV1::FileReference::Representation
|
|
547
548
|
|
|
548
549
|
collection :starting_intents, as: 'startingIntents', class: Google::Apis::TestingV1::RoboStartingIntent, decorator: Google::Apis::TestingV1::RoboStartingIntent::Representation
|
metadata
CHANGED
|
@@ -1,29 +1,35 @@
|
|
|
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.10.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-08-09 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 Cloud Testing API V1. 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-testing_v1/CHANGELOG.md
|
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-testing_v1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-testing_v1/v0.10.0
|
|
56
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-testing_v1
|
|
57
63
|
post_install_message:
|
|
58
64
|
rdoc_options: []
|