Class /GOOG/CL_ADDRVALDN_V1

Class

/GOOG/CL_ADDRVALDN_V1
  • Inheriting from:/GOOG/CL_HTTP_CLIENT
  • Description:Address Validation API v1
For general information about a class in ABAP SDK for Google Cloud, see API client stub.

Types

Type Description Visibility
TY_001 GoogleGeoTypeViewport PUBLIC
TY_002 GoogleMapsAddressvalidationV1Address PUBLIC
TY_003 GoogleMapsAddressvalidationV1AddressComponent PUBLIC
TY_004 GoogleMapsAddressvalidationV1AddressMetadata PUBLIC
TY_005 GoogleMapsAddressvalidationV1ComponentName PUBLIC
TY_006 GoogleMapsAddressvalidationV1Geocode PUBLIC
TY_007 GoogleMapsAddressvalidationV1PlusCode PUBLIC
TY_008 GoogleMapsAddressvalidationV1ProvideValidationFeedbackReques PUBLIC
TY_010 GoogleMapsAddressvalidationV1UspsAddress PUBLIC
TY_011 GoogleMapsAddressvalidationV1UspsData PUBLIC
TY_012 GoogleMapsAddressvalidationV1ValidateAddressRequest PUBLIC
TY_013 GoogleMapsAddressvalidationV1ValidateAddressResponse PUBLIC
TY_014 GoogleMapsAddressvalidationV1ValidationResult PUBLIC
TY_015 GoogleMapsAddressvalidationV1Verdict PUBLIC
TY_016 GoogleTypeLatLng PUBLIC
TY_017 GoogleTypePostalAddress PUBLIC
TY_018 GoogleMapsAddressvalidationV1LanguageOptions PUBLIC
TY_T_003 GoogleMapsAddressvalidationV1AddressComponent PUBLIC
TY_T_STRING Table of Strings PUBLIC

Constants

Name Type Description Value Visibility
C_ON_PREM_VERSION /GOOG/SDK_VERSION Lowest on-prem version 1.0 PUBLIC
C_CLOUD_VERSION /GOOG/SDK_VERSION Lowest cloud version 1.0 PUBLIC
C_SUPPORTED_AUTH /GOOG/SUPP_AUTH Supported Auth Types AAIJAW PUBLIC
C_SERVICE_NAME /GOOG/SERVICE_NAME Google Service Name addressvalidation:v1 PUBLIC
C_ROOT_URL STRING API Root URL https://addressvalidation.googleapis.com PUBLIC
C_REVISION_DATE DATUM Discovery Document revision Date 20240225 PUBLIC
C_PATH_PREFIX STRING API Path Prefix 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

PROVIDE_VALIDATION_FEEDBACK

  • Description: addressvalidation.provideValidationFeedback
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IS_INPUT IMPORTING TY_008 GoogleMapsAddressvalidationV1ProvideValidationFeedbackReques
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

VALIDATE_ADDRESS_V1

  • Description: addressvalidation.validateAddress
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IS_INPUT IMPORTING TY_012 GoogleMapsAddressvalidationV1ValidateAddressRequest
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_013 GoogleMapsAddressvalidationV1ValidateAddressResponse
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