Cloud Build v1 API - Enum BuildOptions.Types.LogStreamingOption (2.4.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 Google Cloud Storage.

Namespace

GoogleCloudGoogle.Cloud.CloudBuildV1

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.