Home
last modified time | relevance | path

Searched refs:BuildBazelRemoteExecutionV2Digest (Results 1 – 16 of 16) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/RemoteBuildExecution/
H A DBuildBazelRemoteExecutionV2Action.php22 protected $commandDigestType = BuildBazelRemoteExecutionV2Digest::class;
25 protected $inputRootDigestType = BuildBazelRemoteExecutionV2Digest::class;
33 * @param BuildBazelRemoteExecutionV2Digest
35 public function setCommandDigest(BuildBazelRemoteExecutionV2Digest $commandDigest)
40 * @return BuildBazelRemoteExecutionV2Digest
55 * @param BuildBazelRemoteExecutionV2Digest
57 public function setInputRootDigest(BuildBazelRemoteExecutionV2Digest $inputRootDigest)
62 * @return BuildBazelRemoteExecutionV2Digest
H A DBuildBazelRemoteExecutionV2ActionResult.php36 protected $stderrDigestType = BuildBazelRemoteExecutionV2Digest::class;
39 protected $stdoutDigestType = BuildBazelRemoteExecutionV2Digest::class;
136 * @param BuildBazelRemoteExecutionV2Digest
138 public function setStderrDigest(BuildBazelRemoteExecutionV2Digest $stderrDigest)
143 * @return BuildBazelRemoteExecutionV2Digest
158 * @param BuildBazelRemoteExecutionV2Digest
160 public function setStdoutDigest(BuildBazelRemoteExecutionV2Digest $stdoutDigest)
165 * @return BuildBazelRemoteExecutionV2Digest
H A DBuildBazelRemoteExecutionV2BatchUpdateBlobsRequestRequest.php23 protected $digestType = BuildBazelRemoteExecutionV2Digest::class;
35 * @param BuildBazelRemoteExecutionV2Digest
37 public function setDigest(BuildBazelRemoteExecutionV2Digest $digest)
42 * @return BuildBazelRemoteExecutionV2Digest
H A DBuildBazelRemoteExecutionV2DirectoryNode.php22 protected $digestType = BuildBazelRemoteExecutionV2Digest::class;
27 * @param BuildBazelRemoteExecutionV2Digest
29 public function setDigest(BuildBazelRemoteExecutionV2Digest $digest)
34 * @return BuildBazelRemoteExecutionV2Digest
H A DBuildBazelRemoteExecutionV2LogFile.php22 protected $digestType = BuildBazelRemoteExecutionV2Digest::class;
27 * @param BuildBazelRemoteExecutionV2Digest
29 public function setDigest(BuildBazelRemoteExecutionV2Digest $digest)
34 * @return BuildBazelRemoteExecutionV2Digest
H A DBuildBazelRemoteExecutionV2OutputDirectory.php23 protected $treeDigestType = BuildBazelRemoteExecutionV2Digest::class;
35 * @param BuildBazelRemoteExecutionV2Digest
37 public function setTreeDigest(BuildBazelRemoteExecutionV2Digest $treeDigest)
42 * @return BuildBazelRemoteExecutionV2Digest
H A DBuildBazelRemoteExecutionV2BatchUpdateBlobsResponseResponse.php22 protected $digestType = BuildBazelRemoteExecutionV2Digest::class;
28 * @param BuildBazelRemoteExecutionV2Digest
30 public function setDigest(BuildBazelRemoteExecutionV2Digest $digest)
35 * @return BuildBazelRemoteExecutionV2Digest
H A DBuildBazelRemoteExecutionV2BatchReadBlobsResponseResponse.php23 protected $digestType = BuildBazelRemoteExecutionV2Digest::class;
37 * @param BuildBazelRemoteExecutionV2Digest
39 public function setDigest(BuildBazelRemoteExecutionV2Digest $digest)
44 * @return BuildBazelRemoteExecutionV2Digest
H A DBuildBazelRemoteExecutionV2ExecuteOperationMetadata.php22 protected $actionDigestType = BuildBazelRemoteExecutionV2Digest::class;
29 * @param BuildBazelRemoteExecutionV2Digest
31 public function setActionDigest(BuildBazelRemoteExecutionV2Digest $actionDigest)
36 * @return BuildBazelRemoteExecutionV2Digest
H A DBuildBazelRemoteExecutionV2FileNode.php22 protected $digestType = BuildBazelRemoteExecutionV2Digest::class;
30 * @param BuildBazelRemoteExecutionV2Digest
32 public function setDigest(BuildBazelRemoteExecutionV2Digest $digest)
37 * @return BuildBazelRemoteExecutionV2Digest
H A DBuildBazelRemoteExecutionV2ExecuteRequest.php22 protected $actionDigestType = BuildBazelRemoteExecutionV2Digest::class;
31 * @param BuildBazelRemoteExecutionV2Digest
33 public function setActionDigest(BuildBazelRemoteExecutionV2Digest $actionDigest)
38 * @return BuildBazelRemoteExecutionV2Digest
H A DBuildBazelRemoteExecutionV2OutputFile.php23 protected $digestType = BuildBazelRemoteExecutionV2Digest::class;
39 * @param BuildBazelRemoteExecutionV2Digest
41 public function setDigest(BuildBazelRemoteExecutionV2Digest $digest)
46 * @return BuildBazelRemoteExecutionV2Digest
H A DBuildBazelRemoteExecutionV2BatchReadBlobsRequest.php23 protected $digestsType = BuildBazelRemoteExecutionV2Digest::class;
27 * @param BuildBazelRemoteExecutionV2Digest[]
34 * @return BuildBazelRemoteExecutionV2Digest[]
H A DBuildBazelRemoteExecutionV2FindMissingBlobsRequest.php23 protected $blobDigestsType = BuildBazelRemoteExecutionV2Digest::class;
27 * @param BuildBazelRemoteExecutionV2Digest[]
34 * @return BuildBazelRemoteExecutionV2Digest[]
H A DBuildBazelRemoteExecutionV2FindMissingBlobsResponse.php23 protected $missingBlobDigestsType = BuildBazelRemoteExecutionV2Digest::class;
27 * @param BuildBazelRemoteExecutionV2Digest[]
34 * @return BuildBazelRemoteExecutionV2Digest[]
H A DBuildBazelRemoteExecutionV2Digest.php20 class BuildBazelRemoteExecutionV2Digest extends \Google\Model class
44 class_alias(BuildBazelRemoteExecutionV2Digest::class, 'Google_Service_RemoteBuildExecution_BuildBaz…