()
| 4446 | } |
| 4447 | |
| 4448 | func (m *BackupRequest) GetPredicates() []string { |
| 4449 | if m != nil { |
| 4450 | return m.Predicates |
| 4451 | } |
| 4452 | return nil |
| 4453 | } |
| 4454 | |
| 4455 | type BackupResponse struct { |
| 4456 | DropOperations []*DropOperation `protobuf:"bytes,1,rep,name=drop_operations,json=dropOperations,proto3" json:"drop_operations,omitempty"` |
nothing calls this directly
no outgoing calls
no test coverage detected