google-apis-remotebuildexecution_v2 0.4.0 → 0.5.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 53cd52820b5dcc28f0a2b8ebe184982bb8be20744ca806e2a3d7ef2552499b58
4
- data.tar.gz: 3b9e326efd9af3df51d831552e106b654ee9b91578ababf7be723b5708ddf7c0
3
+ metadata.gz: 8aa1e54977f7492c87573fc2cdaf0bb390bc3ce9652775580c037a8df905145c
4
+ data.tar.gz: 7bd984c12857598e955b7d855cc6f8f357f6e8f663ec9f63fded24bd528fb74c
5
5
  SHA512:
6
- metadata.gz: 30bbe2386423debfd3119c38b00e47e7e9334df38a60e65154b750faf167e4fad887a8f0274f898937771ca4ab351f596c2f06b2bc53a1d84df56eb86645c537
7
- data.tar.gz: c6761e0ddcbbfa385ba9c8c3a6fec7bf22ff1eb6ee0a9880e6abd841875c50ecb40c718d874bde4df66d1a21e6c2912bd722c9e750c571c45bed3cf1e8743a08
6
+ metadata.gz: d94f3296dd7761c1ba3104e86974a536a5ea2004cfe17bc6088b813831a9340675f93748d880fdde7a24da060846e1f5c2f6f72f670d5308bf5e088960c21aa9
7
+ data.tar.gz: e3b1d5c035f89a7ed0b44ef4f2d469d958021ef897efebbe8f1d234fa09b5f6898f65f04c71238552e16c85910fc831da68ee077817a6983bb15d5e4a8d39a70
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-remotebuildexecution_v2
2
2
 
3
+ ### v0.5.0 (2021-03-04)
4
+
5
+ * Regenerated from discovery document revision 20210302
6
+
3
7
  ### v0.4.0 (2021-02-26)
4
8
 
5
9
  * Regenerated from discovery document revision 20210224
@@ -2253,6 +2253,12 @@ module Google
2253
2253
  # @return [Fixnum]
2254
2254
  attr_accessor :num_warnings
2255
2255
 
2256
+ # Indicates whether output files and/or output directories were found relative
2257
+ # to the execution root or to the user provided work directory or both or none.
2258
+ # Corresponds to the JSON property `outputLocation`
2259
+ # @return [String]
2260
+ attr_accessor :output_location
2261
+
2256
2262
  # Indicates whether an asynchronous container was used for execution.
2257
2263
  # Corresponds to the JSON property `usedAsyncContainer`
2258
2264
  # @return [Boolean]
@@ -2271,6 +2277,7 @@ module Google
2271
2277
  @input_cache_miss = args[:input_cache_miss] if args.key?(:input_cache_miss)
2272
2278
  @num_errors = args[:num_errors] if args.key?(:num_errors)
2273
2279
  @num_warnings = args[:num_warnings] if args.key?(:num_warnings)
2280
+ @output_location = args[:output_location] if args.key?(:output_location)
2274
2281
  @used_async_container = args[:used_async_container] if args.key?(:used_async_container)
2275
2282
  end
2276
2283
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module RemotebuildexecutionV2
18
18
  # Version of the google-apis-remotebuildexecution_v2 gem
19
- GEM_VERSION = "0.4.0"
19
+ GEM_VERSION = "0.5.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 = "20210224"
25
+ REVISION = "20210302"
26
26
  end
27
27
  end
28
28
  end
@@ -1010,6 +1010,7 @@ module Google
1010
1010
  property :input_cache_miss, as: 'inputCacheMiss'
1011
1011
  property :num_errors, :numeric_string => true, as: 'numErrors'
1012
1012
  property :num_warnings, :numeric_string => true, as: 'numWarnings'
1013
+ property :output_location, as: 'outputLocation'
1013
1014
  property :used_async_container, as: 'usedAsyncContainer'
1014
1015
  end
1015
1016
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-remotebuildexecution_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.5.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-03-01 00:00:00.000000000 Z
11
+ date: 2021-03-08 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-remotebuildexecution_v2/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-remotebuildexecution_v2/v0.4.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-remotebuildexecution_v2/v0.5.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-remotebuildexecution_v2
57
57
  post_install_message:
58
58
  rdoc_options: []
@@ -62,14 +62,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
62
62
  requirements:
63
63
  - - ">="
64
64
  - !ruby/object:Gem::Version
65
- version: '2.4'
65
+ version: '2.5'
66
66
  required_rubygems_version: !ruby/object:Gem::Requirement
67
67
  requirements:
68
68
  - - ">="
69
69
  - !ruby/object:Gem::Version
70
70
  version: '0'
71
71
  requirements: []
72
- rubygems_version: 3.2.11
72
+ rubygems_version: 3.2.13
73
73
  signing_key:
74
74
  specification_version: 4
75
75
  summary: Simple REST client for Remote Build Execution API V2