/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/AptArtifact.php (2492B)
architecture = $architecture; } /** * @return string */ public function getArchitecture() { return $this->architecture; } /** * @param string */ public function setComponent($component) { $this->component = $component; } /** * @return string */ public function getComponent() { return $this->component; } /** * @param string */ public function setControlFile($controlFile) { $this->controlFile = $controlFile; } /** * @return string */ public function getControlFile() { return $this->controlFile; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param string */ public function setPackageName($packageName) { $this->packageName = $packageName; } /** * @return string */ public function getPackageName() { return $this->packageName; } /** * @param string */ public function setPackageType($packageType) { $this->packageType = $packageType; } /** * @return string */ public function getPackageType() { return $this->packageType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AptArtifact::class, 'Google_Service_ArtifactRegistry_AptArtifact');