org.apache.hadoop.tools.proto
Interface GetUserMappingsProtocolProtos.GetGroupsForUserResponseProtoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto, GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder
Enclosing class:
GetUserMappingsProtocolProtos

public static interface GetUserMappingsProtocolProtos.GetGroupsForUserResponseProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 String getGroups(int index)
          repeated string groups = 1;
 com.google.protobuf.ByteString getGroupsBytes(int index)
          repeated string groups = 1;
 int getGroupsCount()
          repeated string groups = 1;
 List<String> getGroupsList()
          repeated string groups = 1;
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

getGroupsList

List<String> getGroupsList()
repeated string groups = 1;


getGroupsCount

int getGroupsCount()
repeated string groups = 1;


getGroups

String getGroups(int index)
repeated string groups = 1;


getGroupsBytes

com.google.protobuf.ByteString getGroupsBytes(int index)
repeated string groups = 1;



Copyright © 2014 Apache Software Foundation. All Rights Reserved.