Constructor
new JobControllerClient(optionsopt)
Construct an instance of JobControllerClient.
Parameters:
| Name | Type | Attributes | Description | ||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
object |
<optional> |
The configuration object. See the subsequent parameters for more details. Properties
|
Members
(static) apiEndpoint
The DNS address for this API service - same as servicePath(), exists for compatibility reasons.
(static) port
The port for this API service.
(static) scopes
The scopes needed to make gRPC calls for every method defined in this service.
(static) servicePath
The DNS address for this API service.
Methods
cancelJob(request, optionsopt) → {Promise}
Starts a job cancellation request. To access the job resource after cancellation, call regions/{region}/jobs.list or regions/{region}/jobs.get.
Parameters:
| Name | Type | Attributes | Description | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
request |
Object |
The request object that will be sent. Properties
|
|||||||||||||
options |
object |
<optional> |
Call options. See CallOptions for more details. |
(async) checkSubmitJobAsOperationProgress(name) → {Promise}
Check the status of the long running operation returned by the submitJobAsOperation() method.
Parameters:
| Name | Type | Description |
|---|---|---|
name |
String |
The operation name that will be passed. |
close()
Terminate the GRPC channel and close the client.
The client will no longer be usable and all future behavior is undefined.
deleteJob(request, optionsopt) → {Promise}
Deletes the job from the project. If the job is active, the delete fails,
and the response returns FAILED_PRECONDITION.
Parameters:
| Name | Type | Attributes | Description | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
request |
Object |
The request object that will be sent. Properties
|
|||||||||||||
options |
object |
<optional> |
Call options. See CallOptions for more details. |
getJob(request, optionsopt) → {Promise}
Gets the resource representation for a job in a project.
Parameters:
| Name | Type | Attributes | Description | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
request |
Object |
The request object that will be sent. Properties
|
|||||||||||||
options |
object |
<optional> |
Call options. See CallOptions for more details. |
getProjectId(callback)
Return the project ID used by this class.
Parameters:
| Name | Type | Description |
|---|---|---|
callback |
function |
the callback to be called with the current project Id. |
initialize() → {Promise}
Initialize the client. Performs asynchronous operations (such as authentication) and prepares the client. This function will be called automatically when any class method is called for the first time, but if you need to initialize it before calling an actual method, feel free to call initialize() directly.
You can await on this method if you want to make sure the client is initialized.
listJobs(request, optionsopt) → {Promise}
Lists regions/{region}/jobs in a project.
Parameters:
| Name | Type | Attributes | Description | ||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
request |
Object |
The request object that will be sent. Properties
|
|||||||||||||||||||||||||||||||||
options |
object |
<optional> |
Call options. See CallOptions for more details. |
listJobsAsync(request, optionsopt) → {Object}
Equivalent to listJobs, but returns an iterable object.
for-await-of syntax is used with the iterable to recursively get response element on-demand.
Parameters:
| Name | Type | Attributes | Description | ||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
request |
Object |
The request object that will be sent. Properties
|
|||||||||||||||||||||||||||||||||
options |
object |
<optional> |
Call options. See CallOptions for more details. |
listJobsStream(request, optionsopt) → {Stream}
Equivalent to listJobs, but returns a NodeJS Stream object.
This fetches the paged responses for listJobs continuously and invokes the callback registered for 'data' event for each element in the responses.
The returned object has 'end' method when no more elements are required.
autoPaginate option will be ignored.
Parameters:
| Name | Type | Attributes | Description | ||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
request |
Object |
The request object that will be sent. Properties
|
|||||||||||||||||||||||||||||||||
options |
object |
<optional> |
Call options. See CallOptions for more details. |
matchAutoscalingPolicyFromProjectLocationAutoscalingPolicyName(projectLocationAutoscalingPolicyName) → {string}
Parse the autoscaling_policy from ProjectLocationAutoscalingPolicy resource.
Parameters:
| Name | Type | Description |
|---|---|---|
projectLocationAutoscalingPolicyName |
string |
A fully-qualified path representing project_location_autoscaling_policy resource. |
matchAutoscalingPolicyFromProjectRegionAutoscalingPolicyName(projectRegionAutoscalingPolicyName) → {string}
Parse the autoscaling_policy from ProjectRegionAutoscalingPolicy resource.
Parameters:
| Name | Type | Description |
|---|---|---|
projectRegionAutoscalingPolicyName |
string |
A fully-qualified path representing project_region_autoscaling_policy resource. |
matchLocationFromProjectLocationAutoscalingPolicyName(projectLocationAutoscalingPolicyName) → {string}
Parse the location from ProjectLocationAutoscalingPolicy resource.
Parameters:
| Name | Type | Description |
|---|---|---|
projectLocationAutoscalingPolicyName |
string |
A fully-qualified path representing project_location_autoscaling_policy resource. |
matchLocationFromProjectLocationWorkflowTemplateName(projectLocationWorkflowTemplateName) → {string}
Parse the location from ProjectLocationWorkflowTemplate resource.
Parameters:
| Name | Type | Description |
|---|---|---|
projectLocationWorkflowTemplateName |
string |
A fully-qualified path representing project_location_workflow_template resource. |
matchProjectFromProjectLocationAutoscalingPolicyName(projectLocationAutoscalingPolicyName) → {string}
Parse the project from ProjectLocationAutoscalingPolicy resource.
Parameters:
| Name | Type | Description |
|---|---|---|
projectLocationAutoscalingPolicyName |
string |
A fully-qualified path representing project_location_autoscaling_policy resource. |
matchProjectFromProjectLocationWorkflowTemplateName(projectLocationWorkflowTemplateName) → {string}
Parse the project from ProjectLocationWorkflowTemplate resource.
Parameters:
| Name | Type | Description |
|---|---|---|
projectLocationWorkflowTemplateName |
string |
A fully-qualified path representing project_location_workflow_template resource. |
matchProjectFromProjectRegionAutoscalingPolicyName(projectRegionAutoscalingPolicyName) → {string}
Parse the project from ProjectRegionAutoscalingPolicy resource.
Parameters:
| Name | Type | Description |
|---|---|---|
projectRegionAutoscalingPolicyName |
string |
A fully-qualified path representing project_region_autoscaling_policy resource. |
matchProjectFromProjectRegionWorkflowTemplateName(projectRegionWorkflowTemplateName) → {string}
Parse the project from ProjectRegionWorkflowTemplate resource.
Parameters:
| Name | Type | Description |
|---|---|---|
projectRegionWorkflowTemplateName |
string |
A fully-qualified path representing project_region_workflow_template resource. |
matchRegionFromProjectRegionAutoscalingPolicyName(projectRegionAutoscalingPolicyName) → {string}
Parse the region from ProjectRegionAutoscalingPolicy resource.
Parameters:
| Name | Type | Description |
|---|---|---|
projectRegionAutoscalingPolicyName |
string |
A fully-qualified path representing project_region_autoscaling_policy resource. |
matchRegionFromProjectRegionWorkflowTemplateName(projectRegionWorkflowTemplateName) → {string}
Parse the region from ProjectRegionWorkflowTemplate resource.
Parameters:
| Name | Type | Description |
|---|---|---|
projectRegionWorkflowTemplateName |
string |
A fully-qualified path representing project_region_workflow_template resource. |
matchWorkflowTemplateFromProjectLocationWorkflowTemplateName(projectLocationWorkflowTemplateName) → {string}
Parse the workflow_template from ProjectLocationWorkflowTemplate resource.
Parameters:
| Name | Type | Description |
|---|---|---|
projectLocationWorkflowTemplateName |
string |
A fully-qualified path representing project_location_workflow_template resource. |
matchWorkflowTemplateFromProjectRegionWorkflowTemplateName(projectRegionWorkflowTemplateName) → {string}
Parse the workflow_template from ProjectRegionWorkflowTemplate resource.
Parameters:
| Name | Type | Description |
|---|---|---|
projectRegionWorkflowTemplateName |
string |
A fully-qualified path representing project_region_workflow_template resource. |
projectLocationAutoscalingPolicyPath(project, location, autoscaling_policy) → {string}
Return a fully-qualified projectLocationAutoscalingPolicy resource name string.
Parameters:
| Name | Type | Description |
|---|---|---|
project |
string | |
location |
string | |
autoscaling_policy |
string |
projectLocationWorkflowTemplatePath(project, location, workflow_template) → {string}
Return a fully-qualified projectLocationWorkflowTemplate resource name string.
Parameters:
| Name | Type | Description |
|---|---|---|
project |
string | |
location |
string | |
workflow_template |
string |
projectRegionAutoscalingPolicyPath(project, region, autoscaling_policy) → {string}
Return a fully-qualified projectRegionAutoscalingPolicy resource name string.
Parameters:
| Name | Type | Description |
|---|---|---|
project |
string | |
region |
string | |
autoscaling_policy |
string |
projectRegionWorkflowTemplatePath(project, region, workflow_template) → {string}
Return a fully-qualified projectRegionWorkflowTemplate resource name string.
Parameters:
| Name | Type | Description |
|---|---|---|
project |
string | |
region |
string | |
workflow_template |
string |
submitJob(request, optionsopt) → {Promise}
Submits a job to a cluster.
Parameters:
| Name | Type | Attributes | Description | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
request |
Object |
The request object that will be sent. Properties
|
|||||||||||||||||||||
options |
object |
<optional> |
Call options. See CallOptions for more details. |
submitJobAsOperation(request, optionsopt) → {Promise}
Submits job to a cluster.
Parameters:
| Name | Type | Attributes | Description | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
request |
Object |
The request object that will be sent. Properties
|
|||||||||||||||||||||
options |
object |
<optional> |
Call options. See CallOptions for more details. |
updateJob(request, optionsopt) → {Promise}
Updates a job in a project.
Parameters:
| Name | Type | Attributes | Description | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
request |
Object |
The request object that will be sent. Properties
|
|||||||||||||||||||
options |
object |
<optional> |
Call options. See CallOptions for more details. |