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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetGroupName(int index)repeated string group_name = 1;com.google.protobuf.ByteStringgetGroupNameBytes(int index)repeated string group_name = 1;intgetGroupNameCount()repeated string group_name = 1;com.google.protobuf.ProtocolStringListgetGroupNameList()repeated string group_name = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getGroupNameList
com.google.protobuf.ProtocolStringList getGroupNameList()
repeated string group_name = 1;
-
getGroupNameCount
int getGroupNameCount()
repeated string group_name = 1;
-
getGroupName
String getGroupName(int index)
repeated string group_name = 1;
-
getGroupNameBytes
com.google.protobuf.ByteString getGroupNameBytes(int index)
repeated string group_name = 1;
-
-