packages feed

gogol-compute 0.5.0 → 1.0.0

raw patch · 1222 files changed

+129581/−138332 lines, 1222 filesdep −basedep ~gogol-coresetup-changed

Dependencies removed: base

Dependency ranges changed: gogol-core

This diff is very large; some files are shown as “too large to diff”. Download the raw patch for the complete diff.

Files

README.md view
@@ -8,7 +8,7 @@  ## Version -`0.5.0`+`1.0.0`   ## Description
Setup.hs view
@@ -1,2 +1,3 @@-import           Distribution.Simple+import Distribution.Simple+ main = defaultMain
+ gen/Gogol/Compute.hs view
@@ -0,0 +1,11380 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Creates and runs virtual machines on Google Cloud Platform.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference>+module Gogol.Compute+  ( -- * Configuration+    computeService,++    -- * OAuth Scopes+    CloudPlatform'FullControl,+    Compute'FullControl,+    Compute'Readonly,+    Devstorage'FullControl,+    Devstorage'ReadOnly,+    Devstorage'ReadWrite,++    -- * Resources++    -- ** compute.acceleratorTypes.aggregatedList+    ComputeAcceleratorTypesAggregatedListResource,+    ComputeAcceleratorTypesAggregatedList (..),+    newComputeAcceleratorTypesAggregatedList,++    -- ** compute.acceleratorTypes.get+    ComputeAcceleratorTypesGetResource,+    ComputeAcceleratorTypesGet (..),+    newComputeAcceleratorTypesGet,++    -- ** compute.acceleratorTypes.list+    ComputeAcceleratorTypesListResource,+    ComputeAcceleratorTypesList (..),+    newComputeAcceleratorTypesList,++    -- ** compute.addresses.aggregatedList+    ComputeAddressesAggregatedListResource,+    ComputeAddressesAggregatedList (..),+    newComputeAddressesAggregatedList,++    -- ** compute.addresses.delete+    ComputeAddressesDeleteResource,+    ComputeAddressesDelete (..),+    newComputeAddressesDelete,++    -- ** compute.addresses.get+    ComputeAddressesGetResource,+    ComputeAddressesGet (..),+    newComputeAddressesGet,++    -- ** compute.addresses.insert+    ComputeAddressesInsertResource,+    ComputeAddressesInsert (..),+    newComputeAddressesInsert,++    -- ** compute.addresses.list+    ComputeAddressesListResource,+    ComputeAddressesList (..),+    newComputeAddressesList,++    -- ** compute.addresses.move+    ComputeAddressesMoveResource,+    ComputeAddressesMove (..),+    newComputeAddressesMove,++    -- ** compute.addresses.setLabels+    ComputeAddressesSetLabelsResource,+    ComputeAddressesSetLabels (..),+    newComputeAddressesSetLabels,++    -- ** compute.autoscalers.aggregatedList+    ComputeAutoscalersAggregatedListResource,+    ComputeAutoscalersAggregatedList (..),+    newComputeAutoscalersAggregatedList,++    -- ** compute.autoscalers.delete+    ComputeAutoscalersDeleteResource,+    ComputeAutoscalersDelete (..),+    newComputeAutoscalersDelete,++    -- ** compute.autoscalers.get+    ComputeAutoscalersGetResource,+    ComputeAutoscalersGet (..),+    newComputeAutoscalersGet,++    -- ** compute.autoscalers.insert+    ComputeAutoscalersInsertResource,+    ComputeAutoscalersInsert (..),+    newComputeAutoscalersInsert,++    -- ** compute.autoscalers.list+    ComputeAutoscalersListResource,+    ComputeAutoscalersList (..),+    newComputeAutoscalersList,++    -- ** compute.autoscalers.patch+    ComputeAutoscalersPatchResource,+    ComputeAutoscalersPatch (..),+    newComputeAutoscalersPatch,++    -- ** compute.autoscalers.update+    ComputeAutoscalersUpdateResource,+    ComputeAutoscalersUpdate (..),+    newComputeAutoscalersUpdate,++    -- ** compute.backendBuckets.addSignedUrlKey+    ComputeBackendBucketsAddSignedUrlKeyResource,+    ComputeBackendBucketsAddSignedUrlKey (..),+    newComputeBackendBucketsAddSignedUrlKey,++    -- ** compute.backendBuckets.delete+    ComputeBackendBucketsDeleteResource,+    ComputeBackendBucketsDelete (..),+    newComputeBackendBucketsDelete,++    -- ** compute.backendBuckets.deleteSignedUrlKey+    ComputeBackendBucketsDeleteSignedUrlKeyResource,+    ComputeBackendBucketsDeleteSignedUrlKey (..),+    newComputeBackendBucketsDeleteSignedUrlKey,++    -- ** compute.backendBuckets.get+    ComputeBackendBucketsGetResource,+    ComputeBackendBucketsGet (..),+    newComputeBackendBucketsGet,++    -- ** compute.backendBuckets.getIamPolicy+    ComputeBackendBucketsGetIamPolicyResource,+    ComputeBackendBucketsGetIamPolicy (..),+    newComputeBackendBucketsGetIamPolicy,++    -- ** compute.backendBuckets.insert+    ComputeBackendBucketsInsertResource,+    ComputeBackendBucketsInsert (..),+    newComputeBackendBucketsInsert,++    -- ** compute.backendBuckets.list+    ComputeBackendBucketsListResource,+    ComputeBackendBucketsList (..),+    newComputeBackendBucketsList,++    -- ** compute.backendBuckets.patch+    ComputeBackendBucketsPatchResource,+    ComputeBackendBucketsPatch (..),+    newComputeBackendBucketsPatch,++    -- ** compute.backendBuckets.setEdgeSecurityPolicy+    ComputeBackendBucketsSetEdgeSecurityPolicyResource,+    ComputeBackendBucketsSetEdgeSecurityPolicy (..),+    newComputeBackendBucketsSetEdgeSecurityPolicy,++    -- ** compute.backendBuckets.setIamPolicy+    ComputeBackendBucketsSetIamPolicyResource,+    ComputeBackendBucketsSetIamPolicy (..),+    newComputeBackendBucketsSetIamPolicy,++    -- ** compute.backendBuckets.testIamPermissions+    ComputeBackendBucketsTestIamPermissionsResource,+    ComputeBackendBucketsTestIamPermissions (..),+    newComputeBackendBucketsTestIamPermissions,++    -- ** compute.backendBuckets.update+    ComputeBackendBucketsUpdateResource,+    ComputeBackendBucketsUpdate (..),+    newComputeBackendBucketsUpdate,++    -- ** compute.backendServices.addSignedUrlKey+    ComputeBackendServicesAddSignedUrlKeyResource,+    ComputeBackendServicesAddSignedUrlKey (..),+    newComputeBackendServicesAddSignedUrlKey,++    -- ** compute.backendServices.aggregatedList+    ComputeBackendServicesAggregatedListResource,+    ComputeBackendServicesAggregatedList (..),+    newComputeBackendServicesAggregatedList,++    -- ** compute.backendServices.delete+    ComputeBackendServicesDeleteResource,+    ComputeBackendServicesDelete (..),+    newComputeBackendServicesDelete,++    -- ** compute.backendServices.deleteSignedUrlKey+    ComputeBackendServicesDeleteSignedUrlKeyResource,+    ComputeBackendServicesDeleteSignedUrlKey (..),+    newComputeBackendServicesDeleteSignedUrlKey,++    -- ** compute.backendServices.get+    ComputeBackendServicesGetResource,+    ComputeBackendServicesGet (..),+    newComputeBackendServicesGet,++    -- ** compute.backendServices.getHealth+    ComputeBackendServicesGetHealthResource,+    ComputeBackendServicesGetHealth (..),+    newComputeBackendServicesGetHealth,++    -- ** compute.backendServices.getIamPolicy+    ComputeBackendServicesGetIamPolicyResource,+    ComputeBackendServicesGetIamPolicy (..),+    newComputeBackendServicesGetIamPolicy,++    -- ** compute.backendServices.insert+    ComputeBackendServicesInsertResource,+    ComputeBackendServicesInsert (..),+    newComputeBackendServicesInsert,++    -- ** compute.backendServices.list+    ComputeBackendServicesListResource,+    ComputeBackendServicesList (..),+    newComputeBackendServicesList,++    -- ** compute.backendServices.listUsable+    ComputeBackendServicesListUsableResource,+    ComputeBackendServicesListUsable (..),+    newComputeBackendServicesListUsable,++    -- ** compute.backendServices.patch+    ComputeBackendServicesPatchResource,+    ComputeBackendServicesPatch (..),+    newComputeBackendServicesPatch,++    -- ** compute.backendServices.setEdgeSecurityPolicy+    ComputeBackendServicesSetEdgeSecurityPolicyResource,+    ComputeBackendServicesSetEdgeSecurityPolicy (..),+    newComputeBackendServicesSetEdgeSecurityPolicy,++    -- ** compute.backendServices.setIamPolicy+    ComputeBackendServicesSetIamPolicyResource,+    ComputeBackendServicesSetIamPolicy (..),+    newComputeBackendServicesSetIamPolicy,++    -- ** compute.backendServices.setSecurityPolicy+    ComputeBackendServicesSetSecurityPolicyResource,+    ComputeBackendServicesSetSecurityPolicy (..),+    newComputeBackendServicesSetSecurityPolicy,++    -- ** compute.backendServices.testIamPermissions+    ComputeBackendServicesTestIamPermissionsResource,+    ComputeBackendServicesTestIamPermissions (..),+    newComputeBackendServicesTestIamPermissions,++    -- ** compute.backendServices.update+    ComputeBackendServicesUpdateResource,+    ComputeBackendServicesUpdate (..),+    newComputeBackendServicesUpdate,++    -- ** compute.diskTypes.aggregatedList+    ComputeDiskTypesAggregatedListResource,+    ComputeDiskTypesAggregatedList (..),+    newComputeDiskTypesAggregatedList,++    -- ** compute.diskTypes.get+    ComputeDiskTypesGetResource,+    ComputeDiskTypesGet (..),+    newComputeDiskTypesGet,++    -- ** compute.diskTypes.list+    ComputeDiskTypesListResource,+    ComputeDiskTypesList (..),+    newComputeDiskTypesList,++    -- ** compute.disks.addResourcePolicies+    ComputeDisksAddResourcePoliciesResource,+    ComputeDisksAddResourcePolicies (..),+    newComputeDisksAddResourcePolicies,++    -- ** compute.disks.aggregatedList+    ComputeDisksAggregatedListResource,+    ComputeDisksAggregatedList (..),+    newComputeDisksAggregatedList,++    -- ** compute.disks.bulkInsert+    ComputeDisksBulkInsertResource,+    ComputeDisksBulkInsert (..),+    newComputeDisksBulkInsert,++    -- ** compute.disks.createSnapshot+    ComputeDisksCreateSnapshotResource,+    ComputeDisksCreateSnapshot (..),+    newComputeDisksCreateSnapshot,++    -- ** compute.disks.delete+    ComputeDisksDeleteResource,+    ComputeDisksDelete (..),+    newComputeDisksDelete,++    -- ** compute.disks.get+    ComputeDisksGetResource,+    ComputeDisksGet (..),+    newComputeDisksGet,++    -- ** compute.disks.getIamPolicy+    ComputeDisksGetIamPolicyResource,+    ComputeDisksGetIamPolicy (..),+    newComputeDisksGetIamPolicy,++    -- ** compute.disks.insert+    ComputeDisksInsertResource,+    ComputeDisksInsert (..),+    newComputeDisksInsert,++    -- ** compute.disks.list+    ComputeDisksListResource,+    ComputeDisksList (..),+    newComputeDisksList,++    -- ** compute.disks.removeResourcePolicies+    ComputeDisksRemoveResourcePoliciesResource,+    ComputeDisksRemoveResourcePolicies (..),+    newComputeDisksRemoveResourcePolicies,++    -- ** compute.disks.resize+    ComputeDisksResizeResource,+    ComputeDisksResize (..),+    newComputeDisksResize,++    -- ** compute.disks.setIamPolicy+    ComputeDisksSetIamPolicyResource,+    ComputeDisksSetIamPolicy (..),+    newComputeDisksSetIamPolicy,++    -- ** compute.disks.setLabels+    ComputeDisksSetLabelsResource,+    ComputeDisksSetLabels (..),+    newComputeDisksSetLabels,++    -- ** compute.disks.startAsyncReplication+    ComputeDisksStartAsyncReplicationResource,+    ComputeDisksStartAsyncReplication (..),+    newComputeDisksStartAsyncReplication,++    -- ** compute.disks.stopAsyncReplication+    ComputeDisksStopAsyncReplicationResource,+    ComputeDisksStopAsyncReplication (..),+    newComputeDisksStopAsyncReplication,++    -- ** compute.disks.stopGroupAsyncReplication+    ComputeDisksStopGroupAsyncReplicationResource,+    ComputeDisksStopGroupAsyncReplication (..),+    newComputeDisksStopGroupAsyncReplication,++    -- ** compute.disks.testIamPermissions+    ComputeDisksTestIamPermissionsResource,+    ComputeDisksTestIamPermissions (..),+    newComputeDisksTestIamPermissions,++    -- ** compute.disks.update+    ComputeDisksUpdateResource,+    ComputeDisksUpdate (..),+    newComputeDisksUpdate,++    -- ** compute.externalVpnGateways.delete+    ComputeExternalVpnGatewaysDeleteResource,+    ComputeExternalVpnGatewaysDelete (..),+    newComputeExternalVpnGatewaysDelete,++    -- ** compute.externalVpnGateways.get+    ComputeExternalVpnGatewaysGetResource,+    ComputeExternalVpnGatewaysGet (..),+    newComputeExternalVpnGatewaysGet,++    -- ** compute.externalVpnGateways.insert+    ComputeExternalVpnGatewaysInsertResource,+    ComputeExternalVpnGatewaysInsert (..),+    newComputeExternalVpnGatewaysInsert,++    -- ** compute.externalVpnGateways.list+    ComputeExternalVpnGatewaysListResource,+    ComputeExternalVpnGatewaysList (..),+    newComputeExternalVpnGatewaysList,++    -- ** compute.externalVpnGateways.setLabels+    ComputeExternalVpnGatewaysSetLabelsResource,+    ComputeExternalVpnGatewaysSetLabels (..),+    newComputeExternalVpnGatewaysSetLabels,++    -- ** compute.externalVpnGateways.testIamPermissions+    ComputeExternalVpnGatewaysTestIamPermissionsResource,+    ComputeExternalVpnGatewaysTestIamPermissions (..),+    newComputeExternalVpnGatewaysTestIamPermissions,++    -- ** compute.firewallPolicies.addAssociation+    ComputeFirewallPoliciesAddAssociationResource,+    ComputeFirewallPoliciesAddAssociation (..),+    newComputeFirewallPoliciesAddAssociation,++    -- ** compute.firewallPolicies.addRule+    ComputeFirewallPoliciesAddRuleResource,+    ComputeFirewallPoliciesAddRule (..),+    newComputeFirewallPoliciesAddRule,++    -- ** compute.firewallPolicies.cloneRules+    ComputeFirewallPoliciesCloneRulesResource,+    ComputeFirewallPoliciesCloneRules (..),+    newComputeFirewallPoliciesCloneRules,++    -- ** compute.firewallPolicies.delete+    ComputeFirewallPoliciesDeleteResource,+    ComputeFirewallPoliciesDelete (..),+    newComputeFirewallPoliciesDelete,++    -- ** compute.firewallPolicies.get+    ComputeFirewallPoliciesGetResource,+    ComputeFirewallPoliciesGet (..),+    newComputeFirewallPoliciesGet,++    -- ** compute.firewallPolicies.getAssociation+    ComputeFirewallPoliciesGetAssociationResource,+    ComputeFirewallPoliciesGetAssociation (..),+    newComputeFirewallPoliciesGetAssociation,++    -- ** compute.firewallPolicies.getIamPolicy+    ComputeFirewallPoliciesGetIamPolicyResource,+    ComputeFirewallPoliciesGetIamPolicy (..),+    newComputeFirewallPoliciesGetIamPolicy,++    -- ** compute.firewallPolicies.getRule+    ComputeFirewallPoliciesGetRuleResource,+    ComputeFirewallPoliciesGetRule (..),+    newComputeFirewallPoliciesGetRule,++    -- ** compute.firewallPolicies.insert+    ComputeFirewallPoliciesInsertResource,+    ComputeFirewallPoliciesInsert (..),+    newComputeFirewallPoliciesInsert,++    -- ** compute.firewallPolicies.list+    ComputeFirewallPoliciesListResource,+    ComputeFirewallPoliciesList (..),+    newComputeFirewallPoliciesList,++    -- ** compute.firewallPolicies.listAssociations+    ComputeFirewallPoliciesListAssociationsResource,+    ComputeFirewallPoliciesListAssociations (..),+    newComputeFirewallPoliciesListAssociations,++    -- ** compute.firewallPolicies.move+    ComputeFirewallPoliciesMoveResource,+    ComputeFirewallPoliciesMove (..),+    newComputeFirewallPoliciesMove,++    -- ** compute.firewallPolicies.patch+    ComputeFirewallPoliciesPatchResource,+    ComputeFirewallPoliciesPatch (..),+    newComputeFirewallPoliciesPatch,++    -- ** compute.firewallPolicies.patchRule+    ComputeFirewallPoliciesPatchRuleResource,+    ComputeFirewallPoliciesPatchRule (..),+    newComputeFirewallPoliciesPatchRule,++    -- ** compute.firewallPolicies.removeAssociation+    ComputeFirewallPoliciesRemoveAssociationResource,+    ComputeFirewallPoliciesRemoveAssociation (..),+    newComputeFirewallPoliciesRemoveAssociation,++    -- ** compute.firewallPolicies.removeRule+    ComputeFirewallPoliciesRemoveRuleResource,+    ComputeFirewallPoliciesRemoveRule (..),+    newComputeFirewallPoliciesRemoveRule,++    -- ** compute.firewallPolicies.setIamPolicy+    ComputeFirewallPoliciesSetIamPolicyResource,+    ComputeFirewallPoliciesSetIamPolicy (..),+    newComputeFirewallPoliciesSetIamPolicy,++    -- ** compute.firewallPolicies.testIamPermissions+    ComputeFirewallPoliciesTestIamPermissionsResource,+    ComputeFirewallPoliciesTestIamPermissions (..),+    newComputeFirewallPoliciesTestIamPermissions,++    -- ** compute.firewalls.delete+    ComputeFirewallsDeleteResource,+    ComputeFirewallsDelete (..),+    newComputeFirewallsDelete,++    -- ** compute.firewalls.get+    ComputeFirewallsGetResource,+    ComputeFirewallsGet (..),+    newComputeFirewallsGet,++    -- ** compute.firewalls.insert+    ComputeFirewallsInsertResource,+    ComputeFirewallsInsert (..),+    newComputeFirewallsInsert,++    -- ** compute.firewalls.list+    ComputeFirewallsListResource,+    ComputeFirewallsList (..),+    newComputeFirewallsList,++    -- ** compute.firewalls.patch+    ComputeFirewallsPatchResource,+    ComputeFirewallsPatch (..),+    newComputeFirewallsPatch,++    -- ** compute.firewalls.update+    ComputeFirewallsUpdateResource,+    ComputeFirewallsUpdate (..),+    newComputeFirewallsUpdate,++    -- ** compute.forwardingRules.aggregatedList+    ComputeForwardingRulesAggregatedListResource,+    ComputeForwardingRulesAggregatedList (..),+    newComputeForwardingRulesAggregatedList,++    -- ** compute.forwardingRules.delete+    ComputeForwardingRulesDeleteResource,+    ComputeForwardingRulesDelete (..),+    newComputeForwardingRulesDelete,++    -- ** compute.forwardingRules.get+    ComputeForwardingRulesGetResource,+    ComputeForwardingRulesGet (..),+    newComputeForwardingRulesGet,++    -- ** compute.forwardingRules.insert+    ComputeForwardingRulesInsertResource,+    ComputeForwardingRulesInsert (..),+    newComputeForwardingRulesInsert,++    -- ** compute.forwardingRules.list+    ComputeForwardingRulesListResource,+    ComputeForwardingRulesList (..),+    newComputeForwardingRulesList,++    -- ** compute.forwardingRules.patch+    ComputeForwardingRulesPatchResource,+    ComputeForwardingRulesPatch (..),+    newComputeForwardingRulesPatch,++    -- ** compute.forwardingRules.setLabels+    ComputeForwardingRulesSetLabelsResource,+    ComputeForwardingRulesSetLabels (..),+    newComputeForwardingRulesSetLabels,++    -- ** compute.forwardingRules.setTarget+    ComputeForwardingRulesSetTargetResource,+    ComputeForwardingRulesSetTarget (..),+    newComputeForwardingRulesSetTarget,++    -- ** compute.globalAddresses.delete+    ComputeGlobalAddressesDeleteResource,+    ComputeGlobalAddressesDelete (..),+    newComputeGlobalAddressesDelete,++    -- ** compute.globalAddresses.get+    ComputeGlobalAddressesGetResource,+    ComputeGlobalAddressesGet (..),+    newComputeGlobalAddressesGet,++    -- ** compute.globalAddresses.insert+    ComputeGlobalAddressesInsertResource,+    ComputeGlobalAddressesInsert (..),+    newComputeGlobalAddressesInsert,++    -- ** compute.globalAddresses.list+    ComputeGlobalAddressesListResource,+    ComputeGlobalAddressesList (..),+    newComputeGlobalAddressesList,++    -- ** compute.globalAddresses.move+    ComputeGlobalAddressesMoveResource,+    ComputeGlobalAddressesMove (..),+    newComputeGlobalAddressesMove,++    -- ** compute.globalAddresses.setLabels+    ComputeGlobalAddressesSetLabelsResource,+    ComputeGlobalAddressesSetLabels (..),+    newComputeGlobalAddressesSetLabels,++    -- ** compute.globalForwardingRules.delete+    ComputeGlobalForwardingRulesDeleteResource,+    ComputeGlobalForwardingRulesDelete (..),+    newComputeGlobalForwardingRulesDelete,++    -- ** compute.globalForwardingRules.get+    ComputeGlobalForwardingRulesGetResource,+    ComputeGlobalForwardingRulesGet (..),+    newComputeGlobalForwardingRulesGet,++    -- ** compute.globalForwardingRules.insert+    ComputeGlobalForwardingRulesInsertResource,+    ComputeGlobalForwardingRulesInsert (..),+    newComputeGlobalForwardingRulesInsert,++    -- ** compute.globalForwardingRules.list+    ComputeGlobalForwardingRulesListResource,+    ComputeGlobalForwardingRulesList (..),+    newComputeGlobalForwardingRulesList,++    -- ** compute.globalForwardingRules.patch+    ComputeGlobalForwardingRulesPatchResource,+    ComputeGlobalForwardingRulesPatch (..),+    newComputeGlobalForwardingRulesPatch,++    -- ** compute.globalForwardingRules.setLabels+    ComputeGlobalForwardingRulesSetLabelsResource,+    ComputeGlobalForwardingRulesSetLabels (..),+    newComputeGlobalForwardingRulesSetLabels,++    -- ** compute.globalForwardingRules.setTarget+    ComputeGlobalForwardingRulesSetTargetResource,+    ComputeGlobalForwardingRulesSetTarget (..),+    newComputeGlobalForwardingRulesSetTarget,++    -- ** compute.globalNetworkEndpointGroups.attachNetworkEndpoints+    ComputeGlobalNetworkEndpointGroupsAttachNetworkEndpointsResource,+    ComputeGlobalNetworkEndpointGroupsAttachNetworkEndpoints (..),+    newComputeGlobalNetworkEndpointGroupsAttachNetworkEndpoints,++    -- ** compute.globalNetworkEndpointGroups.delete+    ComputeGlobalNetworkEndpointGroupsDeleteResource,+    ComputeGlobalNetworkEndpointGroupsDelete (..),+    newComputeGlobalNetworkEndpointGroupsDelete,++    -- ** compute.globalNetworkEndpointGroups.detachNetworkEndpoints+    ComputeGlobalNetworkEndpointGroupsDetachNetworkEndpointsResource,+    ComputeGlobalNetworkEndpointGroupsDetachNetworkEndpoints (..),+    newComputeGlobalNetworkEndpointGroupsDetachNetworkEndpoints,++    -- ** compute.globalNetworkEndpointGroups.get+    ComputeGlobalNetworkEndpointGroupsGetResource,+    ComputeGlobalNetworkEndpointGroupsGet (..),+    newComputeGlobalNetworkEndpointGroupsGet,++    -- ** compute.globalNetworkEndpointGroups.insert+    ComputeGlobalNetworkEndpointGroupsInsertResource,+    ComputeGlobalNetworkEndpointGroupsInsert (..),+    newComputeGlobalNetworkEndpointGroupsInsert,++    -- ** compute.globalNetworkEndpointGroups.list+    ComputeGlobalNetworkEndpointGroupsListResource,+    ComputeGlobalNetworkEndpointGroupsList (..),+    newComputeGlobalNetworkEndpointGroupsList,++    -- ** compute.globalNetworkEndpointGroups.listNetworkEndpoints+    ComputeGlobalNetworkEndpointGroupsListNetworkEndpointsResource,+    ComputeGlobalNetworkEndpointGroupsListNetworkEndpoints (..),+    newComputeGlobalNetworkEndpointGroupsListNetworkEndpoints,++    -- ** compute.globalOperations.aggregatedList+    ComputeGlobalOperationsAggregatedListResource,+    ComputeGlobalOperationsAggregatedList (..),+    newComputeGlobalOperationsAggregatedList,++    -- ** compute.globalOperations.delete+    ComputeGlobalOperationsDeleteResource,+    ComputeGlobalOperationsDelete (..),+    newComputeGlobalOperationsDelete,++    -- ** compute.globalOperations.get+    ComputeGlobalOperationsGetResource,+    ComputeGlobalOperationsGet (..),+    newComputeGlobalOperationsGet,++    -- ** compute.globalOperations.list+    ComputeGlobalOperationsListResource,+    ComputeGlobalOperationsList (..),+    newComputeGlobalOperationsList,++    -- ** compute.globalOperations.wait+    ComputeGlobalOperationsWaitResource,+    ComputeGlobalOperationsWait (..),+    newComputeGlobalOperationsWait,++    -- ** compute.globalOrganizationOperations.delete+    ComputeGlobalOrganizationOperationsDeleteResource,+    ComputeGlobalOrganizationOperationsDelete (..),+    newComputeGlobalOrganizationOperationsDelete,++    -- ** compute.globalOrganizationOperations.get+    ComputeGlobalOrganizationOperationsGetResource,+    ComputeGlobalOrganizationOperationsGet (..),+    newComputeGlobalOrganizationOperationsGet,++    -- ** compute.globalOrganizationOperations.list+    ComputeGlobalOrganizationOperationsListResource,+    ComputeGlobalOrganizationOperationsList (..),+    newComputeGlobalOrganizationOperationsList,++    -- ** compute.globalPublicDelegatedPrefixes.delete+    ComputeGlobalPublicDelegatedPrefixesDeleteResource,+    ComputeGlobalPublicDelegatedPrefixesDelete (..),+    newComputeGlobalPublicDelegatedPrefixesDelete,++    -- ** compute.globalPublicDelegatedPrefixes.get+    ComputeGlobalPublicDelegatedPrefixesGetResource,+    ComputeGlobalPublicDelegatedPrefixesGet (..),+    newComputeGlobalPublicDelegatedPrefixesGet,++    -- ** compute.globalPublicDelegatedPrefixes.insert+    ComputeGlobalPublicDelegatedPrefixesInsertResource,+    ComputeGlobalPublicDelegatedPrefixesInsert (..),+    newComputeGlobalPublicDelegatedPrefixesInsert,++    -- ** compute.globalPublicDelegatedPrefixes.list+    ComputeGlobalPublicDelegatedPrefixesListResource,+    ComputeGlobalPublicDelegatedPrefixesList (..),+    newComputeGlobalPublicDelegatedPrefixesList,++    -- ** compute.globalPublicDelegatedPrefixes.patch+    ComputeGlobalPublicDelegatedPrefixesPatchResource,+    ComputeGlobalPublicDelegatedPrefixesPatch (..),+    newComputeGlobalPublicDelegatedPrefixesPatch,++    -- ** compute.healthChecks.aggregatedList+    ComputeHealthChecksAggregatedListResource,+    ComputeHealthChecksAggregatedList (..),+    newComputeHealthChecksAggregatedList,++    -- ** compute.healthChecks.delete+    ComputeHealthChecksDeleteResource,+    ComputeHealthChecksDelete (..),+    newComputeHealthChecksDelete,++    -- ** compute.healthChecks.get+    ComputeHealthChecksGetResource,+    ComputeHealthChecksGet (..),+    newComputeHealthChecksGet,++    -- ** compute.healthChecks.insert+    ComputeHealthChecksInsertResource,+    ComputeHealthChecksInsert (..),+    newComputeHealthChecksInsert,++    -- ** compute.healthChecks.list+    ComputeHealthChecksListResource,+    ComputeHealthChecksList (..),+    newComputeHealthChecksList,++    -- ** compute.healthChecks.patch+    ComputeHealthChecksPatchResource,+    ComputeHealthChecksPatch (..),+    newComputeHealthChecksPatch,++    -- ** compute.healthChecks.update+    ComputeHealthChecksUpdateResource,+    ComputeHealthChecksUpdate (..),+    newComputeHealthChecksUpdate,++    -- ** compute.httpHealthChecks.delete+    ComputeHttpHealthChecksDeleteResource,+    ComputeHttpHealthChecksDelete (..),+    newComputeHttpHealthChecksDelete,++    -- ** compute.httpHealthChecks.get+    ComputeHttpHealthChecksGetResource,+    ComputeHttpHealthChecksGet (..),+    newComputeHttpHealthChecksGet,++    -- ** compute.httpHealthChecks.insert+    ComputeHttpHealthChecksInsertResource,+    ComputeHttpHealthChecksInsert (..),+    newComputeHttpHealthChecksInsert,++    -- ** compute.httpHealthChecks.list+    ComputeHttpHealthChecksListResource,+    ComputeHttpHealthChecksList (..),+    newComputeHttpHealthChecksList,++    -- ** compute.httpHealthChecks.patch+    ComputeHttpHealthChecksPatchResource,+    ComputeHttpHealthChecksPatch (..),+    newComputeHttpHealthChecksPatch,++    -- ** compute.httpHealthChecks.update+    ComputeHttpHealthChecksUpdateResource,+    ComputeHttpHealthChecksUpdate (..),+    newComputeHttpHealthChecksUpdate,++    -- ** compute.httpsHealthChecks.delete+    ComputeHttpsHealthChecksDeleteResource,+    ComputeHttpsHealthChecksDelete (..),+    newComputeHttpsHealthChecksDelete,++    -- ** compute.httpsHealthChecks.get+    ComputeHttpsHealthChecksGetResource,+    ComputeHttpsHealthChecksGet (..),+    newComputeHttpsHealthChecksGet,++    -- ** compute.httpsHealthChecks.insert+    ComputeHttpsHealthChecksInsertResource,+    ComputeHttpsHealthChecksInsert (..),+    newComputeHttpsHealthChecksInsert,++    -- ** compute.httpsHealthChecks.list+    ComputeHttpsHealthChecksListResource,+    ComputeHttpsHealthChecksList (..),+    newComputeHttpsHealthChecksList,++    -- ** compute.httpsHealthChecks.patch+    ComputeHttpsHealthChecksPatchResource,+    ComputeHttpsHealthChecksPatch (..),+    newComputeHttpsHealthChecksPatch,++    -- ** compute.httpsHealthChecks.update+    ComputeHttpsHealthChecksUpdateResource,+    ComputeHttpsHealthChecksUpdate (..),+    newComputeHttpsHealthChecksUpdate,++    -- ** compute.imageFamilyViews.get+    ComputeImageFamilyViewsGetResource,+    ComputeImageFamilyViewsGet (..),+    newComputeImageFamilyViewsGet,++    -- ** compute.images.delete+    ComputeImagesDeleteResource,+    ComputeImagesDelete (..),+    newComputeImagesDelete,++    -- ** compute.images.deprecate+    ComputeImagesDeprecateResource,+    ComputeImagesDeprecate (..),+    newComputeImagesDeprecate,++    -- ** compute.images.get+    ComputeImagesGetResource,+    ComputeImagesGet (..),+    newComputeImagesGet,++    -- ** compute.images.getFromFamily+    ComputeImagesGetFromFamilyResource,+    ComputeImagesGetFromFamily (..),+    newComputeImagesGetFromFamily,++    -- ** compute.images.getIamPolicy+    ComputeImagesGetIamPolicyResource,+    ComputeImagesGetIamPolicy (..),+    newComputeImagesGetIamPolicy,++    -- ** compute.images.insert+    ComputeImagesInsertResource,+    ComputeImagesInsert (..),+    newComputeImagesInsert,++    -- ** compute.images.list+    ComputeImagesListResource,+    ComputeImagesList (..),+    newComputeImagesList,++    -- ** compute.images.patch+    ComputeImagesPatchResource,+    ComputeImagesPatch (..),+    newComputeImagesPatch,++    -- ** compute.images.setIamPolicy+    ComputeImagesSetIamPolicyResource,+    ComputeImagesSetIamPolicy (..),+    newComputeImagesSetIamPolicy,++    -- ** compute.images.setLabels+    ComputeImagesSetLabelsResource,+    ComputeImagesSetLabels (..),+    newComputeImagesSetLabels,++    -- ** compute.images.testIamPermissions+    ComputeImagesTestIamPermissionsResource,+    ComputeImagesTestIamPermissions (..),+    newComputeImagesTestIamPermissions,++    -- ** compute.instanceGroupManagerResizeRequests.cancel+    ComputeInstanceGroupManagerResizeRequestsCancelResource,+    ComputeInstanceGroupManagerResizeRequestsCancel (..),+    newComputeInstanceGroupManagerResizeRequestsCancel,++    -- ** compute.instanceGroupManagerResizeRequests.delete+    ComputeInstanceGroupManagerResizeRequestsDeleteResource,+    ComputeInstanceGroupManagerResizeRequestsDelete (..),+    newComputeInstanceGroupManagerResizeRequestsDelete,++    -- ** compute.instanceGroupManagerResizeRequests.get+    ComputeInstanceGroupManagerResizeRequestsGetResource,+    ComputeInstanceGroupManagerResizeRequestsGet (..),+    newComputeInstanceGroupManagerResizeRequestsGet,++    -- ** compute.instanceGroupManagerResizeRequests.insert+    ComputeInstanceGroupManagerResizeRequestsInsertResource,+    ComputeInstanceGroupManagerResizeRequestsInsert (..),+    newComputeInstanceGroupManagerResizeRequestsInsert,++    -- ** compute.instanceGroupManagerResizeRequests.list+    ComputeInstanceGroupManagerResizeRequestsListResource,+    ComputeInstanceGroupManagerResizeRequestsList (..),+    newComputeInstanceGroupManagerResizeRequestsList,++    -- ** compute.instanceGroupManagers.abandonInstances+    ComputeInstanceGroupManagersAbandonInstancesResource,+    ComputeInstanceGroupManagersAbandonInstances (..),+    newComputeInstanceGroupManagersAbandonInstances,++    -- ** compute.instanceGroupManagers.aggregatedList+    ComputeInstanceGroupManagersAggregatedListResource,+    ComputeInstanceGroupManagersAggregatedList (..),+    newComputeInstanceGroupManagersAggregatedList,++    -- ** compute.instanceGroupManagers.applyUpdatesToInstances+    ComputeInstanceGroupManagersApplyUpdatesToInstancesResource,+    ComputeInstanceGroupManagersApplyUpdatesToInstances (..),+    newComputeInstanceGroupManagersApplyUpdatesToInstances,++    -- ** compute.instanceGroupManagers.createInstances+    ComputeInstanceGroupManagersCreateInstancesResource,+    ComputeInstanceGroupManagersCreateInstances (..),+    newComputeInstanceGroupManagersCreateInstances,++    -- ** compute.instanceGroupManagers.delete+    ComputeInstanceGroupManagersDeleteResource,+    ComputeInstanceGroupManagersDelete (..),+    newComputeInstanceGroupManagersDelete,++    -- ** compute.instanceGroupManagers.deleteInstances+    ComputeInstanceGroupManagersDeleteInstancesResource,+    ComputeInstanceGroupManagersDeleteInstances (..),+    newComputeInstanceGroupManagersDeleteInstances,++    -- ** compute.instanceGroupManagers.deletePerInstanceConfigs+    ComputeInstanceGroupManagersDeletePerInstanceConfigsResource,+    ComputeInstanceGroupManagersDeletePerInstanceConfigs (..),+    newComputeInstanceGroupManagersDeletePerInstanceConfigs,++    -- ** compute.instanceGroupManagers.get+    ComputeInstanceGroupManagersGetResource,+    ComputeInstanceGroupManagersGet (..),+    newComputeInstanceGroupManagersGet,++    -- ** compute.instanceGroupManagers.insert+    ComputeInstanceGroupManagersInsertResource,+    ComputeInstanceGroupManagersInsert (..),+    newComputeInstanceGroupManagersInsert,++    -- ** compute.instanceGroupManagers.list+    ComputeInstanceGroupManagersListResource,+    ComputeInstanceGroupManagersList (..),+    newComputeInstanceGroupManagersList,++    -- ** compute.instanceGroupManagers.listErrors+    ComputeInstanceGroupManagersListErrorsResource,+    ComputeInstanceGroupManagersListErrors (..),+    newComputeInstanceGroupManagersListErrors,++    -- ** compute.instanceGroupManagers.listManagedInstances+    ComputeInstanceGroupManagersListManagedInstancesResource,+    ComputeInstanceGroupManagersListManagedInstances (..),+    newComputeInstanceGroupManagersListManagedInstances,++    -- ** compute.instanceGroupManagers.listPerInstanceConfigs+    ComputeInstanceGroupManagersListPerInstanceConfigsResource,+    ComputeInstanceGroupManagersListPerInstanceConfigs (..),+    newComputeInstanceGroupManagersListPerInstanceConfigs,++    -- ** compute.instanceGroupManagers.patch+    ComputeInstanceGroupManagersPatchResource,+    ComputeInstanceGroupManagersPatch (..),+    newComputeInstanceGroupManagersPatch,++    -- ** compute.instanceGroupManagers.patchPerInstanceConfigs+    ComputeInstanceGroupManagersPatchPerInstanceConfigsResource,+    ComputeInstanceGroupManagersPatchPerInstanceConfigs (..),+    newComputeInstanceGroupManagersPatchPerInstanceConfigs,++    -- ** compute.instanceGroupManagers.recreateInstances+    ComputeInstanceGroupManagersRecreateInstancesResource,+    ComputeInstanceGroupManagersRecreateInstances (..),+    newComputeInstanceGroupManagersRecreateInstances,++    -- ** compute.instanceGroupManagers.resize+    ComputeInstanceGroupManagersResizeResource,+    ComputeInstanceGroupManagersResize (..),+    newComputeInstanceGroupManagersResize,++    -- ** compute.instanceGroupManagers.resumeInstances+    ComputeInstanceGroupManagersResumeInstancesResource,+    ComputeInstanceGroupManagersResumeInstances (..),+    newComputeInstanceGroupManagersResumeInstances,++    -- ** compute.instanceGroupManagers.setInstanceTemplate+    ComputeInstanceGroupManagersSetInstanceTemplateResource,+    ComputeInstanceGroupManagersSetInstanceTemplate (..),+    newComputeInstanceGroupManagersSetInstanceTemplate,++    -- ** compute.instanceGroupManagers.setTargetPools+    ComputeInstanceGroupManagersSetTargetPoolsResource,+    ComputeInstanceGroupManagersSetTargetPools (..),+    newComputeInstanceGroupManagersSetTargetPools,++    -- ** compute.instanceGroupManagers.startInstances+    ComputeInstanceGroupManagersStartInstancesResource,+    ComputeInstanceGroupManagersStartInstances (..),+    newComputeInstanceGroupManagersStartInstances,++    -- ** compute.instanceGroupManagers.stopInstances+    ComputeInstanceGroupManagersStopInstancesResource,+    ComputeInstanceGroupManagersStopInstances (..),+    newComputeInstanceGroupManagersStopInstances,++    -- ** compute.instanceGroupManagers.suspendInstances+    ComputeInstanceGroupManagersSuspendInstancesResource,+    ComputeInstanceGroupManagersSuspendInstances (..),+    newComputeInstanceGroupManagersSuspendInstances,++    -- ** compute.instanceGroupManagers.updatePerInstanceConfigs+    ComputeInstanceGroupManagersUpdatePerInstanceConfigsResource,+    ComputeInstanceGroupManagersUpdatePerInstanceConfigs (..),+    newComputeInstanceGroupManagersUpdatePerInstanceConfigs,++    -- ** compute.instanceGroups.addInstances+    ComputeInstanceGroupsAddInstancesResource,+    ComputeInstanceGroupsAddInstances (..),+    newComputeInstanceGroupsAddInstances,++    -- ** compute.instanceGroups.aggregatedList+    ComputeInstanceGroupsAggregatedListResource,+    ComputeInstanceGroupsAggregatedList (..),+    newComputeInstanceGroupsAggregatedList,++    -- ** compute.instanceGroups.delete+    ComputeInstanceGroupsDeleteResource,+    ComputeInstanceGroupsDelete (..),+    newComputeInstanceGroupsDelete,++    -- ** compute.instanceGroups.get+    ComputeInstanceGroupsGetResource,+    ComputeInstanceGroupsGet (..),+    newComputeInstanceGroupsGet,++    -- ** compute.instanceGroups.insert+    ComputeInstanceGroupsInsertResource,+    ComputeInstanceGroupsInsert (..),+    newComputeInstanceGroupsInsert,++    -- ** compute.instanceGroups.list+    ComputeInstanceGroupsListResource,+    ComputeInstanceGroupsList (..),+    newComputeInstanceGroupsList,++    -- ** compute.instanceGroups.listInstances+    ComputeInstanceGroupsListInstancesResource,+    ComputeInstanceGroupsListInstances (..),+    newComputeInstanceGroupsListInstances,++    -- ** compute.instanceGroups.removeInstances+    ComputeInstanceGroupsRemoveInstancesResource,+    ComputeInstanceGroupsRemoveInstances (..),+    newComputeInstanceGroupsRemoveInstances,++    -- ** compute.instanceGroups.setNamedPorts+    ComputeInstanceGroupsSetNamedPortsResource,+    ComputeInstanceGroupsSetNamedPorts (..),+    newComputeInstanceGroupsSetNamedPorts,++    -- ** compute.instanceSettings.get+    ComputeInstanceSettingsGetResource,+    ComputeInstanceSettingsGet (..),+    newComputeInstanceSettingsGet,++    -- ** compute.instanceSettings.patch+    ComputeInstanceSettingsPatchResource,+    ComputeInstanceSettingsPatch (..),+    newComputeInstanceSettingsPatch,++    -- ** compute.instanceTemplates.aggregatedList+    ComputeInstanceTemplatesAggregatedListResource,+    ComputeInstanceTemplatesAggregatedList (..),+    newComputeInstanceTemplatesAggregatedList,++    -- ** compute.instanceTemplates.delete+    ComputeInstanceTemplatesDeleteResource,+    ComputeInstanceTemplatesDelete (..),+    newComputeInstanceTemplatesDelete,++    -- ** compute.instanceTemplates.get+    ComputeInstanceTemplatesGetResource,+    ComputeInstanceTemplatesGet (..),+    newComputeInstanceTemplatesGet,++    -- ** compute.instanceTemplates.getIamPolicy+    ComputeInstanceTemplatesGetIamPolicyResource,+    ComputeInstanceTemplatesGetIamPolicy (..),+    newComputeInstanceTemplatesGetIamPolicy,++    -- ** compute.instanceTemplates.insert+    ComputeInstanceTemplatesInsertResource,+    ComputeInstanceTemplatesInsert (..),+    newComputeInstanceTemplatesInsert,++    -- ** compute.instanceTemplates.list+    ComputeInstanceTemplatesListResource,+    ComputeInstanceTemplatesList (..),+    newComputeInstanceTemplatesList,++    -- ** compute.instanceTemplates.setIamPolicy+    ComputeInstanceTemplatesSetIamPolicyResource,+    ComputeInstanceTemplatesSetIamPolicy (..),+    newComputeInstanceTemplatesSetIamPolicy,++    -- ** compute.instanceTemplates.testIamPermissions+    ComputeInstanceTemplatesTestIamPermissionsResource,+    ComputeInstanceTemplatesTestIamPermissions (..),+    newComputeInstanceTemplatesTestIamPermissions,++    -- ** compute.instances.addAccessConfig+    ComputeInstancesAddAccessConfigResource,+    ComputeInstancesAddAccessConfig (..),+    newComputeInstancesAddAccessConfig,++    -- ** compute.instances.addResourcePolicies+    ComputeInstancesAddResourcePoliciesResource,+    ComputeInstancesAddResourcePolicies (..),+    newComputeInstancesAddResourcePolicies,++    -- ** compute.instances.aggregatedList+    ComputeInstancesAggregatedListResource,+    ComputeInstancesAggregatedList (..),+    newComputeInstancesAggregatedList,++    -- ** compute.instances.attachDisk+    ComputeInstancesAttachDiskResource,+    ComputeInstancesAttachDisk (..),+    newComputeInstancesAttachDisk,++    -- ** compute.instances.bulkInsert+    ComputeInstancesBulkInsertResource,+    ComputeInstancesBulkInsert (..),+    newComputeInstancesBulkInsert,++    -- ** compute.instances.delete+    ComputeInstancesDeleteResource,+    ComputeInstancesDelete (..),+    newComputeInstancesDelete,++    -- ** compute.instances.deleteAccessConfig+    ComputeInstancesDeleteAccessConfigResource,+    ComputeInstancesDeleteAccessConfig (..),+    newComputeInstancesDeleteAccessConfig,++    -- ** compute.instances.detachDisk+    ComputeInstancesDetachDiskResource,+    ComputeInstancesDetachDisk (..),+    newComputeInstancesDetachDisk,++    -- ** compute.instances.get+    ComputeInstancesGetResource,+    ComputeInstancesGet (..),+    newComputeInstancesGet,++    -- ** compute.instances.getEffectiveFirewalls+    ComputeInstancesGetEffectiveFirewallsResource,+    ComputeInstancesGetEffectiveFirewalls (..),+    newComputeInstancesGetEffectiveFirewalls,++    -- ** compute.instances.getGuestAttributes+    ComputeInstancesGetGuestAttributesResource,+    ComputeInstancesGetGuestAttributes (..),+    newComputeInstancesGetGuestAttributes,++    -- ** compute.instances.getIamPolicy+    ComputeInstancesGetIamPolicyResource,+    ComputeInstancesGetIamPolicy (..),+    newComputeInstancesGetIamPolicy,++    -- ** compute.instances.getScreenshot+    ComputeInstancesGetScreenshotResource,+    ComputeInstancesGetScreenshot (..),+    newComputeInstancesGetScreenshot,++    -- ** compute.instances.getSerialPortOutput+    ComputeInstancesGetSerialPortOutputResource,+    ComputeInstancesGetSerialPortOutput (..),+    newComputeInstancesGetSerialPortOutput,++    -- ** compute.instances.getShieldedInstanceIdentity+    ComputeInstancesGetShieldedInstanceIdentityResource,+    ComputeInstancesGetShieldedInstanceIdentity (..),+    newComputeInstancesGetShieldedInstanceIdentity,++    -- ** compute.instances.insert+    ComputeInstancesInsertResource,+    ComputeInstancesInsert (..),+    newComputeInstancesInsert,++    -- ** compute.instances.list+    ComputeInstancesListResource,+    ComputeInstancesList (..),+    newComputeInstancesList,++    -- ** compute.instances.listReferrers+    ComputeInstancesListReferrersResource,+    ComputeInstancesListReferrers (..),+    newComputeInstancesListReferrers,++    -- ** compute.instances.performMaintenance+    ComputeInstancesPerformMaintenanceResource,+    ComputeInstancesPerformMaintenance (..),+    newComputeInstancesPerformMaintenance,++    -- ** compute.instances.removeResourcePolicies+    ComputeInstancesRemoveResourcePoliciesResource,+    ComputeInstancesRemoveResourcePolicies (..),+    newComputeInstancesRemoveResourcePolicies,++    -- ** compute.instances.reportHostAsFaulty+    ComputeInstancesReportHostAsFaultyResource,+    ComputeInstancesReportHostAsFaulty (..),+    newComputeInstancesReportHostAsFaulty,++    -- ** compute.instances.reset+    ComputeInstancesResetResource,+    ComputeInstancesReset (..),+    newComputeInstancesReset,++    -- ** compute.instances.resume+    ComputeInstancesResumeResource,+    ComputeInstancesResume (..),+    newComputeInstancesResume,++    -- ** compute.instances.sendDiagnosticInterrupt+    ComputeInstancesSendDiagnosticInterruptResource,+    ComputeInstancesSendDiagnosticInterrupt (..),+    newComputeInstancesSendDiagnosticInterrupt,++    -- ** compute.instances.setDeletionProtection+    ComputeInstancesSetDeletionProtectionResource,+    ComputeInstancesSetDeletionProtection (..),+    newComputeInstancesSetDeletionProtection,++    -- ** compute.instances.setDiskAutoDelete+    ComputeInstancesSetDiskAutoDeleteResource,+    ComputeInstancesSetDiskAutoDelete (..),+    newComputeInstancesSetDiskAutoDelete,++    -- ** compute.instances.setIamPolicy+    ComputeInstancesSetIamPolicyResource,+    ComputeInstancesSetIamPolicy (..),+    newComputeInstancesSetIamPolicy,++    -- ** compute.instances.setLabels+    ComputeInstancesSetLabelsResource,+    ComputeInstancesSetLabels (..),+    newComputeInstancesSetLabels,++    -- ** compute.instances.setMachineResources+    ComputeInstancesSetMachineResourcesResource,+    ComputeInstancesSetMachineResources (..),+    newComputeInstancesSetMachineResources,++    -- ** compute.instances.setMachineType+    ComputeInstancesSetMachineTypeResource,+    ComputeInstancesSetMachineType (..),+    newComputeInstancesSetMachineType,++    -- ** compute.instances.setMetadata+    ComputeInstancesSetMetadataResource,+    ComputeInstancesSetMetadata (..),+    newComputeInstancesSetMetadata,++    -- ** compute.instances.setMinCpuPlatform+    ComputeInstancesSetMinCpuPlatformResource,+    ComputeInstancesSetMinCpuPlatform (..),+    newComputeInstancesSetMinCpuPlatform,++    -- ** compute.instances.setName+    ComputeInstancesSetNameResource,+    ComputeInstancesSetName (..),+    newComputeInstancesSetName,++    -- ** compute.instances.setScheduling+    ComputeInstancesSetSchedulingResource,+    ComputeInstancesSetScheduling (..),+    newComputeInstancesSetScheduling,++    -- ** compute.instances.setSecurityPolicy+    ComputeInstancesSetSecurityPolicyResource,+    ComputeInstancesSetSecurityPolicy (..),+    newComputeInstancesSetSecurityPolicy,++    -- ** compute.instances.setServiceAccount+    ComputeInstancesSetServiceAccountResource,+    ComputeInstancesSetServiceAccount (..),+    newComputeInstancesSetServiceAccount,++    -- ** compute.instances.setShieldedInstanceIntegrityPolicy+    ComputeInstancesSetShieldedInstanceIntegrityPolicyResource,+    ComputeInstancesSetShieldedInstanceIntegrityPolicy (..),+    newComputeInstancesSetShieldedInstanceIntegrityPolicy,++    -- ** compute.instances.setTags+    ComputeInstancesSetTagsResource,+    ComputeInstancesSetTags (..),+    newComputeInstancesSetTags,++    -- ** compute.instances.simulateMaintenanceEvent+    ComputeInstancesSimulateMaintenanceEventResource,+    ComputeInstancesSimulateMaintenanceEvent (..),+    newComputeInstancesSimulateMaintenanceEvent,++    -- ** compute.instances.start+    ComputeInstancesStartResource,+    ComputeInstancesStart (..),+    newComputeInstancesStart,++    -- ** compute.instances.startWithEncryptionKey+    ComputeInstancesStartWithEncryptionKeyResource,+    ComputeInstancesStartWithEncryptionKey (..),+    newComputeInstancesStartWithEncryptionKey,++    -- ** compute.instances.stop+    ComputeInstancesStopResource,+    ComputeInstancesStop (..),+    newComputeInstancesStop,++    -- ** compute.instances.suspend+    ComputeInstancesSuspendResource,+    ComputeInstancesSuspend (..),+    newComputeInstancesSuspend,++    -- ** compute.instances.testIamPermissions+    ComputeInstancesTestIamPermissionsResource,+    ComputeInstancesTestIamPermissions (..),+    newComputeInstancesTestIamPermissions,++    -- ** compute.instances.update+    ComputeInstancesUpdateResource,+    ComputeInstancesUpdate (..),+    newComputeInstancesUpdate,++    -- ** compute.instances.updateAccessConfig+    ComputeInstancesUpdateAccessConfigResource,+    ComputeInstancesUpdateAccessConfig (..),+    newComputeInstancesUpdateAccessConfig,++    -- ** compute.instances.updateDisplayDevice+    ComputeInstancesUpdateDisplayDeviceResource,+    ComputeInstancesUpdateDisplayDevice (..),+    newComputeInstancesUpdateDisplayDevice,++    -- ** compute.instances.updateNetworkInterface+    ComputeInstancesUpdateNetworkInterfaceResource,+    ComputeInstancesUpdateNetworkInterface (..),+    newComputeInstancesUpdateNetworkInterface,++    -- ** compute.instances.updateShieldedInstanceConfig+    ComputeInstancesUpdateShieldedInstanceConfigResource,+    ComputeInstancesUpdateShieldedInstanceConfig (..),+    newComputeInstancesUpdateShieldedInstanceConfig,++    -- ** compute.instantSnapshots.aggregatedList+    ComputeInstantSnapshotsAggregatedListResource,+    ComputeInstantSnapshotsAggregatedList (..),+    newComputeInstantSnapshotsAggregatedList,++    -- ** compute.instantSnapshots.delete+    ComputeInstantSnapshotsDeleteResource,+    ComputeInstantSnapshotsDelete (..),+    newComputeInstantSnapshotsDelete,++    -- ** compute.instantSnapshots.get+    ComputeInstantSnapshotsGetResource,+    ComputeInstantSnapshotsGet (..),+    newComputeInstantSnapshotsGet,++    -- ** compute.instantSnapshots.getIamPolicy+    ComputeInstantSnapshotsGetIamPolicyResource,+    ComputeInstantSnapshotsGetIamPolicy (..),+    newComputeInstantSnapshotsGetIamPolicy,++    -- ** compute.instantSnapshots.insert+    ComputeInstantSnapshotsInsertResource,+    ComputeInstantSnapshotsInsert (..),+    newComputeInstantSnapshotsInsert,++    -- ** compute.instantSnapshots.list+    ComputeInstantSnapshotsListResource,+    ComputeInstantSnapshotsList (..),+    newComputeInstantSnapshotsList,++    -- ** compute.instantSnapshots.setIamPolicy+    ComputeInstantSnapshotsSetIamPolicyResource,+    ComputeInstantSnapshotsSetIamPolicy (..),+    newComputeInstantSnapshotsSetIamPolicy,++    -- ** compute.instantSnapshots.setLabels+    ComputeInstantSnapshotsSetLabelsResource,+    ComputeInstantSnapshotsSetLabels (..),+    newComputeInstantSnapshotsSetLabels,++    -- ** compute.instantSnapshots.testIamPermissions+    ComputeInstantSnapshotsTestIamPermissionsResource,+    ComputeInstantSnapshotsTestIamPermissions (..),+    newComputeInstantSnapshotsTestIamPermissions,++    -- ** compute.interconnectAttachments.aggregatedList+    ComputeInterconnectAttachmentsAggregatedListResource,+    ComputeInterconnectAttachmentsAggregatedList (..),+    newComputeInterconnectAttachmentsAggregatedList,++    -- ** compute.interconnectAttachments.delete+    ComputeInterconnectAttachmentsDeleteResource,+    ComputeInterconnectAttachmentsDelete (..),+    newComputeInterconnectAttachmentsDelete,++    -- ** compute.interconnectAttachments.get+    ComputeInterconnectAttachmentsGetResource,+    ComputeInterconnectAttachmentsGet (..),+    newComputeInterconnectAttachmentsGet,++    -- ** compute.interconnectAttachments.insert+    ComputeInterconnectAttachmentsInsertResource,+    ComputeInterconnectAttachmentsInsert (..),+    newComputeInterconnectAttachmentsInsert,++    -- ** compute.interconnectAttachments.list+    ComputeInterconnectAttachmentsListResource,+    ComputeInterconnectAttachmentsList (..),+    newComputeInterconnectAttachmentsList,++    -- ** compute.interconnectAttachments.patch+    ComputeInterconnectAttachmentsPatchResource,+    ComputeInterconnectAttachmentsPatch (..),+    newComputeInterconnectAttachmentsPatch,++    -- ** compute.interconnectAttachments.setLabels+    ComputeInterconnectAttachmentsSetLabelsResource,+    ComputeInterconnectAttachmentsSetLabels (..),+    newComputeInterconnectAttachmentsSetLabels,++    -- ** compute.interconnectLocations.get+    ComputeInterconnectLocationsGetResource,+    ComputeInterconnectLocationsGet (..),+    newComputeInterconnectLocationsGet,++    -- ** compute.interconnectLocations.list+    ComputeInterconnectLocationsListResource,+    ComputeInterconnectLocationsList (..),+    newComputeInterconnectLocationsList,++    -- ** compute.interconnectRemoteLocations.get+    ComputeInterconnectRemoteLocationsGetResource,+    ComputeInterconnectRemoteLocationsGet (..),+    newComputeInterconnectRemoteLocationsGet,++    -- ** compute.interconnectRemoteLocations.list+    ComputeInterconnectRemoteLocationsListResource,+    ComputeInterconnectRemoteLocationsList (..),+    newComputeInterconnectRemoteLocationsList,++    -- ** compute.interconnects.delete+    ComputeInterconnectsDeleteResource,+    ComputeInterconnectsDelete (..),+    newComputeInterconnectsDelete,++    -- ** compute.interconnects.get+    ComputeInterconnectsGetResource,+    ComputeInterconnectsGet (..),+    newComputeInterconnectsGet,++    -- ** compute.interconnects.getDiagnostics+    ComputeInterconnectsGetDiagnosticsResource,+    ComputeInterconnectsGetDiagnostics (..),+    newComputeInterconnectsGetDiagnostics,++    -- ** compute.interconnects.getMacsecConfig+    ComputeInterconnectsGetMacsecConfigResource,+    ComputeInterconnectsGetMacsecConfig (..),+    newComputeInterconnectsGetMacsecConfig,++    -- ** compute.interconnects.insert+    ComputeInterconnectsInsertResource,+    ComputeInterconnectsInsert (..),+    newComputeInterconnectsInsert,++    -- ** compute.interconnects.list+    ComputeInterconnectsListResource,+    ComputeInterconnectsList (..),+    newComputeInterconnectsList,++    -- ** compute.interconnects.patch+    ComputeInterconnectsPatchResource,+    ComputeInterconnectsPatch (..),+    newComputeInterconnectsPatch,++    -- ** compute.interconnects.setLabels+    ComputeInterconnectsSetLabelsResource,+    ComputeInterconnectsSetLabels (..),+    newComputeInterconnectsSetLabels,++    -- ** compute.licenseCodes.get+    ComputeLicenseCodesGetResource,+    ComputeLicenseCodesGet (..),+    newComputeLicenseCodesGet,++    -- ** compute.licenseCodes.testIamPermissions+    ComputeLicenseCodesTestIamPermissionsResource,+    ComputeLicenseCodesTestIamPermissions (..),+    newComputeLicenseCodesTestIamPermissions,++    -- ** compute.licenses.delete+    ComputeLicensesDeleteResource,+    ComputeLicensesDelete (..),+    newComputeLicensesDelete,++    -- ** compute.licenses.get+    ComputeLicensesGetResource,+    ComputeLicensesGet (..),+    newComputeLicensesGet,++    -- ** compute.licenses.getIamPolicy+    ComputeLicensesGetIamPolicyResource,+    ComputeLicensesGetIamPolicy (..),+    newComputeLicensesGetIamPolicy,++    -- ** compute.licenses.insert+    ComputeLicensesInsertResource,+    ComputeLicensesInsert (..),+    newComputeLicensesInsert,++    -- ** compute.licenses.list+    ComputeLicensesListResource,+    ComputeLicensesList (..),+    newComputeLicensesList,++    -- ** compute.licenses.setIamPolicy+    ComputeLicensesSetIamPolicyResource,+    ComputeLicensesSetIamPolicy (..),+    newComputeLicensesSetIamPolicy,++    -- ** compute.licenses.testIamPermissions+    ComputeLicensesTestIamPermissionsResource,+    ComputeLicensesTestIamPermissions (..),+    newComputeLicensesTestIamPermissions,++    -- ** compute.machineImages.delete+    ComputeMachineImagesDeleteResource,+    ComputeMachineImagesDelete (..),+    newComputeMachineImagesDelete,++    -- ** compute.machineImages.get+    ComputeMachineImagesGetResource,+    ComputeMachineImagesGet (..),+    newComputeMachineImagesGet,++    -- ** compute.machineImages.getIamPolicy+    ComputeMachineImagesGetIamPolicyResource,+    ComputeMachineImagesGetIamPolicy (..),+    newComputeMachineImagesGetIamPolicy,++    -- ** compute.machineImages.insert+    ComputeMachineImagesInsertResource,+    ComputeMachineImagesInsert (..),+    newComputeMachineImagesInsert,++    -- ** compute.machineImages.list+    ComputeMachineImagesListResource,+    ComputeMachineImagesList (..),+    newComputeMachineImagesList,++    -- ** compute.machineImages.setIamPolicy+    ComputeMachineImagesSetIamPolicyResource,+    ComputeMachineImagesSetIamPolicy (..),+    newComputeMachineImagesSetIamPolicy,++    -- ** compute.machineImages.testIamPermissions+    ComputeMachineImagesTestIamPermissionsResource,+    ComputeMachineImagesTestIamPermissions (..),+    newComputeMachineImagesTestIamPermissions,++    -- ** compute.machineTypes.aggregatedList+    ComputeMachineTypesAggregatedListResource,+    ComputeMachineTypesAggregatedList (..),+    newComputeMachineTypesAggregatedList,++    -- ** compute.machineTypes.get+    ComputeMachineTypesGetResource,+    ComputeMachineTypesGet (..),+    newComputeMachineTypesGet,++    -- ** compute.machineTypes.list+    ComputeMachineTypesListResource,+    ComputeMachineTypesList (..),+    newComputeMachineTypesList,++    -- ** compute.networkAttachments.aggregatedList+    ComputeNetworkAttachmentsAggregatedListResource,+    ComputeNetworkAttachmentsAggregatedList (..),+    newComputeNetworkAttachmentsAggregatedList,++    -- ** compute.networkAttachments.delete+    ComputeNetworkAttachmentsDeleteResource,+    ComputeNetworkAttachmentsDelete (..),+    newComputeNetworkAttachmentsDelete,++    -- ** compute.networkAttachments.get+    ComputeNetworkAttachmentsGetResource,+    ComputeNetworkAttachmentsGet (..),+    newComputeNetworkAttachmentsGet,++    -- ** compute.networkAttachments.getIamPolicy+    ComputeNetworkAttachmentsGetIamPolicyResource,+    ComputeNetworkAttachmentsGetIamPolicy (..),+    newComputeNetworkAttachmentsGetIamPolicy,++    -- ** compute.networkAttachments.insert+    ComputeNetworkAttachmentsInsertResource,+    ComputeNetworkAttachmentsInsert (..),+    newComputeNetworkAttachmentsInsert,++    -- ** compute.networkAttachments.list+    ComputeNetworkAttachmentsListResource,+    ComputeNetworkAttachmentsList (..),+    newComputeNetworkAttachmentsList,++    -- ** compute.networkAttachments.patch+    ComputeNetworkAttachmentsPatchResource,+    ComputeNetworkAttachmentsPatch (..),+    newComputeNetworkAttachmentsPatch,++    -- ** compute.networkAttachments.setIamPolicy+    ComputeNetworkAttachmentsSetIamPolicyResource,+    ComputeNetworkAttachmentsSetIamPolicy (..),+    newComputeNetworkAttachmentsSetIamPolicy,++    -- ** compute.networkAttachments.testIamPermissions+    ComputeNetworkAttachmentsTestIamPermissionsResource,+    ComputeNetworkAttachmentsTestIamPermissions (..),+    newComputeNetworkAttachmentsTestIamPermissions,++    -- ** compute.networkEdgeSecurityServices.aggregatedList+    ComputeNetworkEdgeSecurityServicesAggregatedListResource,+    ComputeNetworkEdgeSecurityServicesAggregatedList (..),+    newComputeNetworkEdgeSecurityServicesAggregatedList,++    -- ** compute.networkEdgeSecurityServices.delete+    ComputeNetworkEdgeSecurityServicesDeleteResource,+    ComputeNetworkEdgeSecurityServicesDelete (..),+    newComputeNetworkEdgeSecurityServicesDelete,++    -- ** compute.networkEdgeSecurityServices.get+    ComputeNetworkEdgeSecurityServicesGetResource,+    ComputeNetworkEdgeSecurityServicesGet (..),+    newComputeNetworkEdgeSecurityServicesGet,++    -- ** compute.networkEdgeSecurityServices.insert+    ComputeNetworkEdgeSecurityServicesInsertResource,+    ComputeNetworkEdgeSecurityServicesInsert (..),+    newComputeNetworkEdgeSecurityServicesInsert,++    -- ** compute.networkEdgeSecurityServices.patch+    ComputeNetworkEdgeSecurityServicesPatchResource,+    ComputeNetworkEdgeSecurityServicesPatch (..),+    newComputeNetworkEdgeSecurityServicesPatch,++    -- ** compute.networkEndpointGroups.aggregatedList+    ComputeNetworkEndpointGroupsAggregatedListResource,+    ComputeNetworkEndpointGroupsAggregatedList (..),+    newComputeNetworkEndpointGroupsAggregatedList,++    -- ** compute.networkEndpointGroups.attachNetworkEndpoints+    ComputeNetworkEndpointGroupsAttachNetworkEndpointsResource,+    ComputeNetworkEndpointGroupsAttachNetworkEndpoints (..),+    newComputeNetworkEndpointGroupsAttachNetworkEndpoints,++    -- ** compute.networkEndpointGroups.delete+    ComputeNetworkEndpointGroupsDeleteResource,+    ComputeNetworkEndpointGroupsDelete (..),+    newComputeNetworkEndpointGroupsDelete,++    -- ** compute.networkEndpointGroups.detachNetworkEndpoints+    ComputeNetworkEndpointGroupsDetachNetworkEndpointsResource,+    ComputeNetworkEndpointGroupsDetachNetworkEndpoints (..),+    newComputeNetworkEndpointGroupsDetachNetworkEndpoints,++    -- ** compute.networkEndpointGroups.get+    ComputeNetworkEndpointGroupsGetResource,+    ComputeNetworkEndpointGroupsGet (..),+    newComputeNetworkEndpointGroupsGet,++    -- ** compute.networkEndpointGroups.insert+    ComputeNetworkEndpointGroupsInsertResource,+    ComputeNetworkEndpointGroupsInsert (..),+    newComputeNetworkEndpointGroupsInsert,++    -- ** compute.networkEndpointGroups.list+    ComputeNetworkEndpointGroupsListResource,+    ComputeNetworkEndpointGroupsList (..),+    newComputeNetworkEndpointGroupsList,++    -- ** compute.networkEndpointGroups.listNetworkEndpoints+    ComputeNetworkEndpointGroupsListNetworkEndpointsResource,+    ComputeNetworkEndpointGroupsListNetworkEndpoints (..),+    newComputeNetworkEndpointGroupsListNetworkEndpoints,++    -- ** compute.networkEndpointGroups.testIamPermissions+    ComputeNetworkEndpointGroupsTestIamPermissionsResource,+    ComputeNetworkEndpointGroupsTestIamPermissions (..),+    newComputeNetworkEndpointGroupsTestIamPermissions,++    -- ** compute.networkFirewallPolicies.addAssociation+    ComputeNetworkFirewallPoliciesAddAssociationResource,+    ComputeNetworkFirewallPoliciesAddAssociation (..),+    newComputeNetworkFirewallPoliciesAddAssociation,++    -- ** compute.networkFirewallPolicies.addPacketMirroringRule+    ComputeNetworkFirewallPoliciesAddPacketMirroringRuleResource,+    ComputeNetworkFirewallPoliciesAddPacketMirroringRule (..),+    newComputeNetworkFirewallPoliciesAddPacketMirroringRule,++    -- ** compute.networkFirewallPolicies.addRule+    ComputeNetworkFirewallPoliciesAddRuleResource,+    ComputeNetworkFirewallPoliciesAddRule (..),+    newComputeNetworkFirewallPoliciesAddRule,++    -- ** compute.networkFirewallPolicies.aggregatedList+    ComputeNetworkFirewallPoliciesAggregatedListResource,+    ComputeNetworkFirewallPoliciesAggregatedList (..),+    newComputeNetworkFirewallPoliciesAggregatedList,++    -- ** compute.networkFirewallPolicies.cloneRules+    ComputeNetworkFirewallPoliciesCloneRulesResource,+    ComputeNetworkFirewallPoliciesCloneRules (..),+    newComputeNetworkFirewallPoliciesCloneRules,++    -- ** compute.networkFirewallPolicies.delete+    ComputeNetworkFirewallPoliciesDeleteResource,+    ComputeNetworkFirewallPoliciesDelete (..),+    newComputeNetworkFirewallPoliciesDelete,++    -- ** compute.networkFirewallPolicies.get+    ComputeNetworkFirewallPoliciesGetResource,+    ComputeNetworkFirewallPoliciesGet (..),+    newComputeNetworkFirewallPoliciesGet,++    -- ** compute.networkFirewallPolicies.getAssociation+    ComputeNetworkFirewallPoliciesGetAssociationResource,+    ComputeNetworkFirewallPoliciesGetAssociation (..),+    newComputeNetworkFirewallPoliciesGetAssociation,++    -- ** compute.networkFirewallPolicies.getIamPolicy+    ComputeNetworkFirewallPoliciesGetIamPolicyResource,+    ComputeNetworkFirewallPoliciesGetIamPolicy (..),+    newComputeNetworkFirewallPoliciesGetIamPolicy,++    -- ** compute.networkFirewallPolicies.getPacketMirroringRule+    ComputeNetworkFirewallPoliciesGetPacketMirroringRuleResource,+    ComputeNetworkFirewallPoliciesGetPacketMirroringRule (..),+    newComputeNetworkFirewallPoliciesGetPacketMirroringRule,++    -- ** compute.networkFirewallPolicies.getRule+    ComputeNetworkFirewallPoliciesGetRuleResource,+    ComputeNetworkFirewallPoliciesGetRule (..),+    newComputeNetworkFirewallPoliciesGetRule,++    -- ** compute.networkFirewallPolicies.insert+    ComputeNetworkFirewallPoliciesInsertResource,+    ComputeNetworkFirewallPoliciesInsert (..),+    newComputeNetworkFirewallPoliciesInsert,++    -- ** compute.networkFirewallPolicies.list+    ComputeNetworkFirewallPoliciesListResource,+    ComputeNetworkFirewallPoliciesList (..),+    newComputeNetworkFirewallPoliciesList,++    -- ** compute.networkFirewallPolicies.patch+    ComputeNetworkFirewallPoliciesPatchResource,+    ComputeNetworkFirewallPoliciesPatch (..),+    newComputeNetworkFirewallPoliciesPatch,++    -- ** compute.networkFirewallPolicies.patchPacketMirroringRule+    ComputeNetworkFirewallPoliciesPatchPacketMirroringRuleResource,+    ComputeNetworkFirewallPoliciesPatchPacketMirroringRule (..),+    newComputeNetworkFirewallPoliciesPatchPacketMirroringRule,++    -- ** compute.networkFirewallPolicies.patchRule+    ComputeNetworkFirewallPoliciesPatchRuleResource,+    ComputeNetworkFirewallPoliciesPatchRule (..),+    newComputeNetworkFirewallPoliciesPatchRule,++    -- ** compute.networkFirewallPolicies.removeAssociation+    ComputeNetworkFirewallPoliciesRemoveAssociationResource,+    ComputeNetworkFirewallPoliciesRemoveAssociation (..),+    newComputeNetworkFirewallPoliciesRemoveAssociation,++    -- ** compute.networkFirewallPolicies.removePacketMirroringRule+    ComputeNetworkFirewallPoliciesRemovePacketMirroringRuleResource,+    ComputeNetworkFirewallPoliciesRemovePacketMirroringRule (..),+    newComputeNetworkFirewallPoliciesRemovePacketMirroringRule,++    -- ** compute.networkFirewallPolicies.removeRule+    ComputeNetworkFirewallPoliciesRemoveRuleResource,+    ComputeNetworkFirewallPoliciesRemoveRule (..),+    newComputeNetworkFirewallPoliciesRemoveRule,++    -- ** compute.networkFirewallPolicies.setIamPolicy+    ComputeNetworkFirewallPoliciesSetIamPolicyResource,+    ComputeNetworkFirewallPoliciesSetIamPolicy (..),+    newComputeNetworkFirewallPoliciesSetIamPolicy,++    -- ** compute.networkFirewallPolicies.testIamPermissions+    ComputeNetworkFirewallPoliciesTestIamPermissionsResource,+    ComputeNetworkFirewallPoliciesTestIamPermissions (..),+    newComputeNetworkFirewallPoliciesTestIamPermissions,++    -- ** compute.networkProfiles.get+    ComputeNetworkProfilesGetResource,+    ComputeNetworkProfilesGet (..),+    newComputeNetworkProfilesGet,++    -- ** compute.networkProfiles.list+    ComputeNetworkProfilesListResource,+    ComputeNetworkProfilesList (..),+    newComputeNetworkProfilesList,++    -- ** compute.networks.addPeering+    ComputeNetworksAddPeeringResource,+    ComputeNetworksAddPeering (..),+    newComputeNetworksAddPeering,++    -- ** compute.networks.delete+    ComputeNetworksDeleteResource,+    ComputeNetworksDelete (..),+    newComputeNetworksDelete,++    -- ** compute.networks.get+    ComputeNetworksGetResource,+    ComputeNetworksGet (..),+    newComputeNetworksGet,++    -- ** compute.networks.getEffectiveFirewalls+    ComputeNetworksGetEffectiveFirewallsResource,+    ComputeNetworksGetEffectiveFirewalls (..),+    newComputeNetworksGetEffectiveFirewalls,++    -- ** compute.networks.insert+    ComputeNetworksInsertResource,+    ComputeNetworksInsert (..),+    newComputeNetworksInsert,++    -- ** compute.networks.list+    ComputeNetworksListResource,+    ComputeNetworksList (..),+    newComputeNetworksList,++    -- ** compute.networks.listPeeringRoutes+    ComputeNetworksListPeeringRoutesResource,+    ComputeNetworksListPeeringRoutes (..),+    newComputeNetworksListPeeringRoutes,++    -- ** compute.networks.patch+    ComputeNetworksPatchResource,+    ComputeNetworksPatch (..),+    newComputeNetworksPatch,++    -- ** compute.networks.removePeering+    ComputeNetworksRemovePeeringResource,+    ComputeNetworksRemovePeering (..),+    newComputeNetworksRemovePeering,++    -- ** compute.networks.switchToCustomMode+    ComputeNetworksSwitchToCustomModeResource,+    ComputeNetworksSwitchToCustomMode (..),+    newComputeNetworksSwitchToCustomMode,++    -- ** compute.networks.updatePeering+    ComputeNetworksUpdatePeeringResource,+    ComputeNetworksUpdatePeering (..),+    newComputeNetworksUpdatePeering,++    -- ** compute.nodeGroups.addNodes+    ComputeNodeGroupsAddNodesResource,+    ComputeNodeGroupsAddNodes (..),+    newComputeNodeGroupsAddNodes,++    -- ** compute.nodeGroups.aggregatedList+    ComputeNodeGroupsAggregatedListResource,+    ComputeNodeGroupsAggregatedList (..),+    newComputeNodeGroupsAggregatedList,++    -- ** compute.nodeGroups.delete+    ComputeNodeGroupsDeleteResource,+    ComputeNodeGroupsDelete (..),+    newComputeNodeGroupsDelete,++    -- ** compute.nodeGroups.deleteNodes+    ComputeNodeGroupsDeleteNodesResource,+    ComputeNodeGroupsDeleteNodes (..),+    newComputeNodeGroupsDeleteNodes,++    -- ** compute.nodeGroups.get+    ComputeNodeGroupsGetResource,+    ComputeNodeGroupsGet (..),+    newComputeNodeGroupsGet,++    -- ** compute.nodeGroups.getIamPolicy+    ComputeNodeGroupsGetIamPolicyResource,+    ComputeNodeGroupsGetIamPolicy (..),+    newComputeNodeGroupsGetIamPolicy,++    -- ** compute.nodeGroups.insert+    ComputeNodeGroupsInsertResource,+    ComputeNodeGroupsInsert (..),+    newComputeNodeGroupsInsert,++    -- ** compute.nodeGroups.list+    ComputeNodeGroupsListResource,+    ComputeNodeGroupsList (..),+    newComputeNodeGroupsList,++    -- ** compute.nodeGroups.listNodes+    ComputeNodeGroupsListNodesResource,+    ComputeNodeGroupsListNodes (..),+    newComputeNodeGroupsListNodes,++    -- ** compute.nodeGroups.patch+    ComputeNodeGroupsPatchResource,+    ComputeNodeGroupsPatch (..),+    newComputeNodeGroupsPatch,++    -- ** compute.nodeGroups.performMaintenance+    ComputeNodeGroupsPerformMaintenanceResource,+    ComputeNodeGroupsPerformMaintenance (..),+    newComputeNodeGroupsPerformMaintenance,++    -- ** compute.nodeGroups.setIamPolicy+    ComputeNodeGroupsSetIamPolicyResource,+    ComputeNodeGroupsSetIamPolicy (..),+    newComputeNodeGroupsSetIamPolicy,++    -- ** compute.nodeGroups.setNodeTemplate+    ComputeNodeGroupsSetNodeTemplateResource,+    ComputeNodeGroupsSetNodeTemplate (..),+    newComputeNodeGroupsSetNodeTemplate,++    -- ** compute.nodeGroups.simulateMaintenanceEvent+    ComputeNodeGroupsSimulateMaintenanceEventResource,+    ComputeNodeGroupsSimulateMaintenanceEvent (..),+    newComputeNodeGroupsSimulateMaintenanceEvent,++    -- ** compute.nodeGroups.testIamPermissions+    ComputeNodeGroupsTestIamPermissionsResource,+    ComputeNodeGroupsTestIamPermissions (..),+    newComputeNodeGroupsTestIamPermissions,++    -- ** compute.nodeTemplates.aggregatedList+    ComputeNodeTemplatesAggregatedListResource,+    ComputeNodeTemplatesAggregatedList (..),+    newComputeNodeTemplatesAggregatedList,++    -- ** compute.nodeTemplates.delete+    ComputeNodeTemplatesDeleteResource,+    ComputeNodeTemplatesDelete (..),+    newComputeNodeTemplatesDelete,++    -- ** compute.nodeTemplates.get+    ComputeNodeTemplatesGetResource,+    ComputeNodeTemplatesGet (..),+    newComputeNodeTemplatesGet,++    -- ** compute.nodeTemplates.getIamPolicy+    ComputeNodeTemplatesGetIamPolicyResource,+    ComputeNodeTemplatesGetIamPolicy (..),+    newComputeNodeTemplatesGetIamPolicy,++    -- ** compute.nodeTemplates.insert+    ComputeNodeTemplatesInsertResource,+    ComputeNodeTemplatesInsert (..),+    newComputeNodeTemplatesInsert,++    -- ** compute.nodeTemplates.list+    ComputeNodeTemplatesListResource,+    ComputeNodeTemplatesList (..),+    newComputeNodeTemplatesList,++    -- ** compute.nodeTemplates.setIamPolicy+    ComputeNodeTemplatesSetIamPolicyResource,+    ComputeNodeTemplatesSetIamPolicy (..),+    newComputeNodeTemplatesSetIamPolicy,++    -- ** compute.nodeTemplates.testIamPermissions+    ComputeNodeTemplatesTestIamPermissionsResource,+    ComputeNodeTemplatesTestIamPermissions (..),+    newComputeNodeTemplatesTestIamPermissions,++    -- ** compute.nodeTypes.aggregatedList+    ComputeNodeTypesAggregatedListResource,+    ComputeNodeTypesAggregatedList (..),+    newComputeNodeTypesAggregatedList,++    -- ** compute.nodeTypes.get+    ComputeNodeTypesGetResource,+    ComputeNodeTypesGet (..),+    newComputeNodeTypesGet,++    -- ** compute.nodeTypes.list+    ComputeNodeTypesListResource,+    ComputeNodeTypesList (..),+    newComputeNodeTypesList,++    -- ** compute.packetMirrorings.aggregatedList+    ComputePacketMirroringsAggregatedListResource,+    ComputePacketMirroringsAggregatedList (..),+    newComputePacketMirroringsAggregatedList,++    -- ** compute.packetMirrorings.delete+    ComputePacketMirroringsDeleteResource,+    ComputePacketMirroringsDelete (..),+    newComputePacketMirroringsDelete,++    -- ** compute.packetMirrorings.get+    ComputePacketMirroringsGetResource,+    ComputePacketMirroringsGet (..),+    newComputePacketMirroringsGet,++    -- ** compute.packetMirrorings.insert+    ComputePacketMirroringsInsertResource,+    ComputePacketMirroringsInsert (..),+    newComputePacketMirroringsInsert,++    -- ** compute.packetMirrorings.list+    ComputePacketMirroringsListResource,+    ComputePacketMirroringsList (..),+    newComputePacketMirroringsList,++    -- ** compute.packetMirrorings.patch+    ComputePacketMirroringsPatchResource,+    ComputePacketMirroringsPatch (..),+    newComputePacketMirroringsPatch,++    -- ** compute.packetMirrorings.testIamPermissions+    ComputePacketMirroringsTestIamPermissionsResource,+    ComputePacketMirroringsTestIamPermissions (..),+    newComputePacketMirroringsTestIamPermissions,++    -- ** compute.projects.disableXpnHost+    ComputeProjectsDisableXpnHostResource,+    ComputeProjectsDisableXpnHost (..),+    newComputeProjectsDisableXpnHost,++    -- ** compute.projects.disableXpnResource+    ComputeProjectsDisableXpnResourceResource,+    ComputeProjectsDisableXpnResource (..),+    newComputeProjectsDisableXpnResource,++    -- ** compute.projects.enableXpnHost+    ComputeProjectsEnableXpnHostResource,+    ComputeProjectsEnableXpnHost (..),+    newComputeProjectsEnableXpnHost,++    -- ** compute.projects.enableXpnResource+    ComputeProjectsEnableXpnResourceResource,+    ComputeProjectsEnableXpnResource (..),+    newComputeProjectsEnableXpnResource,++    -- ** compute.projects.get+    ComputeProjectsGetResource,+    ComputeProjectsGet (..),+    newComputeProjectsGet,++    -- ** compute.projects.getXpnHost+    ComputeProjectsGetXpnHostResource,+    ComputeProjectsGetXpnHost (..),+    newComputeProjectsGetXpnHost,++    -- ** compute.projects.getXpnResources+    ComputeProjectsGetXpnResourcesResource,+    ComputeProjectsGetXpnResources (..),+    newComputeProjectsGetXpnResources,++    -- ** compute.projects.listXpnHosts+    ComputeProjectsListXpnHostsResource,+    ComputeProjectsListXpnHosts (..),+    newComputeProjectsListXpnHosts,++    -- ** compute.projects.moveDisk+    ComputeProjectsMoveDiskResource,+    ComputeProjectsMoveDisk (..),+    newComputeProjectsMoveDisk,++    -- ** compute.projects.moveInstance+    ComputeProjectsMoveInstanceResource,+    ComputeProjectsMoveInstance (..),+    newComputeProjectsMoveInstance,++    -- ** compute.projects.setCloudArmorTier+    ComputeProjectsSetCloudArmorTierResource,+    ComputeProjectsSetCloudArmorTier (..),+    newComputeProjectsSetCloudArmorTier,++    -- ** compute.projects.setCommonInstanceMetadata+    ComputeProjectsSetCommonInstanceMetadataResource,+    ComputeProjectsSetCommonInstanceMetadata (..),+    newComputeProjectsSetCommonInstanceMetadata,++    -- ** compute.projects.setDefaultNetworkTier+    ComputeProjectsSetDefaultNetworkTierResource,+    ComputeProjectsSetDefaultNetworkTier (..),+    newComputeProjectsSetDefaultNetworkTier,++    -- ** compute.projects.setUsageExportBucket+    ComputeProjectsSetUsageExportBucketResource,+    ComputeProjectsSetUsageExportBucket (..),+    newComputeProjectsSetUsageExportBucket,++    -- ** compute.publicAdvertisedPrefixes.announce+    ComputePublicAdvertisedPrefixesAnnounceResource,+    ComputePublicAdvertisedPrefixesAnnounce (..),+    newComputePublicAdvertisedPrefixesAnnounce,++    -- ** compute.publicAdvertisedPrefixes.delete+    ComputePublicAdvertisedPrefixesDeleteResource,+    ComputePublicAdvertisedPrefixesDelete (..),+    newComputePublicAdvertisedPrefixesDelete,++    -- ** compute.publicAdvertisedPrefixes.get+    ComputePublicAdvertisedPrefixesGetResource,+    ComputePublicAdvertisedPrefixesGet (..),+    newComputePublicAdvertisedPrefixesGet,++    -- ** compute.publicAdvertisedPrefixes.insert+    ComputePublicAdvertisedPrefixesInsertResource,+    ComputePublicAdvertisedPrefixesInsert (..),+    newComputePublicAdvertisedPrefixesInsert,++    -- ** compute.publicAdvertisedPrefixes.list+    ComputePublicAdvertisedPrefixesListResource,+    ComputePublicAdvertisedPrefixesList (..),+    newComputePublicAdvertisedPrefixesList,++    -- ** compute.publicAdvertisedPrefixes.patch+    ComputePublicAdvertisedPrefixesPatchResource,+    ComputePublicAdvertisedPrefixesPatch (..),+    newComputePublicAdvertisedPrefixesPatch,++    -- ** compute.publicAdvertisedPrefixes.withdraw+    ComputePublicAdvertisedPrefixesWithdrawResource,+    ComputePublicAdvertisedPrefixesWithdraw (..),+    newComputePublicAdvertisedPrefixesWithdraw,++    -- ** compute.publicDelegatedPrefixes.aggregatedList+    ComputePublicDelegatedPrefixesAggregatedListResource,+    ComputePublicDelegatedPrefixesAggregatedList (..),+    newComputePublicDelegatedPrefixesAggregatedList,++    -- ** compute.publicDelegatedPrefixes.announce+    ComputePublicDelegatedPrefixesAnnounceResource,+    ComputePublicDelegatedPrefixesAnnounce (..),+    newComputePublicDelegatedPrefixesAnnounce,++    -- ** compute.publicDelegatedPrefixes.delete+    ComputePublicDelegatedPrefixesDeleteResource,+    ComputePublicDelegatedPrefixesDelete (..),+    newComputePublicDelegatedPrefixesDelete,++    -- ** compute.publicDelegatedPrefixes.get+    ComputePublicDelegatedPrefixesGetResource,+    ComputePublicDelegatedPrefixesGet (..),+    newComputePublicDelegatedPrefixesGet,++    -- ** compute.publicDelegatedPrefixes.insert+    ComputePublicDelegatedPrefixesInsertResource,+    ComputePublicDelegatedPrefixesInsert (..),+    newComputePublicDelegatedPrefixesInsert,++    -- ** compute.publicDelegatedPrefixes.list+    ComputePublicDelegatedPrefixesListResource,+    ComputePublicDelegatedPrefixesList (..),+    newComputePublicDelegatedPrefixesList,++    -- ** compute.publicDelegatedPrefixes.patch+    ComputePublicDelegatedPrefixesPatchResource,+    ComputePublicDelegatedPrefixesPatch (..),+    newComputePublicDelegatedPrefixesPatch,++    -- ** compute.publicDelegatedPrefixes.withdraw+    ComputePublicDelegatedPrefixesWithdrawResource,+    ComputePublicDelegatedPrefixesWithdraw (..),+    newComputePublicDelegatedPrefixesWithdraw,++    -- ** compute.regionAutoscalers.delete+    ComputeRegionAutoscalersDeleteResource,+    ComputeRegionAutoscalersDelete (..),+    newComputeRegionAutoscalersDelete,++    -- ** compute.regionAutoscalers.get+    ComputeRegionAutoscalersGetResource,+    ComputeRegionAutoscalersGet (..),+    newComputeRegionAutoscalersGet,++    -- ** compute.regionAutoscalers.insert+    ComputeRegionAutoscalersInsertResource,+    ComputeRegionAutoscalersInsert (..),+    newComputeRegionAutoscalersInsert,++    -- ** compute.regionAutoscalers.list+    ComputeRegionAutoscalersListResource,+    ComputeRegionAutoscalersList (..),+    newComputeRegionAutoscalersList,++    -- ** compute.regionAutoscalers.patch+    ComputeRegionAutoscalersPatchResource,+    ComputeRegionAutoscalersPatch (..),+    newComputeRegionAutoscalersPatch,++    -- ** compute.regionAutoscalers.update+    ComputeRegionAutoscalersUpdateResource,+    ComputeRegionAutoscalersUpdate (..),+    newComputeRegionAutoscalersUpdate,++    -- ** compute.regionBackendServices.delete+    ComputeRegionBackendServicesDeleteResource,+    ComputeRegionBackendServicesDelete (..),+    newComputeRegionBackendServicesDelete,++    -- ** compute.regionBackendServices.get+    ComputeRegionBackendServicesGetResource,+    ComputeRegionBackendServicesGet (..),+    newComputeRegionBackendServicesGet,++    -- ** compute.regionBackendServices.getHealth+    ComputeRegionBackendServicesGetHealthResource,+    ComputeRegionBackendServicesGetHealth (..),+    newComputeRegionBackendServicesGetHealth,++    -- ** compute.regionBackendServices.getIamPolicy+    ComputeRegionBackendServicesGetIamPolicyResource,+    ComputeRegionBackendServicesGetIamPolicy (..),+    newComputeRegionBackendServicesGetIamPolicy,++    -- ** compute.regionBackendServices.insert+    ComputeRegionBackendServicesInsertResource,+    ComputeRegionBackendServicesInsert (..),+    newComputeRegionBackendServicesInsert,++    -- ** compute.regionBackendServices.list+    ComputeRegionBackendServicesListResource,+    ComputeRegionBackendServicesList (..),+    newComputeRegionBackendServicesList,++    -- ** compute.regionBackendServices.listUsable+    ComputeRegionBackendServicesListUsableResource,+    ComputeRegionBackendServicesListUsable (..),+    newComputeRegionBackendServicesListUsable,++    -- ** compute.regionBackendServices.patch+    ComputeRegionBackendServicesPatchResource,+    ComputeRegionBackendServicesPatch (..),+    newComputeRegionBackendServicesPatch,++    -- ** compute.regionBackendServices.setIamPolicy+    ComputeRegionBackendServicesSetIamPolicyResource,+    ComputeRegionBackendServicesSetIamPolicy (..),+    newComputeRegionBackendServicesSetIamPolicy,++    -- ** compute.regionBackendServices.setSecurityPolicy+    ComputeRegionBackendServicesSetSecurityPolicyResource,+    ComputeRegionBackendServicesSetSecurityPolicy (..),+    newComputeRegionBackendServicesSetSecurityPolicy,++    -- ** compute.regionBackendServices.testIamPermissions+    ComputeRegionBackendServicesTestIamPermissionsResource,+    ComputeRegionBackendServicesTestIamPermissions (..),+    newComputeRegionBackendServicesTestIamPermissions,++    -- ** compute.regionBackendServices.update+    ComputeRegionBackendServicesUpdateResource,+    ComputeRegionBackendServicesUpdate (..),+    newComputeRegionBackendServicesUpdate,++    -- ** compute.regionCommitments.aggregatedList+    ComputeRegionCommitmentsAggregatedListResource,+    ComputeRegionCommitmentsAggregatedList (..),+    newComputeRegionCommitmentsAggregatedList,++    -- ** compute.regionCommitments.get+    ComputeRegionCommitmentsGetResource,+    ComputeRegionCommitmentsGet (..),+    newComputeRegionCommitmentsGet,++    -- ** compute.regionCommitments.insert+    ComputeRegionCommitmentsInsertResource,+    ComputeRegionCommitmentsInsert (..),+    newComputeRegionCommitmentsInsert,++    -- ** compute.regionCommitments.list+    ComputeRegionCommitmentsListResource,+    ComputeRegionCommitmentsList (..),+    newComputeRegionCommitmentsList,++    -- ** compute.regionCommitments.update+    ComputeRegionCommitmentsUpdateResource,+    ComputeRegionCommitmentsUpdate (..),+    newComputeRegionCommitmentsUpdate,++    -- ** compute.regionDiskTypes.get+    ComputeRegionDiskTypesGetResource,+    ComputeRegionDiskTypesGet (..),+    newComputeRegionDiskTypesGet,++    -- ** compute.regionDiskTypes.list+    ComputeRegionDiskTypesListResource,+    ComputeRegionDiskTypesList (..),+    newComputeRegionDiskTypesList,++    -- ** compute.regionDisks.addResourcePolicies+    ComputeRegionDisksAddResourcePoliciesResource,+    ComputeRegionDisksAddResourcePolicies (..),+    newComputeRegionDisksAddResourcePolicies,++    -- ** compute.regionDisks.bulkInsert+    ComputeRegionDisksBulkInsertResource,+    ComputeRegionDisksBulkInsert (..),+    newComputeRegionDisksBulkInsert,++    -- ** compute.regionDisks.createSnapshot+    ComputeRegionDisksCreateSnapshotResource,+    ComputeRegionDisksCreateSnapshot (..),+    newComputeRegionDisksCreateSnapshot,++    -- ** compute.regionDisks.delete+    ComputeRegionDisksDeleteResource,+    ComputeRegionDisksDelete (..),+    newComputeRegionDisksDelete,++    -- ** compute.regionDisks.get+    ComputeRegionDisksGetResource,+    ComputeRegionDisksGet (..),+    newComputeRegionDisksGet,++    -- ** compute.regionDisks.getIamPolicy+    ComputeRegionDisksGetIamPolicyResource,+    ComputeRegionDisksGetIamPolicy (..),+    newComputeRegionDisksGetIamPolicy,++    -- ** compute.regionDisks.insert+    ComputeRegionDisksInsertResource,+    ComputeRegionDisksInsert (..),+    newComputeRegionDisksInsert,++    -- ** compute.regionDisks.list+    ComputeRegionDisksListResource,+    ComputeRegionDisksList (..),+    newComputeRegionDisksList,++    -- ** compute.regionDisks.removeResourcePolicies+    ComputeRegionDisksRemoveResourcePoliciesResource,+    ComputeRegionDisksRemoveResourcePolicies (..),+    newComputeRegionDisksRemoveResourcePolicies,++    -- ** compute.regionDisks.resize+    ComputeRegionDisksResizeResource,+    ComputeRegionDisksResize (..),+    newComputeRegionDisksResize,++    -- ** compute.regionDisks.setIamPolicy+    ComputeRegionDisksSetIamPolicyResource,+    ComputeRegionDisksSetIamPolicy (..),+    newComputeRegionDisksSetIamPolicy,++    -- ** compute.regionDisks.setLabels+    ComputeRegionDisksSetLabelsResource,+    ComputeRegionDisksSetLabels (..),+    newComputeRegionDisksSetLabels,++    -- ** compute.regionDisks.startAsyncReplication+    ComputeRegionDisksStartAsyncReplicationResource,+    ComputeRegionDisksStartAsyncReplication (..),+    newComputeRegionDisksStartAsyncReplication,++    -- ** compute.regionDisks.stopAsyncReplication+    ComputeRegionDisksStopAsyncReplicationResource,+    ComputeRegionDisksStopAsyncReplication (..),+    newComputeRegionDisksStopAsyncReplication,++    -- ** compute.regionDisks.stopGroupAsyncReplication+    ComputeRegionDisksStopGroupAsyncReplicationResource,+    ComputeRegionDisksStopGroupAsyncReplication (..),+    newComputeRegionDisksStopGroupAsyncReplication,++    -- ** compute.regionDisks.testIamPermissions+    ComputeRegionDisksTestIamPermissionsResource,+    ComputeRegionDisksTestIamPermissions (..),+    newComputeRegionDisksTestIamPermissions,++    -- ** compute.regionDisks.update+    ComputeRegionDisksUpdateResource,+    ComputeRegionDisksUpdate (..),+    newComputeRegionDisksUpdate,++    -- ** compute.regionHealthCheckServices.delete+    ComputeRegionHealthCheckServicesDeleteResource,+    ComputeRegionHealthCheckServicesDelete (..),+    newComputeRegionHealthCheckServicesDelete,++    -- ** compute.regionHealthCheckServices.get+    ComputeRegionHealthCheckServicesGetResource,+    ComputeRegionHealthCheckServicesGet (..),+    newComputeRegionHealthCheckServicesGet,++    -- ** compute.regionHealthCheckServices.insert+    ComputeRegionHealthCheckServicesInsertResource,+    ComputeRegionHealthCheckServicesInsert (..),+    newComputeRegionHealthCheckServicesInsert,++    -- ** compute.regionHealthCheckServices.list+    ComputeRegionHealthCheckServicesListResource,+    ComputeRegionHealthCheckServicesList (..),+    newComputeRegionHealthCheckServicesList,++    -- ** compute.regionHealthCheckServices.patch+    ComputeRegionHealthCheckServicesPatchResource,+    ComputeRegionHealthCheckServicesPatch (..),+    newComputeRegionHealthCheckServicesPatch,++    -- ** compute.regionHealthChecks.delete+    ComputeRegionHealthChecksDeleteResource,+    ComputeRegionHealthChecksDelete (..),+    newComputeRegionHealthChecksDelete,++    -- ** compute.regionHealthChecks.get+    ComputeRegionHealthChecksGetResource,+    ComputeRegionHealthChecksGet (..),+    newComputeRegionHealthChecksGet,++    -- ** compute.regionHealthChecks.insert+    ComputeRegionHealthChecksInsertResource,+    ComputeRegionHealthChecksInsert (..),+    newComputeRegionHealthChecksInsert,++    -- ** compute.regionHealthChecks.list+    ComputeRegionHealthChecksListResource,+    ComputeRegionHealthChecksList (..),+    newComputeRegionHealthChecksList,++    -- ** compute.regionHealthChecks.patch+    ComputeRegionHealthChecksPatchResource,+    ComputeRegionHealthChecksPatch (..),+    newComputeRegionHealthChecksPatch,++    -- ** compute.regionHealthChecks.update+    ComputeRegionHealthChecksUpdateResource,+    ComputeRegionHealthChecksUpdate (..),+    newComputeRegionHealthChecksUpdate,++    -- ** compute.regionInstanceGroupManagers.abandonInstances+    ComputeRegionInstanceGroupManagersAbandonInstancesResource,+    ComputeRegionInstanceGroupManagersAbandonInstances (..),+    newComputeRegionInstanceGroupManagersAbandonInstances,++    -- ** compute.regionInstanceGroupManagers.applyUpdatesToInstances+    ComputeRegionInstanceGroupManagersApplyUpdatesToInstancesResource,+    ComputeRegionInstanceGroupManagersApplyUpdatesToInstances (..),+    newComputeRegionInstanceGroupManagersApplyUpdatesToInstances,++    -- ** compute.regionInstanceGroupManagers.createInstances+    ComputeRegionInstanceGroupManagersCreateInstancesResource,+    ComputeRegionInstanceGroupManagersCreateInstances (..),+    newComputeRegionInstanceGroupManagersCreateInstances,++    -- ** compute.regionInstanceGroupManagers.delete+    ComputeRegionInstanceGroupManagersDeleteResource,+    ComputeRegionInstanceGroupManagersDelete (..),+    newComputeRegionInstanceGroupManagersDelete,++    -- ** compute.regionInstanceGroupManagers.deleteInstances+    ComputeRegionInstanceGroupManagersDeleteInstancesResource,+    ComputeRegionInstanceGroupManagersDeleteInstances (..),+    newComputeRegionInstanceGroupManagersDeleteInstances,++    -- ** compute.regionInstanceGroupManagers.deletePerInstanceConfigs+    ComputeRegionInstanceGroupManagersDeletePerInstanceConfigsResource,+    ComputeRegionInstanceGroupManagersDeletePerInstanceConfigs (..),+    newComputeRegionInstanceGroupManagersDeletePerInstanceConfigs,++    -- ** compute.regionInstanceGroupManagers.get+    ComputeRegionInstanceGroupManagersGetResource,+    ComputeRegionInstanceGroupManagersGet (..),+    newComputeRegionInstanceGroupManagersGet,++    -- ** compute.regionInstanceGroupManagers.insert+    ComputeRegionInstanceGroupManagersInsertResource,+    ComputeRegionInstanceGroupManagersInsert (..),+    newComputeRegionInstanceGroupManagersInsert,++    -- ** compute.regionInstanceGroupManagers.list+    ComputeRegionInstanceGroupManagersListResource,+    ComputeRegionInstanceGroupManagersList (..),+    newComputeRegionInstanceGroupManagersList,++    -- ** compute.regionInstanceGroupManagers.listErrors+    ComputeRegionInstanceGroupManagersListErrorsResource,+    ComputeRegionInstanceGroupManagersListErrors (..),+    newComputeRegionInstanceGroupManagersListErrors,++    -- ** compute.regionInstanceGroupManagers.listManagedInstances+    ComputeRegionInstanceGroupManagersListManagedInstancesResource,+    ComputeRegionInstanceGroupManagersListManagedInstances (..),+    newComputeRegionInstanceGroupManagersListManagedInstances,++    -- ** compute.regionInstanceGroupManagers.listPerInstanceConfigs+    ComputeRegionInstanceGroupManagersListPerInstanceConfigsResource,+    ComputeRegionInstanceGroupManagersListPerInstanceConfigs (..),+    newComputeRegionInstanceGroupManagersListPerInstanceConfigs,++    -- ** compute.regionInstanceGroupManagers.patch+    ComputeRegionInstanceGroupManagersPatchResource,+    ComputeRegionInstanceGroupManagersPatch (..),+    newComputeRegionInstanceGroupManagersPatch,++    -- ** compute.regionInstanceGroupManagers.patchPerInstanceConfigs+    ComputeRegionInstanceGroupManagersPatchPerInstanceConfigsResource,+    ComputeRegionInstanceGroupManagersPatchPerInstanceConfigs (..),+    newComputeRegionInstanceGroupManagersPatchPerInstanceConfigs,++    -- ** compute.regionInstanceGroupManagers.recreateInstances+    ComputeRegionInstanceGroupManagersRecreateInstancesResource,+    ComputeRegionInstanceGroupManagersRecreateInstances (..),+    newComputeRegionInstanceGroupManagersRecreateInstances,++    -- ** compute.regionInstanceGroupManagers.resize+    ComputeRegionInstanceGroupManagersResizeResource,+    ComputeRegionInstanceGroupManagersResize (..),+    newComputeRegionInstanceGroupManagersResize,++    -- ** compute.regionInstanceGroupManagers.resumeInstances+    ComputeRegionInstanceGroupManagersResumeInstancesResource,+    ComputeRegionInstanceGroupManagersResumeInstances (..),+    newComputeRegionInstanceGroupManagersResumeInstances,++    -- ** compute.regionInstanceGroupManagers.setInstanceTemplate+    ComputeRegionInstanceGroupManagersSetInstanceTemplateResource,+    ComputeRegionInstanceGroupManagersSetInstanceTemplate (..),+    newComputeRegionInstanceGroupManagersSetInstanceTemplate,++    -- ** compute.regionInstanceGroupManagers.setTargetPools+    ComputeRegionInstanceGroupManagersSetTargetPoolsResource,+    ComputeRegionInstanceGroupManagersSetTargetPools (..),+    newComputeRegionInstanceGroupManagersSetTargetPools,++    -- ** compute.regionInstanceGroupManagers.startInstances+    ComputeRegionInstanceGroupManagersStartInstancesResource,+    ComputeRegionInstanceGroupManagersStartInstances (..),+    newComputeRegionInstanceGroupManagersStartInstances,++    -- ** compute.regionInstanceGroupManagers.stopInstances+    ComputeRegionInstanceGroupManagersStopInstancesResource,+    ComputeRegionInstanceGroupManagersStopInstances (..),+    newComputeRegionInstanceGroupManagersStopInstances,++    -- ** compute.regionInstanceGroupManagers.suspendInstances+    ComputeRegionInstanceGroupManagersSuspendInstancesResource,+    ComputeRegionInstanceGroupManagersSuspendInstances (..),+    newComputeRegionInstanceGroupManagersSuspendInstances,++    -- ** compute.regionInstanceGroupManagers.updatePerInstanceConfigs+    ComputeRegionInstanceGroupManagersUpdatePerInstanceConfigsResource,+    ComputeRegionInstanceGroupManagersUpdatePerInstanceConfigs (..),+    newComputeRegionInstanceGroupManagersUpdatePerInstanceConfigs,++    -- ** compute.regionInstanceGroups.get+    ComputeRegionInstanceGroupsGetResource,+    ComputeRegionInstanceGroupsGet (..),+    newComputeRegionInstanceGroupsGet,++    -- ** compute.regionInstanceGroups.list+    ComputeRegionInstanceGroupsListResource,+    ComputeRegionInstanceGroupsList (..),+    newComputeRegionInstanceGroupsList,++    -- ** compute.regionInstanceGroups.listInstances+    ComputeRegionInstanceGroupsListInstancesResource,+    ComputeRegionInstanceGroupsListInstances (..),+    newComputeRegionInstanceGroupsListInstances,++    -- ** compute.regionInstanceGroups.setNamedPorts+    ComputeRegionInstanceGroupsSetNamedPortsResource,+    ComputeRegionInstanceGroupsSetNamedPorts (..),+    newComputeRegionInstanceGroupsSetNamedPorts,++    -- ** compute.regionInstanceTemplates.delete+    ComputeRegionInstanceTemplatesDeleteResource,+    ComputeRegionInstanceTemplatesDelete (..),+    newComputeRegionInstanceTemplatesDelete,++    -- ** compute.regionInstanceTemplates.get+    ComputeRegionInstanceTemplatesGetResource,+    ComputeRegionInstanceTemplatesGet (..),+    newComputeRegionInstanceTemplatesGet,++    -- ** compute.regionInstanceTemplates.insert+    ComputeRegionInstanceTemplatesInsertResource,+    ComputeRegionInstanceTemplatesInsert (..),+    newComputeRegionInstanceTemplatesInsert,++    -- ** compute.regionInstanceTemplates.list+    ComputeRegionInstanceTemplatesListResource,+    ComputeRegionInstanceTemplatesList (..),+    newComputeRegionInstanceTemplatesList,++    -- ** compute.regionInstances.bulkInsert+    ComputeRegionInstancesBulkInsertResource,+    ComputeRegionInstancesBulkInsert (..),+    newComputeRegionInstancesBulkInsert,++    -- ** compute.regionInstantSnapshots.delete+    ComputeRegionInstantSnapshotsDeleteResource,+    ComputeRegionInstantSnapshotsDelete (..),+    newComputeRegionInstantSnapshotsDelete,++    -- ** compute.regionInstantSnapshots.get+    ComputeRegionInstantSnapshotsGetResource,+    ComputeRegionInstantSnapshotsGet (..),+    newComputeRegionInstantSnapshotsGet,++    -- ** compute.regionInstantSnapshots.getIamPolicy+    ComputeRegionInstantSnapshotsGetIamPolicyResource,+    ComputeRegionInstantSnapshotsGetIamPolicy (..),+    newComputeRegionInstantSnapshotsGetIamPolicy,++    -- ** compute.regionInstantSnapshots.insert+    ComputeRegionInstantSnapshotsInsertResource,+    ComputeRegionInstantSnapshotsInsert (..),+    newComputeRegionInstantSnapshotsInsert,++    -- ** compute.regionInstantSnapshots.list+    ComputeRegionInstantSnapshotsListResource,+    ComputeRegionInstantSnapshotsList (..),+    newComputeRegionInstantSnapshotsList,++    -- ** compute.regionInstantSnapshots.setIamPolicy+    ComputeRegionInstantSnapshotsSetIamPolicyResource,+    ComputeRegionInstantSnapshotsSetIamPolicy (..),+    newComputeRegionInstantSnapshotsSetIamPolicy,++    -- ** compute.regionInstantSnapshots.setLabels+    ComputeRegionInstantSnapshotsSetLabelsResource,+    ComputeRegionInstantSnapshotsSetLabels (..),+    newComputeRegionInstantSnapshotsSetLabels,++    -- ** compute.regionInstantSnapshots.testIamPermissions+    ComputeRegionInstantSnapshotsTestIamPermissionsResource,+    ComputeRegionInstantSnapshotsTestIamPermissions (..),+    newComputeRegionInstantSnapshotsTestIamPermissions,++    -- ** compute.regionNetworkEndpointGroups.attachNetworkEndpoints+    ComputeRegionNetworkEndpointGroupsAttachNetworkEndpointsResource,+    ComputeRegionNetworkEndpointGroupsAttachNetworkEndpoints (..),+    newComputeRegionNetworkEndpointGroupsAttachNetworkEndpoints,++    -- ** compute.regionNetworkEndpointGroups.delete+    ComputeRegionNetworkEndpointGroupsDeleteResource,+    ComputeRegionNetworkEndpointGroupsDelete (..),+    newComputeRegionNetworkEndpointGroupsDelete,++    -- ** compute.regionNetworkEndpointGroups.detachNetworkEndpoints+    ComputeRegionNetworkEndpointGroupsDetachNetworkEndpointsResource,+    ComputeRegionNetworkEndpointGroupsDetachNetworkEndpoints (..),+    newComputeRegionNetworkEndpointGroupsDetachNetworkEndpoints,++    -- ** compute.regionNetworkEndpointGroups.get+    ComputeRegionNetworkEndpointGroupsGetResource,+    ComputeRegionNetworkEndpointGroupsGet (..),+    newComputeRegionNetworkEndpointGroupsGet,++    -- ** compute.regionNetworkEndpointGroups.insert+    ComputeRegionNetworkEndpointGroupsInsertResource,+    ComputeRegionNetworkEndpointGroupsInsert (..),+    newComputeRegionNetworkEndpointGroupsInsert,++    -- ** compute.regionNetworkEndpointGroups.list+    ComputeRegionNetworkEndpointGroupsListResource,+    ComputeRegionNetworkEndpointGroupsList (..),+    newComputeRegionNetworkEndpointGroupsList,++    -- ** compute.regionNetworkEndpointGroups.listNetworkEndpoints+    ComputeRegionNetworkEndpointGroupsListNetworkEndpointsResource,+    ComputeRegionNetworkEndpointGroupsListNetworkEndpoints (..),+    newComputeRegionNetworkEndpointGroupsListNetworkEndpoints,++    -- ** compute.regionNetworkFirewallPolicies.addAssociation+    ComputeRegionNetworkFirewallPoliciesAddAssociationResource,+    ComputeRegionNetworkFirewallPoliciesAddAssociation (..),+    newComputeRegionNetworkFirewallPoliciesAddAssociation,++    -- ** compute.regionNetworkFirewallPolicies.addRule+    ComputeRegionNetworkFirewallPoliciesAddRuleResource,+    ComputeRegionNetworkFirewallPoliciesAddRule (..),+    newComputeRegionNetworkFirewallPoliciesAddRule,++    -- ** compute.regionNetworkFirewallPolicies.cloneRules+    ComputeRegionNetworkFirewallPoliciesCloneRulesResource,+    ComputeRegionNetworkFirewallPoliciesCloneRules (..),+    newComputeRegionNetworkFirewallPoliciesCloneRules,++    -- ** compute.regionNetworkFirewallPolicies.delete+    ComputeRegionNetworkFirewallPoliciesDeleteResource,+    ComputeRegionNetworkFirewallPoliciesDelete (..),+    newComputeRegionNetworkFirewallPoliciesDelete,++    -- ** compute.regionNetworkFirewallPolicies.get+    ComputeRegionNetworkFirewallPoliciesGetResource,+    ComputeRegionNetworkFirewallPoliciesGet (..),+    newComputeRegionNetworkFirewallPoliciesGet,++    -- ** compute.regionNetworkFirewallPolicies.getAssociation+    ComputeRegionNetworkFirewallPoliciesGetAssociationResource,+    ComputeRegionNetworkFirewallPoliciesGetAssociation (..),+    newComputeRegionNetworkFirewallPoliciesGetAssociation,++    -- ** compute.regionNetworkFirewallPolicies.getEffectiveFirewalls+    ComputeRegionNetworkFirewallPoliciesGetEffectiveFirewallsResource,+    ComputeRegionNetworkFirewallPoliciesGetEffectiveFirewalls (..),+    newComputeRegionNetworkFirewallPoliciesGetEffectiveFirewalls,++    -- ** compute.regionNetworkFirewallPolicies.getIamPolicy+    ComputeRegionNetworkFirewallPoliciesGetIamPolicyResource,+    ComputeRegionNetworkFirewallPoliciesGetIamPolicy (..),+    newComputeRegionNetworkFirewallPoliciesGetIamPolicy,++    -- ** compute.regionNetworkFirewallPolicies.getRule+    ComputeRegionNetworkFirewallPoliciesGetRuleResource,+    ComputeRegionNetworkFirewallPoliciesGetRule (..),+    newComputeRegionNetworkFirewallPoliciesGetRule,++    -- ** compute.regionNetworkFirewallPolicies.insert+    ComputeRegionNetworkFirewallPoliciesInsertResource,+    ComputeRegionNetworkFirewallPoliciesInsert (..),+    newComputeRegionNetworkFirewallPoliciesInsert,++    -- ** compute.regionNetworkFirewallPolicies.list+    ComputeRegionNetworkFirewallPoliciesListResource,+    ComputeRegionNetworkFirewallPoliciesList (..),+    newComputeRegionNetworkFirewallPoliciesList,++    -- ** compute.regionNetworkFirewallPolicies.patch+    ComputeRegionNetworkFirewallPoliciesPatchResource,+    ComputeRegionNetworkFirewallPoliciesPatch (..),+    newComputeRegionNetworkFirewallPoliciesPatch,++    -- ** compute.regionNetworkFirewallPolicies.patchRule+    ComputeRegionNetworkFirewallPoliciesPatchRuleResource,+    ComputeRegionNetworkFirewallPoliciesPatchRule (..),+    newComputeRegionNetworkFirewallPoliciesPatchRule,++    -- ** compute.regionNetworkFirewallPolicies.removeAssociation+    ComputeRegionNetworkFirewallPoliciesRemoveAssociationResource,+    ComputeRegionNetworkFirewallPoliciesRemoveAssociation (..),+    newComputeRegionNetworkFirewallPoliciesRemoveAssociation,++    -- ** compute.regionNetworkFirewallPolicies.removeRule+    ComputeRegionNetworkFirewallPoliciesRemoveRuleResource,+    ComputeRegionNetworkFirewallPoliciesRemoveRule (..),+    newComputeRegionNetworkFirewallPoliciesRemoveRule,++    -- ** compute.regionNetworkFirewallPolicies.setIamPolicy+    ComputeRegionNetworkFirewallPoliciesSetIamPolicyResource,+    ComputeRegionNetworkFirewallPoliciesSetIamPolicy (..),+    newComputeRegionNetworkFirewallPoliciesSetIamPolicy,++    -- ** compute.regionNetworkFirewallPolicies.testIamPermissions+    ComputeRegionNetworkFirewallPoliciesTestIamPermissionsResource,+    ComputeRegionNetworkFirewallPoliciesTestIamPermissions (..),+    newComputeRegionNetworkFirewallPoliciesTestIamPermissions,++    -- ** compute.regionNotificationEndpoints.delete+    ComputeRegionNotificationEndpointsDeleteResource,+    ComputeRegionNotificationEndpointsDelete (..),+    newComputeRegionNotificationEndpointsDelete,++    -- ** compute.regionNotificationEndpoints.get+    ComputeRegionNotificationEndpointsGetResource,+    ComputeRegionNotificationEndpointsGet (..),+    newComputeRegionNotificationEndpointsGet,++    -- ** compute.regionNotificationEndpoints.insert+    ComputeRegionNotificationEndpointsInsertResource,+    ComputeRegionNotificationEndpointsInsert (..),+    newComputeRegionNotificationEndpointsInsert,++    -- ** compute.regionNotificationEndpoints.list+    ComputeRegionNotificationEndpointsListResource,+    ComputeRegionNotificationEndpointsList (..),+    newComputeRegionNotificationEndpointsList,++    -- ** compute.regionOperations.delete+    ComputeRegionOperationsDeleteResource,+    ComputeRegionOperationsDelete (..),+    newComputeRegionOperationsDelete,++    -- ** compute.regionOperations.get+    ComputeRegionOperationsGetResource,+    ComputeRegionOperationsGet (..),+    newComputeRegionOperationsGet,++    -- ** compute.regionOperations.list+    ComputeRegionOperationsListResource,+    ComputeRegionOperationsList (..),+    newComputeRegionOperationsList,++    -- ** compute.regionOperations.wait+    ComputeRegionOperationsWaitResource,+    ComputeRegionOperationsWait (..),+    newComputeRegionOperationsWait,++    -- ** compute.regionSecurityPolicies.addRule+    ComputeRegionSecurityPoliciesAddRuleResource,+    ComputeRegionSecurityPoliciesAddRule (..),+    newComputeRegionSecurityPoliciesAddRule,++    -- ** compute.regionSecurityPolicies.delete+    ComputeRegionSecurityPoliciesDeleteResource,+    ComputeRegionSecurityPoliciesDelete (..),+    newComputeRegionSecurityPoliciesDelete,++    -- ** compute.regionSecurityPolicies.get+    ComputeRegionSecurityPoliciesGetResource,+    ComputeRegionSecurityPoliciesGet (..),+    newComputeRegionSecurityPoliciesGet,++    -- ** compute.regionSecurityPolicies.getRule+    ComputeRegionSecurityPoliciesGetRuleResource,+    ComputeRegionSecurityPoliciesGetRule (..),+    newComputeRegionSecurityPoliciesGetRule,++    -- ** compute.regionSecurityPolicies.insert+    ComputeRegionSecurityPoliciesInsertResource,+    ComputeRegionSecurityPoliciesInsert (..),+    newComputeRegionSecurityPoliciesInsert,++    -- ** compute.regionSecurityPolicies.list+    ComputeRegionSecurityPoliciesListResource,+    ComputeRegionSecurityPoliciesList (..),+    newComputeRegionSecurityPoliciesList,++    -- ** compute.regionSecurityPolicies.patch+    ComputeRegionSecurityPoliciesPatchResource,+    ComputeRegionSecurityPoliciesPatch (..),+    newComputeRegionSecurityPoliciesPatch,++    -- ** compute.regionSecurityPolicies.patchRule+    ComputeRegionSecurityPoliciesPatchRuleResource,+    ComputeRegionSecurityPoliciesPatchRule (..),+    newComputeRegionSecurityPoliciesPatchRule,++    -- ** compute.regionSecurityPolicies.removeRule+    ComputeRegionSecurityPoliciesRemoveRuleResource,+    ComputeRegionSecurityPoliciesRemoveRule (..),+    newComputeRegionSecurityPoliciesRemoveRule,++    -- ** compute.regionSecurityPolicies.setLabels+    ComputeRegionSecurityPoliciesSetLabelsResource,+    ComputeRegionSecurityPoliciesSetLabels (..),+    newComputeRegionSecurityPoliciesSetLabels,++    -- ** compute.regionSslCertificates.delete+    ComputeRegionSslCertificatesDeleteResource,+    ComputeRegionSslCertificatesDelete (..),+    newComputeRegionSslCertificatesDelete,++    -- ** compute.regionSslCertificates.get+    ComputeRegionSslCertificatesGetResource,+    ComputeRegionSslCertificatesGet (..),+    newComputeRegionSslCertificatesGet,++    -- ** compute.regionSslCertificates.insert+    ComputeRegionSslCertificatesInsertResource,+    ComputeRegionSslCertificatesInsert (..),+    newComputeRegionSslCertificatesInsert,++    -- ** compute.regionSslCertificates.list+    ComputeRegionSslCertificatesListResource,+    ComputeRegionSslCertificatesList (..),+    newComputeRegionSslCertificatesList,++    -- ** compute.regionSslPolicies.delete+    ComputeRegionSslPoliciesDeleteResource,+    ComputeRegionSslPoliciesDelete (..),+    newComputeRegionSslPoliciesDelete,++    -- ** compute.regionSslPolicies.get+    ComputeRegionSslPoliciesGetResource,+    ComputeRegionSslPoliciesGet (..),+    newComputeRegionSslPoliciesGet,++    -- ** compute.regionSslPolicies.insert+    ComputeRegionSslPoliciesInsertResource,+    ComputeRegionSslPoliciesInsert (..),+    newComputeRegionSslPoliciesInsert,++    -- ** compute.regionSslPolicies.list+    ComputeRegionSslPoliciesListResource,+    ComputeRegionSslPoliciesList (..),+    newComputeRegionSslPoliciesList,++    -- ** compute.regionSslPolicies.listAvailableFeatures+    ComputeRegionSslPoliciesListAvailableFeaturesResource,+    ComputeRegionSslPoliciesListAvailableFeatures (..),+    newComputeRegionSslPoliciesListAvailableFeatures,++    -- ** compute.regionSslPolicies.patch+    ComputeRegionSslPoliciesPatchResource,+    ComputeRegionSslPoliciesPatch (..),+    newComputeRegionSslPoliciesPatch,++    -- ** compute.regionTargetHttpProxies.delete+    ComputeRegionTargetHttpProxiesDeleteResource,+    ComputeRegionTargetHttpProxiesDelete (..),+    newComputeRegionTargetHttpProxiesDelete,++    -- ** compute.regionTargetHttpProxies.get+    ComputeRegionTargetHttpProxiesGetResource,+    ComputeRegionTargetHttpProxiesGet (..),+    newComputeRegionTargetHttpProxiesGet,++    -- ** compute.regionTargetHttpProxies.insert+    ComputeRegionTargetHttpProxiesInsertResource,+    ComputeRegionTargetHttpProxiesInsert (..),+    newComputeRegionTargetHttpProxiesInsert,++    -- ** compute.regionTargetHttpProxies.list+    ComputeRegionTargetHttpProxiesListResource,+    ComputeRegionTargetHttpProxiesList (..),+    newComputeRegionTargetHttpProxiesList,++    -- ** compute.regionTargetHttpProxies.setUrlMap+    ComputeRegionTargetHttpProxiesSetUrlMapResource,+    ComputeRegionTargetHttpProxiesSetUrlMap (..),+    newComputeRegionTargetHttpProxiesSetUrlMap,++    -- ** compute.regionTargetHttpsProxies.delete+    ComputeRegionTargetHttpsProxiesDeleteResource,+    ComputeRegionTargetHttpsProxiesDelete (..),+    newComputeRegionTargetHttpsProxiesDelete,++    -- ** compute.regionTargetHttpsProxies.get+    ComputeRegionTargetHttpsProxiesGetResource,+    ComputeRegionTargetHttpsProxiesGet (..),+    newComputeRegionTargetHttpsProxiesGet,++    -- ** compute.regionTargetHttpsProxies.insert+    ComputeRegionTargetHttpsProxiesInsertResource,+    ComputeRegionTargetHttpsProxiesInsert (..),+    newComputeRegionTargetHttpsProxiesInsert,++    -- ** compute.regionTargetHttpsProxies.list+    ComputeRegionTargetHttpsProxiesListResource,+    ComputeRegionTargetHttpsProxiesList (..),+    newComputeRegionTargetHttpsProxiesList,++    -- ** compute.regionTargetHttpsProxies.patch+    ComputeRegionTargetHttpsProxiesPatchResource,+    ComputeRegionTargetHttpsProxiesPatch (..),+    newComputeRegionTargetHttpsProxiesPatch,++    -- ** compute.regionTargetHttpsProxies.setSslCertificates+    ComputeRegionTargetHttpsProxiesSetSslCertificatesResource,+    ComputeRegionTargetHttpsProxiesSetSslCertificates (..),+    newComputeRegionTargetHttpsProxiesSetSslCertificates,++    -- ** compute.regionTargetHttpsProxies.setUrlMap+    ComputeRegionTargetHttpsProxiesSetUrlMapResource,+    ComputeRegionTargetHttpsProxiesSetUrlMap (..),+    newComputeRegionTargetHttpsProxiesSetUrlMap,++    -- ** compute.regionTargetTcpProxies.delete+    ComputeRegionTargetTcpProxiesDeleteResource,+    ComputeRegionTargetTcpProxiesDelete (..),+    newComputeRegionTargetTcpProxiesDelete,++    -- ** compute.regionTargetTcpProxies.get+    ComputeRegionTargetTcpProxiesGetResource,+    ComputeRegionTargetTcpProxiesGet (..),+    newComputeRegionTargetTcpProxiesGet,++    -- ** compute.regionTargetTcpProxies.insert+    ComputeRegionTargetTcpProxiesInsertResource,+    ComputeRegionTargetTcpProxiesInsert (..),+    newComputeRegionTargetTcpProxiesInsert,++    -- ** compute.regionTargetTcpProxies.list+    ComputeRegionTargetTcpProxiesListResource,+    ComputeRegionTargetTcpProxiesList (..),+    newComputeRegionTargetTcpProxiesList,++    -- ** compute.regionUrlMaps.delete+    ComputeRegionUrlMapsDeleteResource,+    ComputeRegionUrlMapsDelete (..),+    newComputeRegionUrlMapsDelete,++    -- ** compute.regionUrlMaps.get+    ComputeRegionUrlMapsGetResource,+    ComputeRegionUrlMapsGet (..),+    newComputeRegionUrlMapsGet,++    -- ** compute.regionUrlMaps.insert+    ComputeRegionUrlMapsInsertResource,+    ComputeRegionUrlMapsInsert (..),+    newComputeRegionUrlMapsInsert,++    -- ** compute.regionUrlMaps.list+    ComputeRegionUrlMapsListResource,+    ComputeRegionUrlMapsList (..),+    newComputeRegionUrlMapsList,++    -- ** compute.regionUrlMaps.patch+    ComputeRegionUrlMapsPatchResource,+    ComputeRegionUrlMapsPatch (..),+    newComputeRegionUrlMapsPatch,++    -- ** compute.regionUrlMaps.update+    ComputeRegionUrlMapsUpdateResource,+    ComputeRegionUrlMapsUpdate (..),+    newComputeRegionUrlMapsUpdate,++    -- ** compute.regionUrlMaps.validate+    ComputeRegionUrlMapsValidateResource,+    ComputeRegionUrlMapsValidate (..),+    newComputeRegionUrlMapsValidate,++    -- ** compute.regionZones.list+    ComputeRegionZonesListResource,+    ComputeRegionZonesList (..),+    newComputeRegionZonesList,++    -- ** compute.regions.get+    ComputeRegionsGetResource,+    ComputeRegionsGet (..),+    newComputeRegionsGet,++    -- ** compute.regions.list+    ComputeRegionsListResource,+    ComputeRegionsList (..),+    newComputeRegionsList,++    -- ** compute.reservations.aggregatedList+    ComputeReservationsAggregatedListResource,+    ComputeReservationsAggregatedList (..),+    newComputeReservationsAggregatedList,++    -- ** compute.reservations.delete+    ComputeReservationsDeleteResource,+    ComputeReservationsDelete (..),+    newComputeReservationsDelete,++    -- ** compute.reservations.get+    ComputeReservationsGetResource,+    ComputeReservationsGet (..),+    newComputeReservationsGet,++    -- ** compute.reservations.getIamPolicy+    ComputeReservationsGetIamPolicyResource,+    ComputeReservationsGetIamPolicy (..),+    newComputeReservationsGetIamPolicy,++    -- ** compute.reservations.insert+    ComputeReservationsInsertResource,+    ComputeReservationsInsert (..),+    newComputeReservationsInsert,++    -- ** compute.reservations.list+    ComputeReservationsListResource,+    ComputeReservationsList (..),+    newComputeReservationsList,++    -- ** compute.reservations.resize+    ComputeReservationsResizeResource,+    ComputeReservationsResize (..),+    newComputeReservationsResize,++    -- ** compute.reservations.setIamPolicy+    ComputeReservationsSetIamPolicyResource,+    ComputeReservationsSetIamPolicy (..),+    newComputeReservationsSetIamPolicy,++    -- ** compute.reservations.testIamPermissions+    ComputeReservationsTestIamPermissionsResource,+    ComputeReservationsTestIamPermissions (..),+    newComputeReservationsTestIamPermissions,++    -- ** compute.reservations.update+    ComputeReservationsUpdateResource,+    ComputeReservationsUpdate (..),+    newComputeReservationsUpdate,++    -- ** compute.resourcePolicies.aggregatedList+    ComputeResourcePoliciesAggregatedListResource,+    ComputeResourcePoliciesAggregatedList (..),+    newComputeResourcePoliciesAggregatedList,++    -- ** compute.resourcePolicies.delete+    ComputeResourcePoliciesDeleteResource,+    ComputeResourcePoliciesDelete (..),+    newComputeResourcePoliciesDelete,++    -- ** compute.resourcePolicies.get+    ComputeResourcePoliciesGetResource,+    ComputeResourcePoliciesGet (..),+    newComputeResourcePoliciesGet,++    -- ** compute.resourcePolicies.getIamPolicy+    ComputeResourcePoliciesGetIamPolicyResource,+    ComputeResourcePoliciesGetIamPolicy (..),+    newComputeResourcePoliciesGetIamPolicy,++    -- ** compute.resourcePolicies.insert+    ComputeResourcePoliciesInsertResource,+    ComputeResourcePoliciesInsert (..),+    newComputeResourcePoliciesInsert,++    -- ** compute.resourcePolicies.list+    ComputeResourcePoliciesListResource,+    ComputeResourcePoliciesList (..),+    newComputeResourcePoliciesList,++    -- ** compute.resourcePolicies.patch+    ComputeResourcePoliciesPatchResource,+    ComputeResourcePoliciesPatch (..),+    newComputeResourcePoliciesPatch,++    -- ** compute.resourcePolicies.setIamPolicy+    ComputeResourcePoliciesSetIamPolicyResource,+    ComputeResourcePoliciesSetIamPolicy (..),+    newComputeResourcePoliciesSetIamPolicy,++    -- ** compute.resourcePolicies.testIamPermissions+    ComputeResourcePoliciesTestIamPermissionsResource,+    ComputeResourcePoliciesTestIamPermissions (..),+    newComputeResourcePoliciesTestIamPermissions,++    -- ** compute.routers.aggregatedList+    ComputeRoutersAggregatedListResource,+    ComputeRoutersAggregatedList (..),+    newComputeRoutersAggregatedList,++    -- ** compute.routers.delete+    ComputeRoutersDeleteResource,+    ComputeRoutersDelete (..),+    newComputeRoutersDelete,++    -- ** compute.routers.deleteRoutePolicy+    ComputeRoutersDeleteRoutePolicyResource,+    ComputeRoutersDeleteRoutePolicy (..),+    newComputeRoutersDeleteRoutePolicy,++    -- ** compute.routers.get+    ComputeRoutersGetResource,+    ComputeRoutersGet (..),+    newComputeRoutersGet,++    -- ** compute.routers.getNatIpInfo+    ComputeRoutersGetNatIpInfoResource,+    ComputeRoutersGetNatIpInfo (..),+    newComputeRoutersGetNatIpInfo,++    -- ** compute.routers.getNatMappingInfo+    ComputeRoutersGetNatMappingInfoResource,+    ComputeRoutersGetNatMappingInfo (..),+    newComputeRoutersGetNatMappingInfo,++    -- ** compute.routers.getRoutePolicy+    ComputeRoutersGetRoutePolicyResource,+    ComputeRoutersGetRoutePolicy (..),+    newComputeRoutersGetRoutePolicy,++    -- ** compute.routers.getRouterStatus+    ComputeRoutersGetRouterStatusResource,+    ComputeRoutersGetRouterStatus (..),+    newComputeRoutersGetRouterStatus,++    -- ** compute.routers.insert+    ComputeRoutersInsertResource,+    ComputeRoutersInsert (..),+    newComputeRoutersInsert,++    -- ** compute.routers.list+    ComputeRoutersListResource,+    ComputeRoutersList (..),+    newComputeRoutersList,++    -- ** compute.routers.listBgpRoutes+    ComputeRoutersListBgpRoutesResource,+    ComputeRoutersListBgpRoutes (..),+    newComputeRoutersListBgpRoutes,++    -- ** compute.routers.listRoutePolicies+    ComputeRoutersListRoutePoliciesResource,+    ComputeRoutersListRoutePolicies (..),+    newComputeRoutersListRoutePolicies,++    -- ** compute.routers.patch+    ComputeRoutersPatchResource,+    ComputeRoutersPatch (..),+    newComputeRoutersPatch,++    -- ** compute.routers.patchRoutePolicy+    ComputeRoutersPatchRoutePolicyResource,+    ComputeRoutersPatchRoutePolicy (..),+    newComputeRoutersPatchRoutePolicy,++    -- ** compute.routers.preview+    ComputeRoutersPreviewResource,+    ComputeRoutersPreview (..),+    newComputeRoutersPreview,++    -- ** compute.routers.update+    ComputeRoutersUpdateResource,+    ComputeRoutersUpdate (..),+    newComputeRoutersUpdate,++    -- ** compute.routers.updateRoutePolicy+    ComputeRoutersUpdateRoutePolicyResource,+    ComputeRoutersUpdateRoutePolicy (..),+    newComputeRoutersUpdateRoutePolicy,++    -- ** compute.routes.delete+    ComputeRoutesDeleteResource,+    ComputeRoutesDelete (..),+    newComputeRoutesDelete,++    -- ** compute.routes.get+    ComputeRoutesGetResource,+    ComputeRoutesGet (..),+    newComputeRoutesGet,++    -- ** compute.routes.insert+    ComputeRoutesInsertResource,+    ComputeRoutesInsert (..),+    newComputeRoutesInsert,++    -- ** compute.routes.list+    ComputeRoutesListResource,+    ComputeRoutesList (..),+    newComputeRoutesList,++    -- ** compute.securityPolicies.addRule+    ComputeSecurityPoliciesAddRuleResource,+    ComputeSecurityPoliciesAddRule (..),+    newComputeSecurityPoliciesAddRule,++    -- ** compute.securityPolicies.aggregatedList+    ComputeSecurityPoliciesAggregatedListResource,+    ComputeSecurityPoliciesAggregatedList (..),+    newComputeSecurityPoliciesAggregatedList,++    -- ** compute.securityPolicies.delete+    ComputeSecurityPoliciesDeleteResource,+    ComputeSecurityPoliciesDelete (..),+    newComputeSecurityPoliciesDelete,++    -- ** compute.securityPolicies.get+    ComputeSecurityPoliciesGetResource,+    ComputeSecurityPoliciesGet (..),+    newComputeSecurityPoliciesGet,++    -- ** compute.securityPolicies.getRule+    ComputeSecurityPoliciesGetRuleResource,+    ComputeSecurityPoliciesGetRule (..),+    newComputeSecurityPoliciesGetRule,++    -- ** compute.securityPolicies.insert+    ComputeSecurityPoliciesInsertResource,+    ComputeSecurityPoliciesInsert (..),+    newComputeSecurityPoliciesInsert,++    -- ** compute.securityPolicies.list+    ComputeSecurityPoliciesListResource,+    ComputeSecurityPoliciesList (..),+    newComputeSecurityPoliciesList,++    -- ** compute.securityPolicies.listPreconfiguredExpressionSets+    ComputeSecurityPoliciesListPreconfiguredExpressionSetsResource,+    ComputeSecurityPoliciesListPreconfiguredExpressionSets (..),+    newComputeSecurityPoliciesListPreconfiguredExpressionSets,++    -- ** compute.securityPolicies.patch+    ComputeSecurityPoliciesPatchResource,+    ComputeSecurityPoliciesPatch (..),+    newComputeSecurityPoliciesPatch,++    -- ** compute.securityPolicies.patchRule+    ComputeSecurityPoliciesPatchRuleResource,+    ComputeSecurityPoliciesPatchRule (..),+    newComputeSecurityPoliciesPatchRule,++    -- ** compute.securityPolicies.removeRule+    ComputeSecurityPoliciesRemoveRuleResource,+    ComputeSecurityPoliciesRemoveRule (..),+    newComputeSecurityPoliciesRemoveRule,++    -- ** compute.securityPolicies.setLabels+    ComputeSecurityPoliciesSetLabelsResource,+    ComputeSecurityPoliciesSetLabels (..),+    newComputeSecurityPoliciesSetLabels,++    -- ** compute.serviceAttachments.aggregatedList+    ComputeServiceAttachmentsAggregatedListResource,+    ComputeServiceAttachmentsAggregatedList (..),+    newComputeServiceAttachmentsAggregatedList,++    -- ** compute.serviceAttachments.delete+    ComputeServiceAttachmentsDeleteResource,+    ComputeServiceAttachmentsDelete (..),+    newComputeServiceAttachmentsDelete,++    -- ** compute.serviceAttachments.get+    ComputeServiceAttachmentsGetResource,+    ComputeServiceAttachmentsGet (..),+    newComputeServiceAttachmentsGet,++    -- ** compute.serviceAttachments.getIamPolicy+    ComputeServiceAttachmentsGetIamPolicyResource,+    ComputeServiceAttachmentsGetIamPolicy (..),+    newComputeServiceAttachmentsGetIamPolicy,++    -- ** compute.serviceAttachments.insert+    ComputeServiceAttachmentsInsertResource,+    ComputeServiceAttachmentsInsert (..),+    newComputeServiceAttachmentsInsert,++    -- ** compute.serviceAttachments.list+    ComputeServiceAttachmentsListResource,+    ComputeServiceAttachmentsList (..),+    newComputeServiceAttachmentsList,++    -- ** compute.serviceAttachments.patch+    ComputeServiceAttachmentsPatchResource,+    ComputeServiceAttachmentsPatch (..),+    newComputeServiceAttachmentsPatch,++    -- ** compute.serviceAttachments.setIamPolicy+    ComputeServiceAttachmentsSetIamPolicyResource,+    ComputeServiceAttachmentsSetIamPolicy (..),+    newComputeServiceAttachmentsSetIamPolicy,++    -- ** compute.serviceAttachments.testIamPermissions+    ComputeServiceAttachmentsTestIamPermissionsResource,+    ComputeServiceAttachmentsTestIamPermissions (..),+    newComputeServiceAttachmentsTestIamPermissions,++    -- ** compute.snapshotSettings.get+    ComputeSnapshotSettingsGetResource,+    ComputeSnapshotSettingsGet (..),+    newComputeSnapshotSettingsGet,++    -- ** compute.snapshotSettings.patch+    ComputeSnapshotSettingsPatchResource,+    ComputeSnapshotSettingsPatch (..),+    newComputeSnapshotSettingsPatch,++    -- ** compute.snapshots.delete+    ComputeSnapshotsDeleteResource,+    ComputeSnapshotsDelete (..),+    newComputeSnapshotsDelete,++    -- ** compute.snapshots.get+    ComputeSnapshotsGetResource,+    ComputeSnapshotsGet (..),+    newComputeSnapshotsGet,++    -- ** compute.snapshots.getIamPolicy+    ComputeSnapshotsGetIamPolicyResource,+    ComputeSnapshotsGetIamPolicy (..),+    newComputeSnapshotsGetIamPolicy,++    -- ** compute.snapshots.insert+    ComputeSnapshotsInsertResource,+    ComputeSnapshotsInsert (..),+    newComputeSnapshotsInsert,++    -- ** compute.snapshots.list+    ComputeSnapshotsListResource,+    ComputeSnapshotsList (..),+    newComputeSnapshotsList,++    -- ** compute.snapshots.setIamPolicy+    ComputeSnapshotsSetIamPolicyResource,+    ComputeSnapshotsSetIamPolicy (..),+    newComputeSnapshotsSetIamPolicy,++    -- ** compute.snapshots.setLabels+    ComputeSnapshotsSetLabelsResource,+    ComputeSnapshotsSetLabels (..),+    newComputeSnapshotsSetLabels,++    -- ** compute.snapshots.testIamPermissions+    ComputeSnapshotsTestIamPermissionsResource,+    ComputeSnapshotsTestIamPermissions (..),+    newComputeSnapshotsTestIamPermissions,++    -- ** compute.sslCertificates.aggregatedList+    ComputeSslCertificatesAggregatedListResource,+    ComputeSslCertificatesAggregatedList (..),+    newComputeSslCertificatesAggregatedList,++    -- ** compute.sslCertificates.delete+    ComputeSslCertificatesDeleteResource,+    ComputeSslCertificatesDelete (..),+    newComputeSslCertificatesDelete,++    -- ** compute.sslCertificates.get+    ComputeSslCertificatesGetResource,+    ComputeSslCertificatesGet (..),+    newComputeSslCertificatesGet,++    -- ** compute.sslCertificates.insert+    ComputeSslCertificatesInsertResource,+    ComputeSslCertificatesInsert (..),+    newComputeSslCertificatesInsert,++    -- ** compute.sslCertificates.list+    ComputeSslCertificatesListResource,+    ComputeSslCertificatesList (..),+    newComputeSslCertificatesList,++    -- ** compute.sslPolicies.aggregatedList+    ComputeSslPoliciesAggregatedListResource,+    ComputeSslPoliciesAggregatedList (..),+    newComputeSslPoliciesAggregatedList,++    -- ** compute.sslPolicies.delete+    ComputeSslPoliciesDeleteResource,+    ComputeSslPoliciesDelete (..),+    newComputeSslPoliciesDelete,++    -- ** compute.sslPolicies.get+    ComputeSslPoliciesGetResource,+    ComputeSslPoliciesGet (..),+    newComputeSslPoliciesGet,++    -- ** compute.sslPolicies.insert+    ComputeSslPoliciesInsertResource,+    ComputeSslPoliciesInsert (..),+    newComputeSslPoliciesInsert,++    -- ** compute.sslPolicies.list+    ComputeSslPoliciesListResource,+    ComputeSslPoliciesList (..),+    newComputeSslPoliciesList,++    -- ** compute.sslPolicies.listAvailableFeatures+    ComputeSslPoliciesListAvailableFeaturesResource,+    ComputeSslPoliciesListAvailableFeatures (..),+    newComputeSslPoliciesListAvailableFeatures,++    -- ** compute.sslPolicies.patch+    ComputeSslPoliciesPatchResource,+    ComputeSslPoliciesPatch (..),+    newComputeSslPoliciesPatch,++    -- ** compute.storagePoolTypes.aggregatedList+    ComputeStoragePoolTypesAggregatedListResource,+    ComputeStoragePoolTypesAggregatedList (..),+    newComputeStoragePoolTypesAggregatedList,++    -- ** compute.storagePoolTypes.get+    ComputeStoragePoolTypesGetResource,+    ComputeStoragePoolTypesGet (..),+    newComputeStoragePoolTypesGet,++    -- ** compute.storagePoolTypes.list+    ComputeStoragePoolTypesListResource,+    ComputeStoragePoolTypesList (..),+    newComputeStoragePoolTypesList,++    -- ** compute.storagePools.aggregatedList+    ComputeStoragePoolsAggregatedListResource,+    ComputeStoragePoolsAggregatedList (..),+    newComputeStoragePoolsAggregatedList,++    -- ** compute.storagePools.delete+    ComputeStoragePoolsDeleteResource,+    ComputeStoragePoolsDelete (..),+    newComputeStoragePoolsDelete,++    -- ** compute.storagePools.get+    ComputeStoragePoolsGetResource,+    ComputeStoragePoolsGet (..),+    newComputeStoragePoolsGet,++    -- ** compute.storagePools.getIamPolicy+    ComputeStoragePoolsGetIamPolicyResource,+    ComputeStoragePoolsGetIamPolicy (..),+    newComputeStoragePoolsGetIamPolicy,++    -- ** compute.storagePools.insert+    ComputeStoragePoolsInsertResource,+    ComputeStoragePoolsInsert (..),+    newComputeStoragePoolsInsert,++    -- ** compute.storagePools.list+    ComputeStoragePoolsListResource,+    ComputeStoragePoolsList (..),+    newComputeStoragePoolsList,++    -- ** compute.storagePools.listDisks+    ComputeStoragePoolsListDisksResource,+    ComputeStoragePoolsListDisks (..),+    newComputeStoragePoolsListDisks,++    -- ** compute.storagePools.setIamPolicy+    ComputeStoragePoolsSetIamPolicyResource,+    ComputeStoragePoolsSetIamPolicy (..),+    newComputeStoragePoolsSetIamPolicy,++    -- ** compute.storagePools.testIamPermissions+    ComputeStoragePoolsTestIamPermissionsResource,+    ComputeStoragePoolsTestIamPermissions (..),+    newComputeStoragePoolsTestIamPermissions,++    -- ** compute.storagePools.update+    ComputeStoragePoolsUpdateResource,+    ComputeStoragePoolsUpdate (..),+    newComputeStoragePoolsUpdate,++    -- ** compute.subnetworks.aggregatedList+    ComputeSubnetworksAggregatedListResource,+    ComputeSubnetworksAggregatedList (..),+    newComputeSubnetworksAggregatedList,++    -- ** compute.subnetworks.delete+    ComputeSubnetworksDeleteResource,+    ComputeSubnetworksDelete (..),+    newComputeSubnetworksDelete,++    -- ** compute.subnetworks.expandIpCidrRange+    ComputeSubnetworksExpandIpCidrRangeResource,+    ComputeSubnetworksExpandIpCidrRange (..),+    newComputeSubnetworksExpandIpCidrRange,++    -- ** compute.subnetworks.get+    ComputeSubnetworksGetResource,+    ComputeSubnetworksGet (..),+    newComputeSubnetworksGet,++    -- ** compute.subnetworks.getIamPolicy+    ComputeSubnetworksGetIamPolicyResource,+    ComputeSubnetworksGetIamPolicy (..),+    newComputeSubnetworksGetIamPolicy,++    -- ** compute.subnetworks.insert+    ComputeSubnetworksInsertResource,+    ComputeSubnetworksInsert (..),+    newComputeSubnetworksInsert,++    -- ** compute.subnetworks.list+    ComputeSubnetworksListResource,+    ComputeSubnetworksList (..),+    newComputeSubnetworksList,++    -- ** compute.subnetworks.listUsable+    ComputeSubnetworksListUsableResource,+    ComputeSubnetworksListUsable (..),+    newComputeSubnetworksListUsable,++    -- ** compute.subnetworks.patch+    ComputeSubnetworksPatchResource,+    ComputeSubnetworksPatch (..),+    newComputeSubnetworksPatch,++    -- ** compute.subnetworks.setIamPolicy+    ComputeSubnetworksSetIamPolicyResource,+    ComputeSubnetworksSetIamPolicy (..),+    newComputeSubnetworksSetIamPolicy,++    -- ** compute.subnetworks.setPrivateIpGoogleAccess+    ComputeSubnetworksSetPrivateIpGoogleAccessResource,+    ComputeSubnetworksSetPrivateIpGoogleAccess (..),+    newComputeSubnetworksSetPrivateIpGoogleAccess,++    -- ** compute.subnetworks.testIamPermissions+    ComputeSubnetworksTestIamPermissionsResource,+    ComputeSubnetworksTestIamPermissions (..),+    newComputeSubnetworksTestIamPermissions,++    -- ** compute.targetGrpcProxies.delete+    ComputeTargetGrpcProxiesDeleteResource,+    ComputeTargetGrpcProxiesDelete (..),+    newComputeTargetGrpcProxiesDelete,++    -- ** compute.targetGrpcProxies.get+    ComputeTargetGrpcProxiesGetResource,+    ComputeTargetGrpcProxiesGet (..),+    newComputeTargetGrpcProxiesGet,++    -- ** compute.targetGrpcProxies.insert+    ComputeTargetGrpcProxiesInsertResource,+    ComputeTargetGrpcProxiesInsert (..),+    newComputeTargetGrpcProxiesInsert,++    -- ** compute.targetGrpcProxies.list+    ComputeTargetGrpcProxiesListResource,+    ComputeTargetGrpcProxiesList (..),+    newComputeTargetGrpcProxiesList,++    -- ** compute.targetGrpcProxies.patch+    ComputeTargetGrpcProxiesPatchResource,+    ComputeTargetGrpcProxiesPatch (..),+    newComputeTargetGrpcProxiesPatch,++    -- ** compute.targetHttpProxies.aggregatedList+    ComputeTargetHttpProxiesAggregatedListResource,+    ComputeTargetHttpProxiesAggregatedList (..),+    newComputeTargetHttpProxiesAggregatedList,++    -- ** compute.targetHttpProxies.delete+    ComputeTargetHttpProxiesDeleteResource,+    ComputeTargetHttpProxiesDelete (..),+    newComputeTargetHttpProxiesDelete,++    -- ** compute.targetHttpProxies.get+    ComputeTargetHttpProxiesGetResource,+    ComputeTargetHttpProxiesGet (..),+    newComputeTargetHttpProxiesGet,++    -- ** compute.targetHttpProxies.insert+    ComputeTargetHttpProxiesInsertResource,+    ComputeTargetHttpProxiesInsert (..),+    newComputeTargetHttpProxiesInsert,++    -- ** compute.targetHttpProxies.list+    ComputeTargetHttpProxiesListResource,+    ComputeTargetHttpProxiesList (..),+    newComputeTargetHttpProxiesList,++    -- ** compute.targetHttpProxies.patch+    ComputeTargetHttpProxiesPatchResource,+    ComputeTargetHttpProxiesPatch (..),+    newComputeTargetHttpProxiesPatch,++    -- ** compute.targetHttpProxies.setUrlMap+    ComputeTargetHttpProxiesSetUrlMapResource,+    ComputeTargetHttpProxiesSetUrlMap (..),+    newComputeTargetHttpProxiesSetUrlMap,++    -- ** compute.targetHttpsProxies.aggregatedList+    ComputeTargetHttpsProxiesAggregatedListResource,+    ComputeTargetHttpsProxiesAggregatedList (..),+    newComputeTargetHttpsProxiesAggregatedList,++    -- ** compute.targetHttpsProxies.delete+    ComputeTargetHttpsProxiesDeleteResource,+    ComputeTargetHttpsProxiesDelete (..),+    newComputeTargetHttpsProxiesDelete,++    -- ** compute.targetHttpsProxies.get+    ComputeTargetHttpsProxiesGetResource,+    ComputeTargetHttpsProxiesGet (..),+    newComputeTargetHttpsProxiesGet,++    -- ** compute.targetHttpsProxies.insert+    ComputeTargetHttpsProxiesInsertResource,+    ComputeTargetHttpsProxiesInsert (..),+    newComputeTargetHttpsProxiesInsert,++    -- ** compute.targetHttpsProxies.list+    ComputeTargetHttpsProxiesListResource,+    ComputeTargetHttpsProxiesList (..),+    newComputeTargetHttpsProxiesList,++    -- ** compute.targetHttpsProxies.patch+    ComputeTargetHttpsProxiesPatchResource,+    ComputeTargetHttpsProxiesPatch (..),+    newComputeTargetHttpsProxiesPatch,++    -- ** compute.targetHttpsProxies.setCertificateMap+    ComputeTargetHttpsProxiesSetCertificateMapResource,+    ComputeTargetHttpsProxiesSetCertificateMap (..),+    newComputeTargetHttpsProxiesSetCertificateMap,++    -- ** compute.targetHttpsProxies.setQuicOverride+    ComputeTargetHttpsProxiesSetQuicOverrideResource,+    ComputeTargetHttpsProxiesSetQuicOverride (..),+    newComputeTargetHttpsProxiesSetQuicOverride,++    -- ** compute.targetHttpsProxies.setSslCertificates+    ComputeTargetHttpsProxiesSetSslCertificatesResource,+    ComputeTargetHttpsProxiesSetSslCertificates (..),+    newComputeTargetHttpsProxiesSetSslCertificates,++    -- ** compute.targetHttpsProxies.setSslPolicy+    ComputeTargetHttpsProxiesSetSslPolicyResource,+    ComputeTargetHttpsProxiesSetSslPolicy (..),+    newComputeTargetHttpsProxiesSetSslPolicy,++    -- ** compute.targetHttpsProxies.setUrlMap+    ComputeTargetHttpsProxiesSetUrlMapResource,+    ComputeTargetHttpsProxiesSetUrlMap (..),+    newComputeTargetHttpsProxiesSetUrlMap,++    -- ** compute.targetInstances.aggregatedList+    ComputeTargetInstancesAggregatedListResource,+    ComputeTargetInstancesAggregatedList (..),+    newComputeTargetInstancesAggregatedList,++    -- ** compute.targetInstances.delete+    ComputeTargetInstancesDeleteResource,+    ComputeTargetInstancesDelete (..),+    newComputeTargetInstancesDelete,++    -- ** compute.targetInstances.get+    ComputeTargetInstancesGetResource,+    ComputeTargetInstancesGet (..),+    newComputeTargetInstancesGet,++    -- ** compute.targetInstances.insert+    ComputeTargetInstancesInsertResource,+    ComputeTargetInstancesInsert (..),+    newComputeTargetInstancesInsert,++    -- ** compute.targetInstances.list+    ComputeTargetInstancesListResource,+    ComputeTargetInstancesList (..),+    newComputeTargetInstancesList,++    -- ** compute.targetInstances.setSecurityPolicy+    ComputeTargetInstancesSetSecurityPolicyResource,+    ComputeTargetInstancesSetSecurityPolicy (..),+    newComputeTargetInstancesSetSecurityPolicy,++    -- ** compute.targetPools.addHealthCheck+    ComputeTargetPoolsAddHealthCheckResource,+    ComputeTargetPoolsAddHealthCheck (..),+    newComputeTargetPoolsAddHealthCheck,++    -- ** compute.targetPools.addInstance+    ComputeTargetPoolsAddInstanceResource,+    ComputeTargetPoolsAddInstance (..),+    newComputeTargetPoolsAddInstance,++    -- ** compute.targetPools.aggregatedList+    ComputeTargetPoolsAggregatedListResource,+    ComputeTargetPoolsAggregatedList (..),+    newComputeTargetPoolsAggregatedList,++    -- ** compute.targetPools.delete+    ComputeTargetPoolsDeleteResource,+    ComputeTargetPoolsDelete (..),+    newComputeTargetPoolsDelete,++    -- ** compute.targetPools.get+    ComputeTargetPoolsGetResource,+    ComputeTargetPoolsGet (..),+    newComputeTargetPoolsGet,++    -- ** compute.targetPools.getHealth+    ComputeTargetPoolsGetHealthResource,+    ComputeTargetPoolsGetHealth (..),+    newComputeTargetPoolsGetHealth,++    -- ** compute.targetPools.insert+    ComputeTargetPoolsInsertResource,+    ComputeTargetPoolsInsert (..),+    newComputeTargetPoolsInsert,++    -- ** compute.targetPools.list+    ComputeTargetPoolsListResource,+    ComputeTargetPoolsList (..),+    newComputeTargetPoolsList,++    -- ** compute.targetPools.removeHealthCheck+    ComputeTargetPoolsRemoveHealthCheckResource,+    ComputeTargetPoolsRemoveHealthCheck (..),+    newComputeTargetPoolsRemoveHealthCheck,++    -- ** compute.targetPools.removeInstance+    ComputeTargetPoolsRemoveInstanceResource,+    ComputeTargetPoolsRemoveInstance (..),+    newComputeTargetPoolsRemoveInstance,++    -- ** compute.targetPools.setBackup+    ComputeTargetPoolsSetBackupResource,+    ComputeTargetPoolsSetBackup (..),+    newComputeTargetPoolsSetBackup,++    -- ** compute.targetPools.setSecurityPolicy+    ComputeTargetPoolsSetSecurityPolicyResource,+    ComputeTargetPoolsSetSecurityPolicy (..),+    newComputeTargetPoolsSetSecurityPolicy,++    -- ** compute.targetSslProxies.delete+    ComputeTargetSslProxiesDeleteResource,+    ComputeTargetSslProxiesDelete (..),+    newComputeTargetSslProxiesDelete,++    -- ** compute.targetSslProxies.get+    ComputeTargetSslProxiesGetResource,+    ComputeTargetSslProxiesGet (..),+    newComputeTargetSslProxiesGet,++    -- ** compute.targetSslProxies.insert+    ComputeTargetSslProxiesInsertResource,+    ComputeTargetSslProxiesInsert (..),+    newComputeTargetSslProxiesInsert,++    -- ** compute.targetSslProxies.list+    ComputeTargetSslProxiesListResource,+    ComputeTargetSslProxiesList (..),+    newComputeTargetSslProxiesList,++    -- ** compute.targetSslProxies.setBackendService+    ComputeTargetSslProxiesSetBackendServiceResource,+    ComputeTargetSslProxiesSetBackendService (..),+    newComputeTargetSslProxiesSetBackendService,++    -- ** compute.targetSslProxies.setCertificateMap+    ComputeTargetSslProxiesSetCertificateMapResource,+    ComputeTargetSslProxiesSetCertificateMap (..),+    newComputeTargetSslProxiesSetCertificateMap,++    -- ** compute.targetSslProxies.setProxyHeader+    ComputeTargetSslProxiesSetProxyHeaderResource,+    ComputeTargetSslProxiesSetProxyHeader (..),+    newComputeTargetSslProxiesSetProxyHeader,++    -- ** compute.targetSslProxies.setSslCertificates+    ComputeTargetSslProxiesSetSslCertificatesResource,+    ComputeTargetSslProxiesSetSslCertificates (..),+    newComputeTargetSslProxiesSetSslCertificates,++    -- ** compute.targetSslProxies.setSslPolicy+    ComputeTargetSslProxiesSetSslPolicyResource,+    ComputeTargetSslProxiesSetSslPolicy (..),+    newComputeTargetSslProxiesSetSslPolicy,++    -- ** compute.targetTcpProxies.aggregatedList+    ComputeTargetTcpProxiesAggregatedListResource,+    ComputeTargetTcpProxiesAggregatedList (..),+    newComputeTargetTcpProxiesAggregatedList,++    -- ** compute.targetTcpProxies.delete+    ComputeTargetTcpProxiesDeleteResource,+    ComputeTargetTcpProxiesDelete (..),+    newComputeTargetTcpProxiesDelete,++    -- ** compute.targetTcpProxies.get+    ComputeTargetTcpProxiesGetResource,+    ComputeTargetTcpProxiesGet (..),+    newComputeTargetTcpProxiesGet,++    -- ** compute.targetTcpProxies.insert+    ComputeTargetTcpProxiesInsertResource,+    ComputeTargetTcpProxiesInsert (..),+    newComputeTargetTcpProxiesInsert,++    -- ** compute.targetTcpProxies.list+    ComputeTargetTcpProxiesListResource,+    ComputeTargetTcpProxiesList (..),+    newComputeTargetTcpProxiesList,++    -- ** compute.targetTcpProxies.setBackendService+    ComputeTargetTcpProxiesSetBackendServiceResource,+    ComputeTargetTcpProxiesSetBackendService (..),+    newComputeTargetTcpProxiesSetBackendService,++    -- ** compute.targetTcpProxies.setProxyHeader+    ComputeTargetTcpProxiesSetProxyHeaderResource,+    ComputeTargetTcpProxiesSetProxyHeader (..),+    newComputeTargetTcpProxiesSetProxyHeader,++    -- ** compute.targetVpnGateways.aggregatedList+    ComputeTargetVpnGatewaysAggregatedListResource,+    ComputeTargetVpnGatewaysAggregatedList (..),+    newComputeTargetVpnGatewaysAggregatedList,++    -- ** compute.targetVpnGateways.delete+    ComputeTargetVpnGatewaysDeleteResource,+    ComputeTargetVpnGatewaysDelete (..),+    newComputeTargetVpnGatewaysDelete,++    -- ** compute.targetVpnGateways.get+    ComputeTargetVpnGatewaysGetResource,+    ComputeTargetVpnGatewaysGet (..),+    newComputeTargetVpnGatewaysGet,++    -- ** compute.targetVpnGateways.insert+    ComputeTargetVpnGatewaysInsertResource,+    ComputeTargetVpnGatewaysInsert (..),+    newComputeTargetVpnGatewaysInsert,++    -- ** compute.targetVpnGateways.list+    ComputeTargetVpnGatewaysListResource,+    ComputeTargetVpnGatewaysList (..),+    newComputeTargetVpnGatewaysList,++    -- ** compute.targetVpnGateways.setLabels+    ComputeTargetVpnGatewaysSetLabelsResource,+    ComputeTargetVpnGatewaysSetLabels (..),+    newComputeTargetVpnGatewaysSetLabels,++    -- ** compute.urlMaps.aggregatedList+    ComputeUrlMapsAggregatedListResource,+    ComputeUrlMapsAggregatedList (..),+    newComputeUrlMapsAggregatedList,++    -- ** compute.urlMaps.delete+    ComputeUrlMapsDeleteResource,+    ComputeUrlMapsDelete (..),+    newComputeUrlMapsDelete,++    -- ** compute.urlMaps.get+    ComputeUrlMapsGetResource,+    ComputeUrlMapsGet (..),+    newComputeUrlMapsGet,++    -- ** compute.urlMaps.insert+    ComputeUrlMapsInsertResource,+    ComputeUrlMapsInsert (..),+    newComputeUrlMapsInsert,++    -- ** compute.urlMaps.invalidateCache+    ComputeUrlMapsInvalidateCacheResource,+    ComputeUrlMapsInvalidateCache (..),+    newComputeUrlMapsInvalidateCache,++    -- ** compute.urlMaps.list+    ComputeUrlMapsListResource,+    ComputeUrlMapsList (..),+    newComputeUrlMapsList,++    -- ** compute.urlMaps.patch+    ComputeUrlMapsPatchResource,+    ComputeUrlMapsPatch (..),+    newComputeUrlMapsPatch,++    -- ** compute.urlMaps.update+    ComputeUrlMapsUpdateResource,+    ComputeUrlMapsUpdate (..),+    newComputeUrlMapsUpdate,++    -- ** compute.urlMaps.validate+    ComputeUrlMapsValidateResource,+    ComputeUrlMapsValidate (..),+    newComputeUrlMapsValidate,++    -- ** compute.vpnGateways.aggregatedList+    ComputeVpnGatewaysAggregatedListResource,+    ComputeVpnGatewaysAggregatedList (..),+    newComputeVpnGatewaysAggregatedList,++    -- ** compute.vpnGateways.delete+    ComputeVpnGatewaysDeleteResource,+    ComputeVpnGatewaysDelete (..),+    newComputeVpnGatewaysDelete,++    -- ** compute.vpnGateways.get+    ComputeVpnGatewaysGetResource,+    ComputeVpnGatewaysGet (..),+    newComputeVpnGatewaysGet,++    -- ** compute.vpnGateways.getStatus+    ComputeVpnGatewaysGetStatusResource,+    ComputeVpnGatewaysGetStatus (..),+    newComputeVpnGatewaysGetStatus,++    -- ** compute.vpnGateways.insert+    ComputeVpnGatewaysInsertResource,+    ComputeVpnGatewaysInsert (..),+    newComputeVpnGatewaysInsert,++    -- ** compute.vpnGateways.list+    ComputeVpnGatewaysListResource,+    ComputeVpnGatewaysList (..),+    newComputeVpnGatewaysList,++    -- ** compute.vpnGateways.setLabels+    ComputeVpnGatewaysSetLabelsResource,+    ComputeVpnGatewaysSetLabels (..),+    newComputeVpnGatewaysSetLabels,++    -- ** compute.vpnGateways.testIamPermissions+    ComputeVpnGatewaysTestIamPermissionsResource,+    ComputeVpnGatewaysTestIamPermissions (..),+    newComputeVpnGatewaysTestIamPermissions,++    -- ** compute.vpnTunnels.aggregatedList+    ComputeVpnTunnelsAggregatedListResource,+    ComputeVpnTunnelsAggregatedList (..),+    newComputeVpnTunnelsAggregatedList,++    -- ** compute.vpnTunnels.delete+    ComputeVpnTunnelsDeleteResource,+    ComputeVpnTunnelsDelete (..),+    newComputeVpnTunnelsDelete,++    -- ** compute.vpnTunnels.get+    ComputeVpnTunnelsGetResource,+    ComputeVpnTunnelsGet (..),+    newComputeVpnTunnelsGet,++    -- ** compute.vpnTunnels.insert+    ComputeVpnTunnelsInsertResource,+    ComputeVpnTunnelsInsert (..),+    newComputeVpnTunnelsInsert,++    -- ** compute.vpnTunnels.list+    ComputeVpnTunnelsListResource,+    ComputeVpnTunnelsList (..),+    newComputeVpnTunnelsList,++    -- ** compute.vpnTunnels.setLabels+    ComputeVpnTunnelsSetLabelsResource,+    ComputeVpnTunnelsSetLabels (..),+    newComputeVpnTunnelsSetLabels,++    -- ** compute.zoneOperations.delete+    ComputeZoneOperationsDeleteResource,+    ComputeZoneOperationsDelete (..),+    newComputeZoneOperationsDelete,++    -- ** compute.zoneOperations.get+    ComputeZoneOperationsGetResource,+    ComputeZoneOperationsGet (..),+    newComputeZoneOperationsGet,++    -- ** compute.zoneOperations.list+    ComputeZoneOperationsListResource,+    ComputeZoneOperationsList (..),+    newComputeZoneOperationsList,++    -- ** compute.zoneOperations.wait+    ComputeZoneOperationsWaitResource,+    ComputeZoneOperationsWait (..),+    newComputeZoneOperationsWait,++    -- ** compute.zones.get+    ComputeZonesGetResource,+    ComputeZonesGet (..),+    newComputeZonesGet,++    -- ** compute.zones.list+    ComputeZonesListResource,+    ComputeZonesList (..),+    newComputeZonesList,++    -- * Types++    -- ** Xgafv+    Xgafv (..),++    -- ** AWSV4Signature+    AWSV4Signature (..),+    newAWSV4Signature,++    -- ** AcceleratorConfig+    AcceleratorConfig (..),+    newAcceleratorConfig,++    -- ** AcceleratorType+    AcceleratorType (..),+    newAcceleratorType,++    -- ** AcceleratorTypeAggregatedList+    AcceleratorTypeAggregatedList (..),+    newAcceleratorTypeAggregatedList,++    -- ** AcceleratorTypeAggregatedList_Items+    AcceleratorTypeAggregatedList_Items (..),+    newAcceleratorTypeAggregatedList_Items,++    -- ** AcceleratorTypeAggregatedList_Warning+    AcceleratorTypeAggregatedList_Warning (..),+    newAcceleratorTypeAggregatedList_Warning,++    -- ** AcceleratorTypeAggregatedList_Warning_Code+    AcceleratorTypeAggregatedList_Warning_Code (..),++    -- ** AcceleratorTypeAggregatedList_Warning_DataItem+    AcceleratorTypeAggregatedList_Warning_DataItem (..),+    newAcceleratorTypeAggregatedList_Warning_DataItem,++    -- ** AcceleratorTypeList+    AcceleratorTypeList (..),+    newAcceleratorTypeList,++    -- ** AcceleratorTypeList_Warning+    AcceleratorTypeList_Warning (..),+    newAcceleratorTypeList_Warning,++    -- ** AcceleratorTypeList_Warning_Code+    AcceleratorTypeList_Warning_Code (..),++    -- ** AcceleratorTypeList_Warning_DataItem+    AcceleratorTypeList_Warning_DataItem (..),+    newAcceleratorTypeList_Warning_DataItem,++    -- ** AcceleratorTypesScopedList+    AcceleratorTypesScopedList (..),+    newAcceleratorTypesScopedList,++    -- ** AcceleratorTypesScopedList_Warning+    AcceleratorTypesScopedList_Warning (..),+    newAcceleratorTypesScopedList_Warning,++    -- ** AcceleratorTypesScopedList_Warning_Code+    AcceleratorTypesScopedList_Warning_Code (..),++    -- ** AcceleratorTypesScopedList_Warning_DataItem+    AcceleratorTypesScopedList_Warning_DataItem (..),+    newAcceleratorTypesScopedList_Warning_DataItem,++    -- ** AccessConfig+    AccessConfig (..),+    newAccessConfig,++    -- ** AccessConfig_NetworkTier+    AccessConfig_NetworkTier (..),++    -- ** AccessConfig_Type+    AccessConfig_Type (..),++    -- ** Address+    Address (..),+    newAddress,++    -- ** Address_AddressType+    Address_AddressType (..),++    -- ** Address_IpVersion+    Address_IpVersion (..),++    -- ** Address_Ipv6EndpointType+    Address_Ipv6EndpointType (..),++    -- ** Address_Labels+    Address_Labels (..),+    newAddress_Labels,++    -- ** Address_NetworkTier+    Address_NetworkTier (..),++    -- ** Address_Purpose+    Address_Purpose (..),++    -- ** Address_Status+    Address_Status (..),++    -- ** AddressAggregatedList+    AddressAggregatedList (..),+    newAddressAggregatedList,++    -- ** AddressAggregatedList_Items+    AddressAggregatedList_Items (..),+    newAddressAggregatedList_Items,++    -- ** AddressAggregatedList_Warning+    AddressAggregatedList_Warning (..),+    newAddressAggregatedList_Warning,++    -- ** AddressAggregatedList_Warning_Code+    AddressAggregatedList_Warning_Code (..),++    -- ** AddressAggregatedList_Warning_DataItem+    AddressAggregatedList_Warning_DataItem (..),+    newAddressAggregatedList_Warning_DataItem,++    -- ** AddressList+    AddressList (..),+    newAddressList,++    -- ** AddressList_Warning+    AddressList_Warning (..),+    newAddressList_Warning,++    -- ** AddressList_Warning_Code+    AddressList_Warning_Code (..),++    -- ** AddressList_Warning_DataItem+    AddressList_Warning_DataItem (..),+    newAddressList_Warning_DataItem,++    -- ** AddressesScopedList+    AddressesScopedList (..),+    newAddressesScopedList,++    -- ** AddressesScopedList_Warning+    AddressesScopedList_Warning (..),+    newAddressesScopedList_Warning,++    -- ** AddressesScopedList_Warning_Code+    AddressesScopedList_Warning_Code (..),++    -- ** AddressesScopedList_Warning_DataItem+    AddressesScopedList_Warning_DataItem (..),+    newAddressesScopedList_Warning_DataItem,++    -- ** AdvancedMachineFeatures+    AdvancedMachineFeatures (..),+    newAdvancedMachineFeatures,++    -- ** AdvancedMachineFeatures_PerformanceMonitoringUnit+    AdvancedMachineFeatures_PerformanceMonitoringUnit (..),++    -- ** AliasIpRange+    AliasIpRange (..),+    newAliasIpRange,++    -- ** AllocationAggregateReservation+    AllocationAggregateReservation (..),+    newAllocationAggregateReservation,++    -- ** AllocationAggregateReservation_VmFamily+    AllocationAggregateReservation_VmFamily (..),++    -- ** AllocationAggregateReservation_WorkloadType+    AllocationAggregateReservation_WorkloadType (..),++    -- ** AllocationAggregateReservationReservedResourceInfo+    AllocationAggregateReservationReservedResourceInfo (..),+    newAllocationAggregateReservationReservedResourceInfo,++    -- ** AllocationAggregateReservationReservedResourceInfoAccelerator+    AllocationAggregateReservationReservedResourceInfoAccelerator (..),+    newAllocationAggregateReservationReservedResourceInfoAccelerator,++    -- ** AllocationReservationSharingPolicy+    AllocationReservationSharingPolicy (..),+    newAllocationReservationSharingPolicy,++    -- ** AllocationReservationSharingPolicy_ServiceShareType+    AllocationReservationSharingPolicy_ServiceShareType (..),++    -- ** AllocationResourceStatus+    AllocationResourceStatus (..),+    newAllocationResourceStatus,++    -- ** AllocationResourceStatusSpecificSKUAllocation+    AllocationResourceStatusSpecificSKUAllocation (..),+    newAllocationResourceStatusSpecificSKUAllocation,++    -- ** AllocationResourceStatusSpecificSKUAllocation_Utilizations+    AllocationResourceStatusSpecificSKUAllocation_Utilizations (..),+    newAllocationResourceStatusSpecificSKUAllocation_Utilizations,++    -- ** AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk+    AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk (..),+    newAllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk,++    -- ** AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk_Interface+    AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk_Interface (..),++    -- ** AllocationSpecificSKUAllocationReservedInstanceProperties+    AllocationSpecificSKUAllocationReservedInstanceProperties (..),+    newAllocationSpecificSKUAllocationReservedInstanceProperties,++    -- ** AllocationSpecificSKUReservation+    AllocationSpecificSKUReservation (..),+    newAllocationSpecificSKUReservation,++    -- ** AttachedDisk+    AttachedDisk (..),+    newAttachedDisk,++    -- ** AttachedDisk_Architecture+    AttachedDisk_Architecture (..),++    -- ** AttachedDisk_Interface+    AttachedDisk_Interface (..),++    -- ** AttachedDisk_Mode+    AttachedDisk_Mode (..),++    -- ** AttachedDisk_SavedState+    AttachedDisk_SavedState (..),++    -- ** AttachedDisk_Type+    AttachedDisk_Type (..),++    -- ** AttachedDiskInitializeParams+    AttachedDiskInitializeParams (..),+    newAttachedDiskInitializeParams,++    -- ** AttachedDiskInitializeParams_Architecture+    AttachedDiskInitializeParams_Architecture (..),++    -- ** AttachedDiskInitializeParams_Labels+    AttachedDiskInitializeParams_Labels (..),+    newAttachedDiskInitializeParams_Labels,++    -- ** AttachedDiskInitializeParams_OnUpdateAction+    AttachedDiskInitializeParams_OnUpdateAction (..),++    -- ** AttachedDiskInitializeParams_ResourceManagerTags+    AttachedDiskInitializeParams_ResourceManagerTags (..),+    newAttachedDiskInitializeParams_ResourceManagerTags,++    -- ** AuditConfig+    AuditConfig (..),+    newAuditConfig,++    -- ** AuditLogConfig+    AuditLogConfig (..),+    newAuditLogConfig,++    -- ** AuditLogConfig_LogType+    AuditLogConfig_LogType (..),++    -- ** Autoscaler+    Autoscaler (..),+    newAutoscaler,++    -- ** Autoscaler_ScalingScheduleStatus+    Autoscaler_ScalingScheduleStatus (..),+    newAutoscaler_ScalingScheduleStatus,++    -- ** Autoscaler_Status+    Autoscaler_Status (..),++    -- ** AutoscalerAggregatedList+    AutoscalerAggregatedList (..),+    newAutoscalerAggregatedList,++    -- ** AutoscalerAggregatedList_Items+    AutoscalerAggregatedList_Items (..),+    newAutoscalerAggregatedList_Items,++    -- ** AutoscalerAggregatedList_Warning+    AutoscalerAggregatedList_Warning (..),+    newAutoscalerAggregatedList_Warning,++    -- ** AutoscalerAggregatedList_Warning_Code+    AutoscalerAggregatedList_Warning_Code (..),++    -- ** AutoscalerAggregatedList_Warning_DataItem+    AutoscalerAggregatedList_Warning_DataItem (..),+    newAutoscalerAggregatedList_Warning_DataItem,++    -- ** AutoscalerList+    AutoscalerList (..),+    newAutoscalerList,++    -- ** AutoscalerList_Warning+    AutoscalerList_Warning (..),+    newAutoscalerList_Warning,++    -- ** AutoscalerList_Warning_Code+    AutoscalerList_Warning_Code (..),++    -- ** AutoscalerList_Warning_DataItem+    AutoscalerList_Warning_DataItem (..),+    newAutoscalerList_Warning_DataItem,++    -- ** AutoscalerStatusDetails+    AutoscalerStatusDetails (..),+    newAutoscalerStatusDetails,++    -- ** AutoscalerStatusDetails_Type+    AutoscalerStatusDetails_Type (..),++    -- ** AutoscalersScopedList+    AutoscalersScopedList (..),+    newAutoscalersScopedList,++    -- ** AutoscalersScopedList_Warning+    AutoscalersScopedList_Warning (..),+    newAutoscalersScopedList_Warning,++    -- ** AutoscalersScopedList_Warning_Code+    AutoscalersScopedList_Warning_Code (..),++    -- ** AutoscalersScopedList_Warning_DataItem+    AutoscalersScopedList_Warning_DataItem (..),+    newAutoscalersScopedList_Warning_DataItem,++    -- ** AutoscalingPolicy+    AutoscalingPolicy (..),+    newAutoscalingPolicy,++    -- ** AutoscalingPolicy_Mode+    AutoscalingPolicy_Mode (..),++    -- ** AutoscalingPolicy_ScalingSchedules+    AutoscalingPolicy_ScalingSchedules (..),+    newAutoscalingPolicy_ScalingSchedules,++    -- ** AutoscalingPolicyCpuUtilization+    AutoscalingPolicyCpuUtilization (..),+    newAutoscalingPolicyCpuUtilization,++    -- ** AutoscalingPolicyCpuUtilization_PredictiveMethod+    AutoscalingPolicyCpuUtilization_PredictiveMethod (..),++    -- ** AutoscalingPolicyCustomMetricUtilization+    AutoscalingPolicyCustomMetricUtilization (..),+    newAutoscalingPolicyCustomMetricUtilization,++    -- ** AutoscalingPolicyCustomMetricUtilization_UtilizationTargetType+    AutoscalingPolicyCustomMetricUtilization_UtilizationTargetType (..),++    -- ** AutoscalingPolicyLoadBalancingUtilization+    AutoscalingPolicyLoadBalancingUtilization (..),+    newAutoscalingPolicyLoadBalancingUtilization,++    -- ** AutoscalingPolicyScaleInControl+    AutoscalingPolicyScaleInControl (..),+    newAutoscalingPolicyScaleInControl,++    -- ** AutoscalingPolicyScalingSchedule+    AutoscalingPolicyScalingSchedule (..),+    newAutoscalingPolicyScalingSchedule,++    -- ** Backend+    Backend (..),+    newBackend,++    -- ** Backend_BalancingMode+    Backend_BalancingMode (..),++    -- ** Backend_Preference+    Backend_Preference (..),++    -- ** BackendBucket+    BackendBucket (..),+    newBackendBucket,++    -- ** BackendBucket_CompressionMode+    BackendBucket_CompressionMode (..),++    -- ** BackendBucketCdnPolicy+    BackendBucketCdnPolicy (..),+    newBackendBucketCdnPolicy,++    -- ** BackendBucketCdnPolicy_CacheMode+    BackendBucketCdnPolicy_CacheMode (..),++    -- ** BackendBucketCdnPolicyBypassCacheOnRequestHeader+    BackendBucketCdnPolicyBypassCacheOnRequestHeader (..),+    newBackendBucketCdnPolicyBypassCacheOnRequestHeader,++    -- ** BackendBucketCdnPolicyCacheKeyPolicy+    BackendBucketCdnPolicyCacheKeyPolicy (..),+    newBackendBucketCdnPolicyCacheKeyPolicy,++    -- ** BackendBucketCdnPolicyNegativeCachingPolicy+    BackendBucketCdnPolicyNegativeCachingPolicy (..),+    newBackendBucketCdnPolicyNegativeCachingPolicy,++    -- ** BackendBucketList+    BackendBucketList (..),+    newBackendBucketList,++    -- ** BackendBucketList_Warning+    BackendBucketList_Warning (..),+    newBackendBucketList_Warning,++    -- ** BackendBucketList_Warning_Code+    BackendBucketList_Warning_Code (..),++    -- ** BackendBucketList_Warning_DataItem+    BackendBucketList_Warning_DataItem (..),+    newBackendBucketList_Warning_DataItem,++    -- ** BackendBucketUsedBy+    BackendBucketUsedBy (..),+    newBackendBucketUsedBy,++    -- ** BackendCustomMetric+    BackendCustomMetric (..),+    newBackendCustomMetric,++    -- ** BackendService+    BackendService (..),+    newBackendService,++    -- ** BackendService_CompressionMode+    BackendService_CompressionMode (..),++    -- ** BackendService_IpAddressSelectionPolicy+    BackendService_IpAddressSelectionPolicy (..),++    -- ** BackendService_LoadBalancingScheme+    BackendService_LoadBalancingScheme (..),++    -- ** BackendService_LocalityLbPolicy+    BackendService_LocalityLbPolicy (..),++    -- ** BackendService_Metadatas+    BackendService_Metadatas (..),+    newBackendService_Metadatas,++    -- ** BackendService_Protocol+    BackendService_Protocol (..),++    -- ** BackendService_SessionAffinity+    BackendService_SessionAffinity (..),++    -- ** BackendServiceAggregatedList+    BackendServiceAggregatedList (..),+    newBackendServiceAggregatedList,++    -- ** BackendServiceAggregatedList_Items+    BackendServiceAggregatedList_Items (..),+    newBackendServiceAggregatedList_Items,++    -- ** BackendServiceAggregatedList_Warning+    BackendServiceAggregatedList_Warning (..),+    newBackendServiceAggregatedList_Warning,++    -- ** BackendServiceAggregatedList_Warning_Code+    BackendServiceAggregatedList_Warning_Code (..),++    -- ** BackendServiceAggregatedList_Warning_DataItem+    BackendServiceAggregatedList_Warning_DataItem (..),+    newBackendServiceAggregatedList_Warning_DataItem,++    -- ** BackendServiceCdnPolicy+    BackendServiceCdnPolicy (..),+    newBackendServiceCdnPolicy,++    -- ** BackendServiceCdnPolicy_CacheMode+    BackendServiceCdnPolicy_CacheMode (..),++    -- ** BackendServiceCdnPolicyBypassCacheOnRequestHeader+    BackendServiceCdnPolicyBypassCacheOnRequestHeader (..),+    newBackendServiceCdnPolicyBypassCacheOnRequestHeader,++    -- ** BackendServiceCdnPolicyNegativeCachingPolicy+    BackendServiceCdnPolicyNegativeCachingPolicy (..),+    newBackendServiceCdnPolicyNegativeCachingPolicy,++    -- ** BackendServiceConnectionTrackingPolicy+    BackendServiceConnectionTrackingPolicy (..),+    newBackendServiceConnectionTrackingPolicy,++    -- ** BackendServiceConnectionTrackingPolicy_ConnectionPersistenceOnUnhealthyBackends+    BackendServiceConnectionTrackingPolicy_ConnectionPersistenceOnUnhealthyBackends (..),++    -- ** BackendServiceConnectionTrackingPolicy_TrackingMode+    BackendServiceConnectionTrackingPolicy_TrackingMode (..),++    -- ** BackendServiceCustomMetric+    BackendServiceCustomMetric (..),+    newBackendServiceCustomMetric,++    -- ** BackendServiceFailoverPolicy+    BackendServiceFailoverPolicy (..),+    newBackendServiceFailoverPolicy,++    -- ** BackendServiceGroupHealth+    BackendServiceGroupHealth (..),+    newBackendServiceGroupHealth,++    -- ** BackendServiceGroupHealth_Annotations+    BackendServiceGroupHealth_Annotations (..),+    newBackendServiceGroupHealth_Annotations,++    -- ** BackendServiceHttpCookie+    BackendServiceHttpCookie (..),+    newBackendServiceHttpCookie,++    -- ** BackendServiceIAP+    BackendServiceIAP (..),+    newBackendServiceIAP,++    -- ** BackendServiceList+    BackendServiceList (..),+    newBackendServiceList,++    -- ** BackendServiceList_Warning+    BackendServiceList_Warning (..),+    newBackendServiceList_Warning,++    -- ** BackendServiceList_Warning_Code+    BackendServiceList_Warning_Code (..),++    -- ** BackendServiceList_Warning_DataItem+    BackendServiceList_Warning_DataItem (..),+    newBackendServiceList_Warning_DataItem,++    -- ** BackendServiceListUsable+    BackendServiceListUsable (..),+    newBackendServiceListUsable,++    -- ** BackendServiceListUsable_Warning+    BackendServiceListUsable_Warning (..),+    newBackendServiceListUsable_Warning,++    -- ** BackendServiceListUsable_Warning_Code+    BackendServiceListUsable_Warning_Code (..),++    -- ** BackendServiceListUsable_Warning_DataItem+    BackendServiceListUsable_Warning_DataItem (..),+    newBackendServiceListUsable_Warning_DataItem,++    -- ** BackendServiceLocalityLoadBalancingPolicyConfig+    BackendServiceLocalityLoadBalancingPolicyConfig (..),+    newBackendServiceLocalityLoadBalancingPolicyConfig,++    -- ** BackendServiceLocalityLoadBalancingPolicyConfigCustomPolicy+    BackendServiceLocalityLoadBalancingPolicyConfigCustomPolicy (..),+    newBackendServiceLocalityLoadBalancingPolicyConfigCustomPolicy,++    -- ** BackendServiceLocalityLoadBalancingPolicyConfigPolicy+    BackendServiceLocalityLoadBalancingPolicyConfigPolicy (..),+    newBackendServiceLocalityLoadBalancingPolicyConfigPolicy,++    -- ** BackendServiceLocalityLoadBalancingPolicyConfigPolicy_Name+    BackendServiceLocalityLoadBalancingPolicyConfigPolicy_Name (..),++    -- ** BackendServiceLogConfig+    BackendServiceLogConfig (..),+    newBackendServiceLogConfig,++    -- ** BackendServiceLogConfig_OptionalMode+    BackendServiceLogConfig_OptionalMode (..),++    -- ** BackendServiceReference+    BackendServiceReference (..),+    newBackendServiceReference,++    -- ** BackendServiceUsedBy+    BackendServiceUsedBy (..),+    newBackendServiceUsedBy,++    -- ** BackendServicesScopedList+    BackendServicesScopedList (..),+    newBackendServicesScopedList,++    -- ** BackendServicesScopedList_Warning+    BackendServicesScopedList_Warning (..),+    newBackendServicesScopedList_Warning,++    -- ** BackendServicesScopedList_Warning_Code+    BackendServicesScopedList_Warning_Code (..),++    -- ** BackendServicesScopedList_Warning_DataItem+    BackendServicesScopedList_Warning_DataItem (..),+    newBackendServicesScopedList_Warning_DataItem,++    -- ** BfdPacket+    BfdPacket (..),+    newBfdPacket,++    -- ** BfdPacket_Diagnostic+    BfdPacket_Diagnostic (..),++    -- ** BfdPacket_State+    BfdPacket_State (..),++    -- ** BfdStatus+    BfdStatus (..),+    newBfdStatus,++    -- ** BfdStatus_BfdSessionInitializationMode+    BfdStatus_BfdSessionInitializationMode (..),++    -- ** BfdStatus_LocalDiagnostic+    BfdStatus_LocalDiagnostic (..),++    -- ** BfdStatus_LocalState+    BfdStatus_LocalState (..),++    -- ** BfdStatusPacketCounts+    BfdStatusPacketCounts (..),+    newBfdStatusPacketCounts,++    -- ** BgpRoute+    BgpRoute (..),+    newBgpRoute,++    -- ** BgpRoute_Origin+    BgpRoute_Origin (..),++    -- ** BgpRouteAsPath+    BgpRouteAsPath (..),+    newBgpRouteAsPath,++    -- ** BgpRouteAsPath_Type+    BgpRouteAsPath_Type (..),++    -- ** BgpRouteNetworkLayerReachabilityInformation+    BgpRouteNetworkLayerReachabilityInformation (..),+    newBgpRouteNetworkLayerReachabilityInformation,++    -- ** Binding+    Binding (..),+    newBinding,++    -- ** BulkInsertDiskResource+    BulkInsertDiskResource (..),+    newBulkInsertDiskResource,++    -- ** BulkInsertInstanceResource+    BulkInsertInstanceResource (..),+    newBulkInsertInstanceResource,++    -- ** BulkInsertInstanceResource_PerInstanceProperties+    BulkInsertInstanceResource_PerInstanceProperties (..),+    newBulkInsertInstanceResource_PerInstanceProperties,++    -- ** BulkInsertInstanceResourcePerInstanceProperties+    BulkInsertInstanceResourcePerInstanceProperties (..),+    newBulkInsertInstanceResourcePerInstanceProperties,++    -- ** BulkInsertOperationStatus+    BulkInsertOperationStatus (..),+    newBulkInsertOperationStatus,++    -- ** BulkInsertOperationStatus_Status+    BulkInsertOperationStatus_Status (..),++    -- ** CacheInvalidationRule+    CacheInvalidationRule (..),+    newCacheInvalidationRule,++    -- ** CacheKeyPolicy+    CacheKeyPolicy (..),+    newCacheKeyPolicy,++    -- ** CircuitBreakers+    CircuitBreakers (..),+    newCircuitBreakers,++    -- ** Commitment+    Commitment (..),+    newCommitment,++    -- ** Commitment_Category+    Commitment_Category (..),++    -- ** Commitment_Plan+    Commitment_Plan (..),++    -- ** Commitment_Status+    Commitment_Status (..),++    -- ** Commitment_Type+    Commitment_Type (..),++    -- ** CommitmentAggregatedList+    CommitmentAggregatedList (..),+    newCommitmentAggregatedList,++    -- ** CommitmentAggregatedList_Items+    CommitmentAggregatedList_Items (..),+    newCommitmentAggregatedList_Items,++    -- ** CommitmentAggregatedList_Warning+    CommitmentAggregatedList_Warning (..),+    newCommitmentAggregatedList_Warning,++    -- ** CommitmentAggregatedList_Warning_Code+    CommitmentAggregatedList_Warning_Code (..),++    -- ** CommitmentAggregatedList_Warning_DataItem+    CommitmentAggregatedList_Warning_DataItem (..),+    newCommitmentAggregatedList_Warning_DataItem,++    -- ** CommitmentList+    CommitmentList (..),+    newCommitmentList,++    -- ** CommitmentList_Warning+    CommitmentList_Warning (..),+    newCommitmentList_Warning,++    -- ** CommitmentList_Warning_Code+    CommitmentList_Warning_Code (..),++    -- ** CommitmentList_Warning_DataItem+    CommitmentList_Warning_DataItem (..),+    newCommitmentList_Warning_DataItem,++    -- ** CommitmentResourceStatus+    CommitmentResourceStatus (..),+    newCommitmentResourceStatus,++    -- ** CommitmentsScopedList+    CommitmentsScopedList (..),+    newCommitmentsScopedList,++    -- ** CommitmentsScopedList_Warning+    CommitmentsScopedList_Warning (..),+    newCommitmentsScopedList_Warning,++    -- ** CommitmentsScopedList_Warning_Code+    CommitmentsScopedList_Warning_Code (..),++    -- ** CommitmentsScopedList_Warning_DataItem+    CommitmentsScopedList_Warning_DataItem (..),+    newCommitmentsScopedList_Warning_DataItem,++    -- ** ConfidentialInstanceConfig+    ConfidentialInstanceConfig (..),+    newConfidentialInstanceConfig,++    -- ** ConfidentialInstanceConfig_ConfidentialInstanceType+    ConfidentialInstanceConfig_ConfidentialInstanceType (..),++    -- ** ConnectionDraining+    ConnectionDraining (..),+    newConnectionDraining,++    -- ** ConsistentHashLoadBalancerSettings+    ConsistentHashLoadBalancerSettings (..),+    newConsistentHashLoadBalancerSettings,++    -- ** ConsistentHashLoadBalancerSettingsHttpCookie+    ConsistentHashLoadBalancerSettingsHttpCookie (..),+    newConsistentHashLoadBalancerSettingsHttpCookie,++    -- ** CorsPolicy+    CorsPolicy (..),+    newCorsPolicy,++    -- ** CustomErrorResponsePolicy+    CustomErrorResponsePolicy (..),+    newCustomErrorResponsePolicy,++    -- ** CustomErrorResponsePolicyCustomErrorResponseRule+    CustomErrorResponsePolicyCustomErrorResponseRule (..),+    newCustomErrorResponsePolicyCustomErrorResponseRule,++    -- ** CustomerEncryptionKey+    CustomerEncryptionKey (..),+    newCustomerEncryptionKey,++    -- ** CustomerEncryptionKeyProtectedDisk+    CustomerEncryptionKeyProtectedDisk (..),+    newCustomerEncryptionKeyProtectedDisk,++    -- ** DeprecationStatus+    DeprecationStatus (..),+    newDeprecationStatus,++    -- ** DeprecationStatus_State+    DeprecationStatus_State (..),++    -- ** Disk+    Disk (..),+    newDisk,++    -- ** Disk_AccessMode+    Disk_AccessMode (..),++    -- ** Disk_Architecture+    Disk_Architecture (..),++    -- ** Disk_AsyncSecondaryDisks+    Disk_AsyncSecondaryDisks (..),+    newDisk_AsyncSecondaryDisks,++    -- ** Disk_Labels+    Disk_Labels (..),+    newDisk_Labels,++    -- ** Disk_Status+    Disk_Status (..),++    -- ** DiskAggregatedList+    DiskAggregatedList (..),+    newDiskAggregatedList,++    -- ** DiskAggregatedList_Items+    DiskAggregatedList_Items (..),+    newDiskAggregatedList_Items,++    -- ** DiskAggregatedList_Warning+    DiskAggregatedList_Warning (..),+    newDiskAggregatedList_Warning,++    -- ** DiskAggregatedList_Warning_Code+    DiskAggregatedList_Warning_Code (..),++    -- ** DiskAggregatedList_Warning_DataItem+    DiskAggregatedList_Warning_DataItem (..),+    newDiskAggregatedList_Warning_DataItem,++    -- ** DiskAsyncReplication+    DiskAsyncReplication (..),+    newDiskAsyncReplication,++    -- ** DiskAsyncReplicationList+    DiskAsyncReplicationList (..),+    newDiskAsyncReplicationList,++    -- ** DiskInstantiationConfig+    DiskInstantiationConfig (..),+    newDiskInstantiationConfig,++    -- ** DiskInstantiationConfig_InstantiateFrom+    DiskInstantiationConfig_InstantiateFrom (..),++    -- ** DiskList+    DiskList (..),+    newDiskList,++    -- ** DiskList_Warning+    DiskList_Warning (..),+    newDiskList_Warning,++    -- ** DiskList_Warning_Code+    DiskList_Warning_Code (..),++    -- ** DiskList_Warning_DataItem+    DiskList_Warning_DataItem (..),+    newDiskList_Warning_DataItem,++    -- ** DiskMoveRequest+    DiskMoveRequest (..),+    newDiskMoveRequest,++    -- ** DiskParams+    DiskParams (..),+    newDiskParams,++    -- ** DiskParams_ResourceManagerTags+    DiskParams_ResourceManagerTags (..),+    newDiskParams_ResourceManagerTags,++    -- ** DiskResourceStatus+    DiskResourceStatus (..),+    newDiskResourceStatus,++    -- ** DiskResourceStatus_AsyncSecondaryDisks+    DiskResourceStatus_AsyncSecondaryDisks (..),+    newDiskResourceStatus_AsyncSecondaryDisks,++    -- ** DiskResourceStatusAsyncReplicationStatus+    DiskResourceStatusAsyncReplicationStatus (..),+    newDiskResourceStatusAsyncReplicationStatus,++    -- ** DiskResourceStatusAsyncReplicationStatus_State+    DiskResourceStatusAsyncReplicationStatus_State (..),++    -- ** DiskType+    DiskType (..),+    newDiskType,++    -- ** DiskTypeAggregatedList+    DiskTypeAggregatedList (..),+    newDiskTypeAggregatedList,++    -- ** DiskTypeAggregatedList_Items+    DiskTypeAggregatedList_Items (..),+    newDiskTypeAggregatedList_Items,++    -- ** DiskTypeAggregatedList_Warning+    DiskTypeAggregatedList_Warning (..),+    newDiskTypeAggregatedList_Warning,++    -- ** DiskTypeAggregatedList_Warning_Code+    DiskTypeAggregatedList_Warning_Code (..),++    -- ** DiskTypeAggregatedList_Warning_DataItem+    DiskTypeAggregatedList_Warning_DataItem (..),+    newDiskTypeAggregatedList_Warning_DataItem,++    -- ** DiskTypeList+    DiskTypeList (..),+    newDiskTypeList,++    -- ** DiskTypeList_Warning+    DiskTypeList_Warning (..),+    newDiskTypeList_Warning,++    -- ** DiskTypeList_Warning_Code+    DiskTypeList_Warning_Code (..),++    -- ** DiskTypeList_Warning_DataItem+    DiskTypeList_Warning_DataItem (..),+    newDiskTypeList_Warning_DataItem,++    -- ** DiskTypesScopedList+    DiskTypesScopedList (..),+    newDiskTypesScopedList,++    -- ** DiskTypesScopedList_Warning+    DiskTypesScopedList_Warning (..),+    newDiskTypesScopedList_Warning,++    -- ** DiskTypesScopedList_Warning_Code+    DiskTypesScopedList_Warning_Code (..),++    -- ** DiskTypesScopedList_Warning_DataItem+    DiskTypesScopedList_Warning_DataItem (..),+    newDiskTypesScopedList_Warning_DataItem,++    -- ** DisksAddResourcePoliciesRequest+    DisksAddResourcePoliciesRequest (..),+    newDisksAddResourcePoliciesRequest,++    -- ** DisksRemoveResourcePoliciesRequest+    DisksRemoveResourcePoliciesRequest (..),+    newDisksRemoveResourcePoliciesRequest,++    -- ** DisksResizeRequest+    DisksResizeRequest (..),+    newDisksResizeRequest,++    -- ** DisksScopedList+    DisksScopedList (..),+    newDisksScopedList,++    -- ** DisksScopedList_Warning+    DisksScopedList_Warning (..),+    newDisksScopedList_Warning,++    -- ** DisksScopedList_Warning_Code+    DisksScopedList_Warning_Code (..),++    -- ** DisksScopedList_Warning_DataItem+    DisksScopedList_Warning_DataItem (..),+    newDisksScopedList_Warning_DataItem,++    -- ** DisksStartAsyncReplicationRequest+    DisksStartAsyncReplicationRequest (..),+    newDisksStartAsyncReplicationRequest,++    -- ** DisksStopGroupAsyncReplicationResource+    DisksStopGroupAsyncReplicationResource (..),+    newDisksStopGroupAsyncReplicationResource,++    -- ** DisplayDevice+    DisplayDevice (..),+    newDisplayDevice,++    -- ** DistributionPolicy+    DistributionPolicy (..),+    newDistributionPolicy,++    -- ** DistributionPolicy_TargetShape+    DistributionPolicy_TargetShape (..),++    -- ** DistributionPolicyZoneConfiguration+    DistributionPolicyZoneConfiguration (..),+    newDistributionPolicyZoneConfiguration,++    -- ** Duration+    Duration (..),+    newDuration,++    -- ** ErrorInfo+    ErrorInfo (..),+    newErrorInfo,++    -- ** ErrorInfo_Metadatas+    ErrorInfo_Metadatas (..),+    newErrorInfo_Metadatas,++    -- ** ExchangedPeeringRoute+    ExchangedPeeringRoute (..),+    newExchangedPeeringRoute,++    -- ** ExchangedPeeringRoute_Type+    ExchangedPeeringRoute_Type (..),++    -- ** ExchangedPeeringRoutesList+    ExchangedPeeringRoutesList (..),+    newExchangedPeeringRoutesList,++    -- ** ExchangedPeeringRoutesList_Warning+    ExchangedPeeringRoutesList_Warning (..),+    newExchangedPeeringRoutesList_Warning,++    -- ** ExchangedPeeringRoutesList_Warning_Code+    ExchangedPeeringRoutesList_Warning_Code (..),++    -- ** ExchangedPeeringRoutesList_Warning_DataItem+    ExchangedPeeringRoutesList_Warning_DataItem (..),+    newExchangedPeeringRoutesList_Warning_DataItem,++    -- ** Expr+    Expr (..),+    newExpr,++    -- ** ExternalVpnGateway+    ExternalVpnGateway (..),+    newExternalVpnGateway,++    -- ** ExternalVpnGateway_Labels+    ExternalVpnGateway_Labels (..),+    newExternalVpnGateway_Labels,++    -- ** ExternalVpnGateway_RedundancyType+    ExternalVpnGateway_RedundancyType (..),++    -- ** ExternalVpnGatewayInterface+    ExternalVpnGatewayInterface (..),+    newExternalVpnGatewayInterface,++    -- ** ExternalVpnGatewayList+    ExternalVpnGatewayList (..),+    newExternalVpnGatewayList,++    -- ** ExternalVpnGatewayList_Warning+    ExternalVpnGatewayList_Warning (..),+    newExternalVpnGatewayList_Warning,++    -- ** ExternalVpnGatewayList_Warning_Code+    ExternalVpnGatewayList_Warning_Code (..),++    -- ** ExternalVpnGatewayList_Warning_DataItem+    ExternalVpnGatewayList_Warning_DataItem (..),+    newExternalVpnGatewayList_Warning_DataItem,++    -- ** FileContentBuffer+    FileContentBuffer (..),+    newFileContentBuffer,++    -- ** FileContentBuffer_FileType+    FileContentBuffer_FileType (..),++    -- ** Firewall+    Firewall (..),+    newFirewall,++    -- ** Firewall_AllowedItem+    Firewall_AllowedItem (..),+    newFirewall_AllowedItem,++    -- ** Firewall_DeniedItem+    Firewall_DeniedItem (..),+    newFirewall_DeniedItem,++    -- ** Firewall_Direction+    Firewall_Direction (..),++    -- ** FirewallList+    FirewallList (..),+    newFirewallList,++    -- ** FirewallList_Warning+    FirewallList_Warning (..),+    newFirewallList_Warning,++    -- ** FirewallList_Warning_Code+    FirewallList_Warning_Code (..),++    -- ** FirewallList_Warning_DataItem+    FirewallList_Warning_DataItem (..),+    newFirewallList_Warning_DataItem,++    -- ** FirewallLogConfig+    FirewallLogConfig (..),+    newFirewallLogConfig,++    -- ** FirewallLogConfig_Metadata+    FirewallLogConfig_Metadata (..),++    -- ** FirewallPoliciesListAssociationsResponse+    FirewallPoliciesListAssociationsResponse (..),+    newFirewallPoliciesListAssociationsResponse,++    -- ** FirewallPoliciesScopedList+    FirewallPoliciesScopedList (..),+    newFirewallPoliciesScopedList,++    -- ** FirewallPoliciesScopedList_Warning+    FirewallPoliciesScopedList_Warning (..),+    newFirewallPoliciesScopedList_Warning,++    -- ** FirewallPoliciesScopedList_Warning_Code+    FirewallPoliciesScopedList_Warning_Code (..),++    -- ** FirewallPoliciesScopedList_Warning_DataItem+    FirewallPoliciesScopedList_Warning_DataItem (..),+    newFirewallPoliciesScopedList_Warning_DataItem,++    -- ** FirewallPolicy+    FirewallPolicy (..),+    newFirewallPolicy,++    -- ** FirewallPolicyAssociation+    FirewallPolicyAssociation (..),+    newFirewallPolicyAssociation,++    -- ** FirewallPolicyList+    FirewallPolicyList (..),+    newFirewallPolicyList,++    -- ** FirewallPolicyList_Warning+    FirewallPolicyList_Warning (..),+    newFirewallPolicyList_Warning,++    -- ** FirewallPolicyList_Warning_Code+    FirewallPolicyList_Warning_Code (..),++    -- ** FirewallPolicyList_Warning_DataItem+    FirewallPolicyList_Warning_DataItem (..),+    newFirewallPolicyList_Warning_DataItem,++    -- ** FirewallPolicyRule+    FirewallPolicyRule (..),+    newFirewallPolicyRule,++    -- ** FirewallPolicyRule_Direction+    FirewallPolicyRule_Direction (..),++    -- ** FirewallPolicyRuleMatcher+    FirewallPolicyRuleMatcher (..),+    newFirewallPolicyRuleMatcher,++    -- ** FirewallPolicyRuleMatcherLayer4Config+    FirewallPolicyRuleMatcherLayer4Config (..),+    newFirewallPolicyRuleMatcherLayer4Config,++    -- ** FirewallPolicyRuleSecureTag+    FirewallPolicyRuleSecureTag (..),+    newFirewallPolicyRuleSecureTag,++    -- ** FirewallPolicyRuleSecureTag_State+    FirewallPolicyRuleSecureTag_State (..),++    -- ** FixedOrPercent+    FixedOrPercent (..),+    newFixedOrPercent,++    -- ** ForwardingRule+    ForwardingRule (..),+    newForwardingRule,++    -- ** ForwardingRule_IPProtocol+    ForwardingRule_IPProtocol (..),++    -- ** ForwardingRule_IpVersion+    ForwardingRule_IpVersion (..),++    -- ** ForwardingRule_Labels+    ForwardingRule_Labels (..),+    newForwardingRule_Labels,++    -- ** ForwardingRule_LoadBalancingScheme+    ForwardingRule_LoadBalancingScheme (..),++    -- ** ForwardingRule_NetworkTier+    ForwardingRule_NetworkTier (..),++    -- ** ForwardingRule_PscConnectionStatus+    ForwardingRule_PscConnectionStatus (..),++    -- ** ForwardingRuleAggregatedList+    ForwardingRuleAggregatedList (..),+    newForwardingRuleAggregatedList,++    -- ** ForwardingRuleAggregatedList_Items+    ForwardingRuleAggregatedList_Items (..),+    newForwardingRuleAggregatedList_Items,++    -- ** ForwardingRuleAggregatedList_Warning+    ForwardingRuleAggregatedList_Warning (..),+    newForwardingRuleAggregatedList_Warning,++    -- ** ForwardingRuleAggregatedList_Warning_Code+    ForwardingRuleAggregatedList_Warning_Code (..),++    -- ** ForwardingRuleAggregatedList_Warning_DataItem+    ForwardingRuleAggregatedList_Warning_DataItem (..),+    newForwardingRuleAggregatedList_Warning_DataItem,++    -- ** ForwardingRuleList+    ForwardingRuleList (..),+    newForwardingRuleList,++    -- ** ForwardingRuleList_Warning+    ForwardingRuleList_Warning (..),+    newForwardingRuleList_Warning,++    -- ** ForwardingRuleList_Warning_Code+    ForwardingRuleList_Warning_Code (..),++    -- ** ForwardingRuleList_Warning_DataItem+    ForwardingRuleList_Warning_DataItem (..),+    newForwardingRuleList_Warning_DataItem,++    -- ** ForwardingRuleReference+    ForwardingRuleReference (..),+    newForwardingRuleReference,++    -- ** ForwardingRuleServiceDirectoryRegistration+    ForwardingRuleServiceDirectoryRegistration (..),+    newForwardingRuleServiceDirectoryRegistration,++    -- ** ForwardingRulesScopedList+    ForwardingRulesScopedList (..),+    newForwardingRulesScopedList,++    -- ** ForwardingRulesScopedList_Warning+    ForwardingRulesScopedList_Warning (..),+    newForwardingRulesScopedList_Warning,++    -- ** ForwardingRulesScopedList_Warning_Code+    ForwardingRulesScopedList_Warning_Code (..),++    -- ** ForwardingRulesScopedList_Warning_DataItem+    ForwardingRulesScopedList_Warning_DataItem (..),+    newForwardingRulesScopedList_Warning_DataItem,++    -- ** GRPCHealthCheck+    GRPCHealthCheck (..),+    newGRPCHealthCheck,++    -- ** GRPCHealthCheck_PortSpecification+    GRPCHealthCheck_PortSpecification (..),++    -- ** GlobalAddressesMoveRequest+    GlobalAddressesMoveRequest (..),+    newGlobalAddressesMoveRequest,++    -- ** GlobalNetworkEndpointGroupsAttachEndpointsRequest+    GlobalNetworkEndpointGroupsAttachEndpointsRequest (..),+    newGlobalNetworkEndpointGroupsAttachEndpointsRequest,++    -- ** GlobalNetworkEndpointGroupsDetachEndpointsRequest+    GlobalNetworkEndpointGroupsDetachEndpointsRequest (..),+    newGlobalNetworkEndpointGroupsDetachEndpointsRequest,++    -- ** GlobalOrganizationSetPolicyRequest+    GlobalOrganizationSetPolicyRequest (..),+    newGlobalOrganizationSetPolicyRequest,++    -- ** GlobalSetLabelsRequest+    GlobalSetLabelsRequest (..),+    newGlobalSetLabelsRequest,++    -- ** GlobalSetLabelsRequest_Labels+    GlobalSetLabelsRequest_Labels (..),+    newGlobalSetLabelsRequest_Labels,++    -- ** GlobalSetPolicyRequest+    GlobalSetPolicyRequest (..),+    newGlobalSetPolicyRequest,++    -- ** GuestAttributes+    GuestAttributes (..),+    newGuestAttributes,++    -- ** GuestAttributesEntry+    GuestAttributesEntry (..),+    newGuestAttributesEntry,++    -- ** GuestAttributesValue+    GuestAttributesValue (..),+    newGuestAttributesValue,++    -- ** GuestOsFeature+    GuestOsFeature (..),+    newGuestOsFeature,++    -- ** GuestOsFeature_Type+    GuestOsFeature_Type (..),++    -- ** HTTP2HealthCheck+    HTTP2HealthCheck (..),+    newHTTP2HealthCheck,++    -- ** HTTP2HealthCheck_PortSpecification+    HTTP2HealthCheck_PortSpecification (..),++    -- ** HTTP2HealthCheck_ProxyHeader+    HTTP2HealthCheck_ProxyHeader (..),++    -- ** HTTPHealthCheck+    HTTPHealthCheck (..),+    newHTTPHealthCheck,++    -- ** HTTPHealthCheck_PortSpecification+    HTTPHealthCheck_PortSpecification (..),++    -- ** HTTPHealthCheck_ProxyHeader+    HTTPHealthCheck_ProxyHeader (..),++    -- ** HTTPSHealthCheck+    HTTPSHealthCheck (..),+    newHTTPSHealthCheck,++    -- ** HTTPSHealthCheck_PortSpecification+    HTTPSHealthCheck_PortSpecification (..),++    -- ** HTTPSHealthCheck_ProxyHeader+    HTTPSHealthCheck_ProxyHeader (..),++    -- ** HealthCheck+    HealthCheck (..),+    newHealthCheck,++    -- ** HealthCheck_Type+    HealthCheck_Type (..),++    -- ** HealthCheckList+    HealthCheckList (..),+    newHealthCheckList,++    -- ** HealthCheckList_Warning+    HealthCheckList_Warning (..),+    newHealthCheckList_Warning,++    -- ** HealthCheckList_Warning_Code+    HealthCheckList_Warning_Code (..),++    -- ** HealthCheckList_Warning_DataItem+    HealthCheckList_Warning_DataItem (..),+    newHealthCheckList_Warning_DataItem,++    -- ** HealthCheckLogConfig+    HealthCheckLogConfig (..),+    newHealthCheckLogConfig,++    -- ** HealthCheckReference+    HealthCheckReference (..),+    newHealthCheckReference,++    -- ** HealthCheckService+    HealthCheckService (..),+    newHealthCheckService,++    -- ** HealthCheckService_HealthStatusAggregationPolicy+    HealthCheckService_HealthStatusAggregationPolicy (..),++    -- ** HealthCheckServiceReference+    HealthCheckServiceReference (..),+    newHealthCheckServiceReference,++    -- ** HealthCheckServicesList+    HealthCheckServicesList (..),+    newHealthCheckServicesList,++    -- ** HealthCheckServicesList_Warning+    HealthCheckServicesList_Warning (..),+    newHealthCheckServicesList_Warning,++    -- ** HealthCheckServicesList_Warning_Code+    HealthCheckServicesList_Warning_Code (..),++    -- ** HealthCheckServicesList_Warning_DataItem+    HealthCheckServicesList_Warning_DataItem (..),+    newHealthCheckServicesList_Warning_DataItem,++    -- ** HealthChecksAggregatedList+    HealthChecksAggregatedList (..),+    newHealthChecksAggregatedList,++    -- ** HealthChecksAggregatedList_Items+    HealthChecksAggregatedList_Items (..),+    newHealthChecksAggregatedList_Items,++    -- ** HealthChecksAggregatedList_Warning+    HealthChecksAggregatedList_Warning (..),+    newHealthChecksAggregatedList_Warning,++    -- ** HealthChecksAggregatedList_Warning_Code+    HealthChecksAggregatedList_Warning_Code (..),++    -- ** HealthChecksAggregatedList_Warning_DataItem+    HealthChecksAggregatedList_Warning_DataItem (..),+    newHealthChecksAggregatedList_Warning_DataItem,++    -- ** HealthChecksScopedList+    HealthChecksScopedList (..),+    newHealthChecksScopedList,++    -- ** HealthChecksScopedList_Warning+    HealthChecksScopedList_Warning (..),+    newHealthChecksScopedList_Warning,++    -- ** HealthChecksScopedList_Warning_Code+    HealthChecksScopedList_Warning_Code (..),++    -- ** HealthChecksScopedList_Warning_DataItem+    HealthChecksScopedList_Warning_DataItem (..),+    newHealthChecksScopedList_Warning_DataItem,++    -- ** HealthStatus+    HealthStatus (..),+    newHealthStatus,++    -- ** HealthStatus_Annotations+    HealthStatus_Annotations (..),+    newHealthStatus_Annotations,++    -- ** HealthStatus_HealthState+    HealthStatus_HealthState (..),++    -- ** HealthStatus_Ipv6HealthState+    HealthStatus_Ipv6HealthState (..),++    -- ** HealthStatus_WeightError+    HealthStatus_WeightError (..),++    -- ** HealthStatusForNetworkEndpoint+    HealthStatusForNetworkEndpoint (..),+    newHealthStatusForNetworkEndpoint,++    -- ** HealthStatusForNetworkEndpoint_HealthState+    HealthStatusForNetworkEndpoint_HealthState (..),++    -- ** HealthStatusForNetworkEndpoint_Ipv6HealthState+    HealthStatusForNetworkEndpoint_Ipv6HealthState (..),++    -- ** Help+    Help (..),+    newHelp,++    -- ** HelpLink+    HelpLink (..),+    newHelpLink,++    -- ** HostRule+    HostRule (..),+    newHostRule,++    -- ** HttpFaultAbort+    HttpFaultAbort (..),+    newHttpFaultAbort,++    -- ** HttpFaultDelay+    HttpFaultDelay (..),+    newHttpFaultDelay,++    -- ** HttpFaultInjection+    HttpFaultInjection (..),+    newHttpFaultInjection,++    -- ** HttpHeaderAction+    HttpHeaderAction (..),+    newHttpHeaderAction,++    -- ** HttpHeaderMatch+    HttpHeaderMatch (..),+    newHttpHeaderMatch,++    -- ** HttpHeaderOption+    HttpHeaderOption (..),+    newHttpHeaderOption,++    -- ** HttpHealthCheck+    HttpHealthCheck (..),+    newHttpHealthCheck,++    -- ** HttpHealthCheckList+    HttpHealthCheckList (..),+    newHttpHealthCheckList,++    -- ** HttpHealthCheckList_Warning+    HttpHealthCheckList_Warning (..),+    newHttpHealthCheckList_Warning,++    -- ** HttpHealthCheckList_Warning_Code+    HttpHealthCheckList_Warning_Code (..),++    -- ** HttpHealthCheckList_Warning_DataItem+    HttpHealthCheckList_Warning_DataItem (..),+    newHttpHealthCheckList_Warning_DataItem,++    -- ** HttpQueryParameterMatch+    HttpQueryParameterMatch (..),+    newHttpQueryParameterMatch,++    -- ** HttpRedirectAction+    HttpRedirectAction (..),+    newHttpRedirectAction,++    -- ** HttpRedirectAction_RedirectResponseCode+    HttpRedirectAction_RedirectResponseCode (..),++    -- ** HttpRetryPolicy+    HttpRetryPolicy (..),+    newHttpRetryPolicy,++    -- ** HttpRouteAction+    HttpRouteAction (..),+    newHttpRouteAction,++    -- ** HttpRouteRule+    HttpRouteRule (..),+    newHttpRouteRule,++    -- ** HttpRouteRuleMatch+    HttpRouteRuleMatch (..),+    newHttpRouteRuleMatch,++    -- ** HttpsHealthCheck+    HttpsHealthCheck (..),+    newHttpsHealthCheck,++    -- ** HttpsHealthCheckList+    HttpsHealthCheckList (..),+    newHttpsHealthCheckList,++    -- ** HttpsHealthCheckList_Warning+    HttpsHealthCheckList_Warning (..),+    newHttpsHealthCheckList_Warning,++    -- ** HttpsHealthCheckList_Warning_Code+    HttpsHealthCheckList_Warning_Code (..),++    -- ** HttpsHealthCheckList_Warning_DataItem+    HttpsHealthCheckList_Warning_DataItem (..),+    newHttpsHealthCheckList_Warning_DataItem,++    -- ** Image+    Image (..),+    newImage,++    -- ** Image_Architecture+    Image_Architecture (..),++    -- ** Image_Labels+    Image_Labels (..),+    newImage_Labels,++    -- ** Image_RawDisk+    Image_RawDisk (..),+    newImage_RawDisk,++    -- ** Image_RawDisk_ContainerType+    Image_RawDisk_ContainerType (..),++    -- ** Image_SourceType+    Image_SourceType (..),++    -- ** Image_Status+    Image_Status (..),++    -- ** ImageFamilyView+    ImageFamilyView (..),+    newImageFamilyView,++    -- ** ImageList+    ImageList (..),+    newImageList,++    -- ** ImageList_Warning+    ImageList_Warning (..),+    newImageList_Warning,++    -- ** ImageList_Warning_Code+    ImageList_Warning_Code (..),++    -- ** ImageList_Warning_DataItem+    ImageList_Warning_DataItem (..),+    newImageList_Warning_DataItem,++    -- ** InitialStateConfig+    InitialStateConfig (..),+    newInitialStateConfig,++    -- ** Instance+    Instance (..),+    newInstance,++    -- ** Instance_KeyRevocationActionType+    Instance_KeyRevocationActionType (..),++    -- ** Instance_Labels+    Instance_Labels (..),+    newInstance_Labels,++    -- ** Instance_PrivateIpv6GoogleAccess+    Instance_PrivateIpv6GoogleAccess (..),++    -- ** Instance_Status+    Instance_Status (..),++    -- ** InstanceAggregatedList+    InstanceAggregatedList (..),+    newInstanceAggregatedList,++    -- ** InstanceAggregatedList_Items+    InstanceAggregatedList_Items (..),+    newInstanceAggregatedList_Items,++    -- ** InstanceAggregatedList_Warning+    InstanceAggregatedList_Warning (..),+    newInstanceAggregatedList_Warning,++    -- ** InstanceAggregatedList_Warning_Code+    InstanceAggregatedList_Warning_Code (..),++    -- ** InstanceAggregatedList_Warning_DataItem+    InstanceAggregatedList_Warning_DataItem (..),+    newInstanceAggregatedList_Warning_DataItem,++    -- ** InstanceConsumptionData+    InstanceConsumptionData (..),+    newInstanceConsumptionData,++    -- ** InstanceConsumptionInfo+    InstanceConsumptionInfo (..),+    newInstanceConsumptionInfo,++    -- ** InstanceGroup+    InstanceGroup (..),+    newInstanceGroup,++    -- ** InstanceGroupAggregatedList+    InstanceGroupAggregatedList (..),+    newInstanceGroupAggregatedList,++    -- ** InstanceGroupAggregatedList_Items+    InstanceGroupAggregatedList_Items (..),+    newInstanceGroupAggregatedList_Items,++    -- ** InstanceGroupAggregatedList_Warning+    InstanceGroupAggregatedList_Warning (..),+    newInstanceGroupAggregatedList_Warning,++    -- ** InstanceGroupAggregatedList_Warning_Code+    InstanceGroupAggregatedList_Warning_Code (..),++    -- ** InstanceGroupAggregatedList_Warning_DataItem+    InstanceGroupAggregatedList_Warning_DataItem (..),+    newInstanceGroupAggregatedList_Warning_DataItem,++    -- ** InstanceGroupList+    InstanceGroupList (..),+    newInstanceGroupList,++    -- ** InstanceGroupList_Warning+    InstanceGroupList_Warning (..),+    newInstanceGroupList_Warning,++    -- ** InstanceGroupList_Warning_Code+    InstanceGroupList_Warning_Code (..),++    -- ** InstanceGroupList_Warning_DataItem+    InstanceGroupList_Warning_DataItem (..),+    newInstanceGroupList_Warning_DataItem,++    -- ** InstanceGroupManager+    InstanceGroupManager (..),+    newInstanceGroupManager,++    -- ** InstanceGroupManager_ListManagedInstancesResults+    InstanceGroupManager_ListManagedInstancesResults (..),++    -- ** InstanceGroupManagerActionsSummary+    InstanceGroupManagerActionsSummary (..),+    newInstanceGroupManagerActionsSummary,++    -- ** InstanceGroupManagerAggregatedList+    InstanceGroupManagerAggregatedList (..),+    newInstanceGroupManagerAggregatedList,++    -- ** InstanceGroupManagerAggregatedList_Items+    InstanceGroupManagerAggregatedList_Items (..),+    newInstanceGroupManagerAggregatedList_Items,++    -- ** InstanceGroupManagerAggregatedList_Warning+    InstanceGroupManagerAggregatedList_Warning (..),+    newInstanceGroupManagerAggregatedList_Warning,++    -- ** InstanceGroupManagerAggregatedList_Warning_Code+    InstanceGroupManagerAggregatedList_Warning_Code (..),++    -- ** InstanceGroupManagerAggregatedList_Warning_DataItem+    InstanceGroupManagerAggregatedList_Warning_DataItem (..),+    newInstanceGroupManagerAggregatedList_Warning_DataItem,++    -- ** InstanceGroupManagerAllInstancesConfig+    InstanceGroupManagerAllInstancesConfig (..),+    newInstanceGroupManagerAllInstancesConfig,++    -- ** InstanceGroupManagerAutoHealingPolicy+    InstanceGroupManagerAutoHealingPolicy (..),+    newInstanceGroupManagerAutoHealingPolicy,++    -- ** InstanceGroupManagerInstanceFlexibilityPolicy+    InstanceGroupManagerInstanceFlexibilityPolicy (..),+    newInstanceGroupManagerInstanceFlexibilityPolicy,++    -- ** InstanceGroupManagerInstanceFlexibilityPolicy_InstanceSelections+    InstanceGroupManagerInstanceFlexibilityPolicy_InstanceSelections (..),+    newInstanceGroupManagerInstanceFlexibilityPolicy_InstanceSelections,++    -- ** InstanceGroupManagerInstanceFlexibilityPolicyInstanceSelection+    InstanceGroupManagerInstanceFlexibilityPolicyInstanceSelection (..),+    newInstanceGroupManagerInstanceFlexibilityPolicyInstanceSelection,++    -- ** InstanceGroupManagerInstanceLifecyclePolicy+    InstanceGroupManagerInstanceLifecyclePolicy (..),+    newInstanceGroupManagerInstanceLifecyclePolicy,++    -- ** InstanceGroupManagerInstanceLifecyclePolicy_DefaultActionOnFailure+    InstanceGroupManagerInstanceLifecyclePolicy_DefaultActionOnFailure (..),++    -- ** InstanceGroupManagerInstanceLifecyclePolicy_ForceUpdateOnRepair+    InstanceGroupManagerInstanceLifecyclePolicy_ForceUpdateOnRepair (..),++    -- ** InstanceGroupManagerList+    InstanceGroupManagerList (..),+    newInstanceGroupManagerList,++    -- ** InstanceGroupManagerList_Warning+    InstanceGroupManagerList_Warning (..),+    newInstanceGroupManagerList_Warning,++    -- ** InstanceGroupManagerList_Warning_Code+    InstanceGroupManagerList_Warning_Code (..),++    -- ** InstanceGroupManagerList_Warning_DataItem+    InstanceGroupManagerList_Warning_DataItem (..),+    newInstanceGroupManagerList_Warning_DataItem,++    -- ** InstanceGroupManagerResizeRequest+    InstanceGroupManagerResizeRequest (..),+    newInstanceGroupManagerResizeRequest,++    -- ** InstanceGroupManagerResizeRequest_State+    InstanceGroupManagerResizeRequest_State (..),++    -- ** InstanceGroupManagerResizeRequestStatus+    InstanceGroupManagerResizeRequestStatus (..),+    newInstanceGroupManagerResizeRequestStatus,++    -- ** InstanceGroupManagerResizeRequestStatus_Error+    InstanceGroupManagerResizeRequestStatus_Error (..),+    newInstanceGroupManagerResizeRequestStatus_Error,++    -- ** InstanceGroupManagerResizeRequestStatus_Error_ErrorsItem+    InstanceGroupManagerResizeRequestStatus_Error_ErrorsItem (..),+    newInstanceGroupManagerResizeRequestStatus_Error_ErrorsItem,++    -- ** InstanceGroupManagerResizeRequestStatus_Error_ErrorsItem_ErrorDetailsItem+    InstanceGroupManagerResizeRequestStatus_Error_ErrorsItem_ErrorDetailsItem (..),+    newInstanceGroupManagerResizeRequestStatus_Error_ErrorsItem_ErrorDetailsItem,++    -- ** InstanceGroupManagerResizeRequestStatusLastAttempt+    InstanceGroupManagerResizeRequestStatusLastAttempt (..),+    newInstanceGroupManagerResizeRequestStatusLastAttempt,++    -- ** InstanceGroupManagerResizeRequestStatusLastAttempt_Error+    InstanceGroupManagerResizeRequestStatusLastAttempt_Error (..),+    newInstanceGroupManagerResizeRequestStatusLastAttempt_Error,++    -- ** InstanceGroupManagerResizeRequestStatusLastAttempt_Error_ErrorsItem+    InstanceGroupManagerResizeRequestStatusLastAttempt_Error_ErrorsItem (..),+    newInstanceGroupManagerResizeRequestStatusLastAttempt_Error_ErrorsItem,++    -- ** InstanceGroupManagerResizeRequestStatusLastAttempt_Error_ErrorsItem_ErrorDetailsItem+    InstanceGroupManagerResizeRequestStatusLastAttempt_Error_ErrorsItem_ErrorDetailsItem (..),+    newInstanceGroupManagerResizeRequestStatusLastAttempt_Error_ErrorsItem_ErrorDetailsItem,++    -- ** InstanceGroupManagerResizeRequestsListResponse+    InstanceGroupManagerResizeRequestsListResponse (..),+    newInstanceGroupManagerResizeRequestsListResponse,++    -- ** InstanceGroupManagerResizeRequestsListResponse_Warning+    InstanceGroupManagerResizeRequestsListResponse_Warning (..),+    newInstanceGroupManagerResizeRequestsListResponse_Warning,++    -- ** InstanceGroupManagerResizeRequestsListResponse_Warning_Code+    InstanceGroupManagerResizeRequestsListResponse_Warning_Code (..),++    -- ** InstanceGroupManagerResizeRequestsListResponse_Warning_DataItem+    InstanceGroupManagerResizeRequestsListResponse_Warning_DataItem (..),+    newInstanceGroupManagerResizeRequestsListResponse_Warning_DataItem,++    -- ** InstanceGroupManagerResourcePolicies+    InstanceGroupManagerResourcePolicies (..),+    newInstanceGroupManagerResourcePolicies,++    -- ** InstanceGroupManagerStandbyPolicy+    InstanceGroupManagerStandbyPolicy (..),+    newInstanceGroupManagerStandbyPolicy,++    -- ** InstanceGroupManagerStandbyPolicy_Mode+    InstanceGroupManagerStandbyPolicy_Mode (..),++    -- ** InstanceGroupManagerStatus+    InstanceGroupManagerStatus (..),+    newInstanceGroupManagerStatus,++    -- ** InstanceGroupManagerStatusAllInstancesConfig+    InstanceGroupManagerStatusAllInstancesConfig (..),+    newInstanceGroupManagerStatusAllInstancesConfig,++    -- ** InstanceGroupManagerStatusStateful+    InstanceGroupManagerStatusStateful (..),+    newInstanceGroupManagerStatusStateful,++    -- ** InstanceGroupManagerStatusStatefulPerInstanceConfigs+    InstanceGroupManagerStatusStatefulPerInstanceConfigs (..),+    newInstanceGroupManagerStatusStatefulPerInstanceConfigs,++    -- ** InstanceGroupManagerStatusVersionTarget+    InstanceGroupManagerStatusVersionTarget (..),+    newInstanceGroupManagerStatusVersionTarget,++    -- ** InstanceGroupManagerUpdatePolicy+    InstanceGroupManagerUpdatePolicy (..),+    newInstanceGroupManagerUpdatePolicy,++    -- ** InstanceGroupManagerUpdatePolicy_InstanceRedistributionType+    InstanceGroupManagerUpdatePolicy_InstanceRedistributionType (..),++    -- ** InstanceGroupManagerUpdatePolicy_MinimalAction+    InstanceGroupManagerUpdatePolicy_MinimalAction (..),++    -- ** InstanceGroupManagerUpdatePolicy_MostDisruptiveAllowedAction+    InstanceGroupManagerUpdatePolicy_MostDisruptiveAllowedAction (..),++    -- ** InstanceGroupManagerUpdatePolicy_ReplacementMethod+    InstanceGroupManagerUpdatePolicy_ReplacementMethod (..),++    -- ** InstanceGroupManagerUpdatePolicy_Type+    InstanceGroupManagerUpdatePolicy_Type (..),++    -- ** InstanceGroupManagerVersion+    InstanceGroupManagerVersion (..),+    newInstanceGroupManagerVersion,++    -- ** InstanceGroupManagersAbandonInstancesRequest+    InstanceGroupManagersAbandonInstancesRequest (..),+    newInstanceGroupManagersAbandonInstancesRequest,++    -- ** InstanceGroupManagersApplyUpdatesRequest+    InstanceGroupManagersApplyUpdatesRequest (..),+    newInstanceGroupManagersApplyUpdatesRequest,++    -- ** InstanceGroupManagersApplyUpdatesRequest_MinimalAction+    InstanceGroupManagersApplyUpdatesRequest_MinimalAction (..),++    -- ** InstanceGroupManagersApplyUpdatesRequest_MostDisruptiveAllowedAction+    InstanceGroupManagersApplyUpdatesRequest_MostDisruptiveAllowedAction (..),++    -- ** InstanceGroupManagersCreateInstancesRequest+    InstanceGroupManagersCreateInstancesRequest (..),+    newInstanceGroupManagersCreateInstancesRequest,++    -- ** InstanceGroupManagersDeleteInstancesRequest+    InstanceGroupManagersDeleteInstancesRequest (..),+    newInstanceGroupManagersDeleteInstancesRequest,++    -- ** InstanceGroupManagersDeletePerInstanceConfigsReq+    InstanceGroupManagersDeletePerInstanceConfigsReq (..),+    newInstanceGroupManagersDeletePerInstanceConfigsReq,++    -- ** InstanceGroupManagersListErrorsResponse+    InstanceGroupManagersListErrorsResponse (..),+    newInstanceGroupManagersListErrorsResponse,++    -- ** InstanceGroupManagersListManagedInstancesResponse+    InstanceGroupManagersListManagedInstancesResponse (..),+    newInstanceGroupManagersListManagedInstancesResponse,++    -- ** InstanceGroupManagersListPerInstanceConfigsResp+    InstanceGroupManagersListPerInstanceConfigsResp (..),+    newInstanceGroupManagersListPerInstanceConfigsResp,++    -- ** InstanceGroupManagersListPerInstanceConfigsResp_Warning+    InstanceGroupManagersListPerInstanceConfigsResp_Warning (..),+    newInstanceGroupManagersListPerInstanceConfigsResp_Warning,++    -- ** InstanceGroupManagersListPerInstanceConfigsResp_Warning_Code+    InstanceGroupManagersListPerInstanceConfigsResp_Warning_Code (..),++    -- ** InstanceGroupManagersListPerInstanceConfigsResp_Warning_DataItem+    InstanceGroupManagersListPerInstanceConfigsResp_Warning_DataItem (..),+    newInstanceGroupManagersListPerInstanceConfigsResp_Warning_DataItem,++    -- ** InstanceGroupManagersPatchPerInstanceConfigsReq+    InstanceGroupManagersPatchPerInstanceConfigsReq (..),+    newInstanceGroupManagersPatchPerInstanceConfigsReq,++    -- ** InstanceGroupManagersRecreateInstancesRequest+    InstanceGroupManagersRecreateInstancesRequest (..),+    newInstanceGroupManagersRecreateInstancesRequest,++    -- ** InstanceGroupManagersResumeInstancesRequest+    InstanceGroupManagersResumeInstancesRequest (..),+    newInstanceGroupManagersResumeInstancesRequest,++    -- ** InstanceGroupManagersScopedList+    InstanceGroupManagersScopedList (..),+    newInstanceGroupManagersScopedList,++    -- ** InstanceGroupManagersScopedList_Warning+    InstanceGroupManagersScopedList_Warning (..),+    newInstanceGroupManagersScopedList_Warning,++    -- ** InstanceGroupManagersScopedList_Warning_Code+    InstanceGroupManagersScopedList_Warning_Code (..),++    -- ** InstanceGroupManagersScopedList_Warning_DataItem+    InstanceGroupManagersScopedList_Warning_DataItem (..),+    newInstanceGroupManagersScopedList_Warning_DataItem,++    -- ** InstanceGroupManagersSetInstanceTemplateRequest+    InstanceGroupManagersSetInstanceTemplateRequest (..),+    newInstanceGroupManagersSetInstanceTemplateRequest,++    -- ** InstanceGroupManagersSetTargetPoolsRequest+    InstanceGroupManagersSetTargetPoolsRequest (..),+    newInstanceGroupManagersSetTargetPoolsRequest,++    -- ** InstanceGroupManagersStartInstancesRequest+    InstanceGroupManagersStartInstancesRequest (..),+    newInstanceGroupManagersStartInstancesRequest,++    -- ** InstanceGroupManagersStopInstancesRequest+    InstanceGroupManagersStopInstancesRequest (..),+    newInstanceGroupManagersStopInstancesRequest,++    -- ** InstanceGroupManagersSuspendInstancesRequest+    InstanceGroupManagersSuspendInstancesRequest (..),+    newInstanceGroupManagersSuspendInstancesRequest,++    -- ** InstanceGroupManagersUpdatePerInstanceConfigsReq+    InstanceGroupManagersUpdatePerInstanceConfigsReq (..),+    newInstanceGroupManagersUpdatePerInstanceConfigsReq,++    -- ** InstanceGroupsAddInstancesRequest+    InstanceGroupsAddInstancesRequest (..),+    newInstanceGroupsAddInstancesRequest,++    -- ** InstanceGroupsListInstances+    InstanceGroupsListInstances (..),+    newInstanceGroupsListInstances,++    -- ** InstanceGroupsListInstances_Warning+    InstanceGroupsListInstances_Warning (..),+    newInstanceGroupsListInstances_Warning,++    -- ** InstanceGroupsListInstances_Warning_Code+    InstanceGroupsListInstances_Warning_Code (..),++    -- ** InstanceGroupsListInstances_Warning_DataItem+    InstanceGroupsListInstances_Warning_DataItem (..),+    newInstanceGroupsListInstances_Warning_DataItem,++    -- ** InstanceGroupsListInstancesRequest+    InstanceGroupsListInstancesRequest (..),+    newInstanceGroupsListInstancesRequest,++    -- ** InstanceGroupsListInstancesRequest_InstanceState+    InstanceGroupsListInstancesRequest_InstanceState (..),++    -- ** InstanceGroupsRemoveInstancesRequest+    InstanceGroupsRemoveInstancesRequest (..),+    newInstanceGroupsRemoveInstancesRequest,++    -- ** InstanceGroupsScopedList+    InstanceGroupsScopedList (..),+    newInstanceGroupsScopedList,++    -- ** InstanceGroupsScopedList_Warning+    InstanceGroupsScopedList_Warning (..),+    newInstanceGroupsScopedList_Warning,++    -- ** InstanceGroupsScopedList_Warning_Code+    InstanceGroupsScopedList_Warning_Code (..),++    -- ** InstanceGroupsScopedList_Warning_DataItem+    InstanceGroupsScopedList_Warning_DataItem (..),+    newInstanceGroupsScopedList_Warning_DataItem,++    -- ** InstanceGroupsSetNamedPortsRequest+    InstanceGroupsSetNamedPortsRequest (..),+    newInstanceGroupsSetNamedPortsRequest,++    -- ** InstanceList+    InstanceList (..),+    newInstanceList,++    -- ** InstanceList_Warning+    InstanceList_Warning (..),+    newInstanceList_Warning,++    -- ** InstanceList_Warning_Code+    InstanceList_Warning_Code (..),++    -- ** InstanceList_Warning_DataItem+    InstanceList_Warning_DataItem (..),+    newInstanceList_Warning_DataItem,++    -- ** InstanceListReferrers+    InstanceListReferrers (..),+    newInstanceListReferrers,++    -- ** InstanceListReferrers_Warning+    InstanceListReferrers_Warning (..),+    newInstanceListReferrers_Warning,++    -- ** InstanceListReferrers_Warning_Code+    InstanceListReferrers_Warning_Code (..),++    -- ** InstanceListReferrers_Warning_DataItem+    InstanceListReferrers_Warning_DataItem (..),+    newInstanceListReferrers_Warning_DataItem,++    -- ** InstanceManagedByIgmError+    InstanceManagedByIgmError (..),+    newInstanceManagedByIgmError,++    -- ** InstanceManagedByIgmErrorInstanceActionDetails+    InstanceManagedByIgmErrorInstanceActionDetails (..),+    newInstanceManagedByIgmErrorInstanceActionDetails,++    -- ** InstanceManagedByIgmErrorInstanceActionDetails_Action+    InstanceManagedByIgmErrorInstanceActionDetails_Action (..),++    -- ** InstanceManagedByIgmErrorManagedInstanceError+    InstanceManagedByIgmErrorManagedInstanceError (..),+    newInstanceManagedByIgmErrorManagedInstanceError,++    -- ** InstanceMoveRequest+    InstanceMoveRequest (..),+    newInstanceMoveRequest,++    -- ** InstanceParams+    InstanceParams (..),+    newInstanceParams,++    -- ** InstanceParams_ResourceManagerTags+    InstanceParams_ResourceManagerTags (..),+    newInstanceParams_ResourceManagerTags,++    -- ** InstanceProperties+    InstanceProperties (..),+    newInstanceProperties,++    -- ** InstanceProperties_KeyRevocationActionType+    InstanceProperties_KeyRevocationActionType (..),++    -- ** InstanceProperties_Labels+    InstanceProperties_Labels (..),+    newInstanceProperties_Labels,++    -- ** InstanceProperties_PrivateIpv6GoogleAccess+    InstanceProperties_PrivateIpv6GoogleAccess (..),++    -- ** InstanceProperties_ResourceManagerTags+    InstanceProperties_ResourceManagerTags (..),+    newInstanceProperties_ResourceManagerTags,++    -- ** InstancePropertiesPatch+    InstancePropertiesPatch (..),+    newInstancePropertiesPatch,++    -- ** InstancePropertiesPatch_Labels+    InstancePropertiesPatch_Labels (..),+    newInstancePropertiesPatch_Labels,++    -- ** InstancePropertiesPatch_Metadata+    InstancePropertiesPatch_Metadata (..),+    newInstancePropertiesPatch_Metadata,++    -- ** InstanceReference+    InstanceReference (..),+    newInstanceReference,++    -- ** InstanceSettings+    InstanceSettings (..),+    newInstanceSettings,++    -- ** InstanceSettingsMetadata+    InstanceSettingsMetadata (..),+    newInstanceSettingsMetadata,++    -- ** InstanceSettingsMetadata_Items+    InstanceSettingsMetadata_Items (..),+    newInstanceSettingsMetadata_Items,++    -- ** InstanceTemplate+    InstanceTemplate (..),+    newInstanceTemplate,++    -- ** InstanceTemplateAggregatedList+    InstanceTemplateAggregatedList (..),+    newInstanceTemplateAggregatedList,++    -- ** InstanceTemplateAggregatedList_Items+    InstanceTemplateAggregatedList_Items (..),+    newInstanceTemplateAggregatedList_Items,++    -- ** InstanceTemplateAggregatedList_Warning+    InstanceTemplateAggregatedList_Warning (..),+    newInstanceTemplateAggregatedList_Warning,++    -- ** InstanceTemplateAggregatedList_Warning_Code+    InstanceTemplateAggregatedList_Warning_Code (..),++    -- ** InstanceTemplateAggregatedList_Warning_DataItem+    InstanceTemplateAggregatedList_Warning_DataItem (..),+    newInstanceTemplateAggregatedList_Warning_DataItem,++    -- ** InstanceTemplateList+    InstanceTemplateList (..),+    newInstanceTemplateList,++    -- ** InstanceTemplateList_Warning+    InstanceTemplateList_Warning (..),+    newInstanceTemplateList_Warning,++    -- ** InstanceTemplateList_Warning_Code+    InstanceTemplateList_Warning_Code (..),++    -- ** InstanceTemplateList_Warning_DataItem+    InstanceTemplateList_Warning_DataItem (..),+    newInstanceTemplateList_Warning_DataItem,++    -- ** InstanceTemplatesScopedList+    InstanceTemplatesScopedList (..),+    newInstanceTemplatesScopedList,++    -- ** InstanceTemplatesScopedList_Warning+    InstanceTemplatesScopedList_Warning (..),+    newInstanceTemplatesScopedList_Warning,++    -- ** InstanceTemplatesScopedList_Warning_Code+    InstanceTemplatesScopedList_Warning_Code (..),++    -- ** InstanceTemplatesScopedList_Warning_DataItem+    InstanceTemplatesScopedList_Warning_DataItem (..),+    newInstanceTemplatesScopedList_Warning_DataItem,++    -- ** InstanceWithNamedPorts+    InstanceWithNamedPorts (..),+    newInstanceWithNamedPorts,++    -- ** InstanceWithNamedPorts_Status+    InstanceWithNamedPorts_Status (..),++    -- ** InstancesAddResourcePoliciesRequest+    InstancesAddResourcePoliciesRequest (..),+    newInstancesAddResourcePoliciesRequest,++    -- ** InstancesBulkInsertOperationMetadata+    InstancesBulkInsertOperationMetadata (..),+    newInstancesBulkInsertOperationMetadata,++    -- ** InstancesBulkInsertOperationMetadata_PerLocationStatus+    InstancesBulkInsertOperationMetadata_PerLocationStatus (..),+    newInstancesBulkInsertOperationMetadata_PerLocationStatus,++    -- ** InstancesGetEffectiveFirewallsResponse+    InstancesGetEffectiveFirewallsResponse (..),+    newInstancesGetEffectiveFirewallsResponse,++    -- ** InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy+    InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy (..),+    newInstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy,++    -- ** InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy_Type+    InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy_Type (..),++    -- ** InstancesRemoveResourcePoliciesRequest+    InstancesRemoveResourcePoliciesRequest (..),+    newInstancesRemoveResourcePoliciesRequest,++    -- ** InstancesReportHostAsFaultyRequest+    InstancesReportHostAsFaultyRequest (..),+    newInstancesReportHostAsFaultyRequest,++    -- ** InstancesReportHostAsFaultyRequest_DisruptionSchedule+    InstancesReportHostAsFaultyRequest_DisruptionSchedule (..),++    -- ** InstancesReportHostAsFaultyRequestFaultReason+    InstancesReportHostAsFaultyRequestFaultReason (..),+    newInstancesReportHostAsFaultyRequestFaultReason,++    -- ** InstancesReportHostAsFaultyRequestFaultReason_Behavior+    InstancesReportHostAsFaultyRequestFaultReason_Behavior (..),++    -- ** InstancesScopedList+    InstancesScopedList (..),+    newInstancesScopedList,++    -- ** InstancesScopedList_Warning+    InstancesScopedList_Warning (..),+    newInstancesScopedList_Warning,++    -- ** InstancesScopedList_Warning_Code+    InstancesScopedList_Warning_Code (..),++    -- ** InstancesScopedList_Warning_DataItem+    InstancesScopedList_Warning_DataItem (..),+    newInstancesScopedList_Warning_DataItem,++    -- ** InstancesSetLabelsRequest+    InstancesSetLabelsRequest (..),+    newInstancesSetLabelsRequest,++    -- ** InstancesSetLabelsRequest_Labels+    InstancesSetLabelsRequest_Labels (..),+    newInstancesSetLabelsRequest_Labels,++    -- ** InstancesSetMachineResourcesRequest+    InstancesSetMachineResourcesRequest (..),+    newInstancesSetMachineResourcesRequest,++    -- ** InstancesSetMachineTypeRequest+    InstancesSetMachineTypeRequest (..),+    newInstancesSetMachineTypeRequest,++    -- ** InstancesSetMinCpuPlatformRequest+    InstancesSetMinCpuPlatformRequest (..),+    newInstancesSetMinCpuPlatformRequest,++    -- ** InstancesSetNameRequest+    InstancesSetNameRequest (..),+    newInstancesSetNameRequest,++    -- ** InstancesSetSecurityPolicyRequest+    InstancesSetSecurityPolicyRequest (..),+    newInstancesSetSecurityPolicyRequest,++    -- ** InstancesSetServiceAccountRequest+    InstancesSetServiceAccountRequest (..),+    newInstancesSetServiceAccountRequest,++    -- ** InstancesStartWithEncryptionKeyRequest+    InstancesStartWithEncryptionKeyRequest (..),+    newInstancesStartWithEncryptionKeyRequest,++    -- ** InstantSnapshot+    InstantSnapshot (..),+    newInstantSnapshot,++    -- ** InstantSnapshot_Architecture+    InstantSnapshot_Architecture (..),++    -- ** InstantSnapshot_Labels+    InstantSnapshot_Labels (..),+    newInstantSnapshot_Labels,++    -- ** InstantSnapshot_Status+    InstantSnapshot_Status (..),++    -- ** InstantSnapshotAggregatedList+    InstantSnapshotAggregatedList (..),+    newInstantSnapshotAggregatedList,++    -- ** InstantSnapshotAggregatedList_Items+    InstantSnapshotAggregatedList_Items (..),+    newInstantSnapshotAggregatedList_Items,++    -- ** InstantSnapshotAggregatedList_Warning+    InstantSnapshotAggregatedList_Warning (..),+    newInstantSnapshotAggregatedList_Warning,++    -- ** InstantSnapshotAggregatedList_Warning_Code+    InstantSnapshotAggregatedList_Warning_Code (..),++    -- ** InstantSnapshotAggregatedList_Warning_DataItem+    InstantSnapshotAggregatedList_Warning_DataItem (..),+    newInstantSnapshotAggregatedList_Warning_DataItem,++    -- ** InstantSnapshotList+    InstantSnapshotList (..),+    newInstantSnapshotList,++    -- ** InstantSnapshotList_Warning+    InstantSnapshotList_Warning (..),+    newInstantSnapshotList_Warning,++    -- ** InstantSnapshotList_Warning_Code+    InstantSnapshotList_Warning_Code (..),++    -- ** InstantSnapshotList_Warning_DataItem+    InstantSnapshotList_Warning_DataItem (..),+    newInstantSnapshotList_Warning_DataItem,++    -- ** InstantSnapshotResourceStatus+    InstantSnapshotResourceStatus (..),+    newInstantSnapshotResourceStatus,++    -- ** InstantSnapshotsScopedList+    InstantSnapshotsScopedList (..),+    newInstantSnapshotsScopedList,++    -- ** InstantSnapshotsScopedList_Warning+    InstantSnapshotsScopedList_Warning (..),+    newInstantSnapshotsScopedList_Warning,++    -- ** InstantSnapshotsScopedList_Warning_Code+    InstantSnapshotsScopedList_Warning_Code (..),++    -- ** InstantSnapshotsScopedList_Warning_DataItem+    InstantSnapshotsScopedList_Warning_DataItem (..),+    newInstantSnapshotsScopedList_Warning_DataItem,++    -- ** Int64RangeMatch+    Int64RangeMatch (..),+    newInt64RangeMatch,++    -- ** Interconnect+    Interconnect (..),+    newInterconnect,++    -- ** Interconnect_AvailableFeaturesItem+    Interconnect_AvailableFeaturesItem (..),++    -- ** Interconnect_InterconnectType+    Interconnect_InterconnectType (..),++    -- ** Interconnect_Labels+    Interconnect_Labels (..),+    newInterconnect_Labels,++    -- ** Interconnect_LinkType+    Interconnect_LinkType (..),++    -- ** Interconnect_OperationalStatus+    Interconnect_OperationalStatus (..),++    -- ** Interconnect_RequestedFeaturesItem+    Interconnect_RequestedFeaturesItem (..),++    -- ** Interconnect_State+    Interconnect_State (..),++    -- ** InterconnectAttachment+    InterconnectAttachment (..),+    newInterconnectAttachment,++    -- ** InterconnectAttachment_Bandwidth+    InterconnectAttachment_Bandwidth (..),++    -- ** InterconnectAttachment_EdgeAvailabilityDomain+    InterconnectAttachment_EdgeAvailabilityDomain (..),++    -- ** InterconnectAttachment_Encryption+    InterconnectAttachment_Encryption (..),++    -- ** InterconnectAttachment_Labels+    InterconnectAttachment_Labels (..),+    newInterconnectAttachment_Labels,++    -- ** InterconnectAttachment_OperationalStatus+    InterconnectAttachment_OperationalStatus (..),++    -- ** InterconnectAttachment_StackType+    InterconnectAttachment_StackType (..),++    -- ** InterconnectAttachment_State+    InterconnectAttachment_State (..),++    -- ** InterconnectAttachment_Type+    InterconnectAttachment_Type (..),++    -- ** InterconnectAttachmentAggregatedList+    InterconnectAttachmentAggregatedList (..),+    newInterconnectAttachmentAggregatedList,++    -- ** InterconnectAttachmentAggregatedList_Items+    InterconnectAttachmentAggregatedList_Items (..),+    newInterconnectAttachmentAggregatedList_Items,++    -- ** InterconnectAttachmentAggregatedList_Warning+    InterconnectAttachmentAggregatedList_Warning (..),+    newInterconnectAttachmentAggregatedList_Warning,++    -- ** InterconnectAttachmentAggregatedList_Warning_Code+    InterconnectAttachmentAggregatedList_Warning_Code (..),++    -- ** InterconnectAttachmentAggregatedList_Warning_DataItem+    InterconnectAttachmentAggregatedList_Warning_DataItem (..),+    newInterconnectAttachmentAggregatedList_Warning_DataItem,++    -- ** InterconnectAttachmentConfigurationConstraints+    InterconnectAttachmentConfigurationConstraints (..),+    newInterconnectAttachmentConfigurationConstraints,++    -- ** InterconnectAttachmentConfigurationConstraints_BgpMd5+    InterconnectAttachmentConfigurationConstraints_BgpMd5 (..),++    -- ** InterconnectAttachmentConfigurationConstraintsBgpPeerASNRange+    InterconnectAttachmentConfigurationConstraintsBgpPeerASNRange (..),+    newInterconnectAttachmentConfigurationConstraintsBgpPeerASNRange,++    -- ** InterconnectAttachmentList+    InterconnectAttachmentList (..),+    newInterconnectAttachmentList,++    -- ** InterconnectAttachmentList_Warning+    InterconnectAttachmentList_Warning (..),+    newInterconnectAttachmentList_Warning,++    -- ** InterconnectAttachmentList_Warning_Code+    InterconnectAttachmentList_Warning_Code (..),++    -- ** InterconnectAttachmentList_Warning_DataItem+    InterconnectAttachmentList_Warning_DataItem (..),+    newInterconnectAttachmentList_Warning_DataItem,++    -- ** InterconnectAttachmentPartnerMetadata+    InterconnectAttachmentPartnerMetadata (..),+    newInterconnectAttachmentPartnerMetadata,++    -- ** InterconnectAttachmentPrivateInfo+    InterconnectAttachmentPrivateInfo (..),+    newInterconnectAttachmentPrivateInfo,++    -- ** InterconnectAttachmentsScopedList+    InterconnectAttachmentsScopedList (..),+    newInterconnectAttachmentsScopedList,++    -- ** InterconnectAttachmentsScopedList_Warning+    InterconnectAttachmentsScopedList_Warning (..),+    newInterconnectAttachmentsScopedList_Warning,++    -- ** InterconnectAttachmentsScopedList_Warning_Code+    InterconnectAttachmentsScopedList_Warning_Code (..),++    -- ** InterconnectAttachmentsScopedList_Warning_DataItem+    InterconnectAttachmentsScopedList_Warning_DataItem (..),+    newInterconnectAttachmentsScopedList_Warning_DataItem,++    -- ** InterconnectCircuitInfo+    InterconnectCircuitInfo (..),+    newInterconnectCircuitInfo,++    -- ** InterconnectDiagnostics+    InterconnectDiagnostics (..),+    newInterconnectDiagnostics,++    -- ** InterconnectDiagnostics_BundleAggregationType+    InterconnectDiagnostics_BundleAggregationType (..),++    -- ** InterconnectDiagnostics_BundleOperationalStatus+    InterconnectDiagnostics_BundleOperationalStatus (..),++    -- ** InterconnectDiagnosticsARPEntry+    InterconnectDiagnosticsARPEntry (..),+    newInterconnectDiagnosticsARPEntry,++    -- ** InterconnectDiagnosticsLinkLACPStatus+    InterconnectDiagnosticsLinkLACPStatus (..),+    newInterconnectDiagnosticsLinkLACPStatus,++    -- ** InterconnectDiagnosticsLinkLACPStatus_State+    InterconnectDiagnosticsLinkLACPStatus_State (..),++    -- ** InterconnectDiagnosticsLinkOpticalPower+    InterconnectDiagnosticsLinkOpticalPower (..),+    newInterconnectDiagnosticsLinkOpticalPower,++    -- ** InterconnectDiagnosticsLinkOpticalPower_State+    InterconnectDiagnosticsLinkOpticalPower_State (..),++    -- ** InterconnectDiagnosticsLinkStatus+    InterconnectDiagnosticsLinkStatus (..),+    newInterconnectDiagnosticsLinkStatus,++    -- ** InterconnectDiagnosticsLinkStatus_OperationalStatus+    InterconnectDiagnosticsLinkStatus_OperationalStatus (..),++    -- ** InterconnectDiagnosticsMacsecStatus+    InterconnectDiagnosticsMacsecStatus (..),+    newInterconnectDiagnosticsMacsecStatus,++    -- ** InterconnectList+    InterconnectList (..),+    newInterconnectList,++    -- ** InterconnectList_Warning+    InterconnectList_Warning (..),+    newInterconnectList_Warning,++    -- ** InterconnectList_Warning_Code+    InterconnectList_Warning_Code (..),++    -- ** InterconnectList_Warning_DataItem+    InterconnectList_Warning_DataItem (..),+    newInterconnectList_Warning_DataItem,++    -- ** InterconnectLocation+    InterconnectLocation (..),+    newInterconnectLocation,++    -- ** InterconnectLocation_AvailableFeaturesItem+    InterconnectLocation_AvailableFeaturesItem (..),++    -- ** InterconnectLocation_AvailableLinkTypesItem+    InterconnectLocation_AvailableLinkTypesItem (..),++    -- ** InterconnectLocation_Continent+    InterconnectLocation_Continent (..),++    -- ** InterconnectLocation_Status+    InterconnectLocation_Status (..),++    -- ** InterconnectLocationList+    InterconnectLocationList (..),+    newInterconnectLocationList,++    -- ** InterconnectLocationList_Warning+    InterconnectLocationList_Warning (..),+    newInterconnectLocationList_Warning,++    -- ** InterconnectLocationList_Warning_Code+    InterconnectLocationList_Warning_Code (..),++    -- ** InterconnectLocationList_Warning_DataItem+    InterconnectLocationList_Warning_DataItem (..),+    newInterconnectLocationList_Warning_DataItem,++    -- ** InterconnectLocationRegionInfo+    InterconnectLocationRegionInfo (..),+    newInterconnectLocationRegionInfo,++    -- ** InterconnectLocationRegionInfo_LocationPresence+    InterconnectLocationRegionInfo_LocationPresence (..),++    -- ** InterconnectMacsec+    InterconnectMacsec (..),+    newInterconnectMacsec,++    -- ** InterconnectMacsecConfig+    InterconnectMacsecConfig (..),+    newInterconnectMacsecConfig,++    -- ** InterconnectMacsecConfigPreSharedKey+    InterconnectMacsecConfigPreSharedKey (..),+    newInterconnectMacsecConfigPreSharedKey,++    -- ** InterconnectMacsecPreSharedKey+    InterconnectMacsecPreSharedKey (..),+    newInterconnectMacsecPreSharedKey,++    -- ** InterconnectOutageNotification+    InterconnectOutageNotification (..),+    newInterconnectOutageNotification,++    -- ** InterconnectOutageNotification_IssueType+    InterconnectOutageNotification_IssueType (..),++    -- ** InterconnectOutageNotification_Source+    InterconnectOutageNotification_Source (..),++    -- ** InterconnectOutageNotification_State+    InterconnectOutageNotification_State (..),++    -- ** InterconnectRemoteLocation+    InterconnectRemoteLocation (..),+    newInterconnectRemoteLocation,++    -- ** InterconnectRemoteLocation_Continent+    InterconnectRemoteLocation_Continent (..),++    -- ** InterconnectRemoteLocation_Lacp+    InterconnectRemoteLocation_Lacp (..),++    -- ** InterconnectRemoteLocation_Status+    InterconnectRemoteLocation_Status (..),++    -- ** InterconnectRemoteLocationConstraints+    InterconnectRemoteLocationConstraints (..),+    newInterconnectRemoteLocationConstraints,++    -- ** InterconnectRemoteLocationConstraints_PortPairRemoteLocation+    InterconnectRemoteLocationConstraints_PortPairRemoteLocation (..),++    -- ** InterconnectRemoteLocationConstraints_PortPairVlan+    InterconnectRemoteLocationConstraints_PortPairVlan (..),++    -- ** InterconnectRemoteLocationConstraintsSubnetLengthRange+    InterconnectRemoteLocationConstraintsSubnetLengthRange (..),+    newInterconnectRemoteLocationConstraintsSubnetLengthRange,++    -- ** InterconnectRemoteLocationList+    InterconnectRemoteLocationList (..),+    newInterconnectRemoteLocationList,++    -- ** InterconnectRemoteLocationList_Warning+    InterconnectRemoteLocationList_Warning (..),+    newInterconnectRemoteLocationList_Warning,++    -- ** InterconnectRemoteLocationList_Warning_Code+    InterconnectRemoteLocationList_Warning_Code (..),++    -- ** InterconnectRemoteLocationList_Warning_DataItem+    InterconnectRemoteLocationList_Warning_DataItem (..),+    newInterconnectRemoteLocationList_Warning_DataItem,++    -- ** InterconnectRemoteLocationPermittedConnections+    InterconnectRemoteLocationPermittedConnections (..),+    newInterconnectRemoteLocationPermittedConnections,++    -- ** InterconnectsGetDiagnosticsResponse+    InterconnectsGetDiagnosticsResponse (..),+    newInterconnectsGetDiagnosticsResponse,++    -- ** InterconnectsGetMacsecConfigResponse+    InterconnectsGetMacsecConfigResponse (..),+    newInterconnectsGetMacsecConfigResponse,++    -- ** License+    License (..),+    newLicense,++    -- ** LicenseCode+    LicenseCode (..),+    newLicenseCode,++    -- ** LicenseCode_State+    LicenseCode_State (..),++    -- ** LicenseCodeLicenseAlias+    LicenseCodeLicenseAlias (..),+    newLicenseCodeLicenseAlias,++    -- ** LicenseResourceCommitment+    LicenseResourceCommitment (..),+    newLicenseResourceCommitment,++    -- ** LicenseResourceRequirements+    LicenseResourceRequirements (..),+    newLicenseResourceRequirements,++    -- ** LicensesListResponse+    LicensesListResponse (..),+    newLicensesListResponse,++    -- ** LicensesListResponse_Warning+    LicensesListResponse_Warning (..),+    newLicensesListResponse_Warning,++    -- ** LicensesListResponse_Warning_Code+    LicensesListResponse_Warning_Code (..),++    -- ** LicensesListResponse_Warning_DataItem+    LicensesListResponse_Warning_DataItem (..),+    newLicensesListResponse_Warning_DataItem,++    -- ** LocalDisk+    LocalDisk (..),+    newLocalDisk,++    -- ** LocalizedMessage+    LocalizedMessage (..),+    newLocalizedMessage,++    -- ** LocationPolicy+    LocationPolicy (..),+    newLocationPolicy,++    -- ** LocationPolicy_Locations+    LocationPolicy_Locations (..),+    newLocationPolicy_Locations,++    -- ** LocationPolicy_TargetShape+    LocationPolicy_TargetShape (..),++    -- ** LocationPolicyLocation+    LocationPolicyLocation (..),+    newLocationPolicyLocation,++    -- ** LocationPolicyLocation_Preference+    LocationPolicyLocation_Preference (..),++    -- ** LocationPolicyLocationConstraints+    LocationPolicyLocationConstraints (..),+    newLocationPolicyLocationConstraints,++    -- ** MachineImage+    MachineImage (..),+    newMachineImage,++    -- ** MachineImage_Status+    MachineImage_Status (..),++    -- ** MachineImageList+    MachineImageList (..),+    newMachineImageList,++    -- ** MachineImageList_Warning+    MachineImageList_Warning (..),+    newMachineImageList_Warning,++    -- ** MachineImageList_Warning_Code+    MachineImageList_Warning_Code (..),++    -- ** MachineImageList_Warning_DataItem+    MachineImageList_Warning_DataItem (..),+    newMachineImageList_Warning_DataItem,++    -- ** MachineType+    MachineType (..),+    newMachineType,++    -- ** MachineType_AcceleratorsItem+    MachineType_AcceleratorsItem (..),+    newMachineType_AcceleratorsItem,++    -- ** MachineType_Architecture+    MachineType_Architecture (..),++    -- ** MachineType_ScratchDisksItem+    MachineType_ScratchDisksItem (..),+    newMachineType_ScratchDisksItem,++    -- ** MachineTypeAggregatedList+    MachineTypeAggregatedList (..),+    newMachineTypeAggregatedList,++    -- ** MachineTypeAggregatedList_Items+    MachineTypeAggregatedList_Items (..),+    newMachineTypeAggregatedList_Items,++    -- ** MachineTypeAggregatedList_Warning+    MachineTypeAggregatedList_Warning (..),+    newMachineTypeAggregatedList_Warning,++    -- ** MachineTypeAggregatedList_Warning_Code+    MachineTypeAggregatedList_Warning_Code (..),++    -- ** MachineTypeAggregatedList_Warning_DataItem+    MachineTypeAggregatedList_Warning_DataItem (..),+    newMachineTypeAggregatedList_Warning_DataItem,++    -- ** MachineTypeList+    MachineTypeList (..),+    newMachineTypeList,++    -- ** MachineTypeList_Warning+    MachineTypeList_Warning (..),+    newMachineTypeList_Warning,++    -- ** MachineTypeList_Warning_Code+    MachineTypeList_Warning_Code (..),++    -- ** MachineTypeList_Warning_DataItem+    MachineTypeList_Warning_DataItem (..),+    newMachineTypeList_Warning_DataItem,++    -- ** MachineTypesScopedList+    MachineTypesScopedList (..),+    newMachineTypesScopedList,++    -- ** MachineTypesScopedList_Warning+    MachineTypesScopedList_Warning (..),+    newMachineTypesScopedList_Warning,++    -- ** MachineTypesScopedList_Warning_Code+    MachineTypesScopedList_Warning_Code (..),++    -- ** MachineTypesScopedList_Warning_DataItem+    MachineTypesScopedList_Warning_DataItem (..),+    newMachineTypesScopedList_Warning_DataItem,++    -- ** ManagedInstance+    ManagedInstance (..),+    newManagedInstance,++    -- ** ManagedInstance_CurrentAction+    ManagedInstance_CurrentAction (..),++    -- ** ManagedInstance_InstanceStatus+    ManagedInstance_InstanceStatus (..),++    -- ** ManagedInstanceInstanceHealth+    ManagedInstanceInstanceHealth (..),+    newManagedInstanceInstanceHealth,++    -- ** ManagedInstanceInstanceHealth_DetailedHealthState+    ManagedInstanceInstanceHealth_DetailedHealthState (..),++    -- ** ManagedInstanceLastAttempt+    ManagedInstanceLastAttempt (..),+    newManagedInstanceLastAttempt,++    -- ** ManagedInstanceLastAttempt_Errors+    ManagedInstanceLastAttempt_Errors (..),+    newManagedInstanceLastAttempt_Errors,++    -- ** ManagedInstanceLastAttempt_Errors_ErrorsItem+    ManagedInstanceLastAttempt_Errors_ErrorsItem (..),+    newManagedInstanceLastAttempt_Errors_ErrorsItem,++    -- ** ManagedInstanceLastAttempt_Errors_ErrorsItem_ErrorDetailsItem+    ManagedInstanceLastAttempt_Errors_ErrorsItem_ErrorDetailsItem (..),+    newManagedInstanceLastAttempt_Errors_ErrorsItem_ErrorDetailsItem,++    -- ** ManagedInstancePropertiesFromFlexibilityPolicy+    ManagedInstancePropertiesFromFlexibilityPolicy (..),+    newManagedInstancePropertiesFromFlexibilityPolicy,++    -- ** ManagedInstanceVersion+    ManagedInstanceVersion (..),+    newManagedInstanceVersion,++    -- ** Metadata+    Metadata (..),+    newMetadata,++    -- ** Metadata_ItemsItem+    Metadata_ItemsItem (..),+    newMetadata_ItemsItem,++    -- ** MetadataFilter+    MetadataFilter (..),+    newMetadataFilter,++    -- ** MetadataFilter_FilterMatchCriteria+    MetadataFilter_FilterMatchCriteria (..),++    -- ** MetadataFilterLabelMatch+    MetadataFilterLabelMatch (..),+    newMetadataFilterLabelMatch,++    -- ** NamedPort+    NamedPort (..),+    newNamedPort,++    -- ** NatIpInfo+    NatIpInfo (..),+    newNatIpInfo,++    -- ** NatIpInfoNatIpInfoMapping+    NatIpInfoNatIpInfoMapping (..),+    newNatIpInfoNatIpInfoMapping,++    -- ** NatIpInfoNatIpInfoMapping_Mode+    NatIpInfoNatIpInfoMapping_Mode (..),++    -- ** NatIpInfoNatIpInfoMapping_Usage+    NatIpInfoNatIpInfoMapping_Usage (..),++    -- ** NatIpInfoResponse+    NatIpInfoResponse (..),+    newNatIpInfoResponse,++    -- ** Network+    Network (..),+    newNetwork,++    -- ** Network_NetworkFirewallPolicyEnforcementOrder+    Network_NetworkFirewallPolicyEnforcementOrder (..),++    -- ** NetworkAttachment+    NetworkAttachment (..),+    newNetworkAttachment,++    -- ** NetworkAttachment_ConnectionPreference+    NetworkAttachment_ConnectionPreference (..),++    -- ** NetworkAttachmentAggregatedList+    NetworkAttachmentAggregatedList (..),+    newNetworkAttachmentAggregatedList,++    -- ** NetworkAttachmentAggregatedList_Items+    NetworkAttachmentAggregatedList_Items (..),+    newNetworkAttachmentAggregatedList_Items,++    -- ** NetworkAttachmentAggregatedList_Warning+    NetworkAttachmentAggregatedList_Warning (..),+    newNetworkAttachmentAggregatedList_Warning,++    -- ** NetworkAttachmentAggregatedList_Warning_Code+    NetworkAttachmentAggregatedList_Warning_Code (..),++    -- ** NetworkAttachmentAggregatedList_Warning_DataItem+    NetworkAttachmentAggregatedList_Warning_DataItem (..),+    newNetworkAttachmentAggregatedList_Warning_DataItem,++    -- ** NetworkAttachmentConnectedEndpoint+    NetworkAttachmentConnectedEndpoint (..),+    newNetworkAttachmentConnectedEndpoint,++    -- ** NetworkAttachmentConnectedEndpoint_Status+    NetworkAttachmentConnectedEndpoint_Status (..),++    -- ** NetworkAttachmentList+    NetworkAttachmentList (..),+    newNetworkAttachmentList,++    -- ** NetworkAttachmentList_Warning+    NetworkAttachmentList_Warning (..),+    newNetworkAttachmentList_Warning,++    -- ** NetworkAttachmentList_Warning_Code+    NetworkAttachmentList_Warning_Code (..),++    -- ** NetworkAttachmentList_Warning_DataItem+    NetworkAttachmentList_Warning_DataItem (..),+    newNetworkAttachmentList_Warning_DataItem,++    -- ** NetworkAttachmentsScopedList+    NetworkAttachmentsScopedList (..),+    newNetworkAttachmentsScopedList,++    -- ** NetworkAttachmentsScopedList_Warning+    NetworkAttachmentsScopedList_Warning (..),+    newNetworkAttachmentsScopedList_Warning,++    -- ** NetworkAttachmentsScopedList_Warning_Code+    NetworkAttachmentsScopedList_Warning_Code (..),++    -- ** NetworkAttachmentsScopedList_Warning_DataItem+    NetworkAttachmentsScopedList_Warning_DataItem (..),+    newNetworkAttachmentsScopedList_Warning_DataItem,++    -- ** NetworkEdgeSecurityService+    NetworkEdgeSecurityService (..),+    newNetworkEdgeSecurityService,++    -- ** NetworkEdgeSecurityServiceAggregatedList+    NetworkEdgeSecurityServiceAggregatedList (..),+    newNetworkEdgeSecurityServiceAggregatedList,++    -- ** NetworkEdgeSecurityServiceAggregatedList_Items+    NetworkEdgeSecurityServiceAggregatedList_Items (..),+    newNetworkEdgeSecurityServiceAggregatedList_Items,++    -- ** NetworkEdgeSecurityServiceAggregatedList_Warning+    NetworkEdgeSecurityServiceAggregatedList_Warning (..),+    newNetworkEdgeSecurityServiceAggregatedList_Warning,++    -- ** NetworkEdgeSecurityServiceAggregatedList_Warning_Code+    NetworkEdgeSecurityServiceAggregatedList_Warning_Code (..),++    -- ** NetworkEdgeSecurityServiceAggregatedList_Warning_DataItem+    NetworkEdgeSecurityServiceAggregatedList_Warning_DataItem (..),+    newNetworkEdgeSecurityServiceAggregatedList_Warning_DataItem,++    -- ** NetworkEdgeSecurityServicesScopedList+    NetworkEdgeSecurityServicesScopedList (..),+    newNetworkEdgeSecurityServicesScopedList,++    -- ** NetworkEdgeSecurityServicesScopedList_Warning+    NetworkEdgeSecurityServicesScopedList_Warning (..),+    newNetworkEdgeSecurityServicesScopedList_Warning,++    -- ** NetworkEdgeSecurityServicesScopedList_Warning_Code+    NetworkEdgeSecurityServicesScopedList_Warning_Code (..),++    -- ** NetworkEdgeSecurityServicesScopedList_Warning_DataItem+    NetworkEdgeSecurityServicesScopedList_Warning_DataItem (..),+    newNetworkEdgeSecurityServicesScopedList_Warning_DataItem,++    -- ** NetworkEndpoint+    NetworkEndpoint (..),+    newNetworkEndpoint,++    -- ** NetworkEndpoint_Annotations+    NetworkEndpoint_Annotations (..),+    newNetworkEndpoint_Annotations,++    -- ** NetworkEndpointGroup+    NetworkEndpointGroup (..),+    newNetworkEndpointGroup,++    -- ** NetworkEndpointGroup_Annotations+    NetworkEndpointGroup_Annotations (..),+    newNetworkEndpointGroup_Annotations,++    -- ** NetworkEndpointGroup_NetworkEndpointType+    NetworkEndpointGroup_NetworkEndpointType (..),++    -- ** NetworkEndpointGroupAggregatedList+    NetworkEndpointGroupAggregatedList (..),+    newNetworkEndpointGroupAggregatedList,++    -- ** NetworkEndpointGroupAggregatedList_Items+    NetworkEndpointGroupAggregatedList_Items (..),+    newNetworkEndpointGroupAggregatedList_Items,++    -- ** NetworkEndpointGroupAggregatedList_Warning+    NetworkEndpointGroupAggregatedList_Warning (..),+    newNetworkEndpointGroupAggregatedList_Warning,++    -- ** NetworkEndpointGroupAggregatedList_Warning_Code+    NetworkEndpointGroupAggregatedList_Warning_Code (..),++    -- ** NetworkEndpointGroupAggregatedList_Warning_DataItem+    NetworkEndpointGroupAggregatedList_Warning_DataItem (..),+    newNetworkEndpointGroupAggregatedList_Warning_DataItem,++    -- ** NetworkEndpointGroupAppEngine+    NetworkEndpointGroupAppEngine (..),+    newNetworkEndpointGroupAppEngine,++    -- ** NetworkEndpointGroupCloudFunction+    NetworkEndpointGroupCloudFunction (..),+    newNetworkEndpointGroupCloudFunction,++    -- ** NetworkEndpointGroupCloudRun+    NetworkEndpointGroupCloudRun (..),+    newNetworkEndpointGroupCloudRun,++    -- ** NetworkEndpointGroupList+    NetworkEndpointGroupList (..),+    newNetworkEndpointGroupList,++    -- ** NetworkEndpointGroupList_Warning+    NetworkEndpointGroupList_Warning (..),+    newNetworkEndpointGroupList_Warning,++    -- ** NetworkEndpointGroupList_Warning_Code+    NetworkEndpointGroupList_Warning_Code (..),++    -- ** NetworkEndpointGroupList_Warning_DataItem+    NetworkEndpointGroupList_Warning_DataItem (..),+    newNetworkEndpointGroupList_Warning_DataItem,++    -- ** NetworkEndpointGroupPscData+    NetworkEndpointGroupPscData (..),+    newNetworkEndpointGroupPscData,++    -- ** NetworkEndpointGroupPscData_PscConnectionStatus+    NetworkEndpointGroupPscData_PscConnectionStatus (..),++    -- ** NetworkEndpointGroupsAttachEndpointsRequest+    NetworkEndpointGroupsAttachEndpointsRequest (..),+    newNetworkEndpointGroupsAttachEndpointsRequest,++    -- ** NetworkEndpointGroupsDetachEndpointsRequest+    NetworkEndpointGroupsDetachEndpointsRequest (..),+    newNetworkEndpointGroupsDetachEndpointsRequest,++    -- ** NetworkEndpointGroupsListEndpointsRequest+    NetworkEndpointGroupsListEndpointsRequest (..),+    newNetworkEndpointGroupsListEndpointsRequest,++    -- ** NetworkEndpointGroupsListEndpointsRequest_HealthStatus+    NetworkEndpointGroupsListEndpointsRequest_HealthStatus (..),++    -- ** NetworkEndpointGroupsListNetworkEndpoints+    NetworkEndpointGroupsListNetworkEndpoints (..),+    newNetworkEndpointGroupsListNetworkEndpoints,++    -- ** NetworkEndpointGroupsListNetworkEndpoints_Warning+    NetworkEndpointGroupsListNetworkEndpoints_Warning (..),+    newNetworkEndpointGroupsListNetworkEndpoints_Warning,++    -- ** NetworkEndpointGroupsListNetworkEndpoints_Warning_Code+    NetworkEndpointGroupsListNetworkEndpoints_Warning_Code (..),++    -- ** NetworkEndpointGroupsListNetworkEndpoints_Warning_DataItem+    NetworkEndpointGroupsListNetworkEndpoints_Warning_DataItem (..),+    newNetworkEndpointGroupsListNetworkEndpoints_Warning_DataItem,++    -- ** NetworkEndpointGroupsScopedList+    NetworkEndpointGroupsScopedList (..),+    newNetworkEndpointGroupsScopedList,++    -- ** NetworkEndpointGroupsScopedList_Warning+    NetworkEndpointGroupsScopedList_Warning (..),+    newNetworkEndpointGroupsScopedList_Warning,++    -- ** NetworkEndpointGroupsScopedList_Warning_Code+    NetworkEndpointGroupsScopedList_Warning_Code (..),++    -- ** NetworkEndpointGroupsScopedList_Warning_DataItem+    NetworkEndpointGroupsScopedList_Warning_DataItem (..),+    newNetworkEndpointGroupsScopedList_Warning_DataItem,++    -- ** NetworkEndpointWithHealthStatus+    NetworkEndpointWithHealthStatus (..),+    newNetworkEndpointWithHealthStatus,++    -- ** NetworkFirewallPolicyAggregatedList+    NetworkFirewallPolicyAggregatedList (..),+    newNetworkFirewallPolicyAggregatedList,++    -- ** NetworkFirewallPolicyAggregatedList_Items+    NetworkFirewallPolicyAggregatedList_Items (..),+    newNetworkFirewallPolicyAggregatedList_Items,++    -- ** NetworkFirewallPolicyAggregatedList_Warning+    NetworkFirewallPolicyAggregatedList_Warning (..),+    newNetworkFirewallPolicyAggregatedList_Warning,++    -- ** NetworkFirewallPolicyAggregatedList_Warning_Code+    NetworkFirewallPolicyAggregatedList_Warning_Code (..),++    -- ** NetworkFirewallPolicyAggregatedList_Warning_DataItem+    NetworkFirewallPolicyAggregatedList_Warning_DataItem (..),+    newNetworkFirewallPolicyAggregatedList_Warning_DataItem,++    -- ** NetworkInterface+    NetworkInterface (..),+    newNetworkInterface,++    -- ** NetworkInterface_Ipv6AccessType+    NetworkInterface_Ipv6AccessType (..),++    -- ** NetworkInterface_NicType+    NetworkInterface_NicType (..),++    -- ** NetworkInterface_StackType+    NetworkInterface_StackType (..),++    -- ** NetworkList+    NetworkList (..),+    newNetworkList,++    -- ** NetworkList_Warning+    NetworkList_Warning (..),+    newNetworkList_Warning,++    -- ** NetworkList_Warning_Code+    NetworkList_Warning_Code (..),++    -- ** NetworkList_Warning_DataItem+    NetworkList_Warning_DataItem (..),+    newNetworkList_Warning_DataItem,++    -- ** NetworkPeering+    NetworkPeering (..),+    newNetworkPeering,++    -- ** NetworkPeering_StackType+    NetworkPeering_StackType (..),++    -- ** NetworkPeering_State+    NetworkPeering_State (..),++    -- ** NetworkPerformanceConfig+    NetworkPerformanceConfig (..),+    newNetworkPerformanceConfig,++    -- ** NetworkPerformanceConfig_TotalEgressBandwidthTier+    NetworkPerformanceConfig_TotalEgressBandwidthTier (..),++    -- ** NetworkProfile+    NetworkProfile (..),+    newNetworkProfile,++    -- ** NetworkProfileLocation+    NetworkProfileLocation (..),+    newNetworkProfileLocation,++    -- ** NetworkProfileLocation_Scope+    NetworkProfileLocation_Scope (..),++    -- ** NetworkProfileNetworkFeatures+    NetworkProfileNetworkFeatures (..),+    newNetworkProfileNetworkFeatures,++    -- ** NetworkProfileNetworkFeatures_AddressPurposesItem+    NetworkProfileNetworkFeatures_AddressPurposesItem (..),++    -- ** NetworkProfileNetworkFeatures_AllowAliasIpRanges+    NetworkProfileNetworkFeatures_AllowAliasIpRanges (..),++    -- ** NetworkProfileNetworkFeatures_AllowAutoModeSubnet+    NetworkProfileNetworkFeatures_AllowAutoModeSubnet (..),++    -- ** NetworkProfileNetworkFeatures_AllowClassDFirewalls+    NetworkProfileNetworkFeatures_AllowClassDFirewalls (..),++    -- ** NetworkProfileNetworkFeatures_AllowCloudNat+    NetworkProfileNetworkFeatures_AllowCloudNat (..),++    -- ** NetworkProfileNetworkFeatures_AllowCloudRouter+    NetworkProfileNetworkFeatures_AllowCloudRouter (..),++    -- ** NetworkProfileNetworkFeatures_AllowExternalIpAccess+    NetworkProfileNetworkFeatures_AllowExternalIpAccess (..),++    -- ** NetworkProfileNetworkFeatures_AllowInterconnect+    NetworkProfileNetworkFeatures_AllowInterconnect (..),++    -- ** NetworkProfileNetworkFeatures_AllowLoadBalancing+    NetworkProfileNetworkFeatures_AllowLoadBalancing (..),++    -- ** NetworkProfileNetworkFeatures_AllowMultiNicInSameNetwork+    NetworkProfileNetworkFeatures_AllowMultiNicInSameNetwork (..),++    -- ** NetworkProfileNetworkFeatures_AllowPacketMirroring+    NetworkProfileNetworkFeatures_AllowPacketMirroring (..),++    -- ** NetworkProfileNetworkFeatures_AllowPrivateGoogleAccess+    NetworkProfileNetworkFeatures_AllowPrivateGoogleAccess (..),++    -- ** NetworkProfileNetworkFeatures_AllowPsc+    NetworkProfileNetworkFeatures_AllowPsc (..),++    -- ** NetworkProfileNetworkFeatures_AllowSameNetworkUnicast+    NetworkProfileNetworkFeatures_AllowSameNetworkUnicast (..),++    -- ** NetworkProfileNetworkFeatures_AllowStaticRoutes+    NetworkProfileNetworkFeatures_AllowStaticRoutes (..),++    -- ** NetworkProfileNetworkFeatures_AllowSubInterfaces+    NetworkProfileNetworkFeatures_AllowSubInterfaces (..),++    -- ** NetworkProfileNetworkFeatures_AllowVpcPeering+    NetworkProfileNetworkFeatures_AllowVpcPeering (..),++    -- ** NetworkProfileNetworkFeatures_AllowVpn+    NetworkProfileNetworkFeatures_AllowVpn (..),++    -- ** NetworkProfileNetworkFeatures_InterfaceTypesItem+    NetworkProfileNetworkFeatures_InterfaceTypesItem (..),++    -- ** NetworkProfileNetworkFeatures_SubnetPurposesItem+    NetworkProfileNetworkFeatures_SubnetPurposesItem (..),++    -- ** NetworkProfileNetworkFeatures_SubnetStackTypesItem+    NetworkProfileNetworkFeatures_SubnetStackTypesItem (..),++    -- ** NetworkProfileNetworkFeatures_Unicast+    NetworkProfileNetworkFeatures_Unicast (..),++    -- ** NetworkProfilesListResponse+    NetworkProfilesListResponse (..),+    newNetworkProfilesListResponse,++    -- ** NetworkProfilesListResponse_Warning+    NetworkProfilesListResponse_Warning (..),+    newNetworkProfilesListResponse_Warning,++    -- ** NetworkProfilesListResponse_Warning_Code+    NetworkProfilesListResponse_Warning_Code (..),++    -- ** NetworkProfilesListResponse_Warning_DataItem+    NetworkProfilesListResponse_Warning_DataItem (..),+    newNetworkProfilesListResponse_Warning_DataItem,++    -- ** NetworkRoutingConfig+    NetworkRoutingConfig (..),+    newNetworkRoutingConfig,++    -- ** NetworkRoutingConfig_BgpBestPathSelectionMode+    NetworkRoutingConfig_BgpBestPathSelectionMode (..),++    -- ** NetworkRoutingConfig_BgpInterRegionCost+    NetworkRoutingConfig_BgpInterRegionCost (..),++    -- ** NetworkRoutingConfig_EffectiveBgpInterRegionCost+    NetworkRoutingConfig_EffectiveBgpInterRegionCost (..),++    -- ** NetworkRoutingConfig_RoutingMode+    NetworkRoutingConfig_RoutingMode (..),++    -- ** NetworksAddPeeringRequest+    NetworksAddPeeringRequest (..),+    newNetworksAddPeeringRequest,++    -- ** NetworksGetEffectiveFirewallsResponse+    NetworksGetEffectiveFirewallsResponse (..),+    newNetworksGetEffectiveFirewallsResponse,++    -- ** NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy+    NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy (..),+    newNetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy,++    -- ** NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy_Type+    NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy_Type (..),++    -- ** NetworksRemovePeeringRequest+    NetworksRemovePeeringRequest (..),+    newNetworksRemovePeeringRequest,++    -- ** NetworksUpdatePeeringRequest+    NetworksUpdatePeeringRequest (..),+    newNetworksUpdatePeeringRequest,++    -- ** NodeGroup+    NodeGroup (..),+    newNodeGroup,++    -- ** NodeGroup_MaintenanceInterval+    NodeGroup_MaintenanceInterval (..),++    -- ** NodeGroup_MaintenancePolicy+    NodeGroup_MaintenancePolicy (..),++    -- ** NodeGroup_Status+    NodeGroup_Status (..),++    -- ** NodeGroupAggregatedList+    NodeGroupAggregatedList (..),+    newNodeGroupAggregatedList,++    -- ** NodeGroupAggregatedList_Items+    NodeGroupAggregatedList_Items (..),+    newNodeGroupAggregatedList_Items,++    -- ** NodeGroupAggregatedList_Warning+    NodeGroupAggregatedList_Warning (..),+    newNodeGroupAggregatedList_Warning,++    -- ** NodeGroupAggregatedList_Warning_Code+    NodeGroupAggregatedList_Warning_Code (..),++    -- ** NodeGroupAggregatedList_Warning_DataItem+    NodeGroupAggregatedList_Warning_DataItem (..),+    newNodeGroupAggregatedList_Warning_DataItem,++    -- ** NodeGroupAutoscalingPolicy+    NodeGroupAutoscalingPolicy (..),+    newNodeGroupAutoscalingPolicy,++    -- ** NodeGroupAutoscalingPolicy_Mode+    NodeGroupAutoscalingPolicy_Mode (..),++    -- ** NodeGroupList+    NodeGroupList (..),+    newNodeGroupList,++    -- ** NodeGroupList_Warning+    NodeGroupList_Warning (..),+    newNodeGroupList_Warning,++    -- ** NodeGroupList_Warning_Code+    NodeGroupList_Warning_Code (..),++    -- ** NodeGroupList_Warning_DataItem+    NodeGroupList_Warning_DataItem (..),+    newNodeGroupList_Warning_DataItem,++    -- ** NodeGroupMaintenanceWindow+    NodeGroupMaintenanceWindow (..),+    newNodeGroupMaintenanceWindow,++    -- ** NodeGroupNode+    NodeGroupNode (..),+    newNodeGroupNode,++    -- ** NodeGroupNode_CpuOvercommitType+    NodeGroupNode_CpuOvercommitType (..),++    -- ** NodeGroupNode_Status+    NodeGroupNode_Status (..),++    -- ** NodeGroupsAddNodesRequest+    NodeGroupsAddNodesRequest (..),+    newNodeGroupsAddNodesRequest,++    -- ** NodeGroupsDeleteNodesRequest+    NodeGroupsDeleteNodesRequest (..),+    newNodeGroupsDeleteNodesRequest,++    -- ** NodeGroupsListNodes+    NodeGroupsListNodes (..),+    newNodeGroupsListNodes,++    -- ** NodeGroupsListNodes_Warning+    NodeGroupsListNodes_Warning (..),+    newNodeGroupsListNodes_Warning,++    -- ** NodeGroupsListNodes_Warning_Code+    NodeGroupsListNodes_Warning_Code (..),++    -- ** NodeGroupsListNodes_Warning_DataItem+    NodeGroupsListNodes_Warning_DataItem (..),+    newNodeGroupsListNodes_Warning_DataItem,++    -- ** NodeGroupsPerformMaintenanceRequest+    NodeGroupsPerformMaintenanceRequest (..),+    newNodeGroupsPerformMaintenanceRequest,++    -- ** NodeGroupsScopedList+    NodeGroupsScopedList (..),+    newNodeGroupsScopedList,++    -- ** NodeGroupsScopedList_Warning+    NodeGroupsScopedList_Warning (..),+    newNodeGroupsScopedList_Warning,++    -- ** NodeGroupsScopedList_Warning_Code+    NodeGroupsScopedList_Warning_Code (..),++    -- ** NodeGroupsScopedList_Warning_DataItem+    NodeGroupsScopedList_Warning_DataItem (..),+    newNodeGroupsScopedList_Warning_DataItem,++    -- ** NodeGroupsSetNodeTemplateRequest+    NodeGroupsSetNodeTemplateRequest (..),+    newNodeGroupsSetNodeTemplateRequest,++    -- ** NodeGroupsSimulateMaintenanceEventRequest+    NodeGroupsSimulateMaintenanceEventRequest (..),+    newNodeGroupsSimulateMaintenanceEventRequest,++    -- ** NodeTemplate+    NodeTemplate (..),+    newNodeTemplate,++    -- ** NodeTemplate_CpuOvercommitType+    NodeTemplate_CpuOvercommitType (..),++    -- ** NodeTemplate_NodeAffinityLabels+    NodeTemplate_NodeAffinityLabels (..),+    newNodeTemplate_NodeAffinityLabels,++    -- ** NodeTemplate_Status+    NodeTemplate_Status (..),++    -- ** NodeTemplateAggregatedList+    NodeTemplateAggregatedList (..),+    newNodeTemplateAggregatedList,++    -- ** NodeTemplateAggregatedList_Items+    NodeTemplateAggregatedList_Items (..),+    newNodeTemplateAggregatedList_Items,++    -- ** NodeTemplateAggregatedList_Warning+    NodeTemplateAggregatedList_Warning (..),+    newNodeTemplateAggregatedList_Warning,++    -- ** NodeTemplateAggregatedList_Warning_Code+    NodeTemplateAggregatedList_Warning_Code (..),++    -- ** NodeTemplateAggregatedList_Warning_DataItem+    NodeTemplateAggregatedList_Warning_DataItem (..),+    newNodeTemplateAggregatedList_Warning_DataItem,++    -- ** NodeTemplateList+    NodeTemplateList (..),+    newNodeTemplateList,++    -- ** NodeTemplateList_Warning+    NodeTemplateList_Warning (..),+    newNodeTemplateList_Warning,++    -- ** NodeTemplateList_Warning_Code+    NodeTemplateList_Warning_Code (..),++    -- ** NodeTemplateList_Warning_DataItem+    NodeTemplateList_Warning_DataItem (..),+    newNodeTemplateList_Warning_DataItem,++    -- ** NodeTemplateNodeTypeFlexibility+    NodeTemplateNodeTypeFlexibility (..),+    newNodeTemplateNodeTypeFlexibility,++    -- ** NodeTemplatesScopedList+    NodeTemplatesScopedList (..),+    newNodeTemplatesScopedList,++    -- ** NodeTemplatesScopedList_Warning+    NodeTemplatesScopedList_Warning (..),+    newNodeTemplatesScopedList_Warning,++    -- ** NodeTemplatesScopedList_Warning_Code+    NodeTemplatesScopedList_Warning_Code (..),++    -- ** NodeTemplatesScopedList_Warning_DataItem+    NodeTemplatesScopedList_Warning_DataItem (..),+    newNodeTemplatesScopedList_Warning_DataItem,++    -- ** NodeType+    NodeType (..),+    newNodeType,++    -- ** NodeTypeAggregatedList+    NodeTypeAggregatedList (..),+    newNodeTypeAggregatedList,++    -- ** NodeTypeAggregatedList_Items+    NodeTypeAggregatedList_Items (..),+    newNodeTypeAggregatedList_Items,++    -- ** NodeTypeAggregatedList_Warning+    NodeTypeAggregatedList_Warning (..),+    newNodeTypeAggregatedList_Warning,++    -- ** NodeTypeAggregatedList_Warning_Code+    NodeTypeAggregatedList_Warning_Code (..),++    -- ** NodeTypeAggregatedList_Warning_DataItem+    NodeTypeAggregatedList_Warning_DataItem (..),+    newNodeTypeAggregatedList_Warning_DataItem,++    -- ** NodeTypeList+    NodeTypeList (..),+    newNodeTypeList,++    -- ** NodeTypeList_Warning+    NodeTypeList_Warning (..),+    newNodeTypeList_Warning,++    -- ** NodeTypeList_Warning_Code+    NodeTypeList_Warning_Code (..),++    -- ** NodeTypeList_Warning_DataItem+    NodeTypeList_Warning_DataItem (..),+    newNodeTypeList_Warning_DataItem,++    -- ** NodeTypesScopedList+    NodeTypesScopedList (..),+    newNodeTypesScopedList,++    -- ** NodeTypesScopedList_Warning+    NodeTypesScopedList_Warning (..),+    newNodeTypesScopedList_Warning,++    -- ** NodeTypesScopedList_Warning_Code+    NodeTypesScopedList_Warning_Code (..),++    -- ** NodeTypesScopedList_Warning_DataItem+    NodeTypesScopedList_Warning_DataItem (..),+    newNodeTypesScopedList_Warning_DataItem,++    -- ** NotificationEndpoint+    NotificationEndpoint (..),+    newNotificationEndpoint,++    -- ** NotificationEndpointGrpcSettings+    NotificationEndpointGrpcSettings (..),+    newNotificationEndpointGrpcSettings,++    -- ** NotificationEndpointList+    NotificationEndpointList (..),+    newNotificationEndpointList,++    -- ** NotificationEndpointList_Warning+    NotificationEndpointList_Warning (..),+    newNotificationEndpointList_Warning,++    -- ** NotificationEndpointList_Warning_Code+    NotificationEndpointList_Warning_Code (..),++    -- ** NotificationEndpointList_Warning_DataItem+    NotificationEndpointList_Warning_DataItem (..),+    newNotificationEndpointList_Warning_DataItem,++    -- ** Operation+    Operation (..),+    newOperation,++    -- ** Operation_Error+    Operation_Error (..),+    newOperation_Error,++    -- ** Operation_Error_ErrorsItem+    Operation_Error_ErrorsItem (..),+    newOperation_Error_ErrorsItem,++    -- ** Operation_Error_ErrorsItem_ErrorDetailsItem+    Operation_Error_ErrorsItem_ErrorDetailsItem (..),+    newOperation_Error_ErrorsItem_ErrorDetailsItem,++    -- ** Operation_Status+    Operation_Status (..),++    -- ** Operation_WarningsItem+    Operation_WarningsItem (..),+    newOperation_WarningsItem,++    -- ** Operation_WarningsItem_Code+    Operation_WarningsItem_Code (..),++    -- ** Operation_WarningsItem_DataItem+    Operation_WarningsItem_DataItem (..),+    newOperation_WarningsItem_DataItem,++    -- ** OperationAggregatedList+    OperationAggregatedList (..),+    newOperationAggregatedList,++    -- ** OperationAggregatedList_Items+    OperationAggregatedList_Items (..),+    newOperationAggregatedList_Items,++    -- ** OperationAggregatedList_Warning+    OperationAggregatedList_Warning (..),+    newOperationAggregatedList_Warning,++    -- ** OperationAggregatedList_Warning_Code+    OperationAggregatedList_Warning_Code (..),++    -- ** OperationAggregatedList_Warning_DataItem+    OperationAggregatedList_Warning_DataItem (..),+    newOperationAggregatedList_Warning_DataItem,++    -- ** OperationList+    OperationList (..),+    newOperationList,++    -- ** OperationList_Warning+    OperationList_Warning (..),+    newOperationList_Warning,++    -- ** OperationList_Warning_Code+    OperationList_Warning_Code (..),++    -- ** OperationList_Warning_DataItem+    OperationList_Warning_DataItem (..),+    newOperationList_Warning_DataItem,++    -- ** OperationsScopedList+    OperationsScopedList (..),+    newOperationsScopedList,++    -- ** OperationsScopedList_Warning+    OperationsScopedList_Warning (..),+    newOperationsScopedList_Warning,++    -- ** OperationsScopedList_Warning_Code+    OperationsScopedList_Warning_Code (..),++    -- ** OperationsScopedList_Warning_DataItem+    OperationsScopedList_Warning_DataItem (..),+    newOperationsScopedList_Warning_DataItem,++    -- ** OutlierDetection+    OutlierDetection (..),+    newOutlierDetection,++    -- ** PacketIntervals+    PacketIntervals (..),+    newPacketIntervals,++    -- ** PacketIntervals_Duration+    PacketIntervals_Duration (..),++    -- ** PacketIntervals_Type+    PacketIntervals_Type (..),++    -- ** PacketMirroring+    PacketMirroring (..),+    newPacketMirroring,++    -- ** PacketMirroring_Enable+    PacketMirroring_Enable (..),++    -- ** PacketMirroringAggregatedList+    PacketMirroringAggregatedList (..),+    newPacketMirroringAggregatedList,++    -- ** PacketMirroringAggregatedList_Items+    PacketMirroringAggregatedList_Items (..),+    newPacketMirroringAggregatedList_Items,++    -- ** PacketMirroringAggregatedList_Warning+    PacketMirroringAggregatedList_Warning (..),+    newPacketMirroringAggregatedList_Warning,++    -- ** PacketMirroringAggregatedList_Warning_Code+    PacketMirroringAggregatedList_Warning_Code (..),++    -- ** PacketMirroringAggregatedList_Warning_DataItem+    PacketMirroringAggregatedList_Warning_DataItem (..),+    newPacketMirroringAggregatedList_Warning_DataItem,++    -- ** PacketMirroringFilter+    PacketMirroringFilter (..),+    newPacketMirroringFilter,++    -- ** PacketMirroringFilter_Direction+    PacketMirroringFilter_Direction (..),++    -- ** PacketMirroringForwardingRuleInfo+    PacketMirroringForwardingRuleInfo (..),+    newPacketMirroringForwardingRuleInfo,++    -- ** PacketMirroringList+    PacketMirroringList (..),+    newPacketMirroringList,++    -- ** PacketMirroringList_Warning+    PacketMirroringList_Warning (..),+    newPacketMirroringList_Warning,++    -- ** PacketMirroringList_Warning_Code+    PacketMirroringList_Warning_Code (..),++    -- ** PacketMirroringList_Warning_DataItem+    PacketMirroringList_Warning_DataItem (..),+    newPacketMirroringList_Warning_DataItem,++    -- ** PacketMirroringMirroredResourceInfo+    PacketMirroringMirroredResourceInfo (..),+    newPacketMirroringMirroredResourceInfo,++    -- ** PacketMirroringMirroredResourceInfoInstanceInfo+    PacketMirroringMirroredResourceInfoInstanceInfo (..),+    newPacketMirroringMirroredResourceInfoInstanceInfo,++    -- ** PacketMirroringMirroredResourceInfoSubnetInfo+    PacketMirroringMirroredResourceInfoSubnetInfo (..),+    newPacketMirroringMirroredResourceInfoSubnetInfo,++    -- ** PacketMirroringNetworkInfo+    PacketMirroringNetworkInfo (..),+    newPacketMirroringNetworkInfo,++    -- ** PacketMirroringsScopedList+    PacketMirroringsScopedList (..),+    newPacketMirroringsScopedList,++    -- ** PacketMirroringsScopedList_Warning+    PacketMirroringsScopedList_Warning (..),+    newPacketMirroringsScopedList_Warning,++    -- ** PacketMirroringsScopedList_Warning_Code+    PacketMirroringsScopedList_Warning_Code (..),++    -- ** PacketMirroringsScopedList_Warning_DataItem+    PacketMirroringsScopedList_Warning_DataItem (..),+    newPacketMirroringsScopedList_Warning_DataItem,++    -- ** PathMatcher+    PathMatcher (..),+    newPathMatcher,++    -- ** PathRule+    PathRule (..),+    newPathRule,++    -- ** PerInstanceConfig+    PerInstanceConfig (..),+    newPerInstanceConfig,++    -- ** PerInstanceConfig_Status+    PerInstanceConfig_Status (..),++    -- ** Policy+    Policy (..),+    newPolicy,++    -- ** PreconfiguredWafSet+    PreconfiguredWafSet (..),+    newPreconfiguredWafSet,++    -- ** PreservedState+    PreservedState (..),+    newPreservedState,++    -- ** PreservedState_Disks+    PreservedState_Disks (..),+    newPreservedState_Disks,++    -- ** PreservedState_ExternalIPs+    PreservedState_ExternalIPs (..),+    newPreservedState_ExternalIPs,++    -- ** PreservedState_InternalIPs+    PreservedState_InternalIPs (..),+    newPreservedState_InternalIPs,++    -- ** PreservedState_Metadata+    PreservedState_Metadata (..),+    newPreservedState_Metadata,++    -- ** PreservedStatePreservedDisk+    PreservedStatePreservedDisk (..),+    newPreservedStatePreservedDisk,++    -- ** PreservedStatePreservedDisk_AutoDelete+    PreservedStatePreservedDisk_AutoDelete (..),++    -- ** PreservedStatePreservedDisk_Mode+    PreservedStatePreservedDisk_Mode (..),++    -- ** PreservedStatePreservedNetworkIp+    PreservedStatePreservedNetworkIp (..),+    newPreservedStatePreservedNetworkIp,++    -- ** PreservedStatePreservedNetworkIp_AutoDelete+    PreservedStatePreservedNetworkIp_AutoDelete (..),++    -- ** PreservedStatePreservedNetworkIpIpAddress+    PreservedStatePreservedNetworkIpIpAddress (..),+    newPreservedStatePreservedNetworkIpIpAddress,++    -- ** Project+    Project (..),+    newProject,++    -- ** Project_CloudArmorTier+    Project_CloudArmorTier (..),++    -- ** Project_DefaultNetworkTier+    Project_DefaultNetworkTier (..),++    -- ** Project_VmDnsSetting+    Project_VmDnsSetting (..),++    -- ** Project_XpnProjectStatus+    Project_XpnProjectStatus (..),++    -- ** ProjectsDisableXpnResourceRequest+    ProjectsDisableXpnResourceRequest (..),+    newProjectsDisableXpnResourceRequest,++    -- ** ProjectsEnableXpnResourceRequest+    ProjectsEnableXpnResourceRequest (..),+    newProjectsEnableXpnResourceRequest,++    -- ** ProjectsGetXpnResources+    ProjectsGetXpnResources (..),+    newProjectsGetXpnResources,++    -- ** ProjectsListXpnHostsRequest+    ProjectsListXpnHostsRequest (..),+    newProjectsListXpnHostsRequest,++    -- ** ProjectsSetCloudArmorTierRequest+    ProjectsSetCloudArmorTierRequest (..),+    newProjectsSetCloudArmorTierRequest,++    -- ** ProjectsSetCloudArmorTierRequest_CloudArmorTier+    ProjectsSetCloudArmorTierRequest_CloudArmorTier (..),++    -- ** ProjectsSetDefaultNetworkTierRequest+    ProjectsSetDefaultNetworkTierRequest (..),+    newProjectsSetDefaultNetworkTierRequest,++    -- ** ProjectsSetDefaultNetworkTierRequest_NetworkTier+    ProjectsSetDefaultNetworkTierRequest_NetworkTier (..),++    -- ** PublicAdvertisedPrefix+    PublicAdvertisedPrefix (..),+    newPublicAdvertisedPrefix,++    -- ** PublicAdvertisedPrefix_ByoipApiVersion+    PublicAdvertisedPrefix_ByoipApiVersion (..),++    -- ** PublicAdvertisedPrefix_PdpScope+    PublicAdvertisedPrefix_PdpScope (..),++    -- ** PublicAdvertisedPrefix_Status+    PublicAdvertisedPrefix_Status (..),++    -- ** PublicAdvertisedPrefixList+    PublicAdvertisedPrefixList (..),+    newPublicAdvertisedPrefixList,++    -- ** PublicAdvertisedPrefixList_Warning+    PublicAdvertisedPrefixList_Warning (..),+    newPublicAdvertisedPrefixList_Warning,++    -- ** PublicAdvertisedPrefixList_Warning_Code+    PublicAdvertisedPrefixList_Warning_Code (..),++    -- ** PublicAdvertisedPrefixList_Warning_DataItem+    PublicAdvertisedPrefixList_Warning_DataItem (..),+    newPublicAdvertisedPrefixList_Warning_DataItem,++    -- ** PublicAdvertisedPrefixPublicDelegatedPrefix+    PublicAdvertisedPrefixPublicDelegatedPrefix (..),+    newPublicAdvertisedPrefixPublicDelegatedPrefix,++    -- ** PublicDelegatedPrefix+    PublicDelegatedPrefix (..),+    newPublicDelegatedPrefix,++    -- ** PublicDelegatedPrefix_ByoipApiVersion+    PublicDelegatedPrefix_ByoipApiVersion (..),++    -- ** PublicDelegatedPrefix_Mode+    PublicDelegatedPrefix_Mode (..),++    -- ** PublicDelegatedPrefix_Status+    PublicDelegatedPrefix_Status (..),++    -- ** PublicDelegatedPrefixAggregatedList+    PublicDelegatedPrefixAggregatedList (..),+    newPublicDelegatedPrefixAggregatedList,++    -- ** PublicDelegatedPrefixAggregatedList_Items+    PublicDelegatedPrefixAggregatedList_Items (..),+    newPublicDelegatedPrefixAggregatedList_Items,++    -- ** PublicDelegatedPrefixAggregatedList_Warning+    PublicDelegatedPrefixAggregatedList_Warning (..),+    newPublicDelegatedPrefixAggregatedList_Warning,++    -- ** PublicDelegatedPrefixAggregatedList_Warning_Code+    PublicDelegatedPrefixAggregatedList_Warning_Code (..),++    -- ** PublicDelegatedPrefixAggregatedList_Warning_DataItem+    PublicDelegatedPrefixAggregatedList_Warning_DataItem (..),+    newPublicDelegatedPrefixAggregatedList_Warning_DataItem,++    -- ** PublicDelegatedPrefixList+    PublicDelegatedPrefixList (..),+    newPublicDelegatedPrefixList,++    -- ** PublicDelegatedPrefixList_Warning+    PublicDelegatedPrefixList_Warning (..),+    newPublicDelegatedPrefixList_Warning,++    -- ** PublicDelegatedPrefixList_Warning_Code+    PublicDelegatedPrefixList_Warning_Code (..),++    -- ** PublicDelegatedPrefixList_Warning_DataItem+    PublicDelegatedPrefixList_Warning_DataItem (..),+    newPublicDelegatedPrefixList_Warning_DataItem,++    -- ** PublicDelegatedPrefixPublicDelegatedSubPrefix+    PublicDelegatedPrefixPublicDelegatedSubPrefix (..),+    newPublicDelegatedPrefixPublicDelegatedSubPrefix,++    -- ** PublicDelegatedPrefixPublicDelegatedSubPrefix_Mode+    PublicDelegatedPrefixPublicDelegatedSubPrefix_Mode (..),++    -- ** PublicDelegatedPrefixPublicDelegatedSubPrefix_Status+    PublicDelegatedPrefixPublicDelegatedSubPrefix_Status (..),++    -- ** PublicDelegatedPrefixesScopedList+    PublicDelegatedPrefixesScopedList (..),+    newPublicDelegatedPrefixesScopedList,++    -- ** PublicDelegatedPrefixesScopedList_Warning+    PublicDelegatedPrefixesScopedList_Warning (..),+    newPublicDelegatedPrefixesScopedList_Warning,++    -- ** PublicDelegatedPrefixesScopedList_Warning_Code+    PublicDelegatedPrefixesScopedList_Warning_Code (..),++    -- ** PublicDelegatedPrefixesScopedList_Warning_DataItem+    PublicDelegatedPrefixesScopedList_Warning_DataItem (..),+    newPublicDelegatedPrefixesScopedList_Warning_DataItem,++    -- ** Quota+    Quota (..),+    newQuota,++    -- ** Quota_Metric+    Quota_Metric (..),++    -- ** QuotaExceededInfo+    QuotaExceededInfo (..),+    newQuotaExceededInfo,++    -- ** QuotaExceededInfo_Dimensions+    QuotaExceededInfo_Dimensions (..),+    newQuotaExceededInfo_Dimensions,++    -- ** QuotaExceededInfo_RolloutStatus+    QuotaExceededInfo_RolloutStatus (..),++    -- ** Reference+    Reference (..),+    newReference,++    -- ** Region+    Region (..),+    newRegion,++    -- ** Region_QuotaStatusWarning+    Region_QuotaStatusWarning (..),+    newRegion_QuotaStatusWarning,++    -- ** Region_QuotaStatusWarning_Code+    Region_QuotaStatusWarning_Code (..),++    -- ** Region_QuotaStatusWarning_DataItem+    Region_QuotaStatusWarning_DataItem (..),+    newRegion_QuotaStatusWarning_DataItem,++    -- ** Region_Status+    Region_Status (..),++    -- ** RegionAddressesMoveRequest+    RegionAddressesMoveRequest (..),+    newRegionAddressesMoveRequest,++    -- ** RegionAutoscalerList+    RegionAutoscalerList (..),+    newRegionAutoscalerList,++    -- ** RegionAutoscalerList_Warning+    RegionAutoscalerList_Warning (..),+    newRegionAutoscalerList_Warning,++    -- ** RegionAutoscalerList_Warning_Code+    RegionAutoscalerList_Warning_Code (..),++    -- ** RegionAutoscalerList_Warning_DataItem+    RegionAutoscalerList_Warning_DataItem (..),+    newRegionAutoscalerList_Warning_DataItem,++    -- ** RegionDiskTypeList+    RegionDiskTypeList (..),+    newRegionDiskTypeList,++    -- ** RegionDiskTypeList_Warning+    RegionDiskTypeList_Warning (..),+    newRegionDiskTypeList_Warning,++    -- ** RegionDiskTypeList_Warning_Code+    RegionDiskTypeList_Warning_Code (..),++    -- ** RegionDiskTypeList_Warning_DataItem+    RegionDiskTypeList_Warning_DataItem (..),+    newRegionDiskTypeList_Warning_DataItem,++    -- ** RegionDisksAddResourcePoliciesRequest+    RegionDisksAddResourcePoliciesRequest (..),+    newRegionDisksAddResourcePoliciesRequest,++    -- ** RegionDisksRemoveResourcePoliciesRequest+    RegionDisksRemoveResourcePoliciesRequest (..),+    newRegionDisksRemoveResourcePoliciesRequest,++    -- ** RegionDisksResizeRequest+    RegionDisksResizeRequest (..),+    newRegionDisksResizeRequest,++    -- ** RegionDisksStartAsyncReplicationRequest+    RegionDisksStartAsyncReplicationRequest (..),+    newRegionDisksStartAsyncReplicationRequest,++    -- ** RegionInstanceGroupList+    RegionInstanceGroupList (..),+    newRegionInstanceGroupList,++    -- ** RegionInstanceGroupList_Warning+    RegionInstanceGroupList_Warning (..),+    newRegionInstanceGroupList_Warning,++    -- ** RegionInstanceGroupList_Warning_Code+    RegionInstanceGroupList_Warning_Code (..),++    -- ** RegionInstanceGroupList_Warning_DataItem+    RegionInstanceGroupList_Warning_DataItem (..),+    newRegionInstanceGroupList_Warning_DataItem,++    -- ** RegionInstanceGroupManagerDeleteInstanceConfigReq+    RegionInstanceGroupManagerDeleteInstanceConfigReq (..),+    newRegionInstanceGroupManagerDeleteInstanceConfigReq,++    -- ** RegionInstanceGroupManagerList+    RegionInstanceGroupManagerList (..),+    newRegionInstanceGroupManagerList,++    -- ** RegionInstanceGroupManagerList_Warning+    RegionInstanceGroupManagerList_Warning (..),+    newRegionInstanceGroupManagerList_Warning,++    -- ** RegionInstanceGroupManagerList_Warning_Code+    RegionInstanceGroupManagerList_Warning_Code (..),++    -- ** RegionInstanceGroupManagerList_Warning_DataItem+    RegionInstanceGroupManagerList_Warning_DataItem (..),+    newRegionInstanceGroupManagerList_Warning_DataItem,++    -- ** RegionInstanceGroupManagerPatchInstanceConfigReq+    RegionInstanceGroupManagerPatchInstanceConfigReq (..),+    newRegionInstanceGroupManagerPatchInstanceConfigReq,++    -- ** RegionInstanceGroupManagerUpdateInstanceConfigReq+    RegionInstanceGroupManagerUpdateInstanceConfigReq (..),+    newRegionInstanceGroupManagerUpdateInstanceConfigReq,++    -- ** RegionInstanceGroupManagersAbandonInstancesRequest+    RegionInstanceGroupManagersAbandonInstancesRequest (..),+    newRegionInstanceGroupManagersAbandonInstancesRequest,++    -- ** RegionInstanceGroupManagersApplyUpdatesRequest+    RegionInstanceGroupManagersApplyUpdatesRequest (..),+    newRegionInstanceGroupManagersApplyUpdatesRequest,++    -- ** RegionInstanceGroupManagersApplyUpdatesRequest_MinimalAction+    RegionInstanceGroupManagersApplyUpdatesRequest_MinimalAction (..),++    -- ** RegionInstanceGroupManagersApplyUpdatesRequest_MostDisruptiveAllowedAction+    RegionInstanceGroupManagersApplyUpdatesRequest_MostDisruptiveAllowedAction (..),++    -- ** RegionInstanceGroupManagersCreateInstancesRequest+    RegionInstanceGroupManagersCreateInstancesRequest (..),+    newRegionInstanceGroupManagersCreateInstancesRequest,++    -- ** RegionInstanceGroupManagersDeleteInstancesRequest+    RegionInstanceGroupManagersDeleteInstancesRequest (..),+    newRegionInstanceGroupManagersDeleteInstancesRequest,++    -- ** RegionInstanceGroupManagersListErrorsResponse+    RegionInstanceGroupManagersListErrorsResponse (..),+    newRegionInstanceGroupManagersListErrorsResponse,++    -- ** RegionInstanceGroupManagersListInstanceConfigsResp+    RegionInstanceGroupManagersListInstanceConfigsResp (..),+    newRegionInstanceGroupManagersListInstanceConfigsResp,++    -- ** RegionInstanceGroupManagersListInstanceConfigsResp_Warning+    RegionInstanceGroupManagersListInstanceConfigsResp_Warning (..),+    newRegionInstanceGroupManagersListInstanceConfigsResp_Warning,++    -- ** RegionInstanceGroupManagersListInstanceConfigsResp_Warning_Code+    RegionInstanceGroupManagersListInstanceConfigsResp_Warning_Code (..),++    -- ** RegionInstanceGroupManagersListInstanceConfigsResp_Warning_DataItem+    RegionInstanceGroupManagersListInstanceConfigsResp_Warning_DataItem (..),+    newRegionInstanceGroupManagersListInstanceConfigsResp_Warning_DataItem,++    -- ** RegionInstanceGroupManagersListInstancesResponse+    RegionInstanceGroupManagersListInstancesResponse (..),+    newRegionInstanceGroupManagersListInstancesResponse,++    -- ** RegionInstanceGroupManagersRecreateRequest+    RegionInstanceGroupManagersRecreateRequest (..),+    newRegionInstanceGroupManagersRecreateRequest,++    -- ** RegionInstanceGroupManagersResumeInstancesRequest+    RegionInstanceGroupManagersResumeInstancesRequest (..),+    newRegionInstanceGroupManagersResumeInstancesRequest,++    -- ** RegionInstanceGroupManagersSetTargetPoolsRequest+    RegionInstanceGroupManagersSetTargetPoolsRequest (..),+    newRegionInstanceGroupManagersSetTargetPoolsRequest,++    -- ** RegionInstanceGroupManagersSetTemplateRequest+    RegionInstanceGroupManagersSetTemplateRequest (..),+    newRegionInstanceGroupManagersSetTemplateRequest,++    -- ** RegionInstanceGroupManagersStartInstancesRequest+    RegionInstanceGroupManagersStartInstancesRequest (..),+    newRegionInstanceGroupManagersStartInstancesRequest,++    -- ** RegionInstanceGroupManagersStopInstancesRequest+    RegionInstanceGroupManagersStopInstancesRequest (..),+    newRegionInstanceGroupManagersStopInstancesRequest,++    -- ** RegionInstanceGroupManagersSuspendInstancesRequest+    RegionInstanceGroupManagersSuspendInstancesRequest (..),+    newRegionInstanceGroupManagersSuspendInstancesRequest,++    -- ** RegionInstanceGroupsListInstances+    RegionInstanceGroupsListInstances (..),+    newRegionInstanceGroupsListInstances,++    -- ** RegionInstanceGroupsListInstances_Warning+    RegionInstanceGroupsListInstances_Warning (..),+    newRegionInstanceGroupsListInstances_Warning,++    -- ** RegionInstanceGroupsListInstances_Warning_Code+    RegionInstanceGroupsListInstances_Warning_Code (..),++    -- ** RegionInstanceGroupsListInstances_Warning_DataItem+    RegionInstanceGroupsListInstances_Warning_DataItem (..),+    newRegionInstanceGroupsListInstances_Warning_DataItem,++    -- ** RegionInstanceGroupsListInstancesRequest+    RegionInstanceGroupsListInstancesRequest (..),+    newRegionInstanceGroupsListInstancesRequest,++    -- ** RegionInstanceGroupsListInstancesRequest_InstanceState+    RegionInstanceGroupsListInstancesRequest_InstanceState (..),++    -- ** RegionInstanceGroupsSetNamedPortsRequest+    RegionInstanceGroupsSetNamedPortsRequest (..),+    newRegionInstanceGroupsSetNamedPortsRequest,++    -- ** RegionList+    RegionList (..),+    newRegionList,++    -- ** RegionList_Warning+    RegionList_Warning (..),+    newRegionList_Warning,++    -- ** RegionList_Warning_Code+    RegionList_Warning_Code (..),++    -- ** RegionList_Warning_DataItem+    RegionList_Warning_DataItem (..),+    newRegionList_Warning_DataItem,++    -- ** RegionNetworkEndpointGroupsAttachEndpointsRequest+    RegionNetworkEndpointGroupsAttachEndpointsRequest (..),+    newRegionNetworkEndpointGroupsAttachEndpointsRequest,++    -- ** RegionNetworkEndpointGroupsDetachEndpointsRequest+    RegionNetworkEndpointGroupsDetachEndpointsRequest (..),+    newRegionNetworkEndpointGroupsDetachEndpointsRequest,++    -- ** RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponse+    RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponse (..),+    newRegionNetworkFirewallPoliciesGetEffectiveFirewallsResponse,++    -- ** RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy+    RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy (..),+    newRegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy,++    -- ** RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy_Type+    RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy_Type (..),++    -- ** RegionSetLabelsRequest+    RegionSetLabelsRequest (..),+    newRegionSetLabelsRequest,++    -- ** RegionSetLabelsRequest_Labels+    RegionSetLabelsRequest_Labels (..),+    newRegionSetLabelsRequest_Labels,++    -- ** RegionSetPolicyRequest+    RegionSetPolicyRequest (..),+    newRegionSetPolicyRequest,++    -- ** RegionTargetHttpsProxiesSetSslCertificatesRequest+    RegionTargetHttpsProxiesSetSslCertificatesRequest (..),+    newRegionTargetHttpsProxiesSetSslCertificatesRequest,++    -- ** RegionUrlMapsValidateRequest+    RegionUrlMapsValidateRequest (..),+    newRegionUrlMapsValidateRequest,++    -- ** RequestMirrorPolicy+    RequestMirrorPolicy (..),+    newRequestMirrorPolicy,++    -- ** Reservation+    Reservation (..),+    newReservation,++    -- ** Reservation_ResourcePolicies+    Reservation_ResourcePolicies (..),+    newReservation_ResourcePolicies,++    -- ** Reservation_Status+    Reservation_Status (..),++    -- ** ReservationAffinity+    ReservationAffinity (..),+    newReservationAffinity,++    -- ** ReservationAffinity_ConsumeReservationType+    ReservationAffinity_ConsumeReservationType (..),++    -- ** ReservationAggregatedList+    ReservationAggregatedList (..),+    newReservationAggregatedList,++    -- ** ReservationAggregatedList_Items+    ReservationAggregatedList_Items (..),+    newReservationAggregatedList_Items,++    -- ** ReservationAggregatedList_Warning+    ReservationAggregatedList_Warning (..),+    newReservationAggregatedList_Warning,++    -- ** ReservationAggregatedList_Warning_Code+    ReservationAggregatedList_Warning_Code (..),++    -- ** ReservationAggregatedList_Warning_DataItem+    ReservationAggregatedList_Warning_DataItem (..),+    newReservationAggregatedList_Warning_DataItem,++    -- ** ReservationList+    ReservationList (..),+    newReservationList,++    -- ** ReservationList_Warning+    ReservationList_Warning (..),+    newReservationList_Warning,++    -- ** ReservationList_Warning_Code+    ReservationList_Warning_Code (..),++    -- ** ReservationList_Warning_DataItem+    ReservationList_Warning_DataItem (..),+    newReservationList_Warning_DataItem,++    -- ** ReservationsResizeRequest+    ReservationsResizeRequest (..),+    newReservationsResizeRequest,++    -- ** ReservationsScopedList+    ReservationsScopedList (..),+    newReservationsScopedList,++    -- ** ReservationsScopedList_Warning+    ReservationsScopedList_Warning (..),+    newReservationsScopedList_Warning,++    -- ** ReservationsScopedList_Warning_Code+    ReservationsScopedList_Warning_Code (..),++    -- ** ReservationsScopedList_Warning_DataItem+    ReservationsScopedList_Warning_DataItem (..),+    newReservationsScopedList_Warning_DataItem,++    -- ** ResourceCommitment+    ResourceCommitment (..),+    newResourceCommitment,++    -- ** ResourceCommitment_Type+    ResourceCommitment_Type (..),++    -- ** ResourceGroupReference+    ResourceGroupReference (..),+    newResourceGroupReference,++    -- ** ResourcePoliciesScopedList+    ResourcePoliciesScopedList (..),+    newResourcePoliciesScopedList,++    -- ** ResourcePoliciesScopedList_Warning+    ResourcePoliciesScopedList_Warning (..),+    newResourcePoliciesScopedList_Warning,++    -- ** ResourcePoliciesScopedList_Warning_Code+    ResourcePoliciesScopedList_Warning_Code (..),++    -- ** ResourcePoliciesScopedList_Warning_DataItem+    ResourcePoliciesScopedList_Warning_DataItem (..),+    newResourcePoliciesScopedList_Warning_DataItem,++    -- ** ResourcePolicy+    ResourcePolicy (..),+    newResourcePolicy,++    -- ** ResourcePolicy_Status+    ResourcePolicy_Status (..),++    -- ** ResourcePolicyAggregatedList+    ResourcePolicyAggregatedList (..),+    newResourcePolicyAggregatedList,++    -- ** ResourcePolicyAggregatedList_Items+    ResourcePolicyAggregatedList_Items (..),+    newResourcePolicyAggregatedList_Items,++    -- ** ResourcePolicyAggregatedList_Warning+    ResourcePolicyAggregatedList_Warning (..),+    newResourcePolicyAggregatedList_Warning,++    -- ** ResourcePolicyAggregatedList_Warning_Code+    ResourcePolicyAggregatedList_Warning_Code (..),++    -- ** ResourcePolicyAggregatedList_Warning_DataItem+    ResourcePolicyAggregatedList_Warning_DataItem (..),+    newResourcePolicyAggregatedList_Warning_DataItem,++    -- ** ResourcePolicyDailyCycle+    ResourcePolicyDailyCycle (..),+    newResourcePolicyDailyCycle,++    -- ** ResourcePolicyDiskConsistencyGroupPolicy+    ResourcePolicyDiskConsistencyGroupPolicy (..),+    newResourcePolicyDiskConsistencyGroupPolicy,++    -- ** ResourcePolicyGroupPlacementPolicy+    ResourcePolicyGroupPlacementPolicy (..),+    newResourcePolicyGroupPlacementPolicy,++    -- ** ResourcePolicyGroupPlacementPolicy_Collocation+    ResourcePolicyGroupPlacementPolicy_Collocation (..),++    -- ** ResourcePolicyHourlyCycle+    ResourcePolicyHourlyCycle (..),+    newResourcePolicyHourlyCycle,++    -- ** ResourcePolicyInstanceSchedulePolicy+    ResourcePolicyInstanceSchedulePolicy (..),+    newResourcePolicyInstanceSchedulePolicy,++    -- ** ResourcePolicyInstanceSchedulePolicySchedule+    ResourcePolicyInstanceSchedulePolicySchedule (..),+    newResourcePolicyInstanceSchedulePolicySchedule,++    -- ** ResourcePolicyList+    ResourcePolicyList (..),+    newResourcePolicyList,++    -- ** ResourcePolicyList_Warning+    ResourcePolicyList_Warning (..),+    newResourcePolicyList_Warning,++    -- ** ResourcePolicyList_Warning_Code+    ResourcePolicyList_Warning_Code (..),++    -- ** ResourcePolicyList_Warning_DataItem+    ResourcePolicyList_Warning_DataItem (..),+    newResourcePolicyList_Warning_DataItem,++    -- ** ResourcePolicyResourceStatus+    ResourcePolicyResourceStatus (..),+    newResourcePolicyResourceStatus,++    -- ** ResourcePolicyResourceStatusInstanceSchedulePolicyStatus+    ResourcePolicyResourceStatusInstanceSchedulePolicyStatus (..),+    newResourcePolicyResourceStatusInstanceSchedulePolicyStatus,++    -- ** ResourcePolicySnapshotSchedulePolicy+    ResourcePolicySnapshotSchedulePolicy (..),+    newResourcePolicySnapshotSchedulePolicy,++    -- ** ResourcePolicySnapshotSchedulePolicyRetentionPolicy+    ResourcePolicySnapshotSchedulePolicyRetentionPolicy (..),+    newResourcePolicySnapshotSchedulePolicyRetentionPolicy,++    -- ** ResourcePolicySnapshotSchedulePolicyRetentionPolicy_OnSourceDiskDelete+    ResourcePolicySnapshotSchedulePolicyRetentionPolicy_OnSourceDiskDelete (..),++    -- ** ResourcePolicySnapshotSchedulePolicySchedule+    ResourcePolicySnapshotSchedulePolicySchedule (..),+    newResourcePolicySnapshotSchedulePolicySchedule,++    -- ** ResourcePolicySnapshotSchedulePolicySnapshotProperties+    ResourcePolicySnapshotSchedulePolicySnapshotProperties (..),+    newResourcePolicySnapshotSchedulePolicySnapshotProperties,++    -- ** ResourcePolicySnapshotSchedulePolicySnapshotProperties_Labels+    ResourcePolicySnapshotSchedulePolicySnapshotProperties_Labels (..),+    newResourcePolicySnapshotSchedulePolicySnapshotProperties_Labels,++    -- ** ResourcePolicyWeeklyCycle+    ResourcePolicyWeeklyCycle (..),+    newResourcePolicyWeeklyCycle,++    -- ** ResourcePolicyWeeklyCycleDayOfWeek+    ResourcePolicyWeeklyCycleDayOfWeek (..),+    newResourcePolicyWeeklyCycleDayOfWeek,++    -- ** ResourcePolicyWeeklyCycleDayOfWeek_Day+    ResourcePolicyWeeklyCycleDayOfWeek_Day (..),++    -- ** ResourceStatus+    ResourceStatus (..),+    newResourceStatus,++    -- ** ResourceStatusScheduling+    ResourceStatusScheduling (..),+    newResourceStatusScheduling,++    -- ** Route+    Route (..),+    newRoute,++    -- ** Route_NextHopOrigin+    Route_NextHopOrigin (..),++    -- ** Route_RouteStatus+    Route_RouteStatus (..),++    -- ** Route_RouteType+    Route_RouteType (..),++    -- ** Route_WarningsItem+    Route_WarningsItem (..),+    newRoute_WarningsItem,++    -- ** Route_WarningsItem_Code+    Route_WarningsItem_Code (..),++    -- ** Route_WarningsItem_DataItem+    Route_WarningsItem_DataItem (..),+    newRoute_WarningsItem_DataItem,++    -- ** RouteAsPath+    RouteAsPath (..),+    newRouteAsPath,++    -- ** RouteAsPath_PathSegmentType+    RouteAsPath_PathSegmentType (..),++    -- ** RouteList+    RouteList (..),+    newRouteList,++    -- ** RouteList_Warning+    RouteList_Warning (..),+    newRouteList_Warning,++    -- ** RouteList_Warning_Code+    RouteList_Warning_Code (..),++    -- ** RouteList_Warning_DataItem+    RouteList_Warning_DataItem (..),+    newRouteList_Warning_DataItem,++    -- ** RoutePolicy+    RoutePolicy (..),+    newRoutePolicy,++    -- ** RoutePolicy_Type+    RoutePolicy_Type (..),++    -- ** RoutePolicyPolicyTerm+    RoutePolicyPolicyTerm (..),+    newRoutePolicyPolicyTerm,++    -- ** Router+    Router (..),+    newRouter,++    -- ** RouterAdvertisedIpRange+    RouterAdvertisedIpRange (..),+    newRouterAdvertisedIpRange,++    -- ** RouterAggregatedList+    RouterAggregatedList (..),+    newRouterAggregatedList,++    -- ** RouterAggregatedList_Items+    RouterAggregatedList_Items (..),+    newRouterAggregatedList_Items,++    -- ** RouterAggregatedList_Warning+    RouterAggregatedList_Warning (..),+    newRouterAggregatedList_Warning,++    -- ** RouterAggregatedList_Warning_Code+    RouterAggregatedList_Warning_Code (..),++    -- ** RouterAggregatedList_Warning_DataItem+    RouterAggregatedList_Warning_DataItem (..),+    newRouterAggregatedList_Warning_DataItem,++    -- ** RouterBgp+    RouterBgp (..),+    newRouterBgp,++    -- ** RouterBgp_AdvertiseMode+    RouterBgp_AdvertiseMode (..),++    -- ** RouterBgp_AdvertisedGroupsItem+    RouterBgp_AdvertisedGroupsItem (..),++    -- ** RouterBgpPeer+    RouterBgpPeer (..),+    newRouterBgpPeer,++    -- ** RouterBgpPeer_AdvertiseMode+    RouterBgpPeer_AdvertiseMode (..),++    -- ** RouterBgpPeer_AdvertisedGroupsItem+    RouterBgpPeer_AdvertisedGroupsItem (..),++    -- ** RouterBgpPeer_Enable+    RouterBgpPeer_Enable (..),++    -- ** RouterBgpPeer_ManagementType+    RouterBgpPeer_ManagementType (..),++    -- ** RouterBgpPeerBfd+    RouterBgpPeerBfd (..),+    newRouterBgpPeerBfd,++    -- ** RouterBgpPeerBfd_SessionInitializationMode+    RouterBgpPeerBfd_SessionInitializationMode (..),++    -- ** RouterBgpPeerCustomLearnedIpRange+    RouterBgpPeerCustomLearnedIpRange (..),+    newRouterBgpPeerCustomLearnedIpRange,++    -- ** RouterInterface+    RouterInterface (..),+    newRouterInterface,++    -- ** RouterInterface_IpVersion+    RouterInterface_IpVersion (..),++    -- ** RouterInterface_ManagementType+    RouterInterface_ManagementType (..),++    -- ** RouterList+    RouterList (..),+    newRouterList,++    -- ** RouterList_Warning+    RouterList_Warning (..),+    newRouterList_Warning,++    -- ** RouterList_Warning_Code+    RouterList_Warning_Code (..),++    -- ** RouterList_Warning_DataItem+    RouterList_Warning_DataItem (..),+    newRouterList_Warning_DataItem,++    -- ** RouterMd5AuthenticationKey+    RouterMd5AuthenticationKey (..),+    newRouterMd5AuthenticationKey,++    -- ** RouterNat+    RouterNat (..),+    newRouterNat,++    -- ** RouterNat_AutoNetworkTier+    RouterNat_AutoNetworkTier (..),++    -- ** RouterNat_EndpointTypesItem+    RouterNat_EndpointTypesItem (..),++    -- ** RouterNat_NatIpAllocateOption+    RouterNat_NatIpAllocateOption (..),++    -- ** RouterNat_SourceSubnetworkIpRangesToNat+    RouterNat_SourceSubnetworkIpRangesToNat (..),++    -- ** RouterNat_Type+    RouterNat_Type (..),++    -- ** RouterNatLogConfig+    RouterNatLogConfig (..),+    newRouterNatLogConfig,++    -- ** RouterNatLogConfig_Filter+    RouterNatLogConfig_Filter (..),++    -- ** RouterNatRule+    RouterNatRule (..),+    newRouterNatRule,++    -- ** RouterNatRuleAction+    RouterNatRuleAction (..),+    newRouterNatRuleAction,++    -- ** RouterNatSubnetworkToNat+    RouterNatSubnetworkToNat (..),+    newRouterNatSubnetworkToNat,++    -- ** RouterNatSubnetworkToNat_SourceIpRangesToNatItem+    RouterNatSubnetworkToNat_SourceIpRangesToNatItem (..),++    -- ** RouterStatus+    RouterStatus (..),+    newRouterStatus,++    -- ** RouterStatusBgpPeerStatus+    RouterStatusBgpPeerStatus (..),+    newRouterStatusBgpPeerStatus,++    -- ** RouterStatusBgpPeerStatus_Status+    RouterStatusBgpPeerStatus_Status (..),++    -- ** RouterStatusBgpPeerStatus_StatusReason+    RouterStatusBgpPeerStatus_StatusReason (..),++    -- ** RouterStatusNatStatus+    RouterStatusNatStatus (..),+    newRouterStatusNatStatus,++    -- ** RouterStatusNatStatusNatRuleStatus+    RouterStatusNatStatusNatRuleStatus (..),+    newRouterStatusNatStatusNatRuleStatus,++    -- ** RouterStatusResponse+    RouterStatusResponse (..),+    newRouterStatusResponse,++    -- ** RoutersGetRoutePolicyResponse+    RoutersGetRoutePolicyResponse (..),+    newRoutersGetRoutePolicyResponse,++    -- ** RoutersListBgpRoutes+    RoutersListBgpRoutes (..),+    newRoutersListBgpRoutes,++    -- ** RoutersListBgpRoutes_Warning+    RoutersListBgpRoutes_Warning (..),+    newRoutersListBgpRoutes_Warning,++    -- ** RoutersListBgpRoutes_Warning_Code+    RoutersListBgpRoutes_Warning_Code (..),++    -- ** RoutersListBgpRoutes_Warning_DataItem+    RoutersListBgpRoutes_Warning_DataItem (..),+    newRoutersListBgpRoutes_Warning_DataItem,++    -- ** RoutersListRoutePolicies+    RoutersListRoutePolicies (..),+    newRoutersListRoutePolicies,++    -- ** RoutersListRoutePolicies_Warning+    RoutersListRoutePolicies_Warning (..),+    newRoutersListRoutePolicies_Warning,++    -- ** RoutersListRoutePolicies_Warning_Code+    RoutersListRoutePolicies_Warning_Code (..),++    -- ** RoutersListRoutePolicies_Warning_DataItem+    RoutersListRoutePolicies_Warning_DataItem (..),+    newRoutersListRoutePolicies_Warning_DataItem,++    -- ** RoutersPreviewResponse+    RoutersPreviewResponse (..),+    newRoutersPreviewResponse,++    -- ** RoutersScopedList+    RoutersScopedList (..),+    newRoutersScopedList,++    -- ** RoutersScopedList_Warning+    RoutersScopedList_Warning (..),+    newRoutersScopedList_Warning,++    -- ** RoutersScopedList_Warning_Code+    RoutersScopedList_Warning_Code (..),++    -- ** RoutersScopedList_Warning_DataItem+    RoutersScopedList_Warning_DataItem (..),+    newRoutersScopedList_Warning_DataItem,++    -- ** SSLHealthCheck+    SSLHealthCheck (..),+    newSSLHealthCheck,++    -- ** SSLHealthCheck_PortSpecification+    SSLHealthCheck_PortSpecification (..),++    -- ** SSLHealthCheck_ProxyHeader+    SSLHealthCheck_ProxyHeader (..),++    -- ** SavedAttachedDisk+    SavedAttachedDisk (..),+    newSavedAttachedDisk,++    -- ** SavedAttachedDisk_Interface+    SavedAttachedDisk_Interface (..),++    -- ** SavedAttachedDisk_Mode+    SavedAttachedDisk_Mode (..),++    -- ** SavedAttachedDisk_StorageBytesStatus+    SavedAttachedDisk_StorageBytesStatus (..),++    -- ** SavedAttachedDisk_Type+    SavedAttachedDisk_Type (..),++    -- ** SavedDisk+    SavedDisk (..),+    newSavedDisk,++    -- ** SavedDisk_Architecture+    SavedDisk_Architecture (..),++    -- ** SavedDisk_StorageBytesStatus+    SavedDisk_StorageBytesStatus (..),++    -- ** ScalingScheduleStatus+    ScalingScheduleStatus (..),+    newScalingScheduleStatus,++    -- ** ScalingScheduleStatus_State+    ScalingScheduleStatus_State (..),++    -- ** Scheduling+    Scheduling (..),+    newScheduling,++    -- ** Scheduling_InstanceTerminationAction+    Scheduling_InstanceTerminationAction (..),++    -- ** Scheduling_OnHostMaintenance+    Scheduling_OnHostMaintenance (..),++    -- ** Scheduling_ProvisioningModel+    Scheduling_ProvisioningModel (..),++    -- ** SchedulingNodeAffinity+    SchedulingNodeAffinity (..),+    newSchedulingNodeAffinity,++    -- ** SchedulingNodeAffinity_Operator+    SchedulingNodeAffinity_Operator (..),++    -- ** SchedulingOnInstanceStopAction+    SchedulingOnInstanceStopAction (..),+    newSchedulingOnInstanceStopAction,++    -- ** Screenshot+    Screenshot (..),+    newScreenshot,++    -- ** SecurityPoliciesAggregatedList+    SecurityPoliciesAggregatedList (..),+    newSecurityPoliciesAggregatedList,++    -- ** SecurityPoliciesAggregatedList_Items+    SecurityPoliciesAggregatedList_Items (..),+    newSecurityPoliciesAggregatedList_Items,++    -- ** SecurityPoliciesAggregatedList_Warning+    SecurityPoliciesAggregatedList_Warning (..),+    newSecurityPoliciesAggregatedList_Warning,++    -- ** SecurityPoliciesAggregatedList_Warning_Code+    SecurityPoliciesAggregatedList_Warning_Code (..),++    -- ** SecurityPoliciesAggregatedList_Warning_DataItem+    SecurityPoliciesAggregatedList_Warning_DataItem (..),+    newSecurityPoliciesAggregatedList_Warning_DataItem,++    -- ** SecurityPoliciesListPreconfiguredExpressionSetsResponse+    SecurityPoliciesListPreconfiguredExpressionSetsResponse (..),+    newSecurityPoliciesListPreconfiguredExpressionSetsResponse,++    -- ** SecurityPoliciesScopedList+    SecurityPoliciesScopedList (..),+    newSecurityPoliciesScopedList,++    -- ** SecurityPoliciesScopedList_Warning+    SecurityPoliciesScopedList_Warning (..),+    newSecurityPoliciesScopedList_Warning,++    -- ** SecurityPoliciesScopedList_Warning_Code+    SecurityPoliciesScopedList_Warning_Code (..),++    -- ** SecurityPoliciesScopedList_Warning_DataItem+    SecurityPoliciesScopedList_Warning_DataItem (..),+    newSecurityPoliciesScopedList_Warning_DataItem,++    -- ** SecurityPoliciesWafConfig+    SecurityPoliciesWafConfig (..),+    newSecurityPoliciesWafConfig,++    -- ** SecurityPolicy+    SecurityPolicy (..),+    newSecurityPolicy,++    -- ** SecurityPolicy_Labels+    SecurityPolicy_Labels (..),+    newSecurityPolicy_Labels,++    -- ** SecurityPolicy_Type+    SecurityPolicy_Type (..),++    -- ** SecurityPolicyAdaptiveProtectionConfig+    SecurityPolicyAdaptiveProtectionConfig (..),+    newSecurityPolicyAdaptiveProtectionConfig,++    -- ** SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig+    SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig (..),+    newSecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig,++    -- ** SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig_RuleVisibility+    SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig_RuleVisibility (..),++    -- ** SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigThresholdConfig+    SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigThresholdConfig (..),+    newSecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigThresholdConfig,++    -- ** SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigThresholdConfigTrafficGranularityConfig+    SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigThresholdConfigTrafficGranularityConfig (..),+    newSecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigThresholdConfigTrafficGranularityConfig,++    -- ** SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigThresholdConfigTrafficGranularityConfig_Type+    SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigThresholdConfigTrafficGranularityConfig_Type (..),++    -- ** SecurityPolicyAdvancedOptionsConfig+    SecurityPolicyAdvancedOptionsConfig (..),+    newSecurityPolicyAdvancedOptionsConfig,++    -- ** SecurityPolicyAdvancedOptionsConfig_JsonParsing+    SecurityPolicyAdvancedOptionsConfig_JsonParsing (..),++    -- ** SecurityPolicyAdvancedOptionsConfig_LogLevel+    SecurityPolicyAdvancedOptionsConfig_LogLevel (..),++    -- ** SecurityPolicyAdvancedOptionsConfigJsonCustomConfig+    SecurityPolicyAdvancedOptionsConfigJsonCustomConfig (..),+    newSecurityPolicyAdvancedOptionsConfigJsonCustomConfig,++    -- ** SecurityPolicyDdosProtectionConfig+    SecurityPolicyDdosProtectionConfig (..),+    newSecurityPolicyDdosProtectionConfig,++    -- ** SecurityPolicyDdosProtectionConfig_DdosProtection+    SecurityPolicyDdosProtectionConfig_DdosProtection (..),++    -- ** SecurityPolicyList+    SecurityPolicyList (..),+    newSecurityPolicyList,++    -- ** SecurityPolicyList_Warning+    SecurityPolicyList_Warning (..),+    newSecurityPolicyList_Warning,++    -- ** SecurityPolicyList_Warning_Code+    SecurityPolicyList_Warning_Code (..),++    -- ** SecurityPolicyList_Warning_DataItem+    SecurityPolicyList_Warning_DataItem (..),+    newSecurityPolicyList_Warning_DataItem,++    -- ** SecurityPolicyRecaptchaOptionsConfig+    SecurityPolicyRecaptchaOptionsConfig (..),+    newSecurityPolicyRecaptchaOptionsConfig,++    -- ** SecurityPolicyReference+    SecurityPolicyReference (..),+    newSecurityPolicyReference,++    -- ** SecurityPolicyRule+    SecurityPolicyRule (..),+    newSecurityPolicyRule,++    -- ** SecurityPolicyRuleHttpHeaderAction+    SecurityPolicyRuleHttpHeaderAction (..),+    newSecurityPolicyRuleHttpHeaderAction,++    -- ** SecurityPolicyRuleHttpHeaderActionHttpHeaderOption+    SecurityPolicyRuleHttpHeaderActionHttpHeaderOption (..),+    newSecurityPolicyRuleHttpHeaderActionHttpHeaderOption,++    -- ** SecurityPolicyRuleMatcher+    SecurityPolicyRuleMatcher (..),+    newSecurityPolicyRuleMatcher,++    -- ** SecurityPolicyRuleMatcher_VersionedExpr+    SecurityPolicyRuleMatcher_VersionedExpr (..),++    -- ** SecurityPolicyRuleMatcherConfig+    SecurityPolicyRuleMatcherConfig (..),+    newSecurityPolicyRuleMatcherConfig,++    -- ** SecurityPolicyRuleMatcherExprOptions+    SecurityPolicyRuleMatcherExprOptions (..),+    newSecurityPolicyRuleMatcherExprOptions,++    -- ** SecurityPolicyRuleMatcherExprOptionsRecaptchaOptions+    SecurityPolicyRuleMatcherExprOptionsRecaptchaOptions (..),+    newSecurityPolicyRuleMatcherExprOptionsRecaptchaOptions,++    -- ** SecurityPolicyRuleNetworkMatcher+    SecurityPolicyRuleNetworkMatcher (..),+    newSecurityPolicyRuleNetworkMatcher,++    -- ** SecurityPolicyRuleNetworkMatcherUserDefinedFieldMatch+    SecurityPolicyRuleNetworkMatcherUserDefinedFieldMatch (..),+    newSecurityPolicyRuleNetworkMatcherUserDefinedFieldMatch,++    -- ** SecurityPolicyRulePreconfiguredWafConfig+    SecurityPolicyRulePreconfiguredWafConfig (..),+    newSecurityPolicyRulePreconfiguredWafConfig,++    -- ** SecurityPolicyRulePreconfiguredWafConfigExclusion+    SecurityPolicyRulePreconfiguredWafConfigExclusion (..),+    newSecurityPolicyRulePreconfiguredWafConfigExclusion,++    -- ** SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams+    SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams (..),+    newSecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams,++    -- ** SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams_Op+    SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams_Op (..),++    -- ** SecurityPolicyRuleRateLimitOptions+    SecurityPolicyRuleRateLimitOptions (..),+    newSecurityPolicyRuleRateLimitOptions,++    -- ** SecurityPolicyRuleRateLimitOptions_EnforceOnKey+    SecurityPolicyRuleRateLimitOptions_EnforceOnKey (..),++    -- ** SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfig+    SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfig (..),+    newSecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfig,++    -- ** SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfig_EnforceOnKeyType+    SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfig_EnforceOnKeyType (..),++    -- ** SecurityPolicyRuleRateLimitOptionsThreshold+    SecurityPolicyRuleRateLimitOptionsThreshold (..),+    newSecurityPolicyRuleRateLimitOptionsThreshold,++    -- ** SecurityPolicyRuleRedirectOptions+    SecurityPolicyRuleRedirectOptions (..),+    newSecurityPolicyRuleRedirectOptions,++    -- ** SecurityPolicyRuleRedirectOptions_Type+    SecurityPolicyRuleRedirectOptions_Type (..),++    -- ** SecurityPolicyUserDefinedField+    SecurityPolicyUserDefinedField (..),+    newSecurityPolicyUserDefinedField,++    -- ** SecurityPolicyUserDefinedField_Base+    SecurityPolicyUserDefinedField_Base (..),++    -- ** SecuritySettings+    SecuritySettings (..),+    newSecuritySettings,++    -- ** SerialPortOutput+    SerialPortOutput (..),+    newSerialPortOutput,++    -- ** ServerBinding+    ServerBinding (..),+    newServerBinding,++    -- ** ServerBinding_Type+    ServerBinding_Type (..),++    -- ** ServiceAccount+    ServiceAccount (..),+    newServiceAccount,++    -- ** ServiceAttachment+    ServiceAttachment (..),+    newServiceAttachment,++    -- ** ServiceAttachment_ConnectionPreference+    ServiceAttachment_ConnectionPreference (..),++    -- ** ServiceAttachmentAggregatedList+    ServiceAttachmentAggregatedList (..),+    newServiceAttachmentAggregatedList,++    -- ** ServiceAttachmentAggregatedList_Items+    ServiceAttachmentAggregatedList_Items (..),+    newServiceAttachmentAggregatedList_Items,++    -- ** ServiceAttachmentAggregatedList_Warning+    ServiceAttachmentAggregatedList_Warning (..),+    newServiceAttachmentAggregatedList_Warning,++    -- ** ServiceAttachmentAggregatedList_Warning_Code+    ServiceAttachmentAggregatedList_Warning_Code (..),++    -- ** ServiceAttachmentAggregatedList_Warning_DataItem+    ServiceAttachmentAggregatedList_Warning_DataItem (..),+    newServiceAttachmentAggregatedList_Warning_DataItem,++    -- ** ServiceAttachmentConnectedEndpoint+    ServiceAttachmentConnectedEndpoint (..),+    newServiceAttachmentConnectedEndpoint,++    -- ** ServiceAttachmentConnectedEndpoint_Status+    ServiceAttachmentConnectedEndpoint_Status (..),++    -- ** ServiceAttachmentConsumerProjectLimit+    ServiceAttachmentConsumerProjectLimit (..),+    newServiceAttachmentConsumerProjectLimit,++    -- ** ServiceAttachmentList+    ServiceAttachmentList (..),+    newServiceAttachmentList,++    -- ** ServiceAttachmentList_Warning+    ServiceAttachmentList_Warning (..),+    newServiceAttachmentList_Warning,++    -- ** ServiceAttachmentList_Warning_Code+    ServiceAttachmentList_Warning_Code (..),++    -- ** ServiceAttachmentList_Warning_DataItem+    ServiceAttachmentList_Warning_DataItem (..),+    newServiceAttachmentList_Warning_DataItem,++    -- ** ServiceAttachmentsScopedList+    ServiceAttachmentsScopedList (..),+    newServiceAttachmentsScopedList,++    -- ** ServiceAttachmentsScopedList_Warning+    ServiceAttachmentsScopedList_Warning (..),+    newServiceAttachmentsScopedList_Warning,++    -- ** ServiceAttachmentsScopedList_Warning_Code+    ServiceAttachmentsScopedList_Warning_Code (..),++    -- ** ServiceAttachmentsScopedList_Warning_DataItem+    ServiceAttachmentsScopedList_Warning_DataItem (..),+    newServiceAttachmentsScopedList_Warning_DataItem,++    -- ** SetCommonInstanceMetadataOperationMetadata+    SetCommonInstanceMetadataOperationMetadata (..),+    newSetCommonInstanceMetadataOperationMetadata,++    -- ** SetCommonInstanceMetadataOperationMetadata_PerLocationOperations+    SetCommonInstanceMetadataOperationMetadata_PerLocationOperations (..),+    newSetCommonInstanceMetadataOperationMetadata_PerLocationOperations,++    -- ** SetCommonInstanceMetadataOperationMetadataPerLocationOperationInfo+    SetCommonInstanceMetadataOperationMetadataPerLocationOperationInfo (..),+    newSetCommonInstanceMetadataOperationMetadataPerLocationOperationInfo,++    -- ** SetCommonInstanceMetadataOperationMetadataPerLocationOperationInfo_State+    SetCommonInstanceMetadataOperationMetadataPerLocationOperationInfo_State (..),++    -- ** ShareSettings+    ShareSettings (..),+    newShareSettings,++    -- ** ShareSettings_ProjectMap+    ShareSettings_ProjectMap (..),+    newShareSettings_ProjectMap,++    -- ** ShareSettings_ShareType+    ShareSettings_ShareType (..),++    -- ** ShareSettingsProjectConfig+    ShareSettingsProjectConfig (..),+    newShareSettingsProjectConfig,++    -- ** ShieldedInstanceConfig+    ShieldedInstanceConfig (..),+    newShieldedInstanceConfig,++    -- ** ShieldedInstanceIdentity+    ShieldedInstanceIdentity (..),+    newShieldedInstanceIdentity,++    -- ** ShieldedInstanceIdentityEntry+    ShieldedInstanceIdentityEntry (..),+    newShieldedInstanceIdentityEntry,++    -- ** ShieldedInstanceIntegrityPolicy+    ShieldedInstanceIntegrityPolicy (..),+    newShieldedInstanceIntegrityPolicy,++    -- ** SignedUrlKey+    SignedUrlKey (..),+    newSignedUrlKey,++    -- ** Snapshot+    Snapshot (..),+    newSnapshot,++    -- ** Snapshot_Architecture+    Snapshot_Architecture (..),++    -- ** Snapshot_Labels+    Snapshot_Labels (..),+    newSnapshot_Labels,++    -- ** Snapshot_SnapshotType+    Snapshot_SnapshotType (..),++    -- ** Snapshot_Status+    Snapshot_Status (..),++    -- ** Snapshot_StorageBytesStatus+    Snapshot_StorageBytesStatus (..),++    -- ** SnapshotList+    SnapshotList (..),+    newSnapshotList,++    -- ** SnapshotList_Warning+    SnapshotList_Warning (..),+    newSnapshotList_Warning,++    -- ** SnapshotList_Warning_Code+    SnapshotList_Warning_Code (..),++    -- ** SnapshotList_Warning_DataItem+    SnapshotList_Warning_DataItem (..),+    newSnapshotList_Warning_DataItem,++    -- ** SnapshotSettings+    SnapshotSettings (..),+    newSnapshotSettings,++    -- ** SnapshotSettingsStorageLocationSettings+    SnapshotSettingsStorageLocationSettings (..),+    newSnapshotSettingsStorageLocationSettings,++    -- ** SnapshotSettingsStorageLocationSettings_Locations+    SnapshotSettingsStorageLocationSettings_Locations (..),+    newSnapshotSettingsStorageLocationSettings_Locations,++    -- ** SnapshotSettingsStorageLocationSettings_Policy+    SnapshotSettingsStorageLocationSettings_Policy (..),++    -- ** SnapshotSettingsStorageLocationSettingsStorageLocationPreference+    SnapshotSettingsStorageLocationSettingsStorageLocationPreference (..),+    newSnapshotSettingsStorageLocationSettingsStorageLocationPreference,++    -- ** SourceDiskEncryptionKey+    SourceDiskEncryptionKey (..),+    newSourceDiskEncryptionKey,++    -- ** SourceInstanceParams+    SourceInstanceParams (..),+    newSourceInstanceParams,++    -- ** SourceInstanceProperties+    SourceInstanceProperties (..),+    newSourceInstanceProperties,++    -- ** SourceInstanceProperties_KeyRevocationActionType+    SourceInstanceProperties_KeyRevocationActionType (..),++    -- ** SourceInstanceProperties_Labels+    SourceInstanceProperties_Labels (..),+    newSourceInstanceProperties_Labels,++    -- ** SslCertificate+    SslCertificate (..),+    newSslCertificate,++    -- ** SslCertificate_Type+    SslCertificate_Type (..),++    -- ** SslCertificateAggregatedList+    SslCertificateAggregatedList (..),+    newSslCertificateAggregatedList,++    -- ** SslCertificateAggregatedList_Items+    SslCertificateAggregatedList_Items (..),+    newSslCertificateAggregatedList_Items,++    -- ** SslCertificateAggregatedList_Warning+    SslCertificateAggregatedList_Warning (..),+    newSslCertificateAggregatedList_Warning,++    -- ** SslCertificateAggregatedList_Warning_Code+    SslCertificateAggregatedList_Warning_Code (..),++    -- ** SslCertificateAggregatedList_Warning_DataItem+    SslCertificateAggregatedList_Warning_DataItem (..),+    newSslCertificateAggregatedList_Warning_DataItem,++    -- ** SslCertificateList+    SslCertificateList (..),+    newSslCertificateList,++    -- ** SslCertificateList_Warning+    SslCertificateList_Warning (..),+    newSslCertificateList_Warning,++    -- ** SslCertificateList_Warning_Code+    SslCertificateList_Warning_Code (..),++    -- ** SslCertificateList_Warning_DataItem+    SslCertificateList_Warning_DataItem (..),+    newSslCertificateList_Warning_DataItem,++    -- ** SslCertificateManagedSslCertificate+    SslCertificateManagedSslCertificate (..),+    newSslCertificateManagedSslCertificate,++    -- ** SslCertificateManagedSslCertificate_DomainStatus+    SslCertificateManagedSslCertificate_DomainStatus (..),+    newSslCertificateManagedSslCertificate_DomainStatus,++    -- ** SslCertificateManagedSslCertificate_DomainStatusAdditional+    SslCertificateManagedSslCertificate_DomainStatusAdditional (..),++    -- ** SslCertificateManagedSslCertificate_Status+    SslCertificateManagedSslCertificate_Status (..),++    -- ** SslCertificateSelfManagedSslCertificate+    SslCertificateSelfManagedSslCertificate (..),+    newSslCertificateSelfManagedSslCertificate,++    -- ** SslCertificatesScopedList+    SslCertificatesScopedList (..),+    newSslCertificatesScopedList,++    -- ** SslCertificatesScopedList_Warning+    SslCertificatesScopedList_Warning (..),+    newSslCertificatesScopedList_Warning,++    -- ** SslCertificatesScopedList_Warning_Code+    SslCertificatesScopedList_Warning_Code (..),++    -- ** SslCertificatesScopedList_Warning_DataItem+    SslCertificatesScopedList_Warning_DataItem (..),+    newSslCertificatesScopedList_Warning_DataItem,++    -- ** SslPoliciesAggregatedList+    SslPoliciesAggregatedList (..),+    newSslPoliciesAggregatedList,++    -- ** SslPoliciesAggregatedList_Items+    SslPoliciesAggregatedList_Items (..),+    newSslPoliciesAggregatedList_Items,++    -- ** SslPoliciesAggregatedList_Warning+    SslPoliciesAggregatedList_Warning (..),+    newSslPoliciesAggregatedList_Warning,++    -- ** SslPoliciesAggregatedList_Warning_Code+    SslPoliciesAggregatedList_Warning_Code (..),++    -- ** SslPoliciesAggregatedList_Warning_DataItem+    SslPoliciesAggregatedList_Warning_DataItem (..),+    newSslPoliciesAggregatedList_Warning_DataItem,++    -- ** SslPoliciesList+    SslPoliciesList (..),+    newSslPoliciesList,++    -- ** SslPoliciesList_Warning+    SslPoliciesList_Warning (..),+    newSslPoliciesList_Warning,++    -- ** SslPoliciesList_Warning_Code+    SslPoliciesList_Warning_Code (..),++    -- ** SslPoliciesList_Warning_DataItem+    SslPoliciesList_Warning_DataItem (..),+    newSslPoliciesList_Warning_DataItem,++    -- ** SslPoliciesListAvailableFeaturesResponse+    SslPoliciesListAvailableFeaturesResponse (..),+    newSslPoliciesListAvailableFeaturesResponse,++    -- ** SslPoliciesScopedList+    SslPoliciesScopedList (..),+    newSslPoliciesScopedList,++    -- ** SslPoliciesScopedList_Warning+    SslPoliciesScopedList_Warning (..),+    newSslPoliciesScopedList_Warning,++    -- ** SslPoliciesScopedList_Warning_Code+    SslPoliciesScopedList_Warning_Code (..),++    -- ** SslPoliciesScopedList_Warning_DataItem+    SslPoliciesScopedList_Warning_DataItem (..),+    newSslPoliciesScopedList_Warning_DataItem,++    -- ** SslPolicy+    SslPolicy (..),+    newSslPolicy,++    -- ** SslPolicy_MinTlsVersion+    SslPolicy_MinTlsVersion (..),++    -- ** SslPolicy_Profile+    SslPolicy_Profile (..),++    -- ** SslPolicy_WarningsItem+    SslPolicy_WarningsItem (..),+    newSslPolicy_WarningsItem,++    -- ** SslPolicy_WarningsItem_Code+    SslPolicy_WarningsItem_Code (..),++    -- ** SslPolicy_WarningsItem_DataItem+    SslPolicy_WarningsItem_DataItem (..),+    newSslPolicy_WarningsItem_DataItem,++    -- ** SslPolicyReference+    SslPolicyReference (..),+    newSslPolicyReference,++    -- ** StatefulPolicy+    StatefulPolicy (..),+    newStatefulPolicy,++    -- ** StatefulPolicyPreservedState+    StatefulPolicyPreservedState (..),+    newStatefulPolicyPreservedState,++    -- ** StatefulPolicyPreservedState_Disks+    StatefulPolicyPreservedState_Disks (..),+    newStatefulPolicyPreservedState_Disks,++    -- ** StatefulPolicyPreservedState_ExternalIPs+    StatefulPolicyPreservedState_ExternalIPs (..),+    newStatefulPolicyPreservedState_ExternalIPs,++    -- ** StatefulPolicyPreservedState_InternalIPs+    StatefulPolicyPreservedState_InternalIPs (..),+    newStatefulPolicyPreservedState_InternalIPs,++    -- ** StatefulPolicyPreservedStateDiskDevice+    StatefulPolicyPreservedStateDiskDevice (..),+    newStatefulPolicyPreservedStateDiskDevice,++    -- ** StatefulPolicyPreservedStateDiskDevice_AutoDelete+    StatefulPolicyPreservedStateDiskDevice_AutoDelete (..),++    -- ** StatefulPolicyPreservedStateNetworkIp+    StatefulPolicyPreservedStateNetworkIp (..),+    newStatefulPolicyPreservedStateNetworkIp,++    -- ** StatefulPolicyPreservedStateNetworkIp_AutoDelete+    StatefulPolicyPreservedStateNetworkIp_AutoDelete (..),++    -- ** Status+    Status (..),+    newStatus,++    -- ** Status_DetailsItem+    Status_DetailsItem (..),+    newStatus_DetailsItem,++    -- ** StoragePool+    StoragePool (..),+    newStoragePool,++    -- ** StoragePool_CapacityProvisioningType+    StoragePool_CapacityProvisioningType (..),++    -- ** StoragePool_Labels+    StoragePool_Labels (..),+    newStoragePool_Labels,++    -- ** StoragePool_PerformanceProvisioningType+    StoragePool_PerformanceProvisioningType (..),++    -- ** StoragePool_State+    StoragePool_State (..),++    -- ** StoragePoolAggregatedList+    StoragePoolAggregatedList (..),+    newStoragePoolAggregatedList,++    -- ** StoragePoolAggregatedList_Items+    StoragePoolAggregatedList_Items (..),+    newStoragePoolAggregatedList_Items,++    -- ** StoragePoolAggregatedList_Warning+    StoragePoolAggregatedList_Warning (..),+    newStoragePoolAggregatedList_Warning,++    -- ** StoragePoolAggregatedList_Warning_Code+    StoragePoolAggregatedList_Warning_Code (..),++    -- ** StoragePoolAggregatedList_Warning_DataItem+    StoragePoolAggregatedList_Warning_DataItem (..),+    newStoragePoolAggregatedList_Warning_DataItem,++    -- ** StoragePoolDisk+    StoragePoolDisk (..),+    newStoragePoolDisk,++    -- ** StoragePoolDisk_Status+    StoragePoolDisk_Status (..),++    -- ** StoragePoolList+    StoragePoolList (..),+    newStoragePoolList,++    -- ** StoragePoolList_Warning+    StoragePoolList_Warning (..),+    newStoragePoolList_Warning,++    -- ** StoragePoolList_Warning_Code+    StoragePoolList_Warning_Code (..),++    -- ** StoragePoolList_Warning_DataItem+    StoragePoolList_Warning_DataItem (..),+    newStoragePoolList_Warning_DataItem,++    -- ** StoragePoolListDisks+    StoragePoolListDisks (..),+    newStoragePoolListDisks,++    -- ** StoragePoolListDisks_Warning+    StoragePoolListDisks_Warning (..),+    newStoragePoolListDisks_Warning,++    -- ** StoragePoolListDisks_Warning_Code+    StoragePoolListDisks_Warning_Code (..),++    -- ** StoragePoolListDisks_Warning_DataItem+    StoragePoolListDisks_Warning_DataItem (..),+    newStoragePoolListDisks_Warning_DataItem,++    -- ** StoragePoolResourceStatus+    StoragePoolResourceStatus (..),+    newStoragePoolResourceStatus,++    -- ** StoragePoolType+    StoragePoolType (..),+    newStoragePoolType,++    -- ** StoragePoolTypeAggregatedList+    StoragePoolTypeAggregatedList (..),+    newStoragePoolTypeAggregatedList,++    -- ** StoragePoolTypeAggregatedList_Items+    StoragePoolTypeAggregatedList_Items (..),+    newStoragePoolTypeAggregatedList_Items,++    -- ** StoragePoolTypeAggregatedList_Warning+    StoragePoolTypeAggregatedList_Warning (..),+    newStoragePoolTypeAggregatedList_Warning,++    -- ** StoragePoolTypeAggregatedList_Warning_Code+    StoragePoolTypeAggregatedList_Warning_Code (..),++    -- ** StoragePoolTypeAggregatedList_Warning_DataItem+    StoragePoolTypeAggregatedList_Warning_DataItem (..),+    newStoragePoolTypeAggregatedList_Warning_DataItem,++    -- ** StoragePoolTypeList+    StoragePoolTypeList (..),+    newStoragePoolTypeList,++    -- ** StoragePoolTypeList_Warning+    StoragePoolTypeList_Warning (..),+    newStoragePoolTypeList_Warning,++    -- ** StoragePoolTypeList_Warning_Code+    StoragePoolTypeList_Warning_Code (..),++    -- ** StoragePoolTypeList_Warning_DataItem+    StoragePoolTypeList_Warning_DataItem (..),+    newStoragePoolTypeList_Warning_DataItem,++    -- ** StoragePoolTypesScopedList+    StoragePoolTypesScopedList (..),+    newStoragePoolTypesScopedList,++    -- ** StoragePoolTypesScopedList_Warning+    StoragePoolTypesScopedList_Warning (..),+    newStoragePoolTypesScopedList_Warning,++    -- ** StoragePoolTypesScopedList_Warning_Code+    StoragePoolTypesScopedList_Warning_Code (..),++    -- ** StoragePoolTypesScopedList_Warning_DataItem+    StoragePoolTypesScopedList_Warning_DataItem (..),+    newStoragePoolTypesScopedList_Warning_DataItem,++    -- ** StoragePoolsScopedList+    StoragePoolsScopedList (..),+    newStoragePoolsScopedList,++    -- ** StoragePoolsScopedList_Warning+    StoragePoolsScopedList_Warning (..),+    newStoragePoolsScopedList_Warning,++    -- ** StoragePoolsScopedList_Warning_Code+    StoragePoolsScopedList_Warning_Code (..),++    -- ** StoragePoolsScopedList_Warning_DataItem+    StoragePoolsScopedList_Warning_DataItem (..),+    newStoragePoolsScopedList_Warning_DataItem,++    -- ** Subnetwork+    Subnetwork (..),+    newSubnetwork,++    -- ** Subnetwork_Ipv6AccessType+    Subnetwork_Ipv6AccessType (..),++    -- ** Subnetwork_PrivateIpv6GoogleAccess+    Subnetwork_PrivateIpv6GoogleAccess (..),++    -- ** Subnetwork_Purpose+    Subnetwork_Purpose (..),++    -- ** Subnetwork_Role+    Subnetwork_Role (..),++    -- ** Subnetwork_StackType+    Subnetwork_StackType (..),++    -- ** Subnetwork_State+    Subnetwork_State (..),++    -- ** SubnetworkAggregatedList+    SubnetworkAggregatedList (..),+    newSubnetworkAggregatedList,++    -- ** SubnetworkAggregatedList_Items+    SubnetworkAggregatedList_Items (..),+    newSubnetworkAggregatedList_Items,++    -- ** SubnetworkAggregatedList_Warning+    SubnetworkAggregatedList_Warning (..),+    newSubnetworkAggregatedList_Warning,++    -- ** SubnetworkAggregatedList_Warning_Code+    SubnetworkAggregatedList_Warning_Code (..),++    -- ** SubnetworkAggregatedList_Warning_DataItem+    SubnetworkAggregatedList_Warning_DataItem (..),+    newSubnetworkAggregatedList_Warning_DataItem,++    -- ** SubnetworkList+    SubnetworkList (..),+    newSubnetworkList,++    -- ** SubnetworkList_Warning+    SubnetworkList_Warning (..),+    newSubnetworkList_Warning,++    -- ** SubnetworkList_Warning_Code+    SubnetworkList_Warning_Code (..),++    -- ** SubnetworkList_Warning_DataItem+    SubnetworkList_Warning_DataItem (..),+    newSubnetworkList_Warning_DataItem,++    -- ** SubnetworkLogConfig+    SubnetworkLogConfig (..),+    newSubnetworkLogConfig,++    -- ** SubnetworkLogConfig_AggregationInterval+    SubnetworkLogConfig_AggregationInterval (..),++    -- ** SubnetworkLogConfig_Metadata+    SubnetworkLogConfig_Metadata (..),++    -- ** SubnetworkSecondaryRange+    SubnetworkSecondaryRange (..),+    newSubnetworkSecondaryRange,++    -- ** SubnetworksExpandIpCidrRangeRequest+    SubnetworksExpandIpCidrRangeRequest (..),+    newSubnetworksExpandIpCidrRangeRequest,++    -- ** SubnetworksScopedList+    SubnetworksScopedList (..),+    newSubnetworksScopedList,++    -- ** SubnetworksScopedList_Warning+    SubnetworksScopedList_Warning (..),+    newSubnetworksScopedList_Warning,++    -- ** SubnetworksScopedList_Warning_Code+    SubnetworksScopedList_Warning_Code (..),++    -- ** SubnetworksScopedList_Warning_DataItem+    SubnetworksScopedList_Warning_DataItem (..),+    newSubnetworksScopedList_Warning_DataItem,++    -- ** SubnetworksSetPrivateIpGoogleAccessRequest+    SubnetworksSetPrivateIpGoogleAccessRequest (..),+    newSubnetworksSetPrivateIpGoogleAccessRequest,++    -- ** Subsetting+    Subsetting (..),+    newSubsetting,++    -- ** Subsetting_Policy+    Subsetting_Policy (..),++    -- ** TCPHealthCheck+    TCPHealthCheck (..),+    newTCPHealthCheck,++    -- ** TCPHealthCheck_PortSpecification+    TCPHealthCheck_PortSpecification (..),++    -- ** TCPHealthCheck_ProxyHeader+    TCPHealthCheck_ProxyHeader (..),++    -- ** Tags+    Tags (..),+    newTags,++    -- ** TargetGrpcProxy+    TargetGrpcProxy (..),+    newTargetGrpcProxy,++    -- ** TargetGrpcProxyList+    TargetGrpcProxyList (..),+    newTargetGrpcProxyList,++    -- ** TargetGrpcProxyList_Warning+    TargetGrpcProxyList_Warning (..),+    newTargetGrpcProxyList_Warning,++    -- ** TargetGrpcProxyList_Warning_Code+    TargetGrpcProxyList_Warning_Code (..),++    -- ** TargetGrpcProxyList_Warning_DataItem+    TargetGrpcProxyList_Warning_DataItem (..),+    newTargetGrpcProxyList_Warning_DataItem,++    -- ** TargetHttpProxiesScopedList+    TargetHttpProxiesScopedList (..),+    newTargetHttpProxiesScopedList,++    -- ** TargetHttpProxiesScopedList_Warning+    TargetHttpProxiesScopedList_Warning (..),+    newTargetHttpProxiesScopedList_Warning,++    -- ** TargetHttpProxiesScopedList_Warning_Code+    TargetHttpProxiesScopedList_Warning_Code (..),++    -- ** TargetHttpProxiesScopedList_Warning_DataItem+    TargetHttpProxiesScopedList_Warning_DataItem (..),+    newTargetHttpProxiesScopedList_Warning_DataItem,++    -- ** TargetHttpProxy+    TargetHttpProxy (..),+    newTargetHttpProxy,++    -- ** TargetHttpProxyAggregatedList+    TargetHttpProxyAggregatedList (..),+    newTargetHttpProxyAggregatedList,++    -- ** TargetHttpProxyAggregatedList_Items+    TargetHttpProxyAggregatedList_Items (..),+    newTargetHttpProxyAggregatedList_Items,++    -- ** TargetHttpProxyList+    TargetHttpProxyList (..),+    newTargetHttpProxyList,++    -- ** TargetHttpProxyList_Warning+    TargetHttpProxyList_Warning (..),+    newTargetHttpProxyList_Warning,++    -- ** TargetHttpProxyList_Warning_Code+    TargetHttpProxyList_Warning_Code (..),++    -- ** TargetHttpProxyList_Warning_DataItem+    TargetHttpProxyList_Warning_DataItem (..),+    newTargetHttpProxyList_Warning_DataItem,++    -- ** TargetHttpsProxiesScopedList+    TargetHttpsProxiesScopedList (..),+    newTargetHttpsProxiesScopedList,++    -- ** TargetHttpsProxiesScopedList_Warning+    TargetHttpsProxiesScopedList_Warning (..),+    newTargetHttpsProxiesScopedList_Warning,++    -- ** TargetHttpsProxiesScopedList_Warning_Code+    TargetHttpsProxiesScopedList_Warning_Code (..),++    -- ** TargetHttpsProxiesScopedList_Warning_DataItem+    TargetHttpsProxiesScopedList_Warning_DataItem (..),+    newTargetHttpsProxiesScopedList_Warning_DataItem,++    -- ** TargetHttpsProxiesSetCertificateMapRequest+    TargetHttpsProxiesSetCertificateMapRequest (..),+    newTargetHttpsProxiesSetCertificateMapRequest,++    -- ** TargetHttpsProxiesSetQuicOverrideRequest+    TargetHttpsProxiesSetQuicOverrideRequest (..),+    newTargetHttpsProxiesSetQuicOverrideRequest,++    -- ** TargetHttpsProxiesSetQuicOverrideRequest_QuicOverride+    TargetHttpsProxiesSetQuicOverrideRequest_QuicOverride (..),++    -- ** TargetHttpsProxiesSetSslCertificatesRequest+    TargetHttpsProxiesSetSslCertificatesRequest (..),+    newTargetHttpsProxiesSetSslCertificatesRequest,++    -- ** TargetHttpsProxy+    TargetHttpsProxy (..),+    newTargetHttpsProxy,++    -- ** TargetHttpsProxy_QuicOverride+    TargetHttpsProxy_QuicOverride (..),++    -- ** TargetHttpsProxy_TlsEarlyData+    TargetHttpsProxy_TlsEarlyData (..),++    -- ** TargetHttpsProxyAggregatedList+    TargetHttpsProxyAggregatedList (..),+    newTargetHttpsProxyAggregatedList,++    -- ** TargetHttpsProxyAggregatedList_Items+    TargetHttpsProxyAggregatedList_Items (..),+    newTargetHttpsProxyAggregatedList_Items,++    -- ** TargetHttpsProxyAggregatedList_Warning+    TargetHttpsProxyAggregatedList_Warning (..),+    newTargetHttpsProxyAggregatedList_Warning,++    -- ** TargetHttpsProxyAggregatedList_Warning_Code+    TargetHttpsProxyAggregatedList_Warning_Code (..),++    -- ** TargetHttpsProxyAggregatedList_Warning_DataItem+    TargetHttpsProxyAggregatedList_Warning_DataItem (..),+    newTargetHttpsProxyAggregatedList_Warning_DataItem,++    -- ** TargetHttpsProxyList+    TargetHttpsProxyList (..),+    newTargetHttpsProxyList,++    -- ** TargetHttpsProxyList_Warning+    TargetHttpsProxyList_Warning (..),+    newTargetHttpsProxyList_Warning,++    -- ** TargetHttpsProxyList_Warning_Code+    TargetHttpsProxyList_Warning_Code (..),++    -- ** TargetHttpsProxyList_Warning_DataItem+    TargetHttpsProxyList_Warning_DataItem (..),+    newTargetHttpsProxyList_Warning_DataItem,++    -- ** TargetInstance+    TargetInstance (..),+    newTargetInstance,++    -- ** TargetInstance_NatPolicy+    TargetInstance_NatPolicy (..),++    -- ** TargetInstanceAggregatedList+    TargetInstanceAggregatedList (..),+    newTargetInstanceAggregatedList,++    -- ** TargetInstanceAggregatedList_Items+    TargetInstanceAggregatedList_Items (..),+    newTargetInstanceAggregatedList_Items,++    -- ** TargetInstanceAggregatedList_Warning+    TargetInstanceAggregatedList_Warning (..),+    newTargetInstanceAggregatedList_Warning,++    -- ** TargetInstanceAggregatedList_Warning_Code+    TargetInstanceAggregatedList_Warning_Code (..),++    -- ** TargetInstanceAggregatedList_Warning_DataItem+    TargetInstanceAggregatedList_Warning_DataItem (..),+    newTargetInstanceAggregatedList_Warning_DataItem,++    -- ** TargetInstanceList+    TargetInstanceList (..),+    newTargetInstanceList,++    -- ** TargetInstanceList_Warning+    TargetInstanceList_Warning (..),+    newTargetInstanceList_Warning,++    -- ** TargetInstanceList_Warning_Code+    TargetInstanceList_Warning_Code (..),++    -- ** TargetInstanceList_Warning_DataItem+    TargetInstanceList_Warning_DataItem (..),+    newTargetInstanceList_Warning_DataItem,++    -- ** TargetInstancesScopedList+    TargetInstancesScopedList (..),+    newTargetInstancesScopedList,++    -- ** TargetInstancesScopedList_Warning+    TargetInstancesScopedList_Warning (..),+    newTargetInstancesScopedList_Warning,++    -- ** TargetInstancesScopedList_Warning_Code+    TargetInstancesScopedList_Warning_Code (..),++    -- ** TargetInstancesScopedList_Warning_DataItem+    TargetInstancesScopedList_Warning_DataItem (..),+    newTargetInstancesScopedList_Warning_DataItem,++    -- ** TargetPool+    TargetPool (..),+    newTargetPool,++    -- ** TargetPool_SessionAffinity+    TargetPool_SessionAffinity (..),++    -- ** TargetPoolAggregatedList+    TargetPoolAggregatedList (..),+    newTargetPoolAggregatedList,++    -- ** TargetPoolAggregatedList_Items+    TargetPoolAggregatedList_Items (..),+    newTargetPoolAggregatedList_Items,++    -- ** TargetPoolAggregatedList_Warning+    TargetPoolAggregatedList_Warning (..),+    newTargetPoolAggregatedList_Warning,++    -- ** TargetPoolAggregatedList_Warning_Code+    TargetPoolAggregatedList_Warning_Code (..),++    -- ** TargetPoolAggregatedList_Warning_DataItem+    TargetPoolAggregatedList_Warning_DataItem (..),+    newTargetPoolAggregatedList_Warning_DataItem,++    -- ** TargetPoolInstanceHealth+    TargetPoolInstanceHealth (..),+    newTargetPoolInstanceHealth,++    -- ** TargetPoolList+    TargetPoolList (..),+    newTargetPoolList,++    -- ** TargetPoolList_Warning+    TargetPoolList_Warning (..),+    newTargetPoolList_Warning,++    -- ** TargetPoolList_Warning_Code+    TargetPoolList_Warning_Code (..),++    -- ** TargetPoolList_Warning_DataItem+    TargetPoolList_Warning_DataItem (..),+    newTargetPoolList_Warning_DataItem,++    -- ** TargetPoolsAddHealthCheckRequest+    TargetPoolsAddHealthCheckRequest (..),+    newTargetPoolsAddHealthCheckRequest,++    -- ** TargetPoolsAddInstanceRequest+    TargetPoolsAddInstanceRequest (..),+    newTargetPoolsAddInstanceRequest,++    -- ** TargetPoolsRemoveHealthCheckRequest+    TargetPoolsRemoveHealthCheckRequest (..),+    newTargetPoolsRemoveHealthCheckRequest,++    -- ** TargetPoolsRemoveInstanceRequest+    TargetPoolsRemoveInstanceRequest (..),+    newTargetPoolsRemoveInstanceRequest,++    -- ** TargetPoolsScopedList+    TargetPoolsScopedList (..),+    newTargetPoolsScopedList,++    -- ** TargetPoolsScopedList_Warning+    TargetPoolsScopedList_Warning (..),+    newTargetPoolsScopedList_Warning,++    -- ** TargetPoolsScopedList_Warning_Code+    TargetPoolsScopedList_Warning_Code (..),++    -- ** TargetPoolsScopedList_Warning_DataItem+    TargetPoolsScopedList_Warning_DataItem (..),+    newTargetPoolsScopedList_Warning_DataItem,++    -- ** TargetReference+    TargetReference (..),+    newTargetReference,++    -- ** TargetSslProxiesSetBackendServiceRequest+    TargetSslProxiesSetBackendServiceRequest (..),+    newTargetSslProxiesSetBackendServiceRequest,++    -- ** TargetSslProxiesSetCertificateMapRequest+    TargetSslProxiesSetCertificateMapRequest (..),+    newTargetSslProxiesSetCertificateMapRequest,++    -- ** TargetSslProxiesSetProxyHeaderRequest+    TargetSslProxiesSetProxyHeaderRequest (..),+    newTargetSslProxiesSetProxyHeaderRequest,++    -- ** TargetSslProxiesSetProxyHeaderRequest_ProxyHeader+    TargetSslProxiesSetProxyHeaderRequest_ProxyHeader (..),++    -- ** TargetSslProxiesSetSslCertificatesRequest+    TargetSslProxiesSetSslCertificatesRequest (..),+    newTargetSslProxiesSetSslCertificatesRequest,++    -- ** TargetSslProxy+    TargetSslProxy (..),+    newTargetSslProxy,++    -- ** TargetSslProxy_ProxyHeader+    TargetSslProxy_ProxyHeader (..),++    -- ** TargetSslProxyList+    TargetSslProxyList (..),+    newTargetSslProxyList,++    -- ** TargetSslProxyList_Warning+    TargetSslProxyList_Warning (..),+    newTargetSslProxyList_Warning,++    -- ** TargetSslProxyList_Warning_Code+    TargetSslProxyList_Warning_Code (..),++    -- ** TargetSslProxyList_Warning_DataItem+    TargetSslProxyList_Warning_DataItem (..),+    newTargetSslProxyList_Warning_DataItem,++    -- ** TargetTcpProxiesScopedList+    TargetTcpProxiesScopedList (..),+    newTargetTcpProxiesScopedList,++    -- ** TargetTcpProxiesScopedList_Warning+    TargetTcpProxiesScopedList_Warning (..),+    newTargetTcpProxiesScopedList_Warning,++    -- ** TargetTcpProxiesScopedList_Warning_Code+    TargetTcpProxiesScopedList_Warning_Code (..),++    -- ** TargetTcpProxiesScopedList_Warning_DataItem+    TargetTcpProxiesScopedList_Warning_DataItem (..),+    newTargetTcpProxiesScopedList_Warning_DataItem,++    -- ** TargetTcpProxiesSetBackendServiceRequest+    TargetTcpProxiesSetBackendServiceRequest (..),+    newTargetTcpProxiesSetBackendServiceRequest,++    -- ** TargetTcpProxiesSetProxyHeaderRequest+    TargetTcpProxiesSetProxyHeaderRequest (..),+    newTargetTcpProxiesSetProxyHeaderRequest,++    -- ** TargetTcpProxiesSetProxyHeaderRequest_ProxyHeader+    TargetTcpProxiesSetProxyHeaderRequest_ProxyHeader (..),++    -- ** TargetTcpProxy+    TargetTcpProxy (..),+    newTargetTcpProxy,++    -- ** TargetTcpProxy_ProxyHeader+    TargetTcpProxy_ProxyHeader (..),++    -- ** TargetTcpProxyAggregatedList+    TargetTcpProxyAggregatedList (..),+    newTargetTcpProxyAggregatedList,++    -- ** TargetTcpProxyAggregatedList_Items+    TargetTcpProxyAggregatedList_Items (..),+    newTargetTcpProxyAggregatedList_Items,++    -- ** TargetTcpProxyAggregatedList_Warning+    TargetTcpProxyAggregatedList_Warning (..),+    newTargetTcpProxyAggregatedList_Warning,++    -- ** TargetTcpProxyAggregatedList_Warning_Code+    TargetTcpProxyAggregatedList_Warning_Code (..),++    -- ** TargetTcpProxyAggregatedList_Warning_DataItem+    TargetTcpProxyAggregatedList_Warning_DataItem (..),+    newTargetTcpProxyAggregatedList_Warning_DataItem,++    -- ** TargetTcpProxyList+    TargetTcpProxyList (..),+    newTargetTcpProxyList,++    -- ** TargetTcpProxyList_Warning+    TargetTcpProxyList_Warning (..),+    newTargetTcpProxyList_Warning,++    -- ** TargetTcpProxyList_Warning_Code+    TargetTcpProxyList_Warning_Code (..),++    -- ** TargetTcpProxyList_Warning_DataItem+    TargetTcpProxyList_Warning_DataItem (..),+    newTargetTcpProxyList_Warning_DataItem,++    -- ** TargetVpnGateway+    TargetVpnGateway (..),+    newTargetVpnGateway,++    -- ** TargetVpnGateway_Labels+    TargetVpnGateway_Labels (..),+    newTargetVpnGateway_Labels,++    -- ** TargetVpnGateway_Status+    TargetVpnGateway_Status (..),++    -- ** TargetVpnGatewayAggregatedList+    TargetVpnGatewayAggregatedList (..),+    newTargetVpnGatewayAggregatedList,++    -- ** TargetVpnGatewayAggregatedList_Items+    TargetVpnGatewayAggregatedList_Items (..),+    newTargetVpnGatewayAggregatedList_Items,++    -- ** TargetVpnGatewayAggregatedList_Warning+    TargetVpnGatewayAggregatedList_Warning (..),+    newTargetVpnGatewayAggregatedList_Warning,++    -- ** TargetVpnGatewayAggregatedList_Warning_Code+    TargetVpnGatewayAggregatedList_Warning_Code (..),++    -- ** TargetVpnGatewayAggregatedList_Warning_DataItem+    TargetVpnGatewayAggregatedList_Warning_DataItem (..),+    newTargetVpnGatewayAggregatedList_Warning_DataItem,++    -- ** TargetVpnGatewayList+    TargetVpnGatewayList (..),+    newTargetVpnGatewayList,++    -- ** TargetVpnGatewayList_Warning+    TargetVpnGatewayList_Warning (..),+    newTargetVpnGatewayList_Warning,++    -- ** TargetVpnGatewayList_Warning_Code+    TargetVpnGatewayList_Warning_Code (..),++    -- ** TargetVpnGatewayList_Warning_DataItem+    TargetVpnGatewayList_Warning_DataItem (..),+    newTargetVpnGatewayList_Warning_DataItem,++    -- ** TargetVpnGatewaysScopedList+    TargetVpnGatewaysScopedList (..),+    newTargetVpnGatewaysScopedList,++    -- ** TargetVpnGatewaysScopedList_Warning+    TargetVpnGatewaysScopedList_Warning (..),+    newTargetVpnGatewaysScopedList_Warning,++    -- ** TargetVpnGatewaysScopedList_Warning_Code+    TargetVpnGatewaysScopedList_Warning_Code (..),++    -- ** TargetVpnGatewaysScopedList_Warning_DataItem+    TargetVpnGatewaysScopedList_Warning_DataItem (..),+    newTargetVpnGatewaysScopedList_Warning_DataItem,++    -- ** TestFailure+    TestFailure (..),+    newTestFailure,++    -- ** TestPermissionsRequest+    TestPermissionsRequest (..),+    newTestPermissionsRequest,++    -- ** TestPermissionsResponse+    TestPermissionsResponse (..),+    newTestPermissionsResponse,++    -- ** Uint128+    Uint128 (..),+    newUint128,++    -- ** UpcomingMaintenance+    UpcomingMaintenance (..),+    newUpcomingMaintenance,++    -- ** UpcomingMaintenance_MaintenanceStatus+    UpcomingMaintenance_MaintenanceStatus (..),++    -- ** UpcomingMaintenance_Type+    UpcomingMaintenance_Type (..),++    -- ** UrlMap+    UrlMap (..),+    newUrlMap,++    -- ** UrlMapList+    UrlMapList (..),+    newUrlMapList,++    -- ** UrlMapList_Warning+    UrlMapList_Warning (..),+    newUrlMapList_Warning,++    -- ** UrlMapList_Warning_Code+    UrlMapList_Warning_Code (..),++    -- ** UrlMapList_Warning_DataItem+    UrlMapList_Warning_DataItem (..),+    newUrlMapList_Warning_DataItem,++    -- ** UrlMapReference+    UrlMapReference (..),+    newUrlMapReference,++    -- ** UrlMapTest+    UrlMapTest (..),+    newUrlMapTest,++    -- ** UrlMapTestHeader+    UrlMapTestHeader (..),+    newUrlMapTestHeader,++    -- ** UrlMapValidationResult+    UrlMapValidationResult (..),+    newUrlMapValidationResult,++    -- ** UrlMapsAggregatedList+    UrlMapsAggregatedList (..),+    newUrlMapsAggregatedList,++    -- ** UrlMapsAggregatedList_Items+    UrlMapsAggregatedList_Items (..),+    newUrlMapsAggregatedList_Items,++    -- ** UrlMapsAggregatedList_Warning+    UrlMapsAggregatedList_Warning (..),+    newUrlMapsAggregatedList_Warning,++    -- ** UrlMapsAggregatedList_Warning_Code+    UrlMapsAggregatedList_Warning_Code (..),++    -- ** UrlMapsAggregatedList_Warning_DataItem+    UrlMapsAggregatedList_Warning_DataItem (..),+    newUrlMapsAggregatedList_Warning_DataItem,++    -- ** UrlMapsScopedList+    UrlMapsScopedList (..),+    newUrlMapsScopedList,++    -- ** UrlMapsScopedList_Warning+    UrlMapsScopedList_Warning (..),+    newUrlMapsScopedList_Warning,++    -- ** UrlMapsScopedList_Warning_Code+    UrlMapsScopedList_Warning_Code (..),++    -- ** UrlMapsScopedList_Warning_DataItem+    UrlMapsScopedList_Warning_DataItem (..),+    newUrlMapsScopedList_Warning_DataItem,++    -- ** UrlMapsValidateRequest+    UrlMapsValidateRequest (..),+    newUrlMapsValidateRequest,++    -- ** UrlMapsValidateRequest_LoadBalancingSchemesItem+    UrlMapsValidateRequest_LoadBalancingSchemesItem (..),++    -- ** UrlMapsValidateResponse+    UrlMapsValidateResponse (..),+    newUrlMapsValidateResponse,++    -- ** UrlRewrite+    UrlRewrite (..),+    newUrlRewrite,++    -- ** UsableSubnetwork+    UsableSubnetwork (..),+    newUsableSubnetwork,++    -- ** UsableSubnetwork_Ipv6AccessType+    UsableSubnetwork_Ipv6AccessType (..),++    -- ** UsableSubnetwork_Purpose+    UsableSubnetwork_Purpose (..),++    -- ** UsableSubnetwork_Role+    UsableSubnetwork_Role (..),++    -- ** UsableSubnetwork_StackType+    UsableSubnetwork_StackType (..),++    -- ** UsableSubnetworkSecondaryRange+    UsableSubnetworkSecondaryRange (..),+    newUsableSubnetworkSecondaryRange,++    -- ** UsableSubnetworksAggregatedList+    UsableSubnetworksAggregatedList (..),+    newUsableSubnetworksAggregatedList,++    -- ** UsableSubnetworksAggregatedList_Warning+    UsableSubnetworksAggregatedList_Warning (..),+    newUsableSubnetworksAggregatedList_Warning,++    -- ** UsableSubnetworksAggregatedList_Warning_Code+    UsableSubnetworksAggregatedList_Warning_Code (..),++    -- ** UsableSubnetworksAggregatedList_Warning_DataItem+    UsableSubnetworksAggregatedList_Warning_DataItem (..),+    newUsableSubnetworksAggregatedList_Warning_DataItem,++    -- ** UsageExportLocation+    UsageExportLocation (..),+    newUsageExportLocation,++    -- ** VmEndpointNatMappings+    VmEndpointNatMappings (..),+    newVmEndpointNatMappings,++    -- ** VmEndpointNatMappingsInterfaceNatMappings+    VmEndpointNatMappingsInterfaceNatMappings (..),+    newVmEndpointNatMappingsInterfaceNatMappings,++    -- ** VmEndpointNatMappingsInterfaceNatMappingsNatRuleMappings+    VmEndpointNatMappingsInterfaceNatMappingsNatRuleMappings (..),+    newVmEndpointNatMappingsInterfaceNatMappingsNatRuleMappings,++    -- ** VmEndpointNatMappingsList+    VmEndpointNatMappingsList (..),+    newVmEndpointNatMappingsList,++    -- ** VmEndpointNatMappingsList_Warning+    VmEndpointNatMappingsList_Warning (..),+    newVmEndpointNatMappingsList_Warning,++    -- ** VmEndpointNatMappingsList_Warning_Code+    VmEndpointNatMappingsList_Warning_Code (..),++    -- ** VmEndpointNatMappingsList_Warning_DataItem+    VmEndpointNatMappingsList_Warning_DataItem (..),+    newVmEndpointNatMappingsList_Warning_DataItem,++    -- ** VpnGateway+    VpnGateway (..),+    newVpnGateway,++    -- ** VpnGateway_GatewayIpVersion+    VpnGateway_GatewayIpVersion (..),++    -- ** VpnGateway_Labels+    VpnGateway_Labels (..),+    newVpnGateway_Labels,++    -- ** VpnGateway_StackType+    VpnGateway_StackType (..),++    -- ** VpnGatewayAggregatedList+    VpnGatewayAggregatedList (..),+    newVpnGatewayAggregatedList,++    -- ** VpnGatewayAggregatedList_Items+    VpnGatewayAggregatedList_Items (..),+    newVpnGatewayAggregatedList_Items,++    -- ** VpnGatewayAggregatedList_Warning+    VpnGatewayAggregatedList_Warning (..),+    newVpnGatewayAggregatedList_Warning,++    -- ** VpnGatewayAggregatedList_Warning_Code+    VpnGatewayAggregatedList_Warning_Code (..),++    -- ** VpnGatewayAggregatedList_Warning_DataItem+    VpnGatewayAggregatedList_Warning_DataItem (..),+    newVpnGatewayAggregatedList_Warning_DataItem,++    -- ** VpnGatewayList+    VpnGatewayList (..),+    newVpnGatewayList,++    -- ** VpnGatewayList_Warning+    VpnGatewayList_Warning (..),+    newVpnGatewayList_Warning,++    -- ** VpnGatewayList_Warning_Code+    VpnGatewayList_Warning_Code (..),++    -- ** VpnGatewayList_Warning_DataItem+    VpnGatewayList_Warning_DataItem (..),+    newVpnGatewayList_Warning_DataItem,++    -- ** VpnGatewayStatus+    VpnGatewayStatus (..),+    newVpnGatewayStatus,++    -- ** VpnGatewayStatusHighAvailabilityRequirementState+    VpnGatewayStatusHighAvailabilityRequirementState (..),+    newVpnGatewayStatusHighAvailabilityRequirementState,++    -- ** VpnGatewayStatusHighAvailabilityRequirementState_State+    VpnGatewayStatusHighAvailabilityRequirementState_State (..),++    -- ** VpnGatewayStatusHighAvailabilityRequirementState_UnsatisfiedReason+    VpnGatewayStatusHighAvailabilityRequirementState_UnsatisfiedReason (..),++    -- ** VpnGatewayStatusTunnel+    VpnGatewayStatusTunnel (..),+    newVpnGatewayStatusTunnel,++    -- ** VpnGatewayStatusVpnConnection+    VpnGatewayStatusVpnConnection (..),+    newVpnGatewayStatusVpnConnection,++    -- ** VpnGatewayVpnGatewayInterface+    VpnGatewayVpnGatewayInterface (..),+    newVpnGatewayVpnGatewayInterface,++    -- ** VpnGatewaysGetStatusResponse+    VpnGatewaysGetStatusResponse (..),+    newVpnGatewaysGetStatusResponse,++    -- ** VpnGatewaysScopedList+    VpnGatewaysScopedList (..),+    newVpnGatewaysScopedList,++    -- ** VpnGatewaysScopedList_Warning+    VpnGatewaysScopedList_Warning (..),+    newVpnGatewaysScopedList_Warning,++    -- ** VpnGatewaysScopedList_Warning_Code+    VpnGatewaysScopedList_Warning_Code (..),++    -- ** VpnGatewaysScopedList_Warning_DataItem+    VpnGatewaysScopedList_Warning_DataItem (..),+    newVpnGatewaysScopedList_Warning_DataItem,++    -- ** VpnTunnel+    VpnTunnel (..),+    newVpnTunnel,++    -- ** VpnTunnel_Labels+    VpnTunnel_Labels (..),+    newVpnTunnel_Labels,++    -- ** VpnTunnel_Status+    VpnTunnel_Status (..),++    -- ** VpnTunnelAggregatedList+    VpnTunnelAggregatedList (..),+    newVpnTunnelAggregatedList,++    -- ** VpnTunnelAggregatedList_Items+    VpnTunnelAggregatedList_Items (..),+    newVpnTunnelAggregatedList_Items,++    -- ** VpnTunnelAggregatedList_Warning+    VpnTunnelAggregatedList_Warning (..),+    newVpnTunnelAggregatedList_Warning,++    -- ** VpnTunnelAggregatedList_Warning_Code+    VpnTunnelAggregatedList_Warning_Code (..),++    -- ** VpnTunnelAggregatedList_Warning_DataItem+    VpnTunnelAggregatedList_Warning_DataItem (..),+    newVpnTunnelAggregatedList_Warning_DataItem,++    -- ** VpnTunnelList+    VpnTunnelList (..),+    newVpnTunnelList,++    -- ** VpnTunnelList_Warning+    VpnTunnelList_Warning (..),+    newVpnTunnelList_Warning,++    -- ** VpnTunnelList_Warning_Code+    VpnTunnelList_Warning_Code (..),++    -- ** VpnTunnelList_Warning_DataItem+    VpnTunnelList_Warning_DataItem (..),+    newVpnTunnelList_Warning_DataItem,++    -- ** VpnTunnelsScopedList+    VpnTunnelsScopedList (..),+    newVpnTunnelsScopedList,++    -- ** VpnTunnelsScopedList_Warning+    VpnTunnelsScopedList_Warning (..),+    newVpnTunnelsScopedList_Warning,++    -- ** VpnTunnelsScopedList_Warning_Code+    VpnTunnelsScopedList_Warning_Code (..),++    -- ** VpnTunnelsScopedList_Warning_DataItem+    VpnTunnelsScopedList_Warning_DataItem (..),+    newVpnTunnelsScopedList_Warning_DataItem,++    -- ** WafExpressionSet+    WafExpressionSet (..),+    newWafExpressionSet,++    -- ** WafExpressionSetExpression+    WafExpressionSetExpression (..),+    newWafExpressionSetExpression,++    -- ** WeightedBackendService+    WeightedBackendService (..),+    newWeightedBackendService,++    -- ** XpnHostList+    XpnHostList (..),+    newXpnHostList,++    -- ** XpnHostList_Warning+    XpnHostList_Warning (..),+    newXpnHostList_Warning,++    -- ** XpnHostList_Warning_Code+    XpnHostList_Warning_Code (..),++    -- ** XpnHostList_Warning_DataItem+    XpnHostList_Warning_DataItem (..),+    newXpnHostList_Warning_DataItem,++    -- ** XpnResourceId+    XpnResourceId (..),+    newXpnResourceId,++    -- ** XpnResourceId_Type+    XpnResourceId_Type (..),++    -- ** Zone+    Zone (..),+    newZone,++    -- ** Zone_Status+    Zone_Status (..),++    -- ** ZoneList+    ZoneList (..),+    newZoneList,++    -- ** ZoneList_Warning+    ZoneList_Warning (..),+    newZoneList_Warning,++    -- ** ZoneList_Warning_Code+    ZoneList_Warning_Code (..),++    -- ** ZoneList_Warning_DataItem+    ZoneList_Warning_DataItem (..),+    newZoneList_Warning_DataItem,++    -- ** ZoneSetLabelsRequest+    ZoneSetLabelsRequest (..),+    newZoneSetLabelsRequest,++    -- ** ZoneSetLabelsRequest_Labels+    ZoneSetLabelsRequest_Labels (..),+    newZoneSetLabelsRequest_Labels,++    -- ** ZoneSetPolicyRequest+    ZoneSetPolicyRequest (..),+    newZoneSetPolicyRequest,++    -- ** InstancesUpdateMinimalAction+    InstancesUpdateMinimalAction (..),++    -- ** InstancesUpdateMostDisruptiveAllowedAction+    InstancesUpdateMostDisruptiveAllowedAction (..),++    -- ** NetworksListPeeringRoutesDirection+    NetworksListPeeringRoutesDirection (..),++    -- ** RoutersListBgpRoutesAddressFamily+    RoutersListBgpRoutesAddressFamily (..),++    -- ** RoutersListBgpRoutesRouteType+    RoutersListBgpRoutesRouteType (..),+  )+where++import Gogol.Compute.AcceleratorTypes.AggregatedList+import Gogol.Compute.AcceleratorTypes.Get+import Gogol.Compute.AcceleratorTypes.List+import Gogol.Compute.Addresses.AggregatedList+import Gogol.Compute.Addresses.Delete+import Gogol.Compute.Addresses.Get+import Gogol.Compute.Addresses.Insert+import Gogol.Compute.Addresses.List+import Gogol.Compute.Addresses.Move+import Gogol.Compute.Addresses.SetLabels+import Gogol.Compute.Autoscalers.AggregatedList+import Gogol.Compute.Autoscalers.Delete+import Gogol.Compute.Autoscalers.Get+import Gogol.Compute.Autoscalers.Insert+import Gogol.Compute.Autoscalers.List+import Gogol.Compute.Autoscalers.Patch+import Gogol.Compute.Autoscalers.Update+import Gogol.Compute.BackendBuckets.AddSignedUrlKey+import Gogol.Compute.BackendBuckets.Delete+import Gogol.Compute.BackendBuckets.DeleteSignedUrlKey+import Gogol.Compute.BackendBuckets.Get+import Gogol.Compute.BackendBuckets.GetIamPolicy+import Gogol.Compute.BackendBuckets.Insert+import Gogol.Compute.BackendBuckets.List+import Gogol.Compute.BackendBuckets.Patch+import Gogol.Compute.BackendBuckets.SetEdgeSecurityPolicy+import Gogol.Compute.BackendBuckets.SetIamPolicy+import Gogol.Compute.BackendBuckets.TestIamPermissions+import Gogol.Compute.BackendBuckets.Update+import Gogol.Compute.BackendServices.AddSignedUrlKey+import Gogol.Compute.BackendServices.AggregatedList+import Gogol.Compute.BackendServices.Delete+import Gogol.Compute.BackendServices.DeleteSignedUrlKey+import Gogol.Compute.BackendServices.Get+import Gogol.Compute.BackendServices.GetHealth+import Gogol.Compute.BackendServices.GetIamPolicy+import Gogol.Compute.BackendServices.Insert+import Gogol.Compute.BackendServices.List+import Gogol.Compute.BackendServices.ListUsable+import Gogol.Compute.BackendServices.Patch+import Gogol.Compute.BackendServices.SetEdgeSecurityPolicy+import Gogol.Compute.BackendServices.SetIamPolicy+import Gogol.Compute.BackendServices.SetSecurityPolicy+import Gogol.Compute.BackendServices.TestIamPermissions+import Gogol.Compute.BackendServices.Update+import Gogol.Compute.DiskTypes.AggregatedList+import Gogol.Compute.DiskTypes.Get+import Gogol.Compute.DiskTypes.List+import Gogol.Compute.Disks.AddResourcePolicies+import Gogol.Compute.Disks.AggregatedList+import Gogol.Compute.Disks.BulkInsert+import Gogol.Compute.Disks.CreateSnapshot+import Gogol.Compute.Disks.Delete+import Gogol.Compute.Disks.Get+import Gogol.Compute.Disks.GetIamPolicy+import Gogol.Compute.Disks.Insert+import Gogol.Compute.Disks.List+import Gogol.Compute.Disks.RemoveResourcePolicies+import Gogol.Compute.Disks.Resize+import Gogol.Compute.Disks.SetIamPolicy+import Gogol.Compute.Disks.SetLabels+import Gogol.Compute.Disks.StartAsyncReplication+import Gogol.Compute.Disks.StopAsyncReplication+import Gogol.Compute.Disks.StopGroupAsyncReplication+import Gogol.Compute.Disks.TestIamPermissions+import Gogol.Compute.Disks.Update+import Gogol.Compute.ExternalVpnGateways.Delete+import Gogol.Compute.ExternalVpnGateways.Get+import Gogol.Compute.ExternalVpnGateways.Insert+import Gogol.Compute.ExternalVpnGateways.List+import Gogol.Compute.ExternalVpnGateways.SetLabels+import Gogol.Compute.ExternalVpnGateways.TestIamPermissions+import Gogol.Compute.FirewallPolicies.AddAssociation+import Gogol.Compute.FirewallPolicies.AddRule+import Gogol.Compute.FirewallPolicies.CloneRules+import Gogol.Compute.FirewallPolicies.Delete+import Gogol.Compute.FirewallPolicies.Get+import Gogol.Compute.FirewallPolicies.GetAssociation+import Gogol.Compute.FirewallPolicies.GetIamPolicy+import Gogol.Compute.FirewallPolicies.GetRule+import Gogol.Compute.FirewallPolicies.Insert+import Gogol.Compute.FirewallPolicies.List+import Gogol.Compute.FirewallPolicies.ListAssociations+import Gogol.Compute.FirewallPolicies.Move+import Gogol.Compute.FirewallPolicies.Patch+import Gogol.Compute.FirewallPolicies.PatchRule+import Gogol.Compute.FirewallPolicies.RemoveAssociation+import Gogol.Compute.FirewallPolicies.RemoveRule+import Gogol.Compute.FirewallPolicies.SetIamPolicy+import Gogol.Compute.FirewallPolicies.TestIamPermissions+import Gogol.Compute.Firewalls.Delete+import Gogol.Compute.Firewalls.Get+import Gogol.Compute.Firewalls.Insert+import Gogol.Compute.Firewalls.List+import Gogol.Compute.Firewalls.Patch+import Gogol.Compute.Firewalls.Update+import Gogol.Compute.ForwardingRules.AggregatedList+import Gogol.Compute.ForwardingRules.Delete+import Gogol.Compute.ForwardingRules.Get+import Gogol.Compute.ForwardingRules.Insert+import Gogol.Compute.ForwardingRules.List+import Gogol.Compute.ForwardingRules.Patch+import Gogol.Compute.ForwardingRules.SetLabels+import Gogol.Compute.ForwardingRules.SetTarget+import Gogol.Compute.GlobalAddresses.Delete+import Gogol.Compute.GlobalAddresses.Get+import Gogol.Compute.GlobalAddresses.Insert+import Gogol.Compute.GlobalAddresses.List+import Gogol.Compute.GlobalAddresses.Move+import Gogol.Compute.GlobalAddresses.SetLabels+import Gogol.Compute.GlobalForwardingRules.Delete+import Gogol.Compute.GlobalForwardingRules.Get+import Gogol.Compute.GlobalForwardingRules.Insert+import Gogol.Compute.GlobalForwardingRules.List+import Gogol.Compute.GlobalForwardingRules.Patch+import Gogol.Compute.GlobalForwardingRules.SetLabels+import Gogol.Compute.GlobalForwardingRules.SetTarget+import Gogol.Compute.GlobalNetworkEndpointGroups.AttachNetworkEndpoints+import Gogol.Compute.GlobalNetworkEndpointGroups.Delete+import Gogol.Compute.GlobalNetworkEndpointGroups.DetachNetworkEndpoints+import Gogol.Compute.GlobalNetworkEndpointGroups.Get+import Gogol.Compute.GlobalNetworkEndpointGroups.Insert+import Gogol.Compute.GlobalNetworkEndpointGroups.List+import Gogol.Compute.GlobalNetworkEndpointGroups.ListNetworkEndpoints+import Gogol.Compute.GlobalOperations.AggregatedList+import Gogol.Compute.GlobalOperations.Delete+import Gogol.Compute.GlobalOperations.Get+import Gogol.Compute.GlobalOperations.List+import Gogol.Compute.GlobalOperations.Wait+import Gogol.Compute.GlobalOrganizationOperations.Delete+import Gogol.Compute.GlobalOrganizationOperations.Get+import Gogol.Compute.GlobalOrganizationOperations.List+import Gogol.Compute.GlobalPublicDelegatedPrefixes.Delete+import Gogol.Compute.GlobalPublicDelegatedPrefixes.Get+import Gogol.Compute.GlobalPublicDelegatedPrefixes.Insert+import Gogol.Compute.GlobalPublicDelegatedPrefixes.List+import Gogol.Compute.GlobalPublicDelegatedPrefixes.Patch+import Gogol.Compute.HealthChecks.AggregatedList+import Gogol.Compute.HealthChecks.Delete+import Gogol.Compute.HealthChecks.Get+import Gogol.Compute.HealthChecks.Insert+import Gogol.Compute.HealthChecks.List+import Gogol.Compute.HealthChecks.Patch+import Gogol.Compute.HealthChecks.Update+import Gogol.Compute.HttpHealthChecks.Delete+import Gogol.Compute.HttpHealthChecks.Get+import Gogol.Compute.HttpHealthChecks.Insert+import Gogol.Compute.HttpHealthChecks.List+import Gogol.Compute.HttpHealthChecks.Patch+import Gogol.Compute.HttpHealthChecks.Update+import Gogol.Compute.HttpsHealthChecks.Delete+import Gogol.Compute.HttpsHealthChecks.Get+import Gogol.Compute.HttpsHealthChecks.Insert+import Gogol.Compute.HttpsHealthChecks.List+import Gogol.Compute.HttpsHealthChecks.Patch+import Gogol.Compute.HttpsHealthChecks.Update+import Gogol.Compute.ImageFamilyViews.Get+import Gogol.Compute.Images.Delete+import Gogol.Compute.Images.Deprecate+import Gogol.Compute.Images.Get+import Gogol.Compute.Images.GetFromFamily+import Gogol.Compute.Images.GetIamPolicy+import Gogol.Compute.Images.Insert+import Gogol.Compute.Images.List+import Gogol.Compute.Images.Patch+import Gogol.Compute.Images.SetIamPolicy+import Gogol.Compute.Images.SetLabels+import Gogol.Compute.Images.TestIamPermissions+import Gogol.Compute.InstanceGroupManagerResizeRequests.Cancel+import Gogol.Compute.InstanceGroupManagerResizeRequests.Delete+import Gogol.Compute.InstanceGroupManagerResizeRequests.Get+import Gogol.Compute.InstanceGroupManagerResizeRequests.Insert+import Gogol.Compute.InstanceGroupManagerResizeRequests.List+import Gogol.Compute.InstanceGroupManagers.AbandonInstances+import Gogol.Compute.InstanceGroupManagers.AggregatedList+import Gogol.Compute.InstanceGroupManagers.ApplyUpdatesToInstances+import Gogol.Compute.InstanceGroupManagers.CreateInstances+import Gogol.Compute.InstanceGroupManagers.Delete+import Gogol.Compute.InstanceGroupManagers.DeleteInstances+import Gogol.Compute.InstanceGroupManagers.DeletePerInstanceConfigs+import Gogol.Compute.InstanceGroupManagers.Get+import Gogol.Compute.InstanceGroupManagers.Insert+import Gogol.Compute.InstanceGroupManagers.List+import Gogol.Compute.InstanceGroupManagers.ListErrors+import Gogol.Compute.InstanceGroupManagers.ListManagedInstances+import Gogol.Compute.InstanceGroupManagers.ListPerInstanceConfigs+import Gogol.Compute.InstanceGroupManagers.Patch+import Gogol.Compute.InstanceGroupManagers.PatchPerInstanceConfigs+import Gogol.Compute.InstanceGroupManagers.RecreateInstances+import Gogol.Compute.InstanceGroupManagers.Resize+import Gogol.Compute.InstanceGroupManagers.ResumeInstances+import Gogol.Compute.InstanceGroupManagers.SetInstanceTemplate+import Gogol.Compute.InstanceGroupManagers.SetTargetPools+import Gogol.Compute.InstanceGroupManagers.StartInstances+import Gogol.Compute.InstanceGroupManagers.StopInstances+import Gogol.Compute.InstanceGroupManagers.SuspendInstances+import Gogol.Compute.InstanceGroupManagers.UpdatePerInstanceConfigs+import Gogol.Compute.InstanceGroups.AddInstances+import Gogol.Compute.InstanceGroups.AggregatedList+import Gogol.Compute.InstanceGroups.Delete+import Gogol.Compute.InstanceGroups.Get+import Gogol.Compute.InstanceGroups.Insert+import Gogol.Compute.InstanceGroups.List+import Gogol.Compute.InstanceGroups.ListInstances+import Gogol.Compute.InstanceGroups.RemoveInstances+import Gogol.Compute.InstanceGroups.SetNamedPorts+import Gogol.Compute.InstanceSettings.Get+import Gogol.Compute.InstanceSettings.Patch+import Gogol.Compute.InstanceTemplates.AggregatedList+import Gogol.Compute.InstanceTemplates.Delete+import Gogol.Compute.InstanceTemplates.Get+import Gogol.Compute.InstanceTemplates.GetIamPolicy+import Gogol.Compute.InstanceTemplates.Insert+import Gogol.Compute.InstanceTemplates.List+import Gogol.Compute.InstanceTemplates.SetIamPolicy+import Gogol.Compute.InstanceTemplates.TestIamPermissions+import Gogol.Compute.Instances.AddAccessConfig+import Gogol.Compute.Instances.AddResourcePolicies+import Gogol.Compute.Instances.AggregatedList+import Gogol.Compute.Instances.AttachDisk+import Gogol.Compute.Instances.BulkInsert+import Gogol.Compute.Instances.Delete+import Gogol.Compute.Instances.DeleteAccessConfig+import Gogol.Compute.Instances.DetachDisk+import Gogol.Compute.Instances.Get+import Gogol.Compute.Instances.GetEffectiveFirewalls+import Gogol.Compute.Instances.GetGuestAttributes+import Gogol.Compute.Instances.GetIamPolicy+import Gogol.Compute.Instances.GetScreenshot+import Gogol.Compute.Instances.GetSerialPortOutput+import Gogol.Compute.Instances.GetShieldedInstanceIdentity+import Gogol.Compute.Instances.Insert+import Gogol.Compute.Instances.List+import Gogol.Compute.Instances.ListReferrers+import Gogol.Compute.Instances.PerformMaintenance+import Gogol.Compute.Instances.RemoveResourcePolicies+import Gogol.Compute.Instances.ReportHostAsFaulty+import Gogol.Compute.Instances.Reset+import Gogol.Compute.Instances.Resume+import Gogol.Compute.Instances.SendDiagnosticInterrupt+import Gogol.Compute.Instances.SetDeletionProtection+import Gogol.Compute.Instances.SetDiskAutoDelete+import Gogol.Compute.Instances.SetIamPolicy+import Gogol.Compute.Instances.SetLabels+import Gogol.Compute.Instances.SetMachineResources+import Gogol.Compute.Instances.SetMachineType+import Gogol.Compute.Instances.SetMetadata+import Gogol.Compute.Instances.SetMinCpuPlatform+import Gogol.Compute.Instances.SetName+import Gogol.Compute.Instances.SetScheduling+import Gogol.Compute.Instances.SetSecurityPolicy+import Gogol.Compute.Instances.SetServiceAccount+import Gogol.Compute.Instances.SetShieldedInstanceIntegrityPolicy+import Gogol.Compute.Instances.SetTags+import Gogol.Compute.Instances.SimulateMaintenanceEvent+import Gogol.Compute.Instances.Start+import Gogol.Compute.Instances.StartWithEncryptionKey+import Gogol.Compute.Instances.Stop+import Gogol.Compute.Instances.Suspend+import Gogol.Compute.Instances.TestIamPermissions+import Gogol.Compute.Instances.Update+import Gogol.Compute.Instances.UpdateAccessConfig+import Gogol.Compute.Instances.UpdateDisplayDevice+import Gogol.Compute.Instances.UpdateNetworkInterface+import Gogol.Compute.Instances.UpdateShieldedInstanceConfig+import Gogol.Compute.InstantSnapshots.AggregatedList+import Gogol.Compute.InstantSnapshots.Delete+import Gogol.Compute.InstantSnapshots.Get+import Gogol.Compute.InstantSnapshots.GetIamPolicy+import Gogol.Compute.InstantSnapshots.Insert+import Gogol.Compute.InstantSnapshots.List+import Gogol.Compute.InstantSnapshots.SetIamPolicy+import Gogol.Compute.InstantSnapshots.SetLabels+import Gogol.Compute.InstantSnapshots.TestIamPermissions+import Gogol.Compute.InterconnectAttachments.AggregatedList+import Gogol.Compute.InterconnectAttachments.Delete+import Gogol.Compute.InterconnectAttachments.Get+import Gogol.Compute.InterconnectAttachments.Insert+import Gogol.Compute.InterconnectAttachments.List+import Gogol.Compute.InterconnectAttachments.Patch+import Gogol.Compute.InterconnectAttachments.SetLabels+import Gogol.Compute.InterconnectLocations.Get+import Gogol.Compute.InterconnectLocations.List+import Gogol.Compute.InterconnectRemoteLocations.Get+import Gogol.Compute.InterconnectRemoteLocations.List+import Gogol.Compute.Interconnects.Delete+import Gogol.Compute.Interconnects.Get+import Gogol.Compute.Interconnects.GetDiagnostics+import Gogol.Compute.Interconnects.GetMacsecConfig+import Gogol.Compute.Interconnects.Insert+import Gogol.Compute.Interconnects.List+import Gogol.Compute.Interconnects.Patch+import Gogol.Compute.Interconnects.SetLabels+import Gogol.Compute.LicenseCodes.Get+import Gogol.Compute.LicenseCodes.TestIamPermissions+import Gogol.Compute.Licenses.Delete+import Gogol.Compute.Licenses.Get+import Gogol.Compute.Licenses.GetIamPolicy+import Gogol.Compute.Licenses.Insert+import Gogol.Compute.Licenses.List+import Gogol.Compute.Licenses.SetIamPolicy+import Gogol.Compute.Licenses.TestIamPermissions+import Gogol.Compute.MachineImages.Delete+import Gogol.Compute.MachineImages.Get+import Gogol.Compute.MachineImages.GetIamPolicy+import Gogol.Compute.MachineImages.Insert+import Gogol.Compute.MachineImages.List+import Gogol.Compute.MachineImages.SetIamPolicy+import Gogol.Compute.MachineImages.TestIamPermissions+import Gogol.Compute.MachineTypes.AggregatedList+import Gogol.Compute.MachineTypes.Get+import Gogol.Compute.MachineTypes.List+import Gogol.Compute.NetworkAttachments.AggregatedList+import Gogol.Compute.NetworkAttachments.Delete+import Gogol.Compute.NetworkAttachments.Get+import Gogol.Compute.NetworkAttachments.GetIamPolicy+import Gogol.Compute.NetworkAttachments.Insert+import Gogol.Compute.NetworkAttachments.List+import Gogol.Compute.NetworkAttachments.Patch+import Gogol.Compute.NetworkAttachments.SetIamPolicy+import Gogol.Compute.NetworkAttachments.TestIamPermissions+import Gogol.Compute.NetworkEdgeSecurityServices.AggregatedList+import Gogol.Compute.NetworkEdgeSecurityServices.Delete+import Gogol.Compute.NetworkEdgeSecurityServices.Get+import Gogol.Compute.NetworkEdgeSecurityServices.Insert+import Gogol.Compute.NetworkEdgeSecurityServices.Patch+import Gogol.Compute.NetworkEndpointGroups.AggregatedList+import Gogol.Compute.NetworkEndpointGroups.AttachNetworkEndpoints+import Gogol.Compute.NetworkEndpointGroups.Delete+import Gogol.Compute.NetworkEndpointGroups.DetachNetworkEndpoints+import Gogol.Compute.NetworkEndpointGroups.Get+import Gogol.Compute.NetworkEndpointGroups.Insert+import Gogol.Compute.NetworkEndpointGroups.List+import Gogol.Compute.NetworkEndpointGroups.ListNetworkEndpoints+import Gogol.Compute.NetworkEndpointGroups.TestIamPermissions+import Gogol.Compute.NetworkFirewallPolicies.AddAssociation+import Gogol.Compute.NetworkFirewallPolicies.AddPacketMirroringRule+import Gogol.Compute.NetworkFirewallPolicies.AddRule+import Gogol.Compute.NetworkFirewallPolicies.AggregatedList+import Gogol.Compute.NetworkFirewallPolicies.CloneRules+import Gogol.Compute.NetworkFirewallPolicies.Delete+import Gogol.Compute.NetworkFirewallPolicies.Get+import Gogol.Compute.NetworkFirewallPolicies.GetAssociation+import Gogol.Compute.NetworkFirewallPolicies.GetIamPolicy+import Gogol.Compute.NetworkFirewallPolicies.GetPacketMirroringRule+import Gogol.Compute.NetworkFirewallPolicies.GetRule+import Gogol.Compute.NetworkFirewallPolicies.Insert+import Gogol.Compute.NetworkFirewallPolicies.List+import Gogol.Compute.NetworkFirewallPolicies.Patch+import Gogol.Compute.NetworkFirewallPolicies.PatchPacketMirroringRule+import Gogol.Compute.NetworkFirewallPolicies.PatchRule+import Gogol.Compute.NetworkFirewallPolicies.RemoveAssociation+import Gogol.Compute.NetworkFirewallPolicies.RemovePacketMirroringRule+import Gogol.Compute.NetworkFirewallPolicies.RemoveRule+import Gogol.Compute.NetworkFirewallPolicies.SetIamPolicy+import Gogol.Compute.NetworkFirewallPolicies.TestIamPermissions+import Gogol.Compute.NetworkProfiles.Get+import Gogol.Compute.NetworkProfiles.List+import Gogol.Compute.Networks.AddPeering+import Gogol.Compute.Networks.Delete+import Gogol.Compute.Networks.Get+import Gogol.Compute.Networks.GetEffectiveFirewalls+import Gogol.Compute.Networks.Insert+import Gogol.Compute.Networks.List+import Gogol.Compute.Networks.ListPeeringRoutes+import Gogol.Compute.Networks.Patch+import Gogol.Compute.Networks.RemovePeering+import Gogol.Compute.Networks.SwitchToCustomMode+import Gogol.Compute.Networks.UpdatePeering+import Gogol.Compute.NodeGroups.AddNodes+import Gogol.Compute.NodeGroups.AggregatedList+import Gogol.Compute.NodeGroups.Delete+import Gogol.Compute.NodeGroups.DeleteNodes+import Gogol.Compute.NodeGroups.Get+import Gogol.Compute.NodeGroups.GetIamPolicy+import Gogol.Compute.NodeGroups.Insert+import Gogol.Compute.NodeGroups.List+import Gogol.Compute.NodeGroups.ListNodes+import Gogol.Compute.NodeGroups.Patch+import Gogol.Compute.NodeGroups.PerformMaintenance+import Gogol.Compute.NodeGroups.SetIamPolicy+import Gogol.Compute.NodeGroups.SetNodeTemplate+import Gogol.Compute.NodeGroups.SimulateMaintenanceEvent+import Gogol.Compute.NodeGroups.TestIamPermissions+import Gogol.Compute.NodeTemplates.AggregatedList+import Gogol.Compute.NodeTemplates.Delete+import Gogol.Compute.NodeTemplates.Get+import Gogol.Compute.NodeTemplates.GetIamPolicy+import Gogol.Compute.NodeTemplates.Insert+import Gogol.Compute.NodeTemplates.List+import Gogol.Compute.NodeTemplates.SetIamPolicy+import Gogol.Compute.NodeTemplates.TestIamPermissions+import Gogol.Compute.NodeTypes.AggregatedList+import Gogol.Compute.NodeTypes.Get+import Gogol.Compute.NodeTypes.List+import Gogol.Compute.PacketMirrorings.AggregatedList+import Gogol.Compute.PacketMirrorings.Delete+import Gogol.Compute.PacketMirrorings.Get+import Gogol.Compute.PacketMirrorings.Insert+import Gogol.Compute.PacketMirrorings.List+import Gogol.Compute.PacketMirrorings.Patch+import Gogol.Compute.PacketMirrorings.TestIamPermissions+import Gogol.Compute.Projects.DisableXpnHost+import Gogol.Compute.Projects.DisableXpnResource+import Gogol.Compute.Projects.EnableXpnHost+import Gogol.Compute.Projects.EnableXpnResource+import Gogol.Compute.Projects.Get+import Gogol.Compute.Projects.GetXpnHost+import Gogol.Compute.Projects.GetXpnResources+import Gogol.Compute.Projects.ListXpnHosts+import Gogol.Compute.Projects.MoveDisk+import Gogol.Compute.Projects.MoveInstance+import Gogol.Compute.Projects.SetCloudArmorTier+import Gogol.Compute.Projects.SetCommonInstanceMetadata+import Gogol.Compute.Projects.SetDefaultNetworkTier+import Gogol.Compute.Projects.SetUsageExportBucket+import Gogol.Compute.PublicAdvertisedPrefixes.Announce+import Gogol.Compute.PublicAdvertisedPrefixes.Delete+import Gogol.Compute.PublicAdvertisedPrefixes.Get+import Gogol.Compute.PublicAdvertisedPrefixes.Insert+import Gogol.Compute.PublicAdvertisedPrefixes.List+import Gogol.Compute.PublicAdvertisedPrefixes.Patch+import Gogol.Compute.PublicAdvertisedPrefixes.Withdraw+import Gogol.Compute.PublicDelegatedPrefixes.AggregatedList+import Gogol.Compute.PublicDelegatedPrefixes.Announce+import Gogol.Compute.PublicDelegatedPrefixes.Delete+import Gogol.Compute.PublicDelegatedPrefixes.Get+import Gogol.Compute.PublicDelegatedPrefixes.Insert+import Gogol.Compute.PublicDelegatedPrefixes.List+import Gogol.Compute.PublicDelegatedPrefixes.Patch+import Gogol.Compute.PublicDelegatedPrefixes.Withdraw+import Gogol.Compute.RegionAutoscalers.Delete+import Gogol.Compute.RegionAutoscalers.Get+import Gogol.Compute.RegionAutoscalers.Insert+import Gogol.Compute.RegionAutoscalers.List+import Gogol.Compute.RegionAutoscalers.Patch+import Gogol.Compute.RegionAutoscalers.Update+import Gogol.Compute.RegionBackendServices.Delete+import Gogol.Compute.RegionBackendServices.Get+import Gogol.Compute.RegionBackendServices.GetHealth+import Gogol.Compute.RegionBackendServices.GetIamPolicy+import Gogol.Compute.RegionBackendServices.Insert+import Gogol.Compute.RegionBackendServices.List+import Gogol.Compute.RegionBackendServices.ListUsable+import Gogol.Compute.RegionBackendServices.Patch+import Gogol.Compute.RegionBackendServices.SetIamPolicy+import Gogol.Compute.RegionBackendServices.SetSecurityPolicy+import Gogol.Compute.RegionBackendServices.TestIamPermissions+import Gogol.Compute.RegionBackendServices.Update+import Gogol.Compute.RegionCommitments.AggregatedList+import Gogol.Compute.RegionCommitments.Get+import Gogol.Compute.RegionCommitments.Insert+import Gogol.Compute.RegionCommitments.List+import Gogol.Compute.RegionCommitments.Update+import Gogol.Compute.RegionDiskTypes.Get+import Gogol.Compute.RegionDiskTypes.List+import Gogol.Compute.RegionDisks.AddResourcePolicies+import Gogol.Compute.RegionDisks.BulkInsert+import Gogol.Compute.RegionDisks.CreateSnapshot+import Gogol.Compute.RegionDisks.Delete+import Gogol.Compute.RegionDisks.Get+import Gogol.Compute.RegionDisks.GetIamPolicy+import Gogol.Compute.RegionDisks.Insert+import Gogol.Compute.RegionDisks.List+import Gogol.Compute.RegionDisks.RemoveResourcePolicies+import Gogol.Compute.RegionDisks.Resize+import Gogol.Compute.RegionDisks.SetIamPolicy+import Gogol.Compute.RegionDisks.SetLabels+import Gogol.Compute.RegionDisks.StartAsyncReplication+import Gogol.Compute.RegionDisks.StopAsyncReplication+import Gogol.Compute.RegionDisks.StopGroupAsyncReplication+import Gogol.Compute.RegionDisks.TestIamPermissions+import Gogol.Compute.RegionDisks.Update+import Gogol.Compute.RegionHealthCheckServices.Delete+import Gogol.Compute.RegionHealthCheckServices.Get+import Gogol.Compute.RegionHealthCheckServices.Insert+import Gogol.Compute.RegionHealthCheckServices.List+import Gogol.Compute.RegionHealthCheckServices.Patch+import Gogol.Compute.RegionHealthChecks.Delete+import Gogol.Compute.RegionHealthChecks.Get+import Gogol.Compute.RegionHealthChecks.Insert+import Gogol.Compute.RegionHealthChecks.List+import Gogol.Compute.RegionHealthChecks.Patch+import Gogol.Compute.RegionHealthChecks.Update+import Gogol.Compute.RegionInstanceGroupManagers.AbandonInstances+import Gogol.Compute.RegionInstanceGroupManagers.ApplyUpdatesToInstances+import Gogol.Compute.RegionInstanceGroupManagers.CreateInstances+import Gogol.Compute.RegionInstanceGroupManagers.Delete+import Gogol.Compute.RegionInstanceGroupManagers.DeleteInstances+import Gogol.Compute.RegionInstanceGroupManagers.DeletePerInstanceConfigs+import Gogol.Compute.RegionInstanceGroupManagers.Get+import Gogol.Compute.RegionInstanceGroupManagers.Insert+import Gogol.Compute.RegionInstanceGroupManagers.List+import Gogol.Compute.RegionInstanceGroupManagers.ListErrors+import Gogol.Compute.RegionInstanceGroupManagers.ListManagedInstances+import Gogol.Compute.RegionInstanceGroupManagers.ListPerInstanceConfigs+import Gogol.Compute.RegionInstanceGroupManagers.Patch+import Gogol.Compute.RegionInstanceGroupManagers.PatchPerInstanceConfigs+import Gogol.Compute.RegionInstanceGroupManagers.RecreateInstances+import Gogol.Compute.RegionInstanceGroupManagers.Resize+import Gogol.Compute.RegionInstanceGroupManagers.ResumeInstances+import Gogol.Compute.RegionInstanceGroupManagers.SetInstanceTemplate+import Gogol.Compute.RegionInstanceGroupManagers.SetTargetPools+import Gogol.Compute.RegionInstanceGroupManagers.StartInstances+import Gogol.Compute.RegionInstanceGroupManagers.StopInstances+import Gogol.Compute.RegionInstanceGroupManagers.SuspendInstances+import Gogol.Compute.RegionInstanceGroupManagers.UpdatePerInstanceConfigs+import Gogol.Compute.RegionInstanceGroups.Get+import Gogol.Compute.RegionInstanceGroups.List+import Gogol.Compute.RegionInstanceGroups.ListInstances+import Gogol.Compute.RegionInstanceGroups.SetNamedPorts+import Gogol.Compute.RegionInstanceTemplates.Delete+import Gogol.Compute.RegionInstanceTemplates.Get+import Gogol.Compute.RegionInstanceTemplates.Insert+import Gogol.Compute.RegionInstanceTemplates.List+import Gogol.Compute.RegionInstances.BulkInsert+import Gogol.Compute.RegionInstantSnapshots.Delete+import Gogol.Compute.RegionInstantSnapshots.Get+import Gogol.Compute.RegionInstantSnapshots.GetIamPolicy+import Gogol.Compute.RegionInstantSnapshots.Insert+import Gogol.Compute.RegionInstantSnapshots.List+import Gogol.Compute.RegionInstantSnapshots.SetIamPolicy+import Gogol.Compute.RegionInstantSnapshots.SetLabels+import Gogol.Compute.RegionInstantSnapshots.TestIamPermissions+import Gogol.Compute.RegionNetworkEndpointGroups.AttachNetworkEndpoints+import Gogol.Compute.RegionNetworkEndpointGroups.Delete+import Gogol.Compute.RegionNetworkEndpointGroups.DetachNetworkEndpoints+import Gogol.Compute.RegionNetworkEndpointGroups.Get+import Gogol.Compute.RegionNetworkEndpointGroups.Insert+import Gogol.Compute.RegionNetworkEndpointGroups.List+import Gogol.Compute.RegionNetworkEndpointGroups.ListNetworkEndpoints+import Gogol.Compute.RegionNetworkFirewallPolicies.AddAssociation+import Gogol.Compute.RegionNetworkFirewallPolicies.AddRule+import Gogol.Compute.RegionNetworkFirewallPolicies.CloneRules+import Gogol.Compute.RegionNetworkFirewallPolicies.Delete+import Gogol.Compute.RegionNetworkFirewallPolicies.Get+import Gogol.Compute.RegionNetworkFirewallPolicies.GetAssociation+import Gogol.Compute.RegionNetworkFirewallPolicies.GetEffectiveFirewalls+import Gogol.Compute.RegionNetworkFirewallPolicies.GetIamPolicy+import Gogol.Compute.RegionNetworkFirewallPolicies.GetRule+import Gogol.Compute.RegionNetworkFirewallPolicies.Insert+import Gogol.Compute.RegionNetworkFirewallPolicies.List+import Gogol.Compute.RegionNetworkFirewallPolicies.Patch+import Gogol.Compute.RegionNetworkFirewallPolicies.PatchRule+import Gogol.Compute.RegionNetworkFirewallPolicies.RemoveAssociation+import Gogol.Compute.RegionNetworkFirewallPolicies.RemoveRule+import Gogol.Compute.RegionNetworkFirewallPolicies.SetIamPolicy+import Gogol.Compute.RegionNetworkFirewallPolicies.TestIamPermissions+import Gogol.Compute.RegionNotificationEndpoints.Delete+import Gogol.Compute.RegionNotificationEndpoints.Get+import Gogol.Compute.RegionNotificationEndpoints.Insert+import Gogol.Compute.RegionNotificationEndpoints.List+import Gogol.Compute.RegionOperations.Delete+import Gogol.Compute.RegionOperations.Get+import Gogol.Compute.RegionOperations.List+import Gogol.Compute.RegionOperations.Wait+import Gogol.Compute.RegionSecurityPolicies.AddRule+import Gogol.Compute.RegionSecurityPolicies.Delete+import Gogol.Compute.RegionSecurityPolicies.Get+import Gogol.Compute.RegionSecurityPolicies.GetRule+import Gogol.Compute.RegionSecurityPolicies.Insert+import Gogol.Compute.RegionSecurityPolicies.List+import Gogol.Compute.RegionSecurityPolicies.Patch+import Gogol.Compute.RegionSecurityPolicies.PatchRule+import Gogol.Compute.RegionSecurityPolicies.RemoveRule+import Gogol.Compute.RegionSecurityPolicies.SetLabels+import Gogol.Compute.RegionSslCertificates.Delete+import Gogol.Compute.RegionSslCertificates.Get+import Gogol.Compute.RegionSslCertificates.Insert+import Gogol.Compute.RegionSslCertificates.List+import Gogol.Compute.RegionSslPolicies.Delete+import Gogol.Compute.RegionSslPolicies.Get+import Gogol.Compute.RegionSslPolicies.Insert+import Gogol.Compute.RegionSslPolicies.List+import Gogol.Compute.RegionSslPolicies.ListAvailableFeatures+import Gogol.Compute.RegionSslPolicies.Patch+import Gogol.Compute.RegionTargetHttpProxies.Delete+import Gogol.Compute.RegionTargetHttpProxies.Get+import Gogol.Compute.RegionTargetHttpProxies.Insert+import Gogol.Compute.RegionTargetHttpProxies.List+import Gogol.Compute.RegionTargetHttpProxies.SetUrlMap+import Gogol.Compute.RegionTargetHttpsProxies.Delete+import Gogol.Compute.RegionTargetHttpsProxies.Get+import Gogol.Compute.RegionTargetHttpsProxies.Insert+import Gogol.Compute.RegionTargetHttpsProxies.List+import Gogol.Compute.RegionTargetHttpsProxies.Patch+import Gogol.Compute.RegionTargetHttpsProxies.SetSslCertificates+import Gogol.Compute.RegionTargetHttpsProxies.SetUrlMap+import Gogol.Compute.RegionTargetTcpProxies.Delete+import Gogol.Compute.RegionTargetTcpProxies.Get+import Gogol.Compute.RegionTargetTcpProxies.Insert+import Gogol.Compute.RegionTargetTcpProxies.List+import Gogol.Compute.RegionUrlMaps.Delete+import Gogol.Compute.RegionUrlMaps.Get+import Gogol.Compute.RegionUrlMaps.Insert+import Gogol.Compute.RegionUrlMaps.List+import Gogol.Compute.RegionUrlMaps.Patch+import Gogol.Compute.RegionUrlMaps.Update+import Gogol.Compute.RegionUrlMaps.Validate+import Gogol.Compute.RegionZones.List+import Gogol.Compute.Regions.Get+import Gogol.Compute.Regions.List+import Gogol.Compute.Reservations.AggregatedList+import Gogol.Compute.Reservations.Delete+import Gogol.Compute.Reservations.Get+import Gogol.Compute.Reservations.GetIamPolicy+import Gogol.Compute.Reservations.Insert+import Gogol.Compute.Reservations.List+import Gogol.Compute.Reservations.Resize+import Gogol.Compute.Reservations.SetIamPolicy+import Gogol.Compute.Reservations.TestIamPermissions+import Gogol.Compute.Reservations.Update+import Gogol.Compute.ResourcePolicies.AggregatedList+import Gogol.Compute.ResourcePolicies.Delete+import Gogol.Compute.ResourcePolicies.Get+import Gogol.Compute.ResourcePolicies.GetIamPolicy+import Gogol.Compute.ResourcePolicies.Insert+import Gogol.Compute.ResourcePolicies.List+import Gogol.Compute.ResourcePolicies.Patch+import Gogol.Compute.ResourcePolicies.SetIamPolicy+import Gogol.Compute.ResourcePolicies.TestIamPermissions+import Gogol.Compute.Routers.AggregatedList+import Gogol.Compute.Routers.Delete+import Gogol.Compute.Routers.DeleteRoutePolicy+import Gogol.Compute.Routers.Get+import Gogol.Compute.Routers.GetNatIpInfo+import Gogol.Compute.Routers.GetNatMappingInfo+import Gogol.Compute.Routers.GetRoutePolicy+import Gogol.Compute.Routers.GetRouterStatus+import Gogol.Compute.Routers.Insert+import Gogol.Compute.Routers.List+import Gogol.Compute.Routers.ListBgpRoutes+import Gogol.Compute.Routers.ListRoutePolicies+import Gogol.Compute.Routers.Patch+import Gogol.Compute.Routers.PatchRoutePolicy+import Gogol.Compute.Routers.Preview+import Gogol.Compute.Routers.Update+import Gogol.Compute.Routers.UpdateRoutePolicy+import Gogol.Compute.Routes.Delete+import Gogol.Compute.Routes.Get+import Gogol.Compute.Routes.Insert+import Gogol.Compute.Routes.List+import Gogol.Compute.SecurityPolicies.AddRule+import Gogol.Compute.SecurityPolicies.AggregatedList+import Gogol.Compute.SecurityPolicies.Delete+import Gogol.Compute.SecurityPolicies.Get+import Gogol.Compute.SecurityPolicies.GetRule+import Gogol.Compute.SecurityPolicies.Insert+import Gogol.Compute.SecurityPolicies.List+import Gogol.Compute.SecurityPolicies.ListPreconfiguredExpressionSets+import Gogol.Compute.SecurityPolicies.Patch+import Gogol.Compute.SecurityPolicies.PatchRule+import Gogol.Compute.SecurityPolicies.RemoveRule+import Gogol.Compute.SecurityPolicies.SetLabels+import Gogol.Compute.ServiceAttachments.AggregatedList+import Gogol.Compute.ServiceAttachments.Delete+import Gogol.Compute.ServiceAttachments.Get+import Gogol.Compute.ServiceAttachments.GetIamPolicy+import Gogol.Compute.ServiceAttachments.Insert+import Gogol.Compute.ServiceAttachments.List+import Gogol.Compute.ServiceAttachments.Patch+import Gogol.Compute.ServiceAttachments.SetIamPolicy+import Gogol.Compute.ServiceAttachments.TestIamPermissions+import Gogol.Compute.SnapshotSettings.Get+import Gogol.Compute.SnapshotSettings.Patch+import Gogol.Compute.Snapshots.Delete+import Gogol.Compute.Snapshots.Get+import Gogol.Compute.Snapshots.GetIamPolicy+import Gogol.Compute.Snapshots.Insert+import Gogol.Compute.Snapshots.List+import Gogol.Compute.Snapshots.SetIamPolicy+import Gogol.Compute.Snapshots.SetLabels+import Gogol.Compute.Snapshots.TestIamPermissions+import Gogol.Compute.SslCertificates.AggregatedList+import Gogol.Compute.SslCertificates.Delete+import Gogol.Compute.SslCertificates.Get+import Gogol.Compute.SslCertificates.Insert+import Gogol.Compute.SslCertificates.List+import Gogol.Compute.SslPolicies.AggregatedList+import Gogol.Compute.SslPolicies.Delete+import Gogol.Compute.SslPolicies.Get+import Gogol.Compute.SslPolicies.Insert+import Gogol.Compute.SslPolicies.List+import Gogol.Compute.SslPolicies.ListAvailableFeatures+import Gogol.Compute.SslPolicies.Patch+import Gogol.Compute.StoragePoolTypes.AggregatedList+import Gogol.Compute.StoragePoolTypes.Get+import Gogol.Compute.StoragePoolTypes.List+import Gogol.Compute.StoragePools.AggregatedList+import Gogol.Compute.StoragePools.Delete+import Gogol.Compute.StoragePools.Get+import Gogol.Compute.StoragePools.GetIamPolicy+import Gogol.Compute.StoragePools.Insert+import Gogol.Compute.StoragePools.List+import Gogol.Compute.StoragePools.ListDisks+import Gogol.Compute.StoragePools.SetIamPolicy+import Gogol.Compute.StoragePools.TestIamPermissions+import Gogol.Compute.StoragePools.Update+import Gogol.Compute.Subnetworks.AggregatedList+import Gogol.Compute.Subnetworks.Delete+import Gogol.Compute.Subnetworks.ExpandIpCidrRange+import Gogol.Compute.Subnetworks.Get+import Gogol.Compute.Subnetworks.GetIamPolicy+import Gogol.Compute.Subnetworks.Insert+import Gogol.Compute.Subnetworks.List+import Gogol.Compute.Subnetworks.ListUsable+import Gogol.Compute.Subnetworks.Patch+import Gogol.Compute.Subnetworks.SetIamPolicy+import Gogol.Compute.Subnetworks.SetPrivateIpGoogleAccess+import Gogol.Compute.Subnetworks.TestIamPermissions+import Gogol.Compute.TargetGrpcProxies.Delete+import Gogol.Compute.TargetGrpcProxies.Get+import Gogol.Compute.TargetGrpcProxies.Insert+import Gogol.Compute.TargetGrpcProxies.List+import Gogol.Compute.TargetGrpcProxies.Patch+import Gogol.Compute.TargetHttpProxies.AggregatedList+import Gogol.Compute.TargetHttpProxies.Delete+import Gogol.Compute.TargetHttpProxies.Get+import Gogol.Compute.TargetHttpProxies.Insert+import Gogol.Compute.TargetHttpProxies.List+import Gogol.Compute.TargetHttpProxies.Patch+import Gogol.Compute.TargetHttpProxies.SetUrlMap+import Gogol.Compute.TargetHttpsProxies.AggregatedList+import Gogol.Compute.TargetHttpsProxies.Delete+import Gogol.Compute.TargetHttpsProxies.Get+import Gogol.Compute.TargetHttpsProxies.Insert+import Gogol.Compute.TargetHttpsProxies.List+import Gogol.Compute.TargetHttpsProxies.Patch+import Gogol.Compute.TargetHttpsProxies.SetCertificateMap+import Gogol.Compute.TargetHttpsProxies.SetQuicOverride+import Gogol.Compute.TargetHttpsProxies.SetSslCertificates+import Gogol.Compute.TargetHttpsProxies.SetSslPolicy+import Gogol.Compute.TargetHttpsProxies.SetUrlMap+import Gogol.Compute.TargetInstances.AggregatedList+import Gogol.Compute.TargetInstances.Delete+import Gogol.Compute.TargetInstances.Get+import Gogol.Compute.TargetInstances.Insert+import Gogol.Compute.TargetInstances.List+import Gogol.Compute.TargetInstances.SetSecurityPolicy+import Gogol.Compute.TargetPools.AddHealthCheck+import Gogol.Compute.TargetPools.AddInstance+import Gogol.Compute.TargetPools.AggregatedList+import Gogol.Compute.TargetPools.Delete+import Gogol.Compute.TargetPools.Get+import Gogol.Compute.TargetPools.GetHealth+import Gogol.Compute.TargetPools.Insert+import Gogol.Compute.TargetPools.List+import Gogol.Compute.TargetPools.RemoveHealthCheck+import Gogol.Compute.TargetPools.RemoveInstance+import Gogol.Compute.TargetPools.SetBackup+import Gogol.Compute.TargetPools.SetSecurityPolicy+import Gogol.Compute.TargetSslProxies.Delete+import Gogol.Compute.TargetSslProxies.Get+import Gogol.Compute.TargetSslProxies.Insert+import Gogol.Compute.TargetSslProxies.List+import Gogol.Compute.TargetSslProxies.SetBackendService+import Gogol.Compute.TargetSslProxies.SetCertificateMap+import Gogol.Compute.TargetSslProxies.SetProxyHeader+import Gogol.Compute.TargetSslProxies.SetSslCertificates+import Gogol.Compute.TargetSslProxies.SetSslPolicy+import Gogol.Compute.TargetTcpProxies.AggregatedList+import Gogol.Compute.TargetTcpProxies.Delete+import Gogol.Compute.TargetTcpProxies.Get+import Gogol.Compute.TargetTcpProxies.Insert+import Gogol.Compute.TargetTcpProxies.List+import Gogol.Compute.TargetTcpProxies.SetBackendService+import Gogol.Compute.TargetTcpProxies.SetProxyHeader+import Gogol.Compute.TargetVpnGateways.AggregatedList+import Gogol.Compute.TargetVpnGateways.Delete+import Gogol.Compute.TargetVpnGateways.Get+import Gogol.Compute.TargetVpnGateways.Insert+import Gogol.Compute.TargetVpnGateways.List+import Gogol.Compute.TargetVpnGateways.SetLabels+import Gogol.Compute.Types+import Gogol.Compute.UrlMaps.AggregatedList+import Gogol.Compute.UrlMaps.Delete+import Gogol.Compute.UrlMaps.Get+import Gogol.Compute.UrlMaps.Insert+import Gogol.Compute.UrlMaps.InvalidateCache+import Gogol.Compute.UrlMaps.List+import Gogol.Compute.UrlMaps.Patch+import Gogol.Compute.UrlMaps.Update+import Gogol.Compute.UrlMaps.Validate+import Gogol.Compute.VpnGateways.AggregatedList+import Gogol.Compute.VpnGateways.Delete+import Gogol.Compute.VpnGateways.Get+import Gogol.Compute.VpnGateways.GetStatus+import Gogol.Compute.VpnGateways.Insert+import Gogol.Compute.VpnGateways.List+import Gogol.Compute.VpnGateways.SetLabels+import Gogol.Compute.VpnGateways.TestIamPermissions+import Gogol.Compute.VpnTunnels.AggregatedList+import Gogol.Compute.VpnTunnels.Delete+import Gogol.Compute.VpnTunnels.Get+import Gogol.Compute.VpnTunnels.Insert+import Gogol.Compute.VpnTunnels.List+import Gogol.Compute.VpnTunnels.SetLabels+import Gogol.Compute.ZoneOperations.Delete+import Gogol.Compute.ZoneOperations.Get+import Gogol.Compute.ZoneOperations.List+import Gogol.Compute.ZoneOperations.Wait+import Gogol.Compute.Zones.Get+import Gogol.Compute.Zones.List
+ gen/Gogol/Compute/AcceleratorTypes/AggregatedList.hs view
@@ -0,0 +1,154 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.AcceleratorTypes.AggregatedList+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Retrieves an aggregated list of accelerator types. To prevent failure, Google recommends that you set the @returnPartialSuccess@ parameter to @true@.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.acceleratorTypes.aggregatedList@.+module Gogol.Compute.AcceleratorTypes.AggregatedList+  ( -- * Resource+    ComputeAcceleratorTypesAggregatedListResource,++    -- ** Constructing a Request+    ComputeAcceleratorTypesAggregatedList (..),+    newComputeAcceleratorTypesAggregatedList,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.acceleratorTypes.aggregatedList@ method which the+-- 'ComputeAcceleratorTypesAggregatedList' request conforms to.+type ComputeAcceleratorTypesAggregatedListResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "aggregated"+    Core.:> "acceleratorTypes"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "filter" Core.Text+    Core.:> Core.QueryParam "includeAllScopes" Core.Bool+    Core.:> Core.QueryParam "maxResults" Core.Word32+    Core.:> Core.QueryParam "orderBy" Core.Text+    Core.:> Core.QueryParam "pageToken" Core.Text+    Core.:> Core.QueryParam "returnPartialSuccess" Core.Bool+    Core.:> Core.QueryParam "serviceProjectNumber" Core.Int64+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] AcceleratorTypeAggregatedList++-- | Retrieves an aggregated list of accelerator types. To prevent failure, Google recommends that you set the @returnPartialSuccess@ parameter to @true@.+--+-- /See:/ 'newComputeAcceleratorTypesAggregatedList' smart constructor.+data ComputeAcceleratorTypesAggregatedList = ComputeAcceleratorTypesAggregatedList+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.+    includeAllScopes :: (Core.Maybe Core.Bool),+    -- | 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 :: Core.Word32,+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.+    returnPartialSuccess :: (Core.Maybe Core.Bool),+    -- | The Shared VPC service project id or service project number for which aggregated list request is invoked for subnetworks list-usable api.+    serviceProjectNumber :: (Core.Maybe Core.Int64),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeAcceleratorTypesAggregatedList' with the minimum fields required to make a request.+newComputeAcceleratorTypesAggregatedList ::+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeAcceleratorTypesAggregatedList+newComputeAcceleratorTypesAggregatedList project =+  ComputeAcceleratorTypesAggregatedList+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      filter = Core.Nothing,+      includeAllScopes = Core.Nothing,+      maxResults = 500,+      orderBy = Core.Nothing,+      pageToken = Core.Nothing,+      project = project,+      returnPartialSuccess = Core.Nothing,+      serviceProjectNumber = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeAcceleratorTypesAggregatedList where+  type+    Rs ComputeAcceleratorTypesAggregatedList =+      AcceleratorTypeAggregatedList+  type+    Scopes ComputeAcceleratorTypesAggregatedList =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeAcceleratorTypesAggregatedList {..} =+    go+      project+      xgafv+      accessToken+      callback+      filter+      includeAllScopes+      (Core.Just maxResults)+      orderBy+      pageToken+      returnPartialSuccess+      serviceProjectNumber+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeAcceleratorTypesAggregatedListResource+          )+          Core.mempty
+ gen/Gogol/Compute/AcceleratorTypes/Get.hs view
@@ -0,0 +1,127 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.AcceleratorTypes.Get+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Returns the specified accelerator type.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.acceleratorTypes.get@.+module Gogol.Compute.AcceleratorTypes.Get+  ( -- * Resource+    ComputeAcceleratorTypesGetResource,++    -- ** Constructing a Request+    ComputeAcceleratorTypesGet (..),+    newComputeAcceleratorTypesGet,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.acceleratorTypes.get@ method which the+-- 'ComputeAcceleratorTypesGet' request conforms to.+type ComputeAcceleratorTypesGetResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "acceleratorTypes"+    Core.:> Core.Capture "acceleratorType" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] AcceleratorType++-- | Returns the specified accelerator type.+--+-- /See:/ 'newComputeAcceleratorTypesGet' smart constructor.+data ComputeAcceleratorTypesGet = ComputeAcceleratorTypesGet+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | Name of the accelerator type to return.+    acceleratorType :: Core.Text,+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone for this request.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeAcceleratorTypesGet' with the minimum fields required to make a request.+newComputeAcceleratorTypesGet ::+  -- |  Name of the accelerator type to return. See 'acceleratorType'.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone for this request. See 'zone'.+  Core.Text ->+  ComputeAcceleratorTypesGet+newComputeAcceleratorTypesGet acceleratorType project zone =+  ComputeAcceleratorTypesGet+    { xgafv = Core.Nothing,+      acceleratorType = acceleratorType,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      project = project,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      zone = zone+    }++instance Core.GoogleRequest ComputeAcceleratorTypesGet where+  type Rs ComputeAcceleratorTypesGet = AcceleratorType+  type+    Scopes ComputeAcceleratorTypesGet =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeAcceleratorTypesGet {..} =+    go+      project+      zone+      acceleratorType+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeAcceleratorTypesGetResource)+          Core.mempty
+ gen/Gogol/Compute/AcceleratorTypes/List.hs view
@@ -0,0 +1,147 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.AcceleratorTypes.List+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Retrieves a list of accelerator types that are available to the specified project.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.acceleratorTypes.list@.+module Gogol.Compute.AcceleratorTypes.List+  ( -- * Resource+    ComputeAcceleratorTypesListResource,++    -- ** Constructing a Request+    ComputeAcceleratorTypesList (..),+    newComputeAcceleratorTypesList,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.acceleratorTypes.list@ method which the+-- 'ComputeAcceleratorTypesList' request conforms to.+type ComputeAcceleratorTypesListResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "acceleratorTypes"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "filter" Core.Text+    Core.:> Core.QueryParam "maxResults" Core.Word32+    Core.:> Core.QueryParam "orderBy" Core.Text+    Core.:> Core.QueryParam "pageToken" Core.Text+    Core.:> Core.QueryParam "returnPartialSuccess" Core.Bool+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] AcceleratorTypeList++-- | Retrieves a list of accelerator types that are available to the specified project.+--+-- /See:/ 'newComputeAcceleratorTypesList' smart constructor.+data ComputeAcceleratorTypesList = ComputeAcceleratorTypesList+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: Core.Word32,+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.+    returnPartialSuccess :: (Core.Maybe Core.Bool),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone for this request.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeAcceleratorTypesList' with the minimum fields required to make a request.+newComputeAcceleratorTypesList ::+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone for this request. See 'zone'.+  Core.Text ->+  ComputeAcceleratorTypesList+newComputeAcceleratorTypesList project zone =+  ComputeAcceleratorTypesList+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      filter = Core.Nothing,+      maxResults = 500,+      orderBy = Core.Nothing,+      pageToken = Core.Nothing,+      project = project,+      returnPartialSuccess = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      zone = zone+    }++instance Core.GoogleRequest ComputeAcceleratorTypesList where+  type Rs ComputeAcceleratorTypesList = AcceleratorTypeList+  type+    Scopes ComputeAcceleratorTypesList =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeAcceleratorTypesList {..} =+    go+      project+      zone+      xgafv+      accessToken+      callback+      filter+      (Core.Just maxResults)+      orderBy+      pageToken+      returnPartialSuccess+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeAcceleratorTypesListResource)+          Core.mempty
+ gen/Gogol/Compute/Addresses/AggregatedList.hs view
@@ -0,0 +1,150 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Addresses.AggregatedList+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Retrieves an aggregated list of addresses. To prevent failure, Google recommends that you set the @returnPartialSuccess@ parameter to @true@.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.addresses.aggregatedList@.+module Gogol.Compute.Addresses.AggregatedList+  ( -- * Resource+    ComputeAddressesAggregatedListResource,++    -- ** Constructing a Request+    ComputeAddressesAggregatedList (..),+    newComputeAddressesAggregatedList,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.addresses.aggregatedList@ method which the+-- 'ComputeAddressesAggregatedList' request conforms to.+type ComputeAddressesAggregatedListResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "aggregated"+    Core.:> "addresses"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "filter" Core.Text+    Core.:> Core.QueryParam "includeAllScopes" Core.Bool+    Core.:> Core.QueryParam "maxResults" Core.Word32+    Core.:> Core.QueryParam "orderBy" Core.Text+    Core.:> Core.QueryParam "pageToken" Core.Text+    Core.:> Core.QueryParam "returnPartialSuccess" Core.Bool+    Core.:> Core.QueryParam "serviceProjectNumber" Core.Int64+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] AddressAggregatedList++-- | Retrieves an aggregated list of addresses. To prevent failure, Google recommends that you set the @returnPartialSuccess@ parameter to @true@.+--+-- /See:/ 'newComputeAddressesAggregatedList' smart constructor.+data ComputeAddressesAggregatedList = ComputeAddressesAggregatedList+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.+    includeAllScopes :: (Core.Maybe Core.Bool),+    -- | 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 :: Core.Word32,+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.+    returnPartialSuccess :: (Core.Maybe Core.Bool),+    -- | The Shared VPC service project id or service project number for which aggregated list request is invoked for subnetworks list-usable api.+    serviceProjectNumber :: (Core.Maybe Core.Int64),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeAddressesAggregatedList' with the minimum fields required to make a request.+newComputeAddressesAggregatedList ::+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeAddressesAggregatedList+newComputeAddressesAggregatedList project =+  ComputeAddressesAggregatedList+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      filter = Core.Nothing,+      includeAllScopes = Core.Nothing,+      maxResults = 500,+      orderBy = Core.Nothing,+      pageToken = Core.Nothing,+      project = project,+      returnPartialSuccess = Core.Nothing,+      serviceProjectNumber = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeAddressesAggregatedList where+  type Rs ComputeAddressesAggregatedList = AddressAggregatedList+  type+    Scopes ComputeAddressesAggregatedList =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeAddressesAggregatedList {..} =+    go+      project+      xgafv+      accessToken+      callback+      filter+      includeAllScopes+      (Core.Just maxResults)+      orderBy+      pageToken+      returnPartialSuccess+      serviceProjectNumber+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeAddressesAggregatedListResource)+          Core.mempty
+ gen/Gogol/Compute/Addresses/Delete.hs view
@@ -0,0 +1,132 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Addresses.Delete+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Deletes the specified address resource.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.addresses.delete@.+module Gogol.Compute.Addresses.Delete+  ( -- * Resource+    ComputeAddressesDeleteResource,++    -- ** Constructing a Request+    ComputeAddressesDelete (..),+    newComputeAddressesDelete,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.addresses.delete@ method which the+-- 'ComputeAddressesDelete' request conforms to.+type ComputeAddressesDeleteResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "regions"+    Core.:> Core.Capture "region" Core.Text+    Core.:> "addresses"+    Core.:> Core.Capture "address" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Delete '[Core.JSON] Operation++-- | Deletes the specified address resource.+--+-- /See:/ 'newComputeAddressesDelete' smart constructor.+data ComputeAddressesDelete = ComputeAddressesDelete+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | Name of the address resource to delete.+    address :: Core.Text,+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Name of the region for this request.+    region :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeAddressesDelete' with the minimum fields required to make a request.+newComputeAddressesDelete ::+  -- |  Name of the address resource to delete. See 'address'.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  Name of the region for this request. See 'region'.+  Core.Text ->+  ComputeAddressesDelete+newComputeAddressesDelete address project region =+  ComputeAddressesDelete+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      address = address,+      callback = Core.Nothing,+      project = project,+      region = region,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeAddressesDelete where+  type Rs ComputeAddressesDelete = Operation+  type+    Scopes ComputeAddressesDelete =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeAddressesDelete {..} =+    go+      project+      region+      address+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeAddressesDeleteResource)+          Core.mempty
+ gen/Gogol/Compute/Addresses/Get.hs view
@@ -0,0 +1,127 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Addresses.Get+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Returns the specified address resource.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.addresses.get@.+module Gogol.Compute.Addresses.Get+  ( -- * Resource+    ComputeAddressesGetResource,++    -- ** Constructing a Request+    ComputeAddressesGet (..),+    newComputeAddressesGet,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.addresses.get@ method which the+-- 'ComputeAddressesGet' request conforms to.+type ComputeAddressesGetResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "regions"+    Core.:> Core.Capture "region" Core.Text+    Core.:> "addresses"+    Core.:> Core.Capture "address" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] Address++-- | Returns the specified address resource.+--+-- /See:/ 'newComputeAddressesGet' smart constructor.+data ComputeAddressesGet = ComputeAddressesGet+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | Name of the address resource to return.+    address :: Core.Text,+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Name of the region for this request.+    region :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeAddressesGet' with the minimum fields required to make a request.+newComputeAddressesGet ::+  -- |  Name of the address resource to return. See 'address'.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  Name of the region for this request. See 'region'.+  Core.Text ->+  ComputeAddressesGet+newComputeAddressesGet address project region =+  ComputeAddressesGet+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      address = address,+      callback = Core.Nothing,+      project = project,+      region = region,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeAddressesGet where+  type Rs ComputeAddressesGet = Address+  type+    Scopes ComputeAddressesGet =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeAddressesGet {..} =+    go+      project+      region+      address+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeAddressesGetResource)+          Core.mempty
+ gen/Gogol/Compute/Addresses/Insert.hs view
@@ -0,0 +1,132 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Addresses.Insert+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Creates an address resource in the specified project by using the data included in the request.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.addresses.insert@.+module Gogol.Compute.Addresses.Insert+  ( -- * Resource+    ComputeAddressesInsertResource,++    -- ** Constructing a Request+    ComputeAddressesInsert (..),+    newComputeAddressesInsert,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.addresses.insert@ method which the+-- 'ComputeAddressesInsert' request conforms to.+type ComputeAddressesInsertResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "regions"+    Core.:> Core.Capture "region" Core.Text+    Core.:> "addresses"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] Address+    Core.:> Core.Post '[Core.JSON] Operation++-- | Creates an address resource in the specified project by using the data included in the request.+--+-- /See:/ 'newComputeAddressesInsert' smart constructor.+data ComputeAddressesInsert = ComputeAddressesInsert+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Multipart request metadata.+    payload :: Address,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Name of the region for this request.+    region :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeAddressesInsert' with the minimum fields required to make a request.+newComputeAddressesInsert ::+  -- |  Multipart request metadata. See 'payload'.+  Address ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  Name of the region for this request. See 'region'.+  Core.Text ->+  ComputeAddressesInsert+newComputeAddressesInsert payload project region =+  ComputeAddressesInsert+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      payload = payload,+      project = project,+      region = region,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeAddressesInsert where+  type Rs ComputeAddressesInsert = Operation+  type+    Scopes ComputeAddressesInsert =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeAddressesInsert {..} =+    go+      project+      region+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeAddressesInsertResource)+          Core.mempty
+ gen/Gogol/Compute/Addresses/List.hs view
@@ -0,0 +1,147 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Addresses.List+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Retrieves a list of addresses contained within the specified region.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.addresses.list@.+module Gogol.Compute.Addresses.List+  ( -- * Resource+    ComputeAddressesListResource,++    -- ** Constructing a Request+    ComputeAddressesList (..),+    newComputeAddressesList,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.addresses.list@ method which the+-- 'ComputeAddressesList' request conforms to.+type ComputeAddressesListResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "regions"+    Core.:> Core.Capture "region" Core.Text+    Core.:> "addresses"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "filter" Core.Text+    Core.:> Core.QueryParam "maxResults" Core.Word32+    Core.:> Core.QueryParam "orderBy" Core.Text+    Core.:> Core.QueryParam "pageToken" Core.Text+    Core.:> Core.QueryParam "returnPartialSuccess" Core.Bool+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] AddressList++-- | Retrieves a list of addresses contained within the specified region.+--+-- /See:/ 'newComputeAddressesList' smart constructor.+data ComputeAddressesList = ComputeAddressesList+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: Core.Word32,+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Name of the region for this request.+    region :: Core.Text,+    -- | Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.+    returnPartialSuccess :: (Core.Maybe Core.Bool),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeAddressesList' with the minimum fields required to make a request.+newComputeAddressesList ::+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  Name of the region for this request. See 'region'.+  Core.Text ->+  ComputeAddressesList+newComputeAddressesList project region =+  ComputeAddressesList+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      filter = Core.Nothing,+      maxResults = 500,+      orderBy = Core.Nothing,+      pageToken = Core.Nothing,+      project = project,+      region = region,+      returnPartialSuccess = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeAddressesList where+  type Rs ComputeAddressesList = AddressList+  type+    Scopes ComputeAddressesList =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeAddressesList {..} =+    go+      project+      region+      xgafv+      accessToken+      callback+      filter+      (Core.Just maxResults)+      orderBy+      pageToken+      returnPartialSuccess+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeAddressesListResource)+          Core.mempty
+ gen/Gogol/Compute/Addresses/Move.hs view
@@ -0,0 +1,140 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Addresses.Move+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Moves the specified address resource.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.addresses.move@.+module Gogol.Compute.Addresses.Move+  ( -- * Resource+    ComputeAddressesMoveResource,++    -- ** Constructing a Request+    ComputeAddressesMove (..),+    newComputeAddressesMove,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.addresses.move@ method which the+-- 'ComputeAddressesMove' request conforms to.+type ComputeAddressesMoveResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "regions"+    Core.:> Core.Capture "region" Core.Text+    Core.:> "addresses"+    Core.:> Core.Capture "address" Core.Text+    Core.:> "move"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] RegionAddressesMoveRequest+    Core.:> Core.Post '[Core.JSON] Operation++-- | Moves the specified address resource.+--+-- /See:/ 'newComputeAddressesMove' smart constructor.+data ComputeAddressesMove = ComputeAddressesMove+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | Name of the address resource to move.+    address :: Core.Text,+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Multipart request metadata.+    payload :: RegionAddressesMoveRequest,+    -- | Source project ID which the Address is moved from.+    project :: Core.Text,+    -- | Name of the region for this request.+    region :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeAddressesMove' with the minimum fields required to make a request.+newComputeAddressesMove ::+  -- |  Name of the address resource to move. See 'address'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  RegionAddressesMoveRequest ->+  -- |  Source project ID which the Address is moved from. See 'project'.+  Core.Text ->+  -- |  Name of the region for this request. See 'region'.+  Core.Text ->+  ComputeAddressesMove+newComputeAddressesMove address payload project region =+  ComputeAddressesMove+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      address = address,+      callback = Core.Nothing,+      payload = payload,+      project = project,+      region = region,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeAddressesMove where+  type Rs ComputeAddressesMove = Operation+  type+    Scopes ComputeAddressesMove =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeAddressesMove {..} =+    go+      project+      region+      address+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeAddressesMoveResource)+          Core.mempty
+ gen/Gogol/Compute/Addresses/SetLabels.hs view
@@ -0,0 +1,140 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Addresses.SetLabels+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Sets the labels on an Address. To learn more about labels, read the Labeling Resources documentation.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.addresses.setLabels@.+module Gogol.Compute.Addresses.SetLabels+  ( -- * Resource+    ComputeAddressesSetLabelsResource,++    -- ** Constructing a Request+    ComputeAddressesSetLabels (..),+    newComputeAddressesSetLabels,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.addresses.setLabels@ method which the+-- 'ComputeAddressesSetLabels' request conforms to.+type ComputeAddressesSetLabelsResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "regions"+    Core.:> Core.Capture "region" Core.Text+    Core.:> "addresses"+    Core.:> Core.Capture "resource" Core.Text+    Core.:> "setLabels"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] RegionSetLabelsRequest+    Core.:> Core.Post '[Core.JSON] Operation++-- | Sets the labels on an Address. To learn more about labels, read the Labeling Resources documentation.+--+-- /See:/ 'newComputeAddressesSetLabels' smart constructor.+data ComputeAddressesSetLabels = ComputeAddressesSetLabels+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Multipart request metadata.+    payload :: RegionSetLabelsRequest,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | The region for this request.+    region :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Name or id of the resource for this request.+    resource :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeAddressesSetLabels' with the minimum fields required to make a request.+newComputeAddressesSetLabels ::+  -- |  Multipart request metadata. See 'payload'.+  RegionSetLabelsRequest ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The region for this request. See 'region'.+  Core.Text ->+  -- |  Name or id of the resource for this request. See 'resource'.+  Core.Text ->+  ComputeAddressesSetLabels+newComputeAddressesSetLabels payload project region resource =+  ComputeAddressesSetLabels+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      payload = payload,+      project = project,+      region = region,+      requestId = Core.Nothing,+      resource = resource,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeAddressesSetLabels where+  type Rs ComputeAddressesSetLabels = Operation+  type+    Scopes ComputeAddressesSetLabels =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeAddressesSetLabels {..} =+    go+      project+      region+      resource+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeAddressesSetLabelsResource)+          Core.mempty
+ gen/Gogol/Compute/Autoscalers/AggregatedList.hs view
@@ -0,0 +1,150 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Autoscalers.AggregatedList+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Retrieves an aggregated list of autoscalers. To prevent failure, Google recommends that you set the @returnPartialSuccess@ parameter to @true@.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.autoscalers.aggregatedList@.+module Gogol.Compute.Autoscalers.AggregatedList+  ( -- * Resource+    ComputeAutoscalersAggregatedListResource,++    -- ** Constructing a Request+    ComputeAutoscalersAggregatedList (..),+    newComputeAutoscalersAggregatedList,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.autoscalers.aggregatedList@ method which the+-- 'ComputeAutoscalersAggregatedList' request conforms to.+type ComputeAutoscalersAggregatedListResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "aggregated"+    Core.:> "autoscalers"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "filter" Core.Text+    Core.:> Core.QueryParam "includeAllScopes" Core.Bool+    Core.:> Core.QueryParam "maxResults" Core.Word32+    Core.:> Core.QueryParam "orderBy" Core.Text+    Core.:> Core.QueryParam "pageToken" Core.Text+    Core.:> Core.QueryParam "returnPartialSuccess" Core.Bool+    Core.:> Core.QueryParam "serviceProjectNumber" Core.Int64+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] AutoscalerAggregatedList++-- | Retrieves an aggregated list of autoscalers. To prevent failure, Google recommends that you set the @returnPartialSuccess@ parameter to @true@.+--+-- /See:/ 'newComputeAutoscalersAggregatedList' smart constructor.+data ComputeAutoscalersAggregatedList = ComputeAutoscalersAggregatedList+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.+    includeAllScopes :: (Core.Maybe Core.Bool),+    -- | 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 :: Core.Word32,+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.+    returnPartialSuccess :: (Core.Maybe Core.Bool),+    -- | The Shared VPC service project id or service project number for which aggregated list request is invoked for subnetworks list-usable api.+    serviceProjectNumber :: (Core.Maybe Core.Int64),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeAutoscalersAggregatedList' with the minimum fields required to make a request.+newComputeAutoscalersAggregatedList ::+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeAutoscalersAggregatedList+newComputeAutoscalersAggregatedList project =+  ComputeAutoscalersAggregatedList+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      filter = Core.Nothing,+      includeAllScopes = Core.Nothing,+      maxResults = 500,+      orderBy = Core.Nothing,+      pageToken = Core.Nothing,+      project = project,+      returnPartialSuccess = Core.Nothing,+      serviceProjectNumber = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeAutoscalersAggregatedList where+  type Rs ComputeAutoscalersAggregatedList = AutoscalerAggregatedList+  type+    Scopes ComputeAutoscalersAggregatedList =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeAutoscalersAggregatedList {..} =+    go+      project+      xgafv+      accessToken+      callback+      filter+      includeAllScopes+      (Core.Just maxResults)+      orderBy+      pageToken+      returnPartialSuccess+      serviceProjectNumber+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeAutoscalersAggregatedListResource)+          Core.mempty
+ gen/Gogol/Compute/Autoscalers/Delete.hs view
@@ -0,0 +1,132 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Autoscalers.Delete+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Deletes the specified autoscaler.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.autoscalers.delete@.+module Gogol.Compute.Autoscalers.Delete+  ( -- * Resource+    ComputeAutoscalersDeleteResource,++    -- ** Constructing a Request+    ComputeAutoscalersDelete (..),+    newComputeAutoscalersDelete,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.autoscalers.delete@ method which the+-- 'ComputeAutoscalersDelete' request conforms to.+type ComputeAutoscalersDeleteResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "autoscalers"+    Core.:> Core.Capture "autoscaler" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Delete '[Core.JSON] Operation++-- | Deletes the specified autoscaler.+--+-- /See:/ 'newComputeAutoscalersDelete' smart constructor.+data ComputeAutoscalersDelete = ComputeAutoscalersDelete+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | Name of the autoscaler to delete.+    autoscaler :: Core.Text,+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | Name of the zone for this request.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeAutoscalersDelete' with the minimum fields required to make a request.+newComputeAutoscalersDelete ::+  -- |  Name of the autoscaler to delete. See 'autoscaler'.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  Name of the zone for this request. See 'zone'.+  Core.Text ->+  ComputeAutoscalersDelete+newComputeAutoscalersDelete autoscaler project zone =+  ComputeAutoscalersDelete+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      autoscaler = autoscaler,+      callback = Core.Nothing,+      project = project,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      zone = zone+    }++instance Core.GoogleRequest ComputeAutoscalersDelete where+  type Rs ComputeAutoscalersDelete = Operation+  type+    Scopes ComputeAutoscalersDelete =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeAutoscalersDelete {..} =+    go+      project+      zone+      autoscaler+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeAutoscalersDeleteResource)+          Core.mempty
+ gen/Gogol/Compute/Autoscalers/Get.hs view
@@ -0,0 +1,127 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Autoscalers.Get+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Returns the specified autoscaler resource.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.autoscalers.get@.+module Gogol.Compute.Autoscalers.Get+  ( -- * Resource+    ComputeAutoscalersGetResource,++    -- ** Constructing a Request+    ComputeAutoscalersGet (..),+    newComputeAutoscalersGet,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.autoscalers.get@ method which the+-- 'ComputeAutoscalersGet' request conforms to.+type ComputeAutoscalersGetResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "autoscalers"+    Core.:> Core.Capture "autoscaler" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] Autoscaler++-- | Returns the specified autoscaler resource.+--+-- /See:/ 'newComputeAutoscalersGet' smart constructor.+data ComputeAutoscalersGet = ComputeAutoscalersGet+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | Name of the autoscaler to return.+    autoscaler :: Core.Text,+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | Name of the zone for this request.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeAutoscalersGet' with the minimum fields required to make a request.+newComputeAutoscalersGet ::+  -- |  Name of the autoscaler to return. See 'autoscaler'.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  Name of the zone for this request. See 'zone'.+  Core.Text ->+  ComputeAutoscalersGet+newComputeAutoscalersGet autoscaler project zone =+  ComputeAutoscalersGet+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      autoscaler = autoscaler,+      callback = Core.Nothing,+      project = project,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      zone = zone+    }++instance Core.GoogleRequest ComputeAutoscalersGet where+  type Rs ComputeAutoscalersGet = Autoscaler+  type+    Scopes ComputeAutoscalersGet =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeAutoscalersGet {..} =+    go+      project+      zone+      autoscaler+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeAutoscalersGetResource)+          Core.mempty
+ gen/Gogol/Compute/Autoscalers/Insert.hs view
@@ -0,0 +1,132 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Autoscalers.Insert+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Creates an autoscaler in the specified project using the data included in the request.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.autoscalers.insert@.+module Gogol.Compute.Autoscalers.Insert+  ( -- * Resource+    ComputeAutoscalersInsertResource,++    -- ** Constructing a Request+    ComputeAutoscalersInsert (..),+    newComputeAutoscalersInsert,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.autoscalers.insert@ method which the+-- 'ComputeAutoscalersInsert' request conforms to.+type ComputeAutoscalersInsertResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "autoscalers"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] Autoscaler+    Core.:> Core.Post '[Core.JSON] Operation++-- | Creates an autoscaler in the specified project using the data included in the request.+--+-- /See:/ 'newComputeAutoscalersInsert' smart constructor.+data ComputeAutoscalersInsert = ComputeAutoscalersInsert+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Multipart request metadata.+    payload :: Autoscaler,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | Name of the zone for this request.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeAutoscalersInsert' with the minimum fields required to make a request.+newComputeAutoscalersInsert ::+  -- |  Multipart request metadata. See 'payload'.+  Autoscaler ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  Name of the zone for this request. See 'zone'.+  Core.Text ->+  ComputeAutoscalersInsert+newComputeAutoscalersInsert payload project zone =+  ComputeAutoscalersInsert+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      payload = payload,+      project = project,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      zone = zone+    }++instance Core.GoogleRequest ComputeAutoscalersInsert where+  type Rs ComputeAutoscalersInsert = Operation+  type+    Scopes ComputeAutoscalersInsert =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeAutoscalersInsert {..} =+    go+      project+      zone+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeAutoscalersInsertResource)+          Core.mempty
+ gen/Gogol/Compute/Autoscalers/List.hs view
@@ -0,0 +1,147 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Autoscalers.List+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Retrieves a list of autoscalers contained within the specified zone.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.autoscalers.list@.+module Gogol.Compute.Autoscalers.List+  ( -- * Resource+    ComputeAutoscalersListResource,++    -- ** Constructing a Request+    ComputeAutoscalersList (..),+    newComputeAutoscalersList,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.autoscalers.list@ method which the+-- 'ComputeAutoscalersList' request conforms to.+type ComputeAutoscalersListResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "autoscalers"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "filter" Core.Text+    Core.:> Core.QueryParam "maxResults" Core.Word32+    Core.:> Core.QueryParam "orderBy" Core.Text+    Core.:> Core.QueryParam "pageToken" Core.Text+    Core.:> Core.QueryParam "returnPartialSuccess" Core.Bool+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] AutoscalerList++-- | Retrieves a list of autoscalers contained within the specified zone.+--+-- /See:/ 'newComputeAutoscalersList' smart constructor.+data ComputeAutoscalersList = ComputeAutoscalersList+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: Core.Word32,+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.+    returnPartialSuccess :: (Core.Maybe Core.Bool),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | Name of the zone for this request.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeAutoscalersList' with the minimum fields required to make a request.+newComputeAutoscalersList ::+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  Name of the zone for this request. See 'zone'.+  Core.Text ->+  ComputeAutoscalersList+newComputeAutoscalersList project zone =+  ComputeAutoscalersList+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      filter = Core.Nothing,+      maxResults = 500,+      orderBy = Core.Nothing,+      pageToken = Core.Nothing,+      project = project,+      returnPartialSuccess = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      zone = zone+    }++instance Core.GoogleRequest ComputeAutoscalersList where+  type Rs ComputeAutoscalersList = AutoscalerList+  type+    Scopes ComputeAutoscalersList =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeAutoscalersList {..} =+    go+      project+      zone+      xgafv+      accessToken+      callback+      filter+      (Core.Just maxResults)+      orderBy+      pageToken+      returnPartialSuccess+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeAutoscalersListResource)+          Core.mempty
+ gen/Gogol/Compute/Autoscalers/Patch.hs view
@@ -0,0 +1,137 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Autoscalers.Patch+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- 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.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.autoscalers.patch@.+module Gogol.Compute.Autoscalers.Patch+  ( -- * Resource+    ComputeAutoscalersPatchResource,++    -- ** Constructing a Request+    ComputeAutoscalersPatch (..),+    newComputeAutoscalersPatch,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.autoscalers.patch@ method which the+-- 'ComputeAutoscalersPatch' request conforms to.+type ComputeAutoscalersPatchResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "autoscalers"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "autoscaler" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] Autoscaler+    Core.:> Core.Patch '[Core.JSON] Operation++-- | 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.+--+-- /See:/ 'newComputeAutoscalersPatch' smart constructor.+data ComputeAutoscalersPatch = ComputeAutoscalersPatch+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | Name of the autoscaler to patch.+    autoscaler :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Multipart request metadata.+    payload :: Autoscaler,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | Name of the zone for this request.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeAutoscalersPatch' with the minimum fields required to make a request.+newComputeAutoscalersPatch ::+  -- |  Multipart request metadata. See 'payload'.+  Autoscaler ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  Name of the zone for this request. See 'zone'.+  Core.Text ->+  ComputeAutoscalersPatch+newComputeAutoscalersPatch payload project zone =+  ComputeAutoscalersPatch+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      autoscaler = Core.Nothing,+      callback = Core.Nothing,+      payload = payload,+      project = project,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      zone = zone+    }++instance Core.GoogleRequest ComputeAutoscalersPatch where+  type Rs ComputeAutoscalersPatch = Operation+  type+    Scopes ComputeAutoscalersPatch =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeAutoscalersPatch {..} =+    go+      project+      zone+      xgafv+      accessToken+      autoscaler+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeAutoscalersPatchResource)+          Core.mempty
+ gen/Gogol/Compute/Autoscalers/Update.hs view
@@ -0,0 +1,137 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Autoscalers.Update+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Updates an autoscaler in the specified project using the data included in the request.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.autoscalers.update@.+module Gogol.Compute.Autoscalers.Update+  ( -- * Resource+    ComputeAutoscalersUpdateResource,++    -- ** Constructing a Request+    ComputeAutoscalersUpdate (..),+    newComputeAutoscalersUpdate,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.autoscalers.update@ method which the+-- 'ComputeAutoscalersUpdate' request conforms to.+type ComputeAutoscalersUpdateResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "autoscalers"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "autoscaler" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] Autoscaler+    Core.:> Core.Put '[Core.JSON] Operation++-- | Updates an autoscaler in the specified project using the data included in the request.+--+-- /See:/ 'newComputeAutoscalersUpdate' smart constructor.+data ComputeAutoscalersUpdate = ComputeAutoscalersUpdate+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | Name of the autoscaler to update.+    autoscaler :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Multipart request metadata.+    payload :: Autoscaler,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | Name of the zone for this request.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeAutoscalersUpdate' with the minimum fields required to make a request.+newComputeAutoscalersUpdate ::+  -- |  Multipart request metadata. See 'payload'.+  Autoscaler ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  Name of the zone for this request. See 'zone'.+  Core.Text ->+  ComputeAutoscalersUpdate+newComputeAutoscalersUpdate payload project zone =+  ComputeAutoscalersUpdate+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      autoscaler = Core.Nothing,+      callback = Core.Nothing,+      payload = payload,+      project = project,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      zone = zone+    }++instance Core.GoogleRequest ComputeAutoscalersUpdate where+  type Rs ComputeAutoscalersUpdate = Operation+  type+    Scopes ComputeAutoscalersUpdate =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeAutoscalersUpdate {..} =+    go+      project+      zone+      xgafv+      accessToken+      autoscaler+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeAutoscalersUpdateResource)+          Core.mempty
+ gen/Gogol/Compute/BackendBuckets/AddSignedUrlKey.hs view
@@ -0,0 +1,138 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.BackendBuckets.AddSignedUrlKey+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Adds a key for validating requests with signed URLs for this backend bucket.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.backendBuckets.addSignedUrlKey@.+module Gogol.Compute.BackendBuckets.AddSignedUrlKey+  ( -- * Resource+    ComputeBackendBucketsAddSignedUrlKeyResource,++    -- ** Constructing a Request+    ComputeBackendBucketsAddSignedUrlKey (..),+    newComputeBackendBucketsAddSignedUrlKey,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.backendBuckets.addSignedUrlKey@ method which the+-- 'ComputeBackendBucketsAddSignedUrlKey' request conforms to.+type ComputeBackendBucketsAddSignedUrlKeyResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "backendBuckets"+    Core.:> Core.Capture "backendBucket" Core.Text+    Core.:> "addSignedUrlKey"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] SignedUrlKey+    Core.:> Core.Post '[Core.JSON] Operation++-- | Adds a key for validating requests with signed URLs for this backend bucket.+--+-- /See:/ 'newComputeBackendBucketsAddSignedUrlKey' smart constructor.+data ComputeBackendBucketsAddSignedUrlKey = ComputeBackendBucketsAddSignedUrlKey+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | Name of the BackendBucket resource to which the Signed URL Key should be added. The name should conform to RFC1035.+    backendBucket :: Core.Text,+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Multipart request metadata.+    payload :: SignedUrlKey,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeBackendBucketsAddSignedUrlKey' with the minimum fields required to make a request.+newComputeBackendBucketsAddSignedUrlKey ::+  -- |  Name of the BackendBucket resource to which the Signed URL Key should be added. The name should conform to RFC1035. See 'backendBucket'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  SignedUrlKey ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeBackendBucketsAddSignedUrlKey+newComputeBackendBucketsAddSignedUrlKey+  backendBucket+  payload+  project =+    ComputeBackendBucketsAddSignedUrlKey+      { xgafv = Core.Nothing,+        accessToken = Core.Nothing,+        backendBucket = backendBucket,+        callback = Core.Nothing,+        payload = payload,+        project = project,+        requestId = Core.Nothing,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing+      }++instance Core.GoogleRequest ComputeBackendBucketsAddSignedUrlKey where+  type Rs ComputeBackendBucketsAddSignedUrlKey = Operation+  type+    Scopes ComputeBackendBucketsAddSignedUrlKey =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeBackendBucketsAddSignedUrlKey {..} =+    go+      project+      backendBucket+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeBackendBucketsAddSignedUrlKeyResource+          )+          Core.mempty
+ gen/Gogol/Compute/BackendBuckets/Delete.hs view
@@ -0,0 +1,125 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.BackendBuckets.Delete+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Deletes the specified BackendBucket resource.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.backendBuckets.delete@.+module Gogol.Compute.BackendBuckets.Delete+  ( -- * Resource+    ComputeBackendBucketsDeleteResource,++    -- ** Constructing a Request+    ComputeBackendBucketsDelete (..),+    newComputeBackendBucketsDelete,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.backendBuckets.delete@ method which the+-- 'ComputeBackendBucketsDelete' request conforms to.+type ComputeBackendBucketsDeleteResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "backendBuckets"+    Core.:> Core.Capture "backendBucket" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Delete '[Core.JSON] Operation++-- | Deletes the specified BackendBucket resource.+--+-- /See:/ 'newComputeBackendBucketsDelete' smart constructor.+data ComputeBackendBucketsDelete = ComputeBackendBucketsDelete+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | Name of the BackendBucket resource to delete.+    backendBucket :: Core.Text,+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeBackendBucketsDelete' with the minimum fields required to make a request.+newComputeBackendBucketsDelete ::+  -- |  Name of the BackendBucket resource to delete. See 'backendBucket'.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeBackendBucketsDelete+newComputeBackendBucketsDelete backendBucket project =+  ComputeBackendBucketsDelete+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      backendBucket = backendBucket,+      callback = Core.Nothing,+      project = project,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeBackendBucketsDelete where+  type Rs ComputeBackendBucketsDelete = Operation+  type+    Scopes ComputeBackendBucketsDelete =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeBackendBucketsDelete {..} =+    go+      project+      backendBucket+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeBackendBucketsDeleteResource)+          Core.mempty
+ gen/Gogol/Compute/BackendBuckets/DeleteSignedUrlKey.hs view
@@ -0,0 +1,138 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.BackendBuckets.DeleteSignedUrlKey+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Deletes a key for validating requests with signed URLs for this backend bucket.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.backendBuckets.deleteSignedUrlKey@.+module Gogol.Compute.BackendBuckets.DeleteSignedUrlKey+  ( -- * Resource+    ComputeBackendBucketsDeleteSignedUrlKeyResource,++    -- ** Constructing a Request+    ComputeBackendBucketsDeleteSignedUrlKey (..),+    newComputeBackendBucketsDeleteSignedUrlKey,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.backendBuckets.deleteSignedUrlKey@ method which the+-- 'ComputeBackendBucketsDeleteSignedUrlKey' request conforms to.+type ComputeBackendBucketsDeleteSignedUrlKeyResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "backendBuckets"+    Core.:> Core.Capture "backendBucket" Core.Text+    Core.:> "deleteSignedUrlKey"+    Core.:> Core.QueryParam "keyName" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Post '[Core.JSON] Operation++-- | Deletes a key for validating requests with signed URLs for this backend bucket.+--+-- /See:/ 'newComputeBackendBucketsDeleteSignedUrlKey' smart constructor.+data ComputeBackendBucketsDeleteSignedUrlKey = ComputeBackendBucketsDeleteSignedUrlKey+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | Name of the BackendBucket resource to which the Signed URL Key should be added. The name should conform to RFC1035.+    backendBucket :: Core.Text,+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | The name of the Signed URL Key to delete.+    keyName :: Core.Text,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeBackendBucketsDeleteSignedUrlKey' with the minimum fields required to make a request.+newComputeBackendBucketsDeleteSignedUrlKey ::+  -- |  Name of the BackendBucket resource to which the Signed URL Key should be added. The name should conform to RFC1035. See 'backendBucket'.+  Core.Text ->+  -- |  The name of the Signed URL Key to delete. See 'keyName'.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeBackendBucketsDeleteSignedUrlKey+newComputeBackendBucketsDeleteSignedUrlKey+  backendBucket+  keyName+  project =+    ComputeBackendBucketsDeleteSignedUrlKey+      { xgafv = Core.Nothing,+        accessToken = Core.Nothing,+        backendBucket = backendBucket,+        callback = Core.Nothing,+        keyName = keyName,+        project = project,+        requestId = Core.Nothing,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing+      }++instance Core.GoogleRequest ComputeBackendBucketsDeleteSignedUrlKey where+  type Rs ComputeBackendBucketsDeleteSignedUrlKey = Operation+  type+    Scopes ComputeBackendBucketsDeleteSignedUrlKey =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeBackendBucketsDeleteSignedUrlKey {..} =+    go+      project+      backendBucket+      (Core.Just keyName)+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeBackendBucketsDeleteSignedUrlKeyResource+          )+          Core.mempty
+ gen/Gogol/Compute/BackendBuckets/Get.hs view
@@ -0,0 +1,120 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.BackendBuckets.Get+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Returns the specified BackendBucket resource.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.backendBuckets.get@.+module Gogol.Compute.BackendBuckets.Get+  ( -- * Resource+    ComputeBackendBucketsGetResource,++    -- ** Constructing a Request+    ComputeBackendBucketsGet (..),+    newComputeBackendBucketsGet,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.backendBuckets.get@ method which the+-- 'ComputeBackendBucketsGet' request conforms to.+type ComputeBackendBucketsGetResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "backendBuckets"+    Core.:> Core.Capture "backendBucket" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] BackendBucket++-- | Returns the specified BackendBucket resource.+--+-- /See:/ 'newComputeBackendBucketsGet' smart constructor.+data ComputeBackendBucketsGet = ComputeBackendBucketsGet+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | Name of the BackendBucket resource to return.+    backendBucket :: Core.Text,+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeBackendBucketsGet' with the minimum fields required to make a request.+newComputeBackendBucketsGet ::+  -- |  Name of the BackendBucket resource to return. See 'backendBucket'.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeBackendBucketsGet+newComputeBackendBucketsGet backendBucket project =+  ComputeBackendBucketsGet+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      backendBucket = backendBucket,+      callback = Core.Nothing,+      project = project,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeBackendBucketsGet where+  type Rs ComputeBackendBucketsGet = BackendBucket+  type+    Scopes ComputeBackendBucketsGet =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeBackendBucketsGet {..} =+    go+      project+      backendBucket+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeBackendBucketsGetResource)+          Core.mempty
+ gen/Gogol/Compute/BackendBuckets/GetIamPolicy.hs view
@@ -0,0 +1,128 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.BackendBuckets.GetIamPolicy+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Gets the access control policy for a resource. May be empty if no such policy or resource exists.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.backendBuckets.getIamPolicy@.+module Gogol.Compute.BackendBuckets.GetIamPolicy+  ( -- * Resource+    ComputeBackendBucketsGetIamPolicyResource,++    -- ** Constructing a Request+    ComputeBackendBucketsGetIamPolicy (..),+    newComputeBackendBucketsGetIamPolicy,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.backendBuckets.getIamPolicy@ method which the+-- 'ComputeBackendBucketsGetIamPolicy' request conforms to.+type ComputeBackendBucketsGetIamPolicyResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "backendBuckets"+    Core.:> Core.Capture "resource" Core.Text+    Core.:> "getIamPolicy"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "optionsRequestedPolicyVersion" Core.Int32+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] Policy++-- | Gets the access control policy for a resource. May be empty if no such policy or resource exists.+--+-- /See:/ 'newComputeBackendBucketsGetIamPolicy' smart constructor.+data ComputeBackendBucketsGetIamPolicy = ComputeBackendBucketsGetIamPolicy+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Requested IAM Policy version.+    optionsRequestedPolicyVersion :: (Core.Maybe Core.Int32),+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Name or id of the resource for this request.+    resource :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeBackendBucketsGetIamPolicy' with the minimum fields required to make a request.+newComputeBackendBucketsGetIamPolicy ::+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  Name or id of the resource for this request. See 'resource'.+  Core.Text ->+  ComputeBackendBucketsGetIamPolicy+newComputeBackendBucketsGetIamPolicy project resource =+  ComputeBackendBucketsGetIamPolicy+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      optionsRequestedPolicyVersion = Core.Nothing,+      project = project,+      resource = resource,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeBackendBucketsGetIamPolicy where+  type Rs ComputeBackendBucketsGetIamPolicy = Policy+  type+    Scopes ComputeBackendBucketsGetIamPolicy =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeBackendBucketsGetIamPolicy {..} =+    go+      project+      resource+      xgafv+      accessToken+      callback+      optionsRequestedPolicyVersion+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeBackendBucketsGetIamPolicyResource+          )+          Core.mempty
+ gen/Gogol/Compute/BackendBuckets/Insert.hs view
@@ -0,0 +1,125 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.BackendBuckets.Insert+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Creates a BackendBucket resource in the specified project using the data included in the request.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.backendBuckets.insert@.+module Gogol.Compute.BackendBuckets.Insert+  ( -- * Resource+    ComputeBackendBucketsInsertResource,++    -- ** Constructing a Request+    ComputeBackendBucketsInsert (..),+    newComputeBackendBucketsInsert,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.backendBuckets.insert@ method which the+-- 'ComputeBackendBucketsInsert' request conforms to.+type ComputeBackendBucketsInsertResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "backendBuckets"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] BackendBucket+    Core.:> Core.Post '[Core.JSON] Operation++-- | Creates a BackendBucket resource in the specified project using the data included in the request.+--+-- /See:/ 'newComputeBackendBucketsInsert' smart constructor.+data ComputeBackendBucketsInsert = ComputeBackendBucketsInsert+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Multipart request metadata.+    payload :: BackendBucket,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeBackendBucketsInsert' with the minimum fields required to make a request.+newComputeBackendBucketsInsert ::+  -- |  Multipart request metadata. See 'payload'.+  BackendBucket ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeBackendBucketsInsert+newComputeBackendBucketsInsert payload project =+  ComputeBackendBucketsInsert+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      payload = payload,+      project = project,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeBackendBucketsInsert where+  type Rs ComputeBackendBucketsInsert = Operation+  type+    Scopes ComputeBackendBucketsInsert =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeBackendBucketsInsert {..} =+    go+      project+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeBackendBucketsInsertResource)+          Core.mempty
+ gen/Gogol/Compute/BackendBuckets/List.hs view
@@ -0,0 +1,140 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.BackendBuckets.List+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Retrieves the list of BackendBucket resources available to the specified project.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.backendBuckets.list@.+module Gogol.Compute.BackendBuckets.List+  ( -- * Resource+    ComputeBackendBucketsListResource,++    -- ** Constructing a Request+    ComputeBackendBucketsList (..),+    newComputeBackendBucketsList,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.backendBuckets.list@ method which the+-- 'ComputeBackendBucketsList' request conforms to.+type ComputeBackendBucketsListResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "backendBuckets"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "filter" Core.Text+    Core.:> Core.QueryParam "maxResults" Core.Word32+    Core.:> Core.QueryParam "orderBy" Core.Text+    Core.:> Core.QueryParam "pageToken" Core.Text+    Core.:> Core.QueryParam "returnPartialSuccess" Core.Bool+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] BackendBucketList++-- | Retrieves the list of BackendBucket resources available to the specified project.+--+-- /See:/ 'newComputeBackendBucketsList' smart constructor.+data ComputeBackendBucketsList = ComputeBackendBucketsList+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: Core.Word32,+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.+    returnPartialSuccess :: (Core.Maybe Core.Bool),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeBackendBucketsList' with the minimum fields required to make a request.+newComputeBackendBucketsList ::+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeBackendBucketsList+newComputeBackendBucketsList project =+  ComputeBackendBucketsList+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      filter = Core.Nothing,+      maxResults = 500,+      orderBy = Core.Nothing,+      pageToken = Core.Nothing,+      project = project,+      returnPartialSuccess = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeBackendBucketsList where+  type Rs ComputeBackendBucketsList = BackendBucketList+  type+    Scopes ComputeBackendBucketsList =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeBackendBucketsList {..} =+    go+      project+      xgafv+      accessToken+      callback+      filter+      (Core.Just maxResults)+      orderBy+      pageToken+      returnPartialSuccess+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeBackendBucketsListResource)+          Core.mempty
+ gen/Gogol/Compute/BackendBuckets/Patch.hs view
@@ -0,0 +1,132 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.BackendBuckets.Patch+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- 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.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.backendBuckets.patch@.+module Gogol.Compute.BackendBuckets.Patch+  ( -- * Resource+    ComputeBackendBucketsPatchResource,++    -- ** Constructing a Request+    ComputeBackendBucketsPatch (..),+    newComputeBackendBucketsPatch,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.backendBuckets.patch@ method which the+-- 'ComputeBackendBucketsPatch' request conforms to.+type ComputeBackendBucketsPatchResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "backendBuckets"+    Core.:> Core.Capture "backendBucket" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] BackendBucket+    Core.:> Core.Patch '[Core.JSON] Operation++-- | 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.+--+-- /See:/ 'newComputeBackendBucketsPatch' smart constructor.+data ComputeBackendBucketsPatch = ComputeBackendBucketsPatch+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | Name of the BackendBucket resource to patch.+    backendBucket :: Core.Text,+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Multipart request metadata.+    payload :: BackendBucket,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeBackendBucketsPatch' with the minimum fields required to make a request.+newComputeBackendBucketsPatch ::+  -- |  Name of the BackendBucket resource to patch. See 'backendBucket'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  BackendBucket ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeBackendBucketsPatch+newComputeBackendBucketsPatch backendBucket payload project =+  ComputeBackendBucketsPatch+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      backendBucket = backendBucket,+      callback = Core.Nothing,+      payload = payload,+      project = project,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeBackendBucketsPatch where+  type Rs ComputeBackendBucketsPatch = Operation+  type+    Scopes ComputeBackendBucketsPatch =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeBackendBucketsPatch {..} =+    go+      project+      backendBucket+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeBackendBucketsPatchResource)+          Core.mempty
+ gen/Gogol/Compute/BackendBuckets/SetEdgeSecurityPolicy.hs view
@@ -0,0 +1,141 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.BackendBuckets.SetEdgeSecurityPolicy+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Sets the edge security policy for the specified backend bucket.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.backendBuckets.setEdgeSecurityPolicy@.+module Gogol.Compute.BackendBuckets.SetEdgeSecurityPolicy+  ( -- * Resource+    ComputeBackendBucketsSetEdgeSecurityPolicyResource,++    -- ** Constructing a Request+    ComputeBackendBucketsSetEdgeSecurityPolicy (..),+    newComputeBackendBucketsSetEdgeSecurityPolicy,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.backendBuckets.setEdgeSecurityPolicy@ method which the+-- 'ComputeBackendBucketsSetEdgeSecurityPolicy' request conforms to.+type ComputeBackendBucketsSetEdgeSecurityPolicyResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "backendBuckets"+    Core.:> Core.Capture "backendBucket" Core.Text+    Core.:> "setEdgeSecurityPolicy"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] SecurityPolicyReference+    Core.:> Core.Post '[Core.JSON] Operation++-- | Sets the edge security policy for the specified backend bucket.+--+-- /See:/ 'newComputeBackendBucketsSetEdgeSecurityPolicy' smart constructor.+data ComputeBackendBucketsSetEdgeSecurityPolicy = ComputeBackendBucketsSetEdgeSecurityPolicy+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | Name of the BackendBucket resource to which the security policy should be set. The name should conform to RFC1035.+    backendBucket :: Core.Text,+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Multipart request metadata.+    payload :: SecurityPolicyReference,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeBackendBucketsSetEdgeSecurityPolicy' with the minimum fields required to make a request.+newComputeBackendBucketsSetEdgeSecurityPolicy ::+  -- |  Name of the BackendBucket resource to which the security policy should be set. The name should conform to RFC1035. See 'backendBucket'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  SecurityPolicyReference ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeBackendBucketsSetEdgeSecurityPolicy+newComputeBackendBucketsSetEdgeSecurityPolicy+  backendBucket+  payload+  project =+    ComputeBackendBucketsSetEdgeSecurityPolicy+      { xgafv = Core.Nothing,+        accessToken = Core.Nothing,+        backendBucket = backendBucket,+        callback = Core.Nothing,+        payload = payload,+        project = project,+        requestId = Core.Nothing,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing+      }++instance+  Core.GoogleRequest+    ComputeBackendBucketsSetEdgeSecurityPolicy+  where+  type Rs ComputeBackendBucketsSetEdgeSecurityPolicy = Operation+  type+    Scopes ComputeBackendBucketsSetEdgeSecurityPolicy =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeBackendBucketsSetEdgeSecurityPolicy {..} =+    go+      project+      backendBucket+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeBackendBucketsSetEdgeSecurityPolicyResource+          )+          Core.mempty
+ gen/Gogol/Compute/BackendBuckets/SetIamPolicy.hs view
@@ -0,0 +1,130 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.BackendBuckets.SetIamPolicy+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Sets the access control policy on the specified resource. Replaces any existing policy.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.backendBuckets.setIamPolicy@.+module Gogol.Compute.BackendBuckets.SetIamPolicy+  ( -- * Resource+    ComputeBackendBucketsSetIamPolicyResource,++    -- ** Constructing a Request+    ComputeBackendBucketsSetIamPolicy (..),+    newComputeBackendBucketsSetIamPolicy,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.backendBuckets.setIamPolicy@ method which the+-- 'ComputeBackendBucketsSetIamPolicy' request conforms to.+type ComputeBackendBucketsSetIamPolicyResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "backendBuckets"+    Core.:> Core.Capture "resource" Core.Text+    Core.:> "setIamPolicy"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] GlobalSetPolicyRequest+    Core.:> Core.Post '[Core.JSON] Policy++-- | Sets the access control policy on the specified resource. Replaces any existing policy.+--+-- /See:/ 'newComputeBackendBucketsSetIamPolicy' smart constructor.+data ComputeBackendBucketsSetIamPolicy = ComputeBackendBucketsSetIamPolicy+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Multipart request metadata.+    payload :: GlobalSetPolicyRequest,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Name or id of the resource for this request.+    resource :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeBackendBucketsSetIamPolicy' with the minimum fields required to make a request.+newComputeBackendBucketsSetIamPolicy ::+  -- |  Multipart request metadata. See 'payload'.+  GlobalSetPolicyRequest ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  Name or id of the resource for this request. See 'resource'.+  Core.Text ->+  ComputeBackendBucketsSetIamPolicy+newComputeBackendBucketsSetIamPolicy payload project resource =+  ComputeBackendBucketsSetIamPolicy+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      payload = payload,+      project = project,+      resource = resource,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeBackendBucketsSetIamPolicy where+  type Rs ComputeBackendBucketsSetIamPolicy = Policy+  type+    Scopes ComputeBackendBucketsSetIamPolicy =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeBackendBucketsSetIamPolicy {..} =+    go+      project+      resource+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeBackendBucketsSetIamPolicyResource+          )+          Core.mempty
+ gen/Gogol/Compute/BackendBuckets/TestIamPermissions.hs view
@@ -0,0 +1,132 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.BackendBuckets.TestIamPermissions+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Returns permissions that a caller has on the specified resource.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.backendBuckets.testIamPermissions@.+module Gogol.Compute.BackendBuckets.TestIamPermissions+  ( -- * Resource+    ComputeBackendBucketsTestIamPermissionsResource,++    -- ** Constructing a Request+    ComputeBackendBucketsTestIamPermissions (..),+    newComputeBackendBucketsTestIamPermissions,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.backendBuckets.testIamPermissions@ method which the+-- 'ComputeBackendBucketsTestIamPermissions' request conforms to.+type ComputeBackendBucketsTestIamPermissionsResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "backendBuckets"+    Core.:> Core.Capture "resource" Core.Text+    Core.:> "testIamPermissions"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] TestPermissionsRequest+    Core.:> Core.Post '[Core.JSON] TestPermissionsResponse++-- | Returns permissions that a caller has on the specified resource.+--+-- /See:/ 'newComputeBackendBucketsTestIamPermissions' smart constructor.+data ComputeBackendBucketsTestIamPermissions = ComputeBackendBucketsTestIamPermissions+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Multipart request metadata.+    payload :: TestPermissionsRequest,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Name or id of the resource for this request.+    resource :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeBackendBucketsTestIamPermissions' with the minimum fields required to make a request.+newComputeBackendBucketsTestIamPermissions ::+  -- |  Multipart request metadata. See 'payload'.+  TestPermissionsRequest ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  Name or id of the resource for this request. See 'resource'.+  Core.Text ->+  ComputeBackendBucketsTestIamPermissions+newComputeBackendBucketsTestIamPermissions payload project resource =+  ComputeBackendBucketsTestIamPermissions+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      payload = payload,+      project = project,+      resource = resource,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeBackendBucketsTestIamPermissions where+  type+    Rs ComputeBackendBucketsTestIamPermissions =+      TestPermissionsResponse+  type+    Scopes ComputeBackendBucketsTestIamPermissions =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeBackendBucketsTestIamPermissions {..} =+    go+      project+      resource+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeBackendBucketsTestIamPermissionsResource+          )+          Core.mempty
+ gen/Gogol/Compute/BackendBuckets/Update.hs view
@@ -0,0 +1,132 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.BackendBuckets.Update+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Updates the specified BackendBucket resource with the data included in the request.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.backendBuckets.update@.+module Gogol.Compute.BackendBuckets.Update+  ( -- * Resource+    ComputeBackendBucketsUpdateResource,++    -- ** Constructing a Request+    ComputeBackendBucketsUpdate (..),+    newComputeBackendBucketsUpdate,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.backendBuckets.update@ method which the+-- 'ComputeBackendBucketsUpdate' request conforms to.+type ComputeBackendBucketsUpdateResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "backendBuckets"+    Core.:> Core.Capture "backendBucket" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] BackendBucket+    Core.:> Core.Put '[Core.JSON] Operation++-- | Updates the specified BackendBucket resource with the data included in the request.+--+-- /See:/ 'newComputeBackendBucketsUpdate' smart constructor.+data ComputeBackendBucketsUpdate = ComputeBackendBucketsUpdate+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | Name of the BackendBucket resource to update.+    backendBucket :: Core.Text,+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Multipart request metadata.+    payload :: BackendBucket,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeBackendBucketsUpdate' with the minimum fields required to make a request.+newComputeBackendBucketsUpdate ::+  -- |  Name of the BackendBucket resource to update. See 'backendBucket'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  BackendBucket ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeBackendBucketsUpdate+newComputeBackendBucketsUpdate backendBucket payload project =+  ComputeBackendBucketsUpdate+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      backendBucket = backendBucket,+      callback = Core.Nothing,+      payload = payload,+      project = project,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeBackendBucketsUpdate where+  type Rs ComputeBackendBucketsUpdate = Operation+  type+    Scopes ComputeBackendBucketsUpdate =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeBackendBucketsUpdate {..} =+    go+      project+      backendBucket+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeBackendBucketsUpdateResource)+          Core.mempty
+ gen/Gogol/Compute/BackendServices/AddSignedUrlKey.hs view
@@ -0,0 +1,138 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.BackendServices.AddSignedUrlKey+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Adds a key for validating requests with signed URLs for this backend service.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.backendServices.addSignedUrlKey@.+module Gogol.Compute.BackendServices.AddSignedUrlKey+  ( -- * Resource+    ComputeBackendServicesAddSignedUrlKeyResource,++    -- ** Constructing a Request+    ComputeBackendServicesAddSignedUrlKey (..),+    newComputeBackendServicesAddSignedUrlKey,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.backendServices.addSignedUrlKey@ method which the+-- 'ComputeBackendServicesAddSignedUrlKey' request conforms to.+type ComputeBackendServicesAddSignedUrlKeyResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "backendServices"+    Core.:> Core.Capture "backendService" Core.Text+    Core.:> "addSignedUrlKey"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] SignedUrlKey+    Core.:> Core.Post '[Core.JSON] Operation++-- | Adds a key for validating requests with signed URLs for this backend service.+--+-- /See:/ 'newComputeBackendServicesAddSignedUrlKey' smart constructor.+data ComputeBackendServicesAddSignedUrlKey = ComputeBackendServicesAddSignedUrlKey+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | Name of the BackendService resource to which the Signed URL Key should be added. The name should conform to RFC1035.+    backendService :: Core.Text,+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Multipart request metadata.+    payload :: SignedUrlKey,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeBackendServicesAddSignedUrlKey' with the minimum fields required to make a request.+newComputeBackendServicesAddSignedUrlKey ::+  -- |  Name of the BackendService resource to which the Signed URL Key should be added. The name should conform to RFC1035. See 'backendService'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  SignedUrlKey ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeBackendServicesAddSignedUrlKey+newComputeBackendServicesAddSignedUrlKey+  backendService+  payload+  project =+    ComputeBackendServicesAddSignedUrlKey+      { xgafv = Core.Nothing,+        accessToken = Core.Nothing,+        backendService = backendService,+        callback = Core.Nothing,+        payload = payload,+        project = project,+        requestId = Core.Nothing,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing+      }++instance Core.GoogleRequest ComputeBackendServicesAddSignedUrlKey where+  type Rs ComputeBackendServicesAddSignedUrlKey = Operation+  type+    Scopes ComputeBackendServicesAddSignedUrlKey =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeBackendServicesAddSignedUrlKey {..} =+    go+      project+      backendService+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeBackendServicesAddSignedUrlKeyResource+          )+          Core.mempty
+ gen/Gogol/Compute/BackendServices/AggregatedList.hs view
@@ -0,0 +1,154 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.BackendServices.AggregatedList+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Retrieves the list of all BackendService resources, regional and global, available to the specified project. To prevent failure, Google recommends that you set the @returnPartialSuccess@ parameter to @true@.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.backendServices.aggregatedList@.+module Gogol.Compute.BackendServices.AggregatedList+  ( -- * Resource+    ComputeBackendServicesAggregatedListResource,++    -- ** Constructing a Request+    ComputeBackendServicesAggregatedList (..),+    newComputeBackendServicesAggregatedList,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.backendServices.aggregatedList@ method which the+-- 'ComputeBackendServicesAggregatedList' request conforms to.+type ComputeBackendServicesAggregatedListResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "aggregated"+    Core.:> "backendServices"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "filter" Core.Text+    Core.:> Core.QueryParam "includeAllScopes" Core.Bool+    Core.:> Core.QueryParam "maxResults" Core.Word32+    Core.:> Core.QueryParam "orderBy" Core.Text+    Core.:> Core.QueryParam "pageToken" Core.Text+    Core.:> Core.QueryParam "returnPartialSuccess" Core.Bool+    Core.:> Core.QueryParam "serviceProjectNumber" Core.Int64+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] BackendServiceAggregatedList++-- | Retrieves the list of all BackendService resources, regional and global, available to the specified project. To prevent failure, Google recommends that you set the @returnPartialSuccess@ parameter to @true@.+--+-- /See:/ 'newComputeBackendServicesAggregatedList' smart constructor.+data ComputeBackendServicesAggregatedList = ComputeBackendServicesAggregatedList+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.+    includeAllScopes :: (Core.Maybe Core.Bool),+    -- | 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 :: Core.Word32,+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | Name of the project scoping this request.+    project :: Core.Text,+    -- | Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.+    returnPartialSuccess :: (Core.Maybe Core.Bool),+    -- | The Shared VPC service project id or service project number for which aggregated list request is invoked for subnetworks list-usable api.+    serviceProjectNumber :: (Core.Maybe Core.Int64),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeBackendServicesAggregatedList' with the minimum fields required to make a request.+newComputeBackendServicesAggregatedList ::+  -- |  Name of the project scoping this request. See 'project'.+  Core.Text ->+  ComputeBackendServicesAggregatedList+newComputeBackendServicesAggregatedList project =+  ComputeBackendServicesAggregatedList+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      filter = Core.Nothing,+      includeAllScopes = Core.Nothing,+      maxResults = 500,+      orderBy = Core.Nothing,+      pageToken = Core.Nothing,+      project = project,+      returnPartialSuccess = Core.Nothing,+      serviceProjectNumber = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeBackendServicesAggregatedList where+  type+    Rs ComputeBackendServicesAggregatedList =+      BackendServiceAggregatedList+  type+    Scopes ComputeBackendServicesAggregatedList =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeBackendServicesAggregatedList {..} =+    go+      project+      xgafv+      accessToken+      callback+      filter+      includeAllScopes+      (Core.Just maxResults)+      orderBy+      pageToken+      returnPartialSuccess+      serviceProjectNumber+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeBackendServicesAggregatedListResource+          )+          Core.mempty
+ gen/Gogol/Compute/BackendServices/Delete.hs view
@@ -0,0 +1,125 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.BackendServices.Delete+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Deletes the specified BackendService resource.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.backendServices.delete@.+module Gogol.Compute.BackendServices.Delete+  ( -- * Resource+    ComputeBackendServicesDeleteResource,++    -- ** Constructing a Request+    ComputeBackendServicesDelete (..),+    newComputeBackendServicesDelete,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.backendServices.delete@ method which the+-- 'ComputeBackendServicesDelete' request conforms to.+type ComputeBackendServicesDeleteResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "backendServices"+    Core.:> Core.Capture "backendService" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Delete '[Core.JSON] Operation++-- | Deletes the specified BackendService resource.+--+-- /See:/ 'newComputeBackendServicesDelete' smart constructor.+data ComputeBackendServicesDelete = ComputeBackendServicesDelete+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | Name of the BackendService resource to delete.+    backendService :: Core.Text,+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeBackendServicesDelete' with the minimum fields required to make a request.+newComputeBackendServicesDelete ::+  -- |  Name of the BackendService resource to delete. See 'backendService'.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeBackendServicesDelete+newComputeBackendServicesDelete backendService project =+  ComputeBackendServicesDelete+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      backendService = backendService,+      callback = Core.Nothing,+      project = project,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeBackendServicesDelete where+  type Rs ComputeBackendServicesDelete = Operation+  type+    Scopes ComputeBackendServicesDelete =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeBackendServicesDelete {..} =+    go+      project+      backendService+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeBackendServicesDeleteResource)+          Core.mempty
+ gen/Gogol/Compute/BackendServices/DeleteSignedUrlKey.hs view
@@ -0,0 +1,141 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.BackendServices.DeleteSignedUrlKey+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Deletes a key for validating requests with signed URLs for this backend service.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.backendServices.deleteSignedUrlKey@.+module Gogol.Compute.BackendServices.DeleteSignedUrlKey+  ( -- * Resource+    ComputeBackendServicesDeleteSignedUrlKeyResource,++    -- ** Constructing a Request+    ComputeBackendServicesDeleteSignedUrlKey (..),+    newComputeBackendServicesDeleteSignedUrlKey,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.backendServices.deleteSignedUrlKey@ method which the+-- 'ComputeBackendServicesDeleteSignedUrlKey' request conforms to.+type ComputeBackendServicesDeleteSignedUrlKeyResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "backendServices"+    Core.:> Core.Capture "backendService" Core.Text+    Core.:> "deleteSignedUrlKey"+    Core.:> Core.QueryParam "keyName" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Post '[Core.JSON] Operation++-- | Deletes a key for validating requests with signed URLs for this backend service.+--+-- /See:/ 'newComputeBackendServicesDeleteSignedUrlKey' smart constructor.+data ComputeBackendServicesDeleteSignedUrlKey = ComputeBackendServicesDeleteSignedUrlKey+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | Name of the BackendService resource to which the Signed URL Key should be added. The name should conform to RFC1035.+    backendService :: Core.Text,+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | The name of the Signed URL Key to delete.+    keyName :: Core.Text,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeBackendServicesDeleteSignedUrlKey' with the minimum fields required to make a request.+newComputeBackendServicesDeleteSignedUrlKey ::+  -- |  Name of the BackendService resource to which the Signed URL Key should be added. The name should conform to RFC1035. See 'backendService'.+  Core.Text ->+  -- |  The name of the Signed URL Key to delete. See 'keyName'.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeBackendServicesDeleteSignedUrlKey+newComputeBackendServicesDeleteSignedUrlKey+  backendService+  keyName+  project =+    ComputeBackendServicesDeleteSignedUrlKey+      { xgafv = Core.Nothing,+        accessToken = Core.Nothing,+        backendService = backendService,+        callback = Core.Nothing,+        keyName = keyName,+        project = project,+        requestId = Core.Nothing,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing+      }++instance+  Core.GoogleRequest+    ComputeBackendServicesDeleteSignedUrlKey+  where+  type Rs ComputeBackendServicesDeleteSignedUrlKey = Operation+  type+    Scopes ComputeBackendServicesDeleteSignedUrlKey =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeBackendServicesDeleteSignedUrlKey {..} =+    go+      project+      backendService+      (Core.Just keyName)+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeBackendServicesDeleteSignedUrlKeyResource+          )+          Core.mempty
+ gen/Gogol/Compute/BackendServices/Get.hs view
@@ -0,0 +1,120 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.BackendServices.Get+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Returns the specified BackendService resource.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.backendServices.get@.+module Gogol.Compute.BackendServices.Get+  ( -- * Resource+    ComputeBackendServicesGetResource,++    -- ** Constructing a Request+    ComputeBackendServicesGet (..),+    newComputeBackendServicesGet,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.backendServices.get@ method which the+-- 'ComputeBackendServicesGet' request conforms to.+type ComputeBackendServicesGetResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "backendServices"+    Core.:> Core.Capture "backendService" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] BackendService++-- | Returns the specified BackendService resource.+--+-- /See:/ 'newComputeBackendServicesGet' smart constructor.+data ComputeBackendServicesGet = ComputeBackendServicesGet+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | Name of the BackendService resource to return.+    backendService :: Core.Text,+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeBackendServicesGet' with the minimum fields required to make a request.+newComputeBackendServicesGet ::+  -- |  Name of the BackendService resource to return. See 'backendService'.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeBackendServicesGet+newComputeBackendServicesGet backendService project =+  ComputeBackendServicesGet+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      backendService = backendService,+      callback = Core.Nothing,+      project = project,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeBackendServicesGet where+  type Rs ComputeBackendServicesGet = BackendService+  type+    Scopes ComputeBackendServicesGet =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeBackendServicesGet {..} =+    go+      project+      backendService+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeBackendServicesGetResource)+          Core.mempty
+ gen/Gogol/Compute/BackendServices/GetHealth.hs view
@@ -0,0 +1,127 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.BackendServices.GetHealth+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Gets the most recent health check results for this BackendService. Example request body: { \"group\": \"\/zones\/us-east1-b\/instanceGroups\/lb-backend-example\" }+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.backendServices.getHealth@.+module Gogol.Compute.BackendServices.GetHealth+  ( -- * Resource+    ComputeBackendServicesGetHealthResource,++    -- ** Constructing a Request+    ComputeBackendServicesGetHealth (..),+    newComputeBackendServicesGetHealth,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.backendServices.getHealth@ method which the+-- 'ComputeBackendServicesGetHealth' request conforms to.+type ComputeBackendServicesGetHealthResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "backendServices"+    Core.:> Core.Capture "backendService" Core.Text+    Core.:> "getHealth"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] ResourceGroupReference+    Core.:> Core.Post '[Core.JSON] BackendServiceGroupHealth++-- | Gets the most recent health check results for this BackendService. Example request body: { \"group\": \"\/zones\/us-east1-b\/instanceGroups\/lb-backend-example\" }+--+-- /See:/ 'newComputeBackendServicesGetHealth' smart constructor.+data ComputeBackendServicesGetHealth = ComputeBackendServicesGetHealth+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | Name of the BackendService resource to which the queried instance belongs.+    backendService :: Core.Text,+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Multipart request metadata.+    payload :: ResourceGroupReference,+    project :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeBackendServicesGetHealth' with the minimum fields required to make a request.+newComputeBackendServicesGetHealth ::+  -- |  Name of the BackendService resource to which the queried instance belongs. See 'backendService'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  ResourceGroupReference ->+  -- |  See 'project'.+  Core.Text ->+  ComputeBackendServicesGetHealth+newComputeBackendServicesGetHealth backendService payload project =+  ComputeBackendServicesGetHealth+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      backendService = backendService,+      callback = Core.Nothing,+      payload = payload,+      project = project,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeBackendServicesGetHealth where+  type Rs ComputeBackendServicesGetHealth = BackendServiceGroupHealth+  type+    Scopes ComputeBackendServicesGetHealth =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeBackendServicesGetHealth {..} =+    go+      project+      backendService+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeBackendServicesGetHealthResource)+          Core.mempty
+ gen/Gogol/Compute/BackendServices/GetIamPolicy.hs view
@@ -0,0 +1,128 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.BackendServices.GetIamPolicy+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Gets the access control policy for a resource. May be empty if no such policy or resource exists.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.backendServices.getIamPolicy@.+module Gogol.Compute.BackendServices.GetIamPolicy+  ( -- * Resource+    ComputeBackendServicesGetIamPolicyResource,++    -- ** Constructing a Request+    ComputeBackendServicesGetIamPolicy (..),+    newComputeBackendServicesGetIamPolicy,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.backendServices.getIamPolicy@ method which the+-- 'ComputeBackendServicesGetIamPolicy' request conforms to.+type ComputeBackendServicesGetIamPolicyResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "backendServices"+    Core.:> Core.Capture "resource" Core.Text+    Core.:> "getIamPolicy"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "optionsRequestedPolicyVersion" Core.Int32+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] Policy++-- | Gets the access control policy for a resource. May be empty if no such policy or resource exists.+--+-- /See:/ 'newComputeBackendServicesGetIamPolicy' smart constructor.+data ComputeBackendServicesGetIamPolicy = ComputeBackendServicesGetIamPolicy+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Requested IAM Policy version.+    optionsRequestedPolicyVersion :: (Core.Maybe Core.Int32),+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Name or id of the resource for this request.+    resource :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeBackendServicesGetIamPolicy' with the minimum fields required to make a request.+newComputeBackendServicesGetIamPolicy ::+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  Name or id of the resource for this request. See 'resource'.+  Core.Text ->+  ComputeBackendServicesGetIamPolicy+newComputeBackendServicesGetIamPolicy project resource =+  ComputeBackendServicesGetIamPolicy+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      optionsRequestedPolicyVersion = Core.Nothing,+      project = project,+      resource = resource,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeBackendServicesGetIamPolicy where+  type Rs ComputeBackendServicesGetIamPolicy = Policy+  type+    Scopes ComputeBackendServicesGetIamPolicy =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeBackendServicesGetIamPolicy {..} =+    go+      project+      resource+      xgafv+      accessToken+      callback+      optionsRequestedPolicyVersion+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeBackendServicesGetIamPolicyResource+          )+          Core.mempty
+ gen/Gogol/Compute/BackendServices/Insert.hs view
@@ -0,0 +1,125 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.BackendServices.Insert+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Creates a BackendService resource in the specified project using the data included in the request. For more information, see Backend services overview .+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.backendServices.insert@.+module Gogol.Compute.BackendServices.Insert+  ( -- * Resource+    ComputeBackendServicesInsertResource,++    -- ** Constructing a Request+    ComputeBackendServicesInsert (..),+    newComputeBackendServicesInsert,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.backendServices.insert@ method which the+-- 'ComputeBackendServicesInsert' request conforms to.+type ComputeBackendServicesInsertResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "backendServices"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] BackendService+    Core.:> Core.Post '[Core.JSON] Operation++-- | Creates a BackendService resource in the specified project using the data included in the request. For more information, see Backend services overview .+--+-- /See:/ 'newComputeBackendServicesInsert' smart constructor.+data ComputeBackendServicesInsert = ComputeBackendServicesInsert+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Multipart request metadata.+    payload :: BackendService,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeBackendServicesInsert' with the minimum fields required to make a request.+newComputeBackendServicesInsert ::+  -- |  Multipart request metadata. See 'payload'.+  BackendService ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeBackendServicesInsert+newComputeBackendServicesInsert payload project =+  ComputeBackendServicesInsert+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      payload = payload,+      project = project,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeBackendServicesInsert where+  type Rs ComputeBackendServicesInsert = Operation+  type+    Scopes ComputeBackendServicesInsert =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeBackendServicesInsert {..} =+    go+      project+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeBackendServicesInsertResource)+          Core.mempty
+ gen/Gogol/Compute/BackendServices/List.hs view
@@ -0,0 +1,140 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.BackendServices.List+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Retrieves the list of BackendService resources available to the specified project.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.backendServices.list@.+module Gogol.Compute.BackendServices.List+  ( -- * Resource+    ComputeBackendServicesListResource,++    -- ** Constructing a Request+    ComputeBackendServicesList (..),+    newComputeBackendServicesList,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.backendServices.list@ method which the+-- 'ComputeBackendServicesList' request conforms to.+type ComputeBackendServicesListResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "backendServices"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "filter" Core.Text+    Core.:> Core.QueryParam "maxResults" Core.Word32+    Core.:> Core.QueryParam "orderBy" Core.Text+    Core.:> Core.QueryParam "pageToken" Core.Text+    Core.:> Core.QueryParam "returnPartialSuccess" Core.Bool+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] BackendServiceList++-- | Retrieves the list of BackendService resources available to the specified project.+--+-- /See:/ 'newComputeBackendServicesList' smart constructor.+data ComputeBackendServicesList = ComputeBackendServicesList+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: Core.Word32,+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.+    returnPartialSuccess :: (Core.Maybe Core.Bool),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeBackendServicesList' with the minimum fields required to make a request.+newComputeBackendServicesList ::+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeBackendServicesList+newComputeBackendServicesList project =+  ComputeBackendServicesList+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      filter = Core.Nothing,+      maxResults = 500,+      orderBy = Core.Nothing,+      pageToken = Core.Nothing,+      project = project,+      returnPartialSuccess = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeBackendServicesList where+  type Rs ComputeBackendServicesList = BackendServiceList+  type+    Scopes ComputeBackendServicesList =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeBackendServicesList {..} =+    go+      project+      xgafv+      accessToken+      callback+      filter+      (Core.Just maxResults)+      orderBy+      pageToken+      returnPartialSuccess+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeBackendServicesListResource)+          Core.mempty
+ gen/Gogol/Compute/BackendServices/ListUsable.hs view
@@ -0,0 +1,141 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.BackendServices.ListUsable+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Retrieves a list of all usable backend services in the specified project.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.backendServices.listUsable@.+module Gogol.Compute.BackendServices.ListUsable+  ( -- * Resource+    ComputeBackendServicesListUsableResource,++    -- ** Constructing a Request+    ComputeBackendServicesListUsable (..),+    newComputeBackendServicesListUsable,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.backendServices.listUsable@ method which the+-- 'ComputeBackendServicesListUsable' request conforms to.+type ComputeBackendServicesListUsableResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "backendServices"+    Core.:> "listUsable"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "filter" Core.Text+    Core.:> Core.QueryParam "maxResults" Core.Word32+    Core.:> Core.QueryParam "orderBy" Core.Text+    Core.:> Core.QueryParam "pageToken" Core.Text+    Core.:> Core.QueryParam "returnPartialSuccess" Core.Bool+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] BackendServiceListUsable++-- | Retrieves a list of all usable backend services in the specified project.+--+-- /See:/ 'newComputeBackendServicesListUsable' smart constructor.+data ComputeBackendServicesListUsable = ComputeBackendServicesListUsable+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: Core.Word32,+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.+    returnPartialSuccess :: (Core.Maybe Core.Bool),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeBackendServicesListUsable' with the minimum fields required to make a request.+newComputeBackendServicesListUsable ::+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeBackendServicesListUsable+newComputeBackendServicesListUsable project =+  ComputeBackendServicesListUsable+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      filter = Core.Nothing,+      maxResults = 500,+      orderBy = Core.Nothing,+      pageToken = Core.Nothing,+      project = project,+      returnPartialSuccess = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeBackendServicesListUsable where+  type Rs ComputeBackendServicesListUsable = BackendServiceListUsable+  type+    Scopes ComputeBackendServicesListUsable =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeBackendServicesListUsable {..} =+    go+      project+      xgafv+      accessToken+      callback+      filter+      (Core.Just maxResults)+      orderBy+      pageToken+      returnPartialSuccess+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeBackendServicesListUsableResource)+          Core.mempty
+ gen/Gogol/Compute/BackendServices/Patch.hs view
@@ -0,0 +1,132 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.BackendServices.Patch+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Patches the specified BackendService resource with the data included in the request. For more information, see Backend services overview. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.backendServices.patch@.+module Gogol.Compute.BackendServices.Patch+  ( -- * Resource+    ComputeBackendServicesPatchResource,++    -- ** Constructing a Request+    ComputeBackendServicesPatch (..),+    newComputeBackendServicesPatch,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.backendServices.patch@ method which the+-- 'ComputeBackendServicesPatch' request conforms to.+type ComputeBackendServicesPatchResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "backendServices"+    Core.:> Core.Capture "backendService" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] BackendService+    Core.:> Core.Patch '[Core.JSON] Operation++-- | Patches the specified BackendService resource with the data included in the request. For more information, see Backend services overview. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.+--+-- /See:/ 'newComputeBackendServicesPatch' smart constructor.+data ComputeBackendServicesPatch = ComputeBackendServicesPatch+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | Name of the BackendService resource to patch.+    backendService :: Core.Text,+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Multipart request metadata.+    payload :: BackendService,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeBackendServicesPatch' with the minimum fields required to make a request.+newComputeBackendServicesPatch ::+  -- |  Name of the BackendService resource to patch. See 'backendService'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  BackendService ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeBackendServicesPatch+newComputeBackendServicesPatch backendService payload project =+  ComputeBackendServicesPatch+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      backendService = backendService,+      callback = Core.Nothing,+      payload = payload,+      project = project,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeBackendServicesPatch where+  type Rs ComputeBackendServicesPatch = Operation+  type+    Scopes ComputeBackendServicesPatch =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeBackendServicesPatch {..} =+    go+      project+      backendService+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeBackendServicesPatchResource)+          Core.mempty
+ gen/Gogol/Compute/BackendServices/SetEdgeSecurityPolicy.hs view
@@ -0,0 +1,141 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.BackendServices.SetEdgeSecurityPolicy+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Sets the edge security policy for the specified backend service.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.backendServices.setEdgeSecurityPolicy@.+module Gogol.Compute.BackendServices.SetEdgeSecurityPolicy+  ( -- * Resource+    ComputeBackendServicesSetEdgeSecurityPolicyResource,++    -- ** Constructing a Request+    ComputeBackendServicesSetEdgeSecurityPolicy (..),+    newComputeBackendServicesSetEdgeSecurityPolicy,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.backendServices.setEdgeSecurityPolicy@ method which the+-- 'ComputeBackendServicesSetEdgeSecurityPolicy' request conforms to.+type ComputeBackendServicesSetEdgeSecurityPolicyResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "backendServices"+    Core.:> Core.Capture "backendService" Core.Text+    Core.:> "setEdgeSecurityPolicy"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] SecurityPolicyReference+    Core.:> Core.Post '[Core.JSON] Operation++-- | Sets the edge security policy for the specified backend service.+--+-- /See:/ 'newComputeBackendServicesSetEdgeSecurityPolicy' smart constructor.+data ComputeBackendServicesSetEdgeSecurityPolicy = ComputeBackendServicesSetEdgeSecurityPolicy+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | Name of the BackendService resource to which the edge security policy should be set. The name should conform to RFC1035.+    backendService :: Core.Text,+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Multipart request metadata.+    payload :: SecurityPolicyReference,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeBackendServicesSetEdgeSecurityPolicy' with the minimum fields required to make a request.+newComputeBackendServicesSetEdgeSecurityPolicy ::+  -- |  Name of the BackendService resource to which the edge security policy should be set. The name should conform to RFC1035. See 'backendService'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  SecurityPolicyReference ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeBackendServicesSetEdgeSecurityPolicy+newComputeBackendServicesSetEdgeSecurityPolicy+  backendService+  payload+  project =+    ComputeBackendServicesSetEdgeSecurityPolicy+      { xgafv = Core.Nothing,+        accessToken = Core.Nothing,+        backendService = backendService,+        callback = Core.Nothing,+        payload = payload,+        project = project,+        requestId = Core.Nothing,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing+      }++instance+  Core.GoogleRequest+    ComputeBackendServicesSetEdgeSecurityPolicy+  where+  type Rs ComputeBackendServicesSetEdgeSecurityPolicy = Operation+  type+    Scopes ComputeBackendServicesSetEdgeSecurityPolicy =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeBackendServicesSetEdgeSecurityPolicy {..} =+    go+      project+      backendService+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeBackendServicesSetEdgeSecurityPolicyResource+          )+          Core.mempty
+ gen/Gogol/Compute/BackendServices/SetIamPolicy.hs view
@@ -0,0 +1,130 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.BackendServices.SetIamPolicy+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Sets the access control policy on the specified resource. Replaces any existing policy.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.backendServices.setIamPolicy@.+module Gogol.Compute.BackendServices.SetIamPolicy+  ( -- * Resource+    ComputeBackendServicesSetIamPolicyResource,++    -- ** Constructing a Request+    ComputeBackendServicesSetIamPolicy (..),+    newComputeBackendServicesSetIamPolicy,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.backendServices.setIamPolicy@ method which the+-- 'ComputeBackendServicesSetIamPolicy' request conforms to.+type ComputeBackendServicesSetIamPolicyResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "backendServices"+    Core.:> Core.Capture "resource" Core.Text+    Core.:> "setIamPolicy"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] GlobalSetPolicyRequest+    Core.:> Core.Post '[Core.JSON] Policy++-- | Sets the access control policy on the specified resource. Replaces any existing policy.+--+-- /See:/ 'newComputeBackendServicesSetIamPolicy' smart constructor.+data ComputeBackendServicesSetIamPolicy = ComputeBackendServicesSetIamPolicy+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Multipart request metadata.+    payload :: GlobalSetPolicyRequest,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Name or id of the resource for this request.+    resource :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeBackendServicesSetIamPolicy' with the minimum fields required to make a request.+newComputeBackendServicesSetIamPolicy ::+  -- |  Multipart request metadata. See 'payload'.+  GlobalSetPolicyRequest ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  Name or id of the resource for this request. See 'resource'.+  Core.Text ->+  ComputeBackendServicesSetIamPolicy+newComputeBackendServicesSetIamPolicy payload project resource =+  ComputeBackendServicesSetIamPolicy+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      payload = payload,+      project = project,+      resource = resource,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeBackendServicesSetIamPolicy where+  type Rs ComputeBackendServicesSetIamPolicy = Policy+  type+    Scopes ComputeBackendServicesSetIamPolicy =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeBackendServicesSetIamPolicy {..} =+    go+      project+      resource+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeBackendServicesSetIamPolicyResource+          )+          Core.mempty
+ gen/Gogol/Compute/BackendServices/SetSecurityPolicy.hs view
@@ -0,0 +1,138 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.BackendServices.SetSecurityPolicy+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Sets the Google Cloud Armor security policy for the specified backend service. For more information, see Google Cloud Armor Overview+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.backendServices.setSecurityPolicy@.+module Gogol.Compute.BackendServices.SetSecurityPolicy+  ( -- * Resource+    ComputeBackendServicesSetSecurityPolicyResource,++    -- ** Constructing a Request+    ComputeBackendServicesSetSecurityPolicy (..),+    newComputeBackendServicesSetSecurityPolicy,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.backendServices.setSecurityPolicy@ method which the+-- 'ComputeBackendServicesSetSecurityPolicy' request conforms to.+type ComputeBackendServicesSetSecurityPolicyResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "backendServices"+    Core.:> Core.Capture "backendService" Core.Text+    Core.:> "setSecurityPolicy"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] SecurityPolicyReference+    Core.:> Core.Post '[Core.JSON] Operation++-- | Sets the Google Cloud Armor security policy for the specified backend service. For more information, see Google Cloud Armor Overview+--+-- /See:/ 'newComputeBackendServicesSetSecurityPolicy' smart constructor.+data ComputeBackendServicesSetSecurityPolicy = ComputeBackendServicesSetSecurityPolicy+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | Name of the BackendService resource to which the security policy should be set. The name should conform to RFC1035.+    backendService :: Core.Text,+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Multipart request metadata.+    payload :: SecurityPolicyReference,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeBackendServicesSetSecurityPolicy' with the minimum fields required to make a request.+newComputeBackendServicesSetSecurityPolicy ::+  -- |  Name of the BackendService resource to which the security policy should be set. The name should conform to RFC1035. See 'backendService'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  SecurityPolicyReference ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeBackendServicesSetSecurityPolicy+newComputeBackendServicesSetSecurityPolicy+  backendService+  payload+  project =+    ComputeBackendServicesSetSecurityPolicy+      { xgafv = Core.Nothing,+        accessToken = Core.Nothing,+        backendService = backendService,+        callback = Core.Nothing,+        payload = payload,+        project = project,+        requestId = Core.Nothing,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing+      }++instance Core.GoogleRequest ComputeBackendServicesSetSecurityPolicy where+  type Rs ComputeBackendServicesSetSecurityPolicy = Operation+  type+    Scopes ComputeBackendServicesSetSecurityPolicy =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeBackendServicesSetSecurityPolicy {..} =+    go+      project+      backendService+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeBackendServicesSetSecurityPolicyResource+          )+          Core.mempty
+ gen/Gogol/Compute/BackendServices/TestIamPermissions.hs view
@@ -0,0 +1,138 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.BackendServices.TestIamPermissions+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Returns permissions that a caller has on the specified resource.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.backendServices.testIamPermissions@.+module Gogol.Compute.BackendServices.TestIamPermissions+  ( -- * Resource+    ComputeBackendServicesTestIamPermissionsResource,++    -- ** Constructing a Request+    ComputeBackendServicesTestIamPermissions (..),+    newComputeBackendServicesTestIamPermissions,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.backendServices.testIamPermissions@ method which the+-- 'ComputeBackendServicesTestIamPermissions' request conforms to.+type ComputeBackendServicesTestIamPermissionsResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "backendServices"+    Core.:> Core.Capture "resource" Core.Text+    Core.:> "testIamPermissions"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] TestPermissionsRequest+    Core.:> Core.Post '[Core.JSON] TestPermissionsResponse++-- | Returns permissions that a caller has on the specified resource.+--+-- /See:/ 'newComputeBackendServicesTestIamPermissions' smart constructor.+data ComputeBackendServicesTestIamPermissions = ComputeBackendServicesTestIamPermissions+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Multipart request metadata.+    payload :: TestPermissionsRequest,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Name or id of the resource for this request.+    resource :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeBackendServicesTestIamPermissions' with the minimum fields required to make a request.+newComputeBackendServicesTestIamPermissions ::+  -- |  Multipart request metadata. See 'payload'.+  TestPermissionsRequest ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  Name or id of the resource for this request. See 'resource'.+  Core.Text ->+  ComputeBackendServicesTestIamPermissions+newComputeBackendServicesTestIamPermissions+  payload+  project+  resource =+    ComputeBackendServicesTestIamPermissions+      { xgafv = Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        payload = payload,+        project = project,+        resource = resource,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing+      }++instance+  Core.GoogleRequest+    ComputeBackendServicesTestIamPermissions+  where+  type+    Rs ComputeBackendServicesTestIamPermissions =+      TestPermissionsResponse+  type+    Scopes ComputeBackendServicesTestIamPermissions =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeBackendServicesTestIamPermissions {..} =+    go+      project+      resource+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeBackendServicesTestIamPermissionsResource+          )+          Core.mempty
+ gen/Gogol/Compute/BackendServices/Update.hs view
@@ -0,0 +1,132 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.BackendServices.Update+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Updates the specified BackendService resource with the data included in the request. For more information, see Backend services overview.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.backendServices.update@.+module Gogol.Compute.BackendServices.Update+  ( -- * Resource+    ComputeBackendServicesUpdateResource,++    -- ** Constructing a Request+    ComputeBackendServicesUpdate (..),+    newComputeBackendServicesUpdate,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.backendServices.update@ method which the+-- 'ComputeBackendServicesUpdate' request conforms to.+type ComputeBackendServicesUpdateResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "backendServices"+    Core.:> Core.Capture "backendService" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] BackendService+    Core.:> Core.Put '[Core.JSON] Operation++-- | Updates the specified BackendService resource with the data included in the request. For more information, see Backend services overview.+--+-- /See:/ 'newComputeBackendServicesUpdate' smart constructor.+data ComputeBackendServicesUpdate = ComputeBackendServicesUpdate+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | Name of the BackendService resource to update.+    backendService :: Core.Text,+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Multipart request metadata.+    payload :: BackendService,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeBackendServicesUpdate' with the minimum fields required to make a request.+newComputeBackendServicesUpdate ::+  -- |  Name of the BackendService resource to update. See 'backendService'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  BackendService ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeBackendServicesUpdate+newComputeBackendServicesUpdate backendService payload project =+  ComputeBackendServicesUpdate+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      backendService = backendService,+      callback = Core.Nothing,+      payload = payload,+      project = project,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeBackendServicesUpdate where+  type Rs ComputeBackendServicesUpdate = Operation+  type+    Scopes ComputeBackendServicesUpdate =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeBackendServicesUpdate {..} =+    go+      project+      backendService+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeBackendServicesUpdateResource)+          Core.mempty
+ gen/Gogol/Compute/DiskTypes/AggregatedList.hs view
@@ -0,0 +1,150 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.DiskTypes.AggregatedList+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Retrieves an aggregated list of disk types. To prevent failure, Google recommends that you set the @returnPartialSuccess@ parameter to @true@.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.diskTypes.aggregatedList@.+module Gogol.Compute.DiskTypes.AggregatedList+  ( -- * Resource+    ComputeDiskTypesAggregatedListResource,++    -- ** Constructing a Request+    ComputeDiskTypesAggregatedList (..),+    newComputeDiskTypesAggregatedList,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.diskTypes.aggregatedList@ method which the+-- 'ComputeDiskTypesAggregatedList' request conforms to.+type ComputeDiskTypesAggregatedListResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "aggregated"+    Core.:> "diskTypes"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "filter" Core.Text+    Core.:> Core.QueryParam "includeAllScopes" Core.Bool+    Core.:> Core.QueryParam "maxResults" Core.Word32+    Core.:> Core.QueryParam "orderBy" Core.Text+    Core.:> Core.QueryParam "pageToken" Core.Text+    Core.:> Core.QueryParam "returnPartialSuccess" Core.Bool+    Core.:> Core.QueryParam "serviceProjectNumber" Core.Int64+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] DiskTypeAggregatedList++-- | Retrieves an aggregated list of disk types. To prevent failure, Google recommends that you set the @returnPartialSuccess@ parameter to @true@.+--+-- /See:/ 'newComputeDiskTypesAggregatedList' smart constructor.+data ComputeDiskTypesAggregatedList = ComputeDiskTypesAggregatedList+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.+    includeAllScopes :: (Core.Maybe Core.Bool),+    -- | 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 :: Core.Word32,+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.+    returnPartialSuccess :: (Core.Maybe Core.Bool),+    -- | The Shared VPC service project id or service project number for which aggregated list request is invoked for subnetworks list-usable api.+    serviceProjectNumber :: (Core.Maybe Core.Int64),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeDiskTypesAggregatedList' with the minimum fields required to make a request.+newComputeDiskTypesAggregatedList ::+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeDiskTypesAggregatedList+newComputeDiskTypesAggregatedList project =+  ComputeDiskTypesAggregatedList+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      filter = Core.Nothing,+      includeAllScopes = Core.Nothing,+      maxResults = 500,+      orderBy = Core.Nothing,+      pageToken = Core.Nothing,+      project = project,+      returnPartialSuccess = Core.Nothing,+      serviceProjectNumber = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeDiskTypesAggregatedList where+  type Rs ComputeDiskTypesAggregatedList = DiskTypeAggregatedList+  type+    Scopes ComputeDiskTypesAggregatedList =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeDiskTypesAggregatedList {..} =+    go+      project+      xgafv+      accessToken+      callback+      filter+      includeAllScopes+      (Core.Just maxResults)+      orderBy+      pageToken+      returnPartialSuccess+      serviceProjectNumber+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeDiskTypesAggregatedListResource)+          Core.mempty
+ gen/Gogol/Compute/DiskTypes/Get.hs view
@@ -0,0 +1,127 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.DiskTypes.Get+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Returns the specified disk type.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.diskTypes.get@.+module Gogol.Compute.DiskTypes.Get+  ( -- * Resource+    ComputeDiskTypesGetResource,++    -- ** Constructing a Request+    ComputeDiskTypesGet (..),+    newComputeDiskTypesGet,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.diskTypes.get@ method which the+-- 'ComputeDiskTypesGet' request conforms to.+type ComputeDiskTypesGetResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "diskTypes"+    Core.:> Core.Capture "diskType" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] DiskType++-- | Returns the specified disk type.+--+-- /See:/ 'newComputeDiskTypesGet' smart constructor.+data ComputeDiskTypesGet = ComputeDiskTypesGet+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the disk type to return.+    diskType :: Core.Text,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone for this request.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeDiskTypesGet' with the minimum fields required to make a request.+newComputeDiskTypesGet ::+  -- |  Name of the disk type to return. See 'diskType'.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone for this request. See 'zone'.+  Core.Text ->+  ComputeDiskTypesGet+newComputeDiskTypesGet diskType project zone =+  ComputeDiskTypesGet+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      diskType = diskType,+      project = project,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      zone = zone+    }++instance Core.GoogleRequest ComputeDiskTypesGet where+  type Rs ComputeDiskTypesGet = DiskType+  type+    Scopes ComputeDiskTypesGet =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeDiskTypesGet {..} =+    go+      project+      zone+      diskType+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeDiskTypesGetResource)+          Core.mempty
+ gen/Gogol/Compute/DiskTypes/List.hs view
@@ -0,0 +1,147 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.DiskTypes.List+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Retrieves a list of disk types available to the specified project.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.diskTypes.list@.+module Gogol.Compute.DiskTypes.List+  ( -- * Resource+    ComputeDiskTypesListResource,++    -- ** Constructing a Request+    ComputeDiskTypesList (..),+    newComputeDiskTypesList,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.diskTypes.list@ method which the+-- 'ComputeDiskTypesList' request conforms to.+type ComputeDiskTypesListResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "diskTypes"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "filter" Core.Text+    Core.:> Core.QueryParam "maxResults" Core.Word32+    Core.:> Core.QueryParam "orderBy" Core.Text+    Core.:> Core.QueryParam "pageToken" Core.Text+    Core.:> Core.QueryParam "returnPartialSuccess" Core.Bool+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] DiskTypeList++-- | Retrieves a list of disk types available to the specified project.+--+-- /See:/ 'newComputeDiskTypesList' smart constructor.+data ComputeDiskTypesList = ComputeDiskTypesList+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: Core.Word32,+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.+    returnPartialSuccess :: (Core.Maybe Core.Bool),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone for this request.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeDiskTypesList' with the minimum fields required to make a request.+newComputeDiskTypesList ::+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone for this request. See 'zone'.+  Core.Text ->+  ComputeDiskTypesList+newComputeDiskTypesList project zone =+  ComputeDiskTypesList+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      filter = Core.Nothing,+      maxResults = 500,+      orderBy = Core.Nothing,+      pageToken = Core.Nothing,+      project = project,+      returnPartialSuccess = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      zone = zone+    }++instance Core.GoogleRequest ComputeDiskTypesList where+  type Rs ComputeDiskTypesList = DiskTypeList+  type+    Scopes ComputeDiskTypesList =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeDiskTypesList {..} =+    go+      project+      zone+      xgafv+      accessToken+      callback+      filter+      (Core.Just maxResults)+      orderBy+      pageToken+      returnPartialSuccess+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeDiskTypesListResource)+          Core.mempty
+ gen/Gogol/Compute/Disks/AddResourcePolicies.hs view
@@ -0,0 +1,140 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Disks.AddResourcePolicies+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Adds existing resource policies to a disk. You can only add one policy which will be applied to this disk for scheduling snapshot creation.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.disks.addResourcePolicies@.+module Gogol.Compute.Disks.AddResourcePolicies+  ( -- * Resource+    ComputeDisksAddResourcePoliciesResource,++    -- ** Constructing a Request+    ComputeDisksAddResourcePolicies (..),+    newComputeDisksAddResourcePolicies,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.disks.addResourcePolicies@ method which the+-- 'ComputeDisksAddResourcePolicies' request conforms to.+type ComputeDisksAddResourcePoliciesResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "disks"+    Core.:> Core.Capture "disk" Core.Text+    Core.:> "addResourcePolicies"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] DisksAddResourcePoliciesRequest+    Core.:> Core.Post '[Core.JSON] Operation++-- | Adds existing resource policies to a disk. You can only add one policy which will be applied to this disk for scheduling snapshot creation.+--+-- /See:/ 'newComputeDisksAddResourcePolicies' smart constructor.+data ComputeDisksAddResourcePolicies = ComputeDisksAddResourcePolicies+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | The disk name for this request.+    disk :: Core.Text,+    -- | Multipart request metadata.+    payload :: DisksAddResourcePoliciesRequest,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone for this request.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeDisksAddResourcePolicies' with the minimum fields required to make a request.+newComputeDisksAddResourcePolicies ::+  -- |  The disk name for this request. See 'disk'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  DisksAddResourcePoliciesRequest ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone for this request. See 'zone'.+  Core.Text ->+  ComputeDisksAddResourcePolicies+newComputeDisksAddResourcePolicies disk payload project zone =+  ComputeDisksAddResourcePolicies+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      disk = disk,+      payload = payload,+      project = project,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      zone = zone+    }++instance Core.GoogleRequest ComputeDisksAddResourcePolicies where+  type Rs ComputeDisksAddResourcePolicies = Operation+  type+    Scopes ComputeDisksAddResourcePolicies =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeDisksAddResourcePolicies {..} =+    go+      project+      zone+      disk+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeDisksAddResourcePoliciesResource)+          Core.mempty
+ gen/Gogol/Compute/Disks/AggregatedList.hs view
@@ -0,0 +1,150 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Disks.AggregatedList+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Retrieves an aggregated list of persistent disks. To prevent failure, Google recommends that you set the @returnPartialSuccess@ parameter to @true@.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.disks.aggregatedList@.+module Gogol.Compute.Disks.AggregatedList+  ( -- * Resource+    ComputeDisksAggregatedListResource,++    -- ** Constructing a Request+    ComputeDisksAggregatedList (..),+    newComputeDisksAggregatedList,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.disks.aggregatedList@ method which the+-- 'ComputeDisksAggregatedList' request conforms to.+type ComputeDisksAggregatedListResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "aggregated"+    Core.:> "disks"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "filter" Core.Text+    Core.:> Core.QueryParam "includeAllScopes" Core.Bool+    Core.:> Core.QueryParam "maxResults" Core.Word32+    Core.:> Core.QueryParam "orderBy" Core.Text+    Core.:> Core.QueryParam "pageToken" Core.Text+    Core.:> Core.QueryParam "returnPartialSuccess" Core.Bool+    Core.:> Core.QueryParam "serviceProjectNumber" Core.Int64+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] DiskAggregatedList++-- | Retrieves an aggregated list of persistent disks. To prevent failure, Google recommends that you set the @returnPartialSuccess@ parameter to @true@.+--+-- /See:/ 'newComputeDisksAggregatedList' smart constructor.+data ComputeDisksAggregatedList = ComputeDisksAggregatedList+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.+    includeAllScopes :: (Core.Maybe Core.Bool),+    -- | 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 :: Core.Word32,+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.+    returnPartialSuccess :: (Core.Maybe Core.Bool),+    -- | The Shared VPC service project id or service project number for which aggregated list request is invoked for subnetworks list-usable api.+    serviceProjectNumber :: (Core.Maybe Core.Int64),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeDisksAggregatedList' with the minimum fields required to make a request.+newComputeDisksAggregatedList ::+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeDisksAggregatedList+newComputeDisksAggregatedList project =+  ComputeDisksAggregatedList+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      filter = Core.Nothing,+      includeAllScopes = Core.Nothing,+      maxResults = 500,+      orderBy = Core.Nothing,+      pageToken = Core.Nothing,+      project = project,+      returnPartialSuccess = Core.Nothing,+      serviceProjectNumber = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeDisksAggregatedList where+  type Rs ComputeDisksAggregatedList = DiskAggregatedList+  type+    Scopes ComputeDisksAggregatedList =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeDisksAggregatedList {..} =+    go+      project+      xgafv+      accessToken+      callback+      filter+      includeAllScopes+      (Core.Just maxResults)+      orderBy+      pageToken+      returnPartialSuccess+      serviceProjectNumber+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeDisksAggregatedListResource)+          Core.mempty
+ gen/Gogol/Compute/Disks/BulkInsert.hs view
@@ -0,0 +1,133 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Disks.BulkInsert+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Bulk create a set of disks.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.disks.bulkInsert@.+module Gogol.Compute.Disks.BulkInsert+  ( -- * Resource+    ComputeDisksBulkInsertResource,++    -- ** Constructing a Request+    ComputeDisksBulkInsert (..),+    newComputeDisksBulkInsert,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.disks.bulkInsert@ method which the+-- 'ComputeDisksBulkInsert' request conforms to.+type ComputeDisksBulkInsertResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "disks"+    Core.:> "bulkInsert"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] BulkInsertDiskResource+    Core.:> Core.Post '[Core.JSON] Operation++-- | Bulk create a set of disks.+--+-- /See:/ 'newComputeDisksBulkInsert' smart constructor.+data ComputeDisksBulkInsert = ComputeDisksBulkInsert+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Multipart request metadata.+    payload :: BulkInsertDiskResource,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone for this request.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeDisksBulkInsert' with the minimum fields required to make a request.+newComputeDisksBulkInsert ::+  -- |  Multipart request metadata. See 'payload'.+  BulkInsertDiskResource ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone for this request. See 'zone'.+  Core.Text ->+  ComputeDisksBulkInsert+newComputeDisksBulkInsert payload project zone =+  ComputeDisksBulkInsert+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      payload = payload,+      project = project,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      zone = zone+    }++instance Core.GoogleRequest ComputeDisksBulkInsert where+  type Rs ComputeDisksBulkInsert = Operation+  type+    Scopes ComputeDisksBulkInsert =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeDisksBulkInsert {..} =+    go+      project+      zone+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeDisksBulkInsertResource)+          Core.mempty
+ gen/Gogol/Compute/Disks/CreateSnapshot.hs view
@@ -0,0 +1,145 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Disks.CreateSnapshot+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Creates a snapshot of a specified persistent disk. For regular snapshot creation, consider using snapshots.insert instead, as that method supports more features, such as creating snapshots in a project different from the source disk project.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.disks.createSnapshot@.+module Gogol.Compute.Disks.CreateSnapshot+  ( -- * Resource+    ComputeDisksCreateSnapshotResource,++    -- ** Constructing a Request+    ComputeDisksCreateSnapshot (..),+    newComputeDisksCreateSnapshot,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.disks.createSnapshot@ method which the+-- 'ComputeDisksCreateSnapshot' request conforms to.+type ComputeDisksCreateSnapshotResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "disks"+    Core.:> Core.Capture "disk" Core.Text+    Core.:> "createSnapshot"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "guestFlush" Core.Bool+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] Snapshot+    Core.:> Core.Post '[Core.JSON] Operation++-- | Creates a snapshot of a specified persistent disk. For regular snapshot creation, consider using snapshots.insert instead, as that method supports more features, such as creating snapshots in a project different from the source disk project.+--+-- /See:/ 'newComputeDisksCreateSnapshot' smart constructor.+data ComputeDisksCreateSnapshot = ComputeDisksCreateSnapshot+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the persistent disk to snapshot.+    disk :: Core.Text,+    -- | [Input Only] Whether to attempt an application consistent snapshot by informing the OS to prepare for the snapshot process.+    guestFlush :: (Core.Maybe Core.Bool),+    -- | Multipart request metadata.+    payload :: Snapshot,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone for this request.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeDisksCreateSnapshot' with the minimum fields required to make a request.+newComputeDisksCreateSnapshot ::+  -- |  Name of the persistent disk to snapshot. See 'disk'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  Snapshot ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone for this request. See 'zone'.+  Core.Text ->+  ComputeDisksCreateSnapshot+newComputeDisksCreateSnapshot disk payload project zone =+  ComputeDisksCreateSnapshot+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      disk = disk,+      guestFlush = Core.Nothing,+      payload = payload,+      project = project,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      zone = zone+    }++instance Core.GoogleRequest ComputeDisksCreateSnapshot where+  type Rs ComputeDisksCreateSnapshot = Operation+  type+    Scopes ComputeDisksCreateSnapshot =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeDisksCreateSnapshot {..} =+    go+      project+      zone+      disk+      xgafv+      accessToken+      callback+      guestFlush+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeDisksCreateSnapshotResource)+          Core.mempty
+ gen/Gogol/Compute/Disks/Delete.hs view
@@ -0,0 +1,132 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Disks.Delete+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- 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.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.disks.delete@.+module Gogol.Compute.Disks.Delete+  ( -- * Resource+    ComputeDisksDeleteResource,++    -- ** Constructing a Request+    ComputeDisksDelete (..),+    newComputeDisksDelete,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.disks.delete@ method which the+-- 'ComputeDisksDelete' request conforms to.+type ComputeDisksDeleteResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "disks"+    Core.:> Core.Capture "disk" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Delete '[Core.JSON] Operation++-- | 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.+--+-- /See:/ 'newComputeDisksDelete' smart constructor.+data ComputeDisksDelete = ComputeDisksDelete+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the persistent disk to delete.+    disk :: Core.Text,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone for this request.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeDisksDelete' with the minimum fields required to make a request.+newComputeDisksDelete ::+  -- |  Name of the persistent disk to delete. See 'disk'.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone for this request. See 'zone'.+  Core.Text ->+  ComputeDisksDelete+newComputeDisksDelete disk project zone =+  ComputeDisksDelete+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      disk = disk,+      project = project,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      zone = zone+    }++instance Core.GoogleRequest ComputeDisksDelete where+  type Rs ComputeDisksDelete = Operation+  type+    Scopes ComputeDisksDelete =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeDisksDelete {..} =+    go+      project+      zone+      disk+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeDisksDeleteResource)+          Core.mempty
+ gen/Gogol/Compute/Disks/Get.hs view
@@ -0,0 +1,127 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Disks.Get+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Returns the specified persistent disk.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.disks.get@.+module Gogol.Compute.Disks.Get+  ( -- * Resource+    ComputeDisksGetResource,++    -- ** Constructing a Request+    ComputeDisksGet (..),+    newComputeDisksGet,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.disks.get@ method which the+-- 'ComputeDisksGet' request conforms to.+type ComputeDisksGetResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "disks"+    Core.:> Core.Capture "disk" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] Disk++-- | Returns the specified persistent disk.+--+-- /See:/ 'newComputeDisksGet' smart constructor.+data ComputeDisksGet = ComputeDisksGet+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the persistent disk to return.+    disk :: Core.Text,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone for this request.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeDisksGet' with the minimum fields required to make a request.+newComputeDisksGet ::+  -- |  Name of the persistent disk to return. See 'disk'.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone for this request. See 'zone'.+  Core.Text ->+  ComputeDisksGet+newComputeDisksGet disk project zone =+  ComputeDisksGet+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      disk = disk,+      project = project,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      zone = zone+    }++instance Core.GoogleRequest ComputeDisksGet where+  type Rs ComputeDisksGet = Disk+  type+    Scopes ComputeDisksGet =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeDisksGet {..} =+    go+      project+      zone+      disk+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeDisksGetResource)+          Core.mempty
+ gen/Gogol/Compute/Disks/GetIamPolicy.hs view
@@ -0,0 +1,133 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Disks.GetIamPolicy+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Gets the access control policy for a resource. May be empty if no such policy or resource exists.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.disks.getIamPolicy@.+module Gogol.Compute.Disks.GetIamPolicy+  ( -- * Resource+    ComputeDisksGetIamPolicyResource,++    -- ** Constructing a Request+    ComputeDisksGetIamPolicy (..),+    newComputeDisksGetIamPolicy,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.disks.getIamPolicy@ method which the+-- 'ComputeDisksGetIamPolicy' request conforms to.+type ComputeDisksGetIamPolicyResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "disks"+    Core.:> Core.Capture "resource" Core.Text+    Core.:> "getIamPolicy"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "optionsRequestedPolicyVersion" Core.Int32+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] Policy++-- | Gets the access control policy for a resource. May be empty if no such policy or resource exists.+--+-- /See:/ 'newComputeDisksGetIamPolicy' smart constructor.+data ComputeDisksGetIamPolicy = ComputeDisksGetIamPolicy+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Requested IAM Policy version.+    optionsRequestedPolicyVersion :: (Core.Maybe Core.Int32),+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Name or id of the resource for this request.+    resource :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone for this request.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeDisksGetIamPolicy' with the minimum fields required to make a request.+newComputeDisksGetIamPolicy ::+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  Name or id of the resource for this request. See 'resource'.+  Core.Text ->+  -- |  The name of the zone for this request. See 'zone'.+  Core.Text ->+  ComputeDisksGetIamPolicy+newComputeDisksGetIamPolicy project resource zone =+  ComputeDisksGetIamPolicy+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      optionsRequestedPolicyVersion = Core.Nothing,+      project = project,+      resource = resource,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      zone = zone+    }++instance Core.GoogleRequest ComputeDisksGetIamPolicy where+  type Rs ComputeDisksGetIamPolicy = Policy+  type+    Scopes ComputeDisksGetIamPolicy =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeDisksGetIamPolicy {..} =+    go+      project+      zone+      resource+      xgafv+      accessToken+      callback+      optionsRequestedPolicyVersion+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeDisksGetIamPolicyResource)+          Core.mempty
+ gen/Gogol/Compute/Disks/Insert.hs view
@@ -0,0 +1,137 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Disks.Insert+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Creates a persistent disk in the specified project using the data in the request. You can create a disk from a source (sourceImage, sourceSnapshot, or sourceDisk) 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.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.disks.insert@.+module Gogol.Compute.Disks.Insert+  ( -- * Resource+    ComputeDisksInsertResource,++    -- ** Constructing a Request+    ComputeDisksInsert (..),+    newComputeDisksInsert,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.disks.insert@ method which the+-- 'ComputeDisksInsert' request conforms to.+type ComputeDisksInsertResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "disks"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "sourceImage" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] Disk+    Core.:> Core.Post '[Core.JSON] Operation++-- | Creates a persistent disk in the specified project using the data in the request. You can create a disk from a source (sourceImage, sourceSnapshot, or sourceDisk) 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.+--+-- /See:/ 'newComputeDisksInsert' smart constructor.+data ComputeDisksInsert = ComputeDisksInsert+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Multipart request metadata.+    payload :: Disk,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Source image to restore onto a disk. This field is optional.+    sourceImage :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone for this request.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeDisksInsert' with the minimum fields required to make a request.+newComputeDisksInsert ::+  -- |  Multipart request metadata. See 'payload'.+  Disk ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone for this request. See 'zone'.+  Core.Text ->+  ComputeDisksInsert+newComputeDisksInsert payload project zone =+  ComputeDisksInsert+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      payload = payload,+      project = project,+      requestId = Core.Nothing,+      sourceImage = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      zone = zone+    }++instance Core.GoogleRequest ComputeDisksInsert where+  type Rs ComputeDisksInsert = Operation+  type+    Scopes ComputeDisksInsert =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeDisksInsert {..} =+    go+      project+      zone+      xgafv+      accessToken+      callback+      requestId+      sourceImage+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeDisksInsertResource)+          Core.mempty
+ gen/Gogol/Compute/Disks/List.hs view
@@ -0,0 +1,147 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Disks.List+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Retrieves a list of persistent disks contained within the specified zone.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.disks.list@.+module Gogol.Compute.Disks.List+  ( -- * Resource+    ComputeDisksListResource,++    -- ** Constructing a Request+    ComputeDisksList (..),+    newComputeDisksList,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.disks.list@ method which the+-- 'ComputeDisksList' request conforms to.+type ComputeDisksListResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "disks"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "filter" Core.Text+    Core.:> Core.QueryParam "maxResults" Core.Word32+    Core.:> Core.QueryParam "orderBy" Core.Text+    Core.:> Core.QueryParam "pageToken" Core.Text+    Core.:> Core.QueryParam "returnPartialSuccess" Core.Bool+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] DiskList++-- | Retrieves a list of persistent disks contained within the specified zone.+--+-- /See:/ 'newComputeDisksList' smart constructor.+data ComputeDisksList = ComputeDisksList+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: Core.Word32,+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.+    returnPartialSuccess :: (Core.Maybe Core.Bool),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone for this request.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeDisksList' with the minimum fields required to make a request.+newComputeDisksList ::+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone for this request. See 'zone'.+  Core.Text ->+  ComputeDisksList+newComputeDisksList project zone =+  ComputeDisksList+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      filter = Core.Nothing,+      maxResults = 500,+      orderBy = Core.Nothing,+      pageToken = Core.Nothing,+      project = project,+      returnPartialSuccess = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      zone = zone+    }++instance Core.GoogleRequest ComputeDisksList where+  type Rs ComputeDisksList = DiskList+  type+    Scopes ComputeDisksList =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeDisksList {..} =+    go+      project+      zone+      xgafv+      accessToken+      callback+      filter+      (Core.Just maxResults)+      orderBy+      pageToken+      returnPartialSuccess+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeDisksListResource)+          Core.mempty
+ gen/Gogol/Compute/Disks/RemoveResourcePolicies.hs view
@@ -0,0 +1,142 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Disks.RemoveResourcePolicies+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Removes resource policies from a disk.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.disks.removeResourcePolicies@.+module Gogol.Compute.Disks.RemoveResourcePolicies+  ( -- * Resource+    ComputeDisksRemoveResourcePoliciesResource,++    -- ** Constructing a Request+    ComputeDisksRemoveResourcePolicies (..),+    newComputeDisksRemoveResourcePolicies,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.disks.removeResourcePolicies@ method which the+-- 'ComputeDisksRemoveResourcePolicies' request conforms to.+type ComputeDisksRemoveResourcePoliciesResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "disks"+    Core.:> Core.Capture "disk" Core.Text+    Core.:> "removeResourcePolicies"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] DisksRemoveResourcePoliciesRequest+    Core.:> Core.Post '[Core.JSON] Operation++-- | Removes resource policies from a disk.+--+-- /See:/ 'newComputeDisksRemoveResourcePolicies' smart constructor.+data ComputeDisksRemoveResourcePolicies = ComputeDisksRemoveResourcePolicies+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | The disk name for this request.+    disk :: Core.Text,+    -- | Multipart request metadata.+    payload :: DisksRemoveResourcePoliciesRequest,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone for this request.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeDisksRemoveResourcePolicies' with the minimum fields required to make a request.+newComputeDisksRemoveResourcePolicies ::+  -- |  The disk name for this request. See 'disk'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  DisksRemoveResourcePoliciesRequest ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone for this request. See 'zone'.+  Core.Text ->+  ComputeDisksRemoveResourcePolicies+newComputeDisksRemoveResourcePolicies disk payload project zone =+  ComputeDisksRemoveResourcePolicies+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      disk = disk,+      payload = payload,+      project = project,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      zone = zone+    }++instance Core.GoogleRequest ComputeDisksRemoveResourcePolicies where+  type Rs ComputeDisksRemoveResourcePolicies = Operation+  type+    Scopes ComputeDisksRemoveResourcePolicies =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeDisksRemoveResourcePolicies {..} =+    go+      project+      zone+      disk+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeDisksRemoveResourcePoliciesResource+          )+          Core.mempty
+ gen/Gogol/Compute/Disks/Resize.hs view
@@ -0,0 +1,140 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Disks.Resize+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Resizes the specified persistent disk. You can only increase the size of the disk.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.disks.resize@.+module Gogol.Compute.Disks.Resize+  ( -- * Resource+    ComputeDisksResizeResource,++    -- ** Constructing a Request+    ComputeDisksResize (..),+    newComputeDisksResize,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.disks.resize@ method which the+-- 'ComputeDisksResize' request conforms to.+type ComputeDisksResizeResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "disks"+    Core.:> Core.Capture "disk" Core.Text+    Core.:> "resize"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] DisksResizeRequest+    Core.:> Core.Post '[Core.JSON] Operation++-- | Resizes the specified persistent disk. You can only increase the size of the disk.+--+-- /See:/ 'newComputeDisksResize' smart constructor.+data ComputeDisksResize = ComputeDisksResize+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | The name of the persistent disk.+    disk :: Core.Text,+    -- | Multipart request metadata.+    payload :: DisksResizeRequest,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone for this request.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeDisksResize' with the minimum fields required to make a request.+newComputeDisksResize ::+  -- |  The name of the persistent disk. See 'disk'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  DisksResizeRequest ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone for this request. See 'zone'.+  Core.Text ->+  ComputeDisksResize+newComputeDisksResize disk payload project zone =+  ComputeDisksResize+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      disk = disk,+      payload = payload,+      project = project,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      zone = zone+    }++instance Core.GoogleRequest ComputeDisksResize where+  type Rs ComputeDisksResize = Operation+  type+    Scopes ComputeDisksResize =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeDisksResize {..} =+    go+      project+      zone+      disk+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeDisksResizeResource)+          Core.mempty
+ gen/Gogol/Compute/Disks/SetIamPolicy.hs view
@@ -0,0 +1,135 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Disks.SetIamPolicy+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Sets the access control policy on the specified resource. Replaces any existing policy.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.disks.setIamPolicy@.+module Gogol.Compute.Disks.SetIamPolicy+  ( -- * Resource+    ComputeDisksSetIamPolicyResource,++    -- ** Constructing a Request+    ComputeDisksSetIamPolicy (..),+    newComputeDisksSetIamPolicy,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.disks.setIamPolicy@ method which the+-- 'ComputeDisksSetIamPolicy' request conforms to.+type ComputeDisksSetIamPolicyResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "disks"+    Core.:> Core.Capture "resource" Core.Text+    Core.:> "setIamPolicy"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] ZoneSetPolicyRequest+    Core.:> Core.Post '[Core.JSON] Policy++-- | Sets the access control policy on the specified resource. Replaces any existing policy.+--+-- /See:/ 'newComputeDisksSetIamPolicy' smart constructor.+data ComputeDisksSetIamPolicy = ComputeDisksSetIamPolicy+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Multipart request metadata.+    payload :: ZoneSetPolicyRequest,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Name or id of the resource for this request.+    resource :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone for this request.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeDisksSetIamPolicy' with the minimum fields required to make a request.+newComputeDisksSetIamPolicy ::+  -- |  Multipart request metadata. See 'payload'.+  ZoneSetPolicyRequest ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  Name or id of the resource for this request. See 'resource'.+  Core.Text ->+  -- |  The name of the zone for this request. See 'zone'.+  Core.Text ->+  ComputeDisksSetIamPolicy+newComputeDisksSetIamPolicy payload project resource zone =+  ComputeDisksSetIamPolicy+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      payload = payload,+      project = project,+      resource = resource,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      zone = zone+    }++instance Core.GoogleRequest ComputeDisksSetIamPolicy where+  type Rs ComputeDisksSetIamPolicy = Policy+  type+    Scopes ComputeDisksSetIamPolicy =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeDisksSetIamPolicy {..} =+    go+      project+      zone+      resource+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeDisksSetIamPolicyResource)+          Core.mempty
+ gen/Gogol/Compute/Disks/SetLabels.hs view
@@ -0,0 +1,140 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Disks.SetLabels+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Sets the labels on a disk. To learn more about labels, read the Labeling Resources documentation.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.disks.setLabels@.+module Gogol.Compute.Disks.SetLabels+  ( -- * Resource+    ComputeDisksSetLabelsResource,++    -- ** Constructing a Request+    ComputeDisksSetLabels (..),+    newComputeDisksSetLabels,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.disks.setLabels@ method which the+-- 'ComputeDisksSetLabels' request conforms to.+type ComputeDisksSetLabelsResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "disks"+    Core.:> Core.Capture "resource" Core.Text+    Core.:> "setLabels"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] ZoneSetLabelsRequest+    Core.:> Core.Post '[Core.JSON] Operation++-- | Sets the labels on a disk. To learn more about labels, read the Labeling Resources documentation.+--+-- /See:/ 'newComputeDisksSetLabels' smart constructor.+data ComputeDisksSetLabels = ComputeDisksSetLabels+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Multipart request metadata.+    payload :: ZoneSetLabelsRequest,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Name or id of the resource for this request.+    resource :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone for this request.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeDisksSetLabels' with the minimum fields required to make a request.+newComputeDisksSetLabels ::+  -- |  Multipart request metadata. See 'payload'.+  ZoneSetLabelsRequest ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  Name or id of the resource for this request. See 'resource'.+  Core.Text ->+  -- |  The name of the zone for this request. See 'zone'.+  Core.Text ->+  ComputeDisksSetLabels+newComputeDisksSetLabels payload project resource zone =+  ComputeDisksSetLabels+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      payload = payload,+      project = project,+      requestId = Core.Nothing,+      resource = resource,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      zone = zone+    }++instance Core.GoogleRequest ComputeDisksSetLabels where+  type Rs ComputeDisksSetLabels = Operation+  type+    Scopes ComputeDisksSetLabels =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeDisksSetLabels {..} =+    go+      project+      zone+      resource+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeDisksSetLabelsResource)+          Core.mempty
+ gen/Gogol/Compute/Disks/StartAsyncReplication.hs view
@@ -0,0 +1,142 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Disks.StartAsyncReplication+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Starts asynchronous replication. Must be invoked on the primary disk.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.disks.startAsyncReplication@.+module Gogol.Compute.Disks.StartAsyncReplication+  ( -- * Resource+    ComputeDisksStartAsyncReplicationResource,++    -- ** Constructing a Request+    ComputeDisksStartAsyncReplication (..),+    newComputeDisksStartAsyncReplication,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.disks.startAsyncReplication@ method which the+-- 'ComputeDisksStartAsyncReplication' request conforms to.+type ComputeDisksStartAsyncReplicationResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "disks"+    Core.:> Core.Capture "disk" Core.Text+    Core.:> "startAsyncReplication"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] DisksStartAsyncReplicationRequest+    Core.:> Core.Post '[Core.JSON] Operation++-- | Starts asynchronous replication. Must be invoked on the primary disk.+--+-- /See:/ 'newComputeDisksStartAsyncReplication' smart constructor.+data ComputeDisksStartAsyncReplication = ComputeDisksStartAsyncReplication+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | The name of the persistent disk.+    disk :: Core.Text,+    -- | Multipart request metadata.+    payload :: DisksStartAsyncReplicationRequest,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone for this request.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeDisksStartAsyncReplication' with the minimum fields required to make a request.+newComputeDisksStartAsyncReplication ::+  -- |  The name of the persistent disk. See 'disk'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  DisksStartAsyncReplicationRequest ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone for this request. See 'zone'.+  Core.Text ->+  ComputeDisksStartAsyncReplication+newComputeDisksStartAsyncReplication disk payload project zone =+  ComputeDisksStartAsyncReplication+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      disk = disk,+      payload = payload,+      project = project,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      zone = zone+    }++instance Core.GoogleRequest ComputeDisksStartAsyncReplication where+  type Rs ComputeDisksStartAsyncReplication = Operation+  type+    Scopes ComputeDisksStartAsyncReplication =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeDisksStartAsyncReplication {..} =+    go+      project+      zone+      disk+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeDisksStartAsyncReplicationResource+          )+          Core.mempty
+ gen/Gogol/Compute/Disks/StopAsyncReplication.hs view
@@ -0,0 +1,133 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Disks.StopAsyncReplication+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Stops asynchronous replication. Can be invoked either on the primary or on the secondary disk.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.disks.stopAsyncReplication@.+module Gogol.Compute.Disks.StopAsyncReplication+  ( -- * Resource+    ComputeDisksStopAsyncReplicationResource,++    -- ** Constructing a Request+    ComputeDisksStopAsyncReplication (..),+    newComputeDisksStopAsyncReplication,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.disks.stopAsyncReplication@ method which the+-- 'ComputeDisksStopAsyncReplication' request conforms to.+type ComputeDisksStopAsyncReplicationResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "disks"+    Core.:> Core.Capture "disk" Core.Text+    Core.:> "stopAsyncReplication"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Post '[Core.JSON] Operation++-- | Stops asynchronous replication. Can be invoked either on the primary or on the secondary disk.+--+-- /See:/ 'newComputeDisksStopAsyncReplication' smart constructor.+data ComputeDisksStopAsyncReplication = ComputeDisksStopAsyncReplication+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | The name of the persistent disk.+    disk :: Core.Text,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone for this request.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeDisksStopAsyncReplication' with the minimum fields required to make a request.+newComputeDisksStopAsyncReplication ::+  -- |  The name of the persistent disk. See 'disk'.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone for this request. See 'zone'.+  Core.Text ->+  ComputeDisksStopAsyncReplication+newComputeDisksStopAsyncReplication disk project zone =+  ComputeDisksStopAsyncReplication+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      disk = disk,+      project = project,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      zone = zone+    }++instance Core.GoogleRequest ComputeDisksStopAsyncReplication where+  type Rs ComputeDisksStopAsyncReplication = Operation+  type+    Scopes ComputeDisksStopAsyncReplication =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeDisksStopAsyncReplication {..} =+    go+      project+      zone+      disk+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeDisksStopAsyncReplicationResource)+          Core.mempty
+ gen/Gogol/Compute/Disks/StopGroupAsyncReplication.hs view
@@ -0,0 +1,135 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Disks.StopGroupAsyncReplication+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Stops asynchronous replication for a consistency group of disks. Can be invoked either in the primary or secondary scope.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.disks.stopGroupAsyncReplication@.+module Gogol.Compute.Disks.StopGroupAsyncReplication+  ( -- * Resource+    ComputeDisksStopGroupAsyncReplicationResource,++    -- ** Constructing a Request+    ComputeDisksStopGroupAsyncReplication (..),+    newComputeDisksStopGroupAsyncReplication,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.disks.stopGroupAsyncReplication@ method which the+-- 'ComputeDisksStopGroupAsyncReplication' request conforms to.+type ComputeDisksStopGroupAsyncReplicationResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "disks"+    Core.:> "stopGroupAsyncReplication"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] DisksStopGroupAsyncReplicationResource+    Core.:> Core.Post '[Core.JSON] Operation++-- | Stops asynchronous replication for a consistency group of disks. Can be invoked either in the primary or secondary scope.+--+-- /See:/ 'newComputeDisksStopGroupAsyncReplication' smart constructor.+data ComputeDisksStopGroupAsyncReplication = ComputeDisksStopGroupAsyncReplication+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Multipart request metadata.+    payload :: DisksStopGroupAsyncReplicationResource,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone for this request. This must be the zone of the primary or secondary disks in the consistency group.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeDisksStopGroupAsyncReplication' with the minimum fields required to make a request.+newComputeDisksStopGroupAsyncReplication ::+  -- |  Multipart request metadata. See 'payload'.+  DisksStopGroupAsyncReplicationResource ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone for this request. This must be the zone of the primary or secondary disks in the consistency group. See 'zone'.+  Core.Text ->+  ComputeDisksStopGroupAsyncReplication+newComputeDisksStopGroupAsyncReplication payload project zone =+  ComputeDisksStopGroupAsyncReplication+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      payload = payload,+      project = project,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      zone = zone+    }++instance Core.GoogleRequest ComputeDisksStopGroupAsyncReplication where+  type Rs ComputeDisksStopGroupAsyncReplication = Operation+  type+    Scopes ComputeDisksStopGroupAsyncReplication =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeDisksStopGroupAsyncReplication {..} =+    go+      project+      zone+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeDisksStopGroupAsyncReplicationResource+          )+          Core.mempty
+ gen/Gogol/Compute/Disks/TestIamPermissions.hs view
@@ -0,0 +1,135 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Disks.TestIamPermissions+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Returns permissions that a caller has on the specified resource.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.disks.testIamPermissions@.+module Gogol.Compute.Disks.TestIamPermissions+  ( -- * Resource+    ComputeDisksTestIamPermissionsResource,++    -- ** Constructing a Request+    ComputeDisksTestIamPermissions (..),+    newComputeDisksTestIamPermissions,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.disks.testIamPermissions@ method which the+-- 'ComputeDisksTestIamPermissions' request conforms to.+type ComputeDisksTestIamPermissionsResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "disks"+    Core.:> Core.Capture "resource" Core.Text+    Core.:> "testIamPermissions"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] TestPermissionsRequest+    Core.:> Core.Post '[Core.JSON] TestPermissionsResponse++-- | Returns permissions that a caller has on the specified resource.+--+-- /See:/ 'newComputeDisksTestIamPermissions' smart constructor.+data ComputeDisksTestIamPermissions = ComputeDisksTestIamPermissions+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Multipart request metadata.+    payload :: TestPermissionsRequest,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Name or id of the resource for this request.+    resource :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone for this request.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeDisksTestIamPermissions' with the minimum fields required to make a request.+newComputeDisksTestIamPermissions ::+  -- |  Multipart request metadata. See 'payload'.+  TestPermissionsRequest ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  Name or id of the resource for this request. See 'resource'.+  Core.Text ->+  -- |  The name of the zone for this request. See 'zone'.+  Core.Text ->+  ComputeDisksTestIamPermissions+newComputeDisksTestIamPermissions payload project resource zone =+  ComputeDisksTestIamPermissions+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      payload = payload,+      project = project,+      resource = resource,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      zone = zone+    }++instance Core.GoogleRequest ComputeDisksTestIamPermissions where+  type Rs ComputeDisksTestIamPermissions = TestPermissionsResponse+  type+    Scopes ComputeDisksTestIamPermissions =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeDisksTestIamPermissions {..} =+    go+      project+      zone+      resource+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeDisksTestIamPermissionsResource)+          Core.mempty
+ gen/Gogol/Compute/Disks/Update.hs view
@@ -0,0 +1,148 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Disks.Update+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Updates the specified disk with the data included in the request. The update is performed only on selected fields included as part of update-mask. Only the following fields can be modified: user_license.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.disks.update@.+module Gogol.Compute.Disks.Update+  ( -- * Resource+    ComputeDisksUpdateResource,++    -- ** Constructing a Request+    ComputeDisksUpdate (..),+    newComputeDisksUpdate,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.disks.update@ method which the+-- 'ComputeDisksUpdate' request conforms to.+type ComputeDisksUpdateResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "disks"+    Core.:> Core.Capture "disk" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParams "paths" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "updateMask" Core.FieldMask+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] Disk+    Core.:> Core.Patch '[Core.JSON] Operation++-- | Updates the specified disk with the data included in the request. The update is performed only on selected fields included as part of update-mask. Only the following fields can be modified: user_license.+--+-- /See:/ 'newComputeDisksUpdate' smart constructor.+data ComputeDisksUpdate = ComputeDisksUpdate+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | The disk name for this request.+    disk :: Core.Text,+    paths :: (Core.Maybe [Core.Text]),+    -- | Multipart request metadata.+    payload :: Disk,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | update_mask indicates fields to be updated as part of this request.+    updateMask :: (Core.Maybe Core.FieldMask),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone for this request.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeDisksUpdate' with the minimum fields required to make a request.+newComputeDisksUpdate ::+  -- |  The disk name for this request. See 'disk'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  Disk ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone for this request. See 'zone'.+  Core.Text ->+  ComputeDisksUpdate+newComputeDisksUpdate disk payload project zone =+  ComputeDisksUpdate+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      disk = disk,+      paths = Core.Nothing,+      payload = payload,+      project = project,+      requestId = Core.Nothing,+      updateMask = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      zone = zone+    }++instance Core.GoogleRequest ComputeDisksUpdate where+  type Rs ComputeDisksUpdate = Operation+  type+    Scopes ComputeDisksUpdate =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeDisksUpdate {..} =+    go+      project+      zone+      disk+      xgafv+      accessToken+      callback+      (paths Core.^. Core._Default)+      requestId+      updateMask+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeDisksUpdateResource)+          Core.mempty
+ gen/Gogol/Compute/ExternalVpnGateways/Delete.hs view
@@ -0,0 +1,125 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.ExternalVpnGateways.Delete+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Deletes the specified externalVpnGateway.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.externalVpnGateways.delete@.+module Gogol.Compute.ExternalVpnGateways.Delete+  ( -- * Resource+    ComputeExternalVpnGatewaysDeleteResource,++    -- ** Constructing a Request+    ComputeExternalVpnGatewaysDelete (..),+    newComputeExternalVpnGatewaysDelete,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.externalVpnGateways.delete@ method which the+-- 'ComputeExternalVpnGatewaysDelete' request conforms to.+type ComputeExternalVpnGatewaysDeleteResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "externalVpnGateways"+    Core.:> Core.Capture "externalVpnGateway" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Delete '[Core.JSON] Operation++-- | Deletes the specified externalVpnGateway.+--+-- /See:/ 'newComputeExternalVpnGatewaysDelete' smart constructor.+data ComputeExternalVpnGatewaysDelete = ComputeExternalVpnGatewaysDelete+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the externalVpnGateways to delete.+    externalVpnGateway :: Core.Text,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeExternalVpnGatewaysDelete' with the minimum fields required to make a request.+newComputeExternalVpnGatewaysDelete ::+  -- |  Name of the externalVpnGateways to delete. See 'externalVpnGateway'.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeExternalVpnGatewaysDelete+newComputeExternalVpnGatewaysDelete externalVpnGateway project =+  ComputeExternalVpnGatewaysDelete+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      externalVpnGateway = externalVpnGateway,+      project = project,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeExternalVpnGatewaysDelete where+  type Rs ComputeExternalVpnGatewaysDelete = Operation+  type+    Scopes ComputeExternalVpnGatewaysDelete =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeExternalVpnGatewaysDelete {..} =+    go+      project+      externalVpnGateway+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeExternalVpnGatewaysDeleteResource)+          Core.mempty
+ gen/Gogol/Compute/ExternalVpnGateways/Get.hs view
@@ -0,0 +1,120 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.ExternalVpnGateways.Get+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Returns the specified externalVpnGateway. Get a list of available externalVpnGateways by making a list() request.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.externalVpnGateways.get@.+module Gogol.Compute.ExternalVpnGateways.Get+  ( -- * Resource+    ComputeExternalVpnGatewaysGetResource,++    -- ** Constructing a Request+    ComputeExternalVpnGatewaysGet (..),+    newComputeExternalVpnGatewaysGet,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.externalVpnGateways.get@ method which the+-- 'ComputeExternalVpnGatewaysGet' request conforms to.+type ComputeExternalVpnGatewaysGetResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "externalVpnGateways"+    Core.:> Core.Capture "externalVpnGateway" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] ExternalVpnGateway++-- | Returns the specified externalVpnGateway. Get a list of available externalVpnGateways by making a list() request.+--+-- /See:/ 'newComputeExternalVpnGatewaysGet' smart constructor.+data ComputeExternalVpnGatewaysGet = ComputeExternalVpnGatewaysGet+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the externalVpnGateway to return.+    externalVpnGateway :: Core.Text,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeExternalVpnGatewaysGet' with the minimum fields required to make a request.+newComputeExternalVpnGatewaysGet ::+  -- |  Name of the externalVpnGateway to return. See 'externalVpnGateway'.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeExternalVpnGatewaysGet+newComputeExternalVpnGatewaysGet externalVpnGateway project =+  ComputeExternalVpnGatewaysGet+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      externalVpnGateway = externalVpnGateway,+      project = project,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeExternalVpnGatewaysGet where+  type Rs ComputeExternalVpnGatewaysGet = ExternalVpnGateway+  type+    Scopes ComputeExternalVpnGatewaysGet =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeExternalVpnGatewaysGet {..} =+    go+      project+      externalVpnGateway+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeExternalVpnGatewaysGetResource)+          Core.mempty
+ gen/Gogol/Compute/ExternalVpnGateways/Insert.hs view
@@ -0,0 +1,125 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.ExternalVpnGateways.Insert+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Creates a ExternalVpnGateway in the specified project using the data included in the request.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.externalVpnGateways.insert@.+module Gogol.Compute.ExternalVpnGateways.Insert+  ( -- * Resource+    ComputeExternalVpnGatewaysInsertResource,++    -- ** Constructing a Request+    ComputeExternalVpnGatewaysInsert (..),+    newComputeExternalVpnGatewaysInsert,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.externalVpnGateways.insert@ method which the+-- 'ComputeExternalVpnGatewaysInsert' request conforms to.+type ComputeExternalVpnGatewaysInsertResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "externalVpnGateways"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] ExternalVpnGateway+    Core.:> Core.Post '[Core.JSON] Operation++-- | Creates a ExternalVpnGateway in the specified project using the data included in the request.+--+-- /See:/ 'newComputeExternalVpnGatewaysInsert' smart constructor.+data ComputeExternalVpnGatewaysInsert = ComputeExternalVpnGatewaysInsert+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Multipart request metadata.+    payload :: ExternalVpnGateway,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeExternalVpnGatewaysInsert' with the minimum fields required to make a request.+newComputeExternalVpnGatewaysInsert ::+  -- |  Multipart request metadata. See 'payload'.+  ExternalVpnGateway ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeExternalVpnGatewaysInsert+newComputeExternalVpnGatewaysInsert payload project =+  ComputeExternalVpnGatewaysInsert+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      payload = payload,+      project = project,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeExternalVpnGatewaysInsert where+  type Rs ComputeExternalVpnGatewaysInsert = Operation+  type+    Scopes ComputeExternalVpnGatewaysInsert =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeExternalVpnGatewaysInsert {..} =+    go+      project+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeExternalVpnGatewaysInsertResource)+          Core.mempty
+ gen/Gogol/Compute/ExternalVpnGateways/List.hs view
@@ -0,0 +1,140 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.ExternalVpnGateways.List+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Retrieves the list of ExternalVpnGateway available to the specified project.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.externalVpnGateways.list@.+module Gogol.Compute.ExternalVpnGateways.List+  ( -- * Resource+    ComputeExternalVpnGatewaysListResource,++    -- ** Constructing a Request+    ComputeExternalVpnGatewaysList (..),+    newComputeExternalVpnGatewaysList,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.externalVpnGateways.list@ method which the+-- 'ComputeExternalVpnGatewaysList' request conforms to.+type ComputeExternalVpnGatewaysListResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "externalVpnGateways"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "filter" Core.Text+    Core.:> Core.QueryParam "maxResults" Core.Word32+    Core.:> Core.QueryParam "orderBy" Core.Text+    Core.:> Core.QueryParam "pageToken" Core.Text+    Core.:> Core.QueryParam "returnPartialSuccess" Core.Bool+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] ExternalVpnGatewayList++-- | Retrieves the list of ExternalVpnGateway available to the specified project.+--+-- /See:/ 'newComputeExternalVpnGatewaysList' smart constructor.+data ComputeExternalVpnGatewaysList = ComputeExternalVpnGatewaysList+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: Core.Word32,+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.+    returnPartialSuccess :: (Core.Maybe Core.Bool),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeExternalVpnGatewaysList' with the minimum fields required to make a request.+newComputeExternalVpnGatewaysList ::+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeExternalVpnGatewaysList+newComputeExternalVpnGatewaysList project =+  ComputeExternalVpnGatewaysList+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      filter = Core.Nothing,+      maxResults = 500,+      orderBy = Core.Nothing,+      pageToken = Core.Nothing,+      project = project,+      returnPartialSuccess = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeExternalVpnGatewaysList where+  type Rs ComputeExternalVpnGatewaysList = ExternalVpnGatewayList+  type+    Scopes ComputeExternalVpnGatewaysList =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeExternalVpnGatewaysList {..} =+    go+      project+      xgafv+      accessToken+      callback+      filter+      (Core.Just maxResults)+      orderBy+      pageToken+      returnPartialSuccess+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeExternalVpnGatewaysListResource)+          Core.mempty
+ gen/Gogol/Compute/ExternalVpnGateways/SetLabels.hs view
@@ -0,0 +1,130 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.ExternalVpnGateways.SetLabels+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Sets the labels on an ExternalVpnGateway. To learn more about labels, read the Labeling Resources documentation.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.externalVpnGateways.setLabels@.+module Gogol.Compute.ExternalVpnGateways.SetLabels+  ( -- * Resource+    ComputeExternalVpnGatewaysSetLabelsResource,++    -- ** Constructing a Request+    ComputeExternalVpnGatewaysSetLabels (..),+    newComputeExternalVpnGatewaysSetLabels,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.externalVpnGateways.setLabels@ method which the+-- 'ComputeExternalVpnGatewaysSetLabels' request conforms to.+type ComputeExternalVpnGatewaysSetLabelsResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "externalVpnGateways"+    Core.:> Core.Capture "resource" Core.Text+    Core.:> "setLabels"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] GlobalSetLabelsRequest+    Core.:> Core.Post '[Core.JSON] Operation++-- | Sets the labels on an ExternalVpnGateway. To learn more about labels, read the Labeling Resources documentation.+--+-- /See:/ 'newComputeExternalVpnGatewaysSetLabels' smart constructor.+data ComputeExternalVpnGatewaysSetLabels = ComputeExternalVpnGatewaysSetLabels+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Multipart request metadata.+    payload :: GlobalSetLabelsRequest,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Name or id of the resource for this request.+    resource :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeExternalVpnGatewaysSetLabels' with the minimum fields required to make a request.+newComputeExternalVpnGatewaysSetLabels ::+  -- |  Multipart request metadata. See 'payload'.+  GlobalSetLabelsRequest ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  Name or id of the resource for this request. See 'resource'.+  Core.Text ->+  ComputeExternalVpnGatewaysSetLabels+newComputeExternalVpnGatewaysSetLabels payload project resource =+  ComputeExternalVpnGatewaysSetLabels+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      payload = payload,+      project = project,+      resource = resource,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeExternalVpnGatewaysSetLabels where+  type Rs ComputeExternalVpnGatewaysSetLabels = Operation+  type+    Scopes ComputeExternalVpnGatewaysSetLabels =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeExternalVpnGatewaysSetLabels {..} =+    go+      project+      resource+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeExternalVpnGatewaysSetLabelsResource+          )+          Core.mempty
+ gen/Gogol/Compute/ExternalVpnGateways/TestIamPermissions.hs view
@@ -0,0 +1,139 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.ExternalVpnGateways.TestIamPermissions+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Returns permissions that a caller has on the specified resource.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.externalVpnGateways.testIamPermissions@.+module Gogol.Compute.ExternalVpnGateways.TestIamPermissions+  ( -- * Resource+    ComputeExternalVpnGatewaysTestIamPermissionsResource,++    -- ** Constructing a Request+    ComputeExternalVpnGatewaysTestIamPermissions (..),+    newComputeExternalVpnGatewaysTestIamPermissions,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.externalVpnGateways.testIamPermissions@ method which the+-- 'ComputeExternalVpnGatewaysTestIamPermissions' request conforms to.+type ComputeExternalVpnGatewaysTestIamPermissionsResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "externalVpnGateways"+    Core.:> Core.Capture "resource" Core.Text+    Core.:> "testIamPermissions"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] TestPermissionsRequest+    Core.:> Core.Post '[Core.JSON] TestPermissionsResponse++-- | Returns permissions that a caller has on the specified resource.+--+-- /See:/ 'newComputeExternalVpnGatewaysTestIamPermissions' smart constructor.+data ComputeExternalVpnGatewaysTestIamPermissions = ComputeExternalVpnGatewaysTestIamPermissions+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Multipart request metadata.+    payload :: TestPermissionsRequest,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Name or id of the resource for this request.+    resource :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeExternalVpnGatewaysTestIamPermissions' with the minimum fields required to make a request.+newComputeExternalVpnGatewaysTestIamPermissions ::+  -- |  Multipart request metadata. See 'payload'.+  TestPermissionsRequest ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  Name or id of the resource for this request. See 'resource'.+  Core.Text ->+  ComputeExternalVpnGatewaysTestIamPermissions+newComputeExternalVpnGatewaysTestIamPermissions+  payload+  project+  resource =+    ComputeExternalVpnGatewaysTestIamPermissions+      { xgafv =+          Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        payload = payload,+        project = project,+        resource = resource,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing+      }++instance+  Core.GoogleRequest+    ComputeExternalVpnGatewaysTestIamPermissions+  where+  type+    Rs ComputeExternalVpnGatewaysTestIamPermissions =+      TestPermissionsResponse+  type+    Scopes ComputeExternalVpnGatewaysTestIamPermissions =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeExternalVpnGatewaysTestIamPermissions {..} =+    go+      project+      resource+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeExternalVpnGatewaysTestIamPermissionsResource+          )+          Core.mempty
+ gen/Gogol/Compute/FirewallPolicies/AddAssociation.hs view
@@ -0,0 +1,133 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.FirewallPolicies.AddAssociation+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Inserts an association for the specified firewall policy.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.firewallPolicies.addAssociation@.+module Gogol.Compute.FirewallPolicies.AddAssociation+  ( -- * Resource+    ComputeFirewallPoliciesAddAssociationResource,++    -- ** Constructing a Request+    ComputeFirewallPoliciesAddAssociation (..),+    newComputeFirewallPoliciesAddAssociation,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.firewallPolicies.addAssociation@ method which the+-- 'ComputeFirewallPoliciesAddAssociation' request conforms to.+type ComputeFirewallPoliciesAddAssociationResource =+  "compute"+    Core.:> "v1"+    Core.:> "locations"+    Core.:> "global"+    Core.:> "firewallPolicies"+    Core.:> Core.Capture "firewallPolicy" Core.Text+    Core.:> "addAssociation"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "replaceExistingAssociation" Core.Bool+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] FirewallPolicyAssociation+    Core.:> Core.Post '[Core.JSON] Operation++-- | Inserts an association for the specified firewall policy.+--+-- /See:/ 'newComputeFirewallPoliciesAddAssociation' smart constructor.+data ComputeFirewallPoliciesAddAssociation = ComputeFirewallPoliciesAddAssociation+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the firewall policy to update.+    firewallPolicy :: Core.Text,+    -- | Multipart request metadata.+    payload :: FirewallPolicyAssociation,+    -- | Indicates whether or not to replace it if an association of the attachment already exists. This is false by default, in which case an error will be returned if an association already exists.+    replaceExistingAssociation :: (Core.Maybe Core.Bool),+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeFirewallPoliciesAddAssociation' with the minimum fields required to make a request.+newComputeFirewallPoliciesAddAssociation ::+  -- |  Name of the firewall policy to update. See 'firewallPolicy'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  FirewallPolicyAssociation ->+  ComputeFirewallPoliciesAddAssociation+newComputeFirewallPoliciesAddAssociation firewallPolicy payload =+  ComputeFirewallPoliciesAddAssociation+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      firewallPolicy = firewallPolicy,+      payload = payload,+      replaceExistingAssociation = Core.Nothing,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeFirewallPoliciesAddAssociation where+  type Rs ComputeFirewallPoliciesAddAssociation = Operation+  type+    Scopes ComputeFirewallPoliciesAddAssociation =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeFirewallPoliciesAddAssociation {..} =+    go+      firewallPolicy+      xgafv+      accessToken+      callback+      replaceExistingAssociation+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeFirewallPoliciesAddAssociationResource+          )+          Core.mempty
+ gen/Gogol/Compute/FirewallPolicies/AddRule.hs view
@@ -0,0 +1,126 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.FirewallPolicies.AddRule+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Inserts a rule into a firewall policy.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.firewallPolicies.addRule@.+module Gogol.Compute.FirewallPolicies.AddRule+  ( -- * Resource+    ComputeFirewallPoliciesAddRuleResource,++    -- ** Constructing a Request+    ComputeFirewallPoliciesAddRule (..),+    newComputeFirewallPoliciesAddRule,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.firewallPolicies.addRule@ method which the+-- 'ComputeFirewallPoliciesAddRule' request conforms to.+type ComputeFirewallPoliciesAddRuleResource =+  "compute"+    Core.:> "v1"+    Core.:> "locations"+    Core.:> "global"+    Core.:> "firewallPolicies"+    Core.:> Core.Capture "firewallPolicy" Core.Text+    Core.:> "addRule"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] FirewallPolicyRule+    Core.:> Core.Post '[Core.JSON] Operation++-- | Inserts a rule into a firewall policy.+--+-- /See:/ 'newComputeFirewallPoliciesAddRule' smart constructor.+data ComputeFirewallPoliciesAddRule = ComputeFirewallPoliciesAddRule+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the firewall policy to update.+    firewallPolicy :: Core.Text,+    -- | Multipart request metadata.+    payload :: FirewallPolicyRule,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeFirewallPoliciesAddRule' with the minimum fields required to make a request.+newComputeFirewallPoliciesAddRule ::+  -- |  Name of the firewall policy to update. See 'firewallPolicy'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  FirewallPolicyRule ->+  ComputeFirewallPoliciesAddRule+newComputeFirewallPoliciesAddRule firewallPolicy payload =+  ComputeFirewallPoliciesAddRule+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      firewallPolicy = firewallPolicy,+      payload = payload,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeFirewallPoliciesAddRule where+  type Rs ComputeFirewallPoliciesAddRule = Operation+  type+    Scopes ComputeFirewallPoliciesAddRule =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeFirewallPoliciesAddRule {..} =+    go+      firewallPolicy+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeFirewallPoliciesAddRuleResource)+          Core.mempty
+ gen/Gogol/Compute/FirewallPolicies/CloneRules.hs view
@@ -0,0 +1,126 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.FirewallPolicies.CloneRules+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Copies rules to the specified firewall policy.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.firewallPolicies.cloneRules@.+module Gogol.Compute.FirewallPolicies.CloneRules+  ( -- * Resource+    ComputeFirewallPoliciesCloneRulesResource,++    -- ** Constructing a Request+    ComputeFirewallPoliciesCloneRules (..),+    newComputeFirewallPoliciesCloneRules,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.firewallPolicies.cloneRules@ method which the+-- 'ComputeFirewallPoliciesCloneRules' request conforms to.+type ComputeFirewallPoliciesCloneRulesResource =+  "compute"+    Core.:> "v1"+    Core.:> "locations"+    Core.:> "global"+    Core.:> "firewallPolicies"+    Core.:> Core.Capture "firewallPolicy" Core.Text+    Core.:> "cloneRules"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "sourceFirewallPolicy" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Post '[Core.JSON] Operation++-- | Copies rules to the specified firewall policy.+--+-- /See:/ 'newComputeFirewallPoliciesCloneRules' smart constructor.+data ComputeFirewallPoliciesCloneRules = ComputeFirewallPoliciesCloneRules+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the firewall policy to update.+    firewallPolicy :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | The firewall policy from which to copy rules.+    sourceFirewallPolicy :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeFirewallPoliciesCloneRules' with the minimum fields required to make a request.+newComputeFirewallPoliciesCloneRules ::+  -- |  Name of the firewall policy to update. See 'firewallPolicy'.+  Core.Text ->+  ComputeFirewallPoliciesCloneRules+newComputeFirewallPoliciesCloneRules firewallPolicy =+  ComputeFirewallPoliciesCloneRules+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      firewallPolicy = firewallPolicy,+      requestId = Core.Nothing,+      sourceFirewallPolicy = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeFirewallPoliciesCloneRules where+  type Rs ComputeFirewallPoliciesCloneRules = Operation+  type+    Scopes ComputeFirewallPoliciesCloneRules =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeFirewallPoliciesCloneRules {..} =+    go+      firewallPolicy+      xgafv+      accessToken+      callback+      requestId+      sourceFirewallPolicy+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeFirewallPoliciesCloneRulesResource+          )+          Core.mempty
+ gen/Gogol/Compute/FirewallPolicies/Delete.hs view
@@ -0,0 +1,118 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.FirewallPolicies.Delete+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Deletes the specified policy.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.firewallPolicies.delete@.+module Gogol.Compute.FirewallPolicies.Delete+  ( -- * Resource+    ComputeFirewallPoliciesDeleteResource,++    -- ** Constructing a Request+    ComputeFirewallPoliciesDelete (..),+    newComputeFirewallPoliciesDelete,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.firewallPolicies.delete@ method which the+-- 'ComputeFirewallPoliciesDelete' request conforms to.+type ComputeFirewallPoliciesDeleteResource =+  "compute"+    Core.:> "v1"+    Core.:> "locations"+    Core.:> "global"+    Core.:> "firewallPolicies"+    Core.:> Core.Capture "firewallPolicy" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Delete '[Core.JSON] Operation++-- | Deletes the specified policy.+--+-- /See:/ 'newComputeFirewallPoliciesDelete' smart constructor.+data ComputeFirewallPoliciesDelete = ComputeFirewallPoliciesDelete+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the firewall policy to delete.+    firewallPolicy :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeFirewallPoliciesDelete' with the minimum fields required to make a request.+newComputeFirewallPoliciesDelete ::+  -- |  Name of the firewall policy to delete. See 'firewallPolicy'.+  Core.Text ->+  ComputeFirewallPoliciesDelete+newComputeFirewallPoliciesDelete firewallPolicy =+  ComputeFirewallPoliciesDelete+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      firewallPolicy = firewallPolicy,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeFirewallPoliciesDelete where+  type Rs ComputeFirewallPoliciesDelete = Operation+  type+    Scopes ComputeFirewallPoliciesDelete =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeFirewallPoliciesDelete {..} =+    go+      firewallPolicy+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeFirewallPoliciesDeleteResource)+          Core.mempty
+ gen/Gogol/Compute/FirewallPolicies/Get.hs view
@@ -0,0 +1,113 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.FirewallPolicies.Get+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Returns the specified firewall policy.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.firewallPolicies.get@.+module Gogol.Compute.FirewallPolicies.Get+  ( -- * Resource+    ComputeFirewallPoliciesGetResource,++    -- ** Constructing a Request+    ComputeFirewallPoliciesGet (..),+    newComputeFirewallPoliciesGet,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.firewallPolicies.get@ method which the+-- 'ComputeFirewallPoliciesGet' request conforms to.+type ComputeFirewallPoliciesGetResource =+  "compute"+    Core.:> "v1"+    Core.:> "locations"+    Core.:> "global"+    Core.:> "firewallPolicies"+    Core.:> Core.Capture "firewallPolicy" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] FirewallPolicy++-- | Returns the specified firewall policy.+--+-- /See:/ 'newComputeFirewallPoliciesGet' smart constructor.+data ComputeFirewallPoliciesGet = ComputeFirewallPoliciesGet+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the firewall policy to get.+    firewallPolicy :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeFirewallPoliciesGet' with the minimum fields required to make a request.+newComputeFirewallPoliciesGet ::+  -- |  Name of the firewall policy to get. See 'firewallPolicy'.+  Core.Text ->+  ComputeFirewallPoliciesGet+newComputeFirewallPoliciesGet firewallPolicy =+  ComputeFirewallPoliciesGet+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      firewallPolicy = firewallPolicy,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeFirewallPoliciesGet where+  type Rs ComputeFirewallPoliciesGet = FirewallPolicy+  type+    Scopes ComputeFirewallPoliciesGet =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeFirewallPoliciesGet {..} =+    go+      firewallPolicy+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeFirewallPoliciesGetResource)+          Core.mempty
+ gen/Gogol/Compute/FirewallPolicies/GetAssociation.hs view
@@ -0,0 +1,123 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.FirewallPolicies.GetAssociation+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Gets an association with the specified name.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.firewallPolicies.getAssociation@.+module Gogol.Compute.FirewallPolicies.GetAssociation+  ( -- * Resource+    ComputeFirewallPoliciesGetAssociationResource,++    -- ** Constructing a Request+    ComputeFirewallPoliciesGetAssociation (..),+    newComputeFirewallPoliciesGetAssociation,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.firewallPolicies.getAssociation@ method which the+-- 'ComputeFirewallPoliciesGetAssociation' request conforms to.+type ComputeFirewallPoliciesGetAssociationResource =+  "compute"+    Core.:> "v1"+    Core.:> "locations"+    Core.:> "global"+    Core.:> "firewallPolicies"+    Core.:> Core.Capture "firewallPolicy" Core.Text+    Core.:> "getAssociation"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "name" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] FirewallPolicyAssociation++-- | Gets an association with the specified name.+--+-- /See:/ 'newComputeFirewallPoliciesGetAssociation' smart constructor.+data ComputeFirewallPoliciesGetAssociation = ComputeFirewallPoliciesGetAssociation+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the firewall policy to which the queried rule belongs.+    firewallPolicy :: Core.Text,+    -- | The name of the association to get from the firewall policy.+    name :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeFirewallPoliciesGetAssociation' with the minimum fields required to make a request.+newComputeFirewallPoliciesGetAssociation ::+  -- |  Name of the firewall policy to which the queried rule belongs. See 'firewallPolicy'.+  Core.Text ->+  ComputeFirewallPoliciesGetAssociation+newComputeFirewallPoliciesGetAssociation firewallPolicy =+  ComputeFirewallPoliciesGetAssociation+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      firewallPolicy = firewallPolicy,+      name = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeFirewallPoliciesGetAssociation where+  type+    Rs ComputeFirewallPoliciesGetAssociation =+      FirewallPolicyAssociation+  type+    Scopes ComputeFirewallPoliciesGetAssociation =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeFirewallPoliciesGetAssociation {..} =+    go+      firewallPolicy+      xgafv+      accessToken+      callback+      name+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeFirewallPoliciesGetAssociationResource+          )+          Core.mempty
+ gen/Gogol/Compute/FirewallPolicies/GetIamPolicy.hs view
@@ -0,0 +1,121 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.FirewallPolicies.GetIamPolicy+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Gets the access control policy for a resource. May be empty if no such policy or resource exists.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.firewallPolicies.getIamPolicy@.+module Gogol.Compute.FirewallPolicies.GetIamPolicy+  ( -- * Resource+    ComputeFirewallPoliciesGetIamPolicyResource,++    -- ** Constructing a Request+    ComputeFirewallPoliciesGetIamPolicy (..),+    newComputeFirewallPoliciesGetIamPolicy,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.firewallPolicies.getIamPolicy@ method which the+-- 'ComputeFirewallPoliciesGetIamPolicy' request conforms to.+type ComputeFirewallPoliciesGetIamPolicyResource =+  "compute"+    Core.:> "v1"+    Core.:> "locations"+    Core.:> "global"+    Core.:> "firewallPolicies"+    Core.:> Core.Capture "resource" Core.Text+    Core.:> "getIamPolicy"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "optionsRequestedPolicyVersion" Core.Int32+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] Policy++-- | Gets the access control policy for a resource. May be empty if no such policy or resource exists.+--+-- /See:/ 'newComputeFirewallPoliciesGetIamPolicy' smart constructor.+data ComputeFirewallPoliciesGetIamPolicy = ComputeFirewallPoliciesGetIamPolicy+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Requested IAM Policy version.+    optionsRequestedPolicyVersion :: (Core.Maybe Core.Int32),+    -- | Name or id of the resource for this request.+    resource :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeFirewallPoliciesGetIamPolicy' with the minimum fields required to make a request.+newComputeFirewallPoliciesGetIamPolicy ::+  -- |  Name or id of the resource for this request. See 'resource'.+  Core.Text ->+  ComputeFirewallPoliciesGetIamPolicy+newComputeFirewallPoliciesGetIamPolicy resource =+  ComputeFirewallPoliciesGetIamPolicy+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      optionsRequestedPolicyVersion = Core.Nothing,+      resource = resource,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeFirewallPoliciesGetIamPolicy where+  type Rs ComputeFirewallPoliciesGetIamPolicy = Policy+  type+    Scopes ComputeFirewallPoliciesGetIamPolicy =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeFirewallPoliciesGetIamPolicy {..} =+    go+      resource+      xgafv+      accessToken+      callback+      optionsRequestedPolicyVersion+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeFirewallPoliciesGetIamPolicyResource+          )+          Core.mempty
+ gen/Gogol/Compute/FirewallPolicies/GetRule.hs view
@@ -0,0 +1,119 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.FirewallPolicies.GetRule+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Gets a rule of the specified priority.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.firewallPolicies.getRule@.+module Gogol.Compute.FirewallPolicies.GetRule+  ( -- * Resource+    ComputeFirewallPoliciesGetRuleResource,++    -- ** Constructing a Request+    ComputeFirewallPoliciesGetRule (..),+    newComputeFirewallPoliciesGetRule,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.firewallPolicies.getRule@ method which the+-- 'ComputeFirewallPoliciesGetRule' request conforms to.+type ComputeFirewallPoliciesGetRuleResource =+  "compute"+    Core.:> "v1"+    Core.:> "locations"+    Core.:> "global"+    Core.:> "firewallPolicies"+    Core.:> Core.Capture "firewallPolicy" Core.Text+    Core.:> "getRule"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "priority" Core.Int32+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] FirewallPolicyRule++-- | Gets a rule of the specified priority.+--+-- /See:/ 'newComputeFirewallPoliciesGetRule' smart constructor.+data ComputeFirewallPoliciesGetRule = ComputeFirewallPoliciesGetRule+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the firewall policy to which the queried rule belongs.+    firewallPolicy :: Core.Text,+    -- | The priority of the rule to get from the firewall policy.+    priority :: (Core.Maybe Core.Int32),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeFirewallPoliciesGetRule' with the minimum fields required to make a request.+newComputeFirewallPoliciesGetRule ::+  -- |  Name of the firewall policy to which the queried rule belongs. See 'firewallPolicy'.+  Core.Text ->+  ComputeFirewallPoliciesGetRule+newComputeFirewallPoliciesGetRule firewallPolicy =+  ComputeFirewallPoliciesGetRule+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      firewallPolicy = firewallPolicy,+      priority = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeFirewallPoliciesGetRule where+  type Rs ComputeFirewallPoliciesGetRule = FirewallPolicyRule+  type+    Scopes ComputeFirewallPoliciesGetRule =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeFirewallPoliciesGetRule {..} =+    go+      firewallPolicy+      xgafv+      accessToken+      callback+      priority+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeFirewallPoliciesGetRuleResource)+          Core.mempty
+ gen/Gogol/Compute/FirewallPolicies/Insert.hs view
@@ -0,0 +1,123 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.FirewallPolicies.Insert+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Creates a new policy in the specified project using the data included in the request.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.firewallPolicies.insert@.+module Gogol.Compute.FirewallPolicies.Insert+  ( -- * Resource+    ComputeFirewallPoliciesInsertResource,++    -- ** Constructing a Request+    ComputeFirewallPoliciesInsert (..),+    newComputeFirewallPoliciesInsert,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.firewallPolicies.insert@ method which the+-- 'ComputeFirewallPoliciesInsert' request conforms to.+type ComputeFirewallPoliciesInsertResource =+  "compute"+    Core.:> "v1"+    Core.:> "locations"+    Core.:> "global"+    Core.:> "firewallPolicies"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "parentId" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] FirewallPolicy+    Core.:> Core.Post '[Core.JSON] Operation++-- | Creates a new policy in the specified project using the data included in the request.+--+-- /See:/ 'newComputeFirewallPoliciesInsert' smart constructor.+data ComputeFirewallPoliciesInsert = ComputeFirewallPoliciesInsert+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Parent ID for this request. The ID can be either be \"folders\/[FOLDER/ID]\" if the parent is a folder or \"organizations\/[ORGANIZATION/ID]\" if the parent is an organization.+    parentId :: (Core.Maybe Core.Text),+    -- | Multipart request metadata.+    payload :: FirewallPolicy,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeFirewallPoliciesInsert' with the minimum fields required to make a request.+newComputeFirewallPoliciesInsert ::+  -- |  Multipart request metadata. See 'payload'.+  FirewallPolicy ->+  ComputeFirewallPoliciesInsert+newComputeFirewallPoliciesInsert payload =+  ComputeFirewallPoliciesInsert+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      parentId = Core.Nothing,+      payload = payload,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeFirewallPoliciesInsert where+  type Rs ComputeFirewallPoliciesInsert = Operation+  type+    Scopes ComputeFirewallPoliciesInsert =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeFirewallPoliciesInsert {..} =+    go+      xgafv+      accessToken+      callback+      parentId+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeFirewallPoliciesInsertResource)+          Core.mempty
+ gen/Gogol/Compute/FirewallPolicies/List.hs view
@@ -0,0 +1,138 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.FirewallPolicies.List+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Lists all the policies that have been configured for the specified folder or organization.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.firewallPolicies.list@.+module Gogol.Compute.FirewallPolicies.List+  ( -- * Resource+    ComputeFirewallPoliciesListResource,++    -- ** Constructing a Request+    ComputeFirewallPoliciesList (..),+    newComputeFirewallPoliciesList,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.firewallPolicies.list@ method which the+-- 'ComputeFirewallPoliciesList' request conforms to.+type ComputeFirewallPoliciesListResource =+  "compute"+    Core.:> "v1"+    Core.:> "locations"+    Core.:> "global"+    Core.:> "firewallPolicies"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "filter" Core.Text+    Core.:> Core.QueryParam "maxResults" Core.Word32+    Core.:> Core.QueryParam "orderBy" Core.Text+    Core.:> Core.QueryParam "pageToken" Core.Text+    Core.:> Core.QueryParam "parentId" Core.Text+    Core.:> Core.QueryParam "returnPartialSuccess" Core.Bool+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] FirewallPolicyList++-- | Lists all the policies that have been configured for the specified folder or organization.+--+-- /See:/ 'newComputeFirewallPoliciesList' smart constructor.+data ComputeFirewallPoliciesList = ComputeFirewallPoliciesList+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: Core.Word32,+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | Parent ID for this request. The ID can be either be \"folders\/[FOLDER/ID]\" if the parent is a folder or \"organizations\/[ORGANIZATION/ID]\" if the parent is an organization.+    parentId :: (Core.Maybe Core.Text),+    -- | Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.+    returnPartialSuccess :: (Core.Maybe Core.Bool),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeFirewallPoliciesList' with the minimum fields required to make a request.+newComputeFirewallPoliciesList ::+  ComputeFirewallPoliciesList+newComputeFirewallPoliciesList =+  ComputeFirewallPoliciesList+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      filter = Core.Nothing,+      maxResults = 500,+      orderBy = Core.Nothing,+      pageToken = Core.Nothing,+      parentId = Core.Nothing,+      returnPartialSuccess = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeFirewallPoliciesList where+  type Rs ComputeFirewallPoliciesList = FirewallPolicyList+  type+    Scopes ComputeFirewallPoliciesList =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeFirewallPoliciesList {..} =+    go+      xgafv+      accessToken+      callback+      filter+      (Core.Just maxResults)+      orderBy+      pageToken+      parentId+      returnPartialSuccess+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeFirewallPoliciesListResource)+          Core.mempty
+ gen/Gogol/Compute/FirewallPolicies/ListAssociations.hs view
@@ -0,0 +1,116 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.FirewallPolicies.ListAssociations+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Lists associations of a specified target, i.e., organization or folder.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.firewallPolicies.listAssociations@.+module Gogol.Compute.FirewallPolicies.ListAssociations+  ( -- * Resource+    ComputeFirewallPoliciesListAssociationsResource,++    -- ** Constructing a Request+    ComputeFirewallPoliciesListAssociations (..),+    newComputeFirewallPoliciesListAssociations,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.firewallPolicies.listAssociations@ method which the+-- 'ComputeFirewallPoliciesListAssociations' request conforms to.+type ComputeFirewallPoliciesListAssociationsResource =+  "compute"+    Core.:> "v1"+    Core.:> "locations"+    Core.:> "global"+    Core.:> "firewallPolicies"+    Core.:> "listAssociations"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "targetResource" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] FirewallPoliciesListAssociationsResponse++-- | Lists associations of a specified target, i.e., organization or folder.+--+-- /See:/ 'newComputeFirewallPoliciesListAssociations' smart constructor.+data ComputeFirewallPoliciesListAssociations = ComputeFirewallPoliciesListAssociations+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | The target resource to list associations. It is an organization, or a folder.+    targetResource :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeFirewallPoliciesListAssociations' with the minimum fields required to make a request.+newComputeFirewallPoliciesListAssociations ::+  ComputeFirewallPoliciesListAssociations+newComputeFirewallPoliciesListAssociations =+  ComputeFirewallPoliciesListAssociations+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      targetResource = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeFirewallPoliciesListAssociations where+  type+    Rs ComputeFirewallPoliciesListAssociations =+      FirewallPoliciesListAssociationsResponse+  type+    Scopes ComputeFirewallPoliciesListAssociations =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeFirewallPoliciesListAssociations {..} =+    go+      xgafv+      accessToken+      callback+      targetResource+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeFirewallPoliciesListAssociationsResource+          )+          Core.mempty
+ gen/Gogol/Compute/FirewallPolicies/Move.hs view
@@ -0,0 +1,124 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.FirewallPolicies.Move+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Moves the specified firewall policy.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.firewallPolicies.move@.+module Gogol.Compute.FirewallPolicies.Move+  ( -- * Resource+    ComputeFirewallPoliciesMoveResource,++    -- ** Constructing a Request+    ComputeFirewallPoliciesMove (..),+    newComputeFirewallPoliciesMove,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.firewallPolicies.move@ method which the+-- 'ComputeFirewallPoliciesMove' request conforms to.+type ComputeFirewallPoliciesMoveResource =+  "compute"+    Core.:> "v1"+    Core.:> "locations"+    Core.:> "global"+    Core.:> "firewallPolicies"+    Core.:> Core.Capture "firewallPolicy" Core.Text+    Core.:> "move"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "parentId" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Post '[Core.JSON] Operation++-- | Moves the specified firewall policy.+--+-- /See:/ 'newComputeFirewallPoliciesMove' smart constructor.+data ComputeFirewallPoliciesMove = ComputeFirewallPoliciesMove+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the firewall policy to update.+    firewallPolicy :: Core.Text,+    -- | The new parent of the firewall policy. The ID can be either be \"folders\/[FOLDER/ID]\" if the parent is a folder or \"organizations\/[ORGANIZATION/ID]\" if the parent is an organization.+    parentId :: (Core.Maybe Core.Text),+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeFirewallPoliciesMove' with the minimum fields required to make a request.+newComputeFirewallPoliciesMove ::+  -- |  Name of the firewall policy to update. See 'firewallPolicy'.+  Core.Text ->+  ComputeFirewallPoliciesMove+newComputeFirewallPoliciesMove firewallPolicy =+  ComputeFirewallPoliciesMove+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      firewallPolicy = firewallPolicy,+      parentId = Core.Nothing,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeFirewallPoliciesMove where+  type Rs ComputeFirewallPoliciesMove = Operation+  type+    Scopes ComputeFirewallPoliciesMove =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeFirewallPoliciesMove {..} =+    go+      firewallPolicy+      xgafv+      accessToken+      callback+      parentId+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeFirewallPoliciesMoveResource)+          Core.mempty
+ gen/Gogol/Compute/FirewallPolicies/Patch.hs view
@@ -0,0 +1,125 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.FirewallPolicies.Patch+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Patches the specified policy with the data included in the request.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.firewallPolicies.patch@.+module Gogol.Compute.FirewallPolicies.Patch+  ( -- * Resource+    ComputeFirewallPoliciesPatchResource,++    -- ** Constructing a Request+    ComputeFirewallPoliciesPatch (..),+    newComputeFirewallPoliciesPatch,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.firewallPolicies.patch@ method which the+-- 'ComputeFirewallPoliciesPatch' request conforms to.+type ComputeFirewallPoliciesPatchResource =+  "compute"+    Core.:> "v1"+    Core.:> "locations"+    Core.:> "global"+    Core.:> "firewallPolicies"+    Core.:> Core.Capture "firewallPolicy" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] FirewallPolicy+    Core.:> Core.Patch '[Core.JSON] Operation++-- | Patches the specified policy with the data included in the request.+--+-- /See:/ 'newComputeFirewallPoliciesPatch' smart constructor.+data ComputeFirewallPoliciesPatch = ComputeFirewallPoliciesPatch+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the firewall policy to update.+    firewallPolicy :: Core.Text,+    -- | Multipart request metadata.+    payload :: FirewallPolicy,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeFirewallPoliciesPatch' with the minimum fields required to make a request.+newComputeFirewallPoliciesPatch ::+  -- |  Name of the firewall policy to update. See 'firewallPolicy'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  FirewallPolicy ->+  ComputeFirewallPoliciesPatch+newComputeFirewallPoliciesPatch firewallPolicy payload =+  ComputeFirewallPoliciesPatch+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      firewallPolicy = firewallPolicy,+      payload = payload,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeFirewallPoliciesPatch where+  type Rs ComputeFirewallPoliciesPatch = Operation+  type+    Scopes ComputeFirewallPoliciesPatch =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeFirewallPoliciesPatch {..} =+    go+      firewallPolicy+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeFirewallPoliciesPatchResource)+          Core.mempty
+ gen/Gogol/Compute/FirewallPolicies/PatchRule.hs view
@@ -0,0 +1,131 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.FirewallPolicies.PatchRule+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Patches a rule of the specified priority.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.firewallPolicies.patchRule@.+module Gogol.Compute.FirewallPolicies.PatchRule+  ( -- * Resource+    ComputeFirewallPoliciesPatchRuleResource,++    -- ** Constructing a Request+    ComputeFirewallPoliciesPatchRule (..),+    newComputeFirewallPoliciesPatchRule,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.firewallPolicies.patchRule@ method which the+-- 'ComputeFirewallPoliciesPatchRule' request conforms to.+type ComputeFirewallPoliciesPatchRuleResource =+  "compute"+    Core.:> "v1"+    Core.:> "locations"+    Core.:> "global"+    Core.:> "firewallPolicies"+    Core.:> Core.Capture "firewallPolicy" Core.Text+    Core.:> "patchRule"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "priority" Core.Int32+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] FirewallPolicyRule+    Core.:> Core.Post '[Core.JSON] Operation++-- | Patches a rule of the specified priority.+--+-- /See:/ 'newComputeFirewallPoliciesPatchRule' smart constructor.+data ComputeFirewallPoliciesPatchRule = ComputeFirewallPoliciesPatchRule+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the firewall policy to update.+    firewallPolicy :: Core.Text,+    -- | Multipart request metadata.+    payload :: FirewallPolicyRule,+    -- | The priority of the rule to patch.+    priority :: (Core.Maybe Core.Int32),+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeFirewallPoliciesPatchRule' with the minimum fields required to make a request.+newComputeFirewallPoliciesPatchRule ::+  -- |  Name of the firewall policy to update. See 'firewallPolicy'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  FirewallPolicyRule ->+  ComputeFirewallPoliciesPatchRule+newComputeFirewallPoliciesPatchRule firewallPolicy payload =+  ComputeFirewallPoliciesPatchRule+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      firewallPolicy = firewallPolicy,+      payload = payload,+      priority = Core.Nothing,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeFirewallPoliciesPatchRule where+  type Rs ComputeFirewallPoliciesPatchRule = Operation+  type+    Scopes ComputeFirewallPoliciesPatchRule =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeFirewallPoliciesPatchRule {..} =+    go+      firewallPolicy+      xgafv+      accessToken+      callback+      priority+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeFirewallPoliciesPatchRuleResource)+          Core.mempty
+ gen/Gogol/Compute/FirewallPolicies/RemoveAssociation.hs view
@@ -0,0 +1,129 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.FirewallPolicies.RemoveAssociation+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Removes an association for the specified firewall policy.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.firewallPolicies.removeAssociation@.+module Gogol.Compute.FirewallPolicies.RemoveAssociation+  ( -- * Resource+    ComputeFirewallPoliciesRemoveAssociationResource,++    -- ** Constructing a Request+    ComputeFirewallPoliciesRemoveAssociation (..),+    newComputeFirewallPoliciesRemoveAssociation,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.firewallPolicies.removeAssociation@ method which the+-- 'ComputeFirewallPoliciesRemoveAssociation' request conforms to.+type ComputeFirewallPoliciesRemoveAssociationResource =+  "compute"+    Core.:> "v1"+    Core.:> "locations"+    Core.:> "global"+    Core.:> "firewallPolicies"+    Core.:> Core.Capture "firewallPolicy" Core.Text+    Core.:> "removeAssociation"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "name" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Post '[Core.JSON] Operation++-- | Removes an association for the specified firewall policy.+--+-- /See:/ 'newComputeFirewallPoliciesRemoveAssociation' smart constructor.+data ComputeFirewallPoliciesRemoveAssociation = ComputeFirewallPoliciesRemoveAssociation+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the firewall policy to update.+    firewallPolicy :: Core.Text,+    -- | Name for the attachment that will be removed.+    name :: (Core.Maybe Core.Text),+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeFirewallPoliciesRemoveAssociation' with the minimum fields required to make a request.+newComputeFirewallPoliciesRemoveAssociation ::+  -- |  Name of the firewall policy to update. See 'firewallPolicy'.+  Core.Text ->+  ComputeFirewallPoliciesRemoveAssociation+newComputeFirewallPoliciesRemoveAssociation firewallPolicy =+  ComputeFirewallPoliciesRemoveAssociation+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      firewallPolicy = firewallPolicy,+      name = Core.Nothing,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance+  Core.GoogleRequest+    ComputeFirewallPoliciesRemoveAssociation+  where+  type Rs ComputeFirewallPoliciesRemoveAssociation = Operation+  type+    Scopes ComputeFirewallPoliciesRemoveAssociation =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeFirewallPoliciesRemoveAssociation {..} =+    go+      firewallPolicy+      xgafv+      accessToken+      callback+      name+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeFirewallPoliciesRemoveAssociationResource+          )+          Core.mempty
+ gen/Gogol/Compute/FirewallPolicies/RemoveRule.hs view
@@ -0,0 +1,126 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.FirewallPolicies.RemoveRule+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Deletes a rule of the specified priority.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.firewallPolicies.removeRule@.+module Gogol.Compute.FirewallPolicies.RemoveRule+  ( -- * Resource+    ComputeFirewallPoliciesRemoveRuleResource,++    -- ** Constructing a Request+    ComputeFirewallPoliciesRemoveRule (..),+    newComputeFirewallPoliciesRemoveRule,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.firewallPolicies.removeRule@ method which the+-- 'ComputeFirewallPoliciesRemoveRule' request conforms to.+type ComputeFirewallPoliciesRemoveRuleResource =+  "compute"+    Core.:> "v1"+    Core.:> "locations"+    Core.:> "global"+    Core.:> "firewallPolicies"+    Core.:> Core.Capture "firewallPolicy" Core.Text+    Core.:> "removeRule"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "priority" Core.Int32+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Post '[Core.JSON] Operation++-- | Deletes a rule of the specified priority.+--+-- /See:/ 'newComputeFirewallPoliciesRemoveRule' smart constructor.+data ComputeFirewallPoliciesRemoveRule = ComputeFirewallPoliciesRemoveRule+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the firewall policy to update.+    firewallPolicy :: Core.Text,+    -- | The priority of the rule to remove from the firewall policy.+    priority :: (Core.Maybe Core.Int32),+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeFirewallPoliciesRemoveRule' with the minimum fields required to make a request.+newComputeFirewallPoliciesRemoveRule ::+  -- |  Name of the firewall policy to update. See 'firewallPolicy'.+  Core.Text ->+  ComputeFirewallPoliciesRemoveRule+newComputeFirewallPoliciesRemoveRule firewallPolicy =+  ComputeFirewallPoliciesRemoveRule+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      firewallPolicy = firewallPolicy,+      priority = Core.Nothing,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeFirewallPoliciesRemoveRule where+  type Rs ComputeFirewallPoliciesRemoveRule = Operation+  type+    Scopes ComputeFirewallPoliciesRemoveRule =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeFirewallPoliciesRemoveRule {..} =+    go+      firewallPolicy+      xgafv+      accessToken+      callback+      priority+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeFirewallPoliciesRemoveRuleResource+          )+          Core.mempty
+ gen/Gogol/Compute/FirewallPolicies/SetIamPolicy.hs view
@@ -0,0 +1,123 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.FirewallPolicies.SetIamPolicy+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Sets the access control policy on the specified resource. Replaces any existing policy.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.firewallPolicies.setIamPolicy@.+module Gogol.Compute.FirewallPolicies.SetIamPolicy+  ( -- * Resource+    ComputeFirewallPoliciesSetIamPolicyResource,++    -- ** Constructing a Request+    ComputeFirewallPoliciesSetIamPolicy (..),+    newComputeFirewallPoliciesSetIamPolicy,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.firewallPolicies.setIamPolicy@ method which the+-- 'ComputeFirewallPoliciesSetIamPolicy' request conforms to.+type ComputeFirewallPoliciesSetIamPolicyResource =+  "compute"+    Core.:> "v1"+    Core.:> "locations"+    Core.:> "global"+    Core.:> "firewallPolicies"+    Core.:> Core.Capture "resource" Core.Text+    Core.:> "setIamPolicy"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] GlobalOrganizationSetPolicyRequest+    Core.:> Core.Post '[Core.JSON] Policy++-- | Sets the access control policy on the specified resource. Replaces any existing policy.+--+-- /See:/ 'newComputeFirewallPoliciesSetIamPolicy' smart constructor.+data ComputeFirewallPoliciesSetIamPolicy = ComputeFirewallPoliciesSetIamPolicy+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Multipart request metadata.+    payload :: GlobalOrganizationSetPolicyRequest,+    -- | Name or id of the resource for this request.+    resource :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeFirewallPoliciesSetIamPolicy' with the minimum fields required to make a request.+newComputeFirewallPoliciesSetIamPolicy ::+  -- |  Multipart request metadata. See 'payload'.+  GlobalOrganizationSetPolicyRequest ->+  -- |  Name or id of the resource for this request. See 'resource'.+  Core.Text ->+  ComputeFirewallPoliciesSetIamPolicy+newComputeFirewallPoliciesSetIamPolicy payload resource =+  ComputeFirewallPoliciesSetIamPolicy+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      payload = payload,+      resource = resource,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeFirewallPoliciesSetIamPolicy where+  type Rs ComputeFirewallPoliciesSetIamPolicy = Policy+  type+    Scopes ComputeFirewallPoliciesSetIamPolicy =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeFirewallPoliciesSetIamPolicy {..} =+    go+      resource+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeFirewallPoliciesSetIamPolicyResource+          )+          Core.mempty
+ gen/Gogol/Compute/FirewallPolicies/TestIamPermissions.hs view
@@ -0,0 +1,128 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.FirewallPolicies.TestIamPermissions+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Returns permissions that a caller has on the specified resource.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.firewallPolicies.testIamPermissions@.+module Gogol.Compute.FirewallPolicies.TestIamPermissions+  ( -- * Resource+    ComputeFirewallPoliciesTestIamPermissionsResource,++    -- ** Constructing a Request+    ComputeFirewallPoliciesTestIamPermissions (..),+    newComputeFirewallPoliciesTestIamPermissions,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.firewallPolicies.testIamPermissions@ method which the+-- 'ComputeFirewallPoliciesTestIamPermissions' request conforms to.+type ComputeFirewallPoliciesTestIamPermissionsResource =+  "compute"+    Core.:> "v1"+    Core.:> "locations"+    Core.:> "global"+    Core.:> "firewallPolicies"+    Core.:> Core.Capture "resource" Core.Text+    Core.:> "testIamPermissions"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] TestPermissionsRequest+    Core.:> Core.Post '[Core.JSON] TestPermissionsResponse++-- | Returns permissions that a caller has on the specified resource.+--+-- /See:/ 'newComputeFirewallPoliciesTestIamPermissions' smart constructor.+data ComputeFirewallPoliciesTestIamPermissions = ComputeFirewallPoliciesTestIamPermissions+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Multipart request metadata.+    payload :: TestPermissionsRequest,+    -- | Name or id of the resource for this request.+    resource :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeFirewallPoliciesTestIamPermissions' with the minimum fields required to make a request.+newComputeFirewallPoliciesTestIamPermissions ::+  -- |  Multipart request metadata. See 'payload'.+  TestPermissionsRequest ->+  -- |  Name or id of the resource for this request. See 'resource'.+  Core.Text ->+  ComputeFirewallPoliciesTestIamPermissions+newComputeFirewallPoliciesTestIamPermissions payload resource =+  ComputeFirewallPoliciesTestIamPermissions+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      payload = payload,+      resource = resource,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance+  Core.GoogleRequest+    ComputeFirewallPoliciesTestIamPermissions+  where+  type+    Rs ComputeFirewallPoliciesTestIamPermissions =+      TestPermissionsResponse+  type+    Scopes ComputeFirewallPoliciesTestIamPermissions =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeFirewallPoliciesTestIamPermissions {..} =+    go+      resource+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeFirewallPoliciesTestIamPermissionsResource+          )+          Core.mempty
+ gen/Gogol/Compute/Firewalls/Delete.hs view
@@ -0,0 +1,125 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Firewalls.Delete+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Deletes the specified firewall.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.firewalls.delete@.+module Gogol.Compute.Firewalls.Delete+  ( -- * Resource+    ComputeFirewallsDeleteResource,++    -- ** Constructing a Request+    ComputeFirewallsDelete (..),+    newComputeFirewallsDelete,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.firewalls.delete@ method which the+-- 'ComputeFirewallsDelete' request conforms to.+type ComputeFirewallsDeleteResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "firewalls"+    Core.:> Core.Capture "firewall" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Delete '[Core.JSON] Operation++-- | Deletes the specified firewall.+--+-- /See:/ 'newComputeFirewallsDelete' smart constructor.+data ComputeFirewallsDelete = ComputeFirewallsDelete+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the firewall rule to delete.+    firewall :: Core.Text,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeFirewallsDelete' with the minimum fields required to make a request.+newComputeFirewallsDelete ::+  -- |  Name of the firewall rule to delete. See 'firewall'.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeFirewallsDelete+newComputeFirewallsDelete firewall project =+  ComputeFirewallsDelete+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      firewall = firewall,+      project = project,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeFirewallsDelete where+  type Rs ComputeFirewallsDelete = Operation+  type+    Scopes ComputeFirewallsDelete =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeFirewallsDelete {..} =+    go+      project+      firewall+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeFirewallsDeleteResource)+          Core.mempty
+ gen/Gogol/Compute/Firewalls/Get.hs view
@@ -0,0 +1,120 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Firewalls.Get+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Returns the specified firewall.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.firewalls.get@.+module Gogol.Compute.Firewalls.Get+  ( -- * Resource+    ComputeFirewallsGetResource,++    -- ** Constructing a Request+    ComputeFirewallsGet (..),+    newComputeFirewallsGet,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.firewalls.get@ method which the+-- 'ComputeFirewallsGet' request conforms to.+type ComputeFirewallsGetResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "firewalls"+    Core.:> Core.Capture "firewall" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] Firewall++-- | Returns the specified firewall.+--+-- /See:/ 'newComputeFirewallsGet' smart constructor.+data ComputeFirewallsGet = ComputeFirewallsGet+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the firewall rule to return.+    firewall :: Core.Text,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeFirewallsGet' with the minimum fields required to make a request.+newComputeFirewallsGet ::+  -- |  Name of the firewall rule to return. See 'firewall'.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeFirewallsGet+newComputeFirewallsGet firewall project =+  ComputeFirewallsGet+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      firewall = firewall,+      project = project,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeFirewallsGet where+  type Rs ComputeFirewallsGet = Firewall+  type+    Scopes ComputeFirewallsGet =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeFirewallsGet {..} =+    go+      project+      firewall+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeFirewallsGetResource)+          Core.mempty
+ gen/Gogol/Compute/Firewalls/Insert.hs view
@@ -0,0 +1,125 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Firewalls.Insert+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Creates a firewall rule in the specified project using the data included in the request.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.firewalls.insert@.+module Gogol.Compute.Firewalls.Insert+  ( -- * Resource+    ComputeFirewallsInsertResource,++    -- ** Constructing a Request+    ComputeFirewallsInsert (..),+    newComputeFirewallsInsert,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.firewalls.insert@ method which the+-- 'ComputeFirewallsInsert' request conforms to.+type ComputeFirewallsInsertResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "firewalls"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] Firewall+    Core.:> Core.Post '[Core.JSON] Operation++-- | Creates a firewall rule in the specified project using the data included in the request.+--+-- /See:/ 'newComputeFirewallsInsert' smart constructor.+data ComputeFirewallsInsert = ComputeFirewallsInsert+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Multipart request metadata.+    payload :: Firewall,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeFirewallsInsert' with the minimum fields required to make a request.+newComputeFirewallsInsert ::+  -- |  Multipart request metadata. See 'payload'.+  Firewall ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeFirewallsInsert+newComputeFirewallsInsert payload project =+  ComputeFirewallsInsert+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      payload = payload,+      project = project,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeFirewallsInsert where+  type Rs ComputeFirewallsInsert = Operation+  type+    Scopes ComputeFirewallsInsert =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeFirewallsInsert {..} =+    go+      project+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeFirewallsInsertResource)+          Core.mempty
+ gen/Gogol/Compute/Firewalls/List.hs view
@@ -0,0 +1,140 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Firewalls.List+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Retrieves the list of firewall rules available to the specified project.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.firewalls.list@.+module Gogol.Compute.Firewalls.List+  ( -- * Resource+    ComputeFirewallsListResource,++    -- ** Constructing a Request+    ComputeFirewallsList (..),+    newComputeFirewallsList,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.firewalls.list@ method which the+-- 'ComputeFirewallsList' request conforms to.+type ComputeFirewallsListResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "firewalls"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "filter" Core.Text+    Core.:> Core.QueryParam "maxResults" Core.Word32+    Core.:> Core.QueryParam "orderBy" Core.Text+    Core.:> Core.QueryParam "pageToken" Core.Text+    Core.:> Core.QueryParam "returnPartialSuccess" Core.Bool+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] FirewallList++-- | Retrieves the list of firewall rules available to the specified project.+--+-- /See:/ 'newComputeFirewallsList' smart constructor.+data ComputeFirewallsList = ComputeFirewallsList+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: Core.Word32,+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.+    returnPartialSuccess :: (Core.Maybe Core.Bool),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeFirewallsList' with the minimum fields required to make a request.+newComputeFirewallsList ::+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeFirewallsList+newComputeFirewallsList project =+  ComputeFirewallsList+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      filter = Core.Nothing,+      maxResults = 500,+      orderBy = Core.Nothing,+      pageToken = Core.Nothing,+      project = project,+      returnPartialSuccess = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeFirewallsList where+  type Rs ComputeFirewallsList = FirewallList+  type+    Scopes ComputeFirewallsList =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeFirewallsList {..} =+    go+      project+      xgafv+      accessToken+      callback+      filter+      (Core.Just maxResults)+      orderBy+      pageToken+      returnPartialSuccess+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeFirewallsListResource)+          Core.mempty
+ gen/Gogol/Compute/Firewalls/Patch.hs view
@@ -0,0 +1,132 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Firewalls.Patch+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- 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.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.firewalls.patch@.+module Gogol.Compute.Firewalls.Patch+  ( -- * Resource+    ComputeFirewallsPatchResource,++    -- ** Constructing a Request+    ComputeFirewallsPatch (..),+    newComputeFirewallsPatch,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.firewalls.patch@ method which the+-- 'ComputeFirewallsPatch' request conforms to.+type ComputeFirewallsPatchResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "firewalls"+    Core.:> Core.Capture "firewall" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] Firewall+    Core.:> Core.Patch '[Core.JSON] Operation++-- | 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.+--+-- /See:/ 'newComputeFirewallsPatch' smart constructor.+data ComputeFirewallsPatch = ComputeFirewallsPatch+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the firewall rule to patch.+    firewall :: Core.Text,+    -- | Multipart request metadata.+    payload :: Firewall,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeFirewallsPatch' with the minimum fields required to make a request.+newComputeFirewallsPatch ::+  -- |  Name of the firewall rule to patch. See 'firewall'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  Firewall ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeFirewallsPatch+newComputeFirewallsPatch firewall payload project =+  ComputeFirewallsPatch+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      firewall = firewall,+      payload = payload,+      project = project,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeFirewallsPatch where+  type Rs ComputeFirewallsPatch = Operation+  type+    Scopes ComputeFirewallsPatch =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeFirewallsPatch {..} =+    go+      project+      firewall+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeFirewallsPatchResource)+          Core.mempty
+ gen/Gogol/Compute/Firewalls/Update.hs view
@@ -0,0 +1,132 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Firewalls.Update+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Updates the specified firewall rule with the data included in the request. Note that all fields will be updated if using PUT, even fields that are not specified. To update individual fields, please use PATCH instead.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.firewalls.update@.+module Gogol.Compute.Firewalls.Update+  ( -- * Resource+    ComputeFirewallsUpdateResource,++    -- ** Constructing a Request+    ComputeFirewallsUpdate (..),+    newComputeFirewallsUpdate,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.firewalls.update@ method which the+-- 'ComputeFirewallsUpdate' request conforms to.+type ComputeFirewallsUpdateResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "firewalls"+    Core.:> Core.Capture "firewall" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] Firewall+    Core.:> Core.Put '[Core.JSON] Operation++-- | Updates the specified firewall rule with the data included in the request. Note that all fields will be updated if using PUT, even fields that are not specified. To update individual fields, please use PATCH instead.+--+-- /See:/ 'newComputeFirewallsUpdate' smart constructor.+data ComputeFirewallsUpdate = ComputeFirewallsUpdate+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the firewall rule to update.+    firewall :: Core.Text,+    -- | Multipart request metadata.+    payload :: Firewall,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeFirewallsUpdate' with the minimum fields required to make a request.+newComputeFirewallsUpdate ::+  -- |  Name of the firewall rule to update. See 'firewall'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  Firewall ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeFirewallsUpdate+newComputeFirewallsUpdate firewall payload project =+  ComputeFirewallsUpdate+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      firewall = firewall,+      payload = payload,+      project = project,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeFirewallsUpdate where+  type Rs ComputeFirewallsUpdate = Operation+  type+    Scopes ComputeFirewallsUpdate =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeFirewallsUpdate {..} =+    go+      project+      firewall+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeFirewallsUpdateResource)+          Core.mempty
+ gen/Gogol/Compute/ForwardingRules/AggregatedList.hs view
@@ -0,0 +1,154 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.ForwardingRules.AggregatedList+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Retrieves an aggregated list of forwarding rules. To prevent failure, Google recommends that you set the @returnPartialSuccess@ parameter to @true@.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.forwardingRules.aggregatedList@.+module Gogol.Compute.ForwardingRules.AggregatedList+  ( -- * Resource+    ComputeForwardingRulesAggregatedListResource,++    -- ** Constructing a Request+    ComputeForwardingRulesAggregatedList (..),+    newComputeForwardingRulesAggregatedList,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.forwardingRules.aggregatedList@ method which the+-- 'ComputeForwardingRulesAggregatedList' request conforms to.+type ComputeForwardingRulesAggregatedListResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "aggregated"+    Core.:> "forwardingRules"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "filter" Core.Text+    Core.:> Core.QueryParam "includeAllScopes" Core.Bool+    Core.:> Core.QueryParam "maxResults" Core.Word32+    Core.:> Core.QueryParam "orderBy" Core.Text+    Core.:> Core.QueryParam "pageToken" Core.Text+    Core.:> Core.QueryParam "returnPartialSuccess" Core.Bool+    Core.:> Core.QueryParam "serviceProjectNumber" Core.Int64+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] ForwardingRuleAggregatedList++-- | Retrieves an aggregated list of forwarding rules. To prevent failure, Google recommends that you set the @returnPartialSuccess@ parameter to @true@.+--+-- /See:/ 'newComputeForwardingRulesAggregatedList' smart constructor.+data ComputeForwardingRulesAggregatedList = ComputeForwardingRulesAggregatedList+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.+    includeAllScopes :: (Core.Maybe Core.Bool),+    -- | 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 :: Core.Word32,+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.+    returnPartialSuccess :: (Core.Maybe Core.Bool),+    -- | The Shared VPC service project id or service project number for which aggregated list request is invoked for subnetworks list-usable api.+    serviceProjectNumber :: (Core.Maybe Core.Int64),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeForwardingRulesAggregatedList' with the minimum fields required to make a request.+newComputeForwardingRulesAggregatedList ::+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeForwardingRulesAggregatedList+newComputeForwardingRulesAggregatedList project =+  ComputeForwardingRulesAggregatedList+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      filter = Core.Nothing,+      includeAllScopes = Core.Nothing,+      maxResults = 500,+      orderBy = Core.Nothing,+      pageToken = Core.Nothing,+      project = project,+      returnPartialSuccess = Core.Nothing,+      serviceProjectNumber = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeForwardingRulesAggregatedList where+  type+    Rs ComputeForwardingRulesAggregatedList =+      ForwardingRuleAggregatedList+  type+    Scopes ComputeForwardingRulesAggregatedList =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeForwardingRulesAggregatedList {..} =+    go+      project+      xgafv+      accessToken+      callback+      filter+      includeAllScopes+      (Core.Just maxResults)+      orderBy+      pageToken+      returnPartialSuccess+      serviceProjectNumber+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeForwardingRulesAggregatedListResource+          )+          Core.mempty
+ gen/Gogol/Compute/ForwardingRules/Delete.hs view
@@ -0,0 +1,132 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.ForwardingRules.Delete+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Deletes the specified ForwardingRule resource.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.forwardingRules.delete@.+module Gogol.Compute.ForwardingRules.Delete+  ( -- * Resource+    ComputeForwardingRulesDeleteResource,++    -- ** Constructing a Request+    ComputeForwardingRulesDelete (..),+    newComputeForwardingRulesDelete,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.forwardingRules.delete@ method which the+-- 'ComputeForwardingRulesDelete' request conforms to.+type ComputeForwardingRulesDeleteResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "regions"+    Core.:> Core.Capture "region" Core.Text+    Core.:> "forwardingRules"+    Core.:> Core.Capture "forwardingRule" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Delete '[Core.JSON] Operation++-- | Deletes the specified ForwardingRule resource.+--+-- /See:/ 'newComputeForwardingRulesDelete' smart constructor.+data ComputeForwardingRulesDelete = ComputeForwardingRulesDelete+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the ForwardingRule resource to delete.+    forwardingRule :: Core.Text,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Name of the region scoping this request.+    region :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeForwardingRulesDelete' with the minimum fields required to make a request.+newComputeForwardingRulesDelete ::+  -- |  Name of the ForwardingRule resource to delete. See 'forwardingRule'.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  Name of the region scoping this request. See 'region'.+  Core.Text ->+  ComputeForwardingRulesDelete+newComputeForwardingRulesDelete forwardingRule project region =+  ComputeForwardingRulesDelete+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      forwardingRule = forwardingRule,+      project = project,+      region = region,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeForwardingRulesDelete where+  type Rs ComputeForwardingRulesDelete = Operation+  type+    Scopes ComputeForwardingRulesDelete =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeForwardingRulesDelete {..} =+    go+      project+      region+      forwardingRule+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeForwardingRulesDeleteResource)+          Core.mempty
+ gen/Gogol/Compute/ForwardingRules/Get.hs view
@@ -0,0 +1,127 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.ForwardingRules.Get+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Returns the specified ForwardingRule resource.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.forwardingRules.get@.+module Gogol.Compute.ForwardingRules.Get+  ( -- * Resource+    ComputeForwardingRulesGetResource,++    -- ** Constructing a Request+    ComputeForwardingRulesGet (..),+    newComputeForwardingRulesGet,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.forwardingRules.get@ method which the+-- 'ComputeForwardingRulesGet' request conforms to.+type ComputeForwardingRulesGetResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "regions"+    Core.:> Core.Capture "region" Core.Text+    Core.:> "forwardingRules"+    Core.:> Core.Capture "forwardingRule" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] ForwardingRule++-- | Returns the specified ForwardingRule resource.+--+-- /See:/ 'newComputeForwardingRulesGet' smart constructor.+data ComputeForwardingRulesGet = ComputeForwardingRulesGet+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the ForwardingRule resource to return.+    forwardingRule :: Core.Text,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Name of the region scoping this request.+    region :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeForwardingRulesGet' with the minimum fields required to make a request.+newComputeForwardingRulesGet ::+  -- |  Name of the ForwardingRule resource to return. See 'forwardingRule'.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  Name of the region scoping this request. See 'region'.+  Core.Text ->+  ComputeForwardingRulesGet+newComputeForwardingRulesGet forwardingRule project region =+  ComputeForwardingRulesGet+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      forwardingRule = forwardingRule,+      project = project,+      region = region,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeForwardingRulesGet where+  type Rs ComputeForwardingRulesGet = ForwardingRule+  type+    Scopes ComputeForwardingRulesGet =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeForwardingRulesGet {..} =+    go+      project+      region+      forwardingRule+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeForwardingRulesGetResource)+          Core.mempty
+ gen/Gogol/Compute/ForwardingRules/Insert.hs view
@@ -0,0 +1,132 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.ForwardingRules.Insert+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Creates a ForwardingRule resource in the specified project and region using the data included in the request.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.forwardingRules.insert@.+module Gogol.Compute.ForwardingRules.Insert+  ( -- * Resource+    ComputeForwardingRulesInsertResource,++    -- ** Constructing a Request+    ComputeForwardingRulesInsert (..),+    newComputeForwardingRulesInsert,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.forwardingRules.insert@ method which the+-- 'ComputeForwardingRulesInsert' request conforms to.+type ComputeForwardingRulesInsertResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "regions"+    Core.:> Core.Capture "region" Core.Text+    Core.:> "forwardingRules"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] ForwardingRule+    Core.:> Core.Post '[Core.JSON] Operation++-- | Creates a ForwardingRule resource in the specified project and region using the data included in the request.+--+-- /See:/ 'newComputeForwardingRulesInsert' smart constructor.+data ComputeForwardingRulesInsert = ComputeForwardingRulesInsert+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Multipart request metadata.+    payload :: ForwardingRule,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Name of the region scoping this request.+    region :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeForwardingRulesInsert' with the minimum fields required to make a request.+newComputeForwardingRulesInsert ::+  -- |  Multipart request metadata. See 'payload'.+  ForwardingRule ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  Name of the region scoping this request. See 'region'.+  Core.Text ->+  ComputeForwardingRulesInsert+newComputeForwardingRulesInsert payload project region =+  ComputeForwardingRulesInsert+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      payload = payload,+      project = project,+      region = region,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeForwardingRulesInsert where+  type Rs ComputeForwardingRulesInsert = Operation+  type+    Scopes ComputeForwardingRulesInsert =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeForwardingRulesInsert {..} =+    go+      project+      region+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeForwardingRulesInsertResource)+          Core.mempty
+ gen/Gogol/Compute/ForwardingRules/List.hs view
@@ -0,0 +1,147 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.ForwardingRules.List+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Retrieves a list of ForwardingRule resources available to the specified project and region.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.forwardingRules.list@.+module Gogol.Compute.ForwardingRules.List+  ( -- * Resource+    ComputeForwardingRulesListResource,++    -- ** Constructing a Request+    ComputeForwardingRulesList (..),+    newComputeForwardingRulesList,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.forwardingRules.list@ method which the+-- 'ComputeForwardingRulesList' request conforms to.+type ComputeForwardingRulesListResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "regions"+    Core.:> Core.Capture "region" Core.Text+    Core.:> "forwardingRules"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "filter" Core.Text+    Core.:> Core.QueryParam "maxResults" Core.Word32+    Core.:> Core.QueryParam "orderBy" Core.Text+    Core.:> Core.QueryParam "pageToken" Core.Text+    Core.:> Core.QueryParam "returnPartialSuccess" Core.Bool+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] ForwardingRuleList++-- | Retrieves a list of ForwardingRule resources available to the specified project and region.+--+-- /See:/ 'newComputeForwardingRulesList' smart constructor.+data ComputeForwardingRulesList = ComputeForwardingRulesList+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: Core.Word32,+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Name of the region scoping this request.+    region :: Core.Text,+    -- | Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.+    returnPartialSuccess :: (Core.Maybe Core.Bool),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeForwardingRulesList' with the minimum fields required to make a request.+newComputeForwardingRulesList ::+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  Name of the region scoping this request. See 'region'.+  Core.Text ->+  ComputeForwardingRulesList+newComputeForwardingRulesList project region =+  ComputeForwardingRulesList+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      filter = Core.Nothing,+      maxResults = 500,+      orderBy = Core.Nothing,+      pageToken = Core.Nothing,+      project = project,+      region = region,+      returnPartialSuccess = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeForwardingRulesList where+  type Rs ComputeForwardingRulesList = ForwardingRuleList+  type+    Scopes ComputeForwardingRulesList =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeForwardingRulesList {..} =+    go+      project+      region+      xgafv+      accessToken+      callback+      filter+      (Core.Just maxResults)+      orderBy+      pageToken+      returnPartialSuccess+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeForwardingRulesListResource)+          Core.mempty
+ gen/Gogol/Compute/ForwardingRules/Patch.hs view
@@ -0,0 +1,143 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.ForwardingRules.Patch+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- 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.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.forwardingRules.patch@.+module Gogol.Compute.ForwardingRules.Patch+  ( -- * Resource+    ComputeForwardingRulesPatchResource,++    -- ** Constructing a Request+    ComputeForwardingRulesPatch (..),+    newComputeForwardingRulesPatch,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.forwardingRules.patch@ method which the+-- 'ComputeForwardingRulesPatch' request conforms to.+type ComputeForwardingRulesPatchResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "regions"+    Core.:> Core.Capture "region" Core.Text+    Core.:> "forwardingRules"+    Core.:> Core.Capture "forwardingRule" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] ForwardingRule+    Core.:> Core.Patch '[Core.JSON] Operation++-- | 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.+--+-- /See:/ 'newComputeForwardingRulesPatch' smart constructor.+data ComputeForwardingRulesPatch = ComputeForwardingRulesPatch+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the ForwardingRule resource to patch.+    forwardingRule :: Core.Text,+    -- | Multipart request metadata.+    payload :: ForwardingRule,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Name of the region scoping this request.+    region :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeForwardingRulesPatch' with the minimum fields required to make a request.+newComputeForwardingRulesPatch ::+  -- |  Name of the ForwardingRule resource to patch. See 'forwardingRule'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  ForwardingRule ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  Name of the region scoping this request. See 'region'.+  Core.Text ->+  ComputeForwardingRulesPatch+newComputeForwardingRulesPatch+  forwardingRule+  payload+  project+  region =+    ComputeForwardingRulesPatch+      { xgafv = Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        forwardingRule = forwardingRule,+        payload = payload,+        project = project,+        region = region,+        requestId = Core.Nothing,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing+      }++instance Core.GoogleRequest ComputeForwardingRulesPatch where+  type Rs ComputeForwardingRulesPatch = Operation+  type+    Scopes ComputeForwardingRulesPatch =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeForwardingRulesPatch {..} =+    go+      project+      region+      forwardingRule+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeForwardingRulesPatchResource)+          Core.mempty
+ gen/Gogol/Compute/ForwardingRules/SetLabels.hs view
@@ -0,0 +1,140 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.ForwardingRules.SetLabels+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Sets the labels on the specified resource. To learn more about labels, read the Labeling Resources documentation.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.forwardingRules.setLabels@.+module Gogol.Compute.ForwardingRules.SetLabels+  ( -- * Resource+    ComputeForwardingRulesSetLabelsResource,++    -- ** Constructing a Request+    ComputeForwardingRulesSetLabels (..),+    newComputeForwardingRulesSetLabels,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.forwardingRules.setLabels@ method which the+-- 'ComputeForwardingRulesSetLabels' request conforms to.+type ComputeForwardingRulesSetLabelsResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "regions"+    Core.:> Core.Capture "region" Core.Text+    Core.:> "forwardingRules"+    Core.:> Core.Capture "resource" Core.Text+    Core.:> "setLabels"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] RegionSetLabelsRequest+    Core.:> Core.Post '[Core.JSON] Operation++-- | Sets the labels on the specified resource. To learn more about labels, read the Labeling Resources documentation.+--+-- /See:/ 'newComputeForwardingRulesSetLabels' smart constructor.+data ComputeForwardingRulesSetLabels = ComputeForwardingRulesSetLabels+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Multipart request metadata.+    payload :: RegionSetLabelsRequest,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | The region for this request.+    region :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Name or id of the resource for this request.+    resource :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeForwardingRulesSetLabels' with the minimum fields required to make a request.+newComputeForwardingRulesSetLabels ::+  -- |  Multipart request metadata. See 'payload'.+  RegionSetLabelsRequest ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The region for this request. See 'region'.+  Core.Text ->+  -- |  Name or id of the resource for this request. See 'resource'.+  Core.Text ->+  ComputeForwardingRulesSetLabels+newComputeForwardingRulesSetLabels payload project region resource =+  ComputeForwardingRulesSetLabels+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      payload = payload,+      project = project,+      region = region,+      requestId = Core.Nothing,+      resource = resource,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeForwardingRulesSetLabels where+  type Rs ComputeForwardingRulesSetLabels = Operation+  type+    Scopes ComputeForwardingRulesSetLabels =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeForwardingRulesSetLabels {..} =+    go+      project+      region+      resource+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeForwardingRulesSetLabelsResource)+          Core.mempty
+ gen/Gogol/Compute/ForwardingRules/SetTarget.hs view
@@ -0,0 +1,144 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.ForwardingRules.SetTarget+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Changes target URL for forwarding rule. The new target should be of the same type as the old target.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.forwardingRules.setTarget@.+module Gogol.Compute.ForwardingRules.SetTarget+  ( -- * Resource+    ComputeForwardingRulesSetTargetResource,++    -- ** Constructing a Request+    ComputeForwardingRulesSetTarget (..),+    newComputeForwardingRulesSetTarget,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.forwardingRules.setTarget@ method which the+-- 'ComputeForwardingRulesSetTarget' request conforms to.+type ComputeForwardingRulesSetTargetResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "regions"+    Core.:> Core.Capture "region" Core.Text+    Core.:> "forwardingRules"+    Core.:> Core.Capture "forwardingRule" Core.Text+    Core.:> "setTarget"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] TargetReference+    Core.:> Core.Post '[Core.JSON] Operation++-- | Changes target URL for forwarding rule. The new target should be of the same type as the old target.+--+-- /See:/ 'newComputeForwardingRulesSetTarget' smart constructor.+data ComputeForwardingRulesSetTarget = ComputeForwardingRulesSetTarget+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the ForwardingRule resource in which target is to be set.+    forwardingRule :: Core.Text,+    -- | Multipart request metadata.+    payload :: TargetReference,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Name of the region scoping this request.+    region :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeForwardingRulesSetTarget' with the minimum fields required to make a request.+newComputeForwardingRulesSetTarget ::+  -- |  Name of the ForwardingRule resource in which target is to be set. See 'forwardingRule'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  TargetReference ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  Name of the region scoping this request. See 'region'.+  Core.Text ->+  ComputeForwardingRulesSetTarget+newComputeForwardingRulesSetTarget+  forwardingRule+  payload+  project+  region =+    ComputeForwardingRulesSetTarget+      { xgafv = Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        forwardingRule = forwardingRule,+        payload = payload,+        project = project,+        region = region,+        requestId = Core.Nothing,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing+      }++instance Core.GoogleRequest ComputeForwardingRulesSetTarget where+  type Rs ComputeForwardingRulesSetTarget = Operation+  type+    Scopes ComputeForwardingRulesSetTarget =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeForwardingRulesSetTarget {..} =+    go+      project+      region+      forwardingRule+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeForwardingRulesSetTargetResource)+          Core.mempty
+ gen/Gogol/Compute/GlobalAddresses/Delete.hs view
@@ -0,0 +1,125 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.GlobalAddresses.Delete+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Deletes the specified address resource.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.globalAddresses.delete@.+module Gogol.Compute.GlobalAddresses.Delete+  ( -- * Resource+    ComputeGlobalAddressesDeleteResource,++    -- ** Constructing a Request+    ComputeGlobalAddressesDelete (..),+    newComputeGlobalAddressesDelete,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.globalAddresses.delete@ method which the+-- 'ComputeGlobalAddressesDelete' request conforms to.+type ComputeGlobalAddressesDeleteResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "addresses"+    Core.:> Core.Capture "address" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Delete '[Core.JSON] Operation++-- | Deletes the specified address resource.+--+-- /See:/ 'newComputeGlobalAddressesDelete' smart constructor.+data ComputeGlobalAddressesDelete = ComputeGlobalAddressesDelete+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | Name of the address resource to delete.+    address :: Core.Text,+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeGlobalAddressesDelete' with the minimum fields required to make a request.+newComputeGlobalAddressesDelete ::+  -- |  Name of the address resource to delete. See 'address'.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeGlobalAddressesDelete+newComputeGlobalAddressesDelete address project =+  ComputeGlobalAddressesDelete+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      address = address,+      callback = Core.Nothing,+      project = project,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeGlobalAddressesDelete where+  type Rs ComputeGlobalAddressesDelete = Operation+  type+    Scopes ComputeGlobalAddressesDelete =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeGlobalAddressesDelete {..} =+    go+      project+      address+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeGlobalAddressesDeleteResource)+          Core.mempty
+ gen/Gogol/Compute/GlobalAddresses/Get.hs view
@@ -0,0 +1,120 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.GlobalAddresses.Get+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Returns the specified address resource.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.globalAddresses.get@.+module Gogol.Compute.GlobalAddresses.Get+  ( -- * Resource+    ComputeGlobalAddressesGetResource,++    -- ** Constructing a Request+    ComputeGlobalAddressesGet (..),+    newComputeGlobalAddressesGet,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.globalAddresses.get@ method which the+-- 'ComputeGlobalAddressesGet' request conforms to.+type ComputeGlobalAddressesGetResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "addresses"+    Core.:> Core.Capture "address" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] Address++-- | Returns the specified address resource.+--+-- /See:/ 'newComputeGlobalAddressesGet' smart constructor.+data ComputeGlobalAddressesGet = ComputeGlobalAddressesGet+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | Name of the address resource to return.+    address :: Core.Text,+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeGlobalAddressesGet' with the minimum fields required to make a request.+newComputeGlobalAddressesGet ::+  -- |  Name of the address resource to return. See 'address'.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeGlobalAddressesGet+newComputeGlobalAddressesGet address project =+  ComputeGlobalAddressesGet+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      address = address,+      callback = Core.Nothing,+      project = project,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeGlobalAddressesGet where+  type Rs ComputeGlobalAddressesGet = Address+  type+    Scopes ComputeGlobalAddressesGet =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeGlobalAddressesGet {..} =+    go+      project+      address+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeGlobalAddressesGetResource)+          Core.mempty
+ gen/Gogol/Compute/GlobalAddresses/Insert.hs view
@@ -0,0 +1,125 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.GlobalAddresses.Insert+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Creates an address resource in the specified project by using the data included in the request.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.globalAddresses.insert@.+module Gogol.Compute.GlobalAddresses.Insert+  ( -- * Resource+    ComputeGlobalAddressesInsertResource,++    -- ** Constructing a Request+    ComputeGlobalAddressesInsert (..),+    newComputeGlobalAddressesInsert,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.globalAddresses.insert@ method which the+-- 'ComputeGlobalAddressesInsert' request conforms to.+type ComputeGlobalAddressesInsertResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "addresses"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] Address+    Core.:> Core.Post '[Core.JSON] Operation++-- | Creates an address resource in the specified project by using the data included in the request.+--+-- /See:/ 'newComputeGlobalAddressesInsert' smart constructor.+data ComputeGlobalAddressesInsert = ComputeGlobalAddressesInsert+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Multipart request metadata.+    payload :: Address,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeGlobalAddressesInsert' with the minimum fields required to make a request.+newComputeGlobalAddressesInsert ::+  -- |  Multipart request metadata. See 'payload'.+  Address ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeGlobalAddressesInsert+newComputeGlobalAddressesInsert payload project =+  ComputeGlobalAddressesInsert+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      payload = payload,+      project = project,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeGlobalAddressesInsert where+  type Rs ComputeGlobalAddressesInsert = Operation+  type+    Scopes ComputeGlobalAddressesInsert =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeGlobalAddressesInsert {..} =+    go+      project+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeGlobalAddressesInsertResource)+          Core.mempty
+ gen/Gogol/Compute/GlobalAddresses/List.hs view
@@ -0,0 +1,140 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.GlobalAddresses.List+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Retrieves a list of global addresses.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.globalAddresses.list@.+module Gogol.Compute.GlobalAddresses.List+  ( -- * Resource+    ComputeGlobalAddressesListResource,++    -- ** Constructing a Request+    ComputeGlobalAddressesList (..),+    newComputeGlobalAddressesList,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.globalAddresses.list@ method which the+-- 'ComputeGlobalAddressesList' request conforms to.+type ComputeGlobalAddressesListResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "addresses"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "filter" Core.Text+    Core.:> Core.QueryParam "maxResults" Core.Word32+    Core.:> Core.QueryParam "orderBy" Core.Text+    Core.:> Core.QueryParam "pageToken" Core.Text+    Core.:> Core.QueryParam "returnPartialSuccess" Core.Bool+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] AddressList++-- | Retrieves a list of global addresses.+--+-- /See:/ 'newComputeGlobalAddressesList' smart constructor.+data ComputeGlobalAddressesList = ComputeGlobalAddressesList+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: Core.Word32,+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.+    returnPartialSuccess :: (Core.Maybe Core.Bool),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeGlobalAddressesList' with the minimum fields required to make a request.+newComputeGlobalAddressesList ::+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeGlobalAddressesList+newComputeGlobalAddressesList project =+  ComputeGlobalAddressesList+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      filter = Core.Nothing,+      maxResults = 500,+      orderBy = Core.Nothing,+      pageToken = Core.Nothing,+      project = project,+      returnPartialSuccess = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeGlobalAddressesList where+  type Rs ComputeGlobalAddressesList = AddressList+  type+    Scopes ComputeGlobalAddressesList =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeGlobalAddressesList {..} =+    go+      project+      xgafv+      accessToken+      callback+      filter+      (Core.Just maxResults)+      orderBy+      pageToken+      returnPartialSuccess+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeGlobalAddressesListResource)+          Core.mempty
+ gen/Gogol/Compute/GlobalAddresses/Move.hs view
@@ -0,0 +1,133 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.GlobalAddresses.Move+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Moves the specified address resource from one project to another project.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.globalAddresses.move@.+module Gogol.Compute.GlobalAddresses.Move+  ( -- * Resource+    ComputeGlobalAddressesMoveResource,++    -- ** Constructing a Request+    ComputeGlobalAddressesMove (..),+    newComputeGlobalAddressesMove,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.globalAddresses.move@ method which the+-- 'ComputeGlobalAddressesMove' request conforms to.+type ComputeGlobalAddressesMoveResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "addresses"+    Core.:> Core.Capture "address" Core.Text+    Core.:> "move"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] GlobalAddressesMoveRequest+    Core.:> Core.Post '[Core.JSON] Operation++-- | Moves the specified address resource from one project to another project.+--+-- /See:/ 'newComputeGlobalAddressesMove' smart constructor.+data ComputeGlobalAddressesMove = ComputeGlobalAddressesMove+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | Name of the address resource to move.+    address :: Core.Text,+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Multipart request metadata.+    payload :: GlobalAddressesMoveRequest,+    -- | Source project ID which the Address is moved from.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeGlobalAddressesMove' with the minimum fields required to make a request.+newComputeGlobalAddressesMove ::+  -- |  Name of the address resource to move. See 'address'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  GlobalAddressesMoveRequest ->+  -- |  Source project ID which the Address is moved from. See 'project'.+  Core.Text ->+  ComputeGlobalAddressesMove+newComputeGlobalAddressesMove address payload project =+  ComputeGlobalAddressesMove+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      address = address,+      callback = Core.Nothing,+      payload = payload,+      project = project,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeGlobalAddressesMove where+  type Rs ComputeGlobalAddressesMove = Operation+  type+    Scopes ComputeGlobalAddressesMove =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeGlobalAddressesMove {..} =+    go+      project+      address+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeGlobalAddressesMoveResource)+          Core.mempty
+ gen/Gogol/Compute/GlobalAddresses/SetLabels.hs view
@@ -0,0 +1,128 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.GlobalAddresses.SetLabels+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Sets the labels on a GlobalAddress. To learn more about labels, read the Labeling Resources documentation.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.globalAddresses.setLabels@.+module Gogol.Compute.GlobalAddresses.SetLabels+  ( -- * Resource+    ComputeGlobalAddressesSetLabelsResource,++    -- ** Constructing a Request+    ComputeGlobalAddressesSetLabels (..),+    newComputeGlobalAddressesSetLabels,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.globalAddresses.setLabels@ method which the+-- 'ComputeGlobalAddressesSetLabels' request conforms to.+type ComputeGlobalAddressesSetLabelsResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "addresses"+    Core.:> Core.Capture "resource" Core.Text+    Core.:> "setLabels"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] GlobalSetLabelsRequest+    Core.:> Core.Post '[Core.JSON] Operation++-- | Sets the labels on a GlobalAddress. To learn more about labels, read the Labeling Resources documentation.+--+-- /See:/ 'newComputeGlobalAddressesSetLabels' smart constructor.+data ComputeGlobalAddressesSetLabels = ComputeGlobalAddressesSetLabels+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Multipart request metadata.+    payload :: GlobalSetLabelsRequest,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Name or id of the resource for this request.+    resource :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeGlobalAddressesSetLabels' with the minimum fields required to make a request.+newComputeGlobalAddressesSetLabels ::+  -- |  Multipart request metadata. See 'payload'.+  GlobalSetLabelsRequest ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  Name or id of the resource for this request. See 'resource'.+  Core.Text ->+  ComputeGlobalAddressesSetLabels+newComputeGlobalAddressesSetLabels payload project resource =+  ComputeGlobalAddressesSetLabels+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      payload = payload,+      project = project,+      resource = resource,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeGlobalAddressesSetLabels where+  type Rs ComputeGlobalAddressesSetLabels = Operation+  type+    Scopes ComputeGlobalAddressesSetLabels =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeGlobalAddressesSetLabels {..} =+    go+      project+      resource+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeGlobalAddressesSetLabelsResource)+          Core.mempty
+ gen/Gogol/Compute/GlobalForwardingRules/Delete.hs view
@@ -0,0 +1,127 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.GlobalForwardingRules.Delete+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Deletes the specified GlobalForwardingRule resource.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.globalForwardingRules.delete@.+module Gogol.Compute.GlobalForwardingRules.Delete+  ( -- * Resource+    ComputeGlobalForwardingRulesDeleteResource,++    -- ** Constructing a Request+    ComputeGlobalForwardingRulesDelete (..),+    newComputeGlobalForwardingRulesDelete,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.globalForwardingRules.delete@ method which the+-- 'ComputeGlobalForwardingRulesDelete' request conforms to.+type ComputeGlobalForwardingRulesDeleteResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "forwardingRules"+    Core.:> Core.Capture "forwardingRule" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Delete '[Core.JSON] Operation++-- | Deletes the specified GlobalForwardingRule resource.+--+-- /See:/ 'newComputeGlobalForwardingRulesDelete' smart constructor.+data ComputeGlobalForwardingRulesDelete = ComputeGlobalForwardingRulesDelete+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the ForwardingRule resource to delete.+    forwardingRule :: Core.Text,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeGlobalForwardingRulesDelete' with the minimum fields required to make a request.+newComputeGlobalForwardingRulesDelete ::+  -- |  Name of the ForwardingRule resource to delete. See 'forwardingRule'.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeGlobalForwardingRulesDelete+newComputeGlobalForwardingRulesDelete forwardingRule project =+  ComputeGlobalForwardingRulesDelete+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      forwardingRule = forwardingRule,+      project = project,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeGlobalForwardingRulesDelete where+  type Rs ComputeGlobalForwardingRulesDelete = Operation+  type+    Scopes ComputeGlobalForwardingRulesDelete =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeGlobalForwardingRulesDelete {..} =+    go+      project+      forwardingRule+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeGlobalForwardingRulesDeleteResource+          )+          Core.mempty
+ gen/Gogol/Compute/GlobalForwardingRules/Get.hs view
@@ -0,0 +1,120 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.GlobalForwardingRules.Get+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Returns the specified GlobalForwardingRule resource. Gets a list of available forwarding rules by making a list() request.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.globalForwardingRules.get@.+module Gogol.Compute.GlobalForwardingRules.Get+  ( -- * Resource+    ComputeGlobalForwardingRulesGetResource,++    -- ** Constructing a Request+    ComputeGlobalForwardingRulesGet (..),+    newComputeGlobalForwardingRulesGet,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.globalForwardingRules.get@ method which the+-- 'ComputeGlobalForwardingRulesGet' request conforms to.+type ComputeGlobalForwardingRulesGetResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "forwardingRules"+    Core.:> Core.Capture "forwardingRule" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] ForwardingRule++-- | Returns the specified GlobalForwardingRule resource. Gets a list of available forwarding rules by making a list() request.+--+-- /See:/ 'newComputeGlobalForwardingRulesGet' smart constructor.+data ComputeGlobalForwardingRulesGet = ComputeGlobalForwardingRulesGet+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the ForwardingRule resource to return.+    forwardingRule :: Core.Text,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeGlobalForwardingRulesGet' with the minimum fields required to make a request.+newComputeGlobalForwardingRulesGet ::+  -- |  Name of the ForwardingRule resource to return. See 'forwardingRule'.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeGlobalForwardingRulesGet+newComputeGlobalForwardingRulesGet forwardingRule project =+  ComputeGlobalForwardingRulesGet+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      forwardingRule = forwardingRule,+      project = project,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeGlobalForwardingRulesGet where+  type Rs ComputeGlobalForwardingRulesGet = ForwardingRule+  type+    Scopes ComputeGlobalForwardingRulesGet =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeGlobalForwardingRulesGet {..} =+    go+      project+      forwardingRule+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeGlobalForwardingRulesGetResource)+          Core.mempty
+ gen/Gogol/Compute/GlobalForwardingRules/Insert.hs view
@@ -0,0 +1,127 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.GlobalForwardingRules.Insert+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Creates a GlobalForwardingRule resource in the specified project using the data included in the request.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.globalForwardingRules.insert@.+module Gogol.Compute.GlobalForwardingRules.Insert+  ( -- * Resource+    ComputeGlobalForwardingRulesInsertResource,++    -- ** Constructing a Request+    ComputeGlobalForwardingRulesInsert (..),+    newComputeGlobalForwardingRulesInsert,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.globalForwardingRules.insert@ method which the+-- 'ComputeGlobalForwardingRulesInsert' request conforms to.+type ComputeGlobalForwardingRulesInsertResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "forwardingRules"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] ForwardingRule+    Core.:> Core.Post '[Core.JSON] Operation++-- | Creates a GlobalForwardingRule resource in the specified project using the data included in the request.+--+-- /See:/ 'newComputeGlobalForwardingRulesInsert' smart constructor.+data ComputeGlobalForwardingRulesInsert = ComputeGlobalForwardingRulesInsert+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Multipart request metadata.+    payload :: ForwardingRule,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeGlobalForwardingRulesInsert' with the minimum fields required to make a request.+newComputeGlobalForwardingRulesInsert ::+  -- |  Multipart request metadata. See 'payload'.+  ForwardingRule ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeGlobalForwardingRulesInsert+newComputeGlobalForwardingRulesInsert payload project =+  ComputeGlobalForwardingRulesInsert+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      payload = payload,+      project = project,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeGlobalForwardingRulesInsert where+  type Rs ComputeGlobalForwardingRulesInsert = Operation+  type+    Scopes ComputeGlobalForwardingRulesInsert =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeGlobalForwardingRulesInsert {..} =+    go+      project+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeGlobalForwardingRulesInsertResource+          )+          Core.mempty
+ gen/Gogol/Compute/GlobalForwardingRules/List.hs view
@@ -0,0 +1,140 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.GlobalForwardingRules.List+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Retrieves a list of GlobalForwardingRule resources available to the specified project.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.globalForwardingRules.list@.+module Gogol.Compute.GlobalForwardingRules.List+  ( -- * Resource+    ComputeGlobalForwardingRulesListResource,++    -- ** Constructing a Request+    ComputeGlobalForwardingRulesList (..),+    newComputeGlobalForwardingRulesList,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.globalForwardingRules.list@ method which the+-- 'ComputeGlobalForwardingRulesList' request conforms to.+type ComputeGlobalForwardingRulesListResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "forwardingRules"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "filter" Core.Text+    Core.:> Core.QueryParam "maxResults" Core.Word32+    Core.:> Core.QueryParam "orderBy" Core.Text+    Core.:> Core.QueryParam "pageToken" Core.Text+    Core.:> Core.QueryParam "returnPartialSuccess" Core.Bool+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] ForwardingRuleList++-- | Retrieves a list of GlobalForwardingRule resources available to the specified project.+--+-- /See:/ 'newComputeGlobalForwardingRulesList' smart constructor.+data ComputeGlobalForwardingRulesList = ComputeGlobalForwardingRulesList+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: Core.Word32,+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.+    returnPartialSuccess :: (Core.Maybe Core.Bool),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeGlobalForwardingRulesList' with the minimum fields required to make a request.+newComputeGlobalForwardingRulesList ::+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeGlobalForwardingRulesList+newComputeGlobalForwardingRulesList project =+  ComputeGlobalForwardingRulesList+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      filter = Core.Nothing,+      maxResults = 500,+      orderBy = Core.Nothing,+      pageToken = Core.Nothing,+      project = project,+      returnPartialSuccess = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeGlobalForwardingRulesList where+  type Rs ComputeGlobalForwardingRulesList = ForwardingRuleList+  type+    Scopes ComputeGlobalForwardingRulesList =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeGlobalForwardingRulesList {..} =+    go+      project+      xgafv+      accessToken+      callback+      filter+      (Core.Just maxResults)+      orderBy+      pageToken+      returnPartialSuccess+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeGlobalForwardingRulesListResource)+          Core.mempty
+ gen/Gogol/Compute/GlobalForwardingRules/Patch.hs view
@@ -0,0 +1,134 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.GlobalForwardingRules.Patch+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- 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.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.globalForwardingRules.patch@.+module Gogol.Compute.GlobalForwardingRules.Patch+  ( -- * Resource+    ComputeGlobalForwardingRulesPatchResource,++    -- ** Constructing a Request+    ComputeGlobalForwardingRulesPatch (..),+    newComputeGlobalForwardingRulesPatch,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.globalForwardingRules.patch@ method which the+-- 'ComputeGlobalForwardingRulesPatch' request conforms to.+type ComputeGlobalForwardingRulesPatchResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "forwardingRules"+    Core.:> Core.Capture "forwardingRule" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] ForwardingRule+    Core.:> Core.Patch '[Core.JSON] Operation++-- | 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.+--+-- /See:/ 'newComputeGlobalForwardingRulesPatch' smart constructor.+data ComputeGlobalForwardingRulesPatch = ComputeGlobalForwardingRulesPatch+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the ForwardingRule resource to patch.+    forwardingRule :: Core.Text,+    -- | Multipart request metadata.+    payload :: ForwardingRule,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeGlobalForwardingRulesPatch' with the minimum fields required to make a request.+newComputeGlobalForwardingRulesPatch ::+  -- |  Name of the ForwardingRule resource to patch. See 'forwardingRule'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  ForwardingRule ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeGlobalForwardingRulesPatch+newComputeGlobalForwardingRulesPatch forwardingRule payload project =+  ComputeGlobalForwardingRulesPatch+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      forwardingRule = forwardingRule,+      payload = payload,+      project = project,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeGlobalForwardingRulesPatch where+  type Rs ComputeGlobalForwardingRulesPatch = Operation+  type+    Scopes ComputeGlobalForwardingRulesPatch =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeGlobalForwardingRulesPatch {..} =+    go+      project+      forwardingRule+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeGlobalForwardingRulesPatchResource+          )+          Core.mempty
+ gen/Gogol/Compute/GlobalForwardingRules/SetLabels.hs view
@@ -0,0 +1,130 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.GlobalForwardingRules.SetLabels+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Sets the labels on the specified resource. To learn more about labels, read the Labeling resources documentation.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.globalForwardingRules.setLabels@.+module Gogol.Compute.GlobalForwardingRules.SetLabels+  ( -- * Resource+    ComputeGlobalForwardingRulesSetLabelsResource,++    -- ** Constructing a Request+    ComputeGlobalForwardingRulesSetLabels (..),+    newComputeGlobalForwardingRulesSetLabels,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.globalForwardingRules.setLabels@ method which the+-- 'ComputeGlobalForwardingRulesSetLabels' request conforms to.+type ComputeGlobalForwardingRulesSetLabelsResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "forwardingRules"+    Core.:> Core.Capture "resource" Core.Text+    Core.:> "setLabels"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] GlobalSetLabelsRequest+    Core.:> Core.Post '[Core.JSON] Operation++-- | Sets the labels on the specified resource. To learn more about labels, read the Labeling resources documentation.+--+-- /See:/ 'newComputeGlobalForwardingRulesSetLabels' smart constructor.+data ComputeGlobalForwardingRulesSetLabels = ComputeGlobalForwardingRulesSetLabels+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Multipart request metadata.+    payload :: GlobalSetLabelsRequest,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Name or id of the resource for this request.+    resource :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeGlobalForwardingRulesSetLabels' with the minimum fields required to make a request.+newComputeGlobalForwardingRulesSetLabels ::+  -- |  Multipart request metadata. See 'payload'.+  GlobalSetLabelsRequest ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  Name or id of the resource for this request. See 'resource'.+  Core.Text ->+  ComputeGlobalForwardingRulesSetLabels+newComputeGlobalForwardingRulesSetLabels payload project resource =+  ComputeGlobalForwardingRulesSetLabels+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      payload = payload,+      project = project,+      resource = resource,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeGlobalForwardingRulesSetLabels where+  type Rs ComputeGlobalForwardingRulesSetLabels = Operation+  type+    Scopes ComputeGlobalForwardingRulesSetLabels =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeGlobalForwardingRulesSetLabels {..} =+    go+      project+      resource+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeGlobalForwardingRulesSetLabelsResource+          )+          Core.mempty
+ gen/Gogol/Compute/GlobalForwardingRules/SetTarget.hs view
@@ -0,0 +1,138 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.GlobalForwardingRules.SetTarget+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Changes target URL for the GlobalForwardingRule resource. The new target should be of the same type as the old target.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.globalForwardingRules.setTarget@.+module Gogol.Compute.GlobalForwardingRules.SetTarget+  ( -- * Resource+    ComputeGlobalForwardingRulesSetTargetResource,++    -- ** Constructing a Request+    ComputeGlobalForwardingRulesSetTarget (..),+    newComputeGlobalForwardingRulesSetTarget,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.globalForwardingRules.setTarget@ method which the+-- 'ComputeGlobalForwardingRulesSetTarget' request conforms to.+type ComputeGlobalForwardingRulesSetTargetResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "forwardingRules"+    Core.:> Core.Capture "forwardingRule" Core.Text+    Core.:> "setTarget"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] TargetReference+    Core.:> Core.Post '[Core.JSON] Operation++-- | Changes target URL for the GlobalForwardingRule resource. The new target should be of the same type as the old target.+--+-- /See:/ 'newComputeGlobalForwardingRulesSetTarget' smart constructor.+data ComputeGlobalForwardingRulesSetTarget = ComputeGlobalForwardingRulesSetTarget+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the ForwardingRule resource in which target is to be set.+    forwardingRule :: Core.Text,+    -- | Multipart request metadata.+    payload :: TargetReference,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeGlobalForwardingRulesSetTarget' with the minimum fields required to make a request.+newComputeGlobalForwardingRulesSetTarget ::+  -- |  Name of the ForwardingRule resource in which target is to be set. See 'forwardingRule'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  TargetReference ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeGlobalForwardingRulesSetTarget+newComputeGlobalForwardingRulesSetTarget+  forwardingRule+  payload+  project =+    ComputeGlobalForwardingRulesSetTarget+      { xgafv = Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        forwardingRule = forwardingRule,+        payload = payload,+        project = project,+        requestId = Core.Nothing,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing+      }++instance Core.GoogleRequest ComputeGlobalForwardingRulesSetTarget where+  type Rs ComputeGlobalForwardingRulesSetTarget = Operation+  type+    Scopes ComputeGlobalForwardingRulesSetTarget =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeGlobalForwardingRulesSetTarget {..} =+    go+      project+      forwardingRule+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeGlobalForwardingRulesSetTargetResource+          )+          Core.mempty
+ gen/Gogol/Compute/GlobalNetworkEndpointGroups/AttachNetworkEndpoints.hs view
@@ -0,0 +1,150 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.GlobalNetworkEndpointGroups.AttachNetworkEndpoints+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Attach a network endpoint to the specified network endpoint group.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.globalNetworkEndpointGroups.attachNetworkEndpoints@.+module Gogol.Compute.GlobalNetworkEndpointGroups.AttachNetworkEndpoints+  ( -- * Resource+    ComputeGlobalNetworkEndpointGroupsAttachNetworkEndpointsResource,++    -- ** Constructing a Request+    ComputeGlobalNetworkEndpointGroupsAttachNetworkEndpoints (..),+    newComputeGlobalNetworkEndpointGroupsAttachNetworkEndpoints,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.globalNetworkEndpointGroups.attachNetworkEndpoints@ method which the+-- 'ComputeGlobalNetworkEndpointGroupsAttachNetworkEndpoints' request conforms to.+type ComputeGlobalNetworkEndpointGroupsAttachNetworkEndpointsResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "networkEndpointGroups"+    Core.:> Core.Capture "networkEndpointGroup" Core.Text+    Core.:> "attachNetworkEndpoints"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody+              '[Core.JSON]+              GlobalNetworkEndpointGroupsAttachEndpointsRequest+    Core.:> Core.Post '[Core.JSON] Operation++-- | Attach a network endpoint to the specified network endpoint group.+--+-- /See:/ 'newComputeGlobalNetworkEndpointGroupsAttachNetworkEndpoints' smart constructor.+data ComputeGlobalNetworkEndpointGroupsAttachNetworkEndpoints = ComputeGlobalNetworkEndpointGroupsAttachNetworkEndpoints+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | The name of the network endpoint group where you are attaching network endpoints to. It should comply with RFC1035.+    networkEndpointGroup :: Core.Text,+    -- | Multipart request metadata.+    payload :: GlobalNetworkEndpointGroupsAttachEndpointsRequest,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeGlobalNetworkEndpointGroupsAttachNetworkEndpoints' with the minimum fields required to make a request.+newComputeGlobalNetworkEndpointGroupsAttachNetworkEndpoints ::+  -- |  The name of the network endpoint group where you are attaching network endpoints to. It should comply with RFC1035. See 'networkEndpointGroup'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  GlobalNetworkEndpointGroupsAttachEndpointsRequest ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeGlobalNetworkEndpointGroupsAttachNetworkEndpoints+newComputeGlobalNetworkEndpointGroupsAttachNetworkEndpoints+  networkEndpointGroup+  payload+  project =+    ComputeGlobalNetworkEndpointGroupsAttachNetworkEndpoints+      { xgafv =+          Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        networkEndpointGroup =+          networkEndpointGroup,+        payload = payload,+        project = project,+        requestId = Core.Nothing,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing+      }++instance+  Core.GoogleRequest+    ComputeGlobalNetworkEndpointGroupsAttachNetworkEndpoints+  where+  type+    Rs ComputeGlobalNetworkEndpointGroupsAttachNetworkEndpoints =+      Operation+  type+    Scopes+      ComputeGlobalNetworkEndpointGroupsAttachNetworkEndpoints =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient+    ComputeGlobalNetworkEndpointGroupsAttachNetworkEndpoints {..} =+      go+        project+        networkEndpointGroup+        xgafv+        accessToken+        callback+        requestId+        uploadType+        uploadProtocol+        (Core.Just Core.AltJSON)+        payload+        computeService+      where+        go =+          Core.buildClient+            ( Core.Proxy ::+                Core.Proxy+                  ComputeGlobalNetworkEndpointGroupsAttachNetworkEndpointsResource+            )+            Core.mempty
+ gen/Gogol/Compute/GlobalNetworkEndpointGroups/Delete.hs view
@@ -0,0 +1,132 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.GlobalNetworkEndpointGroups.Delete+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Deletes the specified network endpoint group.Note that the NEG cannot be deleted if there are backend services referencing it.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.globalNetworkEndpointGroups.delete@.+module Gogol.Compute.GlobalNetworkEndpointGroups.Delete+  ( -- * Resource+    ComputeGlobalNetworkEndpointGroupsDeleteResource,++    -- ** Constructing a Request+    ComputeGlobalNetworkEndpointGroupsDelete (..),+    newComputeGlobalNetworkEndpointGroupsDelete,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.globalNetworkEndpointGroups.delete@ method which the+-- 'ComputeGlobalNetworkEndpointGroupsDelete' request conforms to.+type ComputeGlobalNetworkEndpointGroupsDeleteResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "networkEndpointGroups"+    Core.:> Core.Capture "networkEndpointGroup" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Delete '[Core.JSON] Operation++-- | Deletes the specified network endpoint group.Note that the NEG cannot be deleted if there are backend services referencing it.+--+-- /See:/ 'newComputeGlobalNetworkEndpointGroupsDelete' smart constructor.+data ComputeGlobalNetworkEndpointGroupsDelete = ComputeGlobalNetworkEndpointGroupsDelete+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | The name of the network endpoint group to delete. It should comply with RFC1035.+    networkEndpointGroup :: Core.Text,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeGlobalNetworkEndpointGroupsDelete' with the minimum fields required to make a request.+newComputeGlobalNetworkEndpointGroupsDelete ::+  -- |  The name of the network endpoint group to delete. It should comply with RFC1035. See 'networkEndpointGroup'.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeGlobalNetworkEndpointGroupsDelete+newComputeGlobalNetworkEndpointGroupsDelete+  networkEndpointGroup+  project =+    ComputeGlobalNetworkEndpointGroupsDelete+      { xgafv = Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        networkEndpointGroup = networkEndpointGroup,+        project = project,+        requestId = Core.Nothing,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing+      }++instance+  Core.GoogleRequest+    ComputeGlobalNetworkEndpointGroupsDelete+  where+  type Rs ComputeGlobalNetworkEndpointGroupsDelete = Operation+  type+    Scopes ComputeGlobalNetworkEndpointGroupsDelete =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeGlobalNetworkEndpointGroupsDelete {..} =+    go+      project+      networkEndpointGroup+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeGlobalNetworkEndpointGroupsDeleteResource+          )+          Core.mempty
+ gen/Gogol/Compute/GlobalNetworkEndpointGroups/DetachNetworkEndpoints.hs view
@@ -0,0 +1,150 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.GlobalNetworkEndpointGroups.DetachNetworkEndpoints+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Detach the network endpoint from the specified network endpoint group.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.globalNetworkEndpointGroups.detachNetworkEndpoints@.+module Gogol.Compute.GlobalNetworkEndpointGroups.DetachNetworkEndpoints+  ( -- * Resource+    ComputeGlobalNetworkEndpointGroupsDetachNetworkEndpointsResource,++    -- ** Constructing a Request+    ComputeGlobalNetworkEndpointGroupsDetachNetworkEndpoints (..),+    newComputeGlobalNetworkEndpointGroupsDetachNetworkEndpoints,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.globalNetworkEndpointGroups.detachNetworkEndpoints@ method which the+-- 'ComputeGlobalNetworkEndpointGroupsDetachNetworkEndpoints' request conforms to.+type ComputeGlobalNetworkEndpointGroupsDetachNetworkEndpointsResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "networkEndpointGroups"+    Core.:> Core.Capture "networkEndpointGroup" Core.Text+    Core.:> "detachNetworkEndpoints"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody+              '[Core.JSON]+              GlobalNetworkEndpointGroupsDetachEndpointsRequest+    Core.:> Core.Post '[Core.JSON] Operation++-- | Detach the network endpoint from the specified network endpoint group.+--+-- /See:/ 'newComputeGlobalNetworkEndpointGroupsDetachNetworkEndpoints' smart constructor.+data ComputeGlobalNetworkEndpointGroupsDetachNetworkEndpoints = ComputeGlobalNetworkEndpointGroupsDetachNetworkEndpoints+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | The name of the network endpoint group where you are removing network endpoints. It should comply with RFC1035.+    networkEndpointGroup :: Core.Text,+    -- | Multipart request metadata.+    payload :: GlobalNetworkEndpointGroupsDetachEndpointsRequest,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeGlobalNetworkEndpointGroupsDetachNetworkEndpoints' with the minimum fields required to make a request.+newComputeGlobalNetworkEndpointGroupsDetachNetworkEndpoints ::+  -- |  The name of the network endpoint group where you are removing network endpoints. It should comply with RFC1035. See 'networkEndpointGroup'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  GlobalNetworkEndpointGroupsDetachEndpointsRequest ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeGlobalNetworkEndpointGroupsDetachNetworkEndpoints+newComputeGlobalNetworkEndpointGroupsDetachNetworkEndpoints+  networkEndpointGroup+  payload+  project =+    ComputeGlobalNetworkEndpointGroupsDetachNetworkEndpoints+      { xgafv =+          Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        networkEndpointGroup =+          networkEndpointGroup,+        payload = payload,+        project = project,+        requestId = Core.Nothing,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing+      }++instance+  Core.GoogleRequest+    ComputeGlobalNetworkEndpointGroupsDetachNetworkEndpoints+  where+  type+    Rs ComputeGlobalNetworkEndpointGroupsDetachNetworkEndpoints =+      Operation+  type+    Scopes+      ComputeGlobalNetworkEndpointGroupsDetachNetworkEndpoints =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient+    ComputeGlobalNetworkEndpointGroupsDetachNetworkEndpoints {..} =+      go+        project+        networkEndpointGroup+        xgafv+        accessToken+        callback+        requestId+        uploadType+        uploadProtocol+        (Core.Just Core.AltJSON)+        payload+        computeService+      where+        go =+          Core.buildClient+            ( Core.Proxy ::+                Core.Proxy+                  ComputeGlobalNetworkEndpointGroupsDetachNetworkEndpointsResource+            )+            Core.mempty
+ gen/Gogol/Compute/GlobalNetworkEndpointGroups/Get.hs view
@@ -0,0 +1,126 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.GlobalNetworkEndpointGroups.Get+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Returns the specified network endpoint group.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.globalNetworkEndpointGroups.get@.+module Gogol.Compute.GlobalNetworkEndpointGroups.Get+  ( -- * Resource+    ComputeGlobalNetworkEndpointGroupsGetResource,++    -- ** Constructing a Request+    ComputeGlobalNetworkEndpointGroupsGet (..),+    newComputeGlobalNetworkEndpointGroupsGet,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.globalNetworkEndpointGroups.get@ method which the+-- 'ComputeGlobalNetworkEndpointGroupsGet' request conforms to.+type ComputeGlobalNetworkEndpointGroupsGetResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "networkEndpointGroups"+    Core.:> Core.Capture "networkEndpointGroup" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] NetworkEndpointGroup++-- | Returns the specified network endpoint group.+--+-- /See:/ 'newComputeGlobalNetworkEndpointGroupsGet' smart constructor.+data ComputeGlobalNetworkEndpointGroupsGet = ComputeGlobalNetworkEndpointGroupsGet+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | The name of the network endpoint group. It should comply with RFC1035.+    networkEndpointGroup :: Core.Text,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeGlobalNetworkEndpointGroupsGet' with the minimum fields required to make a request.+newComputeGlobalNetworkEndpointGroupsGet ::+  -- |  The name of the network endpoint group. It should comply with RFC1035. See 'networkEndpointGroup'.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeGlobalNetworkEndpointGroupsGet+newComputeGlobalNetworkEndpointGroupsGet+  networkEndpointGroup+  project =+    ComputeGlobalNetworkEndpointGroupsGet+      { xgafv = Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        networkEndpointGroup = networkEndpointGroup,+        project = project,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing+      }++instance Core.GoogleRequest ComputeGlobalNetworkEndpointGroupsGet where+  type+    Rs ComputeGlobalNetworkEndpointGroupsGet =+      NetworkEndpointGroup+  type+    Scopes ComputeGlobalNetworkEndpointGroupsGet =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeGlobalNetworkEndpointGroupsGet {..} =+    go+      project+      networkEndpointGroup+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeGlobalNetworkEndpointGroupsGetResource+          )+          Core.mempty
+ gen/Gogol/Compute/GlobalNetworkEndpointGroups/Insert.hs view
@@ -0,0 +1,130 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.GlobalNetworkEndpointGroups.Insert+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Creates a network endpoint group in the specified project using the parameters that are included in the request.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.globalNetworkEndpointGroups.insert@.+module Gogol.Compute.GlobalNetworkEndpointGroups.Insert+  ( -- * Resource+    ComputeGlobalNetworkEndpointGroupsInsertResource,++    -- ** Constructing a Request+    ComputeGlobalNetworkEndpointGroupsInsert (..),+    newComputeGlobalNetworkEndpointGroupsInsert,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.globalNetworkEndpointGroups.insert@ method which the+-- 'ComputeGlobalNetworkEndpointGroupsInsert' request conforms to.+type ComputeGlobalNetworkEndpointGroupsInsertResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "networkEndpointGroups"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] NetworkEndpointGroup+    Core.:> Core.Post '[Core.JSON] Operation++-- | Creates a network endpoint group in the specified project using the parameters that are included in the request.+--+-- /See:/ 'newComputeGlobalNetworkEndpointGroupsInsert' smart constructor.+data ComputeGlobalNetworkEndpointGroupsInsert = ComputeGlobalNetworkEndpointGroupsInsert+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Multipart request metadata.+    payload :: NetworkEndpointGroup,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeGlobalNetworkEndpointGroupsInsert' with the minimum fields required to make a request.+newComputeGlobalNetworkEndpointGroupsInsert ::+  -- |  Multipart request metadata. See 'payload'.+  NetworkEndpointGroup ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeGlobalNetworkEndpointGroupsInsert+newComputeGlobalNetworkEndpointGroupsInsert payload project =+  ComputeGlobalNetworkEndpointGroupsInsert+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      payload = payload,+      project = project,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance+  Core.GoogleRequest+    ComputeGlobalNetworkEndpointGroupsInsert+  where+  type Rs ComputeGlobalNetworkEndpointGroupsInsert = Operation+  type+    Scopes ComputeGlobalNetworkEndpointGroupsInsert =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeGlobalNetworkEndpointGroupsInsert {..} =+    go+      project+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeGlobalNetworkEndpointGroupsInsertResource+          )+          Core.mempty
+ gen/Gogol/Compute/GlobalNetworkEndpointGroups/List.hs view
@@ -0,0 +1,144 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.GlobalNetworkEndpointGroups.List+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Retrieves the list of network endpoint groups that are located in the specified project.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.globalNetworkEndpointGroups.list@.+module Gogol.Compute.GlobalNetworkEndpointGroups.List+  ( -- * Resource+    ComputeGlobalNetworkEndpointGroupsListResource,++    -- ** Constructing a Request+    ComputeGlobalNetworkEndpointGroupsList (..),+    newComputeGlobalNetworkEndpointGroupsList,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.globalNetworkEndpointGroups.list@ method which the+-- 'ComputeGlobalNetworkEndpointGroupsList' request conforms to.+type ComputeGlobalNetworkEndpointGroupsListResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "networkEndpointGroups"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "filter" Core.Text+    Core.:> Core.QueryParam "maxResults" Core.Word32+    Core.:> Core.QueryParam "orderBy" Core.Text+    Core.:> Core.QueryParam "pageToken" Core.Text+    Core.:> Core.QueryParam "returnPartialSuccess" Core.Bool+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] NetworkEndpointGroupList++-- | Retrieves the list of network endpoint groups that are located in the specified project.+--+-- /See:/ 'newComputeGlobalNetworkEndpointGroupsList' smart constructor.+data ComputeGlobalNetworkEndpointGroupsList = ComputeGlobalNetworkEndpointGroupsList+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: Core.Word32,+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.+    returnPartialSuccess :: (Core.Maybe Core.Bool),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeGlobalNetworkEndpointGroupsList' with the minimum fields required to make a request.+newComputeGlobalNetworkEndpointGroupsList ::+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeGlobalNetworkEndpointGroupsList+newComputeGlobalNetworkEndpointGroupsList project =+  ComputeGlobalNetworkEndpointGroupsList+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      filter = Core.Nothing,+      maxResults = 500,+      orderBy = Core.Nothing,+      pageToken = Core.Nothing,+      project = project,+      returnPartialSuccess = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeGlobalNetworkEndpointGroupsList where+  type+    Rs ComputeGlobalNetworkEndpointGroupsList =+      NetworkEndpointGroupList+  type+    Scopes ComputeGlobalNetworkEndpointGroupsList =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeGlobalNetworkEndpointGroupsList {..} =+    go+      project+      xgafv+      accessToken+      callback+      filter+      (Core.Just maxResults)+      orderBy+      pageToken+      returnPartialSuccess+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeGlobalNetworkEndpointGroupsListResource+          )+          Core.mempty
+ gen/Gogol/Compute/GlobalNetworkEndpointGroups/ListNetworkEndpoints.hs view
@@ -0,0 +1,163 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.GlobalNetworkEndpointGroups.ListNetworkEndpoints+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Lists the network endpoints in the specified network endpoint group.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.globalNetworkEndpointGroups.listNetworkEndpoints@.+module Gogol.Compute.GlobalNetworkEndpointGroups.ListNetworkEndpoints+  ( -- * Resource+    ComputeGlobalNetworkEndpointGroupsListNetworkEndpointsResource,++    -- ** Constructing a Request+    ComputeGlobalNetworkEndpointGroupsListNetworkEndpoints (..),+    newComputeGlobalNetworkEndpointGroupsListNetworkEndpoints,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.globalNetworkEndpointGroups.listNetworkEndpoints@ method which the+-- 'ComputeGlobalNetworkEndpointGroupsListNetworkEndpoints' request conforms to.+type ComputeGlobalNetworkEndpointGroupsListNetworkEndpointsResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "networkEndpointGroups"+    Core.:> Core.Capture "networkEndpointGroup" Core.Text+    Core.:> "listNetworkEndpoints"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "filter" Core.Text+    Core.:> Core.QueryParam "maxResults" Core.Word32+    Core.:> Core.QueryParam "orderBy" Core.Text+    Core.:> Core.QueryParam "pageToken" Core.Text+    Core.:> Core.QueryParam "returnPartialSuccess" Core.Bool+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Post+              '[Core.JSON]+              NetworkEndpointGroupsListNetworkEndpoints++-- | Lists the network endpoints in the specified network endpoint group.+--+-- /See:/ 'newComputeGlobalNetworkEndpointGroupsListNetworkEndpoints' smart constructor.+data ComputeGlobalNetworkEndpointGroupsListNetworkEndpoints = ComputeGlobalNetworkEndpointGroupsListNetworkEndpoints+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: Core.Word32,+    -- | The name of the network endpoint group from which you want to generate a list of included network endpoints. It should comply with RFC1035.+    networkEndpointGroup :: Core.Text,+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.+    returnPartialSuccess :: (Core.Maybe Core.Bool),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeGlobalNetworkEndpointGroupsListNetworkEndpoints' with the minimum fields required to make a request.+newComputeGlobalNetworkEndpointGroupsListNetworkEndpoints ::+  -- |  The name of the network endpoint group from which you want to generate a list of included network endpoints. It should comply with RFC1035. See 'networkEndpointGroup'.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeGlobalNetworkEndpointGroupsListNetworkEndpoints+newComputeGlobalNetworkEndpointGroupsListNetworkEndpoints+  networkEndpointGroup+  project =+    ComputeGlobalNetworkEndpointGroupsListNetworkEndpoints+      { xgafv =+          Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        filter = Core.Nothing,+        maxResults = 500,+        networkEndpointGroup =+          networkEndpointGroup,+        orderBy = Core.Nothing,+        pageToken = Core.Nothing,+        project = project,+        returnPartialSuccess = Core.Nothing,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing+      }++instance+  Core.GoogleRequest+    ComputeGlobalNetworkEndpointGroupsListNetworkEndpoints+  where+  type+    Rs ComputeGlobalNetworkEndpointGroupsListNetworkEndpoints =+      NetworkEndpointGroupsListNetworkEndpoints+  type+    Scopes ComputeGlobalNetworkEndpointGroupsListNetworkEndpoints =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient+    ComputeGlobalNetworkEndpointGroupsListNetworkEndpoints {..} =+      go+        project+        networkEndpointGroup+        xgafv+        accessToken+        callback+        filter+        (Core.Just maxResults)+        orderBy+        pageToken+        returnPartialSuccess+        uploadType+        uploadProtocol+        (Core.Just Core.AltJSON)+        computeService+      where+        go =+          Core.buildClient+            ( Core.Proxy ::+                Core.Proxy+                  ComputeGlobalNetworkEndpointGroupsListNetworkEndpointsResource+            )+            Core.mempty
+ gen/Gogol/Compute/GlobalOperations/AggregatedList.hs view
@@ -0,0 +1,154 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.GlobalOperations.AggregatedList+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Retrieves an aggregated list of all operations. To prevent failure, Google recommends that you set the @returnPartialSuccess@ parameter to @true@.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.globalOperations.aggregatedList@.+module Gogol.Compute.GlobalOperations.AggregatedList+  ( -- * Resource+    ComputeGlobalOperationsAggregatedListResource,++    -- ** Constructing a Request+    ComputeGlobalOperationsAggregatedList (..),+    newComputeGlobalOperationsAggregatedList,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.globalOperations.aggregatedList@ method which the+-- 'ComputeGlobalOperationsAggregatedList' request conforms to.+type ComputeGlobalOperationsAggregatedListResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "aggregated"+    Core.:> "operations"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "filter" Core.Text+    Core.:> Core.QueryParam "includeAllScopes" Core.Bool+    Core.:> Core.QueryParam "maxResults" Core.Word32+    Core.:> Core.QueryParam "orderBy" Core.Text+    Core.:> Core.QueryParam "pageToken" Core.Text+    Core.:> Core.QueryParam "returnPartialSuccess" Core.Bool+    Core.:> Core.QueryParam "serviceProjectNumber" Core.Int64+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] OperationAggregatedList++-- | Retrieves an aggregated list of all operations. To prevent failure, Google recommends that you set the @returnPartialSuccess@ parameter to @true@.+--+-- /See:/ 'newComputeGlobalOperationsAggregatedList' smart constructor.+data ComputeGlobalOperationsAggregatedList = ComputeGlobalOperationsAggregatedList+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.+    includeAllScopes :: (Core.Maybe Core.Bool),+    -- | 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 :: Core.Word32,+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.+    returnPartialSuccess :: (Core.Maybe Core.Bool),+    -- | The Shared VPC service project id or service project number for which aggregated list request is invoked for subnetworks list-usable api.+    serviceProjectNumber :: (Core.Maybe Core.Int64),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeGlobalOperationsAggregatedList' with the minimum fields required to make a request.+newComputeGlobalOperationsAggregatedList ::+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeGlobalOperationsAggregatedList+newComputeGlobalOperationsAggregatedList project =+  ComputeGlobalOperationsAggregatedList+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      filter = Core.Nothing,+      includeAllScopes = Core.Nothing,+      maxResults = 500,+      orderBy = Core.Nothing,+      pageToken = Core.Nothing,+      project = project,+      returnPartialSuccess = Core.Nothing,+      serviceProjectNumber = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeGlobalOperationsAggregatedList where+  type+    Rs ComputeGlobalOperationsAggregatedList =+      OperationAggregatedList+  type+    Scopes ComputeGlobalOperationsAggregatedList =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeGlobalOperationsAggregatedList {..} =+    go+      project+      xgafv+      accessToken+      callback+      filter+      includeAllScopes+      (Core.Just maxResults)+      orderBy+      pageToken+      returnPartialSuccess+      serviceProjectNumber+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeGlobalOperationsAggregatedListResource+          )+          Core.mempty
+ gen/Gogol/Compute/GlobalOperations/Delete.hs view
@@ -0,0 +1,120 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.GlobalOperations.Delete+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Deletes the specified Operations resource.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.globalOperations.delete@.+module Gogol.Compute.GlobalOperations.Delete+  ( -- * Resource+    ComputeGlobalOperationsDeleteResource,++    -- ** Constructing a Request+    ComputeGlobalOperationsDelete (..),+    newComputeGlobalOperationsDelete,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.globalOperations.delete@ method which the+-- 'ComputeGlobalOperationsDelete' request conforms to.+type ComputeGlobalOperationsDeleteResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "operations"+    Core.:> Core.Capture "operation" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Delete '[Core.JSON] ()++-- | Deletes the specified Operations resource.+--+-- /See:/ 'newComputeGlobalOperationsDelete' smart constructor.+data ComputeGlobalOperationsDelete = ComputeGlobalOperationsDelete+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the Operations resource to delete, or its unique numeric identifier.+    operation :: Core.Text,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeGlobalOperationsDelete' with the minimum fields required to make a request.+newComputeGlobalOperationsDelete ::+  -- |  Name of the Operations resource to delete, or its unique numeric identifier. See 'operation'.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeGlobalOperationsDelete+newComputeGlobalOperationsDelete operation project =+  ComputeGlobalOperationsDelete+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      operation = operation,+      project = project,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeGlobalOperationsDelete where+  type Rs ComputeGlobalOperationsDelete = ()+  type+    Scopes ComputeGlobalOperationsDelete =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeGlobalOperationsDelete {..} =+    go+      project+      operation+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeGlobalOperationsDeleteResource)+          Core.mempty
+ gen/Gogol/Compute/GlobalOperations/Get.hs view
@@ -0,0 +1,120 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.GlobalOperations.Get+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Retrieves the specified Operations resource.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.globalOperations.get@.+module Gogol.Compute.GlobalOperations.Get+  ( -- * Resource+    ComputeGlobalOperationsGetResource,++    -- ** Constructing a Request+    ComputeGlobalOperationsGet (..),+    newComputeGlobalOperationsGet,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.globalOperations.get@ method which the+-- 'ComputeGlobalOperationsGet' request conforms to.+type ComputeGlobalOperationsGetResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "operations"+    Core.:> Core.Capture "operation" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] Operation++-- | Retrieves the specified Operations resource.+--+-- /See:/ 'newComputeGlobalOperationsGet' smart constructor.+data ComputeGlobalOperationsGet = ComputeGlobalOperationsGet+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the Operations resource to return, or its unique numeric identifier.+    operation :: Core.Text,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeGlobalOperationsGet' with the minimum fields required to make a request.+newComputeGlobalOperationsGet ::+  -- |  Name of the Operations resource to return, or its unique numeric identifier. See 'operation'.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeGlobalOperationsGet+newComputeGlobalOperationsGet operation project =+  ComputeGlobalOperationsGet+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      operation = operation,+      project = project,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeGlobalOperationsGet where+  type Rs ComputeGlobalOperationsGet = Operation+  type+    Scopes ComputeGlobalOperationsGet =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeGlobalOperationsGet {..} =+    go+      project+      operation+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeGlobalOperationsGetResource)+          Core.mempty
+ gen/Gogol/Compute/GlobalOperations/List.hs view
@@ -0,0 +1,140 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.GlobalOperations.List+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Retrieves a list of Operation resources contained within the specified project.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.globalOperations.list@.+module Gogol.Compute.GlobalOperations.List+  ( -- * Resource+    ComputeGlobalOperationsListResource,++    -- ** Constructing a Request+    ComputeGlobalOperationsList (..),+    newComputeGlobalOperationsList,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.globalOperations.list@ method which the+-- 'ComputeGlobalOperationsList' request conforms to.+type ComputeGlobalOperationsListResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "operations"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "filter" Core.Text+    Core.:> Core.QueryParam "maxResults" Core.Word32+    Core.:> Core.QueryParam "orderBy" Core.Text+    Core.:> Core.QueryParam "pageToken" Core.Text+    Core.:> Core.QueryParam "returnPartialSuccess" Core.Bool+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] OperationList++-- | Retrieves a list of Operation resources contained within the specified project.+--+-- /See:/ 'newComputeGlobalOperationsList' smart constructor.+data ComputeGlobalOperationsList = ComputeGlobalOperationsList+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: Core.Word32,+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.+    returnPartialSuccess :: (Core.Maybe Core.Bool),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeGlobalOperationsList' with the minimum fields required to make a request.+newComputeGlobalOperationsList ::+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeGlobalOperationsList+newComputeGlobalOperationsList project =+  ComputeGlobalOperationsList+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      filter = Core.Nothing,+      maxResults = 500,+      orderBy = Core.Nothing,+      pageToken = Core.Nothing,+      project = project,+      returnPartialSuccess = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeGlobalOperationsList where+  type Rs ComputeGlobalOperationsList = OperationList+  type+    Scopes ComputeGlobalOperationsList =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeGlobalOperationsList {..} =+    go+      project+      xgafv+      accessToken+      callback+      filter+      (Core.Just maxResults)+      orderBy+      pageToken+      returnPartialSuccess+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeGlobalOperationsListResource)+          Core.mempty
+ gen/Gogol/Compute/GlobalOperations/Wait.hs view
@@ -0,0 +1,121 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.GlobalOperations.Wait+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Waits for the specified Operation resource to return as @DONE@ or for the request to approach the 2 minute deadline, and retrieves the specified Operation resource. This method differs from the @GET@ method in that it waits for no more than the default deadline (2 minutes) and then returns the current state of the operation, which might be @DONE@ or still in progress. This method is called on a best-effort basis. Specifically: - In uncommon cases, when the server is overloaded, the request might return before the default deadline is reached, or might return after zero seconds. - If the default deadline is reached, there is no guarantee that the operation is actually done when the method returns. Be prepared to retry if the operation is not @DONE@.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.globalOperations.wait@.+module Gogol.Compute.GlobalOperations.Wait+  ( -- * Resource+    ComputeGlobalOperationsWaitResource,++    -- ** Constructing a Request+    ComputeGlobalOperationsWait (..),+    newComputeGlobalOperationsWait,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.globalOperations.wait@ method which the+-- 'ComputeGlobalOperationsWait' request conforms to.+type ComputeGlobalOperationsWaitResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "operations"+    Core.:> Core.Capture "operation" Core.Text+    Core.:> "wait"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Post '[Core.JSON] Operation++-- | Waits for the specified Operation resource to return as @DONE@ or for the request to approach the 2 minute deadline, and retrieves the specified Operation resource. This method differs from the @GET@ method in that it waits for no more than the default deadline (2 minutes) and then returns the current state of the operation, which might be @DONE@ or still in progress. This method is called on a best-effort basis. Specifically: - In uncommon cases, when the server is overloaded, the request might return before the default deadline is reached, or might return after zero seconds. - If the default deadline is reached, there is no guarantee that the operation is actually done when the method returns. Be prepared to retry if the operation is not @DONE@.+--+-- /See:/ 'newComputeGlobalOperationsWait' smart constructor.+data ComputeGlobalOperationsWait = ComputeGlobalOperationsWait+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the Operations resource to return, or its unique numeric identifier.+    operation :: Core.Text,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeGlobalOperationsWait' with the minimum fields required to make a request.+newComputeGlobalOperationsWait ::+  -- |  Name of the Operations resource to return, or its unique numeric identifier. See 'operation'.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeGlobalOperationsWait+newComputeGlobalOperationsWait operation project =+  ComputeGlobalOperationsWait+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      operation = operation,+      project = project,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeGlobalOperationsWait where+  type Rs ComputeGlobalOperationsWait = Operation+  type+    Scopes ComputeGlobalOperationsWait =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeGlobalOperationsWait {..} =+    go+      project+      operation+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeGlobalOperationsWaitResource)+          Core.mempty
+ gen/Gogol/Compute/GlobalOrganizationOperations/Delete.hs view
@@ -0,0 +1,123 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.GlobalOrganizationOperations.Delete+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Deletes the specified Operations resource.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.globalOrganizationOperations.delete@.+module Gogol.Compute.GlobalOrganizationOperations.Delete+  ( -- * Resource+    ComputeGlobalOrganizationOperationsDeleteResource,++    -- ** Constructing a Request+    ComputeGlobalOrganizationOperationsDelete (..),+    newComputeGlobalOrganizationOperationsDelete,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.globalOrganizationOperations.delete@ method which the+-- 'ComputeGlobalOrganizationOperationsDelete' request conforms to.+type ComputeGlobalOrganizationOperationsDeleteResource =+  "compute"+    Core.:> "v1"+    Core.:> "locations"+    Core.:> "global"+    Core.:> "operations"+    Core.:> Core.Capture "operation" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "parentId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Delete '[Core.JSON] ()++-- | Deletes the specified Operations resource.+--+-- /See:/ 'newComputeGlobalOrganizationOperationsDelete' smart constructor.+data ComputeGlobalOrganizationOperationsDelete = ComputeGlobalOrganizationOperationsDelete+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the Operations resource to delete, or its unique numeric identifier.+    operation :: Core.Text,+    -- | Parent ID for this request.+    parentId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeGlobalOrganizationOperationsDelete' with the minimum fields required to make a request.+newComputeGlobalOrganizationOperationsDelete ::+  -- |  Name of the Operations resource to delete, or its unique numeric identifier. See 'operation'.+  Core.Text ->+  ComputeGlobalOrganizationOperationsDelete+newComputeGlobalOrganizationOperationsDelete operation =+  ComputeGlobalOrganizationOperationsDelete+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      operation = operation,+      parentId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance+  Core.GoogleRequest+    ComputeGlobalOrganizationOperationsDelete+  where+  type Rs ComputeGlobalOrganizationOperationsDelete = ()+  type+    Scopes ComputeGlobalOrganizationOperationsDelete =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeGlobalOrganizationOperationsDelete {..} =+    go+      operation+      xgafv+      accessToken+      callback+      parentId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeGlobalOrganizationOperationsDeleteResource+          )+          Core.mempty
+ gen/Gogol/Compute/GlobalOrganizationOperations/Get.hs view
@@ -0,0 +1,120 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.GlobalOrganizationOperations.Get+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Retrieves the specified Operations resource. Gets a list of operations by making a @list()@ request.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.globalOrganizationOperations.get@.+module Gogol.Compute.GlobalOrganizationOperations.Get+  ( -- * Resource+    ComputeGlobalOrganizationOperationsGetResource,++    -- ** Constructing a Request+    ComputeGlobalOrganizationOperationsGet (..),+    newComputeGlobalOrganizationOperationsGet,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.globalOrganizationOperations.get@ method which the+-- 'ComputeGlobalOrganizationOperationsGet' request conforms to.+type ComputeGlobalOrganizationOperationsGetResource =+  "compute"+    Core.:> "v1"+    Core.:> "locations"+    Core.:> "global"+    Core.:> "operations"+    Core.:> Core.Capture "operation" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "parentId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] Operation++-- | Retrieves the specified Operations resource. Gets a list of operations by making a @list()@ request.+--+-- /See:/ 'newComputeGlobalOrganizationOperationsGet' smart constructor.+data ComputeGlobalOrganizationOperationsGet = ComputeGlobalOrganizationOperationsGet+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the Operations resource to return, or its unique numeric identifier.+    operation :: Core.Text,+    -- | Parent ID for this request.+    parentId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeGlobalOrganizationOperationsGet' with the minimum fields required to make a request.+newComputeGlobalOrganizationOperationsGet ::+  -- |  Name of the Operations resource to return, or its unique numeric identifier. See 'operation'.+  Core.Text ->+  ComputeGlobalOrganizationOperationsGet+newComputeGlobalOrganizationOperationsGet operation =+  ComputeGlobalOrganizationOperationsGet+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      operation = operation,+      parentId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeGlobalOrganizationOperationsGet where+  type Rs ComputeGlobalOrganizationOperationsGet = Operation+  type+    Scopes ComputeGlobalOrganizationOperationsGet =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeGlobalOrganizationOperationsGet {..} =+    go+      operation+      xgafv+      accessToken+      callback+      parentId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeGlobalOrganizationOperationsGetResource+          )+          Core.mempty
+ gen/Gogol/Compute/GlobalOrganizationOperations/List.hs view
@@ -0,0 +1,140 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.GlobalOrganizationOperations.List+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Retrieves a list of Operation resources contained within the specified organization.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.globalOrganizationOperations.list@.+module Gogol.Compute.GlobalOrganizationOperations.List+  ( -- * Resource+    ComputeGlobalOrganizationOperationsListResource,++    -- ** Constructing a Request+    ComputeGlobalOrganizationOperationsList (..),+    newComputeGlobalOrganizationOperationsList,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.globalOrganizationOperations.list@ method which the+-- 'ComputeGlobalOrganizationOperationsList' request conforms to.+type ComputeGlobalOrganizationOperationsListResource =+  "compute"+    Core.:> "v1"+    Core.:> "locations"+    Core.:> "global"+    Core.:> "operations"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "filter" Core.Text+    Core.:> Core.QueryParam "maxResults" Core.Word32+    Core.:> Core.QueryParam "orderBy" Core.Text+    Core.:> Core.QueryParam "pageToken" Core.Text+    Core.:> Core.QueryParam "parentId" Core.Text+    Core.:> Core.QueryParam "returnPartialSuccess" Core.Bool+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] OperationList++-- | Retrieves a list of Operation resources contained within the specified organization.+--+-- /See:/ 'newComputeGlobalOrganizationOperationsList' smart constructor.+data ComputeGlobalOrganizationOperationsList = ComputeGlobalOrganizationOperationsList+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: Core.Word32,+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | Parent ID for this request.+    parentId :: (Core.Maybe Core.Text),+    -- | Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.+    returnPartialSuccess :: (Core.Maybe Core.Bool),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeGlobalOrganizationOperationsList' with the minimum fields required to make a request.+newComputeGlobalOrganizationOperationsList ::+  ComputeGlobalOrganizationOperationsList+newComputeGlobalOrganizationOperationsList =+  ComputeGlobalOrganizationOperationsList+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      filter = Core.Nothing,+      maxResults = 500,+      orderBy = Core.Nothing,+      pageToken = Core.Nothing,+      parentId = Core.Nothing,+      returnPartialSuccess = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeGlobalOrganizationOperationsList where+  type Rs ComputeGlobalOrganizationOperationsList = OperationList+  type+    Scopes ComputeGlobalOrganizationOperationsList =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeGlobalOrganizationOperationsList {..} =+    go+      xgafv+      accessToken+      callback+      filter+      (Core.Just maxResults)+      orderBy+      pageToken+      parentId+      returnPartialSuccess+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeGlobalOrganizationOperationsListResource+          )+          Core.mempty
+ gen/Gogol/Compute/GlobalPublicDelegatedPrefixes/Delete.hs view
@@ -0,0 +1,132 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.GlobalPublicDelegatedPrefixes.Delete+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Deletes the specified global PublicDelegatedPrefix.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.globalPublicDelegatedPrefixes.delete@.+module Gogol.Compute.GlobalPublicDelegatedPrefixes.Delete+  ( -- * Resource+    ComputeGlobalPublicDelegatedPrefixesDeleteResource,++    -- ** Constructing a Request+    ComputeGlobalPublicDelegatedPrefixesDelete (..),+    newComputeGlobalPublicDelegatedPrefixesDelete,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.globalPublicDelegatedPrefixes.delete@ method which the+-- 'ComputeGlobalPublicDelegatedPrefixesDelete' request conforms to.+type ComputeGlobalPublicDelegatedPrefixesDeleteResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "publicDelegatedPrefixes"+    Core.:> Core.Capture "publicDelegatedPrefix" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Delete '[Core.JSON] Operation++-- | Deletes the specified global PublicDelegatedPrefix.+--+-- /See:/ 'newComputeGlobalPublicDelegatedPrefixesDelete' smart constructor.+data ComputeGlobalPublicDelegatedPrefixesDelete = ComputeGlobalPublicDelegatedPrefixesDelete+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Name of the PublicDelegatedPrefix resource to delete.+    publicDelegatedPrefix :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeGlobalPublicDelegatedPrefixesDelete' with the minimum fields required to make a request.+newComputeGlobalPublicDelegatedPrefixesDelete ::+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  Name of the PublicDelegatedPrefix resource to delete. See 'publicDelegatedPrefix'.+  Core.Text ->+  ComputeGlobalPublicDelegatedPrefixesDelete+newComputeGlobalPublicDelegatedPrefixesDelete+  project+  publicDelegatedPrefix =+    ComputeGlobalPublicDelegatedPrefixesDelete+      { xgafv = Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        project = project,+        publicDelegatedPrefix = publicDelegatedPrefix,+        requestId = Core.Nothing,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing+      }++instance+  Core.GoogleRequest+    ComputeGlobalPublicDelegatedPrefixesDelete+  where+  type Rs ComputeGlobalPublicDelegatedPrefixesDelete = Operation+  type+    Scopes ComputeGlobalPublicDelegatedPrefixesDelete =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeGlobalPublicDelegatedPrefixesDelete {..} =+    go+      project+      publicDelegatedPrefix+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeGlobalPublicDelegatedPrefixesDeleteResource+          )+          Core.mempty
+ gen/Gogol/Compute/GlobalPublicDelegatedPrefixes/Get.hs view
@@ -0,0 +1,126 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.GlobalPublicDelegatedPrefixes.Get+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Returns the specified global PublicDelegatedPrefix resource.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.globalPublicDelegatedPrefixes.get@.+module Gogol.Compute.GlobalPublicDelegatedPrefixes.Get+  ( -- * Resource+    ComputeGlobalPublicDelegatedPrefixesGetResource,++    -- ** Constructing a Request+    ComputeGlobalPublicDelegatedPrefixesGet (..),+    newComputeGlobalPublicDelegatedPrefixesGet,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.globalPublicDelegatedPrefixes.get@ method which the+-- 'ComputeGlobalPublicDelegatedPrefixesGet' request conforms to.+type ComputeGlobalPublicDelegatedPrefixesGetResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "publicDelegatedPrefixes"+    Core.:> Core.Capture "publicDelegatedPrefix" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] PublicDelegatedPrefix++-- | Returns the specified global PublicDelegatedPrefix resource.+--+-- /See:/ 'newComputeGlobalPublicDelegatedPrefixesGet' smart constructor.+data ComputeGlobalPublicDelegatedPrefixesGet = ComputeGlobalPublicDelegatedPrefixesGet+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Name of the PublicDelegatedPrefix resource to return.+    publicDelegatedPrefix :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeGlobalPublicDelegatedPrefixesGet' with the minimum fields required to make a request.+newComputeGlobalPublicDelegatedPrefixesGet ::+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  Name of the PublicDelegatedPrefix resource to return. See 'publicDelegatedPrefix'.+  Core.Text ->+  ComputeGlobalPublicDelegatedPrefixesGet+newComputeGlobalPublicDelegatedPrefixesGet+  project+  publicDelegatedPrefix =+    ComputeGlobalPublicDelegatedPrefixesGet+      { xgafv = Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        project = project,+        publicDelegatedPrefix = publicDelegatedPrefix,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing+      }++instance Core.GoogleRequest ComputeGlobalPublicDelegatedPrefixesGet where+  type+    Rs ComputeGlobalPublicDelegatedPrefixesGet =+      PublicDelegatedPrefix+  type+    Scopes ComputeGlobalPublicDelegatedPrefixesGet =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeGlobalPublicDelegatedPrefixesGet {..} =+    go+      project+      publicDelegatedPrefix+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeGlobalPublicDelegatedPrefixesGetResource+          )+          Core.mempty
+ gen/Gogol/Compute/GlobalPublicDelegatedPrefixes/Insert.hs view
@@ -0,0 +1,130 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.GlobalPublicDelegatedPrefixes.Insert+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Creates a global PublicDelegatedPrefix in the specified project using the parameters that are included in the request.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.globalPublicDelegatedPrefixes.insert@.+module Gogol.Compute.GlobalPublicDelegatedPrefixes.Insert+  ( -- * Resource+    ComputeGlobalPublicDelegatedPrefixesInsertResource,++    -- ** Constructing a Request+    ComputeGlobalPublicDelegatedPrefixesInsert (..),+    newComputeGlobalPublicDelegatedPrefixesInsert,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.globalPublicDelegatedPrefixes.insert@ method which the+-- 'ComputeGlobalPublicDelegatedPrefixesInsert' request conforms to.+type ComputeGlobalPublicDelegatedPrefixesInsertResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "publicDelegatedPrefixes"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] PublicDelegatedPrefix+    Core.:> Core.Post '[Core.JSON] Operation++-- | Creates a global PublicDelegatedPrefix in the specified project using the parameters that are included in the request.+--+-- /See:/ 'newComputeGlobalPublicDelegatedPrefixesInsert' smart constructor.+data ComputeGlobalPublicDelegatedPrefixesInsert = ComputeGlobalPublicDelegatedPrefixesInsert+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Multipart request metadata.+    payload :: PublicDelegatedPrefix,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeGlobalPublicDelegatedPrefixesInsert' with the minimum fields required to make a request.+newComputeGlobalPublicDelegatedPrefixesInsert ::+  -- |  Multipart request metadata. See 'payload'.+  PublicDelegatedPrefix ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeGlobalPublicDelegatedPrefixesInsert+newComputeGlobalPublicDelegatedPrefixesInsert payload project =+  ComputeGlobalPublicDelegatedPrefixesInsert+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      payload = payload,+      project = project,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance+  Core.GoogleRequest+    ComputeGlobalPublicDelegatedPrefixesInsert+  where+  type Rs ComputeGlobalPublicDelegatedPrefixesInsert = Operation+  type+    Scopes ComputeGlobalPublicDelegatedPrefixesInsert =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeGlobalPublicDelegatedPrefixesInsert {..} =+    go+      project+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeGlobalPublicDelegatedPrefixesInsertResource+          )+          Core.mempty
+ gen/Gogol/Compute/GlobalPublicDelegatedPrefixes/List.hs view
@@ -0,0 +1,147 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.GlobalPublicDelegatedPrefixes.List+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Lists the global PublicDelegatedPrefixes for a project.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.globalPublicDelegatedPrefixes.list@.+module Gogol.Compute.GlobalPublicDelegatedPrefixes.List+  ( -- * Resource+    ComputeGlobalPublicDelegatedPrefixesListResource,++    -- ** Constructing a Request+    ComputeGlobalPublicDelegatedPrefixesList (..),+    newComputeGlobalPublicDelegatedPrefixesList,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.globalPublicDelegatedPrefixes.list@ method which the+-- 'ComputeGlobalPublicDelegatedPrefixesList' request conforms to.+type ComputeGlobalPublicDelegatedPrefixesListResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "publicDelegatedPrefixes"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "filter" Core.Text+    Core.:> Core.QueryParam "maxResults" Core.Word32+    Core.:> Core.QueryParam "orderBy" Core.Text+    Core.:> Core.QueryParam "pageToken" Core.Text+    Core.:> Core.QueryParam "returnPartialSuccess" Core.Bool+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] PublicDelegatedPrefixList++-- | Lists the global PublicDelegatedPrefixes for a project.+--+-- /See:/ 'newComputeGlobalPublicDelegatedPrefixesList' smart constructor.+data ComputeGlobalPublicDelegatedPrefixesList = ComputeGlobalPublicDelegatedPrefixesList+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: Core.Word32,+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.+    returnPartialSuccess :: (Core.Maybe Core.Bool),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeGlobalPublicDelegatedPrefixesList' with the minimum fields required to make a request.+newComputeGlobalPublicDelegatedPrefixesList ::+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeGlobalPublicDelegatedPrefixesList+newComputeGlobalPublicDelegatedPrefixesList project =+  ComputeGlobalPublicDelegatedPrefixesList+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      filter = Core.Nothing,+      maxResults = 500,+      orderBy = Core.Nothing,+      pageToken = Core.Nothing,+      project = project,+      returnPartialSuccess = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance+  Core.GoogleRequest+    ComputeGlobalPublicDelegatedPrefixesList+  where+  type+    Rs ComputeGlobalPublicDelegatedPrefixesList =+      PublicDelegatedPrefixList+  type+    Scopes ComputeGlobalPublicDelegatedPrefixesList =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeGlobalPublicDelegatedPrefixesList {..} =+    go+      project+      xgafv+      accessToken+      callback+      filter+      (Core.Just maxResults)+      orderBy+      pageToken+      returnPartialSuccess+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeGlobalPublicDelegatedPrefixesListResource+          )+          Core.mempty
+ gen/Gogol/Compute/GlobalPublicDelegatedPrefixes/Patch.hs view
@@ -0,0 +1,140 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.GlobalPublicDelegatedPrefixes.Patch+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Patches the specified global PublicDelegatedPrefix resource with the data included in the request. This method supports PATCH semantics and uses JSON merge patch format and processing rules.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.globalPublicDelegatedPrefixes.patch@.+module Gogol.Compute.GlobalPublicDelegatedPrefixes.Patch+  ( -- * Resource+    ComputeGlobalPublicDelegatedPrefixesPatchResource,++    -- ** Constructing a Request+    ComputeGlobalPublicDelegatedPrefixesPatch (..),+    newComputeGlobalPublicDelegatedPrefixesPatch,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.globalPublicDelegatedPrefixes.patch@ method which the+-- 'ComputeGlobalPublicDelegatedPrefixesPatch' request conforms to.+type ComputeGlobalPublicDelegatedPrefixesPatchResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "publicDelegatedPrefixes"+    Core.:> Core.Capture "publicDelegatedPrefix" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] PublicDelegatedPrefix+    Core.:> Core.Patch '[Core.JSON] Operation++-- | Patches the specified global PublicDelegatedPrefix resource with the data included in the request. This method supports PATCH semantics and uses JSON merge patch format and processing rules.+--+-- /See:/ 'newComputeGlobalPublicDelegatedPrefixesPatch' smart constructor.+data ComputeGlobalPublicDelegatedPrefixesPatch = ComputeGlobalPublicDelegatedPrefixesPatch+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Multipart request metadata.+    payload :: PublicDelegatedPrefix,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Name of the PublicDelegatedPrefix resource to patch.+    publicDelegatedPrefix :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeGlobalPublicDelegatedPrefixesPatch' with the minimum fields required to make a request.+newComputeGlobalPublicDelegatedPrefixesPatch ::+  -- |  Multipart request metadata. See 'payload'.+  PublicDelegatedPrefix ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  Name of the PublicDelegatedPrefix resource to patch. See 'publicDelegatedPrefix'.+  Core.Text ->+  ComputeGlobalPublicDelegatedPrefixesPatch+newComputeGlobalPublicDelegatedPrefixesPatch+  payload+  project+  publicDelegatedPrefix =+    ComputeGlobalPublicDelegatedPrefixesPatch+      { xgafv = Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        payload = payload,+        project = project,+        publicDelegatedPrefix = publicDelegatedPrefix,+        requestId = Core.Nothing,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing+      }++instance+  Core.GoogleRequest+    ComputeGlobalPublicDelegatedPrefixesPatch+  where+  type Rs ComputeGlobalPublicDelegatedPrefixesPatch = Operation+  type+    Scopes ComputeGlobalPublicDelegatedPrefixesPatch =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeGlobalPublicDelegatedPrefixesPatch {..} =+    go+      project+      publicDelegatedPrefix+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeGlobalPublicDelegatedPrefixesPatchResource+          )+          Core.mempty
+ gen/Gogol/Compute/HealthChecks/AggregatedList.hs view
@@ -0,0 +1,154 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.HealthChecks.AggregatedList+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Retrieves the list of all HealthCheck resources, regional and global, available to the specified project. To prevent failure, Google recommends that you set the @returnPartialSuccess@ parameter to @true@.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.healthChecks.aggregatedList@.+module Gogol.Compute.HealthChecks.AggregatedList+  ( -- * Resource+    ComputeHealthChecksAggregatedListResource,++    -- ** Constructing a Request+    ComputeHealthChecksAggregatedList (..),+    newComputeHealthChecksAggregatedList,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.healthChecks.aggregatedList@ method which the+-- 'ComputeHealthChecksAggregatedList' request conforms to.+type ComputeHealthChecksAggregatedListResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "aggregated"+    Core.:> "healthChecks"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "filter" Core.Text+    Core.:> Core.QueryParam "includeAllScopes" Core.Bool+    Core.:> Core.QueryParam "maxResults" Core.Word32+    Core.:> Core.QueryParam "orderBy" Core.Text+    Core.:> Core.QueryParam "pageToken" Core.Text+    Core.:> Core.QueryParam "returnPartialSuccess" Core.Bool+    Core.:> Core.QueryParam "serviceProjectNumber" Core.Int64+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] HealthChecksAggregatedList++-- | Retrieves the list of all HealthCheck resources, regional and global, available to the specified project. To prevent failure, Google recommends that you set the @returnPartialSuccess@ parameter to @true@.+--+-- /See:/ 'newComputeHealthChecksAggregatedList' smart constructor.+data ComputeHealthChecksAggregatedList = ComputeHealthChecksAggregatedList+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.+    includeAllScopes :: (Core.Maybe Core.Bool),+    -- | 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 :: Core.Word32,+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | Name of the project scoping this request.+    project :: Core.Text,+    -- | Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.+    returnPartialSuccess :: (Core.Maybe Core.Bool),+    -- | The Shared VPC service project id or service project number for which aggregated list request is invoked for subnetworks list-usable api.+    serviceProjectNumber :: (Core.Maybe Core.Int64),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeHealthChecksAggregatedList' with the minimum fields required to make a request.+newComputeHealthChecksAggregatedList ::+  -- |  Name of the project scoping this request. See 'project'.+  Core.Text ->+  ComputeHealthChecksAggregatedList+newComputeHealthChecksAggregatedList project =+  ComputeHealthChecksAggregatedList+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      filter = Core.Nothing,+      includeAllScopes = Core.Nothing,+      maxResults = 500,+      orderBy = Core.Nothing,+      pageToken = Core.Nothing,+      project = project,+      returnPartialSuccess = Core.Nothing,+      serviceProjectNumber = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeHealthChecksAggregatedList where+  type+    Rs ComputeHealthChecksAggregatedList =+      HealthChecksAggregatedList+  type+    Scopes ComputeHealthChecksAggregatedList =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeHealthChecksAggregatedList {..} =+    go+      project+      xgafv+      accessToken+      callback+      filter+      includeAllScopes+      (Core.Just maxResults)+      orderBy+      pageToken+      returnPartialSuccess+      serviceProjectNumber+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeHealthChecksAggregatedListResource+          )+          Core.mempty
+ gen/Gogol/Compute/HealthChecks/Delete.hs view
@@ -0,0 +1,125 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.HealthChecks.Delete+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Deletes the specified HealthCheck resource.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.healthChecks.delete@.+module Gogol.Compute.HealthChecks.Delete+  ( -- * Resource+    ComputeHealthChecksDeleteResource,++    -- ** Constructing a Request+    ComputeHealthChecksDelete (..),+    newComputeHealthChecksDelete,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.healthChecks.delete@ method which the+-- 'ComputeHealthChecksDelete' request conforms to.+type ComputeHealthChecksDeleteResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "healthChecks"+    Core.:> Core.Capture "healthCheck" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Delete '[Core.JSON] Operation++-- | Deletes the specified HealthCheck resource.+--+-- /See:/ 'newComputeHealthChecksDelete' smart constructor.+data ComputeHealthChecksDelete = ComputeHealthChecksDelete+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the HealthCheck resource to delete.+    healthCheck :: Core.Text,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeHealthChecksDelete' with the minimum fields required to make a request.+newComputeHealthChecksDelete ::+  -- |  Name of the HealthCheck resource to delete. See 'healthCheck'.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeHealthChecksDelete+newComputeHealthChecksDelete healthCheck project =+  ComputeHealthChecksDelete+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      healthCheck = healthCheck,+      project = project,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeHealthChecksDelete where+  type Rs ComputeHealthChecksDelete = Operation+  type+    Scopes ComputeHealthChecksDelete =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeHealthChecksDelete {..} =+    go+      project+      healthCheck+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeHealthChecksDeleteResource)+          Core.mempty
+ gen/Gogol/Compute/HealthChecks/Get.hs view
@@ -0,0 +1,120 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.HealthChecks.Get+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Returns the specified HealthCheck resource.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.healthChecks.get@.+module Gogol.Compute.HealthChecks.Get+  ( -- * Resource+    ComputeHealthChecksGetResource,++    -- ** Constructing a Request+    ComputeHealthChecksGet (..),+    newComputeHealthChecksGet,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.healthChecks.get@ method which the+-- 'ComputeHealthChecksGet' request conforms to.+type ComputeHealthChecksGetResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "healthChecks"+    Core.:> Core.Capture "healthCheck" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] HealthCheck++-- | Returns the specified HealthCheck resource.+--+-- /See:/ 'newComputeHealthChecksGet' smart constructor.+data ComputeHealthChecksGet = ComputeHealthChecksGet+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the HealthCheck resource to return.+    healthCheck :: Core.Text,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeHealthChecksGet' with the minimum fields required to make a request.+newComputeHealthChecksGet ::+  -- |  Name of the HealthCheck resource to return. See 'healthCheck'.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeHealthChecksGet+newComputeHealthChecksGet healthCheck project =+  ComputeHealthChecksGet+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      healthCheck = healthCheck,+      project = project,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeHealthChecksGet where+  type Rs ComputeHealthChecksGet = HealthCheck+  type+    Scopes ComputeHealthChecksGet =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeHealthChecksGet {..} =+    go+      project+      healthCheck+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeHealthChecksGetResource)+          Core.mempty
+ gen/Gogol/Compute/HealthChecks/Insert.hs view
@@ -0,0 +1,125 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.HealthChecks.Insert+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Creates a HealthCheck resource in the specified project using the data included in the request.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.healthChecks.insert@.+module Gogol.Compute.HealthChecks.Insert+  ( -- * Resource+    ComputeHealthChecksInsertResource,++    -- ** Constructing a Request+    ComputeHealthChecksInsert (..),+    newComputeHealthChecksInsert,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.healthChecks.insert@ method which the+-- 'ComputeHealthChecksInsert' request conforms to.+type ComputeHealthChecksInsertResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "healthChecks"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] HealthCheck+    Core.:> Core.Post '[Core.JSON] Operation++-- | Creates a HealthCheck resource in the specified project using the data included in the request.+--+-- /See:/ 'newComputeHealthChecksInsert' smart constructor.+data ComputeHealthChecksInsert = ComputeHealthChecksInsert+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Multipart request metadata.+    payload :: HealthCheck,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeHealthChecksInsert' with the minimum fields required to make a request.+newComputeHealthChecksInsert ::+  -- |  Multipart request metadata. See 'payload'.+  HealthCheck ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeHealthChecksInsert+newComputeHealthChecksInsert payload project =+  ComputeHealthChecksInsert+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      payload = payload,+      project = project,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeHealthChecksInsert where+  type Rs ComputeHealthChecksInsert = Operation+  type+    Scopes ComputeHealthChecksInsert =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeHealthChecksInsert {..} =+    go+      project+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeHealthChecksInsertResource)+          Core.mempty
+ gen/Gogol/Compute/HealthChecks/List.hs view
@@ -0,0 +1,140 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.HealthChecks.List+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Retrieves the list of HealthCheck resources available to the specified project.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.healthChecks.list@.+module Gogol.Compute.HealthChecks.List+  ( -- * Resource+    ComputeHealthChecksListResource,++    -- ** Constructing a Request+    ComputeHealthChecksList (..),+    newComputeHealthChecksList,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.healthChecks.list@ method which the+-- 'ComputeHealthChecksList' request conforms to.+type ComputeHealthChecksListResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "healthChecks"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "filter" Core.Text+    Core.:> Core.QueryParam "maxResults" Core.Word32+    Core.:> Core.QueryParam "orderBy" Core.Text+    Core.:> Core.QueryParam "pageToken" Core.Text+    Core.:> Core.QueryParam "returnPartialSuccess" Core.Bool+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] HealthCheckList++-- | Retrieves the list of HealthCheck resources available to the specified project.+--+-- /See:/ 'newComputeHealthChecksList' smart constructor.+data ComputeHealthChecksList = ComputeHealthChecksList+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: Core.Word32,+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.+    returnPartialSuccess :: (Core.Maybe Core.Bool),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeHealthChecksList' with the minimum fields required to make a request.+newComputeHealthChecksList ::+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeHealthChecksList+newComputeHealthChecksList project =+  ComputeHealthChecksList+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      filter = Core.Nothing,+      maxResults = 500,+      orderBy = Core.Nothing,+      pageToken = Core.Nothing,+      project = project,+      returnPartialSuccess = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeHealthChecksList where+  type Rs ComputeHealthChecksList = HealthCheckList+  type+    Scopes ComputeHealthChecksList =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeHealthChecksList {..} =+    go+      project+      xgafv+      accessToken+      callback+      filter+      (Core.Just maxResults)+      orderBy+      pageToken+      returnPartialSuccess+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeHealthChecksListResource)+          Core.mempty
+ gen/Gogol/Compute/HealthChecks/Patch.hs view
@@ -0,0 +1,132 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.HealthChecks.Patch+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- 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.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.healthChecks.patch@.+module Gogol.Compute.HealthChecks.Patch+  ( -- * Resource+    ComputeHealthChecksPatchResource,++    -- ** Constructing a Request+    ComputeHealthChecksPatch (..),+    newComputeHealthChecksPatch,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.healthChecks.patch@ method which the+-- 'ComputeHealthChecksPatch' request conforms to.+type ComputeHealthChecksPatchResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "healthChecks"+    Core.:> Core.Capture "healthCheck" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] HealthCheck+    Core.:> Core.Patch '[Core.JSON] Operation++-- | 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.+--+-- /See:/ 'newComputeHealthChecksPatch' smart constructor.+data ComputeHealthChecksPatch = ComputeHealthChecksPatch+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the HealthCheck resource to patch.+    healthCheck :: Core.Text,+    -- | Multipart request metadata.+    payload :: HealthCheck,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeHealthChecksPatch' with the minimum fields required to make a request.+newComputeHealthChecksPatch ::+  -- |  Name of the HealthCheck resource to patch. See 'healthCheck'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  HealthCheck ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeHealthChecksPatch+newComputeHealthChecksPatch healthCheck payload project =+  ComputeHealthChecksPatch+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      healthCheck = healthCheck,+      payload = payload,+      project = project,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeHealthChecksPatch where+  type Rs ComputeHealthChecksPatch = Operation+  type+    Scopes ComputeHealthChecksPatch =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeHealthChecksPatch {..} =+    go+      project+      healthCheck+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeHealthChecksPatchResource)+          Core.mempty
+ gen/Gogol/Compute/HealthChecks/Update.hs view
@@ -0,0 +1,132 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.HealthChecks.Update+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Updates a HealthCheck resource in the specified project using the data included in the request.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.healthChecks.update@.+module Gogol.Compute.HealthChecks.Update+  ( -- * Resource+    ComputeHealthChecksUpdateResource,++    -- ** Constructing a Request+    ComputeHealthChecksUpdate (..),+    newComputeHealthChecksUpdate,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.healthChecks.update@ method which the+-- 'ComputeHealthChecksUpdate' request conforms to.+type ComputeHealthChecksUpdateResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "healthChecks"+    Core.:> Core.Capture "healthCheck" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] HealthCheck+    Core.:> Core.Put '[Core.JSON] Operation++-- | Updates a HealthCheck resource in the specified project using the data included in the request.+--+-- /See:/ 'newComputeHealthChecksUpdate' smart constructor.+data ComputeHealthChecksUpdate = ComputeHealthChecksUpdate+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the HealthCheck resource to update.+    healthCheck :: Core.Text,+    -- | Multipart request metadata.+    payload :: HealthCheck,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeHealthChecksUpdate' with the minimum fields required to make a request.+newComputeHealthChecksUpdate ::+  -- |  Name of the HealthCheck resource to update. See 'healthCheck'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  HealthCheck ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeHealthChecksUpdate+newComputeHealthChecksUpdate healthCheck payload project =+  ComputeHealthChecksUpdate+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      healthCheck = healthCheck,+      payload = payload,+      project = project,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeHealthChecksUpdate where+  type Rs ComputeHealthChecksUpdate = Operation+  type+    Scopes ComputeHealthChecksUpdate =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeHealthChecksUpdate {..} =+    go+      project+      healthCheck+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeHealthChecksUpdateResource)+          Core.mempty
+ gen/Gogol/Compute/HttpHealthChecks/Delete.hs view
@@ -0,0 +1,125 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.HttpHealthChecks.Delete+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Deletes the specified HttpHealthCheck resource.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.httpHealthChecks.delete@.+module Gogol.Compute.HttpHealthChecks.Delete+  ( -- * Resource+    ComputeHttpHealthChecksDeleteResource,++    -- ** Constructing a Request+    ComputeHttpHealthChecksDelete (..),+    newComputeHttpHealthChecksDelete,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.httpHealthChecks.delete@ method which the+-- 'ComputeHttpHealthChecksDelete' request conforms to.+type ComputeHttpHealthChecksDeleteResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "httpHealthChecks"+    Core.:> Core.Capture "httpHealthCheck" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Delete '[Core.JSON] Operation++-- | Deletes the specified HttpHealthCheck resource.+--+-- /See:/ 'newComputeHttpHealthChecksDelete' smart constructor.+data ComputeHttpHealthChecksDelete = ComputeHttpHealthChecksDelete+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the HttpHealthCheck resource to delete.+    httpHealthCheck :: Core.Text,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeHttpHealthChecksDelete' with the minimum fields required to make a request.+newComputeHttpHealthChecksDelete ::+  -- |  Name of the HttpHealthCheck resource to delete. See 'httpHealthCheck'.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeHttpHealthChecksDelete+newComputeHttpHealthChecksDelete httpHealthCheck project =+  ComputeHttpHealthChecksDelete+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      httpHealthCheck = httpHealthCheck,+      project = project,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeHttpHealthChecksDelete where+  type Rs ComputeHttpHealthChecksDelete = Operation+  type+    Scopes ComputeHttpHealthChecksDelete =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeHttpHealthChecksDelete {..} =+    go+      project+      httpHealthCheck+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeHttpHealthChecksDeleteResource)+          Core.mempty
+ gen/Gogol/Compute/HttpHealthChecks/Get.hs view
@@ -0,0 +1,120 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.HttpHealthChecks.Get+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Returns the specified HttpHealthCheck resource.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.httpHealthChecks.get@.+module Gogol.Compute.HttpHealthChecks.Get+  ( -- * Resource+    ComputeHttpHealthChecksGetResource,++    -- ** Constructing a Request+    ComputeHttpHealthChecksGet (..),+    newComputeHttpHealthChecksGet,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.httpHealthChecks.get@ method which the+-- 'ComputeHttpHealthChecksGet' request conforms to.+type ComputeHttpHealthChecksGetResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "httpHealthChecks"+    Core.:> Core.Capture "httpHealthCheck" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] HttpHealthCheck++-- | Returns the specified HttpHealthCheck resource.+--+-- /See:/ 'newComputeHttpHealthChecksGet' smart constructor.+data ComputeHttpHealthChecksGet = ComputeHttpHealthChecksGet+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the HttpHealthCheck resource to return.+    httpHealthCheck :: Core.Text,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeHttpHealthChecksGet' with the minimum fields required to make a request.+newComputeHttpHealthChecksGet ::+  -- |  Name of the HttpHealthCheck resource to return. See 'httpHealthCheck'.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeHttpHealthChecksGet+newComputeHttpHealthChecksGet httpHealthCheck project =+  ComputeHttpHealthChecksGet+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      httpHealthCheck = httpHealthCheck,+      project = project,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeHttpHealthChecksGet where+  type Rs ComputeHttpHealthChecksGet = HttpHealthCheck+  type+    Scopes ComputeHttpHealthChecksGet =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeHttpHealthChecksGet {..} =+    go+      project+      httpHealthCheck+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeHttpHealthChecksGetResource)+          Core.mempty
+ gen/Gogol/Compute/HttpHealthChecks/Insert.hs view
@@ -0,0 +1,125 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.HttpHealthChecks.Insert+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Creates a HttpHealthCheck resource in the specified project using the data included in the request.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.httpHealthChecks.insert@.+module Gogol.Compute.HttpHealthChecks.Insert+  ( -- * Resource+    ComputeHttpHealthChecksInsertResource,++    -- ** Constructing a Request+    ComputeHttpHealthChecksInsert (..),+    newComputeHttpHealthChecksInsert,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.httpHealthChecks.insert@ method which the+-- 'ComputeHttpHealthChecksInsert' request conforms to.+type ComputeHttpHealthChecksInsertResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "httpHealthChecks"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] HttpHealthCheck+    Core.:> Core.Post '[Core.JSON] Operation++-- | Creates a HttpHealthCheck resource in the specified project using the data included in the request.+--+-- /See:/ 'newComputeHttpHealthChecksInsert' smart constructor.+data ComputeHttpHealthChecksInsert = ComputeHttpHealthChecksInsert+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Multipart request metadata.+    payload :: HttpHealthCheck,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeHttpHealthChecksInsert' with the minimum fields required to make a request.+newComputeHttpHealthChecksInsert ::+  -- |  Multipart request metadata. See 'payload'.+  HttpHealthCheck ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeHttpHealthChecksInsert+newComputeHttpHealthChecksInsert payload project =+  ComputeHttpHealthChecksInsert+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      payload = payload,+      project = project,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeHttpHealthChecksInsert where+  type Rs ComputeHttpHealthChecksInsert = Operation+  type+    Scopes ComputeHttpHealthChecksInsert =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeHttpHealthChecksInsert {..} =+    go+      project+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeHttpHealthChecksInsertResource)+          Core.mempty
+ gen/Gogol/Compute/HttpHealthChecks/List.hs view
@@ -0,0 +1,140 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.HttpHealthChecks.List+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Retrieves the list of HttpHealthCheck resources available to the specified project.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.httpHealthChecks.list@.+module Gogol.Compute.HttpHealthChecks.List+  ( -- * Resource+    ComputeHttpHealthChecksListResource,++    -- ** Constructing a Request+    ComputeHttpHealthChecksList (..),+    newComputeHttpHealthChecksList,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.httpHealthChecks.list@ method which the+-- 'ComputeHttpHealthChecksList' request conforms to.+type ComputeHttpHealthChecksListResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "httpHealthChecks"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "filter" Core.Text+    Core.:> Core.QueryParam "maxResults" Core.Word32+    Core.:> Core.QueryParam "orderBy" Core.Text+    Core.:> Core.QueryParam "pageToken" Core.Text+    Core.:> Core.QueryParam "returnPartialSuccess" Core.Bool+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] HttpHealthCheckList++-- | Retrieves the list of HttpHealthCheck resources available to the specified project.+--+-- /See:/ 'newComputeHttpHealthChecksList' smart constructor.+data ComputeHttpHealthChecksList = ComputeHttpHealthChecksList+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: Core.Word32,+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.+    returnPartialSuccess :: (Core.Maybe Core.Bool),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeHttpHealthChecksList' with the minimum fields required to make a request.+newComputeHttpHealthChecksList ::+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeHttpHealthChecksList+newComputeHttpHealthChecksList project =+  ComputeHttpHealthChecksList+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      filter = Core.Nothing,+      maxResults = 500,+      orderBy = Core.Nothing,+      pageToken = Core.Nothing,+      project = project,+      returnPartialSuccess = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeHttpHealthChecksList where+  type Rs ComputeHttpHealthChecksList = HttpHealthCheckList+  type+    Scopes ComputeHttpHealthChecksList =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeHttpHealthChecksList {..} =+    go+      project+      xgafv+      accessToken+      callback+      filter+      (Core.Just maxResults)+      orderBy+      pageToken+      returnPartialSuccess+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeHttpHealthChecksListResource)+          Core.mempty
+ gen/Gogol/Compute/HttpHealthChecks/Patch.hs view
@@ -0,0 +1,132 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.HttpHealthChecks.Patch+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- 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.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.httpHealthChecks.patch@.+module Gogol.Compute.HttpHealthChecks.Patch+  ( -- * Resource+    ComputeHttpHealthChecksPatchResource,++    -- ** Constructing a Request+    ComputeHttpHealthChecksPatch (..),+    newComputeHttpHealthChecksPatch,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.httpHealthChecks.patch@ method which the+-- 'ComputeHttpHealthChecksPatch' request conforms to.+type ComputeHttpHealthChecksPatchResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "httpHealthChecks"+    Core.:> Core.Capture "httpHealthCheck" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] HttpHealthCheck+    Core.:> Core.Patch '[Core.JSON] Operation++-- | 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.+--+-- /See:/ 'newComputeHttpHealthChecksPatch' smart constructor.+data ComputeHttpHealthChecksPatch = ComputeHttpHealthChecksPatch+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the HttpHealthCheck resource to patch.+    httpHealthCheck :: Core.Text,+    -- | Multipart request metadata.+    payload :: HttpHealthCheck,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeHttpHealthChecksPatch' with the minimum fields required to make a request.+newComputeHttpHealthChecksPatch ::+  -- |  Name of the HttpHealthCheck resource to patch. See 'httpHealthCheck'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  HttpHealthCheck ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeHttpHealthChecksPatch+newComputeHttpHealthChecksPatch httpHealthCheck payload project =+  ComputeHttpHealthChecksPatch+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      httpHealthCheck = httpHealthCheck,+      payload = payload,+      project = project,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeHttpHealthChecksPatch where+  type Rs ComputeHttpHealthChecksPatch = Operation+  type+    Scopes ComputeHttpHealthChecksPatch =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeHttpHealthChecksPatch {..} =+    go+      project+      httpHealthCheck+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeHttpHealthChecksPatchResource)+          Core.mempty
+ gen/Gogol/Compute/HttpHealthChecks/Update.hs view
@@ -0,0 +1,132 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.HttpHealthChecks.Update+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Updates a HttpHealthCheck resource in the specified project using the data included in the request.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.httpHealthChecks.update@.+module Gogol.Compute.HttpHealthChecks.Update+  ( -- * Resource+    ComputeHttpHealthChecksUpdateResource,++    -- ** Constructing a Request+    ComputeHttpHealthChecksUpdate (..),+    newComputeHttpHealthChecksUpdate,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.httpHealthChecks.update@ method which the+-- 'ComputeHttpHealthChecksUpdate' request conforms to.+type ComputeHttpHealthChecksUpdateResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "httpHealthChecks"+    Core.:> Core.Capture "httpHealthCheck" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] HttpHealthCheck+    Core.:> Core.Put '[Core.JSON] Operation++-- | Updates a HttpHealthCheck resource in the specified project using the data included in the request.+--+-- /See:/ 'newComputeHttpHealthChecksUpdate' smart constructor.+data ComputeHttpHealthChecksUpdate = ComputeHttpHealthChecksUpdate+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the HttpHealthCheck resource to update.+    httpHealthCheck :: Core.Text,+    -- | Multipart request metadata.+    payload :: HttpHealthCheck,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeHttpHealthChecksUpdate' with the minimum fields required to make a request.+newComputeHttpHealthChecksUpdate ::+  -- |  Name of the HttpHealthCheck resource to update. See 'httpHealthCheck'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  HttpHealthCheck ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeHttpHealthChecksUpdate+newComputeHttpHealthChecksUpdate httpHealthCheck payload project =+  ComputeHttpHealthChecksUpdate+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      httpHealthCheck = httpHealthCheck,+      payload = payload,+      project = project,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeHttpHealthChecksUpdate where+  type Rs ComputeHttpHealthChecksUpdate = Operation+  type+    Scopes ComputeHttpHealthChecksUpdate =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeHttpHealthChecksUpdate {..} =+    go+      project+      httpHealthCheck+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeHttpHealthChecksUpdateResource)+          Core.mempty
+ gen/Gogol/Compute/HttpsHealthChecks/Delete.hs view
@@ -0,0 +1,125 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.HttpsHealthChecks.Delete+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Deletes the specified HttpsHealthCheck resource.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.httpsHealthChecks.delete@.+module Gogol.Compute.HttpsHealthChecks.Delete+  ( -- * Resource+    ComputeHttpsHealthChecksDeleteResource,++    -- ** Constructing a Request+    ComputeHttpsHealthChecksDelete (..),+    newComputeHttpsHealthChecksDelete,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.httpsHealthChecks.delete@ method which the+-- 'ComputeHttpsHealthChecksDelete' request conforms to.+type ComputeHttpsHealthChecksDeleteResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "httpsHealthChecks"+    Core.:> Core.Capture "httpsHealthCheck" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Delete '[Core.JSON] Operation++-- | Deletes the specified HttpsHealthCheck resource.+--+-- /See:/ 'newComputeHttpsHealthChecksDelete' smart constructor.+data ComputeHttpsHealthChecksDelete = ComputeHttpsHealthChecksDelete+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the HttpsHealthCheck resource to delete.+    httpsHealthCheck :: Core.Text,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeHttpsHealthChecksDelete' with the minimum fields required to make a request.+newComputeHttpsHealthChecksDelete ::+  -- |  Name of the HttpsHealthCheck resource to delete. See 'httpsHealthCheck'.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeHttpsHealthChecksDelete+newComputeHttpsHealthChecksDelete httpsHealthCheck project =+  ComputeHttpsHealthChecksDelete+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      httpsHealthCheck = httpsHealthCheck,+      project = project,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeHttpsHealthChecksDelete where+  type Rs ComputeHttpsHealthChecksDelete = Operation+  type+    Scopes ComputeHttpsHealthChecksDelete =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeHttpsHealthChecksDelete {..} =+    go+      project+      httpsHealthCheck+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeHttpsHealthChecksDeleteResource)+          Core.mempty
+ gen/Gogol/Compute/HttpsHealthChecks/Get.hs view
@@ -0,0 +1,120 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.HttpsHealthChecks.Get+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Returns the specified HttpsHealthCheck resource.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.httpsHealthChecks.get@.+module Gogol.Compute.HttpsHealthChecks.Get+  ( -- * Resource+    ComputeHttpsHealthChecksGetResource,++    -- ** Constructing a Request+    ComputeHttpsHealthChecksGet (..),+    newComputeHttpsHealthChecksGet,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.httpsHealthChecks.get@ method which the+-- 'ComputeHttpsHealthChecksGet' request conforms to.+type ComputeHttpsHealthChecksGetResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "httpsHealthChecks"+    Core.:> Core.Capture "httpsHealthCheck" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] HttpsHealthCheck++-- | Returns the specified HttpsHealthCheck resource.+--+-- /See:/ 'newComputeHttpsHealthChecksGet' smart constructor.+data ComputeHttpsHealthChecksGet = ComputeHttpsHealthChecksGet+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the HttpsHealthCheck resource to return.+    httpsHealthCheck :: Core.Text,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeHttpsHealthChecksGet' with the minimum fields required to make a request.+newComputeHttpsHealthChecksGet ::+  -- |  Name of the HttpsHealthCheck resource to return. See 'httpsHealthCheck'.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeHttpsHealthChecksGet+newComputeHttpsHealthChecksGet httpsHealthCheck project =+  ComputeHttpsHealthChecksGet+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      httpsHealthCheck = httpsHealthCheck,+      project = project,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeHttpsHealthChecksGet where+  type Rs ComputeHttpsHealthChecksGet = HttpsHealthCheck+  type+    Scopes ComputeHttpsHealthChecksGet =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeHttpsHealthChecksGet {..} =+    go+      project+      httpsHealthCheck+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeHttpsHealthChecksGetResource)+          Core.mempty
+ gen/Gogol/Compute/HttpsHealthChecks/Insert.hs view
@@ -0,0 +1,125 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.HttpsHealthChecks.Insert+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Creates a HttpsHealthCheck resource in the specified project using the data included in the request.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.httpsHealthChecks.insert@.+module Gogol.Compute.HttpsHealthChecks.Insert+  ( -- * Resource+    ComputeHttpsHealthChecksInsertResource,++    -- ** Constructing a Request+    ComputeHttpsHealthChecksInsert (..),+    newComputeHttpsHealthChecksInsert,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.httpsHealthChecks.insert@ method which the+-- 'ComputeHttpsHealthChecksInsert' request conforms to.+type ComputeHttpsHealthChecksInsertResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "httpsHealthChecks"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] HttpsHealthCheck+    Core.:> Core.Post '[Core.JSON] Operation++-- | Creates a HttpsHealthCheck resource in the specified project using the data included in the request.+--+-- /See:/ 'newComputeHttpsHealthChecksInsert' smart constructor.+data ComputeHttpsHealthChecksInsert = ComputeHttpsHealthChecksInsert+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Multipart request metadata.+    payload :: HttpsHealthCheck,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeHttpsHealthChecksInsert' with the minimum fields required to make a request.+newComputeHttpsHealthChecksInsert ::+  -- |  Multipart request metadata. See 'payload'.+  HttpsHealthCheck ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeHttpsHealthChecksInsert+newComputeHttpsHealthChecksInsert payload project =+  ComputeHttpsHealthChecksInsert+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      payload = payload,+      project = project,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeHttpsHealthChecksInsert where+  type Rs ComputeHttpsHealthChecksInsert = Operation+  type+    Scopes ComputeHttpsHealthChecksInsert =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeHttpsHealthChecksInsert {..} =+    go+      project+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeHttpsHealthChecksInsertResource)+          Core.mempty
+ gen/Gogol/Compute/HttpsHealthChecks/List.hs view
@@ -0,0 +1,140 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.HttpsHealthChecks.List+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Retrieves the list of HttpsHealthCheck resources available to the specified project.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.httpsHealthChecks.list@.+module Gogol.Compute.HttpsHealthChecks.List+  ( -- * Resource+    ComputeHttpsHealthChecksListResource,++    -- ** Constructing a Request+    ComputeHttpsHealthChecksList (..),+    newComputeHttpsHealthChecksList,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.httpsHealthChecks.list@ method which the+-- 'ComputeHttpsHealthChecksList' request conforms to.+type ComputeHttpsHealthChecksListResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "httpsHealthChecks"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "filter" Core.Text+    Core.:> Core.QueryParam "maxResults" Core.Word32+    Core.:> Core.QueryParam "orderBy" Core.Text+    Core.:> Core.QueryParam "pageToken" Core.Text+    Core.:> Core.QueryParam "returnPartialSuccess" Core.Bool+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] HttpsHealthCheckList++-- | Retrieves the list of HttpsHealthCheck resources available to the specified project.+--+-- /See:/ 'newComputeHttpsHealthChecksList' smart constructor.+data ComputeHttpsHealthChecksList = ComputeHttpsHealthChecksList+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: Core.Word32,+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.+    returnPartialSuccess :: (Core.Maybe Core.Bool),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeHttpsHealthChecksList' with the minimum fields required to make a request.+newComputeHttpsHealthChecksList ::+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeHttpsHealthChecksList+newComputeHttpsHealthChecksList project =+  ComputeHttpsHealthChecksList+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      filter = Core.Nothing,+      maxResults = 500,+      orderBy = Core.Nothing,+      pageToken = Core.Nothing,+      project = project,+      returnPartialSuccess = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeHttpsHealthChecksList where+  type Rs ComputeHttpsHealthChecksList = HttpsHealthCheckList+  type+    Scopes ComputeHttpsHealthChecksList =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeHttpsHealthChecksList {..} =+    go+      project+      xgafv+      accessToken+      callback+      filter+      (Core.Just maxResults)+      orderBy+      pageToken+      returnPartialSuccess+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeHttpsHealthChecksListResource)+          Core.mempty
+ gen/Gogol/Compute/HttpsHealthChecks/Patch.hs view
@@ -0,0 +1,132 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.HttpsHealthChecks.Patch+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- 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.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.httpsHealthChecks.patch@.+module Gogol.Compute.HttpsHealthChecks.Patch+  ( -- * Resource+    ComputeHttpsHealthChecksPatchResource,++    -- ** Constructing a Request+    ComputeHttpsHealthChecksPatch (..),+    newComputeHttpsHealthChecksPatch,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.httpsHealthChecks.patch@ method which the+-- 'ComputeHttpsHealthChecksPatch' request conforms to.+type ComputeHttpsHealthChecksPatchResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "httpsHealthChecks"+    Core.:> Core.Capture "httpsHealthCheck" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] HttpsHealthCheck+    Core.:> Core.Patch '[Core.JSON] Operation++-- | 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.+--+-- /See:/ 'newComputeHttpsHealthChecksPatch' smart constructor.+data ComputeHttpsHealthChecksPatch = ComputeHttpsHealthChecksPatch+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the HttpsHealthCheck resource to patch.+    httpsHealthCheck :: Core.Text,+    -- | Multipart request metadata.+    payload :: HttpsHealthCheck,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeHttpsHealthChecksPatch' with the minimum fields required to make a request.+newComputeHttpsHealthChecksPatch ::+  -- |  Name of the HttpsHealthCheck resource to patch. See 'httpsHealthCheck'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  HttpsHealthCheck ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeHttpsHealthChecksPatch+newComputeHttpsHealthChecksPatch httpsHealthCheck payload project =+  ComputeHttpsHealthChecksPatch+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      httpsHealthCheck = httpsHealthCheck,+      payload = payload,+      project = project,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeHttpsHealthChecksPatch where+  type Rs ComputeHttpsHealthChecksPatch = Operation+  type+    Scopes ComputeHttpsHealthChecksPatch =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeHttpsHealthChecksPatch {..} =+    go+      project+      httpsHealthCheck+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeHttpsHealthChecksPatchResource)+          Core.mempty
+ gen/Gogol/Compute/HttpsHealthChecks/Update.hs view
@@ -0,0 +1,132 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.HttpsHealthChecks.Update+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Updates a HttpsHealthCheck resource in the specified project using the data included in the request.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.httpsHealthChecks.update@.+module Gogol.Compute.HttpsHealthChecks.Update+  ( -- * Resource+    ComputeHttpsHealthChecksUpdateResource,++    -- ** Constructing a Request+    ComputeHttpsHealthChecksUpdate (..),+    newComputeHttpsHealthChecksUpdate,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.httpsHealthChecks.update@ method which the+-- 'ComputeHttpsHealthChecksUpdate' request conforms to.+type ComputeHttpsHealthChecksUpdateResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "httpsHealthChecks"+    Core.:> Core.Capture "httpsHealthCheck" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] HttpsHealthCheck+    Core.:> Core.Put '[Core.JSON] Operation++-- | Updates a HttpsHealthCheck resource in the specified project using the data included in the request.+--+-- /See:/ 'newComputeHttpsHealthChecksUpdate' smart constructor.+data ComputeHttpsHealthChecksUpdate = ComputeHttpsHealthChecksUpdate+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the HttpsHealthCheck resource to update.+    httpsHealthCheck :: Core.Text,+    -- | Multipart request metadata.+    payload :: HttpsHealthCheck,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeHttpsHealthChecksUpdate' with the minimum fields required to make a request.+newComputeHttpsHealthChecksUpdate ::+  -- |  Name of the HttpsHealthCheck resource to update. See 'httpsHealthCheck'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  HttpsHealthCheck ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeHttpsHealthChecksUpdate+newComputeHttpsHealthChecksUpdate httpsHealthCheck payload project =+  ComputeHttpsHealthChecksUpdate+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      httpsHealthCheck = httpsHealthCheck,+      payload = payload,+      project = project,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeHttpsHealthChecksUpdate where+  type Rs ComputeHttpsHealthChecksUpdate = Operation+  type+    Scopes ComputeHttpsHealthChecksUpdate =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeHttpsHealthChecksUpdate {..} =+    go+      project+      httpsHealthCheck+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeHttpsHealthChecksUpdateResource)+          Core.mempty
+ gen/Gogol/Compute/ImageFamilyViews/Get.hs view
@@ -0,0 +1,127 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.ImageFamilyViews.Get+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Returns the latest image that is part of an image family, is not deprecated and is rolled out in the specified zone.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.imageFamilyViews.get@.+module Gogol.Compute.ImageFamilyViews.Get+  ( -- * Resource+    ComputeImageFamilyViewsGetResource,++    -- ** Constructing a Request+    ComputeImageFamilyViewsGet (..),+    newComputeImageFamilyViewsGet,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.imageFamilyViews.get@ method which the+-- 'ComputeImageFamilyViewsGet' request conforms to.+type ComputeImageFamilyViewsGetResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "imageFamilyViews"+    Core.:> Core.Capture "family" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] ImageFamilyView++-- | Returns the latest image that is part of an image family, is not deprecated and is rolled out in the specified zone.+--+-- /See:/ 'newComputeImageFamilyViewsGet' smart constructor.+data ComputeImageFamilyViewsGet = ComputeImageFamilyViewsGet+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the image family to search for.+    family :: Core.Text,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone for this request.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeImageFamilyViewsGet' with the minimum fields required to make a request.+newComputeImageFamilyViewsGet ::+  -- |  Name of the image family to search for. See 'family'.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone for this request. See 'zone'.+  Core.Text ->+  ComputeImageFamilyViewsGet+newComputeImageFamilyViewsGet family project zone =+  ComputeImageFamilyViewsGet+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      family = family,+      project = project,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      zone = zone+    }++instance Core.GoogleRequest ComputeImageFamilyViewsGet where+  type Rs ComputeImageFamilyViewsGet = ImageFamilyView+  type+    Scopes ComputeImageFamilyViewsGet =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeImageFamilyViewsGet {..} =+    go+      project+      zone+      family+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeImageFamilyViewsGetResource)+          Core.mempty
+ gen/Gogol/Compute/Images/Delete.hs view
@@ -0,0 +1,125 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Images.Delete+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Deletes the specified image.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.images.delete@.+module Gogol.Compute.Images.Delete+  ( -- * Resource+    ComputeImagesDeleteResource,++    -- ** Constructing a Request+    ComputeImagesDelete (..),+    newComputeImagesDelete,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.images.delete@ method which the+-- 'ComputeImagesDelete' request conforms to.+type ComputeImagesDeleteResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "images"+    Core.:> Core.Capture "image" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Delete '[Core.JSON] Operation++-- | Deletes the specified image.+--+-- /See:/ 'newComputeImagesDelete' smart constructor.+data ComputeImagesDelete = ComputeImagesDelete+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the image resource to delete.+    image :: Core.Text,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeImagesDelete' with the minimum fields required to make a request.+newComputeImagesDelete ::+  -- |  Name of the image resource to delete. See 'image'.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeImagesDelete+newComputeImagesDelete image project =+  ComputeImagesDelete+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      image = image,+      project = project,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeImagesDelete where+  type Rs ComputeImagesDelete = Operation+  type+    Scopes ComputeImagesDelete =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeImagesDelete {..} =+    go+      project+      image+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeImagesDeleteResource)+          Core.mempty
+ gen/Gogol/Compute/Images/Deprecate.hs view
@@ -0,0 +1,133 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Images.Deprecate+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Sets the deprecation status of an image. If an empty request body is given, clears the deprecation status instead.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.images.deprecate@.+module Gogol.Compute.Images.Deprecate+  ( -- * Resource+    ComputeImagesDeprecateResource,++    -- ** Constructing a Request+    ComputeImagesDeprecate (..),+    newComputeImagesDeprecate,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.images.deprecate@ method which the+-- 'ComputeImagesDeprecate' request conforms to.+type ComputeImagesDeprecateResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "images"+    Core.:> Core.Capture "image" Core.Text+    Core.:> "deprecate"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] DeprecationStatus+    Core.:> Core.Post '[Core.JSON] Operation++-- | Sets the deprecation status of an image. If an empty request body is given, clears the deprecation status instead.+--+-- /See:/ 'newComputeImagesDeprecate' smart constructor.+data ComputeImagesDeprecate = ComputeImagesDeprecate+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Image name.+    image :: Core.Text,+    -- | Multipart request metadata.+    payload :: DeprecationStatus,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeImagesDeprecate' with the minimum fields required to make a request.+newComputeImagesDeprecate ::+  -- |  Image name. See 'image'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  DeprecationStatus ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeImagesDeprecate+newComputeImagesDeprecate image payload project =+  ComputeImagesDeprecate+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      image = image,+      payload = payload,+      project = project,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeImagesDeprecate where+  type Rs ComputeImagesDeprecate = Operation+  type+    Scopes ComputeImagesDeprecate =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeImagesDeprecate {..} =+    go+      project+      image+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeImagesDeprecateResource)+          Core.mempty
+ gen/Gogol/Compute/Images/Get.hs view
@@ -0,0 +1,120 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Images.Get+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Returns the specified image.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.images.get@.+module Gogol.Compute.Images.Get+  ( -- * Resource+    ComputeImagesGetResource,++    -- ** Constructing a Request+    ComputeImagesGet (..),+    newComputeImagesGet,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.images.get@ method which the+-- 'ComputeImagesGet' request conforms to.+type ComputeImagesGetResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "images"+    Core.:> Core.Capture "image" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] Image++-- | Returns the specified image.+--+-- /See:/ 'newComputeImagesGet' smart constructor.+data ComputeImagesGet = ComputeImagesGet+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the image resource to return.+    image :: Core.Text,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeImagesGet' with the minimum fields required to make a request.+newComputeImagesGet ::+  -- |  Name of the image resource to return. See 'image'.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeImagesGet+newComputeImagesGet image project =+  ComputeImagesGet+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      image = image,+      project = project,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeImagesGet where+  type Rs ComputeImagesGet = Image+  type+    Scopes ComputeImagesGet =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeImagesGet {..} =+    go+      project+      image+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeImagesGetResource)+          Core.mempty
+ gen/Gogol/Compute/Images/GetFromFamily.hs view
@@ -0,0 +1,121 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Images.GetFromFamily+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Returns the latest image that is part of an image family and is not deprecated. For more information on image families, see Public image families documentation.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.images.getFromFamily@.+module Gogol.Compute.Images.GetFromFamily+  ( -- * Resource+    ComputeImagesGetFromFamilyResource,++    -- ** Constructing a Request+    ComputeImagesGetFromFamily (..),+    newComputeImagesGetFromFamily,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.images.getFromFamily@ method which the+-- 'ComputeImagesGetFromFamily' request conforms to.+type ComputeImagesGetFromFamilyResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "images"+    Core.:> "family"+    Core.:> Core.Capture "family" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] Image++-- | Returns the latest image that is part of an image family and is not deprecated. For more information on image families, see Public image families documentation.+--+-- /See:/ 'newComputeImagesGetFromFamily' smart constructor.+data ComputeImagesGetFromFamily = ComputeImagesGetFromFamily+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the image family to search for.+    family :: Core.Text,+    -- | The image project that the image belongs to. For example, to get a CentOS image, specify centos-cloud as the image project.+    project :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeImagesGetFromFamily' with the minimum fields required to make a request.+newComputeImagesGetFromFamily ::+  -- |  Name of the image family to search for. See 'family'.+  Core.Text ->+  -- |  The image project that the image belongs to. For example, to get a CentOS image, specify centos-cloud as the image project. See 'project'.+  Core.Text ->+  ComputeImagesGetFromFamily+newComputeImagesGetFromFamily family project =+  ComputeImagesGetFromFamily+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      family = family,+      project = project,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeImagesGetFromFamily where+  type Rs ComputeImagesGetFromFamily = Image+  type+    Scopes ComputeImagesGetFromFamily =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeImagesGetFromFamily {..} =+    go+      project+      family+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeImagesGetFromFamilyResource)+          Core.mempty
+ gen/Gogol/Compute/Images/GetIamPolicy.hs view
@@ -0,0 +1,126 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Images.GetIamPolicy+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Gets the access control policy for a resource. May be empty if no such policy or resource exists.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.images.getIamPolicy@.+module Gogol.Compute.Images.GetIamPolicy+  ( -- * Resource+    ComputeImagesGetIamPolicyResource,++    -- ** Constructing a Request+    ComputeImagesGetIamPolicy (..),+    newComputeImagesGetIamPolicy,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.images.getIamPolicy@ method which the+-- 'ComputeImagesGetIamPolicy' request conforms to.+type ComputeImagesGetIamPolicyResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "images"+    Core.:> Core.Capture "resource" Core.Text+    Core.:> "getIamPolicy"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "optionsRequestedPolicyVersion" Core.Int32+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] Policy++-- | Gets the access control policy for a resource. May be empty if no such policy or resource exists.+--+-- /See:/ 'newComputeImagesGetIamPolicy' smart constructor.+data ComputeImagesGetIamPolicy = ComputeImagesGetIamPolicy+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Requested IAM Policy version.+    optionsRequestedPolicyVersion :: (Core.Maybe Core.Int32),+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Name or id of the resource for this request.+    resource :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeImagesGetIamPolicy' with the minimum fields required to make a request.+newComputeImagesGetIamPolicy ::+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  Name or id of the resource for this request. See 'resource'.+  Core.Text ->+  ComputeImagesGetIamPolicy+newComputeImagesGetIamPolicy project resource =+  ComputeImagesGetIamPolicy+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      optionsRequestedPolicyVersion = Core.Nothing,+      project = project,+      resource = resource,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeImagesGetIamPolicy where+  type Rs ComputeImagesGetIamPolicy = Policy+  type+    Scopes ComputeImagesGetIamPolicy =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeImagesGetIamPolicy {..} =+    go+      project+      resource+      xgafv+      accessToken+      callback+      optionsRequestedPolicyVersion+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeImagesGetIamPolicyResource)+          Core.mempty
+ gen/Gogol/Compute/Images/Insert.hs view
@@ -0,0 +1,135 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Images.Insert+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Creates an image in the specified project using the data included in the request.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.images.insert@.+module Gogol.Compute.Images.Insert+  ( -- * Resource+    ComputeImagesInsertResource,++    -- ** Constructing a Request+    ComputeImagesInsert (..),+    newComputeImagesInsert,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.images.insert@ method which the+-- 'ComputeImagesInsert' request conforms to.+type ComputeImagesInsertResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "images"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "forceCreate" Core.Bool+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] Image+    Core.:> Core.Post '[Core.JSON] Operation++-- | Creates an image in the specified project using the data included in the request.+--+-- /See:/ 'newComputeImagesInsert' smart constructor.+data ComputeImagesInsert = ComputeImagesInsert+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Force image creation if true.+    forceCreate :: (Core.Maybe Core.Bool),+    -- | Multipart request metadata.+    payload :: Image,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeImagesInsert' with the minimum fields required to make a request.+newComputeImagesInsert ::+  -- |  Multipart request metadata. See 'payload'.+  Image ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeImagesInsert+newComputeImagesInsert payload project =+  ComputeImagesInsert+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      forceCreate = Core.Nothing,+      payload = payload,+      project = project,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeImagesInsert where+  type Rs ComputeImagesInsert = Operation+  type+    Scopes ComputeImagesInsert =+      '[ CloudPlatform'FullControl,+         Compute'FullControl,+         Devstorage'FullControl,+         Devstorage'ReadOnly,+         Devstorage'ReadWrite+       ]+  requestClient ComputeImagesInsert {..} =+    go+      project+      xgafv+      accessToken+      callback+      forceCreate+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeImagesInsertResource)+          Core.mempty
+ gen/Gogol/Compute/Images/List.hs view
@@ -0,0 +1,140 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Images.List+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- 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.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.images.list@.+module Gogol.Compute.Images.List+  ( -- * Resource+    ComputeImagesListResource,++    -- ** Constructing a Request+    ComputeImagesList (..),+    newComputeImagesList,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.images.list@ method which the+-- 'ComputeImagesList' request conforms to.+type ComputeImagesListResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "images"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "filter" Core.Text+    Core.:> Core.QueryParam "maxResults" Core.Word32+    Core.:> Core.QueryParam "orderBy" Core.Text+    Core.:> Core.QueryParam "pageToken" Core.Text+    Core.:> Core.QueryParam "returnPartialSuccess" Core.Bool+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] ImageList++-- | 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.+--+-- /See:/ 'newComputeImagesList' smart constructor.+data ComputeImagesList = ComputeImagesList+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: Core.Word32,+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.+    returnPartialSuccess :: (Core.Maybe Core.Bool),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeImagesList' with the minimum fields required to make a request.+newComputeImagesList ::+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeImagesList+newComputeImagesList project =+  ComputeImagesList+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      filter = Core.Nothing,+      maxResults = 500,+      orderBy = Core.Nothing,+      pageToken = Core.Nothing,+      project = project,+      returnPartialSuccess = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeImagesList where+  type Rs ComputeImagesList = ImageList+  type+    Scopes ComputeImagesList =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeImagesList {..} =+    go+      project+      xgafv+      accessToken+      callback+      filter+      (Core.Just maxResults)+      orderBy+      pageToken+      returnPartialSuccess+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeImagesListResource)+          Core.mempty
+ gen/Gogol/Compute/Images/Patch.hs view
@@ -0,0 +1,132 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Images.Patch+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Patches the specified image with the data included in the request. Only the following fields can be modified: family, description, deprecation status.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.images.patch@.+module Gogol.Compute.Images.Patch+  ( -- * Resource+    ComputeImagesPatchResource,++    -- ** Constructing a Request+    ComputeImagesPatch (..),+    newComputeImagesPatch,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.images.patch@ method which the+-- 'ComputeImagesPatch' request conforms to.+type ComputeImagesPatchResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "images"+    Core.:> Core.Capture "image" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] Image+    Core.:> Core.Patch '[Core.JSON] Operation++-- | Patches the specified image with the data included in the request. Only the following fields can be modified: family, description, deprecation status.+--+-- /See:/ 'newComputeImagesPatch' smart constructor.+data ComputeImagesPatch = ComputeImagesPatch+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the image resource to patch.+    image :: Core.Text,+    -- | Multipart request metadata.+    payload :: Image,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeImagesPatch' with the minimum fields required to make a request.+newComputeImagesPatch ::+  -- |  Name of the image resource to patch. See 'image'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  Image ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeImagesPatch+newComputeImagesPatch image payload project =+  ComputeImagesPatch+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      image = image,+      payload = payload,+      project = project,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeImagesPatch where+  type Rs ComputeImagesPatch = Operation+  type+    Scopes ComputeImagesPatch =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeImagesPatch {..} =+    go+      project+      image+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeImagesPatchResource)+          Core.mempty
+ gen/Gogol/Compute/Images/SetIamPolicy.hs view
@@ -0,0 +1,128 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Images.SetIamPolicy+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Sets the access control policy on the specified resource. Replaces any existing policy.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.images.setIamPolicy@.+module Gogol.Compute.Images.SetIamPolicy+  ( -- * Resource+    ComputeImagesSetIamPolicyResource,++    -- ** Constructing a Request+    ComputeImagesSetIamPolicy (..),+    newComputeImagesSetIamPolicy,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.images.setIamPolicy@ method which the+-- 'ComputeImagesSetIamPolicy' request conforms to.+type ComputeImagesSetIamPolicyResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "images"+    Core.:> Core.Capture "resource" Core.Text+    Core.:> "setIamPolicy"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] GlobalSetPolicyRequest+    Core.:> Core.Post '[Core.JSON] Policy++-- | Sets the access control policy on the specified resource. Replaces any existing policy.+--+-- /See:/ 'newComputeImagesSetIamPolicy' smart constructor.+data ComputeImagesSetIamPolicy = ComputeImagesSetIamPolicy+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Multipart request metadata.+    payload :: GlobalSetPolicyRequest,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Name or id of the resource for this request.+    resource :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeImagesSetIamPolicy' with the minimum fields required to make a request.+newComputeImagesSetIamPolicy ::+  -- |  Multipart request metadata. See 'payload'.+  GlobalSetPolicyRequest ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  Name or id of the resource for this request. See 'resource'.+  Core.Text ->+  ComputeImagesSetIamPolicy+newComputeImagesSetIamPolicy payload project resource =+  ComputeImagesSetIamPolicy+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      payload = payload,+      project = project,+      resource = resource,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeImagesSetIamPolicy where+  type Rs ComputeImagesSetIamPolicy = Policy+  type+    Scopes ComputeImagesSetIamPolicy =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeImagesSetIamPolicy {..} =+    go+      project+      resource+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeImagesSetIamPolicyResource)+          Core.mempty
+ gen/Gogol/Compute/Images/SetLabels.hs view
@@ -0,0 +1,128 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Images.SetLabels+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Sets the labels on an image. To learn more about labels, read the Labeling Resources documentation.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.images.setLabels@.+module Gogol.Compute.Images.SetLabels+  ( -- * Resource+    ComputeImagesSetLabelsResource,++    -- ** Constructing a Request+    ComputeImagesSetLabels (..),+    newComputeImagesSetLabels,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.images.setLabels@ method which the+-- 'ComputeImagesSetLabels' request conforms to.+type ComputeImagesSetLabelsResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "images"+    Core.:> Core.Capture "resource" Core.Text+    Core.:> "setLabels"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] GlobalSetLabelsRequest+    Core.:> Core.Post '[Core.JSON] Operation++-- | Sets the labels on an image. To learn more about labels, read the Labeling Resources documentation.+--+-- /See:/ 'newComputeImagesSetLabels' smart constructor.+data ComputeImagesSetLabels = ComputeImagesSetLabels+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Multipart request metadata.+    payload :: GlobalSetLabelsRequest,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Name or id of the resource for this request.+    resource :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeImagesSetLabels' with the minimum fields required to make a request.+newComputeImagesSetLabels ::+  -- |  Multipart request metadata. See 'payload'.+  GlobalSetLabelsRequest ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  Name or id of the resource for this request. See 'resource'.+  Core.Text ->+  ComputeImagesSetLabels+newComputeImagesSetLabels payload project resource =+  ComputeImagesSetLabels+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      payload = payload,+      project = project,+      resource = resource,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeImagesSetLabels where+  type Rs ComputeImagesSetLabels = Operation+  type+    Scopes ComputeImagesSetLabels =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeImagesSetLabels {..} =+    go+      project+      resource+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeImagesSetLabelsResource)+          Core.mempty
+ gen/Gogol/Compute/Images/TestIamPermissions.hs view
@@ -0,0 +1,128 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Images.TestIamPermissions+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Returns permissions that a caller has on the specified resource.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.images.testIamPermissions@.+module Gogol.Compute.Images.TestIamPermissions+  ( -- * Resource+    ComputeImagesTestIamPermissionsResource,++    -- ** Constructing a Request+    ComputeImagesTestIamPermissions (..),+    newComputeImagesTestIamPermissions,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.images.testIamPermissions@ method which the+-- 'ComputeImagesTestIamPermissions' request conforms to.+type ComputeImagesTestIamPermissionsResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "images"+    Core.:> Core.Capture "resource" Core.Text+    Core.:> "testIamPermissions"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] TestPermissionsRequest+    Core.:> Core.Post '[Core.JSON] TestPermissionsResponse++-- | Returns permissions that a caller has on the specified resource.+--+-- /See:/ 'newComputeImagesTestIamPermissions' smart constructor.+data ComputeImagesTestIamPermissions = ComputeImagesTestIamPermissions+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Multipart request metadata.+    payload :: TestPermissionsRequest,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Name or id of the resource for this request.+    resource :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeImagesTestIamPermissions' with the minimum fields required to make a request.+newComputeImagesTestIamPermissions ::+  -- |  Multipart request metadata. See 'payload'.+  TestPermissionsRequest ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  Name or id of the resource for this request. See 'resource'.+  Core.Text ->+  ComputeImagesTestIamPermissions+newComputeImagesTestIamPermissions payload project resource =+  ComputeImagesTestIamPermissions+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      payload = payload,+      project = project,+      resource = resource,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeImagesTestIamPermissions where+  type Rs ComputeImagesTestIamPermissions = TestPermissionsResponse+  type+    Scopes ComputeImagesTestIamPermissions =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeImagesTestIamPermissions {..} =+    go+      project+      resource+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeImagesTestIamPermissionsResource)+          Core.mempty
+ gen/Gogol/Compute/InstanceGroupManagerResizeRequests/Cancel.hs view
@@ -0,0 +1,151 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.InstanceGroupManagerResizeRequests.Cancel+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Cancels the specified resize request and removes it from the queue. Cancelled resize request does no longer wait for the resources to be provisioned. Cancel is only possible for requests that are accepted in the queue.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.instanceGroupManagerResizeRequests.cancel@.+module Gogol.Compute.InstanceGroupManagerResizeRequests.Cancel+  ( -- * Resource+    ComputeInstanceGroupManagerResizeRequestsCancelResource,++    -- ** Constructing a Request+    ComputeInstanceGroupManagerResizeRequestsCancel (..),+    newComputeInstanceGroupManagerResizeRequestsCancel,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.instanceGroupManagerResizeRequests.cancel@ method which the+-- 'ComputeInstanceGroupManagerResizeRequestsCancel' request conforms to.+type ComputeInstanceGroupManagerResizeRequestsCancelResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "instanceGroupManagers"+    Core.:> Core.Capture "instanceGroupManager" Core.Text+    Core.:> "resizeRequests"+    Core.:> Core.Capture "resizeRequest" Core.Text+    Core.:> "cancel"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Post '[Core.JSON] Operation++-- | Cancels the specified resize request and removes it from the queue. Cancelled resize request does no longer wait for the resources to be provisioned. Cancel is only possible for requests that are accepted in the queue.+--+-- /See:/ 'newComputeInstanceGroupManagerResizeRequestsCancel' smart constructor.+data ComputeInstanceGroupManagerResizeRequestsCancel = ComputeInstanceGroupManagerResizeRequestsCancel+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | The name of the managed instance group. The name should conform to RFC1035 or be a resource ID.+    instanceGroupManager :: Core.Text,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | The name of the resize request to cancel. The name should conform to RFC1035 or be a resource ID.+    resizeRequest :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone where the managed instance group is located. The name should conform to RFC1035.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInstanceGroupManagerResizeRequestsCancel' with the minimum fields required to make a request.+newComputeInstanceGroupManagerResizeRequestsCancel ::+  -- |  The name of the managed instance group. The name should conform to RFC1035 or be a resource ID. See 'instanceGroupManager'.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the resize request to cancel. The name should conform to RFC1035 or be a resource ID. See 'resizeRequest'.+  Core.Text ->+  -- |  The name of the zone where the managed instance group is located. The name should conform to RFC1035. See 'zone'.+  Core.Text ->+  ComputeInstanceGroupManagerResizeRequestsCancel+newComputeInstanceGroupManagerResizeRequestsCancel+  instanceGroupManager+  project+  resizeRequest+  zone =+    ComputeInstanceGroupManagerResizeRequestsCancel+      { xgafv =+          Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        instanceGroupManager = instanceGroupManager,+        project = project,+        requestId = Core.Nothing,+        resizeRequest = resizeRequest,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing,+        zone = zone+      }++instance+  Core.GoogleRequest+    ComputeInstanceGroupManagerResizeRequestsCancel+  where+  type Rs ComputeInstanceGroupManagerResizeRequestsCancel = Operation+  type+    Scopes ComputeInstanceGroupManagerResizeRequestsCancel =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeInstanceGroupManagerResizeRequestsCancel {..} =+    go+      project+      zone+      instanceGroupManager+      resizeRequest+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeInstanceGroupManagerResizeRequestsCancelResource+          )+          Core.mempty
+ gen/Gogol/Compute/InstanceGroupManagerResizeRequests/Delete.hs view
@@ -0,0 +1,150 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.InstanceGroupManagerResizeRequests.Delete+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Deletes the specified, inactive resize request. Requests that are still active cannot be deleted. Deleting request does not delete instances that were provisioned previously.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.instanceGroupManagerResizeRequests.delete@.+module Gogol.Compute.InstanceGroupManagerResizeRequests.Delete+  ( -- * Resource+    ComputeInstanceGroupManagerResizeRequestsDeleteResource,++    -- ** Constructing a Request+    ComputeInstanceGroupManagerResizeRequestsDelete (..),+    newComputeInstanceGroupManagerResizeRequestsDelete,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.instanceGroupManagerResizeRequests.delete@ method which the+-- 'ComputeInstanceGroupManagerResizeRequestsDelete' request conforms to.+type ComputeInstanceGroupManagerResizeRequestsDeleteResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "instanceGroupManagers"+    Core.:> Core.Capture "instanceGroupManager" Core.Text+    Core.:> "resizeRequests"+    Core.:> Core.Capture "resizeRequest" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Delete '[Core.JSON] Operation++-- | Deletes the specified, inactive resize request. Requests that are still active cannot be deleted. Deleting request does not delete instances that were provisioned previously.+--+-- /See:/ 'newComputeInstanceGroupManagerResizeRequestsDelete' smart constructor.+data ComputeInstanceGroupManagerResizeRequestsDelete = ComputeInstanceGroupManagerResizeRequestsDelete+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | The name of the managed instance group. The name should conform to RFC1035 or be a resource ID.+    instanceGroupManager :: Core.Text,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | The name of the resize request to delete. The name should conform to RFC1035 or be a resource ID.+    resizeRequest :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone where the managed instance group is located. The name should conform to RFC1035.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInstanceGroupManagerResizeRequestsDelete' with the minimum fields required to make a request.+newComputeInstanceGroupManagerResizeRequestsDelete ::+  -- |  The name of the managed instance group. The name should conform to RFC1035 or be a resource ID. See 'instanceGroupManager'.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the resize request to delete. The name should conform to RFC1035 or be a resource ID. See 'resizeRequest'.+  Core.Text ->+  -- |  The name of the zone where the managed instance group is located. The name should conform to RFC1035. See 'zone'.+  Core.Text ->+  ComputeInstanceGroupManagerResizeRequestsDelete+newComputeInstanceGroupManagerResizeRequestsDelete+  instanceGroupManager+  project+  resizeRequest+  zone =+    ComputeInstanceGroupManagerResizeRequestsDelete+      { xgafv =+          Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        instanceGroupManager = instanceGroupManager,+        project = project,+        requestId = Core.Nothing,+        resizeRequest = resizeRequest,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing,+        zone = zone+      }++instance+  Core.GoogleRequest+    ComputeInstanceGroupManagerResizeRequestsDelete+  where+  type Rs ComputeInstanceGroupManagerResizeRequestsDelete = Operation+  type+    Scopes ComputeInstanceGroupManagerResizeRequestsDelete =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeInstanceGroupManagerResizeRequestsDelete {..} =+    go+      project+      zone+      instanceGroupManager+      resizeRequest+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeInstanceGroupManagerResizeRequestsDeleteResource+          )+          Core.mempty
+ gen/Gogol/Compute/InstanceGroupManagerResizeRequests/Get.hs view
@@ -0,0 +1,147 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.InstanceGroupManagerResizeRequests.Get+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Returns all of the details about the specified resize request.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.instanceGroupManagerResizeRequests.get@.+module Gogol.Compute.InstanceGroupManagerResizeRequests.Get+  ( -- * Resource+    ComputeInstanceGroupManagerResizeRequestsGetResource,++    -- ** Constructing a Request+    ComputeInstanceGroupManagerResizeRequestsGet (..),+    newComputeInstanceGroupManagerResizeRequestsGet,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.instanceGroupManagerResizeRequests.get@ method which the+-- 'ComputeInstanceGroupManagerResizeRequestsGet' request conforms to.+type ComputeInstanceGroupManagerResizeRequestsGetResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "instanceGroupManagers"+    Core.:> Core.Capture "instanceGroupManager" Core.Text+    Core.:> "resizeRequests"+    Core.:> Core.Capture "resizeRequest" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] InstanceGroupManagerResizeRequest++-- | Returns all of the details about the specified resize request.+--+-- /See:/ 'newComputeInstanceGroupManagerResizeRequestsGet' smart constructor.+data ComputeInstanceGroupManagerResizeRequestsGet = ComputeInstanceGroupManagerResizeRequestsGet+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | The name of the managed instance group. Name should conform to RFC1035 or be a resource ID.+    instanceGroupManager :: Core.Text,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | The name of the resize request. Name should conform to RFC1035 or be a resource ID.+    resizeRequest :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | Name of the href=\"\/compute\/docs\/regions-zones\/#available\">zone scoping this request. Name should conform to RFC1035.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInstanceGroupManagerResizeRequestsGet' with the minimum fields required to make a request.+newComputeInstanceGroupManagerResizeRequestsGet ::+  -- |  The name of the managed instance group. Name should conform to RFC1035 or be a resource ID. See 'instanceGroupManager'.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the resize request. Name should conform to RFC1035 or be a resource ID. See 'resizeRequest'.+  Core.Text ->+  -- |  Name of the href=\"\/compute\/docs\/regions-zones\/#available\">zone scoping this request. Name should conform to RFC1035. See 'zone'.+  Core.Text ->+  ComputeInstanceGroupManagerResizeRequestsGet+newComputeInstanceGroupManagerResizeRequestsGet+  instanceGroupManager+  project+  resizeRequest+  zone =+    ComputeInstanceGroupManagerResizeRequestsGet+      { xgafv =+          Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        instanceGroupManager = instanceGroupManager,+        project = project,+        resizeRequest = resizeRequest,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing,+        zone = zone+      }++instance+  Core.GoogleRequest+    ComputeInstanceGroupManagerResizeRequestsGet+  where+  type+    Rs ComputeInstanceGroupManagerResizeRequestsGet =+      InstanceGroupManagerResizeRequest+  type+    Scopes ComputeInstanceGroupManagerResizeRequestsGet =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeInstanceGroupManagerResizeRequestsGet {..} =+    go+      project+      zone+      instanceGroupManager+      resizeRequest+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeInstanceGroupManagerResizeRequestsGetResource+          )+          Core.mempty
+ gen/Gogol/Compute/InstanceGroupManagerResizeRequests/Insert.hs view
@@ -0,0 +1,150 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.InstanceGroupManagerResizeRequests.Insert+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Creates a new resize request that starts provisioning VMs immediately or queues VM creation.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.instanceGroupManagerResizeRequests.insert@.+module Gogol.Compute.InstanceGroupManagerResizeRequests.Insert+  ( -- * Resource+    ComputeInstanceGroupManagerResizeRequestsInsertResource,++    -- ** Constructing a Request+    ComputeInstanceGroupManagerResizeRequestsInsert (..),+    newComputeInstanceGroupManagerResizeRequestsInsert,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.instanceGroupManagerResizeRequests.insert@ method which the+-- 'ComputeInstanceGroupManagerResizeRequestsInsert' request conforms to.+type ComputeInstanceGroupManagerResizeRequestsInsertResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "instanceGroupManagers"+    Core.:> Core.Capture "instanceGroupManager" Core.Text+    Core.:> "resizeRequests"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] InstanceGroupManagerResizeRequest+    Core.:> Core.Post '[Core.JSON] Operation++-- | Creates a new resize request that starts provisioning VMs immediately or queues VM creation.+--+-- /See:/ 'newComputeInstanceGroupManagerResizeRequestsInsert' smart constructor.+data ComputeInstanceGroupManagerResizeRequestsInsert = ComputeInstanceGroupManagerResizeRequestsInsert+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | The name of the managed instance group to which the resize request will be added. Name should conform to RFC1035 or be a resource ID.+    instanceGroupManager :: Core.Text,+    -- | Multipart request metadata.+    payload :: InstanceGroupManagerResizeRequest,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone where the managed instance group is located and where the resize request will be created. Name should conform to RFC1035.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInstanceGroupManagerResizeRequestsInsert' with the minimum fields required to make a request.+newComputeInstanceGroupManagerResizeRequestsInsert ::+  -- |  The name of the managed instance group to which the resize request will be added. Name should conform to RFC1035 or be a resource ID. See 'instanceGroupManager'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  InstanceGroupManagerResizeRequest ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone where the managed instance group is located and where the resize request will be created. Name should conform to RFC1035. See 'zone'.+  Core.Text ->+  ComputeInstanceGroupManagerResizeRequestsInsert+newComputeInstanceGroupManagerResizeRequestsInsert+  instanceGroupManager+  payload+  project+  zone =+    ComputeInstanceGroupManagerResizeRequestsInsert+      { xgafv =+          Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        instanceGroupManager = instanceGroupManager,+        payload = payload,+        project = project,+        requestId = Core.Nothing,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing,+        zone = zone+      }++instance+  Core.GoogleRequest+    ComputeInstanceGroupManagerResizeRequestsInsert+  where+  type Rs ComputeInstanceGroupManagerResizeRequestsInsert = Operation+  type+    Scopes ComputeInstanceGroupManagerResizeRequestsInsert =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeInstanceGroupManagerResizeRequestsInsert {..} =+    go+      project+      zone+      instanceGroupManager+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeInstanceGroupManagerResizeRequestsInsertResource+          )+          Core.mempty
+ gen/Gogol/Compute/InstanceGroupManagerResizeRequests/List.hs view
@@ -0,0 +1,168 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.InstanceGroupManagerResizeRequests.List+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Retrieves a list of resize requests that are contained in the managed instance group.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.instanceGroupManagerResizeRequests.list@.+module Gogol.Compute.InstanceGroupManagerResizeRequests.List+  ( -- * Resource+    ComputeInstanceGroupManagerResizeRequestsListResource,++    -- ** Constructing a Request+    ComputeInstanceGroupManagerResizeRequestsList (..),+    newComputeInstanceGroupManagerResizeRequestsList,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.instanceGroupManagerResizeRequests.list@ method which the+-- 'ComputeInstanceGroupManagerResizeRequestsList' request conforms to.+type ComputeInstanceGroupManagerResizeRequestsListResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "instanceGroupManagers"+    Core.:> Core.Capture "instanceGroupManager" Core.Text+    Core.:> "resizeRequests"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "filter" Core.Text+    Core.:> Core.QueryParam "maxResults" Core.Word32+    Core.:> Core.QueryParam "orderBy" Core.Text+    Core.:> Core.QueryParam "pageToken" Core.Text+    Core.:> Core.QueryParam "returnPartialSuccess" Core.Bool+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get+              '[Core.JSON]+              InstanceGroupManagerResizeRequestsListResponse++-- | Retrieves a list of resize requests that are contained in the managed instance group.+--+-- /See:/ 'newComputeInstanceGroupManagerResizeRequestsList' smart constructor.+data ComputeInstanceGroupManagerResizeRequestsList = ComputeInstanceGroupManagerResizeRequestsList+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | The name of the managed instance group. The name should conform to RFC1035.+    instanceGroupManager :: Core.Text,+    -- | 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 :: Core.Word32,+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.+    returnPartialSuccess :: (Core.Maybe Core.Bool),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone where the managed instance group is located. The name should conform to RFC1035.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInstanceGroupManagerResizeRequestsList' with the minimum fields required to make a request.+newComputeInstanceGroupManagerResizeRequestsList ::+  -- |  The name of the managed instance group. The name should conform to RFC1035. See 'instanceGroupManager'.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone where the managed instance group is located. The name should conform to RFC1035. See 'zone'.+  Core.Text ->+  ComputeInstanceGroupManagerResizeRequestsList+newComputeInstanceGroupManagerResizeRequestsList+  instanceGroupManager+  project+  zone =+    ComputeInstanceGroupManagerResizeRequestsList+      { xgafv =+          Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        filter = Core.Nothing,+        instanceGroupManager = instanceGroupManager,+        maxResults = 500,+        orderBy = Core.Nothing,+        pageToken = Core.Nothing,+        project = project,+        returnPartialSuccess = Core.Nothing,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing,+        zone = zone+      }++instance+  Core.GoogleRequest+    ComputeInstanceGroupManagerResizeRequestsList+  where+  type+    Rs ComputeInstanceGroupManagerResizeRequestsList =+      InstanceGroupManagerResizeRequestsListResponse+  type+    Scopes ComputeInstanceGroupManagerResizeRequestsList =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeInstanceGroupManagerResizeRequestsList {..} =+    go+      project+      zone+      instanceGroupManager+      xgafv+      accessToken+      callback+      filter+      (Core.Just maxResults)+      orderBy+      pageToken+      returnPartialSuccess+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeInstanceGroupManagerResizeRequestsListResource+          )+          Core.mempty
+ gen/Gogol/Compute/InstanceGroupManagers/AbandonInstances.hs view
@@ -0,0 +1,152 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.InstanceGroupManagers.AbandonInstances+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Flags the specified instances to be removed 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.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.instanceGroupManagers.abandonInstances@.+module Gogol.Compute.InstanceGroupManagers.AbandonInstances+  ( -- * Resource+    ComputeInstanceGroupManagersAbandonInstancesResource,++    -- ** Constructing a Request+    ComputeInstanceGroupManagersAbandonInstances (..),+    newComputeInstanceGroupManagersAbandonInstances,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.instanceGroupManagers.abandonInstances@ method which the+-- 'ComputeInstanceGroupManagersAbandonInstances' request conforms to.+type ComputeInstanceGroupManagersAbandonInstancesResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "instanceGroupManagers"+    Core.:> Core.Capture "instanceGroupManager" Core.Text+    Core.:> "abandonInstances"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody+              '[Core.JSON]+              InstanceGroupManagersAbandonInstancesRequest+    Core.:> Core.Post '[Core.JSON] Operation++-- | Flags the specified instances to be removed 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.+--+-- /See:/ 'newComputeInstanceGroupManagersAbandonInstances' smart constructor.+data ComputeInstanceGroupManagersAbandonInstances = ComputeInstanceGroupManagersAbandonInstances+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | The name of the managed instance group.+    instanceGroupManager :: Core.Text,+    -- | Multipart request metadata.+    payload :: InstanceGroupManagersAbandonInstancesRequest,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone where the managed instance group is located.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInstanceGroupManagersAbandonInstances' with the minimum fields required to make a request.+newComputeInstanceGroupManagersAbandonInstances ::+  -- |  The name of the managed instance group. See 'instanceGroupManager'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  InstanceGroupManagersAbandonInstancesRequest ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone where the managed instance group is located. See 'zone'.+  Core.Text ->+  ComputeInstanceGroupManagersAbandonInstances+newComputeInstanceGroupManagersAbandonInstances+  instanceGroupManager+  payload+  project+  zone =+    ComputeInstanceGroupManagersAbandonInstances+      { xgafv =+          Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        instanceGroupManager = instanceGroupManager,+        payload = payload,+        project = project,+        requestId = Core.Nothing,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing,+        zone = zone+      }++instance+  Core.GoogleRequest+    ComputeInstanceGroupManagersAbandonInstances+  where+  type Rs ComputeInstanceGroupManagersAbandonInstances = Operation+  type+    Scopes ComputeInstanceGroupManagersAbandonInstances =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeInstanceGroupManagersAbandonInstances {..} =+    go+      project+      zone+      instanceGroupManager+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeInstanceGroupManagersAbandonInstancesResource+          )+          Core.mempty
+ gen/Gogol/Compute/InstanceGroupManagers/AggregatedList.hs view
@@ -0,0 +1,157 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.InstanceGroupManagers.AggregatedList+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Retrieves the list of managed instance groups and groups them by zone. To prevent failure, Google recommends that you set the @returnPartialSuccess@ parameter to @true@.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.instanceGroupManagers.aggregatedList@.+module Gogol.Compute.InstanceGroupManagers.AggregatedList+  ( -- * Resource+    ComputeInstanceGroupManagersAggregatedListResource,++    -- ** Constructing a Request+    ComputeInstanceGroupManagersAggregatedList (..),+    newComputeInstanceGroupManagersAggregatedList,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.instanceGroupManagers.aggregatedList@ method which the+-- 'ComputeInstanceGroupManagersAggregatedList' request conforms to.+type ComputeInstanceGroupManagersAggregatedListResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "aggregated"+    Core.:> "instanceGroupManagers"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "filter" Core.Text+    Core.:> Core.QueryParam "includeAllScopes" Core.Bool+    Core.:> Core.QueryParam "maxResults" Core.Word32+    Core.:> Core.QueryParam "orderBy" Core.Text+    Core.:> Core.QueryParam "pageToken" Core.Text+    Core.:> Core.QueryParam "returnPartialSuccess" Core.Bool+    Core.:> Core.QueryParam "serviceProjectNumber" Core.Int64+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] InstanceGroupManagerAggregatedList++-- | Retrieves the list of managed instance groups and groups them by zone. To prevent failure, Google recommends that you set the @returnPartialSuccess@ parameter to @true@.+--+-- /See:/ 'newComputeInstanceGroupManagersAggregatedList' smart constructor.+data ComputeInstanceGroupManagersAggregatedList = ComputeInstanceGroupManagersAggregatedList+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.+    includeAllScopes :: (Core.Maybe Core.Bool),+    -- | 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 :: Core.Word32,+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.+    returnPartialSuccess :: (Core.Maybe Core.Bool),+    -- | The Shared VPC service project id or service project number for which aggregated list request is invoked for subnetworks list-usable api.+    serviceProjectNumber :: (Core.Maybe Core.Int64),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInstanceGroupManagersAggregatedList' with the minimum fields required to make a request.+newComputeInstanceGroupManagersAggregatedList ::+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeInstanceGroupManagersAggregatedList+newComputeInstanceGroupManagersAggregatedList project =+  ComputeInstanceGroupManagersAggregatedList+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      filter = Core.Nothing,+      includeAllScopes = Core.Nothing,+      maxResults = 500,+      orderBy = Core.Nothing,+      pageToken = Core.Nothing,+      project = project,+      returnPartialSuccess = Core.Nothing,+      serviceProjectNumber = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance+  Core.GoogleRequest+    ComputeInstanceGroupManagersAggregatedList+  where+  type+    Rs ComputeInstanceGroupManagersAggregatedList =+      InstanceGroupManagerAggregatedList+  type+    Scopes ComputeInstanceGroupManagersAggregatedList =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeInstanceGroupManagersAggregatedList {..} =+    go+      project+      xgafv+      accessToken+      callback+      filter+      includeAllScopes+      (Core.Just maxResults)+      orderBy+      pageToken+      returnPartialSuccess+      serviceProjectNumber+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeInstanceGroupManagersAggregatedListResource+          )+          Core.mempty
+ gen/Gogol/Compute/InstanceGroupManagers/ApplyUpdatesToInstances.hs view
@@ -0,0 +1,151 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.InstanceGroupManagers.ApplyUpdatesToInstances+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Applies changes to selected instances on the managed instance group. This method can be used to apply new overrides and\/or new versions.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.instanceGroupManagers.applyUpdatesToInstances@.+module Gogol.Compute.InstanceGroupManagers.ApplyUpdatesToInstances+  ( -- * Resource+    ComputeInstanceGroupManagersApplyUpdatesToInstancesResource,++    -- ** Constructing a Request+    ComputeInstanceGroupManagersApplyUpdatesToInstances (..),+    newComputeInstanceGroupManagersApplyUpdatesToInstances,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.instanceGroupManagers.applyUpdatesToInstances@ method which the+-- 'ComputeInstanceGroupManagersApplyUpdatesToInstances' request conforms to.+type ComputeInstanceGroupManagersApplyUpdatesToInstancesResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "instanceGroupManagers"+    Core.:> Core.Capture "instanceGroupManager" Core.Text+    Core.:> "applyUpdatesToInstances"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody+              '[Core.JSON]+              InstanceGroupManagersApplyUpdatesRequest+    Core.:> Core.Post '[Core.JSON] Operation++-- | Applies changes to selected instances on the managed instance group. This method can be used to apply new overrides and\/or new versions.+--+-- /See:/ 'newComputeInstanceGroupManagersApplyUpdatesToInstances' smart constructor.+data ComputeInstanceGroupManagersApplyUpdatesToInstances = ComputeInstanceGroupManagersApplyUpdatesToInstances+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | The name of the managed instance group, should conform to RFC1035.+    instanceGroupManager :: Core.Text,+    -- | Multipart request metadata.+    payload :: InstanceGroupManagersApplyUpdatesRequest,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone where the managed instance group is located. Should conform to RFC1035.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInstanceGroupManagersApplyUpdatesToInstances' with the minimum fields required to make a request.+newComputeInstanceGroupManagersApplyUpdatesToInstances ::+  -- |  The name of the managed instance group, should conform to RFC1035. See 'instanceGroupManager'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  InstanceGroupManagersApplyUpdatesRequest ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone where the managed instance group is located. Should conform to RFC1035. See 'zone'.+  Core.Text ->+  ComputeInstanceGroupManagersApplyUpdatesToInstances+newComputeInstanceGroupManagersApplyUpdatesToInstances+  instanceGroupManager+  payload+  project+  zone =+    ComputeInstanceGroupManagersApplyUpdatesToInstances+      { xgafv =+          Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        instanceGroupManager = instanceGroupManager,+        payload = payload,+        project = project,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing,+        zone = zone+      }++instance+  Core.GoogleRequest+    ComputeInstanceGroupManagersApplyUpdatesToInstances+  where+  type+    Rs ComputeInstanceGroupManagersApplyUpdatesToInstances =+      Operation+  type+    Scopes ComputeInstanceGroupManagersApplyUpdatesToInstances =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient+    ComputeInstanceGroupManagersApplyUpdatesToInstances {..} =+      go+        project+        zone+        instanceGroupManager+        xgafv+        accessToken+        callback+        uploadType+        uploadProtocol+        (Core.Just Core.AltJSON)+        payload+        computeService+      where+        go =+          Core.buildClient+            ( Core.Proxy ::+                Core.Proxy+                  ComputeInstanceGroupManagersApplyUpdatesToInstancesResource+            )+            Core.mempty
+ gen/Gogol/Compute/InstanceGroupManagers/CreateInstances.hs view
@@ -0,0 +1,151 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.InstanceGroupManagers.CreateInstances+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Creates instances with per-instance configurations in this managed instance group. Instances are created using the current instance template. The create instances operation is marked DONE if the createInstances request is successful. The underlying actions take additional time. You must separately verify the status of the creating or actions with the listmanagedinstances method.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.instanceGroupManagers.createInstances@.+module Gogol.Compute.InstanceGroupManagers.CreateInstances+  ( -- * Resource+    ComputeInstanceGroupManagersCreateInstancesResource,++    -- ** Constructing a Request+    ComputeInstanceGroupManagersCreateInstances (..),+    newComputeInstanceGroupManagersCreateInstances,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.instanceGroupManagers.createInstances@ method which the+-- 'ComputeInstanceGroupManagersCreateInstances' request conforms to.+type ComputeInstanceGroupManagersCreateInstancesResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "instanceGroupManagers"+    Core.:> Core.Capture "instanceGroupManager" Core.Text+    Core.:> "createInstances"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody+              '[Core.JSON]+              InstanceGroupManagersCreateInstancesRequest+    Core.:> Core.Post '[Core.JSON] Operation++-- | Creates instances with per-instance configurations in this managed instance group. Instances are created using the current instance template. The create instances operation is marked DONE if the createInstances request is successful. The underlying actions take additional time. You must separately verify the status of the creating or actions with the listmanagedinstances method.+--+-- /See:/ 'newComputeInstanceGroupManagersCreateInstances' smart constructor.+data ComputeInstanceGroupManagersCreateInstances = ComputeInstanceGroupManagersCreateInstances+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | The name of the managed instance group. It should conform to RFC1035.+    instanceGroupManager :: Core.Text,+    -- | Multipart request metadata.+    payload :: InstanceGroupManagersCreateInstancesRequest,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone where the managed instance group is located. It should conform to RFC1035.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInstanceGroupManagersCreateInstances' with the minimum fields required to make a request.+newComputeInstanceGroupManagersCreateInstances ::+  -- |  The name of the managed instance group. It should conform to RFC1035. See 'instanceGroupManager'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  InstanceGroupManagersCreateInstancesRequest ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone where the managed instance group is located. It should conform to RFC1035. See 'zone'.+  Core.Text ->+  ComputeInstanceGroupManagersCreateInstances+newComputeInstanceGroupManagersCreateInstances+  instanceGroupManager+  payload+  project+  zone =+    ComputeInstanceGroupManagersCreateInstances+      { xgafv = Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        instanceGroupManager = instanceGroupManager,+        payload = payload,+        project = project,+        requestId = Core.Nothing,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing,+        zone = zone+      }++instance+  Core.GoogleRequest+    ComputeInstanceGroupManagersCreateInstances+  where+  type Rs ComputeInstanceGroupManagersCreateInstances = Operation+  type+    Scopes ComputeInstanceGroupManagersCreateInstances =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeInstanceGroupManagersCreateInstances {..} =+    go+      project+      zone+      instanceGroupManager+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeInstanceGroupManagersCreateInstancesResource+          )+          Core.mempty
+ gen/Gogol/Compute/InstanceGroupManagers/Delete.hs view
@@ -0,0 +1,137 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.InstanceGroupManagers.Delete+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- 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.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.instanceGroupManagers.delete@.+module Gogol.Compute.InstanceGroupManagers.Delete+  ( -- * Resource+    ComputeInstanceGroupManagersDeleteResource,++    -- ** Constructing a Request+    ComputeInstanceGroupManagersDelete (..),+    newComputeInstanceGroupManagersDelete,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.instanceGroupManagers.delete@ method which the+-- 'ComputeInstanceGroupManagersDelete' request conforms to.+type ComputeInstanceGroupManagersDeleteResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "instanceGroupManagers"+    Core.:> Core.Capture "instanceGroupManager" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Delete '[Core.JSON] Operation++-- | 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.+--+-- /See:/ 'newComputeInstanceGroupManagersDelete' smart constructor.+data ComputeInstanceGroupManagersDelete = ComputeInstanceGroupManagersDelete+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | The name of the managed instance group to delete.+    instanceGroupManager :: Core.Text,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone where the managed instance group is located.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInstanceGroupManagersDelete' with the minimum fields required to make a request.+newComputeInstanceGroupManagersDelete ::+  -- |  The name of the managed instance group to delete. See 'instanceGroupManager'.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone where the managed instance group is located. See 'zone'.+  Core.Text ->+  ComputeInstanceGroupManagersDelete+newComputeInstanceGroupManagersDelete+  instanceGroupManager+  project+  zone =+    ComputeInstanceGroupManagersDelete+      { xgafv = Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        instanceGroupManager = instanceGroupManager,+        project = project,+        requestId = Core.Nothing,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing,+        zone = zone+      }++instance Core.GoogleRequest ComputeInstanceGroupManagersDelete where+  type Rs ComputeInstanceGroupManagersDelete = Operation+  type+    Scopes ComputeInstanceGroupManagersDelete =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeInstanceGroupManagersDelete {..} =+    go+      project+      zone+      instanceGroupManager+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeInstanceGroupManagersDeleteResource+          )+          Core.mempty
+ gen/Gogol/Compute/InstanceGroupManagers/DeleteInstances.hs view
@@ -0,0 +1,151 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.InstanceGroupManagers.DeleteInstances+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Flags the specified instances in the managed instance group for immediate deletion. 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.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.instanceGroupManagers.deleteInstances@.+module Gogol.Compute.InstanceGroupManagers.DeleteInstances+  ( -- * Resource+    ComputeInstanceGroupManagersDeleteInstancesResource,++    -- ** Constructing a Request+    ComputeInstanceGroupManagersDeleteInstances (..),+    newComputeInstanceGroupManagersDeleteInstances,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.instanceGroupManagers.deleteInstances@ method which the+-- 'ComputeInstanceGroupManagersDeleteInstances' request conforms to.+type ComputeInstanceGroupManagersDeleteInstancesResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "instanceGroupManagers"+    Core.:> Core.Capture "instanceGroupManager" Core.Text+    Core.:> "deleteInstances"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody+              '[Core.JSON]+              InstanceGroupManagersDeleteInstancesRequest+    Core.:> Core.Post '[Core.JSON] Operation++-- | Flags the specified instances in the managed instance group for immediate deletion. 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.+--+-- /See:/ 'newComputeInstanceGroupManagersDeleteInstances' smart constructor.+data ComputeInstanceGroupManagersDeleteInstances = ComputeInstanceGroupManagersDeleteInstances+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | The name of the managed instance group.+    instanceGroupManager :: Core.Text,+    -- | Multipart request metadata.+    payload :: InstanceGroupManagersDeleteInstancesRequest,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone where the managed instance group is located.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInstanceGroupManagersDeleteInstances' with the minimum fields required to make a request.+newComputeInstanceGroupManagersDeleteInstances ::+  -- |  The name of the managed instance group. See 'instanceGroupManager'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  InstanceGroupManagersDeleteInstancesRequest ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone where the managed instance group is located. See 'zone'.+  Core.Text ->+  ComputeInstanceGroupManagersDeleteInstances+newComputeInstanceGroupManagersDeleteInstances+  instanceGroupManager+  payload+  project+  zone =+    ComputeInstanceGroupManagersDeleteInstances+      { xgafv = Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        instanceGroupManager = instanceGroupManager,+        payload = payload,+        project = project,+        requestId = Core.Nothing,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing,+        zone = zone+      }++instance+  Core.GoogleRequest+    ComputeInstanceGroupManagersDeleteInstances+  where+  type Rs ComputeInstanceGroupManagersDeleteInstances = Operation+  type+    Scopes ComputeInstanceGroupManagersDeleteInstances =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeInstanceGroupManagersDeleteInstances {..} =+    go+      project+      zone+      instanceGroupManager+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeInstanceGroupManagersDeleteInstancesResource+          )+          Core.mempty
+ gen/Gogol/Compute/InstanceGroupManagers/DeletePerInstanceConfigs.hs view
@@ -0,0 +1,152 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.InstanceGroupManagers.DeletePerInstanceConfigs+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Deletes selected per-instance configurations for the managed instance group.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.instanceGroupManagers.deletePerInstanceConfigs@.+module Gogol.Compute.InstanceGroupManagers.DeletePerInstanceConfigs+  ( -- * Resource+    ComputeInstanceGroupManagersDeletePerInstanceConfigsResource,++    -- ** Constructing a Request+    ComputeInstanceGroupManagersDeletePerInstanceConfigs (..),+    newComputeInstanceGroupManagersDeletePerInstanceConfigs,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.instanceGroupManagers.deletePerInstanceConfigs@ method which the+-- 'ComputeInstanceGroupManagersDeletePerInstanceConfigs' request conforms to.+type ComputeInstanceGroupManagersDeletePerInstanceConfigsResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "instanceGroupManagers"+    Core.:> Core.Capture "instanceGroupManager" Core.Text+    Core.:> "deletePerInstanceConfigs"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody+              '[Core.JSON]+              InstanceGroupManagersDeletePerInstanceConfigsReq+    Core.:> Core.Post '[Core.JSON] Operation++-- | Deletes selected per-instance configurations for the managed instance group.+--+-- /See:/ 'newComputeInstanceGroupManagersDeletePerInstanceConfigs' smart constructor.+data ComputeInstanceGroupManagersDeletePerInstanceConfigs = ComputeInstanceGroupManagersDeletePerInstanceConfigs+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | The name of the managed instance group. It should conform to RFC1035.+    instanceGroupManager :: Core.Text,+    -- | Multipart request metadata.+    payload :: InstanceGroupManagersDeletePerInstanceConfigsReq,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone where the managed instance group is located. It should conform to RFC1035.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInstanceGroupManagersDeletePerInstanceConfigs' with the minimum fields required to make a request.+newComputeInstanceGroupManagersDeletePerInstanceConfigs ::+  -- |  The name of the managed instance group. It should conform to RFC1035. See 'instanceGroupManager'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  InstanceGroupManagersDeletePerInstanceConfigsReq ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone where the managed instance group is located. It should conform to RFC1035. See 'zone'.+  Core.Text ->+  ComputeInstanceGroupManagersDeletePerInstanceConfigs+newComputeInstanceGroupManagersDeletePerInstanceConfigs+  instanceGroupManager+  payload+  project+  zone =+    ComputeInstanceGroupManagersDeletePerInstanceConfigs+      { xgafv =+          Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        instanceGroupManager =+          instanceGroupManager,+        payload = payload,+        project = project,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing,+        zone = zone+      }++instance+  Core.GoogleRequest+    ComputeInstanceGroupManagersDeletePerInstanceConfigs+  where+  type+    Rs ComputeInstanceGroupManagersDeletePerInstanceConfigs =+      Operation+  type+    Scopes ComputeInstanceGroupManagersDeletePerInstanceConfigs =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient+    ComputeInstanceGroupManagersDeletePerInstanceConfigs {..} =+      go+        project+        zone+        instanceGroupManager+        xgafv+        accessToken+        callback+        uploadType+        uploadProtocol+        (Core.Just Core.AltJSON)+        payload+        computeService+      where+        go =+          Core.buildClient+            ( Core.Proxy ::+                Core.Proxy+                  ComputeInstanceGroupManagersDeletePerInstanceConfigsResource+            )+            Core.mempty
+ gen/Gogol/Compute/InstanceGroupManagers/Get.hs view
@@ -0,0 +1,130 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.InstanceGroupManagers.Get+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Returns all of the details about the specified managed instance group.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.instanceGroupManagers.get@.+module Gogol.Compute.InstanceGroupManagers.Get+  ( -- * Resource+    ComputeInstanceGroupManagersGetResource,++    -- ** Constructing a Request+    ComputeInstanceGroupManagersGet (..),+    newComputeInstanceGroupManagersGet,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.instanceGroupManagers.get@ method which the+-- 'ComputeInstanceGroupManagersGet' request conforms to.+type ComputeInstanceGroupManagersGetResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "instanceGroupManagers"+    Core.:> Core.Capture "instanceGroupManager" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] InstanceGroupManager++-- | Returns all of the details about the specified managed instance group.+--+-- /See:/ 'newComputeInstanceGroupManagersGet' smart constructor.+data ComputeInstanceGroupManagersGet = ComputeInstanceGroupManagersGet+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | The name of the managed instance group.+    instanceGroupManager :: Core.Text,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone where the managed instance group is located.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInstanceGroupManagersGet' with the minimum fields required to make a request.+newComputeInstanceGroupManagersGet ::+  -- |  The name of the managed instance group. See 'instanceGroupManager'.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone where the managed instance group is located. See 'zone'.+  Core.Text ->+  ComputeInstanceGroupManagersGet+newComputeInstanceGroupManagersGet+  instanceGroupManager+  project+  zone =+    ComputeInstanceGroupManagersGet+      { xgafv = Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        instanceGroupManager = instanceGroupManager,+        project = project,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing,+        zone = zone+      }++instance Core.GoogleRequest ComputeInstanceGroupManagersGet where+  type Rs ComputeInstanceGroupManagersGet = InstanceGroupManager+  type+    Scopes ComputeInstanceGroupManagersGet =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeInstanceGroupManagersGet {..} =+    go+      project+      zone+      instanceGroupManager+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeInstanceGroupManagersGetResource)+          Core.mempty
+ gen/Gogol/Compute/InstanceGroupManagers/Insert.hs view
@@ -0,0 +1,134 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.InstanceGroupManagers.Insert+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Creates a managed instance group using the information that you specify in the request. After the group is created, instances in the group are created 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.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.instanceGroupManagers.insert@.+module Gogol.Compute.InstanceGroupManagers.Insert+  ( -- * Resource+    ComputeInstanceGroupManagersInsertResource,++    -- ** Constructing a Request+    ComputeInstanceGroupManagersInsert (..),+    newComputeInstanceGroupManagersInsert,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.instanceGroupManagers.insert@ method which the+-- 'ComputeInstanceGroupManagersInsert' request conforms to.+type ComputeInstanceGroupManagersInsertResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "instanceGroupManagers"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] InstanceGroupManager+    Core.:> Core.Post '[Core.JSON] Operation++-- | Creates a managed instance group using the information that you specify in the request. After the group is created, instances in the group are created 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.+--+-- /See:/ 'newComputeInstanceGroupManagersInsert' smart constructor.+data ComputeInstanceGroupManagersInsert = ComputeInstanceGroupManagersInsert+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Multipart request metadata.+    payload :: InstanceGroupManager,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone where you want to create the managed instance group.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInstanceGroupManagersInsert' with the minimum fields required to make a request.+newComputeInstanceGroupManagersInsert ::+  -- |  Multipart request metadata. See 'payload'.+  InstanceGroupManager ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone where you want to create the managed instance group. See 'zone'.+  Core.Text ->+  ComputeInstanceGroupManagersInsert+newComputeInstanceGroupManagersInsert payload project zone =+  ComputeInstanceGroupManagersInsert+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      payload = payload,+      project = project,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      zone = zone+    }++instance Core.GoogleRequest ComputeInstanceGroupManagersInsert where+  type Rs ComputeInstanceGroupManagersInsert = Operation+  type+    Scopes ComputeInstanceGroupManagersInsert =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeInstanceGroupManagersInsert {..} =+    go+      project+      zone+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeInstanceGroupManagersInsertResource+          )+          Core.mempty
+ gen/Gogol/Compute/InstanceGroupManagers/List.hs view
@@ -0,0 +1,147 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.InstanceGroupManagers.List+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Retrieves a list of managed instance groups that are contained within the specified project and zone.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.instanceGroupManagers.list@.+module Gogol.Compute.InstanceGroupManagers.List+  ( -- * Resource+    ComputeInstanceGroupManagersListResource,++    -- ** Constructing a Request+    ComputeInstanceGroupManagersList (..),+    newComputeInstanceGroupManagersList,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.instanceGroupManagers.list@ method which the+-- 'ComputeInstanceGroupManagersList' request conforms to.+type ComputeInstanceGroupManagersListResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "instanceGroupManagers"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "filter" Core.Text+    Core.:> Core.QueryParam "maxResults" Core.Word32+    Core.:> Core.QueryParam "orderBy" Core.Text+    Core.:> Core.QueryParam "pageToken" Core.Text+    Core.:> Core.QueryParam "returnPartialSuccess" Core.Bool+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] InstanceGroupManagerList++-- | Retrieves a list of managed instance groups that are contained within the specified project and zone.+--+-- /See:/ 'newComputeInstanceGroupManagersList' smart constructor.+data ComputeInstanceGroupManagersList = ComputeInstanceGroupManagersList+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: Core.Word32,+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.+    returnPartialSuccess :: (Core.Maybe Core.Bool),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone where the managed instance group is located.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInstanceGroupManagersList' with the minimum fields required to make a request.+newComputeInstanceGroupManagersList ::+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone where the managed instance group is located. See 'zone'.+  Core.Text ->+  ComputeInstanceGroupManagersList+newComputeInstanceGroupManagersList project zone =+  ComputeInstanceGroupManagersList+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      filter = Core.Nothing,+      maxResults = 500,+      orderBy = Core.Nothing,+      pageToken = Core.Nothing,+      project = project,+      returnPartialSuccess = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      zone = zone+    }++instance Core.GoogleRequest ComputeInstanceGroupManagersList where+  type Rs ComputeInstanceGroupManagersList = InstanceGroupManagerList+  type+    Scopes ComputeInstanceGroupManagersList =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeInstanceGroupManagersList {..} =+    go+      project+      zone+      xgafv+      accessToken+      callback+      filter+      (Core.Just maxResults)+      orderBy+      pageToken+      returnPartialSuccess+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeInstanceGroupManagersListResource)+          Core.mempty
+ gen/Gogol/Compute/InstanceGroupManagers/ListErrors.hs view
@@ -0,0 +1,164 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.InstanceGroupManagers.ListErrors+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Lists all errors thrown by actions on instances for a given managed instance group. The filter and orderBy query parameters are not supported.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.instanceGroupManagers.listErrors@.+module Gogol.Compute.InstanceGroupManagers.ListErrors+  ( -- * Resource+    ComputeInstanceGroupManagersListErrorsResource,++    -- ** Constructing a Request+    ComputeInstanceGroupManagersListErrors (..),+    newComputeInstanceGroupManagersListErrors,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.instanceGroupManagers.listErrors@ method which the+-- 'ComputeInstanceGroupManagersListErrors' request conforms to.+type ComputeInstanceGroupManagersListErrorsResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "instanceGroupManagers"+    Core.:> Core.Capture "instanceGroupManager" Core.Text+    Core.:> "listErrors"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "filter" Core.Text+    Core.:> Core.QueryParam "maxResults" Core.Word32+    Core.:> Core.QueryParam "orderBy" Core.Text+    Core.:> Core.QueryParam "pageToken" Core.Text+    Core.:> Core.QueryParam "returnPartialSuccess" Core.Bool+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get+              '[Core.JSON]+              InstanceGroupManagersListErrorsResponse++-- | Lists all errors thrown by actions on instances for a given managed instance group. The filter and orderBy query parameters are not supported.+--+-- /See:/ 'newComputeInstanceGroupManagersListErrors' smart constructor.+data ComputeInstanceGroupManagersListErrors = ComputeInstanceGroupManagersListErrors+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | The name of the managed instance group. It must be a string that meets the requirements in RFC1035, or an unsigned long integer: must match regexp pattern: (?:<?:%5B-a-z0-9%5D%7B0,61%7D%5Ba-z0-9%5D a-z>?)|1-9{0,19}.+    instanceGroupManager :: Core.Text,+    -- | 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 :: Core.Word32,+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.+    returnPartialSuccess :: (Core.Maybe Core.Bool),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone where the managed instance group is located. It should conform to RFC1035.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInstanceGroupManagersListErrors' with the minimum fields required to make a request.+newComputeInstanceGroupManagersListErrors ::+  -- |  The name of the managed instance group. It must be a string that meets the requirements in RFC1035, or an unsigned long integer: must match regexp pattern: (?:<?:%5B-a-z0-9%5D%7B0,61%7D%5Ba-z0-9%5D a-z>?)|1-9{0,19}. See 'instanceGroupManager'.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone where the managed instance group is located. It should conform to RFC1035. See 'zone'.+  Core.Text ->+  ComputeInstanceGroupManagersListErrors+newComputeInstanceGroupManagersListErrors+  instanceGroupManager+  project+  zone =+    ComputeInstanceGroupManagersListErrors+      { xgafv = Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        filter = Core.Nothing,+        instanceGroupManager = instanceGroupManager,+        maxResults = 500,+        orderBy = Core.Nothing,+        pageToken = Core.Nothing,+        project = project,+        returnPartialSuccess = Core.Nothing,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing,+        zone = zone+      }++instance Core.GoogleRequest ComputeInstanceGroupManagersListErrors where+  type+    Rs ComputeInstanceGroupManagersListErrors =+      InstanceGroupManagersListErrorsResponse+  type+    Scopes ComputeInstanceGroupManagersListErrors =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeInstanceGroupManagersListErrors {..} =+    go+      project+      zone+      instanceGroupManager+      xgafv+      accessToken+      callback+      filter+      (Core.Just maxResults)+      orderBy+      pageToken+      returnPartialSuccess+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeInstanceGroupManagersListErrorsResource+          )+          Core.mempty
+ gen/Gogol/Compute/InstanceGroupManagers/ListManagedInstances.hs view
@@ -0,0 +1,169 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.InstanceGroupManagers.ListManagedInstances+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- 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. The orderBy query parameter is not supported. The @pageToken@ query parameter is supported only if the group\'s @listManagedInstancesResults@ field is set to @PAGINATED@.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.instanceGroupManagers.listManagedInstances@.+module Gogol.Compute.InstanceGroupManagers.ListManagedInstances+  ( -- * Resource+    ComputeInstanceGroupManagersListManagedInstancesResource,++    -- ** Constructing a Request+    ComputeInstanceGroupManagersListManagedInstances (..),+    newComputeInstanceGroupManagersListManagedInstances,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.instanceGroupManagers.listManagedInstances@ method which the+-- 'ComputeInstanceGroupManagersListManagedInstances' request conforms to.+type ComputeInstanceGroupManagersListManagedInstancesResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "instanceGroupManagers"+    Core.:> Core.Capture "instanceGroupManager" Core.Text+    Core.:> "listManagedInstances"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "filter" Core.Text+    Core.:> Core.QueryParam "maxResults" Core.Word32+    Core.:> Core.QueryParam "orderBy" Core.Text+    Core.:> Core.QueryParam "pageToken" Core.Text+    Core.:> Core.QueryParam "returnPartialSuccess" Core.Bool+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Post+              '[Core.JSON]+              InstanceGroupManagersListManagedInstancesResponse++-- | 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. The orderBy query parameter is not supported. The @pageToken@ query parameter is supported only if the group\'s @listManagedInstancesResults@ field is set to @PAGINATED@.+--+-- /See:/ 'newComputeInstanceGroupManagersListManagedInstances' smart constructor.+data ComputeInstanceGroupManagersListManagedInstances = ComputeInstanceGroupManagersListManagedInstances+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | The name of the managed instance group.+    instanceGroupManager :: Core.Text,+    -- | 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 :: Core.Word32,+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.+    returnPartialSuccess :: (Core.Maybe Core.Bool),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone where the managed instance group is located.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInstanceGroupManagersListManagedInstances' with the minimum fields required to make a request.+newComputeInstanceGroupManagersListManagedInstances ::+  -- |  The name of the managed instance group. See 'instanceGroupManager'.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone where the managed instance group is located. See 'zone'.+  Core.Text ->+  ComputeInstanceGroupManagersListManagedInstances+newComputeInstanceGroupManagersListManagedInstances+  instanceGroupManager+  project+  zone =+    ComputeInstanceGroupManagersListManagedInstances+      { xgafv =+          Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        filter = Core.Nothing,+        instanceGroupManager = instanceGroupManager,+        maxResults = 500,+        orderBy = Core.Nothing,+        pageToken = Core.Nothing,+        project = project,+        returnPartialSuccess = Core.Nothing,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing,+        zone = zone+      }++instance+  Core.GoogleRequest+    ComputeInstanceGroupManagersListManagedInstances+  where+  type+    Rs ComputeInstanceGroupManagersListManagedInstances =+      InstanceGroupManagersListManagedInstancesResponse+  type+    Scopes ComputeInstanceGroupManagersListManagedInstances =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeInstanceGroupManagersListManagedInstances {..} =+    go+      project+      zone+      instanceGroupManager+      xgafv+      accessToken+      callback+      filter+      (Core.Just maxResults)+      orderBy+      pageToken+      returnPartialSuccess+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy+                ComputeInstanceGroupManagersListManagedInstancesResource+          )+          Core.mempty
+ gen/Gogol/Compute/InstanceGroupManagers/ListPerInstanceConfigs.hs view
@@ -0,0 +1,170 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.InstanceGroupManagers.ListPerInstanceConfigs+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Lists all of the per-instance configurations defined for the managed instance group. The orderBy query parameter is not supported.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.instanceGroupManagers.listPerInstanceConfigs@.+module Gogol.Compute.InstanceGroupManagers.ListPerInstanceConfigs+  ( -- * Resource+    ComputeInstanceGroupManagersListPerInstanceConfigsResource,++    -- ** Constructing a Request+    ComputeInstanceGroupManagersListPerInstanceConfigs (..),+    newComputeInstanceGroupManagersListPerInstanceConfigs,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.instanceGroupManagers.listPerInstanceConfigs@ method which the+-- 'ComputeInstanceGroupManagersListPerInstanceConfigs' request conforms to.+type ComputeInstanceGroupManagersListPerInstanceConfigsResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "instanceGroupManagers"+    Core.:> Core.Capture "instanceGroupManager" Core.Text+    Core.:> "listPerInstanceConfigs"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "filter" Core.Text+    Core.:> Core.QueryParam "maxResults" Core.Word32+    Core.:> Core.QueryParam "orderBy" Core.Text+    Core.:> Core.QueryParam "pageToken" Core.Text+    Core.:> Core.QueryParam "returnPartialSuccess" Core.Bool+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Post+              '[Core.JSON]+              InstanceGroupManagersListPerInstanceConfigsResp++-- | Lists all of the per-instance configurations defined for the managed instance group. The orderBy query parameter is not supported.+--+-- /See:/ 'newComputeInstanceGroupManagersListPerInstanceConfigs' smart constructor.+data ComputeInstanceGroupManagersListPerInstanceConfigs = ComputeInstanceGroupManagersListPerInstanceConfigs+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | The name of the managed instance group. It should conform to RFC1035.+    instanceGroupManager :: Core.Text,+    -- | 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 :: Core.Word32,+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.+    returnPartialSuccess :: (Core.Maybe Core.Bool),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone where the managed instance group is located. It should conform to RFC1035.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInstanceGroupManagersListPerInstanceConfigs' with the minimum fields required to make a request.+newComputeInstanceGroupManagersListPerInstanceConfigs ::+  -- |  The name of the managed instance group. It should conform to RFC1035. See 'instanceGroupManager'.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone where the managed instance group is located. It should conform to RFC1035. See 'zone'.+  Core.Text ->+  ComputeInstanceGroupManagersListPerInstanceConfigs+newComputeInstanceGroupManagersListPerInstanceConfigs+  instanceGroupManager+  project+  zone =+    ComputeInstanceGroupManagersListPerInstanceConfigs+      { xgafv =+          Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        filter = Core.Nothing,+        instanceGroupManager = instanceGroupManager,+        maxResults = 500,+        orderBy = Core.Nothing,+        pageToken = Core.Nothing,+        project = project,+        returnPartialSuccess = Core.Nothing,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing,+        zone = zone+      }++instance+  Core.GoogleRequest+    ComputeInstanceGroupManagersListPerInstanceConfigs+  where+  type+    Rs ComputeInstanceGroupManagersListPerInstanceConfigs =+      InstanceGroupManagersListPerInstanceConfigsResp+  type+    Scopes ComputeInstanceGroupManagersListPerInstanceConfigs =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient+    ComputeInstanceGroupManagersListPerInstanceConfigs {..} =+      go+        project+        zone+        instanceGroupManager+        xgafv+        accessToken+        callback+        filter+        (Core.Just maxResults)+        orderBy+        pageToken+        returnPartialSuccess+        uploadType+        uploadProtocol+        (Core.Just Core.AltJSON)+        computeService+      where+        go =+          Core.buildClient+            ( Core.Proxy ::+                Core.Proxy+                  ComputeInstanceGroupManagersListPerInstanceConfigsResource+            )+            Core.mempty
+ gen/Gogol/Compute/InstanceGroupManagers/Patch.hs view
@@ -0,0 +1,145 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.InstanceGroupManagers.Patch+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- 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. If you update your group to specify a new template or instance configuration, it\'s possible that your intended specification for each VM in the group is different from the current state of that VM. To learn how to apply an updated configuration to the VMs in a MIG, see Updating instances in a MIG.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.instanceGroupManagers.patch@.+module Gogol.Compute.InstanceGroupManagers.Patch+  ( -- * Resource+    ComputeInstanceGroupManagersPatchResource,++    -- ** Constructing a Request+    ComputeInstanceGroupManagersPatch (..),+    newComputeInstanceGroupManagersPatch,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.instanceGroupManagers.patch@ method which the+-- 'ComputeInstanceGroupManagersPatch' request conforms to.+type ComputeInstanceGroupManagersPatchResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "instanceGroupManagers"+    Core.:> Core.Capture "instanceGroupManager" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] InstanceGroupManager+    Core.:> Core.Patch '[Core.JSON] Operation++-- | 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. If you update your group to specify a new template or instance configuration, it\'s possible that your intended specification for each VM in the group is different from the current state of that VM. To learn how to apply an updated configuration to the VMs in a MIG, see Updating instances in a MIG.+--+-- /See:/ 'newComputeInstanceGroupManagersPatch' smart constructor.+data ComputeInstanceGroupManagersPatch = ComputeInstanceGroupManagersPatch+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | The name of the instance group manager.+    instanceGroupManager :: Core.Text,+    -- | Multipart request metadata.+    payload :: InstanceGroupManager,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone where you want to create the managed instance group.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInstanceGroupManagersPatch' with the minimum fields required to make a request.+newComputeInstanceGroupManagersPatch ::+  -- |  The name of the instance group manager. See 'instanceGroupManager'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  InstanceGroupManager ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone where you want to create the managed instance group. See 'zone'.+  Core.Text ->+  ComputeInstanceGroupManagersPatch+newComputeInstanceGroupManagersPatch+  instanceGroupManager+  payload+  project+  zone =+    ComputeInstanceGroupManagersPatch+      { xgafv = Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        instanceGroupManager = instanceGroupManager,+        payload = payload,+        project = project,+        requestId = Core.Nothing,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing,+        zone = zone+      }++instance Core.GoogleRequest ComputeInstanceGroupManagersPatch where+  type Rs ComputeInstanceGroupManagersPatch = Operation+  type+    Scopes ComputeInstanceGroupManagersPatch =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeInstanceGroupManagersPatch {..} =+    go+      project+      zone+      instanceGroupManager+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeInstanceGroupManagersPatchResource+          )+          Core.mempty
+ gen/Gogol/Compute/InstanceGroupManagers/PatchPerInstanceConfigs.hs view
@@ -0,0 +1,156 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.InstanceGroupManagers.PatchPerInstanceConfigs+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Inserts or patches per-instance configurations for the managed instance group. perInstanceConfig.name serves as a key used to distinguish whether to perform insert or patch.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.instanceGroupManagers.patchPerInstanceConfigs@.+module Gogol.Compute.InstanceGroupManagers.PatchPerInstanceConfigs+  ( -- * Resource+    ComputeInstanceGroupManagersPatchPerInstanceConfigsResource,++    -- ** Constructing a Request+    ComputeInstanceGroupManagersPatchPerInstanceConfigs (..),+    newComputeInstanceGroupManagersPatchPerInstanceConfigs,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.instanceGroupManagers.patchPerInstanceConfigs@ method which the+-- 'ComputeInstanceGroupManagersPatchPerInstanceConfigs' request conforms to.+type ComputeInstanceGroupManagersPatchPerInstanceConfigsResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "instanceGroupManagers"+    Core.:> Core.Capture "instanceGroupManager" Core.Text+    Core.:> "patchPerInstanceConfigs"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody+              '[Core.JSON]+              InstanceGroupManagersPatchPerInstanceConfigsReq+    Core.:> Core.Post '[Core.JSON] Operation++-- | Inserts or patches per-instance configurations for the managed instance group. perInstanceConfig.name serves as a key used to distinguish whether to perform insert or patch.+--+-- /See:/ 'newComputeInstanceGroupManagersPatchPerInstanceConfigs' smart constructor.+data ComputeInstanceGroupManagersPatchPerInstanceConfigs = ComputeInstanceGroupManagersPatchPerInstanceConfigs+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | The name of the managed instance group. It should conform to RFC1035.+    instanceGroupManager :: Core.Text,+    -- | Multipart request metadata.+    payload :: InstanceGroupManagersPatchPerInstanceConfigsReq,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone where the managed instance group is located. It should conform to RFC1035.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInstanceGroupManagersPatchPerInstanceConfigs' with the minimum fields required to make a request.+newComputeInstanceGroupManagersPatchPerInstanceConfigs ::+  -- |  The name of the managed instance group. It should conform to RFC1035. See 'instanceGroupManager'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  InstanceGroupManagersPatchPerInstanceConfigsReq ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone where the managed instance group is located. It should conform to RFC1035. See 'zone'.+  Core.Text ->+  ComputeInstanceGroupManagersPatchPerInstanceConfigs+newComputeInstanceGroupManagersPatchPerInstanceConfigs+  instanceGroupManager+  payload+  project+  zone =+    ComputeInstanceGroupManagersPatchPerInstanceConfigs+      { xgafv =+          Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        instanceGroupManager = instanceGroupManager,+        payload = payload,+        project = project,+        requestId = Core.Nothing,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing,+        zone = zone+      }++instance+  Core.GoogleRequest+    ComputeInstanceGroupManagersPatchPerInstanceConfigs+  where+  type+    Rs ComputeInstanceGroupManagersPatchPerInstanceConfigs =+      Operation+  type+    Scopes ComputeInstanceGroupManagersPatchPerInstanceConfigs =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient+    ComputeInstanceGroupManagersPatchPerInstanceConfigs {..} =+      go+        project+        zone+        instanceGroupManager+        xgafv+        accessToken+        callback+        requestId+        uploadType+        uploadProtocol+        (Core.Just Core.AltJSON)+        payload+        computeService+      where+        go =+          Core.buildClient+            ( Core.Proxy ::+                Core.Proxy+                  ComputeInstanceGroupManagersPatchPerInstanceConfigsResource+            )+            Core.mempty
+ gen/Gogol/Compute/InstanceGroupManagers/RecreateInstances.hs view
@@ -0,0 +1,152 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.InstanceGroupManagers.RecreateInstances+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Flags the specified VM instances in the managed instance group to be immediately recreated. Each instance is recreated using the group\'s current configuration. This operation is marked as DONE when the flag is set even if the instances have not yet been recreated. You must separately verify the status of each instance by checking its currentAction field; for more information, see Checking the status of managed 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 has elapsed before the VM instance is removed or deleted. You can specify a maximum of 1000 instances with this method per request.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.instanceGroupManagers.recreateInstances@.+module Gogol.Compute.InstanceGroupManagers.RecreateInstances+  ( -- * Resource+    ComputeInstanceGroupManagersRecreateInstancesResource,++    -- ** Constructing a Request+    ComputeInstanceGroupManagersRecreateInstances (..),+    newComputeInstanceGroupManagersRecreateInstances,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.instanceGroupManagers.recreateInstances@ method which the+-- 'ComputeInstanceGroupManagersRecreateInstances' request conforms to.+type ComputeInstanceGroupManagersRecreateInstancesResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "instanceGroupManagers"+    Core.:> Core.Capture "instanceGroupManager" Core.Text+    Core.:> "recreateInstances"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody+              '[Core.JSON]+              InstanceGroupManagersRecreateInstancesRequest+    Core.:> Core.Post '[Core.JSON] Operation++-- | Flags the specified VM instances in the managed instance group to be immediately recreated. Each instance is recreated using the group\'s current configuration. This operation is marked as DONE when the flag is set even if the instances have not yet been recreated. You must separately verify the status of each instance by checking its currentAction field; for more information, see Checking the status of managed 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 has elapsed before the VM instance is removed or deleted. You can specify a maximum of 1000 instances with this method per request.+--+-- /See:/ 'newComputeInstanceGroupManagersRecreateInstances' smart constructor.+data ComputeInstanceGroupManagersRecreateInstances = ComputeInstanceGroupManagersRecreateInstances+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | The name of the managed instance group.+    instanceGroupManager :: Core.Text,+    -- | Multipart request metadata.+    payload :: InstanceGroupManagersRecreateInstancesRequest,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone where the managed instance group is located.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInstanceGroupManagersRecreateInstances' with the minimum fields required to make a request.+newComputeInstanceGroupManagersRecreateInstances ::+  -- |  The name of the managed instance group. See 'instanceGroupManager'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  InstanceGroupManagersRecreateInstancesRequest ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone where the managed instance group is located. See 'zone'.+  Core.Text ->+  ComputeInstanceGroupManagersRecreateInstances+newComputeInstanceGroupManagersRecreateInstances+  instanceGroupManager+  payload+  project+  zone =+    ComputeInstanceGroupManagersRecreateInstances+      { xgafv =+          Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        instanceGroupManager = instanceGroupManager,+        payload = payload,+        project = project,+        requestId = Core.Nothing,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing,+        zone = zone+      }++instance+  Core.GoogleRequest+    ComputeInstanceGroupManagersRecreateInstances+  where+  type Rs ComputeInstanceGroupManagersRecreateInstances = Operation+  type+    Scopes ComputeInstanceGroupManagersRecreateInstances =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeInstanceGroupManagersRecreateInstances {..} =+    go+      project+      zone+      instanceGroupManager+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeInstanceGroupManagersRecreateInstancesResource+          )+          Core.mempty
+ gen/Gogol/Compute/InstanceGroupManagers/Resize.hs view
@@ -0,0 +1,148 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.InstanceGroupManagers.Resize+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- 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. When resizing down, the instance group arbitrarily chooses the order in which VMs are deleted. The group takes into account some VM attributes when making the selection including: + The status of the VM instance. + The health of the VM instance. + The instance template version the VM is based on. + For regional managed instance groups, the location of the VM instance. This list is subject to change. 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.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.instanceGroupManagers.resize@.+module Gogol.Compute.InstanceGroupManagers.Resize+  ( -- * Resource+    ComputeInstanceGroupManagersResizeResource,++    -- ** Constructing a Request+    ComputeInstanceGroupManagersResize (..),+    newComputeInstanceGroupManagersResize,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.instanceGroupManagers.resize@ method which the+-- 'ComputeInstanceGroupManagersResize' request conforms to.+type ComputeInstanceGroupManagersResizeResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "instanceGroupManagers"+    Core.:> Core.Capture "instanceGroupManager" Core.Text+    Core.:> "resize"+    Core.:> Core.QueryParam "size" Core.Int32+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Post '[Core.JSON] Operation++-- | 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. When resizing down, the instance group arbitrarily chooses the order in which VMs are deleted. The group takes into account some VM attributes when making the selection including: + The status of the VM instance. + The health of the VM instance. + The instance template version the VM is based on. + For regional managed instance groups, the location of the VM instance. This list is subject to change. 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.+--+-- /See:/ 'newComputeInstanceGroupManagersResize' smart constructor.+data ComputeInstanceGroupManagersResize = ComputeInstanceGroupManagersResize+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | The name of the managed instance group.+    instanceGroupManager :: Core.Text,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | 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.+    size :: Core.Int32,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone where the managed instance group is located.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInstanceGroupManagersResize' with the minimum fields required to make a request.+newComputeInstanceGroupManagersResize ::+  -- |  The name of the managed instance group. See 'instanceGroupManager'.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  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. See 'size'.+  Core.Int32 ->+  -- |  The name of the zone where the managed instance group is located. See 'zone'.+  Core.Text ->+  ComputeInstanceGroupManagersResize+newComputeInstanceGroupManagersResize+  instanceGroupManager+  project+  size+  zone =+    ComputeInstanceGroupManagersResize+      { xgafv = Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        instanceGroupManager = instanceGroupManager,+        project = project,+        requestId = Core.Nothing,+        size = size,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing,+        zone = zone+      }++instance Core.GoogleRequest ComputeInstanceGroupManagersResize where+  type Rs ComputeInstanceGroupManagersResize = Operation+  type+    Scopes ComputeInstanceGroupManagersResize =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeInstanceGroupManagersResize {..} =+    go+      project+      zone+      instanceGroupManager+      (Core.Just size)+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeInstanceGroupManagersResizeResource+          )+          Core.mempty
+ gen/Gogol/Compute/InstanceGroupManagers/ResumeInstances.hs view
@@ -0,0 +1,151 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.InstanceGroupManagers.ResumeInstances+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Flags the specified instances in the managed instance group to be resumed. This method increases the targetSize and decreases the targetSuspendedSize of the managed instance group by the number of instances that you resume. The resumeInstances operation is marked DONE if the resumeInstances request is successful. The underlying actions take additional time. You must separately verify the status of the RESUMING action with the listmanagedinstances method. In this request, you can only specify instances that are suspended. For example, if an instance was previously suspended using the suspendInstances method, it can be resumed using the resumeInstances method. If a health check is attached to the managed instance group, the specified instances will be verified as healthy after they are resumed. You can specify a maximum of 1000 instances with this method per request.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.instanceGroupManagers.resumeInstances@.+module Gogol.Compute.InstanceGroupManagers.ResumeInstances+  ( -- * Resource+    ComputeInstanceGroupManagersResumeInstancesResource,++    -- ** Constructing a Request+    ComputeInstanceGroupManagersResumeInstances (..),+    newComputeInstanceGroupManagersResumeInstances,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.instanceGroupManagers.resumeInstances@ method which the+-- 'ComputeInstanceGroupManagersResumeInstances' request conforms to.+type ComputeInstanceGroupManagersResumeInstancesResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "instanceGroupManagers"+    Core.:> Core.Capture "instanceGroupManager" Core.Text+    Core.:> "resumeInstances"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody+              '[Core.JSON]+              InstanceGroupManagersResumeInstancesRequest+    Core.:> Core.Post '[Core.JSON] Operation++-- | Flags the specified instances in the managed instance group to be resumed. This method increases the targetSize and decreases the targetSuspendedSize of the managed instance group by the number of instances that you resume. The resumeInstances operation is marked DONE if the resumeInstances request is successful. The underlying actions take additional time. You must separately verify the status of the RESUMING action with the listmanagedinstances method. In this request, you can only specify instances that are suspended. For example, if an instance was previously suspended using the suspendInstances method, it can be resumed using the resumeInstances method. If a health check is attached to the managed instance group, the specified instances will be verified as healthy after they are resumed. You can specify a maximum of 1000 instances with this method per request.+--+-- /See:/ 'newComputeInstanceGroupManagersResumeInstances' smart constructor.+data ComputeInstanceGroupManagersResumeInstances = ComputeInstanceGroupManagersResumeInstances+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | The name of the managed instance group.+    instanceGroupManager :: Core.Text,+    -- | Multipart request metadata.+    payload :: InstanceGroupManagersResumeInstancesRequest,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone where the managed instance group is located.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInstanceGroupManagersResumeInstances' with the minimum fields required to make a request.+newComputeInstanceGroupManagersResumeInstances ::+  -- |  The name of the managed instance group. See 'instanceGroupManager'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  InstanceGroupManagersResumeInstancesRequest ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone where the managed instance group is located. See 'zone'.+  Core.Text ->+  ComputeInstanceGroupManagersResumeInstances+newComputeInstanceGroupManagersResumeInstances+  instanceGroupManager+  payload+  project+  zone =+    ComputeInstanceGroupManagersResumeInstances+      { xgafv = Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        instanceGroupManager = instanceGroupManager,+        payload = payload,+        project = project,+        requestId = Core.Nothing,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing,+        zone = zone+      }++instance+  Core.GoogleRequest+    ComputeInstanceGroupManagersResumeInstances+  where+  type Rs ComputeInstanceGroupManagersResumeInstances = Operation+  type+    Scopes ComputeInstanceGroupManagersResumeInstances =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeInstanceGroupManagersResumeInstances {..} =+    go+      project+      zone+      instanceGroupManager+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeInstanceGroupManagersResumeInstancesResource+          )+          Core.mempty
+ gen/Gogol/Compute/InstanceGroupManagers/SetInstanceTemplate.hs view
@@ -0,0 +1,152 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.InstanceGroupManagers.SetInstanceTemplate+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- 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 run recreateInstances, run applyUpdatesToInstances, or set the group\'s updatePolicy.type to PROACTIVE.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.instanceGroupManagers.setInstanceTemplate@.+module Gogol.Compute.InstanceGroupManagers.SetInstanceTemplate+  ( -- * Resource+    ComputeInstanceGroupManagersSetInstanceTemplateResource,++    -- ** Constructing a Request+    ComputeInstanceGroupManagersSetInstanceTemplate (..),+    newComputeInstanceGroupManagersSetInstanceTemplate,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.instanceGroupManagers.setInstanceTemplate@ method which the+-- 'ComputeInstanceGroupManagersSetInstanceTemplate' request conforms to.+type ComputeInstanceGroupManagersSetInstanceTemplateResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "instanceGroupManagers"+    Core.:> Core.Capture "instanceGroupManager" Core.Text+    Core.:> "setInstanceTemplate"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody+              '[Core.JSON]+              InstanceGroupManagersSetInstanceTemplateRequest+    Core.:> Core.Post '[Core.JSON] Operation++-- | 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 run recreateInstances, run applyUpdatesToInstances, or set the group\'s updatePolicy.type to PROACTIVE.+--+-- /See:/ 'newComputeInstanceGroupManagersSetInstanceTemplate' smart constructor.+data ComputeInstanceGroupManagersSetInstanceTemplate = ComputeInstanceGroupManagersSetInstanceTemplate+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | The name of the managed instance group.+    instanceGroupManager :: Core.Text,+    -- | Multipart request metadata.+    payload :: InstanceGroupManagersSetInstanceTemplateRequest,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone where the managed instance group is located.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInstanceGroupManagersSetInstanceTemplate' with the minimum fields required to make a request.+newComputeInstanceGroupManagersSetInstanceTemplate ::+  -- |  The name of the managed instance group. See 'instanceGroupManager'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  InstanceGroupManagersSetInstanceTemplateRequest ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone where the managed instance group is located. See 'zone'.+  Core.Text ->+  ComputeInstanceGroupManagersSetInstanceTemplate+newComputeInstanceGroupManagersSetInstanceTemplate+  instanceGroupManager+  payload+  project+  zone =+    ComputeInstanceGroupManagersSetInstanceTemplate+      { xgafv =+          Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        instanceGroupManager = instanceGroupManager,+        payload = payload,+        project = project,+        requestId = Core.Nothing,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing,+        zone = zone+      }++instance+  Core.GoogleRequest+    ComputeInstanceGroupManagersSetInstanceTemplate+  where+  type Rs ComputeInstanceGroupManagersSetInstanceTemplate = Operation+  type+    Scopes ComputeInstanceGroupManagersSetInstanceTemplate =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeInstanceGroupManagersSetInstanceTemplate {..} =+    go+      project+      zone+      instanceGroupManager+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeInstanceGroupManagersSetInstanceTemplateResource+          )+          Core.mempty
+ gen/Gogol/Compute/InstanceGroupManagers/SetTargetPools.hs view
@@ -0,0 +1,151 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.InstanceGroupManagers.SetTargetPools+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- 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.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.instanceGroupManagers.setTargetPools@.+module Gogol.Compute.InstanceGroupManagers.SetTargetPools+  ( -- * Resource+    ComputeInstanceGroupManagersSetTargetPoolsResource,++    -- ** Constructing a Request+    ComputeInstanceGroupManagersSetTargetPools (..),+    newComputeInstanceGroupManagersSetTargetPools,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.instanceGroupManagers.setTargetPools@ method which the+-- 'ComputeInstanceGroupManagersSetTargetPools' request conforms to.+type ComputeInstanceGroupManagersSetTargetPoolsResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "instanceGroupManagers"+    Core.:> Core.Capture "instanceGroupManager" Core.Text+    Core.:> "setTargetPools"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody+              '[Core.JSON]+              InstanceGroupManagersSetTargetPoolsRequest+    Core.:> Core.Post '[Core.JSON] Operation++-- | 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.+--+-- /See:/ 'newComputeInstanceGroupManagersSetTargetPools' smart constructor.+data ComputeInstanceGroupManagersSetTargetPools = ComputeInstanceGroupManagersSetTargetPools+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | The name of the managed instance group.+    instanceGroupManager :: Core.Text,+    -- | Multipart request metadata.+    payload :: InstanceGroupManagersSetTargetPoolsRequest,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone where the managed instance group is located.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInstanceGroupManagersSetTargetPools' with the minimum fields required to make a request.+newComputeInstanceGroupManagersSetTargetPools ::+  -- |  The name of the managed instance group. See 'instanceGroupManager'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  InstanceGroupManagersSetTargetPoolsRequest ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone where the managed instance group is located. See 'zone'.+  Core.Text ->+  ComputeInstanceGroupManagersSetTargetPools+newComputeInstanceGroupManagersSetTargetPools+  instanceGroupManager+  payload+  project+  zone =+    ComputeInstanceGroupManagersSetTargetPools+      { xgafv = Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        instanceGroupManager = instanceGroupManager,+        payload = payload,+        project = project,+        requestId = Core.Nothing,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing,+        zone = zone+      }++instance+  Core.GoogleRequest+    ComputeInstanceGroupManagersSetTargetPools+  where+  type Rs ComputeInstanceGroupManagersSetTargetPools = Operation+  type+    Scopes ComputeInstanceGroupManagersSetTargetPools =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeInstanceGroupManagersSetTargetPools {..} =+    go+      project+      zone+      instanceGroupManager+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeInstanceGroupManagersSetTargetPoolsResource+          )+          Core.mempty
+ gen/Gogol/Compute/InstanceGroupManagers/StartInstances.hs view
@@ -0,0 +1,151 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.InstanceGroupManagers.StartInstances+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Flags the specified instances in the managed instance group to be started. This method increases the targetSize and decreases the targetStoppedSize of the managed instance group by the number of instances that you start. The startInstances operation is marked DONE if the startInstances request is successful. The underlying actions take additional time. You must separately verify the status of the STARTING action with the listmanagedinstances method. In this request, you can only specify instances that are stopped. For example, if an instance was previously stopped using the stopInstances method, it can be started using the startInstances method. If a health check is attached to the managed instance group, the specified instances will be verified as healthy after they are started. You can specify a maximum of 1000 instances with this method per request.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.instanceGroupManagers.startInstances@.+module Gogol.Compute.InstanceGroupManagers.StartInstances+  ( -- * Resource+    ComputeInstanceGroupManagersStartInstancesResource,++    -- ** Constructing a Request+    ComputeInstanceGroupManagersStartInstances (..),+    newComputeInstanceGroupManagersStartInstances,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.instanceGroupManagers.startInstances@ method which the+-- 'ComputeInstanceGroupManagersStartInstances' request conforms to.+type ComputeInstanceGroupManagersStartInstancesResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "instanceGroupManagers"+    Core.:> Core.Capture "instanceGroupManager" Core.Text+    Core.:> "startInstances"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody+              '[Core.JSON]+              InstanceGroupManagersStartInstancesRequest+    Core.:> Core.Post '[Core.JSON] Operation++-- | Flags the specified instances in the managed instance group to be started. This method increases the targetSize and decreases the targetStoppedSize of the managed instance group by the number of instances that you start. The startInstances operation is marked DONE if the startInstances request is successful. The underlying actions take additional time. You must separately verify the status of the STARTING action with the listmanagedinstances method. In this request, you can only specify instances that are stopped. For example, if an instance was previously stopped using the stopInstances method, it can be started using the startInstances method. If a health check is attached to the managed instance group, the specified instances will be verified as healthy after they are started. You can specify a maximum of 1000 instances with this method per request.+--+-- /See:/ 'newComputeInstanceGroupManagersStartInstances' smart constructor.+data ComputeInstanceGroupManagersStartInstances = ComputeInstanceGroupManagersStartInstances+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | The name of the managed instance group.+    instanceGroupManager :: Core.Text,+    -- | Multipart request metadata.+    payload :: InstanceGroupManagersStartInstancesRequest,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone where the managed instance group is located.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInstanceGroupManagersStartInstances' with the minimum fields required to make a request.+newComputeInstanceGroupManagersStartInstances ::+  -- |  The name of the managed instance group. See 'instanceGroupManager'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  InstanceGroupManagersStartInstancesRequest ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone where the managed instance group is located. See 'zone'.+  Core.Text ->+  ComputeInstanceGroupManagersStartInstances+newComputeInstanceGroupManagersStartInstances+  instanceGroupManager+  payload+  project+  zone =+    ComputeInstanceGroupManagersStartInstances+      { xgafv = Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        instanceGroupManager = instanceGroupManager,+        payload = payload,+        project = project,+        requestId = Core.Nothing,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing,+        zone = zone+      }++instance+  Core.GoogleRequest+    ComputeInstanceGroupManagersStartInstances+  where+  type Rs ComputeInstanceGroupManagersStartInstances = Operation+  type+    Scopes ComputeInstanceGroupManagersStartInstances =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeInstanceGroupManagersStartInstances {..} =+    go+      project+      zone+      instanceGroupManager+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeInstanceGroupManagersStartInstancesResource+          )+          Core.mempty
+ gen/Gogol/Compute/InstanceGroupManagers/StopInstances.hs view
@@ -0,0 +1,153 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.InstanceGroupManagers.StopInstances+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Flags the specified instances in the managed instance group to be immediately stopped. You can only specify instances that are running in this request. This method reduces the targetSize and increases the targetStoppedSize of the managed instance group by the number of instances that you stop. The stopInstances operation is marked DONE if the stopInstances request is successful. The underlying actions take additional time. You must separately verify the status of the STOPPING action with the listmanagedinstances method. If the standbyPolicy.initialDelaySec field is set, the group delays stopping the instances until initialDelaySec have passed from instance.creationTimestamp (that is, when the instance was created). This delay gives your application time to set itself up and initialize on the instance. If more than initialDelaySec seconds have passed since instance.creationTimestamp when this method is called, there will be zero delay. 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 stopped. Stopped instances can be started using the startInstances method. You can specify a maximum of 1000 instances with this method per request.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.instanceGroupManagers.stopInstances@.+module Gogol.Compute.InstanceGroupManagers.StopInstances+  ( -- * Resource+    ComputeInstanceGroupManagersStopInstancesResource,++    -- ** Constructing a Request+    ComputeInstanceGroupManagersStopInstances (..),+    newComputeInstanceGroupManagersStopInstances,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.instanceGroupManagers.stopInstances@ method which the+-- 'ComputeInstanceGroupManagersStopInstances' request conforms to.+type ComputeInstanceGroupManagersStopInstancesResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "instanceGroupManagers"+    Core.:> Core.Capture "instanceGroupManager" Core.Text+    Core.:> "stopInstances"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody+              '[Core.JSON]+              InstanceGroupManagersStopInstancesRequest+    Core.:> Core.Post '[Core.JSON] Operation++-- | Flags the specified instances in the managed instance group to be immediately stopped. You can only specify instances that are running in this request. This method reduces the targetSize and increases the targetStoppedSize of the managed instance group by the number of instances that you stop. The stopInstances operation is marked DONE if the stopInstances request is successful. The underlying actions take additional time. You must separately verify the status of the STOPPING action with the listmanagedinstances method. If the standbyPolicy.initialDelaySec field is set, the group delays stopping the instances until initialDelaySec have passed from instance.creationTimestamp (that is, when the instance was created). This delay gives your application time to set itself up and initialize on the instance. If more than initialDelaySec seconds have passed since instance.creationTimestamp when this method is called, there will be zero delay. 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 stopped. Stopped instances can be started using the startInstances method. You can specify a maximum of 1000 instances with this method per request.+--+-- /See:/ 'newComputeInstanceGroupManagersStopInstances' smart constructor.+data ComputeInstanceGroupManagersStopInstances = ComputeInstanceGroupManagersStopInstances+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | The name of the managed instance group.+    instanceGroupManager :: Core.Text,+    -- | Multipart request metadata.+    payload :: InstanceGroupManagersStopInstancesRequest,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone where the managed instance group is located.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInstanceGroupManagersStopInstances' with the minimum fields required to make a request.+newComputeInstanceGroupManagersStopInstances ::+  -- |  The name of the managed instance group. See 'instanceGroupManager'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  InstanceGroupManagersStopInstancesRequest ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone where the managed instance group is located. See 'zone'.+  Core.Text ->+  ComputeInstanceGroupManagersStopInstances+newComputeInstanceGroupManagersStopInstances+  instanceGroupManager+  payload+  project+  zone =+    ComputeInstanceGroupManagersStopInstances+      { xgafv = Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        instanceGroupManager = instanceGroupManager,+        payload = payload,+        project = project,+        requestId = Core.Nothing,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing,+        zone = zone+      }++instance+  Core.GoogleRequest+    ComputeInstanceGroupManagersStopInstances+  where+  type Rs ComputeInstanceGroupManagersStopInstances = Operation+  type+    Scopes ComputeInstanceGroupManagersStopInstances =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeInstanceGroupManagersStopInstances {..} =+    go+      project+      zone+      instanceGroupManager+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeInstanceGroupManagersStopInstancesResource+          )+          Core.mempty
+ gen/Gogol/Compute/InstanceGroupManagers/SuspendInstances.hs view
@@ -0,0 +1,154 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.InstanceGroupManagers.SuspendInstances+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Flags the specified instances in the managed instance group to be immediately suspended. You can only specify instances that are running in this request. This method reduces the targetSize and increases the targetSuspendedSize of the managed instance group by the number of instances that you suspend. The suspendInstances operation is marked DONE if the suspendInstances request is successful. The underlying actions take additional time. You must separately verify the status of the SUSPENDING action with the listmanagedinstances method. If the standbyPolicy.initialDelaySec field is set, the group delays suspension of the instances until initialDelaySec have passed from instance.creationTimestamp (that is, when the instance was created). This delay gives your application time to set itself up and initialize on the instance. If more than initialDelaySec seconds have passed since instance.creationTimestamp when this method is called, there will be zero delay. 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 suspended. Suspended instances can be resumed using the resumeInstances method. You can specify a maximum of 1000 instances with this method per request.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.instanceGroupManagers.suspendInstances@.+module Gogol.Compute.InstanceGroupManagers.SuspendInstances+  ( -- * Resource+    ComputeInstanceGroupManagersSuspendInstancesResource,++    -- ** Constructing a Request+    ComputeInstanceGroupManagersSuspendInstances (..),+    newComputeInstanceGroupManagersSuspendInstances,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.instanceGroupManagers.suspendInstances@ method which the+-- 'ComputeInstanceGroupManagersSuspendInstances' request conforms to.+type ComputeInstanceGroupManagersSuspendInstancesResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "instanceGroupManagers"+    Core.:> Core.Capture "instanceGroupManager" Core.Text+    Core.:> "suspendInstances"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody+              '[Core.JSON]+              InstanceGroupManagersSuspendInstancesRequest+    Core.:> Core.Post '[Core.JSON] Operation++-- | Flags the specified instances in the managed instance group to be immediately suspended. You can only specify instances that are running in this request. This method reduces the targetSize and increases the targetSuspendedSize of the managed instance group by the number of instances that you suspend. The suspendInstances operation is marked DONE if the suspendInstances request is successful. The underlying actions take additional time. You must separately verify the status of the SUSPENDING action with the listmanagedinstances method. If the standbyPolicy.initialDelaySec field is set, the group delays suspension of the instances until initialDelaySec have passed from instance.creationTimestamp (that is, when the instance was created). This delay gives your application time to set itself up and initialize on the instance. If more than initialDelaySec seconds have passed since instance.creationTimestamp when this method is called, there will be zero delay. 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 suspended. Suspended instances can be resumed using the resumeInstances method. You can specify a maximum of 1000 instances with this method per request.+--+-- /See:/ 'newComputeInstanceGroupManagersSuspendInstances' smart constructor.+data ComputeInstanceGroupManagersSuspendInstances = ComputeInstanceGroupManagersSuspendInstances+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | The name of the managed instance group.+    instanceGroupManager :: Core.Text,+    -- | Multipart request metadata.+    payload :: InstanceGroupManagersSuspendInstancesRequest,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone where the managed instance group is located.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInstanceGroupManagersSuspendInstances' with the minimum fields required to make a request.+newComputeInstanceGroupManagersSuspendInstances ::+  -- |  The name of the managed instance group. See 'instanceGroupManager'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  InstanceGroupManagersSuspendInstancesRequest ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone where the managed instance group is located. See 'zone'.+  Core.Text ->+  ComputeInstanceGroupManagersSuspendInstances+newComputeInstanceGroupManagersSuspendInstances+  instanceGroupManager+  payload+  project+  zone =+    ComputeInstanceGroupManagersSuspendInstances+      { xgafv =+          Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        instanceGroupManager = instanceGroupManager,+        payload = payload,+        project = project,+        requestId = Core.Nothing,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing,+        zone = zone+      }++instance+  Core.GoogleRequest+    ComputeInstanceGroupManagersSuspendInstances+  where+  type Rs ComputeInstanceGroupManagersSuspendInstances = Operation+  type+    Scopes ComputeInstanceGroupManagersSuspendInstances =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeInstanceGroupManagersSuspendInstances {..} =+    go+      project+      zone+      instanceGroupManager+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeInstanceGroupManagersSuspendInstancesResource+          )+          Core.mempty
+ gen/Gogol/Compute/InstanceGroupManagers/UpdatePerInstanceConfigs.hs view
@@ -0,0 +1,157 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.InstanceGroupManagers.UpdatePerInstanceConfigs+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Inserts or updates per-instance configurations for the managed instance group. perInstanceConfig.name serves as a key used to distinguish whether to perform insert or patch.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.instanceGroupManagers.updatePerInstanceConfigs@.+module Gogol.Compute.InstanceGroupManagers.UpdatePerInstanceConfigs+  ( -- * Resource+    ComputeInstanceGroupManagersUpdatePerInstanceConfigsResource,++    -- ** Constructing a Request+    ComputeInstanceGroupManagersUpdatePerInstanceConfigs (..),+    newComputeInstanceGroupManagersUpdatePerInstanceConfigs,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.instanceGroupManagers.updatePerInstanceConfigs@ method which the+-- 'ComputeInstanceGroupManagersUpdatePerInstanceConfigs' request conforms to.+type ComputeInstanceGroupManagersUpdatePerInstanceConfigsResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "instanceGroupManagers"+    Core.:> Core.Capture "instanceGroupManager" Core.Text+    Core.:> "updatePerInstanceConfigs"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody+              '[Core.JSON]+              InstanceGroupManagersUpdatePerInstanceConfigsReq+    Core.:> Core.Post '[Core.JSON] Operation++-- | Inserts or updates per-instance configurations for the managed instance group. perInstanceConfig.name serves as a key used to distinguish whether to perform insert or patch.+--+-- /See:/ 'newComputeInstanceGroupManagersUpdatePerInstanceConfigs' smart constructor.+data ComputeInstanceGroupManagersUpdatePerInstanceConfigs = ComputeInstanceGroupManagersUpdatePerInstanceConfigs+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | The name of the managed instance group. It should conform to RFC1035.+    instanceGroupManager :: Core.Text,+    -- | Multipart request metadata.+    payload :: InstanceGroupManagersUpdatePerInstanceConfigsReq,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone where the managed instance group is located. It should conform to RFC1035.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInstanceGroupManagersUpdatePerInstanceConfigs' with the minimum fields required to make a request.+newComputeInstanceGroupManagersUpdatePerInstanceConfigs ::+  -- |  The name of the managed instance group. It should conform to RFC1035. See 'instanceGroupManager'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  InstanceGroupManagersUpdatePerInstanceConfigsReq ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone where the managed instance group is located. It should conform to RFC1035. See 'zone'.+  Core.Text ->+  ComputeInstanceGroupManagersUpdatePerInstanceConfigs+newComputeInstanceGroupManagersUpdatePerInstanceConfigs+  instanceGroupManager+  payload+  project+  zone =+    ComputeInstanceGroupManagersUpdatePerInstanceConfigs+      { xgafv =+          Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        instanceGroupManager =+          instanceGroupManager,+        payload = payload,+        project = project,+        requestId = Core.Nothing,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing,+        zone = zone+      }++instance+  Core.GoogleRequest+    ComputeInstanceGroupManagersUpdatePerInstanceConfigs+  where+  type+    Rs ComputeInstanceGroupManagersUpdatePerInstanceConfigs =+      Operation+  type+    Scopes ComputeInstanceGroupManagersUpdatePerInstanceConfigs =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient+    ComputeInstanceGroupManagersUpdatePerInstanceConfigs {..} =+      go+        project+        zone+        instanceGroupManager+        xgafv+        accessToken+        callback+        requestId+        uploadType+        uploadProtocol+        (Core.Just Core.AltJSON)+        payload+        computeService+      where+        go =+          Core.buildClient+            ( Core.Proxy ::+                Core.Proxy+                  ComputeInstanceGroupManagersUpdatePerInstanceConfigsResource+            )+            Core.mempty
+ gen/Gogol/Compute/InstanceGroups/AddInstances.hs view
@@ -0,0 +1,146 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.InstanceGroups.AddInstances+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- 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.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.instanceGroups.addInstances@.+module Gogol.Compute.InstanceGroups.AddInstances+  ( -- * Resource+    ComputeInstanceGroupsAddInstancesResource,++    -- ** Constructing a Request+    ComputeInstanceGroupsAddInstances (..),+    newComputeInstanceGroupsAddInstances,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.instanceGroups.addInstances@ method which the+-- 'ComputeInstanceGroupsAddInstances' request conforms to.+type ComputeInstanceGroupsAddInstancesResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "instanceGroups"+    Core.:> Core.Capture "instanceGroup" Core.Text+    Core.:> "addInstances"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] InstanceGroupsAddInstancesRequest+    Core.:> Core.Post '[Core.JSON] Operation++-- | 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.+--+-- /See:/ 'newComputeInstanceGroupsAddInstances' smart constructor.+data ComputeInstanceGroupsAddInstances = ComputeInstanceGroupsAddInstances+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | The name of the instance group where you are adding instances.+    instanceGroup :: Core.Text,+    -- | Multipart request metadata.+    payload :: InstanceGroupsAddInstancesRequest,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone where the instance group is located.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInstanceGroupsAddInstances' with the minimum fields required to make a request.+newComputeInstanceGroupsAddInstances ::+  -- |  The name of the instance group where you are adding instances. See 'instanceGroup'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  InstanceGroupsAddInstancesRequest ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone where the instance group is located. See 'zone'.+  Core.Text ->+  ComputeInstanceGroupsAddInstances+newComputeInstanceGroupsAddInstances+  instanceGroup+  payload+  project+  zone =+    ComputeInstanceGroupsAddInstances+      { xgafv = Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        instanceGroup = instanceGroup,+        payload = payload,+        project = project,+        requestId = Core.Nothing,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing,+        zone = zone+      }++instance Core.GoogleRequest ComputeInstanceGroupsAddInstances where+  type Rs ComputeInstanceGroupsAddInstances = Operation+  type+    Scopes ComputeInstanceGroupsAddInstances =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeInstanceGroupsAddInstances {..} =+    go+      project+      zone+      instanceGroup+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeInstanceGroupsAddInstancesResource+          )+          Core.mempty
+ gen/Gogol/Compute/InstanceGroups/AggregatedList.hs view
@@ -0,0 +1,154 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.InstanceGroups.AggregatedList+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Retrieves the list of instance groups and sorts them by zone. To prevent failure, Google recommends that you set the @returnPartialSuccess@ parameter to @true@.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.instanceGroups.aggregatedList@.+module Gogol.Compute.InstanceGroups.AggregatedList+  ( -- * Resource+    ComputeInstanceGroupsAggregatedListResource,++    -- ** Constructing a Request+    ComputeInstanceGroupsAggregatedList (..),+    newComputeInstanceGroupsAggregatedList,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.instanceGroups.aggregatedList@ method which the+-- 'ComputeInstanceGroupsAggregatedList' request conforms to.+type ComputeInstanceGroupsAggregatedListResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "aggregated"+    Core.:> "instanceGroups"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "filter" Core.Text+    Core.:> Core.QueryParam "includeAllScopes" Core.Bool+    Core.:> Core.QueryParam "maxResults" Core.Word32+    Core.:> Core.QueryParam "orderBy" Core.Text+    Core.:> Core.QueryParam "pageToken" Core.Text+    Core.:> Core.QueryParam "returnPartialSuccess" Core.Bool+    Core.:> Core.QueryParam "serviceProjectNumber" Core.Int64+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] InstanceGroupAggregatedList++-- | Retrieves the list of instance groups and sorts them by zone. To prevent failure, Google recommends that you set the @returnPartialSuccess@ parameter to @true@.+--+-- /See:/ 'newComputeInstanceGroupsAggregatedList' smart constructor.+data ComputeInstanceGroupsAggregatedList = ComputeInstanceGroupsAggregatedList+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.+    includeAllScopes :: (Core.Maybe Core.Bool),+    -- | 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 :: Core.Word32,+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.+    returnPartialSuccess :: (Core.Maybe Core.Bool),+    -- | The Shared VPC service project id or service project number for which aggregated list request is invoked for subnetworks list-usable api.+    serviceProjectNumber :: (Core.Maybe Core.Int64),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInstanceGroupsAggregatedList' with the minimum fields required to make a request.+newComputeInstanceGroupsAggregatedList ::+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeInstanceGroupsAggregatedList+newComputeInstanceGroupsAggregatedList project =+  ComputeInstanceGroupsAggregatedList+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      filter = Core.Nothing,+      includeAllScopes = Core.Nothing,+      maxResults = 500,+      orderBy = Core.Nothing,+      pageToken = Core.Nothing,+      project = project,+      returnPartialSuccess = Core.Nothing,+      serviceProjectNumber = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeInstanceGroupsAggregatedList where+  type+    Rs ComputeInstanceGroupsAggregatedList =+      InstanceGroupAggregatedList+  type+    Scopes ComputeInstanceGroupsAggregatedList =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeInstanceGroupsAggregatedList {..} =+    go+      project+      xgafv+      accessToken+      callback+      filter+      includeAllScopes+      (Core.Just maxResults)+      orderBy+      pageToken+      returnPartialSuccess+      serviceProjectNumber+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeInstanceGroupsAggregatedListResource+          )+          Core.mempty
+ gen/Gogol/Compute/InstanceGroups/Delete.hs view
@@ -0,0 +1,132 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.InstanceGroups.Delete+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- 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.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.instanceGroups.delete@.+module Gogol.Compute.InstanceGroups.Delete+  ( -- * Resource+    ComputeInstanceGroupsDeleteResource,++    -- ** Constructing a Request+    ComputeInstanceGroupsDelete (..),+    newComputeInstanceGroupsDelete,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.instanceGroups.delete@ method which the+-- 'ComputeInstanceGroupsDelete' request conforms to.+type ComputeInstanceGroupsDeleteResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "instanceGroups"+    Core.:> Core.Capture "instanceGroup" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Delete '[Core.JSON] Operation++-- | 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.+--+-- /See:/ 'newComputeInstanceGroupsDelete' smart constructor.+data ComputeInstanceGroupsDelete = ComputeInstanceGroupsDelete+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | The name of the instance group to delete.+    instanceGroup :: Core.Text,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone where the instance group is located.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInstanceGroupsDelete' with the minimum fields required to make a request.+newComputeInstanceGroupsDelete ::+  -- |  The name of the instance group to delete. See 'instanceGroup'.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone where the instance group is located. See 'zone'.+  Core.Text ->+  ComputeInstanceGroupsDelete+newComputeInstanceGroupsDelete instanceGroup project zone =+  ComputeInstanceGroupsDelete+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      instanceGroup = instanceGroup,+      project = project,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      zone = zone+    }++instance Core.GoogleRequest ComputeInstanceGroupsDelete where+  type Rs ComputeInstanceGroupsDelete = Operation+  type+    Scopes ComputeInstanceGroupsDelete =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeInstanceGroupsDelete {..} =+    go+      project+      zone+      instanceGroup+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeInstanceGroupsDeleteResource)+          Core.mempty
+ gen/Gogol/Compute/InstanceGroups/Get.hs view
@@ -0,0 +1,127 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.InstanceGroups.Get+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Returns the specified zonal instance group. Get a list of available zonal instance groups by making a list() request. For managed instance groups, use the instanceGroupManagers or regionInstanceGroupManagers methods instead.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.instanceGroups.get@.+module Gogol.Compute.InstanceGroups.Get+  ( -- * Resource+    ComputeInstanceGroupsGetResource,++    -- ** Constructing a Request+    ComputeInstanceGroupsGet (..),+    newComputeInstanceGroupsGet,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.instanceGroups.get@ method which the+-- 'ComputeInstanceGroupsGet' request conforms to.+type ComputeInstanceGroupsGetResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "instanceGroups"+    Core.:> Core.Capture "instanceGroup" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] InstanceGroup++-- | Returns the specified zonal instance group. Get a list of available zonal instance groups by making a list() request. For managed instance groups, use the instanceGroupManagers or regionInstanceGroupManagers methods instead.+--+-- /See:/ 'newComputeInstanceGroupsGet' smart constructor.+data ComputeInstanceGroupsGet = ComputeInstanceGroupsGet+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | The name of the instance group.+    instanceGroup :: Core.Text,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone where the instance group is located.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInstanceGroupsGet' with the minimum fields required to make a request.+newComputeInstanceGroupsGet ::+  -- |  The name of the instance group. See 'instanceGroup'.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone where the instance group is located. See 'zone'.+  Core.Text ->+  ComputeInstanceGroupsGet+newComputeInstanceGroupsGet instanceGroup project zone =+  ComputeInstanceGroupsGet+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      instanceGroup = instanceGroup,+      project = project,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      zone = zone+    }++instance Core.GoogleRequest ComputeInstanceGroupsGet where+  type Rs ComputeInstanceGroupsGet = InstanceGroup+  type+    Scopes ComputeInstanceGroupsGet =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeInstanceGroupsGet {..} =+    go+      project+      zone+      instanceGroup+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeInstanceGroupsGetResource)+          Core.mempty
+ gen/Gogol/Compute/InstanceGroups/Insert.hs view
@@ -0,0 +1,132 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.InstanceGroups.Insert+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Creates an instance group in the specified project using the parameters that are included in the request.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.instanceGroups.insert@.+module Gogol.Compute.InstanceGroups.Insert+  ( -- * Resource+    ComputeInstanceGroupsInsertResource,++    -- ** Constructing a Request+    ComputeInstanceGroupsInsert (..),+    newComputeInstanceGroupsInsert,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.instanceGroups.insert@ method which the+-- 'ComputeInstanceGroupsInsert' request conforms to.+type ComputeInstanceGroupsInsertResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "instanceGroups"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] InstanceGroup+    Core.:> Core.Post '[Core.JSON] Operation++-- | Creates an instance group in the specified project using the parameters that are included in the request.+--+-- /See:/ 'newComputeInstanceGroupsInsert' smart constructor.+data ComputeInstanceGroupsInsert = ComputeInstanceGroupsInsert+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Multipart request metadata.+    payload :: InstanceGroup,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone where you want to create the instance group.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInstanceGroupsInsert' with the minimum fields required to make a request.+newComputeInstanceGroupsInsert ::+  -- |  Multipart request metadata. See 'payload'.+  InstanceGroup ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone where you want to create the instance group. See 'zone'.+  Core.Text ->+  ComputeInstanceGroupsInsert+newComputeInstanceGroupsInsert payload project zone =+  ComputeInstanceGroupsInsert+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      payload = payload,+      project = project,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      zone = zone+    }++instance Core.GoogleRequest ComputeInstanceGroupsInsert where+  type Rs ComputeInstanceGroupsInsert = Operation+  type+    Scopes ComputeInstanceGroupsInsert =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeInstanceGroupsInsert {..} =+    go+      project+      zone+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeInstanceGroupsInsertResource)+          Core.mempty
+ gen/Gogol/Compute/InstanceGroups/List.hs view
@@ -0,0 +1,147 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.InstanceGroups.List+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Retrieves the list of zonal instance group resources contained within the specified zone. For managed instance groups, use the instanceGroupManagers or regionInstanceGroupManagers methods instead.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.instanceGroups.list@.+module Gogol.Compute.InstanceGroups.List+  ( -- * Resource+    ComputeInstanceGroupsListResource,++    -- ** Constructing a Request+    ComputeInstanceGroupsList (..),+    newComputeInstanceGroupsList,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.instanceGroups.list@ method which the+-- 'ComputeInstanceGroupsList' request conforms to.+type ComputeInstanceGroupsListResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "instanceGroups"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "filter" Core.Text+    Core.:> Core.QueryParam "maxResults" Core.Word32+    Core.:> Core.QueryParam "orderBy" Core.Text+    Core.:> Core.QueryParam "pageToken" Core.Text+    Core.:> Core.QueryParam "returnPartialSuccess" Core.Bool+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] InstanceGroupList++-- | Retrieves the list of zonal instance group resources contained within the specified zone. For managed instance groups, use the instanceGroupManagers or regionInstanceGroupManagers methods instead.+--+-- /See:/ 'newComputeInstanceGroupsList' smart constructor.+data ComputeInstanceGroupsList = ComputeInstanceGroupsList+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: Core.Word32,+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.+    returnPartialSuccess :: (Core.Maybe Core.Bool),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone where the instance group is located.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInstanceGroupsList' with the minimum fields required to make a request.+newComputeInstanceGroupsList ::+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone where the instance group is located. See 'zone'.+  Core.Text ->+  ComputeInstanceGroupsList+newComputeInstanceGroupsList project zone =+  ComputeInstanceGroupsList+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      filter = Core.Nothing,+      maxResults = 500,+      orderBy = Core.Nothing,+      pageToken = Core.Nothing,+      project = project,+      returnPartialSuccess = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      zone = zone+    }++instance Core.GoogleRequest ComputeInstanceGroupsList where+  type Rs ComputeInstanceGroupsList = InstanceGroupList+  type+    Scopes ComputeInstanceGroupsList =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeInstanceGroupsList {..} =+    go+      project+      zone+      xgafv+      accessToken+      callback+      filter+      (Core.Just maxResults)+      orderBy+      pageToken+      returnPartialSuccess+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeInstanceGroupsListResource)+          Core.mempty
+ gen/Gogol/Compute/InstanceGroups/ListInstances.hs view
@@ -0,0 +1,172 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.InstanceGroups.ListInstances+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Lists the instances in the specified instance group. The orderBy query parameter is not supported. The filter query parameter is supported, but only for expressions that use @eq@ (equal) or @ne@ (not equal) operators.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.instanceGroups.listInstances@.+module Gogol.Compute.InstanceGroups.ListInstances+  ( -- * Resource+    ComputeInstanceGroupsListInstancesResource,++    -- ** Constructing a Request+    ComputeInstanceGroupsListInstances (..),+    newComputeInstanceGroupsListInstances,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.instanceGroups.listInstances@ method which the+-- 'ComputeInstanceGroupsListInstances' request conforms to.+type ComputeInstanceGroupsListInstancesResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "instanceGroups"+    Core.:> Core.Capture "instanceGroup" Core.Text+    Core.:> "listInstances"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "filter" Core.Text+    Core.:> Core.QueryParam "maxResults" Core.Word32+    Core.:> Core.QueryParam "orderBy" Core.Text+    Core.:> Core.QueryParam "pageToken" Core.Text+    Core.:> Core.QueryParam "returnPartialSuccess" Core.Bool+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody+              '[Core.JSON]+              InstanceGroupsListInstancesRequest+    Core.:> Core.Post '[Core.JSON] InstanceGroupsListInstances++-- | Lists the instances in the specified instance group. The orderBy query parameter is not supported. The filter query parameter is supported, but only for expressions that use @eq@ (equal) or @ne@ (not equal) operators.+--+-- /See:/ 'newComputeInstanceGroupsListInstances' smart constructor.+data ComputeInstanceGroupsListInstances = ComputeInstanceGroupsListInstances+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | The name of the instance group from which you want to generate a list of included instances.+    instanceGroup :: Core.Text,+    -- | 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 :: Core.Word32,+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | Multipart request metadata.+    payload :: InstanceGroupsListInstancesRequest,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.+    returnPartialSuccess :: (Core.Maybe Core.Bool),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone where the instance group is located.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInstanceGroupsListInstances' with the minimum fields required to make a request.+newComputeInstanceGroupsListInstances ::+  -- |  The name of the instance group from which you want to generate a list of included instances. See 'instanceGroup'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  InstanceGroupsListInstancesRequest ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone where the instance group is located. See 'zone'.+  Core.Text ->+  ComputeInstanceGroupsListInstances+newComputeInstanceGroupsListInstances+  instanceGroup+  payload+  project+  zone =+    ComputeInstanceGroupsListInstances+      { xgafv = Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        filter = Core.Nothing,+        instanceGroup = instanceGroup,+        maxResults = 500,+        orderBy = Core.Nothing,+        pageToken = Core.Nothing,+        payload = payload,+        project = project,+        returnPartialSuccess = Core.Nothing,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing,+        zone = zone+      }++instance Core.GoogleRequest ComputeInstanceGroupsListInstances where+  type+    Rs ComputeInstanceGroupsListInstances =+      InstanceGroupsListInstances+  type+    Scopes ComputeInstanceGroupsListInstances =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeInstanceGroupsListInstances {..} =+    go+      project+      zone+      instanceGroup+      xgafv+      accessToken+      callback+      filter+      (Core.Just maxResults)+      orderBy+      pageToken+      returnPartialSuccess+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeInstanceGroupsListInstancesResource+          )+          Core.mempty
+ gen/Gogol/Compute/InstanceGroups/RemoveInstances.hs view
@@ -0,0 +1,146 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.InstanceGroups.RemoveInstances+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- 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.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.instanceGroups.removeInstances@.+module Gogol.Compute.InstanceGroups.RemoveInstances+  ( -- * Resource+    ComputeInstanceGroupsRemoveInstancesResource,++    -- ** Constructing a Request+    ComputeInstanceGroupsRemoveInstances (..),+    newComputeInstanceGroupsRemoveInstances,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.instanceGroups.removeInstances@ method which the+-- 'ComputeInstanceGroupsRemoveInstances' request conforms to.+type ComputeInstanceGroupsRemoveInstancesResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "instanceGroups"+    Core.:> Core.Capture "instanceGroup" Core.Text+    Core.:> "removeInstances"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] InstanceGroupsRemoveInstancesRequest+    Core.:> Core.Post '[Core.JSON] Operation++-- | 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.+--+-- /See:/ 'newComputeInstanceGroupsRemoveInstances' smart constructor.+data ComputeInstanceGroupsRemoveInstances = ComputeInstanceGroupsRemoveInstances+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | The name of the instance group where the specified instances will be removed.+    instanceGroup :: Core.Text,+    -- | Multipart request metadata.+    payload :: InstanceGroupsRemoveInstancesRequest,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone where the instance group is located.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInstanceGroupsRemoveInstances' with the minimum fields required to make a request.+newComputeInstanceGroupsRemoveInstances ::+  -- |  The name of the instance group where the specified instances will be removed. See 'instanceGroup'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  InstanceGroupsRemoveInstancesRequest ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone where the instance group is located. See 'zone'.+  Core.Text ->+  ComputeInstanceGroupsRemoveInstances+newComputeInstanceGroupsRemoveInstances+  instanceGroup+  payload+  project+  zone =+    ComputeInstanceGroupsRemoveInstances+      { xgafv = Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        instanceGroup = instanceGroup,+        payload = payload,+        project = project,+        requestId = Core.Nothing,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing,+        zone = zone+      }++instance Core.GoogleRequest ComputeInstanceGroupsRemoveInstances where+  type Rs ComputeInstanceGroupsRemoveInstances = Operation+  type+    Scopes ComputeInstanceGroupsRemoveInstances =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeInstanceGroupsRemoveInstances {..} =+    go+      project+      zone+      instanceGroup+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeInstanceGroupsRemoveInstancesResource+          )+          Core.mempty
+ gen/Gogol/Compute/InstanceGroups/SetNamedPorts.hs view
@@ -0,0 +1,146 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.InstanceGroups.SetNamedPorts+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Sets the named ports for the specified instance group.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.instanceGroups.setNamedPorts@.+module Gogol.Compute.InstanceGroups.SetNamedPorts+  ( -- * Resource+    ComputeInstanceGroupsSetNamedPortsResource,++    -- ** Constructing a Request+    ComputeInstanceGroupsSetNamedPorts (..),+    newComputeInstanceGroupsSetNamedPorts,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.instanceGroups.setNamedPorts@ method which the+-- 'ComputeInstanceGroupsSetNamedPorts' request conforms to.+type ComputeInstanceGroupsSetNamedPortsResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "instanceGroups"+    Core.:> Core.Capture "instanceGroup" Core.Text+    Core.:> "setNamedPorts"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] InstanceGroupsSetNamedPortsRequest+    Core.:> Core.Post '[Core.JSON] Operation++-- | Sets the named ports for the specified instance group.+--+-- /See:/ 'newComputeInstanceGroupsSetNamedPorts' smart constructor.+data ComputeInstanceGroupsSetNamedPorts = ComputeInstanceGroupsSetNamedPorts+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | The name of the instance group where the named ports are updated.+    instanceGroup :: Core.Text,+    -- | Multipart request metadata.+    payload :: InstanceGroupsSetNamedPortsRequest,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone where the instance group is located.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInstanceGroupsSetNamedPorts' with the minimum fields required to make a request.+newComputeInstanceGroupsSetNamedPorts ::+  -- |  The name of the instance group where the named ports are updated. See 'instanceGroup'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  InstanceGroupsSetNamedPortsRequest ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone where the instance group is located. See 'zone'.+  Core.Text ->+  ComputeInstanceGroupsSetNamedPorts+newComputeInstanceGroupsSetNamedPorts+  instanceGroup+  payload+  project+  zone =+    ComputeInstanceGroupsSetNamedPorts+      { xgafv = Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        instanceGroup = instanceGroup,+        payload = payload,+        project = project,+        requestId = Core.Nothing,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing,+        zone = zone+      }++instance Core.GoogleRequest ComputeInstanceGroupsSetNamedPorts where+  type Rs ComputeInstanceGroupsSetNamedPorts = Operation+  type+    Scopes ComputeInstanceGroupsSetNamedPorts =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeInstanceGroupsSetNamedPorts {..} =+    go+      project+      zone+      instanceGroup+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeInstanceGroupsSetNamedPortsResource+          )+          Core.mempty
+ gen/Gogol/Compute/InstanceSettings/Get.hs view
@@ -0,0 +1,120 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.InstanceSettings.Get+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Get Instance settings.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.instanceSettings.get@.+module Gogol.Compute.InstanceSettings.Get+  ( -- * Resource+    ComputeInstanceSettingsGetResource,++    -- ** Constructing a Request+    ComputeInstanceSettingsGet (..),+    newComputeInstanceSettingsGet,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.instanceSettings.get@ method which the+-- 'ComputeInstanceSettingsGet' request conforms to.+type ComputeInstanceSettingsGetResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "instanceSettings"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] InstanceSettings++-- | Get Instance settings.+--+-- /See:/ 'newComputeInstanceSettingsGet' smart constructor.+data ComputeInstanceSettingsGet = ComputeInstanceSettingsGet+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | Name of the zone for this request.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInstanceSettingsGet' with the minimum fields required to make a request.+newComputeInstanceSettingsGet ::+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  Name of the zone for this request. See 'zone'.+  Core.Text ->+  ComputeInstanceSettingsGet+newComputeInstanceSettingsGet project zone =+  ComputeInstanceSettingsGet+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      project = project,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      zone = zone+    }++instance Core.GoogleRequest ComputeInstanceSettingsGet where+  type Rs ComputeInstanceSettingsGet = InstanceSettings+  type+    Scopes ComputeInstanceSettingsGet =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeInstanceSettingsGet {..} =+    go+      project+      zone+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeInstanceSettingsGetResource)+          Core.mempty
+ gen/Gogol/Compute/InstanceSettings/Patch.hs view
@@ -0,0 +1,137 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.InstanceSettings.Patch+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Patch Instance settings+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.instanceSettings.patch@.+module Gogol.Compute.InstanceSettings.Patch+  ( -- * Resource+    ComputeInstanceSettingsPatchResource,++    -- ** Constructing a Request+    ComputeInstanceSettingsPatch (..),+    newComputeInstanceSettingsPatch,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.instanceSettings.patch@ method which the+-- 'ComputeInstanceSettingsPatch' request conforms to.+type ComputeInstanceSettingsPatchResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "instanceSettings"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "updateMask" Core.FieldMask+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] InstanceSettings+    Core.:> Core.Patch '[Core.JSON] Operation++-- | Patch Instance settings+--+-- /See:/ 'newComputeInstanceSettingsPatch' smart constructor.+data ComputeInstanceSettingsPatch = ComputeInstanceSettingsPatch+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Multipart request metadata.+    payload :: InstanceSettings,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | update_mask indicates fields to be updated as part of this request.+    updateMask :: (Core.Maybe Core.FieldMask),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The zone scoping this request. It should conform to RFC1035.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInstanceSettingsPatch' with the minimum fields required to make a request.+newComputeInstanceSettingsPatch ::+  -- |  Multipart request metadata. See 'payload'.+  InstanceSettings ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The zone scoping this request. It should conform to RFC1035. See 'zone'.+  Core.Text ->+  ComputeInstanceSettingsPatch+newComputeInstanceSettingsPatch payload project zone =+  ComputeInstanceSettingsPatch+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      payload = payload,+      project = project,+      requestId = Core.Nothing,+      updateMask = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      zone = zone+    }++instance Core.GoogleRequest ComputeInstanceSettingsPatch where+  type Rs ComputeInstanceSettingsPatch = Operation+  type+    Scopes ComputeInstanceSettingsPatch =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeInstanceSettingsPatch {..} =+    go+      project+      zone+      xgafv+      accessToken+      callback+      requestId+      updateMask+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeInstanceSettingsPatchResource)+          Core.mempty
+ gen/Gogol/Compute/InstanceTemplates/AggregatedList.hs view
@@ -0,0 +1,154 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.InstanceTemplates.AggregatedList+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Retrieves the list of all InstanceTemplates resources, regional and global, available to the specified project. To prevent failure, Google recommends that you set the @returnPartialSuccess@ parameter to @true@.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.instanceTemplates.aggregatedList@.+module Gogol.Compute.InstanceTemplates.AggregatedList+  ( -- * Resource+    ComputeInstanceTemplatesAggregatedListResource,++    -- ** Constructing a Request+    ComputeInstanceTemplatesAggregatedList (..),+    newComputeInstanceTemplatesAggregatedList,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.instanceTemplates.aggregatedList@ method which the+-- 'ComputeInstanceTemplatesAggregatedList' request conforms to.+type ComputeInstanceTemplatesAggregatedListResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "aggregated"+    Core.:> "instanceTemplates"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "filter" Core.Text+    Core.:> Core.QueryParam "includeAllScopes" Core.Bool+    Core.:> Core.QueryParam "maxResults" Core.Word32+    Core.:> Core.QueryParam "orderBy" Core.Text+    Core.:> Core.QueryParam "pageToken" Core.Text+    Core.:> Core.QueryParam "returnPartialSuccess" Core.Bool+    Core.:> Core.QueryParam "serviceProjectNumber" Core.Int64+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] InstanceTemplateAggregatedList++-- | Retrieves the list of all InstanceTemplates resources, regional and global, available to the specified project. To prevent failure, Google recommends that you set the @returnPartialSuccess@ parameter to @true@.+--+-- /See:/ 'newComputeInstanceTemplatesAggregatedList' smart constructor.+data ComputeInstanceTemplatesAggregatedList = ComputeInstanceTemplatesAggregatedList+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.+    includeAllScopes :: (Core.Maybe Core.Bool),+    -- | 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 :: Core.Word32,+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | Name of the project scoping this request.+    project :: Core.Text,+    -- | Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.+    returnPartialSuccess :: (Core.Maybe Core.Bool),+    -- | The Shared VPC service project id or service project number for which aggregated list request is invoked for subnetworks list-usable api.+    serviceProjectNumber :: (Core.Maybe Core.Int64),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInstanceTemplatesAggregatedList' with the minimum fields required to make a request.+newComputeInstanceTemplatesAggregatedList ::+  -- |  Name of the project scoping this request. See 'project'.+  Core.Text ->+  ComputeInstanceTemplatesAggregatedList+newComputeInstanceTemplatesAggregatedList project =+  ComputeInstanceTemplatesAggregatedList+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      filter = Core.Nothing,+      includeAllScopes = Core.Nothing,+      maxResults = 500,+      orderBy = Core.Nothing,+      pageToken = Core.Nothing,+      project = project,+      returnPartialSuccess = Core.Nothing,+      serviceProjectNumber = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeInstanceTemplatesAggregatedList where+  type+    Rs ComputeInstanceTemplatesAggregatedList =+      InstanceTemplateAggregatedList+  type+    Scopes ComputeInstanceTemplatesAggregatedList =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeInstanceTemplatesAggregatedList {..} =+    go+      project+      xgafv+      accessToken+      callback+      filter+      includeAllScopes+      (Core.Just maxResults)+      orderBy+      pageToken+      returnPartialSuccess+      serviceProjectNumber+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeInstanceTemplatesAggregatedListResource+          )+          Core.mempty
+ gen/Gogol/Compute/InstanceTemplates/Delete.hs view
@@ -0,0 +1,125 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.InstanceTemplates.Delete+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Deletes the specified instance template. Deleting an instance template is permanent and cannot be undone. It is not possible to delete templates that are already in use by a managed instance group.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.instanceTemplates.delete@.+module Gogol.Compute.InstanceTemplates.Delete+  ( -- * Resource+    ComputeInstanceTemplatesDeleteResource,++    -- ** Constructing a Request+    ComputeInstanceTemplatesDelete (..),+    newComputeInstanceTemplatesDelete,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.instanceTemplates.delete@ method which the+-- 'ComputeInstanceTemplatesDelete' request conforms to.+type ComputeInstanceTemplatesDeleteResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "instanceTemplates"+    Core.:> Core.Capture "instanceTemplate" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Delete '[Core.JSON] Operation++-- | Deletes the specified instance template. Deleting an instance template is permanent and cannot be undone. It is not possible to delete templates that are already in use by a managed instance group.+--+-- /See:/ 'newComputeInstanceTemplatesDelete' smart constructor.+data ComputeInstanceTemplatesDelete = ComputeInstanceTemplatesDelete+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | The name of the instance template to delete.+    instanceTemplate :: Core.Text,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInstanceTemplatesDelete' with the minimum fields required to make a request.+newComputeInstanceTemplatesDelete ::+  -- |  The name of the instance template to delete. See 'instanceTemplate'.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeInstanceTemplatesDelete+newComputeInstanceTemplatesDelete instanceTemplate project =+  ComputeInstanceTemplatesDelete+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      instanceTemplate = instanceTemplate,+      project = project,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeInstanceTemplatesDelete where+  type Rs ComputeInstanceTemplatesDelete = Operation+  type+    Scopes ComputeInstanceTemplatesDelete =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeInstanceTemplatesDelete {..} =+    go+      project+      instanceTemplate+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeInstanceTemplatesDeleteResource)+          Core.mempty
+ gen/Gogol/Compute/InstanceTemplates/Get.hs view
@@ -0,0 +1,120 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.InstanceTemplates.Get+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Returns the specified instance template.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.instanceTemplates.get@.+module Gogol.Compute.InstanceTemplates.Get+  ( -- * Resource+    ComputeInstanceTemplatesGetResource,++    -- ** Constructing a Request+    ComputeInstanceTemplatesGet (..),+    newComputeInstanceTemplatesGet,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.instanceTemplates.get@ method which the+-- 'ComputeInstanceTemplatesGet' request conforms to.+type ComputeInstanceTemplatesGetResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "instanceTemplates"+    Core.:> Core.Capture "instanceTemplate" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] InstanceTemplate++-- | Returns the specified instance template.+--+-- /See:/ 'newComputeInstanceTemplatesGet' smart constructor.+data ComputeInstanceTemplatesGet = ComputeInstanceTemplatesGet+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | The name of the instance template.+    instanceTemplate :: Core.Text,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInstanceTemplatesGet' with the minimum fields required to make a request.+newComputeInstanceTemplatesGet ::+  -- |  The name of the instance template. See 'instanceTemplate'.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeInstanceTemplatesGet+newComputeInstanceTemplatesGet instanceTemplate project =+  ComputeInstanceTemplatesGet+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      instanceTemplate = instanceTemplate,+      project = project,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeInstanceTemplatesGet where+  type Rs ComputeInstanceTemplatesGet = InstanceTemplate+  type+    Scopes ComputeInstanceTemplatesGet =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeInstanceTemplatesGet {..} =+    go+      project+      instanceTemplate+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeInstanceTemplatesGetResource)+          Core.mempty
+ gen/Gogol/Compute/InstanceTemplates/GetIamPolicy.hs view
@@ -0,0 +1,128 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.InstanceTemplates.GetIamPolicy+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Gets the access control policy for a resource. May be empty if no such policy or resource exists.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.instanceTemplates.getIamPolicy@.+module Gogol.Compute.InstanceTemplates.GetIamPolicy+  ( -- * Resource+    ComputeInstanceTemplatesGetIamPolicyResource,++    -- ** Constructing a Request+    ComputeInstanceTemplatesGetIamPolicy (..),+    newComputeInstanceTemplatesGetIamPolicy,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.instanceTemplates.getIamPolicy@ method which the+-- 'ComputeInstanceTemplatesGetIamPolicy' request conforms to.+type ComputeInstanceTemplatesGetIamPolicyResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "instanceTemplates"+    Core.:> Core.Capture "resource" Core.Text+    Core.:> "getIamPolicy"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "optionsRequestedPolicyVersion" Core.Int32+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] Policy++-- | Gets the access control policy for a resource. May be empty if no such policy or resource exists.+--+-- /See:/ 'newComputeInstanceTemplatesGetIamPolicy' smart constructor.+data ComputeInstanceTemplatesGetIamPolicy = ComputeInstanceTemplatesGetIamPolicy+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Requested IAM Policy version.+    optionsRequestedPolicyVersion :: (Core.Maybe Core.Int32),+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Name or id of the resource for this request.+    resource :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInstanceTemplatesGetIamPolicy' with the minimum fields required to make a request.+newComputeInstanceTemplatesGetIamPolicy ::+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  Name or id of the resource for this request. See 'resource'.+  Core.Text ->+  ComputeInstanceTemplatesGetIamPolicy+newComputeInstanceTemplatesGetIamPolicy project resource =+  ComputeInstanceTemplatesGetIamPolicy+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      optionsRequestedPolicyVersion = Core.Nothing,+      project = project,+      resource = resource,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeInstanceTemplatesGetIamPolicy where+  type Rs ComputeInstanceTemplatesGetIamPolicy = Policy+  type+    Scopes ComputeInstanceTemplatesGetIamPolicy =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeInstanceTemplatesGetIamPolicy {..} =+    go+      project+      resource+      xgafv+      accessToken+      callback+      optionsRequestedPolicyVersion+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeInstanceTemplatesGetIamPolicyResource+          )+          Core.mempty
+ gen/Gogol/Compute/InstanceTemplates/Insert.hs view
@@ -0,0 +1,125 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.InstanceTemplates.Insert+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- 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.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.instanceTemplates.insert@.+module Gogol.Compute.InstanceTemplates.Insert+  ( -- * Resource+    ComputeInstanceTemplatesInsertResource,++    -- ** Constructing a Request+    ComputeInstanceTemplatesInsert (..),+    newComputeInstanceTemplatesInsert,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.instanceTemplates.insert@ method which the+-- 'ComputeInstanceTemplatesInsert' request conforms to.+type ComputeInstanceTemplatesInsertResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "instanceTemplates"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] InstanceTemplate+    Core.:> Core.Post '[Core.JSON] Operation++-- | 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.+--+-- /See:/ 'newComputeInstanceTemplatesInsert' smart constructor.+data ComputeInstanceTemplatesInsert = ComputeInstanceTemplatesInsert+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Multipart request metadata.+    payload :: InstanceTemplate,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInstanceTemplatesInsert' with the minimum fields required to make a request.+newComputeInstanceTemplatesInsert ::+  -- |  Multipart request metadata. See 'payload'.+  InstanceTemplate ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeInstanceTemplatesInsert+newComputeInstanceTemplatesInsert payload project =+  ComputeInstanceTemplatesInsert+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      payload = payload,+      project = project,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeInstanceTemplatesInsert where+  type Rs ComputeInstanceTemplatesInsert = Operation+  type+    Scopes ComputeInstanceTemplatesInsert =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeInstanceTemplatesInsert {..} =+    go+      project+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeInstanceTemplatesInsertResource)+          Core.mempty
+ gen/Gogol/Compute/InstanceTemplates/List.hs view
@@ -0,0 +1,140 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.InstanceTemplates.List+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Retrieves a list of instance templates that are contained within the specified project.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.instanceTemplates.list@.+module Gogol.Compute.InstanceTemplates.List+  ( -- * Resource+    ComputeInstanceTemplatesListResource,++    -- ** Constructing a Request+    ComputeInstanceTemplatesList (..),+    newComputeInstanceTemplatesList,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.instanceTemplates.list@ method which the+-- 'ComputeInstanceTemplatesList' request conforms to.+type ComputeInstanceTemplatesListResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "instanceTemplates"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "filter" Core.Text+    Core.:> Core.QueryParam "maxResults" Core.Word32+    Core.:> Core.QueryParam "orderBy" Core.Text+    Core.:> Core.QueryParam "pageToken" Core.Text+    Core.:> Core.QueryParam "returnPartialSuccess" Core.Bool+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] InstanceTemplateList++-- | Retrieves a list of instance templates that are contained within the specified project.+--+-- /See:/ 'newComputeInstanceTemplatesList' smart constructor.+data ComputeInstanceTemplatesList = ComputeInstanceTemplatesList+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: Core.Word32,+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.+    returnPartialSuccess :: (Core.Maybe Core.Bool),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInstanceTemplatesList' with the minimum fields required to make a request.+newComputeInstanceTemplatesList ::+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeInstanceTemplatesList+newComputeInstanceTemplatesList project =+  ComputeInstanceTemplatesList+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      filter = Core.Nothing,+      maxResults = 500,+      orderBy = Core.Nothing,+      pageToken = Core.Nothing,+      project = project,+      returnPartialSuccess = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeInstanceTemplatesList where+  type Rs ComputeInstanceTemplatesList = InstanceTemplateList+  type+    Scopes ComputeInstanceTemplatesList =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeInstanceTemplatesList {..} =+    go+      project+      xgafv+      accessToken+      callback+      filter+      (Core.Just maxResults)+      orderBy+      pageToken+      returnPartialSuccess+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeInstanceTemplatesListResource)+          Core.mempty
+ gen/Gogol/Compute/InstanceTemplates/SetIamPolicy.hs view
@@ -0,0 +1,130 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.InstanceTemplates.SetIamPolicy+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Sets the access control policy on the specified resource. Replaces any existing policy.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.instanceTemplates.setIamPolicy@.+module Gogol.Compute.InstanceTemplates.SetIamPolicy+  ( -- * Resource+    ComputeInstanceTemplatesSetIamPolicyResource,++    -- ** Constructing a Request+    ComputeInstanceTemplatesSetIamPolicy (..),+    newComputeInstanceTemplatesSetIamPolicy,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.instanceTemplates.setIamPolicy@ method which the+-- 'ComputeInstanceTemplatesSetIamPolicy' request conforms to.+type ComputeInstanceTemplatesSetIamPolicyResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "instanceTemplates"+    Core.:> Core.Capture "resource" Core.Text+    Core.:> "setIamPolicy"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] GlobalSetPolicyRequest+    Core.:> Core.Post '[Core.JSON] Policy++-- | Sets the access control policy on the specified resource. Replaces any existing policy.+--+-- /See:/ 'newComputeInstanceTemplatesSetIamPolicy' smart constructor.+data ComputeInstanceTemplatesSetIamPolicy = ComputeInstanceTemplatesSetIamPolicy+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Multipart request metadata.+    payload :: GlobalSetPolicyRequest,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Name or id of the resource for this request.+    resource :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInstanceTemplatesSetIamPolicy' with the minimum fields required to make a request.+newComputeInstanceTemplatesSetIamPolicy ::+  -- |  Multipart request metadata. See 'payload'.+  GlobalSetPolicyRequest ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  Name or id of the resource for this request. See 'resource'.+  Core.Text ->+  ComputeInstanceTemplatesSetIamPolicy+newComputeInstanceTemplatesSetIamPolicy payload project resource =+  ComputeInstanceTemplatesSetIamPolicy+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      payload = payload,+      project = project,+      resource = resource,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeInstanceTemplatesSetIamPolicy where+  type Rs ComputeInstanceTemplatesSetIamPolicy = Policy+  type+    Scopes ComputeInstanceTemplatesSetIamPolicy =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeInstanceTemplatesSetIamPolicy {..} =+    go+      project+      resource+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeInstanceTemplatesSetIamPolicyResource+          )+          Core.mempty
+ gen/Gogol/Compute/InstanceTemplates/TestIamPermissions.hs view
@@ -0,0 +1,138 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.InstanceTemplates.TestIamPermissions+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Returns permissions that a caller has on the specified resource.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.instanceTemplates.testIamPermissions@.+module Gogol.Compute.InstanceTemplates.TestIamPermissions+  ( -- * Resource+    ComputeInstanceTemplatesTestIamPermissionsResource,++    -- ** Constructing a Request+    ComputeInstanceTemplatesTestIamPermissions (..),+    newComputeInstanceTemplatesTestIamPermissions,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.instanceTemplates.testIamPermissions@ method which the+-- 'ComputeInstanceTemplatesTestIamPermissions' request conforms to.+type ComputeInstanceTemplatesTestIamPermissionsResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "instanceTemplates"+    Core.:> Core.Capture "resource" Core.Text+    Core.:> "testIamPermissions"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] TestPermissionsRequest+    Core.:> Core.Post '[Core.JSON] TestPermissionsResponse++-- | Returns permissions that a caller has on the specified resource.+--+-- /See:/ 'newComputeInstanceTemplatesTestIamPermissions' smart constructor.+data ComputeInstanceTemplatesTestIamPermissions = ComputeInstanceTemplatesTestIamPermissions+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Multipart request metadata.+    payload :: TestPermissionsRequest,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Name or id of the resource for this request.+    resource :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInstanceTemplatesTestIamPermissions' with the minimum fields required to make a request.+newComputeInstanceTemplatesTestIamPermissions ::+  -- |  Multipart request metadata. See 'payload'.+  TestPermissionsRequest ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  Name or id of the resource for this request. See 'resource'.+  Core.Text ->+  ComputeInstanceTemplatesTestIamPermissions+newComputeInstanceTemplatesTestIamPermissions+  payload+  project+  resource =+    ComputeInstanceTemplatesTestIamPermissions+      { xgafv = Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        payload = payload,+        project = project,+        resource = resource,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing+      }++instance+  Core.GoogleRequest+    ComputeInstanceTemplatesTestIamPermissions+  where+  type+    Rs ComputeInstanceTemplatesTestIamPermissions =+      TestPermissionsResponse+  type+    Scopes ComputeInstanceTemplatesTestIamPermissions =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeInstanceTemplatesTestIamPermissions {..} =+    go+      project+      resource+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeInstanceTemplatesTestIamPermissionsResource+          )+          Core.mempty
+ gen/Gogol/Compute/Instances/AddAccessConfig.hs view
@@ -0,0 +1,152 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Instances.AddAccessConfig+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Adds an access config to an instance\'s network interface.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.instances.addAccessConfig@.+module Gogol.Compute.Instances.AddAccessConfig+  ( -- * Resource+    ComputeInstancesAddAccessConfigResource,++    -- ** Constructing a Request+    ComputeInstancesAddAccessConfig (..),+    newComputeInstancesAddAccessConfig,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.instances.addAccessConfig@ method which the+-- 'ComputeInstancesAddAccessConfig' request conforms to.+type ComputeInstancesAddAccessConfigResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "instances"+    Core.:> Core.Capture "instance" Core.Text+    Core.:> "addAccessConfig"+    Core.:> Core.QueryParam "networkInterface" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] AccessConfig+    Core.:> Core.Post '[Core.JSON] Operation++-- | Adds an access config to an instance\'s network interface.+--+-- /See:/ 'newComputeInstancesAddAccessConfig' smart constructor.+data ComputeInstancesAddAccessConfig = ComputeInstancesAddAccessConfig+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | The instance name for this request.+    instance' :: Core.Text,+    -- | The name of the network interface to add to this instance.+    networkInterface :: Core.Text,+    -- | Multipart request metadata.+    payload :: AccessConfig,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone for this request.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInstancesAddAccessConfig' with the minimum fields required to make a request.+newComputeInstancesAddAccessConfig ::+  -- |  The instance name for this request. See 'instance''.+  Core.Text ->+  -- |  The name of the network interface to add to this instance. See 'networkInterface'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  AccessConfig ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone for this request. See 'zone'.+  Core.Text ->+  ComputeInstancesAddAccessConfig+newComputeInstancesAddAccessConfig+  instance'+  networkInterface+  payload+  project+  zone =+    ComputeInstancesAddAccessConfig+      { xgafv = Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        instance' = instance',+        networkInterface = networkInterface,+        payload = payload,+        project = project,+        requestId = Core.Nothing,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing,+        zone = zone+      }++instance Core.GoogleRequest ComputeInstancesAddAccessConfig where+  type Rs ComputeInstancesAddAccessConfig = Operation+  type+    Scopes ComputeInstancesAddAccessConfig =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeInstancesAddAccessConfig {..} =+    go+      project+      zone+      instance'+      (Core.Just networkInterface)+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeInstancesAddAccessConfigResource)+          Core.mempty
+ gen/Gogol/Compute/Instances/AddResourcePolicies.hs view
@@ -0,0 +1,146 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Instances.AddResourcePolicies+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Adds existing resource policies to an instance. You can only add one policy right now which will be applied to this instance for scheduling live migrations.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.instances.addResourcePolicies@.+module Gogol.Compute.Instances.AddResourcePolicies+  ( -- * Resource+    ComputeInstancesAddResourcePoliciesResource,++    -- ** Constructing a Request+    ComputeInstancesAddResourcePolicies (..),+    newComputeInstancesAddResourcePolicies,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.instances.addResourcePolicies@ method which the+-- 'ComputeInstancesAddResourcePolicies' request conforms to.+type ComputeInstancesAddResourcePoliciesResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "instances"+    Core.:> Core.Capture "instance" Core.Text+    Core.:> "addResourcePolicies"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] InstancesAddResourcePoliciesRequest+    Core.:> Core.Post '[Core.JSON] Operation++-- | Adds existing resource policies to an instance. You can only add one policy right now which will be applied to this instance for scheduling live migrations.+--+-- /See:/ 'newComputeInstancesAddResourcePolicies' smart constructor.+data ComputeInstancesAddResourcePolicies = ComputeInstancesAddResourcePolicies+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | The instance name for this request.+    instance' :: Core.Text,+    -- | Multipart request metadata.+    payload :: InstancesAddResourcePoliciesRequest,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone for this request.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInstancesAddResourcePolicies' with the minimum fields required to make a request.+newComputeInstancesAddResourcePolicies ::+  -- |  The instance name for this request. See 'instance''.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  InstancesAddResourcePoliciesRequest ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone for this request. See 'zone'.+  Core.Text ->+  ComputeInstancesAddResourcePolicies+newComputeInstancesAddResourcePolicies+  instance'+  payload+  project+  zone =+    ComputeInstancesAddResourcePolicies+      { xgafv = Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        instance' = instance',+        payload = payload,+        project = project,+        requestId = Core.Nothing,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing,+        zone = zone+      }++instance Core.GoogleRequest ComputeInstancesAddResourcePolicies where+  type Rs ComputeInstancesAddResourcePolicies = Operation+  type+    Scopes ComputeInstancesAddResourcePolicies =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeInstancesAddResourcePolicies {..} =+    go+      project+      zone+      instance'+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeInstancesAddResourcePoliciesResource+          )+          Core.mempty
+ gen/Gogol/Compute/Instances/AggregatedList.hs view
@@ -0,0 +1,150 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Instances.AggregatedList+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Retrieves an aggregated list of all of the instances in your project across all regions and zones. The performance of this method degrades when a filter is specified on a project that has a very large number of instances. To prevent failure, Google recommends that you set the @returnPartialSuccess@ parameter to @true@.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.instances.aggregatedList@.+module Gogol.Compute.Instances.AggregatedList+  ( -- * Resource+    ComputeInstancesAggregatedListResource,++    -- ** Constructing a Request+    ComputeInstancesAggregatedList (..),+    newComputeInstancesAggregatedList,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.instances.aggregatedList@ method which the+-- 'ComputeInstancesAggregatedList' request conforms to.+type ComputeInstancesAggregatedListResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "aggregated"+    Core.:> "instances"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "filter" Core.Text+    Core.:> Core.QueryParam "includeAllScopes" Core.Bool+    Core.:> Core.QueryParam "maxResults" Core.Word32+    Core.:> Core.QueryParam "orderBy" Core.Text+    Core.:> Core.QueryParam "pageToken" Core.Text+    Core.:> Core.QueryParam "returnPartialSuccess" Core.Bool+    Core.:> Core.QueryParam "serviceProjectNumber" Core.Int64+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] InstanceAggregatedList++-- | Retrieves an aggregated list of all of the instances in your project across all regions and zones. The performance of this method degrades when a filter is specified on a project that has a very large number of instances. To prevent failure, Google recommends that you set the @returnPartialSuccess@ parameter to @true@.+--+-- /See:/ 'newComputeInstancesAggregatedList' smart constructor.+data ComputeInstancesAggregatedList = ComputeInstancesAggregatedList+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.+    includeAllScopes :: (Core.Maybe Core.Bool),+    -- | 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 :: Core.Word32,+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.+    returnPartialSuccess :: (Core.Maybe Core.Bool),+    -- | The Shared VPC service project id or service project number for which aggregated list request is invoked for subnetworks list-usable api.+    serviceProjectNumber :: (Core.Maybe Core.Int64),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInstancesAggregatedList' with the minimum fields required to make a request.+newComputeInstancesAggregatedList ::+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeInstancesAggregatedList+newComputeInstancesAggregatedList project =+  ComputeInstancesAggregatedList+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      filter = Core.Nothing,+      includeAllScopes = Core.Nothing,+      maxResults = 500,+      orderBy = Core.Nothing,+      pageToken = Core.Nothing,+      project = project,+      returnPartialSuccess = Core.Nothing,+      serviceProjectNumber = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeInstancesAggregatedList where+  type Rs ComputeInstancesAggregatedList = InstanceAggregatedList+  type+    Scopes ComputeInstancesAggregatedList =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeInstancesAggregatedList {..} =+    go+      project+      xgafv+      accessToken+      callback+      filter+      includeAllScopes+      (Core.Just maxResults)+      orderBy+      pageToken+      returnPartialSuccess+      serviceProjectNumber+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeInstancesAggregatedListResource)+          Core.mempty
+ gen/Gogol/Compute/Instances/AttachDisk.hs view
@@ -0,0 +1,145 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Instances.AttachDisk+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- 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.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.instances.attachDisk@.+module Gogol.Compute.Instances.AttachDisk+  ( -- * Resource+    ComputeInstancesAttachDiskResource,++    -- ** Constructing a Request+    ComputeInstancesAttachDisk (..),+    newComputeInstancesAttachDisk,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.instances.attachDisk@ method which the+-- 'ComputeInstancesAttachDisk' request conforms to.+type ComputeInstancesAttachDiskResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "instances"+    Core.:> Core.Capture "instance" Core.Text+    Core.:> "attachDisk"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "forceAttach" Core.Bool+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] AttachedDisk+    Core.:> Core.Post '[Core.JSON] Operation++-- | 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.+--+-- /See:/ 'newComputeInstancesAttachDisk' smart constructor.+data ComputeInstancesAttachDisk = ComputeInstancesAttachDisk+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Whether to force attach the regional disk even if it\'s currently attached to another instance. If you try to force attach a zonal disk to an instance, you will receive an error.+    forceAttach :: (Core.Maybe Core.Bool),+    -- | The instance name for this request.+    instance' :: Core.Text,+    -- | Multipart request metadata.+    payload :: AttachedDisk,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone for this request.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInstancesAttachDisk' with the minimum fields required to make a request.+newComputeInstancesAttachDisk ::+  -- |  The instance name for this request. See 'instance''.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  AttachedDisk ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone for this request. See 'zone'.+  Core.Text ->+  ComputeInstancesAttachDisk+newComputeInstancesAttachDisk instance' payload project zone =+  ComputeInstancesAttachDisk+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      forceAttach = Core.Nothing,+      instance' = instance',+      payload = payload,+      project = project,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      zone = zone+    }++instance Core.GoogleRequest ComputeInstancesAttachDisk where+  type Rs ComputeInstancesAttachDisk = Operation+  type+    Scopes ComputeInstancesAttachDisk =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeInstancesAttachDisk {..} =+    go+      project+      zone+      instance'+      xgafv+      accessToken+      callback+      forceAttach+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeInstancesAttachDiskResource)+          Core.mempty
+ gen/Gogol/Compute/Instances/BulkInsert.hs view
@@ -0,0 +1,133 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Instances.BulkInsert+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Creates multiple instances. Count specifies the number of instances to create. For more information, see About bulk creation of VMs.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.instances.bulkInsert@.+module Gogol.Compute.Instances.BulkInsert+  ( -- * Resource+    ComputeInstancesBulkInsertResource,++    -- ** Constructing a Request+    ComputeInstancesBulkInsert (..),+    newComputeInstancesBulkInsert,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.instances.bulkInsert@ method which the+-- 'ComputeInstancesBulkInsert' request conforms to.+type ComputeInstancesBulkInsertResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "instances"+    Core.:> "bulkInsert"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] BulkInsertInstanceResource+    Core.:> Core.Post '[Core.JSON] Operation++-- | Creates multiple instances. Count specifies the number of instances to create. For more information, see About bulk creation of VMs.+--+-- /See:/ 'newComputeInstancesBulkInsert' smart constructor.+data ComputeInstancesBulkInsert = ComputeInstancesBulkInsert+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Multipart request metadata.+    payload :: BulkInsertInstanceResource,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone for this request.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInstancesBulkInsert' with the minimum fields required to make a request.+newComputeInstancesBulkInsert ::+  -- |  Multipart request metadata. See 'payload'.+  BulkInsertInstanceResource ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone for this request. See 'zone'.+  Core.Text ->+  ComputeInstancesBulkInsert+newComputeInstancesBulkInsert payload project zone =+  ComputeInstancesBulkInsert+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      payload = payload,+      project = project,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      zone = zone+    }++instance Core.GoogleRequest ComputeInstancesBulkInsert where+  type Rs ComputeInstancesBulkInsert = Operation+  type+    Scopes ComputeInstancesBulkInsert =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeInstancesBulkInsert {..} =+    go+      project+      zone+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeInstancesBulkInsertResource)+          Core.mempty
+ gen/Gogol/Compute/Instances/Delete.hs view
@@ -0,0 +1,132 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Instances.Delete+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Deletes the specified Instance resource. For more information, see Deleting an instance.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.instances.delete@.+module Gogol.Compute.Instances.Delete+  ( -- * Resource+    ComputeInstancesDeleteResource,++    -- ** Constructing a Request+    ComputeInstancesDelete (..),+    newComputeInstancesDelete,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.instances.delete@ method which the+-- 'ComputeInstancesDelete' request conforms to.+type ComputeInstancesDeleteResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "instances"+    Core.:> Core.Capture "instance" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Delete '[Core.JSON] Operation++-- | Deletes the specified Instance resource. For more information, see Deleting an instance.+--+-- /See:/ 'newComputeInstancesDelete' smart constructor.+data ComputeInstancesDelete = ComputeInstancesDelete+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the instance resource to delete.+    instance' :: Core.Text,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone for this request.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInstancesDelete' with the minimum fields required to make a request.+newComputeInstancesDelete ::+  -- |  Name of the instance resource to delete. See 'instance''.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone for this request. See 'zone'.+  Core.Text ->+  ComputeInstancesDelete+newComputeInstancesDelete instance' project zone =+  ComputeInstancesDelete+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      instance' = instance',+      project = project,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      zone = zone+    }++instance Core.GoogleRequest ComputeInstancesDelete where+  type Rs ComputeInstancesDelete = Operation+  type+    Scopes ComputeInstancesDelete =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeInstancesDelete {..} =+    go+      project+      zone+      instance'+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeInstancesDeleteResource)+          Core.mempty
+ gen/Gogol/Compute/Instances/DeleteAccessConfig.hs view
@@ -0,0 +1,154 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Instances.DeleteAccessConfig+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Deletes an access config from an instance\'s network interface.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.instances.deleteAccessConfig@.+module Gogol.Compute.Instances.DeleteAccessConfig+  ( -- * Resource+    ComputeInstancesDeleteAccessConfigResource,++    -- ** Constructing a Request+    ComputeInstancesDeleteAccessConfig (..),+    newComputeInstancesDeleteAccessConfig,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.instances.deleteAccessConfig@ method which the+-- 'ComputeInstancesDeleteAccessConfig' request conforms to.+type ComputeInstancesDeleteAccessConfigResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "instances"+    Core.:> Core.Capture "instance" Core.Text+    Core.:> "deleteAccessConfig"+    Core.:> Core.QueryParam "accessConfig" Core.Text+    Core.:> Core.QueryParam "networkInterface" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Post '[Core.JSON] Operation++-- | Deletes an access config from an instance\'s network interface.+--+-- /See:/ 'newComputeInstancesDeleteAccessConfig' smart constructor.+data ComputeInstancesDeleteAccessConfig = ComputeInstancesDeleteAccessConfig+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | The name of the access config to delete.+    accessConfig :: Core.Text,+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | The instance name for this request.+    instance' :: Core.Text,+    -- | The name of the network interface.+    networkInterface :: Core.Text,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone for this request.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInstancesDeleteAccessConfig' with the minimum fields required to make a request.+newComputeInstancesDeleteAccessConfig ::+  -- |  The name of the access config to delete. See 'accessConfig'.+  Core.Text ->+  -- |  The instance name for this request. See 'instance''.+  Core.Text ->+  -- |  The name of the network interface. See 'networkInterface'.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone for this request. See 'zone'.+  Core.Text ->+  ComputeInstancesDeleteAccessConfig+newComputeInstancesDeleteAccessConfig+  accessConfig+  instance'+  networkInterface+  project+  zone =+    ComputeInstancesDeleteAccessConfig+      { xgafv = Core.Nothing,+        accessConfig = accessConfig,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        instance' = instance',+        networkInterface = networkInterface,+        project = project,+        requestId = Core.Nothing,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing,+        zone = zone+      }++instance Core.GoogleRequest ComputeInstancesDeleteAccessConfig where+  type Rs ComputeInstancesDeleteAccessConfig = Operation+  type+    Scopes ComputeInstancesDeleteAccessConfig =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeInstancesDeleteAccessConfig {..} =+    go+      project+      zone+      instance'+      (Core.Just accessConfig)+      (Core.Just networkInterface)+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeInstancesDeleteAccessConfigResource+          )+          Core.mempty
+ gen/Gogol/Compute/Instances/DetachDisk.hs view
@@ -0,0 +1,140 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Instances.DetachDisk+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Detaches a disk from an instance.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.instances.detachDisk@.+module Gogol.Compute.Instances.DetachDisk+  ( -- * Resource+    ComputeInstancesDetachDiskResource,++    -- ** Constructing a Request+    ComputeInstancesDetachDisk (..),+    newComputeInstancesDetachDisk,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.instances.detachDisk@ method which the+-- 'ComputeInstancesDetachDisk' request conforms to.+type ComputeInstancesDetachDiskResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "instances"+    Core.:> Core.Capture "instance" Core.Text+    Core.:> "detachDisk"+    Core.:> Core.QueryParam "deviceName" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Post '[Core.JSON] Operation++-- | Detaches a disk from an instance.+--+-- /See:/ 'newComputeInstancesDetachDisk' smart constructor.+data ComputeInstancesDetachDisk = ComputeInstancesDetachDisk+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | The device name of the disk to detach. Make a get() request on the instance to view currently attached disks and device names.+    deviceName :: Core.Text,+    -- | Instance name for this request.+    instance' :: Core.Text,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone for this request.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInstancesDetachDisk' with the minimum fields required to make a request.+newComputeInstancesDetachDisk ::+  -- |  The device name of the disk to detach. Make a get() request on the instance to view currently attached disks and device names. See 'deviceName'.+  Core.Text ->+  -- |  Instance name for this request. See 'instance''.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone for this request. See 'zone'.+  Core.Text ->+  ComputeInstancesDetachDisk+newComputeInstancesDetachDisk deviceName instance' project zone =+  ComputeInstancesDetachDisk+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      deviceName = deviceName,+      instance' = instance',+      project = project,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      zone = zone+    }++instance Core.GoogleRequest ComputeInstancesDetachDisk where+  type Rs ComputeInstancesDetachDisk = Operation+  type+    Scopes ComputeInstancesDetachDisk =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeInstancesDetachDisk {..} =+    go+      project+      zone+      instance'+      (Core.Just deviceName)+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeInstancesDetachDiskResource)+          Core.mempty
+ gen/Gogol/Compute/Instances/Get.hs view
@@ -0,0 +1,127 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Instances.Get+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Returns the specified Instance resource.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.instances.get@.+module Gogol.Compute.Instances.Get+  ( -- * Resource+    ComputeInstancesGetResource,++    -- ** Constructing a Request+    ComputeInstancesGet (..),+    newComputeInstancesGet,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.instances.get@ method which the+-- 'ComputeInstancesGet' request conforms to.+type ComputeInstancesGetResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "instances"+    Core.:> Core.Capture "instance" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] Instance++-- | Returns the specified Instance resource.+--+-- /See:/ 'newComputeInstancesGet' smart constructor.+data ComputeInstancesGet = ComputeInstancesGet+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the instance resource to return.+    instance' :: Core.Text,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone for this request.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInstancesGet' with the minimum fields required to make a request.+newComputeInstancesGet ::+  -- |  Name of the instance resource to return. See 'instance''.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone for this request. See 'zone'.+  Core.Text ->+  ComputeInstancesGet+newComputeInstancesGet instance' project zone =+  ComputeInstancesGet+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      instance' = instance',+      project = project,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      zone = zone+    }++instance Core.GoogleRequest ComputeInstancesGet where+  type Rs ComputeInstancesGet = Instance+  type+    Scopes ComputeInstancesGet =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeInstancesGet {..} =+    go+      project+      zone+      instance'+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeInstancesGetResource)+          Core.mempty
+ gen/Gogol/Compute/Instances/GetEffectiveFirewalls.hs view
@@ -0,0 +1,143 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Instances.GetEffectiveFirewalls+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Returns effective firewalls applied to an interface of the instance.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.instances.getEffectiveFirewalls@.+module Gogol.Compute.Instances.GetEffectiveFirewalls+  ( -- * Resource+    ComputeInstancesGetEffectiveFirewallsResource,++    -- ** Constructing a Request+    ComputeInstancesGetEffectiveFirewalls (..),+    newComputeInstancesGetEffectiveFirewalls,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.instances.getEffectiveFirewalls@ method which the+-- 'ComputeInstancesGetEffectiveFirewalls' request conforms to.+type ComputeInstancesGetEffectiveFirewallsResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "instances"+    Core.:> Core.Capture "instance" Core.Text+    Core.:> "getEffectiveFirewalls"+    Core.:> Core.QueryParam "networkInterface" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] InstancesGetEffectiveFirewallsResponse++-- | Returns effective firewalls applied to an interface of the instance.+--+-- /See:/ 'newComputeInstancesGetEffectiveFirewalls' smart constructor.+data ComputeInstancesGetEffectiveFirewalls = ComputeInstancesGetEffectiveFirewalls+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the instance scoping this request.+    instance' :: Core.Text,+    -- | The name of the network interface to get the effective firewalls.+    networkInterface :: Core.Text,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone for this request.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInstancesGetEffectiveFirewalls' with the minimum fields required to make a request.+newComputeInstancesGetEffectiveFirewalls ::+  -- |  Name of the instance scoping this request. See 'instance''.+  Core.Text ->+  -- |  The name of the network interface to get the effective firewalls. See 'networkInterface'.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone for this request. See 'zone'.+  Core.Text ->+  ComputeInstancesGetEffectiveFirewalls+newComputeInstancesGetEffectiveFirewalls+  instance'+  networkInterface+  project+  zone =+    ComputeInstancesGetEffectiveFirewalls+      { xgafv = Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        instance' = instance',+        networkInterface = networkInterface,+        project = project,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing,+        zone = zone+      }++instance Core.GoogleRequest ComputeInstancesGetEffectiveFirewalls where+  type+    Rs ComputeInstancesGetEffectiveFirewalls =+      InstancesGetEffectiveFirewallsResponse+  type+    Scopes ComputeInstancesGetEffectiveFirewalls =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeInstancesGetEffectiveFirewalls {..} =+    go+      project+      zone+      instance'+      (Core.Just networkInterface)+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeInstancesGetEffectiveFirewallsResource+          )+          Core.mempty
+ gen/Gogol/Compute/Instances/GetGuestAttributes.hs view
@@ -0,0 +1,140 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Instances.GetGuestAttributes+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Returns the specified guest attributes entry.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.instances.getGuestAttributes@.+module Gogol.Compute.Instances.GetGuestAttributes+  ( -- * Resource+    ComputeInstancesGetGuestAttributesResource,++    -- ** Constructing a Request+    ComputeInstancesGetGuestAttributes (..),+    newComputeInstancesGetGuestAttributes,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.instances.getGuestAttributes@ method which the+-- 'ComputeInstancesGetGuestAttributes' request conforms to.+type ComputeInstancesGetGuestAttributesResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "instances"+    Core.:> Core.Capture "instance" Core.Text+    Core.:> "getGuestAttributes"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "queryPath" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "variableKey" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] GuestAttributes++-- | Returns the specified guest attributes entry.+--+-- /See:/ 'newComputeInstancesGetGuestAttributes' smart constructor.+data ComputeInstancesGetGuestAttributes = ComputeInstancesGetGuestAttributes+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the instance scoping this request.+    instance' :: Core.Text,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Specifies the guest attributes path to be queried.+    queryPath :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | Specifies the key for the guest attributes entry.+    variableKey :: (Core.Maybe Core.Text),+    -- | The name of the zone for this request.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInstancesGetGuestAttributes' with the minimum fields required to make a request.+newComputeInstancesGetGuestAttributes ::+  -- |  Name of the instance scoping this request. See 'instance''.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone for this request. See 'zone'.+  Core.Text ->+  ComputeInstancesGetGuestAttributes+newComputeInstancesGetGuestAttributes instance' project zone =+  ComputeInstancesGetGuestAttributes+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      instance' = instance',+      project = project,+      queryPath = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      variableKey = Core.Nothing,+      zone = zone+    }++instance Core.GoogleRequest ComputeInstancesGetGuestAttributes where+  type Rs ComputeInstancesGetGuestAttributes = GuestAttributes+  type+    Scopes ComputeInstancesGetGuestAttributes =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeInstancesGetGuestAttributes {..} =+    go+      project+      zone+      instance'+      xgafv+      accessToken+      callback+      queryPath+      uploadType+      uploadProtocol+      variableKey+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeInstancesGetGuestAttributesResource+          )+          Core.mempty
+ gen/Gogol/Compute/Instances/GetIamPolicy.hs view
@@ -0,0 +1,133 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Instances.GetIamPolicy+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Gets the access control policy for a resource. May be empty if no such policy or resource exists.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.instances.getIamPolicy@.+module Gogol.Compute.Instances.GetIamPolicy+  ( -- * Resource+    ComputeInstancesGetIamPolicyResource,++    -- ** Constructing a Request+    ComputeInstancesGetIamPolicy (..),+    newComputeInstancesGetIamPolicy,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.instances.getIamPolicy@ method which the+-- 'ComputeInstancesGetIamPolicy' request conforms to.+type ComputeInstancesGetIamPolicyResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "instances"+    Core.:> Core.Capture "resource" Core.Text+    Core.:> "getIamPolicy"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "optionsRequestedPolicyVersion" Core.Int32+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] Policy++-- | Gets the access control policy for a resource. May be empty if no such policy or resource exists.+--+-- /See:/ 'newComputeInstancesGetIamPolicy' smart constructor.+data ComputeInstancesGetIamPolicy = ComputeInstancesGetIamPolicy+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Requested IAM Policy version.+    optionsRequestedPolicyVersion :: (Core.Maybe Core.Int32),+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Name or id of the resource for this request.+    resource :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone for this request.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInstancesGetIamPolicy' with the minimum fields required to make a request.+newComputeInstancesGetIamPolicy ::+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  Name or id of the resource for this request. See 'resource'.+  Core.Text ->+  -- |  The name of the zone for this request. See 'zone'.+  Core.Text ->+  ComputeInstancesGetIamPolicy+newComputeInstancesGetIamPolicy project resource zone =+  ComputeInstancesGetIamPolicy+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      optionsRequestedPolicyVersion = Core.Nothing,+      project = project,+      resource = resource,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      zone = zone+    }++instance Core.GoogleRequest ComputeInstancesGetIamPolicy where+  type Rs ComputeInstancesGetIamPolicy = Policy+  type+    Scopes ComputeInstancesGetIamPolicy =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeInstancesGetIamPolicy {..} =+    go+      project+      zone+      resource+      xgafv+      accessToken+      callback+      optionsRequestedPolicyVersion+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeInstancesGetIamPolicyResource)+          Core.mempty
+ gen/Gogol/Compute/Instances/GetScreenshot.hs view
@@ -0,0 +1,128 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Instances.GetScreenshot+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Returns the screenshot from the specified instance.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.instances.getScreenshot@.+module Gogol.Compute.Instances.GetScreenshot+  ( -- * Resource+    ComputeInstancesGetScreenshotResource,++    -- ** Constructing a Request+    ComputeInstancesGetScreenshot (..),+    newComputeInstancesGetScreenshot,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.instances.getScreenshot@ method which the+-- 'ComputeInstancesGetScreenshot' request conforms to.+type ComputeInstancesGetScreenshotResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "instances"+    Core.:> Core.Capture "instance" Core.Text+    Core.:> "screenshot"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] Screenshot++-- | Returns the screenshot from the specified instance.+--+-- /See:/ 'newComputeInstancesGetScreenshot' smart constructor.+data ComputeInstancesGetScreenshot = ComputeInstancesGetScreenshot+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the instance scoping this request.+    instance' :: Core.Text,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone for this request.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInstancesGetScreenshot' with the minimum fields required to make a request.+newComputeInstancesGetScreenshot ::+  -- |  Name of the instance scoping this request. See 'instance''.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone for this request. See 'zone'.+  Core.Text ->+  ComputeInstancesGetScreenshot+newComputeInstancesGetScreenshot instance' project zone =+  ComputeInstancesGetScreenshot+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      instance' = instance',+      project = project,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      zone = zone+    }++instance Core.GoogleRequest ComputeInstancesGetScreenshot where+  type Rs ComputeInstancesGetScreenshot = Screenshot+  type+    Scopes ComputeInstancesGetScreenshot =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeInstancesGetScreenshot {..} =+    go+      project+      zone+      instance'+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeInstancesGetScreenshotResource)+          Core.mempty
+ gen/Gogol/Compute/Instances/GetSerialPortOutput.hs view
@@ -0,0 +1,140 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Instances.GetSerialPortOutput+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Returns the last 1 MB of serial port output from the specified instance.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.instances.getSerialPortOutput@.+module Gogol.Compute.Instances.GetSerialPortOutput+  ( -- * Resource+    ComputeInstancesGetSerialPortOutputResource,++    -- ** Constructing a Request+    ComputeInstancesGetSerialPortOutput (..),+    newComputeInstancesGetSerialPortOutput,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.instances.getSerialPortOutput@ method which the+-- 'ComputeInstancesGetSerialPortOutput' request conforms to.+type ComputeInstancesGetSerialPortOutputResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "instances"+    Core.:> Core.Capture "instance" Core.Text+    Core.:> "serialPort"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "port" Core.Int32+    Core.:> Core.QueryParam "start" Core.Int64+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] SerialPortOutput++-- | Returns the last 1 MB of serial port output from the specified instance.+--+-- /See:/ 'newComputeInstancesGetSerialPortOutput' smart constructor.+data ComputeInstancesGetSerialPortOutput = ComputeInstancesGetSerialPortOutput+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the instance for this request.+    instance' :: Core.Text,+    -- | Specifies which COM or serial port to retrieve data from.+    port :: Core.Int32,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Specifies the starting byte position of the output to return. To start with the first byte of output to the specified port, omit this field or set it to @0@. If the output for that byte position is available, this field matches the @start@ parameter sent with the request. If the amount of serial console output exceeds the size of the buffer (1 MB), the oldest output is discarded and is no longer available. If the requested start position refers to discarded output, the start position is adjusted to the oldest output still available, and the adjusted start position is returned as the @start@ property value. You can also provide a negative start position, which translates to the most recent number of bytes written to the serial port. For example, -3 is interpreted as the most recent 3 bytes written to the serial console. Note that the negative start is bounded by the retained buffer size, and the returned serial console output will not exceed the max buffer size.+    start :: (Core.Maybe Core.Int64),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone for this request.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInstancesGetSerialPortOutput' with the minimum fields required to make a request.+newComputeInstancesGetSerialPortOutput ::+  -- |  Name of the instance for this request. See 'instance''.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone for this request. See 'zone'.+  Core.Text ->+  ComputeInstancesGetSerialPortOutput+newComputeInstancesGetSerialPortOutput instance' project zone =+  ComputeInstancesGetSerialPortOutput+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      instance' = instance',+      port = 1,+      project = project,+      start = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      zone = zone+    }++instance Core.GoogleRequest ComputeInstancesGetSerialPortOutput where+  type Rs ComputeInstancesGetSerialPortOutput = SerialPortOutput+  type+    Scopes ComputeInstancesGetSerialPortOutput =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeInstancesGetSerialPortOutput {..} =+    go+      project+      zone+      instance'+      xgafv+      accessToken+      callback+      (Core.Just port)+      start+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeInstancesGetSerialPortOutputResource+          )+          Core.mempty
+ gen/Gogol/Compute/Instances/GetShieldedInstanceIdentity.hs view
@@ -0,0 +1,138 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Instances.GetShieldedInstanceIdentity+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Returns the Shielded Instance Identity of an instance+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.instances.getShieldedInstanceIdentity@.+module Gogol.Compute.Instances.GetShieldedInstanceIdentity+  ( -- * Resource+    ComputeInstancesGetShieldedInstanceIdentityResource,++    -- ** Constructing a Request+    ComputeInstancesGetShieldedInstanceIdentity (..),+    newComputeInstancesGetShieldedInstanceIdentity,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.instances.getShieldedInstanceIdentity@ method which the+-- 'ComputeInstancesGetShieldedInstanceIdentity' request conforms to.+type ComputeInstancesGetShieldedInstanceIdentityResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "instances"+    Core.:> Core.Capture "instance" Core.Text+    Core.:> "getShieldedInstanceIdentity"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] ShieldedInstanceIdentity++-- | Returns the Shielded Instance Identity of an instance+--+-- /See:/ 'newComputeInstancesGetShieldedInstanceIdentity' smart constructor.+data ComputeInstancesGetShieldedInstanceIdentity = ComputeInstancesGetShieldedInstanceIdentity+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name or id of the instance scoping this request.+    instance' :: Core.Text,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone for this request.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInstancesGetShieldedInstanceIdentity' with the minimum fields required to make a request.+newComputeInstancesGetShieldedInstanceIdentity ::+  -- |  Name or id of the instance scoping this request. See 'instance''.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone for this request. See 'zone'.+  Core.Text ->+  ComputeInstancesGetShieldedInstanceIdentity+newComputeInstancesGetShieldedInstanceIdentity+  instance'+  project+  zone =+    ComputeInstancesGetShieldedInstanceIdentity+      { xgafv = Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        instance' = instance',+        project = project,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing,+        zone = zone+      }++instance+  Core.GoogleRequest+    ComputeInstancesGetShieldedInstanceIdentity+  where+  type+    Rs ComputeInstancesGetShieldedInstanceIdentity =+      ShieldedInstanceIdentity+  type+    Scopes ComputeInstancesGetShieldedInstanceIdentity =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeInstancesGetShieldedInstanceIdentity {..} =+    go+      project+      zone+      instance'+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeInstancesGetShieldedInstanceIdentityResource+          )+          Core.mempty
+ gen/Gogol/Compute/Instances/Insert.hs view
@@ -0,0 +1,142 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Instances.Insert+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Creates an instance resource in the specified project using the data included in the request.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.instances.insert@.+module Gogol.Compute.Instances.Insert+  ( -- * Resource+    ComputeInstancesInsertResource,++    -- ** Constructing a Request+    ComputeInstancesInsert (..),+    newComputeInstancesInsert,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.instances.insert@ method which the+-- 'ComputeInstancesInsert' request conforms to.+type ComputeInstancesInsertResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "instances"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "sourceInstanceTemplate" Core.Text+    Core.:> Core.QueryParam "sourceMachineImage" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] Instance+    Core.:> Core.Post '[Core.JSON] Operation++-- | Creates an instance resource in the specified project using the data included in the request.+--+-- /See:/ 'newComputeInstancesInsert' smart constructor.+data ComputeInstancesInsert = ComputeInstancesInsert+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Multipart request metadata.+    payload :: Instance,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | 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\/instanceTemplates\/instanceTemplate - projects\/project\/global\/instanceTemplates\/instanceTemplate - global\/instanceTemplates\/instanceTemplate+    sourceInstanceTemplate :: (Core.Maybe Core.Text),+    -- | Specifies the machine image to use 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 a machine image: - https:\/\/www.googleapis.com\/compute\/v1\/projects\/project\/global\/global \/machineImages\/machineImage - projects\/project\/global\/global\/machineImages\/machineImage - global\/machineImages\/machineImage+    sourceMachineImage :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone for this request.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInstancesInsert' with the minimum fields required to make a request.+newComputeInstancesInsert ::+  -- |  Multipart request metadata. See 'payload'.+  Instance ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone for this request. See 'zone'.+  Core.Text ->+  ComputeInstancesInsert+newComputeInstancesInsert payload project zone =+  ComputeInstancesInsert+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      payload = payload,+      project = project,+      requestId = Core.Nothing,+      sourceInstanceTemplate = Core.Nothing,+      sourceMachineImage = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      zone = zone+    }++instance Core.GoogleRequest ComputeInstancesInsert where+  type Rs ComputeInstancesInsert = Operation+  type+    Scopes ComputeInstancesInsert =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeInstancesInsert {..} =+    go+      project+      zone+      xgafv+      accessToken+      callback+      requestId+      sourceInstanceTemplate+      sourceMachineImage+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeInstancesInsertResource)+          Core.mempty
+ gen/Gogol/Compute/Instances/List.hs view
@@ -0,0 +1,147 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Instances.List+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Retrieves the list of instances contained within the specified zone.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.instances.list@.+module Gogol.Compute.Instances.List+  ( -- * Resource+    ComputeInstancesListResource,++    -- ** Constructing a Request+    ComputeInstancesList (..),+    newComputeInstancesList,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.instances.list@ method which the+-- 'ComputeInstancesList' request conforms to.+type ComputeInstancesListResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "instances"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "filter" Core.Text+    Core.:> Core.QueryParam "maxResults" Core.Word32+    Core.:> Core.QueryParam "orderBy" Core.Text+    Core.:> Core.QueryParam "pageToken" Core.Text+    Core.:> Core.QueryParam "returnPartialSuccess" Core.Bool+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] InstanceList++-- | Retrieves the list of instances contained within the specified zone.+--+-- /See:/ 'newComputeInstancesList' smart constructor.+data ComputeInstancesList = ComputeInstancesList+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: Core.Word32,+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.+    returnPartialSuccess :: (Core.Maybe Core.Bool),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone for this request.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInstancesList' with the minimum fields required to make a request.+newComputeInstancesList ::+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone for this request. See 'zone'.+  Core.Text ->+  ComputeInstancesList+newComputeInstancesList project zone =+  ComputeInstancesList+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      filter = Core.Nothing,+      maxResults = 500,+      orderBy = Core.Nothing,+      pageToken = Core.Nothing,+      project = project,+      returnPartialSuccess = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      zone = zone+    }++instance Core.GoogleRequest ComputeInstancesList where+  type Rs ComputeInstancesList = InstanceList+  type+    Scopes ComputeInstancesList =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeInstancesList {..} =+    go+      project+      zone+      xgafv+      accessToken+      callback+      filter+      (Core.Just maxResults)+      orderBy+      pageToken+      returnPartialSuccess+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeInstancesListResource)+          Core.mempty
+ gen/Gogol/Compute/Instances/ListReferrers.hs view
@@ -0,0 +1,155 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Instances.ListReferrers+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Retrieves a list of resources that refer to the VM instance specified in the request. For example, if the VM instance is part of a managed or unmanaged instance group, the referrers list includes the instance group. For more information, read Viewing referrers to VM instances.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.instances.listReferrers@.+module Gogol.Compute.Instances.ListReferrers+  ( -- * Resource+    ComputeInstancesListReferrersResource,++    -- ** Constructing a Request+    ComputeInstancesListReferrers (..),+    newComputeInstancesListReferrers,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.instances.listReferrers@ method which the+-- 'ComputeInstancesListReferrers' request conforms to.+type ComputeInstancesListReferrersResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "instances"+    Core.:> Core.Capture "instance" Core.Text+    Core.:> "referrers"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "filter" Core.Text+    Core.:> Core.QueryParam "maxResults" Core.Word32+    Core.:> Core.QueryParam "orderBy" Core.Text+    Core.:> Core.QueryParam "pageToken" Core.Text+    Core.:> Core.QueryParam "returnPartialSuccess" Core.Bool+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] InstanceListReferrers++-- | Retrieves a list of resources that refer to the VM instance specified in the request. For example, if the VM instance is part of a managed or unmanaged instance group, the referrers list includes the instance group. For more information, read Viewing referrers to VM instances.+--+-- /See:/ 'newComputeInstancesListReferrers' smart constructor.+data ComputeInstancesListReferrers = ComputeInstancesListReferrers+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | Name of the target instance scoping this request, or \'-\' if the request should span over all instances in the container.+    instance' :: Core.Text,+    -- | 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 :: Core.Word32,+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.+    returnPartialSuccess :: (Core.Maybe Core.Bool),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone for this request.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInstancesListReferrers' with the minimum fields required to make a request.+newComputeInstancesListReferrers ::+  -- |  Name of the target instance scoping this request, or \'-\' if the request should span over all instances in the container. See 'instance''.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone for this request. See 'zone'.+  Core.Text ->+  ComputeInstancesListReferrers+newComputeInstancesListReferrers instance' project zone =+  ComputeInstancesListReferrers+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      filter = Core.Nothing,+      instance' = instance',+      maxResults = 500,+      orderBy = Core.Nothing,+      pageToken = Core.Nothing,+      project = project,+      returnPartialSuccess = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      zone = zone+    }++instance Core.GoogleRequest ComputeInstancesListReferrers where+  type Rs ComputeInstancesListReferrers = InstanceListReferrers+  type+    Scopes ComputeInstancesListReferrers =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeInstancesListReferrers {..} =+    go+      project+      zone+      instance'+      xgafv+      accessToken+      callback+      filter+      (Core.Just maxResults)+      orderBy+      pageToken+      returnPartialSuccess+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeInstancesListReferrersResource)+          Core.mempty
+ gen/Gogol/Compute/Instances/PerformMaintenance.hs view
@@ -0,0 +1,135 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Instances.PerformMaintenance+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Perform a manual maintenance on the instance.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.instances.performMaintenance@.+module Gogol.Compute.Instances.PerformMaintenance+  ( -- * Resource+    ComputeInstancesPerformMaintenanceResource,++    -- ** Constructing a Request+    ComputeInstancesPerformMaintenance (..),+    newComputeInstancesPerformMaintenance,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.instances.performMaintenance@ method which the+-- 'ComputeInstancesPerformMaintenance' request conforms to.+type ComputeInstancesPerformMaintenanceResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "instances"+    Core.:> Core.Capture "instance" Core.Text+    Core.:> "performMaintenance"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Post '[Core.JSON] Operation++-- | Perform a manual maintenance on the instance.+--+-- /See:/ 'newComputeInstancesPerformMaintenance' smart constructor.+data ComputeInstancesPerformMaintenance = ComputeInstancesPerformMaintenance+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the instance scoping this request.+    instance' :: Core.Text,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone for this request.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInstancesPerformMaintenance' with the minimum fields required to make a request.+newComputeInstancesPerformMaintenance ::+  -- |  Name of the instance scoping this request. See 'instance''.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone for this request. See 'zone'.+  Core.Text ->+  ComputeInstancesPerformMaintenance+newComputeInstancesPerformMaintenance instance' project zone =+  ComputeInstancesPerformMaintenance+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      instance' = instance',+      project = project,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      zone = zone+    }++instance Core.GoogleRequest ComputeInstancesPerformMaintenance where+  type Rs ComputeInstancesPerformMaintenance = Operation+  type+    Scopes ComputeInstancesPerformMaintenance =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeInstancesPerformMaintenance {..} =+    go+      project+      zone+      instance'+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeInstancesPerformMaintenanceResource+          )+          Core.mempty
+ gen/Gogol/Compute/Instances/RemoveResourcePolicies.hs view
@@ -0,0 +1,148 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Instances.RemoveResourcePolicies+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Removes resource policies from an instance.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.instances.removeResourcePolicies@.+module Gogol.Compute.Instances.RemoveResourcePolicies+  ( -- * Resource+    ComputeInstancesRemoveResourcePoliciesResource,++    -- ** Constructing a Request+    ComputeInstancesRemoveResourcePolicies (..),+    newComputeInstancesRemoveResourcePolicies,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.instances.removeResourcePolicies@ method which the+-- 'ComputeInstancesRemoveResourcePolicies' request conforms to.+type ComputeInstancesRemoveResourcePoliciesResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "instances"+    Core.:> Core.Capture "instance" Core.Text+    Core.:> "removeResourcePolicies"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody+              '[Core.JSON]+              InstancesRemoveResourcePoliciesRequest+    Core.:> Core.Post '[Core.JSON] Operation++-- | Removes resource policies from an instance.+--+-- /See:/ 'newComputeInstancesRemoveResourcePolicies' smart constructor.+data ComputeInstancesRemoveResourcePolicies = ComputeInstancesRemoveResourcePolicies+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | The instance name for this request.+    instance' :: Core.Text,+    -- | Multipart request metadata.+    payload :: InstancesRemoveResourcePoliciesRequest,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone for this request.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInstancesRemoveResourcePolicies' with the minimum fields required to make a request.+newComputeInstancesRemoveResourcePolicies ::+  -- |  The instance name for this request. See 'instance''.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  InstancesRemoveResourcePoliciesRequest ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone for this request. See 'zone'.+  Core.Text ->+  ComputeInstancesRemoveResourcePolicies+newComputeInstancesRemoveResourcePolicies+  instance'+  payload+  project+  zone =+    ComputeInstancesRemoveResourcePolicies+      { xgafv = Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        instance' = instance',+        payload = payload,+        project = project,+        requestId = Core.Nothing,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing,+        zone = zone+      }++instance Core.GoogleRequest ComputeInstancesRemoveResourcePolicies where+  type Rs ComputeInstancesRemoveResourcePolicies = Operation+  type+    Scopes ComputeInstancesRemoveResourcePolicies =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeInstancesRemoveResourcePolicies {..} =+    go+      project+      zone+      instance'+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeInstancesRemoveResourcePoliciesResource+          )+          Core.mempty
+ gen/Gogol/Compute/Instances/ReportHostAsFaulty.hs view
@@ -0,0 +1,146 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Instances.ReportHostAsFaulty+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Mark the host as faulty and try to restart the instance on a new host.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.instances.reportHostAsFaulty@.+module Gogol.Compute.Instances.ReportHostAsFaulty+  ( -- * Resource+    ComputeInstancesReportHostAsFaultyResource,++    -- ** Constructing a Request+    ComputeInstancesReportHostAsFaulty (..),+    newComputeInstancesReportHostAsFaulty,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.instances.reportHostAsFaulty@ method which the+-- 'ComputeInstancesReportHostAsFaulty' request conforms to.+type ComputeInstancesReportHostAsFaultyResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "instances"+    Core.:> Core.Capture "instance" Core.Text+    Core.:> "reportHostAsFaulty"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] InstancesReportHostAsFaultyRequest+    Core.:> Core.Post '[Core.JSON] Operation++-- | Mark the host as faulty and try to restart the instance on a new host.+--+-- /See:/ 'newComputeInstancesReportHostAsFaulty' smart constructor.+data ComputeInstancesReportHostAsFaulty = ComputeInstancesReportHostAsFaulty+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the instance scoping this request.+    instance' :: Core.Text,+    -- | Multipart request metadata.+    payload :: InstancesReportHostAsFaultyRequest,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone for this request.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInstancesReportHostAsFaulty' with the minimum fields required to make a request.+newComputeInstancesReportHostAsFaulty ::+  -- |  Name of the instance scoping this request. See 'instance''.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  InstancesReportHostAsFaultyRequest ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone for this request. See 'zone'.+  Core.Text ->+  ComputeInstancesReportHostAsFaulty+newComputeInstancesReportHostAsFaulty+  instance'+  payload+  project+  zone =+    ComputeInstancesReportHostAsFaulty+      { xgafv = Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        instance' = instance',+        payload = payload,+        project = project,+        requestId = Core.Nothing,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing,+        zone = zone+      }++instance Core.GoogleRequest ComputeInstancesReportHostAsFaulty where+  type Rs ComputeInstancesReportHostAsFaulty = Operation+  type+    Scopes ComputeInstancesReportHostAsFaulty =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeInstancesReportHostAsFaulty {..} =+    go+      project+      zone+      instance'+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeInstancesReportHostAsFaultyResource+          )+          Core.mempty
+ gen/Gogol/Compute/Instances/Reset.hs view
@@ -0,0 +1,133 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Instances.Reset+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Performs a reset on the instance. This is a hard reset. The VM does not do a graceful shutdown. For more information, see Resetting an instance.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.instances.reset@.+module Gogol.Compute.Instances.Reset+  ( -- * Resource+    ComputeInstancesResetResource,++    -- ** Constructing a Request+    ComputeInstancesReset (..),+    newComputeInstancesReset,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.instances.reset@ method which the+-- 'ComputeInstancesReset' request conforms to.+type ComputeInstancesResetResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "instances"+    Core.:> Core.Capture "instance" Core.Text+    Core.:> "reset"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Post '[Core.JSON] Operation++-- | Performs a reset on the instance. This is a hard reset. The VM does not do a graceful shutdown. For more information, see Resetting an instance.+--+-- /See:/ 'newComputeInstancesReset' smart constructor.+data ComputeInstancesReset = ComputeInstancesReset+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the instance scoping this request.+    instance' :: Core.Text,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone for this request.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInstancesReset' with the minimum fields required to make a request.+newComputeInstancesReset ::+  -- |  Name of the instance scoping this request. See 'instance''.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone for this request. See 'zone'.+  Core.Text ->+  ComputeInstancesReset+newComputeInstancesReset instance' project zone =+  ComputeInstancesReset+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      instance' = instance',+      project = project,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      zone = zone+    }++instance Core.GoogleRequest ComputeInstancesReset where+  type Rs ComputeInstancesReset = Operation+  type+    Scopes ComputeInstancesReset =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeInstancesReset {..} =+    go+      project+      zone+      instance'+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeInstancesResetResource)+          Core.mempty
+ gen/Gogol/Compute/Instances/Resume.hs view
@@ -0,0 +1,133 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Instances.Resume+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Resumes an instance that was suspended using the instances().suspend method.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.instances.resume@.+module Gogol.Compute.Instances.Resume+  ( -- * Resource+    ComputeInstancesResumeResource,++    -- ** Constructing a Request+    ComputeInstancesResume (..),+    newComputeInstancesResume,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.instances.resume@ method which the+-- 'ComputeInstancesResume' request conforms to.+type ComputeInstancesResumeResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "instances"+    Core.:> Core.Capture "instance" Core.Text+    Core.:> "resume"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Post '[Core.JSON] Operation++-- | Resumes an instance that was suspended using the instances().suspend method.+--+-- /See:/ 'newComputeInstancesResume' smart constructor.+data ComputeInstancesResume = ComputeInstancesResume+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the instance resource to resume.+    instance' :: Core.Text,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone for this request.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInstancesResume' with the minimum fields required to make a request.+newComputeInstancesResume ::+  -- |  Name of the instance resource to resume. See 'instance''.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone for this request. See 'zone'.+  Core.Text ->+  ComputeInstancesResume+newComputeInstancesResume instance' project zone =+  ComputeInstancesResume+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      instance' = instance',+      project = project,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      zone = zone+    }++instance Core.GoogleRequest ComputeInstancesResume where+  type Rs ComputeInstancesResume = Operation+  type+    Scopes ComputeInstancesResume =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeInstancesResume {..} =+    go+      project+      zone+      instance'+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeInstancesResumeResource)+          Core.mempty
+ gen/Gogol/Compute/Instances/SendDiagnosticInterrupt.hs view
@@ -0,0 +1,130 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Instances.SendDiagnosticInterrupt+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Sends diagnostic interrupt to the instance.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.instances.sendDiagnosticInterrupt@.+module Gogol.Compute.Instances.SendDiagnosticInterrupt+  ( -- * Resource+    ComputeInstancesSendDiagnosticInterruptResource,++    -- ** Constructing a Request+    ComputeInstancesSendDiagnosticInterrupt (..),+    newComputeInstancesSendDiagnosticInterrupt,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.instances.sendDiagnosticInterrupt@ method which the+-- 'ComputeInstancesSendDiagnosticInterrupt' request conforms to.+type ComputeInstancesSendDiagnosticInterruptResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "instances"+    Core.:> Core.Capture "instance" Core.Text+    Core.:> "sendDiagnosticInterrupt"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Post '[Core.JSON] ()++-- | Sends diagnostic interrupt to the instance.+--+-- /See:/ 'newComputeInstancesSendDiagnosticInterrupt' smart constructor.+data ComputeInstancesSendDiagnosticInterrupt = ComputeInstancesSendDiagnosticInterrupt+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the instance scoping this request.+    instance' :: Core.Text,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone for this request.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInstancesSendDiagnosticInterrupt' with the minimum fields required to make a request.+newComputeInstancesSendDiagnosticInterrupt ::+  -- |  Name of the instance scoping this request. See 'instance''.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone for this request. See 'zone'.+  Core.Text ->+  ComputeInstancesSendDiagnosticInterrupt+newComputeInstancesSendDiagnosticInterrupt instance' project zone =+  ComputeInstancesSendDiagnosticInterrupt+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      instance' = instance',+      project = project,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      zone = zone+    }++instance Core.GoogleRequest ComputeInstancesSendDiagnosticInterrupt where+  type Rs ComputeInstancesSendDiagnosticInterrupt = ()+  type+    Scopes ComputeInstancesSendDiagnosticInterrupt =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeInstancesSendDiagnosticInterrupt {..} =+    go+      project+      zone+      instance'+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeInstancesSendDiagnosticInterruptResource+          )+          Core.mempty
+ gen/Gogol/Compute/Instances/SetDeletionProtection.hs view
@@ -0,0 +1,140 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Instances.SetDeletionProtection+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Sets deletion protection on the instance.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.instances.setDeletionProtection@.+module Gogol.Compute.Instances.SetDeletionProtection+  ( -- * Resource+    ComputeInstancesSetDeletionProtectionResource,++    -- ** Constructing a Request+    ComputeInstancesSetDeletionProtection (..),+    newComputeInstancesSetDeletionProtection,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.instances.setDeletionProtection@ method which the+-- 'ComputeInstancesSetDeletionProtection' request conforms to.+type ComputeInstancesSetDeletionProtectionResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "instances"+    Core.:> Core.Capture "resource" Core.Text+    Core.:> "setDeletionProtection"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "deletionProtection" Core.Bool+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Post '[Core.JSON] Operation++-- | Sets deletion protection on the instance.+--+-- /See:/ 'newComputeInstancesSetDeletionProtection' smart constructor.+data ComputeInstancesSetDeletionProtection = ComputeInstancesSetDeletionProtection+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Whether the resource should be protected against deletion.+    deletionProtection :: Core.Bool,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Name or id of the resource for this request.+    resource :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone for this request.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInstancesSetDeletionProtection' with the minimum fields required to make a request.+newComputeInstancesSetDeletionProtection ::+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  Name or id of the resource for this request. See 'resource'.+  Core.Text ->+  -- |  The name of the zone for this request. See 'zone'.+  Core.Text ->+  ComputeInstancesSetDeletionProtection+newComputeInstancesSetDeletionProtection project resource zone =+  ComputeInstancesSetDeletionProtection+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      deletionProtection = Core.True,+      project = project,+      requestId = Core.Nothing,+      resource = resource,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      zone = zone+    }++instance Core.GoogleRequest ComputeInstancesSetDeletionProtection where+  type Rs ComputeInstancesSetDeletionProtection = Operation+  type+    Scopes ComputeInstancesSetDeletionProtection =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeInstancesSetDeletionProtection {..} =+    go+      project+      zone+      resource+      xgafv+      accessToken+      callback+      (Core.Just deletionProtection)+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeInstancesSetDeletionProtectionResource+          )+          Core.mempty
+ gen/Gogol/Compute/Instances/SetDiskAutoDelete.hs view
@@ -0,0 +1,154 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Instances.SetDiskAutoDelete+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Sets the auto-delete flag for a disk attached to an instance.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.instances.setDiskAutoDelete@.+module Gogol.Compute.Instances.SetDiskAutoDelete+  ( -- * Resource+    ComputeInstancesSetDiskAutoDeleteResource,++    -- ** Constructing a Request+    ComputeInstancesSetDiskAutoDelete (..),+    newComputeInstancesSetDiskAutoDelete,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.instances.setDiskAutoDelete@ method which the+-- 'ComputeInstancesSetDiskAutoDelete' request conforms to.+type ComputeInstancesSetDiskAutoDeleteResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "instances"+    Core.:> Core.Capture "instance" Core.Text+    Core.:> "setDiskAutoDelete"+    Core.:> Core.QueryParam "autoDelete" Core.Bool+    Core.:> Core.QueryParam "deviceName" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Post '[Core.JSON] Operation++-- | Sets the auto-delete flag for a disk attached to an instance.+--+-- /See:/ 'newComputeInstancesSetDiskAutoDelete' smart constructor.+data ComputeInstancesSetDiskAutoDelete = ComputeInstancesSetDiskAutoDelete+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | Whether to auto-delete the disk when the instance is deleted.+    autoDelete :: Core.Bool,+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | The device name of the disk to modify. Make a get() request on the instance to view currently attached disks and device names.+    deviceName :: Core.Text,+    -- | The instance name for this request.+    instance' :: Core.Text,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone for this request.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInstancesSetDiskAutoDelete' with the minimum fields required to make a request.+newComputeInstancesSetDiskAutoDelete ::+  -- |  Whether to auto-delete the disk when the instance is deleted. See 'autoDelete'.+  Core.Bool ->+  -- |  The device name of the disk to modify. Make a get() request on the instance to view currently attached disks and device names. See 'deviceName'.+  Core.Text ->+  -- |  The instance name for this request. See 'instance''.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone for this request. See 'zone'.+  Core.Text ->+  ComputeInstancesSetDiskAutoDelete+newComputeInstancesSetDiskAutoDelete+  autoDelete+  deviceName+  instance'+  project+  zone =+    ComputeInstancesSetDiskAutoDelete+      { xgafv = Core.Nothing,+        accessToken = Core.Nothing,+        autoDelete = autoDelete,+        callback = Core.Nothing,+        deviceName = deviceName,+        instance' = instance',+        project = project,+        requestId = Core.Nothing,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing,+        zone = zone+      }++instance Core.GoogleRequest ComputeInstancesSetDiskAutoDelete where+  type Rs ComputeInstancesSetDiskAutoDelete = Operation+  type+    Scopes ComputeInstancesSetDiskAutoDelete =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeInstancesSetDiskAutoDelete {..} =+    go+      project+      zone+      instance'+      (Core.Just autoDelete)+      (Core.Just deviceName)+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeInstancesSetDiskAutoDeleteResource+          )+          Core.mempty
+ gen/Gogol/Compute/Instances/SetIamPolicy.hs view
@@ -0,0 +1,135 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Instances.SetIamPolicy+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Sets the access control policy on the specified resource. Replaces any existing policy.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.instances.setIamPolicy@.+module Gogol.Compute.Instances.SetIamPolicy+  ( -- * Resource+    ComputeInstancesSetIamPolicyResource,++    -- ** Constructing a Request+    ComputeInstancesSetIamPolicy (..),+    newComputeInstancesSetIamPolicy,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.instances.setIamPolicy@ method which the+-- 'ComputeInstancesSetIamPolicy' request conforms to.+type ComputeInstancesSetIamPolicyResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "instances"+    Core.:> Core.Capture "resource" Core.Text+    Core.:> "setIamPolicy"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] ZoneSetPolicyRequest+    Core.:> Core.Post '[Core.JSON] Policy++-- | Sets the access control policy on the specified resource. Replaces any existing policy.+--+-- /See:/ 'newComputeInstancesSetIamPolicy' smart constructor.+data ComputeInstancesSetIamPolicy = ComputeInstancesSetIamPolicy+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Multipart request metadata.+    payload :: ZoneSetPolicyRequest,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Name or id of the resource for this request.+    resource :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone for this request.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInstancesSetIamPolicy' with the minimum fields required to make a request.+newComputeInstancesSetIamPolicy ::+  -- |  Multipart request metadata. See 'payload'.+  ZoneSetPolicyRequest ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  Name or id of the resource for this request. See 'resource'.+  Core.Text ->+  -- |  The name of the zone for this request. See 'zone'.+  Core.Text ->+  ComputeInstancesSetIamPolicy+newComputeInstancesSetIamPolicy payload project resource zone =+  ComputeInstancesSetIamPolicy+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      payload = payload,+      project = project,+      resource = resource,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      zone = zone+    }++instance Core.GoogleRequest ComputeInstancesSetIamPolicy where+  type Rs ComputeInstancesSetIamPolicy = Policy+  type+    Scopes ComputeInstancesSetIamPolicy =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeInstancesSetIamPolicy {..} =+    go+      project+      zone+      resource+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeInstancesSetIamPolicyResource)+          Core.mempty
+ gen/Gogol/Compute/Instances/SetLabels.hs view
@@ -0,0 +1,140 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Instances.SetLabels+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Sets labels on an instance. To learn more about labels, read the Labeling Resources documentation.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.instances.setLabels@.+module Gogol.Compute.Instances.SetLabels+  ( -- * Resource+    ComputeInstancesSetLabelsResource,++    -- ** Constructing a Request+    ComputeInstancesSetLabels (..),+    newComputeInstancesSetLabels,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.instances.setLabels@ method which the+-- 'ComputeInstancesSetLabels' request conforms to.+type ComputeInstancesSetLabelsResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "instances"+    Core.:> Core.Capture "instance" Core.Text+    Core.:> "setLabels"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] InstancesSetLabelsRequest+    Core.:> Core.Post '[Core.JSON] Operation++-- | Sets labels on an instance. To learn more about labels, read the Labeling Resources documentation.+--+-- /See:/ 'newComputeInstancesSetLabels' smart constructor.+data ComputeInstancesSetLabels = ComputeInstancesSetLabels+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the instance scoping this request.+    instance' :: Core.Text,+    -- | Multipart request metadata.+    payload :: InstancesSetLabelsRequest,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone for this request.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInstancesSetLabels' with the minimum fields required to make a request.+newComputeInstancesSetLabels ::+  -- |  Name of the instance scoping this request. See 'instance''.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  InstancesSetLabelsRequest ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone for this request. See 'zone'.+  Core.Text ->+  ComputeInstancesSetLabels+newComputeInstancesSetLabels instance' payload project zone =+  ComputeInstancesSetLabels+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      instance' = instance',+      payload = payload,+      project = project,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      zone = zone+    }++instance Core.GoogleRequest ComputeInstancesSetLabels where+  type Rs ComputeInstancesSetLabels = Operation+  type+    Scopes ComputeInstancesSetLabels =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeInstancesSetLabels {..} =+    go+      project+      zone+      instance'+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeInstancesSetLabelsResource)+          Core.mempty
+ gen/Gogol/Compute/Instances/SetMachineResources.hs view
@@ -0,0 +1,146 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Instances.SetMachineResources+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Changes the number and\/or type of accelerator for a stopped instance to the values specified in the request.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.instances.setMachineResources@.+module Gogol.Compute.Instances.SetMachineResources+  ( -- * Resource+    ComputeInstancesSetMachineResourcesResource,++    -- ** Constructing a Request+    ComputeInstancesSetMachineResources (..),+    newComputeInstancesSetMachineResources,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.instances.setMachineResources@ method which the+-- 'ComputeInstancesSetMachineResources' request conforms to.+type ComputeInstancesSetMachineResourcesResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "instances"+    Core.:> Core.Capture "instance" Core.Text+    Core.:> "setMachineResources"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] InstancesSetMachineResourcesRequest+    Core.:> Core.Post '[Core.JSON] Operation++-- | Changes the number and\/or type of accelerator for a stopped instance to the values specified in the request.+--+-- /See:/ 'newComputeInstancesSetMachineResources' smart constructor.+data ComputeInstancesSetMachineResources = ComputeInstancesSetMachineResources+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the instance scoping this request.+    instance' :: Core.Text,+    -- | Multipart request metadata.+    payload :: InstancesSetMachineResourcesRequest,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone for this request.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInstancesSetMachineResources' with the minimum fields required to make a request.+newComputeInstancesSetMachineResources ::+  -- |  Name of the instance scoping this request. See 'instance''.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  InstancesSetMachineResourcesRequest ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone for this request. See 'zone'.+  Core.Text ->+  ComputeInstancesSetMachineResources+newComputeInstancesSetMachineResources+  instance'+  payload+  project+  zone =+    ComputeInstancesSetMachineResources+      { xgafv = Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        instance' = instance',+        payload = payload,+        project = project,+        requestId = Core.Nothing,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing,+        zone = zone+      }++instance Core.GoogleRequest ComputeInstancesSetMachineResources where+  type Rs ComputeInstancesSetMachineResources = Operation+  type+    Scopes ComputeInstancesSetMachineResources =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeInstancesSetMachineResources {..} =+    go+      project+      zone+      instance'+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeInstancesSetMachineResourcesResource+          )+          Core.mempty
+ gen/Gogol/Compute/Instances/SetMachineType.hs view
@@ -0,0 +1,140 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Instances.SetMachineType+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Changes the machine type for a stopped instance to the machine type specified in the request.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.instances.setMachineType@.+module Gogol.Compute.Instances.SetMachineType+  ( -- * Resource+    ComputeInstancesSetMachineTypeResource,++    -- ** Constructing a Request+    ComputeInstancesSetMachineType (..),+    newComputeInstancesSetMachineType,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.instances.setMachineType@ method which the+-- 'ComputeInstancesSetMachineType' request conforms to.+type ComputeInstancesSetMachineTypeResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "instances"+    Core.:> Core.Capture "instance" Core.Text+    Core.:> "setMachineType"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] InstancesSetMachineTypeRequest+    Core.:> Core.Post '[Core.JSON] Operation++-- | Changes the machine type for a stopped instance to the machine type specified in the request.+--+-- /See:/ 'newComputeInstancesSetMachineType' smart constructor.+data ComputeInstancesSetMachineType = ComputeInstancesSetMachineType+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the instance scoping this request.+    instance' :: Core.Text,+    -- | Multipart request metadata.+    payload :: InstancesSetMachineTypeRequest,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone for this request.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInstancesSetMachineType' with the minimum fields required to make a request.+newComputeInstancesSetMachineType ::+  -- |  Name of the instance scoping this request. See 'instance''.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  InstancesSetMachineTypeRequest ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone for this request. See 'zone'.+  Core.Text ->+  ComputeInstancesSetMachineType+newComputeInstancesSetMachineType instance' payload project zone =+  ComputeInstancesSetMachineType+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      instance' = instance',+      payload = payload,+      project = project,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      zone = zone+    }++instance Core.GoogleRequest ComputeInstancesSetMachineType where+  type Rs ComputeInstancesSetMachineType = Operation+  type+    Scopes ComputeInstancesSetMachineType =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeInstancesSetMachineType {..} =+    go+      project+      zone+      instance'+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeInstancesSetMachineTypeResource)+          Core.mempty
+ gen/Gogol/Compute/Instances/SetMetadata.hs view
@@ -0,0 +1,140 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Instances.SetMetadata+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Sets metadata for the specified instance to the data included in the request.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.instances.setMetadata@.+module Gogol.Compute.Instances.SetMetadata+  ( -- * Resource+    ComputeInstancesSetMetadataResource,++    -- ** Constructing a Request+    ComputeInstancesSetMetadata (..),+    newComputeInstancesSetMetadata,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.instances.setMetadata@ method which the+-- 'ComputeInstancesSetMetadata' request conforms to.+type ComputeInstancesSetMetadataResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "instances"+    Core.:> Core.Capture "instance" Core.Text+    Core.:> "setMetadata"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] Metadata+    Core.:> Core.Post '[Core.JSON] Operation++-- | Sets metadata for the specified instance to the data included in the request.+--+-- /See:/ 'newComputeInstancesSetMetadata' smart constructor.+data ComputeInstancesSetMetadata = ComputeInstancesSetMetadata+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the instance scoping this request.+    instance' :: Core.Text,+    -- | Multipart request metadata.+    payload :: Metadata,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone for this request.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInstancesSetMetadata' with the minimum fields required to make a request.+newComputeInstancesSetMetadata ::+  -- |  Name of the instance scoping this request. See 'instance''.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  Metadata ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone for this request. See 'zone'.+  Core.Text ->+  ComputeInstancesSetMetadata+newComputeInstancesSetMetadata instance' payload project zone =+  ComputeInstancesSetMetadata+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      instance' = instance',+      payload = payload,+      project = project,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      zone = zone+    }++instance Core.GoogleRequest ComputeInstancesSetMetadata where+  type Rs ComputeInstancesSetMetadata = Operation+  type+    Scopes ComputeInstancesSetMetadata =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeInstancesSetMetadata {..} =+    go+      project+      zone+      instance'+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeInstancesSetMetadataResource)+          Core.mempty
+ gen/Gogol/Compute/Instances/SetMinCpuPlatform.hs view
@@ -0,0 +1,142 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Instances.SetMinCpuPlatform+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- 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.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.instances.setMinCpuPlatform@.+module Gogol.Compute.Instances.SetMinCpuPlatform+  ( -- * Resource+    ComputeInstancesSetMinCpuPlatformResource,++    -- ** Constructing a Request+    ComputeInstancesSetMinCpuPlatform (..),+    newComputeInstancesSetMinCpuPlatform,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.instances.setMinCpuPlatform@ method which the+-- 'ComputeInstancesSetMinCpuPlatform' request conforms to.+type ComputeInstancesSetMinCpuPlatformResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "instances"+    Core.:> Core.Capture "instance" Core.Text+    Core.:> "setMinCpuPlatform"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] InstancesSetMinCpuPlatformRequest+    Core.:> Core.Post '[Core.JSON] Operation++-- | 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.+--+-- /See:/ 'newComputeInstancesSetMinCpuPlatform' smart constructor.+data ComputeInstancesSetMinCpuPlatform = ComputeInstancesSetMinCpuPlatform+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the instance scoping this request.+    instance' :: Core.Text,+    -- | Multipart request metadata.+    payload :: InstancesSetMinCpuPlatformRequest,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone for this request.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInstancesSetMinCpuPlatform' with the minimum fields required to make a request.+newComputeInstancesSetMinCpuPlatform ::+  -- |  Name of the instance scoping this request. See 'instance''.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  InstancesSetMinCpuPlatformRequest ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone for this request. See 'zone'.+  Core.Text ->+  ComputeInstancesSetMinCpuPlatform+newComputeInstancesSetMinCpuPlatform instance' payload project zone =+  ComputeInstancesSetMinCpuPlatform+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      instance' = instance',+      payload = payload,+      project = project,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      zone = zone+    }++instance Core.GoogleRequest ComputeInstancesSetMinCpuPlatform where+  type Rs ComputeInstancesSetMinCpuPlatform = Operation+  type+    Scopes ComputeInstancesSetMinCpuPlatform =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeInstancesSetMinCpuPlatform {..} =+    go+      project+      zone+      instance'+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeInstancesSetMinCpuPlatformResource+          )+          Core.mempty
+ gen/Gogol/Compute/Instances/SetName.hs view
@@ -0,0 +1,140 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Instances.SetName+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Sets name of an instance.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.instances.setName@.+module Gogol.Compute.Instances.SetName+  ( -- * Resource+    ComputeInstancesSetNameResource,++    -- ** Constructing a Request+    ComputeInstancesSetName (..),+    newComputeInstancesSetName,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.instances.setName@ method which the+-- 'ComputeInstancesSetName' request conforms to.+type ComputeInstancesSetNameResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "instances"+    Core.:> Core.Capture "instance" Core.Text+    Core.:> "setName"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] InstancesSetNameRequest+    Core.:> Core.Post '[Core.JSON] Operation++-- | Sets name of an instance.+--+-- /See:/ 'newComputeInstancesSetName' smart constructor.+data ComputeInstancesSetName = ComputeInstancesSetName+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | The instance name for this request.+    instance' :: Core.Text,+    -- | Multipart request metadata.+    payload :: InstancesSetNameRequest,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone for this request.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInstancesSetName' with the minimum fields required to make a request.+newComputeInstancesSetName ::+  -- |  The instance name for this request. See 'instance''.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  InstancesSetNameRequest ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone for this request. See 'zone'.+  Core.Text ->+  ComputeInstancesSetName+newComputeInstancesSetName instance' payload project zone =+  ComputeInstancesSetName+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      instance' = instance',+      payload = payload,+      project = project,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      zone = zone+    }++instance Core.GoogleRequest ComputeInstancesSetName where+  type Rs ComputeInstancesSetName = Operation+  type+    Scopes ComputeInstancesSetName =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeInstancesSetName {..} =+    go+      project+      zone+      instance'+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeInstancesSetNameResource)+          Core.mempty
+ gen/Gogol/Compute/Instances/SetScheduling.hs view
@@ -0,0 +1,140 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Instances.SetScheduling+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Sets an instance\'s scheduling options. You can only call this method on a stopped instance, that is, a VM instance that is in a @TERMINATED@ state. See Instance Life Cycle for more information on the possible instance states. For more information about setting scheduling options for a VM, see Set VM host maintenance policy.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.instances.setScheduling@.+module Gogol.Compute.Instances.SetScheduling+  ( -- * Resource+    ComputeInstancesSetSchedulingResource,++    -- ** Constructing a Request+    ComputeInstancesSetScheduling (..),+    newComputeInstancesSetScheduling,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.instances.setScheduling@ method which the+-- 'ComputeInstancesSetScheduling' request conforms to.+type ComputeInstancesSetSchedulingResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "instances"+    Core.:> Core.Capture "instance" Core.Text+    Core.:> "setScheduling"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] Scheduling+    Core.:> Core.Post '[Core.JSON] Operation++-- | Sets an instance\'s scheduling options. You can only call this method on a stopped instance, that is, a VM instance that is in a @TERMINATED@ state. See Instance Life Cycle for more information on the possible instance states. For more information about setting scheduling options for a VM, see Set VM host maintenance policy.+--+-- /See:/ 'newComputeInstancesSetScheduling' smart constructor.+data ComputeInstancesSetScheduling = ComputeInstancesSetScheduling+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Instance name for this request.+    instance' :: Core.Text,+    -- | Multipart request metadata.+    payload :: Scheduling,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone for this request.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInstancesSetScheduling' with the minimum fields required to make a request.+newComputeInstancesSetScheduling ::+  -- |  Instance name for this request. See 'instance''.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  Scheduling ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone for this request. See 'zone'.+  Core.Text ->+  ComputeInstancesSetScheduling+newComputeInstancesSetScheduling instance' payload project zone =+  ComputeInstancesSetScheduling+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      instance' = instance',+      payload = payload,+      project = project,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      zone = zone+    }++instance Core.GoogleRequest ComputeInstancesSetScheduling where+  type Rs ComputeInstancesSetScheduling = Operation+  type+    Scopes ComputeInstancesSetScheduling =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeInstancesSetScheduling {..} =+    go+      project+      zone+      instance'+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeInstancesSetSchedulingResource)+          Core.mempty
+ gen/Gogol/Compute/Instances/SetSecurityPolicy.hs view
@@ -0,0 +1,142 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Instances.SetSecurityPolicy+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Sets the Google Cloud Armor security policy for the specified instance. For more information, see Google Cloud Armor Overview+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.instances.setSecurityPolicy@.+module Gogol.Compute.Instances.SetSecurityPolicy+  ( -- * Resource+    ComputeInstancesSetSecurityPolicyResource,++    -- ** Constructing a Request+    ComputeInstancesSetSecurityPolicy (..),+    newComputeInstancesSetSecurityPolicy,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.instances.setSecurityPolicy@ method which the+-- 'ComputeInstancesSetSecurityPolicy' request conforms to.+type ComputeInstancesSetSecurityPolicyResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "instances"+    Core.:> Core.Capture "instance" Core.Text+    Core.:> "setSecurityPolicy"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] InstancesSetSecurityPolicyRequest+    Core.:> Core.Post '[Core.JSON] Operation++-- | Sets the Google Cloud Armor security policy for the specified instance. For more information, see Google Cloud Armor Overview+--+-- /See:/ 'newComputeInstancesSetSecurityPolicy' smart constructor.+data ComputeInstancesSetSecurityPolicy = ComputeInstancesSetSecurityPolicy+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the Instance resource to which the security policy should be set. The name should conform to RFC1035.+    instance' :: Core.Text,+    -- | Multipart request metadata.+    payload :: InstancesSetSecurityPolicyRequest,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | Name of the zone scoping this request.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInstancesSetSecurityPolicy' with the minimum fields required to make a request.+newComputeInstancesSetSecurityPolicy ::+  -- |  Name of the Instance resource to which the security policy should be set. The name should conform to RFC1035. See 'instance''.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  InstancesSetSecurityPolicyRequest ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  Name of the zone scoping this request. See 'zone'.+  Core.Text ->+  ComputeInstancesSetSecurityPolicy+newComputeInstancesSetSecurityPolicy instance' payload project zone =+  ComputeInstancesSetSecurityPolicy+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      instance' = instance',+      payload = payload,+      project = project,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      zone = zone+    }++instance Core.GoogleRequest ComputeInstancesSetSecurityPolicy where+  type Rs ComputeInstancesSetSecurityPolicy = Operation+  type+    Scopes ComputeInstancesSetSecurityPolicy =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeInstancesSetSecurityPolicy {..} =+    go+      project+      zone+      instance'+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeInstancesSetSecurityPolicyResource+          )+          Core.mempty
+ gen/Gogol/Compute/Instances/SetServiceAccount.hs view
@@ -0,0 +1,142 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Instances.SetServiceAccount+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Sets the service account on the instance. For more information, read Changing the service account and access scopes for an instance.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.instances.setServiceAccount@.+module Gogol.Compute.Instances.SetServiceAccount+  ( -- * Resource+    ComputeInstancesSetServiceAccountResource,++    -- ** Constructing a Request+    ComputeInstancesSetServiceAccount (..),+    newComputeInstancesSetServiceAccount,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.instances.setServiceAccount@ method which the+-- 'ComputeInstancesSetServiceAccount' request conforms to.+type ComputeInstancesSetServiceAccountResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "instances"+    Core.:> Core.Capture "instance" Core.Text+    Core.:> "setServiceAccount"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] InstancesSetServiceAccountRequest+    Core.:> Core.Post '[Core.JSON] Operation++-- | Sets the service account on the instance. For more information, read Changing the service account and access scopes for an instance.+--+-- /See:/ 'newComputeInstancesSetServiceAccount' smart constructor.+data ComputeInstancesSetServiceAccount = ComputeInstancesSetServiceAccount+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the instance resource to start.+    instance' :: Core.Text,+    -- | Multipart request metadata.+    payload :: InstancesSetServiceAccountRequest,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone for this request.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInstancesSetServiceAccount' with the minimum fields required to make a request.+newComputeInstancesSetServiceAccount ::+  -- |  Name of the instance resource to start. See 'instance''.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  InstancesSetServiceAccountRequest ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone for this request. See 'zone'.+  Core.Text ->+  ComputeInstancesSetServiceAccount+newComputeInstancesSetServiceAccount instance' payload project zone =+  ComputeInstancesSetServiceAccount+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      instance' = instance',+      payload = payload,+      project = project,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      zone = zone+    }++instance Core.GoogleRequest ComputeInstancesSetServiceAccount where+  type Rs ComputeInstancesSetServiceAccount = Operation+  type+    Scopes ComputeInstancesSetServiceAccount =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeInstancesSetServiceAccount {..} =+    go+      project+      zone+      instance'+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeInstancesSetServiceAccountResource+          )+          Core.mempty
+ gen/Gogol/Compute/Instances/SetShieldedInstanceIntegrityPolicy.hs view
@@ -0,0 +1,154 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Instances.SetShieldedInstanceIntegrityPolicy+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Sets the Shielded Instance integrity policy for an instance. You can only use this method on a running instance. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.instances.setShieldedInstanceIntegrityPolicy@.+module Gogol.Compute.Instances.SetShieldedInstanceIntegrityPolicy+  ( -- * Resource+    ComputeInstancesSetShieldedInstanceIntegrityPolicyResource,++    -- ** Constructing a Request+    ComputeInstancesSetShieldedInstanceIntegrityPolicy (..),+    newComputeInstancesSetShieldedInstanceIntegrityPolicy,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.instances.setShieldedInstanceIntegrityPolicy@ method which the+-- 'ComputeInstancesSetShieldedInstanceIntegrityPolicy' request conforms to.+type ComputeInstancesSetShieldedInstanceIntegrityPolicyResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "instances"+    Core.:> Core.Capture "instance" Core.Text+    Core.:> "setShieldedInstanceIntegrityPolicy"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] ShieldedInstanceIntegrityPolicy+    Core.:> Core.Patch '[Core.JSON] Operation++-- | Sets the Shielded Instance integrity policy for an instance. You can only use this method on a running instance. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.+--+-- /See:/ 'newComputeInstancesSetShieldedInstanceIntegrityPolicy' smart constructor.+data ComputeInstancesSetShieldedInstanceIntegrityPolicy = ComputeInstancesSetShieldedInstanceIntegrityPolicy+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name or id of the instance scoping this request.+    instance' :: Core.Text,+    -- | Multipart request metadata.+    payload :: ShieldedInstanceIntegrityPolicy,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone for this request.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInstancesSetShieldedInstanceIntegrityPolicy' with the minimum fields required to make a request.+newComputeInstancesSetShieldedInstanceIntegrityPolicy ::+  -- |  Name or id of the instance scoping this request. See 'instance''.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  ShieldedInstanceIntegrityPolicy ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone for this request. See 'zone'.+  Core.Text ->+  ComputeInstancesSetShieldedInstanceIntegrityPolicy+newComputeInstancesSetShieldedInstanceIntegrityPolicy+  instance'+  payload+  project+  zone =+    ComputeInstancesSetShieldedInstanceIntegrityPolicy+      { xgafv =+          Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        instance' = instance',+        payload = payload,+        project = project,+        requestId = Core.Nothing,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing,+        zone = zone+      }++instance+  Core.GoogleRequest+    ComputeInstancesSetShieldedInstanceIntegrityPolicy+  where+  type+    Rs ComputeInstancesSetShieldedInstanceIntegrityPolicy =+      Operation+  type+    Scopes ComputeInstancesSetShieldedInstanceIntegrityPolicy =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient+    ComputeInstancesSetShieldedInstanceIntegrityPolicy {..} =+      go+        project+        zone+        instance'+        xgafv+        accessToken+        callback+        requestId+        uploadType+        uploadProtocol+        (Core.Just Core.AltJSON)+        payload+        computeService+      where+        go =+          Core.buildClient+            ( Core.Proxy ::+                Core.Proxy+                  ComputeInstancesSetShieldedInstanceIntegrityPolicyResource+            )+            Core.mempty
+ gen/Gogol/Compute/Instances/SetTags.hs view
@@ -0,0 +1,140 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Instances.SetTags+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Sets network tags for the specified instance to the data included in the request.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.instances.setTags@.+module Gogol.Compute.Instances.SetTags+  ( -- * Resource+    ComputeInstancesSetTagsResource,++    -- ** Constructing a Request+    ComputeInstancesSetTags (..),+    newComputeInstancesSetTags,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.instances.setTags@ method which the+-- 'ComputeInstancesSetTags' request conforms to.+type ComputeInstancesSetTagsResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "instances"+    Core.:> Core.Capture "instance" Core.Text+    Core.:> "setTags"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] Tags+    Core.:> Core.Post '[Core.JSON] Operation++-- | Sets network tags for the specified instance to the data included in the request.+--+-- /See:/ 'newComputeInstancesSetTags' smart constructor.+data ComputeInstancesSetTags = ComputeInstancesSetTags+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the instance scoping this request.+    instance' :: Core.Text,+    -- | Multipart request metadata.+    payload :: Tags,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone for this request.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInstancesSetTags' with the minimum fields required to make a request.+newComputeInstancesSetTags ::+  -- |  Name of the instance scoping this request. See 'instance''.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  Tags ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone for this request. See 'zone'.+  Core.Text ->+  ComputeInstancesSetTags+newComputeInstancesSetTags instance' payload project zone =+  ComputeInstancesSetTags+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      instance' = instance',+      payload = payload,+      project = project,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      zone = zone+    }++instance Core.GoogleRequest ComputeInstancesSetTags where+  type Rs ComputeInstancesSetTags = Operation+  type+    Scopes ComputeInstancesSetTags =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeInstancesSetTags {..} =+    go+      project+      zone+      instance'+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeInstancesSetTagsResource)+          Core.mempty
+ gen/Gogol/Compute/Instances/SimulateMaintenanceEvent.hs view
@@ -0,0 +1,143 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Instances.SimulateMaintenanceEvent+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Simulates a host maintenance event on a VM. For more information, see Simulate a host maintenance event.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.instances.simulateMaintenanceEvent@.+module Gogol.Compute.Instances.SimulateMaintenanceEvent+  ( -- * Resource+    ComputeInstancesSimulateMaintenanceEventResource,++    -- ** Constructing a Request+    ComputeInstancesSimulateMaintenanceEvent (..),+    newComputeInstancesSimulateMaintenanceEvent,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.instances.simulateMaintenanceEvent@ method which the+-- 'ComputeInstancesSimulateMaintenanceEvent' request conforms to.+type ComputeInstancesSimulateMaintenanceEventResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "instances"+    Core.:> Core.Capture "instance" Core.Text+    Core.:> "simulateMaintenanceEvent"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "withExtendedNotifications" Core.Bool+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Post '[Core.JSON] Operation++-- | Simulates a host maintenance event on a VM. For more information, see Simulate a host maintenance event.+--+-- /See:/ 'newComputeInstancesSimulateMaintenanceEvent' smart constructor.+data ComputeInstancesSimulateMaintenanceEvent = ComputeInstancesSimulateMaintenanceEvent+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the instance scoping this request.+    instance' :: Core.Text,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | Determines whether the customers receive notifications before migration. Only applicable to SF vms.+    withExtendedNotifications :: (Core.Maybe Core.Bool),+    -- | The name of the zone for this request.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInstancesSimulateMaintenanceEvent' with the minimum fields required to make a request.+newComputeInstancesSimulateMaintenanceEvent ::+  -- |  Name of the instance scoping this request. See 'instance''.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone for this request. See 'zone'.+  Core.Text ->+  ComputeInstancesSimulateMaintenanceEvent+newComputeInstancesSimulateMaintenanceEvent instance' project zone =+  ComputeInstancesSimulateMaintenanceEvent+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      instance' = instance',+      project = project,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      withExtendedNotifications = Core.Nothing,+      zone = zone+    }++instance+  Core.GoogleRequest+    ComputeInstancesSimulateMaintenanceEvent+  where+  type Rs ComputeInstancesSimulateMaintenanceEvent = Operation+  type+    Scopes ComputeInstancesSimulateMaintenanceEvent =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeInstancesSimulateMaintenanceEvent {..} =+    go+      project+      zone+      instance'+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      withExtendedNotifications+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeInstancesSimulateMaintenanceEventResource+          )+          Core.mempty
+ gen/Gogol/Compute/Instances/Start.hs view
@@ -0,0 +1,133 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Instances.Start+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Starts an instance that was stopped using the instances().stop method. For more information, see Restart an instance.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.instances.start@.+module Gogol.Compute.Instances.Start+  ( -- * Resource+    ComputeInstancesStartResource,++    -- ** Constructing a Request+    ComputeInstancesStart (..),+    newComputeInstancesStart,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.instances.start@ method which the+-- 'ComputeInstancesStart' request conforms to.+type ComputeInstancesStartResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "instances"+    Core.:> Core.Capture "instance" Core.Text+    Core.:> "start"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Post '[Core.JSON] Operation++-- | Starts an instance that was stopped using the instances().stop method. For more information, see Restart an instance.+--+-- /See:/ 'newComputeInstancesStart' smart constructor.+data ComputeInstancesStart = ComputeInstancesStart+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the instance resource to start.+    instance' :: Core.Text,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone for this request.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInstancesStart' with the minimum fields required to make a request.+newComputeInstancesStart ::+  -- |  Name of the instance resource to start. See 'instance''.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone for this request. See 'zone'.+  Core.Text ->+  ComputeInstancesStart+newComputeInstancesStart instance' project zone =+  ComputeInstancesStart+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      instance' = instance',+      project = project,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      zone = zone+    }++instance Core.GoogleRequest ComputeInstancesStart where+  type Rs ComputeInstancesStart = Operation+  type+    Scopes ComputeInstancesStart =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeInstancesStart {..} =+    go+      project+      zone+      instance'+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeInstancesStartResource)+          Core.mempty
+ gen/Gogol/Compute/Instances/StartWithEncryptionKey.hs view
@@ -0,0 +1,148 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Instances.StartWithEncryptionKey+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Starts an instance that was stopped using the instances().stop method. For more information, see Restart an instance.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.instances.startWithEncryptionKey@.+module Gogol.Compute.Instances.StartWithEncryptionKey+  ( -- * Resource+    ComputeInstancesStartWithEncryptionKeyResource,++    -- ** Constructing a Request+    ComputeInstancesStartWithEncryptionKey (..),+    newComputeInstancesStartWithEncryptionKey,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.instances.startWithEncryptionKey@ method which the+-- 'ComputeInstancesStartWithEncryptionKey' request conforms to.+type ComputeInstancesStartWithEncryptionKeyResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "instances"+    Core.:> Core.Capture "instance" Core.Text+    Core.:> "startWithEncryptionKey"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody+              '[Core.JSON]+              InstancesStartWithEncryptionKeyRequest+    Core.:> Core.Post '[Core.JSON] Operation++-- | Starts an instance that was stopped using the instances().stop method. For more information, see Restart an instance.+--+-- /See:/ 'newComputeInstancesStartWithEncryptionKey' smart constructor.+data ComputeInstancesStartWithEncryptionKey = ComputeInstancesStartWithEncryptionKey+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the instance resource to start.+    instance' :: Core.Text,+    -- | Multipart request metadata.+    payload :: InstancesStartWithEncryptionKeyRequest,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone for this request.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInstancesStartWithEncryptionKey' with the minimum fields required to make a request.+newComputeInstancesStartWithEncryptionKey ::+  -- |  Name of the instance resource to start. See 'instance''.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  InstancesStartWithEncryptionKeyRequest ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone for this request. See 'zone'.+  Core.Text ->+  ComputeInstancesStartWithEncryptionKey+newComputeInstancesStartWithEncryptionKey+  instance'+  payload+  project+  zone =+    ComputeInstancesStartWithEncryptionKey+      { xgafv = Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        instance' = instance',+        payload = payload,+        project = project,+        requestId = Core.Nothing,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing,+        zone = zone+      }++instance Core.GoogleRequest ComputeInstancesStartWithEncryptionKey where+  type Rs ComputeInstancesStartWithEncryptionKey = Operation+  type+    Scopes ComputeInstancesStartWithEncryptionKey =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeInstancesStartWithEncryptionKey {..} =+    go+      project+      zone+      instance'+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeInstancesStartWithEncryptionKeyResource+          )+          Core.mempty
+ gen/Gogol/Compute/Instances/Stop.hs view
@@ -0,0 +1,138 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Instances.Stop+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- 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.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.instances.stop@.+module Gogol.Compute.Instances.Stop+  ( -- * Resource+    ComputeInstancesStopResource,++    -- ** Constructing a Request+    ComputeInstancesStop (..),+    newComputeInstancesStop,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.instances.stop@ method which the+-- 'ComputeInstancesStop' request conforms to.+type ComputeInstancesStopResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "instances"+    Core.:> Core.Capture "instance" Core.Text+    Core.:> "stop"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "discardLocalSsd" Core.Bool+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Post '[Core.JSON] Operation++-- | 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.+--+-- /See:/ 'newComputeInstancesStop' smart constructor.+data ComputeInstancesStop = ComputeInstancesStop+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | This property is required if the instance has any attached Local SSD disks. If false, Local SSD data will be preserved when the instance is suspended. If true, the contents of any attached Local SSD disks will be discarded.+    discardLocalSsd :: (Core.Maybe Core.Bool),+    -- | Name of the instance resource to stop.+    instance' :: Core.Text,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone for this request.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInstancesStop' with the minimum fields required to make a request.+newComputeInstancesStop ::+  -- |  Name of the instance resource to stop. See 'instance''.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone for this request. See 'zone'.+  Core.Text ->+  ComputeInstancesStop+newComputeInstancesStop instance' project zone =+  ComputeInstancesStop+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      discardLocalSsd = Core.Nothing,+      instance' = instance',+      project = project,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      zone = zone+    }++instance Core.GoogleRequest ComputeInstancesStop where+  type Rs ComputeInstancesStop = Operation+  type+    Scopes ComputeInstancesStop =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeInstancesStop {..} =+    go+      project+      zone+      instance'+      xgafv+      accessToken+      callback+      discardLocalSsd+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeInstancesStopResource)+          Core.mempty
+ gen/Gogol/Compute/Instances/Suspend.hs view
@@ -0,0 +1,138 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Instances.Suspend+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- 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 have no compute costs (cores or RAM), and incur only storage charges for the saved VM memory and localSSD data. Any charged resources the virtual machine was using, such as persistent disks and static IP addresses, will continue to be charged while the instance is suspended. For more information, see Suspending and resuming an instance.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.instances.suspend@.+module Gogol.Compute.Instances.Suspend+  ( -- * Resource+    ComputeInstancesSuspendResource,++    -- ** Constructing a Request+    ComputeInstancesSuspend (..),+    newComputeInstancesSuspend,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.instances.suspend@ method which the+-- 'ComputeInstancesSuspend' request conforms to.+type ComputeInstancesSuspendResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "instances"+    Core.:> Core.Capture "instance" Core.Text+    Core.:> "suspend"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "discardLocalSsd" Core.Bool+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Post '[Core.JSON] Operation++-- | 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 have no compute costs (cores or RAM), and incur only storage charges for the saved VM memory and localSSD data. Any charged resources the virtual machine was using, such as persistent disks and static IP addresses, will continue to be charged while the instance is suspended. For more information, see Suspending and resuming an instance.+--+-- /See:/ 'newComputeInstancesSuspend' smart constructor.+data ComputeInstancesSuspend = ComputeInstancesSuspend+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | This property is required if the instance has any attached Local SSD disks. If false, Local SSD data will be preserved when the instance is suspended. If true, the contents of any attached Local SSD disks will be discarded.+    discardLocalSsd :: (Core.Maybe Core.Bool),+    -- | Name of the instance resource to suspend.+    instance' :: Core.Text,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone for this request.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInstancesSuspend' with the minimum fields required to make a request.+newComputeInstancesSuspend ::+  -- |  Name of the instance resource to suspend. See 'instance''.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone for this request. See 'zone'.+  Core.Text ->+  ComputeInstancesSuspend+newComputeInstancesSuspend instance' project zone =+  ComputeInstancesSuspend+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      discardLocalSsd = Core.Nothing,+      instance' = instance',+      project = project,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      zone = zone+    }++instance Core.GoogleRequest ComputeInstancesSuspend where+  type Rs ComputeInstancesSuspend = Operation+  type+    Scopes ComputeInstancesSuspend =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeInstancesSuspend {..} =+    go+      project+      zone+      instance'+      xgafv+      accessToken+      callback+      discardLocalSsd+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeInstancesSuspendResource)+          Core.mempty
+ gen/Gogol/Compute/Instances/TestIamPermissions.hs view
@@ -0,0 +1,139 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Instances.TestIamPermissions+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Returns permissions that a caller has on the specified resource.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.instances.testIamPermissions@.+module Gogol.Compute.Instances.TestIamPermissions+  ( -- * Resource+    ComputeInstancesTestIamPermissionsResource,++    -- ** Constructing a Request+    ComputeInstancesTestIamPermissions (..),+    newComputeInstancesTestIamPermissions,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.instances.testIamPermissions@ method which the+-- 'ComputeInstancesTestIamPermissions' request conforms to.+type ComputeInstancesTestIamPermissionsResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "instances"+    Core.:> Core.Capture "resource" Core.Text+    Core.:> "testIamPermissions"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] TestPermissionsRequest+    Core.:> Core.Post '[Core.JSON] TestPermissionsResponse++-- | Returns permissions that a caller has on the specified resource.+--+-- /See:/ 'newComputeInstancesTestIamPermissions' smart constructor.+data ComputeInstancesTestIamPermissions = ComputeInstancesTestIamPermissions+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Multipart request metadata.+    payload :: TestPermissionsRequest,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Name or id of the resource for this request.+    resource :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone for this request.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInstancesTestIamPermissions' with the minimum fields required to make a request.+newComputeInstancesTestIamPermissions ::+  -- |  Multipart request metadata. See 'payload'.+  TestPermissionsRequest ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  Name or id of the resource for this request. See 'resource'.+  Core.Text ->+  -- |  The name of the zone for this request. See 'zone'.+  Core.Text ->+  ComputeInstancesTestIamPermissions+newComputeInstancesTestIamPermissions payload project resource zone =+  ComputeInstancesTestIamPermissions+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      payload = payload,+      project = project,+      resource = resource,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      zone = zone+    }++instance Core.GoogleRequest ComputeInstancesTestIamPermissions where+  type+    Rs ComputeInstancesTestIamPermissions =+      TestPermissionsResponse+  type+    Scopes ComputeInstancesTestIamPermissions =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeInstancesTestIamPermissions {..} =+    go+      project+      zone+      resource+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeInstancesTestIamPermissionsResource+          )+          Core.mempty
+ gen/Gogol/Compute/Instances/Update.hs view
@@ -0,0 +1,151 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Instances.Update+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Updates an instance only if the necessary resources are available. This method can update only a specific set of instance properties. See Updating a running instance for a list of updatable instance properties.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.instances.update@.+module Gogol.Compute.Instances.Update+  ( -- * Resource+    ComputeInstancesUpdateResource,++    -- ** Constructing a Request+    ComputeInstancesUpdate (..),+    newComputeInstancesUpdate,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.instances.update@ method which the+-- 'ComputeInstancesUpdate' request conforms to.+type ComputeInstancesUpdateResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "instances"+    Core.:> Core.Capture "instance" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "minimalAction" InstancesUpdateMinimalAction+    Core.:> Core.QueryParam+              "mostDisruptiveAllowedAction"+              InstancesUpdateMostDisruptiveAllowedAction+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] Instance+    Core.:> Core.Put '[Core.JSON] Operation++-- | Updates an instance only if the necessary resources are available. This method can update only a specific set of instance properties. See Updating a running instance for a list of updatable instance properties.+--+-- /See:/ 'newComputeInstancesUpdate' smart constructor.+data ComputeInstancesUpdate = ComputeInstancesUpdate+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the instance resource to update.+    instance' :: Core.Text,+    -- | Specifies the action to take when updating an instance even if the updated properties do not require it. If not specified, then Compute Engine acts based on the minimum action that the updated properties require.+    minimalAction :: (Core.Maybe InstancesUpdateMinimalAction),+    -- | Specifies the most disruptive action that can be taken on the instance as part of the update. Compute Engine returns an error if the instance properties require a more disruptive action as part of the instance update. Valid options from lowest to highest are NO_EFFECT, REFRESH, and RESTART.+    mostDisruptiveAllowedAction :: (Core.Maybe InstancesUpdateMostDisruptiveAllowedAction),+    -- | Multipart request metadata.+    payload :: Instance,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone for this request.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInstancesUpdate' with the minimum fields required to make a request.+newComputeInstancesUpdate ::+  -- |  Name of the instance resource to update. See 'instance''.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  Instance ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone for this request. See 'zone'.+  Core.Text ->+  ComputeInstancesUpdate+newComputeInstancesUpdate instance' payload project zone =+  ComputeInstancesUpdate+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      instance' = instance',+      minimalAction = Core.Nothing,+      mostDisruptiveAllowedAction = Core.Nothing,+      payload = payload,+      project = project,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      zone = zone+    }++instance Core.GoogleRequest ComputeInstancesUpdate where+  type Rs ComputeInstancesUpdate = Operation+  type+    Scopes ComputeInstancesUpdate =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeInstancesUpdate {..} =+    go+      project+      zone+      instance'+      xgafv+      accessToken+      callback+      minimalAction+      mostDisruptiveAllowedAction+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeInstancesUpdateResource)+          Core.mempty
+ gen/Gogol/Compute/Instances/UpdateAccessConfig.hs view
@@ -0,0 +1,154 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Instances.UpdateAccessConfig+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- 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.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.instances.updateAccessConfig@.+module Gogol.Compute.Instances.UpdateAccessConfig+  ( -- * Resource+    ComputeInstancesUpdateAccessConfigResource,++    -- ** Constructing a Request+    ComputeInstancesUpdateAccessConfig (..),+    newComputeInstancesUpdateAccessConfig,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.instances.updateAccessConfig@ method which the+-- 'ComputeInstancesUpdateAccessConfig' request conforms to.+type ComputeInstancesUpdateAccessConfigResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "instances"+    Core.:> Core.Capture "instance" Core.Text+    Core.:> "updateAccessConfig"+    Core.:> Core.QueryParam "networkInterface" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] AccessConfig+    Core.:> Core.Post '[Core.JSON] Operation++-- | 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.+--+-- /See:/ 'newComputeInstancesUpdateAccessConfig' smart constructor.+data ComputeInstancesUpdateAccessConfig = ComputeInstancesUpdateAccessConfig+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | The instance name for this request.+    instance' :: Core.Text,+    -- | The name of the network interface where the access config is attached.+    networkInterface :: Core.Text,+    -- | Multipart request metadata.+    payload :: AccessConfig,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone for this request.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInstancesUpdateAccessConfig' with the minimum fields required to make a request.+newComputeInstancesUpdateAccessConfig ::+  -- |  The instance name for this request. See 'instance''.+  Core.Text ->+  -- |  The name of the network interface where the access config is attached. See 'networkInterface'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  AccessConfig ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone for this request. See 'zone'.+  Core.Text ->+  ComputeInstancesUpdateAccessConfig+newComputeInstancesUpdateAccessConfig+  instance'+  networkInterface+  payload+  project+  zone =+    ComputeInstancesUpdateAccessConfig+      { xgafv = Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        instance' = instance',+        networkInterface = networkInterface,+        payload = payload,+        project = project,+        requestId = Core.Nothing,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing,+        zone = zone+      }++instance Core.GoogleRequest ComputeInstancesUpdateAccessConfig where+  type Rs ComputeInstancesUpdateAccessConfig = Operation+  type+    Scopes ComputeInstancesUpdateAccessConfig =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeInstancesUpdateAccessConfig {..} =+    go+      project+      zone+      instance'+      (Core.Just networkInterface)+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeInstancesUpdateAccessConfigResource+          )+          Core.mempty
+ gen/Gogol/Compute/Instances/UpdateDisplayDevice.hs view
@@ -0,0 +1,146 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Instances.UpdateDisplayDevice+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Updates the Display config for a VM instance. You can only use this method on a stopped VM instance. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.instances.updateDisplayDevice@.+module Gogol.Compute.Instances.UpdateDisplayDevice+  ( -- * Resource+    ComputeInstancesUpdateDisplayDeviceResource,++    -- ** Constructing a Request+    ComputeInstancesUpdateDisplayDevice (..),+    newComputeInstancesUpdateDisplayDevice,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.instances.updateDisplayDevice@ method which the+-- 'ComputeInstancesUpdateDisplayDevice' request conforms to.+type ComputeInstancesUpdateDisplayDeviceResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "instances"+    Core.:> Core.Capture "instance" Core.Text+    Core.:> "updateDisplayDevice"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] DisplayDevice+    Core.:> Core.Patch '[Core.JSON] Operation++-- | Updates the Display config for a VM instance. You can only use this method on a stopped VM instance. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.+--+-- /See:/ 'newComputeInstancesUpdateDisplayDevice' smart constructor.+data ComputeInstancesUpdateDisplayDevice = ComputeInstancesUpdateDisplayDevice+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the instance scoping this request.+    instance' :: Core.Text,+    -- | Multipart request metadata.+    payload :: DisplayDevice,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone for this request.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInstancesUpdateDisplayDevice' with the minimum fields required to make a request.+newComputeInstancesUpdateDisplayDevice ::+  -- |  Name of the instance scoping this request. See 'instance''.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  DisplayDevice ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone for this request. See 'zone'.+  Core.Text ->+  ComputeInstancesUpdateDisplayDevice+newComputeInstancesUpdateDisplayDevice+  instance'+  payload+  project+  zone =+    ComputeInstancesUpdateDisplayDevice+      { xgafv = Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        instance' = instance',+        payload = payload,+        project = project,+        requestId = Core.Nothing,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing,+        zone = zone+      }++instance Core.GoogleRequest ComputeInstancesUpdateDisplayDevice where+  type Rs ComputeInstancesUpdateDisplayDevice = Operation+  type+    Scopes ComputeInstancesUpdateDisplayDevice =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeInstancesUpdateDisplayDevice {..} =+    go+      project+      zone+      instance'+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeInstancesUpdateDisplayDeviceResource+          )+          Core.mempty
+ gen/Gogol/Compute/Instances/UpdateNetworkInterface.hs view
@@ -0,0 +1,154 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Instances.UpdateNetworkInterface+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Updates an instance\'s network interface. This method can only update an interface\'s alias IP range and attached network. See Modifying alias IP ranges for an existing instance for instructions on changing alias IP ranges. See Migrating a VM between networks for instructions on migrating an interface. This method follows PATCH semantics.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.instances.updateNetworkInterface@.+module Gogol.Compute.Instances.UpdateNetworkInterface+  ( -- * Resource+    ComputeInstancesUpdateNetworkInterfaceResource,++    -- ** Constructing a Request+    ComputeInstancesUpdateNetworkInterface (..),+    newComputeInstancesUpdateNetworkInterface,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.instances.updateNetworkInterface@ method which the+-- 'ComputeInstancesUpdateNetworkInterface' request conforms to.+type ComputeInstancesUpdateNetworkInterfaceResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "instances"+    Core.:> Core.Capture "instance" Core.Text+    Core.:> "updateNetworkInterface"+    Core.:> Core.QueryParam "networkInterface" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] NetworkInterface+    Core.:> Core.Patch '[Core.JSON] Operation++-- | Updates an instance\'s network interface. This method can only update an interface\'s alias IP range and attached network. See Modifying alias IP ranges for an existing instance for instructions on changing alias IP ranges. See Migrating a VM between networks for instructions on migrating an interface. This method follows PATCH semantics.+--+-- /See:/ 'newComputeInstancesUpdateNetworkInterface' smart constructor.+data ComputeInstancesUpdateNetworkInterface = ComputeInstancesUpdateNetworkInterface+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | The instance name for this request.+    instance' :: Core.Text,+    -- | The name of the network interface to update.+    networkInterface :: Core.Text,+    -- | Multipart request metadata.+    payload :: NetworkInterface,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone for this request.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInstancesUpdateNetworkInterface' with the minimum fields required to make a request.+newComputeInstancesUpdateNetworkInterface ::+  -- |  The instance name for this request. See 'instance''.+  Core.Text ->+  -- |  The name of the network interface to update. See 'networkInterface'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  NetworkInterface ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone for this request. See 'zone'.+  Core.Text ->+  ComputeInstancesUpdateNetworkInterface+newComputeInstancesUpdateNetworkInterface+  instance'+  networkInterface+  payload+  project+  zone =+    ComputeInstancesUpdateNetworkInterface+      { xgafv = Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        instance' = instance',+        networkInterface = networkInterface,+        payload = payload,+        project = project,+        requestId = Core.Nothing,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing,+        zone = zone+      }++instance Core.GoogleRequest ComputeInstancesUpdateNetworkInterface where+  type Rs ComputeInstancesUpdateNetworkInterface = Operation+  type+    Scopes ComputeInstancesUpdateNetworkInterface =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeInstancesUpdateNetworkInterface {..} =+    go+      project+      zone+      instance'+      (Core.Just networkInterface)+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeInstancesUpdateNetworkInterfaceResource+          )+          Core.mempty
+ gen/Gogol/Compute/Instances/UpdateShieldedInstanceConfig.hs view
@@ -0,0 +1,150 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Instances.UpdateShieldedInstanceConfig+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Updates the Shielded Instance config for an instance. You can only use this method on a stopped instance. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.instances.updateShieldedInstanceConfig@.+module Gogol.Compute.Instances.UpdateShieldedInstanceConfig+  ( -- * Resource+    ComputeInstancesUpdateShieldedInstanceConfigResource,++    -- ** Constructing a Request+    ComputeInstancesUpdateShieldedInstanceConfig (..),+    newComputeInstancesUpdateShieldedInstanceConfig,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.instances.updateShieldedInstanceConfig@ method which the+-- 'ComputeInstancesUpdateShieldedInstanceConfig' request conforms to.+type ComputeInstancesUpdateShieldedInstanceConfigResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "instances"+    Core.:> Core.Capture "instance" Core.Text+    Core.:> "updateShieldedInstanceConfig"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] ShieldedInstanceConfig+    Core.:> Core.Patch '[Core.JSON] Operation++-- | Updates the Shielded Instance config for an instance. You can only use this method on a stopped instance. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.+--+-- /See:/ 'newComputeInstancesUpdateShieldedInstanceConfig' smart constructor.+data ComputeInstancesUpdateShieldedInstanceConfig = ComputeInstancesUpdateShieldedInstanceConfig+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name or id of the instance scoping this request.+    instance' :: Core.Text,+    -- | Multipart request metadata.+    payload :: ShieldedInstanceConfig,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone for this request.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInstancesUpdateShieldedInstanceConfig' with the minimum fields required to make a request.+newComputeInstancesUpdateShieldedInstanceConfig ::+  -- |  Name or id of the instance scoping this request. See 'instance''.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  ShieldedInstanceConfig ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone for this request. See 'zone'.+  Core.Text ->+  ComputeInstancesUpdateShieldedInstanceConfig+newComputeInstancesUpdateShieldedInstanceConfig+  instance'+  payload+  project+  zone =+    ComputeInstancesUpdateShieldedInstanceConfig+      { xgafv =+          Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        instance' = instance',+        payload = payload,+        project = project,+        requestId = Core.Nothing,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing,+        zone = zone+      }++instance+  Core.GoogleRequest+    ComputeInstancesUpdateShieldedInstanceConfig+  where+  type Rs ComputeInstancesUpdateShieldedInstanceConfig = Operation+  type+    Scopes ComputeInstancesUpdateShieldedInstanceConfig =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeInstancesUpdateShieldedInstanceConfig {..} =+    go+      project+      zone+      instance'+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeInstancesUpdateShieldedInstanceConfigResource+          )+          Core.mempty
+ gen/Gogol/Compute/InstantSnapshots/AggregatedList.hs view
@@ -0,0 +1,154 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.InstantSnapshots.AggregatedList+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Retrieves an aggregated list of instantSnapshots. To prevent failure, Google recommends that you set the @returnPartialSuccess@ parameter to @true@.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.instantSnapshots.aggregatedList@.+module Gogol.Compute.InstantSnapshots.AggregatedList+  ( -- * Resource+    ComputeInstantSnapshotsAggregatedListResource,++    -- ** Constructing a Request+    ComputeInstantSnapshotsAggregatedList (..),+    newComputeInstantSnapshotsAggregatedList,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.instantSnapshots.aggregatedList@ method which the+-- 'ComputeInstantSnapshotsAggregatedList' request conforms to.+type ComputeInstantSnapshotsAggregatedListResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "aggregated"+    Core.:> "instantSnapshots"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "filter" Core.Text+    Core.:> Core.QueryParam "includeAllScopes" Core.Bool+    Core.:> Core.QueryParam "maxResults" Core.Word32+    Core.:> Core.QueryParam "orderBy" Core.Text+    Core.:> Core.QueryParam "pageToken" Core.Text+    Core.:> Core.QueryParam "returnPartialSuccess" Core.Bool+    Core.:> Core.QueryParam "serviceProjectNumber" Core.Int64+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] InstantSnapshotAggregatedList++-- | Retrieves an aggregated list of instantSnapshots. To prevent failure, Google recommends that you set the @returnPartialSuccess@ parameter to @true@.+--+-- /See:/ 'newComputeInstantSnapshotsAggregatedList' smart constructor.+data ComputeInstantSnapshotsAggregatedList = ComputeInstantSnapshotsAggregatedList+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.+    includeAllScopes :: (Core.Maybe Core.Bool),+    -- | 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 :: Core.Word32,+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.+    returnPartialSuccess :: (Core.Maybe Core.Bool),+    -- | The Shared VPC service project id or service project number for which aggregated list request is invoked for subnetworks list-usable api.+    serviceProjectNumber :: (Core.Maybe Core.Int64),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInstantSnapshotsAggregatedList' with the minimum fields required to make a request.+newComputeInstantSnapshotsAggregatedList ::+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeInstantSnapshotsAggregatedList+newComputeInstantSnapshotsAggregatedList project =+  ComputeInstantSnapshotsAggregatedList+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      filter = Core.Nothing,+      includeAllScopes = Core.Nothing,+      maxResults = 500,+      orderBy = Core.Nothing,+      pageToken = Core.Nothing,+      project = project,+      returnPartialSuccess = Core.Nothing,+      serviceProjectNumber = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeInstantSnapshotsAggregatedList where+  type+    Rs ComputeInstantSnapshotsAggregatedList =+      InstantSnapshotAggregatedList+  type+    Scopes ComputeInstantSnapshotsAggregatedList =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeInstantSnapshotsAggregatedList {..} =+    go+      project+      xgafv+      accessToken+      callback+      filter+      includeAllScopes+      (Core.Just maxResults)+      orderBy+      pageToken+      returnPartialSuccess+      serviceProjectNumber+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeInstantSnapshotsAggregatedListResource+          )+          Core.mempty
+ gen/Gogol/Compute/InstantSnapshots/Delete.hs view
@@ -0,0 +1,132 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.InstantSnapshots.Delete+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Deletes the specified InstantSnapshot resource. Keep in mind that deleting a single instantSnapshot might not necessarily delete all the data on that instantSnapshot. If any data on the instantSnapshot that is marked for deletion is needed for subsequent instantSnapshots, the data will be moved to the next corresponding instantSnapshot. For more information, see Deleting instantSnapshots.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.instantSnapshots.delete@.+module Gogol.Compute.InstantSnapshots.Delete+  ( -- * Resource+    ComputeInstantSnapshotsDeleteResource,++    -- ** Constructing a Request+    ComputeInstantSnapshotsDelete (..),+    newComputeInstantSnapshotsDelete,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.instantSnapshots.delete@ method which the+-- 'ComputeInstantSnapshotsDelete' request conforms to.+type ComputeInstantSnapshotsDeleteResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "instantSnapshots"+    Core.:> Core.Capture "instantSnapshot" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Delete '[Core.JSON] Operation++-- | Deletes the specified InstantSnapshot resource. Keep in mind that deleting a single instantSnapshot might not necessarily delete all the data on that instantSnapshot. If any data on the instantSnapshot that is marked for deletion is needed for subsequent instantSnapshots, the data will be moved to the next corresponding instantSnapshot. For more information, see Deleting instantSnapshots.+--+-- /See:/ 'newComputeInstantSnapshotsDelete' smart constructor.+data ComputeInstantSnapshotsDelete = ComputeInstantSnapshotsDelete+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the InstantSnapshot resource to delete.+    instantSnapshot :: Core.Text,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone for this request.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInstantSnapshotsDelete' with the minimum fields required to make a request.+newComputeInstantSnapshotsDelete ::+  -- |  Name of the InstantSnapshot resource to delete. See 'instantSnapshot'.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone for this request. See 'zone'.+  Core.Text ->+  ComputeInstantSnapshotsDelete+newComputeInstantSnapshotsDelete instantSnapshot project zone =+  ComputeInstantSnapshotsDelete+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      instantSnapshot = instantSnapshot,+      project = project,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      zone = zone+    }++instance Core.GoogleRequest ComputeInstantSnapshotsDelete where+  type Rs ComputeInstantSnapshotsDelete = Operation+  type+    Scopes ComputeInstantSnapshotsDelete =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeInstantSnapshotsDelete {..} =+    go+      project+      zone+      instantSnapshot+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeInstantSnapshotsDeleteResource)+          Core.mempty
+ gen/Gogol/Compute/InstantSnapshots/Get.hs view
@@ -0,0 +1,127 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.InstantSnapshots.Get+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Returns the specified InstantSnapshot resource in the specified zone.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.instantSnapshots.get@.+module Gogol.Compute.InstantSnapshots.Get+  ( -- * Resource+    ComputeInstantSnapshotsGetResource,++    -- ** Constructing a Request+    ComputeInstantSnapshotsGet (..),+    newComputeInstantSnapshotsGet,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.instantSnapshots.get@ method which the+-- 'ComputeInstantSnapshotsGet' request conforms to.+type ComputeInstantSnapshotsGetResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "instantSnapshots"+    Core.:> Core.Capture "instantSnapshot" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] InstantSnapshot++-- | Returns the specified InstantSnapshot resource in the specified zone.+--+-- /See:/ 'newComputeInstantSnapshotsGet' smart constructor.+data ComputeInstantSnapshotsGet = ComputeInstantSnapshotsGet+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the InstantSnapshot resource to return.+    instantSnapshot :: Core.Text,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone for this request.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInstantSnapshotsGet' with the minimum fields required to make a request.+newComputeInstantSnapshotsGet ::+  -- |  Name of the InstantSnapshot resource to return. See 'instantSnapshot'.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone for this request. See 'zone'.+  Core.Text ->+  ComputeInstantSnapshotsGet+newComputeInstantSnapshotsGet instantSnapshot project zone =+  ComputeInstantSnapshotsGet+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      instantSnapshot = instantSnapshot,+      project = project,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      zone = zone+    }++instance Core.GoogleRequest ComputeInstantSnapshotsGet where+  type Rs ComputeInstantSnapshotsGet = InstantSnapshot+  type+    Scopes ComputeInstantSnapshotsGet =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeInstantSnapshotsGet {..} =+    go+      project+      zone+      instantSnapshot+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeInstantSnapshotsGetResource)+          Core.mempty
+ gen/Gogol/Compute/InstantSnapshots/GetIamPolicy.hs view
@@ -0,0 +1,135 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.InstantSnapshots.GetIamPolicy+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Gets the access control policy for a resource. May be empty if no such policy or resource exists.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.instantSnapshots.getIamPolicy@.+module Gogol.Compute.InstantSnapshots.GetIamPolicy+  ( -- * Resource+    ComputeInstantSnapshotsGetIamPolicyResource,++    -- ** Constructing a Request+    ComputeInstantSnapshotsGetIamPolicy (..),+    newComputeInstantSnapshotsGetIamPolicy,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.instantSnapshots.getIamPolicy@ method which the+-- 'ComputeInstantSnapshotsGetIamPolicy' request conforms to.+type ComputeInstantSnapshotsGetIamPolicyResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "instantSnapshots"+    Core.:> Core.Capture "resource" Core.Text+    Core.:> "getIamPolicy"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "optionsRequestedPolicyVersion" Core.Int32+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] Policy++-- | Gets the access control policy for a resource. May be empty if no such policy or resource exists.+--+-- /See:/ 'newComputeInstantSnapshotsGetIamPolicy' smart constructor.+data ComputeInstantSnapshotsGetIamPolicy = ComputeInstantSnapshotsGetIamPolicy+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Requested IAM Policy version.+    optionsRequestedPolicyVersion :: (Core.Maybe Core.Int32),+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Name or id of the resource for this request.+    resource :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone for this request.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInstantSnapshotsGetIamPolicy' with the minimum fields required to make a request.+newComputeInstantSnapshotsGetIamPolicy ::+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  Name or id of the resource for this request. See 'resource'.+  Core.Text ->+  -- |  The name of the zone for this request. See 'zone'.+  Core.Text ->+  ComputeInstantSnapshotsGetIamPolicy+newComputeInstantSnapshotsGetIamPolicy project resource zone =+  ComputeInstantSnapshotsGetIamPolicy+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      optionsRequestedPolicyVersion = Core.Nothing,+      project = project,+      resource = resource,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      zone = zone+    }++instance Core.GoogleRequest ComputeInstantSnapshotsGetIamPolicy where+  type Rs ComputeInstantSnapshotsGetIamPolicy = Policy+  type+    Scopes ComputeInstantSnapshotsGetIamPolicy =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeInstantSnapshotsGetIamPolicy {..} =+    go+      project+      zone+      resource+      xgafv+      accessToken+      callback+      optionsRequestedPolicyVersion+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeInstantSnapshotsGetIamPolicyResource+          )+          Core.mempty
+ gen/Gogol/Compute/InstantSnapshots/Insert.hs view
@@ -0,0 +1,132 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.InstantSnapshots.Insert+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Creates an instant snapshot in the specified zone.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.instantSnapshots.insert@.+module Gogol.Compute.InstantSnapshots.Insert+  ( -- * Resource+    ComputeInstantSnapshotsInsertResource,++    -- ** Constructing a Request+    ComputeInstantSnapshotsInsert (..),+    newComputeInstantSnapshotsInsert,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.instantSnapshots.insert@ method which the+-- 'ComputeInstantSnapshotsInsert' request conforms to.+type ComputeInstantSnapshotsInsertResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "instantSnapshots"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] InstantSnapshot+    Core.:> Core.Post '[Core.JSON] Operation++-- | Creates an instant snapshot in the specified zone.+--+-- /See:/ 'newComputeInstantSnapshotsInsert' smart constructor.+data ComputeInstantSnapshotsInsert = ComputeInstantSnapshotsInsert+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Multipart request metadata.+    payload :: InstantSnapshot,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | Name of the zone for this request.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInstantSnapshotsInsert' with the minimum fields required to make a request.+newComputeInstantSnapshotsInsert ::+  -- |  Multipart request metadata. See 'payload'.+  InstantSnapshot ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  Name of the zone for this request. See 'zone'.+  Core.Text ->+  ComputeInstantSnapshotsInsert+newComputeInstantSnapshotsInsert payload project zone =+  ComputeInstantSnapshotsInsert+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      payload = payload,+      project = project,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      zone = zone+    }++instance Core.GoogleRequest ComputeInstantSnapshotsInsert where+  type Rs ComputeInstantSnapshotsInsert = Operation+  type+    Scopes ComputeInstantSnapshotsInsert =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeInstantSnapshotsInsert {..} =+    go+      project+      zone+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeInstantSnapshotsInsertResource)+          Core.mempty
+ gen/Gogol/Compute/InstantSnapshots/List.hs view
@@ -0,0 +1,147 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.InstantSnapshots.List+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Retrieves the list of InstantSnapshot resources contained within the specified zone.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.instantSnapshots.list@.+module Gogol.Compute.InstantSnapshots.List+  ( -- * Resource+    ComputeInstantSnapshotsListResource,++    -- ** Constructing a Request+    ComputeInstantSnapshotsList (..),+    newComputeInstantSnapshotsList,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.instantSnapshots.list@ method which the+-- 'ComputeInstantSnapshotsList' request conforms to.+type ComputeInstantSnapshotsListResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "instantSnapshots"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "filter" Core.Text+    Core.:> Core.QueryParam "maxResults" Core.Word32+    Core.:> Core.QueryParam "orderBy" Core.Text+    Core.:> Core.QueryParam "pageToken" Core.Text+    Core.:> Core.QueryParam "returnPartialSuccess" Core.Bool+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] InstantSnapshotList++-- | Retrieves the list of InstantSnapshot resources contained within the specified zone.+--+-- /See:/ 'newComputeInstantSnapshotsList' smart constructor.+data ComputeInstantSnapshotsList = ComputeInstantSnapshotsList+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: Core.Word32,+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.+    returnPartialSuccess :: (Core.Maybe Core.Bool),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone for this request.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInstantSnapshotsList' with the minimum fields required to make a request.+newComputeInstantSnapshotsList ::+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone for this request. See 'zone'.+  Core.Text ->+  ComputeInstantSnapshotsList+newComputeInstantSnapshotsList project zone =+  ComputeInstantSnapshotsList+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      filter = Core.Nothing,+      maxResults = 500,+      orderBy = Core.Nothing,+      pageToken = Core.Nothing,+      project = project,+      returnPartialSuccess = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      zone = zone+    }++instance Core.GoogleRequest ComputeInstantSnapshotsList where+  type Rs ComputeInstantSnapshotsList = InstantSnapshotList+  type+    Scopes ComputeInstantSnapshotsList =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeInstantSnapshotsList {..} =+    go+      project+      zone+      xgafv+      accessToken+      callback+      filter+      (Core.Just maxResults)+      orderBy+      pageToken+      returnPartialSuccess+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeInstantSnapshotsListResource)+          Core.mempty
+ gen/Gogol/Compute/InstantSnapshots/SetIamPolicy.hs view
@@ -0,0 +1,141 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.InstantSnapshots.SetIamPolicy+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Sets the access control policy on the specified resource. Replaces any existing policy.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.instantSnapshots.setIamPolicy@.+module Gogol.Compute.InstantSnapshots.SetIamPolicy+  ( -- * Resource+    ComputeInstantSnapshotsSetIamPolicyResource,++    -- ** Constructing a Request+    ComputeInstantSnapshotsSetIamPolicy (..),+    newComputeInstantSnapshotsSetIamPolicy,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.instantSnapshots.setIamPolicy@ method which the+-- 'ComputeInstantSnapshotsSetIamPolicy' request conforms to.+type ComputeInstantSnapshotsSetIamPolicyResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "instantSnapshots"+    Core.:> Core.Capture "resource" Core.Text+    Core.:> "setIamPolicy"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] ZoneSetPolicyRequest+    Core.:> Core.Post '[Core.JSON] Policy++-- | Sets the access control policy on the specified resource. Replaces any existing policy.+--+-- /See:/ 'newComputeInstantSnapshotsSetIamPolicy' smart constructor.+data ComputeInstantSnapshotsSetIamPolicy = ComputeInstantSnapshotsSetIamPolicy+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Multipart request metadata.+    payload :: ZoneSetPolicyRequest,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Name or id of the resource for this request.+    resource :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone for this request.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInstantSnapshotsSetIamPolicy' with the minimum fields required to make a request.+newComputeInstantSnapshotsSetIamPolicy ::+  -- |  Multipart request metadata. See 'payload'.+  ZoneSetPolicyRequest ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  Name or id of the resource for this request. See 'resource'.+  Core.Text ->+  -- |  The name of the zone for this request. See 'zone'.+  Core.Text ->+  ComputeInstantSnapshotsSetIamPolicy+newComputeInstantSnapshotsSetIamPolicy+  payload+  project+  resource+  zone =+    ComputeInstantSnapshotsSetIamPolicy+      { xgafv = Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        payload = payload,+        project = project,+        resource = resource,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing,+        zone = zone+      }++instance Core.GoogleRequest ComputeInstantSnapshotsSetIamPolicy where+  type Rs ComputeInstantSnapshotsSetIamPolicy = Policy+  type+    Scopes ComputeInstantSnapshotsSetIamPolicy =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeInstantSnapshotsSetIamPolicy {..} =+    go+      project+      zone+      resource+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeInstantSnapshotsSetIamPolicyResource+          )+          Core.mempty
+ gen/Gogol/Compute/InstantSnapshots/SetLabels.hs view
@@ -0,0 +1,140 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.InstantSnapshots.SetLabels+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Sets the labels on a instantSnapshot in the given zone. To learn more about labels, read the Labeling Resources documentation.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.instantSnapshots.setLabels@.+module Gogol.Compute.InstantSnapshots.SetLabels+  ( -- * Resource+    ComputeInstantSnapshotsSetLabelsResource,++    -- ** Constructing a Request+    ComputeInstantSnapshotsSetLabels (..),+    newComputeInstantSnapshotsSetLabels,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.instantSnapshots.setLabels@ method which the+-- 'ComputeInstantSnapshotsSetLabels' request conforms to.+type ComputeInstantSnapshotsSetLabelsResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "instantSnapshots"+    Core.:> Core.Capture "resource" Core.Text+    Core.:> "setLabels"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] ZoneSetLabelsRequest+    Core.:> Core.Post '[Core.JSON] Operation++-- | Sets the labels on a instantSnapshot in the given zone. To learn more about labels, read the Labeling Resources documentation.+--+-- /See:/ 'newComputeInstantSnapshotsSetLabels' smart constructor.+data ComputeInstantSnapshotsSetLabels = ComputeInstantSnapshotsSetLabels+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Multipart request metadata.+    payload :: ZoneSetLabelsRequest,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Name or id of the resource for this request.+    resource :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone for this request.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInstantSnapshotsSetLabels' with the minimum fields required to make a request.+newComputeInstantSnapshotsSetLabels ::+  -- |  Multipart request metadata. See 'payload'.+  ZoneSetLabelsRequest ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  Name or id of the resource for this request. See 'resource'.+  Core.Text ->+  -- |  The name of the zone for this request. See 'zone'.+  Core.Text ->+  ComputeInstantSnapshotsSetLabels+newComputeInstantSnapshotsSetLabels payload project resource zone =+  ComputeInstantSnapshotsSetLabels+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      payload = payload,+      project = project,+      requestId = Core.Nothing,+      resource = resource,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      zone = zone+    }++instance Core.GoogleRequest ComputeInstantSnapshotsSetLabels where+  type Rs ComputeInstantSnapshotsSetLabels = Operation+  type+    Scopes ComputeInstantSnapshotsSetLabels =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeInstantSnapshotsSetLabels {..} =+    go+      project+      zone+      resource+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeInstantSnapshotsSetLabelsResource)+          Core.mempty
+ gen/Gogol/Compute/InstantSnapshots/TestIamPermissions.hs view
@@ -0,0 +1,146 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.InstantSnapshots.TestIamPermissions+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Returns permissions that a caller has on the specified resource.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.instantSnapshots.testIamPermissions@.+module Gogol.Compute.InstantSnapshots.TestIamPermissions+  ( -- * Resource+    ComputeInstantSnapshotsTestIamPermissionsResource,++    -- ** Constructing a Request+    ComputeInstantSnapshotsTestIamPermissions (..),+    newComputeInstantSnapshotsTestIamPermissions,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.instantSnapshots.testIamPermissions@ method which the+-- 'ComputeInstantSnapshotsTestIamPermissions' request conforms to.+type ComputeInstantSnapshotsTestIamPermissionsResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "instantSnapshots"+    Core.:> Core.Capture "resource" Core.Text+    Core.:> "testIamPermissions"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] TestPermissionsRequest+    Core.:> Core.Post '[Core.JSON] TestPermissionsResponse++-- | Returns permissions that a caller has on the specified resource.+--+-- /See:/ 'newComputeInstantSnapshotsTestIamPermissions' smart constructor.+data ComputeInstantSnapshotsTestIamPermissions = ComputeInstantSnapshotsTestIamPermissions+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Multipart request metadata.+    payload :: TestPermissionsRequest,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Name or id of the resource for this request.+    resource :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone for this request.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInstantSnapshotsTestIamPermissions' with the minimum fields required to make a request.+newComputeInstantSnapshotsTestIamPermissions ::+  -- |  Multipart request metadata. See 'payload'.+  TestPermissionsRequest ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  Name or id of the resource for this request. See 'resource'.+  Core.Text ->+  -- |  The name of the zone for this request. See 'zone'.+  Core.Text ->+  ComputeInstantSnapshotsTestIamPermissions+newComputeInstantSnapshotsTestIamPermissions+  payload+  project+  resource+  zone =+    ComputeInstantSnapshotsTestIamPermissions+      { xgafv = Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        payload = payload,+        project = project,+        resource = resource,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing,+        zone = zone+      }++instance+  Core.GoogleRequest+    ComputeInstantSnapshotsTestIamPermissions+  where+  type+    Rs ComputeInstantSnapshotsTestIamPermissions =+      TestPermissionsResponse+  type+    Scopes ComputeInstantSnapshotsTestIamPermissions =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeInstantSnapshotsTestIamPermissions {..} =+    go+      project+      zone+      resource+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeInstantSnapshotsTestIamPermissionsResource+          )+          Core.mempty
+ gen/Gogol/Compute/InterconnectAttachments/AggregatedList.hs view
@@ -0,0 +1,160 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.InterconnectAttachments.AggregatedList+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Retrieves an aggregated list of interconnect attachments. To prevent failure, Google recommends that you set the @returnPartialSuccess@ parameter to @true@.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.interconnectAttachments.aggregatedList@.+module Gogol.Compute.InterconnectAttachments.AggregatedList+  ( -- * Resource+    ComputeInterconnectAttachmentsAggregatedListResource,++    -- ** Constructing a Request+    ComputeInterconnectAttachmentsAggregatedList (..),+    newComputeInterconnectAttachmentsAggregatedList,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.interconnectAttachments.aggregatedList@ method which the+-- 'ComputeInterconnectAttachmentsAggregatedList' request conforms to.+type ComputeInterconnectAttachmentsAggregatedListResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "aggregated"+    Core.:> "interconnectAttachments"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "filter" Core.Text+    Core.:> Core.QueryParam "includeAllScopes" Core.Bool+    Core.:> Core.QueryParam "maxResults" Core.Word32+    Core.:> Core.QueryParam "orderBy" Core.Text+    Core.:> Core.QueryParam "pageToken" Core.Text+    Core.:> Core.QueryParam "returnPartialSuccess" Core.Bool+    Core.:> Core.QueryParam "serviceProjectNumber" Core.Int64+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get+              '[Core.JSON]+              InterconnectAttachmentAggregatedList++-- | Retrieves an aggregated list of interconnect attachments. To prevent failure, Google recommends that you set the @returnPartialSuccess@ parameter to @true@.+--+-- /See:/ 'newComputeInterconnectAttachmentsAggregatedList' smart constructor.+data ComputeInterconnectAttachmentsAggregatedList = ComputeInterconnectAttachmentsAggregatedList+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.+    includeAllScopes :: (Core.Maybe Core.Bool),+    -- | 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 :: Core.Word32,+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.+    returnPartialSuccess :: (Core.Maybe Core.Bool),+    -- | The Shared VPC service project id or service project number for which aggregated list request is invoked for subnetworks list-usable api.+    serviceProjectNumber :: (Core.Maybe Core.Int64),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInterconnectAttachmentsAggregatedList' with the minimum fields required to make a request.+newComputeInterconnectAttachmentsAggregatedList ::+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeInterconnectAttachmentsAggregatedList+newComputeInterconnectAttachmentsAggregatedList project =+  ComputeInterconnectAttachmentsAggregatedList+    { xgafv =+        Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      filter = Core.Nothing,+      includeAllScopes = Core.Nothing,+      maxResults = 500,+      orderBy = Core.Nothing,+      pageToken = Core.Nothing,+      project = project,+      returnPartialSuccess = Core.Nothing,+      serviceProjectNumber = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance+  Core.GoogleRequest+    ComputeInterconnectAttachmentsAggregatedList+  where+  type+    Rs ComputeInterconnectAttachmentsAggregatedList =+      InterconnectAttachmentAggregatedList+  type+    Scopes ComputeInterconnectAttachmentsAggregatedList =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeInterconnectAttachmentsAggregatedList {..} =+    go+      project+      xgafv+      accessToken+      callback+      filter+      includeAllScopes+      (Core.Just maxResults)+      orderBy+      pageToken+      returnPartialSuccess+      serviceProjectNumber+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeInterconnectAttachmentsAggregatedListResource+          )+          Core.mempty
+ gen/Gogol/Compute/InterconnectAttachments/Delete.hs view
@@ -0,0 +1,137 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.InterconnectAttachments.Delete+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Deletes the specified interconnect attachment.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.interconnectAttachments.delete@.+module Gogol.Compute.InterconnectAttachments.Delete+  ( -- * Resource+    ComputeInterconnectAttachmentsDeleteResource,++    -- ** Constructing a Request+    ComputeInterconnectAttachmentsDelete (..),+    newComputeInterconnectAttachmentsDelete,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.interconnectAttachments.delete@ method which the+-- 'ComputeInterconnectAttachmentsDelete' request conforms to.+type ComputeInterconnectAttachmentsDeleteResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "regions"+    Core.:> Core.Capture "region" Core.Text+    Core.:> "interconnectAttachments"+    Core.:> Core.Capture "interconnectAttachment" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Delete '[Core.JSON] Operation++-- | Deletes the specified interconnect attachment.+--+-- /See:/ 'newComputeInterconnectAttachmentsDelete' smart constructor.+data ComputeInterconnectAttachmentsDelete = ComputeInterconnectAttachmentsDelete+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the interconnect attachment to delete.+    interconnectAttachment :: Core.Text,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Name of the region for this request.+    region :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInterconnectAttachmentsDelete' with the minimum fields required to make a request.+newComputeInterconnectAttachmentsDelete ::+  -- |  Name of the interconnect attachment to delete. See 'interconnectAttachment'.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  Name of the region for this request. See 'region'.+  Core.Text ->+  ComputeInterconnectAttachmentsDelete+newComputeInterconnectAttachmentsDelete+  interconnectAttachment+  project+  region =+    ComputeInterconnectAttachmentsDelete+      { xgafv = Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        interconnectAttachment = interconnectAttachment,+        project = project,+        region = region,+        requestId = Core.Nothing,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing+      }++instance Core.GoogleRequest ComputeInterconnectAttachmentsDelete where+  type Rs ComputeInterconnectAttachmentsDelete = Operation+  type+    Scopes ComputeInterconnectAttachmentsDelete =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeInterconnectAttachmentsDelete {..} =+    go+      project+      region+      interconnectAttachment+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeInterconnectAttachmentsDeleteResource+          )+          Core.mempty
+ gen/Gogol/Compute/InterconnectAttachments/Get.hs view
@@ -0,0 +1,132 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.InterconnectAttachments.Get+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Returns the specified interconnect attachment.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.interconnectAttachments.get@.+module Gogol.Compute.InterconnectAttachments.Get+  ( -- * Resource+    ComputeInterconnectAttachmentsGetResource,++    -- ** Constructing a Request+    ComputeInterconnectAttachmentsGet (..),+    newComputeInterconnectAttachmentsGet,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.interconnectAttachments.get@ method which the+-- 'ComputeInterconnectAttachmentsGet' request conforms to.+type ComputeInterconnectAttachmentsGetResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "regions"+    Core.:> Core.Capture "region" Core.Text+    Core.:> "interconnectAttachments"+    Core.:> Core.Capture "interconnectAttachment" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] InterconnectAttachment++-- | Returns the specified interconnect attachment.+--+-- /See:/ 'newComputeInterconnectAttachmentsGet' smart constructor.+data ComputeInterconnectAttachmentsGet = ComputeInterconnectAttachmentsGet+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the interconnect attachment to return.+    interconnectAttachment :: Core.Text,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Name of the region for this request.+    region :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInterconnectAttachmentsGet' with the minimum fields required to make a request.+newComputeInterconnectAttachmentsGet ::+  -- |  Name of the interconnect attachment to return. See 'interconnectAttachment'.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  Name of the region for this request. See 'region'.+  Core.Text ->+  ComputeInterconnectAttachmentsGet+newComputeInterconnectAttachmentsGet+  interconnectAttachment+  project+  region =+    ComputeInterconnectAttachmentsGet+      { xgafv = Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        interconnectAttachment = interconnectAttachment,+        project = project,+        region = region,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing+      }++instance Core.GoogleRequest ComputeInterconnectAttachmentsGet where+  type Rs ComputeInterconnectAttachmentsGet = InterconnectAttachment+  type+    Scopes ComputeInterconnectAttachmentsGet =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeInterconnectAttachmentsGet {..} =+    go+      project+      region+      interconnectAttachment+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeInterconnectAttachmentsGetResource+          )+          Core.mempty
+ gen/Gogol/Compute/InterconnectAttachments/Insert.hs view
@@ -0,0 +1,139 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.InterconnectAttachments.Insert+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Creates an InterconnectAttachment in the specified project using the data included in the request.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.interconnectAttachments.insert@.+module Gogol.Compute.InterconnectAttachments.Insert+  ( -- * Resource+    ComputeInterconnectAttachmentsInsertResource,++    -- ** Constructing a Request+    ComputeInterconnectAttachmentsInsert (..),+    newComputeInterconnectAttachmentsInsert,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.interconnectAttachments.insert@ method which the+-- 'ComputeInterconnectAttachmentsInsert' request conforms to.+type ComputeInterconnectAttachmentsInsertResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "regions"+    Core.:> Core.Capture "region" Core.Text+    Core.:> "interconnectAttachments"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "validateOnly" Core.Bool+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] InterconnectAttachment+    Core.:> Core.Post '[Core.JSON] Operation++-- | Creates an InterconnectAttachment in the specified project using the data included in the request.+--+-- /See:/ 'newComputeInterconnectAttachmentsInsert' smart constructor.+data ComputeInterconnectAttachmentsInsert = ComputeInterconnectAttachmentsInsert+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Multipart request metadata.+    payload :: InterconnectAttachment,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Name of the region for this request.+    region :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | If true, the request will not be committed.+    validateOnly :: (Core.Maybe Core.Bool)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInterconnectAttachmentsInsert' with the minimum fields required to make a request.+newComputeInterconnectAttachmentsInsert ::+  -- |  Multipart request metadata. See 'payload'.+  InterconnectAttachment ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  Name of the region for this request. See 'region'.+  Core.Text ->+  ComputeInterconnectAttachmentsInsert+newComputeInterconnectAttachmentsInsert payload project region =+  ComputeInterconnectAttachmentsInsert+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      payload = payload,+      project = project,+      region = region,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      validateOnly = Core.Nothing+    }++instance Core.GoogleRequest ComputeInterconnectAttachmentsInsert where+  type Rs ComputeInterconnectAttachmentsInsert = Operation+  type+    Scopes ComputeInterconnectAttachmentsInsert =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeInterconnectAttachmentsInsert {..} =+    go+      project+      region+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      validateOnly+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeInterconnectAttachmentsInsertResource+          )+          Core.mempty
+ gen/Gogol/Compute/InterconnectAttachments/List.hs view
@@ -0,0 +1,151 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.InterconnectAttachments.List+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Retrieves the list of interconnect attachments contained within the specified region.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.interconnectAttachments.list@.+module Gogol.Compute.InterconnectAttachments.List+  ( -- * Resource+    ComputeInterconnectAttachmentsListResource,++    -- ** Constructing a Request+    ComputeInterconnectAttachmentsList (..),+    newComputeInterconnectAttachmentsList,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.interconnectAttachments.list@ method which the+-- 'ComputeInterconnectAttachmentsList' request conforms to.+type ComputeInterconnectAttachmentsListResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "regions"+    Core.:> Core.Capture "region" Core.Text+    Core.:> "interconnectAttachments"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "filter" Core.Text+    Core.:> Core.QueryParam "maxResults" Core.Word32+    Core.:> Core.QueryParam "orderBy" Core.Text+    Core.:> Core.QueryParam "pageToken" Core.Text+    Core.:> Core.QueryParam "returnPartialSuccess" Core.Bool+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] InterconnectAttachmentList++-- | Retrieves the list of interconnect attachments contained within the specified region.+--+-- /See:/ 'newComputeInterconnectAttachmentsList' smart constructor.+data ComputeInterconnectAttachmentsList = ComputeInterconnectAttachmentsList+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: Core.Word32,+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Name of the region for this request.+    region :: Core.Text,+    -- | Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.+    returnPartialSuccess :: (Core.Maybe Core.Bool),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInterconnectAttachmentsList' with the minimum fields required to make a request.+newComputeInterconnectAttachmentsList ::+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  Name of the region for this request. See 'region'.+  Core.Text ->+  ComputeInterconnectAttachmentsList+newComputeInterconnectAttachmentsList project region =+  ComputeInterconnectAttachmentsList+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      filter = Core.Nothing,+      maxResults = 500,+      orderBy = Core.Nothing,+      pageToken = Core.Nothing,+      project = project,+      region = region,+      returnPartialSuccess = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeInterconnectAttachmentsList where+  type+    Rs ComputeInterconnectAttachmentsList =+      InterconnectAttachmentList+  type+    Scopes ComputeInterconnectAttachmentsList =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeInterconnectAttachmentsList {..} =+    go+      project+      region+      xgafv+      accessToken+      callback+      filter+      (Core.Just maxResults)+      orderBy+      pageToken+      returnPartialSuccess+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeInterconnectAttachmentsListResource+          )+          Core.mempty
+ gen/Gogol/Compute/InterconnectAttachments/Patch.hs view
@@ -0,0 +1,145 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.InterconnectAttachments.Patch+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- 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.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.interconnectAttachments.patch@.+module Gogol.Compute.InterconnectAttachments.Patch+  ( -- * Resource+    ComputeInterconnectAttachmentsPatchResource,++    -- ** Constructing a Request+    ComputeInterconnectAttachmentsPatch (..),+    newComputeInterconnectAttachmentsPatch,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.interconnectAttachments.patch@ method which the+-- 'ComputeInterconnectAttachmentsPatch' request conforms to.+type ComputeInterconnectAttachmentsPatchResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "regions"+    Core.:> Core.Capture "region" Core.Text+    Core.:> "interconnectAttachments"+    Core.:> Core.Capture "interconnectAttachment" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] InterconnectAttachment+    Core.:> Core.Patch '[Core.JSON] Operation++-- | 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.+--+-- /See:/ 'newComputeInterconnectAttachmentsPatch' smart constructor.+data ComputeInterconnectAttachmentsPatch = ComputeInterconnectAttachmentsPatch+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the interconnect attachment to patch.+    interconnectAttachment :: Core.Text,+    -- | Multipart request metadata.+    payload :: InterconnectAttachment,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Name of the region scoping this request.+    region :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInterconnectAttachmentsPatch' with the minimum fields required to make a request.+newComputeInterconnectAttachmentsPatch ::+  -- |  Name of the interconnect attachment to patch. See 'interconnectAttachment'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  InterconnectAttachment ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  Name of the region scoping this request. See 'region'.+  Core.Text ->+  ComputeInterconnectAttachmentsPatch+newComputeInterconnectAttachmentsPatch+  interconnectAttachment+  payload+  project+  region =+    ComputeInterconnectAttachmentsPatch+      { xgafv = Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        interconnectAttachment = interconnectAttachment,+        payload = payload,+        project = project,+        region = region,+        requestId = Core.Nothing,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing+      }++instance Core.GoogleRequest ComputeInterconnectAttachmentsPatch where+  type Rs ComputeInterconnectAttachmentsPatch = Operation+  type+    Scopes ComputeInterconnectAttachmentsPatch =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeInterconnectAttachmentsPatch {..} =+    go+      project+      region+      interconnectAttachment+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeInterconnectAttachmentsPatchResource+          )+          Core.mempty
+ gen/Gogol/Compute/InterconnectAttachments/SetLabels.hs view
@@ -0,0 +1,146 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.InterconnectAttachments.SetLabels+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Sets the labels on an InterconnectAttachment. To learn more about labels, read the Labeling Resources documentation.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.interconnectAttachments.setLabels@.+module Gogol.Compute.InterconnectAttachments.SetLabels+  ( -- * Resource+    ComputeInterconnectAttachmentsSetLabelsResource,++    -- ** Constructing a Request+    ComputeInterconnectAttachmentsSetLabels (..),+    newComputeInterconnectAttachmentsSetLabels,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.interconnectAttachments.setLabels@ method which the+-- 'ComputeInterconnectAttachmentsSetLabels' request conforms to.+type ComputeInterconnectAttachmentsSetLabelsResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "regions"+    Core.:> Core.Capture "region" Core.Text+    Core.:> "interconnectAttachments"+    Core.:> Core.Capture "resource" Core.Text+    Core.:> "setLabels"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] RegionSetLabelsRequest+    Core.:> Core.Post '[Core.JSON] Operation++-- | Sets the labels on an InterconnectAttachment. To learn more about labels, read the Labeling Resources documentation.+--+-- /See:/ 'newComputeInterconnectAttachmentsSetLabels' smart constructor.+data ComputeInterconnectAttachmentsSetLabels = ComputeInterconnectAttachmentsSetLabels+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Multipart request metadata.+    payload :: RegionSetLabelsRequest,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | The region for this request.+    region :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Name or id of the resource for this request.+    resource :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInterconnectAttachmentsSetLabels' with the minimum fields required to make a request.+newComputeInterconnectAttachmentsSetLabels ::+  -- |  Multipart request metadata. See 'payload'.+  RegionSetLabelsRequest ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The region for this request. See 'region'.+  Core.Text ->+  -- |  Name or id of the resource for this request. See 'resource'.+  Core.Text ->+  ComputeInterconnectAttachmentsSetLabels+newComputeInterconnectAttachmentsSetLabels+  payload+  project+  region+  resource =+    ComputeInterconnectAttachmentsSetLabels+      { xgafv = Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        payload = payload,+        project = project,+        region = region,+        requestId = Core.Nothing,+        resource = resource,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing+      }++instance Core.GoogleRequest ComputeInterconnectAttachmentsSetLabels where+  type Rs ComputeInterconnectAttachmentsSetLabels = Operation+  type+    Scopes ComputeInterconnectAttachmentsSetLabels =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeInterconnectAttachmentsSetLabels {..} =+    go+      project+      region+      resource+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeInterconnectAttachmentsSetLabelsResource+          )+          Core.mempty
+ gen/Gogol/Compute/InterconnectLocations/Get.hs view
@@ -0,0 +1,120 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.InterconnectLocations.Get+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Returns the details for the specified interconnect location. Gets a list of available interconnect locations by making a list() request.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.interconnectLocations.get@.+module Gogol.Compute.InterconnectLocations.Get+  ( -- * Resource+    ComputeInterconnectLocationsGetResource,++    -- ** Constructing a Request+    ComputeInterconnectLocationsGet (..),+    newComputeInterconnectLocationsGet,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.interconnectLocations.get@ method which the+-- 'ComputeInterconnectLocationsGet' request conforms to.+type ComputeInterconnectLocationsGetResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "interconnectLocations"+    Core.:> Core.Capture "interconnectLocation" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] InterconnectLocation++-- | Returns the details for the specified interconnect location. Gets a list of available interconnect locations by making a list() request.+--+-- /See:/ 'newComputeInterconnectLocationsGet' smart constructor.+data ComputeInterconnectLocationsGet = ComputeInterconnectLocationsGet+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the interconnect location to return.+    interconnectLocation :: Core.Text,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInterconnectLocationsGet' with the minimum fields required to make a request.+newComputeInterconnectLocationsGet ::+  -- |  Name of the interconnect location to return. See 'interconnectLocation'.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeInterconnectLocationsGet+newComputeInterconnectLocationsGet interconnectLocation project =+  ComputeInterconnectLocationsGet+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      interconnectLocation = interconnectLocation,+      project = project,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeInterconnectLocationsGet where+  type Rs ComputeInterconnectLocationsGet = InterconnectLocation+  type+    Scopes ComputeInterconnectLocationsGet =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeInterconnectLocationsGet {..} =+    go+      project+      interconnectLocation+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeInterconnectLocationsGetResource)+          Core.mempty
+ gen/Gogol/Compute/InterconnectLocations/List.hs view
@@ -0,0 +1,140 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.InterconnectLocations.List+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Retrieves the list of interconnect locations available to the specified project.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.interconnectLocations.list@.+module Gogol.Compute.InterconnectLocations.List+  ( -- * Resource+    ComputeInterconnectLocationsListResource,++    -- ** Constructing a Request+    ComputeInterconnectLocationsList (..),+    newComputeInterconnectLocationsList,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.interconnectLocations.list@ method which the+-- 'ComputeInterconnectLocationsList' request conforms to.+type ComputeInterconnectLocationsListResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "interconnectLocations"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "filter" Core.Text+    Core.:> Core.QueryParam "maxResults" Core.Word32+    Core.:> Core.QueryParam "orderBy" Core.Text+    Core.:> Core.QueryParam "pageToken" Core.Text+    Core.:> Core.QueryParam "returnPartialSuccess" Core.Bool+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] InterconnectLocationList++-- | Retrieves the list of interconnect locations available to the specified project.+--+-- /See:/ 'newComputeInterconnectLocationsList' smart constructor.+data ComputeInterconnectLocationsList = ComputeInterconnectLocationsList+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: Core.Word32,+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.+    returnPartialSuccess :: (Core.Maybe Core.Bool),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInterconnectLocationsList' with the minimum fields required to make a request.+newComputeInterconnectLocationsList ::+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeInterconnectLocationsList+newComputeInterconnectLocationsList project =+  ComputeInterconnectLocationsList+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      filter = Core.Nothing,+      maxResults = 500,+      orderBy = Core.Nothing,+      pageToken = Core.Nothing,+      project = project,+      returnPartialSuccess = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeInterconnectLocationsList where+  type Rs ComputeInterconnectLocationsList = InterconnectLocationList+  type+    Scopes ComputeInterconnectLocationsList =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeInterconnectLocationsList {..} =+    go+      project+      xgafv+      accessToken+      callback+      filter+      (Core.Just maxResults)+      orderBy+      pageToken+      returnPartialSuccess+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeInterconnectLocationsListResource)+          Core.mempty
+ gen/Gogol/Compute/InterconnectRemoteLocations/Get.hs view
@@ -0,0 +1,126 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.InterconnectRemoteLocations.Get+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Returns the details for the specified interconnect remote location. Gets a list of available interconnect remote locations by making a list() request.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.interconnectRemoteLocations.get@.+module Gogol.Compute.InterconnectRemoteLocations.Get+  ( -- * Resource+    ComputeInterconnectRemoteLocationsGetResource,++    -- ** Constructing a Request+    ComputeInterconnectRemoteLocationsGet (..),+    newComputeInterconnectRemoteLocationsGet,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.interconnectRemoteLocations.get@ method which the+-- 'ComputeInterconnectRemoteLocationsGet' request conforms to.+type ComputeInterconnectRemoteLocationsGetResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "interconnectRemoteLocations"+    Core.:> Core.Capture "interconnectRemoteLocation" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] InterconnectRemoteLocation++-- | Returns the details for the specified interconnect remote location. Gets a list of available interconnect remote locations by making a list() request.+--+-- /See:/ 'newComputeInterconnectRemoteLocationsGet' smart constructor.+data ComputeInterconnectRemoteLocationsGet = ComputeInterconnectRemoteLocationsGet+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the interconnect remote location to return.+    interconnectRemoteLocation :: Core.Text,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInterconnectRemoteLocationsGet' with the minimum fields required to make a request.+newComputeInterconnectRemoteLocationsGet ::+  -- |  Name of the interconnect remote location to return. See 'interconnectRemoteLocation'.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeInterconnectRemoteLocationsGet+newComputeInterconnectRemoteLocationsGet+  interconnectRemoteLocation+  project =+    ComputeInterconnectRemoteLocationsGet+      { xgafv = Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        interconnectRemoteLocation = interconnectRemoteLocation,+        project = project,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing+      }++instance Core.GoogleRequest ComputeInterconnectRemoteLocationsGet where+  type+    Rs ComputeInterconnectRemoteLocationsGet =+      InterconnectRemoteLocation+  type+    Scopes ComputeInterconnectRemoteLocationsGet =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeInterconnectRemoteLocationsGet {..} =+    go+      project+      interconnectRemoteLocation+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeInterconnectRemoteLocationsGetResource+          )+          Core.mempty
+ gen/Gogol/Compute/InterconnectRemoteLocations/List.hs view
@@ -0,0 +1,144 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.InterconnectRemoteLocations.List+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Retrieves the list of interconnect remote locations available to the specified project.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.interconnectRemoteLocations.list@.+module Gogol.Compute.InterconnectRemoteLocations.List+  ( -- * Resource+    ComputeInterconnectRemoteLocationsListResource,++    -- ** Constructing a Request+    ComputeInterconnectRemoteLocationsList (..),+    newComputeInterconnectRemoteLocationsList,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.interconnectRemoteLocations.list@ method which the+-- 'ComputeInterconnectRemoteLocationsList' request conforms to.+type ComputeInterconnectRemoteLocationsListResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "interconnectRemoteLocations"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "filter" Core.Text+    Core.:> Core.QueryParam "maxResults" Core.Word32+    Core.:> Core.QueryParam "orderBy" Core.Text+    Core.:> Core.QueryParam "pageToken" Core.Text+    Core.:> Core.QueryParam "returnPartialSuccess" Core.Bool+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] InterconnectRemoteLocationList++-- | Retrieves the list of interconnect remote locations available to the specified project.+--+-- /See:/ 'newComputeInterconnectRemoteLocationsList' smart constructor.+data ComputeInterconnectRemoteLocationsList = ComputeInterconnectRemoteLocationsList+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: Core.Word32,+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.+    returnPartialSuccess :: (Core.Maybe Core.Bool),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInterconnectRemoteLocationsList' with the minimum fields required to make a request.+newComputeInterconnectRemoteLocationsList ::+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeInterconnectRemoteLocationsList+newComputeInterconnectRemoteLocationsList project =+  ComputeInterconnectRemoteLocationsList+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      filter = Core.Nothing,+      maxResults = 500,+      orderBy = Core.Nothing,+      pageToken = Core.Nothing,+      project = project,+      returnPartialSuccess = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeInterconnectRemoteLocationsList where+  type+    Rs ComputeInterconnectRemoteLocationsList =+      InterconnectRemoteLocationList+  type+    Scopes ComputeInterconnectRemoteLocationsList =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeInterconnectRemoteLocationsList {..} =+    go+      project+      xgafv+      accessToken+      callback+      filter+      (Core.Just maxResults)+      orderBy+      pageToken+      returnPartialSuccess+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeInterconnectRemoteLocationsListResource+          )+          Core.mempty
+ gen/Gogol/Compute/Interconnects/Delete.hs view
@@ -0,0 +1,125 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Interconnects.Delete+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Deletes the specified Interconnect.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.interconnects.delete@.+module Gogol.Compute.Interconnects.Delete+  ( -- * Resource+    ComputeInterconnectsDeleteResource,++    -- ** Constructing a Request+    ComputeInterconnectsDelete (..),+    newComputeInterconnectsDelete,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.interconnects.delete@ method which the+-- 'ComputeInterconnectsDelete' request conforms to.+type ComputeInterconnectsDeleteResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "interconnects"+    Core.:> Core.Capture "interconnect" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Delete '[Core.JSON] Operation++-- | Deletes the specified Interconnect.+--+-- /See:/ 'newComputeInterconnectsDelete' smart constructor.+data ComputeInterconnectsDelete = ComputeInterconnectsDelete+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the interconnect to delete.+    interconnect :: Core.Text,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInterconnectsDelete' with the minimum fields required to make a request.+newComputeInterconnectsDelete ::+  -- |  Name of the interconnect to delete. See 'interconnect'.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeInterconnectsDelete+newComputeInterconnectsDelete interconnect project =+  ComputeInterconnectsDelete+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      interconnect = interconnect,+      project = project,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeInterconnectsDelete where+  type Rs ComputeInterconnectsDelete = Operation+  type+    Scopes ComputeInterconnectsDelete =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeInterconnectsDelete {..} =+    go+      project+      interconnect+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeInterconnectsDeleteResource)+          Core.mempty
+ gen/Gogol/Compute/Interconnects/Get.hs view
@@ -0,0 +1,120 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Interconnects.Get+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Returns the specified Interconnect. Get a list of available Interconnects by making a list() request.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.interconnects.get@.+module Gogol.Compute.Interconnects.Get+  ( -- * Resource+    ComputeInterconnectsGetResource,++    -- ** Constructing a Request+    ComputeInterconnectsGet (..),+    newComputeInterconnectsGet,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.interconnects.get@ method which the+-- 'ComputeInterconnectsGet' request conforms to.+type ComputeInterconnectsGetResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "interconnects"+    Core.:> Core.Capture "interconnect" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] Interconnect++-- | Returns the specified Interconnect. Get a list of available Interconnects by making a list() request.+--+-- /See:/ 'newComputeInterconnectsGet' smart constructor.+data ComputeInterconnectsGet = ComputeInterconnectsGet+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the interconnect to return.+    interconnect :: Core.Text,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInterconnectsGet' with the minimum fields required to make a request.+newComputeInterconnectsGet ::+  -- |  Name of the interconnect to return. See 'interconnect'.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeInterconnectsGet+newComputeInterconnectsGet interconnect project =+  ComputeInterconnectsGet+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      interconnect = interconnect,+      project = project,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeInterconnectsGet where+  type Rs ComputeInterconnectsGet = Interconnect+  type+    Scopes ComputeInterconnectsGet =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeInterconnectsGet {..} =+    go+      project+      interconnect+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeInterconnectsGetResource)+          Core.mempty
+ gen/Gogol/Compute/Interconnects/GetDiagnostics.hs view
@@ -0,0 +1,125 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Interconnects.GetDiagnostics+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Returns the interconnectDiagnostics for the specified Interconnect. In the event of a global outage, do not use this API to make decisions about where to redirect your network traffic. Unlike a VLAN attachment, which is regional, a Cloud Interconnect connection is a global resource. A global outage can prevent this API from functioning properly.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.interconnects.getDiagnostics@.+module Gogol.Compute.Interconnects.GetDiagnostics+  ( -- * Resource+    ComputeInterconnectsGetDiagnosticsResource,++    -- ** Constructing a Request+    ComputeInterconnectsGetDiagnostics (..),+    newComputeInterconnectsGetDiagnostics,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.interconnects.getDiagnostics@ method which the+-- 'ComputeInterconnectsGetDiagnostics' request conforms to.+type ComputeInterconnectsGetDiagnosticsResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "interconnects"+    Core.:> Core.Capture "interconnect" Core.Text+    Core.:> "getDiagnostics"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] InterconnectsGetDiagnosticsResponse++-- | Returns the interconnectDiagnostics for the specified Interconnect. In the event of a global outage, do not use this API to make decisions about where to redirect your network traffic. Unlike a VLAN attachment, which is regional, a Cloud Interconnect connection is a global resource. A global outage can prevent this API from functioning properly.+--+-- /See:/ 'newComputeInterconnectsGetDiagnostics' smart constructor.+data ComputeInterconnectsGetDiagnostics = ComputeInterconnectsGetDiagnostics+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the interconnect resource to query.+    interconnect :: Core.Text,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInterconnectsGetDiagnostics' with the minimum fields required to make a request.+newComputeInterconnectsGetDiagnostics ::+  -- |  Name of the interconnect resource to query. See 'interconnect'.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeInterconnectsGetDiagnostics+newComputeInterconnectsGetDiagnostics interconnect project =+  ComputeInterconnectsGetDiagnostics+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      interconnect = interconnect,+      project = project,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeInterconnectsGetDiagnostics where+  type+    Rs ComputeInterconnectsGetDiagnostics =+      InterconnectsGetDiagnosticsResponse+  type+    Scopes ComputeInterconnectsGetDiagnostics =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeInterconnectsGetDiagnostics {..} =+    go+      project+      interconnect+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeInterconnectsGetDiagnosticsResource+          )+          Core.mempty
+ gen/Gogol/Compute/Interconnects/GetMacsecConfig.hs view
@@ -0,0 +1,125 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Interconnects.GetMacsecConfig+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Returns the interconnectMacsecConfig for the specified Interconnect.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.interconnects.getMacsecConfig@.+module Gogol.Compute.Interconnects.GetMacsecConfig+  ( -- * Resource+    ComputeInterconnectsGetMacsecConfigResource,++    -- ** Constructing a Request+    ComputeInterconnectsGetMacsecConfig (..),+    newComputeInterconnectsGetMacsecConfig,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.interconnects.getMacsecConfig@ method which the+-- 'ComputeInterconnectsGetMacsecConfig' request conforms to.+type ComputeInterconnectsGetMacsecConfigResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "interconnects"+    Core.:> Core.Capture "interconnect" Core.Text+    Core.:> "getMacsecConfig"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] InterconnectsGetMacsecConfigResponse++-- | Returns the interconnectMacsecConfig for the specified Interconnect.+--+-- /See:/ 'newComputeInterconnectsGetMacsecConfig' smart constructor.+data ComputeInterconnectsGetMacsecConfig = ComputeInterconnectsGetMacsecConfig+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the interconnect resource to query.+    interconnect :: Core.Text,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInterconnectsGetMacsecConfig' with the minimum fields required to make a request.+newComputeInterconnectsGetMacsecConfig ::+  -- |  Name of the interconnect resource to query. See 'interconnect'.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeInterconnectsGetMacsecConfig+newComputeInterconnectsGetMacsecConfig interconnect project =+  ComputeInterconnectsGetMacsecConfig+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      interconnect = interconnect,+      project = project,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeInterconnectsGetMacsecConfig where+  type+    Rs ComputeInterconnectsGetMacsecConfig =+      InterconnectsGetMacsecConfigResponse+  type+    Scopes ComputeInterconnectsGetMacsecConfig =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeInterconnectsGetMacsecConfig {..} =+    go+      project+      interconnect+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeInterconnectsGetMacsecConfigResource+          )+          Core.mempty
+ gen/Gogol/Compute/Interconnects/Insert.hs view
@@ -0,0 +1,125 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Interconnects.Insert+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Creates an Interconnect in the specified project using the data included in the request.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.interconnects.insert@.+module Gogol.Compute.Interconnects.Insert+  ( -- * Resource+    ComputeInterconnectsInsertResource,++    -- ** Constructing a Request+    ComputeInterconnectsInsert (..),+    newComputeInterconnectsInsert,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.interconnects.insert@ method which the+-- 'ComputeInterconnectsInsert' request conforms to.+type ComputeInterconnectsInsertResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "interconnects"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] Interconnect+    Core.:> Core.Post '[Core.JSON] Operation++-- | Creates an Interconnect in the specified project using the data included in the request.+--+-- /See:/ 'newComputeInterconnectsInsert' smart constructor.+data ComputeInterconnectsInsert = ComputeInterconnectsInsert+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Multipart request metadata.+    payload :: Interconnect,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInterconnectsInsert' with the minimum fields required to make a request.+newComputeInterconnectsInsert ::+  -- |  Multipart request metadata. See 'payload'.+  Interconnect ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeInterconnectsInsert+newComputeInterconnectsInsert payload project =+  ComputeInterconnectsInsert+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      payload = payload,+      project = project,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeInterconnectsInsert where+  type Rs ComputeInterconnectsInsert = Operation+  type+    Scopes ComputeInterconnectsInsert =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeInterconnectsInsert {..} =+    go+      project+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeInterconnectsInsertResource)+          Core.mempty
+ gen/Gogol/Compute/Interconnects/List.hs view
@@ -0,0 +1,140 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Interconnects.List+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Retrieves the list of Interconnects available to the specified project.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.interconnects.list@.+module Gogol.Compute.Interconnects.List+  ( -- * Resource+    ComputeInterconnectsListResource,++    -- ** Constructing a Request+    ComputeInterconnectsList (..),+    newComputeInterconnectsList,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.interconnects.list@ method which the+-- 'ComputeInterconnectsList' request conforms to.+type ComputeInterconnectsListResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "interconnects"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "filter" Core.Text+    Core.:> Core.QueryParam "maxResults" Core.Word32+    Core.:> Core.QueryParam "orderBy" Core.Text+    Core.:> Core.QueryParam "pageToken" Core.Text+    Core.:> Core.QueryParam "returnPartialSuccess" Core.Bool+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] InterconnectList++-- | Retrieves the list of Interconnects available to the specified project.+--+-- /See:/ 'newComputeInterconnectsList' smart constructor.+data ComputeInterconnectsList = ComputeInterconnectsList+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: Core.Word32,+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.+    returnPartialSuccess :: (Core.Maybe Core.Bool),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInterconnectsList' with the minimum fields required to make a request.+newComputeInterconnectsList ::+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeInterconnectsList+newComputeInterconnectsList project =+  ComputeInterconnectsList+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      filter = Core.Nothing,+      maxResults = 500,+      orderBy = Core.Nothing,+      pageToken = Core.Nothing,+      project = project,+      returnPartialSuccess = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeInterconnectsList where+  type Rs ComputeInterconnectsList = InterconnectList+  type+    Scopes ComputeInterconnectsList =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeInterconnectsList {..} =+    go+      project+      xgafv+      accessToken+      callback+      filter+      (Core.Just maxResults)+      orderBy+      pageToken+      returnPartialSuccess+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeInterconnectsListResource)+          Core.mempty
+ gen/Gogol/Compute/Interconnects/Patch.hs view
@@ -0,0 +1,132 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Interconnects.Patch+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- 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.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.interconnects.patch@.+module Gogol.Compute.Interconnects.Patch+  ( -- * Resource+    ComputeInterconnectsPatchResource,++    -- ** Constructing a Request+    ComputeInterconnectsPatch (..),+    newComputeInterconnectsPatch,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.interconnects.patch@ method which the+-- 'ComputeInterconnectsPatch' request conforms to.+type ComputeInterconnectsPatchResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "interconnects"+    Core.:> Core.Capture "interconnect" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] Interconnect+    Core.:> Core.Patch '[Core.JSON] Operation++-- | 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.+--+-- /See:/ 'newComputeInterconnectsPatch' smart constructor.+data ComputeInterconnectsPatch = ComputeInterconnectsPatch+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the interconnect to update.+    interconnect :: Core.Text,+    -- | Multipart request metadata.+    payload :: Interconnect,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInterconnectsPatch' with the minimum fields required to make a request.+newComputeInterconnectsPatch ::+  -- |  Name of the interconnect to update. See 'interconnect'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  Interconnect ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeInterconnectsPatch+newComputeInterconnectsPatch interconnect payload project =+  ComputeInterconnectsPatch+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      interconnect = interconnect,+      payload = payload,+      project = project,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeInterconnectsPatch where+  type Rs ComputeInterconnectsPatch = Operation+  type+    Scopes ComputeInterconnectsPatch =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeInterconnectsPatch {..} =+    go+      project+      interconnect+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeInterconnectsPatchResource)+          Core.mempty
+ gen/Gogol/Compute/Interconnects/SetLabels.hs view
@@ -0,0 +1,128 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Interconnects.SetLabels+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Sets the labels on an Interconnect. To learn more about labels, read the Labeling Resources documentation.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.interconnects.setLabels@.+module Gogol.Compute.Interconnects.SetLabels+  ( -- * Resource+    ComputeInterconnectsSetLabelsResource,++    -- ** Constructing a Request+    ComputeInterconnectsSetLabels (..),+    newComputeInterconnectsSetLabels,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.interconnects.setLabels@ method which the+-- 'ComputeInterconnectsSetLabels' request conforms to.+type ComputeInterconnectsSetLabelsResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "interconnects"+    Core.:> Core.Capture "resource" Core.Text+    Core.:> "setLabels"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] GlobalSetLabelsRequest+    Core.:> Core.Post '[Core.JSON] Operation++-- | Sets the labels on an Interconnect. To learn more about labels, read the Labeling Resources documentation.+--+-- /See:/ 'newComputeInterconnectsSetLabels' smart constructor.+data ComputeInterconnectsSetLabels = ComputeInterconnectsSetLabels+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Multipart request metadata.+    payload :: GlobalSetLabelsRequest,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Name or id of the resource for this request.+    resource :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeInterconnectsSetLabels' with the minimum fields required to make a request.+newComputeInterconnectsSetLabels ::+  -- |  Multipart request metadata. See 'payload'.+  GlobalSetLabelsRequest ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  Name or id of the resource for this request. See 'resource'.+  Core.Text ->+  ComputeInterconnectsSetLabels+newComputeInterconnectsSetLabels payload project resource =+  ComputeInterconnectsSetLabels+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      payload = payload,+      project = project,+      resource = resource,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeInterconnectsSetLabels where+  type Rs ComputeInterconnectsSetLabels = Operation+  type+    Scopes ComputeInterconnectsSetLabels =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeInterconnectsSetLabels {..} =+    go+      project+      resource+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeInterconnectsSetLabelsResource)+          Core.mempty
+ gen/Gogol/Compute/Internal/Product.hs view

file too large to diff

+ gen/Gogol/Compute/Internal/Sum.hs view

file too large to diff

+ gen/Gogol/Compute/LicenseCodes/Get.hs view
@@ -0,0 +1,120 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.LicenseCodes.Get+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Return a specified license code. License codes are mirrored across all projects that have permissions to read the License Code. /Caution/ This resource is intended for use only by third-party partners who are creating Cloud Marketplace images.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.licenseCodes.get@.+module Gogol.Compute.LicenseCodes.Get+  ( -- * Resource+    ComputeLicenseCodesGetResource,++    -- ** Constructing a Request+    ComputeLicenseCodesGet (..),+    newComputeLicenseCodesGet,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.licenseCodes.get@ method which the+-- 'ComputeLicenseCodesGet' request conforms to.+type ComputeLicenseCodesGetResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "licenseCodes"+    Core.:> Core.Capture "licenseCode" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] LicenseCode++-- | Return a specified license code. License codes are mirrored across all projects that have permissions to read the License Code. /Caution/ This resource is intended for use only by third-party partners who are creating Cloud Marketplace images.+--+-- /See:/ 'newComputeLicenseCodesGet' smart constructor.+data ComputeLicenseCodesGet = ComputeLicenseCodesGet+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Number corresponding to the License code resource to return.+    licenseCode :: Core.Text,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeLicenseCodesGet' with the minimum fields required to make a request.+newComputeLicenseCodesGet ::+  -- |  Number corresponding to the License code resource to return. See 'licenseCode'.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeLicenseCodesGet+newComputeLicenseCodesGet licenseCode project =+  ComputeLicenseCodesGet+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      licenseCode = licenseCode,+      project = project,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeLicenseCodesGet where+  type Rs ComputeLicenseCodesGet = LicenseCode+  type+    Scopes ComputeLicenseCodesGet =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeLicenseCodesGet {..} =+    go+      project+      licenseCode+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeLicenseCodesGetResource)+          Core.mempty
+ gen/Gogol/Compute/LicenseCodes/TestIamPermissions.hs view
@@ -0,0 +1,132 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.LicenseCodes.TestIamPermissions+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Returns permissions that a caller has on the specified resource. /Caution/ This resource is intended for use only by third-party partners who are creating Cloud Marketplace images.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.licenseCodes.testIamPermissions@.+module Gogol.Compute.LicenseCodes.TestIamPermissions+  ( -- * Resource+    ComputeLicenseCodesTestIamPermissionsResource,++    -- ** Constructing a Request+    ComputeLicenseCodesTestIamPermissions (..),+    newComputeLicenseCodesTestIamPermissions,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.licenseCodes.testIamPermissions@ method which the+-- 'ComputeLicenseCodesTestIamPermissions' request conforms to.+type ComputeLicenseCodesTestIamPermissionsResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "licenseCodes"+    Core.:> Core.Capture "resource" Core.Text+    Core.:> "testIamPermissions"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] TestPermissionsRequest+    Core.:> Core.Post '[Core.JSON] TestPermissionsResponse++-- | Returns permissions that a caller has on the specified resource. /Caution/ This resource is intended for use only by third-party partners who are creating Cloud Marketplace images.+--+-- /See:/ 'newComputeLicenseCodesTestIamPermissions' smart constructor.+data ComputeLicenseCodesTestIamPermissions = ComputeLicenseCodesTestIamPermissions+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Multipart request metadata.+    payload :: TestPermissionsRequest,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Name or id of the resource for this request.+    resource :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeLicenseCodesTestIamPermissions' with the minimum fields required to make a request.+newComputeLicenseCodesTestIamPermissions ::+  -- |  Multipart request metadata. See 'payload'.+  TestPermissionsRequest ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  Name or id of the resource for this request. See 'resource'.+  Core.Text ->+  ComputeLicenseCodesTestIamPermissions+newComputeLicenseCodesTestIamPermissions payload project resource =+  ComputeLicenseCodesTestIamPermissions+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      payload = payload,+      project = project,+      resource = resource,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeLicenseCodesTestIamPermissions where+  type+    Rs ComputeLicenseCodesTestIamPermissions =+      TestPermissionsResponse+  type+    Scopes ComputeLicenseCodesTestIamPermissions =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeLicenseCodesTestIamPermissions {..} =+    go+      project+      resource+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeLicenseCodesTestIamPermissionsResource+          )+          Core.mempty
+ gen/Gogol/Compute/Licenses/Delete.hs view
@@ -0,0 +1,125 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Licenses.Delete+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Deletes the specified license. /Caution/ This resource is intended for use only by third-party partners who are creating Cloud Marketplace images.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.licenses.delete@.+module Gogol.Compute.Licenses.Delete+  ( -- * Resource+    ComputeLicensesDeleteResource,++    -- ** Constructing a Request+    ComputeLicensesDelete (..),+    newComputeLicensesDelete,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.licenses.delete@ method which the+-- 'ComputeLicensesDelete' request conforms to.+type ComputeLicensesDeleteResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "licenses"+    Core.:> Core.Capture "license" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Delete '[Core.JSON] Operation++-- | Deletes the specified license. /Caution/ This resource is intended for use only by third-party partners who are creating Cloud Marketplace images.+--+-- /See:/ 'newComputeLicensesDelete' smart constructor.+data ComputeLicensesDelete = ComputeLicensesDelete+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the license resource to delete.+    license :: Core.Text,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeLicensesDelete' with the minimum fields required to make a request.+newComputeLicensesDelete ::+  -- |  Name of the license resource to delete. See 'license'.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeLicensesDelete+newComputeLicensesDelete license project =+  ComputeLicensesDelete+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      license = license,+      project = project,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeLicensesDelete where+  type Rs ComputeLicensesDelete = Operation+  type+    Scopes ComputeLicensesDelete =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeLicensesDelete {..} =+    go+      project+      license+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeLicensesDeleteResource)+          Core.mempty
+ gen/Gogol/Compute/Licenses/Get.hs view
@@ -0,0 +1,120 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Licenses.Get+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Returns the specified License resource. /Caution/ This resource is intended for use only by third-party partners who are creating Cloud Marketplace images.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.licenses.get@.+module Gogol.Compute.Licenses.Get+  ( -- * Resource+    ComputeLicensesGetResource,++    -- ** Constructing a Request+    ComputeLicensesGet (..),+    newComputeLicensesGet,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.licenses.get@ method which the+-- 'ComputeLicensesGet' request conforms to.+type ComputeLicensesGetResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "licenses"+    Core.:> Core.Capture "license" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] License++-- | Returns the specified License resource. /Caution/ This resource is intended for use only by third-party partners who are creating Cloud Marketplace images.+--+-- /See:/ 'newComputeLicensesGet' smart constructor.+data ComputeLicensesGet = ComputeLicensesGet+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the License resource to return.+    license :: Core.Text,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeLicensesGet' with the minimum fields required to make a request.+newComputeLicensesGet ::+  -- |  Name of the License resource to return. See 'license'.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeLicensesGet+newComputeLicensesGet license project =+  ComputeLicensesGet+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      license = license,+      project = project,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeLicensesGet where+  type Rs ComputeLicensesGet = License+  type+    Scopes ComputeLicensesGet =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeLicensesGet {..} =+    go+      project+      license+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeLicensesGetResource)+          Core.mempty
+ gen/Gogol/Compute/Licenses/GetIamPolicy.hs view
@@ -0,0 +1,126 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Licenses.GetIamPolicy+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Gets the access control policy for a resource. May be empty if no such policy or resource exists. /Caution/ This resource is intended for use only by third-party partners who are creating Cloud Marketplace images.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.licenses.getIamPolicy@.+module Gogol.Compute.Licenses.GetIamPolicy+  ( -- * Resource+    ComputeLicensesGetIamPolicyResource,++    -- ** Constructing a Request+    ComputeLicensesGetIamPolicy (..),+    newComputeLicensesGetIamPolicy,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.licenses.getIamPolicy@ method which the+-- 'ComputeLicensesGetIamPolicy' request conforms to.+type ComputeLicensesGetIamPolicyResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "licenses"+    Core.:> Core.Capture "resource" Core.Text+    Core.:> "getIamPolicy"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "optionsRequestedPolicyVersion" Core.Int32+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] Policy++-- | Gets the access control policy for a resource. May be empty if no such policy or resource exists. /Caution/ This resource is intended for use only by third-party partners who are creating Cloud Marketplace images.+--+-- /See:/ 'newComputeLicensesGetIamPolicy' smart constructor.+data ComputeLicensesGetIamPolicy = ComputeLicensesGetIamPolicy+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Requested IAM Policy version.+    optionsRequestedPolicyVersion :: (Core.Maybe Core.Int32),+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Name or id of the resource for this request.+    resource :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeLicensesGetIamPolicy' with the minimum fields required to make a request.+newComputeLicensesGetIamPolicy ::+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  Name or id of the resource for this request. See 'resource'.+  Core.Text ->+  ComputeLicensesGetIamPolicy+newComputeLicensesGetIamPolicy project resource =+  ComputeLicensesGetIamPolicy+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      optionsRequestedPolicyVersion = Core.Nothing,+      project = project,+      resource = resource,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeLicensesGetIamPolicy where+  type Rs ComputeLicensesGetIamPolicy = Policy+  type+    Scopes ComputeLicensesGetIamPolicy =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeLicensesGetIamPolicy {..} =+    go+      project+      resource+      xgafv+      accessToken+      callback+      optionsRequestedPolicyVersion+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeLicensesGetIamPolicyResource)+          Core.mempty
+ gen/Gogol/Compute/Licenses/Insert.hs view
@@ -0,0 +1,130 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Licenses.Insert+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Create a License resource in the specified project. /Caution/ This resource is intended for use only by third-party partners who are creating Cloud Marketplace images.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.licenses.insert@.+module Gogol.Compute.Licenses.Insert+  ( -- * Resource+    ComputeLicensesInsertResource,++    -- ** Constructing a Request+    ComputeLicensesInsert (..),+    newComputeLicensesInsert,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.licenses.insert@ method which the+-- 'ComputeLicensesInsert' request conforms to.+type ComputeLicensesInsertResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "licenses"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] License+    Core.:> Core.Post '[Core.JSON] Operation++-- | Create a License resource in the specified project. /Caution/ This resource is intended for use only by third-party partners who are creating Cloud Marketplace images.+--+-- /See:/ 'newComputeLicensesInsert' smart constructor.+data ComputeLicensesInsert = ComputeLicensesInsert+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Multipart request metadata.+    payload :: License,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeLicensesInsert' with the minimum fields required to make a request.+newComputeLicensesInsert ::+  -- |  Multipart request metadata. See 'payload'.+  License ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeLicensesInsert+newComputeLicensesInsert payload project =+  ComputeLicensesInsert+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      payload = payload,+      project = project,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeLicensesInsert where+  type Rs ComputeLicensesInsert = Operation+  type+    Scopes ComputeLicensesInsert =+      '[ CloudPlatform'FullControl,+         Compute'FullControl,+         Devstorage'FullControl,+         Devstorage'ReadOnly,+         Devstorage'ReadWrite+       ]+  requestClient ComputeLicensesInsert {..} =+    go+      project+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeLicensesInsertResource)+          Core.mempty
+ gen/Gogol/Compute/Licenses/List.hs view
@@ -0,0 +1,140 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Licenses.List+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- 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 9. 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. /Caution/ This resource is intended for use only by third-party partners who are creating Cloud Marketplace images.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.licenses.list@.+module Gogol.Compute.Licenses.List+  ( -- * Resource+    ComputeLicensesListResource,++    -- ** Constructing a Request+    ComputeLicensesList (..),+    newComputeLicensesList,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.licenses.list@ method which the+-- 'ComputeLicensesList' request conforms to.+type ComputeLicensesListResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "licenses"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "filter" Core.Text+    Core.:> Core.QueryParam "maxResults" Core.Word32+    Core.:> Core.QueryParam "orderBy" Core.Text+    Core.:> Core.QueryParam "pageToken" Core.Text+    Core.:> Core.QueryParam "returnPartialSuccess" Core.Bool+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] LicensesListResponse++-- | 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 9. 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. /Caution/ This resource is intended for use only by third-party partners who are creating Cloud Marketplace images.+--+-- /See:/ 'newComputeLicensesList' smart constructor.+data ComputeLicensesList = ComputeLicensesList+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: Core.Word32,+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.+    returnPartialSuccess :: (Core.Maybe Core.Bool),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeLicensesList' with the minimum fields required to make a request.+newComputeLicensesList ::+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeLicensesList+newComputeLicensesList project =+  ComputeLicensesList+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      filter = Core.Nothing,+      maxResults = 500,+      orderBy = Core.Nothing,+      pageToken = Core.Nothing,+      project = project,+      returnPartialSuccess = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeLicensesList where+  type Rs ComputeLicensesList = LicensesListResponse+  type+    Scopes ComputeLicensesList =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeLicensesList {..} =+    go+      project+      xgafv+      accessToken+      callback+      filter+      (Core.Just maxResults)+      orderBy+      pageToken+      returnPartialSuccess+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeLicensesListResource)+          Core.mempty
+ gen/Gogol/Compute/Licenses/SetIamPolicy.hs view
@@ -0,0 +1,128 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Licenses.SetIamPolicy+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Sets the access control policy on the specified resource. Replaces any existing policy. /Caution/ This resource is intended for use only by third-party partners who are creating Cloud Marketplace images.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.licenses.setIamPolicy@.+module Gogol.Compute.Licenses.SetIamPolicy+  ( -- * Resource+    ComputeLicensesSetIamPolicyResource,++    -- ** Constructing a Request+    ComputeLicensesSetIamPolicy (..),+    newComputeLicensesSetIamPolicy,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.licenses.setIamPolicy@ method which the+-- 'ComputeLicensesSetIamPolicy' request conforms to.+type ComputeLicensesSetIamPolicyResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "licenses"+    Core.:> Core.Capture "resource" Core.Text+    Core.:> "setIamPolicy"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] GlobalSetPolicyRequest+    Core.:> Core.Post '[Core.JSON] Policy++-- | Sets the access control policy on the specified resource. Replaces any existing policy. /Caution/ This resource is intended for use only by third-party partners who are creating Cloud Marketplace images.+--+-- /See:/ 'newComputeLicensesSetIamPolicy' smart constructor.+data ComputeLicensesSetIamPolicy = ComputeLicensesSetIamPolicy+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Multipart request metadata.+    payload :: GlobalSetPolicyRequest,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Name or id of the resource for this request.+    resource :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeLicensesSetIamPolicy' with the minimum fields required to make a request.+newComputeLicensesSetIamPolicy ::+  -- |  Multipart request metadata. See 'payload'.+  GlobalSetPolicyRequest ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  Name or id of the resource for this request. See 'resource'.+  Core.Text ->+  ComputeLicensesSetIamPolicy+newComputeLicensesSetIamPolicy payload project resource =+  ComputeLicensesSetIamPolicy+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      payload = payload,+      project = project,+      resource = resource,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeLicensesSetIamPolicy where+  type Rs ComputeLicensesSetIamPolicy = Policy+  type+    Scopes ComputeLicensesSetIamPolicy =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeLicensesSetIamPolicy {..} =+    go+      project+      resource+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeLicensesSetIamPolicyResource)+          Core.mempty
+ gen/Gogol/Compute/Licenses/TestIamPermissions.hs view
@@ -0,0 +1,130 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Licenses.TestIamPermissions+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Returns permissions that a caller has on the specified resource. /Caution/ This resource is intended for use only by third-party partners who are creating Cloud Marketplace images.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.licenses.testIamPermissions@.+module Gogol.Compute.Licenses.TestIamPermissions+  ( -- * Resource+    ComputeLicensesTestIamPermissionsResource,++    -- ** Constructing a Request+    ComputeLicensesTestIamPermissions (..),+    newComputeLicensesTestIamPermissions,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.licenses.testIamPermissions@ method which the+-- 'ComputeLicensesTestIamPermissions' request conforms to.+type ComputeLicensesTestIamPermissionsResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "licenses"+    Core.:> Core.Capture "resource" Core.Text+    Core.:> "testIamPermissions"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] TestPermissionsRequest+    Core.:> Core.Post '[Core.JSON] TestPermissionsResponse++-- | Returns permissions that a caller has on the specified resource. /Caution/ This resource is intended for use only by third-party partners who are creating Cloud Marketplace images.+--+-- /See:/ 'newComputeLicensesTestIamPermissions' smart constructor.+data ComputeLicensesTestIamPermissions = ComputeLicensesTestIamPermissions+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Multipart request metadata.+    payload :: TestPermissionsRequest,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Name or id of the resource for this request.+    resource :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeLicensesTestIamPermissions' with the minimum fields required to make a request.+newComputeLicensesTestIamPermissions ::+  -- |  Multipart request metadata. See 'payload'.+  TestPermissionsRequest ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  Name or id of the resource for this request. See 'resource'.+  Core.Text ->+  ComputeLicensesTestIamPermissions+newComputeLicensesTestIamPermissions payload project resource =+  ComputeLicensesTestIamPermissions+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      payload = payload,+      project = project,+      resource = resource,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeLicensesTestIamPermissions where+  type Rs ComputeLicensesTestIamPermissions = TestPermissionsResponse+  type+    Scopes ComputeLicensesTestIamPermissions =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeLicensesTestIamPermissions {..} =+    go+      project+      resource+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeLicensesTestIamPermissionsResource+          )+          Core.mempty
+ gen/Gogol/Compute/MachineImages/Delete.hs view
@@ -0,0 +1,125 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.MachineImages.Delete+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Deletes the specified machine image. Deleting a machine image is permanent and cannot be undone.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.machineImages.delete@.+module Gogol.Compute.MachineImages.Delete+  ( -- * Resource+    ComputeMachineImagesDeleteResource,++    -- ** Constructing a Request+    ComputeMachineImagesDelete (..),+    newComputeMachineImagesDelete,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.machineImages.delete@ method which the+-- 'ComputeMachineImagesDelete' request conforms to.+type ComputeMachineImagesDeleteResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "machineImages"+    Core.:> Core.Capture "machineImage" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Delete '[Core.JSON] Operation++-- | Deletes the specified machine image. Deleting a machine image is permanent and cannot be undone.+--+-- /See:/ 'newComputeMachineImagesDelete' smart constructor.+data ComputeMachineImagesDelete = ComputeMachineImagesDelete+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | The name of the machine image to delete.+    machineImage :: Core.Text,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeMachineImagesDelete' with the minimum fields required to make a request.+newComputeMachineImagesDelete ::+  -- |  The name of the machine image to delete. See 'machineImage'.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeMachineImagesDelete+newComputeMachineImagesDelete machineImage project =+  ComputeMachineImagesDelete+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      machineImage = machineImage,+      project = project,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeMachineImagesDelete where+  type Rs ComputeMachineImagesDelete = Operation+  type+    Scopes ComputeMachineImagesDelete =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeMachineImagesDelete {..} =+    go+      project+      machineImage+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeMachineImagesDeleteResource)+          Core.mempty
+ gen/Gogol/Compute/MachineImages/Get.hs view
@@ -0,0 +1,120 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.MachineImages.Get+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Returns the specified machine image.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.machineImages.get@.+module Gogol.Compute.MachineImages.Get+  ( -- * Resource+    ComputeMachineImagesGetResource,++    -- ** Constructing a Request+    ComputeMachineImagesGet (..),+    newComputeMachineImagesGet,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.machineImages.get@ method which the+-- 'ComputeMachineImagesGet' request conforms to.+type ComputeMachineImagesGetResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "machineImages"+    Core.:> Core.Capture "machineImage" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] MachineImage++-- | Returns the specified machine image.+--+-- /See:/ 'newComputeMachineImagesGet' smart constructor.+data ComputeMachineImagesGet = ComputeMachineImagesGet+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | The name of the machine image.+    machineImage :: Core.Text,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeMachineImagesGet' with the minimum fields required to make a request.+newComputeMachineImagesGet ::+  -- |  The name of the machine image. See 'machineImage'.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeMachineImagesGet+newComputeMachineImagesGet machineImage project =+  ComputeMachineImagesGet+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      machineImage = machineImage,+      project = project,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeMachineImagesGet where+  type Rs ComputeMachineImagesGet = MachineImage+  type+    Scopes ComputeMachineImagesGet =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeMachineImagesGet {..} =+    go+      project+      machineImage+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeMachineImagesGetResource)+          Core.mempty
+ gen/Gogol/Compute/MachineImages/GetIamPolicy.hs view
@@ -0,0 +1,126 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.MachineImages.GetIamPolicy+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Gets the access control policy for a resource. May be empty if no such policy or resource exists.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.machineImages.getIamPolicy@.+module Gogol.Compute.MachineImages.GetIamPolicy+  ( -- * Resource+    ComputeMachineImagesGetIamPolicyResource,++    -- ** Constructing a Request+    ComputeMachineImagesGetIamPolicy (..),+    newComputeMachineImagesGetIamPolicy,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.machineImages.getIamPolicy@ method which the+-- 'ComputeMachineImagesGetIamPolicy' request conforms to.+type ComputeMachineImagesGetIamPolicyResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "machineImages"+    Core.:> Core.Capture "resource" Core.Text+    Core.:> "getIamPolicy"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "optionsRequestedPolicyVersion" Core.Int32+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] Policy++-- | Gets the access control policy for a resource. May be empty if no such policy or resource exists.+--+-- /See:/ 'newComputeMachineImagesGetIamPolicy' smart constructor.+data ComputeMachineImagesGetIamPolicy = ComputeMachineImagesGetIamPolicy+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Requested IAM Policy version.+    optionsRequestedPolicyVersion :: (Core.Maybe Core.Int32),+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Name or id of the resource for this request.+    resource :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeMachineImagesGetIamPolicy' with the minimum fields required to make a request.+newComputeMachineImagesGetIamPolicy ::+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  Name or id of the resource for this request. See 'resource'.+  Core.Text ->+  ComputeMachineImagesGetIamPolicy+newComputeMachineImagesGetIamPolicy project resource =+  ComputeMachineImagesGetIamPolicy+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      optionsRequestedPolicyVersion = Core.Nothing,+      project = project,+      resource = resource,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeMachineImagesGetIamPolicy where+  type Rs ComputeMachineImagesGetIamPolicy = Policy+  type+    Scopes ComputeMachineImagesGetIamPolicy =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeMachineImagesGetIamPolicy {..} =+    go+      project+      resource+      xgafv+      accessToken+      callback+      optionsRequestedPolicyVersion+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeMachineImagesGetIamPolicyResource)+          Core.mempty
+ gen/Gogol/Compute/MachineImages/Insert.hs view
@@ -0,0 +1,130 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.MachineImages.Insert+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Creates a machine image in the specified project using the data that is included in the request. If you are creating a new machine image to update an existing instance, your new machine image should use the same network or, if applicable, the same subnetwork as the original instance.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.machineImages.insert@.+module Gogol.Compute.MachineImages.Insert+  ( -- * Resource+    ComputeMachineImagesInsertResource,++    -- ** Constructing a Request+    ComputeMachineImagesInsert (..),+    newComputeMachineImagesInsert,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.machineImages.insert@ method which the+-- 'ComputeMachineImagesInsert' request conforms to.+type ComputeMachineImagesInsertResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "machineImages"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "sourceInstance" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] MachineImage+    Core.:> Core.Post '[Core.JSON] Operation++-- | Creates a machine image in the specified project using the data that is included in the request. If you are creating a new machine image to update an existing instance, your new machine image should use the same network or, if applicable, the same subnetwork as the original instance.+--+-- /See:/ 'newComputeMachineImagesInsert' smart constructor.+data ComputeMachineImagesInsert = ComputeMachineImagesInsert+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Multipart request metadata.+    payload :: MachineImage,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Required. Source instance that is used to create the machine image from.+    sourceInstance :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeMachineImagesInsert' with the minimum fields required to make a request.+newComputeMachineImagesInsert ::+  -- |  Multipart request metadata. See 'payload'.+  MachineImage ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeMachineImagesInsert+newComputeMachineImagesInsert payload project =+  ComputeMachineImagesInsert+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      payload = payload,+      project = project,+      requestId = Core.Nothing,+      sourceInstance = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeMachineImagesInsert where+  type Rs ComputeMachineImagesInsert = Operation+  type+    Scopes ComputeMachineImagesInsert =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeMachineImagesInsert {..} =+    go+      project+      xgafv+      accessToken+      callback+      requestId+      sourceInstance+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeMachineImagesInsertResource)+          Core.mempty
+ gen/Gogol/Compute/MachineImages/List.hs view
@@ -0,0 +1,140 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.MachineImages.List+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Retrieves a list of machine images that are contained within the specified project.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.machineImages.list@.+module Gogol.Compute.MachineImages.List+  ( -- * Resource+    ComputeMachineImagesListResource,++    -- ** Constructing a Request+    ComputeMachineImagesList (..),+    newComputeMachineImagesList,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.machineImages.list@ method which the+-- 'ComputeMachineImagesList' request conforms to.+type ComputeMachineImagesListResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "machineImages"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "filter" Core.Text+    Core.:> Core.QueryParam "maxResults" Core.Word32+    Core.:> Core.QueryParam "orderBy" Core.Text+    Core.:> Core.QueryParam "pageToken" Core.Text+    Core.:> Core.QueryParam "returnPartialSuccess" Core.Bool+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] MachineImageList++-- | Retrieves a list of machine images that are contained within the specified project.+--+-- /See:/ 'newComputeMachineImagesList' smart constructor.+data ComputeMachineImagesList = ComputeMachineImagesList+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: Core.Word32,+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.+    returnPartialSuccess :: (Core.Maybe Core.Bool),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeMachineImagesList' with the minimum fields required to make a request.+newComputeMachineImagesList ::+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeMachineImagesList+newComputeMachineImagesList project =+  ComputeMachineImagesList+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      filter = Core.Nothing,+      maxResults = 500,+      orderBy = Core.Nothing,+      pageToken = Core.Nothing,+      project = project,+      returnPartialSuccess = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeMachineImagesList where+  type Rs ComputeMachineImagesList = MachineImageList+  type+    Scopes ComputeMachineImagesList =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeMachineImagesList {..} =+    go+      project+      xgafv+      accessToken+      callback+      filter+      (Core.Just maxResults)+      orderBy+      pageToken+      returnPartialSuccess+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeMachineImagesListResource)+          Core.mempty
+ gen/Gogol/Compute/MachineImages/SetIamPolicy.hs view
@@ -0,0 +1,128 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.MachineImages.SetIamPolicy+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Sets the access control policy on the specified resource. Replaces any existing policy.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.machineImages.setIamPolicy@.+module Gogol.Compute.MachineImages.SetIamPolicy+  ( -- * Resource+    ComputeMachineImagesSetIamPolicyResource,++    -- ** Constructing a Request+    ComputeMachineImagesSetIamPolicy (..),+    newComputeMachineImagesSetIamPolicy,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.machineImages.setIamPolicy@ method which the+-- 'ComputeMachineImagesSetIamPolicy' request conforms to.+type ComputeMachineImagesSetIamPolicyResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "machineImages"+    Core.:> Core.Capture "resource" Core.Text+    Core.:> "setIamPolicy"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] GlobalSetPolicyRequest+    Core.:> Core.Post '[Core.JSON] Policy++-- | Sets the access control policy on the specified resource. Replaces any existing policy.+--+-- /See:/ 'newComputeMachineImagesSetIamPolicy' smart constructor.+data ComputeMachineImagesSetIamPolicy = ComputeMachineImagesSetIamPolicy+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Multipart request metadata.+    payload :: GlobalSetPolicyRequest,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Name or id of the resource for this request.+    resource :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeMachineImagesSetIamPolicy' with the minimum fields required to make a request.+newComputeMachineImagesSetIamPolicy ::+  -- |  Multipart request metadata. See 'payload'.+  GlobalSetPolicyRequest ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  Name or id of the resource for this request. See 'resource'.+  Core.Text ->+  ComputeMachineImagesSetIamPolicy+newComputeMachineImagesSetIamPolicy payload project resource =+  ComputeMachineImagesSetIamPolicy+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      payload = payload,+      project = project,+      resource = resource,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeMachineImagesSetIamPolicy where+  type Rs ComputeMachineImagesSetIamPolicy = Policy+  type+    Scopes ComputeMachineImagesSetIamPolicy =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeMachineImagesSetIamPolicy {..} =+    go+      project+      resource+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeMachineImagesSetIamPolicyResource)+          Core.mempty
+ gen/Gogol/Compute/MachineImages/TestIamPermissions.hs view
@@ -0,0 +1,132 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.MachineImages.TestIamPermissions+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Returns permissions that a caller has on the specified resource.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.machineImages.testIamPermissions@.+module Gogol.Compute.MachineImages.TestIamPermissions+  ( -- * Resource+    ComputeMachineImagesTestIamPermissionsResource,++    -- ** Constructing a Request+    ComputeMachineImagesTestIamPermissions (..),+    newComputeMachineImagesTestIamPermissions,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.machineImages.testIamPermissions@ method which the+-- 'ComputeMachineImagesTestIamPermissions' request conforms to.+type ComputeMachineImagesTestIamPermissionsResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "machineImages"+    Core.:> Core.Capture "resource" Core.Text+    Core.:> "testIamPermissions"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] TestPermissionsRequest+    Core.:> Core.Post '[Core.JSON] TestPermissionsResponse++-- | Returns permissions that a caller has on the specified resource.+--+-- /See:/ 'newComputeMachineImagesTestIamPermissions' smart constructor.+data ComputeMachineImagesTestIamPermissions = ComputeMachineImagesTestIamPermissions+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Multipart request metadata.+    payload :: TestPermissionsRequest,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Name or id of the resource for this request.+    resource :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeMachineImagesTestIamPermissions' with the minimum fields required to make a request.+newComputeMachineImagesTestIamPermissions ::+  -- |  Multipart request metadata. See 'payload'.+  TestPermissionsRequest ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  Name or id of the resource for this request. See 'resource'.+  Core.Text ->+  ComputeMachineImagesTestIamPermissions+newComputeMachineImagesTestIamPermissions payload project resource =+  ComputeMachineImagesTestIamPermissions+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      payload = payload,+      project = project,+      resource = resource,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeMachineImagesTestIamPermissions where+  type+    Rs ComputeMachineImagesTestIamPermissions =+      TestPermissionsResponse+  type+    Scopes ComputeMachineImagesTestIamPermissions =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeMachineImagesTestIamPermissions {..} =+    go+      project+      resource+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeMachineImagesTestIamPermissionsResource+          )+          Core.mempty
+ gen/Gogol/Compute/MachineTypes/AggregatedList.hs view
@@ -0,0 +1,154 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.MachineTypes.AggregatedList+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Retrieves an aggregated list of machine types. To prevent failure, Google recommends that you set the @returnPartialSuccess@ parameter to @true@.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.machineTypes.aggregatedList@.+module Gogol.Compute.MachineTypes.AggregatedList+  ( -- * Resource+    ComputeMachineTypesAggregatedListResource,++    -- ** Constructing a Request+    ComputeMachineTypesAggregatedList (..),+    newComputeMachineTypesAggregatedList,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.machineTypes.aggregatedList@ method which the+-- 'ComputeMachineTypesAggregatedList' request conforms to.+type ComputeMachineTypesAggregatedListResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "aggregated"+    Core.:> "machineTypes"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "filter" Core.Text+    Core.:> Core.QueryParam "includeAllScopes" Core.Bool+    Core.:> Core.QueryParam "maxResults" Core.Word32+    Core.:> Core.QueryParam "orderBy" Core.Text+    Core.:> Core.QueryParam "pageToken" Core.Text+    Core.:> Core.QueryParam "returnPartialSuccess" Core.Bool+    Core.:> Core.QueryParam "serviceProjectNumber" Core.Int64+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] MachineTypeAggregatedList++-- | Retrieves an aggregated list of machine types. To prevent failure, Google recommends that you set the @returnPartialSuccess@ parameter to @true@.+--+-- /See:/ 'newComputeMachineTypesAggregatedList' smart constructor.+data ComputeMachineTypesAggregatedList = ComputeMachineTypesAggregatedList+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.+    includeAllScopes :: (Core.Maybe Core.Bool),+    -- | 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 :: Core.Word32,+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.+    returnPartialSuccess :: (Core.Maybe Core.Bool),+    -- | The Shared VPC service project id or service project number for which aggregated list request is invoked for subnetworks list-usable api.+    serviceProjectNumber :: (Core.Maybe Core.Int64),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeMachineTypesAggregatedList' with the minimum fields required to make a request.+newComputeMachineTypesAggregatedList ::+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeMachineTypesAggregatedList+newComputeMachineTypesAggregatedList project =+  ComputeMachineTypesAggregatedList+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      filter = Core.Nothing,+      includeAllScopes = Core.Nothing,+      maxResults = 500,+      orderBy = Core.Nothing,+      pageToken = Core.Nothing,+      project = project,+      returnPartialSuccess = Core.Nothing,+      serviceProjectNumber = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeMachineTypesAggregatedList where+  type+    Rs ComputeMachineTypesAggregatedList =+      MachineTypeAggregatedList+  type+    Scopes ComputeMachineTypesAggregatedList =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeMachineTypesAggregatedList {..} =+    go+      project+      xgafv+      accessToken+      callback+      filter+      includeAllScopes+      (Core.Just maxResults)+      orderBy+      pageToken+      returnPartialSuccess+      serviceProjectNumber+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeMachineTypesAggregatedListResource+          )+          Core.mempty
+ gen/Gogol/Compute/MachineTypes/Get.hs view
@@ -0,0 +1,127 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.MachineTypes.Get+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Returns the specified machine type.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.machineTypes.get@.+module Gogol.Compute.MachineTypes.Get+  ( -- * Resource+    ComputeMachineTypesGetResource,++    -- ** Constructing a Request+    ComputeMachineTypesGet (..),+    newComputeMachineTypesGet,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.machineTypes.get@ method which the+-- 'ComputeMachineTypesGet' request conforms to.+type ComputeMachineTypesGetResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "machineTypes"+    Core.:> Core.Capture "machineType" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] MachineType++-- | Returns the specified machine type.+--+-- /See:/ 'newComputeMachineTypesGet' smart constructor.+data ComputeMachineTypesGet = ComputeMachineTypesGet+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the machine type to return.+    machineType :: Core.Text,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone for this request.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeMachineTypesGet' with the minimum fields required to make a request.+newComputeMachineTypesGet ::+  -- |  Name of the machine type to return. See 'machineType'.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone for this request. See 'zone'.+  Core.Text ->+  ComputeMachineTypesGet+newComputeMachineTypesGet machineType project zone =+  ComputeMachineTypesGet+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      machineType = machineType,+      project = project,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      zone = zone+    }++instance Core.GoogleRequest ComputeMachineTypesGet where+  type Rs ComputeMachineTypesGet = MachineType+  type+    Scopes ComputeMachineTypesGet =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeMachineTypesGet {..} =+    go+      project+      zone+      machineType+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeMachineTypesGetResource)+          Core.mempty
+ gen/Gogol/Compute/MachineTypes/List.hs view
@@ -0,0 +1,147 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.MachineTypes.List+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Retrieves a list of machine types available to the specified project.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.machineTypes.list@.+module Gogol.Compute.MachineTypes.List+  ( -- * Resource+    ComputeMachineTypesListResource,++    -- ** Constructing a Request+    ComputeMachineTypesList (..),+    newComputeMachineTypesList,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.machineTypes.list@ method which the+-- 'ComputeMachineTypesList' request conforms to.+type ComputeMachineTypesListResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "machineTypes"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "filter" Core.Text+    Core.:> Core.QueryParam "maxResults" Core.Word32+    Core.:> Core.QueryParam "orderBy" Core.Text+    Core.:> Core.QueryParam "pageToken" Core.Text+    Core.:> Core.QueryParam "returnPartialSuccess" Core.Bool+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] MachineTypeList++-- | Retrieves a list of machine types available to the specified project.+--+-- /See:/ 'newComputeMachineTypesList' smart constructor.+data ComputeMachineTypesList = ComputeMachineTypesList+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: Core.Word32,+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.+    returnPartialSuccess :: (Core.Maybe Core.Bool),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone for this request.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeMachineTypesList' with the minimum fields required to make a request.+newComputeMachineTypesList ::+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone for this request. See 'zone'.+  Core.Text ->+  ComputeMachineTypesList+newComputeMachineTypesList project zone =+  ComputeMachineTypesList+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      filter = Core.Nothing,+      maxResults = 500,+      orderBy = Core.Nothing,+      pageToken = Core.Nothing,+      project = project,+      returnPartialSuccess = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      zone = zone+    }++instance Core.GoogleRequest ComputeMachineTypesList where+  type Rs ComputeMachineTypesList = MachineTypeList+  type+    Scopes ComputeMachineTypesList =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeMachineTypesList {..} =+    go+      project+      zone+      xgafv+      accessToken+      callback+      filter+      (Core.Just maxResults)+      orderBy+      pageToken+      returnPartialSuccess+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeMachineTypesListResource)+          Core.mempty
+ gen/Gogol/Compute/NetworkAttachments/AggregatedList.hs view
@@ -0,0 +1,154 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.NetworkAttachments.AggregatedList+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Retrieves the list of all NetworkAttachment resources, regional and global, available to the specified project. To prevent failure, Google recommends that you set the @returnPartialSuccess@ parameter to @true@.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.networkAttachments.aggregatedList@.+module Gogol.Compute.NetworkAttachments.AggregatedList+  ( -- * Resource+    ComputeNetworkAttachmentsAggregatedListResource,++    -- ** Constructing a Request+    ComputeNetworkAttachmentsAggregatedList (..),+    newComputeNetworkAttachmentsAggregatedList,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.networkAttachments.aggregatedList@ method which the+-- 'ComputeNetworkAttachmentsAggregatedList' request conforms to.+type ComputeNetworkAttachmentsAggregatedListResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "aggregated"+    Core.:> "networkAttachments"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "filter" Core.Text+    Core.:> Core.QueryParam "includeAllScopes" Core.Bool+    Core.:> Core.QueryParam "maxResults" Core.Word32+    Core.:> Core.QueryParam "orderBy" Core.Text+    Core.:> Core.QueryParam "pageToken" Core.Text+    Core.:> Core.QueryParam "returnPartialSuccess" Core.Bool+    Core.:> Core.QueryParam "serviceProjectNumber" Core.Int64+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] NetworkAttachmentAggregatedList++-- | Retrieves the list of all NetworkAttachment resources, regional and global, available to the specified project. To prevent failure, Google recommends that you set the @returnPartialSuccess@ parameter to @true@.+--+-- /See:/ 'newComputeNetworkAttachmentsAggregatedList' smart constructor.+data ComputeNetworkAttachmentsAggregatedList = ComputeNetworkAttachmentsAggregatedList+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.+    includeAllScopes :: (Core.Maybe Core.Bool),+    -- | 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 :: Core.Word32,+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.+    returnPartialSuccess :: (Core.Maybe Core.Bool),+    -- | The Shared VPC service project id or service project number for which aggregated list request is invoked for subnetworks list-usable api.+    serviceProjectNumber :: (Core.Maybe Core.Int64),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeNetworkAttachmentsAggregatedList' with the minimum fields required to make a request.+newComputeNetworkAttachmentsAggregatedList ::+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeNetworkAttachmentsAggregatedList+newComputeNetworkAttachmentsAggregatedList project =+  ComputeNetworkAttachmentsAggregatedList+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      filter = Core.Nothing,+      includeAllScopes = Core.Nothing,+      maxResults = 500,+      orderBy = Core.Nothing,+      pageToken = Core.Nothing,+      project = project,+      returnPartialSuccess = Core.Nothing,+      serviceProjectNumber = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeNetworkAttachmentsAggregatedList where+  type+    Rs ComputeNetworkAttachmentsAggregatedList =+      NetworkAttachmentAggregatedList+  type+    Scopes ComputeNetworkAttachmentsAggregatedList =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeNetworkAttachmentsAggregatedList {..} =+    go+      project+      xgafv+      accessToken+      callback+      filter+      includeAllScopes+      (Core.Just maxResults)+      orderBy+      pageToken+      returnPartialSuccess+      serviceProjectNumber+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeNetworkAttachmentsAggregatedListResource+          )+          Core.mempty
+ gen/Gogol/Compute/NetworkAttachments/Delete.hs view
@@ -0,0 +1,132 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.NetworkAttachments.Delete+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Deletes the specified NetworkAttachment in the given scope+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.networkAttachments.delete@.+module Gogol.Compute.NetworkAttachments.Delete+  ( -- * Resource+    ComputeNetworkAttachmentsDeleteResource,++    -- ** Constructing a Request+    ComputeNetworkAttachmentsDelete (..),+    newComputeNetworkAttachmentsDelete,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.networkAttachments.delete@ method which the+-- 'ComputeNetworkAttachmentsDelete' request conforms to.+type ComputeNetworkAttachmentsDeleteResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "regions"+    Core.:> Core.Capture "region" Core.Text+    Core.:> "networkAttachments"+    Core.:> Core.Capture "networkAttachment" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Delete '[Core.JSON] Operation++-- | Deletes the specified NetworkAttachment in the given scope+--+-- /See:/ 'newComputeNetworkAttachmentsDelete' smart constructor.+data ComputeNetworkAttachmentsDelete = ComputeNetworkAttachmentsDelete+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the NetworkAttachment resource to delete.+    networkAttachment :: Core.Text,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Name of the region of this request.+    region :: Core.Text,+    -- | 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). end_interface: MixerMutationRequestBuilder+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeNetworkAttachmentsDelete' with the minimum fields required to make a request.+newComputeNetworkAttachmentsDelete ::+  -- |  Name of the NetworkAttachment resource to delete. See 'networkAttachment'.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  Name of the region of this request. See 'region'.+  Core.Text ->+  ComputeNetworkAttachmentsDelete+newComputeNetworkAttachmentsDelete networkAttachment project region =+  ComputeNetworkAttachmentsDelete+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      networkAttachment = networkAttachment,+      project = project,+      region = region,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeNetworkAttachmentsDelete where+  type Rs ComputeNetworkAttachmentsDelete = Operation+  type+    Scopes ComputeNetworkAttachmentsDelete =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeNetworkAttachmentsDelete {..} =+    go+      project+      region+      networkAttachment+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeNetworkAttachmentsDeleteResource)+          Core.mempty
+ gen/Gogol/Compute/NetworkAttachments/Get.hs view
@@ -0,0 +1,127 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.NetworkAttachments.Get+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Returns the specified NetworkAttachment resource in the given scope.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.networkAttachments.get@.+module Gogol.Compute.NetworkAttachments.Get+  ( -- * Resource+    ComputeNetworkAttachmentsGetResource,++    -- ** Constructing a Request+    ComputeNetworkAttachmentsGet (..),+    newComputeNetworkAttachmentsGet,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.networkAttachments.get@ method which the+-- 'ComputeNetworkAttachmentsGet' request conforms to.+type ComputeNetworkAttachmentsGetResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "regions"+    Core.:> Core.Capture "region" Core.Text+    Core.:> "networkAttachments"+    Core.:> Core.Capture "networkAttachment" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] NetworkAttachment++-- | Returns the specified NetworkAttachment resource in the given scope.+--+-- /See:/ 'newComputeNetworkAttachmentsGet' smart constructor.+data ComputeNetworkAttachmentsGet = ComputeNetworkAttachmentsGet+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the NetworkAttachment resource to return.+    networkAttachment :: Core.Text,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Name of the region of this request.+    region :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeNetworkAttachmentsGet' with the minimum fields required to make a request.+newComputeNetworkAttachmentsGet ::+  -- |  Name of the NetworkAttachment resource to return. See 'networkAttachment'.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  Name of the region of this request. See 'region'.+  Core.Text ->+  ComputeNetworkAttachmentsGet+newComputeNetworkAttachmentsGet networkAttachment project region =+  ComputeNetworkAttachmentsGet+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      networkAttachment = networkAttachment,+      project = project,+      region = region,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeNetworkAttachmentsGet where+  type Rs ComputeNetworkAttachmentsGet = NetworkAttachment+  type+    Scopes ComputeNetworkAttachmentsGet =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeNetworkAttachmentsGet {..} =+    go+      project+      region+      networkAttachment+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeNetworkAttachmentsGetResource)+          Core.mempty
+ gen/Gogol/Compute/NetworkAttachments/GetIamPolicy.hs view
@@ -0,0 +1,135 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.NetworkAttachments.GetIamPolicy+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Gets the access control policy for a resource. May be empty if no such policy or resource exists.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.networkAttachments.getIamPolicy@.+module Gogol.Compute.NetworkAttachments.GetIamPolicy+  ( -- * Resource+    ComputeNetworkAttachmentsGetIamPolicyResource,++    -- ** Constructing a Request+    ComputeNetworkAttachmentsGetIamPolicy (..),+    newComputeNetworkAttachmentsGetIamPolicy,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.networkAttachments.getIamPolicy@ method which the+-- 'ComputeNetworkAttachmentsGetIamPolicy' request conforms to.+type ComputeNetworkAttachmentsGetIamPolicyResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "regions"+    Core.:> Core.Capture "region" Core.Text+    Core.:> "networkAttachments"+    Core.:> Core.Capture "resource" Core.Text+    Core.:> "getIamPolicy"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "optionsRequestedPolicyVersion" Core.Int32+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] Policy++-- | Gets the access control policy for a resource. May be empty if no such policy or resource exists.+--+-- /See:/ 'newComputeNetworkAttachmentsGetIamPolicy' smart constructor.+data ComputeNetworkAttachmentsGetIamPolicy = ComputeNetworkAttachmentsGetIamPolicy+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Requested IAM Policy version.+    optionsRequestedPolicyVersion :: (Core.Maybe Core.Int32),+    -- | Project ID for this request.+    project :: Core.Text,+    -- | The name of the region for this request.+    region :: Core.Text,+    -- | Name or id of the resource for this request.+    resource :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeNetworkAttachmentsGetIamPolicy' with the minimum fields required to make a request.+newComputeNetworkAttachmentsGetIamPolicy ::+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the region for this request. See 'region'.+  Core.Text ->+  -- |  Name or id of the resource for this request. See 'resource'.+  Core.Text ->+  ComputeNetworkAttachmentsGetIamPolicy+newComputeNetworkAttachmentsGetIamPolicy project region resource =+  ComputeNetworkAttachmentsGetIamPolicy+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      optionsRequestedPolicyVersion = Core.Nothing,+      project = project,+      region = region,+      resource = resource,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeNetworkAttachmentsGetIamPolicy where+  type Rs ComputeNetworkAttachmentsGetIamPolicy = Policy+  type+    Scopes ComputeNetworkAttachmentsGetIamPolicy =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeNetworkAttachmentsGetIamPolicy {..} =+    go+      project+      region+      resource+      xgafv+      accessToken+      callback+      optionsRequestedPolicyVersion+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeNetworkAttachmentsGetIamPolicyResource+          )+          Core.mempty
+ gen/Gogol/Compute/NetworkAttachments/Insert.hs view
@@ -0,0 +1,132 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.NetworkAttachments.Insert+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Creates a NetworkAttachment in the specified project in the given scope using the parameters that are included in the request.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.networkAttachments.insert@.+module Gogol.Compute.NetworkAttachments.Insert+  ( -- * Resource+    ComputeNetworkAttachmentsInsertResource,++    -- ** Constructing a Request+    ComputeNetworkAttachmentsInsert (..),+    newComputeNetworkAttachmentsInsert,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.networkAttachments.insert@ method which the+-- 'ComputeNetworkAttachmentsInsert' request conforms to.+type ComputeNetworkAttachmentsInsertResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "regions"+    Core.:> Core.Capture "region" Core.Text+    Core.:> "networkAttachments"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] NetworkAttachment+    Core.:> Core.Post '[Core.JSON] Operation++-- | Creates a NetworkAttachment in the specified project in the given scope using the parameters that are included in the request.+--+-- /See:/ 'newComputeNetworkAttachmentsInsert' smart constructor.+data ComputeNetworkAttachmentsInsert = ComputeNetworkAttachmentsInsert+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Multipart request metadata.+    payload :: NetworkAttachment,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Name of the region of this request.+    region :: Core.Text,+    -- | 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). end_interface: MixerMutationRequestBuilder+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeNetworkAttachmentsInsert' with the minimum fields required to make a request.+newComputeNetworkAttachmentsInsert ::+  -- |  Multipart request metadata. See 'payload'.+  NetworkAttachment ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  Name of the region of this request. See 'region'.+  Core.Text ->+  ComputeNetworkAttachmentsInsert+newComputeNetworkAttachmentsInsert payload project region =+  ComputeNetworkAttachmentsInsert+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      payload = payload,+      project = project,+      region = region,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeNetworkAttachmentsInsert where+  type Rs ComputeNetworkAttachmentsInsert = Operation+  type+    Scopes ComputeNetworkAttachmentsInsert =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeNetworkAttachmentsInsert {..} =+    go+      project+      region+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeNetworkAttachmentsInsertResource)+          Core.mempty
+ gen/Gogol/Compute/NetworkAttachments/List.hs view
@@ -0,0 +1,147 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.NetworkAttachments.List+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Lists the NetworkAttachments for a project in the given scope.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.networkAttachments.list@.+module Gogol.Compute.NetworkAttachments.List+  ( -- * Resource+    ComputeNetworkAttachmentsListResource,++    -- ** Constructing a Request+    ComputeNetworkAttachmentsList (..),+    newComputeNetworkAttachmentsList,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.networkAttachments.list@ method which the+-- 'ComputeNetworkAttachmentsList' request conforms to.+type ComputeNetworkAttachmentsListResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "regions"+    Core.:> Core.Capture "region" Core.Text+    Core.:> "networkAttachments"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "filter" Core.Text+    Core.:> Core.QueryParam "maxResults" Core.Word32+    Core.:> Core.QueryParam "orderBy" Core.Text+    Core.:> Core.QueryParam "pageToken" Core.Text+    Core.:> Core.QueryParam "returnPartialSuccess" Core.Bool+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] NetworkAttachmentList++-- | Lists the NetworkAttachments for a project in the given scope.+--+-- /See:/ 'newComputeNetworkAttachmentsList' smart constructor.+data ComputeNetworkAttachmentsList = ComputeNetworkAttachmentsList+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: Core.Word32,+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Name of the region of this request.+    region :: Core.Text,+    -- | Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.+    returnPartialSuccess :: (Core.Maybe Core.Bool),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeNetworkAttachmentsList' with the minimum fields required to make a request.+newComputeNetworkAttachmentsList ::+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  Name of the region of this request. See 'region'.+  Core.Text ->+  ComputeNetworkAttachmentsList+newComputeNetworkAttachmentsList project region =+  ComputeNetworkAttachmentsList+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      filter = Core.Nothing,+      maxResults = 500,+      orderBy = Core.Nothing,+      pageToken = Core.Nothing,+      project = project,+      region = region,+      returnPartialSuccess = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeNetworkAttachmentsList where+  type Rs ComputeNetworkAttachmentsList = NetworkAttachmentList+  type+    Scopes ComputeNetworkAttachmentsList =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeNetworkAttachmentsList {..} =+    go+      project+      region+      xgafv+      accessToken+      callback+      filter+      (Core.Just maxResults)+      orderBy+      pageToken+      returnPartialSuccess+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeNetworkAttachmentsListResource)+          Core.mempty
+ gen/Gogol/Compute/NetworkAttachments/Patch.hs view
@@ -0,0 +1,143 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.NetworkAttachments.Patch+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Patches the specified NetworkAttachment resource with the data included in the request. This method supports PATCH semantics and uses JSON merge patch format and processing rules.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.networkAttachments.patch@.+module Gogol.Compute.NetworkAttachments.Patch+  ( -- * Resource+    ComputeNetworkAttachmentsPatchResource,++    -- ** Constructing a Request+    ComputeNetworkAttachmentsPatch (..),+    newComputeNetworkAttachmentsPatch,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.networkAttachments.patch@ method which the+-- 'ComputeNetworkAttachmentsPatch' request conforms to.+type ComputeNetworkAttachmentsPatchResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "regions"+    Core.:> Core.Capture "region" Core.Text+    Core.:> "networkAttachments"+    Core.:> Core.Capture "networkAttachment" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] NetworkAttachment+    Core.:> Core.Patch '[Core.JSON] Operation++-- | Patches the specified NetworkAttachment resource with the data included in the request. This method supports PATCH semantics and uses JSON merge patch format and processing rules.+--+-- /See:/ 'newComputeNetworkAttachmentsPatch' smart constructor.+data ComputeNetworkAttachmentsPatch = ComputeNetworkAttachmentsPatch+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the NetworkAttachment resource to patch.+    networkAttachment :: Core.Text,+    -- | Multipart request metadata.+    payload :: NetworkAttachment,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Name of the region for this request.+    region :: Core.Text,+    -- | 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). end_interface: MixerMutationRequestBuilder+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeNetworkAttachmentsPatch' with the minimum fields required to make a request.+newComputeNetworkAttachmentsPatch ::+  -- |  Name of the NetworkAttachment resource to patch. See 'networkAttachment'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  NetworkAttachment ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  Name of the region for this request. See 'region'.+  Core.Text ->+  ComputeNetworkAttachmentsPatch+newComputeNetworkAttachmentsPatch+  networkAttachment+  payload+  project+  region =+    ComputeNetworkAttachmentsPatch+      { xgafv = Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        networkAttachment = networkAttachment,+        payload = payload,+        project = project,+        region = region,+        requestId = Core.Nothing,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing+      }++instance Core.GoogleRequest ComputeNetworkAttachmentsPatch where+  type Rs ComputeNetworkAttachmentsPatch = Operation+  type+    Scopes ComputeNetworkAttachmentsPatch =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeNetworkAttachmentsPatch {..} =+    go+      project+      region+      networkAttachment+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeNetworkAttachmentsPatchResource)+          Core.mempty
+ gen/Gogol/Compute/NetworkAttachments/SetIamPolicy.hs view
@@ -0,0 +1,141 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.NetworkAttachments.SetIamPolicy+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Sets the access control policy on the specified resource. Replaces any existing policy.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.networkAttachments.setIamPolicy@.+module Gogol.Compute.NetworkAttachments.SetIamPolicy+  ( -- * Resource+    ComputeNetworkAttachmentsSetIamPolicyResource,++    -- ** Constructing a Request+    ComputeNetworkAttachmentsSetIamPolicy (..),+    newComputeNetworkAttachmentsSetIamPolicy,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.networkAttachments.setIamPolicy@ method which the+-- 'ComputeNetworkAttachmentsSetIamPolicy' request conforms to.+type ComputeNetworkAttachmentsSetIamPolicyResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "regions"+    Core.:> Core.Capture "region" Core.Text+    Core.:> "networkAttachments"+    Core.:> Core.Capture "resource" Core.Text+    Core.:> "setIamPolicy"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] RegionSetPolicyRequest+    Core.:> Core.Post '[Core.JSON] Policy++-- | Sets the access control policy on the specified resource. Replaces any existing policy.+--+-- /See:/ 'newComputeNetworkAttachmentsSetIamPolicy' smart constructor.+data ComputeNetworkAttachmentsSetIamPolicy = ComputeNetworkAttachmentsSetIamPolicy+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Multipart request metadata.+    payload :: RegionSetPolicyRequest,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | The name of the region for this request.+    region :: Core.Text,+    -- | Name or id of the resource for this request.+    resource :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeNetworkAttachmentsSetIamPolicy' with the minimum fields required to make a request.+newComputeNetworkAttachmentsSetIamPolicy ::+  -- |  Multipart request metadata. See 'payload'.+  RegionSetPolicyRequest ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the region for this request. See 'region'.+  Core.Text ->+  -- |  Name or id of the resource for this request. See 'resource'.+  Core.Text ->+  ComputeNetworkAttachmentsSetIamPolicy+newComputeNetworkAttachmentsSetIamPolicy+  payload+  project+  region+  resource =+    ComputeNetworkAttachmentsSetIamPolicy+      { xgafv = Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        payload = payload,+        project = project,+        region = region,+        resource = resource,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing+      }++instance Core.GoogleRequest ComputeNetworkAttachmentsSetIamPolicy where+  type Rs ComputeNetworkAttachmentsSetIamPolicy = Policy+  type+    Scopes ComputeNetworkAttachmentsSetIamPolicy =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeNetworkAttachmentsSetIamPolicy {..} =+    go+      project+      region+      resource+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeNetworkAttachmentsSetIamPolicyResource+          )+          Core.mempty
+ gen/Gogol/Compute/NetworkAttachments/TestIamPermissions.hs view
@@ -0,0 +1,146 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.NetworkAttachments.TestIamPermissions+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Returns permissions that a caller has on the specified resource.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.networkAttachments.testIamPermissions@.+module Gogol.Compute.NetworkAttachments.TestIamPermissions+  ( -- * Resource+    ComputeNetworkAttachmentsTestIamPermissionsResource,++    -- ** Constructing a Request+    ComputeNetworkAttachmentsTestIamPermissions (..),+    newComputeNetworkAttachmentsTestIamPermissions,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.networkAttachments.testIamPermissions@ method which the+-- 'ComputeNetworkAttachmentsTestIamPermissions' request conforms to.+type ComputeNetworkAttachmentsTestIamPermissionsResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "regions"+    Core.:> Core.Capture "region" Core.Text+    Core.:> "networkAttachments"+    Core.:> Core.Capture "resource" Core.Text+    Core.:> "testIamPermissions"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] TestPermissionsRequest+    Core.:> Core.Post '[Core.JSON] TestPermissionsResponse++-- | Returns permissions that a caller has on the specified resource.+--+-- /See:/ 'newComputeNetworkAttachmentsTestIamPermissions' smart constructor.+data ComputeNetworkAttachmentsTestIamPermissions = ComputeNetworkAttachmentsTestIamPermissions+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Multipart request metadata.+    payload :: TestPermissionsRequest,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | The name of the region for this request.+    region :: Core.Text,+    -- | Name or id of the resource for this request.+    resource :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeNetworkAttachmentsTestIamPermissions' with the minimum fields required to make a request.+newComputeNetworkAttachmentsTestIamPermissions ::+  -- |  Multipart request metadata. See 'payload'.+  TestPermissionsRequest ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the region for this request. See 'region'.+  Core.Text ->+  -- |  Name or id of the resource for this request. See 'resource'.+  Core.Text ->+  ComputeNetworkAttachmentsTestIamPermissions+newComputeNetworkAttachmentsTestIamPermissions+  payload+  project+  region+  resource =+    ComputeNetworkAttachmentsTestIamPermissions+      { xgafv = Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        payload = payload,+        project = project,+        region = region,+        resource = resource,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing+      }++instance+  Core.GoogleRequest+    ComputeNetworkAttachmentsTestIamPermissions+  where+  type+    Rs ComputeNetworkAttachmentsTestIamPermissions =+      TestPermissionsResponse+  type+    Scopes ComputeNetworkAttachmentsTestIamPermissions =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeNetworkAttachmentsTestIamPermissions {..} =+    go+      project+      region+      resource+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeNetworkAttachmentsTestIamPermissionsResource+          )+          Core.mempty
+ gen/Gogol/Compute/NetworkEdgeSecurityServices/AggregatedList.hs view
@@ -0,0 +1,161 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.NetworkEdgeSecurityServices.AggregatedList+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Retrieves the list of all NetworkEdgeSecurityService resources available to the specified project. To prevent failure, Google recommends that you set the @returnPartialSuccess@ parameter to @true@.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.networkEdgeSecurityServices.aggregatedList@.+module Gogol.Compute.NetworkEdgeSecurityServices.AggregatedList+  ( -- * Resource+    ComputeNetworkEdgeSecurityServicesAggregatedListResource,++    -- ** Constructing a Request+    ComputeNetworkEdgeSecurityServicesAggregatedList (..),+    newComputeNetworkEdgeSecurityServicesAggregatedList,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.networkEdgeSecurityServices.aggregatedList@ method which the+-- 'ComputeNetworkEdgeSecurityServicesAggregatedList' request conforms to.+type ComputeNetworkEdgeSecurityServicesAggregatedListResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "aggregated"+    Core.:> "networkEdgeSecurityServices"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "filter" Core.Text+    Core.:> Core.QueryParam "includeAllScopes" Core.Bool+    Core.:> Core.QueryParam "maxResults" Core.Word32+    Core.:> Core.QueryParam "orderBy" Core.Text+    Core.:> Core.QueryParam "pageToken" Core.Text+    Core.:> Core.QueryParam "returnPartialSuccess" Core.Bool+    Core.:> Core.QueryParam "serviceProjectNumber" Core.Int64+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get+              '[Core.JSON]+              NetworkEdgeSecurityServiceAggregatedList++-- | Retrieves the list of all NetworkEdgeSecurityService resources available to the specified project. To prevent failure, Google recommends that you set the @returnPartialSuccess@ parameter to @true@.+--+-- /See:/ 'newComputeNetworkEdgeSecurityServicesAggregatedList' smart constructor.+data ComputeNetworkEdgeSecurityServicesAggregatedList = ComputeNetworkEdgeSecurityServicesAggregatedList+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.+    includeAllScopes :: (Core.Maybe Core.Bool),+    -- | 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 :: Core.Word32,+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | Name of the project scoping this request.+    project :: Core.Text,+    -- | Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.+    returnPartialSuccess :: (Core.Maybe Core.Bool),+    -- | The Shared VPC service project id or service project number for which aggregated list request is invoked for subnetworks list-usable api.+    serviceProjectNumber :: (Core.Maybe Core.Int64),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeNetworkEdgeSecurityServicesAggregatedList' with the minimum fields required to make a request.+newComputeNetworkEdgeSecurityServicesAggregatedList ::+  -- |  Name of the project scoping this request. See 'project'.+  Core.Text ->+  ComputeNetworkEdgeSecurityServicesAggregatedList+newComputeNetworkEdgeSecurityServicesAggregatedList project =+  ComputeNetworkEdgeSecurityServicesAggregatedList+    { xgafv =+        Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      filter = Core.Nothing,+      includeAllScopes = Core.Nothing,+      maxResults = 500,+      orderBy = Core.Nothing,+      pageToken = Core.Nothing,+      project = project,+      returnPartialSuccess = Core.Nothing,+      serviceProjectNumber = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance+  Core.GoogleRequest+    ComputeNetworkEdgeSecurityServicesAggregatedList+  where+  type+    Rs ComputeNetworkEdgeSecurityServicesAggregatedList =+      NetworkEdgeSecurityServiceAggregatedList+  type+    Scopes ComputeNetworkEdgeSecurityServicesAggregatedList =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeNetworkEdgeSecurityServicesAggregatedList {..} =+    go+      project+      xgafv+      accessToken+      callback+      filter+      includeAllScopes+      (Core.Just maxResults)+      orderBy+      pageToken+      returnPartialSuccess+      serviceProjectNumber+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy+                ComputeNetworkEdgeSecurityServicesAggregatedListResource+          )+          Core.mempty
+ gen/Gogol/Compute/NetworkEdgeSecurityServices/Delete.hs view
@@ -0,0 +1,141 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.NetworkEdgeSecurityServices.Delete+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Deletes the specified service.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.networkEdgeSecurityServices.delete@.+module Gogol.Compute.NetworkEdgeSecurityServices.Delete+  ( -- * Resource+    ComputeNetworkEdgeSecurityServicesDeleteResource,++    -- ** Constructing a Request+    ComputeNetworkEdgeSecurityServicesDelete (..),+    newComputeNetworkEdgeSecurityServicesDelete,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.networkEdgeSecurityServices.delete@ method which the+-- 'ComputeNetworkEdgeSecurityServicesDelete' request conforms to.+type ComputeNetworkEdgeSecurityServicesDeleteResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "regions"+    Core.:> Core.Capture "region" Core.Text+    Core.:> "networkEdgeSecurityServices"+    Core.:> Core.Capture "networkEdgeSecurityService" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Delete '[Core.JSON] Operation++-- | Deletes the specified service.+--+-- /See:/ 'newComputeNetworkEdgeSecurityServicesDelete' smart constructor.+data ComputeNetworkEdgeSecurityServicesDelete = ComputeNetworkEdgeSecurityServicesDelete+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the network edge security service to delete.+    networkEdgeSecurityService :: Core.Text,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Name of the region scoping this request.+    region :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeNetworkEdgeSecurityServicesDelete' with the minimum fields required to make a request.+newComputeNetworkEdgeSecurityServicesDelete ::+  -- |  Name of the network edge security service to delete. See 'networkEdgeSecurityService'.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  Name of the region scoping this request. See 'region'.+  Core.Text ->+  ComputeNetworkEdgeSecurityServicesDelete+newComputeNetworkEdgeSecurityServicesDelete+  networkEdgeSecurityService+  project+  region =+    ComputeNetworkEdgeSecurityServicesDelete+      { xgafv = Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        networkEdgeSecurityService =+          networkEdgeSecurityService,+        project = project,+        region = region,+        requestId = Core.Nothing,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing+      }++instance+  Core.GoogleRequest+    ComputeNetworkEdgeSecurityServicesDelete+  where+  type Rs ComputeNetworkEdgeSecurityServicesDelete = Operation+  type+    Scopes ComputeNetworkEdgeSecurityServicesDelete =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeNetworkEdgeSecurityServicesDelete {..} =+    go+      project+      region+      networkEdgeSecurityService+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeNetworkEdgeSecurityServicesDeleteResource+          )+          Core.mempty
+ gen/Gogol/Compute/NetworkEdgeSecurityServices/Get.hs view
@@ -0,0 +1,134 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.NetworkEdgeSecurityServices.Get+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Gets a specified NetworkEdgeSecurityService.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.networkEdgeSecurityServices.get@.+module Gogol.Compute.NetworkEdgeSecurityServices.Get+  ( -- * Resource+    ComputeNetworkEdgeSecurityServicesGetResource,++    -- ** Constructing a Request+    ComputeNetworkEdgeSecurityServicesGet (..),+    newComputeNetworkEdgeSecurityServicesGet,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.networkEdgeSecurityServices.get@ method which the+-- 'ComputeNetworkEdgeSecurityServicesGet' request conforms to.+type ComputeNetworkEdgeSecurityServicesGetResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "regions"+    Core.:> Core.Capture "region" Core.Text+    Core.:> "networkEdgeSecurityServices"+    Core.:> Core.Capture "networkEdgeSecurityService" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] NetworkEdgeSecurityService++-- | Gets a specified NetworkEdgeSecurityService.+--+-- /See:/ 'newComputeNetworkEdgeSecurityServicesGet' smart constructor.+data ComputeNetworkEdgeSecurityServicesGet = ComputeNetworkEdgeSecurityServicesGet+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the network edge security service to get.+    networkEdgeSecurityService :: Core.Text,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Name of the region scoping this request.+    region :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeNetworkEdgeSecurityServicesGet' with the minimum fields required to make a request.+newComputeNetworkEdgeSecurityServicesGet ::+  -- |  Name of the network edge security service to get. See 'networkEdgeSecurityService'.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  Name of the region scoping this request. See 'region'.+  Core.Text ->+  ComputeNetworkEdgeSecurityServicesGet+newComputeNetworkEdgeSecurityServicesGet+  networkEdgeSecurityService+  project+  region =+    ComputeNetworkEdgeSecurityServicesGet+      { xgafv = Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        networkEdgeSecurityService = networkEdgeSecurityService,+        project = project,+        region = region,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing+      }++instance Core.GoogleRequest ComputeNetworkEdgeSecurityServicesGet where+  type+    Rs ComputeNetworkEdgeSecurityServicesGet =+      NetworkEdgeSecurityService+  type+    Scopes ComputeNetworkEdgeSecurityServicesGet =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeNetworkEdgeSecurityServicesGet {..} =+    go+      project+      region+      networkEdgeSecurityService+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeNetworkEdgeSecurityServicesGetResource+          )+          Core.mempty
+ gen/Gogol/Compute/NetworkEdgeSecurityServices/Insert.hs view
@@ -0,0 +1,142 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.NetworkEdgeSecurityServices.Insert+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Creates a new service in the specified project using the data included in the request.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.networkEdgeSecurityServices.insert@.+module Gogol.Compute.NetworkEdgeSecurityServices.Insert+  ( -- * Resource+    ComputeNetworkEdgeSecurityServicesInsertResource,++    -- ** Constructing a Request+    ComputeNetworkEdgeSecurityServicesInsert (..),+    newComputeNetworkEdgeSecurityServicesInsert,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.networkEdgeSecurityServices.insert@ method which the+-- 'ComputeNetworkEdgeSecurityServicesInsert' request conforms to.+type ComputeNetworkEdgeSecurityServicesInsertResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "regions"+    Core.:> Core.Capture "region" Core.Text+    Core.:> "networkEdgeSecurityServices"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "validateOnly" Core.Bool+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] NetworkEdgeSecurityService+    Core.:> Core.Post '[Core.JSON] Operation++-- | Creates a new service in the specified project using the data included in the request.+--+-- /See:/ 'newComputeNetworkEdgeSecurityServicesInsert' smart constructor.+data ComputeNetworkEdgeSecurityServicesInsert = ComputeNetworkEdgeSecurityServicesInsert+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Multipart request metadata.+    payload :: NetworkEdgeSecurityService,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Name of the region scoping this request.+    region :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | If true, the request will not be committed.+    validateOnly :: (Core.Maybe Core.Bool)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeNetworkEdgeSecurityServicesInsert' with the minimum fields required to make a request.+newComputeNetworkEdgeSecurityServicesInsert ::+  -- |  Multipart request metadata. See 'payload'.+  NetworkEdgeSecurityService ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  Name of the region scoping this request. See 'region'.+  Core.Text ->+  ComputeNetworkEdgeSecurityServicesInsert+newComputeNetworkEdgeSecurityServicesInsert payload project region =+  ComputeNetworkEdgeSecurityServicesInsert+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      payload = payload,+      project = project,+      region = region,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      validateOnly = Core.Nothing+    }++instance+  Core.GoogleRequest+    ComputeNetworkEdgeSecurityServicesInsert+  where+  type Rs ComputeNetworkEdgeSecurityServicesInsert = Operation+  type+    Scopes ComputeNetworkEdgeSecurityServicesInsert =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeNetworkEdgeSecurityServicesInsert {..} =+    go+      project+      region+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      validateOnly+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeNetworkEdgeSecurityServicesInsertResource+          )+          Core.mempty
+ gen/Gogol/Compute/NetworkEdgeSecurityServices/Patch.hs view
@@ -0,0 +1,154 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.NetworkEdgeSecurityServices.Patch+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Patches the specified policy with the data included in the request.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.networkEdgeSecurityServices.patch@.+module Gogol.Compute.NetworkEdgeSecurityServices.Patch+  ( -- * Resource+    ComputeNetworkEdgeSecurityServicesPatchResource,++    -- ** Constructing a Request+    ComputeNetworkEdgeSecurityServicesPatch (..),+    newComputeNetworkEdgeSecurityServicesPatch,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.networkEdgeSecurityServices.patch@ method which the+-- 'ComputeNetworkEdgeSecurityServicesPatch' request conforms to.+type ComputeNetworkEdgeSecurityServicesPatchResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "regions"+    Core.:> Core.Capture "region" Core.Text+    Core.:> "networkEdgeSecurityServices"+    Core.:> Core.Capture "networkEdgeSecurityService" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParams "paths" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "updateMask" Core.FieldMask+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] NetworkEdgeSecurityService+    Core.:> Core.Patch '[Core.JSON] Operation++-- | Patches the specified policy with the data included in the request.+--+-- /See:/ 'newComputeNetworkEdgeSecurityServicesPatch' smart constructor.+data ComputeNetworkEdgeSecurityServicesPatch = ComputeNetworkEdgeSecurityServicesPatch+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the network edge security service to update.+    networkEdgeSecurityService :: Core.Text,+    paths :: (Core.Maybe [Core.Text]),+    -- | Multipart request metadata.+    payload :: NetworkEdgeSecurityService,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Name of the region scoping this request.+    region :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Indicates fields to be updated as part of this request.+    updateMask :: (Core.Maybe Core.FieldMask),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeNetworkEdgeSecurityServicesPatch' with the minimum fields required to make a request.+newComputeNetworkEdgeSecurityServicesPatch ::+  -- |  Name of the network edge security service to update. See 'networkEdgeSecurityService'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  NetworkEdgeSecurityService ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  Name of the region scoping this request. See 'region'.+  Core.Text ->+  ComputeNetworkEdgeSecurityServicesPatch+newComputeNetworkEdgeSecurityServicesPatch+  networkEdgeSecurityService+  payload+  project+  region =+    ComputeNetworkEdgeSecurityServicesPatch+      { xgafv = Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        networkEdgeSecurityService = networkEdgeSecurityService,+        paths = Core.Nothing,+        payload = payload,+        project = project,+        region = region,+        requestId = Core.Nothing,+        updateMask = Core.Nothing,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing+      }++instance Core.GoogleRequest ComputeNetworkEdgeSecurityServicesPatch where+  type Rs ComputeNetworkEdgeSecurityServicesPatch = Operation+  type+    Scopes ComputeNetworkEdgeSecurityServicesPatch =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeNetworkEdgeSecurityServicesPatch {..} =+    go+      project+      region+      networkEdgeSecurityService+      xgafv+      accessToken+      callback+      (paths Core.^. Core._Default)+      requestId+      updateMask+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeNetworkEdgeSecurityServicesPatchResource+          )+          Core.mempty
+ gen/Gogol/Compute/NetworkEndpointGroups/AggregatedList.hs view
@@ -0,0 +1,157 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.NetworkEndpointGroups.AggregatedList+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Retrieves the list of network endpoint groups and sorts them by zone. To prevent failure, Google recommends that you set the @returnPartialSuccess@ parameter to @true@.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.networkEndpointGroups.aggregatedList@.+module Gogol.Compute.NetworkEndpointGroups.AggregatedList+  ( -- * Resource+    ComputeNetworkEndpointGroupsAggregatedListResource,++    -- ** Constructing a Request+    ComputeNetworkEndpointGroupsAggregatedList (..),+    newComputeNetworkEndpointGroupsAggregatedList,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.networkEndpointGroups.aggregatedList@ method which the+-- 'ComputeNetworkEndpointGroupsAggregatedList' request conforms to.+type ComputeNetworkEndpointGroupsAggregatedListResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "aggregated"+    Core.:> "networkEndpointGroups"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "filter" Core.Text+    Core.:> Core.QueryParam "includeAllScopes" Core.Bool+    Core.:> Core.QueryParam "maxResults" Core.Word32+    Core.:> Core.QueryParam "orderBy" Core.Text+    Core.:> Core.QueryParam "pageToken" Core.Text+    Core.:> Core.QueryParam "returnPartialSuccess" Core.Bool+    Core.:> Core.QueryParam "serviceProjectNumber" Core.Int64+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] NetworkEndpointGroupAggregatedList++-- | Retrieves the list of network endpoint groups and sorts them by zone. To prevent failure, Google recommends that you set the @returnPartialSuccess@ parameter to @true@.+--+-- /See:/ 'newComputeNetworkEndpointGroupsAggregatedList' smart constructor.+data ComputeNetworkEndpointGroupsAggregatedList = ComputeNetworkEndpointGroupsAggregatedList+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.+    includeAllScopes :: (Core.Maybe Core.Bool),+    -- | 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 :: Core.Word32,+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.+    returnPartialSuccess :: (Core.Maybe Core.Bool),+    -- | The Shared VPC service project id or service project number for which aggregated list request is invoked for subnetworks list-usable api.+    serviceProjectNumber :: (Core.Maybe Core.Int64),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeNetworkEndpointGroupsAggregatedList' with the minimum fields required to make a request.+newComputeNetworkEndpointGroupsAggregatedList ::+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeNetworkEndpointGroupsAggregatedList+newComputeNetworkEndpointGroupsAggregatedList project =+  ComputeNetworkEndpointGroupsAggregatedList+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      filter = Core.Nothing,+      includeAllScopes = Core.Nothing,+      maxResults = 500,+      orderBy = Core.Nothing,+      pageToken = Core.Nothing,+      project = project,+      returnPartialSuccess = Core.Nothing,+      serviceProjectNumber = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance+  Core.GoogleRequest+    ComputeNetworkEndpointGroupsAggregatedList+  where+  type+    Rs ComputeNetworkEndpointGroupsAggregatedList =+      NetworkEndpointGroupAggregatedList+  type+    Scopes ComputeNetworkEndpointGroupsAggregatedList =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeNetworkEndpointGroupsAggregatedList {..} =+    go+      project+      xgafv+      accessToken+      callback+      filter+      includeAllScopes+      (Core.Just maxResults)+      orderBy+      pageToken+      returnPartialSuccess+      serviceProjectNumber+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeNetworkEndpointGroupsAggregatedListResource+          )+          Core.mempty
+ gen/Gogol/Compute/NetworkEndpointGroups/AttachNetworkEndpoints.hs view
@@ -0,0 +1,156 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.NetworkEndpointGroups.AttachNetworkEndpoints+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Attach a list of network endpoints to the specified network endpoint group.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.networkEndpointGroups.attachNetworkEndpoints@.+module Gogol.Compute.NetworkEndpointGroups.AttachNetworkEndpoints+  ( -- * Resource+    ComputeNetworkEndpointGroupsAttachNetworkEndpointsResource,++    -- ** Constructing a Request+    ComputeNetworkEndpointGroupsAttachNetworkEndpoints (..),+    newComputeNetworkEndpointGroupsAttachNetworkEndpoints,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.networkEndpointGroups.attachNetworkEndpoints@ method which the+-- 'ComputeNetworkEndpointGroupsAttachNetworkEndpoints' request conforms to.+type ComputeNetworkEndpointGroupsAttachNetworkEndpointsResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "networkEndpointGroups"+    Core.:> Core.Capture "networkEndpointGroup" Core.Text+    Core.:> "attachNetworkEndpoints"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody+              '[Core.JSON]+              NetworkEndpointGroupsAttachEndpointsRequest+    Core.:> Core.Post '[Core.JSON] Operation++-- | Attach a list of network endpoints to the specified network endpoint group.+--+-- /See:/ 'newComputeNetworkEndpointGroupsAttachNetworkEndpoints' smart constructor.+data ComputeNetworkEndpointGroupsAttachNetworkEndpoints = ComputeNetworkEndpointGroupsAttachNetworkEndpoints+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | The name of the network endpoint group where you are attaching network endpoints to. It should comply with RFC1035.+    networkEndpointGroup :: Core.Text,+    -- | Multipart request metadata.+    payload :: NetworkEndpointGroupsAttachEndpointsRequest,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone where the network endpoint group is located. It should comply with RFC1035.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeNetworkEndpointGroupsAttachNetworkEndpoints' with the minimum fields required to make a request.+newComputeNetworkEndpointGroupsAttachNetworkEndpoints ::+  -- |  The name of the network endpoint group where you are attaching network endpoints to. It should comply with RFC1035. See 'networkEndpointGroup'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  NetworkEndpointGroupsAttachEndpointsRequest ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone where the network endpoint group is located. It should comply with RFC1035. See 'zone'.+  Core.Text ->+  ComputeNetworkEndpointGroupsAttachNetworkEndpoints+newComputeNetworkEndpointGroupsAttachNetworkEndpoints+  networkEndpointGroup+  payload+  project+  zone =+    ComputeNetworkEndpointGroupsAttachNetworkEndpoints+      { xgafv =+          Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        networkEndpointGroup = networkEndpointGroup,+        payload = payload,+        project = project,+        requestId = Core.Nothing,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing,+        zone = zone+      }++instance+  Core.GoogleRequest+    ComputeNetworkEndpointGroupsAttachNetworkEndpoints+  where+  type+    Rs ComputeNetworkEndpointGroupsAttachNetworkEndpoints =+      Operation+  type+    Scopes ComputeNetworkEndpointGroupsAttachNetworkEndpoints =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient+    ComputeNetworkEndpointGroupsAttachNetworkEndpoints {..} =+      go+        project+        zone+        networkEndpointGroup+        xgafv+        accessToken+        callback+        requestId+        uploadType+        uploadProtocol+        (Core.Just Core.AltJSON)+        payload+        computeService+      where+        go =+          Core.buildClient+            ( Core.Proxy ::+                Core.Proxy+                  ComputeNetworkEndpointGroupsAttachNetworkEndpointsResource+            )+            Core.mempty
+ gen/Gogol/Compute/NetworkEndpointGroups/Delete.hs view
@@ -0,0 +1,137 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.NetworkEndpointGroups.Delete+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- 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.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.networkEndpointGroups.delete@.+module Gogol.Compute.NetworkEndpointGroups.Delete+  ( -- * Resource+    ComputeNetworkEndpointGroupsDeleteResource,++    -- ** Constructing a Request+    ComputeNetworkEndpointGroupsDelete (..),+    newComputeNetworkEndpointGroupsDelete,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.networkEndpointGroups.delete@ method which the+-- 'ComputeNetworkEndpointGroupsDelete' request conforms to.+type ComputeNetworkEndpointGroupsDeleteResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "networkEndpointGroups"+    Core.:> Core.Capture "networkEndpointGroup" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Delete '[Core.JSON] Operation++-- | 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.+--+-- /See:/ 'newComputeNetworkEndpointGroupsDelete' smart constructor.+data ComputeNetworkEndpointGroupsDelete = ComputeNetworkEndpointGroupsDelete+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | The name of the network endpoint group to delete. It should comply with RFC1035.+    networkEndpointGroup :: Core.Text,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone where the network endpoint group is located. It should comply with RFC1035.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeNetworkEndpointGroupsDelete' with the minimum fields required to make a request.+newComputeNetworkEndpointGroupsDelete ::+  -- |  The name of the network endpoint group to delete. It should comply with RFC1035. See 'networkEndpointGroup'.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone where the network endpoint group is located. It should comply with RFC1035. See 'zone'.+  Core.Text ->+  ComputeNetworkEndpointGroupsDelete+newComputeNetworkEndpointGroupsDelete+  networkEndpointGroup+  project+  zone =+    ComputeNetworkEndpointGroupsDelete+      { xgafv = Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        networkEndpointGroup = networkEndpointGroup,+        project = project,+        requestId = Core.Nothing,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing,+        zone = zone+      }++instance Core.GoogleRequest ComputeNetworkEndpointGroupsDelete where+  type Rs ComputeNetworkEndpointGroupsDelete = Operation+  type+    Scopes ComputeNetworkEndpointGroupsDelete =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeNetworkEndpointGroupsDelete {..} =+    go+      project+      zone+      networkEndpointGroup+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeNetworkEndpointGroupsDeleteResource+          )+          Core.mempty
+ gen/Gogol/Compute/NetworkEndpointGroups/DetachNetworkEndpoints.hs view
@@ -0,0 +1,156 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.NetworkEndpointGroups.DetachNetworkEndpoints+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Detach a list of network endpoints from the specified network endpoint group.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.networkEndpointGroups.detachNetworkEndpoints@.+module Gogol.Compute.NetworkEndpointGroups.DetachNetworkEndpoints+  ( -- * Resource+    ComputeNetworkEndpointGroupsDetachNetworkEndpointsResource,++    -- ** Constructing a Request+    ComputeNetworkEndpointGroupsDetachNetworkEndpoints (..),+    newComputeNetworkEndpointGroupsDetachNetworkEndpoints,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.networkEndpointGroups.detachNetworkEndpoints@ method which the+-- 'ComputeNetworkEndpointGroupsDetachNetworkEndpoints' request conforms to.+type ComputeNetworkEndpointGroupsDetachNetworkEndpointsResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "networkEndpointGroups"+    Core.:> Core.Capture "networkEndpointGroup" Core.Text+    Core.:> "detachNetworkEndpoints"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody+              '[Core.JSON]+              NetworkEndpointGroupsDetachEndpointsRequest+    Core.:> Core.Post '[Core.JSON] Operation++-- | Detach a list of network endpoints from the specified network endpoint group.+--+-- /See:/ 'newComputeNetworkEndpointGroupsDetachNetworkEndpoints' smart constructor.+data ComputeNetworkEndpointGroupsDetachNetworkEndpoints = ComputeNetworkEndpointGroupsDetachNetworkEndpoints+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | The name of the network endpoint group where you are removing network endpoints. It should comply with RFC1035.+    networkEndpointGroup :: Core.Text,+    -- | Multipart request metadata.+    payload :: NetworkEndpointGroupsDetachEndpointsRequest,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone where the network endpoint group is located. It should comply with RFC1035.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeNetworkEndpointGroupsDetachNetworkEndpoints' with the minimum fields required to make a request.+newComputeNetworkEndpointGroupsDetachNetworkEndpoints ::+  -- |  The name of the network endpoint group where you are removing network endpoints. It should comply with RFC1035. See 'networkEndpointGroup'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  NetworkEndpointGroupsDetachEndpointsRequest ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone where the network endpoint group is located. It should comply with RFC1035. See 'zone'.+  Core.Text ->+  ComputeNetworkEndpointGroupsDetachNetworkEndpoints+newComputeNetworkEndpointGroupsDetachNetworkEndpoints+  networkEndpointGroup+  payload+  project+  zone =+    ComputeNetworkEndpointGroupsDetachNetworkEndpoints+      { xgafv =+          Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        networkEndpointGroup = networkEndpointGroup,+        payload = payload,+        project = project,+        requestId = Core.Nothing,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing,+        zone = zone+      }++instance+  Core.GoogleRequest+    ComputeNetworkEndpointGroupsDetachNetworkEndpoints+  where+  type+    Rs ComputeNetworkEndpointGroupsDetachNetworkEndpoints =+      Operation+  type+    Scopes ComputeNetworkEndpointGroupsDetachNetworkEndpoints =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient+    ComputeNetworkEndpointGroupsDetachNetworkEndpoints {..} =+      go+        project+        zone+        networkEndpointGroup+        xgafv+        accessToken+        callback+        requestId+        uploadType+        uploadProtocol+        (Core.Just Core.AltJSON)+        payload+        computeService+      where+        go =+          Core.buildClient+            ( Core.Proxy ::+                Core.Proxy+                  ComputeNetworkEndpointGroupsDetachNetworkEndpointsResource+            )+            Core.mempty
+ gen/Gogol/Compute/NetworkEndpointGroups/Get.hs view
@@ -0,0 +1,130 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.NetworkEndpointGroups.Get+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Returns the specified network endpoint group.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.networkEndpointGroups.get@.+module Gogol.Compute.NetworkEndpointGroups.Get+  ( -- * Resource+    ComputeNetworkEndpointGroupsGetResource,++    -- ** Constructing a Request+    ComputeNetworkEndpointGroupsGet (..),+    newComputeNetworkEndpointGroupsGet,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.networkEndpointGroups.get@ method which the+-- 'ComputeNetworkEndpointGroupsGet' request conforms to.+type ComputeNetworkEndpointGroupsGetResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "networkEndpointGroups"+    Core.:> Core.Capture "networkEndpointGroup" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] NetworkEndpointGroup++-- | Returns the specified network endpoint group.+--+-- /See:/ 'newComputeNetworkEndpointGroupsGet' smart constructor.+data ComputeNetworkEndpointGroupsGet = ComputeNetworkEndpointGroupsGet+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | The name of the network endpoint group. It should comply with RFC1035.+    networkEndpointGroup :: Core.Text,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone where the network endpoint group is located. It should comply with RFC1035.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeNetworkEndpointGroupsGet' with the minimum fields required to make a request.+newComputeNetworkEndpointGroupsGet ::+  -- |  The name of the network endpoint group. It should comply with RFC1035. See 'networkEndpointGroup'.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone where the network endpoint group is located. It should comply with RFC1035. See 'zone'.+  Core.Text ->+  ComputeNetworkEndpointGroupsGet+newComputeNetworkEndpointGroupsGet+  networkEndpointGroup+  project+  zone =+    ComputeNetworkEndpointGroupsGet+      { xgafv = Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        networkEndpointGroup = networkEndpointGroup,+        project = project,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing,+        zone = zone+      }++instance Core.GoogleRequest ComputeNetworkEndpointGroupsGet where+  type Rs ComputeNetworkEndpointGroupsGet = NetworkEndpointGroup+  type+    Scopes ComputeNetworkEndpointGroupsGet =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeNetworkEndpointGroupsGet {..} =+    go+      project+      zone+      networkEndpointGroup+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeNetworkEndpointGroupsGetResource)+          Core.mempty
+ gen/Gogol/Compute/NetworkEndpointGroups/Insert.hs view
@@ -0,0 +1,134 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.NetworkEndpointGroups.Insert+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Creates a network endpoint group in the specified project using the parameters that are included in the request.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.networkEndpointGroups.insert@.+module Gogol.Compute.NetworkEndpointGroups.Insert+  ( -- * Resource+    ComputeNetworkEndpointGroupsInsertResource,++    -- ** Constructing a Request+    ComputeNetworkEndpointGroupsInsert (..),+    newComputeNetworkEndpointGroupsInsert,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.networkEndpointGroups.insert@ method which the+-- 'ComputeNetworkEndpointGroupsInsert' request conforms to.+type ComputeNetworkEndpointGroupsInsertResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "networkEndpointGroups"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] NetworkEndpointGroup+    Core.:> Core.Post '[Core.JSON] Operation++-- | Creates a network endpoint group in the specified project using the parameters that are included in the request.+--+-- /See:/ 'newComputeNetworkEndpointGroupsInsert' smart constructor.+data ComputeNetworkEndpointGroupsInsert = ComputeNetworkEndpointGroupsInsert+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Multipart request metadata.+    payload :: NetworkEndpointGroup,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone where you want to create the network endpoint group. It should comply with RFC1035.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeNetworkEndpointGroupsInsert' with the minimum fields required to make a request.+newComputeNetworkEndpointGroupsInsert ::+  -- |  Multipart request metadata. See 'payload'.+  NetworkEndpointGroup ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone where you want to create the network endpoint group. It should comply with RFC1035. See 'zone'.+  Core.Text ->+  ComputeNetworkEndpointGroupsInsert+newComputeNetworkEndpointGroupsInsert payload project zone =+  ComputeNetworkEndpointGroupsInsert+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      payload = payload,+      project = project,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      zone = zone+    }++instance Core.GoogleRequest ComputeNetworkEndpointGroupsInsert where+  type Rs ComputeNetworkEndpointGroupsInsert = Operation+  type+    Scopes ComputeNetworkEndpointGroupsInsert =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeNetworkEndpointGroupsInsert {..} =+    go+      project+      zone+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeNetworkEndpointGroupsInsertResource+          )+          Core.mempty
+ gen/Gogol/Compute/NetworkEndpointGroups/List.hs view
@@ -0,0 +1,147 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.NetworkEndpointGroups.List+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Retrieves the list of network endpoint groups that are located in the specified project and zone.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.networkEndpointGroups.list@.+module Gogol.Compute.NetworkEndpointGroups.List+  ( -- * Resource+    ComputeNetworkEndpointGroupsListResource,++    -- ** Constructing a Request+    ComputeNetworkEndpointGroupsList (..),+    newComputeNetworkEndpointGroupsList,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.networkEndpointGroups.list@ method which the+-- 'ComputeNetworkEndpointGroupsList' request conforms to.+type ComputeNetworkEndpointGroupsListResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "networkEndpointGroups"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "filter" Core.Text+    Core.:> Core.QueryParam "maxResults" Core.Word32+    Core.:> Core.QueryParam "orderBy" Core.Text+    Core.:> Core.QueryParam "pageToken" Core.Text+    Core.:> Core.QueryParam "returnPartialSuccess" Core.Bool+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] NetworkEndpointGroupList++-- | Retrieves the list of network endpoint groups that are located in the specified project and zone.+--+-- /See:/ 'newComputeNetworkEndpointGroupsList' smart constructor.+data ComputeNetworkEndpointGroupsList = ComputeNetworkEndpointGroupsList+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: Core.Word32,+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.+    returnPartialSuccess :: (Core.Maybe Core.Bool),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone where the network endpoint group is located. It should comply with RFC1035.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeNetworkEndpointGroupsList' with the minimum fields required to make a request.+newComputeNetworkEndpointGroupsList ::+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone where the network endpoint group is located. It should comply with RFC1035. See 'zone'.+  Core.Text ->+  ComputeNetworkEndpointGroupsList+newComputeNetworkEndpointGroupsList project zone =+  ComputeNetworkEndpointGroupsList+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      filter = Core.Nothing,+      maxResults = 500,+      orderBy = Core.Nothing,+      pageToken = Core.Nothing,+      project = project,+      returnPartialSuccess = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      zone = zone+    }++instance Core.GoogleRequest ComputeNetworkEndpointGroupsList where+  type Rs ComputeNetworkEndpointGroupsList = NetworkEndpointGroupList+  type+    Scopes ComputeNetworkEndpointGroupsList =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeNetworkEndpointGroupsList {..} =+    go+      project+      zone+      xgafv+      accessToken+      callback+      filter+      (Core.Just maxResults)+      orderBy+      pageToken+      returnPartialSuccess+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeNetworkEndpointGroupsListResource)+          Core.mempty
+ gen/Gogol/Compute/NetworkEndpointGroups/ListNetworkEndpoints.hs view
@@ -0,0 +1,179 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.NetworkEndpointGroups.ListNetworkEndpoints+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Lists the network endpoints in the specified network endpoint group.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.networkEndpointGroups.listNetworkEndpoints@.+module Gogol.Compute.NetworkEndpointGroups.ListNetworkEndpoints+  ( -- * Resource+    ComputeNetworkEndpointGroupsListNetworkEndpointsResource,++    -- ** Constructing a Request+    ComputeNetworkEndpointGroupsListNetworkEndpoints (..),+    newComputeNetworkEndpointGroupsListNetworkEndpoints,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.networkEndpointGroups.listNetworkEndpoints@ method which the+-- 'ComputeNetworkEndpointGroupsListNetworkEndpoints' request conforms to.+type ComputeNetworkEndpointGroupsListNetworkEndpointsResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "networkEndpointGroups"+    Core.:> Core.Capture "networkEndpointGroup" Core.Text+    Core.:> "listNetworkEndpoints"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "filter" Core.Text+    Core.:> Core.QueryParam "maxResults" Core.Word32+    Core.:> Core.QueryParam "orderBy" Core.Text+    Core.:> Core.QueryParam "pageToken" Core.Text+    Core.:> Core.QueryParam "returnPartialSuccess" Core.Bool+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody+              '[Core.JSON]+              NetworkEndpointGroupsListEndpointsRequest+    Core.:> Core.Post+              '[Core.JSON]+              NetworkEndpointGroupsListNetworkEndpoints++-- | Lists the network endpoints in the specified network endpoint group.+--+-- /See:/ 'newComputeNetworkEndpointGroupsListNetworkEndpoints' smart constructor.+data ComputeNetworkEndpointGroupsListNetworkEndpoints = ComputeNetworkEndpointGroupsListNetworkEndpoints+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: Core.Word32,+    -- | The name of the network endpoint group from which you want to generate a list of included network endpoints. It should comply with RFC1035.+    networkEndpointGroup :: Core.Text,+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | Multipart request metadata.+    payload :: NetworkEndpointGroupsListEndpointsRequest,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.+    returnPartialSuccess :: (Core.Maybe Core.Bool),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone where the network endpoint group is located. It should comply with RFC1035.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeNetworkEndpointGroupsListNetworkEndpoints' with the minimum fields required to make a request.+newComputeNetworkEndpointGroupsListNetworkEndpoints ::+  -- |  The name of the network endpoint group from which you want to generate a list of included network endpoints. It should comply with RFC1035. See 'networkEndpointGroup'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  NetworkEndpointGroupsListEndpointsRequest ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone where the network endpoint group is located. It should comply with RFC1035. See 'zone'.+  Core.Text ->+  ComputeNetworkEndpointGroupsListNetworkEndpoints+newComputeNetworkEndpointGroupsListNetworkEndpoints+  networkEndpointGroup+  payload+  project+  zone =+    ComputeNetworkEndpointGroupsListNetworkEndpoints+      { xgafv =+          Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        filter = Core.Nothing,+        maxResults = 500,+        networkEndpointGroup = networkEndpointGroup,+        orderBy = Core.Nothing,+        pageToken = Core.Nothing,+        payload = payload,+        project = project,+        returnPartialSuccess = Core.Nothing,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing,+        zone = zone+      }++instance+  Core.GoogleRequest+    ComputeNetworkEndpointGroupsListNetworkEndpoints+  where+  type+    Rs ComputeNetworkEndpointGroupsListNetworkEndpoints =+      NetworkEndpointGroupsListNetworkEndpoints+  type+    Scopes ComputeNetworkEndpointGroupsListNetworkEndpoints =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeNetworkEndpointGroupsListNetworkEndpoints {..} =+    go+      project+      zone+      networkEndpointGroup+      xgafv+      accessToken+      callback+      filter+      (Core.Just maxResults)+      orderBy+      pageToken+      returnPartialSuccess+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy+                ComputeNetworkEndpointGroupsListNetworkEndpointsResource+          )+          Core.mempty
+ gen/Gogol/Compute/NetworkEndpointGroups/TestIamPermissions.hs view
@@ -0,0 +1,147 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.NetworkEndpointGroups.TestIamPermissions+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Returns permissions that a caller has on the specified resource.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.networkEndpointGroups.testIamPermissions@.+module Gogol.Compute.NetworkEndpointGroups.TestIamPermissions+  ( -- * Resource+    ComputeNetworkEndpointGroupsTestIamPermissionsResource,++    -- ** Constructing a Request+    ComputeNetworkEndpointGroupsTestIamPermissions (..),+    newComputeNetworkEndpointGroupsTestIamPermissions,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.networkEndpointGroups.testIamPermissions@ method which the+-- 'ComputeNetworkEndpointGroupsTestIamPermissions' request conforms to.+type ComputeNetworkEndpointGroupsTestIamPermissionsResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "networkEndpointGroups"+    Core.:> Core.Capture "resource" Core.Text+    Core.:> "testIamPermissions"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] TestPermissionsRequest+    Core.:> Core.Post '[Core.JSON] TestPermissionsResponse++-- | Returns permissions that a caller has on the specified resource.+--+-- /See:/ 'newComputeNetworkEndpointGroupsTestIamPermissions' smart constructor.+data ComputeNetworkEndpointGroupsTestIamPermissions = ComputeNetworkEndpointGroupsTestIamPermissions+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Multipart request metadata.+    payload :: TestPermissionsRequest,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Name or id of the resource for this request.+    resource :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone for this request.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeNetworkEndpointGroupsTestIamPermissions' with the minimum fields required to make a request.+newComputeNetworkEndpointGroupsTestIamPermissions ::+  -- |  Multipart request metadata. See 'payload'.+  TestPermissionsRequest ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  Name or id of the resource for this request. See 'resource'.+  Core.Text ->+  -- |  The name of the zone for this request. See 'zone'.+  Core.Text ->+  ComputeNetworkEndpointGroupsTestIamPermissions+newComputeNetworkEndpointGroupsTestIamPermissions+  payload+  project+  resource+  zone =+    ComputeNetworkEndpointGroupsTestIamPermissions+      { xgafv =+          Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        payload = payload,+        project = project,+        resource = resource,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing,+        zone = zone+      }++instance+  Core.GoogleRequest+    ComputeNetworkEndpointGroupsTestIamPermissions+  where+  type+    Rs ComputeNetworkEndpointGroupsTestIamPermissions =+      TestPermissionsResponse+  type+    Scopes ComputeNetworkEndpointGroupsTestIamPermissions =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeNetworkEndpointGroupsTestIamPermissions {..} =+    go+      project+      zone+      resource+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeNetworkEndpointGroupsTestIamPermissionsResource+          )+          Core.mempty
+ gen/Gogol/Compute/NetworkFirewallPolicies/AddAssociation.hs view
@@ -0,0 +1,147 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.NetworkFirewallPolicies.AddAssociation+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Inserts an association for the specified firewall policy.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.networkFirewallPolicies.addAssociation@.+module Gogol.Compute.NetworkFirewallPolicies.AddAssociation+  ( -- * Resource+    ComputeNetworkFirewallPoliciesAddAssociationResource,++    -- ** Constructing a Request+    ComputeNetworkFirewallPoliciesAddAssociation (..),+    newComputeNetworkFirewallPoliciesAddAssociation,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.networkFirewallPolicies.addAssociation@ method which the+-- 'ComputeNetworkFirewallPoliciesAddAssociation' request conforms to.+type ComputeNetworkFirewallPoliciesAddAssociationResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "firewallPolicies"+    Core.:> Core.Capture "firewallPolicy" Core.Text+    Core.:> "addAssociation"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "replaceExistingAssociation" Core.Bool+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] FirewallPolicyAssociation+    Core.:> Core.Post '[Core.JSON] Operation++-- | Inserts an association for the specified firewall policy.+--+-- /See:/ 'newComputeNetworkFirewallPoliciesAddAssociation' smart constructor.+data ComputeNetworkFirewallPoliciesAddAssociation = ComputeNetworkFirewallPoliciesAddAssociation+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the firewall policy to update.+    firewallPolicy :: Core.Text,+    -- | Multipart request metadata.+    payload :: FirewallPolicyAssociation,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Indicates whether or not to replace it if an association of the attachment already exists. This is false by default, in which case an error will be returned if an association already exists.+    replaceExistingAssociation :: (Core.Maybe Core.Bool),+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeNetworkFirewallPoliciesAddAssociation' with the minimum fields required to make a request.+newComputeNetworkFirewallPoliciesAddAssociation ::+  -- |  Name of the firewall policy to update. See 'firewallPolicy'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  FirewallPolicyAssociation ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeNetworkFirewallPoliciesAddAssociation+newComputeNetworkFirewallPoliciesAddAssociation+  firewallPolicy+  payload+  project =+    ComputeNetworkFirewallPoliciesAddAssociation+      { xgafv =+          Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        firewallPolicy = firewallPolicy,+        payload = payload,+        project = project,+        replaceExistingAssociation = Core.Nothing,+        requestId = Core.Nothing,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing+      }++instance+  Core.GoogleRequest+    ComputeNetworkFirewallPoliciesAddAssociation+  where+  type Rs ComputeNetworkFirewallPoliciesAddAssociation = Operation+  type+    Scopes ComputeNetworkFirewallPoliciesAddAssociation =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeNetworkFirewallPoliciesAddAssociation {..} =+    go+      project+      firewallPolicy+      xgafv+      accessToken+      callback+      replaceExistingAssociation+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeNetworkFirewallPoliciesAddAssociationResource+          )+          Core.mempty
+ gen/Gogol/Compute/NetworkFirewallPolicies/AddPacketMirroringRule.hs view
@@ -0,0 +1,156 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.NetworkFirewallPolicies.AddPacketMirroringRule+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Inserts a packet mirroring rule into a firewall policy.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.networkFirewallPolicies.addPacketMirroringRule@.+module Gogol.Compute.NetworkFirewallPolicies.AddPacketMirroringRule+  ( -- * Resource+    ComputeNetworkFirewallPoliciesAddPacketMirroringRuleResource,++    -- ** Constructing a Request+    ComputeNetworkFirewallPoliciesAddPacketMirroringRule (..),+    newComputeNetworkFirewallPoliciesAddPacketMirroringRule,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.networkFirewallPolicies.addPacketMirroringRule@ method which the+-- 'ComputeNetworkFirewallPoliciesAddPacketMirroringRule' request conforms to.+type ComputeNetworkFirewallPoliciesAddPacketMirroringRuleResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "firewallPolicies"+    Core.:> Core.Capture "firewallPolicy" Core.Text+    Core.:> "addPacketMirroringRule"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "maxPriority" Core.Int32+    Core.:> Core.QueryParam "minPriority" Core.Int32+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] FirewallPolicyRule+    Core.:> Core.Post '[Core.JSON] Operation++-- | Inserts a packet mirroring rule into a firewall policy.+--+-- /See:/ 'newComputeNetworkFirewallPoliciesAddPacketMirroringRule' smart constructor.+data ComputeNetworkFirewallPoliciesAddPacketMirroringRule = ComputeNetworkFirewallPoliciesAddPacketMirroringRule+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the firewall policy to update.+    firewallPolicy :: Core.Text,+    -- | When rule.priority is not specified, auto choose a unused priority between minPriority and maxPriority>. This field is exclusive with rule.priority.+    maxPriority :: (Core.Maybe Core.Int32),+    -- | When rule.priority is not specified, auto choose a unused priority between minPriority and maxPriority>. This field is exclusive with rule.priority.+    minPriority :: (Core.Maybe Core.Int32),+    -- | Multipart request metadata.+    payload :: FirewallPolicyRule,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeNetworkFirewallPoliciesAddPacketMirroringRule' with the minimum fields required to make a request.+newComputeNetworkFirewallPoliciesAddPacketMirroringRule ::+  -- |  Name of the firewall policy to update. See 'firewallPolicy'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  FirewallPolicyRule ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeNetworkFirewallPoliciesAddPacketMirroringRule+newComputeNetworkFirewallPoliciesAddPacketMirroringRule+  firewallPolicy+  payload+  project =+    ComputeNetworkFirewallPoliciesAddPacketMirroringRule+      { xgafv =+          Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        firewallPolicy = firewallPolicy,+        maxPriority = Core.Nothing,+        minPriority = Core.Nothing,+        payload = payload,+        project = project,+        requestId = Core.Nothing,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing+      }++instance+  Core.GoogleRequest+    ComputeNetworkFirewallPoliciesAddPacketMirroringRule+  where+  type+    Rs ComputeNetworkFirewallPoliciesAddPacketMirroringRule =+      Operation+  type+    Scopes ComputeNetworkFirewallPoliciesAddPacketMirroringRule =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient+    ComputeNetworkFirewallPoliciesAddPacketMirroringRule {..} =+      go+        project+        firewallPolicy+        xgafv+        accessToken+        callback+        maxPriority+        minPriority+        requestId+        uploadType+        uploadProtocol+        (Core.Just Core.AltJSON)+        payload+        computeService+      where+        go =+          Core.buildClient+            ( Core.Proxy ::+                Core.Proxy+                  ComputeNetworkFirewallPoliciesAddPacketMirroringRuleResource+            )+            Core.mempty
+ gen/Gogol/Compute/NetworkFirewallPolicies/AddRule.hs view
@@ -0,0 +1,148 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.NetworkFirewallPolicies.AddRule+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Inserts a rule into a firewall policy.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.networkFirewallPolicies.addRule@.+module Gogol.Compute.NetworkFirewallPolicies.AddRule+  ( -- * Resource+    ComputeNetworkFirewallPoliciesAddRuleResource,++    -- ** Constructing a Request+    ComputeNetworkFirewallPoliciesAddRule (..),+    newComputeNetworkFirewallPoliciesAddRule,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.networkFirewallPolicies.addRule@ method which the+-- 'ComputeNetworkFirewallPoliciesAddRule' request conforms to.+type ComputeNetworkFirewallPoliciesAddRuleResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "firewallPolicies"+    Core.:> Core.Capture "firewallPolicy" Core.Text+    Core.:> "addRule"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "maxPriority" Core.Int32+    Core.:> Core.QueryParam "minPriority" Core.Int32+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] FirewallPolicyRule+    Core.:> Core.Post '[Core.JSON] Operation++-- | Inserts a rule into a firewall policy.+--+-- /See:/ 'newComputeNetworkFirewallPoliciesAddRule' smart constructor.+data ComputeNetworkFirewallPoliciesAddRule = ComputeNetworkFirewallPoliciesAddRule+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the firewall policy to update.+    firewallPolicy :: Core.Text,+    -- | When rule.priority is not specified, auto choose a unused priority between minPriority and maxPriority>. This field is exclusive with rule.priority.+    maxPriority :: (Core.Maybe Core.Int32),+    -- | When rule.priority is not specified, auto choose a unused priority between minPriority and maxPriority>. This field is exclusive with rule.priority.+    minPriority :: (Core.Maybe Core.Int32),+    -- | Multipart request metadata.+    payload :: FirewallPolicyRule,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeNetworkFirewallPoliciesAddRule' with the minimum fields required to make a request.+newComputeNetworkFirewallPoliciesAddRule ::+  -- |  Name of the firewall policy to update. See 'firewallPolicy'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  FirewallPolicyRule ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeNetworkFirewallPoliciesAddRule+newComputeNetworkFirewallPoliciesAddRule+  firewallPolicy+  payload+  project =+    ComputeNetworkFirewallPoliciesAddRule+      { xgafv = Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        firewallPolicy = firewallPolicy,+        maxPriority = Core.Nothing,+        minPriority = Core.Nothing,+        payload = payload,+        project = project,+        requestId = Core.Nothing,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing+      }++instance Core.GoogleRequest ComputeNetworkFirewallPoliciesAddRule where+  type Rs ComputeNetworkFirewallPoliciesAddRule = Operation+  type+    Scopes ComputeNetworkFirewallPoliciesAddRule =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeNetworkFirewallPoliciesAddRule {..} =+    go+      project+      firewallPolicy+      xgafv+      accessToken+      callback+      maxPriority+      minPriority+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeNetworkFirewallPoliciesAddRuleResource+          )+          Core.mempty
+ gen/Gogol/Compute/NetworkFirewallPolicies/AggregatedList.hs view
@@ -0,0 +1,158 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.NetworkFirewallPolicies.AggregatedList+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Retrieves an aggregated list of network firewall policies, listing network firewall policies from all applicable scopes (global and regional) and grouping the results per scope. To prevent failure, Google recommends that you set the @returnPartialSuccess@ parameter to @true@.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.networkFirewallPolicies.aggregatedList@.+module Gogol.Compute.NetworkFirewallPolicies.AggregatedList+  ( -- * Resource+    ComputeNetworkFirewallPoliciesAggregatedListResource,++    -- ** Constructing a Request+    ComputeNetworkFirewallPoliciesAggregatedList (..),+    newComputeNetworkFirewallPoliciesAggregatedList,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.networkFirewallPolicies.aggregatedList@ method which the+-- 'ComputeNetworkFirewallPoliciesAggregatedList' request conforms to.+type ComputeNetworkFirewallPoliciesAggregatedListResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "aggregated"+    Core.:> "firewallPolicies"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "filter" Core.Text+    Core.:> Core.QueryParam "includeAllScopes" Core.Bool+    Core.:> Core.QueryParam "maxResults" Core.Word32+    Core.:> Core.QueryParam "orderBy" Core.Text+    Core.:> Core.QueryParam "pageToken" Core.Text+    Core.:> Core.QueryParam "returnPartialSuccess" Core.Bool+    Core.:> Core.QueryParam "serviceProjectNumber" Core.Int64+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] NetworkFirewallPolicyAggregatedList++-- | Retrieves an aggregated list of network firewall policies, listing network firewall policies from all applicable scopes (global and regional) and grouping the results per scope. To prevent failure, Google recommends that you set the @returnPartialSuccess@ parameter to @true@.+--+-- /See:/ 'newComputeNetworkFirewallPoliciesAggregatedList' smart constructor.+data ComputeNetworkFirewallPoliciesAggregatedList = ComputeNetworkFirewallPoliciesAggregatedList+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.+    includeAllScopes :: (Core.Maybe Core.Bool),+    -- | 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 :: Core.Word32,+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.+    returnPartialSuccess :: (Core.Maybe Core.Bool),+    -- | The Shared VPC service project id or service project number for which aggregated list request is invoked for subnetworks list-usable api.+    serviceProjectNumber :: (Core.Maybe Core.Int64),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeNetworkFirewallPoliciesAggregatedList' with the minimum fields required to make a request.+newComputeNetworkFirewallPoliciesAggregatedList ::+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeNetworkFirewallPoliciesAggregatedList+newComputeNetworkFirewallPoliciesAggregatedList project =+  ComputeNetworkFirewallPoliciesAggregatedList+    { xgafv =+        Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      filter = Core.Nothing,+      includeAllScopes = Core.Nothing,+      maxResults = 500,+      orderBy = Core.Nothing,+      pageToken = Core.Nothing,+      project = project,+      returnPartialSuccess = Core.Nothing,+      serviceProjectNumber = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance+  Core.GoogleRequest+    ComputeNetworkFirewallPoliciesAggregatedList+  where+  type+    Rs ComputeNetworkFirewallPoliciesAggregatedList =+      NetworkFirewallPolicyAggregatedList+  type+    Scopes ComputeNetworkFirewallPoliciesAggregatedList =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeNetworkFirewallPoliciesAggregatedList {..} =+    go+      project+      xgafv+      accessToken+      callback+      filter+      includeAllScopes+      (Core.Just maxResults)+      orderBy+      pageToken+      returnPartialSuccess+      serviceProjectNumber+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeNetworkFirewallPoliciesAggregatedListResource+          )+          Core.mempty
+ gen/Gogol/Compute/NetworkFirewallPolicies/CloneRules.hs view
@@ -0,0 +1,136 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.NetworkFirewallPolicies.CloneRules+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Copies rules to the specified firewall policy.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.networkFirewallPolicies.cloneRules@.+module Gogol.Compute.NetworkFirewallPolicies.CloneRules+  ( -- * Resource+    ComputeNetworkFirewallPoliciesCloneRulesResource,++    -- ** Constructing a Request+    ComputeNetworkFirewallPoliciesCloneRules (..),+    newComputeNetworkFirewallPoliciesCloneRules,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.networkFirewallPolicies.cloneRules@ method which the+-- 'ComputeNetworkFirewallPoliciesCloneRules' request conforms to.+type ComputeNetworkFirewallPoliciesCloneRulesResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "firewallPolicies"+    Core.:> Core.Capture "firewallPolicy" Core.Text+    Core.:> "cloneRules"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "sourceFirewallPolicy" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Post '[Core.JSON] Operation++-- | Copies rules to the specified firewall policy.+--+-- /See:/ 'newComputeNetworkFirewallPoliciesCloneRules' smart constructor.+data ComputeNetworkFirewallPoliciesCloneRules = ComputeNetworkFirewallPoliciesCloneRules+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the firewall policy to update.+    firewallPolicy :: Core.Text,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | The firewall policy from which to copy rules.+    sourceFirewallPolicy :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeNetworkFirewallPoliciesCloneRules' with the minimum fields required to make a request.+newComputeNetworkFirewallPoliciesCloneRules ::+  -- |  Name of the firewall policy to update. See 'firewallPolicy'.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeNetworkFirewallPoliciesCloneRules+newComputeNetworkFirewallPoliciesCloneRules firewallPolicy project =+  ComputeNetworkFirewallPoliciesCloneRules+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      firewallPolicy = firewallPolicy,+      project = project,+      requestId = Core.Nothing,+      sourceFirewallPolicy = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance+  Core.GoogleRequest+    ComputeNetworkFirewallPoliciesCloneRules+  where+  type Rs ComputeNetworkFirewallPoliciesCloneRules = Operation+  type+    Scopes ComputeNetworkFirewallPoliciesCloneRules =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeNetworkFirewallPoliciesCloneRules {..} =+    go+      project+      firewallPolicy+      xgafv+      accessToken+      callback+      requestId+      sourceFirewallPolicy+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeNetworkFirewallPoliciesCloneRulesResource+          )+          Core.mempty
+ gen/Gogol/Compute/NetworkFirewallPolicies/Delete.hs view
@@ -0,0 +1,127 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.NetworkFirewallPolicies.Delete+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Deletes the specified policy.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.networkFirewallPolicies.delete@.+module Gogol.Compute.NetworkFirewallPolicies.Delete+  ( -- * Resource+    ComputeNetworkFirewallPoliciesDeleteResource,++    -- ** Constructing a Request+    ComputeNetworkFirewallPoliciesDelete (..),+    newComputeNetworkFirewallPoliciesDelete,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.networkFirewallPolicies.delete@ method which the+-- 'ComputeNetworkFirewallPoliciesDelete' request conforms to.+type ComputeNetworkFirewallPoliciesDeleteResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "firewallPolicies"+    Core.:> Core.Capture "firewallPolicy" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Delete '[Core.JSON] Operation++-- | Deletes the specified policy.+--+-- /See:/ 'newComputeNetworkFirewallPoliciesDelete' smart constructor.+data ComputeNetworkFirewallPoliciesDelete = ComputeNetworkFirewallPoliciesDelete+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the firewall policy to delete.+    firewallPolicy :: Core.Text,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeNetworkFirewallPoliciesDelete' with the minimum fields required to make a request.+newComputeNetworkFirewallPoliciesDelete ::+  -- |  Name of the firewall policy to delete. See 'firewallPolicy'.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeNetworkFirewallPoliciesDelete+newComputeNetworkFirewallPoliciesDelete firewallPolicy project =+  ComputeNetworkFirewallPoliciesDelete+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      firewallPolicy = firewallPolicy,+      project = project,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeNetworkFirewallPoliciesDelete where+  type Rs ComputeNetworkFirewallPoliciesDelete = Operation+  type+    Scopes ComputeNetworkFirewallPoliciesDelete =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeNetworkFirewallPoliciesDelete {..} =+    go+      project+      firewallPolicy+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeNetworkFirewallPoliciesDeleteResource+          )+          Core.mempty
+ gen/Gogol/Compute/NetworkFirewallPolicies/Get.hs view
@@ -0,0 +1,122 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.NetworkFirewallPolicies.Get+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Returns the specified network firewall policy.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.networkFirewallPolicies.get@.+module Gogol.Compute.NetworkFirewallPolicies.Get+  ( -- * Resource+    ComputeNetworkFirewallPoliciesGetResource,++    -- ** Constructing a Request+    ComputeNetworkFirewallPoliciesGet (..),+    newComputeNetworkFirewallPoliciesGet,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.networkFirewallPolicies.get@ method which the+-- 'ComputeNetworkFirewallPoliciesGet' request conforms to.+type ComputeNetworkFirewallPoliciesGetResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "firewallPolicies"+    Core.:> Core.Capture "firewallPolicy" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] FirewallPolicy++-- | Returns the specified network firewall policy.+--+-- /See:/ 'newComputeNetworkFirewallPoliciesGet' smart constructor.+data ComputeNetworkFirewallPoliciesGet = ComputeNetworkFirewallPoliciesGet+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the firewall policy to get.+    firewallPolicy :: Core.Text,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeNetworkFirewallPoliciesGet' with the minimum fields required to make a request.+newComputeNetworkFirewallPoliciesGet ::+  -- |  Name of the firewall policy to get. See 'firewallPolicy'.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeNetworkFirewallPoliciesGet+newComputeNetworkFirewallPoliciesGet firewallPolicy project =+  ComputeNetworkFirewallPoliciesGet+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      firewallPolicy = firewallPolicy,+      project = project,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeNetworkFirewallPoliciesGet where+  type Rs ComputeNetworkFirewallPoliciesGet = FirewallPolicy+  type+    Scopes ComputeNetworkFirewallPoliciesGet =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeNetworkFirewallPoliciesGet {..} =+    go+      project+      firewallPolicy+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeNetworkFirewallPoliciesGetResource+          )+          Core.mempty
+ gen/Gogol/Compute/NetworkFirewallPolicies/GetAssociation.hs view
@@ -0,0 +1,136 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.NetworkFirewallPolicies.GetAssociation+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Gets an association with the specified name.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.networkFirewallPolicies.getAssociation@.+module Gogol.Compute.NetworkFirewallPolicies.GetAssociation+  ( -- * Resource+    ComputeNetworkFirewallPoliciesGetAssociationResource,++    -- ** Constructing a Request+    ComputeNetworkFirewallPoliciesGetAssociation (..),+    newComputeNetworkFirewallPoliciesGetAssociation,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.networkFirewallPolicies.getAssociation@ method which the+-- 'ComputeNetworkFirewallPoliciesGetAssociation' request conforms to.+type ComputeNetworkFirewallPoliciesGetAssociationResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "firewallPolicies"+    Core.:> Core.Capture "firewallPolicy" Core.Text+    Core.:> "getAssociation"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "name" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] FirewallPolicyAssociation++-- | Gets an association with the specified name.+--+-- /See:/ 'newComputeNetworkFirewallPoliciesGetAssociation' smart constructor.+data ComputeNetworkFirewallPoliciesGetAssociation = ComputeNetworkFirewallPoliciesGetAssociation+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the firewall policy to which the queried association belongs.+    firewallPolicy :: Core.Text,+    -- | The name of the association to get from the firewall policy.+    name :: (Core.Maybe Core.Text),+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeNetworkFirewallPoliciesGetAssociation' with the minimum fields required to make a request.+newComputeNetworkFirewallPoliciesGetAssociation ::+  -- |  Name of the firewall policy to which the queried association belongs. See 'firewallPolicy'.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeNetworkFirewallPoliciesGetAssociation+newComputeNetworkFirewallPoliciesGetAssociation+  firewallPolicy+  project =+    ComputeNetworkFirewallPoliciesGetAssociation+      { xgafv =+          Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        firewallPolicy = firewallPolicy,+        name = Core.Nothing,+        project = project,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing+      }++instance+  Core.GoogleRequest+    ComputeNetworkFirewallPoliciesGetAssociation+  where+  type+    Rs ComputeNetworkFirewallPoliciesGetAssociation =+      FirewallPolicyAssociation+  type+    Scopes ComputeNetworkFirewallPoliciesGetAssociation =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeNetworkFirewallPoliciesGetAssociation {..} =+    go+      project+      firewallPolicy+      xgafv+      accessToken+      callback+      name+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeNetworkFirewallPoliciesGetAssociationResource+          )+          Core.mempty
+ gen/Gogol/Compute/NetworkFirewallPolicies/GetIamPolicy.hs view
@@ -0,0 +1,131 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.NetworkFirewallPolicies.GetIamPolicy+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Gets the access control policy for a resource. May be empty if no such policy or resource exists.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.networkFirewallPolicies.getIamPolicy@.+module Gogol.Compute.NetworkFirewallPolicies.GetIamPolicy+  ( -- * Resource+    ComputeNetworkFirewallPoliciesGetIamPolicyResource,++    -- ** Constructing a Request+    ComputeNetworkFirewallPoliciesGetIamPolicy (..),+    newComputeNetworkFirewallPoliciesGetIamPolicy,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.networkFirewallPolicies.getIamPolicy@ method which the+-- 'ComputeNetworkFirewallPoliciesGetIamPolicy' request conforms to.+type ComputeNetworkFirewallPoliciesGetIamPolicyResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "firewallPolicies"+    Core.:> Core.Capture "resource" Core.Text+    Core.:> "getIamPolicy"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "optionsRequestedPolicyVersion" Core.Int32+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] Policy++-- | Gets the access control policy for a resource. May be empty if no such policy or resource exists.+--+-- /See:/ 'newComputeNetworkFirewallPoliciesGetIamPolicy' smart constructor.+data ComputeNetworkFirewallPoliciesGetIamPolicy = ComputeNetworkFirewallPoliciesGetIamPolicy+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Requested IAM Policy version.+    optionsRequestedPolicyVersion :: (Core.Maybe Core.Int32),+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Name or id of the resource for this request.+    resource :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeNetworkFirewallPoliciesGetIamPolicy' with the minimum fields required to make a request.+newComputeNetworkFirewallPoliciesGetIamPolicy ::+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  Name or id of the resource for this request. See 'resource'.+  Core.Text ->+  ComputeNetworkFirewallPoliciesGetIamPolicy+newComputeNetworkFirewallPoliciesGetIamPolicy project resource =+  ComputeNetworkFirewallPoliciesGetIamPolicy+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      optionsRequestedPolicyVersion = Core.Nothing,+      project = project,+      resource = resource,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance+  Core.GoogleRequest+    ComputeNetworkFirewallPoliciesGetIamPolicy+  where+  type Rs ComputeNetworkFirewallPoliciesGetIamPolicy = Policy+  type+    Scopes ComputeNetworkFirewallPoliciesGetIamPolicy =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeNetworkFirewallPoliciesGetIamPolicy {..} =+    go+      project+      resource+      xgafv+      accessToken+      callback+      optionsRequestedPolicyVersion+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeNetworkFirewallPoliciesGetIamPolicyResource+          )+          Core.mempty
+ gen/Gogol/Compute/NetworkFirewallPolicies/GetPacketMirroringRule.hs view
@@ -0,0 +1,138 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.NetworkFirewallPolicies.GetPacketMirroringRule+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Gets a packet mirroring rule of the specified priority.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.networkFirewallPolicies.getPacketMirroringRule@.+module Gogol.Compute.NetworkFirewallPolicies.GetPacketMirroringRule+  ( -- * Resource+    ComputeNetworkFirewallPoliciesGetPacketMirroringRuleResource,++    -- ** Constructing a Request+    ComputeNetworkFirewallPoliciesGetPacketMirroringRule (..),+    newComputeNetworkFirewallPoliciesGetPacketMirroringRule,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.networkFirewallPolicies.getPacketMirroringRule@ method which the+-- 'ComputeNetworkFirewallPoliciesGetPacketMirroringRule' request conforms to.+type ComputeNetworkFirewallPoliciesGetPacketMirroringRuleResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "firewallPolicies"+    Core.:> Core.Capture "firewallPolicy" Core.Text+    Core.:> "getPacketMirroringRule"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "priority" Core.Int32+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] FirewallPolicyRule++-- | Gets a packet mirroring rule of the specified priority.+--+-- /See:/ 'newComputeNetworkFirewallPoliciesGetPacketMirroringRule' smart constructor.+data ComputeNetworkFirewallPoliciesGetPacketMirroringRule = ComputeNetworkFirewallPoliciesGetPacketMirroringRule+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the firewall policy to which the queried rule belongs.+    firewallPolicy :: Core.Text,+    -- | The priority of the rule to get from the firewall policy.+    priority :: (Core.Maybe Core.Int32),+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeNetworkFirewallPoliciesGetPacketMirroringRule' with the minimum fields required to make a request.+newComputeNetworkFirewallPoliciesGetPacketMirroringRule ::+  -- |  Name of the firewall policy to which the queried rule belongs. See 'firewallPolicy'.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeNetworkFirewallPoliciesGetPacketMirroringRule+newComputeNetworkFirewallPoliciesGetPacketMirroringRule+  firewallPolicy+  project =+    ComputeNetworkFirewallPoliciesGetPacketMirroringRule+      { xgafv =+          Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        firewallPolicy = firewallPolicy,+        priority = Core.Nothing,+        project = project,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing+      }++instance+  Core.GoogleRequest+    ComputeNetworkFirewallPoliciesGetPacketMirroringRule+  where+  type+    Rs ComputeNetworkFirewallPoliciesGetPacketMirroringRule =+      FirewallPolicyRule+  type+    Scopes ComputeNetworkFirewallPoliciesGetPacketMirroringRule =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient+    ComputeNetworkFirewallPoliciesGetPacketMirroringRule {..} =+      go+        project+        firewallPolicy+        xgafv+        accessToken+        callback+        priority+        uploadType+        uploadProtocol+        (Core.Just Core.AltJSON)+        computeService+      where+        go =+          Core.buildClient+            ( Core.Proxy ::+                Core.Proxy+                  ComputeNetworkFirewallPoliciesGetPacketMirroringRuleResource+            )+            Core.mempty
+ gen/Gogol/Compute/NetworkFirewallPolicies/GetRule.hs view
@@ -0,0 +1,128 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.NetworkFirewallPolicies.GetRule+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Gets a rule of the specified priority.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.networkFirewallPolicies.getRule@.+module Gogol.Compute.NetworkFirewallPolicies.GetRule+  ( -- * Resource+    ComputeNetworkFirewallPoliciesGetRuleResource,++    -- ** Constructing a Request+    ComputeNetworkFirewallPoliciesGetRule (..),+    newComputeNetworkFirewallPoliciesGetRule,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.networkFirewallPolicies.getRule@ method which the+-- 'ComputeNetworkFirewallPoliciesGetRule' request conforms to.+type ComputeNetworkFirewallPoliciesGetRuleResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "firewallPolicies"+    Core.:> Core.Capture "firewallPolicy" Core.Text+    Core.:> "getRule"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "priority" Core.Int32+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] FirewallPolicyRule++-- | Gets a rule of the specified priority.+--+-- /See:/ 'newComputeNetworkFirewallPoliciesGetRule' smart constructor.+data ComputeNetworkFirewallPoliciesGetRule = ComputeNetworkFirewallPoliciesGetRule+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the firewall policy to which the queried rule belongs.+    firewallPolicy :: Core.Text,+    -- | The priority of the rule to get from the firewall policy.+    priority :: (Core.Maybe Core.Int32),+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeNetworkFirewallPoliciesGetRule' with the minimum fields required to make a request.+newComputeNetworkFirewallPoliciesGetRule ::+  -- |  Name of the firewall policy to which the queried rule belongs. See 'firewallPolicy'.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeNetworkFirewallPoliciesGetRule+newComputeNetworkFirewallPoliciesGetRule firewallPolicy project =+  ComputeNetworkFirewallPoliciesGetRule+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      firewallPolicy = firewallPolicy,+      priority = Core.Nothing,+      project = project,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeNetworkFirewallPoliciesGetRule where+  type Rs ComputeNetworkFirewallPoliciesGetRule = FirewallPolicyRule+  type+    Scopes ComputeNetworkFirewallPoliciesGetRule =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeNetworkFirewallPoliciesGetRule {..} =+    go+      project+      firewallPolicy+      xgafv+      accessToken+      callback+      priority+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeNetworkFirewallPoliciesGetRuleResource+          )+          Core.mempty
+ gen/Gogol/Compute/NetworkFirewallPolicies/Insert.hs view
@@ -0,0 +1,127 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.NetworkFirewallPolicies.Insert+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Creates a new policy in the specified project using the data included in the request.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.networkFirewallPolicies.insert@.+module Gogol.Compute.NetworkFirewallPolicies.Insert+  ( -- * Resource+    ComputeNetworkFirewallPoliciesInsertResource,++    -- ** Constructing a Request+    ComputeNetworkFirewallPoliciesInsert (..),+    newComputeNetworkFirewallPoliciesInsert,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.networkFirewallPolicies.insert@ method which the+-- 'ComputeNetworkFirewallPoliciesInsert' request conforms to.+type ComputeNetworkFirewallPoliciesInsertResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "firewallPolicies"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] FirewallPolicy+    Core.:> Core.Post '[Core.JSON] Operation++-- | Creates a new policy in the specified project using the data included in the request.+--+-- /See:/ 'newComputeNetworkFirewallPoliciesInsert' smart constructor.+data ComputeNetworkFirewallPoliciesInsert = ComputeNetworkFirewallPoliciesInsert+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Multipart request metadata.+    payload :: FirewallPolicy,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeNetworkFirewallPoliciesInsert' with the minimum fields required to make a request.+newComputeNetworkFirewallPoliciesInsert ::+  -- |  Multipart request metadata. See 'payload'.+  FirewallPolicy ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeNetworkFirewallPoliciesInsert+newComputeNetworkFirewallPoliciesInsert payload project =+  ComputeNetworkFirewallPoliciesInsert+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      payload = payload,+      project = project,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeNetworkFirewallPoliciesInsert where+  type Rs ComputeNetworkFirewallPoliciesInsert = Operation+  type+    Scopes ComputeNetworkFirewallPoliciesInsert =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeNetworkFirewallPoliciesInsert {..} =+    go+      project+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeNetworkFirewallPoliciesInsertResource+          )+          Core.mempty
+ gen/Gogol/Compute/NetworkFirewallPolicies/List.hs view
@@ -0,0 +1,142 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.NetworkFirewallPolicies.List+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Lists all the policies that have been configured for the specified project.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.networkFirewallPolicies.list@.+module Gogol.Compute.NetworkFirewallPolicies.List+  ( -- * Resource+    ComputeNetworkFirewallPoliciesListResource,++    -- ** Constructing a Request+    ComputeNetworkFirewallPoliciesList (..),+    newComputeNetworkFirewallPoliciesList,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.networkFirewallPolicies.list@ method which the+-- 'ComputeNetworkFirewallPoliciesList' request conforms to.+type ComputeNetworkFirewallPoliciesListResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "firewallPolicies"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "filter" Core.Text+    Core.:> Core.QueryParam "maxResults" Core.Word32+    Core.:> Core.QueryParam "orderBy" Core.Text+    Core.:> Core.QueryParam "pageToken" Core.Text+    Core.:> Core.QueryParam "returnPartialSuccess" Core.Bool+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] FirewallPolicyList++-- | Lists all the policies that have been configured for the specified project.+--+-- /See:/ 'newComputeNetworkFirewallPoliciesList' smart constructor.+data ComputeNetworkFirewallPoliciesList = ComputeNetworkFirewallPoliciesList+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: Core.Word32,+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.+    returnPartialSuccess :: (Core.Maybe Core.Bool),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeNetworkFirewallPoliciesList' with the minimum fields required to make a request.+newComputeNetworkFirewallPoliciesList ::+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeNetworkFirewallPoliciesList+newComputeNetworkFirewallPoliciesList project =+  ComputeNetworkFirewallPoliciesList+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      filter = Core.Nothing,+      maxResults = 500,+      orderBy = Core.Nothing,+      pageToken = Core.Nothing,+      project = project,+      returnPartialSuccess = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeNetworkFirewallPoliciesList where+  type Rs ComputeNetworkFirewallPoliciesList = FirewallPolicyList+  type+    Scopes ComputeNetworkFirewallPoliciesList =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeNetworkFirewallPoliciesList {..} =+    go+      project+      xgafv+      accessToken+      callback+      filter+      (Core.Just maxResults)+      orderBy+      pageToken+      returnPartialSuccess+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeNetworkFirewallPoliciesListResource+          )+          Core.mempty
+ gen/Gogol/Compute/NetworkFirewallPolicies/Patch.hs view
@@ -0,0 +1,137 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.NetworkFirewallPolicies.Patch+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Patches the specified policy with the data included in the request.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.networkFirewallPolicies.patch@.+module Gogol.Compute.NetworkFirewallPolicies.Patch+  ( -- * Resource+    ComputeNetworkFirewallPoliciesPatchResource,++    -- ** Constructing a Request+    ComputeNetworkFirewallPoliciesPatch (..),+    newComputeNetworkFirewallPoliciesPatch,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.networkFirewallPolicies.patch@ method which the+-- 'ComputeNetworkFirewallPoliciesPatch' request conforms to.+type ComputeNetworkFirewallPoliciesPatchResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "firewallPolicies"+    Core.:> Core.Capture "firewallPolicy" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] FirewallPolicy+    Core.:> Core.Patch '[Core.JSON] Operation++-- | Patches the specified policy with the data included in the request.+--+-- /See:/ 'newComputeNetworkFirewallPoliciesPatch' smart constructor.+data ComputeNetworkFirewallPoliciesPatch = ComputeNetworkFirewallPoliciesPatch+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the firewall policy to update.+    firewallPolicy :: Core.Text,+    -- | Multipart request metadata.+    payload :: FirewallPolicy,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeNetworkFirewallPoliciesPatch' with the minimum fields required to make a request.+newComputeNetworkFirewallPoliciesPatch ::+  -- |  Name of the firewall policy to update. See 'firewallPolicy'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  FirewallPolicy ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeNetworkFirewallPoliciesPatch+newComputeNetworkFirewallPoliciesPatch+  firewallPolicy+  payload+  project =+    ComputeNetworkFirewallPoliciesPatch+      { xgafv = Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        firewallPolicy = firewallPolicy,+        payload = payload,+        project = project,+        requestId = Core.Nothing,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing+      }++instance Core.GoogleRequest ComputeNetworkFirewallPoliciesPatch where+  type Rs ComputeNetworkFirewallPoliciesPatch = Operation+  type+    Scopes ComputeNetworkFirewallPoliciesPatch =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeNetworkFirewallPoliciesPatch {..} =+    go+      project+      firewallPolicy+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeNetworkFirewallPoliciesPatchResource+          )+          Core.mempty
+ gen/Gogol/Compute/NetworkFirewallPolicies/PatchPacketMirroringRule.hs view
@@ -0,0 +1,151 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.NetworkFirewallPolicies.PatchPacketMirroringRule+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Patches a packet mirroring rule of the specified priority.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.networkFirewallPolicies.patchPacketMirroringRule@.+module Gogol.Compute.NetworkFirewallPolicies.PatchPacketMirroringRule+  ( -- * Resource+    ComputeNetworkFirewallPoliciesPatchPacketMirroringRuleResource,++    -- ** Constructing a Request+    ComputeNetworkFirewallPoliciesPatchPacketMirroringRule (..),+    newComputeNetworkFirewallPoliciesPatchPacketMirroringRule,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.networkFirewallPolicies.patchPacketMirroringRule@ method which the+-- 'ComputeNetworkFirewallPoliciesPatchPacketMirroringRule' request conforms to.+type ComputeNetworkFirewallPoliciesPatchPacketMirroringRuleResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "firewallPolicies"+    Core.:> Core.Capture "firewallPolicy" Core.Text+    Core.:> "patchPacketMirroringRule"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "priority" Core.Int32+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] FirewallPolicyRule+    Core.:> Core.Post '[Core.JSON] Operation++-- | Patches a packet mirroring rule of the specified priority.+--+-- /See:/ 'newComputeNetworkFirewallPoliciesPatchPacketMirroringRule' smart constructor.+data ComputeNetworkFirewallPoliciesPatchPacketMirroringRule = ComputeNetworkFirewallPoliciesPatchPacketMirroringRule+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the firewall policy to update.+    firewallPolicy :: Core.Text,+    -- | Multipart request metadata.+    payload :: FirewallPolicyRule,+    -- | The priority of the rule to patch.+    priority :: (Core.Maybe Core.Int32),+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeNetworkFirewallPoliciesPatchPacketMirroringRule' with the minimum fields required to make a request.+newComputeNetworkFirewallPoliciesPatchPacketMirroringRule ::+  -- |  Name of the firewall policy to update. See 'firewallPolicy'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  FirewallPolicyRule ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeNetworkFirewallPoliciesPatchPacketMirroringRule+newComputeNetworkFirewallPoliciesPatchPacketMirroringRule+  firewallPolicy+  payload+  project =+    ComputeNetworkFirewallPoliciesPatchPacketMirroringRule+      { xgafv =+          Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        firewallPolicy = firewallPolicy,+        payload = payload,+        priority = Core.Nothing,+        project = project,+        requestId = Core.Nothing,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing+      }++instance+  Core.GoogleRequest+    ComputeNetworkFirewallPoliciesPatchPacketMirroringRule+  where+  type+    Rs ComputeNetworkFirewallPoliciesPatchPacketMirroringRule =+      Operation+  type+    Scopes ComputeNetworkFirewallPoliciesPatchPacketMirroringRule =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient+    ComputeNetworkFirewallPoliciesPatchPacketMirroringRule {..} =+      go+        project+        firewallPolicy+        xgafv+        accessToken+        callback+        priority+        requestId+        uploadType+        uploadProtocol+        (Core.Just Core.AltJSON)+        payload+        computeService+      where+        go =+          Core.buildClient+            ( Core.Proxy ::+                Core.Proxy+                  ComputeNetworkFirewallPoliciesPatchPacketMirroringRuleResource+            )+            Core.mempty
+ gen/Gogol/Compute/NetworkFirewallPolicies/PatchRule.hs view
@@ -0,0 +1,143 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.NetworkFirewallPolicies.PatchRule+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Patches a rule of the specified priority.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.networkFirewallPolicies.patchRule@.+module Gogol.Compute.NetworkFirewallPolicies.PatchRule+  ( -- * Resource+    ComputeNetworkFirewallPoliciesPatchRuleResource,++    -- ** Constructing a Request+    ComputeNetworkFirewallPoliciesPatchRule (..),+    newComputeNetworkFirewallPoliciesPatchRule,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.networkFirewallPolicies.patchRule@ method which the+-- 'ComputeNetworkFirewallPoliciesPatchRule' request conforms to.+type ComputeNetworkFirewallPoliciesPatchRuleResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "firewallPolicies"+    Core.:> Core.Capture "firewallPolicy" Core.Text+    Core.:> "patchRule"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "priority" Core.Int32+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] FirewallPolicyRule+    Core.:> Core.Post '[Core.JSON] Operation++-- | Patches a rule of the specified priority.+--+-- /See:/ 'newComputeNetworkFirewallPoliciesPatchRule' smart constructor.+data ComputeNetworkFirewallPoliciesPatchRule = ComputeNetworkFirewallPoliciesPatchRule+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the firewall policy to update.+    firewallPolicy :: Core.Text,+    -- | Multipart request metadata.+    payload :: FirewallPolicyRule,+    -- | The priority of the rule to patch.+    priority :: (Core.Maybe Core.Int32),+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeNetworkFirewallPoliciesPatchRule' with the minimum fields required to make a request.+newComputeNetworkFirewallPoliciesPatchRule ::+  -- |  Name of the firewall policy to update. See 'firewallPolicy'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  FirewallPolicyRule ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeNetworkFirewallPoliciesPatchRule+newComputeNetworkFirewallPoliciesPatchRule+  firewallPolicy+  payload+  project =+    ComputeNetworkFirewallPoliciesPatchRule+      { xgafv = Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        firewallPolicy = firewallPolicy,+        payload = payload,+        priority = Core.Nothing,+        project = project,+        requestId = Core.Nothing,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing+      }++instance Core.GoogleRequest ComputeNetworkFirewallPoliciesPatchRule where+  type Rs ComputeNetworkFirewallPoliciesPatchRule = Operation+  type+    Scopes ComputeNetworkFirewallPoliciesPatchRule =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeNetworkFirewallPoliciesPatchRule {..} =+    go+      project+      firewallPolicy+      xgafv+      accessToken+      callback+      priority+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeNetworkFirewallPoliciesPatchRuleResource+          )+          Core.mempty
+ gen/Gogol/Compute/NetworkFirewallPolicies/RemoveAssociation.hs view
@@ -0,0 +1,139 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.NetworkFirewallPolicies.RemoveAssociation+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Removes an association for the specified firewall policy.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.networkFirewallPolicies.removeAssociation@.+module Gogol.Compute.NetworkFirewallPolicies.RemoveAssociation+  ( -- * Resource+    ComputeNetworkFirewallPoliciesRemoveAssociationResource,++    -- ** Constructing a Request+    ComputeNetworkFirewallPoliciesRemoveAssociation (..),+    newComputeNetworkFirewallPoliciesRemoveAssociation,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.networkFirewallPolicies.removeAssociation@ method which the+-- 'ComputeNetworkFirewallPoliciesRemoveAssociation' request conforms to.+type ComputeNetworkFirewallPoliciesRemoveAssociationResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "firewallPolicies"+    Core.:> Core.Capture "firewallPolicy" Core.Text+    Core.:> "removeAssociation"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "name" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Post '[Core.JSON] Operation++-- | Removes an association for the specified firewall policy.+--+-- /See:/ 'newComputeNetworkFirewallPoliciesRemoveAssociation' smart constructor.+data ComputeNetworkFirewallPoliciesRemoveAssociation = ComputeNetworkFirewallPoliciesRemoveAssociation+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the firewall policy to update.+    firewallPolicy :: Core.Text,+    -- | Name for the attachment that will be removed.+    name :: (Core.Maybe Core.Text),+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeNetworkFirewallPoliciesRemoveAssociation' with the minimum fields required to make a request.+newComputeNetworkFirewallPoliciesRemoveAssociation ::+  -- |  Name of the firewall policy to update. See 'firewallPolicy'.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeNetworkFirewallPoliciesRemoveAssociation+newComputeNetworkFirewallPoliciesRemoveAssociation+  firewallPolicy+  project =+    ComputeNetworkFirewallPoliciesRemoveAssociation+      { xgafv =+          Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        firewallPolicy = firewallPolicy,+        name = Core.Nothing,+        project = project,+        requestId = Core.Nothing,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing+      }++instance+  Core.GoogleRequest+    ComputeNetworkFirewallPoliciesRemoveAssociation+  where+  type Rs ComputeNetworkFirewallPoliciesRemoveAssociation = Operation+  type+    Scopes ComputeNetworkFirewallPoliciesRemoveAssociation =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeNetworkFirewallPoliciesRemoveAssociation {..} =+    go+      project+      firewallPolicy+      xgafv+      accessToken+      callback+      name+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeNetworkFirewallPoliciesRemoveAssociationResource+          )+          Core.mempty
+ gen/Gogol/Compute/NetworkFirewallPolicies/RemovePacketMirroringRule.hs view
@@ -0,0 +1,143 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.NetworkFirewallPolicies.RemovePacketMirroringRule+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Deletes a packet mirroring rule of the specified priority.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.networkFirewallPolicies.removePacketMirroringRule@.+module Gogol.Compute.NetworkFirewallPolicies.RemovePacketMirroringRule+  ( -- * Resource+    ComputeNetworkFirewallPoliciesRemovePacketMirroringRuleResource,++    -- ** Constructing a Request+    ComputeNetworkFirewallPoliciesRemovePacketMirroringRule (..),+    newComputeNetworkFirewallPoliciesRemovePacketMirroringRule,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.networkFirewallPolicies.removePacketMirroringRule@ method which the+-- 'ComputeNetworkFirewallPoliciesRemovePacketMirroringRule' request conforms to.+type ComputeNetworkFirewallPoliciesRemovePacketMirroringRuleResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "firewallPolicies"+    Core.:> Core.Capture "firewallPolicy" Core.Text+    Core.:> "removePacketMirroringRule"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "priority" Core.Int32+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Post '[Core.JSON] Operation++-- | Deletes a packet mirroring rule of the specified priority.+--+-- /See:/ 'newComputeNetworkFirewallPoliciesRemovePacketMirroringRule' smart constructor.+data ComputeNetworkFirewallPoliciesRemovePacketMirroringRule = ComputeNetworkFirewallPoliciesRemovePacketMirroringRule+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the firewall policy to update.+    firewallPolicy :: Core.Text,+    -- | The priority of the rule to remove from the firewall policy.+    priority :: (Core.Maybe Core.Int32),+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeNetworkFirewallPoliciesRemovePacketMirroringRule' with the minimum fields required to make a request.+newComputeNetworkFirewallPoliciesRemovePacketMirroringRule ::+  -- |  Name of the firewall policy to update. See 'firewallPolicy'.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeNetworkFirewallPoliciesRemovePacketMirroringRule+newComputeNetworkFirewallPoliciesRemovePacketMirroringRule+  firewallPolicy+  project =+    ComputeNetworkFirewallPoliciesRemovePacketMirroringRule+      { xgafv =+          Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        firewallPolicy = firewallPolicy,+        priority = Core.Nothing,+        project = project,+        requestId = Core.Nothing,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing+      }++instance+  Core.GoogleRequest+    ComputeNetworkFirewallPoliciesRemovePacketMirroringRule+  where+  type+    Rs ComputeNetworkFirewallPoliciesRemovePacketMirroringRule =+      Operation+  type+    Scopes ComputeNetworkFirewallPoliciesRemovePacketMirroringRule =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient+    ComputeNetworkFirewallPoliciesRemovePacketMirroringRule {..} =+      go+        project+        firewallPolicy+        xgafv+        accessToken+        callback+        priority+        requestId+        uploadType+        uploadProtocol+        (Core.Just Core.AltJSON)+        computeService+      where+        go =+          Core.buildClient+            ( Core.Proxy ::+                Core.Proxy+                  ComputeNetworkFirewallPoliciesRemovePacketMirroringRuleResource+            )+            Core.mempty
+ gen/Gogol/Compute/NetworkFirewallPolicies/RemoveRule.hs view
@@ -0,0 +1,136 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.NetworkFirewallPolicies.RemoveRule+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Deletes a rule of the specified priority.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.networkFirewallPolicies.removeRule@.+module Gogol.Compute.NetworkFirewallPolicies.RemoveRule+  ( -- * Resource+    ComputeNetworkFirewallPoliciesRemoveRuleResource,++    -- ** Constructing a Request+    ComputeNetworkFirewallPoliciesRemoveRule (..),+    newComputeNetworkFirewallPoliciesRemoveRule,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.networkFirewallPolicies.removeRule@ method which the+-- 'ComputeNetworkFirewallPoliciesRemoveRule' request conforms to.+type ComputeNetworkFirewallPoliciesRemoveRuleResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "firewallPolicies"+    Core.:> Core.Capture "firewallPolicy" Core.Text+    Core.:> "removeRule"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "priority" Core.Int32+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Post '[Core.JSON] Operation++-- | Deletes a rule of the specified priority.+--+-- /See:/ 'newComputeNetworkFirewallPoliciesRemoveRule' smart constructor.+data ComputeNetworkFirewallPoliciesRemoveRule = ComputeNetworkFirewallPoliciesRemoveRule+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the firewall policy to update.+    firewallPolicy :: Core.Text,+    -- | The priority of the rule to remove from the firewall policy.+    priority :: (Core.Maybe Core.Int32),+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeNetworkFirewallPoliciesRemoveRule' with the minimum fields required to make a request.+newComputeNetworkFirewallPoliciesRemoveRule ::+  -- |  Name of the firewall policy to update. See 'firewallPolicy'.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeNetworkFirewallPoliciesRemoveRule+newComputeNetworkFirewallPoliciesRemoveRule firewallPolicy project =+  ComputeNetworkFirewallPoliciesRemoveRule+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      firewallPolicy = firewallPolicy,+      priority = Core.Nothing,+      project = project,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance+  Core.GoogleRequest+    ComputeNetworkFirewallPoliciesRemoveRule+  where+  type Rs ComputeNetworkFirewallPoliciesRemoveRule = Operation+  type+    Scopes ComputeNetworkFirewallPoliciesRemoveRule =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeNetworkFirewallPoliciesRemoveRule {..} =+    go+      project+      firewallPolicy+      xgafv+      accessToken+      callback+      priority+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeNetworkFirewallPoliciesRemoveRuleResource+          )+          Core.mempty
+ gen/Gogol/Compute/NetworkFirewallPolicies/SetIamPolicy.hs view
@@ -0,0 +1,136 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.NetworkFirewallPolicies.SetIamPolicy+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Sets the access control policy on the specified resource. Replaces any existing policy.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.networkFirewallPolicies.setIamPolicy@.+module Gogol.Compute.NetworkFirewallPolicies.SetIamPolicy+  ( -- * Resource+    ComputeNetworkFirewallPoliciesSetIamPolicyResource,++    -- ** Constructing a Request+    ComputeNetworkFirewallPoliciesSetIamPolicy (..),+    newComputeNetworkFirewallPoliciesSetIamPolicy,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.networkFirewallPolicies.setIamPolicy@ method which the+-- 'ComputeNetworkFirewallPoliciesSetIamPolicy' request conforms to.+type ComputeNetworkFirewallPoliciesSetIamPolicyResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "firewallPolicies"+    Core.:> Core.Capture "resource" Core.Text+    Core.:> "setIamPolicy"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] GlobalSetPolicyRequest+    Core.:> Core.Post '[Core.JSON] Policy++-- | Sets the access control policy on the specified resource. Replaces any existing policy.+--+-- /See:/ 'newComputeNetworkFirewallPoliciesSetIamPolicy' smart constructor.+data ComputeNetworkFirewallPoliciesSetIamPolicy = ComputeNetworkFirewallPoliciesSetIamPolicy+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Multipart request metadata.+    payload :: GlobalSetPolicyRequest,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Name or id of the resource for this request.+    resource :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeNetworkFirewallPoliciesSetIamPolicy' with the minimum fields required to make a request.+newComputeNetworkFirewallPoliciesSetIamPolicy ::+  -- |  Multipart request metadata. See 'payload'.+  GlobalSetPolicyRequest ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  Name or id of the resource for this request. See 'resource'.+  Core.Text ->+  ComputeNetworkFirewallPoliciesSetIamPolicy+newComputeNetworkFirewallPoliciesSetIamPolicy+  payload+  project+  resource =+    ComputeNetworkFirewallPoliciesSetIamPolicy+      { xgafv = Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        payload = payload,+        project = project,+        resource = resource,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing+      }++instance+  Core.GoogleRequest+    ComputeNetworkFirewallPoliciesSetIamPolicy+  where+  type Rs ComputeNetworkFirewallPoliciesSetIamPolicy = Policy+  type+    Scopes ComputeNetworkFirewallPoliciesSetIamPolicy =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeNetworkFirewallPoliciesSetIamPolicy {..} =+    go+      project+      resource+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeNetworkFirewallPoliciesSetIamPolicyResource+          )+          Core.mempty
+ gen/Gogol/Compute/NetworkFirewallPolicies/TestIamPermissions.hs view
@@ -0,0 +1,140 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.NetworkFirewallPolicies.TestIamPermissions+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Returns permissions that a caller has on the specified resource.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.networkFirewallPolicies.testIamPermissions@.+module Gogol.Compute.NetworkFirewallPolicies.TestIamPermissions+  ( -- * Resource+    ComputeNetworkFirewallPoliciesTestIamPermissionsResource,++    -- ** Constructing a Request+    ComputeNetworkFirewallPoliciesTestIamPermissions (..),+    newComputeNetworkFirewallPoliciesTestIamPermissions,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.networkFirewallPolicies.testIamPermissions@ method which the+-- 'ComputeNetworkFirewallPoliciesTestIamPermissions' request conforms to.+type ComputeNetworkFirewallPoliciesTestIamPermissionsResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "firewallPolicies"+    Core.:> Core.Capture "resource" Core.Text+    Core.:> "testIamPermissions"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] TestPermissionsRequest+    Core.:> Core.Post '[Core.JSON] TestPermissionsResponse++-- | Returns permissions that a caller has on the specified resource.+--+-- /See:/ 'newComputeNetworkFirewallPoliciesTestIamPermissions' smart constructor.+data ComputeNetworkFirewallPoliciesTestIamPermissions = ComputeNetworkFirewallPoliciesTestIamPermissions+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Multipart request metadata.+    payload :: TestPermissionsRequest,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Name or id of the resource for this request.+    resource :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeNetworkFirewallPoliciesTestIamPermissions' with the minimum fields required to make a request.+newComputeNetworkFirewallPoliciesTestIamPermissions ::+  -- |  Multipart request metadata. See 'payload'.+  TestPermissionsRequest ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  Name or id of the resource for this request. See 'resource'.+  Core.Text ->+  ComputeNetworkFirewallPoliciesTestIamPermissions+newComputeNetworkFirewallPoliciesTestIamPermissions+  payload+  project+  resource =+    ComputeNetworkFirewallPoliciesTestIamPermissions+      { xgafv =+          Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        payload = payload,+        project = project,+        resource = resource,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing+      }++instance+  Core.GoogleRequest+    ComputeNetworkFirewallPoliciesTestIamPermissions+  where+  type+    Rs ComputeNetworkFirewallPoliciesTestIamPermissions =+      TestPermissionsResponse+  type+    Scopes ComputeNetworkFirewallPoliciesTestIamPermissions =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeNetworkFirewallPoliciesTestIamPermissions {..} =+    go+      project+      resource+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy+                ComputeNetworkFirewallPoliciesTestIamPermissionsResource+          )+          Core.mempty
+ gen/Gogol/Compute/NetworkProfiles/Get.hs view
@@ -0,0 +1,120 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.NetworkProfiles.Get+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Returns the specified network profile.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.networkProfiles.get@.+module Gogol.Compute.NetworkProfiles.Get+  ( -- * Resource+    ComputeNetworkProfilesGetResource,++    -- ** Constructing a Request+    ComputeNetworkProfilesGet (..),+    newComputeNetworkProfilesGet,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.networkProfiles.get@ method which the+-- 'ComputeNetworkProfilesGet' request conforms to.+type ComputeNetworkProfilesGetResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "networkProfiles"+    Core.:> Core.Capture "networkProfile" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] NetworkProfile++-- | Returns the specified network profile.+--+-- /See:/ 'newComputeNetworkProfilesGet' smart constructor.+data ComputeNetworkProfilesGet = ComputeNetworkProfilesGet+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the network profile to return.+    networkProfile :: Core.Text,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeNetworkProfilesGet' with the minimum fields required to make a request.+newComputeNetworkProfilesGet ::+  -- |  Name of the network profile to return. See 'networkProfile'.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeNetworkProfilesGet+newComputeNetworkProfilesGet networkProfile project =+  ComputeNetworkProfilesGet+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      networkProfile = networkProfile,+      project = project,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeNetworkProfilesGet where+  type Rs ComputeNetworkProfilesGet = NetworkProfile+  type+    Scopes ComputeNetworkProfilesGet =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeNetworkProfilesGet {..} =+    go+      project+      networkProfile+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeNetworkProfilesGetResource)+          Core.mempty
+ gen/Gogol/Compute/NetworkProfiles/List.hs view
@@ -0,0 +1,140 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.NetworkProfiles.List+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Retrieves a list of network profiles available to the specified project.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.networkProfiles.list@.+module Gogol.Compute.NetworkProfiles.List+  ( -- * Resource+    ComputeNetworkProfilesListResource,++    -- ** Constructing a Request+    ComputeNetworkProfilesList (..),+    newComputeNetworkProfilesList,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.networkProfiles.list@ method which the+-- 'ComputeNetworkProfilesList' request conforms to.+type ComputeNetworkProfilesListResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "networkProfiles"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "filter" Core.Text+    Core.:> Core.QueryParam "maxResults" Core.Word32+    Core.:> Core.QueryParam "orderBy" Core.Text+    Core.:> Core.QueryParam "pageToken" Core.Text+    Core.:> Core.QueryParam "returnPartialSuccess" Core.Bool+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] NetworkProfilesListResponse++-- | Retrieves a list of network profiles available to the specified project.+--+-- /See:/ 'newComputeNetworkProfilesList' smart constructor.+data ComputeNetworkProfilesList = ComputeNetworkProfilesList+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: Core.Word32,+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.+    returnPartialSuccess :: (Core.Maybe Core.Bool),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeNetworkProfilesList' with the minimum fields required to make a request.+newComputeNetworkProfilesList ::+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeNetworkProfilesList+newComputeNetworkProfilesList project =+  ComputeNetworkProfilesList+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      filter = Core.Nothing,+      maxResults = 500,+      orderBy = Core.Nothing,+      pageToken = Core.Nothing,+      project = project,+      returnPartialSuccess = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeNetworkProfilesList where+  type Rs ComputeNetworkProfilesList = NetworkProfilesListResponse+  type+    Scopes ComputeNetworkProfilesList =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeNetworkProfilesList {..} =+    go+      project+      xgafv+      accessToken+      callback+      filter+      (Core.Just maxResults)+      orderBy+      pageToken+      returnPartialSuccess+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeNetworkProfilesListResource)+          Core.mempty
+ gen/Gogol/Compute/Networks/AddPeering.hs view
@@ -0,0 +1,133 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Networks.AddPeering+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Adds a peering to the specified network.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.networks.addPeering@.+module Gogol.Compute.Networks.AddPeering+  ( -- * Resource+    ComputeNetworksAddPeeringResource,++    -- ** Constructing a Request+    ComputeNetworksAddPeering (..),+    newComputeNetworksAddPeering,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.networks.addPeering@ method which the+-- 'ComputeNetworksAddPeering' request conforms to.+type ComputeNetworksAddPeeringResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "networks"+    Core.:> Core.Capture "network" Core.Text+    Core.:> "addPeering"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] NetworksAddPeeringRequest+    Core.:> Core.Post '[Core.JSON] Operation++-- | Adds a peering to the specified network.+--+-- /See:/ 'newComputeNetworksAddPeering' smart constructor.+data ComputeNetworksAddPeering = ComputeNetworksAddPeering+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the network resource to add peering to.+    network :: Core.Text,+    -- | Multipart request metadata.+    payload :: NetworksAddPeeringRequest,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeNetworksAddPeering' with the minimum fields required to make a request.+newComputeNetworksAddPeering ::+  -- |  Name of the network resource to add peering to. See 'network'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  NetworksAddPeeringRequest ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeNetworksAddPeering+newComputeNetworksAddPeering network payload project =+  ComputeNetworksAddPeering+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      network = network,+      payload = payload,+      project = project,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeNetworksAddPeering where+  type Rs ComputeNetworksAddPeering = Operation+  type+    Scopes ComputeNetworksAddPeering =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeNetworksAddPeering {..} =+    go+      project+      network+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeNetworksAddPeeringResource)+          Core.mempty
+ gen/Gogol/Compute/Networks/Delete.hs view
@@ -0,0 +1,125 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Networks.Delete+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Deletes the specified network.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.networks.delete@.+module Gogol.Compute.Networks.Delete+  ( -- * Resource+    ComputeNetworksDeleteResource,++    -- ** Constructing a Request+    ComputeNetworksDelete (..),+    newComputeNetworksDelete,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.networks.delete@ method which the+-- 'ComputeNetworksDelete' request conforms to.+type ComputeNetworksDeleteResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "networks"+    Core.:> Core.Capture "network" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Delete '[Core.JSON] Operation++-- | Deletes the specified network.+--+-- /See:/ 'newComputeNetworksDelete' smart constructor.+data ComputeNetworksDelete = ComputeNetworksDelete+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the network to delete.+    network :: Core.Text,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeNetworksDelete' with the minimum fields required to make a request.+newComputeNetworksDelete ::+  -- |  Name of the network to delete. See 'network'.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeNetworksDelete+newComputeNetworksDelete network project =+  ComputeNetworksDelete+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      network = network,+      project = project,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeNetworksDelete where+  type Rs ComputeNetworksDelete = Operation+  type+    Scopes ComputeNetworksDelete =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeNetworksDelete {..} =+    go+      project+      network+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeNetworksDeleteResource)+          Core.mempty
+ gen/Gogol/Compute/Networks/Get.hs view
@@ -0,0 +1,120 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Networks.Get+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Returns the specified network.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.networks.get@.+module Gogol.Compute.Networks.Get+  ( -- * Resource+    ComputeNetworksGetResource,++    -- ** Constructing a Request+    ComputeNetworksGet (..),+    newComputeNetworksGet,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.networks.get@ method which the+-- 'ComputeNetworksGet' request conforms to.+type ComputeNetworksGetResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "networks"+    Core.:> Core.Capture "network" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] Network++-- | Returns the specified network.+--+-- /See:/ 'newComputeNetworksGet' smart constructor.+data ComputeNetworksGet = ComputeNetworksGet+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the network to return.+    network :: Core.Text,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeNetworksGet' with the minimum fields required to make a request.+newComputeNetworksGet ::+  -- |  Name of the network to return. See 'network'.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeNetworksGet+newComputeNetworksGet network project =+  ComputeNetworksGet+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      network = network,+      project = project,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeNetworksGet where+  type Rs ComputeNetworksGet = Network+  type+    Scopes ComputeNetworksGet =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeNetworksGet {..} =+    go+      project+      network+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeNetworksGetResource)+          Core.mempty
+ gen/Gogol/Compute/Networks/GetEffectiveFirewalls.hs view
@@ -0,0 +1,125 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Networks.GetEffectiveFirewalls+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Returns the effective firewalls on a given network.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.networks.getEffectiveFirewalls@.+module Gogol.Compute.Networks.GetEffectiveFirewalls+  ( -- * Resource+    ComputeNetworksGetEffectiveFirewallsResource,++    -- ** Constructing a Request+    ComputeNetworksGetEffectiveFirewalls (..),+    newComputeNetworksGetEffectiveFirewalls,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.networks.getEffectiveFirewalls@ method which the+-- 'ComputeNetworksGetEffectiveFirewalls' request conforms to.+type ComputeNetworksGetEffectiveFirewallsResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "networks"+    Core.:> Core.Capture "network" Core.Text+    Core.:> "getEffectiveFirewalls"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] NetworksGetEffectiveFirewallsResponse++-- | Returns the effective firewalls on a given network.+--+-- /See:/ 'newComputeNetworksGetEffectiveFirewalls' smart constructor.+data ComputeNetworksGetEffectiveFirewalls = ComputeNetworksGetEffectiveFirewalls+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the network for this request.+    network :: Core.Text,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeNetworksGetEffectiveFirewalls' with the minimum fields required to make a request.+newComputeNetworksGetEffectiveFirewalls ::+  -- |  Name of the network for this request. See 'network'.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeNetworksGetEffectiveFirewalls+newComputeNetworksGetEffectiveFirewalls network project =+  ComputeNetworksGetEffectiveFirewalls+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      network = network,+      project = project,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeNetworksGetEffectiveFirewalls where+  type+    Rs ComputeNetworksGetEffectiveFirewalls =+      NetworksGetEffectiveFirewallsResponse+  type+    Scopes ComputeNetworksGetEffectiveFirewalls =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeNetworksGetEffectiveFirewalls {..} =+    go+      project+      network+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeNetworksGetEffectiveFirewallsResource+          )+          Core.mempty
+ gen/Gogol/Compute/Networks/Insert.hs view
@@ -0,0 +1,125 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Networks.Insert+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Creates a network in the specified project using the data included in the request.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.networks.insert@.+module Gogol.Compute.Networks.Insert+  ( -- * Resource+    ComputeNetworksInsertResource,++    -- ** Constructing a Request+    ComputeNetworksInsert (..),+    newComputeNetworksInsert,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.networks.insert@ method which the+-- 'ComputeNetworksInsert' request conforms to.+type ComputeNetworksInsertResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "networks"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] Network+    Core.:> Core.Post '[Core.JSON] Operation++-- | Creates a network in the specified project using the data included in the request.+--+-- /See:/ 'newComputeNetworksInsert' smart constructor.+data ComputeNetworksInsert = ComputeNetworksInsert+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Multipart request metadata.+    payload :: Network,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeNetworksInsert' with the minimum fields required to make a request.+newComputeNetworksInsert ::+  -- |  Multipart request metadata. See 'payload'.+  Network ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeNetworksInsert+newComputeNetworksInsert payload project =+  ComputeNetworksInsert+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      payload = payload,+      project = project,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeNetworksInsert where+  type Rs ComputeNetworksInsert = Operation+  type+    Scopes ComputeNetworksInsert =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeNetworksInsert {..} =+    go+      project+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeNetworksInsertResource)+          Core.mempty
+ gen/Gogol/Compute/Networks/List.hs view
@@ -0,0 +1,140 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Networks.List+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Retrieves the list of networks available to the specified project.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.networks.list@.+module Gogol.Compute.Networks.List+  ( -- * Resource+    ComputeNetworksListResource,++    -- ** Constructing a Request+    ComputeNetworksList (..),+    newComputeNetworksList,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.networks.list@ method which the+-- 'ComputeNetworksList' request conforms to.+type ComputeNetworksListResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "networks"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "filter" Core.Text+    Core.:> Core.QueryParam "maxResults" Core.Word32+    Core.:> Core.QueryParam "orderBy" Core.Text+    Core.:> Core.QueryParam "pageToken" Core.Text+    Core.:> Core.QueryParam "returnPartialSuccess" Core.Bool+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] NetworkList++-- | Retrieves the list of networks available to the specified project.+--+-- /See:/ 'newComputeNetworksList' smart constructor.+data ComputeNetworksList = ComputeNetworksList+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: Core.Word32,+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.+    returnPartialSuccess :: (Core.Maybe Core.Bool),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeNetworksList' with the minimum fields required to make a request.+newComputeNetworksList ::+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeNetworksList+newComputeNetworksList project =+  ComputeNetworksList+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      filter = Core.Nothing,+      maxResults = 500,+      orderBy = Core.Nothing,+      pageToken = Core.Nothing,+      project = project,+      returnPartialSuccess = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeNetworksList where+  type Rs ComputeNetworksList = NetworkList+  type+    Scopes ComputeNetworksList =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeNetworksList {..} =+    go+      project+      xgafv+      accessToken+      callback+      filter+      (Core.Just maxResults)+      orderBy+      pageToken+      returnPartialSuccess+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeNetworksListResource)+          Core.mempty
+ gen/Gogol/Compute/Networks/ListPeeringRoutes.hs view
@@ -0,0 +1,165 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Networks.ListPeeringRoutes+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Lists the peering routes exchanged over peering connection.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.networks.listPeeringRoutes@.+module Gogol.Compute.Networks.ListPeeringRoutes+  ( -- * Resource+    ComputeNetworksListPeeringRoutesResource,++    -- ** Constructing a Request+    ComputeNetworksListPeeringRoutes (..),+    newComputeNetworksListPeeringRoutes,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.networks.listPeeringRoutes@ method which the+-- 'ComputeNetworksListPeeringRoutes' request conforms to.+type ComputeNetworksListPeeringRoutesResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "networks"+    Core.:> Core.Capture "network" Core.Text+    Core.:> "listPeeringRoutes"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "direction" NetworksListPeeringRoutesDirection+    Core.:> Core.QueryParam "filter" Core.Text+    Core.:> Core.QueryParam "maxResults" Core.Word32+    Core.:> Core.QueryParam "orderBy" Core.Text+    Core.:> Core.QueryParam "pageToken" Core.Text+    Core.:> Core.QueryParam "peeringName" Core.Text+    Core.:> Core.QueryParam "region" Core.Text+    Core.:> Core.QueryParam "returnPartialSuccess" Core.Bool+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] ExchangedPeeringRoutesList++-- | Lists the peering routes exchanged over peering connection.+--+-- /See:/ 'newComputeNetworksListPeeringRoutes' smart constructor.+data ComputeNetworksListPeeringRoutes = ComputeNetworksListPeeringRoutes+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | The direction of the exchanged routes.+    direction :: (Core.Maybe NetworksListPeeringRoutesDirection),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: Core.Word32,+    -- | Name of the network for this request.+    network :: Core.Text,+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | The response will show routes exchanged over the given peering connection.+    peeringName :: (Core.Maybe Core.Text),+    -- | Project ID for this request.+    project :: Core.Text,+    -- | The region of the request. The response will include all subnet routes, static routes and dynamic routes in the region.+    region :: (Core.Maybe Core.Text),+    -- | Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.+    returnPartialSuccess :: (Core.Maybe Core.Bool),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeNetworksListPeeringRoutes' with the minimum fields required to make a request.+newComputeNetworksListPeeringRoutes ::+  -- |  Name of the network for this request. See 'network'.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeNetworksListPeeringRoutes+newComputeNetworksListPeeringRoutes network project =+  ComputeNetworksListPeeringRoutes+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      direction = Core.Nothing,+      filter = Core.Nothing,+      maxResults = 500,+      network = network,+      orderBy = Core.Nothing,+      pageToken = Core.Nothing,+      peeringName = Core.Nothing,+      project = project,+      region = Core.Nothing,+      returnPartialSuccess = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeNetworksListPeeringRoutes where+  type+    Rs ComputeNetworksListPeeringRoutes =+      ExchangedPeeringRoutesList+  type+    Scopes ComputeNetworksListPeeringRoutes =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeNetworksListPeeringRoutes {..} =+    go+      project+      network+      xgafv+      accessToken+      callback+      direction+      filter+      (Core.Just maxResults)+      orderBy+      pageToken+      peeringName+      region+      returnPartialSuccess+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeNetworksListPeeringRoutesResource)+          Core.mempty
+ gen/Gogol/Compute/Networks/Patch.hs view
@@ -0,0 +1,132 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Networks.Patch+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Patches the specified network with the data included in the request. Only routingConfig can be modified.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.networks.patch@.+module Gogol.Compute.Networks.Patch+  ( -- * Resource+    ComputeNetworksPatchResource,++    -- ** Constructing a Request+    ComputeNetworksPatch (..),+    newComputeNetworksPatch,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.networks.patch@ method which the+-- 'ComputeNetworksPatch' request conforms to.+type ComputeNetworksPatchResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "networks"+    Core.:> Core.Capture "network" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] Network+    Core.:> Core.Patch '[Core.JSON] Operation++-- | Patches the specified network with the data included in the request. Only routingConfig can be modified.+--+-- /See:/ 'newComputeNetworksPatch' smart constructor.+data ComputeNetworksPatch = ComputeNetworksPatch+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the network to update.+    network :: Core.Text,+    -- | Multipart request metadata.+    payload :: Network,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeNetworksPatch' with the minimum fields required to make a request.+newComputeNetworksPatch ::+  -- |  Name of the network to update. See 'network'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  Network ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeNetworksPatch+newComputeNetworksPatch network payload project =+  ComputeNetworksPatch+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      network = network,+      payload = payload,+      project = project,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeNetworksPatch where+  type Rs ComputeNetworksPatch = Operation+  type+    Scopes ComputeNetworksPatch =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeNetworksPatch {..} =+    go+      project+      network+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeNetworksPatchResource)+          Core.mempty
+ gen/Gogol/Compute/Networks/RemovePeering.hs view
@@ -0,0 +1,133 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Networks.RemovePeering+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Removes a peering from the specified network.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.networks.removePeering@.+module Gogol.Compute.Networks.RemovePeering+  ( -- * Resource+    ComputeNetworksRemovePeeringResource,++    -- ** Constructing a Request+    ComputeNetworksRemovePeering (..),+    newComputeNetworksRemovePeering,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.networks.removePeering@ method which the+-- 'ComputeNetworksRemovePeering' request conforms to.+type ComputeNetworksRemovePeeringResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "networks"+    Core.:> Core.Capture "network" Core.Text+    Core.:> "removePeering"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] NetworksRemovePeeringRequest+    Core.:> Core.Post '[Core.JSON] Operation++-- | Removes a peering from the specified network.+--+-- /See:/ 'newComputeNetworksRemovePeering' smart constructor.+data ComputeNetworksRemovePeering = ComputeNetworksRemovePeering+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the network resource to remove peering from.+    network :: Core.Text,+    -- | Multipart request metadata.+    payload :: NetworksRemovePeeringRequest,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeNetworksRemovePeering' with the minimum fields required to make a request.+newComputeNetworksRemovePeering ::+  -- |  Name of the network resource to remove peering from. See 'network'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  NetworksRemovePeeringRequest ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeNetworksRemovePeering+newComputeNetworksRemovePeering network payload project =+  ComputeNetworksRemovePeering+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      network = network,+      payload = payload,+      project = project,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeNetworksRemovePeering where+  type Rs ComputeNetworksRemovePeering = Operation+  type+    Scopes ComputeNetworksRemovePeering =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeNetworksRemovePeering {..} =+    go+      project+      network+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeNetworksRemovePeeringResource)+          Core.mempty
+ gen/Gogol/Compute/Networks/SwitchToCustomMode.hs view
@@ -0,0 +1,128 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Networks.SwitchToCustomMode+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Switches the network mode from auto subnet mode to custom subnet mode.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.networks.switchToCustomMode@.+module Gogol.Compute.Networks.SwitchToCustomMode+  ( -- * Resource+    ComputeNetworksSwitchToCustomModeResource,++    -- ** Constructing a Request+    ComputeNetworksSwitchToCustomMode (..),+    newComputeNetworksSwitchToCustomMode,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.networks.switchToCustomMode@ method which the+-- 'ComputeNetworksSwitchToCustomMode' request conforms to.+type ComputeNetworksSwitchToCustomModeResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "networks"+    Core.:> Core.Capture "network" Core.Text+    Core.:> "switchToCustomMode"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Post '[Core.JSON] Operation++-- | Switches the network mode from auto subnet mode to custom subnet mode.+--+-- /See:/ 'newComputeNetworksSwitchToCustomMode' smart constructor.+data ComputeNetworksSwitchToCustomMode = ComputeNetworksSwitchToCustomMode+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the network to be updated.+    network :: Core.Text,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeNetworksSwitchToCustomMode' with the minimum fields required to make a request.+newComputeNetworksSwitchToCustomMode ::+  -- |  Name of the network to be updated. See 'network'.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeNetworksSwitchToCustomMode+newComputeNetworksSwitchToCustomMode network project =+  ComputeNetworksSwitchToCustomMode+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      network = network,+      project = project,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeNetworksSwitchToCustomMode where+  type Rs ComputeNetworksSwitchToCustomMode = Operation+  type+    Scopes ComputeNetworksSwitchToCustomMode =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeNetworksSwitchToCustomMode {..} =+    go+      project+      network+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeNetworksSwitchToCustomModeResource+          )+          Core.mempty
+ gen/Gogol/Compute/Networks/UpdatePeering.hs view
@@ -0,0 +1,133 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.Networks.UpdatePeering+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Updates the specified network peering with the data included in the request. You can only modify the NetworkPeering.export/custom/routes field and the NetworkPeering.import/custom/routes field.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.networks.updatePeering@.+module Gogol.Compute.Networks.UpdatePeering+  ( -- * Resource+    ComputeNetworksUpdatePeeringResource,++    -- ** Constructing a Request+    ComputeNetworksUpdatePeering (..),+    newComputeNetworksUpdatePeering,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.networks.updatePeering@ method which the+-- 'ComputeNetworksUpdatePeering' request conforms to.+type ComputeNetworksUpdatePeeringResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "global"+    Core.:> "networks"+    Core.:> Core.Capture "network" Core.Text+    Core.:> "updatePeering"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] NetworksUpdatePeeringRequest+    Core.:> Core.Patch '[Core.JSON] Operation++-- | Updates the specified network peering with the data included in the request. You can only modify the NetworkPeering.export/custom/routes field and the NetworkPeering.import/custom/routes field.+--+-- /See:/ 'newComputeNetworksUpdatePeering' smart constructor.+data ComputeNetworksUpdatePeering = ComputeNetworksUpdatePeering+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the network resource which the updated peering is belonging to.+    network :: Core.Text,+    -- | Multipart request metadata.+    payload :: NetworksUpdatePeeringRequest,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeNetworksUpdatePeering' with the minimum fields required to make a request.+newComputeNetworksUpdatePeering ::+  -- |  Name of the network resource which the updated peering is belonging to. See 'network'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  NetworksUpdatePeeringRequest ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeNetworksUpdatePeering+newComputeNetworksUpdatePeering network payload project =+  ComputeNetworksUpdatePeering+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      network = network,+      payload = payload,+      project = project,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeNetworksUpdatePeering where+  type Rs ComputeNetworksUpdatePeering = Operation+  type+    Scopes ComputeNetworksUpdatePeering =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeNetworksUpdatePeering {..} =+    go+      project+      network+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeNetworksUpdatePeeringResource)+          Core.mempty
+ gen/Gogol/Compute/NodeGroups/AddNodes.hs view
@@ -0,0 +1,140 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.NodeGroups.AddNodes+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Adds specified number of nodes to the node group.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.nodeGroups.addNodes@.+module Gogol.Compute.NodeGroups.AddNodes+  ( -- * Resource+    ComputeNodeGroupsAddNodesResource,++    -- ** Constructing a Request+    ComputeNodeGroupsAddNodes (..),+    newComputeNodeGroupsAddNodes,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.nodeGroups.addNodes@ method which the+-- 'ComputeNodeGroupsAddNodes' request conforms to.+type ComputeNodeGroupsAddNodesResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "nodeGroups"+    Core.:> Core.Capture "nodeGroup" Core.Text+    Core.:> "addNodes"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] NodeGroupsAddNodesRequest+    Core.:> Core.Post '[Core.JSON] Operation++-- | Adds specified number of nodes to the node group.+--+-- /See:/ 'newComputeNodeGroupsAddNodes' smart constructor.+data ComputeNodeGroupsAddNodes = ComputeNodeGroupsAddNodes+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the NodeGroup resource.+    nodeGroup :: Core.Text,+    -- | Multipart request metadata.+    payload :: NodeGroupsAddNodesRequest,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone for this request.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeNodeGroupsAddNodes' with the minimum fields required to make a request.+newComputeNodeGroupsAddNodes ::+  -- |  Name of the NodeGroup resource. See 'nodeGroup'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  NodeGroupsAddNodesRequest ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone for this request. See 'zone'.+  Core.Text ->+  ComputeNodeGroupsAddNodes+newComputeNodeGroupsAddNodes nodeGroup payload project zone =+  ComputeNodeGroupsAddNodes+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      nodeGroup = nodeGroup,+      payload = payload,+      project = project,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      zone = zone+    }++instance Core.GoogleRequest ComputeNodeGroupsAddNodes where+  type Rs ComputeNodeGroupsAddNodes = Operation+  type+    Scopes ComputeNodeGroupsAddNodes =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeNodeGroupsAddNodes {..} =+    go+      project+      zone+      nodeGroup+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeNodeGroupsAddNodesResource)+          Core.mempty
+ gen/Gogol/Compute/NodeGroups/AggregatedList.hs view
@@ -0,0 +1,150 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.NodeGroups.AggregatedList+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Retrieves an aggregated list of node groups. Note: use nodeGroups.listNodes for more details about each group. To prevent failure, Google recommends that you set the @returnPartialSuccess@ parameter to @true@.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.nodeGroups.aggregatedList@.+module Gogol.Compute.NodeGroups.AggregatedList+  ( -- * Resource+    ComputeNodeGroupsAggregatedListResource,++    -- ** Constructing a Request+    ComputeNodeGroupsAggregatedList (..),+    newComputeNodeGroupsAggregatedList,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.nodeGroups.aggregatedList@ method which the+-- 'ComputeNodeGroupsAggregatedList' request conforms to.+type ComputeNodeGroupsAggregatedListResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "aggregated"+    Core.:> "nodeGroups"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "filter" Core.Text+    Core.:> Core.QueryParam "includeAllScopes" Core.Bool+    Core.:> Core.QueryParam "maxResults" Core.Word32+    Core.:> Core.QueryParam "orderBy" Core.Text+    Core.:> Core.QueryParam "pageToken" Core.Text+    Core.:> Core.QueryParam "returnPartialSuccess" Core.Bool+    Core.:> Core.QueryParam "serviceProjectNumber" Core.Int64+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] NodeGroupAggregatedList++-- | Retrieves an aggregated list of node groups. Note: use nodeGroups.listNodes for more details about each group. To prevent failure, Google recommends that you set the @returnPartialSuccess@ parameter to @true@.+--+-- /See:/ 'newComputeNodeGroupsAggregatedList' smart constructor.+data ComputeNodeGroupsAggregatedList = ComputeNodeGroupsAggregatedList+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.+    includeAllScopes :: (Core.Maybe Core.Bool),+    -- | 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 :: Core.Word32,+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.+    returnPartialSuccess :: (Core.Maybe Core.Bool),+    -- | The Shared VPC service project id or service project number for which aggregated list request is invoked for subnetworks list-usable api.+    serviceProjectNumber :: (Core.Maybe Core.Int64),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeNodeGroupsAggregatedList' with the minimum fields required to make a request.+newComputeNodeGroupsAggregatedList ::+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeNodeGroupsAggregatedList+newComputeNodeGroupsAggregatedList project =+  ComputeNodeGroupsAggregatedList+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      filter = Core.Nothing,+      includeAllScopes = Core.Nothing,+      maxResults = 500,+      orderBy = Core.Nothing,+      pageToken = Core.Nothing,+      project = project,+      returnPartialSuccess = Core.Nothing,+      serviceProjectNumber = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeNodeGroupsAggregatedList where+  type Rs ComputeNodeGroupsAggregatedList = NodeGroupAggregatedList+  type+    Scopes ComputeNodeGroupsAggregatedList =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeNodeGroupsAggregatedList {..} =+    go+      project+      xgafv+      accessToken+      callback+      filter+      includeAllScopes+      (Core.Just maxResults)+      orderBy+      pageToken+      returnPartialSuccess+      serviceProjectNumber+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeNodeGroupsAggregatedListResource)+          Core.mempty
+ gen/Gogol/Compute/NodeGroups/Delete.hs view
@@ -0,0 +1,132 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.NodeGroups.Delete+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Deletes the specified NodeGroup resource.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.nodeGroups.delete@.+module Gogol.Compute.NodeGroups.Delete+  ( -- * Resource+    ComputeNodeGroupsDeleteResource,++    -- ** Constructing a Request+    ComputeNodeGroupsDelete (..),+    newComputeNodeGroupsDelete,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.nodeGroups.delete@ method which the+-- 'ComputeNodeGroupsDelete' request conforms to.+type ComputeNodeGroupsDeleteResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "nodeGroups"+    Core.:> Core.Capture "nodeGroup" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Delete '[Core.JSON] Operation++-- | Deletes the specified NodeGroup resource.+--+-- /See:/ 'newComputeNodeGroupsDelete' smart constructor.+data ComputeNodeGroupsDelete = ComputeNodeGroupsDelete+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the NodeGroup resource to delete.+    nodeGroup :: Core.Text,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone for this request.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeNodeGroupsDelete' with the minimum fields required to make a request.+newComputeNodeGroupsDelete ::+  -- |  Name of the NodeGroup resource to delete. See 'nodeGroup'.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone for this request. See 'zone'.+  Core.Text ->+  ComputeNodeGroupsDelete+newComputeNodeGroupsDelete nodeGroup project zone =+  ComputeNodeGroupsDelete+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      nodeGroup = nodeGroup,+      project = project,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      zone = zone+    }++instance Core.GoogleRequest ComputeNodeGroupsDelete where+  type Rs ComputeNodeGroupsDelete = Operation+  type+    Scopes ComputeNodeGroupsDelete =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeNodeGroupsDelete {..} =+    go+      project+      zone+      nodeGroup+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeNodeGroupsDeleteResource)+          Core.mempty
+ gen/Gogol/Compute/NodeGroups/DeleteNodes.hs view
@@ -0,0 +1,140 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.NodeGroups.DeleteNodes+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Deletes specified nodes from the node group.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.nodeGroups.deleteNodes@.+module Gogol.Compute.NodeGroups.DeleteNodes+  ( -- * Resource+    ComputeNodeGroupsDeleteNodesResource,++    -- ** Constructing a Request+    ComputeNodeGroupsDeleteNodes (..),+    newComputeNodeGroupsDeleteNodes,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.nodeGroups.deleteNodes@ method which the+-- 'ComputeNodeGroupsDeleteNodes' request conforms to.+type ComputeNodeGroupsDeleteNodesResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "nodeGroups"+    Core.:> Core.Capture "nodeGroup" Core.Text+    Core.:> "deleteNodes"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] NodeGroupsDeleteNodesRequest+    Core.:> Core.Post '[Core.JSON] Operation++-- | Deletes specified nodes from the node group.+--+-- /See:/ 'newComputeNodeGroupsDeleteNodes' smart constructor.+data ComputeNodeGroupsDeleteNodes = ComputeNodeGroupsDeleteNodes+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the NodeGroup resource whose nodes will be deleted.+    nodeGroup :: Core.Text,+    -- | Multipart request metadata.+    payload :: NodeGroupsDeleteNodesRequest,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone for this request.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeNodeGroupsDeleteNodes' with the minimum fields required to make a request.+newComputeNodeGroupsDeleteNodes ::+  -- |  Name of the NodeGroup resource whose nodes will be deleted. See 'nodeGroup'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  NodeGroupsDeleteNodesRequest ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone for this request. See 'zone'.+  Core.Text ->+  ComputeNodeGroupsDeleteNodes+newComputeNodeGroupsDeleteNodes nodeGroup payload project zone =+  ComputeNodeGroupsDeleteNodes+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      nodeGroup = nodeGroup,+      payload = payload,+      project = project,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      zone = zone+    }++instance Core.GoogleRequest ComputeNodeGroupsDeleteNodes where+  type Rs ComputeNodeGroupsDeleteNodes = Operation+  type+    Scopes ComputeNodeGroupsDeleteNodes =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeNodeGroupsDeleteNodes {..} =+    go+      project+      zone+      nodeGroup+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeNodeGroupsDeleteNodesResource)+          Core.mempty
+ gen/Gogol/Compute/NodeGroups/Get.hs view
@@ -0,0 +1,127 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.NodeGroups.Get+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Returns the specified NodeGroup. Get a list of available NodeGroups by making a list() request. Note: the \"nodes\" field should not be used. Use nodeGroups.listNodes instead.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.nodeGroups.get@.+module Gogol.Compute.NodeGroups.Get+  ( -- * Resource+    ComputeNodeGroupsGetResource,++    -- ** Constructing a Request+    ComputeNodeGroupsGet (..),+    newComputeNodeGroupsGet,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.nodeGroups.get@ method which the+-- 'ComputeNodeGroupsGet' request conforms to.+type ComputeNodeGroupsGetResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "nodeGroups"+    Core.:> Core.Capture "nodeGroup" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] NodeGroup++-- | Returns the specified NodeGroup. Get a list of available NodeGroups by making a list() request. Note: the \"nodes\" field should not be used. Use nodeGroups.listNodes instead.+--+-- /See:/ 'newComputeNodeGroupsGet' smart constructor.+data ComputeNodeGroupsGet = ComputeNodeGroupsGet+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the node group to return.+    nodeGroup :: Core.Text,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone for this request.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeNodeGroupsGet' with the minimum fields required to make a request.+newComputeNodeGroupsGet ::+  -- |  Name of the node group to return. See 'nodeGroup'.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone for this request. See 'zone'.+  Core.Text ->+  ComputeNodeGroupsGet+newComputeNodeGroupsGet nodeGroup project zone =+  ComputeNodeGroupsGet+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      nodeGroup = nodeGroup,+      project = project,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      zone = zone+    }++instance Core.GoogleRequest ComputeNodeGroupsGet where+  type Rs ComputeNodeGroupsGet = NodeGroup+  type+    Scopes ComputeNodeGroupsGet =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeNodeGroupsGet {..} =+    go+      project+      zone+      nodeGroup+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeNodeGroupsGetResource)+          Core.mempty
+ gen/Gogol/Compute/NodeGroups/GetIamPolicy.hs view
@@ -0,0 +1,133 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.NodeGroups.GetIamPolicy+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Gets the access control policy for a resource. May be empty if no such policy or resource exists.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.nodeGroups.getIamPolicy@.+module Gogol.Compute.NodeGroups.GetIamPolicy+  ( -- * Resource+    ComputeNodeGroupsGetIamPolicyResource,++    -- ** Constructing a Request+    ComputeNodeGroupsGetIamPolicy (..),+    newComputeNodeGroupsGetIamPolicy,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.nodeGroups.getIamPolicy@ method which the+-- 'ComputeNodeGroupsGetIamPolicy' request conforms to.+type ComputeNodeGroupsGetIamPolicyResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "nodeGroups"+    Core.:> Core.Capture "resource" Core.Text+    Core.:> "getIamPolicy"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "optionsRequestedPolicyVersion" Core.Int32+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] Policy++-- | Gets the access control policy for a resource. May be empty if no such policy or resource exists.+--+-- /See:/ 'newComputeNodeGroupsGetIamPolicy' smart constructor.+data ComputeNodeGroupsGetIamPolicy = ComputeNodeGroupsGetIamPolicy+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Requested IAM Policy version.+    optionsRequestedPolicyVersion :: (Core.Maybe Core.Int32),+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Name or id of the resource for this request.+    resource :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone for this request.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeNodeGroupsGetIamPolicy' with the minimum fields required to make a request.+newComputeNodeGroupsGetIamPolicy ::+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  Name or id of the resource for this request. See 'resource'.+  Core.Text ->+  -- |  The name of the zone for this request. See 'zone'.+  Core.Text ->+  ComputeNodeGroupsGetIamPolicy+newComputeNodeGroupsGetIamPolicy project resource zone =+  ComputeNodeGroupsGetIamPolicy+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      optionsRequestedPolicyVersion = Core.Nothing,+      project = project,+      resource = resource,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      zone = zone+    }++instance Core.GoogleRequest ComputeNodeGroupsGetIamPolicy where+  type Rs ComputeNodeGroupsGetIamPolicy = Policy+  type+    Scopes ComputeNodeGroupsGetIamPolicy =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeNodeGroupsGetIamPolicy {..} =+    go+      project+      zone+      resource+      xgafv+      accessToken+      callback+      optionsRequestedPolicyVersion+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeNodeGroupsGetIamPolicyResource)+          Core.mempty
+ gen/Gogol/Compute/NodeGroups/Insert.hs view
@@ -0,0 +1,139 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.NodeGroups.Insert+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Creates a NodeGroup resource in the specified project using the data included in the request.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.nodeGroups.insert@.+module Gogol.Compute.NodeGroups.Insert+  ( -- * Resource+    ComputeNodeGroupsInsertResource,++    -- ** Constructing a Request+    ComputeNodeGroupsInsert (..),+    newComputeNodeGroupsInsert,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.nodeGroups.insert@ method which the+-- 'ComputeNodeGroupsInsert' request conforms to.+type ComputeNodeGroupsInsertResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "nodeGroups"+    Core.:> Core.QueryParam "initialNodeCount" Core.Int32+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] NodeGroup+    Core.:> Core.Post '[Core.JSON] Operation++-- | Creates a NodeGroup resource in the specified project using the data included in the request.+--+-- /See:/ 'newComputeNodeGroupsInsert' smart constructor.+data ComputeNodeGroupsInsert = ComputeNodeGroupsInsert+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Initial count of nodes in the node group.+    initialNodeCount :: Core.Int32,+    -- | Multipart request metadata.+    payload :: NodeGroup,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone for this request.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeNodeGroupsInsert' with the minimum fields required to make a request.+newComputeNodeGroupsInsert ::+  -- |  Initial count of nodes in the node group. See 'initialNodeCount'.+  Core.Int32 ->+  -- |  Multipart request metadata. See 'payload'.+  NodeGroup ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone for this request. See 'zone'.+  Core.Text ->+  ComputeNodeGroupsInsert+newComputeNodeGroupsInsert initialNodeCount payload project zone =+  ComputeNodeGroupsInsert+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      initialNodeCount = initialNodeCount,+      payload = payload,+      project = project,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      zone = zone+    }++instance Core.GoogleRequest ComputeNodeGroupsInsert where+  type Rs ComputeNodeGroupsInsert = Operation+  type+    Scopes ComputeNodeGroupsInsert =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeNodeGroupsInsert {..} =+    go+      project+      zone+      (Core.Just initialNodeCount)+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeNodeGroupsInsertResource)+          Core.mempty
+ gen/Gogol/Compute/NodeGroups/List.hs view
@@ -0,0 +1,147 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.NodeGroups.List+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Retrieves a list of node groups available to the specified project. Note: use nodeGroups.listNodes for more details about each group.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.nodeGroups.list@.+module Gogol.Compute.NodeGroups.List+  ( -- * Resource+    ComputeNodeGroupsListResource,++    -- ** Constructing a Request+    ComputeNodeGroupsList (..),+    newComputeNodeGroupsList,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.nodeGroups.list@ method which the+-- 'ComputeNodeGroupsList' request conforms to.+type ComputeNodeGroupsListResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "nodeGroups"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "filter" Core.Text+    Core.:> Core.QueryParam "maxResults" Core.Word32+    Core.:> Core.QueryParam "orderBy" Core.Text+    Core.:> Core.QueryParam "pageToken" Core.Text+    Core.:> Core.QueryParam "returnPartialSuccess" Core.Bool+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] NodeGroupList++-- | Retrieves a list of node groups available to the specified project. Note: use nodeGroups.listNodes for more details about each group.+--+-- /See:/ 'newComputeNodeGroupsList' smart constructor.+data ComputeNodeGroupsList = ComputeNodeGroupsList+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: Core.Word32,+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.+    returnPartialSuccess :: (Core.Maybe Core.Bool),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone for this request.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeNodeGroupsList' with the minimum fields required to make a request.+newComputeNodeGroupsList ::+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone for this request. See 'zone'.+  Core.Text ->+  ComputeNodeGroupsList+newComputeNodeGroupsList project zone =+  ComputeNodeGroupsList+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      filter = Core.Nothing,+      maxResults = 500,+      orderBy = Core.Nothing,+      pageToken = Core.Nothing,+      project = project,+      returnPartialSuccess = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      zone = zone+    }++instance Core.GoogleRequest ComputeNodeGroupsList where+  type Rs ComputeNodeGroupsList = NodeGroupList+  type+    Scopes ComputeNodeGroupsList =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeNodeGroupsList {..} =+    go+      project+      zone+      xgafv+      accessToken+      callback+      filter+      (Core.Just maxResults)+      orderBy+      pageToken+      returnPartialSuccess+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeNodeGroupsListResource)+          Core.mempty
+ gen/Gogol/Compute/NodeGroups/ListNodes.hs view
@@ -0,0 +1,155 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.NodeGroups.ListNodes+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Lists nodes in the node group.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.nodeGroups.listNodes@.+module Gogol.Compute.NodeGroups.ListNodes+  ( -- * Resource+    ComputeNodeGroupsListNodesResource,++    -- ** Constructing a Request+    ComputeNodeGroupsListNodes (..),+    newComputeNodeGroupsListNodes,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.nodeGroups.listNodes@ method which the+-- 'ComputeNodeGroupsListNodes' request conforms to.+type ComputeNodeGroupsListNodesResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "nodeGroups"+    Core.:> Core.Capture "nodeGroup" Core.Text+    Core.:> "listNodes"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "filter" Core.Text+    Core.:> Core.QueryParam "maxResults" Core.Word32+    Core.:> Core.QueryParam "orderBy" Core.Text+    Core.:> Core.QueryParam "pageToken" Core.Text+    Core.:> Core.QueryParam "returnPartialSuccess" Core.Bool+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Post '[Core.JSON] NodeGroupsListNodes++-- | Lists nodes in the node group.+--+-- /See:/ 'newComputeNodeGroupsListNodes' smart constructor.+data ComputeNodeGroupsListNodes = ComputeNodeGroupsListNodes+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: Core.Word32,+    -- | Name of the NodeGroup resource whose nodes you want to list.+    nodeGroup :: Core.Text,+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.+    returnPartialSuccess :: (Core.Maybe Core.Bool),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone for this request.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeNodeGroupsListNodes' with the minimum fields required to make a request.+newComputeNodeGroupsListNodes ::+  -- |  Name of the NodeGroup resource whose nodes you want to list. See 'nodeGroup'.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone for this request. See 'zone'.+  Core.Text ->+  ComputeNodeGroupsListNodes+newComputeNodeGroupsListNodes nodeGroup project zone =+  ComputeNodeGroupsListNodes+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      filter = Core.Nothing,+      maxResults = 500,+      nodeGroup = nodeGroup,+      orderBy = Core.Nothing,+      pageToken = Core.Nothing,+      project = project,+      returnPartialSuccess = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      zone = zone+    }++instance Core.GoogleRequest ComputeNodeGroupsListNodes where+  type Rs ComputeNodeGroupsListNodes = NodeGroupsListNodes+  type+    Scopes ComputeNodeGroupsListNodes =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeNodeGroupsListNodes {..} =+    go+      project+      zone+      nodeGroup+      xgafv+      accessToken+      callback+      filter+      (Core.Just maxResults)+      orderBy+      pageToken+      returnPartialSuccess+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeNodeGroupsListNodesResource)+          Core.mempty
+ gen/Gogol/Compute/NodeGroups/Patch.hs view
@@ -0,0 +1,139 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.NodeGroups.Patch+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Updates the specified node group.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.nodeGroups.patch@.+module Gogol.Compute.NodeGroups.Patch+  ( -- * Resource+    ComputeNodeGroupsPatchResource,++    -- ** Constructing a Request+    ComputeNodeGroupsPatch (..),+    newComputeNodeGroupsPatch,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.nodeGroups.patch@ method which the+-- 'ComputeNodeGroupsPatch' request conforms to.+type ComputeNodeGroupsPatchResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "nodeGroups"+    Core.:> Core.Capture "nodeGroup" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] NodeGroup+    Core.:> Core.Patch '[Core.JSON] Operation++-- | Updates the specified node group.+--+-- /See:/ 'newComputeNodeGroupsPatch' smart constructor.+data ComputeNodeGroupsPatch = ComputeNodeGroupsPatch+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the NodeGroup resource to update.+    nodeGroup :: Core.Text,+    -- | Multipart request metadata.+    payload :: NodeGroup,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone for this request.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeNodeGroupsPatch' with the minimum fields required to make a request.+newComputeNodeGroupsPatch ::+  -- |  Name of the NodeGroup resource to update. See 'nodeGroup'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  NodeGroup ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone for this request. See 'zone'.+  Core.Text ->+  ComputeNodeGroupsPatch+newComputeNodeGroupsPatch nodeGroup payload project zone =+  ComputeNodeGroupsPatch+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      nodeGroup = nodeGroup,+      payload = payload,+      project = project,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      zone = zone+    }++instance Core.GoogleRequest ComputeNodeGroupsPatch where+  type Rs ComputeNodeGroupsPatch = Operation+  type+    Scopes ComputeNodeGroupsPatch =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeNodeGroupsPatch {..} =+    go+      project+      zone+      nodeGroup+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeNodeGroupsPatchResource)+          Core.mempty
+ gen/Gogol/Compute/NodeGroups/PerformMaintenance.hs view
@@ -0,0 +1,146 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.NodeGroups.PerformMaintenance+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Perform maintenance on a subset of nodes in the node group.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.nodeGroups.performMaintenance@.+module Gogol.Compute.NodeGroups.PerformMaintenance+  ( -- * Resource+    ComputeNodeGroupsPerformMaintenanceResource,++    -- ** Constructing a Request+    ComputeNodeGroupsPerformMaintenance (..),+    newComputeNodeGroupsPerformMaintenance,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.nodeGroups.performMaintenance@ method which the+-- 'ComputeNodeGroupsPerformMaintenance' request conforms to.+type ComputeNodeGroupsPerformMaintenanceResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "nodeGroups"+    Core.:> Core.Capture "nodeGroup" Core.Text+    Core.:> "performMaintenance"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] NodeGroupsPerformMaintenanceRequest+    Core.:> Core.Post '[Core.JSON] Operation++-- | Perform maintenance on a subset of nodes in the node group.+--+-- /See:/ 'newComputeNodeGroupsPerformMaintenance' smart constructor.+data ComputeNodeGroupsPerformMaintenance = ComputeNodeGroupsPerformMaintenance+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the node group scoping this request.+    nodeGroup :: Core.Text,+    -- | Multipart request metadata.+    payload :: NodeGroupsPerformMaintenanceRequest,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone for this request.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeNodeGroupsPerformMaintenance' with the minimum fields required to make a request.+newComputeNodeGroupsPerformMaintenance ::+  -- |  Name of the node group scoping this request. See 'nodeGroup'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  NodeGroupsPerformMaintenanceRequest ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone for this request. See 'zone'.+  Core.Text ->+  ComputeNodeGroupsPerformMaintenance+newComputeNodeGroupsPerformMaintenance+  nodeGroup+  payload+  project+  zone =+    ComputeNodeGroupsPerformMaintenance+      { xgafv = Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        nodeGroup = nodeGroup,+        payload = payload,+        project = project,+        requestId = Core.Nothing,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing,+        zone = zone+      }++instance Core.GoogleRequest ComputeNodeGroupsPerformMaintenance where+  type Rs ComputeNodeGroupsPerformMaintenance = Operation+  type+    Scopes ComputeNodeGroupsPerformMaintenance =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeNodeGroupsPerformMaintenance {..} =+    go+      project+      zone+      nodeGroup+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeNodeGroupsPerformMaintenanceResource+          )+          Core.mempty
+ gen/Gogol/Compute/NodeGroups/SetIamPolicy.hs view
@@ -0,0 +1,135 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.NodeGroups.SetIamPolicy+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Sets the access control policy on the specified resource. Replaces any existing policy.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.nodeGroups.setIamPolicy@.+module Gogol.Compute.NodeGroups.SetIamPolicy+  ( -- * Resource+    ComputeNodeGroupsSetIamPolicyResource,++    -- ** Constructing a Request+    ComputeNodeGroupsSetIamPolicy (..),+    newComputeNodeGroupsSetIamPolicy,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.nodeGroups.setIamPolicy@ method which the+-- 'ComputeNodeGroupsSetIamPolicy' request conforms to.+type ComputeNodeGroupsSetIamPolicyResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "nodeGroups"+    Core.:> Core.Capture "resource" Core.Text+    Core.:> "setIamPolicy"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] ZoneSetPolicyRequest+    Core.:> Core.Post '[Core.JSON] Policy++-- | Sets the access control policy on the specified resource. Replaces any existing policy.+--+-- /See:/ 'newComputeNodeGroupsSetIamPolicy' smart constructor.+data ComputeNodeGroupsSetIamPolicy = ComputeNodeGroupsSetIamPolicy+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Multipart request metadata.+    payload :: ZoneSetPolicyRequest,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Name or id of the resource for this request.+    resource :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone for this request.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeNodeGroupsSetIamPolicy' with the minimum fields required to make a request.+newComputeNodeGroupsSetIamPolicy ::+  -- |  Multipart request metadata. See 'payload'.+  ZoneSetPolicyRequest ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  Name or id of the resource for this request. See 'resource'.+  Core.Text ->+  -- |  The name of the zone for this request. See 'zone'.+  Core.Text ->+  ComputeNodeGroupsSetIamPolicy+newComputeNodeGroupsSetIamPolicy payload project resource zone =+  ComputeNodeGroupsSetIamPolicy+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      payload = payload,+      project = project,+      resource = resource,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      zone = zone+    }++instance Core.GoogleRequest ComputeNodeGroupsSetIamPolicy where+  type Rs ComputeNodeGroupsSetIamPolicy = Policy+  type+    Scopes ComputeNodeGroupsSetIamPolicy =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeNodeGroupsSetIamPolicy {..} =+    go+      project+      zone+      resource+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeNodeGroupsSetIamPolicyResource)+          Core.mempty
+ gen/Gogol/Compute/NodeGroups/SetNodeTemplate.hs view
@@ -0,0 +1,140 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.NodeGroups.SetNodeTemplate+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Updates the node template of the node group.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.nodeGroups.setNodeTemplate@.+module Gogol.Compute.NodeGroups.SetNodeTemplate+  ( -- * Resource+    ComputeNodeGroupsSetNodeTemplateResource,++    -- ** Constructing a Request+    ComputeNodeGroupsSetNodeTemplate (..),+    newComputeNodeGroupsSetNodeTemplate,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.nodeGroups.setNodeTemplate@ method which the+-- 'ComputeNodeGroupsSetNodeTemplate' request conforms to.+type ComputeNodeGroupsSetNodeTemplateResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "nodeGroups"+    Core.:> Core.Capture "nodeGroup" Core.Text+    Core.:> "setNodeTemplate"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] NodeGroupsSetNodeTemplateRequest+    Core.:> Core.Post '[Core.JSON] Operation++-- | Updates the node template of the node group.+--+-- /See:/ 'newComputeNodeGroupsSetNodeTemplate' smart constructor.+data ComputeNodeGroupsSetNodeTemplate = ComputeNodeGroupsSetNodeTemplate+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the NodeGroup resource to update.+    nodeGroup :: Core.Text,+    -- | Multipart request metadata.+    payload :: NodeGroupsSetNodeTemplateRequest,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone for this request.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeNodeGroupsSetNodeTemplate' with the minimum fields required to make a request.+newComputeNodeGroupsSetNodeTemplate ::+  -- |  Name of the NodeGroup resource to update. See 'nodeGroup'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  NodeGroupsSetNodeTemplateRequest ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone for this request. See 'zone'.+  Core.Text ->+  ComputeNodeGroupsSetNodeTemplate+newComputeNodeGroupsSetNodeTemplate nodeGroup payload project zone =+  ComputeNodeGroupsSetNodeTemplate+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      nodeGroup = nodeGroup,+      payload = payload,+      project = project,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      zone = zone+    }++instance Core.GoogleRequest ComputeNodeGroupsSetNodeTemplate where+  type Rs ComputeNodeGroupsSetNodeTemplate = Operation+  type+    Scopes ComputeNodeGroupsSetNodeTemplate =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeNodeGroupsSetNodeTemplate {..} =+    go+      project+      zone+      nodeGroup+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeNodeGroupsSetNodeTemplateResource)+          Core.mempty
+ gen/Gogol/Compute/NodeGroups/SimulateMaintenanceEvent.hs view
@@ -0,0 +1,151 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.NodeGroups.SimulateMaintenanceEvent+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Simulates maintenance event on specified nodes from the node group.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.nodeGroups.simulateMaintenanceEvent@.+module Gogol.Compute.NodeGroups.SimulateMaintenanceEvent+  ( -- * Resource+    ComputeNodeGroupsSimulateMaintenanceEventResource,++    -- ** Constructing a Request+    ComputeNodeGroupsSimulateMaintenanceEvent (..),+    newComputeNodeGroupsSimulateMaintenanceEvent,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.nodeGroups.simulateMaintenanceEvent@ method which the+-- 'ComputeNodeGroupsSimulateMaintenanceEvent' request conforms to.+type ComputeNodeGroupsSimulateMaintenanceEventResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "nodeGroups"+    Core.:> Core.Capture "nodeGroup" Core.Text+    Core.:> "simulateMaintenanceEvent"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody+              '[Core.JSON]+              NodeGroupsSimulateMaintenanceEventRequest+    Core.:> Core.Post '[Core.JSON] Operation++-- | Simulates maintenance event on specified nodes from the node group.+--+-- /See:/ 'newComputeNodeGroupsSimulateMaintenanceEvent' smart constructor.+data ComputeNodeGroupsSimulateMaintenanceEvent = ComputeNodeGroupsSimulateMaintenanceEvent+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the NodeGroup resource whose nodes will go under maintenance simulation.+    nodeGroup :: Core.Text,+    -- | Multipart request metadata.+    payload :: NodeGroupsSimulateMaintenanceEventRequest,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone for this request.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeNodeGroupsSimulateMaintenanceEvent' with the minimum fields required to make a request.+newComputeNodeGroupsSimulateMaintenanceEvent ::+  -- |  Name of the NodeGroup resource whose nodes will go under maintenance simulation. See 'nodeGroup'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  NodeGroupsSimulateMaintenanceEventRequest ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone for this request. See 'zone'.+  Core.Text ->+  ComputeNodeGroupsSimulateMaintenanceEvent+newComputeNodeGroupsSimulateMaintenanceEvent+  nodeGroup+  payload+  project+  zone =+    ComputeNodeGroupsSimulateMaintenanceEvent+      { xgafv = Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        nodeGroup = nodeGroup,+        payload = payload,+        project = project,+        requestId = Core.Nothing,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing,+        zone = zone+      }++instance+  Core.GoogleRequest+    ComputeNodeGroupsSimulateMaintenanceEvent+  where+  type Rs ComputeNodeGroupsSimulateMaintenanceEvent = Operation+  type+    Scopes ComputeNodeGroupsSimulateMaintenanceEvent =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeNodeGroupsSimulateMaintenanceEvent {..} =+    go+      project+      zone+      nodeGroup+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeNodeGroupsSimulateMaintenanceEventResource+          )+          Core.mempty
+ gen/Gogol/Compute/NodeGroups/TestIamPermissions.hs view
@@ -0,0 +1,143 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.NodeGroups.TestIamPermissions+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Returns permissions that a caller has on the specified resource.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.nodeGroups.testIamPermissions@.+module Gogol.Compute.NodeGroups.TestIamPermissions+  ( -- * Resource+    ComputeNodeGroupsTestIamPermissionsResource,++    -- ** Constructing a Request+    ComputeNodeGroupsTestIamPermissions (..),+    newComputeNodeGroupsTestIamPermissions,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.nodeGroups.testIamPermissions@ method which the+-- 'ComputeNodeGroupsTestIamPermissions' request conforms to.+type ComputeNodeGroupsTestIamPermissionsResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "nodeGroups"+    Core.:> Core.Capture "resource" Core.Text+    Core.:> "testIamPermissions"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] TestPermissionsRequest+    Core.:> Core.Post '[Core.JSON] TestPermissionsResponse++-- | Returns permissions that a caller has on the specified resource.+--+-- /See:/ 'newComputeNodeGroupsTestIamPermissions' smart constructor.+data ComputeNodeGroupsTestIamPermissions = ComputeNodeGroupsTestIamPermissions+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Multipart request metadata.+    payload :: TestPermissionsRequest,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Name or id of the resource for this request.+    resource :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone for this request.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeNodeGroupsTestIamPermissions' with the minimum fields required to make a request.+newComputeNodeGroupsTestIamPermissions ::+  -- |  Multipart request metadata. See 'payload'.+  TestPermissionsRequest ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  Name or id of the resource for this request. See 'resource'.+  Core.Text ->+  -- |  The name of the zone for this request. See 'zone'.+  Core.Text ->+  ComputeNodeGroupsTestIamPermissions+newComputeNodeGroupsTestIamPermissions+  payload+  project+  resource+  zone =+    ComputeNodeGroupsTestIamPermissions+      { xgafv = Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        payload = payload,+        project = project,+        resource = resource,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing,+        zone = zone+      }++instance Core.GoogleRequest ComputeNodeGroupsTestIamPermissions where+  type+    Rs ComputeNodeGroupsTestIamPermissions =+      TestPermissionsResponse+  type+    Scopes ComputeNodeGroupsTestIamPermissions =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeNodeGroupsTestIamPermissions {..} =+    go+      project+      zone+      resource+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeNodeGroupsTestIamPermissionsResource+          )+          Core.mempty
+ gen/Gogol/Compute/NodeTemplates/AggregatedList.hs view
@@ -0,0 +1,154 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.NodeTemplates.AggregatedList+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Retrieves an aggregated list of node templates. To prevent failure, Google recommends that you set the @returnPartialSuccess@ parameter to @true@.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.nodeTemplates.aggregatedList@.+module Gogol.Compute.NodeTemplates.AggregatedList+  ( -- * Resource+    ComputeNodeTemplatesAggregatedListResource,++    -- ** Constructing a Request+    ComputeNodeTemplatesAggregatedList (..),+    newComputeNodeTemplatesAggregatedList,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.nodeTemplates.aggregatedList@ method which the+-- 'ComputeNodeTemplatesAggregatedList' request conforms to.+type ComputeNodeTemplatesAggregatedListResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "aggregated"+    Core.:> "nodeTemplates"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "filter" Core.Text+    Core.:> Core.QueryParam "includeAllScopes" Core.Bool+    Core.:> Core.QueryParam "maxResults" Core.Word32+    Core.:> Core.QueryParam "orderBy" Core.Text+    Core.:> Core.QueryParam "pageToken" Core.Text+    Core.:> Core.QueryParam "returnPartialSuccess" Core.Bool+    Core.:> Core.QueryParam "serviceProjectNumber" Core.Int64+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] NodeTemplateAggregatedList++-- | Retrieves an aggregated list of node templates. To prevent failure, Google recommends that you set the @returnPartialSuccess@ parameter to @true@.+--+-- /See:/ 'newComputeNodeTemplatesAggregatedList' smart constructor.+data ComputeNodeTemplatesAggregatedList = ComputeNodeTemplatesAggregatedList+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.+    includeAllScopes :: (Core.Maybe Core.Bool),+    -- | 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 :: Core.Word32,+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.+    returnPartialSuccess :: (Core.Maybe Core.Bool),+    -- | The Shared VPC service project id or service project number for which aggregated list request is invoked for subnetworks list-usable api.+    serviceProjectNumber :: (Core.Maybe Core.Int64),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeNodeTemplatesAggregatedList' with the minimum fields required to make a request.+newComputeNodeTemplatesAggregatedList ::+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeNodeTemplatesAggregatedList+newComputeNodeTemplatesAggregatedList project =+  ComputeNodeTemplatesAggregatedList+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      filter = Core.Nothing,+      includeAllScopes = Core.Nothing,+      maxResults = 500,+      orderBy = Core.Nothing,+      pageToken = Core.Nothing,+      project = project,+      returnPartialSuccess = Core.Nothing,+      serviceProjectNumber = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeNodeTemplatesAggregatedList where+  type+    Rs ComputeNodeTemplatesAggregatedList =+      NodeTemplateAggregatedList+  type+    Scopes ComputeNodeTemplatesAggregatedList =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeNodeTemplatesAggregatedList {..} =+    go+      project+      xgafv+      accessToken+      callback+      filter+      includeAllScopes+      (Core.Just maxResults)+      orderBy+      pageToken+      returnPartialSuccess+      serviceProjectNumber+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeNodeTemplatesAggregatedListResource+          )+          Core.mempty
+ gen/Gogol/Compute/NodeTemplates/Delete.hs view
@@ -0,0 +1,132 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.NodeTemplates.Delete+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Deletes the specified NodeTemplate resource.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.nodeTemplates.delete@.+module Gogol.Compute.NodeTemplates.Delete+  ( -- * Resource+    ComputeNodeTemplatesDeleteResource,++    -- ** Constructing a Request+    ComputeNodeTemplatesDelete (..),+    newComputeNodeTemplatesDelete,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.nodeTemplates.delete@ method which the+-- 'ComputeNodeTemplatesDelete' request conforms to.+type ComputeNodeTemplatesDeleteResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "regions"+    Core.:> Core.Capture "region" Core.Text+    Core.:> "nodeTemplates"+    Core.:> Core.Capture "nodeTemplate" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Delete '[Core.JSON] Operation++-- | Deletes the specified NodeTemplate resource.+--+-- /See:/ 'newComputeNodeTemplatesDelete' smart constructor.+data ComputeNodeTemplatesDelete = ComputeNodeTemplatesDelete+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the NodeTemplate resource to delete.+    nodeTemplate :: Core.Text,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | The name of the region for this request.+    region :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeNodeTemplatesDelete' with the minimum fields required to make a request.+newComputeNodeTemplatesDelete ::+  -- |  Name of the NodeTemplate resource to delete. See 'nodeTemplate'.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the region for this request. See 'region'.+  Core.Text ->+  ComputeNodeTemplatesDelete+newComputeNodeTemplatesDelete nodeTemplate project region =+  ComputeNodeTemplatesDelete+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      nodeTemplate = nodeTemplate,+      project = project,+      region = region,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeNodeTemplatesDelete where+  type Rs ComputeNodeTemplatesDelete = Operation+  type+    Scopes ComputeNodeTemplatesDelete =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeNodeTemplatesDelete {..} =+    go+      project+      region+      nodeTemplate+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeNodeTemplatesDeleteResource)+          Core.mempty
+ gen/Gogol/Compute/NodeTemplates/Get.hs view
@@ -0,0 +1,127 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.NodeTemplates.Get+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Returns the specified node template.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.nodeTemplates.get@.+module Gogol.Compute.NodeTemplates.Get+  ( -- * Resource+    ComputeNodeTemplatesGetResource,++    -- ** Constructing a Request+    ComputeNodeTemplatesGet (..),+    newComputeNodeTemplatesGet,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.nodeTemplates.get@ method which the+-- 'ComputeNodeTemplatesGet' request conforms to.+type ComputeNodeTemplatesGetResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "regions"+    Core.:> Core.Capture "region" Core.Text+    Core.:> "nodeTemplates"+    Core.:> Core.Capture "nodeTemplate" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] NodeTemplate++-- | Returns the specified node template.+--+-- /See:/ 'newComputeNodeTemplatesGet' smart constructor.+data ComputeNodeTemplatesGet = ComputeNodeTemplatesGet+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the node template to return.+    nodeTemplate :: Core.Text,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | The name of the region for this request.+    region :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeNodeTemplatesGet' with the minimum fields required to make a request.+newComputeNodeTemplatesGet ::+  -- |  Name of the node template to return. See 'nodeTemplate'.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the region for this request. See 'region'.+  Core.Text ->+  ComputeNodeTemplatesGet+newComputeNodeTemplatesGet nodeTemplate project region =+  ComputeNodeTemplatesGet+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      nodeTemplate = nodeTemplate,+      project = project,+      region = region,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeNodeTemplatesGet where+  type Rs ComputeNodeTemplatesGet = NodeTemplate+  type+    Scopes ComputeNodeTemplatesGet =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeNodeTemplatesGet {..} =+    go+      project+      region+      nodeTemplate+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeNodeTemplatesGetResource)+          Core.mempty
+ gen/Gogol/Compute/NodeTemplates/GetIamPolicy.hs view
@@ -0,0 +1,133 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.NodeTemplates.GetIamPolicy+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Gets the access control policy for a resource. May be empty if no such policy or resource exists.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.nodeTemplates.getIamPolicy@.+module Gogol.Compute.NodeTemplates.GetIamPolicy+  ( -- * Resource+    ComputeNodeTemplatesGetIamPolicyResource,++    -- ** Constructing a Request+    ComputeNodeTemplatesGetIamPolicy (..),+    newComputeNodeTemplatesGetIamPolicy,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.nodeTemplates.getIamPolicy@ method which the+-- 'ComputeNodeTemplatesGetIamPolicy' request conforms to.+type ComputeNodeTemplatesGetIamPolicyResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "regions"+    Core.:> Core.Capture "region" Core.Text+    Core.:> "nodeTemplates"+    Core.:> Core.Capture "resource" Core.Text+    Core.:> "getIamPolicy"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "optionsRequestedPolicyVersion" Core.Int32+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] Policy++-- | Gets the access control policy for a resource. May be empty if no such policy or resource exists.+--+-- /See:/ 'newComputeNodeTemplatesGetIamPolicy' smart constructor.+data ComputeNodeTemplatesGetIamPolicy = ComputeNodeTemplatesGetIamPolicy+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Requested IAM Policy version.+    optionsRequestedPolicyVersion :: (Core.Maybe Core.Int32),+    -- | Project ID for this request.+    project :: Core.Text,+    -- | The name of the region for this request.+    region :: Core.Text,+    -- | Name or id of the resource for this request.+    resource :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeNodeTemplatesGetIamPolicy' with the minimum fields required to make a request.+newComputeNodeTemplatesGetIamPolicy ::+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the region for this request. See 'region'.+  Core.Text ->+  -- |  Name or id of the resource for this request. See 'resource'.+  Core.Text ->+  ComputeNodeTemplatesGetIamPolicy+newComputeNodeTemplatesGetIamPolicy project region resource =+  ComputeNodeTemplatesGetIamPolicy+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      optionsRequestedPolicyVersion = Core.Nothing,+      project = project,+      region = region,+      resource = resource,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeNodeTemplatesGetIamPolicy where+  type Rs ComputeNodeTemplatesGetIamPolicy = Policy+  type+    Scopes ComputeNodeTemplatesGetIamPolicy =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeNodeTemplatesGetIamPolicy {..} =+    go+      project+      region+      resource+      xgafv+      accessToken+      callback+      optionsRequestedPolicyVersion+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeNodeTemplatesGetIamPolicyResource)+          Core.mempty
+ gen/Gogol/Compute/NodeTemplates/Insert.hs view
@@ -0,0 +1,132 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.NodeTemplates.Insert+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Creates a NodeTemplate resource in the specified project using the data included in the request.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.nodeTemplates.insert@.+module Gogol.Compute.NodeTemplates.Insert+  ( -- * Resource+    ComputeNodeTemplatesInsertResource,++    -- ** Constructing a Request+    ComputeNodeTemplatesInsert (..),+    newComputeNodeTemplatesInsert,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.nodeTemplates.insert@ method which the+-- 'ComputeNodeTemplatesInsert' request conforms to.+type ComputeNodeTemplatesInsertResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "regions"+    Core.:> Core.Capture "region" Core.Text+    Core.:> "nodeTemplates"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "requestId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] NodeTemplate+    Core.:> Core.Post '[Core.JSON] Operation++-- | Creates a NodeTemplate resource in the specified project using the data included in the request.+--+-- /See:/ 'newComputeNodeTemplatesInsert' smart constructor.+data ComputeNodeTemplatesInsert = ComputeNodeTemplatesInsert+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Multipart request metadata.+    payload :: NodeTemplate,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | The name of the region for this request.+    region :: Core.Text,+    -- | 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).+    requestId :: (Core.Maybe Core.Text),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeNodeTemplatesInsert' with the minimum fields required to make a request.+newComputeNodeTemplatesInsert ::+  -- |  Multipart request metadata. See 'payload'.+  NodeTemplate ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the region for this request. See 'region'.+  Core.Text ->+  ComputeNodeTemplatesInsert+newComputeNodeTemplatesInsert payload project region =+  ComputeNodeTemplatesInsert+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      payload = payload,+      project = project,+      region = region,+      requestId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeNodeTemplatesInsert where+  type Rs ComputeNodeTemplatesInsert = Operation+  type+    Scopes ComputeNodeTemplatesInsert =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeNodeTemplatesInsert {..} =+    go+      project+      region+      xgafv+      accessToken+      callback+      requestId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeNodeTemplatesInsertResource)+          Core.mempty
+ gen/Gogol/Compute/NodeTemplates/List.hs view
@@ -0,0 +1,147 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.NodeTemplates.List+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Retrieves a list of node templates available to the specified project.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.nodeTemplates.list@.+module Gogol.Compute.NodeTemplates.List+  ( -- * Resource+    ComputeNodeTemplatesListResource,++    -- ** Constructing a Request+    ComputeNodeTemplatesList (..),+    newComputeNodeTemplatesList,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.nodeTemplates.list@ method which the+-- 'ComputeNodeTemplatesList' request conforms to.+type ComputeNodeTemplatesListResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "regions"+    Core.:> Core.Capture "region" Core.Text+    Core.:> "nodeTemplates"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "filter" Core.Text+    Core.:> Core.QueryParam "maxResults" Core.Word32+    Core.:> Core.QueryParam "orderBy" Core.Text+    Core.:> Core.QueryParam "pageToken" Core.Text+    Core.:> Core.QueryParam "returnPartialSuccess" Core.Bool+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] NodeTemplateList++-- | Retrieves a list of node templates available to the specified project.+--+-- /See:/ 'newComputeNodeTemplatesList' smart constructor.+data ComputeNodeTemplatesList = ComputeNodeTemplatesList+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: Core.Word32,+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | Project ID for this request.+    project :: Core.Text,+    -- | The name of the region for this request.+    region :: Core.Text,+    -- | Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.+    returnPartialSuccess :: (Core.Maybe Core.Bool),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeNodeTemplatesList' with the minimum fields required to make a request.+newComputeNodeTemplatesList ::+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the region for this request. See 'region'.+  Core.Text ->+  ComputeNodeTemplatesList+newComputeNodeTemplatesList project region =+  ComputeNodeTemplatesList+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      filter = Core.Nothing,+      maxResults = 500,+      orderBy = Core.Nothing,+      pageToken = Core.Nothing,+      project = project,+      region = region,+      returnPartialSuccess = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeNodeTemplatesList where+  type Rs ComputeNodeTemplatesList = NodeTemplateList+  type+    Scopes ComputeNodeTemplatesList =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeNodeTemplatesList {..} =+    go+      project+      region+      xgafv+      accessToken+      callback+      filter+      (Core.Just maxResults)+      orderBy+      pageToken+      returnPartialSuccess+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeNodeTemplatesListResource)+          Core.mempty
+ gen/Gogol/Compute/NodeTemplates/SetIamPolicy.hs view
@@ -0,0 +1,135 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.NodeTemplates.SetIamPolicy+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Sets the access control policy on the specified resource. Replaces any existing policy.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.nodeTemplates.setIamPolicy@.+module Gogol.Compute.NodeTemplates.SetIamPolicy+  ( -- * Resource+    ComputeNodeTemplatesSetIamPolicyResource,++    -- ** Constructing a Request+    ComputeNodeTemplatesSetIamPolicy (..),+    newComputeNodeTemplatesSetIamPolicy,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.nodeTemplates.setIamPolicy@ method which the+-- 'ComputeNodeTemplatesSetIamPolicy' request conforms to.+type ComputeNodeTemplatesSetIamPolicyResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "regions"+    Core.:> Core.Capture "region" Core.Text+    Core.:> "nodeTemplates"+    Core.:> Core.Capture "resource" Core.Text+    Core.:> "setIamPolicy"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] RegionSetPolicyRequest+    Core.:> Core.Post '[Core.JSON] Policy++-- | Sets the access control policy on the specified resource. Replaces any existing policy.+--+-- /See:/ 'newComputeNodeTemplatesSetIamPolicy' smart constructor.+data ComputeNodeTemplatesSetIamPolicy = ComputeNodeTemplatesSetIamPolicy+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Multipart request metadata.+    payload :: RegionSetPolicyRequest,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | The name of the region for this request.+    region :: Core.Text,+    -- | Name or id of the resource for this request.+    resource :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeNodeTemplatesSetIamPolicy' with the minimum fields required to make a request.+newComputeNodeTemplatesSetIamPolicy ::+  -- |  Multipart request metadata. See 'payload'.+  RegionSetPolicyRequest ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the region for this request. See 'region'.+  Core.Text ->+  -- |  Name or id of the resource for this request. See 'resource'.+  Core.Text ->+  ComputeNodeTemplatesSetIamPolicy+newComputeNodeTemplatesSetIamPolicy payload project region resource =+  ComputeNodeTemplatesSetIamPolicy+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      payload = payload,+      project = project,+      region = region,+      resource = resource,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeNodeTemplatesSetIamPolicy where+  type Rs ComputeNodeTemplatesSetIamPolicy = Policy+  type+    Scopes ComputeNodeTemplatesSetIamPolicy =+      '[CloudPlatform'FullControl, Compute'FullControl]+  requestClient ComputeNodeTemplatesSetIamPolicy {..} =+    go+      project+      region+      resource+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeNodeTemplatesSetIamPolicyResource)+          Core.mempty
+ gen/Gogol/Compute/NodeTemplates/TestIamPermissions.hs view
@@ -0,0 +1,143 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.NodeTemplates.TestIamPermissions+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Returns permissions that a caller has on the specified resource.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.nodeTemplates.testIamPermissions@.+module Gogol.Compute.NodeTemplates.TestIamPermissions+  ( -- * Resource+    ComputeNodeTemplatesTestIamPermissionsResource,++    -- ** Constructing a Request+    ComputeNodeTemplatesTestIamPermissions (..),+    newComputeNodeTemplatesTestIamPermissions,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.nodeTemplates.testIamPermissions@ method which the+-- 'ComputeNodeTemplatesTestIamPermissions' request conforms to.+type ComputeNodeTemplatesTestIamPermissionsResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "regions"+    Core.:> Core.Capture "region" Core.Text+    Core.:> "nodeTemplates"+    Core.:> Core.Capture "resource" Core.Text+    Core.:> "testIamPermissions"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] TestPermissionsRequest+    Core.:> Core.Post '[Core.JSON] TestPermissionsResponse++-- | Returns permissions that a caller has on the specified resource.+--+-- /See:/ 'newComputeNodeTemplatesTestIamPermissions' smart constructor.+data ComputeNodeTemplatesTestIamPermissions = ComputeNodeTemplatesTestIamPermissions+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Multipart request metadata.+    payload :: TestPermissionsRequest,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | The name of the region for this request.+    region :: Core.Text,+    -- | Name or id of the resource for this request.+    resource :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeNodeTemplatesTestIamPermissions' with the minimum fields required to make a request.+newComputeNodeTemplatesTestIamPermissions ::+  -- |  Multipart request metadata. See 'payload'.+  TestPermissionsRequest ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the region for this request. See 'region'.+  Core.Text ->+  -- |  Name or id of the resource for this request. See 'resource'.+  Core.Text ->+  ComputeNodeTemplatesTestIamPermissions+newComputeNodeTemplatesTestIamPermissions+  payload+  project+  region+  resource =+    ComputeNodeTemplatesTestIamPermissions+      { xgafv = Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        payload = payload,+        project = project,+        region = region,+        resource = resource,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing+      }++instance Core.GoogleRequest ComputeNodeTemplatesTestIamPermissions where+  type+    Rs ComputeNodeTemplatesTestIamPermissions =+      TestPermissionsResponse+  type+    Scopes ComputeNodeTemplatesTestIamPermissions =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeNodeTemplatesTestIamPermissions {..} =+    go+      project+      region+      resource+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      computeService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ComputeNodeTemplatesTestIamPermissionsResource+          )+          Core.mempty
+ gen/Gogol/Compute/NodeTypes/AggregatedList.hs view
@@ -0,0 +1,150 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.NodeTypes.AggregatedList+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Retrieves an aggregated list of node types. To prevent failure, Google recommends that you set the @returnPartialSuccess@ parameter to @true@.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.nodeTypes.aggregatedList@.+module Gogol.Compute.NodeTypes.AggregatedList+  ( -- * Resource+    ComputeNodeTypesAggregatedListResource,++    -- ** Constructing a Request+    ComputeNodeTypesAggregatedList (..),+    newComputeNodeTypesAggregatedList,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.nodeTypes.aggregatedList@ method which the+-- 'ComputeNodeTypesAggregatedList' request conforms to.+type ComputeNodeTypesAggregatedListResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "aggregated"+    Core.:> "nodeTypes"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "filter" Core.Text+    Core.:> Core.QueryParam "includeAllScopes" Core.Bool+    Core.:> Core.QueryParam "maxResults" Core.Word32+    Core.:> Core.QueryParam "orderBy" Core.Text+    Core.:> Core.QueryParam "pageToken" Core.Text+    Core.:> Core.QueryParam "returnPartialSuccess" Core.Bool+    Core.:> Core.QueryParam "serviceProjectNumber" Core.Int64+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] NodeTypeAggregatedList++-- | Retrieves an aggregated list of node types. To prevent failure, Google recommends that you set the @returnPartialSuccess@ parameter to @true@.+--+-- /See:/ 'newComputeNodeTypesAggregatedList' smart constructor.+data ComputeNodeTypesAggregatedList = ComputeNodeTypesAggregatedList+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.+    includeAllScopes :: (Core.Maybe Core.Bool),+    -- | 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 :: Core.Word32,+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.+    returnPartialSuccess :: (Core.Maybe Core.Bool),+    -- | The Shared VPC service project id or service project number for which aggregated list request is invoked for subnetworks list-usable api.+    serviceProjectNumber :: (Core.Maybe Core.Int64),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeNodeTypesAggregatedList' with the minimum fields required to make a request.+newComputeNodeTypesAggregatedList ::+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  ComputeNodeTypesAggregatedList+newComputeNodeTypesAggregatedList project =+  ComputeNodeTypesAggregatedList+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      filter = Core.Nothing,+      includeAllScopes = Core.Nothing,+      maxResults = 500,+      orderBy = Core.Nothing,+      pageToken = Core.Nothing,+      project = project,+      returnPartialSuccess = Core.Nothing,+      serviceProjectNumber = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest ComputeNodeTypesAggregatedList where+  type Rs ComputeNodeTypesAggregatedList = NodeTypeAggregatedList+  type+    Scopes ComputeNodeTypesAggregatedList =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeNodeTypesAggregatedList {..} =+    go+      project+      xgafv+      accessToken+      callback+      filter+      includeAllScopes+      (Core.Just maxResults)+      orderBy+      pageToken+      returnPartialSuccess+      serviceProjectNumber+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeNodeTypesAggregatedListResource)+          Core.mempty
+ gen/Gogol/Compute/NodeTypes/Get.hs view
@@ -0,0 +1,127 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.NodeTypes.Get+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Returns the specified node type.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.nodeTypes.get@.+module Gogol.Compute.NodeTypes.Get+  ( -- * Resource+    ComputeNodeTypesGetResource,++    -- ** Constructing a Request+    ComputeNodeTypesGet (..),+    newComputeNodeTypesGet,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.nodeTypes.get@ method which the+-- 'ComputeNodeTypesGet' request conforms to.+type ComputeNodeTypesGetResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "nodeTypes"+    Core.:> Core.Capture "nodeType" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] NodeType++-- | Returns the specified node type.+--+-- /See:/ 'newComputeNodeTypesGet' smart constructor.+data ComputeNodeTypesGet = ComputeNodeTypesGet+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Name of the node type to return.+    nodeType :: Core.Text,+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone for this request.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeNodeTypesGet' with the minimum fields required to make a request.+newComputeNodeTypesGet ::+  -- |  Name of the node type to return. See 'nodeType'.+  Core.Text ->+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone for this request. See 'zone'.+  Core.Text ->+  ComputeNodeTypesGet+newComputeNodeTypesGet nodeType project zone =+  ComputeNodeTypesGet+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      nodeType = nodeType,+      project = project,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      zone = zone+    }++instance Core.GoogleRequest ComputeNodeTypesGet where+  type Rs ComputeNodeTypesGet = NodeType+  type+    Scopes ComputeNodeTypesGet =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeNodeTypesGet {..} =+    go+      project+      zone+      nodeType+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeNodeTypesGetResource)+          Core.mempty
+ gen/Gogol/Compute/NodeTypes/List.hs view
@@ -0,0 +1,147 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.Compute.NodeTypes.List+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Retrieves a list of node types available to the specified project.+--+-- /See:/ <https://cloud.google.com/compute/ Compute Engine API Reference> for @compute.nodeTypes.list@.+module Gogol.Compute.NodeTypes.List+  ( -- * Resource+    ComputeNodeTypesListResource,++    -- ** Constructing a Request+    ComputeNodeTypesList (..),+    newComputeNodeTypesList,+  )+where++import Gogol.Compute.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @compute.nodeTypes.list@ method which the+-- 'ComputeNodeTypesList' request conforms to.+type ComputeNodeTypesListResource =+  "compute"+    Core.:> "v1"+    Core.:> "projects"+    Core.:> Core.Capture "project" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "nodeTypes"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "filter" Core.Text+    Core.:> Core.QueryParam "maxResults" Core.Word32+    Core.:> Core.QueryParam "orderBy" Core.Text+    Core.:> Core.QueryParam "pageToken" Core.Text+    Core.:> Core.QueryParam "returnPartialSuccess" Core.Bool+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] NodeTypeList++-- | Retrieves a list of node types available to the specified project.+--+-- /See:/ 'newComputeNodeTypesList' smart constructor.+data ComputeNodeTypesList = ComputeNodeTypesList+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: Core.Word32,+    -- | 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 :: (Core.Maybe Core.Text),+    -- | 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 :: (Core.Maybe Core.Text),+    -- | Project ID for this request.+    project :: Core.Text,+    -- | Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.+    returnPartialSuccess :: (Core.Maybe Core.Bool),+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | The name of the zone for this request.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComputeNodeTypesList' with the minimum fields required to make a request.+newComputeNodeTypesList ::+  -- |  Project ID for this request. See 'project'.+  Core.Text ->+  -- |  The name of the zone for this request. See 'zone'.+  Core.Text ->+  ComputeNodeTypesList+newComputeNodeTypesList project zone =+  ComputeNodeTypesList+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      filter = Core.Nothing,+      maxResults = 500,+      orderBy = Core.Nothing,+      pageToken = Core.Nothing,+      project = project,+      returnPartialSuccess = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      zone = zone+    }++instance Core.GoogleRequest ComputeNodeTypesList where+  type Rs ComputeNodeTypesList = NodeTypeList+  type+    Scopes ComputeNodeTypesList =+      '[CloudPlatform'FullControl, Compute'FullControl, Compute'Readonly]+  requestClient ComputeNodeTypesList {..} =+    go+      project+      zone+      xgafv+      accessToken+      callback+      filter+      (Core.Just maxResults)+      orderBy+      pageToken+      returnPartialSuccess+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      computeService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy ComputeNodeTypesListResource)+          Core.mempty
+ gen/Gogol/Compute/PacketMirrorings/AggregatedList.hs view

file too large to diff

+ gen/Gogol/Compute/PacketMirrorings/Delete.hs view

file too large to diff

+ gen/Gogol/Compute/PacketMirrorings/Get.hs view

file too large to diff

+ gen/Gogol/Compute/PacketMirrorings/Insert.hs view

file too large to diff

+ gen/Gogol/Compute/PacketMirrorings/List.hs view

file too large to diff

+ gen/Gogol/Compute/PacketMirrorings/Patch.hs view

file too large to diff

+ gen/Gogol/Compute/PacketMirrorings/TestIamPermissions.hs view

file too large to diff

+ gen/Gogol/Compute/Projects/DisableXpnHost.hs view

file too large to diff

+ gen/Gogol/Compute/Projects/DisableXpnResource.hs view

file too large to diff

+ gen/Gogol/Compute/Projects/EnableXpnHost.hs view

file too large to diff

+ gen/Gogol/Compute/Projects/EnableXpnResource.hs view

file too large to diff

+ gen/Gogol/Compute/Projects/Get.hs view

file too large to diff

+ gen/Gogol/Compute/Projects/GetXpnHost.hs view

file too large to diff

+ gen/Gogol/Compute/Projects/GetXpnResources.hs view

file too large to diff

+ gen/Gogol/Compute/Projects/ListXpnHosts.hs view

file too large to diff

+ gen/Gogol/Compute/Projects/MoveDisk.hs view

file too large to diff

+ gen/Gogol/Compute/Projects/MoveInstance.hs view

file too large to diff

+ gen/Gogol/Compute/Projects/SetCloudArmorTier.hs view

file too large to diff

+ gen/Gogol/Compute/Projects/SetCommonInstanceMetadata.hs view

file too large to diff

+ gen/Gogol/Compute/Projects/SetDefaultNetworkTier.hs view

file too large to diff

+ gen/Gogol/Compute/Projects/SetUsageExportBucket.hs view

file too large to diff

+ gen/Gogol/Compute/PublicAdvertisedPrefixes/Announce.hs view

file too large to diff

+ gen/Gogol/Compute/PublicAdvertisedPrefixes/Delete.hs view

file too large to diff

+ gen/Gogol/Compute/PublicAdvertisedPrefixes/Get.hs view

file too large to diff

+ gen/Gogol/Compute/PublicAdvertisedPrefixes/Insert.hs view

file too large to diff

+ gen/Gogol/Compute/PublicAdvertisedPrefixes/List.hs view

file too large to diff

+ gen/Gogol/Compute/PublicAdvertisedPrefixes/Patch.hs view

file too large to diff

+ gen/Gogol/Compute/PublicAdvertisedPrefixes/Withdraw.hs view

file too large to diff

+ gen/Gogol/Compute/PublicDelegatedPrefixes/AggregatedList.hs view

file too large to diff

+ gen/Gogol/Compute/PublicDelegatedPrefixes/Announce.hs view

file too large to diff

+ gen/Gogol/Compute/PublicDelegatedPrefixes/Delete.hs view

file too large to diff

+ gen/Gogol/Compute/PublicDelegatedPrefixes/Get.hs view

file too large to diff

+ gen/Gogol/Compute/PublicDelegatedPrefixes/Insert.hs view

file too large to diff

+ gen/Gogol/Compute/PublicDelegatedPrefixes/List.hs view

file too large to diff

+ gen/Gogol/Compute/PublicDelegatedPrefixes/Patch.hs view

file too large to diff

+ gen/Gogol/Compute/PublicDelegatedPrefixes/Withdraw.hs view

file too large to diff

+ gen/Gogol/Compute/RegionAutoscalers/Delete.hs view

file too large to diff

+ gen/Gogol/Compute/RegionAutoscalers/Get.hs view

file too large to diff

+ gen/Gogol/Compute/RegionAutoscalers/Insert.hs view

file too large to diff

+ gen/Gogol/Compute/RegionAutoscalers/List.hs view

file too large to diff

+ gen/Gogol/Compute/RegionAutoscalers/Patch.hs view

file too large to diff

+ gen/Gogol/Compute/RegionAutoscalers/Update.hs view

file too large to diff

+ gen/Gogol/Compute/RegionBackendServices/Delete.hs view

file too large to diff

+ gen/Gogol/Compute/RegionBackendServices/Get.hs view

file too large to diff

+ gen/Gogol/Compute/RegionBackendServices/GetHealth.hs view

file too large to diff

+ gen/Gogol/Compute/RegionBackendServices/GetIamPolicy.hs view

file too large to diff

+ gen/Gogol/Compute/RegionBackendServices/Insert.hs view

file too large to diff

+ gen/Gogol/Compute/RegionBackendServices/List.hs view

file too large to diff

+ gen/Gogol/Compute/RegionBackendServices/ListUsable.hs view

file too large to diff

+ gen/Gogol/Compute/RegionBackendServices/Patch.hs view

file too large to diff

+ gen/Gogol/Compute/RegionBackendServices/SetIamPolicy.hs view

file too large to diff

+ gen/Gogol/Compute/RegionBackendServices/SetSecurityPolicy.hs view

file too large to diff

+ gen/Gogol/Compute/RegionBackendServices/TestIamPermissions.hs view

file too large to diff

+ gen/Gogol/Compute/RegionBackendServices/Update.hs view

file too large to diff

+ gen/Gogol/Compute/RegionCommitments/AggregatedList.hs view

file too large to diff

+ gen/Gogol/Compute/RegionCommitments/Get.hs view

file too large to diff

+ gen/Gogol/Compute/RegionCommitments/Insert.hs view

file too large to diff

+ gen/Gogol/Compute/RegionCommitments/List.hs view

file too large to diff

+ gen/Gogol/Compute/RegionCommitments/Update.hs view

file too large to diff

+ gen/Gogol/Compute/RegionDiskTypes/Get.hs view

file too large to diff

+ gen/Gogol/Compute/RegionDiskTypes/List.hs view

file too large to diff

+ gen/Gogol/Compute/RegionDisks/AddResourcePolicies.hs view

file too large to diff

+ gen/Gogol/Compute/RegionDisks/BulkInsert.hs view

file too large to diff

+ gen/Gogol/Compute/RegionDisks/CreateSnapshot.hs view

file too large to diff

+ gen/Gogol/Compute/RegionDisks/Delete.hs view

file too large to diff

+ gen/Gogol/Compute/RegionDisks/Get.hs view

file too large to diff

+ gen/Gogol/Compute/RegionDisks/GetIamPolicy.hs view

file too large to diff

+ gen/Gogol/Compute/RegionDisks/Insert.hs view

file too large to diff

+ gen/Gogol/Compute/RegionDisks/List.hs view

file too large to diff

+ gen/Gogol/Compute/RegionDisks/RemoveResourcePolicies.hs view

file too large to diff

+ gen/Gogol/Compute/RegionDisks/Resize.hs view

file too large to diff

+ gen/Gogol/Compute/RegionDisks/SetIamPolicy.hs view

file too large to diff

+ gen/Gogol/Compute/RegionDisks/SetLabels.hs view

file too large to diff

+ gen/Gogol/Compute/RegionDisks/StartAsyncReplication.hs view

file too large to diff

+ gen/Gogol/Compute/RegionDisks/StopAsyncReplication.hs view

file too large to diff

+ gen/Gogol/Compute/RegionDisks/StopGroupAsyncReplication.hs view

file too large to diff

+ gen/Gogol/Compute/RegionDisks/TestIamPermissions.hs view

file too large to diff

+ gen/Gogol/Compute/RegionDisks/Update.hs view

file too large to diff

+ gen/Gogol/Compute/RegionHealthCheckServices/Delete.hs view

file too large to diff

+ gen/Gogol/Compute/RegionHealthCheckServices/Get.hs view

file too large to diff

+ gen/Gogol/Compute/RegionHealthCheckServices/Insert.hs view

file too large to diff

+ gen/Gogol/Compute/RegionHealthCheckServices/List.hs view

file too large to diff

+ gen/Gogol/Compute/RegionHealthCheckServices/Patch.hs view

file too large to diff

+ gen/Gogol/Compute/RegionHealthChecks/Delete.hs view

file too large to diff

+ gen/Gogol/Compute/RegionHealthChecks/Get.hs view

file too large to diff

+ gen/Gogol/Compute/RegionHealthChecks/Insert.hs view

file too large to diff

+ gen/Gogol/Compute/RegionHealthChecks/List.hs view

file too large to diff

+ gen/Gogol/Compute/RegionHealthChecks/Patch.hs view

file too large to diff

+ gen/Gogol/Compute/RegionHealthChecks/Update.hs view

file too large to diff

+ gen/Gogol/Compute/RegionInstanceGroupManagers/AbandonInstances.hs view

file too large to diff

+ gen/Gogol/Compute/RegionInstanceGroupManagers/ApplyUpdatesToInstances.hs view

file too large to diff

+ gen/Gogol/Compute/RegionInstanceGroupManagers/CreateInstances.hs view

file too large to diff

+ gen/Gogol/Compute/RegionInstanceGroupManagers/Delete.hs view

file too large to diff

+ gen/Gogol/Compute/RegionInstanceGroupManagers/DeleteInstances.hs view

file too large to diff

+ gen/Gogol/Compute/RegionInstanceGroupManagers/DeletePerInstanceConfigs.hs view

file too large to diff

+ gen/Gogol/Compute/RegionInstanceGroupManagers/Get.hs view

file too large to diff

+ gen/Gogol/Compute/RegionInstanceGroupManagers/Insert.hs view

file too large to diff

+ gen/Gogol/Compute/RegionInstanceGroupManagers/List.hs view

file too large to diff

+ gen/Gogol/Compute/RegionInstanceGroupManagers/ListErrors.hs view

file too large to diff

+ gen/Gogol/Compute/RegionInstanceGroupManagers/ListManagedInstances.hs view

file too large to diff

+ gen/Gogol/Compute/RegionInstanceGroupManagers/ListPerInstanceConfigs.hs view

file too large to diff

+ gen/Gogol/Compute/RegionInstanceGroupManagers/Patch.hs view

file too large to diff

+ gen/Gogol/Compute/RegionInstanceGroupManagers/PatchPerInstanceConfigs.hs view

file too large to diff

+ gen/Gogol/Compute/RegionInstanceGroupManagers/RecreateInstances.hs view

file too large to diff

+ gen/Gogol/Compute/RegionInstanceGroupManagers/Resize.hs view

file too large to diff

+ gen/Gogol/Compute/RegionInstanceGroupManagers/ResumeInstances.hs view

file too large to diff

+ gen/Gogol/Compute/RegionInstanceGroupManagers/SetInstanceTemplate.hs view

file too large to diff

+ gen/Gogol/Compute/RegionInstanceGroupManagers/SetTargetPools.hs view

file too large to diff

+ gen/Gogol/Compute/RegionInstanceGroupManagers/StartInstances.hs view

file too large to diff

+ gen/Gogol/Compute/RegionInstanceGroupManagers/StopInstances.hs view

file too large to diff

+ gen/Gogol/Compute/RegionInstanceGroupManagers/SuspendInstances.hs view

file too large to diff

+ gen/Gogol/Compute/RegionInstanceGroupManagers/UpdatePerInstanceConfigs.hs view

file too large to diff

+ gen/Gogol/Compute/RegionInstanceGroups/Get.hs view

file too large to diff

+ gen/Gogol/Compute/RegionInstanceGroups/List.hs view

file too large to diff

+ gen/Gogol/Compute/RegionInstanceGroups/ListInstances.hs view

file too large to diff

+ gen/Gogol/Compute/RegionInstanceGroups/SetNamedPorts.hs view

file too large to diff

+ gen/Gogol/Compute/RegionInstanceTemplates/Delete.hs view

file too large to diff

+ gen/Gogol/Compute/RegionInstanceTemplates/Get.hs view

file too large to diff

+ gen/Gogol/Compute/RegionInstanceTemplates/Insert.hs view

file too large to diff

+ gen/Gogol/Compute/RegionInstanceTemplates/List.hs view

file too large to diff

+ gen/Gogol/Compute/RegionInstances/BulkInsert.hs view

file too large to diff

+ gen/Gogol/Compute/RegionInstantSnapshots/Delete.hs view

file too large to diff

+ gen/Gogol/Compute/RegionInstantSnapshots/Get.hs view

file too large to diff

+ gen/Gogol/Compute/RegionInstantSnapshots/GetIamPolicy.hs view

file too large to diff

+ gen/Gogol/Compute/RegionInstantSnapshots/Insert.hs view

file too large to diff

+ gen/Gogol/Compute/RegionInstantSnapshots/List.hs view

file too large to diff

+ gen/Gogol/Compute/RegionInstantSnapshots/SetIamPolicy.hs view

file too large to diff

+ gen/Gogol/Compute/RegionInstantSnapshots/SetLabels.hs view

file too large to diff

+ gen/Gogol/Compute/RegionInstantSnapshots/TestIamPermissions.hs view

file too large to diff

+ gen/Gogol/Compute/RegionNetworkEndpointGroups/AttachNetworkEndpoints.hs view

file too large to diff

+ gen/Gogol/Compute/RegionNetworkEndpointGroups/Delete.hs view

file too large to diff

+ gen/Gogol/Compute/RegionNetworkEndpointGroups/DetachNetworkEndpoints.hs view

file too large to diff

+ gen/Gogol/Compute/RegionNetworkEndpointGroups/Get.hs view

file too large to diff

+ gen/Gogol/Compute/RegionNetworkEndpointGroups/Insert.hs view

file too large to diff

+ gen/Gogol/Compute/RegionNetworkEndpointGroups/List.hs view

file too large to diff

+ gen/Gogol/Compute/RegionNetworkEndpointGroups/ListNetworkEndpoints.hs view

file too large to diff

+ gen/Gogol/Compute/RegionNetworkFirewallPolicies/AddAssociation.hs view

file too large to diff

+ gen/Gogol/Compute/RegionNetworkFirewallPolicies/AddRule.hs view

file too large to diff

+ gen/Gogol/Compute/RegionNetworkFirewallPolicies/CloneRules.hs view

file too large to diff

+ gen/Gogol/Compute/RegionNetworkFirewallPolicies/Delete.hs view

file too large to diff

+ gen/Gogol/Compute/RegionNetworkFirewallPolicies/Get.hs view

file too large to diff

+ gen/Gogol/Compute/RegionNetworkFirewallPolicies/GetAssociation.hs view

file too large to diff

+ gen/Gogol/Compute/RegionNetworkFirewallPolicies/GetEffectiveFirewalls.hs view

file too large to diff

+ gen/Gogol/Compute/RegionNetworkFirewallPolicies/GetIamPolicy.hs view

file too large to diff

+ gen/Gogol/Compute/RegionNetworkFirewallPolicies/GetRule.hs view

file too large to diff

+ gen/Gogol/Compute/RegionNetworkFirewallPolicies/Insert.hs view

file too large to diff

+ gen/Gogol/Compute/RegionNetworkFirewallPolicies/List.hs view

file too large to diff

+ gen/Gogol/Compute/RegionNetworkFirewallPolicies/Patch.hs view

file too large to diff

+ gen/Gogol/Compute/RegionNetworkFirewallPolicies/PatchRule.hs view

file too large to diff

+ gen/Gogol/Compute/RegionNetworkFirewallPolicies/RemoveAssociation.hs view

file too large to diff

+ gen/Gogol/Compute/RegionNetworkFirewallPolicies/RemoveRule.hs view

file too large to diff

+ gen/Gogol/Compute/RegionNetworkFirewallPolicies/SetIamPolicy.hs view

file too large to diff

+ gen/Gogol/Compute/RegionNetworkFirewallPolicies/TestIamPermissions.hs view

file too large to diff

+ gen/Gogol/Compute/RegionNotificationEndpoints/Delete.hs view

file too large to diff

+ gen/Gogol/Compute/RegionNotificationEndpoints/Get.hs view

file too large to diff

+ gen/Gogol/Compute/RegionNotificationEndpoints/Insert.hs view

file too large to diff

+ gen/Gogol/Compute/RegionNotificationEndpoints/List.hs view

file too large to diff

+ gen/Gogol/Compute/RegionOperations/Delete.hs view

file too large to diff

+ gen/Gogol/Compute/RegionOperations/Get.hs view

file too large to diff

+ gen/Gogol/Compute/RegionOperations/List.hs view

file too large to diff

+ gen/Gogol/Compute/RegionOperations/Wait.hs view

file too large to diff

+ gen/Gogol/Compute/RegionSecurityPolicies/AddRule.hs view

file too large to diff

+ gen/Gogol/Compute/RegionSecurityPolicies/Delete.hs view

file too large to diff

+ gen/Gogol/Compute/RegionSecurityPolicies/Get.hs view

file too large to diff

+ gen/Gogol/Compute/RegionSecurityPolicies/GetRule.hs view

file too large to diff

+ gen/Gogol/Compute/RegionSecurityPolicies/Insert.hs view

file too large to diff

+ gen/Gogol/Compute/RegionSecurityPolicies/List.hs view

file too large to diff

+ gen/Gogol/Compute/RegionSecurityPolicies/Patch.hs view

file too large to diff

+ gen/Gogol/Compute/RegionSecurityPolicies/PatchRule.hs view

file too large to diff

+ gen/Gogol/Compute/RegionSecurityPolicies/RemoveRule.hs view

file too large to diff

+ gen/Gogol/Compute/RegionSecurityPolicies/SetLabels.hs view

file too large to diff

+ gen/Gogol/Compute/RegionSslCertificates/Delete.hs view

file too large to diff

+ gen/Gogol/Compute/RegionSslCertificates/Get.hs view

file too large to diff

+ gen/Gogol/Compute/RegionSslCertificates/Insert.hs view

file too large to diff

+ gen/Gogol/Compute/RegionSslCertificates/List.hs view

file too large to diff

+ gen/Gogol/Compute/RegionSslPolicies/Delete.hs view

file too large to diff

+ gen/Gogol/Compute/RegionSslPolicies/Get.hs view

file too large to diff

+ gen/Gogol/Compute/RegionSslPolicies/Insert.hs view

file too large to diff

+ gen/Gogol/Compute/RegionSslPolicies/List.hs view

file too large to diff

+ gen/Gogol/Compute/RegionSslPolicies/ListAvailableFeatures.hs view

file too large to diff

+ gen/Gogol/Compute/RegionSslPolicies/Patch.hs view

file too large to diff

+ gen/Gogol/Compute/RegionTargetHttpProxies/Delete.hs view

file too large to diff

+ gen/Gogol/Compute/RegionTargetHttpProxies/Get.hs view

file too large to diff

+ gen/Gogol/Compute/RegionTargetHttpProxies/Insert.hs view

file too large to diff

+ gen/Gogol/Compute/RegionTargetHttpProxies/List.hs view

file too large to diff

+ gen/Gogol/Compute/RegionTargetHttpProxies/SetUrlMap.hs view

file too large to diff

+ gen/Gogol/Compute/RegionTargetHttpsProxies/Delete.hs view

file too large to diff

+ gen/Gogol/Compute/RegionTargetHttpsProxies/Get.hs view

file too large to diff

+ gen/Gogol/Compute/RegionTargetHttpsProxies/Insert.hs view

file too large to diff

+ gen/Gogol/Compute/RegionTargetHttpsProxies/List.hs view

file too large to diff

+ gen/Gogol/Compute/RegionTargetHttpsProxies/Patch.hs view

file too large to diff

+ gen/Gogol/Compute/RegionTargetHttpsProxies/SetSslCertificates.hs view

file too large to diff

+ gen/Gogol/Compute/RegionTargetHttpsProxies/SetUrlMap.hs view

file too large to diff

+ gen/Gogol/Compute/RegionTargetTcpProxies/Delete.hs view

file too large to diff

+ gen/Gogol/Compute/RegionTargetTcpProxies/Get.hs view

file too large to diff

+ gen/Gogol/Compute/RegionTargetTcpProxies/Insert.hs view

file too large to diff

+ gen/Gogol/Compute/RegionTargetTcpProxies/List.hs view

file too large to diff

+ gen/Gogol/Compute/RegionUrlMaps/Delete.hs view

file too large to diff

+ gen/Gogol/Compute/RegionUrlMaps/Get.hs view

file too large to diff

+ gen/Gogol/Compute/RegionUrlMaps/Insert.hs view

file too large to diff

+ gen/Gogol/Compute/RegionUrlMaps/List.hs view

file too large to diff

+ gen/Gogol/Compute/RegionUrlMaps/Patch.hs view

file too large to diff

+ gen/Gogol/Compute/RegionUrlMaps/Update.hs view

file too large to diff

+ gen/Gogol/Compute/RegionUrlMaps/Validate.hs view

file too large to diff

+ gen/Gogol/Compute/RegionZones/List.hs view

file too large to diff

+ gen/Gogol/Compute/Regions/Get.hs view

file too large to diff

+ gen/Gogol/Compute/Regions/List.hs view

file too large to diff

+ gen/Gogol/Compute/Reservations/AggregatedList.hs view

file too large to diff

+ gen/Gogol/Compute/Reservations/Delete.hs view

file too large to diff

+ gen/Gogol/Compute/Reservations/Get.hs view

file too large to diff

+ gen/Gogol/Compute/Reservations/GetIamPolicy.hs view

file too large to diff

+ gen/Gogol/Compute/Reservations/Insert.hs view

file too large to diff

+ gen/Gogol/Compute/Reservations/List.hs view

file too large to diff

+ gen/Gogol/Compute/Reservations/Resize.hs view

file too large to diff

+ gen/Gogol/Compute/Reservations/SetIamPolicy.hs view

file too large to diff

+ gen/Gogol/Compute/Reservations/TestIamPermissions.hs view

file too large to diff

+ gen/Gogol/Compute/Reservations/Update.hs view

file too large to diff

+ gen/Gogol/Compute/ResourcePolicies/AggregatedList.hs view

file too large to diff

+ gen/Gogol/Compute/ResourcePolicies/Delete.hs view

file too large to diff

+ gen/Gogol/Compute/ResourcePolicies/Get.hs view

file too large to diff

+ gen/Gogol/Compute/ResourcePolicies/GetIamPolicy.hs view

file too large to diff

+ gen/Gogol/Compute/ResourcePolicies/Insert.hs view

file too large to diff

+ gen/Gogol/Compute/ResourcePolicies/List.hs view

file too large to diff

+ gen/Gogol/Compute/ResourcePolicies/Patch.hs view

file too large to diff

+ gen/Gogol/Compute/ResourcePolicies/SetIamPolicy.hs view

file too large to diff

+ gen/Gogol/Compute/ResourcePolicies/TestIamPermissions.hs view

file too large to diff

+ gen/Gogol/Compute/Routers/AggregatedList.hs view

file too large to diff

+ gen/Gogol/Compute/Routers/Delete.hs view

file too large to diff

+ gen/Gogol/Compute/Routers/DeleteRoutePolicy.hs view

file too large to diff

+ gen/Gogol/Compute/Routers/Get.hs view

file too large to diff

+ gen/Gogol/Compute/Routers/GetNatIpInfo.hs view

file too large to diff

+ gen/Gogol/Compute/Routers/GetNatMappingInfo.hs view

file too large to diff

+ gen/Gogol/Compute/Routers/GetRoutePolicy.hs view

file too large to diff

+ gen/Gogol/Compute/Routers/GetRouterStatus.hs view

file too large to diff

+ gen/Gogol/Compute/Routers/Insert.hs view

file too large to diff

+ gen/Gogol/Compute/Routers/List.hs view

file too large to diff

+ gen/Gogol/Compute/Routers/ListBgpRoutes.hs view

file too large to diff

+ gen/Gogol/Compute/Routers/ListRoutePolicies.hs view

file too large to diff

+ gen/Gogol/Compute/Routers/Patch.hs view

file too large to diff

+ gen/Gogol/Compute/Routers/PatchRoutePolicy.hs view

file too large to diff

+ gen/Gogol/Compute/Routers/Preview.hs view

file too large to diff

+ gen/Gogol/Compute/Routers/Update.hs view

file too large to diff

+ gen/Gogol/Compute/Routers/UpdateRoutePolicy.hs view

file too large to diff

+ gen/Gogol/Compute/Routes/Delete.hs view

file too large to diff

+ gen/Gogol/Compute/Routes/Get.hs view

file too large to diff

+ gen/Gogol/Compute/Routes/Insert.hs view

file too large to diff

+ gen/Gogol/Compute/Routes/List.hs view

file too large to diff

+ gen/Gogol/Compute/SecurityPolicies/AddRule.hs view

file too large to diff

+ gen/Gogol/Compute/SecurityPolicies/AggregatedList.hs view

file too large to diff

+ gen/Gogol/Compute/SecurityPolicies/Delete.hs view

file too large to diff

+ gen/Gogol/Compute/SecurityPolicies/Get.hs view

file too large to diff

+ gen/Gogol/Compute/SecurityPolicies/GetRule.hs view

file too large to diff

+ gen/Gogol/Compute/SecurityPolicies/Insert.hs view

file too large to diff

+ gen/Gogol/Compute/SecurityPolicies/List.hs view

file too large to diff

+ gen/Gogol/Compute/SecurityPolicies/ListPreconfiguredExpressionSets.hs view

file too large to diff

+ gen/Gogol/Compute/SecurityPolicies/Patch.hs view

file too large to diff

+ gen/Gogol/Compute/SecurityPolicies/PatchRule.hs view

file too large to diff

+ gen/Gogol/Compute/SecurityPolicies/RemoveRule.hs view

file too large to diff

+ gen/Gogol/Compute/SecurityPolicies/SetLabels.hs view

file too large to diff

+ gen/Gogol/Compute/ServiceAttachments/AggregatedList.hs view

file too large to diff

+ gen/Gogol/Compute/ServiceAttachments/Delete.hs view

file too large to diff

+ gen/Gogol/Compute/ServiceAttachments/Get.hs view

file too large to diff

+ gen/Gogol/Compute/ServiceAttachments/GetIamPolicy.hs view

file too large to diff

+ gen/Gogol/Compute/ServiceAttachments/Insert.hs view

file too large to diff

+ gen/Gogol/Compute/ServiceAttachments/List.hs view

file too large to diff

+ gen/Gogol/Compute/ServiceAttachments/Patch.hs view

file too large to diff

+ gen/Gogol/Compute/ServiceAttachments/SetIamPolicy.hs view

file too large to diff

+ gen/Gogol/Compute/ServiceAttachments/TestIamPermissions.hs view

file too large to diff

+ gen/Gogol/Compute/SnapshotSettings/Get.hs view

file too large to diff

+ gen/Gogol/Compute/SnapshotSettings/Patch.hs view

file too large to diff

+ gen/Gogol/Compute/Snapshots/Delete.hs view

file too large to diff

+ gen/Gogol/Compute/Snapshots/Get.hs view

file too large to diff

+ gen/Gogol/Compute/Snapshots/GetIamPolicy.hs view

file too large to diff

+ gen/Gogol/Compute/Snapshots/Insert.hs view

file too large to diff

+ gen/Gogol/Compute/Snapshots/List.hs view

file too large to diff

+ gen/Gogol/Compute/Snapshots/SetIamPolicy.hs view

file too large to diff

+ gen/Gogol/Compute/Snapshots/SetLabels.hs view

file too large to diff

+ gen/Gogol/Compute/Snapshots/TestIamPermissions.hs view

file too large to diff

+ gen/Gogol/Compute/SslCertificates/AggregatedList.hs view

file too large to diff

+ gen/Gogol/Compute/SslCertificates/Delete.hs view

file too large to diff

+ gen/Gogol/Compute/SslCertificates/Get.hs view

file too large to diff

+ gen/Gogol/Compute/SslCertificates/Insert.hs view

file too large to diff

+ gen/Gogol/Compute/SslCertificates/List.hs view

file too large to diff

+ gen/Gogol/Compute/SslPolicies/AggregatedList.hs view

file too large to diff

+ gen/Gogol/Compute/SslPolicies/Delete.hs view

file too large to diff

+ gen/Gogol/Compute/SslPolicies/Get.hs view

file too large to diff

+ gen/Gogol/Compute/SslPolicies/Insert.hs view

file too large to diff

+ gen/Gogol/Compute/SslPolicies/List.hs view

file too large to diff

+ gen/Gogol/Compute/SslPolicies/ListAvailableFeatures.hs view

file too large to diff

+ gen/Gogol/Compute/SslPolicies/Patch.hs view

file too large to diff

+ gen/Gogol/Compute/StoragePoolTypes/AggregatedList.hs view

file too large to diff

+ gen/Gogol/Compute/StoragePoolTypes/Get.hs view

file too large to diff

+ gen/Gogol/Compute/StoragePoolTypes/List.hs view

file too large to diff

+ gen/Gogol/Compute/StoragePools/AggregatedList.hs view

file too large to diff

+ gen/Gogol/Compute/StoragePools/Delete.hs view

file too large to diff

+ gen/Gogol/Compute/StoragePools/Get.hs view

file too large to diff

+ gen/Gogol/Compute/StoragePools/GetIamPolicy.hs view

file too large to diff

+ gen/Gogol/Compute/StoragePools/Insert.hs view

file too large to diff

+ gen/Gogol/Compute/StoragePools/List.hs view

file too large to diff

+ gen/Gogol/Compute/StoragePools/ListDisks.hs view

file too large to diff

+ gen/Gogol/Compute/StoragePools/SetIamPolicy.hs view

file too large to diff

+ gen/Gogol/Compute/StoragePools/TestIamPermissions.hs view

file too large to diff

+ gen/Gogol/Compute/StoragePools/Update.hs view

file too large to diff

+ gen/Gogol/Compute/Subnetworks/AggregatedList.hs view

file too large to diff

+ gen/Gogol/Compute/Subnetworks/Delete.hs view

file too large to diff

+ gen/Gogol/Compute/Subnetworks/ExpandIpCidrRange.hs view

file too large to diff

+ gen/Gogol/Compute/Subnetworks/Get.hs view

file too large to diff

+ gen/Gogol/Compute/Subnetworks/GetIamPolicy.hs view

file too large to diff

+ gen/Gogol/Compute/Subnetworks/Insert.hs view

file too large to diff

+ gen/Gogol/Compute/Subnetworks/List.hs view

file too large to diff

+ gen/Gogol/Compute/Subnetworks/ListUsable.hs view

file too large to diff

+ gen/Gogol/Compute/Subnetworks/Patch.hs view

file too large to diff

+ gen/Gogol/Compute/Subnetworks/SetIamPolicy.hs view

file too large to diff

+ gen/Gogol/Compute/Subnetworks/SetPrivateIpGoogleAccess.hs view

file too large to diff

+ gen/Gogol/Compute/Subnetworks/TestIamPermissions.hs view

file too large to diff

+ gen/Gogol/Compute/TargetGrpcProxies/Delete.hs view

file too large to diff

+ gen/Gogol/Compute/TargetGrpcProxies/Get.hs view

file too large to diff

+ gen/Gogol/Compute/TargetGrpcProxies/Insert.hs view

file too large to diff

+ gen/Gogol/Compute/TargetGrpcProxies/List.hs view

file too large to diff

+ gen/Gogol/Compute/TargetGrpcProxies/Patch.hs view

file too large to diff

+ gen/Gogol/Compute/TargetHttpProxies/AggregatedList.hs view

file too large to diff

+ gen/Gogol/Compute/TargetHttpProxies/Delete.hs view

file too large to diff

+ gen/Gogol/Compute/TargetHttpProxies/Get.hs view

file too large to diff

+ gen/Gogol/Compute/TargetHttpProxies/Insert.hs view

file too large to diff

+ gen/Gogol/Compute/TargetHttpProxies/List.hs view

file too large to diff

+ gen/Gogol/Compute/TargetHttpProxies/Patch.hs view

file too large to diff

+ gen/Gogol/Compute/TargetHttpProxies/SetUrlMap.hs view

file too large to diff

+ gen/Gogol/Compute/TargetHttpsProxies/AggregatedList.hs view

file too large to diff

+ gen/Gogol/Compute/TargetHttpsProxies/Delete.hs view

file too large to diff

+ gen/Gogol/Compute/TargetHttpsProxies/Get.hs view

file too large to diff

+ gen/Gogol/Compute/TargetHttpsProxies/Insert.hs view

file too large to diff

+ gen/Gogol/Compute/TargetHttpsProxies/List.hs view

file too large to diff

+ gen/Gogol/Compute/TargetHttpsProxies/Patch.hs view

file too large to diff

+ gen/Gogol/Compute/TargetHttpsProxies/SetCertificateMap.hs view

file too large to diff

+ gen/Gogol/Compute/TargetHttpsProxies/SetQuicOverride.hs view

file too large to diff

+ gen/Gogol/Compute/TargetHttpsProxies/SetSslCertificates.hs view

file too large to diff

+ gen/Gogol/Compute/TargetHttpsProxies/SetSslPolicy.hs view

file too large to diff

+ gen/Gogol/Compute/TargetHttpsProxies/SetUrlMap.hs view

file too large to diff

+ gen/Gogol/Compute/TargetInstances/AggregatedList.hs view

file too large to diff

+ gen/Gogol/Compute/TargetInstances/Delete.hs view

file too large to diff

+ gen/Gogol/Compute/TargetInstances/Get.hs view

file too large to diff

+ gen/Gogol/Compute/TargetInstances/Insert.hs view

file too large to diff

+ gen/Gogol/Compute/TargetInstances/List.hs view

file too large to diff

+ gen/Gogol/Compute/TargetInstances/SetSecurityPolicy.hs view

file too large to diff

+ gen/Gogol/Compute/TargetPools/AddHealthCheck.hs view

file too large to diff

+ gen/Gogol/Compute/TargetPools/AddInstance.hs view

file too large to diff

+ gen/Gogol/Compute/TargetPools/AggregatedList.hs view

file too large to diff

+ gen/Gogol/Compute/TargetPools/Delete.hs view

file too large to diff

+ gen/Gogol/Compute/TargetPools/Get.hs view

file too large to diff

+ gen/Gogol/Compute/TargetPools/GetHealth.hs view

file too large to diff

+ gen/Gogol/Compute/TargetPools/Insert.hs view

file too large to diff

+ gen/Gogol/Compute/TargetPools/List.hs view

file too large to diff

+ gen/Gogol/Compute/TargetPools/RemoveHealthCheck.hs view

file too large to diff

+ gen/Gogol/Compute/TargetPools/RemoveInstance.hs view

file too large to diff

+ gen/Gogol/Compute/TargetPools/SetBackup.hs view

file too large to diff

+ gen/Gogol/Compute/TargetPools/SetSecurityPolicy.hs view

file too large to diff

+ gen/Gogol/Compute/TargetSslProxies/Delete.hs view

file too large to diff

+ gen/Gogol/Compute/TargetSslProxies/Get.hs view

file too large to diff

+ gen/Gogol/Compute/TargetSslProxies/Insert.hs view

file too large to diff

+ gen/Gogol/Compute/TargetSslProxies/List.hs view

file too large to diff

+ gen/Gogol/Compute/TargetSslProxies/SetBackendService.hs view

file too large to diff

+ gen/Gogol/Compute/TargetSslProxies/SetCertificateMap.hs view

file too large to diff

+ gen/Gogol/Compute/TargetSslProxies/SetProxyHeader.hs view

file too large to diff

+ gen/Gogol/Compute/TargetSslProxies/SetSslCertificates.hs view

file too large to diff

+ gen/Gogol/Compute/TargetSslProxies/SetSslPolicy.hs view

file too large to diff

+ gen/Gogol/Compute/TargetTcpProxies/AggregatedList.hs view

file too large to diff

+ gen/Gogol/Compute/TargetTcpProxies/Delete.hs view

file too large to diff

+ gen/Gogol/Compute/TargetTcpProxies/Get.hs view

file too large to diff

+ gen/Gogol/Compute/TargetTcpProxies/Insert.hs view

file too large to diff

+ gen/Gogol/Compute/TargetTcpProxies/List.hs view

file too large to diff

+ gen/Gogol/Compute/TargetTcpProxies/SetBackendService.hs view

file too large to diff

+ gen/Gogol/Compute/TargetTcpProxies/SetProxyHeader.hs view

file too large to diff

+ gen/Gogol/Compute/TargetVpnGateways/AggregatedList.hs view

file too large to diff

+ gen/Gogol/Compute/TargetVpnGateways/Delete.hs view

file too large to diff

+ gen/Gogol/Compute/TargetVpnGateways/Get.hs view

file too large to diff

+ gen/Gogol/Compute/TargetVpnGateways/Insert.hs view

file too large to diff

+ gen/Gogol/Compute/TargetVpnGateways/List.hs view

file too large to diff

+ gen/Gogol/Compute/TargetVpnGateways/SetLabels.hs view

file too large to diff

+ gen/Gogol/Compute/Types.hs view

file too large to diff

+ gen/Gogol/Compute/UrlMaps/AggregatedList.hs view

file too large to diff

+ gen/Gogol/Compute/UrlMaps/Delete.hs view

file too large to diff

+ gen/Gogol/Compute/UrlMaps/Get.hs view

file too large to diff

+ gen/Gogol/Compute/UrlMaps/Insert.hs view

file too large to diff

+ gen/Gogol/Compute/UrlMaps/InvalidateCache.hs view

file too large to diff

+ gen/Gogol/Compute/UrlMaps/List.hs view

file too large to diff

+ gen/Gogol/Compute/UrlMaps/Patch.hs view

file too large to diff

+ gen/Gogol/Compute/UrlMaps/Update.hs view

file too large to diff

+ gen/Gogol/Compute/UrlMaps/Validate.hs view

file too large to diff

+ gen/Gogol/Compute/VpnGateways/AggregatedList.hs view

file too large to diff

+ gen/Gogol/Compute/VpnGateways/Delete.hs view

file too large to diff

+ gen/Gogol/Compute/VpnGateways/Get.hs view

file too large to diff

+ gen/Gogol/Compute/VpnGateways/GetStatus.hs view

file too large to diff

+ gen/Gogol/Compute/VpnGateways/Insert.hs view

file too large to diff

+ gen/Gogol/Compute/VpnGateways/List.hs view

file too large to diff

+ gen/Gogol/Compute/VpnGateways/SetLabels.hs view

file too large to diff

+ gen/Gogol/Compute/VpnGateways/TestIamPermissions.hs view

file too large to diff

+ gen/Gogol/Compute/VpnTunnels/AggregatedList.hs view

file too large to diff

+ gen/Gogol/Compute/VpnTunnels/Delete.hs view

file too large to diff

+ gen/Gogol/Compute/VpnTunnels/Get.hs view

file too large to diff

+ gen/Gogol/Compute/VpnTunnels/Insert.hs view

file too large to diff

+ gen/Gogol/Compute/VpnTunnels/List.hs view

file too large to diff

+ gen/Gogol/Compute/VpnTunnels/SetLabels.hs view

file too large to diff

+ gen/Gogol/Compute/ZoneOperations/Delete.hs view

file too large to diff

+ gen/Gogol/Compute/ZoneOperations/Get.hs view

file too large to diff

+ gen/Gogol/Compute/ZoneOperations/List.hs view

file too large to diff

+ gen/Gogol/Compute/ZoneOperations/Wait.hs view

file too large to diff

+ gen/Gogol/Compute/Zones/Get.hs view

file too large to diff

+ gen/Gogol/Compute/Zones/List.hs view

file too large to diff

− gen/Network/Google/Compute.hs

file too large to diff

− gen/Network/Google/Compute/Types.hs

file too large to diff

− gen/Network/Google/Compute/Types/Product.hs

file too large to diff

− gen/Network/Google/Compute/Types/Sum.hs

file too large to diff

− gen/Network/Google/Resource/Compute/AcceleratorTypes/AggregatedList.hs

file too large to diff

− gen/Network/Google/Resource/Compute/AcceleratorTypes/Get.hs

file too large to diff

− gen/Network/Google/Resource/Compute/AcceleratorTypes/List.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Addresses/AggregatedList.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Addresses/Delete.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Addresses/Get.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Addresses/Insert.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Addresses/List.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Autoscalers/AggregatedList.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Autoscalers/Delete.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Autoscalers/Get.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Autoscalers/Insert.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Autoscalers/List.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Autoscalers/Patch.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Autoscalers/Update.hs

file too large to diff

− gen/Network/Google/Resource/Compute/BackendBuckets/AddSignedURLKey.hs

file too large to diff

− gen/Network/Google/Resource/Compute/BackendBuckets/Delete.hs

file too large to diff

− gen/Network/Google/Resource/Compute/BackendBuckets/DeleteSignedURLKey.hs

file too large to diff

− gen/Network/Google/Resource/Compute/BackendBuckets/Get.hs

file too large to diff

− gen/Network/Google/Resource/Compute/BackendBuckets/Insert.hs

file too large to diff

− gen/Network/Google/Resource/Compute/BackendBuckets/List.hs

file too large to diff

− gen/Network/Google/Resource/Compute/BackendBuckets/Patch.hs

file too large to diff

− gen/Network/Google/Resource/Compute/BackendBuckets/Update.hs

file too large to diff

− gen/Network/Google/Resource/Compute/BackendServices/AddSignedURLKey.hs

file too large to diff

− gen/Network/Google/Resource/Compute/BackendServices/AggregatedList.hs

file too large to diff

− gen/Network/Google/Resource/Compute/BackendServices/Delete.hs

file too large to diff

− gen/Network/Google/Resource/Compute/BackendServices/DeleteSignedURLKey.hs

file too large to diff

− gen/Network/Google/Resource/Compute/BackendServices/Get.hs

file too large to diff

− gen/Network/Google/Resource/Compute/BackendServices/GetHealth.hs

file too large to diff

− gen/Network/Google/Resource/Compute/BackendServices/Insert.hs

file too large to diff

− gen/Network/Google/Resource/Compute/BackendServices/List.hs

file too large to diff

− gen/Network/Google/Resource/Compute/BackendServices/Patch.hs

file too large to diff

− gen/Network/Google/Resource/Compute/BackendServices/SetSecurityPolicy.hs

file too large to diff

− gen/Network/Google/Resource/Compute/BackendServices/Update.hs

file too large to diff

− gen/Network/Google/Resource/Compute/DiskTypes/AggregatedList.hs

file too large to diff

− gen/Network/Google/Resource/Compute/DiskTypes/Get.hs

file too large to diff

− gen/Network/Google/Resource/Compute/DiskTypes/List.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Disks/AggregatedList.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Disks/CreateSnapshot.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Disks/Delete.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Disks/Get.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Disks/GetIAMPolicy.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Disks/Insert.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Disks/List.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Disks/Resize.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Disks/SetIAMPolicy.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Disks/SetLabels.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Disks/TestIAMPermissions.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Firewalls/Delete.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Firewalls/Get.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Firewalls/Insert.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Firewalls/List.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Firewalls/Patch.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Firewalls/Update.hs

file too large to diff

− gen/Network/Google/Resource/Compute/ForwardingRules/AggregatedList.hs

file too large to diff

− gen/Network/Google/Resource/Compute/ForwardingRules/Delete.hs

file too large to diff

− gen/Network/Google/Resource/Compute/ForwardingRules/Get.hs

file too large to diff

− gen/Network/Google/Resource/Compute/ForwardingRules/Insert.hs

file too large to diff

− gen/Network/Google/Resource/Compute/ForwardingRules/List.hs

file too large to diff

− gen/Network/Google/Resource/Compute/ForwardingRules/SetTarget.hs

file too large to diff

− gen/Network/Google/Resource/Compute/GlobalAddresses/Delete.hs

file too large to diff

− gen/Network/Google/Resource/Compute/GlobalAddresses/Get.hs

file too large to diff

− gen/Network/Google/Resource/Compute/GlobalAddresses/Insert.hs

file too large to diff

− gen/Network/Google/Resource/Compute/GlobalAddresses/List.hs

file too large to diff

− gen/Network/Google/Resource/Compute/GlobalForwardingRules/Delete.hs

file too large to diff

− gen/Network/Google/Resource/Compute/GlobalForwardingRules/Get.hs

file too large to diff

− gen/Network/Google/Resource/Compute/GlobalForwardingRules/Insert.hs

file too large to diff

− gen/Network/Google/Resource/Compute/GlobalForwardingRules/List.hs

file too large to diff

− gen/Network/Google/Resource/Compute/GlobalForwardingRules/SetTarget.hs

file too large to diff

− gen/Network/Google/Resource/Compute/GlobalOperations/AggregatedList.hs

file too large to diff

− gen/Network/Google/Resource/Compute/GlobalOperations/Delete.hs

file too large to diff

− gen/Network/Google/Resource/Compute/GlobalOperations/Get.hs

file too large to diff

− gen/Network/Google/Resource/Compute/GlobalOperations/List.hs

file too large to diff

− gen/Network/Google/Resource/Compute/HTTPHealthChecks/Delete.hs

file too large to diff

− gen/Network/Google/Resource/Compute/HTTPHealthChecks/Get.hs

file too large to diff

− gen/Network/Google/Resource/Compute/HTTPHealthChecks/Insert.hs

file too large to diff

− gen/Network/Google/Resource/Compute/HTTPHealthChecks/List.hs

file too large to diff

− gen/Network/Google/Resource/Compute/HTTPHealthChecks/Patch.hs

file too large to diff

− gen/Network/Google/Resource/Compute/HTTPHealthChecks/Update.hs

file too large to diff

− gen/Network/Google/Resource/Compute/HTTPSHealthChecks/Delete.hs

file too large to diff

− gen/Network/Google/Resource/Compute/HTTPSHealthChecks/Get.hs

file too large to diff

− gen/Network/Google/Resource/Compute/HTTPSHealthChecks/Insert.hs

file too large to diff

− gen/Network/Google/Resource/Compute/HTTPSHealthChecks/List.hs

file too large to diff

− gen/Network/Google/Resource/Compute/HTTPSHealthChecks/Patch.hs

file too large to diff

− gen/Network/Google/Resource/Compute/HTTPSHealthChecks/Update.hs

file too large to diff

− gen/Network/Google/Resource/Compute/HealthChecks/Delete.hs

file too large to diff

− gen/Network/Google/Resource/Compute/HealthChecks/Get.hs

file too large to diff

− gen/Network/Google/Resource/Compute/HealthChecks/Insert.hs

file too large to diff

− gen/Network/Google/Resource/Compute/HealthChecks/List.hs

file too large to diff

− gen/Network/Google/Resource/Compute/HealthChecks/Patch.hs

file too large to diff

− gen/Network/Google/Resource/Compute/HealthChecks/Update.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Images/Delete.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Images/Deprecate.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Images/Get.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Images/GetFromFamily.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Images/GetIAMPolicy.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Images/Insert.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Images/List.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Images/SetIAMPolicy.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Images/SetLabels.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Images/TestIAMPermissions.hs

file too large to diff

− gen/Network/Google/Resource/Compute/InstanceGroupManagers/AbandonInstances.hs

file too large to diff

− gen/Network/Google/Resource/Compute/InstanceGroupManagers/AggregatedList.hs

file too large to diff

− gen/Network/Google/Resource/Compute/InstanceGroupManagers/Delete.hs

file too large to diff

− gen/Network/Google/Resource/Compute/InstanceGroupManagers/DeleteInstances.hs

file too large to diff

− gen/Network/Google/Resource/Compute/InstanceGroupManagers/Get.hs

file too large to diff

− gen/Network/Google/Resource/Compute/InstanceGroupManagers/Insert.hs

file too large to diff

− gen/Network/Google/Resource/Compute/InstanceGroupManagers/List.hs

file too large to diff

− gen/Network/Google/Resource/Compute/InstanceGroupManagers/ListManagedInstances.hs

file too large to diff

− gen/Network/Google/Resource/Compute/InstanceGroupManagers/Patch.hs

file too large to diff

− gen/Network/Google/Resource/Compute/InstanceGroupManagers/RecreateInstances.hs

file too large to diff

− gen/Network/Google/Resource/Compute/InstanceGroupManagers/Resize.hs

file too large to diff

− gen/Network/Google/Resource/Compute/InstanceGroupManagers/SetInstanceTemplate.hs

file too large to diff

− gen/Network/Google/Resource/Compute/InstanceGroupManagers/SetTargetPools.hs

file too large to diff

− gen/Network/Google/Resource/Compute/InstanceGroups/AddInstances.hs

file too large to diff

− gen/Network/Google/Resource/Compute/InstanceGroups/AggregatedList.hs

file too large to diff

− gen/Network/Google/Resource/Compute/InstanceGroups/Delete.hs

file too large to diff

− gen/Network/Google/Resource/Compute/InstanceGroups/Get.hs

file too large to diff

− gen/Network/Google/Resource/Compute/InstanceGroups/Insert.hs

file too large to diff

− gen/Network/Google/Resource/Compute/InstanceGroups/List.hs

file too large to diff

− gen/Network/Google/Resource/Compute/InstanceGroups/ListInstances.hs

file too large to diff

− gen/Network/Google/Resource/Compute/InstanceGroups/RemoveInstances.hs

file too large to diff

− gen/Network/Google/Resource/Compute/InstanceGroups/SetNamedPorts.hs

file too large to diff

− gen/Network/Google/Resource/Compute/InstanceTemplates/Delete.hs

file too large to diff

− gen/Network/Google/Resource/Compute/InstanceTemplates/Get.hs

file too large to diff

− gen/Network/Google/Resource/Compute/InstanceTemplates/GetIAMPolicy.hs

file too large to diff

− gen/Network/Google/Resource/Compute/InstanceTemplates/Insert.hs

file too large to diff

− gen/Network/Google/Resource/Compute/InstanceTemplates/List.hs

file too large to diff

− gen/Network/Google/Resource/Compute/InstanceTemplates/SetIAMPolicy.hs

file too large to diff

− gen/Network/Google/Resource/Compute/InstanceTemplates/TestIAMPermissions.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Instances/AddAccessConfig.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Instances/AggregatedList.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Instances/AttachDisk.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Instances/Delete.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Instances/DeleteAccessConfig.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Instances/DetachDisk.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Instances/Get.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Instances/GetIAMPolicy.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Instances/GetSerialPortOutput.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Instances/GetShieldedInstanceIdentity.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Instances/Insert.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Instances/List.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Instances/ListReferrers.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Instances/Reset.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Instances/SetDeletionProtection.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Instances/SetDiskAutoDelete.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Instances/SetIAMPolicy.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Instances/SetLabels.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Instances/SetMachineResources.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Instances/SetMachineType.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Instances/SetMetadata.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Instances/SetMinCPUPlatform.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Instances/SetScheduling.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Instances/SetServiceAccount.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Instances/SetShieldedInstanceIntegrityPolicy.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Instances/SetTags.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Instances/SimulateMaintenanceEvent.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Instances/Start.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Instances/StartWithEncryptionKey.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Instances/Stop.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Instances/TestIAMPermissions.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Instances/UpdateAccessConfig.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Instances/UpdateNetworkInterface.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Instances/UpdateShieldedInstanceConfig.hs

file too large to diff

− gen/Network/Google/Resource/Compute/InterconnectAttachments/AggregatedList.hs

file too large to diff

− gen/Network/Google/Resource/Compute/InterconnectAttachments/Delete.hs

file too large to diff

− gen/Network/Google/Resource/Compute/InterconnectAttachments/Get.hs

file too large to diff

− gen/Network/Google/Resource/Compute/InterconnectAttachments/Insert.hs

file too large to diff

− gen/Network/Google/Resource/Compute/InterconnectAttachments/List.hs

file too large to diff

− gen/Network/Google/Resource/Compute/InterconnectAttachments/Patch.hs

file too large to diff

− gen/Network/Google/Resource/Compute/InterconnectLocations/Get.hs

file too large to diff

− gen/Network/Google/Resource/Compute/InterconnectLocations/List.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Interconnects/Delete.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Interconnects/Get.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Interconnects/GetDiagnostics.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Interconnects/Insert.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Interconnects/List.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Interconnects/Patch.hs

file too large to diff

− gen/Network/Google/Resource/Compute/LicenseCodes/Get.hs

file too large to diff

− gen/Network/Google/Resource/Compute/LicenseCodes/TestIAMPermissions.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Licenses/Delete.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Licenses/Get.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Licenses/GetIAMPolicy.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Licenses/Insert.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Licenses/List.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Licenses/SetIAMPolicy.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Licenses/TestIAMPermissions.hs

file too large to diff

− gen/Network/Google/Resource/Compute/MachineTypes/AggregatedList.hs

file too large to diff

− gen/Network/Google/Resource/Compute/MachineTypes/Get.hs

file too large to diff

− gen/Network/Google/Resource/Compute/MachineTypes/List.hs

file too large to diff

− gen/Network/Google/Resource/Compute/NetworkEndpointGroups/AggregatedList.hs

file too large to diff

− gen/Network/Google/Resource/Compute/NetworkEndpointGroups/AttachNetworkEndpoints.hs

file too large to diff

− gen/Network/Google/Resource/Compute/NetworkEndpointGroups/Delete.hs

file too large to diff

− gen/Network/Google/Resource/Compute/NetworkEndpointGroups/DetachNetworkEndpoints.hs

file too large to diff

− gen/Network/Google/Resource/Compute/NetworkEndpointGroups/Get.hs

file too large to diff

− gen/Network/Google/Resource/Compute/NetworkEndpointGroups/Insert.hs

file too large to diff

− gen/Network/Google/Resource/Compute/NetworkEndpointGroups/List.hs

file too large to diff

− gen/Network/Google/Resource/Compute/NetworkEndpointGroups/ListNetworkEndpoints.hs

file too large to diff

− gen/Network/Google/Resource/Compute/NetworkEndpointGroups/TestIAMPermissions.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Networks/AddPeering.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Networks/Delete.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Networks/Get.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Networks/Insert.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Networks/List.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Networks/Patch.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Networks/RemovePeering.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Networks/SwitchToCustomMode.hs

file too large to diff

− gen/Network/Google/Resource/Compute/NodeGroups/AddNodes.hs

file too large to diff

− gen/Network/Google/Resource/Compute/NodeGroups/AggregatedList.hs

file too large to diff

− gen/Network/Google/Resource/Compute/NodeGroups/Delete.hs

file too large to diff

− gen/Network/Google/Resource/Compute/NodeGroups/DeleteNodes.hs

file too large to diff

− gen/Network/Google/Resource/Compute/NodeGroups/Get.hs

file too large to diff

− gen/Network/Google/Resource/Compute/NodeGroups/GetIAMPolicy.hs

file too large to diff

− gen/Network/Google/Resource/Compute/NodeGroups/Insert.hs

file too large to diff

− gen/Network/Google/Resource/Compute/NodeGroups/List.hs

file too large to diff

− gen/Network/Google/Resource/Compute/NodeGroups/ListNodes.hs

file too large to diff

− gen/Network/Google/Resource/Compute/NodeGroups/SetIAMPolicy.hs

file too large to diff

− gen/Network/Google/Resource/Compute/NodeGroups/SetNodeTemplate.hs

file too large to diff

− gen/Network/Google/Resource/Compute/NodeGroups/TestIAMPermissions.hs

file too large to diff

− gen/Network/Google/Resource/Compute/NodeTemplates/AggregatedList.hs

file too large to diff

− gen/Network/Google/Resource/Compute/NodeTemplates/Delete.hs

file too large to diff

− gen/Network/Google/Resource/Compute/NodeTemplates/Get.hs

file too large to diff

− gen/Network/Google/Resource/Compute/NodeTemplates/GetIAMPolicy.hs

file too large to diff

− gen/Network/Google/Resource/Compute/NodeTemplates/Insert.hs

file too large to diff

− gen/Network/Google/Resource/Compute/NodeTemplates/List.hs

file too large to diff

− gen/Network/Google/Resource/Compute/NodeTemplates/SetIAMPolicy.hs

file too large to diff

− gen/Network/Google/Resource/Compute/NodeTemplates/TestIAMPermissions.hs

file too large to diff

− gen/Network/Google/Resource/Compute/NodeTypes/AggregatedList.hs

file too large to diff

− gen/Network/Google/Resource/Compute/NodeTypes/Get.hs

file too large to diff

− gen/Network/Google/Resource/Compute/NodeTypes/List.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Projects/DisableXpnHost.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Projects/DisableXpnResource.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Projects/EnableXpnHost.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Projects/EnableXpnResource.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Projects/Get.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Projects/GetXpnHost.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Projects/GetXpnResources.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Projects/ListXpnHosts.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Projects/MoveDisk.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Projects/MoveInstance.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Projects/SetCommonInstanceMetadata.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Projects/SetDefaultNetworkTier.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Projects/SetUsageExportBucket.hs

file too large to diff

− gen/Network/Google/Resource/Compute/RegionAutoscalers/Delete.hs

file too large to diff

− gen/Network/Google/Resource/Compute/RegionAutoscalers/Get.hs

file too large to diff

− gen/Network/Google/Resource/Compute/RegionAutoscalers/Insert.hs

file too large to diff

− gen/Network/Google/Resource/Compute/RegionAutoscalers/List.hs

file too large to diff

− gen/Network/Google/Resource/Compute/RegionAutoscalers/Patch.hs

file too large to diff

− gen/Network/Google/Resource/Compute/RegionAutoscalers/Update.hs

file too large to diff

− gen/Network/Google/Resource/Compute/RegionBackendServices/Delete.hs

file too large to diff

− gen/Network/Google/Resource/Compute/RegionBackendServices/Get.hs

file too large to diff

− gen/Network/Google/Resource/Compute/RegionBackendServices/GetHealth.hs

file too large to diff

− gen/Network/Google/Resource/Compute/RegionBackendServices/Insert.hs

file too large to diff

− gen/Network/Google/Resource/Compute/RegionBackendServices/List.hs

file too large to diff

− gen/Network/Google/Resource/Compute/RegionBackendServices/Patch.hs

file too large to diff

− gen/Network/Google/Resource/Compute/RegionBackendServices/Update.hs

file too large to diff

− gen/Network/Google/Resource/Compute/RegionCommitments/AggregatedList.hs

file too large to diff

− gen/Network/Google/Resource/Compute/RegionCommitments/Get.hs

file too large to diff

− gen/Network/Google/Resource/Compute/RegionCommitments/Insert.hs

file too large to diff

− gen/Network/Google/Resource/Compute/RegionCommitments/List.hs

file too large to diff

− gen/Network/Google/Resource/Compute/RegionDiskTypes/Get.hs

file too large to diff

− gen/Network/Google/Resource/Compute/RegionDiskTypes/List.hs

file too large to diff

− gen/Network/Google/Resource/Compute/RegionDisks/CreateSnapshot.hs

file too large to diff

− gen/Network/Google/Resource/Compute/RegionDisks/Delete.hs

file too large to diff

− gen/Network/Google/Resource/Compute/RegionDisks/Get.hs

file too large to diff

− gen/Network/Google/Resource/Compute/RegionDisks/Insert.hs

file too large to diff

− gen/Network/Google/Resource/Compute/RegionDisks/List.hs

file too large to diff

− gen/Network/Google/Resource/Compute/RegionDisks/Resize.hs

file too large to diff

− gen/Network/Google/Resource/Compute/RegionDisks/SetLabels.hs

file too large to diff

− gen/Network/Google/Resource/Compute/RegionDisks/TestIAMPermissions.hs

file too large to diff

− gen/Network/Google/Resource/Compute/RegionInstanceGroupManagers/AbandonInstances.hs

file too large to diff

− gen/Network/Google/Resource/Compute/RegionInstanceGroupManagers/Delete.hs

file too large to diff

− gen/Network/Google/Resource/Compute/RegionInstanceGroupManagers/DeleteInstances.hs

file too large to diff

− gen/Network/Google/Resource/Compute/RegionInstanceGroupManagers/Get.hs

file too large to diff

− gen/Network/Google/Resource/Compute/RegionInstanceGroupManagers/Insert.hs

file too large to diff

− gen/Network/Google/Resource/Compute/RegionInstanceGroupManagers/List.hs

file too large to diff

− gen/Network/Google/Resource/Compute/RegionInstanceGroupManagers/ListManagedInstances.hs

file too large to diff

− gen/Network/Google/Resource/Compute/RegionInstanceGroupManagers/Patch.hs

file too large to diff

− gen/Network/Google/Resource/Compute/RegionInstanceGroupManagers/RecreateInstances.hs

file too large to diff

− gen/Network/Google/Resource/Compute/RegionInstanceGroupManagers/Resize.hs

file too large to diff

− gen/Network/Google/Resource/Compute/RegionInstanceGroupManagers/SetInstanceTemplate.hs

file too large to diff

− gen/Network/Google/Resource/Compute/RegionInstanceGroupManagers/SetTargetPools.hs

file too large to diff

− gen/Network/Google/Resource/Compute/RegionInstanceGroups/Get.hs

file too large to diff

− gen/Network/Google/Resource/Compute/RegionInstanceGroups/List.hs

file too large to diff

− gen/Network/Google/Resource/Compute/RegionInstanceGroups/ListInstances.hs

file too large to diff

− gen/Network/Google/Resource/Compute/RegionInstanceGroups/SetNamedPorts.hs

file too large to diff

− gen/Network/Google/Resource/Compute/RegionOperations/Delete.hs

file too large to diff

− gen/Network/Google/Resource/Compute/RegionOperations/Get.hs

file too large to diff

− gen/Network/Google/Resource/Compute/RegionOperations/List.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Regions/Get.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Regions/List.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Routers/AggregatedList.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Routers/Delete.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Routers/Get.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Routers/GetNATMAppingInfo.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Routers/GetRouterStatus.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Routers/Insert.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Routers/List.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Routers/Patch.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Routers/Preview.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Routers/Update.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Routes/Delete.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Routes/Get.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Routes/Insert.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Routes/List.hs

file too large to diff

− gen/Network/Google/Resource/Compute/SSLCertificates/Delete.hs

file too large to diff

− gen/Network/Google/Resource/Compute/SSLCertificates/Get.hs

file too large to diff

− gen/Network/Google/Resource/Compute/SSLCertificates/Insert.hs

file too large to diff

− gen/Network/Google/Resource/Compute/SSLCertificates/List.hs

file too large to diff

− gen/Network/Google/Resource/Compute/SSLPolicies/Delete.hs

file too large to diff

− gen/Network/Google/Resource/Compute/SSLPolicies/Get.hs

file too large to diff

− gen/Network/Google/Resource/Compute/SSLPolicies/Insert.hs

file too large to diff

− gen/Network/Google/Resource/Compute/SSLPolicies/List.hs

file too large to diff

− gen/Network/Google/Resource/Compute/SSLPolicies/ListAvailableFeatures.hs

file too large to diff

− gen/Network/Google/Resource/Compute/SSLPolicies/Patch.hs

file too large to diff

− gen/Network/Google/Resource/Compute/SecurityPolicies/AddRule.hs

file too large to diff

− gen/Network/Google/Resource/Compute/SecurityPolicies/Delete.hs

file too large to diff

− gen/Network/Google/Resource/Compute/SecurityPolicies/Get.hs

file too large to diff

− gen/Network/Google/Resource/Compute/SecurityPolicies/GetRule.hs

file too large to diff

− gen/Network/Google/Resource/Compute/SecurityPolicies/Insert.hs

file too large to diff

− gen/Network/Google/Resource/Compute/SecurityPolicies/List.hs

file too large to diff

− gen/Network/Google/Resource/Compute/SecurityPolicies/Patch.hs

file too large to diff

− gen/Network/Google/Resource/Compute/SecurityPolicies/PatchRule.hs

file too large to diff

− gen/Network/Google/Resource/Compute/SecurityPolicies/RemoveRule.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Snapshots/Delete.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Snapshots/Get.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Snapshots/GetIAMPolicy.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Snapshots/List.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Snapshots/SetIAMPolicy.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Snapshots/SetLabels.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Snapshots/TestIAMPermissions.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Subnetworks/AggregatedList.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Subnetworks/Delete.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Subnetworks/ExpandIPCIdRRange.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Subnetworks/Get.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Subnetworks/GetIAMPolicy.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Subnetworks/Insert.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Subnetworks/List.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Subnetworks/ListUsable.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Subnetworks/Patch.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Subnetworks/SetIAMPolicy.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Subnetworks/SetPrivateIPGoogleAccess.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Subnetworks/TestIAMPermissions.hs

file too large to diff

− gen/Network/Google/Resource/Compute/TargetHTTPProxies/Delete.hs

file too large to diff

− gen/Network/Google/Resource/Compute/TargetHTTPProxies/Get.hs

file too large to diff

− gen/Network/Google/Resource/Compute/TargetHTTPProxies/Insert.hs

file too large to diff

− gen/Network/Google/Resource/Compute/TargetHTTPProxies/List.hs

file too large to diff

− gen/Network/Google/Resource/Compute/TargetHTTPProxies/SetURLMap.hs

file too large to diff

− gen/Network/Google/Resource/Compute/TargetHTTPSProxies/Delete.hs

file too large to diff

− gen/Network/Google/Resource/Compute/TargetHTTPSProxies/Get.hs

file too large to diff

− gen/Network/Google/Resource/Compute/TargetHTTPSProxies/Insert.hs

file too large to diff

− gen/Network/Google/Resource/Compute/TargetHTTPSProxies/List.hs

file too large to diff

− gen/Network/Google/Resource/Compute/TargetHTTPSProxies/SetQuicOverride.hs

file too large to diff

− gen/Network/Google/Resource/Compute/TargetHTTPSProxies/SetSSLCertificates.hs

file too large to diff

− gen/Network/Google/Resource/Compute/TargetHTTPSProxies/SetSSLPolicy.hs

file too large to diff

− gen/Network/Google/Resource/Compute/TargetHTTPSProxies/SetURLMap.hs

file too large to diff

− gen/Network/Google/Resource/Compute/TargetInstances/AggregatedList.hs

file too large to diff

− gen/Network/Google/Resource/Compute/TargetInstances/Delete.hs

file too large to diff

− gen/Network/Google/Resource/Compute/TargetInstances/Get.hs

file too large to diff

− gen/Network/Google/Resource/Compute/TargetInstances/Insert.hs

file too large to diff

− gen/Network/Google/Resource/Compute/TargetInstances/List.hs

file too large to diff

− gen/Network/Google/Resource/Compute/TargetPools/AddHealthCheck.hs

file too large to diff

− gen/Network/Google/Resource/Compute/TargetPools/AddInstance.hs

file too large to diff

− gen/Network/Google/Resource/Compute/TargetPools/AggregatedList.hs

file too large to diff

− gen/Network/Google/Resource/Compute/TargetPools/Delete.hs

file too large to diff

− gen/Network/Google/Resource/Compute/TargetPools/Get.hs

file too large to diff

− gen/Network/Google/Resource/Compute/TargetPools/GetHealth.hs

file too large to diff

− gen/Network/Google/Resource/Compute/TargetPools/Insert.hs

file too large to diff

− gen/Network/Google/Resource/Compute/TargetPools/List.hs

file too large to diff

− gen/Network/Google/Resource/Compute/TargetPools/RemoveHealthCheck.hs

file too large to diff

− gen/Network/Google/Resource/Compute/TargetPools/RemoveInstance.hs

file too large to diff

− gen/Network/Google/Resource/Compute/TargetPools/SetBackup.hs

file too large to diff

− gen/Network/Google/Resource/Compute/TargetSSLProxies/Delete.hs

file too large to diff

− gen/Network/Google/Resource/Compute/TargetSSLProxies/Get.hs

file too large to diff

− gen/Network/Google/Resource/Compute/TargetSSLProxies/Insert.hs

file too large to diff

− gen/Network/Google/Resource/Compute/TargetSSLProxies/List.hs

file too large to diff

− gen/Network/Google/Resource/Compute/TargetSSLProxies/SetBackendService.hs

file too large to diff

− gen/Network/Google/Resource/Compute/TargetSSLProxies/SetProxyHeader.hs

file too large to diff

− gen/Network/Google/Resource/Compute/TargetSSLProxies/SetSSLCertificates.hs

file too large to diff

− gen/Network/Google/Resource/Compute/TargetSSLProxies/SetSSLPolicy.hs

file too large to diff

− gen/Network/Google/Resource/Compute/TargetTCPProxies/Delete.hs

file too large to diff

− gen/Network/Google/Resource/Compute/TargetTCPProxies/Get.hs

file too large to diff

− gen/Network/Google/Resource/Compute/TargetTCPProxies/Insert.hs

file too large to diff

− gen/Network/Google/Resource/Compute/TargetTCPProxies/List.hs

file too large to diff

− gen/Network/Google/Resource/Compute/TargetTCPProxies/SetBackendService.hs

file too large to diff

− gen/Network/Google/Resource/Compute/TargetTCPProxies/SetProxyHeader.hs

file too large to diff

− gen/Network/Google/Resource/Compute/TargetVPNGateways/AggregatedList.hs

file too large to diff

− gen/Network/Google/Resource/Compute/TargetVPNGateways/Delete.hs

file too large to diff

− gen/Network/Google/Resource/Compute/TargetVPNGateways/Get.hs

file too large to diff

− gen/Network/Google/Resource/Compute/TargetVPNGateways/Insert.hs

file too large to diff

− gen/Network/Google/Resource/Compute/TargetVPNGateways/List.hs

file too large to diff

− gen/Network/Google/Resource/Compute/URLMaps/Delete.hs

file too large to diff

− gen/Network/Google/Resource/Compute/URLMaps/Get.hs

file too large to diff

− gen/Network/Google/Resource/Compute/URLMaps/Insert.hs

file too large to diff

− gen/Network/Google/Resource/Compute/URLMaps/InvalidateCache.hs

file too large to diff

− gen/Network/Google/Resource/Compute/URLMaps/List.hs

file too large to diff

− gen/Network/Google/Resource/Compute/URLMaps/Patch.hs

file too large to diff

− gen/Network/Google/Resource/Compute/URLMaps/Update.hs

file too large to diff

− gen/Network/Google/Resource/Compute/URLMaps/Validate.hs

file too large to diff

− gen/Network/Google/Resource/Compute/VPNTunnels/AggregatedList.hs

file too large to diff

− gen/Network/Google/Resource/Compute/VPNTunnels/Delete.hs

file too large to diff

− gen/Network/Google/Resource/Compute/VPNTunnels/Get.hs

file too large to diff

− gen/Network/Google/Resource/Compute/VPNTunnels/Insert.hs

file too large to diff

− gen/Network/Google/Resource/Compute/VPNTunnels/List.hs

file too large to diff

− gen/Network/Google/Resource/Compute/ZoneOperations/Delete.hs

file too large to diff

− gen/Network/Google/Resource/Compute/ZoneOperations/Get.hs

file too large to diff

− gen/Network/Google/Resource/Compute/ZoneOperations/List.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Zones/Get.hs

file too large to diff

− gen/Network/Google/Resource/Compute/Zones/List.hs

file too large to diff

gogol-compute.cabal view

file too large to diff