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
    The canonical path of the listed directory.
    com.google.protobuf.ByteString
    The canonical path of the listed directory.
    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;
    • getCanonicalPath

      String getCanonicalPath()
       The canonical path of the listed directory. This is useful to recognize the basename
       of the items in a cross-platform way.
       
      string canonical_path = 2;
      Returns:
      The canonicalPath.
    • getCanonicalPathBytes

      com.google.protobuf.ByteString getCanonicalPathBytes()
       The canonical path of the listed directory. This is useful to recognize the basename
       of the items in a cross-platform way.
       
      string canonical_path = 2;
      Returns:
      The bytes for canonicalPath.