google-apis-remotebuildexecution_v1alpha 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: fa194a6edc19d739eb71171a9ef7db8e8b0da7ff7ef599dcc7cb4d71fd550b28
4
- data.tar.gz: 9a0719f4d6e4f7cf5ec136ea960a770b12e2f77ce3171b9b8e0a4d84bf59ae02
3
+ metadata.gz: 17f54dd57e6fd3b681132942d2611840f96080cb33fbed217fdf1a917afb0f7b
4
+ data.tar.gz: 3ac438b7633253876d76d057486737427e3354a96f7da36c22a9bed2a90c580d
5
5
  SHA512:
6
- metadata.gz: 6790a8a0fb356332a10ebde7a51abe62d57c8fe998ed0040a2d06d02321df024f7e6922981e3ca19f00db1b34fd53807136f674f3fe91e2442574bb72caaf4ba
7
- data.tar.gz: 993a1186c354bb263d7c9b4be92c5714931308aaa3c3b8c0cb915c1dc65267377ca321f4b316a493fade879c2d44ca667d3ae6df206da5069d2882193437b1b7
6
+ metadata.gz: 1161ee624c0da324662911e880d753fa5b4da3c68c6ac26d26830bf4b9a13b2695af1cb2580a0168944ebbdbbc0fe5c3ed1d22d53fb2501f58cc4e0c7e4f22a9
7
+ data.tar.gz: 10be27d08516dfbe1d9f8cb7eb85660a16d9455e8ba725437ef1f8f659974389e76628bde2a99588f0324580fb392497927a1bc3dac762b8d538415af99c4305
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-remotebuildexecution_v1alpha
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
@@ -1464,6 +1464,11 @@ module Google
1464
1464
  class GoogleDevtoolsRemotebuildbotCommandEvents
1465
1465
  include Google::Apis::Core::Hashable
1466
1466
 
1467
+ # Indicates if and how Container Manager is being used for task execution.
1468
+ # Corresponds to the JSON property `cmUsage`
1469
+ # @return [String]
1470
+ attr_accessor :cm_usage
1471
+
1467
1472
  # Indicates whether we are using a cached Docker image (true) or had to pull the
1468
1473
  # Docker image (false) for this command.
1469
1474
  # Corresponds to the JSON property `dockerCacheHit`
@@ -1503,6 +1508,7 @@ module Google
1503
1508
 
1504
1509
  # Update properties of this object
1505
1510
  def update!(**args)
1511
+ @cm_usage = args[:cm_usage] if args.key?(:cm_usage)
1506
1512
  @docker_cache_hit = args[:docker_cache_hit] if args.key?(:docker_cache_hit)
1507
1513
  @docker_image_name = args[:docker_image_name] if args.key?(:docker_image_name)
1508
1514
  @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 RemotebuildexecutionV1alpha
18
18
  # Version of the google-apis-remotebuildexecution_v1alpha 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
@@ -664,6 +664,7 @@ module Google
664
664
  class GoogleDevtoolsRemotebuildbotCommandEvents
665
665
  # @private
666
666
  class Representation < Google::Apis::Core::JsonRepresentation
667
+ property :cm_usage, as: 'cmUsage'
667
668
  property :docker_cache_hit, as: 'dockerCacheHit'
668
669
  property :docker_image_name, as: 'dockerImageName'
669
670
  property :input_cache_miss, as: 'inputCacheMiss'
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.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_v1alpha/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-remotebuildexecution_v1alpha/v0.2.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-remotebuildexecution_v1alpha/v0.3.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: []