public static interface AccessControlProtos.NamespacePermissionOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
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; |
boolean hasNamespaceName()
optional bytes namespace_name = 1;
com.google.protobuf.ByteString getNamespaceName()
optional bytes namespace_name = 1;
List<AccessControlProtos.Permission.Action> getActionList()
repeated .Permission.Action action = 2;
int getActionCount()
repeated .Permission.Action action = 2;
AccessControlProtos.Permission.Action getAction(int index)
repeated .Permission.Action action = 2;
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.