public static interface Daemon.PathsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Daemon.Path |
getPaths(int index)
List of paths found by the daemon.
|
int |
getPathsCount()
List of paths found by the daemon.
|
List<Daemon.Path> |
getPathsList()
List of paths found by the daemon.
|
Daemon.PathOrBuilder |
getPathsOrBuilder(int index)
List of paths found by the daemon.
|
List<? extends Daemon.PathOrBuilder> |
getPathsOrBuilderList()
List of paths found by the daemon.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Daemon.Path> getPathsList()
List of paths found by the daemon.
repeated .proto.daemon.v1.Path paths = 1;Daemon.Path getPaths(int index)
List of paths found by the daemon.
repeated .proto.daemon.v1.Path paths = 1;int getPathsCount()
List of paths found by the daemon.
repeated .proto.daemon.v1.Path paths = 1;List<? extends Daemon.PathOrBuilder> getPathsOrBuilderList()
List of paths found by the daemon.
repeated .proto.daemon.v1.Path paths = 1;Daemon.PathOrBuilder getPathsOrBuilder(int index)
List of paths found by the daemon.
repeated .proto.daemon.v1.Path paths = 1;Copyright © 2024. All rights reserved.