Module: Google::Cloud::Build::V1::BuildOptions::LogStreamingOption

Defined in:
proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb

Overview

Specifies the behavior when writing build logs to Cloud Storage.

Constant Summary collapse

STREAM_DEFAULT =

Service may automatically determine build log streaming behavior.

0
STREAM_ON =

Build logs should be streamed to Cloud Storage.

1
STREAM_OFF =

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

2