Package dev.vortex.proto
Interface ScalarProtos.ListValueOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ScalarProtos.ListValue
,ScalarProtos.ListValue.Builder
- Enclosing class:
- ScalarProtos
public static interface ScalarProtos.ListValueOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetValues
(int index) repeated .vortex.scalar.ScalarValue values = 1;
int
repeated .vortex.scalar.ScalarValue values = 1;
repeated .vortex.scalar.ScalarValue values = 1;
getValuesOrBuilder
(int index) repeated .vortex.scalar.ScalarValue values = 1;
List<? extends ScalarProtos.ScalarValueOrBuilder>
repeated .vortex.scalar.ScalarValue values = 1;
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getValuesList
List<ScalarProtos.ScalarValue> getValuesList()repeated .vortex.scalar.ScalarValue values = 1;
-
getValues
repeated .vortex.scalar.ScalarValue values = 1;
-
getValuesCount
int getValuesCount()repeated .vortex.scalar.ScalarValue values = 1;
-
getValuesOrBuilderList
List<? extends ScalarProtos.ScalarValueOrBuilder> getValuesOrBuilderList()repeated .vortex.scalar.ScalarValue values = 1;
-
getValuesOrBuilder
repeated .vortex.scalar.ScalarValue values = 1;
-