generated/google/apis/remotebuildexecution_v2/representations.rb in google-api-client-0.30.2 vs generated/google/apis/remotebuildexecution_v2/representations.rb in google-api-client-0.30.3
- old
+ new
@@ -855,10 +855,11 @@
end
class BuildBazelRemoteExecutionV2OutputFile
# @private
class Representation < Google::Apis::Core::JsonRepresentation
+ property :contents, :base64 => true, as: 'contents'
property :digest, as: 'digest', class: Google::Apis::RemotebuildexecutionV2::BuildBazelRemoteExecutionV2Digest, decorator: Google::Apis::RemotebuildexecutionV2::BuildBazelRemoteExecutionV2Digest::Representation
property :is_executable, as: 'isExecutable'
property :path, as: 'path'
end
@@ -1085,10 +1086,11 @@
end
class GoogleDevtoolsRemotebuildexecutionAdminV1alphaListWorkerPoolsRequest
# @private
class Representation < Google::Apis::Core::JsonRepresentation
+ property :filter, as: 'filter'
property :parent, as: 'parent'
end
end
class GoogleDevtoolsRemotebuildexecutionAdminV1alphaListWorkerPoolsResponse
@@ -1111,9 +1113,10 @@
class GoogleDevtoolsRemotebuildexecutionAdminV1alphaWorkerConfig
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :disk_size_gb, :numeric_string => true, as: 'diskSizeGb'
property :disk_type, as: 'diskType'
+ hash :labels, as: 'labels'
property :machine_type, as: 'machineType'
property :min_cpu_platform, as: 'minCpuPlatform'
property :reserved, as: 'reserved'
end
end