Class
/GOOG/CL_FILE_V1
- Inheriting from:
/GOOG/CL_HTTP_CLIENT
- Description:
Cloud Filestore API v1
Types
Type | Description | Visibility |
---|---|---|
TY_001
|
Backup
|
PUBLIC |
TY_007
|
FileShareConfig
|
PUBLIC |
TY_016
|
Instance
|
PUBLIC |
TY_017
|
ListBackupsResponse
|
PUBLIC |
TY_018
|
ListInstancesResponse
|
PUBLIC |
TY_019
|
ListLocationsResponse
|
PUBLIC |
TY_020
|
ListOperationsResponse
|
PUBLIC |
TY_021
|
ListSnapshotsResponse
|
PUBLIC |
TY_022
|
Location
|
PUBLIC |
TY_025
|
NetworkConfig
|
PUBLIC |
TY_026
|
NfsExportOptions
|
PUBLIC |
TY_027
|
Operation
|
PUBLIC |
TY_028
|
RestoreInstanceRequest
|
PUBLIC |
TY_029
|
RevertInstanceRequest
|
PUBLIC |
TY_031
|
Snapshot
|
PUBLIC |
TY_032
|
Status
|
PUBLIC |
TY_036
|
ReplicaConfig
|
PUBLIC |
TY_037
|
Replication
|
PUBLIC |
TY_039
|
FixedIOPS
|
PUBLIC |
TY_040
|
IOPSPerTB
|
PUBLIC |
TY_041
|
PerformanceConfig
|
PUBLIC |
TY_042
|
PerformanceLimits
|
PUBLIC |
TY_T_001
|
Backup
|
PUBLIC |
TY_T_007
|
FileShareConfig
|
PUBLIC |
TY_T_016
|
Instance
|
PUBLIC |
TY_T_022
|
Location
|
PUBLIC |
TY_T_025
|
NetworkConfig
|
PUBLIC |
TY_T_026
|
NfsExportOptions
|
PUBLIC |
TY_T_027
|
Operation
|
PUBLIC |
TY_T_031
|
Snapshot
|
PUBLIC |
TY_T_036
|
ReplicaConfig
|
PUBLIC |
TY_T_STRING
|
Table of Strings
|
PUBLIC |
Constants
Name | Type | Description | Value | Visibility |
---|---|---|---|---|
C_CLOUD_VERSION
|
/GOOG/SDK_VERSION
|
Lowest Cloud Version | 1.1 | 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 | 20241104 | PUBLIC |
C_ROOT_URL
|
STRING
|
API Root URL | https://file.googleapis.com | PUBLIC |
C_SERVICE_NAME
|
/GOOG/SERVICE_NAME
|
Google Service Name | file:v1 | 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 |
CANCEL_OPERATIONS
- Description: file.projects.locations.operations.cancel
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_PROJECTS_ID
|
IMPORTING | STRING
|
projectsId |
IV_P_LOCATIONS_ID
|
IMPORTING | STRING
|
locationsId |
IV_P_OPERATIONS_ID
|
IMPORTING | STRING
|
operationsId |
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 |
CREATE_BACKUPS
- Description: file.projects.locations.backups.create
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_Q_BACKUPID
|
IMPORTING | STRING
|
backupId |
IV_P_PROJECTS_ID
|
IMPORTING | STRING
|
projectsId |
IV_P_LOCATIONS_ID
|
IMPORTING | STRING
|
locationsId |
IS_INPUT
|
IMPORTING | TY_001
|
Backup |
ES_RAW
|
EXPORTING | DATA
|
Raw Output Data |
ES_OUTPUT
|
EXPORTING | TY_027
|
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_INSTANCES
- Description: file.projects.locations.instances.create
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_Q_INSTANCEID
|
IMPORTING | STRING
|
instanceId |
IV_P_PROJECTS_ID
|
IMPORTING | STRING
|
projectsId |
IV_P_LOCATIONS_ID
|
IMPORTING | STRING
|
locationsId |
IS_INPUT
|
IMPORTING | TY_016
|
Instance |
ES_RAW
|
EXPORTING | DATA
|
Raw Output Data |
ES_OUTPUT
|
EXPORTING | TY_027
|
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_SNAPSHOTS
- Description: file.projects.locations.instances.snapshots.create
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_Q_SNAPSHOTID
|
IMPORTING | STRING
|
snapshotId |
IV_P_PROJECTS_ID
|
IMPORTING | STRING
|
projectsId |
IV_P_LOCATIONS_ID
|
IMPORTING | STRING
|
locationsId |
IV_P_INSTANCES_ID
|
IMPORTING | STRING
|
instancesId |
IS_INPUT
|
IMPORTING | TY_031
|
Snapshot |
ES_RAW
|
EXPORTING | DATA
|
Raw Output Data |
ES_OUTPUT
|
EXPORTING | TY_027
|
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_BACKUPS
- Description: file.projects.locations.backups.delete
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_PROJECTS_ID
|
IMPORTING | STRING
|
projectsId |
IV_P_LOCATIONS_ID
|
IMPORTING | STRING
|
locationsId |
IV_P_BACKUPS_ID
|
IMPORTING | STRING
|
backupsId |
ES_RAW
|
EXPORTING | DATA
|
Raw Output Data |
ES_OUTPUT
|
EXPORTING | TY_027
|
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_INSTANCES
- Description: file.projects.locations.instances.delete
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_Q_FORCE
|
IMPORTING | STRING
|
force |
IV_P_PROJECTS_ID
|
IMPORTING | STRING
|
projectsId |
IV_P_LOCATIONS_ID
|
IMPORTING | STRING
|
locationsId |
IV_P_INSTANCES_ID
|
IMPORTING | STRING
|
instancesId |
ES_RAW
|
EXPORTING | DATA
|
Raw Output Data |
ES_OUTPUT
|
EXPORTING | TY_027
|
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_OPERATIONS
- Description: file.projects.locations.operations.delete
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_PROJECTS_ID
|
IMPORTING | STRING
|
projectsId |
IV_P_LOCATIONS_ID
|
IMPORTING | STRING
|
locationsId |
IV_P_OPERATIONS_ID
|
IMPORTING | STRING
|
operationsId |
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_SNAPSHOTS
- Description: file.projects.locations.instances.snapshots.delete
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_PROJECTS_ID
|
IMPORTING | STRING
|
projectsId |
IV_P_LOCATIONS_ID
|
IMPORTING | STRING
|
locationsId |
IV_P_INSTANCES_ID
|
IMPORTING | STRING
|
instancesId |
IV_P_SNAPSHOTS_ID
|
IMPORTING | STRING
|
snapshotsId |
ES_RAW
|
EXPORTING | DATA
|
Raw Output Data |
ES_OUTPUT
|
EXPORTING | TY_027
|
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_BACKUPS
- Description: file.projects.locations.backups.get
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_PROJECTS_ID
|
IMPORTING | STRING
|
projectsId |
IV_P_LOCATIONS_ID
|
IMPORTING | STRING
|
locationsId |
IV_P_BACKUPS_ID
|
IMPORTING | STRING
|
backupsId |
ES_RAW
|
EXPORTING | DATA
|
Raw Output Data |
ES_OUTPUT
|
EXPORTING | TY_001
|
Backup |
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_INSTANCES
- Description: file.projects.locations.instances.get
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_PROJECTS_ID
|
IMPORTING | STRING
|
projectsId |
IV_P_LOCATIONS_ID
|
IMPORTING | STRING
|
locationsId |
IV_P_INSTANCES_ID
|
IMPORTING | STRING
|
instancesId |
ES_RAW
|
EXPORTING | DATA
|
Raw Output Data |
ES_OUTPUT
|
EXPORTING | TY_016
|
Instance |
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_LOCATIONS
- Description: file.projects.locations.get
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_PROJECTS_ID
|
IMPORTING | STRING
|
projectsId |
IV_P_LOCATIONS_ID
|
IMPORTING | STRING
|
locationsId |
ES_RAW
|
EXPORTING | DATA
|
Raw Output Data |
ES_OUTPUT
|
EXPORTING | TY_022
|
Location |
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: file.projects.locations.operations.get
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_PROJECTS_ID
|
IMPORTING | STRING
|
projectsId |
IV_P_LOCATIONS_ID
|
IMPORTING | STRING
|
locationsId |
IV_P_OPERATIONS_ID
|
IMPORTING | STRING
|
operationsId |
ES_RAW
|
EXPORTING | DATA
|
Raw Output Data |
ES_OUTPUT
|
EXPORTING | TY_027
|
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_SNAPSHOTS
- Description: file.projects.locations.instances.snapshots.get
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_PROJECTS_ID
|
IMPORTING | STRING
|
projectsId |
IV_P_LOCATIONS_ID
|
IMPORTING | STRING
|
locationsId |
IV_P_INSTANCES_ID
|
IMPORTING | STRING
|
instancesId |
IV_P_SNAPSHOTS_ID
|
IMPORTING | STRING
|
snapshotsId |
ES_RAW
|
EXPORTING | DATA
|
Raw Output Data |
ES_OUTPUT
|
EXPORTING | TY_031
|
Snapshot |
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_BACKUPS
- Description: file.projects.locations.backups.list
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_Q_FILTER
|
IMPORTING | STRING
|
filter |
IV_Q_ORDERBY
|
IMPORTING | STRING
|
orderBy |
IV_Q_PAGESIZE
|
IMPORTING | STRING
|
pageSize |
IV_Q_PAGETOKEN
|
IMPORTING | STRING
|
pageToken |
IV_P_PROJECTS_ID
|
IMPORTING | STRING
|
projectsId |
IV_P_LOCATIONS_ID
|
IMPORTING | STRING
|
locationsId |
ES_RAW
|
EXPORTING | DATA
|
Raw Output Data |
ES_OUTPUT
|
EXPORTING | TY_017
|
ListBackupsResponse |
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_INSTANCES
- Description: file.projects.locations.instances.list
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_Q_FILTER
|
IMPORTING | STRING
|
filter |
IV_Q_ORDERBY
|
IMPORTING | STRING
|
orderBy |
IV_Q_PAGESIZE
|
IMPORTING | STRING
|
pageSize |
IV_Q_PAGETOKEN
|
IMPORTING | STRING
|
pageToken |
IV_P_PROJECTS_ID
|
IMPORTING | STRING
|
projectsId |
IV_P_LOCATIONS_ID
|
IMPORTING | STRING
|
locationsId |
ES_RAW
|
EXPORTING | DATA
|
Raw Output Data |
ES_OUTPUT
|
EXPORTING | TY_018
|
ListInstancesResponse |
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_LOCATIONS
- Description: file.projects.locations.list
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_Q_FILTER
|
IMPORTING | STRING
|
filter |
IV_Q_INCLUDEUNREVEALEDLOCATION
|
IMPORTING | STRING
|
includeUnrevealedLocations |
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_019
|
ListLocationsResponse |
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: file.projects.locations.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_LOCATIONS_ID
|
IMPORTING | STRING
|
locationsId |
ES_RAW
|
EXPORTING | DATA
|
Raw Output Data |
ES_OUTPUT
|
EXPORTING | TY_020
|
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_SNAPSHOTS
- Description: file.projects.locations.instances.snapshots.list
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_Q_FILTER
|
IMPORTING | STRING
|
filter |
IV_Q_ORDERBY
|
IMPORTING | STRING
|
orderBy |
IV_Q_PAGESIZE
|
IMPORTING | STRING
|
pageSize |
IV_Q_PAGETOKEN
|
IMPORTING | STRING
|
pageToken |
IV_P_PROJECTS_ID
|
IMPORTING | STRING
|
projectsId |
IV_P_LOCATIONS_ID
|
IMPORTING | STRING
|
locationsId |
IV_P_INSTANCES_ID
|
IMPORTING | STRING
|
instancesId |
ES_RAW
|
EXPORTING | DATA
|
Raw Output Data |
ES_OUTPUT
|
EXPORTING | TY_021
|
ListSnapshotsResponse |
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_BACKUPS
- Description: file.projects.locations.backups.patch
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_Q_UPDATEMASK
|
IMPORTING | STRING
|
updateMask |
IV_P_PROJECTS_ID
|
IMPORTING | STRING
|
projectsId |
IV_P_LOCATIONS_ID
|
IMPORTING | STRING
|
locationsId |
IV_P_BACKUPS_ID
|
IMPORTING | STRING
|
backupsId |
IS_INPUT
|
IMPORTING | TY_001
|
Backup |
ES_RAW
|
EXPORTING | DATA
|
Raw Output Data |
ES_OUTPUT
|
EXPORTING | TY_027
|
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_INSTANCES
- Description: file.projects.locations.instances.patch
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_Q_UPDATEMASK
|
IMPORTING | STRING
|
updateMask |
IV_P_PROJECTS_ID
|
IMPORTING | STRING
|
projectsId |
IV_P_LOCATIONS_ID
|
IMPORTING | STRING
|
locationsId |
IV_P_INSTANCES_ID
|
IMPORTING | STRING
|
instancesId |
IS_INPUT
|
IMPORTING | TY_016
|
Instance |
ES_RAW
|
EXPORTING | DATA
|
Raw Output Data |
ES_OUTPUT
|
EXPORTING | TY_027
|
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_SNAPSHOTS
- Description: file.projects.locations.instances.snapshots.patch
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_Q_UPDATEMASK
|
IMPORTING | STRING
|
updateMask |
IV_P_PROJECTS_ID
|
IMPORTING | STRING
|
projectsId |
IV_P_LOCATIONS_ID
|
IMPORTING | STRING
|
locationsId |
IV_P_INSTANCES_ID
|
IMPORTING | STRING
|
instancesId |
IV_P_SNAPSHOTS_ID
|
IMPORTING | STRING
|
snapshotsId |
IS_INPUT
|
IMPORTING | TY_031
|
Snapshot |
ES_RAW
|
EXPORTING | DATA
|
Raw Output Data |
ES_OUTPUT
|
EXPORTING | TY_027
|
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 |
PROMOTE_REPLICA_INSTANCES
- Description: file.projects.locations.instances.promoteReplica
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_PROJECTS_ID
|
IMPORTING | STRING
|
projectsId |
IV_P_LOCATIONS_ID
|
IMPORTING | STRING
|
locationsId |
IV_P_INSTANCES_ID
|
IMPORTING | STRING
|
instancesId |
IS_INPUT
|
IMPORTING | DATA
|
Input Data |
ES_RAW
|
EXPORTING | DATA
|
Raw Output Data |
ES_OUTPUT
|
EXPORTING | TY_027
|
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 |
RESTORE_INSTANCES
- Description: file.projects.locations.instances.restore
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_PROJECTS_ID
|
IMPORTING | STRING
|
projectsId |
IV_P_LOCATIONS_ID
|
IMPORTING | STRING
|
locationsId |
IV_P_INSTANCES_ID
|
IMPORTING | STRING
|
instancesId |
IS_INPUT
|
IMPORTING | TY_028
|
RestoreInstanceRequest |
ES_RAW
|
EXPORTING | DATA
|
Raw Output Data |
ES_OUTPUT
|
EXPORTING | TY_027
|
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 |
REVERT_INSTANCES
- Description: file.projects.locations.instances.revert
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_PROJECTS_ID
|
IMPORTING | STRING
|
projectsId |
IV_P_LOCATIONS_ID
|
IMPORTING | STRING
|
locationsId |
IV_P_INSTANCES_ID
|
IMPORTING | STRING
|
instancesId |
IS_INPUT
|
IMPORTING | TY_029
|
RevertInstanceRequest |
ES_RAW
|
EXPORTING | DATA
|
Raw Output Data |
ES_OUTPUT
|
EXPORTING | TY_027
|
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 |
CLOSE
- Description: Close Connection
- Visibility: PUBLIC