/var/www/flurhymez/vendor/google/apiclient-services/src/ArtifactRegistry
NameSizeModeActions
Resource/-0755rm
AptArtifact.php24920644editdlrm
ArtifactregistryEmpty.php8790644editdlrm
CancelOperationRequest.php8820644editdlrm
DockerImage.php27120644editdlrm
ImportAptArtifactsErrorInfo.php15640644editdlrm
ImportAptArtifactsGcsSource.php14650644editdlrm
ImportAptArtifactsResponse.php16360644editdlrm
ImportYumArtifactsErrorInfo.php15640644editdlrm
ImportYumArtifactsGcsSource.php14650644editdlrm
ImportYumArtifactsResponse.php16420644editdlrm
ListDockerImagesResponse.php15850644editdlrm
ListOperationsResponse.php14630644editdlrm
ListRepositoriesResponse.php15820644editdlrm
Operation.php21110644editdlrm
Repository.php26940644editdlrm
Status.php16190644editdlrm
UploadAptArtifactMediaResponse.php12260644editdlrm
UploadAptArtifactResponse.php12910644editdlrm
UploadYumArtifactMediaResponse.php12260644editdlrm
UploadYumArtifactResponse.php12910644editdlrm
YumArtifact.php19400644editdlrm
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/ArtifactRegistry/Operation.php (2111B)
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_ArtifactRegistry_Operation');