Class /GOOG/CL_BIGTABLEADMIN_V2

Classe

/GOOG/CL_BIGTABLEADMIN_V2
  • Héritage de : /GOOG/CL_HTTP_CLIENT
  • Description : Cloud Bigtable Admin API v2
Pour obtenir des informations générales sur une classe du SDK ABAP pour Google Cloud, consultez la page Bouchon de client API.

Types

Type Description Visibilité
TY_001 AppProfile PUBLIC
TY_002 AuditConfig PUBLIC
TY_003 AuditLogConfig PUBLIC
TY_004 AutoscalingLimits PUBLIC
TY_005 AutoscalingTargets PUBLIC
TY_006 Backup PUBLIC
TY_007 BackupInfo PUBLIC
TY_008 Binding PUBLIC
TY_009 ChangeStreamConfig PUBLIC
TY_010 CheckConsistencyRequest PUBLIC
TY_011 CheckConsistencyResponse PUBLIC
TY_012 Cluster PUBLIC
TY_013 ClusterAutoscalingConfig PUBLIC
TY_014 ClusterConfig PUBLIC
TY_015 ClusterState PUBLIC
TY_016 ColumnFamily PUBLIC
TY_017 ColumnFamilyStats PUBLIC
TY_018 CopyBackupRequest PUBLIC
TY_020 CreateInstanceRequest PUBLIC
TY_021 CreateTableRequest PUBLIC
TY_022 DropRowRangeRequest PUBLIC
TY_024 EncryptionConfig PUBLIC
TY_025 EncryptionInfo PUBLIC
TY_026 Expr PUBLIC
TY_029 GenerateConsistencyTokenResponse PUBLIC
TY_030 GetIamPolicyRequest PUBLIC
TY_031 GetPolicyOptions PUBLIC
TY_032 HotTablet PUBLIC
TY_033 Instance PUBLIC
TY_035 ListAppProfilesResponse PUBLIC
TY_036 ListBackupsResponse PUBLIC
TY_037 ListClustersResponse PUBLIC
TY_038 ListHotTabletsResponse PUBLIC
TY_039 ListInstancesResponse PUBLIC
TY_040 ListLocationsResponse PUBLIC
TY_041 ListOperationsResponse PUBLIC
TY_042 ListTablesResponse PUBLIC
TY_043 Location PUBLIC
TY_044 Modification PUBLIC
TY_045 ModifyColumnFamiliesRequest PUBLIC
TY_046 MultiClusterRoutingUseAny PUBLIC
TY_047 Operation PUBLIC
TY_051 Policy PUBLIC
TY_052 RestoreInfo PUBLIC
TY_053 RestoreTableRequest PUBLIC
TY_054 SetIamPolicyRequest PUBLIC
TY_055 SingleClusterRouting PUBLIC
TY_056 Split PUBLIC
TY_057 Status PUBLIC
TY_058 Table PUBLIC
TY_060 TableStats PUBLIC
TY_061 TestIamPermissionsRequest PUBLIC
TY_062 TestIamPermissionsResponse PUBLIC
TY_065 StandardIsolation PUBLIC
TY_T_001 AppProfile PUBLIC
TY_T_002 AuditConfig PUBLIC
TY_T_003 AuditLogConfig PUBLIC
TY_T_006 Backup PUBLIC
TY_T_008 Binding PUBLIC
TY_T_012 Cluster PUBLIC
TY_T_025 EncryptionInfo PUBLIC
TY_T_032 HotTablet PUBLIC
TY_T_033 Instance PUBLIC
TY_T_043 Location PUBLIC
TY_T_044 Modification PUBLIC
TY_T_047 Operation PUBLIC
TY_T_056 Split PUBLIC
TY_T_058 Table PUBLIC
TY_T_STRING Table of Strings PUBLIC

Constantes

Nom Type Description Valeur Visibilité
C_SUPPORTED_AUTH /GOOG/SUPP_AUTH Types d'authentification pris en charge IJIJWW PUBLIC
C_SERVICE_NAME /GOOG/SERVICE_NAME Nom du service Google bigtableadmin:v2 PUBLIC
C_ROOT_URL STRING URL racine de l'API https://bigtableadmin.googleapis.com PUBLIC
C_REVISION_DATE DATUM Date de révision du document de découverte 20240221 PUBLIC
C_PATH_PREFIX STRING Préfixe de chemin d'API PUBLIC
C_ON_PREM_VERSION /GOOG/SDK_VERSION Version sur site la plus basse 1.5 PUBLIC
C_CLOUD_VERSION /GOOG/SDK_VERSION Version Cloud la plus basse 1.0 PUBLIC

