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 TypeMethodDescriptionThe 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<? extends ItemInfoOrBuilder>
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 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;
-
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.
-