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.
Generated from protobuf field string job_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
string |
setJobId
Output only. The job id.
Generated from protobuf field string job_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getStatus
Output only. Most recent job status.
Generated from protobuf field .google.cloud.dataproc.v1.JobStatus status = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
Google\Cloud\Dataproc\V1\JobStatus|null |
hasStatus
clearStatus
setStatus
Output only. Most recent job status.
Generated from protobuf field .google.cloud.dataproc.v1.JobStatus status = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Dataproc\V1\JobStatus
|
Returns | |
---|---|
Type | Description |
$this |
getOperationType
Output only. Operation type.
Generated from protobuf field string operation_type = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
string |
setOperationType
Output only. Operation type.
Generated from protobuf field string operation_type = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getStartTime
Output only. Job submission time.
Generated from protobuf field .google.protobuf.Timestamp start_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasStartTime
clearStartTime
setStartTime
Output only. Job submission time.
Generated from protobuf field .google.protobuf.Timestamp start_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |