All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.envoyproxy.envoy.config.tap.v3.HttpGenericBodyMatchOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.0.46
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: envoy/config/tap/v3/common.proto

package io.envoyproxy.envoy.config.tap.v3;

public interface HttpGenericBodyMatchOrBuilder extends
    // @@protoc_insertion_point(interface_extends:envoy.config.tap.v3.HttpGenericBodyMatch)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Limits search to specified number of bytes - default zero (no limit - match entire captured buffer).
   * 
* * uint32 bytes_limit = 1; * @return The bytesLimit. */ int getBytesLimit(); /** *
   * List of patterns to match.
   * 
* * repeated .envoy.config.tap.v3.HttpGenericBodyMatch.GenericTextMatch patterns = 2 [(.validate.rules) = { ... } */ java.util.List getPatternsList(); /** *
   * List of patterns to match.
   * 
* * repeated .envoy.config.tap.v3.HttpGenericBodyMatch.GenericTextMatch patterns = 2 [(.validate.rules) = { ... } */ io.envoyproxy.envoy.config.tap.v3.HttpGenericBodyMatch.GenericTextMatch getPatterns(int index); /** *
   * List of patterns to match.
   * 
* * repeated .envoy.config.tap.v3.HttpGenericBodyMatch.GenericTextMatch patterns = 2 [(.validate.rules) = { ... } */ int getPatternsCount(); /** *
   * List of patterns to match.
   * 
* * repeated .envoy.config.tap.v3.HttpGenericBodyMatch.GenericTextMatch patterns = 2 [(.validate.rules) = { ... } */ java.util.List getPatternsOrBuilderList(); /** *
   * List of patterns to match.
   * 
* * repeated .envoy.config.tap.v3.HttpGenericBodyMatch.GenericTextMatch patterns = 2 [(.validate.rules) = { ... } */ io.envoyproxy.envoy.config.tap.v3.HttpGenericBodyMatch.GenericTextMatchOrBuilder getPatternsOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy