google-apis-testing_v1 0.6.0 → 0.10.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: 3ae6ac86636c7a2c576190d70b0be69ffa1883b1b29bf0048eb63e9c4d137599
4
- data.tar.gz: 7e400b07a0e5c0783939024b9487d237e8006529f58d1e2fe352631f1fb1449d
3
+ metadata.gz: 2d292f2a91950c723fc7a4e6995d68c8638a22de525356add212a38543c65a63
4
+ data.tar.gz: 61fab58a9c8e3a5d8cd529ed48c6d1cd53b673637d2f5f3632cbf5975e3e26c7
5
5
  SHA512:
6
- metadata.gz: 664ae6f7cd4d8a7ba0e67d3f4e7f0c19820f552ac9a455f3f924bdedb25bd01fe5c2a74184b5df0472087a02f69a065110cc0d3528abfb8cd81b1bfec163f998
7
- data.tar.gz: 92353dda587fd7f20f5b3d16d74ad112ab277826e87be4096f54f0f1c40359b2912bc7ce8a852d4f09be55c877f08e0b1cbc1b93951f9cb1cac7a4cbfa263383
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
- # A string representing the current version of Android Test Orchestrator that is
1739
- # used in the environment. The package is available at https://maven.google.com/
1740
- # web/index.html#com.android.support.test:orchestrator.
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 configuration for the run. If set a systrace will be taken, starting
2309
- # on test start and lasting for the configured duration. The systrace file thus
2310
- # obtained is put in the results bucket together with the other artifacts from
2311
- # the run.
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.6.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.2.0"
22
+ GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210326"
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.6.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-05-24 00:00:00.000000000 Z
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.1'
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: '0.1'
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.6.0
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: []