Enum BuildOptions.LoggingMode (0.14.1)

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

Specifies the logging mode.

Protobuf enum google.events.cloud.cloudbuild.v1.BuildOptions.LoggingMode

Implements

ProtocolMessageEnum

Static Fields

NameDescription
GCS_ONLY

Only Cloud Storage logging is enabled.

GCS_ONLY = 2;

GCS_ONLY_VALUE

Only Cloud Storage logging is enabled.

GCS_ONLY = 2;

LEGACY

Stackdriver logging and Cloud Storage logging are enabled.

LEGACY = 1;

LEGACY_VALUE

Stackdriver logging and Cloud Storage logging are enabled.

LEGACY = 1;

LOGGING_UNSPECIFIED

The service determines the logging mode. The default is LEGACY. Do not rely on the default logging behavior as it may change in the future.

LOGGING_UNSPECIFIED = 0;

LOGGING_UNSPECIFIED_VALUE

The service determines the logging mode. The default is LEGACY. Do not rely on the default logging behavior as it may change in the future.

LOGGING_UNSPECIFIED = 0;

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()