()
| 190 | } |
| 191 | |
| 192 | func (d *DatabaseMetadata) GetProto() *storepb.DatabaseSchemaMetadata { |
| 193 | return d.proto |
| 194 | } |
| 195 | |
| 196 | // ReplaceFrom replaces the internal state of this DatabaseMetadata with that |
| 197 | // of another. The receiver pointer remains stable so callers that hold a |
no outgoing calls