Enum BuildOptions.LoggingMode (3.3.12)

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

Only Cloud Logging is enabled. Note that logs for both the Cloud Console UI and Cloud SDK are based on Cloud Storage logs, so neither will provide logs if this option is chosen.

CLOUD_LOGGING_ONLY = 5;

CLOUD_LOGGING_ONLY_VALUE

Only Cloud Logging is enabled. Note that logs for both the Cloud Console UI and Cloud SDK are based on Cloud Storage logs, so neither will provide logs if this option is chosen.

CLOUD_LOGGING_ONLY = 5;

GCS_ONLY

Only Cloud Storage logging is enabled.

GCS_ONLY = 2;

GCS_ONLY_VALUE

Only Cloud Storage logging is enabled.

GCS_ONLY = 2;

LEGACY

Cloud Logging and Cloud Storage logging are enabled.

LEGACY = 1;

LEGACY_VALUE

Cloud 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;

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