Class v1.AzureClustersClient (1.1.0)

The AzureClusters API provides a single centrally managed service to create and manage Anthos clusters that run on Azure infrastructure. v1

Package

@google-cloud/gkemulticloud

Constructors

(constructor)(opts, gaxInstance)

constructor(opts?: ClientOptions, gaxInstance?: typeof gax | typeof gax.fallback);

Construct an instance of AzureClustersClient.

Parameters
NameDescription
opts ClientOptions
gaxInstance typeof gax | typeof fallback

: loaded instance of google-gax. Useful if you need to avoid loading the default gRPC version and want to use the fallback HTTP implementation. Load only fallback version and pass it to the constructor: ``` const gax = require('google-gax/build/src/fallback'); // avoids loading google-gax with gRPC const client = new AzureClustersClient({fallback: true}, gax); ```

Properties

apiEndpoint

static get apiEndpoint(): string;

The DNS address for this API service - same as servicePath(), exists for compatibility reasons.

auth

auth: gax.GoogleAuth;

azureClustersStub

azureClustersStub?: Promise<{
        [name: string]: Function;
    }>;

descriptors

descriptors: Descriptors;

innerApiCalls

innerApiCalls: {
        [name: string]: Function;
    };

operationsClient

operationsClient: gax.OperationsClient;

pathTemplates

pathTemplates: {
        [name: string]: gax.PathTemplate;
    };

port

static get port(): number;

The port for this API service.

scopes

static get scopes(): string[];

The scopes needed to make gRPC calls for every method defined in this service.

servicePath

static get servicePath(): string;

The DNS address for this API service.

warn

warn: (code: string, message: string, warnType?: string) => void;

Methods

attachedClusterPath(project, location, attachedCluster)

attachedClusterPath(project: string, location: string, attachedCluster: string): string;

Return a fully-qualified attachedCluster resource name string.

Parameters
NameDescription
project string
location string
attachedCluster string
Returns
TypeDescription
string

{string} Resource name string.

attachedServerConfigPath(project, location)

attachedServerConfigPath(project: string, location: string): string;

Return a fully-qualified attachedServerConfig resource name string.

Parameters
NameDescription
project string
location string
Returns
TypeDescription
string

{string} Resource name string.

awsClusterPath(project, location, awsCluster)

awsClusterPath(project: string, location: string, awsCluster: string): string;

Return a fully-qualified awsCluster resource name string.

Parameters
NameDescription
project string
location string
awsCluster string
Returns
TypeDescription
string

{string} Resource name string.

awsNodePoolPath(project, location, awsCluster, awsNodePool)

awsNodePoolPath(project: string, location: string, awsCluster: string, awsNodePool: string): string;

Return a fully-qualified awsNodePool resource name string.

Parameters
NameDescription
project string
location string
awsCluster string
awsNodePool string
Returns
TypeDescription
string

{string} Resource name string.

awsServerConfigPath(project, location)

awsServerConfigPath(project: string, location: string): string;

Return a fully-qualified awsServerConfig resource name string.

Parameters
NameDescription
project string
location string
Returns
TypeDescription
string

{string} Resource name string.

azureClientPath(project, location, azureClient)

azureClientPath(project: string, location: string, azureClient: string): string;

Return a fully-qualified azureClient resource name string.

Parameters
NameDescription
project string
location string
azureClient string
Returns
TypeDescription
string

{string} Resource name string.

azureClusterPath(project, location, azureCluster)

azureClusterPath(project: string, location: string, azureCluster: string): string;

Return a fully-qualified azureCluster resource name string.

Parameters
NameDescription
project string
location string
azureCluster string
Returns
TypeDescription
string

{string} Resource name string.

azureNodePoolPath(project, location, azureCluster, azureNodePool)

azureNodePoolPath(project: string, location: string, azureCluster: string, azureNodePool: string): string;

Return a fully-qualified azureNodePool resource name string.

Parameters
NameDescription
project string
location string
azureCluster string
azureNodePool string
Returns
TypeDescription
string

{string} Resource name string.

azureServerConfigPath(project, location)

azureServerConfigPath(project: string, location: string): string;

Return a fully-qualified azureServerConfig resource name string.

Parameters
NameDescription
project string
location string
Returns
TypeDescription
string

{string} Resource name string.

cancelOperation(request, options, callback)

cancelOperation(request: protos.google.longrunning.CancelOperationRequest, options?: gax.CallOptions | Callback<protos.google.protobuf.Empty, protos.google.longrunning.CancelOperationRequest, {} | undefined | null>, callback?: Callback<protos.google.longrunning.CancelOperationRequest, protos.google.protobuf.Empty, {} | undefined | null>): Promise<protos.google.protobuf.Empty>;

Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns google.rpc.Code.UNIMPLEMENTED. Clients can use or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an value with a of 1, corresponding to Code.CANCELLED.

Parameters
NameDescription
request CancelOperationRequest

The request object that will be sent.

options CallOptions | Callback<protos.google.protobuf.Empty, protos.google.longrunning.CancelOperationRequest, {} | undefined | null>

Optional parameters. You can override the default settings for this call, e.g, timeout, retries, paginations, etc. See gax.CallOptions for the details.

callback Callback<protos.google.longrunning.CancelOperationRequest, protos.google.protobuf.Empty, {} | undefined | null>

The function which will be called with the result of the API call. {Promise} - The promise which resolves when API call finishes. The promise has a method named "cancel" which cancels the ongoing API call.

Returns
TypeDescription
Promise<protos.google.protobuf.Empty>
Example

const client = longrunning.operationsClient();
await client.cancelOperation({name: ''});

checkCreateAzureClientProgress(name)

checkCreateAzureClientProgress(name: string): Promise<LROperation<protos.google.cloud.gkemulticloud.v1.AzureClient, protos.google.cloud.gkemulticloud.v1.OperationMetadata>>;

Check the status of the long running operation returned by createAzureClient().

Parameter
NameDescription
name string

The operation name that will be passed.

Returns
TypeDescription
Promise<LROperation<protos.google.cloud.gkemulticloud.v1.AzureClient, protos.google.cloud.gkemulticloud.v1.OperationMetadata>>

{Promise} - The promise which resolves to an object. The decoded operation object has result and metadata field to get information from. Please see the documentation for more details and examples.

Example

  /**
   * This snippet has been automatically generated and should be regarded as a code template only.
   * It will require modifications to work.
   * It may require correct/in-range values for request initialization.
   * TODO(developer): Uncomment these variables before running the sample.
   */
  /**
   *  Required. The parent location where this
   *  AzureClient google.cloud.gkemulticloud.v1.AzureClient  resource will be
   *  created.
   *  Location names are formatted as `projects/

checkCreateAzureClusterProgress(name)

checkCreateAzureClusterProgress(name: string): Promise<LROperation<protos.google.cloud.gkemulticloud.v1.AzureCluster, protos.google.cloud.gkemulticloud.v1.OperationMetadata>>;

Check the status of the long running operation returned by createAzureCluster().

Parameter
NameDescription
name string

The operation name that will be passed.

Returns
TypeDescription
Promise<LROperation<protos.google.cloud.gkemulticloud.v1.AzureCluster, protos.google.cloud.gkemulticloud.v1.OperationMetadata>>

{Promise} - The promise which resolves to an object. The decoded operation object has result and metadata field to get information from. Please see the documentation for more details and examples.

Example

  /**
   * This snippet has been automatically generated and should be regarded as a code template only.
   * It will require modifications to work.
   * It may require correct/in-range values for request initialization.
   * TODO(developer): Uncomment these variables before running the sample.
   */
  /**
   *  Required. The parent location where this
   *  AzureCluster google.cloud.gkemulticloud.v1.AzureCluster  resource will be
   *  created.
   *  Location names are formatted as `projects/

checkCreateAzureNodePoolProgress(name)

checkCreateAzureNodePoolProgress(name: string): Promise<LROperation<protos.google.cloud.gkemulticloud.v1.AzureNodePool, protos.google.cloud.gkemulticloud.v1.OperationMetadata>>;

Check the status of the long running operation returned by createAzureNodePool().

Parameter
NameDescription
name string

The operation name that will be passed.

Returns
TypeDescription
Promise<LROperation<protos.google.cloud.gkemulticloud.v1.AzureNodePool, protos.google.cloud.gkemulticloud.v1.OperationMetadata>>

{Promise} - The promise which resolves to an object. The decoded operation object has result and metadata field to get information from. Please see the documentation for more details and examples.

Example

  /**
   * This snippet has been automatically generated and should be regarded as a code template only.
   * It will require modifications to work.
   * It may require correct/in-range values for request initialization.
   * TODO(developer): Uncomment these variables before running the sample.
   */
  /**
   *  Required. The AzureCluster google.cloud.gkemulticloud.v1.AzureCluster 
   *  resource where this node pool will be created.
   *  `AzureCluster` names are formatted as
   *  `projects/

checkDeleteAzureClientProgress(name)

checkDeleteAzureClientProgress(name: string): Promise<LROperation<protos.google.protobuf.Empty, protos.google.cloud.gkemulticloud.v1.OperationMetadata>>;

Check the status of the long running operation returned by deleteAzureClient().

Parameter
NameDescription
name string

The operation name that will be passed.

Returns
TypeDescription
Promise<LROperation<protos.google.protobuf.Empty, protos.google.cloud.gkemulticloud.v1.OperationMetadata>>

{Promise} - The promise which resolves to an object. The decoded operation object has result and metadata field to get information from. Please see the documentation for more details and examples.

Example

  /**
   * This snippet has been automatically generated and should be regarded as a code template only.
   * It will require modifications to work.
   * It may require correct/in-range values for request initialization.
   * TODO(developer): Uncomment these variables before running the sample.
   */
  /**
   *  Required. The resource name the
   *  AzureClient google.cloud.gkemulticloud.v1.AzureClient  to delete.
   *  AzureClient google.cloud.gkemulticloud.v1.AzureClient  names are
   *  formatted as
   *  `projects/

checkDeleteAzureClusterProgress(name)

checkDeleteAzureClusterProgress(name: string): Promise<LROperation<protos.google.protobuf.Empty, protos.google.cloud.gkemulticloud.v1.OperationMetadata>>;

Check the status of the long running operation returned by deleteAzureCluster().

Parameter
NameDescription
name string

The operation name that will be passed.

Returns
TypeDescription
Promise<LROperation<protos.google.protobuf.Empty, protos.google.cloud.gkemulticloud.v1.OperationMetadata>>

{Promise} - The promise which resolves to an object. The decoded operation object has result and metadata field to get information from. Please see the documentation for more details and examples.

Example

  /**
   * This snippet has been automatically generated and should be regarded as a code template only.
   * It will require modifications to work.
   * It may require correct/in-range values for request initialization.
   * TODO(developer): Uncomment these variables before running the sample.
   */
  /**
   *  Required. The resource name the
   *  AzureCluster google.cloud.gkemulticloud.v1.AzureCluster  to delete.
   *  `AzureCluster` names are formatted as
   *  `projects/

checkDeleteAzureNodePoolProgress(name)

checkDeleteAzureNodePoolProgress(name: string): Promise<LROperation<protos.google.protobuf.Empty, protos.google.cloud.gkemulticloud.v1.OperationMetadata>>;

Check the status of the long running operation returned by deleteAzureNodePool().

Parameter
NameDescription
name string

The operation name that will be passed.

Returns
TypeDescription
Promise<LROperation<protos.google.protobuf.Empty, protos.google.cloud.gkemulticloud.v1.OperationMetadata>>

{Promise} - The promise which resolves to an object. The decoded operation object has result and metadata field to get information from. Please see the documentation for more details and examples.

Example

  /**
   * This snippet has been automatically generated and should be regarded as a code template only.
   * It will require modifications to work.
   * It may require correct/in-range values for request initialization.
   * TODO(developer): Uncomment these variables before running the sample.
   */
  /**
   *  Required. The resource name the
   *  AzureNodePool google.cloud.gkemulticloud.v1.AzureNodePool  to delete.
   *  `AzureNodePool` names are formatted as
   *  `projects/

checkUpdateAzureClusterProgress(name)

checkUpdateAzureClusterProgress(name: string): Promise<LROperation<protos.google.cloud.gkemulticloud.v1.AzureCluster, protos.google.cloud.gkemulticloud.v1.OperationMetadata>>;

Check the status of the long running operation returned by updateAzureCluster().

Parameter
NameDescription
name string

The operation name that will be passed.

Returns
TypeDescription
Promise<LROperation<protos.google.cloud.gkemulticloud.v1.AzureCluster, protos.google.cloud.gkemulticloud.v1.OperationMetadata>>

{Promise} - The promise which resolves to an object. The decoded operation object has result and metadata field to get information from. Please see the documentation for more details and examples.

Example

  /**
   * This snippet has been automatically generated and should be regarded as a code template only.
   * It will require modifications to work.
   * It may require correct/in-range values for request initialization.
   * TODO(developer): Uncomment these variables before running the sample.
   */
  /**
   *  Required. The AzureCluster google.cloud.gkemulticloud.v1.AzureCluster 
   *  resource to update.
   */
  // const azureCluster = {}
  /**
   *  If set, only validate the request, but do not actually update the cluster.
   */
  // const validateOnly = true
  /**
   *  Required. Mask of fields to update. At least one path must be supplied in
   *  this field. The elements of the repeated paths field can only include these
   *  fields from AzureCluster google.cloud.gkemulticloud.v1.AzureCluster:
   *   *   `description`.
   *   *   `azureClient`.
   *   *   `control_plane.version`.
   *   *   `control_plane.vm_size`.
   *   *   `annotations`.
   *   *   `authorization.admin_users`.
   *   *   `authorization.admin_groups`.
   *   *   `control_plane.root_volume.size_gib`.
   *   *   `azure_services_authentication`.
   *   *   `azure_services_authentication.tenant_id`.
   *   *   `azure_services_authentication.application_id`.
   *   *   `control_plane.proxy_config`.
   *   *   `control_plane.proxy_config.resource_group_id`.
   *   *   `control_plane.proxy_config.secret_id`.
   *   *   `control_plane.ssh_config.authorized_key`.
   *   *   `logging_config.component_config.enable_components`
   *   *   `monitoring_config.managed_prometheus_config.enabled`.
   */
  // const updateMask = {}

  // Imports the Gkemulticloud library
  const {AzureClustersClient} = require('@google-cloud/gkemulticloud').v1;

  // Instantiates a client
  const gkemulticloudClient = new AzureClustersClient();

  async function callUpdateAzureCluster() {
    // Construct request
    const request = {
      azureCluster,
      updateMask,
    };

    // Run request
    const [operation] = await gkemulticloudClient.updateAzureCluster(request);
    const [response] = await operation.promise();
    console.log(response);
  }

  callUpdateAzureCluster();

