Artifact Registry v1 API - Class ListNpmPackagesRequest (2.6.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.ArtifactRegistry.V1

Assembly

Google.Cloud.ArtifactRegistry.V1.dll

Constructors

ListNpmPackagesRequest()

public ListNpmPackagesRequest()

ListNpmPackagesRequest(ListNpmPackagesRequest)

public ListNpmPackagesRequest(ListNpmPackagesRequest other)
Parameter
NameDescription
otherListNpmPackagesRequest

Properties

PageSize

public int PageSize { get; set; }

The maximum number of artifacts to return.

Property Value
TypeDescription
int

PageToken

public string PageToken { get; set; }

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

Property Value
TypeDescription
string

Parent

public string Parent { get; set; }

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

Property Value
TypeDescription
string

ParentAsRepositoryName

public RepositoryName ParentAsRepositoryName { get; set; }

RepositoryName-typed view over the Parent resource name property.

Property Value
TypeDescription
RepositoryName