class ProjectsLocationsRepositoriesPythonPackages extends Resource (View source)

The "pythonPackages" collection of methods.

Typical usage is:

 $artifactregistryService = new Google\Service\ArtifactRegistry(...);
 $pythonPackages = $artifactregistryService->projects_locations_repositories_pythonPackages;

Methods

get(string $name, array $optParams = [])

Gets a python package. (pythonPackages.get)

listProjectsLocationsRepositoriesPythonPackages(string $parent, array $optParams = [])

Lists python packages.

Details

PythonPackage get(string $name, array $optParams = [])

Gets a python package. (pythonPackages.get)

Parameters

string $name

Required. The name of the python package.

array $optParams

Optional parameters.

Return Value

PythonPackage

Exceptions

Exception

ListPythonPackagesResponse listProjectsLocationsRepositoriesPythonPackages(string $parent, array $optParams = [])

Lists python packages.

(pythonPackages.listProjectsLocationsRepositoriesPythonPackages)

Parameters

string $parent

Required. The name of the parent resource whose python packages will be listed.

array $optParams

Optional parameters.

Return Value

ListPythonPackagesResponse

Exceptions

Exception