model

package
v0.7.12 Latest Latest
Warning

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

Go to latest
Published: Mar 5, 2021 License: Apache-2.0 Imports: 11 Imported by: 12

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidLengthModel        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowModel          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupModel = fmt.Errorf("proto: unexpected end of group")
)
View Source
var EventType_name = map[int32]string{
	0: "NONE",
	1: "CREATED",
	2: "UPDATED",
	3: "DELETED",
}
View Source
var EventType_value = map[string]int32{
	"NONE":    0,
	"CREATED": 1,
	"UPDATED": 2,
	"DELETED": 3,
}

Functions

func RegisterCellModelServer

func RegisterCellModelServer(s *grpc.Server, srv CellModelServer)

func RegisterNodeModelServer

func RegisterNodeModelServer(s *grpc.Server, srv NodeModelServer)

Types

type AgentControlRequest

type AgentControlRequest struct {
	EnbID   github_com_onosproject_onos_api_go_onos_ransim_types.EnbID `` /* 132-byte string literal not displayed */
	Command string                                                     `protobuf:"bytes,2,opt,name=command,proto3" json:"command,omitempty"`
	Args    []string                                                   `protobuf:"bytes,3,rep,name=args,proto3" json:"args,omitempty"`
}

func (*AgentControlRequest) Descriptor

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

func (*AgentControlRequest) GetArgs

func (m *AgentControlRequest) GetArgs() []string

func (*AgentControlRequest) GetCommand

func (m *AgentControlRequest) GetCommand() string

func (*AgentControlRequest) Marshal

func (m *AgentControlRequest) Marshal() (dAtA []byte, err error)

func (*AgentControlRequest) MarshalTo

func (m *AgentControlRequest) MarshalTo(dAtA []byte) (int, error)

func (*AgentControlRequest) MarshalToSizedBuffer

func (m *AgentControlRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AgentControlRequest) ProtoMessage

func (*AgentControlRequest) ProtoMessage()

func (*AgentControlRequest) Reset

func (m *AgentControlRequest) Reset()

func (*AgentControlRequest) Size

func (m *AgentControlRequest) Size() (n int)

func (*AgentControlRequest) String

func (m *AgentControlRequest) String() string

func (*AgentControlRequest) Unmarshal

func (m *AgentControlRequest) Unmarshal(dAtA []byte) error

func (*AgentControlRequest) XXX_DiscardUnknown

func (m *AgentControlRequest) XXX_DiscardUnknown()

func (*AgentControlRequest) XXX_Marshal

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

func (*AgentControlRequest) XXX_Merge

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

func (*AgentControlRequest) XXX_Size

func (m *AgentControlRequest) XXX_Size() int

func (*AgentControlRequest) XXX_Unmarshal

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

type AgentControlResponse

type AgentControlResponse struct {
	Node *types.Node `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"`
}

func (*AgentControlResponse) Descriptor

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

func (*AgentControlResponse) GetNode

func (m *AgentControlResponse) GetNode() *types.Node

func (*AgentControlResponse) Marshal

func (m *AgentControlResponse) Marshal() (dAtA []byte, err error)

func (*AgentControlResponse) MarshalTo

func (m *AgentControlResponse) MarshalTo(dAtA []byte) (int, error)

func (*AgentControlResponse) MarshalToSizedBuffer

func (m *AgentControlResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AgentControlResponse) ProtoMessage

func (*AgentControlResponse) ProtoMessage()

func (*AgentControlResponse) Reset

func (m *AgentControlResponse) Reset()

func (*AgentControlResponse) Size

func (m *AgentControlResponse) Size() (n int)

func (*AgentControlResponse) String

func (m *AgentControlResponse) String() string

func (*AgentControlResponse) Unmarshal

func (m *AgentControlResponse) Unmarshal(dAtA []byte) error

func (*AgentControlResponse) XXX_DiscardUnknown

func (m *AgentControlResponse) XXX_DiscardUnknown()

func (*AgentControlResponse) XXX_Marshal

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

func (*AgentControlResponse) XXX_Merge

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

func (*AgentControlResponse) XXX_Size

func (m *AgentControlResponse) XXX_Size() int

func (*AgentControlResponse) XXX_Unmarshal

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

type CellModelClient

CellModelClient is the client API for CellModel service.

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

func NewCellModelClient

func NewCellModelClient(cc *grpc.ClientConn) CellModelClient

type CellModelServer

CellModelServer is the server API for CellModel service.

type CellModel_ListCellsClient

type CellModel_ListCellsClient interface {
	Recv() (*ListCellsResponse, error)
	grpc.ClientStream
}

type CellModel_ListCellsServer

type CellModel_ListCellsServer interface {
	Send(*ListCellsResponse) error
	grpc.ServerStream
}

type CellModel_WatchCellsClient

type CellModel_WatchCellsClient interface {
	Recv() (*WatchCellsResponse, error)
	grpc.ClientStream
}

type CellModel_WatchCellsServer

type CellModel_WatchCellsServer interface {
	Send(*WatchCellsResponse) error
	grpc.ServerStream
}

type CreateCellRequest

type CreateCellRequest struct {
	Cell *types.Cell `protobuf:"bytes,1,opt,name=Cell,proto3" json:"Cell,omitempty"`
}

func (*CreateCellRequest) Descriptor

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

func (*CreateCellRequest) GetCell

func (m *CreateCellRequest) GetCell() *types.Cell

func (*CreateCellRequest) Marshal

func (m *CreateCellRequest) Marshal() (dAtA []byte, err error)

func (*CreateCellRequest) MarshalTo

func (m *CreateCellRequest) MarshalTo(dAtA []byte) (int, error)

func (*CreateCellRequest) MarshalToSizedBuffer

func (m *CreateCellRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*CreateCellRequest) ProtoMessage

func (*CreateCellRequest) ProtoMessage()

func (*CreateCellRequest) Reset

func (m *CreateCellRequest) Reset()

func (*CreateCellRequest) Size

func (m *CreateCellRequest) Size() (n int)

func (*CreateCellRequest) String

func (m *CreateCellRequest) String() string

func (*CreateCellRequest) Unmarshal

func (m *CreateCellRequest) Unmarshal(dAtA []byte) error

func (*CreateCellRequest) XXX_DiscardUnknown

func (m *CreateCellRequest) XXX_DiscardUnknown()

func (*CreateCellRequest) XXX_Marshal

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

func (*CreateCellRequest) XXX_Merge

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

func (*CreateCellRequest) XXX_Size

func (m *CreateCellRequest) XXX_Size() int

func (*CreateCellRequest) XXX_Unmarshal

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

type CreateCellResponse

type CreateCellResponse struct {
}

func (*CreateCellResponse) Descriptor

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

func (*CreateCellResponse) Marshal

func (m *CreateCellResponse) Marshal() (dAtA []byte, err error)

func (*CreateCellResponse) MarshalTo

func (m *CreateCellResponse) MarshalTo(dAtA []byte) (int, error)

func (*CreateCellResponse) MarshalToSizedBuffer

func (m *CreateCellResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*CreateCellResponse) ProtoMessage

func (*CreateCellResponse) ProtoMessage()

func (*CreateCellResponse) Reset

func (m *CreateCellResponse) Reset()

func (*CreateCellResponse) Size

func (m *CreateCellResponse) Size() (n int)

func (*CreateCellResponse) String

func (m *CreateCellResponse) String() string

func (*CreateCellResponse) Unmarshal

func (m *CreateCellResponse) Unmarshal(dAtA []byte) error

func (*CreateCellResponse) XXX_DiscardUnknown

func (m *CreateCellResponse) XXX_DiscardUnknown()

func (*CreateCellResponse) XXX_Marshal

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

func (*CreateCellResponse) XXX_Merge

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

func (*CreateCellResponse) XXX_Size

func (m *CreateCellResponse) XXX_Size() int

func (*CreateCellResponse) XXX_Unmarshal

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

type CreateNodeRequest

type CreateNodeRequest struct {
	Node *types.Node `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"`
}

CreateNodeRequest create a node request

func (*CreateNodeRequest) Descriptor

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

func (*CreateNodeRequest) GetNode

func (m *CreateNodeRequest) GetNode() *types.Node

func (*CreateNodeRequest) Marshal

func (m *CreateNodeRequest) Marshal() (dAtA []byte, err error)

func (*CreateNodeRequest) MarshalTo

func (m *CreateNodeRequest) MarshalTo(dAtA []byte) (int, error)

func (*CreateNodeRequest) MarshalToSizedBuffer

func (m *CreateNodeRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*CreateNodeRequest) ProtoMessage

func (*CreateNodeRequest) ProtoMessage()

func (*CreateNodeRequest) Reset

func (m *CreateNodeRequest) Reset()

func (*CreateNodeRequest) Size

func (m *CreateNodeRequest) Size() (n int)

func (*CreateNodeRequest) String

func (m *CreateNodeRequest) String() string

func (*CreateNodeRequest) Unmarshal

func (m *CreateNodeRequest) Unmarshal(dAtA []byte) error

func (*CreateNodeRequest) XXX_DiscardUnknown

func (m *CreateNodeRequest) XXX_DiscardUnknown()

func (*CreateNodeRequest) XXX_Marshal

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

func (*CreateNodeRequest) XXX_Merge

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

func (*CreateNodeRequest) XXX_Size

func (m *CreateNodeRequest) XXX_Size() int

func (*CreateNodeRequest) XXX_Unmarshal

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

type CreateNodeResponse

type CreateNodeResponse struct {
}

CreateNodeResponse create a node response

func (*CreateNodeResponse) Descriptor

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

func (*CreateNodeResponse) Marshal

func (m *CreateNodeResponse) Marshal() (dAtA []byte, err error)

func (*CreateNodeResponse) MarshalTo

func (m *CreateNodeResponse) MarshalTo(dAtA []byte) (int, error)

func (*CreateNodeResponse) MarshalToSizedBuffer

func (m *CreateNodeResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*CreateNodeResponse) ProtoMessage

func (*CreateNodeResponse) ProtoMessage()

func (*CreateNodeResponse) Reset

func (m *CreateNodeResponse) Reset()

func (*CreateNodeResponse) Size

func (m *CreateNodeResponse) Size() (n int)

func (*CreateNodeResponse) String

func (m *CreateNodeResponse) String() string

func (*CreateNodeResponse) Unmarshal

func (m *CreateNodeResponse) Unmarshal(dAtA []byte) error

func (*CreateNodeResponse) XXX_DiscardUnknown

func (m *CreateNodeResponse) XXX_DiscardUnknown()

func (*CreateNodeResponse) XXX_Marshal

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

func (*CreateNodeResponse) XXX_Merge

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

func (*CreateNodeResponse) XXX_Size

func (m *CreateNodeResponse) XXX_Size() int

func (*CreateNodeResponse) XXX_Unmarshal

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

type DeleteCellRequest

type DeleteCellRequest struct {
	ECGI github_com_onosproject_onos_api_go_onos_ransim_types.ECGI `` /* 131-byte string literal not displayed */
}

func (*DeleteCellRequest) Descriptor

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

func (*DeleteCellRequest) Marshal

func (m *DeleteCellRequest) Marshal() (dAtA []byte, err error)

func (*DeleteCellRequest) MarshalTo

func (m *DeleteCellRequest) MarshalTo(dAtA []byte) (int, error)

func (*DeleteCellRequest) MarshalToSizedBuffer

func (m *DeleteCellRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*DeleteCellRequest) ProtoMessage

func (*DeleteCellRequest) ProtoMessage()

func (*DeleteCellRequest) Reset

func (m *DeleteCellRequest) Reset()

func (*DeleteCellRequest) Size

func (m *DeleteCellRequest) Size() (n int)

func (*DeleteCellRequest) String

func (m *DeleteCellRequest) String() string

func (*DeleteCellRequest) Unmarshal

func (m *DeleteCellRequest) Unmarshal(dAtA []byte) error

func (*DeleteCellRequest) XXX_DiscardUnknown

func (m *DeleteCellRequest) XXX_DiscardUnknown()

func (*DeleteCellRequest) XXX_Marshal

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

func (*DeleteCellRequest) XXX_Merge

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

func (*DeleteCellRequest) XXX_Size

func (m *DeleteCellRequest) XXX_Size() int

func (*DeleteCellRequest) XXX_Unmarshal

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

type DeleteCellResponse

type DeleteCellResponse struct {
}

func (*DeleteCellResponse) Descriptor

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

func (*DeleteCellResponse) Marshal

func (m *DeleteCellResponse) Marshal() (dAtA []byte, err error)

func (*DeleteCellResponse) MarshalTo

func (m *DeleteCellResponse) MarshalTo(dAtA []byte) (int, error)

func (*DeleteCellResponse) MarshalToSizedBuffer

func (m *DeleteCellResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*DeleteCellResponse) ProtoMessage

func (*DeleteCellResponse) ProtoMessage()

func (*DeleteCellResponse) Reset

func (m *DeleteCellResponse) Reset()

func (*DeleteCellResponse) Size

func (m *DeleteCellResponse) Size() (n int)

func (*DeleteCellResponse) String

func (m *DeleteCellResponse) String() string

func (*DeleteCellResponse) Unmarshal

func (m *DeleteCellResponse) Unmarshal(dAtA []byte) error

func (*DeleteCellResponse) XXX_DiscardUnknown

func (m *DeleteCellResponse) XXX_DiscardUnknown()

func (*DeleteCellResponse) XXX_Marshal

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

func (*DeleteCellResponse) XXX_Merge

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

func (*DeleteCellResponse) XXX_Size

func (m *DeleteCellResponse) XXX_Size() int

func (*DeleteCellResponse) XXX_Unmarshal

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

type DeleteNodeRequest

type DeleteNodeRequest struct {
	EnbID github_com_onosproject_onos_api_go_onos_ransim_types.EnbID `` /* 132-byte string literal not displayed */
}

DeleteNodeRequest delete a node request

func (*DeleteNodeRequest) Descriptor

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

func (*DeleteNodeRequest) Marshal

func (m *DeleteNodeRequest) Marshal() (dAtA []byte, err error)

func (*DeleteNodeRequest) MarshalTo

func (m *DeleteNodeRequest) MarshalTo(dAtA []byte) (int, error)

func (*DeleteNodeRequest) MarshalToSizedBuffer

func (m *DeleteNodeRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*DeleteNodeRequest) ProtoMessage

func (*DeleteNodeRequest) ProtoMessage()

func (*DeleteNodeRequest) Reset

func (m *DeleteNodeRequest) Reset()

func (*DeleteNodeRequest) Size

func (m *DeleteNodeRequest) Size() (n int)

func (*DeleteNodeRequest) String

func (m *DeleteNodeRequest) String() string

func (*DeleteNodeRequest) Unmarshal

func (m *DeleteNodeRequest) Unmarshal(dAtA []byte) error

func (*DeleteNodeRequest) XXX_DiscardUnknown

func (m *DeleteNodeRequest) XXX_DiscardUnknown()

func (*DeleteNodeRequest) XXX_Marshal

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

func (*DeleteNodeRequest) XXX_Merge

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

func (*DeleteNodeRequest) XXX_Size

func (m *DeleteNodeRequest) XXX_Size() int

func (*DeleteNodeRequest) XXX_Unmarshal

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

type DeleteNodeResponse

type DeleteNodeResponse struct {
}

DeleteNodeResponse delete a node response

func (*DeleteNodeResponse) Descriptor

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

func (*DeleteNodeResponse) Marshal

func (m *DeleteNodeResponse) Marshal() (dAtA []byte, err error)

func (*DeleteNodeResponse) MarshalTo

func (m *DeleteNodeResponse) MarshalTo(dAtA []byte) (int, error)

func (*DeleteNodeResponse) MarshalToSizedBuffer

func (m *DeleteNodeResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*DeleteNodeResponse) ProtoMessage

func (*DeleteNodeResponse) ProtoMessage()

func (*DeleteNodeResponse) Reset

func (m *DeleteNodeResponse) Reset()

func (*DeleteNodeResponse) Size

func (m *DeleteNodeResponse) Size() (n int)

func (*DeleteNodeResponse) String

func (m *DeleteNodeResponse) String() string

func (*DeleteNodeResponse) Unmarshal

func (m *DeleteNodeResponse) Unmarshal(dAtA []byte) error

func (*DeleteNodeResponse) XXX_DiscardUnknown

func (m *DeleteNodeResponse) XXX_DiscardUnknown()

func (*DeleteNodeResponse) XXX_Marshal

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

func (*DeleteNodeResponse) XXX_Merge

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

func (*DeleteNodeResponse) XXX_Size

func (m *DeleteNodeResponse) XXX_Size() int

func (*DeleteNodeResponse) XXX_Unmarshal

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

type EventType

type EventType int32

Change event type

const (
	// NONE indicates this response represents a pre-existing entity
	EventType_NONE EventType = 0
	// CREATED indicates a new entity was created
	EventType_CREATED EventType = 1
	// UPDATED indicates an existing entity was updated
	EventType_UPDATED EventType = 2
	// DELETED indicates an entity was deleted
	EventType_DELETED EventType = 3
)

func (EventType) EnumDescriptor

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

func (EventType) String

func (x EventType) String() string

type GetCellRequest

type GetCellRequest struct {
	ECGI github_com_onosproject_onos_api_go_onos_ransim_types.ECGI `` /* 129-byte string literal not displayed */
}

func (*GetCellRequest) Descriptor

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

func (*GetCellRequest) Marshal

func (m *GetCellRequest) Marshal() (dAtA []byte, err error)

func (*GetCellRequest) MarshalTo

func (m *GetCellRequest) MarshalTo(dAtA []byte) (int, error)

func (*GetCellRequest) MarshalToSizedBuffer

func (m *GetCellRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetCellRequest) ProtoMessage

