Show / Hide Table of Contents

Class ProjectsResource.JobsResource.CreateRequest

Creates a new job. Typically, the job becomes searchable within 10 seconds, but it may take up to 5 minutes.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<Job>
CloudTalentSolutionBaseServiceRequest<Job>
ProjectsResource.JobsResource.CreateRequest
Implements
IClientServiceRequest<Job>
IClientServiceRequest
Inherited Members
CloudTalentSolutionBaseServiceRequest<Job>.Xgafv
CloudTalentSolutionBaseServiceRequest<Job>.AccessToken
CloudTalentSolutionBaseServiceRequest<Job>.Alt
CloudTalentSolutionBaseServiceRequest<Job>.Callback
CloudTalentSolutionBaseServiceRequest<Job>.Fields
CloudTalentSolutionBaseServiceRequest<Job>.Key
CloudTalentSolutionBaseServiceRequest<Job>.OauthToken
CloudTalentSolutionBaseServiceRequest<Job>.PrettyPrint
CloudTalentSolutionBaseServiceRequest<Job>.QuotaUser
CloudTalentSolutionBaseServiceRequest<Job>.UploadType
CloudTalentSolutionBaseServiceRequest<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.CloudTalentSolution.v3p1beta1
Assembly: Google.Apis.CloudTalentSolution.v3p1beta1.dll
Syntax
public class ProjectsResource.JobsResource.CreateRequest : CloudTalentSolutionBaseServiceRequest<Job>, IClientServiceRequest<Job>, IClientServiceRequest

Constructors

CreateRequest(IClientService, CreateJobRequest, string)

Constructs a new Create request.

Declaration
public CreateRequest(IClientService service, CreateJobRequest body, string parent)
Parameters
Type Name Description
IClientService service
CreateJobRequest body
string parent

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Parent

Required. The resource name of the project under which the job is created. The format is "projects/{project_id}", for example, "projects/api-test-project".

Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { 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

Methods

GetBody()

Returns the body of the request.

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

InitParameters()

Initializes Create parameter list.

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

Implements

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