Google Cloud Build V1 Client - Class LogStreamingOption (0.8.0)

Reference documentation and code samples for the Google Cloud Build V1 Client class LogStreamingOption.

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

Protobuf type google.devtools.cloudbuild.v1.BuildOptions.LogStreamingOption

Namespace

Google \ Cloud \ Build \ V1 \ BuildOptions

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

STREAM_DEFAULT

Value: 0

Service may automatically determine build log streaming behavior.

Generated from protobuf enum STREAM_DEFAULT = 0;

STREAM_ON

Value: 1

Build logs should be streamed to Google Cloud Storage.

Generated from protobuf enum STREAM_ON = 1;

STREAM_OFF

Value: 2

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

Generated from protobuf enum STREAM_OFF = 2;