etquia
Version:
Dummy package for the grpc-node repository
27 lines (23 loc) • 1.21 kB
text/typescript
// Original file: deps/xds/xds/core/v3/context_params.proto
/**
* Additional parameters that can be used to select resource variants. These include any
* global context parameters, per-resource type client feature capabilities and per-resource
* type functional attributes. All per-resource type attributes will be `xds.resource.`
* prefixed and some of these are documented below:
* `xds.resource.listening_address`: The value is "IP:port" (e.g. "10.1.1.3:8080") which is
* the listening address of a Listener. Used in a Listener resource query.
*/
export interface ContextParams {
'params'?: ({[key: string]: string});
}
/**
* Additional parameters that can be used to select resource variants. These include any
* global context parameters, per-resource type client feature capabilities and per-resource
* type functional attributes. All per-resource type attributes will be `xds.resource.`
* prefixed and some of these are documented below:
* `xds.resource.listening_address`: The value is "IP:port" (e.g. "10.1.1.3:8080") which is
* the listening address of a Listener. Used in a Listener resource query.
*/
export interface ContextParams__Output {
'params': ({[key: string]: string});
}