Cloud Build V1 API - Module Google::Cloud::Build::V1::BuildOptions::LogStreamingOption (v0.15.0)

Reference documentation and code samples for the Cloud Build V1 API module Google::Cloud::Build::V1::BuildOptions::LogStreamingOption.

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

Constants

STREAM_DEFAULT

value: 0
Service may automatically determine build log streaming behavior.

STREAM_ON

value: 1
Build logs should be streamed to Google Cloud Storage.

STREAM_OFF

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