cmdb_service_ctrl

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 ArchiveInstanceListAllRequest

type ArchiveInstanceListAllRequest struct {
	//
	//实例所属的模型ID
	ObjectId             string   `protobuf:"bytes,1,opt,name=objectId,proto3" json:"objectId" form:"objectId"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

ArchiveInstanceListAll请求

func (*ArchiveInstanceListAllRequest) Descriptor

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

func (*ArchiveInstanceListAllRequest) GetObjectId

func (m *ArchiveInstanceListAllRequest) GetObjectId() string

func (*ArchiveInstanceListAllRequest) ProtoMessage

func (*ArchiveInstanceListAllRequest) ProtoMessage()

func (*ArchiveInstanceListAllRequest) Reset

func (m *ArchiveInstanceListAllRequest) Reset()

func (*ArchiveInstanceListAllRequest) String

func (*ArchiveInstanceListAllRequest) Validate

func (this *ArchiveInstanceListAllRequest) Validate() error

func (*ArchiveInstanceListAllRequest) XXX_DiscardUnknown

func (m *ArchiveInstanceListAllRequest) XXX_DiscardUnknown()

func (*ArchiveInstanceListAllRequest) XXX_Marshal

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

func (*ArchiveInstanceListAllRequest) XXX_Merge

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

func (*ArchiveInstanceListAllRequest) XXX_Size

func (m *ArchiveInstanceListAllRequest) XXX_Size() int

func (*ArchiveInstanceListAllRequest) XXX_Unmarshal

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

type ArchiveInstanceListAllResponse

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

ArchiveInstanceListAll返回

func (*ArchiveInstanceListAllResponse) Descriptor

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

func (*ArchiveInstanceListAllResponse) GetCode

func (*ArchiveInstanceListAllResponse) GetData

func (*ArchiveInstanceListAllResponse) GetError

func (m *ArchiveInstanceListAllResponse) GetError() string

func (*ArchiveInstanceListAllResponse) GetMessage

func (m *ArchiveInstanceListAllResponse) GetMessage() string

func (*ArchiveInstanceListAllResponse) ProtoMessage

func (*ArchiveInstanceListAllResponse) ProtoMessage()

func (*ArchiveInstanceListAllResponse) Reset

func (m *ArchiveInstanceListAllResponse) Reset()

func (*ArchiveInstanceListAllResponse) String

func (*ArchiveInstanceListAllResponse) Validate

func (this *ArchiveInstanceListAllResponse) Validate() error

func (*ArchiveInstanceListAllResponse) XXX_DiscardUnknown

func (m *ArchiveInstanceListAllResponse) XXX_DiscardUnknown()

func (*ArchiveInstanceListAllResponse) XXX_Marshal

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

func (*ArchiveInstanceListAllResponse) XXX_Merge

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

func (*ArchiveInstanceListAllResponse) XXX_Size

func (m *ArchiveInstanceListAllResponse) XXX_Size() int

func (*ArchiveInstanceListAllResponse) XXX_Unmarshal

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

type ArchiveInstanceListAllResponseWrapper

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

ArchiveInstanceListAllApi返回

func (*ArchiveInstanceListAllResponseWrapper) Descriptor

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

func (*ArchiveInstanceListAllResponseWrapper) GetCode

func (*ArchiveInstanceListAllResponseWrapper) GetCodeExplain

func (m *ArchiveInstanceListAllResponseWrapper) GetCodeExplain() string

func (*ArchiveInstanceListAllResponseWrapper) GetData

func (*ArchiveInstanceListAllResponseWrapper) GetError

func (*ArchiveInstanceListAllResponseWrapper) ProtoMessage

func (*ArchiveInstanceListAllResponseWrapper) ProtoMessage()

func (*ArchiveInstanceListAllResponseWrapper) Reset

func (*ArchiveInstanceListAllResponseWrapper) String

func (*ArchiveInstanceListAllResponseWrapper) Validate

func (*ArchiveInstanceListAllResponseWrapper) XXX_DiscardUnknown

func (m *ArchiveInstanceListAllResponseWrapper) XXX_DiscardUnknown()

func (*ArchiveInstanceListAllResponseWrapper) XXX_Marshal

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

func (*ArchiveInstanceListAllResponseWrapper) XXX_Merge

func (*ArchiveInstanceListAllResponseWrapper) XXX_Size

func (*ArchiveInstanceListAllResponseWrapper) XXX_Unmarshal

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

type Client

Client is the client API for cmdb_service_ctrl 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 GetObjectUploadDataResponseWrapper

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

GetObjectUploadDataApi返回

func (*GetObjectUploadDataResponseWrapper) Descriptor

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

func (*GetObjectUploadDataResponseWrapper) GetCode

func (*GetObjectUploadDataResponseWrapper) GetCodeExplain

func (m *GetObjectUploadDataResponseWrapper) GetCodeExplain() string

func (*GetObjectUploadDataResponseWrapper) GetData

func (*GetObjectUploadDataResponseWrapper) GetError

func (*GetObjectUploadDataResponseWrapper) ProtoMessage

func (*GetObjectUploadDataResponseWrapper) ProtoMessage()

func (*GetObjectUploadDataResponseWrapper) Reset

func (*GetObjectUploadDataResponseWrapper) String

func (*GetObjectUploadDataResponseWrapper) Validate

func (this *GetObjectUploadDataResponseWrapper) Validate() error

func (*GetObjectUploadDataResponseWrapper) XXX_DiscardUnknown

func (m *GetObjectUploadDataResponseWrapper) XXX_DiscardUnknown()

func (*GetObjectUploadDataResponseWrapper) XXX_Marshal

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

func (*GetObjectUploadDataResponseWrapper) XXX_Merge

func (*GetObjectUploadDataResponseWrapper) XXX_Size

func (*GetObjectUploadDataResponseWrapper) XXX_Unmarshal

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

type InstanceListAllRequest

type InstanceListAllRequest struct {
	//
	//实例所属的模型ID
	ObjectId string `protobuf:"bytes,1,opt,name=objectId,proto3" json:"objectId" form:"objectId"`
	//
	//对于关联的实例数据是否只获取relation_view中指定的属性
	OnlyRelationView bool `` /* 128-byte string literal not displayed */
	//
	//需要返回的关系,多个用逗号分隔
	SelectRelations      string   `protobuf:"bytes,3,opt,name=select_relations,json=selectRelations,proto3" json:"select_relations" form:"select_relations"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

InstanceListAll请求

func (*InstanceListAllRequest) Descriptor

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

func (*InstanceListAllRequest) GetObjectId

func (m *InstanceListAllRequest) GetObjectId() string

func (*InstanceListAllRequest) GetOnlyRelationView

func (m *InstanceListAllRequest) GetOnlyRelationView() bool

func (*InstanceListAllRequest) GetSelectRelations

func (m *InstanceListAllRequest) GetSelectRelations() string

func (*InstanceListAllRequest) ProtoMessage

func (*InstanceListAllRequest) ProtoMessage()

func (*InstanceListAllRequest) Reset

func (m *InstanceListAllRequest) Reset()

func (*InstanceListAllRequest) String

func (m *InstanceListAllRequest) String() string

func (*InstanceListAllRequest) Validate

func (this *InstanceListAllRequest) Validate() error

func (*InstanceListAllRequest) XXX_DiscardUnknown

func (m *InstanceListAllRequest) XXX_DiscardUnknown()

func (*InstanceListAllRequest) XXX_Marshal

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

func (*InstanceListAllRequest) XXX_Merge

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

func (*InstanceListAllRequest) XXX_Size

func (m *InstanceListAllRequest) XXX_Size() int

func (*InstanceListAllRequest) XXX_Unmarshal

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

type InstanceListAllResponse

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

InstanceListAll返回

func (*InstanceListAllResponse) Descriptor

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

func (*InstanceListAllResponse) GetCode

func (m *InstanceListAllResponse) GetCode() int32

func (*InstanceListAllResponse) GetData

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

func (*InstanceListAllResponse) GetError

func (m *InstanceListAllResponse) GetError() string

func (*InstanceListAllResponse) GetMessage

func (m *InstanceListAllResponse) GetMessage() string

func (*InstanceListAllResponse) ProtoMessage

func (*InstanceListAllResponse) ProtoMessage()

func (*InstanceListAllResponse) Reset

func (m *InstanceListAllResponse) Reset()

func (*InstanceListAllResponse) String

func (m *InstanceListAllResponse) String() string

func (*InstanceListAllResponse) Validate

func (this *InstanceListAllResponse) Validate() error

func (*InstanceListAllResponse) XXX_DiscardUnknown

func (m *InstanceListAllResponse) XXX_DiscardUnknown()

func (*InstanceListAllResponse) XXX_Marshal

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

func (*InstanceListAllResponse) XXX_Merge

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

func (*InstanceListAllResponse) XXX_Size

func (m *InstanceListAllResponse) XXX_Size() int

func (*InstanceListAllResponse) XXX_Unmarshal

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

type InstanceListAllResponseWrapper

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

InstanceListAllApi返回

func (*InstanceListAllResponseWrapper) Descriptor

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

func (*InstanceListAllResponseWrapper) GetCode

func (*InstanceListAllResponseWrapper) GetCodeExplain

func (m *InstanceListAllResponseWrapper) GetCodeExplain() string

func (*InstanceListAllResponseWrapper) GetData

func (*InstanceListAllResponseWrapper) GetError

func (m *InstanceListAllResponseWrapper) GetError() string

func (*InstanceListAllResponseWrapper) ProtoMessage

func (*InstanceListAllResponseWrapper) ProtoMessage()

func (*InstanceListAllResponseWrapper) Reset

func (m *InstanceListAllResponseWrapper) Reset()

func (*InstanceListAllResponseWrapper) String

func (*InstanceListAllResponseWrapper) Validate

func (this *InstanceListAllResponseWrapper) Validate() error

func (*InstanceListAllResponseWrapper) XXX_DiscardUnknown

func (m *InstanceListAllResponseWrapper) XXX_DiscardUnknown()

func (*InstanceListAllResponseWrapper) XXX_Marshal

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

func (*InstanceListAllResponseWrapper) XXX_Merge

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

func (*InstanceListAllResponseWrapper) XXX_Size

func (m *InstanceListAllResponseWrapper) XXX_Size() int

func (*InstanceListAllResponseWrapper) XXX_Unmarshal

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

type InstanceSearchAllRequest

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

InstanceSearchAll请求

func (*InstanceSearchAllRequest) Descriptor

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

func (*InstanceSearchAllRequest) GetFields

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

func (*InstanceSearchAllRequest) GetObjectId

func (m *InstanceSearchAllRequest) GetObjectId() string

func (*InstanceSearchAllRequest) GetOnlyMyInstance

func (m *InstanceSearchAllRequest) GetOnlyMyInstance() bool

func (*InstanceSearchAllRequest) GetOnlyRelationView

func (m *InstanceSearchAllRequest) GetOnlyRelationView() bool

func (*InstanceSearchAllRequest) GetPermission

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

func (*InstanceSearchAllRequest) GetQuery

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

func (*InstanceSearchAllRequest) GetSort

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

func (*InstanceSearchAllRequest) ProtoMessage

func (*InstanceSearchAllRequest) ProtoMessage()

func (*InstanceSearchAllRequest) Reset

func (m *InstanceSearchAllRequest) Reset()

func (*InstanceSearchAllRequest) String

func (m *InstanceSearchAllRequest) String() string

func (*InstanceSearchAllRequest) Validate

func (this *InstanceSearchAllRequest) Validate() error

func (*InstanceSearchAllRequest) XXX_DiscardUnknown

func (m *InstanceSearchAllRequest) XXX_DiscardUnknown()

func (*InstanceSearchAllRequest) XXX_Marshal

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

func (*InstanceSearchAllRequest) XXX_Merge

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

func (*InstanceSearchAllRequest) XXX_Size

func (m *InstanceSearchAllRequest) XXX_Size() int

func (*InstanceSearchAllRequest) XXX_Unmarshal

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

type InstanceSearchAllResponse

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

InstanceSearchAll返回

func (*InstanceSearchAllResponse) Descriptor

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

func (*InstanceSearchAllResponse) GetCode

func (m *InstanceSearchAllResponse) GetCode() int32

func (*InstanceSearchAllResponse) GetData

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

func (*InstanceSearchAllResponse) GetError

func (m *InstanceSearchAllResponse) GetError() string

func (*InstanceSearchAllResponse) GetMessage

func (m *InstanceSearchAllResponse) GetMessage() string

func (*InstanceSearchAllResponse) ProtoMessage

func (*InstanceSearchAllResponse) ProtoMessage()

func (*InstanceSearchAllResponse) Reset

func (m *InstanceSearchAllResponse) Reset()

func (*InstanceSearchAllResponse) String

func (m *InstanceSearchAllResponse) String() string

func (*InstanceSearchAllResponse) Validate

func (this *InstanceSearchAllResponse) Validate() error

func (*InstanceSearchAllResponse) XXX_DiscardUnknown

func (m *InstanceSearchAllResponse) XXX_DiscardUnknown()

func (*InstanceSearchAllResponse) XXX_Marshal

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

func (*InstanceSearchAllResponse) XXX_Merge

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

func (*InstanceSearchAllResponse) XXX_Size

func (m *InstanceSearchAllResponse) XXX_Size() int

func (*InstanceSearchAllResponse) XXX_Unmarshal

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

type InstanceSearchAllResponseWrapper

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

InstanceSearchAllApi返回

func (*InstanceSearchAllResponseWrapper) Descriptor

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

func (*InstanceSearchAllResponseWrapper) GetCode

func (*InstanceSearchAllResponseWrapper) GetCodeExplain

func (m *InstanceSearchAllResponseWrapper) GetCodeExplain() string

func (*InstanceSearchAllResponseWrapper) GetData

func (*InstanceSearchAllResponseWrapper) GetError

func (*InstanceSearchAllResponseWrapper) ProtoMessage

func (*InstanceSearchAllResponseWrapper) ProtoMessage()

func (*InstanceSearchAllResponseWrapper) Reset

func (*InstanceSearchAllResponseWrapper) String

func (*InstanceSearchAllResponseWrapper) Validate

func (this *InstanceSearchAllResponseWrapper) Validate() error

func (*InstanceSearchAllResponseWrapper) XXX_DiscardUnknown

func (m *InstanceSearchAllResponseWrapper) XXX_DiscardUnknown()

func (*InstanceSearchAllResponseWrapper) XXX_Marshal

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

func (*InstanceSearchAllResponseWrapper) XXX_Merge

func (*InstanceSearchAllResponseWrapper) XXX_Size

func (m *InstanceSearchAllResponseWrapper) XXX_Size() int

func (*InstanceSearchAllResponseWrapper) XXX_Unmarshal

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

type RelationMaxCheckAllRequest

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

RelationMaxCheckAll请求

func (*RelationMaxCheckAllRequest) Descriptor

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

func (*RelationMaxCheckAllRequest) GetObjectId

func (m *RelationMaxCheckAllRequest) GetObjectId() string

func (*RelationMaxCheckAllRequest) GetPermission

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

func (*RelationMaxCheckAllRequest) GetQuery

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

func (*RelationMaxCheckAllRequest) GetRelationId

func (m *RelationMaxCheckAllRequest) GetRelationId() string

func (*RelationMaxCheckAllRequest) GetRelationSideId

func (m *RelationMaxCheckAllRequest) GetRelationSideId() string

func (*RelationMaxCheckAllRequest) GetSort

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

func (*RelationMaxCheckAllRequest) ProtoMessage

func (*RelationMaxCheckAllRequest) ProtoMessage()

func (*RelationMaxCheckAllRequest) Reset

func (m *RelationMaxCheckAllRequest) Reset()

func (*RelationMaxCheckAllRequest) String

func (m *RelationMaxCheckAllRequest) String() string

func (*RelationMaxCheckAllRequest) Validate

func (this *RelationMaxCheckAllRequest) Validate() error

func (*RelationMaxCheckAllRequest) XXX_DiscardUnknown

func (m *RelationMaxCheckAllRequest) XXX_DiscardUnknown()

func (*RelationMaxCheckAllRequest) XXX_Marshal

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

func (*RelationMaxCheckAllRequest) XXX_Merge

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

func (*RelationMaxCheckAllRequest) XXX_Size

func (m *RelationMaxCheckAllRequest) XXX_Size() int

func (*RelationMaxCheckAllRequest) XXX_Unmarshal

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

type RelationMaxCheckAllResponse

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

RelationMaxCheckAll返回

func (*RelationMaxCheckAllResponse) Descriptor

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

func (*RelationMaxCheckAllResponse) GetCode

func (m *RelationMaxCheckAllResponse) GetCode() int32

func (*RelationMaxCheckAllResponse) GetData

func (*RelationMaxCheckAllResponse) GetError

func (m *RelationMaxCheckAllResponse) GetError() string

func (*RelationMaxCheckAllResponse) GetMessage

func (m *RelationMaxCheckAllResponse) GetMessage() string

func (*RelationMaxCheckAllResponse) ProtoMessage

func (*RelationMaxCheckAllResponse) ProtoMessage()

func (*RelationMaxCheckAllResponse) Reset

func (m *RelationMaxCheckAllResponse) Reset()

func (*RelationMaxCheckAllResponse) String

func (m *RelationMaxCheckAllResponse) String() string

func (*RelationMaxCheckAllResponse) Validate

func (this *RelationMaxCheckAllResponse) Validate() error

func (*RelationMaxCheckAllResponse) XXX_DiscardUnknown

func (m *RelationMaxCheckAllResponse) XXX_DiscardUnknown()

func (*RelationMaxCheckAllResponse) XXX_Marshal

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

func (*RelationMaxCheckAllResponse) XXX_Merge

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

func (*RelationMaxCheckAllResponse) XXX_Size

func (m *RelationMaxCheckAllResponse) XXX_Size() int

func (*RelationMaxCheckAllResponse) XXX_Unmarshal

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

type RelationMaxCheckAllResponseWrapper

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

RelationMaxCheckAllApi返回

func (*RelationMaxCheckAllResponseWrapper) Descriptor

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

func (*RelationMaxCheckAllResponseWrapper) GetCode

func (*RelationMaxCheckAllResponseWrapper) GetCodeExplain

func (m *RelationMaxCheckAllResponseWrapper) GetCodeExplain() string

func (*RelationMaxCheckAllResponseWrapper) GetData

func (*RelationMaxCheckAllResponseWrapper) GetError

func (*RelationMaxCheckAllResponseWrapper) ProtoMessage

func (*RelationMaxCheckAllResponseWrapper) ProtoMessage()

func (*RelationMaxCheckAllResponseWrapper) Reset

func (*RelationMaxCheckAllResponseWrapper) String

func (*RelationMaxCheckAllResponseWrapper) Validate

func (this *RelationMaxCheckAllResponseWrapper) Validate() error

func (*RelationMaxCheckAllResponseWrapper) XXX_DiscardUnknown

func (m *RelationMaxCheckAllResponseWrapper) XXX_DiscardUnknown()

func (*RelationMaxCheckAllResponseWrapper) XXX_Marshal

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

func (*RelationMaxCheckAllResponseWrapper) XXX_Merge

func (*RelationMaxCheckAllResponseWrapper) XXX_Size

func (*RelationMaxCheckAllResponseWrapper) XXX_Unmarshal

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

type RelationMaxCheckAllResponse_Data

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

func (*RelationMaxCheckAllResponse_Data) Descriptor

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

func (*RelationMaxCheckAllResponse_Data) GetInstanceId

func (m *RelationMaxCheckAllResponse_Data) GetInstanceId() string

func (*RelationMaxCheckAllResponse_Data) GetXRelationIsMax

func (m *RelationMaxCheckAllResponse_Data) GetXRelationIsMax() bool

func (*RelationMaxCheckAllResponse_Data) ProtoMessage

func (*RelationMaxCheckAllResponse_Data) ProtoMessage()

func (*RelationMaxCheckAllResponse_Data) Reset

func (*RelationMaxCheckAllResponse_Data) String

func (*RelationMaxCheckAllResponse_Data) Validate

func (this *RelationMaxCheckAllResponse_Data) Validate() error

func (*RelationMaxCheckAllResponse_Data) XXX_DiscardUnknown

func (m *RelationMaxCheckAllResponse_Data) XXX_DiscardUnknown()

func (*RelationMaxCheckAllResponse_Data) XXX_Marshal

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

func (*RelationMaxCheckAllResponse_Data) XXX_Merge

func (*RelationMaxCheckAllResponse_Data) XXX_Size

func (m *RelationMaxCheckAllResponse_Data) XXX_Size() int

func (*RelationMaxCheckAllResponse_Data) XXX_Unmarshal

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

type SearchAppInSystemAllRequest

type SearchAppInSystemAllRequest struct {
	//
	//系统的实例ID
	SystemInstanceId string `protobuf:"bytes,1,opt,name=systemInstanceId,proto3" json:"systemInstanceId" form:"systemInstanceId"`
	//
	//查询条件,与[实例搜索接口]的query字段说明一致
	Query *types.Struct `protobuf:"bytes,2,opt,name=query,proto3" json:"query" form:"query"`
	//
	//过滤的字段列表, 留空代表返回所有字段(true: 表示指定获取字段, false: 表示指定不获取的字段)(支持关系数据的二级jsonPath格式的指定字段如clusters.name)
	Fields *types.Struct `protobuf:"bytes,3,opt,name=fields,proto3" json:"fields" form:"fields"`
	//
	//按字段排序, 留空默认按照实例ID降序排序(1表示升序, -1表示降序)
	Sort *types.Struct `protobuf:"bytes,4,opt,name=sort,proto3" json:"sort" form:"sort"`
	//
	//按照权限过滤(通用实例都有`read`, `update`, `delete`权限控制, 主机实例在通用实例权限基础上有额外的`operate`权限, 应用实例在通用实例权限基础上有额外的`developClusterOperate`, `testClusterOperate`, `prereleaseClusterOperate`, `productionClusterOperate`权限)
	Permission []string `protobuf:"bytes,5,rep,name=permission,proto3" json:"permission" form:"permission"`
	//
	//对于关联的实例数据是否只获取relation_view中指定的属性, 这个字段为true时, 会覆盖fields字段中指定的二级字段设置
	OnlyRelationView bool `` /* 128-byte string literal not displayed */
	//
	//是否只获取与自己有关的那部分数据, 默认为false
	OnlyMyInstance bool `protobuf:"varint,7,opt,name=only_my_instance,json=onlyMyInstance,proto3" json:"only_my_instance" form:"only_my_instance"`
	//
	//是否包含子系统以及子系统的子系统的应用
	IncludeSubSystems    bool     `` /* 132-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

SearchAppInSystemAll请求

func (*SearchAppInSystemAllRequest) Descriptor

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

func (*SearchAppInSystemAllRequest) GetFields

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

func (*SearchAppInSystemAllRequest) GetIncludeSubSystems

func (m *SearchAppInSystemAllRequest) GetIncludeSubSystems() bool

func (*SearchAppInSystemAllRequest) GetOnlyMyInstance

func (m *SearchAppInSystemAllRequest) GetOnlyMyInstance() bool

func (*SearchAppInSystemAllRequest) GetOnlyRelationView

func (m *SearchAppInSystemAllRequest) GetOnlyRelationView() bool

func (*SearchAppInSystemAllRequest) GetPermission

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

func (*SearchAppInSystemAllRequest) GetQuery

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

func (*SearchAppInSystemAllRequest) GetSort

func (*SearchAppInSystemAllRequest) GetSystemInstanceId

func (m *SearchAppInSystemAllRequest) GetSystemInstanceId() string

func (*SearchAppInSystemAllRequest) ProtoMessage

func (*SearchAppInSystemAllRequest) ProtoMessage()

func (*SearchAppInSystemAllRequest) Reset

func (m *SearchAppInSystemAllRequest) Reset()

func (*SearchAppInSystemAllRequest) String

func (m *SearchAppInSystemAllRequest) String() string

func (*SearchAppInSystemAllRequest) Validate

func (this *SearchAppInSystemAllRequest) Validate() error

func (*SearchAppInSystemAllRequest) XXX_DiscardUnknown

func (m *SearchAppInSystemAllRequest) XXX_DiscardUnknown()

func (*SearchAppInSystemAllRequest) XXX_Marshal

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

func (*SearchAppInSystemAllRequest) XXX_Merge

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

func (*SearchAppInSystemAllRequest) XXX_Size

func (m *SearchAppInSystemAllRequest) XXX_Size() int

func (*SearchAppInSystemAllRequest) XXX_Unmarshal

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

type SearchAppInSystemAllResponse

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

SearchAppInSystemAll返回

func (*SearchAppInSystemAllResponse) Descriptor

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

func (*SearchAppInSystemAllResponse) GetCode

func (m *SearchAppInSystemAllResponse) GetCode() int32

func (*SearchAppInSystemAllResponse) GetData

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

func (*SearchAppInSystemAllResponse) GetError

func (m *SearchAppInSystemAllResponse) GetError() string

func (*SearchAppInSystemAllResponse) GetMessage

func (m *SearchAppInSystemAllResponse) GetMessage() string

func (*SearchAppInSystemAllResponse) ProtoMessage

func (*SearchAppInSystemAllResponse) ProtoMessage()

func (*SearchAppInSystemAllResponse) Reset

func (m *SearchAppInSystemAllResponse) Reset()

func (*SearchAppInSystemAllResponse) String

func (*SearchAppInSystemAllResponse) Validate

func (this *SearchAppInSystemAllResponse) Validate() error

func (*SearchAppInSystemAllResponse) XXX_DiscardUnknown

func (m *SearchAppInSystemAllResponse) XXX_DiscardUnknown()

func (*SearchAppInSystemAllResponse) XXX_Marshal

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

func (*SearchAppInSystemAllResponse) XXX_Merge

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

func (*SearchAppInSystemAllResponse) XXX_Size

func (m *SearchAppInSystemAllResponse) XXX_Size() int

func (*SearchAppInSystemAllResponse) XXX_Unmarshal

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

type SearchAppInSystemAllResponseWrapper

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

SearchAppInSystemAllApi返回

func (*SearchAppInSystemAllResponseWrapper) Descriptor

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

func (*SearchAppInSystemAllResponseWrapper) GetCode

func (*SearchAppInSystemAllResponseWrapper) GetCodeExplain

func (m *SearchAppInSystemAllResponseWrapper) GetCodeExplain() string

func (*SearchAppInSystemAllResponseWrapper) GetData

func (*SearchAppInSystemAllResponseWrapper) GetError

func (*SearchAppInSystemAllResponseWrapper) ProtoMessage

func (*SearchAppInSystemAllResponseWrapper) ProtoMessage()

func (*SearchAppInSystemAllResponseWrapper) Reset

func (*SearchAppInSystemAllResponseWrapper) String

func (*SearchAppInSystemAllResponseWrapper) Validate

func (this *SearchAppInSystemAllResponseWrapper) Validate() error

func (*SearchAppInSystemAllResponseWrapper) XXX_DiscardUnknown

func (m *SearchAppInSystemAllResponseWrapper) XXX_DiscardUnknown()

func (*SearchAppInSystemAllResponseWrapper) XXX_Marshal

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

func (*SearchAppInSystemAllResponseWrapper) XXX_Merge

func (*SearchAppInSystemAllResponseWrapper) XXX_Size

func (*SearchAppInSystemAllResponseWrapper) XXX_Unmarshal

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

type SearchSubSystemAllRequest

type SearchSubSystemAllRequest struct {
	//
	//系统的实例ID
	SystemInstanceId string `protobuf:"bytes,1,opt,name=systemInstanceId,proto3" json:"systemInstanceId" form:"systemInstanceId"`
	//
	//查询条件,与[实例搜索接口]的query字段说明一致
	Query *types.Struct `protobuf:"bytes,2,opt,name=query,proto3" json:"query" form:"query"`
	//
	//过滤的字段列表, 留空代表返回所有字段(true: 表示指定获取字段, false: 表示指定不获取的字段)(支持关系数据的二级jsonPath格式的指定字段如clusters.name)
	Fields *types.Struct `protobuf:"bytes,3,opt,name=fields,proto3" json:"fields" form:"fields"`
	//
	//按字段排序, 留空默认按照实例ID降序排序(1表示升序, -1表示降序)
	Sort *types.Struct `protobuf:"bytes,4,opt,name=sort,proto3" json:"sort" form:"sort"`
	//
	//按照权限过滤(通用实例都有`read`, `update`, `delete`权限控制, 主机实例在通用实例权限基础上有额外的`operate`权限, 应用实例在通用实例权限基础上有额外的`developClusterOperate`, `testClusterOperate`, `prereleaseClusterOperate`, `productionClusterOperate`权限)
	Permission []string `protobuf:"bytes,5,rep,name=permission,proto3" json:"permission" form:"permission"`
	//
	//对于关联的实例数据是否只获取relation_view中指定的属性, 这个字段为true时, 会覆盖fields字段中指定的二级字段设置
	OnlyRelationView bool `` /* 128-byte string literal not displayed */
	//
	//是否只获取与自己有关的那部分数据, 默认为false
	OnlyMyInstance       bool     `protobuf:"varint,7,opt,name=only_my_instance,json=onlyMyInstance,proto3" json:"only_my_instance" form:"only_my_instance"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

SearchSubSystemAll请求

func (*SearchSubSystemAllRequest) Descriptor

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

func (*SearchSubSystemAllRequest) GetFields

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

func (*SearchSubSystemAllRequest) GetOnlyMyInstance

func (m *SearchSubSystemAllRequest) GetOnlyMyInstance() bool

func (*SearchSubSystemAllRequest) GetOnlyRelationView

func (m *SearchSubSystemAllRequest) GetOnlyRelationView() bool

func (*SearchSubSystemAllRequest) GetPermission

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

func (*SearchSubSystemAllRequest) GetQuery

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

func (*SearchSubSystemAllRequest) GetSort

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

func (*SearchSubSystemAllRequest) GetSystemInstanceId

func (m *SearchSubSystemAllRequest) GetSystemInstanceId() string

func (*SearchSubSystemAllRequest) ProtoMessage

func (*SearchSubSystemAllRequest) ProtoMessage()

func (*SearchSubSystemAllRequest) Reset

func (m *SearchSubSystemAllRequest) Reset()

func (*SearchSubSystemAllRequest) String

func (m *SearchSubSystemAllRequest) String() string

func (*SearchSubSystemAllRequest) Validate

func (this *SearchSubSystemAllRequest) Validate() error

func (*SearchSubSystemAllRequest) XXX_DiscardUnknown

func (m *SearchSubSystemAllRequest) XXX_DiscardUnknown()

func (*SearchSubSystemAllRequest) XXX_Marshal

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

func (*SearchSubSystemAllRequest) XXX_Merge

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

func (*SearchSubSystemAllRequest) XXX_Size

func (m *SearchSubSystemAllRequest) XXX_Size() int

func (*SearchSubSystemAllRequest) XXX_Unmarshal

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

type SearchSubSystemAllResponse

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

SearchSubSystemAll返回

func (*SearchSubSystemAllResponse) Descriptor

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

func (*SearchSubSystemAllResponse) GetCode

func (m *SearchSubSystemAllResponse) GetCode() int32

func (*SearchSubSystemAllResponse) GetData

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

func (*SearchSubSystemAllResponse) GetError

func (m *SearchSubSystemAllResponse) GetError() string

func (*SearchSubSystemAllResponse) GetMessage

func (m *SearchSubSystemAllResponse) GetMessage() string

func (*SearchSubSystemAllResponse) ProtoMessage

func (*SearchSubSystemAllResponse) ProtoMessage()

func (*SearchSubSystemAllResponse) Reset

func (m *SearchSubSystemAllResponse) Reset()

func (*SearchSubSystemAllResponse) String

func (m *SearchSubSystemAllResponse) String() string

func (*SearchSubSystemAllResponse) Validate

func (this *SearchSubSystemAllResponse) Validate() error

func (*SearchSubSystemAllResponse) XXX_DiscardUnknown

func (m *SearchSubSystemAllResponse) XXX_DiscardUnknown()

func (*SearchSubSystemAllResponse) XXX_Marshal

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

func (*SearchSubSystemAllResponse) XXX_Merge

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

func (*SearchSubSystemAllResponse) XXX_Size

func (m *SearchSubSystemAllResponse) XXX_Size() int

func (*SearchSubSystemAllResponse) XXX_Unmarshal

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

type SearchSubSystemAllResponseWrapper

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

SearchSubSystemAllApi返回

func (*SearchSubSystemAllResponseWrapper) Descriptor

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

func (*SearchSubSystemAllResponseWrapper) GetCode

func (*SearchSubSystemAllResponseWrapper) GetCodeExplain

func (m *SearchSubSystemAllResponseWrapper) GetCodeExplain() string

func (*SearchSubSystemAllResponseWrapper) GetData

func (*SearchSubSystemAllResponseWrapper) GetError

func (*SearchSubSystemAllResponseWrapper) ProtoMessage

func (*SearchSubSystemAllResponseWrapper) ProtoMessage()

func (*SearchSubSystemAllResponseWrapper) Reset

func (*SearchSubSystemAllResponseWrapper) String

func (*SearchSubSystemAllResponseWrapper) Validate

func (this *SearchSubSystemAllResponseWrapper) Validate() error

func (*SearchSubSystemAllResponseWrapper) XXX_DiscardUnknown

func (m *SearchSubSystemAllResponseWrapper) XXX_DiscardUnknown()

func (*SearchSubSystemAllResponseWrapper) XXX_Marshal

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

func (*SearchSubSystemAllResponseWrapper) XXX_Merge

func (*SearchSubSystemAllResponseWrapper) XXX_Size

func (m *SearchSubSystemAllResponseWrapper) XXX_Size() int

func (*SearchSubSystemAllResponseWrapper) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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