GRPC C++  1.39.1
Public Member Functions | Data Fields
grpc_core::XdsApi::Route::ClusterWeight Struct Reference

#include <xds_api.h>

Public Member Functions

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

Data Fields

std::string name
 
uint32_t weight
 
TypedPerFilterConfig typed_per_filter_config
 

Member Function Documentation

◆ operator==()

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

◆ ToString()

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

Field Documentation

◆ name

std::string grpc_core::XdsApi::Route::ClusterWeight::name

◆ typed_per_filter_config

TypedPerFilterConfig grpc_core::XdsApi::Route::ClusterWeight::typed_per_filter_config

◆ weight

uint32_t grpc_core::XdsApi::Route::ClusterWeight::weight

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