Home
last modified time | relevance | path

Searched refs:ImportYumArtifactsGcsSource (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ArtifactRegistry/
H A DImportYumArtifactsRequest.php22 protected $gcsSourceType = ImportYumArtifactsGcsSource::class;
26 * @param ImportYumArtifactsGcsSource
28 public function setGcsSource(ImportYumArtifactsGcsSource $gcsSource)
33 * @return ImportYumArtifactsGcsSource
H A DImportYumArtifactsErrorInfo.php24 protected $gcsSourceType = ImportYumArtifactsGcsSource::class;
42 * @param ImportYumArtifactsGcsSource
44 public function setGcsSource(ImportYumArtifactsGcsSource $gcsSource)
49 * @return ImportYumArtifactsGcsSource
H A DImportYumArtifactsGcsSource.php20 class ImportYumArtifactsGcsSource extends \Google\Collection class
63 class_alias(ImportYumArtifactsGcsSource::class, 'Google_Service_ArtifactRegistry_ImportYumArtifacts…