Reference documentation and code samples for the Google Cloud Build V1 Client class OrderedBuildEvent.
Build event with contextual information about the stream it belongs to and its position in that stream.
Generated from protobuf message google.devtools.build.v1.OrderedBuildEvent
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ stream_id
↳ sequence_number
int|string
The position of this event in the stream. The sequence numbers for a build event stream should be a sequence of consecutive natural numbers starting from one. (1, 2, 3, ...)
↳ event
getStreamId
Which build event stream this event belongs to.
hasStreamId
clearStreamId
setStreamId
Which build event stream this event belongs to.
$this
getSequenceNumber
The position of this event in the stream. The sequence numbers for a build event stream should be a sequence of consecutive natural numbers starting from one. (1, 2, 3, ...)
int|string
setSequenceNumber
The position of this event in the stream. The sequence numbers for a build event stream should be a sequence of consecutive natural numbers starting from one. (1, 2, 3, ...)
var
int|string
$this
getEvent
The actual event.
hasEvent
clearEvent
setEvent
The actual event.
$this