usp_msg

package
v0.0.0-...-1242a22 Latest Latest
Warning

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

Go to latest
Published: Apr 30, 2023 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Header_MsgType_name = map[int32]string{
		0:  "ERROR",
		1:  "GET",
		2:  "GET_RESP",
		3:  "NOTIFY",
		4:  "SET",
		5:  "SET_RESP",
		6:  "OPERATE",
		7:  "OPERATE_RESP",
		8:  "ADD",
		9:  "ADD_RESP",
		10: "DELETE",
		11: "DELETE_RESP",
		12: "GET_SUPPORTED_DM",
		13: "GET_SUPPORTED_DM_RESP",
		14: "GET_INSTANCES",
		15: "GET_INSTANCES_RESP",
		16: "NOTIFY_RESP",
		17: "GET_SUPPORTED_PROTO",
		18: "GET_SUPPORTED_PROTO_RESP",
	}
	Header_MsgType_value = map[string]int32{
		"ERROR":                    0,
		"GET":                      1,
		"GET_RESP":                 2,
		"NOTIFY":                   3,
		"SET":                      4,
		"SET_RESP":                 5,
		"OPERATE":                  6,
		"OPERATE_RESP":             7,
		"ADD":                      8,
		"ADD_RESP":                 9,
		"DELETE":                   10,
		"DELETE_RESP":              11,
		"GET_SUPPORTED_DM":         12,
		"GET_SUPPORTED_DM_RESP":    13,
		"GET_INSTANCES":            14,
		"GET_INSTANCES_RESP":       15,
		"NOTIFY_RESP":              16,
		"GET_SUPPORTED_PROTO":      17,
		"GET_SUPPORTED_PROTO_RESP": 18,
	}
)

Enum value maps for Header_MsgType.

View Source
var (
	GetSupportedDMResp_ParamAccessType_name = map[int32]string{
		0: "PARAM_READ_ONLY",
		1: "PARAM_READ_WRITE",
		2: "PARAM_WRITE_ONLY",
	}
	GetSupportedDMResp_ParamAccessType_value = map[string]int32{
		"PARAM_READ_ONLY":  0,
		"PARAM_READ_WRITE": 1,
		"PARAM_WRITE_ONLY": 2,
	}
)

Enum value maps for GetSupportedDMResp_ParamAccessType.

View Source
var (
	GetSupportedDMResp_ObjAccessType_name = map[int32]string{
		0: "OBJ_READ_ONLY",
		1: "OBJ_ADD_DELETE",
		2: "OBJ_ADD_ONLY",
		3: "OBJ_DELETE_ONLY",
	}
	GetSupportedDMResp_ObjAccessType_value = map[string]int32{
		"OBJ_READ_ONLY":   0,
		"OBJ_ADD_DELETE":  1,
		"OBJ_ADD_ONLY":    2,
		"OBJ_DELETE_ONLY": 3,
	}
)

Enum value maps for GetSupportedDMResp_ObjAccessType.

View Source
var (
	GetSupportedDMResp_ParamValueType_name = map[int32]string{
		0:  "PARAM_UNKNOWN",
		1:  "PARAM_BASE_64",
		2:  "PARAM_BOOLEAN",
		3:  "PARAM_DATE_TIME",
		4:  "PARAM_DECIMAL",
		5:  "PARAM_HEX_BINARY",
		6:  "PARAM_INT",
		7:  "PARAM_LONG",
		8:  "PARAM_STRING",
		9:  "PARAM_UNSIGNED_INT",
		10: "PARAM_UNSIGNED_LONG",
	}
	GetSupportedDMResp_ParamValueType_value = map[string]int32{
		"PARAM_UNKNOWN":       0,
		"PARAM_BASE_64":       1,
		"PARAM_BOOLEAN":       2,
		"PARAM_DATE_TIME":     3,
		"PARAM_DECIMAL":       4,
		"PARAM_HEX_BINARY":    5,
		"PARAM_INT":           6,
		"PARAM_LONG":          7,
		"PARAM_STRING":        8,
		"PARAM_UNSIGNED_INT":  9,
		"PARAM_UNSIGNED_LONG": 10,
	}
)

Enum value maps for GetSupportedDMResp_ParamValueType.

View Source
var (
	GetSupportedDMResp_ValueChangeType_name = map[int32]string{
		0: "VALUE_CHANGE_UNKNOWN",
		1: "VALUE_CHANGE_ALLOWED",
		2: "VALUE_CHANGE_WILL_IGNORE",
	}
	GetSupportedDMResp_ValueChangeType_value = map[string]int32{
		"VALUE_CHANGE_UNKNOWN":     0,
		"VALUE_CHANGE_ALLOWED":     1,
		"VALUE_CHANGE_WILL_IGNORE": 2,
	}
)

Enum value maps for GetSupportedDMResp_ValueChangeType.

View Source
var (
	GetSupportedDMResp_CmdType_name = map[int32]string{
		0: "CMD_UNKNOWN",
		1: "CMD_SYNC",
		2: "CMD_ASYNC",
	}
	GetSupportedDMResp_CmdType_value = map[string]int32{
		"CMD_UNKNOWN": 0,
		"CMD_SYNC":    1,
		"CMD_ASYNC":   2,
	}
)

Enum value maps for GetSupportedDMResp_CmdType.

View Source
var File_usp_msg_1_2_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Add

type Add struct {
	AllowPartial bool                `protobuf:"varint,1,opt,name=allow_partial,json=allowPartial,proto3" json:"allow_partial,omitempty"`
	CreateObjs   []*Add_CreateObject `protobuf:"bytes,2,rep,name=create_objs,json=createObjs,proto3" json:"create_objs,omitempty"`
	// contains filtered or unexported fields
}

func (*Add) Descriptor deprecated

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

Deprecated: Use Add.ProtoReflect.Descriptor instead.

func (*Add) GetAllowPartial

func (x *Add) GetAllowPartial() bool

func (*Add) GetCreateObjs

func (x *Add) GetCreateObjs() []*Add_CreateObject

func (*Add) ProtoMessage

func (*Add) ProtoMessage()

func (*Add) ProtoReflect

func (x *Add) ProtoReflect() protoreflect.Message

func (*Add) Reset

func (x *Add) Reset()

func (*Add) String

func (x *Add) String() string

type AddResp

type AddResp struct {
	CreatedObjResults []*AddResp_CreatedObjectResult `protobuf:"bytes,1,rep,name=created_obj_results,json=createdObjResults,proto3" json:"created_obj_results,omitempty"`
	// contains filtered or unexported fields
}

func (*AddResp) Descriptor deprecated

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

Deprecated: Use AddResp.ProtoReflect.Descriptor instead.

func (*AddResp) GetCreatedObjResults

func (x *AddResp) GetCreatedObjResults() []*AddResp_CreatedObjectResult

func (*AddResp) ProtoMessage

func (*AddResp) ProtoMessage()

func (*AddResp) ProtoReflect

func (x *AddResp) ProtoReflect() protoreflect.Message

func (*AddResp) Reset

func (x *AddResp) Reset()

func (*AddResp) String

func (x *AddResp) String() string

type AddResp_CreatedObjectResult

type AddResp_CreatedObjectResult struct {
	RequestedPath string                                       `protobuf:"bytes,1,opt,name=requested_path,json=requestedPath,proto3" json:"requested_path,omitempty"`
	OperStatus    *AddResp_CreatedObjectResult_OperationStatus `protobuf:"bytes,2,opt,name=oper_status,json=operStatus,proto3" json:"oper_status,omitempty"`
	// contains filtered or unexported fields
}

func (*AddResp_CreatedObjectResult) Descriptor deprecated

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

Deprecated: Use AddResp_CreatedObjectResult.ProtoReflect.Descriptor instead.

func (*AddResp_CreatedObjectResult) GetOperStatus

func (*AddResp_CreatedObjectResult) GetRequestedPath

func (x *AddResp_CreatedObjectResult) GetRequestedPath() string

func (*AddResp_CreatedObjectResult) ProtoMessage

func (*AddResp_CreatedObjectResult) ProtoMessage()

func (*AddResp_CreatedObjectResult) ProtoReflect

func (*AddResp_CreatedObjectResult) Reset

func (x *AddResp_CreatedObjectResult) Reset()

func (*AddResp_CreatedObjectResult) String

func (x *AddResp_CreatedObjectResult) String() string

type AddResp_CreatedObjectResult_OperationStatus

type AddResp_CreatedObjectResult_OperationStatus struct {

	// Types that are assignable to OperStatus:
	//
	//	*AddResp_CreatedObjectResult_OperationStatus_OperFailure
	//	*AddResp_CreatedObjectResult_OperationStatus_OperSuccess
	OperStatus isAddResp_CreatedObjectResult_OperationStatus_OperStatus `protobuf_oneof:"oper_status"`
	// contains filtered or unexported fields
}

func (*AddResp_CreatedObjectResult_OperationStatus) Descriptor deprecated

Deprecated: Use AddResp_CreatedObjectResult_OperationStatus.ProtoReflect.Descriptor instead.

func (*AddResp_CreatedObjectResult_OperationStatus) GetOperFailure

func (*AddResp_CreatedObjectResult_OperationStatus) GetOperStatus

func (m *AddResp_CreatedObjectResult_OperationStatus) GetOperStatus() isAddResp_CreatedObjectResult_OperationStatus_OperStatus

func (*AddResp_CreatedObjectResult_OperationStatus) GetOperSuccess

func (*AddResp_CreatedObjectResult_OperationStatus) ProtoMessage

func (*AddResp_CreatedObjectResult_OperationStatus) ProtoReflect

func (*AddResp_CreatedObjectResult_OperationStatus) Reset

func (*AddResp_CreatedObjectResult_OperationStatus) String

type AddResp_CreatedObjectResult_OperationStatus_OperFailure

type AddResp_CreatedObjectResult_OperationStatus_OperFailure struct {
	OperFailure *AddResp_CreatedObjectResult_OperationStatus_OperationFailure `protobuf:"bytes,1,opt,name=oper_failure,json=operFailure,proto3,oneof"`
}

type AddResp_CreatedObjectResult_OperationStatus_OperSuccess

type AddResp_CreatedObjectResult_OperationStatus_OperSuccess struct {
	OperSuccess *AddResp_CreatedObjectResult_OperationStatus_OperationSuccess `protobuf:"bytes,2,opt,name=oper_success,json=operSuccess,proto3,oneof"`
}

type AddResp_CreatedObjectResult_OperationStatus_OperationFailure

type AddResp_CreatedObjectResult_OperationStatus_OperationFailure struct {
	ErrCode uint32 `protobuf:"fixed32,1,opt,name=err_code,json=errCode,proto3" json:"err_code,omitempty"`
	ErrMsg  string `protobuf:"bytes,2,opt,name=err_msg,json=errMsg,proto3" json:"err_msg,omitempty"`
	// contains filtered or unexported fields
}

func (*AddResp_CreatedObjectResult_OperationStatus_OperationFailure) Descriptor deprecated

Deprecated: Use AddResp_CreatedObjectResult_OperationStatus_OperationFailure.ProtoReflect.Descriptor instead.

func (*AddResp_CreatedObjectResult_OperationStatus_OperationFailure) GetErrCode

func (*AddResp_CreatedObjectResult_OperationStatus_OperationFailure) GetErrMsg

func (*AddResp_CreatedObjectResult_OperationStatus_OperationFailure) ProtoMessage

func (*AddResp_CreatedObjectResult_OperationStatus_OperationFailure) ProtoReflect

func (*AddResp_CreatedObjectResult_OperationStatus_OperationFailure) Reset

func (*AddResp_CreatedObjectResult_OperationStatus_OperationFailure) String

type AddResp_CreatedObjectResult_OperationStatus_OperationSuccess

