Cloud Build v1 API - Enum BuildOptions.Types.LogStreamingOption (2.9.0)

public enum BuildOptions.Types.LogStreamingOption

Reference documentation and code samples for the Cloud Build v1 API enum BuildOptions.Types.LogStreamingOption.

Specifies the behavior when writing build logs to 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 Cloud Storage; they will be written when the build is completed.

StreamOn

Build logs should be streamed to Cloud Storage.