Class ScopedRoutes

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

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

      • 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
    • Method Detail

      • newInstance

        protected Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        Overrides:
        newInstance in class com.google.protobuf.GeneratedMessageV3
      • getUnknownFields

        public final com.google.protobuf.UnknownFieldSet getUnknownFields()
        Specified by:
        getUnknownFields in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getUnknownFields in class com.google.protobuf.GeneratedMessageV3
      • getDescriptor

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

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

        public 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.config.filter.network.http_connection_manager.v2.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.config.filter.network.http_connection_manager.v2.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.api.v2.core.ConfigSource rds_config_source = 3 [(.validate.rules) = { ... }
        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.api.v2.core.ConfigSource rds_config_source = 3 [(.validate.rules) = { ... }
        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.api.v2.core.ConfigSource rds_config_source = 3 [(.validate.rules) = { ... }
        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_api_msg_config.filter.network.http_connection_manager.v2.ScopedRoutes.ScopeKeyBuilder>`
         in this message.
         
        .envoy.config.filter.network.http_connection_manager.v2.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_api_msg_config.filter.network.http_connection_manager.v2.ScopedRoutes.ScopeKeyBuilder>`
         in this message.
         
        .envoy.config.filter.network.http_connection_manager.v2.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_api_msg_config.filter.network.http_connection_manager.v2.ScopedRoutes.ScopeKeyBuilder>`
         in this message.
         
        .envoy.config.filter.network.http_connection_manager.v2.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_api_msg_config.filter.network.http_connection_manager.v2.ScopedRoutes.ScopeKeyBuilder>`
         in this message.
         
        .envoy.config.filter.network.http_connection_manager.v2.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_api_msg_config.filter.network.http_connection_manager.v2.ScopedRoutes.ScopeKeyBuilder>`
         in this message.
         
        .envoy.config.filter.network.http_connection_manager.v2.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_api_msg_config.filter.network.http_connection_manager.v2.ScopedRoutes.ScopeKeyBuilder>`
         in this message.
         
        .envoy.config.filter.network.http_connection_manager.v2.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.GeneratedMessageV3
      • 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.GeneratedMessageV3
        Throws:
        IOException
      • getSerializedSize

        public int getSerializedSize()
        Specified by:
        getSerializedSize in interface com.google.protobuf.MessageLite
        Overrides:
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
      • 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 ScopedRoutes parseFrom​(ByteBuffer data)
                                      throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static ScopedRoutes parseFrom​(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​(com.google.protobuf.CodedInputStream input,
                                             com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                      throws IOException
        Throws:
        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.GeneratedMessageV3.BuilderParent parent)
        Specified by:
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
      • 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.GeneratedMessageV3
      • getDefaultInstanceForType

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