Package io.envoyproxy.envoy.admin.v3
Interface ScopedRoutesConfigDumpOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ScopedRoutesConfigDump
,ScopedRoutesConfigDump.Builder
public interface ScopedRoutesConfigDumpOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetDynamicScopedRouteConfigs
(int index) The dynamically loaded scoped route configs.int
The dynamically loaded scoped route configs.The dynamically loaded scoped route configs.getDynamicScopedRouteConfigsOrBuilder
(int index) The dynamically loaded scoped route configs.The dynamically loaded scoped route configs.getInlineScopedRouteConfigs
(int index) The statically loaded scoped route configs.int
The statically loaded scoped route configs.The statically loaded scoped route configs.getInlineScopedRouteConfigsOrBuilder
(int index) The statically loaded scoped route configs.The statically loaded scoped route configs.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getInlineScopedRouteConfigsList
List<ScopedRoutesConfigDump.InlineScopedRouteConfigs> getInlineScopedRouteConfigsList()The statically loaded scoped route configs.
repeated .envoy.admin.v3.ScopedRoutesConfigDump.InlineScopedRouteConfigs inline_scoped_route_configs = 1;
-
getInlineScopedRouteConfigs
The statically loaded scoped route configs.
repeated .envoy.admin.v3.ScopedRoutesConfigDump.InlineScopedRouteConfigs inline_scoped_route_configs = 1;
-
getInlineScopedRouteConfigsCount
int getInlineScopedRouteConfigsCount()The statically loaded scoped route configs.
repeated .envoy.admin.v3.ScopedRoutesConfigDump.InlineScopedRouteConfigs inline_scoped_route_configs = 1;
-
getInlineScopedRouteConfigsOrBuilderList
List<? extends ScopedRoutesConfigDump.InlineScopedRouteConfigsOrBuilder> getInlineScopedRouteConfigsOrBuilderList()The statically loaded scoped route configs.
repeated .envoy.admin.v3.ScopedRoutesConfigDump.InlineScopedRouteConfigs inline_scoped_route_configs = 1;
-
getInlineScopedRouteConfigsOrBuilder
ScopedRoutesConfigDump.InlineScopedRouteConfigsOrBuilder getInlineScopedRouteConfigsOrBuilder(int index) The statically loaded scoped route configs.
repeated .envoy.admin.v3.ScopedRoutesConfigDump.InlineScopedRouteConfigs inline_scoped_route_configs = 1;
-
getDynamicScopedRouteConfigsList
List<ScopedRoutesConfigDump.DynamicScopedRouteConfigs> getDynamicScopedRouteConfigsList()The dynamically loaded scoped route configs.
repeated .envoy.admin.v3.ScopedRoutesConfigDump.DynamicScopedRouteConfigs dynamic_scoped_route_configs = 2;
-
getDynamicScopedRouteConfigs
The dynamically loaded scoped route configs.
repeated .envoy.admin.v3.ScopedRoutesConfigDump.DynamicScopedRouteConfigs dynamic_scoped_route_configs = 2;
-
getDynamicScopedRouteConfigsCount
int getDynamicScopedRouteConfigsCount()The dynamically loaded scoped route configs.
repeated .envoy.admin.v3.ScopedRoutesConfigDump.DynamicScopedRouteConfigs dynamic_scoped_route_configs = 2;
-
getDynamicScopedRouteConfigsOrBuilderList
List<? extends ScopedRoutesConfigDump.DynamicScopedRouteConfigsOrBuilder> getDynamicScopedRouteConfigsOrBuilderList()The dynamically loaded scoped route configs.
repeated .envoy.admin.v3.ScopedRoutesConfigDump.DynamicScopedRouteConfigs dynamic_scoped_route_configs = 2;
-
getDynamicScopedRouteConfigsOrBuilder
ScopedRoutesConfigDump.DynamicScopedRouteConfigsOrBuilder getDynamicScopedRouteConfigsOrBuilder(int index) The dynamically loaded scoped route configs.
repeated .envoy.admin.v3.ScopedRoutesConfigDump.DynamicScopedRouteConfigs dynamic_scoped_route_configs = 2;
-