Interface ProtobufMessages.Agenda.FocusStackOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getGroupName​(int index)
      repeated string group_name = 1;
      com.google.protobuf.ByteString getGroupNameBytes​(int index)
      repeated string group_name = 1;
      int getGroupNameCount()
      repeated string group_name = 1;
      com.google.protobuf.ProtocolStringList getGroupNameList()
      repeated string group_name = 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 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;