Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.RepositoriesResource.NpmPackagesResource.ListRequest

Lists npm packages.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ListNpmPackagesResponse>
ArtifactRegistryBaseServiceRequest<ListNpmPackagesResponse>
ProjectsResource.LocationsResource.RepositoriesResource.NpmPackagesResource.ListRequest
Implements
IClientServiceRequest<ListNpmPackagesResponse>
IClientServiceRequest
Inherited Members
ArtifactRegistryBaseServiceRequest<ListNpmPackagesResponse>.Xgafv
ArtifactRegistryBaseServiceRequest<ListNpmPackagesResponse>.AccessToken
ArtifactRegistryBaseServiceRequest<ListNpmPackagesResponse>.Alt
ArtifactRegistryBaseServiceRequest<ListNpmPackagesResponse>.Callback
ArtifactRegistryBaseServiceRequest<ListNpmPackagesResponse>.Fields
ArtifactRegistryBaseServiceRequest<ListNpmPackagesResponse>.Key
ArtifactRegistryBaseServiceRequest<ListNpmPackagesResponse>.OauthToken
ArtifactRegistryBaseServiceRequest<ListNpmPackagesResponse>.PrettyPrint
ArtifactRegistryBaseServiceRequest<ListNpmPackagesResponse>.QuotaUser
ArtifactRegistryBaseServiceRequest<ListNpmPackagesResponse>.UploadType
ArtifactRegistryBaseServiceRequest<ListNpmPackagesResponse>.UploadProtocol
ClientServiceRequest<ListNpmPackagesResponse>.Execute()
ClientServiceRequest<ListNpmPackagesResponse>.ExecuteAsStream()
ClientServiceRequest<ListNpmPackagesResponse>.ExecuteAsync()
ClientServiceRequest<ListNpmPackagesResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ListNpmPackagesResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ListNpmPackagesResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ListNpmPackagesResponse>.CreateRequest(bool?)
ClientServiceRequest<ListNpmPackagesResponse>.GenerateRequestUri()
ClientServiceRequest<ListNpmPackagesResponse>.GetBody()
ClientServiceRequest<ListNpmPackagesResponse>.GetDefaultETagAction(string)
ClientServiceRequest<ListNpmPackagesResponse>.ETagAction
ClientServiceRequest<ListNpmPackagesResponse>.ModifyRequest
ClientServiceRequest<ListNpmPackagesResponse>.ValidateParameters
ClientServiceRequest<ListNpmPackagesResponse>.ApiVersion
ClientServiceRequest<ListNpmPackagesResponse>.RequestParameters
ClientServiceRequest<ListNpmPackagesResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.ArtifactRegistry.v1
Assembly: Google.Apis.ArtifactRegistry.v1.dll
Syntax
public class ProjectsResource.LocationsResource.RepositoriesResource.NpmPackagesResource.ListRequest : ArtifactRegistryBaseServiceRequest<ListNpmPackagesResponse>, IClientServiceRequest<ListNpmPackagesResponse>, IClientServiceRequest

Constructors

ListRequest(IClientService, string)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, string parent)
Parameters
Type Name Description
IClientService service
string parent

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ListNpmPackagesResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ListNpmPackagesResponse>.MethodName

PageSize

The maximum number of artifacts to return. Maximum page size is 1,000.

Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type Description
int?

PageToken

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

Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type Description
string

Parent

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

Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ListNpmPackagesResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
ArtifactRegistryBaseServiceRequest<ListNpmPackagesResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX