Interface StorageResultProto.StorageResultPBOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StorageResultProto.StorageResultPB
,StorageResultProto.StorageResultPB.Builder
- Enclosing class:
- StorageResultProto
public static interface StorageResultProto.StorageResultPBOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.historian.protobuf.Result result = 2;
int
.historian.protobuf.Result result = 2;
long
getTagIds
(int index) repeated int64 tagIds = 1;
int
repeated int64 tagIds = 1;
repeated int64 tagIds = 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
-
getTagIdsList
repeated int64 tagIds = 1;
- Returns:
- A list containing the tagIds.
-
getTagIdsCount
int getTagIdsCount()repeated int64 tagIds = 1;
- Returns:
- The count of tagIds.
-
getTagIds
long getTagIds(int index) repeated int64 tagIds = 1;
- Parameters:
index
- The index of the element to return.- Returns:
- The tagIds at the given index.
-
getResultValue
int getResultValue().historian.protobuf.Result result = 2;
- Returns:
- The enum numeric value on the wire for result.
-
getResult
StorageResultProto.Result getResult().historian.protobuf.Result result = 2;
- Returns:
- The result.
-