Interface Generated.RootPathsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Generated.RootPaths,Generated.RootPaths.Builder
- Enclosing class:
- Generated
public static interface Generated.RootPathsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetPaths(int index)paths are the paths available at root.com.google.protobuf.ByteStringgetPathsBytes(int index)paths are the paths available at root.intgetPathsCount()paths are the paths available at root.List<String>getPathsList()paths are the paths available at root.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getPathsList
List<String> getPathsList()
paths are the paths available at root. +listType=atomic
repeated string paths = 1;- Returns:
- A list containing the paths.
-
getPathsCount
int getPathsCount()
paths are the paths available at root. +listType=atomic
repeated string paths = 1;- Returns:
- The count of paths.
-
getPaths
String getPaths(int index)
paths are the paths available at root. +listType=atomic
repeated string paths = 1;- Parameters:
index- The index of the element to return.- Returns:
- The paths at the given index.
-
getPathsBytes
com.google.protobuf.ByteString getPathsBytes(int index)
paths are the paths available at root. +listType=atomic
repeated string paths = 1;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the paths at the given index.
-
-