instance

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: 12 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 AddStrToArrayRequest

type AddStrToArrayRequest struct {
	//
	//objectId
	ObjectId string `protobuf:"bytes,1,opt,name=objectId,proto3" json:"objectId" form:"objectId"`
	//
	//属性key(仅支持arr类型属性)
	AttrId string `protobuf:"bytes,2,opt,name=attr_id,json=attrId,proto3" json:"attr_id" form:"attr_id"`
	//
	//与实例搜索query一致,将对search到的所有实例操作
	Query *types.Struct `protobuf:"bytes,3,opt,name=query,proto3" json:"query" form:"query"`
	//
	//append的值
	Values               []string `protobuf:"bytes,4,rep,name=values,proto3" json:"values" form:"values"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

AddStrToArray请求

func (*AddStrToArrayRequest) Descriptor

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

func (*AddStrToArrayRequest) GetAttrId

func (m *AddStrToArrayRequest) GetAttrId() string

func (*AddStrToArrayRequest) GetObjectId

func (m *AddStrToArrayRequest) GetObjectId() string

func (*AddStrToArrayRequest) GetQuery

func (m *AddStrToArrayRequest) GetQuery() *types.Struct

func (*AddStrToArrayRequest) GetValues

func (m *AddStrToArrayRequest) GetValues() []string

func (*AddStrToArrayRequest) ProtoMessage

func (*AddStrToArrayRequest) ProtoMessage()

func (*AddStrToArrayRequest) Reset

func (m *AddStrToArrayRequest) Reset()

func (*AddStrToArrayRequest) String

func (m *AddStrToArrayRequest) String() string

func (*AddStrToArrayRequest) Validate

func (this *AddStrToArrayRequest) Validate() error

func (*AddStrToArrayRequest) XXX_DiscardUnknown

func (m *AddStrToArrayRequest) XXX_DiscardUnknown()

func (*AddStrToArrayRequest) XXX_Marshal

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

func (*AddStrToArrayRequest) XXX_Merge

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

func (*AddStrToArrayRequest) XXX_Size

func (m *AddStrToArrayRequest) XXX_Size() int

func (*AddStrToArrayRequest) XXX_Unmarshal

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

type AddStrToArrayResponse

type AddStrToArrayResponse struct {
	//
	//实例Id
	InstanceId string `protobuf:"bytes,1,opt,name=instanceId,proto3" json:"instanceId" form:"instanceId"`
	//
	//属性值
	Values               []string `protobuf:"bytes,2,rep,name=values,proto3" json:"values" form:"values"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

AddStrToArray返回

func (*AddStrToArrayResponse) Descriptor

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

func (*AddStrToArrayResponse) GetInstanceId

func (m *AddStrToArrayResponse) GetInstanceId() string

func (*AddStrToArrayResponse) GetValues

func (m *AddStrToArrayResponse) GetValues() []string

func (*AddStrToArrayResponse) ProtoMessage

func (*AddStrToArrayResponse) ProtoMessage()

func (*AddStrToArrayResponse) Reset

func (m *AddStrToArrayResponse) Reset()

func (*AddStrToArrayResponse) String

func (m *AddStrToArrayResponse) String() string

func (*AddStrToArrayResponse) Validate

func (this *AddStrToArrayResponse) Validate() error

func (*AddStrToArrayResponse) XXX_DiscardUnknown

func (m *AddStrToArrayResponse) XXX_DiscardUnknown()

func (*AddStrToArrayResponse) XXX_Marshal

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

func (*AddStrToArrayResponse) XXX_Merge

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

func (*AddStrToArrayResponse) XXX_Size

func (m *AddStrToArrayResponse) XXX_Size() int

func (*AddStrToArrayResponse) XXX_Unmarshal

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

type AddStrToArrayResponseWrapper

type AddStrToArrayResponseWrapper 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                 []*AddStrToArrayResponse `protobuf:"bytes,4,rep,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{}                 `json:"-"`
	XXX_unrecognized     []byte                   `json:"-"`
	XXX_sizecache        int32                    `json:"-"`
}

AddStrToArrayApi返回

func (*AddStrToArrayResponseWrapper) Descriptor

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

func (*AddStrToArrayResponseWrapper) GetCode

func (m *AddStrToArrayResponseWrapper) GetCode() int32

func (*AddStrToArrayResponseWrapper) GetCodeExplain

func (m *AddStrToArrayResponseWrapper) GetCodeExplain() string

func (*AddStrToArrayResponseWrapper) GetData

func (*AddStrToArrayResponseWrapper) GetError

func (m *AddStrToArrayResponseWrapper) GetError() string

func (*AddStrToArrayResponseWrapper) ProtoMessage

func (*AddStrToArrayResponseWrapper) ProtoMessage()

func (*AddStrToArrayResponseWrapper) Reset

func (m *AddStrToArrayResponseWrapper) Reset()

func (*AddStrToArrayResponseWrapper) String

func (*AddStrToArrayResponseWrapper) Validate

func (this *AddStrToArrayResponseWrapper) Validate() error

func (*AddStrToArrayResponseWrapper) XXX_DiscardUnknown

func (m *AddStrToArrayResponseWrapper) XXX_DiscardUnknown()

func (*AddStrToArrayResponseWrapper) XXX_Marshal

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

func (*AddStrToArrayResponseWrapper) XXX_Merge

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

func (*AddStrToArrayResponseWrapper) XXX_Size

func (m *AddStrToArrayResponseWrapper) XXX_Size() int

func (*AddStrToArrayResponseWrapper) XXX_Unmarshal

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

type AddStrToSetRequest

type AddStrToSetRequest struct {
	//
	//objectId
	ObjectId string `protobuf:"bytes,1,opt,name=objectId,proto3" json:"objectId" form:"objectId"`
	//
	//属性key(仅支持arr类型属性)
	AttrId string `protobuf:"bytes,2,opt,name=attr_id,json=attrId,proto3" json:"attr_id" form:"attr_id"`
	//
	//与实例搜索query一致,将对search到的所有实例操作
	Query *types.Struct `protobuf:"bytes,3,opt,name=query,proto3" json:"query" form:"query"`
	//
	//append的值
	Values               []string `protobuf:"bytes,4,rep,name=values,proto3" json:"values" form:"values"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

AddStrToSet请求

func (*AddStrToSetRequest) Descriptor

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

func (*AddStrToSetRequest) GetAttrId

func (m *AddStrToSetRequest) GetAttrId() string

func (*AddStrToSetRequest) GetObjectId

func (m *AddStrToSetRequest) GetObjectId() string

func (*AddStrToSetRequest) GetQuery

func (m *AddStrToSetRequest) GetQuery() *types.Struct

func (*AddStrToSetRequest) GetValues

func (m *AddStrToSetRequest) GetValues() []string

func (*AddStrToSetRequest) ProtoMessage

func (*AddStrToSetRequest) ProtoMessage()

func (*AddStrToSetRequest) Reset

func (m *AddStrToSetRequest) Reset()

func (*AddStrToSetRequest) String

func (m *AddStrToSetRequest) String() string

func (*AddStrToSetRequest) Validate

func (this *AddStrToSetRequest) Validate() error

func (*AddStrToSetRequest) XXX_DiscardUnknown

func (m *AddStrToSetRequest) XXX_DiscardUnknown()

func (*AddStrToSetRequest) XXX_Marshal

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

func (*AddStrToSetRequest) XXX_Merge

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

func (*AddStrToSetRequest) XXX_Size

func (m *AddStrToSetRequest) XXX_Size() int

func (*AddStrToSetRequest) XXX_Unmarshal

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

type AddStrToSetResponse

type AddStrToSetResponse struct {
	//
	//实例Id
	InstanceId string `protobuf:"bytes,1,opt,name=instanceId,proto3" json:"instanceId" form:"instanceId"`
	//
	//属性值
	Values               []string `protobuf:"bytes,2,rep,name=values,proto3" json:"values" form:"values"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

AddStrToSet返回

func (*AddStrToSetResponse) Descriptor

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

func (*AddStrToSetResponse) GetInstanceId

func (m *AddStrToSetResponse) GetInstanceId() string

func (*AddStrToSetResponse) GetValues

func (m *AddStrToSetResponse) GetValues() []string

func (*AddStrToSetResponse) ProtoMessage

func (*AddStrToSetResponse) ProtoMessage()

func (*AddStrToSetResponse) Reset

func (m *AddStrToSetResponse) Reset()

func (*AddStrToSetResponse) String

func (m *AddStrToSetResponse) String() string

func (*AddStrToSetResponse) Validate

func (this *AddStrToSetResponse) Validate() error

func (*AddStrToSetResponse) XXX_DiscardUnknown

func (m *AddStrToSetResponse) XXX_DiscardUnknown()

func (*AddStrToSetResponse) XXX_Marshal

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

func (*AddStrToSetResponse) XXX_Merge

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

func (*AddStrToSetResponse) XXX_Size

func (m *AddStrToSetResponse) XXX_Size() int

func (*AddStrToSetResponse) XXX_Unmarshal

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

type AddStrToSetResponseWrapper

type AddStrToSetResponseWrapper 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                 []*AddStrToSetResponse `protobuf:"bytes,4,rep,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

AddStrToSetApi返回

func (*AddStrToSetResponseWrapper) Descriptor

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

func (*AddStrToSetResponseWrapper) GetCode

func (m *AddStrToSetResponseWrapper) GetCode() int32

func (*AddStrToSetResponseWrapper) GetCodeExplain

func (m *AddStrToSetResponseWrapper) GetCodeExplain() string

func (*AddStrToSetResponseWrapper) GetData

func (*AddStrToSetResponseWrapper) GetError

func (m *AddStrToSetResponseWrapper) GetError() string

func (*AddStrToSetResponseWrapper) ProtoMessage

func (*AddStrToSetResponseWrapper) ProtoMessage()

func (*AddStrToSetResponseWrapper) Reset

func (m *AddStrToSetResponseWrapper) Reset()

func (*AddStrToSetResponseWrapper) String

func (m *AddStrToSetResponseWrapper) String() string

func (*AddStrToSetResponseWrapper) Validate

func (this *AddStrToSetResponseWrapper) Validate() error

func (*AddStrToSetResponseWrapper) XXX_DiscardUnknown

func (m *AddStrToSetResponseWrapper) XXX_DiscardUnknown()

func (*AddStrToSetResponseWrapper) XXX_Marshal

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

func (*AddStrToSetResponseWrapper) XXX_Merge

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

func (*AddStrToSetResponseWrapper) XXX_Size

func (m *AddStrToSetResponseWrapper) XXX_Size() int

func (*AddStrToSetResponseWrapper) XXX_Unmarshal

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

type AggregateCountRequest

type AggregateCountRequest struct {
	//
	//URL中资源模型ID
	ObjectId string `protobuf:"bytes,1,opt,name=objectId,proto3" json:"objectId" form:"objectId"`
	//
	//URL中模型属性ID, 支持结构体,用.分隔结构体名称和属性名称,如cpu.brand
	AttrId string `protobuf:"bytes,2,opt,name=attrId,proto3" json:"attrId" form:"attrId"`
	//
	//页码
	Page int32 `protobuf:"varint,3,opt,name=page,proto3" json:"page" form:"page"`
	//
	//页大小
	PageSize             int32    `protobuf:"varint,4,opt,name=page_size,json=pageSize,proto3" json:"page_size" form:"page_size"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

AggregateCount请求

func (*AggregateCountRequest) Descriptor

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

func (*AggregateCountRequest) GetAttrId

func (m *AggregateCountRequest) GetAttrId() string

func (*AggregateCountRequest) GetObjectId

func (m *AggregateCountRequest) GetObjectId() string

func (*AggregateCountRequest) GetPage

func (m *AggregateCountRequest) GetPage() int32

func (*AggregateCountRequest) GetPageSize

func (m *AggregateCountRequest) GetPageSize() int32

func (*AggregateCountRequest) ProtoMessage

func (*AggregateCountRequest) ProtoMessage()

func (*AggregateCountRequest) Reset

func (m *AggregateCountRequest) Reset()

func (*AggregateCountRequest) String

func (m *AggregateCountRequest) String() string

func (*AggregateCountRequest) Validate

func (this *AggregateCountRequest) Validate() error

func (*AggregateCountRequest) XXX_DiscardUnknown

func (m *AggregateCountRequest) XXX_DiscardUnknown()

func (*AggregateCountRequest) XXX_Marshal

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

func (*AggregateCountRequest) XXX_Merge

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

func (*AggregateCountRequest) XXX_Size

func (m *AggregateCountRequest) XXX_Size() int

func (*AggregateCountRequest) XXX_Unmarshal

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

type AggregateCountResponse

type AggregateCountResponse 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                 []*AggregateCountResponse_List `protobuf:"bytes,4,rep,name=list,proto3" json:"list" form:"list"`
	XXX_NoUnkeyedLiteral struct{}                       `json:"-"`
	XXX_unrecognized     []byte                         `json:"-"`
	XXX_sizecache        int32                          `json:"-"`
}

AggregateCount返回

func (*AggregateCountResponse) Descriptor

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

func (*AggregateCountResponse) GetList

func (*AggregateCountResponse) GetPage

func (m *AggregateCountResponse) GetPage() int32

func (*AggregateCountResponse) GetPageSize

func (m *AggregateCountResponse) GetPageSize() int32

func (*AggregateCountResponse) GetTotal

func (m *AggregateCountResponse) GetTotal() int32

func (*AggregateCountResponse) ProtoMessage

func (*AggregateCountResponse) ProtoMessage()

func (*AggregateCountResponse) Reset

func (m *AggregateCountResponse) Reset()

func (*AggregateCountResponse) String

func (m *AggregateCountResponse) String() string

func (*AggregateCountResponse) Validate

func (this *AggregateCountResponse) Validate() error

func (*AggregateCountResponse) XXX_DiscardUnknown

func (m *AggregateCountResponse) XXX_DiscardUnknown()

func (*AggregateCountResponse) XXX_Marshal

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

func (*AggregateCountResponse) XXX_Merge

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

func (*AggregateCountResponse) XXX_Size

func (m *AggregateCountResponse) XXX_Size() int

func (*AggregateCountResponse) XXX_Unmarshal

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

type AggregateCountResponseWrapper

type AggregateCountResponseWrapper 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                 *AggregateCountResponse `protobuf:"bytes,4,opt,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{}                `json:"-"`
	XXX_unrecognized     []byte                  `json:"-"`
	XXX_sizecache        int32                   `json:"-"`
}

AggregateCountApi返回

func (*AggregateCountResponseWrapper) Descriptor

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

func (*AggregateCountResponseWrapper) GetCode

func (m *AggregateCountResponseWrapper) GetCode() int32

func (*AggregateCountResponseWrapper) GetCodeExplain

func (m *AggregateCountResponseWrapper) GetCodeExplain() string

func (*AggregateCountResponseWrapper) GetData

func (*AggregateCountResponseWrapper) GetError

func (m *AggregateCountResponseWrapper) GetError() string

func (*AggregateCountResponseWrapper) ProtoMessage

func (*AggregateCountResponseWrapper) ProtoMessage()

func (*AggregateCountResponseWrapper) Reset

func (m *AggregateCountResponseWrapper) Reset()

func (*AggregateCountResponseWrapper) String

func (*AggregateCountResponseWrapper) Validate

func (this *AggregateCountResponseWrapper) Validate() error

func (*AggregateCountResponseWrapper) XXX_DiscardUnknown

func (m *AggregateCountResponseWrapper) XXX_DiscardUnknown()

func (*AggregateCountResponseWrapper) XXX_Marshal

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

func (*AggregateCountResponseWrapper) XXX_Merge

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

func (*AggregateCountResponseWrapper) XXX_Size

func (m *AggregateCountResponseWrapper) XXX_Size() int

func (*AggregateCountResponseWrapper) XXX_Unmarshal

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

type AggregateCountResponse_List

type AggregateCountResponse_List struct {
	//
	//个数
	Count int32 `protobuf:"varint,1,opt,name=count,proto3" json:"count" form:"count"`
	//
	//属性值
	Attr                 *types.Struct `protobuf:"bytes,2,opt,name=attr,proto3" json:"attr" form:"attr"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*AggregateCountResponse_List) Descriptor

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

func (*AggregateCountResponse_List) GetAttr

func (*AggregateCountResponse_List) GetCount

func (m *AggregateCountResponse_List) GetCount() int32

func (*AggregateCountResponse_List) ProtoMessage

func (*AggregateCountResponse_List) ProtoMessage()

func (*AggregateCountResponse_List) Reset

func (m *AggregateCountResponse_List) Reset()

func (*AggregateCountResponse_List) String

func (m *AggregateCountResponse_List) String() string

func (*AggregateCountResponse_List) Validate

func (this *AggregateCountResponse_List) Validate() error

func (*AggregateCountResponse_List) XXX_DiscardUnknown

func (m *AggregateCountResponse_List) XXX_DiscardUnknown()

func (*AggregateCountResponse_List) XXX_Marshal

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

func (*AggregateCountResponse_List) XXX_Merge

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

func (*AggregateCountResponse_List) XXX_Size

func (m *AggregateCountResponse_List) XXX_Size() int

func (*AggregateCountResponse_List) XXX_Unmarshal

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

type AggregateCountV2Request

type AggregateCountV2Request struct {
	//
	//URL中资源模型ID
	ObjectId string `protobuf:"bytes,1,opt,name=objectId,proto3" json:"objectId" form:"objectId"`
	//
	//URL中模型属性ID, 支持结构体,用.分隔结构体名称和属性名称,如cpu.brand
	AttrId string `protobuf:"bytes,2,opt,name=attrId,proto3" json:"attrId" form:"attrId"`
	//
	//top n, 默认300, 为0则获取所有, top n+1以后的属性值将会聚合追加到最后,属性值为'-'
	Top                  int32    `protobuf:"varint,3,opt,name=top,proto3" json:"top" form:"top"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

AggregateCountV2请求

func (*AggregateCountV2Request) Descriptor

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

func (*AggregateCountV2Request) GetAttrId

func (m *AggregateCountV2Request) GetAttrId() string

func (*AggregateCountV2Request) GetObjectId

func (m *AggregateCountV2Request) GetObjectId() string

func (*AggregateCountV2Request) GetTop

func (m *AggregateCountV2Request) GetTop() int32

func (*AggregateCountV2Request) ProtoMessage

func (*AggregateCountV2Request) ProtoMessage()

func (*AggregateCountV2Request) Reset

func (m *AggregateCountV2Request) Reset()

func (*AggregateCountV2Request) String

func (m *AggregateCountV2Request) String() string

func (*AggregateCountV2Request) Validate

func (this *AggregateCountV2Request) Validate() error

func (*AggregateCountV2Request) XXX_DiscardUnknown

func (m *AggregateCountV2Request) XXX_DiscardUnknown()

func (*AggregateCountV2Request) XXX_Marshal

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

func (*AggregateCountV2Request) XXX_Merge

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

func (*AggregateCountV2Request) XXX_Size

func (m *AggregateCountV2Request) XXX_Size() int

func (*AggregateCountV2Request) XXX_Unmarshal

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

type AggregateCountV2Response

type AggregateCountV2Response struct {
	//
	//个数
	Count int32 `protobuf:"varint,1,opt,name=count,proto3" json:"count" form:"count"`
	//
	//属性值
	Attr                 *types.Struct `protobuf:"bytes,2,opt,name=attr,proto3" json:"attr" form:"attr"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

AggregateCountV2返回

func (*AggregateCountV2Response) Descriptor

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

func (*AggregateCountV2Response) GetAttr

func (m *AggregateCountV2Response) GetAttr() *types.Struct

func (*AggregateCountV2Response) GetCount

func (m *AggregateCountV2Response) GetCount() int32

func (*AggregateCountV2Response) ProtoMessage

func (*AggregateCountV2Response) ProtoMessage()

func (*AggregateCountV2Response) Reset

func (m *AggregateCountV2Response) Reset()

func (*AggregateCountV2Response) String

func (m *AggregateCountV2Response) String() string

func (*AggregateCountV2Response) Validate

func (this *AggregateCountV2Response) Validate() error

func (*AggregateCountV2Response) XXX_DiscardUnknown

func (m *AggregateCountV2Response) XXX_DiscardUnknown()

func (*AggregateCountV2Response) XXX_Marshal

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

func (*AggregateCountV2Response) XXX_Merge

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

func (*AggregateCountV2Response) XXX_Size

func (m *AggregateCountV2Response) XXX_Size() int

func (*AggregateCountV2Response) XXX_Unmarshal

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

type AggregateCountV2ResponseWrapper

type AggregateCountV2ResponseWrapper 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                 []*AggregateCountV2Response `protobuf:"bytes,4,rep,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{}                    `json:"-"`
	XXX_unrecognized     []byte                      `json:"-"`
	XXX_sizecache        int32                       `json:"-"`
}

AggregateCountV2Api返回

func (*AggregateCountV2ResponseWrapper) Descriptor

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

func (*AggregateCountV2ResponseWrapper) GetCode

func (*AggregateCountV2ResponseWrapper) GetCodeExplain

func (m *AggregateCountV2ResponseWrapper) GetCodeExplain() string

func (*AggregateCountV2ResponseWrapper) GetData

func (*AggregateCountV2ResponseWrapper) GetError

func (*AggregateCountV2ResponseWrapper) ProtoMessage

func (*AggregateCountV2ResponseWrapper) ProtoMessage()

func (*AggregateCountV2ResponseWrapper) Reset

func (*AggregateCountV2ResponseWrapper) String

func (*AggregateCountV2ResponseWrapper) Validate

func (this *AggregateCountV2ResponseWrapper) Validate() error

func (*AggregateCountV2ResponseWrapper) XXX_DiscardUnknown

func (m *AggregateCountV2ResponseWrapper) XXX_DiscardUnknown()

func (*AggregateCountV2ResponseWrapper) XXX_Marshal

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

func (*AggregateCountV2ResponseWrapper) XXX_Merge

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

func (*AggregateCountV2ResponseWrapper) XXX_Size

func (m *AggregateCountV2ResponseWrapper) XXX_Size() int

func (*AggregateCountV2ResponseWrapper) XXX_Unmarshal

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

type AutoDiscoveryRequest

type AutoDiscoveryRequest struct {
	//
	//资源模型ID
	ObjectId string `protobuf:"bytes,1,opt,name=objectId,proto3" json:"objectId" form:"objectId"`
	//
	//请求体
	Body                 []*AutoDiscoveryRequest_Body `protobuf:"bytes,2,rep,name=body,proto3" json:"body" form:"body"`
	XXX_NoUnkeyedLiteral struct{}                     `json:"-"`
	XXX_unrecognized     []byte                       `json:"-"`
	XXX_sizecache        int32                        `json:"-"`
}

AutoDiscovery请求

func (*AutoDiscoveryRequest) Descriptor

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

func (*AutoDiscoveryRequest) GetBody

func (*AutoDiscoveryRequest) GetObjectId

func (m *AutoDiscoveryRequest) GetObjectId() string

func (*AutoDiscoveryRequest) ProtoMessage

func (*AutoDiscoveryRequest) ProtoMessage()

func (*AutoDiscoveryRequest) Reset

func (m *AutoDiscoveryRequest) Reset()

func (*AutoDiscoveryRequest) String

func (m *AutoDiscoveryRequest) String() string

func (*AutoDiscoveryRequest) Validate

func (this *AutoDiscoveryRequest) Validate() error

func (*AutoDiscoveryRequest) XXX_DiscardUnknown

func (m *AutoDiscoveryRequest) XXX_DiscardUnknown()

func (*AutoDiscoveryRequest) XXX_Marshal

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

func (*AutoDiscoveryRequest) XXX_Merge

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

func (*AutoDiscoveryRequest) XXX_Size

func (m *AutoDiscoveryRequest) XXX_Size() int

func (*AutoDiscoveryRequest) XXX_Unmarshal

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

type AutoDiscoveryRequest_Body

type AutoDiscoveryRequest_Body struct {
	//
	//筛选器
	Filter *types.Struct `protobuf:"bytes,1,opt,name=filter,proto3" json:"filter" form:"filter"`
	//
	//更新数据
	Update *types.Struct `protobuf:"bytes,2,opt,name=update,proto3" json:"update" form:"update"`
	//
	//存在即更新
	Upsert               bool     `protobuf:"varint,3,opt,name=upsert,proto3" json:"upsert" form:"upsert"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AutoDiscoveryRequest_Body) Descriptor

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

func (*AutoDiscoveryRequest_Body) GetFilter

func (m *AutoDiscoveryRequest_Body) GetFilter() *types.Struct

func (*AutoDiscoveryRequest_Body) GetUpdate

func (m *AutoDiscoveryRequest_Body) GetUpdate() *types.Struct

func (*AutoDiscoveryRequest_Body) GetUpsert

func (m *AutoDiscoveryRequest_Body) GetUpsert() bool

func (*AutoDiscoveryRequest_Body) ProtoMessage

func (*AutoDiscoveryRequest_Body) ProtoMessage()

func (*AutoDiscoveryRequest_Body) Reset

func (m *AutoDiscoveryRequest_Body) Reset()

func (*AutoDiscoveryRequest_Body) String

func (m *AutoDiscoveryRequest_Body) String() string

func (*AutoDiscoveryRequest_Body) Validate

func (this *AutoDiscoveryRequest_Body) Validate() error

func (*AutoDiscoveryRequest_Body) XXX_DiscardUnknown

func (m *AutoDiscoveryRequest_Body) XXX_DiscardUnknown()

func (*AutoDiscoveryRequest_Body) XXX_Marshal

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

func (*AutoDiscoveryRequest_Body) XXX_Merge

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

func (*AutoDiscoveryRequest_Body) XXX_Size

func (m *AutoDiscoveryRequest_Body) XXX_Size() int

func (*AutoDiscoveryRequest_Body) XXX_Unmarshal

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

type AutoDiscoveryResponse

type AutoDiscoveryResponse struct {
	//
	//返回码
	Code int32 `protobuf:"varint,1,opt,name=code,proto3" json:"code" form:"code"`
	//
	//错误信息
	Error string `protobuf:"bytes,2,opt,name=error,proto3" json:"error" form:"error"`
	//
	//返回消息
	Message string `protobuf:"bytes,3,opt,name=message,proto3" json:"message" form:"message"`
	//
	//data
	Data                 []*AutoDiscoveryResponse_Data `protobuf:"bytes,4,rep,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{}                      `json:"-"`
	XXX_unrecognized     []byte                        `json:"-"`
	XXX_sizecache        int32                         `json:"-"`
}

AutoDiscovery返回

func (*AutoDiscoveryResponse) Descriptor

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

func (*AutoDiscoveryResponse) GetCode

func (m *AutoDiscoveryResponse) GetCode() int32

func (*AutoDiscoveryResponse) GetData

func (*AutoDiscoveryResponse) GetError

func (m *AutoDiscoveryResponse) GetError() string

func (*AutoDiscoveryResponse) GetMessage

func (m *AutoDiscoveryResponse) GetMessage() string

func (*AutoDiscoveryResponse) ProtoMessage

func (*AutoDiscoveryResponse) ProtoMessage()

func (*AutoDiscoveryResponse) Reset

func (m *AutoDiscoveryResponse) Reset()

func (*AutoDiscoveryResponse) String

func (m *AutoDiscoveryResponse) String() string

func (*AutoDiscoveryResponse) Validate

func (this *AutoDiscoveryResponse) Validate() error

func (*AutoDiscoveryResponse) XXX_DiscardUnknown

func (m *AutoDiscoveryResponse) XXX_DiscardUnknown()

func (*AutoDiscoveryResponse) XXX_Marshal

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

func (*AutoDiscoveryResponse) XXX_Merge

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

func (*AutoDiscoveryResponse) XXX_Size

func (m *AutoDiscoveryResponse) XXX_Size() int

func (*AutoDiscoveryResponse) XXX_Unmarshal

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

type AutoDiscoveryResponseWrapper

type AutoDiscoveryResponseWrapper 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                 *AutoDiscoveryResponse `protobuf:"bytes,4,opt,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

AutoDiscoveryApi返回

func (*AutoDiscoveryResponseWrapper) Descriptor

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

func (*AutoDiscoveryResponseWrapper) GetCode

func (m *AutoDiscoveryResponseWrapper) GetCode() int32

func (*AutoDiscoveryResponseWrapper) GetCodeExplain

func (m *AutoDiscoveryResponseWrapper) GetCodeExplain() string

func (*AutoDiscoveryResponseWrapper) GetData

func (*AutoDiscoveryResponseWrapper) GetError

func (m *AutoDiscoveryResponseWrapper) GetError() string

func (*AutoDiscoveryResponseWrapper) ProtoMessage

func (*AutoDiscoveryResponseWrapper) ProtoMessage()

func (*AutoDiscoveryResponseWrapper) Reset

func (m *AutoDiscoveryResponseWrapper) Reset()

func (*AutoDiscoveryResponseWrapper) String

func (*AutoDiscoveryResponseWrapper) Validate

func (this *AutoDiscoveryResponseWrapper) Validate() error

func (*AutoDiscoveryResponseWrapper) XXX_DiscardUnknown

func (m *AutoDiscoveryResponseWrapper) XXX_DiscardUnknown()

func (*AutoDiscoveryResponseWrapper) XXX_Marshal

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

func (*AutoDiscoveryResponseWrapper) XXX_Merge

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

func (*AutoDiscoveryResponseWrapper) XXX_Size

func (m *AutoDiscoveryResponseWrapper) XXX_Size() int

func (*AutoDiscoveryResponseWrapper) XXX_Unmarshal

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

type AutoDiscoveryResponse_Data

type AutoDiscoveryResponse_Data struct {
	//
	//实例Id
	InstanceId string `protobuf:"bytes,1,opt,name=instanceId,proto3" json:"instanceId" form:"instanceId"`
	//
	//状态码
	Code int32 `protobuf:"varint,2,opt,name=code,proto3" json:"code" form:"code"`
	//
	//是否匹配到数据
	Matched bool `protobuf:"varint,3,opt,name=matched,proto3" json:"matched" form:"matched"`
	//
	//是否有效
	Effected             bool     `protobuf:"varint,4,opt,name=effected,proto3" json:"effected" form:"effected"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AutoDiscoveryResponse_Data) Descriptor

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

func (*AutoDiscoveryResponse_Data) GetCode

func (m *AutoDiscoveryResponse_Data) GetCode() int32

func (*AutoDiscoveryResponse_Data) GetEffected

func (m *AutoDiscoveryResponse_Data) GetEffected() bool

func (*AutoDiscoveryResponse_Data) GetInstanceId

func (m *AutoDiscoveryResponse_Data) GetInstanceId() string

func (*AutoDiscoveryResponse_Data) GetMatched

func (m *AutoDiscoveryResponse_Data) GetMatched() bool

func (*AutoDiscoveryResponse_Data) ProtoMessage

func (*AutoDiscoveryResponse_Data) ProtoMessage()

func (*AutoDiscoveryResponse_Data) Reset

func (m *AutoDiscoveryResponse_Data) Reset()

func (*AutoDiscoveryResponse_Data) String

func (m *AutoDiscoveryResponse_Data) String() string

func (*AutoDiscoveryResponse_Data) Validate

func (this *AutoDiscoveryResponse_Data) Validate() error

func (*AutoDiscoveryResponse_Data) XXX_DiscardUnknown

func (m *AutoDiscoveryResponse_Data) XXX_DiscardUnknown()

func (*AutoDiscoveryResponse_Data) XXX_Marshal

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

func (*AutoDiscoveryResponse_Data) XXX_Merge

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

func (*AutoDiscoveryResponse_Data) XXX_Size

func (m *AutoDiscoveryResponse_Data) XXX_Size() int

func (*AutoDiscoveryResponse_Data) XXX_Unmarshal

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

type BatchListInstanceQueryStrategyRequest

type BatchListInstanceQueryStrategyRequest struct {
	//
	//多个模型ID,以逗号分隔
	ObjectIds string `protobuf:"bytes,1,opt,name=object_ids,json=objectIds,proto3" json:"object_ids" form:"object_ids"`
	//
	//策略类型
	Type string `protobuf:"bytes,2,opt,name=type,proto3" json:"type" form:"type"`
	//
	//策略名称(模糊匹配)
	Name                 string   `protobuf:"bytes,3,opt,name=name,proto3" json:"name" form:"name"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

BatchListInstanceQueryStrategy请求

func (*BatchListInstanceQueryStrategyRequest) Descriptor

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

func (*BatchListInstanceQueryStrategyRequest) GetName

func (*BatchListInstanceQueryStrategyRequest) GetObjectIds

func (*BatchListInstanceQueryStrategyRequest) GetType

func (*BatchListInstanceQueryStrategyRequest) ProtoMessage

func (*BatchListInstanceQueryStrategyRequest) ProtoMessage()

func (*BatchListInstanceQueryStrategyRequest) Reset

func (*BatchListInstanceQueryStrategyRequest) String

func (*BatchListInstanceQueryStrategyRequest) Validate

func (*BatchListInstanceQueryStrategyRequest) XXX_DiscardUnknown

func (m *BatchListInstanceQueryStrategyRequest) XXX_DiscardUnknown()

func (*BatchListInstanceQueryStrategyRequest) XXX_Marshal

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

func (*BatchListInstanceQueryStrategyRequest) XXX_Merge

func (*BatchListInstanceQueryStrategyRequest) XXX_Size

func (*BatchListInstanceQueryStrategyRequest) XXX_Unmarshal

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

type BatchListInstanceQueryStrategyResponse

type BatchListInstanceQueryStrategyResponse struct {
	//
	//各模型的实例查询策略数据
	StrategyData         []*BatchListInstanceQueryStrategyResponse_StrategyData `protobuf:"bytes,1,rep,name=strategy_data,json=strategyData,proto3" json:"strategy_data" form:"strategy_data"`
	XXX_NoUnkeyedLiteral struct{}                                               `json:"-"`
	XXX_unrecognized     []byte                                                 `json:"-"`
	XXX_sizecache        int32                                                  `json:"-"`
}

BatchListInstanceQueryStrategy返回

func (*BatchListInstanceQueryStrategyResponse) Descriptor

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

func (*BatchListInstanceQueryStrategyResponse) GetStrategyData

func (*BatchListInstanceQueryStrategyResponse) ProtoMessage

func (*BatchListInstanceQueryStrategyResponse) Reset

func (*BatchListInstanceQueryStrategyResponse) String

func (*BatchListInstanceQueryStrategyResponse) Validate

func (*BatchListInstanceQueryStrategyResponse) XXX_DiscardUnknown

func (m *BatchListInstanceQueryStrategyResponse) XXX_DiscardUnknown()

func (*BatchListInstanceQueryStrategyResponse) XXX_Marshal

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

func (*BatchListInstanceQueryStrategyResponse) XXX_Merge

func (*BatchListInstanceQueryStrategyResponse) XXX_Size

func (*BatchListInstanceQueryStrategyResponse) XXX_Unmarshal

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

type BatchListInstanceQueryStrategyResponseWrapper

type BatchListInstanceQueryStrategyResponseWrapper 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                 *BatchListInstanceQueryStrategyResponse `protobuf:"bytes,4,opt,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{}                                `json:"-"`
	XXX_unrecognized     []byte                                  `json:"-"`
	XXX_sizecache        int32                                   `json:"-"`
}

BatchListInstanceQueryStrategyApi返回

func (*BatchListInstanceQueryStrategyResponseWrapper) Descriptor

func (*BatchListInstanceQueryStrategyResponseWrapper) GetCode

func (*BatchListInstanceQueryStrategyResponseWrapper) GetCodeExplain

func (*BatchListInstanceQueryStrategyResponseWrapper) GetData

func (*BatchListInstanceQueryStrategyResponseWrapper) GetError

func (*BatchListInstanceQueryStrategyResponseWrapper) ProtoMessage

func (*BatchListInstanceQueryStrategyResponseWrapper) Reset

func (*BatchListInstanceQueryStrategyResponseWrapper) String

func (*BatchListInstanceQueryStrategyResponseWrapper) Validate

func (*BatchListInstanceQueryStrategyResponseWrapper) XXX_DiscardUnknown

func (m *BatchListInstanceQueryStrategyResponseWrapper) XXX_DiscardUnknown()

func (*BatchListInstanceQueryStrategyResponseWrapper) XXX_Marshal

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

func (*BatchListInstanceQueryStrategyResponseWrapper) XXX_Merge

func (*BatchListInstanceQueryStrategyResponseWrapper) XXX_Size

func (*BatchListInstanceQueryStrategyResponseWrapper) XXX_Unmarshal

type BatchListInstanceQueryStrategyResponse_StrategyData

type BatchListInstanceQueryStrategyResponse_StrategyData struct {
	//
	//模型ID
	ObjectId string `protobuf:"bytes,1,opt,name=object_id,json=objectId,proto3" json:"object_id" form:"object_id"`
	//
	//策略列表
	StrategyList         []*cmdb.InstanceQueryStrategy `protobuf:"bytes,2,rep,name=strategy_list,json=strategyList,proto3" json:"strategy_list" form:"strategy_list"`
	XXX_NoUnkeyedLiteral struct{}                      `json:"-"`
	XXX_unrecognized     []byte                        `json:"-"`
	XXX_sizecache        int32                         `json:"-"`
}

func (*BatchListInstanceQueryStrategyResponse_StrategyData) Descriptor

func (*BatchListInstanceQueryStrategyResponse_StrategyData) GetObjectId

func (*BatchListInstanceQueryStrategyResponse_StrategyData) GetStrategyList

func (*BatchListInstanceQueryStrategyResponse_StrategyData) ProtoMessage

func (*BatchListInstanceQueryStrategyResponse_StrategyData) Reset

func (*BatchListInstanceQueryStrategyResponse_StrategyData) String

func (*BatchListInstanceQueryStrategyResponse_StrategyData) Validate

func (*BatchListInstanceQueryStrategyResponse_StrategyData) XXX_DiscardUnknown

func (*BatchListInstanceQueryStrategyResponse_StrategyData) XXX_Marshal

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

func (*BatchListInstanceQueryStrategyResponse_StrategyData) XXX_Merge

func (*BatchListInstanceQueryStrategyResponse_StrategyData) XXX_Size

func (*BatchListInstanceQueryStrategyResponse_StrategyData) XXX_Unmarshal

type BatchSearchRequest

type BatchSearchRequest struct {
	//
	//body
	Data                 []*BatchSearchRequest_Data `protobuf:"bytes,1,rep,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{}                   `json:"-"`
	XXX_unrecognized     []byte                     `json:"-"`
	XXX_sizecache        int32                      `json:"-"`
}

BatchSearch请求

func (*BatchSearchRequest) Descriptor

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

func (*BatchSearchRequest) GetData

func (*BatchSearchRequest) ProtoMessage

func (*BatchSearchRequest) ProtoMessage()

func (*BatchSearchRequest) Reset

func (m *BatchSearchRequest) Reset()

func (*BatchSearchRequest) String

func (m *BatchSearchRequest) String() string

func (*BatchSearchRequest) Validate

func (this *BatchSearchRequest) Validate() error

func (*BatchSearchRequest) XXX_DiscardUnknown

func (m *BatchSearchRequest) XXX_DiscardUnknown()

func (*BatchSearchRequest) XXX_Marshal

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

func (*BatchSearchRequest) XXX_Merge

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

func (*BatchSearchRequest) XXX_Size

func (m *BatchSearchRequest) XXX_Size() int

func (*BatchSearchRequest) XXX_Unmarshal

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

type BatchSearchRequest_Data

type BatchSearchRequest_Data struct {
	//
	//模型对象ID
	ObjectId string `protobuf:"bytes,1,opt,name=object_id,json=objectId,proto3" json:"object_id" form:"object_id"`
	//
	//搜索条件
	Search               *BatchSearchRequest_Data_Search `protobuf:"bytes,2,opt,name=search,proto3" json:"search" form:"search"`
	XXX_NoUnkeyedLiteral struct{}                        `json:"-"`
	XXX_unrecognized     []byte                          `json:"-"`
	XXX_sizecache        int32                           `json:"-"`
}

func (*BatchSearchRequest_Data) Descriptor

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

func (*BatchSearchRequest_Data) GetObjectId

func (m *BatchSearchRequest_Data) GetObjectId() string

func (*BatchSearchRequest_Data) GetSearch

func (*BatchSearchRequest_Data) ProtoMessage

func (*BatchSearchRequest_Data) ProtoMessage()

func (*BatchSearchRequest_Data) Reset

func (m *BatchSearchRequest_Data) Reset()

func (*BatchSearchRequest_Data) String

func (m *BatchSearchRequest_Data) String() string

func (*BatchSearchRequest_Data) Validate

func (this *BatchSearchRequest_Data) Validate() error

func (*BatchSearchRequest_Data) XXX_DiscardUnknown

func (m *BatchSearchRequest_Data) XXX_DiscardUnknown()

func (*BatchSearchRequest_Data) XXX_Marshal

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

func (*BatchSearchRequest_Data) XXX_Merge

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

func (*BatchSearchRequest_Data) XXX_Size

func (m *BatchSearchRequest_Data) XXX_Size() int

func (*BatchSearchRequest_Data) XXX_Unmarshal

func (m *BatchSearchRequest_Data) XXX_Unmarshal(b []byte) error
type BatchSearchRequest_Data_Search struct {
	//
	//e.g.: { name: { $like: '%q%' } }, { $or: [{ name: { $like: '%q%' }}] }
	Query *types.Struct `protobuf:"bytes,1,opt,name=query,proto3" json:"query" form:"query"`
	//
	//e.g.: { instanceId: true, name: true }
	Fields *types.Struct `protobuf:"bytes,2,opt,name=fields,proto3" json:"fields" form:"fields"`
	//
	//当为 true 时,只搜索与我相关实例
	OnlyMyInstance bool `protobuf:"varint,3,opt,name=only_my_instance,json=onlyMyInstance,proto3" json:"only_my_instance" form:"only_my_instance"`
	//
	//对于关联的实例数据是否只获取 relation_view 中指定的属性, 这个字段为 true 时, 会覆盖 fields 字段中指定的二级字段设置
	OnlyRelationView bool `` /* 128-byte string literal not displayed */
	//
	//页码
	Page int32 `protobuf:"varint,5,opt,name=page,proto3" json:"page" form:"page"`
	//
	//页大小
	PageSize int32 `protobuf:"varint,6,opt,name=page_size,json=pageSize,proto3" json:"page_size" form:"page_size"`
	//
	//按字段排序, 留空默认按照实例ID降序排序(1表示升序, -1表示降序) e.g.: { instanceId: 1 }
	Sort *types.Struct `protobuf:"bytes,7,opt,name=sort,proto3" json:"sort" form:"sort"`
	//
	//按照权限过滤(通用实例都有 read, update, delete 权限控制, 主机实例在通用实例权限基础上有额外的 operate 权限, 应用实例在通用实例权限基础上有额外的 developClusterOperate, testClusterOperate, prereleaseClusterOperate, productionClusterOperate 权限) e.g.: [ "operate", "update" ]
	Permission           []string `protobuf:"bytes,8,rep,name=permission,proto3" json:"permission" form:"permission"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*BatchSearchRequest_Data_Search) Descriptor

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

func (*BatchSearchRequest_Data_Search) GetFields

func (*BatchSearchRequest_Data_Search) GetOnlyMyInstance

func (m *BatchSearchRequest_Data_Search) GetOnlyMyInstance() bool

func (*BatchSearchRequest_Data_Search) GetOnlyRelationView

func (m *BatchSearchRequest_Data_Search) GetOnlyRelationView() bool

func (*BatchSearchRequest_Data_Search) GetPage

func (*BatchSearchRequest_Data_Search) GetPageSize

func (m *BatchSearchRequest_Data_Search) GetPageSize() int32

func (*BatchSearchRequest_Data_Search) GetPermission

func (m *BatchSearchRequest_Data_Search) GetPermission() []string

func (*BatchSearchRequest_Data_Search) GetQuery

func (*BatchSearchRequest_Data_Search) GetSort

func (*BatchSearchRequest_Data_Search) ProtoMessage

func (*BatchSearchRequest_Data_Search) ProtoMessage()

func (*BatchSearchRequest_Data_Search) Reset

func (m *BatchSearchRequest_Data_Search) Reset()

func (*BatchSearchRequest_Data_Search) String

func (*BatchSearchRequest_Data_Search) Validate

func (this *BatchSearchRequest_Data_Search) Validate() error

func (*BatchSearchRequest_Data_Search) XXX_DiscardUnknown

func (m *BatchSearchRequest_Data_Search) XXX_DiscardUnknown()

func (*BatchSearchRequest_Data_Search) XXX_Marshal

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

func (*BatchSearchRequest_Data_Search) XXX_Merge

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

func (*BatchSearchRequest_Data_Search) XXX_Size

func (m *BatchSearchRequest_Data_Search) XXX_Size() int

func (*BatchSearchRequest_Data_Search) XXX_Unmarshal

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

type BatchSearchResponse

type BatchSearchResponse struct {
	//
	//返回码
	Code int32 `protobuf:"varint,1,opt,name=code,proto3" json:"code" form:"code"`
	//
	//错误信息
	Error string `protobuf:"bytes,2,opt,name=error,proto3" json:"error" form:"error"`
	//
	//返回消息
	Message string `protobuf:"bytes,3,opt,name=message,proto3" json:"message" form:"message"`
	//
	//实例总数
	Data                 []*BatchSearchResponse_Data `protobuf:"bytes,4,rep,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{}                    `json:"-"`
	XXX_unrecognized     []byte                      `json:"-"`
	XXX_sizecache        int32                       `json:"-"`
}

BatchSearch返回

func (*BatchSearchResponse) Descriptor

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

func (*BatchSearchResponse) GetCode

func (m *BatchSearchResponse) GetCode() int32

func (*BatchSearchResponse) GetData

func (*BatchSearchResponse) GetError

func (m *BatchSearchResponse) GetError() string

func (*BatchSearchResponse) GetMessage

func (m *BatchSearchResponse) GetMessage() string

func (*BatchSearchResponse) ProtoMessage

func (*BatchSearchResponse) ProtoMessage()

func (*BatchSearchResponse) Reset

func (m *BatchSearchResponse) Reset()

func (*BatchSearchResponse) String

func (m *BatchSearchResponse) String() string

func (*BatchSearchResponse) Validate

func (this *BatchSearchResponse) Validate() error

func (*BatchSearchResponse) XXX_DiscardUnknown

func (m *BatchSearchResponse) XXX_DiscardUnknown()

func (*BatchSearchResponse) XXX_Marshal

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

func (*BatchSearchResponse) XXX_Merge

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

func (*BatchSearchResponse) XXX_Size

func (m *BatchSearchResponse) XXX_Size() int

func (*BatchSearchResponse) XXX_Unmarshal

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

type BatchSearchResponseWrapper

type BatchSearchResponseWrapper 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                 *BatchSearchResponse `protobuf:"bytes,4,opt,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

BatchSearchApi返回

func (*BatchSearchResponseWrapper) Descriptor

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

func (*BatchSearchResponseWrapper) GetCode

func (m *BatchSearchResponseWrapper) GetCode() int32

func (*BatchSearchResponseWrapper) GetCodeExplain

func (m *BatchSearchResponseWrapper) GetCodeExplain() string

func (*BatchSearchResponseWrapper) GetData

func (*BatchSearchResponseWrapper) GetError

func (m *BatchSearchResponseWrapper) GetError() string

func (*BatchSearchResponseWrapper) ProtoMessage

func (*BatchSearchResponseWrapper) ProtoMessage()

func (*BatchSearchResponseWrapper) Reset

func (m *BatchSearchResponseWrapper) Reset()

func (*BatchSearchResponseWrapper) String

func (m *BatchSearchResponseWrapper) String() string

func (*BatchSearchResponseWrapper) Validate

func (this *BatchSearchResponseWrapper) Validate() error

func (*BatchSearchResponseWrapper) XXX_DiscardUnknown

func (m *BatchSearchResponseWrapper) XXX_DiscardUnknown()

func (*BatchSearchResponseWrapper) XXX_Marshal

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

func (*BatchSearchResponseWrapper) XXX_Merge

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

func (*BatchSearchResponseWrapper) XXX_Size

func (m *BatchSearchResponseWrapper) XXX_Size() int

func (*BatchSearchResponseWrapper) XXX_Unmarshal

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

type BatchSearchResponse_Data

type BatchSearchResponse_Data struct {
	//
	//instance list
	List []*types.Struct `protobuf:"bytes,1,rep,name=list,proto3" json:"list" form:"list"`
	//
	//实例总数
	Total int32 `protobuf:"varint,2,opt,name=total,proto3" json:"total" form:"total"`
	//
	//页码
	Page int32 `protobuf:"varint,3,opt,name=page,proto3" json:"page" form:"page"`
	//
	//页大小
	PageSize             int32    `protobuf:"varint,4,opt,name=page_size,json=pageSize,proto3" json:"page_size" form:"page_size"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*BatchSearchResponse_Data) Descriptor

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

func (*BatchSearchResponse_Data) GetList

func (m *BatchSearchResponse_Data) GetList() []*types.Struct

func (*BatchSearchResponse_Data) GetPage

func (m *BatchSearchResponse_Data) GetPage() int32

func (*BatchSearchResponse_Data) GetPageSize

func (m *BatchSearchResponse_Data) GetPageSize() int32

func (*BatchSearchResponse_Data) GetTotal

func (m *BatchSearchResponse_Data) GetTotal() int32

func (*BatchSearchResponse_Data) ProtoMessage

func (*BatchSearchResponse_Data) ProtoMessage()

func (*BatchSearchResponse_Data) Reset

func (m *BatchSearchResponse_Data) Reset()

func (*BatchSearchResponse_Data) String

func (m *BatchSearchResponse_Data) String() string

func (*BatchSearchResponse_Data) Validate

func (this *BatchSearchResponse_Data) Validate() error

func (*BatchSearchResponse_Data) XXX_DiscardUnknown

func (m *BatchSearchResponse_Data) XXX_DiscardUnknown()

func (*BatchSearchResponse_Data) XXX_Marshal

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

func (*BatchSearchResponse_Data) XXX_Merge

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

func (*BatchSearchResponse_Data) XXX_Size

func (m *BatchSearchResponse_Data) XXX_Size() int

func (*BatchSearchResponse_Data) XXX_Unmarshal

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

type Client

type Client interface {
	AggregateCount(ctx context.Context, in *AggregateCountRequest) (*AggregateCountResponse, error)
	AutoDiscovery(ctx context.Context, in *AutoDiscoveryRequest) (*AutoDiscoveryResponse, error)
	BatchListInstanceQueryStrategy(ctx context.Context, in *BatchListInstanceQueryStrategyRequest) (*BatchListInstanceQueryStrategyResponse, error)
	BatchSearch(ctx context.Context, in *BatchSearchRequest) (*BatchSearchResponse, error)
	CreateInstance(ctx context.Context, in *CreateInstanceRequest) (*types.Struct, error)
	DeleteInstance(ctx context.Context, in *DeleteInstanceRequest) (*types.Struct, error)
	DeleteInstanceBatch(ctx context.Context, in *DeleteInstanceBatchRequest) (*DeleteInstanceBatchResponse, error)
	FulltextSearch(ctx context.Context, in *FulltextSearchRequest) (*FulltextSearchResponse, error)
	GetDefaultValueTemplate(ctx context.Context, in *GetDefaultValueTemplateRequest) (*types.Struct, error)
	GetDetail(ctx context.Context, in *GetDetailRequest) (*types.Struct, error)
	GetInstanceQueryStrategy(ctx context.Context, in *GetInstanceQueryStrategyRequest) (*cmdb.InstanceQueryStrategy, error)
	ImportInstance(ctx context.Context, in *ImportInstanceRequest) (*ImportInstanceResponse, error)
	InstanceRelationsCount(ctx context.Context, in *InstanceRelationsCountRequest) (*types.Struct, error)
	InstanceSnapshot(ctx context.Context, in *InstanceSnapshotRequest) (*types.Struct, error)
	ListInstance(ctx context.Context, in *ListInstanceRequest) (*ListInstanceResponse, error)
	ListInstanceQueryStrategy(ctx context.Context, in *ListInstanceQueryStrategyRequest) (*ListInstanceQueryStrategyResponse, error)
	PostSearch(ctx context.Context, in *PostSearchRequest) (*PostSearchResponse, error)
	RelationCountAggregate(ctx context.Context, in *RelationCountAggregateRequest) (*RelationCountAggregateResponse, error)
	RelationMaxCheck(ctx context.Context, in *RelationMaxCheckRequest) (*RelationMaxCheckResponse, error)
	SearchTotal(ctx context.Context, in *SearchTotalRequest) (*SearchTotalResponse, error)
	UpdateInstance(ctx context.Context, in *UpdateInstanceRequest) (*types.Struct, error)
	UpdateInstanceV2(ctx context.Context, in *UpdateInstanceV2Request) (*types.Struct, error)
	UpdatePermissionBatch(ctx context.Context, in *UpdatePermissionBatchRequest) (*UpdatePermissionBatchResponse, error)
}

Client is the client API for instance 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 CreateInstanceRequest

type CreateInstanceRequest struct {
	//
	//objectId
	ObjectId string `protobuf:"bytes,1,opt,name=objectId,proto3" json:"objectId" form:"objectId"`
	//
	//创建实例
	Instance             *types.Struct `protobuf:"bytes,2,opt,name=instance,proto3" json:"instance" form:"instance"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

CreateInstance请求

func (*CreateInstanceRequest) Descriptor

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

func (*CreateInstanceRequest) GetInstance

func (m *CreateInstanceRequest) GetInstance() *types.Struct

func (*CreateInstanceRequest) GetObjectId

func (m *CreateInstanceRequest) GetObjectId() string

func (*CreateInstanceRequest) ProtoMessage

func (*CreateInstanceRequest) ProtoMessage()

func (*CreateInstanceRequest) Reset

func (m *CreateInstanceRequest) Reset()

func (*CreateInstanceRequest) String

func (m *CreateInstanceRequest) String() string

func (*CreateInstanceRequest) Validate

func (this *CreateInstanceRequest) Validate() error

func (*CreateInstanceRequest) XXX_DiscardUnknown

func (m *CreateInstanceRequest) XXX_DiscardUnknown()

func (*CreateInstanceRequest) XXX_Marshal

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

func (*CreateInstanceRequest) XXX_Merge

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

func (*CreateInstanceRequest) XXX_Size

func (m *CreateInstanceRequest) XXX_Size() int

func (*CreateInstanceRequest) XXX_Unmarshal

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

type CreateInstanceResponseWrapper

type CreateInstanceResponseWrapper 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.Struct `protobuf:"bytes,4,opt,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

CreateInstanceApi返回

func (*CreateInstanceResponseWrapper) Descriptor

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

func (*CreateInstanceResponseWrapper) GetCode

func (m *CreateInstanceResponseWrapper) GetCode() int32

func (*CreateInstanceResponseWrapper) GetCodeExplain

func (m *CreateInstanceResponseWrapper) GetCodeExplain() string

func (*CreateInstanceResponseWrapper) GetData

func (*CreateInstanceResponseWrapper) GetError

func (m *CreateInstanceResponseWrapper) GetError() string

func (*CreateInstanceResponseWrapper) ProtoMessage

func (*CreateInstanceResponseWrapper) ProtoMessage()

func (*CreateInstanceResponseWrapper) Reset

func (m *CreateInstanceResponseWrapper) Reset()

func (*CreateInstanceResponseWrapper) String

func (*CreateInstanceResponseWrapper) Validate

func (this *CreateInstanceResponseWrapper) Validate() error

func (*CreateInstanceResponseWrapper) XXX_DiscardUnknown

func (m *CreateInstanceResponseWrapper) XXX_DiscardUnknown()

func (*CreateInstanceResponseWrapper) XXX_Marshal

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

func (*CreateInstanceResponseWrapper) XXX_Merge

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

func (*CreateInstanceResponseWrapper) XXX_Size

func (m *CreateInstanceResponseWrapper) XXX_Size() int

func (*CreateInstanceResponseWrapper) XXX_Unmarshal

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

type DeleteInstanceBatchRequest

type DeleteInstanceBatchRequest struct {
	//
	//模型对象ID
	ObjectId string `protobuf:"bytes,1,opt,name=objectId,proto3" json:"objectId" form:"objectId"`
	//
	//实例ID, 用分号隔开, e.g. 5ab9f10a6ef88;5abb0dca9971d
	InstanceIds          string   `protobuf:"bytes,2,opt,name=instanceIds,proto3" json:"instanceIds" form:"instanceIds"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

DeleteInstanceBatch请求

func (*DeleteInstanceBatchRequest) Descriptor

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

func (*DeleteInstanceBatchRequest) GetInstanceIds

func (m *DeleteInstanceBatchRequest) GetInstanceIds() string

func (*DeleteInstanceBatchRequest) GetObjectId

func (m *DeleteInstanceBatchRequest) GetObjectId() string

func (*DeleteInstanceBatchRequest) ProtoMessage

func (*DeleteInstanceBatchRequest) ProtoMessage()

func (*DeleteInstanceBatchRequest) Reset

func (m *DeleteInstanceBatchRequest) Reset()

func (*DeleteInstanceBatchRequest) String

func (m *DeleteInstanceBatchRequest) String() string

func (*DeleteInstanceBatchRequest) Validate

func (this *DeleteInstanceBatchRequest) Validate() error

func (*DeleteInstanceBatchRequest) XXX_DiscardUnknown

func (m *DeleteInstanceBatchRequest) XXX_DiscardUnknown()

func (*DeleteInstanceBatchRequest) XXX_Marshal

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

func (*DeleteInstanceBatchRequest) XXX_Merge

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

func (*DeleteInstanceBatchRequest) XXX_Size

func (m *DeleteInstanceBatchRequest) XXX_Size() int

func (*DeleteInstanceBatchRequest) XXX_Unmarshal

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

type DeleteInstanceBatchResponse

type DeleteInstanceBatchResponse struct {
	//
	//删除失败的实例列表
	DeleteFailedInstances []*cmdb.FailInstance `protobuf:"bytes,1,rep,name=deleteFailedInstances,proto3" json:"deleteFailedInstances" form:"deleteFailedInstances"`
	XXX_NoUnkeyedLiteral  struct{}             `json:"-"`
	XXX_unrecognized      []byte               `json:"-"`
	XXX_sizecache         int32                `json:"-"`
}

DeleteInstanceBatch返回

func (*DeleteInstanceBatchResponse) Descriptor

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

func (*DeleteInstanceBatchResponse) GetDeleteFailedInstances

func (m *DeleteInstanceBatchResponse) GetDeleteFailedInstances() []*cmdb.FailInstance

func (*DeleteInstanceBatchResponse) ProtoMessage

func (*DeleteInstanceBatchResponse) ProtoMessage()

func (*DeleteInstanceBatchResponse) Reset

func (m *DeleteInstanceBatchResponse) Reset()

func (*DeleteInstanceBatchResponse) String

func (m *DeleteInstanceBatchResponse) String() string

func (*DeleteInstanceBatchResponse) Validate

func (this *DeleteInstanceBatchResponse) Validate() error

func (*DeleteInstanceBatchResponse) XXX_DiscardUnknown

func (m *DeleteInstanceBatchResponse) XXX_DiscardUnknown()

func (*DeleteInstanceBatchResponse) XXX_Marshal

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

func (*DeleteInstanceBatchResponse) XXX_Merge

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

func (*DeleteInstanceBatchResponse) XXX_Size

func (m *DeleteInstanceBatchResponse) XXX_Size() int

func (*DeleteInstanceBatchResponse) XXX_Unmarshal

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

type DeleteInstanceBatchResponseWrapper

type DeleteInstanceBatchResponseWrapper 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                 *DeleteInstanceBatchResponse `protobuf:"bytes,4,opt,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{}                     `json:"-"`
	XXX_unrecognized     []byte                       `json:"-"`
	XXX_sizecache        int32                        `json:"-"`
}

DeleteInstanceBatchApi返回

func (*DeleteInstanceBatchResponseWrapper) Descriptor

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

func (*DeleteInstanceBatchResponseWrapper) GetCode

func (*DeleteInstanceBatchResponseWrapper) GetCodeExplain

func (m *DeleteInstanceBatchResponseWrapper) GetCodeExplain() string

func (*DeleteInstanceBatchResponseWrapper) GetData

func (*DeleteInstanceBatchResponseWrapper) GetError

func (*DeleteInstanceBatchResponseWrapper) ProtoMessage

func (*DeleteInstanceBatchResponseWrapper) ProtoMessage()

func (*DeleteInstanceBatchResponseWrapper) Reset

func (*DeleteInstanceBatchResponseWrapper) String

func (*DeleteInstanceBatchResponseWrapper) Validate

func (this *DeleteInstanceBatchResponseWrapper) Validate() error

func (*DeleteInstanceBatchResponseWrapper) XXX_DiscardUnknown

func (m *DeleteInstanceBatchResponseWrapper) XXX_DiscardUnknown()

func (*DeleteInstanceBatchResponseWrapper) XXX_Marshal

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

func (*DeleteInstanceBatchResponseWrapper) XXX_Merge

func (*DeleteInstanceBatchResponseWrapper) XXX_Size

func (*DeleteInstanceBatchResponseWrapper) XXX_Unmarshal

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

type DeleteInstanceRequest

type DeleteInstanceRequest struct {
	//
	//模型对象ID
	ObjectId string `protobuf:"bytes,1,opt,name=objectId,proto3" json:"objectId" form:"objectId"`
	//
	//实例ID
	InstanceId           string   `protobuf:"bytes,2,opt,name=instanceId,proto3" json:"instanceId" form:"instanceId"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

DeleteInstance请求

func (*DeleteInstanceRequest) Descriptor

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

func (*DeleteInstanceRequest) GetInstanceId

func (m *DeleteInstanceRequest) GetInstanceId() string

func (*DeleteInstanceRequest) GetObjectId

func (m *DeleteInstanceRequest) GetObjectId() string

func (*DeleteInstanceRequest) ProtoMessage

func (*DeleteInstanceRequest) ProtoMessage()

func (*DeleteInstanceRequest) Reset

func (m *DeleteInstanceRequest) Reset()

func (*DeleteInstanceRequest) String

func (m *DeleteInstanceRequest) String() string

func (*DeleteInstanceRequest) Validate

func (this *DeleteInstanceRequest) Validate() error

func (*DeleteInstanceRequest) XXX_DiscardUnknown

func (m *DeleteInstanceRequest) XXX_DiscardUnknown()

func (*DeleteInstanceRequest) XXX_Marshal

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

func (*DeleteInstanceRequest) XXX_Merge

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

func (*DeleteInstanceRequest) XXX_Size

func (m *DeleteInstanceRequest) XXX_Size() int

func (*DeleteInstanceRequest) XXX_Unmarshal

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

type DeleteInstanceResponseWrapper

type DeleteInstanceResponseWrapper 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.Struct `protobuf:"bytes,4,opt,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

DeleteInstanceApi返回

func (*DeleteInstanceResponseWrapper) Descriptor

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

func (*DeleteInstanceResponseWrapper) GetCode

func (m *DeleteInstanceResponseWrapper) GetCode() int32

func (*DeleteInstanceResponseWrapper) GetCodeExplain

func (m *DeleteInstanceResponseWrapper) GetCodeExplain() string

func (*DeleteInstanceResponseWrapper) GetData

func (*DeleteInstanceResponseWrapper) GetError

func (m *DeleteInstanceResponseWrapper) GetError() string

func (*DeleteInstanceResponseWrapper) ProtoMessage

func (*DeleteInstanceResponseWrapper) ProtoMessage()

func (*DeleteInstanceResponseWrapper) Reset

func (m *DeleteInstanceResponseWrapper) Reset()

func (*DeleteInstanceResponseWrapper) String

func (*DeleteInstanceResponseWrapper) Validate

func (this *DeleteInstanceResponseWrapper) Validate() error

func (*DeleteInstanceResponseWrapper) XXX_DiscardUnknown

func (m *DeleteInstanceResponseWrapper) XXX_DiscardUnknown()

func (*DeleteInstanceResponseWrapper) XXX_Marshal

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

func (*DeleteInstanceResponseWrapper) XXX_Merge

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

func (*DeleteInstanceResponseWrapper) XXX_Size

func (m *DeleteInstanceResponseWrapper) XXX_Size() int

func (*DeleteInstanceResponseWrapper) XXX_Unmarshal

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

type ExportInstanceCsvRequest

type ExportInstanceCsvRequest struct {
	//
	//模型对象ID
	ObjectId string `protobuf:"bytes,1,opt,name=object_id,json=objectId,proto3" json:"object_id" form:"object_id"`
	//
	//请求参数json序列化
	Json                 string   `protobuf:"bytes,2,opt,name=json,proto3" json:"json" form:"json"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

ExportInstanceCsv请求

func (*ExportInstanceCsvRequest) Descriptor

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

func (*ExportInstanceCsvRequest) GetJson

func (m *ExportInstanceCsvRequest) GetJson() string

func (*ExportInstanceCsvRequest) GetObjectId

func (m *ExportInstanceCsvRequest) GetObjectId() string

func (*ExportInstanceCsvRequest) ProtoMessage

func (*ExportInstanceCsvRequest) ProtoMessage()

func (*ExportInstanceCsvRequest) Reset

func (m *ExportInstanceCsvRequest) Reset()

func (*ExportInstanceCsvRequest) String

func (m *ExportInstanceCsvRequest) String() string

func (*ExportInstanceCsvRequest) Validate

func (this *ExportInstanceCsvRequest) Validate() error

func (*ExportInstanceCsvRequest) XXX_DiscardUnknown

func (m *ExportInstanceCsvRequest) XXX_DiscardUnknown()

func (*ExportInstanceCsvRequest) XXX_Marshal

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

func (*ExportInstanceCsvRequest) XXX_Merge

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

func (*ExportInstanceCsvRequest) XXX_Size

func (m *ExportInstanceCsvRequest) XXX_Size() int

func (*ExportInstanceCsvRequest) XXX_Unmarshal

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

type ExportInstanceExcelRequest

type ExportInstanceExcelRequest struct {
	//
	//模型对象ID
	ObjectId string `protobuf:"bytes,1,opt,name=object_id,json=objectId,proto3" json:"object_id" form:"object_id"`
	//
	//e.g.: { name: { $like: '%q%' } }, { $or: [{ name: { $like: '%q%' }}] }
	Query *types.Struct `protobuf:"bytes,2,opt,name=query,proto3" json:"query" form:"query"`
	//
	//e.g.: { instanceId: true, name: true }
	Fields *types.Struct `protobuf:"bytes,3,opt,name=fields,proto3" json:"fields" form:"fields"`
	//
	//当为 true 时,只搜索与我相关实例
	OnlyMyInstance bool `protobuf:"varint,4,opt,name=only_my_instance,json=onlyMyInstance,proto3" json:"only_my_instance" form:"only_my_instance"`
	//
	//对于关联的实例数据是否只获取 relation_view 中指定的属性, 这个字段为 true 时, 会覆盖 fields 字段中指定的二级字段设置
	OnlyRelationView bool `` /* 128-byte string literal not displayed */
	//
	//按字段排序, 留空默认按照实例ID降序排序(1表示升序, -1表示降序) e.g.: { instanceId: 1 }
	Sort *types.Struct `protobuf:"bytes,6,opt,name=sort,proto3" json:"sort" form:"sort"`
	//
	//按照权限过滤(通用实例都有 read, update, delete 权限控制, 主机实例在通用实例权限基础上有额外的 operate 权限, 应用实例在通用实例权限基础上有额外的 developClusterOperate, testClusterOperate, prereleaseClusterOperate, productionClusterOperate 权限) e.g.: [ "operate", "update" ]
	Permission           []string `protobuf:"bytes,7,rep,name=permission,proto3" json:"permission" form:"permission"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

ExportInstanceExcel请求

func (*ExportInstanceExcelRequest) Descriptor

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

func (*ExportInstanceExcelRequest) GetFields

func (m *ExportInstanceExcelRequest) GetFields() *types.Struct

func (*ExportInstanceExcelRequest) GetObjectId

func (m *ExportInstanceExcelRequest) GetObjectId() string

func (*ExportInstanceExcelRequest) GetOnlyMyInstance

func (m *ExportInstanceExcelRequest) GetOnlyMyInstance() bool

func (*ExportInstanceExcelRequest) GetOnlyRelationView

func (m *ExportInstanceExcelRequest) GetOnlyRelationView() bool

func (*ExportInstanceExcelRequest) GetPermission

func (m *ExportInstanceExcelRequest) GetPermission() []string

func (*ExportInstanceExcelRequest) GetQuery

func (m *ExportInstanceExcelRequest) GetQuery() *types.Struct

func (*ExportInstanceExcelRequest) GetSort

func (m *ExportInstanceExcelRequest) GetSort() *types.Struct

func (*ExportInstanceExcelRequest) ProtoMessage

func (*ExportInstanceExcelRequest) ProtoMessage()

func (*ExportInstanceExcelRequest) Reset

func (m *ExportInstanceExcelRequest) Reset()

func (*ExportInstanceExcelRequest) String

func (m *ExportInstanceExcelRequest) String() string

func (*ExportInstanceExcelRequest) Validate

func (this *ExportInstanceExcelRequest) Validate() error

func (*ExportInstanceExcelRequest) XXX_DiscardUnknown

func (m *ExportInstanceExcelRequest) XXX_DiscardUnknown()

func (*ExportInstanceExcelRequest) XXX_Marshal

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

func (*ExportInstanceExcelRequest) XXX_Merge

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

func (*ExportInstanceExcelRequest) XXX_Size

func (m *ExportInstanceExcelRequest) XXX_Size() int

func (*ExportInstanceExcelRequest) XXX_Unmarshal

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

type ExportInstanceRequest

type ExportInstanceRequest struct {
	//
	//模型ID
	ObjectId string `protobuf:"bytes,1,opt,name=object_id,json=objectId,proto3" json:"object_id" form:"object_id"`
	//
	//请求参数json序列化
	Json                 string   `protobuf:"bytes,2,opt,name=json,proto3" json:"json" form:"json"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

ExportInstance请求

func (*ExportInstanceRequest) Descriptor

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

func (*ExportInstanceRequest) GetJson

func (m *ExportInstanceRequest) GetJson() string

func (*ExportInstanceRequest) GetObjectId

func (m *ExportInstanceRequest) GetObjectId() string

func (*ExportInstanceRequest) ProtoMessage

func (*ExportInstanceRequest) ProtoMessage()

func (*ExportInstanceRequest) Reset

func (m *ExportInstanceRequest) Reset()

func (*ExportInstanceRequest) String

func (m *ExportInstanceRequest) String() string

func (*ExportInstanceRequest) Validate

func (this *ExportInstanceRequest) Validate() error

func (*ExportInstanceRequest) XXX_DiscardUnknown

func (m *ExportInstanceRequest) XXX_DiscardUnknown()

func (*ExportInstanceRequest) XXX_Marshal

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

func (*ExportInstanceRequest) XXX_Merge

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

func (*ExportInstanceRequest) XXX_Size

func (m *ExportInstanceRequest) XXX_Size() int

func (*ExportInstanceRequest) XXX_Unmarshal

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

type FulltextSearchRequest

type FulltextSearchRequest 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"`
	//
	//搜索关键字
	Keyword string `protobuf:"bytes,3,opt,name=keyword,proto3" json:"keyword" form:"keyword"`
	//
	//资源模型Id
	ObjectId string `protobuf:"bytes,4,opt,name=object_id,json=objectId,proto3" json:"object_id" form:"object_id"`
	//
	//默认前缀搜索,true/false
	PrefixSearch         string   `protobuf:"bytes,5,opt,name=prefixSearch,proto3" json:"prefixSearch" form:"prefixSearch"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

FulltextSearch请求

func (*FulltextSearchRequest) Descriptor

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

func (*FulltextSearchRequest) GetKeyword

func (m *FulltextSearchRequest) GetKeyword() string

func (*FulltextSearchRequest) GetObjectId

func (m *FulltextSearchRequest) GetObjectId() string

func (*FulltextSearchRequest) GetPage

func (m *FulltextSearchRequest) GetPage() int32

func (*FulltextSearchRequest) GetPageSize

func (m *FulltextSearchRequest) GetPageSize() int32

func (*FulltextSearchRequest) GetPrefixSearch

func (m *FulltextSearchRequest) GetPrefixSearch() string

func (*FulltextSearchRequest) ProtoMessage

func (*FulltextSearchRequest) ProtoMessage()

func (*FulltextSearchRequest) Reset

func (m *FulltextSearchRequest) Reset()

func (*FulltextSearchRequest) String

func (m *FulltextSearchRequest) String() string

func (*FulltextSearchRequest) Validate

func (this *FulltextSearchRequest) Validate() error

func (*FulltextSearchRequest) XXX_DiscardUnknown

func (m *FulltextSearchRequest) XXX_DiscardUnknown()

func (*FulltextSearchRequest) XXX_Marshal

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

func (*FulltextSearchRequest) XXX_Merge

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

func (*FulltextSearchRequest) XXX_Size

func (m *FulltextSearchRequest) XXX_Size() int

func (*FulltextSearchRequest) XXX_Unmarshal

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

type FulltextSearchResponse

type FulltextSearchResponse struct {
	//
	//实例数据
	List []*types.Struct `protobuf:"bytes,1,rep,name=list,proto3" json:"list" form:"list"`
	//
	//实例总数
	Total int32 `protobuf:"varint,2,opt,name=total,proto3" json:"total" form:"total"`
	//
	//页码
	Page int32 `protobuf:"varint,3,opt,name=page,proto3" json:"page" form:"page"`
	//
	//页大小
	PageSize int32 `protobuf:"varint,4,opt,name=page_size,json=pageSize,proto3" json:"page_size" form:"page_size"`
	//
	//模型实例统计数据,如:{"HOST": 10, "APP": 5}
	Count                *types.Struct `protobuf:"bytes,5,opt,name=count,proto3" json:"count" form:"count"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

FulltextSearch返回

func (*FulltextSearchResponse) Descriptor

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

func (*FulltextSearchResponse) GetCount

func (m *FulltextSearchResponse) GetCount() *types.Struct

func (*FulltextSearchResponse) GetList

func (m *FulltextSearchResponse) GetList() []*types.Struct

func (*FulltextSearchResponse) GetPage

func (m *FulltextSearchResponse) GetPage() int32

func (*FulltextSearchResponse) GetPageSize

func (m *FulltextSearchResponse) GetPageSize() int32

func (*FulltextSearchResponse) GetTotal

func (m *FulltextSearchResponse) GetTotal() int32

func (*FulltextSearchResponse) ProtoMessage

func (*FulltextSearchResponse) ProtoMessage()

func (*FulltextSearchResponse) Reset

func (m *FulltextSearchResponse) Reset()

func (*FulltextSearchResponse) String

func (m *FulltextSearchResponse) String() string

func (*FulltextSearchResponse) Validate

func (this *FulltextSearchResponse) Validate() error

func (*FulltextSearchResponse) XXX_DiscardUnknown

func (m *FulltextSearchResponse) XXX_DiscardUnknown()

func (*FulltextSearchResponse) XXX_Marshal

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

func (*FulltextSearchResponse) XXX_Merge

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

func (*FulltextSearchResponse) XXX_Size

func (m *FulltextSearchResponse) XXX_Size() int

func (*FulltextSearchResponse) XXX_Unmarshal

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

type FulltextSearchResponseWrapper

type FulltextSearchResponseWrapper 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                 *FulltextSearchResponse `protobuf:"bytes,4,opt,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{}                `json:"-"`
	XXX_unrecognized     []byte                  `json:"-"`
	XXX_sizecache        int32                   `json:"-"`
}

FulltextSearchApi返回

func (*FulltextSearchResponseWrapper) Descriptor

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

func (*FulltextSearchResponseWrapper) GetCode

func (m *FulltextSearchResponseWrapper) GetCode() int32

func (*FulltextSearchResponseWrapper) GetCodeExplain

func (m *FulltextSearchResponseWrapper) GetCodeExplain() string

func (*FulltextSearchResponseWrapper) GetData

func (*FulltextSearchResponseWrapper) GetError

func (m *FulltextSearchResponseWrapper) GetError() string

func (*FulltextSearchResponseWrapper) ProtoMessage

func (*FulltextSearchResponseWrapper) ProtoMessage()

func (*FulltextSearchResponseWrapper) Reset

func (m *FulltextSearchResponseWrapper) Reset()

func (*FulltextSearchResponseWrapper) String

func (*FulltextSearchResponseWrapper) Validate

func (this *FulltextSearchResponseWrapper) Validate() error

func (*FulltextSearchResponseWrapper) XXX_DiscardUnknown

func (m *FulltextSearchResponseWrapper) XXX_DiscardUnknown()

func (*FulltextSearchResponseWrapper) XXX_Marshal

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

func (*FulltextSearchResponseWrapper) XXX_Merge

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

func (*FulltextSearchResponseWrapper) XXX_Size

func (m *FulltextSearchResponseWrapper) XXX_Size() int

func (*FulltextSearchResponseWrapper) XXX_Unmarshal

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

type GetDefaultValueTemplateRequest

type GetDefaultValueTemplateRequest struct {
	//
	//实例所属的模型ID
	ObjectId string `protobuf:"bytes,1,opt,name=objectId,proto3" json:"objectId" form:"objectId"`
	//
	//不获取默认值的字段,用逗号分隔
	ExcludeKeys          string   `protobuf:"bytes,2,opt,name=exclude_keys,json=excludeKeys,proto3" json:"exclude_keys" form:"exclude_keys"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

GetDefaultValueTemplate请求

func (*GetDefaultValueTemplateRequest) Descriptor

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

func (*GetDefaultValueTemplateRequest) GetExcludeKeys

func (m *GetDefaultValueTemplateRequest) GetExcludeKeys() string

func (*GetDefaultValueTemplateRequest) GetObjectId

func (m *GetDefaultValueTemplateRequest) GetObjectId() string

func (*GetDefaultValueTemplateRequest) ProtoMessage

func (*GetDefaultValueTemplateRequest) ProtoMessage()

func (*GetDefaultValueTemplateRequest) Reset

func (m *GetDefaultValueTemplateRequest) Reset()

func (*GetDefaultValueTemplateRequest) String

func (*GetDefaultValueTemplateRequest) Validate

func (this *GetDefaultValueTemplateRequest) Validate() error

func (*GetDefaultValueTemplateRequest) XXX_DiscardUnknown

func (m *GetDefaultValueTemplateRequest) XXX_DiscardUnknown()

func (*GetDefaultValueTemplateRequest) XXX_Marshal

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

func (*GetDefaultValueTemplateRequest) XXX_Merge

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

func (*GetDefaultValueTemplateRequest) XXX_Size

func (m *GetDefaultValueTemplateRequest) XXX_Size() int

func (*GetDefaultValueTemplateRequest) XXX_Unmarshal

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

type GetDefaultValueTemplateResponseWrapper

type GetDefaultValueTemplateResponseWrapper 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.Struct `protobuf:"bytes,4,opt,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

GetDefaultValueTemplateApi返回

func (*GetDefaultValueTemplateResponseWrapper) Descriptor

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

func (*GetDefaultValueTemplateResponseWrapper) GetCode

func (*GetDefaultValueTemplateResponseWrapper) GetCodeExplain

func (m *GetDefaultValueTemplateResponseWrapper) GetCodeExplain() string

func (*GetDefaultValueTemplateResponseWrapper) GetData

func (*GetDefaultValueTemplateResponseWrapper) GetError

func (*GetDefaultValueTemplateResponseWrapper) ProtoMessage

func (*GetDefaultValueTemplateResponseWrapper) Reset

func (*GetDefaultValueTemplateResponseWrapper) String

func (*GetDefaultValueTemplateResponseWrapper) Validate

func (*GetDefaultValueTemplateResponseWrapper) XXX_DiscardUnknown

func (m *GetDefaultValueTemplateResponseWrapper) XXX_DiscardUnknown()

func (*GetDefaultValueTemplateResponseWrapper) XXX_Marshal

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

func (*GetDefaultValueTemplateResponseWrapper) XXX_Merge

func (*GetDefaultValueTemplateResponseWrapper) XXX_Size

func (*GetDefaultValueTemplateResponseWrapper) XXX_Unmarshal

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

type GetDetailRequest

type GetDetailRequest struct {
	//
	//模型对象ID
	ObjectId string `protobuf:"bytes,1,opt,name=objectId,proto3" json:"objectId" form:"objectId"`
	//
	//实例ID
	InstanceId string `protobuf:"bytes,2,opt,name=instanceId,proto3" json:"instanceId" form:"instanceId"`
	//
	//指定返回的fields,使用逗号分隔, * 代表所有普通属性
	Fields               string   `protobuf:"bytes,3,opt,name=fields,proto3" json:"fields" form:"fields"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

GetDetail请求

func (*GetDetailRequest) Descriptor

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

func (*GetDetailRequest) GetFields

func (m *GetDetailRequest) GetFields() string

func (*GetDetailRequest) GetInstanceId

func (m *GetDetailRequest) GetInstanceId() string

func (*GetDetailRequest) GetObjectId

func (m *GetDetailRequest) GetObjectId() string

func (*GetDetailRequest) ProtoMessage

func (*GetDetailRequest) ProtoMessage()

func (*GetDetailRequest) Reset

func (m *GetDetailRequest) Reset()

func (*GetDetailRequest) String

func (m *GetDetailRequest) String() string

func (*GetDetailRequest) Validate

func (this *GetDetailRequest) Validate() error

func (*GetDetailRequest) XXX_DiscardUnknown

func (m *GetDetailRequest) XXX_DiscardUnknown()

func (*GetDetailRequest) XXX_Marshal

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

func (*GetDetailRequest) XXX_Merge

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

func (*GetDetailRequest) XXX_Size

func (m *GetDetailRequest) XXX_Size() int

func (*GetDetailRequest) XXX_Unmarshal

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

type GetDetailResponseWrapper

type GetDetailResponseWrapper 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.Struct `protobuf:"bytes,4,opt,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

GetDetailApi返回

func (*GetDetailResponseWrapper) Descriptor

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

func (*GetDetailResponseWrapper) GetCode

func (m *GetDetailResponseWrapper) GetCode() int32

func (*GetDetailResponseWrapper) GetCodeExplain

func (m *GetDetailResponseWrapper) GetCodeExplain() string

func (*GetDetailResponseWrapper) GetData

func (m *GetDetailResponseWrapper) GetData() *types.Struct

func (*GetDetailResponseWrapper) GetError

func (m *GetDetailResponseWrapper) GetError() string

func (*GetDetailResponseWrapper) ProtoMessage

func (*GetDetailResponseWrapper) ProtoMessage()

func (*GetDetailResponseWrapper) Reset

func (m *GetDetailResponseWrapper) Reset()

func (*GetDetailResponseWrapper) String

func (m *GetDetailResponseWrapper) String() string

func (*GetDetailResponseWrapper) Validate

func (this *GetDetailResponseWrapper) Validate() error

func (*GetDetailResponseWrapper) XXX_DiscardUnknown

func (m *GetDetailResponseWrapper) XXX_DiscardUnknown()

func (*GetDetailResponseWrapper) XXX_Marshal

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

func (*GetDetailResponseWrapper) XXX_Merge

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

func (*GetDetailResponseWrapper) XXX_Size

func (m *GetDetailResponseWrapper) XXX_Size() int

func (*GetDetailResponseWrapper) XXX_Unmarshal

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

type GetImportInstanceCsvRequest

type GetImportInstanceCsvRequest struct {
	//
	//模型对象ID
	ObjectId             string   `protobuf:"bytes,1,opt,name=object_id,json=objectId,proto3" json:"object_id" form:"object_id"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

GetImportInstanceCsv请求

func (*GetImportInstanceCsvRequest) Descriptor

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

func (*GetImportInstanceCsvRequest) GetObjectId

func (m *GetImportInstanceCsvRequest) GetObjectId() string

func (*GetImportInstanceCsvRequest) ProtoMessage

func (*GetImportInstanceCsvRequest) ProtoMessage()

func (*GetImportInstanceCsvRequest) Reset

func (m *GetImportInstanceCsvRequest) Reset()

func (*GetImportInstanceCsvRequest) String

func (m *GetImportInstanceCsvRequest) String() string

func (*GetImportInstanceCsvRequest) Validate

func (this *GetImportInstanceCsvRequest) Validate() error

func (*GetImportInstanceCsvRequest) XXX_DiscardUnknown

func (m *GetImportInstanceCsvRequest) XXX_DiscardUnknown()

func (*GetImportInstanceCsvRequest) XXX_Marshal

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

func (*GetImportInstanceCsvRequest) XXX_Merge

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

func (*GetImportInstanceCsvRequest) XXX_Size

func (m *GetImportInstanceCsvRequest) XXX_Size() int

func (*GetImportInstanceCsvRequest) XXX_Unmarshal

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

type GetImportInstanceExcelRequest

type GetImportInstanceExcelRequest struct {
	//
	//模型对象ID
	ObjectId             string   `protobuf:"bytes,1,opt,name=object_id,json=objectId,proto3" json:"object_id" form:"object_id"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

GetImportInstanceExcel请求

func (*GetImportInstanceExcelRequest) Descriptor

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

func (*GetImportInstanceExcelRequest) GetObjectId

func (m *GetImportInstanceExcelRequest) GetObjectId() string

func (*GetImportInstanceExcelRequest) ProtoMessage

func (*GetImportInstanceExcelRequest) ProtoMessage()

func (*GetImportInstanceExcelRequest) Reset

func (m *GetImportInstanceExcelRequest) Reset()

func (*GetImportInstanceExcelRequest) String

func (*GetImportInstanceExcelRequest) Validate

func (this *GetImportInstanceExcelRequest) Validate() error

func (*GetImportInstanceExcelRequest) XXX_DiscardUnknown

func (m *GetImportInstanceExcelRequest) XXX_DiscardUnknown()

func (*GetImportInstanceExcelRequest) XXX_Marshal

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

func (*GetImportInstanceExcelRequest) XXX_Merge

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

func (*GetImportInstanceExcelRequest) XXX_Size

func (m *GetImportInstanceExcelRequest) XXX_Size() int

func (*GetImportInstanceExcelRequest) XXX_Unmarshal

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

type GetInstanceQueryStrategyRequest

type GetInstanceQueryStrategyRequest struct {
	//
	//模型对象ID
	ObjectId string `protobuf:"bytes,1,opt,name=objectId,proto3" json:"objectId" form:"objectId"`
	//
	//策略ID
	StrategyId           string   `protobuf:"bytes,2,opt,name=strategyId,proto3" json:"strategyId" form:"strategyId"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

GetInstanceQueryStrategy请求

func (*GetInstanceQueryStrategyRequest) Descriptor

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

func (*GetInstanceQueryStrategyRequest) GetObjectId

func (m *GetInstanceQueryStrategyRequest) GetObjectId() string

func (*GetInstanceQueryStrategyRequest) GetStrategyId

func (m *GetInstanceQueryStrategyRequest) GetStrategyId() string

func (*GetInstanceQueryStrategyRequest) ProtoMessage

func (*GetInstanceQueryStrategyRequest) ProtoMessage()

func (*GetInstanceQueryStrategyRequest) Reset

func (*GetInstanceQueryStrategyRequest) String

func (*GetInstanceQueryStrategyRequest) Validate

func (this *GetInstanceQueryStrategyRequest) Validate() error

func (*GetInstanceQueryStrategyRequest) XXX_DiscardUnknown

func (m *GetInstanceQueryStrategyRequest) XXX_DiscardUnknown()

func (*GetInstanceQueryStrategyRequest) XXX_Marshal

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

func (*GetInstanceQueryStrategyRequest) XXX_Merge

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

func (*GetInstanceQueryStrategyRequest) XXX_Size

func (m *GetInstanceQueryStrategyRequest) XXX_Size() int

func (*GetInstanceQueryStrategyRequest) XXX_Unmarshal

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

type GetInstanceQueryStrategyResponseWrapper

type GetInstanceQueryStrategyResponseWrapper 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                 *cmdb.InstanceQueryStrategy `protobuf:"bytes,4,opt,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{}                    `json:"-"`
	XXX_unrecognized     []byte                      `json:"-"`
	XXX_sizecache        int32                       `json:"-"`
}

GetInstanceQueryStrategyApi返回

func (*GetInstanceQueryStrategyResponseWrapper) Descriptor

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

func (*GetInstanceQueryStrategyResponseWrapper) GetCode

func (*GetInstanceQueryStrategyResponseWrapper) GetCodeExplain

func (m *GetInstanceQueryStrategyResponseWrapper) GetCodeExplain() string

func (*GetInstanceQueryStrategyResponseWrapper) GetData

func (*GetInstanceQueryStrategyResponseWrapper) GetError

func (*GetInstanceQueryStrategyResponseWrapper) ProtoMessage

func (*GetInstanceQueryStrategyResponseWrapper) Reset

func (*GetInstanceQueryStrategyResponseWrapper) String

func (*GetInstanceQueryStrategyResponseWrapper) Validate

func (*GetInstanceQueryStrategyResponseWrapper) XXX_DiscardUnknown

func (m *GetInstanceQueryStrategyResponseWrapper) XXX_DiscardUnknown()

func (*GetInstanceQueryStrategyResponseWrapper) XXX_Marshal

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

func (*GetInstanceQueryStrategyResponseWrapper) XXX_Merge

func (*GetInstanceQueryStrategyResponseWrapper) XXX_Size

func (*GetInstanceQueryStrategyResponseWrapper) XXX_Unmarshal

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

type ImportInstanceRequest

type ImportInstanceRequest struct {
	//
	//实例所属的模型ID
	ObjectId string `protobuf:"bytes,1,opt,name=objectId,proto3" json:"objectId" form:"objectId"`
	//
	//导入实例的字段
	Keys []string `protobuf:"bytes,2,rep,name=keys,proto3" json:"keys" form:"keys"`
	//
	//导入实例数据列表
	Datas                []*types.Struct `protobuf:"bytes,3,rep,name=datas,proto3" json:"datas" form:"datas"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

ImportInstance请求

func (*ImportInstanceRequest) Descriptor

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

func (*ImportInstanceRequest) GetDatas

func (m *ImportInstanceRequest) GetDatas() []*types.Struct

func (*ImportInstanceRequest) GetKeys

func (m *ImportInstanceRequest) GetKeys() []string

func (*ImportInstanceRequest) GetObjectId

func (m *ImportInstanceRequest) GetObjectId() string

func (*ImportInstanceRequest) ProtoMessage

func (*ImportInstanceRequest) ProtoMessage()

func (*ImportInstanceRequest) Reset

func (m *ImportInstanceRequest) Reset()

func (*ImportInstanceRequest) String

func (m *ImportInstanceRequest) String() string

func (*ImportInstanceRequest) Validate

func (this *ImportInstanceRequest) Validate() error

func (*ImportInstanceRequest) XXX_DiscardUnknown

func (m *ImportInstanceRequest) XXX_DiscardUnknown()

func (*ImportInstanceRequest) XXX_Marshal

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

func (*ImportInstanceRequest) XXX_Merge

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

func (*ImportInstanceRequest) XXX_Size

func (m *ImportInstanceRequest) XXX_Size() int

func (*ImportInstanceRequest) XXX_Unmarshal

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

type ImportInstanceResponse

type ImportInstanceResponse struct {
	//
	//成功插入数量
	InsertCount int32 `protobuf:"varint,1,opt,name=insert_count,json=insertCount,proto3" json:"insert_count" form:"insert_count"`
	//
	//成功更新数量
	UpdateCount int32 `protobuf:"varint,2,opt,name=update_count,json=updateCount,proto3" json:"update_count" form:"update_count"`
	//
	//失败数量
	FailedCount int32 `protobuf:"varint,3,opt,name=failed_count,json=failedCount,proto3" json:"failed_count" form:"failed_count"`
	//
	//失败数据
	Data                 []*ImportInstanceResponse_Data `protobuf:"bytes,4,rep,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{}                       `json:"-"`
	XXX_unrecognized     []byte                         `json:"-"`
	XXX_sizecache        int32                          `json:"-"`
}

ImportInstance返回

func (*ImportInstanceResponse) Descriptor

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

func (*ImportInstanceResponse) GetData

func (*ImportInstanceResponse) GetFailedCount

func (m *ImportInstanceResponse) GetFailedCount() int32

func (*ImportInstanceResponse) GetInsertCount

func (m *ImportInstanceResponse) GetInsertCount() int32

func (*ImportInstanceResponse) GetUpdateCount

func (m *ImportInstanceResponse) GetUpdateCount() int32

func (*ImportInstanceResponse) ProtoMessage

func (*ImportInstanceResponse) ProtoMessage()

func (*ImportInstanceResponse) Reset

func (m *ImportInstanceResponse) Reset()

func (*ImportInstanceResponse) String

func (m *ImportInstanceResponse) String() string

func (*ImportInstanceResponse) Validate

func (this *ImportInstanceResponse) Validate() error

func (*ImportInstanceResponse) XXX_DiscardUnknown

func (m *ImportInstanceResponse) XXX_DiscardUnknown()

func (*ImportInstanceResponse) XXX_Marshal

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

func (*ImportInstanceResponse) XXX_Merge

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

func (*ImportInstanceResponse) XXX_Size

func (m *ImportInstanceResponse) XXX_Size() int

func (*ImportInstanceResponse) XXX_Unmarshal

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

type ImportInstanceResponseWrapper

type ImportInstanceResponseWrapper 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                 *ImportInstanceResponse `protobuf:"bytes,4,opt,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{}                `json:"-"`
	XXX_unrecognized     []byte                  `json:"-"`
	XXX_sizecache        int32                   `json:"-"`
}

ImportInstanceApi返回

func (*ImportInstanceResponseWrapper) Descriptor

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

func (*ImportInstanceResponseWrapper) GetCode

func (m *ImportInstanceResponseWrapper) GetCode() int32

func (*ImportInstanceResponseWrapper) GetCodeExplain

func (m *ImportInstanceResponseWrapper) GetCodeExplain() string

func (*ImportInstanceResponseWrapper) GetData

func (*ImportInstanceResponseWrapper) GetError

func (m *ImportInstanceResponseWrapper) GetError() string

func (*ImportInstanceResponseWrapper) ProtoMessage

func (*ImportInstanceResponseWrapper) ProtoMessage()

func (*ImportInstanceResponseWrapper) Reset

func (m *ImportInstanceResponseWrapper) Reset()

func (*ImportInstanceResponseWrapper) String

func (*ImportInstanceResponseWrapper) Validate

func (this *ImportInstanceResponseWrapper) Validate() error

func (*ImportInstanceResponseWrapper) XXX_DiscardUnknown

func (m *ImportInstanceResponseWrapper) XXX_DiscardUnknown()

func (*ImportInstanceResponseWrapper) XXX_Marshal

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

func (*ImportInstanceResponseWrapper) XXX_Merge

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

func (*ImportInstanceResponseWrapper) XXX_Size

func (m *ImportInstanceResponseWrapper) XXX_Size() int

func (*ImportInstanceResponseWrapper) XXX_Unmarshal

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

type ImportInstanceResponse_Data

type ImportInstanceResponse_Data struct {
	//
	//错误码
	Code int32 `protobuf:"varint,1,opt,name=code,proto3" json:"code" form:"code"`
	//
	//错误信息
	Error string `protobuf:"bytes,2,opt,name=error,proto3" json:"error" form:"error"`
	//
	//错误数据
	Data                 []*types.Struct `protobuf:"bytes,3,rep,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*ImportInstanceResponse_Data) Descriptor

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

func (*ImportInstanceResponse_Data) GetCode

func (m *ImportInstanceResponse_Data) GetCode() int32

func (*ImportInstanceResponse_Data) GetData

func (m *ImportInstanceResponse_Data) GetData() []*types.Struct

func (*ImportInstanceResponse_Data) GetError

func (m *ImportInstanceResponse_Data) GetError() string

func (*ImportInstanceResponse_Data) ProtoMessage

func (*ImportInstanceResponse_Data) ProtoMessage()

func (*ImportInstanceResponse_Data) Reset

func (m *ImportInstanceResponse_Data) Reset()

func (*ImportInstanceResponse_Data) String

func (m *ImportInstanceResponse_Data) String() string

func (*ImportInstanceResponse_Data) Validate

func (this *ImportInstanceResponse_Data) Validate() error

func (*ImportInstanceResponse_Data) XXX_DiscardUnknown

func (m *ImportInstanceResponse_Data) XXX_DiscardUnknown()

func (*ImportInstanceResponse_Data) XXX_Marshal

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

func (*ImportInstanceResponse_Data) XXX_Merge

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

func (*ImportInstanceResponse_Data) XXX_Size

func (m *ImportInstanceResponse_Data) XXX_Size() int

func (*ImportInstanceResponse_Data) XXX_Unmarshal

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

type ImportInstanceWithCsvResponse

type ImportInstanceWithCsvResponse struct {
	//
	//成功插入数量
	InsertCount int32 `protobuf:"varint,1,opt,name=insert_count,json=insertCount,proto3" json:"insert_count" form:"insert_count"`
	//
	//成功更新数量
	UpdateCount int32 `protobuf:"varint,2,opt,name=update_count,json=updateCount,proto3" json:"update_count" form:"update_count"`
	//
	//失败数量
	FailedCount int32 `protobuf:"varint,3,opt,name=failed_count,json=failedCount,proto3" json:"failed_count" form:"failed_count"`
	//
	//失败数据
	Data                 []*ImportInstanceWithCsvResponse_Data `protobuf:"bytes,4,rep,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{}                              `json:"-"`
	XXX_unrecognized     []byte                                `json:"-"`
	XXX_sizecache        int32                                 `json:"-"`
}

ImportInstanceWithCsv返回

func (*ImportInstanceWithCsvResponse) Descriptor

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

func (*ImportInstanceWithCsvResponse) GetData

func (*ImportInstanceWithCsvResponse) GetFailedCount

func (m *ImportInstanceWithCsvResponse) GetFailedCount() int32

func (*ImportInstanceWithCsvResponse) GetInsertCount

func (m *ImportInstanceWithCsvResponse) GetInsertCount() int32

func (*ImportInstanceWithCsvResponse) GetUpdateCount

func (m *ImportInstanceWithCsvResponse) GetUpdateCount() int32

func (*ImportInstanceWithCsvResponse) ProtoMessage

func (*ImportInstanceWithCsvResponse) ProtoMessage()

func (*ImportInstanceWithCsvResponse) Reset

func (m *ImportInstanceWithCsvResponse) Reset()

func (*ImportInstanceWithCsvResponse) String

func (*ImportInstanceWithCsvResponse) Validate

func (this *ImportInstanceWithCsvResponse) Validate() error

func (*ImportInstanceWithCsvResponse) XXX_DiscardUnknown

func (m *ImportInstanceWithCsvResponse) XXX_DiscardUnknown()

func (*ImportInstanceWithCsvResponse) XXX_Marshal

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

func (*ImportInstanceWithCsvResponse) XXX_Merge

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

func (*ImportInstanceWithCsvResponse) XXX_Size

func (m *ImportInstanceWithCsvResponse) XXX_Size() int

func (*ImportInstanceWithCsvResponse) XXX_Unmarshal

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

type ImportInstanceWithCsvResponseWrapper

type ImportInstanceWithCsvResponseWrapper 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                 *ImportInstanceWithCsvResponse `protobuf:"bytes,4,opt,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{}                       `json:"-"`
	XXX_unrecognized     []byte                         `json:"-"`
	XXX_sizecache        int32                          `json:"-"`
}

ImportInstanceWithCsvApi返回

func (*ImportInstanceWithCsvResponseWrapper) Descriptor

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

func (*ImportInstanceWithCsvResponseWrapper) GetCode

func (*ImportInstanceWithCsvResponseWrapper) GetCodeExplain

func (m *ImportInstanceWithCsvResponseWrapper) GetCodeExplain() string

func (*ImportInstanceWithCsvResponseWrapper) GetData

func (*ImportInstanceWithCsvResponseWrapper) GetError

func (*ImportInstanceWithCsvResponseWrapper) ProtoMessage

func (*ImportInstanceWithCsvResponseWrapper) ProtoMessage()

func (*ImportInstanceWithCsvResponseWrapper) Reset

func (*ImportInstanceWithCsvResponseWrapper) String

func (*ImportInstanceWithCsvResponseWrapper) Validate

func (*ImportInstanceWithCsvResponseWrapper) XXX_DiscardUnknown

func (m *ImportInstanceWithCsvResponseWrapper) XXX_DiscardUnknown()

func (*ImportInstanceWithCsvResponseWrapper) XXX_Marshal

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

func (*ImportInstanceWithCsvResponseWrapper) XXX_Merge

func (*ImportInstanceWithCsvResponseWrapper) XXX_Size

func (*ImportInstanceWithCsvResponseWrapper) XXX_Unmarshal

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

type ImportInstanceWithCsvResponse_Data

type ImportInstanceWithCsvResponse_Data struct {
	//
	//错误码
	Code int32 `protobuf:"varint,1,opt,name=code,proto3" json:"code" form:"code"`
	//
	//错误信息
	Error string `protobuf:"bytes,2,opt,name=error,proto3" json:"error" form:"error"`
	//
	//错误数据
	Data                 []*types.Struct `protobuf:"bytes,3,rep,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*ImportInstanceWithCsvResponse_Data) Descriptor

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

func (*ImportInstanceWithCsvResponse_Data) GetCode

func (*ImportInstanceWithCsvResponse_Data) GetData

func (*ImportInstanceWithCsvResponse_Data) GetError

func (*ImportInstanceWithCsvResponse_Data) ProtoMessage

func (*ImportInstanceWithCsvResponse_Data) ProtoMessage()

func (*ImportInstanceWithCsvResponse_Data) Reset

func (*ImportInstanceWithCsvResponse_Data) String

func (*ImportInstanceWithCsvResponse_Data) Validate

func (this *ImportInstanceWithCsvResponse_Data) Validate() error

func (*ImportInstanceWithCsvResponse_Data) XXX_DiscardUnknown

func (m *ImportInstanceWithCsvResponse_Data) XXX_DiscardUnknown()

func (*ImportInstanceWithCsvResponse_Data) XXX_Marshal

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

func (*ImportInstanceWithCsvResponse_Data) XXX_Merge

func (*ImportInstanceWithCsvResponse_Data) XXX_Size

func (*ImportInstanceWithCsvResponse_Data) XXX_Unmarshal

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

type ImportInstanceWithExcelResponse

type ImportInstanceWithExcelResponse struct {
	//
	//成功插入数量
	InsertCount int32 `protobuf:"varint,1,opt,name=insert_count,json=insertCount,proto3" json:"insert_count" form:"insert_count"`
	//
	//成功更新数量
	UpdateCount int32 `protobuf:"varint,2,opt,name=update_count,json=updateCount,proto3" json:"update_count" form:"update_count"`
	//
	//失败数量
	FailedCount int32 `protobuf:"varint,3,opt,name=failed_count,json=failedCount,proto3" json:"failed_count" form:"failed_count"`
	//
	//失败数据
	Data                 []*ImportInstanceWithExcelResponse_Data `protobuf:"bytes,4,rep,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{}                                `json:"-"`
	XXX_unrecognized     []byte                                  `json:"-"`
	XXX_sizecache        int32                                   `json:"-"`
}

ImportInstanceWithExcel返回

func (*ImportInstanceWithExcelResponse) Descriptor

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

func (*ImportInstanceWithExcelResponse) GetData

func (*ImportInstanceWithExcelResponse) GetFailedCount

func (m *ImportInstanceWithExcelResponse) GetFailedCount() int32

func (*ImportInstanceWithExcelResponse) GetInsertCount

func (m *ImportInstanceWithExcelResponse) GetInsertCount() int32

func (*ImportInstanceWithExcelResponse) GetUpdateCount

func (m *ImportInstanceWithExcelResponse) GetUpdateCount() int32

func (*ImportInstanceWithExcelResponse) ProtoMessage

func (*ImportInstanceWithExcelResponse) ProtoMessage()

func (*ImportInstanceWithExcelResponse) Reset

func (*ImportInstanceWithExcelResponse) String

func (*ImportInstanceWithExcelResponse) Validate

func (this *ImportInstanceWithExcelResponse) Validate() error

func (*ImportInstanceWithExcelResponse) XXX_DiscardUnknown

func (m *ImportInstanceWithExcelResponse) XXX_DiscardUnknown()

func (*ImportInstanceWithExcelResponse) XXX_Marshal

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

func (*ImportInstanceWithExcelResponse) XXX_Merge

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

func (*ImportInstanceWithExcelResponse) XXX_Size

func (m *ImportInstanceWithExcelResponse) XXX_Size() int

func (*ImportInstanceWithExcelResponse) XXX_Unmarshal

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

type ImportInstanceWithExcelResponseWrapper

type ImportInstanceWithExcelResponseWrapper 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                 *ImportInstanceWithExcelResponse `protobuf:"bytes,4,opt,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{}                         `json:"-"`
	XXX_unrecognized     []byte                           `json:"-"`
	XXX_sizecache        int32                            `json:"-"`
}

ImportInstanceWithExcelApi返回

func (*ImportInstanceWithExcelResponseWrapper) Descriptor

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

func (*ImportInstanceWithExcelResponseWrapper) GetCode

func (*ImportInstanceWithExcelResponseWrapper) GetCodeExplain

func (m *ImportInstanceWithExcelResponseWrapper) GetCodeExplain() string

func (*ImportInstanceWithExcelResponseWrapper) GetData

func (*ImportInstanceWithExcelResponseWrapper) GetError

func (*ImportInstanceWithExcelResponseWrapper) ProtoMessage

func (*ImportInstanceWithExcelResponseWrapper) Reset

func (*ImportInstanceWithExcelResponseWrapper) String

func (*ImportInstanceWithExcelResponseWrapper) Validate

func (*ImportInstanceWithExcelResponseWrapper) XXX_DiscardUnknown

func (m *ImportInstanceWithExcelResponseWrapper) XXX_DiscardUnknown()

func (*ImportInstanceWithExcelResponseWrapper) XXX_Marshal

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

func (*ImportInstanceWithExcelResponseWrapper) XXX_Merge

func (*ImportInstanceWithExcelResponseWrapper) XXX_Size

func (*ImportInstanceWithExcelResponseWrapper) XXX_Unmarshal

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

type ImportInstanceWithExcelResponse_Data

type ImportInstanceWithExcelResponse_Data struct {
	//
	//错误码
	Code int32 `protobuf:"varint,1,opt,name=code,proto3" json:"code" form:"code"`
	//
	//错误信息
	Error string `protobuf:"bytes,2,opt,name=error,proto3" json:"error" form:"error"`
	//
	//错误实例所在excel行数
	Line                 int32    `protobuf:"varint,3,opt,name=line,proto3" json:"line" form:"line"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ImportInstanceWithExcelResponse_Data) Descriptor

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

func (*ImportInstanceWithExcelResponse_Data) GetCode

func (*ImportInstanceWithExcelResponse_Data) GetError

func (*ImportInstanceWithExcelResponse_Data) GetLine

func (*ImportInstanceWithExcelResponse_Data) ProtoMessage

func (*ImportInstanceWithExcelResponse_Data) ProtoMessage()

func (*ImportInstanceWithExcelResponse_Data) Reset

func (*ImportInstanceWithExcelResponse_Data) String

func (*ImportInstanceWithExcelResponse_Data) Validate

func (*ImportInstanceWithExcelResponse_Data) XXX_DiscardUnknown

func (m *ImportInstanceWithExcelResponse_Data) XXX_DiscardUnknown()

func (*ImportInstanceWithExcelResponse_Data) XXX_Marshal

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

func (*ImportInstanceWithExcelResponse_Data) XXX_Merge

func (*ImportInstanceWithExcelResponse_Data) XXX_Size

func (*ImportInstanceWithExcelResponse_Data) XXX_Unmarshal

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

type InstanceRelationsCountRequest

type InstanceRelationsCountRequest struct {
	//
	//模型ID
	ObjectId string `protobuf:"bytes,1,opt,name=object_id,json=objectId,proto3" json:"object_id" form:"object_id"`
	//
	//实例ID
	InstanceId           string   `protobuf:"bytes,2,opt,name=instance_id,json=instanceId,proto3" json:"instance_id" form:"instance_id"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

InstanceRelationsCount请求

func (*InstanceRelationsCountRequest) Descriptor

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

func (*InstanceRelationsCountRequest) GetInstanceId

func (m *InstanceRelationsCountRequest) GetInstanceId() string

func (*InstanceRelationsCountRequest) GetObjectId

func (m *InstanceRelationsCountRequest) GetObjectId() string

func (*InstanceRelationsCountRequest) ProtoMessage

func (*InstanceRelationsCountRequest) ProtoMessage()

func (*InstanceRelationsCountRequest) Reset

func (m *InstanceRelationsCountRequest) Reset()

func (*InstanceRelationsCountRequest) String

func (*InstanceRelationsCountRequest) Validate

func (this *InstanceRelationsCountRequest) Validate() error

func (*InstanceRelationsCountRequest) XXX_DiscardUnknown

func (m *InstanceRelationsCountRequest) XXX_DiscardUnknown()

func (*InstanceRelationsCountRequest) XXX_Marshal

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

func (*InstanceRelationsCountRequest) XXX_Merge

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

func (*InstanceRelationsCountRequest) XXX_Size

func (m *InstanceRelationsCountRequest) XXX_Size() int

func (*InstanceRelationsCountRequest) XXX_Unmarshal

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

type InstanceRelationsCountResponseWrapper

type InstanceRelationsCountResponseWrapper 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.Struct `protobuf:"bytes,4,opt,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

InstanceRelationsCountApi返回

func (*InstanceRelationsCountResponseWrapper) Descriptor

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

func (*InstanceRelationsCountResponseWrapper) GetCode

func (*InstanceRelationsCountResponseWrapper) GetCodeExplain

func (m *InstanceRelationsCountResponseWrapper) GetCodeExplain() string

func (*InstanceRelationsCountResponseWrapper) GetData

func (*InstanceRelationsCountResponseWrapper) GetError

func (*InstanceRelationsCountResponseWrapper) ProtoMessage

func (*InstanceRelationsCountResponseWrapper) ProtoMessage()

func (*InstanceRelationsCountResponseWrapper) Reset

func (*InstanceRelationsCountResponseWrapper) String

func (*InstanceRelationsCountResponseWrapper) Validate

func (*InstanceRelationsCountResponseWrapper) XXX_DiscardUnknown

func (m *InstanceRelationsCountResponseWrapper) XXX_DiscardUnknown()

func (*InstanceRelationsCountResponseWrapper) XXX_Marshal

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

func (*InstanceRelationsCountResponseWrapper) XXX_Merge

func (*InstanceRelationsCountResponseWrapper) XXX_Size

func (*InstanceRelationsCountResponseWrapper) XXX_Unmarshal

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

type InstanceSnapshotRequest

type InstanceSnapshotRequest struct {
	//
	//模型对象ID
	ObjectId string `protobuf:"bytes,1,opt,name=object_id,json=objectId,proto3" json:"object_id" form:"object_id"`
	//
	//实例ID
	InstanceId string `protobuf:"bytes,2,opt,name=instance_id,json=instanceId,proto3" json:"instance_id" form:"instance_id"`
	//
	//版本号
	XVersion int32 `protobuf:"varint,3,opt,name=_version,json=Version,proto3" json:"_version" form:"_version"`
	//
	//操作时间
	XTs                  int32    `protobuf:"varint,4,opt,name=_ts,json=Ts,proto3" json:"_ts" form:"_ts"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

InstanceSnapshot请求

func (*InstanceSnapshotRequest) Descriptor

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

func (*InstanceSnapshotRequest) GetInstanceId

func (m *InstanceSnapshotRequest) GetInstanceId() string

func (*InstanceSnapshotRequest) GetObjectId

func (m *InstanceSnapshotRequest) GetObjectId() string

func (*InstanceSnapshotRequest) GetXTs

func (m *InstanceSnapshotRequest) GetXTs() int32

func (*InstanceSnapshotRequest) GetXVersion

func (m *InstanceSnapshotRequest) GetXVersion() int32

func (*InstanceSnapshotRequest) ProtoMessage

func (*InstanceSnapshotRequest) ProtoMessage()

func (*InstanceSnapshotRequest) Reset

func (m *InstanceSnapshotRequest) Reset()

func (*InstanceSnapshotRequest) String

func (m *InstanceSnapshotRequest) String() string

func (*InstanceSnapshotRequest) Validate

func (this *InstanceSnapshotRequest) Validate() error

func (*InstanceSnapshotRequest) XXX_DiscardUnknown

func (m *InstanceSnapshotRequest) XXX_DiscardUnknown()

func (*InstanceSnapshotRequest) XXX_Marshal

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

func (*InstanceSnapshotRequest) XXX_Merge

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

func (*InstanceSnapshotRequest) XXX_Size

func (m *InstanceSnapshotRequest) XXX_Size() int

func (*InstanceSnapshotRequest) XXX_Unmarshal

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

type InstanceSnapshotResponseWrapper

type InstanceSnapshotResponseWrapper 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.Struct `protobuf:"bytes,4,opt,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

InstanceSnapshotApi返回

func (*InstanceSnapshotResponseWrapper) Descriptor

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

func (*InstanceSnapshotResponseWrapper) GetCode

func (*InstanceSnapshotResponseWrapper) GetCodeExplain

func (m *InstanceSnapshotResponseWrapper) GetCodeExplain() string

func (*InstanceSnapshotResponseWrapper) GetData

func (*InstanceSnapshotResponseWrapper) GetError

func (*InstanceSnapshotResponseWrapper) ProtoMessage

func (*InstanceSnapshotResponseWrapper) ProtoMessage()

func (*InstanceSnapshotResponseWrapper) Reset

func (*InstanceSnapshotResponseWrapper) String

func (*InstanceSnapshotResponseWrapper) Validate

func (this *InstanceSnapshotResponseWrapper) Validate() error

func (*InstanceSnapshotResponseWrapper) XXX_DiscardUnknown

func (m *InstanceSnapshotResponseWrapper) XXX_DiscardUnknown()

func (*InstanceSnapshotResponseWrapper) XXX_Marshal

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

func (*InstanceSnapshotResponseWrapper) XXX_Merge

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

func (*InstanceSnapshotResponseWrapper) XXX_Size

func (m *InstanceSnapshotResponseWrapper) XXX_Size() int

func (*InstanceSnapshotResponseWrapper) XXX_Unmarshal

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

type ListInstanceQueryStrategyRequest

type ListInstanceQueryStrategyRequest struct {
	//
	//模型对象ID
	ObjectId string `protobuf:"bytes,1,opt,name=object_id,json=objectId,proto3" json:"object_id" form:"object_id"`
	//
	//策略类型
	Type                 string   `protobuf:"bytes,2,opt,name=type,proto3" json:"type" form:"type"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

ListInstanceQueryStrategy请求

func (*ListInstanceQueryStrategyRequest) Descriptor

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

func (*ListInstanceQueryStrategyRequest) GetObjectId

func (m *ListInstanceQueryStrategyRequest) GetObjectId() string

func (*ListInstanceQueryStrategyRequest) GetType

func (*ListInstanceQueryStrategyRequest) ProtoMessage

func (*ListInstanceQueryStrategyRequest) ProtoMessage()

func (*ListInstanceQueryStrategyRequest) Reset

func (*ListInstanceQueryStrategyRequest) String

func (*ListInstanceQueryStrategyRequest) Validate

func (this *ListInstanceQueryStrategyRequest) Validate() error

func (*ListInstanceQueryStrategyRequest) XXX_DiscardUnknown

func (m *ListInstanceQueryStrategyRequest) XXX_DiscardUnknown()

func (*ListInstanceQueryStrategyRequest) XXX_Marshal

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

func (*ListInstanceQueryStrategyRequest) XXX_Merge

func (*ListInstanceQueryStrategyRequest) XXX_Size

func (m *ListInstanceQueryStrategyRequest) XXX_Size() int

func (*ListInstanceQueryStrategyRequest) XXX_Unmarshal

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

type ListInstanceQueryStrategyResponse

type ListInstanceQueryStrategyResponse struct {
	//
	//返回码
	Code int32 `protobuf:"varint,1,opt,name=code,proto3" json:"code" form:"code"`
	//
	//页码
	Error string `protobuf:"bytes,2,opt,name=error,proto3" json:"error" form:"error"`
	//
	//返回信息
	Message string `protobuf:"bytes,3,opt,name=message,proto3" json:"message" form:"message"`
	//
	//数据
	Data                 []*cmdb.InstanceQueryStrategy `protobuf:"bytes,4,rep,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{}                      `json:"-"`
	XXX_unrecognized     []byte                        `json:"-"`
	XXX_sizecache        int32                         `json:"-"`
}

ListInstanceQueryStrategy返回

func (*ListInstanceQueryStrategyResponse) Descriptor

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

func (*ListInstanceQueryStrategyResponse) GetCode

func (*ListInstanceQueryStrategyResponse) GetData

func (*ListInstanceQueryStrategyResponse) GetError

func (*ListInstanceQueryStrategyResponse) GetMessage

func (m *ListInstanceQueryStrategyResponse) GetMessage() string

func (*ListInstanceQueryStrategyResponse) ProtoMessage

func (*ListInstanceQueryStrategyResponse) ProtoMessage()

func (*ListInstanceQueryStrategyResponse) Reset

func (*ListInstanceQueryStrategyResponse) String

func (*ListInstanceQueryStrategyResponse) Validate

func (this *ListInstanceQueryStrategyResponse) Validate() error

func (*ListInstanceQueryStrategyResponse) XXX_DiscardUnknown

func (m *ListInstanceQueryStrategyResponse) XXX_DiscardUnknown()

func (*ListInstanceQueryStrategyResponse) XXX_Marshal

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

func (*ListInstanceQueryStrategyResponse) XXX_Merge

func (*ListInstanceQueryStrategyResponse) XXX_Size

func (m *ListInstanceQueryStrategyResponse) XXX_Size() int

func (*ListInstanceQueryStrategyResponse) XXX_Unmarshal

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

type ListInstanceQueryStrategyResponseWrapper

type ListInstanceQueryStrategyResponseWrapper 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                 *ListInstanceQueryStrategyResponse `protobuf:"bytes,4,opt,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{}                           `json:"-"`
	XXX_unrecognized     []byte                             `json:"-"`
	XXX_sizecache        int32                              `json:"-"`
}

ListInstanceQueryStrategyApi返回

func (*ListInstanceQueryStrategyResponseWrapper) Descriptor

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

func (*ListInstanceQueryStrategyResponseWrapper) GetCode

func (*ListInstanceQueryStrategyResponseWrapper) GetCodeExplain

func (*ListInstanceQueryStrategyResponseWrapper) GetData

func (*ListInstanceQueryStrategyResponseWrapper) GetError

func (*ListInstanceQueryStrategyResponseWrapper) ProtoMessage

func (*ListInstanceQueryStrategyResponseWrapper) Reset

func (*ListInstanceQueryStrategyResponseWrapper) String

func (*ListInstanceQueryStrategyResponseWrapper) Validate

func (*ListInstanceQueryStrategyResponseWrapper) XXX_DiscardUnknown

func (m *ListInstanceQueryStrategyResponseWrapper) XXX_DiscardUnknown()

func (*ListInstanceQueryStrategyResponseWrapper) XXX_Marshal

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

func (*ListInstanceQueryStrategyResponseWrapper) XXX_Merge

func (*ListInstanceQueryStrategyResponseWrapper) XXX_Size

func (*ListInstanceQueryStrategyResponseWrapper) XXX_Unmarshal

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

type ListInstanceRequest

type ListInstanceRequest struct {
	//
	//实例所属的模型ID
	ObjectId string `protobuf:"bytes,1,opt,name=object_id,json=objectId,proto3" json:"object_id" form:"object_id"`
	//
	//页码
	Page int32 `protobuf:"varint,2,opt,name=page,proto3" json:"page" form:"page"`
	//
	//页大小
	PageSize int32 `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size" form:"page_size"`
	//
	//对于关联的实例数据是否只获取relation_view中指定的属性
	OnlyRelationView bool `` /* 128-byte string literal not displayed */
	//
	//需要返回的关系,多个用逗号分隔如`owner,tester`, 如果只需要属性字段传`*`就好
	SelectRelations      string   `protobuf:"bytes,5,opt,name=select_relations,json=selectRelations,proto3" json:"select_relations" form:"select_relations"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

ListInstance请求

func (*ListInstanceRequest) Descriptor

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

func (*ListInstanceRequest) GetObjectId

func (m *ListInstanceRequest) GetObjectId() string

func (*ListInstanceRequest) GetOnlyRelationView

func (m *ListInstanceRequest) GetOnlyRelationView() bool

func (*ListInstanceRequest) GetPage

func (m *ListInstanceRequest) GetPage() int32

func (*ListInstanceRequest) GetPageSize

func (m *ListInstanceRequest) GetPageSize() int32

func (*ListInstanceRequest) GetSelectRelations

func (m *ListInstanceRequest) GetSelectRelations() string

func (*ListInstanceRequest) ProtoMessage

func (*ListInstanceRequest) ProtoMessage()

func (*ListInstanceRequest) Reset

func (m *ListInstanceRequest) Reset()

func (*ListInstanceRequest) String

func (m *ListInstanceRequest) String() string

func (*ListInstanceRequest) Validate

func (this *ListInstanceRequest) Validate() error

func (*ListInstanceRequest) XXX_DiscardUnknown

func (m *ListInstanceRequest) XXX_DiscardUnknown()

func (*ListInstanceRequest) XXX_Marshal

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

func (*ListInstanceRequest) XXX_Merge

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

func (*ListInstanceRequest) XXX_Size

func (m *ListInstanceRequest) XXX_Size() int

func (*ListInstanceRequest) XXX_Unmarshal

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

type ListInstanceResponse

type ListInstanceResponse struct {
	//
	//instance list
	List []*types.Struct `protobuf:"bytes,1,rep,name=list,proto3" json:"list" form:"list"`
	//
	//实例总数
	Total int32 `protobuf:"varint,2,opt,name=total,proto3" json:"total" form:"total"`
	//
	//页码
	Page int32 `protobuf:"varint,3,opt,name=page,proto3" json:"page" form:"page"`
	//
	//页大小
	PageSize             int32    `protobuf:"varint,4,opt,name=page_size,json=pageSize,proto3" json:"page_size" form:"page_size"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

ListInstance返回

func (*ListInstanceResponse) Descriptor

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

func (*ListInstanceResponse) GetList

func (m *ListInstanceResponse) GetList() []*types.Struct

func (*ListInstanceResponse) GetPage

func (m *ListInstanceResponse) GetPage() int32

func (*ListInstanceResponse) GetPageSize

func (m *ListInstanceResponse) GetPageSize() int32

func (*ListInstanceResponse) GetTotal

func (m *ListInstanceResponse) GetTotal() int32

func (*ListInstanceResponse) ProtoMessage

func (*ListInstanceResponse) ProtoMessage()

func (*ListInstanceResponse) Reset

func (m *ListInstanceResponse) Reset()

func (*ListInstanceResponse) String

func (m *ListInstanceResponse) String() string

func (*ListInstanceResponse) Validate

func (this *ListInstanceResponse) Validate() error

func (*ListInstanceResponse) XXX_DiscardUnknown

func (m *ListInstanceResponse) XXX_DiscardUnknown()

func (*ListInstanceResponse) XXX_Marshal

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

func (*ListInstanceResponse) XXX_Merge

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

func (*ListInstanceResponse) XXX_Size

func (m *ListInstanceResponse) XXX_Size() int

func (*ListInstanceResponse) XXX_Unmarshal

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

type ListInstanceResponseWrapper

type ListInstanceResponseWrapper 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                 *ListInstanceResponse `protobuf:"bytes,4,opt,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

ListInstanceApi返回

func (*ListInstanceResponseWrapper) Descriptor

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

func (*ListInstanceResponseWrapper) GetCode

func (m *ListInstanceResponseWrapper) GetCode() int32

func (*ListInstanceResponseWrapper) GetCodeExplain

func (m *ListInstanceResponseWrapper) GetCodeExplain() string

func (*ListInstanceResponseWrapper) GetData

func (*ListInstanceResponseWrapper) GetError

func (m *ListInstanceResponseWrapper) GetError() string

func (*ListInstanceResponseWrapper) ProtoMessage

func (*ListInstanceResponseWrapper) ProtoMessage()

func (*ListInstanceResponseWrapper) Reset

func (m *ListInstanceResponseWrapper) Reset()

func (*ListInstanceResponseWrapper) String

func (m *ListInstanceResponseWrapper) String() string

func (*ListInstanceResponseWrapper) Validate

func (this *ListInstanceResponseWrapper) Validate() error

func (*ListInstanceResponseWrapper) XXX_DiscardUnknown

func (m *ListInstanceResponseWrapper) XXX_DiscardUnknown()

func (*ListInstanceResponseWrapper) XXX_Marshal

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

func (*ListInstanceResponseWrapper) XXX_Merge

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

func (*ListInstanceResponseWrapper) XXX_Size

func (m *ListInstanceResponseWrapper) XXX_Size() int

func (*ListInstanceResponseWrapper) XXX_Unmarshal

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

type PostSearchRequest

type PostSearchRequest struct {
	//
	//模型对象ID
	ObjectId string `protobuf:"bytes,1,opt,name=objectId,proto3" json:"objectId" form:"objectId"`
	//
	//e.g.: { name: { $like: '%q%' } }, { $or: [{ name: { $like: '%q%' }}] }
	Query *types.Struct `protobuf:"bytes,2,opt,name=query,proto3" json:"query" form:"query"`
	//
	//e.g.: { instanceId: true, name: true }
	Fields *types.Struct `protobuf:"bytes,3,opt,name=fields,proto3" json:"fields" form:"fields"`
	//
	//当为 true 时,只搜索与我相关实例
	OnlyMyInstance bool `protobuf:"varint,4,opt,name=only_my_instance,json=onlyMyInstance,proto3" json:"only_my_instance" form:"only_my_instance"`
	//
	//对于关联的实例数据是否只获取 relation_view 中指定的属性, 这个字段为 true 时, 会覆盖 fields 字段中指定的二级字段设置
	OnlyRelationView bool `` /* 128-byte string literal not displayed */
	//
	//页码
	Page int32 `protobuf:"varint,6,opt,name=page,proto3" json:"page" form:"page"`
	//
	//页大小
	PageSize int32 `protobuf:"varint,7,opt,name=page_size,json=pageSize,proto3" json:"page_size" form:"page_size"`
	//
	//按字段排序, 留空默认按照实例ID降序排序(1表示升序, -1表示降序) e.g.: { instanceId: 1 }
	Sort *types.Struct `protobuf:"bytes,8,opt,name=sort,proto3" json:"sort" form:"sort"`
	//
	//按照权限过滤(通用实例都有 read, update, delete 权限控制, 主机实例在通用实例权限基础上有额外的 operate 权限, 应用实例在通用实例权限基础上有额外的 developClusterOperate, testClusterOperate, prereleaseClusterOperate, productionClusterOperate 权限) e.g.: [ "operate", "update" ]
	Permission           []string `protobuf:"bytes,9,rep,name=permission,proto3" json:"permission" form:"permission"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

PostSearch请求

func (*PostSearchRequest) Descriptor

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

func (*PostSearchRequest) GetFields

func (m *PostSearchRequest) GetFields() *types.Struct

func (*PostSearchRequest) GetObjectId

func (m *PostSearchRequest) GetObjectId() string

func (*PostSearchRequest) GetOnlyMyInstance

func (m *PostSearchRequest) GetOnlyMyInstance() bool

func (*PostSearchRequest) GetOnlyRelationView

func (m *PostSearchRequest) GetOnlyRelationView() bool

func (*PostSearchRequest) GetPage

func (m *PostSearchRequest) GetPage() int32

func (*PostSearchRequest) GetPageSize

func (m *PostSearchRequest) GetPageSize() int32

func (*PostSearchRequest) GetPermission

func (m *PostSearchRequest) GetPermission() []string

func (*PostSearchRequest) GetQuery

func (m *PostSearchRequest) GetQuery() *types.Struct

func (*PostSearchRequest) GetSort

func (m *PostSearchRequest) GetSort() *types.Struct

func (*PostSearchRequest) ProtoMessage

func (*PostSearchRequest) ProtoMessage()

func (*PostSearchRequest) Reset

func (m *PostSearchRequest) Reset()

func (*PostSearchRequest) String

func (m *PostSearchRequest) String() string

func (*PostSearchRequest) Validate

func (this *PostSearchRequest) Validate() error

func (*PostSearchRequest) XXX_DiscardUnknown

func (m *PostSearchRequest) XXX_DiscardUnknown()

func (*PostSearchRequest) XXX_Marshal

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

func (*PostSearchRequest) XXX_Merge

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

func (*PostSearchRequest) XXX_Size

func (m *PostSearchRequest) XXX_Size() int

func (*PostSearchRequest) XXX_Unmarshal

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

type PostSearchResponse

type PostSearchResponse struct {
	//
	//instance list
	List []*types.Struct `protobuf:"bytes,1,rep,name=list,proto3" json:"list" form:"list"`
	//
	//实例总数
	Total int32 `protobuf:"varint,2,opt,name=total,proto3" json:"total" form:"total"`
	//
	//页码
	Page int32 `protobuf:"varint,3,opt,name=page,proto3" json:"page" form:"page"`
	//
	//页大小
	PageSize             int32    `protobuf:"varint,4,opt,name=page_size,json=pageSize,proto3" json:"page_size" form:"page_size"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

PostSearch返回

func (*PostSearchResponse) Descriptor

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

func (*PostSearchResponse) GetList

func (m *PostSearchResponse) GetList() []*types.Struct

func (*PostSearchResponse) GetPage

func (m *PostSearchResponse) GetPage() int32

func (*PostSearchResponse) GetPageSize

func (m *PostSearchResponse) GetPageSize() int32

func (*PostSearchResponse) GetTotal

func (m *PostSearchResponse) GetTotal() int32

func (*PostSearchResponse) ProtoMessage

func (*PostSearchResponse) ProtoMessage()

func (*PostSearchResponse) Reset

func (m *PostSearchResponse) Reset()

func (*PostSearchResponse) String

func (m *PostSearchResponse) String() string

func (*PostSearchResponse) Validate

func (this *PostSearchResponse) Validate() error

func (*PostSearchResponse) XXX_DiscardUnknown

func (m *PostSearchResponse) XXX_DiscardUnknown()

func (*PostSearchResponse) XXX_Marshal

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

func (*PostSearchResponse) XXX_Merge

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

func (*PostSearchResponse) XXX_Size

func (m *PostSearchResponse) XXX_Size() int

func (*PostSearchResponse) XXX_Unmarshal

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

type PostSearchResponseWrapper

type PostSearchResponseWrapper 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                 *PostSearchResponse `protobuf:"bytes,4,opt,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

PostSearchApi返回

func (*PostSearchResponseWrapper) Descriptor

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

func (*PostSearchResponseWrapper) GetCode

func (m *PostSearchResponseWrapper) GetCode() int32

func (*PostSearchResponseWrapper) GetCodeExplain

func (m *PostSearchResponseWrapper) GetCodeExplain() string

func (*PostSearchResponseWrapper) GetData

func (*PostSearchResponseWrapper) GetError

func (m *PostSearchResponseWrapper) GetError() string

func (*PostSearchResponseWrapper) ProtoMessage

func (*PostSearchResponseWrapper) ProtoMessage()

func (*PostSearchResponseWrapper) Reset

func (m *PostSearchResponseWrapper) Reset()

func (*PostSearchResponseWrapper) String

func (m *PostSearchResponseWrapper) String() string

func (*PostSearchResponseWrapper) Validate

func (this *PostSearchResponseWrapper) Validate() error

func (*PostSearchResponseWrapper) XXX_DiscardUnknown

func (m *PostSearchResponseWrapper) XXX_DiscardUnknown()

func (*PostSearchResponseWrapper) XXX_Marshal

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

func (*PostSearchResponseWrapper) XXX_Merge

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

func (*PostSearchResponseWrapper) XXX_Size

func (m *PostSearchResponseWrapper) XXX_Size() int

func (*PostSearchResponseWrapper) XXX_Unmarshal

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

type RelationCountAggregateRequest

type RelationCountAggregateRequest struct {
	//
	//模型对象ID
	ObjectId string `protobuf:"bytes,1,opt,name=objectId,proto3" json:"objectId" form:"objectId"`
	//
	//e.g.: { name: { $like: '%q%' } }, { $or: [{ name: { $like: '%q%' }}] }
	Query *types.Struct `protobuf:"bytes,2,opt,name=query,proto3" json:"query" form:"query"`
	//
	//关系sideId,例如APP的owner
	RelationSideIds []string `protobuf:"bytes,3,rep,name=relation_side_ids,json=relationSideIds,proto3" json:"relation_side_ids" form:"relation_side_ids"`
	//
	//当为 true 时,只搜索与我相关实例
	OnlyMyInstance       bool     `protobuf:"varint,4,opt,name=only_my_instance,json=onlyMyInstance,proto3" json:"only_my_instance" form:"only_my_instance"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

RelationCountAggregate请求

func (*RelationCountAggregateRequest) Descriptor

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

func (*RelationCountAggregateRequest) GetObjectId

func (m *RelationCountAggregateRequest) GetObjectId() string

func (*RelationCountAggregateRequest) GetOnlyMyInstance

func (m *RelationCountAggregateRequest) GetOnlyMyInstance() bool

func (*RelationCountAggregateRequest) GetQuery

func (*RelationCountAggregateRequest) GetRelationSideIds

func (m *RelationCountAggregateRequest) GetRelationSideIds() []string

func (*RelationCountAggregateRequest) ProtoMessage

func (*RelationCountAggregateRequest) ProtoMessage()

func (*RelationCountAggregateRequest) Reset

func (m *RelationCountAggregateRequest) Reset()

func (*RelationCountAggregateRequest) String

func (*RelationCountAggregateRequest) Validate

func (this *RelationCountAggregateRequest) Validate() error

func (*RelationCountAggregateRequest) XXX_DiscardUnknown

func (m *RelationCountAggregateRequest) XXX_DiscardUnknown()

func (*RelationCountAggregateRequest) XXX_Marshal

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

func (*RelationCountAggregateRequest) XXX_Merge

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

func (*RelationCountAggregateRequest) XXX_Size

func (m *RelationCountAggregateRequest) XXX_Size() int

func (*RelationCountAggregateRequest) XXX_Unmarshal

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

type RelationCountAggregateResponse

type RelationCountAggregateResponse struct {
	//
	//返回码
	Code int32 `protobuf:"varint,1,opt,name=code,proto3" json:"code" form:"code"`
	//
	//错误信息
	Error string `protobuf:"bytes,2,opt,name=error,proto3" json:"error" form:"error"`
	//
	//返回消息
	Message string `protobuf:"bytes,3,opt,name=message,proto3" json:"message" form:"message"`
	//
	//关系数量统计结果
	Data                 []*RelationCountAggregateResponse_Data `protobuf:"bytes,4,rep,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{}                               `json:"-"`
	XXX_unrecognized     []byte                                 `json:"-"`
	XXX_sizecache        int32                                  `json:"-"`
}

RelationCountAggregate返回

func (*RelationCountAggregateResponse) Descriptor

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

func (*RelationCountAggregateResponse) GetCode

func (*RelationCountAggregateResponse) GetData

func (*RelationCountAggregateResponse) GetError

func (m *RelationCountAggregateResponse) GetError() string

func (*RelationCountAggregateResponse) GetMessage

func (m *RelationCountAggregateResponse) GetMessage() string

func (*RelationCountAggregateResponse) ProtoMessage

func (*RelationCountAggregateResponse) ProtoMessage()

func (*RelationCountAggregateResponse) Reset

func (m *RelationCountAggregateResponse) Reset()

func (*RelationCountAggregateResponse) String

func (*RelationCountAggregateResponse) Validate

func (this *RelationCountAggregateResponse) Validate() error

func (*RelationCountAggregateResponse) XXX_DiscardUnknown

func (m *RelationCountAggregateResponse) XXX_DiscardUnknown()

func (*RelationCountAggregateResponse) XXX_Marshal

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

func (*RelationCountAggregateResponse) XXX_Merge

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

func (*RelationCountAggregateResponse) XXX_Size

func (m *RelationCountAggregateResponse) XXX_Size() int

func (*RelationCountAggregateResponse) XXX_Unmarshal

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

type RelationCountAggregateResponseWrapper

type RelationCountAggregateResponseWrapper 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                 *RelationCountAggregateResponse `protobuf:"bytes,4,opt,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{}                        `json:"-"`
	XXX_unrecognized     []byte                          `json:"-"`
	XXX_sizecache        int32                           `json:"-"`
}

RelationCountAggregateApi返回

func (*RelationCountAggregateResponseWrapper) Descriptor

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

func (*RelationCountAggregateResponseWrapper) GetCode

func (*RelationCountAggregateResponseWrapper) GetCodeExplain

func (m *RelationCountAggregateResponseWrapper) GetCodeExplain() string

func (*RelationCountAggregateResponseWrapper) GetData

func (*RelationCountAggregateResponseWrapper) GetError

func (*RelationCountAggregateResponseWrapper) ProtoMessage

func (*RelationCountAggregateResponseWrapper) ProtoMessage()

func (*RelationCountAggregateResponseWrapper) Reset

func (*RelationCountAggregateResponseWrapper) String

func (*RelationCountAggregateResponseWrapper) Validate

func (*RelationCountAggregateResponseWrapper) XXX_DiscardUnknown

func (m *RelationCountAggregateResponseWrapper) XXX_DiscardUnknown()

func (*RelationCountAggregateResponseWrapper) XXX_Marshal

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

func (*RelationCountAggregateResponseWrapper) XXX_Merge

func (*RelationCountAggregateResponseWrapper) XXX_Size

func (*RelationCountAggregateResponseWrapper) XXX_Unmarshal

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

type RelationCountAggregateResponse_Data

type RelationCountAggregateResponse_Data struct {
	//
	//关系sideId
	Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key" form:"key"`
	//
	//关系个数
	Value                int32    `protobuf:"varint,2,opt,name=value,proto3" json:"value" form:"value"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RelationCountAggregateResponse_Data) Descriptor

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

func (*RelationCountAggregateResponse_Data) GetKey

func (*RelationCountAggregateResponse_Data) GetValue

func (*RelationCountAggregateResponse_Data) ProtoMessage

func (*RelationCountAggregateResponse_Data) ProtoMessage()

func (*RelationCountAggregateResponse_Data) Reset

func (*RelationCountAggregateResponse_Data) String

func (*RelationCountAggregateResponse_Data) Validate

func (this *RelationCountAggregateResponse_Data) Validate() error

func (*RelationCountAggregateResponse_Data) XXX_DiscardUnknown

func (m *RelationCountAggregateResponse_Data) XXX_DiscardUnknown()

func (*RelationCountAggregateResponse_Data) XXX_Marshal

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

func (*RelationCountAggregateResponse_Data) XXX_Merge

func (*RelationCountAggregateResponse_Data) XXX_Size

func (*RelationCountAggregateResponse_Data) XXX_Unmarshal

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

type RelationMaxCheckRequest

type RelationMaxCheckRequest struct {
	//
	//资源模型ID
	ObjectId string `protobuf:"bytes,1,opt,name=objectId,proto3" json:"objectId" form:"objectId"`
	//
	//资源模型关系ID
	RelationId string `protobuf:"bytes,2,opt,name=relation_id,json=relationId,proto3" json:"relation_id" form:"relation_id"`
	//
	//left_id或者right_id来指定资源模型在关系的哪一端
	RelationSideId string `protobuf:"bytes,3,opt,name=relation_side_id,json=relationSideId,proto3" json:"relation_side_id" form:"relation_side_id"`
	//
	//查询条件,与[实例搜索接口]的query字段说明一致
	Query *types.Struct `protobuf:"bytes,4,opt,name=query,proto3" json:"query" form:"query"`
	//
	//按字段排序, 留空默认按照实例ID降序排序(1表示升序, -1表示降序)
	Sort *types.Struct `protobuf:"bytes,5,opt,name=sort,proto3" json:"sort" form:"sort"`
	//
	//按照权限过滤(通用实例都有`read`, `update`, `delete`权限控制, 主机实例在通用实例权限基础上有额外的`operate`权限, 应用实例在通用实例权限基础上有额外的`developClusterOperate`, `testClusterOperate`, `prereleaseClusterOperate`, `productionClusterOperate`权限)
	Permission []string `protobuf:"bytes,6,rep,name=permission,proto3" json:"permission" form:"permission"`
	//
	//页码
	Page int32 `protobuf:"varint,7,opt,name=page,proto3" json:"page" form:"page"`
	//
	//页大小
	PageSize             int32    `protobuf:"varint,8,opt,name=page_size,json=pageSize,proto3" json:"page_size" form:"page_size"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

RelationMaxCheck请求

func (*RelationMaxCheckRequest) Descriptor

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

func (*RelationMaxCheckRequest) GetObjectId

func (m *RelationMaxCheckRequest) GetObjectId() string

func (*RelationMaxCheckRequest) GetPage

func (m *RelationMaxCheckRequest) GetPage() int32

func (*RelationMaxCheckRequest) GetPageSize

func (m *RelationMaxCheckRequest) GetPageSize() int32

func (*RelationMaxCheckRequest) GetPermission

func (m *RelationMaxCheckRequest) GetPermission() []string

func (*RelationMaxCheckRequest) GetQuery

func (m *RelationMaxCheckRequest) GetQuery() *types.Struct

func (*RelationMaxCheckRequest) GetRelationId

func (m *RelationMaxCheckRequest) GetRelationId() string

func (*RelationMaxCheckRequest) GetRelationSideId

func (m *RelationMaxCheckRequest) GetRelationSideId() string

func (*RelationMaxCheckRequest) GetSort

func (m *RelationMaxCheckRequest) GetSort() *types.Struct

func (*RelationMaxCheckRequest) ProtoMessage

func (*RelationMaxCheckRequest) ProtoMessage()

func (*RelationMaxCheckRequest) Reset

func (m *RelationMaxCheckRequest) Reset()

func (*RelationMaxCheckRequest) String

func (m *RelationMaxCheckRequest) String() string

func (*RelationMaxCheckRequest) Validate

func (this *RelationMaxCheckRequest) Validate() error

func (*RelationMaxCheckRequest) XXX_DiscardUnknown

func (m *RelationMaxCheckRequest) XXX_DiscardUnknown()

func (*RelationMaxCheckRequest) XXX_Marshal

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

func (*RelationMaxCheckRequest) XXX_Merge

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

func (*RelationMaxCheckRequest) XXX_Size

func (m *RelationMaxCheckRequest) XXX_Size() int

func (*RelationMaxCheckRequest) XXX_Unmarshal

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

type RelationMaxCheckResponse

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

RelationMaxCheck返回

func (*RelationMaxCheckResponse) Descriptor

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

func (*RelationMaxCheckResponse) GetList

func (*RelationMaxCheckResponse) GetPage

func (m *RelationMaxCheckResponse) GetPage() int32

func (*RelationMaxCheckResponse) GetPageSize

func (m *RelationMaxCheckResponse) GetPageSize() int32

func (*RelationMaxCheckResponse) GetTotal

func (m *RelationMaxCheckResponse) GetTotal() int32

func (*RelationMaxCheckResponse) ProtoMessage

func (*RelationMaxCheckResponse) ProtoMessage()

func (*RelationMaxCheckResponse) Reset

func (m *RelationMaxCheckResponse) Reset()

func (*RelationMaxCheckResponse) String

func (m *RelationMaxCheckResponse) String() string

func (*RelationMaxCheckResponse) Validate

func (this *RelationMaxCheckResponse) Validate() error

func (*RelationMaxCheckResponse) XXX_DiscardUnknown

func (m *RelationMaxCheckResponse) XXX_DiscardUnknown()

func (*RelationMaxCheckResponse) XXX_Marshal

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

func (*RelationMaxCheckResponse) XXX_Merge

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

func (*RelationMaxCheckResponse) XXX_Size

func (m *RelationMaxCheckResponse) XXX_Size() int

func (*RelationMaxCheckResponse) XXX_Unmarshal

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

type RelationMaxCheckResponseWrapper

type RelationMaxCheckResponseWrapper 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                 *RelationMaxCheckResponse `protobuf:"bytes,4,opt,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{}                  `json:"-"`
	XXX_unrecognized     []byte                    `json:"-"`
	XXX_sizecache        int32                     `json:"-"`
}

RelationMaxCheckApi返回

func (*RelationMaxCheckResponseWrapper) Descriptor

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

func (*RelationMaxCheckResponseWrapper) GetCode

func (*RelationMaxCheckResponseWrapper) GetCodeExplain

func (m *RelationMaxCheckResponseWrapper) GetCodeExplain() string

func (*RelationMaxCheckResponseWrapper) GetData

func (*RelationMaxCheckResponseWrapper) GetError

func (*RelationMaxCheckResponseWrapper) ProtoMessage

func (*RelationMaxCheckResponseWrapper) ProtoMessage()

func (*RelationMaxCheckResponseWrapper) Reset

func (*RelationMaxCheckResponseWrapper) String

func (*RelationMaxCheckResponseWrapper) Validate

func (this *RelationMaxCheckResponseWrapper) Validate() error

func (*RelationMaxCheckResponseWrapper) XXX_DiscardUnknown

func (m *RelationMaxCheckResponseWrapper) XXX_DiscardUnknown()

func (*RelationMaxCheckResponseWrapper) XXX_Marshal

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

func (*RelationMaxCheckResponseWrapper) XXX_Merge

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

func (*RelationMaxCheckResponseWrapper) XXX_Size

func (m *RelationMaxCheckResponseWrapper) XXX_Size() int

func (*RelationMaxCheckResponseWrapper) XXX_Unmarshal

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

type RelationMaxCheckResponse_List

type RelationMaxCheckResponse_List struct {
	//
	//实例Id
	InstanceId string `protobuf:"bytes,1,opt,name=instanceId,proto3" json:"instanceId" form:"instanceId"`
	//
	//_relation_is_max
	XRelationIsMax       bool     `protobuf:"varint,2,opt,name=_relation_is_max,json=RelationIsMax,proto3" json:"_relation_is_max" form:"_relation_is_max"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RelationMaxCheckResponse_List) Descriptor

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

func (*RelationMaxCheckResponse_List) GetInstanceId

func (m *RelationMaxCheckResponse_List) GetInstanceId() string

func (*RelationMaxCheckResponse_List) GetXRelationIsMax

func (m *RelationMaxCheckResponse_List) GetXRelationIsMax() bool

func (*RelationMaxCheckResponse_List) ProtoMessage

func (*RelationMaxCheckResponse_List) ProtoMessage()

func (*RelationMaxCheckResponse_List) Reset

func (m *RelationMaxCheckResponse_List) Reset()

func (*RelationMaxCheckResponse_List) String

func (*RelationMaxCheckResponse_List) Validate

func (this *RelationMaxCheckResponse_List) Validate() error

func (*RelationMaxCheckResponse_List) XXX_DiscardUnknown

func (m *RelationMaxCheckResponse_List) XXX_DiscardUnknown()

func (*RelationMaxCheckResponse_List) XXX_Marshal

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

func (*RelationMaxCheckResponse_List) XXX_Merge

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

func (*RelationMaxCheckResponse_List) XXX_Size

func (m *RelationMaxCheckResponse_List) XXX_Size() int

func (*RelationMaxCheckResponse_List) XXX_Unmarshal

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

type SearchTotalRequest

type SearchTotalRequest struct {
	//
	//模型对象ID
	ObjectId string `protobuf:"bytes,1,opt,name=objectId,proto3" json:"objectId" form:"objectId"`
	//
	//查询条件, 与[实例搜索接口]的query字段说明一致
	Query *types.Struct `protobuf:"bytes,2,opt,name=query,proto3" json:"query" form:"query"`
	//
	//按照权限过滤[权限列表]
	Permission []string `protobuf:"bytes,3,rep,name=permission,proto3" json:"permission" form:"permission"`
	//
	//是否只获取与自己有关的那部分数据, 默认为false
	OnlyMyInstance       bool     `protobuf:"varint,4,opt,name=only_my_instance,json=onlyMyInstance,proto3" json:"only_my_instance" form:"only_my_instance"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

SearchTotal请求

func (*SearchTotalRequest) Descriptor

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

func (*SearchTotalRequest) GetObjectId

func (m *SearchTotalRequest) GetObjectId() string

func (*SearchTotalRequest) GetOnlyMyInstance

func (m *SearchTotalRequest) GetOnlyMyInstance() bool

func (*SearchTotalRequest) GetPermission

func (m *SearchTotalRequest) GetPermission() []string

func (*SearchTotalRequest) GetQuery

func (m *SearchTotalRequest) GetQuery() *types.Struct

func (*SearchTotalRequest) ProtoMessage

func (*SearchTotalRequest) ProtoMessage()

func (*SearchTotalRequest) Reset

func (m *SearchTotalRequest) Reset()

func (*SearchTotalRequest) String

func (m *SearchTotalRequest) String() string

func (*SearchTotalRequest) Validate

func (this *SearchTotalRequest) Validate() error

func (*SearchTotalRequest) XXX_DiscardUnknown

func (m *SearchTotalRequest) XXX_DiscardUnknown()

func (*SearchTotalRequest) XXX_Marshal

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

func (*SearchTotalRequest) XXX_Merge

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

func (*SearchTotalRequest) XXX_Size

func (m *SearchTotalRequest) XXX_Size() int

func (*SearchTotalRequest) XXX_Unmarshal

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

type SearchTotalResponse

type SearchTotalResponse struct {
	//
	//返回码
	Code int32 `protobuf:"varint,1,opt,name=code,proto3" json:"code" form:"code"`
	//
	//错误信息
	Error string `protobuf:"bytes,2,opt,name=error,proto3" json:"error" form:"error"`
	//
	//返回消息
	Message string `protobuf:"bytes,3,opt,name=message,proto3" json:"message" form:"message"`
	//
	//实例总数
	Data                 int32    `protobuf:"varint,4,opt,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

SearchTotal返回

func (*SearchTotalResponse) Descriptor

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

func (*SearchTotalResponse) GetCode

func (m *SearchTotalResponse) GetCode() int32

func (*SearchTotalResponse) GetData

func (m *SearchTotalResponse) GetData() int32

func (*SearchTotalResponse) GetError

func (m *SearchTotalResponse) GetError() string

func (*SearchTotalResponse) GetMessage

func (m *SearchTotalResponse) GetMessage() string

func (*SearchTotalResponse) ProtoMessage

func (*SearchTotalResponse) ProtoMessage()

func (*SearchTotalResponse) Reset

func (m *SearchTotalResponse) Reset()

func (*SearchTotalResponse) String

func (m *SearchTotalResponse) String() string

func (*SearchTotalResponse) Validate

func (this *SearchTotalResponse) Validate() error

func (*SearchTotalResponse) XXX_DiscardUnknown

func (m *SearchTotalResponse) XXX_DiscardUnknown()

func (*SearchTotalResponse) XXX_Marshal

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

func (*SearchTotalResponse) XXX_Merge

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

func (*SearchTotalResponse) XXX_Size

func (m *SearchTotalResponse) XXX_Size() int

func (*SearchTotalResponse) XXX_Unmarshal

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

type SearchTotalResponseWrapper

type SearchTotalResponseWrapper 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                 *SearchTotalResponse `protobuf:"bytes,4,opt,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

SearchTotalApi返回

func (*SearchTotalResponseWrapper) Descriptor

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

func (*SearchTotalResponseWrapper) GetCode

func (m *SearchTotalResponseWrapper) GetCode() int32

func (*SearchTotalResponseWrapper) GetCodeExplain

func (m *SearchTotalResponseWrapper) GetCodeExplain() string

func (*SearchTotalResponseWrapper) GetData

func (*SearchTotalResponseWrapper) GetError

func (m *SearchTotalResponseWrapper) GetError() string

func (*SearchTotalResponseWrapper) ProtoMessage

func (*SearchTotalResponseWrapper) ProtoMessage()

func (*SearchTotalResponseWrapper) Reset

func (m *SearchTotalResponseWrapper) Reset()

func (*SearchTotalResponseWrapper) String

func (m *SearchTotalResponseWrapper) String() string

func (*SearchTotalResponseWrapper) Validate

func (this *SearchTotalResponseWrapper) Validate() error

func (*SearchTotalResponseWrapper) XXX_DiscardUnknown

func (m *SearchTotalResponseWrapper) XXX_DiscardUnknown()

func (*SearchTotalResponseWrapper) XXX_Marshal

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

func (*SearchTotalResponseWrapper) XXX_Merge

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

func (*SearchTotalResponseWrapper) XXX_Size

func (m *SearchTotalResponseWrapper) XXX_Size() int

func (*SearchTotalResponseWrapper) XXX_Unmarshal

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

type Service

type Service interface {
	AggregateCount(context.Context, *AggregateCountRequest) (*AggregateCountResponse, error)
	AutoDiscovery(context.Context, *AutoDiscoveryRequest) (*AutoDiscoveryResponse, error)
	BatchListInstanceQueryStrategy(context.Context, *BatchListInstanceQueryStrategyRequest) (*BatchListInstanceQueryStrategyResponse, error)
	BatchSearch(context.Context, *BatchSearchRequest) (*BatchSearchResponse, error)
	CreateInstance(context.Context, *CreateInstanceRequest) (*types.Struct, error)
	DeleteInstance(context.Context, *DeleteInstanceRequest) (*types.Struct, error)
	DeleteInstanceBatch(context.Context, *DeleteInstanceBatchRequest) (*DeleteInstanceBatchResponse, error)
	FulltextSearch(context.Context, *FulltextSearchRequest) (*FulltextSearchResponse, error)
	GetDefaultValueTemplate(context.Context, *GetDefaultValueTemplateRequest) (*types.Struct, error)
	GetDetail(context.Context, *GetDetailRequest) (*types.Struct, error)
	GetInstanceQueryStrategy(context.Context, *GetInstanceQueryStrategyRequest) (*cmdb.InstanceQueryStrategy, error)
	ImportInstance(context.Context, *ImportInstanceRequest) (*ImportInstanceResponse, error)
	InstanceRelationsCount(context.Context, *InstanceRelationsCountRequest) (*types.Struct, error)
	InstanceSnapshot(context.Context, *InstanceSnapshotRequest) (*types.Struct, error)
	ListInstance(context.Context, *ListInstanceRequest) (*ListInstanceResponse, error)
	ListInstanceQueryStrategy(context.Context, *ListInstanceQueryStrategyRequest) (*ListInstanceQueryStrategyResponse, error)
	PostSearch(context.Context, *PostSearchRequest) (*PostSearchResponse, error)
	RelationCountAggregate(context.Context, *RelationCountAggregateRequest) (*RelationCountAggregateResponse, error)
	RelationMaxCheck(context.Context, *RelationMaxCheckRequest) (*RelationMaxCheckResponse, error)
	SearchTotal(context.Context, *SearchTotalRequest) (*SearchTotalResponse, error)
	UpdateInstance(context.Context, *UpdateInstanceRequest) (*types.Struct, error)
	UpdateInstanceV2(context.Context, *UpdateInstanceV2Request) (*types.Struct, error)
	UpdatePermissionBatch(context.Context, *UpdatePermissionBatchRequest) (*UpdatePermissionBatchResponse, error)
}

Service is the server API for instance service.

type UpdateInstanceRequest

type UpdateInstanceRequest struct {
	//
	//objectId
	ObjectId string `protobuf:"bytes,1,opt,name=objectId,proto3" json:"objectId" form:"objectId"`
	//
	//instanceId
	InstanceId string `protobuf:"bytes,2,opt,name=instanceId,proto3" json:"instanceId" form:"instanceId"`
	//
	//要更新的实例
	Instance             *types.Struct `protobuf:"bytes,3,opt,name=instance,proto3" json:"instance" form:"instance"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

UpdateInstance请求

func (*UpdateInstanceRequest) Descriptor

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

func (*UpdateInstanceRequest) GetInstance

func (m *UpdateInstanceRequest) GetInstance() *types.Struct

func (*UpdateInstanceRequest) GetInstanceId

func (m *UpdateInstanceRequest) GetInstanceId() string

func (*UpdateInstanceRequest) GetObjectId

func (m *UpdateInstanceRequest) GetObjectId() string

func (*UpdateInstanceRequest) ProtoMessage

func (*UpdateInstanceRequest) ProtoMessage()

func (*UpdateInstanceRequest) Reset

func (m *UpdateInstanceRequest) Reset()

func (*UpdateInstanceRequest) String

func (m *UpdateInstanceRequest) String() string

func (*UpdateInstanceRequest) Validate

func (this *UpdateInstanceRequest) Validate() error

func (*UpdateInstanceRequest) XXX_DiscardUnknown

func (m *UpdateInstanceRequest) XXX_DiscardUnknown()

func (*UpdateInstanceRequest) XXX_Marshal

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

func (*UpdateInstanceRequest) XXX_Merge

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

func (*UpdateInstanceRequest) XXX_Size

func (m *UpdateInstanceRequest) XXX_Size() int

func (*UpdateInstanceRequest) XXX_Unmarshal

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

type UpdateInstanceResponseWrapper

type UpdateInstanceResponseWrapper 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.Struct `protobuf:"bytes,4,opt,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

UpdateInstanceApi返回

func (*UpdateInstanceResponseWrapper) Descriptor

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

func (*UpdateInstanceResponseWrapper) GetCode

func (m *UpdateInstanceResponseWrapper) GetCode() int32

func (*UpdateInstanceResponseWrapper) GetCodeExplain

func (m *UpdateInstanceResponseWrapper) GetCodeExplain() string

func (*UpdateInstanceResponseWrapper) GetData

func (*UpdateInstanceResponseWrapper) GetError

func (m *UpdateInstanceResponseWrapper) GetError() string

func (*UpdateInstanceResponseWrapper) ProtoMessage

func (*UpdateInstanceResponseWrapper) ProtoMessage()

func (*UpdateInstanceResponseWrapper) Reset

func (m *UpdateInstanceResponseWrapper) Reset()

func (*UpdateInstanceResponseWrapper) String

func (*UpdateInstanceResponseWrapper) Validate

func (this *UpdateInstanceResponseWrapper) Validate() error

func (*UpdateInstanceResponseWrapper) XXX_DiscardUnknown

func (m *UpdateInstanceResponseWrapper) XXX_DiscardUnknown()

func (*UpdateInstanceResponseWrapper) XXX_Marshal

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

func (*UpdateInstanceResponseWrapper) XXX_Merge

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

func (*UpdateInstanceResponseWrapper) XXX_Size

func (m *UpdateInstanceResponseWrapper) XXX_Size() int

func (*UpdateInstanceResponseWrapper) XXX_Unmarshal

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

type UpdateInstanceV2Request

type UpdateInstanceV2Request struct {
	//
	//objectId
	ObjectId string `protobuf:"bytes,1,opt,name=objectId,proto3" json:"objectId" form:"objectId"`
	//
	//instanceId
	InstanceId string `protobuf:"bytes,2,opt,name=instanceId,proto3" json:"instanceId" form:"instanceId"`
	//
	//要更新的实例
	Instance             *types.Struct `protobuf:"bytes,3,opt,name=instance,proto3" json:"instance" form:"instance"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

UpdateInstanceV2请求

func (*UpdateInstanceV2Request) Descriptor

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

func (*UpdateInstanceV2Request) GetInstance

func (m *UpdateInstanceV2Request) GetInstance() *types.Struct

func (*UpdateInstanceV2Request) GetInstanceId

func (m *UpdateInstanceV2Request) GetInstanceId() string

func (*UpdateInstanceV2Request) GetObjectId

func (m *UpdateInstanceV2Request) GetObjectId() string

func (*UpdateInstanceV2Request) ProtoMessage

func (*UpdateInstanceV2Request) ProtoMessage()

func (*UpdateInstanceV2Request) Reset

func (m *UpdateInstanceV2Request) Reset()

func (*UpdateInstanceV2Request) String

func (m *UpdateInstanceV2Request) String() string

func (*UpdateInstanceV2Request) Validate

func (this *UpdateInstanceV2Request) Validate() error

func (*UpdateInstanceV2Request) XXX_DiscardUnknown

func (m *UpdateInstanceV2Request) XXX_DiscardUnknown()

func (*UpdateInstanceV2Request) XXX_Marshal

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

func (*UpdateInstanceV2Request) XXX_Merge

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

func (*UpdateInstanceV2Request) XXX_Size

func (m *UpdateInstanceV2Request) XXX_Size() int

func (*UpdateInstanceV2Request) XXX_Unmarshal

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

type UpdateInstanceV2ResponseWrapper

type UpdateInstanceV2ResponseWrapper 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.Struct `protobuf:"bytes,4,opt,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

UpdateInstanceV2Api返回

func (*UpdateInstanceV2ResponseWrapper) Descriptor

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

func (*UpdateInstanceV2ResponseWrapper) GetCode

func (*UpdateInstanceV2ResponseWrapper) GetCodeExplain

func (m *UpdateInstanceV2ResponseWrapper) GetCodeExplain() string

func (*UpdateInstanceV2ResponseWrapper) GetData

func (*UpdateInstanceV2ResponseWrapper) GetError

func (*UpdateInstanceV2ResponseWrapper) ProtoMessage

func (*UpdateInstanceV2ResponseWrapper) ProtoMessage()

func (*UpdateInstanceV2ResponseWrapper) Reset

func (*UpdateInstanceV2ResponseWrapper) String

func (*UpdateInstanceV2ResponseWrapper) Validate

func (this *UpdateInstanceV2ResponseWrapper) Validate() error

func (*UpdateInstanceV2ResponseWrapper) XXX_DiscardUnknown

func (m *UpdateInstanceV2ResponseWrapper) XXX_DiscardUnknown()

func (*UpdateInstanceV2ResponseWrapper) XXX_Marshal

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

func (*UpdateInstanceV2ResponseWrapper) XXX_Merge

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

func (*UpdateInstanceV2ResponseWrapper) XXX_Size

func (m *UpdateInstanceV2ResponseWrapper) XXX_Size() int

func (*UpdateInstanceV2ResponseWrapper) XXX_Unmarshal

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

type UpdatePermissionBatchRequest

type UpdatePermissionBatchRequest struct {
	//
	//资源模型ID
	ObjectId string `protobuf:"bytes,1,opt,name=objectId,proto3" json:"objectId" form:"objectId"`
	//
	//实例ID列表
	Ids []string `protobuf:"bytes,2,rep,name=ids,proto3" json:"ids" form:"ids"`
	//
	//权限字段
	Field string `protobuf:"bytes,3,opt,name=field,proto3" json:"field" form:"field"`
	//
	//updateAthorizers, deleteAuthorizers, readAuthorizers, operateAuthorizers中的一个或多个
	Fields []string `protobuf:"bytes,4,rep,name=fields,proto3" json:"fields" form:"fields"`
	//
	//修改操作的类型(overwrite, append, pull)(在枚举之外的操作类型会报错)
	Method string `protobuf:"bytes,5,opt,name=method,proto3" json:"method" form:"method"`
	//
	//用户,用户组列表
	List                 []string `protobuf:"bytes,6,rep,name=list,proto3" json:"list" form:"list"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

UpdatePermissionBatch请求

func (*UpdatePermissionBatchRequest) Descriptor

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

func (*UpdatePermissionBatchRequest) GetField

func (m *UpdatePermissionBatchRequest) GetField() string

func (*UpdatePermissionBatchRequest) GetFields

func (m *UpdatePermissionBatchRequest) GetFields() []string

func (*UpdatePermissionBatchRequest) GetIds

func (m *UpdatePermissionBatchRequest) GetIds() []string

func (*UpdatePermissionBatchRequest) GetList

func (m *UpdatePermissionBatchRequest) GetList() []string

func (*UpdatePermissionBatchRequest) GetMethod

func (m *UpdatePermissionBatchRequest) GetMethod() string

func (*UpdatePermissionBatchRequest) GetObjectId

func (m *UpdatePermissionBatchRequest) GetObjectId() string

func (*UpdatePermissionBatchRequest) ProtoMessage

func (*UpdatePermissionBatchRequest) ProtoMessage()

func (*UpdatePermissionBatchRequest) Reset

func (m *UpdatePermissionBatchRequest) Reset()

func (*UpdatePermissionBatchRequest) String

func (*UpdatePermissionBatchRequest) Validate

func (this *UpdatePermissionBatchRequest) Validate() error

func (*UpdatePermissionBatchRequest) XXX_DiscardUnknown

func (m *UpdatePermissionBatchRequest) XXX_DiscardUnknown()

func (*UpdatePermissionBatchRequest) XXX_Marshal

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

func (*UpdatePermissionBatchRequest) XXX_Merge

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

func (*UpdatePermissionBatchRequest) XXX_Size

func (m *UpdatePermissionBatchRequest) XXX_Size() int

func (*UpdatePermissionBatchRequest) XXX_Unmarshal

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

type UpdatePermissionBatchResponse

type UpdatePermissionBatchResponse struct {
	//
	//没有权限更新的实例列表
	NoAuthorizedList     []*types.Struct `protobuf:"bytes,1,rep,name=noAuthorizedList,proto3" json:"noAuthorizedList" form:"noAuthorizedList"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

UpdatePermissionBatch返回

func (*UpdatePermissionBatchResponse) Descriptor

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

func (*UpdatePermissionBatchResponse) GetNoAuthorizedList

func (m *UpdatePermissionBatchResponse) GetNoAuthorizedList() []*types.Struct

func (*UpdatePermissionBatchResponse) ProtoMessage

func (*UpdatePermissionBatchResponse) ProtoMessage()

func (*UpdatePermissionBatchResponse) Reset

func (m *UpdatePermissionBatchResponse) Reset()

func (*UpdatePermissionBatchResponse) String

func (*UpdatePermissionBatchResponse) Validate

func (this *UpdatePermissionBatchResponse) Validate() error

func (*UpdatePermissionBatchResponse) XXX_DiscardUnknown

func (m *UpdatePermissionBatchResponse) XXX_DiscardUnknown()

func (*UpdatePermissionBatchResponse) XXX_Marshal

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

func (*UpdatePermissionBatchResponse) XXX_Merge

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

func (*UpdatePermissionBatchResponse) XXX_Size

func (m *UpdatePermissionBatchResponse) XXX_Size() int

func (*UpdatePermissionBatchResponse) XXX_Unmarshal

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

type UpdatePermissionBatchResponseWrapper

type UpdatePermissionBatchResponseWrapper 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                 *UpdatePermissionBatchResponse `protobuf:"bytes,4,opt,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{}                       `json:"-"`
	XXX_unrecognized     []byte                         `json:"-"`
	XXX_sizecache        int32                          `json:"-"`
}

UpdatePermissionBatchApi返回

func (*UpdatePermissionBatchResponseWrapper) Descriptor

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

func (*UpdatePermissionBatchResponseWrapper) GetCode

func (*UpdatePermissionBatchResponseWrapper) GetCodeExplain

func (m *UpdatePermissionBatchResponseWrapper) GetCodeExplain() string

func (*UpdatePermissionBatchResponseWrapper) GetData

func (*UpdatePermissionBatchResponseWrapper) GetError

func (*UpdatePermissionBatchResponseWrapper) ProtoMessage

func (*UpdatePermissionBatchResponseWrapper) ProtoMessage()

func (*UpdatePermissionBatchResponseWrapper) Reset

func (*UpdatePermissionBatchResponseWrapper) String

func (*UpdatePermissionBatchResponseWrapper) Validate

func (*UpdatePermissionBatchResponseWrapper) XXX_DiscardUnknown

func (m *UpdatePermissionBatchResponseWrapper) XXX_DiscardUnknown()

func (*UpdatePermissionBatchResponseWrapper) XXX_Marshal

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

func (*UpdatePermissionBatchResponseWrapper) XXX_Merge

func (*UpdatePermissionBatchResponseWrapper) XXX_Size

func (*UpdatePermissionBatchResponseWrapper) XXX_Unmarshal

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

Source Files

Jump to

Keyboard shortcuts

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