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.
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.
int
setType
The output stream type.
var
int
$this
getTextOutput
Regular UTF-8 output; normal text.
string
hasTextOutput
setTextOutput
Regular UTF-8 output; normal text.
var
string
$this
getBinaryOutput
Used if the output is not UTF-8 text (for example, a binary proto).
string
hasBinaryOutput
setBinaryOutput
Used if the output is not UTF-8 text (for example, a binary proto).
var
string
$this
getOutput
string