All Downloads are FREE. Search and download functionalities are using the official Maven repository.

java.io.deephaven.proto.backplane.grpc.ListItemsResponseOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.37.4
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: deephaven_core/proto/storage.proto

// Protobuf Java Version: 3.25.3
package io.deephaven.proto.backplane.grpc;

public interface ListItemsResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:io.deephaven.proto.backplane.grpc.ListItemsResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * List of items found in the specified directory.
   * 
* * repeated .io.deephaven.proto.backplane.grpc.ItemInfo items = 1; */ java.util.List getItemsList(); /** *
   * List of items found in the specified directory.
   * 
* * repeated .io.deephaven.proto.backplane.grpc.ItemInfo items = 1; */ io.deephaven.proto.backplane.grpc.ItemInfo getItems(int index); /** *
   * List of items found in the specified directory.
   * 
* * repeated .io.deephaven.proto.backplane.grpc.ItemInfo items = 1; */ int getItemsCount(); /** *
   * List of items found in the specified directory.
   * 
* * repeated .io.deephaven.proto.backplane.grpc.ItemInfo items = 1; */ java.util.List getItemsOrBuilderList(); /** *
   * List of items found in the specified directory.
   * 
* * repeated .io.deephaven.proto.backplane.grpc.ItemInfo items = 1; */ io.deephaven.proto.backplane.grpc.ItemInfoOrBuilder getItemsOrBuilder( int index); /** *
   * 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; * @return The canonicalPath. */ java.lang.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; * @return The bytes for canonicalPath. */ com.google.protobuf.ByteString getCanonicalPathBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy