Home
last modified time | relevance | path

Searched refs:acceleratorType (Results 1 – 10 of 10) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataFusion/
H A DAccelerator.php25 public $acceleratorType; variable in Google\\Service\\DataFusion\\Accelerator
34 public function setAcceleratorType($acceleratorType) argument
36 $this->acceleratorType = $acceleratorType;
43 return $this->acceleratorType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DAcceleratorConfig.php29 public $acceleratorType; variable in Google\\Service\\Compute\\AcceleratorConfig
48 public function setAcceleratorType($acceleratorType) argument
50 $this->acceleratorType = $acceleratorType;
57 return $this->acceleratorType;
H A DResourceCommitment.php25 public $acceleratorType; variable in Google\\Service\\Compute\\ResourceCommitment
38 public function setAcceleratorType($acceleratorType) argument
40 $this->acceleratorType = $acceleratorType;
47 return $this->acceleratorType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/RemoteBuildExecution/
H A DGoogleDevtoolsRemotebuildexecutionAdminV1alphaAcceleratorConfig.php23 public $acceleratorType; variable in Google\\Service\\RemoteBuildExecution\\GoogleDevtoolsRemotebuildexecutionAdminV1alphaAcceleratorConfig
33 public function setAcceleratorType($acceleratorType) argument
35 $this->acceleratorType = $acceleratorType;
39 return $this->acceleratorType;
H A DGoogleDevtoolsRemotebuildexecutionAdminV1alphaWorkerConfig.php22 …protected $acceleratorType = GoogleDevtoolsRemotebuildexecutionAdminV1alphaAcceleratorConfig::clas… variable in Google\\Service\\RemoteBuildExecution\\GoogleDevtoolsRemotebuildexecutionAdminV1alphaWorkerConfig
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Container/
H A DAcceleratorConfig.php29 public $acceleratorType; variable in Google\\Service\\Container\\AcceleratorConfig
52 public function setAcceleratorType($acceleratorType) argument
54 $this->acceleratorType = $acceleratorType;
61 return $this->acceleratorType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataproc/
H A DGkeNodePoolAcceleratorConfig.php29 public $acceleratorType; variable in Google\\Service\\Dataproc\\GkeNodePoolAcceleratorConfig
52 public function setAcceleratorType($acceleratorType) argument
54 $this->acceleratorType = $acceleratorType;
61 return $this->acceleratorType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TPU/
H A DNode.php26 public $acceleratorType; variable in Google\\Service\\TPU\\Node
97 public function setAcceleratorType($acceleratorType) argument
99 $this->acceleratorType = $acceleratorType;
106 return $this->acceleratorType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/Resource/
H A DAcceleratorTypes.php100 * @param string $acceleratorType Name of the accelerator type to return.
104 public function get($project, $zone, $acceleratorType, $optParams = []) argument
106 $params = ['project' => $project, 'zone' => $zone, 'acceleratorType' => $acceleratorType];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DCompute.php201 'path' => 'projects/{project}/zones/{zone}/acceleratorTypes/{acceleratorType}',
214 'acceleratorType' => [