public interface OrcaLoadReportRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Duration |
getReportInterval()
Interval for generating Open RCA core metric responses.
|
com.google.protobuf.DurationOrBuilder |
getReportIntervalOrBuilder()
Interval for generating Open RCA core metric responses.
|
String |
getRequestCostNames(int index)
Request costs to collect.
|
com.google.protobuf.ByteString |
getRequestCostNamesBytes(int index)
Request costs to collect.
|
int |
getRequestCostNamesCount()
Request costs to collect.
|
List<String> |
getRequestCostNamesList()
Request costs to collect.
|
boolean |
hasReportInterval()
Interval for generating Open RCA core metric responses.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasReportInterval()
Interval for generating Open RCA core metric responses.
.google.protobuf.Duration report_interval = 1;com.google.protobuf.Duration getReportInterval()
Interval for generating Open RCA core metric responses.
.google.protobuf.Duration report_interval = 1;com.google.protobuf.DurationOrBuilder getReportIntervalOrBuilder()
Interval for generating Open RCA core metric responses.
.google.protobuf.Duration report_interval = 1;List<String> getRequestCostNamesList()
Request costs to collect. If this is empty, all known requests costs tracked by the load reporting agent will be returned. This provides an opportunity for the client to selectively obtain a subset of tracked costs.
repeated string request_cost_names = 2;int getRequestCostNamesCount()
Request costs to collect. If this is empty, all known requests costs tracked by the load reporting agent will be returned. This provides an opportunity for the client to selectively obtain a subset of tracked costs.
repeated string request_cost_names = 2;String getRequestCostNames(int index)
Request costs to collect. If this is empty, all known requests costs tracked by the load reporting agent will be returned. This provides an opportunity for the client to selectively obtain a subset of tracked costs.
repeated string request_cost_names = 2;com.google.protobuf.ByteString getRequestCostNamesBytes(int index)
Request costs to collect. If this is empty, all known requests costs tracked by the load reporting agent will be returned. This provides an opportunity for the client to selectively obtain a subset of tracked costs.
repeated string request_cost_names = 2;Copyright © 2018–2021 The Envoy Project. All rights reserved.