Google Cloud Scheduler v1 API - Class CreateJobRequest (3.4.0)

public sealed class CreateJobRequest : IMessage<CreateJobRequest>, IEquatable<CreateJobRequest>, IDeepCloneable<CreateJobRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Scheduler v1 API class CreateJobRequest.

Request message for [CreateJob][google.cloud.scheduler.v1.CloudScheduler.CreateJob].

Inheritance

object > CreateJobRequest

Namespace

Google.Cloud.Scheduler.V1

Assembly

Google.Cloud.Scheduler.V1.dll

Constructors

CreateJobRequest()

public CreateJobRequest()

CreateJobRequest(CreateJobRequest)

public CreateJobRequest(CreateJobRequest other)
Parameter
NameDescription
otherCreateJobRequest

Properties

Job

public Job Job { get; set; }

Required. The job to add. The user can optionally specify a name for the job in [name][google.cloud.scheduler.v1.Job.name]. [name][google.cloud.scheduler.v1.Job.name] cannot be the same as an existing job. If a name is not specified then the system will generate a random unique name that will be returned ([name][google.cloud.scheduler.v1.Job.name]) in the response.

Property Value
TypeDescription
Job

Parent

public string Parent { get; set; }

Required. The location name. For example: projects/PROJECT_ID/locations/LOCATION_ID.

Property Value
TypeDescription
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName