google-apis-remotebuildexecution_v2 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: ee4885c4dc9d6a329ef12b8f015b7835e8990d983a99b64f24e0cc92ab58fe8d
4
- data.tar.gz: 3e1ee8084e61b4d73cffbaa495639ce98115fa64dc5cccc44df58a82dc55a6e7
3
+ metadata.gz: 2ccd90925b50af764ff4ea46bfcdc5b62fd66cac6a144c40995c3c5583f0e885
4
+ data.tar.gz: bd46957725c58d9ac1fa386b4af59a7bef8412ee208f78a693ca60eebfa0db3e
5
5
  SHA512:
6
- metadata.gz: 4c258e13adfcfb841cd9994bc4106d165637c466bd9c6cc3b2434224719755b56348f081a3ae7c3a94f9997f1d1adc0f145964492f7efb9fcc2bb44d14441509
7
- data.tar.gz: ac440e6c8d9c87d29ff10ad61a64980894ac8e07c91bc20c63fcb9da6baa021719df928b64b7e9aaa5fb78a6bc4e27ce5d044092ad70bf6f66514d131e279ef7
6
+ metadata.gz: df78cbab079540192c94730a9020abdb85a58b88a51727a043ccb2bdbcc7bad6d66f20feb1404edbccfdbecf47986fe2ef291e8d1dea1e9973c55c82dbbade61
7
+ data.tar.gz: eff4be8b923fe7126658ae0def8c0b20b33b79f8471770942a9fc6a269ac2c6795d199b38cb1c8bf9196a2d874153ae91a44b712dfb69ad67f16996115391f60
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-remotebuildexecution_v2
2
2
 
3
+ ### v0.3.0 (2021-02-11)
4
+
5
+ * Regenerated from discovery document revision 20210209
6
+
3
7
  ### v0.2.0 (2021-02-04)
4
8
 
5
9
  * Regenerated from discovery document revision 20210202
@@ -2137,6 +2137,11 @@ module Google
2137
2137
  class GoogleDevtoolsRemotebuildbotCommandEvents
2138
2138
  include Google::Apis::Core::Hashable
2139
2139
 
2140
+ # Indicates if and how Container Manager is being used for task execution.
2141
+ # Corresponds to the JSON property `cmUsage`
2142
+ # @return [String]
2143
+ attr_accessor :cm_usage
2144
+
2140
2145
  # Indicates whether we are using a cached Docker image (true) or had to pull the
2141
2146
  # Docker image (false) for this command.
2142
2147
  # Corresponds to the JSON property `dockerCacheHit`
@@ -2176,6 +2181,7 @@ module Google
2176
2181
 
2177
2182
  # Update properties of this object
2178
2183
  def update!(**args)
2184
+ @cm_usage = args[:cm_usage] if args.key?(:cm_usage)
2179
2185
  @docker_cache_hit = args[:docker_cache_hit] if args.key?(:docker_cache_hit)
2180
2186
  @docker_image_name = args[:docker_image_name] if args.key?(:docker_image_name)
2181
2187
  @input_cache_miss = args[:input_cache_miss] if args.key?(:input_cache_miss)
@@ -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.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 = "20210202"
25
+ REVISION = "20210209"
26
26
  end
27
27
  end
28
28
  end
@@ -983,6 +983,7 @@ module Google
983
983
  class GoogleDevtoolsRemotebuildbotCommandEvents
984
984
  # @private
985
985
  class Representation < Google::Apis::Core::JsonRepresentation
986
+ property :cm_usage, as: 'cmUsage'
986
987
  property :docker_cache_hit, as: 'dockerCacheHit'
987
988
  property :docker_image_name, as: 'dockerImageName'
988
989
  property :input_cache_miss, as: 'inputCacheMiss'
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.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-remotebuildexecution_v2/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-remotebuildexecution_v2/v0.2.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-remotebuildexecution_v2/v0.3.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: []