CloudLoggingDetails

Cloud Logging details for execution info

JSON representation
{
 "cloudLoggingSeverity": enum (CloudLoggingSeverity ),
 "enableCloudLogging": boolean
}
Fields
cloudLoggingSeverity

enum (CloudLoggingSeverity )

Optional. Severity selected by the customer for the logs to be sent to Cloud Logging, for the integration version getting executed.

enableCloudLogging

boolean

Optional. Status of whether Cloud Logging is enabled or not for the integration version getting executed.

CloudLoggingSeverity

The severity will be mapped to the Integration Execution State.

Enums
CLOUD_LOGGING_SEVERITY_UNSPECIFIED Unspecified
INFO If Severity selected is INFO, then all the Integration Execution States (IN_PROCESS, ON_HOLD, SUCCEEDED, SUSPENDED, ERROR, CANCELLED) will be sent to Cloud Logging.
ERROR If Severity selected is ERROR, then only the following Integration Execution States (ERROR, CANCELLED) will be sent to Cloud Logging.
WARNING If Severity selected is WARNING, then only the following Integration Execution States (ERROR, CANCELLED) will be sent to Cloud Logging.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年08月22日 UTC.