Class /GOOG/CL_FIRESTORE_V1BETA1

Class

/GOOG/CL_FIRESTORE_V1BETA1
  • Inheriting from:/GOOG/CL_HTTP_CLIENT
  • Description:Cloud Firestore API v1beta1
For general information about a class in ABAP SDK for Google Cloud, see API client stub.

Types

Type Description Visibility
TY_001 Aggregation PUBLIC
TY_002 AggregationResult PUBLIC
TY_004 Avg PUBLIC
TY_005 BatchGetDocumentsRequest PUBLIC
TY_006 BatchGetDocumentsResponse PUBLIC
TY_007 BatchWriteRequest PUBLIC
TY_008 BatchWriteResponse PUBLIC
TY_009 BeginTransactionRequest PUBLIC
TY_010 BeginTransactionResponse PUBLIC
TY_011 BitSequence PUBLIC
TY_012 BloomFilter PUBLIC
TY_013 CollectionSelector PUBLIC
TY_014 CommitRequest PUBLIC
TY_015 CommitResponse PUBLIC
TY_017 Count PUBLIC
TY_018 Cursor PUBLIC
TY_019 Document PUBLIC
TY_020 DocumentChange PUBLIC
TY_021 DocumentDelete PUBLIC
TY_022 DocumentMask PUBLIC
TY_023 DocumentRemove PUBLIC
TY_024 DocumentTransform PUBLIC
TY_025 DocumentsTarget PUBLIC
TY_027 ExecutionStats PUBLIC
TY_028 ExistenceFilter PUBLIC
TY_029 ExplainMetrics PUBLIC
TY_030 ExplainOptions PUBLIC
TY_032 FieldReference PUBLIC
TY_033 FieldTransform PUBLIC
TY_035 FindNearest PUBLIC
TY_037 GoogleFirestoreAdminV1beta1ExportDocumentsRequest PUBLIC
TY_038 GoogleFirestoreAdminV1beta1ImportDocumentsRequest PUBLIC
TY_039 GoogleFirestoreAdminV1beta1Index PUBLIC
TY_040 GoogleFirestoreAdminV1beta1IndexField PUBLIC
TY_041 GoogleFirestoreAdminV1beta1ListIndexesResponse PUBLIC
TY_043 GoogleLongrunningOperation PUBLIC
TY_044 LatLng PUBLIC
TY_045 ListCollectionIdsRequest PUBLIC
TY_046 ListCollectionIdsResponse PUBLIC
TY_047 ListDocumentsResponse PUBLIC
TY_048 ListenRequest PUBLIC
TY_049 ListenResponse PUBLIC
TY_050 MapValue PUBLIC
TY_051 Order PUBLIC
TY_052 PartitionQueryRequest PUBLIC
TY_053 PartitionQueryResponse PUBLIC
TY_054 PlanSummary PUBLIC
TY_055 Precondition PUBLIC
TY_056 Projection PUBLIC
TY_057 QueryTarget PUBLIC
TY_058 ReadOnly PUBLIC
TY_059 ReadWrite PUBLIC
TY_060 RollbackRequest PUBLIC
TY_061 RunAggregationQueryRequest PUBLIC
TY_062 RunAggregationQueryResponse PUBLIC
TY_063 RunQueryRequest PUBLIC
TY_064 RunQueryResponse PUBLIC
TY_065 Status PUBLIC
TY_066 StructuredAggregationQuery PUBLIC
TY_067 StructuredQuery PUBLIC
TY_068 Sum PUBLIC
TY_069 Target PUBLIC
TY_070 TargetChange PUBLIC
TY_071 TransactionOptions PUBLIC
TY_073 Value PUBLIC
TY_074 Write PUBLIC
TY_075 WriteRequest PUBLIC
TY_076 WriteResponse PUBLIC
TY_077 WriteResult PUBLIC
TY_T_001 Aggregation PUBLIC
TY_T_013 CollectionSelector PUBLIC
TY_T_018 Cursor PUBLIC
TY_T_019 Document PUBLIC
TY_T_032 FieldReference PUBLIC
TY_T_033 FieldTransform PUBLIC
TY_T_039 GoogleFirestoreAdminV1beta1Index PUBLIC
TY_T_040 GoogleFirestoreAdminV1beta1IndexField PUBLIC
TY_T_051 Order PUBLIC
TY_T_065 Status PUBLIC
TY_T_073 Value PUBLIC
TY_T_074 Write PUBLIC
TY_T_077 WriteResult PUBLIC
TY_T_INT4 Table of Integers PUBLIC
TY_T_STRING Table of Strings PUBLIC

Constants

