Google Cloud Build V1 Client - Class ConsoleOutputStream (0.3.8)

Reference documentation and code samples for the Google Cloud Build V1 Client class ConsoleOutputStream.

The type of console output stream.

Protobuf type google.devtools.build.v1.ConsoleOutputStream

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

UNKNOWN

Value: 0

Unspecified or unknown.

Generated from protobuf enum UNKNOWN = 0;

STDOUT

Value: 1

Normal output stream.

Generated from protobuf enum STDOUT = 1;

STDERR

Value: 2

Error output stream.

Generated from protobuf enum STDERR = 2;