Searched defs:XdsBarResource (Results 1 – 1 of 1) sorted by relevance
473 struct XdsBarResource : public XdsResourceType::ResourceData { struct in grpc_core::testing::__anon1b480ec00111::XdsClientTest474 std::string name;475 std::string value;478 XdsBarResource(std::string name, std::string value) in XdsBarResource() function481 bool operator==(const XdsBarResource& other) const { in operator ==()485 std::string AsJsonString() const { in AsJsonString()490 static const JsonLoaderInterface* JsonLoader(const JsonArgs&) { in JsonLoader()498 static absl::string_view TypeUrl() { return "test.v3.bar"; } in TypeUrl()