()
| 3031 | } |
| 3032 | |
| 3033 | func (x *Connection) GetAction() Connection_Action { |
| 3034 | if x != nil { |
| 3035 | return x.Action |
| 3036 | } |
| 3037 | return Connection_ACTION_UNSPECIFIED |
| 3038 | } |
| 3039 | |
| 3040 | func (x *Connection) GetType() Connection_Type { |
| 3041 | if x != nil { |
no outgoing calls