Reference documentation and code samples for the Google Cloud Dataproc V1 Client class JobMetadata.
Job Operation metadata.
Generated from protobuf message google.cloud.dataproc.v1.JobMetadata
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ job_id |
string
Output only. The job id. |
↳ status |
Google\Cloud\Dataproc\V1\JobStatus
Output only. Most recent job status. |
↳ operation_type |
string
Output only. Operation type. |
↳ start_time |
Google\Protobuf\Timestamp
Output only. Job submission time. |
getJobId
Output only. The job id.
Returns | |
---|---|
Type | Description |
string |
setJobId
Output only. The job id.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getStatus
Output only. Most recent job status.
Returns | |
---|---|
Type | Description |
Google\Cloud\Dataproc\V1\JobStatus|null |
hasStatus
clearStatus
setStatus
Output only. Most recent job status.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Dataproc\V1\JobStatus
|
Returns | |
---|---|
Type | Description |
$this |
getOperationType
Output only. Operation type.
Returns | |
---|---|
Type | Description |
string |
setOperationType
Output only. Operation type.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getStartTime
Output only. Job submission time.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasStartTime
clearStartTime
setStartTime
Output only. Job submission time.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |