Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ReservationsResource.ListRequest

Lists all the reservations for the project in the specified location.

Inheritance
System.Object
Google.Apis.Requests.ClientServiceRequest
Google.Apis.Requests.ClientServiceRequest<ListReservationsResponse>
BigQueryReservationBaseServiceRequest<ListReservationsResponse>
ProjectsResource.LocationsResource.ReservationsResource.ListRequest
Implements
Google.Apis.Requests.IClientServiceRequest<ListReservationsResponse>
Google.Apis.Requests.IClientServiceRequest
Inherited Members
BigQueryReservationBaseServiceRequest<ListReservationsResponse>.Xgafv
BigQueryReservationBaseServiceRequest<ListReservationsResponse>.AccessToken
BigQueryReservationBaseServiceRequest<ListReservationsResponse>.Alt
BigQueryReservationBaseServiceRequest<ListReservationsResponse>.Callback
BigQueryReservationBaseServiceRequest<ListReservationsResponse>.Fields
BigQueryReservationBaseServiceRequest<ListReservationsResponse>.Key
BigQueryReservationBaseServiceRequest<ListReservationsResponse>.OauthToken
BigQueryReservationBaseServiceRequest<ListReservationsResponse>.PrettyPrint
BigQueryReservationBaseServiceRequest<ListReservationsResponse>.QuotaUser
BigQueryReservationBaseServiceRequest<ListReservationsResponse>.UploadType
BigQueryReservationBaseServiceRequest<ListReservationsResponse>.UploadProtocol
Google.Apis.Requests.ClientServiceRequest<Google.Apis.BigQueryReservation.v1.Data.ListReservationsResponse>.Execute()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.BigQueryReservation.v1.Data.ListReservationsResponse>.ExecuteAsStream()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.BigQueryReservation.v1.Data.ListReservationsResponse>.ExecuteAsync()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.BigQueryReservation.v1.Data.ListReservationsResponse>.ExecuteAsync(System.Threading.CancellationToken)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.BigQueryReservation.v1.Data.ListReservationsResponse>.ExecuteAsStreamAsync()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.BigQueryReservation.v1.Data.ListReservationsResponse>.ExecuteAsStreamAsync(System.Threading.CancellationToken)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.BigQueryReservation.v1.Data.ListReservationsResponse>.CreateRequest(System.Nullable<System.Boolean>)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.BigQueryReservation.v1.Data.ListReservationsResponse>.GenerateRequestUri()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.BigQueryReservation.v1.Data.ListReservationsResponse>.GetBody()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.BigQueryReservation.v1.Data.ListReservationsResponse>.GetDefaultETagAction(System.String)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.BigQueryReservation.v1.Data.ListReservationsResponse>.ETagAction
Google.Apis.Requests.ClientServiceRequest<Google.Apis.BigQueryReservation.v1.Data.ListReservationsResponse>.ModifyRequest
Google.Apis.Requests.ClientServiceRequest<Google.Apis.BigQueryReservation.v1.Data.ListReservationsResponse>.ValidateParameters
Google.Apis.Requests.ClientServiceRequest<Google.Apis.BigQueryReservation.v1.Data.ListReservationsResponse>.RequestParameters
Google.Apis.Requests.ClientServiceRequest<Google.Apis.BigQueryReservation.v1.Data.ListReservationsResponse>.Service
Google.Apis.Requests.ClientServiceRequest._unsuccessfulResponseHandlers
Google.Apis.Requests.ClientServiceRequest._exceptionHandlers
Google.Apis.Requests.ClientServiceRequest._executeInterceptors
Google.Apis.Requests.ClientServiceRequest.AddUnsuccessfulResponseHandler(Google.Apis.Http.IHttpUnsuccessfulResponseHandler)
Google.Apis.Requests.ClientServiceRequest.AddExceptionHandler(Google.Apis.Http.IHttpExceptionHandler)
Google.Apis.Requests.ClientServiceRequest.AddExecuteInterceptor(Google.Apis.Http.IHttpExecuteInterceptor)
Google.Apis.Requests.ClientServiceRequest.Credential
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.BigQueryReservation.v1
Assembly: Google.Apis.BigQueryReservation.v1.dll
Syntax
public class ListRequest : BigQueryReservationBaseServiceRequest<ListReservationsResponse>, IClientServiceRequest<ListReservationsResponse>, IClientServiceRequest

Constructors

ListRequest(IClientService, String)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, string parent)
Parameters
Type Name Description
Google.Apis.Services.IClientService service
System.String parent

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.BigQueryReservation.v1.Data.ListReservationsResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.BigQueryReservation.v1.Data.ListReservationsResponse>.MethodName

PageSize

The maximum number of items to return per page.

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

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
System.String

Parent

Required. The parent resource name containing project and location, e.g.: projects/myproject/locations/US

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

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.BigQueryReservation.v1.Data.ListReservationsResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.BigQueryReservation.v1.BigQueryReservationBaseServiceRequest<Google.Apis.BigQueryReservation.v1.Data.ListReservationsResponse>.InitParameters()

Implements

Google.Apis.Requests.IClientServiceRequest<TResponse>
Google.Apis.Requests.IClientServiceRequest
In This Article
Back to top