func (*GetCellRequest) ProtoMessage()

func (*GetCellRequest) Reset

func (m *GetCellRequest) Reset()

func (*GetCellRequest) Size

func (m *GetCellRequest) Size() (n int)

func (*GetCellRequest) String

func (m *GetCellRequest) String() string

func (*GetCellRequest) Unmarshal

func (m *GetCellRequest) Unmarshal(dAtA []byte) error

func (*GetCellRequest) XXX_DiscardUnknown

func (m *GetCellRequest) XXX_DiscardUnknown()

func (*GetCellRequest) XXX_Marshal

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

func (*GetCellRequest) XXX_Merge

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

func (*GetCellRequest) XXX_Size

func (m *GetCellRequest) XXX_Size() int

func (*GetCellRequest) XXX_Unmarshal

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

type GetCellResponse

type GetCellResponse struct {
	Cell *types.Cell `protobuf:"bytes,1,opt,name=Cell,proto3" json:"Cell,omitempty"`
}

func (*GetCellResponse) Descriptor

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

func (*GetCellResponse) GetCell

func (m *GetCellResponse) GetCell() *types.Cell

func (*GetCellResponse) Marshal

func (m *GetCellResponse) Marshal() (dAtA []byte, err error)

func (*GetCellResponse) MarshalTo

func (m *GetCellResponse) MarshalTo(dAtA []byte) (int, error)

func (*GetCellResponse) MarshalToSizedBuffer

func (m *GetCellResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetCellResponse) ProtoMessage

func (*GetCellResponse) ProtoMessage()

func (*GetCellResponse) Reset

func (m *GetCellResponse) Reset()

func (*GetCellResponse) Size

func (m *GetCellResponse) Size() (n int)

func (*GetCellResponse) String

func (m *GetCellResponse) String() string

func (*GetCellResponse) Unmarshal

func (m *GetCellResponse) Unmarshal(dAtA []byte) error

func (*GetCellResponse) XXX_DiscardUnknown

func (m *GetCellResponse) XXX_DiscardUnknown()

func (*GetCellResponse) XXX_Marshal

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

func (*GetCellResponse) XXX_Merge

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

func (*GetCellResponse) XXX_Size

func (m *GetCellResponse) XXX_Size() int

func (*GetCellResponse) XXX_Unmarshal

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

type GetNodeRequest

type GetNodeRequest struct {
	EnbID github_com_onosproject_onos_api_go_onos_ransim_types.EnbID `` /* 132-byte string literal not displayed */
}

GetNodeRequest get a node request

func (*GetNodeRequest) Descriptor

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

func (*GetNodeRequest) Marshal

func (m *GetNodeRequest) Marshal() (dAtA []byte, err error)

func (*GetNodeRequest) MarshalTo

func (m *GetNodeRequest) MarshalTo(dAtA []byte) (int, error)

func (*GetNodeRequest) MarshalToSizedBuffer

func (m *GetNodeRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetNodeRequest) ProtoMessage

func (*GetNodeRequest) ProtoMessage()

func (*GetNodeRequest) Reset

func (m *GetNodeRequest) Reset()

func (*GetNodeRequest) Size

func (m *GetNodeRequest) Size() (n int)

func (*GetNodeRequest) String

func (m *GetNodeRequest) String() string

func (*GetNodeRequest) Unmarshal

func (m *GetNodeRequest) Unmarshal(dAtA []byte) error

func (*GetNodeRequest) XXX_DiscardUnknown

func (m *GetNodeRequest) XXX_DiscardUnknown()

func (*GetNodeRequest) XXX_Marshal

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

func (*GetNodeRequest) XXX_Merge

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

func (*GetNodeRequest) XXX_Size

func (m *GetNodeRequest) XXX_Size() int

func (*GetNodeRequest) XXX_Unmarshal

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

type GetNodeResponse

type GetNodeResponse struct {
	Node *types.Node `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"`
}

GetNodeResponse get a node response

func (*GetNodeResponse) Descriptor

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

func (*GetNodeResponse) GetNode

func (m *GetNodeResponse) GetNode() *types.Node

func (*GetNodeResponse) Marshal

func (m *GetNodeResponse) Marshal() (dAtA []byte, err error)

func (*GetNodeResponse) MarshalTo

func (m *GetNodeResponse) MarshalTo(dAtA []byte) (int, error)

func (*GetNodeResponse) MarshalToSizedBuffer

func (m *GetNodeResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetNodeResponse) ProtoMessage

func (*GetNodeResponse) ProtoMessage()

func (*GetNodeResponse) Reset

func (m *GetNodeResponse) Reset()

func (*GetNodeResponse) Size

func (m *GetNodeResponse) Size() (n int)

func (*GetNodeResponse) String

func (m *GetNodeResponse) String() string

func (*GetNodeResponse) Unmarshal

func (m *GetNodeResponse) Unmarshal(dAtA []byte) error

func (*GetNodeResponse) XXX_DiscardUnknown

func (m *GetNodeResponse) XXX_DiscardUnknown()

func (*GetNodeResponse) XXX_Marshal

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

func (*GetNodeResponse) XXX_Merge

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

func (*GetNodeResponse) XXX_Size

func (m *GetNodeResponse) XXX_Size() int

func (*GetNodeResponse) XXX_Unmarshal

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

type ListCellsRequest

type ListCellsRequest struct {
}

func (*ListCellsRequest) Descriptor

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

func (*ListCellsRequest) Marshal

func (m *ListCellsRequest) Marshal() (dAtA []byte, err error)

func (*ListCellsRequest) MarshalTo

func (m *ListCellsRequest) MarshalTo(dAtA []byte) (int, error)

func (*ListCellsRequest) MarshalToSizedBuffer

func (m *ListCellsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ListCellsRequest) ProtoMessage

func (*ListCellsRequest) ProtoMessage()

func (*ListCellsRequest) Reset

func (m *ListCellsRequest) Reset()

func (*ListCellsRequest) Size

func (m *ListCellsRequest) Size() (n int)

func (*ListCellsRequest) String

