extension

package
v5.7.2 Latest Latest
Warning

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

Go to latest
Published: Feb 13, 2026 License: Apache-2.0 Imports: 12 Imported by: 1

Documentation

Index

Constants

View Source
const (
	Extension_GetExtValue_FullMethodName = "/extension.Extension/GetExtValue"
	Extension_SetExtValue_FullMethodName = "/extension.Extension/SetExtValue"
)

Variables

View Source
var (
	ValueType_Type_name = map[int32]string{
		0: "EMPTY",
		1: "DISTANCE",
	}
	ValueType_Type_value = map[string]int32{
		"EMPTY":    0,
		"DISTANCE": 1,
	}
)

Enum value maps for ValueType_Type.

View Source
var (
	GetOnuUniInfoResponse_ConfigurationInd_name = map[int32]string{
		0: "UNKOWN",
		1: "TEN_BASE_T_FDX",
		2: "HUNDRED_BASE_T_FDX",
		3: "GIGABIT_ETHERNET_FDX",
		4: "TEN_G_ETHERNET_FDX",
		5: "TEN_BASE_T_HDX",
		6: "HUNDRED_BASE_T_HDX",
		7: "GIGABIT_ETHERNET_HDX",
	}
	GetOnuUniInfoResponse_ConfigurationInd_value = map[string]int32{
		"UNKOWN":               0,
		"TEN_BASE_T_FDX":       1,
		"HUNDRED_BASE_T_FDX":   2,
		"GIGABIT_ETHERNET_FDX": 3,
		"TEN_G_ETHERNET_FDX":   4,
		"TEN_BASE_T_HDX":       5,
		"HUNDRED_BASE_T_HDX":   6,
		"GIGABIT_ETHERNET_HDX": 7,
	}
)

Enum value maps for GetOnuUniInfoResponse_ConfigurationInd.

View Source
var (
	GetOnuUniInfoResponse_AdministrativeState_name = map[int32]string{
		0: "ADMSTATE_UNDEFINED",
		1: "LOCKED",
		2: "UNLOCKED",
	}
	GetOnuUniInfoResponse_AdministrativeState_value = map[string]int32{
		"ADMSTATE_UNDEFINED": 0,
		"LOCKED":             1,
		"UNLOCKED":           2,
	}
)

Enum value maps for GetOnuUniInfoResponse_AdministrativeState.

View Source
var (
	GetOnuUniInfoResponse_OperationalState_name = map[int32]string{
		0: "OPERSTATE_UNDEFINED",
		1: "ENABLED",
		2: "DISABLED",
	}
	GetOnuUniInfoResponse_OperationalState_value = map[string]int32{
		"OPERSTATE_UNDEFINED": 0,
		"ENABLED":             1,
		"DISABLED":            2,
	}
)

Enum value maps for GetOnuUniInfoResponse_OperationalState.

View Source
var (
	GetOltPortCounters_PortType_name = map[int32]string{
		0: "Port_UNKNOWN",
		1: "Port_ETHERNET_NNI",
		2: "Port_PON_OLT",
	}
	GetOltPortCounters_PortType_value = map[string]int32{
		"Port_UNKNOWN":      0,
		"Port_ETHERNET_NNI": 1,
		"Port_PON_OLT":      2,
	}
)

Enum value maps for GetOltPortCounters_PortType.

View Source
var (
	GetOnuEthernetBridgePortHistory_Direction_name = map[int32]string{
		0: "UNDEFINED",
		1: "UPSTREAM",
		2: "DOWNSTREAM",
	}
	GetOnuEthernetBridgePortHistory_Direction_value = map[string]int32{
		"UNDEFINED":  0,
		"UPSTREAM":   1,
		"DOWNSTREAM": 2,
	}
)

Enum value maps for GetOnuEthernetBridgePortHistory_Direction.

View Source
var (
	GetOmciEthernetFrameExtendedPmResponse_Format_name = map[int32]string{
		0: "THIRTY_TWO_BIT",
		1: "SIXTY_FOUR_BIT",
	}
	GetOmciEthernetFrameExtendedPmResponse_Format_value = map[string]int32{
		"THIRTY_TWO_BIT": 0,
		"SIXTY_FOUR_BIT": 1,
	}
)

Enum value maps for GetOmciEthernetFrameExtendedPmResponse_Format.

View Source
var (
	GetOffloadedAppsStatisticsRequest_OffloadedApp_name = map[int32]string{
		0: "UNDEFINED",
		1: "PPPoeIA",
		2: "DHCPv4RA",
		3: "DHCPv6RA",
	}
	GetOffloadedAppsStatisticsRequest_OffloadedApp_value = map[string]int32{
		"UNDEFINED": 0,
		"PPPoeIA":   1,
		"DHCPv4RA":  2,
		"DHCPv6RA":  3,
	}
)

Enum value maps for GetOffloadedAppsStatisticsRequest_OffloadedApp.

View Source
var (
	GetValueResponse_Status_name = map[int32]string{
		0: "STATUS_UNDEFINED",
		1: "OK",
		2: "ERROR",
	}
	GetValueResponse_Status_value = map[string]int32{
		"STATUS_UNDEFINED": 0,
		"OK":               1,
		"ERROR":            2,
	}
)

Enum value maps for GetValueResponse_Status.

View Source
var (
	GetValueResponse_ErrorReason_name = map[int32]string{
		0: "REASON_UNDEFINED",
		1: "UNSUPPORTED",
		2: "INVALID_DEVICE_ID",
		3: "INVALID_PORT_TYPE",
		4: "TIMEOUT",
		5: "INVALID_REQ_TYPE",
		6: "INTERNAL_ERROR",
		7: "INVALID_DEVICE",
	}
	GetValueResponse_ErrorReason_value = map[string]int32{
		"REASON_UNDEFINED":  0,
		"UNSUPPORTED":       1,
		"INVALID_DEVICE_ID": 2,
		"INVALID_PORT_TYPE": 3,
		"TIMEOUT":           4,
		"INVALID_REQ_TYPE":  5,
		"INTERNAL_ERROR":    6,
		"INVALID_DEVICE":    7,
	}
)

Enum value maps for GetValueResponse_ErrorReason.

View Source
var (
	SetValueResponse_Status_name = map[int32]string{
		0: "STATUS_UNDEFINED",
		1: "OK",
		2: "ERROR",
	}
	SetValueResponse_Status_value = map[string]int32{
		"STATUS_UNDEFINED": 0,
		"OK":               1,
		"ERROR":            2,
	}
)

Enum value maps for SetValueResponse_Status.

View Source
var (
	SetValueResponse_ErrorReason_name = map[int32]string{
		0: "REASON_UNDEFINED",
		1: "UNSUPPORTED",
		2: "INVALID_DEVICE_ID",
		3: "INVALID_ONU_DEVICE_ID",
		4: "INVALID_UNI_ID",
	}
	SetValueResponse_ErrorReason_value = map[string]int32{
		"REASON_UNDEFINED":      0,
		"UNSUPPORTED":           1,
		"INVALID_DEVICE_ID":     2,
		"INVALID_ONU_DEVICE_ID": 3,
		"INVALID_UNI_ID":        4,
	}
)

Enum value maps for SetValueResponse_ErrorReason.

View Source
var Extension_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "extension.Extension",
	HandlerType: (*ExtensionServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "GetExtValue",
			Handler:    _Extension_GetExtValue_Handler,
		},
		{
			MethodName: "SetExtValue",
			Handler:    _Extension_SetExtValue_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "voltha_protos/extensions.proto",
}

Extension_ServiceDesc is the grpc.ServiceDesc for Extension service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var File_voltha_protos_extensions_proto protoreflect.FileDescriptor

Functions

func RegisterExtensionServer

func RegisterExtensionServer(s grpc.ServiceRegistrar, srv ExtensionServer)

Types

type AlarmData

type AlarmData struct {
	ClassId     uint32 `protobuf:"varint,1,opt,name=class_id,json=classId,proto3" json:"class_id,omitempty"`
	InstanceId  uint32 `protobuf:"varint,2,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	Name        string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
	// contains filtered or unexported fields
}

func (*AlarmData) Descriptor deprecated

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

Deprecated: Use AlarmData.ProtoReflect.Descriptor instead.

func (*AlarmData) GetClassId

func (x *AlarmData) GetClassId() uint32

func (*AlarmData) GetDescription

func (x *AlarmData) GetDescription() string

func (*AlarmData) GetInstanceId

func (x *AlarmData) GetInstanceId() uint32

func (*AlarmData) GetName

func (x *AlarmData) GetName() string

func (*AlarmData) ProtoMessage

func (*AlarmData) ProtoMessage()

func (*AlarmData) ProtoReflect added in v5.7.1

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

func (*AlarmData) Reset

func (x *AlarmData) Reset()

func (*AlarmData) String

func (x *AlarmData) String() string

type AppOffloadConfig added in v5.6.0

type AppOffloadConfig struct {
	EnableDHCPv4RA bool `protobuf:"varint,1,opt,name=enableDHCPv4RA,proto3" json:"enableDHCPv4RA,omitempty"`
	EnableDHCPv6RA bool `protobuf:"varint,2,opt,name=enableDHCPv6RA,proto3" json:"enableDHCPv6RA,omitempty"`
	EnablePPPoEIA  bool `protobuf:"varint,3,opt,name=enablePPPoEIA,proto3" json:"enablePPPoEIA,omitempty"`
	// Follows the same as the BBF Access Node Id defined in https://github.com/BroadbandForum/yang/blob/master/standard/networking/bbf-subscriber-profiles.yang
	AccessNodeID string `protobuf:"bytes,4,opt,name=accessNodeID,proto3" json:"accessNodeID,omitempty"`
	// contains filtered or unexported fields
}

AppOffloadConfig is the configuration for offloading applications to the OLT and has OLT wide configuration.

func (*AppOffloadConfig) Descriptor deprecated added in v5.6.0

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

Deprecated: Use AppOffloadConfig.ProtoReflect.Descriptor instead.

func (*AppOffloadConfig) GetAccessNodeID added in v5.6.0

func (x *AppOffloadConfig) GetAccessNodeID() string

func (*AppOffloadConfig) GetEnableDHCPv4RA added in v5.6.0

func (x *AppOffloadConfig) GetEnableDHCPv4RA() bool

func (*AppOffloadConfig) GetEnableDHCPv6RA added in v5.6.0

func (x *AppOffloadConfig) GetEnableDHCPv6RA() bool

func (*AppOffloadConfig) GetEnablePPPoEIA added in v5.6.0

func (x *AppOffloadConfig) GetEnablePPPoEIA() bool

func (*AppOffloadConfig) ProtoMessage added in v5.6.0

func (*AppOffloadConfig) ProtoMessage()

func (*AppOffloadConfig) ProtoReflect added in v5.7.1

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

func (*AppOffloadConfig) Reset added in v5.6.0

func (x *AppOffloadConfig) Reset()

func (*AppOffloadConfig) String added in v5.6.0

func (x *AppOffloadConfig) String() string

type AppOffloadOnuConfig added in v5.6.0

type AppOffloadOnuConfig struct {
	OnuDeviceId string                              `protobuf:"bytes,1,opt,name=onuDeviceId,proto3" json:"onuDeviceId,omitempty"`
	PerUniInfo  []*AppOffloadOnuConfig_PerUniConfig `protobuf:"bytes,5,rep,name=perUniInfo,proto3" json:"perUniInfo,omitempty"`
	// contains filtered or unexported fields
}

AppOffloadOnuConfig has Onu specfic configuration which the OLT runs applications which have been offloaded.

func (*AppOffloadOnuConfig) Descriptor deprecated added in v5.6.0

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

Deprecated: Use AppOffloadOnuConfig.ProtoReflect.Descriptor instead.

func (*AppOffloadOnuConfig) GetOnuDeviceId added in v5.6.0

func (x *AppOffloadOnuConfig) GetOnuDeviceId() string

func (*AppOffloadOnuConfig) GetPerUniInfo added in v5.6.0

func (*AppOffloadOnuConfig) ProtoMessage added in v5.6.0

func (*AppOffloadOnuConfig) ProtoMessage()

func (*AppOffloadOnuConfig) ProtoReflect added in v5.7.1

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

func (*AppOffloadOnuConfig) Reset added in v5.6.0

func (x *AppOffloadOnuConfig) Reset()

func (*AppOffloadOnuConfig) String added in v5.6.0

func (x *AppOffloadOnuConfig) String() string

type AppOffloadOnuConfig_PerUniConfig added in v5.6.0

type AppOffloadOnuConfig_PerUniConfig struct {

	// As per the BBF Agent Remote Id defined in https://github.com/BroadbandForum/yang/blob/master/standard/networking/bbf-pppoe-intermediate-agent-profile-common.yang
	AgentRemoteID string `protobuf:"bytes,2,opt,name=agentRemoteID,proto3" json:"agentRemoteID,omitempty"`
	// As per the BBF Agent Circuit Id defined in https://github.com/BroadbandForum/yang/blob/master/standard/networking/bbf-pppoe-intermediate-agent-profile-common.yang
	AgentCircuitID string `protobuf:"bytes,3,opt,name=agentCircuitID,proto3" json:"agentCircuitID,omitempty"`
	// The id of the UNI on the Onu for which this configuration is relevant. The UNI ids are numbered from 0 to n depending on the number of UNI ports on the ONU.
	OnuUniId uint32 `protobuf:"varint,4,opt,name=onuUniId,proto3" json:"onuUniId,omitempty"`
	// contains filtered or unexported fields
}

func (*AppOffloadOnuConfig_PerUniConfig) Descriptor deprecated added in v5.6.0

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

Deprecated: Use AppOffloadOnuConfig_PerUniConfig.ProtoReflect.Descriptor instead.

func (*AppOffloadOnuConfig_PerUniConfig) GetAgentCircuitID added in v5.6.0

func (x *AppOffloadOnuConfig_PerUniConfig) GetAgentCircuitID() string

func (*AppOffloadOnuConfig_PerUniConfig) GetAgentRemoteID added in v5.6.0

func (x *AppOffloadOnuConfig_PerUniConfig) GetAgentRemoteID() string

func (*AppOffloadOnuConfig_PerUniConfig) GetOnuUniId added in v5.6.0

func (x *AppOffloadOnuConfig_PerUniConfig) GetOnuUniId() uint32

func (*AppOffloadOnuConfig_PerUniConfig) ProtoMessage added in v5.6.0

func (*AppOffloadOnuConfig_PerUniConfig) ProtoMessage()

func (*AppOffloadOnuConfig_PerUniConfig) ProtoReflect added in v5.7.1

func (*AppOffloadOnuConfig_PerUniConfig) Reset added in v5.6.0

func (*AppOffloadOnuConfig_PerUniConfig) String added in v5.6.0

type ExtensionClient

type ExtensionClient interface {
	// Get a single attribute
	GetExtValue(ctx context.Context, in *SingleGetValueRequest, opts ...grpc.CallOption) (*SingleGetValueResponse, error)
	// Set a single attribute
	SetExtValue(ctx context.Context, in *SingleSetValueRequest, opts ...grpc.CallOption) (*SingleSetValueResponse, error)
}

ExtensionClient is the client API for Extension service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

Extension is a service to get and set specific attributes

func NewExtensionClient

func NewExtensionClient(cc grpc.ClientConnInterface) ExtensionClient

type ExtensionServer

type ExtensionServer interface {
	// Get a single attribute
	GetExtValue(context.Context, *SingleGetValueRequest) (*SingleGetValueResponse, error)
	// Set a single attribute
	SetExtValue(context.Context, *SingleSetValueRequest) (*SingleSetValueResponse, error)
	// contains filtered or unexported methods
}

ExtensionServer is the server API for Extension service. All implementations must embed UnimplementedExtensionServer for forward compatibility.

Extension is a service to get and set specific attributes

type GetDistanceRequest

type GetDistanceRequest struct {
	OnuDeviceId string `protobuf:"bytes,1,opt,name=onuDeviceId,proto3" json:"onuDeviceId,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDistanceRequest) Descriptor deprecated

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

Deprecated: Use GetDistanceRequest.ProtoReflect.Descriptor instead.

func (*GetDistanceRequest) GetOnuDeviceId

func (x *GetDistanceRequest) GetOnuDeviceId() string

func (*GetDistanceRequest) ProtoMessage

func (*GetDistanceRequest) ProtoMessage()

func (*GetDistanceRequest) ProtoReflect added in v5.7.1

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

func (*GetDistanceRequest) Reset

func (x *GetDistanceRequest) Reset()

func (*GetDistanceRequest) String

func (x *GetDistanceRequest) String() string

type GetDistanceResponse

type GetDistanceResponse struct {
	Distance uint32 `protobuf:"varint,1,opt,name=distance,proto3" json:"distance,omitempty"` // distance in meters
	// contains filtered or unexported fields
}

func (*GetDistanceResponse) Descriptor deprecated

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

Deprecated: Use GetDistanceResponse.ProtoReflect.Descriptor instead.

func (*GetDistanceResponse) GetDistance

func (x *GetDistanceResponse) GetDistance() uint32

func (*GetDistanceResponse) ProtoMessage

func (*GetDistanceResponse) ProtoMessage()

func (*GetDistanceResponse) ProtoReflect added in v5.7.1

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

func (*GetDistanceResponse) Reset

func (x *GetDistanceResponse) Reset()

func (*GetDistanceResponse) String

func (x *GetDistanceResponse) String() string

type GetNNIStatsRequest added in v5.6.5

type GetNNIStatsRequest struct {

	// Types that are valid to be assigned to PortInfo:
	//
	//	*GetNNIStatsRequest_PortLabel
	//	*GetNNIStatsRequest_PortId
	PortInfo isGetNNIStatsRequest_PortInfo `protobuf_oneof:"portInfo"`
	// contains filtered or unexported fields
}

func (*GetNNIStatsRequest) Descriptor deprecated added in v5.6.5

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

Deprecated: Use GetNNIStatsRequest.ProtoReflect.Descriptor instead.

func (*GetNNIStatsRequest) GetPortId added in v5.6.5

func (x *GetNNIStatsRequest) GetPortId() uint32

func (*GetNNIStatsRequest) GetPortInfo added in v5.6.5

func (x *GetNNIStatsRequest) GetPortInfo() isGetNNIStatsRequest_PortInfo

func (*GetNNIStatsRequest) GetPortLabel added in v5.6.5

func (x *GetNNIStatsRequest) GetPortLabel() string

func (*GetNNIStatsRequest) ProtoMessage added in v5.6.5

func (*GetNNIStatsRequest) ProtoMessage()

func (*GetNNIStatsRequest) ProtoReflect added in v5.7.1

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

func (*GetNNIStatsRequest) Reset added in v5.6.5

func (x *GetNNIStatsRequest) Reset()

func (*GetNNIStatsRequest) String added in v5.6.5

func (x *GetNNIStatsRequest) String() string

type GetNNIStatsRequest_PortId added in v5.6.5

type GetNNIStatsRequest_PortId struct {
	PortId uint32 `protobuf:"fixed32,2,opt,name=portId,proto3,oneof"`
}

type GetNNIStatsRequest_PortLabel added in v5.6.5

type GetNNIStatsRequest_PortLabel struct {
	PortLabel string `protobuf:"bytes,1,opt,name=portLabel,proto3,oneof"`
}

type GetNNIStatsResponse added in v5.6.5

type GetNNIStatsResponse struct {
	NniPort        uint32                 `protobuf:"varint,1,opt,name=nniPort,proto3" json:"nniPort,omitempty"`
	PortStatistics *common.PortStatistics `protobuf:"bytes,2,opt,name=portStatistics,proto3" json:"portStatistics,omitempty"`
	// contains filtered or unexported fields
}

func (*GetNNIStatsResponse) Descriptor deprecated added in v5.6.5

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

Deprecated: Use GetNNIStatsResponse.ProtoReflect.Descriptor instead.

func (*GetNNIStatsResponse) GetNniPort added in v5.6.5

func (x *GetNNIStatsResponse) GetNniPort() uint32

func (*GetNNIStatsResponse) GetPortStatistics added in v5.6.5

func (x *GetNNIStatsResponse) GetPortStatistics() *common.PortStatistics

func (*GetNNIStatsResponse) ProtoMessage added in v5.6.5

func (*GetNNIStatsResponse) ProtoMessage()

func (*GetNNIStatsResponse) ProtoReflect added in v5.7.1

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

func (*GetNNIStatsResponse) Reset added in v5.6.5

func (x *GetNNIStatsResponse) Reset()

func (*GetNNIStatsResponse) String added in v5.6.5

func (x *GetNNIStatsResponse) String() string

type GetOffloadedAppsStatisticsRequest added in v5.6.0

type GetOffloadedAppsStatisticsRequest struct {

	// The offloaded application whose statistics are requested
	StatsFor GetOffloadedAppsStatisticsRequest_OffloadedApp `` /* 132-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetOffloadedAppsStatisticsRequest) Descriptor deprecated added in v5.6.0

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

Deprecated: Use GetOffloadedAppsStatisticsRequest.ProtoReflect.Descriptor instead.

func (*GetOffloadedAppsStatisticsRequest) GetStatsFor added in v5.6.0

func (*GetOffloadedAppsStatisticsRequest) ProtoMessage added in v5.6.0

func (*GetOffloadedAppsStatisticsRequest) ProtoMessage()

func (*GetOffloadedAppsStatisticsRequest) ProtoReflect added in v5.7.1

func (*GetOffloadedAppsStatisticsRequest) Reset added in v5.6.0

func (*GetOffloadedAppsStatisticsRequest) String added in v5.6.0

type GetOffloadedAppsStatisticsRequest_OffloadedApp added in v5.6.0

type GetOffloadedAppsStatisticsRequest_OffloadedApp int32
const (
	GetOffloadedAppsStatisticsRequest_UNDEFINED GetOffloadedAppsStatisticsRequest_OffloadedApp = 0
	GetOffloadedAppsStatisticsRequest_PPPoeIA   GetOffloadedAppsStatisticsRequest_OffloadedApp = 1
	GetOffloadedAppsStatisticsRequest_DHCPv4RA  GetOffloadedAppsStatisticsRequest_OffloadedApp = 2
	GetOffloadedAppsStatisticsRequest_DHCPv6RA  GetOffloadedAppsStatisticsRequest_OffloadedApp = 3
)

func (GetOffloadedAppsStatisticsRequest_OffloadedApp) Descriptor added in v5.7.1

func (GetOffloadedAppsStatisticsRequest_OffloadedApp) Enum added in v5.7.1

func (GetOffloadedAppsStatisticsRequest_OffloadedApp) EnumDescriptor deprecated added in v5.6.0

Deprecated: Use GetOffloadedAppsStatisticsRequest_OffloadedApp.Descriptor instead.

func (GetOffloadedAppsStatisticsRequest_OffloadedApp) Number added in v5.7.1

func (GetOffloadedAppsStatisticsRequest_OffloadedApp) String added in v5.6.0

func (GetOffloadedAppsStatisticsRequest_OffloadedApp) Type added in v5.7.1

type GetOffloadedAppsStatisticsResponse added in v5.6.0

type GetOffloadedAppsStatisticsResponse struct {

	// Types that are valid to be assigned to Stats:
	//
	//	*GetOffloadedAppsStatisticsResponse_Dhcpv4RaStats
	//	*GetOffloadedAppsStatisticsResponse_Dhcpv6RaStats
	//	*GetOffloadedAppsStatisticsResponse_PppoeIaStats
	Stats isGetOffloadedAppsStatisticsResponse_Stats `protobuf_oneof:"stats"`
	// contains filtered or unexported fields
}

func (*GetOffloadedAppsStatisticsResponse) Descriptor deprecated added in v5.6.0

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

Deprecated: Use GetOffloadedAppsStatisticsResponse.ProtoReflect.Descriptor instead.

func (*GetOffloadedAppsStatisticsResponse) GetDhcpv4RaStats added in v5.6.0

func (*GetOffloadedAppsStatisticsResponse) GetDhcpv6RaStats added in v5.6.0

func (*GetOffloadedAppsStatisticsResponse) GetPppoeIaStats added in v5.6.0

func (*GetOffloadedAppsStatisticsResponse) GetStats added in v5.6.0

func (x *GetOffloadedAppsStatisticsResponse) GetStats() isGetOffloadedAppsStatisticsResponse_Stats

func (*GetOffloadedAppsStatisticsResponse) ProtoMessage added in v5.6.0

func (*GetOffloadedAppsStatisticsResponse) ProtoMessage()

func (*GetOffloadedAppsStatisticsResponse) ProtoReflect added in v5.7.1

func (*GetOffloadedAppsStatisticsResponse) Reset added in v5.6.0

func (*GetOffloadedAppsStatisticsResponse) String added in v5.6.0

type GetOffloadedAppsStatisticsResponse_DHCPv4RAStats added in v5.6.0

type GetOffloadedAppsStatisticsResponse_DHCPv4RAStats struct {

	// From https://github.com/BroadbandForum/yang/blob/master/standard/networking/bbf-l2-dhcpv4-relay.yang
	InBadPacketsFromClient           uint32 `` /* 134-byte string literal not displayed */
	InBadPacketsFromServer           uint32 `` /* 134-byte string literal not displayed */
	InPacketsFromClient              uint32 `protobuf:"varint,3,opt,name=in_packets_from_client,json=inPacketsFromClient,proto3" json:"in_packets_from_client,omitempty"`
	InPacketsFromServer              uint32 `protobuf:"varint,4,opt,name=in_packets_from_server,json=inPacketsFromServer,proto3" json:"in_packets_from_server,omitempty"`
	OutPacketsToServer               uint32 `protobuf:"varint,5,opt,name=out_packets_to_server,json=outPacketsToServer,proto3" json:"out_packets_to_server,omitempty"`
	OutPacketsToClient               uint32 `protobuf:"varint,6,opt,name=out_packets_to_client,json=outPacketsToClient,proto3" json:"out_packets_to_client,omitempty"`
	Option_82InsertedPacketsToServer uint32 `` /* 163-byte string literal not displayed */
	Option_82RemovedPacketsToClient  uint32 `` /* 160-byte string literal not displayed */
	Option_82NotInsertedToServer     uint32 `` /* 151-byte string literal not displayed */
	// Name value pairs that gives the flexibility to report different statistics that implementations may choose
	AdditionalStats map[string]string `` /* 181-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetOffloadedAppsStatisticsResponse_DHCPv4RAStats) Descriptor deprecated added in v5.6.0

Deprecated: Use GetOffloadedAppsStatisticsResponse_DHCPv4RAStats.ProtoReflect.Descriptor instead.

func (*GetOffloadedAppsStatisticsResponse_DHCPv4RAStats) GetAdditionalStats added in v5.6.0

func (*GetOffloadedAppsStatisticsResponse_DHCPv4RAStats) GetInBadPacketsFromClient added in v5.6.0

func (x *GetOffloadedAppsStatisticsResponse_DHCPv4RAStats) GetInBadPacketsFromClient() uint32

func (*GetOffloadedAppsStatisticsResponse_DHCPv4RAStats) GetInBadPacketsFromServer added in v5.6.0

func (x *GetOffloadedAppsStatisticsResponse_DHCPv4RAStats) GetInBadPacketsFromServer() uint32

func (*GetOffloadedAppsStatisticsResponse_DHCPv4RAStats) GetInPacketsFromClient added in v5.6.0

func (x *GetOffloadedAppsStatisticsResponse_DHCPv4RAStats) GetInPacketsFromClient() uint32

func (*GetOffloadedAppsStatisticsResponse_DHCPv4RAStats) GetInPacketsFromServer added in v5.6.0

func (x *GetOffloadedAppsStatisticsResponse_DHCPv4RAStats) GetInPacketsFromServer() uint32

func (*GetOffloadedAppsStatisticsResponse_DHCPv4RAStats) GetOption_82InsertedPacketsToServer added in v5.6.0

func (x *GetOffloadedAppsStatisticsResponse_DHCPv4RAStats) GetOption_82InsertedPacketsToServer() uint32

func (*GetOffloadedAppsStatisticsResponse_DHCPv4RAStats) GetOption_82NotInsertedToServer added in v5.6.0

func (x *GetOffloadedAppsStatisticsResponse_DHCPv4RAStats) GetOption_82NotInsertedToServer() uint32

func (*GetOffloadedAppsStatisticsResponse_DHCPv4RAStats) GetOption_82RemovedPacketsToClient added in v5.6.0

func (x *GetOffloadedAppsStatisticsResponse_DHCPv4RAStats) GetOption_82RemovedPacketsToClient() uint32

func (*GetOffloadedAppsStatisticsResponse_DHCPv4RAStats) GetOutPacketsToClient added in v5.6.0

func (x *GetOffloadedAppsStatisticsResponse_DHCPv4RAStats) GetOutPacketsToClient() uint32

func (*GetOffloadedAppsStatisticsResponse_DHCPv4RAStats) GetOutPacketsToServer added in v5.6.0

func (x *GetOffloadedAppsStatisticsResponse_DHCPv4RAStats) GetOutPacketsToServer() uint32

func (*GetOffloadedAppsStatisticsResponse_DHCPv4RAStats) ProtoMessage added in v5.6.0

func (*GetOffloadedAppsStatisticsResponse_DHCPv4RAStats) ProtoReflect added in v5.7.1

func (*GetOffloadedAppsStatisticsResponse_DHCPv4RAStats) Reset added in v5.6.0

func (*GetOffloadedAppsStatisticsResponse_DHCPv4RAStats) String added in v5.6.0

type GetOffloadedAppsStatisticsResponse_DHCPv6RAStats added in v5.6.0

type GetOffloadedAppsStatisticsResponse_DHCPv6RAStats struct {

	// From https://github.com/BroadbandForum/yang/blob/master/standard/networking/bbf-ldra.yang
	InBadPacketsFromClient               uint32 `` /* 134-byte string literal not displayed */
	InBadPacketsFromServer               uint32 `` /* 134-byte string literal not displayed */
	Option_17InsertedPacketsToServer     uint32 `` /* 163-byte string literal not displayed */
	Option_17RemovedPacketsToClient      uint32 `` /* 160-byte string literal not displayed */
	Option_18InsertedPacketsToServer     uint32 `` /* 163-byte string literal not displayed */
	Option_18RemovedPacketsToClient      uint32 `` /* 160-byte string literal not displayed */
	Option_37InsertedPacketsToServer     uint32 `` /* 163-byte string literal not displayed */
	Option_37RemovedPacketsToClient      uint32 `` /* 160-byte string literal not displayed */
	OutgoingMtuExceededPacketsFromClient uint32 `` /* 178-byte string literal not displayed */
	// Name value pairs that gives the flexibility to report different statistics that implementations may choose
	AdditionalStats map[string]string `` /* 181-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetOffloadedAppsStatisticsResponse_DHCPv6RAStats) Descriptor deprecated added in v5.6.0

Deprecated: Use GetOffloadedAppsStatisticsResponse_DHCPv6RAStats.ProtoReflect.Descriptor instead.

func (*GetOffloadedAppsStatisticsResponse_DHCPv6RAStats) GetAdditionalStats added in v5.6.0

func (*GetOffloadedAppsStatisticsResponse_DHCPv6RAStats) GetInBadPacketsFromClient added in v5.6.0

func (x *GetOffloadedAppsStatisticsResponse_DHCPv6RAStats) GetInBadPacketsFromClient() uint32

func (*GetOffloadedAppsStatisticsResponse_DHCPv6RAStats) GetInBadPacketsFromServer added in v5.6.0

func (x *GetOffloadedAppsStatisticsResponse_DHCPv6RAStats) GetInBadPacketsFromServer() uint32

func (*GetOffloadedAppsStatisticsResponse_DHCPv6RAStats) GetOption_17InsertedPacketsToServer added in v5.6.0

func (x *GetOffloadedAppsStatisticsResponse_DHCPv6RAStats) GetOption_17InsertedPacketsToServer() uint32

func (*GetOffloadedAppsStatisticsResponse_DHCPv6RAStats) GetOption_17RemovedPacketsToClient added in v5.6.0

func (x *GetOffloadedAppsStatisticsResponse_DHCPv6RAStats) GetOption_17RemovedPacketsToClient() uint32

func (*GetOffloadedAppsStatisticsResponse_DHCPv6RAStats) GetOption_18InsertedPacketsToServer added in v5.6.0

func (x *GetOffloadedAppsStatisticsResponse_DHCPv6RAStats) GetOption_18InsertedPacketsToServer() uint32

func (*GetOffloadedAppsStatisticsResponse_DHCPv6RAStats) GetOption_18RemovedPacketsToClient added in v5.6.0

func (x *GetOffloadedAppsStatisticsResponse_DHCPv6RAStats) GetOption_18RemovedPacketsToClient() uint32

func (*GetOffloadedAppsStatisticsResponse_DHCPv6RAStats) GetOption_37InsertedPacketsToServer added in v5.6.0

func (x *GetOffloadedAppsStatisticsResponse_DHCPv6RAStats) GetOption_37InsertedPacketsToServer() uint32

func (*GetOffloadedAppsStatisticsResponse_DHCPv6RAStats) GetOption_37RemovedPacketsToClient added in v5.6.0

func (x *GetOffloadedAppsStatisticsResponse_DHCPv6RAStats) GetOption_37RemovedPacketsToClient() uint32

func (*GetOffloadedAppsStatisticsResponse_DHCPv6RAStats) GetOutgoingMtuExceededPacketsFromClient added in v5.6.0

func (x *GetOffloadedAppsStatisticsResponse_DHCPv6RAStats) GetOutgoingMtuExceededPacketsFromClient() uint32

func (*GetOffloadedAppsStatisticsResponse_DHCPv6RAStats) ProtoMessage added in v5.6.0

func (*GetOffloadedAppsStatisticsResponse_DHCPv6RAStats) ProtoReflect added in v5.7.1

func (*GetOffloadedAppsStatisticsResponse_DHCPv6RAStats) Reset added in v5.6.0

func (*GetOffloadedAppsStatisticsResponse_DHCPv6RAStats) String added in v5.6.0

type GetOffloadedAppsStatisticsResponse_Dhcpv4RaStats added in v5.6.0

type GetOffloadedAppsStatisticsResponse_Dhcpv4RaStats struct {
	Dhcpv4RaStats *GetOffloadedAppsStatisticsResponse_DHCPv4RAStats `protobuf:"bytes,1,opt,name=dhcpv4RaStats,proto3,oneof"`
}

type GetOffloadedAppsStatisticsResponse_Dhcpv6RaStats added in v5.6.0

type GetOffloadedAppsStatisticsResponse_Dhcpv6RaStats struct {
	Dhcpv6RaStats *GetOffloadedAppsStatisticsResponse_DHCPv6RAStats `protobuf:"bytes,2,opt,name=dhcpv6RaStats,proto3,oneof"`
}

type GetOffloadedAppsStatisticsResponse_PPPoeIAStats added in v5.6.0

type GetOffloadedAppsStatisticsResponse_PPPoeIAStats struct {

	// From https://github.com/BroadbandForum/yang/blob/master/standard/networking/bbf-pppoe-intermediate-agent.yang
	InErrorPacketsFromClient                 uint32 `` /* 140-byte string literal not displayed */
	InErrorPacketsFromServer                 uint32 `` /* 140-byte string literal not displayed */
	InPacketsFromClient                      uint32 `protobuf:"varint,3,opt,name=in_packets_from_client,json=inPacketsFromClient,proto3" json:"in_packets_from_client,omitempty"`
	InPacketsFromServer                      uint32 `protobuf:"varint,4,opt,name=in_packets_from_server,json=inPacketsFromServer,proto3" json:"in_packets_from_server,omitempty"`
	OutPacketsToServer                       uint32 `protobuf:"varint,5,opt,name=out_packets_to_server,json=outPacketsToServer,proto3" json:"out_packets_to_server,omitempty"`
	OutPacketsToClient                       uint32 `protobuf:"varint,6,opt,name=out_packets_to_client,json=outPacketsToClient,proto3" json:"out_packets_to_client,omitempty"`
	VendorSpecificTagInsertedPacketsToServer uint32 `` /* 192-byte string literal not displayed */
	VendorSpecificTagRemovedPacketsToClient  uint32 `` /* 189-byte string literal not displayed */
	OutgoingMtuExceededPacketsFromClient     uint32 `` /* 178-byte string literal not displayed */
	// Name value pairs that gives the flexibility to report different statistics that implementations may choose
	AdditionalStats map[string]string `` /* 181-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetOffloadedAppsStatisticsResponse_PPPoeIAStats) Descriptor deprecated added in v5.6.0

Deprecated: Use GetOffloadedAppsStatisticsResponse_PPPoeIAStats.ProtoReflect.Descriptor instead.

func (*GetOffloadedAppsStatisticsResponse_PPPoeIAStats) GetAdditionalStats added in v5.6.0

func (*GetOffloadedAppsStatisticsResponse_PPPoeIAStats) GetInErrorPacketsFromClient added in v5.6.0

func (x *GetOffloadedAppsStatisticsResponse_PPPoeIAStats) GetInErrorPacketsFromClient() uint32

func (*GetOffloadedAppsStatisticsResponse_PPPoeIAStats) GetInErrorPacketsFromServer added in v5.6.0

func (x *GetOffloadedAppsStatisticsResponse_PPPoeIAStats) GetInErrorPacketsFromServer() uint32

func (*GetOffloadedAppsStatisticsResponse_PPPoeIAStats) GetInPacketsFromClient added in v5.6.0

func (x *GetOffloadedAppsStatisticsResponse_PPPoeIAStats) GetInPacketsFromClient() uint32

func (*GetOffloadedAppsStatisticsResponse_PPPoeIAStats) GetInPacketsFromServer added in v5.6.0

func (x *GetOffloadedAppsStatisticsResponse_PPPoeIAStats) GetInPacketsFromServer() uint32

func (*GetOffloadedAppsStatisticsResponse_PPPoeIAStats) GetOutPacketsToClient added in v5.6.0

func (x *GetOffloadedAppsStatisticsResponse_PPPoeIAStats) GetOutPacketsToClient() uint32

func (*GetOffloadedAppsStatisticsResponse_PPPoeIAStats) GetOutPacketsToServer added in v5.6.0

func (x *GetOffloadedAppsStatisticsResponse_PPPoeIAStats) GetOutPacketsToServer() uint32

func (*GetOffloadedAppsStatisticsResponse_PPPoeIAStats) GetOutgoingMtuExceededPacketsFromClient added in v5.6.0

func (x *GetOffloadedAppsStatisticsResponse_PPPoeIAStats) GetOutgoingMtuExceededPacketsFromClient() uint32

func (*GetOffloadedAppsStatisticsResponse_PPPoeIAStats) GetVendorSpecificTagInsertedPacketsToServer added in v5.6.0

func (x *GetOffloadedAppsStatisticsResponse_PPPoeIAStats) GetVendorSpecificTagInsertedPacketsToServer() uint32

func (*GetOffloadedAppsStatisticsResponse_PPPoeIAStats) GetVendorSpecificTagRemovedPacketsToClient added in v5.6.0

func (x *GetOffloadedAppsStatisticsResponse_PPPoeIAStats) GetVendorSpecificTagRemovedPacketsToClient() uint32

func (*GetOffloadedAppsStatisticsResponse_PPPoeIAStats) ProtoMessage added in v5.6.0

func (*GetOffloadedAppsStatisticsResponse_PPPoeIAStats) ProtoReflect added in v5.7.1

func (*GetOffloadedAppsStatisticsResponse_PPPoeIAStats) Reset added in v5.6.0

func (*GetOffloadedAppsStatisticsResponse_PPPoeIAStats) String added in v5.6.0

type GetOffloadedAppsStatisticsResponse_PppoeIaStats added in v5.6.0

type GetOffloadedAppsStatisticsResponse_PppoeIaStats struct {
	PppoeIaStats *GetOffloadedAppsStatisticsResponse_PPPoeIAStats `protobuf:"bytes,3,opt,name=pppoeIaStats,proto3,oneof"`
}

type GetOltPortCounters

type GetOltPortCounters struct {
	PortNo   uint32                      `protobuf:"varint,1,opt,name=portNo,proto3" json:"portNo,omitempty"` // Device-unique port number
	PortType GetOltPortCounters_PortType `protobuf:"varint,2,opt,name=portType,proto3,enum=extension.GetOltPortCounters_PortType" json:"portType,omitempty"`
	// contains filtered or unexported fields
}

func (*GetOltPortCounters) Descriptor deprecated

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

Deprecated: Use GetOltPortCounters.ProtoReflect.Descriptor instead.

func (*GetOltPortCounters) GetPortNo

func (x *GetOltPortCounters) GetPortNo() uint32

func (*GetOltPortCounters) GetPortType

func (*GetOltPortCounters) ProtoMessage

func (*GetOltPortCounters) ProtoMessage()

func (*GetOltPortCounters) ProtoReflect added in v5.7.1

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

func (*GetOltPortCounters) Reset

func (x *GetOltPortCounters) Reset()

func (*GetOltPortCounters) String

func (x *GetOltPortCounters) String() string

type GetOltPortCountersResponse

type GetOltPortCountersResponse struct {
	TxBytes        uint64 `protobuf:"varint,1,opt,name=txBytes,proto3" json:"txBytes,omitempty"`
	RxBytes        uint64 `protobuf:"varint,2,opt,name=rxBytes,proto3" json:"rxBytes,omitempty"`
	TxPackets      uint64 `protobuf:"varint,3,opt,name=txPackets,proto3" json:"txPackets,omitempty"`
	RxPackets      uint64 `protobuf:"varint,4,opt,name=rxPackets,proto3" json:"rxPackets,omitempty"`
	TxErrorPackets uint64 `protobuf:"varint,5,opt,name=txErrorPackets,proto3" json:"txErrorPackets,omitempty"`
	RxErrorPackets uint64 `protobuf:"varint,6,opt,name=rxErrorPackets,proto3" json:"rxErrorPackets,omitempty"`
	TxBcastPackets uint64 `protobuf:"varint,7,opt,name=txBcastPackets,proto3" json:"txBcastPackets,omitempty"`
	RxBcastPackets uint64 `protobuf:"varint,8,opt,name=rxBcastPackets,proto3" json:"rxBcastPackets,omitempty"`
	TxUcastPackets uint64 `protobuf:"varint,9,opt,name=txUcastPackets,proto3" json:"txUcastPackets,omitempty"`
	RxUcastPackets uint64 `protobuf:"varint,10,opt,name=rxUcastPackets,proto3" json:"rxUcastPackets,omitempty"`
	TxMcastPackets uint64 `protobuf:"varint,11,opt,name=txMcastPackets,proto3" json:"txMcastPackets,omitempty"`
	RxMcastPackets uint64 `protobuf:"varint,12,opt,name=rxMcastPackets,proto3" json:"rxMcastPackets,omitempty"`
	// contains filtered or unexported fields
}

func (*GetOltPortCountersResponse) Descriptor deprecated

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

Deprecated: Use GetOltPortCountersResponse.ProtoReflect.Descriptor instead.

func (*GetOltPortCountersResponse) GetRxBcastPackets

func (x *GetOltPortCountersResponse) GetRxBcastPackets() uint64

func (*GetOltPortCountersResponse) GetRxBytes

func (x *GetOltPortCountersResponse) GetRxBytes() uint64

func (*GetOltPortCountersResponse) GetRxErrorPackets

func (x *GetOltPortCountersResponse) GetRxErrorPackets() uint64

func (*GetOltPortCountersResponse) GetRxMcastPackets

func (x *GetOltPortCountersResponse) GetRxMcastPackets() uint64

func (*GetOltPortCountersResponse) GetRxPackets

func (x *GetOltPortCountersResponse) GetRxPackets() uint64

func (*GetOltPortCountersResponse) GetRxUcastPackets

func (x *GetOltPortCountersResponse) GetRxUcastPackets() uint64

func (*GetOltPortCountersResponse) GetTxBcastPackets

func (x *GetOltPortCountersResponse) GetTxBcastPackets() uint64

func (*GetOltPortCountersResponse) GetTxBytes

func (x *GetOltPortCountersResponse) GetTxBytes() uint64

func (*GetOltPortCountersResponse) GetTxErrorPackets

func (x *GetOltPortCountersResponse) GetTxErrorPackets() uint64

func (*GetOltPortCountersResponse) GetTxMcastPackets

func (x *GetOltPortCountersResponse) GetTxMcastPackets() uint64

func (*GetOltPortCountersResponse) GetTxPackets

func (x *GetOltPortCountersResponse) GetTxPackets() uint64

func (*GetOltPortCountersResponse) GetTxUcastPackets

func (x *GetOltPortCountersResponse) GetTxUcastPackets() uint64

func (*GetOltPortCountersResponse) ProtoMessage

func (*GetOltPortCountersResponse) ProtoMessage()

func (*GetOltPortCountersResponse) ProtoReflect added in v5.7.1

func (*GetOltPortCountersResponse) Reset

func (x *GetOltPortCountersResponse) Reset()

func (*GetOltPortCountersResponse) String

func (x *GetOltPortCountersResponse) String() string

type GetOltPortCounters_PortType

type GetOltPortCounters_PortType int32
const (
	GetOltPortCounters_Port_UNKNOWN      GetOltPortCounters_PortType = 0
	GetOltPortCounters_Port_ETHERNET_NNI GetOltPortCounters_PortType = 1
	GetOltPortCounters_Port_PON_OLT      GetOltPortCounters_PortType = 2
)

func (GetOltPortCounters_PortType) Descriptor added in v5.7.1

func (GetOltPortCounters_PortType) Enum added in v5.7.1

func (GetOltPortCounters_PortType) EnumDescriptor deprecated

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

Deprecated: Use GetOltPortCounters_PortType.Descriptor instead.

func (GetOltPortCounters_PortType) Number added in v5.7.1

func (GetOltPortCounters_PortType) String

func (GetOltPortCounters_PortType) Type added in v5.7.1

type GetOltRxPowerRequest

type GetOltRxPowerRequest struct {
	PortLabel string `protobuf:"bytes,1,opt,name=port_label,json=portLabel,proto3" json:"port_label,omitempty"`
	// onu_sn is optional and if onu_sn is an empty string and the label is
	// of a PON port then it means that the Rx Power corresponding to all
	// the ONUs on that PON port is requested. In case the port_label is not
	// of a PON port, the onu_sn does not have any significance
	OnuSn string `protobuf:"bytes,2,opt,name=onu_sn,json=onuSn,proto3" json:"onu_sn,omitempty"`
	// contains filtered or unexported fields
}

func (*GetOltRxPowerRequest) Descriptor deprecated

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

Deprecated: Use GetOltRxPowerRequest.ProtoReflect.Descriptor instead.

func (*GetOltRxPowerRequest) GetOnuSn

func (x *GetOltRxPowerRequest) GetOnuSn() string

func (*GetOltRxPowerRequest) GetPortLabel

func (x *GetOltRxPowerRequest) GetPortLabel() string

func (*GetOltRxPowerRequest) ProtoMessage

func (*GetOltRxPowerRequest) ProtoMessage()

func (*GetOltRxPowerRequest) ProtoReflect added in v5.7.1

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

func (*GetOltRxPowerRequest) Reset

func (x *GetOltRxPowerRequest) Reset()

func (*GetOltRxPowerRequest) String

func (x *GetOltRxPowerRequest) String() string

type GetOltRxPowerResponse

type GetOltRxPowerResponse struct {
	PortLabel string     `protobuf:"bytes,1,opt,name=port_label,json=portLabel,proto3" json:"port_label,omitempty"`
	RxPower   []*RxPower `protobuf:"bytes,2,rep,name=rx_power,json=rxPower,proto3" json:"rx_power,omitempty"`
	// contains filtered or unexported fields
}

func (*GetOltRxPowerResponse) Descriptor deprecated

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

Deprecated: Use GetOltRxPowerResponse.ProtoReflect.Descriptor instead.

func (*GetOltRxPowerResponse) GetPortLabel

func (x *GetOltRxPowerResponse) GetPortLabel() string

func (*GetOltRxPowerResponse) GetRxPower

func (x *GetOltRxPowerResponse) GetRxPower() []*RxPower

func (*GetOltRxPowerResponse) ProtoMessage

func (*GetOltRxPowerResponse) ProtoMessage()

func (*GetOltRxPowerResponse) ProtoReflect added in v5.7.1

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

func (*GetOltRxPowerResponse) Reset

func (x *GetOltRxPowerResponse) Reset()

func (*GetOltRxPowerResponse) String

func (x *GetOltRxPowerResponse) String() string

type GetOmciEthernetFrameExtendedPmRequest

type GetOmciEthernetFrameExtendedPmRequest struct {
	OnuDeviceId string `protobuf:"bytes,1,opt,name=onuDeviceId,proto3" json:"onuDeviceId,omitempty"`
	// Types that are valid to be assigned to IsUniIndex:
	//
	//	*GetOmciEthernetFrameExtendedPmRequest_UniIndex
	IsUniIndex isGetOmciEthernetFrameExtendedPmRequest_IsUniIndex `protobuf_oneof:"is_uni_index"`
	Reset_     bool                                               `protobuf:"varint,3,opt,name=reset,proto3" json:"reset,omitempty"`
	// contains filtered or unexported fields
}

func (*GetOmciEthernetFrameExtendedPmRequest) Descriptor deprecated

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

Deprecated: Use GetOmciEthernetFrameExtendedPmRequest.ProtoReflect.Descriptor instead.

func (*GetOmciEthernetFrameExtendedPmRequest) GetIsUniIndex

func (x *GetOmciEthernetFrameExtendedPmRequest) GetIsUniIndex() isGetOmciEthernetFrameExtendedPmRequest_IsUniIndex

func (*GetOmciEthernetFrameExtendedPmRequest) GetOnuDeviceId

func (x *GetOmciEthernetFrameExtendedPmRequest) GetOnuDeviceId() string

func (*GetOmciEthernetFrameExtendedPmRequest) GetReset_

func (*GetOmciEthernetFrameExtendedPmRequest) GetUniIndex

func (*GetOmciEthernetFrameExtendedPmRequest) ProtoMessage

func (*GetOmciEthernetFrameExtendedPmRequest) ProtoMessage()

func (*GetOmciEthernetFrameExtendedPmRequest) ProtoReflect added in v5.7.1

func (*GetOmciEthernetFrameExtendedPmRequest) Reset

func (*GetOmciEthernetFrameExtendedPmRequest) String

type GetOmciEthernetFrameExtendedPmRequest_UniIndex

type GetOmciEthernetFrameExtendedPmRequest_UniIndex struct {
	UniIndex uint32 `protobuf:"varint,2,opt,name=uniIndex,proto3,oneof"` // Index of the uni starting from 0
}

type GetOmciEthernetFrameExtendedPmResponse

type GetOmciEthernetFrameExtendedPmResponse struct {
	Upstream                          *OmciEthernetFrameExtendedPm                  `protobuf:"bytes,1,opt,name=upstream,proto3" json:"upstream,omitempty"`
	Downstream                        *OmciEthernetFrameExtendedPm                  `protobuf:"bytes,2,opt,name=downstream,proto3" json:"downstream,omitempty"`
	OmciEthernetFrameExtendedPmFormat GetOmciEthernetFrameExtendedPmResponse_Format `` /* 230-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetOmciEthernetFrameExtendedPmResponse) Descriptor deprecated

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

Deprecated: Use GetOmciEthernetFrameExtendedPmResponse.ProtoReflect.Descriptor instead.

func (*GetOmciEthernetFrameExtendedPmResponse) GetDownstream

func (*GetOmciEthernetFrameExtendedPmResponse) GetOmciEthernetFrameExtendedPmFormat

func (*GetOmciEthernetFrameExtendedPmResponse) GetUpstream

func (*GetOmciEthernetFrameExtendedPmResponse) ProtoMessage

func (*GetOmciEthernetFrameExtendedPmResponse) ProtoReflect added in v5.7.1

func (*GetOmciEthernetFrameExtendedPmResponse) Reset

func (*GetOmciEthernetFrameExtendedPmResponse) String

type GetOmciEthernetFrameExtendedPmResponse_Format

type GetOmciEthernetFrameExtendedPmResponse_Format int32
const (
	GetOmciEthernetFrameExtendedPmResponse_THIRTY_TWO_BIT GetOmciEthernetFrameExtendedPmResponse_Format = 0
	GetOmciEthernetFrameExtendedPmResponse_SIXTY_FOUR_BIT GetOmciEthernetFrameExtendedPmResponse_Format = 1
)

func (GetOmciEthernetFrameExtendedPmResponse_Format) Descriptor added in v5.7.1

func (GetOmciEthernetFrameExtendedPmResponse_Format) Enum added in v5.7.1

func (GetOmciEthernetFrameExtendedPmResponse_Format) EnumDescriptor deprecated

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

Deprecated: Use GetOmciEthernetFrameExtendedPmResponse_Format.Descriptor instead.

func (GetOmciEthernetFrameExtendedPmResponse_Format) Number added in v5.7.1

func (GetOmciEthernetFrameExtendedPmResponse_Format) String

func (GetOmciEthernetFrameExtendedPmResponse_Format) Type added in v5.7.1

type GetOnuAllocGemHistoryRequest added in v5.6.5

type GetOnuAllocGemHistoryRequest struct {
	Empty *emptypb.Empty `protobuf:"bytes,1,opt,name=empty,proto3" json:"empty,omitempty"`
	// contains filtered or unexported fields
}

GetOnuAllocGemHistoryRequest collects GEM and AllocId stats from ONU

func (*GetOnuAllocGemHistoryRequest) Descriptor deprecated added in v5.6.5

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

Deprecated: Use GetOnuAllocGemHistoryRequest.ProtoReflect.Descriptor instead.

func (*GetOnuAllocGemHistoryRequest) GetEmpty added in v5.6.5

func (*GetOnuAllocGemHistoryRequest) ProtoMessage added in v5.6.5

func (*GetOnuAllocGemHistoryRequest) ProtoMessage()

func (*GetOnuAllocGemHistoryRequest) ProtoReflect added in v5.7.1

func (*GetOnuAllocGemHistoryRequest) Reset added in v5.6.5

func (x *GetOnuAllocGemHistoryRequest) Reset()

func (*GetOnuAllocGemHistoryRequest) String added in v5.6.5

type GetOnuAllocGemHistoryResponse added in v5.6.5

type GetOnuAllocGemHistoryResponse struct {
	OnuAllocGemHistoryData []*OnuAllocGemHistoryData `protobuf:"bytes,1,rep,name=onuAllocGemHistoryData,proto3" json:"onuAllocGemHistoryData,omitempty"`
	// contains filtered or unexported fields
}

func (*GetOnuAllocGemHistoryResponse) Descriptor deprecated added in v5.6.5

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

Deprecated: Use GetOnuAllocGemHistoryResponse.ProtoReflect.Descriptor instead.

func (*GetOnuAllocGemHistoryResponse) GetOnuAllocGemHistoryData added in v5.6.5

func (x *GetOnuAllocGemHistoryResponse) GetOnuAllocGemHistoryData() []*OnuAllocGemHistoryData

func (*GetOnuAllocGemHistoryResponse) ProtoMessage added in v5.6.5

func (*GetOnuAllocGemHistoryResponse) ProtoMessage()

func (*GetOnuAllocGemHistoryResponse) ProtoReflect added in v5.7.1

func (*GetOnuAllocGemHistoryResponse) Reset added in v5.6.5

func (x *GetOnuAllocGemHistoryResponse) Reset()

func (*GetOnuAllocGemHistoryResponse) String added in v5.6.5

type GetOnuCountersRequest

type GetOnuCountersRequest struct {
	IntfId uint32 `protobuf:"fixed32,1,opt,name=intf_id,json=intfId,proto3" json:"intf_id,omitempty"`
	OnuId  uint32 `protobuf:"fixed32,2,opt,name=onu_id,json=onuId,proto3" json:"onu_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetOnuCountersRequest) Descriptor deprecated

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

Deprecated: Use GetOnuCountersRequest.ProtoReflect.Descriptor instead.

func (*GetOnuCountersRequest) GetIntfId

func (x *GetOnuCountersRequest) GetIntfId() uint32

func (*GetOnuCountersRequest) GetOnuId

func (x *GetOnuCountersRequest) GetOnuId() uint32

func (*GetOnuCountersRequest) ProtoMessage

func (*GetOnuCountersRequest) ProtoMessage()

func (*GetOnuCountersRequest) ProtoReflect added in v5.7.1

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

func (*GetOnuCountersRequest) Reset

func (x *GetOnuCountersRequest) Reset()

func (*GetOnuCountersRequest) String

func (x *GetOnuCountersRequest) String() string

type GetOnuCountersResponse

type GetOnuCountersResponse struct {

	// Types that are valid to be assigned to IsIntfId:
	//
	//	*GetOnuCountersResponse_IntfId
	IsIntfId isGetOnuCountersResponse_IsIntfId `protobuf_oneof:"is_intf_id"`
	// Types that are valid to be assigned to IsOnuId:
	//
	//	*GetOnuCountersResponse_OnuId
	IsOnuId isGetOnuCountersResponse_IsOnuId `protobuf_oneof:"is_onu_id"`
	// Types that are valid to be assigned to IsPositiveDrift:
	//
	//	*GetOnuCountersResponse_PositiveDrift
	IsPositiveDrift isGetOnuCountersResponse_IsPositiveDrift `protobuf_oneof:"is_positive_drift"`
	// Types that are valid to be assigned to IsNegativeDrift:
	//
	//	*GetOnuCountersResponse_NegativeDrift
	IsNegativeDrift isGetOnuCountersResponse_IsNegativeDrift `protobuf_oneof:"is_negative_drift"`
	// Types that are valid to be assigned to IsDelimiterMissDetection:
	//
	//	*GetOnuCountersResponse_DelimiterMissDetection
	IsDelimiterMissDetection isGetOnuCountersResponse_IsDelimiterMissDetection `protobuf_oneof:"is_delimiter_miss_detection"`
	// Types that are valid to be assigned to IsBipErrors:
	//
	//	*GetOnuCountersResponse_BipErrors
	IsBipErrors isGetOnuCountersResponse_IsBipErrors `protobuf_oneof:"is_bip_errors"`
	// Types that are valid to be assigned to IsBipUnits:
	//
	//	*GetOnuCountersResponse_BipUnits
	IsBipUnits isGetOnuCountersResponse_IsBipUnits `protobuf_oneof:"is_bip_units"`
	// Types that are valid to be assigned to IsFecCorrectedSymbols:
	//
	//	*GetOnuCountersResponse_FecCorrectedSymbols
	IsFecCorrectedSymbols isGetOnuCountersResponse_IsFecCorrectedSymbols `protobuf_oneof:"is_fec_corrected_symbols"`
	// Types that are valid to be assigned to IsFecCodewordsCorrected:
	//
	//	*GetOnuCountersResponse_FecCodewordsCorrected
	IsFecCodewordsCorrected isGetOnuCountersResponse_IsFecCodewordsCorrected `protobuf_oneof:"is_fec_codewords_corrected"`
	// Types that are valid to be assigned to IsFecCodewordsUncorrectable:
	//
	//	*GetOnuCountersResponse_FecCodewordsUncorrectable
	IsFecCodewordsUncorrectable isGetOnuCountersResponse_IsFecCodewordsUncorrectable `protobuf_oneof:"is_fec_codewords_uncorrectable"`
	// Types that are valid to be assigned to IsFecCodewords:
	//
	//	*GetOnuCountersResponse_FecCodewords
	IsFecCodewords isGetOnuCountersResponse_IsFecCodewords `protobuf_oneof:"is_fec_codewords"`
	// Types that are valid to be assigned to IsFecCorrectedUnits:
	//
	//	*GetOnuCountersResponse_FecCorrectedUnits
	IsFecCorrectedUnits isGetOnuCountersResponse_IsFecCorrectedUnits `protobuf_oneof:"is_fec_corrected_units"`
	// Types that are valid to be assigned to IsXgemKeyErrors:
	//
	//	*GetOnuCountersResponse_XgemKeyErrors
	IsXgemKeyErrors isGetOnuCountersResponse_IsXgemKeyErrors `protobuf_oneof:"is_xgem_key_errors"`
	// Types that are valid to be assigned to IsXgemLoss:
	//
	//	*GetOnuCountersResponse_XgemLoss
	IsXgemLoss isGetOnuCountersResponse_IsXgemLoss `protobuf_oneof:"is_xgem_loss"`
	// Types that are valid to be assigned to IsRxPloamsError:
	//
	//	*GetOnuCountersResponse_RxPloamsError
	IsRxPloamsError isGetOnuCountersResponse_IsRxPloamsError `protobuf_oneof:"is_rx_ploams_error"`
	// Types that are valid to be assigned to IsRxPloamsNonIdle:
	//
	//	*GetOnuCountersResponse_RxPloamsNonIdle
	IsRxPloamsNonIdle isGetOnuCountersResponse_IsRxPloamsNonIdle `protobuf_oneof:"is_rx_ploams_non_idle"`
	// Types that are valid to be assigned to IsRxOmci:
	//
	//	*GetOnuCountersResponse_RxOmci
	IsRxOmci isGetOnuCountersResponse_IsRxOmci `protobuf_oneof:"is_rx_omci"`
	// Types that are valid to be assigned to IsTxOmci:
	//
	//	*GetOnuCountersResponse_TxOmci
	IsTxOmci isGetOnuCountersResponse_IsTxOmci `protobuf_oneof:"is_tx_omci"`
	// Types that are valid to be assigned to IsRxOmciPacketsCrcError:
	//
	//	*GetOnuCountersResponse_RxOmciPacketsCrcError
	IsRxOmciPacketsCrcError isGetOnuCountersResponse_IsRxOmciPacketsCrcError `protobuf_oneof:"is_rx_omci_packets_crc_error"`
	// Types that are valid to be assigned to IsRxBytes:
	//
	//	*GetOnuCountersResponse_RxBytes
	IsRxBytes isGetOnuCountersResponse_IsRxBytes `protobuf_oneof:"is_rx_bytes"`
	// Types that are valid to be assigned to IsRxPackets:
	//
	//	*GetOnuCountersResponse_RxPackets
	IsRxPackets isGetOnuCountersResponse_IsRxPackets `protobuf_oneof:"is_rx_packets"`
	// Types that are valid to be assigned to IsTxBytes:
	//
	//	*GetOnuCountersResponse_TxBytes
	IsTxBytes isGetOnuCountersResponse_IsTxBytes `protobuf_oneof:"is_tx_bytes"`
	// Types that are valid to be assigned to IsTxPackets:
	//
	//	*GetOnuCountersResponse_TxPackets
	IsTxPackets isGetOnuCountersResponse_IsTxPackets `protobuf_oneof:"is_tx_packets"`
	// Types that are valid to be assigned to IsBerReported:
	//
	//	*GetOnuCountersResponse_BerReported
	IsBerReported isGetOnuCountersResponse_IsBerReported `protobuf_oneof:"is_ber_reported"`
	// Types that are valid to be assigned to IsLcdgErrors:
	//
	//	*GetOnuCountersResponse_LcdgErrors
	IsLcdgErrors isGetOnuCountersResponse_IsLcdgErrors `protobuf_oneof:"is_lcdg_errors"`
	// Types that are valid to be assigned to IsRdiErrors:
	//
	//	*GetOnuCountersResponse_RdiErrors
	IsRdiErrors isGetOnuCountersResponse_IsRdiErrors `protobuf_oneof:"is_rdi_errors"`
	// Types that are valid to be assigned to IsTimestamp:
	//
	//	*GetOnuCountersResponse_Timestamp
	IsTimestamp isGetOnuCountersResponse_IsTimestamp `protobuf_oneof:"is_timestamp"`
	// Types that are valid to be assigned to IsHecErrors:
	//
	//	*GetOnuCountersResponse_HecErrors
	IsHecErrors isGetOnuCountersResponse_IsHecErrors `protobuf_oneof:"is_hec_errors"`
	// contains filtered or unexported fields
}

func (*GetOnuCountersResponse) Descriptor deprecated

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

Deprecated: Use GetOnuCountersResponse.ProtoReflect.Descriptor instead.

func (*GetOnuCountersResponse) GetBerReported

func (x *GetOnuCountersResponse) GetBerReported() uint64

func (*GetOnuCountersResponse) GetBipErrors

func (x *GetOnuCountersResponse) GetBipErrors() uint64

func (*GetOnuCountersResponse) GetBipUnits

func (x *GetOnuCountersResponse) GetBipUnits() uint64

func (*GetOnuCountersResponse) GetDelimiterMissDetection

func (x *GetOnuCountersResponse) GetDelimiterMissDetection() uint64

func (*GetOnuCountersResponse) GetFecCodewords

func (x *GetOnuCountersResponse) GetFecCodewords() uint64

func (*GetOnuCountersResponse) GetFecCodewordsCorrected

func (x *GetOnuCountersResponse) GetFecCodewordsCorrected() uint64

func (*GetOnuCountersResponse) GetFecCodewordsUncorrectable

func (x *GetOnuCountersResponse) GetFecCodewordsUncorrectable() uint64

func (*GetOnuCountersResponse) GetFecCorrectedSymbols

func (x *GetOnuCountersResponse) GetFecCorrectedSymbols() uint64

func (*GetOnuCountersResponse) GetFecCorrectedUnits

func (x *GetOnuCountersResponse) GetFecCorrectedUnits() uint64

func (*GetOnuCountersResponse) GetHecErrors added in v5.6.8

func (x *GetOnuCountersResponse) GetHecErrors() uint64

func (*GetOnuCountersResponse) GetIntfId

func (x *GetOnuCountersResponse) GetIntfId() uint32

func (*GetOnuCountersResponse) GetIsBerReported

func (x *GetOnuCountersResponse) GetIsBerReported() isGetOnuCountersResponse_IsBerReported

func (*GetOnuCountersResponse) GetIsBipErrors

func (x *GetOnuCountersResponse) GetIsBipErrors() isGetOnuCountersResponse_IsBipErrors

func (*GetOnuCountersResponse) GetIsBipUnits

func (x *GetOnuCountersResponse) GetIsBipUnits() isGetOnuCountersResponse_IsBipUnits

func (*GetOnuCountersResponse) GetIsDelimiterMissDetection

func (x *GetOnuCountersResponse) GetIsDelimiterMissDetection() isGetOnuCountersResponse_IsDelimiterMissDetection

func (*GetOnuCountersResponse) GetIsFecCodewords

func (x *GetOnuCountersResponse) GetIsFecCodewords() isGetOnuCountersResponse_IsFecCodewords

func (*GetOnuCountersResponse) GetIsFecCodewordsCorrected

func (x *GetOnuCountersResponse) GetIsFecCodewordsCorrected() isGetOnuCountersResponse_IsFecCodewordsCorrected

func (*GetOnuCountersResponse) GetIsFecCodewordsUncorrectable

func (x *GetOnuCountersResponse) GetIsFecCodewordsUncorrectable() isGetOnuCountersResponse_IsFecCodewordsUncorrectable

func (*GetOnuCountersResponse) GetIsFecCorrectedSymbols

func (x *GetOnuCountersResponse) GetIsFecCorrectedSymbols() isGetOnuCountersResponse_IsFecCorrectedSymbols

func (*GetOnuCountersResponse) GetIsFecCorrectedUnits

func (x *GetOnuCountersResponse) GetIsFecCorrectedUnits() isGetOnuCountersResponse_IsFecCorrectedUnits

func (*GetOnuCountersResponse) GetIsHecErrors added in v5.6.8

func (x *GetOnuCountersResponse) GetIsHecErrors() isGetOnuCountersResponse_IsHecErrors

func (*GetOnuCountersResponse) GetIsIntfId

func (x *GetOnuCountersResponse) GetIsIntfId() isGetOnuCountersResponse_IsIntfId

func (*GetOnuCountersResponse) GetIsLcdgErrors

func (x *GetOnuCountersResponse) GetIsLcdgErrors() isGetOnuCountersResponse_IsLcdgErrors

func (*GetOnuCountersResponse) GetIsNegativeDrift

func (x *GetOnuCountersResponse) GetIsNegativeDrift() isGetOnuCountersResponse_IsNegativeDrift

func (*GetOnuCountersResponse) GetIsOnuId

func (x *GetOnuCountersResponse) GetIsOnuId() isGetOnuCountersResponse_IsOnuId

func (*GetOnuCountersResponse) GetIsPositiveDrift

func (x *GetOnuCountersResponse) GetIsPositiveDrift() isGetOnuCountersResponse_IsPositiveDrift

func (*GetOnuCountersResponse) GetIsRdiErrors

func (x *GetOnuCountersResponse) GetIsRdiErrors() isGetOnuCountersResponse_IsRdiErrors

func (*GetOnuCountersResponse) GetIsRxBytes

func (x *GetOnuCountersResponse) GetIsRxBytes() isGetOnuCountersResponse_IsRxBytes

func (*GetOnuCountersResponse) GetIsRxOmci

func (x *GetOnuCountersResponse) GetIsRxOmci() isGetOnuCountersResponse_IsRxOmci

func (*GetOnuCountersResponse) GetIsRxOmciPacketsCrcError

func (x *GetOnuCountersResponse) GetIsRxOmciPacketsCrcError() isGetOnuCountersResponse_IsRxOmciPacketsCrcError

func (*GetOnuCountersResponse) GetIsRxPackets

func (x *GetOnuCountersResponse) GetIsRxPackets() isGetOnuCountersResponse_IsRxPackets

func (*GetOnuCountersResponse) GetIsRxPloamsError

func (x *GetOnuCountersResponse) GetIsRxPloamsError() isGetOnuCountersResponse_IsRxPloamsError

func (*GetOnuCountersResponse) GetIsRxPloamsNonIdle

func (x *GetOnuCountersResponse) GetIsRxPloamsNonIdle() isGetOnuCountersResponse_IsRxPloamsNonIdle

func (*GetOnuCountersResponse) GetIsTimestamp

func (x *GetOnuCountersResponse) GetIsTimestamp() isGetOnuCountersResponse_IsTimestamp

func (*GetOnuCountersResponse) GetIsTxBytes

func (x *GetOnuCountersResponse) GetIsTxBytes() isGetOnuCountersResponse_IsTxBytes

func (*GetOnuCountersResponse) GetIsTxOmci

func (x *GetOnuCountersResponse) GetIsTxOmci() isGetOnuCountersResponse_IsTxOmci

func (*GetOnuCountersResponse) GetIsTxPackets

func (x *GetOnuCountersResponse) GetIsTxPackets() isGetOnuCountersResponse_IsTxPackets

func (*GetOnuCountersResponse) GetIsXgemKeyErrors

func (x *GetOnuCountersResponse) GetIsXgemKeyErrors() isGetOnuCountersResponse_IsXgemKeyErrors

func (*GetOnuCountersResponse) GetIsXgemLoss

func (x *GetOnuCountersResponse) GetIsXgemLoss() isGetOnuCountersResponse_IsXgemLoss

func (*GetOnuCountersResponse) GetLcdgErrors

func (x *GetOnuCountersResponse) GetLcdgErrors() uint64

func (*GetOnuCountersResponse) GetNegativeDrift

func (x *GetOnuCountersResponse) GetNegativeDrift() uint64

func (*GetOnuCountersResponse) GetOnuId

func (x *GetOnuCountersResponse) GetOnuId() uint32

func (*GetOnuCountersResponse) GetPositiveDrift

func (x *GetOnuCountersResponse) GetPositiveDrift() uint64

func (*GetOnuCountersResponse) GetRdiErrors

func (x *GetOnuCountersResponse) GetRdiErrors() uint64

func (*GetOnuCountersResponse) GetRxBytes

func (x *GetOnuCountersResponse) GetRxBytes() uint64

func (*GetOnuCountersResponse) GetRxOmci

func (x *GetOnuCountersResponse) GetRxOmci() uint64

func (*GetOnuCountersResponse) GetRxOmciPacketsCrcError

func (x *GetOnuCountersResponse) GetRxOmciPacketsCrcError() uint64

func (*GetOnuCountersResponse) GetRxPackets

func (x *GetOnuCountersResponse) GetRxPackets() uint64

func (*GetOnuCountersResponse) GetRxPloamsError

func (x *GetOnuCountersResponse) GetRxPloamsError() uint64

func (*GetOnuCountersResponse) GetRxPloamsNonIdle

func (x *GetOnuCountersResponse) GetRxPloamsNonIdle() uint64

func (*GetOnuCountersResponse) GetTimestamp

func (x *GetOnuCountersResponse) GetTimestamp() uint32

func (*GetOnuCountersResponse) GetTxBytes

func (x *GetOnuCountersResponse) GetTxBytes() uint64

func (*GetOnuCountersResponse) GetTxOmci

func (x *GetOnuCountersResponse) GetTxOmci() uint64

func (*GetOnuCountersResponse) GetTxPackets

func (x *GetOnuCountersResponse) GetTxPackets() uint64

func (*GetOnuCountersResponse) GetXgemKeyErrors

func (x *GetOnuCountersResponse) GetXgemKeyErrors() uint64

func (*GetOnuCountersResponse) GetXgemLoss

func (x *GetOnuCountersResponse) GetXgemLoss() uint64

func (*GetOnuCountersResponse) ProtoMessage

func (*GetOnuCountersResponse) ProtoMessage()

func (*GetOnuCountersResponse) ProtoReflect added in v5.7.1

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

func (*GetOnuCountersResponse) Reset

func (x *GetOnuCountersResponse) Reset()

func (*GetOnuCountersResponse) String

func (x *GetOnuCountersResponse) String() string

type GetOnuCountersResponse_BerReported

type GetOnuCountersResponse_BerReported struct {
	BerReported uint64 `protobuf:"fixed64,24,opt,name=ber_reported,json=berReported,proto3,oneof"`
}

type GetOnuCountersResponse_BipErrors

type GetOnuCountersResponse_BipErrors struct {
	BipErrors uint64 `protobuf:"fixed64,6,opt,name=bip_errors,json=bipErrors,proto3,oneof"`
}

type GetOnuCountersResponse_BipUnits

type GetOnuCountersResponse_BipUnits struct {
	BipUnits uint64 `protobuf:"fixed64,7,opt,name=bip_units,json=bipUnits,proto3,oneof"`
}

type GetOnuCountersResponse_DelimiterMissDetection

type GetOnuCountersResponse_DelimiterMissDetection struct {
	DelimiterMissDetection uint64 `protobuf:"fixed64,5,opt,name=delimiter_miss_detection,json=delimiterMissDetection,proto3,oneof"`
}

type GetOnuCountersResponse_FecCodewords

type GetOnuCountersResponse_FecCodewords struct {
	FecCodewords uint64 `protobuf:"fixed64,11,opt,name=fec_codewords,json=fecCodewords,proto3,oneof"`
}

type GetOnuCountersResponse_FecCodewordsCorrected

type GetOnuCountersResponse_FecCodewordsCorrected struct {
	FecCodewordsCorrected uint64 `protobuf:"fixed64,9,opt,name=fec_codewords_corrected,json=fecCodewordsCorrected,proto3,oneof"`
}

type GetOnuCountersResponse_FecCodewordsUncorrectable

type GetOnuCountersResponse_FecCodewordsUncorrectable struct {
	FecCodewordsUncorrectable uint64 `protobuf:"fixed64,10,opt,name=fec_codewords_uncorrectable,json=fecCodewordsUncorrectable,proto3,oneof"`
}

type GetOnuCountersResponse_FecCorrectedSymbols

type GetOnuCountersResponse_FecCorrectedSymbols struct {
	FecCorrectedSymbols uint64 `protobuf:"fixed64,8,opt,name=fec_corrected_symbols,json=fecCorrectedSymbols,proto3,oneof"`
}

type GetOnuCountersResponse_FecCorrectedUnits

type GetOnuCountersResponse_FecCorrectedUnits struct {
	FecCorrectedUnits uint64 `protobuf:"fixed64,12,opt,name=fec_corrected_units,json=fecCorrectedUnits,proto3,oneof"`
}

type GetOnuCountersResponse_HecErrors added in v5.6.8

type GetOnuCountersResponse_HecErrors struct {
	HecErrors uint64 `protobuf:"fixed64,28,opt,name=hec_errors,json=hecErrors,proto3,oneof"`
}

type GetOnuCountersResponse_IntfId

type GetOnuCountersResponse_IntfId struct {
	IntfId uint32 `protobuf:"fixed32,1,opt,name=intf_id,json=intfId,proto3,oneof"`
}

type GetOnuCountersResponse_LcdgErrors

type GetOnuCountersResponse_LcdgErrors struct {
	LcdgErrors uint64 `protobuf:"fixed64,25,opt,name=lcdg_errors,json=lcdgErrors,proto3,oneof"`
}

type GetOnuCountersResponse_NegativeDrift

type GetOnuCountersResponse_NegativeDrift struct {
	NegativeDrift uint64 `protobuf:"fixed64,4,opt,name=negative_drift,json=negativeDrift,proto3,oneof"`
}

type GetOnuCountersResponse_OnuId

type GetOnuCountersResponse_OnuId struct {
	OnuId uint32 `protobuf:"fixed32,2,opt,name=onu_id,json=onuId,proto3,oneof"`
}

type GetOnuCountersResponse_PositiveDrift

type GetOnuCountersResponse_PositiveDrift struct {
	PositiveDrift uint64 `protobuf:"fixed64,3,opt,name=positive_drift,json=positiveDrift,proto3,oneof"`
}

type GetOnuCountersResponse_RdiErrors

type GetOnuCountersResponse_RdiErrors struct {
	RdiErrors uint64 `protobuf:"fixed64,26,opt,name=rdi_errors,json=rdiErrors,proto3,oneof"`
}

type GetOnuCountersResponse_RxBytes

type GetOnuCountersResponse_RxBytes struct {
	RxBytes uint64 `protobuf:"fixed64,20,opt,name=rx_bytes,json=rxBytes,proto3,oneof"`
}

type GetOnuCountersResponse_RxOmci

type GetOnuCountersResponse_RxOmci struct {
	RxOmci uint64 `protobuf:"fixed64,17,opt,name=rx_omci,json=rxOmci,proto3,oneof"`
}

type GetOnuCountersResponse_RxOmciPacketsCrcError

type GetOnuCountersResponse_RxOmciPacketsCrcError struct {
	RxOmciPacketsCrcError uint64 `protobuf:"fixed64,19,opt,name=rx_omci_packets_crc_error,json=rxOmciPacketsCrcError,proto3,oneof"`
}

type GetOnuCountersResponse_RxPackets

type GetOnuCountersResponse_RxPackets struct {
	RxPackets uint64 `protobuf:"fixed64,21,opt,name=rx_packets,json=rxPackets,proto3,oneof"`
}

type GetOnuCountersResponse_RxPloamsError

type GetOnuCountersResponse_RxPloamsError struct {
	RxPloamsError uint64 `protobuf:"fixed64,15,opt,name=rx_ploams_error,json=rxPloamsError,proto3,oneof"`
}

type GetOnuCountersResponse_RxPloamsNonIdle

type GetOnuCountersResponse_RxPloamsNonIdle struct {
	RxPloamsNonIdle uint64 `protobuf:"fixed64,16,opt,name=rx_ploams_non_idle,json=rxPloamsNonIdle,proto3,oneof"`
}

type GetOnuCountersResponse_Timestamp

type GetOnuCountersResponse_Timestamp struct {
	// reported timestamp in seconds since epoch
	Timestamp uint32 `protobuf:"fixed32,27,opt,name=timestamp,proto3,oneof"`
}

type GetOnuCountersResponse_TxBytes

type GetOnuCountersResponse_TxBytes struct {
	TxBytes uint64 `protobuf:"fixed64,22,opt,name=tx_bytes,json=txBytes,proto3,oneof"`
}

type GetOnuCountersResponse_TxOmci

type GetOnuCountersResponse_TxOmci struct {
	TxOmci uint64 `protobuf:"fixed64,18,opt,name=tx_omci,json=txOmci,proto3,oneof"`
}

type GetOnuCountersResponse_TxPackets

type GetOnuCountersResponse_TxPackets struct {
	TxPackets uint64 `protobuf:"fixed64,23,opt,name=tx_packets,json=txPackets,proto3,oneof"`
}

type GetOnuCountersResponse_XgemKeyErrors

type GetOnuCountersResponse_XgemKeyErrors struct {
	XgemKeyErrors uint64 `protobuf:"fixed64,13,opt,name=xgem_key_errors,json=xgemKeyErrors,proto3,oneof"`
}

type GetOnuCountersResponse_XgemLoss

type GetOnuCountersResponse_XgemLoss struct {
	XgemLoss uint64 `protobuf:"fixed64,14,opt,name=xgem_loss,json=xgemLoss,proto3,oneof"`
}

type GetOnuEthernetBridgePortHistory

type GetOnuEthernetBridgePortHistory struct {
	Direction GetOnuEthernetBridgePortHistory_Direction `` /* 129-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetOnuEthernetBridgePortHistory) Descriptor deprecated

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

Deprecated: Use GetOnuEthernetBridgePortHistory.ProtoReflect.Descriptor instead.

func (*GetOnuEthernetBridgePortHistory) GetDirection

func (*GetOnuEthernetBridgePortHistory) ProtoMessage

func (*GetOnuEthernetBridgePortHistory) ProtoMessage()

func (*GetOnuEthernetBridgePortHistory) ProtoReflect added in v5.7.1

func (*GetOnuEthernetBridgePortHistory) Reset

func (*GetOnuEthernetBridgePortHistory) String

type GetOnuEthernetBridgePortHistoryResponse

type GetOnuEthernetBridgePortHistoryResponse struct {
	DropEvents              uint32 `protobuf:"varint,1,opt,name=dropEvents,proto3" json:"dropEvents,omitempty"`
	Octets                  uint32 `protobuf:"varint,2,opt,name=octets,proto3" json:"octets,omitempty"`
	Packets                 uint32 `protobuf:"varint,3,opt,name=packets,proto3" json:"packets,omitempty"`
	BroadcastPackets        uint32 `protobuf:"varint,4,opt,name=broadcastPackets,proto3" json:"broadcastPackets,omitempty"`
	MulticastPackets        uint32 `protobuf:"varint,5,opt,name=multicastPackets,proto3" json:"multicastPackets,omitempty"`
	CrcErroredPackets       uint32 `protobuf:"varint,6,opt,name=crcErroredPackets,proto3" json:"crcErroredPackets,omitempty"`
	UndersizePackets        uint32 `protobuf:"varint,7,opt,name=undersizePackets,proto3" json:"undersizePackets,omitempty"`
	OversizePackets         uint32 `protobuf:"varint,8,opt,name=oversizePackets,proto3" json:"oversizePackets,omitempty"`
	Packets64Octets         uint32 `protobuf:"varint,9,opt,name=packets64octets,proto3" json:"packets64octets,omitempty"`
	Packets65To127Octets    uint32 `protobuf:"varint,10,opt,name=packets65To127octets,proto3" json:"packets65To127octets,omitempty"`
	Packets128To255Octets   uint32 `protobuf:"varint,11,opt,name=packets128To255Octets,proto3" json:"packets128To255Octets,omitempty"`
	Packets256To511Octets   uint32 `protobuf:"varint,12,opt,name=packets256To511octets,proto3" json:"packets256To511octets,omitempty"`
	Packets512To1023Octets  uint32 `protobuf:"varint,13,opt,name=packets512To1023octets,proto3" json:"packets512To1023octets,omitempty"`
	Packets1024To1518Octets uint32 `protobuf:"varint,14,opt,name=packets1024To1518octets,proto3" json:"packets1024To1518octets,omitempty"`
	// contains filtered or unexported fields
}

func (*GetOnuEthernetBridgePortHistoryResponse) Descriptor deprecated

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

Deprecated: Use GetOnuEthernetBridgePortHistoryResponse.ProtoReflect.Descriptor instead.

func (*GetOnuEthernetBridgePortHistoryResponse) GetBroadcastPackets

func (x *GetOnuEthernetBridgePortHistoryResponse) GetBroadcastPackets() uint32

func (*GetOnuEthernetBridgePortHistoryResponse) GetCrcErroredPackets

func (x *GetOnuEthernetBridgePortHistoryResponse) GetCrcErroredPackets() uint32

func (*GetOnuEthernetBridgePortHistoryResponse) GetDropEvents

func (*GetOnuEthernetBridgePortHistoryResponse) GetMulticastPackets

func (x *GetOnuEthernetBridgePortHistoryResponse) GetMulticastPackets() uint32

func (*GetOnuEthernetBridgePortHistoryResponse) GetOctets

func (*GetOnuEthernetBridgePortHistoryResponse) GetOversizePackets

func (x *GetOnuEthernetBridgePortHistoryResponse) GetOversizePackets() uint32

func (*GetOnuEthernetBridgePortHistoryResponse) GetPackets

func (*GetOnuEthernetBridgePortHistoryResponse) GetPackets64Octets

func (x *GetOnuEthernetBridgePortHistoryResponse) GetPackets64Octets() uint32

func (*GetOnuEthernetBridgePortHistoryResponse) GetPackets65To127Octets

func (x *GetOnuEthernetBridgePortHistoryResponse) GetPackets65To127Octets() uint32

func (*GetOnuEthernetBridgePortHistoryResponse) GetPackets128To255Octets

func (x *GetOnuEthernetBridgePortHistoryResponse) GetPackets128To255Octets() uint32

func (*GetOnuEthernetBridgePortHistoryResponse) GetPackets256To511Octets

func (x *GetOnuEthernetBridgePortHistoryResponse) GetPackets256To511Octets() uint32

func (*GetOnuEthernetBridgePortHistoryResponse) GetPackets512To1023Octets

func (x *GetOnuEthernetBridgePortHistoryResponse) GetPackets512To1023Octets() uint32

func (*GetOnuEthernetBridgePortHistoryResponse) GetPackets1024To1518Octets

func (x *GetOnuEthernetBridgePortHistoryResponse) GetPackets1024To1518Octets() uint32

func (*GetOnuEthernetBridgePortHistoryResponse) GetUndersizePackets

func (x *GetOnuEthernetBridgePortHistoryResponse) GetUndersizePackets() uint32

func (*GetOnuEthernetBridgePortHistoryResponse) ProtoMessage

func (*GetOnuEthernetBridgePortHistoryResponse) ProtoReflect added in v5.7.1

func (*GetOnuEthernetBridgePortHistoryResponse) Reset

func (*GetOnuEthernetBridgePortHistoryResponse) String

type GetOnuEthernetBridgePortHistory_Direction

type GetOnuEthernetBridgePortHistory_Direction int32
const (
	GetOnuEthernetBridgePortHistory_UNDEFINED  GetOnuEthernetBridgePortHistory_Direction = 0
	GetOnuEthernetBridgePortHistory_UPSTREAM   GetOnuEthernetBridgePortHistory_Direction = 1
	GetOnuEthernetBridgePortHistory_DOWNSTREAM GetOnuEthernetBridgePortHistory_Direction = 2
)

func (GetOnuEthernetBridgePortHistory_Direction) Descriptor added in v5.7.1

func (GetOnuEthernetBridgePortHistory_Direction) Enum added in v5.7.1

func (GetOnuEthernetBridgePortHistory_Direction) EnumDescriptor deprecated

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

Deprecated: Use GetOnuEthernetBridgePortHistory_Direction.Descriptor instead.

func (GetOnuEthernetBridgePortHistory_Direction) Number added in v5.7.1

func (GetOnuEthernetBridgePortHistory_Direction) String

func (GetOnuEthernetBridgePortHistory_Direction) Type added in v5.7.1

type GetOnuFecHistory

type GetOnuFecHistory struct {
	Empty *emptypb.Empty `protobuf:"bytes,1,opt,name=empty,proto3" json:"empty,omitempty"`
	// contains filtered or unexported fields
}

func (*GetOnuFecHistory) Descriptor deprecated

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

Deprecated: Use GetOnuFecHistory.ProtoReflect.Descriptor instead.

func (*GetOnuFecHistory) GetEmpty

func (x *GetOnuFecHistory) GetEmpty() *emptypb.Empty

func (*GetOnuFecHistory) ProtoMessage

func (*GetOnuFecHistory) ProtoMessage()

func (*GetOnuFecHistory) ProtoReflect added in v5.7.1

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

func (*GetOnuFecHistory) Reset

func (x *GetOnuFecHistory) Reset()

func (*GetOnuFecHistory) String

func (x *GetOnuFecHistory) String() string

type GetOnuFecHistoryResponse

type GetOnuFecHistoryResponse struct {

	// Deprecated: uint32 cannot handle large counter values and will overflow.
	// Use fec_corrected_bytes_64 instead for full 64-bit precision.
	//
	// Deprecated: Marked as deprecated in voltha_protos/extensions.proto.
	CorrectedBytes uint32 `protobuf:"varint,1,opt,name=correctedBytes,proto3" json:"correctedBytes,omitempty"`
	// Deprecated: uint32 cannot handle large counter values and will overflow.
	// Use fec_corrected_code_words_64 instead for full 64-bit precision.
	//
	// Deprecated: Marked as deprecated in voltha_protos/extensions.proto.
	CorrectedCodeWords uint32 `protobuf:"varint,2,opt,name=correctedCodeWords,proto3" json:"correctedCodeWords,omitempty"`
	FecSeconds         uint32 `protobuf:"varint,3,opt,name=fecSeconds,proto3" json:"fecSeconds,omitempty"`
	// Deprecated: uint32 cannot handle large counter values and will overflow.
	// Use total_code_words_64 instead for full 64-bit precision.
	//
	// Deprecated: Marked as deprecated in voltha_protos/extensions.proto.
	TotalCodeWords uint32 `protobuf:"varint,4,opt,name=totalCodeWords,proto3" json:"totalCodeWords,omitempty"`
	// Deprecated: uint32 cannot handle large counter values and will overflow.
	// Use uncorrectable_code_words_64 instead for full 64-bit precision.
	//
	// Deprecated: Marked as deprecated in voltha_protos/extensions.proto.
	UncorrectableCodeWords    uint32 `protobuf:"varint,5,opt,name=uncorrectableCodeWords,proto3" json:"uncorrectableCodeWords,omitempty"`
	FecCorrectedBytes_64      uint64 `protobuf:"fixed64,6,opt,name=fec_corrected_bytes_64,json=fecCorrectedBytes64,proto3" json:"fec_corrected_bytes_64,omitempty"`
	FecCorrectedCodeWords_64  uint64 `` /* 138-byte string literal not displayed */
	TotalCodeWords_64         uint64 `protobuf:"fixed64,8,opt,name=total_code_words_64,json=totalCodeWords64,proto3" json:"total_code_words_64,omitempty"`
	UncorrectableCodeWords_64 uint64 `` /* 139-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetOnuFecHistoryResponse) Descriptor deprecated

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

Deprecated: Use GetOnuFecHistoryResponse.ProtoReflect.Descriptor instead.

func (*GetOnuFecHistoryResponse) GetCorrectedBytes deprecated

func (x *GetOnuFecHistoryResponse) GetCorrectedBytes() uint32

Deprecated: Marked as deprecated in voltha_protos/extensions.proto.

func (*GetOnuFecHistoryResponse) GetCorrectedCodeWords deprecated

func (x *GetOnuFecHistoryResponse) GetCorrectedCodeWords() uint32

Deprecated: Marked as deprecated in voltha_protos/extensions.proto.

func (*GetOnuFecHistoryResponse) GetFecCorrectedBytes_64 added in v5.6.8

func (x *GetOnuFecHistoryResponse) GetFecCorrectedBytes_64() uint64

func (*GetOnuFecHistoryResponse) GetFecCorrectedCodeWords_64 added in v5.6.8

func (x *GetOnuFecHistoryResponse) GetFecCorrectedCodeWords_64() uint64

func (*GetOnuFecHistoryResponse) GetFecSeconds

func (x *GetOnuFecHistoryResponse) GetFecSeconds() uint32

func (*GetOnuFecHistoryResponse) GetTotalCodeWords deprecated

func (x *GetOnuFecHistoryResponse) GetTotalCodeWords() uint32

Deprecated: Marked as deprecated in voltha_protos/extensions.proto.

func (*GetOnuFecHistoryResponse) GetTotalCodeWords_64 added in v5.6.8

func (x *GetOnuFecHistoryResponse) GetTotalCodeWords_64() uint64

func (*GetOnuFecHistoryResponse) GetUncorrectableCodeWords deprecated

func (x *GetOnuFecHistoryResponse) GetUncorrectableCodeWords() uint32

Deprecated: Marked as deprecated in voltha_protos/extensions.proto.

func (*GetOnuFecHistoryResponse) GetUncorrectableCodeWords_64 added in v5.6.8

func (x *GetOnuFecHistoryResponse) GetUncorrectableCodeWords_64() uint64

func (*GetOnuFecHistoryResponse) ProtoMessage

func (*GetOnuFecHistoryResponse) ProtoMessage()

func (*GetOnuFecHistoryResponse) ProtoReflect added in v5.7.1

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

func (*GetOnuFecHistoryResponse) Reset

func (x *GetOnuFecHistoryResponse) Reset()

func (*GetOnuFecHistoryResponse) String

func (x *GetOnuFecHistoryResponse) String() string

type GetOnuOmciActiveAlarmsRequest

type GetOnuOmciActiveAlarmsRequest struct {
	Empty *emptypb.Empty `protobuf:"bytes,1,opt,name=empty,proto3" json:"empty,omitempty"`
	// contains filtered or unexported fields
}

func (*GetOnuOmciActiveAlarmsRequest) Descriptor deprecated

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

Deprecated: Use GetOnuOmciActiveAlarmsRequest.ProtoReflect.Descriptor instead.

func (*GetOnuOmciActiveAlarmsRequest) GetEmpty

func (*GetOnuOmciActiveAlarmsRequest) ProtoMessage

func (*GetOnuOmciActiveAlarmsRequest) ProtoMessage()

func (*GetOnuOmciActiveAlarmsRequest) ProtoReflect added in v5.7.1

func (*GetOnuOmciActiveAlarmsRequest) Reset

func (x *GetOnuOmciActiveAlarmsRequest) Reset()

func (*GetOnuOmciActiveAlarmsRequest) String

type GetOnuOmciActiveAlarmsResponse

type GetOnuOmciActiveAlarmsResponse struct {
	ActiveAlarms []*AlarmData `protobuf:"bytes,1,rep,name=active_alarms,json=activeAlarms,proto3" json:"active_alarms,omitempty"`
	// contains filtered or unexported fields
}

func (*GetOnuOmciActiveAlarmsResponse) Descriptor deprecated

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

Deprecated: Use GetOnuOmciActiveAlarmsResponse.ProtoReflect.Descriptor instead.

func (*GetOnuOmciActiveAlarmsResponse) GetActiveAlarms

func (x *GetOnuOmciActiveAlarmsResponse) GetActiveAlarms() []*AlarmData

func (*GetOnuOmciActiveAlarmsResponse) ProtoMessage

func (*GetOnuOmciActiveAlarmsResponse) ProtoMessage()

func (*GetOnuOmciActiveAlarmsResponse) ProtoReflect added in v5.7.1

func (*GetOnuOmciActiveAlarmsResponse) Reset

func (x *GetOnuOmciActiveAlarmsResponse) Reset()

func (*GetOnuOmciActiveAlarmsResponse) String

type GetOnuOmciTxRxStatsRequest

type GetOnuOmciTxRxStatsRequest struct {
	Empty *emptypb.Empty `protobuf:"bytes,1,opt,name=empty,proto3" json:"empty,omitempty"`
	// contains filtered or unexported fields
}

func (*GetOnuOmciTxRxStatsRequest) Descriptor deprecated

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

Deprecated: Use GetOnuOmciTxRxStatsRequest.ProtoReflect.Descriptor instead.

func (*GetOnuOmciTxRxStatsRequest) GetEmpty

func (x *GetOnuOmciTxRxStatsRequest) GetEmpty() *emptypb.Empty

func (*GetOnuOmciTxRxStatsRequest) ProtoMessage

func (*GetOnuOmciTxRxStatsRequest) ProtoMessage()

func (*GetOnuOmciTxRxStatsRequest) ProtoReflect added in v5.7.1

func (*GetOnuOmciTxRxStatsRequest) Reset

func (x *GetOnuOmciTxRxStatsRequest) Reset()

func (*GetOnuOmciTxRxStatsRequest) String

func (x *GetOnuOmciTxRxStatsRequest) String() string

type GetOnuOmciTxRxStatsResponse

type GetOnuOmciTxRxStatsResponse struct {

	// OMCI baseline Tx frames with AR bit set
	BaseTxArFrames uint32 `protobuf:"varint,1,opt,name=base_tx_ar_frames,json=baseTxArFrames,proto3" json:"base_tx_ar_frames,omitempty"`
	// OMCI baseline Rx frames with AK bit set
	BaseRxAkFrames uint32 `protobuf:"varint,2,opt,name=base_rx_ak_frames,json=baseRxAkFrames,proto3" json:"base_rx_ak_frames,omitempty"`
	// OMCI baseline Tx frames with AR bit unset
	BaseTxNoArFrames uint32 `protobuf:"varint,3,opt,name=base_tx_no_ar_frames,json=baseTxNoArFrames,proto3" json:"base_tx_no_ar_frames,omitempty"`
	// OMCI baseline Rx frames with AK bit unset
	BaseRxNoAkFrames uint32 `protobuf:"varint,4,opt,name=base_rx_no_ak_frames,json=baseRxNoAkFrames,proto3" json:"base_rx_no_ak_frames,omitempty"`
	// OMCI extended Tx frames with AR bit set
	ExtTxArFrames uint32 `protobuf:"varint,5,opt,name=ext_tx_ar_frames,json=extTxArFrames,proto3" json:"ext_tx_ar_frames,omitempty"`
	// OMCI extended Rx frames with AK bit set
	ExtRxAkFrames uint32 `protobuf:"varint,6,opt,name=ext_rx_ak_frames,json=extRxAkFrames,proto3" json:"ext_rx_ak_frames,omitempty"`
	// OMCI extended Tx frames with AR bit unset
	ExtTxNoArFrames uint32 `protobuf:"varint,7,opt,name=ext_tx_no_ar_frames,json=extTxNoArFrames,proto3" json:"ext_tx_no_ar_frames,omitempty"`
	// OMCI extended Rx frames with AK bit unset
	ExtRxNoAkFrames uint32 `protobuf:"varint,8,opt,name=ext_rx_no_ak_frames,json=extRxNoAkFrames,proto3" json:"ext_rx_no_ak_frames,omitempty"`
	// Number of retries of requests (tx) due to not received responses (Rx)
	TxOmciCounterRetries uint32 `` /* 126-byte string literal not displayed */
	// Number of timeouts of requests (tx) due to not received responses (Rx) after configured number of retries
	TxOmciCounterTimeouts uint32 `` /* 130-byte string literal not displayed */
	// contains filtered or unexported fields
}

see ITU-T G.988 clause 11.2.2

func (*GetOnuOmciTxRxStatsResponse) Descriptor deprecated

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

Deprecated: Use GetOnuOmciTxRxStatsResponse.ProtoReflect.Descriptor instead.

func (*GetOnuOmciTxRxStatsResponse) GetBaseRxAkFrames

func (x *GetOnuOmciTxRxStatsResponse) GetBaseRxAkFrames() uint32

func (*GetOnuOmciTxRxStatsResponse) GetBaseRxNoAkFrames

func (x *GetOnuOmciTxRxStatsResponse) GetBaseRxNoAkFrames() uint32

func (*GetOnuOmciTxRxStatsResponse) GetBaseTxArFrames

func (x *GetOnuOmciTxRxStatsResponse) GetBaseTxArFrames() uint32

func (*GetOnuOmciTxRxStatsResponse) GetBaseTxNoArFrames

func (x *GetOnuOmciTxRxStatsResponse) GetBaseTxNoArFrames() uint32

func (*GetOnuOmciTxRxStatsResponse) GetExtRxAkFrames

func (x *GetOnuOmciTxRxStatsResponse) GetExtRxAkFrames() uint32

func (*GetOnuOmciTxRxStatsResponse) GetExtRxNoAkFrames

func (x *GetOnuOmciTxRxStatsResponse) GetExtRxNoAkFrames() uint32

func (*GetOnuOmciTxRxStatsResponse) GetExtTxArFrames

func (x *GetOnuOmciTxRxStatsResponse) GetExtTxArFrames() uint32

func (*GetOnuOmciTxRxStatsResponse) GetExtTxNoArFrames

func (x *GetOnuOmciTxRxStatsResponse) GetExtTxNoArFrames() uint32

func (*GetOnuOmciTxRxStatsResponse) GetTxOmciCounterRetries

func (x *GetOnuOmciTxRxStatsResponse) GetTxOmciCounterRetries() uint32

func (*GetOnuOmciTxRxStatsResponse) GetTxOmciCounterTimeouts

func (x *GetOnuOmciTxRxStatsResponse) GetTxOmciCounterTimeouts() uint32

func (*GetOnuOmciTxRxStatsResponse) ProtoMessage

func (*GetOnuOmciTxRxStatsResponse) ProtoMessage()

func (*GetOnuOmciTxRxStatsResponse) ProtoReflect added in v5.7.1

func (*GetOnuOmciTxRxStatsResponse) Reset

func (x *GetOnuOmciTxRxStatsResponse) Reset()

func (*GetOnuOmciTxRxStatsResponse) String

func (x *GetOnuOmciTxRxStatsResponse) String() string

type GetOnuPonOpticalInfo

type GetOnuPonOpticalInfo struct {
	Empty *emptypb.Empty `protobuf:"bytes,1,opt,name=empty,proto3" json:"empty,omitempty"`
	// contains filtered or unexported fields
}

func (*GetOnuPonOpticalInfo) Descriptor deprecated

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

Deprecated: Use GetOnuPonOpticalInfo.ProtoReflect.Descriptor instead.

func (*GetOnuPonOpticalInfo) GetEmpty

func (x *GetOnuPonOpticalInfo) GetEmpty() *emptypb.Empty

func (*GetOnuPonOpticalInfo) ProtoMessage

func (*GetOnuPonOpticalInfo) ProtoMessage()

func (*GetOnuPonOpticalInfo) ProtoReflect added in v5.7.1

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

func (*GetOnuPonOpticalInfo) Reset

func (x *GetOnuPonOpticalInfo) Reset()

func (*GetOnuPonOpticalInfo) String

func (x *GetOnuPonOpticalInfo) String() string

type GetOnuPonOpticalInfoResponse

type GetOnuPonOpticalInfoResponse struct {
	PowerFeedVoltage       float32 `protobuf:"fixed32,1,opt,name=powerFeedVoltage,proto3" json:"powerFeedVoltage,omitempty"`             // unit of value is voltage
	ReceivedOpticalPower   float32 `protobuf:"fixed32,2,opt,name=receivedOpticalPower,proto3" json:"receivedOpticalPower,omitempty"`     // unit of value is dBm
	MeanOpticalLaunchPower float32 `protobuf:"fixed32,3,opt,name=meanOpticalLaunchPower,proto3" json:"meanOpticalLaunchPower,omitempty"` // unit of value is dBm
	LaserBiasCurrent       float32 `protobuf:"fixed32,4,opt,name=laserBiasCurrent,proto3" json:"laserBiasCurrent,omitempty"`             // unit of value is milli-amphere (mA)
	Temperature            float32 `protobuf:"fixed32,5,opt,name=temperature,proto3" json:"temperature,omitempty"`                       // unit of value is degree celsius
	// contains filtered or unexported fields
}

These values correspond to the Optical Line Supervision Test results described in section A3.39.5 of ITU-T G.988 (11/2017) specification.

func (*GetOnuPonOpticalInfoResponse) Descriptor deprecated

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

Deprecated: Use GetOnuPonOpticalInfoResponse.ProtoReflect.Descriptor instead.

func (*GetOnuPonOpticalInfoResponse) GetLaserBiasCurrent

func (x *GetOnuPonOpticalInfoResponse) GetLaserBiasCurrent() float32

func (*GetOnuPonOpticalInfoResponse) GetMeanOpticalLaunchPower

func (x *GetOnuPonOpticalInfoResponse) GetMeanOpticalLaunchPower() float32

func (*GetOnuPonOpticalInfoResponse) GetPowerFeedVoltage

func (x *GetOnuPonOpticalInfoResponse) GetPowerFeedVoltage() float32

func (*GetOnuPonOpticalInfoResponse) GetReceivedOpticalPower

func (x *GetOnuPonOpticalInfoResponse) GetReceivedOpticalPower() float32

func (*GetOnuPonOpticalInfoResponse) GetTemperature

func (x *GetOnuPonOpticalInfoResponse) GetTemperature() float32

func (*GetOnuPonOpticalInfoResponse) ProtoMessage

func (*GetOnuPonOpticalInfoResponse) ProtoMessage()

func (*GetOnuPonOpticalInfoResponse) ProtoReflect added in v5.7.1

func (*GetOnuPonOpticalInfoResponse) Reset

func (x *GetOnuPonOpticalInfoResponse) Reset()

func (*GetOnuPonOpticalInfoResponse) String

type GetOnuStatsFromOltRequest added in v5.6.5

type GetOnuStatsFromOltRequest struct {
	IntfId uint32 `protobuf:"fixed32,1,opt,name=intfId,proto3" json:"intfId,omitempty"`
	OnuId  uint32 `protobuf:"fixed32,2,opt,name=onuId,proto3" json:"onuId,omitempty"`
	// contains filtered or unexported fields
}

GetOnuStatsFromOltRequest collects GEM and AllocId stats from the OLT for a particular ONU.

func (*GetOnuStatsFromOltRequest) Descriptor deprecated added in v5.6.5

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

Deprecated: Use GetOnuStatsFromOltRequest.ProtoReflect.Descriptor instead.

func (*GetOnuStatsFromOltRequest) GetIntfId added in v5.6.5

func (x *GetOnuStatsFromOltRequest) GetIntfId() uint32

func (*GetOnuStatsFromOltRequest) GetOnuId added in v5.6.5

func (x *GetOnuStatsFromOltRequest) GetOnuId() uint32

func (*GetOnuStatsFromOltRequest) ProtoMessage added in v5.6.5

func (*GetOnuStatsFromOltRequest) ProtoMessage()

func (*GetOnuStatsFromOltRequest) ProtoReflect added in v5.7.1

func (*GetOnuStatsFromOltRequest) Reset added in v5.6.5

func (x *GetOnuStatsFromOltRequest) Reset()

func (*GetOnuStatsFromOltRequest) String added in v5.6.5

func (x *GetOnuStatsFromOltRequest) String() string

type GetOnuStatsFromOltResponse added in v5.6.5

type GetOnuStatsFromOltResponse struct {
	AllocGemStatsInfo []*OnuAllocGemStatsFromOltResponse `protobuf:"bytes,1,rep,name=allocGemStatsInfo,proto3" json:"allocGemStatsInfo,omitempty"`
	// contains filtered or unexported fields
}

func (*GetOnuStatsFromOltResponse) Descriptor deprecated added in v5.6.5

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

Deprecated: Use GetOnuStatsFromOltResponse.ProtoReflect.Descriptor instead.

func (*GetOnuStatsFromOltResponse) GetAllocGemStatsInfo added in v5.6.5

func (x *GetOnuStatsFromOltResponse) GetAllocGemStatsInfo() []*OnuAllocGemStatsFromOltResponse

func (*GetOnuStatsFromOltResponse) ProtoMessage added in v5.6.5

func (*GetOnuStatsFromOltResponse) ProtoMessage()

func (*GetOnuStatsFromOltResponse) ProtoReflect added in v5.7.1

func (*GetOnuStatsFromOltResponse) Reset added in v5.6.5

func (x *GetOnuStatsFromOltResponse) Reset()

func (*GetOnuStatsFromOltResponse) String added in v5.6.5

func (x *GetOnuStatsFromOltResponse) String() string

type GetOnuUniInfoRequest

type GetOnuUniInfoRequest struct {
	UniIndex uint32 `protobuf:"varint,1,opt,name=uniIndex,proto3" json:"uniIndex,omitempty"` // Index of the uni starting from 0
	// contains filtered or unexported fields
}

func (*GetOnuUniInfoRequest) Descriptor deprecated

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

Deprecated: Use GetOnuUniInfoRequest.ProtoReflect.Descriptor instead.

func (*GetOnuUniInfoRequest) GetUniIndex

func (x *GetOnuUniInfoRequest) GetUniIndex() uint32

func (*GetOnuUniInfoRequest) ProtoMessage

func (*GetOnuUniInfoRequest) ProtoMessage()

func (*GetOnuUniInfoRequest) ProtoReflect added in v5.7.1

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

func (*GetOnuUniInfoRequest) Reset

func (x *GetOnuUniInfoRequest) Reset()

func (*GetOnuUniInfoRequest) String

func (x *GetOnuUniInfoRequest) String() string

type GetOnuUniInfoResponse

type GetOnuUniInfoResponse struct {
	AdmState  GetOnuUniInfoResponse_AdministrativeState `` /* 127-byte string literal not displayed */
	OperState GetOnuUniInfoResponse_OperationalState    `` /* 126-byte string literal not displayed */
	ConfigInd GetOnuUniInfoResponse_ConfigurationInd    `` /* 126-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetOnuUniInfoResponse) Descriptor deprecated

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

Deprecated: Use GetOnuUniInfoResponse.ProtoReflect.Descriptor instead.

func (*GetOnuUniInfoResponse) GetAdmState

func (*GetOnuUniInfoResponse) GetConfigInd

func (*GetOnuUniInfoResponse) GetOperState

func (*GetOnuUniInfoResponse) ProtoMessage

func (*GetOnuUniInfoResponse) ProtoMessage()

func (*GetOnuUniInfoResponse) ProtoReflect added in v5.7.1

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

func (*GetOnuUniInfoResponse) Reset

func (x *GetOnuUniInfoResponse) Reset()

func (*GetOnuUniInfoResponse) String

func (x *GetOnuUniInfoResponse) String() string

type GetOnuUniInfoResponse_AdministrativeState

type GetOnuUniInfoResponse_AdministrativeState int32
const (
	GetOnuUniInfoResponse_ADMSTATE_UNDEFINED GetOnuUniInfoResponse_AdministrativeState = 0
	GetOnuUniInfoResponse_LOCKED             GetOnuUniInfoResponse_AdministrativeState = 1
	GetOnuUniInfoResponse_UNLOCKED           GetOnuUniInfoResponse_AdministrativeState = 2
)

func (GetOnuUniInfoResponse_AdministrativeState) Descriptor added in v5.7.1

func (GetOnuUniInfoResponse_AdministrativeState) Enum added in v5.7.1

func (GetOnuUniInfoResponse_AdministrativeState) EnumDescriptor deprecated

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

Deprecated: Use GetOnuUniInfoResponse_AdministrativeState.Descriptor instead.

func (GetOnuUniInfoResponse_AdministrativeState) Number added in v5.7.1

func (GetOnuUniInfoResponse_AdministrativeState) String

func (GetOnuUniInfoResponse_AdministrativeState) Type added in v5.7.1

type GetOnuUniInfoResponse_ConfigurationInd

type GetOnuUniInfoResponse_ConfigurationInd int32
const (
	GetOnuUniInfoResponse_UNKOWN               GetOnuUniInfoResponse_ConfigurationInd = 0
	GetOnuUniInfoResponse_TEN_BASE_T_FDX       GetOnuUniInfoResponse_ConfigurationInd = 1
	GetOnuUniInfoResponse_HUNDRED_BASE_T_FDX   GetOnuUniInfoResponse_ConfigurationInd = 2
	GetOnuUniInfoResponse_GIGABIT_ETHERNET_FDX GetOnuUniInfoResponse_ConfigurationInd = 3
	GetOnuUniInfoResponse_TEN_G_ETHERNET_FDX   GetOnuUniInfoResponse_ConfigurationInd = 4
	GetOnuUniInfoResponse_TEN_BASE_T_HDX       GetOnuUniInfoResponse_ConfigurationInd = 5
	GetOnuUniInfoResponse_HUNDRED_BASE_T_HDX   GetOnuUniInfoResponse_ConfigurationInd = 6
	GetOnuUniInfoResponse_GIGABIT_ETHERNET_HDX GetOnuUniInfoResponse_ConfigurationInd = 7
)

func (GetOnuUniInfoResponse_ConfigurationInd) Descriptor added in v5.7.1

func (GetOnuUniInfoResponse_ConfigurationInd) Enum added in v5.7.1

func (GetOnuUniInfoResponse_ConfigurationInd) EnumDescriptor deprecated

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

Deprecated: Use GetOnuUniInfoResponse_ConfigurationInd.Descriptor instead.

func (GetOnuUniInfoResponse_ConfigurationInd) Number added in v5.7.1

func (GetOnuUniInfoResponse_ConfigurationInd) String

func (GetOnuUniInfoResponse_ConfigurationInd) Type added in v5.7.1

type GetOnuUniInfoResponse_OperationalState

type GetOnuUniInfoResponse_OperationalState int32
const (
	GetOnuUniInfoResponse_OPERSTATE_UNDEFINED GetOnuUniInfoResponse_OperationalState = 0
	GetOnuUniInfoResponse_ENABLED             GetOnuUniInfoResponse_OperationalState = 1
	GetOnuUniInfoResponse_DISABLED            GetOnuUniInfoResponse_OperationalState = 2
)

func (GetOnuUniInfoResponse_OperationalState) Descriptor added in v5.7.1

func (GetOnuUniInfoResponse_OperationalState) Enum added in v5.7.1

func (GetOnuUniInfoResponse_OperationalState) EnumDescriptor deprecated

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

Deprecated: Use GetOnuUniInfoResponse_OperationalState.Descriptor instead.

func (GetOnuUniInfoResponse_OperationalState) Number added in v5.7.1

func (GetOnuUniInfoResponse_OperationalState) String

func (GetOnuUniInfoResponse_OperationalState) Type added in v5.7.1

type GetPonStatsRequest added in v5.6.5

type GetPonStatsRequest struct {

	// Types that are valid to be assigned to PortInfo:
	//
	//	*GetPonStatsRequest_PortLabel
	//	*GetPonStatsRequest_PortId
	PortInfo isGetPonStatsRequest_PortInfo `protobuf_oneof:"portInfo"`
	// contains filtered or unexported fields
}

func (*GetPonStatsRequest) Descriptor deprecated added in v5.6.5

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

Deprecated: Use GetPonStatsRequest.ProtoReflect.Descriptor instead.

func (*GetPonStatsRequest) GetPortId added in v5.6.5

func (x *GetPonStatsRequest) GetPortId() uint32

func (*GetPonStatsRequest) GetPortInfo added in v5.6.5

func (x *GetPonStatsRequest) GetPortInfo() isGetPonStatsRequest_PortInfo

func (*GetPonStatsRequest) GetPortLabel added in v5.6.5

func (x *GetPonStatsRequest) GetPortLabel() string

func (*GetPonStatsRequest) ProtoMessage added in v5.6.5

func (*GetPonStatsRequest) ProtoMessage()

func (*GetPonStatsRequest) ProtoReflect added in v5.7.1

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

func (*GetPonStatsRequest) Reset added in v5.6.5

func (x *GetPonStatsRequest) Reset()

func (*GetPonStatsRequest) String added in v5.6.5

func (x *GetPonStatsRequest) String() string

type GetPonStatsRequest_PortId added in v5.6.5

type GetPonStatsRequest_PortId struct {
	PortId uint32 `protobuf:"fixed32,2,opt,name=portId,proto3,oneof"`
}

type GetPonStatsRequest_PortLabel added in v5.6.5

type GetPonStatsRequest_PortLabel struct {
	PortLabel string `protobuf:"bytes,1,opt,name=portLabel,proto3,oneof"`
}

type GetPonStatsResponse added in v5.6.5

type GetPonStatsResponse struct {
	PonPort        uint32                 `protobuf:"varint,1,opt,name=ponPort,proto3" json:"ponPort,omitempty"`
	PortStatistics *common.PortStatistics `protobuf:"bytes,2,opt,name=portStatistics,proto3" json:"portStatistics,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPonStatsResponse) Descriptor deprecated added in v5.6.5

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

Deprecated: Use GetPonStatsResponse.ProtoReflect.Descriptor instead.

func (*GetPonStatsResponse) GetPonPort added in v5.6.5

func (x *GetPonStatsResponse) GetPonPort() uint32

func (*GetPonStatsResponse) GetPortStatistics added in v5.6.5

func (x *GetPonStatsResponse) GetPortStatistics() *common.PortStatistics

func (*GetPonStatsResponse) ProtoMessage added in v5.6.5

func (*GetPonStatsResponse) ProtoMessage()

func (*GetPonStatsResponse) ProtoReflect added in v5.7.1

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

func (*GetPonStatsResponse) Reset added in v5.6.5

func (x *GetPonStatsResponse) Reset()

func (*GetPonStatsResponse) String added in v5.6.5

func (x *GetPonStatsResponse) String() string

type GetRxPowerRequest

type GetRxPowerRequest struct {
	IntfId uint32 `protobuf:"fixed32,1,opt,name=intf_id,json=intfId,proto3" json:"intf_id,omitempty"`
	OnuId  uint32 `protobuf:"fixed32,2,opt,name=onu_id,json=onuId,proto3" json:"onu_id,omitempty"`
	// contains filtered or unexported fields
}

DEPRECATED

func (*GetRxPowerRequest) Descriptor deprecated

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

Deprecated: Use GetRxPowerRequest.ProtoReflect.Descriptor instead.

func (*GetRxPowerRequest) GetIntfId

func (x *GetRxPowerRequest) GetIntfId() uint32

func (*GetRxPowerRequest) GetOnuId

func (x *GetRxPowerRequest) GetOnuId() uint32

func (*GetRxPowerRequest) ProtoMessage

func (*GetRxPowerRequest) ProtoMessage()

func (*GetRxPowerRequest) ProtoReflect added in v5.7.1

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

func (*GetRxPowerRequest) Reset

func (x *GetRxPowerRequest) Reset()

func (*GetRxPowerRequest) String

func (x *GetRxPowerRequest) String() string

type GetRxPowerResponse

type GetRxPowerResponse struct {
	IntfId     uint32  `protobuf:"fixed32,1,opt,name=intf_id,json=intfId,proto3" json:"intf_id,omitempty"`
	OnuId      uint32  `protobuf:"fixed32,2,opt,name=onu_id,json=onuId,proto3" json:"onu_id,omitempty"`
	Status     string  `protobuf:"bytes,3,opt,name=status,proto3" json:"status,omitempty"`
	FailReason string  `protobuf:"bytes,4,opt,name=fail_reason,json=failReason,proto3" json:"fail_reason,omitempty"`
	RxPower    float64 `protobuf:"fixed64,5,opt,name=rx_power,json=rxPower,proto3" json:"rx_power,omitempty"`
	// contains filtered or unexported fields
}

DEPRECATED

func (*GetRxPowerResponse) Descriptor deprecated

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

Deprecated: Use GetRxPowerResponse.ProtoReflect.Descriptor instead.

func (*GetRxPowerResponse) GetFailReason

func (x *GetRxPowerResponse) GetFailReason() string

func (*GetRxPowerResponse) GetIntfId

func (x *GetRxPowerResponse) GetIntfId() uint32

func (*GetRxPowerResponse) GetOnuId

func (x *GetRxPowerResponse) GetOnuId() uint32

func (*GetRxPowerResponse) GetRxPower

func (x *GetRxPowerResponse) GetRxPower() float64

func (*GetRxPowerResponse) GetStatus

func (x *GetRxPowerResponse) GetStatus() string

func (*GetRxPowerResponse) ProtoMessage

func (*GetRxPowerResponse) ProtoMessage()

func (*GetRxPowerResponse) ProtoReflect added in v5.7.1

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

func (*GetRxPowerResponse) Reset

func (x *GetRxPowerResponse) Reset()

func (*GetRxPowerResponse) String

func (x *GetRxPowerResponse) String() string

type GetValueRequest

type GetValueRequest struct {

	// Types that are valid to be assigned to Request:
	//
	//	*GetValueRequest_Distance
	//	*GetValueRequest_UniInfo
	//	*GetValueRequest_OltPortInfo
	//	*GetValueRequest_OnuOpticalInfo
	//	*GetValueRequest_EthBridgePort
	//	*GetValueRequest_FecHistory
	//	*GetValueRequest_OnuPonInfo
	//	*GetValueRequest_OnuInfo
	//	*GetValueRequest_RxPower
	//	*GetValueRequest_OnuOmciStats
	//	*GetValueRequest_OltRxPower
	//	*GetValueRequest_OnuActiveAlarms
	//	*GetValueRequest_OffloadedAppsStats
	//	*GetValueRequest_OnuAllocGemStats
	//	*GetValueRequest_OnuStatsFromOlt
	//	*GetValueRequest_OltPonStats
	//	*GetValueRequest_OltNniStats
	Request isGetValueRequest_Request `protobuf_oneof:"request"`
	// contains filtered or unexported fields
}

func (*GetValueRequest) Descriptor deprecated

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

Deprecated: Use GetValueRequest.ProtoReflect.Descriptor instead.

func (*GetValueRequest) GetDistance

func (x *GetValueRequest) GetDistance() *GetDistanceRequest

func (*GetValueRequest) GetEthBridgePort

func (x *GetValueRequest) GetEthBridgePort() *GetOnuEthernetBridgePortHistory

func (*GetValueRequest) GetFecHistory

func (x *GetValueRequest) GetFecHistory() *GetOnuFecHistory

func (*GetValueRequest) GetOffloadedAppsStats added in v5.6.0

func (x *GetValueRequest) GetOffloadedAppsStats() *GetOffloadedAppsStatisticsRequest

func (*GetValueRequest) GetOltNniStats added in v5.6.5

func (x *GetValueRequest) GetOltNniStats() *GetNNIStatsRequest

func (*GetValueRequest) GetOltPonStats added in v5.6.5

func (x *GetValueRequest) GetOltPonStats() *GetPonStatsRequest

func (*GetValueRequest) GetOltPortInfo

func (x *GetValueRequest) GetOltPortInfo() *GetOltPortCounters

func (*GetValueRequest) GetOltRxPower

func (x *GetValueRequest) GetOltRxPower() *GetOltRxPowerRequest

func (*GetValueRequest) GetOnuActiveAlarms

func (x *GetValueRequest) GetOnuActiveAlarms() *GetOnuOmciActiveAlarmsRequest

func (*GetValueRequest) GetOnuAllocGemStats added in v5.6.5

func (x *GetValueRequest) GetOnuAllocGemStats() *GetOnuAllocGemHistoryRequest

func (*GetValueRequest) GetOnuInfo

func (*GetValueRequest) GetOnuOmciStats

func (x *GetValueRequest) GetOnuOmciStats() *GetOnuOmciTxRxStatsRequest

func (*GetValueRequest) GetOnuOpticalInfo

func (x *GetValueRequest) GetOnuOpticalInfo() *GetOnuPonOpticalInfo

func (*GetValueRequest) GetOnuPonInfo

func (x *GetValueRequest) GetOnuPonInfo() *GetOnuCountersRequest

func (*GetValueRequest) GetOnuStatsFromOlt added in v5.6.5

func (x *GetValueRequest) GetOnuStatsFromOlt() *GetOnuStatsFromOltRequest

func (*GetValueRequest) GetRequest

func (x *GetValueRequest) GetRequest() isGetValueRequest_Request

func (*GetValueRequest) GetRxPower

func (x *GetValueRequest) GetRxPower() *GetRxPowerRequest

func (*GetValueRequest) GetUniInfo

func (x *GetValueRequest) GetUniInfo() *GetOnuUniInfoRequest

func (*GetValueRequest) ProtoMessage

func (*GetValueRequest) ProtoMessage()

func (*GetValueRequest) ProtoReflect added in v5.7.1

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

func (*GetValueRequest) Reset

func (x *GetValueRequest) Reset()

func (*GetValueRequest) String

func (x *GetValueRequest) String() string

type GetValueRequest_Distance

type GetValueRequest_Distance struct {
	Distance *GetDistanceRequest `protobuf:"bytes,1,opt,name=distance,proto3,oneof"`
}

type GetValueRequest_EthBridgePort

type GetValueRequest_EthBridgePort struct {
	// Corresponds to PmMetricId.ETHERNET_BRIDGE_PORT_HISTORY
	EthBridgePort *GetOnuEthernetBridgePortHistory `protobuf:"bytes,5,opt,name=ethBridgePort,proto3,oneof"`
}

type GetValueRequest_FecHistory

type GetValueRequest_FecHistory struct {
	// Corresponds to PmMetricId.FEC_HISTORY
	FecHistory *GetOnuFecHistory `protobuf:"bytes,6,opt,name=fecHistory,proto3,oneof"`
}

type GetValueRequest_OffloadedAppsStats added in v5.6.0

type GetValueRequest_OffloadedAppsStats struct {
	OffloadedAppsStats *GetOffloadedAppsStatisticsRequest `protobuf:"bytes,13,opt,name=offloadedAppsStats,proto3,oneof"`
}

type GetValueRequest_OltNniStats added in v5.6.5

type GetValueRequest_OltNniStats struct {
	OltNniStats *GetNNIStatsRequest `protobuf:"bytes,17,opt,name=oltNniStats,proto3,oneof"`
}

type GetValueRequest_OltPonStats added in v5.6.5

type GetValueRequest_OltPonStats struct {
	OltPonStats *GetPonStatsRequest `protobuf:"bytes,16,opt,name=oltPonStats,proto3,oneof"`
}

type GetValueRequest_OltPortInfo

type GetValueRequest_OltPortInfo struct {
	// Corresponds to PmMetricId.PON_PORT_COUNTERS, PmMetricId.NNI_PORT_COUNTERS
	OltPortInfo *GetOltPortCounters `protobuf:"bytes,3,opt,name=oltPortInfo,proto3,oneof"`
}

type GetValueRequest_OltRxPower

type GetValueRequest_OltRxPower struct {
	OltRxPower *GetOltRxPowerRequest `protobuf:"bytes,11,opt,name=oltRxPower,proto3,oneof"`
}

type GetValueRequest_OnuActiveAlarms

type GetValueRequest_OnuActiveAlarms struct {
	OnuActiveAlarms *GetOnuOmciActiveAlarmsRequest `protobuf:"bytes,12,opt,name=onuActiveAlarms,proto3,oneof"`
}

type GetValueRequest_OnuAllocGemStats added in v5.6.5

type GetValueRequest_OnuAllocGemStats struct {
	OnuAllocGemStats *GetOnuAllocGemHistoryRequest `protobuf:"bytes,14,opt,name=onuAllocGemStats,proto3,oneof"`
}

type GetValueRequest_OnuInfo

type GetValueRequest_OnuInfo struct {
	OnuInfo *GetOmciEthernetFrameExtendedPmRequest `protobuf:"bytes,8,opt,name=onuInfo,proto3,oneof"`
}

type GetValueRequest_OnuOmciStats

type GetValueRequest_OnuOmciStats struct {
	OnuOmciStats *GetOnuOmciTxRxStatsRequest `protobuf:"bytes,10,opt,name=onuOmciStats,proto3,oneof"`
}

type GetValueRequest_OnuOpticalInfo

type GetValueRequest_OnuOpticalInfo struct {
	// Corresponds to PmMetricId.PON_OPTICAL
	OnuOpticalInfo *GetOnuPonOpticalInfo `protobuf:"bytes,4,opt,name=onuOpticalInfo,proto3,oneof"`
}

type GetValueRequest_OnuPonInfo

type GetValueRequest_OnuPonInfo struct {
	OnuPonInfo *GetOnuCountersRequest `protobuf:"bytes,7,opt,name=onuPonInfo,proto3,oneof"`
}

type GetValueRequest_OnuStatsFromOlt added in v5.6.5

type GetValueRequest_OnuStatsFromOlt struct {
	OnuStatsFromOlt *GetOnuStatsFromOltRequest `protobuf:"bytes,15,opt,name=onuStatsFromOlt,proto3,oneof"`
}

type GetValueRequest_RxPower

type GetValueRequest_RxPower struct {
	RxPower *GetRxPowerRequest `protobuf:"bytes,9,opt,name=rxPower,proto3,oneof"` // This is deprecated
}

type GetValueRequest_UniInfo

type GetValueRequest_UniInfo struct {
	UniInfo *GetOnuUniInfoRequest `protobuf:"bytes,2,opt,name=uniInfo,proto3,oneof"`
}

type GetValueResponse

type GetValueResponse struct {
	Status    GetValueResponse_Status      `protobuf:"varint,1,opt,name=status,proto3,enum=extension.GetValueResponse_Status" json:"status,omitempty"`
	ErrReason GetValueResponse_ErrorReason `protobuf:"varint,2,opt,name=errReason,proto3,enum=extension.GetValueResponse_ErrorReason" json:"errReason,omitempty"`
	// Types that are valid to be assigned to Response:
	//
	//	*GetValueResponse_Distance
	//	*GetValueResponse_UniInfo
	//	*GetValueResponse_PortCoutners
	//	*GetValueResponse_OnuOpticalInfo
	//	*GetValueResponse_EthBridgePortInfo
	//	*GetValueResponse_FecHistory
	//	*GetValueResponse_OnuPonCounters
	//	*GetValueResponse_OnuCounters
	//	*GetValueResponse_RxPower
	//	*GetValueResponse_OnuOmciStats
	//	*GetValueResponse_OltRxPower
	//	*GetValueResponse_OnuActiveAlarms
	//	*GetValueResponse_OffloadedAppsStats
	//	*GetValueResponse_OnuAllocGemStatsResponse
	//	*GetValueResponse_OnuStatsFromOltResponse
	//	*GetValueResponse_OltPonStatsResponse
	//	*GetValueResponse_OltNniStatsResponse
	Response isGetValueResponse_Response `protobuf_oneof:"response"`
	// contains filtered or unexported fields
}

func (*GetValueResponse) Descriptor deprecated

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

Deprecated: Use GetValueResponse.ProtoReflect.Descriptor instead.

func (*GetValueResponse) GetDistance

func (x *GetValueResponse) GetDistance() *GetDistanceResponse

func (*GetValueResponse) GetErrReason

func (*GetValueResponse) GetEthBridgePortInfo

func (x *GetValueResponse) GetEthBridgePortInfo() *GetOnuEthernetBridgePortHistoryResponse

func (*GetValueResponse) GetFecHistory

func (x *GetValueResponse) GetFecHistory() *GetOnuFecHistoryResponse

func (*GetValueResponse) GetOffloadedAppsStats added in v5.6.0

func (x *GetValueResponse) GetOffloadedAppsStats() *GetOffloadedAppsStatisticsResponse

func (*GetValueResponse) GetOltNniStatsResponse added in v5.6.5

func (x *GetValueResponse) GetOltNniStatsResponse() *GetNNIStatsResponse

func (*GetValueResponse) GetOltPonStatsResponse added in v5.6.5

func (x *GetValueResponse) GetOltPonStatsResponse() *GetPonStatsResponse

func (*GetValueResponse) GetOltRxPower

func (x *GetValueResponse) GetOltRxPower() *GetOltRxPowerResponse

func (*GetValueResponse) GetOnuActiveAlarms

func (x *GetValueResponse) GetOnuActiveAlarms() *GetOnuOmciActiveAlarmsResponse

func (*GetValueResponse) GetOnuAllocGemStatsResponse added in v5.6.5

func (x *GetValueResponse) GetOnuAllocGemStatsResponse() *GetOnuAllocGemHistoryResponse

func (*GetValueResponse) GetOnuCounters

func (*GetValueResponse) GetOnuOmciStats

func (x *GetValueResponse) GetOnuOmciStats() *GetOnuOmciTxRxStatsResponse

func (*GetValueResponse) GetOnuOpticalInfo

func (x *GetValueResponse) GetOnuOpticalInfo() *GetOnuPonOpticalInfoResponse

func (*GetValueResponse) GetOnuPonCounters

func (x *GetValueResponse) GetOnuPonCounters() *GetOnuCountersResponse

func (*GetValueResponse) GetOnuStatsFromOltResponse added in v5.6.5

func (x *GetValueResponse) GetOnuStatsFromOltResponse() *GetOnuStatsFromOltResponse

func (*GetValueResponse) GetPortCoutners

func (x *GetValueResponse) GetPortCoutners() *GetOltPortCountersResponse

func (*GetValueResponse) GetResponse

func (x *GetValueResponse) GetResponse() isGetValueResponse_Response

func (*GetValueResponse) GetRxPower

func (x *GetValueResponse) GetRxPower() *GetRxPowerResponse

func (*GetValueResponse) GetStatus

func (*GetValueResponse) GetUniInfo

func (x *GetValueResponse) GetUniInfo() *GetOnuUniInfoResponse

func (*GetValueResponse) ProtoMessage

func (*GetValueResponse) ProtoMessage()

func (*GetValueResponse) ProtoReflect added in v5.7.1

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

func (*GetValueResponse) Reset

func (x *GetValueResponse) Reset()

func (*GetValueResponse) String

func (x *GetValueResponse) String() string

type GetValueResponse_Distance

type GetValueResponse_Distance struct {
	Distance *GetDistanceResponse `protobuf:"bytes,3,opt,name=distance,proto3,oneof"`
}

type GetValueResponse_ErrorReason

type GetValueResponse_ErrorReason int32
const (
	GetValueResponse_REASON_UNDEFINED  GetValueResponse_ErrorReason = 0
	GetValueResponse_UNSUPPORTED       GetValueResponse_ErrorReason = 1
	GetValueResponse_INVALID_DEVICE_ID GetValueResponse_ErrorReason = 2
	GetValueResponse_INVALID_PORT_TYPE GetValueResponse_ErrorReason = 3
	GetValueResponse_TIMEOUT           GetValueResponse_ErrorReason = 4
	GetValueResponse_INVALID_REQ_TYPE  GetValueResponse_ErrorReason = 5
	GetValueResponse_INTERNAL_ERROR    GetValueResponse_ErrorReason = 6
	GetValueResponse_INVALID_DEVICE    GetValueResponse_ErrorReason = 7
)

func (GetValueResponse_ErrorReason) Descriptor added in v5.7.1

func (GetValueResponse_ErrorReason) Enum added in v5.7.1

func (GetValueResponse_ErrorReason) EnumDescriptor deprecated

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

Deprecated: Use GetValueResponse_ErrorReason.Descriptor instead.

func (GetValueResponse_ErrorReason) Number added in v5.7.1

func (GetValueResponse_ErrorReason) String

func (GetValueResponse_ErrorReason) Type added in v5.7.1

type GetValueResponse_EthBridgePortInfo

type GetValueResponse_EthBridgePortInfo struct {
	EthBridgePortInfo *GetOnuEthernetBridgePortHistoryResponse `protobuf:"bytes,7,opt,name=ethBridgePortInfo,proto3,oneof"`
}

type GetValueResponse_FecHistory

type GetValueResponse_FecHistory struct {
	FecHistory *GetOnuFecHistoryResponse `protobuf:"bytes,8,opt,name=fecHistory,proto3,oneof"`
}

type GetValueResponse_OffloadedAppsStats added in v5.6.0

type GetValueResponse_OffloadedAppsStats struct {
	OffloadedAppsStats *GetOffloadedAppsStatisticsResponse `protobuf:"bytes,15,opt,name=offloadedAppsStats,proto3,oneof"`
}

type GetValueResponse_OltNniStatsResponse added in v5.6.5

type GetValueResponse_OltNniStatsResponse struct {
	OltNniStatsResponse *GetNNIStatsResponse `protobuf:"bytes,19,opt,name=oltNniStatsResponse,proto3,oneof"`
}

type GetValueResponse_OltPonStatsResponse added in v5.6.5

type GetValueResponse_OltPonStatsResponse struct {
	OltPonStatsResponse *GetPonStatsResponse `protobuf:"bytes,18,opt,name=oltPonStatsResponse,proto3,oneof"`
}

type GetValueResponse_OltRxPower

type GetValueResponse_OltRxPower struct {
	OltRxPower *GetOltRxPowerResponse `protobuf:"bytes,13,opt,name=oltRxPower,proto3,oneof"`
}

type GetValueResponse_OnuActiveAlarms

type GetValueResponse_OnuActiveAlarms struct {
	OnuActiveAlarms *GetOnuOmciActiveAlarmsResponse `protobuf:"bytes,14,opt,name=onuActiveAlarms,proto3,oneof"`
}

type GetValueResponse_OnuAllocGemStatsResponse added in v5.6.5

type GetValueResponse_OnuAllocGemStatsResponse struct {
	OnuAllocGemStatsResponse *GetOnuAllocGemHistoryResponse `protobuf:"bytes,16,opt,name=onuAllocGemStatsResponse,proto3,oneof"`
}

type GetValueResponse_OnuCounters

type GetValueResponse_OnuCounters struct {
	OnuCounters *GetOmciEthernetFrameExtendedPmResponse `protobuf:"bytes,10,opt,name=onuCounters,proto3,oneof"`
}

type GetValueResponse_OnuOmciStats

type GetValueResponse_OnuOmciStats struct {
	OnuOmciStats *GetOnuOmciTxRxStatsResponse `protobuf:"bytes,12,opt,name=onuOmciStats,proto3,oneof"`
}

type GetValueResponse_OnuOpticalInfo

type GetValueResponse_OnuOpticalInfo struct {
	OnuOpticalInfo *GetOnuPonOpticalInfoResponse `protobuf:"bytes,6,opt,name=onuOpticalInfo,proto3,oneof"`
}

type GetValueResponse_OnuPonCounters

type GetValueResponse_OnuPonCounters struct {
	OnuPonCounters *GetOnuCountersResponse `protobuf:"bytes,9,opt,name=onuPonCounters,proto3,oneof"`
}

type GetValueResponse_OnuStatsFromOltResponse added in v5.6.5

type GetValueResponse_OnuStatsFromOltResponse struct {
	OnuStatsFromOltResponse *GetOnuStatsFromOltResponse `protobuf:"bytes,17,opt,name=onuStatsFromOltResponse,proto3,oneof"`
}

type GetValueResponse_PortCoutners

type GetValueResponse_PortCoutners struct {
	PortCoutners *GetOltPortCountersResponse `protobuf:"bytes,5,opt,name=portCoutners,proto3,oneof"`
}

type GetValueResponse_RxPower

type GetValueResponse_RxPower struct {
	RxPower *GetRxPowerResponse `protobuf:"bytes,11,opt,name=rxPower,proto3,oneof"` // This is DEPRECATED
}

type GetValueResponse_Status

type GetValueResponse_Status int32
const (
	GetValueResponse_STATUS_UNDEFINED GetValueResponse_Status = 0
	GetValueResponse_OK               GetValueResponse_Status = 1
	GetValueResponse_ERROR            GetValueResponse_Status = 2
)

func (GetValueResponse_Status) Descriptor added in v5.7.1

func (GetValueResponse_Status) Enum added in v5.7.1

func (GetValueResponse_Status) EnumDescriptor deprecated

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

Deprecated: Use GetValueResponse_Status.Descriptor instead.

func (GetValueResponse_Status) Number added in v5.7.1

func (GetValueResponse_Status) String

func (x GetValueResponse_Status) String() string

func (GetValueResponse_Status) Type added in v5.7.1

type GetValueResponse_UniInfo

type GetValueResponse_UniInfo struct {
	UniInfo *GetOnuUniInfoResponse `protobuf:"bytes,4,opt,name=uniInfo,proto3,oneof"`
}

type OmciEthernetFrameExtendedPm

type OmciEthernetFrameExtendedPm struct {
	DropEvents               uint64 `protobuf:"fixed64,1,opt,name=drop_events,json=dropEvents,proto3" json:"drop_events,omitempty"`
	Octets                   uint64 `protobuf:"fixed64,2,opt,name=octets,proto3" json:"octets,omitempty"`
	Frames                   uint64 `protobuf:"fixed64,3,opt,name=frames,proto3" json:"frames,omitempty"`
	BroadcastFrames          uint64 `protobuf:"fixed64,4,opt,name=broadcast_frames,json=broadcastFrames,proto3" json:"broadcast_frames,omitempty"`
	MulticastFrames          uint64 `protobuf:"fixed64,5,opt,name=multicast_frames,json=multicastFrames,proto3" json:"multicast_frames,omitempty"`
	CrcErroredFrames         uint64 `protobuf:"fixed64,6,opt,name=crc_errored_frames,json=crcErroredFrames,proto3" json:"crc_errored_frames,omitempty"`
	UndersizeFrames          uint64 `protobuf:"fixed64,7,opt,name=undersize_frames,json=undersizeFrames,proto3" json:"undersize_frames,omitempty"`
	OversizeFrames           uint64 `protobuf:"fixed64,8,opt,name=oversize_frames,json=oversizeFrames,proto3" json:"oversize_frames,omitempty"`
	Frames_64Octets          uint64 `protobuf:"fixed64,9,opt,name=frames_64_octets,json=frames64Octets,proto3" json:"frames_64_octets,omitempty"`
	Frames_65To_127Octets    uint64 `` /* 127-byte string literal not displayed */
	Frames_128To_255Octets   uint64 `` /* 130-byte string literal not displayed */
	Frames_256To_511Octets   uint64 `` /* 130-byte string literal not displayed */
	Frames_512To_1023Octets  uint64 `` /* 133-byte string literal not displayed */
	Frames_1024To_1518Octets uint64 `` /* 136-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*OmciEthernetFrameExtendedPm) Descriptor deprecated

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

Deprecated: Use OmciEthernetFrameExtendedPm.ProtoReflect.Descriptor instead.

func (*OmciEthernetFrameExtendedPm) GetBroadcastFrames

func (x *OmciEthernetFrameExtendedPm) GetBroadcastFrames() uint64

func (*OmciEthernetFrameExtendedPm) GetCrcErroredFrames

func (x *OmciEthernetFrameExtendedPm) GetCrcErroredFrames() uint64

func (*OmciEthernetFrameExtendedPm) GetDropEvents

func (x *OmciEthernetFrameExtendedPm) GetDropEvents() uint64

func (*OmciEthernetFrameExtendedPm) GetFrames

func (x *OmciEthernetFrameExtendedPm) GetFrames() uint64

func (*OmciEthernetFrameExtendedPm) GetFrames_64Octets

func (x *OmciEthernetFrameExtendedPm) GetFrames_64Octets() uint64

func (*OmciEthernetFrameExtendedPm) GetFrames_65To_127Octets

func (x *OmciEthernetFrameExtendedPm) GetFrames_65To_127Octets() uint64

func (*OmciEthernetFrameExtendedPm) GetFrames_128To_255Octets

func (x *OmciEthernetFrameExtendedPm) GetFrames_128To_255Octets() uint64

func (*OmciEthernetFrameExtendedPm) GetFrames_256To_511Octets

func (x *OmciEthernetFrameExtendedPm) GetFrames_256To_511Octets() uint64

func (*OmciEthernetFrameExtendedPm) GetFrames_512To_1023Octets

func (x *OmciEthernetFrameExtendedPm) GetFrames_512To_1023Octets() uint64

func (*OmciEthernetFrameExtendedPm) GetFrames_1024To_1518Octets

func (x *OmciEthernetFrameExtendedPm) GetFrames_1024To_1518Octets() uint64

func (*OmciEthernetFrameExtendedPm) GetMulticastFrames

func (x *OmciEthernetFrameExtendedPm) GetMulticastFrames() uint64

func (*OmciEthernetFrameExtendedPm) GetOctets

func (x *OmciEthernetFrameExtendedPm) GetOctets() uint64

func (*OmciEthernetFrameExtendedPm) GetOversizeFrames

func (x *OmciEthernetFrameExtendedPm) GetOversizeFrames() uint64

func (*OmciEthernetFrameExtendedPm) GetUndersizeFrames

func (x *OmciEthernetFrameExtendedPm) GetUndersizeFrames() uint64

func (*OmciEthernetFrameExtendedPm) ProtoMessage

func (*OmciEthernetFrameExtendedPm) ProtoMessage()

func (*OmciEthernetFrameExtendedPm) ProtoReflect added in v5.7.1

func (*OmciEthernetFrameExtendedPm) Reset

func (x *OmciEthernetFrameExtendedPm) Reset()

func (*OmciEthernetFrameExtendedPm) String

func (x *OmciEthernetFrameExtendedPm) String() string

type OnuAllocGemHistoryData added in v5.6.5

type OnuAllocGemHistoryData struct {
	OnuAllocIdInfo *OnuAllocHistoryData     `protobuf:"bytes,1,opt,name=onuAllocIdInfo,proto3" json:"onuAllocIdInfo,omitempty"`
	GemPortInfo    []*OnuGemPortHistoryData `protobuf:"bytes,2,rep,name=gemPortInfo,proto3" json:"gemPortInfo,omitempty"`
	// contains filtered or unexported fields
}

func (*OnuAllocGemHistoryData) Descriptor deprecated added in v5.6.5

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

Deprecated: Use OnuAllocGemHistoryData.ProtoReflect.Descriptor instead.

func (*OnuAllocGemHistoryData) GetGemPortInfo added in v5.6.5

func (x *OnuAllocGemHistoryData) GetGemPortInfo() []*OnuGemPortHistoryData

func (*OnuAllocGemHistoryData) GetOnuAllocIdInfo added in v5.6.5

func (x *OnuAllocGemHistoryData) GetOnuAllocIdInfo() *OnuAllocHistoryData

func (*OnuAllocGemHistoryData) ProtoMessage added in v5.6.5

func (*OnuAllocGemHistoryData) ProtoMessage()

func (*OnuAllocGemHistoryData) ProtoReflect added in v5.7.1

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

func (*OnuAllocGemHistoryData) Reset added in v5.6.5

func (x *OnuAllocGemHistoryData) Reset()

func (*OnuAllocGemHistoryData) String added in v5.6.5

func (x *OnuAllocGemHistoryData) String() string

type OnuAllocGemStatsFromOltResponse added in v5.6.5

type OnuAllocGemStatsFromOltResponse struct {
	AllocIdInfo *OnuAllocIdInfoFromOlt   `protobuf:"bytes,1,opt,name=allocIdInfo,proto3" json:"allocIdInfo,omitempty"`
	GemPortInfo []*OnuGemPortInfoFromOlt `protobuf:"bytes,2,rep,name=gemPortInfo,proto3" json:"gemPortInfo,omitempty"`
	// contains filtered or unexported fields
}

func (*OnuAllocGemStatsFromOltResponse) Descriptor deprecated added in v5.6.5

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

Deprecated: Use OnuAllocGemStatsFromOltResponse.ProtoReflect.Descriptor instead.

func (*OnuAllocGemStatsFromOltResponse) GetAllocIdInfo added in v5.6.5

func (*OnuAllocGemStatsFromOltResponse) GetGemPortInfo added in v5.6.5

func (*OnuAllocGemStatsFromOltResponse) ProtoMessage added in v5.6.5

func (*OnuAllocGemStatsFromOltResponse) ProtoMessage()

func (*OnuAllocGemStatsFromOltResponse) ProtoReflect added in v5.7.1

func (*OnuAllocGemStatsFromOltResponse) Reset added in v5.6.5

func (*OnuAllocGemStatsFromOltResponse) String added in v5.6.5

type OnuAllocHistoryData added in v5.6.5

type OnuAllocHistoryData struct {
	AllocId uint32 `protobuf:"varint,1,opt,name=allocId,proto3" json:"allocId,omitempty"`
	RxBytes uint32 `protobuf:"varint,2,opt,name=rxBytes,proto3" json:"rxBytes,omitempty"`
	// contains filtered or unexported fields
}

func (*OnuAllocHistoryData) Descriptor deprecated added in v5.6.5

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

Deprecated: Use OnuAllocHistoryData.ProtoReflect.Descriptor instead.

func (*OnuAllocHistoryData) GetAllocId added in v5.6.5

func (x *OnuAllocHistoryData) GetAllocId() uint32

func (*OnuAllocHistoryData) GetRxBytes added in v5.6.5

func (x *OnuAllocHistoryData) GetRxBytes() uint32

func (*OnuAllocHistoryData) ProtoMessage added in v5.6.5

func (*OnuAllocHistoryData) ProtoMessage()

func (*OnuAllocHistoryData) ProtoReflect added in v5.7.1

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

func (*OnuAllocHistoryData) Reset added in v5.6.5

func (x *OnuAllocHistoryData) Reset()

func (*OnuAllocHistoryData) String added in v5.6.5

func (x *OnuAllocHistoryData) String() string

type OnuAllocIdInfoFromOlt added in v5.6.5

type OnuAllocIdInfoFromOlt struct {
	AllocId uint32 `protobuf:"varint,1,opt,name=allocId,proto3" json:"allocId,omitempty"`
	RxBytes uint64 `protobuf:"varint,2,opt,name=rxBytes,proto3" json:"rxBytes,omitempty"`
	// contains filtered or unexported fields
}

func (*OnuAllocIdInfoFromOlt) Descriptor deprecated added in v5.6.5

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

Deprecated: Use OnuAllocIdInfoFromOlt.ProtoReflect.Descriptor instead.

func (*OnuAllocIdInfoFromOlt) GetAllocId added in v5.6.5

func (x *OnuAllocIdInfoFromOlt) GetAllocId() uint32

func (*OnuAllocIdInfoFromOlt) GetRxBytes added in v5.6.5

func (x *OnuAllocIdInfoFromOlt) GetRxBytes() uint64

func (*OnuAllocIdInfoFromOlt) ProtoMessage added in v5.6.5

func (*OnuAllocIdInfoFromOlt) ProtoMessage()

func (*OnuAllocIdInfoFromOlt) ProtoReflect added in v5.7.1

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

func (*OnuAllocIdInfoFromOlt) Reset added in v5.6.5

func (x *OnuAllocIdInfoFromOlt) Reset()

func (*OnuAllocIdInfoFromOlt) String added in v5.6.5

func (x *OnuAllocIdInfoFromOlt) String() string

type OnuGemPortHistoryData added in v5.6.5

type OnuGemPortHistoryData struct {
	GemId                uint32 `protobuf:"varint,1,opt,name=gemId,proto3" json:"gemId,omitempty"`
	TransmittedGEMFrames uint32 `protobuf:"varint,2,opt,name=transmittedGEMFrames,proto3" json:"transmittedGEMFrames,omitempty"`
	ReceivedGEMFrames    uint32 `protobuf:"varint,3,opt,name=receivedGEMFrames,proto3" json:"receivedGEMFrames,omitempty"`
	// Deprecated: uint32 cannot handle large byte counters and will overflow after ~4GB.
	// Use received_payload_bytes_64 instead for full 64-bit precision.
	//
	// Deprecated: Marked as deprecated in voltha_protos/extensions.proto.
	ReceivedPayloadBytes uint32 `protobuf:"varint,4,opt,name=receivedPayloadBytes,proto3" json:"receivedPayloadBytes,omitempty"`
	// Deprecated: uint32 cannot handle large byte counters and will overflow after ~4GB.
	// Use transmitted_payload_bytes_64 instead for full 64-bit precision.
	//
	// Deprecated: Marked as deprecated in voltha_protos/extensions.proto.
	TransmittedPayloadBytes    uint32 `protobuf:"varint,5,opt,name=transmittedPayloadBytes,proto3" json:"transmittedPayloadBytes,omitempty"`
	EncryptionKeyErrors        uint32 `protobuf:"varint,6,opt,name=encryptionKeyErrors,proto3" json:"encryptionKeyErrors,omitempty"`
	ReceivedPayloadBytes_64    uint64 `` /* 133-byte string literal not displayed */
	TransmittedPayloadBytes_64 uint64 `` /* 142-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*OnuGemPortHistoryData) Descriptor deprecated added in v5.6.5

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

Deprecated: Use OnuGemPortHistoryData.ProtoReflect.Descriptor instead.

func (*OnuGemPortHistoryData) GetEncryptionKeyErrors added in v5.6.5

func (x *OnuGemPortHistoryData) GetEncryptionKeyErrors() uint32

func (*OnuGemPortHistoryData) GetGemId added in v5.6.5

func (x *OnuGemPortHistoryData) GetGemId() uint32

func (*OnuGemPortHistoryData) GetReceivedGEMFrames added in v5.6.5

func (x *OnuGemPortHistoryData) GetReceivedGEMFrames() uint32

func (*OnuGemPortHistoryData) GetReceivedPayloadBytes deprecated added in v5.6.5

func (x *OnuGemPortHistoryData) GetReceivedPayloadBytes() uint32

Deprecated: Marked as deprecated in voltha_protos/extensions.proto.

func (*OnuGemPortHistoryData) GetReceivedPayloadBytes_64 added in v5.6.8

func (x *OnuGemPortHistoryData) GetReceivedPayloadBytes_64() uint64

func (*OnuGemPortHistoryData) GetTransmittedGEMFrames added in v5.6.5

func (x *OnuGemPortHistoryData) GetTransmittedGEMFrames() uint32

func (*OnuGemPortHistoryData) GetTransmittedPayloadBytes deprecated added in v5.6.5

func (x *OnuGemPortHistoryData) GetTransmittedPayloadBytes() uint32

Deprecated: Marked as deprecated in voltha_protos/extensions.proto.

func (*OnuGemPortHistoryData) GetTransmittedPayloadBytes_64 added in v5.6.8

func (x *OnuGemPortHistoryData) GetTransmittedPayloadBytes_64() uint64

func (*OnuGemPortHistoryData) ProtoMessage added in v5.6.5

func (*OnuGemPortHistoryData) ProtoMessage()

func (*OnuGemPortHistoryData) ProtoReflect added in v5.7.1

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

func (*OnuGemPortHistoryData) Reset added in v5.6.5

func (x *OnuGemPortHistoryData) Reset()

func (*OnuGemPortHistoryData) String added in v5.6.5

func (x *OnuGemPortHistoryData) String() string

type OnuGemPortInfoFromOlt added in v5.6.5

type OnuGemPortInfoFromOlt struct {
	GemId     uint32 `protobuf:"varint,1,opt,name=gemId,proto3" json:"gemId,omitempty"`
	RxPackets uint64 `protobuf:"varint,2,opt,name=rxPackets,proto3" json:"rxPackets,omitempty"`
	RxBytes   uint64 `protobuf:"varint,3,opt,name=rxBytes,proto3" json:"rxBytes,omitempty"`
	TxPackets uint64 `protobuf:"varint,4,opt,name=txPackets,proto3" json:"txPackets,omitempty"`
	TxBytes   uint64 `protobuf:"varint,5,opt,name=txBytes,proto3" json:"txBytes,omitempty"`
	// contains filtered or unexported fields
}

func (*OnuGemPortInfoFromOlt) Descriptor deprecated added in v5.6.5

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

Deprecated: Use OnuGemPortInfoFromOlt.ProtoReflect.Descriptor instead.

func (*OnuGemPortInfoFromOlt) GetGemId added in v5.6.5

func (x *OnuGemPortInfoFromOlt) GetGemId() uint32

func (*OnuGemPortInfoFromOlt) GetRxBytes added in v5.6.5

func (x *OnuGemPortInfoFromOlt) GetRxBytes() uint64

func (*OnuGemPortInfoFromOlt) GetRxPackets added in v5.6.5

func (x *OnuGemPortInfoFromOlt) GetRxPackets() uint64

func (*OnuGemPortInfoFromOlt) GetTxBytes added in v5.6.5

func (x *OnuGemPortInfoFromOlt) GetTxBytes() uint64

func (*OnuGemPortInfoFromOlt) GetTxPackets added in v5.6.5

func (x *OnuGemPortInfoFromOlt) GetTxPackets() uint64

func (*OnuGemPortInfoFromOlt) ProtoMessage added in v5.6.5

func (*OnuGemPortInfoFromOlt) ProtoMessage()

func (*OnuGemPortInfoFromOlt) ProtoReflect added in v5.7.1

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

func (*OnuGemPortInfoFromOlt) Reset added in v5.6.5

func (x *OnuGemPortInfoFromOlt) Reset()

func (*OnuGemPortInfoFromOlt) String added in v5.6.5

func (x *OnuGemPortInfoFromOlt) String() string

type ReturnValues

type ReturnValues struct {
	Set         uint32 `protobuf:"varint,1,opt,name=Set,proto3" json:"Set,omitempty"`                 // Specifies what values are
	Unsupported uint32 `protobuf:"varint,2,opt,name=Unsupported,proto3" json:"Unsupported,omitempty"` // Specifies requested values not
	Error       uint32 `protobuf:"varint,3,opt,name=Error,proto3" json:"Error,omitempty"`             // Specifies requested values not
	Distance    uint32 `protobuf:"varint,4,opt,name=Distance,proto3" json:"Distance,omitempty"`       // Value of distance Set includes
	// contains filtered or unexported fields
}

func (*ReturnValues) Descriptor deprecated

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

Deprecated: Use ReturnValues.ProtoReflect.Descriptor instead.

func (*ReturnValues) GetDistance

func (x *ReturnValues) GetDistance() uint32

func (*ReturnValues) GetError

func (x *ReturnValues) GetError() uint32

func (*ReturnValues) GetSet

func (x *ReturnValues) GetSet() uint32

func (*ReturnValues) GetUnsupported

func (x *ReturnValues) GetUnsupported() uint32

func (*ReturnValues) ProtoMessage

func (*ReturnValues) ProtoMessage()

func (*ReturnValues) ProtoReflect added in v5.7.1

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

func (*ReturnValues) Reset

func (x *ReturnValues) Reset()

func (*ReturnValues) String

func (x *ReturnValues) String() string

type RxPower

type RxPower struct {
	OnuSn      string  `protobuf:"bytes,1,opt,name=onu_sn,json=onuSn,proto3" json:"onu_sn,omitempty"` // if the port on which RxPower is measured is not a PON port this will be empty ("") string
	Status     string  `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty"`
	FailReason string  `protobuf:"bytes,3,opt,name=fail_reason,json=failReason,proto3" json:"fail_reason,omitempty"`
	RxPower    float64 `protobuf:"fixed64,4,opt,name=rx_power,json=rxPower,proto3" json:"rx_power,omitempty"`
	// contains filtered or unexported fields
}

func (*RxPower) Descriptor deprecated

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

Deprecated: Use RxPower.ProtoReflect.Descriptor instead.

func (*RxPower) GetFailReason

func (x *RxPower) GetFailReason() string

func (*RxPower) GetOnuSn

func (x *RxPower) GetOnuSn() string

func (*RxPower) GetRxPower

func (x *RxPower) GetRxPower() float64

func (*RxPower) GetStatus

func (x *RxPower) GetStatus() string

func (*RxPower) ProtoMessage

func (*RxPower) ProtoMessage()

func (*RxPower) ProtoReflect added in v5.7.1

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

func (*RxPower) Reset

func (x *RxPower) Reset()

func (*RxPower) String

func (x *RxPower) String() string

type SetValueRequest

type SetValueRequest struct {

	// Types that are valid to be assigned to Request:
	//
	//	*SetValueRequest_AlarmConfig
	//	*SetValueRequest_AppOffloadConfig
	//	*SetValueRequest_AppOffloadOnuConfig
	Request isSetValueRequest_Request `protobuf_oneof:"request"`
	// contains filtered or unexported fields
}

func (*SetValueRequest) Descriptor deprecated

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

Deprecated: Use SetValueRequest.ProtoReflect.Descriptor instead.

func (*SetValueRequest) GetAlarmConfig

func (x *SetValueRequest) GetAlarmConfig() *config.AlarmConfig

func (*SetValueRequest) GetAppOffloadConfig added in v5.6.0

func (x *SetValueRequest) GetAppOffloadConfig() *AppOffloadConfig

func (*SetValueRequest) GetAppOffloadOnuConfig added in v5.6.0

func (x *SetValueRequest) GetAppOffloadOnuConfig() *AppOffloadOnuConfig

func (*SetValueRequest) GetRequest

func (x *SetValueRequest) GetRequest() isSetValueRequest_Request

func (*SetValueRequest) ProtoMessage

func (*SetValueRequest) ProtoMessage()

func (*SetValueRequest) ProtoReflect added in v5.7.1

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

func (*SetValueRequest) Reset

func (x *SetValueRequest) Reset()

func (*SetValueRequest) String

func (x *SetValueRequest) String() string

type SetValueRequest_AlarmConfig

type SetValueRequest_AlarmConfig struct {
	AlarmConfig *config.AlarmConfig `protobuf:"bytes,1,opt,name=alarm_config,json=alarmConfig,proto3,oneof"`
}

type SetValueRequest_AppOffloadConfig added in v5.6.0

type SetValueRequest_AppOffloadConfig struct {
	AppOffloadConfig *AppOffloadConfig `protobuf:"bytes,2,opt,name=app_offload_config,json=appOffloadConfig,proto3,oneof"`
}

type SetValueRequest_AppOffloadOnuConfig added in v5.6.0

type SetValueRequest_AppOffloadOnuConfig struct {
	AppOffloadOnuConfig *AppOffloadOnuConfig `protobuf:"bytes,3,opt,name=app_offload_onu_config,json=appOffloadOnuConfig,proto3,oneof"`
}

type SetValueResponse

type SetValueResponse struct {
	Status    SetValueResponse_Status      `protobuf:"varint,1,opt,name=status,proto3,enum=extension.SetValueResponse_Status" json:"status,omitempty"`
	ErrReason SetValueResponse_ErrorReason `protobuf:"varint,2,opt,name=errReason,proto3,enum=extension.SetValueResponse_ErrorReason" json:"errReason,omitempty"`
	// contains filtered or unexported fields
}

func (*SetValueResponse) Descriptor deprecated

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

Deprecated: Use SetValueResponse.ProtoReflect.Descriptor instead.

func (*SetValueResponse) GetErrReason

func (*SetValueResponse) GetStatus

func (*SetValueResponse) ProtoMessage

func (*SetValueResponse) ProtoMessage()

func (*SetValueResponse) ProtoReflect added in v5.7.1

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

func (*SetValueResponse) Reset

func (x *SetValueResponse) Reset()

func (*SetValueResponse) String

func (x *SetValueResponse) String() string

type SetValueResponse_ErrorReason

type SetValueResponse_ErrorReason int32
const (
	SetValueResponse_REASON_UNDEFINED      SetValueResponse_ErrorReason = 0
	SetValueResponse_UNSUPPORTED           SetValueResponse_ErrorReason = 1
	SetValueResponse_INVALID_DEVICE_ID     SetValueResponse_ErrorReason = 2
	SetValueResponse_INVALID_ONU_DEVICE_ID SetValueResponse_ErrorReason = 3
	SetValueResponse_INVALID_UNI_ID        SetValueResponse_ErrorReason = 4
)

func (SetValueResponse_ErrorReason) Descriptor added in v5.7.1

func (SetValueResponse_ErrorReason) Enum added in v5.7.1

func (SetValueResponse_ErrorReason) EnumDescriptor deprecated

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

Deprecated: Use SetValueResponse_ErrorReason.Descriptor instead.

func (SetValueResponse_ErrorReason) Number added in v5.7.1

func (SetValueResponse_ErrorReason) String

func (SetValueResponse_ErrorReason) Type added in v5.7.1

type SetValueResponse_Status

type SetValueResponse_Status int32
const (
	SetValueResponse_STATUS_UNDEFINED SetValueResponse_Status = 0
	SetValueResponse_OK               SetValueResponse_Status = 1
	SetValueResponse_ERROR            SetValueResponse_Status = 2
)

func (SetValueResponse_Status) Descriptor added in v5.7.1

func (SetValueResponse_Status) Enum added in v5.7.1

func (SetValueResponse_Status) EnumDescriptor deprecated

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

Deprecated: Use SetValueResponse_Status.Descriptor instead.

func (SetValueResponse_Status) Number added in v5.7.1

func (SetValueResponse_Status) String

func (x SetValueResponse_Status) String() string

func (SetValueResponse_Status) Type added in v5.7.1

type SingleGetValueRequest

type SingleGetValueRequest struct {
	TargetId string           `protobuf:"bytes,1,opt,name=targetId,proto3" json:"targetId,omitempty"`
	Request  *GetValueRequest `protobuf:"bytes,2,opt,name=request,proto3" json:"request,omitempty"`
	// contains filtered or unexported fields
}

func (*SingleGetValueRequest) Descriptor deprecated

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

Deprecated: Use SingleGetValueRequest.ProtoReflect.Descriptor instead.

func (*SingleGetValueRequest) GetRequest

func (x *SingleGetValueRequest) GetRequest() *GetValueRequest

func (*SingleGetValueRequest) GetTargetId

func (x *SingleGetValueRequest) GetTargetId() string

func (*SingleGetValueRequest) ProtoMessage

func (*SingleGetValueRequest) ProtoMessage()

func (*SingleGetValueRequest) ProtoReflect added in v5.7.1

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

func (*SingleGetValueRequest) Reset

func (x *SingleGetValueRequest) Reset()

func (*SingleGetValueRequest) String

func (x *SingleGetValueRequest) String() string

type SingleGetValueResponse

type SingleGetValueResponse struct {
	Response *GetValueResponse `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"`
	// contains filtered or unexported fields
}

func (*SingleGetValueResponse) Descriptor deprecated

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

Deprecated: Use SingleGetValueResponse.ProtoReflect.Descriptor instead.

func (*SingleGetValueResponse) GetResponse

func (x *SingleGetValueResponse) GetResponse() *GetValueResponse

func (*SingleGetValueResponse) ProtoMessage

func (*SingleGetValueResponse) ProtoMessage()

func (*SingleGetValueResponse) ProtoReflect added in v5.7.1

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

func (*SingleGetValueResponse) Reset

func (x *SingleGetValueResponse) Reset()

func (*SingleGetValueResponse) String

func (x *SingleGetValueResponse) String() string

type SingleSetValueRequest

type SingleSetValueRequest struct {
	TargetId string           `protobuf:"bytes,1,opt,name=targetId,proto3" json:"targetId,omitempty"`
	Request  *SetValueRequest `protobuf:"bytes,2,opt,name=request,proto3" json:"request,omitempty"`
	// contains filtered or unexported fields
}

func (*SingleSetValueRequest) Descriptor deprecated

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

Deprecated: Use SingleSetValueRequest.ProtoReflect.Descriptor instead.

func (*SingleSetValueRequest) GetRequest

func (x *SingleSetValueRequest) GetRequest() *SetValueRequest

func (*SingleSetValueRequest) GetTargetId

func (x *SingleSetValueRequest) GetTargetId() string

func (*SingleSetValueRequest) ProtoMessage

func (*SingleSetValueRequest) ProtoMessage()

func (*SingleSetValueRequest) ProtoReflect added in v5.7.1

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

func (*SingleSetValueRequest) Reset

func (x *SingleSetValueRequest) Reset()

func (*SingleSetValueRequest) String

func (x *SingleSetValueRequest) String() string

type SingleSetValueResponse

type SingleSetValueResponse struct {
	Response *SetValueResponse `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"`
	// contains filtered or unexported fields
}

func (*SingleSetValueResponse) Descriptor deprecated

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

Deprecated: Use SingleSetValueResponse.ProtoReflect.Descriptor instead.

func (*SingleSetValueResponse) GetResponse

func (x *SingleSetValueResponse) GetResponse() *SetValueResponse

func (*SingleSetValueResponse) ProtoMessage

func (*SingleSetValueResponse) ProtoMessage()

func (*SingleSetValueResponse) ProtoReflect added in v5.7.1

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

func (*SingleSetValueResponse) Reset

func (x *SingleSetValueResponse) Reset()

func (*SingleSetValueResponse) String

func (x *SingleSetValueResponse) String() string

type UnimplementedExtensionServer

type UnimplementedExtensionServer struct{}

UnimplementedExtensionServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedExtensionServer) GetExtValue

func (UnimplementedExtensionServer) SetExtValue

type UnsafeExtensionServer added in v5.7.1

type UnsafeExtensionServer interface {
	// contains filtered or unexported methods
}

UnsafeExtensionServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to ExtensionServer will result in compilation errors.

type ValueSet

type ValueSet struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// Types that are valid to be assigned to Value:
	//
	//	*ValueSet_AlarmConfig
	Value isValueSet_Value `protobuf_oneof:"value"`
	// contains filtered or unexported fields
}

func (*ValueSet) Descriptor deprecated

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

Deprecated: Use ValueSet.ProtoReflect.Descriptor instead.

func (*ValueSet) GetAlarmConfig

func (x *ValueSet) GetAlarmConfig() *config.AlarmConfig

func (*ValueSet) GetId

func (x *ValueSet) GetId() string

func (*ValueSet) GetValue

func (x *ValueSet) GetValue() isValueSet_Value

func (*ValueSet) ProtoMessage

func (*ValueSet) ProtoMessage()

func (*ValueSet) ProtoReflect added in v5.7.1

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

func (*ValueSet) Reset

func (x *ValueSet) Reset()

func (*ValueSet) String

func (x *ValueSet) String() string

type ValueSet_AlarmConfig

type ValueSet_AlarmConfig struct {
	AlarmConfig *config.AlarmConfig `protobuf:"bytes,2,opt,name=alarm_config,json=alarmConfig,proto3,oneof"`
}

type ValueSpecifier

type ValueSpecifier struct {
	Id    string         `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Value ValueType_Type `protobuf:"varint,2,opt,name=value,proto3,enum=extension.ValueType_Type" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*ValueSpecifier) Descriptor deprecated

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

Deprecated: Use ValueSpecifier.ProtoReflect.Descriptor instead.

func (*ValueSpecifier) GetId

func (x *ValueSpecifier) GetId() string

func (*ValueSpecifier) GetValue

func (x *ValueSpecifier) GetValue() ValueType_Type

func (*ValueSpecifier) ProtoMessage

func (*ValueSpecifier) ProtoMessage()

func (*ValueSpecifier) ProtoReflect added in v5.7.1

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

func (*ValueSpecifier) Reset

func (x *ValueSpecifier) Reset()

func (*ValueSpecifier) String

func (x *ValueSpecifier) String() string

type ValueType

type ValueType struct {
	// contains filtered or unexported fields
}

func (*ValueType) Descriptor deprecated

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

Deprecated: Use ValueType.ProtoReflect.Descriptor instead.

func (*ValueType) ProtoMessage

func (*ValueType) ProtoMessage()

func (*ValueType) ProtoReflect added in v5.7.1

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

func (*ValueType) Reset

func (x *ValueType) Reset()

func (*ValueType) String

func (x *ValueType) String() string

type ValueType_Type

type ValueType_Type int32
const (
	ValueType_EMPTY    ValueType_Type = 0
	ValueType_DISTANCE ValueType_Type = 1
)

func (ValueType_Type) Descriptor added in v5.7.1

func (ValueType_Type) Enum added in v5.7.1

func (x ValueType_Type) Enum() *ValueType_Type

func (ValueType_Type) EnumDescriptor deprecated

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

Deprecated: Use ValueType_Type.Descriptor instead.

func (ValueType_Type) Number added in v5.7.1

func (ValueType_Type) String

func (x ValueType_Type) String() string

func (ValueType_Type) Type added in v5.7.1

Jump to

Keyboard shortcuts

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