Show / Hide Table of Contents

Class BigQueryReservationBaseServiceRequest<TResponse>

A base abstract class for BigQueryReservation requests.

Inheritance
System.Object
Google.Apis.Requests.ClientServiceRequest
Google.Apis.Requests.ClientServiceRequest<TResponse>
BigQueryReservationBaseServiceRequest<TResponse>
ProjectsResource.LocationsResource.CapacityCommitmentsResource.CreateRequest
ProjectsResource.LocationsResource.CapacityCommitmentsResource.DeleteRequest
ProjectsResource.LocationsResource.CapacityCommitmentsResource.GetRequest
ProjectsResource.LocationsResource.CapacityCommitmentsResource.ListRequest
ProjectsResource.LocationsResource.CapacityCommitmentsResource.MergeRequest
ProjectsResource.LocationsResource.CapacityCommitmentsResource.PatchRequest
ProjectsResource.LocationsResource.CapacityCommitmentsResource.SplitRequest
ProjectsResource.LocationsResource.GetBiReservationRequest
ProjectsResource.LocationsResource.ReservationsResource.AssignmentsResource.CreateRequest
ProjectsResource.LocationsResource.ReservationsResource.AssignmentsResource.DeleteRequest
ProjectsResource.LocationsResource.ReservationsResource.AssignmentsResource.ListRequest
ProjectsResource.LocationsResource.ReservationsResource.AssignmentsResource.MoveRequest
ProjectsResource.LocationsResource.ReservationsResource.AssignmentsResource.PatchRequest
ProjectsResource.LocationsResource.ReservationsResource.CreateRequest
ProjectsResource.LocationsResource.ReservationsResource.DeleteRequest
ProjectsResource.LocationsResource.ReservationsResource.GetRequest
ProjectsResource.LocationsResource.ReservationsResource.ListRequest
ProjectsResource.LocationsResource.ReservationsResource.PatchRequest
ProjectsResource.LocationsResource.SearchAssignmentsRequest
ProjectsResource.LocationsResource.UpdateBiReservationRequest
Implements
Google.Apis.Requests.IClientServiceRequest<TResponse>
Google.Apis.Requests.IClientServiceRequest
Inherited Members
Google.Apis.Requests.ClientServiceRequest<TResponse>.Execute()
Google.Apis.Requests.ClientServiceRequest<TResponse>.ExecuteAsStream()
Google.Apis.Requests.ClientServiceRequest<TResponse>.ExecuteAsync()
Google.Apis.Requests.ClientServiceRequest<TResponse>.ExecuteAsync(System.Threading.CancellationToken)
Google.Apis.Requests.ClientServiceRequest<TResponse>.ExecuteAsStreamAsync()
Google.Apis.Requests.ClientServiceRequest<TResponse>.ExecuteAsStreamAsync(System.Threading.CancellationToken)
Google.Apis.Requests.ClientServiceRequest<TResponse>.CreateRequest(System.Nullable<System.Boolean>)
Google.Apis.Requests.ClientServiceRequest<TResponse>.GenerateRequestUri()
Google.Apis.Requests.ClientServiceRequest<TResponse>.GetBody()
Google.Apis.Requests.ClientServiceRequest<TResponse>.GetDefaultETagAction(System.String)
Google.Apis.Requests.ClientServiceRequest<TResponse>.ETagAction
Google.Apis.Requests.ClientServiceRequest<TResponse>.ModifyRequest
Google.Apis.Requests.ClientServiceRequest<TResponse>.ValidateParameters
Google.Apis.Requests.ClientServiceRequest<TResponse>.MethodName
Google.Apis.Requests.ClientServiceRequest<TResponse>.RestPath
Google.Apis.Requests.ClientServiceRequest<TResponse>.HttpMethod
Google.Apis.Requests.ClientServiceRequest<TResponse>.RequestParameters
Google.Apis.Requests.ClientServiceRequest<TResponse>.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.v1beta1
Assembly: Google.Apis.BigQueryReservation.v1beta1.dll
Syntax
public abstract class BigQueryReservationBaseServiceRequest<TResponse> : ClientServiceRequest<TResponse>, IClientServiceRequest<TResponse>, IClientServiceRequest
Type Parameters
Name Description
TResponse

Constructors

BigQueryReservationBaseServiceRequest(IClientService)

Constructs a new BigQueryReservationBaseServiceRequest instance.

Declaration
protected BigQueryReservationBaseServiceRequest(IClientService service)
Parameters
Type Name Description
Google.Apis.Services.IClientService service

Properties

AccessToken

OAuth access token.

Declaration
[RequestParameter("access_token", RequestParameterType.Query)]
public virtual string AccessToken { get; set; }
Property Value
Type Description
System.String

Alt

Data format for response.

Declaration
[RequestParameter("alt", RequestParameterType.Query)]
public virtual BigQueryReservationBaseServiceRequest<TResponse>.AltEnum? Alt { get; set; }
Property Value
Type Description
System.Nullable<BigQueryReservationBaseServiceRequest.AltEnum<>>

Callback

JSONP

Declaration
[RequestParameter("callback", RequestParameterType.Query)]
public virtual string Callback { get; set; }
Property Value
Type Description
System.String

Fields

Selector specifying which fields to include in a partial response.

Declaration
[RequestParameter("fields", RequestParameterType.Query)]
public virtual string Fields { get; set; }
Property Value
Type Description
System.String

Key

API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.

Declaration
[RequestParameter("key", RequestParameterType.Query)]
public virtual string Key { get; set; }
Property Value
Type Description
System.String

OauthToken

OAuth 2.0 token for the current user.

Declaration
[RequestParameter("oauth_token", RequestParameterType.Query)]
public virtual string OauthToken { get; set; }
Property Value
Type Description
System.String

PrettyPrint

Returns response with indentations and line breaks.

Declaration
[RequestParameter("prettyPrint", RequestParameterType.Query)]
public virtual bool? PrettyPrint { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

QuotaUser

Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.

Declaration
[RequestParameter("quotaUser", RequestParameterType.Query)]
public virtual string QuotaUser { get; set; }
Property Value
Type Description
System.String

UploadProtocol

Upload protocol for media (e.g. "raw", "multipart").

Declaration
[RequestParameter("upload_protocol", RequestParameterType.Query)]
public virtual string UploadProtocol { get; set; }
Property Value
Type Description
System.String

UploadType

Legacy upload protocol for media (e.g. "media", "multipart").

Declaration
[RequestParameter("uploadType", RequestParameterType.Query)]
public virtual string UploadType { get; set; }
Property Value
Type Description
System.String

Xgafv

V1 error format.

Declaration
[RequestParameter("$.xgafv", RequestParameterType.Query)]
public virtual BigQueryReservationBaseServiceRequest<TResponse>.XgafvEnum? Xgafv { get; set; }
Property Value
Type Description
System.Nullable<BigQueryReservationBaseServiceRequest.XgafvEnum<>>

Methods

InitParameters()

Initializes BigQueryReservation parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.Requests.ClientServiceRequest<TResponse>.InitParameters()

Implements

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