Class protos.google.container.v1beta1.ClusterManager (5.10.0)

Represents a ClusterManager

Inheritance

$protobuf.rpc.Service > protos.google.container.v1beta1.ClusterManager

Package

@google-cloud/container

Constructors

(constructor)(rpcImpl, requestDelimited, responseDelimited)

constructor(rpcImpl: $protobuf.RPCImpl, requestDelimited?: boolean, responseDelimited?: boolean);

Constructs a new ClusterManager service.

Parameters
NameDescription
rpcImpl $protobuf.RPCImpl

RPC implementation

requestDelimited boolean

Whether requests are length-delimited

responseDelimited boolean

Whether responses are length-delimited

Methods

cancelOperation(request, callback)

public cancelOperation(request: google.container.v1beta1.ICancelOperationRequest, callback: google.container.v1beta1.ClusterManager.CancelOperationCallback): void;

Calls CancelOperation.

Parameters
NameDescription
request ICancelOperationRequest

CancelOperationRequest message or plain object

callback CancelOperationCallback

Node-style callback called with the error, if any, and Empty

Returns
TypeDescription
void

cancelOperation(request)

public cancelOperation(request: google.container.v1beta1.ICancelOperationRequest): Promise<google.protobuf.Empty>;

Calls CancelOperation.

Parameter
NameDescription
request ICancelOperationRequest

CancelOperationRequest message or plain object

Returns
TypeDescription
Promise<google.protobuf.Empty>

Promise

checkAutopilotCompatibility(request, callback)

public checkAutopilotCompatibility(request: google.container.v1beta1.ICheckAutopilotCompatibilityRequest, callback: google.container.v1beta1.ClusterManager.CheckAutopilotCompatibilityCallback): void;

Calls CheckAutopilotCompatibility.

Parameters
NameDescription
request ICheckAutopilotCompatibilityRequest

CheckAutopilotCompatibilityRequest message or plain object

callback CheckAutopilotCompatibilityCallback

Node-style callback called with the error, if any, and CheckAutopilotCompatibilityResponse

Returns
TypeDescription
void

checkAutopilotCompatibility(request)

public checkAutopilotCompatibility(request: google.container.v1beta1.ICheckAutopilotCompatibilityRequest): Promise<google.container.v1beta1.CheckAutopilotCompatibilityResponse>;

Calls CheckAutopilotCompatibility.

Parameter
NameDescription
request ICheckAutopilotCompatibilityRequest

CheckAutopilotCompatibilityRequest message or plain object

Returns
TypeDescription
Promise<google.container.v1beta1.CheckAutopilotCompatibilityResponse>

Promise

completeIPRotation(request, callback)

public completeIPRotation(request: google.container.v1beta1.ICompleteIPRotationRequest, callback: google.container.v1beta1.ClusterManager.CompleteIPRotationCallback): void;

Calls CompleteIPRotation.

Parameters
NameDescription
request ICompleteIPRotationRequest

CompleteIPRotationRequest message or plain object

callback CompleteIPRotationCallback

Node-style callback called with the error, if any, and Operation

Returns
TypeDescription
void

completeIPRotation(request)

public completeIPRotation(request: google.container.v1beta1.ICompleteIPRotationRequest): Promise<google.container.v1beta1.Operation>;

Calls CompleteIPRotation.

Parameter
NameDescription
request ICompleteIPRotationRequest

CompleteIPRotationRequest message or plain object

Returns
TypeDescription
Promise<google.container.v1beta1.Operation>

Promise

completeNodePoolUpgrade(request, callback)

public completeNodePoolUpgrade(request: google.container.v1beta1.ICompleteNodePoolUpgradeRequest, callback: google.container.v1beta1.ClusterManager.CompleteNodePoolUpgradeCallback): void;

Calls CompleteNodePoolUpgrade.

Parameters
NameDescription
request ICompleteNodePoolUpgradeRequest

CompleteNodePoolUpgradeRequest message or plain object

callback CompleteNodePoolUpgradeCallback

