Class LogStreamingOption (3.25.0)

LogStreamingOption(value)

Specifies the behavior when writing build logs to Cloud Storage.

Enums

Name Description
STREAM_DEFAULT Service may automatically determine build log streaming behavior.
STREAM_ON Build logs should be streamed to Cloud Storage.
STREAM_OFF Build logs should not be streamed to Cloud Storage; they will be written when the build is completed.