Package org.yamcs.protobuf
Interface Archive.ParameterGroupInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Archive.ParameterGroupInfo,Archive.ParameterGroupInfo.Builder
- Enclosing class:
- Archive
public static interface Archive.ParameterGroupInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetGroups(int index) Parameter group namescom.google.protobuf.ByteStringgetGroupsBytes(int index) Parameter group namesintParameter group namesParameter group namesMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getGroupsList
Parameter group names
repeated string groups = 2;- Returns:
- A list containing the groups.
-
getGroupsCount
int getGroupsCount()Parameter group names
repeated string groups = 2;- Returns:
- The count of groups.
-
getGroups
Parameter group names
repeated string groups = 2;- Parameters:
index- The index of the element to return.- Returns:
- The groups at the given index.
-
getGroupsBytes
com.google.protobuf.ByteString getGroupsBytes(int index) Parameter group names
repeated string groups = 2;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the groups at the given index.
-