Node-style callback called with the error, if any, and Empty

Returns
TypeDescription
void

completeNodePoolUpgrade(request)

public completeNodePoolUpgrade(request: google.container.v1beta1.ICompleteNodePoolUpgradeRequest): Promise<google.protobuf.Empty>;

Calls CompleteNodePoolUpgrade.

Parameter
NameDescription
request ICompleteNodePoolUpgradeRequest

CompleteNodePoolUpgradeRequest message or plain object

Returns
TypeDescription
Promise<google.protobuf.Empty>

Promise

create(rpcImpl, requestDelimited, responseDelimited)

public static create(rpcImpl: $protobuf.RPCImpl, requestDelimited?: boolean, responseDelimited?: boolean): ClusterManager;

Creates new ClusterManager service using the specified rpc implementation.

Parameters
NameDescription
rpcImpl $protobuf.RPCImpl

RPC implementation

requestDelimited boolean

Whether requests are length-delimited

responseDelimited boolean

Whether responses are length-delimited

Returns
TypeDescription
ClusterManager

RPC service. Useful where requests and/or responses are streamed.

createCluster(request, callback)

public createCluster(request: google.container.v1beta1.ICreateClusterRequest, callback: google.container.v1beta1.ClusterManager.CreateClusterCallback): void;

Calls CreateCluster.

Parameters
NameDescription
request ICreateClusterRequest

CreateClusterRequest message or plain object

callback CreateClusterCallback

Node-style callback called with the error, if any, and Operation

Returns
TypeDescription
void

createCluster(request)

public createCluster(request: google.container.v1beta1.ICreateClusterRequest): Promise<google.container.v1beta1.Operation>;

Calls CreateCluster.

Parameter
NameDescription
request ICreateClusterRequest

CreateClusterRequest message or plain object

Returns
TypeDescription
Promise<google.container.v1beta1.Operation>

Promise

createNodePool(request, callback)

public createNodePool(request: google.container.v1beta1.ICreateNodePoolRequest, callback: google.container.v1beta1.ClusterManager.CreateNodePoolCallback): void;

Calls CreateNodePool.

Parameters
NameDescription
request ICreateNodePoolRequest

CreateNodePoolRequest message or plain object

callback CreateNodePoolCallback

Node-style callback called with the error, if any, and Operation

Returns
TypeDescription
void

createNodePool(request)

public createNodePool(request: google.container.v1beta1.ICreateNodePoolRequest): Promise<google.container.v1beta1.Operation>;

Calls CreateNodePool.

Parameter
NameDescription
request ICreateNodePoolRequest

CreateNodePoolRequest message or plain object

Returns
TypeDescription
Promise<google.container.v1beta1.Operation>

Promise

deleteCluster(request, callback)

public deleteCluster(request: google.container.v1beta1.IDeleteClusterRequest, callback: google.container.v1beta1.ClusterManager.DeleteClusterCallback): void;

Calls DeleteCluster.

Parameters
NameDescription
request IDeleteClusterRequest

DeleteClusterRequest message or plain object

callback DeleteClusterCallback

Node-style callback called with the error, if any, and Operation

Returns
TypeDescription
void

deleteCluster(request)

public deleteCluster(request: google.container.v1beta1.IDeleteClusterRequest): Promise<google.container.v1beta1.Operation>;

Calls DeleteCluster.

Parameter
NameDescription
request IDeleteClusterRequest

DeleteClusterRequest message or plain object

Returns
TypeDescription
Promise<google.container.v1beta1.Operation>

Promise

deleteNodePool(request, callback)

public deleteNodePool(request: google.container.v1beta1.IDeleteNodePoolRequest, callback: google.container.v1beta1.ClusterManager.DeleteNodePoolCallback): void;

Calls DeleteNodePool.

Parameters
NameDescription
request IDeleteNodePoolRequest

DeleteNodePoolRequest message or plain object

callback DeleteNodePoolCallback

Node-style callback called with the error, if any, and Operation

Returns
TypeDescription
void

deleteNodePool(request)

public deleteNodePool(request: google.container.v1beta1.IDeleteNodePoolRequest): Promise<google.container.v1beta1.Operation>;

Calls DeleteNodePool.

Parameter
NameDescription
request IDeleteNodePoolRequest

DeleteNodePoolRequest message or plain object

Returns
TypeDescription
Promise<google.container.v1beta1.Operation>

Promise

getCluster(request, callback)

public getCluster(request: google.container.v1beta1.IGetClusterRequest, callback: google.container.v1beta1.ClusterManager.GetClusterCallback): void;

Calls GetCluster.

Parameters
NameDescription
request IGetClusterRequest

GetClusterRequest message or plain object

callback GetClusterCallback

Node-style callback called with the error, if any, and Cluster

Returns
TypeDescription
void

getCluster(request)

public getCluster(request: google.container.v1beta1.IGetClusterRequest): Promise<google.container.v1beta1.Cluster>;

Calls GetCluster.

Parameter
NameDescription
request IGetClusterRequest

GetClusterRequest message or plain object

Returns
TypeDescription
Promise<google.container.v1beta1.Cluster>

Promise

getJSONWebKeys(request, callback)

public getJSONWebKeys(request: google.container.v1beta1.IGetJSONWebKeysRequest, callback: google.container.v1beta1.ClusterManager.GetJSONWebKeysCallback): void;

Calls GetJSONWebKeys.

Parameters
NameDescription
request IGetJSONWebKeysRequest

GetJSONWebKeysRequest message or plain object

callback GetJSONWebKeysCallback

Node-style callback called with the error, if any, and GetJSONWebKeysResponse

Returns
TypeDescription
void

getJSONWebKeys(request)

public getJSONWebKeys(request: google.container.v1beta1.IGetJSONWebKeysRequest): Promise<google.container.v1beta1.GetJSONWebKeysResponse>;

Calls GetJSONWebKeys.

Parameter
NameDescription
request IGetJSONWebKeysRequest

GetJSONWebKeysRequest message or plain object

Returns
TypeDescription
Promise<google.container.v1beta1.GetJSONWebKeysResponse>

Promise

getNodePool(request, callback)

public getNodePool(request: google.container.v1beta1.IGetNodePoolRequest, callback: google.container.v1beta1.ClusterManager.GetNodePoolCallback): void;

Calls GetNodePool.

Parameters
NameDescription
request IGetNodePoolRequest

GetNodePoolRequest message or plain object

callback GetNodePoolCallback

Node-style callback called with the error, if any, and NodePool

Returns
TypeDescription
void

getNodePool(request)

public getNodePool(request: google.container.v1beta1.IGetNodePoolRequest): Promise<google.container.v1beta1.NodePool>;

Calls GetNodePool.

Parameter
NameDescription
request IGetNodePoolRequest

GetNodePoolRequest message or plain object

Returns
TypeDescription
Promise<google.container.v1beta1.NodePool>

Promise

getOperation(request, callback)

public getOperation(request: google.container.v1beta1.IGetOperationRequest, callback: google.container.v1beta1.ClusterManager.GetOperationCallback): void;

Calls GetOperation.

Parameters
NameDescription
request IGetOperationRequest

GetOperationRequest message or plain object

callback GetOperationCallback

Node-style callback called with the error, if any, and Operation

Returns
TypeDescription
void

getOperation(request)

public getOperation(request: google.container.v1beta1.IGetOperationRequest): Promise<google.container.v1beta1.Operation>;

Calls GetOperation.

Parameter
NameDescription
request IGetOperationRequest

GetOperationRequest message or plain object

Returns
TypeDescription
Promise<google.container.v1beta1.Operation>

Promise

getServerConfig(request, callback)

public getServerConfig(request: google.container.v1beta1.IGetServerConfigRequest, callback: google.container.v1beta1.ClusterManager.GetServerConfigCallback): void;

Calls GetServerConfig.

Parameters
NameDescription
request IGetServerConfigRequest

GetServerConfigRequest message or plain object

callback GetServerConfigCallback

Node-style callback called with the error, if any, and ServerConfig

Returns
TypeDescription
void

getServerConfig(request)

public getServerConfig(request: google.container.v1beta1.IGetServerConfigRequest): Promise<google.container.v1beta1.ServerConfig>;

Calls GetServerConfig.

Parameter
NameDescription
request IGetServerConfigRequest

GetServerConfigRequest message or plain object

Returns
TypeDescription
Promise<google.container.v1beta1.ServerConfig>

Promise

listClusters(request, callback)

public listClusters(request: google.container.v1beta1.IListClustersRequest, callback: google.container.v1beta1.ClusterManager.ListClustersCallback): void;

Calls ListClusters.

Parameters
NameDescription
request IListClustersRequest

ListClustersRequest message or plain object

callback ListClustersCallback

Node-style callback called with the error, if any, and ListClustersResponse

Returns
TypeDescription
void

listClusters(request)

public listClusters(request: google.container.v1beta1.IListClustersRequest): Promise<google.container.v1beta1.ListClustersResponse>;

Calls ListClusters.

Parameter
NameDescription
request IListClustersRequest

ListClustersRequest message or plain object

Returns
TypeDescription
Promise<google.container.v1beta1.ListClustersResponse>

Promise

listLocations(request, callback)

public listLocations(request: google.container.v1beta1.IListLocationsRequest, callback: google.container.v1beta1.ClusterManager.ListLocationsCallback): void;

Calls ListLocations.

Parameters
NameDescription
request IListLocationsRequest

ListLocationsRequest message or plain object

callback ListLocationsCallback

Node-style callback called with the error, if any, and ListLocationsResponse

Returns
TypeDescription
void

listLocations(request)

public listLocations(request: google.container.v1beta1.IListLocationsRequest): Promise<google.container.v1beta1.ListLocationsResponse>;

Calls ListLocations.

Parameter
NameDescription
request IListLocationsRequest

ListLocationsRequest message or plain object

Returns
TypeDescription
Promise<google.container.v1beta1.ListLocationsResponse>

Promise

listNodePools(request, callback)

public listNodePools(request: google.container.v1beta1.IListNodePoolsRequest, callback: google.container.v1beta1.ClusterManager.ListNodePoolsCallback): void;

Calls ListNodePools.

Parameters
NameDescription
request IListNodePoolsRequest

ListNodePoolsRequest message or plain object

callback ListNodePoolsCallback

Node-style callback called with the error, if any, and ListNodePoolsResponse

Returns
TypeDescription
void

listNodePools(request)

public listNodePools(request: google.container.v1beta1.IListNodePoolsRequest): Promise<google.container.v1beta1.ListNodePoolsResponse>;

Calls ListNodePools.

Parameter
NameDescription
request IListNodePoolsRequest

ListNodePoolsRequest message or plain object

Returns
TypeDescription
Promise<google.container.v1beta1.ListNodePoolsResponse>

Promise

listOperations(request, callback)

public listOperations(request: google.container.v1beta1.IListOperationsRequest, callback: google.container.v1beta1.ClusterManager.ListOperationsCallback): void;

Calls ListOperations.

Parameters
NameDescription
request IListOperationsRequest

ListOperationsRequest message or plain object

callback ListOperationsCallback

Node-style callback called with the error, if any, and ListOperationsResponse

Returns
TypeDescription
void

listOperations(request)

public listOperations(request: google.container.v1beta1.IListOperationsRequest): Promise<google.container.v1beta1.ListOperationsResponse>;

Calls ListOperations.

Parameter
NameDescription
request IListOperationsRequest

ListOperationsRequest message or plain object

Returns
TypeDescription
Promise<google.container.v1beta1.ListOperationsResponse>

Promise

listUsableSubnetworks(request, callback)

public listUsableSubnetworks(request: google.container.v1beta1.IListUsableSubnetworksRequest, callback: google.container.v1beta1.ClusterManager.ListUsableSubnetworksCallback): void;

Calls ListUsableSubnetworks.

Parameters
NameDescription
request IListUsableSubnetworksRequest

ListUsableSubnetworksRequest message or plain object

callback ListUsableSubnetworksCallback

Node-style callback called with the error, if any, and ListUsableSubnetworksResponse

Returns
TypeDescription
void

listUsableSubnetworks(request)

public listUsableSubnetworks(request: google.container.v1beta1.IListUsableSubnetworksRequest): Promise<google.container.v1beta1.ListUsableSubnetworksResponse>;

Calls ListUsableSubnetworks.

Parameter
NameDescription
request IListUsableSubnetworksRequest

ListUsableSubnetworksRequest message or plain object

Returns
TypeDescription
Promise<google.container.v1beta1.ListUsableSubnetworksResponse>

Promise

rollbackNodePoolUpgrade(request, callback)

public rollbackNodePoolUpgrade(request: google.container.v1beta1.IRollbackNodePoolUpgradeRequest, callback: google.container.v1beta1.ClusterManager.RollbackNodePoolUpgradeCallback): void;

Calls RollbackNodePoolUpgrade.

Parameters
NameDescription
request IRollbackNodePoolUpgradeRequest

RollbackNodePoolUpgradeRequest message or plain object

callback RollbackNodePoolUpgradeCallback

Node-style callback called with the error, if any, and Operation

Returns
TypeDescription
void

rollbackNodePoolUpgrade(request)

public rollbackNodePoolUpgrade(request: google.container.v1beta1.IRollbackNodePoolUpgradeRequest): Promise<google.container.v1beta1.Operation>;

Calls RollbackNodePoolUpgrade.

Parameter
NameDescription
request IRollbackNodePoolUpgradeRequest

RollbackNodePoolUpgradeRequest message or plain object

Returns
TypeDescription
Promise<google.container.v1beta1.Operation>

Promise

setAddonsConfig(request, callback)

public setAddonsConfig(request: google.container.v1beta1.ISetAddonsConfigRequest, callback: google.container.v1beta1.ClusterManager.SetAddonsConfigCallback): void;

Calls SetAddonsConfig.

Parameters
NameDescription
request ISetAddonsConfigRequest

SetAddonsConfigRequest message or plain object

callback SetAddonsConfigCallback

Node-style callback called with the error, if any, and Operation

Returns
TypeDescription
void

setAddonsConfig(request)

public setAddonsConfig(request: google.container.v1beta1.ISetAddonsConfigRequest): Promise<google.container.v1beta1.Operation>;

Calls SetAddonsConfig.

Parameter
NameDescription
request ISetAddonsConfigRequest

SetAddonsConfigRequest message or plain object

Returns
TypeDescription
Promise<google.container.v1beta1.Operation>

Promise

setLabels(request, callback)

public setLabels(request: google.container.v1beta1.ISetLabelsRequest, callback: google.container.v1beta1.ClusterManager.SetLabelsCallback): void;

Calls SetLabels.

Parameters
NameDescription
request ISetLabelsRequest

SetLabelsRequest message or plain object

callback SetLabelsCallback

Node-style callback called with the error, if any, and Operation

Returns
TypeDescription
void

setLabels(request)

public setLabels(request: google.container.v1beta1.ISetLabelsRequest): Promise<google.container.v1beta1.Operation>;

Calls SetLabels.

Parameter
NameDescription
request ISetLabelsRequest

SetLabelsRequest message or plain object

Returns
TypeDescription
Promise<google.container.v1beta1.Operation>

Promise

setLegacyAbac(request, callback)

public setLegacyAbac(request: google.container.v1beta1.ISetLegacyAbacRequest, callback: google.container.v1beta1.ClusterManager.SetLegacyAbacCallback): void;

Calls SetLegacyAbac.

Parameters
NameDescription
request ISetLegacyAbacRequest

SetLegacyAbacRequest message or plain object

callback SetLegacyAbacCallback

Node-style callback called with the error, if any, and Operation

Returns
TypeDescription
void

setLegacyAbac(request)

public setLegacyAbac(request: google.container.v1beta1.ISetLegacyAbacRequest): Promise<google.container.v1beta1.Operation>;

Calls SetLegacyAbac.

Parameter
NameDescription
request ISetLegacyAbacRequest

SetLegacyAbacRequest message or plain object

Returns
TypeDescription
Promise<google.container.v1beta1.Operation>

Promise

setLocations(request, callback)

public setLocations(request: google.container.v1beta1.ISetLocationsRequest, callback: google.container.v1beta1.ClusterManager.SetLocationsCallback): void;

Calls SetLocations.

Parameters
NameDescription
request ISetLocationsRequest

SetLocationsRequest message or plain object

callback SetLocationsCallback

Node-style callback called with the error, if any, and Operation

Returns
TypeDescription
void

setLocations(request)

public setLocations(request: google.container.v1beta1.ISetLocationsRequest): Promise<google.container.v1beta1.Operation>;

Calls SetLocations.

Parameter
NameDescription
request ISetLocationsRequest

SetLocationsRequest message or plain object

Returns
TypeDescription
Promise<google.container.v1beta1.Operation>

Promise

setLoggingService(request, callback)

public setLoggingService(request: google.container.v1beta1.ISetLoggingServiceRequest, callback: google.container.v1beta1.ClusterManager.SetLoggingServiceCallback): void;

Calls SetLoggingService.

Parameters
NameDescription
request ISetLoggingServiceRequest

SetLoggingServiceRequest message or plain object

callback SetLoggingServiceCallback

Node-style callback called with the error, if any, and Operation

Returns
TypeDescription
void

setLoggingService(request)

public setLoggingService(request: google.container.v1beta1.ISetLoggingServiceRequest): Promise<google.container.v1beta1.Operation>;

Calls SetLoggingService.

Parameter
NameDescription
request ISetLoggingServiceRequest

SetLoggingServiceRequest message or plain object

Returns
TypeDescription
Promise<google.container.v1beta1.Operation>

Promise

setMaintenancePolicy(request, callback)

public setMaintenancePolicy(request: google.container.v1beta1.ISetMaintenancePolicyRequest, callback: google.container.v1beta1.ClusterManager.SetMaintenancePolicyCallback): void;

Calls SetMaintenancePolicy.

Parameters
NameDescription
request ISetMaintenancePolicyRequest

SetMaintenancePolicyRequest message or plain object

callback SetMaintenancePolicyCallback

Node-style callback called with the error, if any, and Operation

Returns
TypeDescription
void

setMaintenancePolicy(request)

public setMaintenancePolicy(request: google.container.v1beta1.ISetMaintenancePolicyRequest): Promise<google.container.v1beta1.Operation>;

Calls SetMaintenancePolicy.

Parameter
NameDescription
request ISetMaintenancePolicyRequest

SetMaintenancePolicyRequest message or plain object

Returns
TypeDescription
Promise<google.container.v1beta1.Operation>

Promise

setMasterAuth(request, callback)

public setMasterAuth(request: google.container.v1beta1.ISetMasterAuthRequest, callback: google.container.v1beta1.ClusterManager.SetMasterAuthCallback): void;

Calls SetMasterAuth.

Parameters
NameDescription
request ISetMasterAuthRequest

SetMasterAuthRequest message or plain object

callback SetMasterAuthCallback

Node-style callback called with the error, if any, and Operation

Returns
TypeDescription
void

setMasterAuth(request)

public setMasterAuth(request: google.container.v1beta1.ISetMasterAuthRequest): Promise<google.container.v1beta1.Operation>;

Calls SetMasterAuth.

Parameter
NameDescription
request ISetMasterAuthRequest

SetMasterAuthRequest message or plain object

Returns
TypeDescription
Promise<google.container.v1beta1.Operation>

Promise

