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
Modifier and TypeMethodDescriptiongetGroups(int index) repeated .yamcs.protobuf.iam.GroupInfo groups = 1;intrepeated .yamcs.protobuf.iam.GroupInfo groups = 1;repeated .yamcs.protobuf.iam.GroupInfo groups = 1;getGroupsOrBuilder(int index) repeated .yamcs.protobuf.iam.GroupInfo groups = 1;List<? extends GroupInfoOrBuilder>repeated .yamcs.protobuf.iam.GroupInfo groups = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getGroupsList
repeated .yamcs.protobuf.iam.GroupInfo groups = 1; -
getGroups
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
repeated .yamcs.protobuf.iam.GroupInfo groups = 1;
-