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 Details

    • getInlineScopedRouteConfigsList

      List<ScopedRoutesConfigDump.InlineScopedRouteConfigs> getInlineScopedRouteConfigsList()
       The statically loaded scoped route configs.
       
      repeated .envoy.admin.v3.ScopedRoutesConfigDump.InlineScopedRouteConfigs inline_scoped_route_configs = 1;
    • getInlineScopedRouteConfigs

      ScopedRoutesConfigDump.InlineScopedRouteConfigs getInlineScopedRouteConfigs(int index)
       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

      ScopedRoutesConfigDump.DynamicScopedRouteConfigs getDynamicScopedRouteConfigs(int index)
       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;