Package org.yamcs.protobuf
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 GroupInfogetGroups(int index)repeated .yamcs.protobuf.iam.GroupInfo groups = 1;intgetGroupsCount()repeated .yamcs.protobuf.iam.GroupInfo groups = 1;List<GroupInfo>getGroupsList()repeated .yamcs.protobuf.iam.GroupInfo groups = 1;GroupInfoOrBuildergetGroupsOrBuilder(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.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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;
-
-