Cloud Build V1 API - Module Google::Cloud::Build::V1::BuildOptions::LogStreamingOption (v1.13.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.