collection_config

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: 11 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 Client

Client is the client API for collection_config 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 CreateCollectionConfigRequest

type CreateCollectionConfigRequest struct {
	//
	//名称
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name" form:"name"`
	//
	//参数
	Kwargs []*CreateCollectionConfigRequest_Kwargs `protobuf:"bytes,2,rep,name=kwargs,proto3" json:"kwargs" form:"kwargs"`
	//
	//超时时间
	Timeout int32 `protobuf:"varint,3,opt,name=timeout,proto3" json:"timeout" form:"timeout"`
	//
	//环境变量
	Env []*CreateCollectionConfigRequest_Env `protobuf:"bytes,4,rep,name=env,proto3" json:"env" form:"env"`
	//
	//是否禁用
	Disabled bool `protobuf:"varint,5,opt,name=disabled,proto3" json:"disabled" form:"disabled"`
	//
	//标签
	Labels []string `protobuf:"bytes,6,rep,name=labels,proto3" json:"labels" form:"labels"`
	//
	//脚本
	Script *CreateCollectionConfigRequest_Script `protobuf:"bytes,7,opt,name=script,proto3" json:"script" form:"script"`
	//
	//是否忽略不符合要求数据
	IgnoreInvalid bool `protobuf:"varint,8,opt,name=ignoreInvalid,proto3" json:"ignoreInvalid" form:"ignoreInvalid"`
	//
	//主机范围
	HostRange *CreateCollectionConfigRequest_HostRange `protobuf:"bytes,9,opt,name=hostRange,proto3" json:"hostRange" form:"hostRange"`
	//
	//采集间隔
	Interval int32 `protobuf:"varint,10,opt,name=interval,proto3" json:"interval" form:"interval"`
	//
	//缓存过期次数(时间)
	CacheTtl int32 `protobuf:"varint,11,opt,name=cacheTtl,proto3" json:"cacheTtl" form:"cacheTtl"`
	//
	//执行时间范围(24小时)
	TimeRange string `protobuf:"bytes,12,opt,name=timeRange,proto3" json:"timeRange" form:"timeRange"`
	//
	//采集类型ID
	ClazzId string `protobuf:"bytes,13,opt,name=clazzId,proto3" json:"clazzId" form:"clazzId"`
	//
	//关联模型ID
	ObjectId string `protobuf:"bytes,14,opt,name=objectId,proto3" json:"objectId" form:"objectId"`
	//
	//关联模型实例ID宏
	InstanceIdMacro      string   `protobuf:"bytes,15,opt,name=instanceIdMacro,proto3" json:"instanceIdMacro" form:"instanceIdMacro"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

CreateCollectionConfig请求

func (*CreateCollectionConfigRequest) Descriptor

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

func (*CreateCollectionConfigRequest) GetCacheTtl

func (m *CreateCollectionConfigRequest) GetCacheTtl() int32

func (*CreateCollectionConfigRequest) GetClazzId

func (m *CreateCollectionConfigRequest) GetClazzId() string

func (*CreateCollectionConfigRequest) GetDisabled

func (m *CreateCollectionConfigRequest) GetDisabled() bool

func (*CreateCollectionConfigRequest) GetEnv

func (*CreateCollectionConfigRequest) GetHostRange

func (*CreateCollectionConfigRequest) GetIgnoreInvalid

func (m *CreateCollectionConfigRequest) GetIgnoreInvalid() bool

func (*CreateCollectionConfigRequest) GetInstanceIdMacro

func (m *CreateCollectionConfigRequest) GetInstanceIdMacro() string

func (*CreateCollectionConfigRequest) GetInterval

func (m *CreateCollectionConfigRequest) GetInterval() int32

func (*CreateCollectionConfigRequest) GetKwargs

func (*CreateCollectionConfigRequest) GetLabels

func (m *CreateCollectionConfigRequest) GetLabels() []string

func (*CreateCollectionConfigRequest) GetName

func (*CreateCollectionConfigRequest) GetObjectId

func (m *CreateCollectionConfigRequest) GetObjectId() string

func (*CreateCollectionConfigRequest) GetScript

func (*CreateCollectionConfigRequest) GetTimeRange

func (m *CreateCollectionConfigRequest) GetTimeRange() string

func (*CreateCollectionConfigRequest) GetTimeout

func (m *CreateCollectionConfigRequest) GetTimeout() int32

func (*CreateCollectionConfigRequest) ProtoMessage

func (*CreateCollectionConfigRequest) ProtoMessage()

func (*CreateCollectionConfigRequest) Reset

func (m *CreateCollectionConfigRequest) Reset()

func (*CreateCollectionConfigRequest) String

func (*CreateCollectionConfigRequest) Validate

func (this *CreateCollectionConfigRequest) Validate() error

func (*CreateCollectionConfigRequest) XXX_DiscardUnknown

func (m *CreateCollectionConfigRequest) XXX_DiscardUnknown()

func (*CreateCollectionConfigRequest) XXX_Marshal

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

func (*CreateCollectionConfigRequest) XXX_Merge

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

func (*CreateCollectionConfigRequest) XXX_Size

func (m *CreateCollectionConfigRequest) XXX_Size() int

func (*CreateCollectionConfigRequest) XXX_Unmarshal

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

type CreateCollectionConfigRequest_Env

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

func (*CreateCollectionConfigRequest_Env) Descriptor

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

func (*CreateCollectionConfigRequest_Env) GetKey

func (*CreateCollectionConfigRequest_Env) GetValue

func (*CreateCollectionConfigRequest_Env) ProtoMessage

func (*CreateCollectionConfigRequest_Env) ProtoMessage()

func (*CreateCollectionConfigRequest_Env) Reset

func (*CreateCollectionConfigRequest_Env) String

func (*CreateCollectionConfigRequest_Env) Validate

func (this *CreateCollectionConfigRequest_Env) Validate() error

func (*CreateCollectionConfigRequest_Env) XXX_DiscardUnknown

func (m *CreateCollectionConfigRequest_Env) XXX_DiscardUnknown()

func (*CreateCollectionConfigRequest_Env) XXX_Marshal

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

func (*CreateCollectionConfigRequest_Env) XXX_Merge

func (*CreateCollectionConfigRequest_Env) XXX_Size

func (m *CreateCollectionConfigRequest_Env) XXX_Size() int

func (*CreateCollectionConfigRequest_Env) XXX_Unmarshal

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

type CreateCollectionConfigRequest_HostRange

type CreateCollectionConfigRequest_HostRange struct {
	//
	//模型ID
	ObjectId string `protobuf:"bytes,1,opt,name=objectId,proto3" json:"objectId" form:"objectId"`
	//
	//获取主机Key路径
	HostKey string `protobuf:"bytes,2,opt,name=hostKey,proto3" json:"hostKey" form:"hostKey"`
	//
	//查询者
	Querier string `protobuf:"bytes,3,opt,name=querier,proto3" json:"querier" form:"querier"`
	//
	//查询类型
	Type string `protobuf:"bytes,4,opt,name=type,proto3" json:"type" form:"type"`
	//
	//查询策略字符串
	QueryString string `protobuf:"bytes,5,opt,name=queryString,proto3" json:"queryString" form:"queryString"`
	//
	//查询策略ID
	QueryId string `protobuf:"bytes,6,opt,name=queryId,proto3" json:"queryId" form:"queryId"`
	//
	//查询策略ID
	Query                []*CreateCollectionConfigRequest_HostRange_Query `protobuf:"bytes,7,rep,name=query,proto3" json:"query" form:"query"`
	XXX_NoUnkeyedLiteral struct{}                                         `json:"-"`
	XXX_unrecognized     []byte                                           `json:"-"`
	XXX_sizecache        int32                                            `json:"-"`
}

func (*CreateCollectionConfigRequest_HostRange) Descriptor

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

func (*CreateCollectionConfigRequest_HostRange) GetHostKey

func (*CreateCollectionConfigRequest_HostRange) GetObjectId

func (*CreateCollectionConfigRequest_HostRange) GetQuerier

func (*CreateCollectionConfigRequest_HostRange) GetQuery

func (*CreateCollectionConfigRequest_HostRange) GetQueryId

func (*CreateCollectionConfigRequest_HostRange) GetQueryString

func (m *CreateCollectionConfigRequest_HostRange) GetQueryString() string

func (*CreateCollectionConfigRequest_HostRange) GetType

func (*CreateCollectionConfigRequest_HostRange) ProtoMessage

func (*CreateCollectionConfigRequest_HostRange) Reset

func (*CreateCollectionConfigRequest_HostRange) String

func (*CreateCollectionConfigRequest_HostRange) Validate

func (*CreateCollectionConfigRequest_HostRange) XXX_DiscardUnknown

func (m *CreateCollectionConfigRequest_HostRange) XXX_DiscardUnknown()

func (*CreateCollectionConfigRequest_HostRange) XXX_Marshal

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

func (*CreateCollectionConfigRequest_HostRange) XXX_Merge

func (*CreateCollectionConfigRequest_HostRange) XXX_Size

func (*CreateCollectionConfigRequest_HostRange) XXX_Unmarshal

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

type CreateCollectionConfigRequest_HostRange_Query

type CreateCollectionConfigRequest_HostRange_Query struct {
	//
	//键
	Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key" form:"key"`
	//
	//操作符
	Op string `protobuf:"bytes,2,opt,name=op,proto3" json:"op" form:"op"`
	//
	//值
	Value                *types.Value `protobuf:"bytes,3,opt,name=value,proto3" json:"value" form:"value"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*CreateCollectionConfigRequest_HostRange_Query) Descriptor

func (*CreateCollectionConfigRequest_HostRange_Query) GetKey

func (*CreateCollectionConfigRequest_HostRange_Query) GetOp

func (*CreateCollectionConfigRequest_HostRange_Query) GetValue

func (*CreateCollectionConfigRequest_HostRange_Query) ProtoMessage

func (*CreateCollectionConfigRequest_HostRange_Query) Reset

func (*CreateCollectionConfigRequest_HostRange_Query) String

func (*CreateCollectionConfigRequest_HostRange_Query) Validate

func (*CreateCollectionConfigRequest_HostRange_Query) XXX_DiscardUnknown

func (m *CreateCollectionConfigRequest_HostRange_Query) XXX_DiscardUnknown()

func (*CreateCollectionConfigRequest_HostRange_Query) XXX_Marshal

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

func (*CreateCollectionConfigRequest_HostRange_Query) XXX_Merge

func (*CreateCollectionConfigRequest_HostRange_Query) XXX_Size

func (*CreateCollectionConfigRequest_HostRange_Query) XXX_Unmarshal

type CreateCollectionConfigRequest_Kwargs

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

func (*CreateCollectionConfigRequest_Kwargs) Descriptor

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

func (*CreateCollectionConfigRequest_Kwargs) GetKey

func (*CreateCollectionConfigRequest_Kwargs) GetValue

func (*CreateCollectionConfigRequest_Kwargs) ProtoMessage

func (*CreateCollectionConfigRequest_Kwargs) ProtoMessage()

func (*CreateCollectionConfigRequest_Kwargs) Reset

func (*CreateCollectionConfigRequest_Kwargs) String

func (*CreateCollectionConfigRequest_Kwargs) Validate

func (*CreateCollectionConfigRequest_Kwargs) XXX_DiscardUnknown

func (m *CreateCollectionConfigRequest_Kwargs) XXX_DiscardUnknown()

func (*CreateCollectionConfigRequest_Kwargs) XXX_Marshal

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

func (*CreateCollectionConfigRequest_Kwargs) XXX_Merge

func (*CreateCollectionConfigRequest_Kwargs) XXX_Size

func (*CreateCollectionConfigRequest_Kwargs) XXX_Unmarshal

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

type CreateCollectionConfigRequest_Script

type CreateCollectionConfigRequest_Script struct {
	//
	//脚本Id
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id" form:"id"`
	//
	//脚本版本
	Version string `protobuf:"bytes,2,opt,name=version,proto3" json:"version" form:"version"`
	//
	//脚本类型
	Type string `protobuf:"bytes,3,opt,name=type,proto3" json:"type" form:"type"`
	//
	//脚本内容
	Content string `protobuf:"bytes,4,opt,name=content,proto3" json:"content" form:"content"`
	//
	//脚本名称
	Name                 string   `protobuf:"bytes,5,opt,name=name,proto3" json:"name" form:"name"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CreateCollectionConfigRequest_Script) Descriptor

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

func (*CreateCollectionConfigRequest_Script) GetContent

func (*CreateCollectionConfigRequest_Script) GetId

func (*CreateCollectionConfigRequest_Script) GetName

func (*CreateCollectionConfigRequest_Script) GetType

func (*CreateCollectionConfigRequest_Script) GetVersion

func (*CreateCollectionConfigRequest_Script) ProtoMessage

func (*CreateCollectionConfigRequest_Script) ProtoMessage()

func (*CreateCollectionConfigRequest_Script) Reset

func (*CreateCollectionConfigRequest_Script) String

func (*CreateCollectionConfigRequest_Script) Validate

func (*CreateCollectionConfigRequest_Script) XXX_DiscardUnknown

func (m *CreateCollectionConfigRequest_Script) XXX_DiscardUnknown()

func (*CreateCollectionConfigRequest_Script) XXX_Marshal

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

func (*CreateCollectionConfigRequest_Script) XXX_Merge

func (*CreateCollectionConfigRequest_Script) XXX_Size

func (*CreateCollectionConfigRequest_Script) XXX_Unmarshal

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

type CreateCollectionConfigResponse

type CreateCollectionConfigResponse struct {
	//
	//ID
	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id" form:"id"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

CreateCollectionConfig返回

func (*CreateCollectionConfigResponse) Descriptor

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

func (*CreateCollectionConfigResponse) GetId

func (*CreateCollectionConfigResponse) ProtoMessage

func (*CreateCollectionConfigResponse) ProtoMessage()

func (*CreateCollectionConfigResponse) Reset

func (m *CreateCollectionConfigResponse) Reset()

func (*CreateCollectionConfigResponse) String

func (*CreateCollectionConfigResponse) Validate

func (this *CreateCollectionConfigResponse) Validate() error

func (*CreateCollectionConfigResponse) XXX_DiscardUnknown

func (m *CreateCollectionConfigResponse) XXX_DiscardUnknown()

func (*CreateCollectionConfigResponse) XXX_Marshal

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

func (*CreateCollectionConfigResponse) XXX_Merge

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

func (*CreateCollectionConfigResponse) XXX_Size

func (m *CreateCollectionConfigResponse) XXX_Size() int

func (*CreateCollectionConfigResponse) XXX_Unmarshal

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

type CreateCollectionConfigResponseWrapper

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

CreateCollectionConfigApi返回

func (*CreateCollectionConfigResponseWrapper) Descriptor

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

func (*CreateCollectionConfigResponseWrapper) GetCode

func (*CreateCollectionConfigResponseWrapper) GetCodeExplain

func (m *CreateCollectionConfigResponseWrapper) GetCodeExplain() string

func (*CreateCollectionConfigResponseWrapper) GetData

func (*CreateCollectionConfigResponseWrapper) GetError

func (*CreateCollectionConfigResponseWrapper) ProtoMessage

func (*CreateCollectionConfigResponseWrapper) ProtoMessage()

func (*CreateCollectionConfigResponseWrapper) Reset

func (*CreateCollectionConfigResponseWrapper) String

func (*CreateCollectionConfigResponseWrapper) Validate

func (*CreateCollectionConfigResponseWrapper) XXX_DiscardUnknown

func (m *CreateCollectionConfigResponseWrapper) XXX_DiscardUnknown()

func (*CreateCollectionConfigResponseWrapper) XXX_Marshal

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

func (*CreateCollectionConfigResponseWrapper) XXX_Merge

func (*CreateCollectionConfigResponseWrapper) XXX_Size

func (*CreateCollectionConfigResponseWrapper) XXX_Unmarshal

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

type DebugCollectionConfigCallbackRequest

type DebugCollectionConfigCallbackRequest struct {
	//
	//调试状态码
	Code int32 `protobuf:"varint,1,opt,name=code,proto3" json:"code" form:"code"`
	//
	//回调信息
	Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message" form:"message"`
	//
	//错误信息
	Error string `protobuf:"bytes,3,opt,name=error,proto3" json:"error" form:"error"`
	//
	//调试任务ID
	TaskId string `protobuf:"bytes,4,opt,name=taskId,proto3" json:"taskId" form:"taskId"`
	//
	//目标执行记录
	TargetsLog           []*DebugCollectionConfigCallbackRequest_TargetsLog `protobuf:"bytes,5,rep,name=targetsLog,proto3" json:"targetsLog" form:"targetsLog"`
	XXX_NoUnkeyedLiteral struct{}                                           `json:"-"`
	XXX_unrecognized     []byte                                             `json:"-"`
	XXX_sizecache        int32                                              `json:"-"`
}

