google-apis-testing_v1 0.2.0 → 0.7.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: 4bfea6dd5872803ad7d0ffe9fcc06906f95dd18102ed7170224adb98cb25a6b4
4
- data.tar.gz: 1dfd3d258f7de275e25eb2fe6cf325d94b89989885d872c68e38f6453d08d04d
3
+ metadata.gz: 682407503507923002e5e1451e31ebbea67f80b8b2631c9589255172c64036e0
4
+ data.tar.gz: ab31a226fab060006fa79ada6f7ec51ad3928c31e7f7de283d7a319ed0bd2120
5
5
  SHA512:
6
- metadata.gz: d22300083299206560ce7c21d52b519a5cfab5bb72541c1fbb4b709cb2b9071af522df27a63e8157d66e48bf09a9e26d0eb5567d79316196b98cbdbe3417992d
7
- data.tar.gz: b9add35d0b6bc08280d1c36b5f38a3d0ca7a5e355bde1edcbcef808624b42f7f995e0d318d694bf05732ca1811672bc984374f6bead8c5de93b8db6be5d30adc
6
+ metadata.gz: 0c53eb2179cf7031f6debfab3b3270aa1c8e5bfae83797da68a1f14b5d9f1ed07e5f5bb6f819fc1459f364dc670e68f5dad7ae09fa1d57e32a5175bfe6b36768
7
+ data.tar.gz: 9bca0f7540e0da70f832a852c28e6fca3162b9fc1de1df6ffadd362437663716ed99d5937faa928b53aa0dcac71636febf39c43c2bdff78057450da1cae05745
data/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # Release history for google-apis-testing_v1
2
2
 
3
+ ### v0.7.0 (2021-06-24)
4
+
5
+ * Regenerated using generator version 0.3.0
6
+
7
+ ### v0.6.0 (2021-05-20)
8
+
9
+ * Unspecified changes
10
+
11
+ ### v0.5.0 (2021-04-01)
12
+
13
+ * Regenerated from discovery document revision 20210326
14
+ * Regenerated using generator version 0.2.0
15
+
16
+ ### v0.4.0 (2021-03-04)
17
+
18
+ * Unspecified changes
19
+
20
+ ### v0.3.0 (2021-02-10)
21
+
22
+ * Regenerated from discovery document revision 20210204
23
+
3
24
  ### v0.2.0 (2021-02-03)
4
25
 
5
26
  * Regenerated from discovery document revision 20210201
@@ -30,7 +30,7 @@ module Google
30
30
  # This is NOT the gem version.
31
31
  VERSION = 'V1'
32
32
 
33
- # View and manage your data across Google Cloud Platform services
33
+ # See, edit, configure, and delete your Google Cloud Platform data
34
34
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
35
35
 
36
36
  # View your data across Google Cloud Platform services
@@ -1728,8 +1728,16 @@ module Google
1728
1728
  class ProvidedSoftwareCatalog
1729
1729
  include Google::Apis::Core::Hashable
1730
1730
 
1731
+ # A string representing the current version of AndroidX Test Orchestrator that
1732
+ # is used in the environment. The package is available at https://maven.google.
1733
+ # com/web/index.html#androidx.test:orchestrator.
1734
+ # Corresponds to the JSON property `androidxOrchestratorVersion`
1735
+ # @return [String]
1736
+ attr_accessor :androidx_orchestrator_version
1737
+
1731
1738
  # A string representing the current version of Android Test Orchestrator that is
1732
- # provided by TestExecutionService. Example: "1.0.2 beta".
1739
+ # used in the environment. The package is available at https://maven.google.com/
1740
+ # web/index.html#com.android.support.test:orchestrator.
1733
1741
  # Corresponds to the JSON property `orchestratorVersion`
1734
1742
  # @return [String]
1735
1743
  attr_accessor :orchestrator_version
@@ -1740,6 +1748,7 @@ module Google
1740
1748
 
1741
1749
  # Update properties of this object
1742
1750
  def update!(**args)
1751
+ @androidx_orchestrator_version = args[:androidx_orchestrator_version] if args.key?(:androidx_orchestrator_version)
1743
1752
  @orchestrator_version = args[:orchestrator_version] if args.key?(:orchestrator_version)
1744
1753
  end
1745
1754
  end
@@ -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.2.0"
19
+ GEM_VERSION = "0.7.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.1.2"
22
+ GENERATOR_VERSION = "0.3.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210201"
25
+ REVISION = "20210326"
26
26
  end
27
27
  end
28
28
  end
@@ -941,6 +941,7 @@ module Google
941
941
  class ProvidedSoftwareCatalog
942
942
  # @private
943
943
  class Representation < Google::Apis::Core::JsonRepresentation
944
+ property :androidx_orchestrator_version, as: 'androidxOrchestratorVersion'
944
945
  property :orchestrator_version, as: 'orchestratorVersion'
945
946
  end
946
947
  end
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.2.0
4
+ version: 0.7.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-02-08 00:00:00.000000000 Z
11
+ date: 2021-06-28 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.3'
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.3'
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.2.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-testing_v1/v0.7.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: []
@@ -62,14 +68,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
62
68
  requirements:
63
69
  - - ">="
64
70
  - !ruby/object:Gem::Version
65
- version: '2.4'
71
+ version: '2.5'
66
72
  required_rubygems_version: !ruby/object:Gem::Requirement
67
73
  requirements:
68
74
  - - ">="
69
75
  - !ruby/object:Gem::Version
70
76
  version: '0'
71
77
  requirements: []
72
- rubygems_version: 3.2.6
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