grpc-d-core ~master (2021-10-08T04:49:21Z)
Dub
Repo
Address.__anonymous
grpc
channelz
v1
channelz_
Address
Undocumented in source.
struct
Address
@
Oneof
("_addressCase")
union
__anonymous {
@
Proto
(1)
TcpIpAddress
_tcpipAddress
;
@
Proto
(2)
UdsAddress
_udsAddress
;
@
Proto
(3)
OtherAddress
_otherAddress
;
}
Members
Variables
_otherAddress
OtherAddress
_otherAddress
;
Undocumented in source.
_tcpipAddress
TcpIpAddress
_tcpipAddress
;
Undocumented in source.
_udsAddress
UdsAddress
_udsAddress
;
Undocumented in source.
Meta
Source
See Implementation
grpc
channelz
v1
channelz_
Address
enums
AddressCase
functions
clearAddress
properties
addressCase
structs
OtherAddress
TcpIpAddress
UdsAddress
unions
__anonymous
variables
_addressCase