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 LoadShedPointLoadShedPoint.DEFAULT_INSTANCEFields 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.PARSERMethods in io.envoyproxy.envoy.config.overload.v3 that return LoadShedPointModifier and TypeMethodDescriptionLoadShedPoint.Builder.build()LoadShedPoint.Builder.buildPartial()static LoadShedPointLoadShedPoint.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 LoadShedPointLoadShedPoint.parseDelimitedFrom(InputStream input) static LoadShedPointLoadShedPoint.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static LoadShedPointLoadShedPoint.parseFrom(byte[] data) static LoadShedPointLoadShedPoint.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static LoadShedPointLoadShedPoint.parseFrom(com.google.protobuf.ByteString data) static LoadShedPointLoadShedPoint.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static LoadShedPointLoadShedPoint.parseFrom(com.google.protobuf.CodedInputStream input) static LoadShedPointLoadShedPoint.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static LoadShedPointLoadShedPoint.parseFrom(InputStream input) static LoadShedPointLoadShedPoint.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static LoadShedPointLoadShedPoint.parseFrom(ByteBuffer data) static LoadShedPointLoadShedPoint.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 voidLoadShedPoint.Builder.buildPartial0(LoadShedPoint result) private voidLoadShedPoint.Builder.buildPartialRepeatedFields(LoadShedPoint result) LoadShedPoint.Builder.mergeFrom(LoadShedPoint other) static LoadShedPoint.BuilderLoadShedPoint.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.