google-apis-testing_v1 0.2.0 → 0.3.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: 9d95447e02006ed961c4fb4fbbc5d2f7a825453c0913f11cdca0f168a451fba7
4
+ data.tar.gz: 4e73de366ce4b693d63e70f6e6448a4614c39338ad41c919f3559d2dcb6ef7d3
5
5
  SHA512:
6
- metadata.gz: d22300083299206560ce7c21d52b519a5cfab5bb72541c1fbb4b709cb2b9071af522df27a63e8157d66e48bf09a9e26d0eb5567d79316196b98cbdbe3417992d
7
- data.tar.gz: b9add35d0b6bc08280d1c36b5f38a3d0ca7a5e355bde1edcbcef808624b42f7f995e0d318d694bf05732ca1811672bc984374f6bead8c5de93b8db6be5d30adc
6
+ metadata.gz: f44b63eec28742c40efa2b53bc2c89f495c2e33261fc9c4590ef5a8687cf28483387d88c5bb68c72b5e083dd5b6097c1b13461428eea4359de600338f3b0d153
7
+ data.tar.gz: 3dcc74d918876ba430dc4d61fd36486c4890446a706b4511278f0aa1112e3753899542370139866072442744847d6679007b9360b932a4815d42ff168a6853e0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-testing_v1
2
2
 
3
+ ### v0.3.0 (2021-02-10)
4
+
5
+ * Regenerated from discovery document revision 20210204
6
+
3
7
  ### v0.2.0 (2021-02-03)
4
8
 
5
9
  * Regenerated from discovery document revision 20210201
@@ -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.3.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.1.2"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210201"
25
+ REVISION = "20210204"
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,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.2.0
4
+ version: 0.3.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-02-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  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
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-testing_v1/v0.3.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-testing_v1
57
57
  post_install_message:
58
58
  rdoc_options: []