Home
last modified time | relevance | path

Searched refs:machineType (Results 26 – 34 of 34) sorted by relevance

12

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
H A DFlexTemplateRuntimeEnvironment.php66 public $machineType; variable in Google\\Service\\Dataflow\\FlexTemplateRuntimeEnvironment
259 public function setMachineType($machineType) argument
261 $this->machineType = $machineType;
268 return $this->machineType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DInstanceProperties.php46 public $machineType; variable in Google\\Service\\Compute\\InstanceProperties
181 public function setMachineType($machineType) argument
183 $this->machineType = $machineType;
190 return $this->machineType;
H A DInstance.php92 public $machineType; variable in Google\\Service\\Compute\\Instance
429 public function setMachineType($machineType) argument
431 $this->machineType = $machineType;
438 return $this->machineType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/Resource/
H A DMachineTypes.php100 * @param string $machineType Name of the machine type to return.
104 public function get($project, $zone, $machineType, $optParams = []) argument
106 $params = ['project' => $project, 'zone' => $zone, 'machineType' => $machineType];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudMachineLearningEngine/
H A DGoogleCloudMlV1Version.php78 public $machineType; variable in Google\\Service\\CloudMachineLearningEngine\\GoogleCloudMlV1Version
327 public function setMachineType($machineType) argument
329 $this->machineType = $machineType;
336 return $this->machineType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Container/
H A DNodeConfig.php62 public $machineType; variable in Google\\Service\\Container\\NodeConfig
277 public function setMachineType($machineType) argument
279 $this->machineType = $machineType;
286 return $this->machineType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AIPlatformNotebooks/
H A DInstance.php84 public $machineType; variable in Google\\Service\\AIPlatformNotebooks\\Instance
381 public function setMachineType($machineType) argument
383 $this->machineType = $machineType;
390 return $this->machineType;
/plugin/authgoogle/google/contrib/
H A DGoogle_ComputeService.php947 * @param string $machineType Name of the machine type resource to return.
951 public function get($project, $zone, $machineType, $optParams = array()) { argument
952 $params = array('project' => $project, 'zone' => $zone, 'machineType' => $machineType);
2462 public $machineType; variable in Google_Instance
2529 public function setMachineType( $machineType) { argument
2530 $this->machineType = $machineType;
2533 return $this->machineType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DCompute.php6347 'path' => 'projects/{project}/zones/{zone}/machineTypes/{machineType}',
6360 'machineType' => [

12