Interface ListItemsResponseOrBuilder

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

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

    Modifier and Type
    Method
    Description
    getItems(int index)
    List of items found in the specified directory.
    int
    List of items found in the specified directory.
    List of items found in the specified directory.
    getItemsOrBuilder(int index)
    List of items found in the specified directory.
    List of items found in the specified directory.

    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 Details

    • getItemsList

      List<ItemInfo> getItemsList()
       List of items found in the specified directory.
       
      repeated .io.deephaven.proto.backplane.grpc.ItemInfo items = 1;
    • getItems

      ItemInfo getItems(int index)
       List of items found in the specified directory.
       
      repeated .io.deephaven.proto.backplane.grpc.ItemInfo items = 1;
    • getItemsCount

      int getItemsCount()
       List of items found in the specified directory.
       
      repeated .io.deephaven.proto.backplane.grpc.ItemInfo items = 1;
    • getItemsOrBuilderList

      List<? extends ItemInfoOrBuilder> getItemsOrBuilderList()
       List of items found in the specified directory.
       
      repeated .io.deephaven.proto.backplane.grpc.ItemInfo items = 1;
    • getItemsOrBuilder

      ItemInfoOrBuilder getItemsOrBuilder(int index)
       List of items found in the specified directory.
       
      repeated .io.deephaven.proto.backplane.grpc.ItemInfo items = 1;