public static interface ProcessorIOSpec.GraphOutputChannelSpecOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDataType()
public abstract DataType getDataType()The data type of the current output channel.
 .google.cloud.visionai.v1.DataType data_type = 2;
| Returns | |
|---|---|
| Type | Description | 
DataType | 
        The dataType.  | 
      
getDataTypeUri()
public abstract String getDataTypeUri()string data_type_uri = 3;
| Returns | |
|---|---|
| Type | Description | 
String | 
        The dataTypeUri.  | 
      
getDataTypeUriBytes()
public abstract ByteString getDataTypeUriBytes()string data_type_uri = 3;
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for dataTypeUri.  | 
      
getDataTypeValue()
public abstract int getDataTypeValue()The data type of the current output channel.
 .google.cloud.visionai.v1.DataType data_type = 2;
| Returns | |
|---|---|
| Type | Description | 
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 | |
|---|---|
| Type | Description | 
String | 
        The name.  | 
      
getNameBytes()
public abstract ByteString getNameBytes()The name of the current output channel.
 string name = 1;
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for name.  |