/* Type definitions for non-npm package Cloud Deployment Manager V2 API v2 0.0 */ // Project: https://cloud.google.com/deployment-manager // Definitions by: Maxim Mazurok // Nick Amoscato // Declan Vong // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped // IMPORTANT // This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually. // In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator // Generated from: https://deploymentmanager.googleapis.com/$discovery/rest?version=v2 // Revision: 20260319 /// declare namespace gapi.client { /** Load Cloud Deployment Manager V2 API v2 */ function load( urlOrObject: 'https://deploymentmanager.googleapis.com/$discovery/rest?version=v2', ): Promise; /** @deprecated Please load APIs with discovery documents. */ function load(name: 'deploymentmanager', version: 'v2'): Promise; /** @deprecated Please load APIs with discovery documents. */ function load( name: 'deploymentmanager', version: 'v2', callback: () => any, ): void; namespace deploymentmanager { interface AuditConfig { /** The configuration for logging of each type of permission. */ auditLogConfigs?: AuditLogConfig[]; /** 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; } interface 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?: | 'LOG_TYPE_UNSPECIFIED' | 'ADMIN_READ' | 'DATA_WRITE' | 'DATA_READ'; } interface Binding { /** The condition that is associated with this binding. If the condition evaluates to `true`, then this binding applies to the current request. If the condition evaluates to `false`, then this binding does not apply to the current request. However, a different role binding might grant the same role to one or more of the principals in this binding. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies). */ condition?: Expr; /** Specifies the principals requesting access for a Google Cloud 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. Does not include identities that come from external identity providers (IdPs) through identity federation. * `user:{emailid}`: An email address that represents a specific Google account. For example, `alice@example.com` . * `serviceAccount:{emailid}`: An email address that represents a Google service account. For example, `my-other-app@appspot.gserviceaccount.com`. * `serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]`: An identifier for a [Kubernetes service account](https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:{emailid}`: An email address that represents a Google group. For example, `admins@example.com`. * `domain:{domain}`: The G Suite domain (primary) that represents all the users of that domain. For example, `google.com` or `example.com`. * `principal://iam.googleapis.com/locations/global/workforcePools/{pool_id}/subject/{subject_attribute_value}`: A single identity in a workforce identity pool. * `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/group/{group_id}`: All workforce identities in a group. * `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/attribute.{attribute_name}/{attribute_value}`: All workforce identities with a specific attribute value. * `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/*`: All identities in a workforce identity pool. * `principal://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/subject/{subject_attribute_value}`: A single identity in a workload identity pool. * `principalSet://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/group/{group_id}`: A workload identity pool group. * `principalSet://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/attribute.{attribute_name}/{attribute_value}`: All identities in a workload identity pool with a certain attribute. * `principalSet://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/*`: All identities in a workload identity pool. * `deleted:user:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a user that has been recently deleted. For example, `alice@example.com?uid=123456789012345678901`. If the user is recovered, this value reverts to `user:{emailid}` and the recovered user retains the role in the binding. * `deleted:serviceAccount:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a service account that has been recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the service account is undeleted, this value reverts to `serviceAccount:{emailid}` and the undeleted service account retains the role in the binding. * `deleted:group:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a Google group that has been recently deleted. For example, `admins@example.com?uid=123456789012345678901`. If the group is recovered, this value reverts to `group:{emailid}` and the recovered group retains the role in the binding. * `deleted:principal://iam.googleapis.com/locations/global/workforcePools/{pool_id}/subject/{subject_attribute_value}`: Deleted single identity in a workforce identity pool. For example, `deleted:principal://iam.googleapis.com/locations/global/workforcePools/my-pool-id/subject/my-subject-attribute-value`. */ members?: string[]; /** Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`. For an overview of the IAM roles and permissions, see the [IAM documentation](https://cloud.google.com/iam/docs/roles-overview). For a list of the available pre-defined roles, see [here](https://cloud.google.com/iam/docs/understanding-roles). */ role?: string; } interface BulkInsertOperationStatus { /** [Output Only] Count of VMs successfully created so far. */ createdVmCount?: number; /** [Output Only] Count of VMs that got deleted during rollback. */ deletedVmCount?: number; /** [Output Only] Count of VMs that started creating but encountered an error. */ failedToCreateVmCount?: number; /** [Output Only] Creation status of BulkInsert operation - information if the flow is rolling forward or rolling back. */ status?: 'STATUS_UNSPECIFIED' | 'CREATING' | 'ROLLING_BACK' | 'DONE'; /** [Output Only] Count of VMs originally planned to be created. */ targetVmCount?: number; } interface ConfigFile { /** The contents of the file. */ content?: string; } interface DebugInfo { /** Additional debugging information provided by the server. */ detail?: string; /** The stack trace entries indicating where the error occurred. */ stackEntries?: string[]; } interface Deployment { /** An optional user-provided description of the deployment. */ description?: string; /** Provides a fingerprint to use in requests to modify a deployment, such as `update()`, `stop()`, and `cancelPreview()` requests. A fingerprint is a randomly generated value that must be provided with `update()`, `stop()`, and `cancelPreview()` requests to perform optimistic locking. This ensures optimistic concurrency so that only one request happens at a time. The fingerprint is initially generated by Deployment Manager and changes after every request to modify data. To get the latest fingerprint value, perform a `get()` request to a deployment. */ fingerprint?: string; id?: string; /** Output only. Creation timestamp in RFC3339 text format. */ insertTime?: string; /** Map of One Platform labels; provided by the client when the resource is created or updated. Specifically: Label keys must be between 1 and 63 characters long and must conform to the following regular expression: `[a-z]([-a-z0-9]*[a-z0-9])?` Label values must be between 0 and 63 characters long and must conform to the regular expression `([a-z]([-a-z0-9]*[a-z0-9])?)?`. */ labels?: DeploymentLabelEntry[]; /** Output only. URL of the manifest representing the last manifest that was successfully deployed. If no manifest has been successfully deployed, this field will be absent. */ manifest?: 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. The Operation that most recently ran, or is currently running, on this deployment. */ operation?: Operation; /** Output only. Server defined URL for the resource. */ selfLink?: string; /** [Input Only] The parameters that define your deployment, including the deployment configuration and relevant templates. */ target?: TargetConfiguration; /** Output only. If Deployment Manager is currently updating or previewing an update to this deployment, the updated configuration appears here. */ update?: DeploymentUpdate; /** Output only. Update timestamp in RFC3339 text format. */ updateTime?: string; } interface DeploymentLabelEntry { /** Key of the label */ key?: string; /** Value of the label */ value?: string; } interface DeploymentsCancelPreviewRequest { /** Specifies a fingerprint for `cancelPreview()` requests. A fingerprint is a randomly generated value that must be provided in `cancelPreview()` requests to perform optimistic locking. This ensures optimistic concurrency so that the deployment does not have conflicting requests (e.g. if someone attempts to make a new update request while another user attempts to cancel a preview, this would prevent one of the requests). The fingerprint is initially generated by Deployment Manager and changes after every request to modify a deployment. To get the latest fingerprint value, perform a `get()` request on the deployment. */ fingerprint?: string; } interface DeploymentsListResponse { /** Output only. The deployments contained in this response. */ deployments?: Deployment[]; /** Output only. A token used to continue a truncated list request. */ nextPageToken?: string; } interface DeploymentsStopRequest { /** Specifies a fingerprint for `stop()` requests. A fingerprint is a randomly generated value that must be provided in `stop()` requests to perform optimistic locking. This ensures optimistic concurrency so that the deployment does not have conflicting requests (e.g. if someone attempts to make a new update request while another user attempts to stop an ongoing update request, this would prevent a collision). The fingerprint is initially generated by Deployment Manager and changes after every request to modify a deployment. To get the latest fingerprint value, perform a `get()` request on the deployment. */ fingerprint?: string; } interface DeploymentUpdate { /** Output only. An optional user-provided description of the deployment after the current update has been applied. */ description?: string; /** Map of One Platform labels; provided by the client when the resource is created or updated. Specifically: Label keys must be between 1 and 63 characters long and must conform to the following regular expression: `[a-z]([-a-z0-9]*[a-z0-9])?` Label values must be between 0 and 63 characters long and must conform to the regular expression `([a-z]([-a-z0-9]*[a-z0-9])?)?`. */ labels?: DeploymentUpdateLabelEntry[]; /** Output only. URL of the manifest representing the update configuration of this deployment. */ manifest?: string; } interface DeploymentUpdateLabelEntry { /** Key of the label */ key?: string; /** Value of the label */ value?: string; } interface ErrorInfo { /** The logical grouping to which the "reason" belongs. The error domain is typically the registered service name of the tool or product that generates the error. Example: "pubsub.googleapis.com". If the error is generated by some common infrastructure, the error domain must be a globally unique value that identifies the infrastructure. For Google API infrastructure, the error domain is "googleapis.com". */ domain?: string; /** Additional structured details about this error. Keys must match a regular expression of `a-z+` but should ideally be lowerCamelCase. Also, they must be limited to 64 characters in length. When identifying the current value of an exceeded limit, the units should be contained in the key, not the value. For example, rather than `{"instanceLimit": "100/request"}`, should be returned as, `{"instanceLimitPerRequest": "100"}`, if the client exceeds the number of instances that can be created in a single (batch) request. */ metadatas?: {[P in string]: string}; /** The reason of the error. This is a constant value that identifies the proximate cause of the error. Error reasons are unique within a particular domain of errors. This should be at most 63 characters and match a regular expression of `A-Z+[A-Z0-9]`, which represents UPPER_SNAKE_CASE. */ reason?: string; } interface Expr { /** 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. */ expression?: string; /** Optional. String indicating the location of the expression for error reporting, e.g. a file name and a position in the file. */ location?: string; /** 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; } interface FirewallPolicyRuleOperationMetadata { /** The priority allocated for the firewall policy rule if query parameters specified minPriority/maxPriority. */ allocatedPriority?: number; } interface GetVersionOperationMetadata { inlineSbomInfo?: GetVersionOperationMetadataSbomInfo; } interface GetVersionOperationMetadataSbomInfo { /** SBOM versions currently applied to the resource. The key is the component name and the value is the version. */ currentComponentVersions?: {[P in string]: string}; /** SBOM versions scheduled for the next maintenance. The key is the component name and the value is the version. */ targetComponentVersions?: {[P in string]: string}; } interface GlobalSetPolicyRequest { /** Flatten Policy to create a backward compatible wire-format. Deprecated. Use 'policy' to specify bindings. */ bindings?: Binding[]; /** Flatten Policy to create a backward compatible wire-format. Deprecated. Use 'policy' to specify the etag. */ etag?: string; /** REQUIRED: The complete policy to be applied to the 'resource'. The size of the policy is limited to a few 10s of KB. An empty policy is in general a valid policy but certain services (like Projects) might reject them. */ policy?: Policy; /** Update mask for the policy. */ updateMask?: string; } interface Help { /** URL(s) pointing to additional information on handling the current error. */ links?: HelpLink[]; } interface HelpLink { /** Describes what the link offers. */ description?: string; /** The URL of the link. */ url?: string; } interface ImportFile { /** The contents of the file. */ content?: string; /** The name of the file. */ name?: string; } interface InstancesBulkInsertOperationMetadata { /** [Output Only] The machine type of the VMs that were created used internally only by KCP flex bulk insert. */ machineType?: string; /** Status information per location (location name is key). Example key: zones/us-central1-a */ perLocationStatus?: {[P in string]: BulkInsertOperationStatus}; } interface LocalizedMessage { /** The locale used following the specification defined at https://www.rfc-editor.org/rfc/bcp/bcp47.txt. Examples are: "en-US", "fr-CH", "es-MX" */ locale?: string; /** The localized error message in the above locale. */ message?: string; } interface Manifest { /** Output only. The YAML configuration for this manifest. */ config?: ConfigFile; /** Output only. The fully-expanded configuration file, including any templates and references. */ expandedConfig?: string; id?: string; /** Output only. The imported files for this manifest. */ imports?: ImportFile[]; /** Output only. Creation timestamp in RFC3339 text format. */ insertTime?: string; /** Output only. The YAML layout for this manifest. */ layout?: string; /** Output only. The computed size of the fully expanded manifest. */ manifestSizeBytes?: string; /** Output only. The size limit for expanded manifests in the project. */ manifestSizeLimitBytes?: string; /** Output only. The name of the manifest. */ name?: string; /** Output only. Self link for the manifest. */ selfLink?: string; } interface ManifestsListResponse { /** Output only. Manifests contained in this list response. */ manifests?: Manifest[]; /** Output only. A token used to continue a truncated list request. */ nextPageToken?: string; } interface Operation { /** [Output Only] The value of `requestId` if you provided it in the request. Not present otherwise. */ 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?: { /** [Output Only] The array of errors encountered while processing this operation. */ errors?: { /** Output only. [Output Only] Optional error details WARNING: DO NOT MAKE VISIBLE This is for internal use-only (like componentization) (thus the visibility "none") and in case of public exposure it is strongly recommended to follow pattern of: https://aip.dev/193 and expose as details field. */ arguments?: string[]; /** [Output Only] The error type identifier for this error. */ code?: string; debugInfo?: DebugInfo; /** [Output Only] An optional list of messages that contain the error details. There is a set of defined message types to use for providing details.The syntax depends on the error code. For example, QuotaExceededInfo will have details when the error code is QUOTA_EXCEEDED. */ errorDetails?: { errorInfo?: ErrorInfo; help?: Help; localizedMessage?: LocalizedMessage; quotaInfo?: QuotaExceededInfo; }[]; /** [Output Only] Indicates the field in the request that caused the error. This property is optional. */ location?: string; /** [Output Only] An optional, human-readable error message. */ message?: string; }[]; }; firewallPolicyRuleOperationMetadata?: FirewallPolicyRuleOperationMetadata; getVersionOperationMetadata?: GetVersionOperationMetadata; /** [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 operation. 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; instancesBulkInsertOperationMetadata?: InstancesBulkInsertOperationMetadata; /** Output only. [Output Only] Type of the resource. Always `compute#operation` for Operation resources. */ kind?: string; /** [Output Only] Name of the operation. */ name?: string; /** Output only. [Output Only] An ID that represents a group of operations, such as when a group of operations results from a `bulkInsert` API request. */ operationGroupId?: 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 applicable when performing regional operations. */ region?: string; /** [Output Only] Server-defined URL for the resource. */ selfLink?: string; /** Output only. [Output Only] Server-defined URL for this resource with the resource id. */ selfLinkWithId?: string; /** This field is used internally by the Autoscaler team and should not be promoted to "alpha/beta/v1". */ setAutoscalerLinkOperationMetadata?: SetAutoscalerLinkOperationMetadata; /** Output only. [Output Only] If the operation is for projects.setCommonInstanceMetadata, this field will contain information on all underlying zonal actions and their state. */ setCommonInstanceMetadataOperationMetadata?: SetCommonInstanceMetadataOperationMetadata; /** [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?: 'PENDING' | 'RUNNING' | 'DONE'; /** [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 disk that the snapshot was created from. */ targetLink?: string; /** [Output Only] User who requested the operation, for example: `user@example.com` or `alice_smith_identifier (global/workforcePools/example-com-us-employees)`. */ user?: string; /** [Output Only] If warning messages are generated during processing of the operation, this field will be populated. */ warnings?: { /** [Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response. */ code?: | 'DEPRECATED_RESOURCE_USED' | 'NO_RESULTS_ON_PAGE' | 'UNREACHABLE' | 'NEXT_HOP_ADDRESS_NOT_ASSIGNED' | 'NEXT_HOP_INSTANCE_NOT_FOUND' | 'NEXT_HOP_INSTANCE_NOT_ON_NETWORK' | 'NEXT_HOP_CANNOT_IP_FORWARD' | 'NEXT_HOP_NOT_RUNNING' | 'INJECTED_KERNELS_DEPRECATED' | 'REQUIRED_TOS_AGREEMENT' | 'DISK_SIZE_LARGER_THAN_IMAGE_SIZE' | 'RESOURCE_NOT_DELETED' | 'SINGLE_INSTANCE_PROPERTY_TEMPLATE' | 'NOT_CRITICAL_ERROR' | 'CLEANUP_FAILED' | 'FIELD_VALUE_OVERRIDEN' | 'RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING' | 'NETWORK_ENDPOINT_NOT_DETACHED' | 'PAGE_MISSING_RESULTS' | 'SSL_POLICY_ENABLED_FEATURES_NOT_FETCHED' | 'RESOURCE_NOT_FOUND_WARNING' | 'MISSING_TYPE_DEPENDENCY' | 'EXTERNAL_API_WARNING' | 'SCHEMA_VALIDATION_IGNORED' | 'UNDECLARED_PROPERTIES' | 'EXPERIMENTAL_TYPE_USED' | 'DEPRECATED_TYPE_USED' | 'PARTIAL_SUCCESS' | 'LARGE_DEPLOYMENT_WARNING' | 'NEXT_HOP_INSTANCE_HAS_NO_IPV6_INTERFACE' | 'INVALID_HEALTH_CHECK_FOR_DYNAMIC_WIEGHTED_LB' | 'LIST_OVERHEAD_QUOTA_EXCEED' | 'QUOTA_INFO_UNAVAILABLE' | 'RESOURCE_USES_GLOBAL_DNS' | 'RATE_LIMIT_EXCEEDED' | 'UPCOMING_MAINTENANCES_UNAVAILABLE' | 'RESERVED_ENTRY_136' | 'RESERVED_ENTRY_139' | 'RESERVED_ENTRY_141' | 'RESERVED_ENTRY_142' | 'RESERVED_ENTRY_143'; /** [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", "value": "zones/us-east1-d" } */ data?: { /** [Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding). */ key?: string; /** [Output Only] A warning data value corresponding to the key. */ value?: string; }[]; /** [Output Only] A human-readable description of the warning code. */ message?: string; }[]; /** [Output Only] The URL of the zone where the operation resides. Only applicable when performing per-zone operations. */ zone?: string; } interface OperationsListResponse { /** Output only. A token used to continue a truncated list request. */ nextPageToken?: string; /** Output only. Operations contained in this list response. */ operations?: Operation[]; } interface Policy { /** Specifies cloud audit logging configuration for this policy. */ auditConfigs?: AuditConfig[]; /** Associates a list of `members`, or principals, with a `role`. Optionally, may specify a `condition` that determines how and when the `bindings` are applied. Each of the `bindings` must contain at least one principal. The `bindings` in a `Policy` can refer to up to 1,500 principals; up to 250 of these principals can be Google groups. Each occurrence of a principal counts towards these limits. For example, if the `bindings` grant 50 different roles to `user:alice@example.com`, and not to any other principal, then you can add another 1,450 principals to the `bindings` in the `Policy`. */ bindings?: 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. **Important:** If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the conditions in the version `3` policy are lost. */ etag?: string; /** Specifies the format of the policy. Valid values are `0`, `1`, and `3`. Requests that specify an invalid value are rejected. Any operation that affects conditional role bindings must specify version `3`. This requirement applies to the following operations: * Getting a policy that includes a conditional role binding * Adding a conditional role binding to a policy * Changing a conditional role binding in a policy * Removing any role binding, with or without a condition, from a policy that includes conditions **Important:** If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the conditions in the version `3` policy are lost. If a policy does not include any conditions, operations on that policy may specify any valid version or leave the field unset. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies). */ version?: number; } interface QuotaExceededInfo { /** The map holding related quota dimensions. */ dimensions?: {[P in string]: string}; /** Future quota limit being rolled out. The limit's unit depends on the quota type or metric. */ futureLimit?: number; /** Current effective quota limit. The limit's unit depends on the quota type or metric. */ limit?: number; /** The name of the quota limit. */ limitName?: string; /** The Compute Engine quota metric name. */ metricName?: string; /** Rollout status of the future quota limit. */ rolloutStatus?: 'ROLLOUT_STATUS_UNSPECIFIED' | 'IN_PROGRESS'; } interface Resource { /** The Access Control Policy set on this resource. */ accessControl?: ResourceAccessControl; /** Output only. The evaluated properties of the resource with references expanded. Returned as serialized YAML. */ finalProperties?: string; id?: string; /** Output only. Creation timestamp in RFC3339 text format. */ insertTime?: string; /** Output only. URL of the manifest representing the current configuration of this resource. */ manifest?: string; /** Output only. The name of the resource as it appears in the YAML config. */ name?: string; /** Output only. The current properties of the resource before any references have been filled in. Returned as serialized YAML. */ properties?: string; /** Output only. The type of the resource, for example `compute.v1.instance`, or `cloudfunctions.v1beta1.function`. */ type?: string; /** Output only. If Deployment Manager is currently updating or previewing an update to this resource, the updated configuration appears here. */ update?: ResourceUpdate; /** Output only. Update timestamp in RFC3339 text format. */ updateTime?: string; /** Output only. The URL of the actual resource. */ url?: string; /** Output only. If warning messages are generated during processing of this resource, this field will be populated. */ warnings?: { /** [Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response. */ code?: | 'DEPRECATED_RESOURCE_USED' | 'NO_RESULTS_ON_PAGE' | 'UNREACHABLE' | 'NEXT_HOP_ADDRESS_NOT_ASSIGNED' | 'NEXT_HOP_INSTANCE_NOT_FOUND' | 'NEXT_HOP_INSTANCE_NOT_ON_NETWORK' | 'NEXT_HOP_CANNOT_IP_FORWARD' | 'NEXT_HOP_NOT_RUNNING' | 'INJECTED_KERNELS_DEPRECATED' | 'REQUIRED_TOS_AGREEMENT' | 'DISK_SIZE_LARGER_THAN_IMAGE_SIZE' | 'RESOURCE_NOT_DELETED' | 'SINGLE_INSTANCE_PROPERTY_TEMPLATE' | 'NOT_CRITICAL_ERROR' | 'CLEANUP_FAILED' | 'FIELD_VALUE_OVERRIDEN' | 'RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING' | 'NETWORK_ENDPOINT_NOT_DETACHED' | 'PAGE_MISSING_RESULTS' | 'SSL_POLICY_ENABLED_FEATURES_NOT_FETCHED' | 'RESOURCE_NOT_FOUND_WARNING' | 'MISSING_TYPE_DEPENDENCY' | 'EXTERNAL_API_WARNING' | 'SCHEMA_VALIDATION_IGNORED' | 'UNDECLARED_PROPERTIES' | 'EXPERIMENTAL_TYPE_USED' | 'DEPRECATED_TYPE_USED' | 'PARTIAL_SUCCESS' | 'LARGE_DEPLOYMENT_WARNING' | 'NEXT_HOP_INSTANCE_HAS_NO_IPV6_INTERFACE' | 'INVALID_HEALTH_CHECK_FOR_DYNAMIC_WIEGHTED_LB' | 'LIST_OVERHEAD_QUOTA_EXCEED' | 'QUOTA_INFO_UNAVAILABLE' | 'RESOURCE_USES_GLOBAL_DNS' | 'RATE_LIMIT_EXCEEDED' | 'UPCOMING_MAINTENANCES_UNAVAILABLE' | 'RESERVED_ENTRY_136' | 'RESERVED_ENTRY_139' | 'RESERVED_ENTRY_141' | 'RESERVED_ENTRY_142' | 'RESERVED_ENTRY_143'; /** [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", "value": "zones/us-east1-d" } */ data?: { /** [Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding). */ key?: string; /** [Output Only] A warning data value corresponding to the key. */ value?: string; }[]; /** [Output Only] A human-readable description of the warning code. */ message?: string; }[]; } interface ResourceAccessControl { /** The GCP IAM Policy to set on the resource. */ gcpIamPolicy?: string; } interface ResourcesListResponse { /** A token used to continue a truncated list request. */ nextPageToken?: string; /** Resources contained in this list response. */ resources?: Resource[]; } interface ResourceUpdate { /** The Access Control Policy to set on this resource after updating the resource itself. */ accessControl?: ResourceAccessControl; /** Output only. If errors are generated during update of the resource, this field will be populated. */ error?: { /** [Output Only] The array of errors encountered while processing this operation. */ errors?: { /** Output only. [Output Only] Optional error details WARNING: DO NOT MAKE VISIBLE This is for internal use-only (like componentization) (thus the visibility "none") and in case of public exposure it is strongly recommended to follow pattern of: https://aip.dev/193 and expose as details field. */ arguments?: string[]; /** [Output Only] The error type identifier for this error. */ code?: string; debugInfo?: DebugInfo; /** [Output Only] An optional list of messages that contain the error details. There is a set of defined message types to use for providing details.The syntax depends on the error code. For example, QuotaExceededInfo will have details when the error code is QUOTA_EXCEEDED. */ errorDetails?: { errorInfo?: ErrorInfo; help?: Help; localizedMessage?: LocalizedMessage; quotaInfo?: QuotaExceededInfo; }[]; /** [Output Only] Indicates the field in the request that caused the error. This property is optional. */ location?: string; /** [Output Only] An optional, human-readable error message. */ message?: string; }[]; }; /** Output only. The expanded properties of the resource with reference values expanded. Returned as serialized YAML. */ finalProperties?: string; /** Output only. The intent of the resource: `PREVIEW`, `UPDATE`, or `CANCEL`. */ intent?: | 'CREATE_OR_ACQUIRE' | 'DELETE' | 'ACQUIRE' | 'UPDATE' | 'ABANDON' | 'CREATE'; /** Output only. URL of the manifest representing the update configuration of this resource. */ manifest?: string; /** Output only. The set of updated properties for this resource, before references are expanded. Returned as serialized YAML. */ properties?: string; /** Output only. The state of the resource. */ state?: 'PENDING' | 'IN_PROGRESS' | 'IN_PREVIEW' | 'FAILED' | 'ABORTED'; /** Output only. If warning messages are generated during processing of this resource, this field will be populated. */ warnings?: { /** [Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response. */ code?: | 'DEPRECATED_RESOURCE_USED' | 'NO_RESULTS_ON_PAGE' | 'UNREACHABLE' | 'NEXT_HOP_ADDRESS_NOT_ASSIGNED' | 'NEXT_HOP_INSTANCE_NOT_FOUND' | 'NEXT_HOP_INSTANCE_NOT_ON_NETWORK' | 'NEXT_HOP_CANNOT_IP_FORWARD' | 'NEXT_HOP_NOT_RUNNING' | 'INJECTED_KERNELS_DEPRECATED' | 'REQUIRED_TOS_AGREEMENT' | 'DISK_SIZE_LARGER_THAN_IMAGE_SIZE' | 'RESOURCE_NOT_DELETED' | 'SINGLE_INSTANCE_PROPERTY_TEMPLATE' | 'NOT_CRITICAL_ERROR' | 'CLEANUP_FAILED' | 'FIELD_VALUE_OVERRIDEN' | 'RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING' | 'NETWORK_ENDPOINT_NOT_DETACHED' | 'PAGE_MISSING_RESULTS' | 'SSL_POLICY_ENABLED_FEATURES_NOT_FETCHED' | 'RESOURCE_NOT_FOUND_WARNING' | 'MISSING_TYPE_DEPENDENCY' | 'EXTERNAL_API_WARNING' | 'SCHEMA_VALIDATION_IGNORED' | 'UNDECLARED_PROPERTIES' | 'EXPERIMENTAL_TYPE_USED' | 'DEPRECATED_TYPE_USED' | 'PARTIAL_SUCCESS' | 'LARGE_DEPLOYMENT_WARNING' | 'NEXT_HOP_INSTANCE_HAS_NO_IPV6_INTERFACE' | 'INVALID_HEALTH_CHECK_FOR_DYNAMIC_WIEGHTED_LB' | 'LIST_OVERHEAD_QUOTA_EXCEED' | 'QUOTA_INFO_UNAVAILABLE' | 'RESOURCE_USES_GLOBAL_DNS' | 'RATE_LIMIT_EXCEEDED' | 'UPCOMING_MAINTENANCES_UNAVAILABLE' | 'RESERVED_ENTRY_136' | 'RESERVED_ENTRY_139' | 'RESERVED_ENTRY_141' | 'RESERVED_ENTRY_142' | 'RESERVED_ENTRY_143'; /** [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", "value": "zones/us-east1-d" } */ data?: { /** [Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding). */ key?: string; /** [Output Only] A warning data value corresponding to the key. */ value?: string; }[]; /** [Output Only] A human-readable description of the warning code. */ message?: string; }[]; } interface SetAutoscalerLinkOperationMetadata { /** List of zonal IGM IDs part of the RMIG. */ zonalIgmIds?: string[]; /** Map of zone to an ID of the zonal IGM belonging to the RMIG. */ zoneToIgmIds?: {[P in string]: string}; } interface SetCommonInstanceMetadataOperationMetadata { /** [Output Only] The client operation id. */ clientOperationId?: string; /** [Output Only] Status information per location (location name is key). Example key: zones/us-central1-a */ perLocationOperations?: { [P in string]: SetCommonInstanceMetadataOperationMetadataPerLocationOperationInfo; }; } interface SetCommonInstanceMetadataOperationMetadataPerLocationOperationInfo { /** [Output Only] If state is `ABANDONED` or `FAILED`, this field is populated. */ error?: Status; /** [Output Only] Status of the action, which can be one of the following: `PROPAGATING`, `PROPAGATED`, `ABANDONED`, `FAILED`, or `DONE`. */ state?: | 'UNSPECIFIED' | 'PROPAGATING' | 'PROPAGATED' | 'ABANDONED' | 'FAILED' | 'DONE'; } interface Status { /** The status code, which should be an enum value of google.rpc.Code. */ code?: number; /** A list of messages that carry the error details. There is a common set of message types for APIs to use. */ details?: {[P in string]: any}[]; /** A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client. */ message?: string; } interface TargetConfiguration { /** The configuration to use for this deployment. */ config?: ConfigFile; /** Specifies any files to import for this configuration. This can be used to import templates or other files. For example, you might import a text file in order to use the file in a template. */ imports?: ImportFile[]; } interface TestPermissionsRequest { /** The set of permissions to check for the 'resource'. Permissions with wildcards (such as '*' or 'storage.*') are not allowed. */ permissions?: string[]; } interface TestPermissionsResponse { /** A subset of `TestPermissionsRequest.permissions` that the caller is allowed. */ permissions?: string[]; } interface Type { id?: string; /** Output only. Creation timestamp in RFC3339 text format. */ insertTime?: string; /** Name of the type. */ name?: string; /** Output only. The Operation that most recently ran, or is currently running, on this type. */ operation?: Operation; /** Output only. Server defined URL for the resource. */ selfLink?: string; } interface TypesListResponse { /** A token used to continue a truncated list request. */ nextPageToken?: string; /** Output only. A list of resource types supported by Deployment Manager. */ types?: Type[]; } interface DeploymentsResource { /** Cancels and removes the preview currently associated with the deployment. */ cancelPreview(request: { /** V1 error format. */ '$.xgafv'?: '1' | '2'; /** OAuth access token. */ access_token?: string; /** Data format for response. */ alt?: 'json' | 'media' | 'proto'; /** JSONP */ callback?: string; /** The name of the deployment for this request. */ deployment: string; /** Selector specifying which fields to include in a partial response. */ fields?: string; /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */ key?: string; /** OAuth 2.0 token for the current user. */ oauth_token?: string; /** Returns response with indentations and line breaks. */ prettyPrint?: boolean; /** The project ID for this request. */ project: string; /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */ quotaUser?: string; /** Upload protocol for media (e.g. "raw", "multipart"). */ upload_protocol?: string; /** Legacy upload protocol for media (e.g. "media", "multipart"). */ uploadType?: string; /** Request body */ resource: DeploymentsCancelPreviewRequest; }): Request; cancelPreview( request: { /** V1 error format. */ '$.xgafv'?: '1' | '2'; /** OAuth access token. */ access_token?: string; /** Data format for response. */ alt?: 'json' | 'media' | 'proto'; /** JSONP */ callback?: string; /** The name of the deployment for this request. */ deployment: string; /** Selector specifying which fields to include in a partial response. */ fields?: string; /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */ key?: string; /** OAuth 2.0 token for the current user. */ oauth_token?: string; /** Returns response with indentations and line breaks. */ prettyPrint?: boolean; /** The project ID for this request. */ project: string; /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */ quotaUser?: string; /** Upload protocol for media (e.g. "raw", "multipart"). */ upload_protocol?: string; /** Legacy upload protocol for media (e.g. "media", "multipart"). */ uploadType?: string; }, body: DeploymentsCancelPreviewRequest, ): Request; /** Deletes a deployment and all of the resources in the deployment. */ delete(request?: { /** V1 error format. */ '$.xgafv'?: '1' | '2'; /** OAuth access token. */ access_token?: string; /** Data format for response. */ alt?: 'json' | 'media' | 'proto'; /** JSONP */ callback?: string; /** Sets the policy to use for deleting resources. */ deletePolicy?: 'DELETE' | 'ABANDON'; /** The name of the deployment for this request. */ deployment: string; /** Selector specifying which fields to include in a partial response. */ fields?: string; 'header.bypassBillingFilter'?: boolean; /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */ key?: string; /** OAuth 2.0 token for the current user. */ oauth_token?: string; /** Returns response with indentations and line breaks. */ prettyPrint?: boolean; /** The project ID for this request. */ project: string; /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */ quotaUser?: string; /** Upload protocol for media (e.g. "raw", "multipart"). */ upload_protocol?: string; /** Legacy upload protocol for media (e.g. "media", "multipart"). */ uploadType?: string; }): Request; /** Gets information about a specific deployment. */ get(request?: { /** V1 error format. */ '$.xgafv'?: '1' | '2'; /** OAuth access token. */ access_token?: string; /** Data format for response. */ alt?: 'json' | 'media' | 'proto'; /** JSONP */ callback?: string; /** The name of the deployment for this request. */ deployment: string; /** Selector specifying which fields to include in a partial response. */ fields?: string; 'header.bypassBillingFilter'?: boolean; /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */ key?: string; /** OAuth 2.0 token for the current user. */ oauth_token?: string; /** Returns response with indentations and line breaks. */ prettyPrint?: boolean; /** The project ID for this request. */ project: string; /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */ quotaUser?: string; /** Upload protocol for media (e.g. "raw", "multipart"). */ upload_protocol?: string; /** Legacy upload protocol for media (e.g. "media", "multipart"). */ uploadType?: string; }): Request; /** Gets the access control policy for a resource. May be empty if no such policy or resource exists. */ getIamPolicy(request?: { /** V1 error format. */ '$.xgafv'?: '1' | '2'; /** OAuth access token. */ access_token?: string; /** Data format for response. */ alt?: 'json' | 'media' | 'proto'; /** JSONP */ callback?: string; /** Selector specifying which fields to include in a partial response. */ fields?: string; 'header.bypassBillingFilter'?: boolean; /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */ key?: string; /** OAuth 2.0 token for the current user. */ oauth_token?: string; /** Requested IAM Policy version. */ optionsRequestedPolicyVersion?: number; /** Returns response with indentations and line breaks. */ prettyPrint?: boolean; /** Project ID for this request. */ project: string; /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */ quotaUser?: string; /** Name or id of the resource for this request. */ resource: string; /** Upload protocol for media (e.g. "raw", "multipart"). */ upload_protocol?: string; /** Legacy upload protocol for media (e.g. "media", "multipart"). */ uploadType?: string; }): Request; /** Creates a deployment and all of the resources described by the deployment manifest. */ insert(request: { /** V1 error format. */ '$.xgafv'?: '1' | '2'; /** OAuth access token. */ access_token?: string; /** Data format for response. */ alt?: 'json' | 'media' | 'proto'; /** JSONP */ callback?: string; /** Sets the policy to use for creating new resources. */ createPolicy?: 'CREATE_OR_ACQUIRE' | 'ACQUIRE'; /** Selector specifying which fields to include in a partial response. */ fields?: string; 'header.bypassBillingFilter'?: boolean; /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */ key?: string; /** OAuth 2.0 token for the current user. */ oauth_token?: string; /** Returns response with indentations and line breaks. */ prettyPrint?: boolean; /** If set to true, creates a deployment and creates "shell" resources but does not actually instantiate these resources. This allows you to preview what your deployment looks like. After previewing a deployment, you can deploy your resources by making a request with the `update()` method or you can use the `cancelPreview()` method to cancel the preview altogether. Note that the deployment will still exist after you cancel the preview and you must separately delete this deployment if you want to remove it. */ preview?: boolean; /** The project ID for this request. */ project: string; /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */ quotaUser?: string; /** Upload protocol for media (e.g. "raw", "multipart"). */ upload_protocol?: string; /** Legacy upload protocol for media (e.g. "media", "multipart"). */ uploadType?: string; /** Request body */ resource: Deployment; }): Request; insert( request: { /** V1 error format. */ '$.xgafv'?: '1' | '2'; /** OAuth access token. */ access_token?: string; /** Data format for response. */ alt?: 'json' | 'media' | 'proto'; /** JSONP */ callback?: string; /** Sets the policy to use for creating new resources. */ createPolicy?: 'CREATE_OR_ACQUIRE' | 'ACQUIRE'; /** Selector specifying which fields to include in a partial response. */ fields?: string; 'header.bypassBillingFilter'?: boolean; /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */ key?: string; /** OAuth 2.0 token for the current user. */ oauth_token?: string; /** Returns response with indentations and line breaks. */ prettyPrint?: boolean; /** If set to true, creates a deployment and creates "shell" resources but does not actually instantiate these resources. This allows you to preview what your deployment looks like. After previewing a deployment, you can deploy your resources by making a request with the `update()` method or you can use the `cancelPreview()` method to cancel the preview altogether. Note that the deployment will still exist after you cancel the preview and you must separately delete this deployment if you want to remove it. */ preview?: boolean; /** The project ID for this request. */ project: string; /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */ quotaUser?: string; /** Upload protocol for media (e.g. "raw", "multipart"). */ upload_protocol?: string; /** Legacy upload protocol for media (e.g. "media", "multipart"). */ uploadType?: string; }, body: Deployment, ): Request; /** Lists all deployments for a given project. */ list(request?: { /** V1 error format. */ '$.xgafv'?: '1' | '2'; /** OAuth access token. */ access_token?: string; /** Data format for response. */ alt?: 'json' | 'media' | 'proto'; /** JSONP */ callback?: string; /** Selector specifying which fields to include in a partial response. */ fields?: string; /** A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The 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`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` 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) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions. */ filter?: string; /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */ key?: string; /** 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`) */ maxResults?: number; /** OAuth 2.0 token for the current user. */ oauth_token?: string; /** 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. */ orderBy?: string; /** Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results. */ pageToken?: string; /** Returns response with indentations and line breaks. */ prettyPrint?: boolean; /** The project ID for this request. */ project: string; /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */ quotaUser?: string; /** Upload protocol for media (e.g. "raw", "multipart"). */ upload_protocol?: string; /** Legacy upload protocol for media (e.g. "media", "multipart"). */ uploadType?: string; }): Request; /** Patches a deployment and all of the resources described by the deployment manifest. */ patch(request: { /** V1 error format. */ '$.xgafv'?: '1' | '2'; /** OAuth access token. */ access_token?: string; /** Data format for response. */ alt?: 'json' | 'media' | 'proto'; /** JSONP */ callback?: string; /** Sets the policy to use for creating new resources. */ createPolicy?: 'CREATE_OR_ACQUIRE' | 'ACQUIRE'; /** Sets the policy to use for deleting resources. */ deletePolicy?: 'DELETE' | 'ABANDON'; /** The name of the deployment for this request. */ deployment: string; /** Selector specifying which fields to include in a partial response. */ fields?: string; 'header.bypassBillingFilter'?: boolean; /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */ key?: string; /** OAuth 2.0 token for the current user. */ oauth_token?: string; /** Returns response with indentations and line breaks. */ prettyPrint?: boolean; /** If set to true, updates the deployment and creates and updates the "shell" resources but does not actually alter or instantiate these resources. This allows you to preview what your deployment will look like. You can use this intent to preview how an update would affect your deployment. You must provide a `target.config` with a configuration if this is set to true. After previewing a deployment, you can deploy your resources by making a request with the `update()` or you can `cancelPreview()` to remove the preview altogether. Note that the deployment will still exist after you cancel the preview and you must separately delete this deployment if you want to remove it. */ preview?: boolean; /** The project ID for this request. */ project: string; /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */ quotaUser?: string; /** Upload protocol for media (e.g. "raw", "multipart"). */ upload_protocol?: string; /** Legacy upload protocol for media (e.g. "media", "multipart"). */ uploadType?: string; /** Request body */ resource: Deployment; }): Request; patch( request: { /** V1 error format. */ '$.xgafv'?: '1' | '2'; /** OAuth access token. */ access_token?: string; /** Data format for response. */ alt?: 'json' | 'media' | 'proto'; /** JSONP */ callback?: string; /** Sets the policy to use for creating new resources. */ createPolicy?: 'CREATE_OR_ACQUIRE' | 'ACQUIRE'; /** Sets the policy to use for deleting resources. */ deletePolicy?: 'DELETE' | 'ABANDON'; /** The name of the deployment for this request. */ deployment: string; /** Selector specifying which fields to include in a partial response. */ fields?: string; 'header.bypassBillingFilter'?: boolean; /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */ key?: string; /** OAuth 2.0 token for the current user. */ oauth_token?: string; /** Returns response with indentations and line breaks. */ prettyPrint?: boolean; /** If set to true, updates the deployment and creates and updates the "shell" resources but does not actually alter or instantiate these resources. This allows you to preview what your deployment will look like. You can use this intent to preview how an update would affect your deployment. You must provide a `target.config` with a configuration if this is set to true. After previewing a deployment, you can deploy your resources by making a request with the `update()` or you can `cancelPreview()` to remove the preview altogether. Note that the deployment will still exist after you cancel the preview and you must separately delete this deployment if you want to remove it. */ preview?: boolean; /** The project ID for this request. */ project: string; /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */ quotaUser?: string; /** Upload protocol for media (e.g. "raw", "multipart"). */ upload_protocol?: string; /** Legacy upload protocol for media (e.g. "media", "multipart"). */ uploadType?: string; }, body: Deployment, ): Request; /** Sets the access control policy on the specified resource. Replaces any existing policy. */ setIamPolicy( request: { /** V1 error format. */ '$.xgafv'?: '1' | '2'; /** OAuth access token. */ access_token?: string; /** Data format for response. */ alt?: 'json' | 'media' | 'proto'; /** JSONP */ callback?: string; /** Selector specifying which fields to include in a partial response. */ fields?: string; /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */ key?: string; /** OAuth 2.0 token for the current user. */ oauth_token?: string; /** Returns response with indentations and line breaks. */ prettyPrint?: boolean; /** Project ID for this request. */ project: string; /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */ quotaUser?: string; /** Name or id of the resource for this request. */ resource: string; /** Upload protocol for media (e.g. "raw", "multipart"). */ upload_protocol?: string; /** Legacy upload protocol for media (e.g. "media", "multipart"). */ uploadType?: string; }, body: GlobalSetPolicyRequest, ): Request; /** Stops an ongoing operation. This does not roll back any work that has already been completed, but prevents any new work from being started. */ stop(request: { /** V1 error format. */ '$.xgafv'?: '1' | '2'; /** OAuth access token. */ access_token?: string; /** Data format for response. */ alt?: 'json' | 'media' | 'proto'; /** JSONP */ callback?: string; /** The name of the deployment for this request. */ deployment: string; /** Selector specifying which fields to include in a partial response. */ fields?: string; /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */ key?: string; /** OAuth 2.0 token for the current user. */ oauth_token?: string; /** Returns response with indentations and line breaks. */ prettyPrint?: boolean; /** The project ID for this request. */ project: string; /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */ quotaUser?: string; /** Upload protocol for media (e.g. "raw", "multipart"). */ upload_protocol?: string; /** Legacy upload protocol for media (e.g. "media", "multipart"). */ uploadType?: string; /** Request body */ resource: DeploymentsStopRequest; }): Request; stop( request: { /** V1 error format. */ '$.xgafv'?: '1' | '2'; /** OAuth access token. */ access_token?: string; /** Data format for response. */ alt?: 'json' | 'media' | 'proto'; /** JSONP */ callback?: string; /** The name of the deployment for this request. */ deployment: string; /** Selector specifying which fields to include in a partial response. */ fields?: string; /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */ key?: string; /** OAuth 2.0 token for the current user. */ oauth_token?: string; /** Returns response with indentations and line breaks. */ prettyPrint?: boolean; /** The project ID for this request. */ project: string; /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */ quotaUser?: string; /** Upload protocol for media (e.g. "raw", "multipart"). */ upload_protocol?: string; /** Legacy upload protocol for media (e.g. "media", "multipart"). */ uploadType?: string; }, body: DeploymentsStopRequest, ): Request; /** Returns permissions that a caller has on the specified resource. */ testIamPermissions( request: { /** V1 error format. */ '$.xgafv'?: '1' | '2'; /** OAuth access token. */ access_token?: string; /** Data format for response. */ alt?: 'json' | 'media' | 'proto'; /** JSONP */ callback?: string; /** Selector specifying which fields to include in a partial response. */ fields?: string; 'header.bypassBillingFilter'?: boolean; /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */ key?: string; /** OAuth 2.0 token for the current user. */ oauth_token?: string; /** Returns response with indentations and line breaks. */ prettyPrint?: boolean; /** Project ID for this request. */ project: string; /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */ quotaUser?: string; /** Name or id of the resource for this request. */ resource: string; /** Upload protocol for media (e.g. "raw", "multipart"). */ upload_protocol?: string; /** Legacy upload protocol for media (e.g. "media", "multipart"). */ uploadType?: string; }, body: TestPermissionsRequest, ): Request; /** Updates a deployment and all of the resources described by the deployment manifest. */ update(request: { /** V1 error format. */ '$.xgafv'?: '1' | '2'; /** OAuth access token. */ access_token?: string; /** Data format for response. */ alt?: 'json' | 'media' | 'proto'; /** JSONP */ callback?: string; /** Sets the policy to use for creating new resources. */ createPolicy?: 'CREATE_OR_ACQUIRE' | 'ACQUIRE'; /** Sets the policy to use for deleting resources. */ deletePolicy?: 'DELETE' | 'ABANDON'; /** The name of the deployment for this request. */ deployment: string; /** Selector specifying which fields to include in a partial response. */ fields?: string; 'header.bypassBillingFilter'?: boolean; /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */ key?: string; /** OAuth 2.0 token for the current user. */ oauth_token?: string; /** Returns response with indentations and line breaks. */ prettyPrint?: boolean; /** If set to true, updates the deployment and creates and updates the "shell" resources but does not actually alter or instantiate these resources. This allows you to preview what your deployment will look like. You can use this intent to preview how an update would affect your deployment. You must provide a `target.config` with a configuration if this is set to true. After previewing a deployment, you can deploy your resources by making a request with the `update()` or you can `cancelPreview()` to remove the preview altogether. Note that the deployment will still exist after you cancel the preview and you must separately delete this deployment if you want to remove it. */ preview?: boolean; /** The project ID for this request. */ project: string; /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */ quotaUser?: string; /** Upload protocol for media (e.g. "raw", "multipart"). */ upload_protocol?: string; /** Legacy upload protocol for media (e.g. "media", "multipart"). */ uploadType?: string; /** Request body */ resource: Deployment; }): Request; update( request: { /** V1 error format. */ '$.xgafv'?: '1' | '2'; /** OAuth access token. */ access_token?: string; /** Data format for response. */ alt?: 'json' | 'media' | 'proto'; /** JSONP */ callback?: string; /** Sets the policy to use for creating new resources. */ createPolicy?: 'CREATE_OR_ACQUIRE' | 'ACQUIRE'; /** Sets the policy to use for deleting resources. */ deletePolicy?: 'DELETE' | 'ABANDON'; /** The name of the deployment for this request. */ deployment: string; /** Selector specifying which fields to include in a partial response. */ fields?: string; 'header.bypassBillingFilter'?: boolean; /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */ key?: string; /** OAuth 2.0 token for the current user. */ oauth_token?: string; /** Returns response with indentations and line breaks. */ prettyPrint?: boolean; /** If set to true, updates the deployment and creates and updates the "shell" resources but does not actually alter or instantiate these resources. This allows you to preview what your deployment will look like. You can use this intent to preview how an update would affect your deployment. You must provide a `target.config` with a configuration if this is set to true. After previewing a deployment, you can deploy your resources by making a request with the `update()` or you can `cancelPreview()` to remove the preview altogether. Note that the deployment will still exist after you cancel the preview and you must separately delete this deployment if you want to remove it. */ preview?: boolean; /** The project ID for this request. */ project: string; /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */ quotaUser?: string; /** Upload protocol for media (e.g. "raw", "multipart"). */ upload_protocol?: string; /** Legacy upload protocol for media (e.g. "media", "multipart"). */ uploadType?: string; }, body: Deployment, ): Request; } interface ManifestsResource { /** Gets information about a specific manifest. */ get(request?: { /** V1 error format. */ '$.xgafv'?: '1' | '2'; /** OAuth access token. */ access_token?: string; /** Data format for response. */ alt?: 'json' | 'media' | 'proto'; /** JSONP */ callback?: string; /** The name of the deployment for this request. */ deployment: string; /** Selector specifying which fields to include in a partial response. */ fields?: string; 'header.bypassBillingFilter'?: boolean; /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */ key?: string; /** The name of the manifest for this request. */ manifest: string; /** OAuth 2.0 token for the current user. */ oauth_token?: string; /** Returns response with indentations and line breaks. */ prettyPrint?: boolean; /** The project ID for this request. */ project: string; /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */ quotaUser?: string; /** Upload protocol for media (e.g. "raw", "multipart"). */ upload_protocol?: string; /** Legacy upload protocol for media (e.g. "media", "multipart"). */ uploadType?: string; }): Request; /** Lists all manifests for a given deployment. */ list(request?: { /** V1 error format. */ '$.xgafv'?: '1' | '2'; /** OAuth access token. */ access_token?: string; /** Data format for response. */ alt?: 'json' | 'media' | 'proto'; /** JSONP */ callback?: string; /** The name of the deployment for this request. */ deployment: string; /** Selector specifying which fields to include in a partial response. */ fields?: string; /** A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The 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`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` 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) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions. */ filter?: string; /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */ key?: string; /** 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`) */ maxResults?: number; /** OAuth 2.0 token for the current user. */ oauth_token?: string; /** 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. */ orderBy?: string; /** Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results. */ pageToken?: string; /** Returns response with indentations and line breaks. */ prettyPrint?: boolean; /** The project ID for this request. */ project: string; /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */ quotaUser?: string; /** Upload protocol for media (e.g. "raw", "multipart"). */ upload_protocol?: string; /** Legacy upload protocol for media (e.g. "media", "multipart"). */ uploadType?: string; }): Request; } interface OperationsResource { /** Gets information about a specific operation. */ get(request?: { /** V1 error format. */ '$.xgafv'?: '1' | '2'; /** OAuth access token. */ access_token?: string; /** Data format for response. */ alt?: 'json' | 'media' | 'proto'; /** JSONP */ callback?: string; /** Selector specifying which fields to include in a partial response. */ fields?: string; 'header.bypassBillingFilter'?: boolean; /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */ key?: string; /** OAuth 2.0 token for the current user. */ oauth_token?: string; /** The name of the operation for this request. */ operation: string; /** Returns response with indentations and line breaks. */ prettyPrint?: boolean; /** The project ID for this request. */ project: string; /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */ quotaUser?: string; /** Upload protocol for media (e.g. "raw", "multipart"). */ upload_protocol?: string; /** Legacy upload protocol for media (e.g. "media", "multipart"). */ uploadType?: string; }): Request; /** Lists all operations for a project. */ list(request?: { /** V1 error format. */ '$.xgafv'?: '1' | '2'; /** OAuth access token. */ access_token?: string; /** Data format for response. */ alt?: 'json' | 'media' | 'proto'; /** JSONP */ callback?: string; /** Selector specifying which fields to include in a partial response. */ fields?: string; /** A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The 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`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` 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) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions. */ filter?: string; /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */ key?: string; /** 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`) */ maxResults?: number; /** OAuth 2.0 token for the current user. */ oauth_token?: string; /** 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. */ orderBy?: string; /** Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results. */ pageToken?: string; /** Returns response with indentations and line breaks. */ prettyPrint?: boolean; /** The project ID for this request. */ project: string; /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */ quotaUser?: string; /** Upload protocol for media (e.g. "raw", "multipart"). */ upload_protocol?: string; /** Legacy upload protocol for media (e.g. "media", "multipart"). */ uploadType?: string; }): Request; } interface ResourcesResource { /** Gets information about a single resource. */ get(request?: { /** V1 error format. */ '$.xgafv'?: '1' | '2'; /** OAuth access token. */ access_token?: string; /** Data format for response. */ alt?: 'json' | 'media' | 'proto'; /** JSONP */ callback?: string; /** The name of the deployment for this request. */ deployment: string; /** Selector specifying which fields to include in a partial response. */ fields?: string; 'header.bypassBillingFilter'?: boolean; /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */ key?: string; /** OAuth 2.0 token for the current user. */ oauth_token?: string; /** Returns response with indentations and line breaks. */ prettyPrint?: boolean; /** The project ID for this request. */ project: string; /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */ quotaUser?: string; /** The name of the resource for this request. */ resource: string; /** Upload protocol for media (e.g. "raw", "multipart"). */ upload_protocol?: string; /** Legacy upload protocol for media (e.g. "media", "multipart"). */ uploadType?: string; }): Request; /** Lists all resources in a given deployment. */ list(request?: { /** V1 error format. */ '$.xgafv'?: '1' | '2'; /** OAuth access token. */ access_token?: string; /** Data format for response. */ alt?: 'json' | 'media' | 'proto'; /** JSONP */ callback?: string; /** The name of the deployment for this request. */ deployment: string; /** Selector specifying which fields to include in a partial response. */ fields?: string; /** A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The 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`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` 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) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions. */ filter?: string; /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */ key?: string; /** 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`) */ maxResults?: number; /** OAuth 2.0 token for the current user. */ oauth_token?: string; /** 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. */ orderBy?: string; /** Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results. */ pageToken?: string; /** Returns response with indentations and line breaks. */ prettyPrint?: boolean; /** The project ID for this request. */ project: string; /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */ quotaUser?: string; /** Upload protocol for media (e.g. "raw", "multipart"). */ upload_protocol?: string; /** Legacy upload protocol for media (e.g. "media", "multipart"). */ uploadType?: string; }): Request; } interface TypesResource { /** Lists all resource types for Deployment Manager. */ list(request?: { /** V1 error format. */ '$.xgafv'?: '1' | '2'; /** OAuth access token. */ access_token?: string; /** Data format for response. */ alt?: 'json' | 'media' | 'proto'; /** JSONP */ callback?: string; /** Selector specifying which fields to include in a partial response. */ fields?: string; /** A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The 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`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` 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) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions. */ filter?: string; /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */ key?: string; /** 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`) */ maxResults?: number; /** OAuth 2.0 token for the current user. */ oauth_token?: string; /** 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. */ orderBy?: string; /** Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results. */ pageToken?: string; /** Returns response with indentations and line breaks. */ prettyPrint?: boolean; /** The project ID for this request. */ project: string; /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */ quotaUser?: string; /** Upload protocol for media (e.g. "raw", "multipart"). */ upload_protocol?: string; /** Legacy upload protocol for media (e.g. "media", "multipart"). */ uploadType?: string; }): Request; } const deployments: DeploymentsResource; const manifests: ManifestsResource; const operations: OperationsResource; const resources: ResourcesResource; const types: TypesResource; } }