dbtask

package
v0.0.0-...-b63aa1a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 18, 2019 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RegisterService

func RegisterService(s giraffe_micro.Server, srv Service)

Types

type BackupTaskCallbackRequest

type BackupTaskCallbackRequest struct {
	//
	//回调的参数详情
	Command              *easy_command.TaskDetail `protobuf:"bytes,1,opt,name=command,proto3" json:"command" form:"command"`
	XXX_NoUnkeyedLiteral struct{}                 `json:"-"`
	XXX_unrecognized     []byte                   `json:"-"`
	XXX_sizecache        int32                    `json:"-"`
}

BackupTaskCallback请求

func (*BackupTaskCallbackRequest) Descriptor

func (*BackupTaskCallbackRequest) Descriptor() ([]byte, []int)

func (*BackupTaskCallbackRequest) GetCommand

func (*BackupTaskCallbackRequest) ProtoMessage

func (*BackupTaskCallbackRequest) ProtoMessage()

func (*BackupTaskCallbackRequest) Reset

func (m *BackupTaskCallbackRequest) Reset()

func (*BackupTaskCallbackRequest) String

func (m *BackupTaskCallbackRequest) String() string

func (*BackupTaskCallbackRequest) Validate

func (this *BackupTaskCallbackRequest) Validate() error

func (*BackupTaskCallbackRequest) XXX_DiscardUnknown

func (m *BackupTaskCallbackRequest) XXX_DiscardUnknown()

func (*BackupTaskCallbackRequest) XXX_Marshal

func (m *BackupTaskCallbackRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BackupTaskCallbackRequest) XXX_Merge

func (m *BackupTaskCallbackRequest) XXX_Merge(src proto.Message)

func (*BackupTaskCallbackRequest) XXX_Size

func (m *BackupTaskCallbackRequest) XXX_Size() int

func (*BackupTaskCallbackRequest) XXX_Unmarshal

func (m *BackupTaskCallbackRequest) XXX_Unmarshal(b []byte) error

type BackupTaskCallbackResponse

type BackupTaskCallbackResponse struct {
	//
	//回调处理结果
	Status               string   `protobuf:"bytes,1,opt,name=status,proto3" json:"status" form:"status"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

BackupTaskCallback返回

func (*BackupTaskCallbackResponse) Descriptor

func (*BackupTaskCallbackResponse) Descriptor() ([]byte, []int)

func (*BackupTaskCallbackResponse) GetStatus

func (m *BackupTaskCallbackResponse) GetStatus() string

func (*BackupTaskCallbackResponse) ProtoMessage

func (*BackupTaskCallbackResponse) ProtoMessage()

func (*BackupTaskCallbackResponse) Reset

func (m *BackupTaskCallbackResponse) Reset()

func (*BackupTaskCallbackResponse) String

func (m *BackupTaskCallbackResponse) String() string

func (*BackupTaskCallbackResponse) Validate

func (this *BackupTaskCallbackResponse) Validate() error

func (*BackupTaskCallbackResponse) XXX_DiscardUnknown

func (m *BackupTaskCallbackResponse) XXX_DiscardUnknown()

func (*BackupTaskCallbackResponse) XXX_Marshal

func (m *BackupTaskCallbackResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BackupTaskCallbackResponse) XXX_Merge

func (m *BackupTaskCallbackResponse) XXX_Merge(src proto.Message)

func (*BackupTaskCallbackResponse) XXX_Size

func (m *BackupTaskCallbackResponse) XXX_Size() int

func (*BackupTaskCallbackResponse) XXX_Unmarshal

func (m *BackupTaskCallbackResponse) XXX_Unmarshal(b []byte) error

type BackupTaskCallbackResponseWrapper

type BackupTaskCallbackResponseWrapper struct {
	//
	//返回码
	Code int32 `protobuf:"varint,1,opt,name=code,proto3" json:"code" form:"code"`
	//
	//返回码解释
	CodeExplain string `protobuf:"bytes,2,opt,name=codeExplain,proto3" json:"codeExplain" form:"codeExplain"`
	//
	//错误详情
	Error string `protobuf:"bytes,3,opt,name=error,proto3" json:"error" form:"error"`
	//
	//返回数据
	Data                 *BackupTaskCallbackResponse `protobuf:"bytes,4,opt,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{}                    `json:"-"`
	XXX_unrecognized     []byte                      `json:"-"`
	XXX_sizecache        int32                       `json:"-"`
}

BackupTaskCallbackApi返回

func (*BackupTaskCallbackResponseWrapper) Descriptor

func (*BackupTaskCallbackResponseWrapper) Descriptor() ([]byte, []int)

func (*BackupTaskCallbackResponseWrapper) GetCode

func (*BackupTaskCallbackResponseWrapper) GetCodeExplain

func (m *BackupTaskCallbackResponseWrapper) GetCodeExplain() string

func (*BackupTaskCallbackResponseWrapper) GetData

func (*BackupTaskCallbackResponseWrapper) GetError

func (*BackupTaskCallbackResponseWrapper) ProtoMessage

func (*BackupTaskCallbackResponseWrapper) ProtoMessage()

func (*BackupTaskCallbackResponseWrapper) Reset

func (*BackupTaskCallbackResponseWrapper) String

func (*BackupTaskCallbackResponseWrapper) Validate

func (this *BackupTaskCallbackResponseWrapper) Validate() error

func (*BackupTaskCallbackResponseWrapper) XXX_DiscardUnknown

func (m *BackupTaskCallbackResponseWrapper) XXX_DiscardUnknown()

func (*BackupTaskCallbackResponseWrapper) XXX_Marshal

func (m *BackupTaskCallbackResponseWrapper) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BackupTaskCallbackResponseWrapper) XXX_Merge

func (*BackupTaskCallbackResponseWrapper) XXX_Size

func (m *BackupTaskCallbackResponseWrapper) XXX_Size() int

func (*BackupTaskCallbackResponseWrapper) XXX_Unmarshal

func (m *BackupTaskCallbackResponseWrapper) XXX_Unmarshal(b []byte) error

type CheckTaskCallbackRequest

type CheckTaskCallbackRequest struct {
	//
	//回调的参数详情
	Command              *easy_command.TaskDetail `protobuf:"bytes,1,opt,name=command,proto3" json:"command" form:"command"`
	XXX_NoUnkeyedLiteral struct{}                 `json:"-"`
	XXX_unrecognized     []byte                   `json:"-"`
	XXX_sizecache        int32                    `json:"-"`
}

CheckTaskCallback请求

func (*CheckTaskCallbackRequest) Descriptor

func (*CheckTaskCallbackRequest) Descriptor() ([]byte, []int)

func (*CheckTaskCallbackRequest) GetCommand

func (*CheckTaskCallbackRequest) ProtoMessage

func (*CheckTaskCallbackRequest) ProtoMessage()

func (*CheckTaskCallbackRequest) Reset

func (m *CheckTaskCallbackRequest) Reset()

func (*CheckTaskCallbackRequest) String

func (m *CheckTaskCallbackRequest) String() string

func (*CheckTaskCallbackRequest) Validate

func (this *CheckTaskCallbackRequest) Validate() error

func (*CheckTaskCallbackRequest) XXX_DiscardUnknown

func (m *CheckTaskCallbackRequest) XXX_DiscardUnknown()

func (*CheckTaskCallbackRequest) XXX_Marshal

func (m *CheckTaskCallbackRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CheckTaskCallbackRequest) XXX_Merge

func (m *CheckTaskCallbackRequest) XXX_Merge(src proto.Message)

func (*CheckTaskCallbackRequest) XXX_Size

func (m *CheckTaskCallbackRequest) XXX_Size() int

func (*CheckTaskCallbackRequest) XXX_Unmarshal

func (m *CheckTaskCallbackRequest) XXX_Unmarshal(b []byte) error

type CheckTaskCallbackResponse

type CheckTaskCallbackResponse struct {
	//
	//回调处理结果
	Status               string   `protobuf:"bytes,1,opt,name=status,proto3" json:"status" form:"status"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

CheckTaskCallback返回

func (*CheckTaskCallbackResponse) Descriptor

func (*CheckTaskCallbackResponse) Descriptor() ([]byte, []int)

func (*CheckTaskCallbackResponse) GetStatus

func (m *CheckTaskCallbackResponse) GetStatus() string

func (*CheckTaskCallbackResponse) ProtoMessage

func (*CheckTaskCallbackResponse) ProtoMessage()

func (*CheckTaskCallbackResponse) Reset

func (m *CheckTaskCallbackResponse) Reset()

func (*CheckTaskCallbackResponse) String

func (m *CheckTaskCallbackResponse) String() string

func (*CheckTaskCallbackResponse) Validate

func (this *CheckTaskCallbackResponse) Validate() error

func (*CheckTaskCallbackResponse) XXX_DiscardUnknown

func (m *CheckTaskCallbackResponse) XXX_DiscardUnknown()

func (*CheckTaskCallbackResponse) XXX_Marshal

func (m *CheckTaskCallbackResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CheckTaskCallbackResponse) XXX_Merge

func (m *CheckTaskCallbackResponse) XXX_Merge(src proto.Message)

func (*CheckTaskCallbackResponse) XXX_Size

func (m *CheckTaskCallbackResponse) XXX_Size() int

func (*CheckTaskCallbackResponse) XXX_Unmarshal

func (m *CheckTaskCallbackResponse) XXX_Unmarshal(b []byte) error

type CheckTaskCallbackResponseWrapper

type CheckTaskCallbackResponseWrapper struct {
	//
	//返回码
	Code int32 `protobuf:"varint,1,opt,name=code,proto3" json:"code" form:"code"`
	//
	//返回码解释
	CodeExplain string `protobuf:"bytes,2,opt,name=codeExplain,proto3" json:"codeExplain" form:"codeExplain"`
	//
	//错误详情
	Error string `protobuf:"bytes,3,opt,name=error,proto3" json:"error" form:"error"`
	//
	//返回数据
	Data                 *CheckTaskCallbackResponse `protobuf:"bytes,4,opt,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{}                   `json:"-"`
	XXX_unrecognized     []byte                     `json:"-"`
	XXX_sizecache        int32                      `json:"-"`
}

CheckTaskCallbackApi返回

func (*CheckTaskCallbackResponseWrapper) Descriptor

func (*CheckTaskCallbackResponseWrapper) Descriptor() ([]byte, []int)

func (*CheckTaskCallbackResponseWrapper) GetCode

func (*CheckTaskCallbackResponseWrapper) GetCodeExplain

func (m *CheckTaskCallbackResponseWrapper) GetCodeExplain() string

func (*CheckTaskCallbackResponseWrapper) GetData

func (*CheckTaskCallbackResponseWrapper) GetError

func (*CheckTaskCallbackResponseWrapper) ProtoMessage

func (*CheckTaskCallbackResponseWrapper) ProtoMessage()

func (*CheckTaskCallbackResponseWrapper) Reset

func (*CheckTaskCallbackResponseWrapper) String

func (*CheckTaskCallbackResponseWrapper) Validate

func (this *CheckTaskCallbackResponseWrapper) Validate() error

func (*CheckTaskCallbackResponseWrapper) XXX_DiscardUnknown

func (m *CheckTaskCallbackResponseWrapper) XXX_DiscardUnknown()

func (*CheckTaskCallbackResponseWrapper) XXX_Marshal

func (m *CheckTaskCallbackResponseWrapper) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CheckTaskCallbackResponseWrapper) XXX_Merge

func (*CheckTaskCallbackResponseWrapper) XXX_Size

func (m *CheckTaskCallbackResponseWrapper) XXX_Size() int

func (*CheckTaskCallbackResponseWrapper) XXX_Unmarshal

func (m *CheckTaskCallbackResponseWrapper) XXX_Unmarshal(b []byte) error

type Client

type Client interface {
	BackupTaskCallback(ctx context.Context, in *BackupTaskCallbackRequest) (*BackupTaskCallbackResponse, error)
	CheckTaskCallback(ctx context.Context, in *CheckTaskCallbackRequest) (*CheckTaskCallbackResponse, error)
	ConvertChangesetToSQL(ctx context.Context, in *ConvertChangesetToSQLRequest) (*ConvertChangesetToSQLResponse, error)
	CreateCustomDBTask(ctx context.Context, in *CreateCustomDBTaskRequest) (*CreateCustomDBTaskResponse, error)
	CreateSQLPackageDBTask(ctx context.Context, in *CreateSQLPackageDBTaskRequest) (*CreateSQLPackageDBTaskResponse, error)
	EditCustomDBTaskRollbackSQL(ctx context.Context, in *EditCustomDBTaskRollbackSQLRequest) (*types.Empty, error)
	GetCustomDBTaskDetail(ctx context.Context, in *GetCustomDBTaskDetailRequest) (*GetCustomDBTaskDetailResponse, error)
	GetCustomDBTaskRollbackInfo(ctx context.Context, in *GetCustomDBTaskRollbackInfoRequest) (*GetCustomDBTaskRollbackInfoResponse, error)
	GetSQLPackageDBTaskDetail(ctx context.Context, in *GetSQLPackageDBTaskDetailRequest) (*GetSQLPackageDBTaskDetailResponse, error)
	GetSQLPackageDBTaskRollbackInfo(ctx context.Context, in *GetSQLPackageDBTaskRollbackInfoRequest) (*GetSQLPackageDBTaskRollbackInfoResponse, error)
	LiquibaseTaskCallback(ctx context.Context, in *LiquibaseTaskCallbackRequest) (*LiquibaseTaskCallbackResponse, error)
	ListCustomDBTaskChangeHistory(ctx context.Context, in *ListCustomDBTaskChangeHistoryRequest) (*ListCustomDBTaskChangeHistoryResponse, error)
	ListDBVersion(ctx context.Context, in *ListDBVersionRequest) (*ListDBVersionResponse, error)
	ListSQLPackageChangeHistory(ctx context.Context, in *ListSQLPackageChangeHistoryRequest) (*ListSQLPackageChangeHistoryResponse, error)
	ListSQLPackageDBTaskChangeHistory(ctx context.Context, in *ListSQLPackageDBTaskChangeHistoryRequest) (*ListSQLPackageDBTaskChangeHistoryResponse, error)
	RetryCustomDBTask(ctx context.Context, in *RetryCustomDBTaskRequest) (*RetryCustomDBTaskResponse, error)
	RetrySQLPackageDBTask(ctx context.Context, in *RetrySQLPackageDBTaskRequest) (*RetrySQLPackageDBTaskResponse, error)
	RollbackCustomDBTask(ctx context.Context, in *RollbackCustomDBTaskRequest) (*RollbackCustomDBTaskResponse, error)
	RollbackSQLPackageDBTask(ctx context.Context, in *RollbackSQLPackageDBTaskRequest) (*RollbackSQLPackageDBTaskResponse, error)
}

Client is the client API for dbtask service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewClient

func NewClient(c giraffe_micro.Client) Client

type ConvertChangesetToSQLRequest

type ConvertChangesetToSQLRequest struct {
	//
	//变更集列表
	ChangesetList        []*ConvertChangesetToSQLRequest_ChangesetList `protobuf:"bytes,1,rep,name=changesetList,proto3" json:"changesetList" form:"changesetList"`
	XXX_NoUnkeyedLiteral struct{}                                      `json:"-"`
	XXX_unrecognized     []byte                                        `json:"-"`
	XXX_sizecache        int32                                         `json:"-"`
}

ConvertChangesetToSQL请求

func (*ConvertChangesetToSQLRequest) Descriptor

func (*ConvertChangesetToSQLRequest) Descriptor() ([]byte, []int)

func (*ConvertChangesetToSQLRequest) GetChangesetList

func (*ConvertChangesetToSQLRequest) ProtoMessage

func (*ConvertChangesetToSQLRequest) ProtoMessage()

func (*ConvertChangesetToSQLRequest) Reset

func (m *ConvertChangesetToSQLRequest) Reset()

func (*ConvertChangesetToSQLRequest) String

func (*ConvertChangesetToSQLRequest) Validate

func (this *ConvertChangesetToSQLRequest) Validate() error

func (*ConvertChangesetToSQLRequest) XXX_DiscardUnknown

func (m *ConvertChangesetToSQLRequest) XXX_DiscardUnknown()

func (*ConvertChangesetToSQLRequest) XXX_Marshal

func (m *ConvertChangesetToSQLRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ConvertChangesetToSQLRequest) XXX_Merge

func (m *ConvertChangesetToSQLRequest) XXX_Merge(src proto.Message)

func (*ConvertChangesetToSQLRequest) XXX_Size

func (m *ConvertChangesetToSQLRequest) XXX_Size() int

func (*ConvertChangesetToSQLRequest) XXX_Unmarshal

func (m *ConvertChangesetToSQLRequest) XXX_Unmarshal(b []byte) error

type ConvertChangesetToSQLRequest_ChangesetList

type ConvertChangesetToSQLRequest_ChangesetList struct {
	//
	//变更集名称
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name" form:"name"`
	//
	//变更集作者
	Author string `protobuf:"bytes,2,opt,name=author,proto3" json:"author" form:"author"`
	//
	//变更集其它属性
	OtherAttr string `protobuf:"bytes,3,opt,name=otherAttr,proto3" json:"otherAttr" form:"otherAttr"`
	//
	//变更SQL
	UpdateSql string `protobuf:"bytes,4,opt,name=updateSql,proto3" json:"updateSql" form:"updateSql"`
	//
	//回退SQL
	RollbackSql          string   `protobuf:"bytes,5,opt,name=rollbackSql,proto3" json:"rollbackSql" form:"rollbackSql"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ConvertChangesetToSQLRequest_ChangesetList) Descriptor

func (*ConvertChangesetToSQLRequest_ChangesetList) GetAuthor

func (*ConvertChangesetToSQLRequest_ChangesetList) GetName

func (*ConvertChangesetToSQLRequest_ChangesetList) GetOtherAttr

func (*ConvertChangesetToSQLRequest_ChangesetList) GetRollbackSql

func (*ConvertChangesetToSQLRequest_ChangesetList) GetUpdateSql

func (*ConvertChangesetToSQLRequest_ChangesetList) ProtoMessage

func (*ConvertChangesetToSQLRequest_ChangesetList) Reset

func (*ConvertChangesetToSQLRequest_ChangesetList) String

func (*ConvertChangesetToSQLRequest_ChangesetList) Validate

func (*ConvertChangesetToSQLRequest_ChangesetList) XXX_DiscardUnknown

func (m *ConvertChangesetToSQLRequest_ChangesetList) XXX_DiscardUnknown()

func (*ConvertChangesetToSQLRequest_ChangesetList) XXX_Marshal

func (m *ConvertChangesetToSQLRequest_ChangesetList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ConvertChangesetToSQLRequest_ChangesetList) XXX_Merge

func (*ConvertChangesetToSQLRequest_ChangesetList) XXX_Size

func (*ConvertChangesetToSQLRequest_ChangesetList) XXX_Unmarshal

type ConvertChangesetToSQLResponse

type ConvertChangesetToSQLResponse struct {
	//
	//SQL文本
	SqlText              string   `protobuf:"bytes,1,opt,name=sqlText,proto3" json:"sqlText" form:"sqlText"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

ConvertChangesetToSQL返回

func (*ConvertChangesetToSQLResponse) Descriptor

func (*ConvertChangesetToSQLResponse) Descriptor() ([]byte, []int)

func (*ConvertChangesetToSQLResponse) GetSqlText

func (m *ConvertChangesetToSQLResponse) GetSqlText() string

func (*ConvertChangesetToSQLResponse) ProtoMessage

func (*ConvertChangesetToSQLResponse) ProtoMessage()

func (*ConvertChangesetToSQLResponse) Reset

func (m *ConvertChangesetToSQLResponse) Reset()

func (*ConvertChangesetToSQLResponse) String

func (*ConvertChangesetToSQLResponse) Validate

func (this *ConvertChangesetToSQLResponse) Validate() error

func (*ConvertChangesetToSQLResponse) XXX_DiscardUnknown

func (m *ConvertChangesetToSQLResponse) XXX_DiscardUnknown()

func (*ConvertChangesetToSQLResponse) XXX_Marshal

func (m *ConvertChangesetToSQLResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ConvertChangesetToSQLResponse) XXX_Merge

func (m *ConvertChangesetToSQLResponse) XXX_Merge(src proto.Message)

func (*ConvertChangesetToSQLResponse) XXX_Size

func (m *ConvertChangesetToSQLResponse) XXX_Size() int

func (*ConvertChangesetToSQLResponse) XXX_Unmarshal

func (m *ConvertChangesetToSQLResponse) XXX_Unmarshal(b []byte) error

type ConvertChangesetToSQLResponseWrapper

type ConvertChangesetToSQLResponseWrapper struct {
	//
	//返回码
	Code int32 `protobuf:"varint,1,opt,name=code,proto3" json:"code" form:"code"`
	//
	//返回码解释
	CodeExplain string `protobuf:"bytes,2,opt,name=codeExplain,proto3" json:"codeExplain" form:"codeExplain"`
	//
	//错误详情
	Error string `protobuf:"bytes,3,opt,name=error,proto3" json:"error" form:"error"`
	//
	//返回数据
	Data                 *ConvertChangesetToSQLResponse `protobuf:"bytes,4,opt,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{}                       `json:"-"`
	XXX_unrecognized     []byte                         `json:"-"`
	XXX_sizecache        int32                          `json:"-"`
}

ConvertChangesetToSQLApi返回

func (*ConvertChangesetToSQLResponseWrapper) Descriptor

func (*ConvertChangesetToSQLResponseWrapper) Descriptor() ([]byte, []int)

func (*ConvertChangesetToSQLResponseWrapper) GetCode

func (*ConvertChangesetToSQLResponseWrapper) GetCodeExplain

func (m *ConvertChangesetToSQLResponseWrapper) GetCodeExplain() string

func (*ConvertChangesetToSQLResponseWrapper) GetData

func (*ConvertChangesetToSQLResponseWrapper) GetError

func (*ConvertChangesetToSQLResponseWrapper) ProtoMessage

func (*ConvertChangesetToSQLResponseWrapper) ProtoMessage()

func (*ConvertChangesetToSQLResponseWrapper) Reset

func (*ConvertChangesetToSQLResponseWrapper) String

func (*ConvertChangesetToSQLResponseWrapper) Validate

func (*ConvertChangesetToSQLResponseWrapper) XXX_DiscardUnknown

func (m *ConvertChangesetToSQLResponseWrapper) XXX_DiscardUnknown()

func (*ConvertChangesetToSQLResponseWrapper) XXX_Marshal

func (m *ConvertChangesetToSQLResponseWrapper) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ConvertChangesetToSQLResponseWrapper) XXX_Merge

func (*ConvertChangesetToSQLResponseWrapper) XXX_Size

func (*ConvertChangesetToSQLResponseWrapper) XXX_Unmarshal

func (m *ConvertChangesetToSQLResponseWrapper) XXX_Unmarshal(b []byte) error

type ConvertSQLToChangesetRequest

type ConvertSQLToChangesetRequest struct {
	//
	//待转换的SQL文本body
	ConvertSQL           *ConvertSQLToChangesetRequest_ConvertSQL `protobuf:"bytes,1,opt,name=convertSQL,proto3" json:"convertSQL" form:"convertSQL"`
	XXX_NoUnkeyedLiteral struct{}                                 `json:"-"`
	XXX_unrecognized     []byte                                   `json:"-"`
	XXX_sizecache        int32                                    `json:"-"`
}

ConvertSQLToChangeset请求

func (*ConvertSQLToChangesetRequest) Descriptor

func (*ConvertSQLToChangesetRequest) Descriptor() ([]byte, []int)

func (*ConvertSQLToChangesetRequest) GetConvertSQL

func (*ConvertSQLToChangesetRequest) ProtoMessage

func (*ConvertSQLToChangesetRequest) ProtoMessage()

func (*ConvertSQLToChangesetRequest) Reset

func (m *ConvertSQLToChangesetRequest) Reset()

func (*ConvertSQLToChangesetRequest) String

func (*ConvertSQLToChangesetRequest) Validate

func (this *ConvertSQLToChangesetRequest) Validate() error

func (*ConvertSQLToChangesetRequest) XXX_DiscardUnknown

func (m *ConvertSQLToChangesetRequest) XXX_DiscardUnknown()

func (*ConvertSQLToChangesetRequest) XXX_Marshal

func (m *ConvertSQLToChangesetRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ConvertSQLToChangesetRequest) XXX_Merge

func (m *ConvertSQLToChangesetRequest) XXX_Merge(src proto.Message)

func (*ConvertSQLToChangesetRequest) XXX_Size

func (m *ConvertSQLToChangesetRequest) XXX_Size() int

func (*ConvertSQLToChangesetRequest) XXX_Unmarshal

func (m *ConvertSQLToChangesetRequest) XXX_Unmarshal(b []byte) error

type ConvertSQLToChangesetRequest_ConvertSQL

type ConvertSQLToChangesetRequest_ConvertSQL struct {
	//
	//变更SQL文本
	SqlText              string   `protobuf:"bytes,1,opt,name=sqlText,proto3" json:"sqlText" form:"sqlText"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ConvertSQLToChangesetRequest_ConvertSQL) Descriptor

func (*ConvertSQLToChangesetRequest_ConvertSQL) Descriptor() ([]byte, []int)

func (*ConvertSQLToChangesetRequest_ConvertSQL) GetSqlText

func (*ConvertSQLToChangesetRequest_ConvertSQL) ProtoMessage

func (*ConvertSQLToChangesetRequest_ConvertSQL) Reset

func (*ConvertSQLToChangesetRequest_ConvertSQL) String

func (*ConvertSQLToChangesetRequest_ConvertSQL) Validate

func (*ConvertSQLToChangesetRequest_ConvertSQL) XXX_DiscardUnknown

func (m *ConvertSQLToChangesetRequest_ConvertSQL) XXX_DiscardUnknown()

func (*ConvertSQLToChangesetRequest_ConvertSQL) XXX_Marshal

func (m *ConvertSQLToChangesetRequest_ConvertSQL) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ConvertSQLToChangesetRequest_ConvertSQL) XXX_Merge

func (*ConvertSQLToChangesetRequest_ConvertSQL) XXX_Size

func (*ConvertSQLToChangesetRequest_ConvertSQL) XXX_Unmarshal

func (m *ConvertSQLToChangesetRequest_ConvertSQL) XXX_Unmarshal(b []byte) error

