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 \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |