/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/TPU
NameSizeModeActions
Resource/-0755rm
AcceleratorConfig.php13380644editdlrm
AcceleratorType.php17750644editdlrm
AccessConfig.php11030644editdlrm
AttachedDisk.php13370644editdlrm
GenerateServiceIdentityRequest.php8800644editdlrm
GenerateServiceIdentityResponse.php12190644editdlrm
GetGuestAttributesRequest.php14580644editdlrm
GetGuestAttributesResponse.php13070644editdlrm
GuestAttributes.php14760644editdlrm
GuestAttributesEntry.php15880644editdlrm
GuestAttributesValue.php12140644editdlrm
ListAcceleratorTypesResponse.php19030644editdlrm
ListLocationsResponse.php15140644editdlrm
ListNodesResponse.php17490644editdlrm
ListOperationsResponse.php15290644editdlrm
ListRuntimeVersionsResponse.php18890644editdlrm
ListTensorFlowVersionsResponse.php19310644editdlrm
Location.php21270644editdlrm
NetworkConfig.php19640644editdlrm
NetworkEndpoint.php16850644editdlrm
Node.php82590644editdlrm
Operation.php20850644editdlrm
OperationMetadata.php27260644editdlrm
ReimageNodeRequest.php11700644editdlrm
RuntimeVersion.php13220644editdlrm
SchedulingConfig.php13720644editdlrm
ServiceAccount.php13650644editdlrm
ServiceIdentity.php10770644editdlrm
ShieldedInstanceConfig.php11690644editdlrm
StartNodeRequest.php8380644editdlrm
Status.php15930644editdlrm
StopNodeRequest.php8350644editdlrm
Symptom.php18880644editdlrm
TensorFlowVersion.php13310644editdlrm
TpuEmpty.php8140644editdlrm
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/TPU/Node.php (8259B)
acceleratorConfig = $acceleratorConfig; } /** * @return AcceleratorConfig */ public function getAcceleratorConfig() { return $this->acceleratorConfig; } /** * @param string */ public function setAcceleratorType($acceleratorType) { $this->acceleratorType = $acceleratorType; } /** * @return string */ public function getAcceleratorType() { return $this->acceleratorType; } /** * @param string */ public function setApiVersion($apiVersion) { $this->apiVersion = $apiVersion; } /** * @return string */ public function getApiVersion() { return $this->apiVersion; } /** * @param string */ public function setCidrBlock($cidrBlock) { $this->cidrBlock = $cidrBlock; } /** * @return string */ public function getCidrBlock() { return $this->cidrBlock; } /** * @param string */ public function setCreateTime($createTime) { $this->createTime = $createTime; } /** * @return string */ public function getCreateTime() { return $this->createTime; } /** * @param AttachedDisk[] */ public function setDataDisks($dataDisks) { $this->dataDisks = $dataDisks; } /** * @return AttachedDisk[] */ public function getDataDisks() { return $this->dataDisks; } /** * @param string */ public function setDescription($description) { $this->description = $description; } /** * @return string */ public function getDescription() { return $this->description; } /** * @param string */ public function setHealth($health) { $this->health = $health; } /** * @return string */ public function getHealth() { return $this->health; } /** * @param string */ public function setHealthDescription($healthDescription) { $this->healthDescription = $healthDescription; } /** * @return string */ public function getHealthDescription() { return $this->healthDescription; } /** * @param string */ public function setId($id) { $this->id = $id; } /** * @return string */ public function getId() { return $this->id; } /** * @param string[] */ public function setLabels($labels) { $this->labels = $labels; } /** * @return string[] */ public function getLabels() { return $this->labels; } /** * @param string[] */ public function setMetadata($metadata) { $this->metadata = $metadata; } /** * @return string[] */ public function getMetadata() { return $this->metadata; } /** * @param bool */ public function setMultisliceNode($multisliceNode) { $this->multisliceNode = $multisliceNode; } /** * @return bool */ public function getMultisliceNode() { return $this->multisliceNode; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param NetworkConfig */ public function setNetworkConfig(NetworkConfig $networkConfig) { $this->networkConfig = $networkConfig; } /** * @return NetworkConfig */ public function getNetworkConfig() { return $this->networkConfig; } /** * @param NetworkEndpoint[] */ public function setNetworkEndpoints($networkEndpoints) { $this->networkEndpoints = $networkEndpoints; } /** * @return NetworkEndpoint[] */ public function getNetworkEndpoints() { return $this->networkEndpoints; } /** * @param string */ public function setQueuedResource($queuedResource) { $this->queuedResource = $queuedResource; } /** * @return string */ public function getQueuedResource() { return $this->queuedResource; } /** * @param string */ public function setRuntimeVersion($runtimeVersion) { $this->runtimeVersion = $runtimeVersion; } /** * @return string */ public function getRuntimeVersion() { return $this->runtimeVersion; } /** * @param SchedulingConfig */ public function setSchedulingConfig(SchedulingConfig $schedulingConfig) { $this->schedulingConfig = $schedulingConfig; } /** * @return SchedulingConfig */ public function getSchedulingConfig() { return $this->schedulingConfig; } /** * @param ServiceAccount */ public function setServiceAccount(ServiceAccount $serviceAccount) { $this->serviceAccount = $serviceAccount; } /** * @return ServiceAccount */ public function getServiceAccount() { return $this->serviceAccount; } /** * @param ShieldedInstanceConfig */ public function setShieldedInstanceConfig(ShieldedInstanceConfig $shieldedInstanceConfig) { $this->shieldedInstanceConfig = $shieldedInstanceConfig; } /** * @return ShieldedInstanceConfig */ public function getShieldedInstanceConfig() { return $this->shieldedInstanceConfig; } /** * @param string */ public function setState($state) { $this->state = $state; } /** * @return string */ public function getState() { return $this->state; } /** * @param Symptom[] */ public function setSymptoms($symptoms) { $this->symptoms = $symptoms; } /** * @return Symptom[] */ public function getSymptoms() { return $this->symptoms; } /** * @param string[] */ public function setTags($tags) { $this->tags = $tags; } /** * @return string[] */ public function getTags() { return $this->tags; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Node::class, 'Google_Service_TPU_Node');