Represents a Job.
Package
@google-cloud/dataproc!Constructors
(constructor)(properties)
constructor(properties?: google.cloud.dataproc.v1beta2.IJob);
Constructs a new Job.
Name | Description |
properties |
IJob
Properties to set |
Properties
done
public done: boolean;
Job done.
Type | Description |
boolean |
driverControlFilesUri
public driverControlFilesUri: string;
Job driverControlFilesUri.
Type | Description |
string |
driverOutputResourceUri
public driverOutputResourceUri: string;
Job driverOutputResourceUri.
Type | Description |
string |
hadoopJob
public hadoopJob?: (google.cloud.dataproc.v1beta2.IHadoopJob|null);
Job hadoopJob.
Type | Description |
(google.cloud.dataproc.v1beta2.IHadoopJob|null) |
hiveJob
public hiveJob?: (google.cloud.dataproc.v1beta2.IHiveJob|null);
Job hiveJob.
Type | Description |
(google.cloud.dataproc.v1beta2.IHiveJob|null) |
jobUuid
public jobUuid: string;
Job jobUuid.
Type | Description |
string |
labels
public labels: { [k: string]: string };
Job labels.
Type | Description |
{ [k: string]: string } |
pigJob
public pigJob?: (google.cloud.dataproc.v1beta2.IPigJob|null);
Job pigJob.
Type | Description |
(google.cloud.dataproc.v1beta2.IPigJob|null) |
placement
public placement?: (google.cloud.dataproc.v1beta2.IJobPlacement|null);
Job placement.
Type | Description |
(google.cloud.dataproc.v1beta2.IJobPlacement|null) |
prestoJob
public prestoJob?: (google.cloud.dataproc.v1beta2.IPrestoJob|null);
Job prestoJob.
Type | Description |
(google.cloud.dataproc.v1beta2.IPrestoJob|null) |
pysparkJob
public pysparkJob?: (google.cloud.dataproc.v1beta2.IPySparkJob|null);
Job pysparkJob.
Type | Description |
(google.cloud.dataproc.v1beta2.IPySparkJob|null) |
reference
public reference?: (google.cloud.dataproc.v1beta2.IJobReference|null);
Job reference.
Type | Description |
(google.cloud.dataproc.v1beta2.IJobReference|null) |
scheduling
public scheduling?: (google.cloud.dataproc.v1beta2.IJobScheduling|null);
Job scheduling.
Type | Description |
(google.cloud.dataproc.v1beta2.IJobScheduling|null) |
sparkJob
public sparkJob?: (google.cloud.dataproc.v1beta2.ISparkJob|null);
Job sparkJob.
Type | Description |
(google.cloud.dataproc.v1beta2.ISparkJob|null) |
sparkRJob
public sparkRJob?: (google.cloud.dataproc.v1beta2.ISparkRJob|null);
Job sparkRJob.
Type | Description |
(google.cloud.dataproc.v1beta2.ISparkRJob|null) |
sparkSqlJob
public sparkSqlJob?: (google.cloud.dataproc.v1beta2.ISparkSqlJob|null);
Job sparkSqlJob.
Type | Description |
(google.cloud.dataproc.v1beta2.ISparkSqlJob|null) |
status
public status?: (google.cloud.dataproc.v1beta2.IJobStatus|null);
Job status.
Type | Description |
(google.cloud.dataproc.v1beta2.IJobStatus|null) |
statusHistory
public statusHistory: google.cloud.dataproc.v1beta2.IJobStatus[];
Job statusHistory.
Type | Description |
google.cloud.dataproc.v1beta2.IJobStatus[] |
submittedBy
public submittedBy: string;
Job submittedBy.
Type | Description |
string |
typeJob
public typeJob?: ("hadoopJob"|"sparkJob"|"pysparkJob"|"hiveJob"|"pigJob"|"sparkRJob"|"sparkSqlJob"|"prestoJob");
Job typeJob.
Type | Description |
("hadoopJob"|"sparkJob"|"pysparkJob"|"hiveJob"|"pigJob"|"sparkRJob"|"sparkSqlJob"|"prestoJob") |
yarnApplications
public yarnApplications: google.cloud.dataproc.v1beta2.IYarnApplication[];
Job yarnApplications.
Type | Description |
google.cloud.dataproc.v1beta2.IYarnApplication[] |
Methods
create(properties)
public static create(properties?: google.cloud.dataproc.v1beta2.IJob): google.cloud.dataproc.v1beta2.Job;
Creates a new Job instance using the specified properties.
Name | Description |
properties |
IJob
Properties to set |
Type | Description |
google.cloud.dataproc.v1beta2.Job | Job instance |
decode(reader, length)
public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.dataproc.v1beta2.Job;
Decodes a Job message from the specified reader or buffer.
Name | Description |
reader |
($protobuf.Reader|Uint8Array)
Reader or buffer to decode from |
length |
number
Message length if known beforehand |
Type | Description |
google.cloud.dataproc.v1beta2.Job | Job |
decodeDelimited(reader)
public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.dataproc.v1beta2.Job;
Decodes a Job message from the specified reader or buffer, length delimited.
Name | Description |
reader |
($protobuf.Reader|Uint8Array)
Reader or buffer to decode from |
Type | Description |
google.cloud.dataproc.v1beta2.Job | Job |
encode(message, writer)
public static encode(message: google.cloud.dataproc.v1beta2.IJob, writer?: $protobuf.Writer): $protobuf.Writer;
Encodes the specified Job message. Does not implicitly messages.
Name | Description |
message |
IJob
Job message or plain object to encode |
writer |
$protobuf.Writer
Writer to encode to |
Type | Description |
$protobuf.Writer | Writer |
encodeDelimited(message, writer)
public static encodeDelimited(message: google.cloud.dataproc.v1beta2.IJob, writer?: $protobuf.Writer): $protobuf.Writer;
Encodes the specified Job message, length delimited. Does not implicitly messages.
Name | Description |
message |
IJob
Job message or plain object to encode |
writer |
$protobuf.Writer
Writer to encode to |
Type | Description |
$protobuf.Writer | Writer |
fromObject(object)
public static fromObject(object: { [k: string]: any }): google.cloud.dataproc.v1beta2.Job;
Creates a Job message from a plain object. Also converts values to their respective internal types.
Name | Description |
object |
{ [k: string]: any }
Plain object |
Type | Description |
google.cloud.dataproc.v1beta2.Job | Job |
toJSON()
public toJSON(): { [k: string]: any };
Converts this Job to JSON.
Type | Description |
{ [k: string]: any } | JSON object |
toObject(message, options)
public static toObject(message: google.cloud.dataproc.v1beta2.Job, options?: $protobuf.IConversionOptions): { [k: string]: any };
Creates a plain object from a Job message. Also converts values to other types if specified.
Name | Description |
message |
google.cloud.dataproc.v1beta2.Job
Job |
options |
$protobuf.IConversionOptions
Conversion options |
Type | Description |
{ [k: string]: any } | Plain object |
verify(message)
public static verify(message: { [k: string]: any }): (string|null);
Verifies a Job message.
Name | Description |
message |
{ [k: string]: any }
Plain object to verify |
Type | Description |
(string|null) |
|