Interface ListGroupsResponseOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    ListGroupsResponse, ListGroupsResponse.Builder

    public interface ListGroupsResponseOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      GroupInfo getGroups​(int index)
      repeated .yamcs.protobuf.iam.GroupInfo groups = 1;
      int getGroupsCount()
      repeated .yamcs.protobuf.iam.GroupInfo groups = 1;
      List<GroupInfo> getGroupsList()
      repeated .yamcs.protobuf.iam.GroupInfo groups = 1;
      GroupInfoOrBuilder getGroupsOrBuilder​(int index)
      repeated .yamcs.protobuf.iam.GroupInfo groups = 1;
      List<? extends GroupInfoOrBuilder> getGroupsOrBuilderList()
      repeated .yamcs.protobuf.iam.GroupInfo groups = 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

      • getGroupsList

        List<GroupInfo> getGroupsList()
        repeated .yamcs.protobuf.iam.GroupInfo groups = 1;
      • getGroups

        GroupInfo getGroups​(int index)
        repeated .yamcs.protobuf.iam.GroupInfo groups = 1;
      • getGroupsCount

        int getGroupsCount()
        repeated .yamcs.protobuf.iam.GroupInfo groups = 1;
      • getGroupsOrBuilderList

        List<? extends GroupInfoOrBuilder> getGroupsOrBuilderList()
        repeated .yamcs.protobuf.iam.GroupInfo groups = 1;
      • getGroupsOrBuilder

        GroupInfoOrBuilder getGroupsOrBuilder​(int index)
        repeated .yamcs.protobuf.iam.GroupInfo groups = 1;