google-apis-remotebuildexecution_v1 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: 2495c9964dd071f87c8791c2c8fea135eed42712a23cd0276bb6b683a8cb8573
|
|
4
|
+
data.tar.gz: 7d856c9ca6c1b87870c29fd93b30b3ca92f85411d715c0aff4c1e79cca11b851
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9838a9c9cbe37651a4e892dc1c249023d725f9a6220d40aac880780bc967739e5279cdf5e91b14cfd698a43b2b99cdba2316182e23d616db89cb075d47e2b1f5
|
|
7
|
+
data.tar.gz: '087a747dfedfb0708dfaafa6229e2e5ce069bffc8a04dacee747280cec3ac34960060a5005e09733e6e5e97f4ec2bcac434fe748aa5a03d6dc020fd1af015f0c'
|
data/CHANGELOG.md
CHANGED
|
@@ -1483,6 +1483,11 @@ module Google
|
|
|
1483
1483
|
class GoogleDevtoolsRemotebuildbotCommandEvents
|
|
1484
1484
|
include Google::Apis::Core::Hashable
|
|
1485
1485
|
|
|
1486
|
+
# Indicates if and how Container Manager is being used for task execution.
|
|
1487
|
+
# Corresponds to the JSON property `cmUsage`
|
|
1488
|
+
# @return [String]
|
|
1489
|
+
attr_accessor :cm_usage
|
|
1490
|
+
|
|
1486
1491
|
# Indicates whether we are using a cached Docker image (true) or had to pull the
|
|
1487
1492
|
# Docker image (false) for this command.
|
|
1488
1493
|
# Corresponds to the JSON property `dockerCacheHit`
|
|
@@ -1522,6 +1527,7 @@ module Google
|
|
|
1522
1527
|
|
|
1523
1528
|
# Update properties of this object
|
|
1524
1529
|
def update!(**args)
|
|
1530
|
+
@cm_usage = args[:cm_usage] if args.key?(:cm_usage)
|
|
1525
1531
|
@docker_cache_hit = args[:docker_cache_hit] if args.key?(:docker_cache_hit)
|
|
1526
1532
|
@docker_image_name = args[:docker_image_name] if args.key?(:docker_image_name)
|
|
1527
1533
|
@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 RemotebuildexecutionV1
|
|
18
18
|
# Version of the google-apis-remotebuildexecution_v1 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
|
|
@@ -695,6 +695,7 @@ module Google
|
|
|
695
695
|
class GoogleDevtoolsRemotebuildbotCommandEvents
|
|
696
696
|
# @private
|
|
697
697
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
698
|
+
property :cm_usage, as: 'cmUsage'
|
|
698
699
|
property :docker_cache_hit, as: 'dockerCacheHit'
|
|
699
700
|
property :docker_image_name, as: 'dockerImageName'
|
|
700
701
|
property :input_cache_miss, as: 'inputCacheMiss'
|
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
|
+
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_v1/CHANGELOG.md
|
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-remotebuildexecution_v1/v0.
|
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-remotebuildexecution_v1/v0.3.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: []
|