Interface ThriftToMetadataPerRouteOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ThriftToMetadataPerRoute, ThriftToMetadataPerRoute.Builder

public interface ThriftToMetadataPerRouteOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getRequestRules(int index)
    The list of rules to apply to http request body to extract thrift metadata.
    int
    The list of rules to apply to http request body to extract thrift metadata.
    The list of rules to apply to http request body to extract thrift metadata.
    The list of rules to apply to http request body to extract thrift metadata.
    List<? extends RuleOrBuilder>
    The list of rules to apply to http request body to extract thrift metadata.
    getResponseRules(int index)
    The list of rules to apply to http response body to extract thrift metadata.
    int
    The list of rules to apply to http response body to extract thrift metadata.
    The list of rules to apply to http response body to extract thrift metadata.
    The list of rules to apply to http response body to extract thrift metadata.
    List<? extends RuleOrBuilder>
    The list of rules to apply to http response body to extract thrift metadata.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getRequestRulesList

      List<Rule> getRequestRulesList()
       The list of rules to apply to http request body to extract thrift metadata.
       
      repeated .envoy.extensions.filters.http.thrift_to_metadata.v3.Rule request_rules = 1;
    • getRequestRules

      Rule getRequestRules(int index)
       The list of rules to apply to http request body to extract thrift metadata.
       
      repeated .envoy.extensions.filters.http.thrift_to_metadata.v3.Rule request_rules = 1;
    • getRequestRulesCount

      int getRequestRulesCount()
       The list of rules to apply to http request body to extract thrift metadata.
       
      repeated .envoy.extensions.filters.http.thrift_to_metadata.v3.Rule request_rules = 1;
    • getRequestRulesOrBuilderList

      List<? extends RuleOrBuilder> getRequestRulesOrBuilderList()
       The list of rules to apply to http request body to extract thrift metadata.
       
      repeated .envoy.extensions.filters.http.thrift_to_metadata.v3.Rule request_rules = 1;
    • getRequestRulesOrBuilder

      RuleOrBuilder getRequestRulesOrBuilder(int index)
       The list of rules to apply to http request body to extract thrift metadata.
       
      repeated .envoy.extensions.filters.http.thrift_to_metadata.v3.Rule request_rules = 1;
    • getResponseRulesList

      List<Rule> getResponseRulesList()
       The list of rules to apply to http response body to extract thrift metadata.
       
      repeated .envoy.extensions.filters.http.thrift_to_metadata.v3.Rule response_rules = 2;
    • getResponseRules

      Rule getResponseRules(int index)
       The list of rules to apply to http response body to extract thrift metadata.
       
      repeated .envoy.extensions.filters.http.thrift_to_metadata.v3.Rule response_rules = 2;
    • getResponseRulesCount

      int getResponseRulesCount()
       The list of rules to apply to http response body to extract thrift metadata.
       
      repeated .envoy.extensions.filters.http.thrift_to_metadata.v3.Rule response_rules = 2;
    • getResponseRulesOrBuilderList

      List<? extends RuleOrBuilder> getResponseRulesOrBuilderList()
       The list of rules to apply to http response body to extract thrift metadata.
       
      repeated .envoy.extensions.filters.http.thrift_to_metadata.v3.Rule response_rules = 2;
    • getResponseRulesOrBuilder

      RuleOrBuilder getResponseRulesOrBuilder(int index)
       The list of rules to apply to http response body to extract thrift metadata.
       
      repeated .envoy.extensions.filters.http.thrift_to_metadata.v3.Rule response_rules = 2;