Reference documentation and code samples for the Google Cloud Build V1 Client class ConsoleOutput.
Textual output written to standard output or standard error.
Generated from protobuf message google.devtools.build.v1.BuildEvent.ConsoleOutput
Methods
__construct
Constructor.
Name | Description |
data
|
array
Optional. Data for populating the Message object. |
↳ type
|
int
The output stream type. |
↳ text_output
|
string
Regular UTF-8 output; normal text. |
↳ binary_output
|
string
Used if the output is not UTF-8 text (for example, a binary proto). |
getType
The output stream type.
Type | Description |
---|---|
int
|
setType
The output stream type.
Name | Description |
---|---|
var
|
int
|
Type | Description |
---|---|
$this
|
getTextOutput
Regular UTF-8 output; normal text.
Type | Description |
---|---|
string
|
hasTextOutput
setTextOutput
Regular UTF-8 output; normal text.
Name | Description |
---|---|
var
|
string
|
Type | Description |
---|---|
$this
|
getBinaryOutput
Used if the output is not UTF-8 text (for example, a binary proto).
Type | Description |
---|---|
string
|
hasBinaryOutput
setBinaryOutput
Used if the output is not UTF-8 text (for example, a binary proto).
Name | Description |
---|---|
var
|
string
|
Type | Description |
---|---|
$this
|
getOutput
ReturnsType | Description |
---|---|
string
|