uenib

package
v0.7.96 Latest Latest
Warning

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

Go to latest
Published: Sep 21, 2021 License: Apache-2.0 Imports: 15 Imported by: 11

Documentation

Index

Constants

View Source
const NullID = ""

NullID ...

Variables

View Source
var (
	ErrInvalidLengthRan        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowRan          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupRan = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthUenib        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowUenib          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupUenib = fmt.Errorf("proto: unexpected end of group")
)
View Source
var EventType_name = map[int32]string{
	0: "NONE",
	1: "ADDED",
	2: "UPDATED",
	3: "REMOVED",
}
View Source
var EventType_value = map[string]int32{
	"NONE":    0,
	"ADDED":   1,
	"UPDATED": 2,
	"REMOVED": 3,
}
View Source
var UEServiceClientFactory = func(cc *grpc.ClientConn) UEServiceClient {
	return NewUEServiceClient(cc)
}

UEServiceClientFactory : Default UEServiceClient creation.

Functions

func RegisterUEServiceServer

func RegisterUEServiceServer(s *grpc.Server, srv UEServiceServer)

Types

type CellConnection

type CellConnection struct {
	ID             ID      `protobuf:"bytes,1,opt,name=id,proto3,casttype=ID" json:"id,omitempty"`
	SignalStrength float64 `protobuf:"fixed64,2,opt,name=signal_strength,json=signalStrength,proto3" json:"signal_strength,omitempty"`
}

CellConnection represents UE cell connection.

func (*CellConnection) Descriptor

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

func (*CellConnection) GetID

func (m *CellConnection) GetID() ID

func (*CellConnection) GetSignalStrength

func (m *CellConnection) GetSignalStrength() float64

func (*CellConnection) Marshal

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

func (*CellConnection) MarshalTo

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

func (*CellConnection) MarshalToSizedBuffer

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

func (*CellConnection) ProtoMessage

func (*CellConnection) ProtoMessage()

func (*CellConnection) Reset

func (m *CellConnection) Reset()

func (*CellConnection) Size

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

func (*CellConnection) String

func (m *CellConnection) String() string

func (*CellConnection) Unmarshal

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

func (*CellConnection) XXX_DiscardUnknown

func (m *CellConnection) XXX_DiscardUnknown()

func (*CellConnection) XXX_Marshal

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

func (*CellConnection) XXX_Merge

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

func (*CellConnection) XXX_Size

func (m *CellConnection) XXX_Size() int

func (*CellConnection) XXX_Unmarshal

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

type CellInfo

type CellInfo struct {
	ServingCell    *CellConnection   `protobuf:"bytes,1,opt,name=serving_cell,json=servingCell,proto3" json:"serving_cell,omitempty"`
	CandidateCells []*CellConnection `protobuf:"bytes,2,rep,name=candidate_cells,json=candidateCells,proto3" json:"candidate_cells,omitempty"`
}

CellInfo provides data on serving cell and candidate cells.

func (*CellInfo) Descriptor

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

func (*CellInfo) GetCandidateCells

func (m *CellInfo) GetCandidateCells() []*CellConnection

func (*CellInfo) GetServingCell

func (m *CellInfo) GetServingCell() *CellConnection

func (*CellInfo) Marshal

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

func (*CellInfo) MarshalTo

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

func (*CellInfo) MarshalToSizedBuffer

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

func (*CellInfo) ProtoMessage

func (*CellInfo) ProtoMessage()

func (*CellInfo) Reset

func (m *CellInfo) Reset()

func (*CellInfo) Size

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

func (*CellInfo) String

func (m *CellInfo) String() string

func (*CellInfo) Unmarshal

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

func (*CellInfo) XXX_DiscardUnknown

func (m *CellInfo) XXX_DiscardUnknown()

func (*CellInfo) XXX_Marshal

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

func (*CellInfo) XXX_Merge

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

func (*CellInfo) XXX_Size

func (m *CellInfo) XXX_Size() int

func (*CellInfo) XXX_Unmarshal

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

type CreateUERequest

type CreateUERequest struct {
	UE UE `protobuf:"bytes,1,opt,name=ue,proto3" json:"ue"`
}

func (*CreateUERequest) Descriptor

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

func (*CreateUERequest) GetUE

func (m *CreateUERequest) GetUE() UE

func (*CreateUERequest) Marshal

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

func (*CreateUERequest) MarshalTo

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