checkUpdateAzureNodePoolProgress(name)

checkUpdateAzureNodePoolProgress(name: string): Promise<LROperation<protos.google.cloud.gkemulticloud.v1.AzureNodePool, protos.google.cloud.gkemulticloud.v1.OperationMetadata>>;

Check the status of the long running operation returned by updateAzureNodePool().

Parameter
NameDescription
name string

The operation name that will be passed.

Returns
TypeDescription
Promise<LROperation<protos.google.cloud.gkemulticloud.v1.AzureNodePool, protos.google.cloud.gkemulticloud.v1.OperationMetadata>>

{Promise} - The promise which resolves to an object. The decoded operation object has result and metadata field to get information from. Please see the documentation for more details and examples.

Example

  /**
   * This snippet has been automatically generated and should be regarded as a code template only.
   * It will require modifications to work.
   * It may require correct/in-range values for request initialization.
   * TODO(developer): Uncomment these variables before running the sample.
   */
  /**
   *  Required. The AzureNodePool google.cloud.gkemulticloud.v1.AzureNodePool 
   *  resource to update.
   */
  // const azureNodePool = {}
  /**
   *  If set, only validate the request, but don't actually update the node pool.
   */
  // const validateOnly = true
  /**
   *  Required. Mask of fields to update. At least one path must be supplied in
   *  this field. The elements of the repeated paths field can only include these
   *  fields from AzureNodePool google.cloud.gkemulticloud.v1.AzureNodePool:
   *   *.  `annotations`.
   *   *   `version`.
   *   *   `autoscaling.min_node_count`.
   *   *   `autoscaling.max_node_count`.
   *   *   `config.ssh_config.authorized_key`.
   *   *   `management.auto_repair`.
   *   *   `management`.
   */
  // const updateMask = {}

  // Imports the Gkemulticloud library
  const {AzureClustersClient} = require('@google-cloud/gkemulticloud').v1;

  // Instantiates a client
  const gkemulticloudClient = new AzureClustersClient();

  async function callUpdateAzureNodePool() {
    // Construct request
    const request = {
      azureNodePool,
      updateMask,
    };

    // Run request
    const [operation] = await gkemulticloudClient.updateAzureNodePool(request);
    const [response] = await operation.promise();
    console.log(response);
  }

  callUpdateAzureNodePool();

close()

close(): Promise<void>;

Terminate the gRPC channel and close the client.

The client will no longer be usable and all future behavior is undefined.

Returns
TypeDescription
Promise<void>

{Promise} A promise that resolves when the client is closed.

createAzureClient(request, options)

createAzureClient(request?: protos.google.cloud.gkemulticloud.v1.ICreateAzureClientRequest, options?: CallOptions): Promise<[
        LROperation<protos.google.cloud.gkemulticloud.v1.IAzureClient, protos.google.cloud.gkemulticloud.v1.IOperationMetadata>,
        protos.google.longrunning.IOperation | undefined,
        {} | undefined
    ]>;

Creates a new AzureClient resource on a given Google Cloud project and region.

AzureClient resources hold client authentication information needed by the Anthos Multicloud API to manage Azure resources on your Azure subscription on your behalf.

If successful, the response contains a newly created Operation resource that can be described to track the status of the operation.

Parameters
NameDescription
request ICreateAzureClientRequest

The request object that will be sent.

options CallOptions

Call options. See CallOptions for more details.

Returns
TypeDescription
Promise<[ LROperation<protos.google.cloud.gkemulticloud.v1.IAzureClient, protos.google.cloud.gkemulticloud.v1.IOperationMetadata>, protos.google.longrunning.IOperation | undefined, {} | undefined ]>

{Promise} - The promise which resolves to an array. The first element of the array is an object representing a long running operation. Its promise() method returns a promise you can await for. Please see the documentation for more details and examples.

