Module: Google::Ads::DataManager::V1::Encoding
- Defined in:
- proto_docs/google/ads/datamanager/v1/ingestion_service.rb
Overview
The encoding type of the hashed identifying information.
Constant Summary collapse
- ENCODING_UNSPECIFIED =
Unspecified Encoding type. Should never be used.
0- HEX =
Hex encoding.
1- BASE64 =
Base 64 encoding.
2