GRPC Core  18.0.0
Public Member Functions | Data Fields
grpc_core::XdsApi::Route::Matchers Struct Reference

#include <xds_api.h>

Public Member Functions

bool operator== (const Matchers &other) const
 
std::string ToString () const
 

Data Fields

StringMatcher path_matcher
 
std::vector< HeaderMatcherheader_matchers
 
absl::optional< uint32_t > fraction_per_million
 

Member Function Documentation

◆ operator==()

bool grpc_core::XdsApi::Route::Matchers::operator== ( const Matchers other) const
inline

◆ ToString()

std::string grpc_core::XdsApi::Route::Matchers::ToString ( ) const

Field Documentation

◆ fraction_per_million

absl::optional<uint32_t> grpc_core::XdsApi::Route::Matchers::fraction_per_million

◆ header_matchers

std::vector<HeaderMatcher> grpc_core::XdsApi::Route::Matchers::header_matchers

◆ path_matcher

StringMatcher grpc_core::XdsApi::Route::Matchers::path_matcher

The documentation for this struct was generated from the following files: