Represents a JobController
Inheritance
$protobuf.rpc.Service > protos.google.cloud.dataproc.v1.JobControllerPackage
@google-cloud/dataproc!Constructors
(constructor)(rpcImpl, requestDelimited, responseDelimited)
constructor(rpcImpl: $protobuf.RPCImpl, requestDelimited?: boolean, responseDelimited?: boolean);
Constructs a new JobController service.
Name | Description |
rpcImpl |
$protobuf.RPCImpl
RPC implementation |
requestDelimited |
boolean
Whether requests are length-delimited |
responseDelimited |
boolean
Whether responses are length-delimited |
Methods
cancelJob(request, callback)
public cancelJob(request: google.cloud.dataproc.v1.ICancelJobRequest, callback: google.cloud.dataproc.v1.JobController.CancelJobCallback): void;
Calls CancelJob.
Name | Description |
request |
ICancelJobRequest
CancelJobRequest message or plain object |
callback |
google.cloud.dataproc.v1.JobController.CancelJobCallback
Node-style callback called with the error, if any, and Job |
Type | Description |
void |
cancelJob(request)
public cancelJob(request: google.cloud.dataproc.v1.ICancelJobRequest): Promise<google.cloud.dataproc.v1.Job>;
Calls CancelJob.
Name | Description |
request |
ICancelJobRequest
CancelJobRequest message or plain object |
Type | Description |
Promise<google.cloud.dataproc.v1.Job> | Promise |
create(rpcImpl, requestDelimited, responseDelimited)
public static create(rpcImpl: $protobuf.RPCImpl, requestDelimited?: boolean, responseDelimited?: boolean): JobController;
Creates new JobController service using the specified rpc implementation.
Name | Description |
rpcImpl |
$protobuf.RPCImpl
RPC implementation |
requestDelimited |
boolean
Whether requests are length-delimited |
responseDelimited |
boolean
Whether responses are length-delimited |
Type | Description |
JobController | RPC service. Useful where requests and/or responses are streamed. |
deleteJob(request, callback)
public deleteJob(request: google.cloud.dataproc.v1.IDeleteJobRequest, callback: google.cloud.dataproc.v1.JobController.DeleteJobCallback): void;
Calls DeleteJob.
Name | Description |
request |
google.cloud.dataproc.v1.IDeleteJobRequest
DeleteJobRequest message or plain object |
callback |
google.cloud.dataproc.v1.JobController.DeleteJobCallback
Node-style callback called with the error, if any, and Empty |
Type | Description |
void |
deleteJob(request)
public deleteJob(request: google.cloud.dataproc.v1.IDeleteJobRequest): Promise<google.protobuf.Empty>;
Calls DeleteJob.
Name | Description |
request |
google.cloud.dataproc.v1.IDeleteJobRequest
DeleteJobRequest message or plain object |
Type | Description |
Promise<google.protobuf.Empty> | Promise |
getJob(request, callback)
public getJob(request: google.cloud.dataproc.v1.IGetJobRequest, callback: google.cloud.dataproc.v1.JobController.GetJobCallback): void;
Calls GetJob.
Name | Description |
request |
google.cloud.dataproc.v1.IGetJobRequest
GetJobRequest message or plain object |
callback |
google.cloud.dataproc.v1.JobController.GetJobCallback
Node-style callback called with the error, if any, and Job |
Type | Description |
void |
getJob(request)
public getJob(request: google.cloud.dataproc.v1.IGetJobRequest): Promise<google.cloud.dataproc.v1.Job>;
Calls GetJob.
Name | Description |
request |
google.cloud.dataproc.v1.IGetJobRequest
GetJobRequest message or plain object |
Type | Description |
Promise<google.cloud.dataproc.v1.Job> | Promise |
listJobs(request, callback)
public listJobs(request: google.cloud.dataproc.v1.IListJobsRequest, callback: google.cloud.dataproc.v1.JobController.ListJobsCallback): void;
Calls ListJobs.
Name | Description |
request |
IListJobsRequest
ListJobsRequest message or plain object |
callback |
google.cloud.dataproc.v1.JobController.ListJobsCallback
Node-style callback called with the error, if any, and ListJobsResponse |
Type | Description |
void |
listJobs(request)
public listJobs(request: google.cloud.dataproc.v1.IListJobsRequest): Promise<google.cloud.dataproc.v1.ListJobsResponse>;
Calls ListJobs.
Name | Description |
request |
IListJobsRequest
ListJobsRequest message or plain object |
Type | Description |
Promise<google.cloud.dataproc.v1.ListJobsResponse> | Promise |
submitJob(request, callback)
public submitJob(request: google.cloud.dataproc.v1.ISubmitJobRequest, callback: google.cloud.dataproc.v1.JobController.SubmitJobCallback): void;
Calls SubmitJob.
Name | Description |
request |
google.cloud.dataproc.v1.ISubmitJobRequest
SubmitJobRequest message or plain object |
callback |
google.cloud.dataproc.v1.JobController.SubmitJobCallback
Node-style callback called with the error, if any, and Job |
Type | Description |
void |
submitJob(request)
public submitJob(request: google.cloud.dataproc.v1.ISubmitJobRequest): Promise<google.cloud.dataproc.v1.Job>;
Calls SubmitJob.
Name | Description |
request |
google.cloud.dataproc.v1.ISubmitJobRequest
SubmitJobRequest message or plain object |
Type | Description |
Promise<google.cloud.dataproc.v1.Job> | Promise |
submitJobAsOperation(request, callback)
public submitJobAsOperation(request: google.cloud.dataproc.v1.ISubmitJobRequest, callback: google.cloud.dataproc.v1.JobController.SubmitJobAsOperationCallback): void;
Calls SubmitJobAsOperation.
Name | Description |
request |
google.cloud.dataproc.v1.ISubmitJobRequest
SubmitJobRequest message or plain object |
callback |
google.cloud.dataproc.v1.JobController.SubmitJobAsOperationCallback
Node-style callback called with the error, if any, and Operation |
Type | Description |
void |
submitJobAsOperation(request)
public submitJobAsOperation(request: google.cloud.dataproc.v1.ISubmitJobRequest): Promise<google.longrunning.Operation>;
Calls SubmitJobAsOperation.
Name | Description |
request |
google.cloud.dataproc.v1.ISubmitJobRequest
SubmitJobRequest message or plain object |
Type | Description |
Promise<google.longrunning.Operation> | Promise |
updateJob(request, callback)
public updateJob(request: google.cloud.dataproc.v1.IUpdateJobRequest, callback: google.cloud.dataproc.v1.JobController.UpdateJobCallback): void;
Calls UpdateJob.
Name | Description |
request |
IUpdateJobRequest
UpdateJobRequest message or plain object |
callback |
google.cloud.dataproc.v1.JobController.UpdateJobCallback
Node-style callback called with the error, if any, and Job |
Type | Description |
void |
updateJob(request)
public updateJob(request: google.cloud.dataproc.v1.IUpdateJobRequest): Promise<google.cloud.dataproc.v1.Job>;
Calls UpdateJob.
Name | Description |
request |
IUpdateJobRequest
UpdateJobRequest message or plain object |
Type | Description |
Promise<google.cloud.dataproc.v1.Job> | Promise |