Reference documentation and code samples for the Cloud Scheduler V1beta1 Client class CreateJobRequest.
Request message for CreateJob .
Generated from protobuf message google.cloud.scheduler.v1beta1.CreateJobRequest
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The location name. For example: projects/PROJECT_ID/locations/LOCATION_ID
.
↳ job
Google\Cloud\Scheduler\V1beta1\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.
getParent
Required. The location name. For example: projects/PROJECT_ID/locations/LOCATION_ID
.
string
setParent
Required. The location name. For example: projects/PROJECT_ID/locations/LOCATION_ID
.
var
string
$this
getJob
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.
hasJob
clearJob
setJob
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.
$this