SAP BTP edition v1.0 keyboard_arrow_down
Clase
/GOOG/CL_BIGQUERYCONNE_V1BETA1
Hereda de:/GOOG/CL_HTTP_CLIENT
Descripción:BigQuery Connection API v1beta1
Si deseas obtener información general sobre una clase en el SDK de ABAP para Google Cloud, consulta el
stub del cliente de la API .
Tipos
Tipo
Descripción
Visibilidad
TY_001
AuditConfig
PÚBLICO
TY_002
AuditLogConfig
PÚBLICO
TY_003
Binding
PÚBLICO
TY_004
CloudSqlCredential
PÚBLICO
TY_005
CloudSqlProperties
PÚBLICO
TY_006
Connection
PÚBLICO
TY_007
ConnectionCredential
PÚBLICO
TY_009
Expr
PÚBLICO
TY_010
GetIamPolicyRequest
PÚBLICO
TY_011
GetPolicyOptions
PÚBLICO
TY_012
ListConnectionsResponse
PÚBLICO
TY_013
Policy
PÚBLICO
TY_014
SetIamPolicyRequest
PÚBLICO
TY_015
TestIamPermissionsRequest
PÚBLICO
TY_016
TestIamPermissionsResponse
PÚBLICO
TY_T_001
AuditConfig
PÚBLICO
TY_T_002
AuditLogConfig
PÚBLICO
TY_T_003
Binding
PÚBLICO
TY_T_006
Connection
PÚBLICO
TY_T_STRING
Table of Strings
PÚBLICO
Constantes
Nombre
Tipo
Descripción
Valor
Visibilidad
C_SUPPORTED_AUTH
/GOOG/SUPP_AUTH
Tipos de autenticación admitidos
IJIJWW
PÚBLICO
C_SERVICE_NAME
/GOOG/SERVICE_NAME
Nombre del servicio de Google
bigqueryconnection:v1beta1
PÚBLICO
C_ROOT_URL
STRING
URL raíz de la API
https://bigqueryconnection.googleapis.com
PÚBLICO
C_REVISION_DATE
DATUM
Fecha de revisión del documento de descubrimiento
20240214
PÚBLICO
C_PATH_PREFIX
STRING
Prefijo de la ruta de acceso de la API
PÚBLICO
C_ON_PREM_VERSION
/GOOG/SDK_VERSION
Versión local más baja
1.5
PÚBLICO
C_CLOUD_VERSION
/GOOG/SDK_VERSION
Versión más baja en la nube
1.0
PÚBLICO
Métodos
Si deseas obtener información general sobre un método en el SDK de ABAP para Google Cloud, consulta el
método de la API .
CONSTRUCTOR
Descripción: Constructor
Visibilidad: PÚBLICA
Parámetros
Nombre
Categoría
Tipo
Descripción
IV_KEY_NAME
IMPORTING
/GOOG/KEYNAME
Nombre de la clave de Google Cloud
IV_LOG_OBJ
IMPORTING
BALOBJ_D
Registro de la aplicación: Nombre del objeto (código de la aplicación)
IV_LOG_SUBOBJ
IMPORTING
BALSUBOBJ
Registro de aplicaciones: Subobjeto
Excepción
Nombre
Descripción
/GOOG/CX_SDK
SDK de ABAP para Google Cloud: Clase de excepción
CREATE_CONNECTIONS
Descripción: bigqueryconnection.projects.locations.connections.create
Visibilidad: PÚBLICA
Parámetros
Nombre
Categoría
Tipo
Descripción
IV_Q_CONNECTIONID
IMPORTING
STRING
connectionId
IV_P_PROJECTS_ID
IMPORTING
STRING
projectsId
IV_P_LOCATIONS_ID
IMPORTING
STRING
locationsId
IS_INPUT
IMPORTING
TY_006
Conexión
ES_RAW
EXPORTING
DATA
Datos de salida sin procesar
ES_OUTPUT
EXPORTING
TY_006
Conexión
EV_RET_CODE
EXPORTING
I
Código de retorno
EV_ERR_TEXT
EXPORTING
STRING
Texto de error
ES_ERR_RESP
EXPORTING
/GOOG/ERR_RESP
Respuesta de error
Excepción
Nombre
Descripción
/GOOG/CX_SDK
SDK de ABAP para Google Cloud: Clase de excepción
DELETE_CONNECTIONS
Descripción: bigqueryconnection.projects.locations.connections.delete
Visibilidad: PÚBLICA
Parámetros
Nombre
Categoría
Tipo
Descripción
IV_P_PROJECTS_ID
IMPORTING
STRING
projectsId
IV_P_LOCATIONS_ID
IMPORTING
STRING
locationsId
IV_P_CONNECTIONS_ID
IMPORTING
STRING
connectionsId
ES_RAW
EXPORTING
DATA
Datos de salida sin procesar
ES_OUTPUT
EXPORTING
REF TO DATA
Datos de salida
EV_RET_CODE
EXPORTING
I
Código de retorno
EV_ERR_TEXT
EXPORTING
STRING
Texto de error
ES_ERR_RESP
EXPORTING
/GOOG/ERR_RESP
Respuesta de error
Excepción
Nombre
Descripción
/GOOG/CX_SDK
SDK de ABAP para Google Cloud: Clase de excepción
GET_CONNECTIONS
Descripción: bigqueryconnection.projects.locations.connections.get
Visibilidad: PÚBLICA
Parámetros
Nombre
Categoría
Tipo
Descripción
IV_P_PROJECTS_ID
IMPORTING
STRING
projectsId
IV_P_LOCATIONS_ID
IMPORTING
STRING
locationsId
IV_P_CONNECTIONS_ID
IMPORTING
STRING
connectionsId
ES_RAW
EXPORTING
DATA
Datos de salida sin procesar
ES_OUTPUT
EXPORTING
TY_006
Conexión
EV_RET_CODE
EXPORTING
I
Código de retorno
EV_ERR_TEXT
EXPORTING
STRING
Texto de error
ES_ERR_RESP
EXPORTING
/GOOG/ERR_RESP
Respuesta de error
Excepción
Nombre
Descripción
/GOOG/CX_SDK
SDK de ABAP para Google Cloud: Clase de excepción
GET_IAM_POLICY_CONNECTIONS
Descripción: projects.locations.connections.getIamPolicy
Visibilidad: PÚBLICA
Parámetros
Nombre
Categoría
Tipo
Descripción
IV_P_PROJECTS_ID
IMPORTING
STRING
projectsId
IV_P_LOCATIONS_ID
IMPORTING
STRING
locationsId
IV_P_CONNECTIONS_ID
IMPORTING
STRING
connectionsId
IS_INPUT
IMPORTING
TY_010
GetIamPolicyRequest
ES_RAW
EXPORTING
DATA
Datos de salida sin procesar
ES_OUTPUT
EXPORTING
TY_013
Política
EV_RET_CODE
EXPORTING
I
Código de retorno
EV_ERR_TEXT
EXPORTING
STRING
Texto de error
ES_ERR_RESP
EXPORTING
/GOOG/ERR_RESP
Respuesta de error
Excepción
Nombre
Descripción
/GOOG/CX_SDK
SDK de ABAP para Google Cloud: Clase de excepción
LIST_CONNECTIONS
Descripción: bigqueryconnection.projects.locations.connections.list
Visibilidad: PÚBLICA
Parámetros
Nombre
Categoría
Tipo
Descripción
IV_Q_MAXRESULTS
IMPORTING
STRING
maxResults
IV_Q_PAGETOKEN
IMPORTING
STRING
pageToken
IV_P_PROJECTS_ID
IMPORTING
STRING
projectsId
IV_P_LOCATIONS_ID
IMPORTING
STRING
locationsId
ES_RAW
EXPORTING
DATA
Datos de salida sin procesar
ES_OUTPUT
EXPORTING
TY_012
ListConnectionsResponse
EV_RET_CODE
EXPORTING
I
Código de retorno
EV_ERR_TEXT
EXPORTING
STRING
Texto de error
ES_ERR_RESP
EXPORTING
/GOOG/ERR_RESP
Respuesta de error
Excepción
Nombre
Descripción
/GOOG/CX_SDK
SDK de ABAP para Google Cloud: Clase de excepción
PATCH_CONNECTIONS
Descripción: bigqueryconnection.projects.locations.connections.patch
Visibilidad: PÚBLICA
Parámetros
Nombre
Categoría
Tipo
Descripción
IV_Q_UPDATEMASK
IMPORTING
STRING
updateMask
IV_P_PROJECTS_ID
IMPORTING
STRING
projectsId
IV_P_LOCATIONS_ID
IMPORTING
STRING
locationsId
IV_P_CONNECTIONS_ID
IMPORTING
STRING
connectionsId
IS_INPUT
IMPORTING
TY_006
Conexión
ES_RAW
EXPORTING
DATA
Datos de salida sin procesar
ES_OUTPUT
EXPORTING
TY_006
Conexión
EV_RET_CODE
EXPORTING
I
Código de retorno
EV_ERR_TEXT
EXPORTING
STRING
Texto de error
ES_ERR_RESP
EXPORTING
/GOOG/ERR_RESP
Respuesta de error
Excepción
Nombre
Descripción
/GOOG/CX_SDK
SDK de ABAP para Google Cloud: Clase de excepción
SET_IAM_POLICY_CONNECTIONS
Descripción: projects.locations.connections.setIamPolicy
Visibilidad: PÚBLICA
Parámetros
Nombre
Categoría
Tipo
Descripción
IV_P_PROJECTS_ID
IMPORTING
STRING
projectsId
IV_P_LOCATIONS_ID
IMPORTING
STRING
locationsId
IV_P_CONNECTIONS_ID
IMPORTING
STRING
connectionsId
IS_INPUT
IMPORTING
TY_014
SetIamPolicyRequest
ES_RAW
EXPORTING
DATA
Datos de salida sin procesar
ES_OUTPUT
EXPORTING
TY_013
Política
EV_RET_CODE
EXPORTING
I
Código de retorno
EV_ERR_TEXT
EXPORTING
STRING
Texto de error
ES_ERR_RESP
EXPORTING
/GOOG/ERR_RESP
Respuesta de error
Excepción
Nombre
Descripción
/GOOG/CX_SDK
SDK de ABAP para Google Cloud: Clase de excepción
TEST_IAM_PERMISSIONS_CONNEC
Descripción: projects.locations.connections.testIamPermissions
Visibilidad: PÚBLICA
Parámetros
Nombre
Categoría
Tipo
Descripción
IV_P_PROJECTS_ID
IMPORTING
STRING
projectsId
IV_P_LOCATIONS_ID
IMPORTING
STRING
locationsId
IV_P_CONNECTIONS_ID
IMPORTING
STRING
connectionsId
IS_INPUT
IMPORTING
TY_015
TestIamPermissionsRequest
ES_RAW
EXPORTING
DATA
Datos de salida sin procesar
ES_OUTPUT
EXPORTING
TY_016
TestIamPermissionsResponse
EV_RET_CODE
EXPORTING
I
Código de retorno
EV_ERR_TEXT
EXPORTING
STRING
Texto de error
ES_ERR_RESP
EXPORTING
/GOOG/ERR_RESP
Respuesta de error
Excepción
Nombre
Descripción
/GOOG/CX_SDK
SDK de ABAP para Google Cloud: Clase de excepción
UPDATE_CREDENTIAL_CONNECTIO
Descripción: projects.locations.connections.updateCredential
Visibilidad: PÚBLICA
Parámetros
Nombre
Categoría
Tipo
Descripción
IV_P_PROJECTS_ID
IMPORTING
STRING
projectsId
IV_P_LOCATIONS_ID
IMPORTING
STRING
locationsId
IV_P_CONNECTIONS_ID
IMPORTING
STRING
connectionsId
IS_INPUT
IMPORTING
TY_007
ConnectionCredential
ES_RAW
EXPORTING
DATA
Datos de salida sin procesar
ES_OUTPUT
EXPORTING
REF TO DATA
Datos de salida
EV_RET_CODE
EXPORTING
I
Código de retorno
EV_ERR_TEXT
EXPORTING
STRING
Texto de error
ES_ERR_RESP
EXPORTING
/GOOG/ERR_RESP
Respuesta de error
Excepción
Nombre
Descripción
/GOOG/CX_SDK
SDK de ABAP para Google Cloud: Clase de excepción
CERRAR
Descripción: Close Connection
Visibilidad: PÚBLICA