Cloud Build v1 API - Enum BuildOptions.Types.LoggingMode (2.9.0)

public enum BuildOptions.Types.LoggingMode

Reference documentation and code samples for the Cloud Build v1 API enum BuildOptions.Types.LoggingMode.

Specifies the logging mode.

Namespace

Google.Cloud.CloudBuild.V1

Assembly

Google.Cloud.CloudBuild.V1.dll

Fields

NameDescription
CloudLoggingOnly

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

GcsOnly

Build logs are stored in Cloud Storage.

Legacy

Build logs are stored in Cloud Logging and Cloud Storage.

LoggingUnspecified

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.

None

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

StackdriverOnly

This option is the same as CLOUD_LOGGING_ONLY.