ProjectsLocationsRepositoriesNpmPackages
class ProjectsLocationsRepositoriesNpmPackages extends Resource (View source)
The "npmPackages" collection of methods.
Typical usage is:
$artifactregistryService = new Google\Service\ArtifactRegistry(...);
$npmPackages = $artifactregistryService->projects_locations_repositories_npmPackages;
Methods
get(string $name, array $optParams = [])
Gets a npm package. (npmPackages.get)
listProjectsLocationsRepositoriesNpmPackages(string $parent, array $optParams = [])
Lists npm packages.
Details
NpmPackage
get(string $name, array $optParams = [])
Gets a npm package. (npmPackages.get)
ListNpmPackagesResponse
listProjectsLocationsRepositoriesNpmPackages(string $parent, array $optParams = [])
Lists npm packages.
(npmPackages.listProjectsLocationsRepositoriesNpmPackages)