type ConvertSQLToChangesetResponse

type ConvertSQLToChangesetResponse struct {
	//
	//变更集名称
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name" form:"name"`
	//
	//变更集作者
	Author string `protobuf:"bytes,2,opt,name=author,proto3" json:"author" form:"author"`
	//
	//变更集其它属性
	OtherAttr string `protobuf:"bytes,3,opt,name=otherAttr,proto3" json:"otherAttr" form:"otherAttr"`
	//
	//变更SQL
	UpdateSql string `protobuf:"bytes,4,opt,name=updateSql,proto3" json:"updateSql" form:"updateSql"`
	//
	//回退SQL
	RollbackSql          string   `protobuf:"bytes,5,opt,name=rollbackSql,proto3" json:"rollbackSql" form:"rollbackSql"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

ConvertSQLToChangeset返回

func (*ConvertSQLToChangesetResponse) Descriptor

func (*ConvertSQLToChangesetResponse) Descriptor() ([]byte, []int)

func (*ConvertSQLToChangesetResponse) GetAuthor

func (m *ConvertSQLToChangesetResponse) GetAuthor() string

func (*ConvertSQLToChangesetResponse) GetName

func (*ConvertSQLToChangesetResponse) GetOtherAttr

func (m *ConvertSQLToChangesetResponse) GetOtherAttr() string

func (*ConvertSQLToChangesetResponse) GetRollbackSql

func (m *ConvertSQLToChangesetResponse) GetRollbackSql() string

func (*ConvertSQLToChangesetResponse) GetUpdateSql

func (m *ConvertSQLToChangesetResponse) GetUpdateSql() string

func (*ConvertSQLToChangesetResponse) ProtoMessage

func (*ConvertSQLToChangesetResponse) ProtoMessage()

func (*ConvertSQLToChangesetResponse) Reset

func (m *ConvertSQLToChangesetResponse) Reset()

func (*ConvertSQLToChangesetResponse) String

func (*ConvertSQLToChangesetResponse) Validate

func (this *ConvertSQLToChangesetResponse) Validate() error

func (*ConvertSQLToChangesetResponse) XXX_DiscardUnknown

func (m *ConvertSQLToChangesetResponse) XXX_DiscardUnknown()

func (*ConvertSQLToChangesetResponse) XXX_Marshal

func (m *ConvertSQLToChangesetResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ConvertSQLToChangesetResponse) XXX_Merge

func (m *ConvertSQLToChangesetResponse) XXX_Merge(src proto.Message)

func (*ConvertSQLToChangesetResponse) XXX_Size

func (m *ConvertSQLToChangesetResponse) XXX_Size() int

func (*ConvertSQLToChangesetResponse) XXX_Unmarshal

func (m *ConvertSQLToChangesetResponse) XXX_Unmarshal(b []byte) error

type ConvertSQLToChangesetResponseWrapper

type ConvertSQLToChangesetResponseWrapper struct {
	//
	//返回码
	Code int32 `protobuf:"varint,1,opt,name=code,proto3" json:"code" form:"code"`
	//
	//返回码解释
	CodeExplain string `protobuf:"bytes,2,opt,name=codeExplain,proto3" json:"codeExplain" form:"codeExplain"`
	//
	//错误详情
	Error string `protobuf:"bytes,3,opt,name=error,proto3" json:"error" form:"error"`
	//
	//返回数据
	Data                 []*ConvertSQLToChangesetResponse `protobuf:"bytes,4,rep,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{}                         `json:"-"`
	XXX_unrecognized     []byte                           `json:"-"`
	XXX_sizecache        int32                            `json:"-"`
}

ConvertSQLToChangesetApi返回

func (*ConvertSQLToChangesetResponseWrapper) Descriptor

func (*ConvertSQLToChangesetResponseWrapper) Descriptor() ([]byte, []int)

func (*ConvertSQLToChangesetResponseWrapper) GetCode

func (*ConvertSQLToChangesetResponseWrapper) GetCodeExplain

func (m *ConvertSQLToChangesetResponseWrapper) GetCodeExplain() string

func (*ConvertSQLToChangesetResponseWrapper) GetData

func (*ConvertSQLToChangesetResponseWrapper) GetError

func (*ConvertSQLToChangesetResponseWrapper) ProtoMessage

func (*ConvertSQLToChangesetResponseWrapper) ProtoMessage()

func (*ConvertSQLToChangesetResponseWrapper) Reset

func (*ConvertSQLToChangesetResponseWrapper) String

func (*ConvertSQLToChangesetResponseWrapper) Validate

func (*ConvertSQLToChangesetResponseWrapper) XXX_DiscardUnknown

func (m *ConvertSQLToChangesetResponseWrapper) XXX_DiscardUnknown()

func (*ConvertSQLToChangesetResponseWrapper) XXX_Marshal

func (m *ConvertSQLToChangesetResponseWrapper) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ConvertSQLToChangesetResponseWrapper) XXX_Merge

func (*ConvertSQLToChangesetResponseWrapper) XXX_Size

func (*ConvertSQLToChangesetResponseWrapper) XXX_Unmarshal

func (m *ConvertSQLToChangesetResponseWrapper) XXX_Unmarshal(b []byte) error

type CreateCustomDBTaskRequest

type CreateCustomDBTaskRequest struct {
	//
	//创建变更任务body
	DbTask               *CreateCustomDBTaskRequest_DbTask `protobuf:"bytes,1,opt,name=dbTask,proto3" json:"dbTask" form:"dbTask"`
	XXX_NoUnkeyedLiteral struct{}                          `json:"-"`
	XXX_unrecognized     []byte                            `json:"-"`
	XXX_sizecache        int32                             `json:"-"`
}

CreateCustomDBTask请求

func (*CreateCustomDBTaskRequest) Descriptor

func (*CreateCustomDBTaskRequest) Descriptor() ([]byte, []int)

func (*CreateCustomDBTaskRequest) GetDbTask

func (*CreateCustomDBTaskRequest) ProtoMessage

func (*CreateCustomDBTaskRequest) ProtoMessage()

func (*CreateCustomDBTaskRequest) Reset

func (m *CreateCustomDBTaskRequest) Reset()

func (*CreateCustomDBTaskRequest) String

func (m *CreateCustomDBTaskRequest) String() string

func (*CreateCustomDBTaskRequest) Validate

func (this *CreateCustomDBTaskRequest) Validate() error

func (*CreateCustomDBTaskRequest) XXX_DiscardUnknown

func (m *CreateCustomDBTaskRequest) XXX_DiscardUnknown()

func (*CreateCustomDBTaskRequest) XXX_Marshal

func (m *CreateCustomDBTaskRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateCustomDBTaskRequest) XXX_Merge

func (m *CreateCustomDBTaskRequest) XXX_Merge(src proto.Message)

func (*CreateCustomDBTaskRequest) XXX_Size

func (m *CreateCustomDBTaskRequest) XXX_Size() int

func (*CreateCustomDBTaskRequest) XXX_Unmarshal

func (m *CreateCustomDBTaskRequest) XXX_Unmarshal(b []byte) error

type CreateCustomDBTaskRequest_DbTask

type CreateCustomDBTaskRequest_DbTask struct {
	//
	//数据库服务ID
	DbServiceId string `protobuf:"bytes,1,opt,name=dbServiceId,proto3" json:"dbServiceId" form:"dbServiceId"`
	//
	//变更任务的SQL集列表
	ChangeCfg            []*CreateCustomDBTaskRequest_DbTask_ChangeCfg `protobuf:"bytes,2,rep,name=changeCfg,proto3" json:"changeCfg" form:"changeCfg"`
	XXX_NoUnkeyedLiteral struct{}                                      `json:"-"`
	XXX_unrecognized     []byte                                        `json:"-"`
	XXX_sizecache        int32                                         `json:"-"`
}

func (*CreateCustomDBTaskRequest_DbTask) Descriptor

func (*CreateCustomDBTaskRequest_DbTask) Descriptor() ([]byte, []int)

func (*CreateCustomDBTaskRequest_DbTask) GetChangeCfg

func (*CreateCustomDBTaskRequest_DbTask) GetDbServiceId

func (m *CreateCustomDBTaskRequest_DbTask) GetDbServiceId() string

func (*CreateCustomDBTaskRequest_DbTask) ProtoMessage

func (*CreateCustomDBTaskRequest_DbTask) ProtoMessage()

func (*CreateCustomDBTaskRequest_DbTask) Reset

func (*CreateCustomDBTaskRequest_DbTask) String

func (*CreateCustomDBTaskRequest_DbTask) Validate

func (this *CreateCustomDBTaskRequest_DbTask) Validate() error

func (*CreateCustomDBTaskRequest_DbTask) XXX_DiscardUnknown

func (m *CreateCustomDBTaskRequest_DbTask) XXX_DiscardUnknown()

func (*CreateCustomDBTaskRequest_DbTask) XXX_Marshal

func (m *CreateCustomDBTaskRequest_DbTask) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateCustomDBTaskRequest_DbTask) XXX_Merge

func (*CreateCustomDBTaskRequest_DbTask) XXX_Size

func (m *CreateCustomDBTaskRequest_DbTask) XXX_Size() int

func (*CreateCustomDBTaskRequest_DbTask) XXX_Unmarshal

func (m *CreateCustomDBTaskRequest_DbTask) XXX_Unmarshal(b []byte) error

type CreateCustomDBTaskRequest_DbTask_ChangeCfg

type CreateCustomDBTaskRequest_DbTask_ChangeCfg struct {
	//
	//数据库实例ID
	DbInstanceId string `protobuf:"bytes,1,opt,name=dbInstanceId,proto3" json:"dbInstanceId" form:"dbInstanceId"`
	//
	//额外的用户名(字段似乎已无必要除掉)
	Username string `protobuf:"bytes,2,opt,name=username,proto3" json:"username" form:"username"`
	//
	//额外的密码
	Password string `protobuf:"bytes,3,opt,name=password,proto3" json:"password" form:"password"`
	//
	//SQL文本
	SqlText              string   `protobuf:"bytes,4,opt,name=sqlText,proto3" json:"sqlText" form:"sqlText"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CreateCustomDBTaskRequest_DbTask_ChangeCfg) Descriptor

func (*CreateCustomDBTaskRequest_DbTask_ChangeCfg) GetDbInstanceId

func (*CreateCustomDBTaskRequest_DbTask_ChangeCfg) GetPassword

func (*CreateCustomDBTaskRequest_DbTask_ChangeCfg) GetSqlText

func (*CreateCustomDBTaskRequest_DbTask_ChangeCfg) GetUsername

func (*CreateCustomDBTaskRequest_DbTask_ChangeCfg) ProtoMessage

func (*CreateCustomDBTaskRequest_DbTask_ChangeCfg) Reset

func (*CreateCustomDBTaskRequest_DbTask_ChangeCfg) String

func (*CreateCustomDBTaskRequest_DbTask_ChangeCfg) Validate

func (*CreateCustomDBTaskRequest_DbTask_ChangeCfg) XXX_DiscardUnknown

func (m *CreateCustomDBTaskRequest_DbTask_ChangeCfg) XXX_DiscardUnknown()

func (*CreateCustomDBTaskRequest_DbTask_ChangeCfg) XXX_Marshal

func (m *CreateCustomDBTaskRequest_DbTask_ChangeCfg) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateCustomDBTaskRequest_DbTask_ChangeCfg) XXX_Merge

func (*CreateCustomDBTaskRequest_DbTask_ChangeCfg) XXX_Size

func (*CreateCustomDBTaskRequest_DbTask_ChangeCfg) XXX_Unmarshal

type CreateCustomDBTaskResponse

type CreateCustomDBTaskResponse struct {
	//
	//任务ID
	TaskId               string   `protobuf:"bytes,1,opt,name=taskId,proto3" json:"taskId" form:"taskId"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

CreateCustomDBTask返回

func (*CreateCustomDBTaskResponse) Descriptor

func (*CreateCustomDBTaskResponse) Descriptor() ([]byte, []int)

func (*CreateCustomDBTaskResponse) GetTaskId

func (m *CreateCustomDBTaskResponse) GetTaskId() string

func (*CreateCustomDBTaskResponse) ProtoMessage

func (*CreateCustomDBTaskResponse) ProtoMessage()

func (*CreateCustomDBTaskResponse) Reset

func (m *CreateCustomDBTaskResponse) Reset()

func (*CreateCustomDBTaskResponse) String

func (m *CreateCustomDBTaskResponse) String() string

func (*CreateCustomDBTaskResponse) Validate

func (this *CreateCustomDBTaskResponse) Validate() error

func (*CreateCustomDBTaskResponse) XXX_DiscardUnknown

func (m *CreateCustomDBTaskResponse) XXX_DiscardUnknown()

func (*CreateCustomDBTaskResponse) XXX_Marshal

func (m *CreateCustomDBTaskResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateCustomDBTaskResponse) XXX_Merge

func (m *CreateCustomDBTaskResponse) XXX_Merge(src proto.Message)

func (*CreateCustomDBTaskResponse) XXX_Size

func (m *CreateCustomDBTaskResponse) XXX_Size() int

func (*CreateCustomDBTaskResponse) XXX_Unmarshal

func (m *CreateCustomDBTaskResponse) XXX_Unmarshal(b []byte) error

type CreateCustomDBTaskResponseWrapper

type CreateCustomDBTaskResponseWrapper struct {
	//
	//返回码
	Code int32 `protobuf:"varint,1,opt,name=code,proto3" json:"code" form:"code"`
	//
	//返回码解释
	CodeExplain string `protobuf:"bytes,2,opt,name=codeExplain,proto3" json:"codeExplain" form:"codeExplain"`
	//
	//错误详情
	Error string `protobuf:"bytes,3,opt,name=error,proto3" json:"error" form:"error"`
	//
	//返回数据
	Data                 *CreateCustomDBTaskResponse `protobuf:"bytes,4,opt,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{}                    `json:"-"`
	XXX_unrecognized     []byte                      `json:"-"`
	XXX_sizecache        int32                       `json:"-"`
}

CreateCustomDBTaskApi返回

func (*CreateCustomDBTaskResponseWrapper) Descriptor

func (*CreateCustomDBTaskResponseWrapper) Descriptor() ([]byte, []int)

func (*CreateCustomDBTaskResponseWrapper) GetCode

func (*CreateCustomDBTaskResponseWrapper) GetCodeExplain

func (m *CreateCustomDBTaskResponseWrapper) GetCodeExplain() string

func (*CreateCustomDBTaskResponseWrapper) GetData

func (*CreateCustomDBTaskResponseWrapper) GetError

func (*CreateCustomDBTaskResponseWrapper) ProtoMessage

func (*CreateCustomDBTaskResponseWrapper) ProtoMessage()

func (*CreateCustomDBTaskResponseWrapper) Reset

func (*CreateCustomDBTaskResponseWrapper) String

func (*CreateCustomDBTaskResponseWrapper) Validate

func (this *CreateCustomDBTaskResponseWrapper) Validate() error

func (*CreateCustomDBTaskResponseWrapper) XXX_DiscardUnknown

func (m *CreateCustomDBTaskResponseWrapper) XXX_DiscardUnknown()

func (*CreateCustomDBTaskResponseWrapper) XXX_Marshal

func (m *CreateCustomDBTaskResponseWrapper) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateCustomDBTaskResponseWrapper) XXX_Merge

func (*CreateCustomDBTaskResponseWrapper) XXX_Size

func (m *CreateCustomDBTaskResponseWrapper) XXX_Size() int

func (*CreateCustomDBTaskResponseWrapper) XXX_Unmarshal

func (m *CreateCustomDBTaskResponseWrapper) XXX_Unmarshal(b []byte) error

type CreateSQLPackageDBTaskRequest

type CreateSQLPackageDBTaskRequest struct {
	//
	//SQL包ID
	PkgId string `protobuf:"bytes,1,opt,name=pkgId,proto3" json:"pkgId" form:"pkgId"`
	//
	//SQL包版本ID
	VersionId string `protobuf:"bytes,2,opt,name=versionId,proto3" json:"versionId" form:"versionId"`
	//
	//创建SQL包变更任务请求参数
	TaskInfo             *CreateSQLPackageDBTaskRequest_TaskInfo `protobuf:"bytes,3,opt,name=taskInfo,proto3" json:"taskInfo" form:"taskInfo"`
	XXX_NoUnkeyedLiteral struct{}                                `json:"-"`
	XXX_unrecognized     []byte                                  `json:"-"`
	XXX_sizecache        int32                                   `json:"-"`
}

CreateSQLPackageDBTask请求

func (*CreateSQLPackageDBTaskRequest) Descriptor

func (*CreateSQLPackageDBTaskRequest) Descriptor() ([]byte, []int)

func (*CreateSQLPackageDBTaskRequest) GetPkgId

func (m *CreateSQLPackageDBTaskRequest) GetPkgId() string

func (*CreateSQLPackageDBTaskRequest) GetTaskInfo

func (*CreateSQLPackageDBTaskRequest) GetVersionId

func (m *CreateSQLPackageDBTaskRequest) GetVersionId() string

func (*CreateSQLPackageDBTaskRequest) ProtoMessage

func (*CreateSQLPackageDBTaskRequest) ProtoMessage()

func (*CreateSQLPackageDBTaskRequest) Reset

func (m *CreateSQLPackageDBTaskRequest) Reset()

func (*CreateSQLPackageDBTaskRequest) String

func (*CreateSQLPackageDBTaskRequest) Validate

func (this *CreateSQLPackageDBTaskRequest) Validate() error

func (*CreateSQLPackageDBTaskRequest) XXX_DiscardUnknown

func (m *CreateSQLPackageDBTaskRequest) XXX_DiscardUnknown()

func (*CreateSQLPackageDBTaskRequest) XXX_Marshal

func (m *CreateSQLPackageDBTaskRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateSQLPackageDBTaskRequest) XXX_Merge

func (m *CreateSQLPackageDBTaskRequest) XXX_Merge(src proto.Message)

func (*CreateSQLPackageDBTaskRequest) XXX_Size

func (m *CreateSQLPackageDBTaskRequest) XXX_Size() int

func (*CreateSQLPackageDBTaskRequest) XXX_Unmarshal

func (m *CreateSQLPackageDBTaskRequest) XXX_Unmarshal(b []byte) error

type CreateSQLPackageDBTaskRequest_TaskInfo

type CreateSQLPackageDBTaskRequest_TaskInfo struct {
	//
	//数据库服务ID
	DbServiceId string `protobuf:"bytes,1,opt,name=dbServiceId,proto3" json:"dbServiceId" form:"dbServiceId"`
	//
	//备份任务配置,可以为空
	BackupCfg []*CreateSQLPackageDBTaskRequest_TaskInfo_BackupCfg `protobuf:"bytes,2,rep,name=backupCfg,proto3" json:"backupCfg" form:"backupCfg"`
	//
	//变更任务配置
	ChangeCfg []*CreateSQLPackageDBTaskRequest_TaskInfo_ChangeCfg `protobuf:"bytes,3,rep,name=changeCfg,proto3" json:"changeCfg" form:"changeCfg"`
	//
	//检查任务配置,可以为空
	CheckCfg             []*CreateSQLPackageDBTaskRequest_TaskInfo_CheckCfg `protobuf:"bytes,4,rep,name=checkCfg,proto3" json:"checkCfg" form:"checkCfg"`
	XXX_NoUnkeyedLiteral struct{}                                           `json:"-"`
	XXX_unrecognized     []byte                                             `json:"-"`
	XXX_sizecache        int32                                              `json:"-"`
}

func (*CreateSQLPackageDBTaskRequest_TaskInfo) Descriptor

func (*CreateSQLPackageDBTaskRequest_TaskInfo) Descriptor() ([]byte, []int)

func (*CreateSQLPackageDBTaskRequest_TaskInfo) GetBackupCfg

func (*CreateSQLPackageDBTaskRequest_TaskInfo) GetChangeCfg

func (*CreateSQLPackageDBTaskRequest_TaskInfo) GetCheckCfg

func (*CreateSQLPackageDBTaskRequest_TaskInfo) GetDbServiceId

func (m *CreateSQLPackageDBTaskRequest_TaskInfo) GetDbServiceId() string

func (*CreateSQLPackageDBTaskRequest_TaskInfo) ProtoMessage

func (*CreateSQLPackageDBTaskRequest_TaskInfo) Reset

func (*CreateSQLPackageDBTaskRequest_TaskInfo) String

func (*CreateSQLPackageDBTaskRequest_TaskInfo) Validate

func (*CreateSQLPackageDBTaskRequest_TaskInfo) XXX_DiscardUnknown

func (m *CreateSQLPackageDBTaskRequest_TaskInfo) XXX_DiscardUnknown()

func (*CreateSQLPackageDBTaskRequest_TaskInfo) XXX_Marshal

func (m *CreateSQLPackageDBTaskRequest_TaskInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateSQLPackageDBTaskRequest_TaskInfo) XXX_Merge

func (*CreateSQLPackageDBTaskRequest_TaskInfo) XXX_Size

func (*CreateSQLPackageDBTaskRequest_TaskInfo) XXX_Unmarshal

func (m *CreateSQLPackageDBTaskRequest_TaskInfo) XXX_Unmarshal(b []byte) error

type CreateSQLPackageDBTaskRequest_TaskInfo_BackupCfg

type CreateSQLPackageDBTaskRequest_TaskInfo_BackupCfg struct {
	//
	//数据库实例ID
	DbInstanceId string `protobuf:"bytes,1,opt,name=dbInstanceId,proto3" json:"dbInstanceId" form:"dbInstanceId"`
	//
	//主机ID
	HostId string `protobuf:"bytes,2,opt,name=hostId,proto3" json:"hostId" form:"hostId"`
	//
	//主机IP
	HostIp string `protobuf:"bytes,3,opt,name=hostIp,proto3" json:"hostIp" form:"hostIp"`
	//
	//备份任务脚本列表
	Scripts              []*CreateSQLPackageDBTaskRequest_TaskInfo_BackupCfg_Scripts `protobuf:"bytes,4,rep,name=scripts,proto3" json:"scripts" form:"scripts"`
	XXX_NoUnkeyedLiteral struct{}                                                    `json:"-"`
	XXX_unrecognized     []byte                                                      `json:"-"`
	XXX_sizecache        int32                                                       `json:"-"`
}

func (*CreateSQLPackageDBTaskRequest_TaskInfo_BackupCfg) Descriptor

func (*CreateSQLPackageDBTaskRequest_TaskInfo_BackupCfg) GetDbInstanceId

func (*CreateSQLPackageDBTaskRequest_TaskInfo_BackupCfg) GetHostId

func (*CreateSQLPackageDBTaskRequest_TaskInfo_BackupCfg) GetHostIp

func (*CreateSQLPackageDBTaskRequest_TaskInfo_BackupCfg) GetScripts

func (*CreateSQLPackageDBTaskRequest_TaskInfo_BackupCfg) ProtoMessage

func (*CreateSQLPackageDBTaskRequest_TaskInfo_BackupCfg) Reset

func (*CreateSQLPackageDBTaskRequest_TaskInfo_BackupCfg) String

func (*CreateSQLPackageDBTaskRequest_TaskInfo_BackupCfg) Validate

func (*CreateSQLPackageDBTaskRequest_TaskInfo_BackupCfg) XXX_DiscardUnknown

func (m *CreateSQLPackageDBTaskRequest_TaskInfo_BackupCfg) XXX_DiscardUnknown()

func (*CreateSQLPackageDBTaskRequest_TaskInfo_BackupCfg) XXX_Marshal

func (m *CreateSQLPackageDBTaskRequest_TaskInfo_BackupCfg) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateSQLPackageDBTaskRequest_TaskInfo_BackupCfg) XXX_Merge

func (*CreateSQLPackageDBTaskRequest_TaskInfo_BackupCfg) XXX_Size

func (*CreateSQLPackageDBTaskRequest_TaskInfo_BackupCfg) XXX_Unmarshal

type CreateSQLPackageDBTaskRequest_TaskInfo_BackupCfg_Scripts

type CreateSQLPackageDBTaskRequest_TaskInfo_BackupCfg_Scripts struct {
	//
	//脚本路径
	Script string `protobuf:"bytes,1,opt,name=script,proto3" json:"script" form:"script"`
	//
	//脚本参数
	Variables            []*CreateSQLPackageDBTaskRequest_TaskInfo_BackupCfg_Scripts_Variables `protobuf:"bytes,2,rep,name=variables,proto3" json:"variables" form:"variables"`
	XXX_NoUnkeyedLiteral struct{}                                                              `json:"-"`
	XXX_unrecognized     []byte                                                                `json:"-"`
	XXX_sizecache        int32                                                                 `json:"-"`
}

func (*CreateSQLPackageDBTaskRequest_TaskInfo_BackupCfg_Scripts) Descriptor

func (*CreateSQLPackageDBTaskRequest_TaskInfo_BackupCfg_Scripts) GetScript

func (*CreateSQLPackageDBTaskRequest_TaskInfo_BackupCfg_Scripts) GetVariables

func (*CreateSQLPackageDBTaskRequest_TaskInfo_BackupCfg_Scripts) ProtoMessage

func (*CreateSQLPackageDBTaskRequest_TaskInfo_BackupCfg_Scripts) Reset

func (*CreateSQLPackageDBTaskRequest_TaskInfo_BackupCfg_Scripts) String

func (*CreateSQLPackageDBTaskRequest_TaskInfo_BackupCfg_Scripts) Validate

func (*CreateSQLPackageDBTaskRequest_TaskInfo_BackupCfg_Scripts) XXX_DiscardUnknown

func (*CreateSQLPackageDBTaskRequest_TaskInfo_BackupCfg_Scripts) XXX_Marshal

func (m *CreateSQLPackageDBTaskRequest_TaskInfo_BackupCfg_Scripts) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateSQLPackageDBTaskRequest_TaskInfo_BackupCfg_Scripts) XXX_Merge

func (*CreateSQLPackageDBTaskRequest_TaskInfo_BackupCfg_Scripts) XXX_Size

func (*CreateSQLPackageDBTaskRequest_TaskInfo_BackupCfg_Scripts) XXX_Unmarshal

type CreateSQLPackageDBTaskRequest_TaskInfo_BackupCfg_Scripts_Variables

type CreateSQLPackageDBTaskRequest_TaskInfo_BackupCfg_Scripts_Variables struct {
	//
	//参数名称
	Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key" form:"key"`
	//
	//参数值
	Value                string   `protobuf:"bytes,2,opt,name=value,proto3" json:"value" form:"value"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CreateSQLPackageDBTaskRequest_TaskInfo_BackupCfg_Scripts_Variables) Descriptor

func (*CreateSQLPackageDBTaskRequest_TaskInfo_BackupCfg_Scripts_Variables) GetKey

func (*CreateSQLPackageDBTaskRequest_TaskInfo_BackupCfg_Scripts_Variables) GetValue

func (*CreateSQLPackageDBTaskRequest_TaskInfo_BackupCfg_Scripts_Variables) ProtoMessage

func (*CreateSQLPackageDBTaskRequest_TaskInfo_BackupCfg_Scripts_Variables) Reset

func (*CreateSQLPackageDBTaskRequest_TaskInfo_BackupCfg_Scripts_Variables) String

func (*CreateSQLPackageDBTaskRequest_TaskInfo_BackupCfg_Scripts_Variables) Validate

func (*CreateSQLPackageDBTaskRequest_TaskInfo_BackupCfg_Scripts_Variables) XXX_DiscardUnknown

func (*CreateSQLPackageDBTaskRequest_TaskInfo_BackupCfg_Scripts_Variables) XXX_Marshal

func (*CreateSQLPackageDBTaskRequest_TaskInfo_BackupCfg_Scripts_Variables) XXX_Merge

func (*CreateSQLPackageDBTaskRequest_TaskInfo_BackupCfg_Scripts_Variables) XXX_Size

func (*CreateSQLPackageDBTaskRequest_TaskInfo_BackupCfg_Scripts_Variables) XXX_Unmarshal

type CreateSQLPackageDBTaskRequest_TaskInfo_ChangeCfg

type CreateSQLPackageDBTaskRequest_TaskInfo_ChangeCfg struct {
	//
	//数据库实例ID
	DbInstanceId string `protobuf:"bytes,1,opt,name=dbInstanceId,proto3" json:"dbInstanceId" form:"dbInstanceId"`
	//
	//数据库实例用户名(临时)
	Username string `protobuf:"bytes,2,opt,name=username,proto3" json:"username" form:"username"`
	//
	//数据库实例密码(临时)
	Password string `protobuf:"bytes,3,opt,name=password,proto3" json:"password" form:"password"`
	//
	//检查任务脚本路径列表
	Scripts              []*CreateSQLPackageDBTaskRequest_TaskInfo_ChangeCfg_Scripts `protobuf:"bytes,4,rep,name=scripts,proto3" json:"scripts" form:"scripts"`
	XXX_NoUnkeyedLiteral struct{}                                                    `json:"-"`
	XXX_unrecognized     []byte                                                      `json:"-"`
	XXX_sizecache        int32                                                       `json:"-"`
}

func (*CreateSQLPackageDBTaskRequest_TaskInfo_ChangeCfg) Descriptor

func (*CreateSQLPackageDBTaskRequest_TaskInfo_ChangeCfg) GetDbInstanceId

func (*CreateSQLPackageDBTaskRequest_TaskInfo_ChangeCfg) GetPassword

func (*CreateSQLPackageDBTaskRequest_TaskInfo_ChangeCfg) GetScripts

func (*CreateSQLPackageDBTaskRequest_TaskInfo_ChangeCfg) GetUsername

func (*CreateSQLPackageDBTaskRequest_TaskInfo_ChangeCfg) ProtoMessage

func (*CreateSQLPackageDBTaskRequest_TaskInfo_ChangeCfg) Reset

func (*CreateSQLPackageDBTaskRequest_TaskInfo_ChangeCfg) String

func (*CreateSQLPackageDBTaskRequest_TaskInfo_ChangeCfg) Validate

func (*CreateSQLPackageDBTaskRequest_TaskInfo_ChangeCfg) XXX_DiscardUnknown

func (m *CreateSQLPackageDBTaskRequest_TaskInfo_ChangeCfg) XXX_DiscardUnknown()

func (*CreateSQLPackageDBTaskRequest_TaskInfo_ChangeCfg) XXX_Marshal

func (m *CreateSQLPackageDBTaskRequest_TaskInfo_ChangeCfg) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateSQLPackageDBTaskRequest_TaskInfo_ChangeCfg) XXX_Merge

func (*CreateSQLPackageDBTaskRequest_TaskInfo_ChangeCfg) XXX_Size

func (*CreateSQLPackageDBTaskRequest_TaskInfo_ChangeCfg) XXX_Unmarshal

type CreateSQLPackageDBTaskRequest_TaskInfo_ChangeCfg_Scripts

type CreateSQLPackageDBTaskRequest_TaskInfo_ChangeCfg_Scripts struct {
	//
	//变更SQL路径
	Update string `protobuf:"bytes,1,opt,name=update,proto3" json:"update" form:"update"`
	//
	//回退SQL路径
	Rollback             string   `protobuf:"bytes,2,opt,name=rollback,proto3" json:"rollback" form:"rollback"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CreateSQLPackageDBTaskRequest_TaskInfo_ChangeCfg_Scripts) Descriptor

func (*CreateSQLPackageDBTaskRequest_TaskInfo_ChangeCfg_Scripts) GetRollback

func (*CreateSQLPackageDBTaskRequest_TaskInfo_ChangeCfg_Scripts) GetUpdate

func (*CreateSQLPackageDBTaskRequest_TaskInfo_ChangeCfg_Scripts) ProtoMessage

func (*CreateSQLPackageDBTaskRequest_TaskInfo_ChangeCfg_Scripts) Reset

func (*CreateSQLPackageDBTaskRequest_TaskInfo_ChangeCfg_Scripts) String

func (*CreateSQLPackageDBTaskRequest_TaskInfo_ChangeCfg_Scripts) Validate

func (*CreateSQLPackageDBTaskRequest_TaskInfo_ChangeCfg_Scripts) XXX_DiscardUnknown

func (*CreateSQLPackageDBTaskRequest_TaskInfo_ChangeCfg_Scripts) XXX_Marshal

func (m *CreateSQLPackageDBTaskRequest_TaskInfo_ChangeCfg_Scripts) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateSQLPackageDBTaskRequest_TaskInfo_ChangeCfg_Scripts) XXX_Merge

func (*CreateSQLPackageDBTaskRequest_TaskInfo_ChangeCfg_Scripts) XXX_Size

func (*CreateSQLPackageDBTaskRequest_TaskInfo_ChangeCfg_Scripts) XXX_Unmarshal

type CreateSQLPackageDBTaskRequest_TaskInfo_CheckCfg

type CreateSQLPackageDBTaskRequest_TaskInfo_CheckCfg struct {
	//
	//数据库实例ID
	DbInstanceId string `protobuf:"bytes,1,opt,name=dbInstanceId,proto3" json:"dbInstanceId" form:"dbInstanceId"`
	//
	//数据库实例用户名(临时)
	Username string `protobuf:"bytes,2,opt,name=username,proto3" json:"username" form:"username"`
	//
	//数据库实例密码(临时)
	Password string `protobuf:"bytes,3,opt,name=password,proto3" json:"password" form:"password"`
	//
	//检查任务脚本路径(对象声明文件)
	Scripts              []string `protobuf:"bytes,4,rep,name=scripts,proto3" json:"scripts" form:"scripts"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CreateSQLPackageDBTaskRequest_TaskInfo_CheckCfg) Descriptor

func (*CreateSQLPackageDBTaskRequest_TaskInfo_CheckCfg) GetDbInstanceId

func (*CreateSQLPackageDBTaskRequest_TaskInfo_CheckCfg) GetPassword

func (*CreateSQLPackageDBTaskRequest_TaskInfo_CheckCfg) GetScripts

func (*CreateSQLPackageDBTaskRequest_TaskInfo_CheckCfg) GetUsername

func (*CreateSQLPackageDBTaskRequest_TaskInfo_CheckCfg) ProtoMessage

func (*CreateSQLPackageDBTaskRequest_TaskInfo_CheckCfg) Reset

func (*CreateSQLPackageDBTaskRequest_TaskInfo_CheckCfg) String

func (*CreateSQLPackageDBTaskRequest_TaskInfo_CheckCfg) Validate

func (*CreateSQLPackageDBTaskRequest_TaskInfo_CheckCfg) XXX_DiscardUnknown

func (m *CreateSQLPackageDBTaskRequest_TaskInfo_CheckCfg) XXX_DiscardUnknown()

func (*CreateSQLPackageDBTaskRequest_TaskInfo_CheckCfg) XXX_Marshal

func (m *CreateSQLPackageDBTaskRequest_TaskInfo_CheckCfg) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateSQLPackageDBTaskRequest_TaskInfo_CheckCfg) XXX_Merge

func (*CreateSQLPackageDBTaskRequest_TaskInfo_CheckCfg) XXX_Size

func (*CreateSQLPackageDBTaskRequest_TaskInfo_CheckCfg) XXX_Unmarshal

type CreateSQLPackageDBTaskResponse

type CreateSQLPackageDBTaskResponse struct {
	//
	//任务ID
	TaskId               string   `protobuf:"bytes,1,opt,name=taskId,proto3" json:"taskId" form:"taskId"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

CreateSQLPackageDBTask返回

func (*CreateSQLPackageDBTaskResponse) Descriptor

func (*CreateSQLPackageDBTaskResponse) Descriptor() ([]byte, []int)

func (*CreateSQLPackageDBTaskResponse) GetTaskId

func (m *CreateSQLPackageDBTaskResponse) GetTaskId() string

func (*CreateSQLPackageDBTaskResponse) ProtoMessage

func (*CreateSQLPackageDBTaskResponse) ProtoMessage()

func (*CreateSQLPackageDBTaskResponse) Reset

func (m *CreateSQLPackageDBTaskResponse) Reset()

func (*CreateSQLPackageDBTaskResponse) String

func (*CreateSQLPackageDBTaskResponse) Validate

func (this *CreateSQLPackageDBTaskResponse) Validate() error

func (*CreateSQLPackageDBTaskResponse) XXX_DiscardUnknown

func (m *CreateSQLPackageDBTaskResponse) XXX_DiscardUnknown()

func (*CreateSQLPackageDBTaskResponse) XXX_Marshal

func (m *CreateSQLPackageDBTaskResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateSQLPackageDBTaskResponse) XXX_Merge

func (m *CreateSQLPackageDBTaskResponse) XXX_Merge(src proto.Message)

func (*CreateSQLPackageDBTaskResponse) XXX_Size

func (m *CreateSQLPackageDBTaskResponse) XXX_Size() int

func (*CreateSQLPackageDBTaskResponse) XXX_Unmarshal

func (m *CreateSQLPackageDBTaskResponse) XXX_Unmarshal(b []byte) error

type CreateSQLPackageDBTaskResponseWrapper

type CreateSQLPackageDBTaskResponseWrapper struct {
	//
	//返回码
	Code int32 `protobuf:"varint,1,opt,name=code,proto3" json:"code" form:"code"`
	//
	//返回码解释
	CodeExplain string `protobuf:"bytes,2,opt,name=codeExplain,proto3" json:"codeExplain" form:"codeExplain"`
	//
	//错误详情
	Error string `protobuf:"bytes,3,opt,name=error,proto3" json:"error" form:"error"`
	//
	//返回数据
	Data                 *CreateSQLPackageDBTaskResponse `protobuf:"bytes,4,opt,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{}                        `json:"-"`
	XXX_unrecognized     []byte                          `json:"-"`
	XXX_sizecache        int32                           `json:"-"`
}

CreateSQLPackageDBTaskApi返回

func (*CreateSQLPackageDBTaskResponseWrapper) Descriptor

func (*CreateSQLPackageDBTaskResponseWrapper) Descriptor() ([]byte, []int)

func (*CreateSQLPackageDBTaskResponseWrapper) GetCode

func (*CreateSQLPackageDBTaskResponseWrapper) GetCodeExplain

func (m *CreateSQLPackageDBTaskResponseWrapper) GetCodeExplain() string

func (*CreateSQLPackageDBTaskResponseWrapper) GetData

func (*CreateSQLPackageDBTaskResponseWrapper) GetError

func (*CreateSQLPackageDBTaskResponseWrapper) ProtoMessage

func (*CreateSQLPackageDBTaskResponseWrapper) ProtoMessage()

func (*CreateSQLPackageDBTaskResponseWrapper) Reset

func (*CreateSQLPackageDBTaskResponseWrapper) String

func (*CreateSQLPackageDBTaskResponseWrapper) Validate

func (*CreateSQLPackageDBTaskResponseWrapper) XXX_DiscardUnknown

func (m *CreateSQLPackageDBTaskResponseWrapper) XXX_DiscardUnknown()

func (*CreateSQLPackageDBTaskResponseWrapper) XXX_Marshal

func (m *CreateSQLPackageDBTaskResponseWrapper) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateSQLPackageDBTaskResponseWrapper) XXX_Merge

func (*CreateSQLPackageDBTaskResponseWrapper) XXX_Size

func (*CreateSQLPackageDBTaskResponseWrapper) XXX_Unmarshal

func (m *CreateSQLPackageDBTaskResponseWrapper) XXX_Unmarshal(b []byte) error

type EditCustomDBTaskRollbackSQLRequest

type EditCustomDBTaskRollbackSQLRequest struct {
	//
	//任务ID
	DbTaskId string `protobuf:"bytes,1,opt,name=dbTaskId,proto3" json:"dbTaskId" form:"dbTaskId"`
	//
	//变更参数
	EditParams           *EditCustomDBTaskRollbackSQLRequest_EditParams `protobuf:"bytes,2,opt,name=editParams,proto3" json:"editParams" form:"editParams"`
	XXX_NoUnkeyedLiteral struct{}                                       `json:"-"`
	XXX_unrecognized     []byte                                         `json:"-"`
	XXX_sizecache        int32                                          `json:"-"`
}

EditCustomDBTaskRollbackSQL请求

func (*EditCustomDBTaskRollbackSQLRequest) Descriptor

func (*EditCustomDBTaskRollbackSQLRequest) Descriptor() ([]byte, []int)

func (*EditCustomDBTaskRollbackSQLRequest) GetDbTaskId

func (m *EditCustomDBTaskRollbackSQLRequest) GetDbTaskId() string

func (*EditCustomDBTaskRollbackSQLRequest) GetEditParams

func (*EditCustomDBTaskRollbackSQLRequest) ProtoMessage

func (*EditCustomDBTaskRollbackSQLRequest) ProtoMessage()

func (*EditCustomDBTaskRollbackSQLRequest) Reset

func (*EditCustomDBTaskRollbackSQLRequest) String

func (*EditCustomDBTaskRollbackSQLRequest) Validate

func (this *EditCustomDBTaskRollbackSQLRequest) Validate() error

func (*EditCustomDBTaskRollbackSQLRequest) XXX_DiscardUnknown

func (m *EditCustomDBTaskRollbackSQLRequest) XXX_DiscardUnknown()

func (*EditCustomDBTaskRollbackSQLRequest) XXX_Marshal

func (m *EditCustomDBTaskRollbackSQLRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*EditCustomDBTaskRollbackSQLRequest) XXX_Merge

func (*EditCustomDBTaskRollbackSQLRequest) XXX_Size

func (*EditCustomDBTaskRollbackSQLRequest) XXX_Unmarshal

func (m *EditCustomDBTaskRollbackSQLRequest) XXX_Unmarshal(b []byte) error

type EditCustomDBTaskRollbackSQLRequest_EditParams

type EditCustomDBTaskRollbackSQLRequest_EditParams struct {
	//
	//任务实体ID
	EntityTaskId string `protobuf:"bytes,1,opt,name=entityTaskId,proto3" json:"entityTaskId" form:"entityTaskId"`
	//
	//变更集ID
	ChangesetId string `protobuf:"bytes,2,opt,name=changesetId,proto3" json:"changesetId" form:"changesetId"`
	//
	//回退SQL
	RollbackSql          string   `protobuf:"bytes,3,opt,name=rollbackSql,proto3" json:"rollbackSql" form:"rollbackSql"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*EditCustomDBTaskRollbackSQLRequest_EditParams) Descriptor

func (*EditCustomDBTaskRollbackSQLRequest_EditParams) GetChangesetId

func (*EditCustomDBTaskRollbackSQLRequest_EditParams) GetEntityTaskId

func (*EditCustomDBTaskRollbackSQLRequest_EditParams) GetRollbackSql

func (*EditCustomDBTaskRollbackSQLRequest_EditParams) ProtoMessage

func (*EditCustomDBTaskRollbackSQLRequest_EditParams) Reset

func (*EditCustomDBTaskRollbackSQLRequest_EditParams) String

func (*EditCustomDBTaskRollbackSQLRequest_EditParams) Validate

func (*EditCustomDBTaskRollbackSQLRequest_EditParams) XXX_DiscardUnknown

func (m *EditCustomDBTaskRollbackSQLRequest_EditParams) XXX_DiscardUnknown()

func (*EditCustomDBTaskRollbackSQLRequest_EditParams) XXX_Marshal

func (m *EditCustomDBTaskRollbackSQLRequest_EditParams) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*EditCustomDBTaskRollbackSQLRequest_EditParams) XXX_Merge

func (*EditCustomDBTaskRollbackSQLRequest_EditParams) XXX_Size

func (*EditCustomDBTaskRollbackSQLRequest_EditParams) XXX_Unmarshal

type EditCustomDBTaskRollbackSQLResponseWrapper

type EditCustomDBTaskRollbackSQLResponseWrapper struct {
	//
	//返回码
	Code int32 `protobuf:"varint,1,opt,name=code,proto3" json:"code" form:"code"`
	//
	//返回码解释
	CodeExplain string `protobuf:"bytes,2,opt,name=codeExplain,proto3" json:"codeExplain" form:"codeExplain"`
	//
	//错误详情
	Error string `protobuf:"bytes,3,opt,name=error,proto3" json:"error" form:"error"`
	//
	//返回数据
	Data                 *types.Empty `protobuf:"bytes,4,opt,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

EditCustomDBTaskRollbackSQLApi返回

func (*EditCustomDBTaskRollbackSQLResponseWrapper) Descriptor

func (*EditCustomDBTaskRollbackSQLResponseWrapper) GetCode

func (*EditCustomDBTaskRollbackSQLResponseWrapper) GetCodeExplain

func (*EditCustomDBTaskRollbackSQLResponseWrapper) GetData

func (*EditCustomDBTaskRollbackSQLResponseWrapper) GetError

func (*EditCustomDBTaskRollbackSQLResponseWrapper) ProtoMessage

func (*EditCustomDBTaskRollbackSQLResponseWrapper) Reset

func (*EditCustomDBTaskRollbackSQLResponseWrapper) String

func (*EditCustomDBTaskRollbackSQLResponseWrapper) Validate

func (*EditCustomDBTaskRollbackSQLResponseWrapper) XXX_DiscardUnknown

func (m *EditCustomDBTaskRollbackSQLResponseWrapper) XXX_DiscardUnknown()

func (*EditCustomDBTaskRollbackSQLResponseWrapper) XXX_Marshal

func (m *EditCustomDBTaskRollbackSQLResponseWrapper) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*EditCustomDBTaskRollbackSQLResponseWrapper) XXX_Merge

func (*EditCustomDBTaskRollbackSQLResponseWrapper) XXX_Size

func (*EditCustomDBTaskRollbackSQLResponseWrapper) XXX_Unmarshal

type GetCustomDBTaskDetailRequest

type GetCustomDBTaskDetailRequest struct {
	//
	//任务ID
	DbTaskId             string   `protobuf:"bytes,1,opt,name=dbTaskId,proto3" json:"dbTaskId" form:"dbTaskId"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

GetCustomDBTaskDetail请求

func (*GetCustomDBTaskDetailRequest) Descriptor

func (*GetCustomDBTaskDetailRequest) Descriptor() ([]byte, []int)

func (*GetCustomDBTaskDetailRequest) GetDbTaskId

func (m *GetCustomDBTaskDetailRequest) GetDbTaskId() string

func (*GetCustomDBTaskDetailRequest) ProtoMessage

func (*GetCustomDBTaskDetailRequest) ProtoMessage()

func (*GetCustomDBTaskDetailRequest) Reset

func (m *GetCustomDBTaskDetailRequest) Reset()

func (*GetCustomDBTaskDetailRequest) String

func (*GetCustomDBTaskDetailRequest) Validate

func (this *GetCustomDBTaskDetailRequest) Validate() error

func (*GetCustomDBTaskDetailRequest) XXX_DiscardUnknown

func (m *GetCustomDBTaskDetailRequest) XXX_DiscardUnknown()

func (*GetCustomDBTaskDetailRequest) XXX_Marshal

func (m *GetCustomDBTaskDetailRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetCustomDBTaskDetailRequest) XXX_Merge

func (m *GetCustomDBTaskDetailRequest) XXX_Merge(src proto.Message)

func (*GetCustomDBTaskDetailRequest) XXX_Size

func (m *GetCustomDBTaskDetailRequest) XXX_Size() int

func (*GetCustomDBTaskDetailRequest) XXX_Unmarshal

func (m *GetCustomDBTaskDetailRequest) XXX_Unmarshal(b []byte) error

type GetCustomDBTaskDetailResponse

type GetCustomDBTaskDetailResponse struct {
	//
	//总任务ID
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id" form:"id"`
	//
	//任务所处的状况(回退或者变更)
	State string `protobuf:"bytes,2,opt,name=state,proto3" json:"state" form:"state"`
	//
	//发起人
	Creator string `protobuf:"bytes,3,opt,name=creator,proto3" json:"creator" form:"creator"`
	//
	//数据库服务ID
	DbServiceId string `protobuf:"bytes,4,opt,name=dbServiceId,proto3" json:"dbServiceId" form:"dbServiceId"`
	//
	//数据库服务名称
	DbServiceName string `protobuf:"bytes,5,opt,name=dbServiceName,proto3" json:"dbServiceName" form:"dbServiceName"`
	//
	//变更的子任务汇总
	ChangeTask []*GetCustomDBTaskDetailResponse_ChangeTask `protobuf:"bytes,6,rep,name=changeTask,proto3" json:"changeTask" form:"changeTask"`
	//
	//结果状态
	Status string `protobuf:"bytes,7,opt,name=status,proto3" json:"status" form:"status"`
	//
	//创建时间
	Ctime int64 `protobuf:"varint,8,opt,name=ctime,proto3" json:"ctime" form:"ctime"`
	//
	//结束时间
	Etime                int64    `protobuf:"varint,9,opt,name=etime,proto3" json:"etime" form:"etime"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

GetCustomDBTaskDetail返回

func (*GetCustomDBTaskDetailResponse) Descriptor

func (*GetCustomDBTaskDetailResponse) Descriptor() ([]byte, []int)

func (*GetCustomDBTaskDetailResponse) GetChangeTask

func (*GetCustomDBTaskDetailResponse) GetCreator

func (m *GetCustomDBTaskDetailResponse) GetCreator() string

func (*GetCustomDBTaskDetailResponse) GetCtime

func (m *GetCustomDBTaskDetailResponse) GetCtime() int64

func (*GetCustomDBTaskDetailResponse) GetDbServiceId

func (m *GetCustomDBTaskDetailResponse) GetDbServiceId() string

func (*GetCustomDBTaskDetailResponse) GetDbServiceName

func (m *GetCustomDBTaskDetailResponse) GetDbServiceName() string

func (*GetCustomDBTaskDetailResponse) GetEtime

func (m *GetCustomDBTaskDetailResponse) GetEtime() int64

func (*GetCustomDBTaskDetailResponse) GetId

func (*GetCustomDBTaskDetailResponse) GetState

func (m *GetCustomDBTaskDetailResponse) GetState() string

func (*GetCustomDBTaskDetailResponse) GetStatus

func (m *GetCustomDBTaskDetailResponse) GetStatus() string

func (*GetCustomDBTaskDetailResponse) ProtoMessage

func (*GetCustomDBTaskDetailResponse) ProtoMessage()

func (*GetCustomDBTaskDetailResponse) Reset

func (m *GetCustomDBTaskDetailResponse) Reset()

func (*GetCustomDBTaskDetailResponse) String

func (*GetCustomDBTaskDetailResponse) Validate

func (this *GetCustomDBTaskDetailResponse) Validate() error

func (*GetCustomDBTaskDetailResponse) XXX_DiscardUnknown

func (m *GetCustomDBTaskDetailResponse) XXX_DiscardUnknown()

func (*GetCustomDBTaskDetailResponse) XXX_Marshal

func (m *GetCustomDBTaskDetailResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetCustomDBTaskDetailResponse) XXX_Merge

func (m *GetCustomDBTaskDetailResponse) XXX_Merge(src proto.Message)

func (*GetCustomDBTaskDetailResponse) XXX_Size

func (m *GetCustomDBTaskDetailResponse) XXX_Size() int

func (*GetCustomDBTaskDetailResponse) XXX_Unmarshal

func (m *GetCustomDBTaskDetailResponse) XXX_Unmarshal(b []byte) error

type GetCustomDBTaskDetailResponseWrapper

type GetCustomDBTaskDetailResponseWrapper struct {
	//
	//返回码
	Code int32 `protobuf:"varint,1,opt,name=code,proto3" json:"code" form:"code"`
	//
	//返回码解释
	CodeExplain string `protobuf:"bytes,2,opt,name=codeExplain,proto3" json:"codeExplain" form:"codeExplain"`
	//
	//错误详情
	Error string `protobuf:"bytes,3,opt,name=error,proto3" json:"error" form:"error"`
	//
	//返回数据
	Data                 *GetCustomDBTaskDetailResponse `protobuf:"bytes,4,opt,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{}                       `json:"-"`
	XXX_unrecognized     []byte                         `json:"-"`
	XXX_sizecache        int32                          `json:"-"`
}

GetCustomDBTaskDetailApi返回

func (*GetCustomDBTaskDetailResponseWrapper) Descriptor

func (*GetCustomDBTaskDetailResponseWrapper) Descriptor() ([]byte, []int)

func (*GetCustomDBTaskDetailResponseWrapper) GetCode

func (*GetCustomDBTaskDetailResponseWrapper) GetCodeExplain

func (m *GetCustomDBTaskDetailResponseWrapper) GetCodeExplain() string

func (*GetCustomDBTaskDetailResponseWrapper) GetData

func (*GetCustomDBTaskDetailResponseWrapper) GetError

func (*GetCustomDBTaskDetailResponseWrapper) ProtoMessage

func (*GetCustomDBTaskDetailResponseWrapper) ProtoMessage()

func (*GetCustomDBTaskDetailResponseWrapper) Reset

func (*GetCustomDBTaskDetailResponseWrapper) String

func (*GetCustomDBTaskDetailResponseWrapper) Validate

func (*GetCustomDBTaskDetailResponseWrapper) XXX_DiscardUnknown

func (m *GetCustomDBTaskDetailResponseWrapper) XXX_DiscardUnknown()

func (*GetCustomDBTaskDetailResponseWrapper) XXX_Marshal

func (m *GetCustomDBTaskDetailResponseWrapper) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetCustomDBTaskDetailResponseWrapper) XXX_Merge

