Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ReservationsResource.AssignmentsResource.PatchRequest

Updates an existing assignment. Only the priority field can be updated.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<Assignment>
BigQueryReservationBaseServiceRequest<Assignment>
ProjectsResource.LocationsResource.ReservationsResource.AssignmentsResource.PatchRequest
Implements
IClientServiceRequest<Assignment>
IClientServiceRequest
Inherited Members
BigQueryReservationBaseServiceRequest<Assignment>.Xgafv
BigQueryReservationBaseServiceRequest<Assignment>.AccessToken
BigQueryReservationBaseServiceRequest<Assignment>.Alt
BigQueryReservationBaseServiceRequest<Assignment>.Callback
BigQueryReservationBaseServiceRequest<Assignment>.Fields
BigQueryReservationBaseServiceRequest<Assignment>.Key
BigQueryReservationBaseServiceRequest<Assignment>.OauthToken
BigQueryReservationBaseServiceRequest<Assignment>.PrettyPrint
BigQueryReservationBaseServiceRequest<Assignment>.QuotaUser
BigQueryReservationBaseServiceRequest<Assignment>.UploadType
BigQueryReservationBaseServiceRequest<Assignment>.UploadProtocol
ClientServiceRequest<Assignment>.Execute()
ClientServiceRequest<Assignment>.ExecuteAsStream()
ClientServiceRequest<Assignment>.ExecuteAsync()
ClientServiceRequest<Assignment>.ExecuteAsync(CancellationToken)
ClientServiceRequest<Assignment>.ExecuteAsStreamAsync()
ClientServiceRequest<Assignment>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<Assignment>.CreateRequest(bool?)
ClientServiceRequest<Assignment>.GenerateRequestUri()
ClientServiceRequest<Assignment>.GetDefaultETagAction(string)
ClientServiceRequest<Assignment>.ETagAction
ClientServiceRequest<Assignment>.ModifyRequest
ClientServiceRequest<Assignment>.ValidateParameters
ClientServiceRequest<Assignment>.ApiVersion
ClientServiceRequest<Assignment>.RequestParameters
ClientServiceRequest<Assignment>.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.BigQueryReservation.v1
Assembly: Google.Apis.BigQueryReservation.v1.dll
Syntax
public class ProjectsResource.LocationsResource.ReservationsResource.AssignmentsResource.PatchRequest : BigQueryReservationBaseServiceRequest<Assignment>, IClientServiceRequest<Assignment>, IClientServiceRequest

Constructors

PatchRequest(IClientService, Assignment, string)

Constructs a new Patch request.

Declaration
public PatchRequest(IClientService service, Assignment body, string name)
Parameters
Type Name Description
IClientService service
Assignment body
string name

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Name

Output only. Name of the resource. E.g.: projects/myproject/locations/US/reservations/team1-prod/assignments/123. The assignment_id must only contain lower case alphanumeric characters or dashes and the max length is 64 characters.

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

RestPath

Gets the REST path.

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

UpdateMask

Standard field mask for the set of fields to be updated.

Declaration
[RequestParameter("updateMask", RequestParameterType.Query)]
public virtual object UpdateMask { get; set; }
Property Value
Type Description
object

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<Assignment>.GetBody()

InitParameters()

Initializes Patch parameter list.

Declaration
protected override void InitParameters()
Overrides
BigQueryReservationBaseServiceRequest<Assignment>.InitParameters()

Implements

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