cisco_ios_xr_iedge4710_oper_subscriber_session_nodes_node_sessions_session

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Dec 19, 2019 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IedgeAccntData

type IedgeAccntData struct {
	AccountingSession    []*IedgeOperAccountingData `protobuf:"bytes,1,rep,name=accounting_session,json=accountingSession,proto3" json:"accounting_session,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                   `json:"-"`
	XXX_unrecognized     []byte                     `json:"-"`
	XXX_sizecache        int32                      `json:"-"`
}

func (*IedgeAccntData) Descriptor

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

func (*IedgeAccntData) GetAccountingSession

func (m *IedgeAccntData) GetAccountingSession() []*IedgeOperAccountingData

func (*IedgeAccntData) ProtoMessage

func (*IedgeAccntData) ProtoMessage()

func (*IedgeAccntData) Reset

func (m *IedgeAccntData) Reset()

func (*IedgeAccntData) String

func (m *IedgeAccntData) String() string

func (*IedgeAccntData) XXX_DiscardUnknown

func (m *IedgeAccntData) XXX_DiscardUnknown()

func (*IedgeAccntData) XXX_Marshal

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

func (*IedgeAccntData) XXX_Merge

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

func (*IedgeAccntData) XXX_Size

func (m *IedgeAccntData) XXX_Size() int

func (*IedgeAccntData) XXX_Unmarshal

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

type IedgeOperAccountingData

type IedgeOperAccountingData struct {
	AccountingStateRc                    uint32   `protobuf:"varint,1,opt,name=accounting_state_rc,json=accountingStateRc,proto3" json:"accounting_state_rc,omitempty"`
	AccountingStopState                  uint32   `protobuf:"varint,2,opt,name=accounting_stop_state,json=accountingStopState,proto3" json:"accounting_stop_state,omitempty"`
	RecordContextName                    string   `protobuf:"bytes,3,opt,name=record_context_name,json=recordContextName,proto3" json:"record_context_name,omitempty"`
	MethodListName                       string   `protobuf:"bytes,4,opt,name=method_list_name,json=methodListName,proto3" json:"method_list_name,omitempty"`
	AccountSessionId                     string   `protobuf:"bytes,5,opt,name=account_session_id,json=accountSessionId,proto3" json:"account_session_id,omitempty"`
	AccountingStartTimeEpoch             uint64   `` /* 138-byte string literal not displayed */
	IsInterimAccountingEnabled           bool     `` /* 144-byte string literal not displayed */
	InterimInterval                      uint32   `protobuf:"varint,8,opt,name=interim_interval,json=interimInterval,proto3" json:"interim_interval,omitempty"`
	LastSuccessfulInterimUpdateTimeEpoch uint64   `` /* 178-byte string literal not displayed */
	NextInterimUpdateAttemptTime         uint32   `` /* 153-byte string literal not displayed */
	LastInterimUpdateAttemptTimeEpoch    uint64   `` /* 170-byte string literal not displayed */
	SentInterimUpdates                   uint32   `protobuf:"varint,12,opt,name=sent_interim_updates,json=sentInterimUpdates,proto3" json:"sent_interim_updates,omitempty"`
	AcceptedInterimUpdates               uint32   `` /* 131-byte string literal not displayed */
	RejectedInterimUpdates               uint32   `` /* 131-byte string literal not displayed */
	SentInterimUpdateFailures            uint32   `` /* 142-byte string literal not displayed */
	XXX_NoUnkeyedLiteral                 struct{} `json:"-"`
	XXX_unrecognized                     []byte   `json:"-"`
	XXX_sizecache                        int32    `json:"-"`
}

func (*IedgeOperAccountingData) Descriptor

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

func (*IedgeOperAccountingData) GetAcceptedInterimUpdates

func (m *IedgeOperAccountingData) GetAcceptedInterimUpdates() uint32

func (*IedgeOperAccountingData) GetAccountSessionId

func (m *IedgeOperAccountingData) GetAccountSessionId() string

func (*IedgeOperAccountingData) GetAccountingStartTimeEpoch

func (m *IedgeOperAccountingData) GetAccountingStartTimeEpoch() uint64

func (*IedgeOperAccountingData) GetAccountingStateRc

func (m *IedgeOperAccountingData) GetAccountingStateRc() uint32

func (*IedgeOperAccountingData) GetAccountingStopState

func (m *IedgeOperAccountingData) GetAccountingStopState() uint32

func (*IedgeOperAccountingData) GetInterimInterval

func (m *IedgeOperAccountingData) GetInterimInterval() uint32

func (*IedgeOperAccountingData) GetIsInterimAccountingEnabled

func (m *IedgeOperAccountingData) GetIsInterimAccountingEnabled() bool

func (*IedgeOperAccountingData) GetLastInterimUpdateAttemptTimeEpoch

func (m *IedgeOperAccountingData) GetLastInterimUpdateAttemptTimeEpoch() uint64

func (*IedgeOperAccountingData) GetLastSuccessfulInterimUpdateTimeEpoch

func (m *IedgeOperAccountingData) GetLastSuccessfulInterimUpdateTimeEpoch() uint64

func (*IedgeOperAccountingData) GetMethodListName

func (m *IedgeOperAccountingData) GetMethodListName() string

func (*IedgeOperAccountingData) GetNextInterimUpdateAttemptTime

func (m *IedgeOperAccountingData) GetNextInterimUpdateAttemptTime() uint32

func (*IedgeOperAccountingData) GetRecordContextName

func (m *IedgeOperAccountingData) GetRecordContextName() string

func (*IedgeOperAccountingData) GetRejectedInterimUpdates

func (m *IedgeOperAccountingData) GetRejectedInterimUpdates() uint32

func (*IedgeOperAccountingData) GetSentInterimUpdateFailures

func (m *IedgeOperAccountingData) GetSentInterimUpdateFailures() uint32

func (*IedgeOperAccountingData) GetSentInterimUpdates

func (m *IedgeOperAccountingData) GetSentInterimUpdates() uint32

func (*IedgeOperAccountingData) ProtoMessage

func (*IedgeOperAccountingData) ProtoMessage()

func (*IedgeOperAccountingData) Reset

func (m *IedgeOperAccountingData) Reset()

func (*IedgeOperAccountingData) String

func (m *IedgeOperAccountingData) String() string

func (*IedgeOperAccountingData) XXX_DiscardUnknown

func (m *IedgeOperAccountingData) XXX_DiscardUnknown()

func (*IedgeOperAccountingData) XXX_Marshal

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

func (*IedgeOperAccountingData) XXX_Merge

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

func (*IedgeOperAccountingData) XXX_Size

func (m *IedgeOperAccountingData) XXX_Size() int

func (*IedgeOperAccountingData) XXX_Unmarshal

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

type IedgeOperCoaData

type IedgeOperCoaData struct {
	RequestAcked         bool     `protobuf:"varint,1,opt,name=request_acked,json=requestAcked,proto3" json:"request_acked,omitempty"`
	RequestTimeEpoch     uint64   `protobuf:"varint,2,opt,name=request_time_epoch,json=requestTimeEpoch,proto3" json:"request_time_epoch,omitempty"`
	ReplyTimeEpoch       uint64   `protobuf:"varint,3,opt,name=reply_time_epoch,json=replyTimeEpoch,proto3" json:"reply_time_epoch,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*IedgeOperCoaData) Descriptor

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

func (*IedgeOperCoaData) GetReplyTimeEpoch

func (m *IedgeOperCoaData) GetReplyTimeEpoch() uint64

func (*IedgeOperCoaData) GetRequestAcked

func (m *IedgeOperCoaData) GetRequestAcked() bool

func (*IedgeOperCoaData) GetRequestTimeEpoch

func (m *IedgeOperCoaData) GetRequestTimeEpoch() uint64

func (*IedgeOperCoaData) ProtoMessage

func (*IedgeOperCoaData) ProtoMessage()

func (*IedgeOperCoaData) Reset

func (m *IedgeOperCoaData) Reset()

func (*IedgeOperCoaData) String

func (m *IedgeOperCoaData) String() string

func (*IedgeOperCoaData) XXX_DiscardUnknown

func (m *IedgeOperCoaData) XXX_DiscardUnknown()

func (*IedgeOperCoaData) XXX_Marshal

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

func (*IedgeOperCoaData) XXX_Merge

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

func (*IedgeOperCoaData) XXX_Size

func (m *IedgeOperCoaData) XXX_Size() int

func (*IedgeOperCoaData) XXX_Unmarshal

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

type IedgeOperServiceData

type IedgeOperServiceData struct {
	ServiceName          string   `protobuf:"bytes,1,opt,name=service_name,json=serviceName,proto3" json:"service_name,omitempty"`
	ServiceParams        string   `protobuf:"bytes,2,opt,name=service_params,json=serviceParams,proto3" json:"service_params,omitempty"`
	ServiceType          string   `protobuf:"bytes,3,opt,name=service_type,json=serviceType,proto3" json:"service_type,omitempty"`
	ServiceStatus        string   `protobuf:"bytes,4,opt,name=service_status,json=serviceStatus,proto3" json:"service_status,omitempty"`
	ServiceId            uint32   `protobuf:"varint,5,opt,name=service_id,json=serviceId,proto3" json:"service_id,omitempty"`
	ServicePrepaid       bool     `protobuf:"varint,6,opt,name=service_prepaid,json=servicePrepaid,proto3" json:"service_prepaid,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*IedgeOperServiceData) Descriptor

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

func (*IedgeOperServiceData) GetServiceId

func (m *IedgeOperServiceData) GetServiceId() uint32

func (*IedgeOperServiceData) GetServiceName

func (m *IedgeOperServiceData) GetServiceName() string

func (*IedgeOperServiceData) GetServiceParams

func (m *IedgeOperServiceData) GetServiceParams() string

func (*IedgeOperServiceData) GetServicePrepaid

func (m *IedgeOperServiceData) GetServicePrepaid() bool

func (*IedgeOperServiceData) GetServiceStatus

func (m *IedgeOperServiceData) GetServiceStatus() string

func (*IedgeOperServiceData) GetServiceType

func (m *IedgeOperServiceData) GetServiceType() string

func (*IedgeOperServiceData) ProtoMessage

func (*IedgeOperServiceData) ProtoMessage()

func (*IedgeOperServiceData) Reset

func (m *IedgeOperServiceData) Reset()

func (*IedgeOperServiceData) String

func (m *IedgeOperServiceData) String() string

func (*IedgeOperServiceData) XXX_DiscardUnknown

func (m *IedgeOperServiceData) XXX_DiscardUnknown()

func (*IedgeOperServiceData) XXX_Marshal

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

func (*IedgeOperServiceData) XXX_Merge

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

func (*IedgeOperServiceData) XXX_Size

func (m *IedgeOperServiceData) XXX_Size() int

func (*IedgeOperServiceData) XXX_Unmarshal

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

type IedgePolicyData

type IedgePolicyData struct {
	PolicyEpoch          string   `protobuf:"bytes,1,opt,name=policy_epoch,json=policyEpoch,proto3" json:"policy_epoch,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*IedgePolicyData) Descriptor

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

func (*IedgePolicyData) GetPolicyEpoch

func (m *IedgePolicyData) GetPolicyEpoch() string

func (*IedgePolicyData) ProtoMessage

func (*IedgePolicyData) ProtoMessage()

func (*IedgePolicyData) Reset

func (m *IedgePolicyData) Reset()

func (*IedgePolicyData) String

func (m *IedgePolicyData) String() string

func (*IedgePolicyData) XXX_DiscardUnknown

func (m *IedgePolicyData) XXX_DiscardUnknown()

func (*IedgePolicyData) XXX_Marshal

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

func (*IedgePolicyData) XXX_Merge

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

func (*IedgePolicyData) XXX_Size

func (m *IedgePolicyData) XXX_Size() int

func (*IedgePolicyData) XXX_Unmarshal

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

type SubscriberSessionData

type SubscriberSessionData struct {
	SessionType                  string                  `protobuf:"bytes,50,opt,name=session_type,json=sessionType,proto3" json:"session_type,omitempty"`
	PppoeSubType                 string                  `protobuf:"bytes,51,opt,name=pppoe_sub_type,json=pppoeSubType,proto3" json:"pppoe_sub_type,omitempty"`
	InterfaceName                string                  `protobuf:"bytes,52,opt,name=interface_name,json=interfaceName,proto3" json:"interface_name,omitempty"`
	VrfName                      string                  `protobuf:"bytes,53,opt,name=vrf_name,json=vrfName,proto3" json:"vrf_name,omitempty"`
	CircuitId                    string                  `protobuf:"bytes,54,opt,name=circuit_id,json=circuitId,proto3" json:"circuit_id,omitempty"`
	RemoteId                     string                  `protobuf:"bytes,55,opt,name=remote_id,json=remoteId,proto3" json:"remote_id,omitempty"`
	LnsAddress                   string                  `protobuf:"bytes,56,opt,name=lns_address,json=lnsAddress,proto3" json:"lns_address,omitempty"`
	LacAddress                   string                  `protobuf:"bytes,57,opt,name=lac_address,json=lacAddress,proto3" json:"lac_address,omitempty"`
	TunnelClientAuthenticationId string                  `` /* 150-byte string literal not displayed */
	TunnelServerAuthenticationId string                  `` /* 150-byte string literal not displayed */
	SessionIpAddress             string                  `protobuf:"bytes,60,opt,name=session_ip_address,json=sessionIpAddress,proto3" json:"session_ip_address,omitempty"`
	SessionIpv6Address           string                  `protobuf:"bytes,61,opt,name=session_ipv6_address,json=sessionIpv6Address,proto3" json:"session_ipv6_address,omitempty"`
	SessionIpv6Prefix            string                  `protobuf:"bytes,62,opt,name=session_ipv6_prefix,json=sessionIpv6Prefix,proto3" json:"session_ipv6_prefix,omitempty"`
	DelegatedIpv6Prefix          string                  `protobuf:"bytes,63,opt,name=delegated_ipv6_prefix,json=delegatedIpv6Prefix,proto3" json:"delegated_ipv6_prefix,omitempty"`
	Ipv6InterfaceId              string                  `protobuf:"bytes,64,opt,name=ipv6_interface_id,json=ipv6InterfaceId,proto3" json:"ipv6_interface_id,omitempty"`
	MacAddress                   string                  `protobuf:"bytes,65,opt,name=mac_address,json=macAddress,proto3" json:"mac_address,omitempty"`
	AccountSessionId             string                  `protobuf:"bytes,66,opt,name=account_session_id,json=accountSessionId,proto3" json:"account_session_id,omitempty"`
	NasPort                      string                  `protobuf:"bytes,67,opt,name=nas_port,json=nasPort,proto3" json:"nas_port,omitempty"`
	Username                     string                  `protobuf:"bytes,68,opt,name=username,proto3" json:"username,omitempty"`
	Clientname                   string                  `protobuf:"bytes,69,opt,name=clientname,proto3" json:"clientname,omitempty"`
	Formattedname                string                  `protobuf:"bytes,70,opt,name=formattedname,proto3" json:"formattedname,omitempty"`
	IsSessionAuthentic           bool                    `protobuf:"varint,71,opt,name=is_session_authentic,json=isSessionAuthentic,proto3" json:"is_session_authentic,omitempty"`
	IsSessionAuthor              bool                    `protobuf:"varint,72,opt,name=is_session_author,json=isSessionAuthor,proto3" json:"is_session_author,omitempty"`
	SessionState                 string                  `protobuf:"bytes,73,opt,name=session_state,json=sessionState,proto3" json:"session_state,omitempty"`
	SessionCreationTimeEpoch     uint64                  `` /* 139-byte string literal not displayed */
	IdleStateChangeTime          string                  `protobuf:"bytes,75,opt,name=idle_state_change_time,json=idleStateChangeTime,proto3" json:"idle_state_change_time,omitempty"`
	TotalSessionIdleTime         uint32                  `` /* 127-byte string literal not displayed */
	AccessInterfaceName          string                  `protobuf:"bytes,77,opt,name=access_interface_name,json=accessInterfaceName,proto3" json:"access_interface_name,omitempty"`
	Accounting                   *IedgeAccntData         `protobuf:"bytes,78,opt,name=accounting,proto3" json:"accounting,omitempty"`
	SubPolicyData                []*IedgePolicyData      `protobuf:"bytes,79,rep,name=sub_policy_data,json=subPolicyData,proto3" json:"sub_policy_data,omitempty"`
	SessionServiceInfo           []*IedgeOperServiceData `protobuf:"bytes,80,rep,name=session_service_info,json=sessionServiceInfo,proto3" json:"session_service_info,omitempty"`
	SessionChangeOfAuthorization []*IedgeOperCoaData     `` /* 150-byte string literal not displayed */
	XXX_NoUnkeyedLiteral         struct{}                `json:"-"`
	XXX_unrecognized             []byte                  `json:"-"`
	XXX_sizecache                int32                   `json:"-"`
}

func (*SubscriberSessionData) Descriptor

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

func (*SubscriberSessionData) GetAccessInterfaceName

func (m *SubscriberSessionData) GetAccessInterfaceName() string

func (*SubscriberSessionData) GetAccountSessionId

func (m *SubscriberSessionData) GetAccountSessionId() string

func (*SubscriberSessionData) GetAccounting

func (m *SubscriberSessionData) GetAccounting() *IedgeAccntData

func (*SubscriberSessionData) GetCircuitId

func (m *SubscriberSessionData) GetCircuitId() string

func (*SubscriberSessionData) GetClientname

func (m *SubscriberSessionData) GetClientname() string

func (*SubscriberSessionData) GetDelegatedIpv6Prefix

func (m *SubscriberSessionData) GetDelegatedIpv6Prefix() string

func (*SubscriberSessionData) GetFormattedname

func (m *SubscriberSessionData) GetFormattedname() string

func (*SubscriberSessionData) GetIdleStateChangeTime

func (m *SubscriberSessionData) GetIdleStateChangeTime() string

func (*SubscriberSessionData) GetInterfaceName

func (m *SubscriberSessionData) GetInterfaceName() string

func (*SubscriberSessionData) GetIpv6InterfaceId

func (m *SubscriberSessionData) GetIpv6InterfaceId() string

func (*SubscriberSessionData) GetIsSessionAuthentic

func (m *SubscriberSessionData) GetIsSessionAuthentic() bool

func (*SubscriberSessionData) GetIsSessionAuthor

func (m *SubscriberSessionData) GetIsSessionAuthor() bool

func (*SubscriberSessionData) GetLacAddress

func (m *SubscriberSessionData) GetLacAddress() string

func (*SubscriberSessionData) GetLnsAddress

func (m *SubscriberSessionData) GetLnsAddress() string

func (*SubscriberSessionData) GetMacAddress

func (m *SubscriberSessionData) GetMacAddress() string

func (*SubscriberSessionData) GetNasPort

func (m *SubscriberSessionData) GetNasPort() string

func (*SubscriberSessionData) GetPppoeSubType

func (m *SubscriberSessionData) GetPppoeSubType() string

func (*SubscriberSessionData) GetRemoteId

func (m *SubscriberSessionData) GetRemoteId() string

func (*SubscriberSessionData) GetSessionChangeOfAuthorization

func (m *SubscriberSessionData) GetSessionChangeOfAuthorization() []*IedgeOperCoaData

func (*SubscriberSessionData) GetSessionCreationTimeEpoch

func (m *SubscriberSessionData) GetSessionCreationTimeEpoch() uint64

func (*SubscriberSessionData) GetSessionIpAddress

func (m *SubscriberSessionData) GetSessionIpAddress() string

func (*SubscriberSessionData) GetSessionIpv6Address

func (m *SubscriberSessionData) GetSessionIpv6Address() string

func (*SubscriberSessionData) GetSessionIpv6Prefix

func (m *SubscriberSessionData) GetSessionIpv6Prefix() string

func (*SubscriberSessionData) GetSessionServiceInfo

func (m *SubscriberSessionData) GetSessionServiceInfo() []*IedgeOperServiceData

func (*SubscriberSessionData) GetSessionState

func (m *SubscriberSessionData) GetSessionState() string

func (*SubscriberSessionData) GetSessionType

func (m *SubscriberSessionData) GetSessionType() string

func (*SubscriberSessionData) GetSubPolicyData

func (m *SubscriberSessionData) GetSubPolicyData() []*IedgePolicyData

func (*SubscriberSessionData) GetTotalSessionIdleTime

func (m *SubscriberSessionData) GetTotalSessionIdleTime() uint32

func (*SubscriberSessionData) GetTunnelClientAuthenticationId

func (m *SubscriberSessionData) GetTunnelClientAuthenticationId() string

func (*SubscriberSessionData) GetTunnelServerAuthenticationId

func (m *SubscriberSessionData) GetTunnelServerAuthenticationId() string

func (*SubscriberSessionData) GetUsername

func (m *SubscriberSessionData) GetUsername() string

func (*SubscriberSessionData) GetVrfName

func (m *SubscriberSessionData) GetVrfName() string

func (*SubscriberSessionData) ProtoMessage

func (*SubscriberSessionData) ProtoMessage()

func (*SubscriberSessionData) Reset

func (m *SubscriberSessionData) Reset()

func (*SubscriberSessionData) String

func (m *SubscriberSessionData) String() string

func (*SubscriberSessionData) XXX_DiscardUnknown

func (m *SubscriberSessionData) XXX_DiscardUnknown()

func (*SubscriberSessionData) XXX_Marshal

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

func (*SubscriberSessionData) XXX_Merge

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

func (*SubscriberSessionData) XXX_Size

func (m *SubscriberSessionData) XXX_Size() int

func (*SubscriberSessionData) XXX_Unmarshal

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

type SubscriberSessionData_KEYS

type SubscriberSessionData_KEYS struct {
	NodeName             string   `protobuf:"bytes,1,opt,name=node_name,json=nodeName,proto3" json:"node_name,omitempty"`
	SessionId            string   `protobuf:"bytes,2,opt,name=session_id,json=sessionId,proto3" json:"session_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SubscriberSessionData_KEYS) Descriptor

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

func (*SubscriberSessionData_KEYS) GetNodeName

func (m *SubscriberSessionData_KEYS) GetNodeName() string

func (*SubscriberSessionData_KEYS) GetSessionId

func (m *SubscriberSessionData_KEYS) GetSessionId() string

func (*SubscriberSessionData_KEYS) ProtoMessage

func (*SubscriberSessionData_KEYS) ProtoMessage()

func (*SubscriberSessionData_KEYS) Reset

func (m *SubscriberSessionData_KEYS) Reset()

func (*SubscriberSessionData_KEYS) String

func (m *SubscriberSessionData_KEYS) String() string

func (*SubscriberSessionData_KEYS) XXX_DiscardUnknown

func (m *SubscriberSessionData_KEYS) XXX_DiscardUnknown()

func (*SubscriberSessionData_KEYS) XXX_Marshal

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

func (*SubscriberSessionData_KEYS) XXX_Merge

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

func (*SubscriberSessionData_KEYS) XXX_Size

func (m *SubscriberSessionData_KEYS) XXX_Size() int

func (*SubscriberSessionData_KEYS) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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