Home
last modified time | relevance | path

Searched refs:typed_config (Results 1 – 6 of 6) sorted by relevance

/third_party/grpc/src/proto/grpc/testing/xds/v3/
Dcluster.proto47 google.protobuf.Any typed_config = 2; field
164 …exts <envoy_api_msg_extensions.transport_sockets.tls.v3.UpstreamTlsContext>` in the `typed_config`.
Dtls.proto75 // bootstrap file) to correspond to a provider instance (i.e., the same data in the typed_config
Dbase.proto126 google.protobuf.Any typed_config = 3; field
Dlistener.proto75 …xt <envoy_api_msg_extensions.transport_sockets.tls.v3.DownstreamTlsContext>` in the `typed_config`.
/third_party/grpc/src/core/ext/xds/
Dxds_api.cc1434 auto* typed_config = in LdsResponseParseServer() local
1436 if (typed_config != nullptr) { in LdsResponseParseServer()
1438 google_protobuf_Any_value(typed_config); in LdsResponseParseServer()
1731 const google_protobuf_Any* typed_config = in CdsResponseParse() local
1735 google_protobuf_Any_value(typed_config); in CdsResponseParse()
1866 auto* typed_config = in CdsResponseParse() local
1869 if (typed_config != nullptr) { in CdsResponseParse()
1871 google_protobuf_Any_value(typed_config); in CdsResponseParse()
/third_party/grpc/src/proto/grpc/testing/xds/
Dcds_for_test.proto81 ClusterConfig typed_config = 2; field