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 TypeMethodDescriptiongetRequestRules(int index) The list of rules to apply to http request body to extract thrift metadata.intThe 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.getRequestRulesOrBuilder(int index) 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.intThe 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.getResponseRulesOrBuilder(int index) 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
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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
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
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
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
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
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;
-