Class ScopedRoutesConfigDump

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
io.envoyproxy.envoy.admin.v3.ScopedRoutesConfigDump
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, ScopedRoutesConfigDumpOrBuilder, Serializable

@Generated public final class ScopedRoutesConfigDump extends com.google.protobuf.GeneratedMessage implements ScopedRoutesConfigDumpOrBuilder
 Envoy's scoped RDS implementation fills this message with all currently loaded route
 configuration scopes (defined via ScopedRouteConfigurationsSet protos). This message lists both
 the scopes defined inline with the higher order object (i.e., the HttpConnectionManager) and the
 dynamically obtained scopes via the SRDS API.
 
Protobuf type envoy.admin.v3.ScopedRoutesConfigDump
See Also:
  • Field Details

  • Constructor Details

    • ScopedRoutesConfigDump

      private ScopedRoutesConfigDump(com.google.protobuf.GeneratedMessage.Builder<?> builder)
    • ScopedRoutesConfigDump

      private ScopedRoutesConfigDump()
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessage
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage
    • getInlineScopedRouteConfigsList

      public List<ScopedRoutesConfigDump.InlineScopedRouteConfigs> getInlineScopedRouteConfigsList()
       The statically loaded scoped route configs.
       
      repeated .envoy.admin.v3.ScopedRoutesConfigDump.InlineScopedRouteConfigs inline_scoped_route_configs = 1;
      Specified by:
      getInlineScopedRouteConfigsList in interface ScopedRoutesConfigDumpOrBuilder
    • getInlineScopedRouteConfigsOrBuilderList

      public List<? extends ScopedRoutesConfigDump.InlineScopedRouteConfigsOrBuilder> getInlineScopedRouteConfigsOrBuilderList()
       The statically loaded scoped route configs.
       
      repeated .envoy.admin.v3.ScopedRoutesConfigDump.InlineScopedRouteConfigs inline_scoped_route_configs = 1;
      Specified by:
      getInlineScopedRouteConfigsOrBuilderList in interface ScopedRoutesConfigDumpOrBuilder
    • getInlineScopedRouteConfigsCount

      public int getInlineScopedRouteConfigsCount()
       The statically loaded scoped route configs.
       
      repeated .envoy.admin.v3.ScopedRoutesConfigDump.InlineScopedRouteConfigs inline_scoped_route_configs = 1;
      Specified by:
      getInlineScopedRouteConfigsCount in interface ScopedRoutesConfigDumpOrBuilder
    • getInlineScopedRouteConfigs

      public ScopedRoutesConfigDump.InlineScopedRouteConfigs getInlineScopedRouteConfigs(int index)
       The statically loaded scoped route configs.
       
      repeated .envoy.admin.v3.ScopedRoutesConfigDump.InlineScopedRouteConfigs inline_scoped_route_configs = 1;
      Specified by:
      getInlineScopedRouteConfigs in interface ScopedRoutesConfigDumpOrBuilder
    • getInlineScopedRouteConfigsOrBuilder

      public ScopedRoutesConfigDump.InlineScopedRouteConfigsOrBuilder getInlineScopedRouteConfigsOrBuilder(int index)
       The statically loaded scoped route configs.
       
      repeated .envoy.admin.v3.ScopedRoutesConfigDump.InlineScopedRouteConfigs inline_scoped_route_configs = 1;
      Specified by:
      getInlineScopedRouteConfigsOrBuilder in interface ScopedRoutesConfigDumpOrBuilder
    • getDynamicScopedRouteConfigsList

      public List<ScopedRoutesConfigDump.DynamicScopedRouteConfigs> getDynamicScopedRouteConfigsList()
       The dynamically loaded scoped route configs.
       
      repeated .envoy.admin.v3.ScopedRoutesConfigDump.DynamicScopedRouteConfigs dynamic_scoped_route_configs = 2;
      Specified by:
      getDynamicScopedRouteConfigsList in interface ScopedRoutesConfigDumpOrBuilder
    • getDynamicScopedRouteConfigsOrBuilderList

      public List<? extends ScopedRoutesConfigDump.DynamicScopedRouteConfigsOrBuilder> getDynamicScopedRouteConfigsOrBuilderList()
       The dynamically loaded scoped route configs.
       
      repeated .envoy.admin.v3.ScopedRoutesConfigDump.DynamicScopedRouteConfigs dynamic_scoped_route_configs = 2;
      Specified by:
      getDynamicScopedRouteConfigsOrBuilderList in interface ScopedRoutesConfigDumpOrBuilder
    • getDynamicScopedRouteConfigsCount

      public int getDynamicScopedRouteConfigsCount()
       The dynamically loaded scoped route configs.
       
      repeated .envoy.admin.v3.ScopedRoutesConfigDump.DynamicScopedRouteConfigs dynamic_scoped_route_configs = 2;
      Specified by:
      getDynamicScopedRouteConfigsCount in interface ScopedRoutesConfigDumpOrBuilder
    • getDynamicScopedRouteConfigs

      public ScopedRoutesConfigDump.DynamicScopedRouteConfigs getDynamicScopedRouteConfigs(int index)
       The dynamically loaded scoped route configs.
       
      repeated .envoy.admin.v3.ScopedRoutesConfigDump.DynamicScopedRouteConfigs dynamic_scoped_route_configs = 2;
      Specified by:
      getDynamicScopedRouteConfigs in interface ScopedRoutesConfigDumpOrBuilder
    • getDynamicScopedRouteConfigsOrBuilder

      public ScopedRoutesConfigDump.DynamicScopedRouteConfigsOrBuilder getDynamicScopedRouteConfigsOrBuilder(int index)
       The dynamically loaded scoped route configs.
       
      repeated .envoy.admin.v3.ScopedRoutesConfigDump.DynamicScopedRouteConfigs dynamic_scoped_route_configs = 2;
      Specified by:
      getDynamicScopedRouteConfigsOrBuilder in interface ScopedRoutesConfigDumpOrBuilder
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessage
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessage
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static ScopedRoutesConfigDump parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ScopedRoutesConfigDump parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ScopedRoutesConfigDump parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ScopedRoutesConfigDump parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ScopedRoutesConfigDump parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ScopedRoutesConfigDump parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ScopedRoutesConfigDump parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static ScopedRoutesConfigDump parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static ScopedRoutesConfigDump parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static ScopedRoutesConfigDump parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static ScopedRoutesConfigDump parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static ScopedRoutesConfigDump parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public ScopedRoutesConfigDump.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static ScopedRoutesConfigDump.Builder newBuilder()
    • newBuilder

      public static ScopedRoutesConfigDump.Builder newBuilder(ScopedRoutesConfigDump prototype)
    • toBuilder

      public ScopedRoutesConfigDump.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected ScopedRoutesConfigDump.Builder newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
      Overrides:
      newBuilderForType in class com.google.protobuf.AbstractMessage
    • getDefaultInstance

      public static ScopedRoutesConfigDump getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<ScopedRoutesConfigDump> parser()
    • getParserForType

      public com.google.protobuf.Parser<ScopedRoutesConfigDump> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessage
    • getDefaultInstanceForType

      public ScopedRoutesConfigDump getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder