()
| 97 | } |
| 98 | |
| 99 | func (x *RecordInterceptionRequest) GetModel() string { |
| 100 | if x != nil { |
| 101 | return x.Model |
| 102 | } |
| 103 | return "" |
| 104 | } |
| 105 | |
| 106 | func (x *RecordInterceptionRequest) GetMetadata() map[string]*anypb.Any { |
| 107 | if x != nil { |
no outgoing calls