io.deephaven.proto.backplane.grpc.ListItemsResponseOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of deephaven-proto-backplane-grpc Show documentation
Show all versions of deephaven-proto-backplane-grpc Show documentation
The Deephaven proto-backplane-grpc
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: deephaven/proto/storage.proto
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 extends io.deephaven.proto.backplane.grpc.ItemInfoOrBuilder>
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);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy