public enum BuildOptions.LogStreamingOption extends Enum<BuildOptions.LogStreamingOption> implements ProtocolMessageEnum
Specifies the behavior when writing build logs to Google Cloud Storage.
Protobuf enum google.events.cloud.cloudbuild.v1.BuildOptions.LogStreamingOption
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
STREAM_DEFAULT |
Service may automatically determine build log streaming behavior. |
STREAM_DEFAULT_VALUE |
Service may automatically determine build log streaming behavior. |
STREAM_OFF |
Build logs should not be streamed to Google Cloud Storage; they will be written when the build is completed. |
STREAM_OFF_VALUE |
Build logs should not be streamed to Google Cloud Storage; they will be written when the build is completed. |
STREAM_ON |
Build logs should be streamed to Google Cloud Storage. |
STREAM_ON_VALUE |
Build logs should be streamed to Google Cloud Storage. |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |