logStreamingOption property
Option to define build log streaming behavior to Cloud Storage. Possible string values are:
- "STREAM_DEFAULT" : Service may automatically determine build log streaming behavior.
- "STREAM_ON" : Build logs should be streamed to Cloud Storage.
- "STREAM_OFF" : Build logs should not be streamed to Cloud Storage; they will be written when the build is completed.
Implementation
core.String? logStreamingOption;