Class LogStreamingOption (3.24.0)

LogStreamingOption(value)

Specifies the behavior when writing build logs to Cloud Storage.

Values: STREAM_DEFAULT (0): Service may automatically determine build log streaming behavior. STREAM_ON (1): Build logs should be streamed to Cloud Storage. STREAM_OFF (2): Build logs should not be streamed to Cloud Storage; they will be written when the build is completed.