Class ScopedRoutes

  • All Implemented Interfaces:
    com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, ScopedRoutesOrBuilder, java.io.Serializable

    public final class ScopedRoutes
    extends com.google.protobuf.GeneratedMessage
    implements ScopedRoutesOrBuilder
     [#next-free-field: 6]
     
    Protobuf type envoy.extensions.filters.network.http_connection_manager.v3.ScopedRoutes
    See Also:
    Serialized Form
    • Field Detail

      • bitField0_

        private int bitField0_
      • configSpecifierCase_

        private int configSpecifierCase_
      • configSpecifier_

        private java.lang.Object configSpecifier_
      • name_

        private volatile java.lang.Object name_
      • SCOPE_KEY_BUILDER_FIELD_NUMBER

        public static final int SCOPE_KEY_BUILDER_FIELD_NUMBER
        See Also:
        Constant Field Values
      • RDS_CONFIG_SOURCE_FIELD_NUMBER

        public static final int RDS_CONFIG_SOURCE_FIELD_NUMBER
        See Also:
        Constant Field Values
      • SCOPED_ROUTE_CONFIGURATIONS_LIST_FIELD_NUMBER

        public static final int SCOPED_ROUTE_CONFIGURATIONS_LIST_FIELD_NUMBER
        See Also:
        Constant Field Values
      • SCOPED_RDS_FIELD_NUMBER

        public static final int SCOPED_RDS_FIELD_NUMBER
        See Also:
        Constant Field Values
      • memoizedIsInitialized

        private byte memoizedIsInitialized
      • DEFAULT_INSTANCE

        private static final ScopedRoutes DEFAULT_INSTANCE
      • PARSER

        private static final com.google.protobuf.Parser<ScopedRoutes> PARSER
    • Constructor Detail

      • ScopedRoutes

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

        private ScopedRoutes()
    • Method Detail

      • getDescriptor

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

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

        public java.lang.String getName()
         The name assigned to the scoped routing configuration.
         
        string name = 1 [(.validate.rules) = { ... }
        Specified by:
        getName in interface ScopedRoutesOrBuilder
        Returns:
        The name.
      • getNameBytes

        public com.google.protobuf.ByteString getNameBytes()
         The name assigned to the scoped routing configuration.
         
        string name = 1 [(.validate.rules) = { ... }
        Specified by:
        getNameBytes in interface ScopedRoutesOrBuilder
        Returns:
        The bytes for name.
      • hasScopeKeyBuilder

        public boolean hasScopeKeyBuilder()
         The algorithm to use for constructing a scope key for each request.
         
        .envoy.extensions.filters.network.http_connection_manager.v3.ScopedRoutes.ScopeKeyBuilder scope_key_builder = 2 [(.validate.rules) = { ... }
        Specified by:
        hasScopeKeyBuilder in interface ScopedRoutesOrBuilder
        Returns:
        Whether the scopeKeyBuilder field is set.
      • getScopeKeyBuilder

        public ScopedRoutes.ScopeKeyBuilder getScopeKeyBuilder()
         The algorithm to use for constructing a scope key for each request.
         
        .envoy.extensions.filters.network.http_connection_manager.v3.ScopedRoutes.ScopeKeyBuilder scope_key_builder = 2 [(.validate.rules) = { ... }
        Specified by:
        getScopeKeyBuilder in interface ScopedRoutesOrBuilder
        Returns:
        The scopeKeyBuilder.
      • hasRdsConfigSource

        public boolean hasRdsConfigSource()
         Configuration source specifier for RDS.
         This config source is used to subscribe to RouteConfiguration resources specified in
         ScopedRouteConfiguration messages.
         
        .envoy.config.core.v3.ConfigSource rds_config_source = 3;
        Specified by:
        hasRdsConfigSource in interface ScopedRoutesOrBuilder
        Returns:
        Whether the rdsConfigSource field is set.
      • getRdsConfigSource

        public ConfigSource getRdsConfigSource()
         Configuration source specifier for RDS.
         This config source is used to subscribe to RouteConfiguration resources specified in
         ScopedRouteConfiguration messages.
         
        .envoy.config.core.v3.ConfigSource rds_config_source = 3;
        Specified by:
        getRdsConfigSource in interface ScopedRoutesOrBuilder
        Returns:
        The rdsConfigSource.
      • getRdsConfigSourceOrBuilder

        public ConfigSourceOrBuilder getRdsConfigSourceOrBuilder()
         Configuration source specifier for RDS.
         This config source is used to subscribe to RouteConfiguration resources specified in
         ScopedRouteConfiguration messages.
         
        .envoy.config.core.v3.ConfigSource rds_config_source = 3;
        Specified by:
        getRdsConfigSourceOrBuilder in interface ScopedRoutesOrBuilder
      • hasScopedRouteConfigurationsList

        public boolean hasScopedRouteConfigurationsList()
         The set of routing scopes corresponding to the HCM. A scope is assigned to a request by
         matching a key constructed from the request's attributes according to the algorithm specified
         by the
         :ref:`ScopeKeyBuilder<envoy_v3_api_msg_extensions.filters.network.http_connection_manager.v3.ScopedRoutes.ScopeKeyBuilder>`
         in this message.
         
        .envoy.extensions.filters.network.http_connection_manager.v3.ScopedRouteConfigurationsList scoped_route_configurations_list = 4;
        Specified by:
        hasScopedRouteConfigurationsList in interface ScopedRoutesOrBuilder
        Returns:
        Whether the scopedRouteConfigurationsList field is set.
      • getScopedRouteConfigurationsList

        public ScopedRouteConfigurationsList getScopedRouteConfigurationsList()
         The set of routing scopes corresponding to the HCM. A scope is assigned to a request by
         matching a key constructed from the request's attributes according to the algorithm specified
         by the
         :ref:`ScopeKeyBuilder<envoy_v3_api_msg_extensions.filters.network.http_connection_manager.v3.ScopedRoutes.ScopeKeyBuilder>`
         in this message.
         
        .envoy.extensions.filters.network.http_connection_manager.v3.ScopedRouteConfigurationsList scoped_route_configurations_list = 4;
        Specified by:
        getScopedRouteConfigurationsList in interface ScopedRoutesOrBuilder
        Returns:
        The scopedRouteConfigurationsList.
      • getScopedRouteConfigurationsListOrBuilder

        public ScopedRouteConfigurationsListOrBuilder getScopedRouteConfigurationsListOrBuilder()
         The set of routing scopes corresponding to the HCM. A scope is assigned to a request by
         matching a key constructed from the request's attributes according to the algorithm specified
         by the
         :ref:`ScopeKeyBuilder<envoy_v3_api_msg_extensions.filters.network.http_connection_manager.v3.ScopedRoutes.ScopeKeyBuilder>`
         in this message.
         
        .envoy.extensions.filters.network.http_connection_manager.v3.ScopedRouteConfigurationsList scoped_route_configurations_list = 4;
        Specified by:
        getScopedRouteConfigurationsListOrBuilder in interface ScopedRoutesOrBuilder
      • hasScopedRds

        public boolean hasScopedRds()
         The set of routing scopes associated with the HCM will be dynamically loaded via the SRDS
         API. A scope is assigned to a request by matching a key constructed from the request's
         attributes according to the algorithm specified by the
         :ref:`ScopeKeyBuilder<envoy_v3_api_msg_extensions.filters.network.http_connection_manager.v3.ScopedRoutes.ScopeKeyBuilder>`
         in this message.
         
        .envoy.extensions.filters.network.http_connection_manager.v3.ScopedRds scoped_rds = 5;
        Specified by:
        hasScopedRds in interface ScopedRoutesOrBuilder
        Returns:
        Whether the scopedRds field is set.
      • getScopedRds

        public ScopedRds getScopedRds()
         The set of routing scopes associated with the HCM will be dynamically loaded via the SRDS
         API. A scope is assigned to a request by matching a key constructed from the request's
         attributes according to the algorithm specified by the
         :ref:`ScopeKeyBuilder<envoy_v3_api_msg_extensions.filters.network.http_connection_manager.v3.ScopedRoutes.ScopeKeyBuilder>`
         in this message.
         
        .envoy.extensions.filters.network.http_connection_manager.v3.ScopedRds scoped_rds = 5;
        Specified by:
        getScopedRds in interface ScopedRoutesOrBuilder
        Returns:
        The scopedRds.
      • getScopedRdsOrBuilder

        public ScopedRdsOrBuilder getScopedRdsOrBuilder()
         The set of routing scopes associated with the HCM will be dynamically loaded via the SRDS
         API. A scope is assigned to a request by matching a key constructed from the request's
         attributes according to the algorithm specified by the
         :ref:`ScopeKeyBuilder<envoy_v3_api_msg_extensions.filters.network.http_connection_manager.v3.ScopedRoutes.ScopeKeyBuilder>`
         in this message.
         
        .envoy.extensions.filters.network.http_connection_manager.v3.ScopedRds scoped_rds = 5;
        Specified by:
        getScopedRdsOrBuilder in interface ScopedRoutesOrBuilder
      • 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 java.io.IOException
        Specified by:
        writeTo in interface com.google.protobuf.MessageLite
        Overrides:
        writeTo in class com.google.protobuf.GeneratedMessage
        Throws:
        java.io.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​(java.lang.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 ScopedRoutes parseFrom​(java.nio.ByteBuffer data)
                                      throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static ScopedRoutes parseFrom​(java.nio.ByteBuffer data,
                                             com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                      throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

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

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

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

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

        public static ScopedRoutes parseFrom​(java.io.InputStream input)
                                      throws java.io.IOException
        Throws:
        java.io.IOException
      • parseFrom

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

        public static ScopedRoutes parseDelimitedFrom​(java.io.InputStream input)
                                               throws java.io.IOException
        Throws:
        java.io.IOException
      • parseDelimitedFrom

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

        public static ScopedRoutes parseFrom​(com.google.protobuf.CodedInputStream input)
                                      throws java.io.IOException
        Throws:
        java.io.IOException
      • parseFrom

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

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

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

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

        public static ScopedRoutes getDefaultInstance()
      • parser

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

        public com.google.protobuf.Parser<ScopedRoutes> 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 ScopedRoutes getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder