()
| 3038 | } |
| 3039 | |
| 3040 | func (x *Connection) GetType() Connection_Type { |
| 3041 | if x != nil { |
| 3042 | return x.Type |
| 3043 | } |
| 3044 | return Connection_TYPE_UNSPECIFIED |
| 3045 | } |
| 3046 | |
| 3047 | func (x *Connection) GetTimestamp() *timestamppb.Timestamp { |
| 3048 | if x != nil { |
no outgoing calls