Artifact Registry v1 API - Class ListNpmPackagesResponse (2.6.0)

public sealed class ListNpmPackagesResponse : IMessage<ListNpmPackagesResponse>, IEquatable<ListNpmPackagesResponse>, IDeepCloneable<ListNpmPackagesResponse>, IBufferMessage, IMessage, IPageResponse<NpmPackage>, IEnumerable<NpmPackage>, IEnumerable

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

The response from listing npm packages.

Inheritance

object > ListNpmPackagesResponse

Namespace

Google.Cloud.ArtifactRegistry.V1

Assembly

Google.Cloud.ArtifactRegistry.V1.dll

Constructors

ListNpmPackagesResponse()

public ListNpmPackagesResponse()

ListNpmPackagesResponse(ListNpmPackagesResponse)

public ListNpmPackagesResponse(ListNpmPackagesResponse other)
Parameter
NameDescription
otherListNpmPackagesResponse

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

NpmPackages

public RepeatedField<NpmPackage> NpmPackages { get; }

The npm packages returned.

Property Value
TypeDescription
RepeatedFieldNpmPackage

Methods

GetEnumerator()

public IEnumerator<NpmPackage> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorNpmPackage