Send feedback
Class v1.ClusterManagerClient (2.4.4)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.4.4 keyboard_arrow_down
Google Kubernetes Engine Cluster Manager v1 v1
Package
@google-cloud/container!
Constructors
(constructor)(opts)
constructor ( opts ?: ClientOptions );
Construct an instance of ClusterManagerClient.
Parameter
Name
Description
opts
ClientOptions
Properties
apiEndpoint
static get apiEndpoint () : string ;
The DNS address for this API service - same as servicePath(), exists for compatibility reasons.
Property Value
auth
Property Value
Type
Description
gax.GoogleAuth
clusterManagerStub
clusterManagerStub ?: Promise <{
[ name : string ] : Function ;
}>;
Property Value
Type
Description
Promise <{
[name: string]: Function ;
}>
descriptors
descriptors : Descriptors ;
Property Value
Type
Description
Descriptors
innerApiCalls
innerApiCalls : {
[ name : string ] : Function ;
};
Property Value
Type
Description
{
[name: string]: Function ;
}
port
static get port () : number ;
The port for this API service.
Property Value
scopes
static get scopes () : string [];
The scopes needed to make gRPC calls for every method defined in this service.
Property Value
Type
Description
string[]
servicePath
static get servicePath () : string ;
The DNS address for this API service.
Property Value
warn
warn : ( code : string , message : string , warnType ?: string ) = > void ;
Property Value
Type
Description
(code: string, message: string, warnType?: string) => void
Methods
cancelOperation(request, options)
cancelOperation ( request ?: protos . google . container . v1 . ICancelOperationRequest , options ?: CallOptions ) : Promise <[ protos . google . protobuf . IEmpty , protos . google . container . v1 . ICancelOperationRequest | undefined , {} | undefined ]>;
Parameters
Name
Description
request
protos.google.container.v1.ICancelOperationRequest
options
CallOptions
Returns
Type
Description
Promise <[protos.google.protobuf.IEmpty , protos.google.container.v1.ICancelOperationRequest | undefined, {} | undefined]>
cancelOperation(request, options, callback)
cancelOperation ( request : protos . google . container . v1 . ICancelOperationRequest , options : CallOptions , callback : Callback<protos . google . protobuf . IEmpty , protos . google . container . v1 . ICancelOperationRequest | null | undefined , {} | null | undefined >) : void ;
Parameters
Name
Description
request
protos.google.container.v1.ICancelOperationRequest
options
CallOptions
callback
Callback <protos.google.protobuf.IEmpty , protos.google.container.v1.ICancelOperationRequest | null | undefined, {} | null | undefined>
Returns
cancelOperation(request, callback)
cancelOperation ( request : protos . google . container . v1 . ICancelOperationRequest , callback : Callback<protos . google . protobuf . IEmpty , protos . google . container . v1 . ICancelOperationRequest | null | undefined , {} | null | undefined >) : void ;
Parameters
Name
Description
request
protos.google.container.v1.ICancelOperationRequest
callback
Callback <protos.google.protobuf.IEmpty , protos.google.container.v1.ICancelOperationRequest | null | undefined, {} | null | undefined>
Returns
close()
Terminate the gRPC channel and close the client.
The client will no longer be usable and all future behavior is undefined.
Returns
Type
Description
Promise <void>
{Promise} A promise that resolves when the client is closed.
completeIPRotation(request, options)
completeIPRotation ( request ?: protos . google . container . v1 . ICompleteIPRotationRequest , options ?: CallOptions ) : Promise <[ protos . google . container . v1 . IOperation , protos . google . container . v1 . ICompleteIPRotationRequest | undefined , {} | undefined ]>;
Parameters
Name
Description
request
protos.google.container.v1.ICompleteIPRotationRequest
options
CallOptions
Returns
Type
Description
Promise <[protos.google.container.v1.IOperation , protos.google.container.v1.ICompleteIPRotationRequest | undefined, {} | undefined]>
completeIPRotation(request, options, callback)
completeIPRotation ( request : protos . google . container . v1 . ICompleteIPRotationRequest , options : CallOptions , callback : Callback<protos . google . container . v1 . IOperation , protos . google . container . v1 . ICompleteIPRotationRequest | null | undefined , {} | null | undefined >) : void ;
Parameters
Name
Description
request
protos.google.container.v1.ICompleteIPRotationRequest
options
CallOptions
callback
Callback <protos.google.container.v1.IOperation , protos.google.container.v1.ICompleteIPRotationRequest | null | undefined, {} | null | undefined>
Returns
completeIPRotation(request, callback)
completeIPRotation ( request : protos . google . container . v1 . ICompleteIPRotationRequest , callback : Callback<protos . google . container . v1 . IOperation , protos . google . container . v1 . ICompleteIPRotationRequest | null | undefined , {} | null | undefined >) : void ;
Parameters
Name
Description
request
protos.google.container.v1.ICompleteIPRotationRequest
callback
Callback <protos.google.container.v1.IOperation , protos.google.container.v1.ICompleteIPRotationRequest | null | undefined, {} | null | undefined>
Returns
createCluster(request, options)
createCluster ( request ?: protos . google . container . v1 . ICreateClusterRequest , options ?: CallOptions ) : Promise <[ protos . google . container . v1 . IOperation , protos . google . container . v1 . ICreateClusterRequest | undefined , {} | undefined ]>;
Parameters
Name
Description
request
protos.google.container.v1.ICreateClusterRequest
options
CallOptions
Returns
Type
Description
Promise <[protos.google.container.v1.IOperation , protos.google.container.v1.ICreateClusterRequest | undefined, {} | undefined]>
createCluster(request, options, callback)
createCluster ( request : protos . google . container . v1 . ICreateClusterRequest , options : CallOptions , callback : Callback<protos . google . container . v1 . IOperation , protos . google . container . v1 . ICreateClusterRequest | null | undefined , {} | null | undefined >) : void ;
Parameters
Name
Description
request
protos.google.container.v1.ICreateClusterRequest
options
CallOptions
callback
Callback <protos.google.container.v1.IOperation , protos.google.container.v1.ICreateClusterRequest | null | undefined, {} | null | undefined>
Returns
createCluster(request, callback)
createCluster ( request : protos . google . container . v1 . ICreateClusterRequest , callback : Callback<protos . google . container . v1 . IOperation , protos . google . container . v1 . ICreateClusterRequest | null | undefined , {} | null | undefined >) : void ;
Parameters
Name
Description
request
protos.google.container.v1.ICreateClusterRequest
callback
Callback <protos.google.container.v1.IOperation , protos.google.container.v1.ICreateClusterRequest | null | undefined, {} | null | undefined>
Returns
createNodePool(request, options)
createNodePool ( request ?: protos . google . container . v1 . ICreateNodePoolRequest , options ?: CallOptions ) : Promise <[ protos . google . container . v1 . IOperation , protos . google . container . v1 . ICreateNodePoolRequest | undefined , {} | undefined ]>;
Parameters
Name
Description
request
protos.google.container.v1.ICreateNodePoolRequest
options
CallOptions
Returns
Type
Description
Promise <[protos.google.container.v1.IOperation , protos.google.container.v1.ICreateNodePoolRequest | undefined, {} | undefined]>
createNodePool(request, options, callback)
createNodePool ( request : protos . google . container . v1 . ICreateNodePoolRequest , options : CallOptions , callback : Callback<protos . google . container . v1 . IOperation , protos . google . container . v1 . ICreateNodePoolRequest | null | undefined , {} | null | undefined >) : void ;
Parameters
Name
Description
request
protos.google.container.v1.ICreateNodePoolRequest
options
CallOptions
callback
Callback <protos.google.container.v1.IOperation , protos.google.container.v1.ICreateNodePoolRequest | null | undefined, {} | null | undefined>
Returns
createNodePool(request, callback)
createNodePool ( request : protos . google . container . v1 . ICreateNodePoolRequest , callback : Callback<protos . google . container . v1 . IOperation , protos . google . container . v1 . ICreateNodePoolRequest | null | undefined , {} | null | undefined >) : void ;
Parameters
Name
Description
request
protos.google.container.v1.ICreateNodePoolRequest
callback
Callback <protos.google.container.v1.IOperation , protos.google.container.v1.ICreateNodePoolRequest | null | undefined, {} | null | undefined>
Returns
deleteCluster(request, options)
deleteCluster ( request ?: protos . google . container . v1 . IDeleteClusterRequest , options ?: CallOptions ) : Promise <[ protos . google . container . v1 . IOperation , protos . google . container . v1 . IDeleteClusterRequest | undefined , {} | undefined ]>;
Parameters
Name
Description
request
protos.google.container.v1.IDeleteClusterRequest
options
CallOptions
Returns
Type
Description
Promise <[protos.google.container.v1.IOperation , protos.google.container.v1.IDeleteClusterRequest | undefined, {} | undefined]>
deleteCluster(request, options, callback)
deleteCluster ( request : protos . google . container . v1 . IDeleteClusterRequest , options : CallOptions , callback : Callback<protos . google . container . v1 . IOperation , protos . google . container . v1 . IDeleteClusterRequest | null | undefined , {} | null | undefined >) : void ;
Parameters
Name
Description
request
protos.google.container.v1.IDeleteClusterRequest
options
CallOptions
callback
Callback <protos.google.container.v1.IOperation , protos.google.container.v1.IDeleteClusterRequest | null | undefined, {} | null | undefined>
Returns
deleteCluster(request, callback)
deleteCluster ( request : protos . google . container . v1 . IDeleteClusterRequest , callback : Callback<protos . google . container . v1 . IOperation , protos . google . container . v1 . IDeleteClusterRequest | null | undefined , {} | null | undefined >) : void ;
Parameters
Name
Description
request
protos.google.container.v1.IDeleteClusterRequest
callback
Callback <protos.google.container.v1.IOperation , protos.google.container.v1.IDeleteClusterRequest | null | undefined, {} | null | undefined>
Returns
deleteNodePool(request, options)
deleteNodePool ( request ?: protos . google . container . v1 . IDeleteNodePoolRequest , options ?: CallOptions ) : Promise <[ protos . google . container . v1 . IOperation , protos . google . container . v1 . IDeleteNodePoolRequest | undefined , {} | undefined ]>;
Parameters
Name
Description
request
protos.google.container.v1.IDeleteNodePoolRequest
options
CallOptions
Returns
Type
Description
Promise <[protos.google.container.v1.IOperation , protos.google.container.v1.IDeleteNodePoolRequest | undefined, {} | undefined]>
deleteNodePool(request, options, callback)
deleteNodePool ( request : protos . google . container . v1 . IDeleteNodePoolRequest , options : CallOptions , callback : Callback<protos . google . container . v1 . IOperation , protos . google . container . v1 . IDeleteNodePoolRequest | null | undefined , {} | null | undefined >) : void ;
Parameters
Name
Description
request
protos.google.container.v1.IDeleteNodePoolRequest
options
CallOptions
callback
Callback <protos.google.container.v1.IOperation , protos.google.container.v1.IDeleteNodePoolRequest | null | undefined, {} | null | undefined>
Returns
deleteNodePool(request, callback)
deleteNodePool ( request : protos . google . container . v1 . IDeleteNodePoolRequest , callback : Callback<protos . google . container . v1 . IOperation , protos . google . container . v1 . IDeleteNodePoolRequest | null | undefined , {} | null | undefined >) : void ;
Parameters
Name
Description
request
protos.google.container.v1.IDeleteNodePoolRequest
callback
Callback <protos.google.container.v1.IOperation , protos.google.container.v1.IDeleteNodePoolRequest | null | undefined, {} | null | undefined>
Returns
getCluster(request, options)
getCluster ( request ?: protos . google . container . v1 . IGetClusterRequest , options ?: CallOptions ) : Promise <[ protos . google . container . v1 . ICluster , protos . google . container . v1 . IGetClusterRequest | undefined , {} | undefined ]>;
Parameters
Name
Description
request
protos.google.container.v1.IGetClusterRequest
options
CallOptions
Returns
Type
Description
Promise <[protos.google.container.v1.ICluster , protos.google.container.v1.IGetClusterRequest | undefined, {} | undefined]>
getCluster(request, options, callback)
getCluster ( request : protos . google . container . v1 . IGetClusterRequest , options : CallOptions , callback : Callback<protos . google . container . v1 . ICluster , protos . google . container . v1 . IGetClusterRequest | null | undefined , {} | null | undefined >) : void ;
Parameters
Name
Description
request
protos.google.container.v1.IGetClusterRequest
options
CallOptions
callback
Callback <protos.google.container.v1.ICluster , protos.google.container.v1.IGetClusterRequest | null | undefined, {} | null | undefined>
Returns
getCluster(request, callback)
getCluster ( request : protos . google . container . v1 . IGetClusterRequest , callback : Callback<protos . google . container . v1 . ICluster , protos . google . container . v1 . IGetClusterRequest | null | undefined , {} | null | undefined >) : void ;
Parameters
Name
Description
request
protos.google.container.v1.IGetClusterRequest
callback
Callback <protos.google.container.v1.ICluster , protos.google.container.v1.IGetClusterRequest | null | undefined, {} | null | undefined>
Returns
getJSONWebKeys(request, options)
getJSONWebKeys ( request ?: protos . google . container . v1 . IGetJSONWebKeysRequest , options ?: CallOptions ) : Promise <[ protos . google . container . v1 . IGetJSONWebKeysResponse , protos . google . container . v1 . IGetJSONWebKeysRequest | undefined , {} | undefined ]>;
Parameters
Name
Description
request
protos.google.container.v1.IGetJSONWebKeysRequest
options
CallOptions
Returns
Type
Description
Promise <[protos.google.container.v1.IGetJSONWebKeysResponse , protos.google.container.v1.IGetJSONWebKeysRequest | undefined, {} | undefined]>
getJSONWebKeys(request, options, callback)
getJSONWebKeys ( request : protos . google . container . v1 . IGetJSONWebKeysRequest , options : CallOptions , callback : Callback<protos . google . container . v1 . IGetJSONWebKeysResponse , protos . google . container . v1 . IGetJSONWebKeysRequest | null | undefined , {} | null | undefined >) : void ;
Parameters
Name
Description
request
protos.google.container.v1.IGetJSONWebKeysRequest
options
CallOptions
callback
Callback <protos.google.container.v1.IGetJSONWebKeysResponse , protos.google.container.v1.IGetJSONWebKeysRequest | null | undefined, {} | null | undefined>
Returns
getJSONWebKeys(request, callback)
getJSONWebKeys ( request : protos . google . container . v1 . IGetJSONWebKeysRequest , callback : Callback<protos . google . container . v1 . IGetJSONWebKeysResponse , protos . google . container . v1 . IGetJSONWebKeysRequest | null | undefined , {} | null | undefined >) : void ;
Parameters
Name
Description
request
protos.google.container.v1.IGetJSONWebKeysRequest
callback
Callback <protos.google.container.v1.IGetJSONWebKeysResponse , protos.google.container.v1.IGetJSONWebKeysRequest | null | undefined, {} | null | undefined>
Returns
getNodePool(request, options)
getNodePool ( request ?: protos . google . container . v1 . IGetNodePoolRequest , options ?: CallOptions ) : Promise <[ protos . google . container . v1 . INodePool , protos . google . container . v1 . IGetNodePoolRequest | undefined , {} | undefined ]>;
Parameters
Name
Description
request
protos.google.container.v1.IGetNodePoolRequest
options
CallOptions
Returns
Type
Description
Promise <[protos.google.container.v1.INodePool , protos.google.container.v1.IGetNodePoolRequest | undefined, {} | undefined]>
getNodePool(request, options, callback)
getNodePool ( request : protos . google . container . v1 . IGetNodePoolRequest , options : CallOptions , callback : Callback<protos . google . container . v1 . INodePool , protos . google . container . v1 . IGetNodePoolRequest | null | undefined , {} | null | undefined >) : void ;
Parameters
Name
Description
request
protos.google.container.v1.IGetNodePoolRequest
options
CallOptions
callback
Callback <protos.google.container.v1.INodePool , protos.google.container.v1.IGetNodePoolRequest | null | undefined, {} | null | undefined>
Returns
getNodePool(request, callback)
getNodePool ( request : protos . google . container . v1 . IGetNodePoolRequest , callback : Callback<protos . google . container . v1 . INodePool , protos . google . container . v1 . IGetNodePoolRequest | null | undefined , {} | null | undefined >) : void ;
Parameters
Name
Description
request
protos.google.container.v1.IGetNodePoolRequest
callback
Callback <protos.google.container.v1.INodePool , protos.google.container.v1.IGetNodePoolRequest | null | undefined, {} | null | undefined>
Returns
getOperation(request, options)
getOperation ( request ?: protos . google . container . v1 . IGetOperationRequest , options ?: CallOptions ) : Promise <[ protos . google . container . v1 . IOperation , protos . google . container . v1 . IGetOperationRequest | undefined , {} | undefined ]>;
Parameters
Name
Description
request
protos.google.container.v1.IGetOperationRequest
options
CallOptions
Returns
Type
Description
Promise <[protos.google.container.v1.IOperation , protos.google.container.v1.IGetOperationRequest | undefined, {} | undefined]>
getOperation(request, options, callback)
getOperation ( request : protos . google . container . v1 . IGetOperationRequest , options : CallOptions , callback : Callback<protos . google . container . v1 . IOperation , protos . google . container . v1 . IGetOperationRequest | null | undefined , {} | null | undefined >) : void ;
Parameters
Name
Description
request
protos.google.container.v1.IGetOperationRequest
options
CallOptions
callback
Callback <protos.google.container.v1.IOperation , protos.google.container.v1.IGetOperationRequest | null | undefined, {} | null | undefined>
Returns
getOperation(request, callback)
getOperation ( request : protos . google . container . v1 . IGetOperationRequest , callback : Callback<protos . google . container . v1 . IOperation , protos . google . container . v1 . IGetOperationRequest | null | undefined , {} | null | undefined >) : void ;
Parameters
Name
Description
request
protos.google.container.v1.IGetOperationRequest
callback
Callback <protos.google.container.v1.IOperation , protos.google.container.v1.IGetOperationRequest | null | undefined, {} | null | undefined>
Returns
getProjectId()
getProjectId () : Promise<string> ;
Returns
Type
Description
Promise <string>
getProjectId(callback)
getProjectId ( callback : Callback<string , undefined , undefined >) : void ;
Parameter
Name
Description
callback
Callback <string, undefined, undefined>
Returns
getServerConfig(request, options)
getServerConfig ( request ?: protos . google . container . v1 . IGetServerConfigRequest , options ?: CallOptions ) : Promise <[ protos . google . container . v1 . IServerConfig , protos . google . container . v1 . IGetServerConfigRequest | undefined , {} | undefined ]>;
Parameters
Name
Description
request
protos.google.container.v1.IGetServerConfigRequest
options
CallOptions
Returns
Type
Description
Promise <[protos.google.container.v1.IServerConfig , protos.google.container.v1.IGetServerConfigRequest | undefined, {} | undefined]>
getServerConfig(request, options, callback)
getServerConfig ( request : protos . google . container . v1 . IGetServerConfigRequest , options : CallOptions , callback : Callback<protos . google . container . v1 . IServerConfig , protos . google . container . v1 . IGetServerConfigRequest | null | undefined , {} | null | undefined >) : void ;
Parameters
Name
Description
request
protos.google.container.v1.IGetServerConfigRequest
options
CallOptions
callback
Callback <protos.google.container.v1.IServerConfig , protos.google.container.v1.IGetServerConfigRequest | null | undefined, {} | null | undefined>
Returns
getServerConfig(request, callback)
getServerConfig ( request : protos . google . container . v1 . IGetServerConfigRequest , callback : Callback<protos . google . container . v1 . IServerConfig , protos . google . container . v1 . IGetServerConfigRequest | null | undefined , {} | null | undefined >) : void ;
Parameters
Name
Description
request
protos.google.container.v1.IGetServerConfigRequest
callback
Callback <protos.google.container.v1.IServerConfig , protos.google.container.v1.IGetServerConfigRequest | null | undefined, {} | null | undefined>
Returns
initialize()
initialize () : Promise <{
[ name : string ] : Function ;
}>;
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.
Returns
Type
Description
Promise <{
[name: string]: Function ;
}>
{Promise} A promise that resolves to an authenticated service stub.
listClusters(request, options)
listClusters ( request ?: protos . google . container . v1 . IListClustersRequest , options ?: CallOptions ) : Promise <[ protos . google . container . v1 . IListClustersResponse , protos . google . container . v1 . IListClustersRequest | undefined , {} | undefined ]>;
Parameters
Name
Description
request
protos.google.container.v1.IListClustersRequest
options
CallOptions
Returns
Type
Description
Promise <[protos.google.container.v1.IListClustersResponse , protos.google.container.v1.IListClustersRequest | undefined, {} | undefined]>
listClusters(request, options, callback)
listClusters ( request : protos . google . container . v1 . IListClustersRequest , options : CallOptions , callback : Callback<protos . google . container . v1 . IListClustersResponse , protos . google . container . v1 . IListClustersRequest | null | undefined , {} | null | undefined >) : void ;
Parameters
Name
Description
request
protos.google.container.v1.IListClustersRequest
options
CallOptions
callback
Callback <protos.google.container.v1.IListClustersResponse , protos.google.container.v1.IListClustersRequest | null | undefined, {} | null | undefined>
Returns
listClusters(request, callback)
listClusters ( request : protos . google . container . v1 . IListClustersRequest , callback : Callback<protos . google . container . v1 . IListClustersResponse , protos . google . container . v1 . IListClustersRequest | null | undefined , {} | null | undefined >) : void ;
Parameters
Name
Description
request
protos.google.container.v1.IListClustersRequest
callback
Callback <protos.google.container.v1.IListClustersResponse , protos.google.container.v1.IListClustersRequest | null | undefined, {} | null | undefined>
Returns
listNodePools(request, options)
listNodePools ( request ?: protos . google . container . v1 . IListNodePoolsRequest , options ?: CallOptions ) : Promise <[ protos . google . container . v1 . IListNodePoolsResponse , protos . google . container . v1 . IListNodePoolsRequest | undefined , {} | undefined ]>;
Parameters
Name
Description
request
protos.google.container.v1.IListNodePoolsRequest
options
CallOptions
Returns
Type
Description
Promise <[protos.google.container.v1.IListNodePoolsResponse , protos.google.container.v1.IListNodePoolsRequest | undefined, {} | undefined]>
listNodePools(request, options, callback)
listNodePools ( request : protos . google . container . v1 . IListNodePoolsRequest , options : CallOptions , callback : Callback<protos . google . container . v1 . IListNodePoolsResponse , protos . google . container . v1 . IListNodePoolsRequest | null | undefined , {} | null | undefined >) : void ;
Parameters
Name
Description
request
protos.google.container.v1.IListNodePoolsRequest
options
CallOptions
callback
Callback <protos.google.container.v1.IListNodePoolsResponse , protos.google.container.v1.IListNodePoolsRequest | null | undefined, {} | null | undefined>
Returns
listNodePools(request, callback)
listNodePools ( request : protos . google . container . v1 . IListNodePoolsRequest , callback : Callback<protos . google . container . v1 . IListNodePoolsResponse , protos . google . container . v1 . IListNodePoolsRequest | null | undefined , {} | null | undefined >) : void ;
Parameters
Name
Description
request
protos.google.container.v1.IListNodePoolsRequest
callback
Callback <protos.google.container.v1.IListNodePoolsResponse , protos.google.container.v1.IListNodePoolsRequest | null | undefined, {} | null | undefined>
Returns
listOperations(request, options)
listOperations ( request ?: protos . google . container . v1 . IListOperationsRequest , options ?: CallOptions ) : Promise <[ protos . google . container . v1 . IListOperationsResponse , protos . google . container . v1 . IListOperationsRequest | undefined , {} | undefined ]>;
Parameters
Name
Description
request
protos.google.container.v1.IListOperationsRequest
options
CallOptions
Returns
Type
Description
Promise <[protos.google.container.v1.IListOperationsResponse , protos.google.container.v1.IListOperationsRequest | undefined, {} | undefined]>
listOperations(request, options, callback)
listOperations ( request : protos . google . container . v1 . IListOperationsRequest , options : CallOptions , callback : Callback<protos . google . container . v1 . IListOperationsResponse , protos . google . container . v1 . IListOperationsRequest | null | undefined , {} | null | undefined >) : void ;
Parameters
Name
Description
request
protos.google.container.v1.IListOperationsRequest
options
CallOptions
callback
Callback <protos.google.container.v1.IListOperationsResponse , protos.google.container.v1.IListOperationsRequest | null | undefined, {} | null | undefined>
Returns
listOperations(request, callback)
listOperations ( request : protos . google . container . v1 . IListOperationsRequest , callback : Callback<protos . google . container . v1 . IListOperationsResponse , protos . google . container . v1 . IListOperationsRequest | null | undefined , {} | null | undefined >) : void ;
Parameters
Name
Description
request
protos.google.container.v1.IListOperationsRequest
callback
Callback <protos.google.container.v1.IListOperationsResponse , protos.google.container.v1.IListOperationsRequest | null | undefined, {} | null | undefined>
Returns
listUsableSubnetworks(request, options)
listUsableSubnetworks ( request ?: protos . google . container . v1 . IListUsableSubnetworksRequest , options ?: CallOptions ) : Promise <[ protos . google . container . v1 . IUsableSubnetwork [], protos . google . container . v1 . IListUsableSubnetworksRequest | null , protos . google . container . v1 . IListUsableSubnetworksResponse ]>;
Parameters
Name
Description
request
protos.google.container.v1.IListUsableSubnetworksRequest
options
CallOptions
Returns
Type
Description
Promise <[protos.google.container.v1.IUsableSubnetwork [], protos.google.container.v1.IListUsableSubnetworksRequest | null, protos.google.container.v1.IListUsableSubnetworksResponse ]>
listUsableSubnetworks(request, options, callback)
listUsableSubnetworks ( request : protos . google . container . v1 . IListUsableSubnetworksRequest , options : CallOptions , callback : PaginationCallback<protos . google . container . v1 . IListUsableSubnetworksRequest , protos . google . container . v1 . IListUsableSubnetworksResponse | null | undefined , protos . google . container . v1 . IUsableSubnetwork >) : void ;
Parameters
Name
Description
request
protos.google.container.v1.IListUsableSubnetworksRequest
options
CallOptions
callback
PaginationCallback <protos.google.container.v1.IListUsableSubnetworksRequest , protos.google.container.v1.IListUsableSubnetworksResponse | null | undefined, protos.google.container.v1.IUsableSubnetwork >
Returns
listUsableSubnetworks(request, callback)
listUsableSubnetworks ( request : protos . google . container . v1 . IListUsableSubnetworksRequest , callback : PaginationCallback<protos . google . container . v1 . IListUsableSubnetworksRequest , protos . google . container . v1 . IListUsableSubnetworksResponse | null | undefined , protos . google . container . v1 . IUsableSubnetwork >) : void ;
Parameters
Name
Description
request
protos.google.container.v1.IListUsableSubnetworksRequest
callback
PaginationCallback <protos.google.container.v1.IListUsableSubnetworksRequest , protos.google.container.v1.IListUsableSubnetworksResponse | null | undefined, protos.google.container.v1.IUsableSubnetwork >
Returns
listUsableSubnetworksAsync(request, options)
listUsableSubnetworksAsync ( request ?: protos . google . container . v1 . IListUsableSubnetworksRequest , options ?: CallOptions ) : AsyncIterable<protos . google . container . v1 . IUsableSubnetwork >;
Equivalent to listUsableSubnetworks
, but returns an iterable object.
for
-await
-of
syntax is used with the iterable to get response elements on-demand.
Parameters
Name
Description
request
protos.google.container.v1.IListUsableSubnetworksRequest
The request object that will be sent.
options
CallOptions
Call options. See CallOptions for more details.
Returns
Type
Description
AsyncIterable <protos.google.container.v1.IUsableSubnetwork >
{Object} An iterable Object that allows [async iteration](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols). When you iterate the returned iterable, each element will be an object representing [UsableSubnetwork]. The API will be called under the hood as needed, once per the page, so you can stop the iteration when you don't need more results. Please see the [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination) for more details and examples.
listUsableSubnetworksStream(request, options)
listUsableSubnetworksStream ( request ?: protos . google . container . v1 . IListUsableSubnetworksRequest , options ?: CallOptions ) : Transform ;
Equivalent to method.name.toCamelCase()
, but returns a NodeJS Stream object.
Parameters
Name
Description
request
protos.google.container.v1.IListUsableSubnetworksRequest
The request object that will be sent.
options
CallOptions
Call options. See CallOptions for more details.
Returns
Type
Description
Transform
{Stream} An object stream which emits an object representing [UsableSubnetwork] on 'data' event. The client library will perform auto-pagination by default: it will call the API as many times as needed. Note that it can affect your quota. We recommend using listUsableSubnetworksAsync()
method described below for async iteration which you can stop as needed. Please see the [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination) for more details and examples.
rollbackNodePoolUpgrade(request, options)
rollbackNodePoolUpgrade ( request ?: protos . google . container . v1 . IRollbackNodePoolUpgradeRequest , options ?: CallOptions ) : Promise <[ protos . google . container . v1 . IOperation , protos . google . container . v1 . IRollbackNodePoolUpgradeRequest | undefined , {} | undefined ]>;
Parameters
Name
Description
request
protos.google.container.v1.IRollbackNodePoolUpgradeRequest
options
CallOptions
Returns
Type
Description
Promise <[protos.google.container.v1.IOperation , protos.google.container.v1.IRollbackNodePoolUpgradeRequest | undefined, {} | undefined]>
rollbackNodePoolUpgrade(request, options, callback)
rollbackNodePoolUpgrade ( request : protos . google . container . v1 . IRollbackNodePoolUpgradeRequest , options : CallOptions , callback : Callback<protos . google . container . v1 . IOperation , protos . google . container . v1 . IRollbackNodePoolUpgradeRequest | null | undefined , {} | null | undefined >) : void ;
Parameters
Name
Description
request
protos.google.container.v1.IRollbackNodePoolUpgradeRequest
options
CallOptions
callback
Callback <protos.google.container.v1.IOperation , protos.google.container.v1.IRollbackNodePoolUpgradeRequest | null | undefined, {} | null | undefined>
Returns
rollbackNodePoolUpgrade(request, callback)
rollbackNodePoolUpgrade ( request : protos . google . container . v1 . IRollbackNodePoolUpgradeRequest , callback : Callback<protos . google . container . v1 . IOperation , protos . google . container . v1 . IRollbackNodePoolUpgradeRequest | null | undefined , {} | null | undefined >) : void ;
Parameters
Name
Description
request
protos.google.container.v1.IRollbackNodePoolUpgradeRequest
callback
Callback <protos.google.container.v1.IOperation , protos.google.container.v1.IRollbackNodePoolUpgradeRequest | null | undefined, {} | null | undefined>
Returns
setAddonsConfig(request, options)
setAddonsConfig ( request ?: protos . google . container . v1 . ISetAddonsConfigRequest , options ?: CallOptions ) : Promise <[ protos . google . container . v1 . IOperation , protos . google . container . v1 . ISetAddonsConfigRequest | undefined , {} | undefined ]>;
Parameters
Name
Description
request
protos.google.container.v1.ISetAddonsConfigRequest
options
CallOptions
Returns
Type
Description
Promise <[protos.google.container.v1.IOperation , protos.google.container.v1.ISetAddonsConfigRequest | undefined, {} | undefined]>
setAddonsConfig(request, options, callback)
setAddonsConfig ( request : protos . google . container . v1 . ISetAddonsConfigRequest , options : CallOptions , callback : Callback<protos . google . container . v1 . IOperation , protos . google . container . v1 . ISetAddonsConfigRequest | null | undefined , {} | null | undefined >) : void ;
Parameters
Name
Description
request
protos.google.container.v1.ISetAddonsConfigRequest
options
CallOptions
callback
Callback <protos.google.container.v1.IOperation , protos.google.container.v1.ISetAddonsConfigRequest | null | undefined, {} | null | undefined>
Returns
setAddonsConfig(request, callback)
setAddonsConfig ( request : protos . google . container . v1 . ISetAddonsConfigRequest , callback : Callback<protos . google . container . v1 . IOperation , protos . google . container . v1 . ISetAddonsConfigRequest | null | undefined , {} | null | undefined >) : void ;
Parameters
Name
Description
request
protos.google.container.v1.ISetAddonsConfigRequest
callback
Callback <protos.google.container.v1.IOperation , protos.google.container.v1.ISetAddonsConfigRequest | null | undefined, {} | null | undefined>
Returns
setLabels(request, options)
setLabels ( request ?: protos . google . container . v1 . ISetLabelsRequest , options ?: CallOptions ) : Promise <[ protos . google . container . v1 . IOperation , protos . google . container . v1 . ISetLabelsRequest | undefined , {} | undefined ]>;
Parameters
Name
Description
request
protos.google.container.v1.ISetLabelsRequest
options
CallOptions
Returns
Type
Description
Promise <[protos.google.container.v1.IOperation , protos.google.container.v1.ISetLabelsRequest | undefined, {} | undefined]>
setLabels(request, options, callback)
setLabels ( request : protos . google . container . v1 . ISetLabelsRequest , options : CallOptions , callback : Callback<protos . google . container . v1 . IOperation , protos . google . container . v1 . ISetLabelsRequest | null | undefined , {} | null | undefined >) : void ;
Parameters
Name
Description
request
protos.google.container.v1.ISetLabelsRequest
options
CallOptions
callback
Callback <protos.google.container.v1.IOperation , protos.google.container.v1.ISetLabelsRequest | null | undefined, {} | null | undefined>
Returns
setLabels(request, callback)
setLabels ( request : protos . google . container . v1 . ISetLabelsRequest , callback : Callback<protos . google . container . v1 . IOperation , protos . google . container . v1 . ISetLabelsRequest | null | undefined , {} | null | undefined >) : void ;
Parameters
Name
Description
request
protos.google.container.v1.ISetLabelsRequest
callback
Callback <protos.google.container.v1.IOperation , protos.google.container.v1.ISetLabelsRequest | null | undefined, {} | null | undefined>
Returns
setLegacyAbac(request, options)
setLegacyAbac ( request ?: protos . google . container . v1 . ISetLegacyAbacRequest , options ?: CallOptions ) : Promise <[ protos . google . container . v1 . IOperation , protos . google . container . v1 . ISetLegacyAbacRequest | undefined , {} | undefined ]>;
Parameters
Name
Description
request
protos.google.container.v1.ISetLegacyAbacRequest
options
CallOptions
Returns
Type
Description
Promise <[protos.google.container.v1.IOperation , protos.google.container.v1.ISetLegacyAbacRequest | undefined, {} | undefined]>
setLegacyAbac(request, options, callback)
setLegacyAbac ( request : protos . google . container . v1 . ISetLegacyAbacRequest , options : CallOptions , callback : Callback<protos . google . container . v1 . IOperation , protos . google . container . v1 . ISetLegacyAbacRequest | null | undefined , {} | null | undefined >) : void ;
Parameters
Name
Description
request
protos.google.container.v1.ISetLegacyAbacRequest
options
CallOptions
callback
Callback <protos.google.container.v1.IOperation , protos.google.container.v1.ISetLegacyAbacRequest | null | undefined, {} | null | undefined>
Returns
setLegacyAbac(request, callback)
setLegacyAbac ( request : protos . google . container . v1 . ISetLegacyAbacRequest , callback : Callback<protos . google . container . v1 . IOperation , protos . google . container . v1 . ISetLegacyAbacRequest | null | undefined , {} | null | undefined >) : void ;
Parameters
Name
Description
request
protos.google.container.v1.ISetLegacyAbacRequest
callback
Callback <protos.google.container.v1.IOperation , protos.google.container.v1.ISetLegacyAbacRequest | null | undefined, {} | null | undefined>
Returns
setLocations(request, options)
setLocations ( request ?: protos . google . container . v1 . ISetLocationsRequest , options ?: CallOptions ) : Promise <[ protos . google . container . v1 . IOperation , protos . google . container . v1 . ISetLocationsRequest | undefined , {} | undefined ]>;
Parameters
Name
Description
request
protos.google.container.v1.ISetLocationsRequest
options
CallOptions
Returns
Type
Description
Promise <[protos.google.container.v1.IOperation , protos.google.container.v1.ISetLocationsRequest | undefined, {} | undefined]>
setLocations(request, options, callback)
setLocations ( request : protos . google . container . v1 . ISetLocationsRequest , options : CallOptions , callback : Callback<protos . google . container . v1 . IOperation , protos . google . container . v1 . ISetLocationsRequest | null | undefined , {} | null | undefined >) : void ;
Parameters
Name
Description
request
protos.google.container.v1.ISetLocationsRequest
options
CallOptions
callback
Callback <protos.google.container.v1.IOperation , protos.google.container.v1.ISetLocationsRequest | null | undefined, {} | null | undefined>
Returns
setLocations(request, callback)
setLocations ( request : protos . google . container . v1 . ISetLocationsRequest , callback : Callback<protos . google . container . v1 . IOperation , protos . google . container . v1 . ISetLocationsRequest | null | undefined , {} | null | undefined >) : void ;
Parameters
Name
Description
request
protos.google.container.v1.ISetLocationsRequest
callback
Callback <protos.google.container.v1.IOperation , protos.google.container.v1.ISetLocationsRequest | null | undefined, {} | null | undefined>
Returns
setLoggingService(request, options)
setLoggingService ( request ?: protos . google . container . v1 . ISetLoggingServiceRequest , options ?: CallOptions ) : Promise <[ protos . google . container . v1 . IOperation , protos . google . container . v1 . ISetLoggingServiceRequest | undefined , {} | undefined ]>;
Parameters
Name
Description
request
protos.google.container.v1.ISetLoggingServiceRequest
options
CallOptions
Returns
Type
Description
Promise <[protos.google.container.v1.IOperation , protos.google.container.v1.ISetLoggingServiceRequest | undefined, {} | undefined]>
setLoggingService(request, options, callback)
setLoggingService ( request : protos . google . container . v1 . ISetLoggingServiceRequest , options : CallOptions , callback : Callback<protos . google . container . v1 . IOperation , protos . google . container . v1 . ISetLoggingServiceRequest | null | undefined , {} | null | undefined >) : void ;
Parameters
Name
Description
request
protos.google.container.v1.ISetLoggingServiceRequest
options
CallOptions
callback
Callback <protos.google.container.v1.IOperation , protos.google.container.v1.ISetLoggingServiceRequest | null | undefined, {} | null | undefined>
Returns
setLoggingService(request, callback)
setLoggingService ( request : protos . google . container . v1 . ISetLoggingServiceRequest , callback : Callback<protos . google . container . v1 . IOperation , protos . google . container . v1 . ISetLoggingServiceRequest | null | undefined , {} | null | undefined >) : void ;
Parameters
Name
Description
request
protos.google.container.v1.ISetLoggingServiceRequest
callback
Callback <protos.google.container.v1.IOperation , protos.google.container.v1.ISetLoggingServiceRequest | null | undefined, {} | null | undefined>
Returns
setMaintenancePolicy(request, options)
setMaintenancePolicy ( request ?: protos . google . container . v1 . ISetMaintenancePolicyRequest , options ?: CallOptions ) : Promise <[ protos . google . container . v1 . IOperation , protos . google . container . v1 . ISetMaintenancePolicyRequest | undefined , {} | undefined ]>;
Parameters
Name
Description
request
protos.google.container.v1.ISetMaintenancePolicyRequest
options
CallOptions
Returns
Type
Description
Promise <[protos.google.container.v1.IOperation , protos.google.container.v1.ISetMaintenancePolicyRequest | undefined, {} | undefined]>
setMaintenancePolicy(request, options, callback)
setMaintenancePolicy ( request : protos . google . container . v1 . ISetMaintenancePolicyRequest , options : CallOptions , callback : Callback<protos . google . container . v1 . IOperation , protos . google . container . v1 . ISetMaintenancePolicyRequest | null | undefined , {} | null | undefined >) : void ;
Parameters
Name
Description
request
protos.google.container.v1.ISetMaintenancePolicyRequest
options
CallOptions
callback
Callback <protos.google.container.v1.IOperation , protos.google.container.v1.ISetMaintenancePolicyRequest | null | undefined, {} | null | undefined>
Returns
setMaintenancePolicy(request, callback)
setMaintenancePolicy ( request : protos . google . container . v1 . ISetMaintenancePolicyRequest , callback : Callback<protos . google . container . v1 . IOperation , protos . google . container . v1 . ISetMaintenancePolicyRequest | null | undefined , {} | null | undefined >) : void ;
Parameters
Name
Description
request
protos.google.container.v1.ISetMaintenancePolicyRequest
callback
Callback <protos.google.container.v1.IOperation , protos.google.container.v1.ISetMaintenancePolicyRequest | null | undefined, {} | null | undefined>
Returns
setMasterAuth(request, options)
setMasterAuth ( request ?: protos . google . container . v1 . ISetMasterAuthRequest , options ?: CallOptions ) : Promise <[ protos . google . container . v1 . IOperation , protos . google . container . v1 . ISetMasterAuthRequest | undefined , {} | undefined ]>;
Parameters
Name
Description
request
protos.google.container.v1.ISetMasterAuthRequest
options
CallOptions
Returns
Type
Description
Promise <[protos.google.container.v1.IOperation , protos.google.container.v1.ISetMasterAuthRequest | undefined, {} | undefined]>
setMasterAuth(request, options, callback)
setMasterAuth ( request : protos . google . container . v1 . ISetMasterAuthRequest , options : CallOptions , callback : Callback<protos . google . container . v1 . IOperation , protos . google . container . v1 . ISetMasterAuthRequest | null | undefined , {} | null | undefined >) : void ;
Parameters
Name
Description
request
protos.google.container.v1.ISetMasterAuthRequest
options
CallOptions
callback
Callback <protos.google.container.v1.IOperation , protos.google.container.v1.ISetMasterAuthRequest | null | undefined, {} | null | undefined>
Returns
setMasterAuth(request, callback)
setMasterAuth ( request : protos . google . container . v1 . ISetMasterAuthRequest , callback : Callback<protos . google . container . v1 . IOperation , protos . google . container . v1 . ISetMasterAuthRequest | null | undefined , {} | null | undefined >) : void ;
Parameters
Name
Description
request
protos.google.container.v1.ISetMasterAuthRequest
callback
Callback <protos.google.container.v1.IOperation , protos.google.container.v1.ISetMasterAuthRequest | null | undefined, {} | null | undefined>
Returns
setMonitoringService(request, options)
setMonitoringService ( request ?: protos . google . container . v1 . ISetMonitoringServiceRequest , options ?: CallOptions ) : Promise <[ protos . google . container . v1 . IOperation , protos . google . container . v1 . ISetMonitoringServiceRequest | undefined , {} | undefined ]>;
Parameters
Name
Description
request
protos.google.container.v1.ISetMonitoringServiceRequest
options
CallOptions
Returns
Type
Description
Promise <[protos.google.container.v1.IOperation , protos.google.container.v1.ISetMonitoringServiceRequest | undefined, {} | undefined]>
setMonitoringService(request, options, callback)
setMonitoringService ( request : protos . google . container . v1 . ISetMonitoringServiceRequest , options : CallOptions , callback : Callback<protos . google . container . v1 . IOperation , protos . google . container . v1 . ISetMonitoringServiceRequest | null | undefined , {} | null | undefined >) : void ;
Parameters
Name
Description
request
protos.google.container.v1.ISetMonitoringServiceRequest
options
CallOptions
callback
Callback <protos.google.container.v1.IOperation , protos.google.container.v1.ISetMonitoringServiceRequest | null | undefined, {} | null | undefined>
Returns
setMonitoringService(request, callback)
setMonitoringService ( request : protos . google . container . v1 . ISetMonitoringServiceRequest , callback : Callback<protos . google . container . v1 . IOperation , protos . google . container . v1 . ISetMonitoringServiceRequest | null | undefined , {} | null | undefined >) : void ;
Parameters
Name
Description
request
protos.google.container.v1.ISetMonitoringServiceRequest
callback
Callback <protos.google.container.v1.IOperation , protos.google.container.v1.ISetMonitoringServiceRequest | null | undefined, {} | null | undefined>
Returns
setNetworkPolicy(request, options)
setNetworkPolicy ( request ?: protos . google . container . v1 . ISetNetworkPolicyRequest , options ?: CallOptions ) : Promise <[ protos . google . container . v1 . IOperation , protos . google . container . v1 . ISetNetworkPolicyRequest | undefined , {} | undefined ]>;
Parameters
Name
Description
request
protos.google.container.v1.ISetNetworkPolicyRequest
options
CallOptions
Returns
Type
Description
Promise <[protos.google.container.v1.IOperation , protos.google.container.v1.ISetNetworkPolicyRequest | undefined, {} | undefined]>
setNetworkPolicy(request, options, callback)
setNetworkPolicy ( request : protos . google . container . v1 . ISetNetworkPolicyRequest , options : CallOptions , callback : Callback<protos . google . container . v1 . IOperation , protos . google . container . v1 . ISetNetworkPolicyRequest | null | undefined , {} | null | undefined >) : void ;
Parameters
Name
Description
request
protos.google.container.v1.ISetNetworkPolicyRequest
options
CallOptions
callback
Callback <protos.google.container.v1.IOperation , protos.google.container.v1.ISetNetworkPolicyRequest | null | undefined, {} | null | undefined>
Returns
setNetworkPolicy(request, callback)
setNetworkPolicy ( request : protos . google . container . v1 . ISetNetworkPolicyRequest , callback : Callback<protos . google . container . v1 . IOperation , protos . google . container . v1 . ISetNetworkPolicyRequest | null | undefined , {} | null | undefined >) : void ;
Parameters
Name
Description
request
protos.google.container.v1.ISetNetworkPolicyRequest
callback
Callback <protos.google.container.v1.IOperation , protos.google.container.v1.ISetNetworkPolicyRequest | null | undefined, {} | null | undefined>
Returns
setNodePoolAutoscaling(request, options)
setNodePoolAutoscaling ( request ?: protos . google . container . v1 . ISetNodePoolAutoscalingRequest , options ?: CallOptions ) : Promise <[ protos . google . container . v1 . IOperation , protos . google . container . v1 . ISetNodePoolAutoscalingRequest | undefined , {} | undefined ]>;
Parameters
Name
Description
request
protos.google.container.v1.ISetNodePoolAutoscalingRequest
options
CallOptions
Returns
Type
Description
Promise <[protos.google.container.v1.IOperation , protos.google.container.v1.ISetNodePoolAutoscalingRequest | undefined, {} | undefined]>
setNodePoolAutoscaling(request, options, callback)
setNodePoolAutoscaling ( request : protos . google . container . v1 . ISetNodePoolAutoscalingRequest , options : CallOptions , callback : Callback<protos . google . container . v1 . IOperation , protos . google . container . v1 . ISetNodePoolAutoscalingRequest | null | undefined , {} | null | undefined >) : void ;
Parameters
Name
Description
request
protos.google.container.v1.ISetNodePoolAutoscalingRequest
options
CallOptions
callback
Callback <protos.google.container.v1.IOperation , protos.google.container.v1.ISetNodePoolAutoscalingRequest | null | undefined, {} | null | undefined>
Returns
setNodePoolAutoscaling(request, callback)
setNodePoolAutoscaling ( request : protos . google . container . v1 . ISetNodePoolAutoscalingRequest , callback : Callback<protos . google . container . v1 . IOperation , protos . google . container . v1 . ISetNodePoolAutoscalingRequest | null | undefined , {} | null | undefined >) : void ;
Parameters
Name
Description
request
protos.google.container.v1.ISetNodePoolAutoscalingRequest
callback
Callback <protos.google.container.v1.IOperation , protos.google.container.v1.ISetNodePoolAutoscalingRequest | null | undefined, {} | null | undefined>
Returns
setNodePoolManagement(request, options)
setNodePoolManagement ( request ?: protos . google . container . v1 . ISetNodePoolManagementRequest , options ?: CallOptions ) : Promise <[ protos . google . container . v1 . IOperation , protos . google . container . v1 . ISetNodePoolManagementRequest | undefined , {} | undefined ]>;
Parameters
Name
Description
request
protos.google.container.v1.ISetNodePoolManagementRequest
options
CallOptions
Returns
Type
Description
Promise <[protos.google.container.v1.IOperation , protos.google.container.v1.ISetNodePoolManagementRequest | undefined, {} | undefined]>
setNodePoolManagement(request, options, callback)
setNodePoolManagement ( request : protos . google . container . v1 . ISetNodePoolManagementRequest , options : CallOptions , callback : Callback<protos . google . container . v1 . IOperation , protos . google . container . v1 . ISetNodePoolManagementRequest | null | undefined , {} | null | undefined >) : void ;
Parameters
Name
Description
request
protos.google.container.v1.ISetNodePoolManagementRequest
options
CallOptions
callback
Callback <protos.google.container.v1.IOperation , protos.google.container.v1.ISetNodePoolManagementRequest | null | undefined, {} | null | undefined>
Returns
setNodePoolManagement(request, callback)
setNodePoolManagement ( request : protos . google . container . v1 . ISetNodePoolManagementRequest , callback : Callback<protos . google . container . v1 . IOperation , protos . google . container . v1 . ISetNodePoolManagementRequest | null | undefined , {} | null | undefined >) : void ;
Parameters
Name
Description
request
protos.google.container.v1.ISetNodePoolManagementRequest
callback
Callback <protos.google.container.v1.IOperation , protos.google.container.v1.ISetNodePoolManagementRequest | null | undefined, {} | null | undefined>
Returns
setNodePoolSize(request, options)
setNodePoolSize ( request ?: protos . google . container . v1 . ISetNodePoolSizeRequest , options ?: CallOptions ) : Promise <[ protos . google . container . v1 . IOperation , protos . google . container . v1 . ISetNodePoolSizeRequest | undefined , {} | undefined ]>;
Parameters
Name
Description
request
protos.google.container.v1.ISetNodePoolSizeRequest
options
CallOptions
Returns
Type
Description
Promise <[protos.google.container.v1.IOperation , protos.google.container.v1.ISetNodePoolSizeRequest | undefined, {} | undefined]>
setNodePoolSize(request, options, callback)
setNodePoolSize ( request : protos . google . container . v1 . ISetNodePoolSizeRequest , options : CallOptions , callback : Callback<protos . google . container . v1 . IOperation , protos . google . container . v1 . ISetNodePoolSizeRequest | null | undefined , {} | null | undefined >) : void ;
Parameters
Name
Description
request
protos.google.container.v1.ISetNodePoolSizeRequest
options
CallOptions
callback
Callback <protos.google.container.v1.IOperation , protos.google.container.v1.ISetNodePoolSizeRequest | null | undefined, {} | null | undefined>
Returns
setNodePoolSize(request, callback)
setNodePoolSize ( request : protos . google . container . v1 . ISetNodePoolSizeRequest , callback : Callback<protos . google . container . v1 . IOperation , protos . google . container . v1 . ISetNodePoolSizeRequest | null | undefined , {} | null | undefined >) : void ;
Parameters
Name
Description
request
protos.google.container.v1.ISetNodePoolSizeRequest
callback
Callback <protos.google.container.v1.IOperation , protos.google.container.v1.ISetNodePoolSizeRequest | null | undefined, {} | null | undefined>
Returns
startIPRotation(request, options)
startIPRotation ( request ?: protos . google . container . v1 . IStartIPRotationRequest , options ?: CallOptions ) : Promise <[ protos . google . container . v1 . IOperation , protos . google . container . v1 . IStartIPRotationRequest | undefined , {} | undefined ]>;
Parameters
Name
Description
request
protos.google.container.v1.IStartIPRotationRequest
options
CallOptions
Returns
Type
Description
Promise <[protos.google.container.v1.IOperation , protos.google.container.v1.IStartIPRotationRequest | undefined, {} | undefined]>
startIPRotation(request, options, callback)
startIPRotation ( request : protos . google . container . v1 . IStartIPRotationRequest , options : CallOptions , callback : Callback<protos . google . container . v1 . IOperation , protos . google . container . v1 . IStartIPRotationRequest | null | undefined , {} | null | undefined >) : void ;
Parameters
Name
Description
request
protos.google.container.v1.IStartIPRotationRequest
options
CallOptions
callback
Callback <protos.google.container.v1.IOperation , protos.google.container.v1.IStartIPRotationRequest | null | undefined, {} | null | undefined>
Returns
startIPRotation(request, callback)
startIPRotation ( request : protos . google . container . v1 . IStartIPRotationRequest , callback : Callback<protos . google . container . v1 . IOperation , protos . google . container . v1 . IStartIPRotationRequest | null | undefined , {} | null | undefined >) : void ;
Parameters
Name
Description
request
protos.google.container.v1.IStartIPRotationRequest
callback
Callback <protos.google.container.v1.IOperation , protos.google.container.v1.IStartIPRotationRequest | null | undefined, {} | null | undefined>
Returns
updateCluster(request, options)
updateCluster ( request ?: protos . google . container . v1 . IUpdateClusterRequest , options ?: CallOptions ) : Promise <[ protos . google . container . v1 . IOperation , protos . google . container . v1 . IUpdateClusterRequest | undefined , {} | undefined ]>;
Parameters
Name
Description
request
protos.google.container.v1.IUpdateClusterRequest
options
CallOptions
Returns
Type
Description
Promise <[protos.google.container.v1.IOperation , protos.google.container.v1.IUpdateClusterRequest | undefined, {} | undefined]>
updateCluster(request, options, callback)
updateCluster ( request : protos . google . container . v1 . IUpdateClusterRequest , options : CallOptions , callback : Callback<protos . google . container . v1 . IOperation , protos . google . container . v1 . IUpdateClusterRequest | null | undefined , {} | null | undefined >) : void ;
Parameters
Name
Description
request
protos.google.container.v1.IUpdateClusterRequest
options
CallOptions
callback
Callback <protos.google.container.v1.IOperation , protos.google.container.v1.IUpdateClusterRequest | null | undefined, {} | null | undefined>
Returns
updateCluster(request, callback)
updateCluster ( request : protos . google . container . v1 . IUpdateClusterRequest , callback : Callback<protos . google . container . v1 . IOperation , protos . google . container . v1 . IUpdateClusterRequest | null | undefined , {} | null | undefined >) : void ;
Parameters
Name
Description
request
protos.google.container.v1.IUpdateClusterRequest
callback
Callback <protos.google.container.v1.IOperation , protos.google.container.v1.IUpdateClusterRequest | null | undefined, {} | null | undefined>
Returns
updateMaster(request, options)
updateMaster ( request ?: protos . google . container . v1 . IUpdateMasterRequest , options ?: CallOptions ) : Promise <[ protos . google . container . v1 . IOperation , protos . google . container . v1 . IUpdateMasterRequest | undefined , {} | undefined ]>;
Parameters
Name
Description
request
protos.google.container.v1.IUpdateMasterRequest
options
CallOptions
Returns
Type
Description
Promise <[protos.google.container.v1.IOperation , protos.google.container.v1.IUpdateMasterRequest | undefined, {} | undefined]>
updateMaster(request, options, callback)
updateMaster ( request : protos . google . container . v1 . IUpdateMasterRequest , options : CallOptions , callback : Callback<protos . google . container . v1 . IOperation , protos . google . container . v1 . IUpdateMasterRequest | null | undefined , {} | null | undefined >) : void ;
Parameters
Name
Description
request
protos.google.container.v1.IUpdateMasterRequest
options
CallOptions
callback
Callback <protos.google.container.v1.IOperation , protos.google.container.v1.IUpdateMasterRequest | null | undefined, {} | null | undefined>
Returns
updateMaster(request, callback)
updateMaster ( request : protos . google . container . v1 . IUpdateMasterRequest , callback : Callback<protos . google . container . v1 . IOperation , protos . google . container . v1 . IUpdateMasterRequest | null | undefined , {} | null | undefined >) : void ;
Parameters
Name
Description
request
protos.google.container.v1.IUpdateMasterRequest
callback
Callback <protos.google.container.v1.IOperation , protos.google.container.v1.IUpdateMasterRequest | null | undefined, {} | null | undefined>
Returns
updateNodePool(request, options)
updateNodePool ( request ?: protos . google . container . v1 . IUpdateNodePoolRequest , options ?: CallOptions ) : Promise <[ protos . google . container . v1 . IOperation , protos . google . container . v1 . IUpdateNodePoolRequest | undefined , {} | undefined ]>;
Parameters
Name
Description
request
protos.google.container.v1.IUpdateNodePoolRequest
options
CallOptions
Returns
Type
Description
Promise <[protos.google.container.v1.IOperation , protos.google.container.v1.IUpdateNodePoolRequest | undefined, {} | undefined]>
updateNodePool(request, options, callback)
updateNodePool ( request : protos . google . container . v1 . IUpdateNodePoolRequest , options : CallOptions , callback : Callback<protos . google . container . v1 . IOperation , protos . google . container . v1 . IUpdateNodePoolRequest | null | undefined , {} | null | undefined >) : void ;
Parameters
Name
Description
request
protos.google.container.v1.IUpdateNodePoolRequest
options
CallOptions
callback
Callback <protos.google.container.v1.IOperation , protos.google.container.v1.IUpdateNodePoolRequest | null | undefined, {} | null | undefined>
Returns
updateNodePool(request, callback)
updateNodePool ( request : protos . google . container . v1 . IUpdateNodePoolRequest , callback : Callback<protos . google . container . v1 . IOperation , protos . google . container . v1 . IUpdateNodePoolRequest | null | undefined , {} | null | undefined >) : void ;
Parameters
Name
Description
request
protos.google.container.v1.IUpdateNodePoolRequest
callback
Callback <protos.google.container.v1.IOperation , protos.google.container.v1.IUpdateNodePoolRequest | null | undefined, {} | null | undefined>
Returns
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-05-02 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-05-02 UTC."],[],[]]