google-apis-testing_v1 0.10.0 → 0.11.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/testing_v1.rb +2 -2
- data/lib/google/apis/testing_v1/classes.rb +5 -5
- data/lib/google/apis/testing_v1/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: eab5df00bf7466fe11fc4fc2b00a7a2bd8c03805a0799c58514d0bb12f0247c9
|
|
4
|
+
data.tar.gz: 2101bad7a2ac5284ec5e9269d905bf95a8179d3736eb6c8fc1307324030e3ea7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 35900e192be1b8a8bb6c4e5d7e53123e6834eb5d2472769d10618b62ae16794f33518f017f6a1cdac642fdec1a565cba9300d97aa732339f89ecb794d1425424
|
|
7
|
+
data.tar.gz: c9c6553627700e2c739337f5c5228b0f14ccda13a445b1909db9f9cbe0cf6fa84eb26f9f9ef2f201eb3ced401c70669f08393dd8d4a9cb656f403b99ec851a74
|
data/CHANGELOG.md
CHANGED
|
@@ -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
|
|
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
|
|
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.
|
|
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 (
|
|
1430
|
-
# mobile/Media) or within an accessible directory inside the app's filesystem (
|
|
1431
|
-
#
|
|
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
|
|
@@ -2355,7 +2355,7 @@ module Google
|
|
|
2355
2355
|
attr_accessor :android_instrumentation_test
|
|
2356
2356
|
|
|
2357
2357
|
# 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.
|
|
2358
|
+
# physical Android Device, finding culprits and crashes as it goes.
|
|
2359
2359
|
# Corresponds to the JSON property `androidRoboTest`
|
|
2360
2360
|
# @return [Google::Apis::TestingV1::AndroidRoboTest]
|
|
2361
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.
|
|
19
|
+
GEM_VERSION = "0.11.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 = "
|
|
25
|
+
REVISION = "20210813"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
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.
|
|
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-08-
|
|
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
|
|
@@ -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.
|
|
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: []
|