Enum BuildOptions.LoggingMode (3.43.0)

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

Specifies the logging mode.

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CLOUD_LOGGING_ONLY

Build logs are stored in Cloud Logging. Selecting this option will not allow logs streaming.

CLOUD_LOGGING_ONLY = 5;

CLOUD_LOGGING_ONLY_VALUE

Build logs are stored in Cloud Logging. Selecting this option will not allow logs streaming.

CLOUD_LOGGING_ONLY = 5;

GCS_ONLY

Build logs are stored in Cloud Storage.

GCS_ONLY = 2;

GCS_ONLY_VALUE

Build logs are stored in Cloud Storage.

GCS_ONLY = 2;

LEGACY

Build logs are stored in Cloud Logging and Cloud Storage.

LEGACY = 1;

LEGACY_VALUE

Build logs are stored in Cloud Logging and Cloud Storage.

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;

NONE

Turn off all logging. No build logs will be captured.

NONE = 4;

NONE_VALUE

Turn off all logging. No build logs will be captured.

NONE = 4;

STACKDRIVER_ONLY

This option is the same as CLOUD_LOGGING_ONLY.

STACKDRIVER_ONLY = 3 [deprecated = true];

STACKDRIVER_ONLY_VALUE

This option is the same as CLOUD_LOGGING_ONLY.

STACKDRIVER_ONLY = 3 [deprecated = true];

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