func (*GetCustomDBTaskDetailResponseWrapper) XXX_Size

func (*GetCustomDBTaskDetailResponseWrapper) XXX_Unmarshal

func (m *GetCustomDBTaskDetailResponseWrapper) XXX_Unmarshal(b []byte) error

type GetCustomDBTaskDetailResponse_ChangeTask

type GetCustomDBTaskDetailResponse_ChangeTask struct {
	//
	//任务实体ID
	EntityTaskId string `protobuf:"bytes,1,opt,name=entityTaskId,proto3" json:"entityTaskId" form:"entityTaskId"`
	//
	//数据库实例ID
	DbInstanceId string `protobuf:"bytes,2,opt,name=dbInstanceId,proto3" json:"dbInstanceId" form:"dbInstanceId"`
	//
	//数据库实例名称
	DbInstanceName string `protobuf:"bytes,3,opt,name=dbInstanceName,proto3" json:"dbInstanceName" form:"dbInstanceName"`
	//
	//变更结果
	Result               []*GetCustomDBTaskDetailResponse_ChangeTask_Result `protobuf:"bytes,4,rep,name=result,proto3" json:"result" form:"result"`
	XXX_NoUnkeyedLiteral struct{}                                           `json:"-"`
	XXX_unrecognized     []byte                                             `json:"-"`
	XXX_sizecache        int32                                              `json:"-"`
}

func (*GetCustomDBTaskDetailResponse_ChangeTask) Descriptor

func (*GetCustomDBTaskDetailResponse_ChangeTask) Descriptor() ([]byte, []int)

func (*GetCustomDBTaskDetailResponse_ChangeTask) GetDbInstanceId

func (m *GetCustomDBTaskDetailResponse_ChangeTask) GetDbInstanceId() string

func (*GetCustomDBTaskDetailResponse_ChangeTask) GetDbInstanceName

func (m *GetCustomDBTaskDetailResponse_ChangeTask) GetDbInstanceName() string

func (*GetCustomDBTaskDetailResponse_ChangeTask) GetEntityTaskId

func (m *GetCustomDBTaskDetailResponse_ChangeTask) GetEntityTaskId() string

func (*GetCustomDBTaskDetailResponse_ChangeTask) GetResult

func (*GetCustomDBTaskDetailResponse_ChangeTask) ProtoMessage

func (*GetCustomDBTaskDetailResponse_ChangeTask) Reset

func (*GetCustomDBTaskDetailResponse_ChangeTask) String

func (*GetCustomDBTaskDetailResponse_ChangeTask) Validate

func (*GetCustomDBTaskDetailResponse_ChangeTask) XXX_DiscardUnknown

func (m *GetCustomDBTaskDetailResponse_ChangeTask) XXX_DiscardUnknown()

func (*GetCustomDBTaskDetailResponse_ChangeTask) XXX_Marshal

func (m *GetCustomDBTaskDetailResponse_ChangeTask) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetCustomDBTaskDetailResponse_ChangeTask) XXX_Merge

func (*GetCustomDBTaskDetailResponse_ChangeTask) XXX_Size

func (*GetCustomDBTaskDetailResponse_ChangeTask) XXX_Unmarshal

func (m *GetCustomDBTaskDetailResponse_ChangeTask) XXX_Unmarshal(b []byte) error

type GetCustomDBTaskDetailResponse_ChangeTask_Result

type GetCustomDBTaskDetailResponse_ChangeTask_Result struct {
	//
	//是否跳过
	IsSkip int32 `protobuf:"varint,1,opt,name=isSkip,proto3" json:"isSkip" form:"isSkip"`
	//
	//是否回退
	IsRollback int32 `protobuf:"varint,2,opt,name=isRollback,proto3" json:"isRollback" form:"isRollback"`
	//
	//变更集ID
	Id string `protobuf:"bytes,3,opt,name=id,proto3" json:"id" form:"id"`
	//
	//变更集名称
	Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name" form:"name"`
	//
	//变更集作者
	Author string `protobuf:"bytes,5,opt,name=author,proto3" json:"author" form:"author"`
	//
	//变更集其它属性
	OtherAttr string `protobuf:"bytes,6,opt,name=otherAttr,proto3" json:"otherAttr" form:"otherAttr"`
	//
	//变更SQL
	UpdateSql string `protobuf:"bytes,7,opt,name=updateSql,proto3" json:"updateSql" form:"updateSql"`
	//
	//回退SQL
	RollbackSql string `protobuf:"bytes,8,opt,name=rollbackSql,proto3" json:"rollbackSql" form:"rollbackSql"`
	//
	//结果状态
	Status string `protobuf:"bytes,9,opt,name=status,proto3" json:"status" form:"status"`
	//
	//结果日志
	Msg string `protobuf:"bytes,10,opt,name=msg,proto3" json:"msg" form:"msg"`
	//
	//创建时间
	Ctime int64 `protobuf:"varint,11,opt,name=ctime,proto3" json:"ctime" form:"ctime"`
	//
	//结束时间
	Etime                int64    `protobuf:"varint,12,opt,name=etime,proto3" json:"etime" form:"etime"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetCustomDBTaskDetailResponse_ChangeTask_Result) Descriptor

func (*GetCustomDBTaskDetailResponse_ChangeTask_Result) GetAuthor

func (*GetCustomDBTaskDetailResponse_ChangeTask_Result) GetCtime

func (*GetCustomDBTaskDetailResponse_ChangeTask_Result) GetEtime

func (*GetCustomDBTaskDetailResponse_ChangeTask_Result) GetId

func (*GetCustomDBTaskDetailResponse_ChangeTask_Result) GetIsRollback

func (*GetCustomDBTaskDetailResponse_ChangeTask_Result) GetIsSkip

func (*GetCustomDBTaskDetailResponse_ChangeTask_Result) GetMsg

func (*GetCustomDBTaskDetailResponse_ChangeTask_Result) GetName

func (*GetCustomDBTaskDetailResponse_ChangeTask_Result) GetOtherAttr

func (*GetCustomDBTaskDetailResponse_ChangeTask_Result) GetRollbackSql

func (*GetCustomDBTaskDetailResponse_ChangeTask_Result) GetStatus

func (*GetCustomDBTaskDetailResponse_ChangeTask_Result) GetUpdateSql

func (*GetCustomDBTaskDetailResponse_ChangeTask_Result) ProtoMessage

func (*GetCustomDBTaskDetailResponse_ChangeTask_Result) Reset

func (*GetCustomDBTaskDetailResponse_ChangeTask_Result) String

func (*GetCustomDBTaskDetailResponse_ChangeTask_Result) Validate

func (*GetCustomDBTaskDetailResponse_ChangeTask_Result) XXX_DiscardUnknown

func (m *GetCustomDBTaskDetailResponse_ChangeTask_Result) XXX_DiscardUnknown()

func (*GetCustomDBTaskDetailResponse_ChangeTask_Result) XXX_Marshal

func (m *GetCustomDBTaskDetailResponse_ChangeTask_Result) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetCustomDBTaskDetailResponse_ChangeTask_Result) XXX_Merge

func (*GetCustomDBTaskDetailResponse_ChangeTask_Result) XXX_Size

func (*GetCustomDBTaskDetailResponse_ChangeTask_Result) XXX_Unmarshal

type GetCustomDBTaskRollbackInfoRequest

type GetCustomDBTaskRollbackInfoRequest struct {
	//
	//任务ID
	DbTaskId             string   `protobuf:"bytes,1,opt,name=dbTaskId,proto3" json:"dbTaskId" form:"dbTaskId"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

GetCustomDBTaskRollbackInfo请求

func (*GetCustomDBTaskRollbackInfoRequest) Descriptor

func (*GetCustomDBTaskRollbackInfoRequest) Descriptor() ([]byte, []int)

func (*GetCustomDBTaskRollbackInfoRequest) GetDbTaskId

func (m *GetCustomDBTaskRollbackInfoRequest) GetDbTaskId() string

func (*GetCustomDBTaskRollbackInfoRequest) ProtoMessage

func (*GetCustomDBTaskRollbackInfoRequest) ProtoMessage()

func (*GetCustomDBTaskRollbackInfoRequest) Reset

func (*GetCustomDBTaskRollbackInfoRequest) String

func (*GetCustomDBTaskRollbackInfoRequest) Validate

func (this *GetCustomDBTaskRollbackInfoRequest) Validate() error

func (*GetCustomDBTaskRollbackInfoRequest) XXX_DiscardUnknown

func (m *GetCustomDBTaskRollbackInfoRequest) XXX_DiscardUnknown()

func (*GetCustomDBTaskRollbackInfoRequest) XXX_Marshal

func (m *GetCustomDBTaskRollbackInfoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetCustomDBTaskRollbackInfoRequest) XXX_Merge

func (*GetCustomDBTaskRollbackInfoRequest) XXX_Size

func (*GetCustomDBTaskRollbackInfoRequest) XXX_Unmarshal

func (m *GetCustomDBTaskRollbackInfoRequest) XXX_Unmarshal(b []byte) error

type GetCustomDBTaskRollbackInfoResponse

type GetCustomDBTaskRollbackInfoResponse struct {
	//
	//任务实体ID
	EntityTaskId string `protobuf:"bytes,1,opt,name=entityTaskId,proto3" json:"entityTaskId" form:"entityTaskId"`
	//
	//数据库实例ID
	DbInstanceId string `protobuf:"bytes,2,opt,name=dbInstanceId,proto3" json:"dbInstanceId" form:"dbInstanceId"`
	//
	//数据库实例名称
	DbInstanceName string `protobuf:"bytes,3,opt,name=dbInstanceName,proto3" json:"dbInstanceName" form:"dbInstanceName"`
	//
	//可回退的变更集列表
	ChangesetList        []*GetCustomDBTaskRollbackInfoResponse_ChangesetList `protobuf:"bytes,4,rep,name=changesetList,proto3" json:"changesetList" form:"changesetList"`
	XXX_NoUnkeyedLiteral struct{}                                             `json:"-"`
	XXX_unrecognized     []byte                                               `json:"-"`
	XXX_sizecache        int32                                                `json:"-"`
}

GetCustomDBTaskRollbackInfo返回

func (*GetCustomDBTaskRollbackInfoResponse) Descriptor

func (*GetCustomDBTaskRollbackInfoResponse) Descriptor() ([]byte, []int)

func (*GetCustomDBTaskRollbackInfoResponse) GetChangesetList

func (*GetCustomDBTaskRollbackInfoResponse) GetDbInstanceId

func (m *GetCustomDBTaskRollbackInfoResponse) GetDbInstanceId() string

func (*GetCustomDBTaskRollbackInfoResponse) GetDbInstanceName

func (m *GetCustomDBTaskRollbackInfoResponse) GetDbInstanceName() string

func (*GetCustomDBTaskRollbackInfoResponse) GetEntityTaskId

func (m *GetCustomDBTaskRollbackInfoResponse) GetEntityTaskId() string

func (*GetCustomDBTaskRollbackInfoResponse) ProtoMessage

func (*GetCustomDBTaskRollbackInfoResponse) ProtoMessage()

func (*GetCustomDBTaskRollbackInfoResponse) Reset

func (*GetCustomDBTaskRollbackInfoResponse) String

func (*GetCustomDBTaskRollbackInfoResponse) Validate

func (this *GetCustomDBTaskRollbackInfoResponse) Validate() error

func (*GetCustomDBTaskRollbackInfoResponse) XXX_DiscardUnknown

func (m *GetCustomDBTaskRollbackInfoResponse) XXX_DiscardUnknown()

func (*GetCustomDBTaskRollbackInfoResponse) XXX_Marshal

func (m *GetCustomDBTaskRollbackInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetCustomDBTaskRollbackInfoResponse) XXX_Merge

func (*GetCustomDBTaskRollbackInfoResponse) XXX_Size

func (*GetCustomDBTaskRollbackInfoResponse) XXX_Unmarshal

func (m *GetCustomDBTaskRollbackInfoResponse) XXX_Unmarshal(b []byte) error

type GetCustomDBTaskRollbackInfoResponseWrapper

type GetCustomDBTaskRollbackInfoResponseWrapper struct {
	//
	//返回码
	Code int32 `protobuf:"varint,1,opt,name=code,proto3" json:"code" form:"code"`
	//
	//返回码解释
	CodeExplain string `protobuf:"bytes,2,opt,name=codeExplain,proto3" json:"codeExplain" form:"codeExplain"`
	//
	//错误详情
	Error string `protobuf:"bytes,3,opt,name=error,proto3" json:"error" form:"error"`
	//
	//返回数据
	Data                 *GetCustomDBTaskRollbackInfoResponse `protobuf:"bytes,4,opt,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{}                             `json:"-"`
	XXX_unrecognized     []byte                               `json:"-"`
	XXX_sizecache        int32                                `json:"-"`
}

GetCustomDBTaskRollbackInfoApi返回

func (*GetCustomDBTaskRollbackInfoResponseWrapper) Descriptor

func (*GetCustomDBTaskRollbackInfoResponseWrapper) GetCode

func (*GetCustomDBTaskRollbackInfoResponseWrapper) GetCodeExplain

func (*GetCustomDBTaskRollbackInfoResponseWrapper) GetData

func (*GetCustomDBTaskRollbackInfoResponseWrapper) GetError

func (*GetCustomDBTaskRollbackInfoResponseWrapper) ProtoMessage

func (*GetCustomDBTaskRollbackInfoResponseWrapper) Reset

func (*GetCustomDBTaskRollbackInfoResponseWrapper) String

func (*GetCustomDBTaskRollbackInfoResponseWrapper) Validate

func (*GetCustomDBTaskRollbackInfoResponseWrapper) XXX_DiscardUnknown

func (m *GetCustomDBTaskRollbackInfoResponseWrapper) XXX_DiscardUnknown()

func (*GetCustomDBTaskRollbackInfoResponseWrapper) XXX_Marshal

func (m *GetCustomDBTaskRollbackInfoResponseWrapper) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetCustomDBTaskRollbackInfoResponseWrapper) XXX_Merge

func (*GetCustomDBTaskRollbackInfoResponseWrapper) XXX_Size

func (*GetCustomDBTaskRollbackInfoResponseWrapper) XXX_Unmarshal

type GetCustomDBTaskRollbackInfoResponse_ChangesetList

type GetCustomDBTaskRollbackInfoResponse_ChangesetList struct {
	//
	//变更集ID
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id" form:"id"`
	//
	//变更集名称
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name" form:"name"`
	//
	//变更SQL
	UpdateSql string `protobuf:"bytes,3,opt,name=updateSql,proto3" json:"updateSql" form:"updateSql"`
	//
	//回退SQL
	RollbackSql          string   `protobuf:"bytes,4,opt,name=rollbackSql,proto3" json:"rollbackSql" form:"rollbackSql"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetCustomDBTaskRollbackInfoResponse_ChangesetList) Descriptor

func (*GetCustomDBTaskRollbackInfoResponse_ChangesetList) GetId

func (*GetCustomDBTaskRollbackInfoResponse_ChangesetList) GetName

func (*GetCustomDBTaskRollbackInfoResponse_ChangesetList) GetRollbackSql

func (*GetCustomDBTaskRollbackInfoResponse_ChangesetList) GetUpdateSql

func (*GetCustomDBTaskRollbackInfoResponse_ChangesetList) ProtoMessage

func (*GetCustomDBTaskRollbackInfoResponse_ChangesetList) Reset

func (*GetCustomDBTaskRollbackInfoResponse_ChangesetList) String

func (*GetCustomDBTaskRollbackInfoResponse_ChangesetList) Validate

func (*GetCustomDBTaskRollbackInfoResponse_ChangesetList) XXX_DiscardUnknown

func (m *GetCustomDBTaskRollbackInfoResponse_ChangesetList) XXX_DiscardUnknown()

func (*GetCustomDBTaskRollbackInfoResponse_ChangesetList) XXX_Marshal

func (m *GetCustomDBTaskRollbackInfoResponse_ChangesetList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetCustomDBTaskRollbackInfoResponse_ChangesetList) XXX_Merge

func (*GetCustomDBTaskRollbackInfoResponse_ChangesetList) XXX_Size

func (*GetCustomDBTaskRollbackInfoResponse_ChangesetList) XXX_Unmarshal

type GetSQLPackageDBTaskDetailRequest

type GetSQLPackageDBTaskDetailRequest struct {
	//
	//任务ID
	DbTaskId             string   `protobuf:"bytes,1,opt,name=dbTaskId,proto3" json:"dbTaskId" form:"dbTaskId"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

GetSQLPackageDBTaskDetail请求

func (*GetSQLPackageDBTaskDetailRequest) Descriptor

func (*GetSQLPackageDBTaskDetailRequest) Descriptor() ([]byte, []int)

func (*GetSQLPackageDBTaskDetailRequest) GetDbTaskId

func (m *GetSQLPackageDBTaskDetailRequest) GetDbTaskId() string

func (*GetSQLPackageDBTaskDetailRequest) ProtoMessage

func (*GetSQLPackageDBTaskDetailRequest) ProtoMessage()

func (*GetSQLPackageDBTaskDetailRequest) Reset

func (*GetSQLPackageDBTaskDetailRequest) String

func (*GetSQLPackageDBTaskDetailRequest) Validate

func (this *GetSQLPackageDBTaskDetailRequest) Validate() error

func (*GetSQLPackageDBTaskDetailRequest) XXX_DiscardUnknown

func (m *GetSQLPackageDBTaskDetailRequest) XXX_DiscardUnknown()

func (*GetSQLPackageDBTaskDetailRequest) XXX_Marshal

func (m *GetSQLPackageDBTaskDetailRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetSQLPackageDBTaskDetailRequest) XXX_Merge

func (*GetSQLPackageDBTaskDetailRequest) XXX_Size

func (m *GetSQLPackageDBTaskDetailRequest) XXX_Size() int

func (*GetSQLPackageDBTaskDetailRequest) XXX_Unmarshal

func (m *GetSQLPackageDBTaskDetailRequest) XXX_Unmarshal(b []byte) error

type GetSQLPackageDBTaskDetailResponse

type GetSQLPackageDBTaskDetailResponse struct {
	//
	//总任务ID
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id" form:"id"`
	//
	//所处的状态(变更还是回退)
	State string `protobuf:"bytes,2,opt,name=state,proto3" json:"state" form:"state"`
	//
	//用户
	Creator string `protobuf:"bytes,3,opt,name=creator,proto3" json:"creator" form:"creator"`
	//
	//数据库服务ID
	DbServiceId string `protobuf:"bytes,4,opt,name=dbServiceId,proto3" json:"dbServiceId" form:"dbServiceId"`
	//
	//数据库服务名称
	DbServiceName string `protobuf:"bytes,5,opt,name=dbServiceName,proto3" json:"dbServiceName" form:"dbServiceName"`
	//
	//文件仓库包ID
	RepoPackageId string `protobuf:"bytes,6,opt,name=repoPackageId,proto3" json:"repoPackageId" form:"repoPackageId"`
	//
	//文件仓库版本ID
	RepoVersionId string `protobuf:"bytes,7,opt,name=repoVersionId,proto3" json:"repoVersionId" form:"repoVersionId"`
	//
	//备份任务详情
	BackupTask []*GetSQLPackageDBTaskDetailResponse_BackupTask `protobuf:"bytes,8,rep,name=backupTask,proto3" json:"backupTask" form:"backupTask"`
	//
	//变更任务列表
	ChangeTask []*GetSQLPackageDBTaskDetailResponse_ChangeTask `protobuf:"bytes,9,rep,name=changeTask,proto3" json:"changeTask" form:"changeTask"`
	//
	//检查任务列表
	CheckTask []*GetSQLPackageDBTaskDetailResponse_CheckTask `protobuf:"bytes,10,rep,name=checkTask,proto3" json:"checkTask" form:"checkTask"`
	//
	//结果状态
	Status string `protobuf:"bytes,11,opt,name=status,proto3" json:"status" form:"status"`
	//
	//创建时间
	Ctime int64 `protobuf:"varint,12,opt,name=ctime,proto3" json:"ctime" form:"ctime"`
	//
	//结束时间
	Etime                int64    `protobuf:"varint,13,opt,name=etime,proto3" json:"etime" form:"etime"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

GetSQLPackageDBTaskDetail返回

func (*GetSQLPackageDBTaskDetailResponse) Descriptor

func (*GetSQLPackageDBTaskDetailResponse) Descriptor() ([]byte, []int)

func (*GetSQLPackageDBTaskDetailResponse) GetBackupTask

func (*GetSQLPackageDBTaskDetailResponse) GetChangeTask

func (*GetSQLPackageDBTaskDetailResponse) GetCheckTask

func (*GetSQLPackageDBTaskDetailResponse) GetCreator

func (m *GetSQLPackageDBTaskDetailResponse) GetCreator() string

func (*GetSQLPackageDBTaskDetailResponse) GetCtime

func (*GetSQLPackageDBTaskDetailResponse) GetDbServiceId

func (m *GetSQLPackageDBTaskDetailResponse) GetDbServiceId() string

func (*GetSQLPackageDBTaskDetailResponse) GetDbServiceName

func (m *GetSQLPackageDBTaskDetailResponse) GetDbServiceName() string

func (*GetSQLPackageDBTaskDetailResponse) GetEtime

func (*GetSQLPackageDBTaskDetailResponse) GetId

func (*GetSQLPackageDBTaskDetailResponse) GetRepoPackageId

func (m *GetSQLPackageDBTaskDetailResponse) GetRepoPackageId() string

func (*GetSQLPackageDBTaskDetailResponse) GetRepoVersionId

func (m *GetSQLPackageDBTaskDetailResponse) GetRepoVersionId() string

func (*GetSQLPackageDBTaskDetailResponse) GetState

func (*GetSQLPackageDBTaskDetailResponse) GetStatus

func (*GetSQLPackageDBTaskDetailResponse) ProtoMessage

func (*GetSQLPackageDBTaskDetailResponse) ProtoMessage()

func (*GetSQLPackageDBTaskDetailResponse) Reset

func (*GetSQLPackageDBTaskDetailResponse) String

func (*GetSQLPackageDBTaskDetailResponse) Validate

func (this *GetSQLPackageDBTaskDetailResponse) Validate() error

func (*GetSQLPackageDBTaskDetailResponse) XXX_DiscardUnknown

func (m *GetSQLPackageDBTaskDetailResponse) XXX_DiscardUnknown()

func (*GetSQLPackageDBTaskDetailResponse) XXX_Marshal

func (m *GetSQLPackageDBTaskDetailResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetSQLPackageDBTaskDetailResponse) XXX_Merge

func (*GetSQLPackageDBTaskDetailResponse) XXX_Size

func (m *GetSQLPackageDBTaskDetailResponse) XXX_Size() int

func (*GetSQLPackageDBTaskDetailResponse) XXX_Unmarshal

func (m *GetSQLPackageDBTaskDetailResponse) XXX_Unmarshal(b []byte) error

type GetSQLPackageDBTaskDetailResponseWrapper

type GetSQLPackageDBTaskDetailResponseWrapper struct {
	//
	//返回码
	Code int32 `protobuf:"varint,1,opt,name=code,proto3" json:"code" form:"code"`
	//
	//返回码解释
	CodeExplain string `protobuf:"bytes,2,opt,name=codeExplain,proto3" json:"codeExplain" form:"codeExplain"`
	//
	//错误详情
	Error string `protobuf:"bytes,3,opt,name=error,proto3" json:"error" form:"error"`
	//
	//返回数据
	Data                 *GetSQLPackageDBTaskDetailResponse `protobuf:"bytes,4,opt,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{}                           `json:"-"`
	XXX_unrecognized     []byte                             `json:"-"`
	XXX_sizecache        int32                              `json:"-"`
}

GetSQLPackageDBTaskDetailApi返回

func (*GetSQLPackageDBTaskDetailResponseWrapper) Descriptor

func (*GetSQLPackageDBTaskDetailResponseWrapper) Descriptor() ([]byte, []int)

func (*GetSQLPackageDBTaskDetailResponseWrapper) GetCode

func (*GetSQLPackageDBTaskDetailResponseWrapper) GetCodeExplain

func (*GetSQLPackageDBTaskDetailResponseWrapper) GetData

func (*GetSQLPackageDBTaskDetailResponseWrapper) GetError

func (*GetSQLPackageDBTaskDetailResponseWrapper) ProtoMessage

func (*GetSQLPackageDBTaskDetailResponseWrapper) Reset

func (*GetSQLPackageDBTaskDetailResponseWrapper) String

func (*GetSQLPackageDBTaskDetailResponseWrapper) Validate

func (*GetSQLPackageDBTaskDetailResponseWrapper) XXX_DiscardUnknown

func (m *GetSQLPackageDBTaskDetailResponseWrapper) XXX_DiscardUnknown()

func (*GetSQLPackageDBTaskDetailResponseWrapper) XXX_Marshal

func (m *GetSQLPackageDBTaskDetailResponseWrapper) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetSQLPackageDBTaskDetailResponseWrapper) XXX_Merge

func (*GetSQLPackageDBTaskDetailResponseWrapper) XXX_Size

func (*GetSQLPackageDBTaskDetailResponseWrapper) XXX_Unmarshal

func (m *GetSQLPackageDBTaskDetailResponseWrapper) XXX_Unmarshal(b []byte) error

type GetSQLPackageDBTaskDetailResponse_BackupTask

type GetSQLPackageDBTaskDetailResponse_BackupTask struct {
	//
	//数据库实例ID
	DbInstanceId string `protobuf:"bytes,1,opt,name=dbInstanceId,proto3" json:"dbInstanceId" form:"dbInstanceId"`
	//
	//数据库实例名称
	DbInstanceName string `protobuf:"bytes,2,opt,name=dbInstanceName,proto3" json:"dbInstanceName" form:"dbInstanceName"`
	//
	//主机ID
	HostId string `protobuf:"bytes,3,opt,name=hostId,proto3" json:"hostId" form:"hostId"`
	//
	//主机Ip
	HostIp string `protobuf:"bytes,4,opt,name=hostIp,proto3" json:"hostIp" form:"hostIp"`
	//
	//结果详情
	Result               []*GetSQLPackageDBTaskDetailResponse_BackupTask_Result `protobuf:"bytes,5,rep,name=result,proto3" json:"result" form:"result"`
	XXX_NoUnkeyedLiteral struct{}                                               `json:"-"`
	XXX_unrecognized     []byte                                                 `json:"-"`
	XXX_sizecache        int32                                                  `json:"-"`
}

func (*GetSQLPackageDBTaskDetailResponse_BackupTask) Descriptor

func (*GetSQLPackageDBTaskDetailResponse_BackupTask) GetDbInstanceId

func (*GetSQLPackageDBTaskDetailResponse_BackupTask) GetDbInstanceName

func (*GetSQLPackageDBTaskDetailResponse_BackupTask) GetHostId

func (*GetSQLPackageDBTaskDetailResponse_BackupTask) GetHostIp

func (*GetSQLPackageDBTaskDetailResponse_BackupTask) GetResult

func (*GetSQLPackageDBTaskDetailResponse_BackupTask) ProtoMessage

func (*GetSQLPackageDBTaskDetailResponse_BackupTask) Reset

func (*GetSQLPackageDBTaskDetailResponse_BackupTask) String

func (*GetSQLPackageDBTaskDetailResponse_BackupTask) Validate

func (*GetSQLPackageDBTaskDetailResponse_BackupTask) XXX_DiscardUnknown

func (m *GetSQLPackageDBTaskDetailResponse_BackupTask) XXX_DiscardUnknown()

func (*GetSQLPackageDBTaskDetailResponse_BackupTask) XXX_Marshal

func (m *GetSQLPackageDBTaskDetailResponse_BackupTask) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetSQLPackageDBTaskDetailResponse_BackupTask) XXX_Merge

