Show / Hide Table of Contents

Class ProjectsResource.ListRequest

RPC to list projects to which the user has been granted any project role. Users of this method are encouraged to consider the Resource Manager API, which provides the underlying data for this method and has more capabilities.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ProjectList>
BigqueryBaseServiceRequest<ProjectList>
ProjectsResource.ListRequest
Implements
IClientServiceRequest<ProjectList>
IClientServiceRequest
Inherited Members
BigqueryBaseServiceRequest<ProjectList>.Xgafv
BigqueryBaseServiceRequest<ProjectList>.AccessToken
BigqueryBaseServiceRequest<ProjectList>.Alt
BigqueryBaseServiceRequest<ProjectList>.Callback
BigqueryBaseServiceRequest<ProjectList>.Fields
BigqueryBaseServiceRequest<ProjectList>.Key
BigqueryBaseServiceRequest<ProjectList>.OauthToken
BigqueryBaseServiceRequest<ProjectList>.PrettyPrint
BigqueryBaseServiceRequest<ProjectList>.QuotaUser
BigqueryBaseServiceRequest<ProjectList>.UploadType
BigqueryBaseServiceRequest<ProjectList>.UploadProtocol
ClientServiceRequest<ProjectList>.Execute()
ClientServiceRequest<ProjectList>.ExecuteAsStream()
ClientServiceRequest<ProjectList>.ExecuteAsync()
ClientServiceRequest<ProjectList>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ProjectList>.ExecuteAsStreamAsync()
ClientServiceRequest<ProjectList>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ProjectList>.CreateRequest(bool?)
ClientServiceRequest<ProjectList>.GenerateRequestUri()
ClientServiceRequest<ProjectList>.GetBody()
ClientServiceRequest<ProjectList>.GetDefaultETagAction(string)
ClientServiceRequest<ProjectList>.ETagAction
ClientServiceRequest<ProjectList>.ModifyRequest
ClientServiceRequest<ProjectList>.ValidateParameters
ClientServiceRequest<ProjectList>.ApiVersion
ClientServiceRequest<ProjectList>.RequestParameters
ClientServiceRequest<ProjectList>.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.Bigquery.v2
Assembly: Google.Apis.Bigquery.v2.dll
Syntax
public class ProjectsResource.ListRequest : BigqueryBaseServiceRequest<ProjectList>, IClientServiceRequest<ProjectList>, IClientServiceRequest

Constructors

ListRequest(IClientService)

Constructs a new List request.

Declaration
public ListRequest(IClientService service)
Parameters
Type Name Description
IClientService service

Properties

HttpMethod

Gets the HTTP method.

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

MaxResults

maxResults unset returns all results, up to 50 per page. Additionally, the number of projects in a page may be fewer than maxResults because projects are retrieved and then filtered to only projects with the BigQuery API enabled.

Declaration
[RequestParameter("maxResults", RequestParameterType.Query)]
public virtual long? MaxResults { get; set; }
Property Value
Type Description
long?

MethodName

Gets the method name.

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

PageToken

Page token, returned by a previous call, to request the next page of results. If not present, no further pages are present.

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

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
BigqueryBaseServiceRequest<ProjectList>.InitParameters()

Implements

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