func (m *ListCellsRequest) String() string

func (*ListCellsRequest) Unmarshal

func (m *ListCellsRequest) Unmarshal(dAtA []byte) error

func (*ListCellsRequest) XXX_DiscardUnknown

func (m *ListCellsRequest) XXX_DiscardUnknown()

func (*ListCellsRequest) XXX_Marshal

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

func (*ListCellsRequest) XXX_Merge

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

func (*ListCellsRequest) XXX_Size

func (m *ListCellsRequest) XXX_Size() int

func (*ListCellsRequest) XXX_Unmarshal

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

type ListCellsResponse

type ListCellsResponse struct {
	Cell *types.Cell `protobuf:"bytes,1,opt,name=Cell,proto3" json:"Cell,omitempty"`
}

func (*ListCellsResponse) Descriptor

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

func (*ListCellsResponse) GetCell

func (m *ListCellsResponse) GetCell() *types.Cell

func (*ListCellsResponse) Marshal

func (m *ListCellsResponse) Marshal() (dAtA []byte, err error)

func (*ListCellsResponse) MarshalTo

func (m *ListCellsResponse) MarshalTo(dAtA []byte) (int, error)

func (*ListCellsResponse) MarshalToSizedBuffer

func (m *ListCellsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ListCellsResponse) ProtoMessage

func (*ListCellsResponse) ProtoMessage()

func (*ListCellsResponse) Reset

func (m *ListCellsResponse) Reset()

func (*ListCellsResponse) Size

func (m *ListCellsResponse) Size() (n int)

func (*ListCellsResponse) String

func (m *ListCellsResponse) String() string

func (*ListCellsResponse) Unmarshal

func (m *ListCellsResponse) Unmarshal(dAtA []byte) error

func (*ListCellsResponse) XXX_DiscardUnknown

func (m *ListCellsResponse) XXX_DiscardUnknown()

func (*ListCellsResponse) XXX_Marshal

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

func (*ListCellsResponse) XXX_Merge

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

func (*ListCellsResponse) XXX_Size

func (m *ListCellsResponse) XXX_Size() int

func (*ListCellsResponse) XXX_Unmarshal

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

type ListNodesRequest

type ListNodesRequest struct {
}

func (*ListNodesRequest) Descriptor

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

func (*ListNodesRequest) Marshal

func (m *ListNodesRequest) Marshal() (dAtA []byte, err error)

func (*ListNodesRequest) MarshalTo

func (m *ListNodesRequest) MarshalTo(dAtA []byte) (int, error)

func (*ListNodesRequest) MarshalToSizedBuffer

func (m *ListNodesRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ListNodesRequest) ProtoMessage

func (*ListNodesRequest) ProtoMessage()

func (*ListNodesRequest) Reset

func (m *ListNodesRequest) Reset()

func (*ListNodesRequest) Size

func (m *ListNodesRequest) Size() (n int)

func (*ListNodesRequest) String

func (m *ListNodesRequest) String() string

func (*ListNodesRequest) Unmarshal

func (m *ListNodesRequest) Unmarshal(dAtA []byte) error

func (*ListNodesRequest) XXX_DiscardUnknown

func (m *ListNodesRequest) XXX_DiscardUnknown()

func (*ListNodesRequest) XXX_Marshal

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

func (*ListNodesRequest) XXX_Merge

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

func (*ListNodesRequest) XXX_Size

func (m *ListNodesRequest) XXX_Size() int

func (*ListNodesRequest) XXX_Unmarshal

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

type ListNodesResponse

type ListNodesResponse struct {
	Node *types.Node `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"`
}

func (*ListNodesResponse) Descriptor

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

func (*ListNodesResponse) GetNode

func (m *ListNodesResponse) GetNode() *types.Node

func (*ListNodesResponse) Marshal

func (m *ListNodesResponse) Marshal() (dAtA []byte, err error)

func (*ListNodesResponse) MarshalTo

func (m *ListNodesResponse) MarshalTo(dAtA []byte) (int, error)

func (*ListNodesResponse) MarshalToSizedBuffer

func (m *ListNodesResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ListNodesResponse) ProtoMessage

func (*ListNodesResponse) ProtoMessage()

func (*ListNodesResponse) Reset

func (m *ListNodesResponse) Reset()

func (*ListNodesResponse) Size

func (m *ListNodesResponse) Size() (n int)

func (*ListNodesResponse) String

func (m *ListNodesResponse) String() string

func (*ListNodesResponse) Unmarshal

func (m *ListNodesResponse) Unmarshal(dAtA []byte) error

func (*ListNodesResponse) XXX_DiscardUnknown

func (m *ListNodesResponse) XXX_DiscardUnknown()

func (*ListNodesResponse) XXX_Marshal

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

func (*ListNodesResponse) XXX_Merge

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

func (*ListNodesResponse) XXX_Size

func (m *ListNodesResponse) XXX_Size() int

func (*ListNodesResponse) XXX_Unmarshal

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

type NodeModelClient

NodeModelClient is the client API for NodeModel service.

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

func NewNodeModelClient

func NewNodeModelClient(cc *grpc.ClientConn) NodeModelClient

type NodeModel_ListNodesClient

type NodeModel_ListNodesClient interface {
	Recv() (*ListNodesResponse, error)
	grpc.ClientStream
}

type NodeModel_ListNodesServer

type NodeModel_ListNodesServer interface {
	Send(*ListNodesResponse) error
	grpc.ServerStream
}

type NodeModel_WatchNodesClient

type NodeModel_WatchNodesClient interface {
	Recv() (*WatchNodesResponse, error)
	grpc.ClientStream
}

type NodeModel_WatchNodesServer

type NodeModel_WatchNodesServer interface {
	Send(*WatchNodesResponse) error
	grpc.ServerStream
}

type PlmnIDRequest added in v0.7.10

type PlmnIDRequest struct {
}

func (*PlmnIDRequest) Descriptor added in v0.7.10

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

func (*PlmnIDRequest) Marshal added in v0.7.10

func (m *PlmnIDRequest) Marshal() (dAtA []byte, err error)