Example

  /**
   * This snippet has been automatically generated and should be regarded as a code template only.
   * It will require modifications to work.
   * It may require correct/in-range values for request initialization.
   * TODO(developer): Uncomment these variables before running the sample.
   */
  /**
   *  Required. The parent location where this
   *  AzureClient google.cloud.gkemulticloud.v1.AzureClient  resource will be
   *  created.
   *  Location names are formatted as `projects/

createAzureClient(request, options, callback)

createAzureClient(request: protos.google.cloud.gkemulticloud.v1.ICreateAzureClientRequest, options: CallOptions, callback: Callback<LROperation<protos.google.cloud.gkemulticloud.v1.IAzureClient, protos.google.cloud.gkemulticloud.v1.IOperationMetadata>, protos.google.longrunning.IOperation | null | undefined, {} | null | undefined>): void;
Parameters
NameDescription
request ICreateAzureClientRequest
options CallOptions
callback Callback<LROperation<protos.google.cloud.gkemulticloud.v1.IAzureClient, protos.google.cloud.gkemulticloud.v1.IOperationMetadata>, protos.google.longrunning.IOperation | null | undefined, {} | null | undefined>
Returns
TypeDescription
void

createAzureClient(request, callback)

createAzureClient(request: protos.google.cloud.gkemulticloud.v1.ICreateAzureClientRequest, callback: Callback<LROperation<protos.google.cloud.gkemulticloud.v1.IAzureClient, protos.google.cloud.gkemulticloud.v1.IOperationMetadata>, protos.google.longrunning.IOperation | null | undefined, {} | null | undefined>): void;
Parameters
NameDescription
request ICreateAzureClientRequest
callback Callback<LROperation<protos.google.cloud.gkemulticloud.v1.IAzureClient, protos.google.cloud.gkemulticloud.v1.IOperationMetadata>, protos.google.longrunning.IOperation | null | undefined, {} | null | undefined>
Returns
TypeDescription
void

createAzureCluster(request, options)

createAzureCluster(request?: protos.google.cloud.gkemulticloud.v1.ICreateAzureClusterRequest, options?: CallOptions): Promise<[
        LROperation<protos.google.cloud.gkemulticloud.v1.IAzureCluster, protos.google.cloud.gkemulticloud.v1.IOperationMetadata>,
        protos.google.longrunning.IOperation | undefined,
        {} | undefined
    ]>;

Creates a new resource on a given Google Cloud Platform project and region.

If successful, the response contains a newly created Operation resource that can be described to track the status of the operation.

Parameters
NameDescription
request ICreateAzureClusterRequest

The request object that will be sent.

options CallOptions

Call options. See CallOptions for more details.

Returns
TypeDescription
Promise<[ LROperation<protos.google.cloud.gkemulticloud.v1.IAzureCluster, protos.google.cloud.gkemulticloud.v1.IOperationMetadata>, protos.google.longrunning.IOperation | undefined, {} | undefined ]>

{Promise} - The promise which resolves to an array. The first element of the array is an object representing a long running operation. Its promise() method returns a promise you can await for. Please see the documentation for more details and examples.

Example

  /**
   * This snippet has been automatically generated and should be regarded as a code template only.
   * It will require modifications to work.
   * It may require correct/in-range values for request initialization.
   * TODO(developer): Uncomment these variables before running the sample.
   */
  /**
   *  Required. The parent location where this
   *  AzureCluster google.cloud.gkemulticloud.v1.AzureCluster  resource will be
   *  created.
   *  Location names are formatted as `projects/

createAzureCluster(request, options, callback)

createAzureCluster(request: protos.google.cloud.gkemulticloud.v1.ICreateAzureClusterRequest, options: CallOptions, callback: Callback<LROperation<protos.google.cloud.gkemulticloud.v1.IAzureCluster, protos.google.cloud.gkemulticloud.v1.IOperationMetadata>, protos.google.longrunning.IOperation | null | undefined, {} | null | undefined>): void;
Parameters
NameDescription
request ICreateAzureClusterRequest
options CallOptions
callback Callback<LROperation<protos.google.cloud.gkemulticloud.v1.IAzureCluster, protos.google.cloud.gkemulticloud.v1.IOperationMetadata>, protos.google.longrunning.IOperation | null | undefined, {} | null | undefined>
Returns
TypeDescription
void

createAzureCluster(request, callback)

createAzureCluster(request: protos.google.cloud.gkemulticloud.v1.ICreateAzureClusterRequest, callback: Callback<LROperation<protos.google.cloud.gkemulticloud.v1.IAzureCluster, protos.google.cloud.gkemulticloud.v1.IOperationMetadata>, protos.google.longrunning.IOperation | null | undefined, {} | null | undefined>): void;
Parameters
NameDescription
request ICreateAzureClusterRequest
callback Callback<LROperation<protos.google.cloud.gkemulticloud.v1.IAzureCluster, protos.google.cloud.gkemulticloud.v1.IOperationMetadata>, protos.google.longrunning.IOperation | null | undefined, {} | null | undefined>
Returns
TypeDescription
void

createAzureNodePool(request, options)

createAzureNodePool(request?: protos.google.cloud.gkemulticloud.v1.ICreateAzureNodePoolRequest, options?: CallOptions): Promise<[
        LROperation<protos.google.cloud.gkemulticloud.v1.IAzureNodePool, protos.google.cloud.gkemulticloud.v1.IOperationMetadata>,
        protos.google.longrunning.IOperation | undefined,
        {} | undefined
    ]>;

Creates a new , attached to a given .

If successful, the response contains a newly created Operation resource that can be described to track the status of the operation.

Parameters
NameDescription
request ICreateAzureNodePoolRequest

The request object that will be sent.

options CallOptions

Call options. See CallOptions for more details.

Returns
TypeDescription
Promise<[ LROperation<protos.google.cloud.gkemulticloud.v1.IAzureNodePool, protos.google.cloud.gkemulticloud.v1.IOperationMetadata>, protos.google.longrunning.IOperation | undefined, {} | undefined ]>

{Promise} - The promise which resolves to an array. The first element of the array is an object representing a long running operation. Its promise() method returns a promise you can await for. Please see the documentation for more details and examples.

Example

  /**
   * This snippet has been automatically generated and should be regarded as a code template only.
   * It will require modifications to work.
   * It may require correct/in-range values for request initialization.
   * TODO(developer): Uncomment these variables before running the sample.
   */
  /**
   *  Required. The AzureCluster google.cloud.gkemulticloud.v1.AzureCluster 
   *  resource where this node pool will be created.
   *  `AzureCluster` names are formatted as
   *  `projects/

createAzureNodePool(request, options, callback)

createAzureNodePool(request: protos.google.cloud.gkemulticloud.v1.ICreateAzureNodePoolRequest, options: CallOptions, callback: Callback<LROperation<protos.google.cloud.gkemulticloud.v1.IAzureNodePool, protos.google.cloud.gkemulticloud.v1.IOperationMetadata>, protos.google.longrunning.IOperation | null | undefined, {} | null | undefined>): void;
Parameters
NameDescription
request ICreateAzureNodePoolRequest
options CallOptions
callback Callback<LROperation<protos.google.cloud.gkemulticloud.v1.IAzureNodePool, protos.google.cloud.gkemulticloud.v1.IOperationMetadata>, protos.google.longrunning.IOperation | null | undefined, {} | null | undefined>
Returns
TypeDescription
void

createAzureNodePool(request, callback)

createAzureNodePool(request: protos.google.cloud.gkemulticloud.v1.ICreateAzureNodePoolRequest, callback: Callback<LROperation<protos.google.cloud.gkemulticloud.v1.IAzureNodePool, protos.google.cloud.gkemulticloud.v1.IOperationMetadata>, protos.google.longrunning.IOperation | null | undefined, {} | null | undefined>): void;
Parameters
NameDescription
request ICreateAzureNodePoolRequest
callback Callback<LROperation<protos.google.cloud.gkemulticloud.v1.IAzureNodePool, protos.google.cloud.gkemulticloud.v1.IOperationMetadata>, protos.google.longrunning.IOperation | null | undefined, {} | null | undefined>
Returns
TypeDescription
void

deleteAzureClient(request, options)

deleteAzureClient(request?: protos.google.cloud.gkemulticloud.v1.IDeleteAzureClientRequest, options?: CallOptions): Promise<[
        LROperation<protos.google.protobuf.IEmpty, protos.google.cloud.gkemulticloud.v1.IOperationMetadata>,
        protos.google.longrunning.IOperation | undefined,
        {} | undefined
    ]>;

Deletes a specific AzureClient resource.

If the client is used by one or more clusters, deletion will fail and a FAILED_PRECONDITION error will be returned.

If successful, the response contains a newly created Operation resource that can be described to track the status of the operation.

Parameters
NameDescription
request IDeleteAzureClientRequest

The request object that will be sent.

options CallOptions

Call options. See CallOptions for more details.

Returns
TypeDescription
Promise<[ LROperation<protos.google.protobuf.IEmpty, protos.google.cloud.gkemulticloud.v1.IOperationMetadata>, protos.google.longrunning.IOperation | undefined, {} | undefined ]>

{Promise} - The promise which resolves to an array. The first element of the array is an object representing a long running operation. Its promise() method returns a promise you can await for. Please see the documentation for more details and examples.

Example

  /**
   * This snippet has been automatically generated and should be regarded as a code template only.
   * It will require modifications to work.
   * It may require correct/in-range values for request initialization.
   * TODO(developer): Uncomment these variables before running the sample.
   */
  /**
   *  Required. The resource name the
   *  AzureClient google.cloud.gkemulticloud.v1.AzureClient  to delete.
   *  AzureClient google.cloud.gkemulticloud.v1.AzureClient  names are
   *  formatted as
   *  `projects/

deleteAzureClient(request, options, callback)

deleteAzureClient(request: protos.google.cloud.gkemulticloud.v1.IDeleteAzureClientRequest, options: CallOptions, callback: Callback<LROperation<protos.google.protobuf.IEmpty, protos.google.cloud.gkemulticloud.v1.IOperationMetadata>, protos.google.longrunning.IOperation | null | undefined, {} | null | undefined>): void;
Parameters
NameDescription
request IDeleteAzureClientRequest
options CallOptions
callback Callback<LROperation<protos.google.protobuf.IEmpty, protos.google.cloud.gkemulticloud.v1.IOperationMetadata>, protos.google.longrunning.IOperation | null | undefined, {} | null | undefined>
Returns
TypeDescription
void

deleteAzureClient(request, callback)

deleteAzureClient(request: protos.google.cloud.gkemulticloud.v1.IDeleteAzureClientRequest, callback: Callback<LROperation<protos.google.protobuf.IEmpty, protos.google.cloud.gkemulticloud.v1.IOperationMetadata>, protos.google.longrunning.IOperation | null | undefined, {} | null | undefined>): void;
Parameters
NameDescription
request IDeleteAzureClientRequest
callback Callback<LROperation<protos.google.protobuf.IEmpty, protos.google.cloud.gkemulticloud.v1.IOperationMetadata>, protos.google.longrunning.IOperation | null | undefined, {} | null | undefined>
Returns
TypeDescription
void

deleteAzureCluster(request, options)

deleteAzureCluster(request?: protos.google.cloud.gkemulticloud.v1.IDeleteAzureClusterRequest, options?: CallOptions): Promise<[
        LROperation<protos.google.protobuf.IEmpty, protos.google.cloud.gkemulticloud.v1.IOperationMetadata>,
        protos.google.longrunning.IOperation | undefined,
        {} | undefined
    ]>;

Deletes a specific resource.

Fails if the cluster has one or more associated resources.

If successful, the response contains a newly created Operation resource that can be described to track the status of the operation.

Parameters
NameDescription
request IDeleteAzureClusterRequest

The request object that will be sent.

options CallOptions

Call options. See CallOptions for more details.

Returns
TypeDescription
Promise<[ LROperation<protos.google.protobuf.IEmpty, protos.google.cloud.gkemulticloud.v1.IOperationMetadata>, protos.google.longrunning.IOperation | undefined, {} | undefined ]>

{Promise} - The promise which resolves to an array. The first element of the array is an object representing a long running operation. Its promise() method returns a promise you can await for. Please see the documentation for more details and examples.

Example

  /**
   * This snippet has been automatically generated and should be regarded as a code template only.
   * It will require modifications to work.
   * It may require correct/in-range values for request initialization.
   * TODO(developer): Uncomment these variables before running the sample.
   */
  /**
   *  Required. The resource name the
   *  AzureCluster google.cloud.gkemulticloud.v1.AzureCluster  to delete.
   *  `AzureCluster` names are formatted as
   *  `projects/

deleteAzureCluster(request, options, callback)

deleteAzureCluster(request: protos.google.cloud.gkemulticloud.v1.IDeleteAzureClusterRequest, options: CallOptions, callback: Callback<LROperation<protos.google.protobuf.IEmpty, protos.google.cloud.gkemulticloud.v1.IOperationMetadata>, protos.google.longrunning.IOperation | null | undefined, {} | null | undefined>): void;
Parameters
NameDescription
request IDeleteAzureClusterRequest
options CallOptions
callback Callback<LROperation<protos.google.protobuf.IEmpty, protos.google.cloud.gkemulticloud.v1.IOperationMetadata>, protos.google.longrunning.IOperation | null | undefined, {} | null | undefined>
Returns
TypeDescription
void

deleteAzureCluster(request, callback)

deleteAzureCluster(request: protos.google.cloud.gkemulticloud.v1.IDeleteAzureClusterRequest, callback: Callback<LROperation<protos.google.protobuf.IEmpty, protos.google.cloud.gkemulticloud.v1.IOperationMetadata>, protos.google.longrunning.IOperation | null | undefined, {} | null | undefined>): void;
Parameters
NameDescription
request IDeleteAzureClusterRequest
callback Callback<LROperation<protos.google.protobuf.IEmpty, protos.google.cloud.gkemulticloud.v1.IOperationMetadata>, protos.google.longrunning.IOperation | null | undefined, {} | null | undefined>
Returns
TypeDescription
void

deleteAzureNodePool(request, options)

deleteAzureNodePool(request?: protos.google.cloud.gkemulticloud.v1.IDeleteAzureNodePoolRequest, options?: CallOptions): Promise<[
        LROperation<protos.google.protobuf.IEmpty, protos.google.cloud.gkemulticloud.v1.IOperationMetadata>,
        protos.google.longrunning.IOperation | undefined,
        {} | undefined
    ]>;

Deletes a specific resource.

If successful, the response contains a newly created Operation resource that can be described to track the status of the operation.

Parameters
NameDescription
request IDeleteAzureNodePoolRequest

The request object that will be sent.

options CallOptions

Call options. See CallOptions for more details.

Returns
TypeDescription
Promise<[ LROperation<protos.google.protobuf.IEmpty, protos.google.cloud.gkemulticloud.v1.IOperationMetadata>, protos.google.longrunning.IOperation | undefined, {} | undefined ]>

{Promise} - The promise which resolves to an array. The first element of the array is an object representing a long running operation. Its promise() method returns a promise you can await for. Please see the documentation for more details and examples.

Example

  /**
   * This snippet has been automatically generated and should be regarded as a code template only.
   * It will require modifications to work.
   * It may require correct/in-range values for request initialization.
   * TODO(developer): Uncomment these variables before running the sample.
   */
  /**
   *  Required. The resource name the
   *  AzureNodePool google.cloud.gkemulticloud.v1.AzureNodePool  to delete.
   *  `AzureNodePool` names are formatted as
   *  `projects/

deleteAzureNodePool(request, options, callback)

deleteAzureNodePool(request: protos.google.cloud.gkemulticloud.v1.IDeleteAzureNodePoolRequest, options: CallOptions, callback: Callback<LROperation<protos.google.protobuf.IEmpty, protos.google.cloud.gkemulticloud.v1.IOperationMetadata>, protos.google.longrunning.IOperation | null | undefined, {} | null | undefined>): void;
Parameters
NameDescription
request IDeleteAzureNodePoolRequest
options CallOptions
callback Callback<LROperation<protos.google.protobuf.IEmpty, protos.google.cloud.gkemulticloud.v1.IOperationMetadata>, protos.google.longrunning.IOperation | null | undefined, {} | null | undefined>
Returns
TypeDescription
void

deleteAzureNodePool(request, callback)

deleteAzureNodePool(request: protos.google.cloud.gkemulticloud.v1.IDeleteAzureNodePoolRequest, callback: Callback<LROperation<protos.google.protobuf.IEmpty, protos.google.cloud.gkemulticloud.v1.IOperationMetadata>, protos.google.longrunning.IOperation | null | undefined, {} | null | undefined>): void;
Parameters
NameDescription
request IDeleteAzureNodePoolRequest
callback Callback<LROperation<protos.google.protobuf.IEmpty, protos.google.cloud.gkemulticloud.v1.IOperationMetadata>, protos.google.longrunning.IOperation | null | undefined, {} | null | undefined>
Returns
TypeDescription
void

deleteOperation(request, options, callback)

deleteOperation(request: protos.google.longrunning.DeleteOperationRequest, options?: gax.CallOptions | Callback<protos.google.protobuf.Empty, protos.google.longrunning.DeleteOperationRequest, {} | null | undefined>, callback?: Callback<protos.google.protobuf.Empty, protos.google.longrunning.DeleteOperationRequest, {} | null | undefined>): Promise<protos.google.protobuf.Empty>;

Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns google.rpc.Code.UNIMPLEMENTED.

Parameters
NameDescription
request DeleteOperationRequest

The request object that will be sent.

options CallOptions | Callback<protos.google.protobuf.Empty, protos.google.longrunning.DeleteOperationRequest, {} | null | undefined>

Optional parameters. You can override the default settings for this call, e.g, timeout, retries, paginations, etc. See gax.CallOptions for the details.

callback Callback<protos.google.protobuf.Empty, protos.google.longrunning.DeleteOperationRequest, {} | null | undefined>

The function which will be called with the result of the API call. {Promise} - The promise which resolves when API call finishes. The promise has a method named "cancel" which cancels the ongoing API call.

Returns
TypeDescription
Promise<protos.google.protobuf.Empty>
Example

const client = longrunning.operationsClient();
await client.deleteOperation({name: ''});

generateAzureAccessToken(request, options)

generateAzureAccessToken(request?: protos.google.cloud.gkemulticloud.v1.IGenerateAzureAccessTokenRequest, options?: CallOptions): Promise<[
        protos.google.cloud.gkemulticloud.v1.IGenerateAzureAccessTokenResponse,
        (protos.google.cloud.gkemulticloud.v1.IGenerateAzureAccessTokenRequest | undefined),
        {} | undefined
    ]>;

Generates a short-lived access token to authenticate to a given resource.

Parameters
NameDescription
request IGenerateAzureAccessTokenRequest

The request object that will be sent.

options CallOptions

Call options. See CallOptions for more details.

Returns
TypeDescription
Promise<[ protos.google.cloud.gkemulticloud.v1.IGenerateAzureAccessTokenResponse, (protos.google.cloud.gkemulticloud.v1.IGenerateAzureAccessTokenRequest | undefined), {} | undefined ]>

{Promise} - The promise which resolves to an array. The first element of the array is an object representing GenerateAzureAccessTokenResponse. Please see the documentation for more details and examples.

Example

  /**
   * This snippet has been automatically generated and should be regarded as a code template only.
   * It will require modifications to work.
   * It may require correct/in-range values for request initialization.
   * TODO(developer): Uncomment these variables before running the sample.
   */
  /**
   *  Required. The name of the
   *  AzureCluster google.cloud.gkemulticloud.v1.AzureCluster  resource to
   *  authenticate to.
   *  `AzureCluster` names are formatted as
   *  `projects/

generateAzureAccessToken(request, options, callback)

generateAzureAccessToken(request: protos.google.cloud.gkemulticloud.v1.IGenerateAzureAccessTokenRequest, options: CallOptions, callback: Callback<protos.google.cloud.gkemulticloud.v1.IGenerateAzureAccessTokenResponse, protos.google.cloud.gkemulticloud.v1.IGenerateAzureAccessTokenRequest | null | undefined, {} | null | undefined>): void;
Parameters
NameDescription
request IGenerateAzureAccessTokenRequest
options CallOptions
callback Callback<protos.google.cloud.gkemulticloud.v1.IGenerateAzureAccessTokenResponse, protos.google.cloud.gkemulticloud.v1.IGenerateAzureAccessTokenRequest | null | undefined, {} | null | undefined>
Returns
TypeDescription
void

generateAzureAccessToken(request, callback)

generateAzureAccessToken(request: protos.google.cloud.gkemulticloud.v1.IGenerateAzureAccessTokenRequest, callback: Callback<protos.google.cloud.gkemulticloud.v1.IGenerateAzureAccessTokenResponse, protos.google.cloud.gkemulticloud.v1.IGenerateAzureAccessTokenRequest | null | undefined, {} | null | undefined>): void;
Parameters
NameDescription
request IGenerateAzureAccessTokenRequest
callback Callback<protos.google.cloud.gkemulticloud.v1.IGenerateAzureAccessTokenResponse, protos.google.cloud.gkemulticloud.v1.IGenerateAzureAccessTokenRequest | null | undefined, {} | null | undefined>
Returns
TypeDescription
void

generateAzureClusterAgentToken(request, options)

generateAzureClusterAgentToken(request?: protos.google.cloud.gkemulticloud.v1.IGenerateAzureClusterAgentTokenRequest, options?: CallOptions): Promise<[
        protos.google.cloud.gkemulticloud.v1.IGenerateAzureClusterAgentTokenResponse,
        (protos.google.cloud.gkemulticloud.v1.IGenerateAzureClusterAgentTokenRequest | undefined),
        {} | undefined
    ]>;

Generates an access token for a cluster agent.

Parameters
NameDescription
request IGenerateAzureClusterAgentTokenRequest

The request object that will be sent.

options CallOptions

Call options. See CallOptions for more details.

Returns
TypeDescription
Promise<[ protos.google.cloud.gkemulticloud.v1.IGenerateAzureClusterAgentTokenResponse, (protos.google.cloud.gkemulticloud.v1.IGenerateAzureClusterAgentTokenRequest | undefined), {} | undefined ]>

{Promise} - The promise which resolves to an array. The first element of the array is an object representing GenerateAzureClusterAgentTokenResponse. Please see the documentation for more details and examples.

Example

  /**
   * This snippet has been automatically generated and should be regarded as a code template only.
   * It will require modifications to work.
   * It may require correct/in-range values for request initialization.
   * TODO(developer): Uncomment these variables before running the sample.
   */
  /**
   *  Required.
   */
  // const azureCluster = 'abc123'
  /**
   *  Required.
   */
  // const subjectToken = 'abc123'
  /**
   *  Required.
   */
  // const subjectTokenType = 'abc123'
  /**
   *  Required.
   */
  // const version = 'abc123'
  /**
   *  Optional.
   */
  // const nodePoolId = 'abc123'
  /**
   *  Optional.
   */
  // const grantType = 'abc123'
  /**
   *  Optional.
   */
  // const audience = 'abc123'
  /**
   *  Optional.
   */
  // const scope = 'abc123'
  /**
   *  Optional.
   */
  // const requestedTokenType = 'abc123'
  /**
   *  Optional.
   */
  // const options = 'abc123'

  // Imports the Gkemulticloud library
  const {AzureClustersClient} = require('@google-cloud/gkemulticloud').v1;

  // Instantiates a client
  const gkemulticloudClient = new AzureClustersClient();

  async function callGenerateAzureClusterAgentToken() {
    // Construct request
    const request = {
      azureCluster,
      subjectToken,
      subjectTokenType,
      version,
    };

    // Run request
    const response = await gkemulticloudClient.generateAzureClusterAgentToken(request);
    console.log(response);
  }

  callGenerateAzureClusterAgentToken();

