Class
/GOOG/CL_MEET_V2
- Inheriting from:
/GOOG/CL_HTTP_CLIENT
- Description:
Google Meet API v2
Types
Type | Description | Visibility |
---|---|---|
TY_001
|
ActiveConference
|
PUBLIC |
TY_002
|
AnonymousUser
|
PUBLIC |
TY_003
|
ConferenceRecord
|
PUBLIC |
TY_004
|
DocsDestination
|
PUBLIC |
TY_005
|
DriveDestination
|
PUBLIC |
TY_008
|
ListConferenceRecordsResponse
|
PUBLIC |
TY_009
|
ListParticipantSessionsResponse
|
PUBLIC |
TY_010
|
ListParticipantsResponse
|
PUBLIC |
TY_011
|
ListRecordingsResponse
|
PUBLIC |
TY_012
|
ListTranscriptEntriesResponse
|
PUBLIC |
TY_013
|
ListTranscriptsResponse
|
PUBLIC |
TY_014
|
Participant
|
PUBLIC |
TY_015
|
ParticipantSession
|
PUBLIC |
TY_016
|
PhoneUser
|
PUBLIC |
TY_017
|
Recording
|
PUBLIC |
TY_018
|
SignedinUser
|
PUBLIC |
TY_019
|
Space
|
PUBLIC |
TY_020
|
SpaceConfig
|
PUBLIC |
TY_021
|
Transcript
|
PUBLIC |
TY_022
|
TranscriptEntry
|
PUBLIC |
TY_T_003
|
ConferenceRecord
|
PUBLIC |
TY_T_014
|
Participant
|
PUBLIC |
TY_T_015
|
ParticipantSession
|
PUBLIC |
TY_T_017
|
Recording
|
PUBLIC |
TY_T_021
|
Transcript
|
PUBLIC |
TY_T_022
|
TranscriptEntry
|
PUBLIC |
Constants
Name | Type | Description | Value | Visibility |
---|---|---|---|---|
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_REVISION_DATE
|
DATUM
|
Discovery Document revision Date | 20250303 | PUBLIC |
C_ROOT_URL
|
STRING
|
API Root URL | https://meet.googleapis.com | PUBLIC |
C_SERVICE_NAME
|
/GOOG/SERVICE_NAME
|
Google Service Name | meet: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 |
CREATE_SPACES
- Description: meet.spaces.create
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IS_INPUT
|
IMPORTING | TY_019
|
Space |
ES_RAW
|
EXPORTING | DATA
|
Raw Output Data |
ES_OUTPUT
|
EXPORTING | TY_019
|
Space |
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 |
END_ACTIVE_CONFERENCE_SPACE
- Description: meet.spaces.endActiveConference
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_SPACES_ID
|
IMPORTING | STRING
|
spacesId |
IS_INPUT
|
IMPORTING | DATA
|
Input Data |
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 |
GET_CONFERENCE_RECORDS
- Description: meet.conferenceRecords.get
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_CONFERENCE_RECORDS_ID
|
IMPORTING | STRING
|
conferenceRecordsId |
ES_RAW
|
EXPORTING | DATA
|
Raw Output Data |
ES_OUTPUT
|
EXPORTING | TY_003
|
ConferenceRecord |
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_ENTRIES
- Description: meet.conferenceRecords.transcripts.entries.get
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_CONFERENCE_RECORDS_ID
|
IMPORTING | STRING
|
conferenceRecordsId |
IV_P_TRANSCRIPTS_ID
|
IMPORTING | STRING
|
transcriptsId |
IV_P_ENTRIES_ID
|
IMPORTING | STRING
|
entriesId |
ES_RAW
|
EXPORTING | DATA
|
Raw Output Data |
ES_OUTPUT
|
EXPORTING | TY_022
|
TranscriptEntry |
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_PARTICIPANTS
- Description: meet.conferenceRecords.participants.get
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_CONFERENCE_RECORDS_ID
|
IMPORTING | STRING
|
conferenceRecordsId |
IV_P_PARTICIPANTS_ID
|
IMPORTING | STRING
|
participantsId |
ES_RAW
|
EXPORTING | DATA
|
Raw Output Data |
ES_OUTPUT
|
EXPORTING | TY_014
|
Participant |
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_PARTICIPANT_SESSIONS
- Description: meet.conferenceRecords.participants.participantSessions.get
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_CONFERENCE_RECORDS_ID
|
IMPORTING | STRING
|
conferenceRecordsId |
IV_P_PARTICIPANTS_ID
|
IMPORTING | STRING
|
participantsId |
IV_P_PARTICIPANT_SESSIONS_ID
|
IMPORTING | STRING
|
participantSessionsId |
ES_RAW
|
EXPORTING | DATA
|
Raw Output Data |
ES_OUTPUT
|
EXPORTING | TY_015
|
ParticipantSession |
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_RECORDINGS
- Description: meet.conferenceRecords.recordings.get
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_CONFERENCE_RECORDS_ID
|
IMPORTING | STRING
|
conferenceRecordsId |
IV_P_RECORDINGS_ID
|
IMPORTING | STRING
|
recordingsId |
ES_RAW
|
EXPORTING | DATA
|
Raw Output Data |
ES_OUTPUT
|
EXPORTING | TY_017
|
Recording |
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_SPACES
- Description: meet.spaces.get
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_SPACES_ID
|
IMPORTING | STRING
|
spacesId |
ES_RAW
|
EXPORTING | DATA
|
Raw Output Data |
ES_OUTPUT
|
EXPORTING | TY_019
|
Space |
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_TRANSCRIPTS
- Description: meet.conferenceRecords.transcripts.get
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_CONFERENCE_RECORDS_ID
|
IMPORTING | STRING
|
conferenceRecordsId |
IV_P_TRANSCRIPTS_ID
|
IMPORTING | STRING
|
transcriptsId |
ES_RAW
|
EXPORTING | DATA
|
Raw Output Data |
ES_OUTPUT
|
EXPORTING | TY_021
|
Transcript |
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_CONFERENCE_RECORDS
- Description: meet.conferenceRecords.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 |
ES_RAW
|
EXPORTING | DATA
|
Raw Output Data |
ES_OUTPUT
|
EXPORTING | TY_008
|
ListConferenceRecordsResponse |
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_ENTRIES
- Description: meet.conferenceRecords.transcripts.entries.list
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_Q_PAGESIZE
|
IMPORTING | STRING
|
pageSize |
IV_Q_PAGETOKEN
|
IMPORTING | STRING
|
pageToken |
IV_P_CONFERENCE_RECORDS_ID
|
IMPORTING | STRING
|
conferenceRecordsId |
IV_P_TRANSCRIPTS_ID
|
IMPORTING | STRING
|
transcriptsId |
ES_RAW
|
EXPORTING | DATA
|
Raw Output Data |
ES_OUTPUT
|
EXPORTING | TY_012
|
ListTranscriptEntriesResponse |
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_PARTICIPANTS
- Description: meet.conferenceRecords.participants.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_CONFERENCE_RECORDS_ID
|
IMPORTING | STRING
|
conferenceRecordsId |
ES_RAW
|
EXPORTING | DATA
|
Raw Output Data |
ES_OUTPUT
|
EXPORTING | TY_010
|
ListParticipantsResponse |
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_PARTICIPANT_SESSIONS
- Description: conferenceRecords.participants.participantSessions.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_CONFERENCE_RECORDS_ID
|
IMPORTING | STRING
|
conferenceRecordsId |
IV_P_PARTICIPANTS_ID
|
IMPORTING | STRING
|
participantsId |
ES_RAW
|
EXPORTING | DATA
|
Raw Output Data |
ES_OUTPUT
|
EXPORTING | TY_009
|
ListParticipantSessionsResponse |
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_RECORDINGS
- Description: meet.conferenceRecords.recordings.list
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_Q_PAGESIZE
|
IMPORTING | STRING
|
pageSize |
IV_Q_PAGETOKEN
|
IMPORTING | STRING
|
pageToken |
IV_P_CONFERENCE_RECORDS_ID
|
IMPORTING | STRING
|
conferenceRecordsId |
ES_RAW
|
EXPORTING | DATA
|
Raw Output Data |
ES_OUTPUT
|
EXPORTING | TY_011
|
ListRecordingsResponse |
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_TRANSCRIPTS
- Description: meet.conferenceRecords.transcripts.list
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_Q_PAGESIZE
|
IMPORTING | STRING
|
pageSize |
IV_Q_PAGETOKEN
|
IMPORTING | STRING
|
pageToken |
IV_P_CONFERENCE_RECORDS_ID
|
IMPORTING | STRING
|
conferenceRecordsId |
ES_RAW
|
EXPORTING | DATA
|
Raw Output Data |
ES_OUTPUT
|
EXPORTING | TY_013
|
ListTranscriptsResponse |
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_SPACES
- Description: meet.spaces.patch
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_Q_UPDATEMASK
|
IMPORTING | STRING
|
updateMask |
IV_P_SPACES_ID
|
IMPORTING | STRING
|
spacesId |
IS_INPUT
|
IMPORTING | TY_019
|
Space |
ES_RAW
|
EXPORTING | DATA
|
Raw Output Data |
ES_OUTPUT
|
EXPORTING | TY_019
|
Space |
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