Public Member Functions | |
| def | __init__ (self, str method, Sequence[Tuple[str, str]] metadata, int qps, str server, int rpc_timeout_sec, bool print_response, bool secure_mode) |
Public Attributes | |
| condition | |
| metadata | |
| method | |
| print_response | |
| qps | |
| rpc_timeout_sec | |
| secure_mode | |
| server | |
Configuration for a single client channel. Instances of this class are meant to be dealt with as PODs. That is, data member should be accessed directly. This class is not thread-safe. When accessing any of its members, the lock member should be held.
Definition at line 253 of file xds_interop_client.py.
| def xds_interop_client._ChannelConfiguration.__init__ | ( | self, | |
| str | method, | ||
| Sequence[Tuple[str, str]] | metadata, | ||
| int | qps, | ||
| str | server, | ||
| int | rpc_timeout_sec, | ||
| bool | print_response, | ||
| bool | secure_mode | ||
| ) |
Definition at line 261 of file xds_interop_client.py.
| xds_interop_client._ChannelConfiguration.condition |
Definition at line 263 of file xds_interop_client.py.
| xds_interop_client._ChannelConfiguration.metadata |
Definition at line 266 of file xds_interop_client.py.
| xds_interop_client._ChannelConfiguration.method |
Definition at line 265 of file xds_interop_client.py.
| xds_interop_client._ChannelConfiguration.print_response |
Definition at line 270 of file xds_interop_client.py.
| xds_interop_client._ChannelConfiguration.qps |
Definition at line 267 of file xds_interop_client.py.
| xds_interop_client._ChannelConfiguration.rpc_timeout_sec |
Definition at line 269 of file xds_interop_client.py.
| xds_interop_client._ChannelConfiguration.secure_mode |
Definition at line 271 of file xds_interop_client.py.
| xds_interop_client._ChannelConfiguration.server |
Definition at line 268 of file xds_interop_client.py.