MCPcopy Index your code
hub / github.com/bytebase/bytebase / PlanConfig_ChangeDatabaseConfig

Struct PlanConfig_ChangeDatabaseConfig

backend/generated-go/store/plan.pb.go:306–321  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

304}
305
306type PlanConfig_ChangeDatabaseConfig struct {
307 state protoimpl.MessageState `protogen:"open.v1"`
308 // The list of targets.
309 // Multi-database format: [instances/{instance-id}/databases/{database-name}].
310 // Single database group format: [projects/{project}/databaseGroups/{databaseGroup}].
311 Targets []string `protobuf:"bytes,10,rep,name=targets,proto3" json:"targets,omitempty"`
312 // The SHA256 hash of the sheet content (hex-encoded).
313 SheetSha256 string `protobuf:"bytes,2,opt,name=sheet_sha256,json=sheetSha256,proto3" json:"sheet_sha256,omitempty"`
314 // The resource name of the release.
315 // Format: projects/{project}/releases/{release}
316 Release string `protobuf:"bytes,9,opt,name=release,proto3" json:"release,omitempty"`
317 // If set, a backup of the modified data will be created automatically before any changes are applied.
318 EnablePriorBackup bool `protobuf:"varint,8,opt,name=enable_prior_backup,json=enablePriorBackup,proto3" json:"enable_prior_backup,omitempty"`
319 unknownFields protoimpl.UnknownFields
320 sizeCache protoimpl.SizeCache
321}
322
323func (x *PlanConfig_ChangeDatabaseConfig) Reset() {
324 *x = PlanConfig_ChangeDatabaseConfig{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected