google-apis-testing_v1 0.9.0 → 0.13.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: 6464e7f513a8100c2a82542a65e9038162b3893d4943d1f5b93139353258246a
4
- data.tar.gz: 2630a814fc8851de450e5e26bb43d1f42f531d009f7ae92a6c666d764dba8946
3
+ metadata.gz: d345846087f506155df437b88bbe64ab4e8927735aeafc11800481454f1176cb
4
+ data.tar.gz: da1f5aee7b03b55271c94493baeddda9f4946e4f64fb968792b4a4ccb646dc26
5
5
  SHA512:
6
- metadata.gz: e20872c397117a3caf7a5ff8e8a0591ef153d4762781892502790bd2c7f679d2924d0331c6be8812dc3856b78613b43a0f52d9ddd5dd7b9bbae152d5690f585b
7
- data.tar.gz: 13f937019bf634769858c51f8906e04465ecbf569386c897b9c22d56035030ebec50326fcd30f943a395331249d1d7d486da828a18ec50228a591477aa78c175
6
+ metadata.gz: 65eb54a86c9662316175f26fb0304402a89d72e0a0b0d0203834910939f09631d6841369083954753c7229e573106192589f3b20f746fd5c261a9df7ac68959e
7
+ data.tar.gz: 4027eaae82308bd8eebf0ef7583871f728670274323e9f44ba4d5dd2ec9307939598612148a1fab1e77e4f60af4843b8b6d955c5504b28cdb3adbcdb2ce7992b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Release history for google-apis-testing_v1
2
2
 
3
+ ### v0.13.0 (2021-12-02)
4
+
5
+ * Regenerated from discovery document revision 20211123
6
+
7
+ ### v0.12.0 (2021-10-20)
8
+
9
+ * Unspecified changes
10
+
11
+ ### v0.11.0 (2021-08-18)
12
+
13
+ * Regenerated from discovery document revision 20210813
14
+
15
+ ### v0.10.0 (2021-08-05)
16
+
17
+ * Regenerated from discovery document revision 20210803
18
+
3
19
  ### v0.9.0 (2021-07-15)
4
20
 
5
21
  * Regenerated from discovery document revision 20210713
data/OVERVIEW.md CHANGED
@@ -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
 
@@ -1426,9 +1426,9 @@ module Google
1426
1426
  attr_accessor :network_profile
1427
1427
 
1428
1428
  # 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.
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.
1432
1432
  # Corresponds to the JSON property `pullDirectories`
1433
1433
  # @return [Array<Google::Apis::TestingV1::IosDeviceFile>]
1434
1434
  attr_accessor :pull_directories
@@ -1742,9 +1742,10 @@ module Google
1742
1742
  # @return [String]
1743
1743
  attr_accessor :androidx_orchestrator_version
1744
1744
 
1745
- # A string representing the current version of Android Test Orchestrator that is
1746
- # used in the environment. The package is available at https://maven.google.com/
1747
- # 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.
1748
1749
  # Corresponds to the JSON property `orchestratorVersion`
1749
1750
  # @return [String]
1750
1751
  attr_accessor :orchestrator_version
@@ -2354,7 +2355,7 @@ module Google
2354
2355
  attr_accessor :android_instrumentation_test
2355
2356
 
2356
2357
  # A test of an android application that explores the application on a virtual or
2357
- # physical Android Device, finding culprits and crashes as it goes. Next tag: 30
2358
+ # physical Android Device, finding culprits and crashes as it goes.
2358
2359
  # Corresponds to the JSON property `androidRoboTest`
2359
2360
  # @return [Google::Apis::TestingV1::AndroidRoboTest]
2360
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.9.0"
19
+ GEM_VERSION = "0.13.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 = "20210713"
25
+ REVISION = "20211123"
26
26
  end
27
27
  end
28
28
  end
@@ -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.9.0
4
+ version: 0.13.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-07-19 00:00:00.000000000 Z
11
+ date: 2021-12-06 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.9.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.13.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: