Envoyer des commentaires
Classe /GOOG/CL_DATASTORE_V1
Restez organisé à l'aide des collections
Enregistrez et classez les contenus selon vos préférences.
SAP BTP edition v1.0 keyboard_arrow_down
Classe
/GOOG/CL_DATASTORE_V1
Héritage de : /GOOG/CL_HTTP_CLIENT
Description : Cloud Datastore API v1
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
Aggregation
PUBLIC
TY_002
AggregationQuery
PUBLIC
TY_003
AggregationResult
PUBLIC
TY_004
AggregationResultBatch
PUBLIC
TY_005
AllocateIdsRequest
PUBLIC
TY_006
AllocateIdsResponse
PUBLIC
TY_008
BeginTransactionRequest
PUBLIC
TY_009
BeginTransactionResponse
PUBLIC
TY_010
CommitRequest
PUBLIC
TY_011
CommitResponse
PUBLIC
TY_013
Count
PUBLIC
TY_015
Entity
PUBLIC
TY_016
EntityResult
PUBLIC
TY_019
GoogleDatastoreAdminV1EntityFilter
PUBLIC
TY_020
GoogleDatastoreAdminV1ExportEntitiesRequest
PUBLIC
TY_021
GoogleDatastoreAdminV1ImportEntitiesRequest
PUBLIC
TY_022
GoogleDatastoreAdminV1Index
PUBLIC
TY_023
GoogleDatastoreAdminV1IndexedProperty
PUBLIC
TY_024
GoogleDatastoreAdminV1ListIndexesResponse
PUBLIC
TY_031
GoogleLongrunningListOperationsResponse
PUBLIC
TY_032
GoogleLongrunningOperation
PUBLIC
TY_033
GqlQuery
PUBLIC
TY_034
GqlQueryParameter
PUBLIC
TY_035
Key
PUBLIC
TY_036
KindExpression
PUBLIC
TY_037
LatLng
PUBLIC
TY_038
LookupRequest
PUBLIC
TY_039
LookupResponse
PUBLIC
TY_040
Mutation
PUBLIC
TY_041
MutationResult
PUBLIC
TY_042
PartitionId
PUBLIC
TY_043
PathElement
PUBLIC
TY_044
Projection
PUBLIC
TY_046
PropertyOrder
PUBLIC
TY_047
PropertyReference
PUBLIC
TY_048
Query
PUBLIC
TY_049
QueryResultBatch
PUBLIC
TY_050
ReadOnly
PUBLIC
TY_051
ReadOptions
PUBLIC
TY_052
ReadWrite
PUBLIC
TY_053
ReserveIdsRequest
PUBLIC
TY_055
RollbackRequest
PUBLIC
TY_057
RunAggregationQueryRequest
PUBLIC
TY_058
RunAggregationQueryResponse
PUBLIC
TY_059
RunQueryRequest
PUBLIC
TY_060
RunQueryResponse
PUBLIC
TY_061
Status
PUBLIC
TY_062
TransactionOptions
PUBLIC
TY_063
Value
PUBLIC
TY_064
Avg
PUBLIC
TY_065
Sum
PUBLIC
TY_T_001
Aggregation
PUBLIC
TY_T_003
AggregationResult
PUBLIC
TY_T_016
EntityResult
PUBLIC
TY_T_022
GoogleDatastoreAdminV1Index
PUBLIC
TY_T_023
GoogleDatastoreAdminV1IndexedProperty
PUBLIC
TY_T_032
GoogleLongrunningOperation
PUBLIC
TY_T_034
GqlQueryParameter
PUBLIC
TY_T_035
Key
PUBLIC
TY_T_036
KindExpression
PUBLIC
TY_T_040
Mutation
PUBLIC
TY_T_041
MutationResult
PUBLIC
TY_T_043
PathElement
PUBLIC
TY_T_044
Projection
PUBLIC
TY_T_046
PropertyOrder
PUBLIC
TY_T_047
PropertyReference
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
datastore:v1
PUBLIC
C_ROOT_URL
STRING
URL racine de l'API
https://datastore.googleapis.com
PUBLIC
C_REVISION_DATE
DATUM
Date de révision du document de découverte
20240226
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
ALLOCATE_IDS_PROJECTS
Description : datastore.projects.allocateIds
Visibilité : PUBLIQUE
Paramètres
Nom
Catégorie
Type
Description
IV_P_PROJECT_ID
IMPORTING
STRING
projectId
IS_INPUT
IMPORTING
TY_005
AllocateIdsRequest
ES_RAW
EXPORTING
DATA
Données brutes de sortie
ES_OUTPUT
EXPORTING
TY_006
AllocateIdsResponse
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
BEGIN_TRANSACTION_PROJECTS
Description : datastore.projects.beginTransaction
Visibilité : PUBLIQUE
Paramètres
Nom
Catégorie
Type
Description
IV_P_PROJECT_ID
IMPORTING
STRING
projectId
IS_INPUT
IMPORTING
TY_008
BeginTransactionRequest
ES_RAW
Exportation…
DATA
Données brutes de sortie
ES_OUTPUT
EXPORTING
TY_009
BeginTransactionResponse
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
CANCEL_OPERATIONS
Description : datastore.projects.operations.cancel
Visibilité : PUBLIQUE
Paramètres
Nom
Catégorie
Type
Description
IV_P_PROJECTS_ID
IMPORTING
STRING
ProjectsId
IV_P_OPERATIONS_ID
IMPORTING
STRING
operationsId
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
COMMIT_PROJECTS
Description : datastore.projects.commit
Visibilité : PUBLIQUE
Paramètres
Nom
Catégorie
Type
Description
IV_P_PROJECT_ID
IMPORTING
STRING
projectId
IS_INPUT
IMPORTING
TY_010
CommitRequest
ES_RAW
Exportation…
DATA
Données brutes de sortie
ES_OUTPUT
Exportation…
TY_011
CommitResponse
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_INDEXES
Description : datastore.projects.indexes.create
Visibilité : PUBLIQUE
Paramètres
Nom
Catégorie
Type
Description
IV_P_PROJECT_ID
IMPORTING
STRING
projectId
IS_INPUT
IMPORTING
TY_022
GoogleDatastoreAdminV1Index
ES_RAW
EXPORTING
DATA
Données brutes de sortie
ES_OUTPUT
Exportation…
TY_032
GoogleLongrunningOperation
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_INDEXES
Description : datastore.projects.indexes.delete
Visibilité : PUBLIQUE
Paramètres
Nom
Catégorie
Type
Description
IV_P_INDEX_ID
IMPORTING
STRING
indexId
IV_P_PROJECT_ID
IMPORTING
STRING
projectId
ES_RAW
EXPORTING
DATA
Données brutes de sortie
ES_OUTPUT
Exportation…
TY_032
GoogleLongrunningOperation
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_OPERATIONS
Description : datastore.projects.operations.delete
Visibilité : PUBLIQUE
Paramètres
Nom
Catégorie
Type
Description
IV_P_PROJECTS_ID
IMPORTING
STRING
ProjectsId
IV_P_OPERATIONS_ID
IMPORTING
STRING
operationsId
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
EXPORT_PROJECTS
Description : datastore.projects.export
Visibilité : PUBLIQUE
Paramètres
Nom
Catégorie
Type
Description
IV_P_PROJECT_ID
IMPORTING
STRING
projectId
IS_INPUT
IMPORTING
TY_020
GoogleDatastoreAdminV1ExportEntitiesRequest
ES_RAW
EXPORTING
DATA
Données brutes de sortie
ES_OUTPUT
Exportation…
TY_032
GoogleLongrunningOperation
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_INDEXES
Description : datastore.projects.indexes.get
Visibilité : PUBLIQUE
Paramètres
Nom
Catégorie
Type
Description
IV_P_INDEX_ID
IMPORTING
STRING
indexId
IV_P_PROJECT_ID
IMPORTING
STRING
projectId
ES_RAW
EXPORTING
DATA
Données brutes de sortie
ES_OUTPUT
EXPORTING
TY_022
GoogleDatastoreAdminV1Index
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 : datastore.projects.operations.get
Visibilité : PUBLIQUE
Paramètres
Nom
Catégorie
Type
Description
IV_P_PROJECTS_ID
IMPORTING
STRING
ProjectsId
IV_P_OPERATIONS_ID
IMPORTING
STRING
operationsId
ES_RAW
Exportation…
DATA
Données brutes de sortie
ES_OUTPUT
Exportation…
TY_032
GoogleLongrunningOperation
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
IMPORT_PROJECTS
Description : datastore.projects.import
Visibilité : PUBLIQUE
Paramètres
Nom
Catégorie
Type
Description
IV_P_PROJECT_ID
IMPORTING
STRING
projectId
IS_INPUT
IMPORTING
TY_021
GoogleDatastoreAdminV1ImportEntitiesRequest
ES_RAW
EXPORTING
DATA
Données brutes de sortie
ES_OUTPUT
Exportation…
TY_032
GoogleLongrunningOperation
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_INDEXES
Description : datastore.projects.indexes.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_PROJECT_ID
IMPORTING
STRING
projectId
ES_RAW
EXPORTING
DATA
Données brutes de sortie
ES_OUTPUT
EXPORTING
TY_024
GoogleDatastoreAdminV1ListIndexesResponse
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 : datastore.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
EXPORTING
TY_031
GoogleLongrunningListOperationsResponse
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
LOOKUP_PROJECTS
Description : datastore.projects.lookup
Visibilité : PUBLIQUE
Paramètres
Nom
Catégorie
Type
Description
IV_P_PROJECT_ID
IMPORTING
STRING
projectId
IS_INPUT
IMPORTING
TY_038
LookupRequest
ES_RAW
EXPORTING
DATA
Données brutes de sortie
ES_OUTPUT
EXPORTING
TY_039
LookupResponse
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
RESERVE_IDS_PROJECTS
Description : datastore.projects.reserveIds
Visibilité : PUBLIQUE
Paramètres
Nom
Catégorie
Type
Description
IV_P_PROJECT_ID
IMPORTING
STRING
projectId
IS_INPUT
IMPORTING
TY_053
ReserveIdsRequest
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
ROLLBACK_PROJECTS
Description : datastore.projects.rollback
Visibilité : PUBLIQUE
Paramètres
Nom
Catégorie
Type
Description
IV_P_PROJECT_ID
IMPORTING
STRING
projectId
IS_INPUT
IMPORTING
TY_055
RollbackRequest
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
RUN_AGGREGATION_QUERY_PROJE
Description : datastore.projects.runAggregationQuery
Visibilité : PUBLIQUE
Paramètres
Nom
Catégorie
Type
Description
IV_P_PROJECT_ID
IMPORTING
STRING
projectId
IS_INPUT
IMPORTING
TY_057
RunAggregationQueryRequest
ES_RAW
EXPORTING
DATA
Données brutes de sortie
ES_OUTPUT
EXPORTING
TY_058
RunAggregationQueryResponse
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
RUN_QUERY_PROJECTS
Description : datastore.projects.runQuery
Visibilité : PUBLIQUE
Paramètres
Nom
Catégorie
Type
Description
IV_P_PROJECT_ID
IMPORTING
STRING
projectId
IS_INPUT
IMPORTING
TY_059
RunQueryRequest
ES_RAW
EXPORTING
DATA
Données brutes de sortie
ES_OUTPUT
EXPORTING
TY_060
RunQueryResponse
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
Envoyer des commentaires
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0 , et les échantillons de code sont régis par une licence Apache 2.0 . Pour en savoir plus, consultez les Règles du site Google Developers . Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2024/05/31 (UTC).
Voulez-vous nous donner plus d'informations ?
[[["Facile à comprendre","easyToUnderstand","thumb-up"],["J'ai pu résoudre mon problème","solvedMyProblem","thumb-up"],["Autre","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"],["Problème de traduction","translationIssue","thumb-down"],["Autre","otherDown","thumb-down"]],["Dernière mise à jour le 2024/05/31 (UTC)."],[],[]]