Home
last modified time | relevance | path

Searched refs:machineType (Results 26 – 34 of 34) sorted by last modified time

12

/plugin/authgooglesheets/vendor/google/apiclient-services/src/AIPlatformNotebooks/
H A DSwitchRuntimeRequest.php27 public $machineType; variable in Google\\Service\\AIPlatformNotebooks\\SwitchRuntimeRequest
50 public function setMachineType($machineType) argument
52 $this->machineType = $machineType;
59 return $this->machineType;
H A DVirtualMachineConfig.php48 public $machineType; variable in Google\\Service\\AIPlatformNotebooks\\VirtualMachineConfig
195 public function setMachineType($machineType) argument
197 $this->machineType = $machineType;
204 return $this->machineType;
/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/Baremetalsolution/
H A DInstance.php48 public $machineType; variable in Google\\Service\\Baremetalsolution\\Instance
155 public function setMachineType($machineType) argument
157 $this->machineType = $machineType;
164 return $this->machineType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBuild/
H A DBuildOptions.php46 public $machineType; variable in Google\\Service\\CloudBuild\\BuildOptions
145 public function setMachineType($machineType) argument
147 $this->machineType = $machineType;
154 return $this->machineType;
H A DWorkerConfig.php29 public $machineType; variable in Google\\Service\\CloudBuild\\WorkerConfig
48 public function setMachineType($machineType) argument
50 $this->machineType = $machineType;
57 return $this->machineType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudComposer/
H A DDatabaseConfig.php25 public $machineType; variable in Google\\Service\\CloudComposer\\DatabaseConfig
30 public function setMachineType($machineType) argument
32 $this->machineType = $machineType;
39 return $this->machineType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datapipelines/
H A DGoogleCloudDatapipelinesV1FlexTemplateRuntimeEnvironment.php50 public $machineType; variable in Google\\Service\\Datapipelines\\GoogleCloudDatapipelinesV1FlexTemplateRuntimeEnvironment
175 public function setMachineType($machineType) argument
177 $this->machineType = $machineType;
184 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;

12