func (*CreateUERequest) MarshalToSizedBuffer

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

func (*CreateUERequest) ProtoMessage

func (*CreateUERequest) ProtoMessage()

func (*CreateUERequest) Reset

func (m *CreateUERequest) Reset()

func (*CreateUERequest) Size

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

func (*CreateUERequest) String

func (m *CreateUERequest) String() string

func (*CreateUERequest) Unmarshal

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

func (*CreateUERequest) XXX_DiscardUnknown

func (m *CreateUERequest) XXX_DiscardUnknown()

func (*CreateUERequest) XXX_Marshal

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

func (*CreateUERequest) XXX_Merge

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

func (*CreateUERequest) XXX_Size

func (m *CreateUERequest) XXX_Size() int

func (*CreateUERequest) XXX_Unmarshal

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

type CreateUEResponse

type CreateUEResponse struct {
}

func (*CreateUEResponse) Descriptor

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

func (*CreateUEResponse) Marshal

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

func (*CreateUEResponse) MarshalTo

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

func (*CreateUEResponse) MarshalToSizedBuffer

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

func (*CreateUEResponse) ProtoMessage

func (*CreateUEResponse) ProtoMessage()

func (*CreateUEResponse) Reset

func (m *CreateUEResponse) Reset()

func (*CreateUEResponse) Size

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

func (*CreateUEResponse) String

func (m *CreateUEResponse) String() string

func (*CreateUEResponse) Unmarshal

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

func (*CreateUEResponse) XXX_DiscardUnknown

func (m *CreateUEResponse) XXX_DiscardUnknown()

func (*CreateUEResponse) XXX_Marshal

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

func (*CreateUEResponse) XXX_Merge

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

func (*CreateUEResponse) XXX_Size

func (m *CreateUEResponse) XXX_Size() int

func (*CreateUEResponse) XXX_Unmarshal

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

type DeleteUERequest

type DeleteUERequest struct {
	ID          ID       `protobuf:"bytes,1,opt,name=id,proto3,casttype=ID" json:"id,omitempty"`
	AspectTypes []string `protobuf:"bytes,2,rep,name=aspect_types,json=aspectTypes,proto3" json:"aspect_types,omitempty"`
}

func (*DeleteUERequest) Descriptor

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

func (*DeleteUERequest) GetAspectTypes

func (m *DeleteUERequest) GetAspectTypes() []string

func (*DeleteUERequest) GetID

func (m *DeleteUERequest) GetID() ID

func (*DeleteUERequest) Marshal

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

func (*DeleteUERequest) MarshalTo

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

func (*DeleteUERequest) MarshalToSizedBuffer

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

func (*DeleteUERequest) ProtoMessage

func (*DeleteUERequest) ProtoMessage()

func (*DeleteUERequest) Reset

func (m *DeleteUERequest) Reset()

func (*DeleteUERequest) Size

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

func (*DeleteUERequest) String

func (m *DeleteUERequest) String() string

func (*DeleteUERequest) Unmarshal

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

func (*DeleteUERequest) XXX_DiscardUnknown

func (m *DeleteUERequest) XXX_DiscardUnknown()

func (*DeleteUERequest) XXX_Marshal

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

func (*DeleteUERequest) XXX_Merge

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

func (*DeleteUERequest) XXX_Size

func (m *DeleteUERequest) XXX_Size() int

func (*DeleteUERequest) XXX_Unmarshal

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

type DeleteUEResponse

type DeleteUEResponse struct {
}

func (*DeleteUEResponse) Descriptor

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

func (*DeleteUEResponse) Marshal

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

func (*DeleteUEResponse) MarshalTo

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

func (*DeleteUEResponse) MarshalToSizedBuffer

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

func (*DeleteUEResponse) ProtoMessage

func (*DeleteUEResponse) ProtoMessage()

func (*DeleteUEResponse) Reset

func (m *DeleteUEResponse) Reset()

func (*DeleteUEResponse) Size

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

func (*DeleteUEResponse) String

func (m *DeleteUEResponse) String() string

func (*DeleteUEResponse) Unmarshal

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

func (*DeleteUEResponse) XXX_DiscardUnknown

func (m *DeleteUEResponse) XXX_DiscardUnknown()

func (*DeleteUEResponse) XXX_Marshal

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

func (*DeleteUEResponse) XXX_Merge

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

func (*DeleteUEResponse) XXX_Size

func (m *DeleteUEResponse) XXX_Size() int

func (*DeleteUEResponse) XXX_Unmarshal

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

type Event

type Event struct {
	Type EventType `protobuf:"varint,1,opt,name=type,proto3,enum=onos.uenib.EventType" json:"type,omitempty"`
	UE   UE        `protobuf:"bytes,2,opt,name=ue,proto3" json:"ue"`
}

Event is a record of an operation on a UE

func (*Event) Descriptor

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

func (*Event) GetType

func (m *Event) GetType() EventType

func (*Event) GetUE

func (m *Event) GetUE() UE

func (*Event) Marshal

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

func (*Event) MarshalTo

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

func (*Event) MarshalToSizedBuffer

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

func (*Event) ProtoMessage

func (*Event) ProtoMessage()

func (*Event) Reset

func (m *Event) Reset()

func (*Event) Size

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

func (*Event) String

func (m *Event) String() string

func (*Event) Unmarshal

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

func (*Event) XXX_DiscardUnknown

func (m *Event) XXX_DiscardUnknown()

func (*Event) XXX_Marshal

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

func (*Event) XXX_Merge

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

func (*Event) XXX_Size

func (m *Event) XXX_Size() int

func (*Event) XXX_Unmarshal

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

type EventType

type EventType int32

EventType is a UE operation event type

const (
	EventType_NONE    EventType = 0
	EventType_ADDED   EventType = 1
	EventType_UPDATED EventType = 2
	EventType_REMOVED EventType = 3
)

func (EventType) EnumDescriptor

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

func (EventType) String

func (x EventType) String() string

type GetUERequest

type GetUERequest struct {
	ID          ID       `protobuf:"bytes,1,opt,name=id,proto3,casttype=ID" json:"id,omitempty"`
	AspectTypes []string `protobuf:"bytes,2,rep,name=aspect_types,json=aspectTypes,proto3" json:"aspect_types,omitempty"`
}

func (*GetUERequest) Descriptor

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

func (*GetUERequest) GetAspectTypes

func (m *GetUERequest) GetAspectTypes() []string

func (*GetUERequest) GetID

func (m *GetUERequest) GetID() ID

func (*GetUERequest) Marshal

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

func (*GetUERequest) MarshalTo

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

func (*GetUERequest) MarshalToSizedBuffer

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

func (*GetUERequest) ProtoMessage

func (*GetUERequest) ProtoMessage()

func (*GetUERequest) Reset

func (m *GetUERequest) Reset()

func (*GetUERequest) Size

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

func (*GetUERequest) String

func (m *GetUERequest) String() string

func (*GetUERequest) Unmarshal

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

func (*GetUERequest) XXX_DiscardUnknown

func (m *GetUERequest) XXX_DiscardUnknown()

func (*GetUERequest) XXX_Marshal

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

func (*GetUERequest) XXX_Merge

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

func (*GetUERequest) XXX_Size

func (m *GetUERequest) XXX_Size() int

func (*GetUERequest) XXX_Unmarshal

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

type GetUEResponse

type GetUEResponse struct {
	UE UE `protobuf:"bytes,1,opt,name=ue,proto3" json:"ue"`
}

func (*GetUEResponse) Descriptor

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

func (*GetUEResponse) GetUE

func (m *GetUEResponse) GetUE() UE

func (*GetUEResponse) Marshal

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

func (*GetUEResponse) MarshalTo

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

func (*GetUEResponse) MarshalToSizedBuffer

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

func (*GetUEResponse) ProtoMessage

func (*GetUEResponse) ProtoMessage()

func (*GetUEResponse) Reset

func (m *GetUEResponse) Reset()

func (*GetUEResponse) Size

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

func (*GetUEResponse) String

func (m *GetUEResponse) String() string

func (*GetUEResponse) Unmarshal

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

func (*GetUEResponse) XXX_DiscardUnknown

func (m *GetUEResponse) XXX_DiscardUnknown()

func (*GetUEResponse) XXX_Marshal

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

func (*GetUEResponse) XXX_Merge

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

func (*GetUEResponse) XXX_Size

func (m *GetUEResponse) XXX_Size() int

func (*GetUEResponse) XXX_Unmarshal

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

type ID

type ID string

ID ...

type ListUERequest

