Package org.yamcs.protobuf
Interface Table.Row.ColumnInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Table.Row.ColumnInfo,Table.Row.ColumnInfo.Builder
- Enclosing class:
- Table.Row
public static interface Table.Row.ColumnInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetId()optional uint32 id = 1;StringgetName()optional string name = 2;com.google.protobuf.ByteStringgetNameBytes()optional string name = 2;StringgetProtoClass()The name of the class implementing the proto object if dataType is PROTOBUFcom.google.protobuf.ByteStringgetProtoClassBytes()The name of the class implementing the proto object if dataType is PROTOBUFStringgetType()optional string type = 3;com.google.protobuf.ByteStringgetTypeBytes()optional string type = 3;booleanhasId()optional uint32 id = 1;booleanhasName()optional string name = 2;booleanhasProtoClass()The name of the class implementing the proto object if dataType is PROTOBUFbooleanhasType()optional string type = 3;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasId
boolean hasId()
optional uint32 id = 1;
-
getId
int getId()
optional uint32 id = 1;
-
hasName
boolean hasName()
optional string name = 2;
-
getName
String getName()
optional string name = 2;
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
optional string name = 2;
-
hasType
boolean hasType()
optional string type = 3;
-
getType
String getType()
optional string type = 3;
-
getTypeBytes
com.google.protobuf.ByteString getTypeBytes()
optional string type = 3;
-
hasProtoClass
boolean hasProtoClass()
The name of the class implementing the proto object if dataType is PROTOBUF
optional string protoClass = 4;
-
getProtoClass
String getProtoClass()
The name of the class implementing the proto object if dataType is PROTOBUF
optional string protoClass = 4;
-
getProtoClassBytes
com.google.protobuf.ByteString getProtoClassBytes()
The name of the class implementing the proto object if dataType is PROTOBUF
optional string protoClass = 4;
-
-