()
| 12434 | } |
| 12435 | |
| 12436 | func (m *UpdateGraphQLSchemaResponse) Size() (n int) { |
| 12437 | if m == nil { |
| 12438 | return 0 |
| 12439 | } |
| 12440 | var l int |
| 12441 | _ = l |
| 12442 | if m.Uid != 0 { |
| 12443 | n += 1 + sovPb(uint64(m.Uid)) |
| 12444 | } |
| 12445 | return n |
| 12446 | } |
| 12447 | |
| 12448 | func (m *BulkMeta) Size() (n int) { |
| 12449 | if m == nil { |