generateAzureClusterAgentToken(request, options, callback)

generateAzureClusterAgentToken(request: protos.google.cloud.gkemulticloud.v1.IGenerateAzureClusterAgentTokenRequest, options: CallOptions, callback: Callback<protos.google.cloud.gkemulticloud.v1.IGenerateAzureClusterAgentTokenResponse, protos.google.cloud.gkemulticloud.v1.IGenerateAzureClusterAgentTokenRequest | null | undefined, {} | null | undefined>): void;
Parameters
NameDescription
request IGenerateAzureClusterAgentTokenRequest
options CallOptions
callback Callback<protos.google.cloud.gkemulticloud.v1.IGenerateAzureClusterAgentTokenResponse, protos.google.cloud.gkemulticloud.v1.IGenerateAzureClusterAgentTokenRequest | null | undefined, {} | null | undefined>
Returns
TypeDescription
void

generateAzureClusterAgentToken(request, callback)

generateAzureClusterAgentToken(request: protos.google.cloud.gkemulticloud.v1.IGenerateAzureClusterAgentTokenRequest, callback: Callback<protos.google.cloud.gkemulticloud.v1.IGenerateAzureClusterAgentTokenResponse, protos.google.cloud.gkemulticloud.v1.IGenerateAzureClusterAgentTokenRequest | null | undefined, {} | null | undefined>): void;
Parameters
NameDescription
request IGenerateAzureClusterAgentTokenRequest
callback Callback<protos.google.cloud.gkemulticloud.v1.IGenerateAzureClusterAgentTokenResponse, protos.google.cloud.gkemulticloud.v1.IGenerateAzureClusterAgentTokenRequest | null | undefined, {} | null | undefined>
Returns
TypeDescription
void

getAzureClient(request, options)

getAzureClient(request?: protos.google.cloud.gkemulticloud.v1.IGetAzureClientRequest, options?: CallOptions): Promise<[
        protos.google.cloud.gkemulticloud.v1.IAzureClient,
        protos.google.cloud.gkemulticloud.v1.IGetAzureClientRequest | undefined,
        {} | undefined
    ]>;

Describes a specific AzureClient resource.

Parameters
NameDescription
request IGetAzureClientRequest

The request object that will be sent.

options CallOptions

Call options. See CallOptions for more details.

Returns
TypeDescription
Promise<[ protos.google.cloud.gkemulticloud.v1.IAzureClient, protos.google.cloud.gkemulticloud.v1.IGetAzureClientRequest | undefined, {} | undefined ]>

{Promise} - The promise which resolves to an array. The first element of the array is an object representing AzureClient. Please see the documentation for more details and examples.