func (*GetSQLPackageDBTaskDetailResponse_BackupTask) XXX_Size

func (*GetSQLPackageDBTaskDetailResponse_BackupTask) XXX_Unmarshal

type GetSQLPackageDBTaskDetailResponse_BackupTask_Result

type GetSQLPackageDBTaskDetailResponse_BackupTask_Result struct {
	//
	//脚本路径
	ScriptPath string `protobuf:"bytes,1,opt,name=scriptPath,proto3" json:"scriptPath" form:"scriptPath"`
	//
	//脚本参数列表
	Variables []*GetSQLPackageDBTaskDetailResponse_BackupTask_Result_Variables `protobuf:"bytes,2,rep,name=variables,proto3" json:"variables" form:"variables"`
	//
	//结果状态
	Status string `protobuf:"bytes,3,opt,name=status,proto3" json:"status" form:"status"`
	//
	//结果日志
	Msg string `protobuf:"bytes,4,opt,name=msg,proto3" json:"msg" form:"msg"`
	//
	//创建时间
	Ctime int64 `protobuf:"varint,5,opt,name=ctime,proto3" json:"ctime" form:"ctime"`
	//
	//结束时间
	Etime                int64    `protobuf:"varint,6,opt,name=etime,proto3" json:"etime" form:"etime"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetSQLPackageDBTaskDetailResponse_BackupTask_Result) Descriptor

func (*GetSQLPackageDBTaskDetailResponse_BackupTask_Result) GetCtime

func (*GetSQLPackageDBTaskDetailResponse_BackupTask_Result) GetEtime

func (*GetSQLPackageDBTaskDetailResponse_BackupTask_Result) GetMsg

func (*GetSQLPackageDBTaskDetailResponse_BackupTask_Result) GetScriptPath

func (*GetSQLPackageDBTaskDetailResponse_BackupTask_Result) GetStatus

func (*GetSQLPackageDBTaskDetailResponse_BackupTask_Result) GetVariables

func (*GetSQLPackageDBTaskDetailResponse_BackupTask_Result) ProtoMessage

func (*GetSQLPackageDBTaskDetailResponse_BackupTask_Result) Reset

func (*GetSQLPackageDBTaskDetailResponse_BackupTask_Result) String

func (*GetSQLPackageDBTaskDetailResponse_BackupTask_Result) Validate

func (*GetSQLPackageDBTaskDetailResponse_BackupTask_Result) XXX_DiscardUnknown

func (*GetSQLPackageDBTaskDetailResponse_BackupTask_Result) XXX_Marshal

func (m *GetSQLPackageDBTaskDetailResponse_BackupTask_Result) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetSQLPackageDBTaskDetailResponse_BackupTask_Result) XXX_Merge

func (*GetSQLPackageDBTaskDetailResponse_BackupTask_Result) XXX_Size

func (*GetSQLPackageDBTaskDetailResponse_BackupTask_Result) XXX_Unmarshal

type GetSQLPackageDBTaskDetailResponse_BackupTask_Result_Variables

type GetSQLPackageDBTaskDetailResponse_BackupTask_Result_Variables struct {
	//
	//参数键
	Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key" form:"key"`
	//
	//参数值
	Value                string   `protobuf:"bytes,2,opt,name=value,proto3" json:"value" form:"value"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetSQLPackageDBTaskDetailResponse_BackupTask_Result_Variables) Descriptor

func (*GetSQLPackageDBTaskDetailResponse_BackupTask_Result_Variables) GetKey

func (*GetSQLPackageDBTaskDetailResponse_BackupTask_Result_Variables) GetValue

func (*GetSQLPackageDBTaskDetailResponse_BackupTask_Result_Variables) ProtoMessage

func (*GetSQLPackageDBTaskDetailResponse_BackupTask_Result_Variables) Reset

func (*GetSQLPackageDBTaskDetailResponse_BackupTask_Result_Variables) String

func (*GetSQLPackageDBTaskDetailResponse_BackupTask_Result_Variables) Validate

func (*GetSQLPackageDBTaskDetailResponse_BackupTask_Result_Variables) XXX_DiscardUnknown

func (*GetSQLPackageDBTaskDetailResponse_BackupTask_Result_Variables) XXX_Marshal

func (m *GetSQLPackageDBTaskDetailResponse_BackupTask_Result_Variables) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetSQLPackageDBTaskDetailResponse_BackupTask_Result_Variables) XXX_Merge

func (*GetSQLPackageDBTaskDetailResponse_BackupTask_Result_Variables) XXX_Size

func (*GetSQLPackageDBTaskDetailResponse_BackupTask_Result_Variables) XXX_Unmarshal

type GetSQLPackageDBTaskDetailResponse_ChangeTask

type GetSQLPackageDBTaskDetailResponse_ChangeTask struct {
	//
	//任务实体ID
	EntityTaskId string `protobuf:"bytes,1,opt,name=entityTaskId,proto3" json:"entityTaskId" form:"entityTaskId"`
	//
	//数据库实例ID
	DbInstanceId string `protobuf:"bytes,2,opt,name=dbInstanceId,proto3" json:"dbInstanceId" form:"dbInstanceId"`
	//
	//数据库实例名称
	DbInstanceName string `protobuf:"bytes,3,opt,name=dbInstanceName,proto3" json:"dbInstanceName" form:"dbInstanceName"`
	//
	//结果详情
	Result               []*GetSQLPackageDBTaskDetailResponse_ChangeTask_Result `protobuf:"bytes,4,rep,name=result,proto3" json:"result" form:"result"`
	XXX_NoUnkeyedLiteral struct{}                                               `json:"-"`
	XXX_unrecognized     []byte                                                 `json:"-"`
	XXX_sizecache        int32                                                  `json:"-"`
}

func (*GetSQLPackageDBTaskDetailResponse_ChangeTask) Descriptor

func (*GetSQLPackageDBTaskDetailResponse_ChangeTask) GetDbInstanceId

func (*GetSQLPackageDBTaskDetailResponse_ChangeTask) GetDbInstanceName

func (*GetSQLPackageDBTaskDetailResponse_ChangeTask) GetEntityTaskId

func (*GetSQLPackageDBTaskDetailResponse_ChangeTask) GetResult

func (*GetSQLPackageDBTaskDetailResponse_ChangeTask) ProtoMessage

func (*GetSQLPackageDBTaskDetailResponse_ChangeTask) Reset

func (*GetSQLPackageDBTaskDetailResponse_ChangeTask) String

func (*GetSQLPackageDBTaskDetailResponse_ChangeTask) Validate

func (*GetSQLPackageDBTaskDetailResponse_ChangeTask) XXX_DiscardUnknown

func (m *GetSQLPackageDBTaskDetailResponse_ChangeTask) XXX_DiscardUnknown()

func (*GetSQLPackageDBTaskDetailResponse_ChangeTask) XXX_Marshal

func (m *GetSQLPackageDBTaskDetailResponse_ChangeTask) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetSQLPackageDBTaskDetailResponse_ChangeTask) XXX_Merge

func (*GetSQLPackageDBTaskDetailResponse_ChangeTask) XXX_Size

func (*GetSQLPackageDBTaskDetailResponse_ChangeTask) XXX_Unmarshal

type GetSQLPackageDBTaskDetailResponse_ChangeTask_Result

type GetSQLPackageDBTaskDetailResponse_ChangeTask_Result struct {
	//
	//变更脚本路径
	ScriptPath string `protobuf:"bytes,1,opt,name=scriptPath,proto3" json:"scriptPath" form:"scriptPath"`
	//
	//是否跳过(1表示跳过,0表示未跳过)
	IsSkip int32 `protobuf:"varint,2,opt,name=isSkip,proto3" json:"isSkip" form:"isSkip"`
	//
	//是否回退(1表示回退,0表示未回退)
	IsRollback int32 `protobuf:"varint,3,opt,name=isRollback,proto3" json:"isRollback" form:"isRollback"`
	//
	//结果状态
	Status string `protobuf:"bytes,4,opt,name=status,proto3" json:"status" form:"status"`
	//
	//结果日志
	Msg string `protobuf:"bytes,5,opt,name=msg,proto3" json:"msg" form:"msg"`
	//
	//创建时间
	Ctime int64 `protobuf:"varint,6,opt,name=ctime,proto3" json:"ctime" form:"ctime"`
	//
	//结束时间
	Etime                int64    `protobuf:"varint,7,opt,name=etime,proto3" json:"etime" form:"etime"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetSQLPackageDBTaskDetailResponse_ChangeTask_Result) Descriptor

func (*GetSQLPackageDBTaskDetailResponse_ChangeTask_Result) GetCtime

func (*GetSQLPackageDBTaskDetailResponse_ChangeTask_Result) GetEtime

func (*GetSQLPackageDBTaskDetailResponse_ChangeTask_Result) GetIsRollback

func (*GetSQLPackageDBTaskDetailResponse_ChangeTask_Result) GetIsSkip

func (*GetSQLPackageDBTaskDetailResponse_ChangeTask_Result) GetMsg

func (*GetSQLPackageDBTaskDetailResponse_ChangeTask_Result) GetScriptPath

func (*GetSQLPackageDBTaskDetailResponse_ChangeTask_Result) GetStatus

func (*GetSQLPackageDBTaskDetailResponse_ChangeTask_Result) ProtoMessage

func (*GetSQLPackageDBTaskDetailResponse_ChangeTask_Result) Reset

func (*GetSQLPackageDBTaskDetailResponse_ChangeTask_Result) String

func (*GetSQLPackageDBTaskDetailResponse_ChangeTask_Result) Validate

func (*GetSQLPackageDBTaskDetailResponse_ChangeTask_Result) XXX_DiscardUnknown

func (*GetSQLPackageDBTaskDetailResponse_ChangeTask_Result) XXX_Marshal

func (m *GetSQLPackageDBTaskDetailResponse_ChangeTask_Result) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetSQLPackageDBTaskDetailResponse_ChangeTask_Result) XXX_Merge

func (*GetSQLPackageDBTaskDetailResponse_ChangeTask_Result) XXX_Size

func (*GetSQLPackageDBTaskDetailResponse_ChangeTask_Result) XXX_Unmarshal

type GetSQLPackageDBTaskDetailResponse_CheckTask

type GetSQLPackageDBTaskDetailResponse_CheckTask struct {
	//
	//数据库实例ID
	DbInstanceId string `protobuf:"bytes,1,opt,name=dbInstanceId,proto3" json:"dbInstanceId" form:"dbInstanceId"`
	//
	//数据库实例名称
	DbInstanceName string `protobuf:"bytes,2,opt,name=dbInstanceName,proto3" json:"dbInstanceName" form:"dbInstanceName"`
	//
	//检查任务脚本路径(对象声明文件)
	Scripts []string `protobuf:"bytes,3,rep,name=scripts,proto3" json:"scripts" form:"scripts"`
	//
	//检查日志
	Message string `protobuf:"bytes,4,opt,name=message,proto3" json:"message" form:"message"`
	//
	//结果详情
	Result               []*GetSQLPackageDBTaskDetailResponse_CheckTask_Result `protobuf:"bytes,5,rep,name=result,proto3" json:"result" form:"result"`
	XXX_NoUnkeyedLiteral struct{}                                              `json:"-"`
	XXX_unrecognized     []byte                                                `json:"-"`
	XXX_sizecache        int32                                                 `json:"-"`
}

func (*GetSQLPackageDBTaskDetailResponse_CheckTask) Descriptor

func (*GetSQLPackageDBTaskDetailResponse_CheckTask) GetDbInstanceId

func (*GetSQLPackageDBTaskDetailResponse_CheckTask) GetDbInstanceName

func (m *GetSQLPackageDBTaskDetailResponse_CheckTask) GetDbInstanceName() string

func (*GetSQLPackageDBTaskDetailResponse_CheckTask) GetMessage

func (*GetSQLPackageDBTaskDetailResponse_CheckTask) GetResult

func (*GetSQLPackageDBTaskDetailResponse_CheckTask) GetScripts

func (*GetSQLPackageDBTaskDetailResponse_CheckTask) ProtoMessage

func (*GetSQLPackageDBTaskDetailResponse_CheckTask) Reset

func (*GetSQLPackageDBTaskDetailResponse_CheckTask) String

func (*GetSQLPackageDBTaskDetailResponse_CheckTask) Validate

func (*GetSQLPackageDBTaskDetailResponse_CheckTask) XXX_DiscardUnknown

func (m *GetSQLPackageDBTaskDetailResponse_CheckTask) XXX_DiscardUnknown()

func (*GetSQLPackageDBTaskDetailResponse_CheckTask) XXX_Marshal

func (m *GetSQLPackageDBTaskDetailResponse_CheckTask) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetSQLPackageDBTaskDetailResponse_CheckTask) XXX_Merge

func (*GetSQLPackageDBTaskDetailResponse_CheckTask) XXX_Size

func (*GetSQLPackageDBTaskDetailResponse_CheckTask) XXX_Unmarshal

type GetSQLPackageDBTaskDetailResponse_CheckTask_Result

