public static interface LspStatsOuterClass.LspStatsOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
LspStatsOuterClass.LspStatsRecord |
getLspStatsRecords(int index)
repeated .LspStatsRecord lsp_stats_records = 1; |
int |
getLspStatsRecordsCount()
repeated .LspStatsRecord lsp_stats_records = 1; |
List<LspStatsOuterClass.LspStatsRecord> |
getLspStatsRecordsList()
repeated .LspStatsRecord lsp_stats_records = 1; |
LspStatsOuterClass.LspStatsRecordOrBuilder |
getLspStatsRecordsOrBuilder(int index)
repeated .LspStatsRecord lsp_stats_records = 1; |
List<? extends LspStatsOuterClass.LspStatsRecordOrBuilder> |
getLspStatsRecordsOrBuilderList()
repeated .LspStatsRecord lsp_stats_records = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<LspStatsOuterClass.LspStatsRecord> getLspStatsRecordsList()
repeated .LspStatsRecord lsp_stats_records = 1;
List of LSP statistics records
LspStatsOuterClass.LspStatsRecord getLspStatsRecords(int index)
repeated .LspStatsRecord lsp_stats_records = 1;
List of LSP statistics records
int getLspStatsRecordsCount()
repeated .LspStatsRecord lsp_stats_records = 1;
List of LSP statistics records
List<? extends LspStatsOuterClass.LspStatsRecordOrBuilder> getLspStatsRecordsOrBuilderList()
repeated .LspStatsRecord lsp_stats_records = 1;
List of LSP statistics records
LspStatsOuterClass.LspStatsRecordOrBuilder getLspStatsRecordsOrBuilder(int index)
repeated .LspStatsRecord lsp_stats_records = 1;
List of LSP statistics records
Copyright © 2019. All rights reserved.