Cloud Build V1 API - Module Google::Cloud::Build::V1::BuildOptions::LogStreamingOption (v1.11.0)
Stay organized with collections
Save and categorize content based on your preferences.
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 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 Cloud Storage.
STREAM_OFF
value: 2 Build logs should not be streamed to Cloud Storage; they will be
written when the build is completed.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-03-31 UTC."],[],[]]