Artifact Registry v1 API - Class ListPythonPackagesRequest (2.6.0)

public sealed class ListPythonPackagesRequest : IMessage<ListPythonPackagesRequest>, IEquatable<ListPythonPackagesRequest>, IDeepCloneable<ListPythonPackagesRequest>, IBufferMessage, IMessage, IPageRequest

Reference documentation and code samples for the Artifact Registry v1 API class ListPythonPackagesRequest.

The request to list python packages.

Inheritance

object > ListPythonPackagesRequest

Namespace

Google.Cloud.ArtifactRegistry.V1

Assembly

Google.Cloud.ArtifactRegistry.V1.dll

Constructors

ListPythonPackagesRequest()

public ListPythonPackagesRequest()

ListPythonPackagesRequest(ListPythonPackagesRequest)

public ListPythonPackagesRequest(ListPythonPackagesRequest other)
Parameter
NameDescription
otherListPythonPackagesRequest

Properties

PageSize

public int PageSize { get; set; }

The maximum number of artifacts to return.

Property Value
TypeDescription
int

PageToken

public string PageToken { get; set; }

The next_page_token value returned from a previous list request, if any.

Property Value
TypeDescription
string

Parent

public string Parent { get; set; }

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

Property Value
TypeDescription
string

ParentAsRepositoryName

public RepositoryName ParentAsRepositoryName { get; set; }

RepositoryName-typed view over the Parent resource name property.

Property Value
TypeDescription
RepositoryName