Show / Hide Table of Contents

Class ProjectsResource.RegionsResource.JobsResource.PatchRequest

Updates a job in a project.

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

Constructors

PatchRequest(IClientService, Job, string, string, string)

Constructs a new Patch request.

Declaration
public PatchRequest(IClientService service, Job body, string projectId, string region, string jobId)
Parameters
Type Name Description
IClientService service
Job body
string projectId
string region
string jobId

Properties

HttpMethod

Gets the HTTP method.

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

JobId

Required. The job ID.

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

MethodName

Gets the method name.

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

ProjectId

Required. The ID of the Google Cloud Platform project that the job belongs to.

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

Region

Required. The Dataproc region in which to handle the request.

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

RestPath

Gets the REST path.

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

UpdateMask

Required. Specifies the path, relative to Job, of the field to update. For example, to update the labels of a Job the update_mask parameter would be specified as labels, and the PATCH request body would specify the new value. Note: Currently, labels is the only field that can 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<Job>.GetBody()

InitParameters()

Initializes Patch parameter list.

Declaration
protected override void InitParameters()
Overrides
DataprocBaseServiceRequest<Job>.InitParameters()

Implements

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