/** * Additional user-agent string to append to the default one (/). */ export declare const appendUserAgent: string | undefined; /** * This will disable the Pulumi Partner Name which is used if a custom `partnerName` isn't specified. */ export declare const disablePartnerName: boolean | undefined; /** * A Google Partner Name to facilitate partner resource usage attribution. */ export declare const partnerName: string | undefined; /** * The default project to manage resources in. If another project is specified on a resource, it will take precedence. */ export declare const project: string | undefined; /** * The default region to manage resources in. If another region is specified on a regional resource, it will take precedence. */ export declare const region: string | undefined; /** * The default zone to manage resources in. Generally, this zone should be within the default region you specified. If another zone is specified on a zonal resource, it will take precedence. */ export declare const zone: string | undefined;