/var/www/flurhymez/vendor/google/apiclient-services/src/TPU
NameSizeModeActions
Resource/-0755rm
AcceleratorType.php13040644editdlrm
ListAcceleratorTypesResponse.php19030644editdlrm
ListLocationsResponse.php15140644editdlrm
ListNodesResponse.php17490644editdlrm
ListOperationsResponse.php15290644editdlrm
ListTensorFlowVersionsResponse.php19310644editdlrm
Location.php21270644editdlrm
NetworkEndpoint.php13300644editdlrm
Node.php63930644editdlrm
Operation.php20850644editdlrm
OperationMetadata.php27260644editdlrm
ReimageNodeRequest.php11700644editdlrm
SchedulingConfig.php13720644editdlrm
StartNodeRequest.php8380644editdlrm
Status.php15930644editdlrm
StopNodeRequest.php8350644editdlrm
Symptom.php18880644editdlrm
TensorFlowVersion.php13310644editdlrm
TpuEmpty.php8140644editdlrm
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/TPU/Operation.php (2085B)
done = $done; } /** * @return bool */ public function getDone() { return $this->done; } /** * @param Status */ public function setError(Status $error) { $this->error = $error; } /** * @return Status */ public function getError() { return $this->error; } /** * @param array[] */ public function setMetadata($metadata) { $this->metadata = $metadata; } /** * @return array[] */ public function getMetadata() { return $this->metadata; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param array[] */ public function setResponse($response) { $this->response = $response; } /** * @return array[] */ public function getResponse() { return $this->response; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Operation::class, 'Google_Service_TPU_Operation');