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 TypeMethodDescriptiongetItems(int index) List of items found in the specified directory.intList 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<? extends ItemInfoOrBuilder>List of items found in the specified directory.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getItemsList
List of items found in the specified directory.
repeated .io.deephaven.proto.backplane.grpc.ItemInfo items = 1; -
getItems
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
List of items found in the specified directory.
repeated .io.deephaven.proto.backplane.grpc.ItemInfo items = 1;
-