func (*PlmnIDRequest) MarshalTo added in v0.7.10

func (m *PlmnIDRequest) MarshalTo(dAtA []byte) (int, error)

func (*PlmnIDRequest) MarshalToSizedBuffer added in v0.7.10

func (m *PlmnIDRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*PlmnIDRequest) ProtoMessage added in v0.7.10

func (*PlmnIDRequest) ProtoMessage()

func (*PlmnIDRequest) Reset added in v0.7.10

func (m *PlmnIDRequest) Reset()

func (*PlmnIDRequest) Size added in v0.7.10

func (m *PlmnIDRequest) Size() (n int)

func (*PlmnIDRequest) String added in v0.7.10

func (m *PlmnIDRequest) String() string

func (*PlmnIDRequest) Unmarshal added in v0.7.10

func (m *PlmnIDRequest) Unmarshal(dAtA []byte) error

func (*PlmnIDRequest) XXX_DiscardUnknown added in v0.7.10

func (m *PlmnIDRequest) XXX_DiscardUnknown()

func (*PlmnIDRequest) XXX_Marshal added in v0.7.10

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

func (*PlmnIDRequest) XXX_Merge added in v0.7.10

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

func (*PlmnIDRequest) XXX_Size added in v0.7.10

func (m *PlmnIDRequest) XXX_Size() int

func (*PlmnIDRequest) XXX_Unmarshal added in v0.7.10

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

type PlmnIDResponse added in v0.7.10

type PlmnIDResponse struct {
	PlmnID github_com_onosproject_onos_api_go_onos_ransim_types.PlmnID `` /* 135-byte string literal not displayed */
}

func (*PlmnIDResponse) Descriptor added in v0.7.10

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

func (*PlmnIDResponse) GetPlmnID added in v0.7.10

func (*PlmnIDResponse) Marshal added in v0.7.10

func (m *PlmnIDResponse) Marshal() (dAtA []byte, err error)

func (*PlmnIDResponse) MarshalTo added in v0.7.10

func (m *PlmnIDResponse) MarshalTo(dAtA []byte) (int, error)

func (*PlmnIDResponse) MarshalToSizedBuffer added in v0.7.10

func (m *PlmnIDResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*PlmnIDResponse) ProtoMessage added in v0.7.10

func (*PlmnIDResponse) ProtoMessage()

func (*PlmnIDResponse) Reset added in v0.7.10

func (m *PlmnIDResponse) Reset()

func (*PlmnIDResponse) Size added in v0.7.10

func (m *PlmnIDResponse) Size() (n int)

func (*PlmnIDResponse) String added in v0.7.10

func (m *PlmnIDResponse) String() string

func (*PlmnIDResponse) Unmarshal added in v0.7.10

func (m *PlmnIDResponse) Unmarshal(dAtA []byte) error

func (*PlmnIDResponse) XXX_DiscardUnknown added in v0.7.10

func (m *PlmnIDResponse) XXX_DiscardUnknown()

func (*PlmnIDResponse) XXX_Marshal added in v0.7.10

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

func (*PlmnIDResponse) XXX_Merge added in v0.7.10

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

func (*PlmnIDResponse) XXX_Size added in v0.7.10

func (m *PlmnIDResponse) XXX_Size() int

func (*PlmnIDResponse) XXX_Unmarshal added in v0.7.10

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

type UnimplementedCellModelServer

type UnimplementedCellModelServer struct {
}

UnimplementedCellModelServer can be embedded to have forward compatible implementations.

func (*UnimplementedCellModelServer) CreateCell

func (*UnimplementedCellModelServer) DeleteCell

func (*UnimplementedCellModelServer) GetCell

func (*UnimplementedCellModelServer) ListCells

func (*UnimplementedCellModelServer) UpdateCell

func (*UnimplementedCellModelServer) WatchCells

type UnimplementedNodeModelServer

type UnimplementedNodeModelServer struct {
}

UnimplementedNodeModelServer can be embedded to have forward compatible implementations.

func (*UnimplementedNodeModelServer) AgentControl

func (*UnimplementedNodeModelServer) CreateNode

func (*UnimplementedNodeModelServer) DeleteNode

func (*UnimplementedNodeModelServer) GetNode

func (*UnimplementedNodeModelServer) GetPlmnID added in v0.7.10

func (*UnimplementedNodeModelServer) ListNodes

func (*UnimplementedNodeModelServer) UpdateNode

func (*UnimplementedNodeModelServer) WatchNodes

type UpdateCellRequest

type UpdateCellRequest struct {
	Cell *types.Cell `protobuf:"bytes,1,opt,name=Cell,proto3" json:"Cell,omitempty"`
}

func (*UpdateCellRequest) Descriptor

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

func (*UpdateCellRequest) GetCell

func (m *UpdateCellRequest) GetCell() *types.Cell

func (*UpdateCellRequest) Marshal

func (m *UpdateCellRequest) Marshal() (dAtA []byte, err error)

func (*UpdateCellRequest) MarshalTo

func (m *UpdateCellRequest) MarshalTo(dAtA []byte) (int, error)

func (*UpdateCellRequest) MarshalToSizedBuffer

func (m *UpdateCellRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*UpdateCellRequest) ProtoMessage

func (*UpdateCellRequest) ProtoMessage()

func (*UpdateCellRequest) Reset

func (m *UpdateCellRequest) Reset()

func (*UpdateCellRequest) Size

func (m *UpdateCellRequest) Size() (n int)

func (*UpdateCellRequest) String

func (m *UpdateCellRequest) String() string

func (*UpdateCellRequest) Unmarshal

func (m *UpdateCellRequest) Unmarshal(dAtA []byte) error

func (*UpdateCellRequest) XXX_DiscardUnknown

func (m *UpdateCellRequest) XXX_DiscardUnknown()

func (*UpdateCellRequest) XXX_Marshal

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

func (*UpdateCellRequest) XXX_Merge

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

func (*UpdateCellRequest) XXX_Size

func (m *UpdateCellRequest) XXX_Size() int

