generated/google/apis/remotebuildexecution_v2/representations.rb in google-api-client-0.27.3 vs generated/google/apis/remotebuildexecution_v2/representations.rb in google-api-client-0.28.0
- old
+ new
@@ -750,10 +750,11 @@
class BuildBazelRemoteExecutionV2ExecuteResponse
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :cached_result, as: 'cachedResult'
+ property :message, as: 'message'
property :result, as: 'result', class: Google::Apis::RemotebuildexecutionV2::BuildBazelRemoteExecutionV2ActionResult, decorator: Google::Apis::RemotebuildexecutionV2::BuildBazelRemoteExecutionV2ActionResult::Representation
hash :server_logs, as: 'serverLogs', class: Google::Apis::RemotebuildexecutionV2::BuildBazelRemoteExecutionV2LogFile, decorator: Google::Apis::RemotebuildexecutionV2::BuildBazelRemoteExecutionV2LogFile::Representation
property :status, as: 'status', class: Google::Apis::RemotebuildexecutionV2::GoogleRpcStatus, decorator: Google::Apis::RemotebuildexecutionV2::GoogleRpcStatus::Representation
@@ -1045,10 +1046,11 @@
class GoogleDevtoolsRemotebuildexecutionAdminV1alphaInstance
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :location, as: 'location'
+ property :logging_enabled, as: 'loggingEnabled'
property :name, as: 'name'
property :state, as: 'state'
end
end
@@ -1305,13 +1307,13 @@
class GoogleDevtoolsRemoteworkersV1test2CommandResult
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :duration, as: 'duration'
property :exit_code, as: 'exitCode'
+ collection :metadata, as: 'metadata'
property :outputs, as: 'outputs', class: Google::Apis::RemotebuildexecutionV2::GoogleDevtoolsRemoteworkersV1test2Digest, decorator: Google::Apis::RemotebuildexecutionV2::GoogleDevtoolsRemoteworkersV1test2Digest::Representation
property :overhead, as: 'overhead'
- collection :statistics, as: 'statistics'
property :status, as: 'status', class: Google::Apis::RemotebuildexecutionV2::GoogleRpcStatus, decorator: Google::Apis::RemotebuildexecutionV2::GoogleRpcStatus::Representation
end
end