Example

  /**
   * This snippet has been automatically generated and should be regarded as a code template only.
   * It will require modifications to work.
   * It may require correct/in-range values for request initialization.
   * TODO(developer): Uncomment these variables before running the sample.
   */
  /**
   *  Required. The name of the
   *  AzureClient google.cloud.gkemulticloud.v1.AzureClient  resource to
   *  describe.
   *  AzureClient google.cloud.gkemulticloud.v1.AzureClient  names are
   *  formatted as
   *  `projects/

getAzureClient(request, options, callback)

getAzureClient(request: protos.google.cloud.gkemulticloud.v1.IGetAzureClientRequest, options: CallOptions, callback: Callback<protos.google.cloud.gkemulticloud.v1.IAzureClient, protos.google.cloud.gkemulticloud.v1.IGetAzureClientRequest | null | undefined, {} | null | undefined>): void;
Parameters
NameDescription
request IGetAzureClientRequest
options CallOptions
callback Callback<protos.google.cloud.gkemulticloud.v1.IAzureClient, protos.google.cloud.gkemulticloud.v1.IGetAzureClientRequest | null | undefined, {} | null | undefined>
Returns
TypeDescription
void

getAzureClient(request, callback)

getAzureClient(request: protos.google.cloud.gkemulticloud.v1.IGetAzureClientRequest, callback: Callback<protos.google.cloud.gkemulticloud.v1.IAzureClient, protos.google.cloud.gkemulticloud.v1.IGetAzureClientRequest | null | undefined, {} | null | undefined>): void;
Parameters
NameDescription
request IGetAzureClientRequest
callback Callback<protos.google.cloud.gkemulticloud.v1.IAzureClient, protos.google.cloud.gkemulticloud.v1.IGetAzureClientRequest | null | undefined, {} | null | undefined>
Returns
TypeDescription
void

getAzureCluster(request, options)

getAzureCluster(request?: protos.google.cloud.gkemulticloud.v1.IGetAzureClusterRequest, options?: CallOptions): Promise<[
        protos.google.cloud.gkemulticloud.v1.IAzureCluster,
        protos.google.cloud.gkemulticloud.v1.IGetAzureClusterRequest | undefined,
        {} | undefined
    ]>;

Describes a specific resource.

Parameters
NameDescription
request IGetAzureClusterRequest

The request object that will be sent.

options CallOptions

Call options. See CallOptions for more details.

Returns
TypeDescription
Promise<[ protos.google.cloud.gkemulticloud.v1.IAzureCluster, protos.google.cloud.gkemulticloud.v1.IGetAzureClusterRequest | undefined, {} | undefined ]>

{Promise} - The promise which resolves to an array. The first element of the array is an object representing . Please see the documentation for more details and examples.

Example

  /**
   * This snippet has been automatically generated and should be regarded as a code template only.
   * It will require modifications to work.
   * It may require correct/in-range values for request initialization.
   * TODO(developer): Uncomment these variables before running the sample.
   */
  /**
   *  Required. The name of the
   *  AzureCluster google.cloud.gkemulticloud.v1.AzureCluster  resource to
   *  describe.
   *  `AzureCluster` names are formatted as
   *  `projects/

getAzureCluster(request, options, callback)

getAzureCluster(request: protos.google.cloud.gkemulticloud.v1.IGetAzureClusterRequest, options: CallOptions, callback: Callback<protos.google.cloud.gkemulticloud.v1.IAzureCluster, protos.google.cloud.gkemulticloud.v1.IGetAzureClusterRequest | null | undefined, {} | null | undefined>): void;
Parameters
NameDescription
request IGetAzureClusterRequest
options CallOptions
callback Callback<protos.google.cloud.gkemulticloud.v1.IAzureCluster, protos.google.cloud.gkemulticloud.v1.IGetAzureClusterRequest | null | undefined, {} | null | undefined>
Returns
TypeDescription
void

getAzureCluster(request, callback)

getAzureCluster(request: protos.google.cloud.gkemulticloud.v1.IGetAzureClusterRequest, callback: Callback<protos.google.cloud.gkemulticloud.v1.IAzureCluster, protos.google.cloud.gkemulticloud.v1.IGetAzureClusterRequest | null | undefined, {} | null | undefined>): void;
Parameters
NameDescription
request IGetAzureClusterRequest
callback Callback<protos.google.cloud.gkemulticloud.v1.IAzureCluster, protos.google.cloud.gkemulticloud.v1.IGetAzureClusterRequest | null | undefined, {} | null | undefined>
Returns
TypeDescription
void

getAzureJsonWebKeys(request, options)

getAzureJsonWebKeys(request?: protos.google.cloud.gkemulticloud.v1.IGetAzureJsonWebKeysRequest, options?: CallOptions): Promise<[
        protos.google.cloud.gkemulticloud.v1.IAzureJsonWebKeys,
        (protos.google.cloud.gkemulticloud.v1.IGetAzureJsonWebKeysRequest | undefined),
        {} | undefined
    ]>;

Gets the public component of the cluster signing keys in JSON Web Key format.

Parameters
NameDescription
request IGetAzureJsonWebKeysRequest

The request object that will be sent.

options CallOptions

Call options. See CallOptions for more details.

Returns
TypeDescription
Promise<[ protos.google.cloud.gkemulticloud.v1.IAzureJsonWebKeys, (protos.google.cloud.gkemulticloud.v1.IGetAzureJsonWebKeysRequest | undefined), {} | undefined ]>

{Promise} - The promise which resolves to an array. The first element of the array is an object representing AzureJsonWebKeys. Please see the documentation for more details and examples.

Example

  /**
   * This snippet has been automatically generated and should be regarded as a code template only.
   * It will require modifications to work.
   * It may require correct/in-range values for request initialization.
   * TODO(developer): Uncomment these variables before running the sample.
   */
  /**
   *  Required. The AzureCluster, which owns the JsonWebKeys.
   *  Format:
   *  projects/

getAzureJsonWebKeys(request, options, callback)

getAzureJsonWebKeys(request: protos.google.cloud.gkemulticloud.v1.IGetAzureJsonWebKeysRequest, options: CallOptions, callback: Callback<protos.google.cloud.gkemulticloud.v1.IAzureJsonWebKeys, protos.google.cloud.gkemulticloud.v1.IGetAzureJsonWebKeysRequest | null | undefined, {} | null | undefined>): void;
Parameters
NameDescription
request IGetAzureJsonWebKeysRequest
options CallOptions
callback Callback<protos.google.cloud.gkemulticloud.v1.IAzureJsonWebKeys, protos.google.cloud.gkemulticloud.v1.IGetAzureJsonWebKeysRequest | null | undefined, {} | null | undefined>
Returns
TypeDescription
void

getAzureJsonWebKeys(request, callback)

getAzureJsonWebKeys(request: protos.google.cloud.gkemulticloud.v1.IGetAzureJsonWebKeysRequest, callback: Callback<protos.google.cloud.gkemulticloud.v1.IAzureJsonWebKeys, protos.google.cloud.gkemulticloud.v1.IGetAzureJsonWebKeysRequest | null | undefined, {} | null | undefined>): void;
Parameters
NameDescription
request IGetAzureJsonWebKeysRequest
callback Callback<protos.google.cloud.gkemulticloud.v1.IAzureJsonWebKeys, protos.google.cloud.gkemulticloud.v1.IGetAzureJsonWebKeysRequest | null | undefined, {} | null | undefined>
Returns
TypeDescription
void

getAzureNodePool(request, options)

getAzureNodePool(request?: protos.google.cloud.gkemulticloud.v1.IGetAzureNodePoolRequest, options?: CallOptions): Promise<[
        protos.google.cloud.gkemulticloud.v1.IAzureNodePool,
        protos.google.cloud.gkemulticloud.v1.IGetAzureNodePoolRequest | undefined,
        {} | undefined
    ]>;

Describes a specific resource.

Parameters
NameDescription
request IGetAzureNodePoolRequest

The request object that will be sent.

options CallOptions

Call options. See CallOptions for more details.

Returns
TypeDescription
Promise<[ protos.google.cloud.gkemulticloud.v1.IAzureNodePool, protos.google.cloud.gkemulticloud.v1.IGetAzureNodePoolRequest | undefined, {} | undefined ]>

{Promise} - The promise which resolves to an array. The first element of the array is an object representing . Please see the documentation for more details and examples.

Example

  /**
   * This snippet has been automatically generated and should be regarded as a code template only.
   * It will require modifications to work.
   * It may require correct/in-range values for request initialization.
   * TODO(developer): Uncomment these variables before running the sample.
   */
  /**
   *  Required. The name of the
   *  AzureNodePool google.cloud.gkemulticloud.v1.AzureNodePool  resource to
   *  describe.
   *  `AzureNodePool` names are formatted as
   *  `projects/

getAzureNodePool(request, options, callback)

getAzureNodePool(request: protos.google.cloud.gkemulticloud.v1.IGetAzureNodePoolRequest, options: CallOptions, callback: Callback<protos.google.cloud.gkemulticloud.v1.IAzureNodePool, protos.google.cloud.gkemulticloud.v1.IGetAzureNodePoolRequest | null | undefined, {} | null | undefined>): void;
Parameters
NameDescription
request IGetAzureNodePoolRequest
options CallOptions
callback Callback<protos.google.cloud.gkemulticloud.v1.IAzureNodePool, protos.google.cloud.gkemulticloud.v1.IGetAzureNodePoolRequest | null | undefined, {} | null | undefined>
Returns
TypeDescription
void

getAzureNodePool(request, callback)

getAzureNodePool(request: protos.google.cloud.gkemulticloud.v1.IGetAzureNodePoolRequest, callback: Callback<protos.google.cloud.gkemulticloud.v1.IAzureNodePool, protos.google.cloud.gkemulticloud.v1.IGetAzureNodePoolRequest | null | undefined, {} | null | undefined>): void;
Parameters
NameDescription
request IGetAzureNodePoolRequest
callback Callback<protos.google.cloud.gkemulticloud.v1.IAzureNodePool, protos.google.cloud.gkemulticloud.v1.IGetAzureNodePoolRequest | null | undefined, {} | null | undefined>
Returns
TypeDescription
void

getAzureOpenIdConfig(request, options)

getAzureOpenIdConfig(request?: protos.google.cloud.gkemulticloud.v1.IGetAzureOpenIdConfigRequest, options?: CallOptions): Promise<[
        protos.google.cloud.gkemulticloud.v1.IAzureOpenIdConfig,
        (protos.google.cloud.gkemulticloud.v1.IGetAzureOpenIdConfigRequest | undefined),
        {} | undefined
    ]>;

Gets the OIDC discovery document for the cluster. See the [OpenID Connect Discovery 1.0 specification](https://openid.net/specs/openid-connect-discovery-1_0.html) for details.

Parameters
NameDescription
request IGetAzureOpenIdConfigRequest

The request object that will be sent.

options CallOptions

Call options. See CallOptions for more details.

Returns
TypeDescription
Promise<[ protos.google.cloud.gkemulticloud.v1.IAzureOpenIdConfig, (protos.google.cloud.gkemulticloud.v1.IGetAzureOpenIdConfigRequest | undefined), {} | undefined ]>

{Promise} - The promise which resolves to an array. The first element of the array is an object representing AzureOpenIdConfig. Please see the documentation for more details and examples.

Example

  /**
   * This snippet has been automatically generated and should be regarded as a code template only.
   * It will require modifications to work.
   * It may require correct/in-range values for request initialization.
   * TODO(developer): Uncomment these variables before running the sample.
   */
  /**
   *  Required. The AzureCluster, which owns the OIDC discovery document.
   *  Format:
   *  projects/

getAzureOpenIdConfig(request, options, callback)

getAzureOpenIdConfig(request: protos.google.cloud.gkemulticloud.v1.IGetAzureOpenIdConfigRequest, options: CallOptions, callback: Callback<protos.google.cloud.gkemulticloud.v1.IAzureOpenIdConfig, protos.google.cloud.gkemulticloud.v1.IGetAzureOpenIdConfigRequest | null | undefined, {} | null | undefined>): void;
Parameters
NameDescription
request IGetAzureOpenIdConfigRequest
options CallOptions
callback Callback<protos.google.cloud.gkemulticloud.v1.IAzureOpenIdConfig, protos.google.cloud.gkemulticloud.v1.IGetAzureOpenIdConfigRequest | null | undefined, {} | null | undefined>
Returns
TypeDescription
void

getAzureOpenIdConfig(request, callback)

getAzureOpenIdConfig(request: protos.google.cloud.gkemulticloud.v1.IGetAzureOpenIdConfigRequest, callback: Callback<protos.google.cloud.gkemulticloud.v1.IAzureOpenIdConfig, protos.google.cloud.gkemulticloud.v1.IGetAzureOpenIdConfigRequest | null | undefined, {} | null | undefined>): void;
Parameters
NameDescription
request IGetAzureOpenIdConfigRequest
callback Callback<protos.google.cloud.gkemulticloud.v1.IAzureOpenIdConfig, protos.google.cloud.gkemulticloud.v1.IGetAzureOpenIdConfigRequest | null | undefined, {} | null | undefined>
Returns
TypeDescription
void

getAzureServerConfig(request, options)

getAzureServerConfig(request?: protos.google.cloud.gkemulticloud.v1.IGetAzureServerConfigRequest, options?: CallOptions): Promise<[
        protos.google.cloud.gkemulticloud.v1.IAzureServerConfig,
        (protos.google.cloud.gkemulticloud.v1.IGetAzureServerConfigRequest | undefined),
        {} | undefined
    ]>;

Returns information, such as supported Azure regions and Kubernetes versions, on a given Google Cloud location.

Parameters
NameDescription
request IGetAzureServerConfigRequest

The request object that will be sent.

options CallOptions

Call options. See CallOptions for more details.

Returns
TypeDescription
Promise<[ protos.google.cloud.gkemulticloud.v1.IAzureServerConfig, (protos.google.cloud.gkemulticloud.v1.IGetAzureServerConfigRequest | undefined), {} | undefined ]>

{Promise} - The promise which resolves to an array. The first element of the array is an object representing AzureServerConfig. Please see the documentation for more details and examples.

Example

  /**
   * This snippet has been automatically generated and should be regarded as a code template only.
   * It will require modifications to work.
   * It may require correct/in-range values for request initialization.
   * TODO(developer): Uncomment these variables before running the sample.
   */
  /**
   *  Required. The name of the
   *  AzureServerConfig google.cloud.gkemulticloud.v1.AzureServerConfig 
   *  resource to describe.
   *  `AzureServerConfig` names are formatted as
   *  `projects/

getAzureServerConfig(request, options, callback)

getAzureServerConfig(request: protos.google.cloud.gkemulticloud.v1.IGetAzureServerConfigRequest, options: CallOptions, callback: Callback<protos.google.cloud.gkemulticloud.v1.IAzureServerConfig, protos.google.cloud.gkemulticloud.v1.IGetAzureServerConfigRequest | null | undefined, {} | null | undefined>): void;
Parameters
NameDescription
request IGetAzureServerConfigRequest
options CallOptions
callback Callback<protos.google.cloud.gkemulticloud.v1.IAzureServerConfig, protos.google.cloud.gkemulticloud.v1.IGetAzureServerConfigRequest | null | undefined, {} | null | undefined>
Returns
TypeDescription
void

getAzureServerConfig(request, callback)

getAzureServerConfig(request: protos.google.cloud.gkemulticloud.v1.IGetAzureServerConfigRequest, callback: Callback<protos.google.cloud.gkemulticloud.v1.IAzureServerConfig, protos.google.cloud.gkemulticloud.v1.IGetAzureServerConfigRequest | null | undefined, {} | null | undefined>): void;
Parameters
NameDescription
request IGetAzureServerConfigRequest
callback Callback<protos.google.cloud.gkemulticloud.v1.IAzureServerConfig, protos.google.cloud.gkemulticloud.v1.IGetAzureServerConfigRequest | null | undefined, {} | null | undefined>
Returns
TypeDescription
void

getOperation(request, options, callback)

getOperation(request: protos.google.longrunning.GetOperationRequest, options?: gax.CallOptions | Callback<protos.google.longrunning.Operation, protos.google.longrunning.GetOperationRequest, {} | null | undefined>, callback?: Callback<protos.google.longrunning.Operation, protos.google.longrunning.GetOperationRequest, {} | null | undefined>): Promise<[protos.google.longrunning.Operation]>;

Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

Parameters
NameDescription
request GetOperationRequest

The request object that will be sent.

options CallOptions | Callback<protos.google.longrunning.Operation, protos.google.longrunning.GetOperationRequest, {} | null | undefined>

Optional parameters. You can override the default settings for this call, e.g, timeout, retries, paginations, etc. See gax.CallOptions for the details.

callback Callback<protos.google.longrunning.Operation, protos.google.longrunning.GetOperationRequest, {} | null | undefined>

The function which will be called with the result of the API call.

The second parameter to the callback is an object representing . {Promise} - The promise which resolves to an array. The first element of the array is an object representing . The promise has a method named "cancel" which cancels the ongoing API call.

Returns
TypeDescription
Promise<[protos.google.longrunning.Operation]>
Example

const client = longrunning.operationsClient();
const name = '';
const [response] = await client.getOperation({name});
// doThingsWith(response)

getProjectId()

getProjectId(): Promise<string>;
Returns
TypeDescription
Promise<string>

getProjectId(callback)

getProjectId(callback: Callback<string, undefined, undefined>): void;
Parameter
NameDescription
callback Callback<string, undefined, undefined>
Returns
TypeDescription
void

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
TypeDescription
Promise<{ [name: string]: Function; }>

{Promise} A promise that resolves to an authenticated service stub.

listAzureClients(request, options)

listAzureClients(request?: protos.google.cloud.gkemulticloud.v1.IListAzureClientsRequest, options?: CallOptions): Promise<[
        protos.google.cloud.gkemulticloud.v1.IAzureClient[],
        protos.google.cloud.gkemulticloud.v1.IListAzureClientsRequest | null,
        protos.google.cloud.gkemulticloud.v1.IListAzureClientsResponse
    ]>;

Lists all AzureClient resources on a given Google Cloud project and region.

Parameters
NameDescription
request IListAzureClientsRequest

The request object that will be sent.

options CallOptions

Call options. See CallOptions for more details.

Returns
TypeDescription
Promise<[ protos.google.cloud.gkemulticloud.v1.IAzureClient[], protos.google.cloud.gkemulticloud.v1.IListAzureClientsRequest | null, protos.google.cloud.gkemulticloud.v1.IListAzureClientsResponse ]>

{Promise} - The promise which resolves to an array. The first element of the array is Array of AzureClient. The client library will perform auto-pagination by default: it will call the API as many times as needed and will merge results from all the pages into this array. Note that it can affect your quota. We recommend using listAzureClientsAsync() method described below for async iteration which you can stop as needed. Please see the documentation for more details and examples.

listAzureClients(request, options, callback)

listAzureClients(request: protos.google.cloud.gkemulticloud.v1.IListAzureClientsRequest, options: CallOptions, callback: PaginationCallback<protos.google.cloud.gkemulticloud.v1.IListAzureClientsRequest, protos.google.cloud.gkemulticloud.v1.IListAzureClientsResponse | null | undefined, protos.google.cloud.gkemulticloud.v1.IAzureClient>): void;
Parameters
NameDescription
request IListAzureClientsRequest
options CallOptions
callback PaginationCallback<protos.google.cloud.gkemulticloud.v1.IListAzureClientsRequest, protos.google.cloud.gkemulticloud.v1.IListAzureClientsResponse | null | undefined, protos.google.cloud.gkemulticloud.v1.IAzureClient>
Returns
TypeDescription
void

listAzureClients(request, callback)

listAzureClients(request: protos.google.cloud.gkemulticloud.v1.IListAzureClientsRequest, callback: PaginationCallback<protos.google.cloud.gkemulticloud.v1.IListAzureClientsRequest, protos.google.cloud.gkemulticloud.v1.IListAzureClientsResponse | null | undefined, protos.google.cloud.gkemulticloud.v1.IAzureClient>): void;
Parameters
NameDescription
request IListAzureClientsRequest
callback PaginationCallback<protos.google.cloud.gkemulticloud.v1.IListAzureClientsRequest, protos.google.cloud.gkemulticloud.v1.IListAzureClientsResponse | null | undefined, protos.google.cloud.gkemulticloud.v1.IAzureClient>
Returns
TypeDescription
void

listAzureClientsAsync(request, options)

listAzureClientsAsync(request?: protos.google.cloud.gkemulticloud.v1.IListAzureClientsRequest, options?: CallOptions): AsyncIterable<protos.google.cloud.gkemulticloud.v1.IAzureClient>;

Equivalent to listAzureClients, but returns an iterable object.

for-await-of syntax is used with the iterable to get response elements on-demand.

Parameters
NameDescription
request IListAzureClientsRequest

The request object that will be sent.

options CallOptions

Call options. See CallOptions for more details.

Returns
TypeDescription
AsyncIterable<protos.google.cloud.gkemulticloud.v1.IAzureClient>

{Object} An iterable Object that allows async iteration. When you iterate the returned iterable, each element will be an object representing AzureClient. 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 for more details and examples.

Example

  /**
   * This snippet has been automatically generated and should be regarded as a code template only.
   * It will require modifications to work.
   * It may require correct/in-range values for request initialization.
   * TODO(developer): Uncomment these variables before running the sample.
   */
  /**
   *  Required. The parent location which owns this collection of
   *  AzureClient google.cloud.gkemulticloud.v1.AzureClient  resources.
   *  Location names are formatted as `projects/

listAzureClientsStream(request, options)

listAzureClientsStream(request?: protos.google.cloud.gkemulticloud.v1.IListAzureClientsRequest, options?: CallOptions): Transform;

Equivalent to method.name.toCamelCase(), but returns a NodeJS Stream object.

Parameters
NameDescription
request IListAzureClientsRequest

The request object that will be sent.

options CallOptions

Call options. See CallOptions for more details.

Returns
TypeDescription
Transform

{Stream} An object stream which emits an object representing AzureClient 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 listAzureClientsAsync() method described below for async iteration which you can stop as needed. Please see the documentation for more details and examples.

listAzureClusters(request, options)

listAzureClusters(request?: protos.google.cloud.gkemulticloud.v1.IListAzureClustersRequest, options?: CallOptions): Promise<[
        protos.google.cloud.gkemulticloud.v1.IAzureCluster[],
        protos.google.cloud.gkemulticloud.v1.IListAzureClustersRequest | null,
        protos.google.cloud.gkemulticloud.v1.IListAzureClustersResponse
    ]>;

Lists all resources on a given Google Cloud project and region.

Parameters
NameDescription
request IListAzureClustersRequest

The request object that will be sent.

options CallOptions

Call options. See CallOptions for more details.

Returns
TypeDescription
Promise<[ protos.google.cloud.gkemulticloud.v1.IAzureCluster[], protos.google.cloud.gkemulticloud.v1.IListAzureClustersRequest | null, protos.google.cloud.gkemulticloud.v1.IListAzureClustersResponse ]>

{Promise} - The promise which resolves to an array. The first element of the array is Array of . The client library will perform auto-pagination by default: it will call the API as many times as needed and will merge results from all the pages into this array. Note that it can affect your quota. We recommend using listAzureClustersAsync() method described below for async iteration which you can stop as needed. Please see the documentation for more details and examples.

listAzureClusters(request, options, callback)

listAzureClusters(request: protos.google.cloud.gkemulticloud.v1.IListAzureClustersRequest, options: CallOptions, callback: PaginationCallback<protos.google.cloud.gkemulticloud.v1.IListAzureClustersRequest, protos.google.cloud.gkemulticloud.v1.IListAzureClustersResponse | null | undefined, protos.google.cloud.gkemulticloud.v1.IAzureCluster>): void;
Parameters
NameDescription
request IListAzureClustersRequest
options CallOptions
callback PaginationCallback<protos.google.cloud.gkemulticloud.v1.IListAzureClustersRequest, protos.google.cloud.gkemulticloud.v1.IListAzureClustersResponse | null | undefined, protos.google.cloud.gkemulticloud.v1.IAzureCluster>
Returns
TypeDescription
void

listAzureClusters(request, callback)

listAzureClusters(request: protos.google.cloud.gkemulticloud.v1.IListAzureClustersRequest, callback: PaginationCallback<protos.google.cloud.gkemulticloud.v1.IListAzureClustersRequest, protos.google.cloud.gkemulticloud.v1.IListAzureClustersResponse | null | undefined, protos.google.cloud.gkemulticloud.v1.IAzureCluster>): void;
Parameters
NameDescription
request IListAzureClustersRequest
callback PaginationCallback<protos.google.cloud.gkemulticloud.v1.IListAzureClustersRequest, protos.google.cloud.gkemulticloud.v1.IListAzureClustersResponse | null | undefined, protos.google.cloud.gkemulticloud.v1.IAzureCluster>
Returns
TypeDescription
void

listAzureClustersAsync(request, options)

listAzureClustersAsync(request?: protos.google.cloud.gkemulticloud.v1.IListAzureClustersRequest, options?: CallOptions): AsyncIterable<protos.google.cloud.gkemulticloud.v1.IAzureCluster>;

Equivalent to listAzureClusters, but returns an iterable object.

for-await-of syntax is used with the iterable to get response elements on-demand.

Parameters
NameDescription
request IListAzureClustersRequest

The request object that will be sent.

options CallOptions

Call options. See CallOptions for more details.

Returns
TypeDescription
AsyncIterable<protos.google.cloud.gkemulticloud.v1.IAzureCluster>

{Object} An iterable Object that allows async iteration. When you iterate the returned iterable, each element will be an object representing . 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 for more details and examples.

Example

  /**
   * This snippet has been automatically generated and should be regarded as a code template only.
   * It will require modifications to work.
   * It may require correct/in-range values for request initialization.
   * TODO(developer): Uncomment these variables before running the sample.
   */
  /**
   *  Required. The parent location which owns this collection of
   *  AzureCluster google.cloud.gkemulticloud.v1.AzureCluster  resources.
   *  Location names are formatted as `projects/

listAzureClustersStream(request, options)

listAzureClustersStream(request?: protos.google.cloud.gkemulticloud.v1.IListAzureClustersRequest, options?: CallOptions): Transform;

Equivalent to method.name.toCamelCase(), but returns a NodeJS Stream object.

Parameters
NameDescription
request IListAzureClustersRequest

The request object that will be sent.

options CallOptions

Call options. See CallOptions for more details.

Returns
TypeDescription
Transform

{Stream} An object stream which emits an object representing 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 listAzureClustersAsync() method described below for async iteration which you can stop as needed. Please see the documentation for more details and examples.

listAzureNodePools(request, options)

listAzureNodePools(request?: protos.google.cloud.gkemulticloud.v1.IListAzureNodePoolsRequest, options?: CallOptions): Promise<[
        protos.google.cloud.gkemulticloud.v1.IAzureNodePool[],
        protos.google.cloud.gkemulticloud.v1.IListAzureNodePoolsRequest | null,
        protos.google.cloud.gkemulticloud.v1.IListAzureNodePoolsResponse
    ]>;

Lists all resources on a given .

Parameters
NameDescription
request IListAzureNodePoolsRequest

The request object that will be sent.

options CallOptions

Call options. See CallOptions for more details.

Returns
TypeDescription
Promise<[ protos.google.cloud.gkemulticloud.v1.IAzureNodePool[], protos.google.cloud.gkemulticloud.v1.IListAzureNodePoolsRequest | null, protos.google.cloud.gkemulticloud.v1.IListAzureNodePoolsResponse ]>

{Promise} - The promise which resolves to an array. The first element of the array is Array of . The client library will perform auto-pagination by default: it will call the API as many times as needed and will merge results from all the pages into this array. Note that it can affect your quota. We recommend using listAzureNodePoolsAsync() method described below for async iteration which you can stop as needed. Please see the documentation for more details and examples.

listAzureNodePools(request, options, callback)

listAzureNodePools(request: protos.google.cloud.gkemulticloud.v1.IListAzureNodePoolsRequest, options: CallOptions, callback: PaginationCallback<protos.google.cloud.gkemulticloud.v1.IListAzureNodePoolsRequest, protos.google.cloud.gkemulticloud.v1.IListAzureNodePoolsResponse | null | undefined, protos.google.cloud.gkemulticloud.v1.IAzureNodePool>): void;
Parameters
NameDescription
request IListAzureNodePoolsRequest
options CallOptions
callback PaginationCallback<protos.google.cloud.gkemulticloud.v1.IListAzureNodePoolsRequest, protos.google.cloud.gkemulticloud.v1.IListAzureNodePoolsResponse | null | undefined, protos.google.cloud.gkemulticloud.v1.IAzureNodePool>
Returns
TypeDescription
void

listAzureNodePools(request, callback)

listAzureNodePools(request: protos.google.cloud.gkemulticloud.v1.IListAzureNodePoolsRequest, callback: PaginationCallback<protos.google.cloud.gkemulticloud.v1.IListAzureNodePoolsRequest, protos.google.cloud.gkemulticloud.v1.IListAzureNodePoolsResponse | null | undefined, protos.google.cloud.gkemulticloud.v1.IAzureNodePool>): void;
Parameters
NameDescription
request IListAzureNodePoolsRequest
callback PaginationCallback<protos.google.cloud.gkemulticloud.v1.IListAzureNodePoolsRequest, protos.google.cloud.gkemulticloud.v1.IListAzureNodePoolsResponse | null | undefined, protos.google.cloud.gkemulticloud.v1.IAzureNodePool>
Returns
TypeDescription
void

listAzureNodePoolsAsync(request, options)

listAzureNodePoolsAsync(request?: protos.google.cloud.gkemulticloud.v1.IListAzureNodePoolsRequest, options?: CallOptions): AsyncIterable<protos.google.cloud.gkemulticloud.v1.IAzureNodePool>;

Equivalent to listAzureNodePools, but returns an iterable object.

for-await-of syntax is used with the iterable to get response elements on-demand.

Parameters
NameDescription
request IListAzureNodePoolsRequest

The request object that will be sent.

options CallOptions

Call options. See CallOptions for more details.

Returns
TypeDescription
AsyncIterable<protos.google.cloud.gkemulticloud.v1.IAzureNodePool>

{Object} An iterable Object that allows async iteration. When you iterate the returned iterable, each element will be an object representing . 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 for more details and examples.

Example

  /**
   * This snippet has been automatically generated and should be regarded as a code template only.
   * It will require modifications to work.
   * It may require correct/in-range values for request initialization.
   * TODO(developer): Uncomment these variables before running the sample.
   */
  /**
   *  Required. The parent `AzureCluster` which owns this collection of
   *  AzureNodePool google.cloud.gkemulticloud.v1.AzureNodePool  resources.
   *  `AzureCluster` names are formatted as
   *  `projects/

listAzureNodePoolsStream(request, options)

listAzureNodePoolsStream(request?: protos.google.cloud.gkemulticloud.v1.IListAzureNodePoolsRequest, options?: CallOptions): Transform;

Equivalent to method.name.toCamelCase(), but returns a NodeJS Stream object.

Parameters
NameDescription
request IListAzureNodePoolsRequest

The request object that will be sent.

options CallOptions

Call options. See CallOptions for more details.

Returns
TypeDescription
Transform

{Stream} An object stream which emits an object representing 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 listAzureNodePoolsAsync() method described below for async iteration which you can stop as needed. Please see the documentation for more details and examples.

listOperationsAsync(request, options)

listOperationsAsync(request: protos.google.longrunning.ListOperationsRequest, options?: gax.CallOptions): AsyncIterable<protos.google.longrunning.ListOperationsResponse>;

Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED. Returns an iterable object.

For-await-of syntax is used with the iterable to recursively get response element on-demand.

Parameters
NameDescription
request ListOperationsRequest

The request object that will be sent.

options CallOptions

Optional parameters. You can override the default settings for this call, e.g, timeout, retries, paginations, etc. See gax.CallOptions for the details.

Returns
TypeDescription
AsyncIterable<protos.google.longrunning.ListOperationsResponse>

{Object} An iterable Object that conforms to iteration protocols.

Example

const client = longrunning.operationsClient();
for await (const response of client.listOperationsAsync(request));
// doThingsWith(response)

locationPath(project, location)

locationPath(project: string, location: string): string;

Return a fully-qualified location resource name string.

Parameters
NameDescription
project string
location string
Returns
TypeDescription
string

{string} Resource name string.

matchAttachedClusterFromAttachedClusterName(attachedClusterName)

matchAttachedClusterFromAttachedClusterName(attachedClusterName: string): string | number;

Parse the attached_cluster from AttachedCluster resource.

Parameter
NameDescription
attachedClusterName string

A fully-qualified path representing AttachedCluster resource.

Returns
TypeDescription
string | number

{string} A string representing the attached_cluster.

matchAwsClusterFromAwsClusterName(awsClusterName)

matchAwsClusterFromAwsClusterName(awsClusterName: string): string | number;

Parse the aws_cluster from AwsCluster resource.

Parameter
NameDescription
awsClusterName string

A fully-qualified path representing AwsCluster resource.

Returns
TypeDescription
string | number

{string} A string representing the aws_cluster.

matchAwsClusterFromAwsNodePoolName(awsNodePoolName)

matchAwsClusterFromAwsNodePoolName(awsNodePoolName: string): string | number;

Parse the aws_cluster from AwsNodePool resource.

Parameter
NameDescription
awsNodePoolName string

A fully-qualified path representing AwsNodePool resource.

Returns
TypeDescription
string | number

{string} A string representing the aws_cluster.

matchAwsNodePoolFromAwsNodePoolName(awsNodePoolName)

matchAwsNodePoolFromAwsNodePoolName(awsNodePoolName: string): string | number;

Parse the aws_node_pool from AwsNodePool resource.

Parameter
NameDescription
awsNodePoolName string

A fully-qualified path representing AwsNodePool resource.

Returns
TypeDescription
string | number

{string} A string representing the aws_node_pool.

matchAzureClientFromAzureClientName(azureClientName)

matchAzureClientFromAzureClientName(azureClientName: string): string | number;

Parse the azure_client from AzureClient resource.

Parameter
NameDescription
azureClientName string

A fully-qualified path representing AzureClient resource.

Returns
TypeDescription
string | number

{string} A string representing the azure_client.

matchAzureClusterFromAzureClusterName(azureClusterName)

matchAzureClusterFromAzureClusterName(azureClusterName: string): string | number;

Parse the azure_cluster from AzureCluster resource.

Parameter
NameDescription
azureClusterName string

A fully-qualified path representing AzureCluster resource.

Returns
TypeDescription
string | number

{string} A string representing the azure_cluster.

matchAzureClusterFromAzureNodePoolName(azureNodePoolName)

matchAzureClusterFromAzureNodePoolName(azureNodePoolName: string): string | number;

Parse the azure_cluster from AzureNodePool resource.

Parameter
NameDescription
azureNodePoolName string

A fully-qualified path representing AzureNodePool resource.

Returns
TypeDescription
string | number

{string} A string representing the azure_cluster.

matchAzureNodePoolFromAzureNodePoolName(azureNodePoolName)

matchAzureNodePoolFromAzureNodePoolName(azureNodePoolName: string): string | number;

Parse the azure_node_pool from AzureNodePool resource.

Parameter
NameDescription
azureNodePoolName string

A fully-qualified path representing AzureNodePool resource.

Returns
TypeDescription
string | number

{string} A string representing the azure_node_pool.

matchLocationFromAttachedClusterName(attachedClusterName)

matchLocationFromAttachedClusterName(attachedClusterName: string): string | number;

Parse the location from AttachedCluster resource.

Parameter
NameDescription
attachedClusterName string

A fully-qualified path representing AttachedCluster resource.

Returns
TypeDescription
string | number

{string} A string representing the location.

matchLocationFromAttachedServerConfigName(attachedServerConfigName)

matchLocationFromAttachedServerConfigName(attachedServerConfigName: string): string | number;

Parse the location from AttachedServerConfig resource.

Parameter
NameDescription
attachedServerConfigName string

A fully-qualified path representing AttachedServerConfig resource.

Returns
TypeDescription
string | number

{string} A string representing the location.

matchLocationFromAwsClusterName(awsClusterName)

matchLocationFromAwsClusterName(awsClusterName: string): string | number;

Parse the location from AwsCluster resource.

Parameter
NameDescription
awsClusterName string

A fully-qualified path representing AwsCluster resource.

Returns
TypeDescription
string | number

{string} A string representing the location.

matchLocationFromAwsNodePoolName(awsNodePoolName)

matchLocationFromAwsNodePoolName(awsNodePoolName: string): string | number;

Parse the location from AwsNodePool resource.

Parameter
NameDescription
awsNodePoolName string

A fully-qualified path representing AwsNodePool resource.

Returns
TypeDescription
string | number

{string} A string representing the location.

matchLocationFromAwsServerConfigName(awsServerConfigName)

matchLocationFromAwsServerConfigName(awsServerConfigName: string): string | number;

Parse the location from AwsServerConfig resource.

Parameter
NameDescription
awsServerConfigName string

A fully-qualified path representing AwsServerConfig resource.

Returns
TypeDescription
string | number

{string} A string representing the location.

matchLocationFromAzureClientName(azureClientName)

matchLocationFromAzureClientName(azureClientName: string): string | number;

Parse the location from AzureClient resource.

Parameter
NameDescription
azureClientName string

A fully-qualified path representing AzureClient resource.

Returns
TypeDescription
string | number

{string} A string representing the location.

matchLocationFromAzureClusterName(azureClusterName)

matchLocationFromAzureClusterName(azureClusterName: string): string | number;

Parse the location from AzureCluster resource.

Parameter
NameDescription
azureClusterName string

A fully-qualified path representing AzureCluster resource.

Returns
TypeDescription
string | number

{string} A string representing the location.

matchLocationFromAzureNodePoolName(azureNodePoolName)

matchLocationFromAzureNodePoolName(azureNodePoolName: string): string | number;

Parse the location from AzureNodePool resource.

Parameter
NameDescription
azureNodePoolName string

A fully-qualified path representing AzureNodePool resource.

Returns
TypeDescription
string | number

{string} A string representing the location.

matchLocationFromAzureServerConfigName(azureServerConfigName)

matchLocationFromAzureServerConfigName(azureServerConfigName: string): string | number;

Parse the location from AzureServerConfig resource.

Parameter
NameDescription
azureServerConfigName string

A fully-qualified path representing AzureServerConfig resource.

Returns
TypeDescription
string | number

{string} A string representing the location.

matchLocationFromLocationName(locationName)

matchLocationFromLocationName(locationName: string): string | number;

Parse the location from Location resource.

Parameter
NameDescription
locationName string

A fully-qualified path representing Location resource.

Returns
TypeDescription
string | number

{string} A string representing the location.

matchProjectFromAttachedClusterName(attachedClusterName)

matchProjectFromAttachedClusterName(attachedClusterName: string): string | number;

Parse the project from AttachedCluster resource.

Parameter
NameDescription
attachedClusterName string

A fully-qualified path representing AttachedCluster resource.

Returns
TypeDescription
string | number

{string} A string representing the project.

matchProjectFromAttachedServerConfigName(attachedServerConfigName)

matchProjectFromAttachedServerConfigName(attachedServerConfigName: string): string | number;

Parse the project from AttachedServerConfig resource.

Parameter
NameDescription
attachedServerConfigName string

A fully-qualified path representing AttachedServerConfig resource.

Returns
TypeDescription
string | number

{string} A string representing the project.

matchProjectFromAwsClusterName(awsClusterName)

matchProjectFromAwsClusterName(awsClusterName: string): string | number;

Parse the project from AwsCluster resource.

Parameter
NameDescription
awsClusterName string

A fully-qualified path representing AwsCluster resource.

Returns
TypeDescription
string | number

{string} A string representing the project.

matchProjectFromAwsNodePoolName(awsNodePoolName)

matchProjectFromAwsNodePoolName(awsNodePoolName: string): string | number;

Parse the project from AwsNodePool resource.

Parameter
NameDescription
awsNodePoolName string

A fully-qualified path representing AwsNodePool resource.

Returns
TypeDescription
string | number

{string} A string representing the project.

matchProjectFromAwsServerConfigName(awsServerConfigName)

matchProjectFromAwsServerConfigName(awsServerConfigName: string): string | number;

Parse the project from AwsServerConfig resource.

Parameter
NameDescription
awsServerConfigName string

A fully-qualified path representing AwsServerConfig resource.

Returns
TypeDescription
string | number

{string} A string representing the project.

matchProjectFromAzureClientName(azureClientName)

matchProjectFromAzureClientName(azureClientName: string): string | number;

Parse the project from AzureClient resource.

Parameter
NameDescription
azureClientName string

A fully-qualified path representing AzureClient resource.

Returns
TypeDescription
string | number

{string} A string representing the project.

matchProjectFromAzureClusterName(azureClusterName)

matchProjectFromAzureClusterName(azureClusterName: string): string | number;

Parse the project from AzureCluster resource.

Parameter
NameDescription
azureClusterName string

A fully-qualified path representing AzureCluster resource.

Returns
TypeDescription
string | number

{string} A string representing the project.

matchProjectFromAzureNodePoolName(azureNodePoolName)

matchProjectFromAzureNodePoolName(azureNodePoolName: string): string | number;

Parse the project from AzureNodePool resource.

Parameter
NameDescription
azureNodePoolName string

A fully-qualified path representing AzureNodePool resource.

Returns
TypeDescription
string | number

{string} A string representing the project.

matchProjectFromAzureServerConfigName(azureServerConfigName)

matchProjectFromAzureServerConfigName(azureServerConfigName: string): string | number;

Parse the project from AzureServerConfig resource.

Parameter
NameDescription
azureServerConfigName string

A fully-qualified path representing AzureServerConfig resource.

Returns
TypeDescription
string | number

{string} A string representing the project.

matchProjectFromLocationName(locationName)

matchProjectFromLocationName(locationName: string): string | number;

Parse the project from Location resource.

Parameter
NameDescription
locationName string

A fully-qualified path representing Location resource.

Returns
TypeDescription
string | number

{string} A string representing the project.

matchProjectFromProjectName(projectName)

matchProjectFromProjectName(projectName: string): string | number;

Parse the project from Project resource.

Parameter
NameDescription
projectName string

A fully-qualified path representing Project resource.

Returns
TypeDescription
string | number

{string} A string representing the project.

projectPath(project)

projectPath(project: string): string;

Return a fully-qualified project resource name string.

Parameter
NameDescription
project string
Returns
TypeDescription
string

{string} Resource name string.

updateAzureCluster(request, options)

updateAzureCluster(request?: protos.google.cloud.gkemulticloud.v1.IUpdateAzureClusterRequest, options?: CallOptions): Promise<[
        LROperation<protos.google.cloud.gkemulticloud.v1.IAzureCluster, protos.google.cloud.gkemulticloud.v1.IOperationMetadata>,
        protos.google.longrunning.IOperation | undefined,
        {} | undefined
    ]>;

Updates an .

Parameters
NameDescription
request IUpdateAzureClusterRequest

The request object that will be sent.

options CallOptions

Call options. See CallOptions for more details.

Returns
TypeDescription
Promise<[ LROperation<protos.google.cloud.gkemulticloud.v1.IAzureCluster, protos.google.cloud.gkemulticloud.v1.IOperationMetadata>, protos.google.longrunning.IOperation | undefined, {} | undefined ]>

{Promise} - The promise which resolves to an array. The first element of the array is an object representing a long running operation. Its promise() method returns a promise you can await for. Please see the documentation for more details and examples.

Example

  /**
   * This snippet has been automatically generated and should be regarded as a code template only.
   * It will require modifications to work.
   * It may require correct/in-range values for request initialization.
   * TODO(developer): Uncomment these variables before running the sample.
   */
  /**
   *  Required. The AzureCluster google.cloud.gkemulticloud.v1.AzureCluster 
   *  resource to update.
   */
  // const azureCluster = {}
  /**
   *  If set, only validate the request, but do not actually update the cluster.
   */
  // const validateOnly = true
  /**
   *  Required. Mask of fields to update. At least one path must be supplied in
   *  this field. The elements of the repeated paths field can only include these
   *  fields from AzureCluster google.cloud.gkemulticloud.v1.AzureCluster:
   *   *   `description`.
   *   *   `azureClient`.
   *   *   `control_plane.version`.
   *   *   `control_plane.vm_size`.
   *   *   `annotations`.
   *   *   `authorization.admin_users`.
   *   *   `authorization.admin_groups`.
   *   *   `control_plane.root_volume.size_gib`.
   *   *   `azure_services_authentication`.
   *   *   `azure_services_authentication.tenant_id`.
   *   *   `azure_services_authentication.application_id`.
   *   *   `control_plane.proxy_config`.
   *   *   `control_plane.proxy_config.resource_group_id`.
   *   *   `control_plane.proxy_config.secret_id`.
   *   *   `control_plane.ssh_config.authorized_key`.
   *   *   `logging_config.component_config.enable_components`
   *   *   `monitoring_config.managed_prometheus_config.enabled`.
   */
  // const updateMask = {}

  // Imports the Gkemulticloud library
  const {AzureClustersClient} = require('@google-cloud/gkemulticloud').v1;

  // Instantiates a client
  const gkemulticloudClient = new AzureClustersClient();

  async function callUpdateAzureCluster() {
    // Construct request
    const request = {
      azureCluster,
      updateMask,
    };

    // Run request
    const [operation] = await gkemulticloudClient.updateAzureCluster(request);
    const [response] = await operation.promise();
    console.log(response);
  }

  callUpdateAzureCluster();

