Class
/GOOG/CL_BIGTABLEADMIN_V2
- Inheriting from:
/GOOG/CL_HTTP_CLIENT
- Description:
Cloud Bigtable Admin API v2
Types
Type | Description | Visibility |
---|---|---|
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_067 | AuthorizedView | PUBLIC |
TY_068 | AutomatedBackupPolicy | PUBLIC |
TY_070 | GoogleBigtableAdminV2AuthorizedViewFamilySubsets | PUBLIC |
TY_071 | GoogleBigtableAdminV2AuthorizedViewSubsetView | PUBLIC |
TY_072 | ListAuthorizedViewsResponse | PUBLIC |
TY_074 | DataBoostIsolationReadOnly | 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_067 | AuthorizedView | PUBLIC |
TY_T_STRING | Table of Strings | PUBLIC |
Constants
Name | Type | Description | Value | Visibility |
---|---|---|---|---|
C_CLOUD_VERSION | /GOOG/SDK_VERSION | Lowest Cloud Version | 1.0 | PUBLIC |
C_ON_PREM_VERSION | /GOOG/SDK_VERSION | Lowest On-premises Version | 1.5 | PUBLIC |
C_PATH_PREFIX | STRING | API Path Prefix | PUBLIC | |
C_REVISION_DATE | DATUM | Discovery Document revision Date | 20241111 | PUBLIC |
C_ROOT_URL | STRING | API Root URL | https://bigtableadmin.googleapis.com | PUBLIC |
C_SERVICE_NAME | /GOOG/SERVICE_NAME | Google Service Name | bigtableadmin:v2 | PUBLIC |
C_SUPPORTED_AUTH | /GOOG/SUPP_AUTH | Supported Auth Types | IJIJWW | PUBLIC |
Methods
For general information about a method in ABAP SDK for Google Cloud, see API method.CONSTRUCTOR
- Description: Constructor
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_KEY_NAME | IMPORTING | /GOOG/KEYNAME | Google Cloud Key Name |
IV_LOG_OBJ | IMPORTING | BALOBJ_D | Application log: Object name (Application code) |
IV_LOG_SUBOBJ | IMPORTING | BALSUBOBJ | Application Log: Subobject |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK | ABAP SDK for Google Cloud: Exception Class |
CHECK_CONSISTENCY_TABLES
- Description: bigtableadmin.projects.instances.tables.checkConsistency
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_PROJECTS_ID | IMPORTING | STRING | projectsId |
IV_P_INSTANCES_ID | IMPORTING | STRING | instancesId |
IV_P_TABLES_ID | IMPORTING | STRING | tablesId |
IS_INPUT | IMPORTING | TY_010 | CheckConsistencyRequest |
ES_RAW | EXPORTING | DATA | Raw Output Data |
ES_OUTPUT | EXPORTING | TY_011 | CheckConsistencyResponse |
EV_RET_CODE | EXPORTING | I | Return Code |
EV_ERR_TEXT | EXPORTING | STRING | Error Text |
ES_ERR_RESP | EXPORTING | /GOOG/ERR_RESP | Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK | ABAP SDK for Google Cloud: Exception Class |
COPY_BACKUPS
- Description: bigtableadmin.projects.instances.clusters.backups.copy
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_PROJECTS_ID | IMPORTING | STRING | projectsId |
IV_P_INSTANCES_ID | IMPORTING | STRING | instancesId |
IV_P_CLUSTERS_ID | IMPORTING | STRING | clustersId |
IS_INPUT | IMPORTING | TY_018 | CopyBackupRequest |
ES_RAW | EXPORTING | DATA | Raw Output Data |
ES_OUTPUT | EXPORTING | TY_047 | Operation |
EV_RET_CODE | EXPORTING | I | Return Code |
EV_ERR_TEXT | EXPORTING | STRING | Error Text |
ES_ERR_RESP | EXPORTING | /GOOG/ERR_RESP | Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK | ABAP SDK for Google Cloud: Exception Class |
CREATE_APP_PROFILES
- Description: bigtableadmin.projects.instances.appProfiles.create
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_Q_APPPROFILEID | IMPORTING | STRING | appProfileId |
IV_Q_IGNOREWARNINGS | IMPORTING | STRING | ignoreWarnings |
IV_P_PROJECTS_ID | IMPORTING | STRING | projectsId |
IV_P_INSTANCES_ID | IMPORTING | STRING | instancesId |
IS_INPUT | IMPORTING | TY_001 | AppProfile |
ES_RAW | EXPORTING | DATA | Raw Output Data |
ES_OUTPUT | EXPORTING | TY_001 | AppProfile |
EV_RET_CODE | EXPORTING | I | Return Code |
EV_ERR_TEXT | EXPORTING | STRING | Error Text |
ES_ERR_RESP | EXPORTING | /GOOG/ERR_RESP | Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK | ABAP SDK for Google Cloud: Exception Class |
CREATE_AUTHORIZED_VIEWS
- Description: projects.instances.tables.authorizedViews.create
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_Q_AUTHORIZEDVIEWID | IMPORTING | STRING | authorizedViewId |
IV_P_PROJECTS_ID | IMPORTING | STRING | projectsId |
IV_P_INSTANCES_ID | IMPORTING | STRING | instancesId |
IV_P_TABLES_ID | IMPORTING | STRING | tablesId |
IS_INPUT | IMPORTING | TY_067 | AuthorizedView |
ES_RAW | EXPORTING | DATA | Raw Output Data |
ES_OUTPUT | EXPORTING | TY_047 | Operation |
EV_RET_CODE | EXPORTING | I | Return Code |
EV_ERR_TEXT | EXPORTING | STRING | Error Text |
ES_ERR_RESP | EXPORTING | /GOOG/ERR_RESP | Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK | ABAP SDK for Google Cloud: Exception Class |
CREATE_BACKUPS
- Description: bigtableadmin.projects.instances.clusters.backups.create
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_Q_BACKUPID | IMPORTING | STRING | backupId |
IV_P_PROJECTS_ID | IMPORTING | STRING | projectsId |
IV_P_INSTANCES_ID | IMPORTING | STRING | instancesId |
IV_P_CLUSTERS_ID | IMPORTING | STRING | clustersId |
IS_INPUT | IMPORTING | TY_006 | Backup |
ES_RAW | EXPORTING | DATA | Raw Output Data |
ES_OUTPUT | EXPORTING | TY_047 | Operation |
EV_RET_CODE | EXPORTING | I | Return Code |
EV_ERR_TEXT | EXPORTING | STRING | Error Text |
ES_ERR_RESP | EXPORTING | /GOOG/ERR_RESP | Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK | ABAP SDK for Google Cloud: Exception Class |
CREATE_CLUSTERS
- Description: bigtableadmin.projects.instances.clusters.create
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_Q_CLUSTERID | IMPORTING | STRING | clusterId |
IV_P_PROJECTS_ID | IMPORTING | STRING | projectsId |
IV_P_INSTANCES_ID | IMPORTING | STRING | instancesId |
IS_INPUT | IMPORTING | TY_012 | Cluster |
ES_RAW | EXPORTING | DATA | Raw Output Data |
ES_OUTPUT | EXPORTING | TY_047 | Operation |
EV_RET_CODE | EXPORTING | I | Return Code |
EV_ERR_TEXT | EXPORTING | STRING | Error Text |
ES_ERR_RESP | EXPORTING | /GOOG/ERR_RESP | Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK | ABAP SDK for Google Cloud: Exception Class |
CREATE_INSTANCES
- Description: bigtableadmin.projects.instances.create
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_PROJECTS_ID | IMPORTING | STRING | projectsId |
IS_INPUT | IMPORTING | TY_020 | CreateInstanceRequest |
ES_RAW | EXPORTING | DATA | Raw Output Data |
ES_OUTPUT | EXPORTING | TY_047 | Operation |
EV_RET_CODE | EXPORTING | I | Return Code |
EV_ERR_TEXT | EXPORTING | STRING | Error Text |
ES_ERR_RESP | EXPORTING | /GOOG/ERR_RESP | Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK | ABAP SDK for Google Cloud: Exception Class |
CREATE_TABLES
- Description: bigtableadmin.projects.instances.tables.create
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_PROJECTS_ID | IMPORTING | STRING | projectsId |
IV_P_INSTANCES_ID | IMPORTING | STRING | instancesId |
IS_INPUT | IMPORTING | TY_021 | CreateTableRequest |
ES_RAW | EXPORTING | DATA | Raw Output Data |
ES_OUTPUT | EXPORTING | TY_058 | Table |
EV_RET_CODE | EXPORTING | I | Return Code |
EV_ERR_TEXT | EXPORTING | STRING | Error Text |
ES_ERR_RESP | EXPORTING | /GOOG/ERR_RESP | Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK | ABAP SDK for Google Cloud: Exception Class |
DELETE_APP_PROFILES
- Description: bigtableadmin.projects.instances.appProfiles.delete
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_Q_IGNOREWARNINGS | IMPORTING | STRING | ignoreWarnings |
IV_P_PROJECTS_ID | IMPORTING | STRING | projectsId |
IV_P_INSTANCES_ID | IMPORTING | STRING | instancesId |
IV_P_APP_PROFILES_ID | IMPORTING | STRING | appProfilesId |
ES_RAW | EXPORTING | DATA | Raw Output Data |
ES_OUTPUT | EXPORTING | DATA | Output Data |
EV_RET_CODE | EXPORTING | I | Return Code |
EV_ERR_TEXT | EXPORTING | STRING | Error Text |
ES_ERR_RESP | EXPORTING | /GOOG/ERR_RESP | Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK | ABAP SDK for Google Cloud: Exception Class |
DELETE_AUTHORIZED_VIEWS
- Description: projects.instances.tables.authorizedViews.delete
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_Q_ETAG | IMPORTING | STRING | etag |
IV_P_PROJECTS_ID | IMPORTING | STRING | projectsId |
IV_P_INSTANCES_ID | IMPORTING | STRING | instancesId |
IV_P_TABLES_ID | IMPORTING | STRING | tablesId |
IV_P_AUTHORIZED_VIEWS_ID | IMPORTING | STRING | authorizedViewsId |
ES_RAW | EXPORTING | DATA | Raw Output Data |
ES_OUTPUT | EXPORTING | DATA | Output Data |
EV_RET_CODE | EXPORTING | I | Return Code |
EV_ERR_TEXT | EXPORTING | STRING | Error Text |
ES_ERR_RESP | EXPORTING | /GOOG/ERR_RESP | Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK | ABAP SDK for Google Cloud: Exception Class |
DELETE_BACKUPS
- Description: bigtableadmin.projects.instances.clusters.backups.delete
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_PROJECTS_ID | IMPORTING | STRING | projectsId |
IV_P_INSTANCES_ID | IMPORTING | STRING | instancesId |
IV_P_CLUSTERS_ID | IMPORTING | STRING | clustersId |
IV_P_BACKUPS_ID | IMPORTING | STRING | backupsId |
ES_RAW | EXPORTING | DATA | Raw Output Data |
ES_OUTPUT | EXPORTING | DATA | Output Data |
EV_RET_CODE | EXPORTING | I | Return Code |
EV_ERR_TEXT | EXPORTING | STRING | Error Text |
ES_ERR_RESP | EXPORTING | /GOOG/ERR_RESP | Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK | ABAP SDK for Google Cloud: Exception Class |
DELETE_CLUSTERS
- Description: bigtableadmin.projects.instances.clusters.delete
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_PROJECTS_ID | IMPORTING | STRING | projectsId |
IV_P_INSTANCES_ID | IMPORTING | STRING | instancesId |
IV_P_CLUSTERS_ID | IMPORTING | STRING | clustersId |
ES_RAW | EXPORTING | DATA | Raw Output Data |
ES_OUTPUT | EXPORTING | DATA | Output Data |
EV_RET_CODE | EXPORTING | I | Return Code |
EV_ERR_TEXT | EXPORTING | STRING | Error Text |
ES_ERR_RESP | EXPORTING | /GOOG/ERR_RESP | Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK | ABAP SDK for Google Cloud: Exception Class |
DELETE_INSTANCES
- Description: bigtableadmin.projects.instances.delete
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_PROJECTS_ID | IMPORTING | STRING | projectsId |
IV_P_INSTANCES_ID | IMPORTING | STRING | instancesId |
ES_RAW | EXPORTING | DATA | Raw Output Data |
ES_OUTPUT | EXPORTING | DATA | Output Data |
EV_RET_CODE | EXPORTING | I | Return Code |
EV_ERR_TEXT | EXPORTING | STRING | Error Text |
ES_ERR_RESP | EXPORTING | /GOOG/ERR_RESP | Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK | ABAP SDK for Google Cloud: Exception Class |
DELETE_TABLES
- Description: bigtableadmin.projects.instances.tables.delete
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_PROJECTS_ID | IMPORTING | STRING | projectsId |
IV_P_INSTANCES_ID | IMPORTING | STRING | instancesId |
IV_P_TABLES_ID | IMPORTING | STRING | tablesId |
ES_RAW | EXPORTING | DATA | Raw Output Data |
ES_OUTPUT | EXPORTING | DATA | Output Data |
EV_RET_CODE | EXPORTING | I | Return Code |
EV_ERR_TEXT | EXPORTING | STRING | Error Text |
ES_ERR_RESP | EXPORTING | /GOOG/ERR_RESP | Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK | ABAP SDK for Google Cloud: Exception Class |
DROP_ROW_RANGE_TABLES
- Description: bigtableadmin.projects.instances.tables.dropRowRange
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_PROJECTS_ID | IMPORTING | STRING | projectsId |
IV_P_INSTANCES_ID | IMPORTING | STRING | instancesId |
IV_P_TABLES_ID | IMPORTING | STRING | tablesId |
IS_INPUT | IMPORTING | TY_022 | DropRowRangeRequest |
ES_RAW | EXPORTING | DATA | Raw Output Data |
ES_OUTPUT | EXPORTING | DATA | Output Data |
EV_RET_CODE | EXPORTING | I | Return Code |
EV_ERR_TEXT | EXPORTING | STRING | Error Text |
ES_ERR_RESP | EXPORTING | /GOOG/ERR_RESP | Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK | ABAP SDK for Google Cloud: Exception Class |
GENERATE_CONSISTENCY_TOKEN
- Description: projects.instances.tables.generateConsistencyToken
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_PROJECTS_ID | IMPORTING | STRING | projectsId |
IV_P_INSTANCES_ID | IMPORTING | STRING | instancesId |
IV_P_TABLES_ID | IMPORTING | STRING | tablesId |
IS_INPUT | IMPORTING | DATA | Input Data |
ES_RAW | EXPORTING | DATA | Raw Output Data |
ES_OUTPUT | EXPORTING | TY_029 | GenerateConsistencyTokenResponse |
EV_RET_CODE | EXPORTING | I | Return Code |
EV_ERR_TEXT | EXPORTING | STRING | Error Text |
ES_ERR_RESP | EXPORTING | /GOOG/ERR_RESP | Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK | ABAP SDK for Google Cloud: Exception Class |
GET_APP_PROFILES
- Description: bigtableadmin.projects.instances.appProfiles.get
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_PROJECTS_ID | IMPORTING | STRING | projectsId |
IV_P_INSTANCES_ID | IMPORTING | STRING | instancesId |
IV_P_APP_PROFILES_ID | IMPORTING | STRING | appProfilesId |
ES_RAW | EXPORTING | DATA | Raw Output Data |
ES_OUTPUT | EXPORTING | TY_001 | AppProfile |
EV_RET_CODE | EXPORTING | I | Return Code |
EV_ERR_TEXT | EXPORTING | STRING | Error Text |
ES_ERR_RESP | EXPORTING | /GOOG/ERR_RESP | Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK | ABAP SDK for Google Cloud: Exception Class |
GET_AUTHORIZED_VIEWS
- Description: bigtableadmin.projects.instances.tables.authorizedViews.get
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_Q_VIEW | IMPORTING | STRING | view |
IV_P_PROJECTS_ID | IMPORTING | STRING | projectsId |
IV_P_INSTANCES_ID | IMPORTING | STRING | instancesId |
IV_P_TABLES_ID | IMPORTING | STRING | tablesId |
IV_P_AUTHORIZED_VIEWS_ID | IMPORTING | STRING | authorizedViewsId |
ES_RAW | EXPORTING | DATA | Raw Output Data |
ES_OUTPUT | EXPORTING | TY_067 | AuthorizedView |
EV_RET_CODE | EXPORTING | I | Return Code |
EV_ERR_TEXT | EXPORTING | STRING | Error Text |
ES_ERR_RESP | EXPORTING | /GOOG/ERR_RESP | Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK | ABAP SDK for Google Cloud: Exception Class |
GET_BACKUPS
- Description: bigtableadmin.projects.instances.clusters.backups.get
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_PROJECTS_ID | IMPORTING | STRING | projectsId |
IV_P_INSTANCES_ID | IMPORTING | STRING | instancesId |
IV_P_CLUSTERS_ID | IMPORTING | STRING | clustersId |
IV_P_BACKUPS_ID | IMPORTING | STRING | backupsId |
ES_RAW | EXPORTING | DATA | Raw Output Data |
ES_OUTPUT | EXPORTING | TY_006 | Backup |
EV_RET_CODE | EXPORTING | I | Return Code |
EV_ERR_TEXT | EXPORTING | STRING | Error Text |
ES_ERR_RESP | EXPORTING | /GOOG/ERR_RESP | Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK | ABAP SDK for Google Cloud: Exception Class |
GET_CLUSTERS
- Description: bigtableadmin.projects.instances.clusters.get
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_PROJECTS_ID | IMPORTING | STRING | projectsId |
IV_P_INSTANCES_ID | IMPORTING | STRING | instancesId |
IV_P_CLUSTERS_ID | IMPORTING | STRING | clustersId |
ES_RAW | EXPORTING | DATA | Raw Output Data |
ES_OUTPUT | EXPORTING | TY_012 | Cluster |
EV_RET_CODE | EXPORTING | I | Return Code |
EV_ERR_TEXT | EXPORTING | STRING | Error Text |
ES_ERR_RESP | EXPORTING | /GOOG/ERR_RESP | Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK | ABAP SDK for Google Cloud: Exception Class |
GET_IAM_POLICY_AUTHORIZED_V
- Description: projects.instances.tables.authorizedViews.getIamPolicy
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_PROJECTS_ID | IMPORTING | STRING | projectsId |
IV_P_INSTANCES_ID | IMPORTING | STRING | instancesId |
IV_P_TABLES_ID | IMPORTING | STRING | tablesId |
IV_P_AUTHORIZED_VIEWS_ID | IMPORTING | STRING | authorizedViewsId |
IS_INPUT | IMPORTING | TY_030 | GetIamPolicyRequest |
ES_RAW | EXPORTING | DATA | Raw Output Data |
ES_OUTPUT | EXPORTING | TY_051 | Policy |
EV_RET_CODE | EXPORTING | I | Return Code |
EV_ERR_TEXT | EXPORTING | STRING | Error Text |
ES_ERR_RESP | EXPORTING | /GOOG/ERR_RESP | Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK | ABAP SDK for Google Cloud: Exception Class |
GET_IAM_POLICY_BACKUPS
- Description: projects.instances.clusters.backups.getIamPolicy
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_PROJECTS_ID | IMPORTING | STRING | projectsId |
IV_P_INSTANCES_ID | IMPORTING | STRING | instancesId |
IV_P_CLUSTERS_ID | IMPORTING | STRING | clustersId |
IV_P_BACKUPS_ID | IMPORTING | STRING | backupsId |
IS_INPUT | IMPORTING | TY_030 | GetIamPolicyRequest |
ES_RAW | EXPORTING | DATA | Raw Output Data |
ES_OUTPUT | EXPORTING | TY_051 | Policy |
EV_RET_CODE | EXPORTING | I | Return Code |
EV_ERR_TEXT | EXPORTING | STRING | Error Text |
ES_ERR_RESP | EXPORTING | /GOOG/ERR_RESP | Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK | ABAP SDK for Google Cloud: Exception Class |
GET_IAM_POLICY_INSTANCES
- Description: bigtableadmin.projects.instances.getIamPolicy
- Visibility: PUBLIC
Parameters
Name | Category | 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 | Raw Output Data |
ES_OUTPUT | EXPORTING | TY_051 | Policy |
EV_RET_CODE | EXPORTING | I | Return Code |
EV_ERR_TEXT | EXPORTING | STRING | Error Text |
ES_ERR_RESP | EXPORTING | /GOOG/ERR_RESP | Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK | ABAP SDK for Google Cloud: Exception Class |
GET_IAM_POLICY_TABLES
- Description: bigtableadmin.projects.instances.tables.getIamPolicy
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_PROJECTS_ID | IMPORTING | STRING | projectsId |
IV_P_INSTANCES_ID | IMPORTING | STRING | instancesId |
IV_P_TABLES_ID | IMPORTING | STRING | tablesId |
IS_INPUT | IMPORTING | TY_030 | GetIamPolicyRequest |
ES_RAW | EXPORTING | DATA | Raw Output Data |
ES_OUTPUT | EXPORTING | TY_051 | Policy |
EV_RET_CODE | EXPORTING | I | Return Code |
EV_ERR_TEXT | EXPORTING | STRING | Error Text |
ES_ERR_RESP | EXPORTING | /GOOG/ERR_RESP | Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK | ABAP SDK for Google Cloud: Exception Class |
GET_INSTANCES
- Description: bigtableadmin.projects.instances.get
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_PROJECTS_ID | IMPORTING | STRING | projectsId |
IV_P_INSTANCES_ID | IMPORTING | STRING | instancesId |
ES_RAW | EXPORTING | DATA | Raw Output Data |
ES_OUTPUT | EXPORTING | TY_033 | Instance |
EV_RET_CODE | EXPORTING | I | Return Code |
EV_ERR_TEXT | EXPORTING | STRING | Error Text |
ES_ERR_RESP | EXPORTING | /GOOG/ERR_RESP | Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK | ABAP SDK for Google Cloud: Exception Class |
GET_OPERATIONS
- Description: bigtableadmin.operations.get
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_OPERATIONS_ID | IMPORTING | STRING | operationsId |
ES_RAW | EXPORTING | DATA | Raw Output Data |
ES_OUTPUT | EXPORTING | TY_047 | Operation |
EV_RET_CODE | EXPORTING | I | Return Code |
EV_ERR_TEXT | EXPORTING | STRING | Error Text |
ES_ERR_RESP | EXPORTING | /GOOG/ERR_RESP | Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK | ABAP SDK for Google Cloud: Exception Class |
GET_TABLES
- Description: bigtableadmin.projects.instances.tables.get
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_Q_VIEW | IMPORTING | STRING | view |
IV_P_PROJECTS_ID | IMPORTING | STRING | projectsId |
IV_P_INSTANCES_ID | IMPORTING | STRING | instancesId |
IV_P_TABLES_ID | IMPORTING | STRING | tablesId |
ES_RAW | EXPORTING | DATA | Raw Output Data |
ES_OUTPUT | EXPORTING | TY_058 | Table |
EV_RET_CODE | EXPORTING | I | Return Code |
EV_ERR_TEXT | EXPORTING | STRING | Error Text |
ES_ERR_RESP | EXPORTING | /GOOG/ERR_RESP | Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK | ABAP SDK for Google Cloud: Exception Class |
LIST_APP_PROFILES
- Description: bigtableadmin.projects.instances.appProfiles.list
- Visibility: PUBLIC
Parameters
Name | Category | 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 | EXPORTING | DATA | Raw Output Data |
ES_OUTPUT | EXPORTING | TY_035 | ListAppProfilesResponse |
EV_RET_CODE | EXPORTING | I | Return Code |
EV_ERR_TEXT | EXPORTING | STRING | Error Text |
ES_ERR_RESP | EXPORTING | /GOOG/ERR_RESP | Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK | ABAP SDK for Google Cloud: Exception Class |
LIST_AUTHORIZED_VIEWS
- Description: projects.instances.tables.authorizedViews.list
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_Q_PAGESIZE | IMPORTING | STRING | pageSize |
IV_Q_PAGETOKEN | IMPORTING | STRING | pageToken |
IV_Q_VIEW | IMPORTING | STRING | view |
IV_P_PROJECTS_ID | IMPORTING | STRING | projectsId |
IV_P_INSTANCES_ID | IMPORTING | STRING | instancesId |
IV_P_TABLES_ID | IMPORTING | STRING | tablesId |
ES_RAW | EXPORTING | DATA | Raw Output Data |
ES_OUTPUT | EXPORTING | TY_072 | ListAuthorizedViewsResponse |
EV_RET_CODE | EXPORTING | I | Return Code |
EV_ERR_TEXT | EXPORTING | STRING | Error Text |
ES_ERR_RESP | EXPORTING | /GOOG/ERR_RESP | Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK | ABAP SDK for Google Cloud: Exception Class |
LIST_BACKUPS
- Description: bigtableadmin.projects.instances.clusters.backups.list
- Visibility: PUBLIC
Parameters
Name | Category | 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 | IMPORTING | STRING | clustersId |
ES_RAW | EXPORTING | DATA | Raw Output Data |
ES_OUTPUT | EXPORTING | TY_036 | ListBackupsResponse |
EV_RET_CODE | EXPORTING | I | Return Code |
EV_ERR_TEXT | EXPORTING | STRING | Error Text |
ES_ERR_RESP | EXPORTING | /GOOG/ERR_RESP | Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK | ABAP SDK for Google Cloud: Exception Class |
LIST_CLUSTERS
- Description: bigtableadmin.projects.instances.clusters.list
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_Q_PAGETOKEN | IMPORTING | STRING | pageToken |
IV_P_PROJECTS_ID | IMPORTING | STRING | projectsId |
IV_P_INSTANCES_ID | IMPORTING | STRING | instancesId |
ES_RAW | EXPORTING | DATA | Raw Output Data |
ES_OUTPUT | EXPORTING | TY_037 | ListClustersResponse |
EV_RET_CODE | EXPORTING | I | Return Code |
EV_ERR_TEXT | EXPORTING | STRING | Error Text |
ES_ERR_RESP | EXPORTING | /GOOG/ERR_RESP | Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK | ABAP SDK for Google Cloud: Exception Class |
LIST_HOT_TABLETS
- Description: bigtableadmin.projects.instances.clusters.hotTablets.list
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_Q_ENDTIME | IMPORTING | STRING | endTime |
IV_Q_PAGESIZE | IMPORTING | STRING | pageSize |
IV_Q_PAGETOKEN | IMPORTING | STRING | pageToken |
IV_Q_STARTTIME | IMPORTING | STRING | startTime |
IV_P_PROJECTS_ID | IMPORTING | STRING | projectsId |
IV_P_INSTANCES_ID | IMPORTING | STRING | instancesId |
IV_P_CLUSTERS_ID | IMPORTING | STRING | clustersId |
ES_RAW | EXPORTING | DATA | Raw Output Data |
ES_OUTPUT | EXPORTING | TY_038 | ListHotTabletsResponse |
EV_RET_CODE | EXPORTING | I | Return Code |
EV_ERR_TEXT | EXPORTING | STRING | Error Text |
ES_ERR_RESP | EXPORTING | /GOOG/ERR_RESP | Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK | ABAP SDK for Google Cloud: Exception Class |
LIST_INSTANCES
- Description: bigtableadmin.projects.instances.list
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_Q_PAGETOKEN | IMPORTING | STRING | pageToken |
IV_P_PROJECTS_ID | IMPORTING | STRING | projectsId |
ES_RAW | EXPORTING | DATA | Raw Output Data |
ES_OUTPUT | EXPORTING | TY_039 | ListInstancesResponse |
EV_RET_CODE | EXPORTING | I | Return Code |
EV_ERR_TEXT | EXPORTING | STRING | Error Text |
ES_ERR_RESP | EXPORTING | /GOOG/ERR_RESP | Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK | ABAP SDK for Google Cloud: Exception Class |
LIST_LOCATIONS
- Description: bigtableadmin.projects.locations.list
- Visibility: PUBLIC
Parameters
Name | Category | 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 | EXPORTING | DATA | Raw Output Data |
ES_OUTPUT | EXPORTING | TY_040 | ListLocationsResponse |
EV_RET_CODE | EXPORTING | I | Return Code |
EV_ERR_TEXT | EXPORTING | STRING | Error Text |
ES_ERR_RESP | EXPORTING | /GOOG/ERR_RESP | Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK | ABAP SDK for Google Cloud: Exception Class |
LIST_OPERATIONS
- Description: bigtableadmin.operations.projects.operations.list
- Visibility: PUBLIC
Parameters
Name | Category | 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 | EXPORTING | DATA | Raw Output Data |
ES_OUTPUT | EXPORTING | TY_041 | ListOperationsResponse |
EV_RET_CODE | EXPORTING | I | Return Code |
EV_ERR_TEXT | EXPORTING | STRING | Error Text |
ES_ERR_RESP | EXPORTING | /GOOG/ERR_RESP | Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK | ABAP SDK for Google Cloud: Exception Class |
LIST_TABLES
- Description: bigtableadmin.projects.instances.tables.list
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_Q_PAGESIZE | IMPORTING | STRING | pageSize |
IV_Q_PAGETOKEN | IMPORTING | STRING | pageToken |
IV_Q_VIEW | IMPORTING | STRING | view |
IV_P_PROJECTS_ID | IMPORTING | STRING | projectsId |
IV_P_INSTANCES_ID | IMPORTING | STRING | instancesId |
ES_RAW | EXPORTING | DATA | Raw Output Data |
ES_OUTPUT | EXPORTING | TY_042 | ListTablesResponse |
EV_RET_CODE | EXPORTING | I | Return Code |
EV_ERR_TEXT | EXPORTING | STRING | Error Text |
ES_ERR_RESP | EXPORTING | /GOOG/ERR_RESP | Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK | ABAP SDK for Google Cloud: Exception Class |
MODIFY_COLUMN_FAMILIES_TABL
- Description: projects.instances.tables.modifyColumnFamilies
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_PROJECTS_ID | IMPORTING | STRING | projectsId |
IV_P_INSTANCES_ID | IMPORTING | STRING | instancesId |
IV_P_TABLES_ID | IMPORTING | STRING | tablesId |
IS_INPUT | IMPORTING | TY_045 | ModifyColumnFamiliesRequest |
ES_RAW | EXPORTING | DATA | Raw Output Data |
ES_OUTPUT | EXPORTING | TY_058 | Table |
EV_RET_CODE | EXPORTING | I | Return Code |
EV_ERR_TEXT | EXPORTING | STRING | Error Text |
ES_ERR_RESP | EXPORTING | /GOOG/ERR_RESP | Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK | ABAP SDK for Google Cloud: Exception Class |
PARTIAL_UPDATE_CLUSTER_CLUS
- Description: projects.instances.clusters.partialUpdateCluster
- Visibility: PUBLIC
Parameters
Name | Category | 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 | IMPORTING | STRING | clustersId |
IS_INPUT | IMPORTING | TY_012 | Cluster |
ES_RAW | EXPORTING | DATA | Raw Output Data |
ES_OUTPUT | EXPORTING | TY_047 | Operation |
EV_RET_CODE | EXPORTING | I | Return Code |
EV_ERR_TEXT | EXPORTING | STRING | Error Text |
ES_ERR_RESP | EXPORTING | /GOOG/ERR_RESP | Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK | ABAP SDK for Google Cloud: Exception Class |
PARTIAL_UPDATE_INSTANCE_INS
- Description: bigtableadmin.projects.instances.partialUpdateInstance
- Visibility: PUBLIC
Parameters
Name | Category | 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 | Raw Output Data |
ES_OUTPUT | EXPORTING | TY_047 | Operation |
EV_RET_CODE | EXPORTING | I | Return Code |
EV_ERR_TEXT | EXPORTING | STRING | Error Text |
ES_ERR_RESP | EXPORTING | /GOOG/ERR_RESP | Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK | ABAP SDK for Google Cloud: Exception Class |
PATCH_APP_PROFILES
- Description: bigtableadmin.projects.instances.appProfiles.patch
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_Q_IGNOREWARNINGS | IMPORTING | STRING | ignoreWarnings |
IV_Q_UPDATEMASK | IMPORTING | STRING | updateMask |
IV_P_PROJECTS_ID | IMPORTING | STRING | projectsId |
IV_P_INSTANCES_ID | IMPORTING | STRING | instancesId |
IV_P_APP_PROFILES_ID | IMPORTING | STRING | appProfilesId |
IS_INPUT | IMPORTING | TY_001 | AppProfile |
ES_RAW | EXPORTING | DATA | Raw Output Data |
ES_OUTPUT | EXPORTING | TY_047 | Operation |
EV_RET_CODE | EXPORTING | I | Return Code |
EV_ERR_TEXT | EXPORTING | STRING | Error Text |
ES_ERR_RESP | EXPORTING | /GOOG/ERR_RESP | Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK | ABAP SDK for Google Cloud: Exception Class |
PATCH_AUTHORIZED_VIEWS
- Description: projects.instances.tables.authorizedViews.patch
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_Q_IGNOREWARNINGS | IMPORTING | STRING | ignoreWarnings |
IV_Q_UPDATEMASK | IMPORTING | STRING | updateMask |
IV_P_PROJECTS_ID | IMPORTING | STRING | projectsId |
IV_P_INSTANCES_ID | IMPORTING | STRING | instancesId |
IV_P_TABLES_ID | IMPORTING | STRING | tablesId |
IV_P_AUTHORIZED_VIEWS_ID | IMPORTING | STRING | authorizedViewsId |
IS_INPUT | IMPORTING | TY_067 | AuthorizedView |
ES_RAW | EXPORTING | DATA | Raw Output Data |
ES_OUTPUT | EXPORTING | TY_047 | Operation |
EV_RET_CODE | EXPORTING | I | Return Code |
EV_ERR_TEXT | EXPORTING | STRING | Error Text |
ES_ERR_RESP | EXPORTING | /GOOG/ERR_RESP | Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK | ABAP SDK for Google Cloud: Exception Class |
PATCH_BACKUPS
- Description: bigtableadmin.projects.instances.clusters.backups.patch
- Visibility: PUBLIC
Parameters
Name | Category | 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 | IMPORTING | STRING | clustersId |
IV_P_BACKUPS_ID | IMPORTING | STRING | backupsId |
IS_INPUT | IMPORTING | TY_006 | Backup |
ES_RAW | EXPORTING | DATA | Raw Output Data |
ES_OUTPUT | EXPORTING | TY_006 | Backup |
EV_RET_CODE | EXPORTING | I | Return Code |
EV_ERR_TEXT | EXPORTING | STRING | Error Text |
ES_ERR_RESP | EXPORTING | /GOOG/ERR_RESP | Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK | ABAP SDK for Google Cloud: Exception Class |
PATCH_TABLES
- Description: bigtableadmin.projects.instances.tables.patch
- Visibility: PUBLIC
Parameters
Name | Category | 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 | IMPORTING | STRING | tablesId |
IS_INPUT | IMPORTING | TY_058 | Table |
ES_RAW | EXPORTING | DATA | Raw Output Data |
ES_OUTPUT | EXPORTING | TY_047 | Operation |
EV_RET_CODE | EXPORTING | I | Return Code |
EV_ERR_TEXT | EXPORTING | STRING | Error Text |
ES_ERR_RESP | EXPORTING | /GOOG/ERR_RESP | Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK | ABAP SDK for Google Cloud: Exception Class |
RESTORE_TABLES
- Description: bigtableadmin.projects.instances.tables.restore
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_PROJECTS_ID | IMPORTING | STRING | projectsId |
IV_P_INSTANCES_ID | IMPORTING | STRING | instancesId |
IS_INPUT | IMPORTING | TY_053 | RestoreTableRequest |
ES_RAW | EXPORTING | DATA | Raw Output Data |
ES_OUTPUT | EXPORTING | TY_047 | Operation |
EV_RET_CODE | EXPORTING | I | Return Code |
EV_ERR_TEXT | EXPORTING | STRING | Error Text |
ES_ERR_RESP | EXPORTING | /GOOG/ERR_RESP | Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK | ABAP SDK for Google Cloud: Exception Class |
SET_IAM_POLICY_AUTHORIZED_V
- Description: projects.instances.tables.authorizedViews.setIamPolicy
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_PROJECTS_ID | IMPORTING | STRING | projectsId |
IV_P_INSTANCES_ID | IMPORTING | STRING | instancesId |
IV_P_TABLES_ID | IMPORTING | STRING | tablesId |
IV_P_AUTHORIZED_VIEWS_ID | IMPORTING | STRING | authorizedViewsId |
IS_INPUT | IMPORTING | TY_054 | SetIamPolicyRequest |
ES_RAW | EXPORTING | DATA | Raw Output Data |
ES_OUTPUT | EXPORTING | TY_051 | Policy |
EV_RET_CODE | EXPORTING | I | Return Code |
EV_ERR_TEXT | EXPORTING | STRING | Error Text |
ES_ERR_RESP | EXPORTING | /GOOG/ERR_RESP | Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK | ABAP SDK for Google Cloud: Exception Class |
SET_IAM_POLICY_BACKUPS
- Description: projects.instances.clusters.backups.setIamPolicy
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_PROJECTS_ID | IMPORTING | STRING | projectsId |
IV_P_INSTANCES_ID | IMPORTING | STRING | instancesId |
IV_P_CLUSTERS_ID | IMPORTING | STRING | clustersId |
IV_P_BACKUPS_ID | IMPORTING | STRING | backupsId |
IS_INPUT | IMPORTING | TY_054 | SetIamPolicyRequest |
ES_RAW | EXPORTING | DATA | Raw Output Data |
ES_OUTPUT | EXPORTING | TY_051 | Policy |
EV_RET_CODE | EXPORTING | I | Return Code |
EV_ERR_TEXT | EXPORTING | STRING | Error Text |
ES_ERR_RESP | EXPORTING | /GOOG/ERR_RESP | Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK | ABAP SDK for Google Cloud: Exception Class |
SET_IAM_POLICY_INSTANCES
- Description: bigtableadmin.projects.instances.setIamPolicy
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_PROJECTS_ID | IMPORTING | STRING | projectsId |
IV_P_INSTANCES_ID | IMPORTING | STRING | instancesId |
IS_INPUT | IMPORTING | TY_054 | SetIamPolicyRequest |
ES_RAW | EXPORTING | DATA | Raw Output Data |
ES_OUTPUT | EXPORTING | TY_051 | Policy |
EV_RET_CODE | EXPORTING | I | Return Code |
EV_ERR_TEXT | EXPORTING | STRING | Error Text |
ES_ERR_RESP | EXPORTING | /GOOG/ERR_RESP | Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK | ABAP SDK for Google Cloud: Exception Class |
SET_IAM_POLICY_TABLES
- Description: bigtableadmin.projects.instances.tables.setIamPolicy
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_PROJECTS_ID | IMPORTING | STRING | projectsId |
IV_P_INSTANCES_ID | IMPORTING | STRING | instancesId |
IV_P_TABLES_ID | IMPORTING | STRING | tablesId |
IS_INPUT | IMPORTING | TY_054 | SetIamPolicyRequest |
ES_RAW | EXPORTING | DATA | Raw Output Data |
ES_OUTPUT | EXPORTING | TY_051 | Policy |
EV_RET_CODE | EXPORTING | I | Return Code |
EV_ERR_TEXT | EXPORTING | STRING | Error Text |
ES_ERR_RESP | EXPORTING | /GOOG/ERR_RESP | Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK | ABAP SDK for Google Cloud: Exception Class |
TEST_IAM_PERMISSIONS_AUTHOR
- Description: instances.tables.authorizedViews.testIamPermissions
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_PROJECTS_ID | IMPORTING | STRING | projectsId |
IV_P_INSTANCES_ID | IMPORTING | STRING | instancesId |
IV_P_TABLES_ID | IMPORTING | STRING | tablesId |
IV_P_AUTHORIZED_VIEWS_ID | IMPORTING | STRING | authorizedViewsId |
IS_INPUT | IMPORTING | TY_061 | TestIamPermissionsRequest |
ES_RAW | EXPORTING | DATA | Raw Output Data |
ES_OUTPUT | EXPORTING | TY_062 | TestIamPermissionsResponse |
EV_RET_CODE | EXPORTING | I | Return Code |
EV_ERR_TEXT | EXPORTING | STRING | Error Text |
ES_ERR_RESP | EXPORTING | /GOOG/ERR_RESP | Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK | ABAP SDK for Google Cloud: Exception Class |
TEST_IAM_PERMISSIONS_BACKUP
- Description: projects.instances.clusters.backups.testIamPermissions
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_PROJECTS_ID | IMPORTING | STRING | projectsId |
IV_P_INSTANCES_ID | IMPORTING | STRING | instancesId |
IV_P_CLUSTERS_ID | IMPORTING | STRING | clustersId |
IV_P_BACKUPS_ID | IMPORTING | STRING | backupsId |
IS_INPUT | IMPORTING | TY_061 | TestIamPermissionsRequest |
ES_RAW | EXPORTING | DATA | Raw Output Data |
ES_OUTPUT | EXPORTING | TY_062 | TestIamPermissionsResponse |
EV_RET_CODE | EXPORTING | I | Return Code |
EV_ERR_TEXT | EXPORTING | STRING | Error Text |
ES_ERR_RESP | EXPORTING | /GOOG/ERR_RESP | Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK | ABAP SDK for Google Cloud: Exception Class |
TEST_IAM_PERMISSIONS_INSTAN
- Description: bigtableadmin.projects.instances.testIamPermissions
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_PROJECTS_ID | IMPORTING | STRING | projectsId |
IV_P_INSTANCES_ID | IMPORTING | STRING | instancesId |
IS_INPUT | IMPORTING | TY_061 | TestIamPermissionsRequest |
ES_RAW | EXPORTING | DATA | Raw Output Data |
ES_OUTPUT | EXPORTING | TY_062 | TestIamPermissionsResponse |
EV_RET_CODE | EXPORTING | I | Return Code |
EV_ERR_TEXT | EXPORTING | STRING | Error Text |
ES_ERR_RESP | EXPORTING | /GOOG/ERR_RESP | Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK | ABAP SDK for Google Cloud: Exception Class |
TEST_IAM_PERMISSIONS_TABLES
- Description: bigtableadmin.projects.instances.tables.testIamPermissions
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_PROJECTS_ID | IMPORTING | STRING | projectsId |
IV_P_INSTANCES_ID | IMPORTING | STRING | instancesId |
IV_P_TABLES_ID | IMPORTING | STRING | tablesId |
IS_INPUT | IMPORTING | TY_061 | TestIamPermissionsRequest |
ES_RAW | EXPORTING | DATA | Raw Output Data |
ES_OUTPUT | EXPORTING | TY_062 | TestIamPermissionsResponse |
EV_RET_CODE | EXPORTING | I | Return Code |
EV_ERR_TEXT | EXPORTING | STRING | Error Text |
ES_ERR_RESP | EXPORTING | /GOOG/ERR_RESP | Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK | ABAP SDK for Google Cloud: Exception Class |
UNDELETE_TABLES
- Description: bigtableadmin.projects.instances.tables.undelete
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_PROJECTS_ID | IMPORTING | STRING | projectsId |
IV_P_INSTANCES_ID | IMPORTING | STRING | instancesId |
IV_P_TABLES_ID | IMPORTING | STRING | tablesId |
IS_INPUT | IMPORTING | DATA | Input Data |
ES_RAW | EXPORTING | DATA | Raw Output Data |
ES_OUTPUT | EXPORTING | TY_047 | Operation |
EV_RET_CODE | EXPORTING | I | Return Code |
EV_ERR_TEXT | EXPORTING | STRING | Error Text |
ES_ERR_RESP | EXPORTING | /GOOG/ERR_RESP | Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK | ABAP SDK for Google Cloud: Exception Class |
UPDATE_CLUSTERS
- Description: bigtableadmin.projects.instances.clusters.update
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_PROJECTS_ID | IMPORTING | STRING | projectsId |
IV_P_INSTANCES_ID | IMPORTING | STRING | instancesId |
IV_P_CLUSTERS_ID | IMPORTING | STRING | clustersId |
IS_INPUT | IMPORTING | TY_012 | Cluster |
ES_RAW | EXPORTING | DATA | Raw Output Data |
ES_OUTPUT | EXPORTING | TY_047 | Operation |
EV_RET_CODE | EXPORTING | I | Return Code |
EV_ERR_TEXT | EXPORTING | STRING | Error Text |
ES_ERR_RESP | EXPORTING | /GOOG/ERR_RESP | Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK | ABAP SDK for Google Cloud: Exception Class |
UPDATE_INSTANCES
- Description: bigtableadmin.projects.instances.update
- Visibility: PUBLIC
Parameters
Name | Category | 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 | Raw Output Data |
ES_OUTPUT | EXPORTING | TY_033 | Instance |
EV_RET_CODE | EXPORTING | I | Return Code |
EV_ERR_TEXT | EXPORTING | STRING | Error Text |
ES_ERR_RESP | EXPORTING | /GOOG/ERR_RESP | Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK | ABAP SDK for Google Cloud: Exception Class |
CLOSE
- Description: Close Connection
- Visibility: PUBLIC