| 379 | } |
| 380 | |
| 381 | type PlanConfig_ExportDataConfig struct { |
| 382 | state protoimpl.MessageState `protogen:"open.v1"` |
| 383 | // The list of targets. |
| 384 | // Multi-database format: [instances/{instance-id}/databases/{database-name}]. |
| 385 | // Single database group format: [projects/{project}/databaseGroups/{databaseGroup}]. |
| 386 | Targets []string `protobuf:"bytes,5,rep,name=targets,proto3" json:"targets,omitempty"` |
| 387 | // The SHA256 hash of the sheet content (hex-encoded). |
| 388 | SheetSha256 string `protobuf:"bytes,2,opt,name=sheet_sha256,json=sheetSha256,proto3" json:"sheet_sha256,omitempty"` |
| 389 | // The format of the exported file. |
| 390 | Format ExportFormat `protobuf:"varint,3,opt,name=format,proto3,enum=bytebase.store.ExportFormat" json:"format,omitempty"` |
| 391 | // The zip password provided by users. |
| 392 | // Leave it empty if there is no need to encrypt the zip file. |
| 393 | Password *string `protobuf:"bytes,4,opt,name=password,proto3,oneof" json:"password,omitempty"` |
| 394 | unknownFields protoimpl.UnknownFields |
| 395 | sizeCache protoimpl.SizeCache |
| 396 | } |
| 397 | |
| 398 | func (x *PlanConfig_ExportDataConfig) Reset() { |
| 399 | *x = PlanConfig_ExportDataConfig{} |
nothing calls this directly
no outgoing calls
no test coverage detected