Artifact Registry v1 API - Class ListNpmPackagesRequest (2.2.0)

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

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

The request to list npm packages.

Inheritance

object > ListNpmPackagesRequest

Namespace

Google Cloud Google.Cloud.ArtifactRegistryV1

Assembly

Google.Cloud.ArtifactRegistry.V1.dll

Constructors

ListNpmPackagesRequest()

public ListNpmPackagesRequest()

ListNpmPackagesRequest(ListNpmPackagesRequest)

public ListNpmPackagesRequest(ListNpmPackagesRequest other)
Parameter
Name Description
other ListNpmPackagesRequest

Properties

PageSize

public int PageSize { get; set; }

The maximum number of artifacts to return.

Property Value
Type Description
int

PageToken

public string PageToken { get; set; }

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

Property Value
Type Description
string

Parent

public string Parent { get; set; }

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

Property Value
Type Description
string

ParentAsRepositoryName

public RepositoryName ParentAsRepositoryName { get; set; }

RepositoryName-typed view over the Parent resource name property.

Property Value
Type Description
RepositoryName

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.