Class: Google::Cloud::Dataproc::V1::JobReference

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dataproc/v1/jobs.rb

Overview

Encapsulates the full scoping used to reference a job.

Instance Attribute Summary collapse

Instance Attribute Details

#job_id::String

Returns Optional. The job ID, which must be unique within the project.

The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), or hyphens (-). The maximum length is 100 characters.

If not specified by the caller, the job ID will be provided by the server.

Returns:

  • (::String)

    Optional. The job ID, which must be unique within the project.

    The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), or hyphens (-). The maximum length is 100 characters.

    If not specified by the caller, the job ID will be provided by the server.



669
670
671
672
# File 'proto_docs/google/cloud/dataproc/v1/jobs.rb', line 669

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

#project_id::String

Returns Optional. The ID of the Google Cloud Platform project that the job belongs to. If specified, must match the request project ID.

Returns:

  • (::String)

    Optional. The ID of the Google Cloud Platform project that the job belongs to. If specified, must match the request project ID.



669
670
671
672
# File 'proto_docs/google/cloud/dataproc/v1/jobs.rb', line 669

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