Interface DataTypeValue.Int32ArrayOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DataTypeValue.Int32Array
,DataTypeValue.Int32Array.Builder
- Enclosing class:
- DataTypeValue
public static interface DataTypeValue.Int32ArrayOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetValues
(int index) repeated .com.inductiveautomation.ignition.gateway.tags.protobuf.Int32Wrapper values = 1;
int
repeated .com.inductiveautomation.ignition.gateway.tags.protobuf.Int32Wrapper values = 1;
repeated .com.inductiveautomation.ignition.gateway.tags.protobuf.Int32Wrapper values = 1;
getValuesOrBuilder
(int index) repeated .com.inductiveautomation.ignition.gateway.tags.protobuf.Int32Wrapper values = 1;
List<? extends DataTypeValue.Int32WrapperOrBuilder>
repeated .com.inductiveautomation.ignition.gateway.tags.protobuf.Int32Wrapper 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<DataTypeValue.Int32Wrapper> getValuesList()repeated .com.inductiveautomation.ignition.gateway.tags.protobuf.Int32Wrapper values = 1;
-
getValues
repeated .com.inductiveautomation.ignition.gateway.tags.protobuf.Int32Wrapper values = 1;
-
getValuesCount
int getValuesCount()repeated .com.inductiveautomation.ignition.gateway.tags.protobuf.Int32Wrapper values = 1;
-
getValuesOrBuilderList
List<? extends DataTypeValue.Int32WrapperOrBuilder> getValuesOrBuilderList()repeated .com.inductiveautomation.ignition.gateway.tags.protobuf.Int32Wrapper values = 1;
-
getValuesOrBuilder
repeated .com.inductiveautomation.ignition.gateway.tags.protobuf.Int32Wrapper values = 1;
-