setMonitoringService(request, callback)

public setMonitoringService(request: google.container.v1beta1.ISetMonitoringServiceRequest, callback: google.container.v1beta1.ClusterManager.SetMonitoringServiceCallback): void;

Calls SetMonitoringService.

Parameters
NameDescription
request ISetMonitoringServiceRequest

SetMonitoringServiceRequest message or plain object

callback SetMonitoringServiceCallback

Node-style callback called with the error, if any, and Operation

Returns
TypeDescription
void

setMonitoringService(request)

public setMonitoringService(request: google.container.v1beta1.ISetMonitoringServiceRequest): Promise<google.container.v1beta1.Operation>;

Calls SetMonitoringService.

Parameter
NameDescription
request ISetMonitoringServiceRequest

SetMonitoringServiceRequest message or plain object

Returns
TypeDescription
Promise<google.container.v1beta1.Operation>

Promise

setNetworkPolicy(request, callback)

public setNetworkPolicy(request: google.container.v1beta1.ISetNetworkPolicyRequest, callback: google.container.v1beta1.ClusterManager.SetNetworkPolicyCallback): void;

Calls SetNetworkPolicy.

Parameters
NameDescription
request ISetNetworkPolicyRequest

SetNetworkPolicyRequest message or plain object

callback SetNetworkPolicyCallback

Node-style callback called with the error, if any, and Operation

Returns
TypeDescription
void

setNetworkPolicy(request)

public setNetworkPolicy(request: google.container.v1beta1.ISetNetworkPolicyRequest): Promise<google.container.v1beta1.Operation>;

Calls SetNetworkPolicy.

Parameter
NameDescription
request ISetNetworkPolicyRequest

SetNetworkPolicyRequest message or plain object

Returns
TypeDescription
Promise<google.container.v1beta1.Operation>

Promise

setNodePoolAutoscaling(request, callback)

public setNodePoolAutoscaling(request: google.container.v1beta1.ISetNodePoolAutoscalingRequest, callback: google.container.v1beta1.ClusterManager.SetNodePoolAutoscalingCallback): void;

Calls SetNodePoolAutoscaling.

Parameters
NameDescription
request ISetNodePoolAutoscalingRequest

SetNodePoolAutoscalingRequest message or plain object

callback SetNodePoolAutoscalingCallback

Node-style callback called with the error, if any, and Operation

Returns
TypeDescription
void

setNodePoolAutoscaling(request)

public setNodePoolAutoscaling(request: google.container.v1beta1.ISetNodePoolAutoscalingRequest): Promise<google.container.v1beta1.Operation>;

Calls SetNodePoolAutoscaling.

Parameter
NameDescription
request ISetNodePoolAutoscalingRequest

SetNodePoolAutoscalingRequest message or plain object

Returns
TypeDescription
Promise<google.container.v1beta1.Operation>

Promise

setNodePoolManagement(request, callback)

public setNodePoolManagement(request: google.container.v1beta1.ISetNodePoolManagementRequest, callback: google.container.v1beta1.ClusterManager.SetNodePoolManagementCallback): void;

Calls SetNodePoolManagement.

Parameters
NameDescription
request ISetNodePoolManagementRequest

SetNodePoolManagementRequest message or plain object

callback SetNodePoolManagementCallback

Node-style callback called with the error, if any, and Operation

Returns
TypeDescription
void

setNodePoolManagement(request)

public setNodePoolManagement(request: google.container.v1beta1.ISetNodePoolManagementRequest): Promise<google.container.v1beta1.Operation>;

Calls SetNodePoolManagement.

Parameter
NameDescription
request ISetNodePoolManagementRequest

SetNodePoolManagementRequest message or plain object

Returns
TypeDescription
Promise<google.container.v1beta1.Operation>

Promise

setNodePoolSize(request, callback)

public setNodePoolSize(request: google.container.v1beta1.ISetNodePoolSizeRequest, callback: google.container.v1beta1.ClusterManager.SetNodePoolSizeCallback): void;