updateAzureCluster(request, options, callback)

updateAzureCluster(request: protos.google.cloud.gkemulticloud.v1.IUpdateAzureClusterRequest, options: CallOptions, callback: Callback<LROperation<protos.google.cloud.gkemulticloud.v1.IAzureCluster, protos.google.cloud.gkemulticloud.v1.IOperationMetadata>, protos.google.longrunning.IOperation | null | undefined, {} | null | undefined>): void;
Parameters
NameDescription
request IUpdateAzureClusterRequest
options CallOptions
callback Callback<LROperation<protos.google.cloud.gkemulticloud.v1.IAzureCluster, protos.google.cloud.gkemulticloud.v1.IOperationMetadata>, protos.google.longrunning.IOperation | null | undefined, {} | null | undefined>
Returns
TypeDescription
void

updateAzureCluster(request, callback)

updateAzureCluster(request: protos.google.cloud.gkemulticloud.v1.IUpdateAzureClusterRequest, callback: Callback<LROperation<protos.google.cloud.gkemulticloud.v1.IAzureCluster, protos.google.cloud.gkemulticloud.v1.IOperationMetadata>, protos.google.longrunning.IOperation | null | undefined, {} | null | undefined>): void;
Parameters
NameDescription
request IUpdateAzureClusterRequest
callback Callback<LROperation<protos.google.cloud.gkemulticloud.v1.IAzureCluster, protos.google.cloud.gkemulticloud.v1.IOperationMetadata>, protos.google.longrunning.IOperation | null | undefined, {} | null | undefined>
Returns
TypeDescription
void

