Google Cloud Dataproc V1 Client - Class JobReference (3.10.1)

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

Encapsulates the full scoping used to reference a job.

Generated from protobuf message google.cloud.dataproc.v1.JobReference

Namespace

Google \ Cloud \ Dataproc \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ project_id string

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

↳ job_id 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.

getProjectId

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

Returns
TypeDescription
string

setProjectId

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getJobId

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
TypeDescription
string

setJobId

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.

Parameter
NameDescription
var string
Returns
TypeDescription
$this