Uses of Class
io.envoyproxy.envoy.admin.v3.RoutesConfigDump.Builder
Packages that use RoutesConfigDump.Builder
-
Uses of RoutesConfigDump.Builder in io.envoyproxy.envoy.admin.v3
Methods in io.envoyproxy.envoy.admin.v3 that return RoutesConfigDump.BuilderModifier and TypeMethodDescriptionRoutesConfigDump.Builder.addAllDynamicRouteConfigs(Iterable<? extends RoutesConfigDump.DynamicRouteConfig> values) The dynamically loaded route configs.RoutesConfigDump.Builder.addAllStaticRouteConfigs(Iterable<? extends RoutesConfigDump.StaticRouteConfig> values) The statically loaded route configs.RoutesConfigDump.Builder.addDynamicRouteConfigs(int index, RoutesConfigDump.DynamicRouteConfig value) The dynamically loaded route configs.RoutesConfigDump.Builder.addDynamicRouteConfigs(int index, RoutesConfigDump.DynamicRouteConfig.Builder builderForValue) The dynamically loaded route configs.RoutesConfigDump.Builder.addDynamicRouteConfigs(RoutesConfigDump.DynamicRouteConfig value) The dynamically loaded route configs.RoutesConfigDump.Builder.addDynamicRouteConfigs(RoutesConfigDump.DynamicRouteConfig.Builder builderForValue) The dynamically loaded route configs.RoutesConfigDump.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) RoutesConfigDump.Builder.addStaticRouteConfigs(int index, RoutesConfigDump.StaticRouteConfig value) The statically loaded route configs.RoutesConfigDump.Builder.addStaticRouteConfigs(int index, RoutesConfigDump.StaticRouteConfig.Builder builderForValue) The statically loaded route configs.RoutesConfigDump.Builder.addStaticRouteConfigs(RoutesConfigDump.StaticRouteConfig value) The statically loaded route configs.RoutesConfigDump.Builder.addStaticRouteConfigs(RoutesConfigDump.StaticRouteConfig.Builder builderForValue) The statically loaded route configs.RoutesConfigDump.Builder.clear()RoutesConfigDump.Builder.clearDynamicRouteConfigs()The dynamically loaded route configs.RoutesConfigDump.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) RoutesConfigDump.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) RoutesConfigDump.Builder.clearStaticRouteConfigs()The statically loaded route configs.RoutesConfigDump.Builder.clone()RoutesConfigDump.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) RoutesConfigDump.Builder.mergeFrom(com.google.protobuf.Message other) RoutesConfigDump.Builder.mergeFrom(RoutesConfigDump other) final RoutesConfigDump.BuilderRoutesConfigDump.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static RoutesConfigDump.BuilderRoutesConfigDump.newBuilder()static RoutesConfigDump.BuilderRoutesConfigDump.newBuilder(RoutesConfigDump prototype) RoutesConfigDump.newBuilderForType()protected RoutesConfigDump.BuilderRoutesConfigDump.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) RoutesConfigDump.Builder.removeDynamicRouteConfigs(int index) The dynamically loaded route configs.RoutesConfigDump.Builder.removeStaticRouteConfigs(int index) The statically loaded route configs.RoutesConfigDump.Builder.setDynamicRouteConfigs(int index, RoutesConfigDump.DynamicRouteConfig value) The dynamically loaded route configs.RoutesConfigDump.Builder.setDynamicRouteConfigs(int index, RoutesConfigDump.DynamicRouteConfig.Builder builderForValue) The dynamically loaded route configs.RoutesConfigDump.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) RoutesConfigDump.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) RoutesConfigDump.Builder.setStaticRouteConfigs(int index, RoutesConfigDump.StaticRouteConfig value) The statically loaded route configs.RoutesConfigDump.Builder.setStaticRouteConfigs(int index, RoutesConfigDump.StaticRouteConfig.Builder builderForValue) The statically loaded route configs.final RoutesConfigDump.BuilderRoutesConfigDump.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) RoutesConfigDump.toBuilder() -
Uses of RoutesConfigDump.Builder in io.envoyproxy.envoy.service.status.v3
Methods in io.envoyproxy.envoy.service.status.v3 that return RoutesConfigDump.BuilderModifier and TypeMethodDescriptionPerXdsConfig.Builder.getRouteConfigBuilder().envoy.admin.v3.RoutesConfigDump route_config = 4;Methods in io.envoyproxy.envoy.service.status.v3 with parameters of type RoutesConfigDump.BuilderModifier and TypeMethodDescriptionPerXdsConfig.Builder.setRouteConfig(RoutesConfigDump.Builder builderForValue) .envoy.admin.v3.RoutesConfigDump route_config = 4;