google-apis-remotebuildexecution_v1alpha 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: 268319f45f25e804d6de622753f0f999f9596cad304df27fd97c5dc73f4bce27
4
- data.tar.gz: d3e6642f8bd1d92736786a14985ebc74b9fa67d6210ea9c9fc1e7889b955493a
3
+ metadata.gz: a1714dfeabda3b39e16399b8de43084ee5a77aaf546f694486cf3bea93b94bab
4
+ data.tar.gz: b4fc1f3f06644d840f65bcacb7524f2cf6e02a85828801b2b9f8dbea4d33335b
5
5
  SHA512:
6
- metadata.gz: '09c437515b5236c42e1429e14cbcac2486ee34831706e80695e2556ccbe2658a5b4bb77b2edafa01b5091eda04ff37801449882b5869f40db0b44749fc43ae12'
7
- data.tar.gz: 6c2473fbb1377369a245547e2f1d5b09019b92a690d7eeb28272199bd5912018bd5d6db292fa992f611332481a216344e3f19bb2880bb233bf7a65d173156ed7
6
+ metadata.gz: 7407c3e540220b57a548f4d3e06f67f2f68fd142ee85757ad49e2e1f692aa5dc610e2a239d7b72714aecb10e697a23411e2ea477ebb8842a076f5241ff4f798c
7
+ data.tar.gz: 27b645e1c71581a337dc467ea5f4d94423b584657336249e4a44fc0858fa7f1b1319ac0e534cc0c23c8040ee928223bc4cf66a0a9737f1ba1655605e72f12fc2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-remotebuildexecution_v1alpha
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
@@ -1578,6 +1578,12 @@ module Google
1578
1578
  # @return [Fixnum]
1579
1579
  attr_accessor :num_warnings
1580
1580
 
1581
+ # Indicates whether output files and/or output directories were found relative
1582
+ # to the execution root or to the user provided work directory or both or none.
1583
+ # Corresponds to the JSON property `outputLocation`
1584
+ # @return [String]
1585
+ attr_accessor :output_location
1586
+
1581
1587
  # Indicates whether an asynchronous container was used for execution.
1582
1588
  # Corresponds to the JSON property `usedAsyncContainer`
1583
1589
  # @return [Boolean]
@@ -1596,6 +1602,7 @@ module Google
1596
1602
  @input_cache_miss = args[:input_cache_miss] if args.key?(:input_cache_miss)
1597
1603
  @num_errors = args[:num_errors] if args.key?(:num_errors)
1598
1604
  @num_warnings = args[:num_warnings] if args.key?(:num_warnings)
1605
+ @output_location = args[:output_location] if args.key?(:output_location)
1599
1606
  @used_async_container = args[:used_async_container] if args.key?(:used_async_container)
1600
1607
  end
1601
1608
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module RemotebuildexecutionV1alpha
18
18
  # Version of the google-apis-remotebuildexecution_v1alpha 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
@@ -691,6 +691,7 @@ module Google
691
691
  property :input_cache_miss, as: 'inputCacheMiss'
692
692
  property :num_errors, :numeric_string => true, as: 'numErrors'
693
693
  property :num_warnings, :numeric_string => true, as: 'numWarnings'
694
+ property :output_location, as: 'outputLocation'
694
695
  property :used_async_container, as: 'usedAsyncContainer'
695
696
  end
696
697
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-remotebuildexecution_v1alpha
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_v1alpha/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-remotebuildexecution_v1alpha/v0.4.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-remotebuildexecution_v1alpha/v0.5.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-remotebuildexecution_v1alpha
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 V1alpha