Artifact Registry v1 API - Class ListPythonPackagesResponse (2.6.0)

public sealed class ListPythonPackagesResponse : IMessage<ListPythonPackagesResponse>, IEquatable<ListPythonPackagesResponse>, IDeepCloneable<ListPythonPackagesResponse>, IBufferMessage, IMessage, IPageResponse<PythonPackage>, IEnumerable<PythonPackage>, IEnumerable

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

The response from listing python packages.

Inheritance

object > ListPythonPackagesResponse

Namespace

Google.Cloud.ArtifactRegistry.V1

Assembly

Google.Cloud.ArtifactRegistry.V1.dll

Constructors

ListPythonPackagesResponse()

public ListPythonPackagesResponse()

ListPythonPackagesResponse(ListPythonPackagesResponse)

public ListPythonPackagesResponse(ListPythonPackagesResponse other)
Parameter
NameDescription
otherListPythonPackagesResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

The token to retrieve the next page of artifacts, or empty if there are no more artifacts to return.

Property Value
TypeDescription
string

PythonPackages

public RepeatedField<PythonPackage> PythonPackages { get; }

The python packages returned.

Property Value
TypeDescription
RepeatedFieldPythonPackage

Methods

GetEnumerator()

public IEnumerator<PythonPackage> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorPythonPackage