v1

package
v0.5.1 Latest Latest
Warning

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

Go to latest
Published: Jan 15, 2023 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const Default_RecentPlayer_Counter uint32 = 0
View Source
const EntityIdRestriction_ACCOUNT_OR_GAME_ACCOUNT = EntityIdRestriction_Kind(protocol.EntityIdRestriction_ACCOUNT_OR_GAME_ACCOUNT)
View Source
const LogOption_HEX = LogOption(protocol.LogOption_HEX)
View Source
const LogOption_HIDDEN = LogOption(protocol.LogOption_HIDDEN)

Variables

View Source
var E_FieldOptions = protocol.E_FieldOptions
View Source
var E_Valid = protocol.E_Valid
View Source
var EntityIdRestriction_Kind_name = protocol.EntityIdRestriction_Kind_name
View Source
var EntityIdRestriction_Kind_value = protocol.EntityIdRestriction_Kind_value
View Source
var LogOption_name = protocol.LogOption_name
View Source
var LogOption_value = protocol.LogOption_value

Functions

This section is empty.

Types

type AddRecentPlayersRequest

type AddRecentPlayersRequest struct {
	Players              []*RecentPlayer    `protobuf:"bytes,1,rep,name=players" json:"players,omitempty"`
	AgentId              *protocol.EntityId `protobuf:"bytes,2,opt,name=agent_id,json=agentId" json:"agent_id,omitempty"`
	Program              *uint32            `protobuf:"varint,3,opt,name=program" json:"program,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*AddRecentPlayersRequest) Descriptor

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

func (*AddRecentPlayersRequest) GetAgentId

func (m *AddRecentPlayersRequest) GetAgentId() *protocol.EntityId

func (*AddRecentPlayersRequest) GetPlayers

func (m *AddRecentPlayersRequest) GetPlayers() []*RecentPlayer

func (*AddRecentPlayersRequest) GetProgram

func (m *AddRecentPlayersRequest) GetProgram() uint32

func (*AddRecentPlayersRequest) ProtoMessage

func (*AddRecentPlayersRequest) ProtoMessage()

func (*AddRecentPlayersRequest) Reset

func (m *AddRecentPlayersRequest) Reset()

func (*AddRecentPlayersRequest) String

func (m *AddRecentPlayersRequest) String() string

func (*AddRecentPlayersRequest) XXX_DiscardUnknown

func (m *AddRecentPlayersRequest) XXX_DiscardUnknown()

func (*AddRecentPlayersRequest) XXX_Marshal

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

func (*AddRecentPlayersRequest) XXX_Merge

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

func (*AddRecentPlayersRequest) XXX_Size

func (m *AddRecentPlayersRequest) XXX_Size() int

func (*AddRecentPlayersRequest) XXX_Unmarshal

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

type BGSFieldOptions

type BGSFieldOptions = protocol.BGSFieldOptions

BGSFieldOptions from public import global_extensions/field_options.proto

type BlockPlayerRequest

type BlockPlayerRequest struct {
	AgentId              *protocol.EntityId `protobuf:"bytes,1,opt,name=agent_id,json=agentId" json:"agent_id,omitempty"`
	TargetId             *protocol.EntityId `protobuf:"bytes,2,req,name=target_id,json=targetId" json:"target_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*BlockPlayerRequest) Descriptor

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

func (*BlockPlayerRequest) GetAgentId

func (m *BlockPlayerRequest) GetAgentId() *protocol.EntityId

func (*BlockPlayerRequest) GetTargetId

func (m *BlockPlayerRequest) GetTargetId() *protocol.EntityId

func (*BlockPlayerRequest) ProtoMessage

func (*BlockPlayerRequest) ProtoMessage()

func (*BlockPlayerRequest) Reset

func (m *BlockPlayerRequest) Reset()

func (*BlockPlayerRequest) String

func (m *BlockPlayerRequest) String() string

func (*BlockPlayerRequest) XXX_DiscardUnknown

func (m *BlockPlayerRequest) XXX_DiscardUnknown()

func (*BlockPlayerRequest) XXX_Marshal

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

func (*BlockPlayerRequest) XXX_Merge

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

func (*BlockPlayerRequest) XXX_Size

func (m *BlockPlayerRequest) XXX_Size() int

func (*BlockPlayerRequest) XXX_Unmarshal

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

type BlockedPlayer

type BlockedPlayer struct {
	AccountId            *protocol.EntityId `protobuf:"bytes,1,req,name=account_id,json=accountId" json:"account_id,omitempty"`
	BattleTag            *string            `protobuf:"bytes,2,opt,name=battle_tag,json=battleTag" json:"battle_tag,omitempty"`
	Role                 []uint32           `protobuf:"varint,3,rep,name=role" json:"role,omitempty"`             // Deprecated: Do not use.
	Privileges           *uint64            `protobuf:"varint,4,opt,name=privileges" json:"privileges,omitempty"` // Deprecated: Do not use.
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*BlockedPlayer) Descriptor

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

func (*BlockedPlayer) GetAccountId

func (m *BlockedPlayer) GetAccountId() *protocol.EntityId

func (*BlockedPlayer) GetBattleTag

func (m *BlockedPlayer) GetBattleTag() string

func (*BlockedPlayer) GetPrivileges deprecated

func (m *BlockedPlayer) GetPrivileges() uint64

Deprecated: Do not use.

func (*BlockedPlayer) GetRole deprecated

func (m *BlockedPlayer) GetRole() []uint32

Deprecated: Do not use.

func (*BlockedPlayer) ProtoMessage

func (*BlockedPlayer) ProtoMessage()

func (*BlockedPlayer) Reset

func (m *BlockedPlayer) Reset()

func (*BlockedPlayer) String

func (m *BlockedPlayer) String() string

func (*BlockedPlayer) XXX_DiscardUnknown

func (m *BlockedPlayer) XXX_DiscardUnknown()

func (*BlockedPlayer) XXX_Marshal

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

func (*BlockedPlayer) XXX_Merge

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

func (*BlockedPlayer) XXX_Size

func (m *BlockedPlayer) XXX_Size() int

func (*BlockedPlayer) XXX_Unmarshal

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

type BlockedPlayerAddedNotification

type BlockedPlayerAddedNotification struct {
	Player               *BlockedPlayer     `protobuf:"bytes,1,req,name=player" json:"player,omitempty"`
	GameAccountId        *protocol.EntityId `protobuf:"bytes,2,opt,name=game_account_id,json=gameAccountId" json:"game_account_id,omitempty"`
	AccountId            *protocol.EntityId `protobuf:"bytes,3,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*BlockedPlayerAddedNotification) Descriptor

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

func (*BlockedPlayerAddedNotification) GetAccountId

func (*BlockedPlayerAddedNotification) GetGameAccountId

func (m *BlockedPlayerAddedNotification) GetGameAccountId() *protocol.EntityId

func (*BlockedPlayerAddedNotification) GetPlayer

func (*BlockedPlayerAddedNotification) ProtoMessage

func (*BlockedPlayerAddedNotification) ProtoMessage()

func (*BlockedPlayerAddedNotification) Reset

func (m *BlockedPlayerAddedNotification) Reset()

func (*BlockedPlayerAddedNotification) String

func (*BlockedPlayerAddedNotification) XXX_DiscardUnknown

func (m *BlockedPlayerAddedNotification) XXX_DiscardUnknown()

func (*BlockedPlayerAddedNotification) XXX_Marshal

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

func (*BlockedPlayerAddedNotification) XXX_Merge

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

func (*BlockedPlayerAddedNotification) XXX_Size

func (m *BlockedPlayerAddedNotification) XXX_Size() int

func (*BlockedPlayerAddedNotification) XXX_Unmarshal

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

type BlockedPlayerRemovedNotification

type BlockedPlayerRemovedNotification struct {
	Player               *BlockedPlayer     `protobuf:"bytes,1,req,name=player" json:"player,omitempty"`
	GameAccountId        *protocol.EntityId `protobuf:"bytes,2,opt,name=game_account_id,json=gameAccountId" json:"game_account_id,omitempty"`
	AccountId            *protocol.EntityId `protobuf:"bytes,3,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*BlockedPlayerRemovedNotification) Descriptor

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

func (*BlockedPlayerRemovedNotification) GetAccountId

func (*BlockedPlayerRemovedNotification) GetGameAccountId

func (m *BlockedPlayerRemovedNotification) GetGameAccountId() *protocol.EntityId

func (*BlockedPlayerRemovedNotification) GetPlayer

func (*BlockedPlayerRemovedNotification) ProtoMessage

func (*BlockedPlayerRemovedNotification) ProtoMessage()

func (*BlockedPlayerRemovedNotification) Reset

func (*BlockedPlayerRemovedNotification) String

func (*BlockedPlayerRemovedNotification) XXX_DiscardUnknown

func (m *BlockedPlayerRemovedNotification) XXX_DiscardUnknown()

func (*BlockedPlayerRemovedNotification) XXX_Marshal

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

func (*BlockedPlayerRemovedNotification) XXX_Merge

func (*BlockedPlayerRemovedNotification) XXX_Size

func (m *BlockedPlayerRemovedNotification) XXX_Size() int

func (*BlockedPlayerRemovedNotification) XXX_Unmarshal

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

type ClearRecentPlayersRequest

type ClearRecentPlayersRequest struct {
	AgentId              *protocol.EntityId `protobuf:"bytes,1,opt,name=agent_id,json=agentId" json:"agent_id,omitempty"`
	Program              *uint32            `protobuf:"varint,2,opt,name=program" json:"program,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*ClearRecentPlayersRequest) Descriptor

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

func (*ClearRecentPlayersRequest) GetAgentId

func (m *ClearRecentPlayersRequest) GetAgentId() *protocol.EntityId

func (*ClearRecentPlayersRequest) GetProgram

func (m *ClearRecentPlayersRequest) GetProgram() uint32

func (*ClearRecentPlayersRequest) ProtoMessage

func (*ClearRecentPlayersRequest) ProtoMessage()

func (*ClearRecentPlayersRequest) Reset

func (m *ClearRecentPlayersRequest) Reset()

func (*ClearRecentPlayersRequest) String

func (m *ClearRecentPlayersRequest) String() string

func (*ClearRecentPlayersRequest) XXX_DiscardUnknown

func (m *ClearRecentPlayersRequest) XXX_DiscardUnknown()

func (*ClearRecentPlayersRequest) XXX_Marshal

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

func (*ClearRecentPlayersRequest) XXX_Merge

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

func (*ClearRecentPlayersRequest) XXX_Size

func (m *ClearRecentPlayersRequest) XXX_Size() int

func (*ClearRecentPlayersRequest) XXX_Unmarshal

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

type EntityIdRestriction

type EntityIdRestriction = protocol.EntityIdRestriction

EntityIdRestriction from public import global_extensions/field_options.proto

type EntityIdRestriction_Kind

type EntityIdRestriction_Kind = protocol.EntityIdRestriction_Kind

EntityIdRestriction_Kind from public import global_extensions/field_options.proto

type FieldRestriction

type FieldRestriction = protocol.FieldRestriction

FieldRestriction from public import global_extensions/field_options.proto

type FieldRestriction_Bytes

type FieldRestriction_Bytes = protocol.FieldRestriction_Bytes

type FieldRestriction_EntityId

type FieldRestriction_EntityId = protocol.FieldRestriction_EntityId

type FieldRestriction_Float

type FieldRestriction_Float = protocol.FieldRestriction_Float

type FieldRestriction_Message

type FieldRestriction_Message = protocol.FieldRestriction_Message

type FieldRestriction_Repeated

type FieldRestriction_Repeated = protocol.FieldRestriction_Repeated

type FieldRestriction_Signed

type FieldRestriction_Signed = protocol.FieldRestriction_Signed

type FieldRestriction_String_

type FieldRestriction_String_ = protocol.FieldRestriction_String_

type FieldRestriction_Unsigned

type FieldRestriction_Unsigned = protocol.FieldRestriction_Unsigned

type FloatFieldRestriction

type FloatFieldRestriction = protocol.FloatFieldRestriction

FloatFieldRestriction from public import global_extensions/field_options.proto

type LogOption

type LogOption = protocol.LogOption

LogOption from public import global_extensions/field_options.proto

type MessageFieldRestriction

type MessageFieldRestriction = protocol.MessageFieldRestriction

MessageFieldRestriction from public import global_extensions/field_options.proto

type RecentPlayer

type RecentPlayer struct {
	EntityId             *protocol.EntityId    `protobuf:"bytes,1,req,name=entity_id,json=entityId" json:"entity_id,omitempty"`
	Program              *string               `protobuf:"bytes,2,opt,name=program" json:"program,omitempty"`
	TimestampPlayed      *uint64               `protobuf:"fixed64,3,opt,name=timestamp_played,json=timestampPlayed" json:"timestamp_played,omitempty"`
	Attributes           []*protocol.Attribute `protobuf:"bytes,4,rep,name=attributes" json:"attributes,omitempty"`
	Counter              *uint32               `protobuf:"fixed32,6,opt,name=counter,def=0" json:"counter,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*RecentPlayer) Descriptor

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

func (*RecentPlayer) GetAttributes

func (m *RecentPlayer) GetAttributes() []*protocol.Attribute

func (*RecentPlayer) GetCounter

func (m *RecentPlayer) GetCounter() uint32

func (*RecentPlayer) GetEntityId

func (m *RecentPlayer) GetEntityId() *protocol.EntityId

func (*RecentPlayer) GetProgram

func (m *RecentPlayer) GetProgram() string

func (*RecentPlayer) GetTimestampPlayed

func (m *RecentPlayer) GetTimestampPlayed() uint64

func (*RecentPlayer) ProtoMessage

func (*RecentPlayer) ProtoMessage()

func (*RecentPlayer) Reset

func (m *RecentPlayer) Reset()

func (*RecentPlayer) String

func (m *RecentPlayer) String() string

func (*RecentPlayer) XXX_DiscardUnknown

func (m *RecentPlayer) XXX_DiscardUnknown()

func (*RecentPlayer) XXX_Marshal

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

func (*RecentPlayer) XXX_Merge

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

func (*RecentPlayer) XXX_Size

func (m *RecentPlayer) XXX_Size() int

func (*RecentPlayer) XXX_Unmarshal

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

type RecentPlayersAddedNotification

type RecentPlayersAddedNotification struct {
	Player               []*RecentPlayer `protobuf:"bytes,1,rep,name=player" json:"player,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*RecentPlayersAddedNotification) Descriptor

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

func (*RecentPlayersAddedNotification) GetPlayer

func (m *RecentPlayersAddedNotification) GetPlayer() []*RecentPlayer

func (*RecentPlayersAddedNotification) ProtoMessage

func (*RecentPlayersAddedNotification) ProtoMessage()

func (*RecentPlayersAddedNotification) Reset

func (m *RecentPlayersAddedNotification) Reset()

func (*RecentPlayersAddedNotification) String

func (*RecentPlayersAddedNotification) XXX_DiscardUnknown

func (m *RecentPlayersAddedNotification) XXX_DiscardUnknown()

func (*RecentPlayersAddedNotification) XXX_Marshal

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

func (*RecentPlayersAddedNotification) XXX_Merge

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

func (*RecentPlayersAddedNotification) XXX_Size

func (m *RecentPlayersAddedNotification) XXX_Size() int

func (*RecentPlayersAddedNotification) XXX_Unmarshal

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

type RecentPlayersRemovedNotification

type RecentPlayersRemovedNotification struct {
	Player               []*RecentPlayer `protobuf:"bytes,1,rep,name=player" json:"player,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*RecentPlayersRemovedNotification) Descriptor

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

func (*RecentPlayersRemovedNotification) GetPlayer

func (*RecentPlayersRemovedNotification) ProtoMessage

func (*RecentPlayersRemovedNotification) ProtoMessage()

func (*RecentPlayersRemovedNotification) Reset

func (*RecentPlayersRemovedNotification) String

func (*RecentPlayersRemovedNotification) XXX_DiscardUnknown

func (m *RecentPlayersRemovedNotification) XXX_DiscardUnknown()

func (*RecentPlayersRemovedNotification) XXX_Marshal

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

func (*RecentPlayersRemovedNotification) XXX_Merge

func (*RecentPlayersRemovedNotification) XXX_Size

func (m *RecentPlayersRemovedNotification) XXX_Size() int

func (*RecentPlayersRemovedNotification) XXX_Unmarshal

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

type RepeatedFieldRestriction

type RepeatedFieldRestriction = protocol.RepeatedFieldRestriction

RepeatedFieldRestriction from public import global_extensions/field_options.proto

type RepeatedFieldRestriction_Bytes

type RepeatedFieldRestriction_Bytes = protocol.RepeatedFieldRestriction_Bytes

type RepeatedFieldRestriction_EntityId

type RepeatedFieldRestriction_EntityId = protocol.RepeatedFieldRestriction_EntityId

type RepeatedFieldRestriction_Float

type RepeatedFieldRestriction_Float = protocol.RepeatedFieldRestriction_Float

type RepeatedFieldRestriction_Signed

type RepeatedFieldRestriction_Signed = protocol.RepeatedFieldRestriction_Signed

type RepeatedFieldRestriction_String_

type RepeatedFieldRestriction_String_ = protocol.RepeatedFieldRestriction_String_

type RepeatedFieldRestriction_Unsigned

type RepeatedFieldRestriction_Unsigned = protocol.RepeatedFieldRestriction_Unsigned

type SignedFieldRestriction

type SignedFieldRestriction = protocol.SignedFieldRestriction

SignedFieldRestriction from public import global_extensions/field_options.proto

type StringFieldRestriction

type StringFieldRestriction = protocol.StringFieldRestriction

StringFieldRestriction from public import global_extensions/field_options.proto

type SubscribeRequest

type SubscribeRequest struct {
	AgentId              *protocol.EntityId `protobuf:"bytes,1,opt,name=agent_id,json=agentId" json:"agent_id,omitempty"`
	ObjectId             *uint64            `protobuf:"varint,2,req,name=object_id,json=objectId" json:"object_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*SubscribeRequest) Descriptor

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

func (*SubscribeRequest) GetAgentId

func (m *SubscribeRequest) GetAgentId() *protocol.EntityId

func (*SubscribeRequest) GetObjectId

func (m *SubscribeRequest) GetObjectId() uint64

func (*SubscribeRequest) ProtoMessage

func (*SubscribeRequest) ProtoMessage()

func (*SubscribeRequest) Reset

func (m *SubscribeRequest) Reset()

func (*SubscribeRequest) String

func (m *SubscribeRequest) String() string

func (*SubscribeRequest) XXX_DiscardUnknown

func (m *SubscribeRequest) XXX_DiscardUnknown()

func (*SubscribeRequest) XXX_Marshal

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

func (*SubscribeRequest) XXX_Merge

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

func (*SubscribeRequest) XXX_Size

func (m *SubscribeRequest) XXX_Size() int

func (*SubscribeRequest) XXX_Unmarshal

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

type SubscribeResponse

type SubscribeResponse struct {
	BlockedPlayers       []*BlockedPlayer `protobuf:"bytes,1,rep,name=blocked_players,json=blockedPlayers" json:"blocked_players,omitempty"`
	RecentPlayers        []*RecentPlayer  `protobuf:"bytes,2,rep,name=recent_players,json=recentPlayers" json:"recent_players,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*SubscribeResponse) Descriptor

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

func (*SubscribeResponse) GetBlockedPlayers

func (m *SubscribeResponse) GetBlockedPlayers() []*BlockedPlayer

func (*SubscribeResponse) GetRecentPlayers

func (m *SubscribeResponse) GetRecentPlayers() []*RecentPlayer

func (*SubscribeResponse) ProtoMessage

func (*SubscribeResponse) ProtoMessage()

func (*SubscribeResponse) Reset

func (m *SubscribeResponse) Reset()

func (*SubscribeResponse) String

func (m *SubscribeResponse) String() string

func (*SubscribeResponse) XXX_DiscardUnknown

func (m *SubscribeResponse) XXX_DiscardUnknown()

func (*SubscribeResponse) XXX_Marshal

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

func (*SubscribeResponse) XXX_Merge

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

func (*SubscribeResponse) XXX_Size

func (m *SubscribeResponse) XXX_Size() int

func (*SubscribeResponse) XXX_Unmarshal

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

type UnblockPlayerRequest

type UnblockPlayerRequest struct {
	AgentId              *protocol.EntityId `protobuf:"bytes,1,opt,name=agent_id,json=agentId" json:"agent_id,omitempty"`
	TargetId             *protocol.EntityId `protobuf:"bytes,2,req,name=target_id,json=targetId" json:"target_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*UnblockPlayerRequest) Descriptor

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

func (*UnblockPlayerRequest) GetAgentId

func (m *UnblockPlayerRequest) GetAgentId() *protocol.EntityId

func (*UnblockPlayerRequest) GetTargetId

func (m *UnblockPlayerRequest) GetTargetId() *protocol.EntityId

func (*UnblockPlayerRequest) ProtoMessage

func (*UnblockPlayerRequest) ProtoMessage()

func (*UnblockPlayerRequest) Reset

func (m *UnblockPlayerRequest) Reset()

func (*UnblockPlayerRequest) String

func (m *UnblockPlayerRequest) String() string

func (*UnblockPlayerRequest) XXX_DiscardUnknown

func (m *UnblockPlayerRequest) XXX_DiscardUnknown()

func (*UnblockPlayerRequest) XXX_Marshal

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

func (*UnblockPlayerRequest) XXX_Merge

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

func (*UnblockPlayerRequest) XXX_Size

func (m *UnblockPlayerRequest) XXX_Size() int

func (*UnblockPlayerRequest) XXX_Unmarshal

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

type UnsignedFieldRestriction

type UnsignedFieldRestriction = protocol.UnsignedFieldRestriction

UnsignedFieldRestriction from public import global_extensions/field_options.proto

type UnsubscribeRequest

type UnsubscribeRequest struct {
	AgentId              *protocol.EntityId `protobuf:"bytes,1,opt,name=agent_id,json=agentId" json:"agent_id,omitempty"`
	ObjectId             *uint64            `protobuf:"varint,2,opt,name=object_id,json=objectId" json:"object_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*UnsubscribeRequest) Descriptor

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

func (*UnsubscribeRequest) GetAgentId

func (m *UnsubscribeRequest) GetAgentId() *protocol.EntityId

func (*UnsubscribeRequest) GetObjectId

func (m *UnsubscribeRequest) GetObjectId() uint64

func (*UnsubscribeRequest) ProtoMessage

func (*UnsubscribeRequest) ProtoMessage()

func (*UnsubscribeRequest) Reset

func (m *UnsubscribeRequest) Reset()

func (*UnsubscribeRequest) String

func (m *UnsubscribeRequest) String() string

func (*UnsubscribeRequest) XXX_DiscardUnknown

func (m *UnsubscribeRequest) XXX_DiscardUnknown()

func (*UnsubscribeRequest) XXX_Marshal

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

func (*UnsubscribeRequest) XXX_Merge

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

func (*UnsubscribeRequest) XXX_Size

func (m *UnsubscribeRequest) XXX_Size() int

func (*UnsubscribeRequest) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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