Interface ServerACLsOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    ServerACLs, ServerACLs.Builder

    public interface ServerACLsOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      ServerACL getAcls​(int index)
      repeated .littlehorse.ServerACL acls = 1;
      int getAclsCount()
      repeated .littlehorse.ServerACL acls = 1;
      java.util.List<ServerACL> getAclsList()
      repeated .littlehorse.ServerACL acls = 1;
      ServerACLOrBuilder getAclsOrBuilder​(int index)
      repeated .littlehorse.ServerACL acls = 1;
      java.util.List<? extends ServerACLOrBuilder> getAclsOrBuilderList()
      repeated .littlehorse.ServerACL acls = 1;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getAclsList

        java.util.List<ServerACL> getAclsList()
        repeated .littlehorse.ServerACL acls = 1;
      • getAcls

        ServerACL getAcls​(int index)
        repeated .littlehorse.ServerACL acls = 1;
      • getAclsCount

        int getAclsCount()
        repeated .littlehorse.ServerACL acls = 1;
      • getAclsOrBuilderList

        java.util.List<? extends ServerACLOrBuilder> getAclsOrBuilderList()
        repeated .littlehorse.ServerACL acls = 1;
      • getAclsOrBuilder

        ServerACLOrBuilder getAclsOrBuilder​(int index)
        repeated .littlehorse.ServerACL acls = 1;