DebugCollectionConfigCallback请求

func (*DebugCollectionConfigCallbackRequest) Descriptor

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

func (*DebugCollectionConfigCallbackRequest) GetCode

func (*DebugCollectionConfigCallbackRequest) GetError

func (*DebugCollectionConfigCallbackRequest) GetMessage

func (*DebugCollectionConfigCallbackRequest) GetTargetsLog

func (*DebugCollectionConfigCallbackRequest) GetTaskId

func (*DebugCollectionConfigCallbackRequest) ProtoMessage

func (*DebugCollectionConfigCallbackRequest) ProtoMessage()

func (*DebugCollectionConfigCallbackRequest) Reset

func (*DebugCollectionConfigCallbackRequest) String

func (*DebugCollectionConfigCallbackRequest) Validate

func (*DebugCollectionConfigCallbackRequest) XXX_DiscardUnknown

func (m *DebugCollectionConfigCallbackRequest) XXX_DiscardUnknown()

func (*DebugCollectionConfigCallbackRequest) XXX_Marshal

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

func (*DebugCollectionConfigCallbackRequest) XXX_Merge

func (*DebugCollectionConfigCallbackRequest) XXX_Size

func (*DebugCollectionConfigCallbackRequest) XXX_Unmarshal

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

type DebugCollectionConfigCallbackRequest_TargetsLog

