Reference documentation and code samples for the Google Cloud Build V1 Client class FinishType.
How did the event stream finish.
Protobuf type google.devtools.build.v1.BuildEvent.BuildComponentStreamFinished.FinishType
Methods
name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
FINISH_TYPE_UNSPECIFIED
Value: 0
Unknown or unspecified; callers should never set this value.
Generated from protobuf enum FINISH_TYPE_UNSPECIFIED = 0;
FINISHED
Value: 1
Set by the event publisher to indicate a build event stream is finished.
Generated from protobuf enum FINISHED = 1;
EXPIRED
Value: 2
Set by the WatchBuild RPC server when the publisher of a build event stream stops publishing events without publishing a BuildComponentStreamFinished event whose type equals FINISHED.
Generated from protobuf enum EXPIRED = 2;