google-apis-testing_v1 0.5.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: 9d589f197ed928f7b838264a2856603cf8ac9ba9936efc0e7e1e244f12b21f02
4
- data.tar.gz: d408dfd60d51bab7bcd1212acc13e33f3317f872aeb5da1b85d3c79b5b2926b2
3
+ metadata.gz: 6464e7f513a8100c2a82542a65e9038162b3893d4943d1f5b93139353258246a
4
+ data.tar.gz: 2630a814fc8851de450e5e26bb43d1f42f531d009f7ae92a6c666d764dba8946
5
5
  SHA512:
6
- metadata.gz: 7c18d8a6b9521ac42085d89a601b8654e8c850fe6982f1778ac9d9f41c592fc0609b75f30996aef10f21b6c82bc94855f5eb8d1be932bd06227bd324f20facc1
7
- data.tar.gz: d43c29e864864017a6f2da53c9b43757ff7fa611cb959910fbdfbd12e11a472f0585db6c09521c04f535a02917f88ea4000165c00c8974adc230da3c4a46a69c
6
+ metadata.gz: e20872c397117a3caf7a5ff8e8a0591ef153d4762781892502790bd2c7f679d2924d0331c6be8812dc3856b78613b43a0f52d9ddd5dd7b9bbae152d5690f585b
7
+ data.tar.gz: 13f937019bf634769858c51f8906e04465ecbf569386c897b9c22d56035030ebec50326fcd30f943a395331249d1d7d486da828a18ec50228a591477aa78c175
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Release history for google-apis-testing_v1
2
2
 
3
+ ### v0.9.0 (2021-07-15)
4
+
5
+ * Regenerated from discovery document revision 20210713
6
+
7
+ ### v0.8.0 (2021-06-29)
8
+
9
+ * Regenerated using generator version 0.4.0
10
+
11
+ ### v0.7.0 (2021-06-24)
12
+
13
+ * Regenerated using generator version 0.3.0
14
+
15
+ ### v0.6.0 (2021-05-20)
16
+
17
+ * Unspecified changes
18
+
3
19
  ### v0.5.0 (2021-04-01)
4
20
 
5
21
  * Regenerated from discovery document revision 20210326
@@ -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
@@ -2305,10 +2312,12 @@ module Google
2305
2312
  # @return [String]
2306
2313
  attr_accessor :network_profile
2307
2314
 
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.
2315
+ # Deprecated: Systrace uses Python 2 which has been sunset 2020-01-01. Support
2316
+ # of Systrace may stop at any time, at which point no Systrace file will be
2317
+ # provided in the results. Systrace configuration for the run. If set a systrace
2318
+ # will be taken, starting on test start and lasting for the configured duration.
2319
+ # The systrace file thus obtained is put in the results bucket together with the
2320
+ # other artifacts from the run.
2312
2321
  # Corresponds to the JSON property `systrace`
2313
2322
  # @return [Google::Apis::TestingV1::SystraceSetup]
2314
2323
  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.5.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.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 = "20210713"
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.5.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-04-05 00:00:00.000000000 Z
11
+ date: 2021-07-19 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.5.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-testing_v1/v0.9.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: []
@@ -69,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
69
75
  - !ruby/object:Gem::Version
70
76
  version: '0'
71
77
  requirements: []
72
- rubygems_version: 3.2.13
78
+ rubygems_version: 3.2.17
73
79
  signing_key:
74
80
  specification_version: 4
75
81
  summary: Simple REST client for Cloud Testing API V1