Google Cloud Build V1 Client - Class FinishType (0.3.8)

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

value

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