()
| 218 | } |
| 219 | |
| 220 | func (x *DocumentQuery) GetLimit() int64 { |
| 221 | if x != nil { |
| 222 | return x.Limit |
| 223 | } |
| 224 | return 0 |
| 225 | } |
| 226 | |
| 227 | type PutDocumentRequest struct { |
| 228 | state protoimpl.MessageState |
nothing calls this directly
no outgoing calls
no test coverage detected