type ListUERequest struct {
	AspectTypes []string `protobuf:"bytes,1,rep,name=aspect_types,json=aspectTypes,proto3" json:"aspect_types,omitempty"`
}

func (*ListUERequest) Descriptor

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

func (*ListUERequest) GetAspectTypes

func (m *ListUERequest) GetAspectTypes() []string

func (*ListUERequest) Marshal

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

func (*ListUERequest) MarshalTo

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

func (*ListUERequest) MarshalToSizedBuffer

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

func (*ListUERequest) ProtoMessage

func (*ListUERequest) ProtoMessage()

func (*ListUERequest) Reset

func (m *ListUERequest) Reset()

func (*ListUERequest) Size

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

func (*ListUERequest) String

func (m *ListUERequest) String() string

func (*ListUERequest) Unmarshal

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

func (*ListUERequest) XXX_DiscardUnknown

func (m *ListUERequest) XXX_DiscardUnknown()

func (*ListUERequest) XXX_Marshal

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

func (*ListUERequest) XXX_Merge

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

func (*ListUERequest) XXX_Size

func (m *ListUERequest) XXX_Size() int

func (*ListUERequest) XXX_Unmarshal

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

type ListUEResponse

type ListUEResponse struct {
	UE UE `protobuf:"bytes,1,opt,name=ue,proto3" json:"ue"`
}

func (*ListUEResponse) Descriptor

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

func (*ListUEResponse) GetUE

func (m *ListUEResponse) GetUE() UE

func (*ListUEResponse) Marshal

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

func (*ListUEResponse) MarshalTo

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

func (*ListUEResponse) MarshalToSizedBuffer

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

func (*ListUEResponse) ProtoMessage

func (*ListUEResponse) ProtoMessage()

func (*ListUEResponse) Reset

func (m *ListUEResponse) Reset()

func (*ListUEResponse) Size

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

func (*ListUEResponse) String

func (m *ListUEResponse) String() string

func (*ListUEResponse) Unmarshal

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

func (*ListUEResponse) XXX_DiscardUnknown

func (m *ListUEResponse) XXX_DiscardUnknown()

func (*ListUEResponse) XXX_Marshal

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

func (*ListUEResponse) XXX_Merge

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

func (*ListUEResponse) XXX_Size

func (m *ListUEResponse) XXX_Size() int

func (*ListUEResponse) XXX_Unmarshal

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

type Revision

type Revision uint64

Revision is an object revision

type UE

type UE struct {
	ID ID `protobuf:"bytes,1,opt,name=id,proto3,casttype=ID" json:"id,omitempty"`
	// Map of aspects as typed values
	Aspects map[string]*types.Any `` /* 155-byte string literal not displayed */
}

UE entity is merely an ID and a map of arbitrary aspects.

func (*UE) Descriptor

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

func (*UE) GetAspect

func (ue *UE) GetAspect(destValue proto.Message) error

GetAspect retrieves the specified aspect value from the given UE.

func (*UE) GetAspectBytes

func (ue *UE) GetAspectBytes(aspectType string) ([]byte, error)

GetAspectBytes applies the specified aspect as raw JSON bytes to the given UE.

func (*UE) GetAspects

func (m *UE) GetAspects() map[string]*types.Any

func (*UE) GetID

func (m *UE) GetID() ID

func (*UE) Marshal

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

func (*UE) MarshalTo

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

func (*UE) MarshalToSizedBuffer

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

func (*UE) ProtoMessage

func (*UE) ProtoMessage()

func (*UE) Reset

func (m *UE) Reset()

func (*UE) SetAspect

func (ue *UE) SetAspect(value proto.Message) error

SetAspect applies the specified aspect value to the given ueect.

func (*UE) SetAspectBytes

func (ue *UE) SetAspectBytes(aspectType string, jsonValue []byte) error

SetAspectBytes applies the specified aspect as raw JSON bytes to the given UE.

func (*UE) Size

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

func (*UE) String

func (m *UE) String() string

func (*UE) Unmarshal

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

func (*UE) XXX_DiscardUnknown

func (m *UE) XXX_DiscardUnknown()

func (*UE) XXX_Marshal

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

func (*UE) XXX_Merge

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

func (*UE) XXX_Size

func (m *UE) XXX_Size() int

func (*UE) XXX_Unmarshal

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

type UEServiceClient

type UEServiceClient interface {
	// Create a new UE entity and its initial set of aspects.
	CreateUE(ctx context.Context, in *CreateUERequest, opts ...grpc.CallOption) (*CreateUEResponse, error)
	// Get a UE entity populated with the requested aspects.
	GetUE(ctx context.Context, in *GetUERequest, opts ...grpc.CallOption) (*GetUEResponse, error)
	// Update an existing UE entity populated with the requested aspects.
	// Only the aspects present in the UE entity will be updated; others will be left unmodified.
	// New aspects can be added via update.
	UpdateUE(ctx context.Context, in *UpdateUERequest, opts ...grpc.CallOption) (*UpdateUEResponse, error)
	// Delete the specified aspects of a UE entity.
	DeleteUE(ctx context.Context, in *DeleteUERequest, opts ...grpc.CallOption) (*DeleteUEResponse, error)
	// ListUEs returns a stream of UE entities populated the requested aspects.
	ListUEs(ctx context.Context, in *ListUERequest, opts ...grpc.CallOption) (UEService_ListUEsClient, error)
	// WatchUEs returns a stream of UE change notifications, with each UE populated with only the
	// requested aspects.
	WatchUEs(ctx context.Context, in *WatchUERequest, opts ...grpc.CallOption) (UEService_WatchUEsClient, error)
}

UEServiceClient is the client API for UEService service.

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

func CreateUEServiceClient

func CreateUEServiceClient(cc *grpc.ClientConn) UEServiceClient

CreateUEServiceClient creates and returns a new UE service client

func NewUEServiceClient

func NewUEServiceClient(cc *grpc.ClientConn) UEServiceClient

type UEServiceServer

type UEServiceServer interface {
	// Create a new UE entity and its initial set of aspects.
	CreateUE(context.Context, *CreateUERequest) (*CreateUEResponse, error)
	// Get a UE entity populated with the requested aspects.
	GetUE(context.Context, *GetUERequest) (*GetUEResponse, error)
	// Update an existing UE entity populated with the requested aspects.
	// Only the aspects present in the UE entity will be updated; others will be left unmodified.
	// New aspects can be added via update.
	UpdateUE(context.Context, *UpdateUERequest) (*UpdateUEResponse, error)
	// Delete the specified aspects of a UE entity.
	DeleteUE(context.Context, *DeleteUERequest) (*DeleteUEResponse, error)
	// ListUEs returns a stream of UE entities populated the requested aspects.
	ListUEs(*ListUERequest, UEService_ListUEsServer) error
	// WatchUEs returns a stream of UE change notifications, with each UE populated with only the
	// requested aspects.
	WatchUEs(*WatchUERequest, UEService_WatchUEsServer) error
}

UEServiceServer is the server API for UEService service.

type UEService_ListUEsClient

type UEService_ListUEsClient interface {
	Recv() (*ListUEResponse, error)
	grpc.ClientStream
}

type UEService_ListUEsServer

type UEService_ListUEsServer interface {
	Send(*ListUEResponse) error
	grpc.ServerStream
}

type UEService_WatchUEsClient

type UEService_WatchUEsClient interface {
	Recv() (*WatchUEResponse, error)
	grpc.ClientStream
}

type UEService_WatchUEsServer

type UEService_WatchUEsServer interface {
	Send(*WatchUEResponse) error
	grpc.ServerStream
}

type UnimplementedUEServiceServer

type UnimplementedUEServiceServer struct {
}

UnimplementedUEServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedUEServiceServer) CreateUE

func (*UnimplementedUEServiceServer) DeleteUE

func (*UnimplementedUEServiceServer) GetUE

func (*UnimplementedUEServiceServer) ListUEs

func (*UnimplementedUEServiceServer) UpdateUE

func (*UnimplementedUEServiceServer) WatchUEs

type UpdateUERequest

type UpdateUERequest struct {
	UE UE `protobuf:"bytes,1,opt,name=ue,proto3" json:"ue"`
}

func (*UpdateUERequest) Descriptor

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

func (*UpdateUERequest) GetUE

func (m *UpdateUERequest) GetUE() UE

func (*UpdateUERequest) Marshal

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

func (*UpdateUERequest) MarshalTo

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

func (*UpdateUERequest) MarshalToSizedBuffer

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

func (*UpdateUERequest) ProtoMessage

func (*UpdateUERequest) ProtoMessage()

func (*UpdateUERequest) Reset

func (m *UpdateUERequest) Reset()

func (*UpdateUERequest) Size

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

