Artifact Registry v1 API - Class ListPythonPackagesResponse (2.11.0)
Stay organized with collections
Save and categorize content based on your preferences.
public sealed classListPythonPackagesResponse : IMessage<ListPythonPackagesResponse>, IEquatable<ListPythonPackagesResponse>, IDeepCloneable<ListPythonPackagesResponse>, IBufferMessage, IMessage, IPageResponse<PythonPackage>, IEnumerable<PythonPackage>, IEnumerableReference documentation and code samples for the Artifact Registry v1 API class ListPythonPackagesResponse.
The response from listing python packages.
Implements
IMessage ListPythonPackagesResponse, IEquatable ListPythonPackagesResponse, IDeepCloneable ListPythonPackagesResponse, IBufferMessage, IMessage, IPageResponse PythonPackage, IEnumerable PythonPackage, IEnumerableNamespace
Google.Cloud.ArtifactRegistry.V1Assembly
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 |
|