Class ListItemsResponse.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<ListItemsResponse.Builder>
com.google.protobuf.GeneratedMessage.Builder<ListItemsResponse.Builder>
io.deephaven.proto.backplane.grpc.ListItemsResponse.Builder
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,ListItemsResponseOrBuilder,Cloneable
- Enclosing class:
ListItemsResponse
public static final class ListItemsResponse.Builder
extends com.google.protobuf.GeneratedMessage.Builder<ListItemsResponse.Builder>
implements ListItemsResponseOrBuilder
Protobuf type
io.deephaven.proto.backplane.grpc.ListItemsResponse-
Method Summary
Modifier and TypeMethodDescriptionaddAllItems(Iterable<? extends ItemInfo> values) List of items found in the specified directory.List of items found in the specified directory.addItems(int index, ItemInfo.Builder builderForValue) List of items found in the specified directory.List of items found in the specified directory.addItems(ItemInfo.Builder builderForValue) List of items found in the specified directory.List of items found in the specified directory.addItemsBuilder(int index) List of items found in the specified directory.build()clear()The canonical path of the listed directory.List of items found in the specified directory.The canonical path of the listed directory.com.google.protobuf.ByteStringThe canonical path of the listed directory.static final com.google.protobuf.Descriptors.Descriptorcom.google.protobuf.Descriptors.DescriptorgetItems(int index) List of items found in the specified directory.getItemsBuilder(int index) List of items found in the specified directory.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.protected com.google.protobuf.GeneratedMessage.FieldAccessorTablefinal booleanmergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom(com.google.protobuf.Message other) mergeFrom(ListItemsResponse other) removeItems(int index) List of items found in the specified directory.setCanonicalPath(String value) The canonical path of the listed directory.setCanonicalPathBytes(com.google.protobuf.ByteString value) The canonical path of the listed directory.List of items found in the specified directory.setItems(int index, ItemInfo.Builder builderForValue) List of items found in the specified directory.Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringMethods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.protobuf.Message.Builder
mergeDelimitedFrom, mergeDelimitedFromMethods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFromMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessage.Builder<ListItemsResponse.Builder>
-
clear
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessage.Builder<ListItemsResponse.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessage.Builder<ListItemsResponse.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
mergeFrom
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<ListItemsResponse.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessage.Builder<ListItemsResponse.Builder>
-
mergeFrom
public ListItemsResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<ListItemsResponse.Builder>- Throws:
IOException
-
getItemsList
List of items found in the specified directory.
repeated .io.deephaven.proto.backplane.grpc.ItemInfo items = 1;- Specified by:
getItemsListin interfaceListItemsResponseOrBuilder
-
getItemsCount
public int getItemsCount()List of items found in the specified directory.
repeated .io.deephaven.proto.backplane.grpc.ItemInfo items = 1;- Specified by:
getItemsCountin interfaceListItemsResponseOrBuilder
-
getItems
List of items found in the specified directory.
repeated .io.deephaven.proto.backplane.grpc.ItemInfo items = 1;- Specified by:
getItemsin interfaceListItemsResponseOrBuilder
-
setItems
List of items found in the specified directory.
repeated .io.deephaven.proto.backplane.grpc.ItemInfo items = 1; -
setItems
List of items found in the specified directory.
repeated .io.deephaven.proto.backplane.grpc.ItemInfo items = 1; -
addItems
List of items found in the specified directory.
repeated .io.deephaven.proto.backplane.grpc.ItemInfo items = 1; -
addItems
List of items found in the specified directory.
repeated .io.deephaven.proto.backplane.grpc.ItemInfo items = 1; -
addItems
List of items found in the specified directory.
repeated .io.deephaven.proto.backplane.grpc.ItemInfo items = 1; -
addItems
List of items found in the specified directory.
repeated .io.deephaven.proto.backplane.grpc.ItemInfo items = 1; -
addAllItems
List of items found in the specified directory.
repeated .io.deephaven.proto.backplane.grpc.ItemInfo items = 1; -
clearItems
List of items found in the specified directory.
repeated .io.deephaven.proto.backplane.grpc.ItemInfo items = 1; -
removeItems
List of items found in the specified directory.
repeated .io.deephaven.proto.backplane.grpc.ItemInfo items = 1; -
getItemsBuilder
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;- Specified by:
getItemsOrBuilderin interfaceListItemsResponseOrBuilder
-
getItemsOrBuilderList
List of items found in the specified directory.
repeated .io.deephaven.proto.backplane.grpc.ItemInfo items = 1;- Specified by:
getItemsOrBuilderListin interfaceListItemsResponseOrBuilder
-
addItemsBuilder
List of items found in the specified directory.
repeated .io.deephaven.proto.backplane.grpc.ItemInfo items = 1; -
addItemsBuilder
List of items found in the specified directory.
repeated .io.deephaven.proto.backplane.grpc.ItemInfo items = 1; -
getItemsBuilderList
List of items found in the specified directory.
repeated .io.deephaven.proto.backplane.grpc.ItemInfo items = 1; -
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;- Specified by:
getCanonicalPathin interfaceListItemsResponseOrBuilder- Returns:
- The canonicalPath.
-
getCanonicalPathBytes
public 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;- Specified by:
getCanonicalPathBytesin interfaceListItemsResponseOrBuilder- Returns:
- The bytes for canonicalPath.
-
setCanonicalPath
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;- Parameters:
value- The canonicalPath to set.- Returns:
- This builder for chaining.
-
clearCanonicalPath
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:
- This builder for chaining.
-
setCanonicalPathBytes
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;- Parameters:
value- The bytes for canonicalPath to set.- Returns:
- This builder for chaining.
-