func (*UpdateCellRequest) XXX_Unmarshal

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

type UpdateCellResponse

type UpdateCellResponse struct {
}

func (*UpdateCellResponse) Descriptor

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

func (*UpdateCellResponse) Marshal

func (m *UpdateCellResponse) Marshal() (dAtA []byte, err error)

func (*UpdateCellResponse) MarshalTo

func (m *UpdateCellResponse) MarshalTo(dAtA []byte) (int, error)

func (*UpdateCellResponse) MarshalToSizedBuffer

func (m *UpdateCellResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*UpdateCellResponse) ProtoMessage

func (*UpdateCellResponse) ProtoMessage()

func (*UpdateCellResponse) Reset

func (m *UpdateCellResponse) Reset()

func (*UpdateCellResponse) Size

func (m *UpdateCellResponse) Size() (n int)

func (*UpdateCellResponse) String

func (m *UpdateCellResponse) String() string

func (*UpdateCellResponse) Unmarshal

func (m *UpdateCellResponse) Unmarshal(dAtA []byte) error

func (*UpdateCellResponse) XXX_DiscardUnknown

func (m *UpdateCellResponse) XXX_DiscardUnknown()

func (*UpdateCellResponse) XXX_Marshal

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

func (*UpdateCellResponse) XXX_Merge

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

func (*UpdateCellResponse) XXX_Size

func (m *UpdateCellResponse) XXX_Size() int

func (*UpdateCellResponse) XXX_Unmarshal

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

type UpdateNodeRequest

type UpdateNodeRequest struct {
	Node *types.Node `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"`
}

UpdateNodeRequest update a node request

func (*UpdateNodeRequest) Descriptor

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

func (*UpdateNodeRequest) GetNode

func (m *UpdateNodeRequest) GetNode() *types.Node

func (*UpdateNodeRequest) Marshal

func (m *UpdateNodeRequest) Marshal() (dAtA []byte, err error)

func (*UpdateNodeRequest) MarshalTo

func (m *UpdateNodeRequest) MarshalTo(dAtA []byte) (int, error)

func (*UpdateNodeRequest) MarshalToSizedBuffer

func (m *UpdateNodeRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*UpdateNodeRequest) ProtoMessage

func (*UpdateNodeRequest) ProtoMessage()

func (*UpdateNodeRequest) Reset

func (m *UpdateNodeRequest) Reset()

func (*UpdateNodeRequest) Size

func (m *UpdateNodeRequest) Size() (n int)

func (*UpdateNodeRequest) String

func (m *UpdateNodeRequest) String() string

func (*UpdateNodeRequest) Unmarshal

func (m *UpdateNodeRequest) Unmarshal(dAtA []byte) error

func (*UpdateNodeRequest) XXX_DiscardUnknown

func (m *UpdateNodeRequest) XXX_DiscardUnknown()

func (*UpdateNodeRequest) XXX_Marshal

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

func (*UpdateNodeRequest) XXX_Merge

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

func (*UpdateNodeRequest) XXX_Size

func (m *UpdateNodeRequest) XXX_Size() int

func (*UpdateNodeRequest) XXX_Unmarshal

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

type UpdateNodeResponse

type UpdateNodeResponse struct {
}

UpdateNodeResponse update a node response

func (*UpdateNodeResponse) Descriptor

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

func (*UpdateNodeResponse) Marshal

func (m *UpdateNodeResponse) Marshal() (dAtA []byte, err error)

func (*UpdateNodeResponse) MarshalTo

func (m *UpdateNodeResponse) MarshalTo(dAtA []byte) (int, error)

func (*UpdateNodeResponse) MarshalToSizedBuffer

func (m *UpdateNodeResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*UpdateNodeResponse) ProtoMessage

func (*UpdateNodeResponse) ProtoMessage()

func (*UpdateNodeResponse) Reset

func (m *UpdateNodeResponse) Reset()

func (*UpdateNodeResponse) Size

func (m *UpdateNodeResponse) Size() (n int)

func (*UpdateNodeResponse) String

func (m *UpdateNodeResponse) String() string

func (*UpdateNodeResponse) Unmarshal

func (m *UpdateNodeResponse) Unmarshal(dAtA []byte) error

func (*UpdateNodeResponse) XXX_DiscardUnknown

func (m *UpdateNodeResponse) XXX_DiscardUnknown()

func (*UpdateNodeResponse) XXX_Marshal

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

func (*UpdateNodeResponse) XXX_Merge

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

func (*UpdateNodeResponse) XXX_Size

func (m *UpdateNodeResponse) XXX_Size() int

func (*UpdateNodeResponse) XXX_Unmarshal

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

type WatchCellsRequest

type WatchCellsRequest struct {
	NoReplay    bool `protobuf:"varint,1,opt,name=no_replay,json=noReplay,proto3" json:"no_replay,omitempty"`
	NoSubscribe bool `protobuf:"varint,2,opt,name=no_subscribe,json=noSubscribe,proto3" json:"no_subscribe,omitempty"`
}

func (*WatchCellsRequest) Descriptor

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

func (*WatchCellsRequest) GetNoReplay

func (m *WatchCellsRequest) GetNoReplay() bool

func (*WatchCellsRequest) GetNoSubscribe

func (m *WatchCellsRequest) GetNoSubscribe() bool

func (*WatchCellsRequest) Marshal

func (m *WatchCellsRequest) Marshal() (dAtA []byte, err error)

func (*WatchCellsRequest) MarshalTo

func (m *WatchCellsRequest) MarshalTo(dAtA []byte) (int, error)

func (*WatchCellsRequest) MarshalToSizedBuffer

func (m *WatchCellsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WatchCellsRequest) ProtoMessage

func (*WatchCellsRequest) ProtoMessage()

func (*WatchCellsRequest) Reset

func (m *WatchCellsRequest) Reset()

func (*WatchCellsRequest) Size

func (m *WatchCellsRequest) Size() (n int)

func (*WatchCellsRequest) String

func (m *WatchCellsRequest) String() string

func (*WatchCellsRequest) Unmarshal

