google-apis-testing_v1 0.10.0 → 0.14.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: 2d292f2a91950c723fc7a4e6995d68c8638a22de525356add212a38543c65a63
4
- data.tar.gz: 61fab58a9c8e3a5d8cd529ed48c6d1cd53b673637d2f5f3632cbf5975e3e26c7
3
+ metadata.gz: b9eabcbcf1e7d082062952a013dc2e603577f3a4149805a1bde1ac12ddbd9a12
4
+ data.tar.gz: 6d21df79d550cdedf26232bcebe3b69fd915c187d977a92513ae0dd02a3e7cd4
5
5
  SHA512:
6
- metadata.gz: 83d944f0565668365b37e4cbf71a7c26c8bab141cd96b815cfbe9899c95c090543528061f1ac99de359928a6730f7c9561b9ae4e616a1c27d8bd45ba3e31f508
7
- data.tar.gz: 14ab048de5499e9bf5a8d5ed2e8b33cff5e8aded581c24f5d0b4386e3b0cacd637ea7a548febf74efe3893efc5ec50722c09d83f6ab8cc6c6027fe936dc35bb9
6
+ metadata.gz: 2d75a0c32efda06baad5522f682fb1802fbdbfa46d1d3c953de778283cab01fa57296bff62ffd1879ef9e01d8c0d59b123ab1a9aba4437e44bb06719c80b43e3
7
+ data.tar.gz: 3e162cd54e3755831b62c5e14666d50c88f1bfd1df355cd75e8e1385a0a13e1973a573816b9f1d6450858e1b9c57c10bbd6b421da92b115d20f3ca8f62d30b7c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Release history for google-apis-testing_v1
2
2
 
3
+ ### v0.14.0 (2022-01-06)
4
+
5
+ * Regenerated from discovery document revision 20211228
6
+ * Unspecified changes
7
+
8
+ ### v0.13.0 (2021-12-02)
9
+
10
+ * Regenerated from discovery document revision 20211123
11
+
12
+ ### v0.12.0 (2021-10-20)
13
+
14
+ * Unspecified changes
15
+
16
+ ### v0.11.0 (2021-08-18)
17
+
18
+ * Regenerated from discovery document revision 20210813
19
+
3
20
  ### v0.10.0 (2021-08-05)
4
21
 
5
22
  * Regenerated from discovery document revision 20210803
data/OVERVIEW.md CHANGED
@@ -51,7 +51,7 @@ require "google/apis/testing_v1"
51
51
  client = Google::Apis::TestingV1::TestingService.new
52
52
 
53
53
  # Authenticate calls
