generated/google/apis/remotebuildexecution_v2/representations.rb in google-api-client-0.28.4 vs generated/google/apis/remotebuildexecution_v2/representations.rb in google-api-client-0.28.5
- old
+ new
@@ -989,10 +989,11 @@
class GoogleDevtoolsRemotebuildbotCommandEvents
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :docker_cache_hit, as: 'dockerCacheHit'
+ property :input_cache_miss, as: 'inputCacheMiss'
property :num_errors, :numeric_string => true, as: 'numErrors'
property :num_warnings, :numeric_string => true, as: 'numWarnings'
end
end
@@ -1338,9 +1339,10 @@
collection :files, as: 'files', class: Google::Apis::RemotebuildexecutionV2::GoogleDevtoolsRemoteworkersV1test2Digest, decorator: Google::Apis::RemotebuildexecutionV2::GoogleDevtoolsRemoteworkersV1test2Digest::Representation
collection :inline_blobs, as: 'inlineBlobs', class: Google::Apis::RemotebuildexecutionV2::GoogleDevtoolsRemoteworkersV1test2Blob, decorator: Google::Apis::RemotebuildexecutionV2::GoogleDevtoolsRemoteworkersV1test2Blob::Representation
+ property :working_directory, as: 'workingDirectory'
end
end
class GoogleDevtoolsRemoteworkersV1test2CommandTaskInputsEnvironmentVariable
# @private