io.envoyproxy.envoy.config.tap.v3.HttpGenericBodyMatchOrBuilder Maven / Gradle / Ivy
// 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 extends io.envoyproxy.envoy.config.tap.v3.HttpGenericBodyMatch.GenericTextMatchOrBuilder>
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);
}