public static interface Meta.RootPathsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description | 
|---|---|
| String | getPaths(int index)
 paths are the paths available at root. | 
| com.google.protobuf.ByteString | getPathsBytes(int index)
 paths are the paths available at root. | 
| int | getPathsCount()
 paths are the paths available at root. | 
| List<String> | getPathsList()
 paths are the paths available at root. | 
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getPathsList()
paths are the paths available at root.
repeated string paths = 1;int getPathsCount()
paths are the paths available at root.
repeated string paths = 1;String getPaths(int index)
paths are the paths available at root.
repeated string paths = 1;com.google.protobuf.ByteString getPathsBytes(int index)
paths are the paths available at root.
repeated string paths = 1;Copyright © 2020. All rights reserved.