Calls SetNodePoolSize.

Parameters
NameDescription
request ISetNodePoolSizeRequest

SetNodePoolSizeRequest message or plain object

callback SetNodePoolSizeCallback

Node-style callback called with the error, if any, and Operation

Returns
TypeDescription
void

setNodePoolSize(request)

public setNodePoolSize(request: google.container.v1beta1.ISetNodePoolSizeRequest): Promise<google.container.v1beta1.Operation>;

Calls SetNodePoolSize.

Parameter
NameDescription
request ISetNodePoolSizeRequest

SetNodePoolSizeRequest message or plain object

Returns
TypeDescription
Promise<google.container.v1beta1.Operation>

Promise

startIPRotation(request, callback)

public startIPRotation(request: google.container.v1beta1.IStartIPRotationRequest, callback: google.container.v1beta1.ClusterManager.StartIPRotationCallback): void;

Calls StartIPRotation.

Parameters
NameDescription
request IStartIPRotationRequest

StartIPRotationRequest message or plain object

callback StartIPRotationCallback

Node-style callback called with the error, if any, and Operation

Returns
TypeDescription
void

startIPRotation(request)

public startIPRotation(request: google.container.v1beta1.IStartIPRotationRequest): Promise<google.container.v1beta1.Operation>;

Calls StartIPRotation.

Parameter
NameDescription
request IStartIPRotationRequest

StartIPRotationRequest message or plain object

Returns
TypeDescription
Promise<google.container.v1beta1.Operation>

Promise

updateCluster(request, callback)

public updateCluster(request: google.container.v1beta1.IUpdateClusterRequest, callback: google.container.v1beta1.ClusterManager.UpdateClusterCallback): void;

Calls UpdateCluster.

Parameters
NameDescription
request IUpdateClusterRequest

UpdateClusterRequest message or plain object

callback UpdateClusterCallback

Node-style callback called with the error, if any, and Operation

Returns
TypeDescription
void

updateCluster(request)

public updateCluster(request: google.container.v1beta1.IUpdateClusterRequest): Promise<google.container.v1beta1.Operation>;

Calls UpdateCluster.

Parameter
NameDescription
request IUpdateClusterRequest

UpdateClusterRequest message or plain object

Returns
TypeDescription
Promise<google.container.v1beta1.Operation>

Promise

updateMaster(request, callback)

public updateMaster(request: google.container.v1beta1.IUpdateMasterRequest, callback: google.container.v1beta1.ClusterManager.UpdateMasterCallback): void;

Calls UpdateMaster.

Parameters
NameDescription
request IUpdateMasterRequest

UpdateMasterRequest message or plain object

callback UpdateMasterCallback

Node-style callback called with the error, if any, and Operation

Returns
TypeDescription
void

updateMaster(request)

public updateMaster(request: google.container.v1beta1.IUpdateMasterRequest): Promise<google.container.v1beta1.Operation>;

Calls UpdateMaster.

Parameter
NameDescription
request IUpdateMasterRequest

UpdateMasterRequest message or plain object

Returns
TypeDescription
Promise<google.container.v1beta1.Operation>

Promise

updateNodePool(request, callback)

public updateNodePool(request: google.container.v1beta1.IUpdateNodePoolRequest, callback: google.container.v1beta1.ClusterManager.UpdateNodePoolCallback): void;

Calls UpdateNodePool.

Parameters
NameDescription
request IUpdateNodePoolRequest

UpdateNodePoolRequest message or plain object

callback UpdateNodePoolCallback

Node-style callback called with the error, if any, and Operation

Returns
TypeDescription
void

updateNodePool(request)

public updateNodePool(request: google.container.v1beta1.IUpdateNodePoolRequest): Promise<google.container.v1beta1.Operation>;

Calls UpdateNodePool.

Parameter
NameDescription
request IUpdateNodePoolRequest

UpdateNodePoolRequest message or plain object

Returns
TypeDescription
Promise<google.container.v1beta1.Operation>

Promise