org.apache.hadoop.hbase.protobuf.generated
Interface ClientProtos.AuthorizationsOrBuilder

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

public static interface ClientProtos.AuthorizationsOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 String getLabel(int index)
          repeated string label = 1;
 com.google.protobuf.ByteString getLabelBytes(int index)
          repeated string label = 1;
 int getLabelCount()
          repeated string label = 1;
 List<String> getLabelList()
          repeated string label = 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

getLabelList

List<String> getLabelList()
repeated string label = 1;


getLabelCount

int getLabelCount()
repeated string label = 1;


getLabel

String getLabel(int index)
repeated string label = 1;


getLabelBytes

com.google.protobuf.ByteString getLabelBytes(int index)
repeated string label = 1;



Copyright © 2015 The Apache Software Foundation. All Rights Reserved.