Enum BuildOptions.Types.LogStreamingOption (2.0.0)

public enum LogStreamingOption

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

Namespace

Google.Cloud.CloudBuild.V1

Assembly

Google.Cloud.CloudBuild.V1.dll

Fields

NameDescription
StreamDefault

Service may automatically determine build log streaming behavior.

StreamOff

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

StreamOn

Build logs should be streamed to Google Cloud Storage.