Constructor
new ClusterControllerClient(optionsopt)
Construct an instance of ClusterControllerClient.
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
(async) checkCreateClusterProgress(name) → {Promise}
Check the status of the long running operation returned by the createCluster() method.
Parameters:
| Name | Type | Description |
|---|---|---|
name |
String |
The operation name that will be passed. |
(async) checkDeleteClusterProgress(name) → {Promise}
Check the status of the long running operation returned by the deleteCluster() method.
Parameters:
| Name | Type | Description |
|---|---|---|
name |
String |
The operation name that will be passed. |
(async) checkDiagnoseClusterProgress(name) → {Promise}
Check the status of the long running operation returned by the diagnoseCluster() method.
Parameters:
| Name | Type | Description |
|---|---|---|
name |
String |
The operation name that will be passed. |
(async) checkUpdateClusterProgress(name) → {Promise}
Check the status of the long running operation returned by the updateCluster() 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.
createCluster(request, optionsopt) → {Promise}
Creates a cluster in a project. The returned Operation.metadata will be ClusterOperationMetadata.
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. |
deleteCluster(request, optionsopt) → {Promise}
Deletes a cluster in a project. The returned Operation.metadata will be ClusterOperationMetadata.
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. |
diagnoseCluster(request, optionsopt) → {Promise}
Gets cluster diagnostic information. The returned Operation.metadata will be ClusterOperationMetadata. After the operation completes, Operation.response contains Empty.
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. |
getCluster(request, optionsopt) → {Promise}
Gets the resource representation for a cluster 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.
listClusters(request, optionsopt) → {Promise}
Lists all regions/{region}/clusters in a project alphabetically.
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. |
listClustersAsync(request, optionsopt) → {Object}
Equivalent to listClusters, 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. |
listClustersStream(request, optionsopt) → {Stream}
Equivalent to listClusters, but returns a NodeJS Stream object.
This fetches the paged responses for listClusters 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 |
updateCluster(request, optionsopt) → {Promise}
Updates a cluster in a project. The returned Operation.metadata will be ClusterOperationMetadata.
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. |