Class LogStreamingOption (3.16.0)

LogStreamingOption(value)

Specifies the behavior when writing build logs to Google Cloud Storage.

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