54
- client.authentication = # ... use the googleauth gem to create credentials
54
+ client.authorization = # ... use the googleauth gem to create credentials
55
55
  ```
56
56
 
57
57
  See the class reference docs for information on the methods you can call from a client.
@@ -60,8 +60,8 @@ See the class reference docs for information on the methods you can call from a
60
60
 
61
61
  More detailed descriptions of the Google simple REST clients are available in two documents.
62
62
 
63
- * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
- * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
63
+ * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
+ * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
65
65
 
66
66
  (Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Testing service in particular.)
67
67
 
@@ -167,7 +167,7 @@ module Google
167
167
 
168
168
  # The option of whether running each test within its own invocation of
169
169
  # instrumentation with Android Test Orchestrator or not. ** Orchestrator is only
170
- # compatible with AndroidJUnitRunner version 1.0 or higher! ** Orchestrator
170
+ # compatible with AndroidJUnitRunner version 1.1 or higher! ** Orchestrator
171
171
  # offers the following benefits: - No shared state - Crashes are isolated - Logs
172
172
  # are scoped per test See for more information about Android Test Orchestrator.
173
173
  # If not set, the test will be run without the orchestrator.
@@ -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
 
@@ -410,17 +410,6 @@ module Google
410
410
  # @return [String]
411
411
  attr_accessor :app_package_id
412
412
 
413
- # The max depth of the traversal stack Robo can explore. Needs to be at least 2
414
- # to make Robo explore the app beyond the first activity. Default is 50.
415
- # Corresponds to the JSON property `maxDepth`
416
- # @return [Fixnum]
417
- attr_accessor :max_depth
418
-
419
- # The max number of steps Robo can execute. Default is no limit.
420
- # Corresponds to the JSON property `maxSteps`
421
- # @return [Fixnum]
422
- attr_accessor :max_steps
423
-
424
413
  # A set of directives Robo should apply during the crawl. This allows users to
425
414
  # customize the crawl. For example, the username and password for a test account
426
415
  # can be provided.
@@ -456,8 +445,6 @@ module Google
456
445
  @app_bundle = args[:app_bundle] if args.key?(:app_bundle)
457
446
  @app_initial_activity = args[:app_initial_activity] if args.key?(:app_initial_activity)
458
447
  @app_package_id = args[:app_package_id] if args.key?(:app_package_id)
459
- @max_depth = args[:max_depth] if args.key?(:max_depth)
460
- @max_steps = args[:max_steps] if args.key?(:max_steps)
461
448
  @robo_directives = args[:robo_directives] if args.key?(:robo_directives)
462
449
  @robo_mode = args[:robo_mode] if args.key?(:robo_mode)
463
450
  @robo_script = args[:robo_script] if args.key?(:robo_script)
@@ -1426,9 +1413,9 @@ module Google
1426
1413
  attr_accessor :network_profile
1427
1414
 
1428
1415
  # List of directories on the device to upload to Cloud Storage at the end of the
1429
- # test. Directories should either be in a shared directory (e.g. /private/var/
1430
- # mobile/Media) or within an accessible directory inside the app's filesystem (e.
1431
- # g. /Documents) by specifying the bundle id.
1416
+ # test. Directories should either be in a shared directory (such as /private/var/
1417
+ # mobile/Media) or within an accessible directory inside the app's filesystem (
1418
+ # such as /Documents) by specifying the bundle ID.
1432
1419
  # Corresponds to the JSON property `pullDirectories`
1433
1420
  # @return [Array<Google::Apis::TestingV1::IosDeviceFile>]
1434
1421
  attr_accessor :pull_directories
@@ -2355,7 +2342,7 @@ module Google
2355
2342
  attr_accessor :android_instrumentation_test
2356
2343
 
2357
2344
  # A test of an android application that explores the application on a virtual or
2358
- # physical Android Device, finding culprits and crashes as it goes. Next tag: 30
2345
+ # physical Android Device, finding culprits and crashes as it goes.
2359
2346
  # Corresponds to the JSON property `androidRoboTest`
2360
2347
  # @return [Google::Apis::TestingV1::AndroidRoboTest]
2361
2348
  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.10.0"
19
+ GEM_VERSION = "0.14.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210803"
25
+ REVISION = "20211228"
26
26
  end
27
27
  end
28
28
  end
@@ -539,8 +539,6 @@ module Google
539
539
 
540
540
  property :app_initial_activity, as: 'appInitialActivity'
541
541
  property :app_package_id, as: 'appPackageId'
542
- property :max_depth, as: 'maxDepth'
543
- property :max_steps, as: 'maxSteps'
544
542
  collection :robo_directives, as: 'roboDirectives', class: Google::Apis::TestingV1::RoboDirective, decorator: Google::Apis::TestingV1::RoboDirective::Representation
545
543
 
546
544
  property :robo_mode, as: 'roboMode'
@@ -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
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.10.0
4
+ version: 0.14.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-08-09 00:00:00.000000000 Z
11
+ date: 2022-01-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -57,9 +57,9 @@ licenses:
57
57
  - Apache-2.0
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
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.10.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-testing_v1
60
+ changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-testing_v1/CHANGELOG.md
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-testing_v1/v0.14.0
62
+ source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-testing_v1
63
63
  post_install_message:
64
64
  rdoc_options: []
65
65
  require_paths:
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.2.17
78
+ rubygems_version: 3.3.4
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Testing API V1