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.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.clearStaticRouteConfigs()The statically loaded route configs.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) static RoutesConfigDump.BuilderRoutesConfigDump.newBuilder()static RoutesConfigDump.BuilderRoutesConfigDump.newBuilder(RoutesConfigDump prototype) RoutesConfigDump.newBuilderForType()protected RoutesConfigDump.BuilderRoutesConfigDump.newBuilderForType(com.google.protobuf.AbstractMessage.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.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.RoutesConfigDump.toBuilder() -
Uses of RoutesConfigDump.Builder in io.envoyproxy.envoy.service.status.v3
Fields in io.envoyproxy.envoy.service.status.v3 with type parameters of type RoutesConfigDump.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder<RoutesConfigDump, RoutesConfigDump.Builder, RoutesConfigDumpOrBuilder> PerXdsConfig.Builder.routeConfigBuilder_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 that return types with arguments of type RoutesConfigDump.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder<RoutesConfigDump, RoutesConfigDump.Builder, RoutesConfigDumpOrBuilder> PerXdsConfig.Builder.internalGetRouteConfigFieldBuilder().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;