google-apis-testing_v1 0.7.0 → 0.11.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: 682407503507923002e5e1451e31ebbea67f80b8b2631c9589255172c64036e0
4
- data.tar.gz: ab31a226fab060006fa79ada6f7ec51ad3928c31e7f7de283d7a319ed0bd2120
3
+ metadata.gz: eab5df00bf7466fe11fc4fc2b00a7a2bd8c03805a0799c58514d0bb12f0247c9
4
+ data.tar.gz: 2101bad7a2ac5284ec5e9269d905bf95a8179d3736eb6c8fc1307324030e3ea7
5
5
  SHA512:
6
- metadata.gz: 0c53eb2179cf7031f6debfab3b3270aa1c8e5bfae83797da68a1f14b5d9f1ed07e5f5bb6f819fc1459f364dc670e68f5dad7ae09fa1d57e32a5175bfe6b36768
7
- data.tar.gz: 9bca0f7540e0da70f832a852c28e6fca3162b9fc1de1df6ffadd362437663716ed99d5937faa928b53aa0dcac71636febf39c43c2bdff78057450da1cae05745
6
+ metadata.gz: 35900e192be1b8a8bb6c4e5d7e53123e6834eb5d2472769d10618b62ae16794f33518f017f6a1cdac642fdec1a565cba9300d97aa732339f89ecb794d1425424
7
+ data.tar.gz: c9c6553627700e2c739337f5c5228b0f14ccda13a445b1909db9f9cbe0cf6fa84eb26f9f9ef2f201eb3ced401c70669f08393dd8d4a9cb656f403b99ec851a74
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Release history for google-apis-testing_v1
2
2
 
3
+ ### v0.11.0 (2021-08-18)
4
+
5
+ * Regenerated from discovery document revision 20210813
6
+
7
+ ### v0.10.0 (2021-08-05)
8
+
9
+ * Regenerated from discovery document revision 20210803
10
+
11
+ ### v0.9.0 (2021-07-15)
12
+
13
+ * Regenerated from discovery document revision 20210713
14
+
15
+ ### v0.8.0 (2021-06-29)
16
+
17
+ * Regenerated using generator version 0.4.0
18
+
3
19
  ### v0.7.0 (2021-06-24)
4
20
 
5
21
  * Regenerated using generator version 0.3.0
@@ -30,10 +30,10 @@ module Google
30
30
  # This is NOT the gem version.
31
31
  VERSION = 'V1'
32
32
 
33
- # See, edit, configure, and delete your Google Cloud Platform data
33
+ # See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
34
34
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
35
35
 
36
- # View your data across Google Cloud Platform services
36
+ # View your data across Google Cloud services and see the email address of your Google Account
37
37
  AUTH_CLOUD_PLATFORM_READ_ONLY = 'https://www.googleapis.com/auth/cloud-platform.read-only'
38
38
  end
39
39
  end
@@ -382,7 +382,7 @@ module Google
382
382
  end
383
383
 
384
384
  # A test of an android application that explores the application on a virtual or
385
- # physical Android Device, finding culprits and crashes as it goes. Next tag: 30
385
+ # physical Android Device, finding culprits and crashes as it goes.
386
386
  class AndroidRoboTest
387
387
  include Google::Apis::Core::Hashable
388
388
 
@@ -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
@@ -1419,9 +1426,9 @@ module Google
1419
1426
  attr_accessor :network_profile
1420
1427
 
1421
1428
  # List of directories on the device to upload to Cloud Storage at the end of the
1422
- # test. Directories should either be in a shared directory (e.g. /private/var/
1423
- # mobile/Media) or within an accessible directory inside the app's filesystem (e.
1424
- # g. /Documents) by specifying the bundle id.
1429
+ # test. Directories should either be in a shared directory (such as /private/var/
1430
+ # mobile/Media) or within an accessible directory inside the app's filesystem (
1431
+ # such as /Documents) by specifying the bundle ID.
1425
1432
  # Corresponds to the JSON property `pullDirectories`
1426
1433
  # @return [Array<Google::Apis::TestingV1::IosDeviceFile>]
1427
1434
  attr_accessor :pull_directories
@@ -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
@@ -2345,7 +2355,7 @@ module Google
2345
2355
  attr_accessor :android_instrumentation_test
2346
2356
 
2347
2357
  # A test of an android application that explores the application on a virtual or
2348
- # physical Android Device, finding culprits and crashes as it goes. Next tag: 30
2358
+ # physical Android Device, finding culprits and crashes as it goes.
2349
2359
  # Corresponds to the JSON property `androidRoboTest`
2350
2360
  # @return [Google::Apis::TestingV1::AndroidRoboTest]
2351
2361
  attr_accessor :android_robo_test
@@ -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.7.0"
19
+ GEM_VERSION = "0.11.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.3.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 = "20210813"
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,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.7.0
4
+ version: 0.11.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-06-28 00:00:00.000000000 Z
11
+ date: 2021-08-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.3'
19
+ version: '0.4'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.3'
29
+ version: '0.4'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-testing_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-testing_v1/v0.7.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-testing_v1/v0.11.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-testing_v1
63
63
  post_install_message:
64
64
  rdoc_options: []