Invia feedback
Classe /GOOG/CL_BIGQUERYCONNECTION_V1
Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
On-premises or any cloud edition v1.7 keyboard_arrow_down
Classe
/GOOG/CL_BIGQUERYCONNECTION_V1
Ereditarietà da:/GOOG/CL_HTTP_CLIENT
Descrizione:BigQuery Connection API v1
Per informazioni generali su una classe nell'SDK ABAP per Google Cloud,
consulta
stub del client API .
Tipi
Tipo
Descrizione
Visibilità
TY_001
AuditConfig
PUBBLICO
TY_002
AuditLogConfig
PUBBLICO
TY_003
AwsAccessRole
PUBBLICO
TY_004
AwsProperties
PUBBLICO
TY_005
AzureProperties
PUBBLICO
TY_006
Binding
PUBBLICO
TY_007
CloudResourceProperties
PUBBLICO
TY_008
CloudSpannerProperties
PUBBLICO
TY_009
CloudSqlCredential
PUBBLICO
TY_010
CloudSqlProperties
PUBBLICO
TY_011
Connection
PUBBLICO
TY_012
ConnectorConfiguration
PUBBLICO
TY_013
ConnectorConfigurationAuthentication
PUBBLICO
TY_014
ConnectorConfigurationEndpoint
PUBBLICO
TY_015
ConnectorConfigurationSecret
PUBBLICO
TY_016
ConnectorConfigurationUsernamePassword
PUBBLICO
TY_018
Expr
PUBBLICO
TY_019
GetIamPolicyRequest
PUBBLICO
TY_020
GetPolicyOptions
PUBBLICO
TY_021
ListConnectionsResponse
PUBBLICO
TY_022
MetastoreServiceConfig
PUBBLICO
TY_023
Policy
PUBBLICO
TY_024
SalesforceDataCloudProperties
PUBBLICO
TY_025
SetIamPolicyRequest
PUBBLICO
TY_026
SparkHistoryServerConfig
PUBBLICO
TY_027
SparkProperties
PUBBLICO
TY_028
TestIamPermissionsRequest
PUBBLICO
TY_029
TestIamPermissionsResponse
PUBBLICO
TY_030
ConnectorConfigurationAsset
PUBBLICO
TY_031
ConnectorConfigurationNetwork
PUBBLICO
TY_032
ConnectorConfigurationPrivateServiceConnect
PUBBLICO
TY_T_001
AuditConfig
PUBBLICO
TY_T_002
AuditLogConfig
PUBBLICO
TY_T_006
Binding
PUBBLICO
TY_T_011
Connection
PUBBLICO
TY_T_STRING
Table of Strings
PUBBLICO
Costanti
Nome
Tipo
Descrizione
Valore
Visibilità
C_REVISION_DATE
DATUM
Data di revisione del documento di rilevamento
20240423
PUBBLICO
C_PATH_PREFIX
STRING
Prefisso del percorso API
PUBBLICO
C_ON_PREM_VERSION
/GOOG/SDK_VERSION
Versione on-premise più bassa
1,7
PUBBLICO
C_ROOT_URL
STRING
URL root API
https://bigqueryconnection.googleapis.com
PUBBLICO
C_SERVICE_NAME
/GOOG/SERVICE_NAME
Nome servizio Google
BigQueryconnection:v1
PUBBLICO
C_SUPPORTED_AUTH
/GOOG/SUPP_AUTH
Tipi di autenticazione supportati
IJIJWW
PUBBLICO
C_CLOUD_VERSION
/GOOG/SDK_VERSION
Versione cloud più bassa
1.0
PUBBLICO
Metodi
Per informazioni generali su un metodo in ABAP SDK per Google Cloud,
consulta
Metodo API .
COSTRUTTORE
Descrizione: costruttore
Visibilità: PUBBLICA
Parametri
Nome
Categoria
Tipo
Descrizione
IV_KEY_NAME
IMPORTAZIONE
/GOOG/KEYNAME
Nome chiave Google Cloud
IV_LOG_OBJ
IMPORTAZIONE
BALOBJ_D
Log applicazione: nome oggetto (codice applicazione)
IV_LOG_SUBOBJ
IMPORTAZIONE
BALSUBOBJ
Log applicazione: oggetto secondario
Eccezione
Nome
Descrizione
/GOOG/CX_SDK
SDK ABAP per Google Cloud: classe di eccezione
CREATE_CONNECTIONS
Descrizione: bigqueryconnection.projects.locations.connections.create
Visibilità: PUBBLICA
Parametri
Nome
Categoria
Tipo
Descrizione
IV_Q_CONNECTIONID
IMPORTAZIONE
STRING
connectionId
IV_P_PROJECTS_ID
IMPORTAZIONE
STRING
projectsId
IV_P_LOCATIONS_ID
IMPORTAZIONE
STRING
locationsId
IS_INPUT
IMPORTAZIONE
TY_011
Connessione
ES_RAW
ESPORTAZIONE
DATA
Dati di output non elaborati
ES_OUTPUT
ESPORTAZIONE
TY_011
Connessione
EV_RET_CODE
ESPORTAZIONE
I
Codice di reso
EV_ERR_TEXT
ESPORTAZIONE
STRING
Testo errore
ES_ERR_RESP
ESPORTAZIONE
/GOOG/ERR_RESP
Risposta di errore
Eccezione
Nome
Descrizione
/GOOG/CX_SDK
SDK ABAP per Google Cloud: classe di eccezione
DELETE_CONNECTIONS
Descrizione: bigqueryconnection.projects.locations.connections.delete
Visibilità: PUBBLICA
Parametri
Nome
Categoria
Tipo
Descrizione
IV_P_PROJECTS_ID
IMPORTAZIONE
STRING
projectsId
IV_P_LOCATIONS_ID
IMPORTAZIONE
STRING
locationsId
IV_P_CONNECTIONS_ID
IMPORTAZIONE
STRING
connectionsId
ES_RAW
ESPORTAZIONE
DATA
Dati di output non elaborati
ES_OUTPUT
ESPORTAZIONE
DATA
Dati di output
EV_RET_CODE
ESPORTAZIONE
I
Codice di reso
EV_ERR_TEXT
ESPORTAZIONE
STRING
Testo errore
ES_ERR_RESP
ESPORTAZIONE
/GOOG/ERR_RESP
Risposta di errore
Eccezione
Nome
Descrizione
/GOOG/CX_SDK
SDK ABAP per Google Cloud: classe di eccezione
GET_CONNECTIONS
Descrizione: bigqueryconnection.projects.locations.connections.get
Visibilità: PUBBLICA
Parametri
Nome
Categoria
Tipo
Descrizione
IV_P_PROJECTS_ID
IMPORTAZIONE
STRING
projectsId
IV_P_LOCATIONS_ID
IMPORTAZIONE
STRING
locationsId
IV_P_CONNECTIONS_ID
IMPORTAZIONE
STRING
connectionsId
ES_RAW
ESPORTAZIONE
DATA
Dati di output non elaborati
ES_OUTPUT
ESPORTAZIONE
TY_011
Connessione
EV_RET_CODE
ESPORTAZIONE
I
Codice di reso
EV_ERR_TEXT
ESPORTAZIONE
STRING
Testo errore
ES_ERR_RESP
ESPORTAZIONE
/GOOG/ERR_RESP
Risposta di errore
Eccezione
Nome
Descrizione
/GOOG/CX_SDK
SDK ABAP per Google Cloud: classe di eccezione
GET_IAM_POLICY_CONNECTIONS
Descrizione: projects.locations.connections.getIamPolicy
Visibilità: PUBBLICA
Parametri
Nome
Categoria
Tipo
Descrizione
IV_P_PROJECTS_ID
IMPORTAZIONE
STRING
projectsId
IV_P_LOCATIONS_ID
IMPORTAZIONE
STRING
locationsId
IV_P_CONNECTIONS_ID
IMPORTAZIONE
STRING
connectionsId
IS_INPUT
IMPORTAZIONE
TY_019
GetIamPolicyRequest
ES_RAW
ESPORTAZIONE
DATA
Dati di output non elaborati
ES_OUTPUT
ESPORTAZIONE
TY_023
Criterio
EV_RET_CODE
ESPORTAZIONE
I
Codice di reso
EV_ERR_TEXT
ESPORTAZIONE
STRING
Testo errore
ES_ERR_RESP
ESPORTAZIONE
/GOOG/ERR_RESP
Risposta di errore
Eccezione
Nome
Descrizione
/GOOG/CX_SDK
SDK ABAP per Google Cloud: classe di eccezione
LIST_CONNECTIONS
Descrizione: bigqueryconnection.projects.locations.connections.list
Visibilità: PUBBLICA
Parametri
Nome
Categoria
Tipo
Descrizione
IV_Q_PAGESIZE
IMPORTAZIONE
STRING
pageSize
IV_Q_PAGETOKEN
IMPORTAZIONE
STRING
pageToken
IV_P_PROJECTS_ID
IMPORTAZIONE
STRING
projectsId
IV_P_LOCATIONS_ID
IMPORTAZIONE
STRING
locationsId
ES_RAW
ESPORTAZIONE
DATA
Dati di output non elaborati
ES_OUTPUT
ESPORTAZIONE
TY_021
ListConnectionsResponse
EV_RET_CODE
ESPORTAZIONE
I
Codice di reso
EV_ERR_TEXT
ESPORTAZIONE
STRING
Testo errore
ES_ERR_RESP
ESPORTAZIONE
/GOOG/ERR_RESP
Risposta di errore
Eccezione
Nome
Descrizione
/GOOG/CX_SDK
SDK ABAP per Google Cloud: classe di eccezione
PATCH_CONNECTIONS
Descrizione: bigqueryconnection.projects.locations.connections.patch
Visibilità: PUBBLICA
Parametri
Nome
Categoria
Tipo
Descrizione
IV_Q_UPDATEMASK
IMPORTAZIONE
STRING
updateMask
IV_P_PROJECTS_ID
IMPORTAZIONE
STRING
projectsId
IV_P_LOCATIONS_ID
IMPORTAZIONE
STRING
locationsId
IV_P_CONNECTIONS_ID
IMPORTAZIONE
STRING
connectionsId
IS_INPUT
IMPORTAZIONE
TY_011
Connessione
ES_RAW
ESPORTAZIONE
DATA
Dati di output non elaborati
ES_OUTPUT
ESPORTAZIONE
TY_011
Connessione
EV_RET_CODE
ESPORTAZIONE
I
Codice di reso
EV_ERR_TEXT
ESPORTAZIONE
STRING
Testo errore
ES_ERR_RESP
ESPORTAZIONE
/GOOG/ERR_RESP
Risposta di errore
Eccezione
Nome
Descrizione
/GOOG/CX_SDK
SDK ABAP per Google Cloud: classe di eccezione
SET_IAM_POLICY_CONNECTIONS
Descrizione: projects.locations.connections.setIamPolicy
Visibilità: PUBBLICA
Parametri
Nome
Categoria
Tipo
Descrizione
IV_P_PROJECTS_ID
IMPORTAZIONE
STRING
projectsId
IV_P_LOCATIONS_ID
IMPORTAZIONE
STRING
locationsId
IV_P_CONNECTIONS_ID
IMPORTAZIONE
STRING
connectionsId
IS_INPUT
IMPORTAZIONE
TY_025
SetIamPolicyRequest
ES_RAW
ESPORTAZIONE
DATA
Dati di output non elaborati
ES_OUTPUT
ESPORTAZIONE
TY_023
Criterio
EV_RET_CODE
ESPORTAZIONE
I
Codice di reso
EV_ERR_TEXT
ESPORTAZIONE
STRING
Testo errore
ES_ERR_RESP
ESPORTAZIONE
/GOOG/ERR_RESP
Risposta di errore
Eccezione
Nome
Descrizione
/GOOG/CX_SDK
SDK ABAP per Google Cloud: classe di eccezione
TEST_IAM_PERMISSIONS_CONNEC
Descrizione: projects.locations.connections.testIamPermissions
Visibilità: PUBBLICA
Parametri
Nome
Categoria
Tipo
Descrizione
IV_P_PROJECTS_ID
IMPORTAZIONE
STRING
projectsId
IV_P_LOCATIONS_ID
IMPORTAZIONE
STRING
locationsId
IV_P_CONNECTIONS_ID
IMPORTAZIONE
STRING
connectionsId
IS_INPUT
IMPORTAZIONE
TY_028
TestIamPermissionsRequest
ES_RAW
ESPORTAZIONE
DATA
Dati di output non elaborati
ES_OUTPUT
ESPORTAZIONE
TY_029
TestIamPermissionsResponse
EV_RET_CODE
ESPORTAZIONE
I
Codice di reso
EV_ERR_TEXT
ESPORTAZIONE
STRING
Testo errore
ES_ERR_RESP
ESPORTAZIONE
/GOOG/ERR_RESP
Risposta di errore
Eccezione
Nome
Descrizione
/GOOG/CX_SDK
SDK ABAP per Google Cloud: classe di eccezione
CHIUDI
Descrizione: Chiudi connessione
Visibilità: PUBBLICA
Invia feedback
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0 , mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0 . Per ulteriori dettagli, consulta le norme del sito di Google Developers . Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2024-06-28 UTC.
Vuoi dirci altro?
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2024-06-28 UTC."],[],[]]