Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.RepositoriesResource.PythonPackagesResource

The "pythonPackages" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.RepositoriesResource.PythonPackagesResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.ArtifactRegistry.v1
Assembly: Google.Apis.ArtifactRegistry.v1.dll
Syntax
public class ProjectsResource.LocationsResource.RepositoriesResource.PythonPackagesResource

Constructors

PythonPackagesResource(IClientService)

Constructs a new resource.

Declaration
public PythonPackagesResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Get(string)

Gets a python package.

Declaration
public virtual ProjectsResource.LocationsResource.RepositoriesResource.PythonPackagesResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. The name of the python package.

Returns
Type Description
ProjectsResource.LocationsResource.RepositoriesResource.PythonPackagesResource.GetRequest

List(string)

Lists python packages.

Declaration
public virtual ProjectsResource.LocationsResource.RepositoriesResource.PythonPackagesResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

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

Returns
Type Description
ProjectsResource.LocationsResource.RepositoriesResource.PythonPackagesResource.ListRequest
In this article
Back to top Generated by DocFX