google-apis-remotebuildexecution_v1alpha 0.2.0 → 0.3.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 17f54dd57e6fd3b681132942d2611840f96080cb33fbed217fdf1a917afb0f7b
|
|
4
|
+
data.tar.gz: 3ac438b7633253876d76d057486737427e3354a96f7da36c22a9bed2a90c580d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1161ee624c0da324662911e880d753fa5b4da3c68c6ac26d26830bf4b9a13b2695af1cb2580a0168944ebbdbbc0fe5c3ed1d22d53fb2501f58cc4e0c7e4f22a9
|
|
7
|
+
data.tar.gz: 10be27d08516dfbe1d9f8cb7eb85660a16d9455e8ba725437ef1f8f659974389e76628bde2a99588f0324580fb392497927a1bc3dac762b8d538415af99c4305
|
data/CHANGELOG.md
CHANGED
|
@@ -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.
|
|
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 = "
|
|
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.
|
|
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-
|
|
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.
|
|
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: []
|