Package feast.proto.types
Interface ValueProto.RepeatedValueOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ValueProto.RepeatedValue,ValueProto.RepeatedValue.Builder
- Enclosing class:
- ValueProto
public static interface ValueProto.RepeatedValueOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ValueProto.ValuegetVal(int index)repeated .feast.types.Value val = 1;intgetValCount()repeated .feast.types.Value val = 1;List<ValueProto.Value>getValList()repeated .feast.types.Value val = 1;ValueProto.ValueOrBuildergetValOrBuilder(int index)repeated .feast.types.Value val = 1;List<? extends ValueProto.ValueOrBuilder>getValOrBuilderList()repeated .feast.types.Value val = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getValList
List<ValueProto.Value> getValList()
repeated .feast.types.Value val = 1;
-
getVal
ValueProto.Value getVal(int index)
repeated .feast.types.Value val = 1;
-
getValCount
int getValCount()
repeated .feast.types.Value val = 1;
-
getValOrBuilderList
List<? extends ValueProto.ValueOrBuilder> getValOrBuilderList()
repeated .feast.types.Value val = 1;
-
getValOrBuilder
ValueProto.ValueOrBuilder getValOrBuilder(int index)
repeated .feast.types.Value val = 1;
-
-