/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
import { AxiosPromise } from 'axios';
import { GoogleApis } from '../..';
import { BodyResponseCallback, GlobalOptions, MethodOptions } from '../../lib/api';
/**
 * Compute Engine API
 *
 * Creates and runs virtual machines on Google Cloud Platform.
 *
 * @example
 * const google = require('googleapis');
 * const compute = google.compute('alpha');
 *
 * @namespace compute
 * @type {Function}
 * @version alpha
 * @variation alpha
 * @param {object=} options Options for Compute
 */
export declare class Compute {
    _options: GlobalOptions;
    google: GoogleApis;
    root: this;
    acceleratorTypes: Resource$Acceleratortypes;
    addresses: Resource$Addresses;
    autoscalers: Resource$Autoscalers;
    backendBuckets: Resource$Backendbuckets;
    backendServices: Resource$Backendservices;
    disks: Resource$Disks;
    diskTypes: Resource$Disktypes;
    firewalls: Resource$Firewalls;
    forwardingRules: Resource$Forwardingrules;
    globalAddresses: Resource$Globaladdresses;
    globalForwardingRules: Resource$Globalforwardingrules;
    globalOperations: Resource$Globaloperations;
    healthChecks: Resource$Healthchecks;
    hosts: Resource$Hosts;
    hostTypes: Resource$Hosttypes;
    httpHealthChecks: Resource$Httphealthchecks;
    httpsHealthChecks: Resource$Httpshealthchecks;
    images: Resource$Images;
    instanceGroupManagers: Resource$Instancegroupmanagers;
    instanceGroups: Resource$Instancegroups;
    instances: Resource$Instances;
    instanceTemplates: Resource$Instancetemplates;
    interconnectAttachments: Resource$Interconnectattachments;
    interconnectLocations: Resource$Interconnectlocations;
    interconnects: Resource$Interconnects;
    licenseCodes: Resource$Licensecodes;
    licenses: Resource$Licenses;
    machineTypes: Resource$Machinetypes;
    maintenancePolicies: Resource$Maintenancepolicies;
    networkEndpointGroups: Resource$Networkendpointgroups;
    networks: Resource$Networks;
    nodeGroups: Resource$Nodegroups;
    nodeTemplates: Resource$Nodetemplates;
    projects: Resource$Projects;
    regionAutoscalers: Resource$Regionautoscalers;
    regionBackendServices: Resource$Regionbackendservices;
    regionCommitments: Resource$Regioncommitments;
    regionDisks: Resource$Regiondisks;
    regionDiskTypes: Resource$Regiondisktypes;
    regionHealthChecks: Resource$Regionhealthchecks;
    regionInstanceGroupManagers: Resource$Regioninstancegroupmanagers;
    regionInstanceGroups: Resource$Regioninstancegroups;
    regionOperations: Resource$Regionoperations;
    regions: Resource$Regions;
    regionTargetHttpProxies: Resource$Regiontargethttpproxies;
    regionUrlMaps: Resource$Regionurlmaps;
    routers: Resource$Routers;
    routes: Resource$Routes;
    securityPolicies: Resource$Securitypolicies;
    snapshots: Resource$Snapshots;
    sslCertificates: Resource$Sslcertificates;
    sslPolicies: Resource$Sslpolicies;
    subnetworks: Resource$Subnetworks;
    targetHttpProxies: Resource$Targethttpproxies;
    targetHttpsProxies: Resource$Targethttpsproxies;
    targetInstances: Resource$Targetinstances;
    targetPools: Resource$Targetpools;
    targetSslProxies: Resource$Targetsslproxies;
    targetTcpProxies: Resource$Targettcpproxies;
    targetVpnGateways: Resource$Targetvpngateways;
    urlMaps: Resource$Urlmaps;
    vpnTunnels: Resource$Vpntunnels;
    zoneOperations: Resource$Zoneoperations;
    zones: Resource$Zones;
    constructor(options: GlobalOptions, google: GoogleApis);
    getRoot(): this;
}
/**
 * A specification of the type and number of accelerator cards attached to the
 * instance.
 */
export interface Schema$AcceleratorConfig {
    /**
     * The number of the guest accelerator cards exposed to this instance.
     */
    acceleratorCount: number;
    /**
     * Full or partial URL of the accelerator type resource to attach to this
     * instance. If you are creating an instance template, specify only the
     * accelerator name.
     */
    acceleratorType: string;
}
/**
 * An Accelerator Type resource. (== resource_for beta.acceleratorTypes ==) (==
 * resource_for v1.acceleratorTypes ==)
 */
export interface Schema$AcceleratorType {
    /**
     * [Output Only] Creation timestamp in RFC3339 text format.
     */
    creationTimestamp: string;
    /**
     * [Output Only] The deprecation status associated with this accelerator type.
     */
    deprecated: Schema$DeprecationStatus;
    /**
     * [Output Only] An optional textual description of the resource.
     */
    description: string;
    /**
     * [Output Only] The unique identifier for the resource. This identifier is
     * defined by the server.
     */
    id: string;
    /**
     * [Output Only] The type of the resource. Always compute#acceleratorType for
     * accelerator types.
     */
    kind: string;
    /**
     * [Output Only] Maximum accelerator cards allowed per instance.
     */
    maximumCardsPerInstance: number;
    /**
     * [Output Only] Name of the resource.
     */
    name: string;
    /**
     * [Output Only] Server-defined fully-qualified URL for this resource.
     */
    selfLink: string;
    /**
     * [Output Only] The name of the zone where the accelerator type resides, such
     * as us-central1-a. You must specify this field as part of the HTTP request
     * URL. It is not settable as a field in the request body.
     */
    zone: string;
}
export interface Schema$AcceleratorTypeAggregatedList {
    /**
     * [Output Only] Unique identifier for the resource; defined by the server.
     */
    id: string;
    /**
     * A list of AcceleratorTypesScopedList resources.
     */
    items: any;
    /**
     * [Output Only] Type of resource. Always
     * compute#acceleratorTypeAggregatedList for aggregated lists of accelerator
     * types.
     */
    kind: string;
    /**
     * [Output Only] This token allows you to get the next page of results for
     * list requests. If the number of results is larger than maxResults, use the
     * nextPageToken as a value for the query parameter pageToken in the next list
     * request. Subsequent list requests will have their own nextPageToken to
     * continue paging through the results.
     */
    nextPageToken: string;
    /**
     * [Output Only] Server-defined URL for this resource.
     */
    selfLink: string;
    /**
     * [Output Only] Informational warning message.
     */
    warning: any;
}
/**
 * Contains a list of accelerator types.
 */
export interface Schema$AcceleratorTypeList {
    /**
     * [Output Only] Unique identifier for the resource; defined by the server.
     */
    id: string;
    /**
     * A list of AcceleratorType resources.
     */
    items: Schema$AcceleratorType[];
    /**
     * [Output Only] Type of resource. Always compute#acceleratorTypeList for
     * lists of accelerator types.
     */
    kind: string;
    /**
     * [Output Only] This token allows you to get the next page of results for
     * list requests. If the number of results is larger than maxResults, use the
     * nextPageToken as a value for the query parameter pageToken in the next list
     * request. Subsequent list requests will have their own nextPageToken to
     * continue paging through the results.
     */
    nextPageToken: string;
    /**
     * [Output Only] Server-defined URL for this resource.
     */
    selfLink: string;
    /**
     * [Output Only] Informational warning message.
     */
    warning: any;
}
export interface Schema$AcceleratorTypesScopedList {
    /**
     * [Output Only] List of accelerator types contained in this scope.
     */
    acceleratorTypes: Schema$AcceleratorType[];
    /**
     * [Output Only] An informational warning that appears when the accelerator
     * types list is empty.
     */
    warning: any;
}
/**
 * An access configuration attached to an instance&#39;s network interface. Only
 * one access config per instance is supported.
 */
export interface Schema$AccessConfig {
    /**
     * [Output Only] Type of the resource. Always compute#accessConfig for access
     * configs.
     */
    kind: string;
    /**
     * The name of this access configuration. The default and recommended name is
     * External NAT but you can use any arbitrary string you would like. For
     * example, My external IP or Network Access.
     */
    name: string;
    /**
     * An external IP address associated with this instance. Specify an unused
     * static external IP address available to the project or leave this field
     * undefined to use an IP from a shared ephemeral IP address pool. If you
     * specify a static external IP address, it must live in the same region as
     * the zone of the instance.
     */
    natIP: string;
    /**
     * This signifies the networking tier used for configuring this access
     * configuration and can only take the following values: PREMIUM, STANDARD. If
     * an AccessConfig is specified without a valid external IP address, an
     * ephemeral IP will be created with this networkTier.  If an AccessConfig
     * with a valid external IP address is specified, it must match that of the
     * networkTier associated with the Address resource owning that IP.
     */
    networkTier: string;
    /**
     * [Output Only] The public DNS domain name for the instance.
     */
    publicDnsName: string;
    /**
     * The DNS domain name for the public PTR record. This field can only be set
     * when the set_public_ptr field is enabled.
     */
    publicPtrDomainName: string;
    /**
     * Specifies whether a public DNS ?A? record should be created for the
     * external IP address of this access configuration.
     */
    setPublicDns: boolean;
    /**
     * Specifies whether a public DNS ?PTR? record should be created to map the
     * external IP address of the instance to a DNS domain name.
     */
    setPublicPtr: boolean;
    /**
     * The type of configuration. The default and only option is ONE_TO_ONE_NAT.
     */
    type: string;
}
/**
 * A reserved address resource. (== resource_for beta.addresses ==) (==
 * resource_for v1.addresses ==) (== resource_for beta.globalAddresses ==) (==
 * resource_for v1.globalAddresses ==)
 */
export interface Schema$Address {
    /**
     * The static IP address represented by this resource.
     */
    address: string;
    /**
     * The type of address to reserve, either INTERNAL or EXTERNAL. If
     * unspecified, defaults to EXTERNAL.
     */
    addressType: string;
    /**
     * [Output Only] Creation timestamp in RFC3339 text format.
     */
    creationTimestamp: string;
    /**
     * An optional description of this resource. Provide this property when you
     * create the resource.
     */
    description: string;
    /**
     * [Output Only] The unique identifier for the resource. This identifier is
     * defined by the server.
     */
    id: string;
    /**
     * The IP Version that will be used by this address. Valid options are IPV4 or
     * IPV6. This can only be specified for a global address.
     */
    ipVersion: string;
    /**
     * [Output Only] Type of the resource. Always compute#address for addresses.
     */
    kind: string;
    /**
     * A fingerprint for the labels being applied to this Address, which is
     * essentially a hash of the labels set used for optimistic locking. The
     * fingerprint is initially generated by Compute Engine and changes after
     * every request to modify or update labels. You must always provide an
     * up-to-date fingerprint hash in order to update or change labels.  To see
     * the latest fingerprint, make a get() request to retrieve an Address.
     */
    labelFingerprint: string;
    /**
     * Labels to apply to this Address resource. These can be later modified by
     * the setLabels method. Each label key/value must comply with RFC1035. Label
     * values may be empty.
     */
    labels: any;
    /**
     * Name of the resource. Provided by the client when the resource is created.
     * The name must be 1-63 characters long, and comply with RFC1035.
     * Specifically, the name must be 1-63 characters long and match the regular
     * expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character
     * must be a lowercase letter, and all following characters must be a dash,
     * lowercase letter, or digit, except the last character, which cannot be a
     * dash.
     */
    name: string;
    /**
     * The URL of the network in which to reserve the address. This field can only
     * be used with INTERNAL type with VPC_PEERING purpose.
     */
    network: string;
    /**
     * This signifies the networking tier used for configuring this Address and
     * can only take the following values: PREMIUM , STANDARD.  If this field is
     * not specified, it is assumed to be PREMIUM.
     */
    networkTier: string;
    /**
     * The prefix length if the resource reprensents an IP range.
     */
    prefixLength: number;
    /**
     * The purpose of resource, only used with INTERNAL type.
     */
    purpose: string;
    /**
     * [Output Only] URL of the region where the regional address resides. This
     * field is not applicable to global addresses. You must specify this field as
     * part of the HTTP request URL. You cannot set this field in the request
     * body.
     */
    region: string;
    /**
     * [Output Only] Server-defined URL for the resource.
     */
    selfLink: string;
    /**
     * [Output Only] The status of the address, which can be one of RESERVING,
     * RESERVED, or IN_USE. An address that is RESERVING is currently in the
     * process of being reserved. A RESERVED address is currently reserved and
     * available to use. An IN_USE address is currently being used by another
     * resource and is not available.
     */
    status: string;
    /**
     * The URL of the subnetwork in which to reserve the address. If an IP address
     * is specified, it must be within the subnetwork&#39;s IP range. This field
     * can only be used with INTERNAL type with GCE_ENDPOINT/DNS_RESOLVER
     * purposes.
     */
    subnetwork: string;
    /**
     * [Output Only] The URLs of the resources that are using this address.
     */
    users: string[];
}
export interface Schema$AddressAggregatedList {
    /**
     * [Output Only] Unique identifier for the resource; defined by the server.
     */
    id: string;
    /**
     * A list of AddressesScopedList resources.
     */
    items: any;
    /**
     * [Output Only] Type of resource. Always compute#addressAggregatedList for
     * aggregated lists of addresses.
     */
    kind: string;
    /**
     * [Output Only] This token allows you to get the next page of results for
     * list requests. If the number of results is larger than maxResults, use the
     * nextPageToken as a value for the query parameter pageToken in the next list
     * request. Subsequent list requests will have their own nextPageToken to
     * continue paging through the results.
     */
    nextPageToken: string;
    /**
     * [Output Only] Server-defined URL for this resource.
     */
    selfLink: string;
    /**
     * [Output Only] Informational warning message.
     */
    warning: any;
}
export interface Schema$AddressesScopedList {
    /**
     * [Output Only] List of addresses contained in this scope.
     */
    addresses: Schema$Address[];
    /**
     * [Output Only] Informational warning which replaces the list of addresses
     * when the list is empty.
     */
    warning: any;
}
/**
 * Contains a list of addresses.
 */
export interface Schema$AddressList {
    /**
     * [Output Only] Unique identifier for the resource; defined by the server.
     */
    id: string;
    /**
     * A list of Address resources.
     */
    items: Schema$Address[];
    /**
     * [Output Only] Type of resource. Always compute#addressList for lists of
     * addresses.
     */
    kind: string;
    /**
     * [Output Only] This token allows you to get the next page of results for
     * list requests. If the number of results is larger than maxResults, use the
     * nextPageToken as a value for the query parameter pageToken in the next list
     * request. Subsequent list requests will have their own nextPageToken to
     * continue paging through the results.
     */
    nextPageToken: string;
    /**
     * [Output Only] Server-defined URL for this resource.
     */
    selfLink: string;
    /**
     * [Output Only] Informational warning message.
     */
    warning: any;
}
/**
 * An alias IP range attached to an instance&#39;s network interface.
 */
export interface Schema$AliasIpRange {
    /**
     * The IP CIDR range represented by this alias IP range. This IP CIDR range
     * must belong to the specified subnetwork and cannot contain IP addresses
     * reserved by system or used by other network interfaces. This range may be a
     * single IP address (e.g. 10.2.3.4), a netmask (e.g. /24) or a CIDR format
     * string (e.g. 10.1.2.0/24).
     */
    ipCidrRange: string;
    /**
     * Optional subnetwork secondary range name specifying the secondary range
     * from which to allocate the IP CIDR range for this alias IP range. If left
     * unspecified, the primary range of the subnetwork will be used.
     */
    subnetworkRangeName: string;
}
/**
 * An instance-attached disk resource.
 */
export interface Schema$AttachedDisk {
    /**
     * Specifies whether the disk will be auto-deleted when the instance is
     * deleted (but not when the disk is detached from the instance).
     */
    autoDelete: boolean;
    /**
     * Indicates that this is a boot disk. The virtual machine will use the first
     * partition of the disk for its root filesystem.
     */
    boot: boolean;
    /**
     * Specifies a unique device name of your choice that is reflected into the
     * /dev/disk/by-id/google-* tree of a Linux operating system running within
     * the instance. This name can be used to reference the device for mounting,
     * resizing, and so on, from within the instance.  If not specified, the
     * server chooses a default device name to apply to this disk, in the form
     * persistent-disks-x, where x is a number assigned by Google Compute Engine.
     * This field is only applicable for persistent disks.
     */
    deviceName: string;
    /**
     * Encrypts or decrypts a disk using a customer-supplied encryption key.  If
     * you are creating a new disk, this field encrypts the new disk using an
     * encryption key that you provide. If you are attaching an existing disk that
     * is already encrypted, this field decrypts the disk using the
     * customer-supplied encryption key.  If you encrypt a disk using a
     * customer-supplied key, you must provide the same key again when you attempt
     * to use this resource at a later time. For example, you must provide the key
     * when you create a snapshot or an image from the disk or when you attach the
     * disk to a virtual machine instance.  If you do not provide an encryption
     * key, then the disk will be encrypted using an automatically generated key
     * and you do not need to provide a key to use the disk later.  Instance
     * templates do not store customer-supplied encryption keys, so you cannot use
     * your own keys to encrypt disks in a managed instance group.
     */
    diskEncryptionKey: Schema$CustomerEncryptionKey;
    /**
     * The size of the disk in base-2 GB. This supersedes disk_size_gb in
     * InitializeParams.
     */
    diskSizeGb: string;
    /**
     * A list of features to enable on the guest operating system. Applicable only
     * for bootable images. Read  Enabling guest operating system features to see
     * a list of available options.
     */
    guestOsFeatures: Schema$GuestOsFeature[];
    /**
     * [Output Only] A zero-based index to this disk, where 0 is reserved for the
     * boot disk. If you have many disks attached to an instance, each disk would
     * have a unique index number.
     */
    index: number;
    /**
     * [Input Only] Specifies the parameters for a new disk that will be created
     * alongside the new instance. Use initialization parameters to create boot
     * disks or local SSDs attached to the new instance.  This property is
     * mutually exclusive with the source property; you can only define one or the
     * other, but not both.
     */
    initializeParams: Schema$AttachedDiskInitializeParams;
    /**
     * Specifies the disk interface to use for attaching this disk, which is
     * either SCSI or NVME. The default is SCSI. Persistent disks must always use
     * SCSI and the request will fail if you attempt to attach a persistent disk
     * in any other format than SCSI. Local SSDs can use either NVME or SCSI. For
     * performance characteristics of SCSI over NVMe, see Local SSD performance.
     */
    interface: string;
    /**
     * [Output Only] Type of the resource. Always compute#attachedDisk for
     * attached disks.
     */
    kind: string;
    /**
     * [Output Only] Any valid publicly visible licenses.
     */
    licenses: string[];
    /**
     * The mode in which to attach this disk, either READ_WRITE or READ_ONLY. If
     * not specified, the default is to attach the disk in READ_WRITE mode.
     */
    mode: string;
    /**
     * For LocalSSD disks on VM Instances in STOPPED or SUSPENDED state, this
     * field is set to PRESERVED iff the LocalSSD data has been saved to a
     * persistent location by customer request. (see the discard_local_ssd option
     * on Stop/Suspend). Read-only in the api.
     */
    savedState: string;
    /**
     * Specifies a valid partial or full URL to an existing Persistent Disk
     * resource. When creating a new instance, one of initializeParams.sourceImage
     * or disks.source is required except for local SSD.  If desired, you can also
     * attach existing non-root persistent disks using this property. This field
     * is only applicable for persistent disks.  Note that for InstanceTemplate,
     * specify the disk name, not the URL for the disk.
     */
    source: string;
    /**
     * Specifies the type of the disk, either SCRATCH or PERSISTENT. If not
     * specified, the default is PERSISTENT.
     */
    type: string;
}
/**
 * [Input Only] Specifies the parameters for a new disk that will be created
 * alongside the new instance. Use initialization parameters to create boot
 * disks or local SSDs attached to the new instance.  This property is mutually
 * exclusive with the source property; you can only define one or the other, but
 * not both.
 */
export interface Schema$AttachedDiskInitializeParams {
    /**
     * Specifies the disk name. If not specified, the default is to use the name
     * of the instance.
     */
    diskName: string;
    /**
     * Specifies the size of the disk in base-2 GB.
     */
    diskSizeGb: string;
    /**
     * [Deprecated] Storage type of the disk.
     */
    diskStorageType: string;
    /**
     * Specifies the disk type to use to create the instance. If not specified,
     * the default is pd-standard, specified using the full URL. For example:
     * https://www.googleapis.com/compute/v1/projects/project/zones/zone/diskTypes/pd-standard
     * Other values include pd-ssd and local-ssd. If you define this field, you
     * can provide either the full or partial URL. For example, the following are
     * valid values:   -
     * https://www.googleapis.com/compute/v1/projects/project/zones/zone/diskTypes/diskType
     * - projects/project/zones/zone/diskTypes/diskType  -
     * zones/zone/diskTypes/diskType  Note that for InstanceTemplate, this is the
     * name of the disk type, not URL.
     */
    diskType: string;
    /**
     * Labels to apply to this disk. These can be later modified by the
     * disks.setLabels method. This field is only applicable for persistent disks.
     */
    labels: any;
    /**
     * The source image to create this disk. When creating a new instance, one of
     * initializeParams.sourceImage or disks.source is required except for local
     * SSD.  To create a disk with one of the public operating system images,
     * specify the image by its family name. For example, specify family/debian-8
     * to use the latest Debian 8 image:
     * projects/debian-cloud/global/images/family/debian-8   Alternatively, use a
     * specific version of a public operating system image:
     * projects/debian-cloud/global/images/debian-8-jessie-vYYYYMMDD   To create a
     * disk with a custom image that you created, specify the image name in the
     * following format: global/images/my-custom-image   You can also specify a
     * custom image by its image family, which returns the latest version of the
     * image in that family. Replace the image name with family/family-name:
     * global/images/family/my-image-family   If the source image is deleted
     * later, this field will not be set.
     */
    sourceImage: string;
    /**
     * The customer-supplied encryption key of the source image. Required if the
     * source image is protected by a customer-supplied encryption key.  Instance
     * templates do not store customer-supplied encryption keys, so you cannot
     * create disks for instances in a managed instance group if the source images
     * are encrypted with your own keys.
     */
    sourceImageEncryptionKey: Schema$CustomerEncryptionKey;
}
/**
 * Specifies the audit configuration for a service. The configuration determines
 * which permission types are logged, and what identities, if any, are exempted
 * from logging. An AuditConfig must have one or more AuditLogConfigs.  If there
 * are AuditConfigs for both `allServices` and a specific service, the union of
 * the two AuditConfigs is used for that service: the log_types specified in
 * each AuditConfig are enabled, and the exempted_members in each AuditLogConfig
 * are exempted.  Example Policy with multiple AuditConfigs:  {
 * &quot;audit_configs&quot;: [ { &quot;service&quot;: &quot;allServices&quot;
 * &quot;audit_log_configs&quot;: [ { &quot;log_type&quot;:
 * &quot;DATA_READ&quot;, &quot;exempted_members&quot;: [
 * &quot;user:foo@gmail.com&quot; ] }, { &quot;log_type&quot;:
 * &quot;DATA_WRITE&quot;, }, { &quot;log_type&quot;: &quot;ADMIN_READ&quot;, }
 * ] }, { &quot;service&quot;: &quot;fooservice.googleapis.com&quot;
 * &quot;audit_log_configs&quot;: [ { &quot;log_type&quot;:
 * &quot;DATA_READ&quot;, }, { &quot;log_type&quot;: &quot;DATA_WRITE&quot;,
 * &quot;exempted_members&quot;: [ &quot;user:bar@gmail.com&quot; ] } ] } ] }
 * For fooservice, this policy enables DATA_READ, DATA_WRITE and ADMIN_READ
 * logging. It also exempts foo@gmail.com from DATA_READ logging, and
 * bar@gmail.com from DATA_WRITE logging.
 */
export interface Schema$AuditConfig {
    /**
     * The configuration for logging of each type of permission.
     */
    auditLogConfigs: Schema$AuditLogConfig[];
    exemptedMembers: string[];
    /**
     * Specifies a service that will be enabled for audit logging. For example,
     * `storage.googleapis.com`, `cloudsql.googleapis.com`. `allServices` is a
     * special value that covers all services.
     */
    service: string;
}
/**
 * Provides the configuration for logging a type of permissions. Example:  {
 * &quot;audit_log_configs&quot;: [ { &quot;log_type&quot;:
 * &quot;DATA_READ&quot;, &quot;exempted_members&quot;: [
 * &quot;user:foo@gmail.com&quot; ] }, { &quot;log_type&quot;:
 * &quot;DATA_WRITE&quot;, } ] }  This enables &#39;DATA_READ&#39; and
 * &#39;DATA_WRITE&#39; logging, while exempting foo@gmail.com from DATA_READ
 * logging.
 */
export interface Schema$AuditLogConfig {
    /**
     * Specifies the identities that do not cause logging for this type of
     * permission. Follows the same format of [Binding.members][].
     */
    exemptedMembers: string[];
    /**
     * The log type that this config enables.
     */
    logType: string;
}
/**
 * Authorization-related information used by Cloud Audit Logging.
 */
export interface Schema$AuthorizationLoggingOptions {
    /**
     * The type of the permission that was checked.
     */
    permissionType: string;
}
/**
 * Represents an Autoscaler resource. Autoscalers allow you to automatically
 * scale virtual machine instances in managed instance groups according to an
 * autoscaling policy that you define. For more information, read Autoscaling
 * Groups of Instances. (== resource_for beta.autoscalers ==) (== resource_for
 * v1.autoscalers ==) (== resource_for beta.regionAutoscalers ==) (==
 * resource_for v1.regionAutoscalers ==)
 */
export interface Schema$Autoscaler {
    /**
     * The configuration parameters for the autoscaling algorithm. You can define
     * one or more of the policies for an autoscaler: cpuUtilization,
     * customMetricUtilizations, and loadBalancingUtilization.  If none of these
     * are specified, the default will be to autoscale based on cpuUtilization to
     * 0.6 or 60%.
     */
    autoscalingPolicy: Schema$AutoscalingPolicy;
    /**
     * [Output Only] Creation timestamp in RFC3339 text format.
     */
    creationTimestamp: string;
    /**
     * An optional description of this resource. Provide this property when you
     * create the resource.
     */
    description: string;
    /**
     * [Output Only] The unique identifier for the resource. This identifier is
     * defined by the server.
     */
    id: string;
    /**
     * [Output Only] Type of the resource. Always compute#autoscaler for
     * autoscalers.
     */
    kind: string;
    /**
     * Name of the resource. Provided by the client when the resource is created.
     * The name must be 1-63 characters long, and comply with RFC1035.
     * Specifically, the name must be 1-63 characters long and match the regular
     * expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character
     * must be a lowercase letter, and all following characters must be a dash,
     * lowercase letter, or digit, except the last character, which cannot be a
     * dash.
     */
    name: string;
    /**
     * [Output Only] Target recommended MIG size (number of instances) computed by
     * autoscaler. Autoscaler calculates recommended MIG size even when
     * autoscaling policy mode is different from ON. This field is empty when
     * autoscaler is not connected to the existing managed instance group or
     * autoscaler did not generate its prediction.
     */
    recommendedSize: number;
    /**
     * [Output Only] URL of the region where the instance group resides (for
     * autoscalers living in regional scope).
     */
    region: string;
    /**
     * [Output Only] Server-defined URL for the resource.
     */
    selfLink: string;
    /**
     * [Output Only] The status of the autoscaler configuration.
     */
    status: string;
    /**
     * [Output Only] Human-readable details about the current state of the
     * autoscaler. Read the documentation for Commonly returned status messages
     * for examples of status messages you might encounter.
     */
    statusDetails: Schema$AutoscalerStatusDetails[];
    /**
     * URL of the managed instance group that this autoscaler will scale.
     */
    target: string;
    /**
     * [Output Only] URL of the zone where the instance group resides (for
     * autoscalers living in zonal scope).
     */
    zone: string;
}
export interface Schema$AutoscalerAggregatedList {
    /**
     * [Output Only] Unique identifier for the resource; defined by the server.
     */
    id: string;
    /**
     * A list of AutoscalersScopedList resources.
     */
    items: any;
    /**
     * [Output Only] Type of resource. Always compute#autoscalerAggregatedList for
     * aggregated lists of autoscalers.
     */
    kind: string;
    /**
     * [Output Only] This token allows you to get the next page of results for
     * list requests. If the number of results is larger than maxResults, use the
     * nextPageToken as a value for the query parameter pageToken in the next list
     * request. Subsequent list requests will have their own nextPageToken to
     * continue paging through the results.
     */
    nextPageToken: string;
    /**
     * [Output Only] Server-defined URL for this resource.
     */
    selfLink: string;
    /**
     * [Output Only] Informational warning message.
     */
    warning: any;
}
/**
 * Contains a list of Autoscaler resources.
 */
export interface Schema$AutoscalerList {
    /**
     * [Output Only] Unique identifier for the resource; defined by the server.
     */
    id: string;
    /**
     * A list of Autoscaler resources.
     */
    items: Schema$Autoscaler[];
    /**
     * [Output Only] Type of resource. Always compute#autoscalerList for lists of
     * autoscalers.
     */
    kind: string;
    /**
     * [Output Only] This token allows you to get the next page of results for
     * list requests. If the number of results is larger than maxResults, use the
     * nextPageToken as a value for the query parameter pageToken in the next list
     * request. Subsequent list requests will have their own nextPageToken to
     * continue paging through the results.
     */
    nextPageToken: string;
    /**
     * [Output Only] Server-defined URL for this resource.
     */
    selfLink: string;
    /**
     * [Output Only] Informational warning message.
     */
    warning: any;
}
export interface Schema$AutoscalersScopedList {
    /**
     * [Output Only] List of autoscalers contained in this scope.
     */
    autoscalers: Schema$Autoscaler[];
    /**
     * [Output Only] Informational warning which replaces the list of autoscalers
     * when the list is empty.
     */
    warning: any;
}
export interface Schema$AutoscalerStatusDetails {
    /**
     * The status message.
     */
    message: string;
    /**
     * The type of error returned.
     */
    type: string;
}
/**
 * Cloud Autoscaler policy.
 */
export interface Schema$AutoscalingPolicy {
    /**
     * The number of seconds that the autoscaler should wait before it starts
     * collecting information from a new instance. This prevents the autoscaler
     * from collecting information when the instance is initializing, during which
     * the collected usage would not be reliable. The default time autoscaler
     * waits is 60 seconds.  Virtual machine initialization times might vary
     * because of numerous factors. We recommend that you test how long an
     * instance may take to initialize. To do this, create an instance and time
     * the startup process.
     */
    coolDownPeriodSec: number;
    /**
     * Defines the CPU utilization policy that allows the autoscaler to scale
     * based on the average CPU utilization of a managed instance group.
     */
    cpuUtilization: Schema$AutoscalingPolicyCpuUtilization;
    /**
     * Configuration parameters of autoscaling based on a custom metric.
     */
    customMetricUtilizations: Schema$AutoscalingPolicyCustomMetricUtilization[];
    /**
     * Configuration parameters of autoscaling based on load balancer.
     */
    loadBalancingUtilization: Schema$AutoscalingPolicyLoadBalancingUtilization;
    /**
     * The maximum number of instances that the autoscaler can scale up to. This
     * is required when creating or updating an autoscaler. The maximum number of
     * replicas should not be lower than minimal number of replicas.
     */
    maxNumReplicas: number;
    /**
     * The minimum number of replicas that the autoscaler can scale down to. This
     * cannot be less than 0. If not provided, autoscaler will choose a default
     * value depending on maximum number of instances allowed.
     */
    minNumReplicas: number;
    /**
     * Defines operating mode for this policy.
     */
    mode: string;
    /**
     * Configuration parameters of autoscaling based on queuing system.
     */
    queueBasedScaling: Schema$AutoscalingPolicyQueueBasedScaling;
}
/**
 * CPU utilization policy.
 */
export interface Schema$AutoscalingPolicyCpuUtilization {
    /**
     * The target CPU utilization that the autoscaler should maintain. Must be a
     * float value in the range (0, 1]. If not specified, the default is 0.6.  If
     * the CPU level is below the target utilization, the autoscaler scales down
     * the number of instances until it reaches the minimum number of instances
     * you specified or until the average CPU of your instances reaches the target
     * utilization.  If the average CPU is above the target utilization, the
     * autoscaler scales up until it reaches the maximum number of instances you
     * specified or until the average utilization reaches the target utilization.
     */
    utilizationTarget: number;
}
/**
 * Custom utilization metric policy.
 */
export interface Schema$AutoscalingPolicyCustomMetricUtilization {
    /**
     * A filter string, compatible with a Stackdriver Monitoring filter string for
     * TimeSeries.list API call. This filter is used to select a specific
     * TimeSeries for the purpose of autoscaling and to determine whether the
     * metric is exporting per-instance or per-group data.  For the filter to be
     * valid for autoscaling purposes, the following rules apply:   - You can only
     * use the AND operator for joining selectors.  - You can only use direct
     * equality comparison operator (=) without any functions for each selector.
     * - You can specify the metric in both the filter string and in the metric
     * field. However, if specified in both places, the metric must be identical.
     * - The monitored resource type determines what kind of values are expected
     * for the metric. If it is a gce_instance, the autoscaler expects the metric
     * to include a separate TimeSeries for each instance in a group. In such a
     * case, you cannot filter on resource labels. If the resource type is any
     * other value, the autoscaler expects this metric to contain values that
     * apply to the entire autoscaled instance group and resource label filtering
     * can be performed to point autoscaler at the correct TimeSeries to scale
     * upon. This is called a per-group metric for the purpose of autoscaling.  If
     * not specified, the type defaults to gce_instance.    You should provide a
     * filter that is selective enough to pick just one TimeSeries for the
     * autoscaled group or for each of the instances (if you are using
     * gce_instance resource type). If multiple TimeSeries are returned upon the
     * query execution, the autoscaler will sum their respective values to obtain
     * its scaling value.
     */
    filter: string;
    /**
     * The identifier (type) of the Stackdriver Monitoring metric. The metric
     * cannot have negative values.  The metric must have a value type of INT64 or
     * DOUBLE.
     */
    metric: string;
    /**
     * If scaling is based on a per-group metric value that represents the total
     * amount of work to be done or resource usage, set this value to an amount
     * assigned for a single instance of the scaled group. Autoscaler will keep
     * the number of instances proportional to the value of this metric, the
     * metric itself should not change value due to group resizing.  A good metric
     * to use with the target is for example
     * pubsub.googleapis.com/subscription/num_undelivered_messages or a custom
     * metric exporting the total number of requests coming to your instances.  A
     * bad example would be a metric exporting an average or median latency, since
     * this value can&#39;t include a chunk assignable to a single instance, it
     * could be better used with utilization_target instead.
     */
    singleInstanceAssignment: number;
    /**
     * The target value of the metric that autoscaler should maintain. This must
     * be a positive value. A utilization metric scales number of virtual machines
     * handling requests to increase or decrease proportionally to the metric. For
     * example, a good metric to use as a utilization_target is
     * compute.googleapis.com/instance/network/received_bytes_count. The
     * autoscaler will work to keep this value constant for each of the instances.
     */
    utilizationTarget: number;
    /**
     * Defines how target utilization value is expressed for a Stackdriver
     * Monitoring metric. Either GAUGE, DELTA_PER_SECOND, or DELTA_PER_MINUTE. If
     * not specified, the default is GAUGE.
     */
    utilizationTargetType: string;
}
/**
 * Configuration parameters of autoscaling based on load balancing.
 */
export interface Schema$AutoscalingPolicyLoadBalancingUtilization {
    /**
     * Fraction of backend capacity utilization (set in HTTP(s) load balancing
     * configuration) that autoscaler should maintain. Must be a positive float
     * value. If not defined, the default is 0.8.
     */
    utilizationTarget: number;
}
/**
 * Configuration parameters of autoscaling based on queuing system.
 */
export interface Schema$AutoscalingPolicyQueueBasedScaling {
    /**
     * Scaling based on the average number of tasks in the queue per each active
     * instance. The autoscaler keeps the average number of tasks per instance
     * below this number, based on data collected in the last couple of minutes.
     * The autoscaler will also take into account incoming tasks when calculating
     * when to scale.
     */
    acceptableBacklogPerInstance: number;
    /**
     * Configuration for Cloud Pub/Sub subscription queue.
     */
    cloudPubSub: Schema$AutoscalingPolicyQueueBasedScalingCloudPubSub;
    /**
     * The scaling algorithm will also calculate throughput estimates on its own;
     * if you explicitly provide this value, the autoscaler will take into account
     * your value as well as automatic estimates when deciding how to scale.
     */
    singleWorkerThroughputPerSec: number;
}
/**
 * Configuration parameters for scaling based on Cloud Pub/Sub subscription
 * queue.
 */
export interface Schema$AutoscalingPolicyQueueBasedScalingCloudPubSub {
    /**
     * Cloud Pub/Sub subscription used for scaling. Provide the partial URL
     * (starting with projects/) or just the subscription name. The subscription
     * must be assigned to the topic specified in topicName and must be in a pull
     * configuration. The subscription must belong to the same project as the
     * Autoscaler.
     */
    subscription: string;
    /**
     * Cloud Pub/Sub topic used for scaling. Provide the partial URL or partial
     * URL (starting with projects/) or just the topic name. The topic must belong
     * to the same project as the Autoscaler resource.
     */
    topic: string;
}
/**
 * Message containing information of one individual backend.
 */
export interface Schema$Backend {
    /**
     * Specifies the balancing mode for this backend. For global HTTP(S) or
     * TCP/SSL load balancing, the default is UTILIZATION. Valid values are
     * UTILIZATION, RATE (for HTTP(S)) and CONNECTION (for TCP/SSL).  For Internal
     * Load Balancing, the default and only supported mode is CONNECTION.
     */
    balancingMode: string;
    /**
     * A multiplier applied to the group&#39;s maximum servicing capacity (based
     * on UTILIZATION, RATE or CONNECTION). Default value is 1, which means the
     * group will serve up to 100% of its configured capacity (depending on
     * balancingMode). A setting of 0 means the group is completely drained,
     * offering 0% of its available Capacity. Valid range is [0.0,1.0].  This
     * cannot be used for internal load balancing.
     */
    capacityScaler: number;
    /**
     * An optional description of this resource. Provide this property when you
     * create the resource.
     */
    description: string;
    /**
     * This field designates whether this is a failover backend. More than one
     * failover backend can be configured for a given BackendService.
     */
    failover: boolean;
    /**
     * The fully-qualified URL of a Instance Group resource. This instance group
     * defines the list of instances that serve traffic. Member virtual machine
     * instances from each instance group must live in the same zone as the
     * instance group itself. No two backends in a backend service are allowed to
     * use same Instance Group resource.  Note that you must specify an Instance
     * Group resource using the fully-qualified URL, rather than a partial URL.
     * When the BackendService has load balancing scheme INTERNAL, the instance
     * group must be within the same region as the BackendService.
     */
    group: string;
    /**
     * The max number of simultaneous connections for the group. Can be used with
     * either CONNECTION or UTILIZATION balancing modes. For CONNECTION mode,
     * either maxConnections or maxConnectionsPerInstance must be set.  This
     * cannot be used for internal load balancing.
     */
    maxConnections: number;
    /**
     * The max number of simultaneous connections that a single backend network
     * endpoint can handle. This is used to calculate the capacity of the group.
     * Can be used in either CONNECTION or UTILIZATION balancing modes. For
     * CONNECTION mode, either maxConnections or maxConnectionsPerEndpoint must be
     * set.  This cannot be used for internal load balancing.
     */
    maxConnectionsPerEndpoint: number;
    /**
     * The max number of simultaneous connections that a single backend instance
     * can handle. This is used to calculate the capacity of the group. Can be
     * used in either CONNECTION or UTILIZATION balancing modes. For CONNECTION
     * mode, either maxConnections or maxConnectionsPerInstance must be set.  This
     * cannot be used for internal load balancing.
     */
    maxConnectionsPerInstance: number;
    /**
     * The max requests per second (RPS) of the group. Can be used with either
     * RATE or UTILIZATION balancing modes, but required if RATE mode. For RATE
     * mode, either maxRate or maxRatePerInstance must be set.  This cannot be
     * used for internal load balancing.
     */
    maxRate: number;
    /**
     * The max requests per second (RPS) that a single backend network endpoint
     * can handle. This is used to calculate the capacity of the group. Can be
     * used in either balancing mode. For RATE mode, either maxRate or
     * maxRatePerEndpoint must be set.  This cannot be used for internal load
     * balancing.
     */
    maxRatePerEndpoint: number;
    /**
     * The max requests per second (RPS) that a single backend instance can
     * handle. This is used to calculate the capacity of the group. Can be used in
     * either balancing mode. For RATE mode, either maxRate or maxRatePerInstance
     * must be set.  This cannot be used for internal load balancing.
     */
    maxRatePerInstance: number;
    /**
     * Used when balancingMode is UTILIZATION. This ratio defines the CPU
     * utilization target for the group. The default is 0.8. Valid range is
     * [0.0, 1.0].  This cannot be used for internal load balancing.
     */
    maxUtilization: number;
}
/**
 * A BackendBucket resource. This resource defines a Cloud Storage bucket.
 */
export interface Schema$BackendBucket {
    /**
     * Cloud Storage bucket name.
     */
    bucketName: string;
    /**
     * Cloud CDN Coniguration for this BackendBucket.
     */
    cdnPolicy: Schema$BackendBucketCdnPolicy;
    /**
     * [Output Only] Creation timestamp in RFC3339 text format.
     */
    creationTimestamp: string;
    /**
     * An optional textual description of the resource; provided by the client
     * when the resource is created.
     */
    description: string;
    /**
     * If true, enable Cloud CDN for this BackendBucket.
     */
    enableCdn: boolean;
    /**
     * [Output Only] Unique identifier for the resource; defined by the server.
     */
    id: string;
    /**
     * Type of the resource.
     */
    kind: string;
    /**
     * Name of the resource. Provided by the client when the resource is created.
     * The name must be 1-63 characters long, and comply with RFC1035.
     * Specifically, the name must be 1-63 characters long and match the regular
     * expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character
     * must be a lowercase letter, and all following characters must be a dash,
     * lowercase letter, or digit, except the last character, which cannot be a
     * dash.
     */
    name: string;
    /**
     * [Output Only] Server-defined URL for the resource.
     */
    selfLink: string;
}
/**
 * Message containing Cloud CDN configuration for a backend bucket.
 */
export interface Schema$BackendBucketCdnPolicy {
    /**
     * Number of seconds up to which the response to a signed URL request will be
     * cached in the CDN. After this time period, the Signed URL will be
     * revalidated before being served. Defaults to 1hr (3600s). If this field is
     * set, Cloud CDN will internally act as though all responses from this bucket
     * had a ?Cache-Control: public, max-age=[TTL]? header, regardless of any
     * existing Cache-Control header. The actual headers served in responses will
     * not be altered.
     */
    signedUrlCacheMaxAgeSec: string;
    /**
     * [Output Only] Names of the keys currently configured for Cloud CDN Signed
     * URL on this backend bucket.
     */
    signedUrlKeyNames: string[];
}
/**
 * Contains a list of BackendBucket resources.
 */
export interface Schema$BackendBucketList {
    /**
     * [Output Only] Unique identifier for the resource; defined by the server.
     */
    id: string;
    /**
     * A list of BackendBucket resources.
     */
    items: Schema$BackendBucket[];
    /**
     * Type of resource.
     */
    kind: string;
    /**
     * [Output Only] This token allows you to get the next page of results for
     * list requests. If the number of results is larger than maxResults, use the
     * nextPageToken as a value for the query parameter pageToken in the next list
     * request. Subsequent list requests will have their own nextPageToken to
     * continue paging through the results.
     */
    nextPageToken: string;
    /**
     * [Output Only] Server-defined URL for this resource.
     */
    selfLink: string;
    /**
     * [Output Only] Informational warning message.
     */
    warning: any;
}
/**
 * A BackendService resource. This resource defines a group of backend virtual
 * machines and their serving capacity. (== resource_for v1.backendService ==)
 * (== resource_for beta.backendService ==)
 */
export interface Schema$BackendService {
    /**
     * Lifetime of cookies in seconds if session_affinity is GENERATED_COOKIE. If
     * set to 0, the cookie is non-persistent and lasts only until the end of the
     * browser session (or equivalent). The maximum allowed value for TTL is one
     * day.  When the load balancing scheme is INTERNAL, this field is not used.
     */
    affinityCookieTtlSec: number;
    /**
     * Directs request to an App Engine app. cloudFunctionBackend and backends[]
     * must be empty if this is set.
     */
    appEngineBackend: Schema$BackendServiceAppEngineBackend;
    /**
     * The list of backends that serve this BackendService.
     */
    backends: Schema$Backend[];
    /**
     * Cloud CDN configuration for this BackendService.
     */
    cdnPolicy: Schema$BackendServiceCdnPolicy;
    /**
     * Directs request to a cloud function. appEngineBackend and backends[] must
     * be empty if this is set.
     */
    cloudFunctionBackend: Schema$BackendServiceCloudFunctionBackend;
    connectionDraining: Schema$ConnectionDraining;
    /**
     * [Output Only] Creation timestamp in RFC3339 text format.
     */
    creationTimestamp: string;
    /**
     * Headers that the HTTP/S load balancer should add to proxied requests.
     */
    customRequestHeaders: string[];
    /**
     * An optional description of this resource. Provide this property when you
     * create the resource.
     */
    description: string;
    /**
     * If true, enable Cloud CDN for this BackendService.  When the load balancing
     * scheme is INTERNAL, this field is not used.
     */
    enableCDN: boolean;
    failoverPolicy: Schema$BackendServiceFailoverPolicy;
    /**
     * Fingerprint of this resource. A hash of the contents stored in this object.
     * This field is used in optimistic locking. This field will be ignored when
     * inserting a BackendService. An up-to-date fingerprint must be provided in
     * order to update the BackendService.
     */
    fingerprint: string;
    /**
     * The list of URLs to the HttpHealthCheck or HttpsHealthCheck resource for
     * health checking this BackendService. Currently at most one health check can
     * be specified, and a health check is required for Compute Engine backend
     * services. A health check must not be specified for App Engine backend and
     * Cloud Function backend.  For internal load balancing, a URL to a
     * HealthCheck resource must be specified instead.
     */
    healthChecks: string[];
    iap: Schema$BackendServiceIAP;
    /**
     * [Output Only] The unique identifier for the resource. This identifier is
     * defined by the server.
     */
    id: string;
    /**
     * [Output Only] Type of resource. Always compute#backendService for backend
     * services.
     */
    kind: string;
    /**
     * Indicates whether the backend service will be used with internal or
     * external load balancing. A backend service created for one type of load
     * balancing cannot be used with the other. Possible values are INTERNAL and
     * EXTERNAL.
     */
    loadBalancingScheme: string;
    /**
     * Name of the resource. Provided by the client when the resource is created.
     * The name must be 1-63 characters long, and comply with RFC1035.
     * Specifically, the name must be 1-63 characters long and match the regular
     * expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character
     * must be a lowercase letter, and all following characters must be a dash,
     * lowercase letter, or digit, except the last character, which cannot be a
     * dash.
     */
    name: string;
    /**
     * Deprecated in favor of portName. The TCP port to connect on the backend.
     * The default value is 80.  This cannot be used for internal load balancing.
     */
    port: number;
    /**
     * Name of backend port. The same name should appear in the instance groups
     * referenced by this service. Required when the load balancing scheme is
     * EXTERNAL.  When the load balancing scheme is INTERNAL, this field is not
     * used.
     */
    portName: string;
    /**
     * The protocol this BackendService uses to communicate with backends.
     * Possible values are HTTP, HTTPS, TCP, and SSL. The default is HTTP.  For
     * internal load balancing, the possible values are TCP and UDP, and the
     * default is TCP.
     */
    protocol: string;
    /**
     * [Output Only] URL of the region where the regional backend service resides.
     * This field is not applicable to global backend services. You must specify
     * this field as part of the HTTP request URL. It is not settable as a field
     * in the request body.
     */
    region: string;
    /**
     * [Output Only] The resource URL for the security policy associated with this
     * backend service.
     */
    securityPolicy: string;
    /**
     * [Output Only] Server-defined URL for the resource.
     */
    selfLink: string;
    /**
     * Type of session affinity to use. The default is NONE.  When the load
     * balancing scheme is EXTERNAL, can be NONE, CLIENT_IP, or GENERATED_COOKIE.
     * When the load balancing scheme is INTERNAL, can be NONE, CLIENT_IP,
     * CLIENT_IP_PROTO, or CLIENT_IP_PORT_PROTO.  When the protocol is UDP, this
     * field is not used.
     */
    sessionAffinity: string;
    /**
     * How many seconds to wait for the backend before considering it a failed
     * request. Default is 30 seconds.
     */
    timeoutSec: number;
}
/**
 * Contains a list of BackendServicesScopedList.
 */
export interface Schema$BackendServiceAggregatedList {
    /**
     * [Output Only] Unique identifier for the resource; defined by the server.
     */
    id: string;
    /**
     * A list of BackendServicesScopedList resources.
     */
    items: any;
    /**
     * Type of resource.
     */
    kind: string;
    /**
     * [Output Only] This token allows you to get the next page of results for
     * list requests. If the number of results is larger than maxResults, use the
     * nextPageToken as a value for the query parameter pageToken in the next list
     * request. Subsequent list requests will have their own nextPageToken to
     * continue paging through the results.
     */
    nextPageToken: string;
    /**
     * [Output Only] Server-defined URL for this resource.
     */
    selfLink: string;
    /**
     * [Output Only] Informational warning message.
     */
    warning: any;
}
/**
 * Configuration of a App Engine backend.
 */
export interface Schema$BackendServiceAppEngineBackend {
    /**
     * Optional. App Engine app service name.
     */
    appEngineService: string;
    /**
     * Required. Project ID of the project hosting the app. This is the project ID
     * of this project. Reference to another project is not allowed.
     */
    targetProject: string;
    /**
     * Optional. Version of App Engine app service. When empty, App Engine will do
     * its normal traffic split.
     */
    version: string;
}
/**
 * Message containing Cloud CDN configuration for a backend service.
 */
export interface Schema$BackendServiceCdnPolicy {
    /**
     * The CacheKeyPolicy for this CdnPolicy.
     */
    cacheKeyPolicy: Schema$CacheKeyPolicy;
    /**
     * Number of seconds up to which the response to a signed URL request will be
     * cached in the CDN. After this time period, the Signed URL will be
     * revalidated before being served. Defaults to 1hr (3600s). If this field is
     * set, Cloud CDN will internally act as though all responses from this
     * backend had a ?Cache-Control: public, max-age=[TTL]? header, regardless of
     * any existing Cache-Control header. The actual headers served in responses
     * will not be altered.
     */
    signedUrlCacheMaxAgeSec: string;
    /**
     * [Output Only] Names of the keys currently configured for Cloud CDN Signed
     * URL on this backend service.
     */
    signedUrlKeyNames: string[];
}
/**
 * Configuration of a Cloud Function backend.
 */
export interface Schema$BackendServiceCloudFunctionBackend {
    /**
     * Required. A cloud function name. Special value ?*? represents all cloud
     * functions in the project.
     */
    functionName: string;
    /**
     * Required. Project ID of the project hosting the cloud function.
     */
    targetProject: string;
}
export interface Schema$BackendServiceFailoverPolicy {
    /**
     * On failover or failback, this field indicates whether connection drain will
     * be honored. Setting this to true has the following effect: connections to
     * the old active pool are not drained. Connections to the new active pool use
     * the timeout of 10 min (currently fixed). Setting to false has the following
     * effect: both old and new connections will have a drain timeout of 10 min.
     * This can be set to true only if the protocol is TCP.  The default is false.
     */
    disableConnectionDrainOnFailover: boolean;
    /**
     * This option is used only when no healthy VMs are detected in the primary
     * and backup instance groups. When set to true, traffic is dropped. When set
     * to false, new connections are sent across all VMs in the primary group. The
     * default is false.
     */
    dropTrafficIfUnhealthy: boolean;
    /**
     * The value of the field must be in [0, 1]. If the ratio of the healthy VMs
     * in the primary backend is at or below this number, traffic arriving at the
     * load-balanced IP will be directed to the failover backend.  In case where
     * &#39;failoverRatio&#39; is not set or all the VMs in the backup backend are
     * unhealthy, the traffic will be directed back to the primary backend in the
     * &quot;force&quot; mode, where traffic will be spread to the healthy VMs
     * with the best effort, or to all VMs when no VM is healthy.  This field is
     * only used with l4 load balancing.
     */
    failoverRatio: number;
}
export interface Schema$BackendServiceGroupHealth {
    healthStatus: Schema$HealthStatus[];
    /**
     * [Output Only] Type of resource. Always compute#backendServiceGroupHealth
     * for the health of backend services.
     */
    kind: string;
}
/**
 * Identity-Aware Proxy
 */
export interface Schema$BackendServiceIAP {
    enabled: boolean;
    oauth2ClientId: string;
    oauth2ClientSecret: string;
    /**
     * [Output Only] SHA256 hash value for the field oauth2_client_secret above.
     */
    oauth2ClientSecretSha256: string;
}
/**
 * Contains a list of BackendService resources.
 */
export interface Schema$BackendServiceList {
    /**
     * [Output Only] Unique identifier for the resource; defined by the server.
     */
    id: string;
    /**
     * A list of BackendService resources.
     */
    items: Schema$BackendService[];
    /**
     * [Output Only] Type of resource. Always compute#backendServiceList for lists
     * of backend services.
     */
    kind: string;
    /**
     * [Output Only] This token allows you to get the next page of results for
     * list requests. If the number of results is larger than maxResults, use the
     * nextPageToken as a value for the query parameter pageToken in the next list
     * request. Subsequent list requests will have their own nextPageToken to
     * continue paging through the results.
     */
    nextPageToken: string;
    /**
     * [Output Only] Server-defined URL for this resource.
     */
    selfLink: string;
    /**
     * [Output Only] Informational warning message.
     */
    warning: any;
}
export interface Schema$BackendServiceReference {
    backendService: string;
}
export interface Schema$BackendServicesScopedList {
    /**
     * List of BackendServices contained in this scope.
     */
    backendServices: Schema$BackendService[];
    /**
     * Informational warning which replaces the list of backend services when the
     * list is empty.
     */
    warning: any;
}
/**
 * Associates `members` with a `role`.
 */
export interface Schema$Binding {
    /**
     * The condition that is associated with this binding. NOTE: an unsatisfied
     * condition will not allow user access via current binding. Different
     * bindings, including their conditions, are examined independently. This
     * field is only visible as GOOGLE_INTERNAL or CONDITION_TRUSTED_TESTER.
     */
    condition: Schema$Expr;
    /**
     * Specifies the identities requesting access for a Cloud Platform resource.
     * `members` can have the following values:  * `allUsers`: A special
     * identifier that represents anyone who is on the internet; with or without a
     * Google account.  * `allAuthenticatedUsers`: A special identifier that
     * represents anyone who is authenticated with a Google account or a service
     * account.  * `user:{emailid}`: An email address that represents a specific
     * Google account. For example, `alice@gmail.com` or `joe@example.com`.    *
     * `serviceAccount:{emailid}`: An email address that represents a service
     * account. For example, `my-other-app@appspot.gserviceaccount.com`.  *
     * `group:{emailid}`: An email address that represents a Google group. For
     * example, `admins@example.com`.    * `domain:{domain}`: A Google Apps domain
     * name that represents all the users of that domain. For example,
     * `google.com` or `example.com`.
     */
    members: string[];
    /**
     * Role that is assigned to `members`. For example, `roles/viewer`,
     * `roles/editor`, or `roles/owner`.
     */
    role: string;
}
export interface Schema$CacheInvalidationRule {
    /**
     * If set, this invalidation rule will only apply to requests with a Host
     * header matching host.
     */
    host: string;
    path: string;
}
/**
 * Message containing what to include in the cache key for a request for Cloud
 * CDN.
 */
export interface Schema$CacheKeyPolicy {
    /**
     * If true, requests to different hosts will be cached separately.
     */
    includeHost: boolean;
    /**
     * If true, http and https requests will be cached separately.
     */
    includeProtocol: boolean;
    /**
     * If true, include query string parameters in the cache key according to
     * query_string_whitelist and query_string_blacklist. If neither is set, the
     * entire query string will be included. If false, the query string will be
     * excluded from the cache key entirely.
     */
    includeQueryString: boolean;
    /**
     * Names of query string parameters to exclude in cache keys. All other
     * parameters will be included. Either specify query_string_whitelist or
     * query_string_blacklist, not both. &#39;&amp;&#39; and &#39;=&#39; will be
     * percent encoded and not treated as delimiters.
     */
    queryStringBlacklist: string[];
    /**
     * Names of query string parameters to include in cache keys. All other
     * parameters will be excluded. Either specify query_string_whitelist or
     * query_string_blacklist, not both. &#39;&amp;&#39; and &#39;=&#39; will be
     * percent encoded and not treated as delimiters.
     */
    queryStringWhitelist: string[];
}
/**
 * Represents a Commitment resource. Creating a Commitment resource means that
 * you are purchasing a committed use contract with an explicit start and end
 * time. You can create commitments based on vCPUs and memory usage and receive
 * discounted rates. For full details, read Signing Up for Committed Use
 * Discounts.  Committed use discounts are subject to Google Cloud
 * Platform&#39;s Service Specific Terms. By purchasing a committed use
 * discount, you agree to these terms. Committed use discounts will not renew,
 * so you must purchase a new commitment to continue receiving discounts. (==
 * resource_for beta.commitments ==) (== resource_for v1.commitments ==)
 */
export interface Schema$Commitment {
    /**
     * [Output Only] Creation timestamp in RFC3339 text format.
     */
    creationTimestamp: string;
    /**
     * An optional description of this resource. Provide this property when you
     * create the resource.
     */
    description: string;
    /**
     * [Output Only] Commitment end time in RFC3339 text format.
     */
    endTimestamp: string;
    /**
     * [Output Only] The unique identifier for the resource. This identifier is
     * defined by the server.
     */
    id: string;
    /**
     * [Output Only] Type of the resource. Always compute#commitment for
     * commitments.
     */
    kind: string;
    /**
     * Name of the resource. Provided by the client when the resource is created.
     * The name must be 1-63 characters long, and comply with RFC1035.
     * Specifically, the name must be 1-63 characters long and match the regular
     * expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character
     * must be a lowercase letter, and all following characters must be a dash,
     * lowercase letter, or digit, except the last character, which cannot be a
     * dash.
     */
    name: string;
    /**
     * The plan for this commitment, which determines duration and discount rate.
     * The currently supported plans are TWELVE_MONTH (1 year), and
     * THIRTY_SIX_MONTH (3 years).
     */
    plan: string;
    /**
     * [Output Only] URL of the region where this commitment may be used.
     */
    region: string;
    /**
     * List of commitment amounts for particular resources. Note that VCPU and
     * MEMORY resource commitments must occur together.
     */
    resources: Schema$ResourceCommitment[];
    /**
     * [Output Only] Server-defined URL for the resource.
     */
    selfLink: string;
    /**
     * [Output Only] Commitment start time in RFC3339 text format.
     */
    startTimestamp: string;
    /**
     * [Output Only] Status of the commitment with regards to eventual expiration
     * (each commitment has an end date defined). One of the following values:
     * NOT_YET_ACTIVE, ACTIVE, EXPIRED.
     */
    status: string;
    /**
     * [Output Only] An optional, human-readable explanation of the status.
     */
    statusMessage: string;
    /**
     * The type of commitment, which affects the discount rate and the eligible
     * resources. Type MEMORY_OPTIMIZED_VM specifies a commitment that will only
     * apply to memory optimized VMs. Type NORMAL specifies a commitment that
     * applies to all other resources.
     */
    type: string;
}
export interface Schema$CommitmentAggregatedList {
    /**
     * [Output Only] Unique identifier for the resource; defined by the server.
     */
    id: string;
    /**
     * A list of CommitmentsScopedList resources.
     */
    items: any;
    /**
     * [Output Only] Type of resource. Always compute#commitmentAggregatedList for
     * aggregated lists of commitments.
     */
    kind: string;
    /**
     * [Output Only] This token allows you to get the next page of results for
     * list requests. If the number of results is larger than maxResults, use the
     * nextPageToken as a value for the query parameter pageToken in the next list
     * request. Subsequent list requests will have their own nextPageToken to
     * continue paging through the results.
     */
    nextPageToken: string;
    /**
     * [Output Only] Server-defined URL for this resource.
     */
    selfLink: string;
    /**
     * [Output Only] Informational warning message.
     */
    warning: any;
}
/**
 * Contains a list of Commitment resources.
 */
export interface Schema$CommitmentList {
    /**
     * [Output Only] Unique identifier for the resource; defined by the server.
     */
    id: string;
    /**
     * A list of Commitment resources.
     */
    items: Schema$Commitment[];
    /**
     * [Output Only] Type of resource. Always compute#commitmentList for lists of
     * commitments.
     */
    kind: string;
    /**
     * [Output Only] This token allows you to get the next page of results for
     * list requests. If the number of results is larger than maxResults, use the
     * nextPageToken as a value for the query parameter pageToken in the next list
     * request. Subsequent list requests will have their own nextPageToken to
     * continue paging through the results.
     */
    nextPageToken: string;
    /**
     * [Output Only] Server-defined URL for this resource.
     */
    selfLink: string;
    /**
     * [Output Only] Informational warning message.
     */
    warning: any;
}
export interface Schema$CommitmentsScopedList {
    /**
     * [Output Only] List of commitments contained in this scope.
     */
    commitments: Schema$Commitment[];
    /**
     * [Output Only] Informational warning which replaces the list of commitments
     * when the list is empty.
     */
    warning: any;
}
/**
 * A condition to be met.
 */
export interface Schema$Condition {
    /**
     * Trusted attributes supplied by the IAM system.
     */
    iam: string;
    /**
     * An operator to apply the subject with.
     */
    op: string;
    /**
     * Trusted attributes discharged by the service.
     */
    svc: string;
    /**
     * Trusted attributes supplied by any service that owns resources and uses the
     * IAM system for access control.
     */
    sys: string;
    /**
     * DEPRECATED. Use &#39;values&#39; instead.
     */
    value: string;
    /**
     * The objects of the condition. This is mutually exclusive with
     * &#39;value&#39;.
     */
    values: string[];
}
/**
 * Message containing connection draining configuration.
 */
export interface Schema$ConnectionDraining {
    /**
     * Time for which instance will be drained (not accept new connections, but
     * still work to finish started).
     */
    drainingTimeoutSec: number;
}
/**
 * Represents a customer-supplied encryption key
 */
export interface Schema$CustomerEncryptionKey {
    /**
     * The name of the encryption key that is stored in Google Cloud KMS.
     */
    kmsKeyName: string;
    /**
     * Specifies a 256-bit customer-supplied encryption key, encoded in RFC 4648
     * base64 to either encrypt or decrypt this resource.
     */
    rawKey: string;
    /**
     * Specifies an RFC 4648 base64 encoded, RSA-wrapped 2048-bit
     * customer-supplied encryption key to either encrypt or decrypt this
     * resource.  The key must meet the following requirements before you can
     * provide it to Compute Engine:   - The key is wrapped using a RSA public key
     * certificate provided by Google.  - After being wrapped, the key must be
     * encoded in RFC 4648 base64 encoding.  Get the RSA public key certificate
     * provided by Google at:
     * https://cloud-certs.storage.googleapis.com/google-cloud-csek-ingress.pem
     */
    rsaEncryptedKey: string;
    /**
     * [Output only] The RFC 4648 base64 encoded SHA-256 hash of the
     * customer-supplied encryption key that protects this resource.
     */
    sha256: string;
}
export interface Schema$CustomerEncryptionKeyProtectedDisk {
    /**
     * Decrypts data associated with the disk with a customer-supplied encryption
     * key.
     */
    diskEncryptionKey: Schema$CustomerEncryptionKey;
    /**
     * Specifies a valid partial or full URL to an existing Persistent Disk
     * resource. This field is only applicable for persistent disks.
     */
    source: string;
}
/**
 * Time window specified for daily maintenance operations.
 */
export interface Schema$DailyMaintenanceWindow {
    /**
     * Allows to define schedule that runs every nth day of the month.
     */
    daysInCycle: number;
    /**
     * [Output only] Duration of the time window, automatically chosen to be
     * smallest possible in the given scenario.
     */
    duration: string;
    /**
     * Time within the maintenance window to start the maintenance operations. It
     * must be in format &quot;HH:MM?, where HH : [00-23] and MM : [00-59] GMT.
     */
    startTime: string;
}
/**
 * Deprecation status for a public resource.
 */
export interface Schema$DeprecationStatus {
    /**
     * An optional RFC3339 timestamp on or after which the state of this resource
     * is intended to change to DELETED. This is only informational and the status
     * will not change unless the client explicitly changes it.
     */
    deleted: string;
    /**
     * An optional RFC3339 timestamp on or after which the state of this resource
     * is intended to change to DEPRECATED. This is only informational and the
     * status will not change unless the client explicitly changes it.
     */
    deprecated: string;
    /**
     * An optional RFC3339 timestamp on or after which the state of this resource
     * is intended to change to OBSOLETE. This is only informational and the
     * status will not change unless the client explicitly changes it.
     */
    obsolete: string;
    /**
     * The URL of the suggested replacement for a deprecated resource. The
     * suggested replacement resource must be the same kind of resource as the
     * deprecated resource.
     */
    replacement: string;
    /**
     * The deprecation state of this resource. This can be DEPRECATED, OBSOLETE,
     * or DELETED. Operations which create a new resource using a DEPRECATED
     * resource will return successfully, but with a warning indicating the
     * deprecated resource and recommending its replacement. Operations which use
     * OBSOLETE or DELETED resources will be rejected and result in an error.
     */
    state: string;
}
/**
 * A Disk resource. (== resource_for beta.disks ==) (== resource_for v1.disks
 * ==)
 */
export interface Schema$Disk {
    /**
     * [Output Only] Creation timestamp in RFC3339 text format.
     */
    creationTimestamp: string;
    /**
     * An optional description of this resource. Provide this property when you
     * create the resource.
     */
    description: string;
    /**
     * Encrypts the disk using a customer-supplied encryption key.  After you
     * encrypt a disk with a customer-supplied key, you must provide the same key
     * if you use the disk later (e.g. to create a disk snapshot or an image, or
     * to attach the disk to a virtual machine).  Customer-supplied encryption
     * keys do not protect access to metadata of the disk.  If you do not provide
     * an encryption key when creating the disk, then the disk will be encrypted
     * using an automatically generated key and you do not need to provide a key
     * to use the disk later.
     */
    diskEncryptionKey: Schema$CustomerEncryptionKey;
    /**
     * A list of features to enable on the guest operating system. Applicable only
     * for bootable images. Read  Enabling guest operating system features to see
     * a list of available options.
     */
    guestOsFeatures: Schema$GuestOsFeature[];
    /**
     * [Output Only] The unique identifier for the resource. This identifier is
     * defined by the server.
     */
    id: string;
    /**
     * [Output Only] Type of the resource. Always compute#disk for disks.
     */
    kind: string;
    /**
     * A fingerprint for the labels being applied to this disk, which is
     * essentially a hash of the labels set used for optimistic locking. The
     * fingerprint is initially generated by Compute Engine and changes after
     * every request to modify or update labels. You must always provide an
     * up-to-date fingerprint hash in order to update or change labels.  To see
     * the latest fingerprint, make a get() request to retrieve a disk.
     */
    labelFingerprint: string;
    /**
     * Labels to apply to this disk. These can be later modified by the setLabels
     * method.
     */
    labels: any;
    /**
     * [Output Only] Last attach timestamp in RFC3339 text format.
     */
    lastAttachTimestamp: string;
    /**
     * [Output Only] Last detach timestamp in RFC3339 text format.
     */
    lastDetachTimestamp: string;
    /**
     * Integer license codes indicating which licenses are attached to this disk.
     */
    licenseCodes: string[];
    /**
     * Any applicable publicly visible licenses.
     */
    licenses: string[];
    /**
     * Name of the resource. Provided by the client when the resource is created.
     * The name must be 1-63 characters long, and comply with RFC1035.
     * Specifically, the name must be 1-63 characters long and match the regular
     * expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character
     * must be a lowercase letter, and all following characters must be a dash,
     * lowercase letter, or digit, except the last character, which cannot be a
     * dash.
     */
    name: string;
    /**
     * Internal use only.
     */
    options: string;
    /**
     * Physical block size of the persistent disk, in bytes. If not present in a
     * request, a default value is used. Initially only 4096 is supported, but
     * other powers of two may be added. If an unsupported value is requested, the
     * error message will list the supported values, but even a supported value
     * may be allowed for only some projects.
     */
    physicalBlockSizeBytes: string;
    /**
     * [Output Only] URL of the region where the disk resides. Only applicable for
     * regional resources. You must specify this field as part of the HTTP request
     * URL. It is not settable as a field in the request body.
     */
    region: string;
    /**
     * URLs of the zones where the disk should be replicated to. Only applicable
     * for regional resources.
     */
    replicaZones: string[];
    /**
     * [Output Only] Server-defined fully-qualified URL for this resource.
     */
    selfLink: string;
    /**
     * Size of the persistent disk, specified in GB. You can specify this field
     * when creating a persistent disk using the sourceImage or sourceSnapshot
     * parameter, or specify it alone to create an empty persistent disk.  If you
     * specify this field along with sourceImage or sourceSnapshot, the value of
     * sizeGb must not be less than the size of the sourceImage or the size of the
     * snapshot. Acceptable values are 1 to 65536, inclusive.
     */
    sizeGb: string;
    /**
     * The source image used to create this disk. If the source image is deleted,
     * this field will not be set.  To create a disk with one of the public
     * operating system images, specify the image by its family name. For example,
     * specify family/debian-8 to use the latest Debian 8 image:
     * projects/debian-cloud/global/images/family/debian-8   Alternatively, use a
     * specific version of a public operating system image:
     * projects/debian-cloud/global/images/debian-8-jessie-vYYYYMMDD   To create a
     * disk with a custom image that you created, specify the image name in the
     * following format: global/images/my-custom-image   You can also specify a
     * custom image by its image family, which returns the latest version of the
     * image in that family. Replace the image name with family/family-name:
     * global/images/family/my-image-family
     */
    sourceImage: string;
    /**
     * The customer-supplied encryption key of the source image. Required if the
     * source image is protected by a customer-supplied encryption key.
     */
    sourceImageEncryptionKey: Schema$CustomerEncryptionKey;
    /**
     * [Output Only] The ID value of the image used to create this disk. This
     * value identifies the exact image that was used to create this persistent
     * disk. For example, if you created the persistent disk from an image that
     * was later deleted and recreated under the same name, the source image ID
     * would identify the exact version of the image that was used.
     */
    sourceImageId: string;
    /**
     * The source snapshot used to create this disk. You can provide this as a
     * partial or full URL to the resource. For example, the following are valid
     * values:   -
     * https://www.googleapis.com/compute/v1/projects/project/global/snapshots/snapshot
     * - projects/project/global/snapshots/snapshot  - global/snapshots/snapshot
     */
    sourceSnapshot: string;
    /**
     * The customer-supplied encryption key of the source snapshot. Required if
     * the source snapshot is protected by a customer-supplied encryption key.
     */
    sourceSnapshotEncryptionKey: Schema$CustomerEncryptionKey;
    /**
     * [Output Only] The unique ID of the snapshot used to create this disk. This
     * value identifies the exact snapshot that was used to create this persistent
     * disk. For example, if you created the persistent disk from a snapshot that
     * was later deleted and recreated under the same name, the source snapshot ID
     * would identify the exact version of the snapshot that was used.
     */
    sourceSnapshotId: string;
    /**
     * [Output Only] The status of disk creation.
     */
    status: string;
    /**
     * [Deprecated] Storage type of the persistent disk.
     */
    storageType: string;
    /**
     * URL of the disk type resource describing which disk type to use to create
     * the disk. Provide this when creating the disk. For example:
     * project/zones/zone/diskTypes/pd-standard or pd-ssd
     */
    type: string;
    /**
     * [Output Only] Links to the users of the disk (attached instances) in form:
     * project/zones/zone/instances/instance
     */
    users: string[];
    /**
     * [Output Only] URL of the zone where the disk resides. You must specify this
     * field as part of the HTTP request URL. It is not settable as a field in the
     * request body.
     */
    zone: string;
}
export interface Schema$DiskAggregatedList {
    /**
     * [Output Only] Unique identifier for the resource; defined by the server.
     */
    id: string;
    /**
     * A list of DisksScopedList resources.
     */
    items: any;
    /**
     * [Output Only] Type of resource. Always compute#diskAggregatedList for
     * aggregated lists of persistent disks.
     */
    kind: string;
    /**
     * [Output Only] This token allows you to get the next page of results for
     * list requests. If the number of results is larger than maxResults, use the
     * nextPageToken as a value for the query parameter pageToken in the next list
     * request. Subsequent list requests will have their own nextPageToken to
     * continue paging through the results.
     */
    nextPageToken: string;
    /**
     * [Output Only] Server-defined URL for this resource.
     */
    selfLink: string;
    /**
     * [Output Only] Informational warning message.
     */
    warning: any;
}
/**
 * A specification of the desired way to instantiate a disk in the instance
 * template when its created from a source instance.
 */
export interface Schema$DiskInstantiationConfig {
    /**
     * Specifies whether the disk will be auto-deleted when the instance is
     * deleted (but not when the disk is detached from the instance).
     */
    autoDelete: boolean;
    /**
     * The custom source image to be used to restore this disk when instantiating
     * this instance template.
     */
    customImage: string;
    /**
     * Specifies the device name of the disk to which the configurations apply to.
     */
    deviceName: string;
    /**
     * Specifies whether to include the disk and what image to use. Possible
     * values are:   - source-image: to use the same image that was used to create
     * the source instance&#39;s corresponding disk. Applicable to the boot disk
     * and additional read-write disks.  - source-image-family: to use the same
     * image family that was used to create the source instance&#39;s
     * corresponding disk. Applicable to the boot disk and additional read-write
     * disks.  - custom-image: to use a user-provided image url for disk creation.
     * Applicable to the boot disk and additional read-write disks.  -
     * attach-read-only: to attach a read-only disk. Applicable to read-only
     * disks.  - do-not-include: to exclude a disk from the template. Applicable
     * to additional read-write disks, local SSDs, and read-only disks.
     */
    instantiateFrom: string;
}
/**
 * A list of Disk resources.
 */
export interface Schema$DiskList {
    /**
     * [Output Only] Unique identifier for the resource; defined by the server.
     */
    id: string;
    /**
     * A list of Disk resources.
     */
    items: Schema$Disk[];
    /**
     * [Output Only] Type of resource. Always compute#diskList for lists of disks.
     */
    kind: string;
    /**
     * [Output Only] This token allows you to get the next page of results for
     * list requests. If the number of results is larger than maxResults, use the
     * nextPageToken as a value for the query parameter pageToken in the next list
     * request. Subsequent list requests will have their own nextPageToken to
     * continue paging through the results.
     */
    nextPageToken: string;
    /**
     * [Output Only] Server-defined URL for this resource.
     */
    selfLink: string;
    /**
     * [Output Only] Informational warning message.
     */
    warning: any;
}
export interface Schema$DiskMoveRequest {
    /**
     * The URL of the destination zone to move the disk. This can be a full or
     * partial URL. For example, the following are all valid URLs to a zone:   -
     * https://www.googleapis.com/compute/v1/projects/project/zones/zone  -
     * projects/project/zones/zone  - zones/zone
     */
    destinationZone: string;
    /**
     * The URL of the target disk to move. This can be a full or partial URL. For
     * example, the following are all valid URLs to a disk:   -
     * https://www.googleapis.com/compute/v1/projects/project/zones/zone/disks/disk
     * - projects/project/zones/zone/disks/disk  - zones/zone/disks/disk
     */
    targetDisk: string;
}
export interface Schema$DisksResizeRequest {
    /**
     * The new size of the persistent disk, which is specified in GB.
     */
    sizeGb: string;
}
export interface Schema$DisksScopedList {
    /**
     * [Output Only] List of disks contained in this scope.
     */
    disks: Schema$Disk[];
    /**
     * [Output Only] Informational warning which replaces the list of disks when
     * the list is empty.
     */
    warning: any;
}
/**
 * A DiskType resource. (== resource_for beta.diskTypes ==) (== resource_for
 * v1.diskTypes ==)
 */
export interface Schema$DiskType {
    /**
     * [Output Only] Creation timestamp in RFC3339 text format.
     */
    creationTimestamp: string;
    /**
     * [Output Only] Server-defined default disk size in GB.
     */
    defaultDiskSizeGb: string;
    /**
     * [Output Only] The deprecation status associated with this disk type.
     */
    deprecated: Schema$DeprecationStatus;
    /**
     * [Output Only] An optional description of this resource.
     */
    description: string;
    /**
     * [Output Only] The unique identifier for the resource. This identifier is
     * defined by the server.
     */
    id: string;
    /**
     * [Output Only] Type of the resource. Always compute#diskType for disk types.
     */
    kind: string;
    /**
     * [Output Only] Name of the resource.
     */
    name: string;
    /**
     * [Output Only] Server-defined URL for the resource.
     */
    selfLink: string;
    /**
     * [Output Only] An optional textual description of the valid disk size, such
     * as &quot;10GB-10TB&quot;.
     */
    validDiskSize: string;
    /**
     * [Output Only] URL of the zone where the disk type resides. You must specify
     * this field as part of the HTTP request URL. It is not settable as a field
     * in the request body.
     */
    zone: string;
}
export interface Schema$DiskTypeAggregatedList {
    /**
     * [Output Only] Unique identifier for the resource; defined by the server.
     */
    id: string;
    /**
     * A list of DiskTypesScopedList resources.
     */
    items: any;
    /**
     * [Output Only] Type of resource. Always compute#diskTypeAggregatedList.
     */
    kind: string;
    /**
     * [Output Only] This token allows you to get the next page of results for
     * list requests. If the number of results is larger than maxResults, use the
     * nextPageToken as a value for the query parameter pageToken in the next list
     * request. Subsequent list requests will have their own nextPageToken to
     * continue paging through the results.
     */
    nextPageToken: string;
    /**
     * [Output Only] Server-defined URL for this resource.
     */
    selfLink: string;
    /**
     * [Output Only] Informational warning message.
     */
    warning: any;
}
/**
 * Contains a list of disk types.
 */
export interface Schema$DiskTypeList {
    /**
     * [Output Only] Unique identifier for the resource; defined by the server.
     */
    id: string;
    /**
     * A list of DiskType resources.
     */
    items: Schema$DiskType[];
    /**
     * [Output Only] Type of resource. Always compute#diskTypeList for disk types.
     */
    kind: string;
    /**
     * [Output Only] This token allows you to get the next page of results for
     * list requests. If the number of results is larger than maxResults, use the
     * nextPageToken as a value for the query parameter pageToken in the next list
     * request. Subsequent list requests will have their own nextPageToken to
     * continue paging through the results.
     */
    nextPageToken: string;
    /**
     * [Output Only] Server-defined URL for this resource.
     */
    selfLink: string;
    /**
     * [Output Only] Informational warning message.
     */
    warning: any;
}
export interface Schema$DiskTypesScopedList {
    /**
     * [Output Only] List of disk types contained in this scope.
     */
    diskTypes: Schema$DiskType[];
    /**
     * [Output Only] Informational warning which replaces the list of disk types
     * when the list is empty.
     */
    warning: any;
}
export interface Schema$DistributionPolicy {
    zones: Schema$DistributionPolicyZoneConfiguration[];
}
export interface Schema$DistributionPolicyZoneConfiguration {
    /**
     * URL of the zone where managed instance group is spawning instances (for
     * regional resources). Zone has to belong to the region where managed
     * instance group is located.
     */
    zone: string;
}
/**
 * Represents an expression text. Example:  title: &quot;User account
 * presence&quot; description: &quot;Determines whether the request has a user
 * account&quot; expression: &quot;size(request.user) &gt; 0&quot;
 */
export interface Schema$Expr {
    /**
     * An optional description of the expression. This is a longer text which
     * describes the expression, e.g. when hovered over it in a UI.
     */
    description: string;
    /**
     * Textual representation of an expression in Common Expression Language
     * syntax.  The application context of the containing message determines which
     * well-known feature set of CEL is supported.
     */
    expression: string;
    /**
     * An optional string indicating the location of the expression for error
     * reporting, e.g. a file name and a position in the file.
     */
    location: string;
    /**
     * An optional title for the expression, i.e. a short string describing its
     * purpose. This can be used e.g. in UIs which allow to enter the expression.
     */
    title: string;
}
/**
 * Represents a Firewall resource.
 */
export interface Schema$Firewall {
    /**
     * The list of ALLOW rules specified by this firewall. Each rule specifies a
     * protocol and port-range tuple that describes a permitted connection.
     */
    allowed: any[];
    /**
     * [Output Only] Creation timestamp in RFC3339 text format.
     */
    creationTimestamp: string;
    /**
     * The list of DENY rules specified by this firewall. Each rule specifies a
     * protocol and port-range tuple that describes a denied connection.
     */
    denied: any[];
    /**
     * An optional description of this resource. Provide this property when you
     * create the resource.
     */
    description: string;
    /**
     * If destination ranges are specified, the firewall will apply only to
     * traffic that has destination IP address in these ranges. These ranges must
     * be expressed in CIDR format. Only IPv4 is supported.
     */
    destinationRanges: string[];
    /**
     * Direction of traffic to which this firewall applies; default is INGRESS.
     * Note: For INGRESS traffic, it is NOT supported to specify
     * destinationRanges; For EGRESS traffic, it is NOT supported to specify
     * sourceRanges OR sourceTags.
     */
    direction: string;
    /**
     * Denotes whether the firewall rule is disabled, i.e not applied to the
     * network it is associated with. When set to true, the firewall rule is not
     * enforced and the network behaves as if it did not exist. If this is
     * unspecified, the firewall rule will be enabled.
     */
    disabled: boolean;
    /**
     * This field denotes whether to enable logging for a particular firewall
     * rule. If logging is enabled, logs will be exported to the configured export
     * destination for all firewall logs in the network. Logs may be exported to
     * BigQuery or Pub/Sub.
     */
    enableLogging: boolean;
    /**
     * [Output Only] The unique identifier for the resource. This identifier is
     * defined by the server.
     */
    id: string;
    /**
     * [Output Only] Type of the resource. Always compute#firewall for firewall
     * rules.
     */
    kind: string;
    /**
     * Name of the resource; provided by the client when the resource is created.
     * The name must be 1-63 characters long, and comply with RFC1035.
     * Specifically, the name must be 1-63 characters long and match the regular
     * expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character
     * must be a lowercase letter, and all following characters must be a dash,
     * lowercase letter, or digit, except the last character, which cannot be a
     * dash.
     */
    name: string;
    /**
     * URL of the network resource for this firewall rule. If not specified when
     * creating a firewall rule, the default network is used:
     * global/networks/default If you choose to specify this property, you can
     * specify the network as a full or partial URL. For example, the following
     * are all valid URLs:   -
     * https://www.googleapis.com/compute/v1/projects/myproject/global/networks/my-network
     * - projects/myproject/global/networks/my-network  - global/networks/default
     */
    network: string;
    /**
     * Priority for this rule. This is an integer between 0 and 65535, both
     * inclusive. When not specified, the value assumed is 1000. Relative
     * priorities determine precedence of conflicting rules. Lower value of
     * priority implies higher precedence (eg, a rule with priority 0 has higher
     * precedence than a rule with priority 1). DENY rules take precedence over
     * ALLOW rules having equal priority.
     */
    priority: number;
    /**
     * [Output Only] Server-defined URL for the resource.
     */
    selfLink: string;
    /**
     * If source ranges are specified, the firewall will apply only to traffic
     * that has source IP address in these ranges. These ranges must be expressed
     * in CIDR format. One or both of sourceRanges and sourceTags may be set. If
     * both properties are set, the firewall will apply to traffic that has source
     * IP address within sourceRanges OR the source IP that belongs to a tag
     * listed in the sourceTags property. The connection does not need to match
     * both properties for the firewall to apply. Only IPv4 is supported.
     */
    sourceRanges: string[];
    /**
     * If source service accounts are specified, the firewall will apply only to
     * traffic originating from an instance with a service account in this list.
     * Source service accounts cannot be used to control traffic to an
     * instance&#39;s external IP address because service accounts are associated
     * with an instance, not an IP address. sourceRanges can be set at the same
     * time as sourceServiceAccounts. If both are set, the firewall will apply to
     * traffic that has source IP address within sourceRanges OR the source IP
     * belongs to an instance with service account listed in sourceServiceAccount.
     * The connection does not need to match both properties for the firewall to
     * apply. sourceServiceAccounts cannot be used at the same time as sourceTags
     * or targetTags.
     */
    sourceServiceAccounts: string[];
    /**
     * If source tags are specified, the firewall rule applies only to traffic
     * with source IPs that match the primary network interfaces of VM instances
     * that have the tag and are in the same VPC network. Source tags cannot be
     * used to control traffic to an instance&#39;s external IP address, it only
     * applies to traffic between instances in the same virtual network. Because
     * tags are associated with instances, not IP addresses. One or both of
     * sourceRanges and sourceTags may be set. If both properties are set, the
     * firewall will apply to traffic that has source IP address within
     * sourceRanges OR the source IP that belongs to a tag listed in the
     * sourceTags property. The connection does not need to match both properties
     * for the firewall to apply.
     */
    sourceTags: string[];
    /**
     * A list of service accounts indicating sets of instances located in the
     * network that may make network connections as specified in allowed[].
     * targetServiceAccounts cannot be used at the same time as targetTags or
     * sourceTags. If neither targetServiceAccounts nor targetTags are specified,
     * the firewall rule applies to all instances on the specified network.
     */
    targetServiceAccounts: string[];
    /**
     * A list of tags that controls which instances the firewall rule applies to.
     * If targetTags are specified, then the firewall rule applies only to
     * instances in the VPC network that have one of those tags. If no targetTags
     * are specified, the firewall rule applies to all instances on the specified
     * network.
     */
    targetTags: string[];
}
/**
 * Contains a list of firewalls.
 */
export interface Schema$FirewallList {
    /**
     * [Output Only] Unique identifier for the resource; defined by the server.
     */
    id: string;
    /**
     * A list of Firewall resources.
     */
    items: Schema$Firewall[];
    /**
     * [Output Only] Type of resource. Always compute#firewallList for lists of
     * firewalls.
     */
    kind: string;
    /**
     * [Output Only] This token allows you to get the next page of results for
     * list requests. If the number of results is larger than maxResults, use the
     * nextPageToken as a value for the query parameter pageToken in the next list
     * request. Subsequent list requests will have their own nextPageToken to
     * continue paging through the results.
     */
    nextPageToken: string;
    /**
     * [Output Only] Server-defined URL for this resource.
     */
    selfLink: string;
    /**
     * [Output Only] Informational warning message.
     */
    warning: any;
}
/**
 * Encapsulates numeric value that can be either absolute or relative.
 */
export interface Schema$FixedOrPercent {
    /**
     * [Output Only] Absolute value of VM instances calculated based on the
     * specific mode.    - If the value is fixed, then the caculated value is
     * equal to the fixed value.  - If the value is a percent, then the calculated
     * value is percent/100 * targetSize. For example, the calculated value of a
     * 80% of a managed instance group with 150 instances would be (80/100 * 150)
     * = 120 VM instances. If there is a remainder, the number is rounded up.
     */
    calculated: number;
    /**
     * Specifies a fixed number of VM instances. This must be a positive integer.
     */
    fixed: number;
    /**
     * Specifies a percentage of instances between 0 to 100%, inclusive. For
     * example, specify 80 for 80%.
     */
    percent: number;
}
/**
 * A ForwardingRule resource. A ForwardingRule resource specifies which pool of
 * target virtual machines to forward a packet to if it matches the given
 * [IPAddress, IPProtocol, ports] tuple. (== resource_for beta.forwardingRules
 * ==) (== resource_for v1.forwardingRules ==) (== resource_for
 * beta.globalForwardingRules ==) (== resource_for v1.globalForwardingRules ==)
 * (== resource_for beta.regionForwardingRules ==) (== resource_for
 * v1.regionForwardingRules ==)
 */
export interface Schema$ForwardingRule {
    /**
     * This field is not used for external load balancing.  For internal load
     * balancing, this field identifies the BackendService resource to receive the
     * matched traffic.
     */
    backendService: string;
    /**
     * [Output Only] Creation timestamp in RFC3339 text format.
     */
    creationTimestamp: string;
    /**
     * An optional description of this resource. Provide this property when you
     * create the resource.
     */
    description: string;
    /**
     * Fingerprint of this resource. A hash of the contents stored in this object.
     * This field is used in optimistic locking. This field will be ignored when
     * inserting a ForwardingRule. Include the fingerprint in patch request to
     * ensure that you do not overwrite changes that were applied from another
     * concurrent request.  To see the latest fingerprint, make a get() request to
     * retrieve a ForwardingRule.
     */
    fingerprint: string;
    /**
     * [Output Only] The unique identifier for the resource. This identifier is
     * defined by the server.
     */
    id: string;
    /**
     * The IP address that this forwarding rule is serving on behalf of. Addresses
     * are restricted based on the forwarding rule&#39;s load balancing scheme
     * (EXTERNAL or INTERNAL) and scope (global or regional).  When the load
     * balancing scheme is EXTERNAL, for global forwarding rules, the address must
     * be a global IP, and for regional forwarding rules, the address must live in
     * the same region as the forwarding rule. If this field is empty, an
     * ephemeral IPv4 address from the same scope (global or regional) will be
     * assigned. A regional forwarding rule supports IPv4 only. A global
     * forwarding rule supports either IPv4 or IPv6.  When the load balancing
     * scheme is INTERNAL, this can only be an RFC 1918 IP address belonging to
     * the network/subnet configured for the forwarding rule. By default, if this
     * field is empty, an ephemeral internal IP address will be automatically
     * allocated from the IP range of the subnet or network configured for this
     * forwarding rule.  An address can be specified either by a literal IP
     * address or a URL reference to an existing Address resource. The following
     * examples are all valid:   - 100.1.2.3  -
     * https://www.googleapis.com/compute/v1/projects/project/regions/region/addresses/address
     * - projects/project/regions/region/addresses/address  -
     * regions/region/addresses/address  - global/addresses/address  - address
     */
    IPAddress: string;
    /**
     * The IP protocol to which this rule applies. Valid options are TCP, UDP,
     * ESP, AH, SCTP or ICMP.  When the load balancing scheme is INTERNAL, only
     * TCP and UDP are valid.
     */
    IPProtocol: string;
    /**
     * The IP Version that will be used by this forwarding rule. Valid options are
     * IPV4 or IPV6. This can only be specified for a global forwarding rule.
     */
    ipVersion: string;
    /**
     * [Output Only] Type of the resource. Always compute#forwardingRule for
     * Forwarding Rule resources.
     */
    kind: string;
    /**
     * A fingerprint for the labels being applied to this resource, which is
     * essentially a hash of the labels set used for optimistic locking. The
     * fingerprint is initially generated by Compute Engine and changes after
     * every request to modify or update labels. You must always provide an
     * up-to-date fingerprint hash in order to update or change labels.  To see
     * the latest fingerprint, make a get() request to retrieve a ForwardingRule.
     */
    labelFingerprint: string;
    /**
     * Labels to apply to this resource. These can be later modified by the
     * setLabels method. Each label key/value pair must comply with RFC1035. Label
     * values may be empty.
     */
    labels: any;
    /**
     * This signifies what the ForwardingRule will be used for and can only take
     * the following values: INTERNAL, EXTERNAL The value of INTERNAL means that
     * this will be used for Internal Network Load Balancing (TCP, UDP). The value
     * of EXTERNAL means that this will be used for External Load Balancing
     * (HTTP(S) LB, External TCP/UDP LB, SSL Proxy)
     */
    loadBalancingScheme: string;
    /**
     * Name of the resource; provided by the client when the resource is created.
     * The name must be 1-63 characters long, and comply with RFC1035.
     * Specifically, the name must be 1-63 characters long and match the regular
     * expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character
     * must be a lowercase letter, and all following characters must be a dash,
     * lowercase letter, or digit, except the last character, which cannot be a
     * dash.
     */
    name: string;
    /**
     * This field is not used for external load balancing.  For internal load
     * balancing, this field identifies the network that the load balanced IP
     * should belong to for this Forwarding Rule. If this field is not specified,
     * the default network will be used.
     */
    network: string;
    /**
     * This signifies the networking tier used for configuring this load balancer
     * and can only take the following values: PREMIUM , STANDARD.  For regional
     * ForwardingRule, the valid values are PREMIUM and STANDARD. For
     * GlobalForwardingRule, the valid value is PREMIUM.  If this field is not
     * specified, it is assumed to be PREMIUM. If IPAddress is specified, this
     * value must be equal to the networkTier of the Address.
     */
    networkTier: string;
    /**
     * This field is used along with the target field for TargetHttpProxy,
     * TargetHttpsProxy, TargetSslProxy, TargetTcpProxy, TargetVpnGateway,
     * TargetPool, TargetInstance.  Applicable only when IPProtocol is TCP, UDP,
     * or SCTP, only packets addressed to ports in the specified range will be
     * forwarded to target. Forwarding rules with the same [IPAddress, IPProtocol]
     * pair must have disjoint port ranges.  Some types of forwarding target have
     * constraints on the acceptable ports:   - TargetHttpProxy: 80, 8080  -
     * TargetHttpsProxy: 443  - TargetTcpProxy: 25, 43, 110, 143, 195, 443, 465,
     * 587, 700, 993, 995, 1688, 1883, 5222  - TargetSslProxy: 25, 43, 110, 143,
     * 195, 443, 465, 587, 700, 993, 995, 1688, 1883, 5222  - TargetVpnGateway:
     * 500, 4500
     */
    portRange: string;
    /**
     * This field is used along with the backend_service field for internal load
     * balancing.  When the load balancing scheme is INTERNAL, a single port or a
     * comma separated list of ports can be configured. Only packets addressed to
     * these ports will be forwarded to the backends configured with this
     * forwarding rule.  You may specify a maximum of up to 5 ports.
     */
    ports: string[];
    /**
     * [Output Only] URL of the region where the regional forwarding rule resides.
     * This field is not applicable to global forwarding rules. You must specify
     * this field as part of the HTTP request URL. It is not settable as a field
     * in the request body.
     */
    region: string;
    /**
     * [Output Only] Server-defined URL for the resource.
     */
    selfLink: string;
    /**
     * An optional prefix to the service name for this Forwarding Rule. If
     * specified, will be the first label of the fully qualified service name. The
     * label must be 1-63 characters long, and comply with RFC1035. Specifically,
     * the label must be 1-63 characters long and match the regular expression
     * `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a
     * lowercase letter, and all following characters must be a dash, lowercase
     * letter, or digit, except the last character, which cannot be a dash.  This
     * field is only used for internal load balancing.
     */
    serviceLabel: string;
    /**
     * [Output Only] The internal fully qualified service name for this Forwarding
     * Rule.  This field is only used for internal load balancing.
     */
    serviceName: string;
    /**
     * This field is not used for external load balancing.  For internal load
     * balancing, this field identifies the subnetwork that the load balanced IP
     * should belong to for this Forwarding Rule.  If the network specified is in
     * auto subnet mode, this field is optional. However, if the network is in
     * custom subnet mode, a subnetwork must be specified.
     */
    subnetwork: string;
    /**
     * The URL of the target resource to receive the matched traffic. For regional
     * forwarding rules, this target must live in the same region as the
     * forwarding rule. For global forwarding rules, this target must be a global
     * load balancing resource. The forwarded traffic must be of a type
     * appropriate to the target object.
     */
    target: string;
}
export interface Schema$ForwardingRuleAggregatedList {
    /**
     * [Output Only] Unique identifier for the resource; defined by the server.
     */
    id: string;
    /**
     * A list of ForwardingRulesScopedList resources.
     */
    items: any;
    /**
     * [Output Only] Type of resource. Always compute#forwardingRuleAggregatedList
     * for lists of forwarding rules.
     */
    kind: string;
    /**
     * [Output Only] This token allows you to get the next page of results for
     * list requests. If the number of results is larger than maxResults, use the
     * nextPageToken as a value for the query parameter pageToken in the next list
     * request. Subsequent list requests will have their own nextPageToken to
     * continue paging through the results.
     */
    nextPageToken: string;
    /**
     * [Output Only] Server-defined URL for this resource.
     */
    selfLink: string;
    /**
     * [Output Only] Informational warning message.
     */
    warning: any;
}
/**
 * Contains a list of ForwardingRule resources.
 */
export interface Schema$ForwardingRuleList {
    /**
     * [Output Only] Unique identifier for the resource; defined by the server.
     */
    id: string;
    /**
     * A list of ForwardingRule resources.
     */
    items: Schema$ForwardingRule[];
    /**
     * Type of resource.
     */
    kind: string;
    /**
     * [Output Only] This token allows you to get the next page of results for
     * list requests. If the number of results is larger than maxResults, use the
     * nextPageToken as a value for the query parameter pageToken in the next list
     * request. Subsequent list requests will have their own nextPageToken to
     * continue paging through the results.
     */
    nextPageToken: string;
    /**
     * [Output Only] Server-defined URL for this resource.
     */
    selfLink: string;
    /**
     * [Output Only] Informational warning message.
     */
    warning: any;
}
export interface Schema$ForwardingRuleReference {
    forwardingRule: string;
}
export interface Schema$ForwardingRulesScopedList {
    /**
     * List of forwarding rules contained in this scope.
     */
    forwardingRules: Schema$ForwardingRule[];
    /**
     * Informational warning which replaces the list of forwarding rules when the
     * list is empty.
     */
    warning: any;
}
export interface Schema$GlobalSetLabelsRequest {
    /**
     * The fingerprint of the previous set of labels for this resource, used to
     * detect conflicts. The fingerprint is initially generated by Compute Engine
     * and changes after every request to modify or update labels. You must always
     * provide an up-to-date fingerprint hash when updating or changing labels.
     * Make a get() request to the resource to get the latest fingerprint.
     */
    labelFingerprint: string;
    /**
     * A list of labels to apply for this resource. Each label key &amp; value
     * must comply with RFC1035. Specifically, the name must be 1-63 characters
     * long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which
     * means the first character must be a lowercase letter, and all following
     * characters must be a dash, lowercase letter, or digit, except the last
     * character, which cannot be a dash. For example,
     * &quot;webserver-frontend&quot;: &quot;images&quot;. A label value can also
     * be empty (e.g. &quot;my-label&quot;: &quot;&quot;).
     */
    labels: any;
}
/**
 * A guest attributes entry.
 */
export interface Schema$GuestAttributes {
    /**
     * [Output Only] Type of the resource. Always compute#guestAttributes for
     * guest attributes entry.
     */
    kind: string;
    /**
     * [Output Only] Server-defined URL for this resource.
     */
    selfLink: string;
    /**
     * The key to search for.
     */
    variableKey: string;
    /**
     * [Output Only] The value found for the requested key.
     */
    variableValue: string;
}
/**
 * Guest OS features.
 */
export interface Schema$GuestOsFeature {
    /**
     * The ID of a supported feature. Read  Enabling guest operating system
     * features to see a list of available options.
     */
    type: string;
}
/**
 * An HealthCheck resource. This resource defines a template for how individual
 * virtual machines should be checked for health, via one of the supported
 * protocols.
 */
export interface Schema$HealthCheck {
    /**
     * How often (in seconds) to send a health check. The default value is 5
     * seconds.
     */
    checkIntervalSec: number;
    /**
     * [Output Only] Creation timestamp in 3339 text format.
     */
    creationTimestamp: string;
    /**
     * An optional description of this resource. Provide this property when you
     * create the resource.
     */
    description: string;
    /**
     * A so-far unhealthy instance will be marked healthy after this many
     * consecutive successes. The default value is 2.
     */
    healthyThreshold: number;
    http2HealthCheck: Schema$HTTP2HealthCheck;
    httpHealthCheck: Schema$HTTPHealthCheck;
    httpsHealthCheck: Schema$HTTPSHealthCheck;
    /**
     * [Output Only] The unique identifier for the resource. This identifier is
     * defined by the server.
     */
    id: string;
    /**
     * Type of the resource.
     */
    kind: string;
    /**
     * Name of the resource. Provided by the client when the resource is created.
     * The name must be 1-63 characters long, and comply with RFC1035.
     * Specifically, the name must be 1-63 characters long and match the regular
     * expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character
     * must be a lowercase letter, and all following characters must be a dash,
     * lowercase letter, or digit, except the last character, which cannot be a
     * dash.
     */
    name: string;
    /**
     * [Output Only] Region where the health check resides. Not applicable to
     * global health checks.
     */
    region: string;
    /**
     * [Output Only] Server-defined URL for the resource.
     */
    selfLink: string;
    sslHealthCheck: Schema$SSLHealthCheck;
    tcpHealthCheck: Schema$TCPHealthCheck;
    /**
     * How long (in seconds) to wait before claiming failure. The default value is
     * 5 seconds. It is invalid for timeoutSec to have greater value than
     * checkIntervalSec.
     */
    timeoutSec: number;
    /**
     * Specifies the type of the healthCheck, either TCP, SSL, HTTP or HTTPS. If
     * not specified, the default is TCP. Exactly one of the protocol-specific
     * health check field must be specified, which must match type field.
     */
    type: string;
    udpHealthCheck: Schema$UDPHealthCheck;
    /**
     * A so-far healthy instance will be marked unhealthy after this many
     * consecutive failures. The default value is 2.
     */
    unhealthyThreshold: number;
}
/**
 * Contains a list of HealthCheck resources.
 */
export interface Schema$HealthCheckList {
    /**
     * [Output Only] Unique identifier for the resource; defined by the server.
     */
    id: string;
    /**
     * A list of HealthCheck resources.
     */
    items: Schema$HealthCheck[];
    /**
     * Type of resource.
     */
    kind: string;
    /**
     * [Output Only] This token allows you to get the next page of results for
     * list requests. If the number of results is larger than maxResults, use the
     * nextPageToken as a value for the query parameter pageToken in the next list
     * request. Subsequent list requests will have their own nextPageToken to
     * continue paging through the results.
     */
    nextPageToken: string;
    /**
     * [Output Only] Server-defined URL for this resource.
     */
    selfLink: string;
    /**
     * [Output Only] Informational warning message.
     */
    warning: any;
}
/**
 * A full or valid partial URL to a health check. For example, the following are
 * valid URLs:   -
 * https://www.googleapis.com/compute/beta/projects/project-id/global/httpHealthChecks/health-check
 * - projects/project-id/global/httpHealthChecks/health-check  -
 * global/httpHealthChecks/health-check
 */
export interface Schema$HealthCheckReference {
    healthCheck: string;
}
export interface Schema$HealthChecksAggregatedList {
    /**
     * [Output Only] Unique identifier for the resource; defined by the server.
     */
    id: string;
    /**
     * A list of HealthChecksScopedList resources.
     */
    items: any;
    /**
     * Type of resource.
     */
    kind: string;
    /**
     * [Output Only] This token allows you to get the next page of results for
     * list requests. If the number of results is larger than maxResults, use the
     * nextPageToken as a value for the query parameter pageToken in the next list
     * request. Subsequent list requests will have their own nextPageToken to
     * continue paging through the results.
     */
    nextPageToken: string;
    /**
     * [Output Only] Server-defined URL for this resource.
     */
    selfLink: string;
    /**
     * [Output Only] Informational warning message.
     */
    warning: any;
}
export interface Schema$HealthChecksScopedList {
    /**
     * List of HealthChecks contained in this scope.
     */
    healthChecks: Schema$HealthCheck[];
    /**
     * Informational warning which replaces the list of backend services when the
     * list is empty.
     */
    warning: any;
}
export interface Schema$HealthStatus {
    /**
     * Health state of the instance.
     */
    healthState: string;
    /**
     * URL of the instance resource.
     */
    instance: string;
    /**
     * The IP address represented by this resource.
     */
    ipAddress: string;
    /**
     * The port on the instance.
     */
    port: number;
}
export interface Schema$HealthStatusForNetworkEndpoint {
    /**
     * URL of the backend service associated with the health state of the network
     * endpoint.
     */
    backendService: Schema$BackendServiceReference;
    /**
     * URL of the forwarding rule associated with the health state of the network
     * endpoint.
     */
    forwardingRule: Schema$ForwardingRuleReference;
    /**
     * URL of the health check associated with the health state of the network
     * endpoint.
     */
    healthCheck: Schema$HealthCheckReference;
    /**
     * Health state of the network endpoint determined based on the health checks
     * configured.
     */
    healthState: string;
}
export interface Schema$Host {
    /**
     * [Output Only] Creation timestamp in RFC3339 text format.
     */
    creationTimestamp: string;
    /**
     * [Output Only] An optional textual description of the resource.
     */
    description: string;
    /**
     * Full or partial URL of the host type resource to use for this host, in the
     * format: zones/zone/hostTypes/host-type. This is provided by the client when
     * the host is created. For example, the following is a valid partial url to a
     * predefined host type: zones/us-central1-b/hostTypes/n1-host-64-416
     */
    hostType: string;
    /**
     * [Output Only] The unique identifier for the resource. This identifier is
     * defined by the server.
     */
    id: string;
    /**
     * A list of resource URLs to the virtual machine instances in this host. They
     * must live in zones contained in the same region as this host.
     */
    instances: string[];
    /**
     * [Output Only] The type of the resource. Always compute#host for host.
     */
    kind: string;
    /**
     * A fingerprint for this request, which is essentially a hash of the
     * metadata&#39;s contents and used for optimistic locking. The fingerprint is
     * initially generated by Compute Engine and changes after every request to
     * modify or update metadata. You must always provide an up-to-date
     * fingerprint hash in order to update or change metadata.  To see the latest
     * fingerprint, make get() request to the host.
     */
    labelFingerprint: string;
    /**
     * Labels to apply to this host.
     */
    labels: any;
    /**
     * The name of the resource, provided by the client when initially creating
     * the resource. The resource name must be 1-63 characters long, and comply
     * with RFC1035. Specifically, the name must be 1-63 characters long and match
     * the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first
     * character must be a lowercase letter, and all following characters must be
     * a dash, lowercase letter, or digit, except the last character, which cannot
     * be a dash.
     */
    name: string;
    /**
     * [Output Only] Server-defined URL for the resource.
     */
    selfLink: string;
    /**
     * [Output Only] The status of the host. One of the following values:
     * CREATING, READY, REPAIR, and DELETING.
     */
    status: string;
    /**
     * [Output Only] An optional, human-readable explanation of the status.
     */
    statusMessage: string;
    /**
     * [Output Only] The name of the zone where the host resides, such as
     * us-central1-a.
     */
    zone: string;
}
export interface Schema$HostAggregatedList {
    /**
     * [Output Only] Unique identifier for the resource; defined by the server.
     */
    id: string;
    /**
     * A list of HostsScopedList resources.
     */
    items: any;
    /**
     * [Output Only] Type of resource. Always compute#hostAggregatedList for
     * aggregated lists of hosts.
     */
    kind: string;
    /**
     * [Output Only] This token allows you to get the next page of results for
     * list requests. If the number of results is larger than maxResults, use the
     * nextPageToken as a value for the query parameter pageToken in the next list
     * request. Subsequent list requests will have their own nextPageToken to
     * continue paging through the results.
     */
    nextPageToken: string;
    /**
     * [Output Only] Server-defined URL for this resource.
     */
    selfLink: string;
    /**
     * [Output Only] Informational warning message.
     */
    warning: any;
}
/**
 * Contains a list of hosts.
 */
export interface Schema$HostList {
    /**
     * [Output Only] Unique identifier for the resource; defined by the server.
     */
    id: string;
    /**
     * A list of Host resources.
     */
    items: Schema$Host[];
    /**
     * [Output Only] Type of resource. Always compute#hostList for lists of hosts.
     */
    kind: string;
    /**
     * [Output Only] This token allows you to get the next page of results for
     * list requests. If the number of results is larger than maxResults, use the
     * nextPageToken as a value for the query parameter pageToken in the next list
     * request. Subsequent list requests will have their own nextPageToken to
     * continue paging through the results.
     */
    nextPageToken: string;
    /**
     * [Output Only] Server-defined URL for this resource.
     */
    selfLink: string;
    /**
     * [Output Only] Informational warning message.
     */
    warning: any;
}
/**
 * UrlMaps A host-matching rule for a URL. If matched, will use the named
 * PathMatcher to select the BackendService.
 */
export interface Schema$HostRule {
    /**
     * An optional description of this resource. Provide this property when you
     * create the resource.
     */
    description: string;
    /**
     * The list of host patterns to match. They must be valid hostnames, except *
     * will match any string of ([a-z0-9-.]*). In that case, * must be the first
     * character and must be followed in the pattern by either - or ..
     */
    hosts: string[];
    /**
     * The name of the PathMatcher to use to match the path portion of the URL if
     * the hostRule matches the URL&#39;s host portion.
     */
    pathMatcher: string;
}
export interface Schema$HostsScopedList {
    /**
     * [Output Only] List of hosts contained in this scope.
     */
    hosts: Schema$Host[];
    /**
     * [Output Only] An informational warning that appears when the host list is
     * empty.
     */
    warning: any;
}
/**
 * A Host Type resource.
 */
export interface Schema$HostType {
    /**
     * [Output Only] The CPU platform used by this host type.
     */
    cpuPlatform: string;
    /**
     * [Output Only] Creation timestamp in RFC3339 text format.
     */
    creationTimestamp: string;
    /**
     * [Output Only] The deprecation status associated with this host type.
     */
    deprecated: Schema$DeprecationStatus;
    /**
     * [Output Only] An optional textual description of the resource.
     */
    description: string;
    /**
     * [Output Only] The number of virtual CPUs that are available to the host
     * type.
     */
    guestCpus: number;
    /**
     * [Output Only] The unique identifier for the resource. This identifier is
     * defined by the server.
     */
    id: string;
    /**
     * [Output Only] The type of the resource. Always compute#hostType for host
     * types.
     */
    kind: string;
    /**
     * [Output Only] Local SSD available to the host type, defined in GB.
     */
    localSsdGb: number;
    /**
     * [Output Only] The amount of physical memory available to the host type,
     * defined in MB.
     */
    memoryMb: number;
    /**
     * [Output Only] Name of the resource.
     */
    name: string;
    /**
     * [Output Only] Server-defined URL for the resource.
     */
    selfLink: string;
    /**
     * [Output Only] The name of the zone where the host type resides, such as
     * us-central1-a.
     */
    zone: string;
}
export interface Schema$HostTypeAggregatedList {
    /**
     * [Output Only] Unique identifier for the resource; defined by the server.
     */
    id: string;
    /**
     * A list of HostTypesScopedList resources.
     */
    items: any;
    /**
     * [Output Only] Type of resource.Always compute#hostTypeAggregatedList for
     * aggregated lists of host types.
     */
    kind: string;
    /**
     * [Output Only] This token allows you to get the next page of results for
     * list requests. If the number of results is larger than maxResults, use the
     * nextPageToken as a value for the query parameter pageToken in the next list
     * request. Subsequent list requests will have their own nextPageToken to
     * continue paging through the results.
     */
    nextPageToken: string;
    /**
     * [Output Only] Server-defined URL for this resource.
     */
    selfLink: string;
    /**
     * [Output Only] Informational warning message.
     */
    warning: any;
}
/**
 * Contains a list of host types.
 */
export interface Schema$HostTypeList {
    /**
     * [Output Only] Unique identifier for the resource; defined by the server.
     */
    id: string;
    /**
     * A list of HostType resources.
     */
    items: Schema$HostType[];
    /**
     * [Output Only] Type of resource.Always compute#hostTypeList for lists of
     * host types.
     */
    kind: string;
    /**
     * [Output Only] This token allows you to get the next page of results for
     * list requests. If the number of results is larger than maxResults, use the
     * nextPageToken as a value for the query parameter pageToken in the next list
     * request. Subsequent list requests will have their own nextPageToken to
     * continue paging through the results.
     */
    nextPageToken: string;
    /**
     * [Output Only] Server-defined URL for this resource.
     */
    selfLink: string;
    /**
     * [Output Only] Informational warning message.
     */
    warning: any;
}
export interface Schema$HostTypesScopedList {
    /**
     * [Output Only] List of host types contained in this scope.
     */
    hostTypes: Schema$HostType[];
    /**
     * [Output Only] An informational warning that appears when the host types
     * list is empty.
     */
    warning: any;
}
/**
 * Time window specified for hourly maintenance operations.
 */
export interface Schema$HourlyMaintenanceWindow {
    /**
     * [Output only] Duration of the time window, automatically chosen to be
     * smallest possible in the given scenario.
     */
    duration: string;
    /**
     * Allows to define schedule that runs every nth hour.
     */
    hoursInCycle: number;
    /**
     * Time within the maintenance window to start the maintenance operations. It
     * must be in format &quot;HH:MM?, where HH : [00-23] and MM : [00-59] GMT.
     */
    startTime: string;
}
export interface Schema$HTTP2HealthCheck {
    /**
     * The value of the host header in the HTTP/2 health check request. If left
     * empty (default value), the IP on behalf of which this health check is
     * performed will be used.
     */
    host: string;
    /**
     * The TCP port number for the health check request. The default value is 443.
     * Valid values are 1 through 65535.
     */
    port: number;
    /**
     * Port name as defined in InstanceGroup#NamedPort#name. If both port and
     * port_name are defined, port takes precedence.
     */
    portName: string;
    /**
     * Specifies how port is selected for health checking, can be one of following
     * values: USE_FIXED_PORT: The port number in port is used for health
     * checking. USE_NAMED_PORT: The portName is used for health checking.
     * USE_SERVING_PORT: For NetworkEndpointGroup, the port specified for each
     * network endpoint is used for health checking. For other backends, the port
     * or named port specified in the Backend Service is used for health checking.
     * If not specified, HTTP2 health check follows behavior specified in port and
     * portName fields.
     */
    portSpecification: string;
    /**
     * Specifies the type of proxy header to append before sending data to the
     * backend, either NONE or PROXY_V1. The default is NONE.
     */
    proxyHeader: string;
    /**
     * The request path of the HTTP/2 health check request. The default value is
     * /.
     */
    requestPath: string;
    /**
     * The string to match anywhere in the first 1024 bytes of the response body.
     * If left empty (the default value), the status code determines health. The
     * response data can only be ASCII.
     */
    response: string;
}
/**
 * An HttpHealthCheck resource. This resource defines a template for how
 * individual instances should be checked for health, via HTTP.
 */
export interface Schema$HttpHealthCheck {
    /**
     * How often (in seconds) to send a health check. The default value is 5
     * seconds.
     */
    checkIntervalSec: number;
    /**
     * [Output Only] Creation timestamp in RFC3339 text format.
     */
    creationTimestamp: string;
    /**
     * An optional description of this resource. Provide this property when you
     * create the resource.
     */
    description: string;
    /**
     * A so-far unhealthy instance will be marked healthy after this many
     * consecutive successes. The default value is 2.
     */
    healthyThreshold: number;
    /**
     * The value of the host header in the HTTP health check request. If left
     * empty (default value), the public IP on behalf of which this health check
     * is performed will be used.
     */
    host: string;
    /**
     * [Output Only] The unique identifier for the resource. This identifier is
     * defined by the server.
     */
    id: string;
    /**
     * [Output Only] Type of the resource. Always compute#httpHealthCheck for HTTP
     * health checks.
     */
    kind: string;
    /**
     * Name of the resource. Provided by the client when the resource is created.
     * The name must be 1-63 characters long, and comply with RFC1035.
     * Specifically, the name must be 1-63 characters long and match the regular
     * expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character
     * must be a lowercase letter, and all following characters must be a dash,
     * lowercase letter, or digit, except the last character, which cannot be a
     * dash.
     */
    name: string;
    /**
     * The TCP port number for the HTTP health check request. The default value
     * is 80.
     */
    port: number;
    /**
     * The request path of the HTTP health check request. The default value is /.
     */
    requestPath: string;
    /**
     * [Output Only] Server-defined URL for the resource.
     */
    selfLink: string;
    /**
     * How long (in seconds) to wait before claiming failure. The default value is
     * 5 seconds. It is invalid for timeoutSec to have greater value than
     * checkIntervalSec.
     */
    timeoutSec: number;
    /**
     * A so-far healthy instance will be marked unhealthy after this many
     * consecutive failures. The default value is 2.
     */
    unhealthyThreshold: number;
}
export interface Schema$HTTPHealthCheck {
    /**
     * The value of the host header in the HTTP health check request. If left
     * empty (default value), the IP on behalf of which this health check is
     * performed will be used.
     */
    host: string;
    /**
     * The TCP port number for the health check request. The default value is 80.
     * Valid values are 1 through 65535.
     */
    port: number;
    /**
     * Port name as defined in InstanceGroup#NamedPort#name. If both port and
     * port_name are defined, port takes precedence.
     */
    portName: string;
    /**
     * Specifies how port is selected for health checking, can be one of following
     * values: USE_FIXED_PORT: The port number in port is used for health
     * checking. USE_NAMED_PORT: The portName is used for health checking.
     * USE_SERVING_PORT: For NetworkEndpointGroup, the port specified for each
     * network endpoint is used for health checking. For other backends, the port
     * or named port specified in the Backend Service is used for health checking.
     * If not specified, HTTP health check follows behavior specified in port and
     * portName fields.
     */
    portSpecification: string;
    /**
     * Specifies the type of proxy header to append before sending data to the
     * backend, either NONE or PROXY_V1. The default is NONE.
     */
    proxyHeader: string;
    /**
     * The request path of the HTTP health check request. The default value is /.
     */
    requestPath: string;
    /**
     * The string to match anywhere in the first 1024 bytes of the response body.
     * If left empty (the default value), the status code determines health. The
     * response data can only be ASCII.
     */
    response: string;
}
/**
 * Contains a list of HttpHealthCheck resources.
 */
export interface Schema$HttpHealthCheckList {
    /**
     * [Output Only] Unique identifier for the resource; defined by the server.
     */
    id: string;
    /**
     * A list of HttpHealthCheck resources.
     */
    items: Schema$HttpHealthCheck[];
    /**
     * Type of resource.
     */
    kind: string;
    /**
     * [Output Only] This token allows you to get the next page of results for
     * list requests. If the number of results is larger than maxResults, use the
     * nextPageToken as a value for the query parameter pageToken in the next list
     * request. Subsequent list requests will have their own nextPageToken to
     * continue paging through the results.
     */
    nextPageToken: string;
    /**
     * [Output Only] Server-defined URL for this resource.
     */
    selfLink: string;
    /**
     * [Output Only] Informational warning message.
     */
    warning: any;
}
/**
 * An HttpsHealthCheck resource. This resource defines a template for how
 * individual instances should be checked for health, via HTTPS.
 */
export interface Schema$HttpsHealthCheck {
    /**
     * How often (in seconds) to send a health check. The default value is 5
     * seconds.
     */
    checkIntervalSec: number;
    /**
     * [Output Only] Creation timestamp in RFC3339 text format.
     */
    creationTimestamp: string;
    /**
     * An optional description of this resource. Provide this property when you
     * create the resource.
     */
    description: string;
    /**
     * A so-far unhealthy instance will be marked healthy after this many
     * consecutive successes. The default value is 2.
     */
    healthyThreshold: number;
    /**
     * The value of the host header in the HTTPS health check request. If left
     * empty (default value), the public IP on behalf of which this health check
     * is performed will be used.
     */
    host: string;
    /**
     * [Output Only] The unique identifier for the resource. This identifier is
     * defined by the server.
     */
    id: string;
    /**
     * Type of the resource.
     */
    kind: string;
    /**
     * Name of the resource. Provided by the client when the resource is created.
     * The name must be 1-63 characters long, and comply with RFC1035.
     * Specifically, the name must be 1-63 characters long and match the regular
     * expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character
     * must be a lowercase letter, and all following characters must be a dash,
     * lowercase letter, or digit, except the last character, which cannot be a
     * dash.
     */
    name: string;
    /**
     * The TCP port number for the HTTPS health check request. The default value
     * is 443.
     */
    port: number;
    /**
     * The request path of the HTTPS health check request. The default value is
     * &quot;/&quot;.
     */
    requestPath: string;
    /**
     * [Output Only] Server-defined URL for the resource.
     */
    selfLink: string;
    /**
     * How long (in seconds) to wait before claiming failure. The default value is
     * 5 seconds. It is invalid for timeoutSec to have a greater value than
     * checkIntervalSec.
     */
    timeoutSec: number;
    /**
     * A so-far healthy instance will be marked unhealthy after this many
     * consecutive failures. The default value is 2.
     */
    unhealthyThreshold: number;
}
export interface Schema$HTTPSHealthCheck {
    /**
     * The value of the host header in the HTTPS health check request. If left
     * empty (default value), the IP on behalf of which this health check is
     * performed will be used.
     */
    host: string;
    /**
     * The TCP port number for the health check request. The default value is 443.
     * Valid values are 1 through 65535.
     */
    port: number;
    /**
     * Port name as defined in InstanceGroup#NamedPort#name. If both port and
     * port_name are defined, port takes precedence.
     */
    portName: string;
    /**
     * Specifies how port is selected for health checking, can be one of following
     * values: USE_FIXED_PORT: The port number in port is used for health
     * checking. USE_NAMED_PORT: The portName is used for health checking.
     * USE_SERVING_PORT: For NetworkEndpointGroup, the port specified for each
     * network endpoint is used for health checking. For other backends, the port
     * or named port specified in the Backend Service is used for health checking.
     * If not specified, HTTPS health check follows behavior specified in port and
     * portName fields.
     */
    portSpecification: string;
    /**
     * Specifies the type of proxy header to append before sending data to the
     * backend, either NONE or PROXY_V1. The default is NONE.
     */
    proxyHeader: string;
    /**
     * The request path of the HTTPS health check request. The default value is /.
     */
    requestPath: string;
    /**
     * The string to match anywhere in the first 1024 bytes of the response body.
     * If left empty (the default value), the status code determines health. The
     * response data can only be ASCII.
     */
    response: string;
}
/**
 * Contains a list of HttpsHealthCheck resources.
 */
export interface Schema$HttpsHealthCheckList {
    /**
     * [Output Only] Unique identifier for the resource; defined by the server.
     */
    id: string;
    /**
     * A list of HttpsHealthCheck resources.
     */
    items: Schema$HttpsHealthCheck[];
    /**
     * Type of resource.
     */
    kind: string;
    /**
     * [Output Only] This token allows you to get the next page of results for
     * list requests. If the number of results is larger than maxResults, use the
     * nextPageToken as a value for the query parameter pageToken in the next list
     * request. Subsequent list requests will have their own nextPageToken to
     * continue paging through the results.
     */
    nextPageToken: string;
    /**
     * [Output Only] Server-defined URL for this resource.
     */
    selfLink: string;
    /**
     * [Output Only] Informational warning message.
     */
    warning: any;
}
/**
 * An Image resource. (== resource_for beta.images ==) (== resource_for
 * v1.images ==)
 */
export interface Schema$Image {
    /**
     * Size of the image tar.gz archive stored in Google Cloud Storage (in bytes).
     */
    archiveSizeBytes: string;
    /**
     * [Output Only] Creation timestamp in RFC3339 text format.
     */
    creationTimestamp: string;
    /**
     * The deprecation status associated with this image.
     */
    deprecated: Schema$DeprecationStatus;
    /**
     * An optional description of this resource. Provide this property when you
     * create the resource.
     */
    description: string;
    /**
     * Size of the image when restored onto a persistent disk (in GB).
     */
    diskSizeGb: string;
    /**
     * The name of the image family to which this image belongs. You can create
     * disks by specifying an image family instead of a specific image name. The
     * image family always returns its latest image that is not deprecated. The
     * name of the image family must comply with RFC1035.
     */
    family: string;
    /**
     * A list of features to enable on the guest operating system. Applicable only
     * for bootable images. Read  Enabling guest operating system features to see
     * a list of available options.
     */
    guestOsFeatures: Schema$GuestOsFeature[];
    /**
     * [Output Only] The unique identifier for the resource. This identifier is
     * defined by the server.
     */
    id: string;
    /**
     * Encrypts the image using a customer-supplied encryption key.  After you
     * encrypt an image with a customer-supplied key, you must provide the same
     * key if you use the image later (e.g. to create a disk from the image).
     * Customer-supplied encryption keys do not protect access to metadata of the
     * disk.  If you do not provide an encryption key when creating the image,
     * then the disk will be encrypted using an automatically generated key and
     * you do not need to provide a key to use the image later.
     */
    imageEncryptionKey: Schema$CustomerEncryptionKey;
    /**
     * [Output Only] Type of the resource. Always compute#image for images.
     */
    kind: string;
    /**
     * A fingerprint for the labels being applied to this image, which is
     * essentially a hash of the labels used for optimistic locking. The
     * fingerprint is initially generated by Compute Engine and changes after
     * every request to modify or update labels. You must always provide an
     * up-to-date fingerprint hash in order to update or change labels.  To see
     * the latest fingerprint, make a get() request to retrieve an image.
     */
    labelFingerprint: string;
    /**
     * Labels to apply to this image. These can be later modified by the setLabels
     * method.
     */
    labels: any;
    /**
     * Integer license codes indicating which licenses are attached to this image.
     */
    licenseCodes: string[];
    /**
     * Any applicable license URI.
     */
    licenses: string[];
    /**
     * Name of the resource; provided by the client when the resource is created.
     * The name must be 1-63 characters long, and comply with RFC1035.
     * Specifically, the name must be 1-63 characters long and match the regular
     * expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character
     * must be a lowercase letter, and all following characters must be a dash,
     * lowercase letter, or digit, except the last character, which cannot be a
     * dash.
     */
    name: string;
    /**
     * The parameters of the raw disk image.
     */
    rawDisk: any;
    /**
     * [Output Only] Server-defined URL for the resource.
     */
    selfLink: string;
    /**
     * URL of the source disk used to create this image. This can be a full or
     * valid partial URL. You must provide either this property or the
     * rawDisk.source property but not both to create an image. For example, the
     * following are valid values:   -
     * https://www.googleapis.com/compute/v1/projects/project/zones/zone/disks/disk
     * - projects/project/zones/zone/disks/disk  - zones/zone/disks/disk
     */
    sourceDisk: string;
    /**
     * The customer-supplied encryption key of the source disk. Required if the
     * source disk is protected by a customer-supplied encryption key.
     */
    sourceDiskEncryptionKey: Schema$CustomerEncryptionKey;
    /**
     * The ID value of the disk used to create this image. This value may be used
     * to determine whether the image was taken from the current or a previous
     * instance of a given disk name.
     */
    sourceDiskId: string;
    /**
     * URL of the source image used to create this image. This can be a full or
     * valid partial URL. You must provide exactly one of:   - this property, or
     * - the rawDisk.source property, or   - the sourceDisk property   in order to
     * create an image.
     */
    sourceImage: string;
    /**
     * The customer-supplied encryption key of the source image. Required if the
     * source image is protected by a customer-supplied encryption key.
     */
    sourceImageEncryptionKey: Schema$CustomerEncryptionKey;
    /**
     * [Output Only] The ID value of the image used to create this image. This
     * value may be used to determine whether the image was taken from the current
     * or a previous instance of a given image name.
     */
    sourceImageId: string;
    /**
     * URL of the source snapshot used to create this image. This can be a full or
     * valid partial URL. You must provide exactly one of:   - this property, or
     * - the sourceImage property, or   - the rawDisk.source property, or   - the
     * sourceDisk property   in order to create an image.
     */
    sourceSnapshot: string;
    /**
     * The customer-supplied encryption key of the source snapshot. Required if
     * the source snapshot is protected by a customer-supplied encryption key.
     */
    sourceSnapshotEncryptionKey: Schema$CustomerEncryptionKey;
    /**
     * [Output Only] The ID value of the snapshot used to create this image. This
     * value may be used to determine whether the snapshot was taken from the
     * current or a previous instance of a given snapshot name.
     */
    sourceSnapshotId: string;
    /**
     * The type of the image used to create this disk. The default and only value
     * is RAW
     */
    sourceType: string;
    /**
     * [Output Only] The status of the image. An image can be used to create other
     * resources, such as instances, only after the image has been successfully
     * created and the status is set to READY. Possible values are FAILED,
     * PENDING, or READY.
     */
    status: string;
}
/**
 * Contains a list of images.
 */
export interface Schema$ImageList {
    /**
     * [Output Only] Unique identifier for the resource; defined by the server.
     */
    id: string;
    /**
     * A list of Image resources.
     */
    items: Schema$Image[];
    /**
     * Type of resource.
     */
    kind: string;
    /**
     * [Output Only] This token allows you to get the next page of results for
     * list requests. If the number of results is larger than maxResults, use the
     * nextPageToken as a value for the query parameter pageToken in the next list
     * request. Subsequent list requests will have their own nextPageToken to
     * continue paging through the results.
     */
    nextPageToken: string;
    /**
     * [Output Only] Server-defined URL for this resource.
     */
    selfLink: string;
    /**
     * [Output Only] Informational warning message.
     */
    warning: any;
}
/**
 * An Instance resource. (== resource_for beta.instances ==) (== resource_for
 * v1.instances ==)
 */
export interface Schema$Instance {
    /**
     * Allows this instance to send and receive packets with non-matching
     * destination or source IPs. This is required if you plan to use this
     * instance to forward routes. For more information, see Enabling IP
     * Forwarding.
     */
    canIpForward: boolean;
    /**
     * [Output Only] The CPU platform used by this instance.
     */
    cpuPlatform: string;
    /**
     * [Output Only] Creation timestamp in RFC3339 text format.
     */
    creationTimestamp: string;
    /**
     * Whether the resource should be protected against deletion.
     */
    deletionProtection: boolean;
    /**
     * An optional description of this resource. Provide this property when you
     * create the resource.
     */
    description: string;
    /**
     * Array of disks associated with this instance. Persistent disks must be
     * created before you can assign them.
     */
    disks: Schema$AttachedDisk[];
    /**
     * List of the type and count of accelerator cards attached to the instance.
     */
    guestAccelerators: Schema$AcceleratorConfig[];
    /**
     * Full or partial URL of the host resource that the instance should be placed
     * on, in the format: zones/zone/hosts/host.  Optional, sole-tenant Host
     * (physical machine) that the instance will be placed on when it&#39;s
     * created. The instance is guaranteed to be placed on the same machine as
     * other instances with the same sole-tenant host.  The request will be
     * rejected if the sole-tenant host has run out of resources.
     */
    host: string;
    /**
     * [Output Only] The unique identifier for the resource. This identifier is
     * defined by the server.
     */
    id: string;
    /**
     * Encrypts or decrypts data for an instance with a customer-supplied
     * encryption key.  If you are creating a new instance, this field encrypts
     * the local SSD and in-memory contents of the instance using a key that you
     * provide.  If you are restarting an instance protected with a
     * customer-supplied encryption key, you must provide the correct key in order
     * to successfully restart the instance.  If you do not provide an encryption
     * key when creating the instance, then the local SSD and in-memory contents
     * will be encrypted using an automatically generated key and you do not need
     * to provide a key to start the instance later.  Instance templates do not
     * store customer-supplied encryption keys, so you cannot use your own keys to
     * encrypt local SSDs and in-memory content in a managed instance group.
     */
    instanceEncryptionKey: Schema$CustomerEncryptionKey;
    /**
     * [Output Only] Type of the resource. Always compute#instance for instances.
     */
    kind: string;
    /**
     * A fingerprint for this request, which is essentially a hash of the
     * metadata&#39;s contents and used for optimistic locking. The fingerprint is
     * initially generated by Compute Engine and changes after every request to
     * modify or update metadata. You must always provide an up-to-date
     * fingerprint hash in order to update or change metadata.  To see the latest
     * fingerprint, make get() request to the instance.
     */
    labelFingerprint: string;
    /**
     * Labels to apply to this instance. These can be later modified by the
     * setLabels method.
     */
    labels: any;
    /**
     * Full or partial URL of the machine type resource to use for this instance,
     * in the format: zones/zone/machineTypes/machine-type. This is provided by
     * the client when the instance is created. For example, the following is a
     * valid partial url to a predefined machine type:
     * zones/us-central1-f/machineTypes/n1-standard-1   To create a custom machine
     * type, provide a URL to a machine type in the following format, where CPUS
     * is 1 or an even number up to 32 (2, 4, 6, ... 24, etc), and MEMORY is the
     * total memory for this instance. Memory must be a multiple of 256 MB and
     * must be supplied in MB (e.g. 5 GB of memory is 5120 MB):
     * zones/zone/machineTypes/custom-CPUS-MEMORY   For example:
     * zones/us-central1-f/machineTypes/custom-4-5120   For a full list of
     * restrictions, read the Specifications for custom machine types.
     */
    machineType: string;
    /**
     * Maintenance policies applied to this instance.
     */
    maintenancePolicies: string[];
    /**
     * The metadata key/value pairs assigned to this instance. This includes
     * custom metadata and predefined keys.
     */
    metadata: Schema$Metadata;
    /**
     * Specifies a minimum CPU platform for the VM instance. Applicable values are
     * the friendly names of CPU platforms, such as minCpuPlatform: &quot;Intel
     * Haswell&quot; or minCpuPlatform: &quot;Intel Sandy Bridge&quot;.
     */
    minCpuPlatform: string;
    /**
     * The name of the resource, provided by the client when initially creating
     * the resource. The resource name must be 1-63 characters long, and comply
     * with RFC1035. Specifically, the name must be 1-63 characters long and match
     * the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first
     * character must be a lowercase letter, and all following characters must be
     * a dash, lowercase letter, or digit, except the last character, which cannot
     * be a dash.
     */
    name: string;
    /**
     * An array of network configurations for this instance. These specify how
     * interfaces are configured to interact with other network services, such as
     * connecting to the internet. Multiple interfaces are supported per instance.
     */
    networkInterfaces: Schema$NetworkInterface[];
    /**
     * Total amount of preserved state for SUSPENDED instances. Read-only in the
     * api.
     */
    preservedStateSizeGb: string;
    /**
     * Sets the scheduling options for this instance.
     */
    scheduling: Schema$Scheduling;
    /**
     * [Output Only] Server-defined URL for this resource.
     */
    selfLink: string;
    /**
     * A list of service accounts, with their specified scopes, authorized for
     * this instance. Only one service account per VM instance is supported.
     * Service accounts generate access tokens that can be accessed through the
     * metadata server and used to authenticate applications on the instance. See
     * Service Accounts for more information.
     */
    serviceAccounts: Schema$ServiceAccount[];
    shieldedVmConfig: Schema$ShieldedVmConfig;
    shieldedVmIntegrityPolicy: Schema$ShieldedVmIntegrityPolicy;
    /**
     * [Output Only] Whether a VM has been restricted for start because Compute
     * Engine has detected suspicious activity.
     */
    startRestricted: boolean;
    /**
     * [Output Only] The status of the instance. One of the following values:
     * PROVISIONING, STAGING, RUNNING, STOPPING, STOPPED, SUSPENDING, SUSPENDED,
     * and TERMINATED.
     */
    status: string;
    /**
     * [Output Only] An optional, human-readable explanation of the status.
     */
    statusMessage: string;
    /**
     * A list of tags to apply to this instance. Tags are used to identify valid
     * sources or targets for network firewalls and are specified by the client
     * during instance creation. The tags can be later modified by the setTags
     * method. Each tag within the list must comply with RFC1035.
     */
    tags: Schema$Tags;
    /**
     * [Output Only] URL of the zone where the instance resides. You must specify
     * this field as part of the HTTP request URL. It is not settable as a field
     * in the request body.
     */
    zone: string;
}
export interface Schema$InstanceAggregatedList {
    /**
     * [Output Only] Unique identifier for the resource; defined by the server.
     */
    id: string;
    /**
     * A list of InstancesScopedList resources.
     */
    items: any;
    /**
     * [Output Only] Type of resource. Always compute#instanceAggregatedList for
     * aggregated lists of Instance resources.
     */
    kind: string;
    /**
     * [Output Only] This token allows you to get the next page of results for
     * list requests. If the number of results is larger than maxResults, use the
     * nextPageToken as a value for the query parameter pageToken in the next list
     * request. Subsequent list requests will have their own nextPageToken to
     * continue paging through the results.
     */
    nextPageToken: string;
    /**
     * [Output Only] Server-defined URL for this resource.
     */
    selfLink: string;
    /**
     * [Output Only] Informational warning message.
     */
    warning: any;
}
/**
 * InstanceGroups (== resource_for beta.instanceGroups ==) (== resource_for
 * v1.instanceGroups ==) (== resource_for beta.regionInstanceGroups ==) (==
 * resource_for v1.regionInstanceGroups ==)
 */
export interface Schema$InstanceGroup {
    /**
     * [Output Only] The creation timestamp for this instance group in RFC3339
     * text format.
     */
    creationTimestamp: string;
    /**
     * An optional description of this resource. Provide this property when you
     * create the resource.
     */
    description: string;
    /**
     * [Output Only] The fingerprint of the named ports. The system uses this
     * fingerprint to detect conflicts when multiple users change the named ports
     * concurrently.
     */
    fingerprint: string;
    /**
     * [Output Only] A unique identifier for this instance group, generated by the
     * server.
     */
    id: string;
    /**
     * [Output Only] The resource type, which is always compute#instanceGroup for
     * instance groups.
     */
    kind: string;
    /**
     * The name of the instance group. The name must be 1-63 characters long, and
     * comply with RFC1035.
     */
    name: string;
    /**
     * Assigns a name to a port number. For example: {name: &quot;http&quot;,
     * port: 80}  This allows the system to reference ports by the assigned name
     * instead of a port number. Named ports can also contain multiple ports. For
     * example: [{name: &quot;http&quot;, port: 80},{name: &quot;http&quot;, port:
     * 8080}]   Named ports apply to all instances in this instance group.
     */
    namedPorts: Schema$NamedPort[];
    /**
     * The URL of the network to which all instances in the instance group belong.
     */
    network: string;
    /**
     * The URL of the region where the instance group is located (for regional
     * resources).
     */
    region: string;
    /**
     * [Output Only] The URL for this instance group. The server generates this
     * URL.
     */
    selfLink: string;
    /**
     * [Output Only] The total number of instances in the instance group.
     */
    size: number;
    /**
     * The URL of the subnetwork to which all instances in the instance group
     * belong.
     */
    subnetwork: string;
    /**
     * [Output Only] The URL of the zone where the instance group is located (for
     * zonal resources).
     */
    zone: string;
}
export interface Schema$InstanceGroupAggregatedList {
    /**
     * [Output Only] Unique identifier for the resource; defined by the server.
     */
    id: string;
    /**
     * A list of InstanceGroupsScopedList resources.
     */
    items: any;
    /**
     * [Output Only] The resource type, which is always
     * compute#instanceGroupAggregatedList for aggregated lists of instance
     * groups.
     */
    kind: string;
    /**
     * [Output Only] This token allows you to get the next page of results for
     * list requests. If the number of results is larger than maxResults, use the
     * nextPageToken as a value for the query parameter pageToken in the next list
     * request. Subsequent list requests will have their own nextPageToken to
     * continue paging through the results.
     */
    nextPageToken: string;
    /**
     * [Output Only] Server-defined URL for this resource.
     */
    selfLink: string;
    /**
     * [Output Only] Informational warning message.
     */
    warning: any;
}
/**
 * A list of InstanceGroup resources.
 */
export interface Schema$InstanceGroupList {
    /**
     * [Output Only] Unique identifier for the resource; defined by the server.
     */
    id: string;
    /**
     * A list of InstanceGroup resources.
     */
    items: Schema$InstanceGroup[];
    /**
     * [Output Only] The resource type, which is always compute#instanceGroupList
     * for instance group lists.
     */
    kind: string;
    /**
     * [Output Only] This token allows you to get the next page of results for
     * list requests. If the number of results is larger than maxResults, use the
     * nextPageToken as a value for the query parameter pageToken in the next list
     * request. Subsequent list requests will have their own nextPageToken to
     * continue paging through the results.
     */
    nextPageToken: string;
    /**
     * [Output Only] Server-defined URL for this resource.
     */
    selfLink: string;
    /**
     * [Output Only] Informational warning message.
     */
    warning: any;
}
/**
 * An Instance Group Manager resource. (== resource_for
 * beta.instanceGroupManagers ==) (== resource_for v1.instanceGroupManagers ==)
 * (== resource_for beta.regionInstanceGroupManagers ==) (== resource_for
 * v1.regionInstanceGroupManagers ==)
 */
export interface Schema$InstanceGroupManager {
    activities: Schema$InstanceGroupManagerActivities;
    /**
     * The autohealing policy for this managed instance group. You can specify
     * only one value.
     */
    autoHealingPolicies: Schema$InstanceGroupManagerAutoHealingPolicy[];
    /**
     * The base instance name to use for instances in this group. The value must
     * be 1-58 characters long. Instances are named by appending a hyphen and a
     * random four-character string to the base instance name. The base instance
     * name must comply with RFC1035.
     */
    baseInstanceName: string;
    /**
     * [Output Only] The creation timestamp for this managed instance group in
     * RFC3339 text format.
     */
    creationTimestamp: string;
    /**
     * [Output Only] The list of instance actions and the number of instances in
     * this managed instance group that are scheduled for each of those actions.
     */
    currentActions: Schema$InstanceGroupManagerActionsSummary;
    /**
     * An optional description of this resource. Provide this property when you
     * create the resource.
     */
    description: string;
    /**
     * Policy valid only for regional managed instance groups.
     */
    distributionPolicy: Schema$DistributionPolicy;
    /**
     * The action to perform in case of zone failure. Only one value is supported,
     * NO_FAILOVER. The default is NO_FAILOVER.
     */
    failoverAction: string;
    /**
     * [Output Only] The fingerprint of the resource data. You can use this
     * optional field for optimistic locking when you update the resource.
     */
    fingerprint: string;
    /**
     * [Output Only] A unique identifier for this resource type. The server
     * generates this identifier.
     */
    id: string;
    /**
     * [Output Only] The URL of the Instance Group resource.
     */
    instanceGroup: string;
    /**
     * The URL of the instance template that is specified for this managed
     * instance group. The group uses this template to create all new instances in
     * the managed instance group.
     */
    instanceTemplate: string;
    /**
     * [Output Only] The resource type, which is always
     * compute#instanceGroupManager for managed instance groups.
     */
    kind: string;
    /**
     * The name of the managed instance group. The name must be 1-63 characters
     * long, and comply with RFC1035.
     */
    name: string;
    /**
     * Named ports configured for the Instance Groups complementary to this
     * Instance Group Manager.
     */
    namedPorts: Schema$NamedPort[];
    /**
     * [Output Only] The list of instance actions and the number of instances in
     * this managed instance group that are pending for each of those actions.
     */
    pendingActions: Schema$InstanceGroupManagerPendingActionsSummary;
    /**
     * [Output Only] The URL of the region where the managed instance group
     * resides (for regional resources).
     */
    region: string;
    /**
     * [Output Only] The URL for this managed instance group. The server defines
     * this URL.
     */
    selfLink: string;
    /**
     * [Output Only] The service account to be used as credentials for all
     * operations performed by the managed instance group on instances. The
     * service accounts needs all permissions required to create and delete
     * instances. By default, the service account
     * {projectNumber}@cloudservices.gserviceaccount.com is used.
     */
    serviceAccount: string;
    /**
     * Stateful configuration for this Instanced Group Manager
     */
    statefulPolicy: Schema$StatefulPolicy;
    /**
     * The URLs for all TargetPool resources to which instances in the
     * instanceGroup field are added. The target pools automatically apply to all
     * of the instances in the managed instance group.
     */
    targetPools: string[];
    /**
     * The target number of running instances for this managed instance group.
     * Deleting or abandoning instances reduces this number. Resizing the group
     * changes this number.
     */
    targetSize: number;
    /**
     * The update policy for this managed instance group.
     */
    updatePolicy: Schema$InstanceGroupManagerUpdatePolicy;
    /**
     * Specifies the instance templates used by this managed instance group to
     * create instances.  Each version is defined by an instanceTemplate. Every
     * template can appear at most once per instance group. This field overrides
     * the top-level instanceTemplate field. Read more about the relationships
     * between these fields. Exactly one version must leave the targetSize field
     * unset. That version will be applied to all remaining instances. For more
     * information, read about canary updates.
     */
    versions: Schema$InstanceGroupManagerVersion[];
    /**
     * [Output Only] The URL of the zone where the managed instance group is
     * located (for zonal resources).
     */
    zone: string;
}
export interface Schema$InstanceGroupManagerActionsSummary {
    /**
     * [Output Only] The total number of instances in the managed instance group
     * that are scheduled to be abandoned. Abandoning an instance removes it from
     * the managed instance group without deleting it.
     */
    abandoning: number;
    /**
     * [Output Only] The number of instances in the managed instance group that
     * are scheduled to be created or are currently being created. If the group
     * fails to create any of these instances, it tries again until it creates the
     * instance successfully.  If you have disabled creation retries, this field
     * will not be populated; instead, the creatingWithoutRetries field will be
     * populated.
     */
    creating: number;
    /**
     * [Output Only] The number of instances that the managed instance group will
     * attempt to create. The group attempts to create each instance only once. If
     * the group fails to create any of these instances, it decreases the
     * group&#39;s targetSize value accordingly.
     */
    creatingWithoutRetries: number;
    /**
     * [Output Only] The number of instances in the managed instance group that
     * are scheduled to be deleted or are currently being deleted.
     */
    deleting: number;
    /**
     * [Output Only] The number of instances in the managed instance group that
     * are running and have no scheduled actions.
     */
    none: number;
    /**
     * [Output Only] The number of instances in the managed instance group that
     * are scheduled to be recreated or are currently being being recreated.
     * Recreating an instance deletes the existing root persistent disk and
     * creates a new disk from the image that is defined in the instance template.
     */
    recreating: number;
    /**
     * [Output Only] The number of instances in the managed instance group that
     * are being reconfigured with properties that do not require a restart or a
     * recreate action. For example, setting or removing target pools for the
     * instance.
     */
    refreshing: number;
    /**
     * [Output Only] The number of instances in the managed instance group that
     * are scheduled to be restarted or are currently being restarted.
     */
    restarting: number;
    /**
     * [Output Only] The number of instances in the managed instance group that
     * are being verified. See the managedInstances[].currentAction property in
     * the listManagedInstances method documentation.
     */
    verifying: number;
}
export interface Schema$InstanceGroupManagerActivities {
    autohealing: string;
    autohealingHealthCheckBased: string;
    autoscalingDown: string;
    autoscalingUp: string;
    creatingInstances: string;
    deletingInstances: string;
    recreatingInstances: string;
}
export interface Schema$InstanceGroupManagerAggregatedList {
    /**
     * [Output Only] Unique identifier for the resource; defined by the server.
     */
    id: string;
    /**
     * A list of InstanceGroupManagersScopedList resources.
     */
    items: any;
    /**
     * [Output Only] The resource type, which is always
     * compute#instanceGroupManagerAggregatedList for an aggregated list of
     * managed instance groups.
     */
    kind: string;
    /**
     * [Output Only] This token allows you to get the next page of results for
     * list requests. If the number of results is larger than maxResults, use the
     * nextPageToken as a value for the query parameter pageToken in the next list
     * request. Subsequent list requests will have their own nextPageToken to
     * continue paging through the results.
     */
    nextPageToken: string;
    /**
     * [Output Only] Server-defined URL for this resource.
     */
    selfLink: string;
    /**
     * [Output Only] Informational warning message.
     */
    warning: any;
}
export interface Schema$InstanceGroupManagerAutoHealingPolicy {
    /**
     * The URL for the health check that signals autohealing.
     */
    healthCheck: string;
    /**
     * The number of seconds that the managed instance group waits before it
     * applies autohealing policies to new instances or recently recreated
     * instances. This initial delay allows instances to initialize and run their
     * startup scripts before the instance group determines that they are
     * UNHEALTHY. This prevents the managed instance group from recreating its
     * instances prematurely. This value must be from range [0, 3600].
     */
    initialDelaySec: number;
    /**
     * Maximum number of instances that can be unavailable when autohealing. The
     * instance is considered available if all of the following conditions are
     * satisfied: 1. Instance&#39;s status is RUNNING. 2. Instance&#39;s liveness
     * health check result was observed to be HEALTHY at least once. By default, a
     * percent value of 100% is used.
     */
    maxUnavailable: Schema$FixedOrPercent;
    /**
     * Defines operating mode for this policy.
     */
    mode: string;
}
/**
 * [Output Only] A list of managed instance groups.
 */
export interface Schema$InstanceGroupManagerList {
    /**
     * [Output Only] Unique identifier for the resource; defined by the server.
     */
    id: string;
    /**
     * A list of InstanceGroupManager resources.
     */
    items: Schema$InstanceGroupManager[];
    /**
     * [Output Only] The resource type, which is always
     * compute#instanceGroupManagerList for a list of managed instance groups.
     */
    kind: string;
    /**
     * [Output Only] This token allows you to get the next page of results for
     * list requests. If the number of results is larger than maxResults, use the
     * nextPageToken as a value for the query parameter pageToken in the next list
     * request. Subsequent list requests will have their own nextPageToken to
     * continue paging through the results.
     */
    nextPageToken: string;
    /**
     * [Output Only] Server-defined URL for this resource.
     */
    selfLink: string;
    /**
     * [Output Only] Informational warning message.
     */
    warning: any;
}
export interface Schema$InstanceGroupManagerPendingActionsSummary {
    /**
     * [Output Only] The number of instances in the managed instance group that
     * are pending to be created.
     */
    creating: number;
    /**
     * [Output Only] The number of instances in the managed instance group that
     * are pending to be deleted.
     */
    deleting: number;
    /**
     * [Output Only] The number of instances in the managed instance group that
     * are pending to be recreated.
     */
    recreating: number;
    /**
     * [Output Only] The number of instances in the managed instance group that
     * are pending to be restarted.
     */
    restarting: number;
}
export interface Schema$InstanceGroupManagersAbandonInstancesRequest {
    /**
     * The URLs of one or more instances to abandon. This can be a full URL or a
     * partial URL, such as zones/[ZONE]/instances/[INSTANCE_NAME].
     */
    instances: string[];
}
/**
 * InstanceGroupManagers.applyUpdatesToInstances
 */
export interface Schema$InstanceGroupManagersApplyUpdatesRequest {
    /**
     * The list of URLs of one or more instances for which we want to apply
     * updates on this managed instance group. This can be a full URL or a partial
     * URL, such as zones/[ZONE]/instances/[INSTANCE_NAME].
     */
    instances: string[];
    /**
     * The maximal action that should be perfomed on the instances. By default
     * REPLACE.
     */
    maximalAction: string;
    /**
     * The minimal action that should be perfomed on the instances. By default
     * NONE.
     */
    minimalAction: string;
}
export interface Schema$InstanceGroupManagersDeleteInstancesRequest {
    /**
     * The URLs of one or more instances to delete. This can be a full URL or a
     * partial URL, such as zones/[ZONE]/instances/[INSTANCE_NAME].
     */
    instances: string[];
}
/**
 * InstanceGroupManagers.deletePerInstanceConfigs
 */
export interface Schema$InstanceGroupManagersDeletePerInstanceConfigsReq {
    /**
     * The list of instances for which we want to delete per-instance configs on
     * this managed instance group.
     */
    instances: string[];
}
export interface Schema$InstanceGroupManagersListManagedInstancesResponse {
    /**
     * [Output Only] The list of instances in the managed instance group.
     */
    managedInstances: Schema$ManagedInstance[];
    /**
     * [Output Only] This token allows you to get the next page of results for
     * list requests. If the number of results is larger than maxResults, use the
     * nextPageToken as a value for the query parameter pageToken in the next list
     * request. Subsequent list requests will have their own nextPageToken to
     * continue paging through the results.
     */
    nextPageToken: string;
}
export interface Schema$InstanceGroupManagersListPerInstanceConfigsResp {
    /**
     * [Output Only] The list of PerInstanceConfig.
     */
    items: Schema$PerInstanceConfig[];
    /**
     * [Output Only] This token allows you to get the next page of results for
     * list requests. If the number of results is larger than maxResults, use the
     * nextPageToken as a value for the query parameter pageToken in the next list
     * request. Subsequent list requests will have their own nextPageToken to
     * continue paging through the results.
     */
    nextPageToken: string;
    /**
     * [Output Only] Informational warning message.
     */
    warning: any;
}
export interface Schema$InstanceGroupManagersRecreateInstancesRequest {
    /**
     * The URLs of one or more instances to recreate. This can be a full URL or a
     * partial URL, such as zones/[ZONE]/instances/[INSTANCE_NAME].
     */
    instances: string[];
}
export interface Schema$InstanceGroupManagersResizeAdvancedRequest {
    /**
     * If this flag is true, the managed instance group attempts to create all
     * instances initiated by this resize request only once. If there is an error
     * during creation, the managed instance group does not retry create this
     * instance, and we will decrease the targetSize of the request instead. If
     * the flag is false, the group attemps to recreate each instance continuously
     * until it succeeds.  This flag matters only in the first attempt of creation
     * of an instance. After an instance is successfully created while this flag
     * is enabled, the instance behaves the same way as all the other instances
     * created with a regular resize request. In particular, if a running instance
     * dies unexpectedly at a later time and needs to be recreated, this mode does
     * not affect the recreation behavior in that scenario.  This flag is
     * applicable only to the current resize request. It does not influence other
     * resize requests in any way.  You can see which instances is being creating
     * in which mode by calling the get or listManagedInstances API.
     */
    noCreationRetries: boolean;
    /**
     * The number of running instances that the managed instance group should
     * maintain at any given time. The group automatically adds or removes
     * instances to maintain the number of instances specified by this parameter.
     */
    targetSize: number;
}
export interface Schema$InstanceGroupManagersScopedList {
    /**
     * [Output Only] The list of managed instance groups that are contained in the
     * specified project and zone.
     */
    instanceGroupManagers: Schema$InstanceGroupManager[];
    /**
     * [Output Only] The warning that replaces the list of managed instance groups
     * when the list is empty.
     */
    warning: any;
}
export interface Schema$InstanceGroupManagersSetAutoHealingRequest {
    autoHealingPolicies: Schema$InstanceGroupManagerAutoHealingPolicy[];
}
export interface Schema$InstanceGroupManagersSetInstanceTemplateRequest {
    /**
     * The URL of the instance template that is specified for this managed
     * instance group. The group uses this template to create all new instances in
     * the managed instance group.
     */
    instanceTemplate: string;
}
export interface Schema$InstanceGroupManagersSetTargetPoolsRequest {
    /**
     * The fingerprint of the target pools information. Use this optional property
     * to prevent conflicts when multiple users change the target pools settings
     * concurrently. Obtain the fingerprint with the instanceGroupManagers.get
     * method. Then, include the fingerprint in your request to ensure that you do
     * not overwrite changes that were applied from another concurrent request.
     */
    fingerprint: string;
    /**
     * The list of target pool URLs that instances in this managed instance group
     * belong to. The managed instance group applies these target pools to all of
     * the instances in the group. Existing instances and new instances in the
     * group all receive these target pool settings.
     */
    targetPools: string[];
}
/**
 * InstanceGroupManagers.updatePerInstanceConfigs
 */
export interface Schema$InstanceGroupManagersUpdatePerInstanceConfigsReq {
    /**
     * The list of per-instance configs to insert or patch on this managed
     * instance group.
     */
    perInstanceConfigs: Schema$PerInstanceConfig[];
}
export interface Schema$InstanceGroupManagerUpdatePolicy {
    /**
     * The maximum number of instances that can be created above the specified
     * targetSize during the update process. By default, a fixed value of 1 is
     * used. This value can be either a fixed number or a percentage if the
     * instance group has 10 or more instances. If you set a percentage, the
     * number of instances will be rounded up if necessary.  At least one of
     * either maxSurge or maxUnavailable must be greater than 0. Learn more about
     * maxSurge.
     */
    maxSurge: Schema$FixedOrPercent;
    /**
     * The maximum number of instances that can be unavailable during the update
     * process. An instance is considered available if all of the following
     * conditions are satisfied:    - The instance&#39;s status is RUNNING.  - If
     * there is a health check on the instance group, the instance&#39;s liveness
     * health check result must be HEALTHY at least once. If there is no health
     * check on the group, then the instance only needs to have a status of
     * RUNNING to be considered available.  By default, a fixed value of 1 is
     * used. This value can be either a fixed number or a percentage if the
     * instance group has 10 or more instances. If you set a percentage, the
     * number of instances will be rounded up if necessary.  At least one of
     * either maxSurge or maxUnavailable must be greater than 0. Learn more about
     * maxUnavailable.
     */
    maxUnavailable: Schema$FixedOrPercent;
    /**
     * Minimal action to be taken on an instance. You can specify either RESTART
     * to restart existing instances or REPLACE to delete and create new instances
     * from the target template. If you specify a code&gt;RESTART, the Updater
     * will attempt to perform that action only. However, if the Updater
     * determines that the minimal action you specify is not enough to perform the
     * update, it might perform a more disruptive action.
     */
    minimalAction: string;
    /**
     * Minimum number of seconds to wait for after a newly created instance
     * becomes available. This value must be from range [0, 3600].
     */
    minReadySec: number;
    type: string;
}
export interface Schema$InstanceGroupManagerVersion {
    instanceTemplate: string;
    /**
     * Name of the version. Unique among all versions in the scope of this managed
     * instance group.
     */
    name: string;
    /**
     * Tag describing the version. Used to trigger rollout of a target version
     * even if instance_template remains unchanged. Deprecated in favor of
     * &#39;name&#39;.
     */
    tag: string;
    /**
     * Specifies the intended number of instances to be created from the
     * instanceTemplate. The final number of instances created from the template
     * will be equal to:   - If expressed as a fixed number, the minimum of either
     * targetSize.fixed or instanceGroupManager.targetSize is used.  - if
     * expressed as a percent, the targetSize would be (targetSize.percent/100 *
     * InstanceGroupManager.targetSize) If there is a remainder, the number is
     * rounded up.  If unset, this version will update any remaining instances not
     * updated by another version. Read Starting a canary update for more
     * information.
     */
    targetSize: Schema$FixedOrPercent;
}
export interface Schema$InstanceGroupsAddInstancesRequest {
    /**
     * The list of instances to add to the instance group.
     */
    instances: Schema$InstanceReference[];
}
export interface Schema$InstanceGroupsListInstances {
    /**
     * [Output Only] Unique identifier for the resource; defined by the server.
     */
    id: string;
    /**
     * A list of InstanceWithNamedPorts resources.
     */
    items: Schema$InstanceWithNamedPorts[];
    /**
     * [Output Only] The resource type, which is always
     * compute#instanceGroupsListInstances for the list of instances in the
     * specified instance group.
     */
    kind: string;
    /**
     * [Output Only] This token allows you to get the next page of results for
     * list requests. If the number of results is larger than maxResults, use the
     * nextPageToken as a value for the query parameter pageToken in the next list
     * request. Subsequent list requests will have their own nextPageToken to
     * continue paging through the results.
     */
    nextPageToken: string;
    /**
     * [Output Only] Server-defined URL for this resource.
     */
    selfLink: string;
    /**
     * [Output Only] Informational warning message.
     */
    warning: any;
}
export interface Schema$InstanceGroupsListInstancesRequest {
    /**
     * A filter for the state of the instances in the instance group. Valid
     * options are ALL or RUNNING. If you do not specify this parameter the list
     * includes all instances regardless of their state.
     */
    instanceState: string;
}
export interface Schema$InstanceGroupsRemoveInstancesRequest {
    /**
     * The list of instances to remove from the instance group.
     */
    instances: Schema$InstanceReference[];
}
export interface Schema$InstanceGroupsScopedList {
    /**
     * [Output Only] The list of instance groups that are contained in this scope.
     */
    instanceGroups: Schema$InstanceGroup[];
    /**
     * [Output Only] An informational warning that replaces the list of instance
     * groups when the list is empty.
     */
    warning: any;
}
export interface Schema$InstanceGroupsSetNamedPortsRequest {
    /**
     * The fingerprint of the named ports information for this instance group. Use
     * this optional property to prevent conflicts when multiple users change the
     * named ports settings concurrently. Obtain the fingerprint with the
     * instanceGroups.get method. Then, include the fingerprint in your request to
     * ensure that you do not overwrite changes that were applied from another
     * concurrent request.
     */
    fingerprint: string;
    /**
     * The list of named ports to set for this instance group.
     */
    namedPorts: Schema$NamedPort[];
}
/**
 * Contains a list of instances.
 */
export interface Schema$InstanceList {
    /**
     * [Output Only] Unique identifier for the resource; defined by the server.
     */
    id: string;
    /**
     * A list of Instance resources.
     */
    items: Schema$Instance[];
    /**
     * [Output Only] Type of resource. Always compute#instanceList for lists of
     * Instance resources.
     */
    kind: string;
    /**
     * [Output Only] This token allows you to get the next page of results for
     * list requests. If the number of results is larger than maxResults, use the
     * nextPageToken as a value for the query parameter pageToken in the next list
     * request. Subsequent list requests will have their own nextPageToken to
     * continue paging through the results.
     */
    nextPageToken: string;
    /**
     * [Output Only] Server-defined URL for this resource.
     */
    selfLink: string;
    /**
     * [Output Only] Informational warning message.
     */
    warning: any;
}
/**
 * Contains a list of instance referrers.
 */
export interface Schema$InstanceListReferrers {
    /**
     * [Output Only] Unique identifier for the resource; defined by the server.
     */
    id: string;
    /**
     * A list of Reference resources.
     */
    items: Schema$Reference[];
    /**
     * [Output Only] Type of resource. Always compute#instanceListReferrers for
     * lists of Instance referrers.
     */
    kind: string;
    /**
     * [Output Only] This token allows you to get the next page of results for
     * list requests. If the number of results is larger than maxResults, use the
     * nextPageToken as a value for the query parameter pageToken in the next list
     * request. Subsequent list requests will have their own nextPageToken to
     * continue paging through the results.
     */
    nextPageToken: string;
    /**
     * [Output Only] Server-defined URL for this resource.
     */
    selfLink: string;
    /**
     * [Output Only] Informational warning message.
     */
    warning: any;
}
export interface Schema$InstanceMoveRequest {
    /**
     * The URL of the destination zone to move the instance. This can be a full or
     * partial URL. For example, the following are all valid URLs to a zone:   -
     * https://www.googleapis.com/compute/v1/projects/project/zones/zone  -
     * projects/project/zones/zone  - zones/zone
     */
    destinationZone: string;
    /**
     * The URL of the target instance to move. This can be a full or partial URL.
     * For example, the following are all valid URLs to an instance:   -
     * https://www.googleapis.com/compute/v1/projects/project/zones/zone/instances/instance
     * - projects/project/zones/zone/instances/instance  -
     * zones/zone/instances/instance
     */
    targetInstance: string;
}
export interface Schema$InstanceProperties {
    /**
     * Enables instances created based on this template to send packets with
     * source IP addresses other than their own and receive packets with
     * destination IP addresses other than their own. If these instances will be
     * used as an IP gateway or it will be set as the next-hop in a Route
     * resource, specify true. If unsure, leave this set to false. See the Enable
     * IP forwarding documentation for more information.
     */
    canIpForward: boolean;
    /**
     * An optional text description for the instances that are created from this
     * instance template.
     */
    description: string;
    /**
     * An array of disks that are associated with the instances that are created
     * from this template.
     */
    disks: Schema$AttachedDisk[];
    /**
     * A list of guest accelerator cards&#39; type and count to use for instances
     * created from the instance template.
     */
    guestAccelerators: Schema$AcceleratorConfig[];
    /**
     * Labels to apply to instances that are created from this template.
     */
    labels: any;
    /**
     * The machine type to use for instances that are created from this template.
     */
    machineType: string;
    /**
     * The metadata key/value pairs to assign to instances that are created from
     * this template. These pairs can consist of custom metadata or predefined
     * keys. See Project and instance metadata for more information.
     */
    metadata: Schema$Metadata;
    /**
     * Minimum cpu/platform to be used by this instance. The instance may be
     * scheduled on the specified or newer cpu/platform. Applicable values are the
     * friendly names of CPU platforms, such as minCpuPlatform: &quot;Intel
     * Haswell&quot; or minCpuPlatform: &quot;Intel Sandy Bridge&quot;. For more
     * information, read Specifying a Minimum CPU Platform.
     */
    minCpuPlatform: string;
    /**
     * An array of network access configurations for this interface.
     */
    networkInterfaces: Schema$NetworkInterface[];
    /**
     * Specifies the scheduling options for the instances that are created from
     * this template.
     */
    scheduling: Schema$Scheduling;
    /**
     * A list of service accounts with specified scopes. Access tokens for these
     * service accounts are available to the instances that are created from this
     * template. Use metadata queries to obtain the access tokens for these
     * instances.
     */
    serviceAccounts: Schema$ServiceAccount[];
    /**
     * Specifies the Shielded VM options for the instances that are created from
     * this template.
     */
    shieldedVmConfig: Schema$ShieldedVmConfig;
    /**
     * A list of tags to apply to the instances that are created from this
     * template. The tags identify valid sources or targets for network firewalls.
     * The setTags method can modify this list of tags. Each tag within the list
     * must comply with RFC1035.
     */
    tags: Schema$Tags;
}
export interface Schema$InstanceReference {
    /**
     * The URL for a specific instance.
     */
    instance: string;
}
export interface Schema$InstancesAddMaintenancePoliciesRequest {
    /**
     * Maintenance policies to be added to this instance.
     */
    maintenancePolicies: string[];
}
export interface Schema$InstancesRemoveMaintenancePoliciesRequest {
    /**
     * Maintenance policies to be removed from this instance.
     */
    maintenancePolicies: string[];
}
export interface Schema$InstancesResumeRequest {
    /**
     * Array of disks associated with this instance that are protected with a
     * customer-supplied encryption key.  In order to resume the instance, the
     * disk url and its corresponding key must be provided.  If the disk is not
     * protected with a customer-supplied encryption key it should not be
     * specified.
     */
    disks: Schema$CustomerEncryptionKeyProtectedDisk[];
    /**
     * Decrypts data associated with an instance that is protected with a
     * customer-supplied encryption key.  If the instance you are starting is
     * protected with a customer-supplied encryption key, the correct key must be
     * provided otherwise the instance resume will not succeed.
     */
    instanceEncryptionKey: Schema$CustomerEncryptionKey;
}
export interface Schema$InstancesScopedList {
    /**
     * [Output Only] List of instances contained in this scope.
     */
    instances: Schema$Instance[];
    /**
     * [Output Only] Informational warning which replaces the list of instances
     * when the list is empty.
     */
    warning: any;
}
export interface Schema$InstancesSetLabelsRequest {
    /**
     * Fingerprint of the previous set of labels for this resource, used to
     * prevent conflicts. Provide the latest fingerprint value when making a
     * request to add or change labels.
     */
    labelFingerprint: string;
    labels: any;
}
export interface Schema$InstancesSetMachineResourcesRequest {
    /**
     * List of the type and count of accelerator cards attached to the instance.
     */
    guestAccelerators: Schema$AcceleratorConfig[];
}
export interface Schema$InstancesSetMachineTypeRequest {
    /**
     * Full or partial URL of the machine type resource. See Machine Types for a
     * full list of machine types. For example:
     * zones/us-central1-f/machineTypes/n1-standard-1
     */
    machineType: string;
}
export interface Schema$InstancesSetMinCpuPlatformRequest {
    /**
     * Minimum cpu/platform this instance should be started at.
     */
    minCpuPlatform: string;
}
export interface Schema$InstancesSetServiceAccountRequest {
    /**
     * Email address of the service account.
     */
    email: string;
    /**
     * The list of scopes to be made available for this service account.
     */
    scopes: string[];
}
export interface Schema$InstancesStartWithEncryptionKeyRequest {
    /**
     * Array of disks associated with this instance that are protected with a
     * customer-supplied encryption key.  In order to start the instance, the disk
     * url and its corresponding key must be provided.  If the disk is not
     * protected with a customer-supplied encryption key it should not be
     * specified.
     */
    disks: Schema$CustomerEncryptionKeyProtectedDisk[];
    /**
     * Decrypts data associated with an instance that is protected with a
     * customer-supplied encryption key.  If the instance you are starting is
     * protected with a customer-supplied encryption key, the correct key must be
     * provided otherwise the instance start will not succeed.
     */
    instanceEncryptionKey: Schema$CustomerEncryptionKey;
}
/**
 * An Instance Template resource. (== resource_for beta.instanceTemplates ==)
 * (== resource_for v1.instanceTemplates ==)
 */
export interface Schema$InstanceTemplate {
    /**
     * [Output Only] The creation timestamp for this instance template in RFC3339
     * text format.
     */
    creationTimestamp: string;
    /**
     * An optional description of this resource. Provide this property when you
     * create the resource.
     */
    description: string;
    /**
     * [Output Only] A unique identifier for this instance template. The server
     * defines this identifier.
     */
    id: string;
    /**
     * [Output Only] The resource type, which is always compute#instanceTemplate
     * for instance templates.
     */
    kind: string;
    /**
     * Name of the resource; provided by the client when the resource is created.
     * The name must be 1-63 characters long, and comply with RFC1035.
     * Specifically, the name must be 1-63 characters long and match the regular
     * expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character
     * must be a lowercase letter, and all following characters must be a dash,
     * lowercase letter, or digit, except the last character, which cannot be a
     * dash.
     */
    name: string;
    /**
     * The instance properties for this instance template.
     */
    properties: Schema$InstanceProperties;
    /**
     * [Output Only] The URL for this instance template. The server defines this
     * URL.
     */
    selfLink: string;
    /**
     * The source instance used to create the template. You can provide this as a
     * partial or full URL to the resource. For example, the following are valid
     * values:   -
     * https://www.googleapis.com/compute/v1/projects/project/zones/zone/instances/instance
     * - projects/project/zones/zone/instances/instance
     */
    sourceInstance: string;
    /**
     * The source instance params to use to create this instance template.
     */
    sourceInstanceParams: Schema$SourceInstanceParams;
}
/**
 * A list of instance templates.
 */
export interface Schema$InstanceTemplateList {
    /**
     * [Output Only] Unique identifier for the resource; defined by the server.
     */
    id: string;
    /**
     * A list of InstanceTemplate resources.
     */
    items: Schema$InstanceTemplate[];
    /**
     * [Output Only] The resource type, which is always
     * compute#instanceTemplatesListResponse for instance template lists.
     */
    kind: string;
    /**
     * [Output Only] This token allows you to get the next page of results for
     * list requests. If the number of results is larger than maxResults, use the
     * nextPageToken as a value for the query parameter pageToken in the next list
     * request. Subsequent list requests will have their own nextPageToken to
     * continue paging through the results.
     */
    nextPageToken: string;
    /**
     * [Output Only] Server-defined URL for this resource.
     */
    selfLink: string;
    /**
     * [Output Only] Informational warning message.
     */
    warning: any;
}
export interface Schema$InstanceWithNamedPorts {
    /**
     * [Output Only] The URL of the instance.
     */
    instance: string;
    /**
     * [Output Only] The named ports that belong to this instance group.
     */
    namedPorts: Schema$NamedPort[];
    /**
     * [Output Only] The status of the instance.
     */
    status: string;
}
/**
 * Represents an Interconnects resource. The Interconnects resource is a
 * dedicated connection between Google&#39;s network and your on-premises
 * network. For more information, see the  Dedicated overview page. (==
 * resource_for v1.interconnects ==) (== resource_for beta.interconnects ==)
 */
export interface Schema$Interconnect {
    /**
     * Administrative status of the interconnect. When this is set to true, the
     * Interconnect is functional and can carry traffic. When set to false, no
     * packets can be carried over the interconnect and no BGP routes are
     * exchanged over it. By default, the status is set to true.
     */
    adminEnabled: boolean;
    /**
     * [Output Only] List of CircuitInfo objects, that describe the individual
     * circuits in this LAG.
     */
    circuitInfos: Schema$InterconnectCircuitInfo[];
    /**
     * [Output Only] Creation timestamp in RFC3339 text format.
     */
    creationTimestamp: string;
    /**
     * Customer name, to put in the Letter of Authorization as the party
     * authorized to request a crossconnect.
     */
    customerName: string;
    /**
     * An optional description of this resource. Provide this property when you
     * create the resource.
     */
    description: string;
    /**
     * [Output Only] List of outages expected for this Interconnect.
     */
    expectedOutages: Schema$InterconnectOutageNotification[];
    /**
     * [Output Only] IP address configured on the Google side of the Interconnect
     * link. This can be used only for ping tests.
     */
    googleIpAddress: string;
    /**
     * [Output Only] Google reference ID; to be used when raising support tickets
     * with Google or otherwise to debug backend connectivity issues.
     */
    googleReferenceId: string;
    /**
     * [Output Only] The unique identifier for the resource. This identifier is
     * defined by the server.
     */
    id: string;
    /**
     * [Output Only] A list of the URLs of all InterconnectAttachments configured
     * to use this Interconnect.
     */
    interconnectAttachments: string[];
    /**
     * Type of interconnect. Note that &quot;IT_PRIVATE&quot; has been deprecated
     * in favor of &quot;DEDICATED&quot;
     */
    interconnectType: string;
    /**
     * [Output Only] Type of the resource. Always compute#interconnect for
     * interconnects.
     */
    kind: string;
    /**
     * A fingerprint for the labels being applied to this Interconnect, which is
     * essentially a hash of the labels set used for optimistic locking. The
     * fingerprint is initially generated by Compute Engine and changes after
     * every request to modify or update labels. You must always provide an
     * up-to-date fingerprint hash in order to update or change labels.  To see
     * the latest fingerprint, make a get() request to retrieve an Interconnect.
     */
    labelFingerprint: string;
    /**
     * Labels to apply to this Interconnect resource. These can be later modified
     * by the setLabels method. Each label key/value must comply with RFC1035.
     * Label values may be empty.
     */
    labels: any;
    /**
     * Type of link requested. This field indicates speed of each of the links in
     * the bundle, not the entire bundle. Only 10G per link is allowed for a
     * dedicated interconnect. Options: Ethernet_10G_LR
     */
    linkType: string;
    /**
     * URL of the InterconnectLocation object that represents where this
     * connection is to be provisioned.
     */
    location: string;
    /**
     * Name of the resource. Provided by the client when the resource is created.
     * The name must be 1-63 characters long, and comply with RFC1035.
     * Specifically, the name must be 1-63 characters long and match the regular
     * expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character
     * must be a lowercase letter, and all following characters must be a dash,
     * lowercase letter, or digit, except the last character, which cannot be a
     * dash.
     */
    name: string;
    /**
     * Email address to contact the customer NOC for operations and maintenance
     * notifications regarding this Interconnect. If specified, this will be used
     * for notifications in addition to all other forms described, such as
     * Stackdriver logs alerting and Cloud Notifications.
     */
    nocContactEmail: string;
    /**
     * [Output Only] The current status of whether or not this Interconnect is
     * functional.
     */
    operationalStatus: string;
    /**
     * [Output Only] IP address configured on the customer side of the
     * Interconnect link. The customer should configure this IP address during
     * turnup when prompted by Google NOC. This can be used only for ping tests.
     */
    peerIpAddress: string;
    /**
     * [Output Only] Number of links actually provisioned in this interconnect.
     */
    provisionedLinkCount: number;
    /**
     * Target number of physical links in the link bundle, as requested by the
     * customer.
     */
    requestedLinkCount: number;
    /**
     * [Output Only] Server-defined URL for the resource.
     */
    selfLink: string;
    /**
     * [Output Only] The current state of whether or not this Interconnect is
     * functional.
     */
    state: string;
}
/**
 * Represents an InterconnectAttachment (VLAN attachment) resource. For more
 * information, see  Creating VLAN Attachments. (== resource_for
 * beta.interconnectAttachments ==) (== resource_for v1.interconnectAttachments
 * ==)
 */
export interface Schema$InterconnectAttachment {
    /**
     * Determines whether this Attachment will carry packets. Not present for
     * PARTNER_PROVIDER.
     */
    adminEnabled: boolean;
    /**
     * [Deprecated] Replaced by edge_availability_domain.
     */
    availabilityZone: string;
    /**
     * Provisioned bandwidth capacity for the interconnectAttachment. Can be set
     * by the partner to update the customer&#39;s provisioned bandwidth. Output
     * only for for PARTNER type, mutable for PARTNER_PROVIDER, not available for
     * DEDICATED.
     */
    bandwidth: string;
    /**
     * Up to 16 candidate prefixes that can be used to restrict the allocation of
     * cloudRouterIpAddress and customerRouterIpAddress for this attachment. All
     * prefixes must be within link-local address space (169.254.0.0/16) and must
     * be /29 or shorter (/28, /27, etc). Google will attempt to select an unused
     * /29 from the supplied candidate prefix(es). The request will fail if all
     * possible /29s are in use on Google?s edge. If not supplied, Google will
     * randomly select an unused /29 from all of link-local space.
     */
    candidateSubnets: string[];
    /**
     * [Output Only] IPv4 address + prefix length to be configured on Cloud Router
     * Interface for this interconnect attachment.
     */
    cloudRouterIpAddress: string;
    /**
     * [Output Only] Creation timestamp in RFC3339 text format.
     */
    creationTimestamp: string;
    /**
     * [Output Only] IPv4 address + prefix length to be configured on the customer
     * router subinterface for this interconnect attachment.
     */
    customerRouterIpAddress: string;
    /**
     * An optional description of this resource.
     */
    description: string;
    /**
     * Desired availability domain for the attachment. Only available for type
     * PARTNER, at creation time. For improved reliability, customers should
     * configure a pair of attachments with one per availability domain. The
     * selected availability domain will be provided to the Partner via the
     * pairing key so that the provisioned circuit will lie in the specified
     * domain. If not specified, the value will default to
     * AVAILABILITY_DOMAIN_ANY.
     */
    edgeAvailabilityDomain: string;
    /**
     * [Output Only] Google reference ID, to be used when raising support tickets
     * with Google or otherwise to debug backend connectivity issues.
     */
    googleReferenceId: string;
    /**
     * [Output Only] The unique identifier for the resource. This identifier is
     * defined by the server.
     */
    id: string;
    /**
     * URL of the underlying Interconnect object that this attachment&#39;s
     * traffic will traverse through.
     */
    interconnect: string;
    /**
     * [Output Only] Type of the resource. Always compute#interconnectAttachment
     * for interconnect attachments.
     */
    kind: string;
    /**
     * A fingerprint for the labels being applied to this InterconnectAttachment,
     * which is essentially a hash of the labels set used for optimistic locking.
     * The fingerprint is initially generated by Compute Engine and changes after
     * every request to modify or update labels. You must always provide an
     * up-to-date fingerprint hash in order to update or change labels.  To see
     * the latest fingerprint, make a get() request to retrieve an
     * InterconnectAttachment.
     */
    labelFingerprint: string;
    /**
     * Labels to apply to this InterconnectAttachment resource. These can be later
     * modified by the setLabels method. Each label key/value must comply with
     * RFC1035. Label values may be empty.
     */
    labels: any;
    /**
     * Name of the resource. Provided by the client when the resource is created.
     * The name must be 1-63 characters long, and comply with RFC1035.
     * Specifically, the name must be 1-63 characters long and match the regular
     * expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character
     * must be a lowercase letter, and all following characters must be a dash,
     * lowercase letter, or digit, except the last character, which cannot be a
     * dash.
     */
    name: string;
    /**
     * [Output Only] The current status of whether or not this interconnect
     * attachment is functional.
     */
    operationalStatus: string;
    /**
     * [Output only for type PARTNER. Input only for PARTNER_PROVIDER. Not present
     * for DEDICATED]. The opaque identifier of an PARTNER attachment used to
     * initiate provisioning with a selected partner. Of the form
     * &quot;XXXXX/region/domain&quot;
     */
    pairingKey: string;
    /**
     * Optional BGP ASN for the router that should be supplied by a layer 3
     * Partner if they configured BGP on behalf of the customer. Output only for
     * PARTNER type, input only for PARTNER_PROVIDER, not available for DEDICATED.
     */
    partnerAsn: string;
    /**
     * Informational metadata about Partner attachments from Partners to display
     * to customers. Output only for for PARTNER type, mutable for
     * PARTNER_PROVIDER, not available for DEDICATED.
     */
    partnerMetadata: Schema$InterconnectAttachmentPartnerMetadata;
    /**
     * [Output Only] Information specific to an InterconnectAttachment. This
     * property is populated if the interconnect that this is attached to is of
     * type DEDICATED.
     */
    privateInterconnectInfo: Schema$InterconnectAttachmentPrivateInfo;
    /**
     * [Output Only] URL of the region where the regional interconnect attachment
     * resides. You must specify this field as part of the HTTP request URL. It is
     * not settable as a field in the request body.
     */
    region: string;
    /**
     * URL of the cloud router to be used for dynamic routing. This router must be
     * in the same region as this InterconnectAttachment. The
     * InterconnectAttachment will automatically connect the Interconnect to the
     * network &amp; region within which the Cloud Router is configured.
     */
    router: string;
    /**
     * [Output Only] Server-defined URL for the resource.
     */
    selfLink: string;
    /**
     * [Output Only] The current state of this attachment&#39;s functionality.
     */
    state: string;
    type: string;
    /**
     * Available only for DEDICATED and PARTNER_PROVIDER. Desired VLAN tag for
     * this attachment, in the range 2-4094. This field refers to 802.1q VLAN tag,
     * also known as IEEE 802.1Q Only specified at creation time.
     */
    vlanTag8021q: number;
}
export interface Schema$InterconnectAttachmentAggregatedList {
    /**
     * [Output Only] Unique identifier for the resource; defined by the server.
     */
    id: string;
    /**
     * A list of InterconnectAttachmentsScopedList resources.
     */
    items: any;
    /**
     * [Output Only] Type of resource. Always
     * compute#interconnectAttachmentAggregatedList for aggregated lists of
     * interconnect attachments.
     */
    kind: string;
    /**
     * [Output Only] This token allows you to get the next page of results for
     * list requests. If the number of results is larger than maxResults, use the
     * nextPageToken as a value for the query parameter pageToken in the next list
     * request. Subsequent list requests will have their own nextPageToken to
     * continue paging through the results.
     */
    nextPageToken: string;
    /**
     * [Output Only] Server-defined URL for this resource.
     */
    selfLink: string;
    /**
     * [Output Only] Informational warning message.
     */
    warning: any;
}
/**
 * Response to the list request, and contains a list of interconnect
 * attachments.
 */
export interface Schema$InterconnectAttachmentList {
    /**
     * [Output Only] Unique identifier for the resource; defined by the server.
     */
    id: string;
    /**
     * A list of InterconnectAttachment resources.
     */
    items: Schema$InterconnectAttachment[];
    /**
     * [Output Only] Type of resource. Always compute#interconnectAttachmentList
     * for lists of interconnect attachments.
     */
    kind: string;
    /**
     * [Output Only] This token allows you to get the next page of results for
     * list requests. If the number of results is larger than maxResults, use the
     * nextPageToken as a value for the query parameter pageToken in the next list
     * request. Subsequent list requests will have their own nextPageToken to
     * continue paging through the results.
     */
    nextPageToken: string;
    /**
     * [Output Only] Server-defined URL for this resource.
     */
    selfLink: string;
    /**
     * [Output Only] Informational warning message.
     */
    warning: any;
}
/**
 * Informational metadata about Partner attachments from Partners to display to
 * customers. These fields are propagated from PARTNER_PROVIDER attachments to
 * their corresponding PARTNER attachments.
 */
export interface Schema$InterconnectAttachmentPartnerMetadata {
    /**
     * Plain text name of the Interconnect this attachment is connected to, as
     * displayed in the Partner?s portal. For instance ?Chicago 1?. This value may
     * be validated to match approved Partner values.
     */
    interconnectName: string;
    /**
     * Plain text name of the Partner providing this attachment. This value may be
     * validated to match approved Partner values.
     */
    partnerName: string;
    /**
     * URL of the Partner?s portal for this Attachment. Partners may customise
     * this to be a deep-link to the specific resource on the Partner portal. This
     * value may be validated to match approved Partner values.
     */
    portalUrl: string;
}
/**
 * Information for an interconnect attachment when this belongs to an
 * interconnect of type DEDICATED.
 */
export interface Schema$InterconnectAttachmentPrivateInfo {
    /**
     * [Output Only] 802.1q encapsulation tag to be used for traffic between
     * Google and the customer, going to and from this network and region.
     */
    tag8021q: number;
}
export interface Schema$InterconnectAttachmentsScopedList {
    /**
     * List of interconnect attachments contained in this scope.
     */
    interconnectAttachments: Schema$InterconnectAttachment[];
    /**
     * Informational warning which replaces the list of addresses when the list is
     * empty.
     */
    warning: any;
}
/**
 * Describes a single physical circuit between the Customer and Google.
 * CircuitInfo objects are created by Google, so all fields are output only.
 * Next id: 4
 */
export interface Schema$InterconnectCircuitInfo {
    /**
     * Customer-side demarc ID for this circuit.
     */
    customerDemarcId: string;
    /**
     * Google-assigned unique ID for this circuit. Assigned at circuit turn-up.
     */
    googleCircuitId: string;
    /**
     * Google-side demarc ID for this circuit. Assigned at circuit turn-up and
     * provided by Google to the customer in the LOA.
     */
    googleDemarcId: string;
}
/**
 * Response to the list request, and contains a list of interconnects.
 */
export interface Schema$InterconnectList {
    /**
     * [Output Only] Unique identifier for the resource; defined by the server.
     */
    id: string;
    /**
     * A list of Interconnect resources.
     */
    items: Schema$Interconnect[];
    /**
     * [Output Only] Type of resource. Always compute#interconnectList for lists
     * of interconnects.
     */
    kind: string;
    /**
     * [Output Only] This token allows you to get the next page of results for
     * list requests. If the number of results is larger than maxResults, use the
     * nextPageToken as a value for the query parameter pageToken in the next list
     * request. Subsequent list requests will have their own nextPageToken to
     * continue paging through the results.
     */
    nextPageToken: string;
    /**
     * [Output Only] Server-defined URL for this resource.
     */
    selfLink: string;
    /**
     * [Output Only] Informational warning message.
     */
    warning: any;
}
/**
 * Represents an InterconnectLocations resource. The InterconnectLocations
 * resource describes the locations where you can connect to Google&#39;s
 * networks. For more information, see  Colocation Facilities.
 */
export interface Schema$InterconnectLocation {
    /**
     * [Output Only] The postal address of the Point of Presence, each line in the
     * address is separated by a newline character.
     */
    address: string;
    /**
     * [Output Only] Availability zone for this location. Within a metropolitan
     * area (metro), maintenance will not be simultaneously scheduled in more than
     * one availability zone. Example: &quot;zone1&quot; or &quot;zone2&quot;.
     */
    availabilityZone: string;
    /**
     * [Output Only] Metropolitan area designator that indicates which city an
     * interconnect is located. For example: &quot;Chicago, IL&quot;,
     * &quot;Amsterdam, Netherlands&quot;.
     */
    city: string;
    /**
     * [Output Only] Continent for this location.
     */
    continent: string;
    /**
     * [Output Only] Creation timestamp in RFC3339 text format.
     */
    creationTimestamp: string;
    /**
     * [Output Only] An optional description of the resource.
     */
    description: string;
    /**
     * [Output Only] The name of the provider for this facility (e.g., EQUINIX).
     */
    facilityProvider: string;
    /**
     * [Output Only] A provider-assigned Identifier for this facility (e.g.,
     * Ashburn-DC1).
     */
    facilityProviderFacilityId: string;
    /**
     * [Output Only] The unique identifier for the resource. This identifier is
     * defined by the server.
     */
    id: string;
    /**
     * [Output Only] Type of the resource. Always compute#interconnectLocation for
     * interconnect locations.
     */
    kind: string;
    /**
     * [Output Only] Name of the resource.
     */
    name: string;
    /**
     * [Output Only] The peeringdb identifier for this facility (corresponding
     * with a netfac type in peeringdb).
     */
    peeringdbFacilityId: string;
    /**
     * [Output Only] A list of InterconnectLocation.RegionInfo objects, that
     * describe parameters pertaining to the relation between this
     * InterconnectLocation and various Google Cloud regions.
     */
    regionInfos: Schema$InterconnectLocationRegionInfo[];
    /**
     * [Output Only] Server-defined URL for the resource.
     */
    selfLink: string;
}
/**
 * Response to the list request, and contains a list of interconnect locations.
 */
export interface Schema$InterconnectLocationList {
    /**
     * [Output Only] Unique identifier for the resource; defined by the server.
     */
    id: string;
    /**
     * A list of InterconnectLocation resources.
     */
    items: Schema$InterconnectLocation[];
    /**
     * [Output Only] Type of resource. Always compute#interconnectLocationList for
     * lists of interconnect locations.
     */
    kind: string;
    /**
     * [Output Only] This token allows you to get the next page of results for
     * list requests. If the number of results is larger than maxResults, use the
     * nextPageToken as a value for the query parameter pageToken in the next list
     * request. Subsequent list requests will have their own nextPageToken to
     * continue paging through the results.
     */
    nextPageToken: string;
    /**
     * [Output Only] Server-defined URL for this resource.
     */
    selfLink: string;
    /**
     * [Output Only] Informational warning message.
     */
    warning: any;
}
/**
 * Information about any potential InterconnectAttachments between an
 * Interconnect at a specific InterconnectLocation, and a specific Cloud Region.
 */
export interface Schema$InterconnectLocationRegionInfo {
    /**
     * Expected round-trip time in milliseconds, from this InterconnectLocation to
     * a VM in this region.
     */
    expectedRttMs: string;
    /**
     * Identifies the network presence of this location.
     */
    locationPresence: string;
    /**
     * URL for the region of this location.
     */
    region: string;
}
/**
 * Description of a planned outage on this Interconnect. Next id: 9
 */
export interface Schema$InterconnectOutageNotification {
    /**
     * Iff issue_type is IT_PARTIAL_OUTAGE, a list of the Google-side circuit IDs
     * that will be affected.
     */
    affectedCircuits: string[];
    /**
     * A description about the purpose of the outage.
     */
    description: string;
    /**
     * Scheduled end time for the outage (milliseconds since Unix epoch).
     */
    endTime: string;
    /**
     * Form this outage is expected to take. Note that the &quot;IT_&quot;
     * versions of this enum have been deprecated in favor of the unprefixed
     * values.
     */
    issueType: string;
    /**
     * Unique identifier for this outage notification.
     */
    name: string;
    /**
     * The party that generated this notification. Note that
     * &quot;NSRC_GOOGLE&quot; has been deprecated in favor of &quot;GOOGLE&quot;
     */
    source: string;
    /**
     * Scheduled start time for the outage (milliseconds since Unix epoch).
     */
    startTime: string;
    /**
     * State of this notification. Note that the &quot;NS_&quot; versions of this
     * enum have been deprecated in favor of the unprefixed values.
     */
    state: string;
}
export interface Schema$InternalIpOwner {
    /**
     * IP CIDR range being owned.
     */
    ipCidrRange: string;
    /**
     * URLs of the IP owners of the IP CIDR range.
     */
    owners: string[];
    /**
     * Whether this IP CIDR range is reserved for system use.
     */
    systemOwned: boolean;
}
/**
 * Contains a list of IP owners.
 */
export interface Schema$IpOwnerList {
    /**
     * [Output Only] Unique identifier for the resource; defined by the server.
     */
    id: string;
    /**
     * A list of InternalIpOwner resources.
     */
    items: Schema$InternalIpOwner[];
    /**
     * [Output Only] Type of resource. Always compute#ipOwnerList for lists of IP
     * owners.
     */
    kind: string;
    /**
     * [Output Only] This token allows you to get the next page of results for
     * list requests. If the number of results is larger than maxResults, use the
     * nextPageToken as a value for the query parameter pageToken in the next list
     * request. Subsequent list requests will have their own nextPageToken to
     * continue paging through the results.
     */
    nextPageToken: string;
    /**
     * [Output Only] Server-defined URL for this resource.
     */
    selfLink: string;
    /**
     * [Output Only] Informational warning message.
     */
    warning: any;
}
/**
 * A license resource.
 */
export interface Schema$License {
    /**
     * [Output Only] Deprecated. This field no longer reflects whether a license
     * charges a usage fee.
     */
    chargesUseFee: boolean;
    /**
     * [Output Only] Creation timestamp in RFC3339 text format.
     */
    creationTimestamp: string;
    /**
     * An optional textual description of the resource; provided by the client
     * when the resource is created.
     */
    description: string;
    /**
     * [Output Only] The unique identifier for the resource. This identifier is
     * defined by the server.
     */
    id: string;
    /**
     * [Output Only] Type of resource. Always compute#license for licenses.
     */
    kind: string;
    /**
     * [Output Only] The unique code used to attach this license to images,
     * snapshots, and disks.
     */
    licenseCode: string;
    /**
     * [Output Only] Name of the resource. The name is 1-63 characters long and
     * complies with RFC1035.
     */
    name: string;
    resourceRequirements: Schema$LicenseResourceRequirements;
    /**
     * [Output Only] Server-defined URL for the resource.
     */
    selfLink: string;
    /**
     * If false, licenses will not be copied from the source resource when
     * creating an image from a disk, disk from snapshot, or snapshot from disk.
     */
    transferable: boolean;
}
export interface Schema$LicenseCode {
    /**
     * [Output Only] Creation timestamp in RFC3339 text format.
     */
    creationTimestamp: string;
    /**
     * [Output Only] Description of this License Code.
     */
    description: string;
    /**
     * [Output Only] The unique identifier for the resource. This identifier is
     * defined by the server.
     */
    id: string;
    /**
     * [Output Only] Type of resource. Always compute#licenseCode for licenses.
     */
    kind: string;
    /**
     * [Output Only] URL and description aliases of Licenses with the same License
     * Code.
     */
    licenseAlias: Schema$LicenseCodeLicenseAlias[];
    /**
     * [Output Only] Name of the resource. The name is 1-20 characters long and
     * must be a valid 64 bit integer.
     */
    name: string;
    /**
     * [Output Only] Server-defined URL for the resource.
     */
    selfLink: string;
    /**
     * [Output Only] Current state of this License Code.
     */
    state: string;
    /**
     * [Output Only] If true, the license will remain attached when creating
     * images or snapshots from disks. Otherwise, the license is not transferred.
     */
    transferable: boolean;
}
export interface Schema$LicenseCodeLicenseAlias {
    /**
     * [Output Only] Description of this License Code.
     */
    description: string;
    /**
     * [Output Only] URL of license corresponding to this License Code.
     */
    selfLink: string;
}
export interface Schema$LicenseResourceRequirements {
    /**
     * Minimum number of guest cpus required to use the Instance. Enforced at
     * Instance creation and Instance start.
     */
    minGuestCpuCount: number;
    /**
     * Minimum memory required to use the Instance. Enforced at Instance creation
     * and Instance start.
     */
    minMemoryMb: number;
}
export interface Schema$LicensesListResponse {
    /**
     * [Output Only] Unique identifier for the resource; defined by the server.
     */
    id: string;
    /**
     * A list of License resources.
     */
    items: Schema$License[];
    /**
     * [Output Only] This token allows you to get the next page of results for
     * list requests. If the number of results is larger than maxResults, use the
     * nextPageToken as a value for the query parameter pageToken in the next list
     * request. Subsequent list requests will have their own nextPageToken to
     * continue paging through the results.
     */
    nextPageToken: string;
    /**
     * [Output Only] Server-defined URL for this resource.
     */
    selfLink: string;
    /**
     * [Output Only] Informational warning message.
     */
    warning: any;
}
/**
 * Specifies what kind of log the caller must write
 */
export interface Schema$LogConfig {
    /**
     * Cloud audit options.
     */
    cloudAudit: Schema$LogConfigCloudAuditOptions;
    /**
     * Counter options.
     */
    counter: Schema$LogConfigCounterOptions;
    /**
     * Data access options.
     */
    dataAccess: Schema$LogConfigDataAccessOptions;
}
/**
 * Write a Cloud Audit log
 */
export interface Schema$LogConfigCloudAuditOptions {
    /**
     * Information used by the Cloud Audit Logging pipeline.
     */
    authorizationLoggingOptions: Schema$AuthorizationLoggingOptions;
    /**
     * The log_name to populate in the Cloud Audit Record.
     */
    logName: string;
}
/**
 * Increment a streamz counter with the specified metric and field names. Metric
 * names should start with a &#39;/&#39;, generally be lowercase-only, and end
 * in &quot;_count&quot;. Field names should not contain an initial slash. The
 * actual exported metric names will have &quot;/iam/policy&quot; prepended.
 * Field names correspond to IAM request parameters and field values are their
 * respective values.  At present the only supported field names are -
 * &quot;iam_principal&quot;, corresponding to IAMContext.principal; -
 * &quot;&quot; (empty string), resulting in one aggretated counter with no
 * field.  Examples: counter { metric: &quot;/debug_access_count&quot; field:
 * &quot;iam_principal&quot; } ==&gt; increment counter
 * /iam/policy/backend_debug_access_count {iam_principal=[value of
 * IAMContext.principal]}  At this time we do not support: * multiple field
 * names (though this may be supported in the future) * decrementing the counter
 * * incrementing it by anything other than 1
 */
export interface Schema$LogConfigCounterOptions {
    /**
     * The field value to attribute.
     */
    field: string;
    /**
     * The metric to update.
     */
    metric: string;
}
/**
 * Write a Data Access (Gin) log
 */
export interface Schema$LogConfigDataAccessOptions {
    /**
     * Whether Gin logging should happen in a fail-closed manner at the caller.
     * This is relevant only in the LocalIAM implementation, for now.
     */
    logMode: string;
}
/**
 * A Machine Type resource. (== resource_for v1.machineTypes ==) (==
 * resource_for beta.machineTypes ==)
 */
export interface Schema$MachineType {
    /**
     * [Output Only] Creation timestamp in RFC3339 text format.
     */
    creationTimestamp: string;
    /**
     * [Output Only] The deprecation status associated with this machine type.
     */
    deprecated: Schema$DeprecationStatus;
    /**
     * [Output Only] An optional textual description of the resource.
     */
    description: string;
    /**
     * [Output Only] The number of virtual CPUs that are available to the
     * instance.
     */
    guestCpus: number;
    /**
     * [Output Only] The unique identifier for the resource. This identifier is
     * defined by the server.
     */
    id: string;
    /**
     * [Output Only] Whether this machine type has a shared CPU. See Shared-core
     * machine types for more information.
     */
    isSharedCpu: boolean;
    /**
     * [Output Only] The type of the resource. Always compute#machineType for
     * machine types.
     */
    kind: string;
    /**
     * [Output Only] Maximum persistent disks allowed.
     */
    maximumPersistentDisks: number;
    /**
     * [Output Only] Maximum total persistent disks size (GB) allowed.
     */
    maximumPersistentDisksSizeGb: string;
    /**
     * [Output Only] The amount of physical memory available to the instance,
     * defined in MB.
     */
    memoryMb: number;
    /**
     * [Output Only] Name of the resource.
     */
    name: string;
    /**
     * [Output Only] Server-defined URL for the resource.
     */
    selfLink: string;
    /**
     * [Output Only] The name of the zone where the machine type resides, such as
     * us-central1-a.
     */
    zone: string;
}
export interface Schema$MachineTypeAggregatedList {
    /**
     * [Output Only] Unique identifier for the resource; defined by the server.
     */
    id: string;
    /**
     * A list of MachineTypesScopedList resources.
     */
    items: any;
    /**
     * [Output Only] Type of resource. Always compute#machineTypeAggregatedList
     * for aggregated lists of machine types.
     */
    kind: string;
    /**
     * [Output Only] This token allows you to get the next page of results for
     * list requests. If the number of results is larger than maxResults, use the
     * nextPageToken as a value for the query parameter pageToken in the next list
     * request. Subsequent list requests will have their own nextPageToken to
     * continue paging through the results.
     */
    nextPageToken: string;
    /**
     * [Output Only] Server-defined URL for this resource.
     */
    selfLink: string;
    /**
     * [Output Only] Informational warning message.
     */
    warning: any;
}
/**
 * Contains a list of machine types.
 */
export interface Schema$MachineTypeList {
    /**
     * [Output Only] Unique identifier for the resource; defined by the server.
     */
    id: string;
    /**
     * A list of MachineType resources.
     */
    items: Schema$MachineType[];
    /**
     * [Output Only] Type of resource. Always compute#machineTypeList for lists of
     * machine types.
     */
    kind: string;
    /**
     * [Output Only] This token allows you to get the next page of results for
     * list requests. If the number of results is larger than maxResults, use the
     * nextPageToken as a value for the query parameter pageToken in the next list
     * request. Subsequent list requests will have their own nextPageToken to
     * continue paging through the results.
     */
    nextPageToken: string;
    /**
     * [Output Only] Server-defined URL for this resource.
     */
    selfLink: string;
    /**
     * [Output Only] Informational warning message.
     */
    warning: any;
}
export interface Schema$MachineTypesScopedList {
    /**
     * [Output Only] List of machine types contained in this scope.
     */
    machineTypes: Schema$MachineType[];
    /**
     * [Output Only] An informational warning that appears when the machine types
     * list is empty.
     */
    warning: any;
}
export interface Schema$MaintenancePoliciesList {
    /**
     * [Output Only] The unique identifier for the resource. This identifier is
     * defined by the server.
     */
    id: string;
    /**
     * [Output Only] A list of MaintenancePolicy resources.
     */
    items: Schema$MaintenancePolicy[];
    /**
     * [Output Only] Type of resource.Always compute#maintenancePoliciesList for
     * listsof maintenancePolicies
     */
    kind: string;
    /**
     * [Output Only] This token allows you to get the next page of results for
     * list requests. If the number of results is larger than maxResults, use the
     * nextPageToken as a value for the query parameter pageToken in the next list
     * request. Subsequent list requests will have their own nextPageToken to
     * continue paging through the results.
     */
    nextPageToken: string;
    /**
     * [Output Only] Server-defined URL for this resource.
     */
    selfLink: string;
    /**
     * [Output Only] Informational warning message.
     */
    warning: any;
}
export interface Schema$MaintenancePoliciesScopedList {
    /**
     * List of maintenancePolicies contained in this scope.
     */
    maintenancePolicies: Schema$MaintenancePolicy[];
    /**
     * Informational warning which replaces the list of maintenancePolicies when
     * the list is empty.
     */
    warning: any;
}
/**
 * A maintenance policy for an instance. This specifies what kind of maintenance
 * operations our infrastructure may perform on this instance and when.
 */
export interface Schema$MaintenancePolicy {
    /**
     * [Output Only] Creation timestamp in RFC3339 text format.
     */
    creationTimestamp: string;
    description: string;
    /**
     * [Output Only] The unique identifier for the resource. This identifier is
     * defined by the server.
     */
    id: string;
    /**
     * [Output Only] Type of the resource. Always compute#maintenance_policies for
     * maintenance policies.
     */
    kind: string;
    /**
     * The name of the resource, provided by the client when initially creating
     * the resource. The resource name must be 1-63 characters long, and comply
     * with RFC1035. Specifically, the name must be 1-63 characters long and match
     * the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first
     * character must be a lowercase letter, and all following characters must be
     * a dash, lowercase letter, or digit, except the last character, which cannot
     * be a dash.
     */
    name: string;
    region: string;
    /**
     * [Output Only] Server-defined fully-qualified URL for this resource.
     */
    selfLink: string;
    /**
     * Maintenance policy applicable to VMs for infrastructure maintenance.
     */
    vmMaintenancePolicy: Schema$VmMaintenancePolicy;
}
/**
 * Contains a list of maintenancePolicies.
 */
export interface Schema$MaintenancePolicyAggregatedList {
    /**
     * [Output Only] Unique identifier for the resource; defined by the server.
     */
    id: string;
    /**
     * A list of MaintenancePolicy resources.
     */
    items: any;
    /**
     * Type of resource.
     */
    kind: string;
    /**
     * [Output Only] This token allows you to get the next page of results for
     * list requests. If the number of results is larger than maxResults, use the
     * nextPageToken as a value for the query parameter pageToken in the next list
     * request. Subsequent list requests will have their own nextPageToken to
     * continue paging through the results.
     */
    nextPageToken: string;
    /**
     * [Output Only] Server-defined URL for this resource.
     */
    selfLink: string;
    /**
     * [Output Only] Informational warning message.
     */
    warning: any;
}
/**
 * A maintenance window for VMs and disks. When set, we restrict our maintenance
 * operations to this window.
 */
export interface Schema$MaintenanceWindow {
    dailyMaintenanceWindow: Schema$DailyMaintenanceWindow;
    hourlyMaintenanceWindow: Schema$HourlyMaintenanceWindow;
}
/**
 * Next available tag: 12
 */
export interface Schema$ManagedInstance {
    /**
     * [Output Only] The current action that the managed instance group has
     * scheduled for the instance. Possible values:  - NONE The instance is
     * running, and the managed instance group does not have any scheduled actions
     * for this instance.  - CREATING The managed instance group is creating this
     * instance. If the group fails to create this instance, it will try again
     * until it is successful.  - CREATING_WITHOUT_RETRIES The managed instance
     * group is attempting to create this instance only once. If the group fails
     * to create this instance, it does not try again and the group&#39;s
     * targetSize value is decreased instead.  - RECREATING The managed instance
     * group is recreating this instance.  - DELETING The managed instance group
     * is permanently deleting this instance.  - ABANDONING The managed instance
     * group is abandoning this instance. The instance will be removed from the
     * instance group and from any target pools that are associated with this
     * group.  - RESTARTING The managed instance group is restarting the instance.
     * - REFRESHING The managed instance group is applying configuration changes
     * to the instance without stopping it. For example, the group can update the
     * target pool list for an instance without stopping that instance.  -
     * VERIFYING The managed instance group has created the instance and it is in
     * the process of being verified.
     */
    currentAction: string;
    /**
     * [Output only] The unique identifier for this resource. This field is empty
     * when instance does not exist.
     */
    id: string;
    /**
     * [Output Only] The URL of the instance. The URL can exist even if the
     * instance has not yet been created.
     */
    instance: string;
    /**
     * [Output Only] The status of the instance. This field is empty when the
     * instance does not exist.
     */
    instanceStatus: string;
    /**
     * [Output Only] The intended template of the instance. This field is empty
     * when current_action is one of { DELETING, ABANDONING }.
     */
    instanceTemplate: string;
    /**
     * [Output Only] Information about the last attempt to create or delete the
     * instance.
     */
    lastAttempt: Schema$ManagedInstanceLastAttempt;
    /**
     * [Output Only] Override defined for this instance.
     */
    override: Schema$ManagedInstanceOverride;
    /**
     * [Output Only] Tag describing the version.
     */
    tag: string;
    /**
     * [Output Only] Intended version of this instance.
     */
    version: Schema$ManagedInstanceVersion;
}
export interface Schema$ManagedInstanceLastAttempt {
    /**
     * [Output Only] Encountered errors during the last attempt to create or
     * delete the instance.
     */
    errors: any;
}
/**
 * Overrides of stateful properties for a given instance
 */
export interface Schema$ManagedInstanceOverride {
    /**
     * Disk overrides defined for this instance. According to documentation the
     * maximum number of disks attached to an instance is 128:
     * https://cloud.google.com/compute/docs/disks/ However, compute API defines
     * the limit at 140, so this is what we check.
     */
    disks: Schema$ManagedInstanceOverrideDiskOverride[];
    /**
     * Metadata overrides defined for this instance. TODO(b/69785416) validate the
     * total length is &lt;9 KB
     */
    metadata: any[];
    /**
     * [Output Only] Indicates where does the override come from.
     */
    origin: string;
}
export interface Schema$ManagedInstanceOverrideDiskOverride {
    /**
     * The name of the device on the VM
     */
    deviceName: string;
    /**
     * The mode in which to attach this disk, either READ_WRITE or READ_ONLY. If
     * not specified, the default is to attach the disk in READ_WRITE mode.
     */
    mode: string;
    /**
     * The disk that is/will be mounted
     */
    source: string;
}
export interface Schema$ManagedInstanceVersion {
    /**
     * [Output Only] The intended template of the instance. This field is empty
     * when current_action is one of { DELETING, ABANDONING }.
     */
    instanceTemplate: string;
    /**
     * [Output Only] Name of the version.
     */
    name: string;
}
/**
 * A metadata key/value entry.
 */
export interface Schema$Metadata {
    /**
     * Specifies a fingerprint for this request, which is essentially a hash of
     * the metadata&#39;s contents and used for optimistic locking. The
     * fingerprint is initially generated by Compute Engine and changes after
     * every request to modify or update metadata. You must always provide an
     * up-to-date fingerprint hash in order to update or change metadata.
     */
    fingerprint: string;
    /**
     * Array of key/value pairs. The total size of all keys and values must be
     * less than 512 KB.
     */
    items: any[];
    /**
     * [Output Only] Type of the resource. Always compute#metadata for metadata.
     */
    kind: string;
}
/**
 * The named port. For example: .
 */
export interface Schema$NamedPort {
    /**
     * The name for this named port. The name must be 1-63 characters long, and
     * comply with RFC1035.
     */
    name: string;
    /**
     * The port number, which can be a value between 1 and 65535.
     */
    port: number;
}
/**
 * Represents a Network resource. Read Networks and Firewalls for more
 * information. (== resource_for v1.networks ==) (== resource_for beta.networks
 * ==)
 */
export interface Schema$Network {
    /**
     * When set to true, the network is created in &quot;auto subnet mode&quot;.
     * When set to false, the network is in &quot;custom subnet mode&quot;.  In
     * &quot;auto subnet mode&quot;, a newly created network is assigned the
     * default CIDR of 10.128.0.0/9 and it automatically creates one subnetwork
     * per region.
     */
    autoCreateSubnetworks: boolean;
    /**
     * [Output Only] Creation timestamp in RFC3339 text format.
     */
    creationTimestamp: string;
    /**
     * [Output Only] Type of VM-to-VM traffic encryption for this network.
     */
    crossVmEncryption: string;
    /**
     * An optional description of this resource. Provide this property when you
     * create the resource.
     */
    description: string;
    /**
     * A gateway address for default routing to other networks. This value is read
     * only and is selected by the Google Compute Engine, typically as the first
     * usable address in the IPv4Range.
     */
    gatewayIPv4: string;
    /**
     * [Output Only] The unique identifier for the resource. This identifier is
     * defined by the server.
     */
    id: string;
    /**
     * The range of internal addresses that are legal on this network. This range
     * is a CIDR specification, for example: 192.168.0.0/16. Provided by the
     * client when the network is created.
     */
    IPv4Range: string;
    /**
     * [Output Only] Type of the resource. Always compute#network for networks.
     */
    kind: string;
    /**
     * [Output Only] Type of LB-to-VM traffic encryption for this network.
     */
    loadBalancerVmEncryption: string;
    /**
     * Name of the resource. Provided by the client when the resource is created.
     * The name must be 1-63 characters long, and comply with RFC1035.
     * Specifically, the name must be 1-63 characters long and match the regular
     * expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character
     * must be a lowercase letter, and all following characters must be a dash,
     * lowercase letter, or digit, except the last character, which cannot be a
     * dash.
     */
    name: string;
    /**
     * [Output Only] List of network peerings for the resource.
     */
    peerings: Schema$NetworkPeering[];
    /**
     * The network-level routing configuration for this network. Used by Cloud
     * Router to determine what type of network-wide routing behavior to enforce.
     */
    routingConfig: Schema$NetworkRoutingConfig;
    /**
     * [Output Only] Server-defined URL for the resource.
     */
    selfLink: string;
    /**
     * [Output Only] Server-defined fully-qualified URLs for all subnetworks in
     * this network.
     */
    subnetworks: string[];
}
/**
 * The network endpoint.
 */
export interface Schema$NetworkEndpoint {
    /**
     * The name for a specific VM instance that the IP address belongs to. This is
     * required for network endpoints of type GCE_VM_IP and GCE_VM_IP_PORT. The
     * instance must be in the same zone of network endpoint group.  The name must
     * be 1-63 characters long, and comply with RFC1035.
     */
    instance: string;
    /**
     * Optional IPv4 address of network endpoint. The IP address must belong to a
     * VM in GCE (either the primary IP or as part of an aliased IP range). If the
     * IP address is not specified, then the primary IP address for the VM
     * instance in the network that the network endpoint group belongs to will be
     * used.
     */
    ipAddress: string;
    /**
     * Optional port number of network endpoint. If not specified and the
     * NetworkEndpointGroup.network_endpoint_type is GCE_IP_PORT, the defaultPort
     * for the network endpoint group will be used.
     */
    port: number;
}
/**
 * Represents a collection of network endpoints.
 */
export interface Schema$NetworkEndpointGroup {
    /**
     * [Output Only] Creation timestamp in RFC3339 text format.
     */
    creationTimestamp: string;
    /**
     * An optional description of this resource. Provide this property when you
     * create the resource.
     */
    description: string;
    /**
     * [Output Only] The unique identifier for the resource. This identifier is
     * defined by the server.
     */
    id: string;
    /**
     * [Output Only] Type of the resource. Always compute#networkEndpointGroup for
     * network endpoint group.
     */
    kind: string;
    /**
     * This field is only valid when the network endpoint group type is
     * LOAD_BALANCING.
     */
    loadBalancer: Schema$NetworkEndpointGroupLbNetworkEndpointGroup;
    /**
     * Name of the resource; provided by the client when the resource is created.
     * The name must be 1-63 characters long, and comply with RFC1035.
     * Specifically, the name must be 1-63 characters long and match the regular
     * expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character
     * must be a lowercase letter, and all following characters must be a dash,
     * lowercase letter, or digit, except the last character, which cannot be a
     * dash.
     */
    name: string;
    /**
     * Type of network endpoints in this network endpoint group. Only supported
     * values for LOAD_BALANCING are GCE_VM_IP or GCE_VM_IP_PORT.
     */
    networkEndpointType: string;
    /**
     * [Output Only] Server-defined URL for the resource.
     */
    selfLink: string;
    /**
     * [Output only] Number of network endpoints in the network endpoint group.
     */
    size: number;
    /**
     * Specify the type of this network endpoint group. Only LOAD_BALANCING is
     * valid for now.
     */
    type: string;
}
export interface Schema$NetworkEndpointGroupAggregatedList {
    /**
     * [Output Only] Unique identifier for the resource; defined by the server.
     */
    id: string;
    /**
     * A list of NetworkEndpointGroupsScopedList resources.
     */
    items: any;
    /**
     * [Output Only] The resource type, which is always
     * compute#networkEndpointGroupAggregatedList for aggregated lists of network
     * endpoint groups.
     */
    kind: string;
    /**
     * [Output Only] This token allows you to get the next page of results for
     * list requests. If the number of results is larger than maxResults, use the
     * nextPageToken as a value for the query parameter pageToken in the next list
     * request. Subsequent list requests will have their own nextPageToken to
     * continue paging through the results.
     */
    nextPageToken: string;
    /**
     * [Output Only] Server-defined URL for this resource.
     */
    selfLink: string;
    /**
     * [Output Only] Informational warning message.
     */
    warning: any;
}
/**
 * Load balancing specific fields for network endpoint group of type
 * LOAD_BALANCING.
 */
export interface Schema$NetworkEndpointGroupLbNetworkEndpointGroup {
    /**
     * The default port used if the port number is not specified in the network
     * endpoint. If the network endpoint type is GCE_VM_IP, this field must not be
     * specified.
     */
    defaultPort: number;
    /**
     * The URL of the network to which all network endpoints in the NEG belong.
     * Uses &quot;default&quot; project network if unspecified.
     */
    network: string;
    /**
     * Optional URL of the subnetwork to which all network endpoints in the NEG
     * belong.
     */
    subnetwork: string;
    /**
     * [Output Only] The URL of the zone where the network endpoint group is
     * located.
     */
    zone: string;
}
export interface Schema$NetworkEndpointGroupList {
    /**
     * [Output Only] Unique identifier for the resource; defined by the server.
     */
    id: string;
    /**
     * A list of NetworkEndpointGroup resources.
     */
    items: Schema$NetworkEndpointGroup[];
    /**
     * [Output Only] The resource type, which is always
     * compute#networkEndpointGroupList for network endpoint group lists.
     */
    kind: string;
    /**
     * [Output Only] This token allows you to get the next page of results for
     * list requests. If the number of results is larger than maxResults, use the
     * nextPageToken as a value for the query parameter pageToken in the next list
     * request. Subsequent list requests will have their own nextPageToken to
     * continue paging through the results.
     */
    nextPageToken: string;
    /**
     * [Output Only] Server-defined URL for this resource.
     */
    selfLink: string;
    /**
     * [Output Only] Informational warning message.
     */
    warning: any;
}
export interface Schema$NetworkEndpointGroupsAttachEndpointsRequest {
    /**
     * The list of network endpoints to be attached.
     */
    networkEndpoints: Schema$NetworkEndpoint[];
}
export interface Schema$NetworkEndpointGroupsDetachEndpointsRequest {
    /**
     * The list of network endpoints to be detached.
     */
    networkEndpoints: Schema$NetworkEndpoint[];
}
export interface Schema$NetworkEndpointGroupsListEndpointsRequest {
    /**
     * Optional query parameter for showing the health status of each network
     * endpoint. Valid options are SKIP or SHOW. If you don&#39;t specifiy this
     * parameter, the health status of network endpoints will not be provided.
     */
    healthStatus: string;
}
export interface Schema$NetworkEndpointGroupsListNetworkEndpoints {
    /**
     * [Output Only] Unique identifier for the resource; defined by the server.
     */
    id: string;
    /**
     * A list of NetworkEndpointWithHealthStatus resources.
     */
    items: Schema$NetworkEndpointWithHealthStatus[];
    /**
     * [Output Only] The resource type, which is always
     * compute#networkEndpointGroupsListNetworkEndpoints for the list of network
     * endpoints in the specified network endpoint group.
     */
    kind: string;
    /**
     * [Output Only] This token allows you to get the next page of results for
     * list requests. If the number of results is larger than maxResults, use the
     * nextPageToken as a value for the query parameter pageToken in the next list
     * request. Subsequent list requests will have their own nextPageToken to
     * continue paging through the results.
     */
    nextPageToken: string;
    /**
     * [Output Only] Informational warning message.
     */
    warning: any;
}
export interface Schema$NetworkEndpointGroupsScopedList {
    /**
     * [Output Only] The list of network endpoint groups that are contained in
     * this scope.
     */
    networkEndpointGroups: Schema$NetworkEndpointGroup[];
    /**
     * [Output Only] An informational warning that replaces the list of network
     * endpoint groups when the list is empty.
     */
    warning: any;
}
export interface Schema$NetworkEndpointWithHealthStatus {
    /**
     * [Output only] The health status of network endpoint;
     */
    healths: Schema$HealthStatusForNetworkEndpoint[];
    /**
     * [Output only] The network endpoint;
     */
    networkEndpoint: Schema$NetworkEndpoint;
}
/**
 * A network interface resource attached to an instance.
 */
export interface Schema$NetworkInterface {
    /**
     * An array of configurations for this interface. Currently, only one access
     * config, ONE_TO_ONE_NAT, is supported. If there are no accessConfigs
     * specified, then this instance will have no external internet access.
     */
    accessConfigs: Schema$AccessConfig[];
    /**
     * An array of alias IP ranges for this network interface. Can only be
     * specified for network interfaces on subnet-mode networks.
     */
    aliasIpRanges: Schema$AliasIpRange[];
    /**
     * Fingerprint hash of contents stored in this network interface. This field
     * will be ignored when inserting an Instance or adding a NetworkInterface. An
     * up-to-date fingerprint must be provided in order to update the
     * NetworkInterface.
     */
    fingerprint: string;
    /**
     * [Output Only] Type of the resource. Always compute#networkInterface for
     * network interfaces.
     */
    kind: string;
    /**
     * [Output Only] The name of the network interface, generated by the server.
     * For network devices, these are eth0, eth1, etc.
     */
    name: string;
    /**
     * URL of the network resource for this instance. When creating an instance,
     * if neither the network nor the subnetwork is specified, the default network
     * global/networks/default is used; if the network is not specified but the
     * subnetwork is specified, the network is inferred.  This field is optional
     * when creating a firewall rule. If not specified when creating a firewall
     * rule, the default network global/networks/default is used.  If you specify
     * this property, you can specify the network as a full or partial URL. For
     * example, the following are all valid URLs:   -
     * https://www.googleapis.com/compute/v1/projects/project/global/networks/network
     * - projects/project/global/networks/network  - global/networks/default
     */
    network: string;
    /**
     * An IPv4 internal network address to assign to the instance for this network
     * interface. If not specified by the user, an unused internal IP is assigned
     * by the system.
     */
    networkIP: string;
    /**
     * The URL of the Subnetwork resource for this instance. If the network
     * resource is in legacy mode, do not provide this property. If the network is
     * in auto subnet mode, providing the subnetwork is optional. If the network
     * is in custom subnet mode, then this field should be specified. If you
     * specify this property, you can specify the subnetwork as a full or partial
     * URL. For example, the following are all valid URLs:   -
     * https://www.googleapis.com/compute/v1/projects/project/regions/region/subnetworks/subnetwork
     * - regions/region/subnetworks/subnetwork
     */
    subnetwork: string;
}
/**
 * Contains a list of networks.
 */
export interface Schema$NetworkList {
    /**
     * [Output Only] Unique identifier for the resource; defined by the server.
     */
    id: string;
    /**
     * A list of Network resources.
     */
    items: Schema$Network[];
    /**
     * [Output Only] Type of resource. Always compute#networkList for lists of
     * networks.
     */
    kind: string;
    /**
     * [Output Only] This token allows you to get the next page of results for
     * list requests. If the number of results is larger than maxResults, use the
     * nextPageToken as a value for the query parameter pageToken in the next list
     * request. Subsequent list requests will have their own nextPageToken to
     * continue paging through the results.
     */
    nextPageToken: string;
    /**
     * [Output Only] Server-defined URL for this resource.
     */
    selfLink: string;
    /**
     * [Output Only] Informational warning message.
     */
    warning: any;
}
/**
 * A network peering attached to a network resource. The message includes the
 * peering name, peer network, peering state, and a flag indicating whether
 * Google Compute Engine should automatically create routes for the peering.
 */
export interface Schema$NetworkPeering {
    /**
     * Whether full mesh connectivity is created and managed automatically. When
     * it is set to true, Google Compute Engine will automatically create and
     * manage the routes between two networks when the state is ACTIVE. Otherwise,
     * user needs to create routes manually to route packets to peer network.
     */
    autoCreateRoutes: boolean;
    /**
     * Name of this peering. Provided by the client when the peering is created.
     * The name must comply with RFC1035. Specifically, the name must be 1-63
     * characters long and match regular expression `[a-z]([-a-z0-9]*[a-z0-9])?`
     * which means the first character must be a lowercase letter, and all the
     * following characters must be a dash, lowercase letter, or digit, except the
     * last character, which cannot be a dash.
     */
    name: string;
    /**
     * The URL of the peer network. It can be either full URL or partial URL. The
     * peer network may belong to a different project. If the partial URL does not
     * contain project, it is assumed that the peer network is in the same project
     * as the current network.
     */
    network: string;
    /**
     * [Output Only] State for the peering.
     */
    state: string;
    /**
     * [Output Only] Details about the current state of the peering.
     */
    stateDetails: string;
}
/**
 * A routing configuration attached to a network resource. The message includes
 * the list of routers associated with the network, and a flag indicating the
 * type of routing behavior to enforce network-wide.
 */
export interface Schema$NetworkRoutingConfig {
    /**
     * The network-wide routing mode to use. If set to REGIONAL, this
     * network&#39;s cloud routers will only advertise routes with subnetworks of
     * this network in the same region as the router. If set to GLOBAL, this
     * network&#39;s cloud routers will advertise routes with all subnetworks of
     * this network, across regions.
     */
    routingMode: string;
}
export interface Schema$NetworksAddPeeringRequest {
    /**
     * Whether Google Compute Engine manages the routes automatically.
     */
    autoCreateRoutes: boolean;
    /**
     * Name of the peering, which should conform to RFC1035.
     */
    name: string;
    /**
     * URL of the peer network. It can be either full URL or partial URL. The peer
     * network may belong to a different project. If the partial URL does not
     * contain project, it is assumed that the peer network is in the same project
     * as the current network.
     */
    peerNetwork: string;
}
export interface Schema$NetworksRemovePeeringRequest {
    /**
     * Name of the peering, which should conform to RFC1035.
     */
    name: string;
}
/**
 * An Operation resource, used to manage asynchronous API requests. (==
 * resource_for v1.globalOperations ==) (== resource_for beta.globalOperations
 * ==) (== resource_for v1.regionOperations ==) (== resource_for
 * beta.regionOperations ==) (== resource_for v1.zoneOperations ==) (==
 * resource_for beta.zoneOperations ==)
 */
export interface Schema$Operation {
    /**
     * [Output Only] Reserved for future use.
     */
    clientOperationId: string;
    /**
     * [Deprecated] This field is deprecated.
     */
    creationTimestamp: string;
    /**
     * [Output Only] A textual description of the operation, which is set when the
     * operation is created.
     */
    description: string;
    /**
     * [Output Only] The time that this operation was completed. This value is in
     * RFC3339 text format.
     */
    endTime: string;
    /**
     * [Output Only] If errors are generated during processing of the operation,
     * this field will be populated.
     */
    error: any;
    /**
     * [Output Only] If the operation fails, this field contains the HTTP error
     * message that was returned, such as NOT FOUND.
     */
    httpErrorMessage: string;
    /**
     * [Output Only] If the operation fails, this field contains the HTTP error
     * status code that was returned. For example, a 404 means the resource was
     * not found.
     */
    httpErrorStatusCode: number;
    /**
     * [Output Only] The unique identifier for the resource. This identifier is
     * defined by the server.
     */
    id: string;
    /**
     * [Output Only] The time that this operation was requested. This value is in
     * RFC3339 text format.
     */
    insertTime: string;
    /**
     * [Output Only] Type of the resource. Always compute#operation for Operation
     * resources.
     */
    kind: string;
    /**
     * [Output Only] Name of the resource.
     */
    name: string;
    /**
     * [Output Only] The type of operation, such as insert, update, or delete, and
     * so on.
     */
    operationType: string;
    /**
     * [Output Only] An optional progress indicator that ranges from 0 to 100.
     * There is no requirement that this be linear or support any granularity of
     * operations. This should not be used to guess when the operation will be
     * complete. This number should monotonically increase as the operation
     * progresses.
     */
    progress: number;
    /**
     * [Output Only] The URL of the region where the operation resides. Only
     * available when performing regional operations. You must specify this field
     * as part of the HTTP request URL. It is not settable as a field in the
     * request body.
     */
    region: string;
    /**
     * [Output Only] Server-defined URL for the resource.
     */
    selfLink: string;
    /**
     * [Output Only] The time that this operation was started by the server. This
     * value is in RFC3339 text format.
     */
    startTime: string;
    /**
     * [Output Only] The status of the operation, which can be one of the
     * following: PENDING, RUNNING, or DONE.
     */
    status: string;
    /**
     * [Output Only] An optional textual description of the current status of the
     * operation.
     */
    statusMessage: string;
    /**
     * [Output Only] The unique target ID, which identifies a specific incarnation
     * of the target resource.
     */
    targetId: string;
    /**
     * [Output Only] The URL of the resource that the operation modifies. For
     * operations related to creating a snapshot, this points to the persistent
     * disk that the snapshot was created from.
     */
    targetLink: string;
    /**
     * [Output Only] User who requested the operation, for example:
     * user@example.com.
     */
    user: string;
    /**
     * [Output Only] If warning messages are generated during processing of the
     * operation, this field will be populated.
     */
    warnings: any[];
    /**
     * [Output Only] The URL of the zone where the operation resides. Only
     * available when performing per-zone operations. You must specify this field
     * as part of the HTTP request URL. It is not settable as a field in the
     * request body.
     */
    zone: string;
}
export interface Schema$OperationAggregatedList {
    /**
     * [Output Only] The unique identifier for the resource. This identifier is
     * defined by the server.
     */
    id: string;
    /**
     * [Output Only] A map of scoped operation lists.
     */
    items: any;
    /**
     * [Output Only] Type of resource. Always compute#operationAggregatedList for
     * aggregated lists of operations.
     */
    kind: string;
    /**
     * [Output Only] This token allows you to get the next page of results for
     * list requests. If the number of results is larger than maxResults, use the
     * nextPageToken as a value for the query parameter pageToken in the next list
     * request. Subsequent list requests will have their own nextPageToken to
     * continue paging through the results.
     */
    nextPageToken: string;
    /**
     * [Output Only] Server-defined URL for this resource.
     */
    selfLink: string;
    /**
     * [Output Only] Informational warning message.
     */
    warning: any;
}
/**
 * Contains a list of Operation resources.
 */
export interface Schema$OperationList {
    /**
     * [Output Only] The unique identifier for the resource. This identifier is
     * defined by the server.
     */
    id: string;
    /**
     * [Output Only] A list of Operation resources.
     */
    items: Schema$Operation[];
    /**
     * [Output Only] Type of resource. Always compute#operations for Operations
     * resource.
     */
    kind: string;
    /**
     * [Output Only] This token allows you to get the next page of results for
     * list requests. If the number of results is larger than maxResults, use the
     * nextPageToken as a value for the query parameter pageToken in the next list
     * request. Subsequent list requests will have their own nextPageToken to
     * continue paging through the results.
     */
    nextPageToken: string;
    /**
     * [Output Only] Server-defined URL for this resource.
     */
    selfLink: string;
    /**
     * [Output Only] Informational warning message.
     */
    warning: any;
}
export interface Schema$OperationsScopedList {
    /**
     * [Output Only] List of operations contained in this scope.
     */
    operations: Schema$Operation[];
    /**
     * [Output Only] Informational warning which replaces the list of operations
     * when the list is empty.
     */
    warning: any;
}
/**
 * A matcher for the path portion of the URL. The BackendService from the
 * longest-matched rule will serve the URL. If no rule was matched, the default
 * service will be used.
 */
export interface Schema$PathMatcher {
    /**
     * The full or partial URL to the BackendService resource. This will be used
     * if none of the pathRules defined by this PathMatcher is matched by the
     * URL&#39;s path portion. For example, the following are all valid URLs to a
     * BackendService resource:   -
     * https://www.googleapis.com/compute/v1/projects/project/global/backendServices/backendService
     * - compute/v1/projects/project/global/backendServices/backendService  -
     * global/backendServices/backendService
     */
    defaultService: string;
    /**
     * An optional description of this resource. Provide this property when you
     * create the resource.
     */
    description: string;
    /**
     * The name to which this PathMatcher is referred by the HostRule.
     */
    name: string;
    /**
     * The list of path rules.
     */
    pathRules: Schema$PathRule[];
}
/**
 * A path-matching rule for a URL. If matched, will use the specified
 * BackendService to handle the traffic arriving at this URL.
 */
export interface Schema$PathRule {
    /**
     * The list of path patterns to match. Each must start with / and the only
     * place a * is allowed is at the end following a /. The string fed to the
     * path matcher does not include any text after the first ? or #, and those
     * chars are not allowed here.
     */
    paths: string[];
    /**
     * The URL of the BackendService resource if this rule is matched.
     */
    service: string;
}
export interface Schema$PerInstanceConfig {
    /**
     * The URL of the instance. Serves as a merge key during
     * UpdatePerInstanceConfigs operation.
     */
    instance: string;
    override: Schema$ManagedInstanceOverride;
}
/**
 * Defines an Identity and Access Management (IAM) policy. It is used to specify
 * access control policies for Cloud Platform resources.    A `Policy` consists
 * of a list of `bindings`. A `Binding` binds a list of `members` to a `role`,
 * where the members can be user accounts, Google groups, Google domains, and
 * service accounts. A `role` is a named list of permissions defined by IAM.
 * **Example**  { &quot;bindings&quot;: [ { &quot;role&quot;:
 * &quot;roles/owner&quot;, &quot;members&quot;: [
 * &quot;user:mike@example.com&quot;, &quot;group:admins@example.com&quot;,
 * &quot;domain:google.com&quot;,
 * &quot;serviceAccount:my-other-app@appspot.gserviceaccount.com&quot;, ] }, {
 * &quot;role&quot;: &quot;roles/viewer&quot;, &quot;members&quot;:
 * [&quot;user:sean@example.com&quot;] } ] }  For a description of IAM and its
 * features, see the [IAM developer&#39;s
 * guide](https://cloud.google.com/iam/docs).
 */
export interface Schema$Policy {
    /**
     * Specifies cloud audit logging configuration for this policy.
     */
    auditConfigs: Schema$AuditConfig[];
    /**
     * Associates a list of `members` to a `role`. `bindings` with no members will
     * result in an error.
     */
    bindings: Schema$Binding[];
    /**
     * `etag` is used for optimistic concurrency control as a way to help prevent
     * simultaneous updates of a policy from overwriting each other. It is
     * strongly suggested that systems make use of the `etag` in the
     * read-modify-write cycle to perform policy updates in order to avoid race
     * conditions: An `etag` is returned in the response to `getIamPolicy`, and
     * systems are expected to put that etag in the request to `setIamPolicy` to
     * ensure that their change will be applied to the same version of the policy.
     * If no `etag` is provided in the call to `setIamPolicy`, then the existing
     * policy is overwritten blindly.
     */
    etag: string;
    iamOwned: boolean;
    /**
     * If more than one rule is specified, the rules are applied in the following
     * manner: - All matching LOG rules are always applied. - If any
     * DENY/DENY_WITH_LOG rule matches, permission is denied. Logging will be
     * applied if one or more matching rule requires logging. - Otherwise, if any
     * ALLOW/ALLOW_WITH_LOG rule matches, permission is granted. Logging will be
     * applied if one or more matching rule requires logging. - Otherwise, if no
     * rule applies, permission is denied.
     */
    rules: Schema$Rule[];
    /**
     * Deprecated.
     */
    version: number;
}
/**
 * A Project resource. For an overview of projects, see  Cloud Platform Resource
 * Hierarchy. (== resource_for v1.projects ==) (== resource_for beta.projects
 * ==)
 */
export interface Schema$Project {
    /**
     * Metadata key/value pairs available to all instances contained in this
     * project. See Custom metadata for more information.
     */
    commonInstanceMetadata: Schema$Metadata;
    /**
     * [Output Only] Creation timestamp in RFC3339 text format.
     */
    creationTimestamp: string;
    /**
     * This signifies the default network tier used for configuring resources of
     * the project and can only take the following values: PREMIUM, STANDARD.
     * Initially the default network tier is PREMIUM.
     */
    defaultNetworkTier: string;
    /**
     * [Output Only] Default service account used by VMs running in this project.
     */
    defaultServiceAccount: string;
    /**
     * An optional textual description of the resource.
     */
    description: string;
    /**
     * Restricted features enabled for use on this project.
     */
    enabledFeatures: string[];
    /**
     * [Output Only] The unique identifier for the resource. This identifier is
     * defined by the server. This is not the project ID, and is just a unique ID
     * used by Compute Engine to identify resources.
     */
    id: string;
    /**
     * [Output Only] Type of the resource. Always compute#project for projects.
     */
    kind: string;
    /**
     * The project ID. For example: my-example-project. Use the project ID to make
     * requests to Compute Engine.
     */
    name: string;
    /**
     * [Output Only] Quotas assigned to this project.
     */
    quotas: Schema$Quota[];
    /**
     * [Output Only] Server-defined URL for the resource.
     */
    selfLink: string;
    /**
     * The naming prefix for daily usage reports and the Google Cloud Storage
     * bucket where they are stored.
     */
    usageExportLocation: Schema$UsageExportLocation;
    /**
     * [Output Only] The role this project has in a shared VPC configuration.
     * Currently only HOST projects are differentiated.
     */
    xpnProjectStatus: string;
}
export interface Schema$ProjectsDisableXpnResourceRequest {
    /**
     * Service resource (a.k.a service project) ID.
     */
    xpnResource: Schema$XpnResourceId;
}
export interface Schema$ProjectsEnableXpnResourceRequest {
    /**
     * Service resource (a.k.a service project) ID.
     */
    xpnResource: Schema$XpnResourceId;
}
export interface Schema$ProjectsGetXpnResources {
    /**
     * [Output Only] Type of resource. Always compute#projectsGetXpnResources for
     * lists of service resources (a.k.a service projects)
     */
    kind: string;
    /**
     * [Output Only] This token allows you to get the next page of results for
     * list requests. If the number of results is larger than maxResults, use the
     * nextPageToken as a value for the query parameter pageToken in the next list
     * request. Subsequent list requests will have their own nextPageToken to
     * continue paging through the results.
     */
    nextPageToken: string;
    /**
     * Service resources (a.k.a service projects) attached to this project as
     * their shared VPC host.
     */
    resources: Schema$XpnResourceId[];
}
export interface Schema$ProjectsListXpnHostsRequest {
    /**
     * Optional organization ID managed by Cloud Resource Manager, for which to
     * list shared VPC host projects. If not specified, the organization will be
     * inferred from the project.
     */
    organization: string;
}
export interface Schema$ProjectsSetDefaultNetworkTierRequest {
    /**
     * Default network tier to be set.
     */
    networkTier: string;
}
export interface Schema$ProjectsSetDefaultServiceAccountRequest {
    /**
     * Email address of the service account.
     */
    email: string;
}
/**
 * A quotas entry.
 */
export interface Schema$Quota {
    /**
     * [Output Only] Quota limit for this metric.
     */
    limit: number;
    /**
     * [Output Only] Name of the quota metric.
     */
    metric: string;
    /**
     * [Output Only] Current usage of this metric.
     */
    usage: number;
}
/**
 * Represents a reference to a resource.
 */
export interface Schema$Reference {
    /**
     * [Output Only] Type of the resource. Always compute#reference for
     * references.
     */
    kind: string;
    /**
     * A description of the reference type with no implied semantics. Possible
     * values include:   - MEMBER_OF
     */
    referenceType: string;
    /**
     * URL of the resource which refers to the target.
     */
    referrer: string;
    /**
     * URL of the resource to which this reference points.
     */
    target: string;
}
/**
 * Region resource. (== resource_for beta.regions ==) (== resource_for
 * v1.regions ==)
 */
export interface Schema$Region {
    /**
     * [Output Only] Creation timestamp in RFC3339 text format.
     */
    creationTimestamp: string;
    /**
     * [Output Only] The deprecation status associated with this region.
     */
    deprecated: Schema$DeprecationStatus;
    /**
     * [Output Only] Textual description of the resource.
     */
    description: string;
    /**
     * [Output Only] The unique identifier for the resource. This identifier is
     * defined by the server.
     */
    id: string;
    /**
     * [Output Only] Type of the resource. Always compute#region for regions.
     */
    kind: string;
    /**
     * [Output Only] Name of the resource.
     */
    name: string;
    /**
     * [Output Only] Quotas assigned to this region.
     */
    quotas: Schema$Quota[];
    /**
     * [Output Only] Server-defined URL for the resource.
     */
    selfLink: string;
    /**
     * [Output Only] Status of the region, either UP or DOWN.
     */
    status: string;
    /**
     * [Output Only] A list of zones available in this region, in the form of
     * resource URLs.
     */
    zones: string[];
}
/**
 * Contains a list of autoscalers.
 */
export interface Schema$RegionAutoscalerList {
    /**
     * [Output Only] Unique identifier for the resource; defined by the server.
     */
    id: string;
    /**
     * A list of Autoscaler resources.
     */
    items: Schema$Autoscaler[];
    /**
     * Type of resource.
     */
    kind: string;
    /**
     * [Output Only] This token allows you to get the next page of results for
     * list requests. If the number of results is larger than maxResults, use the
     * nextPageToken as a value for the query parameter pageToken in the next list
     * request. Subsequent list requests will have their own nextPageToken to
     * continue paging through the results.
     */
    nextPageToken: string;
    /**
     * [Output Only] Server-defined URL for this resource.
     */
    selfLink: string;
    /**
     * [Output Only] Informational warning message.
     */
    warning: any;
}
export interface Schema$RegionDisksResizeRequest {
    /**
     * The new size of the regional persistent disk, which is specified in GB.
     */
    sizeGb: string;
}
export interface Schema$RegionDiskTypeList {
    /**
     * [Output Only] Unique identifier for the resource; defined by the server.
     */
    id: string;
    /**
     * A list of DiskType resources.
     */
    items: Schema$DiskType[];
    /**
     * [Output Only] Type of resource. Always compute#regionDiskTypeList for
     * region disk types.
     */
    kind: string;
    /**
     * [Output Only] This token allows you to get the next page of results for
     * list requests. If the number of results is larger than maxResults, use the
     * nextPageToken as a value for the query parameter pageToken in the next list
     * request. Subsequent list requests will have their own nextPageToken to
     * continue paging through the results.
     */
    nextPageToken: string;
    /**
     * [Output Only] Server-defined URL for this resource.
     */
    selfLink: string;
    /**
     * [Output Only] Informational warning message.
     */
    warning: any;
}
/**
 * Contains a list of InstanceGroup resources.
 */
export interface Schema$RegionInstanceGroupList {
    /**
     * [Output Only] Unique identifier for the resource; defined by the server.
     */
    id: string;
    /**
     * A list of InstanceGroup resources.
     */
    items: Schema$InstanceGroup[];
    /**
     * The resource type.
     */
    kind: string;
    /**
     * [Output Only] This token allows you to get the next page of results for
     * list requests. If the number of results is larger than maxResults, use the
     * nextPageToken as a value for the query parameter pageToken in the next list
     * request. Subsequent list requests will have their own nextPageToken to
     * continue paging through the results.
     */
    nextPageToken: string;
    /**
     * [Output Only] Server-defined URL for this resource.
     */
    selfLink: string;
    /**
     * [Output Only] Informational warning message.
     */
    warning: any;
}
/**
 * RegionInstanceGroupManagers.deletePerInstanceConfigs
 */
export interface Schema$RegionInstanceGroupManagerDeleteInstanceConfigReq {
    /**
     * The list of instances for which we want to delete per-instance configs on
     * this managed instance group.
     */
    instances: string[];
}
/**
 * Contains a list of managed instance groups.
 */
export interface Schema$RegionInstanceGroupManagerList {
    /**
     * [Output Only] Unique identifier for the resource; defined by the server.
     */
    id: string;
    /**
     * A list of InstanceGroupManager resources.
     */
    items: Schema$InstanceGroupManager[];
    /**
     * [Output Only] The resource type, which is always
     * compute#instanceGroupManagerList for a list of managed instance groups that
     * exist in th regional scope.
     */
    kind: string;
    /**
     * [Output Only] This token allows you to get the next page of results for
     * list requests. If the number of results is larger than maxResults, use the
     * nextPageToken as a value for the query parameter pageToken in the next list
     * request. Subsequent list requests will have their own nextPageToken to
     * continue paging through the results.
     */
    nextPageToken: string;
    /**
     * [Output Only] Server-defined URL for this resource.
     */
    selfLink: string;
    /**
     * [Output Only] Informational warning message.
     */
    warning: any;
}
export interface Schema$RegionInstanceGroupManagersAbandonInstancesRequest {
    /**
     * The URLs of one or more instances to abandon. This can be a full URL or a
     * partial URL, such as zones/[ZONE]/instances/[INSTANCE_NAME].
     */
    instances: string[];
}
/**
 * InstanceGroupManagers.applyUpdatesToInstances
 */
export interface Schema$RegionInstanceGroupManagersApplyUpdatesRequest {
    /**
     * The list of instances for which we want to apply changes on this managed
     * instance group.
     */
    instances: string[];
    /**
     * The maximal action that should be perfomed on the instances. By default
     * REPLACE.
     */
    maximalAction: string;
    /**
     * The minimal action that should be perfomed on the instances. By default
     * NONE.
     */
    minimalAction: string;
}
export interface Schema$RegionInstanceGroupManagersDeleteInstancesRequest {
    /**
     * The URLs of one or more instances to delete. This can be a full URL or a
     * partial URL, such as zones/[ZONE]/instances/[INSTANCE_NAME].
     */
    instances: string[];
}
export interface Schema$RegionInstanceGroupManagersListInstanceConfigsResp {
    /**
     * [Output Only] The list of PerInstanceConfig.
     */
    items: Schema$PerInstanceConfig[];
    /**
     * [Output Only] This token allows you to get the next page of results for
     * list requests. If the number of results is larger than maxResults, use the
     * nextPageToken as a value for the query parameter pageToken in the next list
     * request. Subsequent list requests will have their own nextPageToken to
     * continue paging through the results.
     */
    nextPageToken: string;
    /**
     * [Output Only] Informational warning message.
     */
    warning: any;
}
export interface Schema$RegionInstanceGroupManagersListInstancesResponse {
    /**
     * List of managed instances.
     */
    managedInstances: Schema$ManagedInstance[];
    /**
     * [Output Only] This token allows you to get the next page of results for
     * list requests. If the number of results is larger than maxResults, use the
     * nextPageToken as a value for the query parameter pageToken in the next list
     * request. Subsequent list requests will have their own nextPageToken to
     * continue paging through the results.
     */
    nextPageToken: string;
}
export interface Schema$RegionInstanceGroupManagersRecreateRequest {
    /**
     * The URLs of one or more instances to recreate. This can be a full URL or a
     * partial URL, such as zones/[ZONE]/instances/[INSTANCE_NAME].
     */
    instances: string[];
}
export interface Schema$RegionInstanceGroupManagersSetAutoHealingRequest {
    autoHealingPolicies: Schema$InstanceGroupManagerAutoHealingPolicy[];
}
export interface Schema$RegionInstanceGroupManagersSetTargetPoolsRequest {
    /**
     * Fingerprint of the target pools information, which is a hash of the
     * contents. This field is used for optimistic locking when you update the
     * target pool entries. This field is optional.
     */
    fingerprint: string;
    /**
     * The URL of all TargetPool resources to which instances in the instanceGroup
     * field are added. The target pools automatically apply to all of the
     * instances in the managed instance group.
     */
    targetPools: string[];
}
export interface Schema$RegionInstanceGroupManagersSetTemplateRequest {
    /**
     * URL of the InstanceTemplate resource from which all new instances will be
     * created.
     */
    instanceTemplate: string;
}
/**
 * RegionInstanceGroupManagers.updatePerInstanceConfigs
 */
export interface Schema$RegionInstanceGroupManagerUpdateInstanceConfigReq {
    /**
     * The list of per-instance configs to insert or patch on this managed
     * instance group.
     */
    perInstanceConfigs: Schema$PerInstanceConfig[];
}
export interface Schema$RegionInstanceGroupsListInstances {
    /**
     * [Output Only] Unique identifier for the resource; defined by the server.
     */
    id: string;
    /**
     * A list of InstanceWithNamedPorts resources.
     */
    items: Schema$InstanceWithNamedPorts[];
    /**
     * The resource type.
     */
    kind: string;
    /**
     * [Output Only] This token allows you to get the next page of results for
     * list requests. If the number of results is larger than maxResults, use the
     * nextPageToken as a value for the query parameter pageToken in the next list
     * request. Subsequent list requests will have their own nextPageToken to
     * continue paging through the results.
     */
    nextPageToken: string;
    /**
     * [Output Only] Server-defined URL for this resource.
     */
    selfLink: string;
    /**
     * [Output Only] Informational warning message.
     */
    warning: any;
}
export interface Schema$RegionInstanceGroupsListInstancesRequest {
    /**
     * Instances in which state should be returned. Valid options are:
     * &#39;ALL&#39;, &#39;RUNNING&#39;. By default, it lists all instances.
     */
    instanceState: string;
    /**
     * Name of port user is interested in. It is optional. If it is set, only
     * information about this ports will be returned. If it is not set, all the
     * named ports will be returned. Always lists all instances.
     */
    portName: string;
}
export interface Schema$RegionInstanceGroupsSetNamedPortsRequest {
    /**
     * The fingerprint of the named ports information for this instance group. Use
     * this optional property to prevent conflicts when multiple users change the
     * named ports settings concurrently. Obtain the fingerprint with the
     * instanceGroups.get method. Then, include the fingerprint in your request to
     * ensure that you do not overwrite changes that were applied from another
     * concurrent request.
     */
    fingerprint: string;
    /**
     * The list of named ports to set for this instance group.
     */
    namedPorts: Schema$NamedPort[];
}
/**
 * Contains a list of region resources.
 */
export interface Schema$RegionList {
    /**
     * [Output Only] Unique identifier for the resource; defined by the server.
     */
    id: string;
    /**
     * A list of Region resources.
     */
    items: Schema$Region[];
    /**
     * [Output Only] Type of resource. Always compute#regionList for lists of
     * regions.
     */
    kind: string;
    /**
     * [Output Only] This token allows you to get the next page of results for
     * list requests. If the number of results is larger than maxResults, use the
     * nextPageToken as a value for the query parameter pageToken in the next list
     * request. Subsequent list requests will have their own nextPageToken to
     * continue paging through the results.
     */
    nextPageToken: string;
    /**
     * [Output Only] Server-defined URL for this resource.
     */
    selfLink: string;
    /**
     * [Output Only] Informational warning message.
     */
    warning: any;
}
export interface Schema$RegionSetLabelsRequest {
    /**
     * The fingerprint of the previous set of labels for this resource, used to
     * detect conflicts. The fingerprint is initially generated by Compute Engine
     * and changes after every request to modify or update labels. You must always
     * provide an up-to-date fingerprint hash in order to update or change labels.
     * Make a get() request to the resource to get the latest fingerprint.
     */
    labelFingerprint: string;
    /**
     * The labels to set for this resource.
     */
    labels: any;
}
export interface Schema$RegionUrlMapsValidateRequest {
    /**
     * Content of the UrlMap to be validated.
     */
    resource: Schema$UrlMap;
}
/**
 * Commitment for a particular resource (a Commitment is composed of one or more
 * of these).
 */
export interface Schema$ResourceCommitment {
    /**
     * The amount of the resource purchased (in a type-dependent unit, such as
     * bytes). For vCPUs, this can just be an integer. For memory, this must be
     * provided in MB. Memory must be a multiple of 256 MB, with up to 6.5GB of
     * memory per every vCPU.
     */
    amount: string;
    /**
     * Type of resource for which this commitment applies. Possible values are
     * VCPU and MEMORY
     */
    type: string;
}
export interface Schema$ResourceGroupReference {
    /**
     * A URI referencing one of the instance groups listed in the backend service.
     */
    group: string;
}
/**
 * Represents a Route resource. A route specifies how certain packets should be
 * handled by the network. Routes are associated with instances by tags and the
 * set of routes for a particular instance is called its routing table.  For
 * each packet leaving an instance, the system searches that instance&#39;s
 * routing table for a single best matching route. Routes match packets by
 * destination IP address, preferring smaller or more specific ranges over
 * larger ones. If there is a tie, the system selects the route with the
 * smallest priority value. If there is still a tie, it uses the layer three and
 * four packet headers to select just one of the remaining matching routes. The
 * packet is then forwarded as specified by the nextHop field of the winning
 * route - either to another instance destination, an instance gateway, or a
 * Google Compute Engine-operated gateway.  Packets that do not match any route
 * in the sending instance&#39;s routing table are dropped. (== resource_for
 * beta.routes ==) (== resource_for v1.routes ==)
 */
export interface Schema$Route {
    /**
     * [Output Only] Creation timestamp in RFC3339 text format.
     */
    creationTimestamp: string;
    /**
     * An optional description of this resource. Provide this property when you
     * create the resource.
     */
    description: string;
    /**
     * The destination range of outgoing packets that this route applies to. Only
     * IPv4 is supported.
     */
    destRange: string;
    /**
     * [Output Only] The unique identifier for the resource. This identifier is
     * defined by the server.
     */
    id: string;
    /**
     * [Output Only] Type of this resource. Always compute#routes for Route
     * resources.
     */
    kind: string;
    /**
     * Name of the resource. Provided by the client when the resource is created.
     * The name must be 1-63 characters long, and comply with RFC1035.
     * Specifically, the name must be 1-63 characters long and match the regular
     * expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character
     * must be a lowercase letter, and all following characters must be a dash,
     * lowercase letter, or digit, except the last character, which cannot be a
     * dash.
     */
    name: string;
    /**
     * Fully-qualified URL of the network that this route applies to.
     */
    network: string;
    /**
     * The URL to a gateway that should handle matching packets. You can only
     * specify the internet gateway using a full or partial valid URL:
     * projects/&lt;project-id&gt;/global/gateways/default-internet-gateway
     */
    nextHopGateway: string;
    /**
     * The URL to an instance that should handle matching packets. You can specify
     * this as a full or partial URL. For example:
     * https://www.googleapis.com/compute/v1/projects/project/zones/zone/instances/
     */
    nextHopInstance: string;
    /**
     * The network IP address of an instance that should handle matching packets.
     * Only IPv4 is supported.
     */
    nextHopIp: string;
    /**
     * The URL of the local network if it should handle matching packets.
     */
    nextHopNetwork: string;
    /**
     * [Output Only] The network peering name that should handle matching packets,
     * which should conform to RFC1035.
     */
    nextHopPeering: string;
    /**
     * The URL to a VpnTunnel that should handle matching packets.
     */
    nextHopVpnTunnel: string;
    /**
     * The priority of this route. Priority is used to break ties in cases where
     * there is more than one matching route of equal prefix length. In the case
     * of two routes with equal prefix length, the one with the lowest-numbered
     * priority value wins. Default value is 1000. Valid range is 0 through 65535.
     */
    priority: number;
    /**
     * [Output Only] Server-defined fully-qualified URL for this resource.
     */
    selfLink: string;
    /**
     * A list of instance tags to which this route applies.
     */
    tags: string[];
    /**
     * [Output Only] If potential misconfigurations are detected for this route,
     * this field will be populated with warning messages.
     */
    warnings: any[];
}
/**
 * Contains a list of Route resources.
 */
export interface Schema$RouteList {
    /**
     * [Output Only] Unique identifier for the resource; defined by the server.
     */
    id: string;
    /**
     * A list of Route resources.
     */
    items: Schema$Route[];
    /**
     * Type of resource.
     */
    kind: string;
    /**
     * [Output Only] This token allows you to get the next page of results for
     * list requests. If the number of results is larger than maxResults, use the
     * nextPageToken as a value for the query parameter pageToken in the next list
     * request. Subsequent list requests will have their own nextPageToken to
     * continue paging through the results.
     */
    nextPageToken: string;
    /**
     * [Output Only] Server-defined URL for this resource.
     */
    selfLink: string;
    /**
     * [Output Only] Informational warning message.
     */
    warning: any;
}
/**
 * Router resource.
 */
export interface Schema$Router {
    /**
     * BGP information specific to this router.
     */
    bgp: Schema$RouterBgp;
    /**
     * BGP information that needs to be configured into the routing stack to
     * establish the BGP peering. It must specify peer ASN and either interface
     * name, IP, or peer IP. Please refer to RFC4273.
     */
    bgpPeers: Schema$RouterBgpPeer[];
    /**
     * [Output Only] Creation timestamp in RFC3339 text format.
     */
    creationTimestamp: string;
    /**
     * An optional description of this resource. Provide this property when you
     * create the resource.
     */
    description: string;
    /**
     * [Output Only] The unique identifier for the resource. This identifier is
     * defined by the server.
     */
    id: string;
    /**
     * Router interfaces. Each interface requires either one linked resource (e.g.
     * linkedVpnTunnel), or IP address and IP address range (e.g. ipRange), or
     * both.
     */
    interfaces: Schema$RouterInterface[];
    /**
     * [Output Only] Type of resource. Always compute#router for routers.
     */
    kind: string;
    /**
     * Name of the resource. Provided by the client when the resource is created.
     * The name must be 1-63 characters long, and comply with RFC1035.
     * Specifically, the name must be 1-63 characters long and match the regular
     * expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character
     * must be a lowercase letter, and all following characters must be a dash,
     * lowercase letter, or digit, except the last character, which cannot be a
     * dash.
     */
    name: string;
    /**
     * List of Nat services created in this router. The maximum number of Nat
     * services within a Router is 3 for Alpha.
     */
    nats: Schema$RouterNat[];
    /**
     * URI of the network to which this router belongs.
     */
    network: string;
    /**
     * [Output Only] URI of the region where the router resides. You must specify
     * this field as part of the HTTP request URL. It is not settable as a field
     * in the request body.
     */
    region: string;
    /**
     * [Output Only] Server-defined URL for the resource.
     */
    selfLink: string;
}
/**
 * Description-tagged IP ranges for the router to advertise.
 */
export interface Schema$RouterAdvertisedIpRange {
    /**
     * User-specified description for the IP range.
     */
    description: string;
    /**
     * The IP range to advertise. The value must be a CIDR-formatted string.
     */
    range: string;
}
/**
 * Description-tagged prefixes for the router to advertise.
 */
export interface Schema$RouterAdvertisedPrefix {
    /**
     * User-specified description for the prefix.
     */
    description: string;
    /**
     * The prefix to advertise. The value must be a CIDR-formatted string.
     */
    prefix: string;
}
/**
 * Contains a list of routers.
 */
export interface Schema$RouterAggregatedList {
    /**
     * [Output Only] Unique identifier for the resource; defined by the server.
     */
    id: string;
    /**
     * A list of Router resources.
     */
    items: any;
    /**
     * Type of resource.
     */
    kind: string;
    /**
     * [Output Only] This token allows you to get the next page of results for
     * list requests. If the number of results is larger than maxResults, use the
     * nextPageToken as a value for the query parameter pageToken in the next list
     * request. Subsequent list requests will have their own nextPageToken to
     * continue paging through the results.
     */
    nextPageToken: string;
    /**
     * [Output Only] Server-defined URL for this resource.
     */
    selfLink: string;
    /**
     * [Output Only] Informational warning message.
     */
    warning: any;
}
export interface Schema$RouterBgp {
    /**
     * User-specified list of prefix groups to advertise in custom mode. This
     * field can only be populated if advertise_mode is CUSTOM and is advertised
     * to all peers of the router. These groups will be advertised in addition to
     * any specified prefixes. Leave this field blank to advertise no custom
     * groups.
     */
    advertisedGroups: string[];
    /**
     * User-specified list of individual IP ranges to advertise in custom mode.
     * This field can only be populated if advertise_mode is CUSTOM and is
     * advertised to all peers of the router. These IP ranges will be advertised
     * in addition to any specified groups. Leave this field blank to advertise no
     * custom IP ranges.
     */
    advertisedIpRanges: Schema$RouterAdvertisedIpRange[];
    /**
     * User-specified list of individual prefixes to advertise in custom mode.
     * This field can only be populated if advertise_mode is CUSTOM and is
     * advertised to all peers of the router. These prefixes will be advertised in
     * addition to any specified groups. Leave this field blank to advertise no
     * custom prefixes.
     */
    advertisedPrefixs: Schema$RouterAdvertisedPrefix[];
    /**
     * User-specified flag to indicate which mode to use for advertisement.
     */
    advertiseMode: string;
    /**
     * Local BGP Autonomous System Number (ASN). Must be an RFC6996 private ASN,
     * either 16-bit or 32-bit. The value will be fixed for this router resource.
     * All VPN tunnels that link to this router will have the same local ASN.
     */
    asn: number;
}
export interface Schema$RouterBgpPeer {
    /**
     * User-specified list of prefix groups to advertise in custom mode. This
     * field can only be populated if advertise_mode is CUSTOM and overrides the
     * list defined for the router (in Bgp message). These groups will be
     * advertised in addition to any specified prefixes. Leave this field blank to
     * advertise no custom groups.
     */
    advertisedGroups: string[];
    /**
     * User-specified list of individual IP ranges to advertise in custom mode.
     * This field can only be populated if advertise_mode is CUSTOM and overrides
     * the list defined for the router (in Bgp message). These IP ranges will be
     * advertised in addition to any specified groups. Leave this field blank to
     * advertise no custom IP ranges.
     */
    advertisedIpRanges: Schema$RouterAdvertisedIpRange[];
    /**
     * User-specified list of individual prefixes to advertise in custom mode.
     * This field can only be populated if advertise_mode is CUSTOM and overrides
     * the list defined for the router (in Bgp message). These prefixes will be
     * advertised in addition to any specified groups. Leave this field blank to
     * advertise no custom prefixes.
     */
    advertisedPrefixs: Schema$RouterAdvertisedPrefix[];
    /**
     * The priority of routes advertised to this BGP peer. In the case where there
     * is more than one matching route of maximum length, the routes with lowest
     * priority value win.
     */
    advertisedRoutePriority: number;
    /**
     * User-specified flag to indicate which mode to use for advertisement.
     */
    advertiseMode: string;
    /**
     * Name of the interface the BGP peer is associated with.
     */
    interfaceName: string;
    /**
     * IP address of the interface inside Google Cloud Platform. Only IPv4 is
     * supported.
     */
    ipAddress: string;
    /**
     * [Output Only] Type of how the resource/configuration of the BGP peer is
     * managed. MANAGED_BY_USER is the default value; MANAGED_BY_ATTACHMENT
     * represents an BGP peer that is automatically created for PARTNER
     * interconnectAttachment, Google will automatically create/delete this type
     * of BGP peer when the PARTNER interconnectAttachment is created/deleted.
     */
    managementType: string;
    /**
     * Name of this BGP peer. The name must be 1-63 characters long and comply
     * with RFC1035.
     */
    name: string;
    /**
     * Peer BGP Autonomous System Number (ASN). For VPN use case, this value can
     * be different for every tunnel.
     */
    peerAsn: number;
    /**
     * IP address of the BGP interface outside Google cloud. Only IPv4 is
     * supported.
     */
    peerIpAddress: string;
}
export interface Schema$RouterInterface {
    /**
     * IP address and range of the interface. The IP range must be in the RFC3927
     * link-local IP space. The value must be a CIDR-formatted string, for
     * example: 169.254.0.1/30. NOTE: Do not truncate the address as it represents
     * the IP address of the interface.
     */
    ipRange: string;
    /**
     * URI of the linked interconnect attachment. It must be in the same region as
     * the router. Each interface can have at most one linked resource and it
     * could either be a VPN Tunnel or an interconnect attachment.
     */
    linkedInterconnectAttachment: string;
    /**
     * URI of the linked VPN tunnel. It must be in the same region as the router.
     * Each interface can have at most one linked resource and it could either be
     * a VPN Tunnel or an interconnect attachment.
     */
    linkedVpnTunnel: string;
    /**
     * [Output Only] Type of how the resource/configuration of the interface is
     * managed. MANAGED_BY_USER is the default value; MANAGED_BY_ATTACHMENT
     * represents an interface that is automatically created for PARTNER type
     * interconnectAttachment, Google will automatically create/update/delete this
     * type of interface when the PARTNER interconnectAttachment is
     * created/provisioned/deleted.
     */
    managementType: string;
    /**
     * Name of this interface entry. The name must be 1-63 characters long and
     * comply with RFC1035.
     */
    name: string;
}
/**
 * Contains a list of Router resources.
 */
export interface Schema$RouterList {
    /**
     * [Output Only] Unique identifier for the resource; defined by the server.
     */
    id: string;
    /**
     * A list of Router resources.
     */
    items: Schema$Router[];
    /**
     * [Output Only] Type of resource. Always compute#router for routers.
     */
    kind: string;
    /**
     * [Output Only] This token allows you to get the next page of results for
     * list requests. If the number of results is larger than maxResults, use the
     * nextPageToken as a value for the query parameter pageToken in the next list
     * request. Subsequent list requests will have their own nextPageToken to
     * continue paging through the results.
     */
    nextPageToken: string;
    /**
     * [Output Only] Server-defined URL for this resource.
     */
    selfLink: string;
    /**
     * [Output Only] Informational warning message.
     */
    warning: any;
}
/**
 * Represents a Nat resource. It enables the VMs within the specified
 * subnetworks to access Internet without external IP addresses. It specifies a
 * list of subnetworks (and the ranges within) that want to use NAT. Customers
 * can also provide the external IPs that would be used for NAT. GCP would
 * auto-allocate ephemeral IPs if no external IPs are provided.
 */
export interface Schema$RouterNat {
    /**
     * [Output Only] List of IPs allocated automatically by GCP for this Nat
     * service. They will be raw IP strings like &quot;179.12.26.133&quot;. They
     * are ephemeral IPs allocated from the IP blocks managed by the NAT manager.
     * This list can grow and shrink based on the number of VMs configured to use
     * NAT.
     */
    autoAllocatedNatIps: string[];
    /**
     * Unique name of this Nat service. The name must be 1-63 characters long and
     * comply with RFC1035.
     */
    name: string;
    /**
     * Specify the NatIpAllocateOption. If it is AUTO_ONLY, then nat_ip should be
     * empty.
     */
    natIpAllocateOption: string;
    /**
     * List of URLs of the IP resources used for this Nat service. These IPs must
     * be valid static external IP addresses assigned to the project. max_length
     * is subject to change post alpha.
     */
    natIps: string[];
    /**
     * Specify the Nat option. If this field contains
     * ALL_SUBNETWORKS_ALL_IP_RANGES or ALL_SUBNETWORKS_ALL_PRIMARY_IP_RANGES,
     * then there should not be any other Router.Nat section in any Router for
     * this network in this region.
     */
    sourceSubnetworkIpRangesToNat: string;
    /**
     * List of Subnetwork resources whose traffic should be translated by NAT
     * Gateway. It is used only when LIST_OF_SUBNETWORKS is selected for the
     * SubnetworkIpRangeToNatOption above.
     */
    subnetworks: Schema$RouterNatSubnetworkToNat[];
}
/**
 * Defines the IP ranges that want to use NAT for a subnetwork.
 */
export interface Schema$RouterNatSubnetworkToNat {
    /**
     * URL for the subnetwork resource to use NAT.
     */
    name: string;
    /**
     * List of the secondary ranges of the Subnetwork that are allowed to use NAT.
     * This can be populated only if &quot;LIST_OF_SECONDARY_IP_RANGES&quot; is
     * one of the values in source_ip_ranges_to_nat.
     */
    secondaryIpRangeNames: string[];
    /**
     * Specify the options for NAT ranges in the Subnetwork. All usages of single
     * value are valid except NAT_IP_RANGE_OPTION_UNSPECIFIED. The only valid
     * option with multiple values is: [&quot;PRIMARY_IP_RANGE&quot;,
     * &quot;LIST_OF_SECONDARY_IP_RANGES&quot;] Default: [ALL_IP_RANGES]
     */
    sourceIpRangesToNats: string[];
}
export interface Schema$RoutersPreviewResponse {
    /**
     * Preview of given router.
     */
    resource: Schema$Router;
}
export interface Schema$RoutersScopedList {
    /**
     * List of routers contained in this scope.
     */
    routers: Schema$Router[];
    /**
     * Informational warning which replaces the list of routers when the list is
     * empty.
     */
    warning: any;
}
export interface Schema$RouterStatus {
    /**
     * Best routes for this router&#39;s network.
     */
    bestRoutes: Schema$Route[];
    /**
     * Best routes learned by this router.
     */
    bestRoutesForRouter: Schema$Route[];
    bgpPeerStatus: Schema$RouterStatusBgpPeerStatus[];
    natStatus: Schema$RouterStatusNatStatus[];
    /**
     * URI of the network to which this router belongs.
     */
    network: string;
}
export interface Schema$RouterStatusBgpPeerStatus {
    /**
     * Routes that were advertised to the remote BGP peer
     */
    advertisedRoutes: Schema$Route[];
    /**
     * IP address of the local BGP interface.
     */
    ipAddress: string;
    /**
     * URL of the VPN tunnel that this BGP peer controls.
     */
    linkedVpnTunnel: string;
    /**
     * Name of this BGP peer. Unique within the Routers resource.
     */
    name: string;
    /**
     * Number of routes learned from the remote BGP Peer.
     */
    numLearnedRoutes: number;
    /**
     * IP address of the remote BGP interface.
     */
    peerIpAddress: string;
    /**
     * BGP state as specified in RFC1771.
     */
    state: string;
    /**
     * Status of the BGP peer: {UP, DOWN}
     */
    status: string;
    /**
     * Time this session has been up. Format: 14 years, 51 weeks, 6 days, 23
     * hours, 59 minutes, 59 seconds
     */
    uptime: string;
    /**
     * Time this session has been up, in seconds. Format: 145
     */
    uptimeSeconds: string;
}
/**
 * Status of a NAT contained in this router.
 */
export interface Schema$RouterStatusNatStatus {
    /**
     * List of IPs auto-allocated for NAT. Example: [&quot;1.1.1.1&quot;,
     * &quot;129.2.16.89&quot;]
     */
    autoAllocatedNatIps: string[];
    /**
     * The number of extra IPs to allocate. This will be greater than 0 only if
     * user-specified IPs are NOT enough to allow all configured VMs to use NAT.
     * This value is meaningful only when auto-allocation of NAT IPs is *not*
     * used.
     */
    minExtraNatIpsNeeded: number;
    /**
     * Unique name of this NAT.
     */
    name: string;
    /**
     * Number of VM endpoints (i.e., Nics) that can use NAT.
     */
    numVmEndpointsWithNatMappings: number;
    /**
     * List of fully qualified URLs of reserved IP address resources.
     */
    userAllocatedNatIpResources: string[];
    /**
     * List of IPs user-allocated for NAT. They will be raw IP strings like
     * &quot;179.12.26.133&quot;.
     */
    userAllocatedNatIps: string[];
}
export interface Schema$RouterStatusResponse {
    /**
     * Type of resource.
     */
    kind: string;
    result: Schema$RouterStatus;
}
/**
 * A rule to be applied in a Policy.
 */
export interface Schema$Rule {
    /**
     * Required
     */
    action: string;
    /**
     * Additional restrictions that must be met. All conditions must pass for the
     * rule to match.
     */
    conditions: Schema$Condition[];
    /**
     * Human-readable description of the rule.
     */
    description: string;
    /**
     * If one or more &#39;in&#39; clauses are specified, the rule matches if the
     * PRINCIPAL/AUTHORITY_SELECTOR is in at least one of these entries.
     */
    ins: string[];
    /**
     * The config returned to callers of tech.iam.IAM.CheckPolicy for any entries
     * that match the LOG action.
     */
    logConfigs: Schema$LogConfig[];
    /**
     * If one or more &#39;not_in&#39; clauses are specified, the rule matches if
     * the PRINCIPAL/AUTHORITY_SELECTOR is in none of the entries.
     */
    notIns: string[];
    /**
     * A permission is a string of form &#39;..&#39; (e.g.,
     * &#39;storage.buckets.list&#39;). A value of &#39;*&#39; matches all
     * permissions, and a verb part of &#39;*&#39; (e.g.,
     * &#39;storage.buckets.*&#39;) matches all verbs.
     */
    permissions: string[];
}
/**
 * Sets the scheduling options for an Instance.
 */
export interface Schema$Scheduling {
    /**
     * Specifies whether the instance should be automatically restarted if it is
     * terminated by Compute Engine (not terminated by a user). You can only set
     * the automatic restart option for standard instances. Preemptible instances
     * cannot be automatically restarted.  By default, this is set to true so an
     * instance is automatically restarted if it is terminated by Compute Engine.
     */
    automaticRestart: boolean;
    /**
     * A set of node affinity and anti-affinity.
     */
    nodeAffinities: Schema$SchedulingNodeAffinity[];
    /**
     * Defines the maintenance behavior for this instance. For standard instances,
     * the default behavior is MIGRATE. For preemptible instances, the default and
     * only possible behavior is TERMINATE. For more information, see Setting
     * Instance Scheduling Options.
     */
    onHostMaintenance: string;
    /**
     * Defines whether the instance is preemptible. This can only be set during
     * instance creation, it cannot be set or changed after the instance has been
     * created.
     */
    preemptible: boolean;
}
/**
 * Node Affinity: the configuration of desired nodes onto which this Instance
 * could be scheduled.
 */
export interface Schema$SchedulingNodeAffinity {
    /**
     * Corresponds to the label key of Node resource.
     */
    key: string;
    /**
     * Defines the operation of node selection.
     */
    operator: string;
    /**
     * Corresponds to the label values of Node resource.
     */
    values: string[];
}
/**
 * A security policy is comprised of one or more rules. It can also be
 * associated with one or more &#39;targets&#39;.
 */
export interface Schema$SecurityPolicy {
    /**
     * [Output Only] Creation timestamp in RFC3339 text format.
     */
    creationTimestamp: string;
    /**
     * An optional description of this resource. Provide this property when you
     * create the resource.
     */
    description: string;
    /**
     * Specifies a fingerprint for this resource, which is essentially a hash of
     * the metadata&#39;s contents and used for optimistic locking. The
     * fingerprint is initially generated by Compute Engine and changes after
     * every request to modify or update metadata. You must always provide an
     * up-to-date fingerprint hash in order to update or change metadata.  To see
     * the latest fingerprint, make get() request to the security policy.
     */
    fingerprint: string;
    /**
     * [Output Only] The unique identifier for the resource. This identifier is
     * defined by the server.
     */
    id: string;
    /**
     * [Output only] Type of the resource. Always compute#securityPolicyfor
     * security policies
     */
    kind: string;
    /**
     * Name of the resource. Provided by the client when the resource is created.
     * The name must be 1-63 characters long, and comply with RFC1035.
     * Specifically, the name must be 1-63 characters long and match the regular
     * expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character
     * must be a lowercase letter, and all following characters must be a dash,
     * lowercase letter, or digit, except the last character, which cannot be a
     * dash.
     */
    name: string;
    /**
     * List of rules that belong to this policy. There must always be a default
     * rule (rule with priority 2147483647 and match &quot;*&quot;). If no rules
     * are provided when creating a security policy, a default rule with action
     * &quot;allow&quot; will be added.
     */
    rules: Schema$SecurityPolicyRule[];
    /**
     * [Output Only] Server-defined URL for the resource.
     */
    selfLink: string;
}
export interface Schema$SecurityPolicyList {
    /**
     * [Output Only] Unique identifier for the resource; defined by the server.
     */
    id: string;
    /**
     * A list of SecurityPolicy resources.
     */
    items: Schema$SecurityPolicy[];
    /**
     * [Output Only] Type of resource. Always compute#securityPolicyList for
     * listsof securityPolicies
     */
    kind: string;
    /**
     * [Output Only] This token allows you to get the next page of results for
     * list requests. If the number of results is larger than maxResults, use the
     * nextPageToken as a value for the query parameter pageToken in the next list
     * request. Subsequent list requests will have their own nextPageToken to
     * continue paging through the results.
     */
    nextPageToken: string;
    /**
     * [Output Only] Informational warning message.
     */
    warning: any;
}
export interface Schema$SecurityPolicyReference {
    securityPolicy: string;
}
/**
 * Represents a rule that describes one or more match conditions along with the
 * action to be taken when traffic matches this condition (allow or deny).
 */
export interface Schema$SecurityPolicyRule {
    /**
     * The Action to preform when the client connection triggers the rule. Can
     * currently be either &quot;allow&quot; or &quot;deny()&quot; where valid
     * values for status are 403, 404, and 502.
     */
    action: string;
    /**
     * An optional description of this resource. Provide this property when you
     * create the resource.
     */
    description: string;
    /**
     * [Output only] Type of the resource. Always compute#securityPolicyRule for
     * security policy rules
     */
    kind: string;
    /**
     * A match condition that incoming traffic is evaluated against. If it
     * evaluates to true, the corresponding ?action? is enforced.
     */
    match: Schema$SecurityPolicyRuleMatcher;
    /**
     * If set to true, the specified action is not enforced.
     */
    preview: boolean;
    /**
     * An integer indicating the priority of a rule in the list. The priority must
     * be a positive value between 0 and 2147483647. Rules are evaluated in the
     * increasing order of priority.
     */
    priority: number;
}
/**
 * Represents a match condition that incoming traffic is evaluated against.
 * Exactly one field must be specified.
 */
export interface Schema$SecurityPolicyRuleMatcher {
    /**
     * The configuration options available when specifying versioned_expr. This
     * field must be specified if versioned_expr is specified and cannot be
     * specified if versioned_expr is not specified.
     */
    config: Schema$SecurityPolicyRuleMatcherConfig;
    /**
     * User defined CEVAL expression. A CEVAL expression is used to specify match
     * criteria such as origin.ip, source.region_code and contents in the request
     * header.
     */
    expr: Schema$Expr;
    /**
     * CIDR IP address range.
     */
    srcIpRanges: string[];
    /**
     * Preconfigured versioned expression. If this field is specified, config must
     * also be specified. Available preconfigured expressions along with their
     * requirements are: SRC_IPS_V1 - must specify the corresponding src_ip_range
     * field in config.
     */
    versionedExpr: string;
}
export interface Schema$SecurityPolicyRuleMatcherConfig {
    /**
     * CIDR IP address range.
     */
    srcIpRanges: string[];
}
/**
 * An instance&#39;s serial console output.
 */
export interface Schema$SerialPortOutput {
    /**
     * [Output Only] The contents of the console output.
     */
    contents: string;
    /**
     * [Output Only] Type of the resource. Always compute#serialPortOutput for
     * serial port output.
     */
    kind: string;
    /**
     * [Output Only] The position of the next byte of content from the serial
     * console output. Use this value in the next request as the start parameter.
     */
    next: string;
    /**
     * [Output Only] Server-defined URL for this resource.
     */
    selfLink: string;
    /**
     * The starting byte position of the output that was returned. This should
     * match the start parameter sent with the request. If the serial console
     * output exceeds the size of the buffer, older output will be overwritten by
     * newer content and the start values will be mismatched.
     */
    start: string;
}
/**
 * A service account.
 */
export interface Schema$ServiceAccount {
    /**
     * Email address of the service account.
     */
    email: string;
    /**
     * The list of scopes to be made available for this service account.
     */
    scopes: string[];
}
/**
 * A set of Shielded VM options.
 */
export interface Schema$ShieldedVmConfig {
    /**
     * Defines whether the instance should have integrity monitoring enabled.
     */
    enableIntegrityMonitoring: boolean;
    /**
     * Defines whether the instance should have secure boot enabled.
     */
    enableSecureBoot: boolean;
    /**
     * Defines whether the instance should have the TPM enabled.
     */
    enableVtpm: boolean;
}
/**
 * The policy describes how boot integrity measurements are evaluated.
 */
export interface Schema$ShieldedVmIntegrityPolicy {
    /**
     * Triggers an auto relearn event: the integrity monitoring module copies
     * existing guest measurements to the baseline.
     */
    updateAutoLearnPolicy: boolean;
}
/**
 * Represents a customer-supplied Signing Key used by Cloud CDN Signed URLs
 */
export interface Schema$SignedUrlKey {
    /**
     * Name of the key. The name must be 1-63 characters long, and comply with
     * RFC1035. Specifically, the name must be 1-63 characters long and match the
     * regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first
     * character must be a lowercase letter, and all following characters must be
     * a dash, lowercase letter, or digit, except the last character, which cannot
     * be a dash.
     */
    keyName: string;
    /**
     * 128-bit key value used for signing the URL. The key value must be a valid
     * RFC 4648 Section 5 base64url encoded string.
     */
    keyValue: string;
}
/**
 * A persistent disk snapshot resource. (== resource_for beta.snapshots ==) (==
 * resource_for v1.snapshots ==)
 */
export interface Schema$Snapshot {
    /**
     * [Output Only] Creation timestamp in RFC3339 text format.
     */
    creationTimestamp: string;
    /**
     * An optional description of this resource. Provide this property when you
     * create the resource.
     */
    description: string;
    /**
     * [Output Only] Size of the snapshot, specified in GB.
     */
    diskSizeGb: string;
    /**
     * [Output Only] A list of features to enable on the guest operating system.
     * Applicable only for bootable images. Read  Enabling guest operating system
     * features to see a list of available options.
     */
    guestOsFeatures: Schema$GuestOsFeature[];
    /**
     * [Output Only] The unique identifier for the resource. This identifier is
     * defined by the server.
     */
    id: string;
    /**
     * [Output Only] Type of the resource. Always compute#snapshot for Snapshot
     * resources.
     */
    kind: string;
    /**
     * A fingerprint for the labels being applied to this snapshot, which is
     * essentially a hash of the labels set used for optimistic locking. The
     * fingerprint is initially generated by Compute Engine and changes after
     * every request to modify or update labels. You must always provide an
     * up-to-date fingerprint hash in order to update or change labels.  To see
     * the latest fingerprint, make a get() request to retrieve a snapshot.
     */
    labelFingerprint: string;
    /**
     * Labels to apply to this snapshot. These can be later modified by the
     * setLabels method. Label values may be empty.
     */
    labels: any;
    /**
     * Integer license codes indicating which licenses are attached to this
     * snapshot.
     */
    licenseCodes: string[];
    /**
     * [Output Only] A list of public visible licenses that apply to this
     * snapshot. This can be because the original image had licenses attached
     * (such as a Windows image).
     */
    licenses: string[];
    /**
     * Name of the resource; provided by the client when the resource is created.
     * The name must be 1-63 characters long, and comply with RFC1035.
     * Specifically, the name must be 1-63 characters long and match the regular
     * expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character
     * must be a lowercase letter, and all following characters must be a dash,
     * lowercase letter, or digit, except the last character, which cannot be a
     * dash.
     */
    name: string;
    /**
     * [Output Only] Server-defined URL for the resource.
     */
    selfLink: string;
    /**
     * Encrypts the snapshot using a customer-supplied encryption key.  After you
     * encrypt a snapshot using a customer-supplied key, you must provide the same
     * key if you use the image later For example, you must provide the encryption
     * key when you create a disk from the encrypted snapshot in a future request.
     * Customer-supplied encryption keys do not protect access to metadata of the
     * disk.  If you do not provide an encryption key when creating the snapshot,
     * then the snapshot will be encrypted using an automatically generated key
     * and you do not need to provide a key to use the snapshot later.
     */
    snapshotEncryptionKey: Schema$CustomerEncryptionKey;
    /**
     * [Output Only] The source disk used to create this snapshot.
     */
    sourceDisk: string;
    /**
     * The customer-supplied encryption key of the source disk. Required if the
     * source disk is protected by a customer-supplied encryption key.
     */
    sourceDiskEncryptionKey: Schema$CustomerEncryptionKey;
    /**
     * [Output Only] The ID value of the disk used to create this snapshot. This
     * value may be used to determine whether the snapshot was taken from the
     * current or a previous instance of a given disk name.
     */
    sourceDiskId: string;
    /**
     * [Output Only] The status of the snapshot. This can be CREATING, DELETING,
     * FAILED, READY, or UPLOADING.
     */
    status: string;
    /**
     * [Output Only] A size of the storage used by the snapshot. As snapshots
     * share storage, this number is expected to change with snapshot
     * creation/deletion.
     */
    storageBytes: string;
    /**
     * [Output Only] An indicator whether storageBytes is in a stable state or it
     * is being adjusted as a result of shared storage reallocation. This status
     * can either be UPDATING, meaning the size of the snapshot is being updated,
     * or UP_TO_DATE, meaning the size of the snapshot is up-to-date.
     */
    storageBytesStatus: string;
    /**
     * GCS bucket storage location of the snapshot (regional or multi-regional).
     */
    storageLocations: string[];
}
/**
 * Contains a list of Snapshot resources.
 */
export interface Schema$SnapshotList {
    /**
     * [Output Only] Unique identifier for the resource; defined by the server.
     */
    id: string;
    /**
     * A list of Snapshot resources.
     */
    items: Schema$Snapshot[];
    /**
     * Type of resource.
     */
    kind: string;
    /**
     * [Output Only] This token allows you to get the next page of results for
     * list requests. If the number of results is larger than maxResults, use the
     * nextPageToken as a value for the query parameter pageToken in the next list
     * request. Subsequent list requests will have their own nextPageToken to
     * continue paging through the results.
     */
    nextPageToken: string;
    /**
     * [Output Only] Server-defined URL for this resource.
     */
    selfLink: string;
    /**
     * [Output Only] Informational warning message.
     */
    warning: any;
}
/**
 * A specification of the parameters to use when creating the instance template
 * from a source instance.
 */
export interface Schema$SourceInstanceParams {
    /**
     * Attached disks configuration. If not provided, defaults are applied: For
     * boot disk and any other R/W disks, new custom images will be created from
     * each disk. For read-only disks, they will be attached in read-only mode.
     * Local SSD disks will be created as blank volumes.
     */
    diskConfigs: Schema$DiskInstantiationConfig[];
}
/**
 * An SslCertificate resource. This resource provides a mechanism to upload an
 * SSL key and certificate to the load balancer to serve secure connections from
 * the user. (== resource_for beta.sslCertificates ==) (== resource_for
 * v1.sslCertificates ==)
 */
export interface Schema$SslCertificate {
    /**
     * A local certificate file. The certificate must be in PEM format. The
     * certificate chain must be no greater than 5 certs long. The chain must
     * include at least one intermediate cert.
     */
    certificate: string;
    /**
     * [Output Only] Creation timestamp in RFC3339 text format.
     */
    creationTimestamp: string;
    /**
     * An optional description of this resource. Provide this property when you
     * create the resource.
     */
    description: string;
    /**
     * [Output Only] Expire time of the certificate. RFC3339
     */
    expireTime: string;
    /**
     * [Output Only] The unique identifier for the resource. This identifier is
     * defined by the server.
     */
    id: string;
    /**
     * [Output Only] Type of the resource. Always compute#sslCertificate for SSL
     * certificates.
     */
    kind: string;
    /**
     * Configuration and status of a managed SSL certificate.
     */
    managed: Schema$SslCertificateManagedSslCertificate;
    /**
     * Name of the resource. Provided by the client when the resource is created.
     * The name must be 1-63 characters long, and comply with RFC1035.
     * Specifically, the name must be 1-63 characters long and match the regular
     * expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character
     * must be a lowercase letter, and all following characters must be a dash,
     * lowercase letter, or digit, except the last character, which cannot be a
     * dash.
     */
    name: string;
    /**
     * A write-only private key in PEM format. Only insert requests will include
     * this field.
     */
    privateKey: string;
    /**
     * [Output only] Server-defined URL for the resource.
     */
    selfLink: string;
    /**
     * Configuration and status of a self-managed SSL certificate.
     */
    selfManaged: Schema$SslCertificateSelfManagedSslCertificate;
    /**
     * [Output Only] Domains associated with the certificate via Subject
     * Alternative Name.
     */
    subjectAlternativeNames: string[];
    /**
     * (Optional) Specifies the type of SSL certificate, either
     * &quot;SELF_MANAGED&quot; or &quot;MANAGED&quot;. If not specified, the
     * certificate is self-managed and the fields certificate and private_key are
     * used.
     */
    type: string;
}
/**
 * Contains a list of SslCertificate resources.
 */
export interface Schema$SslCertificateList {
    /**
     * [Output Only] Unique identifier for the resource; defined by the server.
     */
    id: string;
    /**
     * A list of SslCertificate resources.
     */
    items: Schema$SslCertificate[];
    /**
     * Type of resource.
     */
    kind: string;
    /**
     * [Output Only] This token allows you to get the next page of results for
     * list requests. If the number of results is larger than maxResults, use the
     * nextPageToken as a value for the query parameter pageToken in the next list
     * request. Subsequent list requests will have their own nextPageToken to
     * continue paging through the results.
     */
    nextPageToken: string;
    /**
     * [Output Only] Server-defined URL for this resource.
     */
    selfLink: string;
    /**
     * [Output Only] Informational warning message.
     */
    warning: any;
}
/**
 * Configuration and status of a managed SSL certificate.
 */
export interface Schema$SslCertificateManagedSslCertificate {
    /**
     * The domains for which a managed SSL certificate will be generated.
     * Currently only single-domain certs are supported.
     */
    domains: string[];
    /**
     * [Output only] Detailed statuses of the domains specified for managed
     * certificate resource.
     */
    domainStatus: any;
    /**
     * [Output only] Status of the managed certificate resource.
     */
    status: string;
}
/**
 * Configuration and status of a self-managed SSL certificate..
 */
export interface Schema$SslCertificateSelfManagedSslCertificate {
    /**
     * A local certificate file. The certificate must be in PEM format. The
     * certificate chain must be no greater than 5 certs long. The chain must
     * include at least one intermediate cert.
     */
    certificate: string;
    /**
     * A write-only private key in PEM format. Only insert requests will include
     * this field.
     */
    privateKey: string;
}
export interface Schema$SSLHealthCheck {
    /**
     * The TCP port number for the health check request. The default value is 443.
     * Valid values are 1 through 65535.
     */
    port: number;
    /**
     * Port name as defined in InstanceGroup#NamedPort#name. If both port and
     * port_name are defined, port takes precedence.
     */
    portName: string;
    /**
     * Specifies how port is selected for health checking, can be one of following
     * values: USE_FIXED_PORT: The port number in port is used for health
     * checking. USE_NAMED_PORT: The portName is used for health checking.
     * USE_SERVING_PORT: For NetworkEndpointGroup, the port specified for each
     * network endpoint is used for health checking. For other backends, the port
     * or named port specified in the Backend Service is used for health checking.
     * If not specified, SSL health check follows behavior specified in port and
     * portName fields.
     */
    portSpecification: string;
    /**
     * Specifies the type of proxy header to append before sending data to the
     * backend, either NONE or PROXY_V1. The default is NONE.
     */
    proxyHeader: string;
    /**
     * The application data to send once the SSL connection has been established
     * (default value is empty). If both request and response are empty, the
     * connection establishment alone will indicate health. The request data can
     * only be ASCII.
     */
    request: string;
    /**
     * The bytes to match against the beginning of the response data. If left
     * empty (the default value), any response will indicate health. The response
     * data can only be ASCII.
     */
    response: string;
}
export interface Schema$SslPoliciesList {
    /**
     * [Output Only] Unique identifier for the resource; defined by the server.
     */
    id: string;
    /**
     * A list of SslPolicy resources.
     */
    items: Schema$SslPolicy[];
    /**
     * [Output Only] Type of the resource. Always compute#sslPoliciesList for
     * lists of sslPolicies.
     */
    kind: string;
    /**
     * [Output Only] This token allows you to get the next page of results for
     * list requests. If the number of results is larger than maxResults, use the
     * nextPageToken as a value for the query parameter pageToken in the next list
     * request. Subsequent list requests will have their own nextPageToken to
     * continue paging through the results.
     */
    nextPageToken: string;
    /**
     * [Output Only] Server-defined URL for this resource.
     */
    selfLink: string;
    /**
     * [Output Only] Informational warning message.
     */
    warning: any;
}
export interface Schema$SslPoliciesListAvailableFeaturesResponse {
    features: string[];
}
/**
 * A SSL policy specifies the server-side support for SSL features. This can be
 * attached to a TargetHttpsProxy or a TargetSslProxy. This affects connections
 * between clients and the HTTPS or SSL proxy load balancer. They do not affect
 * the connection between the load balancers and the backends.
 */
export interface Schema$SslPolicy {
    /**
     * [Output Only] Creation timestamp in RFC3339 text format.
     */
    creationTimestamp: string;
    /**
     * List of features enabled when the selected profile is CUSTOM. The - method
     * returns the set of features that can be specified in this list. This field
     * must be empty if the profile is not CUSTOM.
     */
    customFeatures: string[];
    /**
     * An optional description of this resource. Provide this property when you
     * create the resource.
     */
    description: string;
    /**
     * [Output Only] The list of features enabled in the SSL policy.
     */
    enabledFeatures: string[];
    /**
     * Fingerprint of this resource. A hash of the contents stored in this object.
     * This field is used in optimistic locking. This field will be ignored when
     * inserting a SslPolicy. An up-to-date fingerprint must be provided in order
     * to update the SslPolicy.
     */
    fingerprint: string;
    /**
     * [Output Only] The unique identifier for the resource. This identifier is
     * defined by the server.
     */
    id: string;
    /**
     * [Output only] Type of the resource. Always compute#sslPolicyfor SSL
     * policies.
     */
    kind: string;
    /**
     * The minimum version of SSL protocol that can be used by the clients to
     * establish a connection with the load balancer. This can be one of TLS_1_0,
     * TLS_1_1, TLS_1_2, TLS_1_3.
     */
    minTlsVersion: string;
    /**
     * Name of the resource. The name must be 1-63 characters long, and comply
     * with RFC1035. Specifically, the name must be 1-63 characters long and match
     * the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first
     * character must be a lowercase letter, and all following characters must be
     * a dash, lowercase letter, or digit, except the last character, which cannot
     * be a dash.
     */
    name: string;
    /**
     * Profile specifies the set of SSL features that can be used by the load
     * balancer when negotiating SSL with clients. This can be one of COMPATIBLE,
     * MODERN, RESTRICTED, or CUSTOM. If using CUSTOM, the set of SSL features to
     * enable must be specified in the customFeatures field.
     */
    profile: string;
    /**
     * [Output Only] Server-defined URL for the resource.
     */
    selfLink: string;
    /**
     * [Output Only] If potential misconfigurations are detected for this SSL
     * policy, this field will be populated with warning messages.
     */
    warnings: any[];
}
export interface Schema$SslPolicyReference {
    /**
     * URL of the SSL policy resource. Set this to empty string to clear any
     * existing SSL policy associated with the target proxy resource.
     */
    sslPolicy: string;
}
export interface Schema$StatefulPolicy {
    preservedResources: Schema$StatefulPolicyPreservedResources;
}
export interface Schema$StatefulPolicyPreservedDisk {
    /**
     * Device name of the disk to be preserved
     */
    deviceName: string;
}
/**
 * Configuration of all preserved resources.
 */
export interface Schema$StatefulPolicyPreservedResources {
    /**
     * Disks created on the instances that will be preserved on instance delete,
     * resize down, etc.
     */
    disks: Schema$StatefulPolicyPreservedDisk[];
}
/**
 * A Subnetwork resource. (== resource_for beta.subnetworks ==) (== resource_for
 * v1.subnetworks ==)
 */
export interface Schema$Subnetwork {
    /**
     * Whether this subnetwork can conflict with static routes. Setting this to
     * true allows this subnetwork&#39;s primary and secondary ranges to conflict
     * with routes that have already been configured on the corresponding network.
     * Static routes will take precedence over the subnetwork route if the route
     * prefix length is at least as large as the subnetwork prefix length.  Also,
     * packets destined to IPs within subnetwork may contain private/sensitive
     * data and are prevented from leaving the virtual network. Setting this field
     * to true will disable this feature.  The default value is false and applies
     * to all existing subnetworks and automatically created subnetworks.  This
     * field cannot be set to true at resource creation time.
     */
    allowSubnetCidrRoutesOverlap: boolean;
    /**
     * [Output Only] Creation timestamp in RFC3339 text format.
     */
    creationTimestamp: string;
    /**
     * An optional description of this resource. Provide this property when you
     * create the resource. This field can be set only at resource creation time.
     */
    description: string;
    /**
     * Whether to enable flow logging for this subnetwork.
     */
    enableFlowLogs: boolean;
    /**
     * Whether the VMs in this subnet can directly access Google services via
     * internal IPv6 addresses. This field can be both set at resource creation
     * time and updated using patch.
     */
    enablePrivateV6Access: boolean;
    /**
     * Fingerprint of this resource. A hash of the contents stored in this object.
     * This field is used in optimistic locking. This field will be ignored when
     * inserting a Subnetwork. An up-to-date fingerprint must be provided in order
     * to update the Subnetwork.
     */
    fingerprint: string;
    /**
     * [Output Only] The gateway address for default routes to reach destination
     * addresses outside this subnetwork.
     */
    gatewayAddress: string;
    /**
     * [Output Only] The unique identifier for the resource. This identifier is
     * defined by the server.
     */
    id: string;
    /**
     * The range of internal addresses that are owned by this subnetwork. Provide
     * this property when you create the subnetwork. For example, 10.0.0.0/8 or
     * 192.168.0.0/16. Ranges must be unique and non-overlapping within a network.
     * Only IPv4 is supported. This field can be set only at resource creation
     * time.
     */
    ipCidrRange: string;
    /**
     * [Output Only] The range of internal IPv6 addresses that are owned by this
     * subnetwork.
     */
    ipv6CidrRange: string;
    /**
     * [Output Only] Type of the resource. Always compute#subnetwork for
     * Subnetwork resources.
     */
    kind: string;
    /**
     * The name of the resource, provided by the client when initially creating
     * the resource. The name must be 1-63 characters long, and comply with
     * RFC1035. Specifically, the name must be 1-63 characters long and match the
     * regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first
     * character must be a lowercase letter, and all following characters must be
     * a dash, lowercase letter, or digit, except the last character, which cannot
     * be a dash.
     */
    name: string;
    /**
     * The URL of the network to which this subnetwork belongs, provided by the
     * client when initially creating the subnetwork. Only networks that are in
     * the distributed mode can have subnetworks. This field can be set only at
     * resource creation time.
     */
    network: string;
    /**
     * Whether the VMs in this subnet can access Google services without assigned
     * external IP addresses. This field can be both set at resource creation time
     * and updated using setPrivateIpGoogleAccess.
     */
    privateIpGoogleAccess: boolean;
    /**
     * The purpose of the resource. This field can be either PRIVATE_RFC_1918 or
     * INTERNAL_HTTPS_LOAD_BALANCER. A subnetwork with purpose set to
     * INTERNAL_HTTPS_LOAD_BALANCER is a user-created subnetwork that is reserved
     * for Internal HTTP(S) Load Balancing. If unspecified, the purpose defaults
     * to PRIVATE_RFC_1918.
     */
    purpose: string;
    /**
     * URL of the region where the Subnetwork resides. This field can be set only
     * at resource creation time.
     */
    region: string;
    /**
     * The role of subnetwork. Currenly, this field is only used when purpose =
     * INTERNAL_HTTPS_LOAD_BALANCER. The value can be set to ACTIVE or BACKUP. An
     * ACTIVE subnetwork is one that is currently being used for Internal HTTP(S)
     * Load Balancing. A BACKUP subnetwork is one that is ready to be promoted to
     * ACTIVE or is currently draining.
     */
    role: string;
    /**
     * An array of configurations for secondary IP ranges for VM instances
     * contained in this subnetwork. The primary IP of such VM must belong to the
     * primary ipCidrRange of the subnetwork. The alias IPs may belong to either
     * primary or secondary ranges.
     */
    secondaryIpRanges: Schema$SubnetworkSecondaryRange[];
    /**
     * [Output Only] Server-defined URL for the resource.
     */
    selfLink: string;
}
export interface Schema$SubnetworkAggregatedList {
    /**
     * [Output Only] Unique identifier for the resource; defined by the server.
     */
    id: string;
    /**
     * A list of SubnetworksScopedList resources.
     */
    items: any;
    /**
     * [Output Only] Type of resource. Always compute#subnetworkAggregatedList for
     * aggregated lists of subnetworks.
     */
    kind: string;
    /**
     * [Output Only] This token allows you to get the next page of results for
     * list requests. If the number of results is larger than maxResults, use the
     * nextPageToken as a value for the query parameter pageToken in the next list
     * request. Subsequent list requests will have their own nextPageToken to
     * continue paging through the results.
     */
    nextPageToken: string;
    /**
     * [Output Only] Server-defined URL for this resource.
     */
    selfLink: string;
    /**
     * [Output Only] Informational warning message.
     */
    warning: any;
}
/**
 * Contains a list of Subnetwork resources.
 */
export interface Schema$SubnetworkList {
    /**
     * [Output Only] Unique identifier for the resource; defined by the server.
     */
    id: string;
    /**
     * A list of Subnetwork resources.
     */
    items: Schema$Subnetwork[];
    /**
     * [Output Only] Type of resource. Always compute#subnetworkList for lists of
     * subnetworks.
     */
    kind: string;
    /**
     * [Output Only] This token allows you to get the next page of results for
     * list requests. If the number of results is larger than maxResults, use the
     * nextPageToken as a value for the query parameter pageToken in the next list
     * request. Subsequent list requests will have their own nextPageToken to
     * continue paging through the results.
     */
    nextPageToken: string;
    /**
     * [Output Only] Server-defined URL for this resource.
     */
    selfLink: string;
    /**
     * [Output Only] Informational warning message.
     */
    warning: any;
}
/**
 * Represents a secondary IP range of a subnetwork.
 */
export interface Schema$SubnetworkSecondaryRange {
    /**
     * The range of IP addresses belonging to this subnetwork secondary range.
     * Provide this property when you create the subnetwork. Ranges must be unique
     * and non-overlapping with all primary and secondary IP ranges within a
     * network. Only IPv4 is supported.
     */
    ipCidrRange: string;
    /**
     * The name associated with this subnetwork secondary range, used when adding
     * an alias IP range to a VM instance. The name must be 1-63 characters long,
     * and comply with RFC1035. The name must be unique within the subnetwork.
     */
    rangeName: string;
}
export interface Schema$SubnetworksExpandIpCidrRangeRequest {
    /**
     * The IP (in CIDR format or netmask) of internal addresses that are legal on
     * this Subnetwork. This range should be disjoint from other subnetworks
     * within this network. This range can only be larger than (i.e. a superset
     * of) the range previously defined before the update.
     */
    ipCidrRange: string;
}
export interface Schema$SubnetworksScopedList {
    /**
     * List of subnetworks contained in this scope.
     */
    subnetworks: Schema$Subnetwork[];
    /**
     * An informational warning that appears when the list of addresses is empty.
     */
    warning: any;
}
export interface Schema$SubnetworksSetPrivateIpGoogleAccessRequest {
    privateIpGoogleAccess: boolean;
}
/**
 * A set of instance tags.
 */
export interface Schema$Tags {
    /**
     * Specifies a fingerprint for this request, which is essentially a hash of
     * the metadata&#39;s contents and used for optimistic locking. The
     * fingerprint is initially generated by Compute Engine and changes after
     * every request to modify or update metadata. You must always provide an
     * up-to-date fingerprint hash in order to update or change metadata.  To see
     * the latest fingerprint, make get() request to the instance.
     */
    fingerprint: string;
    /**
     * An array of tags. Each tag must be 1-63 characters long, and comply with
     * RFC1035.
     */
    items: string[];
}
export interface Schema$TargetHttpProxiesScopedList {
    /**
     * List of TargetHttpProxies contained in this scope.
     */
    targetHttpProxies: Schema$TargetHttpProxy[];
    /**
     * Informational warning which replaces the list of backend services when the
     * list is empty.
     */
    warning: any;
}
/**
 * A TargetHttpProxy resource. This resource defines an HTTP proxy. (==
 * resource_for beta.targetHttpProxies ==) (== resource_for v1.targetHttpProxies
 * ==)
 */
export interface Schema$TargetHttpProxy {
    /**
     * [Output Only] Creation timestamp in RFC3339 text format.
     */
    creationTimestamp: string;
    /**
     * An optional description of this resource. Provide this property when you
     * create the resource.
     */
    description: string;
    /**
     * [Output Only] The unique identifier for the resource. This identifier is
     * defined by the server.
     */
    id: string;
    /**
     * [Output Only] Type of resource. Always compute#targetHttpProxy for target
     * HTTP proxies.
     */
    kind: string;
    /**
     * Name of the resource. Provided by the client when the resource is created.
     * The name must be 1-63 characters long, and comply with RFC1035.
     * Specifically, the name must be 1-63 characters long and match the regular
     * expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character
     * must be a lowercase letter, and all following characters must be a dash,
     * lowercase letter, or digit, except the last character, which cannot be a
     * dash.
     */
    name: string;
    /**
     * [Output Only] URL of the region where the regional Target HTTP Proxy
     * resides. This field is not applicable to global Target HTTP Proxies.
     */
    region: string;
    /**
     * [Output Only] Server-defined URL for the resource.
     */
    selfLink: string;
    /**
     * URL to the UrlMap resource that defines the mapping from URL to the
     * BackendService.
     */
    urlMap: string;
}
export interface Schema$TargetHttpProxyAggregatedList {
    /**
     * [Output Only] Unique identifier for the resource; defined by the server.
     */
    id: string;
    /**
     * A list of TargetHttpProxiesScopedList resources.
     */
    items: any;
    /**
     * [Output Only] Type of resource. Always
     * compute#targetHttpProxyAggregatedList for lists of Target HTTP Proxies.
     */
    kind: string;
    /**
     * [Output Only] This token allows you to get the next page of results for
     * list requests. If the number of results is larger than maxResults, use the
     * nextPageToken as a value for the query parameter pageToken in the next list
     * request. Subsequent list requests will have their own nextPageToken to
     * continue paging through the results.
     */
    nextPageToken: string;
    /**
     * [Output Only] Server-defined URL for this resource.
     */
    selfLink: string;
    /**
     * [Output Only] Informational warning message.
     */
    warning: any;
}
/**
 * A list of TargetHttpProxy resources.
 */
export interface Schema$TargetHttpProxyList {
    /**
     * [Output Only] Unique identifier for the resource; defined by the server.
     */
    id: string;
    /**
     * A list of TargetHttpProxy resources.
     */
    items: Schema$TargetHttpProxy[];
    /**
     * Type of resource. Always compute#targetHttpProxyList for lists of target
     * HTTP proxies.
     */
    kind: string;
    /**
     * [Output Only] This token allows you to get the next page of results for
     * list requests. If the number of results is larger than maxResults, use the
     * nextPageToken as a value for the query parameter pageToken in the next list
     * request. Subsequent list requests will have their own nextPageToken to
     * continue paging through the results.
     */
    nextPageToken: string;
    /**
     * [Output Only] Server-defined URL for this resource.
     */
    selfLink: string;
    /**
     * [Output Only] Informational warning message.
     */
    warning: any;
}
export interface Schema$TargetHttpsProxiesSetQuicOverrideRequest {
    /**
     * QUIC policy for the TargetHttpsProxy resource.
     */
    quicOverride: string;
}
export interface Schema$TargetHttpsProxiesSetSslCertificatesRequest {
    /**
     * New set of SslCertificate resources to associate with this TargetHttpsProxy
     * resource. Currently exactly one SslCertificate resource must be specified.
     */
    sslCertificates: string[];
}
/**
 * A TargetHttpsProxy resource. This resource defines an HTTPS proxy. (==
 * resource_for beta.targetHttpsProxies ==) (== resource_for
 * v1.targetHttpsProxies ==)
 */
export interface Schema$TargetHttpsProxy {
    /**
     * [Output Only] Creation timestamp in RFC3339 text format.
     */
    creationTimestamp: string;
    /**
     * An optional description of this resource. Provide this property when you
     * create the resource.
     */
    description: string;
    /**
     * [Output Only] The unique identifier for the resource. This identifier is
     * defined by the server.
     */
    id: string;
    /**
     * [Output Only] Type of resource. Always compute#targetHttpsProxy for target
     * HTTPS proxies.
     */
    kind: string;
    /**
     * Name of the resource. Provided by the client when the resource is created.
     * The name must be 1-63 characters long, and comply with RFC1035.
     * Specifically, the name must be 1-63 characters long and match the regular
     * expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character
     * must be a lowercase letter, and all following characters must be a dash,
     * lowercase letter, or digit, except the last character, which cannot be a
     * dash.
     */
    name: string;
    /**
     * Specifies the QUIC override policy for this TargetHttpsProxy resource. This
     * determines whether the load balancer will attempt to negotiate QUIC with
     * clients or not. Can specify one of NONE, ENABLE, or DISABLE. Specify ENABLE
     * to always enable QUIC, Enables QUIC when set to ENABLE, and disables QUIC
     * when set to DISABLE. If NONE is specified, uses the QUIC policy with no
     * user overrides, which is equivalent to DISABLE. Not specifying this field
     * is equivalent to specifying NONE.
     */
    quicOverride: string;
    /**
     * [Output Only] Server-defined URL for the resource.
     */
    selfLink: string;
    /**
     * URLs to SslCertificate resources that are used to authenticate connections
     * between users and the load balancer. Currently, exactly one SSL certificate
     * must be specified.
     */
    sslCertificates: string[];
    /**
     * URL of SslPolicy resource that will be associated with the TargetHttpsProxy
     * resource. If not set, the TargetHttpsProxy resource will not have any SSL
     * policy configured.
     */
    sslPolicy: string;
    /**
     * A fully-qualified or valid partial URL to the UrlMap resource that defines
     * the mapping from URL to the BackendService. For example, the following are
     * all valid URLs for specifying a URL map:   -
     * https://www.googleapis.compute/v1/projects/project/global/urlMaps/url-map
     * - projects/project/global/urlMaps/url-map  - global/urlMaps/url-map
     */
    urlMap: string;
}
/**
 * Contains a list of TargetHttpsProxy resources.
 */
export interface Schema$TargetHttpsProxyList {
    /**
     * [Output Only] Unique identifier for the resource; defined by the server.
     */
    id: string;
    /**
     * A list of TargetHttpsProxy resources.
     */
    items: Schema$TargetHttpsProxy[];
    /**
     * Type of resource. Always compute#targetHttpsProxyList for lists of target
     * HTTPS proxies.
     */
    kind: string;
    /**
     * [Output Only] This token allows you to get the next page of results for
     * list requests. If the number of results is larger than maxResults, use the
     * nextPageToken as a value for the query parameter pageToken in the next list
     * request. Subsequent list requests will have their own nextPageToken to
     * continue paging through the results.
     */
    nextPageToken: string;
    /**
     * [Output Only] Server-defined URL for this resource.
     */
    selfLink: string;
    /**
     * [Output Only] Informational warning message.
     */
    warning: any;
}
/**
 * A TargetInstance resource. This resource defines an endpoint instance that
 * terminates traffic of certain protocols. (== resource_for
 * beta.targetInstances ==) (== resource_for v1.targetInstances ==)
 */
export interface Schema$TargetInstance {
    /**
     * [Output Only] Creation timestamp in RFC3339 text format.
     */
    creationTimestamp: string;
    /**
     * An optional description of this resource. Provide this property when you
     * create the resource.
     */
    description: string;
    /**
     * [Output Only] The unique identifier for the resource. This identifier is
     * defined by the server.
     */
    id: string;
    /**
     * A URL to the virtual machine instance that handles traffic for this target
     * instance. When creating a target instance, you can provide the
     * fully-qualified URL or a valid partial URL to the desired virtual machine.
     * For example, the following are all valid URLs:  -
     * https://www.googleapis.com/compute/v1/projects/project/zones/zone/instances/instance
     * - projects/project/zones/zone/instances/instance  -
     * zones/zone/instances/instance
     */
    instance: string;
    /**
     * [Output Only] The type of the resource. Always compute#targetInstance for
     * target instances.
     */
    kind: string;
    /**
     * Name of the resource. Provided by the client when the resource is created.
     * The name must be 1-63 characters long, and comply with RFC1035.
     * Specifically, the name must be 1-63 characters long and match the regular
     * expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character
     * must be a lowercase letter, and all following characters must be a dash,
     * lowercase letter, or digit, except the last character, which cannot be a
     * dash.
     */
    name: string;
    /**
     * NAT option controlling how IPs are NAT&#39;ed to the instance. Currently
     * only NO_NAT (default value) is supported.
     */
    natPolicy: string;
    /**
     * [Output Only] Server-defined URL for the resource.
     */
    selfLink: string;
    /**
     * [Output Only] URL of the zone where the target instance resides. You must
     * specify this field as part of the HTTP request URL. It is not settable as a
     * field in the request body.
     */
    zone: string;
}
export interface Schema$TargetInstanceAggregatedList {
    /**
     * [Output Only] Unique identifier for the resource; defined by the server.
     */
    id: string;
    /**
     * A list of TargetInstance resources.
     */
    items: any;
    /**
     * Type of resource.
     */
    kind: string;
    /**
     * [Output Only] This token allows you to get the next page of results for
     * list requests. If the number of results is larger than maxResults, use the
     * nextPageToken as a value for the query parameter pageToken in the next list
     * request. Subsequent list requests will have their own nextPageToken to
     * continue paging through the results.
     */
    nextPageToken: string;
    /**
     * [Output Only] Server-defined URL for this resource.
     */
    selfLink: string;
    /**
     * [Output Only] Informational warning message.
     */
    warning: any;
}
/**
 * Contains a list of TargetInstance resources.
 */
export interface Schema$TargetInstanceList {
    /**
     * [Output Only] Unique identifier for the resource; defined by the server.
     */
    id: string;
    /**
     * A list of TargetInstance resources.
     */
    items: Schema$TargetInstance[];
    /**
     * Type of resource.
     */
    kind: string;
    /**
     * [Output Only] This token allows you to get the next page of results for
     * list requests. If the number of results is larger than maxResults, use the
     * nextPageToken as a value for the query parameter pageToken in the next list
     * request. Subsequent list requests will have their own nextPageToken to
     * continue paging through the results.
     */
    nextPageToken: string;
    /**
     * [Output Only] Server-defined URL for this resource.
     */
    selfLink: string;
    /**
     * [Output Only] Informational warning message.
     */
    warning: any;
}
export interface Schema$TargetInstancesScopedList {
    /**
     * List of target instances contained in this scope.
     */
    targetInstances: Schema$TargetInstance[];
    /**
     * Informational warning which replaces the list of addresses when the list is
     * empty.
     */
    warning: any;
}
/**
 * A TargetPool resource. This resource defines a pool of instances, an
 * associated HttpHealthCheck resource, and the fallback target pool. (==
 * resource_for beta.targetPools ==) (== resource_for v1.targetPools ==)
 */
export interface Schema$TargetPool {
    /**
     * This field is applicable only when the containing target pool is serving a
     * forwarding rule as the primary pool, and its failoverRatio field is
     * properly set to a value between [0, 1].  backupPool and failoverRatio
     * together define the fallback behavior of the primary target pool: if the
     * ratio of the healthy instances in the primary pool is at or below
     * failoverRatio, traffic arriving at the load-balanced IP will be directed to
     * the backup pool.  In case where failoverRatio and backupPool are not set,
     * or all the instances in the backup pool are unhealthy, the traffic will be
     * directed back to the primary pool in the &quot;force&quot; mode, where
     * traffic will be spread to the healthy instances with the best effort, or to
     * all instances when no instance is healthy.
     */
    backupPool: string;
    /**
     * [Output Only] Creation timestamp in RFC3339 text format.
     */
    creationTimestamp: string;
    /**
     * An optional description of this resource. Provide this property when you
     * create the resource.
     */
    description: string;
    /**
     * This field is applicable only when the containing target pool is serving a
     * forwarding rule as the primary pool (i.e., not as a backup pool to some
     * other target pool). The value of the field must be in [0, 1].  If set,
     * backupPool must also be set. They together define the fallback behavior of
     * the primary target pool: if the ratio of the healthy instances in the
     * primary pool is at or below this number, traffic arriving at the
     * load-balanced IP will be directed to the backup pool.  In case where
     * failoverRatio is not set or all the instances in the backup pool are
     * unhealthy, the traffic will be directed back to the primary pool in the
     * &quot;force&quot; mode, where traffic will be spread to the healthy
     * instances with the best effort, or to all instances when no instance is
     * healthy.
     */
    failoverRatio: number;
    /**
     * The URL of the HttpHealthCheck resource. A member instance in this pool is
     * considered healthy if and only if the health checks pass. An empty list
     * means all member instances will be considered healthy at all times. Only
     * HttpHealthChecks are supported. Only one health check may be specified.
     */
    healthChecks: string[];
    /**
     * [Output Only] The unique identifier for the resource. This identifier is
     * defined by the server.
     */
    id: string;
    /**
     * A list of resource URLs to the virtual machine instances serving this pool.
     * They must live in zones contained in the same region as this pool.
     */
    instances: string[];
    /**
     * [Output Only] Type of the resource. Always compute#targetPool for target
     * pools.
     */
    kind: string;
    /**
     * Name of the resource. Provided by the client when the resource is created.
     * The name must be 1-63 characters long, and comply with RFC1035.
     * Specifically, the name must be 1-63 characters long and match the regular
     * expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character
     * must be a lowercase letter, and all following characters must be a dash,
     * lowercase letter, or digit, except the last character, which cannot be a
     * dash.
     */
    name: string;
    /**
     * [Output Only] URL of the region where the target pool resides.
     */
    region: string;
    /**
     * [Output Only] Server-defined URL for the resource.
     */
    selfLink: string;
    /**
     * Sesssion affinity option, must be one of the following values: NONE:
     * Connections from the same client IP may go to any instance in the pool.
     * CLIENT_IP: Connections from the same client IP will go to the same instance
     * in the pool while that instance remains healthy. CLIENT_IP_PROTO:
     * Connections from the same client IP with the same IP protocol will go to
     * the same instance in the pool while that instance remains healthy.
     */
    sessionAffinity: string;
}
export interface Schema$TargetPoolAggregatedList {
    /**
     * [Output Only] Unique identifier for the resource; defined by the server.
     */
    id: string;
    /**
     * A list of TargetPool resources.
     */
    items: any;
    /**
     * [Output Only] Type of resource. Always compute#targetPoolAggregatedList for
     * aggregated lists of target pools.
     */
    kind: string;
    /**
     * [Output Only] This token allows you to get the next page of results for
     * list requests. If the number of results is larger than maxResults, use the
     * nextPageToken as a value for the query parameter pageToken in the next list
     * request. Subsequent list requests will have their own nextPageToken to
     * continue paging through the results.
     */
    nextPageToken: string;
    /**
     * [Output Only] Server-defined URL for this resource.
     */
    selfLink: string;
    /**
     * [Output Only] Informational warning message.
     */
    warning: any;
}
export interface Schema$TargetPoolInstanceHealth {
    healthStatus: Schema$HealthStatus[];
    /**
     * [Output Only] Type of resource. Always compute#targetPoolInstanceHealth
     * when checking the health of an instance.
     */
    kind: string;
}
/**
 * Contains a list of TargetPool resources.
 */
export interface Schema$TargetPoolList {
    /**
     * [Output Only] Unique identifier for the resource; defined by the server.
     */
    id: string;
    /**
     * A list of TargetPool resources.
     */
    items: Schema$TargetPool[];
    /**
     * [Output Only] Type of resource. Always compute#targetPoolList for lists of
     * target pools.
     */
    kind: string;
    /**
     * [Output Only] This token allows you to get the next page of results for
     * list requests. If the number of results is larger than maxResults, use the
     * nextPageToken as a value for the query parameter pageToken in the next list
     * request. Subsequent list requests will have their own nextPageToken to
     * continue paging through the results.
     */
    nextPageToken: string;
    /**
     * [Output Only] Server-defined URL for this resource.
     */
    selfLink: string;
    /**
     * [Output Only] Informational warning message.
     */
    warning: any;
}
export interface Schema$TargetPoolsAddHealthCheckRequest {
    /**
     * The HttpHealthCheck to add to the target pool.
     */
    healthChecks: Schema$HealthCheckReference[];
}
export interface Schema$TargetPoolsAddInstanceRequest {
    /**
     * A full or partial URL to an instance to add to this target pool. This can
     * be a full or partial URL. For example, the following are valid URLs:   -
     * https://www.googleapis.com/compute/v1/projects/project-id/zones/zone/instances/instance-name
     * - projects/project-id/zones/zone/instances/instance-name  -
     * zones/zone/instances/instance-name
     */
    instances: Schema$InstanceReference[];
}
export interface Schema$TargetPoolsRemoveHealthCheckRequest {
    /**
     * Health check URL to be removed. This can be a full or valid partial URL.
     * For example, the following are valid URLs:   -
     * https://www.googleapis.com/compute/beta/projects/project/global/httpHealthChecks/health-check
     * - projects/project/global/httpHealthChecks/health-check  -
     * global/httpHealthChecks/health-check
     */
    healthChecks: Schema$HealthCheckReference[];
}
export interface Schema$TargetPoolsRemoveInstanceRequest {
    /**
     * URLs of the instances to be removed from target pool.
     */
    instances: Schema$InstanceReference[];
}
export interface Schema$TargetPoolsScopedList {
    /**
     * List of target pools contained in this scope.
     */
    targetPools: Schema$TargetPool[];
    /**
     * Informational warning which replaces the list of addresses when the list is
     * empty.
     */
    warning: any;
}
export interface Schema$TargetReference {
    target: string;
}
export interface Schema$TargetSslProxiesSetBackendServiceRequest {
    /**
     * The URL of the new BackendService resource for the targetSslProxy.
     */
    service: string;
}
export interface Schema$TargetSslProxiesSetProxyHeaderRequest {
    /**
     * The new type of proxy header to append before sending data to the backend.
     * NONE or PROXY_V1 are allowed.
     */
    proxyHeader: string;
}
export interface Schema$TargetSslProxiesSetSslCertificatesRequest {
    /**
     * New set of URLs to SslCertificate resources to associate with this
     * TargetSslProxy. Currently exactly one ssl certificate must be specified.
     */
    sslCertificates: string[];
}
/**
 * A TargetSslProxy resource. This resource defines an SSL proxy. (==
 * resource_for beta.targetSslProxies ==) (== resource_for v1.targetSslProxies
 * ==)
 */
export interface Schema$TargetSslProxy {
    /**
     * [Output Only] Creation timestamp in RFC3339 text format.
     */
    creationTimestamp: string;
    /**
     * An optional description of this resource. Provide this property when you
     * create the resource.
     */
    description: string;
    /**
     * [Output Only] The unique identifier for the resource. This identifier is
     * defined by the server.
     */
    id: string;
    /**
     * [Output Only] Type of the resource. Always compute#targetSslProxy for
     * target SSL proxies.
     */
    kind: string;
    /**
     * Name of the resource. Provided by the client when the resource is created.
     * The name must be 1-63 characters long, and comply with RFC1035.
     * Specifically, the name must be 1-63 characters long and match the regular
     * expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character
     * must be a lowercase letter, and all following characters must be a dash,
     * lowercase letter, or digit, except the last character, which cannot be a
     * dash.
     */
    name: string;
    /**
     * Specifies the type of proxy header to append before sending data to the
     * backend, either NONE or PROXY_V1. The default is NONE.
     */
    proxyHeader: string;
    /**
     * [Output Only] Server-defined URL for the resource.
     */
    selfLink: string;
    /**
     * URL to the BackendService resource.
     */
    service: string;
    /**
     * URLs to SslCertificate resources that are used to authenticate connections
     * to Backends. Currently exactly one SSL certificate must be specified.
     */
    sslCertificates: string[];
    /**
     * URL of SslPolicy resource that will be associated with the TargetSslProxy
     * resource. If not set, the TargetSslProxy resource will not have any SSL
     * policy configured.
     */
    sslPolicy: string;
}
/**
 * Contains a list of TargetSslProxy resources.
 */
export interface Schema$TargetSslProxyList {
    /**
     * [Output Only] Unique identifier for the resource; defined by the server.
     */
    id: string;
    /**
     * A list of TargetSslProxy resources.
     */
    items: Schema$TargetSslProxy[];
    /**
     * Type of resource.
     */
    kind: string;
    /**
     * [Output Only] This token allows you to get the next page of results for
     * list requests. If the number of results is larger than maxResults, use the
     * nextPageToken as a value for the query parameter pageToken in the next list
     * request. Subsequent list requests will have their own nextPageToken to
     * continue paging through the results.
     */
    nextPageToken: string;
    /**
     * [Output Only] Server-defined URL for this resource.
     */
    selfLink: string;
    /**
     * [Output Only] Informational warning message.
     */
    warning: any;
}
export interface Schema$TargetTcpProxiesSetBackendServiceRequest {
    /**
     * The URL of the new BackendService resource for the targetTcpProxy.
     */
    service: string;
}
export interface Schema$TargetTcpProxiesSetProxyHeaderRequest {
    /**
     * The new type of proxy header to append before sending data to the backend.
     * NONE or PROXY_V1 are allowed.
     */
    proxyHeader: string;
}
/**
 * A TargetTcpProxy resource. This resource defines a TCP proxy. (==
 * resource_for beta.targetTcpProxies ==) (== resource_for v1.targetTcpProxies
 * ==)
 */
export interface Schema$TargetTcpProxy {
    /**
     * [Output Only] Creation timestamp in RFC3339 text format.
     */
    creationTimestamp: string;
    /**
     * An optional description of this resource. Provide this property when you
     * create the resource.
     */
    description: string;
    /**
     * [Output Only] The unique identifier for the resource. This identifier is
     * defined by the server.
     */
    id: string;
    /**
     * [Output Only] Type of the resource. Always compute#targetTcpProxy for
     * target TCP proxies.
     */
    kind: string;
    /**
     * Name of the resource. Provided by the client when the resource is created.
     * The name must be 1-63 characters long, and comply with RFC1035.
     * Specifically, the name must be 1-63 characters long and match the regular
     * expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character
     * must be a lowercase letter, and all following characters must be a dash,
     * lowercase letter, or digit, except the last character, which cannot be a
     * dash.
     */
    name: string;
    /**
     * Specifies the type of proxy header to append before sending data to the
     * backend, either NONE or PROXY_V1. The default is NONE.
     */
    proxyHeader: string;
    /**
     * [Output Only] Server-defined URL for the resource.
     */
    selfLink: string;
    /**
     * URL to the BackendService resource.
     */
    service: string;
}
/**
 * Contains a list of TargetTcpProxy resources.
 */
export interface Schema$TargetTcpProxyList {
    /**
     * [Output Only] Unique identifier for the resource; defined by the server.
     */
    id: string;
    /**
     * A list of TargetTcpProxy resources.
     */
    items: Schema$TargetTcpProxy[];
    /**
     * Type of resource.
     */
    kind: string;
    /**
     * [Output Only] This token allows you to get the next page of results for
     * list requests. If the number of results is larger than maxResults, use the
     * nextPageToken as a value for the query parameter pageToken in the next list
     * request. Subsequent list requests will have their own nextPageToken to
     * continue paging through the results.
     */
    nextPageToken: string;
    /**
     * [Output Only] Server-defined URL for this resource.
     */
    selfLink: string;
    /**
     * [Output Only] Informational warning message.
     */
    warning: any;
}
/**
 * Represents a Target VPN gateway resource. (== resource_for
 * beta.targetVpnGateways ==) (== resource_for v1.targetVpnGateways ==)
 */
export interface Schema$TargetVpnGateway {
    /**
     * [Output Only] Creation timestamp in RFC3339 text format.
     */
    creationTimestamp: string;
    /**
     * An optional description of this resource. Provide this property when you
     * create the resource.
     */
    description: string;
    /**
     * [Output Only] A list of URLs to the ForwardingRule resources.
     * ForwardingRules are created using compute.forwardingRules.insert and
     * associated to a VPN gateway.
     */
    forwardingRules: string[];
    /**
     * [Output Only] The unique identifier for the resource. This identifier is
     * defined by the server.
     */
    id: string;
    /**
     * [Output Only] Type of resource. Always compute#targetVpnGateway for target
     * VPN gateways.
     */
    kind: string;
    /**
     * A fingerprint for the labels being applied to this TargetVpnGateway, which
     * is essentially a hash of the labels set used for optimistic locking. The
     * fingerprint is initially generated by Compute Engine and changes after
     * every request to modify or update labels. You must always provide an
     * up-to-date fingerprint hash in order to update or change labels.  To see
     * the latest fingerprint, make a get() request to retrieve an
     * TargetVpnGateway.
     */
    labelFingerprint: string;
    /**
     * Labels to apply to this TargetVpnGateway resource. These can be later
     * modified by the setLabels method. Each label key/value must comply with
     * RFC1035. Label values may be empty.
     */
    labels: any;
    /**
     * Name of the resource. Provided by the client when the resource is created.
     * The name must be 1-63 characters long, and comply with RFC1035.
     * Specifically, the name must be 1-63 characters long and match the regular
     * expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character
     * must be a lowercase letter, and all following characters must be a dash,
     * lowercase letter, or digit, except the last character, which cannot be a
     * dash.
     */
    name: string;
    /**
     * URL of the network to which this VPN gateway is attached. Provided by the
     * client when the VPN gateway is created.
     */
    network: string;
    /**
     * [Output Only] URL of the region where the target VPN gateway resides. You
     * must specify this field as part of the HTTP request URL. It is not settable
     * as a field in the request body.
     */
    region: string;
    /**
     * [Output Only] Server-defined URL for the resource.
     */
    selfLink: string;
    /**
     * [Output Only] The status of the VPN gateway.
     */
    status: string;
    /**
     * [Output Only] A list of URLs to VpnTunnel resources. VpnTunnels are created
     * using compute.vpntunnels.insert method and associated to a VPN gateway.
     */
    tunnels: string[];
}
export interface Schema$TargetVpnGatewayAggregatedList {
    /**
     * [Output Only] Unique identifier for the resource; defined by the server.
     */
    id: string;
    /**
     * A list of TargetVpnGateway resources.
     */
    items: any;
    /**
     * [Output Only] Type of resource. Always compute#targetVpnGateway for target
     * VPN gateways.
     */
    kind: string;
    /**
     * [Output Only] This token allows you to get the next page of results for
     * list requests. If the number of results is larger than maxResults, use the
     * nextPageToken as a value for the query parameter pageToken in the next list
     * request. Subsequent list requests will have their own nextPageToken to
     * continue paging through the results.
     */
    nextPageToken: string;
    /**
     * [Output Only] Server-defined URL for this resource.
     */
    selfLink: string;
    /**
     * [Output Only] Informational warning message.
     */
    warning: any;
}
/**
 * Contains a list of TargetVpnGateway resources.
 */
export interface Schema$TargetVpnGatewayList {
    /**
     * [Output Only] Unique identifier for the resource; defined by the server.
     */
    id: string;
    /**
     * A list of TargetVpnGateway resources.
     */
    items: Schema$TargetVpnGateway[];
    /**
     * [Output Only] Type of resource. Always compute#targetVpnGateway for target
     * VPN gateways.
     */
    kind: string;
    /**
     * [Output Only] This token allows you to get the next page of results for
     * list requests. If the number of results is larger than maxResults, use the
     * nextPageToken as a value for the query parameter pageToken in the next list
     * request. Subsequent list requests will have their own nextPageToken to
     * continue paging through the results.
     */
    nextPageToken: string;
    /**
     * [Output Only] Server-defined URL for this resource.
     */
    selfLink: string;
    /**
     * [Output Only] Informational warning message.
     */
    warning: any;
}
export interface Schema$TargetVpnGatewaysScopedList {
    /**
     * [Output Only] List of target vpn gateways contained in this scope.
     */
    targetVpnGateways: Schema$TargetVpnGateway[];
    /**
     * [Output Only] Informational warning which replaces the list of addresses
     * when the list is empty.
     */
    warning: any;
}
export interface Schema$TCPHealthCheck {
    /**
     * The TCP port number for the health check request. The default value is 80.
     * Valid values are 1 through 65535.
     */
    port: number;
    /**
     * Port name as defined in InstanceGroup#NamedPort#name. If both port and
     * port_name are defined, port takes precedence.
     */
    portName: string;
    /**
     * Specifies how port is selected for health checking, can be one of following
     * values: USE_FIXED_PORT: The port number in port is used for health
     * checking. USE_NAMED_PORT: The portName is used for health checking.
     * USE_SERVING_PORT: For NetworkEndpointGroup, the port specified for each
     * network endpoint is used for health checking. For other backends, the port
     * or named port specified in the Backend Service is used for health checking.
     * If not specified, TCP health check follows behavior specified in port and
     * portName fields.
     */
    portSpecification: string;
    /**
     * Specifies the type of proxy header to append before sending data to the
     * backend, either NONE or PROXY_V1. The default is NONE.
     */
    proxyHeader: string;
    /**
     * The application data to send once the TCP connection has been established
     * (default value is empty). If both request and response are empty, the
     * connection establishment alone will indicate health. The request data can
     * only be ASCII.
     */
    request: string;
    /**
     * The bytes to match against the beginning of the response data. If left
     * empty (the default value), any response will indicate health. The response
     * data can only be ASCII.
     */
    response: string;
}
export interface Schema$TestFailure {
    actualService: string;
    expectedService: string;
    host: string;
    path: string;
}
export interface Schema$TestPermissionsRequest {
    /**
     * The set of permissions to check for the &#39;resource&#39;. Permissions
     * with wildcards (such as &#39;*&#39; or &#39;storage.*&#39;) are not
     * allowed.
     */
    permissions: string[];
}
export interface Schema$TestPermissionsResponse {
    /**
     * A subset of `TestPermissionsRequest.permissions` that the caller is
     * allowed.
     */
    permissions: string[];
}
export interface Schema$UDPHealthCheck {
    /**
     * The UDP port number for the health check request. Valid values are 1
     * through 65535.
     */
    port: number;
    /**
     * Port name as defined in InstanceGroup#NamedPort#name. If both port and
     * port_name are defined, port takes precedence.
     */
    portName: string;
    /**
     * Raw data of request to send in payload of UDP packet. It is an error if
     * this is empty. The request data can only be ASCII.
     */
    request: string;
    /**
     * The bytes to match against the beginning of the response data. It is an
     * error if this is empty. The response data can only be ASCII.
     */
    response: string;
}
/**
 * A UrlMap resource. This resource defines the mapping from URL to the
 * BackendService resource, based on the &quot;longest-match&quot; of the
 * URL&#39;s host and path.
 */
export interface Schema$UrlMap {
    /**
     * [Output Only] Creation timestamp in RFC3339 text format.
     */
    creationTimestamp: string;
    /**
     * The URL of the BackendService resource if none of the hostRules match.
     */
    defaultService: string;
    /**
     * An optional description of this resource. Provide this property when you
     * create the resource.
     */
    description: string;
    /**
     * Fingerprint of this resource. A hash of the contents stored in this object.
     * This field is used in optimistic locking. This field will be ignored when
     * inserting a UrlMap. An up-to-date fingerprint must be provided in order to
     * update the UrlMap.
     */
    fingerprint: string;
    /**
     * The list of HostRules to use against the URL.
     */
    hostRules: Schema$HostRule[];
    /**
     * [Output Only] The unique identifier for the resource. This identifier is
     * defined by the server.
     */
    id: string;
    /**
     * [Output Only] Type of the resource. Always compute#urlMaps for url maps.
     */
    kind: string;
    /**
     * Name of the resource. Provided by the client when the resource is created.
     * The name must be 1-63 characters long, and comply with RFC1035.
     * Specifically, the name must be 1-63 characters long and match the regular
     * expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character
     * must be a lowercase letter, and all following characters must be a dash,
     * lowercase letter, or digit, except the last character, which cannot be a
     * dash.
     */
    name: string;
    /**
     * The list of named PathMatchers to use against the URL.
     */
    pathMatchers: Schema$PathMatcher[];
    /**
     * [Output Only] URL of the region where the regional URL map resides. This
     * field is not applicable to global URL maps. You must specify this field as
     * part of the HTTP request URL. It is not settable as a field in the request
     * body.
     */
    region: string;
    /**
     * [Output Only] Server-defined URL for the resource.
     */
    selfLink: string;
    /**
     * The list of expected URL mapping tests. Request to update this UrlMap will
     * succeed only if all of the test cases pass. You can specify a maximum of
     * 100 tests per UrlMap.
     */
    tests: Schema$UrlMapTest[];
}
/**
 * Contains a list of UrlMap resources.
 */
export interface Schema$UrlMapList {
    /**
     * [Output Only] Unique identifier for the resource; defined by the server.
     */
    id: string;
    /**
     * A list of UrlMap resources.
     */
    items: Schema$UrlMap[];
    /**
     * Type of resource.
     */
    kind: string;
    /**
     * [Output Only] This token allows you to get the next page of results for
     * list requests. If the number of results is larger than maxResults, use the
     * nextPageToken as a value for the query parameter pageToken in the next list
     * request. Subsequent list requests will have their own nextPageToken to
     * continue paging through the results.
     */
    nextPageToken: string;
    /**
     * [Output Only] Server-defined URL for this resource.
     */
    selfLink: string;
    /**
     * [Output Only] Informational warning message.
     */
    warning: any;
}
export interface Schema$UrlMapReference {
    urlMap: string;
}
export interface Schema$UrlMapsValidateRequest {
    /**
     * Content of the UrlMap to be validated.
     */
    resource: Schema$UrlMap;
}
export interface Schema$UrlMapsValidateResponse {
    result: Schema$UrlMapValidationResult;
}
/**
 * Message for the expected URL mappings.
 */
export interface Schema$UrlMapTest {
    /**
     * Description of this test case.
     */
    description: string;
    /**
     * Host portion of the URL.
     */
    host: string;
    /**
     * Path portion of the URL.
     */
    path: string;
    /**
     * Expected BackendService resource the given URL should be mapped to.
     */
    service: string;
}
/**
 * Message representing the validation result for a UrlMap.
 */
export interface Schema$UrlMapValidationResult {
    loadErrors: string[];
    /**
     * Whether the given UrlMap can be successfully loaded. If false,
     * &#39;loadErrors&#39; indicates the reasons.
     */
    loadSucceeded: boolean;
    testFailures: Schema$TestFailure[];
    /**
     * If successfully loaded, this field indicates whether the test passed. If
     * false, &#39;testFailures&#39;s indicate the reason of failure.
     */
    testPassed: boolean;
}
/**
 * Subnetwork which the current user has compute.subnetworks.use permission on.
 */
export interface Schema$UsableSubnetwork {
    /**
     * The range of internal addresses that are owned by this subnetwork.
     */
    ipCidrRange: string;
    /**
     * Network URL.
     */
    network: string;
    /**
     * Subnetwork URL.
     */
    subnetwork: string;
}
export interface Schema$UsableSubnetworksAggregatedList {
    /**
     * [Output Only] The unique identifier for the resource. This identifier is
     * defined by the server.
     */
    id: string;
    /**
     * [Output] A list of usable subnetwork URLs.
     */
    items: Schema$UsableSubnetwork[];
    /**
     * [Output Only] Type of resource. Always
     * compute#usableSubnetworksAggregatedList for aggregated lists of usable
     * subnetworks.
     */
    kind: string;
    /**
     * [Output Only] This token allows you to get the next page of results for
     * list requests. If the number of results is larger than maxResults, use the
     * nextPageToken as a value for the query parameter pageToken in the next list
     * request. Subsequent list requests will have their own nextPageToken to
     * continue paging through the results.
     */
    nextPageToken: string;
    /**
     * [Output Only] Server-defined URL for this resource.
     */
    selfLink: string;
    /**
     * [Output Only] Informational warning message.
     */
    warning: any;
}
/**
 * The location in Cloud Storage and naming method of the daily usage report.
 * Contains bucket_name and report_name prefix.
 */
export interface Schema$UsageExportLocation {
    /**
     * The name of an existing bucket in Cloud Storage where the usage report
     * object is stored. The Google Service Account is granted write access to
     * this bucket. This can either be the bucket name by itself, such as
     * example-bucket, or the bucket name with gs:// or
     * https://storage.googleapis.com/ in front of it, such as
     * gs://example-bucket.
     */
    bucketName: string;
    /**
     * An optional prefix for the name of the usage report object stored in
     * bucketName. If not supplied, defaults to usage. The report is stored as a
     * CSV file named report_name_prefix_gce_YYYYMMDD.csv where YYYYMMDD is the
     * day of the usage according to Pacific Time. If you supply a prefix, it
     * should conform to Cloud Storage object naming conventions.
     */
    reportNamePrefix: string;
}
/**
 * A Vm Maintenance Policy specifies what kind of infrastructure maintenance we
 * are allowed to perform on this VM and when.
 */
export interface Schema$VmMaintenancePolicy {
    /**
     * Maintenance windows that are applied to VMs covered by this policy.
     */
    maintenanceWindow: Schema$MaintenanceWindow;
}
/**
 * VPN tunnel resource. (== resource_for beta.vpnTunnels ==) (== resource_for
 * v1.vpnTunnels ==)
 */
export interface Schema$VpnTunnel {
    /**
     * [Output Only] Creation timestamp in RFC3339 text format.
     */
    creationTimestamp: string;
    /**
     * An optional description of this resource. Provide this property when you
     * create the resource.
     */
    description: string;
    /**
     * [Output Only] Detailed status message for the VPN tunnel.
     */
    detailedStatus: string;
    /**
     * [Output Only] The unique identifier for the resource. This identifier is
     * defined by the server.
     */
    id: string;
    /**
     * IKE protocol version to use when establishing the VPN tunnel with peer VPN
     * gateway. Acceptable IKE versions are 1 or 2. Default version is 2.
     */
    ikeVersion: number;
    /**
     * [Output Only] Type of resource. Always compute#vpnTunnel for VPN tunnels.
     */
    kind: string;
    /**
     * A fingerprint for the labels being applied to this VpnTunnel, which is
     * essentially a hash of the labels set used for optimistic locking. The
     * fingerprint is initially generated by Compute Engine and changes after
     * every request to modify or update labels. You must always provide an
     * up-to-date fingerprint hash in order to update or change labels.  To see
     * the latest fingerprint, make a get() request to retrieve a VpnTunnel.
     */
    labelFingerprint: string;
    /**
     * Labels to apply to this VpnTunnel. These can be later modified by the
     * setLabels method. Each label key/value pair must comply with RFC1035. Label
     * values may be empty.
     */
    labels: any;
    /**
     * Local traffic selector to use when establishing the VPN tunnel with peer
     * VPN gateway. The value should be a CIDR formatted string, for example:
     * 192.168.0.0/16. The ranges should be disjoint. Only IPv4 is supported.
     */
    localTrafficSelector: string[];
    /**
     * Name of the resource. Provided by the client when the resource is created.
     * The name must be 1-63 characters long, and comply with RFC1035.
     * Specifically, the name must be 1-63 characters long and match the regular
     * expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character
     * must be a lowercase letter, and all following characters must be a dash,
     * lowercase letter, or digit, except the last character, which cannot be a
     * dash.
     */
    name: string;
    /**
     * IP address of the peer VPN gateway. Only IPv4 is supported.
     */
    peerIp: string;
    /**
     * [Output Only] URL of the region where the VPN tunnel resides. You must
     * specify this field as part of the HTTP request URL. It is not settable as a
     * field in the request body.
     */
    region: string;
    /**
     * Remote traffic selectors to use when establishing the VPN tunnel with peer
     * VPN gateway. The value should be a CIDR formatted string, for example:
     * 192.168.0.0/16. The ranges should be disjoint. Only IPv4 is supported.
     */
    remoteTrafficSelector: string[];
    /**
     * URL of router resource to be used for dynamic routing.
     */
    router: string;
    /**
     * [Output Only] Server-defined URL for the resource.
     */
    selfLink: string;
    /**
     * Shared secret used to set the secure session between the Cloud VPN gateway
     * and the peer VPN gateway.
     */
    sharedSecret: string;
    /**
     * Hash of the shared secret.
     */
    sharedSecretHash: string;
    /**
     * [Output Only] The status of the VPN tunnel.
     */
    status: string;
    /**
     * URL of the Target VPN gateway with which this VPN tunnel is associated.
     * Provided by the client when the VPN tunnel is created.
     */
    targetVpnGateway: string;
}
export interface Schema$VpnTunnelAggregatedList {
    /**
     * [Output Only] Unique identifier for the resource; defined by the server.
     */
    id: string;
    /**
     * A list of VpnTunnelsScopedList resources.
     */
    items: any;
    /**
     * [Output Only] Type of resource. Always compute#vpnTunnel for VPN tunnels.
     */
    kind: string;
    /**
     * [Output Only] This token allows you to get the next page of results for
     * list requests. If the number of results is larger than maxResults, use the
     * nextPageToken as a value for the query parameter pageToken in the next list
     * request. Subsequent list requests will have their own nextPageToken to
     * continue paging through the results.
     */
    nextPageToken: string;
    /**
     * [Output Only] Server-defined URL for this resource.
     */
    selfLink: string;
    /**
     * [Output Only] Informational warning message.
     */
    warning: any;
}
/**
 * Contains a list of VpnTunnel resources.
 */
export interface Schema$VpnTunnelList {
    /**
     * [Output Only] Unique identifier for the resource; defined by the server.
     */
    id: string;
    /**
     * A list of VpnTunnel resources.
     */
    items: Schema$VpnTunnel[];
    /**
     * [Output Only] Type of resource. Always compute#vpnTunnel for VPN tunnels.
     */
    kind: string;
    /**
     * [Output Only] This token allows you to get the next page of results for
     * list requests. If the number of results is larger than maxResults, use the
     * nextPageToken as a value for the query parameter pageToken in the next list
     * request. Subsequent list requests will have their own nextPageToken to
     * continue paging through the results.
     */
    nextPageToken: string;
    /**
     * [Output Only] Server-defined URL for this resource.
     */
    selfLink: string;
    /**
     * [Output Only] Informational warning message.
     */
    warning: any;
}
export interface Schema$VpnTunnelsScopedList {
    /**
     * List of vpn tunnels contained in this scope.
     */
    vpnTunnels: Schema$VpnTunnel[];
    /**
     * Informational warning which replaces the list of addresses when the list is
     * empty.
     */
    warning: any;
}
export interface Schema$XpnHostList {
    /**
     * [Output Only] Unique identifier for the resource; defined by the server.
     */
    id: string;
    /**
     * [Output Only] A list of shared VPC host project URLs.
     */
    items: Schema$Project[];
    /**
     * [Output Only] Type of resource. Always compute#xpnHostList for lists of
     * shared VPC hosts.
     */
    kind: string;
    /**
     * [Output Only] This token allows you to get the next page of results for
     * list requests. If the number of results is larger than maxResults, use the
     * nextPageToken as a value for the query parameter pageToken in the next list
     * request. Subsequent list requests will have their own nextPageToken to
     * continue paging through the results.
     */
    nextPageToken: string;
    /**
     * [Output Only] Server-defined URL for this resource.
     */
    selfLink: string;
    /**
     * [Output Only] Informational warning message.
     */
    warning: any;
}
/**
 * Service resource (a.k.a service project) ID.
 */
export interface Schema$XpnResourceId {
    /**
     * The ID of the service resource. In the case of projects, this field matches
     * the project ID (e.g., my-project), not the project number (e.g., 12345678).
     */
    id: string;
    /**
     * The type of the service resource.
     */
    type: string;
}
/**
 * A Zone resource. (== resource_for beta.zones ==) (== resource_for v1.zones
 * ==)
 */
export interface Schema$Zone {
    /**
     * [Output Only] Available cpu/platform selections for the zone.
     */
    availableCpuPlatforms: string[];
    /**
     * [Output Only] Creation timestamp in RFC3339 text format.
     */
    creationTimestamp: string;
    /**
     * [Output Only] The deprecation status associated with this zone.
     */
    deprecated: Schema$DeprecationStatus;
    /**
     * [Output Only] Textual description of the resource.
     */
    description: string;
    /**
     * [Output Only] The unique identifier for the resource. This identifier is
     * defined by the server.
     */
    id: string;
    /**
     * [Output Only] Type of the resource. Always compute#zone for zones.
     */
    kind: string;
    /**
     * [Output Only] Name of the resource.
     */
    name: string;
    /**
     * [Output Only] Full URL reference to the region which hosts the zone.
     */
    region: string;
    /**
     * [Output Only] Server-defined URL for the resource.
     */
    selfLink: string;
    /**
     * [Output Only] Status of the zone, either UP or DOWN.
     */
    status: string;
}
/**
 * Contains a list of zone resources.
 */
export interface Schema$ZoneList {
    /**
     * [Output Only] Unique identifier for the resource; defined by the server.
     */
    id: string;
    /**
     * A list of Zone resources.
     */
    items: Schema$Zone[];
    /**
     * Type of resource.
     */
    kind: string;
    /**
     * [Output Only] This token allows you to get the next page of results for
     * list requests. If the number of results is larger than maxResults, use the
     * nextPageToken as a value for the query parameter pageToken in the next list
     * request. Subsequent list requests will have their own nextPageToken to
     * continue paging through the results.
     */
    nextPageToken: string;
    /**
     * [Output Only] Server-defined URL for this resource.
     */
    selfLink: string;
    /**
     * [Output Only] Informational warning message.
     */
    warning: any;
}
export interface Schema$ZoneSetLabelsRequest {
    /**
     * The fingerprint of the previous set of labels for this resource, used to
     * detect conflicts. The fingerprint is initially generated by Compute Engine
     * and changes after every request to modify or update labels. You must always
     * provide an up-to-date fingerprint hash in order to update or change labels.
     * Make a get() request to the resource to get the latest fingerprint.
     */
    labelFingerprint: string;
    /**
     * The labels to set for this resource.
     */
    labels: any;
}
export declare class Resource$Acceleratortypes {
    root: Compute;
    constructor(root: Compute);
    getRoot(): Compute;
    /**
     * compute.acceleratorTypes.aggregatedList
     * @desc Retrieves an aggregated list of accelerator types.
     * @alias compute.acceleratorTypes.aggregatedList
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string=} params.filter A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either =, !=, >, or <.  For example, if you are filtering Compute Engine instances, you can exclude instances named example-instance by specifying name != example-instance.  You can also filter nested fields. For example, you could specify scheduling.automaticRestart = false to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.  To filter on multiple expressions, provide each separate expression within parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake"). By default, each expression is an AND expression. However, you can include AND and OR expressions explicitly. For example, (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true).
     * @param {integer=} params.maxResults The maximum number of results per page that should be returned. If the number of available results is larger than maxResults, Compute Engine returns a nextPageToken that can be used to get the next page of results in subsequent list requests. Acceptable values are 0 to 500, inclusive. (Default: 500)
     * @param {string=} params.orderBy Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.  You can also sort results in descending order based on the creation timestamp using orderBy="creationTimestamp desc". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.  Currently, only sorting by name or creationTimestamp desc is supported.
     * @param {string=} params.pageToken Specifies a page token to use. Set pageToken to the nextPageToken returned by a previous list request to get the next page of results.
     * @param {string} params.project Project ID for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    aggregatedList(params?: any, options?: MethodOptions): AxiosPromise<Schema$AcceleratorTypeAggregatedList>;
    aggregatedList(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$AcceleratorTypeAggregatedList>, callback?: BodyResponseCallback<Schema$AcceleratorTypeAggregatedList>): void;
    /**
     * compute.acceleratorTypes.get
     * @desc Returns the specified accelerator type. Get a list of available
     * accelerator types by making a list() request.
     * @alias compute.acceleratorTypes.get
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.acceleratorType Name of the accelerator type to return.
     * @param {string} params.project Project ID for this request.
     * @param {string} params.zone The name of the zone for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    get(params?: any, options?: MethodOptions): AxiosPromise<Schema$AcceleratorType>;
    get(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$AcceleratorType>, callback?: BodyResponseCallback<Schema$AcceleratorType>): void;
    /**
     * compute.acceleratorTypes.list
     * @desc Retrieves a list of accelerator types available to the specified
     * project.
     * @alias compute.acceleratorTypes.list
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string=} params.filter A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either =, !=, >, or <.  For example, if you are filtering Compute Engine instances, you can exclude instances named example-instance by specifying name != example-instance.  You can also filter nested fields. For example, you could specify scheduling.automaticRestart = false to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.  To filter on multiple expressions, provide each separate expression within parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake"). By default, each expression is an AND expression. However, you can include AND and OR expressions explicitly. For example, (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true).
     * @param {integer=} params.maxResults The maximum number of results per page that should be returned. If the number of available results is larger than maxResults, Compute Engine returns a nextPageToken that can be used to get the next page of results in subsequent list requests. Acceptable values are 0 to 500, inclusive. (Default: 500)
     * @param {string=} params.orderBy Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.  You can also sort results in descending order based on the creation timestamp using orderBy="creationTimestamp desc". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.  Currently, only sorting by name or creationTimestamp desc is supported.
     * @param {string=} params.pageToken Specifies a page token to use. Set pageToken to the nextPageToken returned by a previous list request to get the next page of results.
     * @param {string} params.project Project ID for this request.
     * @param {string} params.zone The name of the zone for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    list(params?: any, options?: MethodOptions): AxiosPromise<Schema$AcceleratorTypeList>;
    list(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$AcceleratorTypeList>, callback?: BodyResponseCallback<Schema$AcceleratorTypeList>): void;
}
export declare class Resource$Addresses {
    root: Compute;
    constructor(root: Compute);
    getRoot(): Compute;
    /**
     * compute.addresses.aggregatedList
     * @desc Retrieves an aggregated list of addresses.
     * @alias compute.addresses.aggregatedList
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string=} params.filter A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either =, !=, >, or <.  For example, if you are filtering Compute Engine instances, you can exclude instances named example-instance by specifying name != example-instance.  You can also filter nested fields. For example, you could specify scheduling.automaticRestart = false to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.  To filter on multiple expressions, provide each separate expression within parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake"). By default, each expression is an AND expression. However, you can include AND and OR expressions explicitly. For example, (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true).
     * @param {integer=} params.maxResults The maximum number of results per page that should be returned. If the number of available results is larger than maxResults, Compute Engine returns a nextPageToken that can be used to get the next page of results in subsequent list requests. Acceptable values are 0 to 500, inclusive. (Default: 500)
     * @param {string=} params.orderBy Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.  You can also sort results in descending order based on the creation timestamp using orderBy="creationTimestamp desc". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.  Currently, only sorting by name or creationTimestamp desc is supported.
     * @param {string=} params.pageToken Specifies a page token to use. Set pageToken to the nextPageToken returned by a previous list request to get the next page of results.
     * @param {string} params.project Project ID for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    aggregatedList(params?: any, options?: MethodOptions): AxiosPromise<Schema$AddressAggregatedList>;
    aggregatedList(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$AddressAggregatedList>, callback?: BodyResponseCallback<Schema$AddressAggregatedList>): void;
    /**
     * compute.addresses.delete
     * @desc Deletes the specified address resource.
     * @alias compute.addresses.delete
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.address Name of the address resource to delete.
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    delete(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    delete(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.addresses.get
     * @desc Returns the specified address resource.
     * @alias compute.addresses.get
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.address Name of the address resource to return.
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    get(params?: any, options?: MethodOptions): AxiosPromise<Schema$Address>;
    get(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Address>, callback?: BodyResponseCallback<Schema$Address>): void;
    /**
     * compute.addresses.insert
     * @desc Creates an address resource in the specified project using the data
     * included in the request.
     * @alias compute.addresses.insert
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {().Address} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    insert(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    insert(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.addresses.list
     * @desc Retrieves a list of addresses contained within the specified region.
     * @alias compute.addresses.list
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string=} params.filter A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either =, !=, >, or <.  For example, if you are filtering Compute Engine instances, you can exclude instances named example-instance by specifying name != example-instance.  You can also filter nested fields. For example, you could specify scheduling.automaticRestart = false to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.  To filter on multiple expressions, provide each separate expression within parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake"). By default, each expression is an AND expression. However, you can include AND and OR expressions explicitly. For example, (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true).
     * @param {integer=} params.maxResults The maximum number of results per page that should be returned. If the number of available results is larger than maxResults, Compute Engine returns a nextPageToken that can be used to get the next page of results in subsequent list requests. Acceptable values are 0 to 500, inclusive. (Default: 500)
     * @param {string=} params.orderBy Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.  You can also sort results in descending order based on the creation timestamp using orderBy="creationTimestamp desc". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.  Currently, only sorting by name or creationTimestamp desc is supported.
     * @param {string=} params.pageToken Specifies a page token to use. Set pageToken to the nextPageToken returned by a previous list request to get the next page of results.
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    list(params?: any, options?: MethodOptions): AxiosPromise<Schema$AddressList>;
    list(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$AddressList>, callback?: BodyResponseCallback<Schema$AddressList>): void;
    /**
     * compute.addresses.setLabels
     * @desc Sets the labels on an Address. To learn more about labels, read the
     * Labeling Resources documentation.
     * @alias compute.addresses.setLabels
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region The region for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {string} params.resource_ Name of the resource for this request.
     * @param {().RegionSetLabelsRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    setLabels(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    setLabels(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.addresses.testIamPermissions
     * @desc Returns permissions that a caller has on the specified resource.
     * @alias compute.addresses.testIamPermissions
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region The name of the region for this request.
     * @param {string} params.resource_ Name of the resource for this request.
     * @param {().TestPermissionsRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    testIamPermissions(params?: any, options?: MethodOptions): AxiosPromise<Schema$TestPermissionsResponse>;
    testIamPermissions(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$TestPermissionsResponse>, callback?: BodyResponseCallback<Schema$TestPermissionsResponse>): void;
}
export declare class Resource$Autoscalers {
    root: Compute;
    constructor(root: Compute);
    getRoot(): Compute;
    /**
     * compute.autoscalers.aggregatedList
     * @desc Retrieves an aggregated list of autoscalers.
     * @alias compute.autoscalers.aggregatedList
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string=} params.filter A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either =, !=, >, or <.  For example, if you are filtering Compute Engine instances, you can exclude instances named example-instance by specifying name != example-instance.  You can also filter nested fields. For example, you could specify scheduling.automaticRestart = false to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.  To filter on multiple expressions, provide each separate expression within parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake"). By default, each expression is an AND expression. However, you can include AND and OR expressions explicitly. For example, (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true).
     * @param {integer=} params.maxResults The maximum number of results per page that should be returned. If the number of available results is larger than maxResults, Compute Engine returns a nextPageToken that can be used to get the next page of results in subsequent list requests. Acceptable values are 0 to 500, inclusive. (Default: 500)
     * @param {string=} params.orderBy Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.  You can also sort results in descending order based on the creation timestamp using orderBy="creationTimestamp desc". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.  Currently, only sorting by name or creationTimestamp desc is supported.
     * @param {string=} params.pageToken Specifies a page token to use. Set pageToken to the nextPageToken returned by a previous list request to get the next page of results.
     * @param {string} params.project Project ID for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    aggregatedList(params?: any, options?: MethodOptions): AxiosPromise<Schema$AutoscalerAggregatedList>;
    aggregatedList(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$AutoscalerAggregatedList>, callback?: BodyResponseCallback<Schema$AutoscalerAggregatedList>): void;
    /**
     * compute.autoscalers.delete
     * @desc Deletes the specified autoscaler.
     * @alias compute.autoscalers.delete
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.autoscaler Name of the autoscaler to delete.
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {string} params.zone Name of the zone for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    delete(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    delete(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.autoscalers.get
     * @desc Returns the specified autoscaler resource. Get a list of available
     * autoscalers by making a list() request.
     * @alias compute.autoscalers.get
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.autoscaler Name of the autoscaler to return.
     * @param {string} params.project Project ID for this request.
     * @param {string} params.zone Name of the zone for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    get(params?: any, options?: MethodOptions): AxiosPromise<Schema$Autoscaler>;
    get(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Autoscaler>, callback?: BodyResponseCallback<Schema$Autoscaler>): void;
    /**
     * compute.autoscalers.insert
     * @desc Creates an autoscaler in the specified project using the data
     * included in the request.
     * @alias compute.autoscalers.insert
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {string} params.zone Name of the zone for this request.
     * @param {().Autoscaler} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    insert(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    insert(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.autoscalers.list
     * @desc Retrieves a list of autoscalers contained within the specified zone.
     * @alias compute.autoscalers.list
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string=} params.filter A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either =, !=, >, or <.  For example, if you are filtering Compute Engine instances, you can exclude instances named example-instance by specifying name != example-instance.  You can also filter nested fields. For example, you could specify scheduling.automaticRestart = false to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.  To filter on multiple expressions, provide each separate expression within parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake"). By default, each expression is an AND expression. However, you can include AND and OR expressions explicitly. For example, (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true).
     * @param {integer=} params.maxResults The maximum number of results per page that should be returned. If the number of available results is larger than maxResults, Compute Engine returns a nextPageToken that can be used to get the next page of results in subsequent list requests. Acceptable values are 0 to 500, inclusive. (Default: 500)
     * @param {string=} params.orderBy Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.  You can also sort results in descending order based on the creation timestamp using orderBy="creationTimestamp desc". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.  Currently, only sorting by name or creationTimestamp desc is supported.
     * @param {string=} params.pageToken Specifies a page token to use. Set pageToken to the nextPageToken returned by a previous list request to get the next page of results.
     * @param {string} params.project Project ID for this request.
     * @param {string} params.zone Name of the zone for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    list(params?: any, options?: MethodOptions): AxiosPromise<Schema$AutoscalerList>;
    list(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$AutoscalerList>, callback?: BodyResponseCallback<Schema$AutoscalerList>): void;
    /**
     * compute.autoscalers.patch
     * @desc Updates an autoscaler in the specified project using the data
     * included in the request. This method supports PATCH semantics and uses the
     * JSON merge patch format and processing rules.
     * @alias compute.autoscalers.patch
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string=} params.autoscaler Name of the autoscaler to patch.
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {string} params.zone Name of the zone for this request.
     * @param {().Autoscaler} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    patch(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    patch(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.autoscalers.testIamPermissions
     * @desc Returns permissions that a caller has on the specified resource.
     * @alias compute.autoscalers.testIamPermissions
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.resource_ Name of the resource for this request.
     * @param {string} params.zone The name of the zone for this request.
     * @param {().TestPermissionsRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    testIamPermissions(params?: any, options?: MethodOptions): AxiosPromise<Schema$TestPermissionsResponse>;
    testIamPermissions(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$TestPermissionsResponse>, callback?: BodyResponseCallback<Schema$TestPermissionsResponse>): void;
    /**
     * compute.autoscalers.update
     * @desc Updates an autoscaler in the specified project using the data
     * included in the request.
     * @alias compute.autoscalers.update
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string=} params.autoscaler Name of the autoscaler to update.
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {string} params.zone Name of the zone for this request.
     * @param {().Autoscaler} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    update(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    update(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
}
export declare class Resource$Backendbuckets {
    root: Compute;
    constructor(root: Compute);
    getRoot(): Compute;
    /**
     * compute.backendBuckets.addSignedUrlKey
     * @desc Adds the given Signed URL Key to the backend bucket.
     * @alias compute.backendBuckets.addSignedUrlKey
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.backendBucket Name of the BackendBucket resource to which the Signed URL Key should be added. The name should conform to RFC1035.
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {().SignedUrlKey} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    addSignedUrlKey(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    addSignedUrlKey(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.backendBuckets.delete
     * @desc Deletes the specified BackendBucket resource.
     * @alias compute.backendBuckets.delete
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.backendBucket Name of the BackendBucket resource to delete.
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    delete(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    delete(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.backendBuckets.deleteSignedUrlKey
     * @desc Deletes the given Signed URL Key from the backend bucket.
     * @alias compute.backendBuckets.deleteSignedUrlKey
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.backendBucket Name of the BackendBucket resource to which the Signed URL Key should be added. The name should conform to RFC1035.
     * @param {string} params.keyName The name of the Signed URL Key to delete.
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    deleteSignedUrlKey(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    deleteSignedUrlKey(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.backendBuckets.get
     * @desc Returns the specified BackendBucket resource. Get a list of available
     * backend buckets by making a list() request.
     * @alias compute.backendBuckets.get
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.backendBucket Name of the BackendBucket resource to return.
     * @param {string} params.project Project ID for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    get(params?: any, options?: MethodOptions): AxiosPromise<Schema$BackendBucket>;
    get(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$BackendBucket>, callback?: BodyResponseCallback<Schema$BackendBucket>): void;
    /**
     * compute.backendBuckets.getIamPolicy
     * @desc Gets the access control policy for a resource. May be empty if no
     * such policy or resource exists.
     * @alias compute.backendBuckets.getIamPolicy
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.resource_ Name of the resource for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    getIamPolicy(params?: any, options?: MethodOptions): AxiosPromise<Schema$Policy>;
    getIamPolicy(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Policy>, callback?: BodyResponseCallback<Schema$Policy>): void;
    /**
     * compute.backendBuckets.insert
     * @desc Creates a BackendBucket resource in the specified project using the
     * data included in the request.
     * @alias compute.backendBuckets.insert
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {().BackendBucket} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    insert(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    insert(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.backendBuckets.list
     * @desc Retrieves the list of BackendBucket resources available to the
     * specified project.
     * @alias compute.backendBuckets.list
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string=} params.filter A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either =, !=, >, or <.  For example, if you are filtering Compute Engine instances, you can exclude instances named example-instance by specifying name != example-instance.  You can also filter nested fields. For example, you could specify scheduling.automaticRestart = false to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.  To filter on multiple expressions, provide each separate expression within parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake"). By default, each expression is an AND expression. However, you can include AND and OR expressions explicitly. For example, (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true).
     * @param {integer=} params.maxResults The maximum number of results per page that should be returned. If the number of available results is larger than maxResults, Compute Engine returns a nextPageToken that can be used to get the next page of results in subsequent list requests. Acceptable values are 0 to 500, inclusive. (Default: 500)
     * @param {string=} params.orderBy Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.  You can also sort results in descending order based on the creation timestamp using orderBy="creationTimestamp desc". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.  Currently, only sorting by name or creationTimestamp desc is supported.
     * @param {string=} params.pageToken Specifies a page token to use. Set pageToken to the nextPageToken returned by a previous list request to get the next page of results.
     * @param {string} params.project Project ID for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    list(params?: any, options?: MethodOptions): AxiosPromise<Schema$BackendBucketList>;
    list(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$BackendBucketList>, callback?: BodyResponseCallback<Schema$BackendBucketList>): void;
    /**
     * compute.backendBuckets.patch
     * @desc Updates the specified BackendBucket resource with the data included
     * in the request. This method supports PATCH semantics and uses the JSON
     * merge patch format and processing rules.
     * @alias compute.backendBuckets.patch
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.backendBucket Name of the BackendBucket resource to patch.
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {().BackendBucket} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    patch(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    patch(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.backendBuckets.setIamPolicy
     * @desc Sets the access control policy on the specified resource. Replaces
     * any existing policy.
     * @alias compute.backendBuckets.setIamPolicy
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.resource_ Name of the resource for this request.
     * @param {().Policy} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    setIamPolicy(params?: any, options?: MethodOptions): AxiosPromise<Schema$Policy>;
    setIamPolicy(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Policy>, callback?: BodyResponseCallback<Schema$Policy>): void;
    /**
     * compute.backendBuckets.testIamPermissions
     * @desc Returns permissions that a caller has on the specified resource.
     * @alias compute.backendBuckets.testIamPermissions
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.resource_ Name of the resource for this request.
     * @param {().TestPermissionsRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    testIamPermissions(params?: any, options?: MethodOptions): AxiosPromise<Schema$TestPermissionsResponse>;
    testIamPermissions(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$TestPermissionsResponse>, callback?: BodyResponseCallback<Schema$TestPermissionsResponse>): void;
    /**
     * compute.backendBuckets.update
     * @desc Updates the specified BackendBucket resource with the data included
     * in the request.
     * @alias compute.backendBuckets.update
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.backendBucket Name of the BackendBucket resource to update.
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {().BackendBucket} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    update(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    update(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
}
export declare class Resource$Backendservices {
    root: Compute;
    constructor(root: Compute);
    getRoot(): Compute;
    /**
     * compute.backendServices.addSignedUrlKey
     * @desc Adds the given Signed URL Key to the specified backend service.
     * @alias compute.backendServices.addSignedUrlKey
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.backendService Name of the BackendService resource to which the Signed URL Key should be added. The name should conform to RFC1035.
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {().SignedUrlKey} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    addSignedUrlKey(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    addSignedUrlKey(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.backendServices.aggregatedList
     * @desc Retrieves the list of all BackendService resources, regional and
     * global, available to the specified project.
     * @alias compute.backendServices.aggregatedList
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string=} params.filter A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either =, !=, >, or <.  For example, if you are filtering Compute Engine instances, you can exclude instances named example-instance by specifying name != example-instance.  You can also filter nested fields. For example, you could specify scheduling.automaticRestart = false to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.  To filter on multiple expressions, provide each separate expression within parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake"). By default, each expression is an AND expression. However, you can include AND and OR expressions explicitly. For example, (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true).
     * @param {integer=} params.maxResults The maximum number of results per page that should be returned. If the number of available results is larger than maxResults, Compute Engine returns a nextPageToken that can be used to get the next page of results in subsequent list requests. Acceptable values are 0 to 500, inclusive. (Default: 500)
     * @param {string=} params.orderBy Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.  You can also sort results in descending order based on the creation timestamp using orderBy="creationTimestamp desc". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.  Currently, only sorting by name or creationTimestamp desc is supported.
     * @param {string=} params.pageToken Specifies a page token to use. Set pageToken to the nextPageToken returned by a previous list request to get the next page of results.
     * @param {string} params.project Name of the project scoping this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    aggregatedList(params?: any, options?: MethodOptions): AxiosPromise<Schema$BackendServiceAggregatedList>;
    aggregatedList(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$BackendServiceAggregatedList>, callback?: BodyResponseCallback<Schema$BackendServiceAggregatedList>): void;
    /**
     * compute.backendServices.delete
     * @desc Deletes the specified BackendService resource.
     * @alias compute.backendServices.delete
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.backendService Name of the BackendService resource to delete.
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    delete(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    delete(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.backendServices.deleteSignedUrlKey
     * @desc Deletes the given Signed URL Key from the specified backend service.
     * @alias compute.backendServices.deleteSignedUrlKey
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.backendService Name of the BackendService resource to which the Signed URL Key should be added. The name should conform to RFC1035.
     * @param {string} params.keyName The name of the Signed URL Key to delete.
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    deleteSignedUrlKey(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    deleteSignedUrlKey(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.backendServices.get
     * @desc Returns the specified BackendService resource. Get a list of
     * available backend services by making a list() request.
     * @alias compute.backendServices.get
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.backendService Name of the BackendService resource to return.
     * @param {string} params.project Project ID for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    get(params?: any, options?: MethodOptions): AxiosPromise<Schema$BackendService>;
    get(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$BackendService>, callback?: BodyResponseCallback<Schema$BackendService>): void;
    /**
     * compute.backendServices.getHealth
     * @desc Gets the most recent health check results for this BackendService.
     * @alias compute.backendServices.getHealth
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.backendService Name of the BackendService resource to which the queried instance belongs.
     * @param {string} params.project
     * @param {().ResourceGroupReference} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    getHealth(params?: any, options?: MethodOptions): AxiosPromise<Schema$BackendServiceGroupHealth>;
    getHealth(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$BackendServiceGroupHealth>, callback?: BodyResponseCallback<Schema$BackendServiceGroupHealth>): void;
    /**
     * compute.backendServices.insert
     * @desc Creates a BackendService resource in the specified project using the
     * data included in the request. There are several restrictions and guidelines
     * to keep in mind when creating a backend service. Read  Restrictions and
     * Guidelines for more information.
     * @alias compute.backendServices.insert
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {().BackendService} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    insert(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    insert(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.backendServices.list
     * @desc Retrieves the list of BackendService resources available to the
     * specified project.
     * @alias compute.backendServices.list
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string=} params.filter A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either =, !=, >, or <.  For example, if you are filtering Compute Engine instances, you can exclude instances named example-instance by specifying name != example-instance.  You can also filter nested fields. For example, you could specify scheduling.automaticRestart = false to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.  To filter on multiple expressions, provide each separate expression within parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake"). By default, each expression is an AND expression. However, you can include AND and OR expressions explicitly. For example, (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true).
     * @param {integer=} params.maxResults The maximum number of results per page that should be returned. If the number of available results is larger than maxResults, Compute Engine returns a nextPageToken that can be used to get the next page of results in subsequent list requests. Acceptable values are 0 to 500, inclusive. (Default: 500)
     * @param {string=} params.orderBy Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.  You can also sort results in descending order based on the creation timestamp using orderBy="creationTimestamp desc". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.  Currently, only sorting by name or creationTimestamp desc is supported.
     * @param {string=} params.pageToken Specifies a page token to use. Set pageToken to the nextPageToken returned by a previous list request to get the next page of results.
     * @param {string} params.project Project ID for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    list(params?: any, options?: MethodOptions): AxiosPromise<Schema$BackendServiceList>;
    list(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$BackendServiceList>, callback?: BodyResponseCallback<Schema$BackendServiceList>): void;
    /**
     * compute.backendServices.patch
     * @desc Patches the specified BackendService resource with the data included
     * in the request. There are several restrictions and guidelines to keep in
     * mind when updating a backend service. Read  Restrictions and Guidelines for
     * more information. This method supports PATCH semantics and uses the JSON
     * merge patch format and processing rules.
     * @alias compute.backendServices.patch
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.backendService Name of the BackendService resource to patch.
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {().BackendService} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    patch(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    patch(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.backendServices.setSecurityPolicy
     * @desc Sets the security policy for the specified backend service.
     * @alias compute.backendServices.setSecurityPolicy
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.backendService Name of the BackendService resource to which the security policy should be set. The name should conform to RFC1035.
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {().SecurityPolicyReference} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    setSecurityPolicy(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    setSecurityPolicy(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.backendServices.testIamPermissions
     * @desc Returns permissions that a caller has on the specified resource.
     * @alias compute.backendServices.testIamPermissions
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.resource_ Name of the resource for this request.
     * @param {().TestPermissionsRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    testIamPermissions(params?: any, options?: MethodOptions): AxiosPromise<Schema$TestPermissionsResponse>;
    testIamPermissions(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$TestPermissionsResponse>, callback?: BodyResponseCallback<Schema$TestPermissionsResponse>): void;
    /**
     * compute.backendServices.update
     * @desc Updates the specified BackendService resource with the data included
     * in the request. There are several restrictions and guidelines to keep in
     * mind when updating a backend service. Read  Restrictions and Guidelines for
     * more information.
     * @alias compute.backendServices.update
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.backendService Name of the BackendService resource to update.
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {().BackendService} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    update(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    update(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
}
export declare class Resource$Disks {
    root: Compute;
    constructor(root: Compute);
    getRoot(): Compute;
    /**
     * compute.disks.aggregatedList
     * @desc Retrieves an aggregated list of persistent disks.
     * @alias compute.disks.aggregatedList
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string=} params.filter A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either =, !=, >, or <.  For example, if you are filtering Compute Engine instances, you can exclude instances named example-instance by specifying name != example-instance.  You can also filter nested fields. For example, you could specify scheduling.automaticRestart = false to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.  To filter on multiple expressions, provide each separate expression within parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake"). By default, each expression is an AND expression. However, you can include AND and OR expressions explicitly. For example, (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true).
     * @param {integer=} params.maxResults The maximum number of results per page that should be returned. If the number of available results is larger than maxResults, Compute Engine returns a nextPageToken that can be used to get the next page of results in subsequent list requests. Acceptable values are 0 to 500, inclusive. (Default: 500)
     * @param {string=} params.orderBy Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.  You can also sort results in descending order based on the creation timestamp using orderBy="creationTimestamp desc". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.  Currently, only sorting by name or creationTimestamp desc is supported.
     * @param {string=} params.pageToken Specifies a page token to use. Set pageToken to the nextPageToken returned by a previous list request to get the next page of results.
     * @param {string} params.project Project ID for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    aggregatedList(params?: any, options?: MethodOptions): AxiosPromise<Schema$DiskAggregatedList>;
    aggregatedList(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$DiskAggregatedList>, callback?: BodyResponseCallback<Schema$DiskAggregatedList>): void;
    /**
     * compute.disks.createSnapshot
     * @desc Creates a snapshot of a specified persistent disk.
     * @alias compute.disks.createSnapshot
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.disk Name of the persistent disk to snapshot.
     * @param {boolean=} params.guestFlush
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {string} params.zone The name of the zone for this request.
     * @param {().Snapshot} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    createSnapshot(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    createSnapshot(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.disks.delete
     * @desc Deletes the specified persistent disk. Deleting a disk removes its
     * data permanently and is irreversible. However, deleting a disk does not
     * delete any snapshots previously made from the disk. You must separately
     * delete snapshots.
     * @alias compute.disks.delete
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.disk Name of the persistent disk to delete.
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {string} params.zone The name of the zone for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    delete(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    delete(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.disks.get
     * @desc Returns a specified persistent disk. Get a list of available
     * persistent disks by making a list() request.
     * @alias compute.disks.get
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.disk Name of the persistent disk to return.
     * @param {string} params.project Project ID for this request.
     * @param {string} params.zone The name of the zone for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    get(params?: any, options?: MethodOptions): AxiosPromise<Schema$Disk>;
    get(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Disk>, callback?: BodyResponseCallback<Schema$Disk>): void;
    /**
     * compute.disks.getIamPolicy
     * @desc Gets the access control policy for a resource. May be empty if no
     * such policy or resource exists.
     * @alias compute.disks.getIamPolicy
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.resource_ Name of the resource for this request.
     * @param {string} params.zone The name of the zone for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    getIamPolicy(params?: any, options?: MethodOptions): AxiosPromise<Schema$Policy>;
    getIamPolicy(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Policy>, callback?: BodyResponseCallback<Schema$Policy>): void;
    /**
     * compute.disks.insert
     * @desc Creates a persistent disk in the specified project using the data in
     * the request. You can create a disk with a sourceImage, a sourceSnapshot, or
     * create an empty 500 GB data disk by omitting all properties. You can also
     * create a disk that is larger than the default size by specifying the sizeGb
     * property.
     * @alias compute.disks.insert
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {string=} params.sourceImage Optional. Source image to restore onto a disk.
     * @param {string} params.zone The name of the zone for this request.
     * @param {().Disk} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    insert(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    insert(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.disks.list
     * @desc Retrieves a list of persistent disks contained within the specified
     * zone.
     * @alias compute.disks.list
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string=} params.filter A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either =, !=, >, or <.  For example, if you are filtering Compute Engine instances, you can exclude instances named example-instance by specifying name != example-instance.  You can also filter nested fields. For example, you could specify scheduling.automaticRestart = false to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.  To filter on multiple expressions, provide each separate expression within parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake"). By default, each expression is an AND expression. However, you can include AND and OR expressions explicitly. For example, (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true).
     * @param {integer=} params.maxResults The maximum number of results per page that should be returned. If the number of available results is larger than maxResults, Compute Engine returns a nextPageToken that can be used to get the next page of results in subsequent list requests. Acceptable values are 0 to 500, inclusive. (Default: 500)
     * @param {string=} params.orderBy Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.  You can also sort results in descending order based on the creation timestamp using orderBy="creationTimestamp desc". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.  Currently, only sorting by name or creationTimestamp desc is supported.
     * @param {string=} params.pageToken Specifies a page token to use. Set pageToken to the nextPageToken returned by a previous list request to get the next page of results.
     * @param {string} params.project Project ID for this request.
     * @param {string} params.zone The name of the zone for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    list(params?: any, options?: MethodOptions): AxiosPromise<Schema$DiskList>;
    list(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$DiskList>, callback?: BodyResponseCallback<Schema$DiskList>): void;
    /**
     * compute.disks.resize
     * @desc Resizes the specified persistent disk. You can only increase the size
     * of the disk.
     * @alias compute.disks.resize
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.disk The name of the persistent disk.
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {string} params.zone The name of the zone for this request.
     * @param {().DisksResizeRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    resize(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    resize(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.disks.setIamPolicy
     * @desc Sets the access control policy on the specified resource. Replaces
     * any existing policy.
     * @alias compute.disks.setIamPolicy
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.resource_ Name of the resource for this request.
     * @param {string} params.zone The name of the zone for this request.
     * @param {().Policy} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    setIamPolicy(params?: any, options?: MethodOptions): AxiosPromise<Schema$Policy>;
    setIamPolicy(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Policy>, callback?: BodyResponseCallback<Schema$Policy>): void;
    /**
     * compute.disks.setLabels
     * @desc Sets the labels on a disk. To learn more about labels, read the
     * Labeling Resources documentation.
     * @alias compute.disks.setLabels
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {string} params.resource_ Name of the resource for this request.
     * @param {string} params.zone The name of the zone for this request.
     * @param {().ZoneSetLabelsRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    setLabels(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    setLabels(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.disks.testIamPermissions
     * @desc Returns permissions that a caller has on the specified resource.
     * @alias compute.disks.testIamPermissions
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.resource_ Name of the resource for this request.
     * @param {string} params.zone The name of the zone for this request.
     * @param {().TestPermissionsRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    testIamPermissions(params?: any, options?: MethodOptions): AxiosPromise<Schema$TestPermissionsResponse>;
    testIamPermissions(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$TestPermissionsResponse>, callback?: BodyResponseCallback<Schema$TestPermissionsResponse>): void;
}
export declare class Resource$Disktypes {
    root: Compute;
    constructor(root: Compute);
    getRoot(): Compute;
    /**
     * compute.diskTypes.aggregatedList
     * @desc Retrieves an aggregated list of disk types.
     * @alias compute.diskTypes.aggregatedList
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string=} params.filter A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either =, !=, >, or <.  For example, if you are filtering Compute Engine instances, you can exclude instances named example-instance by specifying name != example-instance.  You can also filter nested fields. For example, you could specify scheduling.automaticRestart = false to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.  To filter on multiple expressions, provide each separate expression within parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake"). By default, each expression is an AND expression. However, you can include AND and OR expressions explicitly. For example, (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true).
     * @param {integer=} params.maxResults The maximum number of results per page that should be returned. If the number of available results is larger than maxResults, Compute Engine returns a nextPageToken that can be used to get the next page of results in subsequent list requests. Acceptable values are 0 to 500, inclusive. (Default: 500)
     * @param {string=} params.orderBy Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.  You can also sort results in descending order based on the creation timestamp using orderBy="creationTimestamp desc". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.  Currently, only sorting by name or creationTimestamp desc is supported.
     * @param {string=} params.pageToken Specifies a page token to use. Set pageToken to the nextPageToken returned by a previous list request to get the next page of results.
     * @param {string} params.project Project ID for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    aggregatedList(params?: any, options?: MethodOptions): AxiosPromise<Schema$DiskTypeAggregatedList>;
    aggregatedList(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$DiskTypeAggregatedList>, callback?: BodyResponseCallback<Schema$DiskTypeAggregatedList>): void;
    /**
     * compute.diskTypes.get
     * @desc Returns the specified disk type. Get a list of available disk types
     * by making a list() request.
     * @alias compute.diskTypes.get
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.diskType Name of the disk type to return.
     * @param {string} params.project Project ID for this request.
     * @param {string} params.zone The name of the zone for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    get(params?: any, options?: MethodOptions): AxiosPromise<Schema$DiskType>;
    get(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$DiskType>, callback?: BodyResponseCallback<Schema$DiskType>): void;
    /**
     * compute.diskTypes.list
     * @desc Retrieves a list of disk types available to the specified project.
     * @alias compute.diskTypes.list
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string=} params.filter A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either =, !=, >, or <.  For example, if you are filtering Compute Engine instances, you can exclude instances named example-instance by specifying name != example-instance.  You can also filter nested fields. For example, you could specify scheduling.automaticRestart = false to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.  To filter on multiple expressions, provide each separate expression within parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake"). By default, each expression is an AND expression. However, you can include AND and OR expressions explicitly. For example, (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true).
     * @param {integer=} params.maxResults The maximum number of results per page that should be returned. If the number of available results is larger than maxResults, Compute Engine returns a nextPageToken that can be used to get the next page of results in subsequent list requests. Acceptable values are 0 to 500, inclusive. (Default: 500)
     * @param {string=} params.orderBy Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.  You can also sort results in descending order based on the creation timestamp using orderBy="creationTimestamp desc". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.  Currently, only sorting by name or creationTimestamp desc is supported.
     * @param {string=} params.pageToken Specifies a page token to use. Set pageToken to the nextPageToken returned by a previous list request to get the next page of results.
     * @param {string} params.project Project ID for this request.
     * @param {string} params.zone The name of the zone for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    list(params?: any, options?: MethodOptions): AxiosPromise<Schema$DiskTypeList>;
    list(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$DiskTypeList>, callback?: BodyResponseCallback<Schema$DiskTypeList>): void;
}
export declare class Resource$Firewalls {
    root: Compute;
    constructor(root: Compute);
    getRoot(): Compute;
    /**
     * compute.firewalls.delete
     * @desc Deletes the specified firewall.
     * @alias compute.firewalls.delete
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.firewall Name of the firewall rule to delete.
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    delete(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    delete(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.firewalls.get
     * @desc Returns the specified firewall.
     * @alias compute.firewalls.get
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.firewall Name of the firewall rule to return.
     * @param {string} params.project Project ID for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    get(params?: any, options?: MethodOptions): AxiosPromise<Schema$Firewall>;
    get(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Firewall>, callback?: BodyResponseCallback<Schema$Firewall>): void;
    /**
     * compute.firewalls.insert
     * @desc Creates a firewall rule in the specified project using the data
     * included in the request.
     * @alias compute.firewalls.insert
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {().Firewall} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    insert(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    insert(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.firewalls.list
     * @desc Retrieves the list of firewall rules available to the specified
     * project.
     * @alias compute.firewalls.list
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string=} params.filter A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either =, !=, >, or <.  For example, if you are filtering Compute Engine instances, you can exclude instances named example-instance by specifying name != example-instance.  You can also filter nested fields. For example, you could specify scheduling.automaticRestart = false to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.  To filter on multiple expressions, provide each separate expression within parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake"). By default, each expression is an AND expression. However, you can include AND and OR expressions explicitly. For example, (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true).
     * @param {integer=} params.maxResults The maximum number of results per page that should be returned. If the number of available results is larger than maxResults, Compute Engine returns a nextPageToken that can be used to get the next page of results in subsequent list requests. Acceptable values are 0 to 500, inclusive. (Default: 500)
     * @param {string=} params.orderBy Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.  You can also sort results in descending order based on the creation timestamp using orderBy="creationTimestamp desc". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.  Currently, only sorting by name or creationTimestamp desc is supported.
     * @param {string=} params.pageToken Specifies a page token to use. Set pageToken to the nextPageToken returned by a previous list request to get the next page of results.
     * @param {string} params.project Project ID for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    list(params?: any, options?: MethodOptions): AxiosPromise<Schema$FirewallList>;
    list(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$FirewallList>, callback?: BodyResponseCallback<Schema$FirewallList>): void;
    /**
     * compute.firewalls.patch
     * @desc Updates the specified firewall rule with the data included in the
     * request. This method supports PATCH semantics and uses the JSON merge patch
     * format and processing rules.
     * @alias compute.firewalls.patch
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.firewall Name of the firewall rule to patch.
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {().Firewall} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    patch(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    patch(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.firewalls.testIamPermissions
     * @desc Returns permissions that a caller has on the specified resource.
     * @alias compute.firewalls.testIamPermissions
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.resource_ Name of the resource for this request.
     * @param {().TestPermissionsRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    testIamPermissions(params?: any, options?: MethodOptions): AxiosPromise<Schema$TestPermissionsResponse>;
    testIamPermissions(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$TestPermissionsResponse>, callback?: BodyResponseCallback<Schema$TestPermissionsResponse>): void;
    /**
     * compute.firewalls.update
     * @desc Updates the specified firewall rule with the data included in the
     * request. The PUT method can only update the following fields of firewall
     * rule: allowed, description, sourceRanges, sourceTags, targetTags.
     * @alias compute.firewalls.update
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.firewall Name of the firewall rule to update.
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {().Firewall} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    update(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    update(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
}
export declare class Resource$Forwardingrules {
    root: Compute;
    constructor(root: Compute);
    getRoot(): Compute;
    /**
     * compute.forwardingRules.aggregatedList
     * @desc Retrieves an aggregated list of forwarding rules.
     * @alias compute.forwardingRules.aggregatedList
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string=} params.filter A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either =, !=, >, or <.  For example, if you are filtering Compute Engine instances, you can exclude instances named example-instance by specifying name != example-instance.  You can also filter nested fields. For example, you could specify scheduling.automaticRestart = false to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.  To filter on multiple expressions, provide each separate expression within parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake"). By default, each expression is an AND expression. However, you can include AND and OR expressions explicitly. For example, (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true).
     * @param {integer=} params.maxResults The maximum number of results per page that should be returned. If the number of available results is larger than maxResults, Compute Engine returns a nextPageToken that can be used to get the next page of results in subsequent list requests. Acceptable values are 0 to 500, inclusive. (Default: 500)
     * @param {string=} params.orderBy Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.  You can also sort results in descending order based on the creation timestamp using orderBy="creationTimestamp desc". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.  Currently, only sorting by name or creationTimestamp desc is supported.
     * @param {string=} params.pageToken Specifies a page token to use. Set pageToken to the nextPageToken returned by a previous list request to get the next page of results.
     * @param {string} params.project Project ID for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    aggregatedList(params?: any, options?: MethodOptions): AxiosPromise<Schema$ForwardingRuleAggregatedList>;
    aggregatedList(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$ForwardingRuleAggregatedList>, callback?: BodyResponseCallback<Schema$ForwardingRuleAggregatedList>): void;
    /**
     * compute.forwardingRules.delete
     * @desc Deletes the specified ForwardingRule resource.
     * @alias compute.forwardingRules.delete
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.forwardingRule Name of the ForwardingRule resource to delete.
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region scoping this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    delete(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    delete(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.forwardingRules.get
     * @desc Returns the specified ForwardingRule resource.
     * @alias compute.forwardingRules.get
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.forwardingRule Name of the ForwardingRule resource to return.
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region scoping this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    get(params?: any, options?: MethodOptions): AxiosPromise<Schema$ForwardingRule>;
    get(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$ForwardingRule>, callback?: BodyResponseCallback<Schema$ForwardingRule>): void;
    /**
     * compute.forwardingRules.insert
     * @desc Creates a ForwardingRule resource in the specified project and region
     * using the data included in the request.
     * @alias compute.forwardingRules.insert
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region scoping this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {().ForwardingRule} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    insert(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    insert(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.forwardingRules.list
     * @desc Retrieves a list of ForwardingRule resources available to the
     * specified project and region.
     * @alias compute.forwardingRules.list
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string=} params.filter A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either =, !=, >, or <.  For example, if you are filtering Compute Engine instances, you can exclude instances named example-instance by specifying name != example-instance.  You can also filter nested fields. For example, you could specify scheduling.automaticRestart = false to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.  To filter on multiple expressions, provide each separate expression within parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake"). By default, each expression is an AND expression. However, you can include AND and OR expressions explicitly. For example, (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true).
     * @param {integer=} params.maxResults The maximum number of results per page that should be returned. If the number of available results is larger than maxResults, Compute Engine returns a nextPageToken that can be used to get the next page of results in subsequent list requests. Acceptable values are 0 to 500, inclusive. (Default: 500)
     * @param {string=} params.orderBy Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.  You can also sort results in descending order based on the creation timestamp using orderBy="creationTimestamp desc". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.  Currently, only sorting by name or creationTimestamp desc is supported.
     * @param {string=} params.pageToken Specifies a page token to use. Set pageToken to the nextPageToken returned by a previous list request to get the next page of results.
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region scoping this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    list(params?: any, options?: MethodOptions): AxiosPromise<Schema$ForwardingRuleList>;
    list(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$ForwardingRuleList>, callback?: BodyResponseCallback<Schema$ForwardingRuleList>): void;
    /**
     * compute.forwardingRules.patch
     * @desc Updates the specified forwarding rule with the data included in the
     * request. This method supports PATCH semantics and uses the JSON merge patch
     * format and processing rules. Currently, you can only patch the network_tier
     * field.
     * @alias compute.forwardingRules.patch
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.forwardingRule Name of the ForwardingRule resource to patch.
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region scoping this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {().ForwardingRule} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    patch(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    patch(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.forwardingRules.setLabels
     * @desc Sets the labels on the specified resource. To learn more about
     * labels, read the Labeling Resources documentation.
     * @alias compute.forwardingRules.setLabels
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region The region for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {string} params.resource_ Name of the resource for this request.
     * @param {().RegionSetLabelsRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    setLabels(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    setLabels(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.forwardingRules.setTarget
     * @desc Changes target URL for forwarding rule. The new target should be of
     * the same type as the old target.
     * @alias compute.forwardingRules.setTarget
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.forwardingRule Name of the ForwardingRule resource in which target is to be set.
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region scoping this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {().TargetReference} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    setTarget(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    setTarget(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.forwardingRules.testIamPermissions
     * @desc Returns permissions that a caller has on the specified resource.
     * @alias compute.forwardingRules.testIamPermissions
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region The name of the region for this request.
     * @param {string} params.resource_ Name of the resource for this request.
     * @param {().TestPermissionsRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    testIamPermissions(params?: any, options?: MethodOptions): AxiosPromise<Schema$TestPermissionsResponse>;
    testIamPermissions(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$TestPermissionsResponse>, callback?: BodyResponseCallback<Schema$TestPermissionsResponse>): void;
}
export declare class Resource$Globaladdresses {
    root: Compute;
    constructor(root: Compute);
    getRoot(): Compute;
    /**
     * compute.globalAddresses.delete
     * @desc Deletes the specified address resource.
     * @alias compute.globalAddresses.delete
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.address Name of the address resource to delete.
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    delete(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    delete(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.globalAddresses.get
     * @desc Returns the specified address resource. Get a list of available
     * addresses by making a list() request.
     * @alias compute.globalAddresses.get
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.address Name of the address resource to return.
     * @param {string} params.project Project ID for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    get(params?: any, options?: MethodOptions): AxiosPromise<Schema$Address>;
    get(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Address>, callback?: BodyResponseCallback<Schema$Address>): void;
    /**
     * compute.globalAddresses.insert
     * @desc Creates an address resource in the specified project using the data
     * included in the request.
     * @alias compute.globalAddresses.insert
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {().Address} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    insert(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    insert(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.globalAddresses.list
     * @desc Retrieves a list of global addresses.
     * @alias compute.globalAddresses.list
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string=} params.filter A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either =, !=, >, or <.  For example, if you are filtering Compute Engine instances, you can exclude instances named example-instance by specifying name != example-instance.  You can also filter nested fields. For example, you could specify scheduling.automaticRestart = false to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.  To filter on multiple expressions, provide each separate expression within parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake"). By default, each expression is an AND expression. However, you can include AND and OR expressions explicitly. For example, (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true).
     * @param {integer=} params.maxResults The maximum number of results per page that should be returned. If the number of available results is larger than maxResults, Compute Engine returns a nextPageToken that can be used to get the next page of results in subsequent list requests. Acceptable values are 0 to 500, inclusive. (Default: 500)
     * @param {string=} params.orderBy Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.  You can also sort results in descending order based on the creation timestamp using orderBy="creationTimestamp desc". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.  Currently, only sorting by name or creationTimestamp desc is supported.
     * @param {string=} params.pageToken Specifies a page token to use. Set pageToken to the nextPageToken returned by a previous list request to get the next page of results.
     * @param {string} params.project Project ID for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    list(params?: any, options?: MethodOptions): AxiosPromise<Schema$AddressList>;
    list(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$AddressList>, callback?: BodyResponseCallback<Schema$AddressList>): void;
    /**
     * compute.globalAddresses.setLabels
     * @desc Sets the labels on a GlobalAddress. To learn more about labels, read
     * the Labeling Resources documentation.
     * @alias compute.globalAddresses.setLabels
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.resource_ Name of the resource for this request.
     * @param {().GlobalSetLabelsRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    setLabels(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    setLabels(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.globalAddresses.testIamPermissions
     * @desc Returns permissions that a caller has on the specified resource.
     * @alias compute.globalAddresses.testIamPermissions
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.resource_ Name of the resource for this request.
     * @param {().TestPermissionsRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    testIamPermissions(params?: any, options?: MethodOptions): AxiosPromise<Schema$TestPermissionsResponse>;
    testIamPermissions(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$TestPermissionsResponse>, callback?: BodyResponseCallback<Schema$TestPermissionsResponse>): void;
}
export declare class Resource$Globalforwardingrules {
    root: Compute;
    constructor(root: Compute);
    getRoot(): Compute;
    /**
     * compute.globalForwardingRules.delete
     * @desc Deletes the specified GlobalForwardingRule resource.
     * @alias compute.globalForwardingRules.delete
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.forwardingRule Name of the ForwardingRule resource to delete.
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    delete(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    delete(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.globalForwardingRules.get
     * @desc Returns the specified GlobalForwardingRule resource. Get a list of
     * available forwarding rules by making a list() request.
     * @alias compute.globalForwardingRules.get
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.forwardingRule Name of the ForwardingRule resource to return.
     * @param {string} params.project Project ID for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    get(params?: any, options?: MethodOptions): AxiosPromise<Schema$ForwardingRule>;
    get(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$ForwardingRule>, callback?: BodyResponseCallback<Schema$ForwardingRule>): void;
    /**
     * compute.globalForwardingRules.insert
     * @desc Creates a GlobalForwardingRule resource in the specified project
     * using the data included in the request.
     * @alias compute.globalForwardingRules.insert
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {().ForwardingRule} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    insert(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    insert(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.globalForwardingRules.list
     * @desc Retrieves a list of GlobalForwardingRule resources available to the
     * specified project.
     * @alias compute.globalForwardingRules.list
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string=} params.filter A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either =, !=, >, or <.  For example, if you are filtering Compute Engine instances, you can exclude instances named example-instance by specifying name != example-instance.  You can also filter nested fields. For example, you could specify scheduling.automaticRestart = false to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.  To filter on multiple expressions, provide each separate expression within parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake"). By default, each expression is an AND expression. However, you can include AND and OR expressions explicitly. For example, (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true).
     * @param {integer=} params.maxResults The maximum number of results per page that should be returned. If the number of available results is larger than maxResults, Compute Engine returns a nextPageToken that can be used to get the next page of results in subsequent list requests. Acceptable values are 0 to 500, inclusive. (Default: 500)
     * @param {string=} params.orderBy Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.  You can also sort results in descending order based on the creation timestamp using orderBy="creationTimestamp desc". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.  Currently, only sorting by name or creationTimestamp desc is supported.
     * @param {string=} params.pageToken Specifies a page token to use. Set pageToken to the nextPageToken returned by a previous list request to get the next page of results.
     * @param {string} params.project Project ID for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    list(params?: any, options?: MethodOptions): AxiosPromise<Schema$ForwardingRuleList>;
    list(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$ForwardingRuleList>, callback?: BodyResponseCallback<Schema$ForwardingRuleList>): void;
    /**
     * compute.globalForwardingRules.patch
     * @desc Updates the specified forwarding rule with the data included in the
     * request. This method supports PATCH semantics and uses the JSON merge patch
     * format and processing rules. Currently, you can only patch the network_tier
     * field.
     * @alias compute.globalForwardingRules.patch
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.forwardingRule Name of the ForwardingRule resource to patch.
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {().ForwardingRule} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    patch(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    patch(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.globalForwardingRules.setLabels
     * @desc Sets the labels on the specified resource. To learn more about
     * labels, read the Labeling Resources documentation.
     * @alias compute.globalForwardingRules.setLabels
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.resource_ Name of the resource for this request.
     * @param {().GlobalSetLabelsRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    setLabels(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    setLabels(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.globalForwardingRules.setTarget
     * @desc Changes target URL for the GlobalForwardingRule resource. The new
     * target should be of the same type as the old target.
     * @alias compute.globalForwardingRules.setTarget
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.forwardingRule Name of the ForwardingRule resource in which target is to be set.
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {().TargetReference} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    setTarget(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    setTarget(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.globalForwardingRules.testIamPermissions
     * @desc Returns permissions that a caller has on the specified resource.
     * @alias compute.globalForwardingRules.testIamPermissions
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.resource_ Name of the resource for this request.
     * @param {().TestPermissionsRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    testIamPermissions(params?: any, options?: MethodOptions): AxiosPromise<Schema$TestPermissionsResponse>;
    testIamPermissions(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$TestPermissionsResponse>, callback?: BodyResponseCallback<Schema$TestPermissionsResponse>): void;
}
export declare class Resource$Globaloperations {
    root: Compute;
    constructor(root: Compute);
    getRoot(): Compute;
    /**
     * compute.globalOperations.aggregatedList
     * @desc Retrieves an aggregated list of all operations.
     * @alias compute.globalOperations.aggregatedList
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string=} params.filter A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either =, !=, >, or <.  For example, if you are filtering Compute Engine instances, you can exclude instances named example-instance by specifying name != example-instance.  You can also filter nested fields. For example, you could specify scheduling.automaticRestart = false to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.  To filter on multiple expressions, provide each separate expression within parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake"). By default, each expression is an AND expression. However, you can include AND and OR expressions explicitly. For example, (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true).
     * @param {integer=} params.maxResults The maximum number of results per page that should be returned. If the number of available results is larger than maxResults, Compute Engine returns a nextPageToken that can be used to get the next page of results in subsequent list requests. Acceptable values are 0 to 500, inclusive. (Default: 500)
     * @param {string=} params.orderBy Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.  You can also sort results in descending order based on the creation timestamp using orderBy="creationTimestamp desc". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.  Currently, only sorting by name or creationTimestamp desc is supported.
     * @param {string=} params.pageToken Specifies a page token to use. Set pageToken to the nextPageToken returned by a previous list request to get the next page of results.
     * @param {string} params.project Project ID for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    aggregatedList(params?: any, options?: MethodOptions): AxiosPromise<Schema$OperationAggregatedList>;
    aggregatedList(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$OperationAggregatedList>, callback?: BodyResponseCallback<Schema$OperationAggregatedList>): void;
    /**
     * compute.globalOperations.delete
     * @desc Deletes the specified Operations resource.
     * @alias compute.globalOperations.delete
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.operation Name of the Operations resource to delete.
     * @param {string} params.project Project ID for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    delete(params?: any, options?: MethodOptions): AxiosPromise<void>;
    delete(params?: any, options?: MethodOptions | BodyResponseCallback<void>, callback?: BodyResponseCallback<void>): void;
    /**
     * compute.globalOperations.get
     * @desc Retrieves the specified Operations resource. Get a list of operations
     * by making a list() request.
     * @alias compute.globalOperations.get
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.operation Name of the Operations resource to return.
     * @param {string} params.project Project ID for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    get(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    get(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.globalOperations.list
     * @desc Retrieves a list of Operation resources contained within the
     * specified project.
     * @alias compute.globalOperations.list
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string=} params.filter A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either =, !=, >, or <.  For example, if you are filtering Compute Engine instances, you can exclude instances named example-instance by specifying name != example-instance.  You can also filter nested fields. For example, you could specify scheduling.automaticRestart = false to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.  To filter on multiple expressions, provide each separate expression within parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake"). By default, each expression is an AND expression. However, you can include AND and OR expressions explicitly. For example, (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true).
     * @param {integer=} params.maxResults The maximum number of results per page that should be returned. If the number of available results is larger than maxResults, Compute Engine returns a nextPageToken that can be used to get the next page of results in subsequent list requests. Acceptable values are 0 to 500, inclusive. (Default: 500)
     * @param {string=} params.orderBy Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.  You can also sort results in descending order based on the creation timestamp using orderBy="creationTimestamp desc". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.  Currently, only sorting by name or creationTimestamp desc is supported.
     * @param {string=} params.pageToken Specifies a page token to use. Set pageToken to the nextPageToken returned by a previous list request to get the next page of results.
     * @param {string} params.project Project ID for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    list(params?: any, options?: MethodOptions): AxiosPromise<Schema$OperationList>;
    list(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$OperationList>, callback?: BodyResponseCallback<Schema$OperationList>): void;
}
export declare class Resource$Healthchecks {
    root: Compute;
    constructor(root: Compute);
    getRoot(): Compute;
    /**
     * compute.healthChecks.aggregatedList
     * @desc Retrieves the list of all HealthCheck resources, regional and global,
     * available to the specified project.
     * @alias compute.healthChecks.aggregatedList
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string=} params.filter A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either =, !=, >, or <.  For example, if you are filtering Compute Engine instances, you can exclude instances named example-instance by specifying name != example-instance.  You can also filter nested fields. For example, you could specify scheduling.automaticRestart = false to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.  To filter on multiple expressions, provide each separate expression within parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake"). By default, each expression is an AND expression. However, you can include AND and OR expressions explicitly. For example, (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true).
     * @param {integer=} params.maxResults The maximum number of results per page that should be returned. If the number of available results is larger than maxResults, Compute Engine returns a nextPageToken that can be used to get the next page of results in subsequent list requests. Acceptable values are 0 to 500, inclusive. (Default: 500)
     * @param {string=} params.orderBy Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.  You can also sort results in descending order based on the creation timestamp using orderBy="creationTimestamp desc". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.  Currently, only sorting by name or creationTimestamp desc is supported.
     * @param {string=} params.pageToken Specifies a page token to use. Set pageToken to the nextPageToken returned by a previous list request to get the next page of results.
     * @param {string} params.project Name of the project scoping this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    aggregatedList(params?: any, options?: MethodOptions): AxiosPromise<Schema$HealthChecksAggregatedList>;
    aggregatedList(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$HealthChecksAggregatedList>, callback?: BodyResponseCallback<Schema$HealthChecksAggregatedList>): void;
    /**
     * compute.healthChecks.delete
     * @desc Deletes the specified HealthCheck resource.
     * @alias compute.healthChecks.delete
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.healthCheck Name of the HealthCheck resource to delete.
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    delete(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    delete(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.healthChecks.get
     * @desc Returns the specified HealthCheck resource. Get a list of available
     * health checks by making a list() request.
     * @alias compute.healthChecks.get
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.healthCheck Name of the HealthCheck resource to return.
     * @param {string} params.project Project ID for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    get(params?: any, options?: MethodOptions): AxiosPromise<Schema$HealthCheck>;
    get(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$HealthCheck>, callback?: BodyResponseCallback<Schema$HealthCheck>): void;
    /**
     * compute.healthChecks.insert
     * @desc Creates a HealthCheck resource in the specified project using the
     * data included in the request.
     * @alias compute.healthChecks.insert
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {().HealthCheck} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    insert(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    insert(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.healthChecks.list
     * @desc Retrieves the list of HealthCheck resources available to the
     * specified project.
     * @alias compute.healthChecks.list
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string=} params.filter A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either =, !=, >, or <.  For example, if you are filtering Compute Engine instances, you can exclude instances named example-instance by specifying name != example-instance.  You can also filter nested fields. For example, you could specify scheduling.automaticRestart = false to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.  To filter on multiple expressions, provide each separate expression within parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake"). By default, each expression is an AND expression. However, you can include AND and OR expressions explicitly. For example, (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true).
     * @param {integer=} params.maxResults The maximum number of results per page that should be returned. If the number of available results is larger than maxResults, Compute Engine returns a nextPageToken that can be used to get the next page of results in subsequent list requests. Acceptable values are 0 to 500, inclusive. (Default: 500)
     * @param {string=} params.orderBy Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.  You can also sort results in descending order based on the creation timestamp using orderBy="creationTimestamp desc". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.  Currently, only sorting by name or creationTimestamp desc is supported.
     * @param {string=} params.pageToken Specifies a page token to use. Set pageToken to the nextPageToken returned by a previous list request to get the next page of results.
     * @param {string} params.project Project ID for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    list(params?: any, options?: MethodOptions): AxiosPromise<Schema$HealthCheckList>;
    list(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$HealthCheckList>, callback?: BodyResponseCallback<Schema$HealthCheckList>): void;
    /**
     * compute.healthChecks.patch
     * @desc Updates a HealthCheck resource in the specified project using the
     * data included in the request. This method supports PATCH semantics and uses
     * the JSON merge patch format and processing rules.
     * @alias compute.healthChecks.patch
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.healthCheck Name of the HealthCheck resource to patch.
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {().HealthCheck} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    patch(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    patch(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.healthChecks.testIamPermissions
     * @desc Returns permissions that a caller has on the specified resource.
     * @alias compute.healthChecks.testIamPermissions
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.resource_ Name of the resource for this request.
     * @param {().TestPermissionsRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    testIamPermissions(params?: any, options?: MethodOptions): AxiosPromise<Schema$TestPermissionsResponse>;
    testIamPermissions(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$TestPermissionsResponse>, callback?: BodyResponseCallback<Schema$TestPermissionsResponse>): void;
    /**
     * compute.healthChecks.update
     * @desc Updates a HealthCheck resource in the specified project using the
     * data included in the request.
     * @alias compute.healthChecks.update
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.healthCheck Name of the HealthCheck resource to update.
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {().HealthCheck} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    update(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    update(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
}
export declare class Resource$Hosts {
    root: Compute;
    constructor(root: Compute);
    getRoot(): Compute;
    /**
     * compute.hosts.aggregatedList
     * @desc Retrieves an aggregated list of hosts.
     * @alias compute.hosts.aggregatedList
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string=} params.filter A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either =, !=, >, or <.  For example, if you are filtering Compute Engine instances, you can exclude instances named example-instance by specifying name != example-instance.  You can also filter nested fields. For example, you could specify scheduling.automaticRestart = false to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.  To filter on multiple expressions, provide each separate expression within parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake"). By default, each expression is an AND expression. However, you can include AND and OR expressions explicitly. For example, (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true).
     * @param {integer=} params.maxResults The maximum number of results per page that should be returned. If the number of available results is larger than maxResults, Compute Engine returns a nextPageToken that can be used to get the next page of results in subsequent list requests. Acceptable values are 0 to 500, inclusive. (Default: 500)
     * @param {string=} params.orderBy Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.  You can also sort results in descending order based on the creation timestamp using orderBy="creationTimestamp desc". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.  Currently, only sorting by name or creationTimestamp desc is supported.
     * @param {string=} params.pageToken Specifies a page token to use. Set pageToken to the nextPageToken returned by a previous list request to get the next page of results.
     * @param {string} params.project Project ID for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    aggregatedList(params?: any, options?: MethodOptions): AxiosPromise<Schema$HostAggregatedList>;
    aggregatedList(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$HostAggregatedList>, callback?: BodyResponseCallback<Schema$HostAggregatedList>): void;
    /**
     * compute.hosts.delete
     * @desc Deletes the specified Host resource.
     * @alias compute.hosts.delete
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.host Name of the Host resource to delete.
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {string} params.zone The name of the zone for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    delete(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    delete(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.hosts.get
     * @desc Returns the specified host. Get a list of available hosts by making a
     * list() request.
     * @alias compute.hosts.get
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.host Name of the host to return.
     * @param {string} params.project Project ID for this request.
     * @param {string} params.zone The name of the zone for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    get(params?: any, options?: MethodOptions): AxiosPromise<Schema$Host>;
    get(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Host>, callback?: BodyResponseCallback<Schema$Host>): void;
    /**
     * compute.hosts.getIamPolicy
     * @desc Gets the access control policy for a resource. May be empty if no
     * such policy or resource exists.
     * @alias compute.hosts.getIamPolicy
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.resource_ Name of the resource for this request.
     * @param {string} params.zone The name of the zone for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    getIamPolicy(params?: any, options?: MethodOptions): AxiosPromise<Schema$Policy>;
    getIamPolicy(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Policy>, callback?: BodyResponseCallback<Schema$Policy>): void;
    /**
     * compute.hosts.insert
     * @desc Creates a host resource in the specified project using the data
     * included in the request.
     * @alias compute.hosts.insert
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {string} params.zone The name of the zone for this request.
     * @param {().Host} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    insert(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    insert(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.hosts.list
     * @desc Retrieves a list of hosts available to the specified project.
     * @alias compute.hosts.list
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string=} params.filter A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either =, !=, >, or <.  For example, if you are filtering Compute Engine instances, you can exclude instances named example-instance by specifying name != example-instance.  You can also filter nested fields. For example, you could specify scheduling.automaticRestart = false to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.  To filter on multiple expressions, provide each separate expression within parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake"). By default, each expression is an AND expression. However, you can include AND and OR expressions explicitly. For example, (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true).
     * @param {integer=} params.maxResults The maximum number of results per page that should be returned. If the number of available results is larger than maxResults, Compute Engine returns a nextPageToken that can be used to get the next page of results in subsequent list requests. Acceptable values are 0 to 500, inclusive. (Default: 500)
     * @param {string=} params.orderBy Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.  You can also sort results in descending order based on the creation timestamp using orderBy="creationTimestamp desc". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.  Currently, only sorting by name or creationTimestamp desc is supported.
     * @param {string=} params.pageToken Specifies a page token to use. Set pageToken to the nextPageToken returned by a previous list request to get the next page of results.
     * @param {string} params.project Project ID for this request.
     * @param {string} params.zone The name of the zone for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    list(params?: any, options?: MethodOptions): AxiosPromise<Schema$HostList>;
    list(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$HostList>, callback?: BodyResponseCallback<Schema$HostList>): void;
    /**
     * compute.hosts.setIamPolicy
     * @desc Sets the access control policy on the specified resource. Replaces
     * any existing policy.
     * @alias compute.hosts.setIamPolicy
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.resource_ Name of the resource for this request.
     * @param {string} params.zone The name of the zone for this request.
     * @param {().Policy} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    setIamPolicy(params?: any, options?: MethodOptions): AxiosPromise<Schema$Policy>;
    setIamPolicy(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Policy>, callback?: BodyResponseCallback<Schema$Policy>): void;
    /**
     * compute.hosts.testIamPermissions
     * @desc Returns permissions that a caller has on the specified resource.
     * @alias compute.hosts.testIamPermissions
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.resource_ Name of the resource for this request.
     * @param {string} params.zone The name of the zone for this request.
     * @param {().TestPermissionsRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    testIamPermissions(params?: any, options?: MethodOptions): AxiosPromise<Schema$TestPermissionsResponse>;
    testIamPermissions(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$TestPermissionsResponse>, callback?: BodyResponseCallback<Schema$TestPermissionsResponse>): void;
}
export declare class Resource$Hosttypes {
    root: Compute;
    constructor(root: Compute);
    getRoot(): Compute;
    /**
     * compute.hostTypes.aggregatedList
     * @desc Retrieves an aggregated list of host types.
     * @alias compute.hostTypes.aggregatedList
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string=} params.filter A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either =, !=, >, or <.  For example, if you are filtering Compute Engine instances, you can exclude instances named example-instance by specifying name != example-instance.  You can also filter nested fields. For example, you could specify scheduling.automaticRestart = false to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.  To filter on multiple expressions, provide each separate expression within parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake"). By default, each expression is an AND expression. However, you can include AND and OR expressions explicitly. For example, (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true).
     * @param {integer=} params.maxResults The maximum number of results per page that should be returned. If the number of available results is larger than maxResults, Compute Engine returns a nextPageToken that can be used to get the next page of results in subsequent list requests. Acceptable values are 0 to 500, inclusive. (Default: 500)
     * @param {string=} params.orderBy Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.  You can also sort results in descending order based on the creation timestamp using orderBy="creationTimestamp desc". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.  Currently, only sorting by name or creationTimestamp desc is supported.
     * @param {string=} params.pageToken Specifies a page token to use. Set pageToken to the nextPageToken returned by a previous list request to get the next page of results.
     * @param {string} params.project Project ID for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    aggregatedList(params?: any, options?: MethodOptions): AxiosPromise<Schema$HostTypeAggregatedList>;
    aggregatedList(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$HostTypeAggregatedList>, callback?: BodyResponseCallback<Schema$HostTypeAggregatedList>): void;
    /**
     * compute.hostTypes.get
     * @desc Returns the specified host type. Get a list of available host types
     * by making a list() request.
     * @alias compute.hostTypes.get
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.hostType Name of the host type to return.
     * @param {string} params.project Project ID for this request.
     * @param {string} params.zone The name of the zone for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    get(params?: any, options?: MethodOptions): AxiosPromise<Schema$HostType>;
    get(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$HostType>, callback?: BodyResponseCallback<Schema$HostType>): void;
    /**
     * compute.hostTypes.list
     * @desc Retrieves a list of host types available to the specified project.
     * @alias compute.hostTypes.list
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string=} params.filter A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either =, !=, >, or <.  For example, if you are filtering Compute Engine instances, you can exclude instances named example-instance by specifying name != example-instance.  You can also filter nested fields. For example, you could specify scheduling.automaticRestart = false to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.  To filter on multiple expressions, provide each separate expression within parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake"). By default, each expression is an AND expression. However, you can include AND and OR expressions explicitly. For example, (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true).
     * @param {integer=} params.maxResults The maximum number of results per page that should be returned. If the number of available results is larger than maxResults, Compute Engine returns a nextPageToken that can be used to get the next page of results in subsequent list requests. Acceptable values are 0 to 500, inclusive. (Default: 500)
     * @param {string=} params.orderBy Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.  You can also sort results in descending order based on the creation timestamp using orderBy="creationTimestamp desc". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.  Currently, only sorting by name or creationTimestamp desc is supported.
     * @param {string=} params.pageToken Specifies a page token to use. Set pageToken to the nextPageToken returned by a previous list request to get the next page of results.
     * @param {string} params.project Project ID for this request.
     * @param {string} params.zone The name of the zone for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    list(params?: any, options?: MethodOptions): AxiosPromise<Schema$HostTypeList>;
    list(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$HostTypeList>, callback?: BodyResponseCallback<Schema$HostTypeList>): void;
}
export declare class Resource$Httphealthchecks {
    root: Compute;
    constructor(root: Compute);
    getRoot(): Compute;
    /**
     * compute.httpHealthChecks.delete
     * @desc Deletes the specified HttpHealthCheck resource.
     * @alias compute.httpHealthChecks.delete
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.httpHealthCheck Name of the HttpHealthCheck resource to delete.
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    delete(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    delete(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.httpHealthChecks.get
     * @desc Returns the specified HttpHealthCheck resource. Get a list of
     * available HTTP health checks by making a list() request.
     * @alias compute.httpHealthChecks.get
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.httpHealthCheck Name of the HttpHealthCheck resource to return.
     * @param {string} params.project Project ID for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    get(params?: any, options?: MethodOptions): AxiosPromise<Schema$HttpHealthCheck>;
    get(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$HttpHealthCheck>, callback?: BodyResponseCallback<Schema$HttpHealthCheck>): void;
    /**
     * compute.httpHealthChecks.insert
     * @desc Creates a HttpHealthCheck resource in the specified project using the
     * data included in the request.
     * @alias compute.httpHealthChecks.insert
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {().HttpHealthCheck} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    insert(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    insert(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.httpHealthChecks.list
     * @desc Retrieves the list of HttpHealthCheck resources available to the
     * specified project.
     * @alias compute.httpHealthChecks.list
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string=} params.filter A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either =, !=, >, or <.  For example, if you are filtering Compute Engine instances, you can exclude instances named example-instance by specifying name != example-instance.  You can also filter nested fields. For example, you could specify scheduling.automaticRestart = false to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.  To filter on multiple expressions, provide each separate expression within parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake"). By default, each expression is an AND expression. However, you can include AND and OR expressions explicitly. For example, (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true).
     * @param {integer=} params.maxResults The maximum number of results per page that should be returned. If the number of available results is larger than maxResults, Compute Engine returns a nextPageToken that can be used to get the next page of results in subsequent list requests. Acceptable values are 0 to 500, inclusive. (Default: 500)
     * @param {string=} params.orderBy Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.  You can also sort results in descending order based on the creation timestamp using orderBy="creationTimestamp desc". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.  Currently, only sorting by name or creationTimestamp desc is supported.
     * @param {string=} params.pageToken Specifies a page token to use. Set pageToken to the nextPageToken returned by a previous list request to get the next page of results.
     * @param {string} params.project Project ID for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    list(params?: any, options?: MethodOptions): AxiosPromise<Schema$HttpHealthCheckList>;
    list(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$HttpHealthCheckList>, callback?: BodyResponseCallback<Schema$HttpHealthCheckList>): void;
    /**
     * compute.httpHealthChecks.patch
     * @desc Updates a HttpHealthCheck resource in the specified project using the
     * data included in the request. This method supports PATCH semantics and uses
     * the JSON merge patch format and processing rules.
     * @alias compute.httpHealthChecks.patch
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.httpHealthCheck Name of the HttpHealthCheck resource to patch.
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {().HttpHealthCheck} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    patch(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    patch(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.httpHealthChecks.testIamPermissions
     * @desc Returns permissions that a caller has on the specified resource.
     * @alias compute.httpHealthChecks.testIamPermissions
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.resource_ Name of the resource for this request.
     * @param {().TestPermissionsRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    testIamPermissions(params?: any, options?: MethodOptions): AxiosPromise<Schema$TestPermissionsResponse>;
    testIamPermissions(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$TestPermissionsResponse>, callback?: BodyResponseCallback<Schema$TestPermissionsResponse>): void;
    /**
     * compute.httpHealthChecks.update
     * @desc Updates a HttpHealthCheck resource in the specified project using the
     * data included in the request.
     * @alias compute.httpHealthChecks.update
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.httpHealthCheck Name of the HttpHealthCheck resource to update.
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {().HttpHealthCheck} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    update(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    update(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
}
export declare class Resource$Httpshealthchecks {
    root: Compute;
    constructor(root: Compute);
    getRoot(): Compute;
    /**
     * compute.httpsHealthChecks.delete
     * @desc Deletes the specified HttpsHealthCheck resource.
     * @alias compute.httpsHealthChecks.delete
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.httpsHealthCheck Name of the HttpsHealthCheck resource to delete.
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    delete(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    delete(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.httpsHealthChecks.get
     * @desc Returns the specified HttpsHealthCheck resource. Get a list of
     * available HTTPS health checks by making a list() request.
     * @alias compute.httpsHealthChecks.get
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.httpsHealthCheck Name of the HttpsHealthCheck resource to return.
     * @param {string} params.project Project ID for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    get(params?: any, options?: MethodOptions): AxiosPromise<Schema$HttpsHealthCheck>;
    get(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$HttpsHealthCheck>, callback?: BodyResponseCallback<Schema$HttpsHealthCheck>): void;
    /**
     * compute.httpsHealthChecks.insert
     * @desc Creates a HttpsHealthCheck resource in the specified project using
     * the data included in the request.
     * @alias compute.httpsHealthChecks.insert
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {().HttpsHealthCheck} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    insert(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    insert(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.httpsHealthChecks.list
     * @desc Retrieves the list of HttpsHealthCheck resources available to the
     * specified project.
     * @alias compute.httpsHealthChecks.list
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string=} params.filter A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either =, !=, >, or <.  For example, if you are filtering Compute Engine instances, you can exclude instances named example-instance by specifying name != example-instance.  You can also filter nested fields. For example, you could specify scheduling.automaticRestart = false to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.  To filter on multiple expressions, provide each separate expression within parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake"). By default, each expression is an AND expression. However, you can include AND and OR expressions explicitly. For example, (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true).
     * @param {integer=} params.maxResults The maximum number of results per page that should be returned. If the number of available results is larger than maxResults, Compute Engine returns a nextPageToken that can be used to get the next page of results in subsequent list requests. Acceptable values are 0 to 500, inclusive. (Default: 500)
     * @param {string=} params.orderBy Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.  You can also sort results in descending order based on the creation timestamp using orderBy="creationTimestamp desc". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.  Currently, only sorting by name or creationTimestamp desc is supported.
     * @param {string=} params.pageToken Specifies a page token to use. Set pageToken to the nextPageToken returned by a previous list request to get the next page of results.
     * @param {string} params.project Project ID for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    list(params?: any, options?: MethodOptions): AxiosPromise<Schema$HttpsHealthCheckList>;
    list(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$HttpsHealthCheckList>, callback?: BodyResponseCallback<Schema$HttpsHealthCheckList>): void;
    /**
     * compute.httpsHealthChecks.patch
     * @desc Updates a HttpsHealthCheck resource in the specified project using
     * the data included in the request. This method supports PATCH semantics and
     * uses the JSON merge patch format and processing rules.
     * @alias compute.httpsHealthChecks.patch
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.httpsHealthCheck Name of the HttpsHealthCheck resource to patch.
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {().HttpsHealthCheck} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    patch(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    patch(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.httpsHealthChecks.testIamPermissions
     * @desc Returns permissions that a caller has on the specified resource.
     * @alias compute.httpsHealthChecks.testIamPermissions
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.resource_ Name of the resource for this request.
     * @param {().TestPermissionsRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    testIamPermissions(params?: any, options?: MethodOptions): AxiosPromise<Schema$TestPermissionsResponse>;
    testIamPermissions(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$TestPermissionsResponse>, callback?: BodyResponseCallback<Schema$TestPermissionsResponse>): void;
    /**
     * compute.httpsHealthChecks.update
     * @desc Updates a HttpsHealthCheck resource in the specified project using
     * the data included in the request.
     * @alias compute.httpsHealthChecks.update
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.httpsHealthCheck Name of the HttpsHealthCheck resource to update.
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {().HttpsHealthCheck} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    update(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    update(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
}
export declare class Resource$Images {
    root: Compute;
    constructor(root: Compute);
    getRoot(): Compute;
    /**
     * compute.images.delete
     * @desc Deletes the specified image.
     * @alias compute.images.delete
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.image Name of the image resource to delete.
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    delete(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    delete(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.images.deprecate
     * @desc Sets the deprecation status of an image.  If an empty request body is
     * given, clears the deprecation status instead.
     * @alias compute.images.deprecate
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.image Image name.
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {().DeprecationStatus} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    deprecate(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    deprecate(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.images.get
     * @desc Returns the specified image. Get a list of available images by making
     * a list() request.
     * @alias compute.images.get
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.image Name of the image resource to return.
     * @param {string} params.project Project ID for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    get(params?: any, options?: MethodOptions): AxiosPromise<Schema$Image>;
    get(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Image>, callback?: BodyResponseCallback<Schema$Image>): void;
    /**
     * compute.images.getFromFamily
     * @desc Returns the latest image that is part of an image family and is not
     * deprecated.
     * @alias compute.images.getFromFamily
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.family Name of the image family to search for.
     * @param {string} params.project Project ID for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    getFromFamily(params?: any, options?: MethodOptions): AxiosPromise<Schema$Image>;
    getFromFamily(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Image>, callback?: BodyResponseCallback<Schema$Image>): void;
    /**
     * compute.images.getIamPolicy
     * @desc Gets the access control policy for a resource. May be empty if no
     * such policy or resource exists.
     * @alias compute.images.getIamPolicy
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.resource_ Name of the resource for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    getIamPolicy(params?: any, options?: MethodOptions): AxiosPromise<Schema$Policy>;
    getIamPolicy(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Policy>, callback?: BodyResponseCallback<Schema$Policy>): void;
    /**
     * compute.images.insert
     * @desc Creates an image in the specified project using the data included in
     * the request.
     * @alias compute.images.insert
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {boolean=} params.forceCreate Force image creation if true.
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {().Image} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    insert(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    insert(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.images.list
     * @desc Retrieves the list of custom images available to the specified
     * project. Custom images are images you create that belong to your project.
     * This method does not get any images that belong to other projects,
     * including publicly-available images, like Debian 8. If you want to get a
     * list of publicly-available images, use this method to make a request to the
     * respective image project, such as debian-cloud or windows-cloud.
     * @alias compute.images.list
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string=} params.filter A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either =, !=, >, or <.  For example, if you are filtering Compute Engine instances, you can exclude instances named example-instance by specifying name != example-instance.  You can also filter nested fields. For example, you could specify scheduling.automaticRestart = false to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.  To filter on multiple expressions, provide each separate expression within parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake"). By default, each expression is an AND expression. However, you can include AND and OR expressions explicitly. For example, (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true).
     * @param {integer=} params.maxResults The maximum number of results per page that should be returned. If the number of available results is larger than maxResults, Compute Engine returns a nextPageToken that can be used to get the next page of results in subsequent list requests. Acceptable values are 0 to 500, inclusive. (Default: 500)
     * @param {string=} params.orderBy Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.  You can also sort results in descending order based on the creation timestamp using orderBy="creationTimestamp desc". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.  Currently, only sorting by name or creationTimestamp desc is supported.
     * @param {string=} params.pageToken Specifies a page token to use. Set pageToken to the nextPageToken returned by a previous list request to get the next page of results.
     * @param {string} params.project Project ID for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    list(params?: any, options?: MethodOptions): AxiosPromise<Schema$ImageList>;
    list(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$ImageList>, callback?: BodyResponseCallback<Schema$ImageList>): void;
    /**
     * compute.images.setIamPolicy
     * @desc Sets the access control policy on the specified resource. Replaces
     * any existing policy.
     * @alias compute.images.setIamPolicy
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.resource_ Name of the resource for this request.
     * @param {().Policy} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    setIamPolicy(params?: any, options?: MethodOptions): AxiosPromise<Schema$Policy>;
    setIamPolicy(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Policy>, callback?: BodyResponseCallback<Schema$Policy>): void;
    /**
     * compute.images.setLabels
     * @desc Sets the labels on an image. To learn more about labels, read the
     * Labeling Resources documentation.
     * @alias compute.images.setLabels
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.resource_ Name of the resource for this request.
     * @param {().GlobalSetLabelsRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    setLabels(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    setLabels(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.images.testIamPermissions
     * @desc Returns permissions that a caller has on the specified resource.
     * @alias compute.images.testIamPermissions
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.resource_ Name of the resource for this request.
     * @param {().TestPermissionsRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    testIamPermissions(params?: any, options?: MethodOptions): AxiosPromise<Schema$TestPermissionsResponse>;
    testIamPermissions(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$TestPermissionsResponse>, callback?: BodyResponseCallback<Schema$TestPermissionsResponse>): void;
}
export declare class Resource$Instancegroupmanagers {
    root: Compute;
    constructor(root: Compute);
    getRoot(): Compute;
    /**
     * compute.instanceGroupManagers.abandonInstances
     * @desc Schedules a group action to remove the specified instances from the
     * managed instance group. Abandoning an instance does not delete the
     * instance, but it does remove the instance from any target pools that are
     * applied by the managed instance group. This method reduces the targetSize
     * of the managed instance group by the number of instances that you abandon.
     * This operation is marked as DONE when the action is scheduled even if the
     * instances have not yet been removed from the group. You must separately
     * verify the status of the abandoning action with the listmanagedinstances
     * method.  If the group is part of a backend service that has enabled
     * connection draining, it can take up to 60 seconds after the connection
     * draining duration has elapsed before the VM instance is removed or deleted.
     * You can specify a maximum of 1000 instances with this method per request.
     * @alias compute.instanceGroupManagers.abandonInstances
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.instanceGroupManager The name of the managed instance group.
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {string} params.zone The name of the zone where the managed instance group is located.
     * @param {().InstanceGroupManagersAbandonInstancesRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    abandonInstances(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    abandonInstances(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.instanceGroupManagers.aggregatedList
     * @desc Retrieves the list of managed instance groups and groups them by
     * zone.
     * @alias compute.instanceGroupManagers.aggregatedList
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string=} params.filter A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either =, !=, >, or <.  For example, if you are filtering Compute Engine instances, you can exclude instances named example-instance by specifying name != example-instance.  You can also filter nested fields. For example, you could specify scheduling.automaticRestart = false to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.  To filter on multiple expressions, provide each separate expression within parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake"). By default, each expression is an AND expression. However, you can include AND and OR expressions explicitly. For example, (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true).
     * @param {integer=} params.maxResults The maximum number of results per page that should be returned. If the number of available results is larger than maxResults, Compute Engine returns a nextPageToken that can be used to get the next page of results in subsequent list requests. Acceptable values are 0 to 500, inclusive. (Default: 500)
     * @param {string=} params.orderBy Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.  You can also sort results in descending order based on the creation timestamp using orderBy="creationTimestamp desc". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.  Currently, only sorting by name or creationTimestamp desc is supported.
     * @param {string=} params.pageToken Specifies a page token to use. Set pageToken to the nextPageToken returned by a previous list request to get the next page of results.
     * @param {string} params.project Project ID for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    aggregatedList(params?: any, options?: MethodOptions): AxiosPromise<Schema$InstanceGroupManagerAggregatedList>;
    aggregatedList(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$InstanceGroupManagerAggregatedList>, callback?: BodyResponseCallback<Schema$InstanceGroupManagerAggregatedList>): void;
    /**
     * compute.instanceGroupManagers.applyUpdatesToInstances
     * @desc Apply changes to selected instances on the managed instance group.
     * This method can be used to apply new overrides and/or new versions.
     * @alias compute.instanceGroupManagers.applyUpdatesToInstances
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.instanceGroupManager The name of the managed instance group, should conform to RFC1035.
     * @param {string} params.project Project ID for this request.
     * @param {string} params.zone The name of the zone where the managed instance group is located. Should conform to RFC1035.
     * @param {().InstanceGroupManagersApplyUpdatesRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    applyUpdatesToInstances(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    applyUpdatesToInstances(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.instanceGroupManagers.delete
     * @desc Deletes the specified managed instance group and all of the instances
     * in that group. Note that the instance group must not belong to a backend
     * service. Read  Deleting an instance group for more information.
     * @alias compute.instanceGroupManagers.delete
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.instanceGroupManager The name of the managed instance group to delete.
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {string} params.zone The name of the zone where the managed instance group is located.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    delete(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    delete(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.instanceGroupManagers.deleteInstances
     * @desc Schedules a group action to delete the specified instances in the
     * managed instance group. The instances are also removed from any target
     * pools of which they were a member. This method reduces the targetSize of
     * the managed instance group by the number of instances that you delete. This
     * operation is marked as DONE when the action is scheduled even if the
     * instances are still being deleted. You must separately verify the status of
     * the deleting action with the listmanagedinstances method.  If the group is
     * part of a backend service that has enabled connection draining, it can take
     * up to 60 seconds after the connection draining duration has elapsed before
     * the VM instance is removed or deleted.  You can specify a maximum of 1000
     * instances with this method per request.
     * @alias compute.instanceGroupManagers.deleteInstances
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.instanceGroupManager The name of the managed instance group.
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {string} params.zone The name of the zone where the managed instance group is located.
     * @param {().InstanceGroupManagersDeleteInstancesRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    deleteInstances(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    deleteInstances(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.instanceGroupManagers.deletePerInstanceConfigs
     * @desc Delete selected per-instance configs for the managed instance group.
     * @alias compute.instanceGroupManagers.deletePerInstanceConfigs
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.instanceGroupManager The name of the managed instance group. It should conform to RFC1035.
     * @param {string} params.project Project ID for this request.
     * @param {string} params.zone The name of the zone where the managed instance group is located. It should conform to RFC1035.
     * @param {().InstanceGroupManagersDeletePerInstanceConfigsReq} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    deletePerInstanceConfigs(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    deletePerInstanceConfigs(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.instanceGroupManagers.get
     * @desc Returns all of the details about the specified managed instance
     * group. Get a list of available managed instance groups by making a list()
     * request.
     * @alias compute.instanceGroupManagers.get
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.instanceGroupManager The name of the managed instance group.
     * @param {string} params.project Project ID for this request.
     * @param {string} params.zone The name of the zone where the managed instance group is located.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    get(params?: any, options?: MethodOptions): AxiosPromise<Schema$InstanceGroupManager>;
    get(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$InstanceGroupManager>, callback?: BodyResponseCallback<Schema$InstanceGroupManager>): void;
    /**
     * compute.instanceGroupManagers.insert
     * @desc Creates a managed instance group using the information that you
     * specify in the request. After the group is created, it schedules an action
     * to create instances in the group using the specified instance template.
     * This operation is marked as DONE when the group is created even if the
     * instances in the group have not yet been created. You must separately
     * verify the status of the individual instances with the listmanagedinstances
     * method.  A managed instance group can have up to 1000 VM instances per
     * group. Please contact Cloud Support if you need an increase in this limit.
     * @alias compute.instanceGroupManagers.insert
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {string} params.zone The name of the zone where you want to create the managed instance group.
     * @param {().InstanceGroupManager} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    insert(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    insert(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.instanceGroupManagers.list
     * @desc Retrieves a list of managed instance groups that are contained within
     * the specified project and zone.
     * @alias compute.instanceGroupManagers.list
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string=} params.filter A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either =, !=, >, or <.  For example, if you are filtering Compute Engine instances, you can exclude instances named example-instance by specifying name != example-instance.  You can also filter nested fields. For example, you could specify scheduling.automaticRestart = false to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.  To filter on multiple expressions, provide each separate expression within parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake"). By default, each expression is an AND expression. However, you can include AND and OR expressions explicitly. For example, (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true).
     * @param {integer=} params.maxResults The maximum number of results per page that should be returned. If the number of available results is larger than maxResults, Compute Engine returns a nextPageToken that can be used to get the next page of results in subsequent list requests. Acceptable values are 0 to 500, inclusive. (Default: 500)
     * @param {string=} params.orderBy Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.  You can also sort results in descending order based on the creation timestamp using orderBy="creationTimestamp desc". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.  Currently, only sorting by name or creationTimestamp desc is supported.
     * @param {string=} params.pageToken Specifies a page token to use. Set pageToken to the nextPageToken returned by a previous list request to get the next page of results.
     * @param {string} params.project Project ID for this request.
     * @param {string} params.zone The name of the zone where the managed instance group is located.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    list(params?: any, options?: MethodOptions): AxiosPromise<Schema$InstanceGroupManagerList>;
    list(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$InstanceGroupManagerList>, callback?: BodyResponseCallback<Schema$InstanceGroupManagerList>): void;
    /**
     * compute.instanceGroupManagers.listManagedInstances
     * @desc Lists all of the instances in the managed instance group. Each
     * instance in the list has a currentAction, which indicates the action that
     * the managed instance group is performing on the instance. For example, if
     * the group is still creating an instance, the currentAction is CREATING. If
     * a previous action failed, the list displays the errors for that failed
     * action.
     * @alias compute.instanceGroupManagers.listManagedInstances
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string=} params.filter
     * @param {string} params.instanceGroupManager The name of the managed instance group.
     * @param {integer=} params.maxResults
     * @param {string=} params.order_by
     * @param {string=} params.pageToken
     * @param {string} params.project Project ID for this request.
     * @param {string} params.zone The name of the zone where the managed instance group is located.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    listManagedInstances(params?: any, options?: MethodOptions): AxiosPromise<Schema$InstanceGroupManagersListManagedInstancesResponse>;
    listManagedInstances(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$InstanceGroupManagersListManagedInstancesResponse>, callback?: BodyResponseCallback<Schema$InstanceGroupManagersListManagedInstancesResponse>): void;
    /**
     * compute.instanceGroupManagers.listPerInstanceConfigs
     * @desc Lists all of the per-instance configs defined for the managed
     * instance group.
     * @alias compute.instanceGroupManagers.listPerInstanceConfigs
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string=} params.filter A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either =, !=, >, or <.  For example, if you are filtering Compute Engine instances, you can exclude instances named example-instance by specifying name != example-instance.  You can also filter nested fields. For example, you could specify scheduling.automaticRestart = false to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.  To filter on multiple expressions, provide each separate expression within parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake"). By default, each expression is an AND expression. However, you can include AND and OR expressions explicitly. For example, (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true).
     * @param {string} params.instanceGroupManager The name of the managed instance group. It should conform to RFC1035.
     * @param {integer=} params.maxResults The maximum number of results per page that should be returned. If the number of available results is larger than maxResults, Compute Engine returns a nextPageToken that can be used to get the next page of results in subsequent list requests. Acceptable values are 0 to 500, inclusive. (Default: 500)
     * @param {string=} params.orderBy Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.  You can also sort results in descending order based on the creation timestamp using orderBy="creationTimestamp desc". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.  Currently, only sorting by name or creationTimestamp desc is supported.
     * @param {string=} params.pageToken Specifies a page token to use. Set pageToken to the nextPageToken returned by a previous list request to get the next page of results.
     * @param {string} params.project Project ID for this request.
     * @param {string} params.zone The name of the zone where the managed instance group is located. It should conform to RFC1035.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    listPerInstanceConfigs(params?: any, options?: MethodOptions): AxiosPromise<Schema$InstanceGroupManagersListPerInstanceConfigsResp>;
    listPerInstanceConfigs(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$InstanceGroupManagersListPerInstanceConfigsResp>, callback?: BodyResponseCallback<Schema$InstanceGroupManagersListPerInstanceConfigsResp>): void;
    /**
     * compute.instanceGroupManagers.patch
     * @desc Updates a managed instance group using the information that you
     * specify in the request. This operation is marked as DONE when the group is
     * patched even if the instances in the group are still in the process of
     * being patched. You must separately verify the status of the individual
     * instances with the listManagedInstances method. This method supports PATCH
     * semantics and uses the JSON merge patch format and processing rules.
     * @alias compute.instanceGroupManagers.patch
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.instanceGroupManager The name of the instance group manager.
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {string} params.zone The name of the zone where you want to create the managed instance group.
     * @param {().InstanceGroupManager} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    patch(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    patch(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.instanceGroupManagers.recreateInstances
     * @desc Schedules a group action to recreate the specified instances in the
     * managed instance group. The instances are deleted and recreated using the
     * current instance template for the managed instance group. This operation is
     * marked as DONE when the action is scheduled even if the instances have not
     * yet been recreated. You must separately verify the status of the recreating
     * action with the listmanagedinstances method.  If the group is part of a
     * backend service that has enabled connection draining, it can take up to 60
     * seconds after the connection draining duration has elapsed before the VM
     * instance is removed or deleted.  You can specify a maximum of 1000
     * instances with this method per request.
     * @alias compute.instanceGroupManagers.recreateInstances
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.instanceGroupManager The name of the managed instance group.
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {string} params.zone The name of the zone where the managed instance group is located.
     * @param {().InstanceGroupManagersRecreateInstancesRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    recreateInstances(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    recreateInstances(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.instanceGroupManagers.resize
     * @desc Resizes the managed instance group. If you increase the size, the
     * group creates new instances using the current instance template. If you
     * decrease the size, the group deletes instances. The resize operation is
     * marked DONE when the resize actions are scheduled even if the group has not
     * yet added or deleted any instances. You must separately verify the status
     * of the creating or deleting actions with the listmanagedinstances method.
     * If the group is part of a backend service that has enabled connection
     * draining, it can take up to 60 seconds after the connection draining
     * duration has elapsed before the VM instance is removed or deleted.
     * @alias compute.instanceGroupManagers.resize
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.instanceGroupManager The name of the managed instance group.
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {integer} params.size The number of running instances that the managed instance group should maintain at any given time. The group automatically adds or removes instances to maintain the number of instances specified by this parameter.
     * @param {string} params.zone The name of the zone where the managed instance group is located.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    resize(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    resize(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.instanceGroupManagers.resizeAdvanced
     * @desc Resizes the managed instance group with advanced configuration
     * options like disabling creation retries. This is an extended version of the
     * resize method.  If you increase the size of the instance group, the group
     * creates new instances using the current instance template. If you decrease
     * the size, the group deletes instances. The resize operation is marked DONE
     * when the resize actions are scheduled even if the group has not yet added
     * or deleted any instances. You must separately verify the status of the
     * creating, creatingWithoutRetries, or deleting actions with the get or
     * listmanagedinstances method.  If the group is part of a backend service
     * that has enabled connection draining, it can take up to 60 seconds after
     * the connection draining duration has elapsed before the VM instance is
     * removed or deleted.
     * @alias compute.instanceGroupManagers.resizeAdvanced
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.instanceGroupManager The name of the managed instance group.
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {string} params.zone The name of the zone where the managed instance group is located.
     * @param {().InstanceGroupManagersResizeAdvancedRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    resizeAdvanced(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    resizeAdvanced(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.instanceGroupManagers.setAutoHealingPolicies
     * @desc Modifies the autohealing policies.
     * @alias compute.instanceGroupManagers.setAutoHealingPolicies
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.instanceGroupManager The name of the instance group manager.
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {string} params.zone The name of the zone where the managed instance group is located.
     * @param {().InstanceGroupManagersSetAutoHealingRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    setAutoHealingPolicies(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    setAutoHealingPolicies(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.instanceGroupManagers.setInstanceTemplate
     * @desc Specifies the instance template to use when creating new instances in
     * this group. The templates for existing instances in the group do not change
     * unless you recreate them.
     * @alias compute.instanceGroupManagers.setInstanceTemplate
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.instanceGroupManager The name of the managed instance group.
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {string} params.zone The name of the zone where the managed instance group is located.
     * @param {().InstanceGroupManagersSetInstanceTemplateRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    setInstanceTemplate(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    setInstanceTemplate(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.instanceGroupManagers.setTargetPools
     * @desc Modifies the target pools to which all instances in this managed
     * instance group are assigned. The target pools automatically apply to all of
     * the instances in the managed instance group. This operation is marked DONE
     * when you make the request even if the instances have not yet been added to
     * their target pools. The change might take some time to apply to all of the
     * instances in the group depending on the size of the group.
     * @alias compute.instanceGroupManagers.setTargetPools
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.instanceGroupManager The name of the managed instance group.
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {string} params.zone The name of the zone where the managed instance group is located.
     * @param {().InstanceGroupManagersSetTargetPoolsRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    setTargetPools(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    setTargetPools(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.instanceGroupManagers.testIamPermissions
     * @desc Returns permissions that a caller has on the specified resource.
     * @alias compute.instanceGroupManagers.testIamPermissions
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.resource_ Name of the resource for this request.
     * @param {string} params.zone The name of the zone for this request.
     * @param {().TestPermissionsRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    testIamPermissions(params?: any, options?: MethodOptions): AxiosPromise<Schema$TestPermissionsResponse>;
    testIamPermissions(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$TestPermissionsResponse>, callback?: BodyResponseCallback<Schema$TestPermissionsResponse>): void;
    /**
     * compute.instanceGroupManagers.update
     * @desc Updates a managed instance group using the information that you
     * specify in the request. This operation is marked as DONE when the group is
     * updated even if the instances in the group have not yet been updated. You
     * must separately verify the status of the individual instances with the
     * listManagedInstances method.
     * @alias compute.instanceGroupManagers.update
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.instanceGroupManager The name of the instance group manager.
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {string} params.zone The name of the zone where you want to create the managed instance group.
     * @param {().InstanceGroupManager} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    update(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    update(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.instanceGroupManagers.updatePerInstanceConfigs
     * @desc Insert or patch (for the ones that already exist) per-instance
     * configs for the managed instance group. perInstanceConfig.instance serves
     * as a key used to distinguish whether to perform insert or patch.
     * @alias compute.instanceGroupManagers.updatePerInstanceConfigs
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.instanceGroupManager The name of the managed instance group. It should conform to RFC1035.
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {string} params.zone The name of the zone where the managed instance group is located. It should conform to RFC1035.
     * @param {().InstanceGroupManagersUpdatePerInstanceConfigsReq} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    updatePerInstanceConfigs(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    updatePerInstanceConfigs(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
}
export declare class Resource$Instancegroups {
    root: Compute;
    constructor(root: Compute);
    getRoot(): Compute;
    /**
     * compute.instanceGroups.addInstances
     * @desc Adds a list of instances to the specified instance group. All of the
     * instances in the instance group must be in the same network/subnetwork.
     * Read  Adding instances for more information.
     * @alias compute.instanceGroups.addInstances
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.instanceGroup The name of the instance group where you are adding instances.
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {string} params.zone The name of the zone where the instance group is located.
     * @param {().InstanceGroupsAddInstancesRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    addInstances(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    addInstances(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.instanceGroups.aggregatedList
     * @desc Retrieves the list of instance groups and sorts them by zone.
     * @alias compute.instanceGroups.aggregatedList
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string=} params.filter A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either =, !=, >, or <.  For example, if you are filtering Compute Engine instances, you can exclude instances named example-instance by specifying name != example-instance.  You can also filter nested fields. For example, you could specify scheduling.automaticRestart = false to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.  To filter on multiple expressions, provide each separate expression within parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake"). By default, each expression is an AND expression. However, you can include AND and OR expressions explicitly. For example, (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true).
     * @param {integer=} params.maxResults The maximum number of results per page that should be returned. If the number of available results is larger than maxResults, Compute Engine returns a nextPageToken that can be used to get the next page of results in subsequent list requests. Acceptable values are 0 to 500, inclusive. (Default: 500)
     * @param {string=} params.orderBy Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.  You can also sort results in descending order based on the creation timestamp using orderBy="creationTimestamp desc". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.  Currently, only sorting by name or creationTimestamp desc is supported.
     * @param {string=} params.pageToken Specifies a page token to use. Set pageToken to the nextPageToken returned by a previous list request to get the next page of results.
     * @param {string} params.project Project ID for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    aggregatedList(params?: any, options?: MethodOptions): AxiosPromise<Schema$InstanceGroupAggregatedList>;
    aggregatedList(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$InstanceGroupAggregatedList>, callback?: BodyResponseCallback<Schema$InstanceGroupAggregatedList>): void;
    /**
     * compute.instanceGroups.delete
     * @desc Deletes the specified instance group. The instances in the group are
     * not deleted. Note that instance group must not belong to a backend service.
     * Read  Deleting an instance group for more information.
     * @alias compute.instanceGroups.delete
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.instanceGroup The name of the instance group to delete.
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {string} params.zone The name of the zone where the instance group is located.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    delete(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    delete(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.instanceGroups.get
     * @desc Returns the specified instance group. Get a list of available
     * instance groups by making a list() request.
     * @alias compute.instanceGroups.get
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.instanceGroup The name of the instance group.
     * @param {string} params.project Project ID for this request.
     * @param {string} params.zone The name of the zone where the instance group is located.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    get(params?: any, options?: MethodOptions): AxiosPromise<Schema$InstanceGroup>;
    get(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$InstanceGroup>, callback?: BodyResponseCallback<Schema$InstanceGroup>): void;
    /**
     * compute.instanceGroups.insert
     * @desc Creates an instance group in the specified project using the
     * parameters that are included in the request.
     * @alias compute.instanceGroups.insert
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {string} params.zone The name of the zone where you want to create the instance group.
     * @param {().InstanceGroup} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    insert(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    insert(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.instanceGroups.list
     * @desc Retrieves the list of instance groups that are located in the
     * specified project and zone.
     * @alias compute.instanceGroups.list
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string=} params.filter A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either =, !=, >, or <.  For example, if you are filtering Compute Engine instances, you can exclude instances named example-instance by specifying name != example-instance.  You can also filter nested fields. For example, you could specify scheduling.automaticRestart = false to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.  To filter on multiple expressions, provide each separate expression within parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake"). By default, each expression is an AND expression. However, you can include AND and OR expressions explicitly. For example, (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true).
     * @param {integer=} params.maxResults The maximum number of results per page that should be returned. If the number of available results is larger than maxResults, Compute Engine returns a nextPageToken that can be used to get the next page of results in subsequent list requests. Acceptable values are 0 to 500, inclusive. (Default: 500)
     * @param {string=} params.orderBy Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.  You can also sort results in descending order based on the creation timestamp using orderBy="creationTimestamp desc". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.  Currently, only sorting by name or creationTimestamp desc is supported.
     * @param {string=} params.pageToken Specifies a page token to use. Set pageToken to the nextPageToken returned by a previous list request to get the next page of results.
     * @param {string} params.project Project ID for this request.
     * @param {string} params.zone The name of the zone where the instance group is located.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    list(params?: any, options?: MethodOptions): AxiosPromise<Schema$InstanceGroupList>;
    list(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$InstanceGroupList>, callback?: BodyResponseCallback<Schema$InstanceGroupList>): void;
    /**
     * compute.instanceGroups.listInstances
     * @desc Lists the instances in the specified instance group.
     * @alias compute.instanceGroups.listInstances
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string=} params.filter A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either =, !=, >, or <.  For example, if you are filtering Compute Engine instances, you can exclude instances named example-instance by specifying name != example-instance.  You can also filter nested fields. For example, you could specify scheduling.automaticRestart = false to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.  To filter on multiple expressions, provide each separate expression within parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake"). By default, each expression is an AND expression. However, you can include AND and OR expressions explicitly. For example, (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true).
     * @param {string} params.instanceGroup The name of the instance group from which you want to generate a list of included instances.
     * @param {integer=} params.maxResults The maximum number of results per page that should be returned. If the number of available results is larger than maxResults, Compute Engine returns a nextPageToken that can be used to get the next page of results in subsequent list requests. Acceptable values are 0 to 500, inclusive. (Default: 500)
     * @param {string=} params.orderBy Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.  You can also sort results in descending order based on the creation timestamp using orderBy="creationTimestamp desc". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.  Currently, only sorting by name or creationTimestamp desc is supported.
     * @param {string=} params.pageToken Specifies a page token to use. Set pageToken to the nextPageToken returned by a previous list request to get the next page of results.
     * @param {string} params.project Project ID for this request.
     * @param {string} params.zone The name of the zone where the instance group is located.
     * @param {().InstanceGroupsListInstancesRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    listInstances(params?: any, options?: MethodOptions): AxiosPromise<Schema$InstanceGroupsListInstances>;
    listInstances(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$InstanceGroupsListInstances>, callback?: BodyResponseCallback<Schema$InstanceGroupsListInstances>): void;
    /**
     * compute.instanceGroups.removeInstances
     * @desc Removes one or more instances from the specified instance group, but
     * does not delete those instances.  If the group is part of a backend service
     * that has enabled connection draining, it can take up to 60 seconds after
     * the connection draining duration before the VM instance is removed or
     * deleted.
     * @alias compute.instanceGroups.removeInstances
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.instanceGroup The name of the instance group where the specified instances will be removed.
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {string} params.zone The name of the zone where the instance group is located.
     * @param {().InstanceGroupsRemoveInstancesRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    removeInstances(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    removeInstances(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.instanceGroups.setNamedPorts
     * @desc Sets the named ports for the specified instance group.
     * @alias compute.instanceGroups.setNamedPorts
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.instanceGroup The name of the instance group where the named ports are updated.
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {string} params.zone The name of the zone where the instance group is located.
     * @param {().InstanceGroupsSetNamedPortsRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    setNamedPorts(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    setNamedPorts(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.instanceGroups.testIamPermissions
     * @desc Returns permissions that a caller has on the specified resource.
     * @alias compute.instanceGroups.testIamPermissions
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.resource_ Name of the resource for this request.
     * @param {string} params.zone The name of the zone for this request.
     * @param {().TestPermissionsRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    testIamPermissions(params?: any, options?: MethodOptions): AxiosPromise<Schema$TestPermissionsResponse>;
    testIamPermissions(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$TestPermissionsResponse>, callback?: BodyResponseCallback<Schema$TestPermissionsResponse>): void;
}
export declare class Resource$Instances {
    root: Compute;
    constructor(root: Compute);
    getRoot(): Compute;
    /**
     * compute.instances.addAccessConfig
     * @desc Adds an access config to an instance's network interface.
     * @alias compute.instances.addAccessConfig
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.instance The instance name for this request.
     * @param {string} params.networkInterface The name of the network interface to add to this instance.
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {string} params.zone The name of the zone for this request.
     * @param {().AccessConfig} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    addAccessConfig(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    addAccessConfig(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.instances.addMaintenancePolicies
     * @desc Adds existing maintenance policies to an instance. You can only add
     * one policy right now which will be applied to this instance for scheduling
     * live migrations.
     * @alias compute.instances.addMaintenancePolicies
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.instance The instance name for this request.
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {string} params.zone The name of the zone for this request.
     * @param {().InstancesAddMaintenancePoliciesRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    addMaintenancePolicies(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    addMaintenancePolicies(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.instances.aggregatedList
     * @desc Retrieves aggregated list of instances.
     * @alias compute.instances.aggregatedList
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string=} params.filter A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either =, !=, >, or <.  For example, if you are filtering Compute Engine instances, you can exclude instances named example-instance by specifying name != example-instance.  You can also filter nested fields. For example, you could specify scheduling.automaticRestart = false to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.  To filter on multiple expressions, provide each separate expression within parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake"). By default, each expression is an AND expression. However, you can include AND and OR expressions explicitly. For example, (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true).
     * @param {integer=} params.maxResults The maximum number of results per page that should be returned. If the number of available results is larger than maxResults, Compute Engine returns a nextPageToken that can be used to get the next page of results in subsequent list requests. Acceptable values are 0 to 500, inclusive. (Default: 500)
     * @param {string=} params.orderBy Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.  You can also sort results in descending order based on the creation timestamp using orderBy="creationTimestamp desc". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.  Currently, only sorting by name or creationTimestamp desc is supported.
     * @param {string=} params.pageToken Specifies a page token to use. Set pageToken to the nextPageToken returned by a previous list request to get the next page of results.
     * @param {string} params.project Project ID for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    aggregatedList(params?: any, options?: MethodOptions): AxiosPromise<Schema$InstanceAggregatedList>;
    aggregatedList(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$InstanceAggregatedList>, callback?: BodyResponseCallback<Schema$InstanceAggregatedList>): void;
    /**
     * compute.instances.attachDisk
     * @desc Attaches an existing Disk resource to an instance. You must first
     * create the disk before you can attach it. It is not possible to create and
     * attach a disk at the same time. For more information, read Adding a
     * persistent disk to your instance.
     * @alias compute.instances.attachDisk
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {boolean=} params.forceAttach Whether to force attach the disk even if it's currently attached to another instance. This is only available for regional disks.
     * @param {string} params.instance The instance name for this request.
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {string} params.zone The name of the zone for this request.
     * @param {().AttachedDisk} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    attachDisk(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    attachDisk(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.instances.delete
     * @desc Deletes the specified Instance resource. For more information, see
     * Stopping or Deleting an Instance.
     * @alias compute.instances.delete
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.instance Name of the instance resource to delete.
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {string} params.zone The name of the zone for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    delete(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    delete(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.instances.deleteAccessConfig
     * @desc Deletes an access config from an instance's network interface.
     * @alias compute.instances.deleteAccessConfig
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.accessConfig The name of the access config to delete.
     * @param {string} params.instance The instance name for this request.
     * @param {string} params.networkInterface The name of the network interface.
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {string} params.zone The name of the zone for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    deleteAccessConfig(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    deleteAccessConfig(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.instances.detachDisk
     * @desc Detaches a disk from an instance.
     * @alias compute.instances.detachDisk
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.deviceName Disk device name to detach.
     * @param {string} params.instance Instance name.
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {string} params.zone The name of the zone for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    detachDisk(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    detachDisk(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.instances.get
     * @desc Returns the specified Instance resource. Get a list of available
     * instances by making a list() request.
     * @alias compute.instances.get
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.instance Name of the instance resource to return.
     * @param {string} params.project Project ID for this request.
     * @param {string} params.zone The name of the zone for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    get(params?: any, options?: MethodOptions): AxiosPromise<Schema$Instance>;
    get(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Instance>, callback?: BodyResponseCallback<Schema$Instance>): void;
    /**
     * compute.instances.getGuestAttributes
     * @desc Returns the specified guest attributes entry.
     * @alias compute.instances.getGuestAttributes
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.instance Name of the instance scoping this request.
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.variableKey Specifies the key for the guest attributes entry.
     * @param {string} params.zone The name of the zone for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    getGuestAttributes(params?: any, options?: MethodOptions): AxiosPromise<Schema$GuestAttributes>;
    getGuestAttributes(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$GuestAttributes>, callback?: BodyResponseCallback<Schema$GuestAttributes>): void;
    /**
     * compute.instances.getIamPolicy
     * @desc Gets the access control policy for a resource. May be empty if no
     * such policy or resource exists.
     * @alias compute.instances.getIamPolicy
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.resource_ Name of the resource for this request.
     * @param {string} params.zone The name of the zone for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    getIamPolicy(params?: any, options?: MethodOptions): AxiosPromise<Schema$Policy>;
    getIamPolicy(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Policy>, callback?: BodyResponseCallback<Schema$Policy>): void;
    /**
     * compute.instances.getSerialPortOutput
     * @desc Returns the specified instance's serial port output.
     * @alias compute.instances.getSerialPortOutput
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.instance Name of the instance scoping this request.
     * @param {integer=} params.port Specifies which COM or serial port to retrieve data from.
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.start Returns output starting from a specific byte position. Use this to page through output when the output is too large to return in a single request. For the initial request, leave this field unspecified. For subsequent calls, this field should be set to the next value returned in the previous call.
     * @param {string} params.zone The name of the zone for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    getSerialPortOutput(params?: any, options?: MethodOptions): AxiosPromise<Schema$SerialPortOutput>;
    getSerialPortOutput(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$SerialPortOutput>, callback?: BodyResponseCallback<Schema$SerialPortOutput>): void;
    /**
     * compute.instances.insert
     * @desc Creates an instance resource in the specified project using the data
     * included in the request.
     * @alias compute.instances.insert
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {string=} params.sourceInstanceTemplate Specifies instance template to create the instance.  This field is optional. It can be a full or partial URL. For example, the following are all valid URLs to an instance template:   - https://www.googleapis.com/compute/v1/projects/project/global/global/instanceTemplates/instanceTemplate  - projects/project/global/global/instanceTemplates/instanceTemplate  - global/instancesTemplates/instanceTemplate
     * @param {string} params.zone The name of the zone for this request.
     * @param {().Instance} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    insert(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    insert(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.instances.list
     * @desc Retrieves the list of instances contained within the specified zone.
     * @alias compute.instances.list
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string=} params.filter A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either =, !=, >, or <.  For example, if you are filtering Compute Engine instances, you can exclude instances named example-instance by specifying name != example-instance.  You can also filter nested fields. For example, you could specify scheduling.automaticRestart = false to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.  To filter on multiple expressions, provide each separate expression within parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake"). By default, each expression is an AND expression. However, you can include AND and OR expressions explicitly. For example, (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true).
     * @param {integer=} params.maxResults The maximum number of results per page that should be returned. If the number of available results is larger than maxResults, Compute Engine returns a nextPageToken that can be used to get the next page of results in subsequent list requests. Acceptable values are 0 to 500, inclusive. (Default: 500)
     * @param {string=} params.orderBy Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.  You can also sort results in descending order based on the creation timestamp using orderBy="creationTimestamp desc". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.  Currently, only sorting by name or creationTimestamp desc is supported.
     * @param {string=} params.pageToken Specifies a page token to use. Set pageToken to the nextPageToken returned by a previous list request to get the next page of results.
     * @param {string} params.project Project ID for this request.
     * @param {string} params.zone The name of the zone for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    list(params?: any, options?: MethodOptions): AxiosPromise<Schema$InstanceList>;
    list(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$InstanceList>, callback?: BodyResponseCallback<Schema$InstanceList>): void;
    /**
     * compute.instances.listReferrers
     * @desc Retrieves the list of referrers to instances contained within the
     * specified zone.
     * @alias compute.instances.listReferrers
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string=} params.filter A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either =, !=, >, or <.  For example, if you are filtering Compute Engine instances, you can exclude instances named example-instance by specifying name != example-instance.  You can also filter nested fields. For example, you could specify scheduling.automaticRestart = false to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.  To filter on multiple expressions, provide each separate expression within parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake"). By default, each expression is an AND expression. However, you can include AND and OR expressions explicitly. For example, (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true).
     * @param {string} params.instance Name of the target instance scoping this request, or '-' if the request should span over all instances in the container.
     * @param {integer=} params.maxResults The maximum number of results per page that should be returned. If the number of available results is larger than maxResults, Compute Engine returns a nextPageToken that can be used to get the next page of results in subsequent list requests. Acceptable values are 0 to 500, inclusive. (Default: 500)
     * @param {string=} params.orderBy Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.  You can also sort results in descending order based on the creation timestamp using orderBy="creationTimestamp desc". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.  Currently, only sorting by name or creationTimestamp desc is supported.
     * @param {string=} params.pageToken Specifies a page token to use. Set pageToken to the nextPageToken returned by a previous list request to get the next page of results.
     * @param {string} params.project Project ID for this request.
     * @param {string} params.zone The name of the zone for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    listReferrers(params?: any, options?: MethodOptions): AxiosPromise<Schema$InstanceListReferrers>;
    listReferrers(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$InstanceListReferrers>, callback?: BodyResponseCallback<Schema$InstanceListReferrers>): void;
    /**
     * compute.instances.removeMaintenancePolicies
     * @desc Removes maintenance policies from an instance.
     * @alias compute.instances.removeMaintenancePolicies
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.instance The instance name for this request.
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {string} params.zone The name of the zone for this request.
     * @param {().InstancesRemoveMaintenancePoliciesRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    removeMaintenancePolicies(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    removeMaintenancePolicies(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.instances.reset
     * @desc Performs a reset on the instance. For more information, see Resetting
     * an instance.
     * @alias compute.instances.reset
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.instance Name of the instance scoping this request.
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {string} params.zone The name of the zone for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    reset(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    reset(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.instances.resume
     * @desc Resumes an instance that was suspended using the instances().suspend
     * method.
     * @alias compute.instances.resume
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.instance Name of the instance resource to resume.
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {string} params.zone The name of the zone for this request.
     * @param {().InstancesResumeRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    resume(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    resume(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.instances.setDeletionProtection
     * @desc Sets deletion protection on the instance.
     * @alias compute.instances.setDeletionProtection
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {boolean=} params.deletionProtection Whether the resource should be protected against deletion.
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {string} params.resource_ Name of the resource for this request.
     * @param {string} params.zone The name of the zone for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    setDeletionProtection(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    setDeletionProtection(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.instances.setDiskAutoDelete
     * @desc Sets the auto-delete flag for a disk attached to an instance.
     * @alias compute.instances.setDiskAutoDelete
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {boolean} params.autoDelete Whether to auto-delete the disk when the instance is deleted.
     * @param {string} params.deviceName The device name of the disk to modify.
     * @param {string} params.instance The instance name.
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {string} params.zone The name of the zone for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    setDiskAutoDelete(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    setDiskAutoDelete(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.instances.setIamPolicy
     * @desc Sets the access control policy on the specified resource. Replaces
     * any existing policy.
     * @alias compute.instances.setIamPolicy
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.resource_ Name of the resource for this request.
     * @param {string} params.zone The name of the zone for this request.
     * @param {().Policy} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    setIamPolicy(params?: any, options?: MethodOptions): AxiosPromise<Schema$Policy>;
    setIamPolicy(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Policy>, callback?: BodyResponseCallback<Schema$Policy>): void;
    /**
     * compute.instances.setLabels
     * @desc Sets labels on an instance. To learn more about labels, read the
     * Labeling Resources documentation.
     * @alias compute.instances.setLabels
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.instance Name of the instance scoping this request.
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {string} params.zone The name of the zone for this request.
     * @param {().InstancesSetLabelsRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    setLabels(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    setLabels(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.instances.setMachineResources
     * @desc Changes the number and/or type of accelerator for a stopped instance
     * to the values specified in the request.
     * @alias compute.instances.setMachineResources
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.instance Name of the instance scoping this request.
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {string} params.zone The name of the zone for this request.
     * @param {().InstancesSetMachineResourcesRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    setMachineResources(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    setMachineResources(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.instances.setMachineType
     * @desc Changes the machine type for a stopped instance to the machine type
     * specified in the request.
     * @alias compute.instances.setMachineType
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.instance Name of the instance scoping this request.
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {string} params.zone The name of the zone for this request.
     * @param {().InstancesSetMachineTypeRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    setMachineType(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    setMachineType(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.instances.setMetadata
     * @desc Sets metadata for the specified instance to the data included in the
     * request.
     * @alias compute.instances.setMetadata
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.instance Name of the instance scoping this request.
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {string} params.zone The name of the zone for this request.
     * @param {().Metadata} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    setMetadata(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    setMetadata(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.instances.setMinCpuPlatform
     * @desc Changes the minimum CPU platform that this instance should use. This
     * method can only be called on a stopped instance. For more information, read
     * Specifying a Minimum CPU Platform.
     * @alias compute.instances.setMinCpuPlatform
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.instance Name of the instance scoping this request.
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {string} params.zone The name of the zone for this request.
     * @param {().InstancesSetMinCpuPlatformRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    setMinCpuPlatform(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    setMinCpuPlatform(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.instances.setScheduling
     * @desc Sets an instance's scheduling options.
     * @alias compute.instances.setScheduling
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.instance Instance name.
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {string} params.zone The name of the zone for this request.
     * @param {().Scheduling} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    setScheduling(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    setScheduling(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.instances.setServiceAccount
     * @desc Sets the service account on the instance. For more information, read
     * Changing the service account and access scopes for an instance.
     * @alias compute.instances.setServiceAccount
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.instance Name of the instance resource to start.
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {string} params.zone The name of the zone for this request.
     * @param {().InstancesSetServiceAccountRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    setServiceAccount(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    setServiceAccount(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.instances.setShieldedVmIntegrityPolicy
     * @desc Sets the Shielded VM integrity policy for an instance. This method
     * supports PATCH semantics and uses the JSON merge patch format and
     * processing rules.
     * @alias compute.instances.setShieldedVmIntegrityPolicy
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.instance Name of the instance scoping this request.
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {string} params.zone The name of the zone for this request.
     * @param {().ShieldedVmIntegrityPolicy} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    setShieldedVmIntegrityPolicy(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    setShieldedVmIntegrityPolicy(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.instances.setTags
     * @desc Sets tags for the specified instance to the data included in the
     * request.
     * @alias compute.instances.setTags
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.instance Name of the instance scoping this request.
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {string} params.zone The name of the zone for this request.
     * @param {().Tags} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    setTags(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    setTags(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.instances.simulateMaintenanceEvent
     * @desc Simulates a maintenance event on the instance.
     * @alias compute.instances.simulateMaintenanceEvent
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.instance Name of the instance scoping this request.
     * @param {string} params.project Project ID for this request.
     * @param {string} params.zone The name of the zone for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    simulateMaintenanceEvent(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    simulateMaintenanceEvent(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.instances.start
     * @desc Starts an instance that was stopped using the using the
     * instances().stop method. For more information, see Restart an instance.
     * @alias compute.instances.start
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.instance Name of the instance resource to start.
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {string} params.zone The name of the zone for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    start(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    start(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.instances.startWithEncryptionKey
     * @desc Starts an instance that was stopped using the using the
     * instances().stop method. For more information, see Restart an instance.
     * @alias compute.instances.startWithEncryptionKey
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.instance Name of the instance resource to start.
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {string} params.zone The name of the zone for this request.
     * @param {().InstancesStartWithEncryptionKeyRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    startWithEncryptionKey(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    startWithEncryptionKey(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.instances.stop
     * @desc Stops a running instance, shutting it down cleanly, and allows you to
     * restart the instance at a later time. Stopped instances do not incur VM
     * usage charges while they are stopped. However, resources that the VM is
     * using, such as persistent disks and static IP addresses, will continue to
     * be charged until they are deleted. For more information, see Stopping an
     * instance.
     * @alias compute.instances.stop
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {boolean=} params.discardLocalSsd If true, discard the contents of any attached localSSD partitions. Default value is false (== preserve localSSD data).
     * @param {string} params.instance Name of the instance resource to stop.
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {string} params.zone The name of the zone for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    stop(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    stop(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.instances.suspend
     * @desc This method suspends a running instance, saving its state to
     * persistent storage, and allows you to resume the instance at a later time.
     * Suspended instances incur reduced per-minute, virtual machine usage charges
     * while they are suspended. Any resources the virtual machine is using, such
     * as persistent disks and static IP addresses, will continue to be charged
     * until they are deleted.
     * @alias compute.instances.suspend
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {boolean=} params.discardLocalSsd If true, discard the contents of any attached localSSD partitions. Default value is false (== preserve localSSD data).
     * @param {string} params.instance Name of the instance resource to suspend.
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {string} params.zone The name of the zone for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    suspend(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    suspend(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.instances.testIamPermissions
     * @desc Returns permissions that a caller has on the specified resource.
     * @alias compute.instances.testIamPermissions
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.resource_ Name of the resource for this request.
     * @param {string} params.zone The name of the zone for this request.
     * @param {().TestPermissionsRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    testIamPermissions(params?: any, options?: MethodOptions): AxiosPromise<Schema$TestPermissionsResponse>;
    testIamPermissions(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$TestPermissionsResponse>, callback?: BodyResponseCallback<Schema$TestPermissionsResponse>): void;
    /**
     * compute.instances.updateAccessConfig
     * @desc Updates the specified access config from an instance's network
     * interface with the data included in the request. This method supports PATCH
     * semantics and uses the JSON merge patch format and processing rules.
     * @alias compute.instances.updateAccessConfig
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.instance The instance name for this request.
     * @param {string} params.networkInterface The name of the network interface where the access config is attached.
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {string} params.zone The name of the zone for this request.
     * @param {().AccessConfig} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    updateAccessConfig(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    updateAccessConfig(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.instances.updateNetworkInterface
     * @desc Updates an instance's network interface. This method follows PATCH
     * semantics.
     * @alias compute.instances.updateNetworkInterface
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.instance The instance name for this request.
     * @param {string} params.networkInterface The name of the network interface to update.
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {string} params.zone The name of the zone for this request.
     * @param {().NetworkInterface} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    updateNetworkInterface(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    updateNetworkInterface(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.instances.updateShieldedVmConfig
     * @desc Updates the Shielded VM config for an instance. This method supports
     * PATCH semantics and uses the JSON merge patch format and processing rules.
     * @alias compute.instances.updateShieldedVmConfig
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.instance Name of the instance scoping this request.
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {string} params.zone The name of the zone for this request.
     * @param {().ShieldedVmConfig} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    updateShieldedVmConfig(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    updateShieldedVmConfig(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
}
export declare class Resource$Instancetemplates {
    root: Compute;
    constructor(root: Compute);
    getRoot(): Compute;
    /**
     * compute.instanceTemplates.delete
     * @desc Deletes the specified instance template. Deleting an instance
     * template is permanent and cannot be undone. It's not possible to delete
     * templates which are in use by an instance group.
     * @alias compute.instanceTemplates.delete
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.instanceTemplate The name of the instance template to delete.
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    delete(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    delete(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.instanceTemplates.get
     * @desc Returns the specified instance template. Get a list of available
     * instance templates by making a list() request.
     * @alias compute.instanceTemplates.get
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.instanceTemplate The name of the instance template.
     * @param {string} params.project Project ID for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    get(params?: any, options?: MethodOptions): AxiosPromise<Schema$InstanceTemplate>;
    get(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$InstanceTemplate>, callback?: BodyResponseCallback<Schema$InstanceTemplate>): void;
    /**
     * compute.instanceTemplates.insert
     * @desc Creates an instance template in the specified project using the data
     * that is included in the request. If you are creating a new template to
     * update an existing instance group, your new instance template must use the
     * same network or, if applicable, the same subnetwork as the original
     * template.
     * @alias compute.instanceTemplates.insert
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {().InstanceTemplate} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    insert(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    insert(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.instanceTemplates.list
     * @desc Retrieves a list of instance templates that are contained within the
     * specified project and zone.
     * @alias compute.instanceTemplates.list
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string=} params.filter A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either =, !=, >, or <.  For example, if you are filtering Compute Engine instances, you can exclude instances named example-instance by specifying name != example-instance.  You can also filter nested fields. For example, you could specify scheduling.automaticRestart = false to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.  To filter on multiple expressions, provide each separate expression within parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake"). By default, each expression is an AND expression. However, you can include AND and OR expressions explicitly. For example, (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true).
     * @param {integer=} params.maxResults The maximum number of results per page that should be returned. If the number of available results is larger than maxResults, Compute Engine returns a nextPageToken that can be used to get the next page of results in subsequent list requests. Acceptable values are 0 to 500, inclusive. (Default: 500)
     * @param {string=} params.orderBy Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.  You can also sort results in descending order based on the creation timestamp using orderBy="creationTimestamp desc". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.  Currently, only sorting by name or creationTimestamp desc is supported.
     * @param {string=} params.pageToken Specifies a page token to use. Set pageToken to the nextPageToken returned by a previous list request to get the next page of results.
     * @param {string} params.project Project ID for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    list(params?: any, options?: MethodOptions): AxiosPromise<Schema$InstanceTemplateList>;
    list(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$InstanceTemplateList>, callback?: BodyResponseCallback<Schema$InstanceTemplateList>): void;
    /**
     * compute.instanceTemplates.testIamPermissions
     * @desc Returns permissions that a caller has on the specified resource.
     * @alias compute.instanceTemplates.testIamPermissions
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.resource_ Name of the resource for this request.
     * @param {().TestPermissionsRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    testIamPermissions(params?: any, options?: MethodOptions): AxiosPromise<Schema$TestPermissionsResponse>;
    testIamPermissions(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$TestPermissionsResponse>, callback?: BodyResponseCallback<Schema$TestPermissionsResponse>): void;
}
export declare class Resource$Interconnectattachments {
    root: Compute;
    constructor(root: Compute);
    getRoot(): Compute;
    /**
     * compute.interconnectAttachments.aggregatedList
     * @desc Retrieves an aggregated list of interconnect attachments.
     * @alias compute.interconnectAttachments.aggregatedList
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string=} params.filter A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either =, !=, >, or <.  For example, if you are filtering Compute Engine instances, you can exclude instances named example-instance by specifying name != example-instance.  You can also filter nested fields. For example, you could specify scheduling.automaticRestart = false to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.  To filter on multiple expressions, provide each separate expression within parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake"). By default, each expression is an AND expression. However, you can include AND and OR expressions explicitly. For example, (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true).
     * @param {integer=} params.maxResults The maximum number of results per page that should be returned. If the number of available results is larger than maxResults, Compute Engine returns a nextPageToken that can be used to get the next page of results in subsequent list requests. Acceptable values are 0 to 500, inclusive. (Default: 500)
     * @param {string=} params.orderBy Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.  You can also sort results in descending order based on the creation timestamp using orderBy="creationTimestamp desc". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.  Currently, only sorting by name or creationTimestamp desc is supported.
     * @param {string=} params.pageToken Specifies a page token to use. Set pageToken to the nextPageToken returned by a previous list request to get the next page of results.
     * @param {string} params.project Project ID for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    aggregatedList(params?: any, options?: MethodOptions): AxiosPromise<Schema$InterconnectAttachmentAggregatedList>;
    aggregatedList(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$InterconnectAttachmentAggregatedList>, callback?: BodyResponseCallback<Schema$InterconnectAttachmentAggregatedList>): void;
    /**
     * compute.interconnectAttachments.delete
     * @desc Deletes the specified interconnect attachment.
     * @alias compute.interconnectAttachments.delete
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.interconnectAttachment Name of the interconnect attachment to delete.
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    delete(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    delete(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.interconnectAttachments.get
     * @desc Returns the specified interconnect attachment.
     * @alias compute.interconnectAttachments.get
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.interconnectAttachment Name of the interconnect attachment to return.
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    get(params?: any, options?: MethodOptions): AxiosPromise<Schema$InterconnectAttachment>;
    get(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$InterconnectAttachment>, callback?: BodyResponseCallback<Schema$InterconnectAttachment>): void;
    /**
     * compute.interconnectAttachments.getIamPolicy
     * @desc Gets the access control policy for a resource. May be empty if no
     * such policy or resource exists.
     * @alias compute.interconnectAttachments.getIamPolicy
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region The name of the region for this request.
     * @param {string} params.resource_ Name of the resource for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    getIamPolicy(params?: any, options?: MethodOptions): AxiosPromise<Schema$Policy>;
    getIamPolicy(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Policy>, callback?: BodyResponseCallback<Schema$Policy>): void;
    /**
     * compute.interconnectAttachments.insert
     * @desc Creates an InterconnectAttachment in the specified project using the
     * data included in the request.
     * @alias compute.interconnectAttachments.insert
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {().InterconnectAttachment} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    insert(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    insert(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.interconnectAttachments.list
     * @desc Retrieves the list of interconnect attachments contained within the
     * specified region.
     * @alias compute.interconnectAttachments.list
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string=} params.filter A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either =, !=, >, or <.  For example, if you are filtering Compute Engine instances, you can exclude instances named example-instance by specifying name != example-instance.  You can also filter nested fields. For example, you could specify scheduling.automaticRestart = false to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.  To filter on multiple expressions, provide each separate expression within parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake"). By default, each expression is an AND expression. However, you can include AND and OR expressions explicitly. For example, (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true).
     * @param {integer=} params.maxResults The maximum number of results per page that should be returned. If the number of available results is larger than maxResults, Compute Engine returns a nextPageToken that can be used to get the next page of results in subsequent list requests. Acceptable values are 0 to 500, inclusive. (Default: 500)
     * @param {string=} params.orderBy Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.  You can also sort results in descending order based on the creation timestamp using orderBy="creationTimestamp desc". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.  Currently, only sorting by name or creationTimestamp desc is supported.
     * @param {string=} params.pageToken Specifies a page token to use. Set pageToken to the nextPageToken returned by a previous list request to get the next page of results.
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    list(params?: any, options?: MethodOptions): AxiosPromise<Schema$InterconnectAttachmentList>;
    list(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$InterconnectAttachmentList>, callback?: BodyResponseCallback<Schema$InterconnectAttachmentList>): void;
    /**
     * compute.interconnectAttachments.patch
     * @desc Updates the specified interconnect attachment with the data included
     * in the request. This method supports PATCH semantics and uses the JSON
     * merge patch format and processing rules.
     * @alias compute.interconnectAttachments.patch
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.interconnectAttachment Name of the interconnect attachment to patch.
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region scoping this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {().InterconnectAttachment} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    patch(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    patch(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.interconnectAttachments.setIamPolicy
     * @desc Sets the access control policy on the specified resource. Replaces
     * any existing policy.
     * @alias compute.interconnectAttachments.setIamPolicy
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region The name of the region for this request.
     * @param {string} params.resource_ Name of the resource for this request.
     * @param {().Policy} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    setIamPolicy(params?: any, options?: MethodOptions): AxiosPromise<Schema$Policy>;
    setIamPolicy(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Policy>, callback?: BodyResponseCallback<Schema$Policy>): void;
    /**
     * compute.interconnectAttachments.setLabels
     * @desc Sets the labels on an InterconnectAttachment. To learn more about
     * labels, read the Labeling Resources documentation.
     * @alias compute.interconnectAttachments.setLabels
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region The region for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {string} params.resource_ Name of the resource for this request.
     * @param {().RegionSetLabelsRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    setLabels(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    setLabels(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.interconnectAttachments.testIamPermissions
     * @desc Returns permissions that a caller has on the specified resource.
     * @alias compute.interconnectAttachments.testIamPermissions
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region The name of the region for this request.
     * @param {string} params.resource_ Name of the resource for this request.
     * @param {().TestPermissionsRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    testIamPermissions(params?: any, options?: MethodOptions): AxiosPromise<Schema$TestPermissionsResponse>;
    testIamPermissions(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$TestPermissionsResponse>, callback?: BodyResponseCallback<Schema$TestPermissionsResponse>): void;
}
export declare class Resource$Interconnectlocations {
    root: Compute;
    constructor(root: Compute);
    getRoot(): Compute;
    /**
     * compute.interconnectLocations.get
     * @desc Returns the details for the specified interconnect location. Get a
     * list of available interconnect locations by making a list() request.
     * @alias compute.interconnectLocations.get
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.interconnectLocation Name of the interconnect location to return.
     * @param {string} params.project Project ID for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    get(params?: any, options?: MethodOptions): AxiosPromise<Schema$InterconnectLocation>;
    get(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$InterconnectLocation>, callback?: BodyResponseCallback<Schema$InterconnectLocation>): void;
    /**
     * compute.interconnectLocations.list
     * @desc Retrieves the list of interconnect locations available to the
     * specified project.
     * @alias compute.interconnectLocations.list
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string=} params.filter A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either =, !=, >, or <.  For example, if you are filtering Compute Engine instances, you can exclude instances named example-instance by specifying name != example-instance.  You can also filter nested fields. For example, you could specify scheduling.automaticRestart = false to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.  To filter on multiple expressions, provide each separate expression within parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake"). By default, each expression is an AND expression. However, you can include AND and OR expressions explicitly. For example, (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true).
     * @param {integer=} params.maxResults The maximum number of results per page that should be returned. If the number of available results is larger than maxResults, Compute Engine returns a nextPageToken that can be used to get the next page of results in subsequent list requests. Acceptable values are 0 to 500, inclusive. (Default: 500)
     * @param {string=} params.orderBy Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.  You can also sort results in descending order based on the creation timestamp using orderBy="creationTimestamp desc". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.  Currently, only sorting by name or creationTimestamp desc is supported.
     * @param {string=} params.pageToken Specifies a page token to use. Set pageToken to the nextPageToken returned by a previous list request to get the next page of results.
     * @param {string} params.project Project ID for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    list(params?: any, options?: MethodOptions): AxiosPromise<Schema$InterconnectLocationList>;
    list(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$InterconnectLocationList>, callback?: BodyResponseCallback<Schema$InterconnectLocationList>): void;
    /**
     * compute.interconnectLocations.testIamPermissions
     * @desc Returns permissions that a caller has on the specified resource.
     * @alias compute.interconnectLocations.testIamPermissions
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.resource_ Name of the resource for this request.
     * @param {().TestPermissionsRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    testIamPermissions(params?: any, options?: MethodOptions): AxiosPromise<Schema$TestPermissionsResponse>;
    testIamPermissions(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$TestPermissionsResponse>, callback?: BodyResponseCallback<Schema$TestPermissionsResponse>): void;
}
export declare class Resource$Interconnects {
    root: Compute;
    constructor(root: Compute);
    getRoot(): Compute;
    /**
     * compute.interconnects.delete
     * @desc Deletes the specified interconnect.
     * @alias compute.interconnects.delete
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.interconnect Name of the interconnect to delete.
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    delete(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    delete(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.interconnects.get
     * @desc Returns the specified interconnect. Get a list of available
     * interconnects by making a list() request.
     * @alias compute.interconnects.get
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.interconnect Name of the interconnect to return.
     * @param {string} params.project Project ID for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    get(params?: any, options?: MethodOptions): AxiosPromise<Schema$Interconnect>;
    get(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Interconnect>, callback?: BodyResponseCallback<Schema$Interconnect>): void;
    /**
     * compute.interconnects.getIamPolicy
     * @desc Gets the access control policy for a resource. May be empty if no
     * such policy or resource exists.
     * @alias compute.interconnects.getIamPolicy
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.resource_ Name of the resource for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    getIamPolicy(params?: any, options?: MethodOptions): AxiosPromise<Schema$Policy>;
    getIamPolicy(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Policy>, callback?: BodyResponseCallback<Schema$Policy>): void;
    /**
     * compute.interconnects.insert
     * @desc Creates a Interconnect in the specified project using the data
     * included in the request.
     * @alias compute.interconnects.insert
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {().Interconnect} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    insert(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    insert(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.interconnects.list
     * @desc Retrieves the list of interconnect available to the specified
     * project.
     * @alias compute.interconnects.list
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string=} params.filter A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either =, !=, >, or <.  For example, if you are filtering Compute Engine instances, you can exclude instances named example-instance by specifying name != example-instance.  You can also filter nested fields. For example, you could specify scheduling.automaticRestart = false to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.  To filter on multiple expressions, provide each separate expression within parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake"). By default, each expression is an AND expression. However, you can include AND and OR expressions explicitly. For example, (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true).
     * @param {integer=} params.maxResults The maximum number of results per page that should be returned. If the number of available results is larger than maxResults, Compute Engine returns a nextPageToken that can be used to get the next page of results in subsequent list requests. Acceptable values are 0 to 500, inclusive. (Default: 500)
     * @param {string=} params.orderBy Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.  You can also sort results in descending order based on the creation timestamp using orderBy="creationTimestamp desc". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.  Currently, only sorting by name or creationTimestamp desc is supported.
     * @param {string=} params.pageToken Specifies a page token to use. Set pageToken to the nextPageToken returned by a previous list request to get the next page of results.
     * @param {string} params.project Project ID for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    list(params?: any, options?: MethodOptions): AxiosPromise<Schema$InterconnectList>;
    list(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$InterconnectList>, callback?: BodyResponseCallback<Schema$InterconnectList>): void;
    /**
     * compute.interconnects.patch
     * @desc Updates the specified interconnect with the data included in the
     * request. This method supports PATCH semantics and uses the JSON merge patch
     * format and processing rules.
     * @alias compute.interconnects.patch
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.interconnect Name of the interconnect to update.
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {().Interconnect} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    patch(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    patch(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.interconnects.setIamPolicy
     * @desc Sets the access control policy on the specified resource. Replaces
     * any existing policy.
     * @alias compute.interconnects.setIamPolicy
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.resource_ Name of the resource for this request.
     * @param {().Policy} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    setIamPolicy(params?: any, options?: MethodOptions): AxiosPromise<Schema$Policy>;
    setIamPolicy(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Policy>, callback?: BodyResponseCallback<Schema$Policy>): void;
    /**
     * compute.interconnects.setLabels
     * @desc Sets the labels on an Interconnect. To learn more about labels, read
     * the Labeling Resources documentation.
     * @alias compute.interconnects.setLabels
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.resource_ Name of the resource for this request.
     * @param {().GlobalSetLabelsRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    setLabels(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    setLabels(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.interconnects.testIamPermissions
     * @desc Returns permissions that a caller has on the specified resource.
     * @alias compute.interconnects.testIamPermissions
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.resource_ Name of the resource for this request.
     * @param {().TestPermissionsRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    testIamPermissions(params?: any, options?: MethodOptions): AxiosPromise<Schema$TestPermissionsResponse>;
    testIamPermissions(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$TestPermissionsResponse>, callback?: BodyResponseCallback<Schema$TestPermissionsResponse>): void;
}
export declare class Resource$Licensecodes {
    root: Compute;
    constructor(root: Compute);
    getRoot(): Compute;
    /**
     * compute.licenseCodes.get
     * @desc Return a specified license code. License codes are mirrored across
     * all projects that have permissions to read the License Code.
     * @alias compute.licenseCodes.get
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.licenseCode Number corresponding to the License code resource to return.
     * @param {string} params.project Project ID for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    get(params?: any, options?: MethodOptions): AxiosPromise<Schema$LicenseCode>;
    get(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$LicenseCode>, callback?: BodyResponseCallback<Schema$LicenseCode>): void;
    /**
     * compute.licenseCodes.getIamPolicy
     * @desc Gets the access control policy for a resource. May be empty if no
     * such policy or resource exists.
     * @alias compute.licenseCodes.getIamPolicy
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.resource_ Name of the resource for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    getIamPolicy(params?: any, options?: MethodOptions): AxiosPromise<Schema$Policy>;
    getIamPolicy(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Policy>, callback?: BodyResponseCallback<Schema$Policy>): void;
    /**
     * compute.licenseCodes.setIamPolicy
     * @desc Sets the access control policy on the specified resource. Replaces
     * any existing policy.
     * @alias compute.licenseCodes.setIamPolicy
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.resource_ Name of the resource for this request.
     * @param {().Policy} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    setIamPolicy(params?: any, options?: MethodOptions): AxiosPromise<Schema$Policy>;
    setIamPolicy(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Policy>, callback?: BodyResponseCallback<Schema$Policy>): void;
    /**
     * compute.licenseCodes.testIamPermissions
     * @desc Returns permissions that a caller has on the specified resource.
     * @alias compute.licenseCodes.testIamPermissions
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.resource_ Name of the resource for this request.
     * @param {().TestPermissionsRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    testIamPermissions(params?: any, options?: MethodOptions): AxiosPromise<Schema$TestPermissionsResponse>;
    testIamPermissions(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$TestPermissionsResponse>, callback?: BodyResponseCallback<Schema$TestPermissionsResponse>): void;
}
export declare class Resource$Licenses {
    root: Compute;
    constructor(root: Compute);
    getRoot(): Compute;
    /**
     * compute.licenses.delete
     * @desc Deletes the specified license.
     * @alias compute.licenses.delete
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.license Name of the license resource to delete.
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    delete(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    delete(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.licenses.get
     * @desc Returns the specified License resource.
     * @alias compute.licenses.get
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.license Name of the License resource to return.
     * @param {string} params.project Project ID for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    get(params?: any, options?: MethodOptions): AxiosPromise<Schema$License>;
    get(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$License>, callback?: BodyResponseCallback<Schema$License>): void;
    /**
     * compute.licenses.getIamPolicy
     * @desc Gets the access control policy for a resource. May be empty if no
     * such policy or resource exists.
     * @alias compute.licenses.getIamPolicy
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.resource_ Name of the resource for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    getIamPolicy(params?: any, options?: MethodOptions): AxiosPromise<Schema$Policy>;
    getIamPolicy(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Policy>, callback?: BodyResponseCallback<Schema$Policy>): void;
    /**
     * compute.licenses.insert
     * @desc Create a License resource in the specified project.
     * @alias compute.licenses.insert
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {().License} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    insert(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    insert(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.licenses.list
     * @desc Retrieves the list of licenses available in the specified project.
     * This method does not get any licenses that belong to other projects,
     * including licenses attached to publicly-available images, like Debian 8. If
     * you want to get a list of publicly-available licenses, use this method to
     * make a request to the respective image project, such as debian-cloud or
     * windows-cloud.
     * @alias compute.licenses.list
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string=} params.filter A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either =, !=, >, or <.  For example, if you are filtering Compute Engine instances, you can exclude instances named example-instance by specifying name != example-instance.  You can also filter nested fields. For example, you could specify scheduling.automaticRestart = false to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.  To filter on multiple expressions, provide each separate expression within parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake"). By default, each expression is an AND expression. However, you can include AND and OR expressions explicitly. For example, (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true).
     * @param {integer=} params.maxResults The maximum number of results per page that should be returned. If the number of available results is larger than maxResults, Compute Engine returns a nextPageToken that can be used to get the next page of results in subsequent list requests. Acceptable values are 0 to 500, inclusive. (Default: 500)
     * @param {string=} params.orderBy Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.  You can also sort results in descending order based on the creation timestamp using orderBy="creationTimestamp desc". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.  Currently, only sorting by name or creationTimestamp desc is supported.
     * @param {string=} params.pageToken Specifies a page token to use. Set pageToken to the nextPageToken returned by a previous list request to get the next page of results.
     * @param {string} params.project Project ID for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    list(params?: any, options?: MethodOptions): AxiosPromise<Schema$LicensesListResponse>;
    list(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$LicensesListResponse>, callback?: BodyResponseCallback<Schema$LicensesListResponse>): void;
    /**
     * compute.licenses.setIamPolicy
     * @desc Sets the access control policy on the specified resource. Replaces
     * any existing policy.
     * @alias compute.licenses.setIamPolicy
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.resource_ Name of the resource for this request.
     * @param {().Policy} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    setIamPolicy(params?: any, options?: MethodOptions): AxiosPromise<Schema$Policy>;
    setIamPolicy(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Policy>, callback?: BodyResponseCallback<Schema$Policy>): void;
    /**
     * compute.licenses.testIamPermissions
     * @desc Returns permissions that a caller has on the specified resource.
     * @alias compute.licenses.testIamPermissions
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.resource_ Name of the resource for this request.
     * @param {().TestPermissionsRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    testIamPermissions(params?: any, options?: MethodOptions): AxiosPromise<Schema$TestPermissionsResponse>;
    testIamPermissions(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$TestPermissionsResponse>, callback?: BodyResponseCallback<Schema$TestPermissionsResponse>): void;
}
export declare class Resource$Machinetypes {
    root: Compute;
    constructor(root: Compute);
    getRoot(): Compute;
    /**
     * compute.machineTypes.aggregatedList
     * @desc Retrieves an aggregated list of machine types.
     * @alias compute.machineTypes.aggregatedList
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string=} params.filter A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either =, !=, >, or <.  For example, if you are filtering Compute Engine instances, you can exclude instances named example-instance by specifying name != example-instance.  You can also filter nested fields. For example, you could specify scheduling.automaticRestart = false to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.  To filter on multiple expressions, provide each separate expression within parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake"). By default, each expression is an AND expression. However, you can include AND and OR expressions explicitly. For example, (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true).
     * @param {integer=} params.maxResults The maximum number of results per page that should be returned. If the number of available results is larger than maxResults, Compute Engine returns a nextPageToken that can be used to get the next page of results in subsequent list requests. Acceptable values are 0 to 500, inclusive. (Default: 500)
     * @param {string=} params.orderBy Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.  You can also sort results in descending order based on the creation timestamp using orderBy="creationTimestamp desc". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.  Currently, only sorting by name or creationTimestamp desc is supported.
     * @param {string=} params.pageToken Specifies a page token to use. Set pageToken to the nextPageToken returned by a previous list request to get the next page of results.
     * @param {string} params.project Project ID for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    aggregatedList(params?: any, options?: MethodOptions): AxiosPromise<Schema$MachineTypeAggregatedList>;
    aggregatedList(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$MachineTypeAggregatedList>, callback?: BodyResponseCallback<Schema$MachineTypeAggregatedList>): void;
    /**
     * compute.machineTypes.get
     * @desc Returns the specified machine type. Get a list of available machine
     * types by making a list() request.
     * @alias compute.machineTypes.get
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.machineType Name of the machine type to return.
     * @param {string} params.project Project ID for this request.
     * @param {string} params.zone The name of the zone for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    get(params?: any, options?: MethodOptions): AxiosPromise<Schema$MachineType>;
    get(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$MachineType>, callback?: BodyResponseCallback<Schema$MachineType>): void;
    /**
     * compute.machineTypes.list
     * @desc Retrieves a list of machine types available to the specified project.
     * @alias compute.machineTypes.list
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string=} params.filter A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either =, !=, >, or <.  For example, if you are filtering Compute Engine instances, you can exclude instances named example-instance by specifying name != example-instance.  You can also filter nested fields. For example, you could specify scheduling.automaticRestart = false to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.  To filter on multiple expressions, provide each separate expression within parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake"). By default, each expression is an AND expression. However, you can include AND and OR expressions explicitly. For example, (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true).
     * @param {integer=} params.maxResults The maximum number of results per page that should be returned. If the number of available results is larger than maxResults, Compute Engine returns a nextPageToken that can be used to get the next page of results in subsequent list requests. Acceptable values are 0 to 500, inclusive. (Default: 500)
     * @param {string=} params.orderBy Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.  You can also sort results in descending order based on the creation timestamp using orderBy="creationTimestamp desc". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.  Currently, only sorting by name or creationTimestamp desc is supported.
     * @param {string=} params.pageToken Specifies a page token to use. Set pageToken to the nextPageToken returned by a previous list request to get the next page of results.
     * @param {string} params.project Project ID for this request.
     * @param {string} params.zone The name of the zone for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    list(params?: any, options?: MethodOptions): AxiosPromise<Schema$MachineTypeList>;
    list(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$MachineTypeList>, callback?: BodyResponseCallback<Schema$MachineTypeList>): void;
}
export declare class Resource$Maintenancepolicies {
    root: Compute;
    constructor(root: Compute);
    getRoot(): Compute;
    /**
     * compute.maintenancePolicies.aggregatedList
     * @desc Retrieves an aggregated list of maintenance policies.
     * @alias compute.maintenancePolicies.aggregatedList
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string=} params.filter A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either =, !=, >, or <.  For example, if you are filtering Compute Engine instances, you can exclude instances named example-instance by specifying name != example-instance.  You can also filter nested fields. For example, you could specify scheduling.automaticRestart = false to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.  To filter on multiple expressions, provide each separate expression within parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake"). By default, each expression is an AND expression. However, you can include AND and OR expressions explicitly. For example, (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true).
     * @param {integer=} params.maxResults The maximum number of results per page that should be returned. If the number of available results is larger than maxResults, Compute Engine returns a nextPageToken that can be used to get the next page of results in subsequent list requests. Acceptable values are 0 to 500, inclusive. (Default: 500)
     * @param {string=} params.orderBy Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.  You can also sort results in descending order based on the creation timestamp using orderBy="creationTimestamp desc". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.  Currently, only sorting by name or creationTimestamp desc is supported.
     * @param {string=} params.pageToken Specifies a page token to use. Set pageToken to the nextPageToken returned by a previous list request to get the next page of results.
     * @param {string} params.project Project ID for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    aggregatedList(params?: any, options?: MethodOptions): AxiosPromise<Schema$MaintenancePolicyAggregatedList>;
    aggregatedList(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$MaintenancePolicyAggregatedList>, callback?: BodyResponseCallback<Schema$MaintenancePolicyAggregatedList>): void;
    /**
     * compute.maintenancePolicies.delete
     * @desc Deletes the specified maintenance policy.
     * @alias compute.maintenancePolicies.delete
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.maintenancePolicy Name of the maintenance policy to delete.
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    delete(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    delete(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.maintenancePolicies.get
     * @desc Retrieves all information of the specified maintenance policy.
     * @alias compute.maintenancePolicies.get
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.maintenancePolicy Name of the maintenance policy to retrieve.
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    get(params?: any, options?: MethodOptions): AxiosPromise<Schema$MaintenancePolicy>;
    get(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$MaintenancePolicy>, callback?: BodyResponseCallback<Schema$MaintenancePolicy>): void;
    /**
     * compute.maintenancePolicies.getIamPolicy
     * @desc Gets the access control policy for a resource. May be empty if no
     * such policy or resource exists.
     * @alias compute.maintenancePolicies.getIamPolicy
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region The name of the region for this request.
     * @param {string} params.resource_ Name of the resource for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    getIamPolicy(params?: any, options?: MethodOptions): AxiosPromise<Schema$Policy>;
    getIamPolicy(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Policy>, callback?: BodyResponseCallback<Schema$Policy>): void;
    /**
     * compute.maintenancePolicies.insert
     * @desc Creates a new maintenance policy.
     * @alias compute.maintenancePolicies.insert
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {().MaintenancePolicy} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    insert(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    insert(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.maintenancePolicies.list
     * @desc List all the maintenance policies that have been configured for the
     * specified project in specified region.
     * @alias compute.maintenancePolicies.list
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string=} params.filter A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either =, !=, >, or <.  For example, if you are filtering Compute Engine instances, you can exclude instances named example-instance by specifying name != example-instance.  You can also filter nested fields. For example, you could specify scheduling.automaticRestart = false to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.  To filter on multiple expressions, provide each separate expression within parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake"). By default, each expression is an AND expression. However, you can include AND and OR expressions explicitly. For example, (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true).
     * @param {integer=} params.maxResults The maximum number of results per page that should be returned. If the number of available results is larger than maxResults, Compute Engine returns a nextPageToken that can be used to get the next page of results in subsequent list requests. Acceptable values are 0 to 500, inclusive. (Default: 500)
     * @param {string=} params.orderBy Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.  You can also sort results in descending order based on the creation timestamp using orderBy="creationTimestamp desc". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.  Currently, only sorting by name or creationTimestamp desc is supported.
     * @param {string=} params.pageToken Specifies a page token to use. Set pageToken to the nextPageToken returned by a previous list request to get the next page of results.
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    list(params?: any, options?: MethodOptions): AxiosPromise<Schema$MaintenancePoliciesList>;
    list(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$MaintenancePoliciesList>, callback?: BodyResponseCallback<Schema$MaintenancePoliciesList>): void;
    /**
     * compute.maintenancePolicies.setIamPolicy
     * @desc Sets the access control policy on the specified resource. Replaces
     * any existing policy.
     * @alias compute.maintenancePolicies.setIamPolicy
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region The name of the region for this request.
     * @param {string} params.resource_ Name of the resource for this request.
     * @param {().Policy} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    setIamPolicy(params?: any, options?: MethodOptions): AxiosPromise<Schema$Policy>;
    setIamPolicy(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Policy>, callback?: BodyResponseCallback<Schema$Policy>): void;
    /**
     * compute.maintenancePolicies.testIamPermissions
     * @desc Returns permissions that a caller has on the specified resource.
     * @alias compute.maintenancePolicies.testIamPermissions
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region The name of the region for this request.
     * @param {string} params.resource_ Name of the resource for this request.
     * @param {().TestPermissionsRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    testIamPermissions(params?: any, options?: MethodOptions): AxiosPromise<Schema$TestPermissionsResponse>;
    testIamPermissions(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$TestPermissionsResponse>, callback?: BodyResponseCallback<Schema$TestPermissionsResponse>): void;
}
export declare class Resource$Networkendpointgroups {
    root: Compute;
    constructor(root: Compute);
    getRoot(): Compute;
    /**
     * compute.networkEndpointGroups.aggregatedList
     * @desc Retrieves the list of network endpoint groups and sorts them by zone.
     * @alias compute.networkEndpointGroups.aggregatedList
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string=} params.filter A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either =, !=, >, or <.  For example, if you are filtering Compute Engine instances, you can exclude instances named example-instance by specifying name != example-instance.  You can also filter nested fields. For example, you could specify scheduling.automaticRestart = false to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.  To filter on multiple expressions, provide each separate expression within parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake"). By default, each expression is an AND expression. However, you can include AND and OR expressions explicitly. For example, (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true).
     * @param {integer=} params.maxResults The maximum number of results per page that should be returned. If the number of available results is larger than maxResults, Compute Engine returns a nextPageToken that can be used to get the next page of results in subsequent list requests. Acceptable values are 0 to 500, inclusive. (Default: 500)
     * @param {string=} params.orderBy Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.  You can also sort results in descending order based on the creation timestamp using orderBy="creationTimestamp desc". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.  Currently, only sorting by name or creationTimestamp desc is supported.
     * @param {string=} params.pageToken Specifies a page token to use. Set pageToken to the nextPageToken returned by a previous list request to get the next page of results.
     * @param {string} params.project Project ID for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    aggregatedList(params?: any, options?: MethodOptions): AxiosPromise<Schema$NetworkEndpointGroupAggregatedList>;
    aggregatedList(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$NetworkEndpointGroupAggregatedList>, callback?: BodyResponseCallback<Schema$NetworkEndpointGroupAggregatedList>): void;
    /**
     * compute.networkEndpointGroups.attachNetworkEndpoints
     * @desc Attach a list of network endpoints to the specified network endpoint
     * group.
     * @alias compute.networkEndpointGroups.attachNetworkEndpoints
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.networkEndpointGroup The name of the network endpoint group where you are attaching network endpoints to. It should comply with RFC1035.
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {string} params.zone The name of the zone where the network endpoint group is located. It should comply with RFC1035.
     * @param {().NetworkEndpointGroupsAttachEndpointsRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    attachNetworkEndpoints(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    attachNetworkEndpoints(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.networkEndpointGroups.delete
     * @desc Deletes the specified network endpoint group. The network endpoints
     * in the NEG and the VM instances they belong to are not terminated when the
     * NEG is deleted. Note that the NEG cannot be deleted if there are backend
     * services referencing it.
     * @alias compute.networkEndpointGroups.delete
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.networkEndpointGroup The name of the network endpoint group to delete. It should comply with RFC1035.
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {string} params.zone The name of the zone where the network endpoint group is located. It should comply with RFC1035.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    delete(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    delete(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.networkEndpointGroups.detachNetworkEndpoints
     * @desc Detach a list of network endpoints from the specified network
     * endpoint group.
     * @alias compute.networkEndpointGroups.detachNetworkEndpoints
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.networkEndpointGroup The name of the network endpoint group where you are removing network endpoints. It should comply with RFC1035.
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {string} params.zone The name of the zone where the network endpoint group is located. It should comply with RFC1035.
     * @param {().NetworkEndpointGroupsDetachEndpointsRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    detachNetworkEndpoints(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    detachNetworkEndpoints(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.networkEndpointGroups.get
     * @desc Returns the specified network endpoint group. Get a list of available
     * network endpoint groups by making a list() request.
     * @alias compute.networkEndpointGroups.get
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.networkEndpointGroup The name of the network endpoint group. It should comply with RFC1035.
     * @param {string} params.project Project ID for this request.
     * @param {string} params.zone The name of the zone where the network endpoint group is located. It should comply with RFC1035.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    get(params?: any, options?: MethodOptions): AxiosPromise<Schema$NetworkEndpointGroup>;
    get(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$NetworkEndpointGroup>, callback?: BodyResponseCallback<Schema$NetworkEndpointGroup>): void;
    /**
     * compute.networkEndpointGroups.insert
     * @desc Creates a network endpoint group in the specified project using the
     * parameters that are included in the request.
     * @alias compute.networkEndpointGroups.insert
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {string} params.zone The name of the zone where you want to create the network endpoint group. It should comply with RFC1035.
     * @param {().NetworkEndpointGroup} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    insert(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    insert(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.networkEndpointGroups.list
     * @desc Retrieves the list of network endpoint groups that are located in the
     * specified project and zone.
     * @alias compute.networkEndpointGroups.list
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string=} params.filter A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either =, !=, >, or <.  For example, if you are filtering Compute Engine instances, you can exclude instances named example-instance by specifying name != example-instance.  You can also filter nested fields. For example, you could specify scheduling.automaticRestart = false to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.  To filter on multiple expressions, provide each separate expression within parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake"). By default, each expression is an AND expression. However, you can include AND and OR expressions explicitly. For example, (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true).
     * @param {integer=} params.maxResults The maximum number of results per page that should be returned. If the number of available results is larger than maxResults, Compute Engine returns a nextPageToken that can be used to get the next page of results in subsequent list requests. Acceptable values are 0 to 500, inclusive. (Default: 500)
     * @param {string=} params.orderBy Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.  You can also sort results in descending order based on the creation timestamp using orderBy="creationTimestamp desc". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.  Currently, only sorting by name or creationTimestamp desc is supported.
     * @param {string=} params.pageToken Specifies a page token to use. Set pageToken to the nextPageToken returned by a previous list request to get the next page of results.
     * @param {string} params.project Project ID for this request.
     * @param {string} params.zone The name of the zone where the network endpoint group is located. It should comply with RFC1035.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    list(params?: any, options?: MethodOptions): AxiosPromise<Schema$NetworkEndpointGroupList>;
    list(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$NetworkEndpointGroupList>, callback?: BodyResponseCallback<Schema$NetworkEndpointGroupList>): void;
    /**
     * compute.networkEndpointGroups.listNetworkEndpoints
     * @desc List the network endpoints in the specified network endpoint group.
     * @alias compute.networkEndpointGroups.listNetworkEndpoints
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string=} params.filter A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either =, !=, >, or <.  For example, if you are filtering Compute Engine instances, you can exclude instances named example-instance by specifying name != example-instance.  You can also filter nested fields. For example, you could specify scheduling.automaticRestart = false to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.  To filter on multiple expressions, provide each separate expression within parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake"). By default, each expression is an AND expression. However, you can include AND and OR expressions explicitly. For example, (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true).
     * @param {integer=} params.maxResults The maximum number of results per page that should be returned. If the number of available results is larger than maxResults, Compute Engine returns a nextPageToken that can be used to get the next page of results in subsequent list requests. Acceptable values are 0 to 500, inclusive. (Default: 500)
     * @param {string} params.networkEndpointGroup The name of the network endpoint group from which you want to generate a list of included network endpoints. It should comply with RFC1035.
     * @param {string=} params.orderBy Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.  You can also sort results in descending order based on the creation timestamp using orderBy="creationTimestamp desc". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.  Currently, only sorting by name or creationTimestamp desc is supported.
     * @param {string=} params.pageToken Specifies a page token to use. Set pageToken to the nextPageToken returned by a previous list request to get the next page of results.
     * @param {string} params.project Project ID for this request.
     * @param {string} params.zone The name of the zone where the network endpoint group is located. It should comply with RFC1035.
     * @param {().NetworkEndpointGroupsListEndpointsRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    listNetworkEndpoints(params?: any, options?: MethodOptions): AxiosPromise<Schema$NetworkEndpointGroupsListNetworkEndpoints>;
    listNetworkEndpoints(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$NetworkEndpointGroupsListNetworkEndpoints>, callback?: BodyResponseCallback<Schema$NetworkEndpointGroupsListNetworkEndpoints>): void;
    /**
     * compute.networkEndpointGroups.testIamPermissions
     * @desc Returns permissions that a caller has on the specified resource.
     * @alias compute.networkEndpointGroups.testIamPermissions
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.resource_ Name of the resource for this request.
     * @param {string} params.zone The name of the zone for this request.
     * @param {().TestPermissionsRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    testIamPermissions(params?: any, options?: MethodOptions): AxiosPromise<Schema$TestPermissionsResponse>;
    testIamPermissions(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$TestPermissionsResponse>, callback?: BodyResponseCallback<Schema$TestPermissionsResponse>): void;
}
export declare class Resource$Networks {
    root: Compute;
    constructor(root: Compute);
    getRoot(): Compute;
    /**
     * compute.networks.addPeering
     * @desc Adds a peering to the specified network.
     * @alias compute.networks.addPeering
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.network Name of the network resource to add peering to.
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {().NetworksAddPeeringRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    addPeering(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    addPeering(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.networks.delete
     * @desc Deletes the specified network.
     * @alias compute.networks.delete
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.network Name of the network to delete.
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    delete(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    delete(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.networks.get
     * @desc Returns the specified network. Get a list of available networks by
     * making a list() request.
     * @alias compute.networks.get
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.network Name of the network to return.
     * @param {string} params.project Project ID for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    get(params?: any, options?: MethodOptions): AxiosPromise<Schema$Network>;
    get(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Network>, callback?: BodyResponseCallback<Schema$Network>): void;
    /**
     * compute.networks.insert
     * @desc Creates a network in the specified project using the data included in
     * the request.
     * @alias compute.networks.insert
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {().Network} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    insert(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    insert(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.networks.list
     * @desc Retrieves the list of networks available to the specified project.
     * @alias compute.networks.list
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string=} params.filter A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either =, !=, >, or <.  For example, if you are filtering Compute Engine instances, you can exclude instances named example-instance by specifying name != example-instance.  You can also filter nested fields. For example, you could specify scheduling.automaticRestart = false to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.  To filter on multiple expressions, provide each separate expression within parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake"). By default, each expression is an AND expression. However, you can include AND and OR expressions explicitly. For example, (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true).
     * @param {integer=} params.maxResults The maximum number of results per page that should be returned. If the number of available results is larger than maxResults, Compute Engine returns a nextPageToken that can be used to get the next page of results in subsequent list requests. Acceptable values are 0 to 500, inclusive. (Default: 500)
     * @param {string=} params.orderBy Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.  You can also sort results in descending order based on the creation timestamp using orderBy="creationTimestamp desc". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.  Currently, only sorting by name or creationTimestamp desc is supported.
     * @param {string=} params.pageToken Specifies a page token to use. Set pageToken to the nextPageToken returned by a previous list request to get the next page of results.
     * @param {string} params.project Project ID for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    list(params?: any, options?: MethodOptions): AxiosPromise<Schema$NetworkList>;
    list(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$NetworkList>, callback?: BodyResponseCallback<Schema$NetworkList>): void;
    /**
     * compute.networks.listIpOwners
     * @desc List the internal IP owners in the specified network.
     * @alias compute.networks.listIpOwners
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string=} params.filter A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either =, !=, >, or <.  For example, if you are filtering Compute Engine instances, you can exclude instances named example-instance by specifying name != example-instance.  You can also filter nested fields. For example, you could specify scheduling.automaticRestart = false to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.  To filter on multiple expressions, provide each separate expression within parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake"). By default, each expression is an AND expression. However, you can include AND and OR expressions explicitly. For example, (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true).
     * @param {string=} params.ipCidrRange (Optional) IP CIDR range filter, example: "10.128.10.0/30".
     * @param {integer=} params.maxResults The maximum number of results per page that should be returned. If the number of available results is larger than maxResults, Compute Engine returns a nextPageToken that can be used to get the next page of results in subsequent list requests. Acceptable values are 0 to 500, inclusive. (Default: 500)
     * @param {string} params.network Name of the network to return.
     * @param {string=} params.orderBy Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.  You can also sort results in descending order based on the creation timestamp using orderBy="creationTimestamp desc". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.  Currently, only sorting by name or creationTimestamp desc is supported.
     * @param {string=} params.ownerProjects (Optional) Project IDs filter, example: "project-1,project-2".
     * @param {string=} params.ownerTypes (Optional) Owner types filter, example: "instance,forwardingRule".
     * @param {string=} params.pageToken Specifies a page token to use. Set pageToken to the nextPageToken returned by a previous list request to get the next page of results.
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.subnetName (Optional) Subnetwork name filter.
     * @param {string=} params.subnetRegion (Optional) Subnetwork region filter.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    listIpOwners(params?: any, options?: MethodOptions): AxiosPromise<Schema$IpOwnerList>;
    listIpOwners(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$IpOwnerList>, callback?: BodyResponseCallback<Schema$IpOwnerList>): void;
    /**
     * compute.networks.patch
     * @desc Patches the specified network with the data included in the request.
     * Only the following fields can be modified: routingConfig.routingMode.
     * @alias compute.networks.patch
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.network Name of the network to update.
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {().Network} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    patch(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    patch(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.networks.removePeering
     * @desc Removes a peering from the specified network.
     * @alias compute.networks.removePeering
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.network Name of the network resource to remove peering from.
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {().NetworksRemovePeeringRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    removePeering(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    removePeering(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.networks.switchToCustomMode
     * @desc Switches the network mode from auto subnet mode to custom subnet
     * mode.
     * @alias compute.networks.switchToCustomMode
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.network Name of the network to be updated.
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    switchToCustomMode(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    switchToCustomMode(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.networks.testIamPermissions
     * @desc Returns permissions that a caller has on the specified resource.
     * @alias compute.networks.testIamPermissions
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.resource_ Name of the resource for this request.
     * @param {().TestPermissionsRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    testIamPermissions(params?: any, options?: MethodOptions): AxiosPromise<Schema$TestPermissionsResponse>;
    testIamPermissions(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$TestPermissionsResponse>, callback?: BodyResponseCallback<Schema$TestPermissionsResponse>): void;
}
export declare class Resource$Nodegroups {
    root: Compute;
    constructor(root: Compute);
    getRoot(): Compute;
    /**
     * compute.nodeGroups.getIamPolicy
     * @desc Gets the access control policy for a resource. May be empty if no
     * such policy or resource exists.
     * @alias compute.nodeGroups.getIamPolicy
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.resource_ Name of the resource for this request.
     * @param {string} params.zone The name of the zone for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    getIamPolicy(params?: any, options?: MethodOptions): AxiosPromise<Schema$Policy>;
    getIamPolicy(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Policy>, callback?: BodyResponseCallback<Schema$Policy>): void;
    /**
     * compute.nodeGroups.setIamPolicy
     * @desc Sets the access control policy on the specified resource. Replaces
     * any existing policy.
     * @alias compute.nodeGroups.setIamPolicy
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.resource_ Name of the resource for this request.
     * @param {string} params.zone The name of the zone for this request.
     * @param {().Policy} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    setIamPolicy(params?: any, options?: MethodOptions): AxiosPromise<Schema$Policy>;
    setIamPolicy(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Policy>, callback?: BodyResponseCallback<Schema$Policy>): void;
    /**
     * compute.nodeGroups.testIamPermissions
     * @desc Returns permissions that a caller has on the specified resource.
     * @alias compute.nodeGroups.testIamPermissions
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.resource_ Name of the resource for this request.
     * @param {string} params.zone The name of the zone for this request.
     * @param {().TestPermissionsRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    testIamPermissions(params?: any, options?: MethodOptions): AxiosPromise<Schema$TestPermissionsResponse>;
    testIamPermissions(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$TestPermissionsResponse>, callback?: BodyResponseCallback<Schema$TestPermissionsResponse>): void;
}
export declare class Resource$Nodetemplates {
    root: Compute;
    constructor(root: Compute);
    getRoot(): Compute;
    /**
     * compute.nodeTemplates.getIamPolicy
     * @desc Gets the access control policy for a resource. May be empty if no
     * such policy or resource exists.
     * @alias compute.nodeTemplates.getIamPolicy
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region The name of the region for this request.
     * @param {string} params.resource_ Name of the resource for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    getIamPolicy(params?: any, options?: MethodOptions): AxiosPromise<Schema$Policy>;
    getIamPolicy(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Policy>, callback?: BodyResponseCallback<Schema$Policy>): void;
    /**
     * compute.nodeTemplates.setIamPolicy
     * @desc Sets the access control policy on the specified resource. Replaces
     * any existing policy.
     * @alias compute.nodeTemplates.setIamPolicy
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region The name of the region for this request.
     * @param {string} params.resource_ Name of the resource for this request.
     * @param {().Policy} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    setIamPolicy(params?: any, options?: MethodOptions): AxiosPromise<Schema$Policy>;
    setIamPolicy(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Policy>, callback?: BodyResponseCallback<Schema$Policy>): void;
    /**
     * compute.nodeTemplates.testIamPermissions
     * @desc Returns permissions that a caller has on the specified resource.
     * @alias compute.nodeTemplates.testIamPermissions
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region The name of the region for this request.
     * @param {string} params.resource_ Name of the resource for this request.
     * @param {().TestPermissionsRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    testIamPermissions(params?: any, options?: MethodOptions): AxiosPromise<Schema$TestPermissionsResponse>;
    testIamPermissions(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$TestPermissionsResponse>, callback?: BodyResponseCallback<Schema$TestPermissionsResponse>): void;
}
export declare class Resource$Projects {
    root: Compute;
    constructor(root: Compute);
    getRoot(): Compute;
    /**
     * compute.projects.disableXpnHost
     * @desc Disable this project as a shared VPC host project.
     * @alias compute.projects.disableXpnHost
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    disableXpnHost(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    disableXpnHost(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.projects.disableXpnResource
     * @desc Disable a serivce resource (a.k.a service project) associated with
     * this host project.
     * @alias compute.projects.disableXpnResource
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {().ProjectsDisableXpnResourceRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    disableXpnResource(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    disableXpnResource(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.projects.enableXpnHost
     * @desc Enable this project as a shared VPC host project.
     * @alias compute.projects.enableXpnHost
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    enableXpnHost(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    enableXpnHost(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.projects.enableXpnResource
     * @desc Enable service resource (a.k.a service project) for a host project,
     * so that subnets in the host project can be used by instances in the service
     * project.
     * @alias compute.projects.enableXpnResource
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {().ProjectsEnableXpnResourceRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    enableXpnResource(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    enableXpnResource(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.projects.get
     * @desc Returns the specified Project resource.
     * @alias compute.projects.get
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    get(params?: any, options?: MethodOptions): AxiosPromise<Schema$Project>;
    get(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Project>, callback?: BodyResponseCallback<Schema$Project>): void;
    /**
     * compute.projects.getXpnHost
     * @desc Get the shared VPC host project that this project links to. May be
     * empty if no link exists.
     * @alias compute.projects.getXpnHost
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    getXpnHost(params?: any, options?: MethodOptions): AxiosPromise<Schema$Project>;
    getXpnHost(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Project>, callback?: BodyResponseCallback<Schema$Project>): void;
    /**
     * compute.projects.getXpnResources
     * @desc Get service resources (a.k.a service project) associated with this
     * host project.
     * @alias compute.projects.getXpnResources
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string=} params.filter
     * @param {integer=} params.maxResults
     * @param {string=} params.order_by
     * @param {string=} params.pageToken
     * @param {string} params.project Project ID for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    getXpnResources(params?: any, options?: MethodOptions): AxiosPromise<Schema$ProjectsGetXpnResources>;
    getXpnResources(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$ProjectsGetXpnResources>, callback?: BodyResponseCallback<Schema$ProjectsGetXpnResources>): void;
    /**
     * compute.projects.listXpnHosts
     * @desc List all shared VPC host projects visible to the user in an
     * organization.
     * @alias compute.projects.listXpnHosts
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string=} params.filter
     * @param {integer=} params.maxResults
     * @param {string=} params.order_by
     * @param {string=} params.pageToken
     * @param {string} params.project Project ID for this request.
     * @param {().ProjectsListXpnHostsRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    listXpnHosts(params?: any, options?: MethodOptions): AxiosPromise<Schema$XpnHostList>;
    listXpnHosts(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$XpnHostList>, callback?: BodyResponseCallback<Schema$XpnHostList>): void;
    /**
     * compute.projects.moveDisk
     * @desc Moves a persistent disk from one zone to another.
     * @alias compute.projects.moveDisk
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {().DiskMoveRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    moveDisk(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    moveDisk(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.projects.moveInstance
     * @desc Moves an instance and its attached persistent disks from one zone to
     * another.
     * @alias compute.projects.moveInstance
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {().InstanceMoveRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    moveInstance(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    moveInstance(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.projects.setCommonInstanceMetadata
     * @desc Sets metadata common to all instances within the specified project
     * using the data included in the request.
     * @alias compute.projects.setCommonInstanceMetadata
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {().Metadata} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    setCommonInstanceMetadata(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    setCommonInstanceMetadata(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.projects.setDefaultNetworkTier
     * @desc Sets the default network tier of the project. The default network
     * tier is used when an address/forwardingRule/instance is created without
     * specifying the network tier field.
     * @alias compute.projects.setDefaultNetworkTier
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {().ProjectsSetDefaultNetworkTierRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    setDefaultNetworkTier(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    setDefaultNetworkTier(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.projects.setDefaultServiceAccount
     * @desc Sets the default service account of the project. The default service
     * account is used when a VM instance is created with the service account
     * email address set to "default".
     * @alias compute.projects.setDefaultServiceAccount
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {().ProjectsSetDefaultServiceAccountRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    setDefaultServiceAccount(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    setDefaultServiceAccount(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.projects.setUsageExportBucket
     * @desc Enables the usage export feature and sets the usage export bucket
     * where reports are stored. If you provide an empty request body using this
     * method, the usage export feature will be disabled.
     * @alias compute.projects.setUsageExportBucket
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {().UsageExportLocation} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    setUsageExportBucket(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    setUsageExportBucket(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
}
export declare class Resource$Regionautoscalers {
    root: Compute;
    constructor(root: Compute);
    getRoot(): Compute;
    /**
     * compute.regionAutoscalers.delete
     * @desc Deletes the specified autoscaler.
     * @alias compute.regionAutoscalers.delete
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.autoscaler Name of the autoscaler to delete.
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region scoping this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    delete(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    delete(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.regionAutoscalers.get
     * @desc Returns the specified autoscaler.
     * @alias compute.regionAutoscalers.get
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.autoscaler Name of the autoscaler to return.
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region scoping this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    get(params?: any, options?: MethodOptions): AxiosPromise<Schema$Autoscaler>;
    get(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Autoscaler>, callback?: BodyResponseCallback<Schema$Autoscaler>): void;
    /**
     * compute.regionAutoscalers.insert
     * @desc Creates an autoscaler in the specified project using the data
     * included in the request.
     * @alias compute.regionAutoscalers.insert
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region scoping this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {().Autoscaler} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    insert(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    insert(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.regionAutoscalers.list
     * @desc Retrieves a list of autoscalers contained within the specified
     * region.
     * @alias compute.regionAutoscalers.list
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string=} params.filter A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either =, !=, >, or <.  For example, if you are filtering Compute Engine instances, you can exclude instances named example-instance by specifying name != example-instance.  You can also filter nested fields. For example, you could specify scheduling.automaticRestart = false to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.  To filter on multiple expressions, provide each separate expression within parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake"). By default, each expression is an AND expression. However, you can include AND and OR expressions explicitly. For example, (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true).
     * @param {integer=} params.maxResults The maximum number of results per page that should be returned. If the number of available results is larger than maxResults, Compute Engine returns a nextPageToken that can be used to get the next page of results in subsequent list requests. Acceptable values are 0 to 500, inclusive. (Default: 500)
     * @param {string=} params.orderBy Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.  You can also sort results in descending order based on the creation timestamp using orderBy="creationTimestamp desc". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.  Currently, only sorting by name or creationTimestamp desc is supported.
     * @param {string=} params.pageToken Specifies a page token to use. Set pageToken to the nextPageToken returned by a previous list request to get the next page of results.
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region scoping this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    list(params?: any, options?: MethodOptions): AxiosPromise<Schema$RegionAutoscalerList>;
    list(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$RegionAutoscalerList>, callback?: BodyResponseCallback<Schema$RegionAutoscalerList>): void;
    /**
     * compute.regionAutoscalers.patch
     * @desc Updates an autoscaler in the specified project using the data
     * included in the request. This method supports PATCH semantics and uses the
     * JSON merge patch format and processing rules.
     * @alias compute.regionAutoscalers.patch
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string=} params.autoscaler Name of the autoscaler to patch.
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region scoping this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {().Autoscaler} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    patch(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    patch(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.regionAutoscalers.testIamPermissions
     * @desc Returns permissions that a caller has on the specified resource.
     * @alias compute.regionAutoscalers.testIamPermissions
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region The name of the region for this request.
     * @param {string} params.resource_ Name of the resource for this request.
     * @param {().TestPermissionsRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    testIamPermissions(params?: any, options?: MethodOptions): AxiosPromise<Schema$TestPermissionsResponse>;
    testIamPermissions(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$TestPermissionsResponse>, callback?: BodyResponseCallback<Schema$TestPermissionsResponse>): void;
    /**
     * compute.regionAutoscalers.update
     * @desc Updates an autoscaler in the specified project using the data
     * included in the request.
     * @alias compute.regionAutoscalers.update
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string=} params.autoscaler Name of the autoscaler to update.
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region scoping this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {().Autoscaler} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    update(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    update(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
}
export declare class Resource$Regionbackendservices {
    root: Compute;
    constructor(root: Compute);
    getRoot(): Compute;
    /**
     * compute.regionBackendServices.delete
     * @desc Deletes the specified regional BackendService resource.
     * @alias compute.regionBackendServices.delete
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.backendService Name of the BackendService resource to delete.
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region scoping this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    delete(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    delete(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.regionBackendServices.get
     * @desc Returns the specified regional BackendService resource.
     * @alias compute.regionBackendServices.get
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.backendService Name of the BackendService resource to return.
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region scoping this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    get(params?: any, options?: MethodOptions): AxiosPromise<Schema$BackendService>;
    get(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$BackendService>, callback?: BodyResponseCallback<Schema$BackendService>): void;
    /**
     * compute.regionBackendServices.getHealth
     * @desc Gets the most recent health check results for this regional
     * BackendService.
     * @alias compute.regionBackendServices.getHealth
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.backendService Name of the BackendService resource for which to get health.
     * @param {string} params.project
     * @param {string} params.region Name of the region scoping this request.
     * @param {().ResourceGroupReference} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    getHealth(params?: any, options?: MethodOptions): AxiosPromise<Schema$BackendServiceGroupHealth>;
    getHealth(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$BackendServiceGroupHealth>, callback?: BodyResponseCallback<Schema$BackendServiceGroupHealth>): void;
    /**
     * compute.regionBackendServices.insert
     * @desc Creates a regional BackendService resource in the specified project
     * using the data included in the request. There are several restrictions and
     * guidelines to keep in mind when creating a regional backend service. Read
     * Restrictions and Guidelines for more information.
     * @alias compute.regionBackendServices.insert
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region scoping this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {().BackendService} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    insert(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    insert(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.regionBackendServices.list
     * @desc Retrieves the list of regional BackendService resources available to
     * the specified project in the given region.
     * @alias compute.regionBackendServices.list
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string=} params.filter A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either =, !=, >, or <.  For example, if you are filtering Compute Engine instances, you can exclude instances named example-instance by specifying name != example-instance.  You can also filter nested fields. For example, you could specify scheduling.automaticRestart = false to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.  To filter on multiple expressions, provide each separate expression within parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake"). By default, each expression is an AND expression. However, you can include AND and OR expressions explicitly. For example, (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true).
     * @param {integer=} params.maxResults The maximum number of results per page that should be returned. If the number of available results is larger than maxResults, Compute Engine returns a nextPageToken that can be used to get the next page of results in subsequent list requests. Acceptable values are 0 to 500, inclusive. (Default: 500)
     * @param {string=} params.orderBy Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.  You can also sort results in descending order based on the creation timestamp using orderBy="creationTimestamp desc". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.  Currently, only sorting by name or creationTimestamp desc is supported.
     * @param {string=} params.pageToken Specifies a page token to use. Set pageToken to the nextPageToken returned by a previous list request to get the next page of results.
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region scoping this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    list(params?: any, options?: MethodOptions): AxiosPromise<Schema$BackendServiceList>;
    list(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$BackendServiceList>, callback?: BodyResponseCallback<Schema$BackendServiceList>): void;
    /**
     * compute.regionBackendServices.patch
     * @desc Updates the specified regional BackendService resource with the data
     * included in the request. There are several restrictions and guidelines to
     * keep in mind when updating a backend service. Read  Restrictions and
     * Guidelines for more information. This method supports PATCH semantics and
     * uses the JSON merge patch format and processing rules.
     * @alias compute.regionBackendServices.patch
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.backendService Name of the BackendService resource to patch.
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region scoping this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {().BackendService} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    patch(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    patch(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.regionBackendServices.testIamPermissions
     * @desc Returns permissions that a caller has on the specified resource.
     * @alias compute.regionBackendServices.testIamPermissions
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region The name of the region for this request.
     * @param {string} params.resource_ Name of the resource for this request.
     * @param {().TestPermissionsRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    testIamPermissions(params?: any, options?: MethodOptions): AxiosPromise<Schema$TestPermissionsResponse>;
    testIamPermissions(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$TestPermissionsResponse>, callback?: BodyResponseCallback<Schema$TestPermissionsResponse>): void;
    /**
     * compute.regionBackendServices.update
     * @desc Updates the specified regional BackendService resource with the data
     * included in the request. There are several restrictions and guidelines to
     * keep in mind when updating a backend service. Read  Restrictions and
     * Guidelines for more information.
     * @alias compute.regionBackendServices.update
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.backendService Name of the BackendService resource to update.
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region scoping this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {().BackendService} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    update(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    update(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
}
export declare class Resource$Regioncommitments {
    root: Compute;
    constructor(root: Compute);
    getRoot(): Compute;
    /**
     * compute.regionCommitments.aggregatedList
     * @desc Retrieves an aggregated list of commitments.
     * @alias compute.regionCommitments.aggregatedList
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string=} params.filter A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either =, !=, >, or <.  For example, if you are filtering Compute Engine instances, you can exclude instances named example-instance by specifying name != example-instance.  You can also filter nested fields. For example, you could specify scheduling.automaticRestart = false to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.  To filter on multiple expressions, provide each separate expression within parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake"). By default, each expression is an AND expression. However, you can include AND and OR expressions explicitly. For example, (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true).
     * @param {integer=} params.maxResults The maximum number of results per page that should be returned. If the number of available results is larger than maxResults, Compute Engine returns a nextPageToken that can be used to get the next page of results in subsequent list requests. Acceptable values are 0 to 500, inclusive. (Default: 500)
     * @param {string=} params.orderBy Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.  You can also sort results in descending order based on the creation timestamp using orderBy="creationTimestamp desc". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.  Currently, only sorting by name or creationTimestamp desc is supported.
     * @param {string=} params.pageToken Specifies a page token to use. Set pageToken to the nextPageToken returned by a previous list request to get the next page of results.
     * @param {string} params.project Project ID for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    aggregatedList(params?: any, options?: MethodOptions): AxiosPromise<Schema$CommitmentAggregatedList>;
    aggregatedList(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$CommitmentAggregatedList>, callback?: BodyResponseCallback<Schema$CommitmentAggregatedList>): void;
    /**
     * compute.regionCommitments.get
     * @desc Returns the specified commitment resource. Get a list of available
     * commitments by making a list() request.
     * @alias compute.regionCommitments.get
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.commitment Name of the commitment to return.
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    get(params?: any, options?: MethodOptions): AxiosPromise<Schema$Commitment>;
    get(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Commitment>, callback?: BodyResponseCallback<Schema$Commitment>): void;
    /**
     * compute.regionCommitments.insert
     * @desc Creates a commitment in the specified project using the data included
     * in the request.
     * @alias compute.regionCommitments.insert
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {().Commitment} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    insert(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    insert(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.regionCommitments.list
     * @desc Retrieves a list of commitments contained within the specified
     * region.
     * @alias compute.regionCommitments.list
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string=} params.filter A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either =, !=, >, or <.  For example, if you are filtering Compute Engine instances, you can exclude instances named example-instance by specifying name != example-instance.  You can also filter nested fields. For example, you could specify scheduling.automaticRestart = false to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.  To filter on multiple expressions, provide each separate expression within parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake"). By default, each expression is an AND expression. However, you can include AND and OR expressions explicitly. For example, (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true).
     * @param {integer=} params.maxResults The maximum number of results per page that should be returned. If the number of available results is larger than maxResults, Compute Engine returns a nextPageToken that can be used to get the next page of results in subsequent list requests. Acceptable values are 0 to 500, inclusive. (Default: 500)
     * @param {string=} params.orderBy Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.  You can also sort results in descending order based on the creation timestamp using orderBy="creationTimestamp desc". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.  Currently, only sorting by name or creationTimestamp desc is supported.
     * @param {string=} params.pageToken Specifies a page token to use. Set pageToken to the nextPageToken returned by a previous list request to get the next page of results.
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    list(params?: any, options?: MethodOptions): AxiosPromise<Schema$CommitmentList>;
    list(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$CommitmentList>, callback?: BodyResponseCallback<Schema$CommitmentList>): void;
    /**
     * compute.regionCommitments.testIamPermissions
     * @desc Returns permissions that a caller has on the specified resource.
     * @alias compute.regionCommitments.testIamPermissions
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region The name of the region for this request.
     * @param {string} params.resource_ Name of the resource for this request.
     * @param {().TestPermissionsRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    testIamPermissions(params?: any, options?: MethodOptions): AxiosPromise<Schema$TestPermissionsResponse>;
    testIamPermissions(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$TestPermissionsResponse>, callback?: BodyResponseCallback<Schema$TestPermissionsResponse>): void;
}
export declare class Resource$Regiondisks {
    root: Compute;
    constructor(root: Compute);
    getRoot(): Compute;
    /**
     * compute.regionDisks.createSnapshot
     * @desc Creates a snapshot of this regional disk.
     * @alias compute.regionDisks.createSnapshot
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.disk Name of the regional persistent disk to snapshot.
     * @param {boolean=} params.guestFlush
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {().Snapshot} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    createSnapshot(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    createSnapshot(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.regionDisks.delete
     * @desc Deletes the specified regional persistent disk. Deleting a regional
     * disk removes all the replicas of its data permanently and is irreversible.
     * However, deleting a disk does not delete any snapshots previously made from
     * the disk. You must separately delete snapshots.
     * @alias compute.regionDisks.delete
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.disk Name of the regional persistent disk to delete.
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    delete(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    delete(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.regionDisks.get
     * @desc Returns a specified regional persistent disk.
     * @alias compute.regionDisks.get
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.disk Name of the regional persistent disk to return.
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    get(params?: any, options?: MethodOptions): AxiosPromise<Schema$Disk>;
    get(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Disk>, callback?: BodyResponseCallback<Schema$Disk>): void;
    /**
     * compute.regionDisks.insert
     * @desc Creates a persistent regional disk in the specified project using the
     * data included in the request.
     * @alias compute.regionDisks.insert
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {string=} params.sourceImage Optional. Source image to restore onto a disk.
     * @param {().Disk} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    insert(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    insert(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.regionDisks.list
     * @desc Retrieves the list of persistent disks contained within the specified
     * region.
     * @alias compute.regionDisks.list
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string=} params.filter A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either =, !=, >, or <.  For example, if you are filtering Compute Engine instances, you can exclude instances named example-instance by specifying name != example-instance.  You can also filter nested fields. For example, you could specify scheduling.automaticRestart = false to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.  To filter on multiple expressions, provide each separate expression within parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake"). By default, each expression is an AND expression. However, you can include AND and OR expressions explicitly. For example, (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true).
     * @param {integer=} params.maxResults The maximum number of results per page that should be returned. If the number of available results is larger than maxResults, Compute Engine returns a nextPageToken that can be used to get the next page of results in subsequent list requests. Acceptable values are 0 to 500, inclusive. (Default: 500)
     * @param {string=} params.orderBy Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.  You can also sort results in descending order based on the creation timestamp using orderBy="creationTimestamp desc". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.  Currently, only sorting by name or creationTimestamp desc is supported.
     * @param {string=} params.pageToken Specifies a page token to use. Set pageToken to the nextPageToken returned by a previous list request to get the next page of results.
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    list(params?: any, options?: MethodOptions): AxiosPromise<Schema$DiskList>;
    list(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$DiskList>, callback?: BodyResponseCallback<Schema$DiskList>): void;
    /**
     * compute.regionDisks.resize
     * @desc Resizes the specified regional persistent disk.
     * @alias compute.regionDisks.resize
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.disk Name of the regional persistent disk.
     * @param {string} params.project The project ID for this request.
     * @param {string} params.region Name of the region for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {().RegionDisksResizeRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    resize(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    resize(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.regionDisks.setLabels
     * @desc Sets the labels on the target regional disk.
     * @alias compute.regionDisks.setLabels
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region The region for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {string} params.resource_ Name of the resource for this request.
     * @param {().RegionSetLabelsRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    setLabels(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    setLabels(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.regionDisks.testIamPermissions
     * @desc Returns permissions that a caller has on the specified resource.
     * @alias compute.regionDisks.testIamPermissions
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region The name of the region for this request.
     * @param {string} params.resource_ Name of the resource for this request.
     * @param {().TestPermissionsRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    testIamPermissions(params?: any, options?: MethodOptions): AxiosPromise<Schema$TestPermissionsResponse>;
    testIamPermissions(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$TestPermissionsResponse>, callback?: BodyResponseCallback<Schema$TestPermissionsResponse>): void;
}
export declare class Resource$Regiondisktypes {
    root: Compute;
    constructor(root: Compute);
    getRoot(): Compute;
    /**
     * compute.regionDiskTypes.get
     * @desc Returns the specified regional disk type. Get a list of available
     * disk types by making a list() request.
     * @alias compute.regionDiskTypes.get
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.diskType Name of the disk type to return.
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region The name of the region for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    get(params?: any, options?: MethodOptions): AxiosPromise<Schema$DiskType>;
    get(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$DiskType>, callback?: BodyResponseCallback<Schema$DiskType>): void;
    /**
     * compute.regionDiskTypes.list
     * @desc Retrieves a list of regional disk types available to the specified
     * project.
     * @alias compute.regionDiskTypes.list
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string=} params.filter A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either =, !=, >, or <.  For example, if you are filtering Compute Engine instances, you can exclude instances named example-instance by specifying name != example-instance.  You can also filter nested fields. For example, you could specify scheduling.automaticRestart = false to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.  To filter on multiple expressions, provide each separate expression within parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake"). By default, each expression is an AND expression. However, you can include AND and OR expressions explicitly. For example, (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true).
     * @param {integer=} params.maxResults The maximum number of results per page that should be returned. If the number of available results is larger than maxResults, Compute Engine returns a nextPageToken that can be used to get the next page of results in subsequent list requests. Acceptable values are 0 to 500, inclusive. (Default: 500)
     * @param {string=} params.orderBy Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.  You can also sort results in descending order based on the creation timestamp using orderBy="creationTimestamp desc". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.  Currently, only sorting by name or creationTimestamp desc is supported.
     * @param {string=} params.pageToken Specifies a page token to use. Set pageToken to the nextPageToken returned by a previous list request to get the next page of results.
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region The name of the region for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    list(params?: any, options?: MethodOptions): AxiosPromise<Schema$RegionDiskTypeList>;
    list(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$RegionDiskTypeList>, callback?: BodyResponseCallback<Schema$RegionDiskTypeList>): void;
}
export declare class Resource$Regionhealthchecks {
    root: Compute;
    constructor(root: Compute);
    getRoot(): Compute;
    /**
     * compute.regionHealthChecks.delete
     * @desc Deletes the specified HealthCheck resource.
     * @alias compute.regionHealthChecks.delete
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.healthCheck Name of the HealthCheck resource to delete.
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region scoping this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    delete(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    delete(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.regionHealthChecks.get
     * @desc Returns the specified HealthCheck resource. Get a list of available
     * health checks by making a list() request.
     * @alias compute.regionHealthChecks.get
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.healthCheck Name of the HealthCheck resource to return.
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region scoping this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    get(params?: any, options?: MethodOptions): AxiosPromise<Schema$HealthCheck>;
    get(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$HealthCheck>, callback?: BodyResponseCallback<Schema$HealthCheck>): void;
    /**
     * compute.regionHealthChecks.insert
     * @desc Creates a HealthCheck resource in the specified project using the
     * data included in the request.
     * @alias compute.regionHealthChecks.insert
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region scoping this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {().HealthCheck} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    insert(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    insert(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.regionHealthChecks.list
     * @desc Retrieves the list of HealthCheck resources available to the
     * specified project.
     * @alias compute.regionHealthChecks.list
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string=} params.filter A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either =, !=, >, or <.  For example, if you are filtering Compute Engine instances, you can exclude instances named example-instance by specifying name != example-instance.  You can also filter nested fields. For example, you could specify scheduling.automaticRestart = false to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.  To filter on multiple expressions, provide each separate expression within parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake"). By default, each expression is an AND expression. However, you can include AND and OR expressions explicitly. For example, (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true).
     * @param {integer=} params.maxResults The maximum number of results per page that should be returned. If the number of available results is larger than maxResults, Compute Engine returns a nextPageToken that can be used to get the next page of results in subsequent list requests. Acceptable values are 0 to 500, inclusive. (Default: 500)
     * @param {string=} params.orderBy Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.  You can also sort results in descending order based on the creation timestamp using orderBy="creationTimestamp desc". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.  Currently, only sorting by name or creationTimestamp desc is supported.
     * @param {string=} params.pageToken Specifies a page token to use. Set pageToken to the nextPageToken returned by a previous list request to get the next page of results.
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region scoping this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    list(params?: any, options?: MethodOptions): AxiosPromise<Schema$HealthCheckList>;
    list(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$HealthCheckList>, callback?: BodyResponseCallback<Schema$HealthCheckList>): void;
    /**
     * compute.regionHealthChecks.patch
     * @desc Updates a HealthCheck resource in the specified project using the
     * data included in the request. This method supports PATCH semantics and uses
     * the JSON merge patch format and processing rules.
     * @alias compute.regionHealthChecks.patch
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.healthCheck Name of the HealthCheck resource to patch.
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region scoping this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {().HealthCheck} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    patch(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    patch(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.regionHealthChecks.testIamPermissions
     * @desc Returns permissions that a caller has on the specified resource.
     * @alias compute.regionHealthChecks.testIamPermissions
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region The name of the region for this request.
     * @param {string} params.resource_ Name of the resource for this request.
     * @param {().TestPermissionsRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    testIamPermissions(params?: any, options?: MethodOptions): AxiosPromise<Schema$TestPermissionsResponse>;
    testIamPermissions(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$TestPermissionsResponse>, callback?: BodyResponseCallback<Schema$TestPermissionsResponse>): void;
    /**
     * compute.regionHealthChecks.update
     * @desc Updates a HealthCheck resource in the specified project using the
     * data included in the request.
     * @alias compute.regionHealthChecks.update
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.healthCheck Name of the HealthCheck resource to update.
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region scoping this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {().HealthCheck} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    update(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    update(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
}
export declare class Resource$Regioninstancegroupmanagers {
    root: Compute;
    constructor(root: Compute);
    getRoot(): Compute;
    /**
     * compute.regionInstanceGroupManagers.abandonInstances
     * @desc Schedules a group action to remove the specified instances from the
     * managed instance group. Abandoning an instance does not delete the
     * instance, but it does remove the instance from any target pools that are
     * applied by the managed instance group. This method reduces the targetSize
     * of the managed instance group by the number of instances that you abandon.
     * This operation is marked as DONE when the action is scheduled even if the
     * instances have not yet been removed from the group. You must separately
     * verify the status of the abandoning action with the listmanagedinstances
     * method.  If the group is part of a backend service that has enabled
     * connection draining, it can take up to 60 seconds after the connection
     * draining duration has elapsed before the VM instance is removed or deleted.
     * You can specify a maximum of 1000 instances with this method per request.
     * @alias compute.regionInstanceGroupManagers.abandonInstances
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.instanceGroupManager Name of the managed instance group.
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region scoping this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {().RegionInstanceGroupManagersAbandonInstancesRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    abandonInstances(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    abandonInstances(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.regionInstanceGroupManagers.applyUpdatesToInstances
     * @desc Apply updates to selected instances the managed instance group.
     * @alias compute.regionInstanceGroupManagers.applyUpdatesToInstances
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.instanceGroupManager The name of the managed instance group, should conform to RFC1035.
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region scoping this request, should conform to RFC1035.
     * @param {().RegionInstanceGroupManagersApplyUpdatesRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    applyUpdatesToInstances(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    applyUpdatesToInstances(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.regionInstanceGroupManagers.delete
     * @desc Deletes the specified managed instance group and all of the instances
     * in that group.
     * @alias compute.regionInstanceGroupManagers.delete
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.instanceGroupManager Name of the managed instance group to delete.
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region scoping this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    delete(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    delete(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.regionInstanceGroupManagers.deleteInstances
     * @desc Schedules a group action to delete the specified instances in the
     * managed instance group. The instances are also removed from any target
     * pools of which they were a member. This method reduces the targetSize of
     * the managed instance group by the number of instances that you delete. This
     * operation is marked as DONE when the action is scheduled even if the
     * instances are still being deleted. You must separately verify the status of
     * the deleting action with the listmanagedinstances method.  If the group is
     * part of a backend service that has enabled connection draining, it can take
     * up to 60 seconds after the connection draining duration has elapsed before
     * the VM instance is removed or deleted.  You can specify a maximum of 1000
     * instances with this method per request.
     * @alias compute.regionInstanceGroupManagers.deleteInstances
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.instanceGroupManager Name of the managed instance group.
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region scoping this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {().RegionInstanceGroupManagersDeleteInstancesRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    deleteInstances(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    deleteInstances(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.regionInstanceGroupManagers.deletePerInstanceConfigs
     * @desc Delete selected per-instance configs for the managed instance group.
     * @alias compute.regionInstanceGroupManagers.deletePerInstanceConfigs
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.instanceGroupManager The name of the managed instance group. It should conform to RFC1035.
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region scoping this request, should conform to RFC1035.
     * @param {().RegionInstanceGroupManagerDeleteInstanceConfigReq} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    deletePerInstanceConfigs(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    deletePerInstanceConfigs(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.regionInstanceGroupManagers.get
     * @desc Returns all of the details about the specified managed instance
     * group.
     * @alias compute.regionInstanceGroupManagers.get
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.instanceGroupManager Name of the managed instance group to return.
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region scoping this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    get(params?: any, options?: MethodOptions): AxiosPromise<Schema$InstanceGroupManager>;
    get(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$InstanceGroupManager>, callback?: BodyResponseCallback<Schema$InstanceGroupManager>): void;
    /**
     * compute.regionInstanceGroupManagers.insert
     * @desc Creates a managed instance group using the information that you
     * specify in the request. After the group is created, it schedules an action
     * to create instances in the group using the specified instance template.
     * This operation is marked as DONE when the group is created even if the
     * instances in the group have not yet been created. You must separately
     * verify the status of the individual instances with the listmanagedinstances
     * method.  A regional managed instance group can contain up to 2000
     * instances.
     * @alias compute.regionInstanceGroupManagers.insert
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region scoping this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {().InstanceGroupManager} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    insert(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    insert(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.regionInstanceGroupManagers.list
     * @desc Retrieves the list of managed instance groups that are contained
     * within the specified region.
     * @alias compute.regionInstanceGroupManagers.list
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string=} params.filter A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either =, !=, >, or <.  For example, if you are filtering Compute Engine instances, you can exclude instances named example-instance by specifying name != example-instance.  You can also filter nested fields. For example, you could specify scheduling.automaticRestart = false to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.  To filter on multiple expressions, provide each separate expression within parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake"). By default, each expression is an AND expression. However, you can include AND and OR expressions explicitly. For example, (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true).
     * @param {integer=} params.maxResults The maximum number of results per page that should be returned. If the number of available results is larger than maxResults, Compute Engine returns a nextPageToken that can be used to get the next page of results in subsequent list requests. Acceptable values are 0 to 500, inclusive. (Default: 500)
     * @param {string=} params.orderBy Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.  You can also sort results in descending order based on the creation timestamp using orderBy="creationTimestamp desc". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.  Currently, only sorting by name or creationTimestamp desc is supported.
     * @param {string=} params.pageToken Specifies a page token to use. Set pageToken to the nextPageToken returned by a previous list request to get the next page of results.
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region scoping this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    list(params?: any, options?: MethodOptions): AxiosPromise<Schema$RegionInstanceGroupManagerList>;
    list(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$RegionInstanceGroupManagerList>, callback?: BodyResponseCallback<Schema$RegionInstanceGroupManagerList>): void;
    /**
     * compute.regionInstanceGroupManagers.listManagedInstances
     * @desc Lists the instances in the managed instance group and instances that
     * are scheduled to be created. The list includes any current actions that the
     * group has scheduled for its instances.
     * @alias compute.regionInstanceGroupManagers.listManagedInstances
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string=} params.filter
     * @param {string} params.instanceGroupManager The name of the managed instance group.
     * @param {integer=} params.maxResults
     * @param {string=} params.order_by
     * @param {string=} params.pageToken
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region scoping this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    listManagedInstances(params?: any, options?: MethodOptions): AxiosPromise<Schema$RegionInstanceGroupManagersListInstancesResponse>;
    listManagedInstances(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$RegionInstanceGroupManagersListInstancesResponse>, callback?: BodyResponseCallback<Schema$RegionInstanceGroupManagersListInstancesResponse>): void;
    /**
     * compute.regionInstanceGroupManagers.listPerInstanceConfigs
     * @desc Lists all of the per-instance configs defined for the managed
     * instance group.
     * @alias compute.regionInstanceGroupManagers.listPerInstanceConfigs
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string=} params.filter A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either =, !=, >, or <.  For example, if you are filtering Compute Engine instances, you can exclude instances named example-instance by specifying name != example-instance.  You can also filter nested fields. For example, you could specify scheduling.automaticRestart = false to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.  To filter on multiple expressions, provide each separate expression within parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake"). By default, each expression is an AND expression. However, you can include AND and OR expressions explicitly. For example, (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true).
     * @param {string} params.instanceGroupManager The name of the managed instance group. It should conform to RFC1035.
     * @param {integer=} params.maxResults The maximum number of results per page that should be returned. If the number of available results is larger than maxResults, Compute Engine returns a nextPageToken that can be used to get the next page of results in subsequent list requests. Acceptable values are 0 to 500, inclusive. (Default: 500)
     * @param {string=} params.orderBy Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.  You can also sort results in descending order based on the creation timestamp using orderBy="creationTimestamp desc". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.  Currently, only sorting by name or creationTimestamp desc is supported.
     * @param {string=} params.pageToken Specifies a page token to use. Set pageToken to the nextPageToken returned by a previous list request to get the next page of results.
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region scoping this request, should conform to RFC1035.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    listPerInstanceConfigs(params?: any, options?: MethodOptions): AxiosPromise<Schema$RegionInstanceGroupManagersListInstanceConfigsResp>;
    listPerInstanceConfigs(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$RegionInstanceGroupManagersListInstanceConfigsResp>, callback?: BodyResponseCallback<Schema$RegionInstanceGroupManagersListInstanceConfigsResp>): void;
    /**
     * compute.regionInstanceGroupManagers.patch
     * @desc Updates a managed instance group using the information that you
     * specify in the request. This operation is marked as DONE when the group is
     * patched even if the instances in the group are still in the process of
     * being patched. You must separately verify the status of the individual
     * instances with the listmanagedinstances method. This method supports PATCH
     * semantics and uses the JSON merge patch format and processing rules.
     * @alias compute.regionInstanceGroupManagers.patch
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.instanceGroupManager The name of the instance group manager.
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region scoping this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {().InstanceGroupManager} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    patch(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    patch(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.regionInstanceGroupManagers.recreateInstances
     * @desc Schedules a group action to recreate the specified instances in the
     * managed instance group. The instances are deleted and recreated using the
     * current instance template for the managed instance group. This operation is
     * marked as DONE when the action is scheduled even if the instances have not
     * yet been recreated. You must separately verify the status of the recreating
     * action with the listmanagedinstances method.  If the group is part of a
     * backend service that has enabled connection draining, it can take up to 60
     * seconds after the connection draining duration has elapsed before the VM
     * instance is removed or deleted.  You can specify a maximum of 1000
     * instances with this method per request.
     * @alias compute.regionInstanceGroupManagers.recreateInstances
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.instanceGroupManager Name of the managed instance group.
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region scoping this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {().RegionInstanceGroupManagersRecreateRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    recreateInstances(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    recreateInstances(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.regionInstanceGroupManagers.resize
     * @desc Changes the intended size for the managed instance group. If you
     * increase the size, the group schedules actions to create new instances
     * using the current instance template. If you decrease the size, the group
     * schedules delete actions on one or more instances. The resize operation is
     * marked DONE when the resize actions are scheduled even if the group has not
     * yet added or deleted any instances. You must separately verify the status
     * of the creating or deleting actions with the listmanagedinstances method.
     * If the group is part of a backend service that has enabled connection
     * draining, it can take up to 60 seconds after the connection draining
     * duration has elapsed before the VM instance is removed or deleted.
     * @alias compute.regionInstanceGroupManagers.resize
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.instanceGroupManager Name of the managed instance group.
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region scoping this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {integer} params.size Number of instances that should exist in this instance group manager.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    resize(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    resize(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.regionInstanceGroupManagers.setAutoHealingPolicies
     * @desc Modifies the autohealing policy for the instances in this managed
     * instance group.
     * @alias compute.regionInstanceGroupManagers.setAutoHealingPolicies
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.instanceGroupManager Name of the managed instance group.
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region scoping this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {().RegionInstanceGroupManagersSetAutoHealingRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    setAutoHealingPolicies(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    setAutoHealingPolicies(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.regionInstanceGroupManagers.setInstanceTemplate
     * @desc Sets the instance template to use when creating new instances or
     * recreating instances in this group. Existing instances are not affected.
     * @alias compute.regionInstanceGroupManagers.setInstanceTemplate
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.instanceGroupManager The name of the managed instance group.
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region scoping this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {().RegionInstanceGroupManagersSetTemplateRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    setInstanceTemplate(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    setInstanceTemplate(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.regionInstanceGroupManagers.setTargetPools
     * @desc Modifies the target pools to which all new instances in this group
     * are assigned. Existing instances in the group are not affected.
     * @alias compute.regionInstanceGroupManagers.setTargetPools
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.instanceGroupManager Name of the managed instance group.
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region scoping this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {().RegionInstanceGroupManagersSetTargetPoolsRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    setTargetPools(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    setTargetPools(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.regionInstanceGroupManagers.testIamPermissions
     * @desc Returns permissions that a caller has on the specified resource.
     * @alias compute.regionInstanceGroupManagers.testIamPermissions
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region The name of the region for this request.
     * @param {string} params.resource_ Name of the resource for this request.
     * @param {().TestPermissionsRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    testIamPermissions(params?: any, options?: MethodOptions): AxiosPromise<Schema$TestPermissionsResponse>;
    testIamPermissions(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$TestPermissionsResponse>, callback?: BodyResponseCallback<Schema$TestPermissionsResponse>): void;
    /**
     * compute.regionInstanceGroupManagers.update
     * @desc Updates a managed instance group using the information that you
     * specify in the request. This operation is marked as DONE when the group is
     * updated even if the instances in the group have not yet been updated. You
     * must separately verify the status of the individual instances with the
     * listmanagedinstances method.
     * @alias compute.regionInstanceGroupManagers.update
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.instanceGroupManager The name of the instance group manager.
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region scoping this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {().InstanceGroupManager} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    update(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    update(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.regionInstanceGroupManagers.updatePerInstanceConfigs
     * @desc Insert or patch (for the ones that already exist) per-instance
     * configs for the managed instance group. perInstanceConfig.instance serves
     * as a key used to distinguish whether to perform insert or patch.
     * @alias compute.regionInstanceGroupManagers.updatePerInstanceConfigs
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.instanceGroupManager The name of the managed instance group. It should conform to RFC1035.
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region scoping this request, should conform to RFC1035.
     * @param {().RegionInstanceGroupManagerUpdateInstanceConfigReq} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    updatePerInstanceConfigs(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    updatePerInstanceConfigs(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
}
export declare class Resource$Regioninstancegroups {
    root: Compute;
    constructor(root: Compute);
    getRoot(): Compute;
    /**
     * compute.regionInstanceGroups.get
     * @desc Returns the specified instance group resource.
     * @alias compute.regionInstanceGroups.get
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.instanceGroup Name of the instance group resource to return.
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region scoping this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    get(params?: any, options?: MethodOptions): AxiosPromise<Schema$InstanceGroup>;
    get(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$InstanceGroup>, callback?: BodyResponseCallback<Schema$InstanceGroup>): void;
    /**
     * compute.regionInstanceGroups.list
     * @desc Retrieves the list of instance group resources contained within the
     * specified region.
     * @alias compute.regionInstanceGroups.list
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string=} params.filter A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either =, !=, >, or <.  For example, if you are filtering Compute Engine instances, you can exclude instances named example-instance by specifying name != example-instance.  You can also filter nested fields. For example, you could specify scheduling.automaticRestart = false to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.  To filter on multiple expressions, provide each separate expression within parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake"). By default, each expression is an AND expression. However, you can include AND and OR expressions explicitly. For example, (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true).
     * @param {integer=} params.maxResults The maximum number of results per page that should be returned. If the number of available results is larger than maxResults, Compute Engine returns a nextPageToken that can be used to get the next page of results in subsequent list requests. Acceptable values are 0 to 500, inclusive. (Default: 500)
     * @param {string=} params.orderBy Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.  You can also sort results in descending order based on the creation timestamp using orderBy="creationTimestamp desc". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.  Currently, only sorting by name or creationTimestamp desc is supported.
     * @param {string=} params.pageToken Specifies a page token to use. Set pageToken to the nextPageToken returned by a previous list request to get the next page of results.
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region scoping this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    list(params?: any, options?: MethodOptions): AxiosPromise<Schema$RegionInstanceGroupList>;
    list(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$RegionInstanceGroupList>, callback?: BodyResponseCallback<Schema$RegionInstanceGroupList>): void;
    /**
     * compute.regionInstanceGroups.listInstances
     * @desc Lists the instances in the specified instance group and displays
     * information about the named ports. Depending on the specified options, this
     * method can list all instances or only the instances that are running.
     * @alias compute.regionInstanceGroups.listInstances
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string=} params.filter A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either =, !=, >, or <.  For example, if you are filtering Compute Engine instances, you can exclude instances named example-instance by specifying name != example-instance.  You can also filter nested fields. For example, you could specify scheduling.automaticRestart = false to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.  To filter on multiple expressions, provide each separate expression within parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake"). By default, each expression is an AND expression. However, you can include AND and OR expressions explicitly. For example, (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true).
     * @param {string} params.instanceGroup Name of the regional instance group for which we want to list the instances.
     * @param {integer=} params.maxResults The maximum number of results per page that should be returned. If the number of available results is larger than maxResults, Compute Engine returns a nextPageToken that can be used to get the next page of results in subsequent list requests. Acceptable values are 0 to 500, inclusive. (Default: 500)
     * @param {string=} params.orderBy Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.  You can also sort results in descending order based on the creation timestamp using orderBy="creationTimestamp desc". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.  Currently, only sorting by name or creationTimestamp desc is supported.
     * @param {string=} params.pageToken Specifies a page token to use. Set pageToken to the nextPageToken returned by a previous list request to get the next page of results.
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region scoping this request.
     * @param {().RegionInstanceGroupsListInstancesRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    listInstances(params?: any, options?: MethodOptions): AxiosPromise<Schema$RegionInstanceGroupsListInstances>;
    listInstances(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$RegionInstanceGroupsListInstances>, callback?: BodyResponseCallback<Schema$RegionInstanceGroupsListInstances>): void;
    /**
     * compute.regionInstanceGroups.setNamedPorts
     * @desc Sets the named ports for the specified regional instance group.
     * @alias compute.regionInstanceGroups.setNamedPorts
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.instanceGroup The name of the regional instance group where the named ports are updated.
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region scoping this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {().RegionInstanceGroupsSetNamedPortsRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    setNamedPorts(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    setNamedPorts(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.regionInstanceGroups.testIamPermissions
     * @desc Returns permissions that a caller has on the specified resource.
     * @alias compute.regionInstanceGroups.testIamPermissions
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region The name of the region for this request.
     * @param {string} params.resource_ Name of the resource for this request.
     * @param {().TestPermissionsRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    testIamPermissions(params?: any, options?: MethodOptions): AxiosPromise<Schema$TestPermissionsResponse>;
    testIamPermissions(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$TestPermissionsResponse>, callback?: BodyResponseCallback<Schema$TestPermissionsResponse>): void;
}
export declare class Resource$Regionoperations {
    root: Compute;
    constructor(root: Compute);
    getRoot(): Compute;
    /**
     * compute.regionOperations.delete
     * @desc Deletes the specified region-specific Operations resource.
     * @alias compute.regionOperations.delete
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.operation Name of the Operations resource to delete.
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    delete(params?: any, options?: MethodOptions): AxiosPromise<void>;
    delete(params?: any, options?: MethodOptions | BodyResponseCallback<void>, callback?: BodyResponseCallback<void>): void;
    /**
     * compute.regionOperations.get
     * @desc Retrieves the specified region-specific Operations resource.
     * @alias compute.regionOperations.get
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.operation Name of the Operations resource to return.
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    get(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    get(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.regionOperations.list
     * @desc Retrieves a list of Operation resources contained within the
     * specified region.
     * @alias compute.regionOperations.list
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string=} params.filter A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either =, !=, >, or <.  For example, if you are filtering Compute Engine instances, you can exclude instances named example-instance by specifying name != example-instance.  You can also filter nested fields. For example, you could specify scheduling.automaticRestart = false to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.  To filter on multiple expressions, provide each separate expression within parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake"). By default, each expression is an AND expression. However, you can include AND and OR expressions explicitly. For example, (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true).
     * @param {integer=} params.maxResults The maximum number of results per page that should be returned. If the number of available results is larger than maxResults, Compute Engine returns a nextPageToken that can be used to get the next page of results in subsequent list requests. Acceptable values are 0 to 500, inclusive. (Default: 500)
     * @param {string=} params.orderBy Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.  You can also sort results in descending order based on the creation timestamp using orderBy="creationTimestamp desc". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.  Currently, only sorting by name or creationTimestamp desc is supported.
     * @param {string=} params.pageToken Specifies a page token to use. Set pageToken to the nextPageToken returned by a previous list request to get the next page of results.
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    list(params?: any, options?: MethodOptions): AxiosPromise<Schema$OperationList>;
    list(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$OperationList>, callback?: BodyResponseCallback<Schema$OperationList>): void;
}
export declare class Resource$Regions {
    root: Compute;
    constructor(root: Compute);
    getRoot(): Compute;
    /**
     * compute.regions.get
     * @desc Returns the specified Region resource. Get a list of available
     * regions by making a list() request.
     * @alias compute.regions.get
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region resource to return.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    get(params?: any, options?: MethodOptions): AxiosPromise<Schema$Region>;
    get(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Region>, callback?: BodyResponseCallback<Schema$Region>): void;
    /**
     * compute.regions.list
     * @desc Retrieves the list of region resources available to the specified
     * project.
     * @alias compute.regions.list
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string=} params.filter A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either =, !=, >, or <.  For example, if you are filtering Compute Engine instances, you can exclude instances named example-instance by specifying name != example-instance.  You can also filter nested fields. For example, you could specify scheduling.automaticRestart = false to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.  To filter on multiple expressions, provide each separate expression within parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake"). By default, each expression is an AND expression. However, you can include AND and OR expressions explicitly. For example, (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true).
     * @param {integer=} params.maxResults The maximum number of results per page that should be returned. If the number of available results is larger than maxResults, Compute Engine returns a nextPageToken that can be used to get the next page of results in subsequent list requests. Acceptable values are 0 to 500, inclusive. (Default: 500)
     * @param {string=} params.orderBy Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.  You can also sort results in descending order based on the creation timestamp using orderBy="creationTimestamp desc". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.  Currently, only sorting by name or creationTimestamp desc is supported.
     * @param {string=} params.pageToken Specifies a page token to use. Set pageToken to the nextPageToken returned by a previous list request to get the next page of results.
     * @param {string} params.project Project ID for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    list(params?: any, options?: MethodOptions): AxiosPromise<Schema$RegionList>;
    list(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$RegionList>, callback?: BodyResponseCallback<Schema$RegionList>): void;
}
export declare class Resource$Regiontargethttpproxies {
    root: Compute;
    constructor(root: Compute);
    getRoot(): Compute;
    /**
     * compute.regionTargetHttpProxies.delete
     * @desc Deletes the specified TargetHttpProxy resource.
     * @alias compute.regionTargetHttpProxies.delete
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region scoping this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {string} params.targetHttpProxy Name of the TargetHttpProxy resource to delete.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    delete(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    delete(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.regionTargetHttpProxies.get
     * @desc Returns the specified TargetHttpProxy resource in the specified
     * region. Get a list of available target HTTP proxies by making a list()
     * request.
     * @alias compute.regionTargetHttpProxies.get
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region scoping this request.
     * @param {string} params.targetHttpProxy Name of the TargetHttpProxy resource to return.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    get(params?: any, options?: MethodOptions): AxiosPromise<Schema$TargetHttpProxy>;
    get(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$TargetHttpProxy>, callback?: BodyResponseCallback<Schema$TargetHttpProxy>): void;
    /**
     * compute.regionTargetHttpProxies.insert
     * @desc Creates a TargetHttpProxy resource in the specified project and
     * region using the data included in the request.
     * @alias compute.regionTargetHttpProxies.insert
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region scoping this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {().TargetHttpProxy} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    insert(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    insert(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.regionTargetHttpProxies.list
     * @desc Retrieves the list of TargetHttpProxy resources available to the
     * specified project in the specified region.
     * @alias compute.regionTargetHttpProxies.list
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string=} params.filter A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either =, !=, >, or <.  For example, if you are filtering Compute Engine instances, you can exclude instances named example-instance by specifying name != example-instance.  You can also filter nested fields. For example, you could specify scheduling.automaticRestart = false to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.  To filter on multiple expressions, provide each separate expression within parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake"). By default, each expression is an AND expression. However, you can include AND and OR expressions explicitly. For example, (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true).
     * @param {integer=} params.maxResults The maximum number of results per page that should be returned. If the number of available results is larger than maxResults, Compute Engine returns a nextPageToken that can be used to get the next page of results in subsequent list requests. Acceptable values are 0 to 500, inclusive. (Default: 500)
     * @param {string=} params.orderBy Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.  You can also sort results in descending order based on the creation timestamp using orderBy="creationTimestamp desc". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.  Currently, only sorting by name or creationTimestamp desc is supported.
     * @param {string=} params.pageToken Specifies a page token to use. Set pageToken to the nextPageToken returned by a previous list request to get the next page of results.
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region scoping this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    list(params?: any, options?: MethodOptions): AxiosPromise<Schema$TargetHttpProxyList>;
    list(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$TargetHttpProxyList>, callback?: BodyResponseCallback<Schema$TargetHttpProxyList>): void;
    /**
     * compute.regionTargetHttpProxies.setUrlMap
     * @desc Changes the URL map for TargetHttpProxy.
     * @alias compute.regionTargetHttpProxies.setUrlMap
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region scoping this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {string} params.targetHttpProxy Name of the TargetHttpProxy to set a URL map for.
     * @param {().UrlMapReference} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    setUrlMap(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    setUrlMap(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.regionTargetHttpProxies.testIamPermissions
     * @desc Returns permissions that a caller has on the specified resource.
     * @alias compute.regionTargetHttpProxies.testIamPermissions
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region The name of the region for this request.
     * @param {string} params.resource_ Name of the resource for this request.
     * @param {().TestPermissionsRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    testIamPermissions(params?: any, options?: MethodOptions): AxiosPromise<Schema$TestPermissionsResponse>;
    testIamPermissions(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$TestPermissionsResponse>, callback?: BodyResponseCallback<Schema$TestPermissionsResponse>): void;
}
export declare class Resource$Regionurlmaps {
    root: Compute;
    constructor(root: Compute);
    getRoot(): Compute;
    /**
     * compute.regionUrlMaps.delete
     * @desc Deletes the specified UrlMap resource.
     * @alias compute.regionUrlMaps.delete
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region scoping this request.
     * @param {string=} params.requestId begin_interface: MixerMutationRequestBuilder Request ID to support idempotency.
     * @param {string} params.urlMap Name of the UrlMap resource to delete.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    delete(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    delete(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.regionUrlMaps.get
     * @desc Returns the specified UrlMap resource. Get a list of available URL
     * maps by making a list() request.
     * @alias compute.regionUrlMaps.get
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region scoping this request.
     * @param {string} params.urlMap Name of the UrlMap resource to return.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    get(params?: any, options?: MethodOptions): AxiosPromise<Schema$UrlMap>;
    get(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$UrlMap>, callback?: BodyResponseCallback<Schema$UrlMap>): void;
    /**
     * compute.regionUrlMaps.insert
     * @desc Creates a UrlMap resource in the specified project using the data
     * included in the request.
     * @alias compute.regionUrlMaps.insert
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region scoping this request.
     * @param {string=} params.requestId begin_interface: MixerMutationRequestBuilder Request ID to support idempotency.
     * @param {().UrlMap} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    insert(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    insert(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.regionUrlMaps.list
     * @desc Retrieves the list of UrlMap resources available to the specified
     * project in the specified region.
     * @alias compute.regionUrlMaps.list
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string=} params.filter A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either =, !=, >, or <.  For example, if you are filtering Compute Engine instances, you can exclude instances named example-instance by specifying name != example-instance.  You can also filter nested fields. For example, you could specify scheduling.automaticRestart = false to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.  To filter on multiple expressions, provide each separate expression within parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake"). By default, each expression is an AND expression. However, you can include AND and OR expressions explicitly. For example, (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true).
     * @param {integer=} params.maxResults The maximum number of results per page that should be returned. If the number of available results is larger than maxResults, Compute Engine returns a nextPageToken that can be used to get the next page of results in subsequent list requests. Acceptable values are 0 to 500, inclusive. (Default: 500)
     * @param {string=} params.orderBy Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.  You can also sort results in descending order based on the creation timestamp using orderBy="creationTimestamp desc". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.  Currently, only sorting by name or creationTimestamp desc is supported.
     * @param {string=} params.pageToken Specifies a page token to use. Set pageToken to the nextPageToken returned by a previous list request to get the next page of results.
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region scoping this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    list(params?: any, options?: MethodOptions): AxiosPromise<Schema$UrlMapList>;
    list(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$UrlMapList>, callback?: BodyResponseCallback<Schema$UrlMapList>): void;
    /**
     * compute.regionUrlMaps.patch
     * @desc Patches the specified UrlMap resource with the data included in the
     * request. This method supports PATCH semantics and uses JSON merge patch
     * format and processing rules.
     * @alias compute.regionUrlMaps.patch
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region scoping this request.
     * @param {string=} params.requestId begin_interface: MixerMutationRequestBuilder Request ID to support idempotency.
     * @param {string} params.urlMap Name of the UrlMap resource to patch.
     * @param {().UrlMap} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    patch(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    patch(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.regionUrlMaps.testIamPermissions
     * @desc Returns permissions that a caller has on the specified resource.
     * @alias compute.regionUrlMaps.testIamPermissions
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region The name of the region for this request.
     * @param {string} params.resource_ Name of the resource for this request.
     * @param {().TestPermissionsRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    testIamPermissions(params?: any, options?: MethodOptions): AxiosPromise<Schema$TestPermissionsResponse>;
    testIamPermissions(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$TestPermissionsResponse>, callback?: BodyResponseCallback<Schema$TestPermissionsResponse>): void;
    /**
     * compute.regionUrlMaps.update
     * @desc Updates the specified UrlMap resource with the data included in the
     * request.
     * @alias compute.regionUrlMaps.update
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region scoping this request.
     * @param {string=} params.requestId begin_interface: MixerMutationRequestBuilder Request ID to support idempotency.
     * @param {string} params.urlMap Name of the UrlMap resource to update.
     * @param {().UrlMap} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    update(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    update(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.regionUrlMaps.validate
     * @desc Runs static validation for the UrlMap. In particular, the tests of
     * the provided UrlMap will be run. Calling this method does NOT create the
     * UrlMap.
     * @alias compute.regionUrlMaps.validate
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region scoping this request.
     * @param {string} params.urlMap Name of the UrlMap resource to be validated as.
     * @param {().RegionUrlMapsValidateRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    validate(params?: any, options?: MethodOptions): AxiosPromise<Schema$UrlMapsValidateResponse>;
    validate(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$UrlMapsValidateResponse>, callback?: BodyResponseCallback<Schema$UrlMapsValidateResponse>): void;
}
export declare class Resource$Routers {
    root: Compute;
    constructor(root: Compute);
    getRoot(): Compute;
    /**
     * compute.routers.aggregatedList
     * @desc Retrieves an aggregated list of routers.
     * @alias compute.routers.aggregatedList
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string=} params.filter A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either =, !=, >, or <.  For example, if you are filtering Compute Engine instances, you can exclude instances named example-instance by specifying name != example-instance.  You can also filter nested fields. For example, you could specify scheduling.automaticRestart = false to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.  To filter on multiple expressions, provide each separate expression within parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake"). By default, each expression is an AND expression. However, you can include AND and OR expressions explicitly. For example, (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true).
     * @param {integer=} params.maxResults The maximum number of results per page that should be returned. If the number of available results is larger than maxResults, Compute Engine returns a nextPageToken that can be used to get the next page of results in subsequent list requests. Acceptable values are 0 to 500, inclusive. (Default: 500)
     * @param {string=} params.orderBy Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.  You can also sort results in descending order based on the creation timestamp using orderBy="creationTimestamp desc". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.  Currently, only sorting by name or creationTimestamp desc is supported.
     * @param {string=} params.pageToken Specifies a page token to use. Set pageToken to the nextPageToken returned by a previous list request to get the next page of results.
     * @param {string} params.project Project ID for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    aggregatedList(params?: any, options?: MethodOptions): AxiosPromise<Schema$RouterAggregatedList>;
    aggregatedList(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$RouterAggregatedList>, callback?: BodyResponseCallback<Schema$RouterAggregatedList>): void;
    /**
     * compute.routers.delete
     * @desc Deletes the specified Router resource.
     * @alias compute.routers.delete
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {string} params.router Name of the Router resource to delete.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    delete(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    delete(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.routers.get
     * @desc Returns the specified Router resource. Get a list of available
     * routers by making a list() request.
     * @alias compute.routers.get
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region for this request.
     * @param {string} params.router Name of the Router resource to return.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    get(params?: any, options?: MethodOptions): AxiosPromise<Schema$Router>;
    get(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Router>, callback?: BodyResponseCallback<Schema$Router>): void;
    /**
     * compute.routers.getRouterStatus
     * @desc Retrieves runtime information of the specified router.
     * @alias compute.routers.getRouterStatus
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region for this request.
     * @param {string} params.router Name of the Router resource to query.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    getRouterStatus(params?: any, options?: MethodOptions): AxiosPromise<Schema$RouterStatusResponse>;
    getRouterStatus(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$RouterStatusResponse>, callback?: BodyResponseCallback<Schema$RouterStatusResponse>): void;
    /**
     * compute.routers.insert
     * @desc Creates a Router resource in the specified project and region using
     * the data included in the request.
     * @alias compute.routers.insert
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {().Router} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    insert(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    insert(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.routers.list
     * @desc Retrieves a list of Router resources available to the specified
     * project.
     * @alias compute.routers.list
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string=} params.filter A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either =, !=, >, or <.  For example, if you are filtering Compute Engine instances, you can exclude instances named example-instance by specifying name != example-instance.  You can also filter nested fields. For example, you could specify scheduling.automaticRestart = false to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.  To filter on multiple expressions, provide each separate expression within parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake"). By default, each expression is an AND expression. However, you can include AND and OR expressions explicitly. For example, (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true).
     * @param {integer=} params.maxResults The maximum number of results per page that should be returned. If the number of available results is larger than maxResults, Compute Engine returns a nextPageToken that can be used to get the next page of results in subsequent list requests. Acceptable values are 0 to 500, inclusive. (Default: 500)
     * @param {string=} params.orderBy Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.  You can also sort results in descending order based on the creation timestamp using orderBy="creationTimestamp desc". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.  Currently, only sorting by name or creationTimestamp desc is supported.
     * @param {string=} params.pageToken Specifies a page token to use. Set pageToken to the nextPageToken returned by a previous list request to get the next page of results.
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    list(params?: any, options?: MethodOptions): AxiosPromise<Schema$RouterList>;
    list(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$RouterList>, callback?: BodyResponseCallback<Schema$RouterList>): void;
    /**
     * compute.routers.patch
     * @desc Patches the specified Router resource with the data included in the
     * request. This method supports PATCH semantics and uses JSON merge patch
     * format and processing rules.
     * @alias compute.routers.patch
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {string} params.router Name of the Router resource to patch.
     * @param {().Router} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    patch(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    patch(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.routers.preview
     * @desc Preview fields auto-generated during router create and update
     * operations. Calling this method does NOT create or update the router.
     * @alias compute.routers.preview
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region for this request.
     * @param {string} params.router Name of the Router resource to query.
     * @param {().Router} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    preview(params?: any, options?: MethodOptions): AxiosPromise<Schema$RoutersPreviewResponse>;
    preview(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$RoutersPreviewResponse>, callback?: BodyResponseCallback<Schema$RoutersPreviewResponse>): void;
    /**
     * compute.routers.testIamPermissions
     * @desc Returns permissions that a caller has on the specified resource.
     * @alias compute.routers.testIamPermissions
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region The name of the region for this request.
     * @param {string} params.resource_ Name of the resource for this request.
     * @param {().TestPermissionsRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    testIamPermissions(params?: any, options?: MethodOptions): AxiosPromise<Schema$TestPermissionsResponse>;
    testIamPermissions(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$TestPermissionsResponse>, callback?: BodyResponseCallback<Schema$TestPermissionsResponse>): void;
    /**
     * compute.routers.update
     * @desc Updates the specified Router resource with the data included in the
     * request.
     * @alias compute.routers.update
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {string} params.router Name of the Router resource to update.
     * @param {().Router} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    update(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    update(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
}
export declare class Resource$Routes {
    root: Compute;
    constructor(root: Compute);
    getRoot(): Compute;
    /**
     * compute.routes.delete
     * @desc Deletes the specified Route resource.
     * @alias compute.routes.delete
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {string} params.route Name of the Route resource to delete.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    delete(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    delete(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.routes.get
     * @desc Returns the specified Route resource. Get a list of available routes
     * by making a list() request.
     * @alias compute.routes.get
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.route Name of the Route resource to return.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    get(params?: any, options?: MethodOptions): AxiosPromise<Schema$Route>;
    get(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Route>, callback?: BodyResponseCallback<Schema$Route>): void;
    /**
     * compute.routes.insert
     * @desc Creates a Route resource in the specified project using the data
     * included in the request.
     * @alias compute.routes.insert
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {().Route} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    insert(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    insert(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.routes.list
     * @desc Retrieves the list of Route resources available to the specified
     * project.
     * @alias compute.routes.list
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string=} params.filter A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either =, !=, >, or <.  For example, if you are filtering Compute Engine instances, you can exclude instances named example-instance by specifying name != example-instance.  You can also filter nested fields. For example, you could specify scheduling.automaticRestart = false to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.  To filter on multiple expressions, provide each separate expression within parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake"). By default, each expression is an AND expression. However, you can include AND and OR expressions explicitly. For example, (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true).
     * @param {integer=} params.maxResults The maximum number of results per page that should be returned. If the number of available results is larger than maxResults, Compute Engine returns a nextPageToken that can be used to get the next page of results in subsequent list requests. Acceptable values are 0 to 500, inclusive. (Default: 500)
     * @param {string=} params.orderBy Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.  You can also sort results in descending order based on the creation timestamp using orderBy="creationTimestamp desc". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.  Currently, only sorting by name or creationTimestamp desc is supported.
     * @param {string=} params.pageToken Specifies a page token to use. Set pageToken to the nextPageToken returned by a previous list request to get the next page of results.
     * @param {string} params.project Project ID for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    list(params?: any, options?: MethodOptions): AxiosPromise<Schema$RouteList>;
    list(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$RouteList>, callback?: BodyResponseCallback<Schema$RouteList>): void;
    /**
     * compute.routes.testIamPermissions
     * @desc Returns permissions that a caller has on the specified resource.
     * @alias compute.routes.testIamPermissions
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.resource_ Name of the resource for this request.
     * @param {().TestPermissionsRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    testIamPermissions(params?: any, options?: MethodOptions): AxiosPromise<Schema$TestPermissionsResponse>;
    testIamPermissions(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$TestPermissionsResponse>, callback?: BodyResponseCallback<Schema$TestPermissionsResponse>): void;
}
export declare class Resource$Securitypolicies {
    root: Compute;
    constructor(root: Compute);
    getRoot(): Compute;
    /**
     * compute.securityPolicies.addRule
     * @desc Inserts a rule into a security policy.
     * @alias compute.securityPolicies.addRule
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.securityPolicy Name of the security policy to update.
     * @param {boolean=} params.validateOnly If true, the request will not be committed.
     * @param {().SecurityPolicyRule} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    addRule(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    addRule(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.securityPolicies.delete
     * @desc Deletes the specified policy.
     * @alias compute.securityPolicies.delete
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {string} params.securityPolicy Name of the security policy to delete.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    delete(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    delete(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.securityPolicies.get
     * @desc List all of the ordered rules present in a single specified policy.
     * @alias compute.securityPolicies.get
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.securityPolicy Name of the security policy to get.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    get(params?: any, options?: MethodOptions): AxiosPromise<Schema$SecurityPolicy>;
    get(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$SecurityPolicy>, callback?: BodyResponseCallback<Schema$SecurityPolicy>): void;
    /**
     * compute.securityPolicies.getRule
     * @desc Gets a rule at the specified priority.
     * @alias compute.securityPolicies.getRule
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {integer=} params.priority The priority of the rule to get from the security policy.
     * @param {string} params.project Project ID for this request.
     * @param {string} params.securityPolicy Name of the security policy to which the queried rule belongs.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    getRule(params?: any, options?: MethodOptions): AxiosPromise<Schema$SecurityPolicyRule>;
    getRule(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$SecurityPolicyRule>, callback?: BodyResponseCallback<Schema$SecurityPolicyRule>): void;
    /**
     * compute.securityPolicies.insert
     * @desc Creates a new policy in the specified project using the data included
     * in the request.
     * @alias compute.securityPolicies.insert
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {boolean=} params.validateOnly If true, the request will not be committed.
     * @param {().SecurityPolicy} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    insert(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    insert(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.securityPolicies.list
     * @desc List all the policies that have been configured for the specified
     * project.
     * @alias compute.securityPolicies.list
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string=} params.filter A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either =, !=, >, or <.  For example, if you are filtering Compute Engine instances, you can exclude instances named example-instance by specifying name != example-instance.  You can also filter nested fields. For example, you could specify scheduling.automaticRestart = false to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.  To filter on multiple expressions, provide each separate expression within parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake"). By default, each expression is an AND expression. However, you can include AND and OR expressions explicitly. For example, (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true).
     * @param {integer=} params.maxResults The maximum number of results per page that should be returned. If the number of available results is larger than maxResults, Compute Engine returns a nextPageToken that can be used to get the next page of results in subsequent list requests. Acceptable values are 0 to 500, inclusive. (Default: 500)
     * @param {string=} params.orderBy Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.  You can also sort results in descending order based on the creation timestamp using orderBy="creationTimestamp desc". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.  Currently, only sorting by name or creationTimestamp desc is supported.
     * @param {string=} params.pageToken Specifies a page token to use. Set pageToken to the nextPageToken returned by a previous list request to get the next page of results.
     * @param {string} params.project Project ID for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    list(params?: any, options?: MethodOptions): AxiosPromise<Schema$SecurityPolicyList>;
    list(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$SecurityPolicyList>, callback?: BodyResponseCallback<Schema$SecurityPolicyList>): void;
    /**
     * compute.securityPolicies.patch
     * @desc Patches the specified policy with the data included in the request.
     * @alias compute.securityPolicies.patch
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {string} params.securityPolicy Name of the security policy to update.
     * @param {().SecurityPolicy} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    patch(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    patch(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.securityPolicies.patchRule
     * @desc Patches a rule at the specified priority.
     * @alias compute.securityPolicies.patchRule
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {integer=} params.priority The priority of the rule to patch.
     * @param {string} params.project Project ID for this request.
     * @param {string} params.securityPolicy Name of the security policy to update.
     * @param {boolean=} params.validateOnly If true, the request will not be committed.
     * @param {().SecurityPolicyRule} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    patchRule(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    patchRule(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.securityPolicies.removeRule
     * @desc Deletes a rule at the specified priority.
     * @alias compute.securityPolicies.removeRule
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {integer=} params.priority The priority of the rule to remove from the security policy.
     * @param {string} params.project Project ID for this request.
     * @param {string} params.securityPolicy Name of the security policy to update.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    removeRule(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    removeRule(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.securityPolicies.testIamPermissions
     * @desc Returns permissions that a caller has on the specified resource.
     * @alias compute.securityPolicies.testIamPermissions
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.resource_ Name of the resource for this request.
     * @param {().TestPermissionsRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    testIamPermissions(params?: any, options?: MethodOptions): AxiosPromise<Schema$TestPermissionsResponse>;
    testIamPermissions(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$TestPermissionsResponse>, callback?: BodyResponseCallback<Schema$TestPermissionsResponse>): void;
}
export declare class Resource$Snapshots {
    root: Compute;
    constructor(root: Compute);
    getRoot(): Compute;
    /**
     * compute.snapshots.delete
     * @desc Deletes the specified Snapshot resource. Keep in mind that deleting a
     * single snapshot might not necessarily delete all the data on that snapshot.
     * If any data on the snapshot that is marked for deletion is needed for
     * subsequent snapshots, the data will be moved to the next corresponding
     * snapshot.  For more information, see Deleting snaphots.
     * @alias compute.snapshots.delete
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {string} params.snapshot Name of the Snapshot resource to delete.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    delete(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    delete(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.snapshots.get
     * @desc Returns the specified Snapshot resource. Get a list of available
     * snapshots by making a list() request.
     * @alias compute.snapshots.get
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.snapshot Name of the Snapshot resource to return.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    get(params?: any, options?: MethodOptions): AxiosPromise<Schema$Snapshot>;
    get(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Snapshot>, callback?: BodyResponseCallback<Schema$Snapshot>): void;
    /**
     * compute.snapshots.getIamPolicy
     * @desc Gets the access control policy for a resource. May be empty if no
     * such policy or resource exists.
     * @alias compute.snapshots.getIamPolicy
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.resource_ Name of the resource for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    getIamPolicy(params?: any, options?: MethodOptions): AxiosPromise<Schema$Policy>;
    getIamPolicy(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Policy>, callback?: BodyResponseCallback<Schema$Policy>): void;
    /**
     * compute.snapshots.list
     * @desc Retrieves the list of Snapshot resources contained within the
     * specified project.
     * @alias compute.snapshots.list
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string=} params.filter A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either =, !=, >, or <.  For example, if you are filtering Compute Engine instances, you can exclude instances named example-instance by specifying name != example-instance.  You can also filter nested fields. For example, you could specify scheduling.automaticRestart = false to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.  To filter on multiple expressions, provide each separate expression within parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake"). By default, each expression is an AND expression. However, you can include AND and OR expressions explicitly. For example, (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true).
     * @param {integer=} params.maxResults The maximum number of results per page that should be returned. If the number of available results is larger than maxResults, Compute Engine returns a nextPageToken that can be used to get the next page of results in subsequent list requests. Acceptable values are 0 to 500, inclusive. (Default: 500)
     * @param {string=} params.orderBy Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.  You can also sort results in descending order based on the creation timestamp using orderBy="creationTimestamp desc". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.  Currently, only sorting by name or creationTimestamp desc is supported.
     * @param {string=} params.pageToken Specifies a page token to use. Set pageToken to the nextPageToken returned by a previous list request to get the next page of results.
     * @param {string} params.project Project ID for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    list(params?: any, options?: MethodOptions): AxiosPromise<Schema$SnapshotList>;
    list(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$SnapshotList>, callback?: BodyResponseCallback<Schema$SnapshotList>): void;
    /**
     * compute.snapshots.setIamPolicy
     * @desc Sets the access control policy on the specified resource. Replaces
     * any existing policy.
     * @alias compute.snapshots.setIamPolicy
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.resource_ Name of the resource for this request.
     * @param {().Policy} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    setIamPolicy(params?: any, options?: MethodOptions): AxiosPromise<Schema$Policy>;
    setIamPolicy(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Policy>, callback?: BodyResponseCallback<Schema$Policy>): void;
    /**
     * compute.snapshots.setLabels
     * @desc Sets the labels on a snapshot. To learn more about labels, read the
     * Labeling Resources documentation.
     * @alias compute.snapshots.setLabels
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.resource_ Name of the resource for this request.
     * @param {().GlobalSetLabelsRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    setLabels(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    setLabels(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.snapshots.testIamPermissions
     * @desc Returns permissions that a caller has on the specified resource.
     * @alias compute.snapshots.testIamPermissions
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.resource_ Name of the resource for this request.
     * @param {().TestPermissionsRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    testIamPermissions(params?: any, options?: MethodOptions): AxiosPromise<Schema$TestPermissionsResponse>;
    testIamPermissions(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$TestPermissionsResponse>, callback?: BodyResponseCallback<Schema$TestPermissionsResponse>): void;
}
export declare class Resource$Sslcertificates {
    root: Compute;
    constructor(root: Compute);
    getRoot(): Compute;
    /**
     * compute.sslCertificates.delete
     * @desc Deletes the specified SslCertificate resource.
     * @alias compute.sslCertificates.delete
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {string} params.sslCertificate Name of the SslCertificate resource to delete.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    delete(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    delete(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.sslCertificates.get
     * @desc Returns the specified SslCertificate resource. Get a list of
     * available SSL certificates by making a list() request.
     * @alias compute.sslCertificates.get
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.sslCertificate Name of the SslCertificate resource to return.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    get(params?: any, options?: MethodOptions): AxiosPromise<Schema$SslCertificate>;
    get(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$SslCertificate>, callback?: BodyResponseCallback<Schema$SslCertificate>): void;
    /**
     * compute.sslCertificates.insert
     * @desc Creates a SslCertificate resource in the specified project using the
     * data included in the request.
     * @alias compute.sslCertificates.insert
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {().SslCertificate} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    insert(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    insert(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.sslCertificates.list
     * @desc Retrieves the list of SslCertificate resources available to the
     * specified project.
     * @alias compute.sslCertificates.list
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string=} params.filter A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either =, !=, >, or <.  For example, if you are filtering Compute Engine instances, you can exclude instances named example-instance by specifying name != example-instance.  You can also filter nested fields. For example, you could specify scheduling.automaticRestart = false to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.  To filter on multiple expressions, provide each separate expression within parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake"). By default, each expression is an AND expression. However, you can include AND and OR expressions explicitly. For example, (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true).
     * @param {integer=} params.maxResults The maximum number of results per page that should be returned. If the number of available results is larger than maxResults, Compute Engine returns a nextPageToken that can be used to get the next page of results in subsequent list requests. Acceptable values are 0 to 500, inclusive. (Default: 500)
     * @param {string=} params.orderBy Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.  You can also sort results in descending order based on the creation timestamp using orderBy="creationTimestamp desc". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.  Currently, only sorting by name or creationTimestamp desc is supported.
     * @param {string=} params.pageToken Specifies a page token to use. Set pageToken to the nextPageToken returned by a previous list request to get the next page of results.
     * @param {string} params.project Project ID for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    list(params?: any, options?: MethodOptions): AxiosPromise<Schema$SslCertificateList>;
    list(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$SslCertificateList>, callback?: BodyResponseCallback<Schema$SslCertificateList>): void;
    /**
     * compute.sslCertificates.testIamPermissions
     * @desc Returns permissions that a caller has on the specified resource.
     * @alias compute.sslCertificates.testIamPermissions
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.resource_ Name of the resource for this request.
     * @param {().TestPermissionsRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    testIamPermissions(params?: any, options?: MethodOptions): AxiosPromise<Schema$TestPermissionsResponse>;
    testIamPermissions(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$TestPermissionsResponse>, callback?: BodyResponseCallback<Schema$TestPermissionsResponse>): void;
}
export declare class Resource$Sslpolicies {
    root: Compute;
    constructor(root: Compute);
    getRoot(): Compute;
    /**
     * compute.sslPolicies.delete
     * @desc Deletes the specified SSL policy. The SSL policy resource can be
     * deleted only if it is not in use by any TargetHttpsProxy or TargetSslProxy
     * resources.
     * @alias compute.sslPolicies.delete
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {string} params.sslPolicy Name of the SSL policy to delete. The name must be 1-63 characters long, and comply with RFC1035.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    delete(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    delete(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.sslPolicies.get
     * @desc List all of the ordered rules present in a single specified policy.
     * @alias compute.sslPolicies.get
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.sslPolicy Name of the SSL policy to update. The name must be 1-63 characters long, and comply with RFC1035.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    get(params?: any, options?: MethodOptions): AxiosPromise<Schema$SslPolicy>;
    get(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$SslPolicy>, callback?: BodyResponseCallback<Schema$SslPolicy>): void;
    /**
     * compute.sslPolicies.insert
     * @desc Returns the specified SSL policy resource. Get a list of available
     * SSL policies by making a list() request.
     * @alias compute.sslPolicies.insert
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {().SslPolicy} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    insert(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    insert(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.sslPolicies.list
     * @desc List all the SSL policies that have been configured for the specified
     * project.
     * @alias compute.sslPolicies.list
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string=} params.filter A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either =, !=, >, or <.  For example, if you are filtering Compute Engine instances, you can exclude instances named example-instance by specifying name != example-instance.  You can also filter nested fields. For example, you could specify scheduling.automaticRestart = false to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.  To filter on multiple expressions, provide each separate expression within parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake"). By default, each expression is an AND expression. However, you can include AND and OR expressions explicitly. For example, (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true).
     * @param {integer=} params.maxResults The maximum number of results per page that should be returned. If the number of available results is larger than maxResults, Compute Engine returns a nextPageToken that can be used to get the next page of results in subsequent list requests. Acceptable values are 0 to 500, inclusive. (Default: 500)
     * @param {string=} params.orderBy Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.  You can also sort results in descending order based on the creation timestamp using orderBy="creationTimestamp desc". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.  Currently, only sorting by name or creationTimestamp desc is supported.
     * @param {string=} params.pageToken Specifies a page token to use. Set pageToken to the nextPageToken returned by a previous list request to get the next page of results.
     * @param {string} params.project Project ID for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    list(params?: any, options?: MethodOptions): AxiosPromise<Schema$SslPoliciesList>;
    list(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$SslPoliciesList>, callback?: BodyResponseCallback<Schema$SslPoliciesList>): void;
    /**
     * compute.sslPolicies.listAvailableFeatures
     * @desc Lists all features that can be specified in the SSL policy when using
     * custom profile.
     * @alias compute.sslPolicies.listAvailableFeatures
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string=} params.filter A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either =, !=, >, or <.  For example, if you are filtering Compute Engine instances, you can exclude instances named example-instance by specifying name != example-instance.  You can also filter nested fields. For example, you could specify scheduling.automaticRestart = false to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.  To filter on multiple expressions, provide each separate expression within parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake"). By default, each expression is an AND expression. However, you can include AND and OR expressions explicitly. For example, (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true).
     * @param {integer=} params.maxResults The maximum number of results per page that should be returned. If the number of available results is larger than maxResults, Compute Engine returns a nextPageToken that can be used to get the next page of results in subsequent list requests. Acceptable values are 0 to 500, inclusive. (Default: 500)
     * @param {string=} params.orderBy Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.  You can also sort results in descending order based on the creation timestamp using orderBy="creationTimestamp desc". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.  Currently, only sorting by name or creationTimestamp desc is supported.
     * @param {string=} params.pageToken Specifies a page token to use. Set pageToken to the nextPageToken returned by a previous list request to get the next page of results.
     * @param {string} params.project Project ID for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    listAvailableFeatures(params?: any, options?: MethodOptions): AxiosPromise<Schema$SslPoliciesListAvailableFeaturesResponse>;
    listAvailableFeatures(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$SslPoliciesListAvailableFeaturesResponse>, callback?: BodyResponseCallback<Schema$SslPoliciesListAvailableFeaturesResponse>): void;
    /**
     * compute.sslPolicies.patch
     * @desc Patches the specified SSL policy with the data included in the
     * request.
     * @alias compute.sslPolicies.patch
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {string} params.sslPolicy Name of the SSL policy to update. The name must be 1-63 characters long, and comply with RFC1035.
     * @param {().SslPolicy} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    patch(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    patch(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.sslPolicies.testIamPermissions
     * @desc Returns permissions that a caller has on the specified resource.
     * @alias compute.sslPolicies.testIamPermissions
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.resource_ Name of the resource for this request.
     * @param {().TestPermissionsRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    testIamPermissions(params?: any, options?: MethodOptions): AxiosPromise<Schema$TestPermissionsResponse>;
    testIamPermissions(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$TestPermissionsResponse>, callback?: BodyResponseCallback<Schema$TestPermissionsResponse>): void;
}
export declare class Resource$Subnetworks {
    root: Compute;
    constructor(root: Compute);
    getRoot(): Compute;
    /**
     * compute.subnetworks.aggregatedList
     * @desc Retrieves an aggregated list of subnetworks.
     * @alias compute.subnetworks.aggregatedList
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string=} params.filter A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either =, !=, >, or <.  For example, if you are filtering Compute Engine instances, you can exclude instances named example-instance by specifying name != example-instance.  You can also filter nested fields. For example, you could specify scheduling.automaticRestart = false to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.  To filter on multiple expressions, provide each separate expression within parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake"). By default, each expression is an AND expression. However, you can include AND and OR expressions explicitly. For example, (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true).
     * @param {integer=} params.maxResults The maximum number of results per page that should be returned. If the number of available results is larger than maxResults, Compute Engine returns a nextPageToken that can be used to get the next page of results in subsequent list requests. Acceptable values are 0 to 500, inclusive. (Default: 500)
     * @param {string=} params.orderBy Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.  You can also sort results in descending order based on the creation timestamp using orderBy="creationTimestamp desc". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.  Currently, only sorting by name or creationTimestamp desc is supported.
     * @param {string=} params.pageToken Specifies a page token to use. Set pageToken to the nextPageToken returned by a previous list request to get the next page of results.
     * @param {string} params.project Project ID for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    aggregatedList(params?: any, options?: MethodOptions): AxiosPromise<Schema$SubnetworkAggregatedList>;
    aggregatedList(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$SubnetworkAggregatedList>, callback?: BodyResponseCallback<Schema$SubnetworkAggregatedList>): void;
    /**
     * compute.subnetworks.delete
     * @desc Deletes the specified subnetwork.
     * @alias compute.subnetworks.delete
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region scoping this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {string} params.subnetwork Name of the Subnetwork resource to delete.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    delete(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    delete(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.subnetworks.expandIpCidrRange
     * @desc Expands the IP CIDR range of the subnetwork to a specified value.
     * @alias compute.subnetworks.expandIpCidrRange
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region scoping this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {string} params.subnetwork Name of the Subnetwork resource to update.
     * @param {().SubnetworksExpandIpCidrRangeRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    expandIpCidrRange(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    expandIpCidrRange(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.subnetworks.get
     * @desc Returns the specified subnetwork. Get a list of available subnetworks
     * list() request.
     * @alias compute.subnetworks.get
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region scoping this request.
     * @param {string} params.subnetwork Name of the Subnetwork resource to return.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    get(params?: any, options?: MethodOptions): AxiosPromise<Schema$Subnetwork>;
    get(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Subnetwork>, callback?: BodyResponseCallback<Schema$Subnetwork>): void;
    /**
     * compute.subnetworks.getIamPolicy
     * @desc Gets the access control policy for a resource. May be empty if no
     * such policy or resource exists.
     * @alias compute.subnetworks.getIamPolicy
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region The name of the region for this request.
     * @param {string} params.resource_ Name of the resource for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    getIamPolicy(params?: any, options?: MethodOptions): AxiosPromise<Schema$Policy>;
    getIamPolicy(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Policy>, callback?: BodyResponseCallback<Schema$Policy>): void;
    /**
     * compute.subnetworks.insert
     * @desc Creates a subnetwork in the specified project using the data included
     * in the request.
     * @alias compute.subnetworks.insert
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region scoping this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {().Subnetwork} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    insert(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    insert(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.subnetworks.list
     * @desc Retrieves a list of subnetworks available to the specified project.
     * @alias compute.subnetworks.list
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string=} params.filter A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either =, !=, >, or <.  For example, if you are filtering Compute Engine instances, you can exclude instances named example-instance by specifying name != example-instance.  You can also filter nested fields. For example, you could specify scheduling.automaticRestart = false to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.  To filter on multiple expressions, provide each separate expression within parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake"). By default, each expression is an AND expression. However, you can include AND and OR expressions explicitly. For example, (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true).
     * @param {integer=} params.maxResults The maximum number of results per page that should be returned. If the number of available results is larger than maxResults, Compute Engine returns a nextPageToken that can be used to get the next page of results in subsequent list requests. Acceptable values are 0 to 500, inclusive. (Default: 500)
     * @param {string=} params.orderBy Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.  You can also sort results in descending order based on the creation timestamp using orderBy="creationTimestamp desc". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.  Currently, only sorting by name or creationTimestamp desc is supported.
     * @param {string=} params.pageToken Specifies a page token to use. Set pageToken to the nextPageToken returned by a previous list request to get the next page of results.
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region scoping this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    list(params?: any, options?: MethodOptions): AxiosPromise<Schema$SubnetworkList>;
    list(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$SubnetworkList>, callback?: BodyResponseCallback<Schema$SubnetworkList>): void;
    /**
     * compute.subnetworks.listUsable
     * @desc Retrieves an aggregated list of usable subnetworks.
     * @alias compute.subnetworks.listUsable
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string=} params.filter A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either =, !=, >, or <.  For example, if you are filtering Compute Engine instances, you can exclude instances named example-instance by specifying name != example-instance.  You can also filter nested fields. For example, you could specify scheduling.automaticRestart = false to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.  To filter on multiple expressions, provide each separate expression within parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake"). By default, each expression is an AND expression. However, you can include AND and OR expressions explicitly. For example, (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true).
     * @param {integer=} params.maxResults The maximum number of results per page that should be returned. If the number of available results is larger than maxResults, Compute Engine returns a nextPageToken that can be used to get the next page of results in subsequent list requests. Acceptable values are 0 to 500, inclusive. (Default: 500)
     * @param {string=} params.orderBy Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.  You can also sort results in descending order based on the creation timestamp using orderBy="creationTimestamp desc". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.  Currently, only sorting by name or creationTimestamp desc is supported.
     * @param {string=} params.pageToken Specifies a page token to use. Set pageToken to the nextPageToken returned by a previous list request to get the next page of results.
     * @param {string} params.project Project ID for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    listUsable(params?: any, options?: MethodOptions): AxiosPromise<Schema$UsableSubnetworksAggregatedList>;
    listUsable(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$UsableSubnetworksAggregatedList>, callback?: BodyResponseCallback<Schema$UsableSubnetworksAggregatedList>): void;
    /**
     * compute.subnetworks.patch
     * @desc Patches the specified subnetwork with the data included in the
     * request. Only the following fields within the subnetwork resource can be
     * specified in the request: secondary_ip_range,
     * allow_subnet_cidr_routes_overlap and role. It is also mandatory to specify
     * the current fingeprint of the subnetwork resource being patched.
     * @alias compute.subnetworks.patch
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region scoping this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {string} params.subnetwork Name of the Subnetwork resource to patch.
     * @param {().Subnetwork} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    patch(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    patch(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.subnetworks.setIamPolicy
     * @desc Sets the access control policy on the specified resource. Replaces
     * any existing policy.
     * @alias compute.subnetworks.setIamPolicy
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region The name of the region for this request.
     * @param {string} params.resource_ Name of the resource for this request.
     * @param {().Policy} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    setIamPolicy(params?: any, options?: MethodOptions): AxiosPromise<Schema$Policy>;
    setIamPolicy(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Policy>, callback?: BodyResponseCallback<Schema$Policy>): void;
    /**
     * compute.subnetworks.setPrivateIpGoogleAccess
     * @desc Set whether VMs in this subnet can access Google services without
     * assigning external IP addresses through Private Google Access.
     * @alias compute.subnetworks.setPrivateIpGoogleAccess
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region scoping this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {string} params.subnetwork Name of the Subnetwork resource.
     * @param {().SubnetworksSetPrivateIpGoogleAccessRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    setPrivateIpGoogleAccess(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    setPrivateIpGoogleAccess(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.subnetworks.testIamPermissions
     * @desc Returns permissions that a caller has on the specified resource.
     * @alias compute.subnetworks.testIamPermissions
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region The name of the region for this request.
     * @param {string} params.resource_ Name of the resource for this request.
     * @param {().TestPermissionsRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    testIamPermissions(params?: any, options?: MethodOptions): AxiosPromise<Schema$TestPermissionsResponse>;
    testIamPermissions(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$TestPermissionsResponse>, callback?: BodyResponseCallback<Schema$TestPermissionsResponse>): void;
}
export declare class Resource$Targethttpproxies {
    root: Compute;
    constructor(root: Compute);
    getRoot(): Compute;
    /**
     * compute.targetHttpProxies.aggregatedList
     * @desc Retrieves the list of all TargetHttpProxy resources, regional and
     * global, available to the specified project.
     * @alias compute.targetHttpProxies.aggregatedList
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string=} params.filter A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either =, !=, >, or <.  For example, if you are filtering Compute Engine instances, you can exclude instances named example-instance by specifying name != example-instance.  You can also filter nested fields. For example, you could specify scheduling.automaticRestart = false to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.  To filter on multiple expressions, provide each separate expression within parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake"). By default, each expression is an AND expression. However, you can include AND and OR expressions explicitly. For example, (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true).
     * @param {integer=} params.maxResults The maximum number of results per page that should be returned. If the number of available results is larger than maxResults, Compute Engine returns a nextPageToken that can be used to get the next page of results in subsequent list requests. Acceptable values are 0 to 500, inclusive. (Default: 500)
     * @param {string=} params.orderBy Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.  You can also sort results in descending order based on the creation timestamp using orderBy="creationTimestamp desc". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.  Currently, only sorting by name or creationTimestamp desc is supported.
     * @param {string=} params.pageToken Specifies a page token to use. Set pageToken to the nextPageToken returned by a previous list request to get the next page of results.
     * @param {string} params.project Name of the project scoping this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    aggregatedList(params?: any, options?: MethodOptions): AxiosPromise<Schema$TargetHttpProxyAggregatedList>;
    aggregatedList(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$TargetHttpProxyAggregatedList>, callback?: BodyResponseCallback<Schema$TargetHttpProxyAggregatedList>): void;
    /**
     * compute.targetHttpProxies.delete
     * @desc Deletes the specified TargetHttpProxy resource.
     * @alias compute.targetHttpProxies.delete
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {string} params.targetHttpProxy Name of the TargetHttpProxy resource to delete.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    delete(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    delete(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.targetHttpProxies.get
     * @desc Returns the specified TargetHttpProxy resource. Get a list of
     * available target HTTP proxies by making a list() request.
     * @alias compute.targetHttpProxies.get
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.targetHttpProxy Name of the TargetHttpProxy resource to return.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    get(params?: any, options?: MethodOptions): AxiosPromise<Schema$TargetHttpProxy>;
    get(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$TargetHttpProxy>, callback?: BodyResponseCallback<Schema$TargetHttpProxy>): void;
    /**
     * compute.targetHttpProxies.insert
     * @desc Creates a TargetHttpProxy resource in the specified project using the
     * data included in the request.
     * @alias compute.targetHttpProxies.insert
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {().TargetHttpProxy} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    insert(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    insert(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.targetHttpProxies.list
     * @desc Retrieves the list of TargetHttpProxy resources available to the
     * specified project.
     * @alias compute.targetHttpProxies.list
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string=} params.filter A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either =, !=, >, or <.  For example, if you are filtering Compute Engine instances, you can exclude instances named example-instance by specifying name != example-instance.  You can also filter nested fields. For example, you could specify scheduling.automaticRestart = false to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.  To filter on multiple expressions, provide each separate expression within parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake"). By default, each expression is an AND expression. However, you can include AND and OR expressions explicitly. For example, (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true).
     * @param {integer=} params.maxResults The maximum number of results per page that should be returned. If the number of available results is larger than maxResults, Compute Engine returns a nextPageToken that can be used to get the next page of results in subsequent list requests. Acceptable values are 0 to 500, inclusive. (Default: 500)
     * @param {string=} params.orderBy Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.  You can also sort results in descending order based on the creation timestamp using orderBy="creationTimestamp desc". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.  Currently, only sorting by name or creationTimestamp desc is supported.
     * @param {string=} params.pageToken Specifies a page token to use. Set pageToken to the nextPageToken returned by a previous list request to get the next page of results.
     * @param {string} params.project Project ID for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    list(params?: any, options?: MethodOptions): AxiosPromise<Schema$TargetHttpProxyList>;
    list(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$TargetHttpProxyList>, callback?: BodyResponseCallback<Schema$TargetHttpProxyList>): void;
    /**
     * compute.targetHttpProxies.setUrlMap
     * @desc Changes the URL map for TargetHttpProxy.
     * @alias compute.targetHttpProxies.setUrlMap
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {string} params.targetHttpProxy Name of the TargetHttpProxy to set a URL map for.
     * @param {().UrlMapReference} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    setUrlMap(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    setUrlMap(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.targetHttpProxies.testIamPermissions
     * @desc Returns permissions that a caller has on the specified resource.
     * @alias compute.targetHttpProxies.testIamPermissions
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.resource_ Name of the resource for this request.
     * @param {().TestPermissionsRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    testIamPermissions(params?: any, options?: MethodOptions): AxiosPromise<Schema$TestPermissionsResponse>;
    testIamPermissions(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$TestPermissionsResponse>, callback?: BodyResponseCallback<Schema$TestPermissionsResponse>): void;
}
export declare class Resource$Targethttpsproxies {
    root: Compute;
    constructor(root: Compute);
    getRoot(): Compute;
    /**
     * compute.targetHttpsProxies.delete
     * @desc Deletes the specified TargetHttpsProxy resource.
     * @alias compute.targetHttpsProxies.delete
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {string} params.targetHttpsProxy Name of the TargetHttpsProxy resource to delete.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    delete(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    delete(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.targetHttpsProxies.get
     * @desc Returns the specified TargetHttpsProxy resource. Get a list of
     * available target HTTPS proxies by making a list() request.
     * @alias compute.targetHttpsProxies.get
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.targetHttpsProxy Name of the TargetHttpsProxy resource to return.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    get(params?: any, options?: MethodOptions): AxiosPromise<Schema$TargetHttpsProxy>;
    get(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$TargetHttpsProxy>, callback?: BodyResponseCallback<Schema$TargetHttpsProxy>): void;
    /**
     * compute.targetHttpsProxies.insert
     * @desc Creates a TargetHttpsProxy resource in the specified project using
     * the data included in the request.
     * @alias compute.targetHttpsProxies.insert
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {().TargetHttpsProxy} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    insert(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    insert(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.targetHttpsProxies.list
     * @desc Retrieves the list of TargetHttpsProxy resources available to the
     * specified project.
     * @alias compute.targetHttpsProxies.list
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string=} params.filter A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either =, !=, >, or <.  For example, if you are filtering Compute Engine instances, you can exclude instances named example-instance by specifying name != example-instance.  You can also filter nested fields. For example, you could specify scheduling.automaticRestart = false to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.  To filter on multiple expressions, provide each separate expression within parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake"). By default, each expression is an AND expression. However, you can include AND and OR expressions explicitly. For example, (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true).
     * @param {integer=} params.maxResults The maximum number of results per page that should be returned. If the number of available results is larger than maxResults, Compute Engine returns a nextPageToken that can be used to get the next page of results in subsequent list requests. Acceptable values are 0 to 500, inclusive. (Default: 500)
     * @param {string=} params.orderBy Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.  You can also sort results in descending order based on the creation timestamp using orderBy="creationTimestamp desc". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.  Currently, only sorting by name or creationTimestamp desc is supported.
     * @param {string=} params.pageToken Specifies a page token to use. Set pageToken to the nextPageToken returned by a previous list request to get the next page of results.
     * @param {string} params.project Project ID for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    list(params?: any, options?: MethodOptions): AxiosPromise<Schema$TargetHttpsProxyList>;
    list(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$TargetHttpsProxyList>, callback?: BodyResponseCallback<Schema$TargetHttpsProxyList>): void;
    /**
     * compute.targetHttpsProxies.setQuicOverride
     * @desc Sets the QUIC override policy for TargetHttpsProxy.
     * @alias compute.targetHttpsProxies.setQuicOverride
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {string} params.targetHttpsProxy Name of the TargetHttpsProxy resource to set the QUIC override policy for. The name should conform to RFC1035.
     * @param {().TargetHttpsProxiesSetQuicOverrideRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    setQuicOverride(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    setQuicOverride(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.targetHttpsProxies.setSslCertificates
     * @desc Replaces SslCertificates for TargetHttpsProxy.
     * @alias compute.targetHttpsProxies.setSslCertificates
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {string} params.targetHttpsProxy Name of the TargetHttpsProxy resource to set an SslCertificates resource for.
     * @param {().TargetHttpsProxiesSetSslCertificatesRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    setSslCertificates(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    setSslCertificates(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.targetHttpsProxies.setSslPolicy
     * @desc Sets the SSL policy for TargetHttpsProxy. The SSL policy specifies
     * the server-side support for SSL features. This affects connections between
     * clients and the HTTPS proxy load balancer. They do not affect the
     * connection between the load balancer and the backends.
     * @alias compute.targetHttpsProxies.setSslPolicy
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {string} params.targetHttpsProxy Name of the TargetHttpsProxy resource whose SSL policy is to be set. The name must be 1-63 characters long, and comply with RFC1035.
     * @param {().SslPolicyReference} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    setSslPolicy(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    setSslPolicy(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.targetHttpsProxies.setUrlMap
     * @desc Changes the URL map for TargetHttpsProxy.
     * @alias compute.targetHttpsProxies.setUrlMap
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {string} params.targetHttpsProxy Name of the TargetHttpsProxy resource whose URL map is to be set.
     * @param {().UrlMapReference} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    setUrlMap(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    setUrlMap(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.targetHttpsProxies.testIamPermissions
     * @desc Returns permissions that a caller has on the specified resource.
     * @alias compute.targetHttpsProxies.testIamPermissions
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.resource_ Name of the resource for this request.
     * @param {().TestPermissionsRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    testIamPermissions(params?: any, options?: MethodOptions): AxiosPromise<Schema$TestPermissionsResponse>;
    testIamPermissions(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$TestPermissionsResponse>, callback?: BodyResponseCallback<Schema$TestPermissionsResponse>): void;
}
export declare class Resource$Targetinstances {
    root: Compute;
    constructor(root: Compute);
    getRoot(): Compute;
    /**
     * compute.targetInstances.aggregatedList
     * @desc Retrieves an aggregated list of target instances.
     * @alias compute.targetInstances.aggregatedList
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string=} params.filter A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either =, !=, >, or <.  For example, if you are filtering Compute Engine instances, you can exclude instances named example-instance by specifying name != example-instance.  You can also filter nested fields. For example, you could specify scheduling.automaticRestart = false to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.  To filter on multiple expressions, provide each separate expression within parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake"). By default, each expression is an AND expression. However, you can include AND and OR expressions explicitly. For example, (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true).
     * @param {integer=} params.maxResults The maximum number of results per page that should be returned. If the number of available results is larger than maxResults, Compute Engine returns a nextPageToken that can be used to get the next page of results in subsequent list requests. Acceptable values are 0 to 500, inclusive. (Default: 500)
     * @param {string=} params.orderBy Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.  You can also sort results in descending order based on the creation timestamp using orderBy="creationTimestamp desc". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.  Currently, only sorting by name or creationTimestamp desc is supported.
     * @param {string=} params.pageToken Specifies a page token to use. Set pageToken to the nextPageToken returned by a previous list request to get the next page of results.
     * @param {string} params.project Project ID for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    aggregatedList(params?: any, options?: MethodOptions): AxiosPromise<Schema$TargetInstanceAggregatedList>;
    aggregatedList(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$TargetInstanceAggregatedList>, callback?: BodyResponseCallback<Schema$TargetInstanceAggregatedList>): void;
    /**
     * compute.targetInstances.delete
     * @desc Deletes the specified TargetInstance resource.
     * @alias compute.targetInstances.delete
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {string} params.targetInstance Name of the TargetInstance resource to delete.
     * @param {string} params.zone Name of the zone scoping this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    delete(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    delete(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.targetInstances.get
     * @desc Returns the specified TargetInstance resource. Get a list of
     * available target instances by making a list() request.
     * @alias compute.targetInstances.get
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.targetInstance Name of the TargetInstance resource to return.
     * @param {string} params.zone Name of the zone scoping this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    get(params?: any, options?: MethodOptions): AxiosPromise<Schema$TargetInstance>;
    get(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$TargetInstance>, callback?: BodyResponseCallback<Schema$TargetInstance>): void;
    /**
     * compute.targetInstances.insert
     * @desc Creates a TargetInstance resource in the specified project and zone
     * using the data included in the request.
     * @alias compute.targetInstances.insert
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {string} params.zone Name of the zone scoping this request.
     * @param {().TargetInstance} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    insert(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    insert(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.targetInstances.list
     * @desc Retrieves a list of TargetInstance resources available to the
     * specified project and zone.
     * @alias compute.targetInstances.list
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string=} params.filter A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either =, !=, >, or <.  For example, if you are filtering Compute Engine instances, you can exclude instances named example-instance by specifying name != example-instance.  You can also filter nested fields. For example, you could specify scheduling.automaticRestart = false to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.  To filter on multiple expressions, provide each separate expression within parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake"). By default, each expression is an AND expression. However, you can include AND and OR expressions explicitly. For example, (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true).
     * @param {integer=} params.maxResults The maximum number of results per page that should be returned. If the number of available results is larger than maxResults, Compute Engine returns a nextPageToken that can be used to get the next page of results in subsequent list requests. Acceptable values are 0 to 500, inclusive. (Default: 500)
     * @param {string=} params.orderBy Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.  You can also sort results in descending order based on the creation timestamp using orderBy="creationTimestamp desc". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.  Currently, only sorting by name or creationTimestamp desc is supported.
     * @param {string=} params.pageToken Specifies a page token to use. Set pageToken to the nextPageToken returned by a previous list request to get the next page of results.
     * @param {string} params.project Project ID for this request.
     * @param {string} params.zone Name of the zone scoping this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    list(params?: any, options?: MethodOptions): AxiosPromise<Schema$TargetInstanceList>;
    list(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$TargetInstanceList>, callback?: BodyResponseCallback<Schema$TargetInstanceList>): void;
    /**
     * compute.targetInstances.testIamPermissions
     * @desc Returns permissions that a caller has on the specified resource.
     * @alias compute.targetInstances.testIamPermissions
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.resource_ Name of the resource for this request.
     * @param {string} params.zone The name of the zone for this request.
     * @param {().TestPermissionsRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    testIamPermissions(params?: any, options?: MethodOptions): AxiosPromise<Schema$TestPermissionsResponse>;
    testIamPermissions(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$TestPermissionsResponse>, callback?: BodyResponseCallback<Schema$TestPermissionsResponse>): void;
}
export declare class Resource$Targetpools {
    root: Compute;
    constructor(root: Compute);
    getRoot(): Compute;
    /**
     * compute.targetPools.addHealthCheck
     * @desc Adds health check URLs to a target pool.
     * @alias compute.targetPools.addHealthCheck
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region scoping this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {string} params.targetPool Name of the target pool to add a health check to.
     * @param {().TargetPoolsAddHealthCheckRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    addHealthCheck(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    addHealthCheck(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.targetPools.addInstance
     * @desc Adds an instance to a target pool.
     * @alias compute.targetPools.addInstance
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region scoping this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {string} params.targetPool Name of the TargetPool resource to add instances to.
     * @param {().TargetPoolsAddInstanceRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    addInstance(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    addInstance(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.targetPools.aggregatedList
     * @desc Retrieves an aggregated list of target pools.
     * @alias compute.targetPools.aggregatedList
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string=} params.filter A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either =, !=, >, or <.  For example, if you are filtering Compute Engine instances, you can exclude instances named example-instance by specifying name != example-instance.  You can also filter nested fields. For example, you could specify scheduling.automaticRestart = false to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.  To filter on multiple expressions, provide each separate expression within parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake"). By default, each expression is an AND expression. However, you can include AND and OR expressions explicitly. For example, (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true).
     * @param {integer=} params.maxResults The maximum number of results per page that should be returned. If the number of available results is larger than maxResults, Compute Engine returns a nextPageToken that can be used to get the next page of results in subsequent list requests. Acceptable values are 0 to 500, inclusive. (Default: 500)
     * @param {string=} params.orderBy Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.  You can also sort results in descending order based on the creation timestamp using orderBy="creationTimestamp desc". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.  Currently, only sorting by name or creationTimestamp desc is supported.
     * @param {string=} params.pageToken Specifies a page token to use. Set pageToken to the nextPageToken returned by a previous list request to get the next page of results.
     * @param {string} params.project Project ID for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    aggregatedList(params?: any, options?: MethodOptions): AxiosPromise<Schema$TargetPoolAggregatedList>;
    aggregatedList(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$TargetPoolAggregatedList>, callback?: BodyResponseCallback<Schema$TargetPoolAggregatedList>): void;
    /**
     * compute.targetPools.delete
     * @desc Deletes the specified target pool.
     * @alias compute.targetPools.delete
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region scoping this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {string} params.targetPool Name of the TargetPool resource to delete.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    delete(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    delete(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.targetPools.get
     * @desc Returns the specified target pool. Get a list of available target
     * pools by making a list() request.
     * @alias compute.targetPools.get
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region scoping this request.
     * @param {string} params.targetPool Name of the TargetPool resource to return.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    get(params?: any, options?: MethodOptions): AxiosPromise<Schema$TargetPool>;
    get(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$TargetPool>, callback?: BodyResponseCallback<Schema$TargetPool>): void;
    /**
     * compute.targetPools.getHealth
     * @desc Gets the most recent health check results for each IP for the
     * instance that is referenced by the given target pool.
     * @alias compute.targetPools.getHealth
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region scoping this request.
     * @param {string} params.targetPool Name of the TargetPool resource to which the queried instance belongs.
     * @param {().InstanceReference} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    getHealth(params?: any, options?: MethodOptions): AxiosPromise<Schema$TargetPoolInstanceHealth>;
    getHealth(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$TargetPoolInstanceHealth>, callback?: BodyResponseCallback<Schema$TargetPoolInstanceHealth>): void;
    /**
     * compute.targetPools.insert
     * @desc Creates a target pool in the specified project and region using the
     * data included in the request.
     * @alias compute.targetPools.insert
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region scoping this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {().TargetPool} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    insert(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    insert(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.targetPools.list
     * @desc Retrieves a list of target pools available to the specified project
     * and region.
     * @alias compute.targetPools.list
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string=} params.filter A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either =, !=, >, or <.  For example, if you are filtering Compute Engine instances, you can exclude instances named example-instance by specifying name != example-instance.  You can also filter nested fields. For example, you could specify scheduling.automaticRestart = false to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.  To filter on multiple expressions, provide each separate expression within parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake"). By default, each expression is an AND expression. However, you can include AND and OR expressions explicitly. For example, (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true).
     * @param {integer=} params.maxResults The maximum number of results per page that should be returned. If the number of available results is larger than maxResults, Compute Engine returns a nextPageToken that can be used to get the next page of results in subsequent list requests. Acceptable values are 0 to 500, inclusive. (Default: 500)
     * @param {string=} params.orderBy Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.  You can also sort results in descending order based on the creation timestamp using orderBy="creationTimestamp desc". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.  Currently, only sorting by name or creationTimestamp desc is supported.
     * @param {string=} params.pageToken Specifies a page token to use. Set pageToken to the nextPageToken returned by a previous list request to get the next page of results.
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region scoping this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    list(params?: any, options?: MethodOptions): AxiosPromise<Schema$TargetPoolList>;
    list(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$TargetPoolList>, callback?: BodyResponseCallback<Schema$TargetPoolList>): void;
    /**
     * compute.targetPools.removeHealthCheck
     * @desc Removes health check URL from a target pool.
     * @alias compute.targetPools.removeHealthCheck
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {string} params.targetPool Name of the target pool to remove health checks from.
     * @param {().TargetPoolsRemoveHealthCheckRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    removeHealthCheck(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    removeHealthCheck(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.targetPools.removeInstance
     * @desc Removes instance URL from a target pool.
     * @alias compute.targetPools.removeInstance
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region scoping this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {string} params.targetPool Name of the TargetPool resource to remove instances from.
     * @param {().TargetPoolsRemoveInstanceRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    removeInstance(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    removeInstance(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.targetPools.setBackup
     * @desc Changes a backup target pool's configurations.
     * @alias compute.targetPools.setBackup
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {number=} params.failoverRatio New failoverRatio value for the target pool.
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region scoping this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {string} params.targetPool Name of the TargetPool resource to set a backup pool for.
     * @param {().TargetReference} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    setBackup(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    setBackup(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.targetPools.testIamPermissions
     * @desc Returns permissions that a caller has on the specified resource.
     * @alias compute.targetPools.testIamPermissions
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region The name of the region for this request.
     * @param {string} params.resource_ Name of the resource for this request.
     * @param {().TestPermissionsRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    testIamPermissions(params?: any, options?: MethodOptions): AxiosPromise<Schema$TestPermissionsResponse>;
    testIamPermissions(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$TestPermissionsResponse>, callback?: BodyResponseCallback<Schema$TestPermissionsResponse>): void;
}
export declare class Resource$Targetsslproxies {
    root: Compute;
    constructor(root: Compute);
    getRoot(): Compute;
    /**
     * compute.targetSslProxies.delete
     * @desc Deletes the specified TargetSslProxy resource.
     * @alias compute.targetSslProxies.delete
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {string} params.targetSslProxy Name of the TargetSslProxy resource to delete.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    delete(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    delete(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.targetSslProxies.get
     * @desc Returns the specified TargetSslProxy resource. Get a list of
     * available target SSL proxies by making a list() request.
     * @alias compute.targetSslProxies.get
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.targetSslProxy Name of the TargetSslProxy resource to return.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    get(params?: any, options?: MethodOptions): AxiosPromise<Schema$TargetSslProxy>;
    get(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$TargetSslProxy>, callback?: BodyResponseCallback<Schema$TargetSslProxy>): void;
    /**
     * compute.targetSslProxies.insert
     * @desc Creates a TargetSslProxy resource in the specified project using the
     * data included in the request.
     * @alias compute.targetSslProxies.insert
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {().TargetSslProxy} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    insert(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    insert(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.targetSslProxies.list
     * @desc Retrieves the list of TargetSslProxy resources available to the
     * specified project.
     * @alias compute.targetSslProxies.list
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string=} params.filter A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either =, !=, >, or <.  For example, if you are filtering Compute Engine instances, you can exclude instances named example-instance by specifying name != example-instance.  You can also filter nested fields. For example, you could specify scheduling.automaticRestart = false to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.  To filter on multiple expressions, provide each separate expression within parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake"). By default, each expression is an AND expression. However, you can include AND and OR expressions explicitly. For example, (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true).
     * @param {integer=} params.maxResults The maximum number of results per page that should be returned. If the number of available results is larger than maxResults, Compute Engine returns a nextPageToken that can be used to get the next page of results in subsequent list requests. Acceptable values are 0 to 500, inclusive. (Default: 500)
     * @param {string=} params.orderBy Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.  You can also sort results in descending order based on the creation timestamp using orderBy="creationTimestamp desc". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.  Currently, only sorting by name or creationTimestamp desc is supported.
     * @param {string=} params.pageToken Specifies a page token to use. Set pageToken to the nextPageToken returned by a previous list request to get the next page of results.
     * @param {string} params.project Project ID for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    list(params?: any, options?: MethodOptions): AxiosPromise<Schema$TargetSslProxyList>;
    list(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$TargetSslProxyList>, callback?: BodyResponseCallback<Schema$TargetSslProxyList>): void;
    /**
     * compute.targetSslProxies.setBackendService
     * @desc Changes the BackendService for TargetSslProxy.
     * @alias compute.targetSslProxies.setBackendService
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {string} params.targetSslProxy Name of the TargetSslProxy resource whose BackendService resource is to be set.
     * @param {().TargetSslProxiesSetBackendServiceRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    setBackendService(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    setBackendService(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.targetSslProxies.setProxyHeader
     * @desc Changes the ProxyHeaderType for TargetSslProxy.
     * @alias compute.targetSslProxies.setProxyHeader
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {string} params.targetSslProxy Name of the TargetSslProxy resource whose ProxyHeader is to be set.
     * @param {().TargetSslProxiesSetProxyHeaderRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    setProxyHeader(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    setProxyHeader(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.targetSslProxies.setSslCertificates
     * @desc Changes SslCertificates for TargetSslProxy.
     * @alias compute.targetSslProxies.setSslCertificates
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {string} params.targetSslProxy Name of the TargetSslProxy resource whose SslCertificate resource is to be set.
     * @param {().TargetSslProxiesSetSslCertificatesRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    setSslCertificates(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    setSslCertificates(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.targetSslProxies.setSslPolicy
     * @desc Sets the SSL policy for TargetSslProxy. The SSL policy specifies the
     * server-side support for SSL features. This affects connections between
     * clients and the SSL proxy load balancer. They do not affect the connection
     * between the load balancer and the backends.
     * @alias compute.targetSslProxies.setSslPolicy
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {string} params.targetSslProxy Name of the TargetSslProxy resource whose SSL policy is to be set. The name must be 1-63 characters long, and comply with RFC1035.
     * @param {().SslPolicyReference} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    setSslPolicy(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    setSslPolicy(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.targetSslProxies.testIamPermissions
     * @desc Returns permissions that a caller has on the specified resource.
     * @alias compute.targetSslProxies.testIamPermissions
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.resource_ Name of the resource for this request.
     * @param {().TestPermissionsRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    testIamPermissions(params?: any, options?: MethodOptions): AxiosPromise<Schema$TestPermissionsResponse>;
    testIamPermissions(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$TestPermissionsResponse>, callback?: BodyResponseCallback<Schema$TestPermissionsResponse>): void;
}
export declare class Resource$Targettcpproxies {
    root: Compute;
    constructor(root: Compute);
    getRoot(): Compute;
    /**
     * compute.targetTcpProxies.delete
     * @desc Deletes the specified TargetTcpProxy resource.
     * @alias compute.targetTcpProxies.delete
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {string} params.targetTcpProxy Name of the TargetTcpProxy resource to delete.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    delete(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    delete(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.targetTcpProxies.get
     * @desc Returns the specified TargetTcpProxy resource. Get a list of
     * available target TCP proxies by making a list() request.
     * @alias compute.targetTcpProxies.get
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.targetTcpProxy Name of the TargetTcpProxy resource to return.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    get(params?: any, options?: MethodOptions): AxiosPromise<Schema$TargetTcpProxy>;
    get(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$TargetTcpProxy>, callback?: BodyResponseCallback<Schema$TargetTcpProxy>): void;
    /**
     * compute.targetTcpProxies.insert
     * @desc Creates a TargetTcpProxy resource in the specified project using the
     * data included in the request.
     * @alias compute.targetTcpProxies.insert
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {().TargetTcpProxy} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    insert(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    insert(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.targetTcpProxies.list
     * @desc Retrieves the list of TargetTcpProxy resources available to the
     * specified project.
     * @alias compute.targetTcpProxies.list
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string=} params.filter A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either =, !=, >, or <.  For example, if you are filtering Compute Engine instances, you can exclude instances named example-instance by specifying name != example-instance.  You can also filter nested fields. For example, you could specify scheduling.automaticRestart = false to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.  To filter on multiple expressions, provide each separate expression within parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake"). By default, each expression is an AND expression. However, you can include AND and OR expressions explicitly. For example, (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true).
     * @param {integer=} params.maxResults The maximum number of results per page that should be returned. If the number of available results is larger than maxResults, Compute Engine returns a nextPageToken that can be used to get the next page of results in subsequent list requests. Acceptable values are 0 to 500, inclusive. (Default: 500)
     * @param {string=} params.orderBy Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.  You can also sort results in descending order based on the creation timestamp using orderBy="creationTimestamp desc". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.  Currently, only sorting by name or creationTimestamp desc is supported.
     * @param {string=} params.pageToken Specifies a page token to use. Set pageToken to the nextPageToken returned by a previous list request to get the next page of results.
     * @param {string} params.project Project ID for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    list(params?: any, options?: MethodOptions): AxiosPromise<Schema$TargetTcpProxyList>;
    list(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$TargetTcpProxyList>, callback?: BodyResponseCallback<Schema$TargetTcpProxyList>): void;
    /**
     * compute.targetTcpProxies.setBackendService
     * @desc Changes the BackendService for TargetTcpProxy.
     * @alias compute.targetTcpProxies.setBackendService
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {string} params.targetTcpProxy Name of the TargetTcpProxy resource whose BackendService resource is to be set.
     * @param {().TargetTcpProxiesSetBackendServiceRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    setBackendService(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    setBackendService(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.targetTcpProxies.setProxyHeader
     * @desc Changes the ProxyHeaderType for TargetTcpProxy.
     * @alias compute.targetTcpProxies.setProxyHeader
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {string} params.targetTcpProxy Name of the TargetTcpProxy resource whose ProxyHeader is to be set.
     * @param {().TargetTcpProxiesSetProxyHeaderRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    setProxyHeader(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    setProxyHeader(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.targetTcpProxies.testIamPermissions
     * @desc Returns permissions that a caller has on the specified resource.
     * @alias compute.targetTcpProxies.testIamPermissions
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.resource_ Name of the resource for this request.
     * @param {().TestPermissionsRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    testIamPermissions(params?: any, options?: MethodOptions): AxiosPromise<Schema$TestPermissionsResponse>;
    testIamPermissions(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$TestPermissionsResponse>, callback?: BodyResponseCallback<Schema$TestPermissionsResponse>): void;
}
export declare class Resource$Targetvpngateways {
    root: Compute;
    constructor(root: Compute);
    getRoot(): Compute;
    /**
     * compute.targetVpnGateways.aggregatedList
     * @desc Retrieves an aggregated list of target VPN gateways.
     * @alias compute.targetVpnGateways.aggregatedList
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string=} params.filter A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either =, !=, >, or <.  For example, if you are filtering Compute Engine instances, you can exclude instances named example-instance by specifying name != example-instance.  You can also filter nested fields. For example, you could specify scheduling.automaticRestart = false to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.  To filter on multiple expressions, provide each separate expression within parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake"). By default, each expression is an AND expression. However, you can include AND and OR expressions explicitly. For example, (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true).
     * @param {integer=} params.maxResults The maximum number of results per page that should be returned. If the number of available results is larger than maxResults, Compute Engine returns a nextPageToken that can be used to get the next page of results in subsequent list requests. Acceptable values are 0 to 500, inclusive. (Default: 500)
     * @param {string=} params.orderBy Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.  You can also sort results in descending order based on the creation timestamp using orderBy="creationTimestamp desc". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.  Currently, only sorting by name or creationTimestamp desc is supported.
     * @param {string=} params.pageToken Specifies a page token to use. Set pageToken to the nextPageToken returned by a previous list request to get the next page of results.
     * @param {string} params.project Project ID for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    aggregatedList(params?: any, options?: MethodOptions): AxiosPromise<Schema$TargetVpnGatewayAggregatedList>;
    aggregatedList(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$TargetVpnGatewayAggregatedList>, callback?: BodyResponseCallback<Schema$TargetVpnGatewayAggregatedList>): void;
    /**
     * compute.targetVpnGateways.delete
     * @desc Deletes the specified target VPN gateway.
     * @alias compute.targetVpnGateways.delete
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {string} params.targetVpnGateway Name of the target VPN gateway to delete.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    delete(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    delete(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.targetVpnGateways.get
     * @desc Returns the specified target VPN gateway. Get a list of available
     * target VPN gateways by making a list() request.
     * @alias compute.targetVpnGateways.get
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region for this request.
     * @param {string} params.targetVpnGateway Name of the target VPN gateway to return.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    get(params?: any, options?: MethodOptions): AxiosPromise<Schema$TargetVpnGateway>;
    get(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$TargetVpnGateway>, callback?: BodyResponseCallback<Schema$TargetVpnGateway>): void;
    /**
     * compute.targetVpnGateways.insert
     * @desc Creates a target VPN gateway in the specified project and region
     * using the data included in the request.
     * @alias compute.targetVpnGateways.insert
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {().TargetVpnGateway} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    insert(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    insert(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.targetVpnGateways.list
     * @desc Retrieves a list of target VPN gateways available to the specified
     * project and region.
     * @alias compute.targetVpnGateways.list
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string=} params.filter A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either =, !=, >, or <.  For example, if you are filtering Compute Engine instances, you can exclude instances named example-instance by specifying name != example-instance.  You can also filter nested fields. For example, you could specify scheduling.automaticRestart = false to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.  To filter on multiple expressions, provide each separate expression within parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake"). By default, each expression is an AND expression. However, you can include AND and OR expressions explicitly. For example, (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true).
     * @param {integer=} params.maxResults The maximum number of results per page that should be returned. If the number of available results is larger than maxResults, Compute Engine returns a nextPageToken that can be used to get the next page of results in subsequent list requests. Acceptable values are 0 to 500, inclusive. (Default: 500)
     * @param {string=} params.orderBy Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.  You can also sort results in descending order based on the creation timestamp using orderBy="creationTimestamp desc". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.  Currently, only sorting by name or creationTimestamp desc is supported.
     * @param {string=} params.pageToken Specifies a page token to use. Set pageToken to the nextPageToken returned by a previous list request to get the next page of results.
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    list(params?: any, options?: MethodOptions): AxiosPromise<Schema$TargetVpnGatewayList>;
    list(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$TargetVpnGatewayList>, callback?: BodyResponseCallback<Schema$TargetVpnGatewayList>): void;
    /**
     * compute.targetVpnGateways.setLabels
     * @desc Sets the labels on a TargetVpnGateway. To learn more about labels,
     * read the Labeling Resources documentation.
     * @alias compute.targetVpnGateways.setLabels
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region The region for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {string} params.resource_ Name of the resource for this request.
     * @param {().RegionSetLabelsRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    setLabels(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    setLabels(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.targetVpnGateways.testIamPermissions
     * @desc Returns permissions that a caller has on the specified resource.
     * @alias compute.targetVpnGateways.testIamPermissions
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region The name of the region for this request.
     * @param {string} params.resource_ Name of the resource for this request.
     * @param {().TestPermissionsRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    testIamPermissions(params?: any, options?: MethodOptions): AxiosPromise<Schema$TestPermissionsResponse>;
    testIamPermissions(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$TestPermissionsResponse>, callback?: BodyResponseCallback<Schema$TestPermissionsResponse>): void;
}
export declare class Resource$Urlmaps {
    root: Compute;
    constructor(root: Compute);
    getRoot(): Compute;
    /**
     * compute.urlMaps.delete
     * @desc Deletes the specified UrlMap resource.
     * @alias compute.urlMaps.delete
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {string} params.urlMap Name of the UrlMap resource to delete.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    delete(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    delete(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.urlMaps.get
     * @desc Returns the specified UrlMap resource. Get a list of available URL
     * maps by making a list() request.
     * @alias compute.urlMaps.get
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.urlMap Name of the UrlMap resource to return.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    get(params?: any, options?: MethodOptions): AxiosPromise<Schema$UrlMap>;
    get(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$UrlMap>, callback?: BodyResponseCallback<Schema$UrlMap>): void;
    /**
     * compute.urlMaps.insert
     * @desc Creates a UrlMap resource in the specified project using the data
     * included in the request.
     * @alias compute.urlMaps.insert
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {().UrlMap} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    insert(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    insert(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.urlMaps.invalidateCache
     * @desc Initiates a cache invalidation operation, invalidating the specified
     * path, scoped to the specified UrlMap.
     * @alias compute.urlMaps.invalidateCache
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {string} params.urlMap Name of the UrlMap scoping this request.
     * @param {().CacheInvalidationRule} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    invalidateCache(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    invalidateCache(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.urlMaps.list
     * @desc Retrieves the list of UrlMap resources available to the specified
     * project.
     * @alias compute.urlMaps.list
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string=} params.filter A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either =, !=, >, or <.  For example, if you are filtering Compute Engine instances, you can exclude instances named example-instance by specifying name != example-instance.  You can also filter nested fields. For example, you could specify scheduling.automaticRestart = false to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.  To filter on multiple expressions, provide each separate expression within parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake"). By default, each expression is an AND expression. However, you can include AND and OR expressions explicitly. For example, (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true).
     * @param {integer=} params.maxResults The maximum number of results per page that should be returned. If the number of available results is larger than maxResults, Compute Engine returns a nextPageToken that can be used to get the next page of results in subsequent list requests. Acceptable values are 0 to 500, inclusive. (Default: 500)
     * @param {string=} params.orderBy Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.  You can also sort results in descending order based on the creation timestamp using orderBy="creationTimestamp desc". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.  Currently, only sorting by name or creationTimestamp desc is supported.
     * @param {string=} params.pageToken Specifies a page token to use. Set pageToken to the nextPageToken returned by a previous list request to get the next page of results.
     * @param {string} params.project Project ID for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    list(params?: any, options?: MethodOptions): AxiosPromise<Schema$UrlMapList>;
    list(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$UrlMapList>, callback?: BodyResponseCallback<Schema$UrlMapList>): void;
    /**
     * compute.urlMaps.patch
     * @desc Patches the specified UrlMap resource with the data included in the
     * request. This method supports PATCH semantics and uses the JSON merge patch
     * format and processing rules.
     * @alias compute.urlMaps.patch
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {string} params.urlMap Name of the UrlMap resource to patch.
     * @param {().UrlMap} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    patch(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    patch(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.urlMaps.testIamPermissions
     * @desc Returns permissions that a caller has on the specified resource.
     * @alias compute.urlMaps.testIamPermissions
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.resource_ Name of the resource for this request.
     * @param {().TestPermissionsRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    testIamPermissions(params?: any, options?: MethodOptions): AxiosPromise<Schema$TestPermissionsResponse>;
    testIamPermissions(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$TestPermissionsResponse>, callback?: BodyResponseCallback<Schema$TestPermissionsResponse>): void;
    /**
     * compute.urlMaps.update
     * @desc Updates the specified UrlMap resource with the data included in the
     * request.
     * @alias compute.urlMaps.update
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {string} params.urlMap Name of the UrlMap resource to update.
     * @param {().UrlMap} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    update(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    update(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.urlMaps.validate
     * @desc Runs static validation for the UrlMap. In particular, the tests of
     * the provided UrlMap will be run. Calling this method does NOT create the
     * UrlMap.
     * @alias compute.urlMaps.validate
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.urlMap Name of the UrlMap resource to be validated as.
     * @param {().UrlMapsValidateRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    validate(params?: any, options?: MethodOptions): AxiosPromise<Schema$UrlMapsValidateResponse>;
    validate(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$UrlMapsValidateResponse>, callback?: BodyResponseCallback<Schema$UrlMapsValidateResponse>): void;
}
export declare class Resource$Vpntunnels {
    root: Compute;
    constructor(root: Compute);
    getRoot(): Compute;
    /**
     * compute.vpnTunnels.aggregatedList
     * @desc Retrieves an aggregated list of VPN tunnels.
     * @alias compute.vpnTunnels.aggregatedList
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string=} params.filter A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either =, !=, >, or <.  For example, if you are filtering Compute Engine instances, you can exclude instances named example-instance by specifying name != example-instance.  You can also filter nested fields. For example, you could specify scheduling.automaticRestart = false to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.  To filter on multiple expressions, provide each separate expression within parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake"). By default, each expression is an AND expression. However, you can include AND and OR expressions explicitly. For example, (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true).
     * @param {integer=} params.maxResults The maximum number of results per page that should be returned. If the number of available results is larger than maxResults, Compute Engine returns a nextPageToken that can be used to get the next page of results in subsequent list requests. Acceptable values are 0 to 500, inclusive. (Default: 500)
     * @param {string=} params.orderBy Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.  You can also sort results in descending order based on the creation timestamp using orderBy="creationTimestamp desc". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.  Currently, only sorting by name or creationTimestamp desc is supported.
     * @param {string=} params.pageToken Specifies a page token to use. Set pageToken to the nextPageToken returned by a previous list request to get the next page of results.
     * @param {string} params.project Project ID for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    aggregatedList(params?: any, options?: MethodOptions): AxiosPromise<Schema$VpnTunnelAggregatedList>;
    aggregatedList(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$VpnTunnelAggregatedList>, callback?: BodyResponseCallback<Schema$VpnTunnelAggregatedList>): void;
    /**
     * compute.vpnTunnels.delete
     * @desc Deletes the specified VpnTunnel resource.
     * @alias compute.vpnTunnels.delete
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {string} params.vpnTunnel Name of the VpnTunnel resource to delete.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    delete(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    delete(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.vpnTunnels.get
     * @desc Returns the specified VpnTunnel resource. Get a list of available VPN
     * tunnels by making a list() request.
     * @alias compute.vpnTunnels.get
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region for this request.
     * @param {string} params.vpnTunnel Name of the VpnTunnel resource to return.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    get(params?: any, options?: MethodOptions): AxiosPromise<Schema$VpnTunnel>;
    get(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$VpnTunnel>, callback?: BodyResponseCallback<Schema$VpnTunnel>): void;
    /**
     * compute.vpnTunnels.insert
     * @desc Creates a VpnTunnel resource in the specified project and region
     * using the data included in the request.
     * @alias compute.vpnTunnels.insert
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {().VpnTunnel} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    insert(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    insert(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.vpnTunnels.list
     * @desc Retrieves a list of VpnTunnel resources contained in the specified
     * project and region.
     * @alias compute.vpnTunnels.list
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string=} params.filter A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either =, !=, >, or <.  For example, if you are filtering Compute Engine instances, you can exclude instances named example-instance by specifying name != example-instance.  You can also filter nested fields. For example, you could specify scheduling.automaticRestart = false to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.  To filter on multiple expressions, provide each separate expression within parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake"). By default, each expression is an AND expression. However, you can include AND and OR expressions explicitly. For example, (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true).
     * @param {integer=} params.maxResults The maximum number of results per page that should be returned. If the number of available results is larger than maxResults, Compute Engine returns a nextPageToken that can be used to get the next page of results in subsequent list requests. Acceptable values are 0 to 500, inclusive. (Default: 500)
     * @param {string=} params.orderBy Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.  You can also sort results in descending order based on the creation timestamp using orderBy="creationTimestamp desc". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.  Currently, only sorting by name or creationTimestamp desc is supported.
     * @param {string=} params.pageToken Specifies a page token to use. Set pageToken to the nextPageToken returned by a previous list request to get the next page of results.
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region Name of the region for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    list(params?: any, options?: MethodOptions): AxiosPromise<Schema$VpnTunnelList>;
    list(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$VpnTunnelList>, callback?: BodyResponseCallback<Schema$VpnTunnelList>): void;
    /**
     * compute.vpnTunnels.setLabels
     * @desc Sets the labels on a VpnTunnel. To learn more about labels, read the
     * Labeling Resources documentation.
     * @alias compute.vpnTunnels.setLabels
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region The region for this request.
     * @param {string=} params.requestId An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.  For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.  The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
     * @param {string} params.resource_ Name of the resource for this request.
     * @param {().RegionSetLabelsRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    setLabels(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    setLabels(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.vpnTunnels.testIamPermissions
     * @desc Returns permissions that a caller has on the specified resource.
     * @alias compute.vpnTunnels.testIamPermissions
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.region The name of the region for this request.
     * @param {string} params.resource_ Name of the resource for this request.
     * @param {().TestPermissionsRequest} params.resource Request body data
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    testIamPermissions(params?: any, options?: MethodOptions): AxiosPromise<Schema$TestPermissionsResponse>;
    testIamPermissions(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$TestPermissionsResponse>, callback?: BodyResponseCallback<Schema$TestPermissionsResponse>): void;
}
export declare class Resource$Zoneoperations {
    root: Compute;
    constructor(root: Compute);
    getRoot(): Compute;
    /**
     * compute.zoneOperations.delete
     * @desc Deletes the specified zone-specific Operations resource.
     * @alias compute.zoneOperations.delete
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.operation Name of the Operations resource to delete.
     * @param {string} params.project Project ID for this request.
     * @param {string} params.zone Name of the zone for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    delete(params?: any, options?: MethodOptions): AxiosPromise<void>;
    delete(params?: any, options?: MethodOptions | BodyResponseCallback<void>, callback?: BodyResponseCallback<void>): void;
    /**
     * compute.zoneOperations.get
     * @desc Retrieves the specified zone-specific Operations resource.
     * @alias compute.zoneOperations.get
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.operation Name of the Operations resource to return.
     * @param {string} params.project Project ID for this request.
     * @param {string} params.zone Name of the zone for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    get(params?: any, options?: MethodOptions): AxiosPromise<Schema$Operation>;
    get(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Operation>, callback?: BodyResponseCallback<Schema$Operation>): void;
    /**
     * compute.zoneOperations.list
     * @desc Retrieves a list of Operation resources contained within the
     * specified zone.
     * @alias compute.zoneOperations.list
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string=} params.filter A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either =, !=, >, or <.  For example, if you are filtering Compute Engine instances, you can exclude instances named example-instance by specifying name != example-instance.  You can also filter nested fields. For example, you could specify scheduling.automaticRestart = false to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.  To filter on multiple expressions, provide each separate expression within parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake"). By default, each expression is an AND expression. However, you can include AND and OR expressions explicitly. For example, (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true).
     * @param {integer=} params.maxResults The maximum number of results per page that should be returned. If the number of available results is larger than maxResults, Compute Engine returns a nextPageToken that can be used to get the next page of results in subsequent list requests. Acceptable values are 0 to 500, inclusive. (Default: 500)
     * @param {string=} params.orderBy Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.  You can also sort results in descending order based on the creation timestamp using orderBy="creationTimestamp desc". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.  Currently, only sorting by name or creationTimestamp desc is supported.
     * @param {string=} params.pageToken Specifies a page token to use. Set pageToken to the nextPageToken returned by a previous list request to get the next page of results.
     * @param {string} params.project Project ID for this request.
     * @param {string} params.zone Name of the zone for request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    list(params?: any, options?: MethodOptions): AxiosPromise<Schema$OperationList>;
    list(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$OperationList>, callback?: BodyResponseCallback<Schema$OperationList>): void;
}
export declare class Resource$Zones {
    root: Compute;
    constructor(root: Compute);
    getRoot(): Compute;
    /**
     * compute.zones.get
     * @desc Returns the specified Zone resource. Get a list of available zones by
     * making a list() request.
     * @alias compute.zones.get
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string} params.project Project ID for this request.
     * @param {string} params.zone Name of the zone resource to return.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    get(params?: any, options?: MethodOptions): AxiosPromise<Schema$Zone>;
    get(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$Zone>, callback?: BodyResponseCallback<Schema$Zone>): void;
    /**
     * compute.zones.list
     * @desc Retrieves the list of Zone resources available to the specified
     * project.
     * @alias compute.zones.list
     * @memberOf! ()
     *
     * @param {object} params Parameters for request
     * @param {string=} params.filter A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either =, !=, >, or <.  For example, if you are filtering Compute Engine instances, you can exclude instances named example-instance by specifying name != example-instance.  You can also filter nested fields. For example, you could specify scheduling.automaticRestart = false to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.  To filter on multiple expressions, provide each separate expression within parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake"). By default, each expression is an AND expression. However, you can include AND and OR expressions explicitly. For example, (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true).
     * @param {integer=} params.maxResults The maximum number of results per page that should be returned. If the number of available results is larger than maxResults, Compute Engine returns a nextPageToken that can be used to get the next page of results in subsequent list requests. Acceptable values are 0 to 500, inclusive. (Default: 500)
     * @param {string=} params.orderBy Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.  You can also sort results in descending order based on the creation timestamp using orderBy="creationTimestamp desc". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.  Currently, only sorting by name or creationTimestamp desc is supported.
     * @param {string=} params.pageToken Specifies a page token to use. Set pageToken to the nextPageToken returned by a previous list request to get the next page of results.
     * @param {string} params.project Project ID for this request.
     * @param {object} [options] Optionally override request options, such as `url`, `method`, and `encoding`.
     * @param {callback} callback The callback that handles the response.
     * @return {object} Request object
     */
    list(params?: any, options?: MethodOptions): AxiosPromise<Schema$ZoneList>;
    list(params?: any, options?: MethodOptions | BodyResponseCallback<Schema$ZoneList>, callback?: BodyResponseCallback<Schema$ZoneList>): void;
}
