()
| 1756 | } |
| 1757 | |
| 1758 | func (x *Agent) GetInstanceId() string { |
| 1759 | if x, ok := x.GetAuth().(*Agent_InstanceId); ok { |
| 1760 | return x.InstanceId |
| 1761 | } |
| 1762 | return "" |
| 1763 | } |
| 1764 | |
| 1765 | func (x *Agent) GetConnectionTimeoutSeconds() int32 { |
| 1766 | if x != nil { |