Documentation
¶
Index ¶
- type Notification
- func (*Notification) Descriptor() ([]byte, []int)
- func (m *Notification) GetAttribute() []*protocol.Attribute
- func (m *Notification) GetForwardingIdentity() *v1.Identity
- func (m *Notification) GetSenderAccountId() *protocol.EntityId
- func (m *Notification) GetSenderBattleTag() string
- func (m *Notification) GetSenderId() *protocol.EntityId
- func (m *Notification) GetTargetAccountId() *protocol.EntityId
- func (m *Notification) GetTargetBattleTag() string
- func (m *Notification) GetTargetId() *protocol.EntityId
- func (m *Notification) GetType() string
- func (*Notification) ProtoMessage()
- func (m *Notification) Reset()
- func (m *Notification) String() string
- func (m *Notification) XXX_DiscardUnknown()
- func (m *Notification) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Notification) XXX_Merge(src proto.Message)
- func (m *Notification) XXX_Size() int
- func (m *Notification) XXX_Unmarshal(b []byte) error
- type Subscription
- func (*Subscription) Descriptor() ([]byte, []int)
- func (m *Subscription) GetDeliveryRequired() booldeprecated
- func (m *Subscription) GetSubscriber() *v1.Identity
- func (m *Subscription) GetTarget() []*Target
- func (*Subscription) ProtoMessage()
- func (m *Subscription) Reset()
- func (m *Subscription) String() string
- func (m *Subscription) XXX_DiscardUnknown()
- func (m *Subscription) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Subscription) XXX_Merge(src proto.Message)
- func (m *Subscription) XXX_Size() int
- func (m *Subscription) XXX_Unmarshal(b []byte) error
- type Target
- func (*Target) Descriptor() ([]byte, []int)
- func (m *Target) GetIdentity() *TargetIdentity
- func (m *Target) GetType() string
- func (*Target) ProtoMessage()
- func (m *Target) Reset()
- func (m *Target) String() string
- func (m *Target) XXX_DiscardUnknown()
- func (m *Target) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Target) XXX_Merge(src proto.Message)
- func (m *Target) XXX_Size() int
- func (m *Target) XXX_Unmarshal(b []byte) error
- type TargetIdentity
- func (*TargetIdentity) Descriptor() ([]byte, []int)
- func (m *TargetIdentity) GetAccount() *v1.AccountId
- func (m *TargetIdentity) GetGameAccount() *v1.GameAccountHandle
- func (*TargetIdentity) ProtoMessage()
- func (m *TargetIdentity) Reset()
- func (m *TargetIdentity) String() string
- func (m *TargetIdentity) XXX_DiscardUnknown()
- func (m *TargetIdentity) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *TargetIdentity) XXX_Merge(src proto.Message)
- func (m *TargetIdentity) XXX_Size() int
- func (m *TargetIdentity) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Notification ¶
type Notification struct { SenderId *protocol.EntityId `protobuf:"bytes,1,opt,name=sender_id,json=senderId" json:"sender_id,omitempty"` TargetId *protocol.EntityId `protobuf:"bytes,2,req,name=target_id,json=targetId" json:"target_id,omitempty"` Type *string `protobuf:"bytes,3,req,name=type" json:"type,omitempty"` Attribute []*protocol.Attribute `protobuf:"bytes,4,rep,name=attribute" json:"attribute,omitempty"` SenderAccountId *protocol.EntityId `protobuf:"bytes,5,opt,name=sender_account_id,json=senderAccountId" json:"sender_account_id,omitempty"` TargetAccountId *protocol.EntityId `protobuf:"bytes,6,opt,name=target_account_id,json=targetAccountId" json:"target_account_id,omitempty"` SenderBattleTag *string `protobuf:"bytes,7,opt,name=sender_battle_tag,json=senderBattleTag" json:"sender_battle_tag,omitempty"` TargetBattleTag *string `protobuf:"bytes,8,opt,name=target_battle_tag,json=targetBattleTag" json:"target_battle_tag,omitempty"` ForwardingIdentity *v1.Identity `protobuf:"bytes,10,opt,name=forwarding_identity,json=forwardingIdentity" json:"forwarding_identity,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Notification) Descriptor ¶
func (*Notification) Descriptor() ([]byte, []int)
func (*Notification) GetAttribute ¶
func (m *Notification) GetAttribute() []*protocol.Attribute
func (*Notification) GetForwardingIdentity ¶
func (m *Notification) GetForwardingIdentity() *v1.Identity
func (*Notification) GetSenderAccountId ¶
func (m *Notification) GetSenderAccountId() *protocol.EntityId
func (*Notification) GetSenderBattleTag ¶
func (m *Notification) GetSenderBattleTag() string
func (*Notification) GetSenderId ¶
func (m *Notification) GetSenderId() *protocol.EntityId
func (*Notification) GetTargetAccountId ¶
func (m *Notification) GetTargetAccountId() *protocol.EntityId
func (*Notification) GetTargetBattleTag ¶
func (m *Notification) GetTargetBattleTag() string
func (*Notification) GetTargetId ¶
func (m *Notification) GetTargetId() *protocol.EntityId
func (*Notification) GetType ¶
func (m *Notification) GetType() string
func (*Notification) ProtoMessage ¶
func (*Notification) ProtoMessage()
func (*Notification) Reset ¶
func (m *Notification) Reset()
func (*Notification) String ¶
func (m *Notification) String() string
func (*Notification) XXX_DiscardUnknown ¶
func (m *Notification) XXX_DiscardUnknown()
func (*Notification) XXX_Marshal ¶
func (m *Notification) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*Notification) XXX_Merge ¶
func (m *Notification) XXX_Merge(src proto.Message)
func (*Notification) XXX_Size ¶
func (m *Notification) XXX_Size() int
func (*Notification) XXX_Unmarshal ¶
func (m *Notification) XXX_Unmarshal(b []byte) error
type Subscription ¶
type Subscription struct { Target []*Target `protobuf:"bytes,1,rep,name=target" json:"target,omitempty"` Subscriber *v1.Identity `protobuf:"bytes,2,opt,name=subscriber" json:"subscriber,omitempty"` DeliveryRequired *bool `protobuf:"varint,3,opt,name=delivery_required,json=deliveryRequired" json:"delivery_required,omitempty"` // Deprecated: Do not use. XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Subscription) Descriptor ¶
func (*Subscription) Descriptor() ([]byte, []int)
func (*Subscription) GetDeliveryRequired
deprecated
func (m *Subscription) GetDeliveryRequired() bool
Deprecated: Do not use.
func (*Subscription) GetSubscriber ¶
func (m *Subscription) GetSubscriber() *v1.Identity
func (*Subscription) GetTarget ¶
func (m *Subscription) GetTarget() []*Target
func (*Subscription) ProtoMessage ¶
func (*Subscription) ProtoMessage()
func (*Subscription) Reset ¶
func (m *Subscription) Reset()
func (*Subscription) String ¶
func (m *Subscription) String() string
func (*Subscription) XXX_DiscardUnknown ¶
func (m *Subscription) XXX_DiscardUnknown()
func (*Subscription) XXX_Marshal ¶
func (m *Subscription) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*Subscription) XXX_Merge ¶
func (m *Subscription) XXX_Merge(src proto.Message)
func (*Subscription) XXX_Size ¶
func (m *Subscription) XXX_Size() int
func (*Subscription) XXX_Unmarshal ¶
func (m *Subscription) XXX_Unmarshal(b []byte) error
type Target ¶
type Target struct { Identity *TargetIdentity `protobuf:"bytes,1,opt,name=identity" json:"identity,omitempty"` Type *string `protobuf:"bytes,2,opt,name=type" json:"type,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Target) Descriptor ¶
func (*Target) GetIdentity ¶
func (m *Target) GetIdentity() *TargetIdentity
func (*Target) ProtoMessage ¶
func (*Target) ProtoMessage()
func (*Target) XXX_DiscardUnknown ¶
func (m *Target) XXX_DiscardUnknown()
func (*Target) XXX_Marshal ¶
func (*Target) XXX_Unmarshal ¶
type TargetIdentity ¶
type TargetIdentity struct { Account *v1.AccountId `protobuf:"bytes,1,opt,name=account" json:"account,omitempty"` GameAccount *v1.GameAccountHandle `protobuf:"bytes,2,opt,name=game_account,json=gameAccount" json:"game_account,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*TargetIdentity) Descriptor ¶
func (*TargetIdentity) Descriptor() ([]byte, []int)
func (*TargetIdentity) GetAccount ¶
func (m *TargetIdentity) GetAccount() *v1.AccountId
func (*TargetIdentity) GetGameAccount ¶
func (m *TargetIdentity) GetGameAccount() *v1.GameAccountHandle
func (*TargetIdentity) ProtoMessage ¶
func (*TargetIdentity) ProtoMessage()
func (*TargetIdentity) Reset ¶
func (m *TargetIdentity) Reset()
func (*TargetIdentity) String ¶
func (m *TargetIdentity) String() string
func (*TargetIdentity) XXX_DiscardUnknown ¶
func (m *TargetIdentity) XXX_DiscardUnknown()
func (*TargetIdentity) XXX_Marshal ¶
func (m *TargetIdentity) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*TargetIdentity) XXX_Merge ¶
func (m *TargetIdentity) XXX_Merge(src proto.Message)
func (*TargetIdentity) XXX_Size ¶
func (m *TargetIdentity) XXX_Size() int
func (*TargetIdentity) XXX_Unmarshal ¶
func (m *TargetIdentity) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.