Cloud Dataproc V1 API - Class Google::Cloud::Dataproc::V1::JobReference (v0.10.0)

Reference documentation and code samples for the Cloud Dataproc V1 API class Google::Cloud::Dataproc::V1::JobReference.

Encapsulates the full scoping used to reference a job.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#job_id

defjob_id()->::String
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.

#job_id=

defjob_id=(value)->::String
Parameter
  • value (::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.

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.

#project_id

defproject_id()->::String
Returns
  • (::String) — Optional. The ID of the Google Cloud Platform project that the job belongs to. If specified, must match the request project ID.

#project_id=

defproject_id=(value)->::String
Parameter
  • value (::String) — 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.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.