public static interface TajoDataTypes.DataTypeOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getCode()
optional string code = 3; |
com.google.protobuf.ByteString |
getCodeBytes()
optional string code = 3; |
int |
getLength()
optional int32 length = 2; |
TajoDataTypes.Type |
getType()
required .Type type = 1; |
boolean |
hasCode()
optional string code = 3; |
boolean |
hasLength()
optional int32 length = 2; |
boolean |
hasType()
required .Type type = 1; |
boolean hasType()
required .Type type = 1;
TajoDataTypes.Type getType()
required .Type type = 1;
boolean hasLength()
optional int32 length = 2;
int getLength()
optional int32 length = 2;
boolean hasCode()
optional string code = 3;
String getCode()
optional string code = 3;
com.google.protobuf.ByteString getCodeBytes()
optional string code = 3;
Copyright © 2014 Apache Software Foundation. All Rights Reserved.