BuildOptionsLogStreamingOption

enum BuildOptionsLogStreamingOption : Enum<BuildOptionsLogStreamingOption> , ConvertibleToJava<BuildOptionsLogStreamingOption>

Option to define build log streaming behavior to Google Cloud Storage.

Entries

Link copied to clipboard

Service may automatically determine build log streaming behavior.

Link copied to clipboard

Build logs should be streamed to Google Cloud Storage.

Link copied to clipboard

Build logs should not be streamed to Google Cloud Storage; they will be written when the build is completed.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): BuildOptionsLogStreamingOption
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: BuildOptionsLogStreamingOption
Link copied to clipboard
Link copied to clipboard