Méthodes

Pour obtenir des informations générales sur une méthode du SDK ABAP pour Google Cloud, consultez la page Méthode API.

CONSTRUCTOR

  • Description : Constructor
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_KEY_NAME IMPORTING /GOOG/KEYNAME Nom de la clé Google Cloud
IV_LOG_OBJ IMPORTING BALOBJ_D Journal d'application : nom de l'objet (code d'application)
IV_LOG_SUBOBJ IMPORTING BALSUBOBJ Journal d'application : sous-objet

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

CHECK_CONSISTENCY_TABLES

  • Description : bigtableadmin.projects.instances.tables.checkConsistency
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_INSTANCES_ID IMPORTING STRING instancesId
IV_P_TABLES_ID Importation STRING tablesId
IS_INPUT Importation TY_010 CheckConsistencyRequest
ES_RAW Exportation DATA Données brutes de sortie
ES_OUTPUT Exportation TY_011 CheckConsistencyResponse
EV_RET_CODE Exportation I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

COPY_BACKUPS

  • Description : bigtableadmin.projects.instances.clusters.backups.copy
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_INSTANCES_ID IMPORTING STRING instancesId
IV_P_CLUSTERS_ID Importation STRING clustersId
IS_INPUT Importation TY_018 CopyBackupRequest
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_047 Opération
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

CREATE_APP_PROFILES

  • Description : bigtableadmin.projects.instances.appProfiles.create
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_Q_APPPROFILEID Importation STRING appProfileId
IV_Q_IGNOREWARNINGS Importation STRING ignoreWarnings
IV_P_PROJECTS_ID Importation STRING ProjectsId
IV_P_INSTANCES_ID IMPORTING STRING instancesId
IS_INPUT Importation TY_001 AppProfile
ES_RAW Exportation DATA Données brutes de sortie
ES_OUTPUT Exportation TY_001 AppProfile
EV_RET_CODE Exportation I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

CREATE_BACKUPS

  • Description : bigtableadmin.projects.instances.clusters.backups.create
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_Q_BACKUPID IMPORTING STRING backupId
IV_P_PROJECTS_ID Importation STRING ProjectsId
IV_P_INSTANCES_ID IMPORTING STRING instancesId
IV_P_CLUSTERS_ID Importation STRING clustersId
IS_INPUT Importation TY_006 Sauvegarde
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_047 Opération
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

CREATE_CLUSTERS

  • Description : bigtableadmin.projects.instances.clusters.create
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_Q_CLUSTERID Importation STRING clusterId
IV_P_PROJECTS_ID Importation STRING ProjectsId
IV_P_INSTANCES_ID IMPORTING STRING instancesId
IS_INPUT Importation TY_012 Cluster
ES_RAW Exportation DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_047 Opération
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

CREATE_INSTANCES

  • Description : bigtableadmin.projects.instances.create
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IS_INPUT IMPORTING TY_020 CreateInstanceRequest
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_047 Opération
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

CREATE_TABLES

  • Description : bigtableadmin.projects.instances.tables.create
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_INSTANCES_ID IMPORTING STRING instancesId
IS_INPUT Importation TY_021 CreateTableRequest
ES_RAW Exportation DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_058 Table
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

DELETE_APP_PROFILES

  • Description : bigtableadmin.projects.instances.appProfiles.delete
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_Q_IGNOREWARNINGS Importation STRING ignoreWarnings
IV_P_PROJECTS_ID Importation STRING ProjectsId
IV_P_INSTANCES_ID IMPORTING STRING instancesId
IV_P_APP_PROFILES_ID Importation STRING appProfilesId
ES_RAW Exportation DATA Données brutes de sortie
ES_OUTPUT Exportation… REF TO DATA Données de sortie
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

DELETE_BACKUPS

  • Description : bigtableadmin.projects.instances.clusters.backups.delete
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_INSTANCES_ID IMPORTING STRING instancesId
IV_P_CLUSTERS_ID Importation STRING clustersId
IV_P_BACKUPS_ID Importation STRING backupsId
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT Exportation… REF TO DATA Données de sortie
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

DELETE_CLUSTERS

  • Description : bigtableadmin.projects.instances.clusters.delete
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_INSTANCES_ID IMPORTING STRING instancesId
IV_P_CLUSTERS_ID Importation STRING clustersId
ES_RAW Exportation DATA Données brutes de sortie
ES_OUTPUT Exportation… REF TO DATA Données de sortie
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

DELETE_INSTANCES

  • Description : bigtableadmin.projects.instances.delete
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_INSTANCES_ID IMPORTING STRING instancesId
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT Exportation… REF TO DATA Données de sortie
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

DELETE_TABLES

  • Description : bigtableadmin.projects.instances.tables.delete
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_INSTANCES_ID IMPORTING STRING instancesId
IV_P_TABLES_ID Importation STRING tablesId
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT Exportation… REF TO DATA Données de sortie
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

DROP_ROW_RANGE_TABLES

  • Description : bigtableadmin.projects.instances.tables.dropRowRange
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_INSTANCES_ID IMPORTING STRING instancesId
IV_P_TABLES_ID Importation STRING tablesId
IS_INPUT Importation TY_022 DropRowRangeRequest
ES_RAW Exportation DATA Données brutes de sortie
ES_OUTPUT Exportation… REF TO DATA Données de sortie
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

GENERATE_CONSISTENCY_TOKEN

  • Description : projects.instances.tables.generateConsistencyToken
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_INSTANCES_ID IMPORTING STRING instancesId
IV_P_TABLES_ID Importation STRING tablesId
IS_INPUT Importation REF TO DATA Données d'entrée
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT Exportation TY_029 GenerateConsistencyTokenResponse
EV_RET_CODE Exportation I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

GET_APP_PROFILES

  • Description : bigtableadmin.projects.instances.appProfiles.get
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_INSTANCES_ID IMPORTING STRING instancesId
IV_P_APP_PROFILES_ID Importation STRING appProfilesId
ES_RAW Exportation DATA Données brutes de sortie
ES_OUTPUT Exportation TY_001 AppProfile
EV_RET_CODE Exportation I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

GET_BACKUPS

  • Description : bigtableadmin.projects.instances.clusters.backups.get
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_INSTANCES_ID IMPORTING STRING instancesId
IV_P_CLUSTERS_ID Importation STRING clustersId
IV_P_BACKUPS_ID Importation STRING backupsId
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_006 Sauvegarde
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

GET_CLUSTERS

  • Description : bigtableadmin.projects.instances.clusters.get
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_INSTANCES_ID IMPORTING STRING instancesId
IV_P_CLUSTERS_ID Importation STRING clustersId
ES_RAW Exportation DATA Données brutes de sortie
ES_OUTPUT Exportation TY_012 Cluster
EV_RET_CODE Exportation I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

GET_IAM_POLICY_BACKUPS

  • Description : projects.instances.clusters.backups.getIamPolicy
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_INSTANCES_ID IMPORTING STRING instancesId
IV_P_CLUSTERS_ID Importation STRING clustersId
IV_P_BACKUPS_ID Importation STRING backupsId
IS_INPUT IMPORTING TY_030 GetIamPolicyRequest
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_051 Règle
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

GET_IAM_POLICY_INSTANCES

  • Description : bigtableadmin.projects.instances.getIamPolicy
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_INSTANCES_ID IMPORTING STRING instancesId
IS_INPUT IMPORTING TY_030 GetIamPolicyRequest
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_051 Règle
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

GET_IAM_POLICY_TABLES

  • Description : bigtableadmin.projects.instances.tables.getIamPolicy
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_INSTANCES_ID IMPORTING STRING instancesId
IV_P_TABLES_ID Importation STRING tablesId
IS_INPUT IMPORTING TY_030 GetIamPolicyRequest
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_051 Règle
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

GET_INSTANCES

  • Description : bigtableadmin.projects.instances.get
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_INSTANCES_ID IMPORTING STRING instancesId
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_033 Instance
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

GET_OPERATIONS

  • Description : bigtableadmin.operations.get
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_OPERATIONS_ID IMPORTING STRING operationsId
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_047 Opération
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

GET_TABLES

  • Description : bigtableadmin.projects.instances.tables.get
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_Q_VIEW IMPORTING STRING vue
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_INSTANCES_ID IMPORTING STRING instancesId
IV_P_TABLES_ID Importation STRING tablesId
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_058 Table
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

LIST_APP_PROFILES

  • Description : bigtableadmin.projects.instances.appProfiles.list
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_Q_PAGESIZE IMPORTING STRING pageSize
IV_Q_PAGETOKEN IMPORTING STRING pageToken
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_INSTANCES_ID IMPORTING STRING instancesId
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT Exportation TY_035 ListAppProfilesResponse
EV_RET_CODE Exportation I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

LIST_BACKUPS

  • Description : bigtableadmin.projects.instances.clusters.backups.list
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_Q_FILTER IMPORTING STRING filter
IV_Q_ORDERBY IMPORTING STRING orderBy
IV_Q_PAGESIZE IMPORTING STRING pageSize
IV_Q_PAGETOKEN IMPORTING STRING pageToken
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_INSTANCES_ID IMPORTING STRING instancesId
IV_P_CLUSTERS_ID Importation STRING clustersId
ES_RAW Exportation DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_036 ListBackupsResponse
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

LIST_CLUSTERS

  • Description : bigtableadmin.projects.instances.clusters.list
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_Q_PAGETOKEN Importation STRING pageToken
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_INSTANCES_ID IMPORTING STRING instancesId
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT Exportation TY_037 ListClustersResponse
EV_RET_CODE Exportation I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

LIST_HOT_TABLETS

  • Description : bigtableadmin.projects.instances.clusters.hotTablets.list
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_Q_ENDTIME IMPORTING STRING endTime
IV_Q_PAGESIZE Importation STRING pageSize
IV_Q_PAGETOKEN IMPORTING STRING pageToken
IV_Q_STARTTIME Importation STRING startTime
IV_P_PROJECTS_ID Importation STRING ProjectsId
IV_P_INSTANCES_ID IMPORTING STRING instancesId
IV_P_CLUSTERS_ID Importation STRING clustersId
ES_RAW Exportation DATA Données brutes de sortie
ES_OUTPUT Exportation TY_038 ListHotTabletsResponse
EV_RET_CODE Exportation I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

LIST_INSTANCES

  • Description : bigtableadmin.projects.instances.list
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_Q_PAGETOKEN Importation STRING pageToken
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_039 ListInstancesResponse
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

LIST_LOCATIONS

  • Description : bigtableadmin.projects.locations.list
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_Q_FILTER IMPORTING STRING filter
IV_Q_PAGESIZE IMPORTING STRING pageSize
IV_Q_PAGETOKEN IMPORTING STRING pageToken
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_040 ListLocationsResponse
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

LIST_OPERATIONS

  • Description : bigtableadmin.operations.projects.operations.list
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_Q_FILTER IMPORTING STRING filter
IV_Q_PAGESIZE IMPORTING STRING pageSize
IV_Q_PAGETOKEN IMPORTING STRING pageToken
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_041 ListOperationsResponse
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

LIST_TABLES

  • Description : bigtableadmin.projects.instances.tables.list
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_Q_PAGESIZE IMPORTING STRING pageSize
IV_Q_PAGETOKEN IMPORTING STRING pageToken
IV_Q_VIEW IMPORTING STRING vue
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_INSTANCES_ID IMPORTING STRING instancesId
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT Exportation TY_042 ListTablesResponse
EV_RET_CODE Exportation I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

MODIFY_COLUMN_FAMILIES_TABL

  • Description : projects.instances.tables.modifyColumnFamilies
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_INSTANCES_ID IMPORTING STRING instancesId
IV_P_TABLES_ID Importation STRING tablesId
IS_INPUT Importation TY_045 ModifyColumnFamiliesRequest
ES_RAW Exportation DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_058 Table
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

PARTIAL_UPDATE_CLUSTER_CLUS

  • Description : projects.instances.clusters.partialUpdateCluster
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_Q_UPDATEMASK IMPORTING STRING #updatemask
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_INSTANCES_ID IMPORTING STRING instancesId
IV_P_CLUSTERS_ID Importation STRING clustersId
IS_INPUT Importation TY_012 Cluster
ES_RAW Exportation DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_047 Opération
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

PARTIAL_UPDATE_INSTANCE_INS

  • Description : bigtableadmin.projects.instances.partialUpdateInstance
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_Q_UPDATEMASK IMPORTING STRING #updatemask
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_INSTANCES_ID IMPORTING STRING instancesId
IS_INPUT IMPORTING TY_033 Instance
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_047 Opération
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

PATCH_APP_PROFILES

  • Description : bigtableadmin.projects.instances.appProfiles.patch
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_Q_IGNOREWARNINGS Importation STRING ignoreWarnings
IV_Q_UPDATEMASK Importation STRING #updatemask
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_INSTANCES_ID IMPORTING STRING instancesId
IV_P_APP_PROFILES_ID Importation STRING appProfilesId
IS_INPUT Importation TY_001 AppProfile
ES_RAW Exportation DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_047 Opération
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

PATCH_BACKUPS

  • Description : bigtableadmin.projects.instances.clusters.backups.patch
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_Q_UPDATEMASK IMPORTING STRING #updatemask
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_INSTANCES_ID IMPORTING STRING instancesId
IV_P_CLUSTERS_ID Importation STRING clustersId
IV_P_BACKUPS_ID Importation STRING backupsId
IS_INPUT IMPORTING TY_006 Sauvegarde
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_006 Sauvegarde
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

PATCH_TABLES

  • Description : bigtableadmin.projects.instances.tables.patch
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_Q_UPDATEMASK IMPORTING STRING #updatemask
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_INSTANCES_ID IMPORTING STRING instancesId
IV_P_TABLES_ID Importation STRING tablesId
IS_INPUT Importation TY_058 Table
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_047 Opération
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

RESTORE_TABLES

  • Description : bigtableadmin.projects.instances.tables.restore
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_INSTANCES_ID IMPORTING STRING instancesId
IS_INPUT Importation TY_053 RestoreTableRequest
ES_RAW Exportation DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_047 Opération
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

SET_IAM_POLICY_BACKUPS

  • Description : projects.instances.clusters.backups.setIamPolicy
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_INSTANCES_ID IMPORTING STRING instancesId
IV_P_CLUSTERS_ID Importation STRING clustersId
IV_P_BACKUPS_ID Importation STRING backupsId
IS_INPUT IMPORTING TY_054 SetIamPolicyRequest
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_051 Règle
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

SET_IAM_POLICY_INSTANCES

  • Description : bigtableadmin.projects.instances.setIamPolicy
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_INSTANCES_ID IMPORTING STRING instancesId
IS_INPUT IMPORTING TY_054 SetIamPolicyRequest
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_051 Règle
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

SET_IAM_POLICY_TABLES

  • Description : bigtableadmin.projects.instances.tables.setIamPolicy
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_INSTANCES_ID IMPORTING STRING instancesId
IV_P_TABLES_ID Importation STRING tablesId
IS_INPUT IMPORTING TY_054 SetIamPolicyRequest
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_051 Règle
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

TEST_IAM_PERMISSIONS_BACKUP

  • Description : projects.instances.clusters.backups.testIamPermissions
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_INSTANCES_ID IMPORTING STRING instancesId
IV_P_CLUSTERS_ID Importation STRING clustersId
IV_P_BACKUPS_ID Importation STRING backupsId
IS_INPUT IMPORTING TY_061 TestIamPermissionsRequest
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_062 TestIamPermissionsResponse
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

TEST_IAM_PERMISSIONS_INSTAN

  • Description : bigtableadmin.projects.instances.testIamPermissions
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_INSTANCES_ID IMPORTING STRING instancesId
IS_INPUT IMPORTING TY_061 TestIamPermissionsRequest
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_062 TestIamPermissionsResponse
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

TEST_IAM_PERMISSIONS_TABLES

  • Description : bigtableadmin.projects.instances.tables.testIamPermissions
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_INSTANCES_ID IMPORTING STRING instancesId
IV_P_TABLES_ID Importation STRING tablesId
IS_INPUT IMPORTING TY_061 TestIamPermissionsRequest
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_062 TestIamPermissionsResponse
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

UNDELETE_TABLES

  • Description : bigtableadmin.projects.instances.tables.undelete
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_INSTANCES_ID IMPORTING STRING instancesId
IV_P_TABLES_ID Importation STRING tablesId
IS_INPUT Importation REF TO DATA Données d'entrée
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_047 Opération
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

UPDATE_CLUSTERS

  • Description : bigtableadmin.projects.instances.clusters.update
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_INSTANCES_ID IMPORTING STRING instancesId
IV_P_CLUSTERS_ID Importation STRING clustersId
IS_INPUT Importation TY_012 Cluster
ES_RAW Exportation DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_047 Opération
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

UPDATE_INSTANCES

  • Description : bigtableadmin.projects.instances.update
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_INSTANCES_ID IMPORTING STRING instancesId
IS_INPUT IMPORTING TY_033 Instance
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_033 Instance
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

FERMER

  • Description : Fermer la connexion
  • Visibilité : PUBLIQUE