Class
/GOOG/CL_FIREBASEHOSTI_V1BETA1
- Inheriting from:
/GOOG/CL_HTTP_CLIENT
- Description:
Firebase Hosting API v1beta1
Types
Type | Description | Visibility |
---|---|---|
TY_001 |
ActingUser |
PUBLIC |
TY_002 |
CertDnsChallenge |
PUBLIC |
TY_003 |
CertHttpChallenge |
PUBLIC |
TY_004 |
CertVerification |
PUBLIC |
TY_005 |
Certificate |
PUBLIC |
TY_006 |
Channel |
PUBLIC |
TY_007 |
CloneVersionRequest |
PUBLIC |
TY_008 |
CloudRunRewrite |
PUBLIC |
TY_009 |
CustomDomain |
PUBLIC |
TY_010 |
DnsRecord |
PUBLIC |
TY_011 |
DnsRecordSet |
PUBLIC |
TY_012 |
DnsUpdates |
PUBLIC |
TY_013 |
Domain |
PUBLIC |
TY_014 |
DomainProvisioning |
PUBLIC |
TY_015 |
DomainRedirect |
PUBLIC |
TY_017 |
Header |
PUBLIC |
TY_018 |
HttpUpdate |
PUBLIC |
TY_019 |
I18nConfig |
PUBLIC |
TY_020 |
ListChannelsResponse |
PUBLIC |
TY_021 |
ListCustomDomainsResponse |
PUBLIC |
TY_022 |
ListDomainsResponse |
PUBLIC |
TY_023 |
ListOperationsResponse |
PUBLIC |
TY_024 |
ListReleasesResponse |
PUBLIC |
TY_025 |
ListSitesResponse |
PUBLIC |
TY_026 |
ListVersionFilesResponse |
PUBLIC |
TY_027 |
ListVersionsResponse |
PUBLIC |
TY_029 |
Operation |
PUBLIC |
TY_030 |
PathFilter |
PUBLIC |
TY_031 |
PopulateVersionFilesRequest |
PUBLIC |
TY_032 |
PopulateVersionFilesResponse |
PUBLIC |
TY_033 |
Redirect |
PUBLIC |
TY_034 |
Release |
PUBLIC |
TY_035 |
Rewrite |
PUBLIC |
TY_036 |
ServingConfig |
PUBLIC |
TY_037 |
Site |
PUBLIC |
TY_038 |
SiteConfig |
PUBLIC |
TY_039 |
Status |
PUBLIC |
TY_040 |
UndeleteCustomDomainRequest |
PUBLIC |
TY_041 |
Version |
PUBLIC |
TY_042 |
VersionFile |
PUBLIC |
TY_T_006 |
Channel |
PUBLIC |
TY_T_009 |
CustomDomain |
PUBLIC |
TY_T_010 |
DnsRecord |
PUBLIC |
TY_T_011 |
DnsRecordSet |
PUBLIC |
TY_T_013 |
Domain |
PUBLIC |
TY_T_017 |
Header |
PUBLIC |
TY_T_029 |
Operation |
PUBLIC |
TY_T_033 |
Redirect |
PUBLIC |
TY_T_034 |
Release |
PUBLIC |
TY_T_035 |
Rewrite |
PUBLIC |
TY_T_037 |
Site |
PUBLIC |
TY_T_039 |
Status |
PUBLIC |
TY_T_041 |
Version |
PUBLIC |
TY_T_042 |
VersionFile |
PUBLIC |
TY_T_STRING |
Table of Strings |
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 | 20250304 | PUBLIC |
C_ROOT_URL |
STRING |
API Root URL | https://firebasehosting.googleapis.com | PUBLIC |
C_SERVICE_NAME |
/GOOG/SERVICE_NAME |
Google Service Name | firebasehosting:v1beta1 | 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 |
CLONE_VERSIONS
- Description: firebasehosting.projects.sites.versions.clone
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_PROJECTS_ID |
IMPORTING | STRING |
projectsId |
IV_P_SITES_ID |
IMPORTING | STRING |
sitesId |
IS_INPUT |
IMPORTING | TY_007 |
CloneVersionRequest |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_029 |
Operation |
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 |
CLONE_VERSIONS1
- Description: firebasehosting.sites.versions.clone
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_SITES_ID |
IMPORTING | STRING |
sitesId |
IS_INPUT |
IMPORTING | TY_007 |
CloneVersionRequest |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_029 |
Operation |
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_CHANNELS
- Description: firebasehosting.projects.sites.channels.create
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_Q_CHANNELID |
IMPORTING | STRING |
channelId |
IV_P_PROJECTS_ID |
IMPORTING | STRING |
projectsId |
IV_P_SITES_ID |
IMPORTING | STRING |
sitesId |
IS_INPUT |
IMPORTING | TY_006 |
Channel |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_006 |
Channel |
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_CHANNELS1
- Description: firebasehosting.sites.channels.create
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_Q_CHANNELID |
IMPORTING | STRING |
channelId |
IV_P_SITES_ID |
IMPORTING | STRING |
sitesId |
IS_INPUT |
IMPORTING | TY_006 |
Channel |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_006 |
Channel |
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_CUSTOM_DOMAINS
- Description: firebasehosting.projects.sites.customDomains.create
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_Q_CUSTOMDOMAINID |
IMPORTING | STRING |
customDomainId |
IV_Q_VALIDATEONLY |
IMPORTING | STRING |
validateOnly |
IV_P_PROJECTS_ID |
IMPORTING | STRING |
projectsId |
IV_P_SITES_ID |
IMPORTING | STRING |
sitesId |
IS_INPUT |
IMPORTING | TY_009 |
CustomDomain |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_029 |
Operation |
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_DOMAINS
- Description: firebasehosting.projects.sites.domains.create
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_PROJECTS_ID |
IMPORTING | STRING |
projectsId |
IV_P_SITES_ID |
IMPORTING | STRING |
sitesId |
IS_INPUT |
IMPORTING | TY_013 |
Domain |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_013 |
Domain |
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_DOMAINS1
- Description: firebasehosting.sites.domains.create
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_SITES_ID |
IMPORTING | STRING |
sitesId |
IS_INPUT |
IMPORTING | TY_013 |
Domain |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_013 |
Domain |
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_RELEASES
- Description: firebasehosting.projects.sites.channels.releases.create
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_Q_VERSIONNAME |
IMPORTING | STRING |
versionName |
IV_P_PROJECTS_ID |
IMPORTING | STRING |
projectsId |
IV_P_SITES_ID |
IMPORTING | STRING |
sitesId |
IV_P_CHANNELS_ID |
IMPORTING | STRING |
channelsId |
IS_INPUT |
IMPORTING | TY_034 |
Release |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_034 |
Release |
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_RELEASES1
- Description: firebasehosting.projects.sites.releases.create
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_Q_VERSIONNAME |
IMPORTING | STRING |
versionName |
IV_P_PROJECTS_ID |
IMPORTING | STRING |
projectsId |
IV_P_SITES_ID |
IMPORTING | STRING |
sitesId |
IS_INPUT |
IMPORTING | TY_034 |
Release |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_034 |
Release |
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_RELEASES2
- Description: firebasehosting.sites.channels.releases.create
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_Q_VERSIONNAME |
IMPORTING | STRING |
versionName |
IV_P_SITES_ID |
IMPORTING | STRING |
sitesId |
IV_P_CHANNELS_ID |
IMPORTING | STRING |
channelsId |
IS_INPUT |
IMPORTING | TY_034 |
Release |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_034 |
Release |
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_RELEASES3
- Description: firebasehosting.sites.releases.create
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_Q_VERSIONNAME |
IMPORTING | STRING |
versionName |
IV_P_SITES_ID |
IMPORTING | STRING |
sitesId |
IS_INPUT |
IMPORTING | TY_034 |
Release |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_034 |
Release |
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_SITES
- Description: firebasehosting.projects.sites.create
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_Q_SITEID |
IMPORTING | STRING |
siteId |
IV_Q_VALIDATEONLY |
IMPORTING | STRING |
validateOnly |
IV_P_PROJECTS_ID |
IMPORTING | STRING |
projectsId |
IS_INPUT |
IMPORTING | TY_037 |
Site |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_037 |
Site |
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_VERSIONS
- Description: firebasehosting.projects.sites.versions.create
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_Q_SIZEBYTES |
IMPORTING | STRING |
sizeBytes |
IV_Q_VERSIONID |
IMPORTING | STRING |
versionId |
IV_P_PROJECTS_ID |
IMPORTING | STRING |
projectsId |
IV_P_SITES_ID |
IMPORTING | STRING |
sitesId |
IS_INPUT |
IMPORTING | TY_041 |
Version |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_041 |
Version |
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_VERSIONS1
- Description: firebasehosting.sites.versions.create
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_Q_SIZEBYTES |
IMPORTING | STRING |
sizeBytes |
IV_Q_VERSIONID |
IMPORTING | STRING |
versionId |
IV_P_SITES_ID |
IMPORTING | STRING |
sitesId |
IS_INPUT |
IMPORTING | TY_041 |
Version |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_041 |
Version |
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_CHANNELS
- Description: firebasehosting.projects.sites.channels.delete
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_PROJECTS_ID |
IMPORTING | STRING |
projectsId |
IV_P_SITES_ID |
IMPORTING | STRING |
sitesId |
IV_P_CHANNELS_ID |
IMPORTING | STRING |
channelsId |
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_CHANNELS1
- Description: firebasehosting.sites.channels.delete
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_SITES_ID |
IMPORTING | STRING |
sitesId |
IV_P_CHANNELS_ID |
IMPORTING | STRING |
channelsId |
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_CUSTOM_DOMAINS
- Description: firebasehosting.projects.sites.customDomains.delete
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_Q_ALLOWMISSING |
IMPORTING | STRING |
allowMissing |
IV_Q_ETAG |
IMPORTING | STRING |
etag |
IV_Q_VALIDATEONLY |
IMPORTING | STRING |
validateOnly |
IV_P_PROJECTS_ID |
IMPORTING | STRING |
projectsId |
IV_P_SITES_ID |
IMPORTING | STRING |
sitesId |
IV_P_CUSTOM_DOMAINS_ID |
IMPORTING | STRING |
customDomainsId |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_029 |
Operation |
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_DOMAINS
- Description: firebasehosting.projects.sites.domains.delete
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_PROJECTS_ID |
IMPORTING | STRING |
projectsId |
IV_P_SITES_ID |
IMPORTING | STRING |
sitesId |
IV_P_DOMAINS_ID |
IMPORTING | STRING |
domainsId |
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_DOMAINS1
- Description: firebasehosting.sites.domains.delete
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_SITES_ID |
IMPORTING | STRING |
sitesId |
IV_P_DOMAINS_ID |
IMPORTING | STRING |
domainsId |
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_SITES
- Description: firebasehosting.projects.sites.delete
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_PROJECTS_ID |
IMPORTING | STRING |
projectsId |
IV_P_SITES_ID |
IMPORTING | STRING |
sitesId |
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_VERSIONS
- Description: firebasehosting.projects.sites.versions.delete
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_PROJECTS_ID |
IMPORTING | STRING |
projectsId |
IV_P_SITES_ID |
IMPORTING | STRING |
sitesId |
IV_P_VERSIONS_ID |
IMPORTING | STRING |
versionsId |
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_VERSIONS1
- Description: firebasehosting.sites.versions.delete
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_SITES_ID |
IMPORTING | STRING |
sitesId |
IV_P_VERSIONS_ID |
IMPORTING | STRING |
versionsId |
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_CHANNELS
- Description: firebasehosting.projects.sites.channels.get
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_PROJECTS_ID |
IMPORTING | STRING |
projectsId |
IV_P_SITES_ID |
IMPORTING | STRING |
sitesId |
IV_P_CHANNELS_ID |
IMPORTING | STRING |
channelsId |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_006 |
Channel |
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_CHANNELS1
- Description: firebasehosting.sites.channels.get
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_SITES_ID |
IMPORTING | STRING |
sitesId |
IV_P_CHANNELS_ID |
IMPORTING | STRING |
channelsId |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_006 |
Channel |
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_CONFIG_SITES
- Description: firebasehosting.projects.sites.getConfig
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_PROJECTS_ID |
IMPORTING | STRING |
projectsId |
IV_P_SITES_ID |
IMPORTING | STRING |
sitesId |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_038 |
SiteConfig |
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_CONFIG_SITES1
- Description: firebasehosting.sites.getConfig
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_SITES_ID |
IMPORTING | STRING |
sitesId |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_038 |
SiteConfig |
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_CUSTOM_DOMAINS
- Description: firebasehosting.projects.sites.customDomains.get
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_PROJECTS_ID |
IMPORTING | STRING |
projectsId |
IV_P_SITES_ID |
IMPORTING | STRING |
sitesId |
IV_P_CUSTOM_DOMAINS_ID |
IMPORTING | STRING |
customDomainsId |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_009 |
CustomDomain |
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_DOMAINS
- Description: firebasehosting.projects.sites.domains.get
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_PROJECTS_ID |
IMPORTING | STRING |
projectsId |
IV_P_SITES_ID |
IMPORTING | STRING |
sitesId |
IV_P_DOMAINS_ID |
IMPORTING | STRING |
domainsId |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_013 |
Domain |
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_DOMAINS1
- Description: firebasehosting.sites.domains.get
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_SITES_ID |
IMPORTING | STRING |
sitesId |
IV_P_DOMAINS_ID |
IMPORTING | STRING |
domainsId |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_013 |
Domain |
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_OPERATIONS
- Description: firebasehosting.projects.operations.get
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_PROJECTS_ID |
IMPORTING | STRING |
projectsId |
IV_P_OPERATIONS_ID |
IMPORTING | STRING |
operationsId |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_029 |
Operation |
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_OPERATIONS1
- Description: firebasehosting.projects.sites.customDomains.operations.get
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_PROJECTS_ID |
IMPORTING | STRING |
projectsId |
IV_P_SITES_ID |
IMPORTING | STRING |
sitesId |
IV_P_CUSTOM_DOMAINS_ID |
IMPORTING | STRING |
customDomainsId |
IV_P_OPERATIONS_ID |
IMPORTING | STRING |
operationsId |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_029 |
Operation |
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_RELEASES
- Description: firebasehosting.projects.sites.channels.releases.get
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_PROJECTS_ID |
IMPORTING | STRING |
projectsId |
IV_P_SITES_ID |
IMPORTING | STRING |
sitesId |
IV_P_CHANNELS_ID |
IMPORTING | STRING |
channelsId |
IV_P_RELEASES_ID |
IMPORTING | STRING |
releasesId |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_034 |
Release |
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_RELEASES1
- Description: firebasehosting.projects.sites.releases.get
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_PROJECTS_ID |
IMPORTING | STRING |
projectsId |
IV_P_SITES_ID |
IMPORTING | STRING |
sitesId |
IV_P_RELEASES_ID |
IMPORTING | STRING |
releasesId |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_034 |
Release |
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_RELEASES2
- Description: firebasehosting.sites.channels.releases.get
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_SITES_ID |
IMPORTING | STRING |
sitesId |
IV_P_CHANNELS_ID |
IMPORTING | STRING |
channelsId |
IV_P_RELEASES_ID |
IMPORTING | STRING |
releasesId |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_034 |
Release |
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_RELEASES3
- Description: firebasehosting.sites.releases.get
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_SITES_ID |
IMPORTING | STRING |
sitesId |
IV_P_RELEASES_ID |
IMPORTING | STRING |
releasesId |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_034 |
Release |
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_SITES
- Description: firebasehosting.projects.sites.get
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_PROJECTS_ID |
IMPORTING | STRING |
projectsId |
IV_P_SITES_ID |
IMPORTING | STRING |
sitesId |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_037 |
Site |
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_VERSIONS
- Description: firebasehosting.projects.sites.versions.get
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_PROJECTS_ID |
IMPORTING | STRING |
projectsId |
IV_P_SITES_ID |
IMPORTING | STRING |
sitesId |
IV_P_VERSIONS_ID |
IMPORTING | STRING |
versionsId |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_041 |
Version |
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_VERSIONS1
- Description: firebasehosting.sites.versions.get
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_SITES_ID |
IMPORTING | STRING |
sitesId |
IV_P_VERSIONS_ID |
IMPORTING | STRING |
versionsId |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_041 |
Version |
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_CHANNELS
- Description: firebasehosting.projects.sites.channels.list
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_Q_PAGESIZE |
IMPORTING | STRING |
pageSize |
IV_Q_PAGETOKEN |
IMPORTING | STRING |
pageToken |
IV_P_PROJECTS_ID |
IMPORTING | STRING |
projectsId |
IV_P_SITES_ID |
IMPORTING | STRING |
sitesId |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_020 |
ListChannelsResponse |
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_CHANNELS1
- Description: firebasehosting.sites.channels.list
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_Q_PAGESIZE |
IMPORTING | STRING |
pageSize |
IV_Q_PAGETOKEN |
IMPORTING | STRING |
pageToken |
IV_P_SITES_ID |
IMPORTING | STRING |
sitesId |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_020 |
ListChannelsResponse |
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_CUSTOM_DOMAINS
- Description: firebasehosting.projects.sites.customDomains.list
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_Q_PAGESIZE |
IMPORTING | STRING |
pageSize |
IV_Q_PAGETOKEN |
IMPORTING | STRING |
pageToken |
IV_Q_SHOWDELETED |
IMPORTING | STRING |
showDeleted |
IV_P_PROJECTS_ID |
IMPORTING | STRING |
projectsId |
IV_P_SITES_ID |
IMPORTING | STRING |
sitesId |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_021 |
ListCustomDomainsResponse |
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_DOMAINS
- Description: firebasehosting.projects.sites.domains.list
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_Q_PAGESIZE |
IMPORTING | STRING |
pageSize |
IV_Q_PAGETOKEN |
IMPORTING | STRING |
pageToken |
IV_P_PROJECTS_ID |
IMPORTING | STRING |
projectsId |
IV_P_SITES_ID |
IMPORTING | STRING |
sitesId |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_022 |
ListDomainsResponse |
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_DOMAINS1
- Description: firebasehosting.sites.domains.list
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_Q_PAGESIZE |
IMPORTING | STRING |
pageSize |
IV_Q_PAGETOKEN |
IMPORTING | STRING |
pageToken |
IV_P_SITES_ID |
IMPORTING | STRING |
sitesId |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_022 |
ListDomainsResponse |
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_FILES
- Description: firebasehosting.projects.sites.versions.files.list
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_Q_PAGESIZE |
IMPORTING | STRING |
pageSize |
IV_Q_PAGETOKEN |
IMPORTING | STRING |
pageToken |
IV_Q_STATUS |
IMPORTING | STRING |
status |
IV_P_PROJECTS_ID |
IMPORTING | STRING |
projectsId |
IV_P_SITES_ID |
IMPORTING | STRING |
sitesId |
IV_P_VERSIONS_ID |
IMPORTING | STRING |
versionsId |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_026 |
ListVersionFilesResponse |
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_FILES1
- Description: firebasehosting.sites.versions.files.list
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_Q_PAGESIZE |
IMPORTING | STRING |
pageSize |
IV_Q_PAGETOKEN |
IMPORTING | STRING |
pageToken |
IV_Q_STATUS |
IMPORTING | STRING |
status |
IV_P_SITES_ID |
IMPORTING | STRING |
sitesId |
IV_P_VERSIONS_ID |
IMPORTING | STRING |
versionsId |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_026 |
ListVersionFilesResponse |
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_OPERATIONS
- Description: projects.sites.customDomains.operations.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_SITES_ID |
IMPORTING | STRING |
sitesId |
IV_P_CUSTOM_DOMAINS_ID |
IMPORTING | STRING |
customDomainsId |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_023 |
ListOperationsResponse |
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_RELEASES
- Description: firebasehosting.projects.sites.channels.releases.list
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_Q_PAGESIZE |
IMPORTING | STRING |
pageSize |
IV_Q_PAGETOKEN |
IMPORTING | STRING |
pageToken |
IV_P_PROJECTS_ID |
IMPORTING | STRING |
projectsId |
IV_P_SITES_ID |
IMPORTING | STRING |
sitesId |
IV_P_CHANNELS_ID |
IMPORTING | STRING |
channelsId |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_024 |
ListReleasesResponse |
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_RELEASES1
- Description: firebasehosting.projects.sites.releases.list
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_Q_PAGESIZE |
IMPORTING | STRING |
pageSize |
IV_Q_PAGETOKEN |
IMPORTING | STRING |
pageToken |
IV_P_PROJECTS_ID |
IMPORTING | STRING |
projectsId |
IV_P_SITES_ID |
IMPORTING | STRING |
sitesId |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_024 |
ListReleasesResponse |
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_RELEASES2
- Description: firebasehosting.sites.channels.releases.list
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_Q_PAGESIZE |
IMPORTING | STRING |
pageSize |
IV_Q_PAGETOKEN |
IMPORTING | STRING |
pageToken |
IV_P_SITES_ID |
IMPORTING | STRING |
sitesId |
IV_P_CHANNELS_ID |
IMPORTING | STRING |
channelsId |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_024 |
ListReleasesResponse |
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_RELEASES3
- Description: firebasehosting.sites.releases.list
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_Q_PAGESIZE |
IMPORTING | STRING |
pageSize |
IV_Q_PAGETOKEN |
IMPORTING | STRING |
pageToken |
IV_P_SITES_ID |
IMPORTING | STRING |
sitesId |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_024 |
ListReleasesResponse |
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_SITES
- Description: firebasehosting.projects.sites.list
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_Q_PAGESIZE |
IMPORTING | STRING |
pageSize |
IV_Q_PAGETOKEN |
IMPORTING | STRING |
pageToken |
IV_P_PROJECTS_ID |
IMPORTING | STRING |
projectsId |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_025 |
ListSitesResponse |
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_VERSIONS
- Description: firebasehosting.projects.sites.versions.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_SITES_ID |
IMPORTING | STRING |
sitesId |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_027 |
ListVersionsResponse |
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_VERSIONS1
- Description: firebasehosting.sites.versions.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_SITES_ID |
IMPORTING | STRING |
sitesId |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_027 |
ListVersionsResponse |
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_CHANNELS
- Description: firebasehosting.projects.sites.channels.patch
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_Q_UPDATEMASK |
IMPORTING | STRING |
updateMask |
IV_P_PROJECTS_ID |
IMPORTING | STRING |
projectsId |
IV_P_SITES_ID |
IMPORTING | STRING |
sitesId |
IV_P_CHANNELS_ID |
IMPORTING | STRING |
channelsId |
IS_INPUT |
IMPORTING | TY_006 |
Channel |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_006 |
Channel |
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_CHANNELS1
- Description: firebasehosting.sites.channels.patch
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_Q_UPDATEMASK |
IMPORTING | STRING |
updateMask |
IV_P_SITES_ID |
IMPORTING | STRING |
sitesId |
IV_P_CHANNELS_ID |
IMPORTING | STRING |
channelsId |
IS_INPUT |
IMPORTING | TY_006 |
Channel |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_006 |
Channel |
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_CUSTOM_DOMAINS
- Description: firebasehosting.projects.sites.customDomains.patch
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_Q_ALLOWMISSING |
IMPORTING | STRING |
allowMissing |
IV_Q_UPDATEMASK |
IMPORTING | STRING |
updateMask |
IV_Q_VALIDATEONLY |
IMPORTING | STRING |
validateOnly |
IV_P_PROJECTS_ID |
IMPORTING | STRING |
projectsId |
IV_P_SITES_ID |
IMPORTING | STRING |
sitesId |
IV_P_CUSTOM_DOMAINS_ID |
IMPORTING | STRING |
customDomainsId |
IS_INPUT |
IMPORTING | TY_009 |
CustomDomain |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_029 |
Operation |
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_SITES
- Description: firebasehosting.projects.sites.patch
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_Q_UPDATEMASK |
IMPORTING | STRING |
updateMask |
IV_P_PROJECTS_ID |
IMPORTING | STRING |
projectsId |
IV_P_SITES_ID |
IMPORTING | STRING |
sitesId |
IS_INPUT |
IMPORTING | TY_037 |
Site |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_037 |
Site |
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_VERSIONS
- Description: firebasehosting.projects.sites.versions.patch
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_Q_UPDATEMASK |
IMPORTING | STRING |
updateMask |
IV_P_PROJECTS_ID |
IMPORTING | STRING |
projectsId |
IV_P_SITES_ID |
IMPORTING | STRING |
sitesId |
IV_P_VERSIONS_ID |
IMPORTING | STRING |
versionsId |
IS_INPUT |
IMPORTING | TY_041 |
Version |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_041 |
Version |
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_VERSIONS1
- Description: firebasehosting.sites.versions.patch
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_Q_UPDATEMASK |
IMPORTING | STRING |
updateMask |
IV_P_SITES_ID |
IMPORTING | STRING |
sitesId |
IV_P_VERSIONS_ID |
IMPORTING | STRING |
versionsId |
IS_INPUT |
IMPORTING | TY_041 |
Version |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_041 |
Version |
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 |
POPULATE_FILES_VERSIONS
- Description: firebasehosting.projects.sites.versions.populateFiles
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_PROJECTS_ID |
IMPORTING | STRING |
projectsId |
IV_P_SITES_ID |
IMPORTING | STRING |
sitesId |
IV_P_VERSIONS_ID |
IMPORTING | STRING |
versionsId |
IS_INPUT |
IMPORTING | TY_031 |
PopulateVersionFilesRequest |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_032 |
PopulateVersionFilesResponse |
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 |
POPULATE_FILES_VERSIONS1
- Description: firebasehosting.sites.versions.populateFiles
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_SITES_ID |
IMPORTING | STRING |
sitesId |
IV_P_VERSIONS_ID |
IMPORTING | STRING |
versionsId |
IS_INPUT |
IMPORTING | TY_031 |
PopulateVersionFilesRequest |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_032 |
PopulateVersionFilesResponse |
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 |
UNDELETE_CUSTOM_DOMAINS
- Description: firebasehosting.projects.sites.customDomains.undelete
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_PROJECTS_ID |
IMPORTING | STRING |
projectsId |
IV_P_SITES_ID |
IMPORTING | STRING |
sitesId |
IV_P_CUSTOM_DOMAINS_ID |
IMPORTING | STRING |
customDomainsId |
IS_INPUT |
IMPORTING | TY_040 |
UndeleteCustomDomainRequest |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_029 |
Operation |
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 |
UPDATE_CONFIG_SITES
- Description: firebasehosting.projects.sites.updateConfig
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_Q_UPDATEMASK |
IMPORTING | STRING |
updateMask |
IV_P_PROJECTS_ID |
IMPORTING | STRING |
projectsId |
IV_P_SITES_ID |
IMPORTING | STRING |
sitesId |
IS_INPUT |
IMPORTING | TY_038 |
SiteConfig |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_038 |
SiteConfig |
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 |
UPDATE_CONFIG_SITES1
- Description: firebasehosting.sites.updateConfig
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_Q_UPDATEMASK |
IMPORTING | STRING |
updateMask |
IV_P_SITES_ID |
IMPORTING | STRING |
sitesId |
IS_INPUT |
IMPORTING | TY_038 |
SiteConfig |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_038 |
SiteConfig |
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 |
UPDATE_DOMAINS
- Description: firebasehosting.projects.sites.domains.update
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_PROJECTS_ID |
IMPORTING | STRING |
projectsId |
IV_P_SITES_ID |
IMPORTING | STRING |
sitesId |
IV_P_DOMAINS_ID |
IMPORTING | STRING |
domainsId |
IS_INPUT |
IMPORTING | TY_013 |
Domain |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_013 |
Domain |
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 |
UPDATE_DOMAINS1
- Description: firebasehosting.sites.domains.update
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_SITES_ID |
IMPORTING | STRING |
sitesId |
IV_P_DOMAINS_ID |
IMPORTING | STRING |
domainsId |
IS_INPUT |
IMPORTING | TY_013 |
Domain |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_013 |
Domain |
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