DebugMask Stay organized with collections Save and categorize content based on your preferences.
| JSON representation |
|---|
{"name":string,"namespaces":{string:string,...},"requestXPaths":[string],"responseXPaths":[string],"faultXPaths":[string],"requestJSONPaths":[string],"responseJSONPaths":[string],"faultJSONPaths":[string],"variables":[string]} |
| Fields | |
|---|---|
name |
Name of the debug mask. |
namespaces |
Map of namespaces to URIs. An object containing a list of |
requestXPaths[] |
List of XPaths that specify the XML elements to be filtered from XML request message payloads. |
responseXPaths[] |
List of XPaths that specify the XML elements to be filtered from XML response message payloads. |
faultXPaths[] |
List of XPaths that specify the XML elements to be filtered from XML payloads in error flows. |
requestJSONPaths[] |
List of JSON paths that specify the JSON elements to be filtered from JSON request message payloads. |
responseJSONPaths[] |
List of JSON paths that specify the JSON elements to be filtered from JSON response message payloads. |
faultJSONPaths[] |
List of JSON paths that specify the JSON elements to be filtered from JSON payloads in error flows. |
variables[] |
List of variables that should be masked from the debug output. |
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-12-17 UTC.