Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.RepositoriesResource.PackagesResource.ListRequest

Lists packages.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ListPackagesResponse>
ArtifactRegistryBaseServiceRequest<ListPackagesResponse>
ProjectsResource.LocationsResource.RepositoriesResource.PackagesResource.ListRequest
Implements
IClientServiceRequest<ListPackagesResponse>
IClientServiceRequest
Inherited Members
ArtifactRegistryBaseServiceRequest<ListPackagesResponse>.Xgafv
ArtifactRegistryBaseServiceRequest<ListPackagesResponse>.AccessToken
ArtifactRegistryBaseServiceRequest<ListPackagesResponse>.Alt
ArtifactRegistryBaseServiceRequest<ListPackagesResponse>.Callback
ArtifactRegistryBaseServiceRequest<ListPackagesResponse>.Fields
ArtifactRegistryBaseServiceRequest<ListPackagesResponse>.Key
ArtifactRegistryBaseServiceRequest<ListPackagesResponse>.OauthToken
ArtifactRegistryBaseServiceRequest<ListPackagesResponse>.PrettyPrint
ArtifactRegistryBaseServiceRequest<ListPackagesResponse>.QuotaUser
ArtifactRegistryBaseServiceRequest<ListPackagesResponse>.UploadType
ArtifactRegistryBaseServiceRequest<ListPackagesResponse>.UploadProtocol
ClientServiceRequest<ListPackagesResponse>.Execute()
ClientServiceRequest<ListPackagesResponse>.ExecuteAsStream()
ClientServiceRequest<ListPackagesResponse>.ExecuteAsync()
ClientServiceRequest<ListPackagesResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ListPackagesResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ListPackagesResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ListPackagesResponse>.CreateRequest(bool?)
ClientServiceRequest<ListPackagesResponse>.GenerateRequestUri()
ClientServiceRequest<ListPackagesResponse>.GetBody()
ClientServiceRequest<ListPackagesResponse>.GetDefaultETagAction(string)
ClientServiceRequest<ListPackagesResponse>.ETagAction
ClientServiceRequest<ListPackagesResponse>.ModifyRequest
ClientServiceRequest<ListPackagesResponse>.ValidateParameters
ClientServiceRequest<ListPackagesResponse>.RequestParameters
ClientServiceRequest<ListPackagesResponse>.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.v1beta1
Assembly: Google.Apis.ArtifactRegistry.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource.RepositoriesResource.PackagesResource.ListRequest : ArtifactRegistryBaseServiceRequest<ListPackagesResponse>, IClientServiceRequest<ListPackagesResponse>, 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
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ArtifactRegistry.v1beta1.Data.ListPackagesResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ArtifactRegistry.v1beta1.Data.ListPackagesResponse>.MethodName

PageSize

The maximum number of packages 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 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
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ArtifactRegistry.v1beta1.Data.ListPackagesResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

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

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In This Article
Back to top Generated by DocFX