/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/ApiKeysService
NameSizeModeActions
Resource/-0755rm
Operation.php21070644editdlrm
Status.php16150644editdlrm
V2AndroidApplication.php14670644editdlrm
V2AndroidKeyRestrictions.php13740644editdlrm
V2ApiTarget.php14080644editdlrm
V2BrowserKeyRestrictions.php12640644editdlrm
V2CloneKeyRequest.php11050644editdlrm
V2GetKeyStringResponse.php11480644editdlrm
V2IosKeyRestrictions.php12520644editdlrm
V2Key.php35550644editdlrm
V2ListKeysResponse.php14730644editdlrm
V2LookupKeyResponse.php13520644editdlrm
V2Restrictions.php31080644editdlrm
V2ServerKeyRestrictions.php12130644editdlrm
V2UndeleteKeyRequest.php8720644editdlrm
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/ApiKeysService/Operation.php (2107B)
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_ApiKeysService_Operation');