packages feed

gogol-bigtableadmin 0.5.0 → 1.0.0

raw patch · 106 files changed

+16436/−10573 lines, 106 filesdep −basedep ~gogol-coresetup-changed

Dependencies removed: base

Dependency ranges changed: gogol-core

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/BigtableAdmin.hs view
@@ -0,0 +1,1011 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.BigtableAdmin+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Administer your Cloud Bigtable tables and instances.+--+-- /See:/ <https://cloud.google.com/bigtable/ Cloud Bigtable Admin API Reference>+module Gogol.BigtableAdmin+  ( -- * Configuration+    bigtableAdminService,++    -- * OAuth Scopes+    Bigtable'Admin,+    Bigtable'Admin'Cluster,+    Bigtable'Admin'Instance,+    Bigtable'Admin'Table,+    CloudBigtable'Admin,+    CloudBigtable'Admin'Cluster,+    CloudBigtable'Admin'Table,+    CloudPlatform'FullControl,+    CloudPlatform'ReadOnly,++    -- * Resources++    -- ** bigtableadmin.operations.get+    BigtableAdminOperationsGetResource,+    BigtableAdminOperationsGet (..),+    newBigtableAdminOperationsGet,++    -- ** bigtableadmin.operations.projects.operations.list+    BigtableAdminOperationsProjectsOperationsListResource,+    BigtableAdminOperationsProjectsOperationsList (..),+    newBigtableAdminOperationsProjectsOperationsList,++    -- ** bigtableadmin.projects.instances.appProfiles.create+    BigtableAdminProjectsInstancesAppProfilesCreateResource,+    BigtableAdminProjectsInstancesAppProfilesCreate (..),+    newBigtableAdminProjectsInstancesAppProfilesCreate,++    -- ** bigtableadmin.projects.instances.appProfiles.delete+    BigtableAdminProjectsInstancesAppProfilesDeleteResource,+    BigtableAdminProjectsInstancesAppProfilesDelete (..),+    newBigtableAdminProjectsInstancesAppProfilesDelete,++    -- ** bigtableadmin.projects.instances.appProfiles.get+    BigtableAdminProjectsInstancesAppProfilesGetResource,+    BigtableAdminProjectsInstancesAppProfilesGet (..),+    newBigtableAdminProjectsInstancesAppProfilesGet,++    -- ** bigtableadmin.projects.instances.appProfiles.list+    BigtableAdminProjectsInstancesAppProfilesListResource,+    BigtableAdminProjectsInstancesAppProfilesList (..),+    newBigtableAdminProjectsInstancesAppProfilesList,++    -- ** bigtableadmin.projects.instances.appProfiles.patch+    BigtableAdminProjectsInstancesAppProfilesPatchResource,+    BigtableAdminProjectsInstancesAppProfilesPatch (..),+    newBigtableAdminProjectsInstancesAppProfilesPatch,++    -- ** bigtableadmin.projects.instances.clusters.backups.copy+    BigtableAdminProjectsInstancesClustersBackupsCopyResource,+    BigtableAdminProjectsInstancesClustersBackupsCopy (..),+    newBigtableAdminProjectsInstancesClustersBackupsCopy,++    -- ** bigtableadmin.projects.instances.clusters.backups.create+    BigtableAdminProjectsInstancesClustersBackupsCreateResource,+    BigtableAdminProjectsInstancesClustersBackupsCreate (..),+    newBigtableAdminProjectsInstancesClustersBackupsCreate,++    -- ** bigtableadmin.projects.instances.clusters.backups.delete+    BigtableAdminProjectsInstancesClustersBackupsDeleteResource,+    BigtableAdminProjectsInstancesClustersBackupsDelete (..),+    newBigtableAdminProjectsInstancesClustersBackupsDelete,++    -- ** bigtableadmin.projects.instances.clusters.backups.get+    BigtableAdminProjectsInstancesClustersBackupsGetResource,+    BigtableAdminProjectsInstancesClustersBackupsGet (..),+    newBigtableAdminProjectsInstancesClustersBackupsGet,++    -- ** bigtableadmin.projects.instances.clusters.backups.getIamPolicy+    BigtableAdminProjectsInstancesClustersBackupsGetIamPolicyResource,+    BigtableAdminProjectsInstancesClustersBackupsGetIamPolicy (..),+    newBigtableAdminProjectsInstancesClustersBackupsGetIamPolicy,++    -- ** bigtableadmin.projects.instances.clusters.backups.list+    BigtableAdminProjectsInstancesClustersBackupsListResource,+    BigtableAdminProjectsInstancesClustersBackupsList (..),+    newBigtableAdminProjectsInstancesClustersBackupsList,++    -- ** bigtableadmin.projects.instances.clusters.backups.patch+    BigtableAdminProjectsInstancesClustersBackupsPatchResource,+    BigtableAdminProjectsInstancesClustersBackupsPatch (..),+    newBigtableAdminProjectsInstancesClustersBackupsPatch,++    -- ** bigtableadmin.projects.instances.clusters.backups.setIamPolicy+    BigtableAdminProjectsInstancesClustersBackupsSetIamPolicyResource,+    BigtableAdminProjectsInstancesClustersBackupsSetIamPolicy (..),+    newBigtableAdminProjectsInstancesClustersBackupsSetIamPolicy,++    -- ** bigtableadmin.projects.instances.clusters.backups.testIamPermissions+    BigtableAdminProjectsInstancesClustersBackupsTestIamPermissionsResource,+    BigtableAdminProjectsInstancesClustersBackupsTestIamPermissions (..),+    newBigtableAdminProjectsInstancesClustersBackupsTestIamPermissions,++    -- ** bigtableadmin.projects.instances.clusters.create+    BigtableAdminProjectsInstancesClustersCreateResource,+    BigtableAdminProjectsInstancesClustersCreate (..),+    newBigtableAdminProjectsInstancesClustersCreate,++    -- ** bigtableadmin.projects.instances.clusters.delete+    BigtableAdminProjectsInstancesClustersDeleteResource,+    BigtableAdminProjectsInstancesClustersDelete (..),+    newBigtableAdminProjectsInstancesClustersDelete,++    -- ** bigtableadmin.projects.instances.clusters.get+    BigtableAdminProjectsInstancesClustersGetResource,+    BigtableAdminProjectsInstancesClustersGet (..),+    newBigtableAdminProjectsInstancesClustersGet,++    -- ** bigtableadmin.projects.instances.clusters.hotTablets.list+    BigtableAdminProjectsInstancesClustersHotTabletsListResource,+    BigtableAdminProjectsInstancesClustersHotTabletsList (..),+    newBigtableAdminProjectsInstancesClustersHotTabletsList,++    -- ** bigtableadmin.projects.instances.clusters.list+    BigtableAdminProjectsInstancesClustersListResource,+    BigtableAdminProjectsInstancesClustersList (..),+    newBigtableAdminProjectsInstancesClustersList,++    -- ** bigtableadmin.projects.instances.clusters.partialUpdateCluster+    BigtableAdminProjectsInstancesClustersPartialUpdateClusterResource,+    BigtableAdminProjectsInstancesClustersPartialUpdateCluster (..),+    newBigtableAdminProjectsInstancesClustersPartialUpdateCluster,++    -- ** bigtableadmin.projects.instances.clusters.update+    BigtableAdminProjectsInstancesClustersUpdateResource,+    BigtableAdminProjectsInstancesClustersUpdate (..),+    newBigtableAdminProjectsInstancesClustersUpdate,++    -- ** bigtableadmin.projects.instances.create+    BigtableAdminProjectsInstancesCreateResource,+    BigtableAdminProjectsInstancesCreate (..),+    newBigtableAdminProjectsInstancesCreate,++    -- ** bigtableadmin.projects.instances.delete+    BigtableAdminProjectsInstancesDeleteResource,+    BigtableAdminProjectsInstancesDelete (..),+    newBigtableAdminProjectsInstancesDelete,++    -- ** bigtableadmin.projects.instances.get+    BigtableAdminProjectsInstancesGetResource,+    BigtableAdminProjectsInstancesGet (..),+    newBigtableAdminProjectsInstancesGet,++    -- ** bigtableadmin.projects.instances.getIamPolicy+    BigtableAdminProjectsInstancesGetIamPolicyResource,+    BigtableAdminProjectsInstancesGetIamPolicy (..),+    newBigtableAdminProjectsInstancesGetIamPolicy,++    -- ** bigtableadmin.projects.instances.list+    BigtableAdminProjectsInstancesListResource,+    BigtableAdminProjectsInstancesList (..),+    newBigtableAdminProjectsInstancesList,++    -- ** bigtableadmin.projects.instances.logicalViews.getIamPolicy+    BigtableAdminProjectsInstancesLogicalViewsGetIamPolicyResource,+    BigtableAdminProjectsInstancesLogicalViewsGetIamPolicy (..),+    newBigtableAdminProjectsInstancesLogicalViewsGetIamPolicy,++    -- ** bigtableadmin.projects.instances.logicalViews.setIamPolicy+    BigtableAdminProjectsInstancesLogicalViewsSetIamPolicyResource,+    BigtableAdminProjectsInstancesLogicalViewsSetIamPolicy (..),+    newBigtableAdminProjectsInstancesLogicalViewsSetIamPolicy,++    -- ** bigtableadmin.projects.instances.logicalViews.testIamPermissions+    BigtableAdminProjectsInstancesLogicalViewsTestIamPermissionsResource,+    BigtableAdminProjectsInstancesLogicalViewsTestIamPermissions (..),+    newBigtableAdminProjectsInstancesLogicalViewsTestIamPermissions,++    -- ** bigtableadmin.projects.instances.materializedViews.getIamPolicy+    BigtableAdminProjectsInstancesMaterializedViewsGetIamPolicyResource,+    BigtableAdminProjectsInstancesMaterializedViewsGetIamPolicy (..),+    newBigtableAdminProjectsInstancesMaterializedViewsGetIamPolicy,++    -- ** bigtableadmin.projects.instances.materializedViews.setIamPolicy+    BigtableAdminProjectsInstancesMaterializedViewsSetIamPolicyResource,+    BigtableAdminProjectsInstancesMaterializedViewsSetIamPolicy (..),+    newBigtableAdminProjectsInstancesMaterializedViewsSetIamPolicy,++    -- ** bigtableadmin.projects.instances.materializedViews.testIamPermissions+    BigtableAdminProjectsInstancesMaterializedViewsTestIamPermissionsResource,+    BigtableAdminProjectsInstancesMaterializedViewsTestIamPermissions (..),+    newBigtableAdminProjectsInstancesMaterializedViewsTestIamPermissions,++    -- ** bigtableadmin.projects.instances.partialUpdateInstance+    BigtableAdminProjectsInstancesPartialUpdateInstanceResource,+    BigtableAdminProjectsInstancesPartialUpdateInstance (..),+    newBigtableAdminProjectsInstancesPartialUpdateInstance,++    -- ** bigtableadmin.projects.instances.setIamPolicy+    BigtableAdminProjectsInstancesSetIamPolicyResource,+    BigtableAdminProjectsInstancesSetIamPolicy (..),+    newBigtableAdminProjectsInstancesSetIamPolicy,++    -- ** bigtableadmin.projects.instances.tables.authorizedViews.create+    BigtableAdminProjectsInstancesTablesAuthorizedViewsCreateResource,+    BigtableAdminProjectsInstancesTablesAuthorizedViewsCreate (..),+    newBigtableAdminProjectsInstancesTablesAuthorizedViewsCreate,++    -- ** bigtableadmin.projects.instances.tables.authorizedViews.delete+    BigtableAdminProjectsInstancesTablesAuthorizedViewsDeleteResource,+    BigtableAdminProjectsInstancesTablesAuthorizedViewsDelete (..),+    newBigtableAdminProjectsInstancesTablesAuthorizedViewsDelete,++    -- ** bigtableadmin.projects.instances.tables.authorizedViews.get+    BigtableAdminProjectsInstancesTablesAuthorizedViewsGetResource,+    BigtableAdminProjectsInstancesTablesAuthorizedViewsGet (..),+    newBigtableAdminProjectsInstancesTablesAuthorizedViewsGet,++    -- ** bigtableadmin.projects.instances.tables.authorizedViews.getIamPolicy+    BigtableAdminProjectsInstancesTablesAuthorizedViewsGetIamPolicyResource,+    BigtableAdminProjectsInstancesTablesAuthorizedViewsGetIamPolicy (..),+    newBigtableAdminProjectsInstancesTablesAuthorizedViewsGetIamPolicy,++    -- ** bigtableadmin.projects.instances.tables.authorizedViews.list+    BigtableAdminProjectsInstancesTablesAuthorizedViewsListResource,+    BigtableAdminProjectsInstancesTablesAuthorizedViewsList (..),+    newBigtableAdminProjectsInstancesTablesAuthorizedViewsList,++    -- ** bigtableadmin.projects.instances.tables.authorizedViews.patch+    BigtableAdminProjectsInstancesTablesAuthorizedViewsPatchResource,+    BigtableAdminProjectsInstancesTablesAuthorizedViewsPatch (..),+    newBigtableAdminProjectsInstancesTablesAuthorizedViewsPatch,++    -- ** bigtableadmin.projects.instances.tables.authorizedViews.setIamPolicy+    BigtableAdminProjectsInstancesTablesAuthorizedViewsSetIamPolicyResource,+    BigtableAdminProjectsInstancesTablesAuthorizedViewsSetIamPolicy (..),+    newBigtableAdminProjectsInstancesTablesAuthorizedViewsSetIamPolicy,++    -- ** bigtableadmin.projects.instances.tables.authorizedViews.testIamPermissions+    BigtableAdminProjectsInstancesTablesAuthorizedViewsTestIamPermissionsResource,+    BigtableAdminProjectsInstancesTablesAuthorizedViewsTestIamPermissions (..),+    newBigtableAdminProjectsInstancesTablesAuthorizedViewsTestIamPermissions,++    -- ** bigtableadmin.projects.instances.tables.checkConsistency+    BigtableAdminProjectsInstancesTablesCheckConsistencyResource,+    BigtableAdminProjectsInstancesTablesCheckConsistency (..),+    newBigtableAdminProjectsInstancesTablesCheckConsistency,++    -- ** bigtableadmin.projects.instances.tables.create+    BigtableAdminProjectsInstancesTablesCreateResource,+    BigtableAdminProjectsInstancesTablesCreate (..),+    newBigtableAdminProjectsInstancesTablesCreate,++    -- ** bigtableadmin.projects.instances.tables.delete+    BigtableAdminProjectsInstancesTablesDeleteResource,+    BigtableAdminProjectsInstancesTablesDelete (..),+    newBigtableAdminProjectsInstancesTablesDelete,++    -- ** bigtableadmin.projects.instances.tables.dropRowRange+    BigtableAdminProjectsInstancesTablesDropRowRangeResource,+    BigtableAdminProjectsInstancesTablesDropRowRange (..),+    newBigtableAdminProjectsInstancesTablesDropRowRange,++    -- ** bigtableadmin.projects.instances.tables.generateConsistencyToken+    BigtableAdminProjectsInstancesTablesGenerateConsistencyTokenResource,+    BigtableAdminProjectsInstancesTablesGenerateConsistencyToken (..),+    newBigtableAdminProjectsInstancesTablesGenerateConsistencyToken,++    -- ** bigtableadmin.projects.instances.tables.get+    BigtableAdminProjectsInstancesTablesGetResource,+    BigtableAdminProjectsInstancesTablesGet (..),+    newBigtableAdminProjectsInstancesTablesGet,++    -- ** bigtableadmin.projects.instances.tables.getIamPolicy+    BigtableAdminProjectsInstancesTablesGetIamPolicyResource,+    BigtableAdminProjectsInstancesTablesGetIamPolicy (..),+    newBigtableAdminProjectsInstancesTablesGetIamPolicy,++    -- ** bigtableadmin.projects.instances.tables.list+    BigtableAdminProjectsInstancesTablesListResource,+    BigtableAdminProjectsInstancesTablesList (..),+    newBigtableAdminProjectsInstancesTablesList,++    -- ** bigtableadmin.projects.instances.tables.modifyColumnFamilies+    BigtableAdminProjectsInstancesTablesModifyColumnFamiliesResource,+    BigtableAdminProjectsInstancesTablesModifyColumnFamilies (..),+    newBigtableAdminProjectsInstancesTablesModifyColumnFamilies,++    -- ** bigtableadmin.projects.instances.tables.patch+    BigtableAdminProjectsInstancesTablesPatchResource,+    BigtableAdminProjectsInstancesTablesPatch (..),+    newBigtableAdminProjectsInstancesTablesPatch,++    -- ** bigtableadmin.projects.instances.tables.restore+    BigtableAdminProjectsInstancesTablesRestoreResource,+    BigtableAdminProjectsInstancesTablesRestore (..),+    newBigtableAdminProjectsInstancesTablesRestore,++    -- ** bigtableadmin.projects.instances.tables.setIamPolicy+    BigtableAdminProjectsInstancesTablesSetIamPolicyResource,+    BigtableAdminProjectsInstancesTablesSetIamPolicy (..),+    newBigtableAdminProjectsInstancesTablesSetIamPolicy,++    -- ** bigtableadmin.projects.instances.tables.testIamPermissions+    BigtableAdminProjectsInstancesTablesTestIamPermissionsResource,+    BigtableAdminProjectsInstancesTablesTestIamPermissions (..),+    newBigtableAdminProjectsInstancesTablesTestIamPermissions,++    -- ** bigtableadmin.projects.instances.tables.undelete+    BigtableAdminProjectsInstancesTablesUndeleteResource,+    BigtableAdminProjectsInstancesTablesUndelete (..),+    newBigtableAdminProjectsInstancesTablesUndelete,++    -- ** bigtableadmin.projects.instances.testIamPermissions+    BigtableAdminProjectsInstancesTestIamPermissionsResource,+    BigtableAdminProjectsInstancesTestIamPermissions (..),+    newBigtableAdminProjectsInstancesTestIamPermissions,++    -- ** bigtableadmin.projects.instances.update+    BigtableAdminProjectsInstancesUpdateResource,+    BigtableAdminProjectsInstancesUpdate (..),+    newBigtableAdminProjectsInstancesUpdate,++    -- ** bigtableadmin.projects.locations.list+    BigtableAdminProjectsLocationsListResource,+    BigtableAdminProjectsLocationsList (..),+    newBigtableAdminProjectsLocationsList,++    -- * Types++    -- ** Xgafv+    Xgafv (..),++    -- ** AppProfile+    AppProfile (..),+    newAppProfile,++    -- ** AppProfile_Priority+    AppProfile_Priority (..),++    -- ** AuditConfig+    AuditConfig (..),+    newAuditConfig,++    -- ** AuditLogConfig+    AuditLogConfig (..),+    newAuditLogConfig,++    -- ** AuditLogConfig_LogType+    AuditLogConfig_LogType (..),++    -- ** AuthorizedView+    AuthorizedView (..),+    newAuthorizedView,++    -- ** AutomatedBackupPolicy+    AutomatedBackupPolicy (..),+    newAutomatedBackupPolicy,++    -- ** AutoscalingLimits+    AutoscalingLimits (..),+    newAutoscalingLimits,++    -- ** AutoscalingTargets+    AutoscalingTargets (..),+    newAutoscalingTargets,++    -- ** Backup+    Backup (..),+    newBackup,++    -- ** Backup_BackupType+    Backup_BackupType (..),++    -- ** Backup_State+    Backup_State (..),++    -- ** BackupInfo+    BackupInfo (..),+    newBackupInfo,++    -- ** Binding+    Binding (..),+    newBinding,++    -- ** ChangeStreamConfig+    ChangeStreamConfig (..),+    newChangeStreamConfig,++    -- ** CheckConsistencyRequest+    CheckConsistencyRequest (..),+    newCheckConsistencyRequest,++    -- ** CheckConsistencyResponse+    CheckConsistencyResponse (..),+    newCheckConsistencyResponse,++    -- ** Cluster+    Cluster (..),+    newCluster,++    -- ** Cluster_DefaultStorageType+    Cluster_DefaultStorageType (..),++    -- ** Cluster_NodeScalingFactor+    Cluster_NodeScalingFactor (..),++    -- ** Cluster_State+    Cluster_State (..),++    -- ** ClusterAutoscalingConfig+    ClusterAutoscalingConfig (..),+    newClusterAutoscalingConfig,++    -- ** ClusterConfig+    ClusterConfig (..),+    newClusterConfig,++    -- ** ClusterState+    ClusterState (..),+    newClusterState,++    -- ** ClusterState_ReplicationState+    ClusterState_ReplicationState (..),++    -- ** ColumnFamily+    ColumnFamily (..),+    newColumnFamily,++    -- ** ColumnFamilyStats+    ColumnFamilyStats (..),+    newColumnFamilyStats,++    -- ** CopyBackupMetadata+    CopyBackupMetadata (..),+    newCopyBackupMetadata,++    -- ** CopyBackupRequest+    CopyBackupRequest (..),+    newCopyBackupRequest,++    -- ** CreateAuthorizedViewMetadata+    CreateAuthorizedViewMetadata (..),+    newCreateAuthorizedViewMetadata,++    -- ** CreateAuthorizedViewRequest+    CreateAuthorizedViewRequest (..),+    newCreateAuthorizedViewRequest,++    -- ** CreateBackupMetadata+    CreateBackupMetadata (..),+    newCreateBackupMetadata,++    -- ** CreateClusterMetadata+    CreateClusterMetadata (..),+    newCreateClusterMetadata,++    -- ** CreateClusterMetadata_Tables+    CreateClusterMetadata_Tables (..),+    newCreateClusterMetadata_Tables,++    -- ** CreateClusterRequest+    CreateClusterRequest (..),+    newCreateClusterRequest,++    -- ** CreateInstanceMetadata+    CreateInstanceMetadata (..),+    newCreateInstanceMetadata,++    -- ** CreateInstanceRequest+    CreateInstanceRequest (..),+    newCreateInstanceRequest,++    -- ** CreateInstanceRequest_Clusters+    CreateInstanceRequest_Clusters (..),+    newCreateInstanceRequest_Clusters,++    -- ** CreateTableRequest+    CreateTableRequest (..),+    newCreateTableRequest,++    -- ** DataBoostIsolationReadOnly+    DataBoostIsolationReadOnly (..),+    newDataBoostIsolationReadOnly,++    -- ** DataBoostIsolationReadOnly_ComputeBillingOwner+    DataBoostIsolationReadOnly_ComputeBillingOwner (..),++    -- ** DataBoostReadLocalWrites+    DataBoostReadLocalWrites (..),+    newDataBoostReadLocalWrites,++    -- ** DropRowRangeRequest+    DropRowRangeRequest (..),+    newDropRowRangeRequest,++    -- ** Empty+    Empty (..),+    newEmpty,++    -- ** EncryptionConfig+    EncryptionConfig (..),+    newEncryptionConfig,++    -- ** EncryptionInfo+    EncryptionInfo (..),+    newEncryptionInfo,++    -- ** EncryptionInfo_EncryptionType+    EncryptionInfo_EncryptionType (..),++    -- ** Expr+    Expr (..),+    newExpr,++    -- ** GcRule+    GcRule (..),+    newGcRule,++    -- ** GenerateConsistencyTokenRequest+    GenerateConsistencyTokenRequest (..),+    newGenerateConsistencyTokenRequest,++    -- ** GenerateConsistencyTokenResponse+    GenerateConsistencyTokenResponse (..),+    newGenerateConsistencyTokenResponse,++    -- ** GetIamPolicyRequest+    GetIamPolicyRequest (..),+    newGetIamPolicyRequest,++    -- ** GetPolicyOptions+    GetPolicyOptions (..),+    newGetPolicyOptions,++    -- ** GoogleBigtableAdminV2AuthorizedViewFamilySubsets+    GoogleBigtableAdminV2AuthorizedViewFamilySubsets (..),+    newGoogleBigtableAdminV2AuthorizedViewFamilySubsets,++    -- ** GoogleBigtableAdminV2AuthorizedViewSubsetView+    GoogleBigtableAdminV2AuthorizedViewSubsetView (..),+    newGoogleBigtableAdminV2AuthorizedViewSubsetView,++    -- ** GoogleBigtableAdminV2AuthorizedViewSubsetView_FamilySubsets+    GoogleBigtableAdminV2AuthorizedViewSubsetView_FamilySubsets (..),+    newGoogleBigtableAdminV2AuthorizedViewSubsetView_FamilySubsets,++    -- ** GoogleBigtableAdminV2TypeAggregate+    GoogleBigtableAdminV2TypeAggregate (..),+    newGoogleBigtableAdminV2TypeAggregate,++    -- ** GoogleBigtableAdminV2TypeAggregateHyperLogLogPlusPlusUniqueCount+    GoogleBigtableAdminV2TypeAggregateHyperLogLogPlusPlusUniqueCount (..),+    newGoogleBigtableAdminV2TypeAggregateHyperLogLogPlusPlusUniqueCount,++    -- ** GoogleBigtableAdminV2TypeAggregateMax+    GoogleBigtableAdminV2TypeAggregateMax (..),+    newGoogleBigtableAdminV2TypeAggregateMax,++    -- ** GoogleBigtableAdminV2TypeAggregateMin+    GoogleBigtableAdminV2TypeAggregateMin (..),+    newGoogleBigtableAdminV2TypeAggregateMin,++    -- ** GoogleBigtableAdminV2TypeAggregateSum+    GoogleBigtableAdminV2TypeAggregateSum (..),+    newGoogleBigtableAdminV2TypeAggregateSum,++    -- ** GoogleBigtableAdminV2TypeArray+    GoogleBigtableAdminV2TypeArray (..),+    newGoogleBigtableAdminV2TypeArray,++    -- ** GoogleBigtableAdminV2TypeBool+    GoogleBigtableAdminV2TypeBool (..),+    newGoogleBigtableAdminV2TypeBool,++    -- ** GoogleBigtableAdminV2TypeBytes+    GoogleBigtableAdminV2TypeBytes (..),+    newGoogleBigtableAdminV2TypeBytes,++    -- ** GoogleBigtableAdminV2TypeBytesEncoding+    GoogleBigtableAdminV2TypeBytesEncoding (..),+    newGoogleBigtableAdminV2TypeBytesEncoding,++    -- ** GoogleBigtableAdminV2TypeBytesEncodingRaw+    GoogleBigtableAdminV2TypeBytesEncodingRaw (..),+    newGoogleBigtableAdminV2TypeBytesEncodingRaw,++    -- ** GoogleBigtableAdminV2TypeDate+    GoogleBigtableAdminV2TypeDate (..),+    newGoogleBigtableAdminV2TypeDate,++    -- ** GoogleBigtableAdminV2TypeFloat32+    GoogleBigtableAdminV2TypeFloat32 (..),+    newGoogleBigtableAdminV2TypeFloat32,++    -- ** GoogleBigtableAdminV2TypeFloat64+    GoogleBigtableAdminV2TypeFloat64 (..),+    newGoogleBigtableAdminV2TypeFloat64,++    -- ** GoogleBigtableAdminV2TypeInt64+    GoogleBigtableAdminV2TypeInt64 (..),+    newGoogleBigtableAdminV2TypeInt64,++    -- ** GoogleBigtableAdminV2TypeInt64Encoding+    GoogleBigtableAdminV2TypeInt64Encoding (..),+    newGoogleBigtableAdminV2TypeInt64Encoding,++    -- ** GoogleBigtableAdminV2TypeInt64EncodingBigEndianBytes+    GoogleBigtableAdminV2TypeInt64EncodingBigEndianBytes (..),+    newGoogleBigtableAdminV2TypeInt64EncodingBigEndianBytes,++    -- ** GoogleBigtableAdminV2TypeInt64EncodingOrderedCodeBytes+    GoogleBigtableAdminV2TypeInt64EncodingOrderedCodeBytes (..),+    newGoogleBigtableAdminV2TypeInt64EncodingOrderedCodeBytes,++    -- ** GoogleBigtableAdminV2TypeMap+    GoogleBigtableAdminV2TypeMap (..),+    newGoogleBigtableAdminV2TypeMap,++    -- ** GoogleBigtableAdminV2TypeString+    GoogleBigtableAdminV2TypeString (..),+    newGoogleBigtableAdminV2TypeString,++    -- ** GoogleBigtableAdminV2TypeStringEncoding+    GoogleBigtableAdminV2TypeStringEncoding (..),+    newGoogleBigtableAdminV2TypeStringEncoding,++    -- ** GoogleBigtableAdminV2TypeStringEncodingUtf8Bytes+    GoogleBigtableAdminV2TypeStringEncodingUtf8Bytes (..),+    newGoogleBigtableAdminV2TypeStringEncodingUtf8Bytes,++    -- ** GoogleBigtableAdminV2TypeStringEncodingUtf8Raw+    GoogleBigtableAdminV2TypeStringEncodingUtf8Raw (..),+    newGoogleBigtableAdminV2TypeStringEncodingUtf8Raw,++    -- ** GoogleBigtableAdminV2TypeStruct+    GoogleBigtableAdminV2TypeStruct (..),+    newGoogleBigtableAdminV2TypeStruct,++    -- ** GoogleBigtableAdminV2TypeStructEncoding+    GoogleBigtableAdminV2TypeStructEncoding (..),+    newGoogleBigtableAdminV2TypeStructEncoding,++    -- ** GoogleBigtableAdminV2TypeStructEncodingDelimitedBytes+    GoogleBigtableAdminV2TypeStructEncodingDelimitedBytes (..),+    newGoogleBigtableAdminV2TypeStructEncodingDelimitedBytes,++    -- ** GoogleBigtableAdminV2TypeStructEncodingOrderedCodeBytes+    GoogleBigtableAdminV2TypeStructEncodingOrderedCodeBytes (..),+    newGoogleBigtableAdminV2TypeStructEncodingOrderedCodeBytes,++    -- ** GoogleBigtableAdminV2TypeStructEncodingSingleton+    GoogleBigtableAdminV2TypeStructEncodingSingleton (..),+    newGoogleBigtableAdminV2TypeStructEncodingSingleton,++    -- ** GoogleBigtableAdminV2TypeStructField+    GoogleBigtableAdminV2TypeStructField (..),+    newGoogleBigtableAdminV2TypeStructField,++    -- ** GoogleBigtableAdminV2TypeTimestamp+    GoogleBigtableAdminV2TypeTimestamp (..),+    newGoogleBigtableAdminV2TypeTimestamp,++    -- ** GoogleBigtableAdminV2TypeTimestampEncoding+    GoogleBigtableAdminV2TypeTimestampEncoding (..),+    newGoogleBigtableAdminV2TypeTimestampEncoding,++    -- ** HotTablet+    HotTablet (..),+    newHotTablet,++    -- ** Instance+    Instance (..),+    newInstance,++    -- ** Instance_Labels+    Instance_Labels (..),+    newInstance_Labels,++    -- ** Instance_State+    Instance_State (..),++    -- ** Instance_Type+    Instance_Type (..),++    -- ** Intersection+    Intersection (..),+    newIntersection,++    -- ** ListAppProfilesResponse+    ListAppProfilesResponse (..),+    newListAppProfilesResponse,++    -- ** ListAuthorizedViewsResponse+    ListAuthorizedViewsResponse (..),+    newListAuthorizedViewsResponse,++    -- ** ListBackupsResponse+    ListBackupsResponse (..),+    newListBackupsResponse,++    -- ** ListClustersResponse+    ListClustersResponse (..),+    newListClustersResponse,++    -- ** ListHotTabletsResponse+    ListHotTabletsResponse (..),+    newListHotTabletsResponse,++    -- ** ListInstancesResponse+    ListInstancesResponse (..),+    newListInstancesResponse,++    -- ** ListLocationsResponse+    ListLocationsResponse (..),+    newListLocationsResponse,++    -- ** ListOperationsResponse+    ListOperationsResponse (..),+    newListOperationsResponse,++    -- ** ListTablesResponse+    ListTablesResponse (..),+    newListTablesResponse,++    -- ** Location+    Location (..),+    newLocation,++    -- ** Location_Labels+    Location_Labels (..),+    newLocation_Labels,++    -- ** Location_Metadata+    Location_Metadata (..),+    newLocation_Metadata,++    -- ** Modification+    Modification (..),+    newModification,++    -- ** ModifyColumnFamiliesRequest+    ModifyColumnFamiliesRequest (..),+    newModifyColumnFamiliesRequest,++    -- ** MultiClusterRoutingUseAny+    MultiClusterRoutingUseAny (..),+    newMultiClusterRoutingUseAny,++    -- ** Operation+    Operation (..),+    newOperation,++    -- ** Operation_Metadata+    Operation_Metadata (..),+    newOperation_Metadata,++    -- ** Operation_Response+    Operation_Response (..),+    newOperation_Response,++    -- ** OperationProgress+    OperationProgress (..),+    newOperationProgress,++    -- ** OptimizeRestoredTableMetadata+    OptimizeRestoredTableMetadata (..),+    newOptimizeRestoredTableMetadata,++    -- ** PartialUpdateClusterMetadata+    PartialUpdateClusterMetadata (..),+    newPartialUpdateClusterMetadata,++    -- ** PartialUpdateClusterRequest+    PartialUpdateClusterRequest (..),+    newPartialUpdateClusterRequest,++    -- ** PartialUpdateInstanceRequest+    PartialUpdateInstanceRequest (..),+    newPartialUpdateInstanceRequest,++    -- ** Policy+    Policy (..),+    newPolicy,++    -- ** RestoreInfo+    RestoreInfo (..),+    newRestoreInfo,++    -- ** RestoreInfo_SourceType+    RestoreInfo_SourceType (..),++    -- ** RestoreTableMetadata+    RestoreTableMetadata (..),+    newRestoreTableMetadata,++    -- ** RestoreTableMetadata_SourceType+    RestoreTableMetadata_SourceType (..),++    -- ** RestoreTableRequest+    RestoreTableRequest (..),+    newRestoreTableRequest,++    -- ** RowAffinity+    RowAffinity (..),+    newRowAffinity,++    -- ** SetIamPolicyRequest+    SetIamPolicyRequest (..),+    newSetIamPolicyRequest,++    -- ** SingleClusterRouting+    SingleClusterRouting (..),+    newSingleClusterRouting,++    -- ** Split+    Split (..),+    newSplit,++    -- ** StandardIsolation+    StandardIsolation (..),+    newStandardIsolation,++    -- ** StandardIsolation_Priority+    StandardIsolation_Priority (..),++    -- ** StandardReadRemoteWrites+    StandardReadRemoteWrites (..),+    newStandardReadRemoteWrites,++    -- ** Status+    Status (..),+    newStatus,++    -- ** Status_DetailsItem+    Status_DetailsItem (..),+    newStatus_DetailsItem,++    -- ** Table+    Table (..),+    newTable,++    -- ** Table_ClusterStates+    Table_ClusterStates (..),+    newTable_ClusterStates,++    -- ** Table_ColumnFamilies+    Table_ColumnFamilies (..),+    newTable_ColumnFamilies,++    -- ** Table_Granularity+    Table_Granularity (..),++    -- ** TableProgress+    TableProgress (..),+    newTableProgress,++    -- ** TableProgress_State+    TableProgress_State (..),++    -- ** TableStats+    TableStats (..),+    newTableStats,++    -- ** TestIamPermissionsRequest+    TestIamPermissionsRequest (..),+    newTestIamPermissionsRequest,++    -- ** TestIamPermissionsResponse+    TestIamPermissionsResponse (..),+    newTestIamPermissionsResponse,++    -- ** Type+    Type (..),+    newType,++    -- ** UndeleteTableMetadata+    UndeleteTableMetadata (..),+    newUndeleteTableMetadata,++    -- ** UndeleteTableRequest+    UndeleteTableRequest (..),+    newUndeleteTableRequest,++    -- ** Union+    Union (..),+    newUnion,++    -- ** UpdateAppProfileMetadata+    UpdateAppProfileMetadata (..),+    newUpdateAppProfileMetadata,++    -- ** UpdateAuthorizedViewMetadata+    UpdateAuthorizedViewMetadata (..),+    newUpdateAuthorizedViewMetadata,++    -- ** UpdateAuthorizedViewRequest+    UpdateAuthorizedViewRequest (..),+    newUpdateAuthorizedViewRequest,++    -- ** UpdateClusterMetadata+    UpdateClusterMetadata (..),+    newUpdateClusterMetadata,++    -- ** UpdateInstanceMetadata+    UpdateInstanceMetadata (..),+    newUpdateInstanceMetadata,++    -- ** UpdateTableMetadata+    UpdateTableMetadata (..),+    newUpdateTableMetadata,++    -- ** ProjectsInstancesTablesAuthorizedViewsGetView+    ProjectsInstancesTablesAuthorizedViewsGetView (..),++    -- ** ProjectsInstancesTablesAuthorizedViewsListView+    ProjectsInstancesTablesAuthorizedViewsListView (..),++    -- ** ProjectsInstancesTablesGetView+    ProjectsInstancesTablesGetView (..),++    -- ** ProjectsInstancesTablesListView+    ProjectsInstancesTablesListView (..),+  )+where++import Gogol.BigtableAdmin.Operations.Get+import Gogol.BigtableAdmin.Operations.Projects.Operations.List+import Gogol.BigtableAdmin.Projects.Instances.AppProfiles.Create+import Gogol.BigtableAdmin.Projects.Instances.AppProfiles.Delete+import Gogol.BigtableAdmin.Projects.Instances.AppProfiles.Get+import Gogol.BigtableAdmin.Projects.Instances.AppProfiles.List+import Gogol.BigtableAdmin.Projects.Instances.AppProfiles.Patch+import Gogol.BigtableAdmin.Projects.Instances.Clusters.Backups.Copy+import Gogol.BigtableAdmin.Projects.Instances.Clusters.Backups.Create+import Gogol.BigtableAdmin.Projects.Instances.Clusters.Backups.Delete+import Gogol.BigtableAdmin.Projects.Instances.Clusters.Backups.Get+import Gogol.BigtableAdmin.Projects.Instances.Clusters.Backups.GetIamPolicy+import Gogol.BigtableAdmin.Projects.Instances.Clusters.Backups.List+import Gogol.BigtableAdmin.Projects.Instances.Clusters.Backups.Patch+import Gogol.BigtableAdmin.Projects.Instances.Clusters.Backups.SetIamPolicy+import Gogol.BigtableAdmin.Projects.Instances.Clusters.Backups.TestIamPermissions+import Gogol.BigtableAdmin.Projects.Instances.Clusters.Create+import Gogol.BigtableAdmin.Projects.Instances.Clusters.Delete+import Gogol.BigtableAdmin.Projects.Instances.Clusters.Get+import Gogol.BigtableAdmin.Projects.Instances.Clusters.HotTablets.List+import Gogol.BigtableAdmin.Projects.Instances.Clusters.List+import Gogol.BigtableAdmin.Projects.Instances.Clusters.PartialUpdateCluster+import Gogol.BigtableAdmin.Projects.Instances.Clusters.Update+import Gogol.BigtableAdmin.Projects.Instances.Create+import Gogol.BigtableAdmin.Projects.Instances.Delete+import Gogol.BigtableAdmin.Projects.Instances.Get+import Gogol.BigtableAdmin.Projects.Instances.GetIamPolicy+import Gogol.BigtableAdmin.Projects.Instances.List+import Gogol.BigtableAdmin.Projects.Instances.LogicalViews.GetIamPolicy+import Gogol.BigtableAdmin.Projects.Instances.LogicalViews.SetIamPolicy+import Gogol.BigtableAdmin.Projects.Instances.LogicalViews.TestIamPermissions+import Gogol.BigtableAdmin.Projects.Instances.MaterializedViews.GetIamPolicy+import Gogol.BigtableAdmin.Projects.Instances.MaterializedViews.SetIamPolicy+import Gogol.BigtableAdmin.Projects.Instances.MaterializedViews.TestIamPermissions+import Gogol.BigtableAdmin.Projects.Instances.PartialUpdateInstance+import Gogol.BigtableAdmin.Projects.Instances.SetIamPolicy+import Gogol.BigtableAdmin.Projects.Instances.Tables.AuthorizedViews.Create+import Gogol.BigtableAdmin.Projects.Instances.Tables.AuthorizedViews.Delete+import Gogol.BigtableAdmin.Projects.Instances.Tables.AuthorizedViews.Get+import Gogol.BigtableAdmin.Projects.Instances.Tables.AuthorizedViews.GetIamPolicy+import Gogol.BigtableAdmin.Projects.Instances.Tables.AuthorizedViews.List+import Gogol.BigtableAdmin.Projects.Instances.Tables.AuthorizedViews.Patch+import Gogol.BigtableAdmin.Projects.Instances.Tables.AuthorizedViews.SetIamPolicy+import Gogol.BigtableAdmin.Projects.Instances.Tables.AuthorizedViews.TestIamPermissions+import Gogol.BigtableAdmin.Projects.Instances.Tables.CheckConsistency+import Gogol.BigtableAdmin.Projects.Instances.Tables.Create+import Gogol.BigtableAdmin.Projects.Instances.Tables.Delete+import Gogol.BigtableAdmin.Projects.Instances.Tables.DropRowRange+import Gogol.BigtableAdmin.Projects.Instances.Tables.GenerateConsistencyToken+import Gogol.BigtableAdmin.Projects.Instances.Tables.Get+import Gogol.BigtableAdmin.Projects.Instances.Tables.GetIamPolicy+import Gogol.BigtableAdmin.Projects.Instances.Tables.List+import Gogol.BigtableAdmin.Projects.Instances.Tables.ModifyColumnFamilies+import Gogol.BigtableAdmin.Projects.Instances.Tables.Patch+import Gogol.BigtableAdmin.Projects.Instances.Tables.Restore+import Gogol.BigtableAdmin.Projects.Instances.Tables.SetIamPolicy+import Gogol.BigtableAdmin.Projects.Instances.Tables.TestIamPermissions+import Gogol.BigtableAdmin.Projects.Instances.Tables.Undelete+import Gogol.BigtableAdmin.Projects.Instances.TestIamPermissions+import Gogol.BigtableAdmin.Projects.Instances.Update+import Gogol.BigtableAdmin.Projects.Locations.List+import Gogol.BigtableAdmin.Types
+ gen/Gogol/BigtableAdmin/Internal/Product.hs view
@@ -0,0 +1,5621 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.BigtableAdmin.Internal.Product+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+module Gogol.BigtableAdmin.Internal.Product+  ( -- * AppProfile+    AppProfile (..),+    newAppProfile,++    -- * AuditConfig+    AuditConfig (..),+    newAuditConfig,++    -- * AuditLogConfig+    AuditLogConfig (..),+    newAuditLogConfig,++    -- * AuthorizedView+    AuthorizedView (..),+    newAuthorizedView,++    -- * AutomatedBackupPolicy+    AutomatedBackupPolicy (..),+    newAutomatedBackupPolicy,++    -- * AutoscalingLimits+    AutoscalingLimits (..),+    newAutoscalingLimits,++    -- * AutoscalingTargets+    AutoscalingTargets (..),+    newAutoscalingTargets,++    -- * Backup+    Backup (..),+    newBackup,++    -- * BackupInfo+    BackupInfo (..),+    newBackupInfo,++    -- * Binding+    Binding (..),+    newBinding,++    -- * ChangeStreamConfig+    ChangeStreamConfig (..),+    newChangeStreamConfig,++    -- * CheckConsistencyRequest+    CheckConsistencyRequest (..),+    newCheckConsistencyRequest,++    -- * CheckConsistencyResponse+    CheckConsistencyResponse (..),+    newCheckConsistencyResponse,++    -- * Cluster+    Cluster (..),+    newCluster,++    -- * ClusterAutoscalingConfig+    ClusterAutoscalingConfig (..),+    newClusterAutoscalingConfig,++    -- * ClusterConfig+    ClusterConfig (..),+    newClusterConfig,++    -- * ClusterState+    ClusterState (..),+    newClusterState,++    -- * ColumnFamily+    ColumnFamily (..),+    newColumnFamily,++    -- * ColumnFamilyStats+    ColumnFamilyStats (..),+    newColumnFamilyStats,++    -- * CopyBackupMetadata+    CopyBackupMetadata (..),+    newCopyBackupMetadata,++    -- * CopyBackupRequest+    CopyBackupRequest (..),+    newCopyBackupRequest,++    -- * CreateAuthorizedViewMetadata+    CreateAuthorizedViewMetadata (..),+    newCreateAuthorizedViewMetadata,++    -- * CreateAuthorizedViewRequest+    CreateAuthorizedViewRequest (..),+    newCreateAuthorizedViewRequest,++    -- * CreateBackupMetadata+    CreateBackupMetadata (..),+    newCreateBackupMetadata,++    -- * CreateClusterMetadata+    CreateClusterMetadata (..),+    newCreateClusterMetadata,++    -- * CreateClusterMetadata_Tables+    CreateClusterMetadata_Tables (..),+    newCreateClusterMetadata_Tables,++    -- * CreateClusterRequest+    CreateClusterRequest (..),+    newCreateClusterRequest,++    -- * CreateInstanceMetadata+    CreateInstanceMetadata (..),+    newCreateInstanceMetadata,++    -- * CreateInstanceRequest+    CreateInstanceRequest (..),+    newCreateInstanceRequest,++    -- * CreateInstanceRequest_Clusters+    CreateInstanceRequest_Clusters (..),+    newCreateInstanceRequest_Clusters,++    -- * CreateTableRequest+    CreateTableRequest (..),+    newCreateTableRequest,++    -- * DataBoostIsolationReadOnly+    DataBoostIsolationReadOnly (..),+    newDataBoostIsolationReadOnly,++    -- * DataBoostReadLocalWrites+    DataBoostReadLocalWrites (..),+    newDataBoostReadLocalWrites,++    -- * DropRowRangeRequest+    DropRowRangeRequest (..),+    newDropRowRangeRequest,++    -- * Empty+    Empty (..),+    newEmpty,++    -- * EncryptionConfig+    EncryptionConfig (..),+    newEncryptionConfig,++    -- * EncryptionInfo+    EncryptionInfo (..),+    newEncryptionInfo,++    -- * Expr+    Expr (..),+    newExpr,++    -- * GcRule+    GcRule (..),+    newGcRule,++    -- * GenerateConsistencyTokenRequest+    GenerateConsistencyTokenRequest (..),+    newGenerateConsistencyTokenRequest,++    -- * GenerateConsistencyTokenResponse+    GenerateConsistencyTokenResponse (..),+    newGenerateConsistencyTokenResponse,++    -- * GetIamPolicyRequest+    GetIamPolicyRequest (..),+    newGetIamPolicyRequest,++    -- * GetPolicyOptions+    GetPolicyOptions (..),+    newGetPolicyOptions,++    -- * GoogleBigtableAdminV2AuthorizedViewFamilySubsets+    GoogleBigtableAdminV2AuthorizedViewFamilySubsets (..),+    newGoogleBigtableAdminV2AuthorizedViewFamilySubsets,++    -- * GoogleBigtableAdminV2AuthorizedViewSubsetView+    GoogleBigtableAdminV2AuthorizedViewSubsetView (..),+    newGoogleBigtableAdminV2AuthorizedViewSubsetView,++    -- * GoogleBigtableAdminV2AuthorizedViewSubsetView_FamilySubsets+    GoogleBigtableAdminV2AuthorizedViewSubsetView_FamilySubsets (..),+    newGoogleBigtableAdminV2AuthorizedViewSubsetView_FamilySubsets,++    -- * GoogleBigtableAdminV2TypeAggregate+    GoogleBigtableAdminV2TypeAggregate (..),+    newGoogleBigtableAdminV2TypeAggregate,++    -- * GoogleBigtableAdminV2TypeAggregateHyperLogLogPlusPlusUniqueCount+    GoogleBigtableAdminV2TypeAggregateHyperLogLogPlusPlusUniqueCount (..),+    newGoogleBigtableAdminV2TypeAggregateHyperLogLogPlusPlusUniqueCount,++    -- * GoogleBigtableAdminV2TypeAggregateMax+    GoogleBigtableAdminV2TypeAggregateMax (..),+    newGoogleBigtableAdminV2TypeAggregateMax,++    -- * GoogleBigtableAdminV2TypeAggregateMin+    GoogleBigtableAdminV2TypeAggregateMin (..),+    newGoogleBigtableAdminV2TypeAggregateMin,++    -- * GoogleBigtableAdminV2TypeAggregateSum+    GoogleBigtableAdminV2TypeAggregateSum (..),+    newGoogleBigtableAdminV2TypeAggregateSum,++    -- * GoogleBigtableAdminV2TypeArray+    GoogleBigtableAdminV2TypeArray (..),+    newGoogleBigtableAdminV2TypeArray,++    -- * GoogleBigtableAdminV2TypeBool+    GoogleBigtableAdminV2TypeBool (..),+    newGoogleBigtableAdminV2TypeBool,++    -- * GoogleBigtableAdminV2TypeBytes+    GoogleBigtableAdminV2TypeBytes (..),+    newGoogleBigtableAdminV2TypeBytes,++    -- * GoogleBigtableAdminV2TypeBytesEncoding+    GoogleBigtableAdminV2TypeBytesEncoding (..),+    newGoogleBigtableAdminV2TypeBytesEncoding,++    -- * GoogleBigtableAdminV2TypeBytesEncodingRaw+    GoogleBigtableAdminV2TypeBytesEncodingRaw (..),+    newGoogleBigtableAdminV2TypeBytesEncodingRaw,++    -- * GoogleBigtableAdminV2TypeDate+    GoogleBigtableAdminV2TypeDate (..),+    newGoogleBigtableAdminV2TypeDate,++    -- * GoogleBigtableAdminV2TypeFloat32+    GoogleBigtableAdminV2TypeFloat32 (..),+    newGoogleBigtableAdminV2TypeFloat32,++    -- * GoogleBigtableAdminV2TypeFloat64+    GoogleBigtableAdminV2TypeFloat64 (..),+    newGoogleBigtableAdminV2TypeFloat64,++    -- * GoogleBigtableAdminV2TypeInt64+    GoogleBigtableAdminV2TypeInt64 (..),+    newGoogleBigtableAdminV2TypeInt64,++    -- * GoogleBigtableAdminV2TypeInt64Encoding+    GoogleBigtableAdminV2TypeInt64Encoding (..),+    newGoogleBigtableAdminV2TypeInt64Encoding,++    -- * GoogleBigtableAdminV2TypeInt64EncodingBigEndianBytes+    GoogleBigtableAdminV2TypeInt64EncodingBigEndianBytes (..),+    newGoogleBigtableAdminV2TypeInt64EncodingBigEndianBytes,++    -- * GoogleBigtableAdminV2TypeInt64EncodingOrderedCodeBytes+    GoogleBigtableAdminV2TypeInt64EncodingOrderedCodeBytes (..),+    newGoogleBigtableAdminV2TypeInt64EncodingOrderedCodeBytes,++    -- * GoogleBigtableAdminV2TypeMap+    GoogleBigtableAdminV2TypeMap (..),+    newGoogleBigtableAdminV2TypeMap,++    -- * GoogleBigtableAdminV2TypeString+    GoogleBigtableAdminV2TypeString (..),+    newGoogleBigtableAdminV2TypeString,++    -- * GoogleBigtableAdminV2TypeStringEncoding+    GoogleBigtableAdminV2TypeStringEncoding (..),+    newGoogleBigtableAdminV2TypeStringEncoding,++    -- * GoogleBigtableAdminV2TypeStringEncodingUtf8Bytes+    GoogleBigtableAdminV2TypeStringEncodingUtf8Bytes (..),+    newGoogleBigtableAdminV2TypeStringEncodingUtf8Bytes,++    -- * GoogleBigtableAdminV2TypeStringEncodingUtf8Raw+    GoogleBigtableAdminV2TypeStringEncodingUtf8Raw (..),+    newGoogleBigtableAdminV2TypeStringEncodingUtf8Raw,++    -- * GoogleBigtableAdminV2TypeStruct+    GoogleBigtableAdminV2TypeStruct (..),+    newGoogleBigtableAdminV2TypeStruct,++    -- * GoogleBigtableAdminV2TypeStructEncoding+    GoogleBigtableAdminV2TypeStructEncoding (..),+    newGoogleBigtableAdminV2TypeStructEncoding,++    -- * GoogleBigtableAdminV2TypeStructEncodingDelimitedBytes+    GoogleBigtableAdminV2TypeStructEncodingDelimitedBytes (..),+    newGoogleBigtableAdminV2TypeStructEncodingDelimitedBytes,++    -- * GoogleBigtableAdminV2TypeStructEncodingOrderedCodeBytes+    GoogleBigtableAdminV2TypeStructEncodingOrderedCodeBytes (..),+    newGoogleBigtableAdminV2TypeStructEncodingOrderedCodeBytes,++    -- * GoogleBigtableAdminV2TypeStructEncodingSingleton+    GoogleBigtableAdminV2TypeStructEncodingSingleton (..),+    newGoogleBigtableAdminV2TypeStructEncodingSingleton,++    -- * GoogleBigtableAdminV2TypeStructField+    GoogleBigtableAdminV2TypeStructField (..),+    newGoogleBigtableAdminV2TypeStructField,++    -- * GoogleBigtableAdminV2TypeTimestamp+    GoogleBigtableAdminV2TypeTimestamp (..),+    newGoogleBigtableAdminV2TypeTimestamp,++    -- * GoogleBigtableAdminV2TypeTimestampEncoding+    GoogleBigtableAdminV2TypeTimestampEncoding (..),+    newGoogleBigtableAdminV2TypeTimestampEncoding,++    -- * HotTablet+    HotTablet (..),+    newHotTablet,++    -- * Instance+    Instance (..),+    newInstance,++    -- * Instance_Labels+    Instance_Labels (..),+    newInstance_Labels,++    -- * Intersection+    Intersection (..),+    newIntersection,++    -- * ListAppProfilesResponse+    ListAppProfilesResponse (..),+    newListAppProfilesResponse,++    -- * ListAuthorizedViewsResponse+    ListAuthorizedViewsResponse (..),+    newListAuthorizedViewsResponse,++    -- * ListBackupsResponse+    ListBackupsResponse (..),+    newListBackupsResponse,++    -- * ListClustersResponse+    ListClustersResponse (..),+    newListClustersResponse,++    -- * ListHotTabletsResponse+    ListHotTabletsResponse (..),+    newListHotTabletsResponse,++    -- * ListInstancesResponse+    ListInstancesResponse (..),+    newListInstancesResponse,++    -- * ListLocationsResponse+    ListLocationsResponse (..),+    newListLocationsResponse,++    -- * ListOperationsResponse+    ListOperationsResponse (..),+    newListOperationsResponse,++    -- * ListTablesResponse+    ListTablesResponse (..),+    newListTablesResponse,++    -- * Location+    Location (..),+    newLocation,++    -- * Location_Labels+    Location_Labels (..),+    newLocation_Labels,++    -- * Location_Metadata+    Location_Metadata (..),+    newLocation_Metadata,++    -- * Modification+    Modification (..),+    newModification,++    -- * ModifyColumnFamiliesRequest+    ModifyColumnFamiliesRequest (..),+    newModifyColumnFamiliesRequest,++    -- * MultiClusterRoutingUseAny+    MultiClusterRoutingUseAny (..),+    newMultiClusterRoutingUseAny,++    -- * Operation+    Operation (..),+    newOperation,++    -- * Operation_Metadata+    Operation_Metadata (..),+    newOperation_Metadata,++    -- * Operation_Response+    Operation_Response (..),+    newOperation_Response,++    -- * OperationProgress+    OperationProgress (..),+    newOperationProgress,++    -- * OptimizeRestoredTableMetadata+    OptimizeRestoredTableMetadata (..),+    newOptimizeRestoredTableMetadata,++    -- * PartialUpdateClusterMetadata+    PartialUpdateClusterMetadata (..),+    newPartialUpdateClusterMetadata,++    -- * PartialUpdateClusterRequest+    PartialUpdateClusterRequest (..),+    newPartialUpdateClusterRequest,++    -- * PartialUpdateInstanceRequest+    PartialUpdateInstanceRequest (..),+    newPartialUpdateInstanceRequest,++    -- * Policy+    Policy (..),+    newPolicy,++    -- * RestoreInfo+    RestoreInfo (..),+    newRestoreInfo,++    -- * RestoreTableMetadata+    RestoreTableMetadata (..),+    newRestoreTableMetadata,++    -- * RestoreTableRequest+    RestoreTableRequest (..),+    newRestoreTableRequest,++    -- * RowAffinity+    RowAffinity (..),+    newRowAffinity,++    -- * SetIamPolicyRequest+    SetIamPolicyRequest (..),+    newSetIamPolicyRequest,++    -- * SingleClusterRouting+    SingleClusterRouting (..),+    newSingleClusterRouting,++    -- * Split+    Split (..),+    newSplit,++    -- * StandardIsolation+    StandardIsolation (..),+    newStandardIsolation,++    -- * StandardReadRemoteWrites+    StandardReadRemoteWrites (..),+    newStandardReadRemoteWrites,++    -- * Status+    Status (..),+    newStatus,++    -- * Status_DetailsItem+    Status_DetailsItem (..),+    newStatus_DetailsItem,++    -- * Table+    Table (..),+    newTable,++    -- * Table_ClusterStates+    Table_ClusterStates (..),+    newTable_ClusterStates,++    -- * Table_ColumnFamilies+    Table_ColumnFamilies (..),+    newTable_ColumnFamilies,++    -- * TableProgress+    TableProgress (..),+    newTableProgress,++    -- * TableStats+    TableStats (..),+    newTableStats,++    -- * TestIamPermissionsRequest+    TestIamPermissionsRequest (..),+    newTestIamPermissionsRequest,++    -- * TestIamPermissionsResponse+    TestIamPermissionsResponse (..),+    newTestIamPermissionsResponse,++    -- * Type+    Type (..),+    newType,++    -- * UndeleteTableMetadata+    UndeleteTableMetadata (..),+    newUndeleteTableMetadata,++    -- * UndeleteTableRequest+    UndeleteTableRequest (..),+    newUndeleteTableRequest,++    -- * Union+    Union (..),+    newUnion,++    -- * UpdateAppProfileMetadata+    UpdateAppProfileMetadata (..),+    newUpdateAppProfileMetadata,++    -- * UpdateAuthorizedViewMetadata+    UpdateAuthorizedViewMetadata (..),+    newUpdateAuthorizedViewMetadata,++    -- * UpdateAuthorizedViewRequest+    UpdateAuthorizedViewRequest (..),+    newUpdateAuthorizedViewRequest,++    -- * UpdateClusterMetadata+    UpdateClusterMetadata (..),+    newUpdateClusterMetadata,++    -- * UpdateInstanceMetadata+    UpdateInstanceMetadata (..),+    newUpdateInstanceMetadata,++    -- * UpdateTableMetadata+    UpdateTableMetadata (..),+    newUpdateTableMetadata,+  )+where++import Gogol.BigtableAdmin.Internal.Sum+import Gogol.Prelude qualified as Core++-- | A configuration object describing how Cloud Bigtable should treat traffic from a particular end user application.+--+-- /See:/ 'newAppProfile' smart constructor.+data AppProfile = AppProfile+  { -- | Specifies that this app profile is intended for read-only usage via the Data Boost feature.+    dataBoostIsolationReadOnly :: (Core.Maybe DataBoostIsolationReadOnly),+    -- | Long form description of the use case for this AppProfile.+    description :: (Core.Maybe Core.Text),+    -- | Strongly validated etag for optimistic concurrency control. Preserve the value returned from @GetAppProfile@ when calling @UpdateAppProfile@ to fail the request if there has been a modification in the mean time. The @update_mask@ of the request need not include @etag@ for this protection to apply. See <https://en.wikipedia.org/wiki/HTTP_ETag Wikipedia> and <https://tools.ietf.org/html/rfc7232#section-2.3 RFC 7232> for more details.+    etag :: (Core.Maybe Core.Text),+    -- | Use a multi-cluster routing policy.+    multiClusterRoutingUseAny :: (Core.Maybe MultiClusterRoutingUseAny),+    -- | The unique name of the app profile. Values are of the form @projects\/{project}\/instances\/{instance}\/appProfiles\/_a-zA-Z0-9*@.+    name :: (Core.Maybe Core.Text),+    -- | This field has been deprecated in favor of @standard_isolation.priority@. If you set this field, @standard_isolation.priority@ will be set instead. The priority of requests sent using this app profile.+    priority :: (Core.Maybe AppProfile_Priority),+    -- | Use a single-cluster routing policy.+    singleClusterRouting :: (Core.Maybe SingleClusterRouting),+    -- | The standard options used for isolating this app profile\'s traffic from other use cases.+    standardIsolation :: (Core.Maybe StandardIsolation)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'AppProfile' with the minimum fields required to make a request.+newAppProfile ::+  AppProfile+newAppProfile =+  AppProfile+    { dataBoostIsolationReadOnly = Core.Nothing,+      description = Core.Nothing,+      etag = Core.Nothing,+      multiClusterRoutingUseAny = Core.Nothing,+      name = Core.Nothing,+      priority = Core.Nothing,+      singleClusterRouting = Core.Nothing,+      standardIsolation = Core.Nothing+    }++instance Core.FromJSON AppProfile where+  parseJSON =+    Core.withObject+      "AppProfile"+      ( \o ->+          AppProfile+            Core.<$> (o Core..:? "dataBoostIsolationReadOnly")+            Core.<*> (o Core..:? "description")+            Core.<*> (o Core..:? "etag")+            Core.<*> (o Core..:? "multiClusterRoutingUseAny")+            Core.<*> (o Core..:? "name")+            Core.<*> (o Core..:? "priority")+            Core.<*> (o Core..:? "singleClusterRouting")+            Core.<*> (o Core..:? "standardIsolation")+      )++instance Core.ToJSON AppProfile where+  toJSON AppProfile {..} =+    Core.object+      ( Core.catMaybes+          [ ("dataBoostIsolationReadOnly" Core..=)+              Core.<$> dataBoostIsolationReadOnly,+            ("description" Core..=) Core.<$> description,+            ("etag" Core..=) Core.<$> etag,+            ("multiClusterRoutingUseAny" Core..=)+              Core.<$> multiClusterRoutingUseAny,+            ("name" Core..=) Core.<$> name,+            ("priority" Core..=) Core.<$> priority,+            ("singleClusterRouting" Core..=) Core.<$> singleClusterRouting,+            ("standardIsolation" Core..=) Core.<$> standardIsolation+          ]+      )++-- | Specifies the audit configuration for a service. The configuration determines which permission types are logged, and what identities, if any, are exempted from logging. An AuditConfig must have one or more AuditLogConfigs. If there are AuditConfigs for both @allServices@ and a specific service, the union of the two AuditConfigs is used for that service: the log/types specified in each AuditConfig are enabled, and the exempted/members in each AuditLogConfig are exempted. Example Policy with multiple AuditConfigs: { \"audit/configs\": [ { \"service\": \"allServices\", \"audit/log/configs\": [ { \"log/type\": \"DATA/READ\", \"exempted/members\": [ \"user:jose\@example.com\" ] }, { \"log/type\": \"DATA/WRITE\" }, { \"log/type\": \"ADMIN/READ\" } ] }, { \"service\": \"sampleservice.googleapis.com\", \"audit/log/configs\": [ { \"log/type\": \"DATA/READ\" }, { \"log/type\": \"DATA/WRITE\", \"exempted/members\": [ \"user:aliya\@example.com\" ] } ] } ] } For sampleservice, this policy enables DATA/READ, DATA/WRITE and+-- ADMIN/READ logging. It also exempts @jose\@example.com@ from DATA/READ logging, and @aliya\@example.com@ from DATA/WRITE logging.+--+-- /See:/ 'newAuditConfig' smart constructor.+data AuditConfig = AuditConfig+  { -- | The configuration for logging of each type of permission.+    auditLogConfigs :: (Core.Maybe [AuditLogConfig]),+    -- | Specifies a service that will be enabled for audit logging. For example, @storage.googleapis.com@, @cloudsql.googleapis.com@. @allServices@ is a special value that covers all services.+    service :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'AuditConfig' with the minimum fields required to make a request.+newAuditConfig ::+  AuditConfig+newAuditConfig =+  AuditConfig+    { auditLogConfigs = Core.Nothing,+      service = Core.Nothing+    }++instance Core.FromJSON AuditConfig where+  parseJSON =+    Core.withObject+      "AuditConfig"+      ( \o ->+          AuditConfig+            Core.<$> (o Core..:? "auditLogConfigs")+            Core.<*> (o Core..:? "service")+      )++instance Core.ToJSON AuditConfig where+  toJSON AuditConfig {..} =+    Core.object+      ( Core.catMaybes+          [ ("auditLogConfigs" Core..=) Core.<$> auditLogConfigs,+            ("service" Core..=) Core.<$> service+          ]+      )++-- | Provides the configuration for logging a type of permissions. Example: { \"audit/log/configs\": [ { \"log/type\": \"DATA/READ\", \"exempted/members\": [ \"user:jose\@example.com\" ] }, { \"log/type\": \"DATA/WRITE\" } ] } This enables \'DATA/READ\' and \'DATA/WRITE\' logging, while exempting jose\@example.com from DATA/READ logging.+--+-- /See:/ 'newAuditLogConfig' smart constructor.+data AuditLogConfig = AuditLogConfig+  { -- | Specifies the identities that do not cause logging for this type of permission. Follows the same format of Binding.members.+    exemptedMembers :: (Core.Maybe [Core.Text]),+    -- | The log type that this config enables.+    logType :: (Core.Maybe AuditLogConfig_LogType)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'AuditLogConfig' with the minimum fields required to make a request.+newAuditLogConfig ::+  AuditLogConfig+newAuditLogConfig =+  AuditLogConfig+    { exemptedMembers = Core.Nothing,+      logType = Core.Nothing+    }++instance Core.FromJSON AuditLogConfig where+  parseJSON =+    Core.withObject+      "AuditLogConfig"+      ( \o ->+          AuditLogConfig+            Core.<$> (o Core..:? "exemptedMembers")+            Core.<*> (o Core..:? "logType")+      )++instance Core.ToJSON AuditLogConfig where+  toJSON AuditLogConfig {..} =+    Core.object+      ( Core.catMaybes+          [ ("exemptedMembers" Core..=) Core.<$> exemptedMembers,+            ("logType" Core..=) Core.<$> logType+          ]+      )++-- | An Authorized View of a Cloud Bigtable Table.+--+-- /See:/ 'newAuthorizedView' smart constructor.+data AuthorizedView = AuthorizedView+  { -- | Set to true to make the AuthorizedView protected against deletion. The parent Table and containing Instance cannot be deleted if an AuthorizedView has this bit set.+    deletionProtection :: (Core.Maybe Core.Bool),+    -- | The etag for this AuthorizedView. If this is provided on update, it must match the server\'s etag. The server returns ABORTED error on a mismatched etag.+    etag :: (Core.Maybe Core.Text),+    -- | Identifier. The name of this AuthorizedView. Values are of the form @projects\/{project}\/instances\/{instance}\/tables\/{table}\/authorizedViews\/{authorized_view}@+    name :: (Core.Maybe Core.Text),+    -- | An AuthorizedView permitting access to an explicit subset of a Table.+    subsetView :: (Core.Maybe GoogleBigtableAdminV2AuthorizedViewSubsetView)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'AuthorizedView' with the minimum fields required to make a request.+newAuthorizedView ::+  AuthorizedView+newAuthorizedView =+  AuthorizedView+    { deletionProtection = Core.Nothing,+      etag = Core.Nothing,+      name = Core.Nothing,+      subsetView = Core.Nothing+    }++instance Core.FromJSON AuthorizedView where+  parseJSON =+    Core.withObject+      "AuthorizedView"+      ( \o ->+          AuthorizedView+            Core.<$> (o Core..:? "deletionProtection")+            Core.<*> (o Core..:? "etag")+            Core.<*> (o Core..:? "name")+            Core.<*> (o Core..:? "subsetView")+      )++instance Core.ToJSON AuthorizedView where+  toJSON AuthorizedView {..} =+    Core.object+      ( Core.catMaybes+          [ ("deletionProtection" Core..=) Core.<$> deletionProtection,+            ("etag" Core..=) Core.<$> etag,+            ("name" Core..=) Core.<$> name,+            ("subsetView" Core..=) Core.<$> subsetView+          ]+      )++-- | Defines an automated backup policy for a table+--+-- /See:/ 'newAutomatedBackupPolicy' smart constructor.+data AutomatedBackupPolicy = AutomatedBackupPolicy+  { -- | How frequently automated backups should occur. The only supported value at this time is 24 hours. An undefined frequency is treated as 24 hours.+    frequency :: (Core.Maybe Core.Duration),+    -- | Required. How long the automated backups should be retained. Values must be at least 3 days and at most 90 days.+    retentionPeriod :: (Core.Maybe Core.Duration)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'AutomatedBackupPolicy' with the minimum fields required to make a request.+newAutomatedBackupPolicy ::+  AutomatedBackupPolicy+newAutomatedBackupPolicy =+  AutomatedBackupPolicy+    { frequency = Core.Nothing,+      retentionPeriod = Core.Nothing+    }++instance Core.FromJSON AutomatedBackupPolicy where+  parseJSON =+    Core.withObject+      "AutomatedBackupPolicy"+      ( \o ->+          AutomatedBackupPolicy+            Core.<$> (o Core..:? "frequency")+            Core.<*> (o Core..:? "retentionPeriod")+      )++instance Core.ToJSON AutomatedBackupPolicy where+  toJSON AutomatedBackupPolicy {..} =+    Core.object+      ( Core.catMaybes+          [ ("frequency" Core..=) Core.<$> frequency,+            ("retentionPeriod" Core..=) Core.<$> retentionPeriod+          ]+      )++-- | Limits for the number of nodes a Cluster can autoscale up\/down to.+--+-- /See:/ 'newAutoscalingLimits' smart constructor.+data AutoscalingLimits = AutoscalingLimits+  { -- | Required. Maximum number of nodes to scale up to.+    maxServeNodes :: (Core.Maybe Core.Int32),+    -- | Required. Minimum number of nodes to scale down to.+    minServeNodes :: (Core.Maybe Core.Int32)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'AutoscalingLimits' with the minimum fields required to make a request.+newAutoscalingLimits ::+  AutoscalingLimits+newAutoscalingLimits =+  AutoscalingLimits+    { maxServeNodes = Core.Nothing,+      minServeNodes = Core.Nothing+    }++instance Core.FromJSON AutoscalingLimits where+  parseJSON =+    Core.withObject+      "AutoscalingLimits"+      ( \o ->+          AutoscalingLimits+            Core.<$> (o Core..:? "maxServeNodes")+            Core.<*> (o Core..:? "minServeNodes")+      )++instance Core.ToJSON AutoscalingLimits where+  toJSON AutoscalingLimits {..} =+    Core.object+      ( Core.catMaybes+          [ ("maxServeNodes" Core..=) Core.<$> maxServeNodes,+            ("minServeNodes" Core..=) Core.<$> minServeNodes+          ]+      )++-- | The Autoscaling targets for a Cluster. These determine the recommended nodes.+--+-- /See:/ 'newAutoscalingTargets' smart constructor.+data AutoscalingTargets = AutoscalingTargets+  { -- | The cpu utilization that the Autoscaler should be trying to achieve. This number is on a scale from 0 (no utilization) to 100 (total utilization), and is limited between 10 and 80, otherwise it will return INVALID_ARGUMENT error.+    cpuUtilizationPercent :: (Core.Maybe Core.Int32),+    -- | The storage utilization that the Autoscaler should be trying to achieve. This number is limited between 2560 (2.5TiB) and 5120 (5TiB) for a SSD cluster and between 8192 (8TiB) and 16384 (16TiB) for an HDD cluster, otherwise it will return INVALID_ARGUMENT error. If this value is set to 0, it will be treated as if it were set to the default value: 2560 for SSD, 8192 for HDD.+    storageUtilizationGibPerNode :: (Core.Maybe Core.Int32)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'AutoscalingTargets' with the minimum fields required to make a request.+newAutoscalingTargets ::+  AutoscalingTargets+newAutoscalingTargets =+  AutoscalingTargets+    { cpuUtilizationPercent = Core.Nothing,+      storageUtilizationGibPerNode = Core.Nothing+    }++instance Core.FromJSON AutoscalingTargets where+  parseJSON =+    Core.withObject+      "AutoscalingTargets"+      ( \o ->+          AutoscalingTargets+            Core.<$> (o Core..:? "cpuUtilizationPercent")+            Core.<*> (o Core..:? "storageUtilizationGibPerNode")+      )++instance Core.ToJSON AutoscalingTargets where+  toJSON AutoscalingTargets {..} =+    Core.object+      ( Core.catMaybes+          [ ("cpuUtilizationPercent" Core..=) Core.<$> cpuUtilizationPercent,+            ("storageUtilizationGibPerNode" Core..=)+              Core.<$> storageUtilizationGibPerNode+          ]+      )++-- | A backup of a Cloud Bigtable table.+--+-- /See:/ 'newBackup' smart constructor.+data Backup = Backup+  { -- | Indicates the backup type of the backup.+    backupType :: (Core.Maybe Backup_BackupType),+    -- | Output only. The encryption information for the backup.+    encryptionInfo :: (Core.Maybe EncryptionInfo),+    -- | Output only. @end_time@ is the time that the backup was finished. The row data in the backup will be no newer than this timestamp.+    endTime :: (Core.Maybe Core.DateTime),+    -- | Required. The expiration time of the backup. When creating a backup or updating its @expire_time@, the value must be greater than the backup creation time by: - At least 6 hours - At most 90 days Once the @expire_time@ has passed, Cloud Bigtable will delete the backup.+    expireTime :: (Core.Maybe Core.DateTime),+    -- | The time at which the hot backup will be converted to a standard backup. Once the @hot_to_standard_time@ has passed, Cloud Bigtable will convert the hot backup to a standard backup. This value must be greater than the backup creation time by: - At least 24 hours This field only applies for hot backups. When creating or updating a standard backup, attempting to set this field will fail the request.+    hotToStandardTime :: (Core.Maybe Core.DateTime),+    -- | A globally unique identifier for the backup which cannot be changed. Values are of the form @projects\/{project}\/instances\/{instance}\/clusters\/{cluster}\/ backups\/_a-zA-Z0-9*@ The final segment of the name must be between 1 and 50 characters in length. The backup is stored in the cluster identified by the prefix of the backup name of the form @projects\/{project}\/instances\/{instance}\/clusters\/{cluster}@.+    name :: (Core.Maybe Core.Text),+    -- | Output only. Size of the backup in bytes.+    sizeBytes :: (Core.Maybe Core.Int64),+    -- | Output only. Name of the backup from which this backup was copied. If a backup is not created by copying a backup, this field will be empty. Values are of the form: projects\/\/instances\/\/clusters\/\/backups\/+    sourceBackup :: (Core.Maybe Core.Text),+    -- | Required. Immutable. Name of the table from which this backup was created. This needs to be in the same instance as the backup. Values are of the form @projects\/{project}\/instances\/{instance}\/tables\/{source_table}@.+    sourceTable :: (Core.Maybe Core.Text),+    -- | Output only. @start_time@ is the time that the backup was started (i.e. approximately the time the CreateBackup request is received). The row data in this backup will be no older than this timestamp.+    startTime :: (Core.Maybe Core.DateTime),+    -- | Output only. The current state of the backup.+    state :: (Core.Maybe Backup_State)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'Backup' with the minimum fields required to make a request.+newBackup ::+  Backup+newBackup =+  Backup+    { backupType = Core.Nothing,+      encryptionInfo = Core.Nothing,+      endTime = Core.Nothing,+      expireTime = Core.Nothing,+      hotToStandardTime = Core.Nothing,+      name = Core.Nothing,+      sizeBytes = Core.Nothing,+      sourceBackup = Core.Nothing,+      sourceTable = Core.Nothing,+      startTime = Core.Nothing,+      state = Core.Nothing+    }++instance Core.FromJSON Backup where+  parseJSON =+    Core.withObject+      "Backup"+      ( \o ->+          Backup+            Core.<$> (o Core..:? "backupType")+            Core.<*> (o Core..:? "encryptionInfo")+            Core.<*> (o Core..:? "endTime")+            Core.<*> (o Core..:? "expireTime")+            Core.<*> (o Core..:? "hotToStandardTime")+            Core.<*> (o Core..:? "name")+            Core.<*> (o Core..:? "sizeBytes" Core.<&> Core.fmap Core.fromAsText)+            Core.<*> (o Core..:? "sourceBackup")+            Core.<*> (o Core..:? "sourceTable")+            Core.<*> (o Core..:? "startTime")+            Core.<*> (o Core..:? "state")+      )++instance Core.ToJSON Backup where+  toJSON Backup {..} =+    Core.object+      ( Core.catMaybes+          [ ("backupType" Core..=) Core.<$> backupType,+            ("encryptionInfo" Core..=) Core.<$> encryptionInfo,+            ("endTime" Core..=) Core.<$> endTime,+            ("expireTime" Core..=) Core.<$> expireTime,+            ("hotToStandardTime" Core..=) Core.<$> hotToStandardTime,+            ("name" Core..=) Core.<$> name,+            ("sizeBytes" Core..=) Core.. Core.AsText Core.<$> sizeBytes,+            ("sourceBackup" Core..=) Core.<$> sourceBackup,+            ("sourceTable" Core..=) Core.<$> sourceTable,+            ("startTime" Core..=) Core.<$> startTime,+            ("state" Core..=) Core.<$> state+          ]+      )++-- | Information about a backup.+--+-- /See:/ 'newBackupInfo' smart constructor.+data BackupInfo = BackupInfo+  { -- | Output only. Name of the backup.+    backup :: (Core.Maybe Core.Text),+    -- | Output only. This time that the backup was finished. Row data in the backup will be no newer than this timestamp.+    endTime :: (Core.Maybe Core.DateTime),+    -- | Output only. Name of the backup from which this backup was copied. If a backup is not created by copying a backup, this field will be empty. Values are of the form: projects\/\/instances\/\/clusters\/\/backups\/+    sourceBackup :: (Core.Maybe Core.Text),+    -- | Output only. Name of the table the backup was created from.+    sourceTable :: (Core.Maybe Core.Text),+    -- | Output only. The time that the backup was started. Row data in the backup will be no older than this timestamp.+    startTime :: (Core.Maybe Core.DateTime)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'BackupInfo' with the minimum fields required to make a request.+newBackupInfo ::+  BackupInfo+newBackupInfo =+  BackupInfo+    { backup = Core.Nothing,+      endTime = Core.Nothing,+      sourceBackup = Core.Nothing,+      sourceTable = Core.Nothing,+      startTime = Core.Nothing+    }++instance Core.FromJSON BackupInfo where+  parseJSON =+    Core.withObject+      "BackupInfo"+      ( \o ->+          BackupInfo+            Core.<$> (o Core..:? "backup")+            Core.<*> (o Core..:? "endTime")+            Core.<*> (o Core..:? "sourceBackup")+            Core.<*> (o Core..:? "sourceTable")+            Core.<*> (o Core..:? "startTime")+      )++instance Core.ToJSON BackupInfo where+  toJSON BackupInfo {..} =+    Core.object+      ( Core.catMaybes+          [ ("backup" Core..=) Core.<$> backup,+            ("endTime" Core..=) Core.<$> endTime,+            ("sourceBackup" Core..=) Core.<$> sourceBackup,+            ("sourceTable" Core..=) Core.<$> sourceTable,+            ("startTime" Core..=) Core.<$> startTime+          ]+      )++-- | Associates @members@, or principals, with a @role@.+--+-- /See:/ 'newBinding' smart constructor.+data Binding = Binding+  { -- | The condition that is associated with this binding. If the condition evaluates to @true@, then this binding applies to the current request. If the condition evaluates to @false@, then this binding does not apply to the current request. However, a different role binding might grant the same role to one or more of the principals in this binding. To learn which resources support conditions in their IAM policies, see the <https://cloud.google.com/iam/help/conditions/resource-policies IAM documentation>.+    condition :: (Core.Maybe Expr),+    -- | Specifies the principals requesting access for a Google Cloud resource. @members@ can have the following values: * @allUsers@: A special identifier that represents anyone who is on the internet; with or without a Google account. * @allAuthenticatedUsers@: A special identifier that represents anyone who is authenticated with a Google account or a service account. Does not include identities that come from external identity providers (IdPs) through identity federation. * @user:{emailid}@: An email address that represents a specific Google account. For example, @alice\@example.com@ . * @serviceAccount:{emailid}@: An email address that represents a Google service account. For example, @my-other-app\@appspot.gserviceaccount.com@. * @serviceAccount:{projectid}.svc.id.goog[{namespace}\/{kubernetes-sa}]@: An identifier for a <https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-accounts Kubernetes service account>. For example, @my-project.svc.id.goog[my-namespace\/my-kubernetes-sa]@. *+    -- @group:{emailid}@: An email address that represents a Google group. For example, @admins\@example.com@. * @domain:{domain}@: The G Suite domain (primary) that represents all the users of that domain. For example, @google.com@ or @example.com@. * @principal:\/\/iam.googleapis.com\/locations\/global\/workforcePools\/{pool_id}\/subject\/{subject_attribute_value}@: A single identity in a workforce identity pool. * @principalSet:\/\/iam.googleapis.com\/locations\/global\/workforcePools\/{pool_id}\/group\/{group_id}@: All workforce identities in a group. * @principalSet:\/\/iam.googleapis.com\/locations\/global\/workforcePools\/{pool_id}\/attribute.{attribute_name}\/{attribute_value}@: All workforce identities with a specific attribute value. * @principalSet:\/\/iam.googleapis.com\/locations\/global\/workforcePools\/{pool_id}\/*@: All identities in a workforce identity pool. *+    -- @principal:\/\/iam.googleapis.com\/projects\/{project_number}\/locations\/global\/workloadIdentityPools\/{pool_id}\/subject\/{subject_attribute_value}@: A single identity in a workload identity pool. * @principalSet:\/\/iam.googleapis.com\/projects\/{project_number}\/locations\/global\/workloadIdentityPools\/{pool_id}\/group\/{group_id}@: A workload identity pool group. * @principalSet:\/\/iam.googleapis.com\/projects\/{project_number}\/locations\/global\/workloadIdentityPools\/{pool_id}\/attribute.{attribute_name}\/{attribute_value}@: All identities in a workload identity pool with a certain attribute. * @principalSet:\/\/iam.googleapis.com\/projects\/{project_number}\/locations\/global\/workloadIdentityPools\/{pool_id}\/*@: All identities in a workload identity pool. * @deleted:user:{emailid}?uid={uniqueid}@: An email address (plus unique identifier) representing a user that has been recently deleted. For example, @alice\@example.com?uid=123456789012345678901@. If the user is recovered, this value reverts+    -- to @user:{emailid}@ and the recovered user retains the role in the binding. * @deleted:serviceAccount:{emailid}?uid={uniqueid}@: An email address (plus unique identifier) representing a service account that has been recently deleted. For example, @my-other-app\@appspot.gserviceaccount.com?uid=123456789012345678901@. If the service account is undeleted, this value reverts to @serviceAccount:{emailid}@ and the undeleted service account retains the role in the binding. * @deleted:group:{emailid}?uid={uniqueid}@: An email address (plus unique identifier) representing a Google group that has been recently deleted. For example, @admins\@example.com?uid=123456789012345678901@. If the group is recovered, this value reverts to @group:{emailid}@ and the recovered group retains the role in the binding. * @deleted:principal:\/\/iam.googleapis.com\/locations\/global\/workforcePools\/{pool_id}\/subject\/{subject_attribute_value}@: Deleted single identity in a workforce identity pool. For example,+    -- @deleted:principal:\/\/iam.googleapis.com\/locations\/global\/workforcePools\/my-pool-id\/subject\/my-subject-attribute-value@.+    members :: (Core.Maybe [Core.Text]),+    -- | Role that is assigned to the list of @members@, or principals. For example, @roles\/viewer@, @roles\/editor@, or @roles\/owner@. For an overview of the IAM roles and permissions, see the <https://cloud.google.com/iam/docs/roles-overview IAM documentation>. For a list of the available pre-defined roles, see <https://cloud.google.com/iam/docs/understanding-roles here>.+    role' :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'Binding' with the minimum fields required to make a request.+newBinding ::+  Binding+newBinding =+  Binding+    { condition = Core.Nothing,+      members = Core.Nothing,+      role' = Core.Nothing+    }++instance Core.FromJSON Binding where+  parseJSON =+    Core.withObject+      "Binding"+      ( \o ->+          Binding+            Core.<$> (o Core..:? "condition")+            Core.<*> (o Core..:? "members")+            Core.<*> (o Core..:? "role")+      )++instance Core.ToJSON Binding where+  toJSON Binding {..} =+    Core.object+      ( Core.catMaybes+          [ ("condition" Core..=) Core.<$> condition,+            ("members" Core..=) Core.<$> members,+            ("role" Core..=) Core.<$> role'+          ]+      )++-- | Change stream configuration.+--+-- /See:/ 'newChangeStreamConfig' smart constructor.+newtype ChangeStreamConfig = ChangeStreamConfig+  { -- | How long the change stream should be retained. Change stream data older than the retention period will not be returned when reading the change stream from the table. Values must be at least 1 day and at most 7 days, and will be truncated to microsecond granularity.+    retentionPeriod :: (Core.Maybe Core.Duration)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ChangeStreamConfig' with the minimum fields required to make a request.+newChangeStreamConfig ::+  ChangeStreamConfig+newChangeStreamConfig =+  ChangeStreamConfig {retentionPeriod = Core.Nothing}++instance Core.FromJSON ChangeStreamConfig where+  parseJSON =+    Core.withObject+      "ChangeStreamConfig"+      (\o -> ChangeStreamConfig Core.<$> (o Core..:? "retentionPeriod"))++instance Core.ToJSON ChangeStreamConfig where+  toJSON ChangeStreamConfig {..} =+    Core.object+      ( Core.catMaybes+          [("retentionPeriod" Core..=) Core.<$> retentionPeriod]+      )++-- | Request message for google.bigtable.admin.v2.BigtableTableAdmin.CheckConsistency+--+-- /See:/ 'newCheckConsistencyRequest' smart constructor.+data CheckConsistencyRequest = CheckConsistencyRequest+  { -- | Required. The token created using GenerateConsistencyToken for the Table.+    consistencyToken :: (Core.Maybe Core.Text),+    -- | Checks that reads using an app profile with @DataBoostIsolationReadOnly@ can see all writes committed before the token was created, but only if the read and write target the same cluster.+    dataBoostReadLocalWrites :: (Core.Maybe DataBoostReadLocalWrites),+    -- | Checks that reads using an app profile with @StandardIsolation@ can see all writes committed before the token was created, even if the read and write target different clusters.+    standardReadRemoteWrites :: (Core.Maybe StandardReadRemoteWrites)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'CheckConsistencyRequest' with the minimum fields required to make a request.+newCheckConsistencyRequest ::+  CheckConsistencyRequest+newCheckConsistencyRequest =+  CheckConsistencyRequest+    { consistencyToken = Core.Nothing,+      dataBoostReadLocalWrites = Core.Nothing,+      standardReadRemoteWrites = Core.Nothing+    }++instance Core.FromJSON CheckConsistencyRequest where+  parseJSON =+    Core.withObject+      "CheckConsistencyRequest"+      ( \o ->+          CheckConsistencyRequest+            Core.<$> (o Core..:? "consistencyToken")+            Core.<*> (o Core..:? "dataBoostReadLocalWrites")+            Core.<*> (o Core..:? "standardReadRemoteWrites")+      )++instance Core.ToJSON CheckConsistencyRequest where+  toJSON CheckConsistencyRequest {..} =+    Core.object+      ( Core.catMaybes+          [ ("consistencyToken" Core..=) Core.<$> consistencyToken,+            ("dataBoostReadLocalWrites" Core..=)+              Core.<$> dataBoostReadLocalWrites,+            ("standardReadRemoteWrites" Core..=)+              Core.<$> standardReadRemoteWrites+          ]+      )++-- | Response message for google.bigtable.admin.v2.BigtableTableAdmin.CheckConsistency+--+-- /See:/ 'newCheckConsistencyResponse' smart constructor.+newtype CheckConsistencyResponse = CheckConsistencyResponse+  { -- | True only if the token is consistent. A token is consistent if replication has caught up with the restrictions specified in the request.+    consistent :: (Core.Maybe Core.Bool)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'CheckConsistencyResponse' with the minimum fields required to make a request.+newCheckConsistencyResponse ::+  CheckConsistencyResponse+newCheckConsistencyResponse =+  CheckConsistencyResponse {consistent = Core.Nothing}++instance Core.FromJSON CheckConsistencyResponse where+  parseJSON =+    Core.withObject+      "CheckConsistencyResponse"+      ( \o ->+          CheckConsistencyResponse Core.<$> (o Core..:? "consistent")+      )++instance Core.ToJSON CheckConsistencyResponse where+  toJSON CheckConsistencyResponse {..} =+    Core.object+      (Core.catMaybes [("consistent" Core..=) Core.<$> consistent])++-- | A resizable group of nodes in a particular cloud location, capable of serving all Tables in the parent Instance.+--+-- /See:/ 'newCluster' smart constructor.+data Cluster = Cluster+  { -- | Configuration for this cluster.+    clusterConfig :: (Core.Maybe ClusterConfig),+    -- | Immutable. The type of storage used by this cluster to serve its parent instance\'s tables, unless explicitly overridden.+    defaultStorageType :: (Core.Maybe Cluster_DefaultStorageType),+    -- | Immutable. The encryption configuration for CMEK-protected clusters.+    encryptionConfig :: (Core.Maybe EncryptionConfig),+    -- | Immutable. The location where this cluster\'s nodes and storage reside. For best performance, clients should be located as close as possible to this cluster. Currently only zones are supported, so values should be of the form @projects\/{project}\/locations\/{zone}@.+    location :: (Core.Maybe Core.Text),+    -- | The unique name of the cluster. Values are of the form @projects\/{project}\/instances\/{instance}\/clusters\/a-z*@.+    name :: (Core.Maybe Core.Text),+    -- | Immutable. The node scaling factor of this cluster.+    nodeScalingFactor :: (Core.Maybe Cluster_NodeScalingFactor),+    -- | The number of nodes in the cluster. If no value is set, Cloud Bigtable automatically allocates nodes based on your data footprint and optimized for 50% storage utilization.+    serveNodes :: (Core.Maybe Core.Int32),+    -- | Output only. The current state of the cluster.+    state :: (Core.Maybe Cluster_State)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'Cluster' with the minimum fields required to make a request.+newCluster ::+  Cluster+newCluster =+  Cluster+    { clusterConfig = Core.Nothing,+      defaultStorageType = Core.Nothing,+      encryptionConfig = Core.Nothing,+      location = Core.Nothing,+      name = Core.Nothing,+      nodeScalingFactor = Core.Nothing,+      serveNodes = Core.Nothing,+      state = Core.Nothing+    }++instance Core.FromJSON Cluster where+  parseJSON =+    Core.withObject+      "Cluster"+      ( \o ->+          Cluster+            Core.<$> (o Core..:? "clusterConfig")+            Core.<*> (o Core..:? "defaultStorageType")+            Core.<*> (o Core..:? "encryptionConfig")+            Core.<*> (o Core..:? "location")+            Core.<*> (o Core..:? "name")+            Core.<*> (o Core..:? "nodeScalingFactor")+            Core.<*> (o Core..:? "serveNodes")+            Core.<*> (o Core..:? "state")+      )++instance Core.ToJSON Cluster where+  toJSON Cluster {..} =+    Core.object+      ( Core.catMaybes+          [ ("clusterConfig" Core..=) Core.<$> clusterConfig,+            ("defaultStorageType" Core..=) Core.<$> defaultStorageType,+            ("encryptionConfig" Core..=) Core.<$> encryptionConfig,+            ("location" Core..=) Core.<$> location,+            ("name" Core..=) Core.<$> name,+            ("nodeScalingFactor" Core..=) Core.<$> nodeScalingFactor,+            ("serveNodes" Core..=) Core.<$> serveNodes,+            ("state" Core..=) Core.<$> state+          ]+      )++-- | Autoscaling config for a cluster.+--+-- /See:/ 'newClusterAutoscalingConfig' smart constructor.+data ClusterAutoscalingConfig = ClusterAutoscalingConfig+  { -- | Required. Autoscaling limits for this cluster.+    autoscalingLimits :: (Core.Maybe AutoscalingLimits),+    -- | Required. Autoscaling targets for this cluster.+    autoscalingTargets :: (Core.Maybe AutoscalingTargets)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ClusterAutoscalingConfig' with the minimum fields required to make a request.+newClusterAutoscalingConfig ::+  ClusterAutoscalingConfig+newClusterAutoscalingConfig =+  ClusterAutoscalingConfig+    { autoscalingLimits = Core.Nothing,+      autoscalingTargets = Core.Nothing+    }++instance Core.FromJSON ClusterAutoscalingConfig where+  parseJSON =+    Core.withObject+      "ClusterAutoscalingConfig"+      ( \o ->+          ClusterAutoscalingConfig+            Core.<$> (o Core..:? "autoscalingLimits")+            Core.<*> (o Core..:? "autoscalingTargets")+      )++instance Core.ToJSON ClusterAutoscalingConfig where+  toJSON ClusterAutoscalingConfig {..} =+    Core.object+      ( Core.catMaybes+          [ ("autoscalingLimits" Core..=) Core.<$> autoscalingLimits,+            ("autoscalingTargets" Core..=) Core.<$> autoscalingTargets+          ]+      )++-- | Configuration for a cluster.+--+-- /See:/ 'newClusterConfig' smart constructor.+newtype ClusterConfig = ClusterConfig+  { -- | Autoscaling configuration for this cluster.+    clusterAutoscalingConfig :: (Core.Maybe ClusterAutoscalingConfig)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ClusterConfig' with the minimum fields required to make a request.+newClusterConfig ::+  ClusterConfig+newClusterConfig =+  ClusterConfig {clusterAutoscalingConfig = Core.Nothing}++instance Core.FromJSON ClusterConfig where+  parseJSON =+    Core.withObject+      "ClusterConfig"+      ( \o ->+          ClusterConfig Core.<$> (o Core..:? "clusterAutoscalingConfig")+      )++instance Core.ToJSON ClusterConfig where+  toJSON ClusterConfig {..} =+    Core.object+      ( Core.catMaybes+          [ ("clusterAutoscalingConfig" Core..=)+              Core.<$> clusterAutoscalingConfig+          ]+      )++-- | The state of a table\'s data in a particular cluster.+--+-- /See:/ 'newClusterState' smart constructor.+data ClusterState = ClusterState+  { -- | Output only. The encryption information for the table in this cluster. If the encryption key protecting this resource is customer managed, then its version can be rotated in Cloud Key Management Service (Cloud KMS). The primary version of the key and its status will be reflected here when changes propagate from Cloud KMS.+    encryptionInfo :: (Core.Maybe [EncryptionInfo]),+    -- | Output only. The state of replication for the table in this cluster.+    replicationState :: (Core.Maybe ClusterState_ReplicationState)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ClusterState' with the minimum fields required to make a request.+newClusterState ::+  ClusterState+newClusterState =+  ClusterState+    { encryptionInfo = Core.Nothing,+      replicationState = Core.Nothing+    }++instance Core.FromJSON ClusterState where+  parseJSON =+    Core.withObject+      "ClusterState"+      ( \o ->+          ClusterState+            Core.<$> (o Core..:? "encryptionInfo")+            Core.<*> (o Core..:? "replicationState")+      )++instance Core.ToJSON ClusterState where+  toJSON ClusterState {..} =+    Core.object+      ( Core.catMaybes+          [ ("encryptionInfo" Core..=) Core.<$> encryptionInfo,+            ("replicationState" Core..=) Core.<$> replicationState+          ]+      )++-- | A set of columns within a table which share a common configuration.+--+-- /See:/ 'newColumnFamily' smart constructor.+data ColumnFamily = ColumnFamily+  { -- | Garbage collection rule specified as a protobuf. Must serialize to at most 500 bytes. NOTE: Garbage collection executes opportunistically in the background, and so it\'s possible for reads to return a cell even if it matches the active GC expression for its family.+    gcRule :: (Core.Maybe GcRule),+    -- | Output only. Only available with STATS_VIEW, this includes summary statistics about column family contents. For statistics over an entire table, see TableStats above.+    stats :: (Core.Maybe ColumnFamilyStats),+    -- | The type of data stored in each of this family\'s cell values, including its full encoding. If omitted, the family only serves raw untyped bytes. For now, only the @Aggregate@ type is supported. @Aggregate@ can only be set at family creation and is immutable afterwards. If @value_type@ is @Aggregate@, written data must be compatible with: * @value_type.input_type@ for @AddInput@ mutations+    valueType :: (Core.Maybe Type)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ColumnFamily' with the minimum fields required to make a request.+newColumnFamily ::+  ColumnFamily+newColumnFamily =+  ColumnFamily+    { gcRule = Core.Nothing,+      stats = Core.Nothing,+      valueType = Core.Nothing+    }++instance Core.FromJSON ColumnFamily where+  parseJSON =+    Core.withObject+      "ColumnFamily"+      ( \o ->+          ColumnFamily+            Core.<$> (o Core..:? "gcRule")+            Core.<*> (o Core..:? "stats")+            Core.<*> (o Core..:? "valueType")+      )++instance Core.ToJSON ColumnFamily where+  toJSON ColumnFamily {..} =+    Core.object+      ( Core.catMaybes+          [ ("gcRule" Core..=) Core.<$> gcRule,+            ("stats" Core..=) Core.<$> stats,+            ("valueType" Core..=) Core.<$> valueType+          ]+      )++-- | Approximate statistics related to a single column family within a table. This information may change rapidly, interpreting these values at a point in time may already preset out-of-date information. Everything below is approximate, unless otherwise specified.+--+-- /See:/ 'newColumnFamilyStats' smart constructor.+data ColumnFamilyStats = ColumnFamilyStats+  { -- | How many cells are present per column qualifier in this column family, averaged over all rows containing any column in the column family. e.g. For column family \"family\" in a table with 3 rows: * A row with 3 cells in \"family:col\" and 1 cell in \"other:col\" (3 cells \/ 1 column in \"family\") * A row with 1 cell in \"family:col\", 7 cells in \"family:other_col\", and 7 cells in \"other:data\" (8 cells \/ 2 columns in \"family\") * A row with 3 cells in \"other:col\" (0 columns in \"family\", \"family\" not present) would report (3 + 8 + 0)\/(1 + 2 + 0) = 3.66 in this field.+    averageCellsPerColumn :: (Core.Maybe Core.Double),+    -- | How many column qualifiers are present in this column family, averaged over all rows in the table. e.g. For column family \"family\" in a table with 3 rows: * A row with cells in \"family:col\" and \"other:col\" (1 column in \"family\") * A row with cells in \"family:col\", \"family:other_col\", and \"other:data\" (2 columns in \"family\") * A row with cells in \"other:col\" (0 columns in \"family\", \"family\" not present) would report (1 + 2 + 0)\/3 = 1.5 in this field.+    averageColumnsPerRow :: (Core.Maybe Core.Double),+    -- | How much space the data in the column family occupies. This is roughly how many bytes would be needed to read the contents of the entire column family (e.g. by streaming all contents out).+    logicalDataBytes :: (Core.Maybe Core.Int64)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ColumnFamilyStats' with the minimum fields required to make a request.+newColumnFamilyStats ::+  ColumnFamilyStats+newColumnFamilyStats =+  ColumnFamilyStats+    { averageCellsPerColumn = Core.Nothing,+      averageColumnsPerRow = Core.Nothing,+      logicalDataBytes = Core.Nothing+    }++instance Core.FromJSON ColumnFamilyStats where+  parseJSON =+    Core.withObject+      "ColumnFamilyStats"+      ( \o ->+          ColumnFamilyStats+            Core.<$> (o Core..:? "averageCellsPerColumn")+            Core.<*> (o Core..:? "averageColumnsPerRow")+            Core.<*> (o Core..:? "logicalDataBytes" Core.<&> Core.fmap Core.fromAsText)+      )++instance Core.ToJSON ColumnFamilyStats where+  toJSON ColumnFamilyStats {..} =+    Core.object+      ( Core.catMaybes+          [ ("averageCellsPerColumn" Core..=) Core.<$> averageCellsPerColumn,+            ("averageColumnsPerRow" Core..=) Core.<$> averageColumnsPerRow,+            ("logicalDataBytes" Core..=)+              Core.. Core.AsText+              Core.<$> logicalDataBytes+          ]+      )++-- | Metadata type for the google.longrunning.Operation returned by CopyBackup.+--+-- /See:/ 'newCopyBackupMetadata' smart constructor.+data CopyBackupMetadata = CopyBackupMetadata+  { -- | The name of the backup being created through the copy operation. Values are of the form @projects\/\/instances\/\/clusters\/\/backups\/@.+    name :: (Core.Maybe Core.Text),+    -- | The progress of the CopyBackup operation.+    progress :: (Core.Maybe OperationProgress),+    -- | Information about the source backup that is being copied from.+    sourceBackupInfo :: (Core.Maybe BackupInfo)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'CopyBackupMetadata' with the minimum fields required to make a request.+newCopyBackupMetadata ::+  CopyBackupMetadata+newCopyBackupMetadata =+  CopyBackupMetadata+    { name = Core.Nothing,+      progress = Core.Nothing,+      sourceBackupInfo = Core.Nothing+    }++instance Core.FromJSON CopyBackupMetadata where+  parseJSON =+    Core.withObject+      "CopyBackupMetadata"+      ( \o ->+          CopyBackupMetadata+            Core.<$> (o Core..:? "name")+            Core.<*> (o Core..:? "progress")+            Core.<*> (o Core..:? "sourceBackupInfo")+      )++instance Core.ToJSON CopyBackupMetadata where+  toJSON CopyBackupMetadata {..} =+    Core.object+      ( Core.catMaybes+          [ ("name" Core..=) Core.<$> name,+            ("progress" Core..=) Core.<$> progress,+            ("sourceBackupInfo" Core..=) Core.<$> sourceBackupInfo+          ]+      )++-- | The request for CopyBackup.+--+-- /See:/ 'newCopyBackupRequest' smart constructor.+data CopyBackupRequest = CopyBackupRequest+  { -- | Required. The id of the new backup. The @backup_id@ along with @parent@ are combined as {parent}\/backups\/{backup/id} to create the full backup name, of the form: @projects\/{project}\/instances\/{instance}\/clusters\/{cluster}\/backups\/{backup_id}@. This string must be between 1 and 50 characters in length and match the regex /a-zA-Z0-9*.+    backupId :: (Core.Maybe Core.Text),+    -- | Required. Required. The expiration time of the copied backup with microsecond granularity that must be at least 6 hours and at most 30 days from the time the request is received. Once the @expire_time@ has passed, Cloud Bigtable will delete the backup and free the resources used by the backup.+    expireTime :: (Core.Maybe Core.DateTime),+    -- | Required. The source backup to be copied from. The source backup needs to be in READY state for it to be copied. Copying a copied backup is not allowed. Once CopyBackup is in progress, the source backup cannot be deleted or cleaned up on expiration until CopyBackup is finished. Values are of the form: @projects\/\/instances\/\/clusters\/\/backups\/@.+    sourceBackup :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'CopyBackupRequest' with the minimum fields required to make a request.+newCopyBackupRequest ::+  CopyBackupRequest+newCopyBackupRequest =+  CopyBackupRequest+    { backupId = Core.Nothing,+      expireTime = Core.Nothing,+      sourceBackup = Core.Nothing+    }++instance Core.FromJSON CopyBackupRequest where+  parseJSON =+    Core.withObject+      "CopyBackupRequest"+      ( \o ->+          CopyBackupRequest+            Core.<$> (o Core..:? "backupId")+            Core.<*> (o Core..:? "expireTime")+            Core.<*> (o Core..:? "sourceBackup")+      )++instance Core.ToJSON CopyBackupRequest where+  toJSON CopyBackupRequest {..} =+    Core.object+      ( Core.catMaybes+          [ ("backupId" Core..=) Core.<$> backupId,+            ("expireTime" Core..=) Core.<$> expireTime,+            ("sourceBackup" Core..=) Core.<$> sourceBackup+          ]+      )++-- | The metadata for the Operation returned by CreateAuthorizedView.+--+-- /See:/ 'newCreateAuthorizedViewMetadata' smart constructor.+data CreateAuthorizedViewMetadata = CreateAuthorizedViewMetadata+  { -- | The time at which the operation failed or was completed successfully.+    finishTime :: (Core.Maybe Core.DateTime),+    -- | The request that prompted the initiation of this CreateAuthorizedView operation.+    originalRequest :: (Core.Maybe CreateAuthorizedViewRequest),+    -- | The time at which the original request was received.+    requestTime :: (Core.Maybe Core.DateTime)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'CreateAuthorizedViewMetadata' with the minimum fields required to make a request.+newCreateAuthorizedViewMetadata ::+  CreateAuthorizedViewMetadata+newCreateAuthorizedViewMetadata =+  CreateAuthorizedViewMetadata+    { finishTime = Core.Nothing,+      originalRequest = Core.Nothing,+      requestTime = Core.Nothing+    }++instance Core.FromJSON CreateAuthorizedViewMetadata where+  parseJSON =+    Core.withObject+      "CreateAuthorizedViewMetadata"+      ( \o ->+          CreateAuthorizedViewMetadata+            Core.<$> (o Core..:? "finishTime")+            Core.<*> (o Core..:? "originalRequest")+            Core.<*> (o Core..:? "requestTime")+      )++instance Core.ToJSON CreateAuthorizedViewMetadata where+  toJSON CreateAuthorizedViewMetadata {..} =+    Core.object+      ( Core.catMaybes+          [ ("finishTime" Core..=) Core.<$> finishTime,+            ("originalRequest" Core..=) Core.<$> originalRequest,+            ("requestTime" Core..=) Core.<$> requestTime+          ]+      )++-- | The request for CreateAuthorizedView+--+-- /See:/ 'newCreateAuthorizedViewRequest' smart constructor.+data CreateAuthorizedViewRequest = CreateAuthorizedViewRequest+  { -- | Required. The AuthorizedView to create.+    authorizedView :: (Core.Maybe AuthorizedView),+    -- | Required. The id of the AuthorizedView to create. This AuthorizedView must not already exist. The @authorized_view_id@ appended to @parent@ forms the full AuthorizedView name of the form @projects\/{project}\/instances\/{instance}\/tables\/{table}\/authorizedView\/{authorized_view}@.+    authorizedViewId :: (Core.Maybe Core.Text),+    -- | Required. This is the name of the table the AuthorizedView belongs to. Values are of the form @projects\/{project}\/instances\/{instance}\/tables\/{table}@.+    parent :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'CreateAuthorizedViewRequest' with the minimum fields required to make a request.+newCreateAuthorizedViewRequest ::+  CreateAuthorizedViewRequest+newCreateAuthorizedViewRequest =+  CreateAuthorizedViewRequest+    { authorizedView = Core.Nothing,+      authorizedViewId = Core.Nothing,+      parent = Core.Nothing+    }++instance Core.FromJSON CreateAuthorizedViewRequest where+  parseJSON =+    Core.withObject+      "CreateAuthorizedViewRequest"+      ( \o ->+          CreateAuthorizedViewRequest+            Core.<$> (o Core..:? "authorizedView")+            Core.<*> (o Core..:? "authorizedViewId")+            Core.<*> (o Core..:? "parent")+      )++instance Core.ToJSON CreateAuthorizedViewRequest where+  toJSON CreateAuthorizedViewRequest {..} =+    Core.object+      ( Core.catMaybes+          [ ("authorizedView" Core..=) Core.<$> authorizedView,+            ("authorizedViewId" Core..=) Core.<$> authorizedViewId,+            ("parent" Core..=) Core.<$> parent+          ]+      )++-- | Metadata type for the operation returned by CreateBackup.+--+-- /See:/ 'newCreateBackupMetadata' smart constructor.+data CreateBackupMetadata = CreateBackupMetadata+  { -- | If set, the time at which this operation finished or was cancelled.+    endTime :: (Core.Maybe Core.DateTime),+    -- | The name of the backup being created.+    name :: (Core.Maybe Core.Text),+    -- | The name of the table the backup is created from.+    sourceTable :: (Core.Maybe Core.Text),+    -- | The time at which this operation started.+    startTime :: (Core.Maybe Core.DateTime)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'CreateBackupMetadata' with the minimum fields required to make a request.+newCreateBackupMetadata ::+  CreateBackupMetadata+newCreateBackupMetadata =+  CreateBackupMetadata+    { endTime = Core.Nothing,+      name = Core.Nothing,+      sourceTable = Core.Nothing,+      startTime = Core.Nothing+    }++instance Core.FromJSON CreateBackupMetadata where+  parseJSON =+    Core.withObject+      "CreateBackupMetadata"+      ( \o ->+          CreateBackupMetadata+            Core.<$> (o Core..:? "endTime")+            Core.<*> (o Core..:? "name")+            Core.<*> (o Core..:? "sourceTable")+            Core.<*> (o Core..:? "startTime")+      )++instance Core.ToJSON CreateBackupMetadata where+  toJSON CreateBackupMetadata {..} =+    Core.object+      ( Core.catMaybes+          [ ("endTime" Core..=) Core.<$> endTime,+            ("name" Core..=) Core.<$> name,+            ("sourceTable" Core..=) Core.<$> sourceTable,+            ("startTime" Core..=) Core.<$> startTime+          ]+      )++-- | The metadata for the Operation returned by CreateCluster.+--+-- /See:/ 'newCreateClusterMetadata' smart constructor.+data CreateClusterMetadata = CreateClusterMetadata+  { -- | The time at which the operation failed or was completed successfully.+    finishTime :: (Core.Maybe Core.DateTime),+    -- | The request that prompted the initiation of this CreateCluster operation.+    originalRequest :: (Core.Maybe CreateClusterRequest),+    -- | The time at which the original request was received.+    requestTime :: (Core.Maybe Core.DateTime),+    -- | Keys: the full @name@ of each table that existed in the instance when CreateCluster was first called, i.e. @projects\/\/instances\/\/tables\/@. Any table added to the instance by a later API call will be created in the new cluster by that API call, not this one. Values: information on how much of a table\'s data has been copied to the newly-created cluster so far.+    tables :: (Core.Maybe CreateClusterMetadata_Tables)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'CreateClusterMetadata' with the minimum fields required to make a request.+newCreateClusterMetadata ::+  CreateClusterMetadata+newCreateClusterMetadata =+  CreateClusterMetadata+    { finishTime = Core.Nothing,+      originalRequest = Core.Nothing,+      requestTime = Core.Nothing,+      tables = Core.Nothing+    }++instance Core.FromJSON CreateClusterMetadata where+  parseJSON =+    Core.withObject+      "CreateClusterMetadata"+      ( \o ->+          CreateClusterMetadata+            Core.<$> (o Core..:? "finishTime")+            Core.<*> (o Core..:? "originalRequest")+            Core.<*> (o Core..:? "requestTime")+            Core.<*> (o Core..:? "tables")+      )++instance Core.ToJSON CreateClusterMetadata where+  toJSON CreateClusterMetadata {..} =+    Core.object+      ( Core.catMaybes+          [ ("finishTime" Core..=) Core.<$> finishTime,+            ("originalRequest" Core..=) Core.<$> originalRequest,+            ("requestTime" Core..=) Core.<$> requestTime,+            ("tables" Core..=) Core.<$> tables+          ]+      )++-- | Keys: the full @name@ of each table that existed in the instance when CreateCluster was first called, i.e. @projects\/\/instances\/\/tables\/@. Any table added to the instance by a later API call will be created in the new cluster by that API call, not this one. Values: information on how much of a table\'s data has been copied to the newly-created cluster so far.+--+-- /See:/ 'newCreateClusterMetadata_Tables' smart constructor.+newtype CreateClusterMetadata_Tables = CreateClusterMetadata_Tables+  { additional :: (Core.HashMap Core.Text TableProgress)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'CreateClusterMetadata_Tables' with the minimum fields required to make a request.+newCreateClusterMetadata_Tables ::+  -- |  See 'additional'.+  Core.HashMap Core.Text TableProgress ->+  CreateClusterMetadata_Tables+newCreateClusterMetadata_Tables additional =+  CreateClusterMetadata_Tables {additional = additional}++instance Core.FromJSON CreateClusterMetadata_Tables where+  parseJSON =+    Core.withObject+      "CreateClusterMetadata_Tables"+      ( \o ->+          CreateClusterMetadata_Tables Core.<$> (Core.parseJSONObject o)+      )++instance Core.ToJSON CreateClusterMetadata_Tables where+  toJSON CreateClusterMetadata_Tables {..} = Core.toJSON additional++-- | Request message for BigtableInstanceAdmin.CreateCluster.+--+-- /See:/ 'newCreateClusterRequest' smart constructor.+data CreateClusterRequest = CreateClusterRequest+  { -- | Required. The cluster to be created. Fields marked @OutputOnly@ must be left blank.+    cluster :: (Core.Maybe Cluster),+    -- | Required. The ID to be used when referring to the new cluster within its instance, e.g., just @mycluster@ rather than @projects\/myproject\/instances\/myinstance\/clusters\/mycluster@.+    clusterId :: (Core.Maybe Core.Text),+    -- | Required. The unique name of the instance in which to create the new cluster. Values are of the form @projects\/{project}\/instances\/{instance}@.+    parent :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'CreateClusterRequest' with the minimum fields required to make a request.+newCreateClusterRequest ::+  CreateClusterRequest+newCreateClusterRequest =+  CreateClusterRequest+    { cluster = Core.Nothing,+      clusterId = Core.Nothing,+      parent = Core.Nothing+    }++instance Core.FromJSON CreateClusterRequest where+  parseJSON =+    Core.withObject+      "CreateClusterRequest"+      ( \o ->+          CreateClusterRequest+            Core.<$> (o Core..:? "cluster")+            Core.<*> (o Core..:? "clusterId")+            Core.<*> (o Core..:? "parent")+      )++instance Core.ToJSON CreateClusterRequest where+  toJSON CreateClusterRequest {..} =+    Core.object+      ( Core.catMaybes+          [ ("cluster" Core..=) Core.<$> cluster,+            ("clusterId" Core..=) Core.<$> clusterId,+            ("parent" Core..=) Core.<$> parent+          ]+      )++-- | The metadata for the Operation returned by CreateInstance.+--+-- /See:/ 'newCreateInstanceMetadata' smart constructor.+data CreateInstanceMetadata = CreateInstanceMetadata+  { -- | The time at which the operation failed or was completed successfully.+    finishTime :: (Core.Maybe Core.DateTime),+    -- | The request that prompted the initiation of this CreateInstance operation.+    originalRequest :: (Core.Maybe CreateInstanceRequest),+    -- | The time at which the original request was received.+    requestTime :: (Core.Maybe Core.DateTime)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'CreateInstanceMetadata' with the minimum fields required to make a request.+newCreateInstanceMetadata ::+  CreateInstanceMetadata+newCreateInstanceMetadata =+  CreateInstanceMetadata+    { finishTime = Core.Nothing,+      originalRequest = Core.Nothing,+      requestTime = Core.Nothing+    }++instance Core.FromJSON CreateInstanceMetadata where+  parseJSON =+    Core.withObject+      "CreateInstanceMetadata"+      ( \o ->+          CreateInstanceMetadata+            Core.<$> (o Core..:? "finishTime")+            Core.<*> (o Core..:? "originalRequest")+            Core.<*> (o Core..:? "requestTime")+      )++instance Core.ToJSON CreateInstanceMetadata where+  toJSON CreateInstanceMetadata {..} =+    Core.object+      ( Core.catMaybes+          [ ("finishTime" Core..=) Core.<$> finishTime,+            ("originalRequest" Core..=) Core.<$> originalRequest,+            ("requestTime" Core..=) Core.<$> requestTime+          ]+      )++-- | Request message for BigtableInstanceAdmin.CreateInstance.+--+-- /See:/ 'newCreateInstanceRequest' smart constructor.+data CreateInstanceRequest = CreateInstanceRequest+  { -- | Required. The clusters to be created within the instance, mapped by desired cluster ID, e.g., just @mycluster@ rather than @projects\/myproject\/instances\/myinstance\/clusters\/mycluster@. Fields marked @OutputOnly@ must be left blank.+    clusters :: (Core.Maybe CreateInstanceRequest_Clusters),+    -- | Required. The instance to create. Fields marked @OutputOnly@ must be left blank.+    instance' :: (Core.Maybe Instance),+    -- | Required. The ID to be used when referring to the new instance within its project, e.g., just @myinstance@ rather than @projects\/myproject\/instances\/myinstance@.+    instanceId :: (Core.Maybe Core.Text),+    -- | Required. The unique name of the project in which to create the new instance. Values are of the form @projects\/{project}@.+    parent :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'CreateInstanceRequest' with the minimum fields required to make a request.+newCreateInstanceRequest ::+  CreateInstanceRequest+newCreateInstanceRequest =+  CreateInstanceRequest+    { clusters = Core.Nothing,+      instance' = Core.Nothing,+      instanceId = Core.Nothing,+      parent = Core.Nothing+    }++instance Core.FromJSON CreateInstanceRequest where+  parseJSON =+    Core.withObject+      "CreateInstanceRequest"+      ( \o ->+          CreateInstanceRequest+            Core.<$> (o Core..:? "clusters")+            Core.<*> (o Core..:? "instance")+            Core.<*> (o Core..:? "instanceId")+            Core.<*> (o Core..:? "parent")+      )++instance Core.ToJSON CreateInstanceRequest where+  toJSON CreateInstanceRequest {..} =+    Core.object+      ( Core.catMaybes+          [ ("clusters" Core..=) Core.<$> clusters,+            ("instance" Core..=) Core.<$> instance',+            ("instanceId" Core..=) Core.<$> instanceId,+            ("parent" Core..=) Core.<$> parent+          ]+      )++-- | Required. The clusters to be created within the instance, mapped by desired cluster ID, e.g., just @mycluster@ rather than @projects\/myproject\/instances\/myinstance\/clusters\/mycluster@. Fields marked @OutputOnly@ must be left blank.+--+-- /See:/ 'newCreateInstanceRequest_Clusters' smart constructor.+newtype CreateInstanceRequest_Clusters = CreateInstanceRequest_Clusters+  { additional :: (Core.HashMap Core.Text Cluster)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'CreateInstanceRequest_Clusters' with the minimum fields required to make a request.+newCreateInstanceRequest_Clusters ::+  -- |  See 'additional'.+  Core.HashMap Core.Text Cluster ->+  CreateInstanceRequest_Clusters+newCreateInstanceRequest_Clusters additional =+  CreateInstanceRequest_Clusters {additional = additional}++instance Core.FromJSON CreateInstanceRequest_Clusters where+  parseJSON =+    Core.withObject+      "CreateInstanceRequest_Clusters"+      ( \o ->+          CreateInstanceRequest_Clusters Core.<$> (Core.parseJSONObject o)+      )++instance Core.ToJSON CreateInstanceRequest_Clusters where+  toJSON CreateInstanceRequest_Clusters {..} = Core.toJSON additional++-- | Request message for google.bigtable.admin.v2.BigtableTableAdmin.CreateTable+--+-- /See:/ 'newCreateTableRequest' smart constructor.+data CreateTableRequest = CreateTableRequest+  { -- | The optional list of row keys that will be used to initially split the table into several tablets (tablets are similar to HBase regions). Given two split keys, @s1@ and @s2@, three tablets will be created, spanning the key ranges: @[, s1), [s1, s2), [s2, )@. Example: * Row keys := @[\"a\", \"apple\", \"custom\", \"customer_1\", \"customer_2\",@ @\"other\", \"zz\"]@ * initial/split/keys := @[\"apple\", \"customer_1\", \"customer_2\", \"other\"]@ * Key assignment: - Tablet 1 @[, apple) => {\"a\"}.@ - Tablet 2 @[apple, customer_1) => {\"apple\", \"custom\"}.@ - Tablet 3 @[customer_1, customer_2) => {\"customer_1\"}.@ - Tablet 4 @[customer_2, other) => {\"customer_2\"}.@ - Tablet 5 @[other, ) => {\"other\", \"zz\"}.@+    initialSplits :: (Core.Maybe [Split]),+    -- | Required. The Table to create.+    table :: (Core.Maybe Table),+    -- | Required. The name by which the new table should be referred to within the parent instance, e.g., @foobar@ rather than @{parent}\/tables\/foobar@. Maximum 50 characters.+    tableId :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'CreateTableRequest' with the minimum fields required to make a request.+newCreateTableRequest ::+  CreateTableRequest+newCreateTableRequest =+  CreateTableRequest+    { initialSplits = Core.Nothing,+      table = Core.Nothing,+      tableId = Core.Nothing+    }++instance Core.FromJSON CreateTableRequest where+  parseJSON =+    Core.withObject+      "CreateTableRequest"+      ( \o ->+          CreateTableRequest+            Core.<$> (o Core..:? "initialSplits")+            Core.<*> (o Core..:? "table")+            Core.<*> (o Core..:? "tableId")+      )++instance Core.ToJSON CreateTableRequest where+  toJSON CreateTableRequest {..} =+    Core.object+      ( Core.catMaybes+          [ ("initialSplits" Core..=) Core.<$> initialSplits,+            ("table" Core..=) Core.<$> table,+            ("tableId" Core..=) Core.<$> tableId+          ]+      )++-- | Data Boost is a serverless compute capability that lets you run high-throughput read jobs and queries on your Bigtable data, without impacting the performance of the clusters that handle your application traffic. Data Boost supports read-only use cases with single-cluster routing.+--+-- /See:/ 'newDataBoostIsolationReadOnly' smart constructor.+newtype DataBoostIsolationReadOnly = DataBoostIsolationReadOnly+  { -- | The Compute Billing Owner for this Data Boost App Profile.+    computeBillingOwner :: (Core.Maybe DataBoostIsolationReadOnly_ComputeBillingOwner)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'DataBoostIsolationReadOnly' with the minimum fields required to make a request.+newDataBoostIsolationReadOnly ::+  DataBoostIsolationReadOnly+newDataBoostIsolationReadOnly =+  DataBoostIsolationReadOnly {computeBillingOwner = Core.Nothing}++instance Core.FromJSON DataBoostIsolationReadOnly where+  parseJSON =+    Core.withObject+      "DataBoostIsolationReadOnly"+      ( \o ->+          DataBoostIsolationReadOnly+            Core.<$> (o Core..:? "computeBillingOwner")+      )++instance Core.ToJSON DataBoostIsolationReadOnly where+  toJSON DataBoostIsolationReadOnly {..} =+    Core.object+      ( Core.catMaybes+          [("computeBillingOwner" Core..=) Core.<$> computeBillingOwner]+      )++-- | Checks that all writes before the consistency token was generated in the same cluster are readable by Databoost.+--+-- /See:/ 'newDataBoostReadLocalWrites' smart constructor.+data DataBoostReadLocalWrites = DataBoostReadLocalWrites+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'DataBoostReadLocalWrites' with the minimum fields required to make a request.+newDataBoostReadLocalWrites ::+  DataBoostReadLocalWrites+newDataBoostReadLocalWrites = DataBoostReadLocalWrites++instance Core.FromJSON DataBoostReadLocalWrites where+  parseJSON =+    Core.withObject+      "DataBoostReadLocalWrites"+      (\o -> Core.pure DataBoostReadLocalWrites)++instance Core.ToJSON DataBoostReadLocalWrites where+  toJSON = Core.const Core.emptyObject++-- | Request message for google.bigtable.admin.v2.BigtableTableAdmin.DropRowRange+--+-- /See:/ 'newDropRowRangeRequest' smart constructor.+data DropRowRangeRequest = DropRowRangeRequest+  { -- | Delete all rows in the table. Setting this to false is a no-op.+    deleteAllDataFromTable :: (Core.Maybe Core.Bool),+    -- | Delete all rows that start with this row key prefix. Prefix cannot be zero length.+    rowKeyPrefix :: (Core.Maybe Core.Base64)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'DropRowRangeRequest' with the minimum fields required to make a request.+newDropRowRangeRequest ::+  DropRowRangeRequest+newDropRowRangeRequest =+  DropRowRangeRequest+    { deleteAllDataFromTable = Core.Nothing,+      rowKeyPrefix = Core.Nothing+    }++instance Core.FromJSON DropRowRangeRequest where+  parseJSON =+    Core.withObject+      "DropRowRangeRequest"+      ( \o ->+          DropRowRangeRequest+            Core.<$> (o Core..:? "deleteAllDataFromTable")+            Core.<*> (o Core..:? "rowKeyPrefix")+      )++instance Core.ToJSON DropRowRangeRequest where+  toJSON DropRowRangeRequest {..} =+    Core.object+      ( Core.catMaybes+          [ ("deleteAllDataFromTable" Core..=)+              Core.<$> deleteAllDataFromTable,+            ("rowKeyPrefix" Core..=) Core.<$> rowKeyPrefix+          ]+      )++-- | A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }+--+-- /See:/ 'newEmpty' smart constructor.+data Empty = Empty+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'Empty' with the minimum fields required to make a request.+newEmpty ::+  Empty+newEmpty = Empty++instance Core.FromJSON Empty where+  parseJSON = Core.withObject "Empty" (\o -> Core.pure Empty)++instance Core.ToJSON Empty where+  toJSON = Core.const Core.emptyObject++-- | Cloud Key Management Service (Cloud KMS) settings for a CMEK-protected cluster.+--+-- /See:/ 'newEncryptionConfig' smart constructor.+newtype EncryptionConfig = EncryptionConfig+  { -- | Describes the Cloud KMS encryption key that will be used to protect the destination Bigtable cluster. The requirements for this key are: 1) The Cloud Bigtable service account associated with the project that contains this cluster must be granted the @cloudkms.cryptoKeyEncrypterDecrypter@ role on the CMEK key. 2) Only regional keys can be used and the region of the CMEK key must match the region of the cluster. Values are of the form @projects\/{project}\/locations\/{location}\/keyRings\/{keyring}\/cryptoKeys\/{key}@+    kmsKeyName :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'EncryptionConfig' with the minimum fields required to make a request.+newEncryptionConfig ::+  EncryptionConfig+newEncryptionConfig = EncryptionConfig {kmsKeyName = Core.Nothing}++instance Core.FromJSON EncryptionConfig where+  parseJSON =+    Core.withObject+      "EncryptionConfig"+      (\o -> EncryptionConfig Core.<$> (o Core..:? "kmsKeyName"))++instance Core.ToJSON EncryptionConfig where+  toJSON EncryptionConfig {..} =+    Core.object+      (Core.catMaybes [("kmsKeyName" Core..=) Core.<$> kmsKeyName])++-- | Encryption information for a given resource. If this resource is protected with customer managed encryption, the in-use Cloud Key Management Service (Cloud KMS) key version is specified along with its status.+--+-- /See:/ 'newEncryptionInfo' smart constructor.+data EncryptionInfo = EncryptionInfo+  { -- | Output only. The status of encrypt\/decrypt calls on underlying data for this resource. Regardless of status, the existing data is always encrypted at rest.+    encryptionStatus :: (Core.Maybe Status),+    -- | Output only. The type of encryption used to protect this resource.+    encryptionType :: (Core.Maybe EncryptionInfo_EncryptionType),+    -- | Output only. The version of the Cloud KMS key specified in the parent cluster that is in use for the data underlying this table.+    kmsKeyVersion :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'EncryptionInfo' with the minimum fields required to make a request.+newEncryptionInfo ::+  EncryptionInfo+newEncryptionInfo =+  EncryptionInfo+    { encryptionStatus = Core.Nothing,+      encryptionType = Core.Nothing,+      kmsKeyVersion = Core.Nothing+    }++instance Core.FromJSON EncryptionInfo where+  parseJSON =+    Core.withObject+      "EncryptionInfo"+      ( \o ->+          EncryptionInfo+            Core.<$> (o Core..:? "encryptionStatus")+            Core.<*> (o Core..:? "encryptionType")+            Core.<*> (o Core..:? "kmsKeyVersion")+      )++instance Core.ToJSON EncryptionInfo where+  toJSON EncryptionInfo {..} =+    Core.object+      ( Core.catMaybes+          [ ("encryptionStatus" Core..=) Core.<$> encryptionStatus,+            ("encryptionType" Core..=) Core.<$> encryptionType,+            ("kmsKeyVersion" Core..=) Core.<$> kmsKeyVersion+          ]+      )++-- | Represents a textual expression in the Common Expression Language (CEL) syntax. CEL is a C-like expression language. The syntax and semantics of CEL are documented at https:\/\/github.com\/google\/cel-spec. Example (Comparison): title: \"Summary size limit\" description: \"Determines if a summary is less than 100 chars\" expression: \"document.summary.size() \< 100\" Example (Equality): title: \"Requestor is owner\" description: \"Determines if requestor is the document owner\" expression: \"document.owner == request.auth.claims.email\" Example (Logic): title: \"Public documents\" description: \"Determine whether the document should be publicly visible\" expression: \"document.type != \'private\' && document.type != \'internal\'\" Example (Data Manipulation): title: \"Notification string\" description: \"Create a notification string with a timestamp.\" expression: \"\'New message received at \' + string(document.create_time)\" The exact variables and functions that may be referenced within an expression are+-- determined by the service that evaluates it. See the service documentation for additional information.+--+-- /See:/ 'newExpr' smart constructor.+data Expr = Expr+  { -- | Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.+    description :: (Core.Maybe Core.Text),+    -- | Textual representation of an expression in Common Expression Language syntax.+    expression :: (Core.Maybe Core.Text),+    -- | Optional. String indicating the location of the expression for error reporting, e.g. a file name and a position in the file.+    location :: (Core.Maybe Core.Text),+    -- | Optional. Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression.+    title :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'Expr' with the minimum fields required to make a request.+newExpr ::+  Expr+newExpr =+  Expr+    { description = Core.Nothing,+      expression = Core.Nothing,+      location = Core.Nothing,+      title = Core.Nothing+    }++instance Core.FromJSON Expr where+  parseJSON =+    Core.withObject+      "Expr"+      ( \o ->+          Expr+            Core.<$> (o Core..:? "description")+            Core.<*> (o Core..:? "expression")+            Core.<*> (o Core..:? "location")+            Core.<*> (o Core..:? "title")+      )++instance Core.ToJSON Expr where+  toJSON Expr {..} =+    Core.object+      ( Core.catMaybes+          [ ("description" Core..=) Core.<$> description,+            ("expression" Core..=) Core.<$> expression,+            ("location" Core..=) Core.<$> location,+            ("title" Core..=) Core.<$> title+          ]+      )++-- | Rule for determining which cells to delete during garbage collection.+--+-- /See:/ 'newGcRule' smart constructor.+data GcRule = GcRule+  { -- | Delete cells that would be deleted by every nested rule.+    intersection :: (Core.Maybe Intersection),+    -- | Delete cells in a column older than the given age. Values must be at least one millisecond, and will be truncated to microsecond granularity.+    maxAge :: (Core.Maybe Core.Duration),+    -- | Delete all cells in a column except the most recent N.+    maxNumVersions :: (Core.Maybe Core.Int32),+    -- | Delete cells that would be deleted by any nested rule.+    union :: (Core.Maybe Union)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'GcRule' with the minimum fields required to make a request.+newGcRule ::+  GcRule+newGcRule =+  GcRule+    { intersection = Core.Nothing,+      maxAge = Core.Nothing,+      maxNumVersions = Core.Nothing,+      union = Core.Nothing+    }++instance Core.FromJSON GcRule where+  parseJSON =+    Core.withObject+      "GcRule"+      ( \o ->+          GcRule+            Core.<$> (o Core..:? "intersection")+            Core.<*> (o Core..:? "maxAge")+            Core.<*> (o Core..:? "maxNumVersions")+            Core.<*> (o Core..:? "union")+      )++instance Core.ToJSON GcRule where+  toJSON GcRule {..} =+    Core.object+      ( Core.catMaybes+          [ ("intersection" Core..=) Core.<$> intersection,+            ("maxAge" Core..=) Core.<$> maxAge,+            ("maxNumVersions" Core..=) Core.<$> maxNumVersions,+            ("union" Core..=) Core.<$> union+          ]+      )++-- | Request message for google.bigtable.admin.v2.BigtableTableAdmin.GenerateConsistencyToken+--+-- /See:/ 'newGenerateConsistencyTokenRequest' smart constructor.+data GenerateConsistencyTokenRequest = GenerateConsistencyTokenRequest+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'GenerateConsistencyTokenRequest' with the minimum fields required to make a request.+newGenerateConsistencyTokenRequest ::+  GenerateConsistencyTokenRequest+newGenerateConsistencyTokenRequest =+  GenerateConsistencyTokenRequest++instance Core.FromJSON GenerateConsistencyTokenRequest where+  parseJSON =+    Core.withObject+      "GenerateConsistencyTokenRequest"+      (\o -> Core.pure GenerateConsistencyTokenRequest)++instance Core.ToJSON GenerateConsistencyTokenRequest where+  toJSON = Core.const Core.emptyObject++-- | Response message for google.bigtable.admin.v2.BigtableTableAdmin.GenerateConsistencyToken+--+-- /See:/ 'newGenerateConsistencyTokenResponse' smart constructor.+newtype GenerateConsistencyTokenResponse = GenerateConsistencyTokenResponse+  { -- | The generated consistency token.+    consistencyToken :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'GenerateConsistencyTokenResponse' with the minimum fields required to make a request.+newGenerateConsistencyTokenResponse ::+  GenerateConsistencyTokenResponse+newGenerateConsistencyTokenResponse =+  GenerateConsistencyTokenResponse {consistencyToken = Core.Nothing}++instance Core.FromJSON GenerateConsistencyTokenResponse where+  parseJSON =+    Core.withObject+      "GenerateConsistencyTokenResponse"+      ( \o ->+          GenerateConsistencyTokenResponse+            Core.<$> (o Core..:? "consistencyToken")+      )++instance Core.ToJSON GenerateConsistencyTokenResponse where+  toJSON GenerateConsistencyTokenResponse {..} =+    Core.object+      ( Core.catMaybes+          [("consistencyToken" Core..=) Core.<$> consistencyToken]+      )++-- | Request message for @GetIamPolicy@ method.+--+-- /See:/ 'newGetIamPolicyRequest' smart constructor.+newtype GetIamPolicyRequest = GetIamPolicyRequest+  { -- | OPTIONAL: A @GetPolicyOptions@ object for specifying options to @GetIamPolicy@.+    options :: (Core.Maybe GetPolicyOptions)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'GetIamPolicyRequest' with the minimum fields required to make a request.+newGetIamPolicyRequest ::+  GetIamPolicyRequest+newGetIamPolicyRequest =+  GetIamPolicyRequest {options = Core.Nothing}++instance Core.FromJSON GetIamPolicyRequest where+  parseJSON =+    Core.withObject+      "GetIamPolicyRequest"+      (\o -> GetIamPolicyRequest Core.<$> (o Core..:? "options"))++instance Core.ToJSON GetIamPolicyRequest where+  toJSON GetIamPolicyRequest {..} =+    Core.object+      (Core.catMaybes [("options" Core..=) Core.<$> options])++-- | Encapsulates settings provided to GetIamPolicy.+--+-- /See:/ 'newGetPolicyOptions' smart constructor.+newtype GetPolicyOptions = GetPolicyOptions+  { -- | Optional. The maximum policy version that will be used to format the policy. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset. The policy in the response might use the policy version that you specified, or it might use a lower policy version. For example, if you specify version 3, but the policy has no conditional role bindings, the response uses version 1. To learn which resources support conditions in their IAM policies, see the <https://cloud.google.com/iam/help/conditions/resource-policies IAM documentation>.+    requestedPolicyVersion :: (Core.Maybe Core.Int32)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'GetPolicyOptions' with the minimum fields required to make a request.+newGetPolicyOptions ::+  GetPolicyOptions+newGetPolicyOptions =+  GetPolicyOptions {requestedPolicyVersion = Core.Nothing}++instance Core.FromJSON GetPolicyOptions where+  parseJSON =+    Core.withObject+      "GetPolicyOptions"+      ( \o ->+          GetPolicyOptions Core.<$> (o Core..:? "requestedPolicyVersion")+      )++instance Core.ToJSON GetPolicyOptions where+  toJSON GetPolicyOptions {..} =+    Core.object+      ( Core.catMaybes+          [ ("requestedPolicyVersion" Core..=)+              Core.<$> requestedPolicyVersion+          ]+      )++-- | Subsets of a column family that are included in this AuthorizedView.+--+-- /See:/ 'newGoogleBigtableAdminV2AuthorizedViewFamilySubsets' smart constructor.+data GoogleBigtableAdminV2AuthorizedViewFamilySubsets = GoogleBigtableAdminV2AuthorizedViewFamilySubsets+  { -- | Prefixes for qualifiers to be included in the AuthorizedView. Every qualifier starting with one of these prefixes is included in the AuthorizedView. To provide access to all qualifiers, include the empty string as a prefix (\"\").+    qualifierPrefixes :: (Core.Maybe [Core.Base64]),+    -- | Individual exact column qualifiers to be included in the AuthorizedView.+    qualifiers :: (Core.Maybe [Core.Base64])+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'GoogleBigtableAdminV2AuthorizedViewFamilySubsets' with the minimum fields required to make a request.+newGoogleBigtableAdminV2AuthorizedViewFamilySubsets ::+  GoogleBigtableAdminV2AuthorizedViewFamilySubsets+newGoogleBigtableAdminV2AuthorizedViewFamilySubsets =+  GoogleBigtableAdminV2AuthorizedViewFamilySubsets+    { qualifierPrefixes =+        Core.Nothing,+      qualifiers = Core.Nothing+    }++instance+  Core.FromJSON+    GoogleBigtableAdminV2AuthorizedViewFamilySubsets+  where+  parseJSON =+    Core.withObject+      "GoogleBigtableAdminV2AuthorizedViewFamilySubsets"+      ( \o ->+          GoogleBigtableAdminV2AuthorizedViewFamilySubsets+            Core.<$> (o Core..:? "qualifierPrefixes")+            Core.<*> (o Core..:? "qualifiers")+      )++instance+  Core.ToJSON+    GoogleBigtableAdminV2AuthorizedViewFamilySubsets+  where+  toJSON GoogleBigtableAdminV2AuthorizedViewFamilySubsets {..} =+    Core.object+      ( Core.catMaybes+          [ ("qualifierPrefixes" Core..=) Core.<$> qualifierPrefixes,+            ("qualifiers" Core..=) Core.<$> qualifiers+          ]+      )++-- | Defines a simple AuthorizedView that is a subset of the underlying Table.+--+-- /See:/ 'newGoogleBigtableAdminV2AuthorizedViewSubsetView' smart constructor.+data GoogleBigtableAdminV2AuthorizedViewSubsetView = GoogleBigtableAdminV2AuthorizedViewSubsetView+  { -- | Map from column family name to the columns in this family to be included in the AuthorizedView.+    familySubsets ::+      ( Core.Maybe+          GoogleBigtableAdminV2AuthorizedViewSubsetView_FamilySubsets+      ),+    -- | Row prefixes to be included in the AuthorizedView. To provide access to all rows, include the empty string as a prefix (\"\").+    rowPrefixes :: (Core.Maybe [Core.Base64])+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'GoogleBigtableAdminV2AuthorizedViewSubsetView' with the minimum fields required to make a request.+newGoogleBigtableAdminV2AuthorizedViewSubsetView ::+  GoogleBigtableAdminV2AuthorizedViewSubsetView+newGoogleBigtableAdminV2AuthorizedViewSubsetView =+  GoogleBigtableAdminV2AuthorizedViewSubsetView+    { familySubsets =+        Core.Nothing,+      rowPrefixes = Core.Nothing+    }++instance+  Core.FromJSON+    GoogleBigtableAdminV2AuthorizedViewSubsetView+  where+  parseJSON =+    Core.withObject+      "GoogleBigtableAdminV2AuthorizedViewSubsetView"+      ( \o ->+          GoogleBigtableAdminV2AuthorizedViewSubsetView+            Core.<$> (o Core..:? "familySubsets")+            Core.<*> (o Core..:? "rowPrefixes")+      )++instance Core.ToJSON GoogleBigtableAdminV2AuthorizedViewSubsetView where+  toJSON GoogleBigtableAdminV2AuthorizedViewSubsetView {..} =+    Core.object+      ( Core.catMaybes+          [ ("familySubsets" Core..=) Core.<$> familySubsets,+            ("rowPrefixes" Core..=) Core.<$> rowPrefixes+          ]+      )++-- | Map from column family name to the columns in this family to be included in the AuthorizedView.+--+-- /See:/ 'newGoogleBigtableAdminV2AuthorizedViewSubsetView_FamilySubsets' smart constructor.+newtype GoogleBigtableAdminV2AuthorizedViewSubsetView_FamilySubsets = GoogleBigtableAdminV2AuthorizedViewSubsetView_FamilySubsets+  { additional ::+      ( Core.HashMap+          Core.Text+          GoogleBigtableAdminV2AuthorizedViewFamilySubsets+      )+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'GoogleBigtableAdminV2AuthorizedViewSubsetView_FamilySubsets' with the minimum fields required to make a request.+newGoogleBigtableAdminV2AuthorizedViewSubsetView_FamilySubsets ::+  -- |  See 'additional'.+  Core.HashMap+    Core.Text+    GoogleBigtableAdminV2AuthorizedViewFamilySubsets ->+  GoogleBigtableAdminV2AuthorizedViewSubsetView_FamilySubsets+newGoogleBigtableAdminV2AuthorizedViewSubsetView_FamilySubsets+  additional =+    GoogleBigtableAdminV2AuthorizedViewSubsetView_FamilySubsets+      { additional =+          additional+      }++instance+  Core.FromJSON+    GoogleBigtableAdminV2AuthorizedViewSubsetView_FamilySubsets+  where+  parseJSON =+    Core.withObject+      "GoogleBigtableAdminV2AuthorizedViewSubsetView_FamilySubsets"+      ( \o ->+          GoogleBigtableAdminV2AuthorizedViewSubsetView_FamilySubsets+            Core.<$> (Core.parseJSONObject o)+      )++instance+  Core.ToJSON+    GoogleBigtableAdminV2AuthorizedViewSubsetView_FamilySubsets+  where+  toJSON+    GoogleBigtableAdminV2AuthorizedViewSubsetView_FamilySubsets {..} =+      Core.toJSON additional++-- | A value that combines incremental updates into a summarized value. Data is never directly written or read using type @Aggregate@. Writes provide either the @input_type@ or @state_type@, and reads always return the @state_type@ .+--+-- /See:/ 'newGoogleBigtableAdminV2TypeAggregate' smart constructor.+data GoogleBigtableAdminV2TypeAggregate = GoogleBigtableAdminV2TypeAggregate+  { -- | HyperLogLogPlusPlusUniqueCount aggregator.+    hllppUniqueCount ::+      ( Core.Maybe+          GoogleBigtableAdminV2TypeAggregateHyperLogLogPlusPlusUniqueCount+      ),+    -- | Type of the inputs that are accumulated by this @Aggregate@. Use @AddInput@ mutations to accumulate new inputs.+    inputType :: (Core.Maybe Type),+    -- | Max aggregator.+    max :: (Core.Maybe GoogleBigtableAdminV2TypeAggregateMax),+    -- | Min aggregator.+    min :: (Core.Maybe GoogleBigtableAdminV2TypeAggregateMin),+    -- | Output only. Type that holds the internal accumulator state for the @Aggregate@. This is a function of the @input_type@ and @aggregator@ chosen.+    stateType :: (Core.Maybe Type),+    -- | Sum aggregator.+    sum :: (Core.Maybe GoogleBigtableAdminV2TypeAggregateSum)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'GoogleBigtableAdminV2TypeAggregate' with the minimum fields required to make a request.+newGoogleBigtableAdminV2TypeAggregate ::+  GoogleBigtableAdminV2TypeAggregate+newGoogleBigtableAdminV2TypeAggregate =+  GoogleBigtableAdminV2TypeAggregate+    { hllppUniqueCount =+        Core.Nothing,+      inputType = Core.Nothing,+      max = Core.Nothing,+      min = Core.Nothing,+      stateType = Core.Nothing,+      sum = Core.Nothing+    }++instance Core.FromJSON GoogleBigtableAdminV2TypeAggregate where+  parseJSON =+    Core.withObject+      "GoogleBigtableAdminV2TypeAggregate"+      ( \o ->+          GoogleBigtableAdminV2TypeAggregate+            Core.<$> (o Core..:? "hllppUniqueCount")+            Core.<*> (o Core..:? "inputType")+            Core.<*> (o Core..:? "max")+            Core.<*> (o Core..:? "min")+            Core.<*> (o Core..:? "stateType")+            Core.<*> (o Core..:? "sum")+      )++instance Core.ToJSON GoogleBigtableAdminV2TypeAggregate where+  toJSON GoogleBigtableAdminV2TypeAggregate {..} =+    Core.object+      ( Core.catMaybes+          [ ("hllppUniqueCount" Core..=) Core.<$> hllppUniqueCount,+            ("inputType" Core..=) Core.<$> inputType,+            ("max" Core..=) Core.<$> max,+            ("min" Core..=) Core.<$> min,+            ("stateType" Core..=) Core.<$> stateType,+            ("sum" Core..=) Core.<$> sum+          ]+      )++-- | Computes an approximate unique count over the input values. When using raw data as input, be careful to use a consistent encoding. Otherwise the same value encoded differently could count more than once, or two distinct values could count as identical. Input: Any, or omit for Raw State: TBD Special state conversions: @Int64@ (the unique count estimate)+--+-- /See:/ 'newGoogleBigtableAdminV2TypeAggregateHyperLogLogPlusPlusUniqueCount' smart constructor.+data GoogleBigtableAdminV2TypeAggregateHyperLogLogPlusPlusUniqueCount = GoogleBigtableAdminV2TypeAggregateHyperLogLogPlusPlusUniqueCount+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'GoogleBigtableAdminV2TypeAggregateHyperLogLogPlusPlusUniqueCount' with the minimum fields required to make a request.+newGoogleBigtableAdminV2TypeAggregateHyperLogLogPlusPlusUniqueCount ::+  GoogleBigtableAdminV2TypeAggregateHyperLogLogPlusPlusUniqueCount+newGoogleBigtableAdminV2TypeAggregateHyperLogLogPlusPlusUniqueCount =+  GoogleBigtableAdminV2TypeAggregateHyperLogLogPlusPlusUniqueCount++instance+  Core.FromJSON+    GoogleBigtableAdminV2TypeAggregateHyperLogLogPlusPlusUniqueCount+  where+  parseJSON =+    Core.withObject+      "GoogleBigtableAdminV2TypeAggregateHyperLogLogPlusPlusUniqueCount"+      ( \o ->+          Core.pure+            GoogleBigtableAdminV2TypeAggregateHyperLogLogPlusPlusUniqueCount+      )++instance+  Core.ToJSON+    GoogleBigtableAdminV2TypeAggregateHyperLogLogPlusPlusUniqueCount+  where+  toJSON = Core.const Core.emptyObject++-- | Computes the max of the input values. Allowed input: @Int64@ State: same as input+--+-- /See:/ 'newGoogleBigtableAdminV2TypeAggregateMax' smart constructor.+data GoogleBigtableAdminV2TypeAggregateMax = GoogleBigtableAdminV2TypeAggregateMax+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'GoogleBigtableAdminV2TypeAggregateMax' with the minimum fields required to make a request.+newGoogleBigtableAdminV2TypeAggregateMax ::+  GoogleBigtableAdminV2TypeAggregateMax+newGoogleBigtableAdminV2TypeAggregateMax =+  GoogleBigtableAdminV2TypeAggregateMax++instance Core.FromJSON GoogleBigtableAdminV2TypeAggregateMax where+  parseJSON =+    Core.withObject+      "GoogleBigtableAdminV2TypeAggregateMax"+      (\o -> Core.pure GoogleBigtableAdminV2TypeAggregateMax)++instance Core.ToJSON GoogleBigtableAdminV2TypeAggregateMax where+  toJSON = Core.const Core.emptyObject++-- | Computes the min of the input values. Allowed input: @Int64@ State: same as input+--+-- /See:/ 'newGoogleBigtableAdminV2TypeAggregateMin' smart constructor.+data GoogleBigtableAdminV2TypeAggregateMin = GoogleBigtableAdminV2TypeAggregateMin+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'GoogleBigtableAdminV2TypeAggregateMin' with the minimum fields required to make a request.+newGoogleBigtableAdminV2TypeAggregateMin ::+  GoogleBigtableAdminV2TypeAggregateMin+newGoogleBigtableAdminV2TypeAggregateMin =+  GoogleBigtableAdminV2TypeAggregateMin++instance Core.FromJSON GoogleBigtableAdminV2TypeAggregateMin where+  parseJSON =+    Core.withObject+      "GoogleBigtableAdminV2TypeAggregateMin"+      (\o -> Core.pure GoogleBigtableAdminV2TypeAggregateMin)++instance Core.ToJSON GoogleBigtableAdminV2TypeAggregateMin where+  toJSON = Core.const Core.emptyObject++-- | Computes the sum of the input values. Allowed input: @Int64@ State: same as input+--+-- /See:/ 'newGoogleBigtableAdminV2TypeAggregateSum' smart constructor.+data GoogleBigtableAdminV2TypeAggregateSum = GoogleBigtableAdminV2TypeAggregateSum+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'GoogleBigtableAdminV2TypeAggregateSum' with the minimum fields required to make a request.+newGoogleBigtableAdminV2TypeAggregateSum ::+  GoogleBigtableAdminV2TypeAggregateSum+newGoogleBigtableAdminV2TypeAggregateSum =+  GoogleBigtableAdminV2TypeAggregateSum++instance Core.FromJSON GoogleBigtableAdminV2TypeAggregateSum where+  parseJSON =+    Core.withObject+      "GoogleBigtableAdminV2TypeAggregateSum"+      (\o -> Core.pure GoogleBigtableAdminV2TypeAggregateSum)++instance Core.ToJSON GoogleBigtableAdminV2TypeAggregateSum where+  toJSON = Core.const Core.emptyObject++-- | An ordered list of elements of a given type. Values of type @Array@ are stored in @Value.array_value@.+--+-- /See:/ 'newGoogleBigtableAdminV2TypeArray' smart constructor.+newtype GoogleBigtableAdminV2TypeArray = GoogleBigtableAdminV2TypeArray+  { -- | The type of the elements in the array. This must not be @Array@.+    elementType :: (Core.Maybe Type)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'GoogleBigtableAdminV2TypeArray' with the minimum fields required to make a request.+newGoogleBigtableAdminV2TypeArray ::+  GoogleBigtableAdminV2TypeArray+newGoogleBigtableAdminV2TypeArray =+  GoogleBigtableAdminV2TypeArray {elementType = Core.Nothing}++instance Core.FromJSON GoogleBigtableAdminV2TypeArray where+  parseJSON =+    Core.withObject+      "GoogleBigtableAdminV2TypeArray"+      ( \o ->+          GoogleBigtableAdminV2TypeArray Core.<$> (o Core..:? "elementType")+      )++instance Core.ToJSON GoogleBigtableAdminV2TypeArray where+  toJSON GoogleBigtableAdminV2TypeArray {..} =+    Core.object+      (Core.catMaybes [("elementType" Core..=) Core.<$> elementType])++-- | bool Values of type @Bool@ are stored in @Value.bool_value@.+--+-- /See:/ 'newGoogleBigtableAdminV2TypeBool' smart constructor.+data GoogleBigtableAdminV2TypeBool = GoogleBigtableAdminV2TypeBool+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'GoogleBigtableAdminV2TypeBool' with the minimum fields required to make a request.+newGoogleBigtableAdminV2TypeBool ::+  GoogleBigtableAdminV2TypeBool+newGoogleBigtableAdminV2TypeBool = GoogleBigtableAdminV2TypeBool++instance Core.FromJSON GoogleBigtableAdminV2TypeBool where+  parseJSON =+    Core.withObject+      "GoogleBigtableAdminV2TypeBool"+      (\o -> Core.pure GoogleBigtableAdminV2TypeBool)++instance Core.ToJSON GoogleBigtableAdminV2TypeBool where+  toJSON = Core.const Core.emptyObject++-- | Bytes Values of type @Bytes@ are stored in @Value.bytes_value@.+--+-- /See:/ 'newGoogleBigtableAdminV2TypeBytes' smart constructor.+newtype GoogleBigtableAdminV2TypeBytes = GoogleBigtableAdminV2TypeBytes+  { -- | The encoding to use when converting to or from lower level types.+    encoding :: (Core.Maybe GoogleBigtableAdminV2TypeBytesEncoding)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'GoogleBigtableAdminV2TypeBytes' with the minimum fields required to make a request.+newGoogleBigtableAdminV2TypeBytes ::+  GoogleBigtableAdminV2TypeBytes+newGoogleBigtableAdminV2TypeBytes =+  GoogleBigtableAdminV2TypeBytes {encoding = Core.Nothing}++instance Core.FromJSON GoogleBigtableAdminV2TypeBytes where+  parseJSON =+    Core.withObject+      "GoogleBigtableAdminV2TypeBytes"+      ( \o ->+          GoogleBigtableAdminV2TypeBytes Core.<$> (o Core..:? "encoding")+      )++instance Core.ToJSON GoogleBigtableAdminV2TypeBytes where+  toJSON GoogleBigtableAdminV2TypeBytes {..} =+    Core.object+      (Core.catMaybes [("encoding" Core..=) Core.<$> encoding])++-- | Rules used to convert to or from lower level types.+--+-- /See:/ 'newGoogleBigtableAdminV2TypeBytesEncoding' smart constructor.+newtype GoogleBigtableAdminV2TypeBytesEncoding = GoogleBigtableAdminV2TypeBytesEncoding+  { -- | Use @Raw@ encoding.+    raw :: (Core.Maybe GoogleBigtableAdminV2TypeBytesEncodingRaw)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'GoogleBigtableAdminV2TypeBytesEncoding' with the minimum fields required to make a request.+newGoogleBigtableAdminV2TypeBytesEncoding ::+  GoogleBigtableAdminV2TypeBytesEncoding+newGoogleBigtableAdminV2TypeBytesEncoding =+  GoogleBigtableAdminV2TypeBytesEncoding {raw = Core.Nothing}++instance Core.FromJSON GoogleBigtableAdminV2TypeBytesEncoding where+  parseJSON =+    Core.withObject+      "GoogleBigtableAdminV2TypeBytesEncoding"+      ( \o ->+          GoogleBigtableAdminV2TypeBytesEncoding Core.<$> (o Core..:? "raw")+      )++instance Core.ToJSON GoogleBigtableAdminV2TypeBytesEncoding where+  toJSON GoogleBigtableAdminV2TypeBytesEncoding {..} =+    Core.object (Core.catMaybes [("raw" Core..=) Core.<$> raw])++-- | Leaves the value as-is. Sorted mode: all values are supported. Distinct mode: all values are supported.+--+-- /See:/ 'newGoogleBigtableAdminV2TypeBytesEncodingRaw' smart constructor.+newtype GoogleBigtableAdminV2TypeBytesEncodingRaw = GoogleBigtableAdminV2TypeBytesEncodingRaw+  { -- | If set, allows NULL values to be encoded as the empty string \"\". The actual empty string, or any value which only contains the null byte 0x00, has one more null byte appended.+    escapeNulls :: (Core.Maybe Core.Bool)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'GoogleBigtableAdminV2TypeBytesEncodingRaw' with the minimum fields required to make a request.+newGoogleBigtableAdminV2TypeBytesEncodingRaw ::+  GoogleBigtableAdminV2TypeBytesEncodingRaw+newGoogleBigtableAdminV2TypeBytesEncodingRaw =+  GoogleBigtableAdminV2TypeBytesEncodingRaw+    { escapeNulls =+        Core.Nothing+    }++instance Core.FromJSON GoogleBigtableAdminV2TypeBytesEncodingRaw where+  parseJSON =+    Core.withObject+      "GoogleBigtableAdminV2TypeBytesEncodingRaw"+      ( \o ->+          GoogleBigtableAdminV2TypeBytesEncodingRaw+            Core.<$> (o Core..:? "escapeNulls")+      )++instance Core.ToJSON GoogleBigtableAdminV2TypeBytesEncodingRaw where+  toJSON GoogleBigtableAdminV2TypeBytesEncodingRaw {..} =+    Core.object+      (Core.catMaybes [("escapeNulls" Core..=) Core.<$> escapeNulls])++-- | Date Values of type @Date@ are stored in @Value.date_value@.+--+-- /See:/ 'newGoogleBigtableAdminV2TypeDate' smart constructor.+data GoogleBigtableAdminV2TypeDate = GoogleBigtableAdminV2TypeDate+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'GoogleBigtableAdminV2TypeDate' with the minimum fields required to make a request.+newGoogleBigtableAdminV2TypeDate ::+  GoogleBigtableAdminV2TypeDate+newGoogleBigtableAdminV2TypeDate = GoogleBigtableAdminV2TypeDate++instance Core.FromJSON GoogleBigtableAdminV2TypeDate where+  parseJSON =+    Core.withObject+      "GoogleBigtableAdminV2TypeDate"+      (\o -> Core.pure GoogleBigtableAdminV2TypeDate)++instance Core.ToJSON GoogleBigtableAdminV2TypeDate where+  toJSON = Core.const Core.emptyObject++-- | Float32 Values of type @Float32@ are stored in @Value.float_value@.+--+-- /See:/ 'newGoogleBigtableAdminV2TypeFloat32' smart constructor.+data GoogleBigtableAdminV2TypeFloat32 = GoogleBigtableAdminV2TypeFloat32+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'GoogleBigtableAdminV2TypeFloat32' with the minimum fields required to make a request.+newGoogleBigtableAdminV2TypeFloat32 ::+  GoogleBigtableAdminV2TypeFloat32+newGoogleBigtableAdminV2TypeFloat32 =+  GoogleBigtableAdminV2TypeFloat32++instance Core.FromJSON GoogleBigtableAdminV2TypeFloat32 where+  parseJSON =+    Core.withObject+      "GoogleBigtableAdminV2TypeFloat32"+      (\o -> Core.pure GoogleBigtableAdminV2TypeFloat32)++instance Core.ToJSON GoogleBigtableAdminV2TypeFloat32 where+  toJSON = Core.const Core.emptyObject++-- | Float64 Values of type @Float64@ are stored in @Value.float_value@.+--+-- /See:/ 'newGoogleBigtableAdminV2TypeFloat64' smart constructor.+data GoogleBigtableAdminV2TypeFloat64 = GoogleBigtableAdminV2TypeFloat64+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'GoogleBigtableAdminV2TypeFloat64' with the minimum fields required to make a request.+newGoogleBigtableAdminV2TypeFloat64 ::+  GoogleBigtableAdminV2TypeFloat64+newGoogleBigtableAdminV2TypeFloat64 =+  GoogleBigtableAdminV2TypeFloat64++instance Core.FromJSON GoogleBigtableAdminV2TypeFloat64 where+  parseJSON =+    Core.withObject+      "GoogleBigtableAdminV2TypeFloat64"+      (\o -> Core.pure GoogleBigtableAdminV2TypeFloat64)++instance Core.ToJSON GoogleBigtableAdminV2TypeFloat64 where+  toJSON = Core.const Core.emptyObject++-- | Int64 Values of type @Int64@ are stored in @Value.int_value@.+--+-- /See:/ 'newGoogleBigtableAdminV2TypeInt64' smart constructor.+newtype GoogleBigtableAdminV2TypeInt64 = GoogleBigtableAdminV2TypeInt64+  { -- | The encoding to use when converting to or from lower level types.+    encoding :: (Core.Maybe GoogleBigtableAdminV2TypeInt64Encoding)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'GoogleBigtableAdminV2TypeInt64' with the minimum fields required to make a request.+newGoogleBigtableAdminV2TypeInt64 ::+  GoogleBigtableAdminV2TypeInt64+newGoogleBigtableAdminV2TypeInt64 =+  GoogleBigtableAdminV2TypeInt64 {encoding = Core.Nothing}++instance Core.FromJSON GoogleBigtableAdminV2TypeInt64 where+  parseJSON =+    Core.withObject+      "GoogleBigtableAdminV2TypeInt64"+      ( \o ->+          GoogleBigtableAdminV2TypeInt64 Core.<$> (o Core..:? "encoding")+      )++instance Core.ToJSON GoogleBigtableAdminV2TypeInt64 where+  toJSON GoogleBigtableAdminV2TypeInt64 {..} =+    Core.object+      (Core.catMaybes [("encoding" Core..=) Core.<$> encoding])++-- | Rules used to convert to or from lower level types.+--+-- /See:/ 'newGoogleBigtableAdminV2TypeInt64Encoding' smart constructor.+data GoogleBigtableAdminV2TypeInt64Encoding = GoogleBigtableAdminV2TypeInt64Encoding+  { -- | Use @BigEndianBytes@ encoding.+    bigEndianBytes :: (Core.Maybe GoogleBigtableAdminV2TypeInt64EncodingBigEndianBytes),+    -- | Use @OrderedCodeBytes@ encoding.+    orderedCodeBytes :: (Core.Maybe GoogleBigtableAdminV2TypeInt64EncodingOrderedCodeBytes)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'GoogleBigtableAdminV2TypeInt64Encoding' with the minimum fields required to make a request.+newGoogleBigtableAdminV2TypeInt64Encoding ::+  GoogleBigtableAdminV2TypeInt64Encoding+newGoogleBigtableAdminV2TypeInt64Encoding =+  GoogleBigtableAdminV2TypeInt64Encoding+    { bigEndianBytes =+        Core.Nothing,+      orderedCodeBytes = Core.Nothing+    }++instance Core.FromJSON GoogleBigtableAdminV2TypeInt64Encoding where+  parseJSON =+    Core.withObject+      "GoogleBigtableAdminV2TypeInt64Encoding"+      ( \o ->+          GoogleBigtableAdminV2TypeInt64Encoding+            Core.<$> (o Core..:? "bigEndianBytes")+            Core.<*> (o Core..:? "orderedCodeBytes")+      )++instance Core.ToJSON GoogleBigtableAdminV2TypeInt64Encoding where+  toJSON GoogleBigtableAdminV2TypeInt64Encoding {..} =+    Core.object+      ( Core.catMaybes+          [ ("bigEndianBytes" Core..=) Core.<$> bigEndianBytes,+            ("orderedCodeBytes" Core..=) Core.<$> orderedCodeBytes+          ]+      )++-- | Encodes the value as an 8-byte big-endian two\'s complement value. Sorted mode: non-negative values are supported. Distinct mode: all values are supported. Compatible with: - BigQuery @BINARY@ encoding - HBase @Bytes.toBytes@ - Java @ByteBuffer.putLong()@ with @ByteOrder.BIG_ENDIAN@+--+-- /See:/ 'newGoogleBigtableAdminV2TypeInt64EncodingBigEndianBytes' smart constructor.+newtype GoogleBigtableAdminV2TypeInt64EncodingBigEndianBytes = GoogleBigtableAdminV2TypeInt64EncodingBigEndianBytes+  { -- | Deprecated: ignored if set.+    bytesType :: (Core.Maybe GoogleBigtableAdminV2TypeBytes)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'GoogleBigtableAdminV2TypeInt64EncodingBigEndianBytes' with the minimum fields required to make a request.+newGoogleBigtableAdminV2TypeInt64EncodingBigEndianBytes ::+  GoogleBigtableAdminV2TypeInt64EncodingBigEndianBytes+newGoogleBigtableAdminV2TypeInt64EncodingBigEndianBytes =+  GoogleBigtableAdminV2TypeInt64EncodingBigEndianBytes+    { bytesType =+        Core.Nothing+    }++instance+  Core.FromJSON+    GoogleBigtableAdminV2TypeInt64EncodingBigEndianBytes+  where+  parseJSON =+    Core.withObject+      "GoogleBigtableAdminV2TypeInt64EncodingBigEndianBytes"+      ( \o ->+          GoogleBigtableAdminV2TypeInt64EncodingBigEndianBytes+            Core.<$> (o Core..:? "bytesType")+      )++instance+  Core.ToJSON+    GoogleBigtableAdminV2TypeInt64EncodingBigEndianBytes+  where+  toJSON GoogleBigtableAdminV2TypeInt64EncodingBigEndianBytes {..} =+    Core.object+      (Core.catMaybes [("bytesType" Core..=) Core.<$> bytesType])++-- | Encodes the value in a variable length binary format of up to 10 bytes. Values that are closer to zero use fewer bytes. Sorted mode: all values are supported. Distinct mode: all values are supported.+--+-- /See:/ 'newGoogleBigtableAdminV2TypeInt64EncodingOrderedCodeBytes' smart constructor.+data GoogleBigtableAdminV2TypeInt64EncodingOrderedCodeBytes = GoogleBigtableAdminV2TypeInt64EncodingOrderedCodeBytes+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'GoogleBigtableAdminV2TypeInt64EncodingOrderedCodeBytes' with the minimum fields required to make a request.+newGoogleBigtableAdminV2TypeInt64EncodingOrderedCodeBytes ::+  GoogleBigtableAdminV2TypeInt64EncodingOrderedCodeBytes+newGoogleBigtableAdminV2TypeInt64EncodingOrderedCodeBytes =+  GoogleBigtableAdminV2TypeInt64EncodingOrderedCodeBytes++instance+  Core.FromJSON+    GoogleBigtableAdminV2TypeInt64EncodingOrderedCodeBytes+  where+  parseJSON =+    Core.withObject+      "GoogleBigtableAdminV2TypeInt64EncodingOrderedCodeBytes"+      ( \o ->+          Core.pure GoogleBigtableAdminV2TypeInt64EncodingOrderedCodeBytes+      )++instance+  Core.ToJSON+    GoogleBigtableAdminV2TypeInt64EncodingOrderedCodeBytes+  where+  toJSON = Core.const Core.emptyObject++-- | A mapping of keys to values of a given type. Values of type @Map@ are stored in a @Value.array_value@ where each entry is another @Value.array_value@ with two elements (the key and the value, in that order). Normally encoded Map values won\'t have repeated keys, however, clients are expected to handle the case in which they do. If the same key appears multiple times, the /last/ value takes precedence.+--+-- /See:/ 'newGoogleBigtableAdminV2TypeMap' smart constructor.+data GoogleBigtableAdminV2TypeMap = GoogleBigtableAdminV2TypeMap+  { -- | The type of a map key. Only @Bytes@, @String@, and @Int64@ are allowed as key types.+    keyType :: (Core.Maybe Type),+    -- | The type of the values in a map.+    valueType :: (Core.Maybe Type)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'GoogleBigtableAdminV2TypeMap' with the minimum fields required to make a request.+newGoogleBigtableAdminV2TypeMap ::+  GoogleBigtableAdminV2TypeMap+newGoogleBigtableAdminV2TypeMap =+  GoogleBigtableAdminV2TypeMap+    { keyType = Core.Nothing,+      valueType = Core.Nothing+    }++instance Core.FromJSON GoogleBigtableAdminV2TypeMap where+  parseJSON =+    Core.withObject+      "GoogleBigtableAdminV2TypeMap"+      ( \o ->+          GoogleBigtableAdminV2TypeMap+            Core.<$> (o Core..:? "keyType")+            Core.<*> (o Core..:? "valueType")+      )++instance Core.ToJSON GoogleBigtableAdminV2TypeMap where+  toJSON GoogleBigtableAdminV2TypeMap {..} =+    Core.object+      ( Core.catMaybes+          [ ("keyType" Core..=) Core.<$> keyType,+            ("valueType" Core..=) Core.<$> valueType+          ]+      )++-- | String Values of type @String@ are stored in @Value.string_value@.+--+-- /See:/ 'newGoogleBigtableAdminV2TypeString' smart constructor.+newtype GoogleBigtableAdminV2TypeString = GoogleBigtableAdminV2TypeString+  { -- | The encoding to use when converting to or from lower level types.+    encoding :: (Core.Maybe GoogleBigtableAdminV2TypeStringEncoding)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'GoogleBigtableAdminV2TypeString' with the minimum fields required to make a request.+newGoogleBigtableAdminV2TypeString ::+  GoogleBigtableAdminV2TypeString+newGoogleBigtableAdminV2TypeString =+  GoogleBigtableAdminV2TypeString {encoding = Core.Nothing}++instance Core.FromJSON GoogleBigtableAdminV2TypeString where+  parseJSON =+    Core.withObject+      "GoogleBigtableAdminV2TypeString"+      ( \o ->+          GoogleBigtableAdminV2TypeString Core.<$> (o Core..:? "encoding")+      )++instance Core.ToJSON GoogleBigtableAdminV2TypeString where+  toJSON GoogleBigtableAdminV2TypeString {..} =+    Core.object+      (Core.catMaybes [("encoding" Core..=) Core.<$> encoding])++-- | Rules used to convert to or from lower level types.+--+-- /See:/ 'newGoogleBigtableAdminV2TypeStringEncoding' smart constructor.+data GoogleBigtableAdminV2TypeStringEncoding = GoogleBigtableAdminV2TypeStringEncoding+  { -- | Use @Utf8Bytes@ encoding.+    utf8Bytes :: (Core.Maybe GoogleBigtableAdminV2TypeStringEncodingUtf8Bytes),+    -- | Deprecated: if set, converts to an empty @utf8_bytes@.+    utf8Raw :: (Core.Maybe GoogleBigtableAdminV2TypeStringEncodingUtf8Raw)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'GoogleBigtableAdminV2TypeStringEncoding' with the minimum fields required to make a request.+newGoogleBigtableAdminV2TypeStringEncoding ::+  GoogleBigtableAdminV2TypeStringEncoding+newGoogleBigtableAdminV2TypeStringEncoding =+  GoogleBigtableAdminV2TypeStringEncoding+    { utf8Bytes = Core.Nothing,+      utf8Raw = Core.Nothing+    }++instance Core.FromJSON GoogleBigtableAdminV2TypeStringEncoding where+  parseJSON =+    Core.withObject+      "GoogleBigtableAdminV2TypeStringEncoding"+      ( \o ->+          GoogleBigtableAdminV2TypeStringEncoding+            Core.<$> (o Core..:? "utf8Bytes")+            Core.<*> (o Core..:? "utf8Raw")+      )++instance Core.ToJSON GoogleBigtableAdminV2TypeStringEncoding where+  toJSON GoogleBigtableAdminV2TypeStringEncoding {..} =+    Core.object+      ( Core.catMaybes+          [ ("utf8Bytes" Core..=) Core.<$> utf8Bytes,+            ("utf8Raw" Core..=) Core.<$> utf8Raw+          ]+      )++-- | UTF-8 encoding. Sorted mode: - All values are supported. - Code point order is preserved. Distinct mode: all values are supported. Compatible with: - BigQuery @TEXT@ encoding - HBase @Bytes.toBytes@ - Java @String#getBytes(StandardCharsets.UTF_8)@+--+-- /See:/ 'newGoogleBigtableAdminV2TypeStringEncodingUtf8Bytes' smart constructor.+newtype GoogleBigtableAdminV2TypeStringEncodingUtf8Bytes = GoogleBigtableAdminV2TypeStringEncodingUtf8Bytes+  { -- | Single-character escape sequence used to support NULL values. If set, allows NULL values to be encoded as the empty string \"\". The actual empty string, or any value where every character equals @null_escape_char@, has one more @null_escape_char@ appended. If @null_escape_char@ is set and does not equal the ASCII null character 0x00, then the encoding will not support sorted mode. .+    nullEscapeChar :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'GoogleBigtableAdminV2TypeStringEncodingUtf8Bytes' with the minimum fields required to make a request.+newGoogleBigtableAdminV2TypeStringEncodingUtf8Bytes ::+  GoogleBigtableAdminV2TypeStringEncodingUtf8Bytes+newGoogleBigtableAdminV2TypeStringEncodingUtf8Bytes =+  GoogleBigtableAdminV2TypeStringEncodingUtf8Bytes+    { nullEscapeChar =+        Core.Nothing+    }++instance+  Core.FromJSON+    GoogleBigtableAdminV2TypeStringEncodingUtf8Bytes+  where+  parseJSON =+    Core.withObject+      "GoogleBigtableAdminV2TypeStringEncodingUtf8Bytes"+      ( \o ->+          GoogleBigtableAdminV2TypeStringEncodingUtf8Bytes+            Core.<$> (o Core..:? "nullEscapeChar")+      )++instance+  Core.ToJSON+    GoogleBigtableAdminV2TypeStringEncodingUtf8Bytes+  where+  toJSON GoogleBigtableAdminV2TypeStringEncodingUtf8Bytes {..} =+    Core.object+      ( Core.catMaybes+          [("nullEscapeChar" Core..=) Core.<$> nullEscapeChar]+      )++-- | Deprecated: prefer the equivalent @Utf8Bytes@.+--+-- /See:/ 'newGoogleBigtableAdminV2TypeStringEncodingUtf8Raw' smart constructor.+data GoogleBigtableAdminV2TypeStringEncodingUtf8Raw = GoogleBigtableAdminV2TypeStringEncodingUtf8Raw+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'GoogleBigtableAdminV2TypeStringEncodingUtf8Raw' with the minimum fields required to make a request.+newGoogleBigtableAdminV2TypeStringEncodingUtf8Raw ::+  GoogleBigtableAdminV2TypeStringEncodingUtf8Raw+newGoogleBigtableAdminV2TypeStringEncodingUtf8Raw =+  GoogleBigtableAdminV2TypeStringEncodingUtf8Raw++instance+  Core.FromJSON+    GoogleBigtableAdminV2TypeStringEncodingUtf8Raw+  where+  parseJSON =+    Core.withObject+      "GoogleBigtableAdminV2TypeStringEncodingUtf8Raw"+      (\o -> Core.pure GoogleBigtableAdminV2TypeStringEncodingUtf8Raw)++instance Core.ToJSON GoogleBigtableAdminV2TypeStringEncodingUtf8Raw where+  toJSON = Core.const Core.emptyObject++-- | A structured data value, consisting of fields which map to dynamically typed values. Values of type @Struct@ are stored in @Value.array_value@ where entries are in the same order and number as @field_types@.+--+-- /See:/ 'newGoogleBigtableAdminV2TypeStruct' smart constructor.+data GoogleBigtableAdminV2TypeStruct = GoogleBigtableAdminV2TypeStruct+  { -- | The encoding to use when converting to or from lower level types.+    encoding :: (Core.Maybe GoogleBigtableAdminV2TypeStructEncoding),+    -- | The names and types of the fields in this struct.+    fields :: (Core.Maybe [GoogleBigtableAdminV2TypeStructField])+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'GoogleBigtableAdminV2TypeStruct' with the minimum fields required to make a request.+newGoogleBigtableAdminV2TypeStruct ::+  GoogleBigtableAdminV2TypeStruct+newGoogleBigtableAdminV2TypeStruct =+  GoogleBigtableAdminV2TypeStruct+    { encoding = Core.Nothing,+      fields = Core.Nothing+    }++instance Core.FromJSON GoogleBigtableAdminV2TypeStruct where+  parseJSON =+    Core.withObject+      "GoogleBigtableAdminV2TypeStruct"+      ( \o ->+          GoogleBigtableAdminV2TypeStruct+            Core.<$> (o Core..:? "encoding")+            Core.<*> (o Core..:? "fields")+      )++instance Core.ToJSON GoogleBigtableAdminV2TypeStruct where+  toJSON GoogleBigtableAdminV2TypeStruct {..} =+    Core.object+      ( Core.catMaybes+          [ ("encoding" Core..=) Core.<$> encoding,+            ("fields" Core..=) Core.<$> fields+          ]+      )++-- | Rules used to convert to or from lower level types.+--+-- /See:/ 'newGoogleBigtableAdminV2TypeStructEncoding' smart constructor.+data GoogleBigtableAdminV2TypeStructEncoding = GoogleBigtableAdminV2TypeStructEncoding+  { -- | Use @DelimitedBytes@ encoding.+    delimitedBytes :: (Core.Maybe GoogleBigtableAdminV2TypeStructEncodingDelimitedBytes),+    -- | User @OrderedCodeBytes@ encoding.+    orderedCodeBytes ::+      ( Core.Maybe+          GoogleBigtableAdminV2TypeStructEncodingOrderedCodeBytes+      ),+    -- | Use @Singleton@ encoding.+    singleton :: (Core.Maybe GoogleBigtableAdminV2TypeStructEncodingSingleton)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'GoogleBigtableAdminV2TypeStructEncoding' with the minimum fields required to make a request.+newGoogleBigtableAdminV2TypeStructEncoding ::+  GoogleBigtableAdminV2TypeStructEncoding+newGoogleBigtableAdminV2TypeStructEncoding =+  GoogleBigtableAdminV2TypeStructEncoding+    { delimitedBytes =+        Core.Nothing,+      orderedCodeBytes = Core.Nothing,+      singleton = Core.Nothing+    }++instance Core.FromJSON GoogleBigtableAdminV2TypeStructEncoding where+  parseJSON =+    Core.withObject+      "GoogleBigtableAdminV2TypeStructEncoding"+      ( \o ->+          GoogleBigtableAdminV2TypeStructEncoding+            Core.<$> (o Core..:? "delimitedBytes")+            Core.<*> (o Core..:? "orderedCodeBytes")+            Core.<*> (o Core..:? "singleton")+      )++instance Core.ToJSON GoogleBigtableAdminV2TypeStructEncoding where+  toJSON GoogleBigtableAdminV2TypeStructEncoding {..} =+    Core.object+      ( Core.catMaybes+          [ ("delimitedBytes" Core..=) Core.<$> delimitedBytes,+            ("orderedCodeBytes" Core..=) Core.<$> orderedCodeBytes,+            ("singleton" Core..=) Core.<$> singleton+          ]+      )++-- | Fields are encoded independently and concatenated with a configurable @delimiter@ in between. A struct with no fields defined is encoded as a single @delimiter@. Sorted mode: - Fields are encoded in sorted mode. - Encoded field values must not contain any bytes \<= @delimiter[0]@ - Element-wise order is preserved: @A \< B@ if @A[0] \< B[0]@, or if @A[0] == B[0] && A[1] \< B[1]@, etc. Strict prefixes sort first. Distinct mode: - Fields are encoded in distinct mode. - Encoded field values must not contain @delimiter[0]@.+--+-- /See:/ 'newGoogleBigtableAdminV2TypeStructEncodingDelimitedBytes' smart constructor.+newtype GoogleBigtableAdminV2TypeStructEncodingDelimitedBytes = GoogleBigtableAdminV2TypeStructEncodingDelimitedBytes+  { -- | Byte sequence used to delimit concatenated fields. The delimiter must contain at least 1 character and at most 50 characters.+    delimiter :: (Core.Maybe Core.Base64)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'GoogleBigtableAdminV2TypeStructEncodingDelimitedBytes' with the minimum fields required to make a request.+newGoogleBigtableAdminV2TypeStructEncodingDelimitedBytes ::+  GoogleBigtableAdminV2TypeStructEncodingDelimitedBytes+newGoogleBigtableAdminV2TypeStructEncodingDelimitedBytes =+  GoogleBigtableAdminV2TypeStructEncodingDelimitedBytes+    { delimiter =+        Core.Nothing+    }++instance+  Core.FromJSON+    GoogleBigtableAdminV2TypeStructEncodingDelimitedBytes+  where+  parseJSON =+    Core.withObject+      "GoogleBigtableAdminV2TypeStructEncodingDelimitedBytes"+      ( \o ->+          GoogleBigtableAdminV2TypeStructEncodingDelimitedBytes+            Core.<$> (o Core..:? "delimiter")+      )++instance+  Core.ToJSON+    GoogleBigtableAdminV2TypeStructEncodingDelimitedBytes+  where+  toJSON GoogleBigtableAdminV2TypeStructEncodingDelimitedBytes {..} =+    Core.object+      (Core.catMaybes [("delimiter" Core..=) Core.<$> delimiter])++-- | Fields are encoded independently and concatenated with the fixed byte pair {0x00, 0x01} in between. Any null (0x00) byte in an encoded field is replaced by the fixed byte pair {0x00, 0xFF}. Fields that encode to the empty string \"\" have special handling: - If /every/ field encodes to \"\", or if the STRUCT has no fields defined, then the STRUCT is encoded as the fixed byte pair {0x00, 0x00}. - Otherwise, the STRUCT only encodes until the last non-empty field, omitting any trailing empty fields. Any empty fields that aren\'t omitted are replaced with the fixed byte pair {0x00, 0x00}. Examples: - STRUCT() -> \"\\00\\00\" - STRUCT(\"\") -> \"\\00\\00\" - STRUCT(\"\", \"\") -> \"\\00\\00\" - STRUCT(\"\", \"B\") -> \"\\00\\00\" + \"\\00\\01\" + \"B\" - STRUCT(\"A\", \"\") -> \"A\" - STRUCT(\"\", \"B\", \"\") -> \"\\00\\00\" + \"\\00\\01\" + \"B\" - STRUCT(\"A\", \"\", \"C\") -> \"A\" + \"\\00\\01\" + \"\\00\\00\" + \"\\00\\01\" + \"C\" Since null bytes are always escaped, this encoding can cause size blowup for+-- encodings like @Int64.BigEndianBytes@ that are likely to produce many such bytes. Sorted mode: - Fields are encoded in sorted mode. - All values supported by the field encodings are allowed - Element-wise order is preserved: @A \< B@ if @A[0] \< B[0]@, or if @A[0] == B[0] && A[1] \< B[1]@, etc. Strict prefixes sort first. Distinct mode: - Fields are encoded in distinct mode. - All values supported by the field encodings are allowed.+--+-- /See:/ 'newGoogleBigtableAdminV2TypeStructEncodingOrderedCodeBytes' smart constructor.+data GoogleBigtableAdminV2TypeStructEncodingOrderedCodeBytes = GoogleBigtableAdminV2TypeStructEncodingOrderedCodeBytes+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'GoogleBigtableAdminV2TypeStructEncodingOrderedCodeBytes' with the minimum fields required to make a request.+newGoogleBigtableAdminV2TypeStructEncodingOrderedCodeBytes ::+  GoogleBigtableAdminV2TypeStructEncodingOrderedCodeBytes+newGoogleBigtableAdminV2TypeStructEncodingOrderedCodeBytes =+  GoogleBigtableAdminV2TypeStructEncodingOrderedCodeBytes++instance+  Core.FromJSON+    GoogleBigtableAdminV2TypeStructEncodingOrderedCodeBytes+  where+  parseJSON =+    Core.withObject+      "GoogleBigtableAdminV2TypeStructEncodingOrderedCodeBytes"+      ( \o ->+          Core.pure GoogleBigtableAdminV2TypeStructEncodingOrderedCodeBytes+      )++instance+  Core.ToJSON+    GoogleBigtableAdminV2TypeStructEncodingOrderedCodeBytes+  where+  toJSON = Core.const Core.emptyObject++-- | Uses the encoding of @fields[0].type@ as-is. Only valid if @fields.size == 1@.+--+-- /See:/ 'newGoogleBigtableAdminV2TypeStructEncodingSingleton' smart constructor.+data GoogleBigtableAdminV2TypeStructEncodingSingleton = GoogleBigtableAdminV2TypeStructEncodingSingleton+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'GoogleBigtableAdminV2TypeStructEncodingSingleton' with the minimum fields required to make a request.+newGoogleBigtableAdminV2TypeStructEncodingSingleton ::+  GoogleBigtableAdminV2TypeStructEncodingSingleton+newGoogleBigtableAdminV2TypeStructEncodingSingleton =+  GoogleBigtableAdminV2TypeStructEncodingSingleton++instance+  Core.FromJSON+    GoogleBigtableAdminV2TypeStructEncodingSingleton+  where+  parseJSON =+    Core.withObject+      "GoogleBigtableAdminV2TypeStructEncodingSingleton"+      (\o -> Core.pure GoogleBigtableAdminV2TypeStructEncodingSingleton)++instance+  Core.ToJSON+    GoogleBigtableAdminV2TypeStructEncodingSingleton+  where+  toJSON = Core.const Core.emptyObject++-- | A struct field and its type.+--+-- /See:/ 'newGoogleBigtableAdminV2TypeStructField' smart constructor.+data GoogleBigtableAdminV2TypeStructField = GoogleBigtableAdminV2TypeStructField+  { -- | The field name (optional). Fields without a @field_name@ are considered anonymous and cannot be referenced by name.+    fieldName :: (Core.Maybe Core.Text),+    -- | The type of values in this field.+    type' :: (Core.Maybe Type)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'GoogleBigtableAdminV2TypeStructField' with the minimum fields required to make a request.+newGoogleBigtableAdminV2TypeStructField ::+  GoogleBigtableAdminV2TypeStructField+newGoogleBigtableAdminV2TypeStructField =+  GoogleBigtableAdminV2TypeStructField+    { fieldName = Core.Nothing,+      type' = Core.Nothing+    }++instance Core.FromJSON GoogleBigtableAdminV2TypeStructField where+  parseJSON =+    Core.withObject+      "GoogleBigtableAdminV2TypeStructField"+      ( \o ->+          GoogleBigtableAdminV2TypeStructField+            Core.<$> (o Core..:? "fieldName")+            Core.<*> (o Core..:? "type")+      )++instance Core.ToJSON GoogleBigtableAdminV2TypeStructField where+  toJSON GoogleBigtableAdminV2TypeStructField {..} =+    Core.object+      ( Core.catMaybes+          [ ("fieldName" Core..=) Core.<$> fieldName,+            ("type" Core..=) Core.<$> type'+          ]+      )++-- | Timestamp Values of type @Timestamp@ are stored in @Value.timestamp_value@.+--+-- /See:/ 'newGoogleBigtableAdminV2TypeTimestamp' smart constructor.+newtype GoogleBigtableAdminV2TypeTimestamp = GoogleBigtableAdminV2TypeTimestamp+  { -- | The encoding to use when converting to or from lower level types.+    encoding :: (Core.Maybe GoogleBigtableAdminV2TypeTimestampEncoding)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'GoogleBigtableAdminV2TypeTimestamp' with the minimum fields required to make a request.+newGoogleBigtableAdminV2TypeTimestamp ::+  GoogleBigtableAdminV2TypeTimestamp+newGoogleBigtableAdminV2TypeTimestamp =+  GoogleBigtableAdminV2TypeTimestamp {encoding = Core.Nothing}++instance Core.FromJSON GoogleBigtableAdminV2TypeTimestamp where+  parseJSON =+    Core.withObject+      "GoogleBigtableAdminV2TypeTimestamp"+      ( \o ->+          GoogleBigtableAdminV2TypeTimestamp+            Core.<$> (o Core..:? "encoding")+      )++instance Core.ToJSON GoogleBigtableAdminV2TypeTimestamp where+  toJSON GoogleBigtableAdminV2TypeTimestamp {..} =+    Core.object+      (Core.catMaybes [("encoding" Core..=) Core.<$> encoding])++-- | Rules used to convert to or from lower level types.+--+-- /See:/ 'newGoogleBigtableAdminV2TypeTimestampEncoding' smart constructor.+newtype GoogleBigtableAdminV2TypeTimestampEncoding = GoogleBigtableAdminV2TypeTimestampEncoding+  { -- | Encodes the number of microseconds since the Unix epoch using the given @Int64@ encoding. Values must be microsecond-aligned. Compatible with: - Java @Instant.truncatedTo()@ with @ChronoUnit.MICROS@+    unixMicrosInt64 :: (Core.Maybe GoogleBigtableAdminV2TypeInt64Encoding)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'GoogleBigtableAdminV2TypeTimestampEncoding' with the minimum fields required to make a request.+newGoogleBigtableAdminV2TypeTimestampEncoding ::+  GoogleBigtableAdminV2TypeTimestampEncoding+newGoogleBigtableAdminV2TypeTimestampEncoding =+  GoogleBigtableAdminV2TypeTimestampEncoding+    { unixMicrosInt64 =+        Core.Nothing+    }++instance Core.FromJSON GoogleBigtableAdminV2TypeTimestampEncoding where+  parseJSON =+    Core.withObject+      "GoogleBigtableAdminV2TypeTimestampEncoding"+      ( \o ->+          GoogleBigtableAdminV2TypeTimestampEncoding+            Core.<$> (o Core..:? "unixMicrosInt64")+      )++instance Core.ToJSON GoogleBigtableAdminV2TypeTimestampEncoding where+  toJSON GoogleBigtableAdminV2TypeTimestampEncoding {..} =+    Core.object+      ( Core.catMaybes+          [("unixMicrosInt64" Core..=) Core.<$> unixMicrosInt64]+      )++-- | A tablet is a defined by a start and end key and is explained in https:\/\/cloud.google.com\/bigtable\/docs\/overview#architecture and https:\/\/cloud.google.com\/bigtable\/docs\/performance#optimization. A Hot tablet is a tablet that exhibits high average cpu usage during the time interval from start time to end time.+--+-- /See:/ 'newHotTablet' smart constructor.+data HotTablet = HotTablet+  { -- | Tablet End Key (inclusive).+    endKey :: (Core.Maybe Core.Text),+    -- | Output only. The end time of the hot tablet.+    endTime :: (Core.Maybe Core.DateTime),+    -- | The unique name of the hot tablet. Values are of the form @projects\/{project}\/instances\/{instance}\/clusters\/{cluster}\/hotTablets\/[a-zA-Z0-9_-]*@.+    name :: (Core.Maybe Core.Text),+    -- | Output only. The average CPU usage spent by a node on this tablet over the start/time to end/time time range. The percentage is the amount of CPU used by the node to serve the tablet, from 0% (tablet was not interacted with) to 100% (the node spent all cycles serving the hot tablet).+    nodeCpuUsagePercent :: (Core.Maybe Core.Double),+    -- | Tablet Start Key (inclusive).+    startKey :: (Core.Maybe Core.Text),+    -- | Output only. The start time of the hot tablet.+    startTime :: (Core.Maybe Core.DateTime),+    -- | Name of the table that contains the tablet. Values are of the form @projects\/{project}\/instances\/{instance}\/tables\/_a-zA-Z0-9*@.+    tableName :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'HotTablet' with the minimum fields required to make a request.+newHotTablet ::+  HotTablet+newHotTablet =+  HotTablet+    { endKey = Core.Nothing,+      endTime = Core.Nothing,+      name = Core.Nothing,+      nodeCpuUsagePercent = Core.Nothing,+      startKey = Core.Nothing,+      startTime = Core.Nothing,+      tableName = Core.Nothing+    }++instance Core.FromJSON HotTablet where+  parseJSON =+    Core.withObject+      "HotTablet"+      ( \o ->+          HotTablet+            Core.<$> (o Core..:? "endKey")+            Core.<*> (o Core..:? "endTime")+            Core.<*> (o Core..:? "name")+            Core.<*> (o Core..:? "nodeCpuUsagePercent")+            Core.<*> (o Core..:? "startKey")+            Core.<*> (o Core..:? "startTime")+            Core.<*> (o Core..:? "tableName")+      )++instance Core.ToJSON HotTablet where+  toJSON HotTablet {..} =+    Core.object+      ( Core.catMaybes+          [ ("endKey" Core..=) Core.<$> endKey,+            ("endTime" Core..=) Core.<$> endTime,+            ("name" Core..=) Core.<$> name,+            ("nodeCpuUsagePercent" Core..=) Core.<$> nodeCpuUsagePercent,+            ("startKey" Core..=) Core.<$> startKey,+            ("startTime" Core..=) Core.<$> startTime,+            ("tableName" Core..=) Core.<$> tableName+          ]+      )++-- | A collection of Bigtable Tables and the resources that serve them. All tables in an instance are served from all Clusters in the instance.+--+-- /See:/ 'newInstance' smart constructor.+data Instance = Instance+  { -- | Output only. A commit timestamp representing when this Instance was created. For instances created before this field was added (August 2021), this value is @seconds: 0, nanos: 1@.+    createTime :: (Core.Maybe Core.DateTime),+    -- | Required. The descriptive name for this instance as it appears in UIs. Can be changed at any time, but should be kept globally unique to avoid confusion.+    displayName :: (Core.Maybe Core.Text),+    -- | Labels are a flexible and lightweight mechanism for organizing cloud resources into groups that reflect a customer\'s organizational needs and deployment strategies. They can be used to filter resources and aggregate metrics. * Label keys must be between 1 and 63 characters long and must conform to the regular expression: @\\p{Ll}\\p{Lo}{0,62}@. * Label values must be between 0 and 63 characters long and must conform to the regular expression: @[\\p{Ll}\\p{Lo}\\p{N}_-]{0,63}@. * No more than 64 labels can be associated with a given resource. * Keys and values must both be under 128 bytes.+    labels :: (Core.Maybe Instance_Labels),+    -- | The unique name of the instance. Values are of the form @projects\/{project}\/instances\/a-z+[a-z0-9]@.+    name :: (Core.Maybe Core.Text),+    -- | Output only. Reserved for future use.+    satisfiesPzi :: (Core.Maybe Core.Bool),+    -- | Output only. Reserved for future use.+    satisfiesPzs :: (Core.Maybe Core.Bool),+    -- | Output only. The current state of the instance.+    state :: (Core.Maybe Instance_State),+    -- | The type of the instance. Defaults to @PRODUCTION@.+    type' :: (Core.Maybe Instance_Type)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'Instance' with the minimum fields required to make a request.+newInstance ::+  Instance+newInstance =+  Instance+    { createTime = Core.Nothing,+      displayName = Core.Nothing,+      labels = Core.Nothing,+      name = Core.Nothing,+      satisfiesPzi = Core.Nothing,+      satisfiesPzs = Core.Nothing,+      state = Core.Nothing,+      type' = Core.Nothing+    }++instance Core.FromJSON Instance where+  parseJSON =+    Core.withObject+      "Instance"+      ( \o ->+          Instance+            Core.<$> (o Core..:? "createTime")+            Core.<*> (o Core..:? "displayName")+            Core.<*> (o Core..:? "labels")+            Core.<*> (o Core..:? "name")+            Core.<*> (o Core..:? "satisfiesPzi")+            Core.<*> (o Core..:? "satisfiesPzs")+            Core.<*> (o Core..:? "state")+            Core.<*> (o Core..:? "type")+      )++instance Core.ToJSON Instance where+  toJSON Instance {..} =+    Core.object+      ( Core.catMaybes+          [ ("createTime" Core..=) Core.<$> createTime,+            ("displayName" Core..=) Core.<$> displayName,+            ("labels" Core..=) Core.<$> labels,+            ("name" Core..=) Core.<$> name,+            ("satisfiesPzi" Core..=) Core.<$> satisfiesPzi,+            ("satisfiesPzs" Core..=) Core.<$> satisfiesPzs,+            ("state" Core..=) Core.<$> state,+            ("type" Core..=) Core.<$> type'+          ]+      )++-- | Labels are a flexible and lightweight mechanism for organizing cloud resources into groups that reflect a customer\'s organizational needs and deployment strategies. They can be used to filter resources and aggregate metrics. * Label keys must be between 1 and 63 characters long and must conform to the regular expression: @\\p{Ll}\\p{Lo}{0,62}@. * Label values must be between 0 and 63 characters long and must conform to the regular expression: @[\\p{Ll}\\p{Lo}\\p{N}_-]{0,63}@. * No more than 64 labels can be associated with a given resource. * Keys and values must both be under 128 bytes.+--+-- /See:/ 'newInstance_Labels' smart constructor.+newtype Instance_Labels = Instance_Labels+  { additional :: (Core.HashMap Core.Text Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'Instance_Labels' with the minimum fields required to make a request.+newInstance_Labels ::+  -- |  See 'additional'.+  Core.HashMap Core.Text Core.Text ->+  Instance_Labels+newInstance_Labels additional =+  Instance_Labels {additional = additional}++instance Core.FromJSON Instance_Labels where+  parseJSON =+    Core.withObject+      "Instance_Labels"+      (\o -> Instance_Labels Core.<$> (Core.parseJSONObject o))++instance Core.ToJSON Instance_Labels where+  toJSON Instance_Labels {..} = Core.toJSON additional++-- | A GcRule which deletes cells matching all of the given rules.+--+-- /See:/ 'newIntersection' smart constructor.+newtype Intersection = Intersection+  { -- | Only delete cells which would be deleted by every element of @rules@.+    rules :: (Core.Maybe [GcRule])+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'Intersection' with the minimum fields required to make a request.+newIntersection ::+  Intersection+newIntersection = Intersection {rules = Core.Nothing}++instance Core.FromJSON Intersection where+  parseJSON =+    Core.withObject+      "Intersection"+      (\o -> Intersection Core.<$> (o Core..:? "rules"))++instance Core.ToJSON Intersection where+  toJSON Intersection {..} =+    Core.object (Core.catMaybes [("rules" Core..=) Core.<$> rules])++-- | Response message for BigtableInstanceAdmin.ListAppProfiles.+--+-- /See:/ 'newListAppProfilesResponse' smart constructor.+data ListAppProfilesResponse = ListAppProfilesResponse+  { -- | The list of requested app profiles.+    appProfiles :: (Core.Maybe [AppProfile]),+    -- | Locations from which AppProfile information could not be retrieved, due to an outage or some other transient condition. AppProfiles from these locations may be missing from @app_profiles@. Values are of the form @projects\/\/locations\/@+    failedLocations :: (Core.Maybe [Core.Text]),+    -- | Set if not all app profiles could be returned in a single response. Pass this value to @page_token@ in another request to get the next page of results.+    nextPageToken :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ListAppProfilesResponse' with the minimum fields required to make a request.+newListAppProfilesResponse ::+  ListAppProfilesResponse+newListAppProfilesResponse =+  ListAppProfilesResponse+    { appProfiles = Core.Nothing,+      failedLocations = Core.Nothing,+      nextPageToken = Core.Nothing+    }++instance Core.FromJSON ListAppProfilesResponse where+  parseJSON =+    Core.withObject+      "ListAppProfilesResponse"+      ( \o ->+          ListAppProfilesResponse+            Core.<$> (o Core..:? "appProfiles")+            Core.<*> (o Core..:? "failedLocations")+            Core.<*> (o Core..:? "nextPageToken")+      )++instance Core.ToJSON ListAppProfilesResponse where+  toJSON ListAppProfilesResponse {..} =+    Core.object+      ( Core.catMaybes+          [ ("appProfiles" Core..=) Core.<$> appProfiles,+            ("failedLocations" Core..=) Core.<$> failedLocations,+            ("nextPageToken" Core..=) Core.<$> nextPageToken+          ]+      )++-- | Response message for google.bigtable.admin.v2.BigtableTableAdmin.ListAuthorizedViews+--+-- /See:/ 'newListAuthorizedViewsResponse' smart constructor.+data ListAuthorizedViewsResponse = ListAuthorizedViewsResponse+  { -- | The AuthorizedViews present in the requested table.+    authorizedViews :: (Core.Maybe [AuthorizedView]),+    -- | Set if not all tables could be returned in a single response. Pass this value to @page_token@ in another request to get the next page of results.+    nextPageToken :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ListAuthorizedViewsResponse' with the minimum fields required to make a request.+newListAuthorizedViewsResponse ::+  ListAuthorizedViewsResponse+newListAuthorizedViewsResponse =+  ListAuthorizedViewsResponse+    { authorizedViews = Core.Nothing,+      nextPageToken = Core.Nothing+    }++instance Core.FromJSON ListAuthorizedViewsResponse where+  parseJSON =+    Core.withObject+      "ListAuthorizedViewsResponse"+      ( \o ->+          ListAuthorizedViewsResponse+            Core.<$> (o Core..:? "authorizedViews")+            Core.<*> (o Core..:? "nextPageToken")+      )++instance Core.ToJSON ListAuthorizedViewsResponse where+  toJSON ListAuthorizedViewsResponse {..} =+    Core.object+      ( Core.catMaybes+          [ ("authorizedViews" Core..=) Core.<$> authorizedViews,+            ("nextPageToken" Core..=) Core.<$> nextPageToken+          ]+      )++-- | The response for ListBackups.+--+-- /See:/ 'newListBackupsResponse' smart constructor.+data ListBackupsResponse = ListBackupsResponse+  { -- | The list of matching backups.+    backups :: (Core.Maybe [Backup]),+    -- | @next_page_token@ can be sent in a subsequent ListBackups call to fetch more of the matching backups.+    nextPageToken :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ListBackupsResponse' with the minimum fields required to make a request.+newListBackupsResponse ::+  ListBackupsResponse+newListBackupsResponse =+  ListBackupsResponse+    { backups = Core.Nothing,+      nextPageToken = Core.Nothing+    }++instance Core.FromJSON ListBackupsResponse where+  parseJSON =+    Core.withObject+      "ListBackupsResponse"+      ( \o ->+          ListBackupsResponse+            Core.<$> (o Core..:? "backups")+            Core.<*> (o Core..:? "nextPageToken")+      )++instance Core.ToJSON ListBackupsResponse where+  toJSON ListBackupsResponse {..} =+    Core.object+      ( Core.catMaybes+          [ ("backups" Core..=) Core.<$> backups,+            ("nextPageToken" Core..=) Core.<$> nextPageToken+          ]+      )++-- | Response message for BigtableInstanceAdmin.ListClusters.+--+-- /See:/ 'newListClustersResponse' smart constructor.+data ListClustersResponse = ListClustersResponse+  { -- | The list of requested clusters.+    clusters :: (Core.Maybe [Cluster]),+    -- | Locations from which Cluster information could not be retrieved, due to an outage or some other transient condition. Clusters from these locations may be missing from @clusters@, or may only have partial information returned. Values are of the form @projects\/\/locations\/@+    failedLocations :: (Core.Maybe [Core.Text]),+    -- | DEPRECATED: This field is unused and ignored.+    nextPageToken :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ListClustersResponse' with the minimum fields required to make a request.+newListClustersResponse ::+  ListClustersResponse+newListClustersResponse =+  ListClustersResponse+    { clusters = Core.Nothing,+      failedLocations = Core.Nothing,+      nextPageToken = Core.Nothing+    }++instance Core.FromJSON ListClustersResponse where+  parseJSON =+    Core.withObject+      "ListClustersResponse"+      ( \o ->+          ListClustersResponse+            Core.<$> (o Core..:? "clusters")+            Core.<*> (o Core..:? "failedLocations")+            Core.<*> (o Core..:? "nextPageToken")+      )++instance Core.ToJSON ListClustersResponse where+  toJSON ListClustersResponse {..} =+    Core.object+      ( Core.catMaybes+          [ ("clusters" Core..=) Core.<$> clusters,+            ("failedLocations" Core..=) Core.<$> failedLocations,+            ("nextPageToken" Core..=) Core.<$> nextPageToken+          ]+      )++-- | Response message for BigtableInstanceAdmin.ListHotTablets.+--+-- /See:/ 'newListHotTabletsResponse' smart constructor.+data ListHotTabletsResponse = ListHotTabletsResponse+  { -- | List of hot tablets in the tables of the requested cluster that fall within the requested time range. Hot tablets are ordered by node cpu usage percent. If there are multiple hot tablets that correspond to the same tablet within a 15-minute interval, only the hot tablet with the highest node cpu usage will be included in the response.+    hotTablets :: (Core.Maybe [HotTablet]),+    -- | Set if not all hot tablets could be returned in a single response. Pass this value to @page_token@ in another request to get the next page of results.+    nextPageToken :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ListHotTabletsResponse' with the minimum fields required to make a request.+newListHotTabletsResponse ::+  ListHotTabletsResponse+newListHotTabletsResponse =+  ListHotTabletsResponse+    { hotTablets = Core.Nothing,+      nextPageToken = Core.Nothing+    }++instance Core.FromJSON ListHotTabletsResponse where+  parseJSON =+    Core.withObject+      "ListHotTabletsResponse"+      ( \o ->+          ListHotTabletsResponse+            Core.<$> (o Core..:? "hotTablets")+            Core.<*> (o Core..:? "nextPageToken")+      )++instance Core.ToJSON ListHotTabletsResponse where+  toJSON ListHotTabletsResponse {..} =+    Core.object+      ( Core.catMaybes+          [ ("hotTablets" Core..=) Core.<$> hotTablets,+            ("nextPageToken" Core..=) Core.<$> nextPageToken+          ]+      )++-- | Response message for BigtableInstanceAdmin.ListInstances.+--+-- /See:/ 'newListInstancesResponse' smart constructor.+data ListInstancesResponse = ListInstancesResponse+  { -- | Locations from which Instance information could not be retrieved, due to an outage or some other transient condition. Instances whose Clusters are all in one of the failed locations may be missing from @instances@, and Instances with at least one Cluster in a failed location may only have partial information returned. Values are of the form @projects\/\/locations\/@+    failedLocations :: (Core.Maybe [Core.Text]),+    -- | The list of requested instances.+    instances :: (Core.Maybe [Instance]),+    -- | DEPRECATED: This field is unused and ignored.+    nextPageToken :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ListInstancesResponse' with the minimum fields required to make a request.+newListInstancesResponse ::+  ListInstancesResponse+newListInstancesResponse =+  ListInstancesResponse+    { failedLocations = Core.Nothing,+      instances = Core.Nothing,+      nextPageToken = Core.Nothing+    }++instance Core.FromJSON ListInstancesResponse where+  parseJSON =+    Core.withObject+      "ListInstancesResponse"+      ( \o ->+          ListInstancesResponse+            Core.<$> (o Core..:? "failedLocations")+            Core.<*> (o Core..:? "instances")+            Core.<*> (o Core..:? "nextPageToken")+      )++instance Core.ToJSON ListInstancesResponse where+  toJSON ListInstancesResponse {..} =+    Core.object+      ( Core.catMaybes+          [ ("failedLocations" Core..=) Core.<$> failedLocations,+            ("instances" Core..=) Core.<$> instances,+            ("nextPageToken" Core..=) Core.<$> nextPageToken+          ]+      )++-- | The response message for Locations.ListLocations.+--+-- /See:/ 'newListLocationsResponse' smart constructor.+data ListLocationsResponse = ListLocationsResponse+  { -- | A list of locations that matches the specified filter in the request.+    locations :: (Core.Maybe [Location]),+    -- | The standard List next-page token.+    nextPageToken :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ListLocationsResponse' with the minimum fields required to make a request.+newListLocationsResponse ::+  ListLocationsResponse+newListLocationsResponse =+  ListLocationsResponse+    { locations = Core.Nothing,+      nextPageToken = Core.Nothing+    }++instance Core.FromJSON ListLocationsResponse where+  parseJSON =+    Core.withObject+      "ListLocationsResponse"+      ( \o ->+          ListLocationsResponse+            Core.<$> (o Core..:? "locations")+            Core.<*> (o Core..:? "nextPageToken")+      )++instance Core.ToJSON ListLocationsResponse where+  toJSON ListLocationsResponse {..} =+    Core.object+      ( Core.catMaybes+          [ ("locations" Core..=) Core.<$> locations,+            ("nextPageToken" Core..=) Core.<$> nextPageToken+          ]+      )++-- | The response message for Operations.ListOperations.+--+-- /See:/ 'newListOperationsResponse' smart constructor.+data ListOperationsResponse = ListOperationsResponse+  { -- | The standard List next-page token.+    nextPageToken :: (Core.Maybe Core.Text),+    -- | A list of operations that matches the specified filter in the request.+    operations :: (Core.Maybe [Operation])+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ListOperationsResponse' with the minimum fields required to make a request.+newListOperationsResponse ::+  ListOperationsResponse+newListOperationsResponse =+  ListOperationsResponse+    { nextPageToken = Core.Nothing,+      operations = Core.Nothing+    }++instance Core.FromJSON ListOperationsResponse where+  parseJSON =+    Core.withObject+      "ListOperationsResponse"+      ( \o ->+          ListOperationsResponse+            Core.<$> (o Core..:? "nextPageToken")+            Core.<*> (o Core..:? "operations")+      )++instance Core.ToJSON ListOperationsResponse where+  toJSON ListOperationsResponse {..} =+    Core.object+      ( Core.catMaybes+          [ ("nextPageToken" Core..=) Core.<$> nextPageToken,+            ("operations" Core..=) Core.<$> operations+          ]+      )++-- | Response message for google.bigtable.admin.v2.BigtableTableAdmin.ListTables+--+-- /See:/ 'newListTablesResponse' smart constructor.+data ListTablesResponse = ListTablesResponse+  { -- | Set if not all tables could be returned in a single response. Pass this value to @page_token@ in another request to get the next page of results.+    nextPageToken :: (Core.Maybe Core.Text),+    -- | The tables present in the requested instance.+    tables :: (Core.Maybe [Table])+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ListTablesResponse' with the minimum fields required to make a request.+newListTablesResponse ::+  ListTablesResponse+newListTablesResponse =+  ListTablesResponse+    { nextPageToken = Core.Nothing,+      tables = Core.Nothing+    }++instance Core.FromJSON ListTablesResponse where+  parseJSON =+    Core.withObject+      "ListTablesResponse"+      ( \o ->+          ListTablesResponse+            Core.<$> (o Core..:? "nextPageToken")+            Core.<*> (o Core..:? "tables")+      )++instance Core.ToJSON ListTablesResponse where+  toJSON ListTablesResponse {..} =+    Core.object+      ( Core.catMaybes+          [ ("nextPageToken" Core..=) Core.<$> nextPageToken,+            ("tables" Core..=) Core.<$> tables+          ]+      )++-- | A resource that represents a Google Cloud location.+--+-- /See:/ 'newLocation' smart constructor.+data Location = Location+  { -- | The friendly name for this location, typically a nearby city name. For example, \"Tokyo\".+    displayName :: (Core.Maybe Core.Text),+    -- | Cross-service attributes for the location. For example {\"cloud.googleapis.com\/region\": \"us-east1\"}+    labels :: (Core.Maybe Location_Labels),+    -- | The canonical id for this location. For example: @\"us-east1\"@.+    locationId :: (Core.Maybe Core.Text),+    -- | Service-specific metadata. For example the available capacity at the given location.+    metadata :: (Core.Maybe Location_Metadata),+    -- | Resource name for the location, which may vary between implementations. For example: @\"projects\/example-project\/locations\/us-east1\"@+    name :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'Location' with the minimum fields required to make a request.+newLocation ::+  Location+newLocation =+  Location+    { displayName = Core.Nothing,+      labels = Core.Nothing,+      locationId = Core.Nothing,+      metadata = Core.Nothing,+      name = Core.Nothing+    }++instance Core.FromJSON Location where+  parseJSON =+    Core.withObject+      "Location"+      ( \o ->+          Location+            Core.<$> (o Core..:? "displayName")+            Core.<*> (o Core..:? "labels")+            Core.<*> (o Core..:? "locationId")+            Core.<*> (o Core..:? "metadata")+            Core.<*> (o Core..:? "name")+      )++instance Core.ToJSON Location where+  toJSON Location {..} =+    Core.object+      ( Core.catMaybes+          [ ("displayName" Core..=) Core.<$> displayName,+            ("labels" Core..=) Core.<$> labels,+            ("locationId" Core..=) Core.<$> locationId,+            ("metadata" Core..=) Core.<$> metadata,+            ("name" Core..=) Core.<$> name+          ]+      )++-- | Cross-service attributes for the location. For example {\"cloud.googleapis.com\/region\": \"us-east1\"}+--+-- /See:/ 'newLocation_Labels' smart constructor.+newtype Location_Labels = Location_Labels+  { additional :: (Core.HashMap Core.Text Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'Location_Labels' with the minimum fields required to make a request.+newLocation_Labels ::+  -- |  See 'additional'.+  Core.HashMap Core.Text Core.Text ->+  Location_Labels+newLocation_Labels additional =+  Location_Labels {additional = additional}++instance Core.FromJSON Location_Labels where+  parseJSON =+    Core.withObject+      "Location_Labels"+      (\o -> Location_Labels Core.<$> (Core.parseJSONObject o))++instance Core.ToJSON Location_Labels where+  toJSON Location_Labels {..} = Core.toJSON additional++-- | Service-specific metadata. For example the available capacity at the given location.+--+-- /See:/ 'newLocation_Metadata' smart constructor.+newtype Location_Metadata = Location_Metadata+  { -- | Properties of the object. Contains field \@type with type URL.+    additional :: (Core.HashMap Core.Text Core.Value)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'Location_Metadata' with the minimum fields required to make a request.+newLocation_Metadata ::+  -- |  Properties of the object. Contains field \@type with type URL. See 'additional'.+  Core.HashMap Core.Text Core.Value ->+  Location_Metadata+newLocation_Metadata additional =+  Location_Metadata {additional = additional}++instance Core.FromJSON Location_Metadata where+  parseJSON =+    Core.withObject+      "Location_Metadata"+      (\o -> Location_Metadata Core.<$> (Core.parseJSONObject o))++instance Core.ToJSON Location_Metadata where+  toJSON Location_Metadata {..} = Core.toJSON additional++-- | A create, update, or delete of a particular column family.+--+-- /See:/ 'newModification' smart constructor.+data Modification = Modification+  { -- | Create a new column family with the specified schema, or fail if one already exists with the given ID.+    create :: (Core.Maybe ColumnFamily),+    -- | Drop (delete) the column family with the given ID, or fail if no such family exists.+    drop :: (Core.Maybe Core.Bool),+    -- | The ID of the column family to be modified.+    id :: (Core.Maybe Core.Text),+    -- | Update an existing column family to the specified schema, or fail if no column family exists with the given ID.+    update :: (Core.Maybe ColumnFamily),+    -- | Optional. A mask specifying which fields (e.g. @gc_rule@) in the @update@ mod should be updated, ignored for other modification types. If unset or empty, we treat it as updating @gc_rule@ to be backward compatible.+    updateMask :: (Core.Maybe Core.FieldMask)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'Modification' with the minimum fields required to make a request.+newModification ::+  Modification+newModification =+  Modification+    { create = Core.Nothing,+      drop = Core.Nothing,+      id = Core.Nothing,+      update = Core.Nothing,+      updateMask = Core.Nothing+    }++instance Core.FromJSON Modification where+  parseJSON =+    Core.withObject+      "Modification"+      ( \o ->+          Modification+            Core.<$> (o Core..:? "create")+            Core.<*> (o Core..:? "drop")+            Core.<*> (o Core..:? "id")+            Core.<*> (o Core..:? "update")+            Core.<*> (o Core..:? "updateMask")+      )++instance Core.ToJSON Modification where+  toJSON Modification {..} =+    Core.object+      ( Core.catMaybes+          [ ("create" Core..=) Core.<$> create,+            ("drop" Core..=) Core.<$> drop,+            ("id" Core..=) Core.<$> id,+            ("update" Core..=) Core.<$> update,+            ("updateMask" Core..=) Core.<$> updateMask+          ]+      )++-- | Request message for google.bigtable.admin.v2.BigtableTableAdmin.ModifyColumnFamilies+--+-- /See:/ 'newModifyColumnFamiliesRequest' smart constructor.+data ModifyColumnFamiliesRequest = ModifyColumnFamiliesRequest+  { -- | Optional. If true, ignore safety checks when modifying the column families.+    ignoreWarnings :: (Core.Maybe Core.Bool),+    -- | Required. Modifications to be atomically applied to the specified table\'s families. Entries are applied in order, meaning that earlier modifications can be masked by later ones (in the case of repeated updates to the same family, for example).+    modifications :: (Core.Maybe [Modification])+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ModifyColumnFamiliesRequest' with the minimum fields required to make a request.+newModifyColumnFamiliesRequest ::+  ModifyColumnFamiliesRequest+newModifyColumnFamiliesRequest =+  ModifyColumnFamiliesRequest+    { ignoreWarnings = Core.Nothing,+      modifications = Core.Nothing+    }++instance Core.FromJSON ModifyColumnFamiliesRequest where+  parseJSON =+    Core.withObject+      "ModifyColumnFamiliesRequest"+      ( \o ->+          ModifyColumnFamiliesRequest+            Core.<$> (o Core..:? "ignoreWarnings")+            Core.<*> (o Core..:? "modifications")+      )++instance Core.ToJSON ModifyColumnFamiliesRequest where+  toJSON ModifyColumnFamiliesRequest {..} =+    Core.object+      ( Core.catMaybes+          [ ("ignoreWarnings" Core..=) Core.<$> ignoreWarnings,+            ("modifications" Core..=) Core.<$> modifications+          ]+      )++-- | Read\/write requests are routed to the nearest cluster in the instance, and will fail over to the nearest cluster that is available in the event of transient errors or delays. Clusters in a region are considered equidistant. Choosing this option sacrifices read-your-writes consistency to improve availability.+--+-- /See:/ 'newMultiClusterRoutingUseAny' smart constructor.+data MultiClusterRoutingUseAny = MultiClusterRoutingUseAny+  { -- | The set of clusters to route to. The order is ignored; clusters will be tried in order of distance. If left empty, all clusters are eligible.+    clusterIds :: (Core.Maybe [Core.Text]),+    -- | Row affinity sticky routing based on the row key of the request. Requests that span multiple rows are routed non-deterministically.+    rowAffinity :: (Core.Maybe RowAffinity)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'MultiClusterRoutingUseAny' with the minimum fields required to make a request.+newMultiClusterRoutingUseAny ::+  MultiClusterRoutingUseAny+newMultiClusterRoutingUseAny =+  MultiClusterRoutingUseAny+    { clusterIds = Core.Nothing,+      rowAffinity = Core.Nothing+    }++instance Core.FromJSON MultiClusterRoutingUseAny where+  parseJSON =+    Core.withObject+      "MultiClusterRoutingUseAny"+      ( \o ->+          MultiClusterRoutingUseAny+            Core.<$> (o Core..:? "clusterIds")+            Core.<*> (o Core..:? "rowAffinity")+      )++instance Core.ToJSON MultiClusterRoutingUseAny where+  toJSON MultiClusterRoutingUseAny {..} =+    Core.object+      ( Core.catMaybes+          [ ("clusterIds" Core..=) Core.<$> clusterIds,+            ("rowAffinity" Core..=) Core.<$> rowAffinity+          ]+      )++-- | This resource represents a long-running operation that is the result of a network API call.+--+-- /See:/ 'newOperation' smart constructor.+data Operation = Operation+  { -- | If the value is @false@, it means the operation is still in progress. If @true@, the operation is completed, and either @error@ or @response@ is available.+    done :: (Core.Maybe Core.Bool),+    -- | The error result of the operation in case of failure or cancellation.+    error :: (Core.Maybe Status),+    -- | Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.+    metadata :: (Core.Maybe Operation_Metadata),+    -- | The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the @name@ should be a resource name ending with @operations\/{unique_id}@.+    name :: (Core.Maybe Core.Text),+    -- | The normal, successful response of the operation. If the original method returns no data on success, such as @Delete@, the response is @google.protobuf.Empty@. If the original method is standard @Get@\/@Create@\/@Update@, the response should be the resource. For other methods, the response should have the type @XxxResponse@, where @Xxx@ is the original method name. For example, if the original method name is @TakeSnapshot()@, the inferred response type is @TakeSnapshotResponse@.+    response :: (Core.Maybe Operation_Response)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'Operation' with the minimum fields required to make a request.+newOperation ::+  Operation+newOperation =+  Operation+    { done = Core.Nothing,+      error = Core.Nothing,+      metadata = Core.Nothing,+      name = Core.Nothing,+      response = Core.Nothing+    }++instance Core.FromJSON Operation where+  parseJSON =+    Core.withObject+      "Operation"+      ( \o ->+          Operation+            Core.<$> (o Core..:? "done")+            Core.<*> (o Core..:? "error")+            Core.<*> (o Core..:? "metadata")+            Core.<*> (o Core..:? "name")+            Core.<*> (o Core..:? "response")+      )++instance Core.ToJSON Operation where+  toJSON Operation {..} =+    Core.object+      ( Core.catMaybes+          [ ("done" Core..=) Core.<$> done,+            ("error" Core..=) Core.<$> error,+            ("metadata" Core..=) Core.<$> metadata,+            ("name" Core..=) Core.<$> name,+            ("response" Core..=) Core.<$> response+          ]+      )++-- | Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.+--+-- /See:/ 'newOperation_Metadata' smart constructor.+newtype Operation_Metadata = Operation_Metadata+  { -- | Properties of the object. Contains field \@type with type URL.+    additional :: (Core.HashMap Core.Text Core.Value)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'Operation_Metadata' with the minimum fields required to make a request.+newOperation_Metadata ::+  -- |  Properties of the object. Contains field \@type with type URL. See 'additional'.+  Core.HashMap Core.Text Core.Value ->+  Operation_Metadata+newOperation_Metadata additional =+  Operation_Metadata {additional = additional}++instance Core.FromJSON Operation_Metadata where+  parseJSON =+    Core.withObject+      "Operation_Metadata"+      (\o -> Operation_Metadata Core.<$> (Core.parseJSONObject o))++instance Core.ToJSON Operation_Metadata where+  toJSON Operation_Metadata {..} = Core.toJSON additional++-- | The normal, successful response of the operation. If the original method returns no data on success, such as @Delete@, the response is @google.protobuf.Empty@. If the original method is standard @Get@\/@Create@\/@Update@, the response should be the resource. For other methods, the response should have the type @XxxResponse@, where @Xxx@ is the original method name. For example, if the original method name is @TakeSnapshot()@, the inferred response type is @TakeSnapshotResponse@.+--+-- /See:/ 'newOperation_Response' smart constructor.+newtype Operation_Response = Operation_Response+  { -- | Properties of the object. Contains field \@type with type URL.+    additional :: (Core.HashMap Core.Text Core.Value)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'Operation_Response' with the minimum fields required to make a request.+newOperation_Response ::+  -- |  Properties of the object. Contains field \@type with type URL. See 'additional'.+  Core.HashMap Core.Text Core.Value ->+  Operation_Response+newOperation_Response additional =+  Operation_Response {additional = additional}++instance Core.FromJSON Operation_Response where+  parseJSON =+    Core.withObject+      "Operation_Response"+      (\o -> Operation_Response Core.<$> (Core.parseJSONObject o))++instance Core.ToJSON Operation_Response where+  toJSON Operation_Response {..} = Core.toJSON additional++-- | Encapsulates progress related information for a Cloud Bigtable long running operation.+--+-- /See:/ 'newOperationProgress' smart constructor.+data OperationProgress = OperationProgress+  { -- | If set, the time at which this operation failed or was completed successfully.+    endTime :: (Core.Maybe Core.DateTime),+    -- | Percent completion of the operation. Values are between 0 and 100 inclusive.+    progressPercent :: (Core.Maybe Core.Int32),+    -- | Time the request was received.+    startTime :: (Core.Maybe Core.DateTime)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'OperationProgress' with the minimum fields required to make a request.+newOperationProgress ::+  OperationProgress+newOperationProgress =+  OperationProgress+    { endTime = Core.Nothing,+      progressPercent = Core.Nothing,+      startTime = Core.Nothing+    }++instance Core.FromJSON OperationProgress where+  parseJSON =+    Core.withObject+      "OperationProgress"+      ( \o ->+          OperationProgress+            Core.<$> (o Core..:? "endTime")+            Core.<*> (o Core..:? "progressPercent")+            Core.<*> (o Core..:? "startTime")+      )++instance Core.ToJSON OperationProgress where+  toJSON OperationProgress {..} =+    Core.object+      ( Core.catMaybes+          [ ("endTime" Core..=) Core.<$> endTime,+            ("progressPercent" Core..=) Core.<$> progressPercent,+            ("startTime" Core..=) Core.<$> startTime+          ]+      )++-- | Metadata type for the long-running operation used to track the progress of optimizations performed on a newly restored table. This long-running operation is automatically created by the system after the successful completion of a table restore, and cannot be cancelled.+--+-- /See:/ 'newOptimizeRestoredTableMetadata' smart constructor.+data OptimizeRestoredTableMetadata = OptimizeRestoredTableMetadata+  { -- | Name of the restored table being optimized.+    name :: (Core.Maybe Core.Text),+    -- | The progress of the post-restore optimizations.+    progress :: (Core.Maybe OperationProgress)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'OptimizeRestoredTableMetadata' with the minimum fields required to make a request.+newOptimizeRestoredTableMetadata ::+  OptimizeRestoredTableMetadata+newOptimizeRestoredTableMetadata =+  OptimizeRestoredTableMetadata+    { name = Core.Nothing,+      progress = Core.Nothing+    }++instance Core.FromJSON OptimizeRestoredTableMetadata where+  parseJSON =+    Core.withObject+      "OptimizeRestoredTableMetadata"+      ( \o ->+          OptimizeRestoredTableMetadata+            Core.<$> (o Core..:? "name")+            Core.<*> (o Core..:? "progress")+      )++instance Core.ToJSON OptimizeRestoredTableMetadata where+  toJSON OptimizeRestoredTableMetadata {..} =+    Core.object+      ( Core.catMaybes+          [ ("name" Core..=) Core.<$> name,+            ("progress" Core..=) Core.<$> progress+          ]+      )++-- | The metadata for the Operation returned by PartialUpdateCluster.+--+-- /See:/ 'newPartialUpdateClusterMetadata' smart constructor.+data PartialUpdateClusterMetadata = PartialUpdateClusterMetadata+  { -- | The time at which the operation failed or was completed successfully.+    finishTime :: (Core.Maybe Core.DateTime),+    -- | The original request for PartialUpdateCluster.+    originalRequest :: (Core.Maybe PartialUpdateClusterRequest),+    -- | The time at which the original request was received.+    requestTime :: (Core.Maybe Core.DateTime)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'PartialUpdateClusterMetadata' with the minimum fields required to make a request.+newPartialUpdateClusterMetadata ::+  PartialUpdateClusterMetadata+newPartialUpdateClusterMetadata =+  PartialUpdateClusterMetadata+    { finishTime = Core.Nothing,+      originalRequest = Core.Nothing,+      requestTime = Core.Nothing+    }++instance Core.FromJSON PartialUpdateClusterMetadata where+  parseJSON =+    Core.withObject+      "PartialUpdateClusterMetadata"+      ( \o ->+          PartialUpdateClusterMetadata+            Core.<$> (o Core..:? "finishTime")+            Core.<*> (o Core..:? "originalRequest")+            Core.<*> (o Core..:? "requestTime")+      )++instance Core.ToJSON PartialUpdateClusterMetadata where+  toJSON PartialUpdateClusterMetadata {..} =+    Core.object+      ( Core.catMaybes+          [ ("finishTime" Core..=) Core.<$> finishTime,+            ("originalRequest" Core..=) Core.<$> originalRequest,+            ("requestTime" Core..=) Core.<$> requestTime+          ]+      )++-- | Request message for BigtableInstanceAdmin.PartialUpdateCluster.+--+-- /See:/ 'newPartialUpdateClusterRequest' smart constructor.+data PartialUpdateClusterRequest = PartialUpdateClusterRequest+  { -- | Required. The Cluster which contains the partial updates to be applied, subject to the update_mask.+    cluster :: (Core.Maybe Cluster),+    -- | Required. The subset of Cluster fields which should be replaced.+    updateMask :: (Core.Maybe Core.FieldMask)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'PartialUpdateClusterRequest' with the minimum fields required to make a request.+newPartialUpdateClusterRequest ::+  PartialUpdateClusterRequest+newPartialUpdateClusterRequest =+  PartialUpdateClusterRequest+    { cluster = Core.Nothing,+      updateMask = Core.Nothing+    }++instance Core.FromJSON PartialUpdateClusterRequest where+  parseJSON =+    Core.withObject+      "PartialUpdateClusterRequest"+      ( \o ->+          PartialUpdateClusterRequest+            Core.<$> (o Core..:? "cluster")+            Core.<*> (o Core..:? "updateMask")+      )++instance Core.ToJSON PartialUpdateClusterRequest where+  toJSON PartialUpdateClusterRequest {..} =+    Core.object+      ( Core.catMaybes+          [ ("cluster" Core..=) Core.<$> cluster,+            ("updateMask" Core..=) Core.<$> updateMask+          ]+      )++-- | Request message for BigtableInstanceAdmin.PartialUpdateInstance.+--+-- /See:/ 'newPartialUpdateInstanceRequest' smart constructor.+data PartialUpdateInstanceRequest = PartialUpdateInstanceRequest+  { -- | Required. The Instance which will (partially) replace the current value.+    instance' :: (Core.Maybe Instance),+    -- | Required. The subset of Instance fields which should be replaced. Must be explicitly set.+    updateMask :: (Core.Maybe Core.FieldMask)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'PartialUpdateInstanceRequest' with the minimum fields required to make a request.+newPartialUpdateInstanceRequest ::+  PartialUpdateInstanceRequest+newPartialUpdateInstanceRequest =+  PartialUpdateInstanceRequest+    { instance' = Core.Nothing,+      updateMask = Core.Nothing+    }++instance Core.FromJSON PartialUpdateInstanceRequest where+  parseJSON =+    Core.withObject+      "PartialUpdateInstanceRequest"+      ( \o ->+          PartialUpdateInstanceRequest+            Core.<$> (o Core..:? "instance")+            Core.<*> (o Core..:? "updateMask")+      )++instance Core.ToJSON PartialUpdateInstanceRequest where+  toJSON PartialUpdateInstanceRequest {..} =+    Core.object+      ( Core.catMaybes+          [ ("instance" Core..=) Core.<$> instance',+            ("updateMask" Core..=) Core.<$> updateMask+          ]+      )++-- | An Identity and Access Management (IAM) policy, which specifies access controls for Google Cloud resources. A @Policy@ is a collection of @bindings@. A @binding@ binds one or more @members@, or principals, to a single @role@. Principals can be user accounts, service accounts, Google groups, and domains (such as G Suite). A @role@ is a named list of permissions; each @role@ can be an IAM predefined role or a user-created custom role. For some types of Google Cloud resources, a @binding@ can also specify a @condition@, which is a logical expression that allows access to a resource only if the expression evaluates to @true@. A condition can add constraints based on attributes of the request, the resource, or both. To learn which resources support conditions in their IAM policies, see the <https://cloud.google.com/iam/help/conditions/resource-policies IAM documentation>. __JSON example:__+-- @{ \"bindings\": [ { \"role\": \"roles\/resourcemanager.organizationAdmin\", \"members\": [ \"user:mike\@example.com\", \"group:admins\@example.com\", \"domain:google.com\", \"serviceAccount:my-project-id\@appspot.gserviceaccount.com\" ] }, { \"role\": \"roles\/resourcemanager.organizationViewer\", \"members\": [ \"user:eve\@example.com\" ], \"condition\": { \"title\": \"expirable access\", \"description\": \"Does not grant access after Sep 2020\", \"expression\": \"request.time \< timestamp(\'2020-10-01T00:00:00.000Z\')\", } } ], \"etag\": \"BwWWja0YfJA=\", \"version\": 3 }@ __YAML example:__+-- @bindings: - members: - user:mike\@example.com - group:admins\@example.com - domain:google.com - serviceAccount:my-project-id\@appspot.gserviceaccount.com role: roles\/resourcemanager.organizationAdmin - members: - user:eve\@example.com role: roles\/resourcemanager.organizationViewer condition: title: expirable access description: Does not grant access after Sep 2020 expression: request.time \< timestamp(\'2020-10-01T00:00:00.000Z\') etag: BwWWja0YfJA= version: 3@ For a description of IAM and its features, see the <https://cloud.google.com/iam/docs/ IAM documentation>.+--+-- /See:/ 'newPolicy' smart constructor.+data Policy = Policy+  { -- | Specifies cloud audit logging configuration for this policy.+    auditConfigs :: (Core.Maybe [AuditConfig]),+    -- | Associates a list of @members@, or principals, with a @role@. Optionally, may specify a @condition@ that determines how and when the @bindings@ are applied. Each of the @bindings@ must contain at least one principal. The @bindings@ in a @Policy@ can refer to up to 1,500 principals; up to 250 of these principals can be Google groups. Each occurrence of a principal counts towards these limits. For example, if the @bindings@ grant 50 different roles to @user:alice\@example.com@, and not to any other principal, then you can add another 1,450 principals to the @bindings@ in the @Policy@.+    bindings :: (Core.Maybe [Binding]),+    -- | @etag@ is used for optimistic concurrency control as a way to help prevent simultaneous updates of a policy from overwriting each other. It is strongly suggested that systems make use of the @etag@ in the read-modify-write cycle to perform policy updates in order to avoid race conditions: An @etag@ is returned in the response to @getIamPolicy@, and systems are expected to put that etag in the request to @setIamPolicy@ to ensure that their change will be applied to the same version of the policy. __Important:__ If you use IAM Conditions, you must include the @etag@ field whenever you call @setIamPolicy@. If you omit this field, then IAM allows you to overwrite a version @3@ policy with a version @1@ policy, and all of the conditions in the version @3@ policy are lost.+    etag :: (Core.Maybe Core.Base64),+    -- | Specifies the format of the policy. Valid values are @0@, @1@, and @3@. Requests that specify an invalid value are rejected. Any operation that affects conditional role bindings must specify version @3@. This requirement applies to the following operations: * Getting a policy that includes a conditional role binding * Adding a conditional role binding to a policy * Changing a conditional role binding in a policy * Removing any role binding, with or without a condition, from a policy that includes conditions __Important:__ If you use IAM Conditions, you must include the @etag@ field whenever you call @setIamPolicy@. If you omit this field, then IAM allows you to overwrite a version @3@ policy with a version @1@ policy, and all of the conditions in the version @3@ policy are lost. If a policy does not include any conditions, operations on that policy may specify any valid version or leave the field unset. To learn which resources support conditions in their IAM policies, see the+    -- <https://cloud.google.com/iam/help/conditions/resource-policies IAM documentation>.+    version :: (Core.Maybe Core.Int32)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'Policy' with the minimum fields required to make a request.+newPolicy ::+  Policy+newPolicy =+  Policy+    { auditConfigs = Core.Nothing,+      bindings = Core.Nothing,+      etag = Core.Nothing,+      version = Core.Nothing+    }++instance Core.FromJSON Policy where+  parseJSON =+    Core.withObject+      "Policy"+      ( \o ->+          Policy+            Core.<$> (o Core..:? "auditConfigs")+            Core.<*> (o Core..:? "bindings")+            Core.<*> (o Core..:? "etag")+            Core.<*> (o Core..:? "version")+      )++instance Core.ToJSON Policy where+  toJSON Policy {..} =+    Core.object+      ( Core.catMaybes+          [ ("auditConfigs" Core..=) Core.<$> auditConfigs,+            ("bindings" Core..=) Core.<$> bindings,+            ("etag" Core..=) Core.<$> etag,+            ("version" Core..=) Core.<$> version+          ]+      )++-- | Information about a table restore.+--+-- /See:/ 'newRestoreInfo' smart constructor.+data RestoreInfo = RestoreInfo+  { -- | Information about the backup used to restore the table. The backup may no longer exist.+    backupInfo :: (Core.Maybe BackupInfo),+    -- | The type of the restore source.+    sourceType :: (Core.Maybe RestoreInfo_SourceType)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'RestoreInfo' with the minimum fields required to make a request.+newRestoreInfo ::+  RestoreInfo+newRestoreInfo =+  RestoreInfo {backupInfo = Core.Nothing, sourceType = Core.Nothing}++instance Core.FromJSON RestoreInfo where+  parseJSON =+    Core.withObject+      "RestoreInfo"+      ( \o ->+          RestoreInfo+            Core.<$> (o Core..:? "backupInfo")+            Core.<*> (o Core..:? "sourceType")+      )++instance Core.ToJSON RestoreInfo where+  toJSON RestoreInfo {..} =+    Core.object+      ( Core.catMaybes+          [ ("backupInfo" Core..=) Core.<$> backupInfo,+            ("sourceType" Core..=) Core.<$> sourceType+          ]+      )++-- | Metadata type for the long-running operation returned by RestoreTable.+--+-- /See:/ 'newRestoreTableMetadata' smart constructor.+data RestoreTableMetadata = RestoreTableMetadata+  { backupInfo :: (Core.Maybe BackupInfo),+    -- | Name of the table being created and restored to.+    name :: (Core.Maybe Core.Text),+    -- | If exists, the name of the long-running operation that will be used to track the post-restore optimization process to optimize the performance of the restored table. The metadata type of the long-running operation is OptimizeRestoredTableMetadata. The response type is Empty. This long-running operation may be automatically created by the system if applicable after the RestoreTable long-running operation completes successfully. This operation may not be created if the table is already optimized or the restore was not successful.+    optimizeTableOperationName :: (Core.Maybe Core.Text),+    -- | The progress of the RestoreTable operation.+    progress :: (Core.Maybe OperationProgress),+    -- | The type of the restore source.+    sourceType :: (Core.Maybe RestoreTableMetadata_SourceType)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'RestoreTableMetadata' with the minimum fields required to make a request.+newRestoreTableMetadata ::+  RestoreTableMetadata+newRestoreTableMetadata =+  RestoreTableMetadata+    { backupInfo = Core.Nothing,+      name = Core.Nothing,+      optimizeTableOperationName = Core.Nothing,+      progress = Core.Nothing,+      sourceType = Core.Nothing+    }++instance Core.FromJSON RestoreTableMetadata where+  parseJSON =+    Core.withObject+      "RestoreTableMetadata"+      ( \o ->+          RestoreTableMetadata+            Core.<$> (o Core..:? "backupInfo")+            Core.<*> (o Core..:? "name")+            Core.<*> (o Core..:? "optimizeTableOperationName")+            Core.<*> (o Core..:? "progress")+            Core.<*> (o Core..:? "sourceType")+      )++instance Core.ToJSON RestoreTableMetadata where+  toJSON RestoreTableMetadata {..} =+    Core.object+      ( Core.catMaybes+          [ ("backupInfo" Core..=) Core.<$> backupInfo,+            ("name" Core..=) Core.<$> name,+            ("optimizeTableOperationName" Core..=)+              Core.<$> optimizeTableOperationName,+            ("progress" Core..=) Core.<$> progress,+            ("sourceType" Core..=) Core.<$> sourceType+          ]+      )++-- | The request for RestoreTable.+--+-- /See:/ 'newRestoreTableRequest' smart constructor.+data RestoreTableRequest = RestoreTableRequest+  { -- | Name of the backup from which to restore. Values are of the form @projects\/\/instances\/\/clusters\/\/backups\/@.+    backup :: (Core.Maybe Core.Text),+    -- | Required. The id of the table to create and restore to. This table must not already exist. The @table_id@ appended to @parent@ forms the full table name of the form @projects\/\/instances\/\/tables\/@.+    tableId :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'RestoreTableRequest' with the minimum fields required to make a request.+newRestoreTableRequest ::+  RestoreTableRequest+newRestoreTableRequest =+  RestoreTableRequest+    { backup = Core.Nothing,+      tableId = Core.Nothing+    }++instance Core.FromJSON RestoreTableRequest where+  parseJSON =+    Core.withObject+      "RestoreTableRequest"+      ( \o ->+          RestoreTableRequest+            Core.<$> (o Core..:? "backup")+            Core.<*> (o Core..:? "tableId")+      )++instance Core.ToJSON RestoreTableRequest where+  toJSON RestoreTableRequest {..} =+    Core.object+      ( Core.catMaybes+          [ ("backup" Core..=) Core.<$> backup,+            ("tableId" Core..=) Core.<$> tableId+          ]+      )++-- | If enabled, Bigtable will route the request based on the row key of the request, rather than randomly. Instead, each row key will be assigned to a cluster, and will stick to that cluster. If clusters are added or removed, then this may affect which row keys stick to which clusters. To avoid this, users can use a cluster group to specify which clusters are to be used. In this case, new clusters that are not a part of the cluster group will not be routed to, and routing will be unaffected by the new cluster. Moreover, clusters specified in the cluster group cannot be deleted unless removed from the cluster group.+--+-- /See:/ 'newRowAffinity' smart constructor.+data RowAffinity = RowAffinity+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'RowAffinity' with the minimum fields required to make a request.+newRowAffinity ::+  RowAffinity+newRowAffinity = RowAffinity++instance Core.FromJSON RowAffinity where+  parseJSON =+    Core.withObject "RowAffinity" (\o -> Core.pure RowAffinity)++instance Core.ToJSON RowAffinity where+  toJSON = Core.const Core.emptyObject++-- | Request message for @SetIamPolicy@ method.+--+-- /See:/ 'newSetIamPolicyRequest' smart constructor.+data SetIamPolicyRequest = SetIamPolicyRequest+  { -- | REQUIRED: The complete policy to be applied to the @resource@. The size of the policy is limited to a few 10s of KB. An empty policy is a valid policy but certain Google Cloud services (such as Projects) might reject them.+    policy :: (Core.Maybe Policy),+    -- | OPTIONAL: A FieldMask specifying which fields of the policy to modify. Only the fields in the mask will be modified. If no mask is provided, the following default mask is used: @paths: \"bindings, etag\"@+    updateMask :: (Core.Maybe Core.FieldMask)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'SetIamPolicyRequest' with the minimum fields required to make a request.+newSetIamPolicyRequest ::+  SetIamPolicyRequest+newSetIamPolicyRequest =+  SetIamPolicyRequest+    { policy = Core.Nothing,+      updateMask = Core.Nothing+    }++instance Core.FromJSON SetIamPolicyRequest where+  parseJSON =+    Core.withObject+      "SetIamPolicyRequest"+      ( \o ->+          SetIamPolicyRequest+            Core.<$> (o Core..:? "policy")+            Core.<*> (o Core..:? "updateMask")+      )++instance Core.ToJSON SetIamPolicyRequest where+  toJSON SetIamPolicyRequest {..} =+    Core.object+      ( Core.catMaybes+          [ ("policy" Core..=) Core.<$> policy,+            ("updateMask" Core..=) Core.<$> updateMask+          ]+      )++-- | Unconditionally routes all read\/write requests to a specific cluster. This option preserves read-your-writes consistency but does not improve availability.+--+-- /See:/ 'newSingleClusterRouting' smart constructor.+data SingleClusterRouting = SingleClusterRouting+  { -- | Whether or not @CheckAndMutateRow@ and @ReadModifyWriteRow@ requests are allowed by this app profile. It is unsafe to send these requests to the same table\/row\/column in multiple clusters.+    allowTransactionalWrites :: (Core.Maybe Core.Bool),+    -- | The cluster to which read\/write requests should be routed.+    clusterId :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'SingleClusterRouting' with the minimum fields required to make a request.+newSingleClusterRouting ::+  SingleClusterRouting+newSingleClusterRouting =+  SingleClusterRouting+    { allowTransactionalWrites = Core.Nothing,+      clusterId = Core.Nothing+    }++instance Core.FromJSON SingleClusterRouting where+  parseJSON =+    Core.withObject+      "SingleClusterRouting"+      ( \o ->+          SingleClusterRouting+            Core.<$> (o Core..:? "allowTransactionalWrites")+            Core.<*> (o Core..:? "clusterId")+      )++instance Core.ToJSON SingleClusterRouting where+  toJSON SingleClusterRouting {..} =+    Core.object+      ( Core.catMaybes+          [ ("allowTransactionalWrites" Core..=)+              Core.<$> allowTransactionalWrites,+            ("clusterId" Core..=) Core.<$> clusterId+          ]+      )++-- | An initial split point for a newly created table.+--+-- /See:/ 'newSplit' smart constructor.+newtype Split = Split+  { -- | Row key to use as an initial tablet boundary.+    key :: (Core.Maybe Core.Base64)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'Split' with the minimum fields required to make a request.+newSplit ::+  Split+newSplit = Split {key = Core.Nothing}++instance Core.FromJSON Split where+  parseJSON =+    Core.withObject+      "Split"+      (\o -> Split Core.<$> (o Core..:? "key"))++instance Core.ToJSON Split where+  toJSON Split {..} =+    Core.object (Core.catMaybes [("key" Core..=) Core.<$> key])++-- | Standard options for isolating this app profile\'s traffic from other use cases.+--+-- /See:/ 'newStandardIsolation' smart constructor.+newtype StandardIsolation = StandardIsolation+  { -- | The priority of requests sent using this app profile.+    priority :: (Core.Maybe StandardIsolation_Priority)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'StandardIsolation' with the minimum fields required to make a request.+newStandardIsolation ::+  StandardIsolation+newStandardIsolation = StandardIsolation {priority = Core.Nothing}++instance Core.FromJSON StandardIsolation where+  parseJSON =+    Core.withObject+      "StandardIsolation"+      (\o -> StandardIsolation Core.<$> (o Core..:? "priority"))++instance Core.ToJSON StandardIsolation where+  toJSON StandardIsolation {..} =+    Core.object+      (Core.catMaybes [("priority" Core..=) Core.<$> priority])++-- | Checks that all writes before the consistency token was generated are replicated in every cluster and readable.+--+-- /See:/ 'newStandardReadRemoteWrites' smart constructor.+data StandardReadRemoteWrites = StandardReadRemoteWrites+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'StandardReadRemoteWrites' with the minimum fields required to make a request.+newStandardReadRemoteWrites ::+  StandardReadRemoteWrites+newStandardReadRemoteWrites = StandardReadRemoteWrites++instance Core.FromJSON StandardReadRemoteWrites where+  parseJSON =+    Core.withObject+      "StandardReadRemoteWrites"+      (\o -> Core.pure StandardReadRemoteWrites)++instance Core.ToJSON StandardReadRemoteWrites where+  toJSON = Core.const Core.emptyObject++-- | The @Status@ type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by <https://github.com/grpc gRPC>. Each @Status@ message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the <https://cloud.google.com/apis/design/errors API Design Guide>.+--+-- /See:/ 'newStatus' smart constructor.+data Status = Status+  { -- | The status code, which should be an enum value of google.rpc.Code.+    code :: (Core.Maybe Core.Int32),+    -- | A list of messages that carry the error details. There is a common set of message types for APIs to use.+    details :: (Core.Maybe [Status_DetailsItem]),+    -- | A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.+    message :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'Status' with the minimum fields required to make a request.+newStatus ::+  Status+newStatus =+  Status+    { code = Core.Nothing,+      details = Core.Nothing,+      message = Core.Nothing+    }++instance Core.FromJSON Status where+  parseJSON =+    Core.withObject+      "Status"+      ( \o ->+          Status+            Core.<$> (o Core..:? "code")+            Core.<*> (o Core..:? "details")+            Core.<*> (o Core..:? "message")+      )++instance Core.ToJSON Status where+  toJSON Status {..} =+    Core.object+      ( Core.catMaybes+          [ ("code" Core..=) Core.<$> code,+            ("details" Core..=) Core.<$> details,+            ("message" Core..=) Core.<$> message+          ]+      )++--+-- /See:/ 'newStatus_DetailsItem' smart constructor.+newtype Status_DetailsItem = Status_DetailsItem+  { -- | Properties of the object. Contains field \@type with type URL.+    additional :: (Core.HashMap Core.Text Core.Value)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'Status_DetailsItem' with the minimum fields required to make a request.+newStatus_DetailsItem ::+  -- |  Properties of the object. Contains field \@type with type URL. See 'additional'.+  Core.HashMap Core.Text Core.Value ->+  Status_DetailsItem+newStatus_DetailsItem additional =+  Status_DetailsItem {additional = additional}++instance Core.FromJSON Status_DetailsItem where+  parseJSON =+    Core.withObject+      "Status_DetailsItem"+      (\o -> Status_DetailsItem Core.<$> (Core.parseJSONObject o))++instance Core.ToJSON Status_DetailsItem where+  toJSON Status_DetailsItem {..} = Core.toJSON additional++-- | A collection of user data indexed by row, column, and timestamp. Each table is served using the resources of its parent cluster.+--+-- /See:/ 'newTable' smart constructor.+data Table = Table+  { -- | If specified, automated backups are enabled for this table. Otherwise, automated backups are disabled.+    automatedBackupPolicy :: (Core.Maybe AutomatedBackupPolicy),+    -- | If specified, enable the change stream on this table. Otherwise, the change stream is disabled and the change stream is not retained.+    changeStreamConfig :: (Core.Maybe ChangeStreamConfig),+    -- | Output only. Map from cluster ID to per-cluster table state. If it could not be determined whether or not the table has data in a particular cluster (for example, if its zone is unavailable), then there will be an entry for the cluster with UNKNOWN @replication_status@. Views: @REPLICATION_VIEW@, @ENCRYPTION_VIEW@, @FULL@+    clusterStates :: (Core.Maybe Table_ClusterStates),+    -- | The column families configured for this table, mapped by column family ID. Views: @SCHEMA_VIEW@, @STATS_VIEW@, @FULL@+    columnFamilies :: (Core.Maybe Table_ColumnFamilies),+    -- | Set to true to make the table protected against data loss. i.e. deleting the following resources through Admin APIs are prohibited: * The table. * The column families in the table. * The instance containing the table. Note one can still delete the data stored in the table through Data APIs.+    deletionProtection :: (Core.Maybe Core.Bool),+    -- | Immutable. The granularity (i.e. @MILLIS@) at which timestamps are stored in this table. Timestamps not matching the granularity will be rejected. If unspecified at creation time, the value will be set to @MILLIS@. Views: @SCHEMA_VIEW@, @FULL@.+    granularity :: (Core.Maybe Table_Granularity),+    -- | The unique name of the table. Values are of the form @projects\/{project}\/instances\/{instance}\/tables\/_a-zA-Z0-9*@. Views: @NAME_ONLY@, @SCHEMA_VIEW@, @REPLICATION_VIEW@, @STATS_VIEW@, @FULL@+    name :: (Core.Maybe Core.Text),+    -- | Output only. If this table was restored from another data source (e.g. a backup), this field will be populated with information about the restore.+    restoreInfo :: (Core.Maybe RestoreInfo),+    -- | Output only. Only available with STATS_VIEW, this includes summary statistics about the entire table contents. For statistics about a specific column family, see ColumnFamilyStats in the mapped ColumnFamily collection above.+    stats :: (Core.Maybe TableStats)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'Table' with the minimum fields required to make a request.+newTable ::+  Table+newTable =+  Table+    { automatedBackupPolicy = Core.Nothing,+      changeStreamConfig = Core.Nothing,+      clusterStates = Core.Nothing,+      columnFamilies = Core.Nothing,+      deletionProtection = Core.Nothing,+      granularity = Core.Nothing,+      name = Core.Nothing,+      restoreInfo = Core.Nothing,+      stats = Core.Nothing+    }++instance Core.FromJSON Table where+  parseJSON =+    Core.withObject+      "Table"+      ( \o ->+          Table+            Core.<$> (o Core..:? "automatedBackupPolicy")+            Core.<*> (o Core..:? "changeStreamConfig")+            Core.<*> (o Core..:? "clusterStates")+            Core.<*> (o Core..:? "columnFamilies")+            Core.<*> (o Core..:? "deletionProtection")+            Core.<*> (o Core..:? "granularity")+            Core.<*> (o Core..:? "name")+            Core.<*> (o Core..:? "restoreInfo")+            Core.<*> (o Core..:? "stats")+      )++instance Core.ToJSON Table where+  toJSON Table {..} =+    Core.object+      ( Core.catMaybes+          [ ("automatedBackupPolicy" Core..=) Core.<$> automatedBackupPolicy,+            ("changeStreamConfig" Core..=) Core.<$> changeStreamConfig,+            ("clusterStates" Core..=) Core.<$> clusterStates,+            ("columnFamilies" Core..=) Core.<$> columnFamilies,+            ("deletionProtection" Core..=) Core.<$> deletionProtection,+            ("granularity" Core..=) Core.<$> granularity,+            ("name" Core..=) Core.<$> name,+            ("restoreInfo" Core..=) Core.<$> restoreInfo,+            ("stats" Core..=) Core.<$> stats+          ]+      )++-- | Output only. Map from cluster ID to per-cluster table state. If it could not be determined whether or not the table has data in a particular cluster (for example, if its zone is unavailable), then there will be an entry for the cluster with UNKNOWN @replication_status@. Views: @REPLICATION_VIEW@, @ENCRYPTION_VIEW@, @FULL@+--+-- /See:/ 'newTable_ClusterStates' smart constructor.+newtype Table_ClusterStates = Table_ClusterStates+  { additional :: (Core.HashMap Core.Text ClusterState)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'Table_ClusterStates' with the minimum fields required to make a request.+newTable_ClusterStates ::+  -- |  See 'additional'.+  Core.HashMap Core.Text ClusterState ->+  Table_ClusterStates+newTable_ClusterStates additional =+  Table_ClusterStates {additional = additional}++instance Core.FromJSON Table_ClusterStates where+  parseJSON =+    Core.withObject+      "Table_ClusterStates"+      (\o -> Table_ClusterStates Core.<$> (Core.parseJSONObject o))++instance Core.ToJSON Table_ClusterStates where+  toJSON Table_ClusterStates {..} = Core.toJSON additional++-- | The column families configured for this table, mapped by column family ID. Views: @SCHEMA_VIEW@, @STATS_VIEW@, @FULL@+--+-- /See:/ 'newTable_ColumnFamilies' smart constructor.+newtype Table_ColumnFamilies = Table_ColumnFamilies+  { additional :: (Core.HashMap Core.Text ColumnFamily)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'Table_ColumnFamilies' with the minimum fields required to make a request.+newTable_ColumnFamilies ::+  -- |  See 'additional'.+  Core.HashMap Core.Text ColumnFamily ->+  Table_ColumnFamilies+newTable_ColumnFamilies additional =+  Table_ColumnFamilies {additional = additional}++instance Core.FromJSON Table_ColumnFamilies where+  parseJSON =+    Core.withObject+      "Table_ColumnFamilies"+      (\o -> Table_ColumnFamilies Core.<$> (Core.parseJSONObject o))++instance Core.ToJSON Table_ColumnFamilies where+  toJSON Table_ColumnFamilies {..} = Core.toJSON additional++-- | Progress info for copying a table\'s data to the new cluster.+--+-- /See:/ 'newTableProgress' smart constructor.+data TableProgress = TableProgress+  { -- | Estimate of the number of bytes copied so far for this table. This will eventually reach \'estimated/size/bytes\' unless the table copy is CANCELLED.+    estimatedCopiedBytes :: (Core.Maybe Core.Int64),+    -- | Estimate of the size of the table to be copied.+    estimatedSizeBytes :: (Core.Maybe Core.Int64),+    state :: (Core.Maybe TableProgress_State)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'TableProgress' with the minimum fields required to make a request.+newTableProgress ::+  TableProgress+newTableProgress =+  TableProgress+    { estimatedCopiedBytes = Core.Nothing,+      estimatedSizeBytes = Core.Nothing,+      state = Core.Nothing+    }++instance Core.FromJSON TableProgress where+  parseJSON =+    Core.withObject+      "TableProgress"+      ( \o ->+          TableProgress+            Core.<$> ( o+                         Core..:? "estimatedCopiedBytes"+                         Core.<&> Core.fmap Core.fromAsText+                     )+            Core.<*> ( o+                         Core..:? "estimatedSizeBytes"+                         Core.<&> Core.fmap Core.fromAsText+                     )+            Core.<*> (o Core..:? "state")+      )++instance Core.ToJSON TableProgress where+  toJSON TableProgress {..} =+    Core.object+      ( Core.catMaybes+          [ ("estimatedCopiedBytes" Core..=)+              Core.. Core.AsText+              Core.<$> estimatedCopiedBytes,+            ("estimatedSizeBytes" Core..=)+              Core.. Core.AsText+              Core.<$> estimatedSizeBytes,+            ("state" Core..=) Core.<$> state+          ]+      )++-- | Approximate statistics related to a table. These statistics are calculated infrequently, while simultaneously, data in the table can change rapidly. Thus the values reported here (e.g. row count) are very likely out-of date, even the instant they are received in this API. Thus, only treat these values as approximate. IMPORTANT: Everything below is approximate, unless otherwise specified.+--+-- /See:/ 'newTableStats' smart constructor.+data TableStats = TableStats+  { -- | How many cells are present per column (column family, column qualifier) combinations, averaged over all columns in all rows in the table. e.g. A table with 2 rows: * A row with 3 cells in \"family:col\" and 1 cell in \"other:col\" (4 cells \/ 2 columns) * A row with 1 cell in \"family:col\", 7 cells in \"family:other_col\", and 7 cells in \"other:data\" (15 cells \/ 3 columns) would report (4 + 15)\/(2 + 3) = 3.8 in this field.+    averageCellsPerColumn :: (Core.Maybe Core.Double),+    -- | How many (column family, column qualifier) combinations are present per row in the table, averaged over all rows in the table. e.g. A table with 2 rows: * A row with cells in \"family:col\" and \"other:col\" (2 distinct columns) * A row with cells in \"family:col\", \"family:other_col\", and \"other:data\" (3 distinct columns) would report (2 + 3)\/2 = 2.5 in this field.+    averageColumnsPerRow :: (Core.Maybe Core.Double),+    -- | This is roughly how many bytes would be needed to read the entire table (e.g. by streaming all contents out).+    logicalDataBytes :: (Core.Maybe Core.Int64),+    -- | How many rows are in the table.+    rowCount :: (Core.Maybe Core.Int64)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'TableStats' with the minimum fields required to make a request.+newTableStats ::+  TableStats+newTableStats =+  TableStats+    { averageCellsPerColumn = Core.Nothing,+      averageColumnsPerRow = Core.Nothing,+      logicalDataBytes = Core.Nothing,+      rowCount = Core.Nothing+    }++instance Core.FromJSON TableStats where+  parseJSON =+    Core.withObject+      "TableStats"+      ( \o ->+          TableStats+            Core.<$> (o Core..:? "averageCellsPerColumn")+            Core.<*> (o Core..:? "averageColumnsPerRow")+            Core.<*> (o Core..:? "logicalDataBytes" Core.<&> Core.fmap Core.fromAsText)+            Core.<*> (o Core..:? "rowCount" Core.<&> Core.fmap Core.fromAsText)+      )++instance Core.ToJSON TableStats where+  toJSON TableStats {..} =+    Core.object+      ( Core.catMaybes+          [ ("averageCellsPerColumn" Core..=) Core.<$> averageCellsPerColumn,+            ("averageColumnsPerRow" Core..=) Core.<$> averageColumnsPerRow,+            ("logicalDataBytes" Core..=)+              Core.. Core.AsText+              Core.<$> logicalDataBytes,+            ("rowCount" Core..=) Core.. Core.AsText Core.<$> rowCount+          ]+      )++-- | Request message for @TestIamPermissions@ method.+--+-- /See:/ 'newTestIamPermissionsRequest' smart constructor.+newtype TestIamPermissionsRequest = TestIamPermissionsRequest+  { -- | The set of permissions to check for the @resource@. Permissions with wildcards (such as @*@ or @storage.*@) are not allowed. For more information see <https://cloud.google.com/iam/docs/overview#permissions IAM Overview>.+    permissions :: (Core.Maybe [Core.Text])+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'TestIamPermissionsRequest' with the minimum fields required to make a request.+newTestIamPermissionsRequest ::+  TestIamPermissionsRequest+newTestIamPermissionsRequest =+  TestIamPermissionsRequest {permissions = Core.Nothing}++instance Core.FromJSON TestIamPermissionsRequest where+  parseJSON =+    Core.withObject+      "TestIamPermissionsRequest"+      ( \o ->+          TestIamPermissionsRequest Core.<$> (o Core..:? "permissions")+      )++instance Core.ToJSON TestIamPermissionsRequest where+  toJSON TestIamPermissionsRequest {..} =+    Core.object+      (Core.catMaybes [("permissions" Core..=) Core.<$> permissions])++-- | Response message for @TestIamPermissions@ method.+--+-- /See:/ 'newTestIamPermissionsResponse' smart constructor.+newtype TestIamPermissionsResponse = TestIamPermissionsResponse+  { -- | A subset of @TestPermissionsRequest.permissions@ that the caller is allowed.+    permissions :: (Core.Maybe [Core.Text])+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'TestIamPermissionsResponse' with the minimum fields required to make a request.+newTestIamPermissionsResponse ::+  TestIamPermissionsResponse+newTestIamPermissionsResponse =+  TestIamPermissionsResponse {permissions = Core.Nothing}++instance Core.FromJSON TestIamPermissionsResponse where+  parseJSON =+    Core.withObject+      "TestIamPermissionsResponse"+      ( \o ->+          TestIamPermissionsResponse Core.<$> (o Core..:? "permissions")+      )++instance Core.ToJSON TestIamPermissionsResponse where+  toJSON TestIamPermissionsResponse {..} =+    Core.object+      (Core.catMaybes [("permissions" Core..=) Core.<$> permissions])++-- | @Type@ represents the type of data that is written to, read from, or stored in Bigtable. It is heavily based on the GoogleSQL standard to help maintain familiarity and consistency across products and features. For compatibility with Bigtable\'s existing untyped APIs, each @Type@ includes an @Encoding@ which describes how to convert to or from the underlying data. Each encoding can operate in one of two modes: - Sorted: In this mode, Bigtable guarantees that @Encode(X) \<= Encode(Y)@ if and only if @X \<= Y@. This is useful anywhere sort order is important, for example when encoding keys. - Distinct: In this mode, Bigtable guarantees that if @X != Y@ then @Encode(X) != Encode(Y)@. However, the converse is not guaranteed. For example, both \"{\'foo\': \'1\', \'bar\': \'2\'}\" and \"{\'bar\': \'2\', \'foo\': \'1\'}\" are valid encodings of the same JSON value. The API clearly documents which mode is used wherever an encoding can be configured. Each encoding also documents which values are supported in which+-- modes. For example, when encoding INT64 as a numeric STRING, negative numbers cannot be encoded in sorted mode. This is because @INT64(1) > INT64(-1)@, but @STRING(\"-00001\") > STRING(\"00001\")@.+--+-- /See:/ 'newType' smart constructor.+data Type = Type+  { -- | Aggregate+    aggregateType :: (Core.Maybe GoogleBigtableAdminV2TypeAggregate),+    -- | Array+    arrayType :: (Core.Maybe GoogleBigtableAdminV2TypeArray),+    -- | Bool+    boolType :: (Core.Maybe GoogleBigtableAdminV2TypeBool),+    -- | Bytes+    bytesType :: (Core.Maybe GoogleBigtableAdminV2TypeBytes),+    -- | Date+    dateType :: (Core.Maybe GoogleBigtableAdminV2TypeDate),+    -- | Float32+    float32Type :: (Core.Maybe GoogleBigtableAdminV2TypeFloat32),+    -- | Float64+    float64Type :: (Core.Maybe GoogleBigtableAdminV2TypeFloat64),+    -- | Int64+    int64Type :: (Core.Maybe GoogleBigtableAdminV2TypeInt64),+    -- | Map+    mapType :: (Core.Maybe GoogleBigtableAdminV2TypeMap),+    -- | String+    stringType :: (Core.Maybe GoogleBigtableAdminV2TypeString),+    -- | Struct+    structType :: (Core.Maybe GoogleBigtableAdminV2TypeStruct),+    -- | Timestamp+    timestampType :: (Core.Maybe GoogleBigtableAdminV2TypeTimestamp)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'Type' with the minimum fields required to make a request.+newType ::+  Type+newType =+  Type+    { aggregateType = Core.Nothing,+      arrayType = Core.Nothing,+      boolType = Core.Nothing,+      bytesType = Core.Nothing,+      dateType = Core.Nothing,+      float32Type = Core.Nothing,+      float64Type = Core.Nothing,+      int64Type = Core.Nothing,+      mapType = Core.Nothing,+      stringType = Core.Nothing,+      structType = Core.Nothing,+      timestampType = Core.Nothing+    }++instance Core.FromJSON Type where+  parseJSON =+    Core.withObject+      "Type"+      ( \o ->+          Type+            Core.<$> (o Core..:? "aggregateType")+            Core.<*> (o Core..:? "arrayType")+            Core.<*> (o Core..:? "boolType")+            Core.<*> (o Core..:? "bytesType")+            Core.<*> (o Core..:? "dateType")+            Core.<*> (o Core..:? "float32Type")+            Core.<*> (o Core..:? "float64Type")+            Core.<*> (o Core..:? "int64Type")+            Core.<*> (o Core..:? "mapType")+            Core.<*> (o Core..:? "stringType")+            Core.<*> (o Core..:? "structType")+            Core.<*> (o Core..:? "timestampType")+      )++instance Core.ToJSON Type where+  toJSON Type {..} =+    Core.object+      ( Core.catMaybes+          [ ("aggregateType" Core..=) Core.<$> aggregateType,+            ("arrayType" Core..=) Core.<$> arrayType,+            ("boolType" Core..=) Core.<$> boolType,+            ("bytesType" Core..=) Core.<$> bytesType,+            ("dateType" Core..=) Core.<$> dateType,+            ("float32Type" Core..=) Core.<$> float32Type,+            ("float64Type" Core..=) Core.<$> float64Type,+            ("int64Type" Core..=) Core.<$> int64Type,+            ("mapType" Core..=) Core.<$> mapType,+            ("stringType" Core..=) Core.<$> stringType,+            ("structType" Core..=) Core.<$> structType,+            ("timestampType" Core..=) Core.<$> timestampType+          ]+      )++-- | Metadata type for the operation returned by google.bigtable.admin.v2.BigtableTableAdmin.UndeleteTable.+--+-- /See:/ 'newUndeleteTableMetadata' smart constructor.+data UndeleteTableMetadata = UndeleteTableMetadata+  { -- | If set, the time at which this operation finished or was cancelled.+    endTime :: (Core.Maybe Core.DateTime),+    -- | The name of the table being restored.+    name :: (Core.Maybe Core.Text),+    -- | The time at which this operation started.+    startTime :: (Core.Maybe Core.DateTime)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'UndeleteTableMetadata' with the minimum fields required to make a request.+newUndeleteTableMetadata ::+  UndeleteTableMetadata+newUndeleteTableMetadata =+  UndeleteTableMetadata+    { endTime = Core.Nothing,+      name = Core.Nothing,+      startTime = Core.Nothing+    }++instance Core.FromJSON UndeleteTableMetadata where+  parseJSON =+    Core.withObject+      "UndeleteTableMetadata"+      ( \o ->+          UndeleteTableMetadata+            Core.<$> (o Core..:? "endTime")+            Core.<*> (o Core..:? "name")+            Core.<*> (o Core..:? "startTime")+      )++instance Core.ToJSON UndeleteTableMetadata where+  toJSON UndeleteTableMetadata {..} =+    Core.object+      ( Core.catMaybes+          [ ("endTime" Core..=) Core.<$> endTime,+            ("name" Core..=) Core.<$> name,+            ("startTime" Core..=) Core.<$> startTime+          ]+      )++-- | Request message for google.bigtable.admin.v2.BigtableTableAdmin.UndeleteTable+--+-- /See:/ 'newUndeleteTableRequest' smart constructor.+data UndeleteTableRequest = UndeleteTableRequest+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'UndeleteTableRequest' with the minimum fields required to make a request.+newUndeleteTableRequest ::+  UndeleteTableRequest+newUndeleteTableRequest = UndeleteTableRequest++instance Core.FromJSON UndeleteTableRequest where+  parseJSON =+    Core.withObject+      "UndeleteTableRequest"+      (\o -> Core.pure UndeleteTableRequest)++instance Core.ToJSON UndeleteTableRequest where+  toJSON = Core.const Core.emptyObject++-- | A GcRule which deletes cells matching any of the given rules.+--+-- /See:/ 'newUnion' smart constructor.+newtype Union = Union+  { -- | Delete cells which would be deleted by any element of @rules@.+    rules :: (Core.Maybe [GcRule])+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'Union' with the minimum fields required to make a request.+newUnion ::+  Union+newUnion = Union {rules = Core.Nothing}++instance Core.FromJSON Union where+  parseJSON =+    Core.withObject+      "Union"+      (\o -> Union Core.<$> (o Core..:? "rules"))++instance Core.ToJSON Union where+  toJSON Union {..} =+    Core.object (Core.catMaybes [("rules" Core..=) Core.<$> rules])++-- | The metadata for the Operation returned by UpdateAppProfile.+--+-- /See:/ 'newUpdateAppProfileMetadata' smart constructor.+data UpdateAppProfileMetadata = UpdateAppProfileMetadata+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'UpdateAppProfileMetadata' with the minimum fields required to make a request.+newUpdateAppProfileMetadata ::+  UpdateAppProfileMetadata+newUpdateAppProfileMetadata = UpdateAppProfileMetadata++instance Core.FromJSON UpdateAppProfileMetadata where+  parseJSON =+    Core.withObject+      "UpdateAppProfileMetadata"+      (\o -> Core.pure UpdateAppProfileMetadata)++instance Core.ToJSON UpdateAppProfileMetadata where+  toJSON = Core.const Core.emptyObject++-- | Metadata for the google.longrunning.Operation returned by UpdateAuthorizedView.+--+-- /See:/ 'newUpdateAuthorizedViewMetadata' smart constructor.+data UpdateAuthorizedViewMetadata = UpdateAuthorizedViewMetadata+  { -- | The time at which the operation failed or was completed successfully.+    finishTime :: (Core.Maybe Core.DateTime),+    -- | The request that prompted the initiation of this UpdateAuthorizedView operation.+    originalRequest :: (Core.Maybe UpdateAuthorizedViewRequest),+    -- | The time at which the original request was received.+    requestTime :: (Core.Maybe Core.DateTime)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'UpdateAuthorizedViewMetadata' with the minimum fields required to make a request.+newUpdateAuthorizedViewMetadata ::+  UpdateAuthorizedViewMetadata+newUpdateAuthorizedViewMetadata =+  UpdateAuthorizedViewMetadata+    { finishTime = Core.Nothing,+      originalRequest = Core.Nothing,+      requestTime = Core.Nothing+    }++instance Core.FromJSON UpdateAuthorizedViewMetadata where+  parseJSON =+    Core.withObject+      "UpdateAuthorizedViewMetadata"+      ( \o ->+          UpdateAuthorizedViewMetadata+            Core.<$> (o Core..:? "finishTime")+            Core.<*> (o Core..:? "originalRequest")+            Core.<*> (o Core..:? "requestTime")+      )++instance Core.ToJSON UpdateAuthorizedViewMetadata where+  toJSON UpdateAuthorizedViewMetadata {..} =+    Core.object+      ( Core.catMaybes+          [ ("finishTime" Core..=) Core.<$> finishTime,+            ("originalRequest" Core..=) Core.<$> originalRequest,+            ("requestTime" Core..=) Core.<$> requestTime+          ]+      )++-- | The request for UpdateAuthorizedView.+--+-- /See:/ 'newUpdateAuthorizedViewRequest' smart constructor.+data UpdateAuthorizedViewRequest = UpdateAuthorizedViewRequest+  { -- | Required. The AuthorizedView to update. The @name@ in @authorized_view@ is used to identify the AuthorizedView. AuthorizedView name must in this format: @projects\/{project}\/instances\/{instance}\/tables\/{table}\/authorizedViews\/{authorized_view}@.+    authorizedView :: (Core.Maybe AuthorizedView),+    -- | Optional. If true, ignore the safety checks when updating the AuthorizedView.+    ignoreWarnings :: (Core.Maybe Core.Bool),+    -- | Optional. The list of fields to update. A mask specifying which fields in the AuthorizedView resource should be updated. This mask is relative to the AuthorizedView resource, not to the request message. A field will be overwritten if it is in the mask. If empty, all fields set in the request will be overwritten. A special value @*@ means to overwrite all fields (including fields not set in the request).+    updateMask :: (Core.Maybe Core.FieldMask)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'UpdateAuthorizedViewRequest' with the minimum fields required to make a request.+newUpdateAuthorizedViewRequest ::+  UpdateAuthorizedViewRequest+newUpdateAuthorizedViewRequest =+  UpdateAuthorizedViewRequest+    { authorizedView = Core.Nothing,+      ignoreWarnings = Core.Nothing,+      updateMask = Core.Nothing+    }++instance Core.FromJSON UpdateAuthorizedViewRequest where+  parseJSON =+    Core.withObject+      "UpdateAuthorizedViewRequest"+      ( \o ->+          UpdateAuthorizedViewRequest+            Core.<$> (o Core..:? "authorizedView")+            Core.<*> (o Core..:? "ignoreWarnings")+            Core.<*> (o Core..:? "updateMask")+      )++instance Core.ToJSON UpdateAuthorizedViewRequest where+  toJSON UpdateAuthorizedViewRequest {..} =+    Core.object+      ( Core.catMaybes+          [ ("authorizedView" Core..=) Core.<$> authorizedView,+            ("ignoreWarnings" Core..=) Core.<$> ignoreWarnings,+            ("updateMask" Core..=) Core.<$> updateMask+          ]+      )++-- | The metadata for the Operation returned by UpdateCluster.+--+-- /See:/ 'newUpdateClusterMetadata' smart constructor.+data UpdateClusterMetadata = UpdateClusterMetadata+  { -- | The time at which the operation failed or was completed successfully.+    finishTime :: (Core.Maybe Core.DateTime),+    -- | The request that prompted the initiation of this UpdateCluster operation.+    originalRequest :: (Core.Maybe Cluster),+    -- | The time at which the original request was received.+    requestTime :: (Core.Maybe Core.DateTime)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'UpdateClusterMetadata' with the minimum fields required to make a request.+newUpdateClusterMetadata ::+  UpdateClusterMetadata+newUpdateClusterMetadata =+  UpdateClusterMetadata+    { finishTime = Core.Nothing,+      originalRequest = Core.Nothing,+      requestTime = Core.Nothing+    }++instance Core.FromJSON UpdateClusterMetadata where+  parseJSON =+    Core.withObject+      "UpdateClusterMetadata"+      ( \o ->+          UpdateClusterMetadata+            Core.<$> (o Core..:? "finishTime")+            Core.<*> (o Core..:? "originalRequest")+            Core.<*> (o Core..:? "requestTime")+      )++instance Core.ToJSON UpdateClusterMetadata where+  toJSON UpdateClusterMetadata {..} =+    Core.object+      ( Core.catMaybes+          [ ("finishTime" Core..=) Core.<$> finishTime,+            ("originalRequest" Core..=) Core.<$> originalRequest,+            ("requestTime" Core..=) Core.<$> requestTime+          ]+      )++-- | The metadata for the Operation returned by UpdateInstance.+--+-- /See:/ 'newUpdateInstanceMetadata' smart constructor.+data UpdateInstanceMetadata = UpdateInstanceMetadata+  { -- | The time at which the operation failed or was completed successfully.+    finishTime :: (Core.Maybe Core.DateTime),+    -- | The request that prompted the initiation of this UpdateInstance operation.+    originalRequest :: (Core.Maybe PartialUpdateInstanceRequest),+    -- | The time at which the original request was received.+    requestTime :: (Core.Maybe Core.DateTime)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'UpdateInstanceMetadata' with the minimum fields required to make a request.+newUpdateInstanceMetadata ::+  UpdateInstanceMetadata+newUpdateInstanceMetadata =+  UpdateInstanceMetadata+    { finishTime = Core.Nothing,+      originalRequest = Core.Nothing,+      requestTime = Core.Nothing+    }++instance Core.FromJSON UpdateInstanceMetadata where+  parseJSON =+    Core.withObject+      "UpdateInstanceMetadata"+      ( \o ->+          UpdateInstanceMetadata+            Core.<$> (o Core..:? "finishTime")+            Core.<*> (o Core..:? "originalRequest")+            Core.<*> (o Core..:? "requestTime")+      )++instance Core.ToJSON UpdateInstanceMetadata where+  toJSON UpdateInstanceMetadata {..} =+    Core.object+      ( Core.catMaybes+          [ ("finishTime" Core..=) Core.<$> finishTime,+            ("originalRequest" Core..=) Core.<$> originalRequest,+            ("requestTime" Core..=) Core.<$> requestTime+          ]+      )++-- | Metadata type for the operation returned by UpdateTable.+--+-- /See:/ 'newUpdateTableMetadata' smart constructor.+data UpdateTableMetadata = UpdateTableMetadata+  { -- | If set, the time at which this operation finished or was canceled.+    endTime :: (Core.Maybe Core.DateTime),+    -- | The name of the table being updated.+    name :: (Core.Maybe Core.Text),+    -- | The time at which this operation started.+    startTime :: (Core.Maybe Core.DateTime)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'UpdateTableMetadata' with the minimum fields required to make a request.+newUpdateTableMetadata ::+  UpdateTableMetadata+newUpdateTableMetadata =+  UpdateTableMetadata+    { endTime = Core.Nothing,+      name = Core.Nothing,+      startTime = Core.Nothing+    }++instance Core.FromJSON UpdateTableMetadata where+  parseJSON =+    Core.withObject+      "UpdateTableMetadata"+      ( \o ->+          UpdateTableMetadata+            Core.<$> (o Core..:? "endTime")+            Core.<*> (o Core..:? "name")+            Core.<*> (o Core..:? "startTime")+      )++instance Core.ToJSON UpdateTableMetadata where+  toJSON UpdateTableMetadata {..} =+    Core.object+      ( Core.catMaybes+          [ ("endTime" Core..=) Core.<$> endTime,+            ("name" Core..=) Core.<$> name,+            ("startTime" Core..=) Core.<$> startTime+          ]+      )
+ gen/Gogol/BigtableAdmin/Internal/Sum.hs view
@@ -0,0 +1,991 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.BigtableAdmin.Internal.Sum+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+module Gogol.BigtableAdmin.Internal.Sum+  ( -- * Xgafv+    Xgafv+      ( Xgafv_1,+        Xgafv_2,+        ..+      ),++    -- * AppProfile_Priority+    AppProfile_Priority+      ( AppProfile_Priority_PRIORITYUNSPECIFIED,+        AppProfile_Priority_PRIORITYLOW,+        AppProfile_Priority_PRIORITYMEDIUM,+        AppProfile_Priority_PRIORITYHIGH,+        ..+      ),++    -- * AuditLogConfig_LogType+    AuditLogConfig_LogType+      ( AuditLogConfig_LogType_LOGTYPEUNSPECIFIED,+        AuditLogConfig_LogType_ADMINREAD,+        AuditLogConfig_LogType_DATAWRITE,+        AuditLogConfig_LogType_DATAREAD,+        ..+      ),++    -- * Backup_BackupType+    Backup_BackupType+      ( Backup_BackupType_BACKUPTYPEUNSPECIFIED,+        Backup_BackupType_Standard,+        Backup_BackupType_Hot,+        ..+      ),++    -- * Backup_State+    Backup_State+      ( Backup_State_STATEUNSPECIFIED,+        Backup_State_Creating,+        Backup_State_Ready,+        ..+      ),++    -- * Cluster_DefaultStorageType+    Cluster_DefaultStorageType+      ( Cluster_DefaultStorageType_STORAGETYPEUNSPECIFIED,+        Cluster_DefaultStorageType_Ssd,+        Cluster_DefaultStorageType_Hdd,+        ..+      ),++    -- * Cluster_NodeScalingFactor+    Cluster_NodeScalingFactor+      ( Cluster_NodeScalingFactor_NODESCALINGFACTORUNSPECIFIED,+        Cluster_NodeScalingFactor_NODESCALINGFACTOR1X,+        Cluster_NodeScalingFactor_NODESCALINGFACTOR2X,+        ..+      ),++    -- * Cluster_State+    Cluster_State+      ( Cluster_State_STATENOTKNOWN,+        Cluster_State_Ready,+        Cluster_State_Creating,+        Cluster_State_Resizing,+        Cluster_State_Disabled,+        ..+      ),++    -- * ClusterState_ReplicationState+    ClusterState_ReplicationState+      ( ClusterState_ReplicationState_STATENOTKNOWN,+        ClusterState_ReplicationState_Initializing,+        ClusterState_ReplicationState_PLANNEDMAINTENANCE,+        ClusterState_ReplicationState_UNPLANNEDMAINTENANCE,+        ClusterState_ReplicationState_Ready,+        ClusterState_ReplicationState_READYOPTIMIZING,+        ..+      ),++    -- * DataBoostIsolationReadOnly_ComputeBillingOwner+    DataBoostIsolationReadOnly_ComputeBillingOwner+      ( DataBoostIsolationReadOnly_ComputeBillingOwner_COMPUTEBILLINGOWNERUNSPECIFIED,+        DataBoostIsolationReadOnly_ComputeBillingOwner_HOSTPAYS,+        ..+      ),++    -- * EncryptionInfo_EncryptionType+    EncryptionInfo_EncryptionType+      ( EncryptionInfo_EncryptionType_ENCRYPTIONTYPEUNSPECIFIED,+        EncryptionInfo_EncryptionType_GOOGLEDEFAULTENCRYPTION,+        EncryptionInfo_EncryptionType_CUSTOMERMANAGEDENCRYPTION,+        ..+      ),++    -- * Instance_State+    Instance_State+      ( Instance_State_STATENOTKNOWN,+        Instance_State_Ready,+        Instance_State_Creating,+        ..+      ),++    -- * Instance_Type+    Instance_Type+      ( Instance_Type_TYPEUNSPECIFIED,+        Instance_Type_Production,+        Instance_Type_Development,+        ..+      ),++    -- * RestoreInfo_SourceType+    RestoreInfo_SourceType+      ( RestoreInfo_SourceType_RESTORESOURCETYPEUNSPECIFIED,+        RestoreInfo_SourceType_Backup,+        ..+      ),++    -- * RestoreTableMetadata_SourceType+    RestoreTableMetadata_SourceType+      ( RestoreTableMetadata_SourceType_RESTORESOURCETYPEUNSPECIFIED,+        RestoreTableMetadata_SourceType_Backup,+        ..+      ),++    -- * StandardIsolation_Priority+    StandardIsolation_Priority+      ( StandardIsolation_Priority_PRIORITYUNSPECIFIED,+        StandardIsolation_Priority_PRIORITYLOW,+        StandardIsolation_Priority_PRIORITYMEDIUM,+        StandardIsolation_Priority_PRIORITYHIGH,+        ..+      ),++    -- * Table_Granularity+    Table_Granularity+      ( Table_Granularity_TIMESTAMPGRANULARITYUNSPECIFIED,+        Table_Granularity_Millis,+        ..+      ),++    -- * TableProgress_State+    TableProgress_State+      ( TableProgress_State_STATEUNSPECIFIED,+        TableProgress_State_Pending,+        TableProgress_State_Copying,+        TableProgress_State_Completed,+        TableProgress_State_Cancelled,+        ..+      ),++    -- * ProjectsInstancesTablesAuthorizedViewsGetView+    ProjectsInstancesTablesAuthorizedViewsGetView+      ( ProjectsInstancesTablesAuthorizedViewsGetView_RESPONSEVIEWUNSPECIFIED,+        ProjectsInstancesTablesAuthorizedViewsGetView_NAMEONLY,+        ProjectsInstancesTablesAuthorizedViewsGetView_Basic,+        ProjectsInstancesTablesAuthorizedViewsGetView_Full,+        ..+      ),++    -- * ProjectsInstancesTablesAuthorizedViewsListView+    ProjectsInstancesTablesAuthorizedViewsListView+      ( ProjectsInstancesTablesAuthorizedViewsListView_RESPONSEVIEWUNSPECIFIED,+        ProjectsInstancesTablesAuthorizedViewsListView_NAMEONLY,+        ProjectsInstancesTablesAuthorizedViewsListView_Basic,+        ProjectsInstancesTablesAuthorizedViewsListView_Full,+        ..+      ),++    -- * ProjectsInstancesTablesGetView+    ProjectsInstancesTablesGetView+      ( ProjectsInstancesTablesGetView_VIEWUNSPECIFIED,+        ProjectsInstancesTablesGetView_NAMEONLY,+        ProjectsInstancesTablesGetView_SCHEMAVIEW,+        ProjectsInstancesTablesGetView_REPLICATIONVIEW,+        ProjectsInstancesTablesGetView_ENCRYPTIONVIEW,+        ProjectsInstancesTablesGetView_STATSVIEW,+        ProjectsInstancesTablesGetView_Full,+        ..+      ),++    -- * ProjectsInstancesTablesListView+    ProjectsInstancesTablesListView+      ( ProjectsInstancesTablesListView_VIEWUNSPECIFIED,+        ProjectsInstancesTablesListView_NAMEONLY,+        ProjectsInstancesTablesListView_SCHEMAVIEW,+        ProjectsInstancesTablesListView_REPLICATIONVIEW,+        ProjectsInstancesTablesListView_ENCRYPTIONVIEW,+        ProjectsInstancesTablesListView_STATSVIEW,+        ProjectsInstancesTablesListView_Full,+        ..+      ),+  )+where++import Gogol.Prelude qualified as Core++-- | V1 error format.+newtype Xgafv = Xgafv {fromXgafv :: Core.Text}+  deriving stock (Core.Show, Core.Read, Core.Eq, Core.Ord, Core.Generic)+  deriving newtype+    ( Core.Hashable,+      Core.ToHttpApiData,+      Core.FromHttpApiData,+      Core.ToJSON,+      Core.ToJSONKey,+      Core.FromJSON,+      Core.FromJSONKey+    )++-- | v1 error format+pattern Xgafv_1 :: Xgafv+pattern Xgafv_1 = Xgafv "1"++-- | v2 error format+pattern Xgafv_2 :: Xgafv+pattern Xgafv_2 = Xgafv "2"++{-# COMPLETE+  Xgafv_1,+  Xgafv_2,+  Xgafv+  #-}++-- | This field has been deprecated in favor of @standard_isolation.priority@. If you set this field, @standard_isolation.priority@ will be set instead. The priority of requests sent using this app profile.+newtype AppProfile_Priority = AppProfile_Priority {fromAppProfile_Priority :: Core.Text}+  deriving stock (Core.Show, Core.Read, Core.Eq, Core.Ord, Core.Generic)+  deriving newtype+    ( Core.Hashable,+      Core.ToHttpApiData,+      Core.FromHttpApiData,+      Core.ToJSON,+      Core.ToJSONKey,+      Core.FromJSON,+      Core.FromJSONKey+    )++-- | Default value. Mapped to PRIORITY_HIGH (the legacy behavior) on creation.+pattern AppProfile_Priority_PRIORITYUNSPECIFIED :: AppProfile_Priority+pattern AppProfile_Priority_PRIORITYUNSPECIFIED = AppProfile_Priority "PRIORITY_UNSPECIFIED"++pattern AppProfile_Priority_PRIORITYLOW :: AppProfile_Priority+pattern AppProfile_Priority_PRIORITYLOW = AppProfile_Priority "PRIORITY_LOW"++pattern AppProfile_Priority_PRIORITYMEDIUM :: AppProfile_Priority+pattern AppProfile_Priority_PRIORITYMEDIUM = AppProfile_Priority "PRIORITY_MEDIUM"++pattern AppProfile_Priority_PRIORITYHIGH :: AppProfile_Priority+pattern AppProfile_Priority_PRIORITYHIGH = AppProfile_Priority "PRIORITY_HIGH"++{-# COMPLETE+  AppProfile_Priority_PRIORITYUNSPECIFIED,+  AppProfile_Priority_PRIORITYLOW,+  AppProfile_Priority_PRIORITYMEDIUM,+  AppProfile_Priority_PRIORITYHIGH,+  AppProfile_Priority+  #-}++-- | The log type that this config enables.+newtype AuditLogConfig_LogType = AuditLogConfig_LogType {fromAuditLogConfig_LogType :: Core.Text}+  deriving stock (Core.Show, Core.Read, Core.Eq, Core.Ord, Core.Generic)+  deriving newtype+    ( Core.Hashable,+      Core.ToHttpApiData,+      Core.FromHttpApiData,+      Core.ToJSON,+      Core.ToJSONKey,+      Core.FromJSON,+      Core.FromJSONKey+    )++-- | Default case. Should never be this.+pattern AuditLogConfig_LogType_LOGTYPEUNSPECIFIED :: AuditLogConfig_LogType+pattern AuditLogConfig_LogType_LOGTYPEUNSPECIFIED = AuditLogConfig_LogType "LOG_TYPE_UNSPECIFIED"++-- | Admin reads. Example: CloudIAM getIamPolicy+pattern AuditLogConfig_LogType_ADMINREAD :: AuditLogConfig_LogType+pattern AuditLogConfig_LogType_ADMINREAD = AuditLogConfig_LogType "ADMIN_READ"++-- | Data writes. Example: CloudSQL Users create+pattern AuditLogConfig_LogType_DATAWRITE :: AuditLogConfig_LogType+pattern AuditLogConfig_LogType_DATAWRITE = AuditLogConfig_LogType "DATA_WRITE"++-- | Data reads. Example: CloudSQL Users list+pattern AuditLogConfig_LogType_DATAREAD :: AuditLogConfig_LogType+pattern AuditLogConfig_LogType_DATAREAD = AuditLogConfig_LogType "DATA_READ"++{-# COMPLETE+  AuditLogConfig_LogType_LOGTYPEUNSPECIFIED,+  AuditLogConfig_LogType_ADMINREAD,+  AuditLogConfig_LogType_DATAWRITE,+  AuditLogConfig_LogType_DATAREAD,+  AuditLogConfig_LogType+  #-}++-- | Indicates the backup type of the backup.+newtype Backup_BackupType = Backup_BackupType {fromBackup_BackupType :: Core.Text}+  deriving stock (Core.Show, Core.Read, Core.Eq, Core.Ord, Core.Generic)+  deriving newtype+    ( Core.Hashable,+      Core.ToHttpApiData,+      Core.FromHttpApiData,+      Core.ToJSON,+      Core.ToJSONKey,+      Core.FromJSON,+      Core.FromJSONKey+    )++-- | Not specified.+pattern Backup_BackupType_BACKUPTYPEUNSPECIFIED :: Backup_BackupType+pattern Backup_BackupType_BACKUPTYPEUNSPECIFIED = Backup_BackupType "BACKUP_TYPE_UNSPECIFIED"++-- | The default type for Cloud Bigtable managed backups. Supported for backups created in both HDD and SSD instances. Requires optimization when restored to a table in an SSD instance.+pattern Backup_BackupType_Standard :: Backup_BackupType+pattern Backup_BackupType_Standard = Backup_BackupType "STANDARD"++-- | A backup type with faster restore to SSD performance. Only supported for backups created in SSD instances. A new SSD table restored from a hot backup reaches production performance more quickly than a standard backup.+pattern Backup_BackupType_Hot :: Backup_BackupType+pattern Backup_BackupType_Hot = Backup_BackupType "HOT"++{-# COMPLETE+  Backup_BackupType_BACKUPTYPEUNSPECIFIED,+  Backup_BackupType_Standard,+  Backup_BackupType_Hot,+  Backup_BackupType+  #-}++-- | Output only. The current state of the backup.+newtype Backup_State = Backup_State {fromBackup_State :: Core.Text}+  deriving stock (Core.Show, Core.Read, Core.Eq, Core.Ord, Core.Generic)+  deriving newtype+    ( Core.Hashable,+      Core.ToHttpApiData,+      Core.FromHttpApiData,+      Core.ToJSON,+      Core.ToJSONKey,+      Core.FromJSON,+      Core.FromJSONKey+    )++-- | Not specified.+pattern Backup_State_STATEUNSPECIFIED :: Backup_State+pattern Backup_State_STATEUNSPECIFIED = Backup_State "STATE_UNSPECIFIED"++-- | The pending backup is still being created. Operations on the backup may fail with @FAILED_PRECONDITION@ in this state.+pattern Backup_State_Creating :: Backup_State+pattern Backup_State_Creating = Backup_State "CREATING"++-- | The backup is complete and ready for use.+pattern Backup_State_Ready :: Backup_State+pattern Backup_State_Ready = Backup_State "READY"++{-# COMPLETE+  Backup_State_STATEUNSPECIFIED,+  Backup_State_Creating,+  Backup_State_Ready,+  Backup_State+  #-}++-- | Immutable. The type of storage used by this cluster to serve its parent instance\'s tables, unless explicitly overridden.+newtype Cluster_DefaultStorageType = Cluster_DefaultStorageType {fromCluster_DefaultStorageType :: Core.Text}+  deriving stock (Core.Show, Core.Read, Core.Eq, Core.Ord, Core.Generic)+  deriving newtype+    ( Core.Hashable,+      Core.ToHttpApiData,+      Core.FromHttpApiData,+      Core.ToJSON,+      Core.ToJSONKey,+      Core.FromJSON,+      Core.FromJSONKey+    )++-- | The user did not specify a storage type.+pattern Cluster_DefaultStorageType_STORAGETYPEUNSPECIFIED :: Cluster_DefaultStorageType+pattern Cluster_DefaultStorageType_STORAGETYPEUNSPECIFIED = Cluster_DefaultStorageType "STORAGE_TYPE_UNSPECIFIED"++-- | Flash (SSD) storage should be used.+pattern Cluster_DefaultStorageType_Ssd :: Cluster_DefaultStorageType+pattern Cluster_DefaultStorageType_Ssd = Cluster_DefaultStorageType "SSD"++-- | Magnetic drive (HDD) storage should be used.+pattern Cluster_DefaultStorageType_Hdd :: Cluster_DefaultStorageType+pattern Cluster_DefaultStorageType_Hdd = Cluster_DefaultStorageType "HDD"++{-# COMPLETE+  Cluster_DefaultStorageType_STORAGETYPEUNSPECIFIED,+  Cluster_DefaultStorageType_Ssd,+  Cluster_DefaultStorageType_Hdd,+  Cluster_DefaultStorageType+  #-}++-- | Immutable. The node scaling factor of this cluster.+newtype Cluster_NodeScalingFactor = Cluster_NodeScalingFactor {fromCluster_NodeScalingFactor :: Core.Text}+  deriving stock (Core.Show, Core.Read, Core.Eq, Core.Ord, Core.Generic)+  deriving newtype+    ( Core.Hashable,+      Core.ToHttpApiData,+      Core.FromHttpApiData,+      Core.ToJSON,+      Core.ToJSONKey,+      Core.FromJSON,+      Core.FromJSONKey+    )++-- | No node scaling specified. Defaults to NODE/SCALING/FACTOR_1X.+pattern Cluster_NodeScalingFactor_NODESCALINGFACTORUNSPECIFIED :: Cluster_NodeScalingFactor+pattern Cluster_NodeScalingFactor_NODESCALINGFACTORUNSPECIFIED = Cluster_NodeScalingFactor "NODE_SCALING_FACTOR_UNSPECIFIED"++-- | The cluster is running with a scaling factor of 1.+pattern Cluster_NodeScalingFactor_NODESCALINGFACTOR1X :: Cluster_NodeScalingFactor+pattern Cluster_NodeScalingFactor_NODESCALINGFACTOR1X = Cluster_NodeScalingFactor "NODE_SCALING_FACTOR_1X"++-- | The cluster is running with a scaling factor of 2. All node count values must be in increments of 2 with this scaling factor enabled, otherwise an INVALID_ARGUMENT error will be returned.+pattern Cluster_NodeScalingFactor_NODESCALINGFACTOR2X :: Cluster_NodeScalingFactor+pattern Cluster_NodeScalingFactor_NODESCALINGFACTOR2X = Cluster_NodeScalingFactor "NODE_SCALING_FACTOR_2X"++{-# COMPLETE+  Cluster_NodeScalingFactor_NODESCALINGFACTORUNSPECIFIED,+  Cluster_NodeScalingFactor_NODESCALINGFACTOR1X,+  Cluster_NodeScalingFactor_NODESCALINGFACTOR2X,+  Cluster_NodeScalingFactor+  #-}++-- | Output only. The current state of the cluster.+newtype Cluster_State = Cluster_State {fromCluster_State :: Core.Text}+  deriving stock (Core.Show, Core.Read, Core.Eq, Core.Ord, Core.Generic)+  deriving newtype+    ( Core.Hashable,+      Core.ToHttpApiData,+      Core.FromHttpApiData,+      Core.ToJSON,+      Core.ToJSONKey,+      Core.FromJSON,+      Core.FromJSONKey+    )++-- | The state of the cluster could not be determined.+pattern Cluster_State_STATENOTKNOWN :: Cluster_State+pattern Cluster_State_STATENOTKNOWN = Cluster_State "STATE_NOT_KNOWN"++-- | The cluster has been successfully created and is ready to serve requests.+pattern Cluster_State_Ready :: Cluster_State+pattern Cluster_State_Ready = Cluster_State "READY"++-- | The cluster is currently being created, and may be destroyed if the creation process encounters an error. A cluster may not be able to serve requests while being created.+pattern Cluster_State_Creating :: Cluster_State+pattern Cluster_State_Creating = Cluster_State "CREATING"++-- | The cluster is currently being resized, and may revert to its previous node count if the process encounters an error. A cluster is still capable of serving requests while being resized, but may exhibit performance as if its number of allocated nodes is between the starting and requested states.+pattern Cluster_State_Resizing :: Cluster_State+pattern Cluster_State_Resizing = Cluster_State "RESIZING"++-- | The cluster has no backing nodes. The data (tables) still exist, but no operations can be performed on the cluster.+pattern Cluster_State_Disabled :: Cluster_State+pattern Cluster_State_Disabled = Cluster_State "DISABLED"++{-# COMPLETE+  Cluster_State_STATENOTKNOWN,+  Cluster_State_Ready,+  Cluster_State_Creating,+  Cluster_State_Resizing,+  Cluster_State_Disabled,+  Cluster_State+  #-}++-- | Output only. The state of replication for the table in this cluster.+newtype ClusterState_ReplicationState = ClusterState_ReplicationState {fromClusterState_ReplicationState :: Core.Text}+  deriving stock (Core.Show, Core.Read, Core.Eq, Core.Ord, Core.Generic)+  deriving newtype+    ( Core.Hashable,+      Core.ToHttpApiData,+      Core.FromHttpApiData,+      Core.ToJSON,+      Core.ToJSONKey,+      Core.FromJSON,+      Core.FromJSONKey+    )++-- | The replication state of the table is unknown in this cluster.+pattern ClusterState_ReplicationState_STATENOTKNOWN :: ClusterState_ReplicationState+pattern ClusterState_ReplicationState_STATENOTKNOWN = ClusterState_ReplicationState "STATE_NOT_KNOWN"++-- | The cluster was recently created, and the table must finish copying over pre-existing data from other clusters before it can begin receiving live replication updates and serving Data API requests.+pattern ClusterState_ReplicationState_Initializing :: ClusterState_ReplicationState+pattern ClusterState_ReplicationState_Initializing = ClusterState_ReplicationState "INITIALIZING"++-- | The table is temporarily unable to serve Data API requests from this cluster due to planned internal maintenance.+pattern ClusterState_ReplicationState_PLANNEDMAINTENANCE :: ClusterState_ReplicationState+pattern ClusterState_ReplicationState_PLANNEDMAINTENANCE = ClusterState_ReplicationState "PLANNED_MAINTENANCE"++-- | The table is temporarily unable to serve Data API requests from this cluster due to unplanned or emergency maintenance.+pattern ClusterState_ReplicationState_UNPLANNEDMAINTENANCE :: ClusterState_ReplicationState+pattern ClusterState_ReplicationState_UNPLANNEDMAINTENANCE = ClusterState_ReplicationState "UNPLANNED_MAINTENANCE"++-- | The table can serve Data API requests from this cluster. Depending on replication delay, reads may not immediately reflect the state of the table in other clusters.+pattern ClusterState_ReplicationState_Ready :: ClusterState_ReplicationState+pattern ClusterState_ReplicationState_Ready = ClusterState_ReplicationState "READY"++-- | The table is fully created and ready for use after a restore, and is being optimized for performance. When optimizations are complete, the table will transition to @READY@ state.+pattern ClusterState_ReplicationState_READYOPTIMIZING :: ClusterState_ReplicationState+pattern ClusterState_ReplicationState_READYOPTIMIZING = ClusterState_ReplicationState "READY_OPTIMIZING"++{-# COMPLETE+  ClusterState_ReplicationState_STATENOTKNOWN,+  ClusterState_ReplicationState_Initializing,+  ClusterState_ReplicationState_PLANNEDMAINTENANCE,+  ClusterState_ReplicationState_UNPLANNEDMAINTENANCE,+  ClusterState_ReplicationState_Ready,+  ClusterState_ReplicationState_READYOPTIMIZING,+  ClusterState_ReplicationState+  #-}++-- | The Compute Billing Owner for this Data Boost App Profile.+newtype DataBoostIsolationReadOnly_ComputeBillingOwner = DataBoostIsolationReadOnly_ComputeBillingOwner {fromDataBoostIsolationReadOnly_ComputeBillingOwner :: Core.Text}+  deriving stock (Core.Show, Core.Read, Core.Eq, Core.Ord, Core.Generic)+  deriving newtype+    ( Core.Hashable,+      Core.ToHttpApiData,+      Core.FromHttpApiData,+      Core.ToJSON,+      Core.ToJSONKey,+      Core.FromJSON,+      Core.FromJSONKey+    )++-- | Unspecified value.+pattern DataBoostIsolationReadOnly_ComputeBillingOwner_COMPUTEBILLINGOWNERUNSPECIFIED :: DataBoostIsolationReadOnly_ComputeBillingOwner+pattern DataBoostIsolationReadOnly_ComputeBillingOwner_COMPUTEBILLINGOWNERUNSPECIFIED = DataBoostIsolationReadOnly_ComputeBillingOwner "COMPUTE_BILLING_OWNER_UNSPECIFIED"++-- | The host Cloud Project containing the targeted Bigtable Instance \/ Table pays for compute.+pattern DataBoostIsolationReadOnly_ComputeBillingOwner_HOSTPAYS :: DataBoostIsolationReadOnly_ComputeBillingOwner+pattern DataBoostIsolationReadOnly_ComputeBillingOwner_HOSTPAYS = DataBoostIsolationReadOnly_ComputeBillingOwner "HOST_PAYS"++{-# COMPLETE+  DataBoostIsolationReadOnly_ComputeBillingOwner_COMPUTEBILLINGOWNERUNSPECIFIED,+  DataBoostIsolationReadOnly_ComputeBillingOwner_HOSTPAYS,+  DataBoostIsolationReadOnly_ComputeBillingOwner+  #-}++-- | Output only. The type of encryption used to protect this resource.+newtype EncryptionInfo_EncryptionType = EncryptionInfo_EncryptionType {fromEncryptionInfo_EncryptionType :: Core.Text}+  deriving stock (Core.Show, Core.Read, Core.Eq, Core.Ord, Core.Generic)+  deriving newtype+    ( Core.Hashable,+      Core.ToHttpApiData,+      Core.FromHttpApiData,+      Core.ToJSON,+      Core.ToJSONKey,+      Core.FromJSON,+      Core.FromJSONKey+    )++-- | Encryption type was not specified, though data at rest remains encrypted.+pattern EncryptionInfo_EncryptionType_ENCRYPTIONTYPEUNSPECIFIED :: EncryptionInfo_EncryptionType+pattern EncryptionInfo_EncryptionType_ENCRYPTIONTYPEUNSPECIFIED = EncryptionInfo_EncryptionType "ENCRYPTION_TYPE_UNSPECIFIED"++-- | The data backing this resource is encrypted at rest with a key that is fully managed by Google. No key version or status will be populated. This is the default state.+pattern EncryptionInfo_EncryptionType_GOOGLEDEFAULTENCRYPTION :: EncryptionInfo_EncryptionType+pattern EncryptionInfo_EncryptionType_GOOGLEDEFAULTENCRYPTION = EncryptionInfo_EncryptionType "GOOGLE_DEFAULT_ENCRYPTION"++-- | The data backing this resource is encrypted at rest with a key that is managed by the customer. The in-use version of the key and its status are populated for CMEK-protected tables. CMEK-protected backups are pinned to the key version that was in use at the time the backup was taken. This key version is populated but its status is not tracked and is reported as @UNKNOWN@.+pattern EncryptionInfo_EncryptionType_CUSTOMERMANAGEDENCRYPTION :: EncryptionInfo_EncryptionType+pattern EncryptionInfo_EncryptionType_CUSTOMERMANAGEDENCRYPTION = EncryptionInfo_EncryptionType "CUSTOMER_MANAGED_ENCRYPTION"++{-# COMPLETE+  EncryptionInfo_EncryptionType_ENCRYPTIONTYPEUNSPECIFIED,+  EncryptionInfo_EncryptionType_GOOGLEDEFAULTENCRYPTION,+  EncryptionInfo_EncryptionType_CUSTOMERMANAGEDENCRYPTION,+  EncryptionInfo_EncryptionType+  #-}++-- | Output only. The current state of the instance.+newtype Instance_State = Instance_State {fromInstance_State :: Core.Text}+  deriving stock (Core.Show, Core.Read, Core.Eq, Core.Ord, Core.Generic)+  deriving newtype+    ( Core.Hashable,+      Core.ToHttpApiData,+      Core.FromHttpApiData,+      Core.ToJSON,+      Core.ToJSONKey,+      Core.FromJSON,+      Core.FromJSONKey+    )++-- | The state of the instance could not be determined.+pattern Instance_State_STATENOTKNOWN :: Instance_State+pattern Instance_State_STATENOTKNOWN = Instance_State "STATE_NOT_KNOWN"++-- | The instance has been successfully created and can serve requests to its tables.+pattern Instance_State_Ready :: Instance_State+pattern Instance_State_Ready = Instance_State "READY"++-- | The instance is currently being created, and may be destroyed if the creation process encounters an error.+pattern Instance_State_Creating :: Instance_State+pattern Instance_State_Creating = Instance_State "CREATING"++{-# COMPLETE+  Instance_State_STATENOTKNOWN,+  Instance_State_Ready,+  Instance_State_Creating,+  Instance_State+  #-}++-- | The type of the instance. Defaults to @PRODUCTION@.+newtype Instance_Type = Instance_Type {fromInstance_Type :: Core.Text}+  deriving stock (Core.Show, Core.Read, Core.Eq, Core.Ord, Core.Generic)+  deriving newtype+    ( Core.Hashable,+      Core.ToHttpApiData,+      Core.FromHttpApiData,+      Core.ToJSON,+      Core.ToJSONKey,+      Core.FromJSON,+      Core.FromJSONKey+    )++-- | The type of the instance is unspecified. If set when creating an instance, a @PRODUCTION@ instance will be created. If set when updating an instance, the type will be left unchanged.+pattern Instance_Type_TYPEUNSPECIFIED :: Instance_Type+pattern Instance_Type_TYPEUNSPECIFIED = Instance_Type "TYPE_UNSPECIFIED"++-- | An instance meant for production use. @serve_nodes@ must be set on the cluster.+pattern Instance_Type_Production :: Instance_Type+pattern Instance_Type_Production = Instance_Type "PRODUCTION"++-- | DEPRECATED: Prefer PRODUCTION for all use cases, as it no longer enforces a higher minimum node count than DEVELOPMENT.+pattern Instance_Type_Development :: Instance_Type+pattern Instance_Type_Development = Instance_Type "DEVELOPMENT"++{-# COMPLETE+  Instance_Type_TYPEUNSPECIFIED,+  Instance_Type_Production,+  Instance_Type_Development,+  Instance_Type+  #-}++-- | The type of the restore source.+newtype RestoreInfo_SourceType = RestoreInfo_SourceType {fromRestoreInfo_SourceType :: Core.Text}+  deriving stock (Core.Show, Core.Read, Core.Eq, Core.Ord, Core.Generic)+  deriving newtype+    ( Core.Hashable,+      Core.ToHttpApiData,+      Core.FromHttpApiData,+      Core.ToJSON,+      Core.ToJSONKey,+      Core.FromJSON,+      Core.FromJSONKey+    )++-- | No restore associated.+pattern RestoreInfo_SourceType_RESTORESOURCETYPEUNSPECIFIED :: RestoreInfo_SourceType+pattern RestoreInfo_SourceType_RESTORESOURCETYPEUNSPECIFIED = RestoreInfo_SourceType "RESTORE_SOURCE_TYPE_UNSPECIFIED"++-- | A backup was used as the source of the restore.+pattern RestoreInfo_SourceType_Backup :: RestoreInfo_SourceType+pattern RestoreInfo_SourceType_Backup = RestoreInfo_SourceType "BACKUP"++{-# COMPLETE+  RestoreInfo_SourceType_RESTORESOURCETYPEUNSPECIFIED,+  RestoreInfo_SourceType_Backup,+  RestoreInfo_SourceType+  #-}++-- | The type of the restore source.+newtype RestoreTableMetadata_SourceType = RestoreTableMetadata_SourceType {fromRestoreTableMetadata_SourceType :: Core.Text}+  deriving stock (Core.Show, Core.Read, Core.Eq, Core.Ord, Core.Generic)+  deriving newtype+    ( Core.Hashable,+      Core.ToHttpApiData,+      Core.FromHttpApiData,+      Core.ToJSON,+      Core.ToJSONKey,+      Core.FromJSON,+      Core.FromJSONKey+    )++-- | No restore associated.+pattern RestoreTableMetadata_SourceType_RESTORESOURCETYPEUNSPECIFIED :: RestoreTableMetadata_SourceType+pattern RestoreTableMetadata_SourceType_RESTORESOURCETYPEUNSPECIFIED = RestoreTableMetadata_SourceType "RESTORE_SOURCE_TYPE_UNSPECIFIED"++-- | A backup was used as the source of the restore.+pattern RestoreTableMetadata_SourceType_Backup :: RestoreTableMetadata_SourceType+pattern RestoreTableMetadata_SourceType_Backup = RestoreTableMetadata_SourceType "BACKUP"++{-# COMPLETE+  RestoreTableMetadata_SourceType_RESTORESOURCETYPEUNSPECIFIED,+  RestoreTableMetadata_SourceType_Backup,+  RestoreTableMetadata_SourceType+  #-}++-- | The priority of requests sent using this app profile.+newtype StandardIsolation_Priority = StandardIsolation_Priority {fromStandardIsolation_Priority :: Core.Text}+  deriving stock (Core.Show, Core.Read, Core.Eq, Core.Ord, Core.Generic)+  deriving newtype+    ( Core.Hashable,+      Core.ToHttpApiData,+      Core.FromHttpApiData,+      Core.ToJSON,+      Core.ToJSONKey,+      Core.FromJSON,+      Core.FromJSONKey+    )++-- | Default value. Mapped to PRIORITY_HIGH (the legacy behavior) on creation.+pattern StandardIsolation_Priority_PRIORITYUNSPECIFIED :: StandardIsolation_Priority+pattern StandardIsolation_Priority_PRIORITYUNSPECIFIED = StandardIsolation_Priority "PRIORITY_UNSPECIFIED"++pattern StandardIsolation_Priority_PRIORITYLOW :: StandardIsolation_Priority+pattern StandardIsolation_Priority_PRIORITYLOW = StandardIsolation_Priority "PRIORITY_LOW"++pattern StandardIsolation_Priority_PRIORITYMEDIUM :: StandardIsolation_Priority+pattern StandardIsolation_Priority_PRIORITYMEDIUM = StandardIsolation_Priority "PRIORITY_MEDIUM"++pattern StandardIsolation_Priority_PRIORITYHIGH :: StandardIsolation_Priority+pattern StandardIsolation_Priority_PRIORITYHIGH = StandardIsolation_Priority "PRIORITY_HIGH"++{-# COMPLETE+  StandardIsolation_Priority_PRIORITYUNSPECIFIED,+  StandardIsolation_Priority_PRIORITYLOW,+  StandardIsolation_Priority_PRIORITYMEDIUM,+  StandardIsolation_Priority_PRIORITYHIGH,+  StandardIsolation_Priority+  #-}++-- | Immutable. The granularity (i.e. @MILLIS@) at which timestamps are stored in this table. Timestamps not matching the granularity will be rejected. If unspecified at creation time, the value will be set to @MILLIS@. Views: @SCHEMA_VIEW@, @FULL@.+newtype Table_Granularity = Table_Granularity {fromTable_Granularity :: Core.Text}+  deriving stock (Core.Show, Core.Read, Core.Eq, Core.Ord, Core.Generic)+  deriving newtype+    ( Core.Hashable,+      Core.ToHttpApiData,+      Core.FromHttpApiData,+      Core.ToJSON,+      Core.ToJSONKey,+      Core.FromJSON,+      Core.FromJSONKey+    )++-- | The user did not specify a granularity. Should not be returned. When specified during table creation, MILLIS will be used.+pattern Table_Granularity_TIMESTAMPGRANULARITYUNSPECIFIED :: Table_Granularity+pattern Table_Granularity_TIMESTAMPGRANULARITYUNSPECIFIED = Table_Granularity "TIMESTAMP_GRANULARITY_UNSPECIFIED"++-- | The table keeps data versioned at a granularity of 1ms.+pattern Table_Granularity_Millis :: Table_Granularity+pattern Table_Granularity_Millis = Table_Granularity "MILLIS"++{-# COMPLETE+  Table_Granularity_TIMESTAMPGRANULARITYUNSPECIFIED,+  Table_Granularity_Millis,+  Table_Granularity+  #-}++newtype TableProgress_State = TableProgress_State {fromTableProgress_State :: Core.Text}+  deriving stock (Core.Show, Core.Read, Core.Eq, Core.Ord, Core.Generic)+  deriving newtype+    ( Core.Hashable,+      Core.ToHttpApiData,+      Core.FromHttpApiData,+      Core.ToJSON,+      Core.ToJSONKey,+      Core.FromJSON,+      Core.FromJSONKey+    )++pattern TableProgress_State_STATEUNSPECIFIED :: TableProgress_State+pattern TableProgress_State_STATEUNSPECIFIED = TableProgress_State "STATE_UNSPECIFIED"++-- | The table has not yet begun copying to the new cluster.+pattern TableProgress_State_Pending :: TableProgress_State+pattern TableProgress_State_Pending = TableProgress_State "PENDING"++-- | The table is actively being copied to the new cluster.+pattern TableProgress_State_Copying :: TableProgress_State+pattern TableProgress_State_Copying = TableProgress_State "COPYING"++-- | The table has been fully copied to the new cluster.+pattern TableProgress_State_Completed :: TableProgress_State+pattern TableProgress_State_Completed = TableProgress_State "COMPLETED"++-- | The table was deleted before it finished copying to the new cluster. Note that tables deleted after completion will stay marked as COMPLETED, not CANCELLED.+pattern TableProgress_State_Cancelled :: TableProgress_State+pattern TableProgress_State_Cancelled = TableProgress_State "CANCELLED"++{-# COMPLETE+  TableProgress_State_STATEUNSPECIFIED,+  TableProgress_State_Pending,+  TableProgress_State_Copying,+  TableProgress_State_Completed,+  TableProgress_State_Cancelled,+  TableProgress_State+  #-}++-- | Optional. The resource_view to be applied to the returned AuthorizedView\'s fields. Default to BASIC.+newtype ProjectsInstancesTablesAuthorizedViewsGetView = ProjectsInstancesTablesAuthorizedViewsGetView {fromProjectsInstancesTablesAuthorizedViewsGetView :: Core.Text}+  deriving stock (Core.Show, Core.Read, Core.Eq, Core.Ord, Core.Generic)+  deriving newtype+    ( Core.Hashable,+      Core.ToHttpApiData,+      Core.FromHttpApiData,+      Core.ToJSON,+      Core.ToJSONKey,+      Core.FromJSON,+      Core.FromJSONKey+    )++-- | Uses the default view for each method as documented in the request.+pattern ProjectsInstancesTablesAuthorizedViewsGetView_RESPONSEVIEWUNSPECIFIED :: ProjectsInstancesTablesAuthorizedViewsGetView+pattern ProjectsInstancesTablesAuthorizedViewsGetView_RESPONSEVIEWUNSPECIFIED = ProjectsInstancesTablesAuthorizedViewsGetView "RESPONSE_VIEW_UNSPECIFIED"++-- | Only populates @name@.+pattern ProjectsInstancesTablesAuthorizedViewsGetView_NAMEONLY :: ProjectsInstancesTablesAuthorizedViewsGetView+pattern ProjectsInstancesTablesAuthorizedViewsGetView_NAMEONLY = ProjectsInstancesTablesAuthorizedViewsGetView "NAME_ONLY"++-- | Only populates the AuthorizedView\'s basic metadata. This includes: name, deletion_protection, etag.+pattern ProjectsInstancesTablesAuthorizedViewsGetView_Basic :: ProjectsInstancesTablesAuthorizedViewsGetView+pattern ProjectsInstancesTablesAuthorizedViewsGetView_Basic = ProjectsInstancesTablesAuthorizedViewsGetView "BASIC"++-- | Populates every fields.+pattern ProjectsInstancesTablesAuthorizedViewsGetView_Full :: ProjectsInstancesTablesAuthorizedViewsGetView+pattern ProjectsInstancesTablesAuthorizedViewsGetView_Full = ProjectsInstancesTablesAuthorizedViewsGetView "FULL"++{-# COMPLETE+  ProjectsInstancesTablesAuthorizedViewsGetView_RESPONSEVIEWUNSPECIFIED,+  ProjectsInstancesTablesAuthorizedViewsGetView_NAMEONLY,+  ProjectsInstancesTablesAuthorizedViewsGetView_Basic,+  ProjectsInstancesTablesAuthorizedViewsGetView_Full,+  ProjectsInstancesTablesAuthorizedViewsGetView+  #-}++-- | Optional. The resource/view to be applied to the returned AuthorizedViews\' fields. Default to NAME/ONLY.+newtype ProjectsInstancesTablesAuthorizedViewsListView = ProjectsInstancesTablesAuthorizedViewsListView {fromProjectsInstancesTablesAuthorizedViewsListView :: Core.Text}+  deriving stock (Core.Show, Core.Read, Core.Eq, Core.Ord, Core.Generic)+  deriving newtype+    ( Core.Hashable,+      Core.ToHttpApiData,+      Core.FromHttpApiData,+      Core.ToJSON,+      Core.ToJSONKey,+      Core.FromJSON,+      Core.FromJSONKey+    )++-- | Uses the default view for each method as documented in the request.+pattern ProjectsInstancesTablesAuthorizedViewsListView_RESPONSEVIEWUNSPECIFIED :: ProjectsInstancesTablesAuthorizedViewsListView+pattern ProjectsInstancesTablesAuthorizedViewsListView_RESPONSEVIEWUNSPECIFIED = ProjectsInstancesTablesAuthorizedViewsListView "RESPONSE_VIEW_UNSPECIFIED"++-- | Only populates @name@.+pattern ProjectsInstancesTablesAuthorizedViewsListView_NAMEONLY :: ProjectsInstancesTablesAuthorizedViewsListView+pattern ProjectsInstancesTablesAuthorizedViewsListView_NAMEONLY = ProjectsInstancesTablesAuthorizedViewsListView "NAME_ONLY"++-- | Only populates the AuthorizedView\'s basic metadata. This includes: name, deletion_protection, etag.+pattern ProjectsInstancesTablesAuthorizedViewsListView_Basic :: ProjectsInstancesTablesAuthorizedViewsListView+pattern ProjectsInstancesTablesAuthorizedViewsListView_Basic = ProjectsInstancesTablesAuthorizedViewsListView "BASIC"++-- | Populates every fields.+pattern ProjectsInstancesTablesAuthorizedViewsListView_Full :: ProjectsInstancesTablesAuthorizedViewsListView+pattern ProjectsInstancesTablesAuthorizedViewsListView_Full = ProjectsInstancesTablesAuthorizedViewsListView "FULL"++{-# COMPLETE+  ProjectsInstancesTablesAuthorizedViewsListView_RESPONSEVIEWUNSPECIFIED,+  ProjectsInstancesTablesAuthorizedViewsListView_NAMEONLY,+  ProjectsInstancesTablesAuthorizedViewsListView_Basic,+  ProjectsInstancesTablesAuthorizedViewsListView_Full,+  ProjectsInstancesTablesAuthorizedViewsListView+  #-}++-- | The view to be applied to the returned table\'s fields. Defaults to @SCHEMA_VIEW@ if unspecified.+newtype ProjectsInstancesTablesGetView = ProjectsInstancesTablesGetView {fromProjectsInstancesTablesGetView :: Core.Text}+  deriving stock (Core.Show, Core.Read, Core.Eq, Core.Ord, Core.Generic)+  deriving newtype+    ( Core.Hashable,+      Core.ToHttpApiData,+      Core.FromHttpApiData,+      Core.ToJSON,+      Core.ToJSONKey,+      Core.FromJSON,+      Core.FromJSONKey+    )++-- | Uses the default view for each method as documented in its request.+pattern ProjectsInstancesTablesGetView_VIEWUNSPECIFIED :: ProjectsInstancesTablesGetView+pattern ProjectsInstancesTablesGetView_VIEWUNSPECIFIED = ProjectsInstancesTablesGetView "VIEW_UNSPECIFIED"++-- | Only populates @name@.+pattern ProjectsInstancesTablesGetView_NAMEONLY :: ProjectsInstancesTablesGetView+pattern ProjectsInstancesTablesGetView_NAMEONLY = ProjectsInstancesTablesGetView "NAME_ONLY"++-- | Only populates @name@ and fields related to the table\'s schema.+pattern ProjectsInstancesTablesGetView_SCHEMAVIEW :: ProjectsInstancesTablesGetView+pattern ProjectsInstancesTablesGetView_SCHEMAVIEW = ProjectsInstancesTablesGetView "SCHEMA_VIEW"++-- | Only populates @name@ and fields related to the table\'s replication state.+pattern ProjectsInstancesTablesGetView_REPLICATIONVIEW :: ProjectsInstancesTablesGetView+pattern ProjectsInstancesTablesGetView_REPLICATIONVIEW = ProjectsInstancesTablesGetView "REPLICATION_VIEW"++-- | Only populates @name@ and fields related to the table\'s encryption state.+pattern ProjectsInstancesTablesGetView_ENCRYPTIONVIEW :: ProjectsInstancesTablesGetView+pattern ProjectsInstancesTablesGetView_ENCRYPTIONVIEW = ProjectsInstancesTablesGetView "ENCRYPTION_VIEW"++-- | Only populates @name@ and fields related to the table\'s stats (e.g. TableStats and ColumnFamilyStats).+pattern ProjectsInstancesTablesGetView_STATSVIEW :: ProjectsInstancesTablesGetView+pattern ProjectsInstancesTablesGetView_STATSVIEW = ProjectsInstancesTablesGetView "STATS_VIEW"++-- | Populates all fields except for stats. See STATS_VIEW to request stats.+pattern ProjectsInstancesTablesGetView_Full :: ProjectsInstancesTablesGetView+pattern ProjectsInstancesTablesGetView_Full = ProjectsInstancesTablesGetView "FULL"++{-# COMPLETE+  ProjectsInstancesTablesGetView_VIEWUNSPECIFIED,+  ProjectsInstancesTablesGetView_NAMEONLY,+  ProjectsInstancesTablesGetView_SCHEMAVIEW,+  ProjectsInstancesTablesGetView_REPLICATIONVIEW,+  ProjectsInstancesTablesGetView_ENCRYPTIONVIEW,+  ProjectsInstancesTablesGetView_STATSVIEW,+  ProjectsInstancesTablesGetView_Full,+  ProjectsInstancesTablesGetView+  #-}++-- | The view to be applied to the returned tables\' fields. Only NAME/ONLY view (default), REPLICATION/VIEW and ENCRYPTION_VIEW are supported.+newtype ProjectsInstancesTablesListView = ProjectsInstancesTablesListView {fromProjectsInstancesTablesListView :: Core.Text}+  deriving stock (Core.Show, Core.Read, Core.Eq, Core.Ord, Core.Generic)+  deriving newtype+    ( Core.Hashable,+      Core.ToHttpApiData,+      Core.FromHttpApiData,+      Core.ToJSON,+      Core.ToJSONKey,+      Core.FromJSON,+      Core.FromJSONKey+    )++-- | Uses the default view for each method as documented in its request.+pattern ProjectsInstancesTablesListView_VIEWUNSPECIFIED :: ProjectsInstancesTablesListView+pattern ProjectsInstancesTablesListView_VIEWUNSPECIFIED = ProjectsInstancesTablesListView "VIEW_UNSPECIFIED"++-- | Only populates @name@.+pattern ProjectsInstancesTablesListView_NAMEONLY :: ProjectsInstancesTablesListView+pattern ProjectsInstancesTablesListView_NAMEONLY = ProjectsInstancesTablesListView "NAME_ONLY"++-- | Only populates @name@ and fields related to the table\'s schema.+pattern ProjectsInstancesTablesListView_SCHEMAVIEW :: ProjectsInstancesTablesListView+pattern ProjectsInstancesTablesListView_SCHEMAVIEW = ProjectsInstancesTablesListView "SCHEMA_VIEW"++-- | Only populates @name@ and fields related to the table\'s replication state.+pattern ProjectsInstancesTablesListView_REPLICATIONVIEW :: ProjectsInstancesTablesListView+pattern ProjectsInstancesTablesListView_REPLICATIONVIEW = ProjectsInstancesTablesListView "REPLICATION_VIEW"++-- | Only populates @name@ and fields related to the table\'s encryption state.+pattern ProjectsInstancesTablesListView_ENCRYPTIONVIEW :: ProjectsInstancesTablesListView+pattern ProjectsInstancesTablesListView_ENCRYPTIONVIEW = ProjectsInstancesTablesListView "ENCRYPTION_VIEW"++-- | Only populates @name@ and fields related to the table\'s stats (e.g. TableStats and ColumnFamilyStats).+pattern ProjectsInstancesTablesListView_STATSVIEW :: ProjectsInstancesTablesListView+pattern ProjectsInstancesTablesListView_STATSVIEW = ProjectsInstancesTablesListView "STATS_VIEW"++-- | Populates all fields except for stats. See STATS_VIEW to request stats.+pattern ProjectsInstancesTablesListView_Full :: ProjectsInstancesTablesListView+pattern ProjectsInstancesTablesListView_Full = ProjectsInstancesTablesListView "FULL"++{-# COMPLETE+  ProjectsInstancesTablesListView_VIEWUNSPECIFIED,+  ProjectsInstancesTablesListView_NAMEONLY,+  ProjectsInstancesTablesListView_SCHEMAVIEW,+  ProjectsInstancesTablesListView_REPLICATIONVIEW,+  ProjectsInstancesTablesListView_ENCRYPTIONVIEW,+  ProjectsInstancesTablesListView_STATSVIEW,+  ProjectsInstancesTablesListView_Full,+  ProjectsInstancesTablesListView+  #-}
+ gen/Gogol/BigtableAdmin/Operations/Get.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.BigtableAdmin.Operations.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 the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.+--+-- /See:/ <https://cloud.google.com/bigtable/ Cloud Bigtable Admin API Reference> for @bigtableadmin.operations.get@.+module Gogol.BigtableAdmin.Operations.Get+  ( -- * Resource+    BigtableAdminOperationsGetResource,++    -- ** Constructing a Request+    BigtableAdminOperationsGet (..),+    newBigtableAdminOperationsGet,+  )+where++import Gogol.BigtableAdmin.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @bigtableadmin.operations.get@ method which the+-- 'BigtableAdminOperationsGet' request conforms to.+type BigtableAdminOperationsGetResource =+  "v2"+    Core.:> Core.Capture "name" 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++-- | Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.+--+-- /See:/ 'newBigtableAdminOperationsGet' smart constructor.+data BigtableAdminOperationsGet = BigtableAdminOperationsGet+  { -- | 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 operation resource.+    name :: Core.Text,+    -- | Legacy upload protocol 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 'BigtableAdminOperationsGet' with the minimum fields required to make a request.+newBigtableAdminOperationsGet ::+  -- |  The name of the operation resource. See 'name'.+  Core.Text ->+  BigtableAdminOperationsGet+newBigtableAdminOperationsGet name =+  BigtableAdminOperationsGet+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      name = name,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest BigtableAdminOperationsGet where+  type Rs BigtableAdminOperationsGet = Operation+  type+    Scopes BigtableAdminOperationsGet =+      '[ Bigtable'Admin,+         Bigtable'Admin'Cluster,+         Bigtable'Admin'Instance,+         CloudBigtable'Admin,+         CloudBigtable'Admin'Cluster,+         CloudPlatform'FullControl,+         CloudPlatform'ReadOnly+       ]+  requestClient BigtableAdminOperationsGet {..} =+    go+      name+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      bigtableAdminService+    where+      go =+        Core.buildClient+          (Core.Proxy :: Core.Proxy BigtableAdminOperationsGetResource)+          Core.mempty
+ gen/Gogol/BigtableAdmin/Operations/Projects/Operations/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.BigtableAdmin.Operations.Projects.Operations.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 operations that match the specified filter in the request. If the server doesn\'t support this method, it returns @UNIMPLEMENTED@.+--+-- /See:/ <https://cloud.google.com/bigtable/ Cloud Bigtable Admin API Reference> for @bigtableadmin.operations.projects.operations.list@.+module Gogol.BigtableAdmin.Operations.Projects.Operations.List+  ( -- * Resource+    BigtableAdminOperationsProjectsOperationsListResource,++    -- ** Constructing a Request+    BigtableAdminOperationsProjectsOperationsList (..),+    newBigtableAdminOperationsProjectsOperationsList,+  )+where++import Gogol.BigtableAdmin.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @bigtableadmin.operations.projects.operations.list@ method which the+-- 'BigtableAdminOperationsProjectsOperationsList' request conforms to.+type BigtableAdminOperationsProjectsOperationsListResource =+  "v2"+    Core.:> Core.Capture "name" Core.Text+    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 "pageSize" Core.Int32+    Core.:> Core.QueryParam "pageToken" 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] ListOperationsResponse++-- | Lists operations that match the specified filter in the request. If the server doesn\'t support this method, it returns @UNIMPLEMENTED@.+--+-- /See:/ 'newBigtableAdminOperationsProjectsOperationsList' smart constructor.+data BigtableAdminOperationsProjectsOperationsList = BigtableAdminOperationsProjectsOperationsList+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | The standard list filter.+    filter :: (Core.Maybe Core.Text),+    -- | The name of the operation\'s parent resource.+    name :: Core.Text,+    -- | The standard list page size.+    pageSize :: (Core.Maybe Core.Int32),+    -- | The standard list page token.+    pageToken :: (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 'BigtableAdminOperationsProjectsOperationsList' with the minimum fields required to make a request.+newBigtableAdminOperationsProjectsOperationsList ::+  -- |  The name of the operation\'s parent resource. See 'name'.+  Core.Text ->+  BigtableAdminOperationsProjectsOperationsList+newBigtableAdminOperationsProjectsOperationsList name =+  BigtableAdminOperationsProjectsOperationsList+    { xgafv =+        Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      filter = Core.Nothing,+      name = name,+      pageSize = Core.Nothing,+      pageToken = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance+  Core.GoogleRequest+    BigtableAdminOperationsProjectsOperationsList+  where+  type+    Rs BigtableAdminOperationsProjectsOperationsList =+      ListOperationsResponse+  type+    Scopes BigtableAdminOperationsProjectsOperationsList =+      '[ Bigtable'Admin,+         Bigtable'Admin'Cluster,+         Bigtable'Admin'Instance,+         CloudBigtable'Admin,+         CloudBigtable'Admin'Cluster,+         CloudPlatform'FullControl,+         CloudPlatform'ReadOnly+       ]+  requestClient BigtableAdminOperationsProjectsOperationsList {..} =+    go+      name+      xgafv+      accessToken+      callback+      filter+      pageSize+      pageToken+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      bigtableAdminService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy BigtableAdminOperationsProjectsOperationsListResource+          )+          Core.mempty
+ gen/Gogol/BigtableAdmin/Projects/Instances/AppProfiles/Create.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.BigtableAdmin.Projects.Instances.AppProfiles.Create+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.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 app profile within an instance.+--+-- /See:/ <https://cloud.google.com/bigtable/ Cloud Bigtable Admin API Reference> for @bigtableadmin.projects.instances.appProfiles.create@.+module Gogol.BigtableAdmin.Projects.Instances.AppProfiles.Create+  ( -- * Resource+    BigtableAdminProjectsInstancesAppProfilesCreateResource,++    -- ** Constructing a Request+    BigtableAdminProjectsInstancesAppProfilesCreate (..),+    newBigtableAdminProjectsInstancesAppProfilesCreate,+  )+where++import Gogol.BigtableAdmin.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @bigtableadmin.projects.instances.appProfiles.create@ method which the+-- 'BigtableAdminProjectsInstancesAppProfilesCreate' request conforms to.+type BigtableAdminProjectsInstancesAppProfilesCreateResource =+  "v2"+    Core.:> Core.Capture "parent" Core.Text+    Core.:> "appProfiles"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "appProfileId" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "ignoreWarnings" 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] AppProfile+    Core.:> Core.Post '[Core.JSON] AppProfile++-- | Creates an app profile within an instance.+--+-- /See:/ 'newBigtableAdminProjectsInstancesAppProfilesCreate' smart constructor.+data BigtableAdminProjectsInstancesAppProfilesCreate = BigtableAdminProjectsInstancesAppProfilesCreate+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | Required. The ID to be used when referring to the new app profile within its instance, e.g., just @myprofile@ rather than @projects\/myproject\/instances\/myinstance\/appProfiles\/myprofile@.+    appProfileId :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | If true, ignore safety checks when creating the app profile.+    ignoreWarnings :: (Core.Maybe Core.Bool),+    -- | Required. The unique name of the instance in which to create the new app profile. Values are of the form @projects\/{project}\/instances\/{instance}@.+    parent :: Core.Text,+    -- | Multipart request metadata.+    payload :: AppProfile,+    -- | Legacy upload protocol 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 'BigtableAdminProjectsInstancesAppProfilesCreate' with the minimum fields required to make a request.+newBigtableAdminProjectsInstancesAppProfilesCreate ::+  -- |  Required. The unique name of the instance in which to create the new app profile. Values are of the form @projects\/{project}\/instances\/{instance}@. See 'parent'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  AppProfile ->+  BigtableAdminProjectsInstancesAppProfilesCreate+newBigtableAdminProjectsInstancesAppProfilesCreate parent payload =+  BigtableAdminProjectsInstancesAppProfilesCreate+    { xgafv =+        Core.Nothing,+      accessToken = Core.Nothing,+      appProfileId = Core.Nothing,+      callback = Core.Nothing,+      ignoreWarnings = Core.Nothing,+      parent = parent,+      payload = payload,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance+  Core.GoogleRequest+    BigtableAdminProjectsInstancesAppProfilesCreate+  where+  type+    Rs BigtableAdminProjectsInstancesAppProfilesCreate =+      AppProfile+  type+    Scopes BigtableAdminProjectsInstancesAppProfilesCreate =+      '[ Bigtable'Admin,+         Bigtable'Admin'Cluster,+         Bigtable'Admin'Instance,+         CloudBigtable'Admin,+         CloudBigtable'Admin'Cluster,+         CloudPlatform'FullControl+       ]+  requestClient BigtableAdminProjectsInstancesAppProfilesCreate {..} =+    go+      parent+      xgafv+      accessToken+      appProfileId+      callback+      ignoreWarnings+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      bigtableAdminService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy BigtableAdminProjectsInstancesAppProfilesCreateResource+          )+          Core.mempty
+ gen/Gogol/BigtableAdmin/Projects/Instances/AppProfiles/Delete.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.BigtableAdmin.Projects.Instances.AppProfiles.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 an app profile from an instance.+--+-- /See:/ <https://cloud.google.com/bigtable/ Cloud Bigtable Admin API Reference> for @bigtableadmin.projects.instances.appProfiles.delete@.+module Gogol.BigtableAdmin.Projects.Instances.AppProfiles.Delete+  ( -- * Resource+    BigtableAdminProjectsInstancesAppProfilesDeleteResource,++    -- ** Constructing a Request+    BigtableAdminProjectsInstancesAppProfilesDelete (..),+    newBigtableAdminProjectsInstancesAppProfilesDelete,+  )+where++import Gogol.BigtableAdmin.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @bigtableadmin.projects.instances.appProfiles.delete@ method which the+-- 'BigtableAdminProjectsInstancesAppProfilesDelete' request conforms to.+type BigtableAdminProjectsInstancesAppProfilesDeleteResource =+  "v2"+    Core.:> Core.Capture "name" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "ignoreWarnings" Core.Bool+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Delete '[Core.JSON] Empty++-- | Deletes an app profile from an instance.+--+-- /See:/ 'newBigtableAdminProjectsInstancesAppProfilesDelete' smart constructor.+data BigtableAdminProjectsInstancesAppProfilesDelete = BigtableAdminProjectsInstancesAppProfilesDelete+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Required. If true, ignore safety checks when deleting the app profile.+    ignoreWarnings :: (Core.Maybe Core.Bool),+    -- | Required. The unique name of the app profile to be deleted. Values are of the form @projects\/{project}\/instances\/{instance}\/appProfiles\/{app_profile}@.+    name :: Core.Text,+    -- | Legacy upload protocol 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 'BigtableAdminProjectsInstancesAppProfilesDelete' with the minimum fields required to make a request.+newBigtableAdminProjectsInstancesAppProfilesDelete ::+  -- |  Required. The unique name of the app profile to be deleted. Values are of the form @projects\/{project}\/instances\/{instance}\/appProfiles\/{app_profile}@. See 'name'.+  Core.Text ->+  BigtableAdminProjectsInstancesAppProfilesDelete+newBigtableAdminProjectsInstancesAppProfilesDelete name =+  BigtableAdminProjectsInstancesAppProfilesDelete+    { xgafv =+        Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      ignoreWarnings = Core.Nothing,+      name = name,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance+  Core.GoogleRequest+    BigtableAdminProjectsInstancesAppProfilesDelete+  where+  type Rs BigtableAdminProjectsInstancesAppProfilesDelete = Empty+  type+    Scopes BigtableAdminProjectsInstancesAppProfilesDelete =+      '[ Bigtable'Admin,+         Bigtable'Admin'Cluster,+         Bigtable'Admin'Instance,+         CloudBigtable'Admin,+         CloudBigtable'Admin'Cluster,+         CloudPlatform'FullControl+       ]+  requestClient BigtableAdminProjectsInstancesAppProfilesDelete {..} =+    go+      name+      xgafv+      accessToken+      callback+      ignoreWarnings+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      bigtableAdminService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy BigtableAdminProjectsInstancesAppProfilesDeleteResource+          )+          Core.mempty
+ gen/Gogol/BigtableAdmin/Projects/Instances/AppProfiles/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.BigtableAdmin.Projects.Instances.AppProfiles.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 information about an app profile.+--+-- /See:/ <https://cloud.google.com/bigtable/ Cloud Bigtable Admin API Reference> for @bigtableadmin.projects.instances.appProfiles.get@.+module Gogol.BigtableAdmin.Projects.Instances.AppProfiles.Get+  ( -- * Resource+    BigtableAdminProjectsInstancesAppProfilesGetResource,++    -- ** Constructing a Request+    BigtableAdminProjectsInstancesAppProfilesGet (..),+    newBigtableAdminProjectsInstancesAppProfilesGet,+  )+where++import Gogol.BigtableAdmin.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @bigtableadmin.projects.instances.appProfiles.get@ method which the+-- 'BigtableAdminProjectsInstancesAppProfilesGet' request conforms to.+type BigtableAdminProjectsInstancesAppProfilesGetResource =+  "v2"+    Core.:> Core.Capture "name" 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] AppProfile++-- | Gets information about an app profile.+--+-- /See:/ 'newBigtableAdminProjectsInstancesAppProfilesGet' smart constructor.+data BigtableAdminProjectsInstancesAppProfilesGet = BigtableAdminProjectsInstancesAppProfilesGet+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Required. The unique name of the requested app profile. Values are of the form @projects\/{project}\/instances\/{instance}\/appProfiles\/{app_profile}@.+    name :: Core.Text,+    -- | Legacy upload protocol 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 'BigtableAdminProjectsInstancesAppProfilesGet' with the minimum fields required to make a request.+newBigtableAdminProjectsInstancesAppProfilesGet ::+  -- |  Required. The unique name of the requested app profile. Values are of the form @projects\/{project}\/instances\/{instance}\/appProfiles\/{app_profile}@. See 'name'.+  Core.Text ->+  BigtableAdminProjectsInstancesAppProfilesGet+newBigtableAdminProjectsInstancesAppProfilesGet name =+  BigtableAdminProjectsInstancesAppProfilesGet+    { xgafv =+        Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      name = name,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance+  Core.GoogleRequest+    BigtableAdminProjectsInstancesAppProfilesGet+  where+  type Rs BigtableAdminProjectsInstancesAppProfilesGet = AppProfile+  type+    Scopes BigtableAdminProjectsInstancesAppProfilesGet =+      '[ Bigtable'Admin,+         Bigtable'Admin'Cluster,+         Bigtable'Admin'Instance,+         CloudBigtable'Admin,+         CloudBigtable'Admin'Cluster,+         CloudPlatform'FullControl,+         CloudPlatform'ReadOnly+       ]+  requestClient BigtableAdminProjectsInstancesAppProfilesGet {..} =+    go+      name+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      bigtableAdminService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy BigtableAdminProjectsInstancesAppProfilesGetResource+          )+          Core.mempty
+ gen/Gogol/BigtableAdmin/Projects/Instances/AppProfiles/List.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.BigtableAdmin.Projects.Instances.AppProfiles.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 information about app profiles in an instance.+--+-- /See:/ <https://cloud.google.com/bigtable/ Cloud Bigtable Admin API Reference> for @bigtableadmin.projects.instances.appProfiles.list@.+module Gogol.BigtableAdmin.Projects.Instances.AppProfiles.List+  ( -- * Resource+    BigtableAdminProjectsInstancesAppProfilesListResource,++    -- ** Constructing a Request+    BigtableAdminProjectsInstancesAppProfilesList (..),+    newBigtableAdminProjectsInstancesAppProfilesList,+  )+where++import Gogol.BigtableAdmin.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @bigtableadmin.projects.instances.appProfiles.list@ method which the+-- 'BigtableAdminProjectsInstancesAppProfilesList' request conforms to.+type BigtableAdminProjectsInstancesAppProfilesListResource =+  "v2"+    Core.:> Core.Capture "parent" Core.Text+    Core.:> "appProfiles"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "pageSize" Core.Int32+    Core.:> Core.QueryParam "pageToken" 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] ListAppProfilesResponse++-- | Lists information about app profiles in an instance.+--+-- /See:/ 'newBigtableAdminProjectsInstancesAppProfilesList' smart constructor.+data BigtableAdminProjectsInstancesAppProfilesList = BigtableAdminProjectsInstancesAppProfilesList+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Maximum number of results per page. A page/size of zero lets the server choose the number of items to return. A page/size which is strictly positive will return at most that many items. A negative page/size will cause an error. Following the first request, subsequent paginated calls are not required to pass a page/size. If a page/size is set in subsequent calls, it must match the page/size given in the first request.+    pageSize :: (Core.Maybe Core.Int32),+    -- | The value of @next_page_token@ returned by a previous call.+    pageToken :: (Core.Maybe Core.Text),+    -- | Required. The unique name of the instance for which a list of app profiles is requested. Values are of the form @projects\/{project}\/instances\/{instance}@. Use @{instance} = \'-\'@ to list AppProfiles for all Instances in a project, e.g., @projects\/myproject\/instances\/-@.+    parent :: Core.Text,+    -- | Legacy upload protocol 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 'BigtableAdminProjectsInstancesAppProfilesList' with the minimum fields required to make a request.+newBigtableAdminProjectsInstancesAppProfilesList ::+  -- |  Required. The unique name of the instance for which a list of app profiles is requested. Values are of the form @projects\/{project}\/instances\/{instance}@. Use @{instance} = \'-\'@ to list AppProfiles for all Instances in a project, e.g., @projects\/myproject\/instances\/-@. See 'parent'.+  Core.Text ->+  BigtableAdminProjectsInstancesAppProfilesList+newBigtableAdminProjectsInstancesAppProfilesList parent =+  BigtableAdminProjectsInstancesAppProfilesList+    { xgafv =+        Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      pageSize = Core.Nothing,+      pageToken = Core.Nothing,+      parent = parent,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance+  Core.GoogleRequest+    BigtableAdminProjectsInstancesAppProfilesList+  where+  type+    Rs BigtableAdminProjectsInstancesAppProfilesList =+      ListAppProfilesResponse+  type+    Scopes BigtableAdminProjectsInstancesAppProfilesList =+      '[ Bigtable'Admin,+         Bigtable'Admin'Cluster,+         Bigtable'Admin'Instance,+         CloudBigtable'Admin,+         CloudBigtable'Admin'Cluster,+         CloudPlatform'FullControl+       ]+  requestClient BigtableAdminProjectsInstancesAppProfilesList {..} =+    go+      parent+      xgafv+      accessToken+      callback+      pageSize+      pageToken+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      bigtableAdminService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy BigtableAdminProjectsInstancesAppProfilesListResource+          )+          Core.mempty
+ gen/Gogol/BigtableAdmin/Projects/Instances/AppProfiles/Patch.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.BigtableAdmin.Projects.Instances.AppProfiles.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 app profile within an instance.+--+-- /See:/ <https://cloud.google.com/bigtable/ Cloud Bigtable Admin API Reference> for @bigtableadmin.projects.instances.appProfiles.patch@.+module Gogol.BigtableAdmin.Projects.Instances.AppProfiles.Patch+  ( -- * Resource+    BigtableAdminProjectsInstancesAppProfilesPatchResource,++    -- ** Constructing a Request+    BigtableAdminProjectsInstancesAppProfilesPatch (..),+    newBigtableAdminProjectsInstancesAppProfilesPatch,+  )+where++import Gogol.BigtableAdmin.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @bigtableadmin.projects.instances.appProfiles.patch@ method which the+-- 'BigtableAdminProjectsInstancesAppProfilesPatch' request conforms to.+type BigtableAdminProjectsInstancesAppProfilesPatchResource =+  "v2"+    Core.:> Core.Capture "name" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "ignoreWarnings" Core.Bool+    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] AppProfile+    Core.:> Core.Patch '[Core.JSON] Operation++-- | Updates an app profile within an instance.+--+-- /See:/ 'newBigtableAdminProjectsInstancesAppProfilesPatch' smart constructor.+data BigtableAdminProjectsInstancesAppProfilesPatch = BigtableAdminProjectsInstancesAppProfilesPatch+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | If true, ignore safety checks when updating the app profile.+    ignoreWarnings :: (Core.Maybe Core.Bool),+    -- | The unique name of the app profile. Values are of the form @projects\/{project}\/instances\/{instance}\/appProfiles\/_a-zA-Z0-9*@.+    name :: Core.Text,+    -- | Multipart request metadata.+    payload :: AppProfile,+    -- | Required. The subset of app profile fields which should be replaced. If unset, all fields will be replaced.+    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 'BigtableAdminProjectsInstancesAppProfilesPatch' with the minimum fields required to make a request.+newBigtableAdminProjectsInstancesAppProfilesPatch ::+  -- |  The unique name of the app profile. Values are of the form @projects\/{project}\/instances\/{instance}\/appProfiles\/_a-zA-Z0-9*@. See 'name'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  AppProfile ->+  BigtableAdminProjectsInstancesAppProfilesPatch+newBigtableAdminProjectsInstancesAppProfilesPatch name payload =+  BigtableAdminProjectsInstancesAppProfilesPatch+    { xgafv =+        Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      ignoreWarnings = Core.Nothing,+      name = name,+      payload = payload,+      updateMask = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance+  Core.GoogleRequest+    BigtableAdminProjectsInstancesAppProfilesPatch+  where+  type Rs BigtableAdminProjectsInstancesAppProfilesPatch = Operation+  type+    Scopes BigtableAdminProjectsInstancesAppProfilesPatch =+      '[ Bigtable'Admin,+         Bigtable'Admin'Cluster,+         Bigtable'Admin'Instance,+         CloudBigtable'Admin,+         CloudBigtable'Admin'Cluster,+         CloudPlatform'FullControl+       ]+  requestClient BigtableAdminProjectsInstancesAppProfilesPatch {..} =+    go+      name+      xgafv+      accessToken+      callback+      ignoreWarnings+      updateMask+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      bigtableAdminService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy BigtableAdminProjectsInstancesAppProfilesPatchResource+          )+          Core.mempty
+ gen/Gogol/BigtableAdmin/Projects/Instances/Clusters/Backups/Copy.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.BigtableAdmin.Projects.Instances.Clusters.Backups.Copy+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Copy a Cloud Bigtable backup to a new backup in the destination cluster located in the destination instance and project.+--+-- /See:/ <https://cloud.google.com/bigtable/ Cloud Bigtable Admin API Reference> for @bigtableadmin.projects.instances.clusters.backups.copy@.+module Gogol.BigtableAdmin.Projects.Instances.Clusters.Backups.Copy+  ( -- * Resource+    BigtableAdminProjectsInstancesClustersBackupsCopyResource,++    -- ** Constructing a Request+    BigtableAdminProjectsInstancesClustersBackupsCopy (..),+    newBigtableAdminProjectsInstancesClustersBackupsCopy,+  )+where++import Gogol.BigtableAdmin.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @bigtableadmin.projects.instances.clusters.backups.copy@ method which the+-- 'BigtableAdminProjectsInstancesClustersBackupsCopy' request conforms to.+type BigtableAdminProjectsInstancesClustersBackupsCopyResource =+  "v2"+    Core.:> Core.Capture "parent" Core.Text+    Core.:> "backups:copy"+    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] CopyBackupRequest+    Core.:> Core.Post '[Core.JSON] Operation++-- | Copy a Cloud Bigtable backup to a new backup in the destination cluster located in the destination instance and project.+--+-- /See:/ 'newBigtableAdminProjectsInstancesClustersBackupsCopy' smart constructor.+data BigtableAdminProjectsInstancesClustersBackupsCopy = BigtableAdminProjectsInstancesClustersBackupsCopy+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Required. The name of the destination cluster that will contain the backup copy. The cluster must already exist. Values are of the form: @projects\/{project}\/instances\/{instance}\/clusters\/{cluster}@.+    parent :: Core.Text,+    -- | Multipart request metadata.+    payload :: CopyBackupRequest,+    -- | Legacy upload protocol 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 'BigtableAdminProjectsInstancesClustersBackupsCopy' with the minimum fields required to make a request.+newBigtableAdminProjectsInstancesClustersBackupsCopy ::+  -- |  Required. The name of the destination cluster that will contain the backup copy. The cluster must already exist. Values are of the form: @projects\/{project}\/instances\/{instance}\/clusters\/{cluster}@. See 'parent'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  CopyBackupRequest ->+  BigtableAdminProjectsInstancesClustersBackupsCopy+newBigtableAdminProjectsInstancesClustersBackupsCopy parent payload =+  BigtableAdminProjectsInstancesClustersBackupsCopy+    { xgafv =+        Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      parent = parent,+      payload = payload,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance+  Core.GoogleRequest+    BigtableAdminProjectsInstancesClustersBackupsCopy+  where+  type+    Rs BigtableAdminProjectsInstancesClustersBackupsCopy =+      Operation+  type+    Scopes BigtableAdminProjectsInstancesClustersBackupsCopy =+      '[ Bigtable'Admin,+         Bigtable'Admin'Table,+         CloudBigtable'Admin,+         CloudBigtable'Admin'Table,+         CloudPlatform'FullControl+       ]+  requestClient BigtableAdminProjectsInstancesClustersBackupsCopy {..} =+    go+      parent+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      bigtableAdminService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy+                BigtableAdminProjectsInstancesClustersBackupsCopyResource+          )+          Core.mempty
+ gen/Gogol/BigtableAdmin/Projects/Instances/Clusters/Backups/Create.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.BigtableAdmin.Projects.Instances.Clusters.Backups.Create+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.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 creating a new Cloud Bigtable Backup. The returned backup long-running operation can be used to track creation of the backup. The metadata field type is CreateBackupMetadata. The response field type is Backup, if successful. Cancelling the returned operation will stop the creation and delete the backup.+--+-- /See:/ <https://cloud.google.com/bigtable/ Cloud Bigtable Admin API Reference> for @bigtableadmin.projects.instances.clusters.backups.create@.+module Gogol.BigtableAdmin.Projects.Instances.Clusters.Backups.Create+  ( -- * Resource+    BigtableAdminProjectsInstancesClustersBackupsCreateResource,++    -- ** Constructing a Request+    BigtableAdminProjectsInstancesClustersBackupsCreate (..),+    newBigtableAdminProjectsInstancesClustersBackupsCreate,+  )+where++import Gogol.BigtableAdmin.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @bigtableadmin.projects.instances.clusters.backups.create@ method which the+-- 'BigtableAdminProjectsInstancesClustersBackupsCreate' request conforms to.+type BigtableAdminProjectsInstancesClustersBackupsCreateResource =+  "v2"+    Core.:> Core.Capture "parent" Core.Text+    Core.:> "backups"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "backupId" 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] Backup+    Core.:> Core.Post '[Core.JSON] Operation++-- | Starts creating a new Cloud Bigtable Backup. The returned backup long-running operation can be used to track creation of the backup. The metadata field type is CreateBackupMetadata. The response field type is Backup, if successful. Cancelling the returned operation will stop the creation and delete the backup.+--+-- /See:/ 'newBigtableAdminProjectsInstancesClustersBackupsCreate' smart constructor.+data BigtableAdminProjectsInstancesClustersBackupsCreate = BigtableAdminProjectsInstancesClustersBackupsCreate+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | Required. The id of the backup to be created. The @backup_id@ along with the parent @parent@ are combined as {parent}\/backups\/{backup/id} to create the full backup name, of the form: @projects\/{project}\/instances\/{instance}\/clusters\/{cluster}\/backups\/{backup_id}@. This string must be between 1 and 50 characters in length and match the regex /a-zA-Z0-9*.+    backupId :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Required. This must be one of the clusters in the instance in which this table is located. The backup will be stored in this cluster. Values are of the form @projects\/{project}\/instances\/{instance}\/clusters\/{cluster}@.+    parent :: Core.Text,+    -- | Multipart request metadata.+    payload :: Backup,+    -- | Legacy upload protocol 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 'BigtableAdminProjectsInstancesClustersBackupsCreate' with the minimum fields required to make a request.+newBigtableAdminProjectsInstancesClustersBackupsCreate ::+  -- |  Required. This must be one of the clusters in the instance in which this table is located. The backup will be stored in this cluster. Values are of the form @projects\/{project}\/instances\/{instance}\/clusters\/{cluster}@. See 'parent'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  Backup ->+  BigtableAdminProjectsInstancesClustersBackupsCreate+newBigtableAdminProjectsInstancesClustersBackupsCreate+  parent+  payload =+    BigtableAdminProjectsInstancesClustersBackupsCreate+      { xgafv =+          Core.Nothing,+        accessToken = Core.Nothing,+        backupId = Core.Nothing,+        callback = Core.Nothing,+        parent = parent,+        payload = payload,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing+      }++instance+  Core.GoogleRequest+    BigtableAdminProjectsInstancesClustersBackupsCreate+  where+  type+    Rs BigtableAdminProjectsInstancesClustersBackupsCreate =+      Operation+  type+    Scopes BigtableAdminProjectsInstancesClustersBackupsCreate =+      '[ Bigtable'Admin,+         Bigtable'Admin'Table,+         CloudBigtable'Admin,+         CloudBigtable'Admin'Table,+         CloudPlatform'FullControl+       ]+  requestClient+    BigtableAdminProjectsInstancesClustersBackupsCreate {..} =+      go+        parent+        xgafv+        accessToken+        backupId+        callback+        uploadType+        uploadProtocol+        (Core.Just Core.AltJSON)+        payload+        bigtableAdminService+      where+        go =+          Core.buildClient+            ( Core.Proxy ::+                Core.Proxy+                  BigtableAdminProjectsInstancesClustersBackupsCreateResource+            )+            Core.mempty
+ gen/Gogol/BigtableAdmin/Projects/Instances/Clusters/Backups/Delete.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.BigtableAdmin.Projects.Instances.Clusters.Backups.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 a pending or completed Cloud Bigtable backup.+--+-- /See:/ <https://cloud.google.com/bigtable/ Cloud Bigtable Admin API Reference> for @bigtableadmin.projects.instances.clusters.backups.delete@.+module Gogol.BigtableAdmin.Projects.Instances.Clusters.Backups.Delete+  ( -- * Resource+    BigtableAdminProjectsInstancesClustersBackupsDeleteResource,++    -- ** Constructing a Request+    BigtableAdminProjectsInstancesClustersBackupsDelete (..),+    newBigtableAdminProjectsInstancesClustersBackupsDelete,+  )+where++import Gogol.BigtableAdmin.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @bigtableadmin.projects.instances.clusters.backups.delete@ method which the+-- 'BigtableAdminProjectsInstancesClustersBackupsDelete' request conforms to.+type BigtableAdminProjectsInstancesClustersBackupsDeleteResource =+  "v2"+    Core.:> Core.Capture "name" 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] Empty++-- | Deletes a pending or completed Cloud Bigtable backup.+--+-- /See:/ 'newBigtableAdminProjectsInstancesClustersBackupsDelete' smart constructor.+data BigtableAdminProjectsInstancesClustersBackupsDelete = BigtableAdminProjectsInstancesClustersBackupsDelete+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Required. Name of the backup to delete. Values are of the form @projects\/{project}\/instances\/{instance}\/clusters\/{cluster}\/backups\/{backup}@.+    name :: Core.Text,+    -- | Legacy upload protocol 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 'BigtableAdminProjectsInstancesClustersBackupsDelete' with the minimum fields required to make a request.+newBigtableAdminProjectsInstancesClustersBackupsDelete ::+  -- |  Required. Name of the backup to delete. Values are of the form @projects\/{project}\/instances\/{instance}\/clusters\/{cluster}\/backups\/{backup}@. See 'name'.+  Core.Text ->+  BigtableAdminProjectsInstancesClustersBackupsDelete+newBigtableAdminProjectsInstancesClustersBackupsDelete name =+  BigtableAdminProjectsInstancesClustersBackupsDelete+    { xgafv =+        Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      name = name,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance+  Core.GoogleRequest+    BigtableAdminProjectsInstancesClustersBackupsDelete+  where+  type Rs BigtableAdminProjectsInstancesClustersBackupsDelete = Empty+  type+    Scopes BigtableAdminProjectsInstancesClustersBackupsDelete =+      '[ Bigtable'Admin,+         Bigtable'Admin'Table,+         CloudBigtable'Admin,+         CloudBigtable'Admin'Table,+         CloudPlatform'FullControl+       ]+  requestClient+    BigtableAdminProjectsInstancesClustersBackupsDelete {..} =+      go+        name+        xgafv+        accessToken+        callback+        uploadType+        uploadProtocol+        (Core.Just Core.AltJSON)+        bigtableAdminService+      where+        go =+          Core.buildClient+            ( Core.Proxy ::+                Core.Proxy+                  BigtableAdminProjectsInstancesClustersBackupsDeleteResource+            )+            Core.mempty
+ gen/Gogol/BigtableAdmin/Projects/Instances/Clusters/Backups/Get.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.BigtableAdmin.Projects.Instances.Clusters.Backups.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 metadata on a pending or completed Cloud Bigtable Backup.+--+-- /See:/ <https://cloud.google.com/bigtable/ Cloud Bigtable Admin API Reference> for @bigtableadmin.projects.instances.clusters.backups.get@.+module Gogol.BigtableAdmin.Projects.Instances.Clusters.Backups.Get+  ( -- * Resource+    BigtableAdminProjectsInstancesClustersBackupsGetResource,++    -- ** Constructing a Request+    BigtableAdminProjectsInstancesClustersBackupsGet (..),+    newBigtableAdminProjectsInstancesClustersBackupsGet,+  )+where++import Gogol.BigtableAdmin.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @bigtableadmin.projects.instances.clusters.backups.get@ method which the+-- 'BigtableAdminProjectsInstancesClustersBackupsGet' request conforms to.+type BigtableAdminProjectsInstancesClustersBackupsGetResource =+  "v2"+    Core.:> Core.Capture "name" 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] Backup++-- | Gets metadata on a pending or completed Cloud Bigtable Backup.+--+-- /See:/ 'newBigtableAdminProjectsInstancesClustersBackupsGet' smart constructor.+data BigtableAdminProjectsInstancesClustersBackupsGet = BigtableAdminProjectsInstancesClustersBackupsGet+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Required. Name of the backup. Values are of the form @projects\/{project}\/instances\/{instance}\/clusters\/{cluster}\/backups\/{backup}@.+    name :: Core.Text,+    -- | Legacy upload protocol 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 'BigtableAdminProjectsInstancesClustersBackupsGet' with the minimum fields required to make a request.+newBigtableAdminProjectsInstancesClustersBackupsGet ::+  -- |  Required. Name of the backup. Values are of the form @projects\/{project}\/instances\/{instance}\/clusters\/{cluster}\/backups\/{backup}@. See 'name'.+  Core.Text ->+  BigtableAdminProjectsInstancesClustersBackupsGet+newBigtableAdminProjectsInstancesClustersBackupsGet name =+  BigtableAdminProjectsInstancesClustersBackupsGet+    { xgafv =+        Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      name = name,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance+  Core.GoogleRequest+    BigtableAdminProjectsInstancesClustersBackupsGet+  where+  type Rs BigtableAdminProjectsInstancesClustersBackupsGet = Backup+  type+    Scopes BigtableAdminProjectsInstancesClustersBackupsGet =+      '[ Bigtable'Admin,+         Bigtable'Admin'Table,+         CloudBigtable'Admin,+         CloudBigtable'Admin'Table,+         CloudPlatform'FullControl+       ]+  requestClient BigtableAdminProjectsInstancesClustersBackupsGet {..} =+    go+      name+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      bigtableAdminService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy+                BigtableAdminProjectsInstancesClustersBackupsGetResource+          )+          Core.mempty
+ gen/Gogol/BigtableAdmin/Projects/Instances/Clusters/Backups/GetIamPolicy.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.BigtableAdmin.Projects.Instances.Clusters.Backups.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 Bigtable resource. Returns an empty policy if the resource exists but does not have a policy set.+--+-- /See:/ <https://cloud.google.com/bigtable/ Cloud Bigtable Admin API Reference> for @bigtableadmin.projects.instances.clusters.backups.getIamPolicy@.+module Gogol.BigtableAdmin.Projects.Instances.Clusters.Backups.GetIamPolicy+  ( -- * Resource+    BigtableAdminProjectsInstancesClustersBackupsGetIamPolicyResource,++    -- ** Constructing a Request+    BigtableAdminProjectsInstancesClustersBackupsGetIamPolicy (..),+    newBigtableAdminProjectsInstancesClustersBackupsGetIamPolicy,+  )+where++import Gogol.BigtableAdmin.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @bigtableadmin.projects.instances.clusters.backups.getIamPolicy@ method which the+-- 'BigtableAdminProjectsInstancesClustersBackupsGetIamPolicy' request conforms to.+type BigtableAdminProjectsInstancesClustersBackupsGetIamPolicyResource =+  "v2"+    Core.:> Core.CaptureMode "resource" "getIamPolicy" 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.ReqBody '[Core.JSON] GetIamPolicyRequest+    Core.:> Core.Post '[Core.JSON] Policy++-- | Gets the access control policy for a Bigtable resource. Returns an empty policy if the resource exists but does not have a policy set.+--+-- /See:/ 'newBigtableAdminProjectsInstancesClustersBackupsGetIamPolicy' smart constructor.+data BigtableAdminProjectsInstancesClustersBackupsGetIamPolicy = BigtableAdminProjectsInstancesClustersBackupsGetIamPolicy+  { -- | 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 :: GetIamPolicyRequest,+    -- | REQUIRED: The resource for which the policy is being requested. See <https://cloud.google.com/apis/design/resource_names Resource names> for the appropriate value for this field.+    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 'BigtableAdminProjectsInstancesClustersBackupsGetIamPolicy' with the minimum fields required to make a request.+newBigtableAdminProjectsInstancesClustersBackupsGetIamPolicy ::+  -- |  Multipart request metadata. See 'payload'.+  GetIamPolicyRequest ->+  -- |  REQUIRED: The resource for which the policy is being requested. See <https://cloud.google.com/apis/design/resource_names Resource names> for the appropriate value for this field. See 'resource'.+  Core.Text ->+  BigtableAdminProjectsInstancesClustersBackupsGetIamPolicy+newBigtableAdminProjectsInstancesClustersBackupsGetIamPolicy+  payload+  resource =+    BigtableAdminProjectsInstancesClustersBackupsGetIamPolicy+      { xgafv =+          Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        payload = payload,+        resource = resource,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing+      }++instance+  Core.GoogleRequest+    BigtableAdminProjectsInstancesClustersBackupsGetIamPolicy+  where+  type+    Rs BigtableAdminProjectsInstancesClustersBackupsGetIamPolicy =+      Policy+  type+    Scopes+      BigtableAdminProjectsInstancesClustersBackupsGetIamPolicy =+      '[ Bigtable'Admin,+         Bigtable'Admin'Table,+         CloudBigtable'Admin,+         CloudBigtable'Admin'Table,+         CloudPlatform'FullControl+       ]+  requestClient+    BigtableAdminProjectsInstancesClustersBackupsGetIamPolicy {..} =+      go+        resource+        xgafv+        accessToken+        callback+        uploadType+        uploadProtocol+        (Core.Just Core.AltJSON)+        payload+        bigtableAdminService+      where+        go =+          Core.buildClient+            ( Core.Proxy ::+                Core.Proxy+                  BigtableAdminProjectsInstancesClustersBackupsGetIamPolicyResource+            )+            Core.mempty
+ gen/Gogol/BigtableAdmin/Projects/Instances/Clusters/Backups/List.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.BigtableAdmin.Projects.Instances.Clusters.Backups.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 Cloud Bigtable backups. Returns both completed and pending backups.+--+-- /See:/ <https://cloud.google.com/bigtable/ Cloud Bigtable Admin API Reference> for @bigtableadmin.projects.instances.clusters.backups.list@.+module Gogol.BigtableAdmin.Projects.Instances.Clusters.Backups.List+  ( -- * Resource+    BigtableAdminProjectsInstancesClustersBackupsListResource,++    -- ** Constructing a Request+    BigtableAdminProjectsInstancesClustersBackupsList (..),+    newBigtableAdminProjectsInstancesClustersBackupsList,+  )+where++import Gogol.BigtableAdmin.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @bigtableadmin.projects.instances.clusters.backups.list@ method which the+-- 'BigtableAdminProjectsInstancesClustersBackupsList' request conforms to.+type BigtableAdminProjectsInstancesClustersBackupsListResource =+  "v2"+    Core.:> Core.Capture "parent" Core.Text+    Core.:> "backups"+    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 "orderBy" Core.Text+    Core.:> Core.QueryParam "pageSize" Core.Int32+    Core.:> Core.QueryParam "pageToken" 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] ListBackupsResponse++-- | Lists Cloud Bigtable backups. Returns both completed and pending backups.+--+-- /See:/ 'newBigtableAdminProjectsInstancesClustersBackupsList' smart constructor.+data BigtableAdminProjectsInstancesClustersBackupsList = BigtableAdminProjectsInstancesClustersBackupsList+  { -- | 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 backups listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be \<, >, \<=, >=, !=, =, or :. Colon \':\' represents a HAS operator which is roughly synonymous with equality. Filter rules are case insensitive. The fields eligible for filtering are: * @name@ * @source_table@ * @state@ * @start_time@ (and values are of the format YYYY-MM-DDTHH:MM:SSZ) * @end_time@ (and values are of the format YYYY-MM-DDTHH:MM:SSZ) * @expire_time@ (and values are of the format YYYY-MM-DDTHH:MM:SSZ) * @size_bytes@ To filter on multiple expressions, provide each separate expression within parentheses. By default, each expression is an AND expression. However, you can include AND, OR, and NOT expressions explicitly. Some examples of using filters are: * @name:\"exact\"@ --> The backup\'s name is the string \"exact\". * @name:howl@+    -- --> The backup\'s name contains the string \"howl\". * @source_table:prod@ --> The source/table\'s name contains the string \"prod\". * @state:CREATING@ --> The backup is pending creation. * @state:READY@ --> The backup is fully created and ready for use. * @(name:howl) AND (start_time \< \\\"2018-03-28T14:50:00Z\\\")@ --> The backup name contains the string \"howl\" and start/time of the backup is before 2018-03-28T14:50:00Z. * @size_bytes > 10000000000@ --> The backup\'s size is greater than 10GB+    filter :: (Core.Maybe Core.Text),+    -- | An expression for specifying the sort order of the results of the request. The string value should specify one or more fields in Backup. The full syntax is described at https:\/\/aip.dev\/132#ordering. Fields supported are: * name * source/table * expire/time * start/time * end/time * size/bytes * state For example, \"start/time\". The default sorting order is ascending. To specify descending order for the field, a suffix \" desc\" should be appended to the field name. For example, \"start/time desc\". Redundant space characters in the syntax are insigificant. If order/by is empty, results will be sorted by @start_time@ in descending order starting from the most recently created backup.+    orderBy :: (Core.Maybe Core.Text),+    -- | Number of backups to be returned in the response. If 0 or less, defaults to the server\'s maximum allowed page size.+    pageSize :: (Core.Maybe Core.Int32),+    -- | If non-empty, @page_token@ should contain a next/page/token from a previous ListBackupsResponse to the same @parent@ and with the same @filter@.+    pageToken :: (Core.Maybe Core.Text),+    -- | Required. The cluster to list backups from. Values are of the form @projects\/{project}\/instances\/{instance}\/clusters\/{cluster}@. Use @{cluster} = \'-\'@ to list backups for all clusters in an instance, e.g., @projects\/{project}\/instances\/{instance}\/clusters\/-@.+    parent :: Core.Text,+    -- | Legacy upload protocol 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 'BigtableAdminProjectsInstancesClustersBackupsList' with the minimum fields required to make a request.+newBigtableAdminProjectsInstancesClustersBackupsList ::+  -- |  Required. The cluster to list backups from. Values are of the form @projects\/{project}\/instances\/{instance}\/clusters\/{cluster}@. Use @{cluster} = \'-\'@ to list backups for all clusters in an instance, e.g., @projects\/{project}\/instances\/{instance}\/clusters\/-@. See 'parent'.+  Core.Text ->+  BigtableAdminProjectsInstancesClustersBackupsList+newBigtableAdminProjectsInstancesClustersBackupsList parent =+  BigtableAdminProjectsInstancesClustersBackupsList+    { xgafv =+        Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      filter = Core.Nothing,+      orderBy = Core.Nothing,+      pageSize = Core.Nothing,+      pageToken = Core.Nothing,+      parent = parent,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance+  Core.GoogleRequest+    BigtableAdminProjectsInstancesClustersBackupsList+  where+  type+    Rs BigtableAdminProjectsInstancesClustersBackupsList =+      ListBackupsResponse+  type+    Scopes BigtableAdminProjectsInstancesClustersBackupsList =+      '[ Bigtable'Admin,+         Bigtable'Admin'Table,+         CloudBigtable'Admin,+         CloudBigtable'Admin'Table,+         CloudPlatform'FullControl+       ]+  requestClient BigtableAdminProjectsInstancesClustersBackupsList {..} =+    go+      parent+      xgafv+      accessToken+      callback+      filter+      orderBy+      pageSize+      pageToken+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      bigtableAdminService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy+                BigtableAdminProjectsInstancesClustersBackupsListResource+          )+          Core.mempty
+ gen/Gogol/BigtableAdmin/Projects/Instances/Clusters/Backups/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.BigtableAdmin.Projects.Instances.Clusters.Backups.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 pending or completed Cloud Bigtable Backup.+--+-- /See:/ <https://cloud.google.com/bigtable/ Cloud Bigtable Admin API Reference> for @bigtableadmin.projects.instances.clusters.backups.patch@.+module Gogol.BigtableAdmin.Projects.Instances.Clusters.Backups.Patch+  ( -- * Resource+    BigtableAdminProjectsInstancesClustersBackupsPatchResource,++    -- ** Constructing a Request+    BigtableAdminProjectsInstancesClustersBackupsPatch (..),+    newBigtableAdminProjectsInstancesClustersBackupsPatch,+  )+where++import Gogol.BigtableAdmin.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @bigtableadmin.projects.instances.clusters.backups.patch@ method which the+-- 'BigtableAdminProjectsInstancesClustersBackupsPatch' request conforms to.+type BigtableAdminProjectsInstancesClustersBackupsPatchResource =+  "v2"+    Core.:> Core.Capture "name" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" 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] Backup+    Core.:> Core.Patch '[Core.JSON] Backup++-- | Updates a pending or completed Cloud Bigtable Backup.+--+-- /See:/ 'newBigtableAdminProjectsInstancesClustersBackupsPatch' smart constructor.+data BigtableAdminProjectsInstancesClustersBackupsPatch = BigtableAdminProjectsInstancesClustersBackupsPatch+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | A globally unique identifier for the backup which cannot be changed. Values are of the form @projects\/{project}\/instances\/{instance}\/clusters\/{cluster}\/ backups\/_a-zA-Z0-9*@ The final segment of the name must be between 1 and 50 characters in length. The backup is stored in the cluster identified by the prefix of the backup name of the form @projects\/{project}\/instances\/{instance}\/clusters\/{cluster}@.+    name :: Core.Text,+    -- | Multipart request metadata.+    payload :: Backup,+    -- | Required. A mask specifying which fields (e.g. @expire_time@) in the Backup resource should be updated. This mask is relative to the Backup resource, not to the request message. The field mask must always be specified; this prevents any future fields from being erased accidentally by clients that do not know about them.+    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 'BigtableAdminProjectsInstancesClustersBackupsPatch' with the minimum fields required to make a request.+newBigtableAdminProjectsInstancesClustersBackupsPatch ::+  -- |  A globally unique identifier for the backup which cannot be changed. Values are of the form @projects\/{project}\/instances\/{instance}\/clusters\/{cluster}\/ backups\/_a-zA-Z0-9*@ The final segment of the name must be between 1 and 50 characters in length. The backup is stored in the cluster identified by the prefix of the backup name of the form @projects\/{project}\/instances\/{instance}\/clusters\/{cluster}@. See 'name'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  Backup ->+  BigtableAdminProjectsInstancesClustersBackupsPatch+newBigtableAdminProjectsInstancesClustersBackupsPatch name payload =+  BigtableAdminProjectsInstancesClustersBackupsPatch+    { xgafv =+        Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      name = name,+      payload = payload,+      updateMask = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance+  Core.GoogleRequest+    BigtableAdminProjectsInstancesClustersBackupsPatch+  where+  type Rs BigtableAdminProjectsInstancesClustersBackupsPatch = Backup+  type+    Scopes BigtableAdminProjectsInstancesClustersBackupsPatch =+      '[ Bigtable'Admin,+         Bigtable'Admin'Table,+         CloudBigtable'Admin,+         CloudBigtable'Admin'Table,+         CloudPlatform'FullControl+       ]+  requestClient+    BigtableAdminProjectsInstancesClustersBackupsPatch {..} =+      go+        name+        xgafv+        accessToken+        callback+        updateMask+        uploadType+        uploadProtocol+        (Core.Just Core.AltJSON)+        payload+        bigtableAdminService+      where+        go =+          Core.buildClient+            ( Core.Proxy ::+                Core.Proxy+                  BigtableAdminProjectsInstancesClustersBackupsPatchResource+            )+            Core.mempty
+ gen/Gogol/BigtableAdmin/Projects/Instances/Clusters/Backups/SetIamPolicy.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.BigtableAdmin.Projects.Instances.Clusters.Backups.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 a Bigtable resource. Replaces any existing policy.+--+-- /See:/ <https://cloud.google.com/bigtable/ Cloud Bigtable Admin API Reference> for @bigtableadmin.projects.instances.clusters.backups.setIamPolicy@.+module Gogol.BigtableAdmin.Projects.Instances.Clusters.Backups.SetIamPolicy+  ( -- * Resource+    BigtableAdminProjectsInstancesClustersBackupsSetIamPolicyResource,++    -- ** Constructing a Request+    BigtableAdminProjectsInstancesClustersBackupsSetIamPolicy (..),+    newBigtableAdminProjectsInstancesClustersBackupsSetIamPolicy,+  )+where++import Gogol.BigtableAdmin.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @bigtableadmin.projects.instances.clusters.backups.setIamPolicy@ method which the+-- 'BigtableAdminProjectsInstancesClustersBackupsSetIamPolicy' request conforms to.+type BigtableAdminProjectsInstancesClustersBackupsSetIamPolicyResource =+  "v2"+    Core.:> Core.CaptureMode "resource" "setIamPolicy" 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.ReqBody '[Core.JSON] SetIamPolicyRequest+    Core.:> Core.Post '[Core.JSON] Policy++-- | Sets the access control policy on a Bigtable resource. Replaces any existing policy.+--+-- /See:/ 'newBigtableAdminProjectsInstancesClustersBackupsSetIamPolicy' smart constructor.+data BigtableAdminProjectsInstancesClustersBackupsSetIamPolicy = BigtableAdminProjectsInstancesClustersBackupsSetIamPolicy+  { -- | 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 :: SetIamPolicyRequest,+    -- | REQUIRED: The resource for which the policy is being specified. See <https://cloud.google.com/apis/design/resource_names Resource names> for the appropriate value for this field.+    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 'BigtableAdminProjectsInstancesClustersBackupsSetIamPolicy' with the minimum fields required to make a request.+newBigtableAdminProjectsInstancesClustersBackupsSetIamPolicy ::+  -- |  Multipart request metadata. See 'payload'.+  SetIamPolicyRequest ->+  -- |  REQUIRED: The resource for which the policy is being specified. See <https://cloud.google.com/apis/design/resource_names Resource names> for the appropriate value for this field. See 'resource'.+  Core.Text ->+  BigtableAdminProjectsInstancesClustersBackupsSetIamPolicy+newBigtableAdminProjectsInstancesClustersBackupsSetIamPolicy+  payload+  resource =+    BigtableAdminProjectsInstancesClustersBackupsSetIamPolicy+      { xgafv =+          Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        payload = payload,+        resource = resource,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing+      }++instance+  Core.GoogleRequest+    BigtableAdminProjectsInstancesClustersBackupsSetIamPolicy+  where+  type+    Rs BigtableAdminProjectsInstancesClustersBackupsSetIamPolicy =+      Policy+  type+    Scopes+      BigtableAdminProjectsInstancesClustersBackupsSetIamPolicy =+      '[ Bigtable'Admin,+         Bigtable'Admin'Table,+         CloudBigtable'Admin,+         CloudBigtable'Admin'Table,+         CloudPlatform'FullControl+       ]+  requestClient+    BigtableAdminProjectsInstancesClustersBackupsSetIamPolicy {..} =+      go+        resource+        xgafv+        accessToken+        callback+        uploadType+        uploadProtocol+        (Core.Just Core.AltJSON)+        payload+        bigtableAdminService+      where+        go =+          Core.buildClient+            ( Core.Proxy ::+                Core.Proxy+                  BigtableAdminProjectsInstancesClustersBackupsSetIamPolicyResource+            )+            Core.mempty
+ gen/Gogol/BigtableAdmin/Projects/Instances/Clusters/Backups/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.BigtableAdmin.Projects.Instances.Clusters.Backups.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 the caller has on the specified Bigtable resource.+--+-- /See:/ <https://cloud.google.com/bigtable/ Cloud Bigtable Admin API Reference> for @bigtableadmin.projects.instances.clusters.backups.testIamPermissions@.+module Gogol.BigtableAdmin.Projects.Instances.Clusters.Backups.TestIamPermissions+  ( -- * Resource+    BigtableAdminProjectsInstancesClustersBackupsTestIamPermissionsResource,++    -- ** Constructing a Request+    BigtableAdminProjectsInstancesClustersBackupsTestIamPermissions (..),+    newBigtableAdminProjectsInstancesClustersBackupsTestIamPermissions,+  )+where++import Gogol.BigtableAdmin.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @bigtableadmin.projects.instances.clusters.backups.testIamPermissions@ method which the+-- 'BigtableAdminProjectsInstancesClustersBackupsTestIamPermissions' request conforms to.+type BigtableAdminProjectsInstancesClustersBackupsTestIamPermissionsResource =+  "v2"+    Core.:> Core.CaptureMode "resource" "testIamPermissions" 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.ReqBody '[Core.JSON] TestIamPermissionsRequest+    Core.:> Core.Post '[Core.JSON] TestIamPermissionsResponse++-- | Returns permissions that the caller has on the specified Bigtable resource.+--+-- /See:/ 'newBigtableAdminProjectsInstancesClustersBackupsTestIamPermissions' smart constructor.+data BigtableAdminProjectsInstancesClustersBackupsTestIamPermissions = BigtableAdminProjectsInstancesClustersBackupsTestIamPermissions+  { -- | 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 :: TestIamPermissionsRequest,+    -- | REQUIRED: The resource for which the policy detail is being requested. See <https://cloud.google.com/apis/design/resource_names Resource names> for the appropriate value for this field.+    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 'BigtableAdminProjectsInstancesClustersBackupsTestIamPermissions' with the minimum fields required to make a request.+newBigtableAdminProjectsInstancesClustersBackupsTestIamPermissions ::+  -- |  Multipart request metadata. See 'payload'.+  TestIamPermissionsRequest ->+  -- |  REQUIRED: The resource for which the policy detail is being requested. See <https://cloud.google.com/apis/design/resource_names Resource names> for the appropriate value for this field. See 'resource'.+  Core.Text ->+  BigtableAdminProjectsInstancesClustersBackupsTestIamPermissions+newBigtableAdminProjectsInstancesClustersBackupsTestIamPermissions+  payload+  resource =+    BigtableAdminProjectsInstancesClustersBackupsTestIamPermissions+      { xgafv =+          Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        payload = payload,+        resource = resource,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing+      }++instance+  Core.GoogleRequest+    BigtableAdminProjectsInstancesClustersBackupsTestIamPermissions+  where+  type+    Rs+      BigtableAdminProjectsInstancesClustersBackupsTestIamPermissions =+      TestIamPermissionsResponse+  type+    Scopes+      BigtableAdminProjectsInstancesClustersBackupsTestIamPermissions =+      '[ Bigtable'Admin,+         Bigtable'Admin'Table,+         CloudBigtable'Admin,+         CloudBigtable'Admin'Table,+         CloudPlatform'FullControl+       ]+  requestClient+    BigtableAdminProjectsInstancesClustersBackupsTestIamPermissions {..} =+      go+        resource+        xgafv+        accessToken+        callback+        uploadType+        uploadProtocol+        (Core.Just Core.AltJSON)+        payload+        bigtableAdminService+      where+        go =+          Core.buildClient+            ( Core.Proxy ::+                Core.Proxy+                  BigtableAdminProjectsInstancesClustersBackupsTestIamPermissionsResource+            )+            Core.mempty
+ gen/Gogol/BigtableAdmin/Projects/Instances/Clusters/Create.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.BigtableAdmin.Projects.Instances.Clusters.Create+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.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 cluster within an instance. Note that exactly one of Cluster.serve/nodes and Cluster.cluster/config.cluster/autoscaling/config can be set. If serve/nodes is set to non-zero, then the cluster is manually scaled. If cluster/config.cluster/autoscaling/config is non-empty, then autoscaling is enabled.+--+-- /See:/ <https://cloud.google.com/bigtable/ Cloud Bigtable Admin API Reference> for @bigtableadmin.projects.instances.clusters.create@.+module Gogol.BigtableAdmin.Projects.Instances.Clusters.Create+  ( -- * Resource+    BigtableAdminProjectsInstancesClustersCreateResource,++    -- ** Constructing a Request+    BigtableAdminProjectsInstancesClustersCreate (..),+    newBigtableAdminProjectsInstancesClustersCreate,+  )+where++import Gogol.BigtableAdmin.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @bigtableadmin.projects.instances.clusters.create@ method which the+-- 'BigtableAdminProjectsInstancesClustersCreate' request conforms to.+type BigtableAdminProjectsInstancesClustersCreateResource =+  "v2"+    Core.:> Core.Capture "parent" Core.Text+    Core.:> "clusters"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "clusterId" 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] Cluster+    Core.:> Core.Post '[Core.JSON] Operation++-- | Creates a cluster within an instance. Note that exactly one of Cluster.serve/nodes and Cluster.cluster/config.cluster/autoscaling/config can be set. If serve/nodes is set to non-zero, then the cluster is manually scaled. If cluster/config.cluster/autoscaling/config is non-empty, then autoscaling is enabled.+--+-- /See:/ 'newBigtableAdminProjectsInstancesClustersCreate' smart constructor.+data BigtableAdminProjectsInstancesClustersCreate = BigtableAdminProjectsInstancesClustersCreate+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Required. The ID to be used when referring to the new cluster within its instance, e.g., just @mycluster@ rather than @projects\/myproject\/instances\/myinstance\/clusters\/mycluster@.+    clusterId :: (Core.Maybe Core.Text),+    -- | Required. The unique name of the instance in which to create the new cluster. Values are of the form @projects\/{project}\/instances\/{instance}@.+    parent :: Core.Text,+    -- | Multipart request metadata.+    payload :: Cluster,+    -- | Legacy upload protocol 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 'BigtableAdminProjectsInstancesClustersCreate' with the minimum fields required to make a request.+newBigtableAdminProjectsInstancesClustersCreate ::+  -- |  Required. The unique name of the instance in which to create the new cluster. Values are of the form @projects\/{project}\/instances\/{instance}@. See 'parent'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  Cluster ->+  BigtableAdminProjectsInstancesClustersCreate+newBigtableAdminProjectsInstancesClustersCreate parent payload =+  BigtableAdminProjectsInstancesClustersCreate+    { xgafv =+        Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      clusterId = Core.Nothing,+      parent = parent,+      payload = payload,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance+  Core.GoogleRequest+    BigtableAdminProjectsInstancesClustersCreate+  where+  type Rs BigtableAdminProjectsInstancesClustersCreate = Operation+  type+    Scopes BigtableAdminProjectsInstancesClustersCreate =+      '[ Bigtable'Admin,+         Bigtable'Admin'Cluster,+         Bigtable'Admin'Instance,+         CloudBigtable'Admin,+         CloudBigtable'Admin'Cluster,+         CloudPlatform'FullControl+       ]+  requestClient BigtableAdminProjectsInstancesClustersCreate {..} =+    go+      parent+      xgafv+      accessToken+      callback+      clusterId+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      bigtableAdminService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy BigtableAdminProjectsInstancesClustersCreateResource+          )+          Core.mempty
+ gen/Gogol/BigtableAdmin/Projects/Instances/Clusters/Delete.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.BigtableAdmin.Projects.Instances.Clusters.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 a cluster from an instance.+--+-- /See:/ <https://cloud.google.com/bigtable/ Cloud Bigtable Admin API Reference> for @bigtableadmin.projects.instances.clusters.delete@.+module Gogol.BigtableAdmin.Projects.Instances.Clusters.Delete+  ( -- * Resource+    BigtableAdminProjectsInstancesClustersDeleteResource,++    -- ** Constructing a Request+    BigtableAdminProjectsInstancesClustersDelete (..),+    newBigtableAdminProjectsInstancesClustersDelete,+  )+where++import Gogol.BigtableAdmin.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @bigtableadmin.projects.instances.clusters.delete@ method which the+-- 'BigtableAdminProjectsInstancesClustersDelete' request conforms to.+type BigtableAdminProjectsInstancesClustersDeleteResource =+  "v2"+    Core.:> Core.Capture "name" 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] Empty++-- | Deletes a cluster from an instance.+--+-- /See:/ 'newBigtableAdminProjectsInstancesClustersDelete' smart constructor.+data BigtableAdminProjectsInstancesClustersDelete = BigtableAdminProjectsInstancesClustersDelete+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Required. The unique name of the cluster to be deleted. Values are of the form @projects\/{project}\/instances\/{instance}\/clusters\/{cluster}@.+    name :: Core.Text,+    -- | Legacy upload protocol 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 'BigtableAdminProjectsInstancesClustersDelete' with the minimum fields required to make a request.+newBigtableAdminProjectsInstancesClustersDelete ::+  -- |  Required. The unique name of the cluster to be deleted. Values are of the form @projects\/{project}\/instances\/{instance}\/clusters\/{cluster}@. See 'name'.+  Core.Text ->+  BigtableAdminProjectsInstancesClustersDelete+newBigtableAdminProjectsInstancesClustersDelete name =+  BigtableAdminProjectsInstancesClustersDelete+    { xgafv =+        Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      name = name,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance+  Core.GoogleRequest+    BigtableAdminProjectsInstancesClustersDelete+  where+  type Rs BigtableAdminProjectsInstancesClustersDelete = Empty+  type+    Scopes BigtableAdminProjectsInstancesClustersDelete =+      '[ Bigtable'Admin,+         Bigtable'Admin'Cluster,+         Bigtable'Admin'Instance,+         CloudBigtable'Admin,+         CloudBigtable'Admin'Cluster,+         CloudPlatform'FullControl+       ]+  requestClient BigtableAdminProjectsInstancesClustersDelete {..} =+    go+      name+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      bigtableAdminService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy BigtableAdminProjectsInstancesClustersDeleteResource+          )+          Core.mempty
+ gen/Gogol/BigtableAdmin/Projects/Instances/Clusters/Get.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.BigtableAdmin.Projects.Instances.Clusters.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 information about a cluster.+--+-- /See:/ <https://cloud.google.com/bigtable/ Cloud Bigtable Admin API Reference> for @bigtableadmin.projects.instances.clusters.get@.+module Gogol.BigtableAdmin.Projects.Instances.Clusters.Get+  ( -- * Resource+    BigtableAdminProjectsInstancesClustersGetResource,++    -- ** Constructing a Request+    BigtableAdminProjectsInstancesClustersGet (..),+    newBigtableAdminProjectsInstancesClustersGet,+  )+where++import Gogol.BigtableAdmin.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @bigtableadmin.projects.instances.clusters.get@ method which the+-- 'BigtableAdminProjectsInstancesClustersGet' request conforms to.+type BigtableAdminProjectsInstancesClustersGetResource =+  "v2"+    Core.:> Core.Capture "name" 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] Cluster++-- | Gets information about a cluster.+--+-- /See:/ 'newBigtableAdminProjectsInstancesClustersGet' smart constructor.+data BigtableAdminProjectsInstancesClustersGet = BigtableAdminProjectsInstancesClustersGet+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Required. The unique name of the requested cluster. Values are of the form @projects\/{project}\/instances\/{instance}\/clusters\/{cluster}@.+    name :: Core.Text,+    -- | Legacy upload protocol 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 'BigtableAdminProjectsInstancesClustersGet' with the minimum fields required to make a request.+newBigtableAdminProjectsInstancesClustersGet ::+  -- |  Required. The unique name of the requested cluster. Values are of the form @projects\/{project}\/instances\/{instance}\/clusters\/{cluster}@. See 'name'.+  Core.Text ->+  BigtableAdminProjectsInstancesClustersGet+newBigtableAdminProjectsInstancesClustersGet name =+  BigtableAdminProjectsInstancesClustersGet+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      name = name,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance+  Core.GoogleRequest+    BigtableAdminProjectsInstancesClustersGet+  where+  type Rs BigtableAdminProjectsInstancesClustersGet = Cluster+  type+    Scopes BigtableAdminProjectsInstancesClustersGet =+      '[ Bigtable'Admin,+         Bigtable'Admin'Cluster,+         Bigtable'Admin'Instance,+         CloudBigtable'Admin,+         CloudBigtable'Admin'Cluster,+         CloudPlatform'FullControl,+         CloudPlatform'ReadOnly+       ]+  requestClient BigtableAdminProjectsInstancesClustersGet {..} =+    go+      name+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      bigtableAdminService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy BigtableAdminProjectsInstancesClustersGetResource+          )+          Core.mempty
+ gen/Gogol/BigtableAdmin/Projects/Instances/Clusters/HotTablets/List.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.BigtableAdmin.Projects.Instances.Clusters.HotTablets.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 hot tablets in a cluster, within the time range provided. Hot tablets are ordered based on CPU usage.+--+-- /See:/ <https://cloud.google.com/bigtable/ Cloud Bigtable Admin API Reference> for @bigtableadmin.projects.instances.clusters.hotTablets.list@.+module Gogol.BigtableAdmin.Projects.Instances.Clusters.HotTablets.List+  ( -- * Resource+    BigtableAdminProjectsInstancesClustersHotTabletsListResource,++    -- ** Constructing a Request+    BigtableAdminProjectsInstancesClustersHotTabletsList (..),+    newBigtableAdminProjectsInstancesClustersHotTabletsList,+  )+where++import Gogol.BigtableAdmin.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @bigtableadmin.projects.instances.clusters.hotTablets.list@ method which the+-- 'BigtableAdminProjectsInstancesClustersHotTabletsList' request conforms to.+type BigtableAdminProjectsInstancesClustersHotTabletsListResource =+  "v2"+    Core.:> Core.Capture "parent" Core.Text+    Core.:> "hotTablets"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "endTime" Core.DateTime+    Core.:> Core.QueryParam "pageSize" Core.Int32+    Core.:> Core.QueryParam "pageToken" Core.Text+    Core.:> Core.QueryParam "startTime" Core.DateTime+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] ListHotTabletsResponse++-- | Lists hot tablets in a cluster, within the time range provided. Hot tablets are ordered based on CPU usage.+--+-- /See:/ 'newBigtableAdminProjectsInstancesClustersHotTabletsList' smart constructor.+data BigtableAdminProjectsInstancesClustersHotTabletsList = BigtableAdminProjectsInstancesClustersHotTabletsList+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | The end time to list hot tablets.+    endTime :: (Core.Maybe Core.DateTime),+    -- | Maximum number of results per page. A page/size that is empty or zero lets the server choose the number of items to return. A page/size which is strictly positive will return at most that many items. A negative page/size will cause an error. Following the first request, subsequent paginated calls do not need a page/size field. If a page/size is set in subsequent calls, it must match the page/size given in the first request.+    pageSize :: (Core.Maybe Core.Int32),+    -- | The value of @next_page_token@ returned by a previous call.+    pageToken :: (Core.Maybe Core.Text),+    -- | Required. The cluster name to list hot tablets. Value is in the following form: @projects\/{project}\/instances\/{instance}\/clusters\/{cluster}@.+    parent :: Core.Text,+    -- | The start time to list hot tablets. The hot tablets in the response will have start times between the requested start time and end time. Start time defaults to Now if it is unset, and end time defaults to Now - 24 hours if it is unset. The start time should be less than the end time, and the maximum allowed time range between start time and end time is 48 hours. Start time and end time should have values between Now and Now - 14 days.+    startTime :: (Core.Maybe Core.DateTime),+    -- | Legacy upload protocol 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 'BigtableAdminProjectsInstancesClustersHotTabletsList' with the minimum fields required to make a request.+newBigtableAdminProjectsInstancesClustersHotTabletsList ::+  -- |  Required. The cluster name to list hot tablets. Value is in the following form: @projects\/{project}\/instances\/{instance}\/clusters\/{cluster}@. See 'parent'.+  Core.Text ->+  BigtableAdminProjectsInstancesClustersHotTabletsList+newBigtableAdminProjectsInstancesClustersHotTabletsList parent =+  BigtableAdminProjectsInstancesClustersHotTabletsList+    { xgafv =+        Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      endTime = Core.Nothing,+      pageSize = Core.Nothing,+      pageToken = Core.Nothing,+      parent = parent,+      startTime = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance+  Core.GoogleRequest+    BigtableAdminProjectsInstancesClustersHotTabletsList+  where+  type+    Rs BigtableAdminProjectsInstancesClustersHotTabletsList =+      ListHotTabletsResponse+  type+    Scopes BigtableAdminProjectsInstancesClustersHotTabletsList =+      '[ Bigtable'Admin,+         Bigtable'Admin'Cluster,+         Bigtable'Admin'Instance,+         CloudBigtable'Admin,+         CloudBigtable'Admin'Cluster,+         CloudPlatform'FullControl+       ]+  requestClient+    BigtableAdminProjectsInstancesClustersHotTabletsList {..} =+      go+        parent+        xgafv+        accessToken+        callback+        endTime+        pageSize+        pageToken+        startTime+        uploadType+        uploadProtocol+        (Core.Just Core.AltJSON)+        bigtableAdminService+      where+        go =+          Core.buildClient+            ( Core.Proxy ::+                Core.Proxy+                  BigtableAdminProjectsInstancesClustersHotTabletsListResource+            )+            Core.mempty
+ gen/Gogol/BigtableAdmin/Projects/Instances/Clusters/List.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.BigtableAdmin.Projects.Instances.Clusters.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 information about clusters in an instance.+--+-- /See:/ <https://cloud.google.com/bigtable/ Cloud Bigtable Admin API Reference> for @bigtableadmin.projects.instances.clusters.list@.+module Gogol.BigtableAdmin.Projects.Instances.Clusters.List+  ( -- * Resource+    BigtableAdminProjectsInstancesClustersListResource,++    -- ** Constructing a Request+    BigtableAdminProjectsInstancesClustersList (..),+    newBigtableAdminProjectsInstancesClustersList,+  )+where++import Gogol.BigtableAdmin.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @bigtableadmin.projects.instances.clusters.list@ method which the+-- 'BigtableAdminProjectsInstancesClustersList' request conforms to.+type BigtableAdminProjectsInstancesClustersListResource =+  "v2"+    Core.:> Core.Capture "parent" Core.Text+    Core.:> "clusters"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "pageToken" 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] ListClustersResponse++-- | Lists information about clusters in an instance.+--+-- /See:/ 'newBigtableAdminProjectsInstancesClustersList' smart constructor.+data BigtableAdminProjectsInstancesClustersList = BigtableAdminProjectsInstancesClustersList+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | DEPRECATED: This field is unused and ignored.+    pageToken :: (Core.Maybe Core.Text),+    -- | Required. The unique name of the instance for which a list of clusters is requested. Values are of the form @projects\/{project}\/instances\/{instance}@. Use @{instance} = \'-\'@ to list Clusters for all Instances in a project, e.g., @projects\/myproject\/instances\/-@.+    parent :: Core.Text,+    -- | Legacy upload protocol 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 'BigtableAdminProjectsInstancesClustersList' with the minimum fields required to make a request.+newBigtableAdminProjectsInstancesClustersList ::+  -- |  Required. The unique name of the instance for which a list of clusters is requested. Values are of the form @projects\/{project}\/instances\/{instance}@. Use @{instance} = \'-\'@ to list Clusters for all Instances in a project, e.g., @projects\/myproject\/instances\/-@. See 'parent'.+  Core.Text ->+  BigtableAdminProjectsInstancesClustersList+newBigtableAdminProjectsInstancesClustersList parent =+  BigtableAdminProjectsInstancesClustersList+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      pageToken = Core.Nothing,+      parent = parent,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance+  Core.GoogleRequest+    BigtableAdminProjectsInstancesClustersList+  where+  type+    Rs BigtableAdminProjectsInstancesClustersList =+      ListClustersResponse+  type+    Scopes BigtableAdminProjectsInstancesClustersList =+      '[ Bigtable'Admin,+         Bigtable'Admin'Cluster,+         Bigtable'Admin'Instance,+         CloudBigtable'Admin,+         CloudBigtable'Admin'Cluster,+         CloudPlatform'FullControl,+         CloudPlatform'ReadOnly+       ]+  requestClient BigtableAdminProjectsInstancesClustersList {..} =+    go+      parent+      xgafv+      accessToken+      callback+      pageToken+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      bigtableAdminService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy BigtableAdminProjectsInstancesClustersListResource+          )+          Core.mempty
+ gen/Gogol/BigtableAdmin/Projects/Instances/Clusters/PartialUpdateCluster.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.BigtableAdmin.Projects.Instances.Clusters.PartialUpdateCluster+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Partially updates a cluster within a project. This method is the preferred way to update a Cluster. To enable and update autoscaling, set cluster/config.cluster/autoscaling/config. When autoscaling is enabled, serve/nodes is treated as an OUTPUT/ONLY field, meaning that updates to it are ignored. Note that an update cannot simultaneously set serve/nodes to non-zero and cluster/config.cluster/autoscaling/config to non-empty, and also specify both in the update/mask. To disable autoscaling, clear cluster/config.cluster/autoscaling/config, and explicitly set a serve/node count via the update_mask.+--+-- /See:/ <https://cloud.google.com/bigtable/ Cloud Bigtable Admin API Reference> for @bigtableadmin.projects.instances.clusters.partialUpdateCluster@.+module Gogol.BigtableAdmin.Projects.Instances.Clusters.PartialUpdateCluster+  ( -- * Resource+    BigtableAdminProjectsInstancesClustersPartialUpdateClusterResource,++    -- ** Constructing a Request+    BigtableAdminProjectsInstancesClustersPartialUpdateCluster (..),+    newBigtableAdminProjectsInstancesClustersPartialUpdateCluster,+  )+where++import Gogol.BigtableAdmin.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @bigtableadmin.projects.instances.clusters.partialUpdateCluster@ method which the+-- 'BigtableAdminProjectsInstancesClustersPartialUpdateCluster' request conforms to.+type BigtableAdminProjectsInstancesClustersPartialUpdateClusterResource =+  "v2"+    Core.:> Core.Capture "name" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" 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] Cluster+    Core.:> Core.Patch '[Core.JSON] Operation++-- | Partially updates a cluster within a project. This method is the preferred way to update a Cluster. To enable and update autoscaling, set cluster/config.cluster/autoscaling/config. When autoscaling is enabled, serve/nodes is treated as an OUTPUT/ONLY field, meaning that updates to it are ignored. Note that an update cannot simultaneously set serve/nodes to non-zero and cluster/config.cluster/autoscaling/config to non-empty, and also specify both in the update/mask. To disable autoscaling, clear cluster/config.cluster/autoscaling/config, and explicitly set a serve/node count via the update_mask.+--+-- /See:/ 'newBigtableAdminProjectsInstancesClustersPartialUpdateCluster' smart constructor.+data BigtableAdminProjectsInstancesClustersPartialUpdateCluster = BigtableAdminProjectsInstancesClustersPartialUpdateCluster+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | The unique name of the cluster. Values are of the form @projects\/{project}\/instances\/{instance}\/clusters\/a-z*@.+    name :: Core.Text,+    -- | Multipart request metadata.+    payload :: Cluster,+    -- | Required. The subset of Cluster fields which should be replaced.+    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 'BigtableAdminProjectsInstancesClustersPartialUpdateCluster' with the minimum fields required to make a request.+newBigtableAdminProjectsInstancesClustersPartialUpdateCluster ::+  -- |  The unique name of the cluster. Values are of the form @projects\/{project}\/instances\/{instance}\/clusters\/a-z*@. See 'name'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  Cluster ->+  BigtableAdminProjectsInstancesClustersPartialUpdateCluster+newBigtableAdminProjectsInstancesClustersPartialUpdateCluster+  name+  payload =+    BigtableAdminProjectsInstancesClustersPartialUpdateCluster+      { xgafv =+          Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        name = name,+        payload = payload,+        updateMask = Core.Nothing,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing+      }++instance+  Core.GoogleRequest+    BigtableAdminProjectsInstancesClustersPartialUpdateCluster+  where+  type+    Rs BigtableAdminProjectsInstancesClustersPartialUpdateCluster =+      Operation+  type+    Scopes+      BigtableAdminProjectsInstancesClustersPartialUpdateCluster =+      '[ Bigtable'Admin,+         Bigtable'Admin'Cluster,+         Bigtable'Admin'Instance,+         CloudBigtable'Admin,+         CloudBigtable'Admin'Cluster,+         CloudPlatform'FullControl+       ]+  requestClient+    BigtableAdminProjectsInstancesClustersPartialUpdateCluster {..} =+      go+        name+        xgafv+        accessToken+        callback+        updateMask+        uploadType+        uploadProtocol+        (Core.Just Core.AltJSON)+        payload+        bigtableAdminService+      where+        go =+          Core.buildClient+            ( Core.Proxy ::+                Core.Proxy+                  BigtableAdminProjectsInstancesClustersPartialUpdateClusterResource+            )+            Core.mempty
+ gen/Gogol/BigtableAdmin/Projects/Instances/Clusters/Update.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.BigtableAdmin.Projects.Instances.Clusters.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 cluster within an instance. Note that UpdateCluster does not support updating cluster/config.cluster/autoscaling_config. In order to update it, you must use PartialUpdateCluster.+--+-- /See:/ <https://cloud.google.com/bigtable/ Cloud Bigtable Admin API Reference> for @bigtableadmin.projects.instances.clusters.update@.+module Gogol.BigtableAdmin.Projects.Instances.Clusters.Update+  ( -- * Resource+    BigtableAdminProjectsInstancesClustersUpdateResource,++    -- ** Constructing a Request+    BigtableAdminProjectsInstancesClustersUpdate (..),+    newBigtableAdminProjectsInstancesClustersUpdate,+  )+where++import Gogol.BigtableAdmin.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @bigtableadmin.projects.instances.clusters.update@ method which the+-- 'BigtableAdminProjectsInstancesClustersUpdate' request conforms to.+type BigtableAdminProjectsInstancesClustersUpdateResource =+  "v2"+    Core.:> Core.Capture "name" 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.ReqBody '[Core.JSON] Cluster+    Core.:> Core.Put '[Core.JSON] Operation++-- | Updates a cluster within an instance. Note that UpdateCluster does not support updating cluster/config.cluster/autoscaling_config. In order to update it, you must use PartialUpdateCluster.+--+-- /See:/ 'newBigtableAdminProjectsInstancesClustersUpdate' smart constructor.+data BigtableAdminProjectsInstancesClustersUpdate = BigtableAdminProjectsInstancesClustersUpdate+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | The unique name of the cluster. Values are of the form @projects\/{project}\/instances\/{instance}\/clusters\/a-z*@.+    name :: Core.Text,+    -- | Multipart request metadata.+    payload :: Cluster,+    -- | Legacy upload protocol 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 'BigtableAdminProjectsInstancesClustersUpdate' with the minimum fields required to make a request.+newBigtableAdminProjectsInstancesClustersUpdate ::+  -- |  The unique name of the cluster. Values are of the form @projects\/{project}\/instances\/{instance}\/clusters\/a-z*@. See 'name'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  Cluster ->+  BigtableAdminProjectsInstancesClustersUpdate+newBigtableAdminProjectsInstancesClustersUpdate name payload =+  BigtableAdminProjectsInstancesClustersUpdate+    { xgafv =+        Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      name = name,+      payload = payload,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance+  Core.GoogleRequest+    BigtableAdminProjectsInstancesClustersUpdate+  where+  type Rs BigtableAdminProjectsInstancesClustersUpdate = Operation+  type+    Scopes BigtableAdminProjectsInstancesClustersUpdate =+      '[ Bigtable'Admin,+         Bigtable'Admin'Cluster,+         Bigtable'Admin'Instance,+         CloudBigtable'Admin,+         CloudBigtable'Admin'Cluster,+         CloudPlatform'FullControl+       ]+  requestClient BigtableAdminProjectsInstancesClustersUpdate {..} =+    go+      name+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      bigtableAdminService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy BigtableAdminProjectsInstancesClustersUpdateResource+          )+          Core.mempty
+ gen/Gogol/BigtableAdmin/Projects/Instances/Create.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.BigtableAdmin.Projects.Instances.Create+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.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 an instance within a project. Note that exactly one of Cluster.serve/nodes and Cluster.cluster/config.cluster/autoscaling/config can be set. If serve/nodes is set to non-zero, then the cluster is manually scaled. If cluster/config.cluster/autoscaling/config is non-empty, then autoscaling is enabled.+--+-- /See:/ <https://cloud.google.com/bigtable/ Cloud Bigtable Admin API Reference> for @bigtableadmin.projects.instances.create@.+module Gogol.BigtableAdmin.Projects.Instances.Create+  ( -- * Resource+    BigtableAdminProjectsInstancesCreateResource,++    -- ** Constructing a Request+    BigtableAdminProjectsInstancesCreate (..),+    newBigtableAdminProjectsInstancesCreate,+  )+where++import Gogol.BigtableAdmin.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @bigtableadmin.projects.instances.create@ method which the+-- 'BigtableAdminProjectsInstancesCreate' request conforms to.+type BigtableAdminProjectsInstancesCreateResource =+  "v2"+    Core.:> Core.Capture "parent" 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 "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.ReqBody '[Core.JSON] CreateInstanceRequest+    Core.:> Core.Post '[Core.JSON] Operation++-- | Create an instance within a project. Note that exactly one of Cluster.serve/nodes and Cluster.cluster/config.cluster/autoscaling/config can be set. If serve/nodes is set to non-zero, then the cluster is manually scaled. If cluster/config.cluster/autoscaling/config is non-empty, then autoscaling is enabled.+--+-- /See:/ 'newBigtableAdminProjectsInstancesCreate' smart constructor.+data BigtableAdminProjectsInstancesCreate = BigtableAdminProjectsInstancesCreate+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Required. The unique name of the project in which to create the new instance. Values are of the form @projects\/{project}@.+    parent :: Core.Text,+    -- | Multipart request metadata.+    payload :: CreateInstanceRequest,+    -- | Legacy upload protocol 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 'BigtableAdminProjectsInstancesCreate' with the minimum fields required to make a request.+newBigtableAdminProjectsInstancesCreate ::+  -- |  Required. The unique name of the project in which to create the new instance. Values are of the form @projects\/{project}@. See 'parent'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  CreateInstanceRequest ->+  BigtableAdminProjectsInstancesCreate+newBigtableAdminProjectsInstancesCreate parent payload =+  BigtableAdminProjectsInstancesCreate+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      parent = parent,+      payload = payload,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest BigtableAdminProjectsInstancesCreate where+  type Rs BigtableAdminProjectsInstancesCreate = Operation+  type+    Scopes BigtableAdminProjectsInstancesCreate =+      '[ Bigtable'Admin,+         Bigtable'Admin'Cluster,+         Bigtable'Admin'Instance,+         CloudBigtable'Admin,+         CloudBigtable'Admin'Cluster,+         CloudPlatform'FullControl+       ]+  requestClient BigtableAdminProjectsInstancesCreate {..} =+    go+      parent+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      bigtableAdminService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy BigtableAdminProjectsInstancesCreateResource+          )+          Core.mempty
+ gen/Gogol/BigtableAdmin/Projects/Instances/Delete.hs view
@@ -0,0 +1,117 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.BigtableAdmin.Projects.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)+--+-- Delete an instance from a project.+--+-- /See:/ <https://cloud.google.com/bigtable/ Cloud Bigtable Admin API Reference> for @bigtableadmin.projects.instances.delete@.+module Gogol.BigtableAdmin.Projects.Instances.Delete+  ( -- * Resource+    BigtableAdminProjectsInstancesDeleteResource,++    -- ** Constructing a Request+    BigtableAdminProjectsInstancesDelete (..),+    newBigtableAdminProjectsInstancesDelete,+  )+where++import Gogol.BigtableAdmin.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @bigtableadmin.projects.instances.delete@ method which the+-- 'BigtableAdminProjectsInstancesDelete' request conforms to.+type BigtableAdminProjectsInstancesDeleteResource =+  "v2"+    Core.:> Core.Capture "name" 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] Empty++-- | Delete an instance from a project.+--+-- /See:/ 'newBigtableAdminProjectsInstancesDelete' smart constructor.+data BigtableAdminProjectsInstancesDelete = BigtableAdminProjectsInstancesDelete+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Required. The unique name of the instance to be deleted. Values are of the form @projects\/{project}\/instances\/{instance}@.+    name :: Core.Text,+    -- | Legacy upload protocol 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 'BigtableAdminProjectsInstancesDelete' with the minimum fields required to make a request.+newBigtableAdminProjectsInstancesDelete ::+  -- |  Required. The unique name of the instance to be deleted. Values are of the form @projects\/{project}\/instances\/{instance}@. See 'name'.+  Core.Text ->+  BigtableAdminProjectsInstancesDelete+newBigtableAdminProjectsInstancesDelete name =+  BigtableAdminProjectsInstancesDelete+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      name = name,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest BigtableAdminProjectsInstancesDelete where+  type Rs BigtableAdminProjectsInstancesDelete = Empty+  type+    Scopes BigtableAdminProjectsInstancesDelete =+      '[ Bigtable'Admin,+         Bigtable'Admin'Cluster,+         Bigtable'Admin'Instance,+         CloudBigtable'Admin,+         CloudBigtable'Admin'Cluster,+         CloudPlatform'FullControl+       ]+  requestClient BigtableAdminProjectsInstancesDelete {..} =+    go+      name+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      bigtableAdminService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy BigtableAdminProjectsInstancesDeleteResource+          )+          Core.mempty
+ gen/Gogol/BigtableAdmin/Projects/Instances/Get.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.BigtableAdmin.Projects.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)+--+-- Gets information about an instance.+--+-- /See:/ <https://cloud.google.com/bigtable/ Cloud Bigtable Admin API Reference> for @bigtableadmin.projects.instances.get@.+module Gogol.BigtableAdmin.Projects.Instances.Get+  ( -- * Resource+    BigtableAdminProjectsInstancesGetResource,++    -- ** Constructing a Request+    BigtableAdminProjectsInstancesGet (..),+    newBigtableAdminProjectsInstancesGet,+  )+where++import Gogol.BigtableAdmin.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @bigtableadmin.projects.instances.get@ method which the+-- 'BigtableAdminProjectsInstancesGet' request conforms to.+type BigtableAdminProjectsInstancesGetResource =+  "v2"+    Core.:> Core.Capture "name" 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++-- | Gets information about an instance.+--+-- /See:/ 'newBigtableAdminProjectsInstancesGet' smart constructor.+data BigtableAdminProjectsInstancesGet = BigtableAdminProjectsInstancesGet+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Required. The unique name of the requested instance. Values are of the form @projects\/{project}\/instances\/{instance}@.+    name :: Core.Text,+    -- | Legacy upload protocol 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 'BigtableAdminProjectsInstancesGet' with the minimum fields required to make a request.+newBigtableAdminProjectsInstancesGet ::+  -- |  Required. The unique name of the requested instance. Values are of the form @projects\/{project}\/instances\/{instance}@. See 'name'.+  Core.Text ->+  BigtableAdminProjectsInstancesGet+newBigtableAdminProjectsInstancesGet name =+  BigtableAdminProjectsInstancesGet+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      name = name,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest BigtableAdminProjectsInstancesGet where+  type Rs BigtableAdminProjectsInstancesGet = Instance+  type+    Scopes BigtableAdminProjectsInstancesGet =+      '[ Bigtable'Admin,+         Bigtable'Admin'Cluster,+         Bigtable'Admin'Instance,+         CloudBigtable'Admin,+         CloudBigtable'Admin'Cluster,+         CloudPlatform'FullControl,+         CloudPlatform'ReadOnly+       ]+  requestClient BigtableAdminProjectsInstancesGet {..} =+    go+      name+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      bigtableAdminService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy BigtableAdminProjectsInstancesGetResource+          )+          Core.mempty
+ gen/Gogol/BigtableAdmin/Projects/Instances/GetIamPolicy.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.BigtableAdmin.Projects.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 an instance resource. Returns an empty policy if an instance exists but does not have a policy set.+--+-- /See:/ <https://cloud.google.com/bigtable/ Cloud Bigtable Admin API Reference> for @bigtableadmin.projects.instances.getIamPolicy@.+module Gogol.BigtableAdmin.Projects.Instances.GetIamPolicy+  ( -- * Resource+    BigtableAdminProjectsInstancesGetIamPolicyResource,++    -- ** Constructing a Request+    BigtableAdminProjectsInstancesGetIamPolicy (..),+    newBigtableAdminProjectsInstancesGetIamPolicy,+  )+where++import Gogol.BigtableAdmin.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @bigtableadmin.projects.instances.getIamPolicy@ method which the+-- 'BigtableAdminProjectsInstancesGetIamPolicy' request conforms to.+type BigtableAdminProjectsInstancesGetIamPolicyResource =+  "v2"+    Core.:> Core.CaptureMode "resource" "getIamPolicy" 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.ReqBody '[Core.JSON] GetIamPolicyRequest+    Core.:> Core.Post '[Core.JSON] Policy++-- | Gets the access control policy for an instance resource. Returns an empty policy if an instance exists but does not have a policy set.+--+-- /See:/ 'newBigtableAdminProjectsInstancesGetIamPolicy' smart constructor.+data BigtableAdminProjectsInstancesGetIamPolicy = BigtableAdminProjectsInstancesGetIamPolicy+  { -- | 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 :: GetIamPolicyRequest,+    -- | REQUIRED: The resource for which the policy is being requested. See <https://cloud.google.com/apis/design/resource_names Resource names> for the appropriate value for this field.+    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 'BigtableAdminProjectsInstancesGetIamPolicy' with the minimum fields required to make a request.+newBigtableAdminProjectsInstancesGetIamPolicy ::+  -- |  Multipart request metadata. See 'payload'.+  GetIamPolicyRequest ->+  -- |  REQUIRED: The resource for which the policy is being requested. See <https://cloud.google.com/apis/design/resource_names Resource names> for the appropriate value for this field. See 'resource'.+  Core.Text ->+  BigtableAdminProjectsInstancesGetIamPolicy+newBigtableAdminProjectsInstancesGetIamPolicy payload resource =+  BigtableAdminProjectsInstancesGetIamPolicy+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      payload = payload,+      resource = resource,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance+  Core.GoogleRequest+    BigtableAdminProjectsInstancesGetIamPolicy+  where+  type Rs BigtableAdminProjectsInstancesGetIamPolicy = Policy+  type+    Scopes BigtableAdminProjectsInstancesGetIamPolicy =+      '[ Bigtable'Admin,+         Bigtable'Admin'Cluster,+         Bigtable'Admin'Instance,+         CloudBigtable'Admin,+         CloudBigtable'Admin'Cluster,+         CloudPlatform'FullControl+       ]+  requestClient BigtableAdminProjectsInstancesGetIamPolicy {..} =+    go+      resource+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      bigtableAdminService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy BigtableAdminProjectsInstancesGetIamPolicyResource+          )+          Core.mempty
+ gen/Gogol/BigtableAdmin/Projects/Instances/List.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.BigtableAdmin.Projects.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)+--+-- Lists information about instances in a project.+--+-- /See:/ <https://cloud.google.com/bigtable/ Cloud Bigtable Admin API Reference> for @bigtableadmin.projects.instances.list@.+module Gogol.BigtableAdmin.Projects.Instances.List+  ( -- * Resource+    BigtableAdminProjectsInstancesListResource,++    -- ** Constructing a Request+    BigtableAdminProjectsInstancesList (..),+    newBigtableAdminProjectsInstancesList,+  )+where++import Gogol.BigtableAdmin.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @bigtableadmin.projects.instances.list@ method which the+-- 'BigtableAdminProjectsInstancesList' request conforms to.+type BigtableAdminProjectsInstancesListResource =+  "v2"+    Core.:> Core.Capture "parent" 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 "pageToken" 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] ListInstancesResponse++-- | Lists information about instances in a project.+--+-- /See:/ 'newBigtableAdminProjectsInstancesList' smart constructor.+data BigtableAdminProjectsInstancesList = BigtableAdminProjectsInstancesList+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | DEPRECATED: This field is unused and ignored.+    pageToken :: (Core.Maybe Core.Text),+    -- | Required. The unique name of the project for which a list of instances is requested. Values are of the form @projects\/{project}@.+    parent :: Core.Text,+    -- | Legacy upload protocol 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 'BigtableAdminProjectsInstancesList' with the minimum fields required to make a request.+newBigtableAdminProjectsInstancesList ::+  -- |  Required. The unique name of the project for which a list of instances is requested. Values are of the form @projects\/{project}@. See 'parent'.+  Core.Text ->+  BigtableAdminProjectsInstancesList+newBigtableAdminProjectsInstancesList parent =+  BigtableAdminProjectsInstancesList+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      pageToken = Core.Nothing,+      parent = parent,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest BigtableAdminProjectsInstancesList where+  type Rs BigtableAdminProjectsInstancesList = ListInstancesResponse+  type+    Scopes BigtableAdminProjectsInstancesList =+      '[ Bigtable'Admin,+         Bigtable'Admin'Cluster,+         Bigtable'Admin'Instance,+         CloudBigtable'Admin,+         CloudBigtable'Admin'Cluster,+         CloudPlatform'FullControl,+         CloudPlatform'ReadOnly+       ]+  requestClient BigtableAdminProjectsInstancesList {..} =+    go+      parent+      xgafv+      accessToken+      callback+      pageToken+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      bigtableAdminService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy BigtableAdminProjectsInstancesListResource+          )+          Core.mempty
+ gen/Gogol/BigtableAdmin/Projects/Instances/LogicalViews/GetIamPolicy.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.BigtableAdmin.Projects.Instances.LogicalViews.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 an instance resource. Returns an empty policy if an instance exists but does not have a policy set.+--+-- /See:/ <https://cloud.google.com/bigtable/ Cloud Bigtable Admin API Reference> for @bigtableadmin.projects.instances.logicalViews.getIamPolicy@.+module Gogol.BigtableAdmin.Projects.Instances.LogicalViews.GetIamPolicy+  ( -- * Resource+    BigtableAdminProjectsInstancesLogicalViewsGetIamPolicyResource,++    -- ** Constructing a Request+    BigtableAdminProjectsInstancesLogicalViewsGetIamPolicy (..),+    newBigtableAdminProjectsInstancesLogicalViewsGetIamPolicy,+  )+where++import Gogol.BigtableAdmin.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @bigtableadmin.projects.instances.logicalViews.getIamPolicy@ method which the+-- 'BigtableAdminProjectsInstancesLogicalViewsGetIamPolicy' request conforms to.+type BigtableAdminProjectsInstancesLogicalViewsGetIamPolicyResource =+  "v2"+    Core.:> Core.CaptureMode "resource" "getIamPolicy" 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.ReqBody '[Core.JSON] GetIamPolicyRequest+    Core.:> Core.Post '[Core.JSON] Policy++-- | Gets the access control policy for an instance resource. Returns an empty policy if an instance exists but does not have a policy set.+--+-- /See:/ 'newBigtableAdminProjectsInstancesLogicalViewsGetIamPolicy' smart constructor.+data BigtableAdminProjectsInstancesLogicalViewsGetIamPolicy = BigtableAdminProjectsInstancesLogicalViewsGetIamPolicy+  { -- | 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 :: GetIamPolicyRequest,+    -- | REQUIRED: The resource for which the policy is being requested. See <https://cloud.google.com/apis/design/resource_names Resource names> for the appropriate value for this field.+    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 'BigtableAdminProjectsInstancesLogicalViewsGetIamPolicy' with the minimum fields required to make a request.+newBigtableAdminProjectsInstancesLogicalViewsGetIamPolicy ::+  -- |  Multipart request metadata. See 'payload'.+  GetIamPolicyRequest ->+  -- |  REQUIRED: The resource for which the policy is being requested. See <https://cloud.google.com/apis/design/resource_names Resource names> for the appropriate value for this field. See 'resource'.+  Core.Text ->+  BigtableAdminProjectsInstancesLogicalViewsGetIamPolicy+newBigtableAdminProjectsInstancesLogicalViewsGetIamPolicy+  payload+  resource =+    BigtableAdminProjectsInstancesLogicalViewsGetIamPolicy+      { xgafv =+          Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        payload = payload,+        resource = resource,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing+      }++instance+  Core.GoogleRequest+    BigtableAdminProjectsInstancesLogicalViewsGetIamPolicy+  where+  type+    Rs BigtableAdminProjectsInstancesLogicalViewsGetIamPolicy =+      Policy+  type+    Scopes BigtableAdminProjectsInstancesLogicalViewsGetIamPolicy =+      '[ Bigtable'Admin,+         Bigtable'Admin'Cluster,+         Bigtable'Admin'Instance,+         CloudBigtable'Admin,+         CloudBigtable'Admin'Cluster,+         CloudPlatform'FullControl+       ]+  requestClient+    BigtableAdminProjectsInstancesLogicalViewsGetIamPolicy {..} =+      go+        resource+        xgafv+        accessToken+        callback+        uploadType+        uploadProtocol+        (Core.Just Core.AltJSON)+        payload+        bigtableAdminService+      where+        go =+          Core.buildClient+            ( Core.Proxy ::+                Core.Proxy+                  BigtableAdminProjectsInstancesLogicalViewsGetIamPolicyResource+            )+            Core.mempty
+ gen/Gogol/BigtableAdmin/Projects/Instances/LogicalViews/SetIamPolicy.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.BigtableAdmin.Projects.Instances.LogicalViews.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 an instance resource. Replaces any existing policy.+--+-- /See:/ <https://cloud.google.com/bigtable/ Cloud Bigtable Admin API Reference> for @bigtableadmin.projects.instances.logicalViews.setIamPolicy@.+module Gogol.BigtableAdmin.Projects.Instances.LogicalViews.SetIamPolicy+  ( -- * Resource+    BigtableAdminProjectsInstancesLogicalViewsSetIamPolicyResource,++    -- ** Constructing a Request+    BigtableAdminProjectsInstancesLogicalViewsSetIamPolicy (..),+    newBigtableAdminProjectsInstancesLogicalViewsSetIamPolicy,+  )+where++import Gogol.BigtableAdmin.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @bigtableadmin.projects.instances.logicalViews.setIamPolicy@ method which the+-- 'BigtableAdminProjectsInstancesLogicalViewsSetIamPolicy' request conforms to.+type BigtableAdminProjectsInstancesLogicalViewsSetIamPolicyResource =+  "v2"+    Core.:> Core.CaptureMode "resource" "setIamPolicy" 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.ReqBody '[Core.JSON] SetIamPolicyRequest+    Core.:> Core.Post '[Core.JSON] Policy++-- | Sets the access control policy on an instance resource. Replaces any existing policy.+--+-- /See:/ 'newBigtableAdminProjectsInstancesLogicalViewsSetIamPolicy' smart constructor.+data BigtableAdminProjectsInstancesLogicalViewsSetIamPolicy = BigtableAdminProjectsInstancesLogicalViewsSetIamPolicy+  { -- | 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 :: SetIamPolicyRequest,+    -- | REQUIRED: The resource for which the policy is being specified. See <https://cloud.google.com/apis/design/resource_names Resource names> for the appropriate value for this field.+    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 'BigtableAdminProjectsInstancesLogicalViewsSetIamPolicy' with the minimum fields required to make a request.+newBigtableAdminProjectsInstancesLogicalViewsSetIamPolicy ::+  -- |  Multipart request metadata. See 'payload'.+  SetIamPolicyRequest ->+  -- |  REQUIRED: The resource for which the policy is being specified. See <https://cloud.google.com/apis/design/resource_names Resource names> for the appropriate value for this field. See 'resource'.+  Core.Text ->+  BigtableAdminProjectsInstancesLogicalViewsSetIamPolicy+newBigtableAdminProjectsInstancesLogicalViewsSetIamPolicy+  payload+  resource =+    BigtableAdminProjectsInstancesLogicalViewsSetIamPolicy+      { xgafv =+          Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        payload = payload,+        resource = resource,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing+      }++instance+  Core.GoogleRequest+    BigtableAdminProjectsInstancesLogicalViewsSetIamPolicy+  where+  type+    Rs BigtableAdminProjectsInstancesLogicalViewsSetIamPolicy =+      Policy+  type+    Scopes BigtableAdminProjectsInstancesLogicalViewsSetIamPolicy =+      '[ Bigtable'Admin,+         Bigtable'Admin'Cluster,+         Bigtable'Admin'Instance,+         CloudBigtable'Admin,+         CloudBigtable'Admin'Cluster,+         CloudPlatform'FullControl+       ]+  requestClient+    BigtableAdminProjectsInstancesLogicalViewsSetIamPolicy {..} =+      go+        resource+        xgafv+        accessToken+        callback+        uploadType+        uploadProtocol+        (Core.Just Core.AltJSON)+        payload+        bigtableAdminService+      where+        go =+          Core.buildClient+            ( Core.Proxy ::+                Core.Proxy+                  BigtableAdminProjectsInstancesLogicalViewsSetIamPolicyResource+            )+            Core.mempty
+ gen/Gogol/BigtableAdmin/Projects/Instances/LogicalViews/TestIamPermissions.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.BigtableAdmin.Projects.Instances.LogicalViews.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 the caller has on the specified instance resource.+--+-- /See:/ <https://cloud.google.com/bigtable/ Cloud Bigtable Admin API Reference> for @bigtableadmin.projects.instances.logicalViews.testIamPermissions@.+module Gogol.BigtableAdmin.Projects.Instances.LogicalViews.TestIamPermissions+  ( -- * Resource+    BigtableAdminProjectsInstancesLogicalViewsTestIamPermissionsResource,++    -- ** Constructing a Request+    BigtableAdminProjectsInstancesLogicalViewsTestIamPermissions (..),+    newBigtableAdminProjectsInstancesLogicalViewsTestIamPermissions,+  )+where++import Gogol.BigtableAdmin.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @bigtableadmin.projects.instances.logicalViews.testIamPermissions@ method which the+-- 'BigtableAdminProjectsInstancesLogicalViewsTestIamPermissions' request conforms to.+type BigtableAdminProjectsInstancesLogicalViewsTestIamPermissionsResource =+  "v2"+    Core.:> Core.CaptureMode "resource" "testIamPermissions" 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.ReqBody '[Core.JSON] TestIamPermissionsRequest+    Core.:> Core.Post '[Core.JSON] TestIamPermissionsResponse++-- | Returns permissions that the caller has on the specified instance resource.+--+-- /See:/ 'newBigtableAdminProjectsInstancesLogicalViewsTestIamPermissions' smart constructor.+data BigtableAdminProjectsInstancesLogicalViewsTestIamPermissions = BigtableAdminProjectsInstancesLogicalViewsTestIamPermissions+  { -- | 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 :: TestIamPermissionsRequest,+    -- | REQUIRED: The resource for which the policy detail is being requested. See <https://cloud.google.com/apis/design/resource_names Resource names> for the appropriate value for this field.+    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 'BigtableAdminProjectsInstancesLogicalViewsTestIamPermissions' with the minimum fields required to make a request.+newBigtableAdminProjectsInstancesLogicalViewsTestIamPermissions ::+  -- |  Multipart request metadata. See 'payload'.+  TestIamPermissionsRequest ->+  -- |  REQUIRED: The resource for which the policy detail is being requested. See <https://cloud.google.com/apis/design/resource_names Resource names> for the appropriate value for this field. See 'resource'.+  Core.Text ->+  BigtableAdminProjectsInstancesLogicalViewsTestIamPermissions+newBigtableAdminProjectsInstancesLogicalViewsTestIamPermissions+  payload+  resource =+    BigtableAdminProjectsInstancesLogicalViewsTestIamPermissions+      { xgafv =+          Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        payload = payload,+        resource = resource,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing+      }++instance+  Core.GoogleRequest+    BigtableAdminProjectsInstancesLogicalViewsTestIamPermissions+  where+  type+    Rs+      BigtableAdminProjectsInstancesLogicalViewsTestIamPermissions =+      TestIamPermissionsResponse+  type+    Scopes+      BigtableAdminProjectsInstancesLogicalViewsTestIamPermissions =+      '[ Bigtable'Admin,+         Bigtable'Admin'Cluster,+         Bigtable'Admin'Instance,+         CloudBigtable'Admin,+         CloudBigtable'Admin'Cluster,+         CloudPlatform'FullControl+       ]+  requestClient+    BigtableAdminProjectsInstancesLogicalViewsTestIamPermissions {..} =+      go+        resource+        xgafv+        accessToken+        callback+        uploadType+        uploadProtocol+        (Core.Just Core.AltJSON)+        payload+        bigtableAdminService+      where+        go =+          Core.buildClient+            ( Core.Proxy ::+                Core.Proxy+                  BigtableAdminProjectsInstancesLogicalViewsTestIamPermissionsResource+            )+            Core.mempty
+ gen/Gogol/BigtableAdmin/Projects/Instances/MaterializedViews/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.BigtableAdmin.Projects.Instances.MaterializedViews.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 an instance resource. Returns an empty policy if an instance exists but does not have a policy set.+--+-- /See:/ <https://cloud.google.com/bigtable/ Cloud Bigtable Admin API Reference> for @bigtableadmin.projects.instances.materializedViews.getIamPolicy@.+module Gogol.BigtableAdmin.Projects.Instances.MaterializedViews.GetIamPolicy+  ( -- * Resource+    BigtableAdminProjectsInstancesMaterializedViewsGetIamPolicyResource,++    -- ** Constructing a Request+    BigtableAdminProjectsInstancesMaterializedViewsGetIamPolicy (..),+    newBigtableAdminProjectsInstancesMaterializedViewsGetIamPolicy,+  )+where++import Gogol.BigtableAdmin.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @bigtableadmin.projects.instances.materializedViews.getIamPolicy@ method which the+-- 'BigtableAdminProjectsInstancesMaterializedViewsGetIamPolicy' request conforms to.+type BigtableAdminProjectsInstancesMaterializedViewsGetIamPolicyResource =+  "v2"+    Core.:> Core.CaptureMode "resource" "getIamPolicy" 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.ReqBody '[Core.JSON] GetIamPolicyRequest+    Core.:> Core.Post '[Core.JSON] Policy++-- | Gets the access control policy for an instance resource. Returns an empty policy if an instance exists but does not have a policy set.+--+-- /See:/ 'newBigtableAdminProjectsInstancesMaterializedViewsGetIamPolicy' smart constructor.+data BigtableAdminProjectsInstancesMaterializedViewsGetIamPolicy = BigtableAdminProjectsInstancesMaterializedViewsGetIamPolicy+  { -- | 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 :: GetIamPolicyRequest,+    -- | REQUIRED: The resource for which the policy is being requested. See <https://cloud.google.com/apis/design/resource_names Resource names> for the appropriate value for this field.+    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 'BigtableAdminProjectsInstancesMaterializedViewsGetIamPolicy' with the minimum fields required to make a request.+newBigtableAdminProjectsInstancesMaterializedViewsGetIamPolicy ::+  -- |  Multipart request metadata. See 'payload'.+  GetIamPolicyRequest ->+  -- |  REQUIRED: The resource for which the policy is being requested. See <https://cloud.google.com/apis/design/resource_names Resource names> for the appropriate value for this field. See 'resource'.+  Core.Text ->+  BigtableAdminProjectsInstancesMaterializedViewsGetIamPolicy+newBigtableAdminProjectsInstancesMaterializedViewsGetIamPolicy+  payload+  resource =+    BigtableAdminProjectsInstancesMaterializedViewsGetIamPolicy+      { xgafv =+          Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        payload = payload,+        resource = resource,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing+      }++instance+  Core.GoogleRequest+    BigtableAdminProjectsInstancesMaterializedViewsGetIamPolicy+  where+  type+    Rs BigtableAdminProjectsInstancesMaterializedViewsGetIamPolicy =+      Policy+  type+    Scopes+      BigtableAdminProjectsInstancesMaterializedViewsGetIamPolicy =+      '[ Bigtable'Admin,+         Bigtable'Admin'Cluster,+         Bigtable'Admin'Instance,+         CloudBigtable'Admin,+         CloudBigtable'Admin'Cluster,+         CloudPlatform'FullControl+       ]+  requestClient+    BigtableAdminProjectsInstancesMaterializedViewsGetIamPolicy {..} =+      go+        resource+        xgafv+        accessToken+        callback+        uploadType+        uploadProtocol+        (Core.Just Core.AltJSON)+        payload+        bigtableAdminService+      where+        go =+          Core.buildClient+            ( Core.Proxy ::+                Core.Proxy+                  BigtableAdminProjectsInstancesMaterializedViewsGetIamPolicyResource+            )+            Core.mempty
+ gen/Gogol/BigtableAdmin/Projects/Instances/MaterializedViews/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.BigtableAdmin.Projects.Instances.MaterializedViews.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 an instance resource. Replaces any existing policy.+--+-- /See:/ <https://cloud.google.com/bigtable/ Cloud Bigtable Admin API Reference> for @bigtableadmin.projects.instances.materializedViews.setIamPolicy@.+module Gogol.BigtableAdmin.Projects.Instances.MaterializedViews.SetIamPolicy+  ( -- * Resource+    BigtableAdminProjectsInstancesMaterializedViewsSetIamPolicyResource,++    -- ** Constructing a Request+    BigtableAdminProjectsInstancesMaterializedViewsSetIamPolicy (..),+    newBigtableAdminProjectsInstancesMaterializedViewsSetIamPolicy,+  )+where++import Gogol.BigtableAdmin.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @bigtableadmin.projects.instances.materializedViews.setIamPolicy@ method which the+-- 'BigtableAdminProjectsInstancesMaterializedViewsSetIamPolicy' request conforms to.+type BigtableAdminProjectsInstancesMaterializedViewsSetIamPolicyResource =+  "v2"+    Core.:> Core.CaptureMode "resource" "setIamPolicy" 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.ReqBody '[Core.JSON] SetIamPolicyRequest+    Core.:> Core.Post '[Core.JSON] Policy++-- | Sets the access control policy on an instance resource. Replaces any existing policy.+--+-- /See:/ 'newBigtableAdminProjectsInstancesMaterializedViewsSetIamPolicy' smart constructor.+data BigtableAdminProjectsInstancesMaterializedViewsSetIamPolicy = BigtableAdminProjectsInstancesMaterializedViewsSetIamPolicy+  { -- | 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 :: SetIamPolicyRequest,+    -- | REQUIRED: The resource for which the policy is being specified. See <https://cloud.google.com/apis/design/resource_names Resource names> for the appropriate value for this field.+    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 'BigtableAdminProjectsInstancesMaterializedViewsSetIamPolicy' with the minimum fields required to make a request.+newBigtableAdminProjectsInstancesMaterializedViewsSetIamPolicy ::+  -- |  Multipart request metadata. See 'payload'.+  SetIamPolicyRequest ->+  -- |  REQUIRED: The resource for which the policy is being specified. See <https://cloud.google.com/apis/design/resource_names Resource names> for the appropriate value for this field. See 'resource'.+  Core.Text ->+  BigtableAdminProjectsInstancesMaterializedViewsSetIamPolicy+newBigtableAdminProjectsInstancesMaterializedViewsSetIamPolicy+  payload+  resource =+    BigtableAdminProjectsInstancesMaterializedViewsSetIamPolicy+      { xgafv =+          Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        payload = payload,+        resource = resource,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing+      }++instance+  Core.GoogleRequest+    BigtableAdminProjectsInstancesMaterializedViewsSetIamPolicy+  where+  type+    Rs BigtableAdminProjectsInstancesMaterializedViewsSetIamPolicy =+      Policy+  type+    Scopes+      BigtableAdminProjectsInstancesMaterializedViewsSetIamPolicy =+      '[ Bigtable'Admin,+         Bigtable'Admin'Cluster,+         Bigtable'Admin'Instance,+         CloudBigtable'Admin,+         CloudBigtable'Admin'Cluster,+         CloudPlatform'FullControl+       ]+  requestClient+    BigtableAdminProjectsInstancesMaterializedViewsSetIamPolicy {..} =+      go+        resource+        xgafv+        accessToken+        callback+        uploadType+        uploadProtocol+        (Core.Just Core.AltJSON)+        payload+        bigtableAdminService+      where+        go =+          Core.buildClient+            ( Core.Proxy ::+                Core.Proxy+                  BigtableAdminProjectsInstancesMaterializedViewsSetIamPolicyResource+            )+            Core.mempty
+ gen/Gogol/BigtableAdmin/Projects/Instances/MaterializedViews/TestIamPermissions.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.BigtableAdmin.Projects.Instances.MaterializedViews.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 the caller has on the specified instance resource.+--+-- /See:/ <https://cloud.google.com/bigtable/ Cloud Bigtable Admin API Reference> for @bigtableadmin.projects.instances.materializedViews.testIamPermissions@.+module Gogol.BigtableAdmin.Projects.Instances.MaterializedViews.TestIamPermissions+  ( -- * Resource+    BigtableAdminProjectsInstancesMaterializedViewsTestIamPermissionsResource,++    -- ** Constructing a Request+    BigtableAdminProjectsInstancesMaterializedViewsTestIamPermissions (..),+    newBigtableAdminProjectsInstancesMaterializedViewsTestIamPermissions,+  )+where++import Gogol.BigtableAdmin.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @bigtableadmin.projects.instances.materializedViews.testIamPermissions@ method which the+-- 'BigtableAdminProjectsInstancesMaterializedViewsTestIamPermissions' request conforms to.+type BigtableAdminProjectsInstancesMaterializedViewsTestIamPermissionsResource =+  "v2"+    Core.:> Core.CaptureMode "resource" "testIamPermissions" 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.ReqBody '[Core.JSON] TestIamPermissionsRequest+    Core.:> Core.Post '[Core.JSON] TestIamPermissionsResponse++-- | Returns permissions that the caller has on the specified instance resource.+--+-- /See:/ 'newBigtableAdminProjectsInstancesMaterializedViewsTestIamPermissions' smart constructor.+data BigtableAdminProjectsInstancesMaterializedViewsTestIamPermissions = BigtableAdminProjectsInstancesMaterializedViewsTestIamPermissions+  { -- | 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 :: TestIamPermissionsRequest,+    -- | REQUIRED: The resource for which the policy detail is being requested. See <https://cloud.google.com/apis/design/resource_names Resource names> for the appropriate value for this field.+    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 'BigtableAdminProjectsInstancesMaterializedViewsTestIamPermissions' with the minimum fields required to make a request.+newBigtableAdminProjectsInstancesMaterializedViewsTestIamPermissions ::+  -- |  Multipart request metadata. See 'payload'.+  TestIamPermissionsRequest ->+  -- |  REQUIRED: The resource for which the policy detail is being requested. See <https://cloud.google.com/apis/design/resource_names Resource names> for the appropriate value for this field. See 'resource'.+  Core.Text ->+  BigtableAdminProjectsInstancesMaterializedViewsTestIamPermissions+newBigtableAdminProjectsInstancesMaterializedViewsTestIamPermissions+  payload+  resource =+    BigtableAdminProjectsInstancesMaterializedViewsTestIamPermissions+      { xgafv =+          Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        payload = payload,+        resource = resource,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing+      }++instance+  Core.GoogleRequest+    BigtableAdminProjectsInstancesMaterializedViewsTestIamPermissions+  where+  type+    Rs+      BigtableAdminProjectsInstancesMaterializedViewsTestIamPermissions =+      TestIamPermissionsResponse+  type+    Scopes+      BigtableAdminProjectsInstancesMaterializedViewsTestIamPermissions =+      '[ Bigtable'Admin,+         Bigtable'Admin'Cluster,+         Bigtable'Admin'Instance,+         CloudBigtable'Admin,+         CloudBigtable'Admin'Cluster,+         CloudPlatform'FullControl+       ]+  requestClient+    BigtableAdminProjectsInstancesMaterializedViewsTestIamPermissions {..} =+      go+        resource+        xgafv+        accessToken+        callback+        uploadType+        uploadProtocol+        (Core.Just Core.AltJSON)+        payload+        bigtableAdminService+      where+        go =+          Core.buildClient+            ( Core.Proxy ::+                Core.Proxy+                  BigtableAdminProjectsInstancesMaterializedViewsTestIamPermissionsResource+            )+            Core.mempty
+ gen/Gogol/BigtableAdmin/Projects/Instances/PartialUpdateInstance.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.BigtableAdmin.Projects.Instances.PartialUpdateInstance+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Partially updates an instance within a project. This method can modify all fields of an Instance and is the preferred way to update an Instance.+--+-- /See:/ <https://cloud.google.com/bigtable/ Cloud Bigtable Admin API Reference> for @bigtableadmin.projects.instances.partialUpdateInstance@.+module Gogol.BigtableAdmin.Projects.Instances.PartialUpdateInstance+  ( -- * Resource+    BigtableAdminProjectsInstancesPartialUpdateInstanceResource,++    -- ** Constructing a Request+    BigtableAdminProjectsInstancesPartialUpdateInstance (..),+    newBigtableAdminProjectsInstancesPartialUpdateInstance,+  )+where++import Gogol.BigtableAdmin.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @bigtableadmin.projects.instances.partialUpdateInstance@ method which the+-- 'BigtableAdminProjectsInstancesPartialUpdateInstance' request conforms to.+type BigtableAdminProjectsInstancesPartialUpdateInstanceResource =+  "v2"+    Core.:> Core.Capture "name" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" 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] Instance+    Core.:> Core.Patch '[Core.JSON] Operation++-- | Partially updates an instance within a project. This method can modify all fields of an Instance and is the preferred way to update an Instance.+--+-- /See:/ 'newBigtableAdminProjectsInstancesPartialUpdateInstance' smart constructor.+data BigtableAdminProjectsInstancesPartialUpdateInstance = BigtableAdminProjectsInstancesPartialUpdateInstance+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | The unique name of the instance. Values are of the form @projects\/{project}\/instances\/a-z+[a-z0-9]@.+    name :: Core.Text,+    -- | Multipart request metadata.+    payload :: Instance,+    -- | Required. The subset of Instance fields which should be replaced. Must be explicitly set.+    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 'BigtableAdminProjectsInstancesPartialUpdateInstance' with the minimum fields required to make a request.+newBigtableAdminProjectsInstancesPartialUpdateInstance ::+  -- |  The unique name of the instance. Values are of the form @projects\/{project}\/instances\/a-z+[a-z0-9]@. See 'name'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  Instance ->+  BigtableAdminProjectsInstancesPartialUpdateInstance+newBigtableAdminProjectsInstancesPartialUpdateInstance name payload =+  BigtableAdminProjectsInstancesPartialUpdateInstance+    { xgafv =+        Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      name = name,+      payload = payload,+      updateMask = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance+  Core.GoogleRequest+    BigtableAdminProjectsInstancesPartialUpdateInstance+  where+  type+    Rs BigtableAdminProjectsInstancesPartialUpdateInstance =+      Operation+  type+    Scopes BigtableAdminProjectsInstancesPartialUpdateInstance =+      '[ Bigtable'Admin,+         Bigtable'Admin'Cluster,+         Bigtable'Admin'Instance,+         CloudBigtable'Admin,+         CloudBigtable'Admin'Cluster,+         CloudPlatform'FullControl+       ]+  requestClient+    BigtableAdminProjectsInstancesPartialUpdateInstance {..} =+      go+        name+        xgafv+        accessToken+        callback+        updateMask+        uploadType+        uploadProtocol+        (Core.Just Core.AltJSON)+        payload+        bigtableAdminService+      where+        go =+          Core.buildClient+            ( Core.Proxy ::+                Core.Proxy+                  BigtableAdminProjectsInstancesPartialUpdateInstanceResource+            )+            Core.mempty
+ gen/Gogol/BigtableAdmin/Projects/Instances/SetIamPolicy.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.BigtableAdmin.Projects.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 an instance resource. Replaces any existing policy.+--+-- /See:/ <https://cloud.google.com/bigtable/ Cloud Bigtable Admin API Reference> for @bigtableadmin.projects.instances.setIamPolicy@.+module Gogol.BigtableAdmin.Projects.Instances.SetIamPolicy+  ( -- * Resource+    BigtableAdminProjectsInstancesSetIamPolicyResource,++    -- ** Constructing a Request+    BigtableAdminProjectsInstancesSetIamPolicy (..),+    newBigtableAdminProjectsInstancesSetIamPolicy,+  )+where++import Gogol.BigtableAdmin.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @bigtableadmin.projects.instances.setIamPolicy@ method which the+-- 'BigtableAdminProjectsInstancesSetIamPolicy' request conforms to.+type BigtableAdminProjectsInstancesSetIamPolicyResource =+  "v2"+    Core.:> Core.CaptureMode "resource" "setIamPolicy" 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.ReqBody '[Core.JSON] SetIamPolicyRequest+    Core.:> Core.Post '[Core.JSON] Policy++-- | Sets the access control policy on an instance resource. Replaces any existing policy.+--+-- /See:/ 'newBigtableAdminProjectsInstancesSetIamPolicy' smart constructor.+data BigtableAdminProjectsInstancesSetIamPolicy = BigtableAdminProjectsInstancesSetIamPolicy+  { -- | 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 :: SetIamPolicyRequest,+    -- | REQUIRED: The resource for which the policy is being specified. See <https://cloud.google.com/apis/design/resource_names Resource names> for the appropriate value for this field.+    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 'BigtableAdminProjectsInstancesSetIamPolicy' with the minimum fields required to make a request.+newBigtableAdminProjectsInstancesSetIamPolicy ::+  -- |  Multipart request metadata. See 'payload'.+  SetIamPolicyRequest ->+  -- |  REQUIRED: The resource for which the policy is being specified. See <https://cloud.google.com/apis/design/resource_names Resource names> for the appropriate value for this field. See 'resource'.+  Core.Text ->+  BigtableAdminProjectsInstancesSetIamPolicy+newBigtableAdminProjectsInstancesSetIamPolicy payload resource =+  BigtableAdminProjectsInstancesSetIamPolicy+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      payload = payload,+      resource = resource,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance+  Core.GoogleRequest+    BigtableAdminProjectsInstancesSetIamPolicy+  where+  type Rs BigtableAdminProjectsInstancesSetIamPolicy = Policy+  type+    Scopes BigtableAdminProjectsInstancesSetIamPolicy =+      '[ Bigtable'Admin,+         Bigtable'Admin'Cluster,+         Bigtable'Admin'Instance,+         CloudBigtable'Admin,+         CloudBigtable'Admin'Cluster,+         CloudPlatform'FullControl+       ]+  requestClient BigtableAdminProjectsInstancesSetIamPolicy {..} =+    go+      resource+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      bigtableAdminService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy BigtableAdminProjectsInstancesSetIamPolicyResource+          )+          Core.mempty
+ gen/Gogol/BigtableAdmin/Projects/Instances/Tables/AuthorizedViews/Create.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.BigtableAdmin.Projects.Instances.Tables.AuthorizedViews.Create+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.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 AuthorizedView in a table.+--+-- /See:/ <https://cloud.google.com/bigtable/ Cloud Bigtable Admin API Reference> for @bigtableadmin.projects.instances.tables.authorizedViews.create@.+module Gogol.BigtableAdmin.Projects.Instances.Tables.AuthorizedViews.Create+  ( -- * Resource+    BigtableAdminProjectsInstancesTablesAuthorizedViewsCreateResource,++    -- ** Constructing a Request+    BigtableAdminProjectsInstancesTablesAuthorizedViewsCreate (..),+    newBigtableAdminProjectsInstancesTablesAuthorizedViewsCreate,+  )+where++import Gogol.BigtableAdmin.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @bigtableadmin.projects.instances.tables.authorizedViews.create@ method which the+-- 'BigtableAdminProjectsInstancesTablesAuthorizedViewsCreate' request conforms to.+type BigtableAdminProjectsInstancesTablesAuthorizedViewsCreateResource =+  "v2"+    Core.:> Core.Capture "parent" Core.Text+    Core.:> "authorizedViews"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "authorizedViewId" 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] AuthorizedView+    Core.:> Core.Post '[Core.JSON] Operation++-- | Creates a new AuthorizedView in a table.+--+-- /See:/ 'newBigtableAdminProjectsInstancesTablesAuthorizedViewsCreate' smart constructor.+data BigtableAdminProjectsInstancesTablesAuthorizedViewsCreate = BigtableAdminProjectsInstancesTablesAuthorizedViewsCreate+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | Required. The id of the AuthorizedView to create. This AuthorizedView must not already exist. The @authorized_view_id@ appended to @parent@ forms the full AuthorizedView name of the form @projects\/{project}\/instances\/{instance}\/tables\/{table}\/authorizedView\/{authorized_view}@.+    authorizedViewId :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Required. This is the name of the table the AuthorizedView belongs to. Values are of the form @projects\/{project}\/instances\/{instance}\/tables\/{table}@.+    parent :: Core.Text,+    -- | Multipart request metadata.+    payload :: AuthorizedView,+    -- | Legacy upload protocol 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 'BigtableAdminProjectsInstancesTablesAuthorizedViewsCreate' with the minimum fields required to make a request.+newBigtableAdminProjectsInstancesTablesAuthorizedViewsCreate ::+  -- |  Required. This is the name of the table the AuthorizedView belongs to. Values are of the form @projects\/{project}\/instances\/{instance}\/tables\/{table}@. See 'parent'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  AuthorizedView ->+  BigtableAdminProjectsInstancesTablesAuthorizedViewsCreate+newBigtableAdminProjectsInstancesTablesAuthorizedViewsCreate+  parent+  payload =+    BigtableAdminProjectsInstancesTablesAuthorizedViewsCreate+      { xgafv =+          Core.Nothing,+        accessToken = Core.Nothing,+        authorizedViewId = Core.Nothing,+        callback = Core.Nothing,+        parent = parent,+        payload = payload,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing+      }++instance+  Core.GoogleRequest+    BigtableAdminProjectsInstancesTablesAuthorizedViewsCreate+  where+  type+    Rs BigtableAdminProjectsInstancesTablesAuthorizedViewsCreate =+      Operation+  type+    Scopes+      BigtableAdminProjectsInstancesTablesAuthorizedViewsCreate =+      '[ Bigtable'Admin,+         Bigtable'Admin'Table,+         CloudBigtable'Admin,+         CloudBigtable'Admin'Table,+         CloudPlatform'FullControl+       ]+  requestClient+    BigtableAdminProjectsInstancesTablesAuthorizedViewsCreate {..} =+      go+        parent+        xgafv+        accessToken+        authorizedViewId+        callback+        uploadType+        uploadProtocol+        (Core.Just Core.AltJSON)+        payload+        bigtableAdminService+      where+        go =+          Core.buildClient+            ( Core.Proxy ::+                Core.Proxy+                  BigtableAdminProjectsInstancesTablesAuthorizedViewsCreateResource+            )+            Core.mempty
+ gen/Gogol/BigtableAdmin/Projects/Instances/Tables/AuthorizedViews/Delete.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.BigtableAdmin.Projects.Instances.Tables.AuthorizedViews.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)+--+-- Permanently deletes a specified AuthorizedView.+--+-- /See:/ <https://cloud.google.com/bigtable/ Cloud Bigtable Admin API Reference> for @bigtableadmin.projects.instances.tables.authorizedViews.delete@.+module Gogol.BigtableAdmin.Projects.Instances.Tables.AuthorizedViews.Delete+  ( -- * Resource+    BigtableAdminProjectsInstancesTablesAuthorizedViewsDeleteResource,++    -- ** Constructing a Request+    BigtableAdminProjectsInstancesTablesAuthorizedViewsDelete (..),+    newBigtableAdminProjectsInstancesTablesAuthorizedViewsDelete,+  )+where++import Gogol.BigtableAdmin.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @bigtableadmin.projects.instances.tables.authorizedViews.delete@ method which the+-- 'BigtableAdminProjectsInstancesTablesAuthorizedViewsDelete' request conforms to.+type BigtableAdminProjectsInstancesTablesAuthorizedViewsDeleteResource =+  "v2"+    Core.:> Core.Capture "name" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "etag" 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] Empty++-- | Permanently deletes a specified AuthorizedView.+--+-- /See:/ 'newBigtableAdminProjectsInstancesTablesAuthorizedViewsDelete' smart constructor.+data BigtableAdminProjectsInstancesTablesAuthorizedViewsDelete = BigtableAdminProjectsInstancesTablesAuthorizedViewsDelete+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Optional. The current etag of the AuthorizedView. If an etag is provided and does not match the current etag of the AuthorizedView, deletion will be blocked and an ABORTED error will be returned.+    etag :: (Core.Maybe Core.Text),+    -- | Required. The unique name of the AuthorizedView to be deleted. Values are of the form @projects\/{project}\/instances\/{instance}\/tables\/{table}\/authorizedViews\/{authorized_view}@.+    name :: Core.Text,+    -- | Legacy upload protocol 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 'BigtableAdminProjectsInstancesTablesAuthorizedViewsDelete' with the minimum fields required to make a request.+newBigtableAdminProjectsInstancesTablesAuthorizedViewsDelete ::+  -- |  Required. The unique name of the AuthorizedView to be deleted. Values are of the form @projects\/{project}\/instances\/{instance}\/tables\/{table}\/authorizedViews\/{authorized_view}@. See 'name'.+  Core.Text ->+  BigtableAdminProjectsInstancesTablesAuthorizedViewsDelete+newBigtableAdminProjectsInstancesTablesAuthorizedViewsDelete name =+  BigtableAdminProjectsInstancesTablesAuthorizedViewsDelete+    { xgafv =+        Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      etag = Core.Nothing,+      name = name,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance+  Core.GoogleRequest+    BigtableAdminProjectsInstancesTablesAuthorizedViewsDelete+  where+  type+    Rs BigtableAdminProjectsInstancesTablesAuthorizedViewsDelete =+      Empty+  type+    Scopes+      BigtableAdminProjectsInstancesTablesAuthorizedViewsDelete =+      '[ Bigtable'Admin,+         Bigtable'Admin'Table,+         CloudBigtable'Admin,+         CloudBigtable'Admin'Table,+         CloudPlatform'FullControl+       ]+  requestClient+    BigtableAdminProjectsInstancesTablesAuthorizedViewsDelete {..} =+      go+        name+        xgafv+        accessToken+        callback+        etag+        uploadType+        uploadProtocol+        (Core.Just Core.AltJSON)+        bigtableAdminService+      where+        go =+          Core.buildClient+            ( Core.Proxy ::+                Core.Proxy+                  BigtableAdminProjectsInstancesTablesAuthorizedViewsDeleteResource+            )+            Core.mempty
+ gen/Gogol/BigtableAdmin/Projects/Instances/Tables/AuthorizedViews/Get.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.BigtableAdmin.Projects.Instances.Tables.AuthorizedViews.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 information from a specified AuthorizedView.+--+-- /See:/ <https://cloud.google.com/bigtable/ Cloud Bigtable Admin API Reference> for @bigtableadmin.projects.instances.tables.authorizedViews.get@.+module Gogol.BigtableAdmin.Projects.Instances.Tables.AuthorizedViews.Get+  ( -- * Resource+    BigtableAdminProjectsInstancesTablesAuthorizedViewsGetResource,++    -- ** Constructing a Request+    BigtableAdminProjectsInstancesTablesAuthorizedViewsGet (..),+    newBigtableAdminProjectsInstancesTablesAuthorizedViewsGet,+  )+where++import Gogol.BigtableAdmin.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @bigtableadmin.projects.instances.tables.authorizedViews.get@ method which the+-- 'BigtableAdminProjectsInstancesTablesAuthorizedViewsGet' request conforms to.+type BigtableAdminProjectsInstancesTablesAuthorizedViewsGetResource =+  "v2"+    Core.:> Core.Capture "name" 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+              "view"+              ProjectsInstancesTablesAuthorizedViewsGetView+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] AuthorizedView++-- | Gets information from a specified AuthorizedView.+--+-- /See:/ 'newBigtableAdminProjectsInstancesTablesAuthorizedViewsGet' smart constructor.+data BigtableAdminProjectsInstancesTablesAuthorizedViewsGet = BigtableAdminProjectsInstancesTablesAuthorizedViewsGet+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Required. The unique name of the requested AuthorizedView. Values are of the form @projects\/{project}\/instances\/{instance}\/tables\/{table}\/authorizedViews\/{authorized_view}@.+    name :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | Optional. The resource_view to be applied to the returned AuthorizedView\'s fields. Default to BASIC.+    view :: (Core.Maybe ProjectsInstancesTablesAuthorizedViewsGetView)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'BigtableAdminProjectsInstancesTablesAuthorizedViewsGet' with the minimum fields required to make a request.+newBigtableAdminProjectsInstancesTablesAuthorizedViewsGet ::+  -- |  Required. The unique name of the requested AuthorizedView. Values are of the form @projects\/{project}\/instances\/{instance}\/tables\/{table}\/authorizedViews\/{authorized_view}@. See 'name'.+  Core.Text ->+  BigtableAdminProjectsInstancesTablesAuthorizedViewsGet+newBigtableAdminProjectsInstancesTablesAuthorizedViewsGet name =+  BigtableAdminProjectsInstancesTablesAuthorizedViewsGet+    { xgafv =+        Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      name = name,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      view = Core.Nothing+    }++instance+  Core.GoogleRequest+    BigtableAdminProjectsInstancesTablesAuthorizedViewsGet+  where+  type+    Rs BigtableAdminProjectsInstancesTablesAuthorizedViewsGet =+      AuthorizedView+  type+    Scopes BigtableAdminProjectsInstancesTablesAuthorizedViewsGet =+      '[ Bigtable'Admin,+         Bigtable'Admin'Table,+         CloudBigtable'Admin,+         CloudBigtable'Admin'Table,+         CloudPlatform'FullControl+       ]+  requestClient+    BigtableAdminProjectsInstancesTablesAuthorizedViewsGet {..} =+      go+        name+        xgafv+        accessToken+        callback+        uploadType+        uploadProtocol+        view+        (Core.Just Core.AltJSON)+        bigtableAdminService+      where+        go =+          Core.buildClient+            ( Core.Proxy ::+                Core.Proxy+                  BigtableAdminProjectsInstancesTablesAuthorizedViewsGetResource+            )+            Core.mempty
+ gen/Gogol/BigtableAdmin/Projects/Instances/Tables/AuthorizedViews/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.BigtableAdmin.Projects.Instances.Tables.AuthorizedViews.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 Bigtable resource. Returns an empty policy if the resource exists but does not have a policy set.+--+-- /See:/ <https://cloud.google.com/bigtable/ Cloud Bigtable Admin API Reference> for @bigtableadmin.projects.instances.tables.authorizedViews.getIamPolicy@.+module Gogol.BigtableAdmin.Projects.Instances.Tables.AuthorizedViews.GetIamPolicy+  ( -- * Resource+    BigtableAdminProjectsInstancesTablesAuthorizedViewsGetIamPolicyResource,++    -- ** Constructing a Request+    BigtableAdminProjectsInstancesTablesAuthorizedViewsGetIamPolicy (..),+    newBigtableAdminProjectsInstancesTablesAuthorizedViewsGetIamPolicy,+  )+where++import Gogol.BigtableAdmin.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @bigtableadmin.projects.instances.tables.authorizedViews.getIamPolicy@ method which the+-- 'BigtableAdminProjectsInstancesTablesAuthorizedViewsGetIamPolicy' request conforms to.+type BigtableAdminProjectsInstancesTablesAuthorizedViewsGetIamPolicyResource =+  "v2"+    Core.:> Core.CaptureMode "resource" "getIamPolicy" 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.ReqBody '[Core.JSON] GetIamPolicyRequest+    Core.:> Core.Post '[Core.JSON] Policy++-- | Gets the access control policy for a Bigtable resource. Returns an empty policy if the resource exists but does not have a policy set.+--+-- /See:/ 'newBigtableAdminProjectsInstancesTablesAuthorizedViewsGetIamPolicy' smart constructor.+data BigtableAdminProjectsInstancesTablesAuthorizedViewsGetIamPolicy = BigtableAdminProjectsInstancesTablesAuthorizedViewsGetIamPolicy+  { -- | 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 :: GetIamPolicyRequest,+    -- | REQUIRED: The resource for which the policy is being requested. See <https://cloud.google.com/apis/design/resource_names Resource names> for the appropriate value for this field.+    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 'BigtableAdminProjectsInstancesTablesAuthorizedViewsGetIamPolicy' with the minimum fields required to make a request.+newBigtableAdminProjectsInstancesTablesAuthorizedViewsGetIamPolicy ::+  -- |  Multipart request metadata. See 'payload'.+  GetIamPolicyRequest ->+  -- |  REQUIRED: The resource for which the policy is being requested. See <https://cloud.google.com/apis/design/resource_names Resource names> for the appropriate value for this field. See 'resource'.+  Core.Text ->+  BigtableAdminProjectsInstancesTablesAuthorizedViewsGetIamPolicy+newBigtableAdminProjectsInstancesTablesAuthorizedViewsGetIamPolicy+  payload+  resource =+    BigtableAdminProjectsInstancesTablesAuthorizedViewsGetIamPolicy+      { xgafv =+          Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        payload = payload,+        resource = resource,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing+      }++instance+  Core.GoogleRequest+    BigtableAdminProjectsInstancesTablesAuthorizedViewsGetIamPolicy+  where+  type+    Rs+      BigtableAdminProjectsInstancesTablesAuthorizedViewsGetIamPolicy =+      Policy+  type+    Scopes+      BigtableAdminProjectsInstancesTablesAuthorizedViewsGetIamPolicy =+      '[ Bigtable'Admin,+         Bigtable'Admin'Table,+         CloudBigtable'Admin,+         CloudBigtable'Admin'Table,+         CloudPlatform'FullControl+       ]+  requestClient+    BigtableAdminProjectsInstancesTablesAuthorizedViewsGetIamPolicy {..} =+      go+        resource+        xgafv+        accessToken+        callback+        uploadType+        uploadProtocol+        (Core.Just Core.AltJSON)+        payload+        bigtableAdminService+      where+        go =+          Core.buildClient+            ( Core.Proxy ::+                Core.Proxy+                  BigtableAdminProjectsInstancesTablesAuthorizedViewsGetIamPolicyResource+            )+            Core.mempty
+ gen/Gogol/BigtableAdmin/Projects/Instances/Tables/AuthorizedViews/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.BigtableAdmin.Projects.Instances.Tables.AuthorizedViews.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 AuthorizedViews from a specific table.+--+-- /See:/ <https://cloud.google.com/bigtable/ Cloud Bigtable Admin API Reference> for @bigtableadmin.projects.instances.tables.authorizedViews.list@.+module Gogol.BigtableAdmin.Projects.Instances.Tables.AuthorizedViews.List+  ( -- * Resource+    BigtableAdminProjectsInstancesTablesAuthorizedViewsListResource,++    -- ** Constructing a Request+    BigtableAdminProjectsInstancesTablesAuthorizedViewsList (..),+    newBigtableAdminProjectsInstancesTablesAuthorizedViewsList,+  )+where++import Gogol.BigtableAdmin.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @bigtableadmin.projects.instances.tables.authorizedViews.list@ method which the+-- 'BigtableAdminProjectsInstancesTablesAuthorizedViewsList' request conforms to.+type BigtableAdminProjectsInstancesTablesAuthorizedViewsListResource =+  "v2"+    Core.:> Core.Capture "parent" Core.Text+    Core.:> "authorizedViews"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "pageSize" Core.Int32+    Core.:> Core.QueryParam "pageToken" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam+              "view"+              ProjectsInstancesTablesAuthorizedViewsListView+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] ListAuthorizedViewsResponse++-- | Lists all AuthorizedViews from a specific table.+--+-- /See:/ 'newBigtableAdminProjectsInstancesTablesAuthorizedViewsList' smart constructor.+data BigtableAdminProjectsInstancesTablesAuthorizedViewsList = BigtableAdminProjectsInstancesTablesAuthorizedViewsList+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Optional. Maximum number of results per page. A page/size of zero lets the server choose the number of items to return. A page/size which is strictly positive will return at most that many items. A negative page/size will cause an error. Following the first request, subsequent paginated calls are not required to pass a page/size. If a page/size is set in subsequent calls, it must match the page/size given in the first request.+    pageSize :: (Core.Maybe Core.Int32),+    -- | Optional. The value of @next_page_token@ returned by a previous call.+    pageToken :: (Core.Maybe Core.Text),+    -- | Required. The unique name of the table for which AuthorizedViews should be listed. Values are of the form @projects\/{project}\/instances\/{instance}\/tables\/{table}@.+    parent :: Core.Text,+    -- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").+    uploadType :: (Core.Maybe Core.Text),+    -- | Upload protocol for media (e.g. \"raw\", \"multipart\").+    uploadProtocol :: (Core.Maybe Core.Text),+    -- | Optional. The resource/view to be applied to the returned AuthorizedViews\' fields. Default to NAME/ONLY.+    view :: (Core.Maybe ProjectsInstancesTablesAuthorizedViewsListView)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'BigtableAdminProjectsInstancesTablesAuthorizedViewsList' with the minimum fields required to make a request.+newBigtableAdminProjectsInstancesTablesAuthorizedViewsList ::+  -- |  Required. The unique name of the table for which AuthorizedViews should be listed. Values are of the form @projects\/{project}\/instances\/{instance}\/tables\/{table}@. See 'parent'.+  Core.Text ->+  BigtableAdminProjectsInstancesTablesAuthorizedViewsList+newBigtableAdminProjectsInstancesTablesAuthorizedViewsList parent =+  BigtableAdminProjectsInstancesTablesAuthorizedViewsList+    { xgafv =+        Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      pageSize = Core.Nothing,+      pageToken = Core.Nothing,+      parent = parent,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      view = Core.Nothing+    }++instance+  Core.GoogleRequest+    BigtableAdminProjectsInstancesTablesAuthorizedViewsList+  where+  type+    Rs BigtableAdminProjectsInstancesTablesAuthorizedViewsList =+      ListAuthorizedViewsResponse+  type+    Scopes BigtableAdminProjectsInstancesTablesAuthorizedViewsList =+      '[ Bigtable'Admin,+         Bigtable'Admin'Table,+         CloudBigtable'Admin,+         CloudBigtable'Admin'Table,+         CloudPlatform'FullControl+       ]+  requestClient+    BigtableAdminProjectsInstancesTablesAuthorizedViewsList {..} =+      go+        parent+        xgafv+        accessToken+        callback+        pageSize+        pageToken+        uploadType+        uploadProtocol+        view+        (Core.Just Core.AltJSON)+        bigtableAdminService+      where+        go =+          Core.buildClient+            ( Core.Proxy ::+                Core.Proxy+                  BigtableAdminProjectsInstancesTablesAuthorizedViewsListResource+            )+            Core.mempty
+ gen/Gogol/BigtableAdmin/Projects/Instances/Tables/AuthorizedViews/Patch.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.BigtableAdmin.Projects.Instances.Tables.AuthorizedViews.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 AuthorizedView in a table.+--+-- /See:/ <https://cloud.google.com/bigtable/ Cloud Bigtable Admin API Reference> for @bigtableadmin.projects.instances.tables.authorizedViews.patch@.+module Gogol.BigtableAdmin.Projects.Instances.Tables.AuthorizedViews.Patch+  ( -- * Resource+    BigtableAdminProjectsInstancesTablesAuthorizedViewsPatchResource,++    -- ** Constructing a Request+    BigtableAdminProjectsInstancesTablesAuthorizedViewsPatch (..),+    newBigtableAdminProjectsInstancesTablesAuthorizedViewsPatch,+  )+where++import Gogol.BigtableAdmin.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @bigtableadmin.projects.instances.tables.authorizedViews.patch@ method which the+-- 'BigtableAdminProjectsInstancesTablesAuthorizedViewsPatch' request conforms to.+type BigtableAdminProjectsInstancesTablesAuthorizedViewsPatchResource =+  "v2"+    Core.:> Core.Capture "name" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "ignoreWarnings" Core.Bool+    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] AuthorizedView+    Core.:> Core.Patch '[Core.JSON] Operation++-- | Updates an AuthorizedView in a table.+--+-- /See:/ 'newBigtableAdminProjectsInstancesTablesAuthorizedViewsPatch' smart constructor.+data BigtableAdminProjectsInstancesTablesAuthorizedViewsPatch = BigtableAdminProjectsInstancesTablesAuthorizedViewsPatch+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Optional. If true, ignore the safety checks when updating the AuthorizedView.+    ignoreWarnings :: (Core.Maybe Core.Bool),+    -- | Identifier. The name of this AuthorizedView. Values are of the form @projects\/{project}\/instances\/{instance}\/tables\/{table}\/authorizedViews\/{authorized_view}@+    name :: Core.Text,+    -- | Multipart request metadata.+    payload :: AuthorizedView,+    -- | Optional. The list of fields to update. A mask specifying which fields in the AuthorizedView resource should be updated. This mask is relative to the AuthorizedView resource, not to the request message. A field will be overwritten if it is in the mask. If empty, all fields set in the request will be overwritten. A special value @*@ means to overwrite all fields (including fields not set in the 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 'BigtableAdminProjectsInstancesTablesAuthorizedViewsPatch' with the minimum fields required to make a request.+newBigtableAdminProjectsInstancesTablesAuthorizedViewsPatch ::+  -- |  Identifier. The name of this AuthorizedView. Values are of the form @projects\/{project}\/instances\/{instance}\/tables\/{table}\/authorizedViews\/{authorized_view}@ See 'name'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  AuthorizedView ->+  BigtableAdminProjectsInstancesTablesAuthorizedViewsPatch+newBigtableAdminProjectsInstancesTablesAuthorizedViewsPatch+  name+  payload =+    BigtableAdminProjectsInstancesTablesAuthorizedViewsPatch+      { xgafv =+          Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        ignoreWarnings = Core.Nothing,+        name = name,+        payload = payload,+        updateMask = Core.Nothing,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing+      }++instance+  Core.GoogleRequest+    BigtableAdminProjectsInstancesTablesAuthorizedViewsPatch+  where+  type+    Rs BigtableAdminProjectsInstancesTablesAuthorizedViewsPatch =+      Operation+  type+    Scopes+      BigtableAdminProjectsInstancesTablesAuthorizedViewsPatch =+      '[ Bigtable'Admin,+         Bigtable'Admin'Table,+         CloudBigtable'Admin,+         CloudBigtable'Admin'Table,+         CloudPlatform'FullControl+       ]+  requestClient+    BigtableAdminProjectsInstancesTablesAuthorizedViewsPatch {..} =+      go+        name+        xgafv+        accessToken+        callback+        ignoreWarnings+        updateMask+        uploadType+        uploadProtocol+        (Core.Just Core.AltJSON)+        payload+        bigtableAdminService+      where+        go =+          Core.buildClient+            ( Core.Proxy ::+                Core.Proxy+                  BigtableAdminProjectsInstancesTablesAuthorizedViewsPatchResource+            )+            Core.mempty
+ gen/Gogol/BigtableAdmin/Projects/Instances/Tables/AuthorizedViews/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.BigtableAdmin.Projects.Instances.Tables.AuthorizedViews.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 a Bigtable resource. Replaces any existing policy.+--+-- /See:/ <https://cloud.google.com/bigtable/ Cloud Bigtable Admin API Reference> for @bigtableadmin.projects.instances.tables.authorizedViews.setIamPolicy@.+module Gogol.BigtableAdmin.Projects.Instances.Tables.AuthorizedViews.SetIamPolicy+  ( -- * Resource+    BigtableAdminProjectsInstancesTablesAuthorizedViewsSetIamPolicyResource,++    -- ** Constructing a Request+    BigtableAdminProjectsInstancesTablesAuthorizedViewsSetIamPolicy (..),+    newBigtableAdminProjectsInstancesTablesAuthorizedViewsSetIamPolicy,+  )+where++import Gogol.BigtableAdmin.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @bigtableadmin.projects.instances.tables.authorizedViews.setIamPolicy@ method which the+-- 'BigtableAdminProjectsInstancesTablesAuthorizedViewsSetIamPolicy' request conforms to.+type BigtableAdminProjectsInstancesTablesAuthorizedViewsSetIamPolicyResource =+  "v2"+    Core.:> Core.CaptureMode "resource" "setIamPolicy" 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.ReqBody '[Core.JSON] SetIamPolicyRequest+    Core.:> Core.Post '[Core.JSON] Policy++-- | Sets the access control policy on a Bigtable resource. Replaces any existing policy.+--+-- /See:/ 'newBigtableAdminProjectsInstancesTablesAuthorizedViewsSetIamPolicy' smart constructor.+data BigtableAdminProjectsInstancesTablesAuthorizedViewsSetIamPolicy = BigtableAdminProjectsInstancesTablesAuthorizedViewsSetIamPolicy+  { -- | 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 :: SetIamPolicyRequest,+    -- | REQUIRED: The resource for which the policy is being specified. See <https://cloud.google.com/apis/design/resource_names Resource names> for the appropriate value for this field.+    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 'BigtableAdminProjectsInstancesTablesAuthorizedViewsSetIamPolicy' with the minimum fields required to make a request.+newBigtableAdminProjectsInstancesTablesAuthorizedViewsSetIamPolicy ::+  -- |  Multipart request metadata. See 'payload'.+  SetIamPolicyRequest ->+  -- |  REQUIRED: The resource for which the policy is being specified. See <https://cloud.google.com/apis/design/resource_names Resource names> for the appropriate value for this field. See 'resource'.+  Core.Text ->+  BigtableAdminProjectsInstancesTablesAuthorizedViewsSetIamPolicy+newBigtableAdminProjectsInstancesTablesAuthorizedViewsSetIamPolicy+  payload+  resource =+    BigtableAdminProjectsInstancesTablesAuthorizedViewsSetIamPolicy+      { xgafv =+          Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        payload = payload,+        resource = resource,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing+      }++instance+  Core.GoogleRequest+    BigtableAdminProjectsInstancesTablesAuthorizedViewsSetIamPolicy+  where+  type+    Rs+      BigtableAdminProjectsInstancesTablesAuthorizedViewsSetIamPolicy =+      Policy+  type+    Scopes+      BigtableAdminProjectsInstancesTablesAuthorizedViewsSetIamPolicy =+      '[ Bigtable'Admin,+         Bigtable'Admin'Table,+         CloudBigtable'Admin,+         CloudBigtable'Admin'Table,+         CloudPlatform'FullControl+       ]+  requestClient+    BigtableAdminProjectsInstancesTablesAuthorizedViewsSetIamPolicy {..} =+      go+        resource+        xgafv+        accessToken+        callback+        uploadType+        uploadProtocol+        (Core.Just Core.AltJSON)+        payload+        bigtableAdminService+      where+        go =+          Core.buildClient+            ( Core.Proxy ::+                Core.Proxy+                  BigtableAdminProjectsInstancesTablesAuthorizedViewsSetIamPolicyResource+            )+            Core.mempty
+ gen/Gogol/BigtableAdmin/Projects/Instances/Tables/AuthorizedViews/TestIamPermissions.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.BigtableAdmin.Projects.Instances.Tables.AuthorizedViews.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 the caller has on the specified Bigtable resource.+--+-- /See:/ <https://cloud.google.com/bigtable/ Cloud Bigtable Admin API Reference> for @bigtableadmin.projects.instances.tables.authorizedViews.testIamPermissions@.+module Gogol.BigtableAdmin.Projects.Instances.Tables.AuthorizedViews.TestIamPermissions+  ( -- * Resource+    BigtableAdminProjectsInstancesTablesAuthorizedViewsTestIamPermissionsResource,++    -- ** Constructing a Request+    BigtableAdminProjectsInstancesTablesAuthorizedViewsTestIamPermissions (..),+    newBigtableAdminProjectsInstancesTablesAuthorizedViewsTestIamPermissions,+  )+where++import Gogol.BigtableAdmin.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @bigtableadmin.projects.instances.tables.authorizedViews.testIamPermissions@ method which the+-- 'BigtableAdminProjectsInstancesTablesAuthorizedViewsTestIamPermissions' request conforms to.+type BigtableAdminProjectsInstancesTablesAuthorizedViewsTestIamPermissionsResource =+  "v2"+    Core.:> Core.CaptureMode "resource" "testIamPermissions" 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.ReqBody '[Core.JSON] TestIamPermissionsRequest+    Core.:> Core.Post '[Core.JSON] TestIamPermissionsResponse++-- | Returns permissions that the caller has on the specified Bigtable resource.+--+-- /See:/ 'newBigtableAdminProjectsInstancesTablesAuthorizedViewsTestIamPermissions' smart constructor.+data BigtableAdminProjectsInstancesTablesAuthorizedViewsTestIamPermissions = BigtableAdminProjectsInstancesTablesAuthorizedViewsTestIamPermissions+  { -- | 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 :: TestIamPermissionsRequest,+    -- | REQUIRED: The resource for which the policy detail is being requested. See <https://cloud.google.com/apis/design/resource_names Resource names> for the appropriate value for this field.+    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 'BigtableAdminProjectsInstancesTablesAuthorizedViewsTestIamPermissions' with the minimum fields required to make a request.+newBigtableAdminProjectsInstancesTablesAuthorizedViewsTestIamPermissions ::+  -- |  Multipart request metadata. See 'payload'.+  TestIamPermissionsRequest ->+  -- |  REQUIRED: The resource for which the policy detail is being requested. See <https://cloud.google.com/apis/design/resource_names Resource names> for the appropriate value for this field. See 'resource'.+  Core.Text ->+  BigtableAdminProjectsInstancesTablesAuthorizedViewsTestIamPermissions+newBigtableAdminProjectsInstancesTablesAuthorizedViewsTestIamPermissions+  payload+  resource =+    BigtableAdminProjectsInstancesTablesAuthorizedViewsTestIamPermissions+      { xgafv =+          Core.Nothing,+        accessToken =+          Core.Nothing,+        callback = Core.Nothing,+        payload = payload,+        resource = resource,+        uploadType = Core.Nothing,+        uploadProtocol =+          Core.Nothing+      }++instance+  Core.GoogleRequest+    BigtableAdminProjectsInstancesTablesAuthorizedViewsTestIamPermissions+  where+  type+    Rs+      BigtableAdminProjectsInstancesTablesAuthorizedViewsTestIamPermissions =+      TestIamPermissionsResponse+  type+    Scopes+      BigtableAdminProjectsInstancesTablesAuthorizedViewsTestIamPermissions =+      '[ Bigtable'Admin,+         Bigtable'Admin'Table,+         CloudBigtable'Admin,+         CloudBigtable'Admin'Table,+         CloudPlatform'FullControl+       ]+  requestClient+    BigtableAdminProjectsInstancesTablesAuthorizedViewsTestIamPermissions {..} =+      go+        resource+        xgafv+        accessToken+        callback+        uploadType+        uploadProtocol+        (Core.Just Core.AltJSON)+        payload+        bigtableAdminService+      where+        go =+          Core.buildClient+            ( Core.Proxy ::+                Core.Proxy+                  BigtableAdminProjectsInstancesTablesAuthorizedViewsTestIamPermissionsResource+            )+            Core.mempty
+ gen/Gogol/BigtableAdmin/Projects/Instances/Tables/CheckConsistency.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.BigtableAdmin.Projects.Instances.Tables.CheckConsistency+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Checks replication consistency based on a consistency token, that is, if replication has caught up based on the conditions specified in the token and the check request.+--+-- /See:/ <https://cloud.google.com/bigtable/ Cloud Bigtable Admin API Reference> for @bigtableadmin.projects.instances.tables.checkConsistency@.+module Gogol.BigtableAdmin.Projects.Instances.Tables.CheckConsistency+  ( -- * Resource+    BigtableAdminProjectsInstancesTablesCheckConsistencyResource,++    -- ** Constructing a Request+    BigtableAdminProjectsInstancesTablesCheckConsistency (..),+    newBigtableAdminProjectsInstancesTablesCheckConsistency,+  )+where++import Gogol.BigtableAdmin.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @bigtableadmin.projects.instances.tables.checkConsistency@ method which the+-- 'BigtableAdminProjectsInstancesTablesCheckConsistency' request conforms to.+type BigtableAdminProjectsInstancesTablesCheckConsistencyResource =+  "v2"+    Core.:> Core.CaptureMode "name" "checkConsistency" 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.ReqBody '[Core.JSON] CheckConsistencyRequest+    Core.:> Core.Post '[Core.JSON] CheckConsistencyResponse++-- | Checks replication consistency based on a consistency token, that is, if replication has caught up based on the conditions specified in the token and the check request.+--+-- /See:/ 'newBigtableAdminProjectsInstancesTablesCheckConsistency' smart constructor.+data BigtableAdminProjectsInstancesTablesCheckConsistency = BigtableAdminProjectsInstancesTablesCheckConsistency+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Required. The unique name of the Table for which to check replication consistency. Values are of the form @projects\/{project}\/instances\/{instance}\/tables\/{table}@.+    name :: Core.Text,+    -- | Multipart request metadata.+    payload :: CheckConsistencyRequest,+    -- | Legacy upload protocol 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 'BigtableAdminProjectsInstancesTablesCheckConsistency' with the minimum fields required to make a request.+newBigtableAdminProjectsInstancesTablesCheckConsistency ::+  -- |  Required. The unique name of the Table for which to check replication consistency. Values are of the form @projects\/{project}\/instances\/{instance}\/tables\/{table}@. See 'name'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  CheckConsistencyRequest ->+  BigtableAdminProjectsInstancesTablesCheckConsistency+newBigtableAdminProjectsInstancesTablesCheckConsistency+  name+  payload =+    BigtableAdminProjectsInstancesTablesCheckConsistency+      { xgafv =+          Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        name = name,+        payload = payload,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing+      }++instance+  Core.GoogleRequest+    BigtableAdminProjectsInstancesTablesCheckConsistency+  where+  type+    Rs BigtableAdminProjectsInstancesTablesCheckConsistency =+      CheckConsistencyResponse+  type+    Scopes BigtableAdminProjectsInstancesTablesCheckConsistency =+      '[ Bigtable'Admin,+         Bigtable'Admin'Table,+         CloudBigtable'Admin,+         CloudBigtable'Admin'Table,+         CloudPlatform'FullControl+       ]+  requestClient+    BigtableAdminProjectsInstancesTablesCheckConsistency {..} =+      go+        name+        xgafv+        accessToken+        callback+        uploadType+        uploadProtocol+        (Core.Just Core.AltJSON)+        payload+        bigtableAdminService+      where+        go =+          Core.buildClient+            ( Core.Proxy ::+                Core.Proxy+                  BigtableAdminProjectsInstancesTablesCheckConsistencyResource+            )+            Core.mempty
+ gen/Gogol/BigtableAdmin/Projects/Instances/Tables/Create.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.BigtableAdmin.Projects.Instances.Tables.Create+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.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 table in the specified instance. The table can be created with a full set of initial column families, specified in the request.+--+-- /See:/ <https://cloud.google.com/bigtable/ Cloud Bigtable Admin API Reference> for @bigtableadmin.projects.instances.tables.create@.+module Gogol.BigtableAdmin.Projects.Instances.Tables.Create+  ( -- * Resource+    BigtableAdminProjectsInstancesTablesCreateResource,++    -- ** Constructing a Request+    BigtableAdminProjectsInstancesTablesCreate (..),+    newBigtableAdminProjectsInstancesTablesCreate,+  )+where++import Gogol.BigtableAdmin.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @bigtableadmin.projects.instances.tables.create@ method which the+-- 'BigtableAdminProjectsInstancesTablesCreate' request conforms to.+type BigtableAdminProjectsInstancesTablesCreateResource =+  "v2"+    Core.:> Core.Capture "parent" Core.Text+    Core.:> "tables"+    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] CreateTableRequest+    Core.:> Core.Post '[Core.JSON] Table++-- | Creates a new table in the specified instance. The table can be created with a full set of initial column families, specified in the request.+--+-- /See:/ 'newBigtableAdminProjectsInstancesTablesCreate' smart constructor.+data BigtableAdminProjectsInstancesTablesCreate = BigtableAdminProjectsInstancesTablesCreate+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Required. The unique name of the instance in which to create the table. Values are of the form @projects\/{project}\/instances\/{instance}@.+    parent :: Core.Text,+    -- | Multipart request metadata.+    payload :: CreateTableRequest,+    -- | Legacy upload protocol 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 'BigtableAdminProjectsInstancesTablesCreate' with the minimum fields required to make a request.+newBigtableAdminProjectsInstancesTablesCreate ::+  -- |  Required. The unique name of the instance in which to create the table. Values are of the form @projects\/{project}\/instances\/{instance}@. See 'parent'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  CreateTableRequest ->+  BigtableAdminProjectsInstancesTablesCreate+newBigtableAdminProjectsInstancesTablesCreate parent payload =+  BigtableAdminProjectsInstancesTablesCreate+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      parent = parent,+      payload = payload,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance+  Core.GoogleRequest+    BigtableAdminProjectsInstancesTablesCreate+  where+  type Rs BigtableAdminProjectsInstancesTablesCreate = Table+  type+    Scopes BigtableAdminProjectsInstancesTablesCreate =+      '[ Bigtable'Admin,+         Bigtable'Admin'Table,+         CloudBigtable'Admin,+         CloudBigtable'Admin'Table,+         CloudPlatform'FullControl+       ]+  requestClient BigtableAdminProjectsInstancesTablesCreate {..} =+    go+      parent+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      bigtableAdminService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy BigtableAdminProjectsInstancesTablesCreateResource+          )+          Core.mempty
+ gen/Gogol/BigtableAdmin/Projects/Instances/Tables/Delete.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.BigtableAdmin.Projects.Instances.Tables.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)+--+-- Permanently deletes a specified table and all of its data.+--+-- /See:/ <https://cloud.google.com/bigtable/ Cloud Bigtable Admin API Reference> for @bigtableadmin.projects.instances.tables.delete@.+module Gogol.BigtableAdmin.Projects.Instances.Tables.Delete+  ( -- * Resource+    BigtableAdminProjectsInstancesTablesDeleteResource,++    -- ** Constructing a Request+    BigtableAdminProjectsInstancesTablesDelete (..),+    newBigtableAdminProjectsInstancesTablesDelete,+  )+where++import Gogol.BigtableAdmin.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @bigtableadmin.projects.instances.tables.delete@ method which the+-- 'BigtableAdminProjectsInstancesTablesDelete' request conforms to.+type BigtableAdminProjectsInstancesTablesDeleteResource =+  "v2"+    Core.:> Core.Capture "name" 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] Empty++-- | Permanently deletes a specified table and all of its data.+--+-- /See:/ 'newBigtableAdminProjectsInstancesTablesDelete' smart constructor.+data BigtableAdminProjectsInstancesTablesDelete = BigtableAdminProjectsInstancesTablesDelete+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Required. The unique name of the table to be deleted. Values are of the form @projects\/{project}\/instances\/{instance}\/tables\/{table}@.+    name :: Core.Text,+    -- | Legacy upload protocol 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 'BigtableAdminProjectsInstancesTablesDelete' with the minimum fields required to make a request.+newBigtableAdminProjectsInstancesTablesDelete ::+  -- |  Required. The unique name of the table to be deleted. Values are of the form @projects\/{project}\/instances\/{instance}\/tables\/{table}@. See 'name'.+  Core.Text ->+  BigtableAdminProjectsInstancesTablesDelete+newBigtableAdminProjectsInstancesTablesDelete name =+  BigtableAdminProjectsInstancesTablesDelete+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      name = name,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance+  Core.GoogleRequest+    BigtableAdminProjectsInstancesTablesDelete+  where+  type Rs BigtableAdminProjectsInstancesTablesDelete = Empty+  type+    Scopes BigtableAdminProjectsInstancesTablesDelete =+      '[ Bigtable'Admin,+         Bigtable'Admin'Table,+         CloudBigtable'Admin,+         CloudBigtable'Admin'Table,+         CloudPlatform'FullControl+       ]+  requestClient BigtableAdminProjectsInstancesTablesDelete {..} =+    go+      name+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      bigtableAdminService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy BigtableAdminProjectsInstancesTablesDeleteResource+          )+          Core.mempty
+ gen/Gogol/BigtableAdmin/Projects/Instances/Tables/DropRowRange.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.BigtableAdmin.Projects.Instances.Tables.DropRowRange+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Permanently drop\/delete a row range from a specified table. The request can specify whether to delete all rows in a table, or only those that match a particular prefix. Note that row key prefixes used here are treated as service data. For more information about how service data is handled, see the <https://cloud.google.com/terms/cloud-privacy-notice Google Cloud Privacy Notice>.+--+-- /See:/ <https://cloud.google.com/bigtable/ Cloud Bigtable Admin API Reference> for @bigtableadmin.projects.instances.tables.dropRowRange@.+module Gogol.BigtableAdmin.Projects.Instances.Tables.DropRowRange+  ( -- * Resource+    BigtableAdminProjectsInstancesTablesDropRowRangeResource,++    -- ** Constructing a Request+    BigtableAdminProjectsInstancesTablesDropRowRange (..),+    newBigtableAdminProjectsInstancesTablesDropRowRange,+  )+where++import Gogol.BigtableAdmin.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @bigtableadmin.projects.instances.tables.dropRowRange@ method which the+-- 'BigtableAdminProjectsInstancesTablesDropRowRange' request conforms to.+type BigtableAdminProjectsInstancesTablesDropRowRangeResource =+  "v2"+    Core.:> Core.CaptureMode "name" "dropRowRange" 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.ReqBody '[Core.JSON] DropRowRangeRequest+    Core.:> Core.Post '[Core.JSON] Empty++-- | Permanently drop\/delete a row range from a specified table. The request can specify whether to delete all rows in a table, or only those that match a particular prefix. Note that row key prefixes used here are treated as service data. For more information about how service data is handled, see the <https://cloud.google.com/terms/cloud-privacy-notice Google Cloud Privacy Notice>.+--+-- /See:/ 'newBigtableAdminProjectsInstancesTablesDropRowRange' smart constructor.+data BigtableAdminProjectsInstancesTablesDropRowRange = BigtableAdminProjectsInstancesTablesDropRowRange+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Required. The unique name of the table on which to drop a range of rows. Values are of the form @projects\/{project}\/instances\/{instance}\/tables\/{table}@.+    name :: Core.Text,+    -- | Multipart request metadata.+    payload :: DropRowRangeRequest,+    -- | Legacy upload protocol 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 'BigtableAdminProjectsInstancesTablesDropRowRange' with the minimum fields required to make a request.+newBigtableAdminProjectsInstancesTablesDropRowRange ::+  -- |  Required. The unique name of the table on which to drop a range of rows. Values are of the form @projects\/{project}\/instances\/{instance}\/tables\/{table}@. See 'name'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  DropRowRangeRequest ->+  BigtableAdminProjectsInstancesTablesDropRowRange+newBigtableAdminProjectsInstancesTablesDropRowRange name payload =+  BigtableAdminProjectsInstancesTablesDropRowRange+    { xgafv =+        Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      name = name,+      payload = payload,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance+  Core.GoogleRequest+    BigtableAdminProjectsInstancesTablesDropRowRange+  where+  type Rs BigtableAdminProjectsInstancesTablesDropRowRange = Empty+  type+    Scopes BigtableAdminProjectsInstancesTablesDropRowRange =+      '[ Bigtable'Admin,+         Bigtable'Admin'Table,+         CloudBigtable'Admin,+         CloudBigtable'Admin'Table,+         CloudPlatform'FullControl+       ]+  requestClient BigtableAdminProjectsInstancesTablesDropRowRange {..} =+    go+      name+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      bigtableAdminService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy+                BigtableAdminProjectsInstancesTablesDropRowRangeResource+          )+          Core.mempty
+ gen/Gogol/BigtableAdmin/Projects/Instances/Tables/GenerateConsistencyToken.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.BigtableAdmin.Projects.Instances.Tables.GenerateConsistencyToken+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Generates a consistency token for a Table, which can be used in CheckConsistency to check whether mutations to the table that finished before this call started have been replicated. The tokens will be available for 90 days.+--+-- /See:/ <https://cloud.google.com/bigtable/ Cloud Bigtable Admin API Reference> for @bigtableadmin.projects.instances.tables.generateConsistencyToken@.+module Gogol.BigtableAdmin.Projects.Instances.Tables.GenerateConsistencyToken+  ( -- * Resource+    BigtableAdminProjectsInstancesTablesGenerateConsistencyTokenResource,++    -- ** Constructing a Request+    BigtableAdminProjectsInstancesTablesGenerateConsistencyToken (..),+    newBigtableAdminProjectsInstancesTablesGenerateConsistencyToken,+  )+where++import Gogol.BigtableAdmin.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @bigtableadmin.projects.instances.tables.generateConsistencyToken@ method which the+-- 'BigtableAdminProjectsInstancesTablesGenerateConsistencyToken' request conforms to.+type BigtableAdminProjectsInstancesTablesGenerateConsistencyTokenResource =+  "v2"+    Core.:> Core.CaptureMode "name" "generateConsistencyToken" 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.ReqBody '[Core.JSON] GenerateConsistencyTokenRequest+    Core.:> Core.Post '[Core.JSON] GenerateConsistencyTokenResponse++-- | Generates a consistency token for a Table, which can be used in CheckConsistency to check whether mutations to the table that finished before this call started have been replicated. The tokens will be available for 90 days.+--+-- /See:/ 'newBigtableAdminProjectsInstancesTablesGenerateConsistencyToken' smart constructor.+data BigtableAdminProjectsInstancesTablesGenerateConsistencyToken = BigtableAdminProjectsInstancesTablesGenerateConsistencyToken+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Required. The unique name of the Table for which to create a consistency token. Values are of the form @projects\/{project}\/instances\/{instance}\/tables\/{table}@.+    name :: Core.Text,+    -- | Multipart request metadata.+    payload :: GenerateConsistencyTokenRequest,+    -- | Legacy upload protocol 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 'BigtableAdminProjectsInstancesTablesGenerateConsistencyToken' with the minimum fields required to make a request.+newBigtableAdminProjectsInstancesTablesGenerateConsistencyToken ::+  -- |  Required. The unique name of the Table for which to create a consistency token. Values are of the form @projects\/{project}\/instances\/{instance}\/tables\/{table}@. See 'name'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  GenerateConsistencyTokenRequest ->+  BigtableAdminProjectsInstancesTablesGenerateConsistencyToken+newBigtableAdminProjectsInstancesTablesGenerateConsistencyToken+  name+  payload =+    BigtableAdminProjectsInstancesTablesGenerateConsistencyToken+      { xgafv =+          Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        name = name,+        payload = payload,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing+      }++instance+  Core.GoogleRequest+    BigtableAdminProjectsInstancesTablesGenerateConsistencyToken+  where+  type+    Rs+      BigtableAdminProjectsInstancesTablesGenerateConsistencyToken =+      GenerateConsistencyTokenResponse+  type+    Scopes+      BigtableAdminProjectsInstancesTablesGenerateConsistencyToken =+      '[ Bigtable'Admin,+         Bigtable'Admin'Table,+         CloudBigtable'Admin,+         CloudBigtable'Admin'Table,+         CloudPlatform'FullControl+       ]+  requestClient+    BigtableAdminProjectsInstancesTablesGenerateConsistencyToken {..} =+      go+        name+        xgafv+        accessToken+        callback+        uploadType+        uploadProtocol+        (Core.Just Core.AltJSON)+        payload+        bigtableAdminService+      where+        go =+          Core.buildClient+            ( Core.Proxy ::+                Core.Proxy+                  BigtableAdminProjectsInstancesTablesGenerateConsistencyTokenResource+            )+            Core.mempty
+ gen/Gogol/BigtableAdmin/Projects/Instances/Tables/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.BigtableAdmin.Projects.Instances.Tables.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 metadata information about the specified table.+--+-- /See:/ <https://cloud.google.com/bigtable/ Cloud Bigtable Admin API Reference> for @bigtableadmin.projects.instances.tables.get@.+module Gogol.BigtableAdmin.Projects.Instances.Tables.Get+  ( -- * Resource+    BigtableAdminProjectsInstancesTablesGetResource,++    -- ** Constructing a Request+    BigtableAdminProjectsInstancesTablesGet (..),+    newBigtableAdminProjectsInstancesTablesGet,+  )+where++import Gogol.BigtableAdmin.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @bigtableadmin.projects.instances.tables.get@ method which the+-- 'BigtableAdminProjectsInstancesTablesGet' request conforms to.+type BigtableAdminProjectsInstancesTablesGetResource =+  "v2"+    Core.:> Core.Capture "name" 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 "view" ProjectsInstancesTablesGetView+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] Table++-- | Gets metadata information about the specified table.+--+-- /See:/ 'newBigtableAdminProjectsInstancesTablesGet' smart constructor.+data BigtableAdminProjectsInstancesTablesGet = BigtableAdminProjectsInstancesTablesGet+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Required. The unique name of the requested table. Values are of the form @projects\/{project}\/instances\/{instance}\/tables\/{table}@.+    name :: Core.Text,+    -- | Legacy upload protocol 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 view to be applied to the returned table\'s fields. Defaults to @SCHEMA_VIEW@ if unspecified.+    view :: (Core.Maybe ProjectsInstancesTablesGetView)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'BigtableAdminProjectsInstancesTablesGet' with the minimum fields required to make a request.+newBigtableAdminProjectsInstancesTablesGet ::+  -- |  Required. The unique name of the requested table. Values are of the form @projects\/{project}\/instances\/{instance}\/tables\/{table}@. See 'name'.+  Core.Text ->+  BigtableAdminProjectsInstancesTablesGet+newBigtableAdminProjectsInstancesTablesGet name =+  BigtableAdminProjectsInstancesTablesGet+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      name = name,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      view = Core.Nothing+    }++instance Core.GoogleRequest BigtableAdminProjectsInstancesTablesGet where+  type Rs BigtableAdminProjectsInstancesTablesGet = Table+  type+    Scopes BigtableAdminProjectsInstancesTablesGet =+      '[ Bigtable'Admin,+         Bigtable'Admin'Table,+         CloudBigtable'Admin,+         CloudBigtable'Admin'Table,+         CloudPlatform'FullControl,+         CloudPlatform'ReadOnly+       ]+  requestClient BigtableAdminProjectsInstancesTablesGet {..} =+    go+      name+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      view+      (Core.Just Core.AltJSON)+      bigtableAdminService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy BigtableAdminProjectsInstancesTablesGetResource+          )+          Core.mempty
+ gen/Gogol/BigtableAdmin/Projects/Instances/Tables/GetIamPolicy.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.BigtableAdmin.Projects.Instances.Tables.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 Bigtable resource. Returns an empty policy if the resource exists but does not have a policy set.+--+-- /See:/ <https://cloud.google.com/bigtable/ Cloud Bigtable Admin API Reference> for @bigtableadmin.projects.instances.tables.getIamPolicy@.+module Gogol.BigtableAdmin.Projects.Instances.Tables.GetIamPolicy+  ( -- * Resource+    BigtableAdminProjectsInstancesTablesGetIamPolicyResource,++    -- ** Constructing a Request+    BigtableAdminProjectsInstancesTablesGetIamPolicy (..),+    newBigtableAdminProjectsInstancesTablesGetIamPolicy,+  )+where++import Gogol.BigtableAdmin.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @bigtableadmin.projects.instances.tables.getIamPolicy@ method which the+-- 'BigtableAdminProjectsInstancesTablesGetIamPolicy' request conforms to.+type BigtableAdminProjectsInstancesTablesGetIamPolicyResource =+  "v2"+    Core.:> Core.CaptureMode "resource" "getIamPolicy" 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.ReqBody '[Core.JSON] GetIamPolicyRequest+    Core.:> Core.Post '[Core.JSON] Policy++-- | Gets the access control policy for a Bigtable resource. Returns an empty policy if the resource exists but does not have a policy set.+--+-- /See:/ 'newBigtableAdminProjectsInstancesTablesGetIamPolicy' smart constructor.+data BigtableAdminProjectsInstancesTablesGetIamPolicy = BigtableAdminProjectsInstancesTablesGetIamPolicy+  { -- | 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 :: GetIamPolicyRequest,+    -- | REQUIRED: The resource for which the policy is being requested. See <https://cloud.google.com/apis/design/resource_names Resource names> for the appropriate value for this field.+    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 'BigtableAdminProjectsInstancesTablesGetIamPolicy' with the minimum fields required to make a request.+newBigtableAdminProjectsInstancesTablesGetIamPolicy ::+  -- |  Multipart request metadata. See 'payload'.+  GetIamPolicyRequest ->+  -- |  REQUIRED: The resource for which the policy is being requested. See <https://cloud.google.com/apis/design/resource_names Resource names> for the appropriate value for this field. See 'resource'.+  Core.Text ->+  BigtableAdminProjectsInstancesTablesGetIamPolicy+newBigtableAdminProjectsInstancesTablesGetIamPolicy+  payload+  resource =+    BigtableAdminProjectsInstancesTablesGetIamPolicy+      { xgafv =+          Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        payload = payload,+        resource = resource,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing+      }++instance+  Core.GoogleRequest+    BigtableAdminProjectsInstancesTablesGetIamPolicy+  where+  type Rs BigtableAdminProjectsInstancesTablesGetIamPolicy = Policy+  type+    Scopes BigtableAdminProjectsInstancesTablesGetIamPolicy =+      '[ Bigtable'Admin,+         Bigtable'Admin'Table,+         CloudBigtable'Admin,+         CloudBigtable'Admin'Table,+         CloudPlatform'FullControl+       ]+  requestClient BigtableAdminProjectsInstancesTablesGetIamPolicy {..} =+    go+      resource+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      bigtableAdminService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy+                BigtableAdminProjectsInstancesTablesGetIamPolicyResource+          )+          Core.mempty
+ gen/Gogol/BigtableAdmin/Projects/Instances/Tables/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.BigtableAdmin.Projects.Instances.Tables.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 tables served from a specified instance.+--+-- /See:/ <https://cloud.google.com/bigtable/ Cloud Bigtable Admin API Reference> for @bigtableadmin.projects.instances.tables.list@.+module Gogol.BigtableAdmin.Projects.Instances.Tables.List+  ( -- * Resource+    BigtableAdminProjectsInstancesTablesListResource,++    -- ** Constructing a Request+    BigtableAdminProjectsInstancesTablesList (..),+    newBigtableAdminProjectsInstancesTablesList,+  )+where++import Gogol.BigtableAdmin.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @bigtableadmin.projects.instances.tables.list@ method which the+-- 'BigtableAdminProjectsInstancesTablesList' request conforms to.+type BigtableAdminProjectsInstancesTablesListResource =+  "v2"+    Core.:> Core.Capture "parent" Core.Text+    Core.:> "tables"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "pageSize" Core.Int32+    Core.:> Core.QueryParam "pageToken" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "view" ProjectsInstancesTablesListView+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] ListTablesResponse++-- | Lists all tables served from a specified instance.+--+-- /See:/ 'newBigtableAdminProjectsInstancesTablesList' smart constructor.+data BigtableAdminProjectsInstancesTablesList = BigtableAdminProjectsInstancesTablesList+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Maximum number of results per page. A page/size of zero lets the server choose the number of items to return. A page/size which is strictly positive will return at most that many items. A negative page/size will cause an error. Following the first request, subsequent paginated calls are not required to pass a page/size. If a page/size is set in subsequent calls, it must match the page/size given in the first request.+    pageSize :: (Core.Maybe Core.Int32),+    -- | The value of @next_page_token@ returned by a previous call.+    pageToken :: (Core.Maybe Core.Text),+    -- | Required. The unique name of the instance for which tables should be listed. Values are of the form @projects\/{project}\/instances\/{instance}@.+    parent :: Core.Text,+    -- | Legacy upload protocol 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 view to be applied to the returned tables\' fields. Only NAME/ONLY view (default), REPLICATION/VIEW and ENCRYPTION_VIEW are supported.+    view :: (Core.Maybe ProjectsInstancesTablesListView)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'BigtableAdminProjectsInstancesTablesList' with the minimum fields required to make a request.+newBigtableAdminProjectsInstancesTablesList ::+  -- |  Required. The unique name of the instance for which tables should be listed. Values are of the form @projects\/{project}\/instances\/{instance}@. See 'parent'.+  Core.Text ->+  BigtableAdminProjectsInstancesTablesList+newBigtableAdminProjectsInstancesTablesList parent =+  BigtableAdminProjectsInstancesTablesList+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      pageSize = Core.Nothing,+      pageToken = Core.Nothing,+      parent = parent,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      view = Core.Nothing+    }++instance+  Core.GoogleRequest+    BigtableAdminProjectsInstancesTablesList+  where+  type+    Rs BigtableAdminProjectsInstancesTablesList =+      ListTablesResponse+  type+    Scopes BigtableAdminProjectsInstancesTablesList =+      '[ Bigtable'Admin,+         Bigtable'Admin'Table,+         CloudBigtable'Admin,+         CloudBigtable'Admin'Table,+         CloudPlatform'FullControl,+         CloudPlatform'ReadOnly+       ]+  requestClient BigtableAdminProjectsInstancesTablesList {..} =+    go+      parent+      xgafv+      accessToken+      callback+      pageSize+      pageToken+      uploadType+      uploadProtocol+      view+      (Core.Just Core.AltJSON)+      bigtableAdminService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy BigtableAdminProjectsInstancesTablesListResource+          )+          Core.mempty
+ gen/Gogol/BigtableAdmin/Projects/Instances/Tables/ModifyColumnFamilies.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.BigtableAdmin.Projects.Instances.Tables.ModifyColumnFamilies+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.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 series of column family modifications on the specified table. Either all or none of the modifications will occur before this method returns, but data requests received prior to that point may see a table where only some modifications have taken effect.+--+-- /See:/ <https://cloud.google.com/bigtable/ Cloud Bigtable Admin API Reference> for @bigtableadmin.projects.instances.tables.modifyColumnFamilies@.+module Gogol.BigtableAdmin.Projects.Instances.Tables.ModifyColumnFamilies+  ( -- * Resource+    BigtableAdminProjectsInstancesTablesModifyColumnFamiliesResource,++    -- ** Constructing a Request+    BigtableAdminProjectsInstancesTablesModifyColumnFamilies (..),+    newBigtableAdminProjectsInstancesTablesModifyColumnFamilies,+  )+where++import Gogol.BigtableAdmin.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @bigtableadmin.projects.instances.tables.modifyColumnFamilies@ method which the+-- 'BigtableAdminProjectsInstancesTablesModifyColumnFamilies' request conforms to.+type BigtableAdminProjectsInstancesTablesModifyColumnFamiliesResource =+  "v2"+    Core.:> Core.CaptureMode "name" "modifyColumnFamilies" 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.ReqBody '[Core.JSON] ModifyColumnFamiliesRequest+    Core.:> Core.Post '[Core.JSON] Table++-- | Performs a series of column family modifications on the specified table. Either all or none of the modifications will occur before this method returns, but data requests received prior to that point may see a table where only some modifications have taken effect.+--+-- /See:/ 'newBigtableAdminProjectsInstancesTablesModifyColumnFamilies' smart constructor.+data BigtableAdminProjectsInstancesTablesModifyColumnFamilies = BigtableAdminProjectsInstancesTablesModifyColumnFamilies+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Required. The unique name of the table whose families should be modified. Values are of the form @projects\/{project}\/instances\/{instance}\/tables\/{table}@.+    name :: Core.Text,+    -- | Multipart request metadata.+    payload :: ModifyColumnFamiliesRequest,+    -- | Legacy upload protocol 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 'BigtableAdminProjectsInstancesTablesModifyColumnFamilies' with the minimum fields required to make a request.+newBigtableAdminProjectsInstancesTablesModifyColumnFamilies ::+  -- |  Required. The unique name of the table whose families should be modified. Values are of the form @projects\/{project}\/instances\/{instance}\/tables\/{table}@. See 'name'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  ModifyColumnFamiliesRequest ->+  BigtableAdminProjectsInstancesTablesModifyColumnFamilies+newBigtableAdminProjectsInstancesTablesModifyColumnFamilies+  name+  payload =+    BigtableAdminProjectsInstancesTablesModifyColumnFamilies+      { xgafv =+          Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        name = name,+        payload = payload,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing+      }++instance+  Core.GoogleRequest+    BigtableAdminProjectsInstancesTablesModifyColumnFamilies+  where+  type+    Rs BigtableAdminProjectsInstancesTablesModifyColumnFamilies =+      Table+  type+    Scopes+      BigtableAdminProjectsInstancesTablesModifyColumnFamilies =+      '[ Bigtable'Admin,+         Bigtable'Admin'Table,+         CloudBigtable'Admin,+         CloudBigtable'Admin'Table,+         CloudPlatform'FullControl+       ]+  requestClient+    BigtableAdminProjectsInstancesTablesModifyColumnFamilies {..} =+      go+        name+        xgafv+        accessToken+        callback+        uploadType+        uploadProtocol+        (Core.Just Core.AltJSON)+        payload+        bigtableAdminService+      where+        go =+          Core.buildClient+            ( Core.Proxy ::+                Core.Proxy+                  BigtableAdminProjectsInstancesTablesModifyColumnFamiliesResource+            )+            Core.mempty
+ gen/Gogol/BigtableAdmin/Projects/Instances/Tables/Patch.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.BigtableAdmin.Projects.Instances.Tables.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 specified table.+--+-- /See:/ <https://cloud.google.com/bigtable/ Cloud Bigtable Admin API Reference> for @bigtableadmin.projects.instances.tables.patch@.+module Gogol.BigtableAdmin.Projects.Instances.Tables.Patch+  ( -- * Resource+    BigtableAdminProjectsInstancesTablesPatchResource,++    -- ** Constructing a Request+    BigtableAdminProjectsInstancesTablesPatch (..),+    newBigtableAdminProjectsInstancesTablesPatch,+  )+where++import Gogol.BigtableAdmin.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @bigtableadmin.projects.instances.tables.patch@ method which the+-- 'BigtableAdminProjectsInstancesTablesPatch' request conforms to.+type BigtableAdminProjectsInstancesTablesPatchResource =+  "v2"+    Core.:> Core.Capture "name" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" 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] Table+    Core.:> Core.Patch '[Core.JSON] Operation++-- | Updates a specified table.+--+-- /See:/ 'newBigtableAdminProjectsInstancesTablesPatch' smart constructor.+data BigtableAdminProjectsInstancesTablesPatch = BigtableAdminProjectsInstancesTablesPatch+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | The unique name of the table. Values are of the form @projects\/{project}\/instances\/{instance}\/tables\/_a-zA-Z0-9*@. Views: @NAME_ONLY@, @SCHEMA_VIEW@, @REPLICATION_VIEW@, @STATS_VIEW@, @FULL@+    name :: Core.Text,+    -- | Multipart request metadata.+    payload :: Table,+    -- | Required. The list of fields to update. A mask specifying which fields (e.g. @change_stream_config@) in the @table@ field should be updated. This mask is relative to the @table@ field, not to the request message. The wildcard (/) path is currently not supported. Currently UpdateTable is only supported for the following fields: / @change_stream_config@ * @change_stream_config.retention_period@ * @deletion_protection@ * @automated_backup_policy@ * @automated_backup_policy.retention_period@ * @automated_backup_policy.frequency@ * @row_key_schema@ If @column_families@ is set in @update_mask@, it will return an UNIMPLEMENTED error.+    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 'BigtableAdminProjectsInstancesTablesPatch' with the minimum fields required to make a request.+newBigtableAdminProjectsInstancesTablesPatch ::+  -- |  The unique name of the table. Values are of the form @projects\/{project}\/instances\/{instance}\/tables\/_a-zA-Z0-9*@. Views: @NAME_ONLY@, @SCHEMA_VIEW@, @REPLICATION_VIEW@, @STATS_VIEW@, @FULL@ See 'name'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  Table ->+  BigtableAdminProjectsInstancesTablesPatch+newBigtableAdminProjectsInstancesTablesPatch name payload =+  BigtableAdminProjectsInstancesTablesPatch+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      name = name,+      payload = payload,+      updateMask = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance+  Core.GoogleRequest+    BigtableAdminProjectsInstancesTablesPatch+  where+  type Rs BigtableAdminProjectsInstancesTablesPatch = Operation+  type+    Scopes BigtableAdminProjectsInstancesTablesPatch =+      '[ Bigtable'Admin,+         Bigtable'Admin'Table,+         CloudBigtable'Admin,+         CloudBigtable'Admin'Table,+         CloudPlatform'FullControl+       ]+  requestClient BigtableAdminProjectsInstancesTablesPatch {..} =+    go+      name+      xgafv+      accessToken+      callback+      updateMask+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      bigtableAdminService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy BigtableAdminProjectsInstancesTablesPatchResource+          )+          Core.mempty
+ gen/Gogol/BigtableAdmin/Projects/Instances/Tables/Restore.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.BigtableAdmin.Projects.Instances.Tables.Restore+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.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 new table by restoring from a completed backup. The returned table long-running operation can be used to track the progress of the operation, and to cancel it. The metadata field type is RestoreTableMetadata. The response type is Table, if successful.+--+-- /See:/ <https://cloud.google.com/bigtable/ Cloud Bigtable Admin API Reference> for @bigtableadmin.projects.instances.tables.restore@.+module Gogol.BigtableAdmin.Projects.Instances.Tables.Restore+  ( -- * Resource+    BigtableAdminProjectsInstancesTablesRestoreResource,++    -- ** Constructing a Request+    BigtableAdminProjectsInstancesTablesRestore (..),+    newBigtableAdminProjectsInstancesTablesRestore,+  )+where++import Gogol.BigtableAdmin.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @bigtableadmin.projects.instances.tables.restore@ method which the+-- 'BigtableAdminProjectsInstancesTablesRestore' request conforms to.+type BigtableAdminProjectsInstancesTablesRestoreResource =+  "v2"+    Core.:> Core.Capture "parent" Core.Text+    Core.:> "tables:restore"+    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] RestoreTableRequest+    Core.:> Core.Post '[Core.JSON] Operation++-- | Create a new table by restoring from a completed backup. The returned table long-running operation can be used to track the progress of the operation, and to cancel it. The metadata field type is RestoreTableMetadata. The response type is Table, if successful.+--+-- /See:/ 'newBigtableAdminProjectsInstancesTablesRestore' smart constructor.+data BigtableAdminProjectsInstancesTablesRestore = BigtableAdminProjectsInstancesTablesRestore+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Required. The name of the instance in which to create the restored table. Values are of the form @projects\/\/instances\/@.+    parent :: Core.Text,+    -- | Multipart request metadata.+    payload :: RestoreTableRequest,+    -- | Legacy upload protocol 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 'BigtableAdminProjectsInstancesTablesRestore' with the minimum fields required to make a request.+newBigtableAdminProjectsInstancesTablesRestore ::+  -- |  Required. The name of the instance in which to create the restored table. Values are of the form @projects\/\/instances\/@. See 'parent'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  RestoreTableRequest ->+  BigtableAdminProjectsInstancesTablesRestore+newBigtableAdminProjectsInstancesTablesRestore parent payload =+  BigtableAdminProjectsInstancesTablesRestore+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      parent = parent,+      payload = payload,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance+  Core.GoogleRequest+    BigtableAdminProjectsInstancesTablesRestore+  where+  type Rs BigtableAdminProjectsInstancesTablesRestore = Operation+  type+    Scopes BigtableAdminProjectsInstancesTablesRestore =+      '[ Bigtable'Admin,+         Bigtable'Admin'Table,+         CloudBigtable'Admin,+         CloudBigtable'Admin'Table,+         CloudPlatform'FullControl+       ]+  requestClient BigtableAdminProjectsInstancesTablesRestore {..} =+    go+      parent+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      bigtableAdminService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy BigtableAdminProjectsInstancesTablesRestoreResource+          )+          Core.mempty
+ gen/Gogol/BigtableAdmin/Projects/Instances/Tables/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.BigtableAdmin.Projects.Instances.Tables.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 a Bigtable resource. Replaces any existing policy.+--+-- /See:/ <https://cloud.google.com/bigtable/ Cloud Bigtable Admin API Reference> for @bigtableadmin.projects.instances.tables.setIamPolicy@.+module Gogol.BigtableAdmin.Projects.Instances.Tables.SetIamPolicy+  ( -- * Resource+    BigtableAdminProjectsInstancesTablesSetIamPolicyResource,++    -- ** Constructing a Request+    BigtableAdminProjectsInstancesTablesSetIamPolicy (..),+    newBigtableAdminProjectsInstancesTablesSetIamPolicy,+  )+where++import Gogol.BigtableAdmin.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @bigtableadmin.projects.instances.tables.setIamPolicy@ method which the+-- 'BigtableAdminProjectsInstancesTablesSetIamPolicy' request conforms to.+type BigtableAdminProjectsInstancesTablesSetIamPolicyResource =+  "v2"+    Core.:> Core.CaptureMode "resource" "setIamPolicy" 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.ReqBody '[Core.JSON] SetIamPolicyRequest+    Core.:> Core.Post '[Core.JSON] Policy++-- | Sets the access control policy on a Bigtable resource. Replaces any existing policy.+--+-- /See:/ 'newBigtableAdminProjectsInstancesTablesSetIamPolicy' smart constructor.+data BigtableAdminProjectsInstancesTablesSetIamPolicy = BigtableAdminProjectsInstancesTablesSetIamPolicy+  { -- | 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 :: SetIamPolicyRequest,+    -- | REQUIRED: The resource for which the policy is being specified. See <https://cloud.google.com/apis/design/resource_names Resource names> for the appropriate value for this field.+    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 'BigtableAdminProjectsInstancesTablesSetIamPolicy' with the minimum fields required to make a request.+newBigtableAdminProjectsInstancesTablesSetIamPolicy ::+  -- |  Multipart request metadata. See 'payload'.+  SetIamPolicyRequest ->+  -- |  REQUIRED: The resource for which the policy is being specified. See <https://cloud.google.com/apis/design/resource_names Resource names> for the appropriate value for this field. See 'resource'.+  Core.Text ->+  BigtableAdminProjectsInstancesTablesSetIamPolicy+newBigtableAdminProjectsInstancesTablesSetIamPolicy+  payload+  resource =+    BigtableAdminProjectsInstancesTablesSetIamPolicy+      { xgafv =+          Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        payload = payload,+        resource = resource,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing+      }++instance+  Core.GoogleRequest+    BigtableAdminProjectsInstancesTablesSetIamPolicy+  where+  type Rs BigtableAdminProjectsInstancesTablesSetIamPolicy = Policy+  type+    Scopes BigtableAdminProjectsInstancesTablesSetIamPolicy =+      '[ Bigtable'Admin,+         Bigtable'Admin'Table,+         CloudBigtable'Admin,+         CloudBigtable'Admin'Table,+         CloudPlatform'FullControl+       ]+  requestClient BigtableAdminProjectsInstancesTablesSetIamPolicy {..} =+    go+      resource+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      bigtableAdminService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy+                BigtableAdminProjectsInstancesTablesSetIamPolicyResource+          )+          Core.mempty
+ gen/Gogol/BigtableAdmin/Projects/Instances/Tables/TestIamPermissions.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.BigtableAdmin.Projects.Instances.Tables.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 the caller has on the specified Bigtable resource.+--+-- /See:/ <https://cloud.google.com/bigtable/ Cloud Bigtable Admin API Reference> for @bigtableadmin.projects.instances.tables.testIamPermissions@.+module Gogol.BigtableAdmin.Projects.Instances.Tables.TestIamPermissions+  ( -- * Resource+    BigtableAdminProjectsInstancesTablesTestIamPermissionsResource,++    -- ** Constructing a Request+    BigtableAdminProjectsInstancesTablesTestIamPermissions (..),+    newBigtableAdminProjectsInstancesTablesTestIamPermissions,+  )+where++import Gogol.BigtableAdmin.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @bigtableadmin.projects.instances.tables.testIamPermissions@ method which the+-- 'BigtableAdminProjectsInstancesTablesTestIamPermissions' request conforms to.+type BigtableAdminProjectsInstancesTablesTestIamPermissionsResource =+  "v2"+    Core.:> Core.CaptureMode "resource" "testIamPermissions" 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.ReqBody '[Core.JSON] TestIamPermissionsRequest+    Core.:> Core.Post '[Core.JSON] TestIamPermissionsResponse++-- | Returns permissions that the caller has on the specified Bigtable resource.+--+-- /See:/ 'newBigtableAdminProjectsInstancesTablesTestIamPermissions' smart constructor.+data BigtableAdminProjectsInstancesTablesTestIamPermissions = BigtableAdminProjectsInstancesTablesTestIamPermissions+  { -- | 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 :: TestIamPermissionsRequest,+    -- | REQUIRED: The resource for which the policy detail is being requested. See <https://cloud.google.com/apis/design/resource_names Resource names> for the appropriate value for this field.+    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 'BigtableAdminProjectsInstancesTablesTestIamPermissions' with the minimum fields required to make a request.+newBigtableAdminProjectsInstancesTablesTestIamPermissions ::+  -- |  Multipart request metadata. See 'payload'.+  TestIamPermissionsRequest ->+  -- |  REQUIRED: The resource for which the policy detail is being requested. See <https://cloud.google.com/apis/design/resource_names Resource names> for the appropriate value for this field. See 'resource'.+  Core.Text ->+  BigtableAdminProjectsInstancesTablesTestIamPermissions+newBigtableAdminProjectsInstancesTablesTestIamPermissions+  payload+  resource =+    BigtableAdminProjectsInstancesTablesTestIamPermissions+      { xgafv =+          Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        payload = payload,+        resource = resource,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing+      }++instance+  Core.GoogleRequest+    BigtableAdminProjectsInstancesTablesTestIamPermissions+  where+  type+    Rs BigtableAdminProjectsInstancesTablesTestIamPermissions =+      TestIamPermissionsResponse+  type+    Scopes BigtableAdminProjectsInstancesTablesTestIamPermissions =+      '[ Bigtable'Admin,+         Bigtable'Admin'Table,+         CloudBigtable'Admin,+         CloudBigtable'Admin'Table,+         CloudPlatform'FullControl+       ]+  requestClient+    BigtableAdminProjectsInstancesTablesTestIamPermissions {..} =+      go+        resource+        xgafv+        accessToken+        callback+        uploadType+        uploadProtocol+        (Core.Just Core.AltJSON)+        payload+        bigtableAdminService+      where+        go =+          Core.buildClient+            ( Core.Proxy ::+                Core.Proxy+                  BigtableAdminProjectsInstancesTablesTestIamPermissionsResource+            )+            Core.mempty
+ gen/Gogol/BigtableAdmin/Projects/Instances/Tables/Undelete.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.BigtableAdmin.Projects.Instances.Tables.Undelete+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+--+-- Restores a specified table which was accidentally deleted.+--+-- /See:/ <https://cloud.google.com/bigtable/ Cloud Bigtable Admin API Reference> for @bigtableadmin.projects.instances.tables.undelete@.+module Gogol.BigtableAdmin.Projects.Instances.Tables.Undelete+  ( -- * Resource+    BigtableAdminProjectsInstancesTablesUndeleteResource,++    -- ** Constructing a Request+    BigtableAdminProjectsInstancesTablesUndelete (..),+    newBigtableAdminProjectsInstancesTablesUndelete,+  )+where++import Gogol.BigtableAdmin.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @bigtableadmin.projects.instances.tables.undelete@ method which the+-- 'BigtableAdminProjectsInstancesTablesUndelete' request conforms to.+type BigtableAdminProjectsInstancesTablesUndeleteResource =+  "v2"+    Core.:> Core.CaptureMode "name" "undelete" 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.ReqBody '[Core.JSON] UndeleteTableRequest+    Core.:> Core.Post '[Core.JSON] Operation++-- | Restores a specified table which was accidentally deleted.+--+-- /See:/ 'newBigtableAdminProjectsInstancesTablesUndelete' smart constructor.+data BigtableAdminProjectsInstancesTablesUndelete = BigtableAdminProjectsInstancesTablesUndelete+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Required. The unique name of the table to be restored. Values are of the form @projects\/{project}\/instances\/{instance}\/tables\/{table}@.+    name :: Core.Text,+    -- | Multipart request metadata.+    payload :: UndeleteTableRequest,+    -- | Legacy upload protocol 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 'BigtableAdminProjectsInstancesTablesUndelete' with the minimum fields required to make a request.+newBigtableAdminProjectsInstancesTablesUndelete ::+  -- |  Required. The unique name of the table to be restored. Values are of the form @projects\/{project}\/instances\/{instance}\/tables\/{table}@. See 'name'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  UndeleteTableRequest ->+  BigtableAdminProjectsInstancesTablesUndelete+newBigtableAdminProjectsInstancesTablesUndelete name payload =+  BigtableAdminProjectsInstancesTablesUndelete+    { xgafv =+        Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      name = name,+      payload = payload,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance+  Core.GoogleRequest+    BigtableAdminProjectsInstancesTablesUndelete+  where+  type Rs BigtableAdminProjectsInstancesTablesUndelete = Operation+  type+    Scopes BigtableAdminProjectsInstancesTablesUndelete =+      '[ Bigtable'Admin,+         Bigtable'Admin'Table,+         CloudBigtable'Admin,+         CloudBigtable'Admin'Table,+         CloudPlatform'FullControl+       ]+  requestClient BigtableAdminProjectsInstancesTablesUndelete {..} =+    go+      name+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      bigtableAdminService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy BigtableAdminProjectsInstancesTablesUndeleteResource+          )+          Core.mempty
+ gen/Gogol/BigtableAdmin/Projects/Instances/TestIamPermissions.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.BigtableAdmin.Projects.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 the caller has on the specified instance resource.+--+-- /See:/ <https://cloud.google.com/bigtable/ Cloud Bigtable Admin API Reference> for @bigtableadmin.projects.instances.testIamPermissions@.+module Gogol.BigtableAdmin.Projects.Instances.TestIamPermissions+  ( -- * Resource+    BigtableAdminProjectsInstancesTestIamPermissionsResource,++    -- ** Constructing a Request+    BigtableAdminProjectsInstancesTestIamPermissions (..),+    newBigtableAdminProjectsInstancesTestIamPermissions,+  )+where++import Gogol.BigtableAdmin.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @bigtableadmin.projects.instances.testIamPermissions@ method which the+-- 'BigtableAdminProjectsInstancesTestIamPermissions' request conforms to.+type BigtableAdminProjectsInstancesTestIamPermissionsResource =+  "v2"+    Core.:> Core.CaptureMode "resource" "testIamPermissions" 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.ReqBody '[Core.JSON] TestIamPermissionsRequest+    Core.:> Core.Post '[Core.JSON] TestIamPermissionsResponse++-- | Returns permissions that the caller has on the specified instance resource.+--+-- /See:/ 'newBigtableAdminProjectsInstancesTestIamPermissions' smart constructor.+data BigtableAdminProjectsInstancesTestIamPermissions = BigtableAdminProjectsInstancesTestIamPermissions+  { -- | 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 :: TestIamPermissionsRequest,+    -- | REQUIRED: The resource for which the policy detail is being requested. See <https://cloud.google.com/apis/design/resource_names Resource names> for the appropriate value for this field.+    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 'BigtableAdminProjectsInstancesTestIamPermissions' with the minimum fields required to make a request.+newBigtableAdminProjectsInstancesTestIamPermissions ::+  -- |  Multipart request metadata. See 'payload'.+  TestIamPermissionsRequest ->+  -- |  REQUIRED: The resource for which the policy detail is being requested. See <https://cloud.google.com/apis/design/resource_names Resource names> for the appropriate value for this field. See 'resource'.+  Core.Text ->+  BigtableAdminProjectsInstancesTestIamPermissions+newBigtableAdminProjectsInstancesTestIamPermissions+  payload+  resource =+    BigtableAdminProjectsInstancesTestIamPermissions+      { xgafv =+          Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        payload = payload,+        resource = resource,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing+      }++instance+  Core.GoogleRequest+    BigtableAdminProjectsInstancesTestIamPermissions+  where+  type+    Rs BigtableAdminProjectsInstancesTestIamPermissions =+      TestIamPermissionsResponse+  type+    Scopes BigtableAdminProjectsInstancesTestIamPermissions =+      '[ Bigtable'Admin,+         Bigtable'Admin'Cluster,+         Bigtable'Admin'Instance,+         CloudBigtable'Admin,+         CloudBigtable'Admin'Cluster,+         CloudPlatform'FullControl+       ]+  requestClient BigtableAdminProjectsInstancesTestIamPermissions {..} =+    go+      resource+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      bigtableAdminService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy+                BigtableAdminProjectsInstancesTestIamPermissionsResource+          )+          Core.mempty
+ gen/Gogol/BigtableAdmin/Projects/Instances/Update.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.BigtableAdmin.Projects.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 within a project. This method updates only the display name and type for an Instance. To update other Instance properties, such as labels, use PartialUpdateInstance.+--+-- /See:/ <https://cloud.google.com/bigtable/ Cloud Bigtable Admin API Reference> for @bigtableadmin.projects.instances.update@.+module Gogol.BigtableAdmin.Projects.Instances.Update+  ( -- * Resource+    BigtableAdminProjectsInstancesUpdateResource,++    -- ** Constructing a Request+    BigtableAdminProjectsInstancesUpdate (..),+    newBigtableAdminProjectsInstancesUpdate,+  )+where++import Gogol.BigtableAdmin.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @bigtableadmin.projects.instances.update@ method which the+-- 'BigtableAdminProjectsInstancesUpdate' request conforms to.+type BigtableAdminProjectsInstancesUpdateResource =+  "v2"+    Core.:> Core.Capture "name" 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.ReqBody '[Core.JSON] Instance+    Core.:> Core.Put '[Core.JSON] Instance++-- | Updates an instance within a project. This method updates only the display name and type for an Instance. To update other Instance properties, such as labels, use PartialUpdateInstance.+--+-- /See:/ 'newBigtableAdminProjectsInstancesUpdate' smart constructor.+data BigtableAdminProjectsInstancesUpdate = BigtableAdminProjectsInstancesUpdate+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | The unique name of the instance. Values are of the form @projects\/{project}\/instances\/a-z+[a-z0-9]@.+    name :: Core.Text,+    -- | Multipart request metadata.+    payload :: Instance,+    -- | Legacy upload protocol 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 'BigtableAdminProjectsInstancesUpdate' with the minimum fields required to make a request.+newBigtableAdminProjectsInstancesUpdate ::+  -- |  The unique name of the instance. Values are of the form @projects\/{project}\/instances\/a-z+[a-z0-9]@. See 'name'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  Instance ->+  BigtableAdminProjectsInstancesUpdate+newBigtableAdminProjectsInstancesUpdate name payload =+  BigtableAdminProjectsInstancesUpdate+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      name = name,+      payload = payload,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest BigtableAdminProjectsInstancesUpdate where+  type Rs BigtableAdminProjectsInstancesUpdate = Instance+  type+    Scopes BigtableAdminProjectsInstancesUpdate =+      '[ Bigtable'Admin,+         Bigtable'Admin'Cluster,+         Bigtable'Admin'Instance,+         CloudBigtable'Admin,+         CloudBigtable'Admin'Cluster,+         CloudPlatform'FullControl+       ]+  requestClient BigtableAdminProjectsInstancesUpdate {..} =+    go+      name+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      bigtableAdminService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy BigtableAdminProjectsInstancesUpdateResource+          )+          Core.mempty
+ gen/Gogol/BigtableAdmin/Projects/Locations/List.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.BigtableAdmin.Projects.Locations.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 information about the supported locations for this service.+--+-- /See:/ <https://cloud.google.com/bigtable/ Cloud Bigtable Admin API Reference> for @bigtableadmin.projects.locations.list@.+module Gogol.BigtableAdmin.Projects.Locations.List+  ( -- * Resource+    BigtableAdminProjectsLocationsListResource,++    -- ** Constructing a Request+    BigtableAdminProjectsLocationsList (..),+    newBigtableAdminProjectsLocationsList,+  )+where++import Gogol.BigtableAdmin.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @bigtableadmin.projects.locations.list@ method which the+-- 'BigtableAdminProjectsLocationsList' request conforms to.+type BigtableAdminProjectsLocationsListResource =+  "v2"+    Core.:> Core.Capture "name" Core.Text+    Core.:> "locations"+    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 "pageSize" Core.Int32+    Core.:> Core.QueryParam "pageToken" 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] ListLocationsResponse++-- | Lists information about the supported locations for this service.+--+-- /See:/ 'newBigtableAdminProjectsLocationsList' smart constructor.+data BigtableAdminProjectsLocationsList = BigtableAdminProjectsLocationsList+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | A filter to narrow down results to a preferred subset. The filtering language accepts strings like @\"displayName=tokyo\"@, and is documented in more detail in <https://google.aip.dev/160 AIP-160>.+    filter :: (Core.Maybe Core.Text),+    -- | The resource that owns the locations collection, if applicable.+    name :: Core.Text,+    -- | The maximum number of results to return. If not set, the service selects a default.+    pageSize :: (Core.Maybe Core.Int32),+    -- | A page token received from the @next_page_token@ field in the response. Send that page token to receive the subsequent page.+    pageToken :: (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 'BigtableAdminProjectsLocationsList' with the minimum fields required to make a request.+newBigtableAdminProjectsLocationsList ::+  -- |  The resource that owns the locations collection, if applicable. See 'name'.+  Core.Text ->+  BigtableAdminProjectsLocationsList+newBigtableAdminProjectsLocationsList name =+  BigtableAdminProjectsLocationsList+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      filter = Core.Nothing,+      name = name,+      pageSize = Core.Nothing,+      pageToken = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance Core.GoogleRequest BigtableAdminProjectsLocationsList where+  type Rs BigtableAdminProjectsLocationsList = ListLocationsResponse+  type+    Scopes BigtableAdminProjectsLocationsList =+      '[ Bigtable'Admin,+         Bigtable'Admin'Cluster,+         Bigtable'Admin'Instance,+         CloudBigtable'Admin,+         CloudBigtable'Admin'Cluster,+         CloudPlatform'FullControl,+         CloudPlatform'ReadOnly+       ]+  requestClient BigtableAdminProjectsLocationsList {..} =+    go+      name+      xgafv+      accessToken+      callback+      filter+      pageSize+      pageToken+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      bigtableAdminService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy BigtableAdminProjectsLocationsListResource+          )+          Core.mempty
+ gen/Gogol/BigtableAdmin/Types.hs view
@@ -0,0 +1,684 @@+{-# LANGUAGE DataKinds #-}+{-# LANGUAGE DerivingStrategies #-}+{-# LANGUAGE DuplicateRecordFields #-}+{-# LANGUAGE ImportQualifiedPost #-}+{-# LANGUAGE LambdaCase #-}+{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE PatternSynonyms #-}+{-# LANGUAGE RecordWildCards #-}+{-# LANGUAGE StrictData #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE NoImplicitPrelude #-}+{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-}+{-# OPTIONS_GHC -fno-warn-unused-imports #-}+{-# OPTIONS_GHC -fno-warn-unused-matches #-}++-- |+-- Module      : Gogol.BigtableAdmin.Types+-- Copyright   : (c) 2015-2025 Brendan Hay+-- License     : Mozilla Public License, v. 2.0.+-- Maintainer  : Brendan Hay <brendan.g.hay+gogol@gmail.com>+--               Toni Cebrián <toni@tonicebrian.com>+-- Stability   : auto-generated+-- Portability : non-portable (GHC extensions)+module Gogol.BigtableAdmin.Types+  ( -- * Configuration+    bigtableAdminService,++    -- * OAuth Scopes+    Bigtable'Admin,+    Bigtable'Admin'Cluster,+    Bigtable'Admin'Instance,+    Bigtable'Admin'Table,+    CloudBigtable'Admin,+    CloudBigtable'Admin'Cluster,+    CloudBigtable'Admin'Table,+    CloudPlatform'FullControl,+    CloudPlatform'ReadOnly,++    -- * Types++    -- ** Xgafv+    Xgafv (..),++    -- ** AppProfile+    AppProfile (..),+    newAppProfile,++    -- ** AppProfile_Priority+    AppProfile_Priority (..),++    -- ** AuditConfig+    AuditConfig (..),+    newAuditConfig,++    -- ** AuditLogConfig+    AuditLogConfig (..),+    newAuditLogConfig,++    -- ** AuditLogConfig_LogType+    AuditLogConfig_LogType (..),++    -- ** AuthorizedView+    AuthorizedView (..),+    newAuthorizedView,++    -- ** AutomatedBackupPolicy+    AutomatedBackupPolicy (..),+    newAutomatedBackupPolicy,++    -- ** AutoscalingLimits+    AutoscalingLimits (..),+    newAutoscalingLimits,++    -- ** AutoscalingTargets+    AutoscalingTargets (..),+    newAutoscalingTargets,++    -- ** Backup+    Backup (..),+    newBackup,++    -- ** Backup_BackupType+    Backup_BackupType (..),++    -- ** Backup_State+    Backup_State (..),++    -- ** BackupInfo+    BackupInfo (..),+    newBackupInfo,++    -- ** Binding+    Binding (..),+    newBinding,++    -- ** ChangeStreamConfig+    ChangeStreamConfig (..),+    newChangeStreamConfig,++    -- ** CheckConsistencyRequest+    CheckConsistencyRequest (..),+    newCheckConsistencyRequest,++    -- ** CheckConsistencyResponse+    CheckConsistencyResponse (..),+    newCheckConsistencyResponse,++    -- ** Cluster+    Cluster (..),+    newCluster,++    -- ** Cluster_DefaultStorageType+    Cluster_DefaultStorageType (..),++    -- ** Cluster_NodeScalingFactor+    Cluster_NodeScalingFactor (..),++    -- ** Cluster_State+    Cluster_State (..),++    -- ** ClusterAutoscalingConfig+    ClusterAutoscalingConfig (..),+    newClusterAutoscalingConfig,++    -- ** ClusterConfig+    ClusterConfig (..),+    newClusterConfig,++    -- ** ClusterState+    ClusterState (..),+    newClusterState,++    -- ** ClusterState_ReplicationState+    ClusterState_ReplicationState (..),++    -- ** ColumnFamily+    ColumnFamily (..),+    newColumnFamily,++    -- ** ColumnFamilyStats+    ColumnFamilyStats (..),+    newColumnFamilyStats,++    -- ** CopyBackupMetadata+    CopyBackupMetadata (..),+    newCopyBackupMetadata,++    -- ** CopyBackupRequest+    CopyBackupRequest (..),+    newCopyBackupRequest,++    -- ** CreateAuthorizedViewMetadata+    CreateAuthorizedViewMetadata (..),+    newCreateAuthorizedViewMetadata,++    -- ** CreateAuthorizedViewRequest+    CreateAuthorizedViewRequest (..),+    newCreateAuthorizedViewRequest,++    -- ** CreateBackupMetadata+    CreateBackupMetadata (..),+    newCreateBackupMetadata,++    -- ** CreateClusterMetadata+    CreateClusterMetadata (..),+    newCreateClusterMetadata,++    -- ** CreateClusterMetadata_Tables+    CreateClusterMetadata_Tables (..),+    newCreateClusterMetadata_Tables,++    -- ** CreateClusterRequest+    CreateClusterRequest (..),+    newCreateClusterRequest,++    -- ** CreateInstanceMetadata+    CreateInstanceMetadata (..),+    newCreateInstanceMetadata,++    -- ** CreateInstanceRequest+    CreateInstanceRequest (..),+    newCreateInstanceRequest,++    -- ** CreateInstanceRequest_Clusters+    CreateInstanceRequest_Clusters (..),+    newCreateInstanceRequest_Clusters,++    -- ** CreateTableRequest+    CreateTableRequest (..),+    newCreateTableRequest,++    -- ** DataBoostIsolationReadOnly+    DataBoostIsolationReadOnly (..),+    newDataBoostIsolationReadOnly,++    -- ** DataBoostIsolationReadOnly_ComputeBillingOwner+    DataBoostIsolationReadOnly_ComputeBillingOwner (..),++    -- ** DataBoostReadLocalWrites+    DataBoostReadLocalWrites (..),+    newDataBoostReadLocalWrites,++    -- ** DropRowRangeRequest+    DropRowRangeRequest (..),+    newDropRowRangeRequest,++    -- ** Empty+    Empty (..),+    newEmpty,++    -- ** EncryptionConfig+    EncryptionConfig (..),+    newEncryptionConfig,++    -- ** EncryptionInfo+    EncryptionInfo (..),+    newEncryptionInfo,++    -- ** EncryptionInfo_EncryptionType+    EncryptionInfo_EncryptionType (..),++    -- ** Expr+    Expr (..),+    newExpr,++    -- ** GcRule+    GcRule (..),+    newGcRule,++    -- ** GenerateConsistencyTokenRequest+    GenerateConsistencyTokenRequest (..),+    newGenerateConsistencyTokenRequest,++    -- ** GenerateConsistencyTokenResponse+    GenerateConsistencyTokenResponse (..),+    newGenerateConsistencyTokenResponse,++    -- ** GetIamPolicyRequest+    GetIamPolicyRequest (..),+    newGetIamPolicyRequest,++    -- ** GetPolicyOptions+    GetPolicyOptions (..),+    newGetPolicyOptions,++    -- ** GoogleBigtableAdminV2AuthorizedViewFamilySubsets+    GoogleBigtableAdminV2AuthorizedViewFamilySubsets (..),+    newGoogleBigtableAdminV2AuthorizedViewFamilySubsets,++    -- ** GoogleBigtableAdminV2AuthorizedViewSubsetView+    GoogleBigtableAdminV2AuthorizedViewSubsetView (..),+    newGoogleBigtableAdminV2AuthorizedViewSubsetView,++    -- ** GoogleBigtableAdminV2AuthorizedViewSubsetView_FamilySubsets+    GoogleBigtableAdminV2AuthorizedViewSubsetView_FamilySubsets (..),+    newGoogleBigtableAdminV2AuthorizedViewSubsetView_FamilySubsets,++    -- ** GoogleBigtableAdminV2TypeAggregate+    GoogleBigtableAdminV2TypeAggregate (..),+    newGoogleBigtableAdminV2TypeAggregate,++    -- ** GoogleBigtableAdminV2TypeAggregateHyperLogLogPlusPlusUniqueCount+    GoogleBigtableAdminV2TypeAggregateHyperLogLogPlusPlusUniqueCount (..),+    newGoogleBigtableAdminV2TypeAggregateHyperLogLogPlusPlusUniqueCount,++    -- ** GoogleBigtableAdminV2TypeAggregateMax+    GoogleBigtableAdminV2TypeAggregateMax (..),+    newGoogleBigtableAdminV2TypeAggregateMax,++    -- ** GoogleBigtableAdminV2TypeAggregateMin+    GoogleBigtableAdminV2TypeAggregateMin (..),+    newGoogleBigtableAdminV2TypeAggregateMin,++    -- ** GoogleBigtableAdminV2TypeAggregateSum+    GoogleBigtableAdminV2TypeAggregateSum (..),+    newGoogleBigtableAdminV2TypeAggregateSum,++    -- ** GoogleBigtableAdminV2TypeArray+    GoogleBigtableAdminV2TypeArray (..),+    newGoogleBigtableAdminV2TypeArray,++    -- ** GoogleBigtableAdminV2TypeBool+    GoogleBigtableAdminV2TypeBool (..),+    newGoogleBigtableAdminV2TypeBool,++    -- ** GoogleBigtableAdminV2TypeBytes+    GoogleBigtableAdminV2TypeBytes (..),+    newGoogleBigtableAdminV2TypeBytes,++    -- ** GoogleBigtableAdminV2TypeBytesEncoding+    GoogleBigtableAdminV2TypeBytesEncoding (..),+    newGoogleBigtableAdminV2TypeBytesEncoding,++    -- ** GoogleBigtableAdminV2TypeBytesEncodingRaw+    GoogleBigtableAdminV2TypeBytesEncodingRaw (..),+    newGoogleBigtableAdminV2TypeBytesEncodingRaw,++    -- ** GoogleBigtableAdminV2TypeDate+    GoogleBigtableAdminV2TypeDate (..),+    newGoogleBigtableAdminV2TypeDate,++    -- ** GoogleBigtableAdminV2TypeFloat32+    GoogleBigtableAdminV2TypeFloat32 (..),+    newGoogleBigtableAdminV2TypeFloat32,++    -- ** GoogleBigtableAdminV2TypeFloat64+    GoogleBigtableAdminV2TypeFloat64 (..),+    newGoogleBigtableAdminV2TypeFloat64,++    -- ** GoogleBigtableAdminV2TypeInt64+    GoogleBigtableAdminV2TypeInt64 (..),+    newGoogleBigtableAdminV2TypeInt64,++    -- ** GoogleBigtableAdminV2TypeInt64Encoding+    GoogleBigtableAdminV2TypeInt64Encoding (..),+    newGoogleBigtableAdminV2TypeInt64Encoding,++    -- ** GoogleBigtableAdminV2TypeInt64EncodingBigEndianBytes+    GoogleBigtableAdminV2TypeInt64EncodingBigEndianBytes (..),+    newGoogleBigtableAdminV2TypeInt64EncodingBigEndianBytes,++    -- ** GoogleBigtableAdminV2TypeInt64EncodingOrderedCodeBytes+    GoogleBigtableAdminV2TypeInt64EncodingOrderedCodeBytes (..),+    newGoogleBigtableAdminV2TypeInt64EncodingOrderedCodeBytes,++    -- ** GoogleBigtableAdminV2TypeMap+    GoogleBigtableAdminV2TypeMap (..),+    newGoogleBigtableAdminV2TypeMap,++    -- ** GoogleBigtableAdminV2TypeString+    GoogleBigtableAdminV2TypeString (..),+    newGoogleBigtableAdminV2TypeString,++    -- ** GoogleBigtableAdminV2TypeStringEncoding+    GoogleBigtableAdminV2TypeStringEncoding (..),+    newGoogleBigtableAdminV2TypeStringEncoding,++    -- ** GoogleBigtableAdminV2TypeStringEncodingUtf8Bytes+    GoogleBigtableAdminV2TypeStringEncodingUtf8Bytes (..),+    newGoogleBigtableAdminV2TypeStringEncodingUtf8Bytes,++    -- ** GoogleBigtableAdminV2TypeStringEncodingUtf8Raw+    GoogleBigtableAdminV2TypeStringEncodingUtf8Raw (..),+    newGoogleBigtableAdminV2TypeStringEncodingUtf8Raw,++    -- ** GoogleBigtableAdminV2TypeStruct+    GoogleBigtableAdminV2TypeStruct (..),+    newGoogleBigtableAdminV2TypeStruct,++    -- ** GoogleBigtableAdminV2TypeStructEncoding+    GoogleBigtableAdminV2TypeStructEncoding (..),+    newGoogleBigtableAdminV2TypeStructEncoding,++    -- ** GoogleBigtableAdminV2TypeStructEncodingDelimitedBytes+    GoogleBigtableAdminV2TypeStructEncodingDelimitedBytes (..),+    newGoogleBigtableAdminV2TypeStructEncodingDelimitedBytes,++    -- ** GoogleBigtableAdminV2TypeStructEncodingOrderedCodeBytes+    GoogleBigtableAdminV2TypeStructEncodingOrderedCodeBytes (..),+    newGoogleBigtableAdminV2TypeStructEncodingOrderedCodeBytes,++    -- ** GoogleBigtableAdminV2TypeStructEncodingSingleton+    GoogleBigtableAdminV2TypeStructEncodingSingleton (..),+    newGoogleBigtableAdminV2TypeStructEncodingSingleton,++    -- ** GoogleBigtableAdminV2TypeStructField+    GoogleBigtableAdminV2TypeStructField (..),+    newGoogleBigtableAdminV2TypeStructField,++    -- ** GoogleBigtableAdminV2TypeTimestamp+    GoogleBigtableAdminV2TypeTimestamp (..),+    newGoogleBigtableAdminV2TypeTimestamp,++    -- ** GoogleBigtableAdminV2TypeTimestampEncoding+    GoogleBigtableAdminV2TypeTimestampEncoding (..),+    newGoogleBigtableAdminV2TypeTimestampEncoding,++    -- ** HotTablet+    HotTablet (..),+    newHotTablet,++    -- ** Instance+    Instance (..),+    newInstance,++    -- ** Instance_Labels+    Instance_Labels (..),+    newInstance_Labels,++    -- ** Instance_State+    Instance_State (..),++    -- ** Instance_Type+    Instance_Type (..),++    -- ** Intersection+    Intersection (..),+    newIntersection,++    -- ** ListAppProfilesResponse+    ListAppProfilesResponse (..),+    newListAppProfilesResponse,++    -- ** ListAuthorizedViewsResponse+    ListAuthorizedViewsResponse (..),+    newListAuthorizedViewsResponse,++    -- ** ListBackupsResponse+    ListBackupsResponse (..),+    newListBackupsResponse,++    -- ** ListClustersResponse+    ListClustersResponse (..),+    newListClustersResponse,++    -- ** ListHotTabletsResponse+    ListHotTabletsResponse (..),+    newListHotTabletsResponse,++    -- ** ListInstancesResponse+    ListInstancesResponse (..),+    newListInstancesResponse,++    -- ** ListLocationsResponse+    ListLocationsResponse (..),+    newListLocationsResponse,++    -- ** ListOperationsResponse+    ListOperationsResponse (..),+    newListOperationsResponse,++    -- ** ListTablesResponse+    ListTablesResponse (..),+    newListTablesResponse,++    -- ** Location+    Location (..),+    newLocation,++    -- ** Location_Labels+    Location_Labels (..),+    newLocation_Labels,++    -- ** Location_Metadata+    Location_Metadata (..),+    newLocation_Metadata,++    -- ** Modification+    Modification (..),+    newModification,++    -- ** ModifyColumnFamiliesRequest+    ModifyColumnFamiliesRequest (..),+    newModifyColumnFamiliesRequest,++    -- ** MultiClusterRoutingUseAny+    MultiClusterRoutingUseAny (..),+    newMultiClusterRoutingUseAny,++    -- ** Operation+    Operation (..),+    newOperation,++    -- ** Operation_Metadata+    Operation_Metadata (..),+    newOperation_Metadata,++    -- ** Operation_Response+    Operation_Response (..),+    newOperation_Response,++    -- ** OperationProgress+    OperationProgress (..),+    newOperationProgress,++    -- ** OptimizeRestoredTableMetadata+    OptimizeRestoredTableMetadata (..),+    newOptimizeRestoredTableMetadata,++    -- ** PartialUpdateClusterMetadata+    PartialUpdateClusterMetadata (..),+    newPartialUpdateClusterMetadata,++    -- ** PartialUpdateClusterRequest+    PartialUpdateClusterRequest (..),+    newPartialUpdateClusterRequest,++    -- ** PartialUpdateInstanceRequest+    PartialUpdateInstanceRequest (..),+    newPartialUpdateInstanceRequest,++    -- ** Policy+    Policy (..),+    newPolicy,++    -- ** RestoreInfo+    RestoreInfo (..),+    newRestoreInfo,++    -- ** RestoreInfo_SourceType+    RestoreInfo_SourceType (..),++    -- ** RestoreTableMetadata+    RestoreTableMetadata (..),+    newRestoreTableMetadata,++    -- ** RestoreTableMetadata_SourceType+    RestoreTableMetadata_SourceType (..),++    -- ** RestoreTableRequest+    RestoreTableRequest (..),+    newRestoreTableRequest,++    -- ** RowAffinity+    RowAffinity (..),+    newRowAffinity,++    -- ** SetIamPolicyRequest+    SetIamPolicyRequest (..),+    newSetIamPolicyRequest,++    -- ** SingleClusterRouting+    SingleClusterRouting (..),+    newSingleClusterRouting,++    -- ** Split+    Split (..),+    newSplit,++    -- ** StandardIsolation+    StandardIsolation (..),+    newStandardIsolation,++    -- ** StandardIsolation_Priority+    StandardIsolation_Priority (..),++    -- ** StandardReadRemoteWrites+    StandardReadRemoteWrites (..),+    newStandardReadRemoteWrites,++    -- ** Status+    Status (..),+    newStatus,++    -- ** Status_DetailsItem+    Status_DetailsItem (..),+    newStatus_DetailsItem,++    -- ** Table+    Table (..),+    newTable,++    -- ** Table_ClusterStates+    Table_ClusterStates (..),+    newTable_ClusterStates,++    -- ** Table_ColumnFamilies+    Table_ColumnFamilies (..),+    newTable_ColumnFamilies,++    -- ** Table_Granularity+    Table_Granularity (..),++    -- ** TableProgress+    TableProgress (..),+    newTableProgress,++    -- ** TableProgress_State+    TableProgress_State (..),++    -- ** TableStats+    TableStats (..),+    newTableStats,++    -- ** TestIamPermissionsRequest+    TestIamPermissionsRequest (..),+    newTestIamPermissionsRequest,++    -- ** TestIamPermissionsResponse+    TestIamPermissionsResponse (..),+    newTestIamPermissionsResponse,++    -- ** Type+    Type (..),+    newType,++    -- ** UndeleteTableMetadata+    UndeleteTableMetadata (..),+    newUndeleteTableMetadata,++    -- ** UndeleteTableRequest+    UndeleteTableRequest (..),+    newUndeleteTableRequest,++    -- ** Union+    Union (..),+    newUnion,++    -- ** UpdateAppProfileMetadata+    UpdateAppProfileMetadata (..),+    newUpdateAppProfileMetadata,++    -- ** UpdateAuthorizedViewMetadata+    UpdateAuthorizedViewMetadata (..),+    newUpdateAuthorizedViewMetadata,++    -- ** UpdateAuthorizedViewRequest+    UpdateAuthorizedViewRequest (..),+    newUpdateAuthorizedViewRequest,++    -- ** UpdateClusterMetadata+    UpdateClusterMetadata (..),+    newUpdateClusterMetadata,++    -- ** UpdateInstanceMetadata+    UpdateInstanceMetadata (..),+    newUpdateInstanceMetadata,++    -- ** UpdateTableMetadata+    UpdateTableMetadata (..),+    newUpdateTableMetadata,++    -- ** ProjectsInstancesTablesAuthorizedViewsGetView+    ProjectsInstancesTablesAuthorizedViewsGetView (..),++    -- ** ProjectsInstancesTablesAuthorizedViewsListView+    ProjectsInstancesTablesAuthorizedViewsListView (..),++    -- ** ProjectsInstancesTablesGetView+    ProjectsInstancesTablesGetView (..),++    -- ** ProjectsInstancesTablesListView+    ProjectsInstancesTablesListView (..),+  )+where++import Gogol.BigtableAdmin.Internal.Product+import Gogol.BigtableAdmin.Internal.Sum+import Gogol.Prelude qualified as Core++-- | Default request referring to version @v2@ of the Cloud Bigtable Admin API. This contains the host and root path used as a starting point for constructing service requests.+bigtableAdminService :: Core.ServiceConfig+bigtableAdminService =+  Core.defaultService+    (Core.ServiceId "bigtableadmin:v2")+    "bigtableadmin.googleapis.com"++-- | Administer your Cloud Bigtable tables and clusters+type Bigtable'Admin =+  "https://www.googleapis.com/auth/bigtable.admin"++-- | Administer your Cloud Bigtable clusters+type Bigtable'Admin'Cluster =+  "https://www.googleapis.com/auth/bigtable.admin.cluster"++-- | Administer your Cloud Bigtable clusters+type Bigtable'Admin'Instance =+  "https://www.googleapis.com/auth/bigtable.admin.instance"++-- | Administer your Cloud Bigtable tables+type Bigtable'Admin'Table =+  "https://www.googleapis.com/auth/bigtable.admin.table"++-- | Administer your Cloud Bigtable tables and clusters+type CloudBigtable'Admin =+  "https://www.googleapis.com/auth/cloud-bigtable.admin"++-- | Administer your Cloud Bigtable clusters+type CloudBigtable'Admin'Cluster =+  "https://www.googleapis.com/auth/cloud-bigtable.admin.cluster"++-- | Administer your Cloud Bigtable tables+type CloudBigtable'Admin'Table =+  "https://www.googleapis.com/auth/cloud-bigtable.admin.table"++-- | See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.+type CloudPlatform'FullControl =+  "https://www.googleapis.com/auth/cloud-platform"++-- | View your data across Google Cloud services and see the email address of your Google Account+type CloudPlatform'ReadOnly =+  "https://www.googleapis.com/auth/cloud-platform.read-only"
− gen/Network/Google/BigtableAdmin.hs
@@ -1,583 +0,0 @@-{-# LANGUAGE DataKinds         #-}-{-# LANGUAGE NoImplicitPrelude #-}-{-# LANGUAGE TypeOperators     #-}--{-# OPTIONS_GHC -fno-warn-unused-imports    #-}-{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}---- |--- Module      : Network.Google.BigtableAdmin--- Copyright   : (c) 2015-2016 Brendan Hay--- License     : Mozilla Public License, v. 2.0.--- Maintainer  : Brendan Hay <brendan.g.hay@gmail.com>--- Stability   : auto-generated--- Portability : non-portable (GHC extensions)------ Administer your Cloud Bigtable tables and instances.------ /See:/ <https://cloud.google.com/bigtable/ Cloud Bigtable Admin API Reference>-module Network.Google.BigtableAdmin-    (-    -- * Service Configuration-      bigtableAdminService--    -- * OAuth Scopes-    , bigtableAdminClusterScope-    , cloudBigtableAdminTableScope-    , cloudPlatformReadOnlyScope-    , bigtableAdminScope-    , cloudPlatformScope-    , cloudBigtableAdminScope-    , cloudBigtableAdminClusterScope-    , bigtableAdminTableScope-    , bigtableAdminInstanceScope--    -- * API Declaration-    , BigtableAdminAPI--    -- * Resources--    -- ** bigtableadmin.operations.cancel-    , module Network.Google.Resource.BigtableAdmin.Operations.Cancel--    -- ** bigtableadmin.operations.delete-    , module Network.Google.Resource.BigtableAdmin.Operations.Delete--    -- ** bigtableadmin.operations.get-    , module Network.Google.Resource.BigtableAdmin.Operations.Get--    -- ** bigtableadmin.operations.projects.operations.list-    , module Network.Google.Resource.BigtableAdmin.Operations.Projects.Operations.List--    -- ** bigtableadmin.projects.instances.appProfiles.create-    , module Network.Google.Resource.BigtableAdmin.Projects.Instances.AppProFiles.Create--    -- ** bigtableadmin.projects.instances.appProfiles.delete-    , module Network.Google.Resource.BigtableAdmin.Projects.Instances.AppProFiles.Delete--    -- ** bigtableadmin.projects.instances.appProfiles.get-    , module Network.Google.Resource.BigtableAdmin.Projects.Instances.AppProFiles.Get--    -- ** bigtableadmin.projects.instances.appProfiles.list-    , module Network.Google.Resource.BigtableAdmin.Projects.Instances.AppProFiles.List--    -- ** bigtableadmin.projects.instances.appProfiles.patch-    , module Network.Google.Resource.BigtableAdmin.Projects.Instances.AppProFiles.Patch--    -- ** bigtableadmin.projects.instances.clusters.create-    , module Network.Google.Resource.BigtableAdmin.Projects.Instances.Clusters.Create--    -- ** bigtableadmin.projects.instances.clusters.delete-    , module Network.Google.Resource.BigtableAdmin.Projects.Instances.Clusters.Delete--    -- ** bigtableadmin.projects.instances.clusters.get-    , module Network.Google.Resource.BigtableAdmin.Projects.Instances.Clusters.Get--    -- ** bigtableadmin.projects.instances.clusters.list-    , module Network.Google.Resource.BigtableAdmin.Projects.Instances.Clusters.List--    -- ** bigtableadmin.projects.instances.clusters.update-    , module Network.Google.Resource.BigtableAdmin.Projects.Instances.Clusters.Update--    -- ** bigtableadmin.projects.instances.create-    , module Network.Google.Resource.BigtableAdmin.Projects.Instances.Create--    -- ** bigtableadmin.projects.instances.delete-    , module Network.Google.Resource.BigtableAdmin.Projects.Instances.Delete--    -- ** bigtableadmin.projects.instances.get-    , module Network.Google.Resource.BigtableAdmin.Projects.Instances.Get--    -- ** bigtableadmin.projects.instances.getIamPolicy-    , module Network.Google.Resource.BigtableAdmin.Projects.Instances.GetIAMPolicy--    -- ** bigtableadmin.projects.instances.list-    , module Network.Google.Resource.BigtableAdmin.Projects.Instances.List--    -- ** bigtableadmin.projects.instances.partialUpdateInstance-    , module Network.Google.Resource.BigtableAdmin.Projects.Instances.PartialUpdateInstance--    -- ** bigtableadmin.projects.instances.setIamPolicy-    , module Network.Google.Resource.BigtableAdmin.Projects.Instances.SetIAMPolicy--    -- ** bigtableadmin.projects.instances.tables.checkConsistency-    , module Network.Google.Resource.BigtableAdmin.Projects.Instances.Tables.CheckConsistency--    -- ** bigtableadmin.projects.instances.tables.create-    , module Network.Google.Resource.BigtableAdmin.Projects.Instances.Tables.Create--    -- ** bigtableadmin.projects.instances.tables.delete-    , module Network.Google.Resource.BigtableAdmin.Projects.Instances.Tables.Delete--    -- ** bigtableadmin.projects.instances.tables.dropRowRange-    , module Network.Google.Resource.BigtableAdmin.Projects.Instances.Tables.DropRowRange--    -- ** bigtableadmin.projects.instances.tables.generateConsistencyToken-    , module Network.Google.Resource.BigtableAdmin.Projects.Instances.Tables.GenerateConsistencyToken--    -- ** bigtableadmin.projects.instances.tables.get-    , module Network.Google.Resource.BigtableAdmin.Projects.Instances.Tables.Get--    -- ** bigtableadmin.projects.instances.tables.getIamPolicy-    , module Network.Google.Resource.BigtableAdmin.Projects.Instances.Tables.GetIAMPolicy--    -- ** bigtableadmin.projects.instances.tables.list-    , module Network.Google.Resource.BigtableAdmin.Projects.Instances.Tables.List--    -- ** bigtableadmin.projects.instances.tables.modifyColumnFamilies-    , module Network.Google.Resource.BigtableAdmin.Projects.Instances.Tables.ModifyColumnFamilies--    -- ** bigtableadmin.projects.instances.tables.setIamPolicy-    , module Network.Google.Resource.BigtableAdmin.Projects.Instances.Tables.SetIAMPolicy--    -- ** bigtableadmin.projects.instances.tables.testIamPermissions-    , module Network.Google.Resource.BigtableAdmin.Projects.Instances.Tables.TestIAMPermissions--    -- ** bigtableadmin.projects.instances.testIamPermissions-    , module Network.Google.Resource.BigtableAdmin.Projects.Instances.TestIAMPermissions--    -- ** bigtableadmin.projects.instances.update-    , module Network.Google.Resource.BigtableAdmin.Projects.Instances.Update--    -- * Types--    -- ** SingleClusterRouting-    , SingleClusterRouting-    , singleClusterRouting-    , scrAllowTransactionalWrites-    , scrClusterId--    -- ** InstanceLabels-    , InstanceLabels-    , instanceLabels-    , ilAddtional--    -- ** Status-    , Status-    , status-    , sDetails-    , sCode-    , sMessage--    -- ** CreateInstanceRequest-    , CreateInstanceRequest-    , createInstanceRequest-    , cirParent-    , cirInstanceId-    , cirClusters-    , cirInstance--    -- ** AuditConfig-    , AuditConfig-    , auditConfig-    , acService-    , acAuditLogConfigs--    -- ** GenerateConsistencyTokenRequest-    , GenerateConsistencyTokenRequest-    , generateConsistencyTokenRequest--    -- ** ModifyColumnFamiliesRequest-    , ModifyColumnFamiliesRequest-    , modifyColumnFamiliesRequest-    , mcfrModifications--    -- ** Expr-    , Expr-    , expr-    , eLocation-    , eExpression-    , eTitle-    , eDescription--    -- ** ListOperationsResponse-    , ListOperationsResponse-    , listOperationsResponse-    , lorNextPageToken-    , lorOperations--    -- ** CreateClusterRequest-    , CreateClusterRequest-    , createClusterRequest-    , ccrParent-    , ccrCluster-    , ccrClusterId--    -- ** GetIAMPolicyRequest-    , GetIAMPolicyRequest-    , getIAMPolicyRequest--    -- ** Cluster-    , Cluster-    , cluster-    , cState-    , cDefaultStorageType-    , cLocation-    , cServeNodes-    , cName--    -- ** Split-    , Split-    , split-    , sKey--    -- ** MultiClusterRoutingUseAny-    , MultiClusterRoutingUseAny-    , multiClusterRoutingUseAny--    -- ** ClusterState-    , ClusterState-    , clusterState-    , csReplicationState--    -- ** Operation-    , Operation-    , operation-    , oDone-    , oError-    , oResponse-    , oName-    , oMetadata--    -- ** Empty-    , Empty-    , empty--    -- ** ClusterDefaultStorageType-    , ClusterDefaultStorageType (..)--    -- ** ListAppProFilesResponse-    , ListAppProFilesResponse-    , listAppProFilesResponse-    , lapfrNextPageToken-    , lapfrFailedLocations-    , lapfrAppProFiles--    -- ** TableClusterStates-    , TableClusterStates-    , tableClusterStates-    , tcsAddtional--    -- ** TableColumnFamilies-    , TableColumnFamilies-    , tableColumnFamilies-    , tcfAddtional--    -- ** CreateTableRequest-    , CreateTableRequest-    , createTableRequest-    , ctrInitialSplits-    , ctrTableId-    , ctrTable--    -- ** CreateClusterMetadata-    , CreateClusterMetadata-    , createClusterMetadata-    , ccmRequestTime-    , ccmTables-    , ccmOriginalRequest-    , ccmFinishTime--    -- ** TableProgress-    , TableProgress-    , tableProgress-    , tpState-    , tpEstimatedSizeBytes-    , tpEstimatedCopiedBytes--    -- ** Union-    , Union-    , union-    , uRules--    -- ** StatusDetailsItem-    , StatusDetailsItem-    , statusDetailsItem-    , sdiAddtional--    -- ** CreateClusterMetadataTables-    , CreateClusterMetadataTables-    , createClusterMetadataTables-    , ccmtAddtional--    -- ** UpdateAppProFileMetadata-    , UpdateAppProFileMetadata-    , updateAppProFileMetadata--    -- ** UpdateClusterMetadata-    , UpdateClusterMetadata-    , updateClusterMetadata-    , ucmRequestTime-    , ucmOriginalRequest-    , ucmFinishTime--    -- ** ClusterStateReplicationState-    , ClusterStateReplicationState (..)--    -- ** SetIAMPolicyRequest-    , SetIAMPolicyRequest-    , setIAMPolicyRequest-    , siprUpdateMask-    , siprPolicy--    -- ** InstanceType-    , InstanceType (..)--    -- ** CheckConsistencyRequest-    , CheckConsistencyRequest-    , checkConsistencyRequest-    , ccrConsistencyToken--    -- ** ListTablesResponse-    , ListTablesResponse-    , listTablesResponse-    , ltrNextPageToken-    , ltrTables--    -- ** TableProgressState-    , TableProgressState (..)--    -- ** AuditLogConfigLogType-    , AuditLogConfigLogType (..)--    -- ** PartialUpdateInstanceRequest-    , PartialUpdateInstanceRequest-    , partialUpdateInstanceRequest-    , puirUpdateMask-    , puirInstance--    -- ** Xgafv-    , Xgafv (..)--    -- ** TableGranularity-    , TableGranularity (..)--    -- ** GcRule-    , GcRule-    , gcRule-    , grMaxAge-    , grUnion-    , grIntersection-    , grMaxNumVersions--    -- ** TestIAMPermissionsRequest-    , TestIAMPermissionsRequest-    , testIAMPermissionsRequest-    , tiprPermissions--    -- ** ClusterType-    , ClusterType (..)--    -- ** AppProFile-    , AppProFile-    , appProFile-    , apfSingleClusterRouting-    , apfEtag-    , apfMultiClusterRoutingUseAny-    , apfName-    , apfDescription--    -- ** CreateInstanceRequestClusters-    , CreateInstanceRequestClusters-    , createInstanceRequestClusters-    , circAddtional--    -- ** GenerateConsistencyTokenResponse-    , GenerateConsistencyTokenResponse-    , generateConsistencyTokenResponse-    , gctrConsistencyToken--    -- ** DropRowRangeRequest-    , DropRowRangeRequest-    , dropRowRangeRequest-    , drrrRowKeyPrefix-    , drrrDeleteAllDataFromTable--    -- ** UpdateInstanceMetadata-    , UpdateInstanceMetadata-    , updateInstanceMetadata-    , uimRequestTime-    , uimOriginalRequest-    , uimFinishTime--    -- ** Intersection-    , Intersection-    , intersection-    , iRules--    -- ** ColumnFamily-    , ColumnFamily-    , columnFamily-    , cfGcRule--    -- ** TestIAMPermissionsResponse-    , TestIAMPermissionsResponse-    , testIAMPermissionsResponse-    , tiamprPermissions--    -- ** ListClustersResponse-    , ListClustersResponse-    , listClustersResponse-    , lcrNextPageToken-    , lcrFailedLocations-    , lcrClusters--    -- ** Policy-    , Policy-    , policy-    , pAuditConfigs-    , pEtag-    , pVersion-    , pBindings--    -- ** CreateInstanceMetadata-    , CreateInstanceMetadata-    , createInstanceMetadata-    , cimRequestTime-    , cimOriginalRequest-    , cimFinishTime--    -- ** OperationMetadata-    , OperationMetadata-    , operationMetadata-    , omAddtional--    -- ** AuditLogConfig-    , AuditLogConfig-    , auditLogConfig-    , alcLogType-    , alcExemptedMembers--    -- ** ListInstancesResponse-    , ListInstancesResponse-    , listInstancesResponse-    , lirNextPageToken-    , lirFailedLocations-    , lirInstances--    -- ** CheckConsistencyResponse-    , CheckConsistencyResponse-    , checkConsistencyResponse-    , ccrConsistent--    -- ** InstanceState-    , InstanceState (..)--    -- ** Modification-    , Modification-    , modification-    , mDrop-    , mCreate-    , mId-    , mUpdate--    -- ** Table-    , Table-    , table-    , tGranularity-    , tName-    , tClusterStates-    , tColumnFamilies--    -- ** OperationResponse-    , OperationResponse-    , operationResponse-    , orAddtional--    -- ** Binding-    , Binding-    , binding-    , bMembers-    , bRole-    , bCondition--    -- ** Instance-    , Instance-    , instance'-    , iState-    , iName-    , iDisplayName-    , iLabels-    , iType-    ) where--import           Network.Google.BigtableAdmin.Types-import           Network.Google.Prelude-import           Network.Google.Resource.BigtableAdmin.Operations.Cancel-import           Network.Google.Resource.BigtableAdmin.Operations.Delete-import           Network.Google.Resource.BigtableAdmin.Operations.Get-import           Network.Google.Resource.BigtableAdmin.Operations.Projects.Operations.List-import           Network.Google.Resource.BigtableAdmin.Projects.Instances.AppProFiles.Create-import           Network.Google.Resource.BigtableAdmin.Projects.Instances.AppProFiles.Delete-import           Network.Google.Resource.BigtableAdmin.Projects.Instances.AppProFiles.Get-import           Network.Google.Resource.BigtableAdmin.Projects.Instances.AppProFiles.List-import           Network.Google.Resource.BigtableAdmin.Projects.Instances.AppProFiles.Patch-import           Network.Google.Resource.BigtableAdmin.Projects.Instances.Clusters.Create-import           Network.Google.Resource.BigtableAdmin.Projects.Instances.Clusters.Delete-import           Network.Google.Resource.BigtableAdmin.Projects.Instances.Clusters.Get-import           Network.Google.Resource.BigtableAdmin.Projects.Instances.Clusters.List-import           Network.Google.Resource.BigtableAdmin.Projects.Instances.Clusters.Update-import           Network.Google.Resource.BigtableAdmin.Projects.Instances.Create-import           Network.Google.Resource.BigtableAdmin.Projects.Instances.Delete-import           Network.Google.Resource.BigtableAdmin.Projects.Instances.Get-import           Network.Google.Resource.BigtableAdmin.Projects.Instances.GetIAMPolicy-import           Network.Google.Resource.BigtableAdmin.Projects.Instances.List-import           Network.Google.Resource.BigtableAdmin.Projects.Instances.PartialUpdateInstance-import           Network.Google.Resource.BigtableAdmin.Projects.Instances.SetIAMPolicy-import           Network.Google.Resource.BigtableAdmin.Projects.Instances.Tables.CheckConsistency-import           Network.Google.Resource.BigtableAdmin.Projects.Instances.Tables.Create-import           Network.Google.Resource.BigtableAdmin.Projects.Instances.Tables.Delete-import           Network.Google.Resource.BigtableAdmin.Projects.Instances.Tables.DropRowRange-import           Network.Google.Resource.BigtableAdmin.Projects.Instances.Tables.GenerateConsistencyToken-import           Network.Google.Resource.BigtableAdmin.Projects.Instances.Tables.Get-import           Network.Google.Resource.BigtableAdmin.Projects.Instances.Tables.GetIAMPolicy-import           Network.Google.Resource.BigtableAdmin.Projects.Instances.Tables.List-import           Network.Google.Resource.BigtableAdmin.Projects.Instances.Tables.ModifyColumnFamilies-import           Network.Google.Resource.BigtableAdmin.Projects.Instances.Tables.SetIAMPolicy-import           Network.Google.Resource.BigtableAdmin.Projects.Instances.Tables.TestIAMPermissions-import           Network.Google.Resource.BigtableAdmin.Projects.Instances.TestIAMPermissions-import           Network.Google.Resource.BigtableAdmin.Projects.Instances.Update--{- $resources-TODO--}---- | Represents the entirety of the methods and resources available for the Cloud Bigtable Admin API service.-type BigtableAdminAPI =-     OperationsProjectsOperationsListResource :<|>-       OperationsGetResource-       :<|> OperationsCancelResource-       :<|> OperationsDeleteResource-       :<|> ProjectsInstancesAppProFilesListResource-       :<|> ProjectsInstancesAppProFilesPatchResource-       :<|> ProjectsInstancesAppProFilesGetResource-       :<|> ProjectsInstancesAppProFilesCreateResource-       :<|> ProjectsInstancesAppProFilesDeleteResource-       :<|> ProjectsInstancesTablesDropRowRangeResource-       :<|> ProjectsInstancesTablesListResource-       :<|> ProjectsInstancesTablesGetIAMPolicyResource-       :<|>-       ProjectsInstancesTablesGenerateConsistencyTokenResource-       :<|> ProjectsInstancesTablesGetResource-       :<|>-       ProjectsInstancesTablesModifyColumnFamiliesResource-       :<|> ProjectsInstancesTablesCreateResource-       :<|> ProjectsInstancesTablesSetIAMPolicyResource-       :<|> ProjectsInstancesTablesCheckConsistencyResource-       :<|>-       ProjectsInstancesTablesTestIAMPermissionsResource-       :<|> ProjectsInstancesTablesDeleteResource-       :<|> ProjectsInstancesClustersListResource-       :<|> ProjectsInstancesClustersGetResource-       :<|> ProjectsInstancesClustersCreateResource-       :<|> ProjectsInstancesClustersDeleteResource-       :<|> ProjectsInstancesClustersUpdateResource-       :<|> ProjectsInstancesListResource-       :<|> ProjectsInstancesGetIAMPolicyResource-       :<|> ProjectsInstancesGetResource-       :<|> ProjectsInstancesCreateResource-       :<|> ProjectsInstancesSetIAMPolicyResource-       :<|> ProjectsInstancesPartialUpdateInstanceResource-       :<|> ProjectsInstancesTestIAMPermissionsResource-       :<|> ProjectsInstancesDeleteResource-       :<|> ProjectsInstancesUpdateResource
− gen/Network/Google/BigtableAdmin/Types.hs
@@ -1,437 +0,0 @@-{-# LANGUAGE DataKinds          #-}-{-# LANGUAGE DeriveDataTypeable #-}-{-# LANGUAGE DeriveGeneric      #-}-{-# LANGUAGE NoImplicitPrelude  #-}-{-# LANGUAGE OverloadedStrings  #-}--{-# OPTIONS_GHC -fno-warn-unused-imports #-}---- |--- Module      : Network.Google.BigtableAdmin.Types--- Copyright   : (c) 2015-2016 Brendan Hay--- License     : Mozilla Public License, v. 2.0.--- Maintainer  : Brendan Hay <brendan.g.hay@gmail.com>--- Stability   : auto-generated--- Portability : non-portable (GHC extensions)----module Network.Google.BigtableAdmin.Types-    (-    -- * Service Configuration-      bigtableAdminService--    -- * OAuth Scopes-    , bigtableAdminClusterScope-    , cloudBigtableAdminTableScope-    , cloudPlatformReadOnlyScope-    , bigtableAdminScope-    , cloudPlatformScope-    , cloudBigtableAdminScope-    , cloudBigtableAdminClusterScope-    , bigtableAdminTableScope-    , bigtableAdminInstanceScope--    -- * SingleClusterRouting-    , SingleClusterRouting-    , singleClusterRouting-    , scrAllowTransactionalWrites-    , scrClusterId--    -- * InstanceLabels-    , InstanceLabels-    , instanceLabels-    , ilAddtional--    -- * Status-    , Status-    , status-    , sDetails-    , sCode-    , sMessage--    -- * CreateInstanceRequest-    , CreateInstanceRequest-    , createInstanceRequest-    , cirParent-    , cirInstanceId-    , cirClusters-    , cirInstance--    -- * AuditConfig-    , AuditConfig-    , auditConfig-    , acService-    , acAuditLogConfigs--    -- * GenerateConsistencyTokenRequest-    , GenerateConsistencyTokenRequest-    , generateConsistencyTokenRequest--    -- * ModifyColumnFamiliesRequest-    , ModifyColumnFamiliesRequest-    , modifyColumnFamiliesRequest-    , mcfrModifications--    -- * Expr-    , Expr-    , expr-    , eLocation-    , eExpression-    , eTitle-    , eDescription--    -- * ListOperationsResponse-    , ListOperationsResponse-    , listOperationsResponse-    , lorNextPageToken-    , lorOperations--    -- * CreateClusterRequest-    , CreateClusterRequest-    , createClusterRequest-    , ccrParent-    , ccrCluster-    , ccrClusterId--    -- * GetIAMPolicyRequest-    , GetIAMPolicyRequest-    , getIAMPolicyRequest--    -- * Cluster-    , Cluster-    , cluster-    , cState-    , cDefaultStorageType-    , cLocation-    , cServeNodes-    , cName--    -- * Split-    , Split-    , split-    , sKey--    -- * MultiClusterRoutingUseAny-    , MultiClusterRoutingUseAny-    , multiClusterRoutingUseAny--    -- * ClusterState-    , ClusterState-    , clusterState-    , csReplicationState--    -- * Operation-    , Operation-    , operation-    , oDone-    , oError-    , oResponse-    , oName-    , oMetadata--    -- * Empty-    , Empty-    , empty--    -- * ClusterDefaultStorageType-    , ClusterDefaultStorageType (..)--    -- * ListAppProFilesResponse-    , ListAppProFilesResponse-    , listAppProFilesResponse-    , lapfrNextPageToken-    , lapfrFailedLocations-    , lapfrAppProFiles--    -- * TableClusterStates-    , TableClusterStates-    , tableClusterStates-    , tcsAddtional--    -- * TableColumnFamilies-    , TableColumnFamilies-    , tableColumnFamilies-    , tcfAddtional--    -- * CreateTableRequest-    , CreateTableRequest-    , createTableRequest-    , ctrInitialSplits-    , ctrTableId-    , ctrTable--    -- * CreateClusterMetadata-    , CreateClusterMetadata-    , createClusterMetadata-    , ccmRequestTime-    , ccmTables-    , ccmOriginalRequest-    , ccmFinishTime--    -- * TableProgress-    , TableProgress-    , tableProgress-    , tpState-    , tpEstimatedSizeBytes-    , tpEstimatedCopiedBytes--    -- * Union-    , Union-    , union-    , uRules--    -- * StatusDetailsItem-    , StatusDetailsItem-    , statusDetailsItem-    , sdiAddtional--    -- * CreateClusterMetadataTables-    , CreateClusterMetadataTables-    , createClusterMetadataTables-    , ccmtAddtional--    -- * UpdateAppProFileMetadata-    , UpdateAppProFileMetadata-    , updateAppProFileMetadata--    -- * UpdateClusterMetadata-    , UpdateClusterMetadata-    , updateClusterMetadata-    , ucmRequestTime-    , ucmOriginalRequest-    , ucmFinishTime--    -- * ClusterStateReplicationState-    , ClusterStateReplicationState (..)--    -- * SetIAMPolicyRequest-    , SetIAMPolicyRequest-    , setIAMPolicyRequest-    , siprUpdateMask-    , siprPolicy--    -- * InstanceType-    , InstanceType (..)--    -- * CheckConsistencyRequest-    , CheckConsistencyRequest-    , checkConsistencyRequest-    , ccrConsistencyToken--    -- * ListTablesResponse-    , ListTablesResponse-    , listTablesResponse-    , ltrNextPageToken-    , ltrTables--    -- * TableProgressState-    , TableProgressState (..)--    -- * AuditLogConfigLogType-    , AuditLogConfigLogType (..)--    -- * PartialUpdateInstanceRequest-    , PartialUpdateInstanceRequest-    , partialUpdateInstanceRequest-    , puirUpdateMask-    , puirInstance--    -- * Xgafv-    , Xgafv (..)--    -- * TableGranularity-    , TableGranularity (..)--    -- * GcRule-    , GcRule-    , gcRule-    , grMaxAge-    , grUnion-    , grIntersection-    , grMaxNumVersions--    -- * TestIAMPermissionsRequest-    , TestIAMPermissionsRequest-    , testIAMPermissionsRequest-    , tiprPermissions--    -- * ClusterType-    , ClusterType (..)--    -- * AppProFile-    , AppProFile-    , appProFile-    , apfSingleClusterRouting-    , apfEtag-    , apfMultiClusterRoutingUseAny-    , apfName-    , apfDescription--    -- * CreateInstanceRequestClusters-    , CreateInstanceRequestClusters-    , createInstanceRequestClusters-    , circAddtional--    -- * GenerateConsistencyTokenResponse-    , GenerateConsistencyTokenResponse-    , generateConsistencyTokenResponse-    , gctrConsistencyToken--    -- * DropRowRangeRequest-    , DropRowRangeRequest-    , dropRowRangeRequest-    , drrrRowKeyPrefix-    , drrrDeleteAllDataFromTable--    -- * UpdateInstanceMetadata-    , UpdateInstanceMetadata-    , updateInstanceMetadata-    , uimRequestTime-    , uimOriginalRequest-    , uimFinishTime--    -- * Intersection-    , Intersection-    , intersection-    , iRules--    -- * ColumnFamily-    , ColumnFamily-    , columnFamily-    , cfGcRule--    -- * TestIAMPermissionsResponse-    , TestIAMPermissionsResponse-    , testIAMPermissionsResponse-    , tiamprPermissions--    -- * ListClustersResponse-    , ListClustersResponse-    , listClustersResponse-    , lcrNextPageToken-    , lcrFailedLocations-    , lcrClusters--    -- * Policy-    , Policy-    , policy-    , pAuditConfigs-    , pEtag-    , pVersion-    , pBindings--    -- * CreateInstanceMetadata-    , CreateInstanceMetadata-    , createInstanceMetadata-    , cimRequestTime-    , cimOriginalRequest-    , cimFinishTime--    -- * OperationMetadata-    , OperationMetadata-    , operationMetadata-    , omAddtional--    -- * AuditLogConfig-    , AuditLogConfig-    , auditLogConfig-    , alcLogType-    , alcExemptedMembers--    -- * ListInstancesResponse-    , ListInstancesResponse-    , listInstancesResponse-    , lirNextPageToken-    , lirFailedLocations-    , lirInstances--    -- * CheckConsistencyResponse-    , CheckConsistencyResponse-    , checkConsistencyResponse-    , ccrConsistent--    -- * InstanceState-    , InstanceState (..)--    -- * Modification-    , Modification-    , modification-    , mDrop-    , mCreate-    , mId-    , mUpdate--    -- * Table-    , Table-    , table-    , tGranularity-    , tName-    , tClusterStates-    , tColumnFamilies--    -- * OperationResponse-    , OperationResponse-    , operationResponse-    , orAddtional--    -- * Binding-    , Binding-    , binding-    , bMembers-    , bRole-    , bCondition--    -- * Instance-    , Instance-    , instance'-    , iState-    , iName-    , iDisplayName-    , iLabels-    , iType-    ) where--import           Network.Google.BigtableAdmin.Types.Product-import           Network.Google.BigtableAdmin.Types.Sum-import           Network.Google.Prelude---- | Default request referring to version 'v2' of the Cloud Bigtable Admin API. This contains the host and root path used as a starting point for constructing service requests.-bigtableAdminService :: ServiceConfig-bigtableAdminService-  = defaultService (ServiceId "bigtableadmin:v2")-      "bigtableadmin.googleapis.com"---- | Administer your Cloud Bigtable clusters-bigtableAdminClusterScope :: Proxy '["https://www.googleapis.com/auth/bigtable.admin.cluster"]-bigtableAdminClusterScope = Proxy---- | Administer your Cloud Bigtable tables-cloudBigtableAdminTableScope :: Proxy '["https://www.googleapis.com/auth/cloud-bigtable.admin.table"]-cloudBigtableAdminTableScope = Proxy---- | View your data across Google Cloud Platform services-cloudPlatformReadOnlyScope :: Proxy '["https://www.googleapis.com/auth/cloud-platform.read-only"]-cloudPlatformReadOnlyScope = Proxy---- | Administer your Cloud Bigtable tables and clusters-bigtableAdminScope :: Proxy '["https://www.googleapis.com/auth/bigtable.admin"]-bigtableAdminScope = Proxy---- | View and manage your data across Google Cloud Platform services-cloudPlatformScope :: Proxy '["https://www.googleapis.com/auth/cloud-platform"]-cloudPlatformScope = Proxy---- | Administer your Cloud Bigtable tables and clusters-cloudBigtableAdminScope :: Proxy '["https://www.googleapis.com/auth/cloud-bigtable.admin"]-cloudBigtableAdminScope = Proxy---- | Administer your Cloud Bigtable clusters-cloudBigtableAdminClusterScope :: Proxy '["https://www.googleapis.com/auth/cloud-bigtable.admin.cluster"]-cloudBigtableAdminClusterScope = Proxy---- | Administer your Cloud Bigtable tables-bigtableAdminTableScope :: Proxy '["https://www.googleapis.com/auth/bigtable.admin.table"]-bigtableAdminTableScope = Proxy---- | Administer your Cloud Bigtable clusters-bigtableAdminInstanceScope :: Proxy '["https://www.googleapis.com/auth/bigtable.admin.instance"]-bigtableAdminInstanceScope = Proxy
− gen/Network/Google/BigtableAdmin/Types/Product.hs
@@ -1,3097 +0,0 @@-{-# LANGUAGE DeriveDataTypeable #-}-{-# LANGUAGE DeriveGeneric      #-}-{-# LANGUAGE NoImplicitPrelude  #-}-{-# LANGUAGE OverloadedStrings  #-}-{-# LANGUAGE RecordWildCards    #-}--{-# OPTIONS_GHC -fno-warn-unused-binds   #-}-{-# OPTIONS_GHC -fno-warn-unused-imports #-}---- |--- Module      : Network.Google.BigtableAdmin.Types.Product--- Copyright   : (c) 2015-2016 Brendan Hay--- License     : Mozilla Public License, v. 2.0.--- Maintainer  : Brendan Hay <brendan.g.hay@gmail.com>--- Stability   : auto-generated--- Portability : non-portable (GHC extensions)----module Network.Google.BigtableAdmin.Types.Product where--import           Network.Google.BigtableAdmin.Types.Sum-import           Network.Google.Prelude---- | Unconditionally routes all read\/write requests to a specific cluster.--- This option preserves read-your-writes consistency, but does not improve--- availability.------ /See:/ 'singleClusterRouting' smart constructor.-data SingleClusterRouting =-  SingleClusterRouting'-    { _scrAllowTransactionalWrites :: !(Maybe Bool)-    , _scrClusterId                :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'SingleClusterRouting' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'scrAllowTransactionalWrites'------ * 'scrClusterId'-singleClusterRouting-    :: SingleClusterRouting-singleClusterRouting =-  SingleClusterRouting'-    {_scrAllowTransactionalWrites = Nothing, _scrClusterId = Nothing}----- | Whether or not \`CheckAndMutateRow\` and \`ReadModifyWriteRow\` requests--- are allowed by this app profile. It is unsafe to send these requests to--- the same table\/row\/column in multiple clusters.-scrAllowTransactionalWrites :: Lens' SingleClusterRouting (Maybe Bool)-scrAllowTransactionalWrites-  = lens _scrAllowTransactionalWrites-      (\ s a -> s{_scrAllowTransactionalWrites = a})---- | The cluster to which read\/write requests should be routed.-scrClusterId :: Lens' SingleClusterRouting (Maybe Text)-scrClusterId-  = lens _scrClusterId (\ s a -> s{_scrClusterId = a})--instance FromJSON SingleClusterRouting where-        parseJSON-          = withObject "SingleClusterRouting"-              (\ o ->-                 SingleClusterRouting' <$>-                   (o .:? "allowTransactionalWrites") <*>-                     (o .:? "clusterId"))--instance ToJSON SingleClusterRouting where-        toJSON SingleClusterRouting'{..}-          = object-              (catMaybes-                 [("allowTransactionalWrites" .=) <$>-                    _scrAllowTransactionalWrites,-                  ("clusterId" .=) <$> _scrClusterId])---- | Labels are a flexible and lightweight mechanism for organizing cloud--- resources into groups that reflect a customer\'s organizational needs--- and deployment strategies. They can be used to filter resources and--- aggregate metrics. * Label keys must be between 1 and 63 characters long--- and must conform to the regular expression: \`\\p{Ll}\\p{Lo}{0,62}\`. *--- Label values must be between 0 and 63 characters long and must conform--- to the regular expression: \`[\\p{Ll}\\p{Lo}\\p{N}_-]{0,63}\`. * No more--- than 64 labels can be associated with a given resource. * Keys and--- values must both be under 128 bytes.------ /See:/ 'instanceLabels' smart constructor.-newtype InstanceLabels =-  InstanceLabels'-    { _ilAddtional :: HashMap Text Text-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'InstanceLabels' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'ilAddtional'-instanceLabels-    :: HashMap Text Text -- ^ 'ilAddtional'-    -> InstanceLabels-instanceLabels pIlAddtional_ =-  InstanceLabels' {_ilAddtional = _Coerce # pIlAddtional_}---ilAddtional :: Lens' InstanceLabels (HashMap Text Text)-ilAddtional-  = lens _ilAddtional (\ s a -> s{_ilAddtional = a}) .-      _Coerce--instance FromJSON InstanceLabels where-        parseJSON-          = withObject "InstanceLabels"-              (\ o -> InstanceLabels' <$> (parseJSONObject o))--instance ToJSON InstanceLabels where-        toJSON = toJSON . _ilAddtional---- | The \`Status\` type defines a logical error model that is suitable for--- different programming environments, including REST APIs and RPC APIs. It--- is used by [gRPC](https:\/\/github.com\/grpc). The error model is--- designed to be: - Simple to use and understand for most users - Flexible--- enough to meet unexpected needs # Overview The \`Status\` message--- contains three pieces of data: error code, error message, and error--- details. The error code should be an enum value of google.rpc.Code, but--- it may accept additional error codes if needed. The error message should--- be a developer-facing English message that helps developers *understand*--- and *resolve* the error. If a localized user-facing error message is--- needed, put the localized message in the error details or localize it in--- the client. The optional error details may contain arbitrary information--- about the error. There is a predefined set of error detail types in the--- package \`google.rpc\` that can be used for common error conditions. #--- Language mapping The \`Status\` message is the logical representation of--- the error model, but it is not necessarily the actual wire format. When--- the \`Status\` message is exposed in different client libraries and--- different wire protocols, it can be mapped differently. For example, it--- will likely be mapped to some exceptions in Java, but more likely mapped--- to some error codes in C. # Other uses The error model and the--- \`Status\` message can be used in a variety of environments, either with--- or without APIs, to provide a consistent developer experience across--- different environments. Example uses of this error model include: ---- Partial errors. If a service needs to return partial errors to the--- client, it may embed the \`Status\` in the normal response to indicate--- the partial errors. - Workflow errors. A typical workflow has multiple--- steps. Each step may have a \`Status\` message for error reporting. ---- Batch operations. If a client uses batch request and batch response, the--- \`Status\` message should be used directly inside batch response, one--- for each error sub-response. - Asynchronous operations. If an API call--- embeds asynchronous operation results in its response, the status of--- those operations should be represented directly using the \`Status\`--- message. - Logging. If some API errors are stored in logs, the message--- \`Status\` could be used directly after any stripping needed for--- security\/privacy reasons.------ /See:/ 'status' smart constructor.-data Status =-  Status'-    { _sDetails :: !(Maybe [StatusDetailsItem])-    , _sCode    :: !(Maybe (Textual Int32))-    , _sMessage :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'Status' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'sDetails'------ * 'sCode'------ * 'sMessage'-status-    :: Status-status = Status' {_sDetails = Nothing, _sCode = Nothing, _sMessage = Nothing}----- | A list of messages that carry the error details. There is a common set--- of message types for APIs to use.-sDetails :: Lens' Status [StatusDetailsItem]-sDetails-  = lens _sDetails (\ s a -> s{_sDetails = a}) .-      _Default-      . _Coerce---- | The status code, which should be an enum value of google.rpc.Code.-sCode :: Lens' Status (Maybe Int32)-sCode-  = lens _sCode (\ s a -> s{_sCode = a}) .-      mapping _Coerce---- | A developer-facing error message, which should be in English. Any--- user-facing error message should be localized and sent in the--- google.rpc.Status.details field, or localized by the client.-sMessage :: Lens' Status (Maybe Text)-sMessage = lens _sMessage (\ s a -> s{_sMessage = a})--instance FromJSON Status where-        parseJSON-          = withObject "Status"-              (\ o ->-                 Status' <$>-                   (o .:? "details" .!= mempty) <*> (o .:? "code") <*>-                     (o .:? "message"))--instance ToJSON Status where-        toJSON Status'{..}-          = object-              (catMaybes-                 [("details" .=) <$> _sDetails,-                  ("code" .=) <$> _sCode,-                  ("message" .=) <$> _sMessage])---- | Request message for BigtableInstanceAdmin.CreateInstance.------ /See:/ 'createInstanceRequest' smart constructor.-data CreateInstanceRequest =-  CreateInstanceRequest'-    { _cirParent     :: !(Maybe Text)-    , _cirInstanceId :: !(Maybe Text)-    , _cirClusters   :: !(Maybe CreateInstanceRequestClusters)-    , _cirInstance   :: !(Maybe Instance)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'CreateInstanceRequest' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'cirParent'------ * 'cirInstanceId'------ * 'cirClusters'------ * 'cirInstance'-createInstanceRequest-    :: CreateInstanceRequest-createInstanceRequest =-  CreateInstanceRequest'-    { _cirParent = Nothing-    , _cirInstanceId = Nothing-    , _cirClusters = Nothing-    , _cirInstance = Nothing-    }----- | The unique name of the project in which to create the new instance.--- Values are of the form \`projects\/\`.-cirParent :: Lens' CreateInstanceRequest (Maybe Text)-cirParent-  = lens _cirParent (\ s a -> s{_cirParent = a})---- | The ID to be used when referring to the new instance within its project,--- e.g., just \`myinstance\` rather than--- \`projects\/myproject\/instances\/myinstance\`.-cirInstanceId :: Lens' CreateInstanceRequest (Maybe Text)-cirInstanceId-  = lens _cirInstanceId-      (\ s a -> s{_cirInstanceId = a})---- | The clusters to be created within the instance, mapped by desired--- cluster ID, e.g., just \`mycluster\` rather than--- \`projects\/myproject\/instances\/myinstance\/clusters\/mycluster\`.--- Fields marked \`OutputOnly\` must be left blank. Currently, at most two--- clusters can be specified.-cirClusters :: Lens' CreateInstanceRequest (Maybe CreateInstanceRequestClusters)-cirClusters-  = lens _cirClusters (\ s a -> s{_cirClusters = a})---- | The instance to create. Fields marked \`OutputOnly\` must be left blank.-cirInstance :: Lens' CreateInstanceRequest (Maybe Instance)-cirInstance-  = lens _cirInstance (\ s a -> s{_cirInstance = a})--instance FromJSON CreateInstanceRequest where-        parseJSON-          = withObject "CreateInstanceRequest"-              (\ o ->-                 CreateInstanceRequest' <$>-                   (o .:? "parent") <*> (o .:? "instanceId") <*>-                     (o .:? "clusters")-                     <*> (o .:? "instance"))--instance ToJSON CreateInstanceRequest where-        toJSON CreateInstanceRequest'{..}-          = object-              (catMaybes-                 [("parent" .=) <$> _cirParent,-                  ("instanceId" .=) <$> _cirInstanceId,-                  ("clusters" .=) <$> _cirClusters,-                  ("instance" .=) <$> _cirInstance])---- | Specifies the audit configuration for a service. The configuration--- determines which permission types are logged, and what identities, if--- any, are exempted from logging. An AuditConfig must have one or more--- AuditLogConfigs. If there are AuditConfigs for both \`allServices\` and--- a specific service, the union of the two AuditConfigs is used for that--- service: the log_types specified in each AuditConfig are enabled, and--- the exempted_members in each AuditLogConfig are exempted. Example Policy--- with multiple AuditConfigs: { \"audit_configs\": [ { \"service\":--- \"allServices\" \"audit_log_configs\": [ { \"log_type\": \"DATA_READ\",--- \"exempted_members\": [ \"user:foo\'gmail.com\" ] }, { \"log_type\":--- \"DATA_WRITE\", }, { \"log_type\": \"ADMIN_READ\", } ] }, { \"service\":--- \"fooservice.googleapis.com\" \"audit_log_configs\": [ { \"log_type\":--- \"DATA_READ\", }, { \"log_type\": \"DATA_WRITE\", \"exempted_members\":--- [ \"user:bar\'gmail.com\" ] } ] } ] } For fooservice, this policy--- enables DATA_READ, DATA_WRITE and ADMIN_READ logging. It also exempts--- foo\'gmail.com from DATA_READ logging, and bar\'gmail.com from--- DATA_WRITE logging.------ /See:/ 'auditConfig' smart constructor.-data AuditConfig =-  AuditConfig'-    { _acService         :: !(Maybe Text)-    , _acAuditLogConfigs :: !(Maybe [AuditLogConfig])-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'AuditConfig' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'acService'------ * 'acAuditLogConfigs'-auditConfig-    :: AuditConfig-auditConfig = AuditConfig' {_acService = Nothing, _acAuditLogConfigs = Nothing}----- | Specifies a service that will be enabled for audit logging. For example,--- \`storage.googleapis.com\`, \`cloudsql.googleapis.com\`. \`allServices\`--- is a special value that covers all services.-acService :: Lens' AuditConfig (Maybe Text)-acService-  = lens _acService (\ s a -> s{_acService = a})---- | The configuration for logging of each type of permission.-acAuditLogConfigs :: Lens' AuditConfig [AuditLogConfig]-acAuditLogConfigs-  = lens _acAuditLogConfigs-      (\ s a -> s{_acAuditLogConfigs = a})-      . _Default-      . _Coerce--instance FromJSON AuditConfig where-        parseJSON-          = withObject "AuditConfig"-              (\ o ->-                 AuditConfig' <$>-                   (o .:? "service") <*>-                     (o .:? "auditLogConfigs" .!= mempty))--instance ToJSON AuditConfig where-        toJSON AuditConfig'{..}-          = object-              (catMaybes-                 [("service" .=) <$> _acService,-                  ("auditLogConfigs" .=) <$> _acAuditLogConfigs])---- | Request message for--- google.bigtable.admin.v2.BigtableTableAdmin.GenerateConsistencyToken------ /See:/ 'generateConsistencyTokenRequest' smart constructor.-data GenerateConsistencyTokenRequest =-  GenerateConsistencyTokenRequest'-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'GenerateConsistencyTokenRequest' with the minimum fields required to make a request.----generateConsistencyTokenRequest-    :: GenerateConsistencyTokenRequest-generateConsistencyTokenRequest = GenerateConsistencyTokenRequest'---instance FromJSON GenerateConsistencyTokenRequest-         where-        parseJSON-          = withObject "GenerateConsistencyTokenRequest"-              (\ o -> pure GenerateConsistencyTokenRequest')--instance ToJSON GenerateConsistencyTokenRequest where-        toJSON = const emptyObject---- | Request message for--- google.bigtable.admin.v2.BigtableTableAdmin.ModifyColumnFamilies------ /See:/ 'modifyColumnFamiliesRequest' smart constructor.-newtype ModifyColumnFamiliesRequest =-  ModifyColumnFamiliesRequest'-    { _mcfrModifications :: Maybe [Modification]-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'ModifyColumnFamiliesRequest' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'mcfrModifications'-modifyColumnFamiliesRequest-    :: ModifyColumnFamiliesRequest-modifyColumnFamiliesRequest =-  ModifyColumnFamiliesRequest' {_mcfrModifications = Nothing}----- | Modifications to be atomically applied to the specified table\'s--- families. Entries are applied in order, meaning that earlier--- modifications can be masked by later ones (in the case of repeated--- updates to the same family, for example).-mcfrModifications :: Lens' ModifyColumnFamiliesRequest [Modification]-mcfrModifications-  = lens _mcfrModifications-      (\ s a -> s{_mcfrModifications = a})-      . _Default-      . _Coerce--instance FromJSON ModifyColumnFamiliesRequest where-        parseJSON-          = withObject "ModifyColumnFamiliesRequest"-              (\ o ->-                 ModifyColumnFamiliesRequest' <$>-                   (o .:? "modifications" .!= mempty))--instance ToJSON ModifyColumnFamiliesRequest where-        toJSON ModifyColumnFamiliesRequest'{..}-          = object-              (catMaybes-                 [("modifications" .=) <$> _mcfrModifications])---- | Represents an expression text. Example: title: \"User account presence\"--- description: \"Determines whether the request has a user account\"--- expression: \"size(request.user) > 0\"------ /See:/ 'expr' smart constructor.-data Expr =-  Expr'-    { _eLocation    :: !(Maybe Text)-    , _eExpression  :: !(Maybe Text)-    , _eTitle       :: !(Maybe Text)-    , _eDescription :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'Expr' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'eLocation'------ * 'eExpression'------ * 'eTitle'------ * 'eDescription'-expr-    :: Expr-expr =-  Expr'-    { _eLocation = Nothing-    , _eExpression = Nothing-    , _eTitle = Nothing-    , _eDescription = Nothing-    }----- | An optional string indicating the location of the expression for error--- reporting, e.g. a file name and a position in the file.-eLocation :: Lens' Expr (Maybe Text)-eLocation-  = lens _eLocation (\ s a -> s{_eLocation = a})---- | Textual representation of an expression in Common Expression Language--- syntax. The application context of the containing message determines--- which well-known feature set of CEL is supported.-eExpression :: Lens' Expr (Maybe Text)-eExpression-  = lens _eExpression (\ s a -> s{_eExpression = a})---- | An optional title for the expression, i.e. a short string describing its--- purpose. This can be used e.g. in UIs which allow to enter the--- expression.-eTitle :: Lens' Expr (Maybe Text)-eTitle = lens _eTitle (\ s a -> s{_eTitle = a})---- | An optional description of the expression. This is a longer text which--- describes the expression, e.g. when hovered over it in a UI.-eDescription :: Lens' Expr (Maybe Text)-eDescription-  = lens _eDescription (\ s a -> s{_eDescription = a})--instance FromJSON Expr where-        parseJSON-          = withObject "Expr"-              (\ o ->-                 Expr' <$>-                   (o .:? "location") <*> (o .:? "expression") <*>-                     (o .:? "title")-                     <*> (o .:? "description"))--instance ToJSON Expr where-        toJSON Expr'{..}-          = object-              (catMaybes-                 [("location" .=) <$> _eLocation,-                  ("expression" .=) <$> _eExpression,-                  ("title" .=) <$> _eTitle,-                  ("description" .=) <$> _eDescription])---- | The response message for Operations.ListOperations.------ /See:/ 'listOperationsResponse' smart constructor.-data ListOperationsResponse =-  ListOperationsResponse'-    { _lorNextPageToken :: !(Maybe Text)-    , _lorOperations    :: !(Maybe [Operation])-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'ListOperationsResponse' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'lorNextPageToken'------ * 'lorOperations'-listOperationsResponse-    :: ListOperationsResponse-listOperationsResponse =-  ListOperationsResponse'-    {_lorNextPageToken = Nothing, _lorOperations = Nothing}----- | The standard List next-page token.-lorNextPageToken :: Lens' ListOperationsResponse (Maybe Text)-lorNextPageToken-  = lens _lorNextPageToken-      (\ s a -> s{_lorNextPageToken = a})---- | A list of operations that matches the specified filter in the request.-lorOperations :: Lens' ListOperationsResponse [Operation]-lorOperations-  = lens _lorOperations-      (\ s a -> s{_lorOperations = a})-      . _Default-      . _Coerce--instance FromJSON ListOperationsResponse where-        parseJSON-          = withObject "ListOperationsResponse"-              (\ o ->-                 ListOperationsResponse' <$>-                   (o .:? "nextPageToken") <*>-                     (o .:? "operations" .!= mempty))--instance ToJSON ListOperationsResponse where-        toJSON ListOperationsResponse'{..}-          = object-              (catMaybes-                 [("nextPageToken" .=) <$> _lorNextPageToken,-                  ("operations" .=) <$> _lorOperations])---- | Request message for BigtableInstanceAdmin.CreateCluster.------ /See:/ 'createClusterRequest' smart constructor.-data CreateClusterRequest =-  CreateClusterRequest'-    { _ccrParent    :: !(Maybe Text)-    , _ccrCluster   :: !(Maybe Cluster)-    , _ccrClusterId :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'CreateClusterRequest' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'ccrParent'------ * 'ccrCluster'------ * 'ccrClusterId'-createClusterRequest-    :: CreateClusterRequest-createClusterRequest =-  CreateClusterRequest'-    {_ccrParent = Nothing, _ccrCluster = Nothing, _ccrClusterId = Nothing}----- | The unique name of the instance in which to create the new cluster.--- Values are of the form \`projects\/\/instances\/\`.-ccrParent :: Lens' CreateClusterRequest (Maybe Text)-ccrParent-  = lens _ccrParent (\ s a -> s{_ccrParent = a})---- | The cluster to be created. Fields marked \`OutputOnly\` must be left--- blank.-ccrCluster :: Lens' CreateClusterRequest (Maybe Cluster)-ccrCluster-  = lens _ccrCluster (\ s a -> s{_ccrCluster = a})---- | The ID to be used when referring to the new cluster within its instance,--- e.g., just \`mycluster\` rather than--- \`projects\/myproject\/instances\/myinstance\/clusters\/mycluster\`.-ccrClusterId :: Lens' CreateClusterRequest (Maybe Text)-ccrClusterId-  = lens _ccrClusterId (\ s a -> s{_ccrClusterId = a})--instance FromJSON CreateClusterRequest where-        parseJSON-          = withObject "CreateClusterRequest"-              (\ o ->-                 CreateClusterRequest' <$>-                   (o .:? "parent") <*> (o .:? "cluster") <*>-                     (o .:? "clusterId"))--instance ToJSON CreateClusterRequest where-        toJSON CreateClusterRequest'{..}-          = object-              (catMaybes-                 [("parent" .=) <$> _ccrParent,-                  ("cluster" .=) <$> _ccrCluster,-                  ("clusterId" .=) <$> _ccrClusterId])---- | Request message for \`GetIamPolicy\` method.------ /See:/ 'getIAMPolicyRequest' smart constructor.-data GetIAMPolicyRequest =-  GetIAMPolicyRequest'-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'GetIAMPolicyRequest' with the minimum fields required to make a request.----getIAMPolicyRequest-    :: GetIAMPolicyRequest-getIAMPolicyRequest = GetIAMPolicyRequest'---instance FromJSON GetIAMPolicyRequest where-        parseJSON-          = withObject "GetIAMPolicyRequest"-              (\ o -> pure GetIAMPolicyRequest')--instance ToJSON GetIAMPolicyRequest where-        toJSON = const emptyObject---- | A resizable group of nodes in a particular cloud location, capable of--- serving all Tables in the parent Instance.------ /See:/ 'cluster' smart constructor.-data Cluster =-  Cluster'-    { _cState              :: !(Maybe ClusterType)-    , _cDefaultStorageType :: !(Maybe ClusterDefaultStorageType)-    , _cLocation           :: !(Maybe Text)-    , _cServeNodes         :: !(Maybe (Textual Int32))-    , _cName               :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'Cluster' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'cState'------ * 'cDefaultStorageType'------ * 'cLocation'------ * 'cServeNodes'------ * 'cName'-cluster-    :: Cluster-cluster =-  Cluster'-    { _cState = Nothing-    , _cDefaultStorageType = Nothing-    , _cLocation = Nothing-    , _cServeNodes = Nothing-    , _cName = Nothing-    }----- | (\`OutputOnly\`) The current state of the cluster.-cState :: Lens' Cluster (Maybe ClusterType)-cState = lens _cState (\ s a -> s{_cState = a})---- | (\`CreationOnly\`) The type of storage used by this cluster to serve its--- parent instance\'s tables, unless explicitly overridden.-cDefaultStorageType :: Lens' Cluster (Maybe ClusterDefaultStorageType)-cDefaultStorageType-  = lens _cDefaultStorageType-      (\ s a -> s{_cDefaultStorageType = a})---- | (\`CreationOnly\`) The location where this cluster\'s nodes and storage--- reside. For best performance, clients should be located as close as--- possible to this cluster. Currently only zones are supported, so values--- should be of the form \`projects\/\/locations\/\`.-cLocation :: Lens' Cluster (Maybe Text)-cLocation-  = lens _cLocation (\ s a -> s{_cLocation = a})---- | The number of nodes allocated to this cluster. More nodes enable higher--- throughput and more consistent performance.-cServeNodes :: Lens' Cluster (Maybe Int32)-cServeNodes-  = lens _cServeNodes (\ s a -> s{_cServeNodes = a}) .-      mapping _Coerce---- | (\`OutputOnly\`) The unique name of the cluster. Values are of the form--- \`projects\/\/instances\/\/clusters\/a-z*\`.-cName :: Lens' Cluster (Maybe Text)-cName = lens _cName (\ s a -> s{_cName = a})--instance FromJSON Cluster where-        parseJSON-          = withObject "Cluster"-              (\ o ->-                 Cluster' <$>-                   (o .:? "state") <*> (o .:? "defaultStorageType") <*>-                     (o .:? "location")-                     <*> (o .:? "serveNodes")-                     <*> (o .:? "name"))--instance ToJSON Cluster where-        toJSON Cluster'{..}-          = object-              (catMaybes-                 [("state" .=) <$> _cState,-                  ("defaultStorageType" .=) <$> _cDefaultStorageType,-                  ("location" .=) <$> _cLocation,-                  ("serveNodes" .=) <$> _cServeNodes,-                  ("name" .=) <$> _cName])---- | An initial split point for a newly created table.------ /See:/ 'split' smart constructor.-newtype Split =-  Split'-    { _sKey :: Maybe Bytes-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'Split' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'sKey'-split-    :: Split-split = Split' {_sKey = Nothing}----- | Row key to use as an initial tablet boundary.-sKey :: Lens' Split (Maybe ByteString)-sKey-  = lens _sKey (\ s a -> s{_sKey = a}) . mapping _Bytes--instance FromJSON Split where-        parseJSON-          = withObject "Split"-              (\ o -> Split' <$> (o .:? "key"))--instance ToJSON Split where-        toJSON Split'{..}-          = object (catMaybes [("key" .=) <$> _sKey])---- | Read\/write requests may be routed to any cluster in the instance, and--- will fail over to another cluster in the event of transient errors or--- delays. Choosing this option sacrifices read-your-writes consistency to--- improve availability.------ /See:/ 'multiClusterRoutingUseAny' smart constructor.-data MultiClusterRoutingUseAny =-  MultiClusterRoutingUseAny'-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'MultiClusterRoutingUseAny' with the minimum fields required to make a request.----multiClusterRoutingUseAny-    :: MultiClusterRoutingUseAny-multiClusterRoutingUseAny = MultiClusterRoutingUseAny'---instance FromJSON MultiClusterRoutingUseAny where-        parseJSON-          = withObject "MultiClusterRoutingUseAny"-              (\ o -> pure MultiClusterRoutingUseAny')--instance ToJSON MultiClusterRoutingUseAny where-        toJSON = const emptyObject---- | The state of a table\'s data in a particular cluster.------ /See:/ 'clusterState' smart constructor.-newtype ClusterState =-  ClusterState'-    { _csReplicationState :: Maybe ClusterStateReplicationState-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'ClusterState' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'csReplicationState'-clusterState-    :: ClusterState-clusterState = ClusterState' {_csReplicationState = Nothing}----- | Output only. The state of replication for the table in this cluster.-csReplicationState :: Lens' ClusterState (Maybe ClusterStateReplicationState)-csReplicationState-  = lens _csReplicationState-      (\ s a -> s{_csReplicationState = a})--instance FromJSON ClusterState where-        parseJSON-          = withObject "ClusterState"-              (\ o -> ClusterState' <$> (o .:? "replicationState"))--instance ToJSON ClusterState where-        toJSON ClusterState'{..}-          = object-              (catMaybes-                 [("replicationState" .=) <$> _csReplicationState])---- | This resource represents a long-running operation that is the result of--- a network API call.------ /See:/ 'operation' smart constructor.-data Operation =-  Operation'-    { _oDone     :: !(Maybe Bool)-    , _oError    :: !(Maybe Status)-    , _oResponse :: !(Maybe OperationResponse)-    , _oName     :: !(Maybe Text)-    , _oMetadata :: !(Maybe OperationMetadata)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'Operation' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'oDone'------ * 'oError'------ * 'oResponse'------ * 'oName'------ * 'oMetadata'-operation-    :: Operation-operation =-  Operation'-    { _oDone = Nothing-    , _oError = Nothing-    , _oResponse = Nothing-    , _oName = Nothing-    , _oMetadata = Nothing-    }----- | If the value is \`false\`, it means the operation is still in progress.--- If \`true\`, the operation is completed, and either \`error\` or--- \`response\` is available.-oDone :: Lens' Operation (Maybe Bool)-oDone = lens _oDone (\ s a -> s{_oDone = a})---- | The error result of the operation in case of failure or cancellation.-oError :: Lens' Operation (Maybe Status)-oError = lens _oError (\ s a -> s{_oError = a})---- | The normal response of the operation in case of success. If the original--- method returns no data on success, such as \`Delete\`, the response is--- \`google.protobuf.Empty\`. If the original method is standard--- \`Get\`\/\`Create\`\/\`Update\`, the response should be the resource.--- For other methods, the response should have the type \`XxxResponse\`,--- where \`Xxx\` is the original method name. For example, if the original--- method name is \`TakeSnapshot()\`, the inferred response type is--- \`TakeSnapshotResponse\`.-oResponse :: Lens' Operation (Maybe OperationResponse)-oResponse-  = lens _oResponse (\ s a -> s{_oResponse = a})---- | The server-assigned name, which is only unique within the same service--- that originally returns it. If you use the default HTTP mapping, the--- \`name\` should have the format of \`operations\/some\/unique\/name\`.-oName :: Lens' Operation (Maybe Text)-oName = lens _oName (\ s a -> s{_oName = a})---- | Service-specific metadata associated with the operation. It typically--- contains progress information and common metadata such as create time.--- Some services might not provide such metadata. Any method that returns a--- long-running operation should document the metadata type, if any.-oMetadata :: Lens' Operation (Maybe OperationMetadata)-oMetadata-  = lens _oMetadata (\ s a -> s{_oMetadata = a})--instance FromJSON Operation where-        parseJSON-          = withObject "Operation"-              (\ o ->-                 Operation' <$>-                   (o .:? "done") <*> (o .:? "error") <*>-                     (o .:? "response")-                     <*> (o .:? "name")-                     <*> (o .:? "metadata"))--instance ToJSON Operation where-        toJSON Operation'{..}-          = object-              (catMaybes-                 [("done" .=) <$> _oDone, ("error" .=) <$> _oError,-                  ("response" .=) <$> _oResponse,-                  ("name" .=) <$> _oName,-                  ("metadata" .=) <$> _oMetadata])---- | A generic empty message that you can re-use to avoid defining duplicated--- empty messages in your APIs. A typical example is to use it as the--- request or the response type of an API method. For instance: service Foo--- { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } The--- JSON representation for \`Empty\` is empty JSON object \`{}\`.------ /See:/ 'empty' smart constructor.-data Empty =-  Empty'-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'Empty' with the minimum fields required to make a request.----empty-    :: Empty-empty = Empty'---instance FromJSON Empty where-        parseJSON = withObject "Empty" (\ o -> pure Empty')--instance ToJSON Empty where-        toJSON = const emptyObject---- | Response message for BigtableInstanceAdmin.ListAppProfiles.------ /See:/ 'listAppProFilesResponse' smart constructor.-data ListAppProFilesResponse =-  ListAppProFilesResponse'-    { _lapfrNextPageToken   :: !(Maybe Text)-    , _lapfrFailedLocations :: !(Maybe [Text])-    , _lapfrAppProFiles     :: !(Maybe [AppProFile])-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'ListAppProFilesResponse' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'lapfrNextPageToken'------ * 'lapfrFailedLocations'------ * 'lapfrAppProFiles'-listAppProFilesResponse-    :: ListAppProFilesResponse-listAppProFilesResponse =-  ListAppProFilesResponse'-    { _lapfrNextPageToken = Nothing-    , _lapfrFailedLocations = Nothing-    , _lapfrAppProFiles = Nothing-    }----- | Set if not all app profiles could be returned in a single response. Pass--- this value to \`page_token\` in another request to get the next page of--- results.-lapfrNextPageToken :: Lens' ListAppProFilesResponse (Maybe Text)-lapfrNextPageToken-  = lens _lapfrNextPageToken-      (\ s a -> s{_lapfrNextPageToken = a})---- | Locations from which AppProfile information could not be retrieved, due--- to an outage or some other transient condition. AppProfiles from these--- locations may be missing from \`app_profiles\`. Values are of the form--- \`projects\/\/locations\/\`-lapfrFailedLocations :: Lens' ListAppProFilesResponse [Text]-lapfrFailedLocations-  = lens _lapfrFailedLocations-      (\ s a -> s{_lapfrFailedLocations = a})-      . _Default-      . _Coerce---- | The list of requested app profiles.-lapfrAppProFiles :: Lens' ListAppProFilesResponse [AppProFile]-lapfrAppProFiles-  = lens _lapfrAppProFiles-      (\ s a -> s{_lapfrAppProFiles = a})-      . _Default-      . _Coerce--instance FromJSON ListAppProFilesResponse where-        parseJSON-          = withObject "ListAppProFilesResponse"-              (\ o ->-                 ListAppProFilesResponse' <$>-                   (o .:? "nextPageToken") <*>-                     (o .:? "failedLocations" .!= mempty)-                     <*> (o .:? "appProfiles" .!= mempty))--instance ToJSON ListAppProFilesResponse where-        toJSON ListAppProFilesResponse'{..}-          = object-              (catMaybes-                 [("nextPageToken" .=) <$> _lapfrNextPageToken,-                  ("failedLocations" .=) <$> _lapfrFailedLocations,-                  ("appProfiles" .=) <$> _lapfrAppProFiles])---- | Output only. Map from cluster ID to per-cluster table state. If it could--- not be determined whether or not the table has data in a particular--- cluster (for example, if its zone is unavailable), then there will be an--- entry for the cluster with UNKNOWN \`replication_status\`. Views:--- \`REPLICATION_VIEW\`, \`FULL\`------ /See:/ 'tableClusterStates' smart constructor.-newtype TableClusterStates =-  TableClusterStates'-    { _tcsAddtional :: HashMap Text ClusterState-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'TableClusterStates' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'tcsAddtional'-tableClusterStates-    :: HashMap Text ClusterState -- ^ 'tcsAddtional'-    -> TableClusterStates-tableClusterStates pTcsAddtional_ =-  TableClusterStates' {_tcsAddtional = _Coerce # pTcsAddtional_}---tcsAddtional :: Lens' TableClusterStates (HashMap Text ClusterState)-tcsAddtional-  = lens _tcsAddtional (\ s a -> s{_tcsAddtional = a})-      . _Coerce--instance FromJSON TableClusterStates where-        parseJSON-          = withObject "TableClusterStates"-              (\ o -> TableClusterStates' <$> (parseJSONObject o))--instance ToJSON TableClusterStates where-        toJSON = toJSON . _tcsAddtional---- | (\`CreationOnly\`) The column families configured for this table, mapped--- by column family ID. Views: \`SCHEMA_VIEW\`, \`FULL\`------ /See:/ 'tableColumnFamilies' smart constructor.-newtype TableColumnFamilies =-  TableColumnFamilies'-    { _tcfAddtional :: HashMap Text ColumnFamily-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'TableColumnFamilies' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'tcfAddtional'-tableColumnFamilies-    :: HashMap Text ColumnFamily -- ^ 'tcfAddtional'-    -> TableColumnFamilies-tableColumnFamilies pTcfAddtional_ =-  TableColumnFamilies' {_tcfAddtional = _Coerce # pTcfAddtional_}---tcfAddtional :: Lens' TableColumnFamilies (HashMap Text ColumnFamily)-tcfAddtional-  = lens _tcfAddtional (\ s a -> s{_tcfAddtional = a})-      . _Coerce--instance FromJSON TableColumnFamilies where-        parseJSON-          = withObject "TableColumnFamilies"-              (\ o -> TableColumnFamilies' <$> (parseJSONObject o))--instance ToJSON TableColumnFamilies where-        toJSON = toJSON . _tcfAddtional---- | Request message for--- google.bigtable.admin.v2.BigtableTableAdmin.CreateTable------ /See:/ 'createTableRequest' smart constructor.-data CreateTableRequest =-  CreateTableRequest'-    { _ctrInitialSplits :: !(Maybe [Split])-    , _ctrTableId       :: !(Maybe Text)-    , _ctrTable         :: !(Maybe Table)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'CreateTableRequest' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'ctrInitialSplits'------ * 'ctrTableId'------ * 'ctrTable'-createTableRequest-    :: CreateTableRequest-createTableRequest =-  CreateTableRequest'-    {_ctrInitialSplits = Nothing, _ctrTableId = Nothing, _ctrTable = Nothing}----- | The optional list of row keys that will be used to initially split the--- table into several tablets (tablets are similar to HBase regions). Given--- two split keys, \`s1\` and \`s2\`, three tablets will be created,--- spanning the key ranges: \`[, s1), [s1, s2), [s2, )\`. Example: * Row--- keys := \`[\"a\", \"apple\", \"custom\", \"customer_1\",--- \"customer_2\",\` \`\"other\", \"zz\"]\` * initial_split_keys :=--- \`[\"apple\", \"customer_1\", \"customer_2\", \"other\"]\` * Key--- assignment: - Tablet 1 \`[, apple) => {\"a\"}.\` - Tablet 2 \`[apple,--- customer_1) => {\"apple\", \"custom\"}.\` - Tablet 3 \`[customer_1,--- customer_2) => {\"customer_1\"}.\` - Tablet 4 \`[customer_2, other) =>--- {\"customer_2\"}.\` - Tablet 5 \`[other, ) => {\"other\", \"zz\"}.\`-ctrInitialSplits :: Lens' CreateTableRequest [Split]-ctrInitialSplits-  = lens _ctrInitialSplits-      (\ s a -> s{_ctrInitialSplits = a})-      . _Default-      . _Coerce---- | The name by which the new table should be referred to within the parent--- instance, e.g., \`foobar\` rather than \`\/tables\/foobar\`.-ctrTableId :: Lens' CreateTableRequest (Maybe Text)-ctrTableId-  = lens _ctrTableId (\ s a -> s{_ctrTableId = a})---- | The Table to create.-ctrTable :: Lens' CreateTableRequest (Maybe Table)-ctrTable = lens _ctrTable (\ s a -> s{_ctrTable = a})--instance FromJSON CreateTableRequest where-        parseJSON-          = withObject "CreateTableRequest"-              (\ o ->-                 CreateTableRequest' <$>-                   (o .:? "initialSplits" .!= mempty) <*>-                     (o .:? "tableId")-                     <*> (o .:? "table"))--instance ToJSON CreateTableRequest where-        toJSON CreateTableRequest'{..}-          = object-              (catMaybes-                 [("initialSplits" .=) <$> _ctrInitialSplits,-                  ("tableId" .=) <$> _ctrTableId,-                  ("table" .=) <$> _ctrTable])---- | The metadata for the Operation returned by CreateCluster.------ /See:/ 'createClusterMetadata' smart constructor.-data CreateClusterMetadata =-  CreateClusterMetadata'-    { _ccmRequestTime     :: !(Maybe DateTime')-    , _ccmTables          :: !(Maybe CreateClusterMetadataTables)-    , _ccmOriginalRequest :: !(Maybe CreateClusterRequest)-    , _ccmFinishTime      :: !(Maybe DateTime')-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'CreateClusterMetadata' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'ccmRequestTime'------ * 'ccmTables'------ * 'ccmOriginalRequest'------ * 'ccmFinishTime'-createClusterMetadata-    :: CreateClusterMetadata-createClusterMetadata =-  CreateClusterMetadata'-    { _ccmRequestTime = Nothing-    , _ccmTables = Nothing-    , _ccmOriginalRequest = Nothing-    , _ccmFinishTime = Nothing-    }----- | The time at which the original request was received.-ccmRequestTime :: Lens' CreateClusterMetadata (Maybe UTCTime)-ccmRequestTime-  = lens _ccmRequestTime-      (\ s a -> s{_ccmRequestTime = a})-      . mapping _DateTime---- | Keys: the full \`name\` of each table that existed in the instance when--- CreateCluster was first called, i.e. \`projects\/\/instances\/\/tables\/--- \`. Any table added to the instance by a later API call will be created--- in the new cluster by that API call, not this one. Values: information--- on how much of a table\'s data has been copied to the newly-created--- cluster so far.-ccmTables :: Lens' CreateClusterMetadata (Maybe CreateClusterMetadataTables)-ccmTables-  = lens _ccmTables (\ s a -> s{_ccmTables = a})---- | The request that prompted the initiation of this CreateCluster--- operation.-ccmOriginalRequest :: Lens' CreateClusterMetadata (Maybe CreateClusterRequest)-ccmOriginalRequest-  = lens _ccmOriginalRequest-      (\ s a -> s{_ccmOriginalRequest = a})---- | The time at which the operation failed or was completed successfully.-ccmFinishTime :: Lens' CreateClusterMetadata (Maybe UTCTime)-ccmFinishTime-  = lens _ccmFinishTime-      (\ s a -> s{_ccmFinishTime = a})-      . mapping _DateTime--instance FromJSON CreateClusterMetadata where-        parseJSON-          = withObject "CreateClusterMetadata"-              (\ o ->-                 CreateClusterMetadata' <$>-                   (o .:? "requestTime") <*> (o .:? "tables") <*>-                     (o .:? "originalRequest")-                     <*> (o .:? "finishTime"))--instance ToJSON CreateClusterMetadata where-        toJSON CreateClusterMetadata'{..}-          = object-              (catMaybes-                 [("requestTime" .=) <$> _ccmRequestTime,-                  ("tables" .=) <$> _ccmTables,-                  ("originalRequest" .=) <$> _ccmOriginalRequest,-                  ("finishTime" .=) <$> _ccmFinishTime])---- | Progress info for copying a table\'s data to the new cluster.------ /See:/ 'tableProgress' smart constructor.-data TableProgress =-  TableProgress'-    { _tpState                :: !(Maybe TableProgressState)-    , _tpEstimatedSizeBytes   :: !(Maybe (Textual Int64))-    , _tpEstimatedCopiedBytes :: !(Maybe (Textual Int64))-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'TableProgress' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'tpState'------ * 'tpEstimatedSizeBytes'------ * 'tpEstimatedCopiedBytes'-tableProgress-    :: TableProgress-tableProgress =-  TableProgress'-    { _tpState = Nothing-    , _tpEstimatedSizeBytes = Nothing-    , _tpEstimatedCopiedBytes = Nothing-    }---tpState :: Lens' TableProgress (Maybe TableProgressState)-tpState = lens _tpState (\ s a -> s{_tpState = a})---- | Estimate of the size of the table to be copied.-tpEstimatedSizeBytes :: Lens' TableProgress (Maybe Int64)-tpEstimatedSizeBytes-  = lens _tpEstimatedSizeBytes-      (\ s a -> s{_tpEstimatedSizeBytes = a})-      . mapping _Coerce---- | Estimate of the number of bytes copied so far for this table. This will--- eventually reach \'estimated_size_bytes\' unless the table copy is--- CANCELLED.-tpEstimatedCopiedBytes :: Lens' TableProgress (Maybe Int64)-tpEstimatedCopiedBytes-  = lens _tpEstimatedCopiedBytes-      (\ s a -> s{_tpEstimatedCopiedBytes = a})-      . mapping _Coerce--instance FromJSON TableProgress where-        parseJSON-          = withObject "TableProgress"-              (\ o ->-                 TableProgress' <$>-                   (o .:? "state") <*> (o .:? "estimatedSizeBytes") <*>-                     (o .:? "estimatedCopiedBytes"))--instance ToJSON TableProgress where-        toJSON TableProgress'{..}-          = object-              (catMaybes-                 [("state" .=) <$> _tpState,-                  ("estimatedSizeBytes" .=) <$> _tpEstimatedSizeBytes,-                  ("estimatedCopiedBytes" .=) <$>-                    _tpEstimatedCopiedBytes])---- | A GcRule which deletes cells matching any of the given rules.------ /See:/ 'union' smart constructor.-newtype Union =-  Union'-    { _uRules :: Maybe [GcRule]-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'Union' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'uRules'-union-    :: Union-union = Union' {_uRules = Nothing}----- | Delete cells which would be deleted by any element of \`rules\`.-uRules :: Lens' Union [GcRule]-uRules-  = lens _uRules (\ s a -> s{_uRules = a}) . _Default .-      _Coerce--instance FromJSON Union where-        parseJSON-          = withObject "Union"-              (\ o -> Union' <$> (o .:? "rules" .!= mempty))--instance ToJSON Union where-        toJSON Union'{..}-          = object (catMaybes [("rules" .=) <$> _uRules])------- /See:/ 'statusDetailsItem' smart constructor.-newtype StatusDetailsItem =-  StatusDetailsItem'-    { _sdiAddtional :: HashMap Text JSONValue-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'StatusDetailsItem' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'sdiAddtional'-statusDetailsItem-    :: HashMap Text JSONValue -- ^ 'sdiAddtional'-    -> StatusDetailsItem-statusDetailsItem pSdiAddtional_ =-  StatusDetailsItem' {_sdiAddtional = _Coerce # pSdiAddtional_}----- | Properties of the object. Contains field \'type with type URL.-sdiAddtional :: Lens' StatusDetailsItem (HashMap Text JSONValue)-sdiAddtional-  = lens _sdiAddtional (\ s a -> s{_sdiAddtional = a})-      . _Coerce--instance FromJSON StatusDetailsItem where-        parseJSON-          = withObject "StatusDetailsItem"-              (\ o -> StatusDetailsItem' <$> (parseJSONObject o))--instance ToJSON StatusDetailsItem where-        toJSON = toJSON . _sdiAddtional---- | Keys: the full \`name\` of each table that existed in the instance when--- CreateCluster was first called, i.e. \`projects\/\/instances\/\/tables\/--- \`. Any table added to the instance by a later API call will be created--- in the new cluster by that API call, not this one. Values: information--- on how much of a table\'s data has been copied to the newly-created--- cluster so far.------ /See:/ 'createClusterMetadataTables' smart constructor.-newtype CreateClusterMetadataTables =-  CreateClusterMetadataTables'-    { _ccmtAddtional :: HashMap Text TableProgress-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'CreateClusterMetadataTables' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'ccmtAddtional'-createClusterMetadataTables-    :: HashMap Text TableProgress -- ^ 'ccmtAddtional'-    -> CreateClusterMetadataTables-createClusterMetadataTables pCcmtAddtional_ =-  CreateClusterMetadataTables' {_ccmtAddtional = _Coerce # pCcmtAddtional_}---ccmtAddtional :: Lens' CreateClusterMetadataTables (HashMap Text TableProgress)-ccmtAddtional-  = lens _ccmtAddtional-      (\ s a -> s{_ccmtAddtional = a})-      . _Coerce--instance FromJSON CreateClusterMetadataTables where-        parseJSON-          = withObject "CreateClusterMetadataTables"-              (\ o ->-                 CreateClusterMetadataTables' <$> (parseJSONObject o))--instance ToJSON CreateClusterMetadataTables where-        toJSON = toJSON . _ccmtAddtional---- | The metadata for the Operation returned by UpdateAppProfile.------ /See:/ 'updateAppProFileMetadata' smart constructor.-data UpdateAppProFileMetadata =-  UpdateAppProFileMetadata'-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'UpdateAppProFileMetadata' with the minimum fields required to make a request.----updateAppProFileMetadata-    :: UpdateAppProFileMetadata-updateAppProFileMetadata = UpdateAppProFileMetadata'---instance FromJSON UpdateAppProFileMetadata where-        parseJSON-          = withObject "UpdateAppProFileMetadata"-              (\ o -> pure UpdateAppProFileMetadata')--instance ToJSON UpdateAppProFileMetadata where-        toJSON = const emptyObject---- | The metadata for the Operation returned by UpdateCluster.------ /See:/ 'updateClusterMetadata' smart constructor.-data UpdateClusterMetadata =-  UpdateClusterMetadata'-    { _ucmRequestTime     :: !(Maybe DateTime')-    , _ucmOriginalRequest :: !(Maybe Cluster)-    , _ucmFinishTime      :: !(Maybe DateTime')-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'UpdateClusterMetadata' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'ucmRequestTime'------ * 'ucmOriginalRequest'------ * 'ucmFinishTime'-updateClusterMetadata-    :: UpdateClusterMetadata-updateClusterMetadata =-  UpdateClusterMetadata'-    { _ucmRequestTime = Nothing-    , _ucmOriginalRequest = Nothing-    , _ucmFinishTime = Nothing-    }----- | The time at which the original request was received.-ucmRequestTime :: Lens' UpdateClusterMetadata (Maybe UTCTime)-ucmRequestTime-  = lens _ucmRequestTime-      (\ s a -> s{_ucmRequestTime = a})-      . mapping _DateTime---- | The request that prompted the initiation of this UpdateCluster--- operation.-ucmOriginalRequest :: Lens' UpdateClusterMetadata (Maybe Cluster)-ucmOriginalRequest-  = lens _ucmOriginalRequest-      (\ s a -> s{_ucmOriginalRequest = a})---- | The time at which the operation failed or was completed successfully.-ucmFinishTime :: Lens' UpdateClusterMetadata (Maybe UTCTime)-ucmFinishTime-  = lens _ucmFinishTime-      (\ s a -> s{_ucmFinishTime = a})-      . mapping _DateTime--instance FromJSON UpdateClusterMetadata where-        parseJSON-          = withObject "UpdateClusterMetadata"-              (\ o ->-                 UpdateClusterMetadata' <$>-                   (o .:? "requestTime") <*> (o .:? "originalRequest")-                     <*> (o .:? "finishTime"))--instance ToJSON UpdateClusterMetadata where-        toJSON UpdateClusterMetadata'{..}-          = object-              (catMaybes-                 [("requestTime" .=) <$> _ucmRequestTime,-                  ("originalRequest" .=) <$> _ucmOriginalRequest,-                  ("finishTime" .=) <$> _ucmFinishTime])---- | Request message for \`SetIamPolicy\` method.------ /See:/ 'setIAMPolicyRequest' smart constructor.-data SetIAMPolicyRequest =-  SetIAMPolicyRequest'-    { _siprUpdateMask :: !(Maybe GFieldMask)-    , _siprPolicy     :: !(Maybe Policy)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'SetIAMPolicyRequest' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'siprUpdateMask'------ * 'siprPolicy'-setIAMPolicyRequest-    :: SetIAMPolicyRequest-setIAMPolicyRequest =-  SetIAMPolicyRequest' {_siprUpdateMask = Nothing, _siprPolicy = Nothing}----- | OPTIONAL: A FieldMask specifying which fields of the policy to modify.--- Only the fields in the mask will be modified. If no mask is provided,--- the following default mask is used: paths: \"bindings, etag\" This field--- is only used by Cloud IAM.-siprUpdateMask :: Lens' SetIAMPolicyRequest (Maybe GFieldMask)-siprUpdateMask-  = lens _siprUpdateMask-      (\ s a -> s{_siprUpdateMask = a})---- | REQUIRED: The complete policy to be applied to the \`resource\`. The--- size of the policy is limited to a few 10s of KB. An empty policy is a--- valid policy but certain Cloud Platform services (such as Projects)--- might reject them.-siprPolicy :: Lens' SetIAMPolicyRequest (Maybe Policy)-siprPolicy-  = lens _siprPolicy (\ s a -> s{_siprPolicy = a})--instance FromJSON SetIAMPolicyRequest where-        parseJSON-          = withObject "SetIAMPolicyRequest"-              (\ o ->-                 SetIAMPolicyRequest' <$>-                   (o .:? "updateMask") <*> (o .:? "policy"))--instance ToJSON SetIAMPolicyRequest where-        toJSON SetIAMPolicyRequest'{..}-          = object-              (catMaybes-                 [("updateMask" .=) <$> _siprUpdateMask,-                  ("policy" .=) <$> _siprPolicy])---- | Request message for--- google.bigtable.admin.v2.BigtableTableAdmin.CheckConsistency------ /See:/ 'checkConsistencyRequest' smart constructor.-newtype CheckConsistencyRequest =-  CheckConsistencyRequest'-    { _ccrConsistencyToken :: Maybe Text-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'CheckConsistencyRequest' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'ccrConsistencyToken'-checkConsistencyRequest-    :: CheckConsistencyRequest-checkConsistencyRequest =-  CheckConsistencyRequest' {_ccrConsistencyToken = Nothing}----- | The token created using GenerateConsistencyToken for the Table.-ccrConsistencyToken :: Lens' CheckConsistencyRequest (Maybe Text)-ccrConsistencyToken-  = lens _ccrConsistencyToken-      (\ s a -> s{_ccrConsistencyToken = a})--instance FromJSON CheckConsistencyRequest where-        parseJSON-          = withObject "CheckConsistencyRequest"-              (\ o ->-                 CheckConsistencyRequest' <$>-                   (o .:? "consistencyToken"))--instance ToJSON CheckConsistencyRequest where-        toJSON CheckConsistencyRequest'{..}-          = object-              (catMaybes-                 [("consistencyToken" .=) <$> _ccrConsistencyToken])---- | Response message for--- google.bigtable.admin.v2.BigtableTableAdmin.ListTables------ /See:/ 'listTablesResponse' smart constructor.-data ListTablesResponse =-  ListTablesResponse'-    { _ltrNextPageToken :: !(Maybe Text)-    , _ltrTables        :: !(Maybe [Table])-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'ListTablesResponse' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'ltrNextPageToken'------ * 'ltrTables'-listTablesResponse-    :: ListTablesResponse-listTablesResponse =-  ListTablesResponse' {_ltrNextPageToken = Nothing, _ltrTables = Nothing}----- | Set if not all tables could be returned in a single response. Pass this--- value to \`page_token\` in another request to get the next page of--- results.-ltrNextPageToken :: Lens' ListTablesResponse (Maybe Text)-ltrNextPageToken-  = lens _ltrNextPageToken-      (\ s a -> s{_ltrNextPageToken = a})---- | The tables present in the requested instance.-ltrTables :: Lens' ListTablesResponse [Table]-ltrTables-  = lens _ltrTables (\ s a -> s{_ltrTables = a}) .-      _Default-      . _Coerce--instance FromJSON ListTablesResponse where-        parseJSON-          = withObject "ListTablesResponse"-              (\ o ->-                 ListTablesResponse' <$>-                   (o .:? "nextPageToken") <*>-                     (o .:? "tables" .!= mempty))--instance ToJSON ListTablesResponse where-        toJSON ListTablesResponse'{..}-          = object-              (catMaybes-                 [("nextPageToken" .=) <$> _ltrNextPageToken,-                  ("tables" .=) <$> _ltrTables])---- | Request message for BigtableInstanceAdmin.PartialUpdateInstance.------ /See:/ 'partialUpdateInstanceRequest' smart constructor.-data PartialUpdateInstanceRequest =-  PartialUpdateInstanceRequest'-    { _puirUpdateMask :: !(Maybe GFieldMask)-    , _puirInstance   :: !(Maybe Instance)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'PartialUpdateInstanceRequest' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'puirUpdateMask'------ * 'puirInstance'-partialUpdateInstanceRequest-    :: PartialUpdateInstanceRequest-partialUpdateInstanceRequest =-  PartialUpdateInstanceRequest'-    {_puirUpdateMask = Nothing, _puirInstance = Nothing}----- | The subset of Instance fields which should be replaced. Must be--- explicitly set.-puirUpdateMask :: Lens' PartialUpdateInstanceRequest (Maybe GFieldMask)-puirUpdateMask-  = lens _puirUpdateMask-      (\ s a -> s{_puirUpdateMask = a})---- | The Instance which will (partially) replace the current value.-puirInstance :: Lens' PartialUpdateInstanceRequest (Maybe Instance)-puirInstance-  = lens _puirInstance (\ s a -> s{_puirInstance = a})--instance FromJSON PartialUpdateInstanceRequest where-        parseJSON-          = withObject "PartialUpdateInstanceRequest"-              (\ o ->-                 PartialUpdateInstanceRequest' <$>-                   (o .:? "updateMask") <*> (o .:? "instance"))--instance ToJSON PartialUpdateInstanceRequest where-        toJSON PartialUpdateInstanceRequest'{..}-          = object-              (catMaybes-                 [("updateMask" .=) <$> _puirUpdateMask,-                  ("instance" .=) <$> _puirInstance])---- | Rule for determining which cells to delete during garbage collection.------ /See:/ 'gcRule' smart constructor.-data GcRule =-  GcRule'-    { _grMaxAge         :: !(Maybe GDuration)-    , _grUnion          :: !(Maybe Union)-    , _grIntersection   :: !(Maybe Intersection)-    , _grMaxNumVersions :: !(Maybe (Textual Int32))-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'GcRule' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'grMaxAge'------ * 'grUnion'------ * 'grIntersection'------ * 'grMaxNumVersions'-gcRule-    :: GcRule-gcRule =-  GcRule'-    { _grMaxAge = Nothing-    , _grUnion = Nothing-    , _grIntersection = Nothing-    , _grMaxNumVersions = Nothing-    }----- | Delete cells in a column older than the given age. Values must be at--- least one millisecond, and will be truncated to microsecond granularity.-grMaxAge :: Lens' GcRule (Maybe Scientific)-grMaxAge-  = lens _grMaxAge (\ s a -> s{_grMaxAge = a}) .-      mapping _GDuration---- | Delete cells that would be deleted by any nested rule.-grUnion :: Lens' GcRule (Maybe Union)-grUnion = lens _grUnion (\ s a -> s{_grUnion = a})---- | Delete cells that would be deleted by every nested rule.-grIntersection :: Lens' GcRule (Maybe Intersection)-grIntersection-  = lens _grIntersection-      (\ s a -> s{_grIntersection = a})---- | Delete all cells in a column except the most recent N.-grMaxNumVersions :: Lens' GcRule (Maybe Int32)-grMaxNumVersions-  = lens _grMaxNumVersions-      (\ s a -> s{_grMaxNumVersions = a})-      . mapping _Coerce--instance FromJSON GcRule where-        parseJSON-          = withObject "GcRule"-              (\ o ->-                 GcRule' <$>-                   (o .:? "maxAge") <*> (o .:? "union") <*>-                     (o .:? "intersection")-                     <*> (o .:? "maxNumVersions"))--instance ToJSON GcRule where-        toJSON GcRule'{..}-          = object-              (catMaybes-                 [("maxAge" .=) <$> _grMaxAge,-                  ("union" .=) <$> _grUnion,-                  ("intersection" .=) <$> _grIntersection,-                  ("maxNumVersions" .=) <$> _grMaxNumVersions])---- | Request message for \`TestIamPermissions\` method.------ /See:/ 'testIAMPermissionsRequest' smart constructor.-newtype TestIAMPermissionsRequest =-  TestIAMPermissionsRequest'-    { _tiprPermissions :: Maybe [Text]-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'TestIAMPermissionsRequest' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'tiprPermissions'-testIAMPermissionsRequest-    :: TestIAMPermissionsRequest-testIAMPermissionsRequest =-  TestIAMPermissionsRequest' {_tiprPermissions = Nothing}----- | The set of permissions to check for the \`resource\`. Permissions with--- wildcards (such as \'*\' or \'storage.*\') are not allowed. For more--- information see [IAM--- Overview](https:\/\/cloud.google.com\/iam\/docs\/overview#permissions).-tiprPermissions :: Lens' TestIAMPermissionsRequest [Text]-tiprPermissions-  = lens _tiprPermissions-      (\ s a -> s{_tiprPermissions = a})-      . _Default-      . _Coerce--instance FromJSON TestIAMPermissionsRequest where-        parseJSON-          = withObject "TestIAMPermissionsRequest"-              (\ o ->-                 TestIAMPermissionsRequest' <$>-                   (o .:? "permissions" .!= mempty))--instance ToJSON TestIAMPermissionsRequest where-        toJSON TestIAMPermissionsRequest'{..}-          = object-              (catMaybes [("permissions" .=) <$> _tiprPermissions])---- | A configuration object describing how Cloud Bigtable should treat--- traffic from a particular end user application.------ /See:/ 'appProFile' smart constructor.-data AppProFile =-  AppProFile'-    { _apfSingleClusterRouting      :: !(Maybe SingleClusterRouting)-    , _apfEtag                      :: !(Maybe Text)-    , _apfMultiClusterRoutingUseAny :: !(Maybe MultiClusterRoutingUseAny)-    , _apfName                      :: !(Maybe Text)-    , _apfDescription               :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'AppProFile' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'apfSingleClusterRouting'------ * 'apfEtag'------ * 'apfMultiClusterRoutingUseAny'------ * 'apfName'------ * 'apfDescription'-appProFile-    :: AppProFile-appProFile =-  AppProFile'-    { _apfSingleClusterRouting = Nothing-    , _apfEtag = Nothing-    , _apfMultiClusterRoutingUseAny = Nothing-    , _apfName = Nothing-    , _apfDescription = Nothing-    }----- | Use a single-cluster routing policy.-apfSingleClusterRouting :: Lens' AppProFile (Maybe SingleClusterRouting)-apfSingleClusterRouting-  = lens _apfSingleClusterRouting-      (\ s a -> s{_apfSingleClusterRouting = a})---- | Strongly validated etag for optimistic concurrency control. Preserve the--- value returned from \`GetAppProfile\` when calling \`UpdateAppProfile\`--- to fail the request if there has been a modification in the mean time.--- The \`update_mask\` of the request need not include \`etag\` for this--- protection to apply. See--- [Wikipedia](https:\/\/en.wikipedia.org\/wiki\/HTTP_ETag) and [RFC--- 7232](https:\/\/tools.ietf.org\/html\/rfc7232#section-2.3) for more--- details.-apfEtag :: Lens' AppProFile (Maybe Text)-apfEtag = lens _apfEtag (\ s a -> s{_apfEtag = a})---- | Use a multi-cluster routing policy that may pick any cluster.-apfMultiClusterRoutingUseAny :: Lens' AppProFile (Maybe MultiClusterRoutingUseAny)-apfMultiClusterRoutingUseAny-  = lens _apfMultiClusterRoutingUseAny-      (\ s a -> s{_apfMultiClusterRoutingUseAny = a})---- | (\`OutputOnly\`) The unique name of the app profile. Values are of the--- form \`projects\/\/instances\/\/appProfiles\/_a-zA-Z0-9*\`.-apfName :: Lens' AppProFile (Maybe Text)-apfName = lens _apfName (\ s a -> s{_apfName = a})---- | Optional long form description of the use case for this AppProfile.-apfDescription :: Lens' AppProFile (Maybe Text)-apfDescription-  = lens _apfDescription-      (\ s a -> s{_apfDescription = a})--instance FromJSON AppProFile where-        parseJSON-          = withObject "AppProFile"-              (\ o ->-                 AppProFile' <$>-                   (o .:? "singleClusterRouting") <*> (o .:? "etag") <*>-                     (o .:? "multiClusterRoutingUseAny")-                     <*> (o .:? "name")-                     <*> (o .:? "description"))--instance ToJSON AppProFile where-        toJSON AppProFile'{..}-          = object-              (catMaybes-                 [("singleClusterRouting" .=) <$>-                    _apfSingleClusterRouting,-                  ("etag" .=) <$> _apfEtag,-                  ("multiClusterRoutingUseAny" .=) <$>-                    _apfMultiClusterRoutingUseAny,-                  ("name" .=) <$> _apfName,-                  ("description" .=) <$> _apfDescription])---- | The clusters to be created within the instance, mapped by desired--- cluster ID, e.g., just \`mycluster\` rather than--- \`projects\/myproject\/instances\/myinstance\/clusters\/mycluster\`.--- Fields marked \`OutputOnly\` must be left blank. Currently, at most two--- clusters can be specified.------ /See:/ 'createInstanceRequestClusters' smart constructor.-newtype CreateInstanceRequestClusters =-  CreateInstanceRequestClusters'-    { _circAddtional :: HashMap Text Cluster-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'CreateInstanceRequestClusters' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'circAddtional'-createInstanceRequestClusters-    :: HashMap Text Cluster -- ^ 'circAddtional'-    -> CreateInstanceRequestClusters-createInstanceRequestClusters pCircAddtional_ =-  CreateInstanceRequestClusters' {_circAddtional = _Coerce # pCircAddtional_}---circAddtional :: Lens' CreateInstanceRequestClusters (HashMap Text Cluster)-circAddtional-  = lens _circAddtional-      (\ s a -> s{_circAddtional = a})-      . _Coerce--instance FromJSON CreateInstanceRequestClusters where-        parseJSON-          = withObject "CreateInstanceRequestClusters"-              (\ o ->-                 CreateInstanceRequestClusters' <$>-                   (parseJSONObject o))--instance ToJSON CreateInstanceRequestClusters where-        toJSON = toJSON . _circAddtional---- | Response message for--- google.bigtable.admin.v2.BigtableTableAdmin.GenerateConsistencyToken------ /See:/ 'generateConsistencyTokenResponse' smart constructor.-newtype GenerateConsistencyTokenResponse =-  GenerateConsistencyTokenResponse'-    { _gctrConsistencyToken :: Maybe Text-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'GenerateConsistencyTokenResponse' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'gctrConsistencyToken'-generateConsistencyTokenResponse-    :: GenerateConsistencyTokenResponse-generateConsistencyTokenResponse =-  GenerateConsistencyTokenResponse' {_gctrConsistencyToken = Nothing}----- | The generated consistency token.-gctrConsistencyToken :: Lens' GenerateConsistencyTokenResponse (Maybe Text)-gctrConsistencyToken-  = lens _gctrConsistencyToken-      (\ s a -> s{_gctrConsistencyToken = a})--instance FromJSON GenerateConsistencyTokenResponse-         where-        parseJSON-          = withObject "GenerateConsistencyTokenResponse"-              (\ o ->-                 GenerateConsistencyTokenResponse' <$>-                   (o .:? "consistencyToken"))--instance ToJSON GenerateConsistencyTokenResponse-         where-        toJSON GenerateConsistencyTokenResponse'{..}-          = object-              (catMaybes-                 [("consistencyToken" .=) <$> _gctrConsistencyToken])---- | Request message for--- google.bigtable.admin.v2.BigtableTableAdmin.DropRowRange------ /See:/ 'dropRowRangeRequest' smart constructor.-data DropRowRangeRequest =-  DropRowRangeRequest'-    { _drrrRowKeyPrefix           :: !(Maybe Bytes)-    , _drrrDeleteAllDataFromTable :: !(Maybe Bool)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'DropRowRangeRequest' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'drrrRowKeyPrefix'------ * 'drrrDeleteAllDataFromTable'-dropRowRangeRequest-    :: DropRowRangeRequest-dropRowRangeRequest =-  DropRowRangeRequest'-    {_drrrRowKeyPrefix = Nothing, _drrrDeleteAllDataFromTable = Nothing}----- | Delete all rows that start with this row key prefix. Prefix cannot be--- zero length.-drrrRowKeyPrefix :: Lens' DropRowRangeRequest (Maybe ByteString)-drrrRowKeyPrefix-  = lens _drrrRowKeyPrefix-      (\ s a -> s{_drrrRowKeyPrefix = a})-      . mapping _Bytes---- | Delete all rows in the table. Setting this to false is a no-op.-drrrDeleteAllDataFromTable :: Lens' DropRowRangeRequest (Maybe Bool)-drrrDeleteAllDataFromTable-  = lens _drrrDeleteAllDataFromTable-      (\ s a -> s{_drrrDeleteAllDataFromTable = a})--instance FromJSON DropRowRangeRequest where-        parseJSON-          = withObject "DropRowRangeRequest"-              (\ o ->-                 DropRowRangeRequest' <$>-                   (o .:? "rowKeyPrefix") <*>-                     (o .:? "deleteAllDataFromTable"))--instance ToJSON DropRowRangeRequest where-        toJSON DropRowRangeRequest'{..}-          = object-              (catMaybes-                 [("rowKeyPrefix" .=) <$> _drrrRowKeyPrefix,-                  ("deleteAllDataFromTable" .=) <$>-                    _drrrDeleteAllDataFromTable])---- | The metadata for the Operation returned by UpdateInstance.------ /See:/ 'updateInstanceMetadata' smart constructor.-data UpdateInstanceMetadata =-  UpdateInstanceMetadata'-    { _uimRequestTime     :: !(Maybe DateTime')-    , _uimOriginalRequest :: !(Maybe PartialUpdateInstanceRequest)-    , _uimFinishTime      :: !(Maybe DateTime')-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'UpdateInstanceMetadata' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'uimRequestTime'------ * 'uimOriginalRequest'------ * 'uimFinishTime'-updateInstanceMetadata-    :: UpdateInstanceMetadata-updateInstanceMetadata =-  UpdateInstanceMetadata'-    { _uimRequestTime = Nothing-    , _uimOriginalRequest = Nothing-    , _uimFinishTime = Nothing-    }----- | The time at which the original request was received.-uimRequestTime :: Lens' UpdateInstanceMetadata (Maybe UTCTime)-uimRequestTime-  = lens _uimRequestTime-      (\ s a -> s{_uimRequestTime = a})-      . mapping _DateTime---- | The request that prompted the initiation of this UpdateInstance--- operation.-uimOriginalRequest :: Lens' UpdateInstanceMetadata (Maybe PartialUpdateInstanceRequest)-uimOriginalRequest-  = lens _uimOriginalRequest-      (\ s a -> s{_uimOriginalRequest = a})---- | The time at which the operation failed or was completed successfully.-uimFinishTime :: Lens' UpdateInstanceMetadata (Maybe UTCTime)-uimFinishTime-  = lens _uimFinishTime-      (\ s a -> s{_uimFinishTime = a})-      . mapping _DateTime--instance FromJSON UpdateInstanceMetadata where-        parseJSON-          = withObject "UpdateInstanceMetadata"-              (\ o ->-                 UpdateInstanceMetadata' <$>-                   (o .:? "requestTime") <*> (o .:? "originalRequest")-                     <*> (o .:? "finishTime"))--instance ToJSON UpdateInstanceMetadata where-        toJSON UpdateInstanceMetadata'{..}-          = object-              (catMaybes-                 [("requestTime" .=) <$> _uimRequestTime,-                  ("originalRequest" .=) <$> _uimOriginalRequest,-                  ("finishTime" .=) <$> _uimFinishTime])---- | A GcRule which deletes cells matching all of the given rules.------ /See:/ 'intersection' smart constructor.-newtype Intersection =-  Intersection'-    { _iRules :: Maybe [GcRule]-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'Intersection' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'iRules'-intersection-    :: Intersection-intersection = Intersection' {_iRules = Nothing}----- | Only delete cells which would be deleted by every element of \`rules\`.-iRules :: Lens' Intersection [GcRule]-iRules-  = lens _iRules (\ s a -> s{_iRules = a}) . _Default .-      _Coerce--instance FromJSON Intersection where-        parseJSON-          = withObject "Intersection"-              (\ o -> Intersection' <$> (o .:? "rules" .!= mempty))--instance ToJSON Intersection where-        toJSON Intersection'{..}-          = object (catMaybes [("rules" .=) <$> _iRules])---- | A set of columns within a table which share a common configuration.------ /See:/ 'columnFamily' smart constructor.-newtype ColumnFamily =-  ColumnFamily'-    { _cfGcRule :: Maybe GcRule-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'ColumnFamily' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'cfGcRule'-columnFamily-    :: ColumnFamily-columnFamily = ColumnFamily' {_cfGcRule = Nothing}----- | Garbage collection rule specified as a protobuf. Must serialize to at--- most 500 bytes. NOTE: Garbage collection executes opportunistically in--- the background, and so it\'s possible for reads to return a cell even if--- it matches the active GC expression for its family.-cfGcRule :: Lens' ColumnFamily (Maybe GcRule)-cfGcRule = lens _cfGcRule (\ s a -> s{_cfGcRule = a})--instance FromJSON ColumnFamily where-        parseJSON-          = withObject "ColumnFamily"-              (\ o -> ColumnFamily' <$> (o .:? "gcRule"))--instance ToJSON ColumnFamily where-        toJSON ColumnFamily'{..}-          = object (catMaybes [("gcRule" .=) <$> _cfGcRule])---- | Response message for \`TestIamPermissions\` method.------ /See:/ 'testIAMPermissionsResponse' smart constructor.-newtype TestIAMPermissionsResponse =-  TestIAMPermissionsResponse'-    { _tiamprPermissions :: Maybe [Text]-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'TestIAMPermissionsResponse' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'tiamprPermissions'-testIAMPermissionsResponse-    :: TestIAMPermissionsResponse-testIAMPermissionsResponse =-  TestIAMPermissionsResponse' {_tiamprPermissions = Nothing}----- | A subset of \`TestPermissionsRequest.permissions\` that the caller is--- allowed.-tiamprPermissions :: Lens' TestIAMPermissionsResponse [Text]-tiamprPermissions-  = lens _tiamprPermissions-      (\ s a -> s{_tiamprPermissions = a})-      . _Default-      . _Coerce--instance FromJSON TestIAMPermissionsResponse where-        parseJSON-          = withObject "TestIAMPermissionsResponse"-              (\ o ->-                 TestIAMPermissionsResponse' <$>-                   (o .:? "permissions" .!= mempty))--instance ToJSON TestIAMPermissionsResponse where-        toJSON TestIAMPermissionsResponse'{..}-          = object-              (catMaybes-                 [("permissions" .=) <$> _tiamprPermissions])---- | Response message for BigtableInstanceAdmin.ListClusters.------ /See:/ 'listClustersResponse' smart constructor.-data ListClustersResponse =-  ListClustersResponse'-    { _lcrNextPageToken   :: !(Maybe Text)-    , _lcrFailedLocations :: !(Maybe [Text])-    , _lcrClusters        :: !(Maybe [Cluster])-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'ListClustersResponse' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'lcrNextPageToken'------ * 'lcrFailedLocations'------ * 'lcrClusters'-listClustersResponse-    :: ListClustersResponse-listClustersResponse =-  ListClustersResponse'-    { _lcrNextPageToken = Nothing-    , _lcrFailedLocations = Nothing-    , _lcrClusters = Nothing-    }----- | DEPRECATED: This field is unused and ignored.-lcrNextPageToken :: Lens' ListClustersResponse (Maybe Text)-lcrNextPageToken-  = lens _lcrNextPageToken-      (\ s a -> s{_lcrNextPageToken = a})---- | Locations from which Cluster information could not be retrieved, due to--- an outage or some other transient condition. Clusters from these--- locations may be missing from \`clusters\`, or may only have partial--- information returned. Values are of the form \`projects\/\/locations\/\`-lcrFailedLocations :: Lens' ListClustersResponse [Text]-lcrFailedLocations-  = lens _lcrFailedLocations-      (\ s a -> s{_lcrFailedLocations = a})-      . _Default-      . _Coerce---- | The list of requested clusters.-lcrClusters :: Lens' ListClustersResponse [Cluster]-lcrClusters-  = lens _lcrClusters (\ s a -> s{_lcrClusters = a}) .-      _Default-      . _Coerce--instance FromJSON ListClustersResponse where-        parseJSON-          = withObject "ListClustersResponse"-              (\ o ->-                 ListClustersResponse' <$>-                   (o .:? "nextPageToken") <*>-                     (o .:? "failedLocations" .!= mempty)-                     <*> (o .:? "clusters" .!= mempty))--instance ToJSON ListClustersResponse where-        toJSON ListClustersResponse'{..}-          = object-              (catMaybes-                 [("nextPageToken" .=) <$> _lcrNextPageToken,-                  ("failedLocations" .=) <$> _lcrFailedLocations,-                  ("clusters" .=) <$> _lcrClusters])---- | Defines an Identity and Access Management (IAM) policy. It is used to--- specify access control policies for Cloud Platform resources. A--- \`Policy\` consists of a list of \`bindings\`. A \`binding\` binds a--- list of \`members\` to a \`role\`, where the members can be user--- accounts, Google groups, Google domains, and service accounts. A--- \`role\` is a named list of permissions defined by IAM. **JSON Example**--- { \"bindings\": [ { \"role\": \"roles\/owner\", \"members\": [--- \"user:mike\'example.com\", \"group:admins\'example.com\",--- \"domain:google.com\",--- \"serviceAccount:my-other-app\'appspot.gserviceaccount.com\" ] }, {--- \"role\": \"roles\/viewer\", \"members\": [\"user:sean\'example.com\"] }--- ] } **YAML Example** bindings: - members: - user:mike\'example.com ---- group:admins\'example.com - domain:google.com ---- serviceAccount:my-other-app\'appspot.gserviceaccount.com role:--- roles\/owner - members: - user:sean\'example.com role: roles\/viewer For--- a description of IAM and its features, see the [IAM developer\'s--- guide](https:\/\/cloud.google.com\/iam\/docs).------ /See:/ 'policy' smart constructor.-data Policy =-  Policy'-    { _pAuditConfigs :: !(Maybe [AuditConfig])-    , _pEtag         :: !(Maybe Bytes)-    , _pVersion      :: !(Maybe (Textual Int32))-    , _pBindings     :: !(Maybe [Binding])-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'Policy' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'pAuditConfigs'------ * 'pEtag'------ * 'pVersion'------ * 'pBindings'-policy-    :: Policy-policy =-  Policy'-    { _pAuditConfigs = Nothing-    , _pEtag = Nothing-    , _pVersion = Nothing-    , _pBindings = Nothing-    }----- | Specifies cloud audit logging configuration for this policy.-pAuditConfigs :: Lens' Policy [AuditConfig]-pAuditConfigs-  = lens _pAuditConfigs-      (\ s a -> s{_pAuditConfigs = a})-      . _Default-      . _Coerce---- | \`etag\` is used for optimistic concurrency control as a way to help--- prevent simultaneous updates of a policy from overwriting each other. It--- is strongly suggested that systems make use of the \`etag\` in the--- read-modify-write cycle to perform policy updates in order to avoid race--- conditions: An \`etag\` is returned in the response to \`getIamPolicy\`,--- and systems are expected to put that etag in the request to--- \`setIamPolicy\` to ensure that their change will be applied to the same--- version of the policy. If no \`etag\` is provided in the call to--- \`setIamPolicy\`, then the existing policy is overwritten blindly.-pEtag :: Lens' Policy (Maybe ByteString)-pEtag-  = lens _pEtag (\ s a -> s{_pEtag = a}) .-      mapping _Bytes---- | Deprecated.-pVersion :: Lens' Policy (Maybe Int32)-pVersion-  = lens _pVersion (\ s a -> s{_pVersion = a}) .-      mapping _Coerce---- | Associates a list of \`members\` to a \`role\`. \`bindings\` with no--- members will result in an error.-pBindings :: Lens' Policy [Binding]-pBindings-  = lens _pBindings (\ s a -> s{_pBindings = a}) .-      _Default-      . _Coerce--instance FromJSON Policy where-        parseJSON-          = withObject "Policy"-              (\ o ->-                 Policy' <$>-                   (o .:? "auditConfigs" .!= mempty) <*> (o .:? "etag")-                     <*> (o .:? "version")-                     <*> (o .:? "bindings" .!= mempty))--instance ToJSON Policy where-        toJSON Policy'{..}-          = object-              (catMaybes-                 [("auditConfigs" .=) <$> _pAuditConfigs,-                  ("etag" .=) <$> _pEtag, ("version" .=) <$> _pVersion,-                  ("bindings" .=) <$> _pBindings])---- | The metadata for the Operation returned by CreateInstance.------ /See:/ 'createInstanceMetadata' smart constructor.-data CreateInstanceMetadata =-  CreateInstanceMetadata'-    { _cimRequestTime     :: !(Maybe DateTime')-    , _cimOriginalRequest :: !(Maybe CreateInstanceRequest)-    , _cimFinishTime      :: !(Maybe DateTime')-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'CreateInstanceMetadata' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'cimRequestTime'------ * 'cimOriginalRequest'------ * 'cimFinishTime'-createInstanceMetadata-    :: CreateInstanceMetadata-createInstanceMetadata =-  CreateInstanceMetadata'-    { _cimRequestTime = Nothing-    , _cimOriginalRequest = Nothing-    , _cimFinishTime = Nothing-    }----- | The time at which the original request was received.-cimRequestTime :: Lens' CreateInstanceMetadata (Maybe UTCTime)-cimRequestTime-  = lens _cimRequestTime-      (\ s a -> s{_cimRequestTime = a})-      . mapping _DateTime---- | The request that prompted the initiation of this CreateInstance--- operation.-cimOriginalRequest :: Lens' CreateInstanceMetadata (Maybe CreateInstanceRequest)-cimOriginalRequest-  = lens _cimOriginalRequest-      (\ s a -> s{_cimOriginalRequest = a})---- | The time at which the operation failed or was completed successfully.-cimFinishTime :: Lens' CreateInstanceMetadata (Maybe UTCTime)-cimFinishTime-  = lens _cimFinishTime-      (\ s a -> s{_cimFinishTime = a})-      . mapping _DateTime--instance FromJSON CreateInstanceMetadata where-        parseJSON-          = withObject "CreateInstanceMetadata"-              (\ o ->-                 CreateInstanceMetadata' <$>-                   (o .:? "requestTime") <*> (o .:? "originalRequest")-                     <*> (o .:? "finishTime"))--instance ToJSON CreateInstanceMetadata where-        toJSON CreateInstanceMetadata'{..}-          = object-              (catMaybes-                 [("requestTime" .=) <$> _cimRequestTime,-                  ("originalRequest" .=) <$> _cimOriginalRequest,-                  ("finishTime" .=) <$> _cimFinishTime])---- | Service-specific metadata associated with the operation. It typically--- contains progress information and common metadata such as create time.--- Some services might not provide such metadata. Any method that returns a--- long-running operation should document the metadata type, if any.------ /See:/ 'operationMetadata' smart constructor.-newtype OperationMetadata =-  OperationMetadata'-    { _omAddtional :: HashMap Text JSONValue-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'OperationMetadata' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'omAddtional'-operationMetadata-    :: HashMap Text JSONValue -- ^ 'omAddtional'-    -> OperationMetadata-operationMetadata pOmAddtional_ =-  OperationMetadata' {_omAddtional = _Coerce # pOmAddtional_}----- | Properties of the object. Contains field \'type with type URL.-omAddtional :: Lens' OperationMetadata (HashMap Text JSONValue)-omAddtional-  = lens _omAddtional (\ s a -> s{_omAddtional = a}) .-      _Coerce--instance FromJSON OperationMetadata where-        parseJSON-          = withObject "OperationMetadata"-              (\ o -> OperationMetadata' <$> (parseJSONObject o))--instance ToJSON OperationMetadata where-        toJSON = toJSON . _omAddtional---- | Provides the configuration for logging a type of permissions. Example: {--- \"audit_log_configs\": [ { \"log_type\": \"DATA_READ\",--- \"exempted_members\": [ \"user:foo\'gmail.com\" ] }, { \"log_type\":--- \"DATA_WRITE\", } ] } This enables \'DATA_READ\' and \'DATA_WRITE\'--- logging, while exempting foo\'gmail.com from DATA_READ logging.------ /See:/ 'auditLogConfig' smart constructor.-data AuditLogConfig =-  AuditLogConfig'-    { _alcLogType         :: !(Maybe AuditLogConfigLogType)-    , _alcExemptedMembers :: !(Maybe [Text])-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'AuditLogConfig' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'alcLogType'------ * 'alcExemptedMembers'-auditLogConfig-    :: AuditLogConfig-auditLogConfig =-  AuditLogConfig' {_alcLogType = Nothing, _alcExemptedMembers = Nothing}----- | The log type that this config enables.-alcLogType :: Lens' AuditLogConfig (Maybe AuditLogConfigLogType)-alcLogType-  = lens _alcLogType (\ s a -> s{_alcLogType = a})---- | Specifies the identities that do not cause logging for this type of--- permission. Follows the same format of Binding.members.-alcExemptedMembers :: Lens' AuditLogConfig [Text]-alcExemptedMembers-  = lens _alcExemptedMembers-      (\ s a -> s{_alcExemptedMembers = a})-      . _Default-      . _Coerce--instance FromJSON AuditLogConfig where-        parseJSON-          = withObject "AuditLogConfig"-              (\ o ->-                 AuditLogConfig' <$>-                   (o .:? "logType") <*>-                     (o .:? "exemptedMembers" .!= mempty))--instance ToJSON AuditLogConfig where-        toJSON AuditLogConfig'{..}-          = object-              (catMaybes-                 [("logType" .=) <$> _alcLogType,-                  ("exemptedMembers" .=) <$> _alcExemptedMembers])---- | Response message for BigtableInstanceAdmin.ListInstances.------ /See:/ 'listInstancesResponse' smart constructor.-data ListInstancesResponse =-  ListInstancesResponse'-    { _lirNextPageToken   :: !(Maybe Text)-    , _lirFailedLocations :: !(Maybe [Text])-    , _lirInstances       :: !(Maybe [Instance])-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'ListInstancesResponse' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'lirNextPageToken'------ * 'lirFailedLocations'------ * 'lirInstances'-listInstancesResponse-    :: ListInstancesResponse-listInstancesResponse =-  ListInstancesResponse'-    { _lirNextPageToken = Nothing-    , _lirFailedLocations = Nothing-    , _lirInstances = Nothing-    }----- | DEPRECATED: This field is unused and ignored.-lirNextPageToken :: Lens' ListInstancesResponse (Maybe Text)-lirNextPageToken-  = lens _lirNextPageToken-      (\ s a -> s{_lirNextPageToken = a})---- | Locations from which Instance information could not be retrieved, due to--- an outage or some other transient condition. Instances whose Clusters--- are all in one of the failed locations may be missing from--- \`instances\`, and Instances with at least one Cluster in a failed--- location may only have partial information returned. Values are of the--- form \`projects\/\/locations\/\`-lirFailedLocations :: Lens' ListInstancesResponse [Text]-lirFailedLocations-  = lens _lirFailedLocations-      (\ s a -> s{_lirFailedLocations = a})-      . _Default-      . _Coerce---- | The list of requested instances.-lirInstances :: Lens' ListInstancesResponse [Instance]-lirInstances-  = lens _lirInstances (\ s a -> s{_lirInstances = a})-      . _Default-      . _Coerce--instance FromJSON ListInstancesResponse where-        parseJSON-          = withObject "ListInstancesResponse"-              (\ o ->-                 ListInstancesResponse' <$>-                   (o .:? "nextPageToken") <*>-                     (o .:? "failedLocations" .!= mempty)-                     <*> (o .:? "instances" .!= mempty))--instance ToJSON ListInstancesResponse where-        toJSON ListInstancesResponse'{..}-          = object-              (catMaybes-                 [("nextPageToken" .=) <$> _lirNextPageToken,-                  ("failedLocations" .=) <$> _lirFailedLocations,-                  ("instances" .=) <$> _lirInstances])---- | Response message for--- google.bigtable.admin.v2.BigtableTableAdmin.CheckConsistency------ /See:/ 'checkConsistencyResponse' smart constructor.-newtype CheckConsistencyResponse =-  CheckConsistencyResponse'-    { _ccrConsistent :: Maybe Bool-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'CheckConsistencyResponse' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'ccrConsistent'-checkConsistencyResponse-    :: CheckConsistencyResponse-checkConsistencyResponse = CheckConsistencyResponse' {_ccrConsistent = Nothing}----- | True only if the token is consistent. A token is consistent if--- replication has caught up with the restrictions specified in the--- request.-ccrConsistent :: Lens' CheckConsistencyResponse (Maybe Bool)-ccrConsistent-  = lens _ccrConsistent-      (\ s a -> s{_ccrConsistent = a})--instance FromJSON CheckConsistencyResponse where-        parseJSON-          = withObject "CheckConsistencyResponse"-              (\ o ->-                 CheckConsistencyResponse' <$> (o .:? "consistent"))--instance ToJSON CheckConsistencyResponse where-        toJSON CheckConsistencyResponse'{..}-          = object-              (catMaybes [("consistent" .=) <$> _ccrConsistent])---- | A create, update, or delete of a particular column family.------ /See:/ 'modification' smart constructor.-data Modification =-  Modification'-    { _mDrop   :: !(Maybe Bool)-    , _mCreate :: !(Maybe ColumnFamily)-    , _mId     :: !(Maybe Text)-    , _mUpdate :: !(Maybe ColumnFamily)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'Modification' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'mDrop'------ * 'mCreate'------ * 'mId'------ * 'mUpdate'-modification-    :: Modification-modification =-  Modification'-    {_mDrop = Nothing, _mCreate = Nothing, _mId = Nothing, _mUpdate = Nothing}----- | Drop (delete) the column family with the given ID, or fail if no such--- family exists.-mDrop :: Lens' Modification (Maybe Bool)-mDrop = lens _mDrop (\ s a -> s{_mDrop = a})---- | Create a new column family with the specified schema, or fail if one--- already exists with the given ID.-mCreate :: Lens' Modification (Maybe ColumnFamily)-mCreate = lens _mCreate (\ s a -> s{_mCreate = a})---- | The ID of the column family to be modified.-mId :: Lens' Modification (Maybe Text)-mId = lens _mId (\ s a -> s{_mId = a})---- | Update an existing column family to the specified schema, or fail if no--- column family exists with the given ID.-mUpdate :: Lens' Modification (Maybe ColumnFamily)-mUpdate = lens _mUpdate (\ s a -> s{_mUpdate = a})--instance FromJSON Modification where-        parseJSON-          = withObject "Modification"-              (\ o ->-                 Modification' <$>-                   (o .:? "drop") <*> (o .:? "create") <*> (o .:? "id")-                     <*> (o .:? "update"))--instance ToJSON Modification where-        toJSON Modification'{..}-          = object-              (catMaybes-                 [("drop" .=) <$> _mDrop, ("create" .=) <$> _mCreate,-                  ("id" .=) <$> _mId, ("update" .=) <$> _mUpdate])---- | A collection of user data indexed by row, column, and timestamp. Each--- table is served using the resources of its parent cluster.------ /See:/ 'table' smart constructor.-data Table =-  Table'-    { _tGranularity    :: !(Maybe TableGranularity)-    , _tName           :: !(Maybe Text)-    , _tClusterStates  :: !(Maybe TableClusterStates)-    , _tColumnFamilies :: !(Maybe TableColumnFamilies)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'Table' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'tGranularity'------ * 'tName'------ * 'tClusterStates'------ * 'tColumnFamilies'-table-    :: Table-table =-  Table'-    { _tGranularity = Nothing-    , _tName = Nothing-    , _tClusterStates = Nothing-    , _tColumnFamilies = Nothing-    }----- | (\`CreationOnly\`) The granularity (i.e. \`MILLIS\`) at which timestamps--- are stored in this table. Timestamps not matching the granularity will--- be rejected. If unspecified at creation time, the value will be set to--- \`MILLIS\`. Views: \`SCHEMA_VIEW\`, \`FULL\`.-tGranularity :: Lens' Table (Maybe TableGranularity)-tGranularity-  = lens _tGranularity (\ s a -> s{_tGranularity = a})---- | Output only. The unique name of the table. Values are of the form--- \`projects\/\/instances\/\/tables\/_a-zA-Z0-9*\`. Views: \`NAME_ONLY\`,--- \`SCHEMA_VIEW\`, \`REPLICATION_VIEW\`, \`FULL\`-tName :: Lens' Table (Maybe Text)-tName = lens _tName (\ s a -> s{_tName = a})---- | Output only. Map from cluster ID to per-cluster table state. If it could--- not be determined whether or not the table has data in a particular--- cluster (for example, if its zone is unavailable), then there will be an--- entry for the cluster with UNKNOWN \`replication_status\`. Views:--- \`REPLICATION_VIEW\`, \`FULL\`-tClusterStates :: Lens' Table (Maybe TableClusterStates)-tClusterStates-  = lens _tClusterStates-      (\ s a -> s{_tClusterStates = a})---- | (\`CreationOnly\`) The column families configured for this table, mapped--- by column family ID. Views: \`SCHEMA_VIEW\`, \`FULL\`-tColumnFamilies :: Lens' Table (Maybe TableColumnFamilies)-tColumnFamilies-  = lens _tColumnFamilies-      (\ s a -> s{_tColumnFamilies = a})--instance FromJSON Table where-        parseJSON-          = withObject "Table"-              (\ o ->-                 Table' <$>-                   (o .:? "granularity") <*> (o .:? "name") <*>-                     (o .:? "clusterStates")-                     <*> (o .:? "columnFamilies"))--instance ToJSON Table where-        toJSON Table'{..}-          = object-              (catMaybes-                 [("granularity" .=) <$> _tGranularity,-                  ("name" .=) <$> _tName,-                  ("clusterStates" .=) <$> _tClusterStates,-                  ("columnFamilies" .=) <$> _tColumnFamilies])---- | The normal response of the operation in case of success. If the original--- method returns no data on success, such as \`Delete\`, the response is--- \`google.protobuf.Empty\`. If the original method is standard--- \`Get\`\/\`Create\`\/\`Update\`, the response should be the resource.--- For other methods, the response should have the type \`XxxResponse\`,--- where \`Xxx\` is the original method name. For example, if the original--- method name is \`TakeSnapshot()\`, the inferred response type is--- \`TakeSnapshotResponse\`.------ /See:/ 'operationResponse' smart constructor.-newtype OperationResponse =-  OperationResponse'-    { _orAddtional :: HashMap Text JSONValue-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'OperationResponse' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'orAddtional'-operationResponse-    :: HashMap Text JSONValue -- ^ 'orAddtional'-    -> OperationResponse-operationResponse pOrAddtional_ =-  OperationResponse' {_orAddtional = _Coerce # pOrAddtional_}----- | Properties of the object. Contains field \'type with type URL.-orAddtional :: Lens' OperationResponse (HashMap Text JSONValue)-orAddtional-  = lens _orAddtional (\ s a -> s{_orAddtional = a}) .-      _Coerce--instance FromJSON OperationResponse where-        parseJSON-          = withObject "OperationResponse"-              (\ o -> OperationResponse' <$> (parseJSONObject o))--instance ToJSON OperationResponse where-        toJSON = toJSON . _orAddtional---- | Associates \`members\` with a \`role\`.------ /See:/ 'binding' smart constructor.-data Binding =-  Binding'-    { _bMembers   :: !(Maybe [Text])-    , _bRole      :: !(Maybe Text)-    , _bCondition :: !(Maybe Expr)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'Binding' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'bMembers'------ * 'bRole'------ * 'bCondition'-binding-    :: Binding-binding =-  Binding' {_bMembers = Nothing, _bRole = Nothing, _bCondition = Nothing}----- | Specifies the identities requesting access for a Cloud Platform--- resource. \`members\` can have the following values: * \`allUsers\`: A--- special identifier that represents anyone who is on the internet; with--- or without a Google account. * \`allAuthenticatedUsers\`: A special--- identifier that represents anyone who is authenticated with a Google--- account or a service account. * \`user:{emailid}\`: An email address--- that represents a specific Google account. For example,--- \`alice\'gmail.com\` . * \`serviceAccount:{emailid}\`: An email address--- that represents a service account. For example,--- \`my-other-app\'appspot.gserviceaccount.com\`. * \`group:{emailid}\`: An--- email address that represents a Google group. For example,--- \`admins\'example.com\`. * \`domain:{domain}\`: The G Suite domain--- (primary) that represents all the users of that domain. For example,--- \`google.com\` or \`example.com\`.-bMembers :: Lens' Binding [Text]-bMembers-  = lens _bMembers (\ s a -> s{_bMembers = a}) .-      _Default-      . _Coerce---- | Role that is assigned to \`members\`. For example, \`roles\/viewer\`,--- \`roles\/editor\`, or \`roles\/owner\`.-bRole :: Lens' Binding (Maybe Text)-bRole = lens _bRole (\ s a -> s{_bRole = a})---- | The condition that is associated with this binding. NOTE: An unsatisfied--- condition will not allow user access via current binding. Different--- bindings, including their conditions, are examined independently.-bCondition :: Lens' Binding (Maybe Expr)-bCondition-  = lens _bCondition (\ s a -> s{_bCondition = a})--instance FromJSON Binding where-        parseJSON-          = withObject "Binding"-              (\ o ->-                 Binding' <$>-                   (o .:? "members" .!= mempty) <*> (o .:? "role") <*>-                     (o .:? "condition"))--instance ToJSON Binding where-        toJSON Binding'{..}-          = object-              (catMaybes-                 [("members" .=) <$> _bMembers,-                  ("role" .=) <$> _bRole,-                  ("condition" .=) <$> _bCondition])---- | A collection of Bigtable Tables and the resources that serve them. All--- tables in an instance are served from all Clusters in the instance.------ /See:/ 'instance'' smart constructor.-data Instance =-  Instance'-    { _iState       :: !(Maybe InstanceState)-    , _iName        :: !(Maybe Text)-    , _iDisplayName :: !(Maybe Text)-    , _iLabels      :: !(Maybe InstanceLabels)-    , _iType        :: !(Maybe InstanceType)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'Instance' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'iState'------ * 'iName'------ * 'iDisplayName'------ * 'iLabels'------ * 'iType'-instance'-    :: Instance-instance' =-  Instance'-    { _iState = Nothing-    , _iName = Nothing-    , _iDisplayName = Nothing-    , _iLabels = Nothing-    , _iType = Nothing-    }----- | (\`OutputOnly\`) The current state of the instance.-iState :: Lens' Instance (Maybe InstanceState)-iState = lens _iState (\ s a -> s{_iState = a})---- | (\`OutputOnly\`) The unique name of the instance. Values are of the form--- \`projects\/\/instances\/a-z+[a-z0-9]\`.-iName :: Lens' Instance (Maybe Text)-iName = lens _iName (\ s a -> s{_iName = a})---- | The descriptive name for this instance as it appears in UIs. Can be--- changed at any time, but should be kept globally unique to avoid--- confusion.-iDisplayName :: Lens' Instance (Maybe Text)-iDisplayName-  = lens _iDisplayName (\ s a -> s{_iDisplayName = a})---- | Labels are a flexible and lightweight mechanism for organizing cloud--- resources into groups that reflect a customer\'s organizational needs--- and deployment strategies. They can be used to filter resources and--- aggregate metrics. * Label keys must be between 1 and 63 characters long--- and must conform to the regular expression: \`\\p{Ll}\\p{Lo}{0,62}\`. *--- Label values must be between 0 and 63 characters long and must conform--- to the regular expression: \`[\\p{Ll}\\p{Lo}\\p{N}_-]{0,63}\`. * No more--- than 64 labels can be associated with a given resource. * Keys and--- values must both be under 128 bytes.-iLabels :: Lens' Instance (Maybe InstanceLabels)-iLabels = lens _iLabels (\ s a -> s{_iLabels = a})---- | The type of the instance. Defaults to \`PRODUCTION\`.-iType :: Lens' Instance (Maybe InstanceType)-iType = lens _iType (\ s a -> s{_iType = a})--instance FromJSON Instance where-        parseJSON-          = withObject "Instance"-              (\ o ->-                 Instance' <$>-                   (o .:? "state") <*> (o .:? "name") <*>-                     (o .:? "displayName")-                     <*> (o .:? "labels")-                     <*> (o .:? "type"))--instance ToJSON Instance where-        toJSON Instance'{..}-          = object-              (catMaybes-                 [("state" .=) <$> _iState, ("name" .=) <$> _iName,-                  ("displayName" .=) <$> _iDisplayName,-                  ("labels" .=) <$> _iLabels, ("type" .=) <$> _iType])
− gen/Network/Google/BigtableAdmin/Types/Sum.hs
@@ -1,379 +0,0 @@-{-# LANGUAGE DeriveDataTypeable #-}-{-# LANGUAGE DeriveGeneric      #-}-{-# LANGUAGE LambdaCase         #-}-{-# LANGUAGE NoImplicitPrelude  #-}-{-# LANGUAGE OverloadedStrings  #-}--{-# OPTIONS_GHC -fno-warn-unused-imports #-}---- |--- Module      : Network.Google.BigtableAdmin.Types.Sum--- Copyright   : (c) 2015-2016 Brendan Hay--- License     : Mozilla Public License, v. 2.0.--- Maintainer  : Brendan Hay <brendan.g.hay@gmail.com>--- Stability   : auto-generated--- Portability : non-portable (GHC extensions)----module Network.Google.BigtableAdmin.Types.Sum where--import           Network.Google.Prelude hiding (Bytes)---- | (\`CreationOnly\`) The type of storage used by this cluster to serve its--- parent instance\'s tables, unless explicitly overridden.-data ClusterDefaultStorageType-    = StorageTypeUnspecified-      -- ^ @STORAGE_TYPE_UNSPECIFIED@-      -- The user did not specify a storage type.-    | Ssd-      -- ^ @SSD@-      -- Flash (SSD) storage should be used.-    | Hdd-      -- ^ @HDD@-      -- Magnetic drive (HDD) storage should be used.-      deriving (Eq, Ord, Enum, Read, Show, Data, Typeable, Generic)--instance Hashable ClusterDefaultStorageType--instance FromHttpApiData ClusterDefaultStorageType where-    parseQueryParam = \case-        "STORAGE_TYPE_UNSPECIFIED" -> Right StorageTypeUnspecified-        "SSD" -> Right Ssd-        "HDD" -> Right Hdd-        x -> Left ("Unable to parse ClusterDefaultStorageType from: " <> x)--instance ToHttpApiData ClusterDefaultStorageType where-    toQueryParam = \case-        StorageTypeUnspecified -> "STORAGE_TYPE_UNSPECIFIED"-        Ssd -> "SSD"-        Hdd -> "HDD"--instance FromJSON ClusterDefaultStorageType where-    parseJSON = parseJSONText "ClusterDefaultStorageType"--instance ToJSON ClusterDefaultStorageType where-    toJSON = toJSONText---- | Output only. The state of replication for the table in this cluster.-data ClusterStateReplicationState-    = StateNotKnown-      -- ^ @STATE_NOT_KNOWN@-      -- The replication state of the table is unknown in this cluster.-    | Initializing-      -- ^ @INITIALIZING@-      -- The cluster was recently created, and the table must finish copying over-      -- pre-existing data from other clusters before it can begin receiving live-      -- replication updates and serving Data API requests.-    | PlannedMaintenance-      -- ^ @PLANNED_MAINTENANCE@-      -- The table is temporarily unable to serve Data API requests from this-      -- cluster due to planned internal maintenance.-    | UnplannedMaintenance-      -- ^ @UNPLANNED_MAINTENANCE@-      -- The table is temporarily unable to serve Data API requests from this-      -- cluster due to unplanned or emergency maintenance.-    | Ready-      -- ^ @READY@-      -- The table can serve Data API requests from this cluster. Depending on-      -- replication delay, reads may not immediately reflect the state of the-      -- table in other clusters.-      deriving (Eq, Ord, Enum, Read, Show, Data, Typeable, Generic)--instance Hashable ClusterStateReplicationState--instance FromHttpApiData ClusterStateReplicationState where-    parseQueryParam = \case-        "STATE_NOT_KNOWN" -> Right StateNotKnown-        "INITIALIZING" -> Right Initializing-        "PLANNED_MAINTENANCE" -> Right PlannedMaintenance-        "UNPLANNED_MAINTENANCE" -> Right UnplannedMaintenance-        "READY" -> Right Ready-        x -> Left ("Unable to parse ClusterStateReplicationState from: " <> x)--instance ToHttpApiData ClusterStateReplicationState where-    toQueryParam = \case-        StateNotKnown -> "STATE_NOT_KNOWN"-        Initializing -> "INITIALIZING"-        PlannedMaintenance -> "PLANNED_MAINTENANCE"-        UnplannedMaintenance -> "UNPLANNED_MAINTENANCE"-        Ready -> "READY"--instance FromJSON ClusterStateReplicationState where-    parseJSON = parseJSONText "ClusterStateReplicationState"--instance ToJSON ClusterStateReplicationState where-    toJSON = toJSONText---- | The type of the instance. Defaults to \`PRODUCTION\`.-data InstanceType-    = TypeUnspecified-      -- ^ @TYPE_UNSPECIFIED@-      -- The type of the instance is unspecified. If set when creating an-      -- instance, a \`PRODUCTION\` instance will be created. If set when-      -- updating an instance, the type will be left unchanged.-    | Production-      -- ^ @PRODUCTION@-      -- An instance meant for production use. \`serve_nodes\` must be set on the-      -- cluster.-    | Development-      -- ^ @DEVELOPMENT@-      -- The instance is meant for development and testing purposes only; it has-      -- no performance or uptime guarantees and is not covered by SLA. After a-      -- development instance is created, it can be upgraded by updating the-      -- instance to type \`PRODUCTION\`. An instance created as a production-      -- instance cannot be changed to a development instance. When creating a-      -- development instance, \`serve_nodes\` on the cluster must not be set.-      deriving (Eq, Ord, Enum, Read, Show, Data, Typeable, Generic)--instance Hashable InstanceType--instance FromHttpApiData InstanceType where-    parseQueryParam = \case-        "TYPE_UNSPECIFIED" -> Right TypeUnspecified-        "PRODUCTION" -> Right Production-        "DEVELOPMENT" -> Right Development-        x -> Left ("Unable to parse InstanceType from: " <> x)--instance ToHttpApiData InstanceType where-    toQueryParam = \case-        TypeUnspecified -> "TYPE_UNSPECIFIED"-        Production -> "PRODUCTION"-        Development -> "DEVELOPMENT"--instance FromJSON InstanceType where-    parseJSON = parseJSONText "InstanceType"--instance ToJSON InstanceType where-    toJSON = toJSONText--data TableProgressState-    = StateUnspecified-      -- ^ @STATE_UNSPECIFIED@-    | Pending-      -- ^ @PENDING@-      -- The table has not yet begun copying to the new cluster.-    | Copying-      -- ^ @COPYING@-      -- The table is actively being copied to the new cluster.-    | Completed-      -- ^ @COMPLETED@-      -- The table has been fully copied to the new cluster.-    | Cancelled-      -- ^ @CANCELLED@-      -- The table was deleted before it finished copying to the new cluster.-      -- Note that tables deleted after completion will stay marked as COMPLETED,-      -- not CANCELLED.-      deriving (Eq, Ord, Enum, Read, Show, Data, Typeable, Generic)--instance Hashable TableProgressState--instance FromHttpApiData TableProgressState where-    parseQueryParam = \case-        "STATE_UNSPECIFIED" -> Right StateUnspecified-        "PENDING" -> Right Pending-        "COPYING" -> Right Copying-        "COMPLETED" -> Right Completed-        "CANCELLED" -> Right Cancelled-        x -> Left ("Unable to parse TableProgressState from: " <> x)--instance ToHttpApiData TableProgressState where-    toQueryParam = \case-        StateUnspecified -> "STATE_UNSPECIFIED"-        Pending -> "PENDING"-        Copying -> "COPYING"-        Completed -> "COMPLETED"-        Cancelled -> "CANCELLED"--instance FromJSON TableProgressState where-    parseJSON = parseJSONText "TableProgressState"--instance ToJSON TableProgressState where-    toJSON = toJSONText---- | The log type that this config enables.-data AuditLogConfigLogType-    = LogTypeUnspecified-      -- ^ @LOG_TYPE_UNSPECIFIED@-      -- Default case. Should never be this.-    | AdminRead-      -- ^ @ADMIN_READ@-      -- Admin reads. Example: CloudIAM getIamPolicy-    | DataWrite-      -- ^ @DATA_WRITE@-      -- Data writes. Example: CloudSQL Users create-    | DataRead-      -- ^ @DATA_READ@-      -- Data reads. Example: CloudSQL Users list-      deriving (Eq, Ord, Enum, Read, Show, Data, Typeable, Generic)--instance Hashable AuditLogConfigLogType--instance FromHttpApiData AuditLogConfigLogType where-    parseQueryParam = \case-        "LOG_TYPE_UNSPECIFIED" -> Right LogTypeUnspecified-        "ADMIN_READ" -> Right AdminRead-        "DATA_WRITE" -> Right DataWrite-        "DATA_READ" -> Right DataRead-        x -> Left ("Unable to parse AuditLogConfigLogType from: " <> x)--instance ToHttpApiData AuditLogConfigLogType where-    toQueryParam = \case-        LogTypeUnspecified -> "LOG_TYPE_UNSPECIFIED"-        AdminRead -> "ADMIN_READ"-        DataWrite -> "DATA_WRITE"-        DataRead -> "DATA_READ"--instance FromJSON AuditLogConfigLogType where-    parseJSON = parseJSONText "AuditLogConfigLogType"--instance ToJSON AuditLogConfigLogType where-    toJSON = toJSONText---- | V1 error format.-data Xgafv-    = X1-      -- ^ @1@-      -- v1 error format-    | X2-      -- ^ @2@-      -- v2 error format-      deriving (Eq, Ord, Enum, Read, Show, Data, Typeable, Generic)--instance Hashable Xgafv--instance FromHttpApiData Xgafv where-    parseQueryParam = \case-        "1" -> Right X1-        "2" -> Right X2-        x -> Left ("Unable to parse Xgafv from: " <> x)--instance ToHttpApiData Xgafv where-    toQueryParam = \case-        X1 -> "1"-        X2 -> "2"--instance FromJSON Xgafv where-    parseJSON = parseJSONText "Xgafv"--instance ToJSON Xgafv where-    toJSON = toJSONText---- | (\`CreationOnly\`) The granularity (i.e. \`MILLIS\`) at which timestamps--- are stored in this table. Timestamps not matching the granularity will--- be rejected. If unspecified at creation time, the value will be set to--- \`MILLIS\`. Views: \`SCHEMA_VIEW\`, \`FULL\`.-data TableGranularity-    = TimestampGranularityUnspecified-      -- ^ @TIMESTAMP_GRANULARITY_UNSPECIFIED@-      -- The user did not specify a granularity. Should not be returned. When-      -- specified during table creation, MILLIS will be used.-    | Millis-      -- ^ @MILLIS@-      -- The table keeps data versioned at a granularity of 1ms.-      deriving (Eq, Ord, Enum, Read, Show, Data, Typeable, Generic)--instance Hashable TableGranularity--instance FromHttpApiData TableGranularity where-    parseQueryParam = \case-        "TIMESTAMP_GRANULARITY_UNSPECIFIED" -> Right TimestampGranularityUnspecified-        "MILLIS" -> Right Millis-        x -> Left ("Unable to parse TableGranularity from: " <> x)--instance ToHttpApiData TableGranularity where-    toQueryParam = \case-        TimestampGranularityUnspecified -> "TIMESTAMP_GRANULARITY_UNSPECIFIED"-        Millis -> "MILLIS"--instance FromJSON TableGranularity where-    parseJSON = parseJSONText "TableGranularity"--instance ToJSON TableGranularity where-    toJSON = toJSONText---- | (\`OutputOnly\`) The current state of the cluster.-data ClusterType-    = CTStateNotKnown-      -- ^ @STATE_NOT_KNOWN@-      -- The state of the cluster could not be determined.-    | CTReady-      -- ^ @READY@-      -- The cluster has been successfully created and is ready to serve-      -- requests.-    | CTCreating-      -- ^ @CREATING@-      -- The cluster is currently being created, and may be destroyed if the-      -- creation process encounters an error. A cluster may not be able to serve-      -- requests while being created.-    | CTResizing-      -- ^ @RESIZING@-      -- The cluster is currently being resized, and may revert to its previous-      -- node count if the process encounters an error. A cluster is still-      -- capable of serving requests while being resized, but may exhibit-      -- performance as if its number of allocated nodes is between the starting-      -- and requested states.-    | CTDisabled-      -- ^ @DISABLED@-      -- The cluster has no backing nodes. The data (tables) still exist, but no-      -- operations can be performed on the cluster.-      deriving (Eq, Ord, Enum, Read, Show, Data, Typeable, Generic)--instance Hashable ClusterType--instance FromHttpApiData ClusterType where-    parseQueryParam = \case-        "STATE_NOT_KNOWN" -> Right CTStateNotKnown-        "READY" -> Right CTReady-        "CREATING" -> Right CTCreating-        "RESIZING" -> Right CTResizing-        "DISABLED" -> Right CTDisabled-        x -> Left ("Unable to parse ClusterType from: " <> x)--instance ToHttpApiData ClusterType where-    toQueryParam = \case-        CTStateNotKnown -> "STATE_NOT_KNOWN"-        CTReady -> "READY"-        CTCreating -> "CREATING"-        CTResizing -> "RESIZING"-        CTDisabled -> "DISABLED"--instance FromJSON ClusterType where-    parseJSON = parseJSONText "ClusterType"--instance ToJSON ClusterType where-    toJSON = toJSONText---- | (\`OutputOnly\`) The current state of the instance.-data InstanceState-    = ISStateNotKnown-      -- ^ @STATE_NOT_KNOWN@-      -- The state of the instance could not be determined.-    | ISReady-      -- ^ @READY@-      -- The instance has been successfully created and can serve requests to its-      -- tables.-    | ISCreating-      -- ^ @CREATING@-      -- The instance is currently being created, and may be destroyed if the-      -- creation process encounters an error.-      deriving (Eq, Ord, Enum, Read, Show, Data, Typeable, Generic)--instance Hashable InstanceState--instance FromHttpApiData InstanceState where-    parseQueryParam = \case-        "STATE_NOT_KNOWN" -> Right ISStateNotKnown-        "READY" -> Right ISReady-        "CREATING" -> Right ISCreating-        x -> Left ("Unable to parse InstanceState from: " <> x)--instance ToHttpApiData InstanceState where-    toQueryParam = \case-        ISStateNotKnown -> "STATE_NOT_KNOWN"-        ISReady -> "READY"-        ISCreating -> "CREATING"--instance FromJSON InstanceState where-    parseJSON = parseJSONText "InstanceState"--instance ToJSON InstanceState where-    toJSON = toJSONText
− gen/Network/Google/Resource/BigtableAdmin/Operations/Cancel.hs
@@ -1,168 +0,0 @@-{-# LANGUAGE DataKinds          #-}-{-# LANGUAGE DeriveDataTypeable #-}-{-# LANGUAGE DeriveGeneric      #-}-{-# LANGUAGE FlexibleInstances  #-}-{-# LANGUAGE NoImplicitPrelude  #-}-{-# LANGUAGE OverloadedStrings  #-}-{-# LANGUAGE RecordWildCards    #-}-{-# LANGUAGE TypeFamilies       #-}-{-# LANGUAGE TypeOperators      #-}--{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}-{-# OPTIONS_GHC -fno-warn-unused-binds      #-}-{-# OPTIONS_GHC -fno-warn-unused-imports    #-}---- |--- Module      : Network.Google.Resource.BigtableAdmin.Operations.Cancel--- Copyright   : (c) 2015-2016 Brendan Hay--- License     : Mozilla Public License, v. 2.0.--- Maintainer  : Brendan Hay <brendan.g.hay@gmail.com>--- Stability   : auto-generated--- Portability : non-portable (GHC extensions)------ Starts asynchronous cancellation on a long-running operation. The server--- makes a best effort to cancel the operation, but success is not--- guaranteed. If the server doesn\'t support this method, it returns--- \`google.rpc.Code.UNIMPLEMENTED\`. Clients can use--- Operations.GetOperation or other methods to check whether the--- cancellation succeeded or whether the operation completed despite--- cancellation. On successful cancellation, the operation is not deleted;--- instead, it becomes an operation with an Operation.error value with a--- google.rpc.Status.code of 1, corresponding to \`Code.CANCELLED\`.------ /See:/ <https://cloud.google.com/bigtable/ Cloud Bigtable Admin API Reference> for @bigtableadmin.operations.cancel@.-module Network.Google.Resource.BigtableAdmin.Operations.Cancel-    (-    -- * REST Resource-      OperationsCancelResource--    -- * Creating a Request-    , operationsCancel-    , OperationsCancel--    -- * Request Lenses-    , ocXgafv-    , ocUploadProtocol-    , ocAccessToken-    , ocUploadType-    , ocName-    , ocCallback-    ) where--import           Network.Google.BigtableAdmin.Types-import           Network.Google.Prelude---- | A resource alias for @bigtableadmin.operations.cancel@ method which the--- 'OperationsCancel' request conforms to.-type OperationsCancelResource =-     "v2" :>-       CaptureMode "name" "cancel" Text :>-         QueryParam "$.xgafv" Xgafv :>-           QueryParam "upload_protocol" Text :>-             QueryParam "access_token" Text :>-               QueryParam "uploadType" Text :>-                 QueryParam "callback" Text :>-                   QueryParam "alt" AltJSON :> Post '[JSON] Empty---- | Starts asynchronous cancellation on a long-running operation. The server--- makes a best effort to cancel the operation, but success is not--- guaranteed. If the server doesn\'t support this method, it returns--- \`google.rpc.Code.UNIMPLEMENTED\`. Clients can use--- Operations.GetOperation or other methods to check whether the--- cancellation succeeded or whether the operation completed despite--- cancellation. On successful cancellation, the operation is not deleted;--- instead, it becomes an operation with an Operation.error value with a--- google.rpc.Status.code of 1, corresponding to \`Code.CANCELLED\`.------ /See:/ 'operationsCancel' smart constructor.-data OperationsCancel =-  OperationsCancel'-    { _ocXgafv          :: !(Maybe Xgafv)-    , _ocUploadProtocol :: !(Maybe Text)-    , _ocAccessToken    :: !(Maybe Text)-    , _ocUploadType     :: !(Maybe Text)-    , _ocName           :: !Text-    , _ocCallback       :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'OperationsCancel' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'ocXgafv'------ * 'ocUploadProtocol'------ * 'ocAccessToken'------ * 'ocUploadType'------ * 'ocName'------ * 'ocCallback'-operationsCancel-    :: Text -- ^ 'ocName'-    -> OperationsCancel-operationsCancel pOcName_ =-  OperationsCancel'-    { _ocXgafv = Nothing-    , _ocUploadProtocol = Nothing-    , _ocAccessToken = Nothing-    , _ocUploadType = Nothing-    , _ocName = pOcName_-    , _ocCallback = Nothing-    }----- | V1 error format.-ocXgafv :: Lens' OperationsCancel (Maybe Xgafv)-ocXgafv = lens _ocXgafv (\ s a -> s{_ocXgafv = a})---- | Upload protocol for media (e.g. \"raw\", \"multipart\").-ocUploadProtocol :: Lens' OperationsCancel (Maybe Text)-ocUploadProtocol-  = lens _ocUploadProtocol-      (\ s a -> s{_ocUploadProtocol = a})---- | OAuth access token.-ocAccessToken :: Lens' OperationsCancel (Maybe Text)-ocAccessToken-  = lens _ocAccessToken-      (\ s a -> s{_ocAccessToken = a})---- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").-ocUploadType :: Lens' OperationsCancel (Maybe Text)-ocUploadType-  = lens _ocUploadType (\ s a -> s{_ocUploadType = a})---- | The name of the operation resource to be cancelled.-ocName :: Lens' OperationsCancel Text-ocName = lens _ocName (\ s a -> s{_ocName = a})---- | JSONP-ocCallback :: Lens' OperationsCancel (Maybe Text)-ocCallback-  = lens _ocCallback (\ s a -> s{_ocCallback = a})--instance GoogleRequest OperationsCancel where-        type Rs OperationsCancel = Empty-        type Scopes OperationsCancel =-             '["https://www.googleapis.com/auth/bigtable.admin",-               "https://www.googleapis.com/auth/bigtable.admin.cluster",-               "https://www.googleapis.com/auth/bigtable.admin.instance",-               "https://www.googleapis.com/auth/cloud-bigtable.admin",-               "https://www.googleapis.com/auth/cloud-bigtable.admin.cluster",-               "https://www.googleapis.com/auth/cloud-platform"]-        requestClient OperationsCancel'{..}-          = go _ocName _ocXgafv _ocUploadProtocol-              _ocAccessToken-              _ocUploadType-              _ocCallback-              (Just AltJSON)-              bigtableAdminService-          where go-                  = buildClient-                      (Proxy :: Proxy OperationsCancelResource)-                      mempty
− gen/Network/Google/Resource/BigtableAdmin/Operations/Delete.hs
@@ -1,158 +0,0 @@-{-# LANGUAGE DataKinds          #-}-{-# LANGUAGE DeriveDataTypeable #-}-{-# LANGUAGE DeriveGeneric      #-}-{-# LANGUAGE FlexibleInstances  #-}-{-# LANGUAGE NoImplicitPrelude  #-}-{-# LANGUAGE OverloadedStrings  #-}-{-# LANGUAGE RecordWildCards    #-}-{-# LANGUAGE TypeFamilies       #-}-{-# LANGUAGE TypeOperators      #-}--{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}-{-# OPTIONS_GHC -fno-warn-unused-binds      #-}-{-# OPTIONS_GHC -fno-warn-unused-imports    #-}---- |--- Module      : Network.Google.Resource.BigtableAdmin.Operations.Delete--- Copyright   : (c) 2015-2016 Brendan Hay--- License     : Mozilla Public License, v. 2.0.--- Maintainer  : Brendan Hay <brendan.g.hay@gmail.com>--- Stability   : auto-generated--- Portability : non-portable (GHC extensions)------ Deletes a long-running operation. This method indicates that the client--- is no longer interested in the operation result. It does not cancel the--- operation. If the server doesn\'t support this method, it returns--- \`google.rpc.Code.UNIMPLEMENTED\`.------ /See:/ <https://cloud.google.com/bigtable/ Cloud Bigtable Admin API Reference> for @bigtableadmin.operations.delete@.-module Network.Google.Resource.BigtableAdmin.Operations.Delete-    (-    -- * REST Resource-      OperationsDeleteResource--    -- * Creating a Request-    , operationsDelete-    , OperationsDelete--    -- * Request Lenses-    , odXgafv-    , odUploadProtocol-    , odAccessToken-    , odUploadType-    , odName-    , odCallback-    ) where--import           Network.Google.BigtableAdmin.Types-import           Network.Google.Prelude---- | A resource alias for @bigtableadmin.operations.delete@ method which the--- 'OperationsDelete' request conforms to.-type OperationsDeleteResource =-     "v2" :>-       Capture "name" Text :>-         QueryParam "$.xgafv" Xgafv :>-           QueryParam "upload_protocol" Text :>-             QueryParam "access_token" Text :>-               QueryParam "uploadType" Text :>-                 QueryParam "callback" Text :>-                   QueryParam "alt" AltJSON :> Delete '[JSON] Empty---- | Deletes a long-running operation. This method indicates that the client--- is no longer interested in the operation result. It does not cancel the--- operation. If the server doesn\'t support this method, it returns--- \`google.rpc.Code.UNIMPLEMENTED\`.------ /See:/ 'operationsDelete' smart constructor.-data OperationsDelete =-  OperationsDelete'-    { _odXgafv          :: !(Maybe Xgafv)-    , _odUploadProtocol :: !(Maybe Text)-    , _odAccessToken    :: !(Maybe Text)-    , _odUploadType     :: !(Maybe Text)-    , _odName           :: !Text-    , _odCallback       :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'OperationsDelete' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'odXgafv'------ * 'odUploadProtocol'------ * 'odAccessToken'------ * 'odUploadType'------ * 'odName'------ * 'odCallback'-operationsDelete-    :: Text -- ^ 'odName'-    -> OperationsDelete-operationsDelete pOdName_ =-  OperationsDelete'-    { _odXgafv = Nothing-    , _odUploadProtocol = Nothing-    , _odAccessToken = Nothing-    , _odUploadType = Nothing-    , _odName = pOdName_-    , _odCallback = Nothing-    }----- | V1 error format.-odXgafv :: Lens' OperationsDelete (Maybe Xgafv)-odXgafv = lens _odXgafv (\ s a -> s{_odXgafv = a})---- | Upload protocol for media (e.g. \"raw\", \"multipart\").-odUploadProtocol :: Lens' OperationsDelete (Maybe Text)-odUploadProtocol-  = lens _odUploadProtocol-      (\ s a -> s{_odUploadProtocol = a})---- | OAuth access token.-odAccessToken :: Lens' OperationsDelete (Maybe Text)-odAccessToken-  = lens _odAccessToken-      (\ s a -> s{_odAccessToken = a})---- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").-odUploadType :: Lens' OperationsDelete (Maybe Text)-odUploadType-  = lens _odUploadType (\ s a -> s{_odUploadType = a})---- | The name of the operation resource to be deleted.-odName :: Lens' OperationsDelete Text-odName = lens _odName (\ s a -> s{_odName = a})---- | JSONP-odCallback :: Lens' OperationsDelete (Maybe Text)-odCallback-  = lens _odCallback (\ s a -> s{_odCallback = a})--instance GoogleRequest OperationsDelete where-        type Rs OperationsDelete = Empty-        type Scopes OperationsDelete =-             '["https://www.googleapis.com/auth/bigtable.admin",-               "https://www.googleapis.com/auth/bigtable.admin.cluster",-               "https://www.googleapis.com/auth/bigtable.admin.instance",-               "https://www.googleapis.com/auth/cloud-bigtable.admin",-               "https://www.googleapis.com/auth/cloud-bigtable.admin.cluster",-               "https://www.googleapis.com/auth/cloud-platform"]-        requestClient OperationsDelete'{..}-          = go _odName _odXgafv _odUploadProtocol-              _odAccessToken-              _odUploadType-              _odCallback-              (Just AltJSON)-              bigtableAdminService-          where go-                  = buildClient-                      (Proxy :: Proxy OperationsDeleteResource)-                      mempty
− gen/Network/Google/Resource/BigtableAdmin/Operations/Get.hs
@@ -1,156 +0,0 @@-{-# LANGUAGE DataKinds          #-}-{-# LANGUAGE DeriveDataTypeable #-}-{-# LANGUAGE DeriveGeneric      #-}-{-# LANGUAGE FlexibleInstances  #-}-{-# LANGUAGE NoImplicitPrelude  #-}-{-# LANGUAGE OverloadedStrings  #-}-{-# LANGUAGE RecordWildCards    #-}-{-# LANGUAGE TypeFamilies       #-}-{-# LANGUAGE TypeOperators      #-}--{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}-{-# OPTIONS_GHC -fno-warn-unused-binds      #-}-{-# OPTIONS_GHC -fno-warn-unused-imports    #-}---- |--- Module      : Network.Google.Resource.BigtableAdmin.Operations.Get--- Copyright   : (c) 2015-2016 Brendan Hay--- License     : Mozilla Public License, v. 2.0.--- Maintainer  : Brendan Hay <brendan.g.hay@gmail.com>--- Stability   : auto-generated--- Portability : non-portable (GHC extensions)------ Gets the latest state of a long-running operation. Clients can use this--- method to poll the operation result at intervals as recommended by the--- API service.------ /See:/ <https://cloud.google.com/bigtable/ Cloud Bigtable Admin API Reference> for @bigtableadmin.operations.get@.-module Network.Google.Resource.BigtableAdmin.Operations.Get-    (-    -- * REST Resource-      OperationsGetResource--    -- * Creating a Request-    , operationsGet-    , OperationsGet--    -- * Request Lenses-    , ogXgafv-    , ogUploadProtocol-    , ogAccessToken-    , ogUploadType-    , ogName-    , ogCallback-    ) where--import           Network.Google.BigtableAdmin.Types-import           Network.Google.Prelude---- | A resource alias for @bigtableadmin.operations.get@ method which the--- 'OperationsGet' request conforms to.-type OperationsGetResource =-     "v2" :>-       Capture "name" Text :>-         QueryParam "$.xgafv" Xgafv :>-           QueryParam "upload_protocol" Text :>-             QueryParam "access_token" Text :>-               QueryParam "uploadType" Text :>-                 QueryParam "callback" Text :>-                   QueryParam "alt" AltJSON :> Get '[JSON] Operation---- | Gets the latest state of a long-running operation. Clients can use this--- method to poll the operation result at intervals as recommended by the--- API service.------ /See:/ 'operationsGet' smart constructor.-data OperationsGet =-  OperationsGet'-    { _ogXgafv          :: !(Maybe Xgafv)-    , _ogUploadProtocol :: !(Maybe Text)-    , _ogAccessToken    :: !(Maybe Text)-    , _ogUploadType     :: !(Maybe Text)-    , _ogName           :: !Text-    , _ogCallback       :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'OperationsGet' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'ogXgafv'------ * 'ogUploadProtocol'------ * 'ogAccessToken'------ * 'ogUploadType'------ * 'ogName'------ * 'ogCallback'-operationsGet-    :: Text -- ^ 'ogName'-    -> OperationsGet-operationsGet pOgName_ =-  OperationsGet'-    { _ogXgafv = Nothing-    , _ogUploadProtocol = Nothing-    , _ogAccessToken = Nothing-    , _ogUploadType = Nothing-    , _ogName = pOgName_-    , _ogCallback = Nothing-    }----- | V1 error format.-ogXgafv :: Lens' OperationsGet (Maybe Xgafv)-ogXgafv = lens _ogXgafv (\ s a -> s{_ogXgafv = a})---- | Upload protocol for media (e.g. \"raw\", \"multipart\").-ogUploadProtocol :: Lens' OperationsGet (Maybe Text)-ogUploadProtocol-  = lens _ogUploadProtocol-      (\ s a -> s{_ogUploadProtocol = a})---- | OAuth access token.-ogAccessToken :: Lens' OperationsGet (Maybe Text)-ogAccessToken-  = lens _ogAccessToken-      (\ s a -> s{_ogAccessToken = a})---- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").-ogUploadType :: Lens' OperationsGet (Maybe Text)-ogUploadType-  = lens _ogUploadType (\ s a -> s{_ogUploadType = a})---- | The name of the operation resource.-ogName :: Lens' OperationsGet Text-ogName = lens _ogName (\ s a -> s{_ogName = a})---- | JSONP-ogCallback :: Lens' OperationsGet (Maybe Text)-ogCallback-  = lens _ogCallback (\ s a -> s{_ogCallback = a})--instance GoogleRequest OperationsGet where-        type Rs OperationsGet = Operation-        type Scopes OperationsGet =-             '["https://www.googleapis.com/auth/bigtable.admin",-               "https://www.googleapis.com/auth/bigtable.admin.cluster",-               "https://www.googleapis.com/auth/bigtable.admin.instance",-               "https://www.googleapis.com/auth/cloud-bigtable.admin",-               "https://www.googleapis.com/auth/cloud-bigtable.admin.cluster",-               "https://www.googleapis.com/auth/cloud-platform",-               "https://www.googleapis.com/auth/cloud-platform.read-only"]-        requestClient OperationsGet'{..}-          = go _ogName _ogXgafv _ogUploadProtocol-              _ogAccessToken-              _ogUploadType-              _ogCallback-              (Just AltJSON)-              bigtableAdminService-          where go-                  = buildClient (Proxy :: Proxy OperationsGetResource)-                      mempty
− gen/Network/Google/Resource/BigtableAdmin/Operations/Projects/Operations/List.hs
@@ -1,217 +0,0 @@-{-# LANGUAGE DataKinds          #-}-{-# LANGUAGE DeriveDataTypeable #-}-{-# LANGUAGE DeriveGeneric      #-}-{-# LANGUAGE FlexibleInstances  #-}-{-# LANGUAGE NoImplicitPrelude  #-}-{-# LANGUAGE OverloadedStrings  #-}-{-# LANGUAGE RecordWildCards    #-}-{-# LANGUAGE TypeFamilies       #-}-{-# LANGUAGE TypeOperators      #-}--{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}-{-# OPTIONS_GHC -fno-warn-unused-binds      #-}-{-# OPTIONS_GHC -fno-warn-unused-imports    #-}---- |--- Module      : Network.Google.Resource.BigtableAdmin.Operations.Projects.Operations.List--- Copyright   : (c) 2015-2016 Brendan Hay--- License     : Mozilla Public License, v. 2.0.--- Maintainer  : Brendan Hay <brendan.g.hay@gmail.com>--- Stability   : auto-generated--- Portability : non-portable (GHC extensions)------ Lists operations that match the specified filter in the request. If the--- server doesn\'t support this method, it returns \`UNIMPLEMENTED\`. NOTE:--- the \`name\` binding allows API services to override the binding to use--- different resource name schemes, such as \`users\/*\/operations\`. To--- override the binding, API services can add a binding such as--- \`\"\/v1\/{name=users\/*}\/operations\"\` to their service--- configuration. For backwards compatibility, the default name includes--- the operations collection id, however overriding users must ensure the--- name binding is the parent resource, without the operations collection--- id.------ /See:/ <https://cloud.google.com/bigtable/ Cloud Bigtable Admin API Reference> for @bigtableadmin.operations.projects.operations.list@.-module Network.Google.Resource.BigtableAdmin.Operations.Projects.Operations.List-    (-    -- * REST Resource-      OperationsProjectsOperationsListResource--    -- * Creating a Request-    , operationsProjectsOperationsList-    , OperationsProjectsOperationsList--    -- * Request Lenses-    , opolXgafv-    , opolUploadProtocol-    , opolAccessToken-    , opolUploadType-    , opolName-    , opolFilter-    , opolPageToken-    , opolPageSize-    , opolCallback-    ) where--import           Network.Google.BigtableAdmin.Types-import           Network.Google.Prelude---- | A resource alias for @bigtableadmin.operations.projects.operations.list@ method which the--- 'OperationsProjectsOperationsList' request conforms to.-type OperationsProjectsOperationsListResource =-     "v2" :>-       Capture "name" Text :>-         "operations" :>-           QueryParam "$.xgafv" Xgafv :>-             QueryParam "upload_protocol" Text :>-               QueryParam "access_token" Text :>-                 QueryParam "uploadType" Text :>-                   QueryParam "filter" Text :>-                     QueryParam "pageToken" Text :>-                       QueryParam "pageSize" (Textual Int32) :>-                         QueryParam "callback" Text :>-                           QueryParam "alt" AltJSON :>-                             Get '[JSON] ListOperationsResponse---- | Lists operations that match the specified filter in the request. If the--- server doesn\'t support this method, it returns \`UNIMPLEMENTED\`. NOTE:--- the \`name\` binding allows API services to override the binding to use--- different resource name schemes, such as \`users\/*\/operations\`. To--- override the binding, API services can add a binding such as--- \`\"\/v1\/{name=users\/*}\/operations\"\` to their service--- configuration. For backwards compatibility, the default name includes--- the operations collection id, however overriding users must ensure the--- name binding is the parent resource, without the operations collection--- id.------ /See:/ 'operationsProjectsOperationsList' smart constructor.-data OperationsProjectsOperationsList =-  OperationsProjectsOperationsList'-    { _opolXgafv          :: !(Maybe Xgafv)-    , _opolUploadProtocol :: !(Maybe Text)-    , _opolAccessToken    :: !(Maybe Text)-    , _opolUploadType     :: !(Maybe Text)-    , _opolName           :: !Text-    , _opolFilter         :: !(Maybe Text)-    , _opolPageToken      :: !(Maybe Text)-    , _opolPageSize       :: !(Maybe (Textual Int32))-    , _opolCallback       :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'OperationsProjectsOperationsList' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'opolXgafv'------ * 'opolUploadProtocol'------ * 'opolAccessToken'------ * 'opolUploadType'------ * 'opolName'------ * 'opolFilter'------ * 'opolPageToken'------ * 'opolPageSize'------ * 'opolCallback'-operationsProjectsOperationsList-    :: Text -- ^ 'opolName'-    -> OperationsProjectsOperationsList-operationsProjectsOperationsList pOpolName_ =-  OperationsProjectsOperationsList'-    { _opolXgafv = Nothing-    , _opolUploadProtocol = Nothing-    , _opolAccessToken = Nothing-    , _opolUploadType = Nothing-    , _opolName = pOpolName_-    , _opolFilter = Nothing-    , _opolPageToken = Nothing-    , _opolPageSize = Nothing-    , _opolCallback = Nothing-    }----- | V1 error format.-opolXgafv :: Lens' OperationsProjectsOperationsList (Maybe Xgafv)-opolXgafv-  = lens _opolXgafv (\ s a -> s{_opolXgafv = a})---- | Upload protocol for media (e.g. \"raw\", \"multipart\").-opolUploadProtocol :: Lens' OperationsProjectsOperationsList (Maybe Text)-opolUploadProtocol-  = lens _opolUploadProtocol-      (\ s a -> s{_opolUploadProtocol = a})---- | OAuth access token.-opolAccessToken :: Lens' OperationsProjectsOperationsList (Maybe Text)-opolAccessToken-  = lens _opolAccessToken-      (\ s a -> s{_opolAccessToken = a})---- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").-opolUploadType :: Lens' OperationsProjectsOperationsList (Maybe Text)-opolUploadType-  = lens _opolUploadType-      (\ s a -> s{_opolUploadType = a})---- | The name of the operation\'s parent resource.-opolName :: Lens' OperationsProjectsOperationsList Text-opolName = lens _opolName (\ s a -> s{_opolName = a})---- | The standard list filter.-opolFilter :: Lens' OperationsProjectsOperationsList (Maybe Text)-opolFilter-  = lens _opolFilter (\ s a -> s{_opolFilter = a})---- | The standard list page token.-opolPageToken :: Lens' OperationsProjectsOperationsList (Maybe Text)-opolPageToken-  = lens _opolPageToken-      (\ s a -> s{_opolPageToken = a})---- | The standard list page size.-opolPageSize :: Lens' OperationsProjectsOperationsList (Maybe Int32)-opolPageSize-  = lens _opolPageSize (\ s a -> s{_opolPageSize = a})-      . mapping _Coerce---- | JSONP-opolCallback :: Lens' OperationsProjectsOperationsList (Maybe Text)-opolCallback-  = lens _opolCallback (\ s a -> s{_opolCallback = a})--instance GoogleRequest-           OperationsProjectsOperationsList-         where-        type Rs OperationsProjectsOperationsList =-             ListOperationsResponse-        type Scopes OperationsProjectsOperationsList =-             '["https://www.googleapis.com/auth/bigtable.admin",-               "https://www.googleapis.com/auth/bigtable.admin.cluster",-               "https://www.googleapis.com/auth/bigtable.admin.instance",-               "https://www.googleapis.com/auth/cloud-bigtable.admin",-               "https://www.googleapis.com/auth/cloud-bigtable.admin.cluster",-               "https://www.googleapis.com/auth/cloud-platform",-               "https://www.googleapis.com/auth/cloud-platform.read-only"]-        requestClient OperationsProjectsOperationsList'{..}-          = go _opolName _opolXgafv _opolUploadProtocol-              _opolAccessToken-              _opolUploadType-              _opolFilter-              _opolPageToken-              _opolPageSize-              _opolCallback-              (Just AltJSON)-              bigtableAdminService-          where go-                  = buildClient-                      (Proxy ::-                         Proxy OperationsProjectsOperationsListResource)-                      mempty
− gen/Network/Google/Resource/BigtableAdmin/Projects/Instances/AppProFiles/Create.hs
@@ -1,204 +0,0 @@-{-# LANGUAGE DataKinds          #-}-{-# LANGUAGE DeriveDataTypeable #-}-{-# LANGUAGE DeriveGeneric      #-}-{-# LANGUAGE FlexibleInstances  #-}-{-# LANGUAGE NoImplicitPrelude  #-}-{-# LANGUAGE OverloadedStrings  #-}-{-# LANGUAGE RecordWildCards    #-}-{-# LANGUAGE TypeFamilies       #-}-{-# LANGUAGE TypeOperators      #-}--{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}-{-# OPTIONS_GHC -fno-warn-unused-binds      #-}-{-# OPTIONS_GHC -fno-warn-unused-imports    #-}---- |--- Module      : Network.Google.Resource.BigtableAdmin.Projects.Instances.AppProFiles.Create--- Copyright   : (c) 2015-2016 Brendan Hay--- License     : Mozilla Public License, v. 2.0.--- Maintainer  : Brendan Hay <brendan.g.hay@gmail.com>--- Stability   : auto-generated--- Portability : non-portable (GHC extensions)------ Creates an app profile within an instance.------ /See:/ <https://cloud.google.com/bigtable/ Cloud Bigtable Admin API Reference> for @bigtableadmin.projects.instances.appProfiles.create@.-module Network.Google.Resource.BigtableAdmin.Projects.Instances.AppProFiles.Create-    (-    -- * REST Resource-      ProjectsInstancesAppProFilesCreateResource--    -- * Creating a Request-    , projectsInstancesAppProFilesCreate-    , ProjectsInstancesAppProFilesCreate--    -- * Request Lenses-    , piapfcParent-    , piapfcXgafv-    , piapfcAppProFileId-    , piapfcUploadProtocol-    , piapfcAccessToken-    , piapfcUploadType-    , piapfcPayload-    , piapfcIgnoreWarnings-    , piapfcCallback-    ) where--import           Network.Google.BigtableAdmin.Types-import           Network.Google.Prelude---- | A resource alias for @bigtableadmin.projects.instances.appProfiles.create@ method which the--- 'ProjectsInstancesAppProFilesCreate' request conforms to.-type ProjectsInstancesAppProFilesCreateResource =-     "v2" :>-       Capture "parent" Text :>-         "appProfiles" :>-           QueryParam "$.xgafv" Xgafv :>-             QueryParam "appProfileId" Text :>-               QueryParam "upload_protocol" Text :>-                 QueryParam "access_token" Text :>-                   QueryParam "uploadType" Text :>-                     QueryParam "ignoreWarnings" Bool :>-                       QueryParam "callback" Text :>-                         QueryParam "alt" AltJSON :>-                           ReqBody '[JSON] AppProFile :> Post '[JSON] AppProFile---- | Creates an app profile within an instance.------ /See:/ 'projectsInstancesAppProFilesCreate' smart constructor.-data ProjectsInstancesAppProFilesCreate =-  ProjectsInstancesAppProFilesCreate'-    { _piapfcParent         :: !Text-    , _piapfcXgafv          :: !(Maybe Xgafv)-    , _piapfcAppProFileId   :: !(Maybe Text)-    , _piapfcUploadProtocol :: !(Maybe Text)-    , _piapfcAccessToken    :: !(Maybe Text)-    , _piapfcUploadType     :: !(Maybe Text)-    , _piapfcPayload        :: !AppProFile-    , _piapfcIgnoreWarnings :: !(Maybe Bool)-    , _piapfcCallback       :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'ProjectsInstancesAppProFilesCreate' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'piapfcParent'------ * 'piapfcXgafv'------ * 'piapfcAppProFileId'------ * 'piapfcUploadProtocol'------ * 'piapfcAccessToken'------ * 'piapfcUploadType'------ * 'piapfcPayload'------ * 'piapfcIgnoreWarnings'------ * 'piapfcCallback'-projectsInstancesAppProFilesCreate-    :: Text -- ^ 'piapfcParent'-    -> AppProFile -- ^ 'piapfcPayload'-    -> ProjectsInstancesAppProFilesCreate-projectsInstancesAppProFilesCreate pPiapfcParent_ pPiapfcPayload_ =-  ProjectsInstancesAppProFilesCreate'-    { _piapfcParent = pPiapfcParent_-    , _piapfcXgafv = Nothing-    , _piapfcAppProFileId = Nothing-    , _piapfcUploadProtocol = Nothing-    , _piapfcAccessToken = Nothing-    , _piapfcUploadType = Nothing-    , _piapfcPayload = pPiapfcPayload_-    , _piapfcIgnoreWarnings = Nothing-    , _piapfcCallback = Nothing-    }----- | The unique name of the instance in which to create the new app profile.--- Values are of the form \`projects\/\/instances\/\`.-piapfcParent :: Lens' ProjectsInstancesAppProFilesCreate Text-piapfcParent-  = lens _piapfcParent (\ s a -> s{_piapfcParent = a})---- | V1 error format.-piapfcXgafv :: Lens' ProjectsInstancesAppProFilesCreate (Maybe Xgafv)-piapfcXgafv-  = lens _piapfcXgafv (\ s a -> s{_piapfcXgafv = a})---- | The ID to be used when referring to the new app profile within its--- instance, e.g., just \`myprofile\` rather than--- \`projects\/myproject\/instances\/myinstance\/appProfiles\/myprofile\`.-piapfcAppProFileId :: Lens' ProjectsInstancesAppProFilesCreate (Maybe Text)-piapfcAppProFileId-  = lens _piapfcAppProFileId-      (\ s a -> s{_piapfcAppProFileId = a})---- | Upload protocol for media (e.g. \"raw\", \"multipart\").-piapfcUploadProtocol :: Lens' ProjectsInstancesAppProFilesCreate (Maybe Text)-piapfcUploadProtocol-  = lens _piapfcUploadProtocol-      (\ s a -> s{_piapfcUploadProtocol = a})---- | OAuth access token.-piapfcAccessToken :: Lens' ProjectsInstancesAppProFilesCreate (Maybe Text)-piapfcAccessToken-  = lens _piapfcAccessToken-      (\ s a -> s{_piapfcAccessToken = a})---- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").-piapfcUploadType :: Lens' ProjectsInstancesAppProFilesCreate (Maybe Text)-piapfcUploadType-  = lens _piapfcUploadType-      (\ s a -> s{_piapfcUploadType = a})---- | Multipart request metadata.-piapfcPayload :: Lens' ProjectsInstancesAppProFilesCreate AppProFile-piapfcPayload-  = lens _piapfcPayload-      (\ s a -> s{_piapfcPayload = a})---- | If true, ignore safety checks when creating the app profile.-piapfcIgnoreWarnings :: Lens' ProjectsInstancesAppProFilesCreate (Maybe Bool)-piapfcIgnoreWarnings-  = lens _piapfcIgnoreWarnings-      (\ s a -> s{_piapfcIgnoreWarnings = a})---- | JSONP-piapfcCallback :: Lens' ProjectsInstancesAppProFilesCreate (Maybe Text)-piapfcCallback-  = lens _piapfcCallback-      (\ s a -> s{_piapfcCallback = a})--instance GoogleRequest-           ProjectsInstancesAppProFilesCreate-         where-        type Rs ProjectsInstancesAppProFilesCreate =-             AppProFile-        type Scopes ProjectsInstancesAppProFilesCreate =-             '["https://www.googleapis.com/auth/bigtable.admin",-               "https://www.googleapis.com/auth/bigtable.admin.cluster",-               "https://www.googleapis.com/auth/bigtable.admin.instance",-               "https://www.googleapis.com/auth/cloud-bigtable.admin",-               "https://www.googleapis.com/auth/cloud-bigtable.admin.cluster",-               "https://www.googleapis.com/auth/cloud-platform"]-        requestClient ProjectsInstancesAppProFilesCreate'{..}-          = go _piapfcParent _piapfcXgafv _piapfcAppProFileId-              _piapfcUploadProtocol-              _piapfcAccessToken-              _piapfcUploadType-              _piapfcIgnoreWarnings-              _piapfcCallback-              (Just AltJSON)-              _piapfcPayload-              bigtableAdminService-          where go-                  = buildClient-                      (Proxy ::-                         Proxy ProjectsInstancesAppProFilesCreateResource)-                      mempty
− gen/Network/Google/Resource/BigtableAdmin/Projects/Instances/AppProFiles/Delete.hs
@@ -1,173 +0,0 @@-{-# LANGUAGE DataKinds          #-}-{-# LANGUAGE DeriveDataTypeable #-}-{-# LANGUAGE DeriveGeneric      #-}-{-# LANGUAGE FlexibleInstances  #-}-{-# LANGUAGE NoImplicitPrelude  #-}-{-# LANGUAGE OverloadedStrings  #-}-{-# LANGUAGE RecordWildCards    #-}-{-# LANGUAGE TypeFamilies       #-}-{-# LANGUAGE TypeOperators      #-}--{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}-{-# OPTIONS_GHC -fno-warn-unused-binds      #-}-{-# OPTIONS_GHC -fno-warn-unused-imports    #-}---- |--- Module      : Network.Google.Resource.BigtableAdmin.Projects.Instances.AppProFiles.Delete--- Copyright   : (c) 2015-2016 Brendan Hay--- License     : Mozilla Public License, v. 2.0.--- Maintainer  : Brendan Hay <brendan.g.hay@gmail.com>--- Stability   : auto-generated--- Portability : non-portable (GHC extensions)------ Deletes an app profile from an instance.------ /See:/ <https://cloud.google.com/bigtable/ Cloud Bigtable Admin API Reference> for @bigtableadmin.projects.instances.appProfiles.delete@.-module Network.Google.Resource.BigtableAdmin.Projects.Instances.AppProFiles.Delete-    (-    -- * REST Resource-      ProjectsInstancesAppProFilesDeleteResource--    -- * Creating a Request-    , projectsInstancesAppProFilesDelete-    , ProjectsInstancesAppProFilesDelete--    -- * Request Lenses-    , piapfdXgafv-    , piapfdUploadProtocol-    , piapfdAccessToken-    , piapfdUploadType-    , piapfdIgnoreWarnings-    , piapfdName-    , piapfdCallback-    ) where--import           Network.Google.BigtableAdmin.Types-import           Network.Google.Prelude---- | A resource alias for @bigtableadmin.projects.instances.appProfiles.delete@ method which the--- 'ProjectsInstancesAppProFilesDelete' request conforms to.-type ProjectsInstancesAppProFilesDeleteResource =-     "v2" :>-       Capture "name" Text :>-         QueryParam "$.xgafv" Xgafv :>-           QueryParam "upload_protocol" Text :>-             QueryParam "access_token" Text :>-               QueryParam "uploadType" Text :>-                 QueryParam "ignoreWarnings" Bool :>-                   QueryParam "callback" Text :>-                     QueryParam "alt" AltJSON :> Delete '[JSON] Empty---- | Deletes an app profile from an instance.------ /See:/ 'projectsInstancesAppProFilesDelete' smart constructor.-data ProjectsInstancesAppProFilesDelete =-  ProjectsInstancesAppProFilesDelete'-    { _piapfdXgafv          :: !(Maybe Xgafv)-    , _piapfdUploadProtocol :: !(Maybe Text)-    , _piapfdAccessToken    :: !(Maybe Text)-    , _piapfdUploadType     :: !(Maybe Text)-    , _piapfdIgnoreWarnings :: !(Maybe Bool)-    , _piapfdName           :: !Text-    , _piapfdCallback       :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'ProjectsInstancesAppProFilesDelete' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'piapfdXgafv'------ * 'piapfdUploadProtocol'------ * 'piapfdAccessToken'------ * 'piapfdUploadType'------ * 'piapfdIgnoreWarnings'------ * 'piapfdName'------ * 'piapfdCallback'-projectsInstancesAppProFilesDelete-    :: Text -- ^ 'piapfdName'-    -> ProjectsInstancesAppProFilesDelete-projectsInstancesAppProFilesDelete pPiapfdName_ =-  ProjectsInstancesAppProFilesDelete'-    { _piapfdXgafv = Nothing-    , _piapfdUploadProtocol = Nothing-    , _piapfdAccessToken = Nothing-    , _piapfdUploadType = Nothing-    , _piapfdIgnoreWarnings = Nothing-    , _piapfdName = pPiapfdName_-    , _piapfdCallback = Nothing-    }----- | V1 error format.-piapfdXgafv :: Lens' ProjectsInstancesAppProFilesDelete (Maybe Xgafv)-piapfdXgafv-  = lens _piapfdXgafv (\ s a -> s{_piapfdXgafv = a})---- | Upload protocol for media (e.g. \"raw\", \"multipart\").-piapfdUploadProtocol :: Lens' ProjectsInstancesAppProFilesDelete (Maybe Text)-piapfdUploadProtocol-  = lens _piapfdUploadProtocol-      (\ s a -> s{_piapfdUploadProtocol = a})---- | OAuth access token.-piapfdAccessToken :: Lens' ProjectsInstancesAppProFilesDelete (Maybe Text)-piapfdAccessToken-  = lens _piapfdAccessToken-      (\ s a -> s{_piapfdAccessToken = a})---- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").-piapfdUploadType :: Lens' ProjectsInstancesAppProFilesDelete (Maybe Text)-piapfdUploadType-  = lens _piapfdUploadType-      (\ s a -> s{_piapfdUploadType = a})---- | If true, ignore safety checks when deleting the app profile.-piapfdIgnoreWarnings :: Lens' ProjectsInstancesAppProFilesDelete (Maybe Bool)-piapfdIgnoreWarnings-  = lens _piapfdIgnoreWarnings-      (\ s a -> s{_piapfdIgnoreWarnings = a})---- | The unique name of the app profile to be deleted. Values are of the form--- \`projects\/\/instances\/\/appProfiles\/\`.-piapfdName :: Lens' ProjectsInstancesAppProFilesDelete Text-piapfdName-  = lens _piapfdName (\ s a -> s{_piapfdName = a})---- | JSONP-piapfdCallback :: Lens' ProjectsInstancesAppProFilesDelete (Maybe Text)-piapfdCallback-  = lens _piapfdCallback-      (\ s a -> s{_piapfdCallback = a})--instance GoogleRequest-           ProjectsInstancesAppProFilesDelete-         where-        type Rs ProjectsInstancesAppProFilesDelete = Empty-        type Scopes ProjectsInstancesAppProFilesDelete =-             '["https://www.googleapis.com/auth/bigtable.admin",-               "https://www.googleapis.com/auth/bigtable.admin.cluster",-               "https://www.googleapis.com/auth/bigtable.admin.instance",-               "https://www.googleapis.com/auth/cloud-bigtable.admin",-               "https://www.googleapis.com/auth/cloud-bigtable.admin.cluster",-               "https://www.googleapis.com/auth/cloud-platform"]-        requestClient ProjectsInstancesAppProFilesDelete'{..}-          = go _piapfdName _piapfdXgafv _piapfdUploadProtocol-              _piapfdAccessToken-              _piapfdUploadType-              _piapfdIgnoreWarnings-              _piapfdCallback-              (Just AltJSON)-              bigtableAdminService-          where go-                  = buildClient-                      (Proxy ::-                         Proxy ProjectsInstancesAppProFilesDeleteResource)-                      mempty
− gen/Network/Google/Resource/BigtableAdmin/Projects/Instances/AppProFiles/Get.hs
@@ -1,160 +0,0 @@-{-# LANGUAGE DataKinds          #-}-{-# LANGUAGE DeriveDataTypeable #-}-{-# LANGUAGE DeriveGeneric      #-}-{-# LANGUAGE FlexibleInstances  #-}-{-# LANGUAGE NoImplicitPrelude  #-}-{-# LANGUAGE OverloadedStrings  #-}-{-# LANGUAGE RecordWildCards    #-}-{-# LANGUAGE TypeFamilies       #-}-{-# LANGUAGE TypeOperators      #-}--{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}-{-# OPTIONS_GHC -fno-warn-unused-binds      #-}-{-# OPTIONS_GHC -fno-warn-unused-imports    #-}---- |--- Module      : Network.Google.Resource.BigtableAdmin.Projects.Instances.AppProFiles.Get--- Copyright   : (c) 2015-2016 Brendan Hay--- License     : Mozilla Public License, v. 2.0.--- Maintainer  : Brendan Hay <brendan.g.hay@gmail.com>--- Stability   : auto-generated--- Portability : non-portable (GHC extensions)------ Gets information about an app profile.------ /See:/ <https://cloud.google.com/bigtable/ Cloud Bigtable Admin API Reference> for @bigtableadmin.projects.instances.appProfiles.get@.-module Network.Google.Resource.BigtableAdmin.Projects.Instances.AppProFiles.Get-    (-    -- * REST Resource-      ProjectsInstancesAppProFilesGetResource--    -- * Creating a Request-    , projectsInstancesAppProFilesGet-    , ProjectsInstancesAppProFilesGet--    -- * Request Lenses-    , piapfgXgafv-    , piapfgUploadProtocol-    , piapfgAccessToken-    , piapfgUploadType-    , piapfgName-    , piapfgCallback-    ) where--import           Network.Google.BigtableAdmin.Types-import           Network.Google.Prelude---- | A resource alias for @bigtableadmin.projects.instances.appProfiles.get@ method which the--- 'ProjectsInstancesAppProFilesGet' request conforms to.-type ProjectsInstancesAppProFilesGetResource =-     "v2" :>-       Capture "name" Text :>-         QueryParam "$.xgafv" Xgafv :>-           QueryParam "upload_protocol" Text :>-             QueryParam "access_token" Text :>-               QueryParam "uploadType" Text :>-                 QueryParam "callback" Text :>-                   QueryParam "alt" AltJSON :> Get '[JSON] AppProFile---- | Gets information about an app profile.------ /See:/ 'projectsInstancesAppProFilesGet' smart constructor.-data ProjectsInstancesAppProFilesGet =-  ProjectsInstancesAppProFilesGet'-    { _piapfgXgafv          :: !(Maybe Xgafv)-    , _piapfgUploadProtocol :: !(Maybe Text)-    , _piapfgAccessToken    :: !(Maybe Text)-    , _piapfgUploadType     :: !(Maybe Text)-    , _piapfgName           :: !Text-    , _piapfgCallback       :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'ProjectsInstancesAppProFilesGet' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'piapfgXgafv'------ * 'piapfgUploadProtocol'------ * 'piapfgAccessToken'------ * 'piapfgUploadType'------ * 'piapfgName'------ * 'piapfgCallback'-projectsInstancesAppProFilesGet-    :: Text -- ^ 'piapfgName'-    -> ProjectsInstancesAppProFilesGet-projectsInstancesAppProFilesGet pPiapfgName_ =-  ProjectsInstancesAppProFilesGet'-    { _piapfgXgafv = Nothing-    , _piapfgUploadProtocol = Nothing-    , _piapfgAccessToken = Nothing-    , _piapfgUploadType = Nothing-    , _piapfgName = pPiapfgName_-    , _piapfgCallback = Nothing-    }----- | V1 error format.-piapfgXgafv :: Lens' ProjectsInstancesAppProFilesGet (Maybe Xgafv)-piapfgXgafv-  = lens _piapfgXgafv (\ s a -> s{_piapfgXgafv = a})---- | Upload protocol for media (e.g. \"raw\", \"multipart\").-piapfgUploadProtocol :: Lens' ProjectsInstancesAppProFilesGet (Maybe Text)-piapfgUploadProtocol-  = lens _piapfgUploadProtocol-      (\ s a -> s{_piapfgUploadProtocol = a})---- | OAuth access token.-piapfgAccessToken :: Lens' ProjectsInstancesAppProFilesGet (Maybe Text)-piapfgAccessToken-  = lens _piapfgAccessToken-      (\ s a -> s{_piapfgAccessToken = a})---- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").-piapfgUploadType :: Lens' ProjectsInstancesAppProFilesGet (Maybe Text)-piapfgUploadType-  = lens _piapfgUploadType-      (\ s a -> s{_piapfgUploadType = a})---- | The unique name of the requested app profile. Values are of the form--- \`projects\/\/instances\/\/appProfiles\/\`.-piapfgName :: Lens' ProjectsInstancesAppProFilesGet Text-piapfgName-  = lens _piapfgName (\ s a -> s{_piapfgName = a})---- | JSONP-piapfgCallback :: Lens' ProjectsInstancesAppProFilesGet (Maybe Text)-piapfgCallback-  = lens _piapfgCallback-      (\ s a -> s{_piapfgCallback = a})--instance GoogleRequest-           ProjectsInstancesAppProFilesGet-         where-        type Rs ProjectsInstancesAppProFilesGet = AppProFile-        type Scopes ProjectsInstancesAppProFilesGet =-             '["https://www.googleapis.com/auth/bigtable.admin",-               "https://www.googleapis.com/auth/bigtable.admin.cluster",-               "https://www.googleapis.com/auth/bigtable.admin.instance",-               "https://www.googleapis.com/auth/cloud-bigtable.admin",-               "https://www.googleapis.com/auth/cloud-bigtable.admin.cluster",-               "https://www.googleapis.com/auth/cloud-platform"]-        requestClient ProjectsInstancesAppProFilesGet'{..}-          = go _piapfgName _piapfgXgafv _piapfgUploadProtocol-              _piapfgAccessToken-              _piapfgUploadType-              _piapfgCallback-              (Just AltJSON)-              bigtableAdminService-          where go-                  = buildClient-                      (Proxy ::-                         Proxy ProjectsInstancesAppProFilesGetResource)-                      mempty
− gen/Network/Google/Resource/BigtableAdmin/Projects/Instances/AppProFiles/List.hs
@@ -1,192 +0,0 @@-{-# LANGUAGE DataKinds          #-}-{-# LANGUAGE DeriveDataTypeable #-}-{-# LANGUAGE DeriveGeneric      #-}-{-# LANGUAGE FlexibleInstances  #-}-{-# LANGUAGE NoImplicitPrelude  #-}-{-# LANGUAGE OverloadedStrings  #-}-{-# LANGUAGE RecordWildCards    #-}-{-# LANGUAGE TypeFamilies       #-}-{-# LANGUAGE TypeOperators      #-}--{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}-{-# OPTIONS_GHC -fno-warn-unused-binds      #-}-{-# OPTIONS_GHC -fno-warn-unused-imports    #-}---- |--- Module      : Network.Google.Resource.BigtableAdmin.Projects.Instances.AppProFiles.List--- Copyright   : (c) 2015-2016 Brendan Hay--- License     : Mozilla Public License, v. 2.0.--- Maintainer  : Brendan Hay <brendan.g.hay@gmail.com>--- Stability   : auto-generated--- Portability : non-portable (GHC extensions)------ Lists information about app profiles in an instance.------ /See:/ <https://cloud.google.com/bigtable/ Cloud Bigtable Admin API Reference> for @bigtableadmin.projects.instances.appProfiles.list@.-module Network.Google.Resource.BigtableAdmin.Projects.Instances.AppProFiles.List-    (-    -- * REST Resource-      ProjectsInstancesAppProFilesListResource--    -- * Creating a Request-    , projectsInstancesAppProFilesList-    , ProjectsInstancesAppProFilesList--    -- * Request Lenses-    , piapflParent-    , piapflXgafv-    , piapflUploadProtocol-    , piapflAccessToken-    , piapflUploadType-    , piapflPageToken-    , piapflPageSize-    , piapflCallback-    ) where--import           Network.Google.BigtableAdmin.Types-import           Network.Google.Prelude---- | A resource alias for @bigtableadmin.projects.instances.appProfiles.list@ method which the--- 'ProjectsInstancesAppProFilesList' request conforms to.-type ProjectsInstancesAppProFilesListResource =-     "v2" :>-       Capture "parent" Text :>-         "appProfiles" :>-           QueryParam "$.xgafv" Xgafv :>-             QueryParam "upload_protocol" Text :>-               QueryParam "access_token" Text :>-                 QueryParam "uploadType" Text :>-                   QueryParam "pageToken" Text :>-                     QueryParam "pageSize" (Textual Int32) :>-                       QueryParam "callback" Text :>-                         QueryParam "alt" AltJSON :>-                           Get '[JSON] ListAppProFilesResponse---- | Lists information about app profiles in an instance.------ /See:/ 'projectsInstancesAppProFilesList' smart constructor.-data ProjectsInstancesAppProFilesList =-  ProjectsInstancesAppProFilesList'-    { _piapflParent         :: !Text-    , _piapflXgafv          :: !(Maybe Xgafv)-    , _piapflUploadProtocol :: !(Maybe Text)-    , _piapflAccessToken    :: !(Maybe Text)-    , _piapflUploadType     :: !(Maybe Text)-    , _piapflPageToken      :: !(Maybe Text)-    , _piapflPageSize       :: !(Maybe (Textual Int32))-    , _piapflCallback       :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'ProjectsInstancesAppProFilesList' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'piapflParent'------ * 'piapflXgafv'------ * 'piapflUploadProtocol'------ * 'piapflAccessToken'------ * 'piapflUploadType'------ * 'piapflPageToken'------ * 'piapflPageSize'------ * 'piapflCallback'-projectsInstancesAppProFilesList-    :: Text -- ^ 'piapflParent'-    -> ProjectsInstancesAppProFilesList-projectsInstancesAppProFilesList pPiapflParent_ =-  ProjectsInstancesAppProFilesList'-    { _piapflParent = pPiapflParent_-    , _piapflXgafv = Nothing-    , _piapflUploadProtocol = Nothing-    , _piapflAccessToken = Nothing-    , _piapflUploadType = Nothing-    , _piapflPageToken = Nothing-    , _piapflPageSize = Nothing-    , _piapflCallback = Nothing-    }----- | The unique name of the instance for which a list of app profiles is--- requested. Values are of the form \`projects\/\/instances\/\`. Use \` =--- \'-\'\` to list AppProfiles for all Instances in a project, e.g.,--- \`projects\/myproject\/instances\/-\`.-piapflParent :: Lens' ProjectsInstancesAppProFilesList Text-piapflParent-  = lens _piapflParent (\ s a -> s{_piapflParent = a})---- | V1 error format.-piapflXgafv :: Lens' ProjectsInstancesAppProFilesList (Maybe Xgafv)-piapflXgafv-  = lens _piapflXgafv (\ s a -> s{_piapflXgafv = a})---- | Upload protocol for media (e.g. \"raw\", \"multipart\").-piapflUploadProtocol :: Lens' ProjectsInstancesAppProFilesList (Maybe Text)-piapflUploadProtocol-  = lens _piapflUploadProtocol-      (\ s a -> s{_piapflUploadProtocol = a})---- | OAuth access token.-piapflAccessToken :: Lens' ProjectsInstancesAppProFilesList (Maybe Text)-piapflAccessToken-  = lens _piapflAccessToken-      (\ s a -> s{_piapflAccessToken = a})---- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").-piapflUploadType :: Lens' ProjectsInstancesAppProFilesList (Maybe Text)-piapflUploadType-  = lens _piapflUploadType-      (\ s a -> s{_piapflUploadType = a})---- | The value of \`next_page_token\` returned by a previous call.-piapflPageToken :: Lens' ProjectsInstancesAppProFilesList (Maybe Text)-piapflPageToken-  = lens _piapflPageToken-      (\ s a -> s{_piapflPageToken = a})---- | Maximum number of results per page. CURRENTLY UNIMPLEMENTED AND IGNORED.-piapflPageSize :: Lens' ProjectsInstancesAppProFilesList (Maybe Int32)-piapflPageSize-  = lens _piapflPageSize-      (\ s a -> s{_piapflPageSize = a})-      . mapping _Coerce---- | JSONP-piapflCallback :: Lens' ProjectsInstancesAppProFilesList (Maybe Text)-piapflCallback-  = lens _piapflCallback-      (\ s a -> s{_piapflCallback = a})--instance GoogleRequest-           ProjectsInstancesAppProFilesList-         where-        type Rs ProjectsInstancesAppProFilesList =-             ListAppProFilesResponse-        type Scopes ProjectsInstancesAppProFilesList =-             '["https://www.googleapis.com/auth/bigtable.admin",-               "https://www.googleapis.com/auth/bigtable.admin.cluster",-               "https://www.googleapis.com/auth/bigtable.admin.instance",-               "https://www.googleapis.com/auth/cloud-bigtable.admin",-               "https://www.googleapis.com/auth/cloud-bigtable.admin.cluster",-               "https://www.googleapis.com/auth/cloud-platform"]-        requestClient ProjectsInstancesAppProFilesList'{..}-          = go _piapflParent _piapflXgafv _piapflUploadProtocol-              _piapflAccessToken-              _piapflUploadType-              _piapflPageToken-              _piapflPageSize-              _piapflCallback-              (Just AltJSON)-              bigtableAdminService-          where go-                  = buildClient-                      (Proxy ::-                         Proxy ProjectsInstancesAppProFilesListResource)-                      mempty
− gen/Network/Google/Resource/BigtableAdmin/Projects/Instances/AppProFiles/Patch.hs
@@ -1,201 +0,0 @@-{-# LANGUAGE DataKinds          #-}-{-# LANGUAGE DeriveDataTypeable #-}-{-# LANGUAGE DeriveGeneric      #-}-{-# LANGUAGE FlexibleInstances  #-}-{-# LANGUAGE NoImplicitPrelude  #-}-{-# LANGUAGE OverloadedStrings  #-}-{-# LANGUAGE RecordWildCards    #-}-{-# LANGUAGE TypeFamilies       #-}-{-# LANGUAGE TypeOperators      #-}--{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}-{-# OPTIONS_GHC -fno-warn-unused-binds      #-}-{-# OPTIONS_GHC -fno-warn-unused-imports    #-}---- |--- Module      : Network.Google.Resource.BigtableAdmin.Projects.Instances.AppProFiles.Patch--- Copyright   : (c) 2015-2016 Brendan Hay--- License     : Mozilla Public License, v. 2.0.--- Maintainer  : Brendan Hay <brendan.g.hay@gmail.com>--- Stability   : auto-generated--- Portability : non-portable (GHC extensions)------ Updates an app profile within an instance.------ /See:/ <https://cloud.google.com/bigtable/ Cloud Bigtable Admin API Reference> for @bigtableadmin.projects.instances.appProfiles.patch@.-module Network.Google.Resource.BigtableAdmin.Projects.Instances.AppProFiles.Patch-    (-    -- * REST Resource-      ProjectsInstancesAppProFilesPatchResource--    -- * Creating a Request-    , projectsInstancesAppProFilesPatch-    , ProjectsInstancesAppProFilesPatch--    -- * Request Lenses-    , piapfpXgafv-    , piapfpUploadProtocol-    , piapfpUpdateMask-    , piapfpAccessToken-    , piapfpUploadType-    , piapfpPayload-    , piapfpIgnoreWarnings-    , piapfpName-    , piapfpCallback-    ) where--import           Network.Google.BigtableAdmin.Types-import           Network.Google.Prelude---- | A resource alias for @bigtableadmin.projects.instances.appProfiles.patch@ method which the--- 'ProjectsInstancesAppProFilesPatch' request conforms to.-type ProjectsInstancesAppProFilesPatchResource =-     "v2" :>-       Capture "name" Text :>-         QueryParam "$.xgafv" Xgafv :>-           QueryParam "upload_protocol" Text :>-             QueryParam "updateMask" GFieldMask :>-               QueryParam "access_token" Text :>-                 QueryParam "uploadType" Text :>-                   QueryParam "ignoreWarnings" Bool :>-                     QueryParam "callback" Text :>-                       QueryParam "alt" AltJSON :>-                         ReqBody '[JSON] AppProFile :> Patch '[JSON] Operation---- | Updates an app profile within an instance.------ /See:/ 'projectsInstancesAppProFilesPatch' smart constructor.-data ProjectsInstancesAppProFilesPatch =-  ProjectsInstancesAppProFilesPatch'-    { _piapfpXgafv          :: !(Maybe Xgafv)-    , _piapfpUploadProtocol :: !(Maybe Text)-    , _piapfpUpdateMask     :: !(Maybe GFieldMask)-    , _piapfpAccessToken    :: !(Maybe Text)-    , _piapfpUploadType     :: !(Maybe Text)-    , _piapfpPayload        :: !AppProFile-    , _piapfpIgnoreWarnings :: !(Maybe Bool)-    , _piapfpName           :: !Text-    , _piapfpCallback       :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'ProjectsInstancesAppProFilesPatch' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'piapfpXgafv'------ * 'piapfpUploadProtocol'------ * 'piapfpUpdateMask'------ * 'piapfpAccessToken'------ * 'piapfpUploadType'------ * 'piapfpPayload'------ * 'piapfpIgnoreWarnings'------ * 'piapfpName'------ * 'piapfpCallback'-projectsInstancesAppProFilesPatch-    :: AppProFile -- ^ 'piapfpPayload'-    -> Text -- ^ 'piapfpName'-    -> ProjectsInstancesAppProFilesPatch-projectsInstancesAppProFilesPatch pPiapfpPayload_ pPiapfpName_ =-  ProjectsInstancesAppProFilesPatch'-    { _piapfpXgafv = Nothing-    , _piapfpUploadProtocol = Nothing-    , _piapfpUpdateMask = Nothing-    , _piapfpAccessToken = Nothing-    , _piapfpUploadType = Nothing-    , _piapfpPayload = pPiapfpPayload_-    , _piapfpIgnoreWarnings = Nothing-    , _piapfpName = pPiapfpName_-    , _piapfpCallback = Nothing-    }----- | V1 error format.-piapfpXgafv :: Lens' ProjectsInstancesAppProFilesPatch (Maybe Xgafv)-piapfpXgafv-  = lens _piapfpXgafv (\ s a -> s{_piapfpXgafv = a})---- | Upload protocol for media (e.g. \"raw\", \"multipart\").-piapfpUploadProtocol :: Lens' ProjectsInstancesAppProFilesPatch (Maybe Text)-piapfpUploadProtocol-  = lens _piapfpUploadProtocol-      (\ s a -> s{_piapfpUploadProtocol = a})---- | The subset of app profile fields which should be replaced. If unset, all--- fields will be replaced.-piapfpUpdateMask :: Lens' ProjectsInstancesAppProFilesPatch (Maybe GFieldMask)-piapfpUpdateMask-  = lens _piapfpUpdateMask-      (\ s a -> s{_piapfpUpdateMask = a})---- | OAuth access token.-piapfpAccessToken :: Lens' ProjectsInstancesAppProFilesPatch (Maybe Text)-piapfpAccessToken-  = lens _piapfpAccessToken-      (\ s a -> s{_piapfpAccessToken = a})---- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").-piapfpUploadType :: Lens' ProjectsInstancesAppProFilesPatch (Maybe Text)-piapfpUploadType-  = lens _piapfpUploadType-      (\ s a -> s{_piapfpUploadType = a})---- | Multipart request metadata.-piapfpPayload :: Lens' ProjectsInstancesAppProFilesPatch AppProFile-piapfpPayload-  = lens _piapfpPayload-      (\ s a -> s{_piapfpPayload = a})---- | If true, ignore safety checks when updating the app profile.-piapfpIgnoreWarnings :: Lens' ProjectsInstancesAppProFilesPatch (Maybe Bool)-piapfpIgnoreWarnings-  = lens _piapfpIgnoreWarnings-      (\ s a -> s{_piapfpIgnoreWarnings = a})---- | (\`OutputOnly\`) The unique name of the app profile. Values are of the--- form \`projects\/\/instances\/\/appProfiles\/_a-zA-Z0-9*\`.-piapfpName :: Lens' ProjectsInstancesAppProFilesPatch Text-piapfpName-  = lens _piapfpName (\ s a -> s{_piapfpName = a})---- | JSONP-piapfpCallback :: Lens' ProjectsInstancesAppProFilesPatch (Maybe Text)-piapfpCallback-  = lens _piapfpCallback-      (\ s a -> s{_piapfpCallback = a})--instance GoogleRequest-           ProjectsInstancesAppProFilesPatch-         where-        type Rs ProjectsInstancesAppProFilesPatch = Operation-        type Scopes ProjectsInstancesAppProFilesPatch =-             '["https://www.googleapis.com/auth/bigtable.admin",-               "https://www.googleapis.com/auth/bigtable.admin.cluster",-               "https://www.googleapis.com/auth/bigtable.admin.instance",-               "https://www.googleapis.com/auth/cloud-bigtable.admin",-               "https://www.googleapis.com/auth/cloud-bigtable.admin.cluster",-               "https://www.googleapis.com/auth/cloud-platform"]-        requestClient ProjectsInstancesAppProFilesPatch'{..}-          = go _piapfpName _piapfpXgafv _piapfpUploadProtocol-              _piapfpUpdateMask-              _piapfpAccessToken-              _piapfpUploadType-              _piapfpIgnoreWarnings-              _piapfpCallback-              (Just AltJSON)-              _piapfpPayload-              bigtableAdminService-          where go-                  = buildClient-                      (Proxy ::-                         Proxy ProjectsInstancesAppProFilesPatchResource)-                      mempty
− gen/Network/Google/Resource/BigtableAdmin/Projects/Instances/Clusters/Create.hs
@@ -1,188 +0,0 @@-{-# LANGUAGE DataKinds          #-}-{-# LANGUAGE DeriveDataTypeable #-}-{-# LANGUAGE DeriveGeneric      #-}-{-# LANGUAGE FlexibleInstances  #-}-{-# LANGUAGE NoImplicitPrelude  #-}-{-# LANGUAGE OverloadedStrings  #-}-{-# LANGUAGE RecordWildCards    #-}-{-# LANGUAGE TypeFamilies       #-}-{-# LANGUAGE TypeOperators      #-}--{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}-{-# OPTIONS_GHC -fno-warn-unused-binds      #-}-{-# OPTIONS_GHC -fno-warn-unused-imports    #-}---- |--- Module      : Network.Google.Resource.BigtableAdmin.Projects.Instances.Clusters.Create--- Copyright   : (c) 2015-2016 Brendan Hay--- License     : Mozilla Public License, v. 2.0.--- Maintainer  : Brendan Hay <brendan.g.hay@gmail.com>--- Stability   : auto-generated--- Portability : non-portable (GHC extensions)------ Creates a cluster within an instance.------ /See:/ <https://cloud.google.com/bigtable/ Cloud Bigtable Admin API Reference> for @bigtableadmin.projects.instances.clusters.create@.-module Network.Google.Resource.BigtableAdmin.Projects.Instances.Clusters.Create-    (-    -- * REST Resource-      ProjectsInstancesClustersCreateResource--    -- * Creating a Request-    , projectsInstancesClustersCreate-    , ProjectsInstancesClustersCreate--    -- * Request Lenses-    , piccParent-    , piccXgafv-    , piccUploadProtocol-    , piccAccessToken-    , piccUploadType-    , piccPayload-    , piccClusterId-    , piccCallback-    ) where--import           Network.Google.BigtableAdmin.Types-import           Network.Google.Prelude---- | A resource alias for @bigtableadmin.projects.instances.clusters.create@ method which the--- 'ProjectsInstancesClustersCreate' request conforms to.-type ProjectsInstancesClustersCreateResource =-     "v2" :>-       Capture "parent" Text :>-         "clusters" :>-           QueryParam "$.xgafv" Xgafv :>-             QueryParam "upload_protocol" Text :>-               QueryParam "access_token" Text :>-                 QueryParam "uploadType" Text :>-                   QueryParam "clusterId" Text :>-                     QueryParam "callback" Text :>-                       QueryParam "alt" AltJSON :>-                         ReqBody '[JSON] Cluster :> Post '[JSON] Operation---- | Creates a cluster within an instance.------ /See:/ 'projectsInstancesClustersCreate' smart constructor.-data ProjectsInstancesClustersCreate =-  ProjectsInstancesClustersCreate'-    { _piccParent         :: !Text-    , _piccXgafv          :: !(Maybe Xgafv)-    , _piccUploadProtocol :: !(Maybe Text)-    , _piccAccessToken    :: !(Maybe Text)-    , _piccUploadType     :: !(Maybe Text)-    , _piccPayload        :: !Cluster-    , _piccClusterId      :: !(Maybe Text)-    , _piccCallback       :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'ProjectsInstancesClustersCreate' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'piccParent'------ * 'piccXgafv'------ * 'piccUploadProtocol'------ * 'piccAccessToken'------ * 'piccUploadType'------ * 'piccPayload'------ * 'piccClusterId'------ * 'piccCallback'-projectsInstancesClustersCreate-    :: Text -- ^ 'piccParent'-    -> Cluster -- ^ 'piccPayload'-    -> ProjectsInstancesClustersCreate-projectsInstancesClustersCreate pPiccParent_ pPiccPayload_ =-  ProjectsInstancesClustersCreate'-    { _piccParent = pPiccParent_-    , _piccXgafv = Nothing-    , _piccUploadProtocol = Nothing-    , _piccAccessToken = Nothing-    , _piccUploadType = Nothing-    , _piccPayload = pPiccPayload_-    , _piccClusterId = Nothing-    , _piccCallback = Nothing-    }----- | The unique name of the instance in which to create the new cluster.--- Values are of the form \`projects\/\/instances\/\`.-piccParent :: Lens' ProjectsInstancesClustersCreate Text-piccParent-  = lens _piccParent (\ s a -> s{_piccParent = a})---- | V1 error format.-piccXgafv :: Lens' ProjectsInstancesClustersCreate (Maybe Xgafv)-piccXgafv-  = lens _piccXgafv (\ s a -> s{_piccXgafv = a})---- | Upload protocol for media (e.g. \"raw\", \"multipart\").-piccUploadProtocol :: Lens' ProjectsInstancesClustersCreate (Maybe Text)-piccUploadProtocol-  = lens _piccUploadProtocol-      (\ s a -> s{_piccUploadProtocol = a})---- | OAuth access token.-piccAccessToken :: Lens' ProjectsInstancesClustersCreate (Maybe Text)-piccAccessToken-  = lens _piccAccessToken-      (\ s a -> s{_piccAccessToken = a})---- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").-piccUploadType :: Lens' ProjectsInstancesClustersCreate (Maybe Text)-piccUploadType-  = lens _piccUploadType-      (\ s a -> s{_piccUploadType = a})---- | Multipart request metadata.-piccPayload :: Lens' ProjectsInstancesClustersCreate Cluster-piccPayload-  = lens _piccPayload (\ s a -> s{_piccPayload = a})---- | The ID to be used when referring to the new cluster within its instance,--- e.g., just \`mycluster\` rather than--- \`projects\/myproject\/instances\/myinstance\/clusters\/mycluster\`.-piccClusterId :: Lens' ProjectsInstancesClustersCreate (Maybe Text)-piccClusterId-  = lens _piccClusterId-      (\ s a -> s{_piccClusterId = a})---- | JSONP-piccCallback :: Lens' ProjectsInstancesClustersCreate (Maybe Text)-piccCallback-  = lens _piccCallback (\ s a -> s{_piccCallback = a})--instance GoogleRequest-           ProjectsInstancesClustersCreate-         where-        type Rs ProjectsInstancesClustersCreate = Operation-        type Scopes ProjectsInstancesClustersCreate =-             '["https://www.googleapis.com/auth/bigtable.admin",-               "https://www.googleapis.com/auth/bigtable.admin.cluster",-               "https://www.googleapis.com/auth/bigtable.admin.instance",-               "https://www.googleapis.com/auth/cloud-bigtable.admin",-               "https://www.googleapis.com/auth/cloud-bigtable.admin.cluster",-               "https://www.googleapis.com/auth/cloud-platform"]-        requestClient ProjectsInstancesClustersCreate'{..}-          = go _piccParent _piccXgafv _piccUploadProtocol-              _piccAccessToken-              _piccUploadType-              _piccClusterId-              _piccCallback-              (Just AltJSON)-              _piccPayload-              bigtableAdminService-          where go-                  = buildClient-                      (Proxy ::-                         Proxy ProjectsInstancesClustersCreateResource)-                      mempty
− gen/Network/Google/Resource/BigtableAdmin/Projects/Instances/Clusters/Delete.hs
@@ -1,158 +0,0 @@-{-# LANGUAGE DataKinds          #-}-{-# LANGUAGE DeriveDataTypeable #-}-{-# LANGUAGE DeriveGeneric      #-}-{-# LANGUAGE FlexibleInstances  #-}-{-# LANGUAGE NoImplicitPrelude  #-}-{-# LANGUAGE OverloadedStrings  #-}-{-# LANGUAGE RecordWildCards    #-}-{-# LANGUAGE TypeFamilies       #-}-{-# LANGUAGE TypeOperators      #-}--{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}-{-# OPTIONS_GHC -fno-warn-unused-binds      #-}-{-# OPTIONS_GHC -fno-warn-unused-imports    #-}---- |--- Module      : Network.Google.Resource.BigtableAdmin.Projects.Instances.Clusters.Delete--- Copyright   : (c) 2015-2016 Brendan Hay--- License     : Mozilla Public License, v. 2.0.--- Maintainer  : Brendan Hay <brendan.g.hay@gmail.com>--- Stability   : auto-generated--- Portability : non-portable (GHC extensions)------ Deletes a cluster from an instance.------ /See:/ <https://cloud.google.com/bigtable/ Cloud Bigtable Admin API Reference> for @bigtableadmin.projects.instances.clusters.delete@.-module Network.Google.Resource.BigtableAdmin.Projects.Instances.Clusters.Delete-    (-    -- * REST Resource-      ProjectsInstancesClustersDeleteResource--    -- * Creating a Request-    , projectsInstancesClustersDelete-    , ProjectsInstancesClustersDelete--    -- * Request Lenses-    , picdXgafv-    , picdUploadProtocol-    , picdAccessToken-    , picdUploadType-    , picdName-    , picdCallback-    ) where--import           Network.Google.BigtableAdmin.Types-import           Network.Google.Prelude---- | A resource alias for @bigtableadmin.projects.instances.clusters.delete@ method which the--- 'ProjectsInstancesClustersDelete' request conforms to.-type ProjectsInstancesClustersDeleteResource =-     "v2" :>-       Capture "name" Text :>-         QueryParam "$.xgafv" Xgafv :>-           QueryParam "upload_protocol" Text :>-             QueryParam "access_token" Text :>-               QueryParam "uploadType" Text :>-                 QueryParam "callback" Text :>-                   QueryParam "alt" AltJSON :> Delete '[JSON] Empty---- | Deletes a cluster from an instance.------ /See:/ 'projectsInstancesClustersDelete' smart constructor.-data ProjectsInstancesClustersDelete =-  ProjectsInstancesClustersDelete'-    { _picdXgafv          :: !(Maybe Xgafv)-    , _picdUploadProtocol :: !(Maybe Text)-    , _picdAccessToken    :: !(Maybe Text)-    , _picdUploadType     :: !(Maybe Text)-    , _picdName           :: !Text-    , _picdCallback       :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'ProjectsInstancesClustersDelete' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'picdXgafv'------ * 'picdUploadProtocol'------ * 'picdAccessToken'------ * 'picdUploadType'------ * 'picdName'------ * 'picdCallback'-projectsInstancesClustersDelete-    :: Text -- ^ 'picdName'-    -> ProjectsInstancesClustersDelete-projectsInstancesClustersDelete pPicdName_ =-  ProjectsInstancesClustersDelete'-    { _picdXgafv = Nothing-    , _picdUploadProtocol = Nothing-    , _picdAccessToken = Nothing-    , _picdUploadType = Nothing-    , _picdName = pPicdName_-    , _picdCallback = Nothing-    }----- | V1 error format.-picdXgafv :: Lens' ProjectsInstancesClustersDelete (Maybe Xgafv)-picdXgafv-  = lens _picdXgafv (\ s a -> s{_picdXgafv = a})---- | Upload protocol for media (e.g. \"raw\", \"multipart\").-picdUploadProtocol :: Lens' ProjectsInstancesClustersDelete (Maybe Text)-picdUploadProtocol-  = lens _picdUploadProtocol-      (\ s a -> s{_picdUploadProtocol = a})---- | OAuth access token.-picdAccessToken :: Lens' ProjectsInstancesClustersDelete (Maybe Text)-picdAccessToken-  = lens _picdAccessToken-      (\ s a -> s{_picdAccessToken = a})---- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").-picdUploadType :: Lens' ProjectsInstancesClustersDelete (Maybe Text)-picdUploadType-  = lens _picdUploadType-      (\ s a -> s{_picdUploadType = a})---- | The unique name of the cluster to be deleted. Values are of the form--- \`projects\/\/instances\/\/clusters\/\`.-picdName :: Lens' ProjectsInstancesClustersDelete Text-picdName = lens _picdName (\ s a -> s{_picdName = a})---- | JSONP-picdCallback :: Lens' ProjectsInstancesClustersDelete (Maybe Text)-picdCallback-  = lens _picdCallback (\ s a -> s{_picdCallback = a})--instance GoogleRequest-           ProjectsInstancesClustersDelete-         where-        type Rs ProjectsInstancesClustersDelete = Empty-        type Scopes ProjectsInstancesClustersDelete =-             '["https://www.googleapis.com/auth/bigtable.admin",-               "https://www.googleapis.com/auth/bigtable.admin.cluster",-               "https://www.googleapis.com/auth/bigtable.admin.instance",-               "https://www.googleapis.com/auth/cloud-bigtable.admin",-               "https://www.googleapis.com/auth/cloud-bigtable.admin.cluster",-               "https://www.googleapis.com/auth/cloud-platform"]-        requestClient ProjectsInstancesClustersDelete'{..}-          = go _picdName _picdXgafv _picdUploadProtocol-              _picdAccessToken-              _picdUploadType-              _picdCallback-              (Just AltJSON)-              bigtableAdminService-          where go-                  = buildClient-                      (Proxy ::-                         Proxy ProjectsInstancesClustersDeleteResource)-                      mempty
− gen/Network/Google/Resource/BigtableAdmin/Projects/Instances/Clusters/Get.hs
@@ -1,157 +0,0 @@-{-# LANGUAGE DataKinds          #-}-{-# LANGUAGE DeriveDataTypeable #-}-{-# LANGUAGE DeriveGeneric      #-}-{-# LANGUAGE FlexibleInstances  #-}-{-# LANGUAGE NoImplicitPrelude  #-}-{-# LANGUAGE OverloadedStrings  #-}-{-# LANGUAGE RecordWildCards    #-}-{-# LANGUAGE TypeFamilies       #-}-{-# LANGUAGE TypeOperators      #-}--{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}-{-# OPTIONS_GHC -fno-warn-unused-binds      #-}-{-# OPTIONS_GHC -fno-warn-unused-imports    #-}---- |--- Module      : Network.Google.Resource.BigtableAdmin.Projects.Instances.Clusters.Get--- Copyright   : (c) 2015-2016 Brendan Hay--- License     : Mozilla Public License, v. 2.0.--- Maintainer  : Brendan Hay <brendan.g.hay@gmail.com>--- Stability   : auto-generated--- Portability : non-portable (GHC extensions)------ Gets information about a cluster.------ /See:/ <https://cloud.google.com/bigtable/ Cloud Bigtable Admin API Reference> for @bigtableadmin.projects.instances.clusters.get@.-module Network.Google.Resource.BigtableAdmin.Projects.Instances.Clusters.Get-    (-    -- * REST Resource-      ProjectsInstancesClustersGetResource--    -- * Creating a Request-    , projectsInstancesClustersGet-    , ProjectsInstancesClustersGet--    -- * Request Lenses-    , picgXgafv-    , picgUploadProtocol-    , picgAccessToken-    , picgUploadType-    , picgName-    , picgCallback-    ) where--import           Network.Google.BigtableAdmin.Types-import           Network.Google.Prelude---- | A resource alias for @bigtableadmin.projects.instances.clusters.get@ method which the--- 'ProjectsInstancesClustersGet' request conforms to.-type ProjectsInstancesClustersGetResource =-     "v2" :>-       Capture "name" Text :>-         QueryParam "$.xgafv" Xgafv :>-           QueryParam "upload_protocol" Text :>-             QueryParam "access_token" Text :>-               QueryParam "uploadType" Text :>-                 QueryParam "callback" Text :>-                   QueryParam "alt" AltJSON :> Get '[JSON] Cluster---- | Gets information about a cluster.------ /See:/ 'projectsInstancesClustersGet' smart constructor.-data ProjectsInstancesClustersGet =-  ProjectsInstancesClustersGet'-    { _picgXgafv          :: !(Maybe Xgafv)-    , _picgUploadProtocol :: !(Maybe Text)-    , _picgAccessToken    :: !(Maybe Text)-    , _picgUploadType     :: !(Maybe Text)-    , _picgName           :: !Text-    , _picgCallback       :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'ProjectsInstancesClustersGet' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'picgXgafv'------ * 'picgUploadProtocol'------ * 'picgAccessToken'------ * 'picgUploadType'------ * 'picgName'------ * 'picgCallback'-projectsInstancesClustersGet-    :: Text -- ^ 'picgName'-    -> ProjectsInstancesClustersGet-projectsInstancesClustersGet pPicgName_ =-  ProjectsInstancesClustersGet'-    { _picgXgafv = Nothing-    , _picgUploadProtocol = Nothing-    , _picgAccessToken = Nothing-    , _picgUploadType = Nothing-    , _picgName = pPicgName_-    , _picgCallback = Nothing-    }----- | V1 error format.-picgXgafv :: Lens' ProjectsInstancesClustersGet (Maybe Xgafv)-picgXgafv-  = lens _picgXgafv (\ s a -> s{_picgXgafv = a})---- | Upload protocol for media (e.g. \"raw\", \"multipart\").-picgUploadProtocol :: Lens' ProjectsInstancesClustersGet (Maybe Text)-picgUploadProtocol-  = lens _picgUploadProtocol-      (\ s a -> s{_picgUploadProtocol = a})---- | OAuth access token.-picgAccessToken :: Lens' ProjectsInstancesClustersGet (Maybe Text)-picgAccessToken-  = lens _picgAccessToken-      (\ s a -> s{_picgAccessToken = a})---- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").-picgUploadType :: Lens' ProjectsInstancesClustersGet (Maybe Text)-picgUploadType-  = lens _picgUploadType-      (\ s a -> s{_picgUploadType = a})---- | The unique name of the requested cluster. Values are of the form--- \`projects\/\/instances\/\/clusters\/\`.-picgName :: Lens' ProjectsInstancesClustersGet Text-picgName = lens _picgName (\ s a -> s{_picgName = a})---- | JSONP-picgCallback :: Lens' ProjectsInstancesClustersGet (Maybe Text)-picgCallback-  = lens _picgCallback (\ s a -> s{_picgCallback = a})--instance GoogleRequest ProjectsInstancesClustersGet-         where-        type Rs ProjectsInstancesClustersGet = Cluster-        type Scopes ProjectsInstancesClustersGet =-             '["https://www.googleapis.com/auth/bigtable.admin",-               "https://www.googleapis.com/auth/bigtable.admin.cluster",-               "https://www.googleapis.com/auth/bigtable.admin.instance",-               "https://www.googleapis.com/auth/cloud-bigtable.admin",-               "https://www.googleapis.com/auth/cloud-bigtable.admin.cluster",-               "https://www.googleapis.com/auth/cloud-platform",-               "https://www.googleapis.com/auth/cloud-platform.read-only"]-        requestClient ProjectsInstancesClustersGet'{..}-          = go _picgName _picgXgafv _picgUploadProtocol-              _picgAccessToken-              _picgUploadType-              _picgCallback-              (Just AltJSON)-              bigtableAdminService-          where go-                  = buildClient-                      (Proxy :: Proxy ProjectsInstancesClustersGetResource)-                      mempty
− gen/Network/Google/Resource/BigtableAdmin/Projects/Instances/Clusters/List.hs
@@ -1,177 +0,0 @@-{-# LANGUAGE DataKinds          #-}-{-# LANGUAGE DeriveDataTypeable #-}-{-# LANGUAGE DeriveGeneric      #-}-{-# LANGUAGE FlexibleInstances  #-}-{-# LANGUAGE NoImplicitPrelude  #-}-{-# LANGUAGE OverloadedStrings  #-}-{-# LANGUAGE RecordWildCards    #-}-{-# LANGUAGE TypeFamilies       #-}-{-# LANGUAGE TypeOperators      #-}--{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}-{-# OPTIONS_GHC -fno-warn-unused-binds      #-}-{-# OPTIONS_GHC -fno-warn-unused-imports    #-}---- |--- Module      : Network.Google.Resource.BigtableAdmin.Projects.Instances.Clusters.List--- Copyright   : (c) 2015-2016 Brendan Hay--- License     : Mozilla Public License, v. 2.0.--- Maintainer  : Brendan Hay <brendan.g.hay@gmail.com>--- Stability   : auto-generated--- Portability : non-portable (GHC extensions)------ Lists information about clusters in an instance.------ /See:/ <https://cloud.google.com/bigtable/ Cloud Bigtable Admin API Reference> for @bigtableadmin.projects.instances.clusters.list@.-module Network.Google.Resource.BigtableAdmin.Projects.Instances.Clusters.List-    (-    -- * REST Resource-      ProjectsInstancesClustersListResource--    -- * Creating a Request-    , projectsInstancesClustersList-    , ProjectsInstancesClustersList--    -- * Request Lenses-    , piclParent-    , piclXgafv-    , piclUploadProtocol-    , piclAccessToken-    , piclUploadType-    , piclPageToken-    , piclCallback-    ) where--import           Network.Google.BigtableAdmin.Types-import           Network.Google.Prelude---- | A resource alias for @bigtableadmin.projects.instances.clusters.list@ method which the--- 'ProjectsInstancesClustersList' request conforms to.-type ProjectsInstancesClustersListResource =-     "v2" :>-       Capture "parent" Text :>-         "clusters" :>-           QueryParam "$.xgafv" Xgafv :>-             QueryParam "upload_protocol" Text :>-               QueryParam "access_token" Text :>-                 QueryParam "uploadType" Text :>-                   QueryParam "pageToken" Text :>-                     QueryParam "callback" Text :>-                       QueryParam "alt" AltJSON :>-                         Get '[JSON] ListClustersResponse---- | Lists information about clusters in an instance.------ /See:/ 'projectsInstancesClustersList' smart constructor.-data ProjectsInstancesClustersList =-  ProjectsInstancesClustersList'-    { _piclParent         :: !Text-    , _piclXgafv          :: !(Maybe Xgafv)-    , _piclUploadProtocol :: !(Maybe Text)-    , _piclAccessToken    :: !(Maybe Text)-    , _piclUploadType     :: !(Maybe Text)-    , _piclPageToken      :: !(Maybe Text)-    , _piclCallback       :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'ProjectsInstancesClustersList' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'piclParent'------ * 'piclXgafv'------ * 'piclUploadProtocol'------ * 'piclAccessToken'------ * 'piclUploadType'------ * 'piclPageToken'------ * 'piclCallback'-projectsInstancesClustersList-    :: Text -- ^ 'piclParent'-    -> ProjectsInstancesClustersList-projectsInstancesClustersList pPiclParent_ =-  ProjectsInstancesClustersList'-    { _piclParent = pPiclParent_-    , _piclXgafv = Nothing-    , _piclUploadProtocol = Nothing-    , _piclAccessToken = Nothing-    , _piclUploadType = Nothing-    , _piclPageToken = Nothing-    , _piclCallback = Nothing-    }----- | The unique name of the instance for which a list of clusters is--- requested. Values are of the form \`projects\/\/instances\/\`. Use \` =--- \'-\'\` to list Clusters for all Instances in a project, e.g.,--- \`projects\/myproject\/instances\/-\`.-piclParent :: Lens' ProjectsInstancesClustersList Text-piclParent-  = lens _piclParent (\ s a -> s{_piclParent = a})---- | V1 error format.-piclXgafv :: Lens' ProjectsInstancesClustersList (Maybe Xgafv)-piclXgafv-  = lens _piclXgafv (\ s a -> s{_piclXgafv = a})---- | Upload protocol for media (e.g. \"raw\", \"multipart\").-piclUploadProtocol :: Lens' ProjectsInstancesClustersList (Maybe Text)-piclUploadProtocol-  = lens _piclUploadProtocol-      (\ s a -> s{_piclUploadProtocol = a})---- | OAuth access token.-piclAccessToken :: Lens' ProjectsInstancesClustersList (Maybe Text)-piclAccessToken-  = lens _piclAccessToken-      (\ s a -> s{_piclAccessToken = a})---- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").-piclUploadType :: Lens' ProjectsInstancesClustersList (Maybe Text)-piclUploadType-  = lens _piclUploadType-      (\ s a -> s{_piclUploadType = a})---- | DEPRECATED: This field is unused and ignored.-piclPageToken :: Lens' ProjectsInstancesClustersList (Maybe Text)-piclPageToken-  = lens _piclPageToken-      (\ s a -> s{_piclPageToken = a})---- | JSONP-piclCallback :: Lens' ProjectsInstancesClustersList (Maybe Text)-piclCallback-  = lens _piclCallback (\ s a -> s{_piclCallback = a})--instance GoogleRequest ProjectsInstancesClustersList-         where-        type Rs ProjectsInstancesClustersList =-             ListClustersResponse-        type Scopes ProjectsInstancesClustersList =-             '["https://www.googleapis.com/auth/bigtable.admin",-               "https://www.googleapis.com/auth/bigtable.admin.cluster",-               "https://www.googleapis.com/auth/bigtable.admin.instance",-               "https://www.googleapis.com/auth/cloud-bigtable.admin",-               "https://www.googleapis.com/auth/cloud-bigtable.admin.cluster",-               "https://www.googleapis.com/auth/cloud-platform",-               "https://www.googleapis.com/auth/cloud-platform.read-only"]-        requestClient ProjectsInstancesClustersList'{..}-          = go _piclParent _piclXgafv _piclUploadProtocol-              _piclAccessToken-              _piclUploadType-              _piclPageToken-              _piclCallback-              (Just AltJSON)-              bigtableAdminService-          where go-                  = buildClient-                      (Proxy ::-                         Proxy ProjectsInstancesClustersListResource)-                      mempty
− gen/Network/Google/Resource/BigtableAdmin/Projects/Instances/Clusters/Update.hs
@@ -1,171 +0,0 @@-{-# LANGUAGE DataKinds          #-}-{-# LANGUAGE DeriveDataTypeable #-}-{-# LANGUAGE DeriveGeneric      #-}-{-# LANGUAGE FlexibleInstances  #-}-{-# LANGUAGE NoImplicitPrelude  #-}-{-# LANGUAGE OverloadedStrings  #-}-{-# LANGUAGE RecordWildCards    #-}-{-# LANGUAGE TypeFamilies       #-}-{-# LANGUAGE TypeOperators      #-}--{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}-{-# OPTIONS_GHC -fno-warn-unused-binds      #-}-{-# OPTIONS_GHC -fno-warn-unused-imports    #-}---- |--- Module      : Network.Google.Resource.BigtableAdmin.Projects.Instances.Clusters.Update--- Copyright   : (c) 2015-2016 Brendan Hay--- License     : Mozilla Public License, v. 2.0.--- Maintainer  : Brendan Hay <brendan.g.hay@gmail.com>--- Stability   : auto-generated--- Portability : non-portable (GHC extensions)------ Updates a cluster within an instance.------ /See:/ <https://cloud.google.com/bigtable/ Cloud Bigtable Admin API Reference> for @bigtableadmin.projects.instances.clusters.update@.-module Network.Google.Resource.BigtableAdmin.Projects.Instances.Clusters.Update-    (-    -- * REST Resource-      ProjectsInstancesClustersUpdateResource--    -- * Creating a Request-    , projectsInstancesClustersUpdate-    , ProjectsInstancesClustersUpdate--    -- * Request Lenses-    , picuXgafv-    , picuUploadProtocol-    , picuAccessToken-    , picuUploadType-    , picuPayload-    , picuName-    , picuCallback-    ) where--import           Network.Google.BigtableAdmin.Types-import           Network.Google.Prelude---- | A resource alias for @bigtableadmin.projects.instances.clusters.update@ method which the--- 'ProjectsInstancesClustersUpdate' request conforms to.-type ProjectsInstancesClustersUpdateResource =-     "v2" :>-       Capture "name" Text :>-         QueryParam "$.xgafv" Xgafv :>-           QueryParam "upload_protocol" Text :>-             QueryParam "access_token" Text :>-               QueryParam "uploadType" Text :>-                 QueryParam "callback" Text :>-                   QueryParam "alt" AltJSON :>-                     ReqBody '[JSON] Cluster :> Put '[JSON] Operation---- | Updates a cluster within an instance.------ /See:/ 'projectsInstancesClustersUpdate' smart constructor.-data ProjectsInstancesClustersUpdate =-  ProjectsInstancesClustersUpdate'-    { _picuXgafv          :: !(Maybe Xgafv)-    , _picuUploadProtocol :: !(Maybe Text)-    , _picuAccessToken    :: !(Maybe Text)-    , _picuUploadType     :: !(Maybe Text)-    , _picuPayload        :: !Cluster-    , _picuName           :: !Text-    , _picuCallback       :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'ProjectsInstancesClustersUpdate' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'picuXgafv'------ * 'picuUploadProtocol'------ * 'picuAccessToken'------ * 'picuUploadType'------ * 'picuPayload'------ * 'picuName'------ * 'picuCallback'-projectsInstancesClustersUpdate-    :: Cluster -- ^ 'picuPayload'-    -> Text -- ^ 'picuName'-    -> ProjectsInstancesClustersUpdate-projectsInstancesClustersUpdate pPicuPayload_ pPicuName_ =-  ProjectsInstancesClustersUpdate'-    { _picuXgafv = Nothing-    , _picuUploadProtocol = Nothing-    , _picuAccessToken = Nothing-    , _picuUploadType = Nothing-    , _picuPayload = pPicuPayload_-    , _picuName = pPicuName_-    , _picuCallback = Nothing-    }----- | V1 error format.-picuXgafv :: Lens' ProjectsInstancesClustersUpdate (Maybe Xgafv)-picuXgafv-  = lens _picuXgafv (\ s a -> s{_picuXgafv = a})---- | Upload protocol for media (e.g. \"raw\", \"multipart\").-picuUploadProtocol :: Lens' ProjectsInstancesClustersUpdate (Maybe Text)-picuUploadProtocol-  = lens _picuUploadProtocol-      (\ s a -> s{_picuUploadProtocol = a})---- | OAuth access token.-picuAccessToken :: Lens' ProjectsInstancesClustersUpdate (Maybe Text)-picuAccessToken-  = lens _picuAccessToken-      (\ s a -> s{_picuAccessToken = a})---- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").-picuUploadType :: Lens' ProjectsInstancesClustersUpdate (Maybe Text)-picuUploadType-  = lens _picuUploadType-      (\ s a -> s{_picuUploadType = a})---- | Multipart request metadata.-picuPayload :: Lens' ProjectsInstancesClustersUpdate Cluster-picuPayload-  = lens _picuPayload (\ s a -> s{_picuPayload = a})---- | (\`OutputOnly\`) The unique name of the cluster. Values are of the form--- \`projects\/\/instances\/\/clusters\/a-z*\`.-picuName :: Lens' ProjectsInstancesClustersUpdate Text-picuName = lens _picuName (\ s a -> s{_picuName = a})---- | JSONP-picuCallback :: Lens' ProjectsInstancesClustersUpdate (Maybe Text)-picuCallback-  = lens _picuCallback (\ s a -> s{_picuCallback = a})--instance GoogleRequest-           ProjectsInstancesClustersUpdate-         where-        type Rs ProjectsInstancesClustersUpdate = Operation-        type Scopes ProjectsInstancesClustersUpdate =-             '["https://www.googleapis.com/auth/bigtable.admin",-               "https://www.googleapis.com/auth/bigtable.admin.cluster",-               "https://www.googleapis.com/auth/bigtable.admin.instance",-               "https://www.googleapis.com/auth/cloud-bigtable.admin",-               "https://www.googleapis.com/auth/cloud-bigtable.admin.cluster",-               "https://www.googleapis.com/auth/cloud-platform"]-        requestClient ProjectsInstancesClustersUpdate'{..}-          = go _picuName _picuXgafv _picuUploadProtocol-              _picuAccessToken-              _picuUploadType-              _picuCallback-              (Just AltJSON)-              _picuPayload-              bigtableAdminService-          where go-                  = buildClient-                      (Proxy ::-                         Proxy ProjectsInstancesClustersUpdateResource)-                      mempty
− gen/Network/Google/Resource/BigtableAdmin/Projects/Instances/Create.hs
@@ -1,170 +0,0 @@-{-# LANGUAGE DataKinds          #-}-{-# LANGUAGE DeriveDataTypeable #-}-{-# LANGUAGE DeriveGeneric      #-}-{-# LANGUAGE FlexibleInstances  #-}-{-# LANGUAGE NoImplicitPrelude  #-}-{-# LANGUAGE OverloadedStrings  #-}-{-# LANGUAGE RecordWildCards    #-}-{-# LANGUAGE TypeFamilies       #-}-{-# LANGUAGE TypeOperators      #-}--{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}-{-# OPTIONS_GHC -fno-warn-unused-binds      #-}-{-# OPTIONS_GHC -fno-warn-unused-imports    #-}---- |--- Module      : Network.Google.Resource.BigtableAdmin.Projects.Instances.Create--- Copyright   : (c) 2015-2016 Brendan Hay--- License     : Mozilla Public License, v. 2.0.--- Maintainer  : Brendan Hay <brendan.g.hay@gmail.com>--- Stability   : auto-generated--- Portability : non-portable (GHC extensions)------ Create an instance within a project.------ /See:/ <https://cloud.google.com/bigtable/ Cloud Bigtable Admin API Reference> for @bigtableadmin.projects.instances.create@.-module Network.Google.Resource.BigtableAdmin.Projects.Instances.Create-    (-    -- * REST Resource-      ProjectsInstancesCreateResource--    -- * Creating a Request-    , projectsInstancesCreate-    , ProjectsInstancesCreate--    -- * Request Lenses-    , picParent-    , picXgafv-    , picUploadProtocol-    , picAccessToken-    , picUploadType-    , picPayload-    , picCallback-    ) where--import           Network.Google.BigtableAdmin.Types-import           Network.Google.Prelude---- | A resource alias for @bigtableadmin.projects.instances.create@ method which the--- 'ProjectsInstancesCreate' request conforms to.-type ProjectsInstancesCreateResource =-     "v2" :>-       Capture "parent" Text :>-         "instances" :>-           QueryParam "$.xgafv" Xgafv :>-             QueryParam "upload_protocol" Text :>-               QueryParam "access_token" Text :>-                 QueryParam "uploadType" Text :>-                   QueryParam "callback" Text :>-                     QueryParam "alt" AltJSON :>-                       ReqBody '[JSON] CreateInstanceRequest :>-                         Post '[JSON] Operation---- | Create an instance within a project.------ /See:/ 'projectsInstancesCreate' smart constructor.-data ProjectsInstancesCreate =-  ProjectsInstancesCreate'-    { _picParent         :: !Text-    , _picXgafv          :: !(Maybe Xgafv)-    , _picUploadProtocol :: !(Maybe Text)-    , _picAccessToken    :: !(Maybe Text)-    , _picUploadType     :: !(Maybe Text)-    , _picPayload        :: !CreateInstanceRequest-    , _picCallback       :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'ProjectsInstancesCreate' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'picParent'------ * 'picXgafv'------ * 'picUploadProtocol'------ * 'picAccessToken'------ * 'picUploadType'------ * 'picPayload'------ * 'picCallback'-projectsInstancesCreate-    :: Text -- ^ 'picParent'-    -> CreateInstanceRequest -- ^ 'picPayload'-    -> ProjectsInstancesCreate-projectsInstancesCreate pPicParent_ pPicPayload_ =-  ProjectsInstancesCreate'-    { _picParent = pPicParent_-    , _picXgafv = Nothing-    , _picUploadProtocol = Nothing-    , _picAccessToken = Nothing-    , _picUploadType = Nothing-    , _picPayload = pPicPayload_-    , _picCallback = Nothing-    }----- | The unique name of the project in which to create the new instance.--- Values are of the form \`projects\/\`.-picParent :: Lens' ProjectsInstancesCreate Text-picParent-  = lens _picParent (\ s a -> s{_picParent = a})---- | V1 error format.-picXgafv :: Lens' ProjectsInstancesCreate (Maybe Xgafv)-picXgafv = lens _picXgafv (\ s a -> s{_picXgafv = a})---- | Upload protocol for media (e.g. \"raw\", \"multipart\").-picUploadProtocol :: Lens' ProjectsInstancesCreate (Maybe Text)-picUploadProtocol-  = lens _picUploadProtocol-      (\ s a -> s{_picUploadProtocol = a})---- | OAuth access token.-picAccessToken :: Lens' ProjectsInstancesCreate (Maybe Text)-picAccessToken-  = lens _picAccessToken-      (\ s a -> s{_picAccessToken = a})---- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").-picUploadType :: Lens' ProjectsInstancesCreate (Maybe Text)-picUploadType-  = lens _picUploadType-      (\ s a -> s{_picUploadType = a})---- | Multipart request metadata.-picPayload :: Lens' ProjectsInstancesCreate CreateInstanceRequest-picPayload-  = lens _picPayload (\ s a -> s{_picPayload = a})---- | JSONP-picCallback :: Lens' ProjectsInstancesCreate (Maybe Text)-picCallback-  = lens _picCallback (\ s a -> s{_picCallback = a})--instance GoogleRequest ProjectsInstancesCreate where-        type Rs ProjectsInstancesCreate = Operation-        type Scopes ProjectsInstancesCreate =-             '["https://www.googleapis.com/auth/bigtable.admin",-               "https://www.googleapis.com/auth/bigtable.admin.cluster",-               "https://www.googleapis.com/auth/bigtable.admin.instance",-               "https://www.googleapis.com/auth/cloud-bigtable.admin",-               "https://www.googleapis.com/auth/cloud-bigtable.admin.cluster",-               "https://www.googleapis.com/auth/cloud-platform"]-        requestClient ProjectsInstancesCreate'{..}-          = go _picParent _picXgafv _picUploadProtocol-              _picAccessToken-              _picUploadType-              _picCallback-              (Just AltJSON)-              _picPayload-              bigtableAdminService-          where go-                  = buildClient-                      (Proxy :: Proxy ProjectsInstancesCreateResource)-                      mempty
− gen/Network/Google/Resource/BigtableAdmin/Projects/Instances/Delete.hs
@@ -1,154 +0,0 @@-{-# LANGUAGE DataKinds          #-}-{-# LANGUAGE DeriveDataTypeable #-}-{-# LANGUAGE DeriveGeneric      #-}-{-# LANGUAGE FlexibleInstances  #-}-{-# LANGUAGE NoImplicitPrelude  #-}-{-# LANGUAGE OverloadedStrings  #-}-{-# LANGUAGE RecordWildCards    #-}-{-# LANGUAGE TypeFamilies       #-}-{-# LANGUAGE TypeOperators      #-}--{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}-{-# OPTIONS_GHC -fno-warn-unused-binds      #-}-{-# OPTIONS_GHC -fno-warn-unused-imports    #-}---- |--- Module      : Network.Google.Resource.BigtableAdmin.Projects.Instances.Delete--- Copyright   : (c) 2015-2016 Brendan Hay--- License     : Mozilla Public License, v. 2.0.--- Maintainer  : Brendan Hay <brendan.g.hay@gmail.com>--- Stability   : auto-generated--- Portability : non-portable (GHC extensions)------ Delete an instance from a project.------ /See:/ <https://cloud.google.com/bigtable/ Cloud Bigtable Admin API Reference> for @bigtableadmin.projects.instances.delete@.-module Network.Google.Resource.BigtableAdmin.Projects.Instances.Delete-    (-    -- * REST Resource-      ProjectsInstancesDeleteResource--    -- * Creating a Request-    , projectsInstancesDelete-    , ProjectsInstancesDelete--    -- * Request Lenses-    , pidXgafv-    , pidUploadProtocol-    , pidAccessToken-    , pidUploadType-    , pidName-    , pidCallback-    ) where--import           Network.Google.BigtableAdmin.Types-import           Network.Google.Prelude---- | A resource alias for @bigtableadmin.projects.instances.delete@ method which the--- 'ProjectsInstancesDelete' request conforms to.-type ProjectsInstancesDeleteResource =-     "v2" :>-       Capture "name" Text :>-         QueryParam "$.xgafv" Xgafv :>-           QueryParam "upload_protocol" Text :>-             QueryParam "access_token" Text :>-               QueryParam "uploadType" Text :>-                 QueryParam "callback" Text :>-                   QueryParam "alt" AltJSON :> Delete '[JSON] Empty---- | Delete an instance from a project.------ /See:/ 'projectsInstancesDelete' smart constructor.-data ProjectsInstancesDelete =-  ProjectsInstancesDelete'-    { _pidXgafv          :: !(Maybe Xgafv)-    , _pidUploadProtocol :: !(Maybe Text)-    , _pidAccessToken    :: !(Maybe Text)-    , _pidUploadType     :: !(Maybe Text)-    , _pidName           :: !Text-    , _pidCallback       :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'ProjectsInstancesDelete' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'pidXgafv'------ * 'pidUploadProtocol'------ * 'pidAccessToken'------ * 'pidUploadType'------ * 'pidName'------ * 'pidCallback'-projectsInstancesDelete-    :: Text -- ^ 'pidName'-    -> ProjectsInstancesDelete-projectsInstancesDelete pPidName_ =-  ProjectsInstancesDelete'-    { _pidXgafv = Nothing-    , _pidUploadProtocol = Nothing-    , _pidAccessToken = Nothing-    , _pidUploadType = Nothing-    , _pidName = pPidName_-    , _pidCallback = Nothing-    }----- | V1 error format.-pidXgafv :: Lens' ProjectsInstancesDelete (Maybe Xgafv)-pidXgafv = lens _pidXgafv (\ s a -> s{_pidXgafv = a})---- | Upload protocol for media (e.g. \"raw\", \"multipart\").-pidUploadProtocol :: Lens' ProjectsInstancesDelete (Maybe Text)-pidUploadProtocol-  = lens _pidUploadProtocol-      (\ s a -> s{_pidUploadProtocol = a})---- | OAuth access token.-pidAccessToken :: Lens' ProjectsInstancesDelete (Maybe Text)-pidAccessToken-  = lens _pidAccessToken-      (\ s a -> s{_pidAccessToken = a})---- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").-pidUploadType :: Lens' ProjectsInstancesDelete (Maybe Text)-pidUploadType-  = lens _pidUploadType-      (\ s a -> s{_pidUploadType = a})---- | The unique name of the instance to be deleted. Values are of the form--- \`projects\/\/instances\/\`.-pidName :: Lens' ProjectsInstancesDelete Text-pidName = lens _pidName (\ s a -> s{_pidName = a})---- | JSONP-pidCallback :: Lens' ProjectsInstancesDelete (Maybe Text)-pidCallback-  = lens _pidCallback (\ s a -> s{_pidCallback = a})--instance GoogleRequest ProjectsInstancesDelete where-        type Rs ProjectsInstancesDelete = Empty-        type Scopes ProjectsInstancesDelete =-             '["https://www.googleapis.com/auth/bigtable.admin",-               "https://www.googleapis.com/auth/bigtable.admin.cluster",-               "https://www.googleapis.com/auth/bigtable.admin.instance",-               "https://www.googleapis.com/auth/cloud-bigtable.admin",-               "https://www.googleapis.com/auth/cloud-bigtable.admin.cluster",-               "https://www.googleapis.com/auth/cloud-platform"]-        requestClient ProjectsInstancesDelete'{..}-          = go _pidName _pidXgafv _pidUploadProtocol-              _pidAccessToken-              _pidUploadType-              _pidCallback-              (Just AltJSON)-              bigtableAdminService-          where go-                  = buildClient-                      (Proxy :: Proxy ProjectsInstancesDeleteResource)-                      mempty
− gen/Network/Google/Resource/BigtableAdmin/Projects/Instances/Get.hs
@@ -1,155 +0,0 @@-{-# LANGUAGE DataKinds          #-}-{-# LANGUAGE DeriveDataTypeable #-}-{-# LANGUAGE DeriveGeneric      #-}-{-# LANGUAGE FlexibleInstances  #-}-{-# LANGUAGE NoImplicitPrelude  #-}-{-# LANGUAGE OverloadedStrings  #-}-{-# LANGUAGE RecordWildCards    #-}-{-# LANGUAGE TypeFamilies       #-}-{-# LANGUAGE TypeOperators      #-}--{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}-{-# OPTIONS_GHC -fno-warn-unused-binds      #-}-{-# OPTIONS_GHC -fno-warn-unused-imports    #-}---- |--- Module      : Network.Google.Resource.BigtableAdmin.Projects.Instances.Get--- Copyright   : (c) 2015-2016 Brendan Hay--- License     : Mozilla Public License, v. 2.0.--- Maintainer  : Brendan Hay <brendan.g.hay@gmail.com>--- Stability   : auto-generated--- Portability : non-portable (GHC extensions)------ Gets information about an instance.------ /See:/ <https://cloud.google.com/bigtable/ Cloud Bigtable Admin API Reference> for @bigtableadmin.projects.instances.get@.-module Network.Google.Resource.BigtableAdmin.Projects.Instances.Get-    (-    -- * REST Resource-      ProjectsInstancesGetResource--    -- * Creating a Request-    , projectsInstancesGet-    , ProjectsInstancesGet--    -- * Request Lenses-    , pigXgafv-    , pigUploadProtocol-    , pigAccessToken-    , pigUploadType-    , pigName-    , pigCallback-    ) where--import           Network.Google.BigtableAdmin.Types-import           Network.Google.Prelude---- | A resource alias for @bigtableadmin.projects.instances.get@ method which the--- 'ProjectsInstancesGet' request conforms to.-type ProjectsInstancesGetResource =-     "v2" :>-       Capture "name" Text :>-         QueryParam "$.xgafv" Xgafv :>-           QueryParam "upload_protocol" Text :>-             QueryParam "access_token" Text :>-               QueryParam "uploadType" Text :>-                 QueryParam "callback" Text :>-                   QueryParam "alt" AltJSON :> Get '[JSON] Instance---- | Gets information about an instance.------ /See:/ 'projectsInstancesGet' smart constructor.-data ProjectsInstancesGet =-  ProjectsInstancesGet'-    { _pigXgafv          :: !(Maybe Xgafv)-    , _pigUploadProtocol :: !(Maybe Text)-    , _pigAccessToken    :: !(Maybe Text)-    , _pigUploadType     :: !(Maybe Text)-    , _pigName           :: !Text-    , _pigCallback       :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'ProjectsInstancesGet' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'pigXgafv'------ * 'pigUploadProtocol'------ * 'pigAccessToken'------ * 'pigUploadType'------ * 'pigName'------ * 'pigCallback'-projectsInstancesGet-    :: Text -- ^ 'pigName'-    -> ProjectsInstancesGet-projectsInstancesGet pPigName_ =-  ProjectsInstancesGet'-    { _pigXgafv = Nothing-    , _pigUploadProtocol = Nothing-    , _pigAccessToken = Nothing-    , _pigUploadType = Nothing-    , _pigName = pPigName_-    , _pigCallback = Nothing-    }----- | V1 error format.-pigXgafv :: Lens' ProjectsInstancesGet (Maybe Xgafv)-pigXgafv = lens _pigXgafv (\ s a -> s{_pigXgafv = a})---- | Upload protocol for media (e.g. \"raw\", \"multipart\").-pigUploadProtocol :: Lens' ProjectsInstancesGet (Maybe Text)-pigUploadProtocol-  = lens _pigUploadProtocol-      (\ s a -> s{_pigUploadProtocol = a})---- | OAuth access token.-pigAccessToken :: Lens' ProjectsInstancesGet (Maybe Text)-pigAccessToken-  = lens _pigAccessToken-      (\ s a -> s{_pigAccessToken = a})---- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").-pigUploadType :: Lens' ProjectsInstancesGet (Maybe Text)-pigUploadType-  = lens _pigUploadType-      (\ s a -> s{_pigUploadType = a})---- | The unique name of the requested instance. Values are of the form--- \`projects\/\/instances\/\`.-pigName :: Lens' ProjectsInstancesGet Text-pigName = lens _pigName (\ s a -> s{_pigName = a})---- | JSONP-pigCallback :: Lens' ProjectsInstancesGet (Maybe Text)-pigCallback-  = lens _pigCallback (\ s a -> s{_pigCallback = a})--instance GoogleRequest ProjectsInstancesGet where-        type Rs ProjectsInstancesGet = Instance-        type Scopes ProjectsInstancesGet =-             '["https://www.googleapis.com/auth/bigtable.admin",-               "https://www.googleapis.com/auth/bigtable.admin.cluster",-               "https://www.googleapis.com/auth/bigtable.admin.instance",-               "https://www.googleapis.com/auth/cloud-bigtable.admin",-               "https://www.googleapis.com/auth/cloud-bigtable.admin.cluster",-               "https://www.googleapis.com/auth/cloud-platform",-               "https://www.googleapis.com/auth/cloud-platform.read-only"]-        requestClient ProjectsInstancesGet'{..}-          = go _pigName _pigXgafv _pigUploadProtocol-              _pigAccessToken-              _pigUploadType-              _pigCallback-              (Just AltJSON)-              bigtableAdminService-          where go-                  = buildClient-                      (Proxy :: Proxy ProjectsInstancesGetResource)-                      mempty
− gen/Network/Google/Resource/BigtableAdmin/Projects/Instances/GetIAMPolicy.hs
@@ -1,176 +0,0 @@-{-# LANGUAGE DataKinds          #-}-{-# LANGUAGE DeriveDataTypeable #-}-{-# LANGUAGE DeriveGeneric      #-}-{-# LANGUAGE FlexibleInstances  #-}-{-# LANGUAGE NoImplicitPrelude  #-}-{-# LANGUAGE OverloadedStrings  #-}-{-# LANGUAGE RecordWildCards    #-}-{-# LANGUAGE TypeFamilies       #-}-{-# LANGUAGE TypeOperators      #-}--{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}-{-# OPTIONS_GHC -fno-warn-unused-binds      #-}-{-# OPTIONS_GHC -fno-warn-unused-imports    #-}---- |--- Module      : Network.Google.Resource.BigtableAdmin.Projects.Instances.GetIAMPolicy--- Copyright   : (c) 2015-2016 Brendan Hay--- License     : Mozilla Public License, v. 2.0.--- Maintainer  : Brendan Hay <brendan.g.hay@gmail.com>--- Stability   : auto-generated--- Portability : non-portable (GHC extensions)------ Gets the access control policy for an instance resource. Returns an--- empty policy if an instance exists but does not have a policy set.------ /See:/ <https://cloud.google.com/bigtable/ Cloud Bigtable Admin API Reference> for @bigtableadmin.projects.instances.getIamPolicy@.-module Network.Google.Resource.BigtableAdmin.Projects.Instances.GetIAMPolicy-    (-    -- * REST Resource-      ProjectsInstancesGetIAMPolicyResource--    -- * Creating a Request-    , projectsInstancesGetIAMPolicy-    , ProjectsInstancesGetIAMPolicy--    -- * Request Lenses-    , pigipXgafv-    , pigipUploadProtocol-    , pigipAccessToken-    , pigipUploadType-    , pigipPayload-    , pigipResource-    , pigipCallback-    ) where--import           Network.Google.BigtableAdmin.Types-import           Network.Google.Prelude---- | A resource alias for @bigtableadmin.projects.instances.getIamPolicy@ method which the--- 'ProjectsInstancesGetIAMPolicy' request conforms to.-type ProjectsInstancesGetIAMPolicyResource =-     "v2" :>-       CaptureMode "resource" "getIamPolicy" Text :>-         QueryParam "$.xgafv" Xgafv :>-           QueryParam "upload_protocol" Text :>-             QueryParam "access_token" Text :>-               QueryParam "uploadType" Text :>-                 QueryParam "callback" Text :>-                   QueryParam "alt" AltJSON :>-                     ReqBody '[JSON] GetIAMPolicyRequest :>-                       Post '[JSON] Policy---- | Gets the access control policy for an instance resource. Returns an--- empty policy if an instance exists but does not have a policy set.------ /See:/ 'projectsInstancesGetIAMPolicy' smart constructor.-data ProjectsInstancesGetIAMPolicy =-  ProjectsInstancesGetIAMPolicy'-    { _pigipXgafv          :: !(Maybe Xgafv)-    , _pigipUploadProtocol :: !(Maybe Text)-    , _pigipAccessToken    :: !(Maybe Text)-    , _pigipUploadType     :: !(Maybe Text)-    , _pigipPayload        :: !GetIAMPolicyRequest-    , _pigipResource       :: !Text-    , _pigipCallback       :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'ProjectsInstancesGetIAMPolicy' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'pigipXgafv'------ * 'pigipUploadProtocol'------ * 'pigipAccessToken'------ * 'pigipUploadType'------ * 'pigipPayload'------ * 'pigipResource'------ * 'pigipCallback'-projectsInstancesGetIAMPolicy-    :: GetIAMPolicyRequest -- ^ 'pigipPayload'-    -> Text -- ^ 'pigipResource'-    -> ProjectsInstancesGetIAMPolicy-projectsInstancesGetIAMPolicy pPigipPayload_ pPigipResource_ =-  ProjectsInstancesGetIAMPolicy'-    { _pigipXgafv = Nothing-    , _pigipUploadProtocol = Nothing-    , _pigipAccessToken = Nothing-    , _pigipUploadType = Nothing-    , _pigipPayload = pPigipPayload_-    , _pigipResource = pPigipResource_-    , _pigipCallback = Nothing-    }----- | V1 error format.-pigipXgafv :: Lens' ProjectsInstancesGetIAMPolicy (Maybe Xgafv)-pigipXgafv-  = lens _pigipXgafv (\ s a -> s{_pigipXgafv = a})---- | Upload protocol for media (e.g. \"raw\", \"multipart\").-pigipUploadProtocol :: Lens' ProjectsInstancesGetIAMPolicy (Maybe Text)-pigipUploadProtocol-  = lens _pigipUploadProtocol-      (\ s a -> s{_pigipUploadProtocol = a})---- | OAuth access token.-pigipAccessToken :: Lens' ProjectsInstancesGetIAMPolicy (Maybe Text)-pigipAccessToken-  = lens _pigipAccessToken-      (\ s a -> s{_pigipAccessToken = a})---- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").-pigipUploadType :: Lens' ProjectsInstancesGetIAMPolicy (Maybe Text)-pigipUploadType-  = lens _pigipUploadType-      (\ s a -> s{_pigipUploadType = a})---- | Multipart request metadata.-pigipPayload :: Lens' ProjectsInstancesGetIAMPolicy GetIAMPolicyRequest-pigipPayload-  = lens _pigipPayload (\ s a -> s{_pigipPayload = a})---- | REQUIRED: The resource for which the policy is being requested. See the--- operation documentation for the appropriate value for this field.-pigipResource :: Lens' ProjectsInstancesGetIAMPolicy Text-pigipResource-  = lens _pigipResource-      (\ s a -> s{_pigipResource = a})---- | JSONP-pigipCallback :: Lens' ProjectsInstancesGetIAMPolicy (Maybe Text)-pigipCallback-  = lens _pigipCallback-      (\ s a -> s{_pigipCallback = a})--instance GoogleRequest ProjectsInstancesGetIAMPolicy-         where-        type Rs ProjectsInstancesGetIAMPolicy = Policy-        type Scopes ProjectsInstancesGetIAMPolicy =-             '["https://www.googleapis.com/auth/bigtable.admin",-               "https://www.googleapis.com/auth/bigtable.admin.cluster",-               "https://www.googleapis.com/auth/bigtable.admin.instance",-               "https://www.googleapis.com/auth/cloud-bigtable.admin",-               "https://www.googleapis.com/auth/cloud-bigtable.admin.cluster",-               "https://www.googleapis.com/auth/cloud-platform"]-        requestClient ProjectsInstancesGetIAMPolicy'{..}-          = go _pigipResource _pigipXgafv _pigipUploadProtocol-              _pigipAccessToken-              _pigipUploadType-              _pigipCallback-              (Just AltJSON)-              _pigipPayload-              bigtableAdminService-          where go-                  = buildClient-                      (Proxy ::-                         Proxy ProjectsInstancesGetIAMPolicyResource)-                      mempty
− gen/Network/Google/Resource/BigtableAdmin/Projects/Instances/List.hs
@@ -1,170 +0,0 @@-{-# LANGUAGE DataKinds          #-}-{-# LANGUAGE DeriveDataTypeable #-}-{-# LANGUAGE DeriveGeneric      #-}-{-# LANGUAGE FlexibleInstances  #-}-{-# LANGUAGE NoImplicitPrelude  #-}-{-# LANGUAGE OverloadedStrings  #-}-{-# LANGUAGE RecordWildCards    #-}-{-# LANGUAGE TypeFamilies       #-}-{-# LANGUAGE TypeOperators      #-}--{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}-{-# OPTIONS_GHC -fno-warn-unused-binds      #-}-{-# OPTIONS_GHC -fno-warn-unused-imports    #-}---- |--- Module      : Network.Google.Resource.BigtableAdmin.Projects.Instances.List--- Copyright   : (c) 2015-2016 Brendan Hay--- License     : Mozilla Public License, v. 2.0.--- Maintainer  : Brendan Hay <brendan.g.hay@gmail.com>--- Stability   : auto-generated--- Portability : non-portable (GHC extensions)------ Lists information about instances in a project.------ /See:/ <https://cloud.google.com/bigtable/ Cloud Bigtable Admin API Reference> for @bigtableadmin.projects.instances.list@.-module Network.Google.Resource.BigtableAdmin.Projects.Instances.List-    (-    -- * REST Resource-      ProjectsInstancesListResource--    -- * Creating a Request-    , projectsInstancesList-    , ProjectsInstancesList--    -- * Request Lenses-    , pilParent-    , pilXgafv-    , pilUploadProtocol-    , pilAccessToken-    , pilUploadType-    , pilPageToken-    , pilCallback-    ) where--import           Network.Google.BigtableAdmin.Types-import           Network.Google.Prelude---- | A resource alias for @bigtableadmin.projects.instances.list@ method which the--- 'ProjectsInstancesList' request conforms to.-type ProjectsInstancesListResource =-     "v2" :>-       Capture "parent" Text :>-         "instances" :>-           QueryParam "$.xgafv" Xgafv :>-             QueryParam "upload_protocol" Text :>-               QueryParam "access_token" Text :>-                 QueryParam "uploadType" Text :>-                   QueryParam "pageToken" Text :>-                     QueryParam "callback" Text :>-                       QueryParam "alt" AltJSON :>-                         Get '[JSON] ListInstancesResponse---- | Lists information about instances in a project.------ /See:/ 'projectsInstancesList' smart constructor.-data ProjectsInstancesList =-  ProjectsInstancesList'-    { _pilParent         :: !Text-    , _pilXgafv          :: !(Maybe Xgafv)-    , _pilUploadProtocol :: !(Maybe Text)-    , _pilAccessToken    :: !(Maybe Text)-    , _pilUploadType     :: !(Maybe Text)-    , _pilPageToken      :: !(Maybe Text)-    , _pilCallback       :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'ProjectsInstancesList' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'pilParent'------ * 'pilXgafv'------ * 'pilUploadProtocol'------ * 'pilAccessToken'------ * 'pilUploadType'------ * 'pilPageToken'------ * 'pilCallback'-projectsInstancesList-    :: Text -- ^ 'pilParent'-    -> ProjectsInstancesList-projectsInstancesList pPilParent_ =-  ProjectsInstancesList'-    { _pilParent = pPilParent_-    , _pilXgafv = Nothing-    , _pilUploadProtocol = Nothing-    , _pilAccessToken = Nothing-    , _pilUploadType = Nothing-    , _pilPageToken = Nothing-    , _pilCallback = Nothing-    }----- | The unique name of the project for which a list of instances is--- requested. Values are of the form \`projects\/\`.-pilParent :: Lens' ProjectsInstancesList Text-pilParent-  = lens _pilParent (\ s a -> s{_pilParent = a})---- | V1 error format.-pilXgafv :: Lens' ProjectsInstancesList (Maybe Xgafv)-pilXgafv = lens _pilXgafv (\ s a -> s{_pilXgafv = a})---- | Upload protocol for media (e.g. \"raw\", \"multipart\").-pilUploadProtocol :: Lens' ProjectsInstancesList (Maybe Text)-pilUploadProtocol-  = lens _pilUploadProtocol-      (\ s a -> s{_pilUploadProtocol = a})---- | OAuth access token.-pilAccessToken :: Lens' ProjectsInstancesList (Maybe Text)-pilAccessToken-  = lens _pilAccessToken-      (\ s a -> s{_pilAccessToken = a})---- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").-pilUploadType :: Lens' ProjectsInstancesList (Maybe Text)-pilUploadType-  = lens _pilUploadType-      (\ s a -> s{_pilUploadType = a})---- | DEPRECATED: This field is unused and ignored.-pilPageToken :: Lens' ProjectsInstancesList (Maybe Text)-pilPageToken-  = lens _pilPageToken (\ s a -> s{_pilPageToken = a})---- | JSONP-pilCallback :: Lens' ProjectsInstancesList (Maybe Text)-pilCallback-  = lens _pilCallback (\ s a -> s{_pilCallback = a})--instance GoogleRequest ProjectsInstancesList where-        type Rs ProjectsInstancesList = ListInstancesResponse-        type Scopes ProjectsInstancesList =-             '["https://www.googleapis.com/auth/bigtable.admin",-               "https://www.googleapis.com/auth/bigtable.admin.cluster",-               "https://www.googleapis.com/auth/bigtable.admin.instance",-               "https://www.googleapis.com/auth/cloud-bigtable.admin",-               "https://www.googleapis.com/auth/cloud-bigtable.admin.cluster",-               "https://www.googleapis.com/auth/cloud-platform",-               "https://www.googleapis.com/auth/cloud-platform.read-only"]-        requestClient ProjectsInstancesList'{..}-          = go _pilParent _pilXgafv _pilUploadProtocol-              _pilAccessToken-              _pilUploadType-              _pilPageToken-              _pilCallback-              (Just AltJSON)-              bigtableAdminService-          where go-                  = buildClient-                      (Proxy :: Proxy ProjectsInstancesListResource)-                      mempty
− gen/Network/Google/Resource/BigtableAdmin/Projects/Instances/PartialUpdateInstance.hs
@@ -1,193 +0,0 @@-{-# LANGUAGE DataKinds          #-}-{-# LANGUAGE DeriveDataTypeable #-}-{-# LANGUAGE DeriveGeneric      #-}-{-# LANGUAGE FlexibleInstances  #-}-{-# LANGUAGE NoImplicitPrelude  #-}-{-# LANGUAGE OverloadedStrings  #-}-{-# LANGUAGE RecordWildCards    #-}-{-# LANGUAGE TypeFamilies       #-}-{-# LANGUAGE TypeOperators      #-}--{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}-{-# OPTIONS_GHC -fno-warn-unused-binds      #-}-{-# OPTIONS_GHC -fno-warn-unused-imports    #-}---- |--- Module      : Network.Google.Resource.BigtableAdmin.Projects.Instances.PartialUpdateInstance--- Copyright   : (c) 2015-2016 Brendan Hay--- License     : Mozilla Public License, v. 2.0.--- Maintainer  : Brendan Hay <brendan.g.hay@gmail.com>--- Stability   : auto-generated--- Portability : non-portable (GHC extensions)------ Partially updates an instance within a project. This method can modify--- all fields of an Instance and is the preferred way to update an--- Instance.------ /See:/ <https://cloud.google.com/bigtable/ Cloud Bigtable Admin API Reference> for @bigtableadmin.projects.instances.partialUpdateInstance@.-module Network.Google.Resource.BigtableAdmin.Projects.Instances.PartialUpdateInstance-    (-    -- * REST Resource-      ProjectsInstancesPartialUpdateInstanceResource--    -- * Creating a Request-    , projectsInstancesPartialUpdateInstance-    , ProjectsInstancesPartialUpdateInstance--    -- * Request Lenses-    , pipuiXgafv-    , pipuiUploadProtocol-    , pipuiUpdateMask-    , pipuiAccessToken-    , pipuiUploadType-    , pipuiPayload-    , pipuiName-    , pipuiCallback-    ) where--import           Network.Google.BigtableAdmin.Types-import           Network.Google.Prelude---- | A resource alias for @bigtableadmin.projects.instances.partialUpdateInstance@ method which the--- 'ProjectsInstancesPartialUpdateInstance' request conforms to.-type ProjectsInstancesPartialUpdateInstanceResource =-     "v2" :>-       Capture "name" Text :>-         QueryParam "$.xgafv" Xgafv :>-           QueryParam "upload_protocol" Text :>-             QueryParam "updateMask" GFieldMask :>-               QueryParam "access_token" Text :>-                 QueryParam "uploadType" Text :>-                   QueryParam "callback" Text :>-                     QueryParam "alt" AltJSON :>-                       ReqBody '[JSON] Instance :> Patch '[JSON] Operation---- | Partially updates an instance within a project. This method can modify--- all fields of an Instance and is the preferred way to update an--- Instance.------ /See:/ 'projectsInstancesPartialUpdateInstance' smart constructor.-data ProjectsInstancesPartialUpdateInstance =-  ProjectsInstancesPartialUpdateInstance'-    { _pipuiXgafv          :: !(Maybe Xgafv)-    , _pipuiUploadProtocol :: !(Maybe Text)-    , _pipuiUpdateMask     :: !(Maybe GFieldMask)-    , _pipuiAccessToken    :: !(Maybe Text)-    , _pipuiUploadType     :: !(Maybe Text)-    , _pipuiPayload        :: !Instance-    , _pipuiName           :: !Text-    , _pipuiCallback       :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'ProjectsInstancesPartialUpdateInstance' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'pipuiXgafv'------ * 'pipuiUploadProtocol'------ * 'pipuiUpdateMask'------ * 'pipuiAccessToken'------ * 'pipuiUploadType'------ * 'pipuiPayload'------ * 'pipuiName'------ * 'pipuiCallback'-projectsInstancesPartialUpdateInstance-    :: Instance -- ^ 'pipuiPayload'-    -> Text -- ^ 'pipuiName'-    -> ProjectsInstancesPartialUpdateInstance-projectsInstancesPartialUpdateInstance pPipuiPayload_ pPipuiName_ =-  ProjectsInstancesPartialUpdateInstance'-    { _pipuiXgafv = Nothing-    , _pipuiUploadProtocol = Nothing-    , _pipuiUpdateMask = Nothing-    , _pipuiAccessToken = Nothing-    , _pipuiUploadType = Nothing-    , _pipuiPayload = pPipuiPayload_-    , _pipuiName = pPipuiName_-    , _pipuiCallback = Nothing-    }----- | V1 error format.-pipuiXgafv :: Lens' ProjectsInstancesPartialUpdateInstance (Maybe Xgafv)-pipuiXgafv-  = lens _pipuiXgafv (\ s a -> s{_pipuiXgafv = a})---- | Upload protocol for media (e.g. \"raw\", \"multipart\").-pipuiUploadProtocol :: Lens' ProjectsInstancesPartialUpdateInstance (Maybe Text)-pipuiUploadProtocol-  = lens _pipuiUploadProtocol-      (\ s a -> s{_pipuiUploadProtocol = a})---- | The subset of Instance fields which should be replaced. Must be--- explicitly set.-pipuiUpdateMask :: Lens' ProjectsInstancesPartialUpdateInstance (Maybe GFieldMask)-pipuiUpdateMask-  = lens _pipuiUpdateMask-      (\ s a -> s{_pipuiUpdateMask = a})---- | OAuth access token.-pipuiAccessToken :: Lens' ProjectsInstancesPartialUpdateInstance (Maybe Text)-pipuiAccessToken-  = lens _pipuiAccessToken-      (\ s a -> s{_pipuiAccessToken = a})---- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").-pipuiUploadType :: Lens' ProjectsInstancesPartialUpdateInstance (Maybe Text)-pipuiUploadType-  = lens _pipuiUploadType-      (\ s a -> s{_pipuiUploadType = a})---- | Multipart request metadata.-pipuiPayload :: Lens' ProjectsInstancesPartialUpdateInstance Instance-pipuiPayload-  = lens _pipuiPayload (\ s a -> s{_pipuiPayload = a})---- | (\`OutputOnly\`) The unique name of the instance. Values are of the form--- \`projects\/\/instances\/a-z+[a-z0-9]\`.-pipuiName :: Lens' ProjectsInstancesPartialUpdateInstance Text-pipuiName-  = lens _pipuiName (\ s a -> s{_pipuiName = a})---- | JSONP-pipuiCallback :: Lens' ProjectsInstancesPartialUpdateInstance (Maybe Text)-pipuiCallback-  = lens _pipuiCallback-      (\ s a -> s{_pipuiCallback = a})--instance GoogleRequest-           ProjectsInstancesPartialUpdateInstance-         where-        type Rs ProjectsInstancesPartialUpdateInstance =-             Operation-        type Scopes ProjectsInstancesPartialUpdateInstance =-             '["https://www.googleapis.com/auth/bigtable.admin",-               "https://www.googleapis.com/auth/bigtable.admin.cluster",-               "https://www.googleapis.com/auth/bigtable.admin.instance",-               "https://www.googleapis.com/auth/cloud-bigtable.admin",-               "https://www.googleapis.com/auth/cloud-bigtable.admin.cluster",-               "https://www.googleapis.com/auth/cloud-platform"]-        requestClient-          ProjectsInstancesPartialUpdateInstance'{..}-          = go _pipuiName _pipuiXgafv _pipuiUploadProtocol-              _pipuiUpdateMask-              _pipuiAccessToken-              _pipuiUploadType-              _pipuiCallback-              (Just AltJSON)-              _pipuiPayload-              bigtableAdminService-          where go-                  = buildClient-                      (Proxy ::-                         Proxy ProjectsInstancesPartialUpdateInstanceResource)-                      mempty
− gen/Network/Google/Resource/BigtableAdmin/Projects/Instances/SetIAMPolicy.hs
@@ -1,176 +0,0 @@-{-# LANGUAGE DataKinds          #-}-{-# LANGUAGE DeriveDataTypeable #-}-{-# LANGUAGE DeriveGeneric      #-}-{-# LANGUAGE FlexibleInstances  #-}-{-# LANGUAGE NoImplicitPrelude  #-}-{-# LANGUAGE OverloadedStrings  #-}-{-# LANGUAGE RecordWildCards    #-}-{-# LANGUAGE TypeFamilies       #-}-{-# LANGUAGE TypeOperators      #-}--{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}-{-# OPTIONS_GHC -fno-warn-unused-binds      #-}-{-# OPTIONS_GHC -fno-warn-unused-imports    #-}---- |--- Module      : Network.Google.Resource.BigtableAdmin.Projects.Instances.SetIAMPolicy--- Copyright   : (c) 2015-2016 Brendan Hay--- License     : Mozilla Public License, v. 2.0.--- Maintainer  : Brendan Hay <brendan.g.hay@gmail.com>--- Stability   : auto-generated--- Portability : non-portable (GHC extensions)------ Sets the access control policy on an instance resource. Replaces any--- existing policy.------ /See:/ <https://cloud.google.com/bigtable/ Cloud Bigtable Admin API Reference> for @bigtableadmin.projects.instances.setIamPolicy@.-module Network.Google.Resource.BigtableAdmin.Projects.Instances.SetIAMPolicy-    (-    -- * REST Resource-      ProjectsInstancesSetIAMPolicyResource--    -- * Creating a Request-    , projectsInstancesSetIAMPolicy-    , ProjectsInstancesSetIAMPolicy--    -- * Request Lenses-    , pisipXgafv-    , pisipUploadProtocol-    , pisipAccessToken-    , pisipUploadType-    , pisipPayload-    , pisipResource-    , pisipCallback-    ) where--import           Network.Google.BigtableAdmin.Types-import           Network.Google.Prelude---- | A resource alias for @bigtableadmin.projects.instances.setIamPolicy@ method which the--- 'ProjectsInstancesSetIAMPolicy' request conforms to.-type ProjectsInstancesSetIAMPolicyResource =-     "v2" :>-       CaptureMode "resource" "setIamPolicy" Text :>-         QueryParam "$.xgafv" Xgafv :>-           QueryParam "upload_protocol" Text :>-             QueryParam "access_token" Text :>-               QueryParam "uploadType" Text :>-                 QueryParam "callback" Text :>-                   QueryParam "alt" AltJSON :>-                     ReqBody '[JSON] SetIAMPolicyRequest :>-                       Post '[JSON] Policy---- | Sets the access control policy on an instance resource. Replaces any--- existing policy.------ /See:/ 'projectsInstancesSetIAMPolicy' smart constructor.-data ProjectsInstancesSetIAMPolicy =-  ProjectsInstancesSetIAMPolicy'-    { _pisipXgafv          :: !(Maybe Xgafv)-    , _pisipUploadProtocol :: !(Maybe Text)-    , _pisipAccessToken    :: !(Maybe Text)-    , _pisipUploadType     :: !(Maybe Text)-    , _pisipPayload        :: !SetIAMPolicyRequest-    , _pisipResource       :: !Text-    , _pisipCallback       :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'ProjectsInstancesSetIAMPolicy' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'pisipXgafv'------ * 'pisipUploadProtocol'------ * 'pisipAccessToken'------ * 'pisipUploadType'------ * 'pisipPayload'------ * 'pisipResource'------ * 'pisipCallback'-projectsInstancesSetIAMPolicy-    :: SetIAMPolicyRequest -- ^ 'pisipPayload'-    -> Text -- ^ 'pisipResource'-    -> ProjectsInstancesSetIAMPolicy-projectsInstancesSetIAMPolicy pPisipPayload_ pPisipResource_ =-  ProjectsInstancesSetIAMPolicy'-    { _pisipXgafv = Nothing-    , _pisipUploadProtocol = Nothing-    , _pisipAccessToken = Nothing-    , _pisipUploadType = Nothing-    , _pisipPayload = pPisipPayload_-    , _pisipResource = pPisipResource_-    , _pisipCallback = Nothing-    }----- | V1 error format.-pisipXgafv :: Lens' ProjectsInstancesSetIAMPolicy (Maybe Xgafv)-pisipXgafv-  = lens _pisipXgafv (\ s a -> s{_pisipXgafv = a})---- | Upload protocol for media (e.g. \"raw\", \"multipart\").-pisipUploadProtocol :: Lens' ProjectsInstancesSetIAMPolicy (Maybe Text)-pisipUploadProtocol-  = lens _pisipUploadProtocol-      (\ s a -> s{_pisipUploadProtocol = a})---- | OAuth access token.-pisipAccessToken :: Lens' ProjectsInstancesSetIAMPolicy (Maybe Text)-pisipAccessToken-  = lens _pisipAccessToken-      (\ s a -> s{_pisipAccessToken = a})---- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").-pisipUploadType :: Lens' ProjectsInstancesSetIAMPolicy (Maybe Text)-pisipUploadType-  = lens _pisipUploadType-      (\ s a -> s{_pisipUploadType = a})---- | Multipart request metadata.-pisipPayload :: Lens' ProjectsInstancesSetIAMPolicy SetIAMPolicyRequest-pisipPayload-  = lens _pisipPayload (\ s a -> s{_pisipPayload = a})---- | REQUIRED: The resource for which the policy is being specified. See the--- operation documentation for the appropriate value for this field.-pisipResource :: Lens' ProjectsInstancesSetIAMPolicy Text-pisipResource-  = lens _pisipResource-      (\ s a -> s{_pisipResource = a})---- | JSONP-pisipCallback :: Lens' ProjectsInstancesSetIAMPolicy (Maybe Text)-pisipCallback-  = lens _pisipCallback-      (\ s a -> s{_pisipCallback = a})--instance GoogleRequest ProjectsInstancesSetIAMPolicy-         where-        type Rs ProjectsInstancesSetIAMPolicy = Policy-        type Scopes ProjectsInstancesSetIAMPolicy =-             '["https://www.googleapis.com/auth/bigtable.admin",-               "https://www.googleapis.com/auth/bigtable.admin.cluster",-               "https://www.googleapis.com/auth/bigtable.admin.instance",-               "https://www.googleapis.com/auth/cloud-bigtable.admin",-               "https://www.googleapis.com/auth/cloud-bigtable.admin.cluster",-               "https://www.googleapis.com/auth/cloud-platform"]-        requestClient ProjectsInstancesSetIAMPolicy'{..}-          = go _pisipResource _pisipXgafv _pisipUploadProtocol-              _pisipAccessToken-              _pisipUploadType-              _pisipCallback-              (Just AltJSON)-              _pisipPayload-              bigtableAdminService-          where go-                  = buildClient-                      (Proxy ::-                         Proxy ProjectsInstancesSetIAMPolicyResource)-                      mempty
− gen/Network/Google/Resource/BigtableAdmin/Projects/Instances/Tables/CheckConsistency.hs
@@ -1,182 +0,0 @@-{-# LANGUAGE DataKinds          #-}-{-# LANGUAGE DeriveDataTypeable #-}-{-# LANGUAGE DeriveGeneric      #-}-{-# LANGUAGE FlexibleInstances  #-}-{-# LANGUAGE NoImplicitPrelude  #-}-{-# LANGUAGE OverloadedStrings  #-}-{-# LANGUAGE RecordWildCards    #-}-{-# LANGUAGE TypeFamilies       #-}-{-# LANGUAGE TypeOperators      #-}--{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}-{-# OPTIONS_GHC -fno-warn-unused-binds      #-}-{-# OPTIONS_GHC -fno-warn-unused-imports    #-}---- |--- Module      : Network.Google.Resource.BigtableAdmin.Projects.Instances.Tables.CheckConsistency--- Copyright   : (c) 2015-2016 Brendan Hay--- License     : Mozilla Public License, v. 2.0.--- Maintainer  : Brendan Hay <brendan.g.hay@gmail.com>--- Stability   : auto-generated--- Portability : non-portable (GHC extensions)------ Checks replication consistency based on a consistency token, that is, if--- replication has caught up based on the conditions specified in the token--- and the check request.------ /See:/ <https://cloud.google.com/bigtable/ Cloud Bigtable Admin API Reference> for @bigtableadmin.projects.instances.tables.checkConsistency@.-module Network.Google.Resource.BigtableAdmin.Projects.Instances.Tables.CheckConsistency-    (-    -- * REST Resource-      ProjectsInstancesTablesCheckConsistencyResource--    -- * Creating a Request-    , projectsInstancesTablesCheckConsistency-    , ProjectsInstancesTablesCheckConsistency--    -- * Request Lenses-    , pitccXgafv-    , pitccUploadProtocol-    , pitccAccessToken-    , pitccUploadType-    , pitccPayload-    , pitccName-    , pitccCallback-    ) where--import           Network.Google.BigtableAdmin.Types-import           Network.Google.Prelude---- | A resource alias for @bigtableadmin.projects.instances.tables.checkConsistency@ method which the--- 'ProjectsInstancesTablesCheckConsistency' request conforms to.-type ProjectsInstancesTablesCheckConsistencyResource-     =-     "v2" :>-       CaptureMode "name" "checkConsistency" Text :>-         QueryParam "$.xgafv" Xgafv :>-           QueryParam "upload_protocol" Text :>-             QueryParam "access_token" Text :>-               QueryParam "uploadType" Text :>-                 QueryParam "callback" Text :>-                   QueryParam "alt" AltJSON :>-                     ReqBody '[JSON] CheckConsistencyRequest :>-                       Post '[JSON] CheckConsistencyResponse---- | Checks replication consistency based on a consistency token, that is, if--- replication has caught up based on the conditions specified in the token--- and the check request.------ /See:/ 'projectsInstancesTablesCheckConsistency' smart constructor.-data ProjectsInstancesTablesCheckConsistency =-  ProjectsInstancesTablesCheckConsistency'-    { _pitccXgafv          :: !(Maybe Xgafv)-    , _pitccUploadProtocol :: !(Maybe Text)-    , _pitccAccessToken    :: !(Maybe Text)-    , _pitccUploadType     :: !(Maybe Text)-    , _pitccPayload        :: !CheckConsistencyRequest-    , _pitccName           :: !Text-    , _pitccCallback       :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'ProjectsInstancesTablesCheckConsistency' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'pitccXgafv'------ * 'pitccUploadProtocol'------ * 'pitccAccessToken'------ * 'pitccUploadType'------ * 'pitccPayload'------ * 'pitccName'------ * 'pitccCallback'-projectsInstancesTablesCheckConsistency-    :: CheckConsistencyRequest -- ^ 'pitccPayload'-    -> Text -- ^ 'pitccName'-    -> ProjectsInstancesTablesCheckConsistency-projectsInstancesTablesCheckConsistency pPitccPayload_ pPitccName_ =-  ProjectsInstancesTablesCheckConsistency'-    { _pitccXgafv = Nothing-    , _pitccUploadProtocol = Nothing-    , _pitccAccessToken = Nothing-    , _pitccUploadType = Nothing-    , _pitccPayload = pPitccPayload_-    , _pitccName = pPitccName_-    , _pitccCallback = Nothing-    }----- | V1 error format.-pitccXgafv :: Lens' ProjectsInstancesTablesCheckConsistency (Maybe Xgafv)-pitccXgafv-  = lens _pitccXgafv (\ s a -> s{_pitccXgafv = a})---- | Upload protocol for media (e.g. \"raw\", \"multipart\").-pitccUploadProtocol :: Lens' ProjectsInstancesTablesCheckConsistency (Maybe Text)-pitccUploadProtocol-  = lens _pitccUploadProtocol-      (\ s a -> s{_pitccUploadProtocol = a})---- | OAuth access token.-pitccAccessToken :: Lens' ProjectsInstancesTablesCheckConsistency (Maybe Text)-pitccAccessToken-  = lens _pitccAccessToken-      (\ s a -> s{_pitccAccessToken = a})---- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").-pitccUploadType :: Lens' ProjectsInstancesTablesCheckConsistency (Maybe Text)-pitccUploadType-  = lens _pitccUploadType-      (\ s a -> s{_pitccUploadType = a})---- | Multipart request metadata.-pitccPayload :: Lens' ProjectsInstancesTablesCheckConsistency CheckConsistencyRequest-pitccPayload-  = lens _pitccPayload (\ s a -> s{_pitccPayload = a})---- | The unique name of the Table for which to check replication consistency.--- Values are of the form \`projects\/\/instances\/\/tables\/--- \`.-pitccName :: Lens' ProjectsInstancesTablesCheckConsistency Text-pitccName-  = lens _pitccName (\ s a -> s{_pitccName = a})---- | JSONP-pitccCallback :: Lens' ProjectsInstancesTablesCheckConsistency (Maybe Text)-pitccCallback-  = lens _pitccCallback-      (\ s a -> s{_pitccCallback = a})--instance GoogleRequest-           ProjectsInstancesTablesCheckConsistency-         where-        type Rs ProjectsInstancesTablesCheckConsistency =-             CheckConsistencyResponse-        type Scopes ProjectsInstancesTablesCheckConsistency =-             '["https://www.googleapis.com/auth/bigtable.admin",-               "https://www.googleapis.com/auth/bigtable.admin.table",-               "https://www.googleapis.com/auth/cloud-bigtable.admin",-               "https://www.googleapis.com/auth/cloud-bigtable.admin.table",-               "https://www.googleapis.com/auth/cloud-platform"]-        requestClient-          ProjectsInstancesTablesCheckConsistency'{..}-          = go _pitccName _pitccXgafv _pitccUploadProtocol-              _pitccAccessToken-              _pitccUploadType-              _pitccCallback-              (Just AltJSON)-              _pitccPayload-              bigtableAdminService-          where go-                  = buildClient-                      (Proxy ::-                         Proxy-                           ProjectsInstancesTablesCheckConsistencyResource)-                      mempty
− gen/Network/Google/Resource/BigtableAdmin/Projects/Instances/Tables/Create.hs
@@ -1,174 +0,0 @@-{-# LANGUAGE DataKinds          #-}-{-# LANGUAGE DeriveDataTypeable #-}-{-# LANGUAGE DeriveGeneric      #-}-{-# LANGUAGE FlexibleInstances  #-}-{-# LANGUAGE NoImplicitPrelude  #-}-{-# LANGUAGE OverloadedStrings  #-}-{-# LANGUAGE RecordWildCards    #-}-{-# LANGUAGE TypeFamilies       #-}-{-# LANGUAGE TypeOperators      #-}--{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}-{-# OPTIONS_GHC -fno-warn-unused-binds      #-}-{-# OPTIONS_GHC -fno-warn-unused-imports    #-}---- |--- Module      : Network.Google.Resource.BigtableAdmin.Projects.Instances.Tables.Create--- Copyright   : (c) 2015-2016 Brendan Hay--- License     : Mozilla Public License, v. 2.0.--- Maintainer  : Brendan Hay <brendan.g.hay@gmail.com>--- Stability   : auto-generated--- Portability : non-portable (GHC extensions)------ Creates a new table in the specified instance. The table can be created--- with a full set of initial column families, specified in the request.------ /See:/ <https://cloud.google.com/bigtable/ Cloud Bigtable Admin API Reference> for @bigtableadmin.projects.instances.tables.create@.-module Network.Google.Resource.BigtableAdmin.Projects.Instances.Tables.Create-    (-    -- * REST Resource-      ProjectsInstancesTablesCreateResource--    -- * Creating a Request-    , projectsInstancesTablesCreate-    , ProjectsInstancesTablesCreate--    -- * Request Lenses-    , pitcParent-    , pitcXgafv-    , pitcUploadProtocol-    , pitcAccessToken-    , pitcUploadType-    , pitcPayload-    , pitcCallback-    ) where--import           Network.Google.BigtableAdmin.Types-import           Network.Google.Prelude---- | A resource alias for @bigtableadmin.projects.instances.tables.create@ method which the--- 'ProjectsInstancesTablesCreate' request conforms to.-type ProjectsInstancesTablesCreateResource =-     "v2" :>-       Capture "parent" Text :>-         "tables" :>-           QueryParam "$.xgafv" Xgafv :>-             QueryParam "upload_protocol" Text :>-               QueryParam "access_token" Text :>-                 QueryParam "uploadType" Text :>-                   QueryParam "callback" Text :>-                     QueryParam "alt" AltJSON :>-                       ReqBody '[JSON] CreateTableRequest :>-                         Post '[JSON] Table---- | Creates a new table in the specified instance. The table can be created--- with a full set of initial column families, specified in the request.------ /See:/ 'projectsInstancesTablesCreate' smart constructor.-data ProjectsInstancesTablesCreate =-  ProjectsInstancesTablesCreate'-    { _pitcParent         :: !Text-    , _pitcXgafv          :: !(Maybe Xgafv)-    , _pitcUploadProtocol :: !(Maybe Text)-    , _pitcAccessToken    :: !(Maybe Text)-    , _pitcUploadType     :: !(Maybe Text)-    , _pitcPayload        :: !CreateTableRequest-    , _pitcCallback       :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'ProjectsInstancesTablesCreate' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'pitcParent'------ * 'pitcXgafv'------ * 'pitcUploadProtocol'------ * 'pitcAccessToken'------ * 'pitcUploadType'------ * 'pitcPayload'------ * 'pitcCallback'-projectsInstancesTablesCreate-    :: Text -- ^ 'pitcParent'-    -> CreateTableRequest -- ^ 'pitcPayload'-    -> ProjectsInstancesTablesCreate-projectsInstancesTablesCreate pPitcParent_ pPitcPayload_ =-  ProjectsInstancesTablesCreate'-    { _pitcParent = pPitcParent_-    , _pitcXgafv = Nothing-    , _pitcUploadProtocol = Nothing-    , _pitcAccessToken = Nothing-    , _pitcUploadType = Nothing-    , _pitcPayload = pPitcPayload_-    , _pitcCallback = Nothing-    }----- | The unique name of the instance in which to create the table. Values are--- of the form \`projects\/\/instances\/\`.-pitcParent :: Lens' ProjectsInstancesTablesCreate Text-pitcParent-  = lens _pitcParent (\ s a -> s{_pitcParent = a})---- | V1 error format.-pitcXgafv :: Lens' ProjectsInstancesTablesCreate (Maybe Xgafv)-pitcXgafv-  = lens _pitcXgafv (\ s a -> s{_pitcXgafv = a})---- | Upload protocol for media (e.g. \"raw\", \"multipart\").-pitcUploadProtocol :: Lens' ProjectsInstancesTablesCreate (Maybe Text)-pitcUploadProtocol-  = lens _pitcUploadProtocol-      (\ s a -> s{_pitcUploadProtocol = a})---- | OAuth access token.-pitcAccessToken :: Lens' ProjectsInstancesTablesCreate (Maybe Text)-pitcAccessToken-  = lens _pitcAccessToken-      (\ s a -> s{_pitcAccessToken = a})---- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").-pitcUploadType :: Lens' ProjectsInstancesTablesCreate (Maybe Text)-pitcUploadType-  = lens _pitcUploadType-      (\ s a -> s{_pitcUploadType = a})---- | Multipart request metadata.-pitcPayload :: Lens' ProjectsInstancesTablesCreate CreateTableRequest-pitcPayload-  = lens _pitcPayload (\ s a -> s{_pitcPayload = a})---- | JSONP-pitcCallback :: Lens' ProjectsInstancesTablesCreate (Maybe Text)-pitcCallback-  = lens _pitcCallback (\ s a -> s{_pitcCallback = a})--instance GoogleRequest ProjectsInstancesTablesCreate-         where-        type Rs ProjectsInstancesTablesCreate = Table-        type Scopes ProjectsInstancesTablesCreate =-             '["https://www.googleapis.com/auth/bigtable.admin",-               "https://www.googleapis.com/auth/bigtable.admin.table",-               "https://www.googleapis.com/auth/cloud-bigtable.admin",-               "https://www.googleapis.com/auth/cloud-bigtable.admin.table",-               "https://www.googleapis.com/auth/cloud-platform"]-        requestClient ProjectsInstancesTablesCreate'{..}-          = go _pitcParent _pitcXgafv _pitcUploadProtocol-              _pitcAccessToken-              _pitcUploadType-              _pitcCallback-              (Just AltJSON)-              _pitcPayload-              bigtableAdminService-          where go-                  = buildClient-                      (Proxy ::-                         Proxy ProjectsInstancesTablesCreateResource)-                      mempty
− gen/Network/Google/Resource/BigtableAdmin/Projects/Instances/Tables/Delete.hs
@@ -1,157 +0,0 @@-{-# LANGUAGE DataKinds          #-}-{-# LANGUAGE DeriveDataTypeable #-}-{-# LANGUAGE DeriveGeneric      #-}-{-# LANGUAGE FlexibleInstances  #-}-{-# LANGUAGE NoImplicitPrelude  #-}-{-# LANGUAGE OverloadedStrings  #-}-{-# LANGUAGE RecordWildCards    #-}-{-# LANGUAGE TypeFamilies       #-}-{-# LANGUAGE TypeOperators      #-}--{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}-{-# OPTIONS_GHC -fno-warn-unused-binds      #-}-{-# OPTIONS_GHC -fno-warn-unused-imports    #-}---- |--- Module      : Network.Google.Resource.BigtableAdmin.Projects.Instances.Tables.Delete--- Copyright   : (c) 2015-2016 Brendan Hay--- License     : Mozilla Public License, v. 2.0.--- Maintainer  : Brendan Hay <brendan.g.hay@gmail.com>--- Stability   : auto-generated--- Portability : non-portable (GHC extensions)------ Permanently deletes a specified table and all of its data.------ /See:/ <https://cloud.google.com/bigtable/ Cloud Bigtable Admin API Reference> for @bigtableadmin.projects.instances.tables.delete@.-module Network.Google.Resource.BigtableAdmin.Projects.Instances.Tables.Delete-    (-    -- * REST Resource-      ProjectsInstancesTablesDeleteResource--    -- * Creating a Request-    , projectsInstancesTablesDelete-    , ProjectsInstancesTablesDelete--    -- * Request Lenses-    , pitdXgafv-    , pitdUploadProtocol-    , pitdAccessToken-    , pitdUploadType-    , pitdName-    , pitdCallback-    ) where--import           Network.Google.BigtableAdmin.Types-import           Network.Google.Prelude---- | A resource alias for @bigtableadmin.projects.instances.tables.delete@ method which the--- 'ProjectsInstancesTablesDelete' request conforms to.-type ProjectsInstancesTablesDeleteResource =-     "v2" :>-       Capture "name" Text :>-         QueryParam "$.xgafv" Xgafv :>-           QueryParam "upload_protocol" Text :>-             QueryParam "access_token" Text :>-               QueryParam "uploadType" Text :>-                 QueryParam "callback" Text :>-                   QueryParam "alt" AltJSON :> Delete '[JSON] Empty---- | Permanently deletes a specified table and all of its data.------ /See:/ 'projectsInstancesTablesDelete' smart constructor.-data ProjectsInstancesTablesDelete =-  ProjectsInstancesTablesDelete'-    { _pitdXgafv          :: !(Maybe Xgafv)-    , _pitdUploadProtocol :: !(Maybe Text)-    , _pitdAccessToken    :: !(Maybe Text)-    , _pitdUploadType     :: !(Maybe Text)-    , _pitdName           :: !Text-    , _pitdCallback       :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'ProjectsInstancesTablesDelete' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'pitdXgafv'------ * 'pitdUploadProtocol'------ * 'pitdAccessToken'------ * 'pitdUploadType'------ * 'pitdName'------ * 'pitdCallback'-projectsInstancesTablesDelete-    :: Text -- ^ 'pitdName'-    -> ProjectsInstancesTablesDelete-projectsInstancesTablesDelete pPitdName_ =-  ProjectsInstancesTablesDelete'-    { _pitdXgafv = Nothing-    , _pitdUploadProtocol = Nothing-    , _pitdAccessToken = Nothing-    , _pitdUploadType = Nothing-    , _pitdName = pPitdName_-    , _pitdCallback = Nothing-    }----- | V1 error format.-pitdXgafv :: Lens' ProjectsInstancesTablesDelete (Maybe Xgafv)-pitdXgafv-  = lens _pitdXgafv (\ s a -> s{_pitdXgafv = a})---- | Upload protocol for media (e.g. \"raw\", \"multipart\").-pitdUploadProtocol :: Lens' ProjectsInstancesTablesDelete (Maybe Text)-pitdUploadProtocol-  = lens _pitdUploadProtocol-      (\ s a -> s{_pitdUploadProtocol = a})---- | OAuth access token.-pitdAccessToken :: Lens' ProjectsInstancesTablesDelete (Maybe Text)-pitdAccessToken-  = lens _pitdAccessToken-      (\ s a -> s{_pitdAccessToken = a})---- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").-pitdUploadType :: Lens' ProjectsInstancesTablesDelete (Maybe Text)-pitdUploadType-  = lens _pitdUploadType-      (\ s a -> s{_pitdUploadType = a})---- | The unique name of the table to be deleted. Values are of the form--- \`projects\/\/instances\/\/tables\/--- \`.-pitdName :: Lens' ProjectsInstancesTablesDelete Text-pitdName = lens _pitdName (\ s a -> s{_pitdName = a})---- | JSONP-pitdCallback :: Lens' ProjectsInstancesTablesDelete (Maybe Text)-pitdCallback-  = lens _pitdCallback (\ s a -> s{_pitdCallback = a})--instance GoogleRequest ProjectsInstancesTablesDelete-         where-        type Rs ProjectsInstancesTablesDelete = Empty-        type Scopes ProjectsInstancesTablesDelete =-             '["https://www.googleapis.com/auth/bigtable.admin",-               "https://www.googleapis.com/auth/bigtable.admin.table",-               "https://www.googleapis.com/auth/cloud-bigtable.admin",-               "https://www.googleapis.com/auth/cloud-bigtable.admin.table",-               "https://www.googleapis.com/auth/cloud-platform"]-        requestClient ProjectsInstancesTablesDelete'{..}-          = go _pitdName _pitdXgafv _pitdUploadProtocol-              _pitdAccessToken-              _pitdUploadType-              _pitdCallback-              (Just AltJSON)-              bigtableAdminService-          where go-                  = buildClient-                      (Proxy ::-                         Proxy ProjectsInstancesTablesDeleteResource)-                      mempty
− gen/Network/Google/Resource/BigtableAdmin/Projects/Instances/Tables/DropRowRange.hs
@@ -1,180 +0,0 @@-{-# LANGUAGE DataKinds          #-}-{-# LANGUAGE DeriveDataTypeable #-}-{-# LANGUAGE DeriveGeneric      #-}-{-# LANGUAGE FlexibleInstances  #-}-{-# LANGUAGE NoImplicitPrelude  #-}-{-# LANGUAGE OverloadedStrings  #-}-{-# LANGUAGE RecordWildCards    #-}-{-# LANGUAGE TypeFamilies       #-}-{-# LANGUAGE TypeOperators      #-}--{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}-{-# OPTIONS_GHC -fno-warn-unused-binds      #-}-{-# OPTIONS_GHC -fno-warn-unused-imports    #-}---- |--- Module      : Network.Google.Resource.BigtableAdmin.Projects.Instances.Tables.DropRowRange--- Copyright   : (c) 2015-2016 Brendan Hay--- License     : Mozilla Public License, v. 2.0.--- Maintainer  : Brendan Hay <brendan.g.hay@gmail.com>--- Stability   : auto-generated--- Portability : non-portable (GHC extensions)------ Permanently drop\/delete a row range from a specified table. The request--- can specify whether to delete all rows in a table, or only those that--- match a particular prefix.------ /See:/ <https://cloud.google.com/bigtable/ Cloud Bigtable Admin API Reference> for @bigtableadmin.projects.instances.tables.dropRowRange@.-module Network.Google.Resource.BigtableAdmin.Projects.Instances.Tables.DropRowRange-    (-    -- * REST Resource-      ProjectsInstancesTablesDropRowRangeResource--    -- * Creating a Request-    , projectsInstancesTablesDropRowRange-    , ProjectsInstancesTablesDropRowRange--    -- * Request Lenses-    , pitdrrXgafv-    , pitdrrUploadProtocol-    , pitdrrAccessToken-    , pitdrrUploadType-    , pitdrrPayload-    , pitdrrName-    , pitdrrCallback-    ) where--import           Network.Google.BigtableAdmin.Types-import           Network.Google.Prelude---- | A resource alias for @bigtableadmin.projects.instances.tables.dropRowRange@ method which the--- 'ProjectsInstancesTablesDropRowRange' request conforms to.-type ProjectsInstancesTablesDropRowRangeResource =-     "v2" :>-       CaptureMode "name" "dropRowRange" Text :>-         QueryParam "$.xgafv" Xgafv :>-           QueryParam "upload_protocol" Text :>-             QueryParam "access_token" Text :>-               QueryParam "uploadType" Text :>-                 QueryParam "callback" Text :>-                   QueryParam "alt" AltJSON :>-                     ReqBody '[JSON] DropRowRangeRequest :>-                       Post '[JSON] Empty---- | Permanently drop\/delete a row range from a specified table. The request--- can specify whether to delete all rows in a table, or only those that--- match a particular prefix.------ /See:/ 'projectsInstancesTablesDropRowRange' smart constructor.-data ProjectsInstancesTablesDropRowRange =-  ProjectsInstancesTablesDropRowRange'-    { _pitdrrXgafv          :: !(Maybe Xgafv)-    , _pitdrrUploadProtocol :: !(Maybe Text)-    , _pitdrrAccessToken    :: !(Maybe Text)-    , _pitdrrUploadType     :: !(Maybe Text)-    , _pitdrrPayload        :: !DropRowRangeRequest-    , _pitdrrName           :: !Text-    , _pitdrrCallback       :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'ProjectsInstancesTablesDropRowRange' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'pitdrrXgafv'------ * 'pitdrrUploadProtocol'------ * 'pitdrrAccessToken'------ * 'pitdrrUploadType'------ * 'pitdrrPayload'------ * 'pitdrrName'------ * 'pitdrrCallback'-projectsInstancesTablesDropRowRange-    :: DropRowRangeRequest -- ^ 'pitdrrPayload'-    -> Text -- ^ 'pitdrrName'-    -> ProjectsInstancesTablesDropRowRange-projectsInstancesTablesDropRowRange pPitdrrPayload_ pPitdrrName_ =-  ProjectsInstancesTablesDropRowRange'-    { _pitdrrXgafv = Nothing-    , _pitdrrUploadProtocol = Nothing-    , _pitdrrAccessToken = Nothing-    , _pitdrrUploadType = Nothing-    , _pitdrrPayload = pPitdrrPayload_-    , _pitdrrName = pPitdrrName_-    , _pitdrrCallback = Nothing-    }----- | V1 error format.-pitdrrXgafv :: Lens' ProjectsInstancesTablesDropRowRange (Maybe Xgafv)-pitdrrXgafv-  = lens _pitdrrXgafv (\ s a -> s{_pitdrrXgafv = a})---- | Upload protocol for media (e.g. \"raw\", \"multipart\").-pitdrrUploadProtocol :: Lens' ProjectsInstancesTablesDropRowRange (Maybe Text)-pitdrrUploadProtocol-  = lens _pitdrrUploadProtocol-      (\ s a -> s{_pitdrrUploadProtocol = a})---- | OAuth access token.-pitdrrAccessToken :: Lens' ProjectsInstancesTablesDropRowRange (Maybe Text)-pitdrrAccessToken-  = lens _pitdrrAccessToken-      (\ s a -> s{_pitdrrAccessToken = a})---- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").-pitdrrUploadType :: Lens' ProjectsInstancesTablesDropRowRange (Maybe Text)-pitdrrUploadType-  = lens _pitdrrUploadType-      (\ s a -> s{_pitdrrUploadType = a})---- | Multipart request metadata.-pitdrrPayload :: Lens' ProjectsInstancesTablesDropRowRange DropRowRangeRequest-pitdrrPayload-  = lens _pitdrrPayload-      (\ s a -> s{_pitdrrPayload = a})---- | The unique name of the table on which to drop a range of rows. Values--- are of the form \`projects\/\/instances\/\/tables\/--- \`.-pitdrrName :: Lens' ProjectsInstancesTablesDropRowRange Text-pitdrrName-  = lens _pitdrrName (\ s a -> s{_pitdrrName = a})---- | JSONP-pitdrrCallback :: Lens' ProjectsInstancesTablesDropRowRange (Maybe Text)-pitdrrCallback-  = lens _pitdrrCallback-      (\ s a -> s{_pitdrrCallback = a})--instance GoogleRequest-           ProjectsInstancesTablesDropRowRange-         where-        type Rs ProjectsInstancesTablesDropRowRange = Empty-        type Scopes ProjectsInstancesTablesDropRowRange =-             '["https://www.googleapis.com/auth/bigtable.admin",-               "https://www.googleapis.com/auth/bigtable.admin.table",-               "https://www.googleapis.com/auth/cloud-bigtable.admin",-               "https://www.googleapis.com/auth/cloud-bigtable.admin.table",-               "https://www.googleapis.com/auth/cloud-platform"]-        requestClient-          ProjectsInstancesTablesDropRowRange'{..}-          = go _pitdrrName _pitdrrXgafv _pitdrrUploadProtocol-              _pitdrrAccessToken-              _pitdrrUploadType-              _pitdrrCallback-              (Just AltJSON)-              _pitdrrPayload-              bigtableAdminService-          where go-                  = buildClient-                      (Proxy ::-                         Proxy ProjectsInstancesTablesDropRowRangeResource)-                      mempty
− gen/Network/Google/Resource/BigtableAdmin/Projects/Instances/Tables/GenerateConsistencyToken.hs
@@ -1,188 +0,0 @@-{-# LANGUAGE DataKinds          #-}-{-# LANGUAGE DeriveDataTypeable #-}-{-# LANGUAGE DeriveGeneric      #-}-{-# LANGUAGE FlexibleInstances  #-}-{-# LANGUAGE NoImplicitPrelude  #-}-{-# LANGUAGE OverloadedStrings  #-}-{-# LANGUAGE RecordWildCards    #-}-{-# LANGUAGE TypeFamilies       #-}-{-# LANGUAGE TypeOperators      #-}--{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}-{-# OPTIONS_GHC -fno-warn-unused-binds      #-}-{-# OPTIONS_GHC -fno-warn-unused-imports    #-}---- |--- Module      : Network.Google.Resource.BigtableAdmin.Projects.Instances.Tables.GenerateConsistencyToken--- Copyright   : (c) 2015-2016 Brendan Hay--- License     : Mozilla Public License, v. 2.0.--- Maintainer  : Brendan Hay <brendan.g.hay@gmail.com>--- Stability   : auto-generated--- Portability : non-portable (GHC extensions)------ Generates a consistency token for a Table, which can be used in--- CheckConsistency to check whether mutations to the table that finished--- before this call started have been replicated. The tokens will be--- available for 90 days.------ /See:/ <https://cloud.google.com/bigtable/ Cloud Bigtable Admin API Reference> for @bigtableadmin.projects.instances.tables.generateConsistencyToken@.-module Network.Google.Resource.BigtableAdmin.Projects.Instances.Tables.GenerateConsistencyToken-    (-    -- * REST Resource-      ProjectsInstancesTablesGenerateConsistencyTokenResource--    -- * Creating a Request-    , projectsInstancesTablesGenerateConsistencyToken-    , ProjectsInstancesTablesGenerateConsistencyToken--    -- * Request Lenses-    , pitgctXgafv-    , pitgctUploadProtocol-    , pitgctAccessToken-    , pitgctUploadType-    , pitgctPayload-    , pitgctName-    , pitgctCallback-    ) where--import           Network.Google.BigtableAdmin.Types-import           Network.Google.Prelude---- | A resource alias for @bigtableadmin.projects.instances.tables.generateConsistencyToken@ method which the--- 'ProjectsInstancesTablesGenerateConsistencyToken' request conforms to.-type ProjectsInstancesTablesGenerateConsistencyTokenResource-     =-     "v2" :>-       CaptureMode "name" "generateConsistencyToken" Text :>-         QueryParam "$.xgafv" Xgafv :>-           QueryParam "upload_protocol" Text :>-             QueryParam "access_token" Text :>-               QueryParam "uploadType" Text :>-                 QueryParam "callback" Text :>-                   QueryParam "alt" AltJSON :>-                     ReqBody '[JSON] GenerateConsistencyTokenRequest :>-                       Post '[JSON] GenerateConsistencyTokenResponse---- | Generates a consistency token for a Table, which can be used in--- CheckConsistency to check whether mutations to the table that finished--- before this call started have been replicated. The tokens will be--- available for 90 days.------ /See:/ 'projectsInstancesTablesGenerateConsistencyToken' smart constructor.-data ProjectsInstancesTablesGenerateConsistencyToken =-  ProjectsInstancesTablesGenerateConsistencyToken'-    { _pitgctXgafv          :: !(Maybe Xgafv)-    , _pitgctUploadProtocol :: !(Maybe Text)-    , _pitgctAccessToken    :: !(Maybe Text)-    , _pitgctUploadType     :: !(Maybe Text)-    , _pitgctPayload        :: !GenerateConsistencyTokenRequest-    , _pitgctName           :: !Text-    , _pitgctCallback       :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'ProjectsInstancesTablesGenerateConsistencyToken' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'pitgctXgafv'------ * 'pitgctUploadProtocol'------ * 'pitgctAccessToken'------ * 'pitgctUploadType'------ * 'pitgctPayload'------ * 'pitgctName'------ * 'pitgctCallback'-projectsInstancesTablesGenerateConsistencyToken-    :: GenerateConsistencyTokenRequest -- ^ 'pitgctPayload'-    -> Text -- ^ 'pitgctName'-    -> ProjectsInstancesTablesGenerateConsistencyToken-projectsInstancesTablesGenerateConsistencyToken pPitgctPayload_ pPitgctName_ =-  ProjectsInstancesTablesGenerateConsistencyToken'-    { _pitgctXgafv = Nothing-    , _pitgctUploadProtocol = Nothing-    , _pitgctAccessToken = Nothing-    , _pitgctUploadType = Nothing-    , _pitgctPayload = pPitgctPayload_-    , _pitgctName = pPitgctName_-    , _pitgctCallback = Nothing-    }----- | V1 error format.-pitgctXgafv :: Lens' ProjectsInstancesTablesGenerateConsistencyToken (Maybe Xgafv)-pitgctXgafv-  = lens _pitgctXgafv (\ s a -> s{_pitgctXgafv = a})---- | Upload protocol for media (e.g. \"raw\", \"multipart\").-pitgctUploadProtocol :: Lens' ProjectsInstancesTablesGenerateConsistencyToken (Maybe Text)-pitgctUploadProtocol-  = lens _pitgctUploadProtocol-      (\ s a -> s{_pitgctUploadProtocol = a})---- | OAuth access token.-pitgctAccessToken :: Lens' ProjectsInstancesTablesGenerateConsistencyToken (Maybe Text)-pitgctAccessToken-  = lens _pitgctAccessToken-      (\ s a -> s{_pitgctAccessToken = a})---- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").-pitgctUploadType :: Lens' ProjectsInstancesTablesGenerateConsistencyToken (Maybe Text)-pitgctUploadType-  = lens _pitgctUploadType-      (\ s a -> s{_pitgctUploadType = a})---- | Multipart request metadata.-pitgctPayload :: Lens' ProjectsInstancesTablesGenerateConsistencyToken GenerateConsistencyTokenRequest-pitgctPayload-  = lens _pitgctPayload-      (\ s a -> s{_pitgctPayload = a})---- | The unique name of the Table for which to create a consistency token.--- Values are of the form \`projects\/\/instances\/\/tables\/--- \`.-pitgctName :: Lens' ProjectsInstancesTablesGenerateConsistencyToken Text-pitgctName-  = lens _pitgctName (\ s a -> s{_pitgctName = a})---- | JSONP-pitgctCallback :: Lens' ProjectsInstancesTablesGenerateConsistencyToken (Maybe Text)-pitgctCallback-  = lens _pitgctCallback-      (\ s a -> s{_pitgctCallback = a})--instance GoogleRequest-           ProjectsInstancesTablesGenerateConsistencyToken-         where-        type Rs-               ProjectsInstancesTablesGenerateConsistencyToken-             = GenerateConsistencyTokenResponse-        type Scopes-               ProjectsInstancesTablesGenerateConsistencyToken-             =-             '["https://www.googleapis.com/auth/bigtable.admin",-               "https://www.googleapis.com/auth/bigtable.admin.table",-               "https://www.googleapis.com/auth/cloud-bigtable.admin",-               "https://www.googleapis.com/auth/cloud-bigtable.admin.table",-               "https://www.googleapis.com/auth/cloud-platform"]-        requestClient-          ProjectsInstancesTablesGenerateConsistencyToken'{..}-          = go _pitgctName _pitgctXgafv _pitgctUploadProtocol-              _pitgctAccessToken-              _pitgctUploadType-              _pitgctCallback-              (Just AltJSON)-              _pitgctPayload-              bigtableAdminService-          where go-                  = buildClient-                      (Proxy ::-                         Proxy-                           ProjectsInstancesTablesGenerateConsistencyTokenResource)-                      mempty
− gen/Network/Google/Resource/BigtableAdmin/Projects/Instances/Tables/Get.hs
@@ -1,169 +0,0 @@-{-# LANGUAGE DataKinds          #-}-{-# LANGUAGE DeriveDataTypeable #-}-{-# LANGUAGE DeriveGeneric      #-}-{-# LANGUAGE FlexibleInstances  #-}-{-# LANGUAGE NoImplicitPrelude  #-}-{-# LANGUAGE OverloadedStrings  #-}-{-# LANGUAGE RecordWildCards    #-}-{-# LANGUAGE TypeFamilies       #-}-{-# LANGUAGE TypeOperators      #-}--{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}-{-# OPTIONS_GHC -fno-warn-unused-binds      #-}-{-# OPTIONS_GHC -fno-warn-unused-imports    #-}---- |--- Module      : Network.Google.Resource.BigtableAdmin.Projects.Instances.Tables.Get--- Copyright   : (c) 2015-2016 Brendan Hay--- License     : Mozilla Public License, v. 2.0.--- Maintainer  : Brendan Hay <brendan.g.hay@gmail.com>--- Stability   : auto-generated--- Portability : non-portable (GHC extensions)------ Gets metadata information about the specified table.------ /See:/ <https://cloud.google.com/bigtable/ Cloud Bigtable Admin API Reference> for @bigtableadmin.projects.instances.tables.get@.-module Network.Google.Resource.BigtableAdmin.Projects.Instances.Tables.Get-    (-    -- * REST Resource-      ProjectsInstancesTablesGetResource--    -- * Creating a Request-    , projectsInstancesTablesGet-    , ProjectsInstancesTablesGet--    -- * Request Lenses-    , pitgXgafv-    , pitgUploadProtocol-    , pitgAccessToken-    , pitgUploadType-    , pitgName-    , pitgView-    , pitgCallback-    ) where--import           Network.Google.BigtableAdmin.Types-import           Network.Google.Prelude---- | A resource alias for @bigtableadmin.projects.instances.tables.get@ method which the--- 'ProjectsInstancesTablesGet' request conforms to.-type ProjectsInstancesTablesGetResource =-     "v2" :>-       Capture "name" Text :>-         QueryParam "$.xgafv" Xgafv :>-           QueryParam "upload_protocol" Text :>-             QueryParam "access_token" Text :>-               QueryParam "uploadType" Text :>-                 QueryParam "view" Text :>-                   QueryParam "callback" Text :>-                     QueryParam "alt" AltJSON :> Get '[JSON] Table---- | Gets metadata information about the specified table.------ /See:/ 'projectsInstancesTablesGet' smart constructor.-data ProjectsInstancesTablesGet =-  ProjectsInstancesTablesGet'-    { _pitgXgafv          :: !(Maybe Xgafv)-    , _pitgUploadProtocol :: !(Maybe Text)-    , _pitgAccessToken    :: !(Maybe Text)-    , _pitgUploadType     :: !(Maybe Text)-    , _pitgName           :: !Text-    , _pitgView           :: !(Maybe Text)-    , _pitgCallback       :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'ProjectsInstancesTablesGet' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'pitgXgafv'------ * 'pitgUploadProtocol'------ * 'pitgAccessToken'------ * 'pitgUploadType'------ * 'pitgName'------ * 'pitgView'------ * 'pitgCallback'-projectsInstancesTablesGet-    :: Text -- ^ 'pitgName'-    -> ProjectsInstancesTablesGet-projectsInstancesTablesGet pPitgName_ =-  ProjectsInstancesTablesGet'-    { _pitgXgafv = Nothing-    , _pitgUploadProtocol = Nothing-    , _pitgAccessToken = Nothing-    , _pitgUploadType = Nothing-    , _pitgName = pPitgName_-    , _pitgView = Nothing-    , _pitgCallback = Nothing-    }----- | V1 error format.-pitgXgafv :: Lens' ProjectsInstancesTablesGet (Maybe Xgafv)-pitgXgafv-  = lens _pitgXgafv (\ s a -> s{_pitgXgafv = a})---- | Upload protocol for media (e.g. \"raw\", \"multipart\").-pitgUploadProtocol :: Lens' ProjectsInstancesTablesGet (Maybe Text)-pitgUploadProtocol-  = lens _pitgUploadProtocol-      (\ s a -> s{_pitgUploadProtocol = a})---- | OAuth access token.-pitgAccessToken :: Lens' ProjectsInstancesTablesGet (Maybe Text)-pitgAccessToken-  = lens _pitgAccessToken-      (\ s a -> s{_pitgAccessToken = a})---- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").-pitgUploadType :: Lens' ProjectsInstancesTablesGet (Maybe Text)-pitgUploadType-  = lens _pitgUploadType-      (\ s a -> s{_pitgUploadType = a})---- | The unique name of the requested table. Values are of the form--- \`projects\/\/instances\/\/tables\/--- \`.-pitgName :: Lens' ProjectsInstancesTablesGet Text-pitgName = lens _pitgName (\ s a -> s{_pitgName = a})---- | The view to be applied to the returned table\'s fields. Defaults to--- \`SCHEMA_VIEW\` if unspecified.-pitgView :: Lens' ProjectsInstancesTablesGet (Maybe Text)-pitgView = lens _pitgView (\ s a -> s{_pitgView = a})---- | JSONP-pitgCallback :: Lens' ProjectsInstancesTablesGet (Maybe Text)-pitgCallback-  = lens _pitgCallback (\ s a -> s{_pitgCallback = a})--instance GoogleRequest ProjectsInstancesTablesGet-         where-        type Rs ProjectsInstancesTablesGet = Table-        type Scopes ProjectsInstancesTablesGet =-             '["https://www.googleapis.com/auth/bigtable.admin",-               "https://www.googleapis.com/auth/bigtable.admin.table",-               "https://www.googleapis.com/auth/cloud-bigtable.admin",-               "https://www.googleapis.com/auth/cloud-bigtable.admin.table",-               "https://www.googleapis.com/auth/cloud-platform",-               "https://www.googleapis.com/auth/cloud-platform.read-only"]-        requestClient ProjectsInstancesTablesGet'{..}-          = go _pitgName _pitgXgafv _pitgUploadProtocol-              _pitgAccessToken-              _pitgUploadType-              _pitgView-              _pitgCallback-              (Just AltJSON)-              bigtableAdminService-          where go-                  = buildClient-                      (Proxy :: Proxy ProjectsInstancesTablesGetResource)-                      mempty
− gen/Network/Google/Resource/BigtableAdmin/Projects/Instances/Tables/GetIAMPolicy.hs
@@ -1,179 +0,0 @@-{-# LANGUAGE DataKinds          #-}-{-# LANGUAGE DeriveDataTypeable #-}-{-# LANGUAGE DeriveGeneric      #-}-{-# LANGUAGE FlexibleInstances  #-}-{-# LANGUAGE NoImplicitPrelude  #-}-{-# LANGUAGE OverloadedStrings  #-}-{-# LANGUAGE RecordWildCards    #-}-{-# LANGUAGE TypeFamilies       #-}-{-# LANGUAGE TypeOperators      #-}--{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}-{-# OPTIONS_GHC -fno-warn-unused-binds      #-}-{-# OPTIONS_GHC -fno-warn-unused-imports    #-}---- |--- Module      : Network.Google.Resource.BigtableAdmin.Projects.Instances.Tables.GetIAMPolicy--- Copyright   : (c) 2015-2016 Brendan Hay--- License     : Mozilla Public License, v. 2.0.--- Maintainer  : Brendan Hay <brendan.g.hay@gmail.com>--- Stability   : auto-generated--- Portability : non-portable (GHC extensions)------ Gets the access control policy for an instance resource. Returns an--- empty policy if an table exists but does not have a policy set.------ /See:/ <https://cloud.google.com/bigtable/ Cloud Bigtable Admin API Reference> for @bigtableadmin.projects.instances.tables.getIamPolicy@.-module Network.Google.Resource.BigtableAdmin.Projects.Instances.Tables.GetIAMPolicy-    (-    -- * REST Resource-      ProjectsInstancesTablesGetIAMPolicyResource--    -- * Creating a Request-    , projectsInstancesTablesGetIAMPolicy-    , ProjectsInstancesTablesGetIAMPolicy--    -- * Request Lenses-    , pitgipXgafv-    , pitgipUploadProtocol-    , pitgipAccessToken-    , pitgipUploadType-    , pitgipPayload-    , pitgipResource-    , pitgipCallback-    ) where--import           Network.Google.BigtableAdmin.Types-import           Network.Google.Prelude---- | A resource alias for @bigtableadmin.projects.instances.tables.getIamPolicy@ method which the--- 'ProjectsInstancesTablesGetIAMPolicy' request conforms to.-type ProjectsInstancesTablesGetIAMPolicyResource =-     "v2" :>-       CaptureMode "resource" "getIamPolicy" Text :>-         QueryParam "$.xgafv" Xgafv :>-           QueryParam "upload_protocol" Text :>-             QueryParam "access_token" Text :>-               QueryParam "uploadType" Text :>-                 QueryParam "callback" Text :>-                   QueryParam "alt" AltJSON :>-                     ReqBody '[JSON] GetIAMPolicyRequest :>-                       Post '[JSON] Policy---- | Gets the access control policy for an instance resource. Returns an--- empty policy if an table exists but does not have a policy set.------ /See:/ 'projectsInstancesTablesGetIAMPolicy' smart constructor.-data ProjectsInstancesTablesGetIAMPolicy =-  ProjectsInstancesTablesGetIAMPolicy'-    { _pitgipXgafv          :: !(Maybe Xgafv)-    , _pitgipUploadProtocol :: !(Maybe Text)-    , _pitgipAccessToken    :: !(Maybe Text)-    , _pitgipUploadType     :: !(Maybe Text)-    , _pitgipPayload        :: !GetIAMPolicyRequest-    , _pitgipResource       :: !Text-    , _pitgipCallback       :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'ProjectsInstancesTablesGetIAMPolicy' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'pitgipXgafv'------ * 'pitgipUploadProtocol'------ * 'pitgipAccessToken'------ * 'pitgipUploadType'------ * 'pitgipPayload'------ * 'pitgipResource'------ * 'pitgipCallback'-projectsInstancesTablesGetIAMPolicy-    :: GetIAMPolicyRequest -- ^ 'pitgipPayload'-    -> Text -- ^ 'pitgipResource'-    -> ProjectsInstancesTablesGetIAMPolicy-projectsInstancesTablesGetIAMPolicy pPitgipPayload_ pPitgipResource_ =-  ProjectsInstancesTablesGetIAMPolicy'-    { _pitgipXgafv = Nothing-    , _pitgipUploadProtocol = Nothing-    , _pitgipAccessToken = Nothing-    , _pitgipUploadType = Nothing-    , _pitgipPayload = pPitgipPayload_-    , _pitgipResource = pPitgipResource_-    , _pitgipCallback = Nothing-    }----- | V1 error format.-pitgipXgafv :: Lens' ProjectsInstancesTablesGetIAMPolicy (Maybe Xgafv)-pitgipXgafv-  = lens _pitgipXgafv (\ s a -> s{_pitgipXgafv = a})---- | Upload protocol for media (e.g. \"raw\", \"multipart\").-pitgipUploadProtocol :: Lens' ProjectsInstancesTablesGetIAMPolicy (Maybe Text)-pitgipUploadProtocol-  = lens _pitgipUploadProtocol-      (\ s a -> s{_pitgipUploadProtocol = a})---- | OAuth access token.-pitgipAccessToken :: Lens' ProjectsInstancesTablesGetIAMPolicy (Maybe Text)-pitgipAccessToken-  = lens _pitgipAccessToken-      (\ s a -> s{_pitgipAccessToken = a})---- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").-pitgipUploadType :: Lens' ProjectsInstancesTablesGetIAMPolicy (Maybe Text)-pitgipUploadType-  = lens _pitgipUploadType-      (\ s a -> s{_pitgipUploadType = a})---- | Multipart request metadata.-pitgipPayload :: Lens' ProjectsInstancesTablesGetIAMPolicy GetIAMPolicyRequest-pitgipPayload-  = lens _pitgipPayload-      (\ s a -> s{_pitgipPayload = a})---- | REQUIRED: The resource for which the policy is being requested. See the--- operation documentation for the appropriate value for this field.-pitgipResource :: Lens' ProjectsInstancesTablesGetIAMPolicy Text-pitgipResource-  = lens _pitgipResource-      (\ s a -> s{_pitgipResource = a})---- | JSONP-pitgipCallback :: Lens' ProjectsInstancesTablesGetIAMPolicy (Maybe Text)-pitgipCallback-  = lens _pitgipCallback-      (\ s a -> s{_pitgipCallback = a})--instance GoogleRequest-           ProjectsInstancesTablesGetIAMPolicy-         where-        type Rs ProjectsInstancesTablesGetIAMPolicy = Policy-        type Scopes ProjectsInstancesTablesGetIAMPolicy =-             '["https://www.googleapis.com/auth/bigtable.admin",-               "https://www.googleapis.com/auth/bigtable.admin.table",-               "https://www.googleapis.com/auth/cloud-bigtable.admin",-               "https://www.googleapis.com/auth/cloud-bigtable.admin.table",-               "https://www.googleapis.com/auth/cloud-platform"]-        requestClient-          ProjectsInstancesTablesGetIAMPolicy'{..}-          = go _pitgipResource _pitgipXgafv-              _pitgipUploadProtocol-              _pitgipAccessToken-              _pitgipUploadType-              _pitgipCallback-              (Just AltJSON)-              _pitgipPayload-              bigtableAdminService-          where go-                  = buildClient-                      (Proxy ::-                         Proxy ProjectsInstancesTablesGetIAMPolicyResource)-                      mempty
− gen/Network/Google/Resource/BigtableAdmin/Projects/Instances/Tables/List.hs
@@ -1,204 +0,0 @@-{-# LANGUAGE DataKinds          #-}-{-# LANGUAGE DeriveDataTypeable #-}-{-# LANGUAGE DeriveGeneric      #-}-{-# LANGUAGE FlexibleInstances  #-}-{-# LANGUAGE NoImplicitPrelude  #-}-{-# LANGUAGE OverloadedStrings  #-}-{-# LANGUAGE RecordWildCards    #-}-{-# LANGUAGE TypeFamilies       #-}-{-# LANGUAGE TypeOperators      #-}--{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}-{-# OPTIONS_GHC -fno-warn-unused-binds      #-}-{-# OPTIONS_GHC -fno-warn-unused-imports    #-}---- |--- Module      : Network.Google.Resource.BigtableAdmin.Projects.Instances.Tables.List--- Copyright   : (c) 2015-2016 Brendan Hay--- License     : Mozilla Public License, v. 2.0.--- Maintainer  : Brendan Hay <brendan.g.hay@gmail.com>--- Stability   : auto-generated--- Portability : non-portable (GHC extensions)------ Lists all tables served from a specified instance.------ /See:/ <https://cloud.google.com/bigtable/ Cloud Bigtable Admin API Reference> for @bigtableadmin.projects.instances.tables.list@.-module Network.Google.Resource.BigtableAdmin.Projects.Instances.Tables.List-    (-    -- * REST Resource-      ProjectsInstancesTablesListResource--    -- * Creating a Request-    , projectsInstancesTablesList-    , ProjectsInstancesTablesList--    -- * Request Lenses-    , pitlParent-    , pitlXgafv-    , pitlUploadProtocol-    , pitlAccessToken-    , pitlUploadType-    , pitlView-    , pitlPageToken-    , pitlPageSize-    , pitlCallback-    ) where--import           Network.Google.BigtableAdmin.Types-import           Network.Google.Prelude---- | A resource alias for @bigtableadmin.projects.instances.tables.list@ method which the--- 'ProjectsInstancesTablesList' request conforms to.-type ProjectsInstancesTablesListResource =-     "v2" :>-       Capture "parent" Text :>-         "tables" :>-           QueryParam "$.xgafv" Xgafv :>-             QueryParam "upload_protocol" Text :>-               QueryParam "access_token" Text :>-                 QueryParam "uploadType" Text :>-                   QueryParam "view" Text :>-                     QueryParam "pageToken" Text :>-                       QueryParam "pageSize" (Textual Int32) :>-                         QueryParam "callback" Text :>-                           QueryParam "alt" AltJSON :>-                             Get '[JSON] ListTablesResponse---- | Lists all tables served from a specified instance.------ /See:/ 'projectsInstancesTablesList' smart constructor.-data ProjectsInstancesTablesList =-  ProjectsInstancesTablesList'-    { _pitlParent         :: !Text-    , _pitlXgafv          :: !(Maybe Xgafv)-    , _pitlUploadProtocol :: !(Maybe Text)-    , _pitlAccessToken    :: !(Maybe Text)-    , _pitlUploadType     :: !(Maybe Text)-    , _pitlView           :: !(Maybe Text)-    , _pitlPageToken      :: !(Maybe Text)-    , _pitlPageSize       :: !(Maybe (Textual Int32))-    , _pitlCallback       :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'ProjectsInstancesTablesList' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'pitlParent'------ * 'pitlXgafv'------ * 'pitlUploadProtocol'------ * 'pitlAccessToken'------ * 'pitlUploadType'------ * 'pitlView'------ * 'pitlPageToken'------ * 'pitlPageSize'------ * 'pitlCallback'-projectsInstancesTablesList-    :: Text -- ^ 'pitlParent'-    -> ProjectsInstancesTablesList-projectsInstancesTablesList pPitlParent_ =-  ProjectsInstancesTablesList'-    { _pitlParent = pPitlParent_-    , _pitlXgafv = Nothing-    , _pitlUploadProtocol = Nothing-    , _pitlAccessToken = Nothing-    , _pitlUploadType = Nothing-    , _pitlView = Nothing-    , _pitlPageToken = Nothing-    , _pitlPageSize = Nothing-    , _pitlCallback = Nothing-    }----- | The unique name of the instance for which tables should be listed.--- Values are of the form \`projects\/\/instances\/\`.-pitlParent :: Lens' ProjectsInstancesTablesList Text-pitlParent-  = lens _pitlParent (\ s a -> s{_pitlParent = a})---- | V1 error format.-pitlXgafv :: Lens' ProjectsInstancesTablesList (Maybe Xgafv)-pitlXgafv-  = lens _pitlXgafv (\ s a -> s{_pitlXgafv = a})---- | Upload protocol for media (e.g. \"raw\", \"multipart\").-pitlUploadProtocol :: Lens' ProjectsInstancesTablesList (Maybe Text)-pitlUploadProtocol-  = lens _pitlUploadProtocol-      (\ s a -> s{_pitlUploadProtocol = a})---- | OAuth access token.-pitlAccessToken :: Lens' ProjectsInstancesTablesList (Maybe Text)-pitlAccessToken-  = lens _pitlAccessToken-      (\ s a -> s{_pitlAccessToken = a})---- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").-pitlUploadType :: Lens' ProjectsInstancesTablesList (Maybe Text)-pitlUploadType-  = lens _pitlUploadType-      (\ s a -> s{_pitlUploadType = a})---- | The view to be applied to the returned tables\' fields. Defaults to--- \`NAME_ONLY\` if unspecified; no others are currently supported.-pitlView :: Lens' ProjectsInstancesTablesList (Maybe Text)-pitlView = lens _pitlView (\ s a -> s{_pitlView = a})---- | The value of \`next_page_token\` returned by a previous call.-pitlPageToken :: Lens' ProjectsInstancesTablesList (Maybe Text)-pitlPageToken-  = lens _pitlPageToken-      (\ s a -> s{_pitlPageToken = a})---- | Maximum number of results per page. A page_size of zero lets the server--- choose the number of items to return. A page_size which is strictly--- positive will return at most that many items. A negative page_size will--- cause an error. Following the first request, subsequent paginated calls--- are not required to pass a page_size. If a page_size is set in--- subsequent calls, it must match the page_size given in the first--- request.-pitlPageSize :: Lens' ProjectsInstancesTablesList (Maybe Int32)-pitlPageSize-  = lens _pitlPageSize (\ s a -> s{_pitlPageSize = a})-      . mapping _Coerce---- | JSONP-pitlCallback :: Lens' ProjectsInstancesTablesList (Maybe Text)-pitlCallback-  = lens _pitlCallback (\ s a -> s{_pitlCallback = a})--instance GoogleRequest ProjectsInstancesTablesList-         where-        type Rs ProjectsInstancesTablesList =-             ListTablesResponse-        type Scopes ProjectsInstancesTablesList =-             '["https://www.googleapis.com/auth/bigtable.admin",-               "https://www.googleapis.com/auth/bigtable.admin.table",-               "https://www.googleapis.com/auth/cloud-bigtable.admin",-               "https://www.googleapis.com/auth/cloud-bigtable.admin.table",-               "https://www.googleapis.com/auth/cloud-platform",-               "https://www.googleapis.com/auth/cloud-platform.read-only"]-        requestClient ProjectsInstancesTablesList'{..}-          = go _pitlParent _pitlXgafv _pitlUploadProtocol-              _pitlAccessToken-              _pitlUploadType-              _pitlView-              _pitlPageToken-              _pitlPageSize-              _pitlCallback-              (Just AltJSON)-              bigtableAdminService-          where go-                  = buildClient-                      (Proxy :: Proxy ProjectsInstancesTablesListResource)-                      mempty
− gen/Network/Google/Resource/BigtableAdmin/Projects/Instances/Tables/ModifyColumnFamilies.hs
@@ -1,187 +0,0 @@-{-# LANGUAGE DataKinds          #-}-{-# LANGUAGE DeriveDataTypeable #-}-{-# LANGUAGE DeriveGeneric      #-}-{-# LANGUAGE FlexibleInstances  #-}-{-# LANGUAGE NoImplicitPrelude  #-}-{-# LANGUAGE OverloadedStrings  #-}-{-# LANGUAGE RecordWildCards    #-}-{-# LANGUAGE TypeFamilies       #-}-{-# LANGUAGE TypeOperators      #-}--{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}-{-# OPTIONS_GHC -fno-warn-unused-binds      #-}-{-# OPTIONS_GHC -fno-warn-unused-imports    #-}---- |--- Module      : Network.Google.Resource.BigtableAdmin.Projects.Instances.Tables.ModifyColumnFamilies--- Copyright   : (c) 2015-2016 Brendan Hay--- License     : Mozilla Public License, v. 2.0.--- Maintainer  : Brendan Hay <brendan.g.hay@gmail.com>--- Stability   : auto-generated--- Portability : non-portable (GHC extensions)------ Performs a series of column family modifications on the specified table.--- Either all or none of the modifications will occur before this method--- returns, but data requests received prior to that point may see a table--- where only some modifications have taken effect.------ /See:/ <https://cloud.google.com/bigtable/ Cloud Bigtable Admin API Reference> for @bigtableadmin.projects.instances.tables.modifyColumnFamilies@.-module Network.Google.Resource.BigtableAdmin.Projects.Instances.Tables.ModifyColumnFamilies-    (-    -- * REST Resource-      ProjectsInstancesTablesModifyColumnFamiliesResource--    -- * Creating a Request-    , projectsInstancesTablesModifyColumnFamilies-    , ProjectsInstancesTablesModifyColumnFamilies--    -- * Request Lenses-    , pitmcfXgafv-    , pitmcfUploadProtocol-    , pitmcfAccessToken-    , pitmcfUploadType-    , pitmcfPayload-    , pitmcfName-    , pitmcfCallback-    ) where--import           Network.Google.BigtableAdmin.Types-import           Network.Google.Prelude---- | A resource alias for @bigtableadmin.projects.instances.tables.modifyColumnFamilies@ method which the--- 'ProjectsInstancesTablesModifyColumnFamilies' request conforms to.-type ProjectsInstancesTablesModifyColumnFamiliesResource-     =-     "v2" :>-       CaptureMode "name" "modifyColumnFamilies" Text :>-         QueryParam "$.xgafv" Xgafv :>-           QueryParam "upload_protocol" Text :>-             QueryParam "access_token" Text :>-               QueryParam "uploadType" Text :>-                 QueryParam "callback" Text :>-                   QueryParam "alt" AltJSON :>-                     ReqBody '[JSON] ModifyColumnFamiliesRequest :>-                       Post '[JSON] Table---- | Performs a series of column family modifications on the specified table.--- Either all or none of the modifications will occur before this method--- returns, but data requests received prior to that point may see a table--- where only some modifications have taken effect.------ /See:/ 'projectsInstancesTablesModifyColumnFamilies' smart constructor.-data ProjectsInstancesTablesModifyColumnFamilies =-  ProjectsInstancesTablesModifyColumnFamilies'-    { _pitmcfXgafv          :: !(Maybe Xgafv)-    , _pitmcfUploadProtocol :: !(Maybe Text)-    , _pitmcfAccessToken    :: !(Maybe Text)-    , _pitmcfUploadType     :: !(Maybe Text)-    , _pitmcfPayload        :: !ModifyColumnFamiliesRequest-    , _pitmcfName           :: !Text-    , _pitmcfCallback       :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'ProjectsInstancesTablesModifyColumnFamilies' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'pitmcfXgafv'------ * 'pitmcfUploadProtocol'------ * 'pitmcfAccessToken'------ * 'pitmcfUploadType'------ * 'pitmcfPayload'------ * 'pitmcfName'------ * 'pitmcfCallback'-projectsInstancesTablesModifyColumnFamilies-    :: ModifyColumnFamiliesRequest -- ^ 'pitmcfPayload'-    -> Text -- ^ 'pitmcfName'-    -> ProjectsInstancesTablesModifyColumnFamilies-projectsInstancesTablesModifyColumnFamilies pPitmcfPayload_ pPitmcfName_ =-  ProjectsInstancesTablesModifyColumnFamilies'-    { _pitmcfXgafv = Nothing-    , _pitmcfUploadProtocol = Nothing-    , _pitmcfAccessToken = Nothing-    , _pitmcfUploadType = Nothing-    , _pitmcfPayload = pPitmcfPayload_-    , _pitmcfName = pPitmcfName_-    , _pitmcfCallback = Nothing-    }----- | V1 error format.-pitmcfXgafv :: Lens' ProjectsInstancesTablesModifyColumnFamilies (Maybe Xgafv)-pitmcfXgafv-  = lens _pitmcfXgafv (\ s a -> s{_pitmcfXgafv = a})---- | Upload protocol for media (e.g. \"raw\", \"multipart\").-pitmcfUploadProtocol :: Lens' ProjectsInstancesTablesModifyColumnFamilies (Maybe Text)-pitmcfUploadProtocol-  = lens _pitmcfUploadProtocol-      (\ s a -> s{_pitmcfUploadProtocol = a})---- | OAuth access token.-pitmcfAccessToken :: Lens' ProjectsInstancesTablesModifyColumnFamilies (Maybe Text)-pitmcfAccessToken-  = lens _pitmcfAccessToken-      (\ s a -> s{_pitmcfAccessToken = a})---- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").-pitmcfUploadType :: Lens' ProjectsInstancesTablesModifyColumnFamilies (Maybe Text)-pitmcfUploadType-  = lens _pitmcfUploadType-      (\ s a -> s{_pitmcfUploadType = a})---- | Multipart request metadata.-pitmcfPayload :: Lens' ProjectsInstancesTablesModifyColumnFamilies ModifyColumnFamiliesRequest-pitmcfPayload-  = lens _pitmcfPayload-      (\ s a -> s{_pitmcfPayload = a})---- | The unique name of the table whose families should be modified. Values--- are of the form \`projects\/\/instances\/\/tables\/--- \`.-pitmcfName :: Lens' ProjectsInstancesTablesModifyColumnFamilies Text-pitmcfName-  = lens _pitmcfName (\ s a -> s{_pitmcfName = a})---- | JSONP-pitmcfCallback :: Lens' ProjectsInstancesTablesModifyColumnFamilies (Maybe Text)-pitmcfCallback-  = lens _pitmcfCallback-      (\ s a -> s{_pitmcfCallback = a})--instance GoogleRequest-           ProjectsInstancesTablesModifyColumnFamilies-         where-        type Rs ProjectsInstancesTablesModifyColumnFamilies =-             Table-        type Scopes-               ProjectsInstancesTablesModifyColumnFamilies-             =-             '["https://www.googleapis.com/auth/bigtable.admin",-               "https://www.googleapis.com/auth/bigtable.admin.table",-               "https://www.googleapis.com/auth/cloud-bigtable.admin",-               "https://www.googleapis.com/auth/cloud-bigtable.admin.table",-               "https://www.googleapis.com/auth/cloud-platform"]-        requestClient-          ProjectsInstancesTablesModifyColumnFamilies'{..}-          = go _pitmcfName _pitmcfXgafv _pitmcfUploadProtocol-              _pitmcfAccessToken-              _pitmcfUploadType-              _pitmcfCallback-              (Just AltJSON)-              _pitmcfPayload-              bigtableAdminService-          where go-                  = buildClient-                      (Proxy ::-                         Proxy-                           ProjectsInstancesTablesModifyColumnFamiliesResource)-                      mempty
− gen/Network/Google/Resource/BigtableAdmin/Projects/Instances/Tables/SetIAMPolicy.hs
@@ -1,179 +0,0 @@-{-# LANGUAGE DataKinds          #-}-{-# LANGUAGE DeriveDataTypeable #-}-{-# LANGUAGE DeriveGeneric      #-}-{-# LANGUAGE FlexibleInstances  #-}-{-# LANGUAGE NoImplicitPrelude  #-}-{-# LANGUAGE OverloadedStrings  #-}-{-# LANGUAGE RecordWildCards    #-}-{-# LANGUAGE TypeFamilies       #-}-{-# LANGUAGE TypeOperators      #-}--{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}-{-# OPTIONS_GHC -fno-warn-unused-binds      #-}-{-# OPTIONS_GHC -fno-warn-unused-imports    #-}---- |--- Module      : Network.Google.Resource.BigtableAdmin.Projects.Instances.Tables.SetIAMPolicy--- Copyright   : (c) 2015-2016 Brendan Hay--- License     : Mozilla Public License, v. 2.0.--- Maintainer  : Brendan Hay <brendan.g.hay@gmail.com>--- Stability   : auto-generated--- Portability : non-portable (GHC extensions)------ Sets the access control policy on a table resource. Replaces any--- existing policy.------ /See:/ <https://cloud.google.com/bigtable/ Cloud Bigtable Admin API Reference> for @bigtableadmin.projects.instances.tables.setIamPolicy@.-module Network.Google.Resource.BigtableAdmin.Projects.Instances.Tables.SetIAMPolicy-    (-    -- * REST Resource-      ProjectsInstancesTablesSetIAMPolicyResource--    -- * Creating a Request-    , projectsInstancesTablesSetIAMPolicy-    , ProjectsInstancesTablesSetIAMPolicy--    -- * Request Lenses-    , pitsipXgafv-    , pitsipUploadProtocol-    , pitsipAccessToken-    , pitsipUploadType-    , pitsipPayload-    , pitsipResource-    , pitsipCallback-    ) where--import           Network.Google.BigtableAdmin.Types-import           Network.Google.Prelude---- | A resource alias for @bigtableadmin.projects.instances.tables.setIamPolicy@ method which the--- 'ProjectsInstancesTablesSetIAMPolicy' request conforms to.-type ProjectsInstancesTablesSetIAMPolicyResource =-     "v2" :>-       CaptureMode "resource" "setIamPolicy" Text :>-         QueryParam "$.xgafv" Xgafv :>-           QueryParam "upload_protocol" Text :>-             QueryParam "access_token" Text :>-               QueryParam "uploadType" Text :>-                 QueryParam "callback" Text :>-                   QueryParam "alt" AltJSON :>-                     ReqBody '[JSON] SetIAMPolicyRequest :>-                       Post '[JSON] Policy---- | Sets the access control policy on a table resource. Replaces any--- existing policy.------ /See:/ 'projectsInstancesTablesSetIAMPolicy' smart constructor.-data ProjectsInstancesTablesSetIAMPolicy =-  ProjectsInstancesTablesSetIAMPolicy'-    { _pitsipXgafv          :: !(Maybe Xgafv)-    , _pitsipUploadProtocol :: !(Maybe Text)-    , _pitsipAccessToken    :: !(Maybe Text)-    , _pitsipUploadType     :: !(Maybe Text)-    , _pitsipPayload        :: !SetIAMPolicyRequest-    , _pitsipResource       :: !Text-    , _pitsipCallback       :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'ProjectsInstancesTablesSetIAMPolicy' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'pitsipXgafv'------ * 'pitsipUploadProtocol'------ * 'pitsipAccessToken'------ * 'pitsipUploadType'------ * 'pitsipPayload'------ * 'pitsipResource'------ * 'pitsipCallback'-projectsInstancesTablesSetIAMPolicy-    :: SetIAMPolicyRequest -- ^ 'pitsipPayload'-    -> Text -- ^ 'pitsipResource'-    -> ProjectsInstancesTablesSetIAMPolicy-projectsInstancesTablesSetIAMPolicy pPitsipPayload_ pPitsipResource_ =-  ProjectsInstancesTablesSetIAMPolicy'-    { _pitsipXgafv = Nothing-    , _pitsipUploadProtocol = Nothing-    , _pitsipAccessToken = Nothing-    , _pitsipUploadType = Nothing-    , _pitsipPayload = pPitsipPayload_-    , _pitsipResource = pPitsipResource_-    , _pitsipCallback = Nothing-    }----- | V1 error format.-pitsipXgafv :: Lens' ProjectsInstancesTablesSetIAMPolicy (Maybe Xgafv)-pitsipXgafv-  = lens _pitsipXgafv (\ s a -> s{_pitsipXgafv = a})---- | Upload protocol for media (e.g. \"raw\", \"multipart\").-pitsipUploadProtocol :: Lens' ProjectsInstancesTablesSetIAMPolicy (Maybe Text)-pitsipUploadProtocol-  = lens _pitsipUploadProtocol-      (\ s a -> s{_pitsipUploadProtocol = a})---- | OAuth access token.-pitsipAccessToken :: Lens' ProjectsInstancesTablesSetIAMPolicy (Maybe Text)-pitsipAccessToken-  = lens _pitsipAccessToken-      (\ s a -> s{_pitsipAccessToken = a})---- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").-pitsipUploadType :: Lens' ProjectsInstancesTablesSetIAMPolicy (Maybe Text)-pitsipUploadType-  = lens _pitsipUploadType-      (\ s a -> s{_pitsipUploadType = a})---- | Multipart request metadata.-pitsipPayload :: Lens' ProjectsInstancesTablesSetIAMPolicy SetIAMPolicyRequest-pitsipPayload-  = lens _pitsipPayload-      (\ s a -> s{_pitsipPayload = a})---- | REQUIRED: The resource for which the policy is being specified. See the--- operation documentation for the appropriate value for this field.-pitsipResource :: Lens' ProjectsInstancesTablesSetIAMPolicy Text-pitsipResource-  = lens _pitsipResource-      (\ s a -> s{_pitsipResource = a})---- | JSONP-pitsipCallback :: Lens' ProjectsInstancesTablesSetIAMPolicy (Maybe Text)-pitsipCallback-  = lens _pitsipCallback-      (\ s a -> s{_pitsipCallback = a})--instance GoogleRequest-           ProjectsInstancesTablesSetIAMPolicy-         where-        type Rs ProjectsInstancesTablesSetIAMPolicy = Policy-        type Scopes ProjectsInstancesTablesSetIAMPolicy =-             '["https://www.googleapis.com/auth/bigtable.admin",-               "https://www.googleapis.com/auth/bigtable.admin.table",-               "https://www.googleapis.com/auth/cloud-bigtable.admin",-               "https://www.googleapis.com/auth/cloud-bigtable.admin.table",-               "https://www.googleapis.com/auth/cloud-platform"]-        requestClient-          ProjectsInstancesTablesSetIAMPolicy'{..}-          = go _pitsipResource _pitsipXgafv-              _pitsipUploadProtocol-              _pitsipAccessToken-              _pitsipUploadType-              _pitsipCallback-              (Just AltJSON)-              _pitsipPayload-              bigtableAdminService-          where go-                  = buildClient-                      (Proxy ::-                         Proxy ProjectsInstancesTablesSetIAMPolicyResource)-                      mempty
− gen/Network/Google/Resource/BigtableAdmin/Projects/Instances/Tables/TestIAMPermissions.hs
@@ -1,182 +0,0 @@-{-# LANGUAGE DataKinds          #-}-{-# LANGUAGE DeriveDataTypeable #-}-{-# LANGUAGE DeriveGeneric      #-}-{-# LANGUAGE FlexibleInstances  #-}-{-# LANGUAGE NoImplicitPrelude  #-}-{-# LANGUAGE OverloadedStrings  #-}-{-# LANGUAGE RecordWildCards    #-}-{-# LANGUAGE TypeFamilies       #-}-{-# LANGUAGE TypeOperators      #-}--{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}-{-# OPTIONS_GHC -fno-warn-unused-binds      #-}-{-# OPTIONS_GHC -fno-warn-unused-imports    #-}---- |--- Module      : Network.Google.Resource.BigtableAdmin.Projects.Instances.Tables.TestIAMPermissions--- Copyright   : (c) 2015-2016 Brendan Hay--- License     : Mozilla Public License, v. 2.0.--- Maintainer  : Brendan Hay <brendan.g.hay@gmail.com>--- Stability   : auto-generated--- Portability : non-portable (GHC extensions)------ Returns permissions that the caller has on the specified table resource.------ /See:/ <https://cloud.google.com/bigtable/ Cloud Bigtable Admin API Reference> for @bigtableadmin.projects.instances.tables.testIamPermissions@.-module Network.Google.Resource.BigtableAdmin.Projects.Instances.Tables.TestIAMPermissions-    (-    -- * REST Resource-      ProjectsInstancesTablesTestIAMPermissionsResource--    -- * Creating a Request-    , projectsInstancesTablesTestIAMPermissions-    , ProjectsInstancesTablesTestIAMPermissions--    -- * Request Lenses-    , pittipXgafv-    , pittipUploadProtocol-    , pittipAccessToken-    , pittipUploadType-    , pittipPayload-    , pittipResource-    , pittipCallback-    ) where--import           Network.Google.BigtableAdmin.Types-import           Network.Google.Prelude---- | A resource alias for @bigtableadmin.projects.instances.tables.testIamPermissions@ method which the--- 'ProjectsInstancesTablesTestIAMPermissions' request conforms to.-type ProjectsInstancesTablesTestIAMPermissionsResource-     =-     "v2" :>-       CaptureMode "resource" "testIamPermissions" Text :>-         QueryParam "$.xgafv" Xgafv :>-           QueryParam "upload_protocol" Text :>-             QueryParam "access_token" Text :>-               QueryParam "uploadType" Text :>-                 QueryParam "callback" Text :>-                   QueryParam "alt" AltJSON :>-                     ReqBody '[JSON] TestIAMPermissionsRequest :>-                       Post '[JSON] TestIAMPermissionsResponse---- | Returns permissions that the caller has on the specified table resource.------ /See:/ 'projectsInstancesTablesTestIAMPermissions' smart constructor.-data ProjectsInstancesTablesTestIAMPermissions =-  ProjectsInstancesTablesTestIAMPermissions'-    { _pittipXgafv          :: !(Maybe Xgafv)-    , _pittipUploadProtocol :: !(Maybe Text)-    , _pittipAccessToken    :: !(Maybe Text)-    , _pittipUploadType     :: !(Maybe Text)-    , _pittipPayload        :: !TestIAMPermissionsRequest-    , _pittipResource       :: !Text-    , _pittipCallback       :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'ProjectsInstancesTablesTestIAMPermissions' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'pittipXgafv'------ * 'pittipUploadProtocol'------ * 'pittipAccessToken'------ * 'pittipUploadType'------ * 'pittipPayload'------ * 'pittipResource'------ * 'pittipCallback'-projectsInstancesTablesTestIAMPermissions-    :: TestIAMPermissionsRequest -- ^ 'pittipPayload'-    -> Text -- ^ 'pittipResource'-    -> ProjectsInstancesTablesTestIAMPermissions-projectsInstancesTablesTestIAMPermissions pPittipPayload_ pPittipResource_ =-  ProjectsInstancesTablesTestIAMPermissions'-    { _pittipXgafv = Nothing-    , _pittipUploadProtocol = Nothing-    , _pittipAccessToken = Nothing-    , _pittipUploadType = Nothing-    , _pittipPayload = pPittipPayload_-    , _pittipResource = pPittipResource_-    , _pittipCallback = Nothing-    }----- | V1 error format.-pittipXgafv :: Lens' ProjectsInstancesTablesTestIAMPermissions (Maybe Xgafv)-pittipXgafv-  = lens _pittipXgafv (\ s a -> s{_pittipXgafv = a})---- | Upload protocol for media (e.g. \"raw\", \"multipart\").-pittipUploadProtocol :: Lens' ProjectsInstancesTablesTestIAMPermissions (Maybe Text)-pittipUploadProtocol-  = lens _pittipUploadProtocol-      (\ s a -> s{_pittipUploadProtocol = a})---- | OAuth access token.-pittipAccessToken :: Lens' ProjectsInstancesTablesTestIAMPermissions (Maybe Text)-pittipAccessToken-  = lens _pittipAccessToken-      (\ s a -> s{_pittipAccessToken = a})---- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").-pittipUploadType :: Lens' ProjectsInstancesTablesTestIAMPermissions (Maybe Text)-pittipUploadType-  = lens _pittipUploadType-      (\ s a -> s{_pittipUploadType = a})---- | Multipart request metadata.-pittipPayload :: Lens' ProjectsInstancesTablesTestIAMPermissions TestIAMPermissionsRequest-pittipPayload-  = lens _pittipPayload-      (\ s a -> s{_pittipPayload = a})---- | REQUIRED: The resource for which the policy detail is being requested.--- See the operation documentation for the appropriate value for this--- field.-pittipResource :: Lens' ProjectsInstancesTablesTestIAMPermissions Text-pittipResource-  = lens _pittipResource-      (\ s a -> s{_pittipResource = a})---- | JSONP-pittipCallback :: Lens' ProjectsInstancesTablesTestIAMPermissions (Maybe Text)-pittipCallback-  = lens _pittipCallback-      (\ s a -> s{_pittipCallback = a})--instance GoogleRequest-           ProjectsInstancesTablesTestIAMPermissions-         where-        type Rs ProjectsInstancesTablesTestIAMPermissions =-             TestIAMPermissionsResponse-        type Scopes ProjectsInstancesTablesTestIAMPermissions-             =-             '["https://www.googleapis.com/auth/bigtable.admin",-               "https://www.googleapis.com/auth/bigtable.admin.table",-               "https://www.googleapis.com/auth/cloud-bigtable.admin",-               "https://www.googleapis.com/auth/cloud-bigtable.admin.table",-               "https://www.googleapis.com/auth/cloud-platform"]-        requestClient-          ProjectsInstancesTablesTestIAMPermissions'{..}-          = go _pittipResource _pittipXgafv-              _pittipUploadProtocol-              _pittipAccessToken-              _pittipUploadType-              _pittipCallback-              (Just AltJSON)-              _pittipPayload-              bigtableAdminService-          where go-                  = buildClient-                      (Proxy ::-                         Proxy-                           ProjectsInstancesTablesTestIAMPermissionsResource)-                      mempty
− gen/Network/Google/Resource/BigtableAdmin/Projects/Instances/TestIAMPermissions.hs
@@ -1,180 +0,0 @@-{-# LANGUAGE DataKinds          #-}-{-# LANGUAGE DeriveDataTypeable #-}-{-# LANGUAGE DeriveGeneric      #-}-{-# LANGUAGE FlexibleInstances  #-}-{-# LANGUAGE NoImplicitPrelude  #-}-{-# LANGUAGE OverloadedStrings  #-}-{-# LANGUAGE RecordWildCards    #-}-{-# LANGUAGE TypeFamilies       #-}-{-# LANGUAGE TypeOperators      #-}--{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}-{-# OPTIONS_GHC -fno-warn-unused-binds      #-}-{-# OPTIONS_GHC -fno-warn-unused-imports    #-}---- |--- Module      : Network.Google.Resource.BigtableAdmin.Projects.Instances.TestIAMPermissions--- Copyright   : (c) 2015-2016 Brendan Hay--- License     : Mozilla Public License, v. 2.0.--- Maintainer  : Brendan Hay <brendan.g.hay@gmail.com>--- Stability   : auto-generated--- Portability : non-portable (GHC extensions)------ Returns permissions that the caller has on the specified instance--- resource.------ /See:/ <https://cloud.google.com/bigtable/ Cloud Bigtable Admin API Reference> for @bigtableadmin.projects.instances.testIamPermissions@.-module Network.Google.Resource.BigtableAdmin.Projects.Instances.TestIAMPermissions-    (-    -- * REST Resource-      ProjectsInstancesTestIAMPermissionsResource--    -- * Creating a Request-    , projectsInstancesTestIAMPermissions-    , ProjectsInstancesTestIAMPermissions--    -- * Request Lenses-    , pitipXgafv-    , pitipUploadProtocol-    , pitipAccessToken-    , pitipUploadType-    , pitipPayload-    , pitipResource-    , pitipCallback-    ) where--import           Network.Google.BigtableAdmin.Types-import           Network.Google.Prelude---- | A resource alias for @bigtableadmin.projects.instances.testIamPermissions@ method which the--- 'ProjectsInstancesTestIAMPermissions' request conforms to.-type ProjectsInstancesTestIAMPermissionsResource =-     "v2" :>-       CaptureMode "resource" "testIamPermissions" Text :>-         QueryParam "$.xgafv" Xgafv :>-           QueryParam "upload_protocol" Text :>-             QueryParam "access_token" Text :>-               QueryParam "uploadType" Text :>-                 QueryParam "callback" Text :>-                   QueryParam "alt" AltJSON :>-                     ReqBody '[JSON] TestIAMPermissionsRequest :>-                       Post '[JSON] TestIAMPermissionsResponse---- | Returns permissions that the caller has on the specified instance--- resource.------ /See:/ 'projectsInstancesTestIAMPermissions' smart constructor.-data ProjectsInstancesTestIAMPermissions =-  ProjectsInstancesTestIAMPermissions'-    { _pitipXgafv          :: !(Maybe Xgafv)-    , _pitipUploadProtocol :: !(Maybe Text)-    , _pitipAccessToken    :: !(Maybe Text)-    , _pitipUploadType     :: !(Maybe Text)-    , _pitipPayload        :: !TestIAMPermissionsRequest-    , _pitipResource       :: !Text-    , _pitipCallback       :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'ProjectsInstancesTestIAMPermissions' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'pitipXgafv'------ * 'pitipUploadProtocol'------ * 'pitipAccessToken'------ * 'pitipUploadType'------ * 'pitipPayload'------ * 'pitipResource'------ * 'pitipCallback'-projectsInstancesTestIAMPermissions-    :: TestIAMPermissionsRequest -- ^ 'pitipPayload'-    -> Text -- ^ 'pitipResource'-    -> ProjectsInstancesTestIAMPermissions-projectsInstancesTestIAMPermissions pPitipPayload_ pPitipResource_ =-  ProjectsInstancesTestIAMPermissions'-    { _pitipXgafv = Nothing-    , _pitipUploadProtocol = Nothing-    , _pitipAccessToken = Nothing-    , _pitipUploadType = Nothing-    , _pitipPayload = pPitipPayload_-    , _pitipResource = pPitipResource_-    , _pitipCallback = Nothing-    }----- | V1 error format.-pitipXgafv :: Lens' ProjectsInstancesTestIAMPermissions (Maybe Xgafv)-pitipXgafv-  = lens _pitipXgafv (\ s a -> s{_pitipXgafv = a})---- | Upload protocol for media (e.g. \"raw\", \"multipart\").-pitipUploadProtocol :: Lens' ProjectsInstancesTestIAMPermissions (Maybe Text)-pitipUploadProtocol-  = lens _pitipUploadProtocol-      (\ s a -> s{_pitipUploadProtocol = a})---- | OAuth access token.-pitipAccessToken :: Lens' ProjectsInstancesTestIAMPermissions (Maybe Text)-pitipAccessToken-  = lens _pitipAccessToken-      (\ s a -> s{_pitipAccessToken = a})---- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").-pitipUploadType :: Lens' ProjectsInstancesTestIAMPermissions (Maybe Text)-pitipUploadType-  = lens _pitipUploadType-      (\ s a -> s{_pitipUploadType = a})---- | Multipart request metadata.-pitipPayload :: Lens' ProjectsInstancesTestIAMPermissions TestIAMPermissionsRequest-pitipPayload-  = lens _pitipPayload (\ s a -> s{_pitipPayload = a})---- | REQUIRED: The resource for which the policy detail is being requested.--- See the operation documentation for the appropriate value for this--- field.-pitipResource :: Lens' ProjectsInstancesTestIAMPermissions Text-pitipResource-  = lens _pitipResource-      (\ s a -> s{_pitipResource = a})---- | JSONP-pitipCallback :: Lens' ProjectsInstancesTestIAMPermissions (Maybe Text)-pitipCallback-  = lens _pitipCallback-      (\ s a -> s{_pitipCallback = a})--instance GoogleRequest-           ProjectsInstancesTestIAMPermissions-         where-        type Rs ProjectsInstancesTestIAMPermissions =-             TestIAMPermissionsResponse-        type Scopes ProjectsInstancesTestIAMPermissions =-             '["https://www.googleapis.com/auth/bigtable.admin",-               "https://www.googleapis.com/auth/bigtable.admin.cluster",-               "https://www.googleapis.com/auth/bigtable.admin.instance",-               "https://www.googleapis.com/auth/cloud-bigtable.admin",-               "https://www.googleapis.com/auth/cloud-bigtable.admin.cluster",-               "https://www.googleapis.com/auth/cloud-platform"]-        requestClient-          ProjectsInstancesTestIAMPermissions'{..}-          = go _pitipResource _pitipXgafv _pitipUploadProtocol-              _pitipAccessToken-              _pitipUploadType-              _pitipCallback-              (Just AltJSON)-              _pitipPayload-              bigtableAdminService-          where go-                  = buildClient-                      (Proxy ::-                         Proxy ProjectsInstancesTestIAMPermissionsResource)-                      mempty
− gen/Network/Google/Resource/BigtableAdmin/Projects/Instances/Update.hs
@@ -1,171 +0,0 @@-{-# LANGUAGE DataKinds          #-}-{-# LANGUAGE DeriveDataTypeable #-}-{-# LANGUAGE DeriveGeneric      #-}-{-# LANGUAGE FlexibleInstances  #-}-{-# LANGUAGE NoImplicitPrelude  #-}-{-# LANGUAGE OverloadedStrings  #-}-{-# LANGUAGE RecordWildCards    #-}-{-# LANGUAGE TypeFamilies       #-}-{-# LANGUAGE TypeOperators      #-}--{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}-{-# OPTIONS_GHC -fno-warn-unused-binds      #-}-{-# OPTIONS_GHC -fno-warn-unused-imports    #-}---- |--- Module      : Network.Google.Resource.BigtableAdmin.Projects.Instances.Update--- Copyright   : (c) 2015-2016 Brendan Hay--- License     : Mozilla Public License, v. 2.0.--- Maintainer  : Brendan Hay <brendan.g.hay@gmail.com>--- Stability   : auto-generated--- Portability : non-portable (GHC extensions)------ Updates an instance within a project. This method updates only the--- display name and type for an Instance. To update other Instance--- properties, such as labels, use PartialUpdateInstance.------ /See:/ <https://cloud.google.com/bigtable/ Cloud Bigtable Admin API Reference> for @bigtableadmin.projects.instances.update@.-module Network.Google.Resource.BigtableAdmin.Projects.Instances.Update-    (-    -- * REST Resource-      ProjectsInstancesUpdateResource--    -- * Creating a Request-    , projectsInstancesUpdate-    , ProjectsInstancesUpdate--    -- * Request Lenses-    , piuXgafv-    , piuUploadProtocol-    , piuAccessToken-    , piuUploadType-    , piuPayload-    , piuName-    , piuCallback-    ) where--import           Network.Google.BigtableAdmin.Types-import           Network.Google.Prelude---- | A resource alias for @bigtableadmin.projects.instances.update@ method which the--- 'ProjectsInstancesUpdate' request conforms to.-type ProjectsInstancesUpdateResource =-     "v2" :>-       Capture "name" Text :>-         QueryParam "$.xgafv" Xgafv :>-           QueryParam "upload_protocol" Text :>-             QueryParam "access_token" Text :>-               QueryParam "uploadType" Text :>-                 QueryParam "callback" Text :>-                   QueryParam "alt" AltJSON :>-                     ReqBody '[JSON] Instance :> Put '[JSON] Instance---- | Updates an instance within a project. This method updates only the--- display name and type for an Instance. To update other Instance--- properties, such as labels, use PartialUpdateInstance.------ /See:/ 'projectsInstancesUpdate' smart constructor.-data ProjectsInstancesUpdate =-  ProjectsInstancesUpdate'-    { _piuXgafv          :: !(Maybe Xgafv)-    , _piuUploadProtocol :: !(Maybe Text)-    , _piuAccessToken    :: !(Maybe Text)-    , _piuUploadType     :: !(Maybe Text)-    , _piuPayload        :: !Instance-    , _piuName           :: !Text-    , _piuCallback       :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'ProjectsInstancesUpdate' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'piuXgafv'------ * 'piuUploadProtocol'------ * 'piuAccessToken'------ * 'piuUploadType'------ * 'piuPayload'------ * 'piuName'------ * 'piuCallback'-projectsInstancesUpdate-    :: Instance -- ^ 'piuPayload'-    -> Text -- ^ 'piuName'-    -> ProjectsInstancesUpdate-projectsInstancesUpdate pPiuPayload_ pPiuName_ =-  ProjectsInstancesUpdate'-    { _piuXgafv = Nothing-    , _piuUploadProtocol = Nothing-    , _piuAccessToken = Nothing-    , _piuUploadType = Nothing-    , _piuPayload = pPiuPayload_-    , _piuName = pPiuName_-    , _piuCallback = Nothing-    }----- | V1 error format.-piuXgafv :: Lens' ProjectsInstancesUpdate (Maybe Xgafv)-piuXgafv = lens _piuXgafv (\ s a -> s{_piuXgafv = a})---- | Upload protocol for media (e.g. \"raw\", \"multipart\").-piuUploadProtocol :: Lens' ProjectsInstancesUpdate (Maybe Text)-piuUploadProtocol-  = lens _piuUploadProtocol-      (\ s a -> s{_piuUploadProtocol = a})---- | OAuth access token.-piuAccessToken :: Lens' ProjectsInstancesUpdate (Maybe Text)-piuAccessToken-  = lens _piuAccessToken-      (\ s a -> s{_piuAccessToken = a})---- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").-piuUploadType :: Lens' ProjectsInstancesUpdate (Maybe Text)-piuUploadType-  = lens _piuUploadType-      (\ s a -> s{_piuUploadType = a})---- | Multipart request metadata.-piuPayload :: Lens' ProjectsInstancesUpdate Instance-piuPayload-  = lens _piuPayload (\ s a -> s{_piuPayload = a})---- | (\`OutputOnly\`) The unique name of the instance. Values are of the form--- \`projects\/\/instances\/a-z+[a-z0-9]\`.-piuName :: Lens' ProjectsInstancesUpdate Text-piuName = lens _piuName (\ s a -> s{_piuName = a})---- | JSONP-piuCallback :: Lens' ProjectsInstancesUpdate (Maybe Text)-piuCallback-  = lens _piuCallback (\ s a -> s{_piuCallback = a})--instance GoogleRequest ProjectsInstancesUpdate where-        type Rs ProjectsInstancesUpdate = Instance-        type Scopes ProjectsInstancesUpdate =-             '["https://www.googleapis.com/auth/bigtable.admin",-               "https://www.googleapis.com/auth/bigtable.admin.cluster",-               "https://www.googleapis.com/auth/bigtable.admin.instance",-               "https://www.googleapis.com/auth/cloud-bigtable.admin",-               "https://www.googleapis.com/auth/cloud-bigtable.admin.cluster",-               "https://www.googleapis.com/auth/cloud-platform"]-        requestClient ProjectsInstancesUpdate'{..}-          = go _piuName _piuXgafv _piuUploadProtocol-              _piuAccessToken-              _piuUploadType-              _piuCallback-              (Just AltJSON)-              _piuPayload-              bigtableAdminService-          where go-                  = buildClient-                      (Proxy :: Proxy ProjectsInstancesUpdateResource)-                      mempty
gogol-bigtableadmin.cabal view
@@ -1,79 +1,121 @@-name:                  gogol-bigtableadmin-version:               0.5.0-synopsis:              Google Cloud Bigtable Admin SDK.-homepage:              https://github.com/brendanhay/gogol-bug-reports:           https://github.com/brendanhay/gogol/issues-license:               OtherLicense-license-file:          LICENSE-author:                Brendan Hay-maintainer:            Brendan Hay <brendan.g.hay@gmail.com>-copyright:             Copyright (c) 2015-2016 Brendan Hay-category:              Network, Google, Cloud-build-type:            Simple-cabal-version:         >= 1.10-extra-source-files:    README.md src/.gitkeep+cabal-version:      2.2+name:               gogol-bigtableadmin+version:            1.0.0+synopsis:           Google Cloud Bigtable Admin SDK.+homepage:           https://github.com/brendanhay/gogol+bug-reports:        https://github.com/brendanhay/gogol/issues+license:            MPL-2.0+license-file:       LICENSE+author:             Brendan Hay+maintainer:+  Brendan Hay <brendan.g.hay+gogol@gmail.com>, Toni Cebrián <toni@tonicebrian.com> +copyright:          Copyright (c) 2015-2025 Brendan Hay+category:           Google+build-type:         Simple+extra-source-files:+  README.md+  src/.gitkeep+ description:-    Administer your Cloud Bigtable tables and instances.-    .-    /Warning:/ This is an experimental prototype/preview release which is still-    under exploratory development and not intended for public use, caveat emptor!-    .-    This library is compatible with version @v2@-    of the API.+  Administer your Cloud Bigtable tables and instances.+  .+  /Warning:/ This is an experimental prototype/preview release which is still+  under exploratory development and not intended for public use, caveat emptor!+  .+  This library is compatible with version @v2@+  of the API.  source-repository head-    type:     git-    location: git://github.com/brendanhay/gogol.git+  type:     git+  location: git://github.com/brendanhay/gogol.git+  subdir:   gogol-bigtableadmin +flag field-selectors+  description:+    If record field selectors should be enabled. Disabling this requires GHC >=9.2 and the NoFieldSelectors extension.++  default:     False+  manual:      True+ library-    default-language:  Haskell2010-    hs-source-dirs:    src gen+  default-language: GHC2021+  hs-source-dirs:   src gen+  ghc-options:+    -Wall -fwarn-incomplete-uni-patterns+    -fwarn-incomplete-record-updates -funbox-strict-fields+    -fwarn-unused-packages -    ghc-options:       -Wall+  if (!flag(field-selectors) && impl(ghc >=9.2))+    default-extensions: NoFieldSelectors -    exposed-modules:-          Network.Google.BigtableAdmin-        , Network.Google.BigtableAdmin.Types-        , Network.Google.Resource.BigtableAdmin.Operations.Cancel-        , Network.Google.Resource.BigtableAdmin.Operations.Delete-        , Network.Google.Resource.BigtableAdmin.Operations.Get-        , Network.Google.Resource.BigtableAdmin.Operations.Projects.Operations.List-        , Network.Google.Resource.BigtableAdmin.Projects.Instances.AppProFiles.Create-        , Network.Google.Resource.BigtableAdmin.Projects.Instances.AppProFiles.Delete-        , Network.Google.Resource.BigtableAdmin.Projects.Instances.AppProFiles.Get-        , Network.Google.Resource.BigtableAdmin.Projects.Instances.AppProFiles.List-        , Network.Google.Resource.BigtableAdmin.Projects.Instances.AppProFiles.Patch-        , Network.Google.Resource.BigtableAdmin.Projects.Instances.Clusters.Create-        , Network.Google.Resource.BigtableAdmin.Projects.Instances.Clusters.Delete-        , Network.Google.Resource.BigtableAdmin.Projects.Instances.Clusters.Get-        , Network.Google.Resource.BigtableAdmin.Projects.Instances.Clusters.List-        , Network.Google.Resource.BigtableAdmin.Projects.Instances.Clusters.Update-        , Network.Google.Resource.BigtableAdmin.Projects.Instances.Create-        , Network.Google.Resource.BigtableAdmin.Projects.Instances.Delete-        , Network.Google.Resource.BigtableAdmin.Projects.Instances.Get-        , Network.Google.Resource.BigtableAdmin.Projects.Instances.GetIAMPolicy-        , Network.Google.Resource.BigtableAdmin.Projects.Instances.List-        , Network.Google.Resource.BigtableAdmin.Projects.Instances.PartialUpdateInstance-        , Network.Google.Resource.BigtableAdmin.Projects.Instances.SetIAMPolicy-        , Network.Google.Resource.BigtableAdmin.Projects.Instances.Tables.CheckConsistency-        , Network.Google.Resource.BigtableAdmin.Projects.Instances.Tables.Create-        , Network.Google.Resource.BigtableAdmin.Projects.Instances.Tables.Delete-        , Network.Google.Resource.BigtableAdmin.Projects.Instances.Tables.DropRowRange-        , Network.Google.Resource.BigtableAdmin.Projects.Instances.Tables.GenerateConsistencyToken-        , Network.Google.Resource.BigtableAdmin.Projects.Instances.Tables.Get-        , Network.Google.Resource.BigtableAdmin.Projects.Instances.Tables.GetIAMPolicy-        , Network.Google.Resource.BigtableAdmin.Projects.Instances.Tables.List-        , Network.Google.Resource.BigtableAdmin.Projects.Instances.Tables.ModifyColumnFamilies-        , Network.Google.Resource.BigtableAdmin.Projects.Instances.Tables.SetIAMPolicy-        , Network.Google.Resource.BigtableAdmin.Projects.Instances.Tables.TestIAMPermissions-        , Network.Google.Resource.BigtableAdmin.Projects.Instances.TestIAMPermissions-        , Network.Google.Resource.BigtableAdmin.Projects.Instances.Update+  exposed-modules:+    Gogol.BigtableAdmin+    Gogol.BigtableAdmin.Operations.Get+    Gogol.BigtableAdmin.Operations.Projects.Operations.List+    Gogol.BigtableAdmin.Projects.Instances.AppProfiles.Create+    Gogol.BigtableAdmin.Projects.Instances.AppProfiles.Delete+    Gogol.BigtableAdmin.Projects.Instances.AppProfiles.Get+    Gogol.BigtableAdmin.Projects.Instances.AppProfiles.List+    Gogol.BigtableAdmin.Projects.Instances.AppProfiles.Patch+    Gogol.BigtableAdmin.Projects.Instances.Clusters.Backups.Copy+    Gogol.BigtableAdmin.Projects.Instances.Clusters.Backups.Create+    Gogol.BigtableAdmin.Projects.Instances.Clusters.Backups.Delete+    Gogol.BigtableAdmin.Projects.Instances.Clusters.Backups.Get+    Gogol.BigtableAdmin.Projects.Instances.Clusters.Backups.GetIamPolicy+    Gogol.BigtableAdmin.Projects.Instances.Clusters.Backups.List+    Gogol.BigtableAdmin.Projects.Instances.Clusters.Backups.Patch+    Gogol.BigtableAdmin.Projects.Instances.Clusters.Backups.SetIamPolicy+    Gogol.BigtableAdmin.Projects.Instances.Clusters.Backups.TestIamPermissions+    Gogol.BigtableAdmin.Projects.Instances.Clusters.Create+    Gogol.BigtableAdmin.Projects.Instances.Clusters.Delete+    Gogol.BigtableAdmin.Projects.Instances.Clusters.Get+    Gogol.BigtableAdmin.Projects.Instances.Clusters.HotTablets.List+    Gogol.BigtableAdmin.Projects.Instances.Clusters.List+    Gogol.BigtableAdmin.Projects.Instances.Clusters.PartialUpdateCluster+    Gogol.BigtableAdmin.Projects.Instances.Clusters.Update+    Gogol.BigtableAdmin.Projects.Instances.Create+    Gogol.BigtableAdmin.Projects.Instances.Delete+    Gogol.BigtableAdmin.Projects.Instances.Get+    Gogol.BigtableAdmin.Projects.Instances.GetIamPolicy+    Gogol.BigtableAdmin.Projects.Instances.List+    Gogol.BigtableAdmin.Projects.Instances.LogicalViews.GetIamPolicy+    Gogol.BigtableAdmin.Projects.Instances.LogicalViews.SetIamPolicy+    Gogol.BigtableAdmin.Projects.Instances.LogicalViews.TestIamPermissions+    Gogol.BigtableAdmin.Projects.Instances.MaterializedViews.GetIamPolicy+    Gogol.BigtableAdmin.Projects.Instances.MaterializedViews.SetIamPolicy+    Gogol.BigtableAdmin.Projects.Instances.MaterializedViews.TestIamPermissions+    Gogol.BigtableAdmin.Projects.Instances.PartialUpdateInstance+    Gogol.BigtableAdmin.Projects.Instances.SetIamPolicy+    Gogol.BigtableAdmin.Projects.Instances.Tables.AuthorizedViews.Create+    Gogol.BigtableAdmin.Projects.Instances.Tables.AuthorizedViews.Delete+    Gogol.BigtableAdmin.Projects.Instances.Tables.AuthorizedViews.Get+    Gogol.BigtableAdmin.Projects.Instances.Tables.AuthorizedViews.GetIamPolicy+    Gogol.BigtableAdmin.Projects.Instances.Tables.AuthorizedViews.List+    Gogol.BigtableAdmin.Projects.Instances.Tables.AuthorizedViews.Patch+    Gogol.BigtableAdmin.Projects.Instances.Tables.AuthorizedViews.SetIamPolicy+    Gogol.BigtableAdmin.Projects.Instances.Tables.AuthorizedViews.TestIamPermissions+    Gogol.BigtableAdmin.Projects.Instances.Tables.CheckConsistency+    Gogol.BigtableAdmin.Projects.Instances.Tables.Create+    Gogol.BigtableAdmin.Projects.Instances.Tables.Delete+    Gogol.BigtableAdmin.Projects.Instances.Tables.DropRowRange+    Gogol.BigtableAdmin.Projects.Instances.Tables.GenerateConsistencyToken+    Gogol.BigtableAdmin.Projects.Instances.Tables.Get+    Gogol.BigtableAdmin.Projects.Instances.Tables.GetIamPolicy+    Gogol.BigtableAdmin.Projects.Instances.Tables.List+    Gogol.BigtableAdmin.Projects.Instances.Tables.ModifyColumnFamilies+    Gogol.BigtableAdmin.Projects.Instances.Tables.Patch+    Gogol.BigtableAdmin.Projects.Instances.Tables.Restore+    Gogol.BigtableAdmin.Projects.Instances.Tables.SetIamPolicy+    Gogol.BigtableAdmin.Projects.Instances.Tables.TestIamPermissions+    Gogol.BigtableAdmin.Projects.Instances.Tables.Undelete+    Gogol.BigtableAdmin.Projects.Instances.TestIamPermissions+    Gogol.BigtableAdmin.Projects.Instances.Update+    Gogol.BigtableAdmin.Projects.Locations.List+    Gogol.BigtableAdmin.Types -    other-modules:-          Network.Google.BigtableAdmin.Types.Product-        , Network.Google.BigtableAdmin.Types.Sum+  other-modules:+    Gogol.BigtableAdmin.Internal.Product+    Gogol.BigtableAdmin.Internal.Sum -    build-depends:-          gogol-core == 0.5.0.*-        , base       >= 4.7 && < 5+  build-depends:    gogol-core ^>=1.0.0