type GetSQLPackageDBTaskDetailResponse_CheckTask_Result struct {
	//
	//对象名
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name" form:"name"`
	//
	//对象类型
	Type string `protobuf:"bytes,2,opt,name=type,proto3" json:"type" form:"type"`
	//
	//是否更新
	Updated string `protobuf:"bytes,3,opt,name=updated,proto3" json:"updated" form:"updated"`
	//
	//检查日志信息
	CheckMessage string `protobuf:"bytes,4,opt,name=check_message,json=checkMessage,proto3" json:"check_message" form:"check_message"`
	//
	//重新编译
	Recompiled string `protobuf:"bytes,5,opt,name=recompiled,proto3" json:"recompiled" form:"recompiled"`
	//
	//重新编译日志信息
	RecompileMessage string `protobuf:"bytes,6,opt,name=recompile_message,json=recompileMessage,proto3" json:"recompile_message" form:"recompile_message"`
	//
	//结果状态
	Status string `protobuf:"bytes,7,opt,name=status,proto3" json:"status" form:"status"`
	//
	//创建时间
	Ctime int64 `protobuf:"varint,8,opt,name=ctime,proto3" json:"ctime" form:"ctime"`
	//
	//结束时间
	Etime                int64    `protobuf:"varint,9,opt,name=etime,proto3" json:"etime" form:"etime"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetSQLPackageDBTaskDetailResponse_CheckTask_Result) Descriptor

func (*GetSQLPackageDBTaskDetailResponse_CheckTask_Result) GetCheckMessage

func (*GetSQLPackageDBTaskDetailResponse_CheckTask_Result) GetCtime

func (*GetSQLPackageDBTaskDetailResponse_CheckTask_Result) GetEtime

func (*GetSQLPackageDBTaskDetailResponse_CheckTask_Result) GetName

func (*GetSQLPackageDBTaskDetailResponse_CheckTask_Result) GetRecompileMessage

func (*GetSQLPackageDBTaskDetailResponse_CheckTask_Result) GetRecompiled

func (*GetSQLPackageDBTaskDetailResponse_CheckTask_Result) GetStatus

func (*GetSQLPackageDBTaskDetailResponse_CheckTask_Result) GetType

func (*GetSQLPackageDBTaskDetailResponse_CheckTask_Result) GetUpdated

func (*GetSQLPackageDBTaskDetailResponse_CheckTask_Result) ProtoMessage

func (*GetSQLPackageDBTaskDetailResponse_CheckTask_Result) Reset

func (*GetSQLPackageDBTaskDetailResponse_CheckTask_Result) String

func (*GetSQLPackageDBTaskDetailResponse_CheckTask_Result) Validate

func (*GetSQLPackageDBTaskDetailResponse_CheckTask_Result) XXX_DiscardUnknown

func (*GetSQLPackageDBTaskDetailResponse_CheckTask_Result) XXX_Marshal

func (m *GetSQLPackageDBTaskDetailResponse_CheckTask_Result) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetSQLPackageDBTaskDetailResponse_CheckTask_Result) XXX_Merge

func (*GetSQLPackageDBTaskDetailResponse_CheckTask_Result) XXX_Size

func (*GetSQLPackageDBTaskDetailResponse_CheckTask_Result) XXX_Unmarshal

type GetSQLPackageDBTaskRollbackInfoRequest

type GetSQLPackageDBTaskRollbackInfoRequest struct {
	//
	//任务ID
	DbTaskId             string   `protobuf:"bytes,1,opt,name=dbTaskId,proto3" json:"dbTaskId" form:"dbTaskId"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

GetSQLPackageDBTaskRollbackInfo请求

func (*GetSQLPackageDBTaskRollbackInfoRequest) Descriptor

func (*GetSQLPackageDBTaskRollbackInfoRequest) Descriptor() ([]byte, []int)

func (*GetSQLPackageDBTaskRollbackInfoRequest) GetDbTaskId

func (*GetSQLPackageDBTaskRollbackInfoRequest) ProtoMessage

func (*GetSQLPackageDBTaskRollbackInfoRequest) Reset

func (*GetSQLPackageDBTaskRollbackInfoRequest) String

func (*GetSQLPackageDBTaskRollbackInfoRequest) Validate

func (*GetSQLPackageDBTaskRollbackInfoRequest) XXX_DiscardUnknown

func (m *GetSQLPackageDBTaskRollbackInfoRequest) XXX_DiscardUnknown()

func (*GetSQLPackageDBTaskRollbackInfoRequest) XXX_Marshal

func (m *GetSQLPackageDBTaskRollbackInfoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetSQLPackageDBTaskRollbackInfoRequest) XXX_Merge

func (*GetSQLPackageDBTaskRollbackInfoRequest) XXX_Size

func (*GetSQLPackageDBTaskRollbackInfoRequest) XXX_Unmarshal

func (m *GetSQLPackageDBTaskRollbackInfoRequest) XXX_Unmarshal(b []byte) error

type GetSQLPackageDBTaskRollbackInfoResponse

type GetSQLPackageDBTaskRollbackInfoResponse struct {
	//
	//SQL包的仓库ID
	RepoPackageId string `protobuf:"bytes,1,opt,name=repoPackageId,proto3" json:"repoPackageId" form:"repoPackageId"`
	//
	//SQL包版本的仓库版本ID
	RepoVersionId string `protobuf:"bytes,2,opt,name=repoVersionId,proto3" json:"repoVersionId" form:"repoVersionId"`
	//
	//SQL包变更任务的版本信息
	RollbackInfo         []*GetSQLPackageDBTaskRollbackInfoResponse_RollbackInfo `protobuf:"bytes,3,rep,name=rollbackInfo,proto3" json:"rollbackInfo" form:"rollbackInfo"`
	XXX_NoUnkeyedLiteral struct{}                                                `json:"-"`
	XXX_unrecognized     []byte                                                  `json:"-"`
	XXX_sizecache        int32                                                   `json:"-"`
}

GetSQLPackageDBTaskRollbackInfo返回

func (*GetSQLPackageDBTaskRollbackInfoResponse) Descriptor

func (*GetSQLPackageDBTaskRollbackInfoResponse) Descriptor() ([]byte, []int)

func (*GetSQLPackageDBTaskRollbackInfoResponse) GetRepoPackageId

func (m *GetSQLPackageDBTaskRollbackInfoResponse) GetRepoPackageId() string

func (*GetSQLPackageDBTaskRollbackInfoResponse) GetRepoVersionId

func (m *GetSQLPackageDBTaskRollbackInfoResponse) GetRepoVersionId() string

func (*GetSQLPackageDBTaskRollbackInfoResponse) GetRollbackInfo

func (*GetSQLPackageDBTaskRollbackInfoResponse) ProtoMessage

func (*GetSQLPackageDBTaskRollbackInfoResponse) Reset

func (*GetSQLPackageDBTaskRollbackInfoResponse) String

func (*GetSQLPackageDBTaskRollbackInfoResponse) Validate

func (*GetSQLPackageDBTaskRollbackInfoResponse) XXX_DiscardUnknown

func (m *GetSQLPackageDBTaskRollbackInfoResponse) XXX_DiscardUnknown()

func (*GetSQLPackageDBTaskRollbackInfoResponse) XXX_Marshal

func (m *GetSQLPackageDBTaskRollbackInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetSQLPackageDBTaskRollbackInfoResponse) XXX_Merge

func (*GetSQLPackageDBTaskRollbackInfoResponse) XXX_Size

func (*GetSQLPackageDBTaskRollbackInfoResponse) XXX_Unmarshal

func (m *GetSQLPackageDBTaskRollbackInfoResponse) XXX_Unmarshal(b []byte) error

type GetSQLPackageDBTaskRollbackInfoResponseWrapper

type GetSQLPackageDBTaskRollbackInfoResponseWrapper struct {
	//
	//返回码
	Code int32 `protobuf:"varint,1,opt,name=code,proto3" json:"code" form:"code"`
	//
	//返回码解释
	CodeExplain string `protobuf:"bytes,2,opt,name=codeExplain,proto3" json:"codeExplain" form:"codeExplain"`
	//
	//错误详情
	Error string `protobuf:"bytes,3,opt,name=error,proto3" json:"error" form:"error"`
	//
	//返回数据
	Data                 *GetSQLPackageDBTaskRollbackInfoResponse `protobuf:"bytes,4,opt,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{}                                 `json:"-"`
	XXX_unrecognized     []byte                                   `json:"-"`
	XXX_sizecache        int32                                    `json:"-"`
}

GetSQLPackageDBTaskRollbackInfoApi返回

func (*GetSQLPackageDBTaskRollbackInfoResponseWrapper) Descriptor

func (*GetSQLPackageDBTaskRollbackInfoResponseWrapper) GetCode

func (*GetSQLPackageDBTaskRollbackInfoResponseWrapper) GetCodeExplain

func (*GetSQLPackageDBTaskRollbackInfoResponseWrapper) GetData

func (*GetSQLPackageDBTaskRollbackInfoResponseWrapper) GetError

func (*GetSQLPackageDBTaskRollbackInfoResponseWrapper) ProtoMessage

func (*GetSQLPackageDBTaskRollbackInfoResponseWrapper) Reset

func (*GetSQLPackageDBTaskRollbackInfoResponseWrapper) String

func (*GetSQLPackageDBTaskRollbackInfoResponseWrapper) Validate

func (*GetSQLPackageDBTaskRollbackInfoResponseWrapper) XXX_DiscardUnknown

func (m *GetSQLPackageDBTaskRollbackInfoResponseWrapper) XXX_DiscardUnknown()

func (*GetSQLPackageDBTaskRollbackInfoResponseWrapper) XXX_Marshal

func (m *GetSQLPackageDBTaskRollbackInfoResponseWrapper) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetSQLPackageDBTaskRollbackInfoResponseWrapper) XXX_Merge

func (*GetSQLPackageDBTaskRollbackInfoResponseWrapper) XXX_Size

func (*GetSQLPackageDBTaskRollbackInfoResponseWrapper) XXX_Unmarshal

type GetSQLPackageDBTaskRollbackInfoResponse_RollbackInfo

type GetSQLPackageDBTaskRollbackInfoResponse_RollbackInfo struct {
	//
	//汇总任务ID
	SummaryTaskId string `protobuf:"bytes,1,opt,name=summaryTaskId,proto3" json:"summaryTaskId" form:"summaryTaskId"`
	//
	//数据库实例ID
	DbInstanceId string `protobuf:"bytes,2,opt,name=dbInstanceId,proto3" json:"dbInstanceId" form:"dbInstanceId"`
	//
	//数据库实例名称
	DbInstanceName string `protobuf:"bytes,3,opt,name=dbInstanceName,proto3" json:"dbInstanceName" form:"dbInstanceName"`
	//
	//可回退的脚本信息列表
	ScriptInfo           []*GetSQLPackageDBTaskRollbackInfoResponse_RollbackInfo_ScriptInfo `protobuf:"bytes,4,rep,name=scriptInfo,proto3" json:"scriptInfo" form:"scriptInfo"`
	XXX_NoUnkeyedLiteral struct{}                                                           `json:"-"`
	XXX_unrecognized     []byte                                                             `json:"-"`
	XXX_sizecache        int32                                                              `json:"-"`
}

func (*GetSQLPackageDBTaskRollbackInfoResponse_RollbackInfo) Descriptor

func (*GetSQLPackageDBTaskRollbackInfoResponse_RollbackInfo) GetDbInstanceId

func (*GetSQLPackageDBTaskRollbackInfoResponse_RollbackInfo) GetDbInstanceName

func (*GetSQLPackageDBTaskRollbackInfoResponse_RollbackInfo) GetScriptInfo

func (*GetSQLPackageDBTaskRollbackInfoResponse_RollbackInfo) GetSummaryTaskId

func (*GetSQLPackageDBTaskRollbackInfoResponse_RollbackInfo) ProtoMessage

func (*GetSQLPackageDBTaskRollbackInfoResponse_RollbackInfo) Reset

func (*GetSQLPackageDBTaskRollbackInfoResponse_RollbackInfo) String

func (*GetSQLPackageDBTaskRollbackInfoResponse_RollbackInfo) Validate

func (*GetSQLPackageDBTaskRollbackInfoResponse_RollbackInfo) XXX_DiscardUnknown

func (*GetSQLPackageDBTaskRollbackInfoResponse_RollbackInfo) XXX_Marshal

func (m *GetSQLPackageDBTaskRollbackInfoResponse_RollbackInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetSQLPackageDBTaskRollbackInfoResponse_RollbackInfo) XXX_Merge

func (*GetSQLPackageDBTaskRollbackInfoResponse_RollbackInfo) XXX_Size

func (*GetSQLPackageDBTaskRollbackInfoResponse_RollbackInfo) XXX_Unmarshal

type GetSQLPackageDBTaskRollbackInfoResponse_RollbackInfo_ScriptInfo

type GetSQLPackageDBTaskRollbackInfoResponse_RollbackInfo_ScriptInfo struct {
	//
	//变更集ID
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id" form:"id"`
	//
	//变更SQL文件名
	UpdateName string `protobuf:"bytes,2,opt,name=updateName,proto3" json:"updateName" form:"updateName"`
	//
	//回退SQL文件名
	RollbackName         string   `protobuf:"bytes,3,opt,name=rollbackName,proto3" json:"rollbackName" form:"rollbackName"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetSQLPackageDBTaskRollbackInfoResponse_RollbackInfo_ScriptInfo) Descriptor

func (*GetSQLPackageDBTaskRollbackInfoResponse_RollbackInfo_ScriptInfo) GetId

func (*GetSQLPackageDBTaskRollbackInfoResponse_RollbackInfo_ScriptInfo) GetRollbackName

func (*GetSQLPackageDBTaskRollbackInfoResponse_RollbackInfo_ScriptInfo) GetUpdateName

func (*GetSQLPackageDBTaskRollbackInfoResponse_RollbackInfo_ScriptInfo) ProtoMessage

func (*GetSQLPackageDBTaskRollbackInfoResponse_RollbackInfo_ScriptInfo) Reset

func (*GetSQLPackageDBTaskRollbackInfoResponse_RollbackInfo_ScriptInfo) String

func (*GetSQLPackageDBTaskRollbackInfoResponse_RollbackInfo_ScriptInfo) Validate

func (*GetSQLPackageDBTaskRollbackInfoResponse_RollbackInfo_ScriptInfo) XXX_DiscardUnknown

func (*GetSQLPackageDBTaskRollbackInfoResponse_RollbackInfo_ScriptInfo) XXX_Marshal

func (*GetSQLPackageDBTaskRollbackInfoResponse_RollbackInfo_ScriptInfo) XXX_Merge

func (*GetSQLPackageDBTaskRollbackInfoResponse_RollbackInfo_ScriptInfo) XXX_Size

func (*GetSQLPackageDBTaskRollbackInfoResponse_RollbackInfo_ScriptInfo) XXX_Unmarshal

type LiquibaseTaskCallbackRequest

type LiquibaseTaskCallbackRequest struct {
	//
	//回调的参数详情
	Command              *easy_command.TaskDetail `protobuf:"bytes,1,opt,name=command,proto3" json:"command" form:"command"`
	XXX_NoUnkeyedLiteral struct{}                 `json:"-"`
	XXX_unrecognized     []byte                   `json:"-"`
	XXX_sizecache        int32                    `json:"-"`
}

LiquibaseTaskCallback请求

func (*LiquibaseTaskCallbackRequest) Descriptor

func (*LiquibaseTaskCallbackRequest) Descriptor() ([]byte, []int)

func (*LiquibaseTaskCallbackRequest) GetCommand

func (*LiquibaseTaskCallbackRequest) ProtoMessage

func (*LiquibaseTaskCallbackRequest) ProtoMessage()

func (*LiquibaseTaskCallbackRequest) Reset

func (m *LiquibaseTaskCallbackRequest) Reset()

func (*LiquibaseTaskCallbackRequest) String

func (*LiquibaseTaskCallbackRequest) Validate

func (this *LiquibaseTaskCallbackRequest) Validate() error

func (*LiquibaseTaskCallbackRequest) XXX_DiscardUnknown

func (m *LiquibaseTaskCallbackRequest) XXX_DiscardUnknown()

func (*LiquibaseTaskCallbackRequest) XXX_Marshal

func (m *LiquibaseTaskCallbackRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*LiquibaseTaskCallbackRequest) XXX_Merge

func (m *LiquibaseTaskCallbackRequest) XXX_Merge(src proto.Message)

func (*LiquibaseTaskCallbackRequest) XXX_Size

func (m *LiquibaseTaskCallbackRequest) XXX_Size() int

func (*LiquibaseTaskCallbackRequest) XXX_Unmarshal

func (m *LiquibaseTaskCallbackRequest) XXX_Unmarshal(b []byte) error

type LiquibaseTaskCallbackResponse

type LiquibaseTaskCallbackResponse struct {
	//
	//回调处理结果
	Status               string   `protobuf:"bytes,1,opt,name=status,proto3" json:"status" form:"status"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

LiquibaseTaskCallback返回

func (*LiquibaseTaskCallbackResponse) Descriptor

func (*LiquibaseTaskCallbackResponse) Descriptor() ([]byte, []int)

func (*LiquibaseTaskCallbackResponse) GetStatus

func (m *LiquibaseTaskCallbackResponse) GetStatus() string

func (*LiquibaseTaskCallbackResponse) ProtoMessage

func (*LiquibaseTaskCallbackResponse) ProtoMessage()

func (*LiquibaseTaskCallbackResponse) Reset

func (m *LiquibaseTaskCallbackResponse) Reset()

func (*LiquibaseTaskCallbackResponse) String

func (*LiquibaseTaskCallbackResponse) Validate

func (this *LiquibaseTaskCallbackResponse) Validate() error

func (*LiquibaseTaskCallbackResponse) XXX_DiscardUnknown

func (m *LiquibaseTaskCallbackResponse) XXX_DiscardUnknown()

func (*LiquibaseTaskCallbackResponse) XXX_Marshal

func (m *LiquibaseTaskCallbackResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*LiquibaseTaskCallbackResponse) XXX_Merge

func (m *LiquibaseTaskCallbackResponse) XXX_Merge(src proto.Message)

func (*LiquibaseTaskCallbackResponse) XXX_Size

func (m *LiquibaseTaskCallbackResponse) XXX_Size() int

func (*LiquibaseTaskCallbackResponse) XXX_Unmarshal

func (m *LiquibaseTaskCallbackResponse) XXX_Unmarshal(b []byte) error

type LiquibaseTaskCallbackResponseWrapper

type LiquibaseTaskCallbackResponseWrapper struct {
	//
	//返回码
	Code int32 `protobuf:"varint,1,opt,name=code,proto3" json:"code" form:"code"`
	//
	//返回码解释
	CodeExplain string `protobuf:"bytes,2,opt,name=codeExplain,proto3" json:"codeExplain" form:"codeExplain"`
	//
	//错误详情
	Error string `protobuf:"bytes,3,opt,name=error,proto3" json:"error" form:"error"`
	//
	//返回数据
	Data                 *LiquibaseTaskCallbackResponse `protobuf:"bytes,4,opt,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{}                       `json:"-"`
	XXX_unrecognized     []byte                         `json:"-"`
	XXX_sizecache        int32                          `json:"-"`
}

LiquibaseTaskCallbackApi返回

func (*LiquibaseTaskCallbackResponseWrapper) Descriptor

func (*LiquibaseTaskCallbackResponseWrapper) Descriptor() ([]byte, []int)

func (*LiquibaseTaskCallbackResponseWrapper) GetCode

func (*LiquibaseTaskCallbackResponseWrapper) GetCodeExplain

func (m *LiquibaseTaskCallbackResponseWrapper) GetCodeExplain() string

func (*LiquibaseTaskCallbackResponseWrapper) GetData

func (*LiquibaseTaskCallbackResponseWrapper) GetError

func (*LiquibaseTaskCallbackResponseWrapper) ProtoMessage

func (*LiquibaseTaskCallbackResponseWrapper) ProtoMessage()

func (*LiquibaseTaskCallbackResponseWrapper) Reset

func (*LiquibaseTaskCallbackResponseWrapper) String

func (*LiquibaseTaskCallbackResponseWrapper) Validate

func (*LiquibaseTaskCallbackResponseWrapper) XXX_DiscardUnknown

func (m *LiquibaseTaskCallbackResponseWrapper) XXX_DiscardUnknown()

func (*LiquibaseTaskCallbackResponseWrapper) XXX_Marshal

func (m *LiquibaseTaskCallbackResponseWrapper) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*LiquibaseTaskCallbackResponseWrapper) XXX_Merge

func (*LiquibaseTaskCallbackResponseWrapper) XXX_Size

func (*LiquibaseTaskCallbackResponseWrapper) XXX_Unmarshal

func (m *LiquibaseTaskCallbackResponseWrapper) XXX_Unmarshal(b []byte) error

type ListCustomDBTaskChangeHistoryRequest

type ListCustomDBTaskChangeHistoryRequest struct {
	//
	//数据库服务ID
	DbServiceId string `protobuf:"bytes,1,opt,name=dbServiceId,proto3" json:"dbServiceId" form:"dbServiceId"`
	//
	//页码
	Page int32 `protobuf:"varint,2,opt,name=page,proto3" json:"page" form:"page"`
	//
	//页面大小
	PageSize             int32    `protobuf:"varint,3,opt,name=pageSize,proto3" json:"pageSize" form:"pageSize"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

ListCustomDBTaskChangeHistory请求

func (*ListCustomDBTaskChangeHistoryRequest) Descriptor

func (*ListCustomDBTaskChangeHistoryRequest) Descriptor() ([]byte, []int)

func (*ListCustomDBTaskChangeHistoryRequest) GetDbServiceId

func (m *ListCustomDBTaskChangeHistoryRequest) GetDbServiceId() string

func (*ListCustomDBTaskChangeHistoryRequest) GetPage

func (*ListCustomDBTaskChangeHistoryRequest) GetPageSize

func (*ListCustomDBTaskChangeHistoryRequest) ProtoMessage

func (*ListCustomDBTaskChangeHistoryRequest) ProtoMessage()

func (*ListCustomDBTaskChangeHistoryRequest) Reset

func (*ListCustomDBTaskChangeHistoryRequest) String

func (*ListCustomDBTaskChangeHistoryRequest) Validate

func (*ListCustomDBTaskChangeHistoryRequest) XXX_DiscardUnknown

func (m *ListCustomDBTaskChangeHistoryRequest) XXX_DiscardUnknown()

func (*ListCustomDBTaskChangeHistoryRequest) XXX_Marshal

func (m *ListCustomDBTaskChangeHistoryRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListCustomDBTaskChangeHistoryRequest) XXX_Merge

func (*ListCustomDBTaskChangeHistoryRequest) XXX_Size

func (*ListCustomDBTaskChangeHistoryRequest) XXX_Unmarshal

func (m *ListCustomDBTaskChangeHistoryRequest) XXX_Unmarshal(b []byte) error

type ListCustomDBTaskChangeHistoryResponse

type ListCustomDBTaskChangeHistoryResponse struct {
	//
	//页数
	Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page" form:"page"`
	//
	//页大小
	PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size" form:"page_size"`
	//
	//总数
	Total int32 `protobuf:"varint,3,opt,name=total,proto3" json:"total" form:"total"`
	//
	//数据列表
	List                 []*ListCustomDBTaskChangeHistoryResponse_List `protobuf:"bytes,4,rep,name=list,proto3" json:"list" form:"list"`
	XXX_NoUnkeyedLiteral struct{}                                      `json:"-"`
	XXX_unrecognized     []byte                                        `json:"-"`
	XXX_sizecache        int32                                         `json:"-"`
}

ListCustomDBTaskChangeHistory返回

func (*ListCustomDBTaskChangeHistoryResponse) Descriptor

func (*ListCustomDBTaskChangeHistoryResponse) Descriptor() ([]byte, []int)

func (*ListCustomDBTaskChangeHistoryResponse) GetList

func (*ListCustomDBTaskChangeHistoryResponse) GetPage

func (*ListCustomDBTaskChangeHistoryResponse) GetPageSize

func (*ListCustomDBTaskChangeHistoryResponse) GetTotal

func (*ListCustomDBTaskChangeHistoryResponse) ProtoMessage

func (*ListCustomDBTaskChangeHistoryResponse) ProtoMessage()

func (*ListCustomDBTaskChangeHistoryResponse) Reset

func (*ListCustomDBTaskChangeHistoryResponse) String

func (*ListCustomDBTaskChangeHistoryResponse) Validate

func (*ListCustomDBTaskChangeHistoryResponse) XXX_DiscardUnknown

func (m *ListCustomDBTaskChangeHistoryResponse) XXX_DiscardUnknown()

func (*ListCustomDBTaskChangeHistoryResponse) XXX_Marshal

func (m *ListCustomDBTaskChangeHistoryResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListCustomDBTaskChangeHistoryResponse) XXX_Merge

func (*ListCustomDBTaskChangeHistoryResponse) XXX_Size

func (*ListCustomDBTaskChangeHistoryResponse) XXX_Unmarshal

func (m *ListCustomDBTaskChangeHistoryResponse) XXX_Unmarshal(b []byte) error

type ListCustomDBTaskChangeHistoryResponseWrapper

type ListCustomDBTaskChangeHistoryResponseWrapper struct {
	//
	//返回码
	Code int32 `protobuf:"varint,1,opt,name=code,proto3" json:"code" form:"code"`
	//
	//返回码解释
	CodeExplain string `protobuf:"bytes,2,opt,name=codeExplain,proto3" json:"codeExplain" form:"codeExplain"`
	//
	//错误详情
	Error string `protobuf:"bytes,3,opt,name=error,proto3" json:"error" form:"error"`
	//
	//返回数据
	Data                 *ListCustomDBTaskChangeHistoryResponse `protobuf:"bytes,4,opt,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{}                               `json:"-"`
	XXX_unrecognized     []byte                                 `json:"-"`
	XXX_sizecache        int32                                  `json:"-"`
}

ListCustomDBTaskChangeHistoryApi返回

func (*ListCustomDBTaskChangeHistoryResponseWrapper) Descriptor

func (*ListCustomDBTaskChangeHistoryResponseWrapper) GetCode

func (*ListCustomDBTaskChangeHistoryResponseWrapper) GetCodeExplain

func (*ListCustomDBTaskChangeHistoryResponseWrapper) GetData

func (*ListCustomDBTaskChangeHistoryResponseWrapper) GetError

func (*ListCustomDBTaskChangeHistoryResponseWrapper) ProtoMessage

func (*ListCustomDBTaskChangeHistoryResponseWrapper) Reset

func (*ListCustomDBTaskChangeHistoryResponseWrapper) String

func (*ListCustomDBTaskChangeHistoryResponseWrapper) Validate

func (*ListCustomDBTaskChangeHistoryResponseWrapper) XXX_DiscardUnknown

func (m *ListCustomDBTaskChangeHistoryResponseWrapper) XXX_DiscardUnknown()

func (*ListCustomDBTaskChangeHistoryResponseWrapper) XXX_Marshal

func (m *ListCustomDBTaskChangeHistoryResponseWrapper) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListCustomDBTaskChangeHistoryResponseWrapper) XXX_Merge

func (*ListCustomDBTaskChangeHistoryResponseWrapper) XXX_Size

func (*ListCustomDBTaskChangeHistoryResponseWrapper) XXX_Unmarshal

type ListCustomDBTaskChangeHistoryResponse_List

type ListCustomDBTaskChangeHistoryResponse_List struct {
	//
	//变更记录ID
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id" form:"id"`
	//
	//数据库服务ID
	DbServiceId string `protobuf:"bytes,2,opt,name=dbServiceId,proto3" json:"dbServiceId" form:"dbServiceId"`
	//
	//数据库实例名称列表
	DbInstanceNameList []string `protobuf:"bytes,3,rep,name=dbInstanceNameList,proto3" json:"dbInstanceNameList" form:"dbInstanceNameList"`
	//
	//变更集名称列表
	ChangesetNameList []string `protobuf:"bytes,4,rep,name=changesetNameList,proto3" json:"changesetNameList" form:"changesetNameList"`
	//
	//变更类型,执行update、回滚rollback
	State string `protobuf:"bytes,5,opt,name=state,proto3" json:"state" form:"state"`
	//
	//状态
	Status string `protobuf:"bytes,6,opt,name=status,proto3" json:"status" form:"status"`
	//
	//创建时间
	Ctime int64 `protobuf:"varint,7,opt,name=ctime,proto3" json:"ctime" form:"ctime"`
	//
	//更新时间
	Mtime                int64    `protobuf:"varint,8,opt,name=mtime,proto3" json:"mtime" form:"mtime"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListCustomDBTaskChangeHistoryResponse_List) Descriptor

func (*ListCustomDBTaskChangeHistoryResponse_List) GetChangesetNameList

func (m *ListCustomDBTaskChangeHistoryResponse_List) GetChangesetNameList() []string

func (*ListCustomDBTaskChangeHistoryResponse_List) GetCtime

func (*ListCustomDBTaskChangeHistoryResponse_List) GetDbInstanceNameList

func (m *ListCustomDBTaskChangeHistoryResponse_List) GetDbInstanceNameList() []string

func (*ListCustomDBTaskChangeHistoryResponse_List) GetDbServiceId

func (*ListCustomDBTaskChangeHistoryResponse_List) GetId

func (*ListCustomDBTaskChangeHistoryResponse_List) GetMtime

func (*ListCustomDBTaskChangeHistoryResponse_List) GetState

func (*ListCustomDBTaskChangeHistoryResponse_List) GetStatus

func (*ListCustomDBTaskChangeHistoryResponse_List) ProtoMessage

func (*ListCustomDBTaskChangeHistoryResponse_List) Reset

func (*ListCustomDBTaskChangeHistoryResponse_List) String

func (*ListCustomDBTaskChangeHistoryResponse_List) Validate

func (*ListCustomDBTaskChangeHistoryResponse_List) XXX_DiscardUnknown

func (m *ListCustomDBTaskChangeHistoryResponse_List) XXX_DiscardUnknown()

func (*ListCustomDBTaskChangeHistoryResponse_List) XXX_Marshal

func (m *ListCustomDBTaskChangeHistoryResponse_List) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListCustomDBTaskChangeHistoryResponse_List) XXX_Merge

func (*ListCustomDBTaskChangeHistoryResponse_List) XXX_Size

func (*ListCustomDBTaskChangeHistoryResponse_List) XXX_Unmarshal

type ListDBVersionRequest

type ListDBVersionRequest struct {
	//
	//数据库服务ID
	DbServiceId string `protobuf:"bytes,1,opt,name=dbServiceId,proto3" json:"dbServiceId" form:"dbServiceId"`
	//
	//页码
	Page int32 `protobuf:"varint,2,opt,name=page,proto3" json:"page" form:"page"`
	//
	//页面大小
	PageSize             int32    `protobuf:"varint,3,opt,name=pageSize,proto3" json:"pageSize" form:"pageSize"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

ListDBVersion请求

func (*ListDBVersionRequest) Descriptor

func (*ListDBVersionRequest) Descriptor() ([]byte, []int)

func (*ListDBVersionRequest) GetDbServiceId

func (m *ListDBVersionRequest) GetDbServiceId() string

func (*ListDBVersionRequest) GetPage

func (m *ListDBVersionRequest) GetPage() int32

func (*ListDBVersionRequest) GetPageSize

func (m *ListDBVersionRequest) GetPageSize() int32

func (*ListDBVersionRequest) ProtoMessage

func (*ListDBVersionRequest) ProtoMessage()

func (*ListDBVersionRequest) Reset

func (m *ListDBVersionRequest) Reset()

func (*ListDBVersionRequest) String

func (m *ListDBVersionRequest) String() string

func (*ListDBVersionRequest) Validate

func (this *ListDBVersionRequest) Validate() error

func (*ListDBVersionRequest) XXX_DiscardUnknown

func (m *ListDBVersionRequest) XXX_DiscardUnknown()

func (*ListDBVersionRequest) XXX_Marshal

func (m *ListDBVersionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListDBVersionRequest) XXX_Merge

func (m *ListDBVersionRequest) XXX_Merge(src proto.Message)

func (*ListDBVersionRequest) XXX_Size

func (m *ListDBVersionRequest) XXX_Size() int

func (*ListDBVersionRequest) XXX_Unmarshal

func (m *ListDBVersionRequest) XXX_Unmarshal(b []byte) error

type ListDBVersionResponse

type ListDBVersionResponse struct {
	//
	//页数
	Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page" form:"page"`
	//
	//页大小
	PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size" form:"page_size"`
	//
	//总数
	Total int32 `protobuf:"varint,3,opt,name=total,proto3" json:"total" form:"total"`
	//
	//数据列表
	List                 []*ListDBVersionResponse_List `protobuf:"bytes,4,rep,name=list,proto3" json:"list" form:"list"`
	XXX_NoUnkeyedLiteral struct{}                      `json:"-"`
	XXX_unrecognized     []byte                        `json:"-"`
	XXX_sizecache        int32                         `json:"-"`
}

ListDBVersion返回

func (*ListDBVersionResponse) Descriptor

func (*ListDBVersionResponse) Descriptor() ([]byte, []int)

func (*ListDBVersionResponse) GetList

func (*ListDBVersionResponse) GetPage

func (m *ListDBVersionResponse) GetPage() int32

func (*ListDBVersionResponse) GetPageSize

func (m *ListDBVersionResponse) GetPageSize() int32

func (*ListDBVersionResponse) GetTotal

func (m *ListDBVersionResponse) GetTotal() int32

func (*ListDBVersionResponse) ProtoMessage

func (*ListDBVersionResponse) ProtoMessage()

func (*ListDBVersionResponse) Reset

func (m *ListDBVersionResponse) Reset()

func (*ListDBVersionResponse) String

func (m *ListDBVersionResponse) String() string

func (*ListDBVersionResponse) Validate

func (this *ListDBVersionResponse) Validate() error

func (*ListDBVersionResponse) XXX_DiscardUnknown

func (m *ListDBVersionResponse) XXX_DiscardUnknown()

func (*ListDBVersionResponse) XXX_Marshal

func (m *ListDBVersionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListDBVersionResponse) XXX_Merge

func (m *ListDBVersionResponse) XXX_Merge(src proto.Message)

func (*ListDBVersionResponse) XXX_Size

func (m *ListDBVersionResponse) XXX_Size() int

func (*ListDBVersionResponse) XXX_Unmarshal

func (m *ListDBVersionResponse) XXX_Unmarshal(b []byte) error

type ListDBVersionResponseWrapper

type ListDBVersionResponseWrapper struct {
	//
	//返回码
	Code int32 `protobuf:"varint,1,opt,name=code,proto3" json:"code" form:"code"`
	//
	//返回码解释
	CodeExplain string `protobuf:"bytes,2,opt,name=codeExplain,proto3" json:"codeExplain" form:"codeExplain"`
	//
	//错误详情
	Error string `protobuf:"bytes,3,opt,name=error,proto3" json:"error" form:"error"`
	//
	//返回数据
	Data                 *ListDBVersionResponse `protobuf:"bytes,4,opt,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

ListDBVersionApi返回

func (*ListDBVersionResponseWrapper) Descriptor

func (*ListDBVersionResponseWrapper) Descriptor() ([]byte, []int)

func (*ListDBVersionResponseWrapper) GetCode

func (m *ListDBVersionResponseWrapper) GetCode() int32

func (*ListDBVersionResponseWrapper) GetCodeExplain

func (m *ListDBVersionResponseWrapper) GetCodeExplain() string

func (*ListDBVersionResponseWrapper) GetData

func (*ListDBVersionResponseWrapper) GetError

func (m *ListDBVersionResponseWrapper) GetError() string

func (*ListDBVersionResponseWrapper) ProtoMessage

func (*ListDBVersionResponseWrapper) ProtoMessage()

func (*ListDBVersionResponseWrapper) Reset

func (m *ListDBVersionResponseWrapper) Reset()

func (*ListDBVersionResponseWrapper) String

func (*ListDBVersionResponseWrapper) Validate

func (this *ListDBVersionResponseWrapper) Validate() error

func (*ListDBVersionResponseWrapper) XXX_DiscardUnknown

func (m *ListDBVersionResponseWrapper) XXX_DiscardUnknown()

func (*ListDBVersionResponseWrapper) XXX_Marshal

func (m *ListDBVersionResponseWrapper) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListDBVersionResponseWrapper) XXX_Merge

func (m *ListDBVersionResponseWrapper) XXX_Merge(src proto.Message)

func (*ListDBVersionResponseWrapper) XXX_Size

func (m *ListDBVersionResponseWrapper) XXX_Size() int

func (*ListDBVersionResponseWrapper) XXX_Unmarshal

func (m *ListDBVersionResponseWrapper) XXX_Unmarshal(b []byte) error

type ListDBVersionResponse_List

type ListDBVersionResponse_List struct {
	//
	//变更记录ID
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id" form:"id"`
	//
	//数据库服务ID
	DbserviceId string `protobuf:"bytes,2,opt,name=dbserviceId,proto3" json:"dbserviceId" form:"dbserviceId"`
	//
	//数据库实例ID
	DbinstanceId string `protobuf:"bytes,3,opt,name=dbinstanceId,proto3" json:"dbinstanceId" form:"dbinstanceId"`
	//
	//变更任务ID
	DbtaskId string `protobuf:"bytes,4,opt,name=dbtaskId,proto3" json:"dbtaskId" form:"dbtaskId"`
	//
	//变更集名称
	ChangesetName string `protobuf:"bytes,5,opt,name=changesetName,proto3" json:"changesetName" form:"changesetName"`
	//
	//创建时间
	Ctime                int64    `protobuf:"varint,6,opt,name=ctime,proto3" json:"ctime" form:"ctime"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListDBVersionResponse_List) Descriptor

func (*ListDBVersionResponse_List) Descriptor() ([]byte, []int)

func (*ListDBVersionResponse_List) GetChangesetName

func (m *ListDBVersionResponse_List) GetChangesetName() string

func (*ListDBVersionResponse_List) GetCtime

func (m *ListDBVersionResponse_List) GetCtime() int64

func (*ListDBVersionResponse_List) GetDbinstanceId

func (m *ListDBVersionResponse_List) GetDbinstanceId() string

func (*ListDBVersionResponse_List) GetDbserviceId

func (m *ListDBVersionResponse_List) GetDbserviceId() string

func (*ListDBVersionResponse_List) GetDbtaskId

func (m *ListDBVersionResponse_List) GetDbtaskId() string

func (*ListDBVersionResponse_List) GetId

func (*ListDBVersionResponse_List) ProtoMessage

func (*ListDBVersionResponse_List) ProtoMessage()

func (*ListDBVersionResponse_List) Reset

func (m *ListDBVersionResponse_List) Reset()

func (*ListDBVersionResponse_List) String

func (m *ListDBVersionResponse_List) String() string

func (*ListDBVersionResponse_List) Validate

func (this *ListDBVersionResponse_List) Validate() error

func (*ListDBVersionResponse_List) XXX_DiscardUnknown

func (m *ListDBVersionResponse_List) XXX_DiscardUnknown()

func (*ListDBVersionResponse_List) XXX_Marshal

func (m *ListDBVersionResponse_List) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListDBVersionResponse_List) XXX_Merge

func (m *ListDBVersionResponse_List) XXX_Merge(src proto.Message)

func (*ListDBVersionResponse_List) XXX_Size

func (m *ListDBVersionResponse_List) XXX_Size() int

func (*ListDBVersionResponse_List) XXX_Unmarshal

func (m *ListDBVersionResponse_List) XXX_Unmarshal(b []byte) error

type ListSQLPackageChangeHistoryRequest

type ListSQLPackageChangeHistoryRequest struct {
	//
	//数据库服务ID
	PkgId string `protobuf:"bytes,1,opt,name=pkgId,proto3" json:"pkgId" form:"pkgId"`
	//
	//页码
	Page int32 `protobuf:"varint,2,opt,name=page,proto3" json:"page" form:"page"`
	//
	//页面大小
	PageSize             int32    `protobuf:"varint,3,opt,name=pageSize,proto3" json:"pageSize" form:"pageSize"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

ListSQLPackageChangeHistory请求

func (*ListSQLPackageChangeHistoryRequest) Descriptor

func (*ListSQLPackageChangeHistoryRequest) Descriptor() ([]byte, []int)

func (*ListSQLPackageChangeHistoryRequest) GetPage

func (*ListSQLPackageChangeHistoryRequest) GetPageSize

func (m *ListSQLPackageChangeHistoryRequest) GetPageSize() int32

func (*ListSQLPackageChangeHistoryRequest) GetPkgId

func (*ListSQLPackageChangeHistoryRequest) ProtoMessage

func (*ListSQLPackageChangeHistoryRequest) ProtoMessage()

func (*ListSQLPackageChangeHistoryRequest) Reset

func (*ListSQLPackageChangeHistoryRequest) String

func (*ListSQLPackageChangeHistoryRequest) Validate

func (this *ListSQLPackageChangeHistoryRequest) Validate() error

func (*ListSQLPackageChangeHistoryRequest) XXX_DiscardUnknown

func (m *ListSQLPackageChangeHistoryRequest) XXX_DiscardUnknown()

func (*ListSQLPackageChangeHistoryRequest) XXX_Marshal

func (m *ListSQLPackageChangeHistoryRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListSQLPackageChangeHistoryRequest) XXX_Merge

func (*ListSQLPackageChangeHistoryRequest) XXX_Size

func (*ListSQLPackageChangeHistoryRequest) XXX_Unmarshal

func (m *ListSQLPackageChangeHistoryRequest) XXX_Unmarshal(b []byte) error

type ListSQLPackageChangeHistoryResponse

type ListSQLPackageChangeHistoryResponse struct {
	//
	//页数
	Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page" form:"page"`
	//
	//页大小
	PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size" form:"page_size"`
	//
	//总数
	Total int32 `protobuf:"varint,3,opt,name=total,proto3" json:"total" form:"total"`
	//
	//数据列表
	List                 []*database_delivery.SQLPackageDBTaskChangeHistory `protobuf:"bytes,4,rep,name=list,proto3" json:"list" form:"list"`
	XXX_NoUnkeyedLiteral struct{}                                           `json:"-"`
	XXX_unrecognized     []byte                                             `json:"-"`
	XXX_sizecache        int32                                              `json:"-"`
}

ListSQLPackageChangeHistory返回

func (*ListSQLPackageChangeHistoryResponse) Descriptor

func (*ListSQLPackageChangeHistoryResponse) Descriptor() ([]byte, []int)

func (*ListSQLPackageChangeHistoryResponse) GetList

func (*ListSQLPackageChangeHistoryResponse) GetPage

func (*ListSQLPackageChangeHistoryResponse) GetPageSize

func (m *ListSQLPackageChangeHistoryResponse) GetPageSize() int32

func (*ListSQLPackageChangeHistoryResponse) GetTotal

func (*ListSQLPackageChangeHistoryResponse) ProtoMessage

func (*ListSQLPackageChangeHistoryResponse) ProtoMessage()

func (*ListSQLPackageChangeHistoryResponse) Reset

func (*ListSQLPackageChangeHistoryResponse) String

func (*ListSQLPackageChangeHistoryResponse) Validate

func (this *ListSQLPackageChangeHistoryResponse) Validate() error

func (*ListSQLPackageChangeHistoryResponse) XXX_DiscardUnknown

func (m *ListSQLPackageChangeHistoryResponse) XXX_DiscardUnknown()

func (*ListSQLPackageChangeHistoryResponse) XXX_Marshal

func (m *ListSQLPackageChangeHistoryResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListSQLPackageChangeHistoryResponse) XXX_Merge

func (*ListSQLPackageChangeHistoryResponse) XXX_Size

func (*ListSQLPackageChangeHistoryResponse) XXX_Unmarshal

func (m *ListSQLPackageChangeHistoryResponse) XXX_Unmarshal(b []byte) error

type ListSQLPackageChangeHistoryResponseWrapper

type ListSQLPackageChangeHistoryResponseWrapper struct {
	//
	//返回码
	Code int32 `protobuf:"varint,1,opt,name=code,proto3" json:"code" form:"code"`
	//
	//返回码解释
	CodeExplain string `protobuf:"bytes,2,opt,name=codeExplain,proto3" json:"codeExplain" form:"codeExplain"`
	//
	//错误详情
	Error string `protobuf:"bytes,3,opt,name=error,proto3" json:"error" form:"error"`
	//
	//返回数据
	Data                 *ListSQLPackageChangeHistoryResponse `protobuf:"bytes,4,opt,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{}                             `json:"-"`
	XXX_unrecognized     []byte                               `json:"-"`
	XXX_sizecache        int32                                `json:"-"`
}

ListSQLPackageChangeHistoryApi返回

func (*ListSQLPackageChangeHistoryResponseWrapper) Descriptor

func (*ListSQLPackageChangeHistoryResponseWrapper) GetCode

func (*ListSQLPackageChangeHistoryResponseWrapper) GetCodeExplain

func (*ListSQLPackageChangeHistoryResponseWrapper) GetData

func (*ListSQLPackageChangeHistoryResponseWrapper) GetError

func (*ListSQLPackageChangeHistoryResponseWrapper) ProtoMessage

func (*ListSQLPackageChangeHistoryResponseWrapper) Reset

func (*ListSQLPackageChangeHistoryResponseWrapper) String

func (*ListSQLPackageChangeHistoryResponseWrapper) Validate

func (*ListSQLPackageChangeHistoryResponseWrapper) XXX_DiscardUnknown

func (m *ListSQLPackageChangeHistoryResponseWrapper) XXX_DiscardUnknown()

func (*ListSQLPackageChangeHistoryResponseWrapper) XXX_Marshal

func (m *ListSQLPackageChangeHistoryResponseWrapper) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListSQLPackageChangeHistoryResponseWrapper) XXX_Merge

func (*ListSQLPackageChangeHistoryResponseWrapper) XXX_Size

func (*ListSQLPackageChangeHistoryResponseWrapper) XXX_Unmarshal

type ListSQLPackageDBTaskChangeHistoryRequest

type ListSQLPackageDBTaskChangeHistoryRequest struct {
	//
	//数据库服务ID
	DbServiceId string `protobuf:"bytes,1,opt,name=dbServiceId,proto3" json:"dbServiceId" form:"dbServiceId"`
	//
	//页码
	Page int32 `protobuf:"varint,2,opt,name=page,proto3" json:"page" form:"page"`
	//
	//页面大小
	PageSize             int32    `protobuf:"varint,3,opt,name=pageSize,proto3" json:"pageSize" form:"pageSize"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

ListSQLPackageDBTaskChangeHistory请求

func (*ListSQLPackageDBTaskChangeHistoryRequest) Descriptor

func (*ListSQLPackageDBTaskChangeHistoryRequest) Descriptor() ([]byte, []int)

func (*ListSQLPackageDBTaskChangeHistoryRequest) GetDbServiceId

func (*ListSQLPackageDBTaskChangeHistoryRequest) GetPage

func (*ListSQLPackageDBTaskChangeHistoryRequest) GetPageSize

func (*ListSQLPackageDBTaskChangeHistoryRequest) ProtoMessage

func (*ListSQLPackageDBTaskChangeHistoryRequest) Reset

func (*ListSQLPackageDBTaskChangeHistoryRequest) String

func (*ListSQLPackageDBTaskChangeHistoryRequest) Validate

func (*ListSQLPackageDBTaskChangeHistoryRequest) XXX_DiscardUnknown

func (m *ListSQLPackageDBTaskChangeHistoryRequest) XXX_DiscardUnknown()

func (*ListSQLPackageDBTaskChangeHistoryRequest) XXX_Marshal

func (m *ListSQLPackageDBTaskChangeHistoryRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListSQLPackageDBTaskChangeHistoryRequest) XXX_Merge

func (*ListSQLPackageDBTaskChangeHistoryRequest) XXX_Size

func (*ListSQLPackageDBTaskChangeHistoryRequest) XXX_Unmarshal

func (m *ListSQLPackageDBTaskChangeHistoryRequest) XXX_Unmarshal(b []byte) error

type ListSQLPackageDBTaskChangeHistoryResponse

type ListSQLPackageDBTaskChangeHistoryResponse struct {
	//
	//页数
	Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page" form:"page"`
	//
	//页大小
	PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size" form:"page_size"`
	//
	//总数
	Total int32 `protobuf:"varint,3,opt,name=total,proto3" json:"total" form:"total"`
	//
	//数据列表
	List                 []*database_delivery.SQLPackageDBTaskChangeHistory `protobuf:"bytes,4,rep,name=list,proto3" json:"list" form:"list"`
	XXX_NoUnkeyedLiteral struct{}                                           `json:"-"`
	XXX_unrecognized     []byte                                             `json:"-"`
	XXX_sizecache        int32                                              `json:"-"`
}

ListSQLPackageDBTaskChangeHistory返回

func (*ListSQLPackageDBTaskChangeHistoryResponse) Descriptor

func (*ListSQLPackageDBTaskChangeHistoryResponse) Descriptor() ([]byte, []int)

func (*ListSQLPackageDBTaskChangeHistoryResponse) GetList

func (*ListSQLPackageDBTaskChangeHistoryResponse) GetPage

func (*ListSQLPackageDBTaskChangeHistoryResponse) GetPageSize

func (*ListSQLPackageDBTaskChangeHistoryResponse) GetTotal

func (*ListSQLPackageDBTaskChangeHistoryResponse) ProtoMessage

func (*ListSQLPackageDBTaskChangeHistoryResponse) Reset

func (*ListSQLPackageDBTaskChangeHistoryResponse) String

func (*ListSQLPackageDBTaskChangeHistoryResponse) Validate

func (*ListSQLPackageDBTaskChangeHistoryResponse) XXX_DiscardUnknown

func (m *ListSQLPackageDBTaskChangeHistoryResponse) XXX_DiscardUnknown()

func (*ListSQLPackageDBTaskChangeHistoryResponse) XXX_Marshal

func (m *ListSQLPackageDBTaskChangeHistoryResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListSQLPackageDBTaskChangeHistoryResponse) XXX_Merge

func (*ListSQLPackageDBTaskChangeHistoryResponse) XXX_Size

func (*ListSQLPackageDBTaskChangeHistoryResponse) XXX_Unmarshal

type ListSQLPackageDBTaskChangeHistoryResponseWrapper

type ListSQLPackageDBTaskChangeHistoryResponseWrapper struct {
	//
	//返回码
	Code int32 `protobuf:"varint,1,opt,name=code,proto3" json:"code" form:"code"`
	//
	//返回码解释
	CodeExplain string `protobuf:"bytes,2,opt,name=codeExplain,proto3" json:"codeExplain" form:"codeExplain"`
	//
	//错误详情
	Error string `protobuf:"bytes,3,opt,name=error,proto3" json:"error" form:"error"`
	//
	//返回数据
	Data                 *ListSQLPackageDBTaskChangeHistoryResponse `protobuf:"bytes,4,opt,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{}                                   `json:"-"`
	XXX_unrecognized     []byte                                     `json:"-"`
	XXX_sizecache        int32                                      `json:"-"`
}

ListSQLPackageDBTaskChangeHistoryApi返回

func (*ListSQLPackageDBTaskChangeHistoryResponseWrapper) Descriptor

func (*ListSQLPackageDBTaskChangeHistoryResponseWrapper) GetCode

func (*ListSQLPackageDBTaskChangeHistoryResponseWrapper) GetCodeExplain

func (*ListSQLPackageDBTaskChangeHistoryResponseWrapper) GetData

func (*ListSQLPackageDBTaskChangeHistoryResponseWrapper) GetError

func (*ListSQLPackageDBTaskChangeHistoryResponseWrapper) ProtoMessage

func (*ListSQLPackageDBTaskChangeHistoryResponseWrapper) Reset

func (*ListSQLPackageDBTaskChangeHistoryResponseWrapper) String

func (*ListSQLPackageDBTaskChangeHistoryResponseWrapper) Validate

func (*ListSQLPackageDBTaskChangeHistoryResponseWrapper) XXX_DiscardUnknown

func (m *ListSQLPackageDBTaskChangeHistoryResponseWrapper) XXX_DiscardUnknown()

func (*ListSQLPackageDBTaskChangeHistoryResponseWrapper) XXX_Marshal

func (m *ListSQLPackageDBTaskChangeHistoryResponseWrapper) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListSQLPackageDBTaskChangeHistoryResponseWrapper) XXX_Merge

func (*ListSQLPackageDBTaskChangeHistoryResponseWrapper) XXX_Size

func (*ListSQLPackageDBTaskChangeHistoryResponseWrapper) XXX_Unmarshal

type RetryCustomDBTaskRequest

type RetryCustomDBTaskRequest struct {
	//
	//任务ID
	DbTaskId string `protobuf:"bytes,1,opt,name=dbTaskId,proto3" json:"dbTaskId" form:"dbTaskId"`
	//
	//是否跳过失败步骤
	IsSkip               int32    `protobuf:"varint,2,opt,name=isSkip,proto3" json:"isSkip" form:"isSkip"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

RetryCustomDBTask请求

func (*RetryCustomDBTaskRequest) Descriptor

func (*RetryCustomDBTaskRequest) Descriptor() ([]byte, []int)

func (*RetryCustomDBTaskRequest) GetDbTaskId

func (m *RetryCustomDBTaskRequest) GetDbTaskId() string

func (*RetryCustomDBTaskRequest) GetIsSkip

func (m *RetryCustomDBTaskRequest) GetIsSkip() int32

func (*RetryCustomDBTaskRequest) ProtoMessage

func (*RetryCustomDBTaskRequest) ProtoMessage()

func (*RetryCustomDBTaskRequest) Reset

func (m *RetryCustomDBTaskRequest) Reset()

func (*RetryCustomDBTaskRequest) String

func (m *RetryCustomDBTaskRequest) String() string

func (*RetryCustomDBTaskRequest) Validate

func (this *RetryCustomDBTaskRequest) Validate() error

func (*RetryCustomDBTaskRequest) XXX_DiscardUnknown

func (m *RetryCustomDBTaskRequest) XXX_DiscardUnknown()

func (*RetryCustomDBTaskRequest) XXX_Marshal

func (m *RetryCustomDBTaskRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RetryCustomDBTaskRequest) XXX_Merge

func (m *RetryCustomDBTaskRequest) XXX_Merge(src proto.Message)

func (*RetryCustomDBTaskRequest) XXX_Size

func (m *RetryCustomDBTaskRequest) XXX_Size() int

func (*RetryCustomDBTaskRequest) XXX_Unmarshal

func (m *RetryCustomDBTaskRequest) XXX_Unmarshal(b []byte) error

type RetryCustomDBTaskResponse

type RetryCustomDBTaskResponse struct {
	//
	//任务ID
	TaskId               string   `protobuf:"bytes,1,opt,name=taskId,proto3" json:"taskId" form:"taskId"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

RetryCustomDBTask返回

func (*RetryCustomDBTaskResponse) Descriptor

func (*RetryCustomDBTaskResponse) Descriptor() ([]byte, []int)

func (*RetryCustomDBTaskResponse) GetTaskId

func (m *RetryCustomDBTaskResponse) GetTaskId() string

func (*RetryCustomDBTaskResponse) ProtoMessage

func (*RetryCustomDBTaskResponse) ProtoMessage()

func (*RetryCustomDBTaskResponse) Reset

func (m *RetryCustomDBTaskResponse) Reset()

func (*RetryCustomDBTaskResponse) String

func (m *RetryCustomDBTaskResponse) String() string

func (*RetryCustomDBTaskResponse) Validate

func (this *RetryCustomDBTaskResponse) Validate() error

func (*RetryCustomDBTaskResponse) XXX_DiscardUnknown

func (m *RetryCustomDBTaskResponse) XXX_DiscardUnknown()

func (*RetryCustomDBTaskResponse) XXX_Marshal

func (m *RetryCustomDBTaskResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RetryCustomDBTaskResponse) XXX_Merge

func (m *RetryCustomDBTaskResponse) XXX_Merge(src proto.Message)

func (*RetryCustomDBTaskResponse) XXX_Size

func (m *RetryCustomDBTaskResponse) XXX_Size() int

func (*RetryCustomDBTaskResponse) XXX_Unmarshal

func (m *RetryCustomDBTaskResponse) XXX_Unmarshal(b []byte) error

type RetryCustomDBTaskResponseWrapper

type RetryCustomDBTaskResponseWrapper struct {
	//
	//返回码
	Code int32 `protobuf:"varint,1,opt,name=code,proto3" json:"code" form:"code"`
	//
	//返回码解释
	CodeExplain string `protobuf:"bytes,2,opt,name=codeExplain,proto3" json:"codeExplain" form:"codeExplain"`
	//
	//错误详情
	Error string `protobuf:"bytes,3,opt,name=error,proto3" json:"error" form:"error"`
	//
	//返回数据
	Data                 *RetryCustomDBTaskResponse `protobuf:"bytes,4,opt,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{}                   `json:"-"`
	XXX_unrecognized     []byte                     `json:"-"`
	XXX_sizecache        int32                      `json:"-"`
}

RetryCustomDBTaskApi返回

func (*RetryCustomDBTaskResponseWrapper) Descriptor

func (*RetryCustomDBTaskResponseWrapper) Descriptor() ([]byte, []int)

func (*RetryCustomDBTaskResponseWrapper) GetCode

func (*RetryCustomDBTaskResponseWrapper) GetCodeExplain

func (m *RetryCustomDBTaskResponseWrapper) GetCodeExplain() string

func (*RetryCustomDBTaskResponseWrapper) GetData

func (*RetryCustomDBTaskResponseWrapper) GetError

func (*RetryCustomDBTaskResponseWrapper) ProtoMessage

func (*RetryCustomDBTaskResponseWrapper) ProtoMessage()

func (*RetryCustomDBTaskResponseWrapper) Reset

func (*RetryCustomDBTaskResponseWrapper) String

func (*RetryCustomDBTaskResponseWrapper) Validate

func (this *RetryCustomDBTaskResponseWrapper) Validate() error

func (*RetryCustomDBTaskResponseWrapper) XXX_DiscardUnknown

func (m *RetryCustomDBTaskResponseWrapper) XXX_DiscardUnknown()

func (*RetryCustomDBTaskResponseWrapper) XXX_Marshal

func (m *RetryCustomDBTaskResponseWrapper) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RetryCustomDBTaskResponseWrapper) XXX_Merge

func (*RetryCustomDBTaskResponseWrapper) XXX_Size

func (m *RetryCustomDBTaskResponseWrapper) XXX_Size() int

func (*RetryCustomDBTaskResponseWrapper) XXX_Unmarshal

func (m *RetryCustomDBTaskResponseWrapper) XXX_Unmarshal(b []byte) error

type RetrySQLPackageDBTaskRequest

type RetrySQLPackageDBTaskRequest struct {
	//
	//任务ID
	DbTaskId string `protobuf:"bytes,1,opt,name=dbTaskId,proto3" json:"dbTaskId" form:"dbTaskId"`
	//
	//是否跳过失败步骤
	IsSkip               int32    `protobuf:"varint,2,opt,name=isSkip,proto3" json:"isSkip" form:"isSkip"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

RetrySQLPackageDBTask请求

func (*RetrySQLPackageDBTaskRequest) Descriptor

func (*RetrySQLPackageDBTaskRequest) Descriptor() ([]byte, []int)

func (*RetrySQLPackageDBTaskRequest) GetDbTaskId

func (m *RetrySQLPackageDBTaskRequest) GetDbTaskId() string

func (*RetrySQLPackageDBTaskRequest) GetIsSkip

func (m *RetrySQLPackageDBTaskRequest) GetIsSkip() int32

func (*RetrySQLPackageDBTaskRequest) ProtoMessage

func (*RetrySQLPackageDBTaskRequest) ProtoMessage()

func (*RetrySQLPackageDBTaskRequest) Reset

func (m *RetrySQLPackageDBTaskRequest) Reset()

func (*RetrySQLPackageDBTaskRequest) String

func (*RetrySQLPackageDBTaskRequest) Validate

func (this *RetrySQLPackageDBTaskRequest) Validate() error

func (*RetrySQLPackageDBTaskRequest) XXX_DiscardUnknown

func (m *RetrySQLPackageDBTaskRequest) XXX_DiscardUnknown()

func (*RetrySQLPackageDBTaskRequest) XXX_Marshal

func (m *RetrySQLPackageDBTaskRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RetrySQLPackageDBTaskRequest) XXX_Merge

func (m *RetrySQLPackageDBTaskRequest) XXX_Merge(src proto.Message)

func (*RetrySQLPackageDBTaskRequest) XXX_Size

func (m *RetrySQLPackageDBTaskRequest) XXX_Size() int

func (*RetrySQLPackageDBTaskRequest) XXX_Unmarshal

func (m *RetrySQLPackageDBTaskRequest) XXX_Unmarshal(b []byte) error

type RetrySQLPackageDBTaskResponse

type RetrySQLPackageDBTaskResponse struct {
	//
	//任务ID
	TaskId               string   `protobuf:"bytes,1,opt,name=taskId,proto3" json:"taskId" form:"taskId"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

RetrySQLPackageDBTask返回

func (*RetrySQLPackageDBTaskResponse) Descriptor

func (*RetrySQLPackageDBTaskResponse) Descriptor() ([]byte, []int)

func (*RetrySQLPackageDBTaskResponse) GetTaskId

func (m *RetrySQLPackageDBTaskResponse) GetTaskId() string

func (*RetrySQLPackageDBTaskResponse) ProtoMessage

func (*RetrySQLPackageDBTaskResponse) ProtoMessage()

func (*RetrySQLPackageDBTaskResponse) Reset

func (m *RetrySQLPackageDBTaskResponse) Reset()

func (*RetrySQLPackageDBTaskResponse) String

func (*RetrySQLPackageDBTaskResponse) Validate

func (this *RetrySQLPackageDBTaskResponse) Validate() error

func (*RetrySQLPackageDBTaskResponse) XXX_DiscardUnknown

func (m *RetrySQLPackageDBTaskResponse) XXX_DiscardUnknown()

func (*RetrySQLPackageDBTaskResponse) XXX_Marshal

func (m *RetrySQLPackageDBTaskResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RetrySQLPackageDBTaskResponse) XXX_Merge

func (m *RetrySQLPackageDBTaskResponse) XXX_Merge(src proto.Message)

func (*RetrySQLPackageDBTaskResponse) XXX_Size

func (m *RetrySQLPackageDBTaskResponse) XXX_Size() int

func (*RetrySQLPackageDBTaskResponse) XXX_Unmarshal

func (m *RetrySQLPackageDBTaskResponse) XXX_Unmarshal(b []byte) error

type RetrySQLPackageDBTaskResponseWrapper

type RetrySQLPackageDBTaskResponseWrapper struct {
	//
	//返回码
	Code int32 `protobuf:"varint,1,opt,name=code,proto3" json:"code" form:"code"`
	//
	//返回码解释
	CodeExplain string `protobuf:"bytes,2,opt,name=codeExplain,proto3" json:"codeExplain" form:"codeExplain"`
	//
	//错误详情
	Error string `protobuf:"bytes,3,opt,name=error,proto3" json:"error" form:"error"`
	//
	//返回数据
	Data                 *RetrySQLPackageDBTaskResponse `protobuf:"bytes,4,opt,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{}                       `json:"-"`
	XXX_unrecognized     []byte                         `json:"-"`
	XXX_sizecache        int32                          `json:"-"`
}

RetrySQLPackageDBTaskApi返回

func (*RetrySQLPackageDBTaskResponseWrapper) Descriptor

func (*RetrySQLPackageDBTaskResponseWrapper) Descriptor() ([]byte, []int)

func (*RetrySQLPackageDBTaskResponseWrapper) GetCode

func (*RetrySQLPackageDBTaskResponseWrapper) GetCodeExplain

func (m *RetrySQLPackageDBTaskResponseWrapper) GetCodeExplain() string

func (*RetrySQLPackageDBTaskResponseWrapper) GetData

func (*RetrySQLPackageDBTaskResponseWrapper) GetError

func (*RetrySQLPackageDBTaskResponseWrapper) ProtoMessage

func (*RetrySQLPackageDBTaskResponseWrapper) ProtoMessage()

func (*RetrySQLPackageDBTaskResponseWrapper) Reset

func (*RetrySQLPackageDBTaskResponseWrapper) String

func (*RetrySQLPackageDBTaskResponseWrapper) Validate

func (*RetrySQLPackageDBTaskResponseWrapper) XXX_DiscardUnknown

func (m *RetrySQLPackageDBTaskResponseWrapper) XXX_DiscardUnknown()

func (*RetrySQLPackageDBTaskResponseWrapper) XXX_Marshal

func (m *RetrySQLPackageDBTaskResponseWrapper) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RetrySQLPackageDBTaskResponseWrapper) XXX_Merge

func (*RetrySQLPackageDBTaskResponseWrapper) XXX_Size

func (*RetrySQLPackageDBTaskResponseWrapper) XXX_Unmarshal

func (m *RetrySQLPackageDBTaskResponseWrapper) XXX_Unmarshal(b []byte) error

type RollbackCustomDBTaskRequest

type RollbackCustomDBTaskRequest struct {
	//
	//任务ID
	DbTaskId string `protobuf:"bytes,1,opt,name=dbTaskId,proto3" json:"dbTaskId" form:"dbTaskId"`
	//
	//回退的参数body
	RollbackParams       *RollbackCustomDBTaskRequest_RollbackParams `protobuf:"bytes,2,opt,name=rollbackParams,proto3" json:"rollbackParams" form:"rollbackParams"`
	XXX_NoUnkeyedLiteral struct{}                                    `json:"-"`
	XXX_unrecognized     []byte                                      `json:"-"`
	XXX_sizecache        int32                                       `json:"-"`
}

RollbackCustomDBTask请求

func (*RollbackCustomDBTaskRequest) Descriptor

func (*RollbackCustomDBTaskRequest) Descriptor() ([]byte, []int)

func (*RollbackCustomDBTaskRequest) GetDbTaskId

func (m *RollbackCustomDBTaskRequest) GetDbTaskId() string

func (*RollbackCustomDBTaskRequest) GetRollbackParams

func (*RollbackCustomDBTaskRequest) ProtoMessage

func (*RollbackCustomDBTaskRequest) ProtoMessage()

func (*RollbackCustomDBTaskRequest) Reset

func (m *RollbackCustomDBTaskRequest) Reset()

func (*RollbackCustomDBTaskRequest) String

func (m *RollbackCustomDBTaskRequest) String() string

func (*RollbackCustomDBTaskRequest) Validate

func (this *RollbackCustomDBTaskRequest) Validate() error

func (*RollbackCustomDBTaskRequest) XXX_DiscardUnknown

func (m *RollbackCustomDBTaskRequest) XXX_DiscardUnknown()

func (*RollbackCustomDBTaskRequest) XXX_Marshal

func (m *RollbackCustomDBTaskRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RollbackCustomDBTaskRequest) XXX_Merge

func (m *RollbackCustomDBTaskRequest) XXX_Merge(src proto.Message)

func (*RollbackCustomDBTaskRequest) XXX_Size

func (m *RollbackCustomDBTaskRequest) XXX_Size() int

func (*RollbackCustomDBTaskRequest) XXX_Unmarshal

func (m *RollbackCustomDBTaskRequest) XXX_Unmarshal(b []byte) error

type RollbackCustomDBTaskRequest_RollbackParams

type RollbackCustomDBTaskRequest_RollbackParams struct {
	//
	//回退的配置列表
	RollbackCfgList      []*RollbackCustomDBTaskRequest_RollbackParams_RollbackCfgList `protobuf:"bytes,1,rep,name=rollbackCfgList,proto3" json:"rollbackCfgList" form:"rollbackCfgList"`
	XXX_NoUnkeyedLiteral struct{}                                                      `json:"-"`
	XXX_unrecognized     []byte                                                        `json:"-"`
	XXX_sizecache        int32                                                         `json:"-"`
}

func (*RollbackCustomDBTaskRequest_RollbackParams) Descriptor

func (*RollbackCustomDBTaskRequest_RollbackParams) GetRollbackCfgList

func (*RollbackCustomDBTaskRequest_RollbackParams) ProtoMessage

func (*RollbackCustomDBTaskRequest_RollbackParams) Reset

func (*RollbackCustomDBTaskRequest_RollbackParams) String

func (*RollbackCustomDBTaskRequest_RollbackParams) Validate

func (*RollbackCustomDBTaskRequest_RollbackParams) XXX_DiscardUnknown

func (m *RollbackCustomDBTaskRequest_RollbackParams) XXX_DiscardUnknown()

func (*RollbackCustomDBTaskRequest_RollbackParams) XXX_Marshal

func (m *RollbackCustomDBTaskRequest_RollbackParams) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RollbackCustomDBTaskRequest_RollbackParams) XXX_Merge

func (*RollbackCustomDBTaskRequest_RollbackParams) XXX_Size

func (*RollbackCustomDBTaskRequest_RollbackParams) XXX_Unmarshal

type RollbackCustomDBTaskRequest_RollbackParams_RollbackCfgList

type RollbackCustomDBTaskRequest_RollbackParams_RollbackCfgList struct {
	//
	//实体任务ID
	EntityTaskId string `protobuf:"bytes,1,opt,name=entityTaskId,proto3" json:"entityTaskId" form:"entityTaskId"`
	//
	//要回退的变更集列表
	ChangesetList        []*RollbackCustomDBTaskRequest_RollbackParams_RollbackCfgList_ChangesetList `protobuf:"bytes,2,rep,name=changesetList,proto3" json:"changesetList" form:"changesetList"`
	XXX_NoUnkeyedLiteral struct{}                                                                    `json:"-"`
	XXX_unrecognized     []byte                                                                      `json:"-"`
	XXX_sizecache        int32                                                                       `json:"-"`
}

func (*RollbackCustomDBTaskRequest_RollbackParams_RollbackCfgList) Descriptor

func (*RollbackCustomDBTaskRequest_RollbackParams_RollbackCfgList) GetChangesetList

func (*RollbackCustomDBTaskRequest_RollbackParams_RollbackCfgList) GetEntityTaskId

func (*RollbackCustomDBTaskRequest_RollbackParams_RollbackCfgList) ProtoMessage

func (*RollbackCustomDBTaskRequest_RollbackParams_RollbackCfgList) Reset

func (*RollbackCustomDBTaskRequest_RollbackParams_RollbackCfgList) String

func (*RollbackCustomDBTaskRequest_RollbackParams_RollbackCfgList) Validate

func (*RollbackCustomDBTaskRequest_RollbackParams_RollbackCfgList) XXX_DiscardUnknown

func (*RollbackCustomDBTaskRequest_RollbackParams_RollbackCfgList) XXX_Marshal

func (m *RollbackCustomDBTaskRequest_RollbackParams_RollbackCfgList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RollbackCustomDBTaskRequest_RollbackParams_RollbackCfgList) XXX_Merge

func (*RollbackCustomDBTaskRequest_RollbackParams_RollbackCfgList) XXX_Size

func (*RollbackCustomDBTaskRequest_RollbackParams_RollbackCfgList) XXX_Unmarshal

type RollbackCustomDBTaskRequest_RollbackParams_RollbackCfgList_ChangesetList

type RollbackCustomDBTaskRequest_RollbackParams_RollbackCfgList_ChangesetList struct {
	//
	//变更集ID
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id" form:"id"`
	//
	//回退SQL
	RollbackSql          string   `protobuf:"bytes,2,opt,name=rollbackSql,proto3" json:"rollbackSql" form:"rollbackSql"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RollbackCustomDBTaskRequest_RollbackParams_RollbackCfgList_ChangesetList) Descriptor

func (*RollbackCustomDBTaskRequest_RollbackParams_RollbackCfgList_ChangesetList) GetId

func (*RollbackCustomDBTaskRequest_RollbackParams_RollbackCfgList_ChangesetList) GetRollbackSql

func (*RollbackCustomDBTaskRequest_RollbackParams_RollbackCfgList_ChangesetList) ProtoMessage

func (*RollbackCustomDBTaskRequest_RollbackParams_RollbackCfgList_ChangesetList) Reset

func (*RollbackCustomDBTaskRequest_RollbackParams_RollbackCfgList_ChangesetList) String

func (*RollbackCustomDBTaskRequest_RollbackParams_RollbackCfgList_ChangesetList) Validate

func (*RollbackCustomDBTaskRequest_RollbackParams_RollbackCfgList_ChangesetList) XXX_DiscardUnknown

func (*RollbackCustomDBTaskRequest_RollbackParams_RollbackCfgList_ChangesetList) XXX_Marshal

func (*RollbackCustomDBTaskRequest_RollbackParams_RollbackCfgList_ChangesetList) XXX_Merge

func (*RollbackCustomDBTaskRequest_RollbackParams_RollbackCfgList_ChangesetList) XXX_Size

func (*RollbackCustomDBTaskRequest_RollbackParams_RollbackCfgList_ChangesetList) XXX_Unmarshal

type RollbackCustomDBTaskResponse

type RollbackCustomDBTaskResponse struct {
	//
	//任务ID
	TaskId               string   `protobuf:"bytes,1,opt,name=taskId,proto3" json:"taskId" form:"taskId"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

RollbackCustomDBTask返回

func (*RollbackCustomDBTaskResponse) Descriptor

func (*RollbackCustomDBTaskResponse) Descriptor() ([]byte, []int)

func (*RollbackCustomDBTaskResponse) GetTaskId

func (m *RollbackCustomDBTaskResponse) GetTaskId() string

func (*RollbackCustomDBTaskResponse) ProtoMessage

func (*RollbackCustomDBTaskResponse) ProtoMessage()

func (*RollbackCustomDBTaskResponse) Reset

func (m *RollbackCustomDBTaskResponse) Reset()

func (*RollbackCustomDBTaskResponse) String

func (*RollbackCustomDBTaskResponse) Validate

func (this *RollbackCustomDBTaskResponse) Validate() error

func (*RollbackCustomDBTaskResponse) XXX_DiscardUnknown

func (m *RollbackCustomDBTaskResponse) XXX_DiscardUnknown()

func (*RollbackCustomDBTaskResponse) XXX_Marshal

func (m *RollbackCustomDBTaskResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RollbackCustomDBTaskResponse) XXX_Merge

func (m *RollbackCustomDBTaskResponse) XXX_Merge(src proto.Message)

func (*RollbackCustomDBTaskResponse) XXX_Size

func (m *RollbackCustomDBTaskResponse) XXX_Size() int

func (*RollbackCustomDBTaskResponse) XXX_Unmarshal

func (m *RollbackCustomDBTaskResponse) XXX_Unmarshal(b []byte) error

type RollbackCustomDBTaskResponseWrapper

type RollbackCustomDBTaskResponseWrapper struct {
	//
	//返回码
	Code int32 `protobuf:"varint,1,opt,name=code,proto3" json:"code" form:"code"`
	//
	//返回码解释
	CodeExplain string `protobuf:"bytes,2,opt,name=codeExplain,proto3" json:"codeExplain" form:"codeExplain"`
	//
	//错误详情
	Error string `protobuf:"bytes,3,opt,name=error,proto3" json:"error" form:"error"`
	//
	//返回数据
	Data                 *RollbackCustomDBTaskResponse `protobuf:"bytes,4,opt,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{}                      `json:"-"`
	XXX_unrecognized     []byte                        `json:"-"`
	XXX_sizecache        int32                         `json:"-"`
}

RollbackCustomDBTaskApi返回

func (*RollbackCustomDBTaskResponseWrapper) Descriptor

func (*RollbackCustomDBTaskResponseWrapper) Descriptor() ([]byte, []int)

func (*RollbackCustomDBTaskResponseWrapper) GetCode

func (*RollbackCustomDBTaskResponseWrapper) GetCodeExplain

func (m *RollbackCustomDBTaskResponseWrapper) GetCodeExplain() string

func (*RollbackCustomDBTaskResponseWrapper) GetData

func (*RollbackCustomDBTaskResponseWrapper) GetError

func (*RollbackCustomDBTaskResponseWrapper) ProtoMessage

func (*RollbackCustomDBTaskResponseWrapper) ProtoMessage()

func (*RollbackCustomDBTaskResponseWrapper) Reset

func (*RollbackCustomDBTaskResponseWrapper) String

func (*RollbackCustomDBTaskResponseWrapper) Validate

func (this *RollbackCustomDBTaskResponseWrapper) Validate() error

func (*RollbackCustomDBTaskResponseWrapper) XXX_DiscardUnknown

func (m *RollbackCustomDBTaskResponseWrapper) XXX_DiscardUnknown()

func (*RollbackCustomDBTaskResponseWrapper) XXX_Marshal

func (m *RollbackCustomDBTaskResponseWrapper) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RollbackCustomDBTaskResponseWrapper) XXX_Merge

func (*RollbackCustomDBTaskResponseWrapper) XXX_Size

func (*RollbackCustomDBTaskResponseWrapper) XXX_Unmarshal

func (m *RollbackCustomDBTaskResponseWrapper) XXX_Unmarshal(b []byte) error

type RollbackSQLPackageDBTaskRequest

type RollbackSQLPackageDBTaskRequest struct {
	//
	//任务ID
	DbTaskId string `protobuf:"bytes,1,opt,name=dbTaskId,proto3" json:"dbTaskId" form:"dbTaskId"`
	//
	//回退参数body
	RollbackParams       *RollbackSQLPackageDBTaskRequest_RollbackParams `protobuf:"bytes,2,opt,name=rollbackParams,proto3" json:"rollbackParams" form:"rollbackParams"`
	XXX_NoUnkeyedLiteral struct{}                                        `json:"-"`
	XXX_unrecognized     []byte                                          `json:"-"`
	XXX_sizecache        int32                                           `json:"-"`
}

RollbackSQLPackageDBTask请求

func (*RollbackSQLPackageDBTaskRequest) Descriptor

func (*RollbackSQLPackageDBTaskRequest) Descriptor() ([]byte, []int)

func (*RollbackSQLPackageDBTaskRequest) GetDbTaskId

func (m *RollbackSQLPackageDBTaskRequest) GetDbTaskId() string

func (*RollbackSQLPackageDBTaskRequest) GetRollbackParams

func (*RollbackSQLPackageDBTaskRequest) ProtoMessage

func (*RollbackSQLPackageDBTaskRequest) ProtoMessage()

func (*RollbackSQLPackageDBTaskRequest) Reset

func (*RollbackSQLPackageDBTaskRequest) String

func (*RollbackSQLPackageDBTaskRequest) Validate

func (this *RollbackSQLPackageDBTaskRequest) Validate() error

func (*RollbackSQLPackageDBTaskRequest) XXX_DiscardUnknown

func (m *RollbackSQLPackageDBTaskRequest) XXX_DiscardUnknown()

func (*RollbackSQLPackageDBTaskRequest) XXX_Marshal

func (m *RollbackSQLPackageDBTaskRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RollbackSQLPackageDBTaskRequest) XXX_Merge

func (m *RollbackSQLPackageDBTaskRequest) XXX_Merge(src proto.Message)

func (*RollbackSQLPackageDBTaskRequest) XXX_Size

func (m *RollbackSQLPackageDBTaskRequest) XXX_Size() int

func (*RollbackSQLPackageDBTaskRequest) XXX_Unmarshal

func (m *RollbackSQLPackageDBTaskRequest) XXX_Unmarshal(b []byte) error

type RollbackSQLPackageDBTaskRequest_RollbackParams

type RollbackSQLPackageDBTaskRequest_RollbackParams struct {
	//
	//回退的配置列表
	RollbackCfgList      []*RollbackSQLPackageDBTaskRequest_RollbackParams_RollbackCfgList `protobuf:"bytes,1,rep,name=rollbackCfgList,proto3" json:"rollbackCfgList" form:"rollbackCfgList"`
	XXX_NoUnkeyedLiteral struct{}                                                          `json:"-"`
	XXX_unrecognized     []byte                                                            `json:"-"`
	XXX_sizecache        int32                                                             `json:"-"`
}

func (*RollbackSQLPackageDBTaskRequest_RollbackParams) Descriptor

func (*RollbackSQLPackageDBTaskRequest_RollbackParams) GetRollbackCfgList

func (*RollbackSQLPackageDBTaskRequest_RollbackParams) ProtoMessage

func (*RollbackSQLPackageDBTaskRequest_RollbackParams) Reset

func (*RollbackSQLPackageDBTaskRequest_RollbackParams) String

func (*RollbackSQLPackageDBTaskRequest_RollbackParams) Validate

func (*RollbackSQLPackageDBTaskRequest_RollbackParams) XXX_DiscardUnknown

func (m *RollbackSQLPackageDBTaskRequest_RollbackParams) XXX_DiscardUnknown()

func (*RollbackSQLPackageDBTaskRequest_RollbackParams) XXX_Marshal

func (m *RollbackSQLPackageDBTaskRequest_RollbackParams) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RollbackSQLPackageDBTaskRequest_RollbackParams) XXX_Merge

func (*RollbackSQLPackageDBTaskRequest_RollbackParams) XXX_Size

func (*RollbackSQLPackageDBTaskRequest_RollbackParams) XXX_Unmarshal

type RollbackSQLPackageDBTaskRequest_RollbackParams_RollbackCfgList

type RollbackSQLPackageDBTaskRequest_RollbackParams_RollbackCfgList struct {
	//
	//汇总任务ID
	SummaryTaskId string `protobuf:"bytes,1,opt,name=summaryTaskId,proto3" json:"summaryTaskId" form:"summaryTaskId"`
	//
	//要回退的变更集列表
	ChangesetIDList      []string `protobuf:"bytes,2,rep,name=changesetIDList,proto3" json:"changesetIDList" form:"changesetIDList"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RollbackSQLPackageDBTaskRequest_RollbackParams_RollbackCfgList) Descriptor

func (*RollbackSQLPackageDBTaskRequest_RollbackParams_RollbackCfgList) GetChangesetIDList

func (*RollbackSQLPackageDBTaskRequest_RollbackParams_RollbackCfgList) GetSummaryTaskId

func (*RollbackSQLPackageDBTaskRequest_RollbackParams_RollbackCfgList) ProtoMessage

func (*RollbackSQLPackageDBTaskRequest_RollbackParams_RollbackCfgList) Reset

func (*RollbackSQLPackageDBTaskRequest_RollbackParams_RollbackCfgList) String

func (*RollbackSQLPackageDBTaskRequest_RollbackParams_RollbackCfgList) Validate

func (*RollbackSQLPackageDBTaskRequest_RollbackParams_RollbackCfgList) XXX_DiscardUnknown

func (*RollbackSQLPackageDBTaskRequest_RollbackParams_RollbackCfgList) XXX_Marshal

func (m *RollbackSQLPackageDBTaskRequest_RollbackParams_RollbackCfgList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RollbackSQLPackageDBTaskRequest_RollbackParams_RollbackCfgList) XXX_Merge

func (*RollbackSQLPackageDBTaskRequest_RollbackParams_RollbackCfgList) XXX_Size

func (*RollbackSQLPackageDBTaskRequest_RollbackParams_RollbackCfgList) XXX_Unmarshal

type RollbackSQLPackageDBTaskResponse

type RollbackSQLPackageDBTaskResponse struct {
	//
	//任务ID
	TaskId               string   `protobuf:"bytes,1,opt,name=taskId,proto3" json:"taskId" form:"taskId"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

RollbackSQLPackageDBTask返回

func (*RollbackSQLPackageDBTaskResponse) Descriptor

func (*RollbackSQLPackageDBTaskResponse) Descriptor() ([]byte, []int)

func (*RollbackSQLPackageDBTaskResponse) GetTaskId

func (*RollbackSQLPackageDBTaskResponse) ProtoMessage

func (*RollbackSQLPackageDBTaskResponse) ProtoMessage()

func (*RollbackSQLPackageDBTaskResponse) Reset

func (*RollbackSQLPackageDBTaskResponse) String

func (*RollbackSQLPackageDBTaskResponse) Validate

func (this *RollbackSQLPackageDBTaskResponse) Validate() error

func (*RollbackSQLPackageDBTaskResponse) XXX_DiscardUnknown

func (m *RollbackSQLPackageDBTaskResponse) XXX_DiscardUnknown()

func (*RollbackSQLPackageDBTaskResponse) XXX_Marshal

func (m *RollbackSQLPackageDBTaskResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RollbackSQLPackageDBTaskResponse) XXX_Merge

func (*RollbackSQLPackageDBTaskResponse) XXX_Size

func (m *RollbackSQLPackageDBTaskResponse) XXX_Size() int

func (*RollbackSQLPackageDBTaskResponse) XXX_Unmarshal

func (m *RollbackSQLPackageDBTaskResponse) XXX_Unmarshal(b []byte) error

type RollbackSQLPackageDBTaskResponseWrapper

type RollbackSQLPackageDBTaskResponseWrapper struct {
	//
	//返回码
	Code int32 `protobuf:"varint,1,opt,name=code,proto3" json:"code" form:"code"`
	//
	//返回码解释
	CodeExplain string `protobuf:"bytes,2,opt,name=codeExplain,proto3" json:"codeExplain" form:"codeExplain"`
	//
	//错误详情
	Error string `protobuf:"bytes,3,opt,name=error,proto3" json:"error" form:"error"`
	//
	//返回数据
	Data                 *RollbackSQLPackageDBTaskResponse `protobuf:"bytes,4,opt,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{}                          `json:"-"`
	XXX_unrecognized     []byte                            `json:"-"`
	XXX_sizecache        int32                             `json:"-"`
}

RollbackSQLPackageDBTaskApi返回

func (*RollbackSQLPackageDBTaskResponseWrapper) Descriptor

func (*RollbackSQLPackageDBTaskResponseWrapper) Descriptor() ([]byte, []int)

func (*RollbackSQLPackageDBTaskResponseWrapper) GetCode

func (*RollbackSQLPackageDBTaskResponseWrapper) GetCodeExplain

func (m *RollbackSQLPackageDBTaskResponseWrapper) GetCodeExplain() string

func (*RollbackSQLPackageDBTaskResponseWrapper) GetData

func (*RollbackSQLPackageDBTaskResponseWrapper) GetError

func (*RollbackSQLPackageDBTaskResponseWrapper) ProtoMessage

func (*RollbackSQLPackageDBTaskResponseWrapper) Reset

func (*RollbackSQLPackageDBTaskResponseWrapper) String

func (*RollbackSQLPackageDBTaskResponseWrapper) Validate

func (*RollbackSQLPackageDBTaskResponseWrapper) XXX_DiscardUnknown

func (m *RollbackSQLPackageDBTaskResponseWrapper) XXX_DiscardUnknown()

func (*RollbackSQLPackageDBTaskResponseWrapper) XXX_Marshal

func (m *RollbackSQLPackageDBTaskResponseWrapper) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RollbackSQLPackageDBTaskResponseWrapper) XXX_Merge

func (*RollbackSQLPackageDBTaskResponseWrapper) XXX_Size

func (*RollbackSQLPackageDBTaskResponseWrapper) XXX_Unmarshal

func (m *RollbackSQLPackageDBTaskResponseWrapper) XXX_Unmarshal(b []byte) error

type Service

type Service interface {
	BackupTaskCallback(context.Context, *BackupTaskCallbackRequest) (*BackupTaskCallbackResponse, error)
	CheckTaskCallback(context.Context, *CheckTaskCallbackRequest) (*CheckTaskCallbackResponse, error)
	ConvertChangesetToSQL(context.Context, *ConvertChangesetToSQLRequest) (*ConvertChangesetToSQLResponse, error)
	CreateCustomDBTask(context.Context, *CreateCustomDBTaskRequest) (*CreateCustomDBTaskResponse, error)
	CreateSQLPackageDBTask(context.Context, *CreateSQLPackageDBTaskRequest) (*CreateSQLPackageDBTaskResponse, error)
	EditCustomDBTaskRollbackSQL(context.Context, *EditCustomDBTaskRollbackSQLRequest) (*types.Empty, error)
	GetCustomDBTaskDetail(context.Context, *GetCustomDBTaskDetailRequest) (*GetCustomDBTaskDetailResponse, error)
	GetCustomDBTaskRollbackInfo(context.Context, *GetCustomDBTaskRollbackInfoRequest) (*GetCustomDBTaskRollbackInfoResponse, error)
	GetSQLPackageDBTaskDetail(context.Context, *GetSQLPackageDBTaskDetailRequest) (*GetSQLPackageDBTaskDetailResponse, error)
	GetSQLPackageDBTaskRollbackInfo(context.Context, *GetSQLPackageDBTaskRollbackInfoRequest) (*GetSQLPackageDBTaskRollbackInfoResponse, error)
	LiquibaseTaskCallback(context.Context, *LiquibaseTaskCallbackRequest) (*LiquibaseTaskCallbackResponse, error)
	ListCustomDBTaskChangeHistory(context.Context, *ListCustomDBTaskChangeHistoryRequest) (*ListCustomDBTaskChangeHistoryResponse, error)
	ListDBVersion(context.Context, *ListDBVersionRequest) (*ListDBVersionResponse, error)
	ListSQLPackageChangeHistory(context.Context, *ListSQLPackageChangeHistoryRequest) (*ListSQLPackageChangeHistoryResponse, error)
	ListSQLPackageDBTaskChangeHistory(context.Context, *ListSQLPackageDBTaskChangeHistoryRequest) (*ListSQLPackageDBTaskChangeHistoryResponse, error)
	RetryCustomDBTask(context.Context, *RetryCustomDBTaskRequest) (*RetryCustomDBTaskResponse, error)
	RetrySQLPackageDBTask(context.Context, *RetrySQLPackageDBTaskRequest) (*RetrySQLPackageDBTaskResponse, error)
	RollbackCustomDBTask(context.Context, *RollbackCustomDBTaskRequest) (*RollbackCustomDBTaskResponse, error)
	RollbackSQLPackageDBTask(context.Context, *RollbackSQLPackageDBTaskRequest) (*RollbackSQLPackageDBTaskResponse, error)
}

Service is the server API for dbtask service.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL