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