/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/TPU
NameSizeModeActions
Resource/-0755rm
AcceleratorType.php9490644editdlrm
ListAcceleratorTypesResponse.php15680644editdlrm
ListLocationsResponse.php12910644editdlrm
ListNodesResponse.php14360644editdlrm
ListOperationsResponse.php13040644editdlrm
ListTensorFlowVersionsResponse.php15920644editdlrm
Location.php15010644editdlrm
NetworkEndpoint.php9840644editdlrm
Node.php47630644editdlrm
Operation.php16290644editdlrm
OperationMetadata.php19130644editdlrm
ReimageNodeRequest.php9010644editdlrm
SchedulingConfig.php10270644editdlrm
StartNodeRequest.php6650644editdlrm
Status.php11700644editdlrm
StopNodeRequest.php6640644editdlrm
Symptom.php13650644editdlrm
TensorFlowVersion.php9720644editdlrm
TpuEmpty.php6570644editdlrm
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/TPU/Location.php (1501B)
displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setLocationId($locationId) { $this->locationId = $locationId; } public function getLocationId() { return $this->locationId; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } }