v1

package
v0.0.0-...-382259f Latest Latest
Warning

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

Go to latest
Published: Jan 25, 2021 License: GPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

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) Descriptor() ([]byte, []int)

func (*Target) GetIdentity

func (m *Target) GetIdentity() *TargetIdentity

func (*Target) GetType

func (m *Target) GetType() string

func (*Target) ProtoMessage

func (*Target) ProtoMessage()

func (*Target) Reset

func (m *Target) Reset()

func (*Target) String

func (m *Target) String() string

func (*Target) XXX_DiscardUnknown

func (m *Target) XXX_DiscardUnknown()

func (*Target) XXX_Marshal

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

func (*Target) XXX_Merge

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

func (*Target) XXX_Size

func (m *Target) XXX_Size() int

func (*Target) XXX_Unmarshal

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

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

Jump to

Keyboard shortcuts

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