Name Type Description Value Visibility
C_SUPPORTED_AUTH /GOOG/SUPP_AUTH Supported Auth Types IJIJWW PUBLIC
C_CLOUD_VERSION /GOOG/SDK_VERSION Lowest Cloud Version PUBLIC
C_ON_PREM_VERSION /GOOG/SDK_VERSION Lowest On-premises Version 1.7 PUBLIC
C_PATH_PREFIX STRING API Path Prefix PUBLIC
C_SERVICE_NAME /GOOG/SERVICE_NAME Google Service Name firestore:v1beta1 PUBLIC
C_ROOT_URL STRING API Root URL https://firestore.googleapis.com PUBLIC
C_REVISION_DATE DATUM Discovery Document revision Date 20250226 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

BATCH_GET_DOCUMENTS

  • Description: firestore.projects.databases.documents.batchGet
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_DATABASES_ID IMPORTING STRING databasesId
IS_INPUT IMPORTING TY_005 BatchGetDocumentsRequest
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_006 BatchGetDocumentsResponse
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

BATCH_WRITE_DOCUMENTS

  • Description: firestore.projects.databases.documents.batchWrite
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_DATABASES_ID IMPORTING STRING databasesId
IS_INPUT IMPORTING TY_007 BatchWriteRequest
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_008 BatchWriteResponse
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

BEGIN_TRANSACTION_DOCUMENTS

  • Description: firestore.projects.databases.documents.beginTransaction
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_DATABASES_ID IMPORTING STRING databasesId
IS_INPUT IMPORTING TY_009 BeginTransactionRequest
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_010 BeginTransactionResponse
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

COMMIT_DOCUMENTS

  • Description: firestore.projects.databases.documents.commit
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_DATABASES_ID IMPORTING STRING databasesId
IS_INPUT IMPORTING TY_014 CommitRequest
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_015 CommitResponse
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_DOCUMENT_DOCUMENTS

  • Description: firestore.projects.databases.documents.createDocument
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_DOCUMENTID IMPORTING STRING documentId
IV_Q_MASKFIELDPATHS IMPORTING STRING mask.fieldPaths
IV_P_COLLECTION_ID IMPORTING STRING collectionId
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_DATABASES_ID IMPORTING STRING databasesId
IV_P_DOCUMENTS_ID IMPORTING STRING documentsId
IS_INPUT IMPORTING TY_019 Document
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_019 Document
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_INDEXES

  • Description: firestore.projects.databases.indexes.create
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_DATABASES_ID IMPORTING STRING databasesId
IS_INPUT IMPORTING TY_039 GoogleFirestoreAdminV1beta1Index
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_043 GoogleLongrunningOperation
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_DOCUMENTS

  • Description: firestore.projects.databases.documents.delete
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_CURRENTDOCUMENTEXISTS IMPORTING STRING currentDocument.exists
IV_Q_CURRENTDOCUMENTUPDATETIME IMPORTING STRING currentDocument.updateTime
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_DATABASES_ID IMPORTING STRING databasesId
IV_P_DOCUMENTS_ID IMPORTING STRING documentsId
IV_P_DOCUMENTS_ID1 IMPORTING STRING documentsId1
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_INDEXES

  • Description: firestore.projects.databases.indexes.delete
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_DATABASES_ID IMPORTING STRING databasesId
IV_P_INDEXES_ID IMPORTING STRING indexesId
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

EXPORT_DOCUMENTS_DATABASES

  • Description: firestore.projects.databases.exportDocuments
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_DATABASES_ID IMPORTING STRING databasesId
IS_INPUT IMPORTING TY_037 GoogleFirestoreAdminV1beta1ExportDocumentsRequest
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_043 GoogleLongrunningOperation
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_DOCUMENTS

  • Description: firestore.projects.databases.documents.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_MASKFIELDPATHS IMPORTING STRING mask.fieldPaths
IV_Q_READTIME IMPORTING STRING readTime
IV_Q_TRANSACTION IMPORTING STRING transaction
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_DATABASES_ID IMPORTING STRING databasesId
IV_P_DOCUMENTS_ID IMPORTING STRING documentsId
IV_P_DOCUMENTS_ID1 IMPORTING STRING documentsId1
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_019 Document
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_INDEXES

  • Description: firestore.projects.databases.indexes.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_DATABASES_ID IMPORTING STRING databasesId
IV_P_INDEXES_ID IMPORTING STRING indexesId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_039 GoogleFirestoreAdminV1beta1Index
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

IMPORT_DOCUMENTS_DATABASES

  • Description: firestore.projects.databases.importDocuments
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_DATABASES_ID IMPORTING STRING databasesId
IS_INPUT IMPORTING TY_038 GoogleFirestoreAdminV1beta1ImportDocumentsRequest
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_043 GoogleLongrunningOperation
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

