org.apache.hadoop.hbase.protobuf.generated
Interface AccessControlProtos.NamespacePermissionOrBuilder

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

public static interface AccessControlProtos.NamespacePermissionOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 AccessControlProtos.Permission.Action getAction(int index)
          repeated .Permission.Action action = 2;
 int getActionCount()
          repeated .Permission.Action action = 2;
 List<AccessControlProtos.Permission.Action> getActionList()
          repeated .Permission.Action action = 2;
 com.google.protobuf.ByteString getNamespaceName()
          optional bytes namespace_name = 1;
 boolean hasNamespaceName()
          optional bytes namespace_name = 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

hasNamespaceName

boolean hasNamespaceName()
optional bytes namespace_name = 1;


getNamespaceName

com.google.protobuf.ByteString getNamespaceName()
optional bytes namespace_name = 1;


getActionList

List<AccessControlProtos.Permission.Action> getActionList()
repeated .Permission.Action action = 2;


getActionCount

int getActionCount()
repeated .Permission.Action action = 2;


getAction

AccessControlProtos.Permission.Action getAction(int index)
repeated .Permission.Action action = 2;



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