Documentation
¶
Index ¶
- Variables
- type AdGroupId
- func (*AdGroupId) Descriptor() ([]byte, []int)deprecated
- func (x *AdGroupId) GetAccountid() uint64
- func (x *AdGroupId) GetBuzzKey() string
- func (x *AdGroupId) GetCampaignid() uint64
- func (x *AdGroupId) GetLineitemid() uint64
- func (*AdGroupId) ProtoMessage()
- func (x *AdGroupId) ProtoReflect() protoreflect.Message
- func (x *AdGroupId) Reset()
- func (x *AdGroupId) String() string
- type EventId
- func (*EventId) Descriptor() ([]byte, []int)deprecated
- func (x *EventId) GetHostid() uint32
- func (x *EventId) GetImpIdx() uint32
- func (x *EventId) GetTid() uint32
- func (x *EventId) GetTimestamp() uint64
- func (*EventId) ProtoMessage()
- func (x *EventId) ProtoReflect() protoreflect.Message
- func (x *EventId) Reset()
- func (x *EventId) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_beeswax_base_eventid_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type AdGroupId ¶
type AdGroupId struct { BuzzKey *string `protobuf:"bytes,1,opt,name=buzz_key,json=buzzKey" json:"buzz_key,omitempty"` Accountid *uint64 `protobuf:"varint,2,opt,name=accountid" json:"accountid,omitempty"` Campaignid *uint64 `protobuf:"varint,3,opt,name=campaignid" json:"campaignid,omitempty"` Lineitemid *uint64 `protobuf:"varint,4,opt,name=lineitemid" json:"lineitemid,omitempty"` // contains filtered or unexported fields }
Next Tag: 5
func (*AdGroupId) Descriptor
deprecated
func (*AdGroupId) GetAccountid ¶
func (*AdGroupId) GetBuzzKey ¶
func (*AdGroupId) GetCampaignid ¶
func (*AdGroupId) GetLineitemid ¶
func (*AdGroupId) ProtoMessage ¶
func (*AdGroupId) ProtoMessage()
func (*AdGroupId) ProtoReflect ¶
func (x *AdGroupId) ProtoReflect() protoreflect.Message
type EventId ¶
type EventId struct { // 32 bits of md5 hash Hostid *uint32 `protobuf:"varint,1,opt,name=hostid" json:"hostid,omitempty"` Tid *uint32 `protobuf:"varint,2,opt,name=tid" json:"tid,omitempty"` Timestamp *uint64 `protobuf:"varint,3,opt,name=timestamp" json:"timestamp,omitempty"` // Impression index within the request ImpIdx *uint32 `protobuf:"varint,4,opt,name=imp_idx,json=impIdx" json:"imp_idx,omitempty"` // contains filtered or unexported fields }
func (*EventId) Descriptor
deprecated
func (*EventId) GetTimestamp ¶
func (*EventId) ProtoMessage ¶
func (*EventId) ProtoMessage()
func (*EventId) ProtoReflect ¶
func (x *EventId) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.