LISTEN_DOCUMENTS

  • Description: firestore.projects.databases.documents.listen
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_DATABASES_ID IMPORTING STRING databasesId
IS_INPUT IMPORTING TY_048 ListenRequest
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_049 ListenResponse
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_COLLECTION_IDS_DOCUMEN

  • Description: firestore.projects.databases.documents.listCollectionIds
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_DATABASES_ID IMPORTING STRING databasesId
IV_P_DOCUMENTS_ID IMPORTING STRING documentsId
IV_P_DOCUMENTS_ID1 IMPORTING STRING documentsId1
IS_INPUT IMPORTING TY_045 ListCollectionIdsRequest
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_046 ListCollectionIdsResponse
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_DOCUMENTS

  • Description: firestore.projects.databases.documents.list
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_MASKFIELDPATHS IMPORTING STRING mask.fieldPaths
IV_Q_ORDERBY IMPORTING STRING orderBy
IV_Q_PAGESIZE IMPORTING STRING pageSize
IV_Q_PAGETOKEN IMPORTING STRING pageToken
IV_Q_READTIME IMPORTING STRING readTime
IV_Q_SHOWMISSING IMPORTING STRING showMissing
IV_Q_TRANSACTION IMPORTING STRING transaction
IV_P_COLLECTION_ID IMPORTING STRING collectionId
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_DATABASES_ID IMPORTING STRING databasesId
IV_P_DOCUMENTS_ID IMPORTING STRING documentsId
IV_P_DOCUMENTS_ID1 IMPORTING STRING documentsId1
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_047 ListDocumentsResponse
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_DOCUMENTS_DOCUMENTS

  • Description: firestore.projects.databases.documents.listDocuments
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_MASKFIELDPATHS IMPORTING STRING mask.fieldPaths
IV_Q_ORDERBY IMPORTING STRING orderBy
IV_Q_PAGESIZE IMPORTING STRING pageSize
IV_Q_PAGETOKEN IMPORTING STRING pageToken
IV_Q_READTIME IMPORTING STRING readTime
IV_Q_SHOWMISSING IMPORTING STRING showMissing
IV_Q_TRANSACTION IMPORTING STRING transaction
IV_P_COLLECTION_ID IMPORTING STRING collectionId
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_DATABASES_ID IMPORTING STRING databasesId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_047 ListDocumentsResponse
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_INDEXES

  • Description: firestore.projects.databases.indexes.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
IV_P_DATABASES_ID IMPORTING STRING databasesId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_041 GoogleFirestoreAdminV1beta1ListIndexesResponse
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

PARTITION_QUERY_DOCUMENTS

  • Description: firestore.projects.databases.documents.partitionQuery
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_DATABASES_ID IMPORTING STRING databasesId
IV_P_DOCUMENTS_ID IMPORTING STRING documentsId
IV_P_DOCUMENTS_ID1 IMPORTING STRING documentsId1
IS_INPUT IMPORTING TY_052 PartitionQueryRequest
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_053 PartitionQueryResponse
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_DOCUMENTS

  • Description: firestore.projects.databases.documents.patch
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_CURRENTDOCUMENTEXISTS IMPORTING STRING currentDocument.exists
IV_Q_CURRENTDOCUMENTUPDATETIME IMPORTING STRING currentDocument.updateTime
IV_Q_MASKFIELDPATHS IMPORTING STRING mask.fieldPaths
IV_Q_UPDATEMASKFIELDPATHS IMPORTING STRING updateMask.fieldPaths
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_DATABASES_ID IMPORTING STRING databasesId
IV_P_DOCUMENTS_ID IMPORTING STRING documentsId
IV_P_DOCUMENTS_ID1 IMPORTING STRING documentsId1
IS_INPUT IMPORTING TY_019 Document
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_019 Document
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

ROLLBACK_DOCUMENTS

  • Description: firestore.projects.databases.documents.rollback
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_DATABASES_ID IMPORTING STRING databasesId
IS_INPUT IMPORTING TY_060 RollbackRequest
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

RUN_AGGREGATION_QUERY_DOCUM

  • Description: firestore.projects.databases.documents.runAggregationQuery
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_DATABASES_ID IMPORTING STRING databasesId
IV_P_DOCUMENTS_ID IMPORTING STRING documentsId
IV_P_DOCUMENTS_ID1 IMPORTING STRING documentsId1
IS_INPUT IMPORTING TY_061 RunAggregationQueryRequest
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_062 RunAggregationQueryResponse
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

RUN_QUERY_DOCUMENTS

  • Description: firestore.projects.databases.documents.runQuery
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_DATABASES_ID IMPORTING STRING databasesId
IV_P_DOCUMENTS_ID IMPORTING STRING documentsId
IV_P_DOCUMENTS_ID1 IMPORTING STRING documentsId1
IS_INPUT IMPORTING TY_063 RunQueryRequest
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_064 RunQueryResponse
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

WRITE_DOCUMENTS

  • Description: firestore.projects.databases.documents.write
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_DATABASES_ID IMPORTING STRING databasesId
IS_INPUT IMPORTING TY_075 WriteRequest
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_076 WriteResponse
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