BuildOptionsLogging

enum BuildOptionsLogging : Enum<BuildOptionsLogging> , ConvertibleToJava<BuildOptionsLogging>

Option to specify the logging mode, which determines if and where build logs are stored.

Entries

Link copied to clipboard

The service determines the logging mode. The default is LEGACY. Do not rely on the default logging behavior as it may change in the future.

Link copied to clipboard

Build logs are stored in Cloud Logging and Cloud Storage.

Link copied to clipboard

Build logs are stored in Cloud Storage.

Link copied to clipboard

This option is the same as CLOUD_LOGGING_ONLY.

Link copied to clipboard

Build logs are stored in Cloud Logging. Selecting this option will not allow logs streaming.

Link copied to clipboard

Turn off all logging. No build logs will be captured.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): BuildOptionsLogging
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
val javaValue: BuildOptionsLogging
Link copied to clipboard
Link copied to clipboard