Class WeightedCluster.ClusterWeight

    • Field Detail

      • METADATA_MATCH_FIELD_NUMBER

        public static final int METADATA_MATCH_FIELD_NUMBER
        See Also:
        Constant Field Values
      • REQUEST_HEADERS_TO_ADD_FIELD_NUMBER

        public static final int REQUEST_HEADERS_TO_ADD_FIELD_NUMBER
        See Also:
        Constant Field Values
      • REQUEST_HEADERS_TO_REMOVE_FIELD_NUMBER

        public static final int REQUEST_HEADERS_TO_REMOVE_FIELD_NUMBER
        See Also:
        Constant Field Values
      • RESPONSE_HEADERS_TO_ADD_FIELD_NUMBER

        public static final int RESPONSE_HEADERS_TO_ADD_FIELD_NUMBER
        See Also:
        Constant Field Values
      • RESPONSE_HEADERS_TO_REMOVE_FIELD_NUMBER

        public static final int RESPONSE_HEADERS_TO_REMOVE_FIELD_NUMBER
        See Also:
        Constant Field Values
      • PER_FILTER_CONFIG_FIELD_NUMBER

        public static final int PER_FILTER_CONFIG_FIELD_NUMBER
        See Also:
        Constant Field Values
      • TYPED_PER_FILTER_CONFIG_FIELD_NUMBER

        public static final int TYPED_PER_FILTER_CONFIG_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()
      • internalGetMapField

        protected com.google.protobuf.MapField internalGetMapField​(int number)
        Overrides:
        internalGetMapField in class com.google.protobuf.GeneratedMessageV3
      • internalGetFieldAccessorTable

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

        public String getName()
         Name of the upstream cluster. The cluster must exist in the
         :ref:`cluster manager configuration <config_cluster_manager>`.
         
        string name = 1 [(.validate.rules) = { ... }
        Specified by:
        getName in interface WeightedCluster.ClusterWeightOrBuilder
        Returns:
        The name.
      • getNameBytes

        public com.google.protobuf.ByteString getNameBytes()
         Name of the upstream cluster. The cluster must exist in the
         :ref:`cluster manager configuration <config_cluster_manager>`.
         
        string name = 1 [(.validate.rules) = { ... }
        Specified by:
        getNameBytes in interface WeightedCluster.ClusterWeightOrBuilder
        Returns:
        The bytes for name.
      • hasWeight

        public boolean hasWeight()
         An integer between 0 and :ref:`total_weight
         <envoy_api_field_route.WeightedCluster.total_weight>`. When a request matches the route,
         the choice of an upstream cluster is determined by its weight. The sum of weights across all
         entries in the clusters array must add up to the total_weight, if total_weight is greater than 0.
         
        .google.protobuf.UInt32Value weight = 2;
        Specified by:
        hasWeight in interface WeightedCluster.ClusterWeightOrBuilder
        Returns:
        Whether the weight field is set.
      • getWeight

        public com.google.protobuf.UInt32Value getWeight()
         An integer between 0 and :ref:`total_weight
         <envoy_api_field_route.WeightedCluster.total_weight>`. When a request matches the route,
         the choice of an upstream cluster is determined by its weight. The sum of weights across all
         entries in the clusters array must add up to the total_weight, if total_weight is greater than 0.
         
        .google.protobuf.UInt32Value weight = 2;
        Specified by:
        getWeight in interface WeightedCluster.ClusterWeightOrBuilder
        Returns:
        The weight.
      • getWeightOrBuilder

        public com.google.protobuf.UInt32ValueOrBuilder getWeightOrBuilder()
         An integer between 0 and :ref:`total_weight
         <envoy_api_field_route.WeightedCluster.total_weight>`. When a request matches the route,
         the choice of an upstream cluster is determined by its weight. The sum of weights across all
         entries in the clusters array must add up to the total_weight, if total_weight is greater than 0.
         
        .google.protobuf.UInt32Value weight = 2;
        Specified by:
        getWeightOrBuilder in interface WeightedCluster.ClusterWeightOrBuilder
      • hasMetadataMatch

        public boolean hasMetadataMatch()
         Optional endpoint metadata match criteria used by the subset load balancer. Only endpoints in
         the upstream cluster with metadata matching what is set in this field will be considered for
         load balancing. Note that this will be merged with what's provided in
         :ref:`RouteAction.metadata_match <envoy_api_field_route.RouteAction.metadata_match>`, with
         values here taking precedence. The filter name should be specified as *envoy.lb*.
         
        .envoy.api.v2.core.Metadata metadata_match = 3;
        Specified by:
        hasMetadataMatch in interface WeightedCluster.ClusterWeightOrBuilder
        Returns:
        Whether the metadataMatch field is set.
      • getMetadataMatch

        public Metadata getMetadataMatch()
         Optional endpoint metadata match criteria used by the subset load balancer. Only endpoints in
         the upstream cluster with metadata matching what is set in this field will be considered for
         load balancing. Note that this will be merged with what's provided in
         :ref:`RouteAction.metadata_match <envoy_api_field_route.RouteAction.metadata_match>`, with
         values here taking precedence. The filter name should be specified as *envoy.lb*.
         
        .envoy.api.v2.core.Metadata metadata_match = 3;
        Specified by:
        getMetadataMatch in interface WeightedCluster.ClusterWeightOrBuilder
        Returns:
        The metadataMatch.
      • getMetadataMatchOrBuilder

        public MetadataOrBuilder getMetadataMatchOrBuilder()
         Optional endpoint metadata match criteria used by the subset load balancer. Only endpoints in
         the upstream cluster with metadata matching what is set in this field will be considered for
         load balancing. Note that this will be merged with what's provided in
         :ref:`RouteAction.metadata_match <envoy_api_field_route.RouteAction.metadata_match>`, with
         values here taking precedence. The filter name should be specified as *envoy.lb*.
         
        .envoy.api.v2.core.Metadata metadata_match = 3;
        Specified by:
        getMetadataMatchOrBuilder in interface WeightedCluster.ClusterWeightOrBuilder
      • getRequestHeadersToAddList

        public List<HeaderValueOption> getRequestHeadersToAddList()
         Specifies a list of headers to be added to requests when this cluster is selected
         through the enclosing :ref:`envoy_api_msg_route.RouteAction`.
         Headers specified at this level are applied before headers from the enclosing
         :ref:`envoy_api_msg_route.Route`, :ref:`envoy_api_msg_route.VirtualHost`, and
         :ref:`envoy_api_msg_RouteConfiguration`. For more information, including details on
         header value syntax, see the documentation on :ref:`custom request headers
         <config_http_conn_man_headers_custom_request_headers>`.
         
        repeated .envoy.api.v2.core.HeaderValueOption request_headers_to_add = 4 [(.validate.rules) = { ... }
        Specified by:
        getRequestHeadersToAddList in interface WeightedCluster.ClusterWeightOrBuilder
      • getRequestHeadersToAddOrBuilderList

        public List<? extends HeaderValueOptionOrBuilder> getRequestHeadersToAddOrBuilderList()
         Specifies a list of headers to be added to requests when this cluster is selected
         through the enclosing :ref:`envoy_api_msg_route.RouteAction`.
         Headers specified at this level are applied before headers from the enclosing
         :ref:`envoy_api_msg_route.Route`, :ref:`envoy_api_msg_route.VirtualHost`, and
         :ref:`envoy_api_msg_RouteConfiguration`. For more information, including details on
         header value syntax, see the documentation on :ref:`custom request headers
         <config_http_conn_man_headers_custom_request_headers>`.
         
        repeated .envoy.api.v2.core.HeaderValueOption request_headers_to_add = 4 [(.validate.rules) = { ... }
        Specified by:
        getRequestHeadersToAddOrBuilderList in interface WeightedCluster.ClusterWeightOrBuilder
      • getRequestHeadersToAddCount

        public int getRequestHeadersToAddCount()
         Specifies a list of headers to be added to requests when this cluster is selected
         through the enclosing :ref:`envoy_api_msg_route.RouteAction`.
         Headers specified at this level are applied before headers from the enclosing
         :ref:`envoy_api_msg_route.Route`, :ref:`envoy_api_msg_route.VirtualHost`, and
         :ref:`envoy_api_msg_RouteConfiguration`. For more information, including details on
         header value syntax, see the documentation on :ref:`custom request headers
         <config_http_conn_man_headers_custom_request_headers>`.
         
        repeated .envoy.api.v2.core.HeaderValueOption request_headers_to_add = 4 [(.validate.rules) = { ... }
        Specified by:
        getRequestHeadersToAddCount in interface WeightedCluster.ClusterWeightOrBuilder
      • getRequestHeadersToAdd

        public HeaderValueOption getRequestHeadersToAdd​(int index)
         Specifies a list of headers to be added to requests when this cluster is selected
         through the enclosing :ref:`envoy_api_msg_route.RouteAction`.
         Headers specified at this level are applied before headers from the enclosing
         :ref:`envoy_api_msg_route.Route`, :ref:`envoy_api_msg_route.VirtualHost`, and
         :ref:`envoy_api_msg_RouteConfiguration`. For more information, including details on
         header value syntax, see the documentation on :ref:`custom request headers
         <config_http_conn_man_headers_custom_request_headers>`.
         
        repeated .envoy.api.v2.core.HeaderValueOption request_headers_to_add = 4 [(.validate.rules) = { ... }
        Specified by:
        getRequestHeadersToAdd in interface WeightedCluster.ClusterWeightOrBuilder
      • getRequestHeadersToAddOrBuilder

        public HeaderValueOptionOrBuilder getRequestHeadersToAddOrBuilder​(int index)
         Specifies a list of headers to be added to requests when this cluster is selected
         through the enclosing :ref:`envoy_api_msg_route.RouteAction`.
         Headers specified at this level are applied before headers from the enclosing
         :ref:`envoy_api_msg_route.Route`, :ref:`envoy_api_msg_route.VirtualHost`, and
         :ref:`envoy_api_msg_RouteConfiguration`. For more information, including details on
         header value syntax, see the documentation on :ref:`custom request headers
         <config_http_conn_man_headers_custom_request_headers>`.
         
        repeated .envoy.api.v2.core.HeaderValueOption request_headers_to_add = 4 [(.validate.rules) = { ... }
        Specified by:
        getRequestHeadersToAddOrBuilder in interface WeightedCluster.ClusterWeightOrBuilder
      • getRequestHeadersToRemoveList

        public com.google.protobuf.ProtocolStringList getRequestHeadersToRemoveList()
         Specifies a list of HTTP headers that should be removed from each request when
         this cluster is selected through the enclosing :ref:`envoy_api_msg_route.RouteAction`.
         
        repeated string request_headers_to_remove = 9;
        Specified by:
        getRequestHeadersToRemoveList in interface WeightedCluster.ClusterWeightOrBuilder
        Returns:
        A list containing the requestHeadersToRemove.
      • getRequestHeadersToRemoveCount

        public int getRequestHeadersToRemoveCount()
         Specifies a list of HTTP headers that should be removed from each request when
         this cluster is selected through the enclosing :ref:`envoy_api_msg_route.RouteAction`.
         
        repeated string request_headers_to_remove = 9;
        Specified by:
        getRequestHeadersToRemoveCount in interface WeightedCluster.ClusterWeightOrBuilder
        Returns:
        The count of requestHeadersToRemove.
      • getRequestHeadersToRemove

        public String getRequestHeadersToRemove​(int index)
         Specifies a list of HTTP headers that should be removed from each request when
         this cluster is selected through the enclosing :ref:`envoy_api_msg_route.RouteAction`.
         
        repeated string request_headers_to_remove = 9;
        Specified by:
        getRequestHeadersToRemove in interface WeightedCluster.ClusterWeightOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The requestHeadersToRemove at the given index.
      • getRequestHeadersToRemoveBytes

        public com.google.protobuf.ByteString getRequestHeadersToRemoveBytes​(int index)
         Specifies a list of HTTP headers that should be removed from each request when
         this cluster is selected through the enclosing :ref:`envoy_api_msg_route.RouteAction`.
         
        repeated string request_headers_to_remove = 9;
        Specified by:
        getRequestHeadersToRemoveBytes in interface WeightedCluster.ClusterWeightOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the requestHeadersToRemove at the given index.
      • getResponseHeadersToAddList

        public List<HeaderValueOption> getResponseHeadersToAddList()
         Specifies a list of headers to be added to responses when this cluster is selected
         through the enclosing :ref:`envoy_api_msg_route.RouteAction`.
         Headers specified at this level are applied before headers from the enclosing
         :ref:`envoy_api_msg_route.Route`, :ref:`envoy_api_msg_route.VirtualHost`, and
         :ref:`envoy_api_msg_RouteConfiguration`. For more information, including details on
         header value syntax, see the documentation on :ref:`custom request headers
         <config_http_conn_man_headers_custom_request_headers>`.
         
        repeated .envoy.api.v2.core.HeaderValueOption response_headers_to_add = 5 [(.validate.rules) = { ... }
        Specified by:
        getResponseHeadersToAddList in interface WeightedCluster.ClusterWeightOrBuilder
      • getResponseHeadersToAddOrBuilderList

        public List<? extends HeaderValueOptionOrBuilder> getResponseHeadersToAddOrBuilderList()
         Specifies a list of headers to be added to responses when this cluster is selected
         through the enclosing :ref:`envoy_api_msg_route.RouteAction`.
         Headers specified at this level are applied before headers from the enclosing
         :ref:`envoy_api_msg_route.Route`, :ref:`envoy_api_msg_route.VirtualHost`, and
         :ref:`envoy_api_msg_RouteConfiguration`. For more information, including details on
         header value syntax, see the documentation on :ref:`custom request headers
         <config_http_conn_man_headers_custom_request_headers>`.
         
        repeated .envoy.api.v2.core.HeaderValueOption response_headers_to_add = 5 [(.validate.rules) = { ... }
        Specified by:
        getResponseHeadersToAddOrBuilderList in interface WeightedCluster.ClusterWeightOrBuilder
      • getResponseHeadersToAddCount

        public int getResponseHeadersToAddCount()
         Specifies a list of headers to be added to responses when this cluster is selected
         through the enclosing :ref:`envoy_api_msg_route.RouteAction`.
         Headers specified at this level are applied before headers from the enclosing
         :ref:`envoy_api_msg_route.Route`, :ref:`envoy_api_msg_route.VirtualHost`, and
         :ref:`envoy_api_msg_RouteConfiguration`. For more information, including details on
         header value syntax, see the documentation on :ref:`custom request headers
         <config_http_conn_man_headers_custom_request_headers>`.
         
        repeated .envoy.api.v2.core.HeaderValueOption response_headers_to_add = 5 [(.validate.rules) = { ... }
        Specified by:
        getResponseHeadersToAddCount in interface WeightedCluster.ClusterWeightOrBuilder
      • getResponseHeadersToAdd

        public HeaderValueOption getResponseHeadersToAdd​(int index)
         Specifies a list of headers to be added to responses when this cluster is selected
         through the enclosing :ref:`envoy_api_msg_route.RouteAction`.
         Headers specified at this level are applied before headers from the enclosing
         :ref:`envoy_api_msg_route.Route`, :ref:`envoy_api_msg_route.VirtualHost`, and
         :ref:`envoy_api_msg_RouteConfiguration`. For more information, including details on
         header value syntax, see the documentation on :ref:`custom request headers
         <config_http_conn_man_headers_custom_request_headers>`.
         
        repeated .envoy.api.v2.core.HeaderValueOption response_headers_to_add = 5 [(.validate.rules) = { ... }
        Specified by:
        getResponseHeadersToAdd in interface WeightedCluster.ClusterWeightOrBuilder
      • getResponseHeadersToAddOrBuilder

        public HeaderValueOptionOrBuilder getResponseHeadersToAddOrBuilder​(int index)
         Specifies a list of headers to be added to responses when this cluster is selected
         through the enclosing :ref:`envoy_api_msg_route.RouteAction`.
         Headers specified at this level are applied before headers from the enclosing
         :ref:`envoy_api_msg_route.Route`, :ref:`envoy_api_msg_route.VirtualHost`, and
         :ref:`envoy_api_msg_RouteConfiguration`. For more information, including details on
         header value syntax, see the documentation on :ref:`custom request headers
         <config_http_conn_man_headers_custom_request_headers>`.
         
        repeated .envoy.api.v2.core.HeaderValueOption response_headers_to_add = 5 [(.validate.rules) = { ... }
        Specified by:
        getResponseHeadersToAddOrBuilder in interface WeightedCluster.ClusterWeightOrBuilder
      • getResponseHeadersToRemoveList

        public com.google.protobuf.ProtocolStringList getResponseHeadersToRemoveList()
         Specifies a list of headers to be removed from responses when this cluster is selected
         through the enclosing :ref:`envoy_api_msg_route.RouteAction`.
         
        repeated string response_headers_to_remove = 6;
        Specified by:
        getResponseHeadersToRemoveList in interface WeightedCluster.ClusterWeightOrBuilder
        Returns:
        A list containing the responseHeadersToRemove.
      • getResponseHeadersToRemoveCount

        public int getResponseHeadersToRemoveCount()
         Specifies a list of headers to be removed from responses when this cluster is selected
         through the enclosing :ref:`envoy_api_msg_route.RouteAction`.
         
        repeated string response_headers_to_remove = 6;
        Specified by:
        getResponseHeadersToRemoveCount in interface WeightedCluster.ClusterWeightOrBuilder
        Returns:
        The count of responseHeadersToRemove.
      • getResponseHeadersToRemove

        public String getResponseHeadersToRemove​(int index)
         Specifies a list of headers to be removed from responses when this cluster is selected
         through the enclosing :ref:`envoy_api_msg_route.RouteAction`.
         
        repeated string response_headers_to_remove = 6;
        Specified by:
        getResponseHeadersToRemove in interface WeightedCluster.ClusterWeightOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The responseHeadersToRemove at the given index.
      • getResponseHeadersToRemoveBytes

        public com.google.protobuf.ByteString getResponseHeadersToRemoveBytes​(int index)
         Specifies a list of headers to be removed from responses when this cluster is selected
         through the enclosing :ref:`envoy_api_msg_route.RouteAction`.
         
        repeated string response_headers_to_remove = 6;
        Specified by:
        getResponseHeadersToRemoveBytes in interface WeightedCluster.ClusterWeightOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the responseHeadersToRemove at the given index.
      • getPerFilterConfigCount

        @Deprecated
        public int getPerFilterConfigCount()
        Deprecated.
        Description copied from interface: WeightedCluster.ClusterWeightOrBuilder
         The per_filter_config field can be used to provide weighted cluster-specific
         configurations for filters. The key should match the filter name, such as
         *envoy.filters.http.buffer* for the HTTP buffer filter. Use of this field is filter
         specific; see the :ref:`HTTP filter documentation <config_http_filters>`
         for if and how it is utilized.
         
        map<string, .google.protobuf.Struct> per_filter_config = 8 [deprecated = true];
        Specified by:
        getPerFilterConfigCount in interface WeightedCluster.ClusterWeightOrBuilder
      • containsPerFilterConfig

        @Deprecated
        public boolean containsPerFilterConfig​(String key)
        Deprecated.
         The per_filter_config field can be used to provide weighted cluster-specific
         configurations for filters. The key should match the filter name, such as
         *envoy.filters.http.buffer* for the HTTP buffer filter. Use of this field is filter
         specific; see the :ref:`HTTP filter documentation <config_http_filters>`
         for if and how it is utilized.
         
        map<string, .google.protobuf.Struct> per_filter_config = 8 [deprecated = true];
        Specified by:
        containsPerFilterConfig in interface WeightedCluster.ClusterWeightOrBuilder
      • getPerFilterConfigMap

        @Deprecated
        public Map<String,​com.google.protobuf.Struct> getPerFilterConfigMap()
        Deprecated.
         The per_filter_config field can be used to provide weighted cluster-specific
         configurations for filters. The key should match the filter name, such as
         *envoy.filters.http.buffer* for the HTTP buffer filter. Use of this field is filter
         specific; see the :ref:`HTTP filter documentation <config_http_filters>`
         for if and how it is utilized.
         
        map<string, .google.protobuf.Struct> per_filter_config = 8 [deprecated = true];
        Specified by:
        getPerFilterConfigMap in interface WeightedCluster.ClusterWeightOrBuilder
      • getPerFilterConfigOrDefault

        @Deprecated
        public com.google.protobuf.Struct getPerFilterConfigOrDefault​(String key,
                                                                      com.google.protobuf.Struct defaultValue)
        Deprecated.
         The per_filter_config field can be used to provide weighted cluster-specific
         configurations for filters. The key should match the filter name, such as
         *envoy.filters.http.buffer* for the HTTP buffer filter. Use of this field is filter
         specific; see the :ref:`HTTP filter documentation <config_http_filters>`
         for if and how it is utilized.
         
        map<string, .google.protobuf.Struct> per_filter_config = 8 [deprecated = true];
        Specified by:
        getPerFilterConfigOrDefault in interface WeightedCluster.ClusterWeightOrBuilder
      • getPerFilterConfigOrThrow

        @Deprecated
        public com.google.protobuf.Struct getPerFilterConfigOrThrow​(String key)
        Deprecated.
         The per_filter_config field can be used to provide weighted cluster-specific
         configurations for filters. The key should match the filter name, such as
         *envoy.filters.http.buffer* for the HTTP buffer filter. Use of this field is filter
         specific; see the :ref:`HTTP filter documentation <config_http_filters>`
         for if and how it is utilized.
         
        map<string, .google.protobuf.Struct> per_filter_config = 8 [deprecated = true];
        Specified by:
        getPerFilterConfigOrThrow in interface WeightedCluster.ClusterWeightOrBuilder
      • getTypedPerFilterConfigCount

        public int getTypedPerFilterConfigCount()
        Description copied from interface: WeightedCluster.ClusterWeightOrBuilder
         The per_filter_config field can be used to provide weighted cluster-specific
         configurations for filters. The key should match the filter name, such as
         *envoy.filters.http.buffer* for the HTTP buffer filter. Use of this field is filter
         specific; see the :ref:`HTTP filter documentation <config_http_filters>`
         for if and how it is utilized.
         
        map<string, .google.protobuf.Any> typed_per_filter_config = 10;
        Specified by:
        getTypedPerFilterConfigCount in interface WeightedCluster.ClusterWeightOrBuilder
      • containsTypedPerFilterConfig

        public boolean containsTypedPerFilterConfig​(String key)
         The per_filter_config field can be used to provide weighted cluster-specific
         configurations for filters. The key should match the filter name, such as
         *envoy.filters.http.buffer* for the HTTP buffer filter. Use of this field is filter
         specific; see the :ref:`HTTP filter documentation <config_http_filters>`
         for if and how it is utilized.
         
        map<string, .google.protobuf.Any> typed_per_filter_config = 10;
        Specified by:
        containsTypedPerFilterConfig in interface WeightedCluster.ClusterWeightOrBuilder
      • getTypedPerFilterConfigMap

        public Map<String,​com.google.protobuf.Any> getTypedPerFilterConfigMap()
         The per_filter_config field can be used to provide weighted cluster-specific
         configurations for filters. The key should match the filter name, such as
         *envoy.filters.http.buffer* for the HTTP buffer filter. Use of this field is filter
         specific; see the :ref:`HTTP filter documentation <config_http_filters>`
         for if and how it is utilized.
         
        map<string, .google.protobuf.Any> typed_per_filter_config = 10;
        Specified by:
        getTypedPerFilterConfigMap in interface WeightedCluster.ClusterWeightOrBuilder
      • getTypedPerFilterConfigOrDefault

        public com.google.protobuf.Any getTypedPerFilterConfigOrDefault​(String key,
                                                                        com.google.protobuf.Any defaultValue)
         The per_filter_config field can be used to provide weighted cluster-specific
         configurations for filters. The key should match the filter name, such as
         *envoy.filters.http.buffer* for the HTTP buffer filter. Use of this field is filter
         specific; see the :ref:`HTTP filter documentation <config_http_filters>`
         for if and how it is utilized.
         
        map<string, .google.protobuf.Any> typed_per_filter_config = 10;
        Specified by:
        getTypedPerFilterConfigOrDefault in interface WeightedCluster.ClusterWeightOrBuilder
      • getTypedPerFilterConfigOrThrow

        public com.google.protobuf.Any getTypedPerFilterConfigOrThrow​(String key)
         The per_filter_config field can be used to provide weighted cluster-specific
         configurations for filters. The key should match the filter name, such as
         *envoy.filters.http.buffer* for the HTTP buffer filter. Use of this field is filter
         specific; see the :ref:`HTTP filter documentation <config_http_filters>`
         for if and how it is utilized.
         
        map<string, .google.protobuf.Any> typed_per_filter_config = 10;
        Specified by:
        getTypedPerFilterConfigOrThrow in interface WeightedCluster.ClusterWeightOrBuilder
      • 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 WeightedCluster.ClusterWeight parseFrom​(ByteBuffer data)
                                                       throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

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

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

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

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

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

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

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

        protected WeightedCluster.ClusterWeight.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        Specified by:
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
      • getParserForType

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