Reference documentation and code samples for the Google Cloud Build V1 Client class StreamId.
Unique identifier for a build event stream.
Generated from protobuf message google.devtools.build.v1.StreamId
Methods
__construct
Constructor.
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ build_id |
string
The id of a Build message. |
↳ invocation_id |
string
The unique invocation ID within this build. It should be the same as {invocation} (below) during the migration. |
↳ component |
int
The component that emitted this event. |
getBuildId
The id of a Build message.
Type | Description |
string |
setBuildId
The id of a Build message.
Name | Description |
var |
string
|
Type | Description |
$this |
getInvocationId
The unique invocation ID within this build.
It should be the same as {invocation} (below) during the migration.
Type | Description |
string |
setInvocationId
The unique invocation ID within this build.
It should be the same as {invocation} (below) during the migration.
Name | Description |
var |
string
|
Type | Description |
$this |
getComponent
The component that emitted this event.
Type | Description |
int |
setComponent
The component that emitted this event.
Name | Description |
var |
int
|
Type | Description |
$this |