/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/Repository.php (2694B)
createTime = $createTime; } /** * @return string */ public function getCreateTime() { return $this->createTime; } /** * @param string */ public function setDescription($description) { $this->description = $description; } /** * @return string */ public function getDescription() { return $this->description; } /** * @param string */ public function setFormat($format) { $this->format = $format; } /** * @return string */ public function getFormat() { return $this->format; } /** * @param string */ public function setKmsKeyName($kmsKeyName) { $this->kmsKeyName = $kmsKeyName; } /** * @return string */ public function getKmsKeyName() { return $this->kmsKeyName; } /** * @param string[] */ public function setLabels($labels) { $this->labels = $labels; } /** * @return string[] */ public function getLabels() { return $this->labels; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param string */ public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } /** * @return string */ public function getUpdateTime() { return $this->updateTime; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Repository::class, 'Google_Service_ArtifactRegistry_Repository');