| Package | Description |
|---|---|
| com.google.api.services.apigee.v1 | |
| com.google.api.services.apigee.v1.model |
| Modifier and Type | Method and Description |
|---|---|
Apigee.Organizations.Environments.UpdateDebugmask |
Apigee.Organizations.Environments.updateDebugmask(String name,
GoogleCloudApigeeV1DebugMask content)
Updates the debug mask singleton resource for an environment.
|
| Constructor and Description |
|---|
UpdateDebugmask(String name,
GoogleCloudApigeeV1DebugMask content)
Updates the debug mask singleton resource for an environment.
|
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudApigeeV1DebugMask |
GoogleCloudApigeeV1DebugMask.clone() |
GoogleCloudApigeeV1DebugMask |
GoogleCloudApigeeV1EnvironmentConfig.getDebugMask()
Debug mask that applies to all deployments in the environment.
|
GoogleCloudApigeeV1DebugMask |
GoogleCloudApigeeV1DebugMask.set(String fieldName,
Object value) |
GoogleCloudApigeeV1DebugMask |
GoogleCloudApigeeV1DebugMask.setFaultJSONPaths(List<String> faultJSONPaths)
List of JSON paths that specify the JSON elements to be filtered from JSON payloads in error
flows.
|
GoogleCloudApigeeV1DebugMask |
GoogleCloudApigeeV1DebugMask.setFaultXPaths(List<String> faultXPaths)
List of XPaths that specify the XML elements to be filtered from XML payloads in error flows.
|
GoogleCloudApigeeV1DebugMask |
GoogleCloudApigeeV1DebugMask.setName(String name)
Name of the debug mask.
|
GoogleCloudApigeeV1DebugMask |
GoogleCloudApigeeV1DebugMask.setNamespaces(Map<String,String> namespaces)
Map of namespaces to URIs.
|
GoogleCloudApigeeV1DebugMask |
GoogleCloudApigeeV1DebugMask.setRequestJSONPaths(List<String> requestJSONPaths)
List of JSON paths that specify the JSON elements to be filtered from JSON request message
payloads.
|
GoogleCloudApigeeV1DebugMask |
GoogleCloudApigeeV1DebugMask.setRequestXPaths(List<String> requestXPaths)
List of XPaths that specify the XML elements to be filtered from XML request message payloads.
|
GoogleCloudApigeeV1DebugMask |
GoogleCloudApigeeV1DebugMask.setResponseJSONPaths(List<String> responseJSONPaths)
List of JSON paths that specify the JSON elements to be filtered from JSON response message
payloads.
|
GoogleCloudApigeeV1DebugMask |
GoogleCloudApigeeV1DebugMask.setResponseXPaths(List<String> responseXPaths)
List of XPaths that specify the XML elements to be filtered from XML response message payloads.
|
GoogleCloudApigeeV1DebugMask |
GoogleCloudApigeeV1DebugMask.setVariables(List<String> variables)
List of variables that should be masked from the debug output.
|
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudApigeeV1EnvironmentConfig |
GoogleCloudApigeeV1EnvironmentConfig.setDebugMask(GoogleCloudApigeeV1DebugMask debugMask)
Debug mask that applies to all deployments in the environment.
|
Copyright © 2011–2025 Google. All rights reserved.