Interface ProtobufMessages.Agenda.FocusStackOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ProtobufMessages.Agenda.FocusStack,ProtobufMessages.Agenda.FocusStack.Builder
- Enclosing class:
- ProtobufMessages.Agenda
public static interface ProtobufMessages.Agenda.FocusStackOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetGroupName(int index) repeated string group_name = 1;com.google.protobuf.ByteStringgetGroupNameBytes(int index) repeated string group_name = 1;intrepeated string group_name = 1;repeated string group_name = 1;Methods 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
-
getGroupNameList
repeated string group_name = 1;- Returns:
- A list containing the groupName.
-
getGroupNameCount
int getGroupNameCount()repeated string group_name = 1;- Returns:
- The count of groupName.
-
getGroupName
repeated string group_name = 1;- Parameters:
index- The index of the element to return.- Returns:
- The groupName at the given index.
-
getGroupNameBytes
com.google.protobuf.ByteString getGroupNameBytes(int index) repeated string group_name = 1;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the groupName at the given index.
-