Class: Google::Cloud::Scheduler::V1beta1::CreateJobRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/scheduler/v1beta1/cloudscheduler.rb

Overview

Request message for CreateJob.

Instance Attribute Summary collapse

Instance Attribute Details

#job::Google::Cloud::Scheduler::V1beta1::Job

Returns 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.

Returns:

  • (::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.



115
116
117
118
# File 'proto_docs/google/cloud/scheduler/v1beta1/cloudscheduler.rb', line 115

class CreateJobRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

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

Returns:

  • (::String)

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



115
116
117
118
# File 'proto_docs/google/cloud/scheduler/v1beta1/cloudscheduler.rb', line 115

class CreateJobRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end