Interface ProcessorIOSpec.GraphOutputChannelSpecOrBuilder (0.15.0)

public static interface ProcessorIOSpec.GraphOutputChannelSpecOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDataType()

public abstract DataType getDataType()

The data type of the current output channel.

.google.events.cloud.visionai.v1.DataType data_type = 2;

Returns
TypeDescription
DataType

The dataType.

getDataTypeUri()

public abstract String getDataTypeUri()

string data_type_uri = 3;

Returns
TypeDescription
String

The dataTypeUri.

getDataTypeUriBytes()

public abstract ByteString getDataTypeUriBytes()

string data_type_uri = 3;

Returns
TypeDescription
ByteString

The bytes for dataTypeUri.

getDataTypeValue()

public abstract int getDataTypeValue()

The data type of the current output channel.

.google.events.cloud.visionai.v1.DataType data_type = 2;

Returns
TypeDescription
int

The enum numeric value on the wire for dataType.

getName()

public abstract String getName()

The name of the current output channel.

string name = 1;

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

The name of the current output channel.

string name = 1;

Returns
TypeDescription
ByteString

The bytes for name.