Reference documentation and code samples for the Google Cloud Build V1 Client class ServiceLevel.
The service level of the build request. Backends only uses this value when
the BuildEnqueued event is published to determine what level of service
this build should receive.
Protobuf type google.devtools.build.v1.PublishLifecycleEventRequest.ServiceLevel
Methods
name
Parameter
Name
Description
value
mixed
value
Parameter
Name
Description
name
mixed
Constants
NONINTERACTIVE
Value: 0
Non-interactive builds can tolerate longer event latencies. This is the
default ServiceLevel if callers do not specify one.
Generated from protobuf enum NONINTERACTIVE = 0;
INTERACTIVE
Value: 1
The events of an interactive build should be delivered with low latency.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-07 UTC."],[],[]]