Artifact Registry v1 API - Class ListPythonPackagesResponse (2.11.0)

public sealed classListPythonPackagesResponse : 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
Name Description
other ListPythonPackagesResponse

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
Type Description
string

PythonPackages

public RepeatedField<PythonPackage> PythonPackages { get; }

The python packages returned.

Property Value
Type Description
RepeatedField PythonPackage

Methods

GetEnumerator()

public IEnumerator<PythonPackage> GetEnumerator()

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

Returns
Type Description
IEnumerator PythonPackage

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月05日 UTC.