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

    Modifier and Type
    Method
    Description
    getGroups(int index)
    repeated .yamcs.protobuf.iam.GroupInfo groups = 1;
    int
    repeated .yamcs.protobuf.iam.GroupInfo groups = 1;
    repeated .yamcs.protobuf.iam.GroupInfo groups = 1;
    getGroupsOrBuilder(int index)
    repeated .yamcs.protobuf.iam.GroupInfo groups = 1;
    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 Details

    • 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;