func (*UpdateUERequest) String

func (m *UpdateUERequest) String() string

func (*UpdateUERequest) Unmarshal

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

func (*UpdateUERequest) XXX_DiscardUnknown

func (m *UpdateUERequest) XXX_DiscardUnknown()

func (*UpdateUERequest) XXX_Marshal

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

func (*UpdateUERequest) XXX_Merge

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

func (*UpdateUERequest) XXX_Size

func (m *UpdateUERequest) XXX_Size() int

func (*UpdateUERequest) XXX_Unmarshal

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

type UpdateUEResponse

type UpdateUEResponse struct {
}

func (*UpdateUEResponse) Descriptor

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

func (*UpdateUEResponse) Marshal

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

func (*UpdateUEResponse) MarshalTo

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

func (*UpdateUEResponse) MarshalToSizedBuffer

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

func (*UpdateUEResponse) ProtoMessage

func (*UpdateUEResponse) ProtoMessage()

func (*UpdateUEResponse) Reset

func (m *UpdateUEResponse) Reset()

func (*UpdateUEResponse) Size

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

func (*UpdateUEResponse) String

func (m *UpdateUEResponse) String() string

func (*UpdateUEResponse) Unmarshal

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

func (*UpdateUEResponse) XXX_DiscardUnknown

func (m *UpdateUEResponse) XXX_DiscardUnknown()

func (*UpdateUEResponse) XXX_Marshal

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

func (*UpdateUEResponse) XXX_Merge

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

func (*UpdateUEResponse) XXX_Size

func (m *UpdateUEResponse) XXX_Size() int

func (*UpdateUEResponse) XXX_Unmarshal

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

type WatchUERequest

type WatchUERequest struct {
	Noreplay    bool     `protobuf:"varint,2,opt,name=noreplay,proto3" json:"noreplay,omitempty"`
	AspectTypes []string `protobuf:"bytes,3,rep,name=aspect_types,json=aspectTypes,proto3" json:"aspect_types,omitempty"`
}

func (*WatchUERequest) Descriptor

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

func (*WatchUERequest) GetAspectTypes

func (m *WatchUERequest) GetAspectTypes() []string

func (*WatchUERequest) GetNoreplay

func (m *WatchUERequest) GetNoreplay() bool

func (*WatchUERequest) Marshal

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

func (*WatchUERequest) MarshalTo

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

func (*WatchUERequest) MarshalToSizedBuffer

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

func (*WatchUERequest) ProtoMessage

func (*WatchUERequest) ProtoMessage()

func (*WatchUERequest) Reset

func (m *WatchUERequest) Reset()

func (*WatchUERequest) Size

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

func (*WatchUERequest) String

func (m *WatchUERequest) String() string

func (*WatchUERequest) Unmarshal

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

func (*WatchUERequest) XXX_DiscardUnknown

func (m *WatchUERequest) XXX_DiscardUnknown()

func (*WatchUERequest) XXX_Marshal

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

func (*WatchUERequest) XXX_Merge

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

func (*WatchUERequest) XXX_Size

func (m *WatchUERequest) XXX_Size() int

func (*WatchUERequest) XXX_Unmarshal

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

type WatchUEResponse

type WatchUEResponse struct {
	Event Event `protobuf:"bytes,1,opt,name=event,proto3" json:"event"`
}

func (*WatchUEResponse) Descriptor

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

func (*WatchUEResponse) GetEvent

func (m *WatchUEResponse) GetEvent() Event

func (*WatchUEResponse) Marshal

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

func (*WatchUEResponse) MarshalTo

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

func (*WatchUEResponse) MarshalToSizedBuffer

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

func (*WatchUEResponse) ProtoMessage

func (*WatchUEResponse) ProtoMessage()

func (*WatchUEResponse) Reset

func (m *WatchUEResponse) Reset()

func (*WatchUEResponse) Size

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

func (*WatchUEResponse) String

func (m *WatchUEResponse) String() string

func (*WatchUEResponse) Unmarshal

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

func (*WatchUEResponse) XXX_DiscardUnknown

func (m *WatchUEResponse) XXX_DiscardUnknown()

func (*WatchUEResponse) XXX_Marshal

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

func (*WatchUEResponse) XXX_Merge

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

func (*WatchUEResponse) XXX_Size

func (m *WatchUEResponse) XXX_Size() int

func (*WatchUEResponse) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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