updateAzureNodePool(request, options)

updateAzureNodePool(request?: protos.google.cloud.gkemulticloud.v1.IUpdateAzureNodePoolRequest, options?: CallOptions): Promise<[
        LROperation<protos.google.cloud.gkemulticloud.v1.IAzureNodePool, protos.google.cloud.gkemulticloud.v1.IOperationMetadata>,
        protos.google.longrunning.IOperation | undefined,
        {} | undefined
    ]>;

Updates an .

Parameters
NameDescription
request IUpdateAzureNodePoolRequest

The request object that will be sent.

options CallOptions

Call options. See CallOptions for more details.

Returns
TypeDescription
Promise<[ LROperation<protos.google.cloud.gkemulticloud.v1.IAzureNodePool, protos.google.cloud.gkemulticloud.v1.IOperationMetadata>, protos.google.longrunning.IOperation | undefined, {} | undefined ]>

{Promise} - The promise which resolves to an array. The first element of the array is an object representing a long running operation. Its promise() method returns a promise you can await for. Please see the documentation for more details and examples.

Example

  /**
   * This snippet has been automatically generated and should be regarded as a code template only.
   * It will require modifications to work.
   * It may require correct/in-range values for request initialization.
   * TODO(developer): Uncomment these variables before running the sample.
   */
  /**
   *  Required. The AzureNodePool google.cloud.gkemulticloud.v1.AzureNodePool 
   *  resource to update.
   */
  // const azureNodePool = {}
  /**
   *  If set, only validate the request, but don't actually update the node pool.
   */
  // const validateOnly = true
  /**
   *  Required. Mask of fields to update. At least one path must be supplied in
   *  this field. The elements of the repeated paths field can only include these
   *  fields from AzureNodePool google.cloud.gkemulticloud.v1.AzureNodePool:
   *   *.  `annotations`.
   *   *   `version`.
   *   *   `autoscaling.min_node_count`.
   *   *   `autoscaling.max_node_count`.
   *   *   `config.ssh_config.authorized_key`.
   *   *   `management.auto_repair`.
   *   *   `management`.
   */
  // const updateMask = {}

  // Imports the Gkemulticloud library
  const {AzureClustersClient} = require('@google-cloud/gkemulticloud').v1;

  // Instantiates a client
  const gkemulticloudClient = new AzureClustersClient();

  async function callUpdateAzureNodePool() {
    // Construct request
    const request = {
      azureNodePool,
      updateMask,
    };

    // Run request
    const [operation] = await gkemulticloudClient.updateAzureNodePool(request);
    const [response] = await operation.promise();
    console.log(response);
  }

  callUpdateAzureNodePool();

