Enum BuildOptions.LogStreamingOption (3.7.0)

public enum BuildOptions.LogStreamingOption extends Enum<BuildOptions.LogStreamingOption> implements ProtocolMessageEnum

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

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
STREAM_DEFAULT

Service may automatically determine build log streaming behavior.

STREAM_DEFAULT = 0;

STREAM_DEFAULT_VALUE

Service may automatically determine build log streaming behavior.

STREAM_DEFAULT = 0;

STREAM_OFF

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

STREAM_OFF = 2;

STREAM_OFF_VALUE

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

STREAM_OFF = 2;

STREAM_ON

Build logs should be streamed to Google Cloud Storage.

STREAM_ON = 1;

STREAM_ON_VALUE

Build logs should be streamed to Google Cloud Storage.

STREAM_ON = 1;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()