generated/google/apis/remotebuildexecution_v2/representations.rb in google-api-client-0.31.0 vs generated/google/apis/remotebuildexecution_v2/representations.rb in google-api-client-0.32.0
- old
+ new
@@ -380,100 +380,10 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
- class GoogleDevtoolsRemoteexecutionV1testActionResult
- class Representation < Google::Apis::Core::JsonRepresentation; end
-
- include Google::Apis::Core::JsonObjectSupport
- end
-
- class GoogleDevtoolsRemoteexecutionV1testCommand
- class Representation < Google::Apis::Core::JsonRepresentation; end
-
- include Google::Apis::Core::JsonObjectSupport
- end
-
- class GoogleDevtoolsRemoteexecutionV1testCommandEnvironmentVariable
- class Representation < Google::Apis::Core::JsonRepresentation; end
-
- include Google::Apis::Core::JsonObjectSupport
- end
-
- class GoogleDevtoolsRemoteexecutionV1testDigest
- class Representation < Google::Apis::Core::JsonRepresentation; end
-
- include Google::Apis::Core::JsonObjectSupport
- end
-
- class GoogleDevtoolsRemoteexecutionV1testDirectory
- class Representation < Google::Apis::Core::JsonRepresentation; end
-
- include Google::Apis::Core::JsonObjectSupport
- end
-
- class GoogleDevtoolsRemoteexecutionV1testDirectoryNode
- class Representation < Google::Apis::Core::JsonRepresentation; end
-
- include Google::Apis::Core::JsonObjectSupport
- end
-
- class GoogleDevtoolsRemoteexecutionV1testExecuteOperationMetadata
- class Representation < Google::Apis::Core::JsonRepresentation; end
-
- include Google::Apis::Core::JsonObjectSupport
- end
-
- class GoogleDevtoolsRemoteexecutionV1testExecuteResponse
- class Representation < Google::Apis::Core::JsonRepresentation; end
-
- include Google::Apis::Core::JsonObjectSupport
- end
-
- class GoogleDevtoolsRemoteexecutionV1testFileNode
- class Representation < Google::Apis::Core::JsonRepresentation; end
-
- include Google::Apis::Core::JsonObjectSupport
- end
-
- class GoogleDevtoolsRemoteexecutionV1testLogFile
- class Representation < Google::Apis::Core::JsonRepresentation; end
-
- include Google::Apis::Core::JsonObjectSupport
- end
-
- class GoogleDevtoolsRemoteexecutionV1testOutputDirectory
- class Representation < Google::Apis::Core::JsonRepresentation; end
-
- include Google::Apis::Core::JsonObjectSupport
- end
-
- class GoogleDevtoolsRemoteexecutionV1testOutputFile
- class Representation < Google::Apis::Core::JsonRepresentation; end
-
- include Google::Apis::Core::JsonObjectSupport
- end
-
- class GoogleDevtoolsRemoteexecutionV1testRequestMetadata
- class Representation < Google::Apis::Core::JsonRepresentation; end
-
- include Google::Apis::Core::JsonObjectSupport
- end
-
- class GoogleDevtoolsRemoteexecutionV1testToolDetails
- class Representation < Google::Apis::Core::JsonRepresentation; end
-
- include Google::Apis::Core::JsonObjectSupport
- end
-
- class GoogleDevtoolsRemoteexecutionV1testTree
- class Representation < Google::Apis::Core::JsonRepresentation; end
-
- include Google::Apis::Core::JsonObjectSupport
- end
-
class GoogleDevtoolsRemoteworkersV1test2AdminTemp
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -1132,10 +1042,11 @@
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 :network_access, as: 'networkAccess'
property :reserved, as: 'reserved'
end
end
class GoogleDevtoolsRemotebuildexecutionAdminV1alphaWorkerPool
@@ -1144,164 +1055,9 @@
property :name, as: 'name'
property :state, as: 'state'
property :worker_config, as: 'workerConfig', class: Google::Apis::RemotebuildexecutionV2::GoogleDevtoolsRemotebuildexecutionAdminV1alphaWorkerConfig, decorator: Google::Apis::RemotebuildexecutionV2::GoogleDevtoolsRemotebuildexecutionAdminV1alphaWorkerConfig::Representation
property :worker_count, :numeric_string => true, as: 'workerCount'
- end
- end
-
- class GoogleDevtoolsRemoteexecutionV1testActionResult
- # @private
- class Representation < Google::Apis::Core::JsonRepresentation
- property :exit_code, as: 'exitCode'
- collection :output_directories, as: 'outputDirectories', class: Google::Apis::RemotebuildexecutionV2::GoogleDevtoolsRemoteexecutionV1testOutputDirectory, decorator: Google::Apis::RemotebuildexecutionV2::GoogleDevtoolsRemoteexecutionV1testOutputDirectory::Representation
-
- collection :output_files, as: 'outputFiles', class: Google::Apis::RemotebuildexecutionV2::GoogleDevtoolsRemoteexecutionV1testOutputFile, decorator: Google::Apis::RemotebuildexecutionV2::GoogleDevtoolsRemoteexecutionV1testOutputFile::Representation
-
- property :stderr_digest, as: 'stderrDigest', class: Google::Apis::RemotebuildexecutionV2::GoogleDevtoolsRemoteexecutionV1testDigest, decorator: Google::Apis::RemotebuildexecutionV2::GoogleDevtoolsRemoteexecutionV1testDigest::Representation
-
- property :stderr_raw, :base64 => true, as: 'stderrRaw'
- property :stdout_digest, as: 'stdoutDigest', class: Google::Apis::RemotebuildexecutionV2::GoogleDevtoolsRemoteexecutionV1testDigest, decorator: Google::Apis::RemotebuildexecutionV2::GoogleDevtoolsRemoteexecutionV1testDigest::Representation
-
- property :stdout_raw, :base64 => true, as: 'stdoutRaw'
- end
- end
-
- class GoogleDevtoolsRemoteexecutionV1testCommand
- # @private
- class Representation < Google::Apis::Core::JsonRepresentation
- collection :arguments, as: 'arguments'
- collection :environment_variables, as: 'environmentVariables', class: Google::Apis::RemotebuildexecutionV2::GoogleDevtoolsRemoteexecutionV1testCommandEnvironmentVariable, decorator: Google::Apis::RemotebuildexecutionV2::GoogleDevtoolsRemoteexecutionV1testCommandEnvironmentVariable::Representation
-
- end
- end
-
- class GoogleDevtoolsRemoteexecutionV1testCommandEnvironmentVariable
- # @private
- class Representation < Google::Apis::Core::JsonRepresentation
- property :name, as: 'name'
- property :value, as: 'value'
- end
- end
-
- class GoogleDevtoolsRemoteexecutionV1testDigest
- # @private
- class Representation < Google::Apis::Core::JsonRepresentation
- property :hash_prop, as: 'hash'
- property :size_bytes, :numeric_string => true, as: 'sizeBytes'
- end
- end
-
- class GoogleDevtoolsRemoteexecutionV1testDirectory
- # @private
- class Representation < Google::Apis::Core::JsonRepresentation
- collection :directories, as: 'directories', class: Google::Apis::RemotebuildexecutionV2::GoogleDevtoolsRemoteexecutionV1testDirectoryNode, decorator: Google::Apis::RemotebuildexecutionV2::GoogleDevtoolsRemoteexecutionV1testDirectoryNode::Representation
-
- collection :files, as: 'files', class: Google::Apis::RemotebuildexecutionV2::GoogleDevtoolsRemoteexecutionV1testFileNode, decorator: Google::Apis::RemotebuildexecutionV2::GoogleDevtoolsRemoteexecutionV1testFileNode::Representation
-
- end
- end
-
- class GoogleDevtoolsRemoteexecutionV1testDirectoryNode
- # @private
- class Representation < Google::Apis::Core::JsonRepresentation
- property :digest, as: 'digest', class: Google::Apis::RemotebuildexecutionV2::GoogleDevtoolsRemoteexecutionV1testDigest, decorator: Google::Apis::RemotebuildexecutionV2::GoogleDevtoolsRemoteexecutionV1testDigest::Representation
-
- property :name, as: 'name'
- end
- end
-
- class GoogleDevtoolsRemoteexecutionV1testExecuteOperationMetadata
- # @private
- class Representation < Google::Apis::Core::JsonRepresentation
- property :action_digest, as: 'actionDigest', class: Google::Apis::RemotebuildexecutionV2::GoogleDevtoolsRemoteexecutionV1testDigest, decorator: Google::Apis::RemotebuildexecutionV2::GoogleDevtoolsRemoteexecutionV1testDigest::Representation
-
- property :stage, as: 'stage'
- property :stderr_stream_name, as: 'stderrStreamName'
- property :stdout_stream_name, as: 'stdoutStreamName'
- end
- end
-
- class GoogleDevtoolsRemoteexecutionV1testExecuteResponse
- # @private
- class Representation < Google::Apis::Core::JsonRepresentation
- property :cached_result, as: 'cachedResult'
- property :result, as: 'result', class: Google::Apis::RemotebuildexecutionV2::GoogleDevtoolsRemoteexecutionV1testActionResult, decorator: Google::Apis::RemotebuildexecutionV2::GoogleDevtoolsRemoteexecutionV1testActionResult::Representation
-
- hash :server_logs, as: 'serverLogs', class: Google::Apis::RemotebuildexecutionV2::GoogleDevtoolsRemoteexecutionV1testLogFile, decorator: Google::Apis::RemotebuildexecutionV2::GoogleDevtoolsRemoteexecutionV1testLogFile::Representation
-
- property :status, as: 'status', class: Google::Apis::RemotebuildexecutionV2::GoogleRpcStatus, decorator: Google::Apis::RemotebuildexecutionV2::GoogleRpcStatus::Representation
-
- end
- end
-
- class GoogleDevtoolsRemoteexecutionV1testFileNode
- # @private
- class Representation < Google::Apis::Core::JsonRepresentation
- property :digest, as: 'digest', class: Google::Apis::RemotebuildexecutionV2::GoogleDevtoolsRemoteexecutionV1testDigest, decorator: Google::Apis::RemotebuildexecutionV2::GoogleDevtoolsRemoteexecutionV1testDigest::Representation
-
- property :is_executable, as: 'isExecutable'
- property :name, as: 'name'
- end
- end
-
- class GoogleDevtoolsRemoteexecutionV1testLogFile
- # @private
- class Representation < Google::Apis::Core::JsonRepresentation
- property :digest, as: 'digest', class: Google::Apis::RemotebuildexecutionV2::GoogleDevtoolsRemoteexecutionV1testDigest, decorator: Google::Apis::RemotebuildexecutionV2::GoogleDevtoolsRemoteexecutionV1testDigest::Representation
-
- property :human_readable, as: 'humanReadable'
- end
- end
-
- class GoogleDevtoolsRemoteexecutionV1testOutputDirectory
- # @private
- class Representation < Google::Apis::Core::JsonRepresentation
- property :digest, as: 'digest', class: Google::Apis::RemotebuildexecutionV2::GoogleDevtoolsRemoteexecutionV1testDigest, decorator: Google::Apis::RemotebuildexecutionV2::GoogleDevtoolsRemoteexecutionV1testDigest::Representation
-
- property :path, as: 'path'
- property :tree_digest, as: 'treeDigest', class: Google::Apis::RemotebuildexecutionV2::GoogleDevtoolsRemoteexecutionV1testDigest, decorator: Google::Apis::RemotebuildexecutionV2::GoogleDevtoolsRemoteexecutionV1testDigest::Representation
-
- end
- end
-
- class GoogleDevtoolsRemoteexecutionV1testOutputFile
- # @private
- class Representation < Google::Apis::Core::JsonRepresentation
- property :content, :base64 => true, as: 'content'
- property :digest, as: 'digest', class: Google::Apis::RemotebuildexecutionV2::GoogleDevtoolsRemoteexecutionV1testDigest, decorator: Google::Apis::RemotebuildexecutionV2::GoogleDevtoolsRemoteexecutionV1testDigest::Representation
-
- property :is_executable, as: 'isExecutable'
- property :path, as: 'path'
- end
- end
-
- class GoogleDevtoolsRemoteexecutionV1testRequestMetadata
- # @private
- class Representation < Google::Apis::Core::JsonRepresentation
- property :action_id, as: 'actionId'
- property :correlated_invocations_id, as: 'correlatedInvocationsId'
- property :tool_details, as: 'toolDetails', class: Google::Apis::RemotebuildexecutionV2::GoogleDevtoolsRemoteexecutionV1testToolDetails, decorator: Google::Apis::RemotebuildexecutionV2::GoogleDevtoolsRemoteexecutionV1testToolDetails::Representation
-
- property :tool_invocation_id, as: 'toolInvocationId'
- end
- end
-
- class GoogleDevtoolsRemoteexecutionV1testToolDetails
- # @private
- class Representation < Google::Apis::Core::JsonRepresentation
- property :tool_name, as: 'toolName'
- property :tool_version, as: 'toolVersion'
- end
- end
-
- class GoogleDevtoolsRemoteexecutionV1testTree
- # @private
- class Representation < Google::Apis::Core::JsonRepresentation
- collection :children, as: 'children', class: Google::Apis::RemotebuildexecutionV2::GoogleDevtoolsRemoteexecutionV1testDirectory, decorator: Google::Apis::RemotebuildexecutionV2::GoogleDevtoolsRemoteexecutionV1testDirectory::Representation
-
- property :root, as: 'root', class: Google::Apis::RemotebuildexecutionV2::GoogleDevtoolsRemoteexecutionV1testDirectory, decorator: Google::Apis::RemotebuildexecutionV2::GoogleDevtoolsRemoteexecutionV1testDirectory::Representation
-
end
end
class GoogleDevtoolsRemoteworkersV1test2AdminTemp
# @private