updateAzureNodePool(request, options, callback)

updateAzureNodePool(request: protos.google.cloud.gkemulticloud.v1.IUpdateAzureNodePoolRequest, options: CallOptions, callback: Callback<LROperation<protos.google.cloud.gkemulticloud.v1.IAzureNodePool, protos.google.cloud.gkemulticloud.v1.IOperationMetadata>, protos.google.longrunning.IOperation | null | undefined, {} | null | undefined>): void;
Parameters
NameDescription
request IUpdateAzureNodePoolRequest
options CallOptions
callback Callback<LROperation<protos.google.cloud.gkemulticloud.v1.IAzureNodePool, protos.google.cloud.gkemulticloud.v1.IOperationMetadata>, protos.google.longrunning.IOperation | null | undefined, {} | null | undefined>
Returns
TypeDescription
void

updateAzureNodePool(request, callback)

updateAzureNodePool(request: protos.google.cloud.gkemulticloud.v1.IUpdateAzureNodePoolRequest, callback: Callback<LROperation<protos.google.cloud.gkemulticloud.v1.IAzureNodePool, protos.google.cloud.gkemulticloud.v1.IOperationMetadata>, protos.google.longrunning.IOperation | null | undefined, {} | null | undefined>): void;
Parameters
NameDescription
request IUpdateAzureNodePoolRequest
callback Callback<LROperation<protos.google.cloud.gkemulticloud.v1.IAzureNodePool, protos.google.cloud.gkemulticloud.v1.IOperationMetadata>, protos.google.longrunning.IOperation | null | undefined, {} | null | undefined>
Returns
TypeDescription
void