Uses of Class
io.envoyproxy.envoy.config.overload.v3.LoadShedPoint
Packages that use LoadShedPoint
-
Uses of LoadShedPoint in io.envoyproxy.envoy.config.overload.v3
Fields in io.envoyproxy.envoy.config.overload.v3 declared as LoadShedPointModifier and TypeFieldDescriptionprivate static final LoadShedPoint
LoadShedPoint.DEFAULT_INSTANCE
Fields in io.envoyproxy.envoy.config.overload.v3 with type parameters of type LoadShedPointModifier and TypeFieldDescriptionprivate List
<LoadShedPoint> OverloadManager.Builder.loadshedPoints_
private List
<LoadShedPoint> OverloadManager.loadshedPoints_
private com.google.protobuf.RepeatedFieldBuilder
<LoadShedPoint, LoadShedPoint.Builder, LoadShedPointOrBuilder> OverloadManager.Builder.loadshedPointsBuilder_
private static final com.google.protobuf.Parser
<LoadShedPoint> LoadShedPoint.PARSER
Methods in io.envoyproxy.envoy.config.overload.v3 that return LoadShedPointModifier and TypeMethodDescriptionLoadShedPoint.Builder.build()
LoadShedPoint.Builder.buildPartial()
static LoadShedPoint
LoadShedPoint.getDefaultInstance()
LoadShedPoint.Builder.getDefaultInstanceForType()
LoadShedPoint.getDefaultInstanceForType()
OverloadManager.Builder.getLoadshedPoints
(int index) The set of load shed points.OverloadManager.getLoadshedPoints
(int index) The set of load shed points.OverloadManagerOrBuilder.getLoadshedPoints
(int index) The set of load shed points.static LoadShedPoint
LoadShedPoint.parseDelimitedFrom
(InputStream input) static LoadShedPoint
LoadShedPoint.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static LoadShedPoint
LoadShedPoint.parseFrom
(byte[] data) static LoadShedPoint
LoadShedPoint.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static LoadShedPoint
LoadShedPoint.parseFrom
(com.google.protobuf.ByteString data) static LoadShedPoint
LoadShedPoint.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static LoadShedPoint
LoadShedPoint.parseFrom
(com.google.protobuf.CodedInputStream input) static LoadShedPoint
LoadShedPoint.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static LoadShedPoint
LoadShedPoint.parseFrom
(InputStream input) static LoadShedPoint
LoadShedPoint.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static LoadShedPoint
LoadShedPoint.parseFrom
(ByteBuffer data) static LoadShedPoint
LoadShedPoint.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.config.overload.v3 that return types with arguments of type LoadShedPointModifier and TypeMethodDescriptionOverloadManager.Builder.getLoadshedPointsList()
The set of load shed points.OverloadManager.getLoadshedPointsList()
The set of load shed points.OverloadManagerOrBuilder.getLoadshedPointsList()
The set of load shed points.com.google.protobuf.Parser
<LoadShedPoint> LoadShedPoint.getParserForType()
private com.google.protobuf.RepeatedFieldBuilder
<LoadShedPoint, LoadShedPoint.Builder, LoadShedPointOrBuilder> OverloadManager.Builder.internalGetLoadshedPointsFieldBuilder()
static com.google.protobuf.Parser
<LoadShedPoint> LoadShedPoint.parser()
Methods in io.envoyproxy.envoy.config.overload.v3 with parameters of type LoadShedPointModifier and TypeMethodDescriptionOverloadManager.Builder.addLoadshedPoints
(int index, LoadShedPoint value) The set of load shed points.OverloadManager.Builder.addLoadshedPoints
(LoadShedPoint value) The set of load shed points.private void
LoadShedPoint.Builder.buildPartial0
(LoadShedPoint result) private void
LoadShedPoint.Builder.buildPartialRepeatedFields
(LoadShedPoint result) LoadShedPoint.Builder.mergeFrom
(LoadShedPoint other) static LoadShedPoint.Builder
LoadShedPoint.newBuilder
(LoadShedPoint prototype) OverloadManager.Builder.setLoadshedPoints
(int index, LoadShedPoint value) The set of load shed points.Method parameters in io.envoyproxy.envoy.config.overload.v3 with type arguments of type LoadShedPointModifier and TypeMethodDescriptionOverloadManager.Builder.addAllLoadshedPoints
(Iterable<? extends LoadShedPoint> values) The set of load shed points.