func (m *WatchCellsRequest) Unmarshal(dAtA []byte) error

func (*WatchCellsRequest) XXX_DiscardUnknown

func (m *WatchCellsRequest) XXX_DiscardUnknown()

func (*WatchCellsRequest) XXX_Marshal

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

func (*WatchCellsRequest) XXX_Merge

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

func (*WatchCellsRequest) XXX_Size

func (m *WatchCellsRequest) XXX_Size() int

func (*WatchCellsRequest) XXX_Unmarshal

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

type WatchCellsResponse

type WatchCellsResponse struct {
	Cell *types.Cell `protobuf:"bytes,1,opt,name=Cell,proto3" json:"Cell,omitempty"`
	Type EventType   `protobuf:"varint,2,opt,name=type,proto3,enum=onos.ransim.model.EventType" json:"type,omitempty"`
}

func (*WatchCellsResponse) Descriptor

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

func (*WatchCellsResponse) GetCell

func (m *WatchCellsResponse) GetCell() *types.Cell

func (*WatchCellsResponse) GetType

func (m *WatchCellsResponse) GetType() EventType

func (*WatchCellsResponse) Marshal

func (m *WatchCellsResponse) Marshal() (dAtA []byte, err error)

func (*WatchCellsResponse) MarshalTo

func (m *WatchCellsResponse) MarshalTo(dAtA []byte) (int, error)

func (*WatchCellsResponse) MarshalToSizedBuffer

func (m *WatchCellsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WatchCellsResponse) ProtoMessage

func (*WatchCellsResponse) ProtoMessage()

func (*WatchCellsResponse) Reset

func (m *WatchCellsResponse) Reset()

func (*WatchCellsResponse) Size

func (m *WatchCellsResponse) Size() (n int)

func (*WatchCellsResponse) String

func (m *WatchCellsResponse) String() string

func (*WatchCellsResponse) Unmarshal

func (m *WatchCellsResponse) Unmarshal(dAtA []byte) error

func (*WatchCellsResponse) XXX_DiscardUnknown

func (m *WatchCellsResponse) XXX_DiscardUnknown()

func (*WatchCellsResponse) XXX_Marshal

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

func (*WatchCellsResponse) XXX_Merge

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

func (*WatchCellsResponse) XXX_Size

func (m *WatchCellsResponse) XXX_Size() int

func (*WatchCellsResponse) XXX_Unmarshal

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

type WatchNodesRequest

type WatchNodesRequest struct {
	NoReplay    bool `protobuf:"varint,1,opt,name=no_replay,json=noReplay,proto3" json:"no_replay,omitempty"`
	NoSubscribe bool `protobuf:"varint,2,opt,name=no_subscribe,json=noSubscribe,proto3" json:"no_subscribe,omitempty"`
}

func (*WatchNodesRequest) Descriptor

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

func (*WatchNodesRequest) GetNoReplay

func (m *WatchNodesRequest) GetNoReplay() bool

func (*WatchNodesRequest) GetNoSubscribe

func (m *WatchNodesRequest) GetNoSubscribe() bool

func (*WatchNodesRequest) Marshal

func (m *WatchNodesRequest) Marshal() (dAtA []byte, err error)

func (*WatchNodesRequest) MarshalTo

func (m *WatchNodesRequest) MarshalTo(dAtA []byte) (int, error)

func (*WatchNodesRequest) MarshalToSizedBuffer

func (m *WatchNodesRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WatchNodesRequest) ProtoMessage

func (*WatchNodesRequest) ProtoMessage()

func (*WatchNodesRequest) Reset

func (m *WatchNodesRequest) Reset()

func (*WatchNodesRequest) Size

func (m *WatchNodesRequest) Size() (n int)

func (*WatchNodesRequest) String

func (m *WatchNodesRequest) String() string

func (*WatchNodesRequest) Unmarshal

func (m *WatchNodesRequest) Unmarshal(dAtA []byte) error

func (*WatchNodesRequest) XXX_DiscardUnknown

func (m *WatchNodesRequest) XXX_DiscardUnknown()

func (*WatchNodesRequest) XXX_Marshal

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

func (*WatchNodesRequest) XXX_Merge

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

func (*WatchNodesRequest) XXX_Size

func (m *WatchNodesRequest) XXX_Size() int

func (*WatchNodesRequest) XXX_Unmarshal

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

type WatchNodesResponse

type WatchNodesResponse struct {
	Node *types.Node `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"`
	Type EventType   `protobuf:"varint,2,opt,name=type,proto3,enum=onos.ransim.model.EventType" json:"type,omitempty"`
}

func (*WatchNodesResponse) Descriptor

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

func (*WatchNodesResponse) GetNode

func (m *WatchNodesResponse) GetNode() *types.Node

func (*WatchNodesResponse) GetType

func (m *WatchNodesResponse) GetType() EventType

func (*WatchNodesResponse) Marshal

func (m *WatchNodesResponse) Marshal() (dAtA []byte, err error)

func (*WatchNodesResponse) MarshalTo

func (m *WatchNodesResponse) MarshalTo(dAtA []byte) (int, error)

func (*WatchNodesResponse) MarshalToSizedBuffer

func (m *WatchNodesResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WatchNodesResponse) ProtoMessage

func (*WatchNodesResponse) ProtoMessage()

func (*WatchNodesResponse) Reset

func (m *WatchNodesResponse) Reset()

func (*WatchNodesResponse) Size

func (m *WatchNodesResponse) Size() (n int)

func (*WatchNodesResponse) String

func (m *WatchNodesResponse) String() string

func (*WatchNodesResponse) Unmarshal

func (m *WatchNodesResponse) Unmarshal(dAtA []byte) error

func (*WatchNodesResponse) XXX_DiscardUnknown

func (m *WatchNodesResponse) XXX_DiscardUnknown()

func (*WatchNodesResponse) XXX_Marshal

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

func (*WatchNodesResponse) XXX_Merge

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

func (*WatchNodesResponse) XXX_Size

func (m *WatchNodesResponse) XXX_Size() int

func (*WatchNodesResponse) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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