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].
Implements
IMessage<CreateJobRequest>, IEquatable<CreateJobRequest>, IDeepCloneable<CreateJobRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Scheduler.V1Assembly
Google.Cloud.Scheduler.V1.dll
Constructors
CreateJobRequest()
public CreateJobRequest()
CreateJobRequest(CreateJobRequest)
public CreateJobRequest(CreateJobRequest other)
Parameter | |
---|---|
Name | Description |
other | CreateJobRequest |
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 | |
---|---|
Type | Description |
Job |
Parent
public string Parent { get; set; }
Required. The location name. For example:
projects/PROJECT_ID/locations/LOCATION_ID
.
Property Value | |
---|---|
Type | Description |
String |
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }
LocationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
LocationName |