Reference documentation and code samples for the Google Cloud Build V1 Client class BuildComponent.
Which build component generates this event stream. Each build component may generate one event stream.
Protobuf type google.devtools.build.v1.StreamId.BuildComponent
Methods
name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
UNKNOWN_COMPONENT
Value: 0
Unknown or unspecified; callers should never set this value.
Generated from protobuf enum UNKNOWN_COMPONENT = 0;
CONTROLLER
Value: 1
A component that coordinates builds.
Generated from protobuf enum CONTROLLER = 1;
WORKER
Value: 2
A component that runs executables needed to complete a build.
Generated from protobuf enum WORKER = 2;
TOOL
Value: 3
A component that builds something.
Generated from protobuf enum TOOL = 3;