type DebugCollectionConfigCallbackRequest_TargetsLog struct {
	//
	//调试状态码
	Code int32 `protobuf:"varint,1,opt,name=code,proto3" json:"code" form:"code"`
	//
	//目标条调试返回结果
	Msg string `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg" form:"msg"`
	//
	//调试状态
	Status               string   `protobuf:"bytes,3,opt,name=status,proto3" json:"status" form:"status"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DebugCollectionConfigCallbackRequest_TargetsLog) Descriptor

func (*DebugCollectionConfigCallbackRequest_TargetsLog) GetCode

func (*DebugCollectionConfigCallbackRequest_TargetsLog) GetMsg

func (*DebugCollectionConfigCallbackRequest_TargetsLog) GetStatus

func (*DebugCollectionConfigCallbackRequest_TargetsLog) ProtoMessage

func (*DebugCollectionConfigCallbackRequest_TargetsLog) Reset

func (*DebugCollectionConfigCallbackRequest_TargetsLog) String

func (*DebugCollectionConfigCallbackRequest_TargetsLog) Validate

func (*DebugCollectionConfigCallbackRequest_TargetsLog) XXX_DiscardUnknown

func (m *DebugCollectionConfigCallbackRequest_TargetsLog) XXX_DiscardUnknown()

func (*DebugCollectionConfigCallbackRequest_TargetsLog) XXX_Marshal

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

func (*DebugCollectionConfigCallbackRequest_TargetsLog) XXX_Merge

func (*DebugCollectionConfigCallbackRequest_TargetsLog) XXX_Size

func (*DebugCollectionConfigCallbackRequest_TargetsLog) XXX_Unmarshal

type DebugCollectionConfigCallbackResponse

type DebugCollectionConfigCallbackResponse struct {
	//
	//接收回调响应ID
	Status               string   `protobuf:"bytes,1,opt,name=status,proto3" json:"status" form:"status"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

DebugCollectionConfigCallback返回

func (*DebugCollectionConfigCallbackResponse) Descriptor

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

func (*DebugCollectionConfigCallbackResponse) GetStatus

func (*DebugCollectionConfigCallbackResponse) ProtoMessage

func (*DebugCollectionConfigCallbackResponse) ProtoMessage()

func (*DebugCollectionConfigCallbackResponse) Reset

func (*DebugCollectionConfigCallbackResponse) String

func (*DebugCollectionConfigCallbackResponse) Validate

func (*DebugCollectionConfigCallbackResponse) XXX_DiscardUnknown

func (m *DebugCollectionConfigCallbackResponse) XXX_DiscardUnknown()

func (*DebugCollectionConfigCallbackResponse) XXX_Marshal

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

func (*DebugCollectionConfigCallbackResponse) XXX_Merge

func (*DebugCollectionConfigCallbackResponse) XXX_Size

func (*DebugCollectionConfigCallbackResponse) XXX_Unmarshal

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

type DebugCollectionConfigCallbackResponseWrapper

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

DebugCollectionConfigCallbackApi返回

func (*DebugCollectionConfigCallbackResponseWrapper) Descriptor

func (*DebugCollectionConfigCallbackResponseWrapper) GetCode

func (*DebugCollectionConfigCallbackResponseWrapper) GetCodeExplain

func (*DebugCollectionConfigCallbackResponseWrapper) GetData

func (*DebugCollectionConfigCallbackResponseWrapper) GetError

func (*DebugCollectionConfigCallbackResponseWrapper) ProtoMessage

func (*DebugCollectionConfigCallbackResponseWrapper) Reset

func (*DebugCollectionConfigCallbackResponseWrapper) String

func (*DebugCollectionConfigCallbackResponseWrapper) Validate

func (*DebugCollectionConfigCallbackResponseWrapper) XXX_DiscardUnknown

func (m *DebugCollectionConfigCallbackResponseWrapper) XXX_DiscardUnknown()

func (*DebugCollectionConfigCallbackResponseWrapper) XXX_Marshal

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

func (*DebugCollectionConfigCallbackResponseWrapper) XXX_Merge

func (*DebugCollectionConfigCallbackResponseWrapper) XXX_Size

func (*DebugCollectionConfigCallbackResponseWrapper) XXX_Unmarshal

type DebugCollectionConfigRequest

type DebugCollectionConfigRequest struct {
	//
	//目标主机
	Host string `protobuf:"bytes,1,opt,name=host,proto3" json:"host" form:"host"`
	//
	//采集类型ID
	ClazzId string `protobuf:"bytes,2,opt,name=clazzId,proto3" json:"clazzId" form:"clazzId"`
	//
	//是否忽略不符合要求数据
	IgnoreInvalid bool `protobuf:"varint,3,opt,name=ignoreInvalid,proto3" json:"ignoreInvalid" form:"ignoreInvalid"`
	//
	//超时时间
	Timeout int32 `protobuf:"varint,4,opt,name=timeout,proto3" json:"timeout" form:"timeout"`
	//
	//脚本
	Script *DebugCollectionConfigRequest_Script `protobuf:"bytes,5,opt,name=script,proto3" json:"script" form:"script"`
	//
	//执行时间范围(24小时)
	TimeRange string `protobuf:"bytes,6,opt,name=timeRange,proto3" json:"timeRange" form:"timeRange"`
	//
	//名称
	Name string `protobuf:"bytes,7,opt,name=name,proto3" json:"name" form:"name"`
	//
	//环境变量
	Env []*DebugCollectionConfigRequest_Env `protobuf:"bytes,8,rep,name=env,proto3" json:"env" form:"env"`
	//
	//参数
	Kwargs []*DebugCollectionConfigRequest_Kwargs `protobuf:"bytes,9,rep,name=kwargs,proto3" json:"kwargs" form:"kwargs"`
	//
	//关联模型ID
	ObjectId             string   `protobuf:"bytes,10,opt,name=objectId,proto3" json:"objectId" form:"objectId"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

DebugCollectionConfig请求

func (*DebugCollectionConfigRequest) Descriptor

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

func (*DebugCollectionConfigRequest) GetClazzId

func (m *DebugCollectionConfigRequest) GetClazzId() string

func (*DebugCollectionConfigRequest) GetEnv

func (*DebugCollectionConfigRequest) GetHost

func (m *DebugCollectionConfigRequest) GetHost() string

func (*DebugCollectionConfigRequest) GetIgnoreInvalid

func (m *DebugCollectionConfigRequest) GetIgnoreInvalid() bool

func (*DebugCollectionConfigRequest) GetKwargs

func (*DebugCollectionConfigRequest) GetName

func (m *DebugCollectionConfigRequest) GetName() string

func (*DebugCollectionConfigRequest) GetObjectId

func (m *DebugCollectionConfigRequest) GetObjectId() string

func (*DebugCollectionConfigRequest) GetScript

func (*DebugCollectionConfigRequest) GetTimeRange

func (m *DebugCollectionConfigRequest) GetTimeRange() string

func (*DebugCollectionConfigRequest) GetTimeout

func (m *DebugCollectionConfigRequest) GetTimeout() int32

func (*DebugCollectionConfigRequest) ProtoMessage

func (*DebugCollectionConfigRequest) ProtoMessage()

func (*DebugCollectionConfigRequest) Reset

func (m *DebugCollectionConfigRequest) Reset()

func (*DebugCollectionConfigRequest) String

func (*DebugCollectionConfigRequest) Validate

func (this *DebugCollectionConfigRequest) Validate() error

func (*DebugCollectionConfigRequest) XXX_DiscardUnknown

func (m *DebugCollectionConfigRequest) XXX_DiscardUnknown()

func (*DebugCollectionConfigRequest) XXX_Marshal

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

func (*DebugCollectionConfigRequest) XXX_Merge

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

func (*DebugCollectionConfigRequest) XXX_Size

func (m *DebugCollectionConfigRequest) XXX_Size() int

func (*DebugCollectionConfigRequest) XXX_Unmarshal

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

type DebugCollectionConfigRequest_Env

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

func (*DebugCollectionConfigRequest_Env) Descriptor

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

func (*DebugCollectionConfigRequest_Env) GetKey

func (*DebugCollectionConfigRequest_Env) GetValue

func (*DebugCollectionConfigRequest_Env) ProtoMessage

func (*DebugCollectionConfigRequest_Env) ProtoMessage()

func (*DebugCollectionConfigRequest_Env) Reset

func (*DebugCollectionConfigRequest_Env) String

func (*DebugCollectionConfigRequest_Env) Validate

func (this *DebugCollectionConfigRequest_Env) Validate() error

func (*DebugCollectionConfigRequest_Env) XXX_DiscardUnknown

func (m *DebugCollectionConfigRequest_Env) XXX_DiscardUnknown()

func (*DebugCollectionConfigRequest_Env) XXX_Marshal

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

func (*DebugCollectionConfigRequest_Env) XXX_Merge

func (*DebugCollectionConfigRequest_Env) XXX_Size

func (m *DebugCollectionConfigRequest_Env) XXX_Size() int

func (*DebugCollectionConfigRequest_Env) XXX_Unmarshal

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

type DebugCollectionConfigRequest_Kwargs

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

func (*DebugCollectionConfigRequest_Kwargs) Descriptor

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

func (*DebugCollectionConfigRequest_Kwargs) GetKey

func (*DebugCollectionConfigRequest_Kwargs) GetValue

func (*DebugCollectionConfigRequest_Kwargs) ProtoMessage

func (*DebugCollectionConfigRequest_Kwargs) ProtoMessage()

func (*DebugCollectionConfigRequest_Kwargs) Reset

func (*DebugCollectionConfigRequest_Kwargs) String

func (*DebugCollectionConfigRequest_Kwargs) Validate

func (this *DebugCollectionConfigRequest_Kwargs) Validate() error

func (*DebugCollectionConfigRequest_Kwargs) XXX_DiscardUnknown

func (m *DebugCollectionConfigRequest_Kwargs) XXX_DiscardUnknown()

func (*DebugCollectionConfigRequest_Kwargs) XXX_Marshal

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

func (*DebugCollectionConfigRequest_Kwargs) XXX_Merge

func (*DebugCollectionConfigRequest_Kwargs) XXX_Size

func (*DebugCollectionConfigRequest_Kwargs) XXX_Unmarshal

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

type DebugCollectionConfigRequest_Script

type DebugCollectionConfigRequest_Script struct {
	//
	//脚本Id
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id" form:"id"`
	//
	//脚本版本
	Version string `protobuf:"bytes,2,opt,name=version,proto3" json:"version" form:"version"`
	//
	//脚本类型
	Type string `protobuf:"bytes,3,opt,name=type,proto3" json:"type" form:"type"`
	//
	//脚本内容
	Content string `protobuf:"bytes,4,opt,name=content,proto3" json:"content" form:"content"`
	//
	//脚本名称
	Name                 string   `protobuf:"bytes,5,opt,name=name,proto3" json:"name" form:"name"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DebugCollectionConfigRequest_Script) Descriptor

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

func (*DebugCollectionConfigRequest_Script) GetContent

func (*DebugCollectionConfigRequest_Script) GetId

func (*DebugCollectionConfigRequest_Script) GetName

func (*DebugCollectionConfigRequest_Script) GetType

func (*DebugCollectionConfigRequest_Script) GetVersion

func (*DebugCollectionConfigRequest_Script) ProtoMessage

func (*DebugCollectionConfigRequest_Script) ProtoMessage()

func (*DebugCollectionConfigRequest_Script) Reset

func (*DebugCollectionConfigRequest_Script) String

func (*DebugCollectionConfigRequest_Script) Validate

func (this *DebugCollectionConfigRequest_Script) Validate() error

func (*DebugCollectionConfigRequest_Script) XXX_DiscardUnknown

func (m *DebugCollectionConfigRequest_Script) XXX_DiscardUnknown()

func (*DebugCollectionConfigRequest_Script) XXX_Marshal

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

func (*DebugCollectionConfigRequest_Script) XXX_Merge

func (*DebugCollectionConfigRequest_Script) XXX_Size

func (*DebugCollectionConfigRequest_Script) XXX_Unmarshal

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

type DebugCollectionConfigResponse

type DebugCollectionConfigResponse struct {
	//
	//调试任务ID
	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id" form:"id"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

DebugCollectionConfig返回

func (*DebugCollectionConfigResponse) Descriptor

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

func (*DebugCollectionConfigResponse) GetId

func (*DebugCollectionConfigResponse) ProtoMessage

func (*DebugCollectionConfigResponse) ProtoMessage()

func (*DebugCollectionConfigResponse) Reset

func (m *DebugCollectionConfigResponse) Reset()

func (*DebugCollectionConfigResponse) String

func (*DebugCollectionConfigResponse) Validate

func (this *DebugCollectionConfigResponse) Validate() error

func (*DebugCollectionConfigResponse) XXX_DiscardUnknown

func (m *DebugCollectionConfigResponse) XXX_DiscardUnknown()

func (*DebugCollectionConfigResponse) XXX_Marshal

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

func (*DebugCollectionConfigResponse) XXX_Merge

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

func (*DebugCollectionConfigResponse) XXX_Size

func (m *DebugCollectionConfigResponse) XXX_Size() int

func (*DebugCollectionConfigResponse) XXX_Unmarshal

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

type DebugCollectionConfigResponseWrapper

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

DebugCollectionConfigApi返回

func (*DebugCollectionConfigResponseWrapper) Descriptor

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

func (*DebugCollectionConfigResponseWrapper) GetCode

func (*DebugCollectionConfigResponseWrapper) GetCodeExplain

func (m *DebugCollectionConfigResponseWrapper) GetCodeExplain() string

func (*DebugCollectionConfigResponseWrapper) GetData

func (*DebugCollectionConfigResponseWrapper) GetError

func (*DebugCollectionConfigResponseWrapper) ProtoMessage

func (*DebugCollectionConfigResponseWrapper) ProtoMessage()

func (*DebugCollectionConfigResponseWrapper) Reset

func (*DebugCollectionConfigResponseWrapper) String

func (*DebugCollectionConfigResponseWrapper) Validate

func (*DebugCollectionConfigResponseWrapper) XXX_DiscardUnknown

func (m *DebugCollectionConfigResponseWrapper) XXX_DiscardUnknown()

func (*DebugCollectionConfigResponseWrapper) XXX_Marshal

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

func (*DebugCollectionConfigResponseWrapper) XXX_Merge

func (*DebugCollectionConfigResponseWrapper) XXX_Size

func (*DebugCollectionConfigResponseWrapper) XXX_Unmarshal

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

type DeleteCollectionConfigRequest

type DeleteCollectionConfigRequest struct {
	//
	//ID
	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id" form:"id"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

DeleteCollectionConfig请求

func (*DeleteCollectionConfigRequest) Descriptor

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

func (*DeleteCollectionConfigRequest) GetId

func (*DeleteCollectionConfigRequest) ProtoMessage

func (*DeleteCollectionConfigRequest) ProtoMessage()

func (*DeleteCollectionConfigRequest) Reset

func (m *DeleteCollectionConfigRequest) Reset()

func (*DeleteCollectionConfigRequest) String

func (*DeleteCollectionConfigRequest) Validate

func (this *DeleteCollectionConfigRequest) Validate() error

func (*DeleteCollectionConfigRequest) XXX_DiscardUnknown

func (m *DeleteCollectionConfigRequest) XXX_DiscardUnknown()

func (*DeleteCollectionConfigRequest) XXX_Marshal

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

func (*DeleteCollectionConfigRequest) XXX_Merge

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

func (*DeleteCollectionConfigRequest) XXX_Size

func (m *DeleteCollectionConfigRequest) XXX_Size() int

func (*DeleteCollectionConfigRequest) XXX_Unmarshal

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

type DeleteCollectionConfigResponse

type DeleteCollectionConfigResponse struct {
	//
	//ID
	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id" form:"id"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

DeleteCollectionConfig返回

func (*DeleteCollectionConfigResponse) Descriptor

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

func (*DeleteCollectionConfigResponse) GetId

func (*DeleteCollectionConfigResponse) ProtoMessage

func (*DeleteCollectionConfigResponse) ProtoMessage()

func (*DeleteCollectionConfigResponse) Reset

func (m *DeleteCollectionConfigResponse) Reset()

func (*DeleteCollectionConfigResponse) String

func (*DeleteCollectionConfigResponse) Validate

func (this *DeleteCollectionConfigResponse) Validate() error

func (*DeleteCollectionConfigResponse) XXX_DiscardUnknown

func (m *DeleteCollectionConfigResponse) XXX_DiscardUnknown()

func (*DeleteCollectionConfigResponse) XXX_Marshal

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

func (*DeleteCollectionConfigResponse) XXX_Merge

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

func (*DeleteCollectionConfigResponse) XXX_Size

func (m *DeleteCollectionConfigResponse) XXX_Size() int

func (*DeleteCollectionConfigResponse) XXX_Unmarshal

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

type DeleteCollectionConfigResponseWrapper

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

DeleteCollectionConfigApi返回

func (*DeleteCollectionConfigResponseWrapper) Descriptor

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

func (*DeleteCollectionConfigResponseWrapper) GetCode

func (*DeleteCollectionConfigResponseWrapper) GetCodeExplain

func (m *DeleteCollectionConfigResponseWrapper) GetCodeExplain() string

func (*DeleteCollectionConfigResponseWrapper) GetData

func (*DeleteCollectionConfigResponseWrapper) GetError

func (*DeleteCollectionConfigResponseWrapper) ProtoMessage

func (*DeleteCollectionConfigResponseWrapper) ProtoMessage()

func (*DeleteCollectionConfigResponseWrapper) Reset

func (*DeleteCollectionConfigResponseWrapper) String

func (*DeleteCollectionConfigResponseWrapper) Validate

func (*DeleteCollectionConfigResponseWrapper) XXX_DiscardUnknown

func (m *DeleteCollectionConfigResponseWrapper) XXX_DiscardUnknown()

func (*DeleteCollectionConfigResponseWrapper) XXX_Marshal

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

func (*DeleteCollectionConfigResponseWrapper) XXX_Merge

func (*DeleteCollectionConfigResponseWrapper) XXX_Size

func (*DeleteCollectionConfigResponseWrapper) XXX_Unmarshal

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

type DetailCollectionConfigDebugRequest

type DetailCollectionConfigDebugRequest struct {
	//
	//调试任务ID
	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id" form:"id"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

DetailCollectionConfigDebug请求

func (*DetailCollectionConfigDebugRequest) Descriptor

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

func (*DetailCollectionConfigDebugRequest) GetId

func (*DetailCollectionConfigDebugRequest) ProtoMessage

func (*DetailCollectionConfigDebugRequest) ProtoMessage()

func (*DetailCollectionConfigDebugRequest) Reset

func (*DetailCollectionConfigDebugRequest) String

func (*DetailCollectionConfigDebugRequest) Validate

func (this *DetailCollectionConfigDebugRequest) Validate() error

func (*DetailCollectionConfigDebugRequest) XXX_DiscardUnknown

func (m *DetailCollectionConfigDebugRequest) XXX_DiscardUnknown()

func (*DetailCollectionConfigDebugRequest) XXX_Marshal

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

func (*DetailCollectionConfigDebugRequest) XXX_Merge

func (*DetailCollectionConfigDebugRequest) XXX_Size

func (*DetailCollectionConfigDebugRequest) XXX_Unmarshal

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

type DetailCollectionConfigDebugResponse

type DetailCollectionConfigDebugResponse struct {
	//
	//调试任务ID
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id" form:"id"`
	//
	//调试任务结果
	Data string `protobuf:"bytes,2,opt,name=data,proto3" json:"data" form:"data"`
	//
	//调试任务状态
	Code int32 `protobuf:"varint,3,opt,name=code,proto3" json:"code" form:"code"`
	//
	//ORG
	Org int32 `protobuf:"varint,4,opt,name=org,proto3" json:"org" form:"org"`
	//
	//调试任务信息
	Message              string   `protobuf:"bytes,5,opt,name=message,proto3" json:"message" form:"message"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

DetailCollectionConfigDebug返回

func (*DetailCollectionConfigDebugResponse) Descriptor

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

func (*DetailCollectionConfigDebugResponse) GetCode

func (*DetailCollectionConfigDebugResponse) GetData

func (*DetailCollectionConfigDebugResponse) GetId

func (*DetailCollectionConfigDebugResponse) GetMessage

func (*DetailCollectionConfigDebugResponse) GetOrg

func (*DetailCollectionConfigDebugResponse) ProtoMessage

func (*DetailCollectionConfigDebugResponse) ProtoMessage()

func (*DetailCollectionConfigDebugResponse) Reset

func (*DetailCollectionConfigDebugResponse) String

func (*DetailCollectionConfigDebugResponse) Validate

func (this *DetailCollectionConfigDebugResponse) Validate() error

func (*DetailCollectionConfigDebugResponse) XXX_DiscardUnknown

func (m *DetailCollectionConfigDebugResponse) XXX_DiscardUnknown()

func (*DetailCollectionConfigDebugResponse) XXX_Marshal

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

func (*DetailCollectionConfigDebugResponse) XXX_Merge

func (*DetailCollectionConfigDebugResponse) XXX_Size

func (*DetailCollectionConfigDebugResponse) XXX_Unmarshal

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

type DetailCollectionConfigDebugResponseWrapper

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

DetailCollectionConfigDebugApi返回

func (*DetailCollectionConfigDebugResponseWrapper) Descriptor

func (*DetailCollectionConfigDebugResponseWrapper) GetCode

func (*DetailCollectionConfigDebugResponseWrapper) GetCodeExplain

func (*DetailCollectionConfigDebugResponseWrapper) GetData

func (*DetailCollectionConfigDebugResponseWrapper) GetError

func (*DetailCollectionConfigDebugResponseWrapper) ProtoMessage

func (*DetailCollectionConfigDebugResponseWrapper) Reset

func (*DetailCollectionConfigDebugResponseWrapper) String

func (*DetailCollectionConfigDebugResponseWrapper) Validate

func (*DetailCollectionConfigDebugResponseWrapper) XXX_DiscardUnknown

func (m *DetailCollectionConfigDebugResponseWrapper) XXX_DiscardUnknown()

func (*DetailCollectionConfigDebugResponseWrapper) XXX_Marshal

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

func (*DetailCollectionConfigDebugResponseWrapper) XXX_Merge

func (*DetailCollectionConfigDebugResponseWrapper) XXX_Size

func (*DetailCollectionConfigDebugResponseWrapper) XXX_Unmarshal

type DetailCollectionConfigRequest

type DetailCollectionConfigRequest struct {
	//
	//ID
	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id" form:"id"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

DetailCollectionConfig请求

func (*DetailCollectionConfigRequest) Descriptor

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

func (*DetailCollectionConfigRequest) GetId

func (*DetailCollectionConfigRequest) ProtoMessage

func (*DetailCollectionConfigRequest) ProtoMessage()

func (*DetailCollectionConfigRequest) Reset

func (m *DetailCollectionConfigRequest) Reset()

func (*DetailCollectionConfigRequest) String

func (*DetailCollectionConfigRequest) Validate

func (this *DetailCollectionConfigRequest) Validate() error

func (*DetailCollectionConfigRequest) XXX_DiscardUnknown

func (m *DetailCollectionConfigRequest) XXX_DiscardUnknown()

func (*DetailCollectionConfigRequest) XXX_Marshal

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

func (*DetailCollectionConfigRequest) XXX_Merge

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

func (*DetailCollectionConfigRequest) XXX_Size

func (m *DetailCollectionConfigRequest) XXX_Size() int

func (*DetailCollectionConfigRequest) XXX_Unmarshal

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

type DetailCollectionConfigResponse

type DetailCollectionConfigResponse struct {
	//
	//ORG
	Org int32 `protobuf:"varint,1,opt,name=org,proto3" json:"org" form:"org"`
	//
	//ID
	Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id" form:"id"`
	//
	//名称
	Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name" form:"name"`
	//
	//参数
	Kwargs []*DetailCollectionConfigResponse_Kwargs `protobuf:"bytes,4,rep,name=kwargs,proto3" json:"kwargs" form:"kwargs"`
	//
	//超时时间
	Timeout int32 `protobuf:"varint,5,opt,name=timeout,proto3" json:"timeout" form:"timeout"`
	//
	//环境变量
	Env []*DetailCollectionConfigResponse_Env `protobuf:"bytes,6,rep,name=env,proto3" json:"env" form:"env"`
	//
	//是否禁用
	Disabled bool `protobuf:"varint,7,opt,name=disabled,proto3" json:"disabled" form:"disabled"`
	//
	//标签
	Labels []string `protobuf:"bytes,8,rep,name=labels,proto3" json:"labels" form:"labels"`
	//
	//脚本
	Script *DetailCollectionConfigResponse_Script `protobuf:"bytes,9,opt,name=script,proto3" json:"script" form:"script"`
	//
	//是否忽略不符合要求数据
	IgnoreInvalid bool `protobuf:"varint,10,opt,name=ignoreInvalid,proto3" json:"ignoreInvalid" form:"ignoreInvalid"`
	//
	//主机范围
	HostRange *DetailCollectionConfigResponse_HostRange `protobuf:"bytes,11,opt,name=hostRange,proto3" json:"hostRange" form:"hostRange"`
	//
	//采集间隔
	Interval int32 `protobuf:"varint,12,opt,name=interval,proto3" json:"interval" form:"interval"`
	//
	//缓存过期次数(时间)
	CacheTtl int32 `protobuf:"varint,13,opt,name=cacheTtl,proto3" json:"cacheTtl" form:"cacheTtl"`
	//
	//执行时间范围(24小时)
	TimeRange string `protobuf:"bytes,14,opt,name=timeRange,proto3" json:"timeRange" form:"timeRange"`
	//
	//采集类型ID
	ClazzId string `protobuf:"bytes,15,opt,name=clazzId,proto3" json:"clazzId" form:"clazzId"`
	//
	//创建者
	Creator string `protobuf:"bytes,16,opt,name=creator,proto3" json:"creator" form:"creator"`
	//
	//修改者
	Modifier string `protobuf:"bytes,17,opt,name=modifier,proto3" json:"modifier" form:"modifier"`
	//
	//创建时间
	Ctime int32 `protobuf:"varint,18,opt,name=ctime,proto3" json:"ctime" form:"ctime"`
	//
	//修改时间
	Mtime int32 `protobuf:"varint,19,opt,name=mtime,proto3" json:"mtime" form:"mtime"`
	//
	//关联模型ID
	ObjectId string `protobuf:"bytes,20,opt,name=objectId,proto3" json:"objectId" form:"objectId"`
	//
	//关联模型实例ID宏
	InstanceIdMacro      string   `protobuf:"bytes,21,opt,name=instanceIdMacro,proto3" json:"instanceIdMacro" form:"instanceIdMacro"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

DetailCollectionConfig返回

func (*DetailCollectionConfigResponse) Descriptor

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

func (*DetailCollectionConfigResponse) GetCacheTtl

func (m *DetailCollectionConfigResponse) GetCacheTtl() int32

func (*DetailCollectionConfigResponse) GetClazzId

func (m *DetailCollectionConfigResponse) GetClazzId() string

func (*DetailCollectionConfigResponse) GetCreator

func (m *DetailCollectionConfigResponse) GetCreator() string

func (*DetailCollectionConfigResponse) GetCtime

func (m *DetailCollectionConfigResponse) GetCtime() int32

func (*DetailCollectionConfigResponse) GetDisabled

func (m *DetailCollectionConfigResponse) GetDisabled() bool

func (*DetailCollectionConfigResponse) GetEnv

func (*DetailCollectionConfigResponse) GetHostRange

func (*DetailCollectionConfigResponse) GetId

func (*DetailCollectionConfigResponse) GetIgnoreInvalid

func (m *DetailCollectionConfigResponse) GetIgnoreInvalid() bool

func (*DetailCollectionConfigResponse) GetInstanceIdMacro

func (m *DetailCollectionConfigResponse) GetInstanceIdMacro() string

func (*DetailCollectionConfigResponse) GetInterval

func (m *DetailCollectionConfigResponse) GetInterval() int32

func (*DetailCollectionConfigResponse) GetKwargs

func (*DetailCollectionConfigResponse) GetLabels

func (m *DetailCollectionConfigResponse) GetLabels() []string

func (*DetailCollectionConfigResponse) GetModifier

func (m *DetailCollectionConfigResponse) GetModifier() string

func (*DetailCollectionConfigResponse) GetMtime

func (m *DetailCollectionConfigResponse) GetMtime() int32

func (*DetailCollectionConfigResponse) GetName

func (*DetailCollectionConfigResponse) GetObjectId

func (m *DetailCollectionConfigResponse) GetObjectId() string

func (*DetailCollectionConfigResponse) GetOrg

func (*DetailCollectionConfigResponse) GetScript

func (*DetailCollectionConfigResponse) GetTimeRange

func (m *DetailCollectionConfigResponse) GetTimeRange() string

func (*DetailCollectionConfigResponse) GetTimeout

func (m *DetailCollectionConfigResponse) GetTimeout() int32

func (*DetailCollectionConfigResponse) ProtoMessage

func (*DetailCollectionConfigResponse) ProtoMessage()

func (*DetailCollectionConfigResponse) Reset

func (m *DetailCollectionConfigResponse) Reset()

func (*DetailCollectionConfigResponse) String

func (*DetailCollectionConfigResponse) Validate

func (this *DetailCollectionConfigResponse) Validate() error

func (*DetailCollectionConfigResponse) XXX_DiscardUnknown

func (m *DetailCollectionConfigResponse) XXX_DiscardUnknown()

func (*DetailCollectionConfigResponse) XXX_Marshal

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

func (*DetailCollectionConfigResponse) XXX_Merge

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

func (*DetailCollectionConfigResponse) XXX_Size

func (m *DetailCollectionConfigResponse) XXX_Size() int

func (*DetailCollectionConfigResponse) XXX_Unmarshal

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

type DetailCollectionConfigResponseWrapper

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

DetailCollectionConfigApi返回

func (*DetailCollectionConfigResponseWrapper) Descriptor

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

func (*DetailCollectionConfigResponseWrapper) GetCode

func (*DetailCollectionConfigResponseWrapper) GetCodeExplain

func (m *DetailCollectionConfigResponseWrapper) GetCodeExplain() string

func (*DetailCollectionConfigResponseWrapper) GetData

func (*DetailCollectionConfigResponseWrapper) GetError

func (*DetailCollectionConfigResponseWrapper) ProtoMessage

func (*DetailCollectionConfigResponseWrapper) ProtoMessage()

func (*DetailCollectionConfigResponseWrapper) Reset

func (*DetailCollectionConfigResponseWrapper) String

func (*DetailCollectionConfigResponseWrapper) Validate

func (*DetailCollectionConfigResponseWrapper) XXX_DiscardUnknown

func (m *DetailCollectionConfigResponseWrapper) XXX_DiscardUnknown()

func (*DetailCollectionConfigResponseWrapper) XXX_Marshal

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

func (*DetailCollectionConfigResponseWrapper) XXX_Merge

func (*DetailCollectionConfigResponseWrapper) XXX_Size

func (*DetailCollectionConfigResponseWrapper) XXX_Unmarshal

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

type DetailCollectionConfigResponse_Env

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

func (*DetailCollectionConfigResponse_Env) Descriptor

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

func (*DetailCollectionConfigResponse_Env) GetKey

func (*DetailCollectionConfigResponse_Env) GetValue

func (*DetailCollectionConfigResponse_Env) ProtoMessage

func (*DetailCollectionConfigResponse_Env) ProtoMessage()

func (*DetailCollectionConfigResponse_Env) Reset

func (*DetailCollectionConfigResponse_Env) String

func (*DetailCollectionConfigResponse_Env) Validate

func (this *DetailCollectionConfigResponse_Env) Validate() error

func (*DetailCollectionConfigResponse_Env) XXX_DiscardUnknown

func (m *DetailCollectionConfigResponse_Env) XXX_DiscardUnknown()

func (*DetailCollectionConfigResponse_Env) XXX_Marshal

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

func (*DetailCollectionConfigResponse_Env) XXX_Merge

func (*DetailCollectionConfigResponse_Env) XXX_Size

func (*DetailCollectionConfigResponse_Env) XXX_Unmarshal

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

type DetailCollectionConfigResponse_HostRange

type DetailCollectionConfigResponse_HostRange struct {
	//
	//模型ID
	ObjectId string `protobuf:"bytes,1,opt,name=objectId,proto3" json:"objectId" form:"objectId"`
	//
	//获取主机Key路径
	HostKey string `protobuf:"bytes,2,opt,name=hostKey,proto3" json:"hostKey" form:"hostKey"`
	//
	//查询者
	Querier string `protobuf:"bytes,3,opt,name=querier,proto3" json:"querier" form:"querier"`
	//
	//查询类型
	Type string `protobuf:"bytes,4,opt,name=type,proto3" json:"type" form:"type"`
	//
	//查询策略字符串
	QueryString string `protobuf:"bytes,5,opt,name=queryString,proto3" json:"queryString" form:"queryString"`
	//
	//查询策略ID
	QueryId string `protobuf:"bytes,6,opt,name=queryId,proto3" json:"queryId" form:"queryId"`
	//
	//查询策略ID
	Query                []*DetailCollectionConfigResponse_HostRange_Query `protobuf:"bytes,7,rep,name=query,proto3" json:"query" form:"query"`
	XXX_NoUnkeyedLiteral struct{}                                          `json:"-"`
	XXX_unrecognized     []byte                                            `json:"-"`
	XXX_sizecache        int32                                             `json:"-"`
}

func (*DetailCollectionConfigResponse_HostRange) Descriptor

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

func (*DetailCollectionConfigResponse_HostRange) GetHostKey

func (*DetailCollectionConfigResponse_HostRange) GetObjectId

func (*DetailCollectionConfigResponse_HostRange) GetQuerier

func (*DetailCollectionConfigResponse_HostRange) GetQuery

func (*DetailCollectionConfigResponse_HostRange) GetQueryId

func (*DetailCollectionConfigResponse_HostRange) GetQueryString

func (*DetailCollectionConfigResponse_HostRange) GetType

func (*DetailCollectionConfigResponse_HostRange) ProtoMessage

func (*DetailCollectionConfigResponse_HostRange) Reset

func (*DetailCollectionConfigResponse_HostRange) String

func (*DetailCollectionConfigResponse_HostRange) Validate

func (*DetailCollectionConfigResponse_HostRange) XXX_DiscardUnknown

func (m *DetailCollectionConfigResponse_HostRange) XXX_DiscardUnknown()

func (*DetailCollectionConfigResponse_HostRange) XXX_Marshal

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

func (*DetailCollectionConfigResponse_HostRange) XXX_Merge

func (*DetailCollectionConfigResponse_HostRange) XXX_Size

func (*DetailCollectionConfigResponse_HostRange) XXX_Unmarshal

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

type DetailCollectionConfigResponse_HostRange_Query

type DetailCollectionConfigResponse_HostRange_Query struct {
	//
	//键
	Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key" form:"key"`
	//
	//操作符
	Op string `protobuf:"bytes,2,opt,name=op,proto3" json:"op" form:"op"`
	//
	//值
	Value                *types.Value `protobuf:"bytes,3,opt,name=value,proto3" json:"value" form:"value"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*DetailCollectionConfigResponse_HostRange_Query) Descriptor

func (*DetailCollectionConfigResponse_HostRange_Query) GetKey

func (*DetailCollectionConfigResponse_HostRange_Query) GetOp

func (*DetailCollectionConfigResponse_HostRange_Query) GetValue

func (*DetailCollectionConfigResponse_HostRange_Query) ProtoMessage

func (*DetailCollectionConfigResponse_HostRange_Query) Reset

func (*DetailCollectionConfigResponse_HostRange_Query) String

func (*DetailCollectionConfigResponse_HostRange_Query) Validate

func (*DetailCollectionConfigResponse_HostRange_Query) XXX_DiscardUnknown

func (m *DetailCollectionConfigResponse_HostRange_Query) XXX_DiscardUnknown()

func (*DetailCollectionConfigResponse_HostRange_Query) XXX_Marshal

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

func (*DetailCollectionConfigResponse_HostRange_Query) XXX_Merge

func (*DetailCollectionConfigResponse_HostRange_Query) XXX_Size

func (*DetailCollectionConfigResponse_HostRange_Query) XXX_Unmarshal

type DetailCollectionConfigResponse_Kwargs

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

func (*DetailCollectionConfigResponse_Kwargs) Descriptor

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

func (*DetailCollectionConfigResponse_Kwargs) GetKey

func (*DetailCollectionConfigResponse_Kwargs) GetValue

func (*DetailCollectionConfigResponse_Kwargs) ProtoMessage

func (*DetailCollectionConfigResponse_Kwargs) ProtoMessage()

func (*DetailCollectionConfigResponse_Kwargs) Reset

func (*DetailCollectionConfigResponse_Kwargs) String

func (*DetailCollectionConfigResponse_Kwargs) Validate

func (*DetailCollectionConfigResponse_Kwargs) XXX_DiscardUnknown

func (m *DetailCollectionConfigResponse_Kwargs) XXX_DiscardUnknown()

func (*DetailCollectionConfigResponse_Kwargs) XXX_Marshal

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

func (*DetailCollectionConfigResponse_Kwargs) XXX_Merge

func (*DetailCollectionConfigResponse_Kwargs) XXX_Size

func (*DetailCollectionConfigResponse_Kwargs) XXX_Unmarshal

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

type DetailCollectionConfigResponse_Script

type DetailCollectionConfigResponse_Script struct {
	//
	//脚本Id
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id" form:"id"`
	//
	//脚本版本
	Version string `protobuf:"bytes,2,opt,name=version,proto3" json:"version" form:"version"`
	//
	//脚本类型
	Type string `protobuf:"bytes,3,opt,name=type,proto3" json:"type" form:"type"`
	//
	//脚本内容
	Content string `protobuf:"bytes,4,opt,name=content,proto3" json:"content" form:"content"`
	//
	//脚本名称
	Name                 string   `protobuf:"bytes,5,opt,name=name,proto3" json:"name" form:"name"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DetailCollectionConfigResponse_Script) Descriptor

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

func (*DetailCollectionConfigResponse_Script) GetContent

func (*DetailCollectionConfigResponse_Script) GetId

func (*DetailCollectionConfigResponse_Script) GetName

func (*DetailCollectionConfigResponse_Script) GetType

func (*DetailCollectionConfigResponse_Script) GetVersion

func (*DetailCollectionConfigResponse_Script) ProtoMessage

func (*DetailCollectionConfigResponse_Script) ProtoMessage()

func (*DetailCollectionConfigResponse_Script) Reset

func (*DetailCollectionConfigResponse_Script) String

func (*DetailCollectionConfigResponse_Script) Validate

func (*DetailCollectionConfigResponse_Script) XXX_DiscardUnknown

func (m *DetailCollectionConfigResponse_Script) XXX_DiscardUnknown()

func (*DetailCollectionConfigResponse_Script) XXX_Marshal

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

func (*DetailCollectionConfigResponse_Script) XXX_Merge

func (*DetailCollectionConfigResponse_Script) XXX_Size

func (*DetailCollectionConfigResponse_Script) XXX_Unmarshal

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

type DisableCollectionConfigRequest

type DisableCollectionConfigRequest struct {
	//
	//ID
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id" form:"id"`
	//
	//是否禁用
	Disabled             bool     `protobuf:"varint,2,opt,name=disabled,proto3" json:"disabled" form:"disabled"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

DisableCollectionConfig请求

func (*DisableCollectionConfigRequest) Descriptor

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

func (*DisableCollectionConfigRequest) GetDisabled

func (m *DisableCollectionConfigRequest) GetDisabled() bool

func (*DisableCollectionConfigRequest) GetId

func (*DisableCollectionConfigRequest) ProtoMessage

func (*DisableCollectionConfigRequest) ProtoMessage()

func (*DisableCollectionConfigRequest) Reset

func (m *DisableCollectionConfigRequest) Reset()

func (*DisableCollectionConfigRequest) String

func (*DisableCollectionConfigRequest) Validate

func (this *DisableCollectionConfigRequest) Validate() error

func (*DisableCollectionConfigRequest) XXX_DiscardUnknown

func (m *DisableCollectionConfigRequest) XXX_DiscardUnknown()

func (*DisableCollectionConfigRequest) XXX_Marshal

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

func (*DisableCollectionConfigRequest) XXX_Merge

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

func (*DisableCollectionConfigRequest) XXX_Size

func (m *DisableCollectionConfigRequest) XXX_Size() int

func (*DisableCollectionConfigRequest) XXX_Unmarshal

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

type DisableCollectionConfigResponse

type DisableCollectionConfigResponse struct {
	//
	//ID
	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id" form:"id"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

DisableCollectionConfig返回

func (*DisableCollectionConfigResponse) Descriptor

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

func (*DisableCollectionConfigResponse) GetId

func (*DisableCollectionConfigResponse) ProtoMessage

func (*DisableCollectionConfigResponse) ProtoMessage()

func (*DisableCollectionConfigResponse) Reset

func (*DisableCollectionConfigResponse) String

func (*DisableCollectionConfigResponse) Validate

func (this *DisableCollectionConfigResponse) Validate() error

func (*DisableCollectionConfigResponse) XXX_DiscardUnknown

func (m *DisableCollectionConfigResponse) XXX_DiscardUnknown()

func (*DisableCollectionConfigResponse) XXX_Marshal

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

func (*DisableCollectionConfigResponse) XXX_Merge

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

func (*DisableCollectionConfigResponse) XXX_Size

func (m *DisableCollectionConfigResponse) XXX_Size() int

func (*DisableCollectionConfigResponse) XXX_Unmarshal

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

type DisableCollectionConfigResponseWrapper

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

DisableCollectionConfigApi返回

func (*DisableCollectionConfigResponseWrapper) Descriptor

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

func (*DisableCollectionConfigResponseWrapper) GetCode

func (*DisableCollectionConfigResponseWrapper) GetCodeExplain

func (m *DisableCollectionConfigResponseWrapper) GetCodeExplain() string

func (*DisableCollectionConfigResponseWrapper) GetData

func (*DisableCollectionConfigResponseWrapper) GetError

func (*DisableCollectionConfigResponseWrapper) ProtoMessage

func (*DisableCollectionConfigResponseWrapper) Reset

func (*DisableCollectionConfigResponseWrapper) String

func (*DisableCollectionConfigResponseWrapper) Validate

func (*DisableCollectionConfigResponseWrapper) XXX_DiscardUnknown

func (m *DisableCollectionConfigResponseWrapper) XXX_DiscardUnknown()

func (*DisableCollectionConfigResponseWrapper) XXX_Marshal

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

func (*DisableCollectionConfigResponseWrapper) XXX_Merge

func (*DisableCollectionConfigResponseWrapper) XXX_Size

func (*DisableCollectionConfigResponseWrapper) XXX_Unmarshal

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

type ListCollectionConfigJobsRequest

type ListCollectionConfigJobsRequest struct {
	//
	//配置ID
	ConfId               string   `protobuf:"bytes,1,opt,name=confId,proto3" json:"confId" form:"confId"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

ListCollectionConfigJobs请求

func (*ListCollectionConfigJobsRequest) Descriptor

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

func (*ListCollectionConfigJobsRequest) GetConfId

func (m *ListCollectionConfigJobsRequest) GetConfId() string

func (*ListCollectionConfigJobsRequest) ProtoMessage

func (*ListCollectionConfigJobsRequest) ProtoMessage()

func (*ListCollectionConfigJobsRequest) Reset

func (*ListCollectionConfigJobsRequest) String

func (*ListCollectionConfigJobsRequest) Validate

func (this *ListCollectionConfigJobsRequest) Validate() error

func (*ListCollectionConfigJobsRequest) XXX_DiscardUnknown

func (m *ListCollectionConfigJobsRequest) XXX_DiscardUnknown()

func (*ListCollectionConfigJobsRequest) XXX_Marshal

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

func (*ListCollectionConfigJobsRequest) XXX_Merge

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

func (*ListCollectionConfigJobsRequest) XXX_Size

func (m *ListCollectionConfigJobsRequest) XXX_Size() int

func (*ListCollectionConfigJobsRequest) XXX_Unmarshal

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

type ListCollectionConfigJobsResponse

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

ListCollectionConfigJobs返回

func (*ListCollectionConfigJobsResponse) Descriptor

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

func (*ListCollectionConfigJobsResponse) GetList

func (*ListCollectionConfigJobsResponse) GetPage

func (*ListCollectionConfigJobsResponse) GetPageSize

func (m *ListCollectionConfigJobsResponse) GetPageSize() int32

func (*ListCollectionConfigJobsResponse) GetTotal

func (*ListCollectionConfigJobsResponse) ProtoMessage

func (*ListCollectionConfigJobsResponse) ProtoMessage()

func (*ListCollectionConfigJobsResponse) Reset

func (*ListCollectionConfigJobsResponse) String

func (*ListCollectionConfigJobsResponse) Validate

func (this *ListCollectionConfigJobsResponse) Validate() error

func (*ListCollectionConfigJobsResponse) XXX_DiscardUnknown

func (m *ListCollectionConfigJobsResponse) XXX_DiscardUnknown()

func (*ListCollectionConfigJobsResponse) XXX_Marshal

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

func (*ListCollectionConfigJobsResponse) XXX_Merge

func (*ListCollectionConfigJobsResponse) XXX_Size

func (m *ListCollectionConfigJobsResponse) XXX_Size() int

func (*ListCollectionConfigJobsResponse) XXX_Unmarshal

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

type ListCollectionConfigJobsResponseWrapper

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

ListCollectionConfigJobsApi返回

func (*ListCollectionConfigJobsResponseWrapper) Descriptor

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

func (*ListCollectionConfigJobsResponseWrapper) GetCode

func (*ListCollectionConfigJobsResponseWrapper) GetCodeExplain

func (m *ListCollectionConfigJobsResponseWrapper) GetCodeExplain() string

func (*ListCollectionConfigJobsResponseWrapper) GetData

func (*ListCollectionConfigJobsResponseWrapper) GetError

func (*ListCollectionConfigJobsResponseWrapper) ProtoMessage

func (*ListCollectionConfigJobsResponseWrapper) Reset

func (*ListCollectionConfigJobsResponseWrapper) String

func (*ListCollectionConfigJobsResponseWrapper) Validate

func (*ListCollectionConfigJobsResponseWrapper) XXX_DiscardUnknown

func (m *ListCollectionConfigJobsResponseWrapper) XXX_DiscardUnknown()

func (*ListCollectionConfigJobsResponseWrapper) XXX_Marshal

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

func (*ListCollectionConfigJobsResponseWrapper) XXX_Merge

func (*ListCollectionConfigJobsResponseWrapper) XXX_Size

func (*ListCollectionConfigJobsResponseWrapper) XXX_Unmarshal

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

type ListCollectionConfigJobsResponse_List

type ListCollectionConfigJobsResponse_List struct {
	//
	//执行时间间隔
	Interval int32 `protobuf:"varint,1,opt,name=interval,proto3" json:"interval" form:"interval"`
	//
	//超时间隔
	Timeout int32 `protobuf:"varint,2,opt,name=timeout,proto3" json:"timeout" form:"timeout"`
	//
	//执行时间段
	TimeRange string `protobuf:"bytes,3,opt,name=timeRange,proto3" json:"timeRange" form:"timeRange"`
	//
	//主机
	Host *ListCollectionConfigJobsResponse_List_Host `protobuf:"bytes,4,opt,name=host,proto3" json:"host" form:"host"`
	//
	//指标表名
	MetricTable string `protobuf:"bytes,5,opt,name=metricTable,proto3" json:"metricTable" form:"metricTable"`
	//
	//插件ID
	PluginId string `protobuf:"bytes,6,opt,name=pluginId,proto3" json:"pluginId" form:"pluginId"`
	//
	//采集作业名称
	Name string `protobuf:"bytes,7,opt,name=name,proto3" json:"name" form:"name"`
	//
	//脚本
	Script *ListCollectionConfigJobsResponse_List_Script `protobuf:"bytes,8,opt,name=script,proto3" json:"script" form:"script"`
	//
	//数据ID
	DataId int32 `protobuf:"varint,9,opt,name=dataId,proto3" json:"dataId" form:"dataId"`
	//
	//环境变量
	Env []*ListCollectionConfigJobsResponse_List_Env `protobuf:"bytes,10,rep,name=env,proto3" json:"env" form:"env"`
	//
	//参数
	Kwargs []*ListCollectionConfigJobsResponse_List_Kwargs `protobuf:"bytes,11,rep,name=kwargs,proto3" json:"kwargs" form:"kwargs"`
	//
	//执行方法
	Fun string `protobuf:"bytes,12,opt,name=fun,proto3" json:"fun" form:"fun"`
	//
	//采集类型ID
	ClazzId string `protobuf:"bytes,13,opt,name=clazzId,proto3" json:"clazzId" form:"clazzId"`
	//
	//采集类型名称
	ClazzName string `protobuf:"bytes,14,opt,name=clazzName,proto3" json:"clazzName" form:"clazzName"`
	//
	//采集任务ID
	JobConfigId string `protobuf:"bytes,15,opt,name=jobConfigId,proto3" json:"jobConfigId" form:"jobConfigId"`
	//
	//数据要求字段
	RequiredFields []string `protobuf:"bytes,16,rep,name=requiredFields,proto3" json:"requiredFields" form:"requiredFields"`
	//
	//缓存过期次数(时间)
	CacheTtl int32 `protobuf:"varint,17,opt,name=cacheTtl,proto3" json:"cacheTtl" form:"cacheTtl"`
	//
	//是否忽略不符合要求数据
	IgnoreInvalid bool `protobuf:"varint,18,opt,name=ignoreInvalid,proto3" json:"ignoreInvalid" form:"ignoreInvalid"`
	//
	//标签
	Labels []string `protobuf:"bytes,19,rep,name=labels,proto3" json:"labels" form:"labels"`
	//
	//是否禁用
	Disabled bool `protobuf:"varint,20,opt,name=disabled,proto3" json:"disabled" form:"disabled"`
	//
	//ORG
	Org int32 `protobuf:"varint,21,opt,name=org,proto3" json:"org" form:"org"`
	//
	//采集作业ID
	Id string `protobuf:"bytes,22,opt,name=id,proto3" json:"id" form:"id"`
	//
	//创建者
	Creator string `protobuf:"bytes,23,opt,name=creator,proto3" json:"creator" form:"creator"`
	//
	//修改者
	Modifier string `protobuf:"bytes,24,opt,name=modifier,proto3" json:"modifier" form:"modifier"`
	//
	//创建时间
	Ctime int32 `protobuf:"varint,25,opt,name=ctime,proto3" json:"ctime" form:"ctime"`
	//
	//修改时间
	Mtime int32 `protobuf:"varint,26,opt,name=mtime,proto3" json:"mtime" form:"mtime"`
	//
	//关联模型ID
	ObjectId string `protobuf:"bytes,27,opt,name=objectId,proto3" json:"objectId" form:"objectId"`
	//
	//关联模型实例ID
	InstanceId           string   `protobuf:"bytes,28,opt,name=instanceId,proto3" json:"instanceId" form:"instanceId"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListCollectionConfigJobsResponse_List) Descriptor

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

func (*ListCollectionConfigJobsResponse_List) GetCacheTtl

func (*ListCollectionConfigJobsResponse_List) GetClazzId

func (*ListCollectionConfigJobsResponse_List) GetClazzName

func (*ListCollectionConfigJobsResponse_List) GetCreator

func (*ListCollectionConfigJobsResponse_List) GetCtime

func (*ListCollectionConfigJobsResponse_List) GetDataId

func (*ListCollectionConfigJobsResponse_List) GetDisabled

func (*ListCollectionConfigJobsResponse_List) GetEnv

func (*ListCollectionConfigJobsResponse_List) GetFun

func (*ListCollectionConfigJobsResponse_List) GetHost

func (*ListCollectionConfigJobsResponse_List) GetId

func (*ListCollectionConfigJobsResponse_List) GetIgnoreInvalid

func (m *ListCollectionConfigJobsResponse_List) GetIgnoreInvalid() bool

func (*ListCollectionConfigJobsResponse_List) GetInstanceId

func (m *ListCollectionConfigJobsResponse_List) GetInstanceId() string

func (*ListCollectionConfigJobsResponse_List) GetInterval

func (*ListCollectionConfigJobsResponse_List) GetJobConfigId

func (m *ListCollectionConfigJobsResponse_List) GetJobConfigId() string

func (*ListCollectionConfigJobsResponse_List) GetKwargs

func (*ListCollectionConfigJobsResponse_List) GetLabels

func (*ListCollectionConfigJobsResponse_List) GetMetricTable

func (m *ListCollectionConfigJobsResponse_List) GetMetricTable() string

func (*ListCollectionConfigJobsResponse_List) GetModifier

func (*ListCollectionConfigJobsResponse_List) GetMtime

func (*ListCollectionConfigJobsResponse_List) GetName

func (*ListCollectionConfigJobsResponse_List) GetObjectId

func (*ListCollectionConfigJobsResponse_List) GetOrg

func (*ListCollectionConfigJobsResponse_List) GetPluginId

func (*ListCollectionConfigJobsResponse_List) GetRequiredFields

func (m *ListCollectionConfigJobsResponse_List) GetRequiredFields() []string

func (*ListCollectionConfigJobsResponse_List) GetScript

func (*ListCollectionConfigJobsResponse_List) GetTimeRange

func (*ListCollectionConfigJobsResponse_List) GetTimeout

func (*ListCollectionConfigJobsResponse_List) ProtoMessage

func (*ListCollectionConfigJobsResponse_List) ProtoMessage()

func (*ListCollectionConfigJobsResponse_List) Reset

func (*ListCollectionConfigJobsResponse_List) String

func (*ListCollectionConfigJobsResponse_List) Validate

func (*ListCollectionConfigJobsResponse_List) XXX_DiscardUnknown

func (m *ListCollectionConfigJobsResponse_List) XXX_DiscardUnknown()

func (*ListCollectionConfigJobsResponse_List) XXX_Marshal

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

func (*ListCollectionConfigJobsResponse_List) XXX_Merge

func (*ListCollectionConfigJobsResponse_List) XXX_Size

func (*ListCollectionConfigJobsResponse_List) XXX_Unmarshal

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

type ListCollectionConfigJobsResponse_List_Env

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

func (*ListCollectionConfigJobsResponse_List_Env) Descriptor

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

func (*ListCollectionConfigJobsResponse_List_Env) GetKey

func (*ListCollectionConfigJobsResponse_List_Env) GetValue

func (*ListCollectionConfigJobsResponse_List_Env) ProtoMessage

func (*ListCollectionConfigJobsResponse_List_Env) Reset

func (*ListCollectionConfigJobsResponse_List_Env) String

func (*ListCollectionConfigJobsResponse_List_Env) Validate

func (*ListCollectionConfigJobsResponse_List_Env) XXX_DiscardUnknown

func (m *ListCollectionConfigJobsResponse_List_Env) XXX_DiscardUnknown()

func (*ListCollectionConfigJobsResponse_List_Env) XXX_Marshal

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

func (*ListCollectionConfigJobsResponse_List_Env) XXX_Merge

func (*ListCollectionConfigJobsResponse_List_Env) XXX_Size

func (*ListCollectionConfigJobsResponse_List_Env) XXX_Unmarshal

type ListCollectionConfigJobsResponse_List_Host

type ListCollectionConfigJobsResponse_List_Host struct {
	//
	//主机
	InstanceId string `protobuf:"bytes,1,opt,name=instanceId,proto3" json:"instanceId" form:"instanceId"`
	//
	//IP
	Ip string `protobuf:"bytes,2,opt,name=ip,proto3" json:"ip" form:"ip"`
	//
	//Agent唯一标识
	Uuid                 string   `protobuf:"bytes,3,opt,name=uuid,proto3" json:"uuid" form:"uuid"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListCollectionConfigJobsResponse_List_Host) Descriptor

func (*ListCollectionConfigJobsResponse_List_Host) GetInstanceId

func (*ListCollectionConfigJobsResponse_List_Host) GetIp

func (*ListCollectionConfigJobsResponse_List_Host) GetUuid

func (*ListCollectionConfigJobsResponse_List_Host) ProtoMessage

func (*ListCollectionConfigJobsResponse_List_Host) Reset

func (*ListCollectionConfigJobsResponse_List_Host) String

func (*ListCollectionConfigJobsResponse_List_Host) Validate

func (*ListCollectionConfigJobsResponse_List_Host) XXX_DiscardUnknown

func (m *ListCollectionConfigJobsResponse_List_Host) XXX_DiscardUnknown()

func (*ListCollectionConfigJobsResponse_List_Host) XXX_Marshal

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

func (*ListCollectionConfigJobsResponse_List_Host) XXX_Merge

func (*ListCollectionConfigJobsResponse_List_Host) XXX_Size

func (*ListCollectionConfigJobsResponse_List_Host) XXX_Unmarshal

type ListCollectionConfigJobsResponse_List_Kwargs

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

func (*ListCollectionConfigJobsResponse_List_Kwargs) Descriptor

func (*ListCollectionConfigJobsResponse_List_Kwargs) GetKey

func (*ListCollectionConfigJobsResponse_List_Kwargs) GetValue

func (*ListCollectionConfigJobsResponse_List_Kwargs) ProtoMessage

func (*ListCollectionConfigJobsResponse_List_Kwargs) Reset

func (*ListCollectionConfigJobsResponse_List_Kwargs) String

func (*ListCollectionConfigJobsResponse_List_Kwargs) Validate

func (*ListCollectionConfigJobsResponse_List_Kwargs) XXX_DiscardUnknown

func (m *ListCollectionConfigJobsResponse_List_Kwargs) XXX_DiscardUnknown()

func (*ListCollectionConfigJobsResponse_List_Kwargs) XXX_Marshal

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

func (*ListCollectionConfigJobsResponse_List_Kwargs) XXX_Merge

func (*ListCollectionConfigJobsResponse_List_Kwargs) XXX_Size

func (*ListCollectionConfigJobsResponse_List_Kwargs) XXX_Unmarshal

type ListCollectionConfigJobsResponse_List_Script

type ListCollectionConfigJobsResponse_List_Script struct {
	//
	//脚本Id
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id" form:"id"`
	//
	//脚本版本
	Version string `protobuf:"bytes,2,opt,name=version,proto3" json:"version" form:"version"`
	//
	//脚本类型
	Type string `protobuf:"bytes,3,opt,name=type,proto3" json:"type" form:"type"`
	//
	//脚本内容
	Content string `protobuf:"bytes,4,opt,name=content,proto3" json:"content" form:"content"`
	//
	//脚本名称
	Name                 string   `protobuf:"bytes,5,opt,name=name,proto3" json:"name" form:"name"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListCollectionConfigJobsResponse_List_Script) Descriptor

func (*ListCollectionConfigJobsResponse_List_Script) GetContent

func (*ListCollectionConfigJobsResponse_List_Script) GetId

func (*ListCollectionConfigJobsResponse_List_Script) GetName

func (*ListCollectionConfigJobsResponse_List_Script) GetType

func (*ListCollectionConfigJobsResponse_List_Script) GetVersion

func (*ListCollectionConfigJobsResponse_List_Script) ProtoMessage

func (*ListCollectionConfigJobsResponse_List_Script) Reset

func (*ListCollectionConfigJobsResponse_List_Script) String

func (*ListCollectionConfigJobsResponse_List_Script) Validate

func (*ListCollectionConfigJobsResponse_List_Script) XXX_DiscardUnknown

func (m *ListCollectionConfigJobsResponse_List_Script) XXX_DiscardUnknown()

func (*ListCollectionConfigJobsResponse_List_Script) XXX_Marshal

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

func (*ListCollectionConfigJobsResponse_List_Script) XXX_Merge

func (*ListCollectionConfigJobsResponse_List_Script) XXX_Size

func (*ListCollectionConfigJobsResponse_List_Script) XXX_Unmarshal

type ListCollectionConfigRequest

type ListCollectionConfigRequest struct {
	//
	//页码
	Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page" form:"page"`
	//
	//页大小
	PageSize int32 `protobuf:"varint,2,opt,name=pageSize,proto3" json:"pageSize" form:"pageSize"`
	//
	//是否启禁用
	Disabled int32 `protobuf:"varint,3,opt,name=disabled,proto3" json:"disabled" form:"disabled"`
	//
	//是否全部
	IsAll                int32    `protobuf:"varint,4,opt,name=isAll,proto3" json:"isAll" form:"isAll"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

ListCollectionConfig请求

func (*ListCollectionConfigRequest) Descriptor

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

func (*ListCollectionConfigRequest) GetDisabled

func (m *ListCollectionConfigRequest) GetDisabled() int32

func (*ListCollectionConfigRequest) GetIsAll

func (m *ListCollectionConfigRequest) GetIsAll() int32

func (*ListCollectionConfigRequest) GetPage

func (m *ListCollectionConfigRequest) GetPage() int32

func (*ListCollectionConfigRequest) GetPageSize

func (m *ListCollectionConfigRequest) GetPageSize() int32

func (*ListCollectionConfigRequest) ProtoMessage

func (*ListCollectionConfigRequest) ProtoMessage()

func (*ListCollectionConfigRequest) Reset

func (m *ListCollectionConfigRequest) Reset()

func (*ListCollectionConfigRequest) String

func (m *ListCollectionConfigRequest) String() string

func (*ListCollectionConfigRequest) Validate

func (this *ListCollectionConfigRequest) Validate() error

func (*ListCollectionConfigRequest) XXX_DiscardUnknown

func (m *ListCollectionConfigRequest) XXX_DiscardUnknown()

func (*ListCollectionConfigRequest) XXX_Marshal

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

func (*ListCollectionConfigRequest) XXX_Merge

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

func (*ListCollectionConfigRequest) XXX_Size

func (m *ListCollectionConfigRequest) XXX_Size() int

func (*ListCollectionConfigRequest) XXX_Unmarshal

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

type ListCollectionConfigResponse

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

ListCollectionConfig返回

func (*ListCollectionConfigResponse) Descriptor

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

func (*ListCollectionConfigResponse) GetList

func (*ListCollectionConfigResponse) GetPage

func (m *ListCollectionConfigResponse) GetPage() int32

func (*ListCollectionConfigResponse) GetPageSize

func (m *ListCollectionConfigResponse) GetPageSize() int32

func (*ListCollectionConfigResponse) GetTotal

func (m *ListCollectionConfigResponse) GetTotal() int32

func (*ListCollectionConfigResponse) ProtoMessage

func (*ListCollectionConfigResponse) ProtoMessage()

func (*ListCollectionConfigResponse) Reset

func (m *ListCollectionConfigResponse) Reset()

func (*ListCollectionConfigResponse) String

func (*ListCollectionConfigResponse) Validate

func (this *ListCollectionConfigResponse) Validate() error

func (*ListCollectionConfigResponse) XXX_DiscardUnknown

func (m *ListCollectionConfigResponse) XXX_DiscardUnknown()

func (*ListCollectionConfigResponse) XXX_Marshal

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

func (*ListCollectionConfigResponse) XXX_Merge

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

func (*ListCollectionConfigResponse) XXX_Size

func (m *ListCollectionConfigResponse) XXX_Size() int

func (*ListCollectionConfigResponse) XXX_Unmarshal

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

type ListCollectionConfigResponseWrapper

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

ListCollectionConfigApi返回

func (*ListCollectionConfigResponseWrapper) Descriptor

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

func (*ListCollectionConfigResponseWrapper) GetCode

func (*ListCollectionConfigResponseWrapper) GetCodeExplain

func (m *ListCollectionConfigResponseWrapper) GetCodeExplain() string

func (*ListCollectionConfigResponseWrapper) GetData

func (*ListCollectionConfigResponseWrapper) GetError

func (*ListCollectionConfigResponseWrapper) ProtoMessage

func (*ListCollectionConfigResponseWrapper) ProtoMessage()

func (*ListCollectionConfigResponseWrapper) Reset

func (*ListCollectionConfigResponseWrapper) String

func (*ListCollectionConfigResponseWrapper) Validate

func (this *ListCollectionConfigResponseWrapper) Validate() error

func (*ListCollectionConfigResponseWrapper) XXX_DiscardUnknown

func (m *ListCollectionConfigResponseWrapper) XXX_DiscardUnknown()

func (*ListCollectionConfigResponseWrapper) XXX_Marshal

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

func (*ListCollectionConfigResponseWrapper) XXX_Merge

func (*ListCollectionConfigResponseWrapper) XXX_Size

func (*ListCollectionConfigResponseWrapper) XXX_Unmarshal

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

type ListCollectionConfigResponse_List

type ListCollectionConfigResponse_List struct {
	//
	//ORG
	Org int32 `protobuf:"varint,1,opt,name=org,proto3" json:"org" form:"org"`
	//
	//ID
	Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id" form:"id"`
	//
	//名称
	Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name" form:"name"`
	//
	//参数
	Kwargs []*ListCollectionConfigResponse_List_Kwargs `protobuf:"bytes,4,rep,name=kwargs,proto3" json:"kwargs" form:"kwargs"`
	//
	//超时时间
	Timeout int32 `protobuf:"varint,5,opt,name=timeout,proto3" json:"timeout" form:"timeout"`
	//
	//环境变量
	Env []*ListCollectionConfigResponse_List_Env `protobuf:"bytes,6,rep,name=env,proto3" json:"env" form:"env"`
	//
	//是否禁用
	Disabled bool `protobuf:"varint,7,opt,name=disabled,proto3" json:"disabled" form:"disabled"`
	//
	//标签
	Labels []string `protobuf:"bytes,8,rep,name=labels,proto3" json:"labels" form:"labels"`
	//
	//脚本
	Script *ListCollectionConfigResponse_List_Script `protobuf:"bytes,9,opt,name=script,proto3" json:"script" form:"script"`
	//
	//是否忽略不符合要求数据
	IgnoreInvalid bool `protobuf:"varint,10,opt,name=ignoreInvalid,proto3" json:"ignoreInvalid" form:"ignoreInvalid"`
	//
	//主机范围
	HostRange *ListCollectionConfigResponse_List_HostRange `protobuf:"bytes,11,opt,name=hostRange,proto3" json:"hostRange" form:"hostRange"`
	//
	//采集间隔
	Interval int32 `protobuf:"varint,12,opt,name=interval,proto3" json:"interval" form:"interval"`
	//
	//缓存过期次数(时间)
	CacheTtl int32 `protobuf:"varint,13,opt,name=cacheTtl,proto3" json:"cacheTtl" form:"cacheTtl"`
	//
	//执行时间范围(24小时)
	TimeRange string `protobuf:"bytes,14,opt,name=timeRange,proto3" json:"timeRange" form:"timeRange"`
	//
	//采集类型ID
	ClazzId string `protobuf:"bytes,15,opt,name=clazzId,proto3" json:"clazzId" form:"clazzId"`
	//
	//创建者
	Creator string `protobuf:"bytes,16,opt,name=creator,proto3" json:"creator" form:"creator"`
	//
	//修改者
	Modifier string `protobuf:"bytes,17,opt,name=modifier,proto3" json:"modifier" form:"modifier"`
	//
	//创建时间
	Ctime int32 `protobuf:"varint,18,opt,name=ctime,proto3" json:"ctime" form:"ctime"`
	//
	//修改时间
	Mtime int32 `protobuf:"varint,19,opt,name=mtime,proto3" json:"mtime" form:"mtime"`
	//
	//关联模型ID
	ObjectId string `protobuf:"bytes,20,opt,name=objectId,proto3" json:"objectId" form:"objectId"`
	//
	//关联模型实例ID宏
	InstanceIdMacro      string   `protobuf:"bytes,21,opt,name=instanceIdMacro,proto3" json:"instanceIdMacro" form:"instanceIdMacro"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListCollectionConfigResponse_List) Descriptor

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

func (*ListCollectionConfigResponse_List) GetCacheTtl

func (m *ListCollectionConfigResponse_List) GetCacheTtl() int32

func (*ListCollectionConfigResponse_List) GetClazzId

func (m *ListCollectionConfigResponse_List) GetClazzId() string

func (*ListCollectionConfigResponse_List) GetCreator

func (m *ListCollectionConfigResponse_List) GetCreator() string

func (*ListCollectionConfigResponse_List) GetCtime

func (*ListCollectionConfigResponse_List) GetDisabled

func (m *ListCollectionConfigResponse_List) GetDisabled() bool

func (*ListCollectionConfigResponse_List) GetEnv

func (*ListCollectionConfigResponse_List) GetHostRange

func (*ListCollectionConfigResponse_List) GetId

func (*ListCollectionConfigResponse_List) GetIgnoreInvalid

func (m *ListCollectionConfigResponse_List) GetIgnoreInvalid() bool

func (*ListCollectionConfigResponse_List) GetInstanceIdMacro

func (m *ListCollectionConfigResponse_List) GetInstanceIdMacro() string

func (*ListCollectionConfigResponse_List) GetInterval

func (m *ListCollectionConfigResponse_List) GetInterval() int32

func (*ListCollectionConfigResponse_List) GetKwargs

func (*ListCollectionConfigResponse_List) GetLabels

func (m *ListCollectionConfigResponse_List) GetLabels() []string

func (*ListCollectionConfigResponse_List) GetModifier

func (m *ListCollectionConfigResponse_List) GetModifier() string

func (*ListCollectionConfigResponse_List) GetMtime

func (*ListCollectionConfigResponse_List) GetName

func (*ListCollectionConfigResponse_List) GetObjectId

func (m *ListCollectionConfigResponse_List) GetObjectId() string

func (*ListCollectionConfigResponse_List) GetOrg

func (*ListCollectionConfigResponse_List) GetScript

func (*ListCollectionConfigResponse_List) GetTimeRange

func (m *ListCollectionConfigResponse_List) GetTimeRange() string

func (*ListCollectionConfigResponse_List) GetTimeout

func (m *ListCollectionConfigResponse_List) GetTimeout() int32

func (*ListCollectionConfigResponse_List) ProtoMessage

func (*ListCollectionConfigResponse_List) ProtoMessage()

func (*ListCollectionConfigResponse_List) Reset

func (*ListCollectionConfigResponse_List) String

func (*ListCollectionConfigResponse_List) Validate

func (this *ListCollectionConfigResponse_List) Validate() error

func (*ListCollectionConfigResponse_List) XXX_DiscardUnknown

func (m *ListCollectionConfigResponse_List) XXX_DiscardUnknown()

func (*ListCollectionConfigResponse_List) XXX_Marshal

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

func (*ListCollectionConfigResponse_List) XXX_Merge

func (*ListCollectionConfigResponse_List) XXX_Size

func (m *ListCollectionConfigResponse_List) XXX_Size() int

func (*ListCollectionConfigResponse_List) XXX_Unmarshal

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

type ListCollectionConfigResponse_List_Env

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

func (*ListCollectionConfigResponse_List_Env) Descriptor

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

func (*ListCollectionConfigResponse_List_Env) GetKey

func (*ListCollectionConfigResponse_List_Env) GetValue

func (*ListCollectionConfigResponse_List_Env) ProtoMessage

func (*ListCollectionConfigResponse_List_Env) ProtoMessage()

func (*ListCollectionConfigResponse_List_Env) Reset

func (*ListCollectionConfigResponse_List_Env) String

func (*ListCollectionConfigResponse_List_Env) Validate

func (*ListCollectionConfigResponse_List_Env) XXX_DiscardUnknown

func (m *ListCollectionConfigResponse_List_Env) XXX_DiscardUnknown()

func (*ListCollectionConfigResponse_List_Env) XXX_Marshal

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

func (*ListCollectionConfigResponse_List_Env) XXX_Merge

func (*ListCollectionConfigResponse_List_Env) XXX_Size

func (*ListCollectionConfigResponse_List_Env) XXX_Unmarshal

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

type ListCollectionConfigResponse_List_HostRange

type ListCollectionConfigResponse_List_HostRange struct {
	//
	//模型ID
	ObjectId string `protobuf:"bytes,1,opt,name=objectId,proto3" json:"objectId" form:"objectId"`
	//
	//获取主机Key路径
	HostKey string `protobuf:"bytes,2,opt,name=hostKey,proto3" json:"hostKey" form:"hostKey"`
	//
	//查询者
	Querier string `protobuf:"bytes,3,opt,name=querier,proto3" json:"querier" form:"querier"`
	//
	//查询类型
	Type string `protobuf:"bytes,4,opt,name=type,proto3" json:"type" form:"type"`
	//
	//查询策略字符串
	QueryString string `protobuf:"bytes,5,opt,name=queryString,proto3" json:"queryString" form:"queryString"`
	//
	//查询策略ID
	QueryId string `protobuf:"bytes,6,opt,name=queryId,proto3" json:"queryId" form:"queryId"`
	//
	//查询策略ID
	Query                []*ListCollectionConfigResponse_List_HostRange_Query `protobuf:"bytes,7,rep,name=query,proto3" json:"query" form:"query"`
	XXX_NoUnkeyedLiteral struct{}                                             `json:"-"`
	XXX_unrecognized     []byte                                               `json:"-"`
	XXX_sizecache        int32                                                `json:"-"`
}

func (*ListCollectionConfigResponse_List_HostRange) Descriptor

func (*ListCollectionConfigResponse_List_HostRange) GetHostKey

func (*ListCollectionConfigResponse_List_HostRange) GetObjectId

func (*ListCollectionConfigResponse_List_HostRange) GetQuerier

func (*ListCollectionConfigResponse_List_HostRange) GetQuery

func (*ListCollectionConfigResponse_List_HostRange) GetQueryId

func (*ListCollectionConfigResponse_List_HostRange) GetQueryString

func (*ListCollectionConfigResponse_List_HostRange) GetType

func (*ListCollectionConfigResponse_List_HostRange) ProtoMessage

func (*ListCollectionConfigResponse_List_HostRange) Reset

func (*ListCollectionConfigResponse_List_HostRange) String

func (*ListCollectionConfigResponse_List_HostRange) Validate

func (*ListCollectionConfigResponse_List_HostRange) XXX_DiscardUnknown

func (m *ListCollectionConfigResponse_List_HostRange) XXX_DiscardUnknown()

func (*ListCollectionConfigResponse_List_HostRange) XXX_Marshal

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

func (*ListCollectionConfigResponse_List_HostRange) XXX_Merge

func (*ListCollectionConfigResponse_List_HostRange) XXX_Size

func (*ListCollectionConfigResponse_List_HostRange) XXX_Unmarshal

type ListCollectionConfigResponse_List_HostRange_Query

type ListCollectionConfigResponse_List_HostRange_Query struct {
	//
	//键
	Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key" form:"key"`
	//
	//操作符
	Op string `protobuf:"bytes,2,opt,name=op,proto3" json:"op" form:"op"`
	//
	//值
	Value                *types.Value `protobuf:"bytes,3,opt,name=value,proto3" json:"value" form:"value"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*ListCollectionConfigResponse_List_HostRange_Query) Descriptor

func (*ListCollectionConfigResponse_List_HostRange_Query) GetKey

func (*ListCollectionConfigResponse_List_HostRange_Query) GetOp

func (*ListCollectionConfigResponse_List_HostRange_Query) GetValue

func (*ListCollectionConfigResponse_List_HostRange_Query) ProtoMessage

func (*ListCollectionConfigResponse_List_HostRange_Query) Reset

func (*ListCollectionConfigResponse_List_HostRange_Query) String

func (*ListCollectionConfigResponse_List_HostRange_Query) Validate

func (*ListCollectionConfigResponse_List_HostRange_Query) XXX_DiscardUnknown

func (m *ListCollectionConfigResponse_List_HostRange_Query) XXX_DiscardUnknown()

func (*ListCollectionConfigResponse_List_HostRange_Query) XXX_Marshal

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

func (*ListCollectionConfigResponse_List_HostRange_Query) XXX_Merge

func (*ListCollectionConfigResponse_List_HostRange_Query) XXX_Size

func (*ListCollectionConfigResponse_List_HostRange_Query) XXX_Unmarshal

type ListCollectionConfigResponse_List_Kwargs

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

func (*ListCollectionConfigResponse_List_Kwargs) Descriptor

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

func (*ListCollectionConfigResponse_List_Kwargs) GetKey

func (*ListCollectionConfigResponse_List_Kwargs) GetValue

func (*ListCollectionConfigResponse_List_Kwargs) ProtoMessage

func (*ListCollectionConfigResponse_List_Kwargs) Reset

func (*ListCollectionConfigResponse_List_Kwargs) String

func (*ListCollectionConfigResponse_List_Kwargs) Validate

func (*ListCollectionConfigResponse_List_Kwargs) XXX_DiscardUnknown

func (m *ListCollectionConfigResponse_List_Kwargs) XXX_DiscardUnknown()

func (*ListCollectionConfigResponse_List_Kwargs) XXX_Marshal

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

func (*ListCollectionConfigResponse_List_Kwargs) XXX_Merge

func (*ListCollectionConfigResponse_List_Kwargs) XXX_Size

func (*ListCollectionConfigResponse_List_Kwargs) XXX_Unmarshal

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

type ListCollectionConfigResponse_List_Script

type ListCollectionConfigResponse_List_Script struct {
	//
	//脚本Id
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id" form:"id"`
	//
	//脚本版本
	Version string `protobuf:"bytes,2,opt,name=version,proto3" json:"version" form:"version"`
	//
	//脚本类型
	Type string `protobuf:"bytes,3,opt,name=type,proto3" json:"type" form:"type"`
	//
	//脚本内容
	Content string `protobuf:"bytes,4,opt,name=content,proto3" json:"content" form:"content"`
	//
	//脚本名称
	Name                 string   `protobuf:"bytes,5,opt,name=name,proto3" json:"name" form:"name"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListCollectionConfigResponse_List_Script) Descriptor

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

func (*ListCollectionConfigResponse_List_Script) GetContent

func (*ListCollectionConfigResponse_List_Script) GetId

func (*ListCollectionConfigResponse_List_Script) GetName

func (*ListCollectionConfigResponse_List_Script) GetType

func (*ListCollectionConfigResponse_List_Script) GetVersion

func (*ListCollectionConfigResponse_List_Script) ProtoMessage

func (*ListCollectionConfigResponse_List_Script) Reset

func (*ListCollectionConfigResponse_List_Script) String

func (*ListCollectionConfigResponse_List_Script) Validate

func (*ListCollectionConfigResponse_List_Script) XXX_DiscardUnknown

func (m *ListCollectionConfigResponse_List_Script) XXX_DiscardUnknown()

func (*ListCollectionConfigResponse_List_Script) XXX_Marshal

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

func (*ListCollectionConfigResponse_List_Script) XXX_Merge

func (*ListCollectionConfigResponse_List_Script) XXX_Size

func (*ListCollectionConfigResponse_List_Script) XXX_Unmarshal

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

type MaintainCollectionConfigJobRequest

type MaintainCollectionConfigJobRequest struct {
	//
	//配置IDs
	JobConfigIds []string `protobuf:"bytes,1,rep,name=jobConfigIds,proto3" json:"jobConfigIds" form:"jobConfigIds"`
	//
	//是否全部配置
	IsAll bool `protobuf:"varint,2,opt,name=isAll,proto3" json:"isAll" form:"isAll"`
	//
	//是否下发
	ToDeploy             bool     `protobuf:"varint,3,opt,name=toDeploy,proto3" json:"toDeploy" form:"toDeploy"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

MaintainCollectionConfigJob请求

func (*MaintainCollectionConfigJobRequest) Descriptor

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

func (*MaintainCollectionConfigJobRequest) GetIsAll

func (*MaintainCollectionConfigJobRequest) GetJobConfigIds

func (m *MaintainCollectionConfigJobRequest) GetJobConfigIds() []string

func (*MaintainCollectionConfigJobRequest) GetToDeploy

func (m *MaintainCollectionConfigJobRequest) GetToDeploy() bool

func (*MaintainCollectionConfigJobRequest) ProtoMessage

func (*MaintainCollectionConfigJobRequest) ProtoMessage()

func (*MaintainCollectionConfigJobRequest) Reset

func (*MaintainCollectionConfigJobRequest) String

func (*MaintainCollectionConfigJobRequest) Validate

func (this *MaintainCollectionConfigJobRequest) Validate() error

func (*MaintainCollectionConfigJobRequest) XXX_DiscardUnknown

func (m *MaintainCollectionConfigJobRequest) XXX_DiscardUnknown()

func (*MaintainCollectionConfigJobRequest) XXX_Marshal

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

func (*MaintainCollectionConfigJobRequest) XXX_Merge

func (*MaintainCollectionConfigJobRequest) XXX_Size

func (*MaintainCollectionConfigJobRequest) XXX_Unmarshal

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

type MaintainCollectionConfigJobResponse

type MaintainCollectionConfigJobResponse struct {
	//
	//请求状态
	Status string `protobuf:"bytes,1,opt,name=status,proto3" json:"status" form:"status"`
	//
	//采集配置数量
	Count                int32    `protobuf:"varint,2,opt,name=count,proto3" json:"count" form:"count"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

MaintainCollectionConfigJob返回

func (*MaintainCollectionConfigJobResponse) Descriptor

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

func (*MaintainCollectionConfigJobResponse) GetCount

func (*MaintainCollectionConfigJobResponse) GetStatus

func (*MaintainCollectionConfigJobResponse) ProtoMessage

func (*MaintainCollectionConfigJobResponse) ProtoMessage()

func (*MaintainCollectionConfigJobResponse) Reset

func (*MaintainCollectionConfigJobResponse) String

func (*MaintainCollectionConfigJobResponse) Validate

func (this *MaintainCollectionConfigJobResponse) Validate() error

func (*MaintainCollectionConfigJobResponse) XXX_DiscardUnknown

func (m *MaintainCollectionConfigJobResponse) XXX_DiscardUnknown()

func (*MaintainCollectionConfigJobResponse) XXX_Marshal

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

func (*MaintainCollectionConfigJobResponse) XXX_Merge

func (*MaintainCollectionConfigJobResponse) XXX_Size

func (*MaintainCollectionConfigJobResponse) XXX_Unmarshal

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

type MaintainCollectionConfigJobResponseWrapper

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

MaintainCollectionConfigJobApi返回

func (*MaintainCollectionConfigJobResponseWrapper) Descriptor

func (*MaintainCollectionConfigJobResponseWrapper) GetCode

func (*MaintainCollectionConfigJobResponseWrapper) GetCodeExplain

func (*MaintainCollectionConfigJobResponseWrapper) GetData

func (*MaintainCollectionConfigJobResponseWrapper) GetError

func (*MaintainCollectionConfigJobResponseWrapper) ProtoMessage

func (*MaintainCollectionConfigJobResponseWrapper) Reset

func (*MaintainCollectionConfigJobResponseWrapper) String

func (*MaintainCollectionConfigJobResponseWrapper) Validate

func (*MaintainCollectionConfigJobResponseWrapper) XXX_DiscardUnknown

func (m *MaintainCollectionConfigJobResponseWrapper) XXX_DiscardUnknown()

func (*MaintainCollectionConfigJobResponseWrapper) XXX_Marshal

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

func (*MaintainCollectionConfigJobResponseWrapper) XXX_Merge

func (*MaintainCollectionConfigJobResponseWrapper) XXX_Size

func (*MaintainCollectionConfigJobResponseWrapper) XXX_Unmarshal

type UpdateCollectionConfigRequest

type UpdateCollectionConfigRequest struct {
	//
	//ID
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id" form:"id"`
	//
	//名称
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name" form:"name"`
	//
	//参数
	Kwargs []*UpdateCollectionConfigRequest_Kwargs `protobuf:"bytes,3,rep,name=kwargs,proto3" json:"kwargs" form:"kwargs"`
	//
	//超时时间
	Timeout int32 `protobuf:"varint,4,opt,name=timeout,proto3" json:"timeout" form:"timeout"`
	//
	//环境变量
	Env []*UpdateCollectionConfigRequest_Env `protobuf:"bytes,5,rep,name=env,proto3" json:"env" form:"env"`
	//
	//是否禁用
	Disabled bool `protobuf:"varint,6,opt,name=disabled,proto3" json:"disabled" form:"disabled"`
	//
	//标签
	Labels []string `protobuf:"bytes,7,rep,name=labels,proto3" json:"labels" form:"labels"`
	//
	//脚本
	Script *UpdateCollectionConfigRequest_Script `protobuf:"bytes,8,opt,name=script,proto3" json:"script" form:"script"`
	//
	//是否忽略不符合要求数据
	IgnoreInvalid bool `protobuf:"varint,9,opt,name=ignoreInvalid,proto3" json:"ignoreInvalid" form:"ignoreInvalid"`
	//
	//主机范围
	HostRange *UpdateCollectionConfigRequest_HostRange `protobuf:"bytes,10,opt,name=hostRange,proto3" json:"hostRange" form:"hostRange"`
	//
	//采集间隔
	Interval int32 `protobuf:"varint,11,opt,name=interval,proto3" json:"interval" form:"interval"`
	//
	//缓存过期次数(时间)
	CacheTtl int32 `protobuf:"varint,12,opt,name=cacheTtl,proto3" json:"cacheTtl" form:"cacheTtl"`
	//
	//执行时间范围(24小时)
	TimeRange string `protobuf:"bytes,13,opt,name=timeRange,proto3" json:"timeRange" form:"timeRange"`
	//
	//采集类型ID
	ClazzId string `protobuf:"bytes,14,opt,name=clazzId,proto3" json:"clazzId" form:"clazzId"`
	//
	//关联模型ID
	ObjectId string `protobuf:"bytes,15,opt,name=objectId,proto3" json:"objectId" form:"objectId"`
	//
	//关联模型实例ID宏
	InstanceIdMacro      string   `protobuf:"bytes,16,opt,name=instanceIdMacro,proto3" json:"instanceIdMacro" form:"instanceIdMacro"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

UpdateCollectionConfig请求

func (*UpdateCollectionConfigRequest) Descriptor

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

func (*UpdateCollectionConfigRequest) GetCacheTtl

func (m *UpdateCollectionConfigRequest) GetCacheTtl() int32

func (*UpdateCollectionConfigRequest) GetClazzId

func (m *UpdateCollectionConfigRequest) GetClazzId() string

func (*UpdateCollectionConfigRequest) GetDisabled

func (m *UpdateCollectionConfigRequest) GetDisabled() bool

func (*UpdateCollectionConfigRequest) GetEnv

func (*UpdateCollectionConfigRequest) GetHostRange

func (*UpdateCollectionConfigRequest) GetId

func (*UpdateCollectionConfigRequest) GetIgnoreInvalid

func (m *UpdateCollectionConfigRequest) GetIgnoreInvalid() bool

func (*UpdateCollectionConfigRequest) GetInstanceIdMacro

func (m *UpdateCollectionConfigRequest) GetInstanceIdMacro() string

func (*UpdateCollectionConfigRequest) GetInterval

func (m *UpdateCollectionConfigRequest) GetInterval() int32

func (*UpdateCollectionConfigRequest) GetKwargs

func (*UpdateCollectionConfigRequest) GetLabels

func (m *UpdateCollectionConfigRequest) GetLabels() []string

func (*UpdateCollectionConfigRequest) GetName

func (*UpdateCollectionConfigRequest) GetObjectId

func (m *UpdateCollectionConfigRequest) GetObjectId() string

func (*UpdateCollectionConfigRequest) GetScript

func (*UpdateCollectionConfigRequest) GetTimeRange

func (m *UpdateCollectionConfigRequest) GetTimeRange() string

func (*UpdateCollectionConfigRequest) GetTimeout

func (m *UpdateCollectionConfigRequest) GetTimeout() int32

func (*UpdateCollectionConfigRequest) ProtoMessage

func (*UpdateCollectionConfigRequest) ProtoMessage()

func (*UpdateCollectionConfigRequest) Reset

func (m *UpdateCollectionConfigRequest) Reset()

func (*UpdateCollectionConfigRequest) String

func (*UpdateCollectionConfigRequest) Validate

func (this *UpdateCollectionConfigRequest) Validate() error

func (*UpdateCollectionConfigRequest) XXX_DiscardUnknown

func (m *UpdateCollectionConfigRequest) XXX_DiscardUnknown()

func (*UpdateCollectionConfigRequest) XXX_Marshal

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

func (*UpdateCollectionConfigRequest) XXX_Merge

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

func (*UpdateCollectionConfigRequest) XXX_Size

func (m *UpdateCollectionConfigRequest) XXX_Size() int

func (*UpdateCollectionConfigRequest) XXX_Unmarshal

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

type UpdateCollectionConfigRequest_Env

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

func (*UpdateCollectionConfigRequest_Env) Descriptor

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

func (*UpdateCollectionConfigRequest_Env) GetKey

func (*UpdateCollectionConfigRequest_Env) GetValue

func (*UpdateCollectionConfigRequest_Env) ProtoMessage

func (*UpdateCollectionConfigRequest_Env) ProtoMessage()

func (*UpdateCollectionConfigRequest_Env) Reset

func (*UpdateCollectionConfigRequest_Env) String

func (*UpdateCollectionConfigRequest_Env) Validate

func (this *UpdateCollectionConfigRequest_Env) Validate() error

func (*UpdateCollectionConfigRequest_Env) XXX_DiscardUnknown

func (m *UpdateCollectionConfigRequest_Env) XXX_DiscardUnknown()

func (*UpdateCollectionConfigRequest_Env) XXX_Marshal

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

func (*UpdateCollectionConfigRequest_Env) XXX_Merge

func (*UpdateCollectionConfigRequest_Env) XXX_Size

func (m *UpdateCollectionConfigRequest_Env) XXX_Size() int

func (*UpdateCollectionConfigRequest_Env) XXX_Unmarshal

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

type UpdateCollectionConfigRequest_HostRange

type UpdateCollectionConfigRequest_HostRange struct {
	//
	//模型ID
	ObjectId string `protobuf:"bytes,1,opt,name=objectId,proto3" json:"objectId" form:"objectId"`
	//
	//获取主机Key路径
	HostKey string `protobuf:"bytes,2,opt,name=hostKey,proto3" json:"hostKey" form:"hostKey"`
	//
	//查询者
	Querier string `protobuf:"bytes,3,opt,name=querier,proto3" json:"querier" form:"querier"`
	//
	//查询类型
	Type string `protobuf:"bytes,4,opt,name=type,proto3" json:"type" form:"type"`
	//
	//查询策略字符串
	QueryString string `protobuf:"bytes,5,opt,name=queryString,proto3" json:"queryString" form:"queryString"`
	//
	//查询策略ID
	QueryId string `protobuf:"bytes,6,opt,name=queryId,proto3" json:"queryId" form:"queryId"`
	//
	//查询策略ID
	Query                []*UpdateCollectionConfigRequest_HostRange_Query `protobuf:"bytes,7,rep,name=query,proto3" json:"query" form:"query"`
	XXX_NoUnkeyedLiteral struct{}                                         `json:"-"`
	XXX_unrecognized     []byte                                           `json:"-"`
	XXX_sizecache        int32                                            `json:"-"`
}

func (*UpdateCollectionConfigRequest_HostRange) Descriptor

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

func (*UpdateCollectionConfigRequest_HostRange) GetHostKey

func (*UpdateCollectionConfigRequest_HostRange) GetObjectId

func (*UpdateCollectionConfigRequest_HostRange) GetQuerier

func (*UpdateCollectionConfigRequest_HostRange) GetQuery

func (*UpdateCollectionConfigRequest_HostRange) GetQueryId

func (*UpdateCollectionConfigRequest_HostRange) GetQueryString

func (m *UpdateCollectionConfigRequest_HostRange) GetQueryString() string

func (*UpdateCollectionConfigRequest_HostRange) GetType

func (*UpdateCollectionConfigRequest_HostRange) ProtoMessage

func (*UpdateCollectionConfigRequest_HostRange) Reset

func (*UpdateCollectionConfigRequest_HostRange) String

func (*UpdateCollectionConfigRequest_HostRange) Validate

func (*UpdateCollectionConfigRequest_HostRange) XXX_DiscardUnknown

func (m *UpdateCollectionConfigRequest_HostRange) XXX_DiscardUnknown()

func (*UpdateCollectionConfigRequest_HostRange) XXX_Marshal

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

func (*UpdateCollectionConfigRequest_HostRange) XXX_Merge

func (*UpdateCollectionConfigRequest_HostRange) XXX_Size

func (*UpdateCollectionConfigRequest_HostRange) XXX_Unmarshal

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

type UpdateCollectionConfigRequest_HostRange_Query

type UpdateCollectionConfigRequest_HostRange_Query struct {
	//
	//键
	Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key" form:"key"`
	//
	//操作符
	Op string `protobuf:"bytes,2,opt,name=op,proto3" json:"op" form:"op"`
	//
	//值
	Value                *types.Value `protobuf:"bytes,3,opt,name=value,proto3" json:"value" form:"value"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*UpdateCollectionConfigRequest_HostRange_Query) Descriptor

func (*UpdateCollectionConfigRequest_HostRange_Query) GetKey

func (*UpdateCollectionConfigRequest_HostRange_Query) GetOp

func (*UpdateCollectionConfigRequest_HostRange_Query) GetValue

func (*UpdateCollectionConfigRequest_HostRange_Query) ProtoMessage

func (*UpdateCollectionConfigRequest_HostRange_Query) Reset

func (*UpdateCollectionConfigRequest_HostRange_Query) String

func (*UpdateCollectionConfigRequest_HostRange_Query) Validate

func (*UpdateCollectionConfigRequest_HostRange_Query) XXX_DiscardUnknown

func (m *UpdateCollectionConfigRequest_HostRange_Query) XXX_DiscardUnknown()

func (*UpdateCollectionConfigRequest_HostRange_Query) XXX_Marshal

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

func (*UpdateCollectionConfigRequest_HostRange_Query) XXX_Merge

func (*UpdateCollectionConfigRequest_HostRange_Query) XXX_Size

func (*UpdateCollectionConfigRequest_HostRange_Query) XXX_Unmarshal

type UpdateCollectionConfigRequest_Kwargs

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

func (*UpdateCollectionConfigRequest_Kwargs) Descriptor

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

func (*UpdateCollectionConfigRequest_Kwargs) GetKey

func (*UpdateCollectionConfigRequest_Kwargs) GetValue

func (*UpdateCollectionConfigRequest_Kwargs) ProtoMessage

func (*UpdateCollectionConfigRequest_Kwargs) ProtoMessage()

func (*UpdateCollectionConfigRequest_Kwargs) Reset

func (*UpdateCollectionConfigRequest_Kwargs) String

func (*UpdateCollectionConfigRequest_Kwargs) Validate

func (*UpdateCollectionConfigRequest_Kwargs) XXX_DiscardUnknown

func (m *UpdateCollectionConfigRequest_Kwargs) XXX_DiscardUnknown()

func (*UpdateCollectionConfigRequest_Kwargs) XXX_Marshal

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

func (*UpdateCollectionConfigRequest_Kwargs) XXX_Merge

func (*UpdateCollectionConfigRequest_Kwargs) XXX_Size

func (*UpdateCollectionConfigRequest_Kwargs) XXX_Unmarshal

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

type UpdateCollectionConfigRequest_Script

type UpdateCollectionConfigRequest_Script struct {
	//
	//脚本Id
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id" form:"id"`
	//
	//脚本版本
	Version string `protobuf:"bytes,2,opt,name=version,proto3" json:"version" form:"version"`
	//
	//脚本类型
	Type string `protobuf:"bytes,3,opt,name=type,proto3" json:"type" form:"type"`
	//
	//脚本内容
	Content string `protobuf:"bytes,4,opt,name=content,proto3" json:"content" form:"content"`
	//
	//脚本名称
	Name                 string   `protobuf:"bytes,5,opt,name=name,proto3" json:"name" form:"name"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UpdateCollectionConfigRequest_Script) Descriptor

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

func (*UpdateCollectionConfigRequest_Script) GetContent

func (*UpdateCollectionConfigRequest_Script) GetId

func (*UpdateCollectionConfigRequest_Script) GetName

func (*UpdateCollectionConfigRequest_Script) GetType

func (*UpdateCollectionConfigRequest_Script) GetVersion

func (*UpdateCollectionConfigRequest_Script) ProtoMessage

func (*UpdateCollectionConfigRequest_Script) ProtoMessage()

func (*UpdateCollectionConfigRequest_Script) Reset

func (*UpdateCollectionConfigRequest_Script) String

func (*UpdateCollectionConfigRequest_Script) Validate

func (*UpdateCollectionConfigRequest_Script) XXX_DiscardUnknown

func (m *UpdateCollectionConfigRequest_Script) XXX_DiscardUnknown()

func (*UpdateCollectionConfigRequest_Script) XXX_Marshal

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

func (*UpdateCollectionConfigRequest_Script) XXX_Merge

func (*UpdateCollectionConfigRequest_Script) XXX_Size

func (*UpdateCollectionConfigRequest_Script) XXX_Unmarshal

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

type UpdateCollectionConfigResponse

type UpdateCollectionConfigResponse struct {
	//
	//ID
	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id" form:"id"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

UpdateCollectionConfig返回

func (*UpdateCollectionConfigResponse) Descriptor

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

func (*UpdateCollectionConfigResponse) GetId

func (*UpdateCollectionConfigResponse) ProtoMessage

func (*UpdateCollectionConfigResponse) ProtoMessage()

func (*UpdateCollectionConfigResponse) Reset

func (m *UpdateCollectionConfigResponse) Reset()

func (*UpdateCollectionConfigResponse) String

func (*UpdateCollectionConfigResponse) Validate

func (this *UpdateCollectionConfigResponse) Validate() error

func (*UpdateCollectionConfigResponse) XXX_DiscardUnknown

func (m *UpdateCollectionConfigResponse) XXX_DiscardUnknown()

func (*UpdateCollectionConfigResponse) XXX_Marshal

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

func (*UpdateCollectionConfigResponse) XXX_Merge

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

func (*UpdateCollectionConfigResponse) XXX_Size

func (m *UpdateCollectionConfigResponse) XXX_Size() int

func (*UpdateCollectionConfigResponse) XXX_Unmarshal

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

type UpdateCollectionConfigResponseWrapper

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

UpdateCollectionConfigApi返回

func (*UpdateCollectionConfigResponseWrapper) Descriptor

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

func (*UpdateCollectionConfigResponseWrapper) GetCode

func (*UpdateCollectionConfigResponseWrapper) GetCodeExplain

func (m *UpdateCollectionConfigResponseWrapper) GetCodeExplain() string

func (*UpdateCollectionConfigResponseWrapper) GetData

func (*UpdateCollectionConfigResponseWrapper) GetError

func (*UpdateCollectionConfigResponseWrapper) ProtoMessage

func (*UpdateCollectionConfigResponseWrapper) ProtoMessage()

func (*UpdateCollectionConfigResponseWrapper) Reset

func (*UpdateCollectionConfigResponseWrapper) String

func (*UpdateCollectionConfigResponseWrapper) Validate

func (*UpdateCollectionConfigResponseWrapper) XXX_DiscardUnknown

func (m *UpdateCollectionConfigResponseWrapper) XXX_DiscardUnknown()

func (*UpdateCollectionConfigResponseWrapper) XXX_Marshal

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

func (*UpdateCollectionConfigResponseWrapper) XXX_Merge

func (*UpdateCollectionConfigResponseWrapper) XXX_Size

func (*UpdateCollectionConfigResponseWrapper) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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