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.
Generated from protobuf enum INTERACTIVE = 1;