Reference documentation and code samples for the Google Cloud Build V1 Client class BuildComponentStreamFinished.
Notification of the end of a build event stream published by a build component other than CONTROLLER (See StreamId.BuildComponents).
Generated from protobuf message google.devtools.build.v1.BuildEvent.BuildComponentStreamFinished
Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ type |
int
How the event stream finished. |
getType
How the event stream finished.
| Returns | |
|---|---|
| Type | Description |
int |
|
setType
How the event stream finished.
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|