Google Cloud Build V1 Client - Class ServiceLevel (0.3.8)

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
NameDescription
value mixed

value

Parameter
NameDescription
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;