google-apis-remotebuildexecution_v1 0.4.0 → 0.5.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: f75ee3d80f17dc8af88dd283631dbdfbf4272393dddf35adbfaa3d174d4b28d9
4
- data.tar.gz: 983168bae3e359147114c7d3d58839276a1fd60457a740808eda4c4bb78b0277
3
+ metadata.gz: ed2510ddc98d8e3d194e932170eb886a46e98efa68278ba750613dc84dae377d
4
+ data.tar.gz: 64dbfc31846c16af07d573981f7c9f1ea540af28b247e3c47d83714a5e3afd53
5
5
  SHA512:
6
- metadata.gz: 40d456eeedda902e8635a481a03794a4d61a434fb8594a850065d38d1afe9c761b361b0878c751653015c65fd6b8f16d4d9090e858a1faae9179ead0efac705d
7
- data.tar.gz: bab2cf4a4c65eae8807da0317cbd42df129bd2afaada66b9527ee94047e65c32d945dfbb5ef038bf3e8ad3c01ecf2d696cb890c422995b897cbd0f7a920e5ff6
6
+ metadata.gz: f596b94890724596a802dcbf558c0b3c5002d86c1149d6aefada4a12806f9e76c1b435cd19387e47834a3b1fb53e288950cd4e0cf0c46672c152c3693ba21d35
7
+ data.tar.gz: d6df1bcdec25e59446e96a72bfc517fda0a83911370b478a0e47f3de4a80ee45430f908cfe0f59fbcd219366573bed52331ed296d3ae4e4623ba569a61586f61
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-remotebuildexecution_v1
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
@@ -1597,6 +1597,12 @@ module Google
1597
1597
  # @return [Fixnum]
1598
1598
  attr_accessor :num_warnings
1599
1599
 
1600
+ # Indicates whether output files and/or output directories were found relative
1601
+ # to the execution root or to the user provided work directory or both or none.
1602
+ # Corresponds to the JSON property `outputLocation`
1603
+ # @return [String]
1604
+ attr_accessor :output_location
1605
+
1600
1606
  # Indicates whether an asynchronous container was used for execution.
1601
1607
  # Corresponds to the JSON property `usedAsyncContainer`
1602
1608
  # @return [Boolean]
@@ -1615,6 +1621,7 @@ module Google
1615
1621
  @input_cache_miss = args[:input_cache_miss] if args.key?(:input_cache_miss)
1616
1622
  @num_errors = args[:num_errors] if args.key?(:num_errors)
1617
1623
  @num_warnings = args[:num_warnings] if args.key?(:num_warnings)
1624
+ @output_location = args[:output_location] if args.key?(:output_location)
1618
1625
  @used_async_container = args[:used_async_container] if args.key?(:used_async_container)
1619
1626
  end
1620
1627
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module RemotebuildexecutionV1
18
18
  # Version of the google-apis-remotebuildexecution_v1 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
@@ -722,6 +722,7 @@ module Google
722
722
  property :input_cache_miss, as: 'inputCacheMiss'
723
723
  property :num_errors, :numeric_string => true, as: 'numErrors'
724
724
  property :num_warnings, :numeric_string => true, as: 'numWarnings'
725
+ property :output_location, as: 'outputLocation'
725
726
  property :used_async_container, as: 'usedAsyncContainer'
726
727
  end
727
728
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-remotebuildexecution_v1
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_v1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-remotebuildexecution_v1/v0.4.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-remotebuildexecution_v1/v0.5.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-remotebuildexecution_v1
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 V1