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
Modifier and TypeMethodDescriptiondoubledouble double = 2;intgetInt()int32 int = 1;string string = 3;com.google.protobuf.ByteStringstring string = 3;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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()
-