Class CreateJobRequest (2.7.1)

CreateJobRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for CreateJob.

Attributes

NameDescription
parent str
Required. The location name. For example: ``projects/PROJECT_ID/locations/LOCATION_ID``.
job google.cloud.scheduler_v1.types.Job
Required. The job to add. The user can optionally specify a name for the job in name. 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) in the response.

Inheritance

builtins.object > proto.message.Message > CreateJobRequest