public static interface LightningApi.NodeMetricsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
LightningApi.NodeMetricType |
getTypes(int index)
The requested node metrics.
|
int |
getTypesCount()
The requested node metrics.
|
java.util.List<LightningApi.NodeMetricType> |
getTypesList()
The requested node metrics.
|
int |
getTypesValue(int index)
The requested node metrics.
|
java.util.List<java.lang.Integer> |
getTypesValueList()
The requested node metrics.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.util.List<LightningApi.NodeMetricType> getTypesList()
The requested node metrics.
repeated .lnrpc.NodeMetricType types = 1;int getTypesCount()
The requested node metrics.
repeated .lnrpc.NodeMetricType types = 1;LightningApi.NodeMetricType getTypes(int index)
The requested node metrics.
repeated .lnrpc.NodeMetricType types = 1;index - The index of the element to return.java.util.List<java.lang.Integer> getTypesValueList()
The requested node metrics.
repeated .lnrpc.NodeMetricType types = 1;int getTypesValue(int index)
The requested node metrics.
repeated .lnrpc.NodeMetricType types = 1;index - The index of the value to return.