type AddResp_CreatedObjectResult_OperationStatus_OperationSuccess struct {
	InstantiatedPath string                    `protobuf:"bytes,1,opt,name=instantiated_path,json=instantiatedPath,proto3" json:"instantiated_path,omitempty"`
	ParamErrs        []*AddResp_ParameterError `protobuf:"bytes,2,rep,name=param_errs,json=paramErrs,proto3" json:"param_errs,omitempty"`
	UniqueKeys       map[string]string         `` /* 179-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*AddResp_CreatedObjectResult_OperationStatus_OperationSuccess) Descriptor deprecated

Deprecated: Use AddResp_CreatedObjectResult_OperationStatus_OperationSuccess.ProtoReflect.Descriptor instead.

func (*AddResp_CreatedObjectResult_OperationStatus_OperationSuccess) GetInstantiatedPath

func (*AddResp_CreatedObjectResult_OperationStatus_OperationSuccess) GetParamErrs

func (*AddResp_CreatedObjectResult_OperationStatus_OperationSuccess) GetUniqueKeys

func (*AddResp_CreatedObjectResult_OperationStatus_OperationSuccess) ProtoMessage

func (*AddResp_CreatedObjectResult_OperationStatus_OperationSuccess) ProtoReflect

func (*AddResp_CreatedObjectResult_OperationStatus_OperationSuccess) Reset

func (*AddResp_CreatedObjectResult_OperationStatus_OperationSuccess) String

type AddResp_ParameterError

type AddResp_ParameterError struct {
	Param   string `protobuf:"bytes,1,opt,name=param,proto3" json:"param,omitempty"`
	ErrCode uint32 `protobuf:"fixed32,2,opt,name=err_code,json=errCode,proto3" json:"err_code,omitempty"`
	ErrMsg  string `protobuf:"bytes,3,opt,name=err_msg,json=errMsg,proto3" json:"err_msg,omitempty"`
	// contains filtered or unexported fields
}

func (*AddResp_ParameterError) Descriptor deprecated

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

Deprecated: Use AddResp_ParameterError.ProtoReflect.Descriptor instead.

func (*AddResp_ParameterError) GetErrCode

func (x *AddResp_ParameterError) GetErrCode() uint32

func (*AddResp_ParameterError) GetErrMsg

func (x *AddResp_ParameterError) GetErrMsg() string

func (*AddResp_ParameterError) GetParam

func (x *AddResp_ParameterError) GetParam() string

func (*AddResp_ParameterError) ProtoMessage

func (*AddResp_ParameterError) ProtoMessage()

func (*AddResp_ParameterError) ProtoReflect

func (x *AddResp_ParameterError) ProtoReflect() protoreflect.Message

func (*AddResp_ParameterError) Reset

func (x *AddResp_ParameterError) Reset()

func (*AddResp_ParameterError) String

func (x *AddResp_ParameterError) String() string

type Add_CreateObject

type Add_CreateObject struct {
	ObjPath       string                    `protobuf:"bytes,1,opt,name=obj_path,json=objPath,proto3" json:"obj_path,omitempty"`
	ParamSettings []*Add_CreateParamSetting `protobuf:"bytes,2,rep,name=param_settings,json=paramSettings,proto3" json:"param_settings,omitempty"`
	// contains filtered or unexported fields
}

func (*Add_CreateObject) Descriptor deprecated

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

Deprecated: Use Add_CreateObject.ProtoReflect.Descriptor instead.

func (*Add_CreateObject) GetObjPath

func (x *Add_CreateObject) GetObjPath() string

func (*Add_CreateObject) GetParamSettings

func (x *Add_CreateObject) GetParamSettings() []*Add_CreateParamSetting

func (*Add_CreateObject) ProtoMessage

func (*Add_CreateObject) ProtoMessage()

func (*Add_CreateObject) ProtoReflect

func (x *Add_CreateObject) ProtoReflect() protoreflect.Message

func (*Add_CreateObject) Reset

func (x *Add_CreateObject) Reset()

func (*Add_CreateObject) String

func (x *Add_CreateObject) String() string

type Add_CreateParamSetting

type Add_CreateParamSetting struct {
	Param    string `protobuf:"bytes,1,opt,name=param,proto3" json:"param,omitempty"`
	Value    string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	Required bool   `protobuf:"varint,3,opt,name=required,proto3" json:"required,omitempty"`
	// contains filtered or unexported fields
}

func (*Add_CreateParamSetting) Descriptor deprecated

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

Deprecated: Use Add_CreateParamSetting.ProtoReflect.Descriptor instead.

func (*Add_CreateParamSetting) GetParam

func (x *Add_CreateParamSetting) GetParam() string

func (*Add_CreateParamSetting) GetRequired

func (x *Add_CreateParamSetting) GetRequired() bool

func (*Add_CreateParamSetting) GetValue

func (x *Add_CreateParamSetting) GetValue() string

func (*Add_CreateParamSetting) ProtoMessage

func (*Add_CreateParamSetting) ProtoMessage()

func (*Add_CreateParamSetting) ProtoReflect

func (x *Add_CreateParamSetting) ProtoReflect() protoreflect.Message

func (*Add_CreateParamSetting) Reset

func (x *Add_CreateParamSetting) Reset()

func (*Add_CreateParamSetting) String

func (x *Add_CreateParamSetting) String() string

type Body

type Body struct {

	// Types that are assignable to MsgBody:
	//
	//	*Body_Request
	//	*Body_Response
	//	*Body_Error
	MsgBody isBody_MsgBody `protobuf_oneof:"msg_body"`
	// contains filtered or unexported fields
}

func (*Body) Descriptor deprecated

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

Deprecated: Use Body.ProtoReflect.Descriptor instead.

func (*Body) GetError

func (x *Body) GetError() *Error

func (*Body) GetMsgBody

func (m *Body) GetMsgBody() isBody_MsgBody

func (*Body) GetRequest

func (x *Body) GetRequest() *Request

func (*Body) GetResponse

func (x *Body) GetResponse() *Response

func (*Body) ProtoMessage

func (*Body) ProtoMessage()

func (*Body) ProtoReflect

func (x *Body) ProtoReflect() protoreflect.Message

func (*Body) Reset

func (x *Body) Reset()

func (*Body) String

func (x *Body) String() string

type Body_Error

type Body_Error struct {
	Error *Error `protobuf:"bytes,3,opt,name=error,proto3,oneof"`
}

type Body_Request

type Body_Request struct {
	Request *Request `protobuf:"bytes,1,opt,name=request,proto3,oneof"`
}

type Body_Response

type Body_Response struct {
	Response *Response `protobuf:"bytes,2,opt,name=response,proto3,oneof"`
}

type Delete

type Delete struct {
	AllowPartial bool     `protobuf:"varint,1,opt,name=allow_partial,json=allowPartial,proto3" json:"allow_partial,omitempty"`
	ObjPaths     []string `protobuf:"bytes,2,rep,name=obj_paths,json=objPaths,proto3" json:"obj_paths,omitempty"`
	// contains filtered or unexported fields
}

func (*Delete) Descriptor deprecated

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

Deprecated: Use Delete.ProtoReflect.Descriptor instead.

func (*Delete) GetAllowPartial

func (x *Delete) GetAllowPartial() bool

func (*Delete) GetObjPaths

func (x *Delete) GetObjPaths() []string

func (*Delete) ProtoMessage

func (*Delete) ProtoMessage()

func (*Delete) ProtoReflect

func (x *Delete) ProtoReflect() protoreflect.Message

func (*Delete) Reset

func (x *Delete) Reset()

func (*Delete) String

func (x *Delete) String() string

type DeleteResp

type DeleteResp struct {
	DeletedObjResults []*DeleteResp_DeletedObjectResult `protobuf:"bytes,1,rep,name=deleted_obj_results,json=deletedObjResults,proto3" json:"deleted_obj_results,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteResp) Descriptor deprecated

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

Deprecated: Use DeleteResp.ProtoReflect.Descriptor instead.

func (*DeleteResp) GetDeletedObjResults

func (x *DeleteResp) GetDeletedObjResults() []*DeleteResp_DeletedObjectResult

func (*DeleteResp) ProtoMessage

func (*DeleteResp) ProtoMessage()

func (*DeleteResp) ProtoReflect

func (x *DeleteResp) ProtoReflect() protoreflect.Message

func (*DeleteResp) Reset

func (x *DeleteResp) Reset()

func (*DeleteResp) String

func (x *DeleteResp) String() string

type DeleteResp_DeletedObjectResult

type DeleteResp_DeletedObjectResult struct {
	RequestedPath string                                          `protobuf:"bytes,1,opt,name=requested_path,json=requestedPath,proto3" json:"requested_path,omitempty"`
	OperStatus    *DeleteResp_DeletedObjectResult_OperationStatus `protobuf:"bytes,2,opt,name=oper_status,json=operStatus,proto3" json:"oper_status,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteResp_DeletedObjectResult) Descriptor deprecated

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

Deprecated: Use DeleteResp_DeletedObjectResult.ProtoReflect.Descriptor instead.

func (*DeleteResp_DeletedObjectResult) GetOperStatus

func (*DeleteResp_DeletedObjectResult) GetRequestedPath

func (x *DeleteResp_DeletedObjectResult) GetRequestedPath() string

func (*DeleteResp_DeletedObjectResult) ProtoMessage

func (*DeleteResp_DeletedObjectResult) ProtoMessage()

func (*DeleteResp_DeletedObjectResult) ProtoReflect

func (*DeleteResp_DeletedObjectResult) Reset

func (x *DeleteResp_DeletedObjectResult) Reset()

func (*DeleteResp_DeletedObjectResult) String

type DeleteResp_DeletedObjectResult_OperationStatus

type DeleteResp_DeletedObjectResult_OperationStatus struct {

	// Types that are assignable to OperStatus:
	//
	//	*DeleteResp_DeletedObjectResult_OperationStatus_OperFailure
	//	*DeleteResp_DeletedObjectResult_OperationStatus_OperSuccess
	OperStatus isDeleteResp_DeletedObjectResult_OperationStatus_OperStatus `protobuf_oneof:"oper_status"`
	// contains filtered or unexported fields
}

func (*DeleteResp_DeletedObjectResult_OperationStatus) Descriptor deprecated

Deprecated: Use DeleteResp_DeletedObjectResult_OperationStatus.ProtoReflect.Descriptor instead.

func (*DeleteResp_DeletedObjectResult_OperationStatus) GetOperFailure

func (*DeleteResp_DeletedObjectResult_OperationStatus) GetOperStatus

func (m *DeleteResp_DeletedObjectResult_OperationStatus) GetOperStatus() isDeleteResp_DeletedObjectResult_OperationStatus_OperStatus

func (*DeleteResp_DeletedObjectResult_OperationStatus) GetOperSuccess

func (*DeleteResp_DeletedObjectResult_OperationStatus) ProtoMessage

func (*DeleteResp_DeletedObjectResult_OperationStatus) ProtoReflect

func (*DeleteResp_DeletedObjectResult_OperationStatus) Reset

func (*DeleteResp_DeletedObjectResult_OperationStatus) String

type DeleteResp_DeletedObjectResult_OperationStatus_OperFailure

type DeleteResp_DeletedObjectResult_OperationStatus_OperFailure struct {
	OperFailure *DeleteResp_DeletedObjectResult_OperationStatus_OperationFailure `protobuf:"bytes,1,opt,name=oper_failure,json=operFailure,proto3,oneof"`
}

type DeleteResp_DeletedObjectResult_OperationStatus_OperSuccess

type DeleteResp_DeletedObjectResult_OperationStatus_OperSuccess struct {
	OperSuccess *DeleteResp_DeletedObjectResult_OperationStatus_OperationSuccess `protobuf:"bytes,2,opt,name=oper_success,json=operSuccess,proto3,oneof"`
}

type DeleteResp_DeletedObjectResult_OperationStatus_OperationFailure

type DeleteResp_DeletedObjectResult_OperationStatus_OperationFailure struct {
	ErrCode uint32 `protobuf:"fixed32,1,opt,name=err_code,json=errCode,proto3" json:"err_code,omitempty"`
	ErrMsg  string `protobuf:"bytes,2,opt,name=err_msg,json=errMsg,proto3" json:"err_msg,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteResp_DeletedObjectResult_OperationStatus_OperationFailure) Descriptor deprecated

Deprecated: Use DeleteResp_DeletedObjectResult_OperationStatus_OperationFailure.ProtoReflect.Descriptor instead.

func (*DeleteResp_DeletedObjectResult_OperationStatus_OperationFailure) GetErrCode

func (*DeleteResp_DeletedObjectResult_OperationStatus_OperationFailure) GetErrMsg

func (*DeleteResp_DeletedObjectResult_OperationStatus_OperationFailure) ProtoMessage

func (*DeleteResp_DeletedObjectResult_OperationStatus_OperationFailure) ProtoReflect

func (*DeleteResp_DeletedObjectResult_OperationStatus_OperationFailure) Reset

func (*DeleteResp_DeletedObjectResult_OperationStatus_OperationFailure) String

type DeleteResp_DeletedObjectResult_OperationStatus_OperationSuccess

type DeleteResp_DeletedObjectResult_OperationStatus_OperationSuccess struct {
	AffectedPaths      []string                          `protobuf:"bytes,1,rep,name=affected_paths,json=affectedPaths,proto3" json:"affected_paths,omitempty"`
	UnaffectedPathErrs []*DeleteResp_UnaffectedPathError `protobuf:"bytes,2,rep,name=unaffected_path_errs,json=unaffectedPathErrs,proto3" json:"unaffected_path_errs,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteResp_DeletedObjectResult_OperationStatus_OperationSuccess) Descriptor deprecated

Deprecated: Use DeleteResp_DeletedObjectResult_OperationStatus_OperationSuccess.ProtoReflect.Descriptor instead.

func (*DeleteResp_DeletedObjectResult_OperationStatus_OperationSuccess) GetAffectedPaths

func (*DeleteResp_DeletedObjectResult_OperationStatus_OperationSuccess) GetUnaffectedPathErrs

func (*DeleteResp_DeletedObjectResult_OperationStatus_OperationSuccess) ProtoMessage

func (*DeleteResp_DeletedObjectResult_OperationStatus_OperationSuccess) ProtoReflect

func (*DeleteResp_DeletedObjectResult_OperationStatus_OperationSuccess) Reset

func (*DeleteResp_DeletedObjectResult_OperationStatus_OperationSuccess) String

type DeleteResp_UnaffectedPathError

type DeleteResp_UnaffectedPathError struct {
	UnaffectedPath string `protobuf:"bytes,1,opt,name=unaffected_path,json=unaffectedPath,proto3" json:"unaffected_path,omitempty"`
	ErrCode        uint32 `protobuf:"fixed32,2,opt,name=err_code,json=errCode,proto3" json:"err_code,omitempty"`
	ErrMsg         string `protobuf:"bytes,3,opt,name=err_msg,json=errMsg,proto3" json:"err_msg,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteResp_UnaffectedPathError) Descriptor deprecated

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

Deprecated: Use DeleteResp_UnaffectedPathError.ProtoReflect.Descriptor instead.

func (*DeleteResp_UnaffectedPathError) GetErrCode

func (x *DeleteResp_UnaffectedPathError) GetErrCode() uint32

func (*DeleteResp_UnaffectedPathError) GetErrMsg

func (x *DeleteResp_UnaffectedPathError) GetErrMsg() string

func (*DeleteResp_UnaffectedPathError) GetUnaffectedPath

func (x *DeleteResp_UnaffectedPathError) GetUnaffectedPath() string

func (*DeleteResp_UnaffectedPathError) ProtoMessage

func (*DeleteResp_UnaffectedPathError) ProtoMessage()

func (*DeleteResp_UnaffectedPathError) ProtoReflect

func (*DeleteResp_UnaffectedPathError) Reset

func (x *DeleteResp_UnaffectedPathError) Reset()

func (*DeleteResp_UnaffectedPathError) String

type Error

type Error struct {
	ErrCode   uint32              `protobuf:"fixed32,1,opt,name=err_code,json=errCode,proto3" json:"err_code,omitempty"`
	ErrMsg    string              `protobuf:"bytes,2,opt,name=err_msg,json=errMsg,proto3" json:"err_msg,omitempty"`
	ParamErrs []*Error_ParamError `protobuf:"bytes,3,rep,name=param_errs,json=paramErrs,proto3" json:"param_errs,omitempty"`
	// contains filtered or unexported fields
}

func (*Error) Descriptor deprecated

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

Deprecated: Use Error.ProtoReflect.Descriptor instead.

func (*Error) GetErrCode

func (x *Error) GetErrCode() uint32

func (*Error) GetErrMsg

func (x *Error) GetErrMsg() string

func (*Error) GetParamErrs

func (x *Error) GetParamErrs() []*Error_ParamError

func (*Error) ProtoMessage

func (*Error) ProtoMessage()

func (*Error) ProtoReflect

func (x *Error) ProtoReflect() protoreflect.Message

func (*Error) Reset

func (x *Error) Reset()

func (*Error) String

func (x *Error) String() string

type Error_ParamError

type Error_ParamError struct {
	ParamPath string `protobuf:"bytes,1,opt,name=param_path,json=paramPath,proto3" json:"param_path,omitempty"`
	ErrCode   uint32 `protobuf:"fixed32,2,opt,name=err_code,json=errCode,proto3" json:"err_code,omitempty"`
	ErrMsg    string `protobuf:"bytes,3,opt,name=err_msg,json=errMsg,proto3" json:"err_msg,omitempty"`
	// contains filtered or unexported fields
}

func (*Error_ParamError) Descriptor deprecated

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

Deprecated: Use Error_ParamError.ProtoReflect.Descriptor instead.

func (*Error_ParamError) GetErrCode

func (x *Error_ParamError) GetErrCode() uint32

func (*Error_ParamError) GetErrMsg

func (x *Error_ParamError) GetErrMsg() string

func (*Error_ParamError) GetParamPath

func (x *Error_ParamError) GetParamPath() string

func (*Error_ParamError) ProtoMessage

func (*Error_ParamError) ProtoMessage()

func (*Error_ParamError) ProtoReflect

func (x *Error_ParamError) ProtoReflect() protoreflect.Message

func (*Error_ParamError) Reset

func (x *Error_ParamError) Reset()

func (*Error_ParamError) String

func (x *Error_ParamError) String() string

type Get

type Get struct {
	ParamPaths []string `protobuf:"bytes,1,rep,name=param_paths,json=paramPaths,proto3" json:"param_paths,omitempty"`
	MaxDepth   uint32   `protobuf:"fixed32,2,opt,name=max_depth,json=maxDepth,proto3" json:"max_depth,omitempty"`
	// contains filtered or unexported fields
}

func (*Get) Descriptor deprecated

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

Deprecated: Use Get.ProtoReflect.Descriptor instead.

func (*Get) GetMaxDepth

func (x *Get) GetMaxDepth() uint32

func (*Get) GetParamPaths

func (x *Get) GetParamPaths() []string

func (*Get) ProtoMessage

func (*Get) ProtoMessage()

func (*Get) ProtoReflect

func (x *Get) ProtoReflect() protoreflect.Message

func (*Get) Reset

func (x *Get) Reset()

func (*Get) String

func (x *Get) String() string

type GetInstances

type GetInstances struct {
	ObjPaths       []string `protobuf:"bytes,1,rep,name=obj_paths,json=objPaths,proto3" json:"obj_paths,omitempty"`
	FirstLevelOnly bool     `protobuf:"varint,2,opt,name=first_level_only,json=firstLevelOnly,proto3" json:"first_level_only,omitempty"`
	// contains filtered or unexported fields
}

func (*GetInstances) Descriptor deprecated

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

Deprecated: Use GetInstances.ProtoReflect.Descriptor instead.

func (*GetInstances) GetFirstLevelOnly

func (x *GetInstances) GetFirstLevelOnly() bool

func (*GetInstances) GetObjPaths

func (x *GetInstances) GetObjPaths() []string

func (*GetInstances) ProtoMessage

func (*GetInstances) ProtoMessage()

func (*GetInstances) ProtoReflect

func (x *GetInstances) ProtoReflect() protoreflect.Message

func (*GetInstances) Reset

func (x *GetInstances) Reset()

func (*GetInstances) String

func (x *GetInstances) String() string

type GetInstancesResp

type GetInstancesResp struct {
	ReqPathResults []*GetInstancesResp_RequestedPathResult `protobuf:"bytes,1,rep,name=req_path_results,json=reqPathResults,proto3" json:"req_path_results,omitempty"`
	// contains filtered or unexported fields
}

func (*GetInstancesResp) Descriptor deprecated

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

Deprecated: Use GetInstancesResp.ProtoReflect.Descriptor instead.

func (*GetInstancesResp) GetReqPathResults

func (x *GetInstancesResp) GetReqPathResults() []*GetInstancesResp_RequestedPathResult

func (*GetInstancesResp) ProtoMessage

func (*GetInstancesResp) ProtoMessage()

func (*GetInstancesResp) ProtoReflect

func (x *GetInstancesResp) ProtoReflect() protoreflect.Message

func (*GetInstancesResp) Reset

func (x *GetInstancesResp) Reset()

func (*GetInstancesResp) String

func (x *GetInstancesResp) String() string

type GetInstancesResp_CurrInstance

type GetInstancesResp_CurrInstance struct {
	InstantiatedObjPath string            `protobuf:"bytes,1,opt,name=instantiated_obj_path,json=instantiatedObjPath,proto3" json:"instantiated_obj_path,omitempty"`
	UniqueKeys          map[string]string `` /* 179-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetInstancesResp_CurrInstance) Descriptor deprecated

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

Deprecated: Use GetInstancesResp_CurrInstance.ProtoReflect.Descriptor instead.

func (*GetInstancesResp_CurrInstance) GetInstantiatedObjPath

func (x *GetInstancesResp_CurrInstance) GetInstantiatedObjPath() string

func (*GetInstancesResp_CurrInstance) GetUniqueKeys

func (x *GetInstancesResp_CurrInstance) GetUniqueKeys() map[string]string

func (*GetInstancesResp_CurrInstance) ProtoMessage

func (*GetInstancesResp_CurrInstance) ProtoMessage()

func (*GetInstancesResp_CurrInstance) ProtoReflect

func (*GetInstancesResp_CurrInstance) Reset

func (x *GetInstancesResp_CurrInstance) Reset()

func (*GetInstancesResp_CurrInstance) String

type GetInstancesResp_RequestedPathResult

type GetInstancesResp_RequestedPathResult struct {
	RequestedPath string                           `protobuf:"bytes,1,opt,name=requested_path,json=requestedPath,proto3" json:"requested_path,omitempty"`
	ErrCode       uint32                           `protobuf:"fixed32,2,opt,name=err_code,json=errCode,proto3" json:"err_code,omitempty"`
	ErrMsg        string                           `protobuf:"bytes,3,opt,name=err_msg,json=errMsg,proto3" json:"err_msg,omitempty"`
	CurrInsts     []*GetInstancesResp_CurrInstance `protobuf:"bytes,4,rep,name=curr_insts,json=currInsts,proto3" json:"curr_insts,omitempty"`
	// contains filtered or unexported fields
}

func (*GetInstancesResp_RequestedPathResult) Descriptor deprecated

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

Deprecated: Use GetInstancesResp_RequestedPathResult.ProtoReflect.Descriptor instead.

func (*GetInstancesResp_RequestedPathResult) GetCurrInsts

func (*GetInstancesResp_RequestedPathResult) GetErrCode

func (*GetInstancesResp_RequestedPathResult) GetErrMsg

func (*GetInstancesResp_RequestedPathResult) GetRequestedPath

func (x *GetInstancesResp_RequestedPathResult) GetRequestedPath() string

func (*GetInstancesResp_RequestedPathResult) ProtoMessage

func (*GetInstancesResp_RequestedPathResult) ProtoMessage()

func (*GetInstancesResp_RequestedPathResult) ProtoReflect

func (*GetInstancesResp_RequestedPathResult) Reset

func (*GetInstancesResp_RequestedPathResult) String

type GetResp

type GetResp struct {
	ReqPathResults []*GetResp_RequestedPathResult `protobuf:"bytes,1,rep,name=req_path_results,json=reqPathResults,proto3" json:"req_path_results,omitempty"`
	// contains filtered or unexported fields
}

func (*GetResp) Descriptor deprecated

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

Deprecated: Use GetResp.ProtoReflect.Descriptor instead.

func (*GetResp) GetReqPathResults

func (x *GetResp) GetReqPathResults() []*GetResp_RequestedPathResult

func (*GetResp) ProtoMessage

func (*GetResp) ProtoMessage()

func (*GetResp) ProtoReflect

func (x *GetResp) ProtoReflect() protoreflect.Message

func (*GetResp) Reset

func (x *GetResp) Reset()

func (*GetResp) String

func (x *GetResp) String() string

type GetResp_RequestedPathResult

type GetResp_RequestedPathResult struct {
	RequestedPath       string                        `protobuf:"bytes,1,opt,name=requested_path,json=requestedPath,proto3" json:"requested_path,omitempty"`
	ErrCode             uint32                        `protobuf:"fixed32,2,opt,name=err_code,json=errCode,proto3" json:"err_code,omitempty"`
	ErrMsg              string                        `protobuf:"bytes,3,opt,name=err_msg,json=errMsg,proto3" json:"err_msg,omitempty"`
	ResolvedPathResults []*GetResp_ResolvedPathResult `protobuf:"bytes,4,rep,name=resolved_path_results,json=resolvedPathResults,proto3" json:"resolved_path_results,omitempty"`
	// contains filtered or unexported fields
}

func (*GetResp_RequestedPathResult) Descriptor deprecated

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

Deprecated: Use GetResp_RequestedPathResult.ProtoReflect.Descriptor instead.

func (*GetResp_RequestedPathResult) GetErrCode

func (x *GetResp_RequestedPathResult) GetErrCode() uint32

func (*GetResp_RequestedPathResult) GetErrMsg

func (x *GetResp_RequestedPathResult) GetErrMsg() string

func (*GetResp_RequestedPathResult) GetRequestedPath

func (x *GetResp_RequestedPathResult) GetRequestedPath() string

func (*GetResp_RequestedPathResult) GetResolvedPathResults

func (x *GetResp_RequestedPathResult) GetResolvedPathResults() []*GetResp_ResolvedPathResult

func (*GetResp_RequestedPathResult) ProtoMessage

func (*GetResp_RequestedPathResult) ProtoMessage()

func (*GetResp_RequestedPathResult) ProtoReflect

func (*GetResp_RequestedPathResult) Reset

func (x *GetResp_RequestedPathResult) Reset()

func (*GetResp_RequestedPathResult) String

func (x *GetResp_RequestedPathResult) String() string

type GetResp_ResolvedPathResult

type GetResp_ResolvedPathResult struct {
	ResolvedPath string            `protobuf:"bytes,1,opt,name=resolved_path,json=resolvedPath,proto3" json:"resolved_path,omitempty"`
	ResultParams map[string]string `` /* 185-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetResp_ResolvedPathResult) Descriptor deprecated

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

Deprecated: Use GetResp_ResolvedPathResult.ProtoReflect.Descriptor instead.

func (*GetResp_ResolvedPathResult) GetResolvedPath

func (x *GetResp_ResolvedPathResult) GetResolvedPath() string

func (*GetResp_ResolvedPathResult) GetResultParams

func (x *GetResp_ResolvedPathResult) GetResultParams() map[string]string

func (*GetResp_ResolvedPathResult) ProtoMessage

func (*GetResp_ResolvedPathResult) ProtoMessage()

func (*GetResp_ResolvedPathResult) ProtoReflect

func (*GetResp_ResolvedPathResult) Reset

func (x *GetResp_ResolvedPathResult) Reset()

func (*GetResp_ResolvedPathResult) String

func (x *GetResp_ResolvedPathResult) String() string

type GetSupportedDM

type GetSupportedDM struct {
	ObjPaths       []string `protobuf:"bytes,1,rep,name=obj_paths,json=objPaths,proto3" json:"obj_paths,omitempty"`
	FirstLevelOnly bool     `protobuf:"varint,2,opt,name=first_level_only,json=firstLevelOnly,proto3" json:"first_level_only,omitempty"`
	ReturnCommands bool     `protobuf:"varint,3,opt,name=return_commands,json=returnCommands,proto3" json:"return_commands,omitempty"`
	ReturnEvents   bool     `protobuf:"varint,4,opt,name=return_events,json=returnEvents,proto3" json:"return_events,omitempty"`
	ReturnParams   bool     `protobuf:"varint,5,opt,name=return_params,json=returnParams,proto3" json:"return_params,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSupportedDM) Descriptor deprecated

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

Deprecated: Use GetSupportedDM.ProtoReflect.Descriptor instead.

func (*GetSupportedDM) GetFirstLevelOnly

func (x *GetSupportedDM) GetFirstLevelOnly() bool

func (*GetSupportedDM) GetObjPaths

func (x *GetSupportedDM) GetObjPaths() []string

func (*GetSupportedDM) GetReturnCommands

func (x *GetSupportedDM) GetReturnCommands() bool

func (*GetSupportedDM) GetReturnEvents

func (x *GetSupportedDM) GetReturnEvents() bool

func (*GetSupportedDM) GetReturnParams

func (x *GetSupportedDM) GetReturnParams() bool

func (*GetSupportedDM) ProtoMessage

func (*GetSupportedDM) ProtoMessage()

func (*GetSupportedDM) ProtoReflect

func (x *GetSupportedDM) ProtoReflect() protoreflect.Message

func (*GetSupportedDM) Reset

func (x *GetSupportedDM) Reset()

func (*GetSupportedDM) String

func (x *GetSupportedDM) String() string

type GetSupportedDMResp

type GetSupportedDMResp struct {
	ReqObjResults []*GetSupportedDMResp_RequestedObjectResult `protobuf:"bytes,1,rep,name=req_obj_results,json=reqObjResults,proto3" json:"req_obj_results,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSupportedDMResp) Descriptor deprecated

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

Deprecated: Use GetSupportedDMResp.ProtoReflect.Descriptor instead.

func (*GetSupportedDMResp) GetReqObjResults

func (*GetSupportedDMResp) ProtoMessage

func (*GetSupportedDMResp) ProtoMessage()

func (*GetSupportedDMResp) ProtoReflect

func (x *GetSupportedDMResp) ProtoReflect() protoreflect.Message

func (*GetSupportedDMResp) Reset

func (x *GetSupportedDMResp) Reset()

func (*GetSupportedDMResp) String

func (x *GetSupportedDMResp) String() string

type GetSupportedDMResp_CmdType

type GetSupportedDMResp_CmdType int32
const (
	GetSupportedDMResp_CMD_UNKNOWN GetSupportedDMResp_CmdType = 0
	GetSupportedDMResp_CMD_SYNC    GetSupportedDMResp_CmdType = 1
	GetSupportedDMResp_CMD_ASYNC   GetSupportedDMResp_CmdType = 2
)

func (GetSupportedDMResp_CmdType) Descriptor

func (GetSupportedDMResp_CmdType) Enum

func (GetSupportedDMResp_CmdType) EnumDescriptor deprecated

func (GetSupportedDMResp_CmdType) EnumDescriptor() ([]byte, []int)

Deprecated: Use GetSupportedDMResp_CmdType.Descriptor instead.

func (GetSupportedDMResp_CmdType) Number

func (GetSupportedDMResp_CmdType) String

func (GetSupportedDMResp_CmdType) Type

type GetSupportedDMResp_ObjAccessType

type GetSupportedDMResp_ObjAccessType int32
const (
	GetSupportedDMResp_OBJ_READ_ONLY   GetSupportedDMResp_ObjAccessType = 0
	GetSupportedDMResp_OBJ_ADD_DELETE  GetSupportedDMResp_ObjAccessType = 1
	GetSupportedDMResp_OBJ_ADD_ONLY    GetSupportedDMResp_ObjAccessType = 2
	GetSupportedDMResp_OBJ_DELETE_ONLY GetSupportedDMResp_ObjAccessType = 3
)

func (GetSupportedDMResp_ObjAccessType) Descriptor

func (GetSupportedDMResp_ObjAccessType) Enum

func (GetSupportedDMResp_ObjAccessType) EnumDescriptor deprecated

func (GetSupportedDMResp_ObjAccessType) EnumDescriptor() ([]byte, []int)

Deprecated: Use GetSupportedDMResp_ObjAccessType.Descriptor instead.

func (GetSupportedDMResp_ObjAccessType) Number

func (GetSupportedDMResp_ObjAccessType) String

func (GetSupportedDMResp_ObjAccessType) Type

type GetSupportedDMResp_ParamAccessType

type GetSupportedDMResp_ParamAccessType int32
const (
	GetSupportedDMResp_PARAM_READ_ONLY  GetSupportedDMResp_ParamAccessType = 0
	GetSupportedDMResp_PARAM_READ_WRITE GetSupportedDMResp_ParamAccessType = 1
	GetSupportedDMResp_PARAM_WRITE_ONLY GetSupportedDMResp_ParamAccessType = 2
)

func (GetSupportedDMResp_ParamAccessType) Descriptor

func (GetSupportedDMResp_ParamAccessType) Enum

func (GetSupportedDMResp_ParamAccessType) EnumDescriptor deprecated

func (GetSupportedDMResp_ParamAccessType) EnumDescriptor() ([]byte, []int)

Deprecated: Use GetSupportedDMResp_ParamAccessType.Descriptor instead.

func (GetSupportedDMResp_ParamAccessType) Number

func (GetSupportedDMResp_ParamAccessType) String

func (GetSupportedDMResp_ParamAccessType) Type

type GetSupportedDMResp_ParamValueType

type GetSupportedDMResp_ParamValueType int32
const (
	GetSupportedDMResp_PARAM_UNKNOWN       GetSupportedDMResp_ParamValueType = 0
	GetSupportedDMResp_PARAM_BASE_64       GetSupportedDMResp_ParamValueType = 1
	GetSupportedDMResp_PARAM_BOOLEAN       GetSupportedDMResp_ParamValueType = 2
	GetSupportedDMResp_PARAM_DATE_TIME     GetSupportedDMResp_ParamValueType = 3
	GetSupportedDMResp_PARAM_DECIMAL       GetSupportedDMResp_ParamValueType = 4
	GetSupportedDMResp_PARAM_HEX_BINARY    GetSupportedDMResp_ParamValueType = 5
	GetSupportedDMResp_PARAM_INT           GetSupportedDMResp_ParamValueType = 6
	GetSupportedDMResp_PARAM_LONG          GetSupportedDMResp_ParamValueType = 7
	GetSupportedDMResp_PARAM_STRING        GetSupportedDMResp_ParamValueType = 8
	GetSupportedDMResp_PARAM_UNSIGNED_INT  GetSupportedDMResp_ParamValueType = 9
	GetSupportedDMResp_PARAM_UNSIGNED_LONG GetSupportedDMResp_ParamValueType = 10
)

func (GetSupportedDMResp_ParamValueType) Descriptor

func (GetSupportedDMResp_ParamValueType) Enum

func (GetSupportedDMResp_ParamValueType) EnumDescriptor deprecated

func (GetSupportedDMResp_ParamValueType) EnumDescriptor() ([]byte, []int)

Deprecated: Use GetSupportedDMResp_ParamValueType.Descriptor instead.

func (GetSupportedDMResp_ParamValueType) Number

func (GetSupportedDMResp_ParamValueType) String

func (GetSupportedDMResp_ParamValueType) Type

type GetSupportedDMResp_RequestedObjectResult

type GetSupportedDMResp_RequestedObjectResult struct {
	ReqObjPath       string                                      `protobuf:"bytes,1,opt,name=req_obj_path,json=reqObjPath,proto3" json:"req_obj_path,omitempty"`
	ErrCode          uint32                                      `protobuf:"fixed32,2,opt,name=err_code,json=errCode,proto3" json:"err_code,omitempty"`
	ErrMsg           string                                      `protobuf:"bytes,3,opt,name=err_msg,json=errMsg,proto3" json:"err_msg,omitempty"`
	DataModelInstUri string                                      `protobuf:"bytes,4,opt,name=data_model_inst_uri,json=dataModelInstUri,proto3" json:"data_model_inst_uri,omitempty"`
	SupportedObjs    []*GetSupportedDMResp_SupportedObjectResult `protobuf:"bytes,5,rep,name=supported_objs,json=supportedObjs,proto3" json:"supported_objs,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSupportedDMResp_RequestedObjectResult) Descriptor deprecated

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

Deprecated: Use GetSupportedDMResp_RequestedObjectResult.ProtoReflect.Descriptor instead.

func (*GetSupportedDMResp_RequestedObjectResult) GetDataModelInstUri

func (x *GetSupportedDMResp_RequestedObjectResult) GetDataModelInstUri() string

func (*GetSupportedDMResp_RequestedObjectResult) GetErrCode

func (*GetSupportedDMResp_RequestedObjectResult) GetErrMsg

func (*GetSupportedDMResp_RequestedObjectResult) GetReqObjPath

func (*GetSupportedDMResp_RequestedObjectResult) GetSupportedObjs

func (*GetSupportedDMResp_RequestedObjectResult) ProtoMessage

func (*GetSupportedDMResp_RequestedObjectResult) ProtoReflect

func (*GetSupportedDMResp_RequestedObjectResult) Reset

func (*GetSupportedDMResp_RequestedObjectResult) String

type GetSupportedDMResp_SupportedCommandResult

type GetSupportedDMResp_SupportedCommandResult struct {
	CommandName    string                     `protobuf:"bytes,1,opt,name=command_name,json=commandName,proto3" json:"command_name,omitempty"`
	InputArgNames  []string                   `protobuf:"bytes,2,rep,name=input_arg_names,json=inputArgNames,proto3" json:"input_arg_names,omitempty"`
	OutputArgNames []string                   `protobuf:"bytes,3,rep,name=output_arg_names,json=outputArgNames,proto3" json:"output_arg_names,omitempty"`
	CommandType    GetSupportedDMResp_CmdType `` /* 135-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetSupportedDMResp_SupportedCommandResult) Descriptor deprecated

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

Deprecated: Use GetSupportedDMResp_SupportedCommandResult.ProtoReflect.Descriptor instead.

func (*GetSupportedDMResp_SupportedCommandResult) GetCommandName

func (*GetSupportedDMResp_SupportedCommandResult) GetCommandType

func (*GetSupportedDMResp_SupportedCommandResult) GetInputArgNames

func (x *GetSupportedDMResp_SupportedCommandResult) GetInputArgNames() []string

func (*GetSupportedDMResp_SupportedCommandResult) GetOutputArgNames

func (x *GetSupportedDMResp_SupportedCommandResult) GetOutputArgNames() []string

func (*GetSupportedDMResp_SupportedCommandResult) ProtoMessage

func (*GetSupportedDMResp_SupportedCommandResult) ProtoReflect

func (*GetSupportedDMResp_SupportedCommandResult) Reset

func (*GetSupportedDMResp_SupportedCommandResult) String

type GetSupportedDMResp_SupportedEventResult

type GetSupportedDMResp_SupportedEventResult struct {
	EventName string   `protobuf:"bytes,1,opt,name=event_name,json=eventName,proto3" json:"event_name,omitempty"`
	ArgNames  []string `protobuf:"bytes,2,rep,name=arg_names,json=argNames,proto3" json:"arg_names,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSupportedDMResp_SupportedEventResult) Descriptor deprecated

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

Deprecated: Use GetSupportedDMResp_SupportedEventResult.ProtoReflect.Descriptor instead.

func (*GetSupportedDMResp_SupportedEventResult) GetArgNames

func (*GetSupportedDMResp_SupportedEventResult) GetEventName

func (*GetSupportedDMResp_SupportedEventResult) ProtoMessage

func (*GetSupportedDMResp_SupportedEventResult) ProtoReflect

func (*GetSupportedDMResp_SupportedEventResult) Reset

func (*GetSupportedDMResp_SupportedEventResult) String

type GetSupportedDMResp_SupportedObjectResult

type GetSupportedDMResp_SupportedObjectResult struct {
	SupportedObjPath  string                                       `protobuf:"bytes,1,opt,name=supported_obj_path,json=supportedObjPath,proto3" json:"supported_obj_path,omitempty"`
	Access            GetSupportedDMResp_ObjAccessType             `protobuf:"varint,2,opt,name=access,proto3,enum=usp_msg.GetSupportedDMResp_ObjAccessType" json:"access,omitempty"`
	IsMultiInstance   bool                                         `protobuf:"varint,3,opt,name=is_multi_instance,json=isMultiInstance,proto3" json:"is_multi_instance,omitempty"`
	SupportedCommands []*GetSupportedDMResp_SupportedCommandResult `protobuf:"bytes,4,rep,name=supported_commands,json=supportedCommands,proto3" json:"supported_commands,omitempty"`
	SupportedEvents   []*GetSupportedDMResp_SupportedEventResult   `protobuf:"bytes,5,rep,name=supported_events,json=supportedEvents,proto3" json:"supported_events,omitempty"`
	SupportedParams   []*GetSupportedDMResp_SupportedParamResult   `protobuf:"bytes,6,rep,name=supported_params,json=supportedParams,proto3" json:"supported_params,omitempty"`
	DivergentPaths    []string                                     `protobuf:"bytes,7,rep,name=divergent_paths,json=divergentPaths,proto3" json:"divergent_paths,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSupportedDMResp_SupportedObjectResult) Descriptor deprecated

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

Deprecated: Use GetSupportedDMResp_SupportedObjectResult.ProtoReflect.Descriptor instead.

func (*GetSupportedDMResp_SupportedObjectResult) GetAccess

func (*GetSupportedDMResp_SupportedObjectResult) GetDivergentPaths

func (x *GetSupportedDMResp_SupportedObjectResult) GetDivergentPaths() []string

func (*GetSupportedDMResp_SupportedObjectResult) GetIsMultiInstance

func (x *GetSupportedDMResp_SupportedObjectResult) GetIsMultiInstance() bool

func (*GetSupportedDMResp_SupportedObjectResult) GetSupportedCommands

func (*GetSupportedDMResp_SupportedObjectResult) GetSupportedEvents

func (*GetSupportedDMResp_SupportedObjectResult) GetSupportedObjPath

func (x *GetSupportedDMResp_SupportedObjectResult) GetSupportedObjPath() string

func (*GetSupportedDMResp_SupportedObjectResult) GetSupportedParams

func (*GetSupportedDMResp_SupportedObjectResult) ProtoMessage

func (*GetSupportedDMResp_SupportedObjectResult) ProtoReflect

func (*GetSupportedDMResp_SupportedObjectResult) Reset

func (*GetSupportedDMResp_SupportedObjectResult) String

type GetSupportedDMResp_SupportedParamResult

type GetSupportedDMResp_SupportedParamResult struct {
	ParamName   string                             `protobuf:"bytes,1,opt,name=param_name,json=paramName,proto3" json:"param_name,omitempty"`
	Access      GetSupportedDMResp_ParamAccessType `protobuf:"varint,2,opt,name=access,proto3,enum=usp_msg.GetSupportedDMResp_ParamAccessType" json:"access,omitempty"`
	ValueType   GetSupportedDMResp_ParamValueType  `` /* 136-byte string literal not displayed */
	ValueChange GetSupportedDMResp_ValueChangeType `` /* 143-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetSupportedDMResp_SupportedParamResult) Descriptor deprecated

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

Deprecated: Use GetSupportedDMResp_SupportedParamResult.ProtoReflect.Descriptor instead.

func (*GetSupportedDMResp_SupportedParamResult) GetAccess

func (*GetSupportedDMResp_SupportedParamResult) GetParamName

func (*GetSupportedDMResp_SupportedParamResult) GetValueChange

func (*GetSupportedDMResp_SupportedParamResult) GetValueType

func (*GetSupportedDMResp_SupportedParamResult) ProtoMessage

func (*GetSupportedDMResp_SupportedParamResult) ProtoReflect

func (*GetSupportedDMResp_SupportedParamResult) Reset

func (*GetSupportedDMResp_SupportedParamResult) String

type GetSupportedDMResp_ValueChangeType

type GetSupportedDMResp_ValueChangeType int32
const (
	GetSupportedDMResp_VALUE_CHANGE_UNKNOWN     GetSupportedDMResp_ValueChangeType = 0
	GetSupportedDMResp_VALUE_CHANGE_ALLOWED     GetSupportedDMResp_ValueChangeType = 1
	GetSupportedDMResp_VALUE_CHANGE_WILL_IGNORE GetSupportedDMResp_ValueChangeType = 2
)

func (GetSupportedDMResp_ValueChangeType) Descriptor

func (GetSupportedDMResp_ValueChangeType) Enum

func (GetSupportedDMResp_ValueChangeType) EnumDescriptor deprecated

func (GetSupportedDMResp_ValueChangeType) EnumDescriptor() ([]byte, []int)

Deprecated: Use GetSupportedDMResp_ValueChangeType.Descriptor instead.

func (GetSupportedDMResp_ValueChangeType) Number

func (GetSupportedDMResp_ValueChangeType) String

func (GetSupportedDMResp_ValueChangeType) Type

type GetSupportedProtocol

type GetSupportedProtocol struct {
	ControllerSupportedProtocolVersions string `` /* 170-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetSupportedProtocol) Descriptor deprecated

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

Deprecated: Use GetSupportedProtocol.ProtoReflect.Descriptor instead.

func (*GetSupportedProtocol) GetControllerSupportedProtocolVersions

func (x *GetSupportedProtocol) GetControllerSupportedProtocolVersions() string

func (*GetSupportedProtocol) ProtoMessage

func (*GetSupportedProtocol) ProtoMessage()

func (*GetSupportedProtocol) ProtoReflect

func (x *GetSupportedProtocol) ProtoReflect() protoreflect.Message

func (*GetSupportedProtocol) Reset

func (x *GetSupportedProtocol) Reset()

func (*GetSupportedProtocol) String

func (x *GetSupportedProtocol) String() string

type GetSupportedProtocolResp

type GetSupportedProtocolResp struct {
	AgentSupportedProtocolVersions string `` /* 155-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetSupportedProtocolResp) Descriptor deprecated

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

Deprecated: Use GetSupportedProtocolResp.ProtoReflect.Descriptor instead.

func (*GetSupportedProtocolResp) GetAgentSupportedProtocolVersions

func (x *GetSupportedProtocolResp) GetAgentSupportedProtocolVersions() string

func (*GetSupportedProtocolResp) ProtoMessage

func (*GetSupportedProtocolResp) ProtoMessage()

func (*GetSupportedProtocolResp) ProtoReflect

func (x *GetSupportedProtocolResp) ProtoReflect() protoreflect.Message

func (*GetSupportedProtocolResp) Reset

func (x *GetSupportedProtocolResp) Reset()

func (*GetSupportedProtocolResp) String

func (x *GetSupportedProtocolResp) String() string
type Header struct {
	MsgId   string         `protobuf:"bytes,1,opt,name=msg_id,json=msgId,proto3" json:"msg_id,omitempty"`                                    // Make required in the protocol
	MsgType Header_MsgType `protobuf:"varint,2,opt,name=msg_type,json=msgType,proto3,enum=usp_msg.Header_MsgType" json:"msg_type,omitempty"` // Make required in the protocol
	// contains filtered or unexported fields
}

func (*Header) Descriptor deprecated

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

Deprecated: Use Header.ProtoReflect.Descriptor instead.

func (*Header) GetMsgId

func (x *Header) GetMsgId() string

func (*Header) GetMsgType

func (x *Header) GetMsgType() Header_MsgType

func (*Header) ProtoMessage

func (*Header) ProtoMessage()

func (*Header) ProtoReflect

func (x *Header) ProtoReflect() protoreflect.Message

func (*Header) Reset

func (x *Header) Reset()

func (*Header) String

func (x *Header) String() string

type Header_MsgType

type Header_MsgType int32
const (
	Header_ERROR                    Header_MsgType = 0
	Header_GET                      Header_MsgType = 1
	Header_GET_RESP                 Header_MsgType = 2
	Header_NOTIFY                   Header_MsgType = 3
	Header_SET                      Header_MsgType = 4
	Header_SET_RESP                 Header_MsgType = 5
	Header_OPERATE                  Header_MsgType = 6
	Header_OPERATE_RESP             Header_MsgType = 7
	Header_ADD                      Header_MsgType = 8
	Header_ADD_RESP                 Header_MsgType = 9
	Header_DELETE                   Header_MsgType = 10
	Header_DELETE_RESP              Header_MsgType = 11
	Header_GET_SUPPORTED_DM         Header_MsgType = 12
	Header_GET_SUPPORTED_DM_RESP    Header_MsgType = 13
	Header_GET_INSTANCES            Header_MsgType = 14
	Header_GET_INSTANCES_RESP       Header_MsgType = 15
	Header_NOTIFY_RESP              Header_MsgType = 16
	Header_GET_SUPPORTED_PROTO      Header_MsgType = 17
	Header_GET_SUPPORTED_PROTO_RESP Header_MsgType = 18
)

func (Header_MsgType) Descriptor

func (Header_MsgType) Enum

func (x Header_MsgType) Enum() *Header_MsgType

func (Header_MsgType) EnumDescriptor deprecated

func (Header_MsgType) EnumDescriptor() ([]byte, []int)

Deprecated: Use Header_MsgType.Descriptor instead.

func (Header_MsgType) Number

func (Header_MsgType) String

func (x Header_MsgType) String() string

func (Header_MsgType) Type

type Msg

type Msg struct {
	Header *Header `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"` // Make required in the protocol
	Body   *Body   `protobuf:"bytes,2,opt,name=body,proto3" json:"body,omitempty"`     // Make required in the protocol
	// contains filtered or unexported fields
}

func (*Msg) Descriptor deprecated

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

Deprecated: Use Msg.ProtoReflect.Descriptor instead.

func (*Msg) GetBody

func (x *Msg) GetBody() *Body

func (*Msg) GetHeader

func (x *Msg) GetHeader() *Header

func (*Msg) ProtoMessage

func (*Msg) ProtoMessage()

func (*Msg) ProtoReflect

func (x *Msg) ProtoReflect() protoreflect.Message

func (*Msg) Reset

func (x *Msg) Reset()

func (*Msg) String

func (x *Msg) String() string

type Notify

type Notify struct {
	SubscriptionId string `protobuf:"bytes,1,opt,name=subscription_id,json=subscriptionId,proto3" json:"subscription_id,omitempty"`
	SendResp       bool   `protobuf:"varint,2,opt,name=send_resp,json=sendResp,proto3" json:"send_resp,omitempty"`
	// Types that are assignable to Notification:
	//
	//	*Notify_Event_
	//	*Notify_ValueChange_
	//	*Notify_ObjCreation
	//	*Notify_ObjDeletion
	//	*Notify_OperComplete
	//	*Notify_OnBoardReq
	Notification isNotify_Notification `protobuf_oneof:"notification"`
	// contains filtered or unexported fields
}

func (*Notify) Descriptor deprecated

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

Deprecated: Use Notify.ProtoReflect.Descriptor instead.

func (*Notify) GetEvent

func (x *Notify) GetEvent() *Notify_Event

func (*Notify) GetNotification

func (m *Notify) GetNotification() isNotify_Notification

func (*Notify) GetObjCreation

func (x *Notify) GetObjCreation() *Notify_ObjectCreation

func (*Notify) GetObjDeletion

func (x *Notify) GetObjDeletion() *Notify_ObjectDeletion

func (*Notify) GetOnBoardReq

func (x *Notify) GetOnBoardReq() *Notify_OnBoardRequest

func (*Notify) GetOperComplete

func (x *Notify) GetOperComplete() *Notify_OperationComplete

func (*Notify) GetSendResp

func (x *Notify) GetSendResp() bool

func (*Notify) GetSubscriptionId

func (x *Notify) GetSubscriptionId() string

func (*Notify) GetValueChange

func (x *Notify) GetValueChange() *Notify_ValueChange

func (*Notify) ProtoMessage

func (*Notify) ProtoMessage()

func (*Notify) ProtoReflect

func (x *Notify) ProtoReflect() protoreflect.Message

func (*Notify) Reset

func (x *Notify) Reset()

func (*Notify) String

func (x *Notify) String() string

type NotifyResp

type NotifyResp struct {
	SubscriptionId string `protobuf:"bytes,1,opt,name=subscription_id,json=subscriptionId,proto3" json:"subscription_id,omitempty"`
	// contains filtered or unexported fields
}

func (*NotifyResp) Descriptor deprecated

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

Deprecated: Use NotifyResp.ProtoReflect.Descriptor instead.

func (*NotifyResp) GetSubscriptionId

func (x *NotifyResp) GetSubscriptionId() string

func (*NotifyResp) ProtoMessage

func (*NotifyResp) ProtoMessage()

func (*NotifyResp) ProtoReflect

func (x *NotifyResp) ProtoReflect() protoreflect.Message

func (*NotifyResp) Reset

func (x *NotifyResp) Reset()

func (*NotifyResp) String

func (x *NotifyResp) String() string

type Notify_Event

type Notify_Event struct {
	ObjPath   string            `protobuf:"bytes,1,opt,name=obj_path,json=objPath,proto3" json:"obj_path,omitempty"`
	EventName string            `protobuf:"bytes,2,opt,name=event_name,json=eventName,proto3" json:"event_name,omitempty"`
	Params    map[string]string `` /* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Notify_Event) Descriptor deprecated

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

Deprecated: Use Notify_Event.ProtoReflect.Descriptor instead.

func (*Notify_Event) GetEventName

func (x *Notify_Event) GetEventName() string

func (*Notify_Event) GetObjPath

func (x *Notify_Event) GetObjPath() string

func (*Notify_Event) GetParams

func (x *Notify_Event) GetParams() map[string]string

func (*Notify_Event) ProtoMessage

func (*Notify_Event) ProtoMessage()

func (*Notify_Event) ProtoReflect

func (x *Notify_Event) ProtoReflect() protoreflect.Message

func (*Notify_Event) Reset

func (x *Notify_Event) Reset()

func (*Notify_Event) String

func (x *Notify_Event) String() string

type Notify_Event_

type Notify_Event_ struct {
	Event *Notify_Event `protobuf:"bytes,3,opt,name=event,proto3,oneof"`
}

type Notify_ObjCreation

type Notify_ObjCreation struct {
	ObjCreation *Notify_ObjectCreation `protobuf:"bytes,5,opt,name=obj_creation,json=objCreation,proto3,oneof"`
}

type Notify_ObjDeletion

type Notify_ObjDeletion struct {
	ObjDeletion *Notify_ObjectDeletion `protobuf:"bytes,6,opt,name=obj_deletion,json=objDeletion,proto3,oneof"`
}

type Notify_ObjectCreation

type Notify_ObjectCreation struct {
	ObjPath    string            `protobuf:"bytes,1,opt,name=obj_path,json=objPath,proto3" json:"obj_path,omitempty"`
	UniqueKeys map[string]string `` /* 179-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Notify_ObjectCreation) Descriptor deprecated

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

Deprecated: Use Notify_ObjectCreation.ProtoReflect.Descriptor instead.

func (*Notify_ObjectCreation) GetObjPath

func (x *Notify_ObjectCreation) GetObjPath() string

func (*Notify_ObjectCreation) GetUniqueKeys

func (x *Notify_ObjectCreation) GetUniqueKeys() map[string]string

func (*Notify_ObjectCreation) ProtoMessage

func (*Notify_ObjectCreation) ProtoMessage()

func (*Notify_ObjectCreation) ProtoReflect

func (x *Notify_ObjectCreation) ProtoReflect() protoreflect.Message

func (*Notify_ObjectCreation) Reset

func (x *Notify_ObjectCreation) Reset()

func (*Notify_ObjectCreation) String

func (x *Notify_ObjectCreation) String() string

type Notify_ObjectDeletion

type Notify_ObjectDeletion struct {
	ObjPath string `protobuf:"bytes,1,opt,name=obj_path,json=objPath,proto3" json:"obj_path,omitempty"`
	// contains filtered or unexported fields
}

func (*Notify_ObjectDeletion) Descriptor deprecated

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

Deprecated: Use Notify_ObjectDeletion.ProtoReflect.Descriptor instead.

func (*Notify_ObjectDeletion) GetObjPath

func (x *Notify_ObjectDeletion) GetObjPath() string

func (*Notify_ObjectDeletion) ProtoMessage

func (*Notify_ObjectDeletion) ProtoMessage()

func (*Notify_ObjectDeletion) ProtoReflect

func (x *Notify_ObjectDeletion) ProtoReflect() protoreflect.Message

func (*Notify_ObjectDeletion) Reset

func (x *Notify_ObjectDeletion) Reset()

func (*Notify_ObjectDeletion) String

func (x *Notify_ObjectDeletion) String() string

type Notify_OnBoardReq

type Notify_OnBoardReq struct {
	OnBoardReq *Notify_OnBoardRequest `protobuf:"bytes,8,opt,name=on_board_req,json=onBoardReq,proto3,oneof"`
}

type Notify_OnBoardRequest

type Notify_OnBoardRequest struct {
	Oui                            string `protobuf:"bytes,1,opt,name=oui,proto3" json:"oui,omitempty"`
	ProductClass                   string `protobuf:"bytes,2,opt,name=product_class,json=productClass,proto3" json:"product_class,omitempty"`
	SerialNumber                   string `protobuf:"bytes,3,opt,name=serial_number,json=serialNumber,proto3" json:"serial_number,omitempty"`
	AgentSupportedProtocolVersions string `` /* 155-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Notify_OnBoardRequest) Descriptor deprecated

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

Deprecated: Use Notify_OnBoardRequest.ProtoReflect.Descriptor instead.

func (*Notify_OnBoardRequest) GetAgentSupportedProtocolVersions

func (x *Notify_OnBoardRequest) GetAgentSupportedProtocolVersions() string

func (*Notify_OnBoardRequest) GetOui

func (x *Notify_OnBoardRequest) GetOui() string

func (*Notify_OnBoardRequest) GetProductClass

func (x *Notify_OnBoardRequest) GetProductClass() string

func (*Notify_OnBoardRequest) GetSerialNumber

func (x *Notify_OnBoardRequest) GetSerialNumber() string

func (*Notify_OnBoardRequest) ProtoMessage

func (*Notify_OnBoardRequest) ProtoMessage()

func (*Notify_OnBoardRequest) ProtoReflect

func (x *Notify_OnBoardRequest) ProtoReflect() protoreflect.Message

func (*Notify_OnBoardRequest) Reset

func (x *Notify_OnBoardRequest) Reset()

func (*Notify_OnBoardRequest) String

func (x *Notify_OnBoardRequest) String() string

type Notify_OperComplete

type Notify_OperComplete struct {
	OperComplete *Notify_OperationComplete `protobuf:"bytes,7,opt,name=oper_complete,json=operComplete,proto3,oneof"`
}

type Notify_OperationComplete

type Notify_OperationComplete struct {
	ObjPath     string `protobuf:"bytes,1,opt,name=obj_path,json=objPath,proto3" json:"obj_path,omitempty"`
	CommandName string `protobuf:"bytes,2,opt,name=command_name,json=commandName,proto3" json:"command_name,omitempty"`
	CommandKey  string `protobuf:"bytes,3,opt,name=command_key,json=commandKey,proto3" json:"command_key,omitempty"`
	// Types that are assignable to OperationResp:
	//
	//	*Notify_OperationComplete_ReqOutputArgs
	//	*Notify_OperationComplete_CmdFailure
	OperationResp isNotify_OperationComplete_OperationResp `protobuf_oneof:"operation_resp"`
	// contains filtered or unexported fields
}

func (*Notify_OperationComplete) Descriptor deprecated

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

Deprecated: Use Notify_OperationComplete.ProtoReflect.Descriptor instead.

func (*Notify_OperationComplete) GetCmdFailure

func (*Notify_OperationComplete) GetCommandKey

func (x *Notify_OperationComplete) GetCommandKey() string

func (*Notify_OperationComplete) GetCommandName

func (x *Notify_OperationComplete) GetCommandName() string

func (*Notify_OperationComplete) GetObjPath

func (x *Notify_OperationComplete) GetObjPath() string

func (*Notify_OperationComplete) GetOperationResp

func (m *Notify_OperationComplete) GetOperationResp() isNotify_OperationComplete_OperationResp

func (*Notify_OperationComplete) GetReqOutputArgs

func (*Notify_OperationComplete) ProtoMessage

func (*Notify_OperationComplete) ProtoMessage()

func (*Notify_OperationComplete) ProtoReflect

func (x *Notify_OperationComplete) ProtoReflect() protoreflect.Message

func (*Notify_OperationComplete) Reset

func (x *Notify_OperationComplete) Reset()

func (*Notify_OperationComplete) String

func (x *Notify_OperationComplete) String() string

type Notify_OperationComplete_CmdFailure

type Notify_OperationComplete_CmdFailure struct {
	CmdFailure *Notify_OperationComplete_CommandFailure `protobuf:"bytes,5,opt,name=cmd_failure,json=cmdFailure,proto3,oneof"`
}

type Notify_OperationComplete_CommandFailure

type Notify_OperationComplete_CommandFailure struct {
	ErrCode uint32 `protobuf:"fixed32,1,opt,name=err_code,json=errCode,proto3" json:"err_code,omitempty"`
	ErrMsg  string `protobuf:"bytes,2,opt,name=err_msg,json=errMsg,proto3" json:"err_msg,omitempty"`
	// contains filtered or unexported fields
}

func (*Notify_OperationComplete_CommandFailure) Descriptor deprecated

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

Deprecated: Use Notify_OperationComplete_CommandFailure.ProtoReflect.Descriptor instead.

func (*Notify_OperationComplete_CommandFailure) GetErrCode

func (*Notify_OperationComplete_CommandFailure) GetErrMsg

func (*Notify_OperationComplete_CommandFailure) ProtoMessage

func (*Notify_OperationComplete_CommandFailure) ProtoReflect

func (*Notify_OperationComplete_CommandFailure) Reset

func (*Notify_OperationComplete_CommandFailure) String

type Notify_OperationComplete_OutputArgs

type Notify_OperationComplete_OutputArgs struct {
	OutputArgs map[string]string `` /* 179-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Notify_OperationComplete_OutputArgs) Descriptor deprecated

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

Deprecated: Use Notify_OperationComplete_OutputArgs.ProtoReflect.Descriptor instead.

func (*Notify_OperationComplete_OutputArgs) GetOutputArgs

func (x *Notify_OperationComplete_OutputArgs) GetOutputArgs() map[string]string

func (*Notify_OperationComplete_OutputArgs) ProtoMessage

func (*Notify_OperationComplete_OutputArgs) ProtoMessage()

func (*Notify_OperationComplete_OutputArgs) ProtoReflect

func (*Notify_OperationComplete_OutputArgs) Reset

func (*Notify_OperationComplete_OutputArgs) String

type Notify_OperationComplete_ReqOutputArgs

type Notify_OperationComplete_ReqOutputArgs struct {
	ReqOutputArgs *Notify_OperationComplete_OutputArgs `protobuf:"bytes,4,opt,name=req_output_args,json=reqOutputArgs,proto3,oneof"`
}

type Notify_ValueChange

type Notify_ValueChange struct {
	ParamPath  string `protobuf:"bytes,1,opt,name=param_path,json=paramPath,proto3" json:"param_path,omitempty"`
	ParamValue string `protobuf:"bytes,2,opt,name=param_value,json=paramValue,proto3" json:"param_value,omitempty"`
	// contains filtered or unexported fields
}

func (*Notify_ValueChange) Descriptor deprecated

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

Deprecated: Use Notify_ValueChange.ProtoReflect.Descriptor instead.

func (*Notify_ValueChange) GetParamPath

func (x *Notify_ValueChange) GetParamPath() string

func (*Notify_ValueChange) GetParamValue

func (x *Notify_ValueChange) GetParamValue() string

func (*Notify_ValueChange) ProtoMessage

func (*Notify_ValueChange) ProtoMessage()

func (*Notify_ValueChange) ProtoReflect

func (x *Notify_ValueChange) ProtoReflect() protoreflect.Message

func (*Notify_ValueChange) Reset

func (x *Notify_ValueChange) Reset()

func (*Notify_ValueChange) String

func (x *Notify_ValueChange) String() string

type Notify_ValueChange_

type Notify_ValueChange_ struct {
	ValueChange *Notify_ValueChange `protobuf:"bytes,4,opt,name=value_change,json=valueChange,proto3,oneof"`
}

type Operate

type Operate struct {
	Command    string            `protobuf:"bytes,1,opt,name=command,proto3" json:"command,omitempty"`
	CommandKey string            `protobuf:"bytes,2,opt,name=command_key,json=commandKey,proto3" json:"command_key,omitempty"`
	SendResp   bool              `protobuf:"varint,3,opt,name=send_resp,json=sendResp,proto3" json:"send_resp,omitempty"`
	InputArgs  map[string]string `` /* 176-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Operate) Descriptor deprecated

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

Deprecated: Use Operate.ProtoReflect.Descriptor instead.

func (*Operate) GetCommand

func (x *Operate) GetCommand() string

func (*Operate) GetCommandKey

func (x *Operate) GetCommandKey() string

func (*Operate) GetInputArgs

func (x *Operate) GetInputArgs() map[string]string

func (*Operate) GetSendResp

func (x *Operate) GetSendResp() bool

func (*Operate) ProtoMessage

func (*Operate) ProtoMessage()

func (*Operate) ProtoReflect

func (x *Operate) ProtoReflect() protoreflect.Message

func (*Operate) Reset

func (x *Operate) Reset()

func (*Operate) String

func (x *Operate) String() string

type OperateResp

type OperateResp struct {
	OperationResults []*OperateResp_OperationResult `protobuf:"bytes,1,rep,name=operation_results,json=operationResults,proto3" json:"operation_results,omitempty"`
	// contains filtered or unexported fields
}

func (*OperateResp) Descriptor deprecated

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

Deprecated: Use OperateResp.ProtoReflect.Descriptor instead.

func (*OperateResp) GetOperationResults

func (x *OperateResp) GetOperationResults() []*OperateResp_OperationResult

func (*OperateResp) ProtoMessage

func (*OperateResp) ProtoMessage()

func (*OperateResp) ProtoReflect

func (x *OperateResp) ProtoReflect() protoreflect.Message

func (*OperateResp) Reset

func (x *OperateResp) Reset()

func (*OperateResp) String

func (x *OperateResp) String() string

type OperateResp_OperationResult

type OperateResp_OperationResult struct {
	ExecutedCommand string `protobuf:"bytes,1,opt,name=executed_command,json=executedCommand,proto3" json:"executed_command,omitempty"`
	// Types that are assignable to OperationResp:
	//
	//	*OperateResp_OperationResult_ReqObjPath
	//	*OperateResp_OperationResult_ReqOutputArgs
	//	*OperateResp_OperationResult_CmdFailure
	OperationResp isOperateResp_OperationResult_OperationResp `protobuf_oneof:"operation_resp"`
	// contains filtered or unexported fields
}

func (*OperateResp_OperationResult) Descriptor deprecated

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

Deprecated: Use OperateResp_OperationResult.ProtoReflect.Descriptor instead.

func (*OperateResp_OperationResult) GetCmdFailure

func (*OperateResp_OperationResult) GetExecutedCommand

func (x *OperateResp_OperationResult) GetExecutedCommand() string

func (*OperateResp_OperationResult) GetOperationResp

func (m *OperateResp_OperationResult) GetOperationResp() isOperateResp_OperationResult_OperationResp

func (*OperateResp_OperationResult) GetReqObjPath

func (x *OperateResp_OperationResult) GetReqObjPath() string

func (*OperateResp_OperationResult) GetReqOutputArgs

func (*OperateResp_OperationResult) ProtoMessage

func (*OperateResp_OperationResult) ProtoMessage()

func (*OperateResp_OperationResult) ProtoReflect

func (*OperateResp_OperationResult) Reset

func (x *OperateResp_OperationResult) Reset()

func (*OperateResp_OperationResult) String

func (x *OperateResp_OperationResult) String() string

type OperateResp_OperationResult_CmdFailure

type OperateResp_OperationResult_CmdFailure struct {
	CmdFailure *OperateResp_OperationResult_CommandFailure `protobuf:"bytes,4,opt,name=cmd_failure,json=cmdFailure,proto3,oneof"`
}

type OperateResp_OperationResult_CommandFailure

type OperateResp_OperationResult_CommandFailure struct {
	ErrCode uint32 `protobuf:"fixed32,1,opt,name=err_code,json=errCode,proto3" json:"err_code,omitempty"`
	ErrMsg  string `protobuf:"bytes,2,opt,name=err_msg,json=errMsg,proto3" json:"err_msg,omitempty"`
	// contains filtered or unexported fields
}

func (*OperateResp_OperationResult_CommandFailure) Descriptor deprecated

Deprecated: Use OperateResp_OperationResult_CommandFailure.ProtoReflect.Descriptor instead.

func (*OperateResp_OperationResult_CommandFailure) GetErrCode

func (*OperateResp_OperationResult_CommandFailure) GetErrMsg

func (*OperateResp_OperationResult_CommandFailure) ProtoMessage

func (*OperateResp_OperationResult_CommandFailure) ProtoReflect

func (*OperateResp_OperationResult_CommandFailure) Reset

func (*OperateResp_OperationResult_CommandFailure) String

type OperateResp_OperationResult_OutputArgs

type OperateResp_OperationResult_OutputArgs struct {
	OutputArgs map[string]string `` /* 179-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*OperateResp_OperationResult_OutputArgs) Descriptor deprecated

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

Deprecated: Use OperateResp_OperationResult_OutputArgs.ProtoReflect.Descriptor instead.

func (*OperateResp_OperationResult_OutputArgs) GetOutputArgs

func (x *OperateResp_OperationResult_OutputArgs) GetOutputArgs() map[string]string

func (*OperateResp_OperationResult_OutputArgs) ProtoMessage

func (*OperateResp_OperationResult_OutputArgs) ProtoReflect

func (*OperateResp_OperationResult_OutputArgs) Reset

func (*OperateResp_OperationResult_OutputArgs) String

type OperateResp_OperationResult_ReqObjPath

type OperateResp_OperationResult_ReqObjPath struct {
	ReqObjPath string `protobuf:"bytes,2,opt,name=req_obj_path,json=reqObjPath,proto3,oneof"`
}

type OperateResp_OperationResult_ReqOutputArgs

type OperateResp_OperationResult_ReqOutputArgs struct {
	ReqOutputArgs *OperateResp_OperationResult_OutputArgs `protobuf:"bytes,3,opt,name=req_output_args,json=reqOutputArgs,proto3,oneof"`
}

type Request

type Request struct {

	// Types that are assignable to ReqType:
	//
	//	*Request_Get
	//	*Request_GetSupportedDm
	//	*Request_GetInstances
	//	*Request_Set
	//	*Request_Add
	//	*Request_Delete
	//	*Request_Operate
	//	*Request_Notify
	//	*Request_GetSupportedProtocol
	ReqType isRequest_ReqType `protobuf_oneof:"req_type"`
	// contains filtered or unexported fields
}

func (*Request) Descriptor deprecated

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

Deprecated: Use Request.ProtoReflect.Descriptor instead.

func (*Request) GetAdd

func (x *Request) GetAdd() *Add

func (*Request) GetDelete

func (x *Request) GetDelete() *Delete

func (*Request) GetGet

func (x *Request) GetGet() *Get

func (*Request) GetGetInstances

func (x *Request) GetGetInstances() *GetInstances

func (*Request) GetGetSupportedDm

func (x *Request) GetGetSupportedDm() *GetSupportedDM

func (*Request) GetGetSupportedProtocol

func (x *Request) GetGetSupportedProtocol() *GetSupportedProtocol

func (*Request) GetNotify

func (x *Request) GetNotify() *Notify

func (*Request) GetOperate

func (x *Request) GetOperate() *Operate

func (*Request) GetReqType

func (m *Request) GetReqType() isRequest_ReqType

func (*Request) GetSet

func (x *Request) GetSet() *Set

func (*Request) ProtoMessage

func (*Request) ProtoMessage()

func (*Request) ProtoReflect

func (x *Request) ProtoReflect() protoreflect.Message

func (*Request) Reset

func (x *Request) Reset()

func (*Request) String

func (x *Request) String() string

type Request_Add

type Request_Add struct {
	Add *Add `protobuf:"bytes,5,opt,name=add,proto3,oneof"`
}

type Request_Delete

type Request_Delete struct {
	Delete *Delete `protobuf:"bytes,6,opt,name=delete,proto3,oneof"`
}

type Request_Get

type Request_Get struct {
	Get *Get `protobuf:"bytes,1,opt,name=get,proto3,oneof"`
}

type Request_GetInstances

type Request_GetInstances struct {
	GetInstances *GetInstances `protobuf:"bytes,3,opt,name=get_instances,json=getInstances,proto3,oneof"`
}

type Request_GetSupportedDm

type Request_GetSupportedDm struct {
	GetSupportedDm *GetSupportedDM `protobuf:"bytes,2,opt,name=get_supported_dm,json=getSupportedDm,proto3,oneof"`
}

type Request_GetSupportedProtocol

type Request_GetSupportedProtocol struct {
	GetSupportedProtocol *GetSupportedProtocol `protobuf:"bytes,9,opt,name=get_supported_protocol,json=getSupportedProtocol,proto3,oneof"`
}

type Request_Notify

type Request_Notify struct {
	Notify *Notify `protobuf:"bytes,8,opt,name=notify,proto3,oneof"`
}

type Request_Operate

type Request_Operate struct {
	Operate *Operate `protobuf:"bytes,7,opt,name=operate,proto3,oneof"`
}

type Request_Set

type Request_Set struct {
	Set *Set `protobuf:"bytes,4,opt,name=set,proto3,oneof"`
}

type Response

type Response struct {

	// Types that are assignable to RespType:
	//
	//	*Response_GetResp
	//	*Response_GetSupportedDmResp
	//	*Response_GetInstancesResp
	//	*Response_SetResp
	//	*Response_AddResp
	//	*Response_DeleteResp
	//	*Response_OperateResp
	//	*Response_NotifyResp
	//	*Response_GetSupportedProtocolResp
	RespType isResponse_RespType `protobuf_oneof:"resp_type"`
	// contains filtered or unexported fields
}

func (*Response) Descriptor deprecated

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

Deprecated: Use Response.ProtoReflect.Descriptor instead.

func (*Response) GetAddResp

func (x *Response) GetAddResp() *AddResp

func (*Response) GetDeleteResp

func (x *Response) GetDeleteResp() *DeleteResp

func (*Response) GetGetInstancesResp

func (x *Response) GetGetInstancesResp() *GetInstancesResp

func (*Response) GetGetResp

func (x *Response) GetGetResp() *GetResp

func (*Response) GetGetSupportedDmResp

func (x *Response) GetGetSupportedDmResp() *GetSupportedDMResp

func (*Response) GetGetSupportedProtocolResp

func (x *Response) GetGetSupportedProtocolResp() *GetSupportedProtocolResp

func (*Response) GetNotifyResp

func (x *Response) GetNotifyResp() *NotifyResp

func (*Response) GetOperateResp

func (x *Response) GetOperateResp() *OperateResp

func (*Response) GetRespType

func (m *Response) GetRespType() isResponse_RespType

func (*Response) GetSetResp

func (x *Response) GetSetResp() *SetResp

func (*Response) ProtoMessage

func (*Response) ProtoMessage()

func (*Response) ProtoReflect

func (x *Response) ProtoReflect() protoreflect.Message

func (*Response) Reset

func (x *Response) Reset()

func (*Response) String

func (x *Response) String() string

type Response_AddResp

type Response_AddResp struct {
	AddResp *AddResp `protobuf:"bytes,5,opt,name=add_resp,json=addResp,proto3,oneof"`
}

type Response_DeleteResp

type Response_DeleteResp struct {
	DeleteResp *DeleteResp `protobuf:"bytes,6,opt,name=delete_resp,json=deleteResp,proto3,oneof"`
}

type Response_GetInstancesResp

type Response_GetInstancesResp struct {
	GetInstancesResp *GetInstancesResp `protobuf:"bytes,3,opt,name=get_instances_resp,json=getInstancesResp,proto3,oneof"`
}

type Response_GetResp

type Response_GetResp struct {
	GetResp *GetResp `protobuf:"bytes,1,opt,name=get_resp,json=getResp,proto3,oneof"`
}

type Response_GetSupportedDmResp

type Response_GetSupportedDmResp struct {
	GetSupportedDmResp *GetSupportedDMResp `protobuf:"bytes,2,opt,name=get_supported_dm_resp,json=getSupportedDmResp,proto3,oneof"`
}

type Response_GetSupportedProtocolResp

type Response_GetSupportedProtocolResp struct {
	GetSupportedProtocolResp *GetSupportedProtocolResp `protobuf:"bytes,9,opt,name=get_supported_protocol_resp,json=getSupportedProtocolResp,proto3,oneof"`
}

type Response_NotifyResp

type Response_NotifyResp struct {
	NotifyResp *NotifyResp `protobuf:"bytes,8,opt,name=notify_resp,json=notifyResp,proto3,oneof"`
}

type Response_OperateResp

type Response_OperateResp struct {
	OperateResp *OperateResp `protobuf:"bytes,7,opt,name=operate_resp,json=operateResp,proto3,oneof"`
}

type Response_SetResp

type Response_SetResp struct {
	SetResp *SetResp `protobuf:"bytes,4,opt,name=set_resp,json=setResp,proto3,oneof"`
}

type Set

type Set struct {
	AllowPartial bool                `protobuf:"varint,1,opt,name=allow_partial,json=allowPartial,proto3" json:"allow_partial,omitempty"`
	UpdateObjs   []*Set_UpdateObject `protobuf:"bytes,2,rep,name=update_objs,json=updateObjs,proto3" json:"update_objs,omitempty"`
	// contains filtered or unexported fields
}

func (*Set) Descriptor deprecated

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

Deprecated: Use Set.ProtoReflect.Descriptor instead.

func (*Set) GetAllowPartial

func (x *Set) GetAllowPartial() bool

func (*Set) GetUpdateObjs

func (x *Set) GetUpdateObjs() []*Set_UpdateObject

func (*Set) ProtoMessage

func (*Set) ProtoMessage()

func (*Set) ProtoReflect

func (x *Set) ProtoReflect() protoreflect.Message

func (*Set) Reset

func (x *Set) Reset()

func (*Set) String

func (x *Set) String() string

type SetResp

type SetResp struct {
	UpdatedObjResults []*SetResp_UpdatedObjectResult `protobuf:"bytes,1,rep,name=updated_obj_results,json=updatedObjResults,proto3" json:"updated_obj_results,omitempty"`
	// contains filtered or unexported fields
}

func (*SetResp) Descriptor deprecated

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

Deprecated: Use SetResp.ProtoReflect.Descriptor instead.

func (*SetResp) GetUpdatedObjResults

func (x *SetResp) GetUpdatedObjResults() []*SetResp_UpdatedObjectResult

func (*SetResp) ProtoMessage

func (*SetResp) ProtoMessage()

func (*SetResp) ProtoReflect

func (x *SetResp) ProtoReflect() protoreflect.Message

func (*SetResp) Reset

func (x *SetResp) Reset()

func (*SetResp) String

func (x *SetResp) String() string

type SetResp_ParameterError

type SetResp_ParameterError struct {
	Param   string `protobuf:"bytes,1,opt,name=param,proto3" json:"param,omitempty"`
	ErrCode uint32 `protobuf:"fixed32,2,opt,name=err_code,json=errCode,proto3" json:"err_code,omitempty"`
	ErrMsg  string `protobuf:"bytes,3,opt,name=err_msg,json=errMsg,proto3" json:"err_msg,omitempty"`
	// contains filtered or unexported fields
}

func (*SetResp_ParameterError) Descriptor deprecated

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

Deprecated: Use SetResp_ParameterError.ProtoReflect.Descriptor instead.

func (*SetResp_ParameterError) GetErrCode

func (x *SetResp_ParameterError) GetErrCode() uint32

func (*SetResp_ParameterError) GetErrMsg

func (x *SetResp_ParameterError) GetErrMsg() string

func (*SetResp_ParameterError) GetParam

func (x *SetResp_ParameterError) GetParam() string

func (*SetResp_ParameterError) ProtoMessage

func (*SetResp_ParameterError) ProtoMessage()

func (*SetResp_ParameterError) ProtoReflect

func (x *SetResp_ParameterError) ProtoReflect() protoreflect.Message

func (*SetResp_ParameterError) Reset

func (x *SetResp_ParameterError) Reset()

func (*SetResp_ParameterError) String

func (x *SetResp_ParameterError) String() string

type SetResp_UpdatedInstanceFailure

type SetResp_UpdatedInstanceFailure struct {
	AffectedPath string                    `protobuf:"bytes,1,opt,name=affected_path,json=affectedPath,proto3" json:"affected_path,omitempty"`
	ParamErrs    []*SetResp_ParameterError `protobuf:"bytes,2,rep,name=param_errs,json=paramErrs,proto3" json:"param_errs,omitempty"`
	// contains filtered or unexported fields
}

func (*SetResp_UpdatedInstanceFailure) Descriptor deprecated

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

Deprecated: Use SetResp_UpdatedInstanceFailure.ProtoReflect.Descriptor instead.

func (*SetResp_UpdatedInstanceFailure) GetAffectedPath

func (x *SetResp_UpdatedInstanceFailure) GetAffectedPath() string

func (*SetResp_UpdatedInstanceFailure) GetParamErrs

func (*SetResp_UpdatedInstanceFailure) ProtoMessage

func (*SetResp_UpdatedInstanceFailure) ProtoMessage()

func (*SetResp_UpdatedInstanceFailure) ProtoReflect

func (*SetResp_UpdatedInstanceFailure) Reset

func (x *SetResp_UpdatedInstanceFailure) Reset()

func (*SetResp_UpdatedInstanceFailure) String

type SetResp_UpdatedInstanceResult

type SetResp_UpdatedInstanceResult struct {
	AffectedPath  string                    `protobuf:"bytes,1,opt,name=affected_path,json=affectedPath,proto3" json:"affected_path,omitempty"`
	ParamErrs     []*SetResp_ParameterError `protobuf:"bytes,2,rep,name=param_errs,json=paramErrs,proto3" json:"param_errs,omitempty"`
	UpdatedParams map[string]string         `` /* 188-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*SetResp_UpdatedInstanceResult) Descriptor deprecated

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

Deprecated: Use SetResp_UpdatedInstanceResult.ProtoReflect.Descriptor instead.

func (*SetResp_UpdatedInstanceResult) GetAffectedPath

func (x *SetResp_UpdatedInstanceResult) GetAffectedPath() string

func (*SetResp_UpdatedInstanceResult) GetParamErrs

func (*SetResp_UpdatedInstanceResult) GetUpdatedParams

func (x *SetResp_UpdatedInstanceResult) GetUpdatedParams() map[string]string

func (*SetResp_UpdatedInstanceResult) ProtoMessage

func (*SetResp_UpdatedInstanceResult) ProtoMessage()

func (*SetResp_UpdatedInstanceResult) ProtoReflect

func (*SetResp_UpdatedInstanceResult) Reset

func (x *SetResp_UpdatedInstanceResult) Reset()

func (*SetResp_UpdatedInstanceResult) String

type SetResp_UpdatedObjectResult

type SetResp_UpdatedObjectResult struct {
	RequestedPath string                                       `protobuf:"bytes,1,opt,name=requested_path,json=requestedPath,proto3" json:"requested_path,omitempty"`
	OperStatus    *SetResp_UpdatedObjectResult_OperationStatus `protobuf:"bytes,2,opt,name=oper_status,json=operStatus,proto3" json:"oper_status,omitempty"`
	// contains filtered or unexported fields
}

func (*SetResp_UpdatedObjectResult) Descriptor deprecated

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

Deprecated: Use SetResp_UpdatedObjectResult.ProtoReflect.Descriptor instead.

func (*SetResp_UpdatedObjectResult) GetOperStatus

func (*SetResp_UpdatedObjectResult) GetRequestedPath

func (x *SetResp_UpdatedObjectResult) GetRequestedPath() string

func (*SetResp_UpdatedObjectResult) ProtoMessage

func (*SetResp_UpdatedObjectResult) ProtoMessage()

func (*SetResp_UpdatedObjectResult) ProtoReflect

func (*SetResp_UpdatedObjectResult) Reset

func (x *SetResp_UpdatedObjectResult) Reset()

func (*SetResp_UpdatedObjectResult) String

func (x *SetResp_UpdatedObjectResult) String() string

type SetResp_UpdatedObjectResult_OperationStatus

type SetResp_UpdatedObjectResult_OperationStatus struct {

	// Types that are assignable to OperStatus:
	//
	//	*SetResp_UpdatedObjectResult_OperationStatus_OperFailure
	//	*SetResp_UpdatedObjectResult_OperationStatus_OperSuccess
	OperStatus isSetResp_UpdatedObjectResult_OperationStatus_OperStatus `protobuf_oneof:"oper_status"`
	// contains filtered or unexported fields
}

func (*SetResp_UpdatedObjectResult_OperationStatus) Descriptor deprecated

Deprecated: Use SetResp_UpdatedObjectResult_OperationStatus.ProtoReflect.Descriptor instead.

func (*SetResp_UpdatedObjectResult_OperationStatus) GetOperFailure

func (*SetResp_UpdatedObjectResult_OperationStatus) GetOperStatus

func (m *SetResp_UpdatedObjectResult_OperationStatus) GetOperStatus() isSetResp_UpdatedObjectResult_OperationStatus_OperStatus

func (*SetResp_UpdatedObjectResult_OperationStatus) GetOperSuccess

func (*SetResp_UpdatedObjectResult_OperationStatus) ProtoMessage

func (*SetResp_UpdatedObjectResult_OperationStatus) ProtoReflect

func (*SetResp_UpdatedObjectResult_OperationStatus) Reset

func (*SetResp_UpdatedObjectResult_OperationStatus) String

type SetResp_UpdatedObjectResult_OperationStatus_OperFailure

type SetResp_UpdatedObjectResult_OperationStatus_OperFailure struct {
	OperFailure *SetResp_UpdatedObjectResult_OperationStatus_OperationFailure `protobuf:"bytes,1,opt,name=oper_failure,json=operFailure,proto3,oneof"`
}

type SetResp_UpdatedObjectResult_OperationStatus_OperSuccess

type SetResp_UpdatedObjectResult_OperationStatus_OperSuccess struct {
	OperSuccess *SetResp_UpdatedObjectResult_OperationStatus_OperationSuccess `protobuf:"bytes,2,opt,name=oper_success,json=operSuccess,proto3,oneof"`
}

type SetResp_UpdatedObjectResult_OperationStatus_OperationFailure

type SetResp_UpdatedObjectResult_OperationStatus_OperationFailure struct {
	ErrCode             uint32                            `protobuf:"fixed32,1,opt,name=err_code,json=errCode,proto3" json:"err_code,omitempty"`
	ErrMsg              string                            `protobuf:"bytes,2,opt,name=err_msg,json=errMsg,proto3" json:"err_msg,omitempty"`
	UpdatedInstFailures []*SetResp_UpdatedInstanceFailure `protobuf:"bytes,3,rep,name=updated_inst_failures,json=updatedInstFailures,proto3" json:"updated_inst_failures,omitempty"`
	// contains filtered or unexported fields
}

func (*SetResp_UpdatedObjectResult_OperationStatus_OperationFailure) Descriptor deprecated

Deprecated: Use SetResp_UpdatedObjectResult_OperationStatus_OperationFailure.ProtoReflect.Descriptor instead.

func (*SetResp_UpdatedObjectResult_OperationStatus_OperationFailure) GetErrCode

func (*SetResp_UpdatedObjectResult_OperationStatus_OperationFailure) GetErrMsg

func (*SetResp_UpdatedObjectResult_OperationStatus_OperationFailure) GetUpdatedInstFailures

func (*SetResp_UpdatedObjectResult_OperationStatus_OperationFailure) ProtoMessage

func (*SetResp_UpdatedObjectResult_OperationStatus_OperationFailure) ProtoReflect

func (*SetResp_UpdatedObjectResult_OperationStatus_OperationFailure) Reset

func (*SetResp_UpdatedObjectResult_OperationStatus_OperationFailure) String

type SetResp_UpdatedObjectResult_OperationStatus_OperationSuccess

type SetResp_UpdatedObjectResult_OperationStatus_OperationSuccess struct {
	UpdatedInstResults []*SetResp_UpdatedInstanceResult `protobuf:"bytes,1,rep,name=updated_inst_results,json=updatedInstResults,proto3" json:"updated_inst_results,omitempty"`
	// contains filtered or unexported fields
}

func (*SetResp_UpdatedObjectResult_OperationStatus_OperationSuccess) Descriptor deprecated

Deprecated: Use SetResp_UpdatedObjectResult_OperationStatus_OperationSuccess.ProtoReflect.Descriptor instead.

func (*SetResp_UpdatedObjectResult_OperationStatus_OperationSuccess) GetUpdatedInstResults

func (*SetResp_UpdatedObjectResult_OperationStatus_OperationSuccess) ProtoMessage

func (*SetResp_UpdatedObjectResult_OperationStatus_OperationSuccess) ProtoReflect

func (*SetResp_UpdatedObjectResult_OperationStatus_OperationSuccess) Reset

func (*SetResp_UpdatedObjectResult_OperationStatus_OperationSuccess) String

type Set_UpdateObject

type Set_UpdateObject struct {
	ObjPath       string                    `protobuf:"bytes,1,opt,name=obj_path,json=objPath,proto3" json:"obj_path,omitempty"`
	ParamSettings []*Set_UpdateParamSetting `protobuf:"bytes,2,rep,name=param_settings,json=paramSettings,proto3" json:"param_settings,omitempty"`
	// contains filtered or unexported fields
}

func (*Set_UpdateObject) Descriptor deprecated

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

Deprecated: Use Set_UpdateObject.ProtoReflect.Descriptor instead.

func (*Set_UpdateObject) GetObjPath

func (x *Set_UpdateObject) GetObjPath() string

func (*Set_UpdateObject) GetParamSettings

func (x *Set_UpdateObject) GetParamSettings() []*Set_UpdateParamSetting

func (*Set_UpdateObject) ProtoMessage

func (*Set_UpdateObject) ProtoMessage()

func (*Set_UpdateObject) ProtoReflect

func (x *Set_UpdateObject) ProtoReflect() protoreflect.Message

func (*Set_UpdateObject) Reset

func (x *Set_UpdateObject) Reset()

func (*Set_UpdateObject) String

func (x *Set_UpdateObject) String() string

type Set_UpdateParamSetting

type Set_UpdateParamSetting struct {
	Param    string `protobuf:"bytes,1,opt,name=param,proto3" json:"param,omitempty"`
	Value    string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	Required bool   `protobuf:"varint,3,opt,name=required,proto3" json:"required,omitempty"`
	// contains filtered or unexported fields
}

func (*Set_UpdateParamSetting) Descriptor deprecated

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

Deprecated: Use Set_UpdateParamSetting.ProtoReflect.Descriptor instead.

func (*Set_UpdateParamSetting) GetParam

func (x *Set_UpdateParamSetting) GetParam() string

func (*Set_UpdateParamSetting) GetRequired

func (x *Set_UpdateParamSetting) GetRequired() bool

func (*Set_UpdateParamSetting) GetValue

func (x *Set_UpdateParamSetting) GetValue() string

func (*Set_UpdateParamSetting) ProtoMessage

func (*Set_UpdateParamSetting) ProtoMessage()

func (*Set_UpdateParamSetting) ProtoReflect

func (x *Set_UpdateParamSetting) ProtoReflect() protoreflect.Message

func (*Set_UpdateParamSetting) Reset

func (x *Set_UpdateParamSetting) Reset()

func (*Set_UpdateParamSetting) String

func (x *Set_UpdateParamSetting) String() string

Jump to

Keyboard shortcuts

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