Interface InfraObjectProto.InfraOrBuilder

    • Method Detail

      • getInfraObjectsList

        List<InfraObjectProto.InfraObject> getInfraObjectsList()
         List of infrastructure objects managed by Feast
         
        repeated .feast.core.InfraObject infra_objects = 1;
      • getInfraObjects

        InfraObjectProto.InfraObject getInfraObjects​(int index)
         List of infrastructure objects managed by Feast
         
        repeated .feast.core.InfraObject infra_objects = 1;
      • getInfraObjectsCount

        int getInfraObjectsCount()
         List of infrastructure objects managed by Feast
         
        repeated .feast.core.InfraObject infra_objects = 1;
      • getInfraObjectsOrBuilderList

        List<? extends InfraObjectProto.InfraObjectOrBuilder> getInfraObjectsOrBuilderList()
         List of infrastructure objects managed by Feast
         
        repeated .feast.core.InfraObject infra_objects = 1;
      • getInfraObjectsOrBuilder

        InfraObjectProto.InfraObjectOrBuilder getInfraObjectsOrBuilder​(int index)
         List of infrastructure objects managed by Feast
         
        repeated .feast.core.InfraObject infra_objects = 1;