Package io.flowcean.learner.grpc
Interface LearnerOuterClass.DataFieldOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LearnerOuterClass.DataField,LearnerOuterClass.DataField.Builder
- Enclosing class:
- LearnerOuterClass
public static interface LearnerOuterClass.DataFieldOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublegetDouble()double double = 2;LearnerOuterClass.DataField.FieldCasegetFieldCase()intgetInt()int32 int = 1;StringgetString()string string = 3;com.google.protobuf.ByteStringgetStringBytes()string string = 3;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getInt
int getInt()
int32 int = 1;- Returns:
- The int.
-
getDouble
double getDouble()
double double = 2;- Returns:
- The double.
-
getString
String getString()
string string = 3;- Returns:
- The string.
-
getStringBytes
com.google.protobuf.ByteString getStringBytes()
string string = 3;- Returns:
- The bytes for string.
-
getFieldCase
LearnerOuterClass.DataField.FieldCase getFieldCase()
-
-