v1

package
v1.33.0-20230627200035... Latest Latest
Warning

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

Go to latest
Published: unknown License: MIT Imports: 4 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Command_MethodType_name = map[int32]string{
		0:  "PUBLISH",
		1:  "BROADCAST",
		2:  "UNSUBSCRIBE",
		3:  "DISCONNECT",
		4:  "PRESENCE",
		5:  "PRESENCE_STATS",
		6:  "HISTORY",
		7:  "HISTORY_REMOVE",
		8:  "CHANNELS",
		9:  "INFO",
		10: "RPC",
		11: "SUBSCRIBE",
		12: "REFRESH",
		14: "CONNECTIONS",
		15: "UPDATE_USER_STATUS",
		16: "GET_USER_STATUS",
		17: "DELETE_USER_STATUS",
		18: "BLOCK_USER",
		19: "UNBLOCK_USER",
		20: "REVOKE_TOKEN",
		21: "INVALIDATE_USER_TOKENS",
		22: "DEVICE_REGISTER",
		23: "DEVICE_UPDATE",
		24: "DEVICE_REMOVE",
		25: "DEVICE_LIST",
		26: "PUSH_USER_CHANNEL_LIST",
		27: "PUSH_USER_CHANNEL_UPDATE",
		28: "SEND_PUSH_NOTIFICATION",
	}
	Command_MethodType_value = map[string]int32{
		"PUBLISH":                  0,
		"BROADCAST":                1,
		"UNSUBSCRIBE":              2,
		"DISCONNECT":               3,
		"PRESENCE":                 4,
		"PRESENCE_STATS":           5,
		"HISTORY":                  6,
		"HISTORY_REMOVE":           7,
		"CHANNELS":                 8,
		"INFO":                     9,
		"RPC":                      10,
		"SUBSCRIBE":                11,
		"REFRESH":                  12,
		"CONNECTIONS":              14,
		"UPDATE_USER_STATUS":       15,
		"GET_USER_STATUS":          16,
		"DELETE_USER_STATUS":       17,
		"BLOCK_USER":               18,
		"UNBLOCK_USER":             19,
		"REVOKE_TOKEN":             20,
		"INVALIDATE_USER_TOKENS":   21,
		"DEVICE_REGISTER":          22,
		"DEVICE_UPDATE":            23,
		"DEVICE_REMOVE":            24,
		"DEVICE_LIST":              25,
		"PUSH_USER_CHANNEL_LIST":   26,
		"PUSH_USER_CHANNEL_UPDATE": 27,
		"SEND_PUSH_NOTIFICATION":   28,
	}
)

Enum value maps for Command_MethodType.

View Source
var File_centrifugo_api_v1_api_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type ApnsPushNotification

type ApnsPushNotification struct {
	Headers map[string]string `` /* 155-byte string literal not displayed */
	Payload []byte            `protobuf:"bytes,2,opt,name=payload,proto3" json:"payload,omitempty"`
	// contains filtered or unexported fields
}

func (*ApnsPushNotification) Descriptor deprecated

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

Deprecated: Use ApnsPushNotification.ProtoReflect.Descriptor instead.

func (*ApnsPushNotification) GetHeaders

func (x *ApnsPushNotification) GetHeaders() map[string]string

func (*ApnsPushNotification) GetPayload

func (x *ApnsPushNotification) GetPayload() []byte

func (*ApnsPushNotification) ProtoMessage

func (*ApnsPushNotification) ProtoMessage()

func (*ApnsPushNotification) ProtoReflect

func (x *ApnsPushNotification) ProtoReflect() protoreflect.Message

func (*ApnsPushNotification) Reset

func (x *ApnsPushNotification) Reset()

func (*ApnsPushNotification) String

func (x *ApnsPushNotification) String() string

type BatchRequest

type BatchRequest struct {
	Commands []*Command `protobuf:"bytes,1,rep,name=commands,proto3" json:"commands,omitempty"`
	// contains filtered or unexported fields
}

func (*BatchRequest) Descriptor deprecated

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

Deprecated: Use BatchRequest.ProtoReflect.Descriptor instead.

func (*BatchRequest) GetCommands

func (x *BatchRequest) GetCommands() []*Command

func (*BatchRequest) ProtoMessage

func (*BatchRequest) ProtoMessage()

func (*BatchRequest) ProtoReflect

func (x *BatchRequest) ProtoReflect() protoreflect.Message

func (*BatchRequest) Reset

func (x *BatchRequest) Reset()

func (*BatchRequest) String

func (x *BatchRequest) String() string

type BatchResponse

type BatchResponse struct {
	Replies []*Reply `protobuf:"bytes,1,rep,name=replies,proto3" json:"replies,omitempty"`
	// contains filtered or unexported fields
}

func (*BatchResponse) Descriptor deprecated

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

Deprecated: Use BatchResponse.ProtoReflect.Descriptor instead.

func (*BatchResponse) GetReplies

func (x *BatchResponse) GetReplies() []*Reply

func (*BatchResponse) ProtoMessage

func (*BatchResponse) ProtoMessage()

func (*BatchResponse) ProtoReflect

func (x *BatchResponse) ProtoReflect() protoreflect.Message

func (*BatchResponse) Reset

func (x *BatchResponse) Reset()

func (*BatchResponse) String

func (x *BatchResponse) String() string

type BlockUserRequest

type BlockUserRequest struct {
	ExpireAt int64  `protobuf:"varint,1,opt,name=expire_at,json=expireAt,proto3" json:"expire_at,omitempty"`
	User     string `protobuf:"bytes,2,opt,name=user,proto3" json:"user,omitempty"`
	// contains filtered or unexported fields
}

func (*BlockUserRequest) Descriptor deprecated

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

Deprecated: Use BlockUserRequest.ProtoReflect.Descriptor instead.

func (*BlockUserRequest) GetExpireAt

func (x *BlockUserRequest) GetExpireAt() int64

func (*BlockUserRequest) GetUser

func (x *BlockUserRequest) GetUser() string

func (*BlockUserRequest) ProtoMessage

func (*BlockUserRequest) ProtoMessage()

func (*BlockUserRequest) ProtoReflect

func (x *BlockUserRequest) ProtoReflect() protoreflect.Message

func (*BlockUserRequest) Reset

func (x *BlockUserRequest) Reset()

func (*BlockUserRequest) String

func (x *BlockUserRequest) String() string

type BlockUserResponse

type BlockUserResponse struct {
	Error  *Error           `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	Result *BlockUserResult `protobuf:"bytes,2,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*BlockUserResponse) Descriptor deprecated

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

Deprecated: Use BlockUserResponse.ProtoReflect.Descriptor instead.

func (*BlockUserResponse) GetError

func (x *BlockUserResponse) GetError() *Error

func (*BlockUserResponse) GetResult

func (x *BlockUserResponse) GetResult() *BlockUserResult

func (*BlockUserResponse) ProtoMessage

func (*BlockUserResponse) ProtoMessage()

func (*BlockUserResponse) ProtoReflect

func (x *BlockUserResponse) ProtoReflect() protoreflect.Message

func (*BlockUserResponse) Reset

func (x *BlockUserResponse) Reset()

func (*BlockUserResponse) String

func (x *BlockUserResponse) String() string

type BlockUserResult

type BlockUserResult struct {
	// contains filtered or unexported fields
}

func (*BlockUserResult) Descriptor deprecated

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

Deprecated: Use BlockUserResult.ProtoReflect.Descriptor instead.

func (*BlockUserResult) ProtoMessage

func (*BlockUserResult) ProtoMessage()

func (*BlockUserResult) ProtoReflect

func (x *BlockUserResult) ProtoReflect() protoreflect.Message

func (*BlockUserResult) Reset

func (x *BlockUserResult) Reset()

func (*BlockUserResult) String

func (x *BlockUserResult) String() string

type BoolValue

type BoolValue struct {
	Value bool `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*BoolValue) Descriptor deprecated

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

Deprecated: Use BoolValue.ProtoReflect.Descriptor instead.

func (*BoolValue) GetValue

func (x *BoolValue) GetValue() bool

func (*BoolValue) ProtoMessage

func (*BoolValue) ProtoMessage()

func (*BoolValue) ProtoReflect

func (x *BoolValue) ProtoReflect() protoreflect.Message

func (*BoolValue) Reset

func (x *BoolValue) Reset()

func (*BoolValue) String

func (x *BoolValue) String() string

type BroadcastRequest

type BroadcastRequest struct {
	Channels    []string          `protobuf:"bytes,1,rep,name=channels,proto3" json:"channels,omitempty"`
	Data        []byte            `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
	B64Data     string            `protobuf:"bytes,3,opt,name=b64data,proto3" json:"b64data,omitempty"`
	SkipHistory bool              `protobuf:"varint,4,opt,name=skip_history,json=skipHistory,proto3" json:"skip_history,omitempty"`
	Tags        map[string]string `` /* 149-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*BroadcastRequest) Descriptor deprecated

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

Deprecated: Use BroadcastRequest.ProtoReflect.Descriptor instead.

func (*BroadcastRequest) GetB64Data

func (x *BroadcastRequest) GetB64Data() string

func (*BroadcastRequest) GetChannels

func (x *BroadcastRequest) GetChannels() []string

func (*BroadcastRequest) GetData

func (x *BroadcastRequest) GetData() []byte

func (*BroadcastRequest) GetSkipHistory

func (x *BroadcastRequest) GetSkipHistory() bool

func (*BroadcastRequest) GetTags

func (x *BroadcastRequest) GetTags() map[string]string

func (*BroadcastRequest) ProtoMessage

func (*BroadcastRequest) ProtoMessage()

func (*BroadcastRequest) ProtoReflect

func (x *BroadcastRequest) ProtoReflect() protoreflect.Message

func (*BroadcastRequest) Reset

func (x *BroadcastRequest) Reset()

func (*BroadcastRequest) String

func (x *BroadcastRequest) String() string

type BroadcastResponse

type BroadcastResponse struct {
	Error  *Error           `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	Result *BroadcastResult `protobuf:"bytes,2,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*BroadcastResponse) Descriptor deprecated

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

Deprecated: Use BroadcastResponse.ProtoReflect.Descriptor instead.

func (*BroadcastResponse) GetError

func (x *BroadcastResponse) GetError() *Error

func (*BroadcastResponse) GetResult

func (x *BroadcastResponse) GetResult() *BroadcastResult

func (*BroadcastResponse) ProtoMessage

func (*BroadcastResponse) ProtoMessage()

func (*BroadcastResponse) ProtoReflect

func (x *BroadcastResponse) ProtoReflect() protoreflect.Message

func (*BroadcastResponse) Reset

func (x *BroadcastResponse) Reset()

func (*BroadcastResponse) String

func (x *BroadcastResponse) String() string

type BroadcastResult

type BroadcastResult struct {
	Responses []*PublishResponse `protobuf:"bytes,1,rep,name=responses,proto3" json:"responses,omitempty"`
	// contains filtered or unexported fields
}

func (*BroadcastResult) Descriptor deprecated

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

Deprecated: Use BroadcastResult.ProtoReflect.Descriptor instead.

func (*BroadcastResult) GetResponses

func (x *BroadcastResult) GetResponses() []*PublishResponse

func (*BroadcastResult) ProtoMessage

func (*BroadcastResult) ProtoMessage()

func (*BroadcastResult) ProtoReflect

func (x *BroadcastResult) ProtoReflect() protoreflect.Message

func (*BroadcastResult) Reset

func (x *BroadcastResult) Reset()

func (*BroadcastResult) String

func (x *BroadcastResult) String() string

type ChannelContext

type ChannelContext struct {
	Source uint32 `protobuf:"varint,1,opt,name=source,proto3" json:"source,omitempty"`
	// contains filtered or unexported fields
}

func (*ChannelContext) Descriptor deprecated

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

Deprecated: Use ChannelContext.ProtoReflect.Descriptor instead.

func (*ChannelContext) GetSource

func (x *ChannelContext) GetSource() uint32

func (*ChannelContext) ProtoMessage

func (*ChannelContext) ProtoMessage()

func (*ChannelContext) ProtoReflect

func (x *ChannelContext) ProtoReflect() protoreflect.Message

func (*ChannelContext) Reset

func (x *ChannelContext) Reset()

func (*ChannelContext) String

func (x *ChannelContext) String() string

type ChannelInfo

type ChannelInfo struct {
	NumClients uint32 `protobuf:"varint,1,opt,name=num_clients,json=numClients,proto3" json:"num_clients,omitempty"`
	// contains filtered or unexported fields
}

func (*ChannelInfo) Descriptor deprecated

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

Deprecated: Use ChannelInfo.ProtoReflect.Descriptor instead.

func (*ChannelInfo) GetNumClients

func (x *ChannelInfo) GetNumClients() uint32

func (*ChannelInfo) ProtoMessage

func (*ChannelInfo) ProtoMessage()

func (*ChannelInfo) ProtoReflect

func (x *ChannelInfo) ProtoReflect() protoreflect.Message

func (*ChannelInfo) Reset

func (x *ChannelInfo) Reset()

func (*ChannelInfo) String

func (x *ChannelInfo) String() string

type ChannelsRequest

type ChannelsRequest struct {
	Pattern string `protobuf:"bytes,1,opt,name=pattern,proto3" json:"pattern,omitempty"`
	// contains filtered or unexported fields
}

func (*ChannelsRequest) Descriptor deprecated

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

Deprecated: Use ChannelsRequest.ProtoReflect.Descriptor instead.

func (*ChannelsRequest) GetPattern

func (x *ChannelsRequest) GetPattern() string

func (*ChannelsRequest) ProtoMessage

func (*ChannelsRequest) ProtoMessage()

func (*ChannelsRequest) ProtoReflect

func (x *ChannelsRequest) ProtoReflect() protoreflect.Message

func (*ChannelsRequest) Reset

func (x *ChannelsRequest) Reset()

func (*ChannelsRequest) String

func (x *ChannelsRequest) String() string

type ChannelsResponse

type ChannelsResponse struct {
	Error  *Error          `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	Result *ChannelsResult `protobuf:"bytes,2,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*ChannelsResponse) Descriptor deprecated

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

Deprecated: Use ChannelsResponse.ProtoReflect.Descriptor instead.

func (*ChannelsResponse) GetError

func (x *ChannelsResponse) GetError() *Error

func (*ChannelsResponse) GetResult

func (x *ChannelsResponse) GetResult() *ChannelsResult

func (*ChannelsResponse) ProtoMessage

func (*ChannelsResponse) ProtoMessage()

func (*ChannelsResponse) ProtoReflect

func (x *ChannelsResponse) ProtoReflect() protoreflect.Message

func (*ChannelsResponse) Reset

func (x *ChannelsResponse) Reset()

func (*ChannelsResponse) String

func (x *ChannelsResponse) String() string

type ChannelsResult

type ChannelsResult struct {
	Channels map[string]*ChannelInfo `` /* 157-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ChannelsResult) Descriptor deprecated

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

Deprecated: Use ChannelsResult.ProtoReflect.Descriptor instead.

func (*ChannelsResult) GetChannels

func (x *ChannelsResult) GetChannels() map[string]*ChannelInfo

func (*ChannelsResult) ProtoMessage

func (*ChannelsResult) ProtoMessage()

func (*ChannelsResult) ProtoReflect

func (x *ChannelsResult) ProtoReflect() protoreflect.Message

func (*ChannelsResult) Reset

func (x *ChannelsResult) Reset()

func (*ChannelsResult) String

func (x *ChannelsResult) String() string

type ClientInfo

type ClientInfo struct {
	User     string `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"`
	Client   string `protobuf:"bytes,2,opt,name=client,proto3" json:"client,omitempty"`
	ConnInfo []byte `protobuf:"bytes,3,opt,name=conn_info,json=connInfo,proto3" json:"conn_info,omitempty"`
	ChanInfo []byte `protobuf:"bytes,4,opt,name=chan_info,json=chanInfo,proto3" json:"chan_info,omitempty"`
	// contains filtered or unexported fields
}

func (*ClientInfo) Descriptor deprecated

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

Deprecated: Use ClientInfo.ProtoReflect.Descriptor instead.

func (*ClientInfo) GetChanInfo

func (x *ClientInfo) GetChanInfo() []byte

func (*ClientInfo) GetClient

func (x *ClientInfo) GetClient() string

func (*ClientInfo) GetConnInfo

func (x *ClientInfo) GetConnInfo() []byte

func (*ClientInfo) GetUser

func (x *ClientInfo) GetUser() string

func (*ClientInfo) ProtoMessage

func (*ClientInfo) ProtoMessage()

func (*ClientInfo) ProtoReflect

func (x *ClientInfo) ProtoReflect() protoreflect.Message

func (*ClientInfo) Reset

func (x *ClientInfo) Reset()

func (*ClientInfo) String

func (x *ClientInfo) String() string

type Command

type Command struct {
	Id                    uint32                        `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Method                Command_MethodType            `protobuf:"varint,2,opt,name=method,proto3,enum=centrifugal.centrifugo.api.Command_MethodType" json:"method,omitempty"`
	Params                []byte                        `protobuf:"bytes,3,opt,name=params,proto3" json:"params,omitempty"`
	Publish               *PublishRequest               `protobuf:"bytes,4,opt,name=publish,proto3" json:"publish,omitempty"`
	Broadcast             *BroadcastRequest             `protobuf:"bytes,5,opt,name=broadcast,proto3" json:"broadcast,omitempty"`
	Subscribe             *SubscribeRequest             `protobuf:"bytes,6,opt,name=subscribe,proto3" json:"subscribe,omitempty"`
	Unsubscribe           *UnsubscribeRequest           `protobuf:"bytes,7,opt,name=unsubscribe,proto3" json:"unsubscribe,omitempty"`
	Disconnect            *DisconnectRequest            `protobuf:"bytes,8,opt,name=disconnect,proto3" json:"disconnect,omitempty"`
	Presence              *PresenceRequest              `protobuf:"bytes,9,opt,name=presence,proto3" json:"presence,omitempty"`
	PresenceStats         *PresenceStatsRequest         `protobuf:"bytes,10,opt,name=presence_stats,json=presenceStats,proto3" json:"presence_stats,omitempty"`
	History               *HistoryRequest               `protobuf:"bytes,11,opt,name=history,proto3" json:"history,omitempty"`
	HistoryRemove         *HistoryRemoveRequest         `protobuf:"bytes,12,opt,name=history_remove,json=historyRemove,proto3" json:"history_remove,omitempty"`
	Info                  *InfoRequest                  `protobuf:"bytes,13,opt,name=info,proto3" json:"info,omitempty"`
	Rpc                   *RPCRequest                   `protobuf:"bytes,14,opt,name=rpc,proto3" json:"rpc,omitempty"`
	Refresh               *RefreshRequest               `protobuf:"bytes,15,opt,name=refresh,proto3" json:"refresh,omitempty"`
	Channels              *ChannelsRequest              `protobuf:"bytes,16,opt,name=channels,proto3" json:"channels,omitempty"`
	Connections           *ConnectionsRequest           `protobuf:"bytes,17,opt,name=connections,proto3" json:"connections,omitempty"`
	UpdateUserStatus      *UpdateUserStatusRequest      `protobuf:"bytes,18,opt,name=update_user_status,json=updateUserStatus,proto3" json:"update_user_status,omitempty"`
	GetUserStatus         *GetUserStatusRequest         `protobuf:"bytes,19,opt,name=get_user_status,json=getUserStatus,proto3" json:"get_user_status,omitempty"`
	DeleteUserStatus      *DeleteUserStatusRequest      `protobuf:"bytes,20,opt,name=delete_user_status,json=deleteUserStatus,proto3" json:"delete_user_status,omitempty"`
	BlockUser             *BlockUserRequest             `protobuf:"bytes,21,opt,name=block_user,json=blockUser,proto3" json:"block_user,omitempty"`
	UnblockUser           *UnblockUserRequest           `protobuf:"bytes,22,opt,name=unblock_user,json=unblockUser,proto3" json:"unblock_user,omitempty"`
	RevokeToken           *RevokeTokenRequest           `protobuf:"bytes,23,opt,name=revoke_token,json=revokeToken,proto3" json:"revoke_token,omitempty"`
	InvalidateUserTokens  *InvalidateUserTokensRequest  `protobuf:"bytes,24,opt,name=invalidate_user_tokens,json=invalidateUserTokens,proto3" json:"invalidate_user_tokens,omitempty"`
	DeviceRegister        *DeviceRegisterRequest        `protobuf:"bytes,25,opt,name=device_register,json=deviceRegister,proto3" json:"device_register,omitempty"`
	DeviceUpdate          *DeviceUpdateRequest          `protobuf:"bytes,26,opt,name=device_update,json=deviceUpdate,proto3" json:"device_update,omitempty"`
	DeviceRemove          *DeviceRemoveRequest          `protobuf:"bytes,27,opt,name=device_remove,json=deviceRemove,proto3" json:"device_remove,omitempty"`
	DeviceList            *DeviceListRequest            `protobuf:"bytes,28,opt,name=device_list,json=deviceList,proto3" json:"device_list,omitempty"`
	PushUserChannelList   *PushUserChannelListRequest   `protobuf:"bytes,29,opt,name=push_user_channel_list,json=pushUserChannelList,proto3" json:"push_user_channel_list,omitempty"`
	PushUserChannelUpdate *PushUserChannelUpdateRequest `` /* 129-byte string literal not displayed */
	SendPushNotification  *SendPushNotificationRequest  `protobuf:"bytes,31,opt,name=send_push_notification,json=sendPushNotification,proto3" json:"send_push_notification,omitempty"`
	// contains filtered or unexported fields
}

func (*Command) Descriptor deprecated

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

Deprecated: Use Command.ProtoReflect.Descriptor instead.

func (*Command) GetBlockUser

func (x *Command) GetBlockUser() *BlockUserRequest

func (*Command) GetBroadcast

func (x *Command) GetBroadcast() *BroadcastRequest

func (*Command) GetChannels

func (x *Command) GetChannels() *ChannelsRequest

func (*Command) GetConnections

func (x *Command) GetConnections() *ConnectionsRequest

func (*Command) GetDeleteUserStatus

func (x *Command) GetDeleteUserStatus() *DeleteUserStatusRequest

func (*Command) GetDeviceList

func (x *Command) GetDeviceList() *DeviceListRequest

func (*Command) GetDeviceRegister

func (x *Command) GetDeviceRegister() *DeviceRegisterRequest

func (*Command) GetDeviceRemove

func (x *Command) GetDeviceRemove() *DeviceRemoveRequest

func (*Command) GetDeviceUpdate

func (x *Command) GetDeviceUpdate() *DeviceUpdateRequest

func (*Command) GetDisconnect

func (x *Command) GetDisconnect() *DisconnectRequest

func (*Command) GetGetUserStatus

func (x *Command) GetGetUserStatus() *GetUserStatusRequest

func (*Command) GetHistory

func (x *Command) GetHistory() *HistoryRequest

func (*Command) GetHistoryRemove

func (x *Command) GetHistoryRemove() *HistoryRemoveRequest

func (*Command) GetId

func (x *Command) GetId() uint32

func (*Command) GetInfo

func (x *Command) GetInfo() *InfoRequest

func (*Command) GetInvalidateUserTokens

func (x *Command) GetInvalidateUserTokens() *InvalidateUserTokensRequest

func (*Command) GetMethod

func (x *Command) GetMethod() Command_MethodType

func (*Command) GetParams

func (x *Command) GetParams() []byte

func (*Command) GetPresence

func (x *Command) GetPresence() *PresenceRequest

func (*Command) GetPresenceStats

func (x *Command) GetPresenceStats() *PresenceStatsRequest

func (*Command) GetPublish

func (x *Command) GetPublish() *PublishRequest

func (*Command) GetPushUserChannelList

func (x *Command) GetPushUserChannelList() *PushUserChannelListRequest

func (*Command) GetPushUserChannelUpdate

func (x *Command) GetPushUserChannelUpdate() *PushUserChannelUpdateRequest

func (*Command) GetRefresh

func (x *Command) GetRefresh() *RefreshRequest

func (*Command) GetRevokeToken

func (x *Command) GetRevokeToken() *RevokeTokenRequest

func (*Command) GetRpc

func (x *Command) GetRpc() *RPCRequest

func (*Command) GetSendPushNotification

func (x *Command) GetSendPushNotification() *SendPushNotificationRequest

func (*Command) GetSubscribe

func (x *Command) GetSubscribe() *SubscribeRequest

func (*Command) GetUnblockUser

func (x *Command) GetUnblockUser() *UnblockUserRequest

func (*Command) GetUnsubscribe

func (x *Command) GetUnsubscribe() *UnsubscribeRequest

func (*Command) GetUpdateUserStatus

func (x *Command) GetUpdateUserStatus() *UpdateUserStatusRequest

func (*Command) ProtoMessage

func (*Command) ProtoMessage()

func (*Command) ProtoReflect

func (x *Command) ProtoReflect() protoreflect.Message

func (*Command) Reset

func (x *Command) Reset()

func (*Command) String

func (x *Command) String() string

type Command_MethodType

type Command_MethodType int32
const (
	Command_PUBLISH                  Command_MethodType = 0
	Command_BROADCAST                Command_MethodType = 1
	Command_UNSUBSCRIBE              Command_MethodType = 2
	Command_DISCONNECT               Command_MethodType = 3
	Command_PRESENCE                 Command_MethodType = 4
	Command_PRESENCE_STATS           Command_MethodType = 5
	Command_HISTORY                  Command_MethodType = 6
	Command_HISTORY_REMOVE           Command_MethodType = 7
	Command_CHANNELS                 Command_MethodType = 8
	Command_INFO                     Command_MethodType = 9
	Command_RPC                      Command_MethodType = 10
	Command_SUBSCRIBE                Command_MethodType = 11
	Command_REFRESH                  Command_MethodType = 12
	Command_CONNECTIONS              Command_MethodType = 14
	Command_UPDATE_USER_STATUS       Command_MethodType = 15
	Command_GET_USER_STATUS          Command_MethodType = 16
	Command_DELETE_USER_STATUS       Command_MethodType = 17
	Command_BLOCK_USER               Command_MethodType = 18
	Command_UNBLOCK_USER             Command_MethodType = 19
	Command_REVOKE_TOKEN             Command_MethodType = 20
	Command_INVALIDATE_USER_TOKENS   Command_MethodType = 21
	Command_DEVICE_REGISTER          Command_MethodType = 22
	Command_DEVICE_UPDATE            Command_MethodType = 23
	Command_DEVICE_REMOVE            Command_MethodType = 24
	Command_DEVICE_LIST              Command_MethodType = 25
	Command_PUSH_USER_CHANNEL_LIST   Command_MethodType = 26
	Command_PUSH_USER_CHANNEL_UPDATE Command_MethodType = 27
	Command_SEND_PUSH_NOTIFICATION   Command_MethodType = 28
)

func (Command_MethodType) Descriptor

func (Command_MethodType) Enum

func (Command_MethodType) EnumDescriptor deprecated

func (Command_MethodType) EnumDescriptor() ([]byte, []int)

Deprecated: Use Command_MethodType.Descriptor instead.

func (Command_MethodType) Number

func (Command_MethodType) String

func (x Command_MethodType) String() string

func (Command_MethodType) Type

type ConnectionInfo

type ConnectionInfo struct {
	AppName    string `protobuf:"bytes,1,opt,name=app_name,json=appName,proto3" json:"app_name,omitempty"`
	AppVersion string `protobuf:"bytes,2,opt,name=app_version,json=appVersion,proto3" json:"app_version,omitempty"`
	Transport  string `protobuf:"bytes,3,opt,name=transport,proto3" json:"transport,omitempty"`
	Protocol   string `protobuf:"bytes,4,opt,name=protocol,proto3" json:"protocol,omitempty"`
	// 5-7 dropped for backwards compatibility.
	User  string           `protobuf:"bytes,8,opt,name=user,proto3" json:"user,omitempty"`
	State *ConnectionState `protobuf:"bytes,9,opt,name=state,proto3" json:"state,omitempty"`
	// contains filtered or unexported fields
}

func (*ConnectionInfo) Descriptor deprecated

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

Deprecated: Use ConnectionInfo.ProtoReflect.Descriptor instead.

func (*ConnectionInfo) GetAppName

func (x *ConnectionInfo) GetAppName() string

func (*ConnectionInfo) GetAppVersion

func (x *ConnectionInfo) GetAppVersion() string

func (*ConnectionInfo) GetProtocol

func (x *ConnectionInfo) GetProtocol() string

func (*ConnectionInfo) GetState

func (x *ConnectionInfo) GetState() *ConnectionState

func (*ConnectionInfo) GetTransport

func (x *ConnectionInfo) GetTransport() string

func (*ConnectionInfo) GetUser

func (x *ConnectionInfo) GetUser() string

func (*ConnectionInfo) ProtoMessage

func (*ConnectionInfo) ProtoMessage()

func (*ConnectionInfo) ProtoReflect

func (x *ConnectionInfo) ProtoReflect() protoreflect.Message

func (*ConnectionInfo) Reset

func (x *ConnectionInfo) Reset()

func (*ConnectionInfo) String

func (x *ConnectionInfo) String() string

type ConnectionState

type ConnectionState struct {
	Channels           map[string]*ChannelContext        `` /* 157-byte string literal not displayed */
	ConnectionToken    *ConnectionTokenInfo              `protobuf:"bytes,2,opt,name=connection_token,json=connectionToken,proto3" json:"connection_token,omitempty"`
	SubscriptionTokens map[string]*SubscriptionTokenInfo `` /* 203-byte string literal not displayed */
	Meta               []byte                            `protobuf:"bytes,4,opt,name=meta,proto3" json:"meta,omitempty"`
	// contains filtered or unexported fields
}

func (*ConnectionState) Descriptor deprecated

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

Deprecated: Use ConnectionState.ProtoReflect.Descriptor instead.

func (*ConnectionState) GetChannels

func (x *ConnectionState) GetChannels() map[string]*ChannelContext

func (*ConnectionState) GetConnectionToken

func (x *ConnectionState) GetConnectionToken() *ConnectionTokenInfo

func (*ConnectionState) GetMeta

func (x *ConnectionState) GetMeta() []byte

func (*ConnectionState) GetSubscriptionTokens

func (x *ConnectionState) GetSubscriptionTokens() map[string]*SubscriptionTokenInfo

func (*ConnectionState) ProtoMessage

func (*ConnectionState) ProtoMessage()

func (*ConnectionState) ProtoReflect

func (x *ConnectionState) ProtoReflect() protoreflect.Message

func (*ConnectionState) Reset

func (x *ConnectionState) Reset()

func (*ConnectionState) String

func (x *ConnectionState) String() string

type ConnectionTokenInfo

type ConnectionTokenInfo struct {
	Uid      string `protobuf:"bytes,1,opt,name=uid,proto3" json:"uid,omitempty"`
	IssuedAt int64  `protobuf:"varint,2,opt,name=issued_at,json=issuedAt,proto3" json:"issued_at,omitempty"`
	// contains filtered or unexported fields
}

func (*ConnectionTokenInfo) Descriptor deprecated

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

Deprecated: Use ConnectionTokenInfo.ProtoReflect.Descriptor instead.

func (*ConnectionTokenInfo) GetIssuedAt

func (x *ConnectionTokenInfo) GetIssuedAt() int64

func (*ConnectionTokenInfo) GetUid

func (x *ConnectionTokenInfo) GetUid() string

func (*ConnectionTokenInfo) ProtoMessage

func (*ConnectionTokenInfo) ProtoMessage()

func (*ConnectionTokenInfo) ProtoReflect

func (x *ConnectionTokenInfo) ProtoReflect() protoreflect.Message

func (*ConnectionTokenInfo) Reset

func (x *ConnectionTokenInfo) Reset()

func (*ConnectionTokenInfo) String

func (x *ConnectionTokenInfo) String() string

type ConnectionsRequest

type ConnectionsRequest struct {
	User       string `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"`
	Expression string `protobuf:"bytes,2,opt,name=expression,proto3" json:"expression,omitempty"`
	// contains filtered or unexported fields
}

func (*ConnectionsRequest) Descriptor deprecated

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

Deprecated: Use ConnectionsRequest.ProtoReflect.Descriptor instead.

func (*ConnectionsRequest) GetExpression

func (x *ConnectionsRequest) GetExpression() string

func (*ConnectionsRequest) GetUser

func (x *ConnectionsRequest) GetUser() string

func (*ConnectionsRequest) ProtoMessage

func (*ConnectionsRequest) ProtoMessage()

func (*ConnectionsRequest) ProtoReflect

func (x *ConnectionsRequest) ProtoReflect() protoreflect.Message

func (*ConnectionsRequest) Reset

func (x *ConnectionsRequest) Reset()

func (*ConnectionsRequest) String

func (x *ConnectionsRequest) String() string

type ConnectionsResponse

type ConnectionsResponse struct {
	Error  *Error             `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	Result *ConnectionsResult `protobuf:"bytes,2,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*ConnectionsResponse) Descriptor deprecated

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

Deprecated: Use ConnectionsResponse.ProtoReflect.Descriptor instead.

func (*ConnectionsResponse) GetError

func (x *ConnectionsResponse) GetError() *Error

func (*ConnectionsResponse) GetResult

func (x *ConnectionsResponse) GetResult() *ConnectionsResult

func (*ConnectionsResponse) ProtoMessage

func (*ConnectionsResponse) ProtoMessage()

func (*ConnectionsResponse) ProtoReflect

func (x *ConnectionsResponse) ProtoReflect() protoreflect.Message

func (*ConnectionsResponse) Reset

func (x *ConnectionsResponse) Reset()

func (*ConnectionsResponse) String

func (x *ConnectionsResponse) String() string

type ConnectionsResult

type ConnectionsResult struct {
	Connections map[string]*ConnectionInfo `` /* 163-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ConnectionsResult) Descriptor deprecated

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

Deprecated: Use ConnectionsResult.ProtoReflect.Descriptor instead.

func (*ConnectionsResult) GetConnections

func (x *ConnectionsResult) GetConnections() map[string]*ConnectionInfo

func (*ConnectionsResult) ProtoMessage

func (*ConnectionsResult) ProtoMessage()

func (*ConnectionsResult) ProtoReflect

func (x *ConnectionsResult) ProtoReflect() protoreflect.Message

func (*ConnectionsResult) Reset

func (x *ConnectionsResult) Reset()

func (*ConnectionsResult) String

func (x *ConnectionsResult) String() string

type DeleteUserStatusRequest

type DeleteUserStatusRequest struct {
	Users []string `protobuf:"bytes,1,rep,name=users,proto3" json:"users,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteUserStatusRequest) Descriptor deprecated

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

Deprecated: Use DeleteUserStatusRequest.ProtoReflect.Descriptor instead.

func (*DeleteUserStatusRequest) GetUsers

func (x *DeleteUserStatusRequest) GetUsers() []string

func (*DeleteUserStatusRequest) ProtoMessage

func (*DeleteUserStatusRequest) ProtoMessage()

func (*DeleteUserStatusRequest) ProtoReflect

func (x *DeleteUserStatusRequest) ProtoReflect() protoreflect.Message

func (*DeleteUserStatusRequest) Reset

func (x *DeleteUserStatusRequest) Reset()

func (*DeleteUserStatusRequest) String

func (x *DeleteUserStatusRequest) String() string

type DeleteUserStatusResponse

type DeleteUserStatusResponse struct {
	Error  *Error                  `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	Result *DeleteUserStatusResult `protobuf:"bytes,2,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteUserStatusResponse) Descriptor deprecated

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

Deprecated: Use DeleteUserStatusResponse.ProtoReflect.Descriptor instead.

func (*DeleteUserStatusResponse) GetError

func (x *DeleteUserStatusResponse) GetError() *Error

func (*DeleteUserStatusResponse) GetResult

func (*DeleteUserStatusResponse) ProtoMessage

func (*DeleteUserStatusResponse) ProtoMessage()

func (*DeleteUserStatusResponse) ProtoReflect

func (x *DeleteUserStatusResponse) ProtoReflect() protoreflect.Message

func (*DeleteUserStatusResponse) Reset

func (x *DeleteUserStatusResponse) Reset()

func (*DeleteUserStatusResponse) String

func (x *DeleteUserStatusResponse) String() string

type DeleteUserStatusResult

type DeleteUserStatusResult struct {
	// contains filtered or unexported fields
}

func (*DeleteUserStatusResult) Descriptor deprecated

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

Deprecated: Use DeleteUserStatusResult.ProtoReflect.Descriptor instead.

func (*DeleteUserStatusResult) ProtoMessage

func (*DeleteUserStatusResult) ProtoMessage()

func (*DeleteUserStatusResult) ProtoReflect

func (x *DeleteUserStatusResult) ProtoReflect() protoreflect.Message

func (*DeleteUserStatusResult) Reset

func (x *DeleteUserStatusResult) Reset()

func (*DeleteUserStatusResult) String

func (x *DeleteUserStatusResult) String() string

type Device

type Device struct {
	Id       string            `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Platform string            `protobuf:"bytes,2,opt,name=platform,proto3" json:"platform,omitempty"`
	Provider string            `protobuf:"bytes,3,opt,name=provider,proto3" json:"provider,omitempty"`
	Token    string            `protobuf:"bytes,4,opt,name=token,proto3" json:"token,omitempty"`
	User     string            `protobuf:"bytes,5,opt,name=user,proto3" json:"user,omitempty"`
	Meta     map[string]string `` /* 149-byte string literal not displayed */
	Channels []string          `protobuf:"bytes,7,rep,name=channels,proto3" json:"channels,omitempty"`
	Tags     map[string]string `` /* 149-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Device) Descriptor deprecated

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

Deprecated: Use Device.ProtoReflect.Descriptor instead.

func (*Device) GetChannels

func (x *Device) GetChannels() []string

func (*Device) GetId

func (x *Device) GetId() string

func (*Device) GetMeta

func (x *Device) GetMeta() map[string]string

func (*Device) GetPlatform

func (x *Device) GetPlatform() string

func (*Device) GetProvider

func (x *Device) GetProvider() string

func (*Device) GetTags

func (x *Device) GetTags() map[string]string

func (*Device) GetToken

func (x *Device) GetToken() string

func (*Device) GetUser

func (x *Device) GetUser() string

func (*Device) ProtoMessage

func (*Device) ProtoMessage()

func (*Device) ProtoReflect

func (x *Device) ProtoReflect() protoreflect.Message

func (*Device) Reset

func (x *Device) Reset()

func (*Device) String

func (x *Device) String() string

type DeviceChannel

type DeviceChannel struct {
	Id      string  `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Channel string  `protobuf:"bytes,2,opt,name=channel,proto3" json:"channel,omitempty"`
	Device  *Device `protobuf:"bytes,3,opt,name=device,proto3" json:"device,omitempty"`
	// contains filtered or unexported fields
}

func (*DeviceChannel) Descriptor deprecated

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

Deprecated: Use DeviceChannel.ProtoReflect.Descriptor instead.

func (*DeviceChannel) GetChannel

func (x *DeviceChannel) GetChannel() string

func (*DeviceChannel) GetDevice

func (x *DeviceChannel) GetDevice() *Device

func (*DeviceChannel) GetId

func (x *DeviceChannel) GetId() string

func (*DeviceChannel) ProtoMessage

func (*DeviceChannel) ProtoMessage()

func (*DeviceChannel) ProtoReflect

func (x *DeviceChannel) ProtoReflect() protoreflect.Message

func (*DeviceChannel) Reset

func (x *DeviceChannel) Reset()

func (*DeviceChannel) String

func (x *DeviceChannel) String() string

type DeviceChannelListRequest

type DeviceChannelListRequest struct {
	DeviceIds            []string                `protobuf:"bytes,1,rep,name=device_ids,json=deviceIds,proto3" json:"device_ids,omitempty"`
	DeviceProviders      []string                `protobuf:"bytes,2,rep,name=device_providers,json=deviceProviders,proto3" json:"device_providers,omitempty"`
	DeviceProviderTokens []*DeviceProviderTokens `protobuf:"bytes,3,rep,name=device_provider_tokens,json=deviceProviderTokens,proto3" json:"device_provider_tokens,omitempty"`
	DevicePlatforms      []string                `protobuf:"bytes,4,rep,name=device_platforms,json=devicePlatforms,proto3" json:"device_platforms,omitempty"`
	DeviceUsers          []string                `protobuf:"bytes,5,rep,name=device_users,json=deviceUsers,proto3" json:"device_users,omitempty"`
	Channels             []string                `protobuf:"bytes,6,rep,name=channels,proto3" json:"channels,omitempty"`
	Since                string                  `protobuf:"bytes,8,opt,name=since,proto3" json:"since,omitempty"`
	Limit                int32                   `protobuf:"varint,9,opt,name=limit,proto3" json:"limit,omitempty"`
	IncludeDevice        bool                    `protobuf:"varint,10,opt,name=include_device,json=includeDevice,proto3" json:"include_device,omitempty"`
	// contains filtered or unexported fields
}

func (*DeviceChannelListRequest) Descriptor deprecated

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

Deprecated: Use DeviceChannelListRequest.ProtoReflect.Descriptor instead.

func (*DeviceChannelListRequest) GetChannels

func (x *DeviceChannelListRequest) GetChannels() []string

func (*DeviceChannelListRequest) GetDeviceIds

func (x *DeviceChannelListRequest) GetDeviceIds() []string

func (*DeviceChannelListRequest) GetDevicePlatforms

func (x *DeviceChannelListRequest) GetDevicePlatforms() []string

func (*DeviceChannelListRequest) GetDeviceProviderTokens

func (x *DeviceChannelListRequest) GetDeviceProviderTokens() []*DeviceProviderTokens

func (*DeviceChannelListRequest) GetDeviceProviders

func (x *DeviceChannelListRequest) GetDeviceProviders() []string

func (*DeviceChannelListRequest) GetDeviceUsers

func (x *DeviceChannelListRequest) GetDeviceUsers() []string

func (*DeviceChannelListRequest) GetIncludeDevice

func (x *DeviceChannelListRequest) GetIncludeDevice() bool

func (*DeviceChannelListRequest) GetLimit

func (x *DeviceChannelListRequest) GetLimit() int32

func (*DeviceChannelListRequest) GetSince

func (x *DeviceChannelListRequest) GetSince() string

func (*DeviceChannelListRequest) ProtoMessage

func (*DeviceChannelListRequest) ProtoMessage()

func (*DeviceChannelListRequest) ProtoReflect

func (x *DeviceChannelListRequest) ProtoReflect() protoreflect.Message

func (*DeviceChannelListRequest) Reset

func (x *DeviceChannelListRequest) Reset()

func (*DeviceChannelListRequest) String

func (x *DeviceChannelListRequest) String() string

type DeviceChannelListResponse

type DeviceChannelListResponse struct {
	Error  *Error                   `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	Result *DeviceChannelListResult `protobuf:"bytes,2,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*DeviceChannelListResponse) Descriptor deprecated

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

Deprecated: Use DeviceChannelListResponse.ProtoReflect.Descriptor instead.

func (*DeviceChannelListResponse) GetError

func (x *DeviceChannelListResponse) GetError() *Error

func (*DeviceChannelListResponse) GetResult

func (*DeviceChannelListResponse) ProtoMessage

func (*DeviceChannelListResponse) ProtoMessage()

func (*DeviceChannelListResponse) ProtoReflect

func (*DeviceChannelListResponse) Reset

func (x *DeviceChannelListResponse) Reset()

func (*DeviceChannelListResponse) String

func (x *DeviceChannelListResponse) String() string

type DeviceChannelListResult

type DeviceChannelListResult struct {
	Items   []*DeviceChannel `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"`
	HasMore bool             `protobuf:"varint,2,opt,name=has_more,json=hasMore,proto3" json:"has_more,omitempty"`
	// contains filtered or unexported fields
}

func (*DeviceChannelListResult) Descriptor deprecated

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

Deprecated: Use DeviceChannelListResult.ProtoReflect.Descriptor instead.

func (*DeviceChannelListResult) GetHasMore

func (x *DeviceChannelListResult) GetHasMore() bool

func (*DeviceChannelListResult) GetItems

func (x *DeviceChannelListResult) GetItems() []*DeviceChannel

func (*DeviceChannelListResult) ProtoMessage

func (*DeviceChannelListResult) ProtoMessage()

func (*DeviceChannelListResult) ProtoReflect

func (x *DeviceChannelListResult) ProtoReflect() protoreflect.Message

func (*DeviceChannelListResult) Reset

func (x *DeviceChannelListResult) Reset()

func (*DeviceChannelListResult) String

func (x *DeviceChannelListResult) String() string

type DeviceChannelsUpdate

type DeviceChannelsUpdate struct {
	Op       string   `protobuf:"bytes,1,opt,name=op,proto3" json:"op,omitempty"` // add | remove | set
	Channels []string `protobuf:"bytes,2,rep,name=channels,proto3" json:"channels,omitempty"`
	// contains filtered or unexported fields
}

func (*DeviceChannelsUpdate) Descriptor deprecated

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

Deprecated: Use DeviceChannelsUpdate.ProtoReflect.Descriptor instead.

func (*DeviceChannelsUpdate) GetChannels

func (x *DeviceChannelsUpdate) GetChannels() []string

func (*DeviceChannelsUpdate) GetOp

func (x *DeviceChannelsUpdate) GetOp() string

func (*DeviceChannelsUpdate) ProtoMessage

func (*DeviceChannelsUpdate) ProtoMessage()

func (*DeviceChannelsUpdate) ProtoReflect

func (x *DeviceChannelsUpdate) ProtoReflect() protoreflect.Message

func (*DeviceChannelsUpdate) Reset

func (x *DeviceChannelsUpdate) Reset()

func (*DeviceChannelsUpdate) String

func (x *DeviceChannelsUpdate) String() string

type DeviceListRequest

type DeviceListRequest struct {
	Ids             []string                `protobuf:"bytes,1,rep,name=ids,proto3" json:"ids,omitempty"`
	Providers       []string                `protobuf:"bytes,2,rep,name=providers,proto3" json:"providers,omitempty"`
	ProviderTokens  []*DeviceProviderTokens `protobuf:"bytes,3,rep,name=provider_tokens,json=providerTokens,proto3" json:"provider_tokens,omitempty"`
	Platforms       []string                `protobuf:"bytes,4,rep,name=platforms,proto3" json:"platforms,omitempty"`
	Users           []string                `protobuf:"bytes,5,rep,name=users,proto3" json:"users,omitempty"`
	Channels        []string                `protobuf:"bytes,6,rep,name=channels,proto3" json:"channels,omitempty"`
	Since           string                  `protobuf:"bytes,7,opt,name=since,proto3" json:"since,omitempty"`
	Limit           int32                   `protobuf:"varint,8,opt,name=limit,proto3" json:"limit,omitempty"`
	IncludeChannels bool                    `protobuf:"varint,10,opt,name=include_channels,json=includeChannels,proto3" json:"include_channels,omitempty"`
	IncludeMeta     bool                    `protobuf:"varint,11,opt,name=include_meta,json=includeMeta,proto3" json:"include_meta,omitempty"`
	IncludeTags     bool                    `protobuf:"varint,12,opt,name=include_tags,json=includeTags,proto3" json:"include_tags,omitempty"`
	// contains filtered or unexported fields
}

func (*DeviceListRequest) Descriptor deprecated

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

Deprecated: Use DeviceListRequest.ProtoReflect.Descriptor instead.

func (*DeviceListRequest) GetChannels

func (x *DeviceListRequest) GetChannels() []string

func (*DeviceListRequest) GetIds

func (x *DeviceListRequest) GetIds() []string

func (*DeviceListRequest) GetIncludeChannels

func (x *DeviceListRequest) GetIncludeChannels() bool

func (*DeviceListRequest) GetIncludeMeta

func (x *DeviceListRequest) GetIncludeMeta() bool

func (*DeviceListRequest) GetIncludeTags

func (x *DeviceListRequest) GetIncludeTags() bool

func (*DeviceListRequest) GetLimit

func (x *DeviceListRequest) GetLimit() int32

func (*DeviceListRequest) GetPlatforms

func (x *DeviceListRequest) GetPlatforms() []string

func (*DeviceListRequest) GetProviderTokens

func (x *DeviceListRequest) GetProviderTokens() []*DeviceProviderTokens

func (*DeviceListRequest) GetProviders

func (x *DeviceListRequest) GetProviders() []string

func (*DeviceListRequest) GetSince

func (x *DeviceListRequest) GetSince() string

func (*DeviceListRequest) GetUsers

func (x *DeviceListRequest) GetUsers() []string

func (*DeviceListRequest) ProtoMessage

func (*DeviceListRequest) ProtoMessage()

func (*DeviceListRequest) ProtoReflect

func (x *DeviceListRequest) ProtoReflect() protoreflect.Message

func (*DeviceListRequest) Reset

func (x *DeviceListRequest) Reset()

func (*DeviceListRequest) String

func (x *DeviceListRequest) String() string

type DeviceListResponse

type DeviceListResponse struct {
	Error  *Error            `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	Result *DeviceListResult `protobuf:"bytes,2,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*DeviceListResponse) Descriptor deprecated

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

Deprecated: Use DeviceListResponse.ProtoReflect.Descriptor instead.

func (*DeviceListResponse) GetError

func (x *DeviceListResponse) GetError() *Error

func (*DeviceListResponse) GetResult

func (x *DeviceListResponse) GetResult() *DeviceListResult

func (*DeviceListResponse) ProtoMessage

func (*DeviceListResponse) ProtoMessage()

func (*DeviceListResponse) ProtoReflect

func (x *DeviceListResponse) ProtoReflect() protoreflect.Message

func (*DeviceListResponse) Reset

func (x *DeviceListResponse) Reset()

func (*DeviceListResponse) String

func (x *DeviceListResponse) String() string

type DeviceListResult

type DeviceListResult struct {
	Items   []*Device `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"`
	HasMore bool      `protobuf:"varint,2,opt,name=has_more,json=hasMore,proto3" json:"has_more,omitempty"`
	// contains filtered or unexported fields
}

func (*DeviceListResult) Descriptor deprecated

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

Deprecated: Use DeviceListResult.ProtoReflect.Descriptor instead.

func (*DeviceListResult) GetHasMore

func (x *DeviceListResult) GetHasMore() bool

func (*DeviceListResult) GetItems

func (x *DeviceListResult) GetItems() []*Device

func (*DeviceListResult) ProtoMessage

func (*DeviceListResult) ProtoMessage()

func (*DeviceListResult) ProtoReflect

func (x *DeviceListResult) ProtoReflect() protoreflect.Message

func (*DeviceListResult) Reset

func (x *DeviceListResult) Reset()

func (*DeviceListResult) String

func (x *DeviceListResult) String() string

type DeviceMetaUpdate

type DeviceMetaUpdate struct {
	Meta map[string]string `` /* 149-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*DeviceMetaUpdate) Descriptor deprecated

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

Deprecated: Use DeviceMetaUpdate.ProtoReflect.Descriptor instead.

func (*DeviceMetaUpdate) GetMeta

func (x *DeviceMetaUpdate) GetMeta() map[string]string

func (*DeviceMetaUpdate) ProtoMessage

func (*DeviceMetaUpdate) ProtoMessage()

func (*DeviceMetaUpdate) ProtoReflect

func (x *DeviceMetaUpdate) ProtoReflect() protoreflect.Message

func (*DeviceMetaUpdate) Reset

func (x *DeviceMetaUpdate) Reset()

func (*DeviceMetaUpdate) String

func (x *DeviceMetaUpdate) String() string

type DeviceProviderTokens

type DeviceProviderTokens struct {
	Provider string   `protobuf:"bytes,1,opt,name=provider,proto3" json:"provider,omitempty"`
	Tokens   []string `protobuf:"bytes,2,rep,name=tokens,proto3" json:"tokens,omitempty"`
	// contains filtered or unexported fields
}

func (*DeviceProviderTokens) Descriptor deprecated

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

Deprecated: Use DeviceProviderTokens.ProtoReflect.Descriptor instead.

func (*DeviceProviderTokens) GetProvider

func (x *DeviceProviderTokens) GetProvider() string

func (*DeviceProviderTokens) GetTokens

func (x *DeviceProviderTokens) GetTokens() []string

func (*DeviceProviderTokens) ProtoMessage

func (*DeviceProviderTokens) ProtoMessage()

func (*DeviceProviderTokens) ProtoReflect

func (x *DeviceProviderTokens) ProtoReflect() protoreflect.Message

func (*DeviceProviderTokens) Reset

func (x *DeviceProviderTokens) Reset()

func (*DeviceProviderTokens) String

func (x *DeviceProviderTokens) String() string

type DeviceRegisterRequest

type DeviceRegisterRequest struct {
	Id       string            `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Provider string            `protobuf:"bytes,2,opt,name=provider,proto3" json:"provider,omitempty"`
	Token    string            `protobuf:"bytes,3,opt,name=token,proto3" json:"token,omitempty"`
	Platform string            `protobuf:"bytes,4,opt,name=platform,proto3" json:"platform,omitempty"`
	User     string            `protobuf:"bytes,5,opt,name=user,proto3" json:"user,omitempty"`
	Meta     map[string]string `` /* 149-byte string literal not displayed */
	Tags     map[string]string `` /* 149-byte string literal not displayed */
	Channels []string          `protobuf:"bytes,8,rep,name=channels,proto3" json:"channels,omitempty"`
	// contains filtered or unexported fields
}

func (*DeviceRegisterRequest) Descriptor deprecated

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

Deprecated: Use DeviceRegisterRequest.ProtoReflect.Descriptor instead.

func (*DeviceRegisterRequest) GetChannels

func (x *DeviceRegisterRequest) GetChannels() []string

func (*DeviceRegisterRequest) GetId

func (x *DeviceRegisterRequest) GetId() string

func (*DeviceRegisterRequest) GetMeta

func (x *DeviceRegisterRequest) GetMeta() map[string]string

func (*DeviceRegisterRequest) GetPlatform

func (x *DeviceRegisterRequest) GetPlatform() string

func (*DeviceRegisterRequest) GetProvider

func (x *DeviceRegisterRequest) GetProvider() string

func (*DeviceRegisterRequest) GetTags

func (x *DeviceRegisterRequest) GetTags() map[string]string

func (*DeviceRegisterRequest) GetToken

func (x *DeviceRegisterRequest) GetToken() string

func (*DeviceRegisterRequest) GetUser

func (x *DeviceRegisterRequest) GetUser() string

func (*DeviceRegisterRequest) ProtoMessage

func (*DeviceRegisterRequest) ProtoMessage()

func (*DeviceRegisterRequest) ProtoReflect

func (x *DeviceRegisterRequest) ProtoReflect() protoreflect.Message

func (*DeviceRegisterRequest) Reset

func (x *DeviceRegisterRequest) Reset()

func (*DeviceRegisterRequest) String

func (x *DeviceRegisterRequest) String() string

type DeviceRegisterResponse

type DeviceRegisterResponse struct {
	Error  *Error                `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	Result *DeviceRegisterResult `protobuf:"bytes,2,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*DeviceRegisterResponse) Descriptor deprecated

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

Deprecated: Use DeviceRegisterResponse.ProtoReflect.Descriptor instead.

func (*DeviceRegisterResponse) GetError

func (x *DeviceRegisterResponse) GetError() *Error

func (*DeviceRegisterResponse) GetResult

func (*DeviceRegisterResponse) ProtoMessage

func (*DeviceRegisterResponse) ProtoMessage()

func (*DeviceRegisterResponse) ProtoReflect

func (x *DeviceRegisterResponse) ProtoReflect() protoreflect.Message

func (*DeviceRegisterResponse) Reset

func (x *DeviceRegisterResponse) Reset()

func (*DeviceRegisterResponse) String

func (x *DeviceRegisterResponse) String() string

type DeviceRegisterResult

type DeviceRegisterResult struct {
	Device *Device `protobuf:"bytes,1,opt,name=device,proto3" json:"device,omitempty"`
	// contains filtered or unexported fields
}

func (*DeviceRegisterResult) Descriptor deprecated

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

Deprecated: Use DeviceRegisterResult.ProtoReflect.Descriptor instead.

func (*DeviceRegisterResult) GetDevice

func (x *DeviceRegisterResult) GetDevice() *Device

func (*DeviceRegisterResult) ProtoMessage

func (*DeviceRegisterResult) ProtoMessage()

func (*DeviceRegisterResult) ProtoReflect

func (x *DeviceRegisterResult) ProtoReflect() protoreflect.Message

func (*DeviceRegisterResult) Reset

func (x *DeviceRegisterResult) Reset()

func (*DeviceRegisterResult) String

func (x *DeviceRegisterResult) String() string

type DeviceRemoveRequest

type DeviceRemoveRequest struct {
	Ids            []string                `protobuf:"bytes,1,rep,name=ids,proto3" json:"ids,omitempty"`
	Users          []string                `protobuf:"bytes,2,rep,name=users,proto3" json:"users,omitempty"`
	ProviderTokens []*DeviceProviderTokens `protobuf:"bytes,3,rep,name=provider_tokens,json=providerTokens,proto3" json:"provider_tokens,omitempty"`
	// contains filtered or unexported fields
}

func (*DeviceRemoveRequest) Descriptor deprecated

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

Deprecated: Use DeviceRemoveRequest.ProtoReflect.Descriptor instead.

func (*DeviceRemoveRequest) GetIds

func (x *DeviceRemoveRequest) GetIds() []string

func (*DeviceRemoveRequest) GetProviderTokens

func (x *DeviceRemoveRequest) GetProviderTokens() []*DeviceProviderTokens

func (*DeviceRemoveRequest) GetUsers

func (x *DeviceRemoveRequest) GetUsers() []string

func (*DeviceRemoveRequest) ProtoMessage

func (*DeviceRemoveRequest) ProtoMessage()

func (*DeviceRemoveRequest) ProtoReflect

func (x *DeviceRemoveRequest) ProtoReflect() protoreflect.Message

func (*DeviceRemoveRequest) Reset

func (x *DeviceRemoveRequest) Reset()

func (*DeviceRemoveRequest) String

func (x *DeviceRemoveRequest) String() string

type DeviceRemoveResponse

type DeviceRemoveResponse struct {
	Error  *Error              `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	Result *DeviceRemoveResult `protobuf:"bytes,2,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*DeviceRemoveResponse) Descriptor deprecated

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

Deprecated: Use DeviceRemoveResponse.ProtoReflect.Descriptor instead.

func (*DeviceRemoveResponse) GetError

func (x *DeviceRemoveResponse) GetError() *Error

func (*DeviceRemoveResponse) GetResult

func (x *DeviceRemoveResponse) GetResult() *DeviceRemoveResult

func (*DeviceRemoveResponse) ProtoMessage

func (*DeviceRemoveResponse) ProtoMessage()

func (*DeviceRemoveResponse) ProtoReflect

func (x *DeviceRemoveResponse) ProtoReflect() protoreflect.Message

func (*DeviceRemoveResponse) Reset

func (x *DeviceRemoveResponse) Reset()

func (*DeviceRemoveResponse) String

func (x *DeviceRemoveResponse) String() string

type DeviceRemoveResult

type DeviceRemoveResult struct {
	// contains filtered or unexported fields
}

func (*DeviceRemoveResult) Descriptor deprecated

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

Deprecated: Use DeviceRemoveResult.ProtoReflect.Descriptor instead.

func (*DeviceRemoveResult) ProtoMessage

func (*DeviceRemoveResult) ProtoMessage()

func (*DeviceRemoveResult) ProtoReflect

func (x *DeviceRemoveResult) ProtoReflect() protoreflect.Message

func (*DeviceRemoveResult) Reset

func (x *DeviceRemoveResult) Reset()

func (*DeviceRemoveResult) String

func (x *DeviceRemoveResult) String() string

type DeviceTag

type DeviceTag struct {
	Id     string  `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Key    string  `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"`
	Value  string  `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty"`
	Device *Device `protobuf:"bytes,4,opt,name=device,proto3" json:"device,omitempty"`
	// contains filtered or unexported fields
}

func (*DeviceTag) Descriptor deprecated

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

Deprecated: Use DeviceTag.ProtoReflect.Descriptor instead.

func (*DeviceTag) GetDevice

func (x *DeviceTag) GetDevice() *Device

func (*DeviceTag) GetId

func (x *DeviceTag) GetId() string

func (*DeviceTag) GetKey

func (x *DeviceTag) GetKey() string

func (*DeviceTag) GetValue

func (x *DeviceTag) GetValue() string

func (*DeviceTag) ProtoMessage

func (*DeviceTag) ProtoMessage()

func (*DeviceTag) ProtoReflect

func (x *DeviceTag) ProtoReflect() protoreflect.Message

func (*DeviceTag) Reset

func (x *DeviceTag) Reset()

func (*DeviceTag) String

func (x *DeviceTag) String() string

type DeviceTagListResult

type DeviceTagListResult struct {
	Items   []*DeviceTag `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"`
	HasMore bool         `protobuf:"varint,2,opt,name=has_more,json=hasMore,proto3" json:"has_more,omitempty"`
	// contains filtered or unexported fields
}

func (*DeviceTagListResult) Descriptor deprecated

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

Deprecated: Use DeviceTagListResult.ProtoReflect.Descriptor instead.

func (*DeviceTagListResult) GetHasMore

func (x *DeviceTagListResult) GetHasMore() bool

func (*DeviceTagListResult) GetItems

func (x *DeviceTagListResult) GetItems() []*DeviceTag

func (*DeviceTagListResult) ProtoMessage

func (*DeviceTagListResult) ProtoMessage()

func (*DeviceTagListResult) ProtoReflect

func (x *DeviceTagListResult) ProtoReflect() protoreflect.Message

func (*DeviceTagListResult) Reset

func (x *DeviceTagListResult) Reset()

func (*DeviceTagListResult) String

func (x *DeviceTagListResult) String() string

type DeviceTagsUpdate

type DeviceTagsUpdate struct {
	Op   string            `protobuf:"bytes,1,opt,name=op,proto3" json:"op,omitempty"` // add | remove | set
	Tags map[string]string ``                                                          /* 149-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*DeviceTagsUpdate) Descriptor deprecated

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

Deprecated: Use DeviceTagsUpdate.ProtoReflect.Descriptor instead.

func (*DeviceTagsUpdate) GetOp

func (x *DeviceTagsUpdate) GetOp() string

func (*DeviceTagsUpdate) GetTags

func (x *DeviceTagsUpdate) GetTags() map[string]string

func (*DeviceTagsUpdate) ProtoMessage

func (*DeviceTagsUpdate) ProtoMessage()

func (*DeviceTagsUpdate) ProtoReflect

func (x *DeviceTagsUpdate) ProtoReflect() protoreflect.Message

func (*DeviceTagsUpdate) Reset

func (x *DeviceTagsUpdate) Reset()

func (*DeviceTagsUpdate) String

func (x *DeviceTagsUpdate) String() string

type DeviceUpdateRequest

type DeviceUpdateRequest struct {
	Ids            []string                `protobuf:"bytes,1,rep,name=ids,proto3" json:"ids,omitempty"`
	Users          []string                `protobuf:"bytes,2,rep,name=users,proto3" json:"users,omitempty"`
	ProviderTokens []*DeviceProviderTokens `protobuf:"bytes,3,rep,name=provider_tokens,json=providerTokens,proto3" json:"provider_tokens,omitempty"`
	UserUpdate     *DeviceUserUpdate       `protobuf:"bytes,4,opt,name=user_update,json=userUpdate,proto3" json:"user_update,omitempty"`
	MetaUpdate     *DeviceMetaUpdate       `protobuf:"bytes,5,opt,name=meta_update,json=metaUpdate,proto3" json:"meta_update,omitempty"`
	TagsUpdate     *DeviceTagsUpdate       `protobuf:"bytes,6,opt,name=tags_update,json=tagsUpdate,proto3" json:"tags_update,omitempty"`
	ChannelsUpdate *DeviceChannelsUpdate   `protobuf:"bytes,7,opt,name=channels_update,json=channelsUpdate,proto3" json:"channels_update,omitempty"`
	// contains filtered or unexported fields
}

func (*DeviceUpdateRequest) Descriptor deprecated

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

Deprecated: Use DeviceUpdateRequest.ProtoReflect.Descriptor instead.

func (*DeviceUpdateRequest) GetChannelsUpdate

func (x *DeviceUpdateRequest) GetChannelsUpdate() *DeviceChannelsUpdate

func (*DeviceUpdateRequest) GetIds

func (x *DeviceUpdateRequest) GetIds() []string

func (*DeviceUpdateRequest) GetMetaUpdate

func (x *DeviceUpdateRequest) GetMetaUpdate() *DeviceMetaUpdate

func (*DeviceUpdateRequest) GetProviderTokens

func (x *DeviceUpdateRequest) GetProviderTokens() []*DeviceProviderTokens

func (*DeviceUpdateRequest) GetTagsUpdate

func (x *DeviceUpdateRequest) GetTagsUpdate() *DeviceTagsUpdate

func (*DeviceUpdateRequest) GetUserUpdate

func (x *DeviceUpdateRequest) GetUserUpdate() *DeviceUserUpdate

func (*DeviceUpdateRequest) GetUsers

func (x *DeviceUpdateRequest) GetUsers() []string

func (*DeviceUpdateRequest) ProtoMessage

func (*DeviceUpdateRequest) ProtoMessage()

func (*DeviceUpdateRequest) ProtoReflect

func (x *DeviceUpdateRequest) ProtoReflect() protoreflect.Message

func (*DeviceUpdateRequest) Reset

func (x *DeviceUpdateRequest) Reset()

func (*DeviceUpdateRequest) String

func (x *DeviceUpdateRequest) String() string

type DeviceUpdateResponse

type DeviceUpdateResponse struct {
	Error  *Error              `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	Result *DeviceUpdateResult `protobuf:"bytes,2,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*DeviceUpdateResponse) Descriptor deprecated

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

Deprecated: Use DeviceUpdateResponse.ProtoReflect.Descriptor instead.

func (*DeviceUpdateResponse) GetError

func (x *DeviceUpdateResponse) GetError() *Error

func (*DeviceUpdateResponse) GetResult

func (x *DeviceUpdateResponse) GetResult() *DeviceUpdateResult

func (*DeviceUpdateResponse) ProtoMessage

func (*DeviceUpdateResponse) ProtoMessage()

func (*DeviceUpdateResponse) ProtoReflect

func (x *DeviceUpdateResponse) ProtoReflect() protoreflect.Message

func (*DeviceUpdateResponse) Reset

func (x *DeviceUpdateResponse) Reset()

func (*DeviceUpdateResponse) String

func (x *DeviceUpdateResponse) String() string

type DeviceUpdateResult

type DeviceUpdateResult struct {
	// contains filtered or unexported fields
}

func (*DeviceUpdateResult) Descriptor deprecated

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

Deprecated: Use DeviceUpdateResult.ProtoReflect.Descriptor instead.

func (*DeviceUpdateResult) ProtoMessage

func (*DeviceUpdateResult) ProtoMessage()

func (*DeviceUpdateResult) ProtoReflect

func (x *DeviceUpdateResult) ProtoReflect() protoreflect.Message

func (*DeviceUpdateResult) Reset

func (x *DeviceUpdateResult) Reset()

func (*DeviceUpdateResult) String

func (x *DeviceUpdateResult) String() string

type DeviceUserUpdate

type DeviceUserUpdate struct {
	User string `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"`
	// contains filtered or unexported fields
}

func (*DeviceUserUpdate) Descriptor deprecated

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

Deprecated: Use DeviceUserUpdate.ProtoReflect.Descriptor instead.

func (*DeviceUserUpdate) GetUser

func (x *DeviceUserUpdate) GetUser() string

func (*DeviceUserUpdate) ProtoMessage

func (*DeviceUserUpdate) ProtoMessage()

func (*DeviceUserUpdate) ProtoReflect

func (x *DeviceUserUpdate) ProtoReflect() protoreflect.Message

func (*DeviceUserUpdate) Reset

func (x *DeviceUserUpdate) Reset()

func (*DeviceUserUpdate) String

func (x *DeviceUserUpdate) String() string

type Disconnect

type Disconnect struct {
	Code      uint32 `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
	Reason    string `protobuf:"bytes,2,opt,name=reason,proto3" json:"reason,omitempty"`
	Reconnect bool   `protobuf:"varint,3,opt,name=reconnect,proto3" json:"reconnect,omitempty"`
	// contains filtered or unexported fields
}

func (*Disconnect) Descriptor deprecated

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

Deprecated: Use Disconnect.ProtoReflect.Descriptor instead.

func (*Disconnect) GetCode

func (x *Disconnect) GetCode() uint32

func (*Disconnect) GetReason

func (x *Disconnect) GetReason() string

func (*Disconnect) GetReconnect

func (x *Disconnect) GetReconnect() bool

func (*Disconnect) ProtoMessage

func (*Disconnect) ProtoMessage()

func (*Disconnect) ProtoReflect

func (x *Disconnect) ProtoReflect() protoreflect.Message

func (*Disconnect) Reset

func (x *Disconnect) Reset()

func (*Disconnect) String

func (x *Disconnect) String() string

type DisconnectRequest

type DisconnectRequest struct {
	User       string      `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"`
	Disconnect *Disconnect `protobuf:"bytes,2,opt,name=disconnect,proto3" json:"disconnect,omitempty"`
	Client     string      `protobuf:"bytes,3,opt,name=client,proto3" json:"client,omitempty"`
	Whitelist  []string    `protobuf:"bytes,4,rep,name=whitelist,proto3" json:"whitelist,omitempty"`
	Session    string      `protobuf:"bytes,5,opt,name=session,proto3" json:"session,omitempty"`
	// contains filtered or unexported fields
}

func (*DisconnectRequest) Descriptor deprecated

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

Deprecated: Use DisconnectRequest.ProtoReflect.Descriptor instead.

func (*DisconnectRequest) GetClient

func (x *DisconnectRequest) GetClient() string

func (*DisconnectRequest) GetDisconnect

func (x *DisconnectRequest) GetDisconnect() *Disconnect

func (*DisconnectRequest) GetSession

func (x *DisconnectRequest) GetSession() string

func (*DisconnectRequest) GetUser

func (x *DisconnectRequest) GetUser() string

func (*DisconnectRequest) GetWhitelist

func (x *DisconnectRequest) GetWhitelist() []string

func (*DisconnectRequest) ProtoMessage

func (*DisconnectRequest) ProtoMessage()

func (*DisconnectRequest) ProtoReflect

func (x *DisconnectRequest) ProtoReflect() protoreflect.Message

func (*DisconnectRequest) Reset

func (x *DisconnectRequest) Reset()

func (*DisconnectRequest) String

func (x *DisconnectRequest) String() string

type DisconnectResponse

type DisconnectResponse struct {
	Error  *Error            `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	Result *DisconnectResult `protobuf:"bytes,2,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*DisconnectResponse) Descriptor deprecated

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

Deprecated: Use DisconnectResponse.ProtoReflect.Descriptor instead.

func (*DisconnectResponse) GetError

func (x *DisconnectResponse) GetError() *Error

func (*DisconnectResponse) GetResult

func (x *DisconnectResponse) GetResult() *DisconnectResult

func (*DisconnectResponse) ProtoMessage

func (*DisconnectResponse) ProtoMessage()

func (*DisconnectResponse) ProtoReflect

func (x *DisconnectResponse) ProtoReflect() protoreflect.Message

func (*DisconnectResponse) Reset

func (x *DisconnectResponse) Reset()

func (*DisconnectResponse) String

func (x *DisconnectResponse) String() string

type DisconnectResult

type DisconnectResult struct {
	// contains filtered or unexported fields
}

func (*DisconnectResult) Descriptor deprecated

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

Deprecated: Use DisconnectResult.ProtoReflect.Descriptor instead.

func (*DisconnectResult) ProtoMessage

func (*DisconnectResult) ProtoMessage()

func (*DisconnectResult) ProtoReflect

func (x *DisconnectResult) ProtoReflect() protoreflect.Message

func (*DisconnectResult) Reset

func (x *DisconnectResult) Reset()

func (*DisconnectResult) String

func (x *DisconnectResult) String() string

type Error

type Error struct {
	Code    uint32 `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
	Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
	// contains filtered or unexported fields
}

func (*Error) Descriptor deprecated

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

Deprecated: Use Error.ProtoReflect.Descriptor instead.

func (*Error) GetCode

func (x *Error) GetCode() uint32

func (*Error) GetMessage

func (x *Error) GetMessage() string

func (*Error) ProtoMessage

func (*Error) ProtoMessage()

func (*Error) ProtoReflect

func (x *Error) ProtoReflect() protoreflect.Message

func (*Error) Reset

func (x *Error) Reset()

func (*Error) String

func (x *Error) String() string

type FcmPushNotification

type FcmPushNotification struct {
	Message []byte `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
	// contains filtered or unexported fields
}

func (*FcmPushNotification) Descriptor deprecated

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

Deprecated: Use FcmPushNotification.ProtoReflect.Descriptor instead.

func (*FcmPushNotification) GetMessage

func (x *FcmPushNotification) GetMessage() []byte

func (*FcmPushNotification) ProtoMessage

func (*FcmPushNotification) ProtoMessage()

func (*FcmPushNotification) ProtoReflect

func (x *FcmPushNotification) ProtoReflect() protoreflect.Message

func (*FcmPushNotification) Reset

func (x *FcmPushNotification) Reset()

func (*FcmPushNotification) String

func (x *FcmPushNotification) String() string

type GetUserStatusRequest

type GetUserStatusRequest struct {
	Users []string `protobuf:"bytes,1,rep,name=users,proto3" json:"users,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUserStatusRequest) Descriptor deprecated

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

Deprecated: Use GetUserStatusRequest.ProtoReflect.Descriptor instead.

func (*GetUserStatusRequest) GetUsers

func (x *GetUserStatusRequest) GetUsers() []string

func (*GetUserStatusRequest) ProtoMessage

func (*GetUserStatusRequest) ProtoMessage()

func (*GetUserStatusRequest) ProtoReflect

func (x *GetUserStatusRequest) ProtoReflect() protoreflect.Message

func (*GetUserStatusRequest) Reset

func (x *GetUserStatusRequest) Reset()

func (*GetUserStatusRequest) String

func (x *GetUserStatusRequest) String() string

type GetUserStatusResponse

type GetUserStatusResponse struct {
	Error  *Error               `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	Result *GetUserStatusResult `protobuf:"bytes,2,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUserStatusResponse) Descriptor deprecated

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

Deprecated: Use GetUserStatusResponse.ProtoReflect.Descriptor instead.

func (*GetUserStatusResponse) GetError

func (x *GetUserStatusResponse) GetError() *Error

func (*GetUserStatusResponse) GetResult

func (*GetUserStatusResponse) ProtoMessage

func (*GetUserStatusResponse) ProtoMessage()

func (*GetUserStatusResponse) ProtoReflect

func (x *GetUserStatusResponse) ProtoReflect() protoreflect.Message

func (*GetUserStatusResponse) Reset

func (x *GetUserStatusResponse) Reset()

func (*GetUserStatusResponse) String

func (x *GetUserStatusResponse) String() string

type GetUserStatusResult

type GetUserStatusResult struct {
	Statuses []*UserStatus `protobuf:"bytes,1,rep,name=statuses,proto3" json:"statuses,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUserStatusResult) Descriptor deprecated

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

Deprecated: Use GetUserStatusResult.ProtoReflect.Descriptor instead.

func (*GetUserStatusResult) GetStatuses

func (x *GetUserStatusResult) GetStatuses() []*UserStatus

func (*GetUserStatusResult) ProtoMessage

func (*GetUserStatusResult) ProtoMessage()

func (*GetUserStatusResult) ProtoReflect

func (x *GetUserStatusResult) ProtoReflect() protoreflect.Message

func (*GetUserStatusResult) Reset

func (x *GetUserStatusResult) Reset()

func (*GetUserStatusResult) String

func (x *GetUserStatusResult) String() string

type HistoryRemoveRequest

type HistoryRemoveRequest struct {
	Channel string `protobuf:"bytes,1,opt,name=channel,proto3" json:"channel,omitempty"`
	// contains filtered or unexported fields
}

func (*HistoryRemoveRequest) Descriptor deprecated

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

Deprecated: Use HistoryRemoveRequest.ProtoReflect.Descriptor instead.

func (*HistoryRemoveRequest) GetChannel

func (x *HistoryRemoveRequest) GetChannel() string

func (*HistoryRemoveRequest) ProtoMessage

func (*HistoryRemoveRequest) ProtoMessage()

func (*HistoryRemoveRequest) ProtoReflect

func (x *HistoryRemoveRequest) ProtoReflect() protoreflect.Message

func (*HistoryRemoveRequest) Reset

func (x *HistoryRemoveRequest) Reset()

func (*HistoryRemoveRequest) String

func (x *HistoryRemoveRequest) String() string

type HistoryRemoveResponse

type HistoryRemoveResponse struct {
	Error  *Error               `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	Result *HistoryRemoveResult `protobuf:"bytes,2,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*HistoryRemoveResponse) Descriptor deprecated

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

Deprecated: Use HistoryRemoveResponse.ProtoReflect.Descriptor instead.

func (*HistoryRemoveResponse) GetError

func (x *HistoryRemoveResponse) GetError() *Error

func (*HistoryRemoveResponse) GetResult

func (*HistoryRemoveResponse) ProtoMessage

func (*HistoryRemoveResponse) ProtoMessage()

func (*HistoryRemoveResponse) ProtoReflect

func (x *HistoryRemoveResponse) ProtoReflect() protoreflect.Message

func (*HistoryRemoveResponse) Reset

func (x *HistoryRemoveResponse) Reset()

func (*HistoryRemoveResponse) String

func (x *HistoryRemoveResponse) String() string

type HistoryRemoveResult

type HistoryRemoveResult struct {
	// contains filtered or unexported fields
}

func (*HistoryRemoveResult) Descriptor deprecated

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

Deprecated: Use HistoryRemoveResult.ProtoReflect.Descriptor instead.

func (*HistoryRemoveResult) ProtoMessage

func (*HistoryRemoveResult) ProtoMessage()

func (*HistoryRemoveResult) ProtoReflect

func (x *HistoryRemoveResult) ProtoReflect() protoreflect.Message

func (*HistoryRemoveResult) Reset

func (x *HistoryRemoveResult) Reset()

func (*HistoryRemoveResult) String

func (x *HistoryRemoveResult) String() string

type HistoryRequest

type HistoryRequest struct {
	Channel string          `protobuf:"bytes,1,opt,name=channel,proto3" json:"channel,omitempty"`
	Limit   int32           `protobuf:"varint,2,opt,name=limit,proto3" json:"limit,omitempty"`
	Since   *StreamPosition `protobuf:"bytes,3,opt,name=since,proto3" json:"since,omitempty"`
	Reverse bool            `protobuf:"varint,4,opt,name=reverse,proto3" json:"reverse,omitempty"`
	// contains filtered or unexported fields
}

func (*HistoryRequest) Descriptor deprecated

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

Deprecated: Use HistoryRequest.ProtoReflect.Descriptor instead.

func (*HistoryRequest) GetChannel

func (x *HistoryRequest) GetChannel() string

func (*HistoryRequest) GetLimit

func (x *HistoryRequest) GetLimit() int32

func (*HistoryRequest) GetReverse

func (x *HistoryRequest) GetReverse() bool

func (*HistoryRequest) GetSince

func (x *HistoryRequest) GetSince() *StreamPosition

func (*HistoryRequest) ProtoMessage

func (*HistoryRequest) ProtoMessage()

func (*HistoryRequest) ProtoReflect

func (x *HistoryRequest) ProtoReflect() protoreflect.Message

func (*HistoryRequest) Reset

func (x *HistoryRequest) Reset()

func (*HistoryRequest) String

func (x *HistoryRequest) String() string

type HistoryResponse

type HistoryResponse struct {
	Error  *Error         `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	Result *HistoryResult `protobuf:"bytes,2,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*HistoryResponse) Descriptor deprecated

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

Deprecated: Use HistoryResponse.ProtoReflect.Descriptor instead.

func (*HistoryResponse) GetError

func (x *HistoryResponse) GetError() *Error

func (*HistoryResponse) GetResult

func (x *HistoryResponse) GetResult() *HistoryResult

func (*HistoryResponse) ProtoMessage

func (*HistoryResponse) ProtoMessage()

func (*HistoryResponse) ProtoReflect

func (x *HistoryResponse) ProtoReflect() protoreflect.Message

func (*HistoryResponse) Reset

func (x *HistoryResponse) Reset()

func (*HistoryResponse) String

func (x *HistoryResponse) String() string

type HistoryResult

type HistoryResult struct {
	Publications []*Publication `protobuf:"bytes,1,rep,name=publications,proto3" json:"publications,omitempty"`
	Epoch        string         `protobuf:"bytes,2,opt,name=epoch,proto3" json:"epoch,omitempty"`
	Offset       uint64         `protobuf:"varint,3,opt,name=offset,proto3" json:"offset,omitempty"`
	// contains filtered or unexported fields
}

func (*HistoryResult) Descriptor deprecated

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

Deprecated: Use HistoryResult.ProtoReflect.Descriptor instead.

func (*HistoryResult) GetEpoch

func (x *HistoryResult) GetEpoch() string

func (*HistoryResult) GetOffset

func (x *HistoryResult) GetOffset() uint64

func (*HistoryResult) GetPublications

func (x *HistoryResult) GetPublications() []*Publication

func (*HistoryResult) ProtoMessage

func (*HistoryResult) ProtoMessage()

func (*HistoryResult) ProtoReflect

func (x *HistoryResult) ProtoReflect() protoreflect.Message

func (*HistoryResult) Reset

func (x *HistoryResult) Reset()

func (*HistoryResult) String

func (x *HistoryResult) String() string

type HmsPushNotification

type HmsPushNotification struct {
	Message []byte `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
	// contains filtered or unexported fields
}

func (*HmsPushNotification) Descriptor deprecated

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

Deprecated: Use HmsPushNotification.ProtoReflect.Descriptor instead.

func (*HmsPushNotification) GetMessage

func (x *HmsPushNotification) GetMessage() []byte

func (*HmsPushNotification) ProtoMessage

func (*HmsPushNotification) ProtoMessage()

func (*HmsPushNotification) ProtoReflect

func (x *HmsPushNotification) ProtoReflect() protoreflect.Message

func (*HmsPushNotification) Reset

func (x *HmsPushNotification) Reset()

func (*HmsPushNotification) String

func (x *HmsPushNotification) String() string

type InfoRequest

type InfoRequest struct {
	// contains filtered or unexported fields
}

func (*InfoRequest) Descriptor deprecated

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

Deprecated: Use InfoRequest.ProtoReflect.Descriptor instead.

func (*InfoRequest) ProtoMessage

func (*InfoRequest) ProtoMessage()

func (*InfoRequest) ProtoReflect

func (x *InfoRequest) ProtoReflect() protoreflect.Message

func (*InfoRequest) Reset

func (x *InfoRequest) Reset()

func (*InfoRequest) String

func (x *InfoRequest) String() string

type InfoResponse

type InfoResponse struct {
	Error  *Error      `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	Result *InfoResult `protobuf:"bytes,2,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*InfoResponse) Descriptor deprecated

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

Deprecated: Use InfoResponse.ProtoReflect.Descriptor instead.

func (*InfoResponse) GetError

func (x *InfoResponse) GetError() *Error

func (*InfoResponse) GetResult

func (x *InfoResponse) GetResult() *InfoResult

func (*InfoResponse) ProtoMessage

func (*InfoResponse) ProtoMessage()

func (*InfoResponse) ProtoReflect

func (x *InfoResponse) ProtoReflect() protoreflect.Message

func (*InfoResponse) Reset

func (x *InfoResponse) Reset()

func (*InfoResponse) String

func (x *InfoResponse) String() string

type InfoResult

type InfoResult struct {
	Nodes []*NodeResult `protobuf:"bytes,1,rep,name=nodes,proto3" json:"nodes,omitempty"`
	// contains filtered or unexported fields
}

func (*InfoResult) Descriptor deprecated

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

Deprecated: Use InfoResult.ProtoReflect.Descriptor instead.

func (*InfoResult) GetNodes

func (x *InfoResult) GetNodes() []*NodeResult

func (*InfoResult) ProtoMessage

func (*InfoResult) ProtoMessage()

func (*InfoResult) ProtoReflect

func (x *InfoResult) ProtoReflect() protoreflect.Message

func (*InfoResult) Reset

func (x *InfoResult) Reset()

func (*InfoResult) String

func (x *InfoResult) String() string

type Int32Value

type Int32Value struct {
	Value int32 `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*Int32Value) Descriptor deprecated

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

Deprecated: Use Int32Value.ProtoReflect.Descriptor instead.

func (*Int32Value) GetValue

func (x *Int32Value) GetValue() int32

func (*Int32Value) ProtoMessage

func (*Int32Value) ProtoMessage()

func (*Int32Value) ProtoReflect

func (x *Int32Value) ProtoReflect() protoreflect.Message

func (*Int32Value) Reset

func (x *Int32Value) Reset()

func (*Int32Value) String

func (x *Int32Value) String() string

type InvalidateUserTokensRequest

type InvalidateUserTokensRequest struct {
	ExpireAt     int64  `protobuf:"varint,1,opt,name=expire_at,json=expireAt,proto3" json:"expire_at,omitempty"`
	User         string `protobuf:"bytes,2,opt,name=user,proto3" json:"user,omitempty"`
	IssuedBefore int64  `protobuf:"varint,3,opt,name=issued_before,json=issuedBefore,proto3" json:"issued_before,omitempty"`
	Channel      string `protobuf:"bytes,4,opt,name=channel,proto3" json:"channel,omitempty"`
	// contains filtered or unexported fields
}

func (*InvalidateUserTokensRequest) Descriptor deprecated

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

Deprecated: Use InvalidateUserTokensRequest.ProtoReflect.Descriptor instead.

func (*InvalidateUserTokensRequest) GetChannel

func (x *InvalidateUserTokensRequest) GetChannel() string

func (*InvalidateUserTokensRequest) GetExpireAt

func (x *InvalidateUserTokensRequest) GetExpireAt() int64

func (*InvalidateUserTokensRequest) GetIssuedBefore

func (x *InvalidateUserTokensRequest) GetIssuedBefore() int64

func (*InvalidateUserTokensRequest) GetUser

func (x *InvalidateUserTokensRequest) GetUser() string

func (*InvalidateUserTokensRequest) ProtoMessage

func (*InvalidateUserTokensRequest) ProtoMessage()

func (*InvalidateUserTokensRequest) ProtoReflect

func (*InvalidateUserTokensRequest) Reset

func (x *InvalidateUserTokensRequest) Reset()

func (*InvalidateUserTokensRequest) String

func (x *InvalidateUserTokensRequest) String() string

type InvalidateUserTokensResponse

type InvalidateUserTokensResponse struct {
	Error  *Error                      `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	Result *InvalidateUserTokensResult `protobuf:"bytes,2,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*InvalidateUserTokensResponse) Descriptor deprecated

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

Deprecated: Use InvalidateUserTokensResponse.ProtoReflect.Descriptor instead.

func (*InvalidateUserTokensResponse) GetError

func (x *InvalidateUserTokensResponse) GetError() *Error

func (*InvalidateUserTokensResponse) GetResult

func (*InvalidateUserTokensResponse) ProtoMessage

func (*InvalidateUserTokensResponse) ProtoMessage()

func (*InvalidateUserTokensResponse) ProtoReflect

func (*InvalidateUserTokensResponse) Reset

func (x *InvalidateUserTokensResponse) Reset()

func (*InvalidateUserTokensResponse) String

type InvalidateUserTokensResult

type InvalidateUserTokensResult struct {
	// contains filtered or unexported fields
}

func (*InvalidateUserTokensResult) Descriptor deprecated

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

Deprecated: Use InvalidateUserTokensResult.ProtoReflect.Descriptor instead.

func (*InvalidateUserTokensResult) ProtoMessage

func (*InvalidateUserTokensResult) ProtoMessage()

func (*InvalidateUserTokensResult) ProtoReflect

func (*InvalidateUserTokensResult) Reset

func (x *InvalidateUserTokensResult) Reset()

func (*InvalidateUserTokensResult) String

func (x *InvalidateUserTokensResult) String() string

type Metrics

type Metrics struct {
	Interval float64            `protobuf:"fixed64,1,opt,name=interval,proto3" json:"interval,omitempty"`
	Items    map[string]float64 `` /* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Metrics) Descriptor deprecated

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

Deprecated: Use Metrics.ProtoReflect.Descriptor instead.

func (*Metrics) GetInterval

func (x *Metrics) GetInterval() float64

func (*Metrics) GetItems

func (x *Metrics) GetItems() map[string]float64

func (*Metrics) ProtoMessage

func (*Metrics) ProtoMessage()

func (*Metrics) ProtoReflect

func (x *Metrics) ProtoReflect() protoreflect.Message

func (*Metrics) Reset

func (x *Metrics) Reset()

func (*Metrics) String

func (x *Metrics) String() string

type NodeResult

type NodeResult struct {
	Uid         string   `protobuf:"bytes,1,opt,name=uid,proto3" json:"uid,omitempty"`
	Name        string   `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Version     string   `protobuf:"bytes,3,opt,name=version,proto3" json:"version,omitempty"`
	NumClients  uint32   `protobuf:"varint,4,opt,name=num_clients,json=numClients,proto3" json:"num_clients,omitempty"`
	NumUsers    uint32   `protobuf:"varint,5,opt,name=num_users,json=numUsers,proto3" json:"num_users,omitempty"`
	NumChannels uint32   `protobuf:"varint,6,opt,name=num_channels,json=numChannels,proto3" json:"num_channels,omitempty"`
	Uptime      uint32   `protobuf:"varint,7,opt,name=uptime,proto3" json:"uptime,omitempty"`
	Metrics     *Metrics `protobuf:"bytes,8,opt,name=metrics,proto3" json:"metrics,omitempty"`
	Process     *Process `protobuf:"bytes,9,opt,name=process,proto3" json:"process,omitempty"`
	NumSubs     uint32   `protobuf:"varint,10,opt,name=num_subs,json=numSubs,proto3" json:"num_subs,omitempty"`
	// contains filtered or unexported fields
}

func (*NodeResult) Descriptor deprecated

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

Deprecated: Use NodeResult.ProtoReflect.Descriptor instead.

func (*NodeResult) GetMetrics

func (x *NodeResult) GetMetrics() *Metrics

func (*NodeResult) GetName

func (x *NodeResult) GetName() string

func (*NodeResult) GetNumChannels

func (x *NodeResult) GetNumChannels() uint32

func (*NodeResult) GetNumClients

func (x *NodeResult) GetNumClients() uint32

func (*NodeResult) GetNumSubs

func (x *NodeResult) GetNumSubs() uint32

func (*NodeResult) GetNumUsers

func (x *NodeResult) GetNumUsers() uint32

func (*NodeResult) GetProcess

func (x *NodeResult) GetProcess() *Process

func (*NodeResult) GetUid

func (x *NodeResult) GetUid() string

func (*NodeResult) GetUptime

func (x *NodeResult) GetUptime() uint32

func (*NodeResult) GetVersion

func (x *NodeResult) GetVersion() string

func (*NodeResult) ProtoMessage

func (*NodeResult) ProtoMessage()

func (*NodeResult) ProtoReflect

func (x *NodeResult) ProtoReflect() protoreflect.Message

func (*NodeResult) Reset

func (x *NodeResult) Reset()

func (*NodeResult) String

func (x *NodeResult) String() string

type PresenceRequest

type PresenceRequest struct {
	Channel string `protobuf:"bytes,1,opt,name=channel,proto3" json:"channel,omitempty"`
	// contains filtered or unexported fields
}

func (*PresenceRequest) Descriptor deprecated

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

Deprecated: Use PresenceRequest.ProtoReflect.Descriptor instead.

func (*PresenceRequest) GetChannel

func (x *PresenceRequest) GetChannel() string

func (*PresenceRequest) ProtoMessage

func (*PresenceRequest) ProtoMessage()

func (*PresenceRequest) ProtoReflect

func (x *PresenceRequest) ProtoReflect() protoreflect.Message

func (*PresenceRequest) Reset

func (x *PresenceRequest) Reset()

func (*PresenceRequest) String

func (x *PresenceRequest) String() string

type PresenceResponse

type PresenceResponse struct {
	Error  *Error          `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	Result *PresenceResult `protobuf:"bytes,2,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*PresenceResponse) Descriptor deprecated

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

Deprecated: Use PresenceResponse.ProtoReflect.Descriptor instead.

func (*PresenceResponse) GetError

func (x *PresenceResponse) GetError() *Error

func (*PresenceResponse) GetResult

func (x *PresenceResponse) GetResult() *PresenceResult

func (*PresenceResponse) ProtoMessage

func (*PresenceResponse) ProtoMessage()

func (*PresenceResponse) ProtoReflect

func (x *PresenceResponse) ProtoReflect() protoreflect.Message

func (*PresenceResponse) Reset

func (x *PresenceResponse) Reset()

func (*PresenceResponse) String

func (x *PresenceResponse) String() string

type PresenceResult

type PresenceResult struct {
	Presence map[string]*ClientInfo `` /* 157-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*PresenceResult) Descriptor deprecated

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

Deprecated: Use PresenceResult.ProtoReflect.Descriptor instead.

func (*PresenceResult) GetPresence

func (x *PresenceResult) GetPresence() map[string]*ClientInfo

func (*PresenceResult) ProtoMessage

func (*PresenceResult) ProtoMessage()

func (*PresenceResult) ProtoReflect

func (x *PresenceResult) ProtoReflect() protoreflect.Message

func (*PresenceResult) Reset

func (x *PresenceResult) Reset()

func (*PresenceResult) String

func (x *PresenceResult) String() string

type PresenceStatsRequest

type PresenceStatsRequest struct {
	Channel string `protobuf:"bytes,1,opt,name=channel,proto3" json:"channel,omitempty"`
	// contains filtered or unexported fields
}

func (*PresenceStatsRequest) Descriptor deprecated

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

Deprecated: Use PresenceStatsRequest.ProtoReflect.Descriptor instead.

func (*PresenceStatsRequest) GetChannel

func (x *PresenceStatsRequest) GetChannel() string

func (*PresenceStatsRequest) ProtoMessage

func (*PresenceStatsRequest) ProtoMessage()

func (*PresenceStatsRequest) ProtoReflect

func (x *PresenceStatsRequest) ProtoReflect() protoreflect.Message

func (*PresenceStatsRequest) Reset

func (x *PresenceStatsRequest) Reset()

func (*PresenceStatsRequest) String

func (x *PresenceStatsRequest) String() string

type PresenceStatsResponse

type PresenceStatsResponse struct {
	Error  *Error               `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	Result *PresenceStatsResult `protobuf:"bytes,2,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*PresenceStatsResponse) Descriptor deprecated

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

Deprecated: Use PresenceStatsResponse.ProtoReflect.Descriptor instead.

func (*PresenceStatsResponse) GetError

func (x *PresenceStatsResponse) GetError() *Error

func (*PresenceStatsResponse) GetResult

func (*PresenceStatsResponse) ProtoMessage

func (*PresenceStatsResponse) ProtoMessage()

func (*PresenceStatsResponse) ProtoReflect

func (x *PresenceStatsResponse) ProtoReflect() protoreflect.Message

func (*PresenceStatsResponse) Reset

func (x *PresenceStatsResponse) Reset()

func (*PresenceStatsResponse) String

func (x *PresenceStatsResponse) String() string

type PresenceStatsResult

type PresenceStatsResult struct {
	NumClients uint32 `protobuf:"varint,1,opt,name=num_clients,json=numClients,proto3" json:"num_clients,omitempty"`
	NumUsers   uint32 `protobuf:"varint,2,opt,name=num_users,json=numUsers,proto3" json:"num_users,omitempty"`
	// contains filtered or unexported fields
}

func (*PresenceStatsResult) Descriptor deprecated

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

Deprecated: Use PresenceStatsResult.ProtoReflect.Descriptor instead.

func (*PresenceStatsResult) GetNumClients

func (x *PresenceStatsResult) GetNumClients() uint32

func (*PresenceStatsResult) GetNumUsers

func (x *PresenceStatsResult) GetNumUsers() uint32

func (*PresenceStatsResult) ProtoMessage

func (*PresenceStatsResult) ProtoMessage()

func (*PresenceStatsResult) ProtoReflect

func (x *PresenceStatsResult) ProtoReflect() protoreflect.Message

func (*PresenceStatsResult) Reset

func (x *PresenceStatsResult) Reset()

func (*PresenceStatsResult) String

func (x *PresenceStatsResult) String() string

type Process

type Process struct {
	Cpu float64 `protobuf:"fixed64,1,opt,name=cpu,proto3" json:"cpu,omitempty"`
	Rss int64   `protobuf:"varint,2,opt,name=rss,proto3" json:"rss,omitempty"`
	// contains filtered or unexported fields
}

func (*Process) Descriptor deprecated

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

Deprecated: Use Process.ProtoReflect.Descriptor instead.

func (*Process) GetCpu

func (x *Process) GetCpu() float64

func (*Process) GetRss

func (x *Process) GetRss() int64

func (*Process) ProtoMessage

func (*Process) ProtoMessage()

func (*Process) ProtoReflect

func (x *Process) ProtoReflect() protoreflect.Message

func (*Process) Reset

func (x *Process) Reset()

func (*Process) String

func (x *Process) String() string

type Publication

type Publication struct {

	// Removed: string uid =1;
	Data   []byte            `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
	Info   *ClientInfo       `protobuf:"bytes,3,opt,name=info,proto3" json:"info,omitempty"`
	Offset uint64            `protobuf:"varint,4,opt,name=offset,proto3" json:"offset,omitempty"`
	Tags   map[string]string `` /* 149-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Publication) Descriptor deprecated

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

Deprecated: Use Publication.ProtoReflect.Descriptor instead.

func (*Publication) GetData

func (x *Publication) GetData() []byte

func (*Publication) GetInfo

func (x *Publication) GetInfo() *ClientInfo

func (*Publication) GetOffset

func (x *Publication) GetOffset() uint64

func (*Publication) GetTags

func (x *Publication) GetTags() map[string]string

func (*Publication) ProtoMessage

func (*Publication) ProtoMessage()

func (*Publication) ProtoReflect

func (x *Publication) ProtoReflect() protoreflect.Message

func (*Publication) Reset

func (x *Publication) Reset()

func (*Publication) String

func (x *Publication) String() string

type PublishRequest

type PublishRequest struct {
	Channel     string            `protobuf:"bytes,1,opt,name=channel,proto3" json:"channel,omitempty"`
	Data        []byte            `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
	B64Data     string            `protobuf:"bytes,3,opt,name=b64data,proto3" json:"b64data,omitempty"`
	SkipHistory bool              `protobuf:"varint,4,opt,name=skip_history,json=skipHistory,proto3" json:"skip_history,omitempty"`
	Tags        map[string]string `` /* 149-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*PublishRequest) Descriptor deprecated

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

Deprecated: Use PublishRequest.ProtoReflect.Descriptor instead.

func (*PublishRequest) GetB64Data

func (x *PublishRequest) GetB64Data() string

func (*PublishRequest) GetChannel

func (x *PublishRequest) GetChannel() string

func (*PublishRequest) GetData

func (x *PublishRequest) GetData() []byte

func (*PublishRequest) GetSkipHistory

func (x *PublishRequest) GetSkipHistory() bool

func (*PublishRequest) GetTags

func (x *PublishRequest) GetTags() map[string]string

func (*PublishRequest) ProtoMessage

func (*PublishRequest) ProtoMessage()

func (*PublishRequest) ProtoReflect

func (x *PublishRequest) ProtoReflect() protoreflect.Message

func (*PublishRequest) Reset

func (x *PublishRequest) Reset()

func (*PublishRequest) String

func (x *PublishRequest) String() string

type PublishResponse

type PublishResponse struct {
	Error  *Error         `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	Result *PublishResult `protobuf:"bytes,2,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*PublishResponse) Descriptor deprecated

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

Deprecated: Use PublishResponse.ProtoReflect.Descriptor instead.

func (*PublishResponse) GetError

func (x *PublishResponse) GetError() *Error

func (*PublishResponse) GetResult

func (x *PublishResponse) GetResult() *PublishResult

func (*PublishResponse) ProtoMessage

func (*PublishResponse) ProtoMessage()

func (*PublishResponse) ProtoReflect

func (x *PublishResponse) ProtoReflect() protoreflect.Message

func (*PublishResponse) Reset

func (x *PublishResponse) Reset()

func (*PublishResponse) String

func (x *PublishResponse) String() string

type PublishResult

type PublishResult struct {
	Offset uint64 `protobuf:"varint,1,opt,name=offset,proto3" json:"offset,omitempty"`
	Epoch  string `protobuf:"bytes,2,opt,name=epoch,proto3" json:"epoch,omitempty"`
	// contains filtered or unexported fields
}

func (*PublishResult) Descriptor deprecated

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

Deprecated: Use PublishResult.ProtoReflect.Descriptor instead.

func (*PublishResult) GetEpoch

func (x *PublishResult) GetEpoch() string

func (*PublishResult) GetOffset

func (x *PublishResult) GetOffset() uint64

func (*PublishResult) ProtoMessage

func (*PublishResult) ProtoMessage()

func (*PublishResult) ProtoReflect

func (x *PublishResult) ProtoReflect() protoreflect.Message

func (*PublishResult) Reset

func (x *PublishResult) Reset()

func (*PublishResult) String

func (x *PublishResult) String() string

type PushNotification

type PushNotification struct {
	Fcm      *FcmPushNotification  `protobuf:"bytes,1,opt,name=fcm,proto3" json:"fcm,omitempty"`
	Hms      *HmsPushNotification  `protobuf:"bytes,2,opt,name=hms,proto3" json:"hms,omitempty"`
	Apns     *ApnsPushNotification `protobuf:"bytes,3,opt,name=apns,proto3" json:"apns,omitempty"`
	Uid      string                `protobuf:"bytes,4,opt,name=uid,proto3" json:"uid,omitempty"`
	ExpireAt int64                 `protobuf:"varint,5,opt,name=expire_at,json=expireAt,proto3" json:"expire_at,omitempty"`
	// contains filtered or unexported fields
}

func (*PushNotification) Descriptor deprecated

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

Deprecated: Use PushNotification.ProtoReflect.Descriptor instead.

func (*PushNotification) GetApns

func (x *PushNotification) GetApns() *ApnsPushNotification

func (*PushNotification) GetExpireAt

func (x *PushNotification) GetExpireAt() int64

func (*PushNotification) GetFcm

func (*PushNotification) GetHms

func (*PushNotification) GetUid

func (x *PushNotification) GetUid() string

func (*PushNotification) ProtoMessage

func (*PushNotification) ProtoMessage()

func (*PushNotification) ProtoReflect

func (x *PushNotification) ProtoReflect() protoreflect.Message

func (*PushNotification) Reset

func (x *PushNotification) Reset()

func (*PushNotification) String

func (x *PushNotification) String() string

type PushRecipient

type PushRecipient struct {
	DeviceIds    []string `protobuf:"bytes,1,rep,name=device_ids,json=deviceIds,proto3" json:"device_ids,omitempty"`
	Channels     []string `protobuf:"bytes,2,rep,name=channels,proto3" json:"channels,omitempty"`
	FcmTokens    []string `protobuf:"bytes,3,rep,name=fcm_tokens,json=fcmTokens,proto3" json:"fcm_tokens,omitempty"`
	FcmTopic     string   `protobuf:"bytes,4,opt,name=fcm_topic,json=fcmTopic,proto3" json:"fcm_topic,omitempty"`
	FcmCondition string   `protobuf:"bytes,5,opt,name=fcm_condition,json=fcmCondition,proto3" json:"fcm_condition,omitempty"`
	HmsTokens    []string `protobuf:"bytes,6,rep,name=hms_tokens,json=hmsTokens,proto3" json:"hms_tokens,omitempty"`
	HmsTopic     string   `protobuf:"bytes,7,opt,name=hms_topic,json=hmsTopic,proto3" json:"hms_topic,omitempty"`
	HmsCondition string   `protobuf:"bytes,8,opt,name=hms_condition,json=hmsCondition,proto3" json:"hms_condition,omitempty"`
	ApnsTokens   []string `protobuf:"bytes,9,rep,name=apns_tokens,json=apnsTokens,proto3" json:"apns_tokens,omitempty"`
	// contains filtered or unexported fields
}

func (*PushRecipient) Descriptor deprecated

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

Deprecated: Use PushRecipient.ProtoReflect.Descriptor instead.

func (*PushRecipient) GetApnsTokens

func (x *PushRecipient) GetApnsTokens() []string

func (*PushRecipient) GetChannels

func (x *PushRecipient) GetChannels() []string

func (*PushRecipient) GetDeviceIds

func (x *PushRecipient) GetDeviceIds() []string

func (*PushRecipient) GetFcmCondition

func (x *PushRecipient) GetFcmCondition() string

func (*PushRecipient) GetFcmTokens

func (x *PushRecipient) GetFcmTokens() []string

func (*PushRecipient) GetFcmTopic

func (x *PushRecipient) GetFcmTopic() string

func (*PushRecipient) GetHmsCondition

func (x *PushRecipient) GetHmsCondition() string

func (*PushRecipient) GetHmsTokens

func (x *PushRecipient) GetHmsTokens() []string

func (*PushRecipient) GetHmsTopic

func (x *PushRecipient) GetHmsTopic() string

func (*PushRecipient) ProtoMessage

func (*PushRecipient) ProtoMessage()

func (*PushRecipient) ProtoReflect

func (x *PushRecipient) ProtoReflect() protoreflect.Message

func (*PushRecipient) Reset

func (x *PushRecipient) Reset()

func (*PushRecipient) String

func (x *PushRecipient) String() string

type PushUserChannel

type PushUserChannel struct {
	Id      string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	User    string `protobuf:"bytes,2,opt,name=user,proto3" json:"user,omitempty"`
	Channel string `protobuf:"bytes,3,opt,name=channel,proto3" json:"channel,omitempty"`
	// contains filtered or unexported fields
}

func (*PushUserChannel) Descriptor deprecated

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

Deprecated: Use PushUserChannel.ProtoReflect.Descriptor instead.

func (*PushUserChannel) GetChannel

func (x *PushUserChannel) GetChannel() string

func (*PushUserChannel) GetId

func (x *PushUserChannel) GetId() string

func (*PushUserChannel) GetUser

func (x *PushUserChannel) GetUser() string

func (*PushUserChannel) ProtoMessage

func (*PushUserChannel) ProtoMessage()

func (*PushUserChannel) ProtoReflect

func (x *PushUserChannel) ProtoReflect() protoreflect.Message

func (*PushUserChannel) Reset

func (x *PushUserChannel) Reset()

func (*PushUserChannel) String

func (x *PushUserChannel) String() string

type PushUserChannelListRequest

type PushUserChannelListRequest struct {
	Users    []string `protobuf:"bytes,1,rep,name=users,proto3" json:"users,omitempty"`
	Channels []string `protobuf:"bytes,2,rep,name=channels,proto3" json:"channels,omitempty"`
	Since    string   `protobuf:"bytes,3,opt,name=since,proto3" json:"since,omitempty"`
	Limit    int32    `protobuf:"varint,4,opt,name=limit,proto3" json:"limit,omitempty"`
	// contains filtered or unexported fields
}

func (*PushUserChannelListRequest) Descriptor deprecated

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

Deprecated: Use PushUserChannelListRequest.ProtoReflect.Descriptor instead.

func (*PushUserChannelListRequest) GetChannels

func (x *PushUserChannelListRequest) GetChannels() []string

func (*PushUserChannelListRequest) GetLimit

func (x *PushUserChannelListRequest) GetLimit() int32

func (*PushUserChannelListRequest) GetSince

func (x *PushUserChannelListRequest) GetSince() string

func (*PushUserChannelListRequest) GetUsers

func (x *PushUserChannelListRequest) GetUsers() []string

func (*PushUserChannelListRequest) ProtoMessage

func (*PushUserChannelListRequest) ProtoMessage()

func (*PushUserChannelListRequest) ProtoReflect

func (*PushUserChannelListRequest) Reset

func (x *PushUserChannelListRequest) Reset()

func (*PushUserChannelListRequest) String

func (x *PushUserChannelListRequest) String() string

type PushUserChannelListResponse

type PushUserChannelListResponse struct {
	Error  *Error                     `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	Result *PushUserChannelListResult `protobuf:"bytes,2,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*PushUserChannelListResponse) Descriptor deprecated

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

Deprecated: Use PushUserChannelListResponse.ProtoReflect.Descriptor instead.

func (*PushUserChannelListResponse) GetError

func (x *PushUserChannelListResponse) GetError() *Error

func (*PushUserChannelListResponse) GetResult

func (*PushUserChannelListResponse) ProtoMessage

func (*PushUserChannelListResponse) ProtoMessage()

func (*PushUserChannelListResponse) ProtoReflect

func (*PushUserChannelListResponse) Reset

func (x *PushUserChannelListResponse) Reset()

func (*PushUserChannelListResponse) String

func (x *PushUserChannelListResponse) String() string

type PushUserChannelListResult

type PushUserChannelListResult struct {
	Items   []*PushUserChannel `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"`
	HasMore bool               `protobuf:"varint,2,opt,name=has_more,json=hasMore,proto3" json:"has_more,omitempty"`
	// contains filtered or unexported fields
}

func (*PushUserChannelListResult) Descriptor deprecated

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

Deprecated: Use PushUserChannelListResult.ProtoReflect.Descriptor instead.

func (*PushUserChannelListResult) GetHasMore

func (x *PushUserChannelListResult) GetHasMore() bool

func (*PushUserChannelListResult) GetItems

func (x *PushUserChannelListResult) GetItems() []*PushUserChannel

func (*PushUserChannelListResult) ProtoMessage

func (*PushUserChannelListResult) ProtoMessage()

func (*PushUserChannelListResult) ProtoReflect

func (*PushUserChannelListResult) Reset

func (x *PushUserChannelListResult) Reset()

func (*PushUserChannelListResult) String

func (x *PushUserChannelListResult) String() string

type PushUserChannelUpdateRequest

type PushUserChannelUpdateRequest struct {
	User     string   `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"`
	Op       string   `protobuf:"bytes,2,opt,name=op,proto3" json:"op,omitempty"` // add | remove | set
	Channels []string `protobuf:"bytes,3,rep,name=channels,proto3" json:"channels,omitempty"`
	// contains filtered or unexported fields
}

func (*PushUserChannelUpdateRequest) Descriptor deprecated

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

Deprecated: Use PushUserChannelUpdateRequest.ProtoReflect.Descriptor instead.

func (*PushUserChannelUpdateRequest) GetChannels

func (x *PushUserChannelUpdateRequest) GetChannels() []string

func (*PushUserChannelUpdateRequest) GetOp

func (*PushUserChannelUpdateRequest) GetUser

func (x *PushUserChannelUpdateRequest) GetUser() string

func (*PushUserChannelUpdateRequest) ProtoMessage

func (*PushUserChannelUpdateRequest) ProtoMessage()

func (*PushUserChannelUpdateRequest) ProtoReflect

func (*PushUserChannelUpdateRequest) Reset

func (x *PushUserChannelUpdateRequest) Reset()

func (*PushUserChannelUpdateRequest) String

type PushUserChannelUpdateResponse

type PushUserChannelUpdateResponse struct {
	Error  *Error                       `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	Result *PushUserChannelUpdateResult `protobuf:"bytes,2,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*PushUserChannelUpdateResponse) Descriptor deprecated

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

Deprecated: Use PushUserChannelUpdateResponse.ProtoReflect.Descriptor instead.

func (*PushUserChannelUpdateResponse) GetError

func (x *PushUserChannelUpdateResponse) GetError() *Error

func (*PushUserChannelUpdateResponse) GetResult

func (*PushUserChannelUpdateResponse) ProtoMessage

func (*PushUserChannelUpdateResponse) ProtoMessage()

func (*PushUserChannelUpdateResponse) ProtoReflect

func (*PushUserChannelUpdateResponse) Reset

func (x *PushUserChannelUpdateResponse) Reset()

func (*PushUserChannelUpdateResponse) String

type PushUserChannelUpdateResult

type PushUserChannelUpdateResult struct {
	// contains filtered or unexported fields
}

func (*PushUserChannelUpdateResult) Descriptor deprecated

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

Deprecated: Use PushUserChannelUpdateResult.ProtoReflect.Descriptor instead.

func (*PushUserChannelUpdateResult) ProtoMessage

func (*PushUserChannelUpdateResult) ProtoMessage()

func (*PushUserChannelUpdateResult) ProtoReflect

func (*PushUserChannelUpdateResult) Reset

func (x *PushUserChannelUpdateResult) Reset()

func (*PushUserChannelUpdateResult) String

func (x *PushUserChannelUpdateResult) String() string

type RPCRequest

type RPCRequest struct {
	Method string `protobuf:"bytes,1,opt,name=method,proto3" json:"method,omitempty"`
	Params []byte `protobuf:"bytes,2,opt,name=params,proto3" json:"params,omitempty"`
	// contains filtered or unexported fields
}

func (*RPCRequest) Descriptor deprecated

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

Deprecated: Use RPCRequest.ProtoReflect.Descriptor instead.

func (*RPCRequest) GetMethod

func (x *RPCRequest) GetMethod() string

func (*RPCRequest) GetParams

func (x *RPCRequest) GetParams() []byte

func (*RPCRequest) ProtoMessage

func (*RPCRequest) ProtoMessage()

func (*RPCRequest) ProtoReflect

func (x *RPCRequest) ProtoReflect() protoreflect.Message

func (*RPCRequest) Reset

func (x *RPCRequest) Reset()

func (*RPCRequest) String

func (x *RPCRequest) String() string

type RPCResponse

type RPCResponse struct {
	Error  *Error     `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	Result *RPCResult `protobuf:"bytes,2,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*RPCResponse) Descriptor deprecated

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

Deprecated: Use RPCResponse.ProtoReflect.Descriptor instead.

func (*RPCResponse) GetError

func (x *RPCResponse) GetError() *Error

func (*RPCResponse) GetResult

func (x *RPCResponse) GetResult() *RPCResult

func (*RPCResponse) ProtoMessage

func (*RPCResponse) ProtoMessage()

func (*RPCResponse) ProtoReflect

func (x *RPCResponse) ProtoReflect() protoreflect.Message

func (*RPCResponse) Reset

func (x *RPCResponse) Reset()

func (*RPCResponse) String

func (x *RPCResponse) String() string

type RPCResult

type RPCResult struct {
	Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*RPCResult) Descriptor deprecated

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

Deprecated: Use RPCResult.ProtoReflect.Descriptor instead.

func (*RPCResult) GetData

func (x *RPCResult) GetData() []byte

func (*RPCResult) ProtoMessage

func (*RPCResult) ProtoMessage()

func (*RPCResult) ProtoReflect

func (x *RPCResult) ProtoReflect() protoreflect.Message

func (*RPCResult) Reset

func (x *RPCResult) Reset()

func (*RPCResult) String

func (x *RPCResult) String() string

type RefreshRequest

type RefreshRequest struct {
	User     string `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"`
	Client   string `protobuf:"bytes,2,opt,name=client,proto3" json:"client,omitempty"`
	Expired  bool   `protobuf:"varint,3,opt,name=expired,proto3" json:"expired,omitempty"`
	ExpireAt int64  `protobuf:"varint,4,opt,name=expire_at,json=expireAt,proto3" json:"expire_at,omitempty"`
	Info     []byte `protobuf:"bytes,5,opt,name=info,proto3" json:"info,omitempty"`
	Session  string `protobuf:"bytes,6,opt,name=session,proto3" json:"session,omitempty"`
	// contains filtered or unexported fields
}

func (*RefreshRequest) Descriptor deprecated

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

Deprecated: Use RefreshRequest.ProtoReflect.Descriptor instead.

func (*RefreshRequest) GetClient

func (x *RefreshRequest) GetClient() string

func (*RefreshRequest) GetExpireAt

func (x *RefreshRequest) GetExpireAt() int64

func (*RefreshRequest) GetExpired

func (x *RefreshRequest) GetExpired() bool

func (*RefreshRequest) GetInfo

func (x *RefreshRequest) GetInfo() []byte

func (*RefreshRequest) GetSession

func (x *RefreshRequest) GetSession() string

func (*RefreshRequest) GetUser

func (x *RefreshRequest) GetUser() string

func (*RefreshRequest) ProtoMessage

func (*RefreshRequest) ProtoMessage()

func (*RefreshRequest) ProtoReflect

func (x *RefreshRequest) ProtoReflect() protoreflect.Message

func (*RefreshRequest) Reset

func (x *RefreshRequest) Reset()

func (*RefreshRequest) String

func (x *RefreshRequest) String() string

type RefreshResponse

type RefreshResponse struct {
	Error  *Error         `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	Result *RefreshResult `protobuf:"bytes,2,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*RefreshResponse) Descriptor deprecated

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

Deprecated: Use RefreshResponse.ProtoReflect.Descriptor instead.

func (*RefreshResponse) GetError

func (x *RefreshResponse) GetError() *Error

func (*RefreshResponse) GetResult

func (x *RefreshResponse) GetResult() *RefreshResult

func (*RefreshResponse) ProtoMessage

func (*RefreshResponse) ProtoMessage()

func (*RefreshResponse) ProtoReflect

func (x *RefreshResponse) ProtoReflect() protoreflect.Message

func (*RefreshResponse) Reset

func (x *RefreshResponse) Reset()

func (*RefreshResponse) String

func (x *RefreshResponse) String() string

type RefreshResult

type RefreshResult struct {
	// contains filtered or unexported fields
}

func (*RefreshResult) Descriptor deprecated

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

Deprecated: Use RefreshResult.ProtoReflect.Descriptor instead.

func (*RefreshResult) ProtoMessage

func (*RefreshResult) ProtoMessage()

func (*RefreshResult) ProtoReflect

func (x *RefreshResult) ProtoReflect() protoreflect.Message

func (*RefreshResult) Reset

func (x *RefreshResult) Reset()

func (*RefreshResult) String

func (x *RefreshResult) String() string

type Reply

type Reply struct {
	Id                    uint32                       `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Error                 *Error                       `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"`
	Result                []byte                       `protobuf:"bytes,3,opt,name=result,proto3" json:"result,omitempty"`
	Publish               *PublishResult               `protobuf:"bytes,4,opt,name=publish,proto3" json:"publish,omitempty"`
	Broadcast             *BroadcastResult             `protobuf:"bytes,5,opt,name=broadcast,proto3" json:"broadcast,omitempty"`
	Subscribe             *SubscribeResult             `protobuf:"bytes,6,opt,name=subscribe,proto3" json:"subscribe,omitempty"`
	Unsubscribe           *UnsubscribeResult           `protobuf:"bytes,7,opt,name=unsubscribe,proto3" json:"unsubscribe,omitempty"`
	Disconnect            *DisconnectResult            `protobuf:"bytes,8,opt,name=disconnect,proto3" json:"disconnect,omitempty"`
	Presence              *PresenceResult              `protobuf:"bytes,9,opt,name=presence,proto3" json:"presence,omitempty"`
	PresenceStats         *PresenceStatsResult         `protobuf:"bytes,10,opt,name=presence_stats,json=presenceStats,proto3" json:"presence_stats,omitempty"`
	History               *HistoryResult               `protobuf:"bytes,11,opt,name=history,proto3" json:"history,omitempty"`
	HistoryRemove         *HistoryRemoveResult         `protobuf:"bytes,12,opt,name=history_remove,json=historyRemove,proto3" json:"history_remove,omitempty"`
	Info                  *InfoResult                  `protobuf:"bytes,13,opt,name=info,proto3" json:"info,omitempty"`
	Rpc                   *RPCResult                   `protobuf:"bytes,14,opt,name=rpc,proto3" json:"rpc,omitempty"`
	Refresh               *RefreshResult               `protobuf:"bytes,15,opt,name=refresh,proto3" json:"refresh,omitempty"`
	Channels              *ChannelsResult              `protobuf:"bytes,16,opt,name=channels,proto3" json:"channels,omitempty"`
	Connections           *ConnectionsResult           `protobuf:"bytes,17,opt,name=connections,proto3" json:"connections,omitempty"`
	UpdateUserStatus      *UpdateUserStatusResult      `protobuf:"bytes,18,opt,name=update_user_status,json=updateUserStatus,proto3" json:"update_user_status,omitempty"`
	GetUserStatus         *GetUserStatusResult         `protobuf:"bytes,19,opt,name=get_user_status,json=getUserStatus,proto3" json:"get_user_status,omitempty"`
	DeleteUserStatus      *DeleteUserStatusResult      `protobuf:"bytes,20,opt,name=delete_user_status,json=deleteUserStatus,proto3" json:"delete_user_status,omitempty"`
	BlockUser             *BlockUserResult             `protobuf:"bytes,21,opt,name=block_user,json=blockUser,proto3" json:"block_user,omitempty"`
	UnblockUser           *UnblockUserResult           `protobuf:"bytes,22,opt,name=unblock_user,json=unblockUser,proto3" json:"unblock_user,omitempty"`
	RevokeToken           *RevokeTokenResult           `protobuf:"bytes,23,opt,name=revoke_token,json=revokeToken,proto3" json:"revoke_token,omitempty"`
	InvalidateUserTokens  *InvalidateUserTokensResult  `protobuf:"bytes,24,opt,name=invalidate_user_tokens,json=invalidateUserTokens,proto3" json:"invalidate_user_tokens,omitempty"`
	DeviceRegister        *DeviceRegisterResult        `protobuf:"bytes,25,opt,name=device_register,json=deviceRegister,proto3" json:"device_register,omitempty"`
	DeviceUpdate          *DeviceUpdateResult          `protobuf:"bytes,26,opt,name=device_update,json=deviceUpdate,proto3" json:"device_update,omitempty"`
	DeviceRemove          *DeviceRemoveResult          `protobuf:"bytes,27,opt,name=device_remove,json=deviceRemove,proto3" json:"device_remove,omitempty"`
	DeviceList            *DeviceListResult            `protobuf:"bytes,28,opt,name=device_list,json=deviceList,proto3" json:"device_list,omitempty"`
	PushUserChannelList   *PushUserChannelListResult   `protobuf:"bytes,29,opt,name=push_user_channel_list,json=pushUserChannelList,proto3" json:"push_user_channel_list,omitempty"`
	PushUserChannelUpdate *PushUserChannelUpdateResult `` /* 129-byte string literal not displayed */
	SendPushNotification  *SendPushNotificationResult  `protobuf:"bytes,31,opt,name=send_push_notification,json=sendPushNotification,proto3" json:"send_push_notification,omitempty"`
	// contains filtered or unexported fields
}

func (*Reply) Descriptor deprecated

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

Deprecated: Use Reply.ProtoReflect.Descriptor instead.

func (*Reply) GetBlockUser

func (x *Reply) GetBlockUser() *BlockUserResult

func (*Reply) GetBroadcast

func (x *Reply) GetBroadcast() *BroadcastResult

func (*Reply) GetChannels

func (x *Reply) GetChannels() *ChannelsResult

func (*Reply) GetConnections

func (x *Reply) GetConnections() *ConnectionsResult

func (*Reply) GetDeleteUserStatus

func (x *Reply) GetDeleteUserStatus() *DeleteUserStatusResult

func (*Reply) GetDeviceList

func (x *Reply) GetDeviceList() *DeviceListResult

func (*Reply) GetDeviceRegister

func (x *Reply) GetDeviceRegister() *DeviceRegisterResult

func (*Reply) GetDeviceRemove

func (x *Reply) GetDeviceRemove() *DeviceRemoveResult

func (*Reply) GetDeviceUpdate

func (x *Reply) GetDeviceUpdate() *DeviceUpdateResult

func (*Reply) GetDisconnect

func (x *Reply) GetDisconnect() *DisconnectResult

func (*Reply) GetError

func (x *Reply) GetError() *Error

func (*Reply) GetGetUserStatus

func (x *Reply) GetGetUserStatus() *GetUserStatusResult

func (*Reply) GetHistory

func (x *Reply) GetHistory() *HistoryResult

func (*Reply) GetHistoryRemove

func (x *Reply) GetHistoryRemove() *HistoryRemoveResult

func (*Reply) GetId

func (x *Reply) GetId() uint32

func (*Reply) GetInfo

func (x *Reply) GetInfo() *InfoResult

func (*Reply) GetInvalidateUserTokens

func (x *Reply) GetInvalidateUserTokens() *InvalidateUserTokensResult

func (*Reply) GetPresence

func (x *Reply) GetPresence() *PresenceResult

func (*Reply) GetPresenceStats

func (x *Reply) GetPresenceStats() *PresenceStatsResult

func (*Reply) GetPublish

func (x *Reply) GetPublish() *PublishResult

func (*Reply) GetPushUserChannelList

func (x *Reply) GetPushUserChannelList() *PushUserChannelListResult

func (*Reply) GetPushUserChannelUpdate

func (x *Reply) GetPushUserChannelUpdate() *PushUserChannelUpdateResult

func (*Reply) GetRefresh

func (x *Reply) GetRefresh() *RefreshResult

func (*Reply) GetResult

func (x *Reply) GetResult() []byte

func (*Reply) GetRevokeToken

func (x *Reply) GetRevokeToken() *RevokeTokenResult

func (*Reply) GetRpc

func (x *Reply) GetRpc() *RPCResult

func (*Reply) GetSendPushNotification

func (x *Reply) GetSendPushNotification() *SendPushNotificationResult

func (*Reply) GetSubscribe

func (x *Reply) GetSubscribe() *SubscribeResult

func (*Reply) GetUnblockUser

func (x *Reply) GetUnblockUser() *UnblockUserResult

func (*Reply) GetUnsubscribe

func (x *Reply) GetUnsubscribe() *UnsubscribeResult

func (*Reply) GetUpdateUserStatus

func (x *Reply) GetUpdateUserStatus() *UpdateUserStatusResult

func (*Reply) ProtoMessage

func (*Reply) ProtoMessage()

func (*Reply) ProtoReflect

func (x *Reply) ProtoReflect() protoreflect.Message

func (*Reply) Reset

func (x *Reply) Reset()

func (*Reply) String

func (x *Reply) String() string

type RevokeTokenRequest

type RevokeTokenRequest struct {
	ExpireAt int64  `protobuf:"varint,1,opt,name=expire_at,json=expireAt,proto3" json:"expire_at,omitempty"`
	Uid      string `protobuf:"bytes,2,opt,name=uid,proto3" json:"uid,omitempty"`
	// contains filtered or unexported fields
}

func (*RevokeTokenRequest) Descriptor deprecated

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

Deprecated: Use RevokeTokenRequest.ProtoReflect.Descriptor instead.

func (*RevokeTokenRequest) GetExpireAt

func (x *RevokeTokenRequest) GetExpireAt() int64

func (*RevokeTokenRequest) GetUid

func (x *RevokeTokenRequest) GetUid() string

func (*RevokeTokenRequest) ProtoMessage

func (*RevokeTokenRequest) ProtoMessage()

func (*RevokeTokenRequest) ProtoReflect

func (x *RevokeTokenRequest) ProtoReflect() protoreflect.Message

func (*RevokeTokenRequest) Reset

func (x *RevokeTokenRequest) Reset()

func (*RevokeTokenRequest) String

func (x *RevokeTokenRequest) String() string

type RevokeTokenResponse

type RevokeTokenResponse struct {
	Error  *Error             `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	Result *RevokeTokenResult `protobuf:"bytes,2,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*RevokeTokenResponse) Descriptor deprecated

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

Deprecated: Use RevokeTokenResponse.ProtoReflect.Descriptor instead.

func (*RevokeTokenResponse) GetError

func (x *RevokeTokenResponse) GetError() *Error

func (*RevokeTokenResponse) GetResult

func (x *RevokeTokenResponse) GetResult() *RevokeTokenResult

func (*RevokeTokenResponse) ProtoMessage

func (*RevokeTokenResponse) ProtoMessage()

func (*RevokeTokenResponse) ProtoReflect

func (x *RevokeTokenResponse) ProtoReflect() protoreflect.Message

func (*RevokeTokenResponse) Reset

func (x *RevokeTokenResponse) Reset()

func (*RevokeTokenResponse) String

func (x *RevokeTokenResponse) String() string

type RevokeTokenResult

type RevokeTokenResult struct {
	// contains filtered or unexported fields
}

func (*RevokeTokenResult) Descriptor deprecated

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

Deprecated: Use RevokeTokenResult.ProtoReflect.Descriptor instead.

func (*RevokeTokenResult) ProtoMessage

func (*RevokeTokenResult) ProtoMessage()

func (*RevokeTokenResult) ProtoReflect

func (x *RevokeTokenResult) ProtoReflect() protoreflect.Message

func (*RevokeTokenResult) Reset

func (x *RevokeTokenResult) Reset()

func (*RevokeTokenResult) String

func (x *RevokeTokenResult) String() string

type SendPushNotificationRequest

type SendPushNotificationRequest struct {
	Recipient    *PushRecipient    `protobuf:"bytes,1,opt,name=recipient,proto3" json:"recipient,omitempty"`
	Notification *PushNotification `protobuf:"bytes,2,opt,name=notification,proto3" json:"notification,omitempty"`
	// contains filtered or unexported fields
}

func (*SendPushNotificationRequest) Descriptor deprecated

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

Deprecated: Use SendPushNotificationRequest.ProtoReflect.Descriptor instead.

func (*SendPushNotificationRequest) GetNotification

func (x *SendPushNotificationRequest) GetNotification() *PushNotification

func (*SendPushNotificationRequest) GetRecipient

func (x *SendPushNotificationRequest) GetRecipient() *PushRecipient

func (*SendPushNotificationRequest) ProtoMessage

func (*SendPushNotificationRequest) ProtoMessage()

func (*SendPushNotificationRequest) ProtoReflect

func (*SendPushNotificationRequest) Reset

func (x *SendPushNotificationRequest) Reset()

func (*SendPushNotificationRequest) String

func (x *SendPushNotificationRequest) String() string

type SendPushNotificationResponse

type SendPushNotificationResponse struct {
	Error  *Error                      `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	Result *SendPushNotificationResult `protobuf:"bytes,2,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*SendPushNotificationResponse) Descriptor deprecated

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

Deprecated: Use SendPushNotificationResponse.ProtoReflect.Descriptor instead.

func (*SendPushNotificationResponse) GetError

func (x *SendPushNotificationResponse) GetError() *Error

func (*SendPushNotificationResponse) GetResult

func (*SendPushNotificationResponse) ProtoMessage

func (*SendPushNotificationResponse) ProtoMessage()

func (*SendPushNotificationResponse) ProtoReflect

func (*SendPushNotificationResponse) Reset

func (x *SendPushNotificationResponse) Reset()

func (*SendPushNotificationResponse) String

type SendPushNotificationResult

type SendPushNotificationResult struct {
	Uid string `protobuf:"bytes,1,opt,name=uid,proto3" json:"uid,omitempty"` // Unique identifier of notification send request (not a FCM message id).
	// contains filtered or unexported fields
}

func (*SendPushNotificationResult) Descriptor deprecated

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

Deprecated: Use SendPushNotificationResult.ProtoReflect.Descriptor instead.

func (*SendPushNotificationResult) GetUid

func (x *SendPushNotificationResult) GetUid() string

func (*SendPushNotificationResult) ProtoMessage

func (*SendPushNotificationResult) ProtoMessage()

func (*SendPushNotificationResult) ProtoReflect

func (*SendPushNotificationResult) Reset

func (x *SendPushNotificationResult) Reset()

func (*SendPushNotificationResult) String

func (x *SendPushNotificationResult) String() string

type StreamPosition

type StreamPosition struct {
	Offset uint64 `protobuf:"varint,1,opt,name=offset,proto3" json:"offset,omitempty"`
	Epoch  string `protobuf:"bytes,2,opt,name=epoch,proto3" json:"epoch,omitempty"`
	// contains filtered or unexported fields
}

func (*StreamPosition) Descriptor deprecated

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

Deprecated: Use StreamPosition.ProtoReflect.Descriptor instead.

func (*StreamPosition) GetEpoch

func (x *StreamPosition) GetEpoch() string

func (*StreamPosition) GetOffset

func (x *StreamPosition) GetOffset() uint64

func (*StreamPosition) ProtoMessage

func (*StreamPosition) ProtoMessage()

func (*StreamPosition) ProtoReflect

func (x *StreamPosition) ProtoReflect() protoreflect.Message

func (*StreamPosition) Reset

func (x *StreamPosition) Reset()

func (*StreamPosition) String

func (x *StreamPosition) String() string

type SubscribeOptionOverride

type SubscribeOptionOverride struct {
	Presence           *BoolValue `protobuf:"bytes,1,opt,name=presence,proto3" json:"presence,omitempty"`
	JoinLeave          *BoolValue `protobuf:"bytes,2,opt,name=join_leave,json=joinLeave,proto3" json:"join_leave,omitempty"`
	ForceRecovery      *BoolValue `protobuf:"bytes,3,opt,name=force_recovery,json=forceRecovery,proto3" json:"force_recovery,omitempty"`
	ForcePositioning   *BoolValue `protobuf:"bytes,4,opt,name=force_positioning,json=forcePositioning,proto3" json:"force_positioning,omitempty"`
	ForcePushJoinLeave *BoolValue `protobuf:"bytes,5,opt,name=force_push_join_leave,json=forcePushJoinLeave,proto3" json:"force_push_join_leave,omitempty"`
	// contains filtered or unexported fields
}

func (*SubscribeOptionOverride) Descriptor deprecated

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

Deprecated: Use SubscribeOptionOverride.ProtoReflect.Descriptor instead.

func (*SubscribeOptionOverride) GetForcePositioning

func (x *SubscribeOptionOverride) GetForcePositioning() *BoolValue

func (*SubscribeOptionOverride) GetForcePushJoinLeave

func (x *SubscribeOptionOverride) GetForcePushJoinLeave() *BoolValue

func (*SubscribeOptionOverride) GetForceRecovery

func (x *SubscribeOptionOverride) GetForceRecovery() *BoolValue

func (*SubscribeOptionOverride) GetJoinLeave

func (x *SubscribeOptionOverride) GetJoinLeave() *BoolValue

func (*SubscribeOptionOverride) GetPresence

func (x *SubscribeOptionOverride) GetPresence() *BoolValue

func (*SubscribeOptionOverride) ProtoMessage

func (*SubscribeOptionOverride) ProtoMessage()

func (*SubscribeOptionOverride) ProtoReflect

func (x *SubscribeOptionOverride) ProtoReflect() protoreflect.Message

func (*SubscribeOptionOverride) Reset

func (x *SubscribeOptionOverride) Reset()

func (*SubscribeOptionOverride) String

func (x *SubscribeOptionOverride) String() string

type SubscribeRequest

type SubscribeRequest struct {
	Channel      string                   `protobuf:"bytes,1,opt,name=channel,proto3" json:"channel,omitempty"`
	User         string                   `protobuf:"bytes,2,opt,name=user,proto3" json:"user,omitempty"`
	ExpireAt     int64                    `protobuf:"varint,3,opt,name=expire_at,json=expireAt,proto3" json:"expire_at,omitempty"`
	Info         []byte                   `protobuf:"bytes,4,opt,name=info,proto3" json:"info,omitempty"`
	B64Info      string                   `protobuf:"bytes,5,opt,name=b64info,proto3" json:"b64info,omitempty"`
	Client       string                   `protobuf:"bytes,6,opt,name=client,proto3" json:"client,omitempty"`
	Data         []byte                   `protobuf:"bytes,7,opt,name=data,proto3" json:"data,omitempty"`
	B64Data      string                   `protobuf:"bytes,8,opt,name=b64data,proto3" json:"b64data,omitempty"`
	RecoverSince *StreamPosition          `protobuf:"bytes,9,opt,name=recover_since,json=recoverSince,proto3" json:"recover_since,omitempty"`
	Override     *SubscribeOptionOverride `protobuf:"bytes,10,opt,name=override,proto3" json:"override,omitempty"`
	Session      string                   `protobuf:"bytes,11,opt,name=session,proto3" json:"session,omitempty"`
	// contains filtered or unexported fields
}

func (*SubscribeRequest) Descriptor deprecated

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

Deprecated: Use SubscribeRequest.ProtoReflect.Descriptor instead.

func (*SubscribeRequest) GetB64Data

func (x *SubscribeRequest) GetB64Data() string

func (*SubscribeRequest) GetB64Info

func (x *SubscribeRequest) GetB64Info() string

func (*SubscribeRequest) GetChannel

func (x *SubscribeRequest) GetChannel() string

func (*SubscribeRequest) GetClient

func (x *SubscribeRequest) GetClient() string

func (*SubscribeRequest) GetData

func (x *SubscribeRequest) GetData() []byte

func (*SubscribeRequest) GetExpireAt

func (x *SubscribeRequest) GetExpireAt() int64

func (*SubscribeRequest) GetInfo

func (x *SubscribeRequest) GetInfo() []byte

func (*SubscribeRequest) GetOverride

func (x *SubscribeRequest) GetOverride() *SubscribeOptionOverride

func (*SubscribeRequest) GetRecoverSince

func (x *SubscribeRequest) GetRecoverSince() *StreamPosition

func (*SubscribeRequest) GetSession

func (x *SubscribeRequest) GetSession() string

func (*SubscribeRequest) GetUser

func (x *SubscribeRequest) GetUser() string

func (*SubscribeRequest) ProtoMessage

func (*SubscribeRequest) ProtoMessage()

func (*SubscribeRequest) ProtoReflect

func (x *SubscribeRequest) ProtoReflect() protoreflect.Message

func (*SubscribeRequest) Reset

func (x *SubscribeRequest) Reset()

func (*SubscribeRequest) String

func (x *SubscribeRequest) String() string

type SubscribeResponse

type SubscribeResponse struct {
	Error  *Error           `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	Result *SubscribeResult `protobuf:"bytes,2,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*SubscribeResponse) Descriptor deprecated

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

Deprecated: Use SubscribeResponse.ProtoReflect.Descriptor instead.

func (*SubscribeResponse) GetError

func (x *SubscribeResponse) GetError() *Error

func (*SubscribeResponse) GetResult

func (x *SubscribeResponse) GetResult() *SubscribeResult

func (*SubscribeResponse) ProtoMessage

func (*SubscribeResponse) ProtoMessage()

func (*SubscribeResponse) ProtoReflect

func (x *SubscribeResponse) ProtoReflect() protoreflect.Message

func (*SubscribeResponse) Reset

func (x *SubscribeResponse) Reset()

func (*SubscribeResponse) String

func (x *SubscribeResponse) String() string

type SubscribeResult

type SubscribeResult struct {
	// contains filtered or unexported fields
}

func (*SubscribeResult) Descriptor deprecated

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

Deprecated: Use SubscribeResult.ProtoReflect.Descriptor instead.

func (*SubscribeResult) ProtoMessage

func (*SubscribeResult) ProtoMessage()

func (*SubscribeResult) ProtoReflect

func (x *SubscribeResult) ProtoReflect() protoreflect.Message

func (*SubscribeResult) Reset

func (x *SubscribeResult) Reset()

func (*SubscribeResult) String

func (x *SubscribeResult) String() string

type SubscriptionTokenInfo

type SubscriptionTokenInfo struct {
	Uid      string `protobuf:"bytes,1,opt,name=uid,proto3" json:"uid,omitempty"`
	IssuedAt int64  `protobuf:"varint,2,opt,name=issued_at,json=issuedAt,proto3" json:"issued_at,omitempty"`
	// contains filtered or unexported fields
}

func (*SubscriptionTokenInfo) Descriptor deprecated

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

Deprecated: Use SubscriptionTokenInfo.ProtoReflect.Descriptor instead.

func (*SubscriptionTokenInfo) GetIssuedAt

func (x *SubscriptionTokenInfo) GetIssuedAt() int64

func (*SubscriptionTokenInfo) GetUid

func (x *SubscriptionTokenInfo) GetUid() string

func (*SubscriptionTokenInfo) ProtoMessage

func (*SubscriptionTokenInfo) ProtoMessage()

func (*SubscriptionTokenInfo) ProtoReflect

func (x *SubscriptionTokenInfo) ProtoReflect() protoreflect.Message

func (*SubscriptionTokenInfo) Reset

func (x *SubscriptionTokenInfo) Reset()

func (*SubscriptionTokenInfo) String

func (x *SubscriptionTokenInfo) String() string

type UnblockUserRequest

type UnblockUserRequest struct {
	User string `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"`
	// contains filtered or unexported fields
}

func (*UnblockUserRequest) Descriptor deprecated

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

Deprecated: Use UnblockUserRequest.ProtoReflect.Descriptor instead.

func (*UnblockUserRequest) GetUser

func (x *UnblockUserRequest) GetUser() string

func (*UnblockUserRequest) ProtoMessage

func (*UnblockUserRequest) ProtoMessage()

func (*UnblockUserRequest) ProtoReflect

func (x *UnblockUserRequest) ProtoReflect() protoreflect.Message

func (*UnblockUserRequest) Reset

func (x *UnblockUserRequest) Reset()

func (*UnblockUserRequest) String

func (x *UnblockUserRequest) String() string

type UnblockUserResponse

type UnblockUserResponse struct {
	Error  *Error             `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	Result *UnblockUserResult `protobuf:"bytes,2,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*UnblockUserResponse) Descriptor deprecated

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

Deprecated: Use UnblockUserResponse.ProtoReflect.Descriptor instead.

func (*UnblockUserResponse) GetError

func (x *UnblockUserResponse) GetError() *Error

func (*UnblockUserResponse) GetResult

func (x *UnblockUserResponse) GetResult() *UnblockUserResult

func (*UnblockUserResponse) ProtoMessage

func (*UnblockUserResponse) ProtoMessage()

func (*UnblockUserResponse) ProtoReflect

func (x *UnblockUserResponse) ProtoReflect() protoreflect.Message

func (*UnblockUserResponse) Reset

func (x *UnblockUserResponse) Reset()

func (*UnblockUserResponse) String

func (x *UnblockUserResponse) String() string

type UnblockUserResult

type UnblockUserResult struct {
	// contains filtered or unexported fields
}

func (*UnblockUserResult) Descriptor deprecated

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

Deprecated: Use UnblockUserResult.ProtoReflect.Descriptor instead.

func (*UnblockUserResult) ProtoMessage

func (*UnblockUserResult) ProtoMessage()

func (*UnblockUserResult) ProtoReflect

func (x *UnblockUserResult) ProtoReflect() protoreflect.Message

func (*UnblockUserResult) Reset

func (x *UnblockUserResult) Reset()

func (*UnblockUserResult) String

func (x *UnblockUserResult) String() string

type UnsubscribeRequest

type UnsubscribeRequest struct {
	Channel string `protobuf:"bytes,1,opt,name=channel,proto3" json:"channel,omitempty"`
	User    string `protobuf:"bytes,2,opt,name=user,proto3" json:"user,omitempty"`
	Client  string `protobuf:"bytes,3,opt,name=client,proto3" json:"client,omitempty"`
	Session string `protobuf:"bytes,4,opt,name=session,proto3" json:"session,omitempty"`
	// contains filtered or unexported fields
}

func (*UnsubscribeRequest) Descriptor deprecated

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

Deprecated: Use UnsubscribeRequest.ProtoReflect.Descriptor instead.

func (*UnsubscribeRequest) GetChannel

func (x *UnsubscribeRequest) GetChannel() string

func (*UnsubscribeRequest) GetClient

func (x *UnsubscribeRequest) GetClient() string

func (*UnsubscribeRequest) GetSession

func (x *UnsubscribeRequest) GetSession() string

func (*UnsubscribeRequest) GetUser

func (x *UnsubscribeRequest) GetUser() string

func (*UnsubscribeRequest) ProtoMessage

func (*UnsubscribeRequest) ProtoMessage()

func (*UnsubscribeRequest) ProtoReflect

func (x *UnsubscribeRequest) ProtoReflect() protoreflect.Message

func (*UnsubscribeRequest) Reset

func (x *UnsubscribeRequest) Reset()

func (*UnsubscribeRequest) String

func (x *UnsubscribeRequest) String() string

type UnsubscribeResponse

type UnsubscribeResponse struct {
	Error  *Error             `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	Result *UnsubscribeResult `protobuf:"bytes,2,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*UnsubscribeResponse) Descriptor deprecated

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

Deprecated: Use UnsubscribeResponse.ProtoReflect.Descriptor instead.

func (*UnsubscribeResponse) GetError

func (x *UnsubscribeResponse) GetError() *Error

func (*UnsubscribeResponse) GetResult

func (x *UnsubscribeResponse) GetResult() *UnsubscribeResult

func (*UnsubscribeResponse) ProtoMessage

func (*UnsubscribeResponse) ProtoMessage()

func (*UnsubscribeResponse) ProtoReflect

func (x *UnsubscribeResponse) ProtoReflect() protoreflect.Message

func (*UnsubscribeResponse) Reset

func (x *UnsubscribeResponse) Reset()

func (*UnsubscribeResponse) String

func (x *UnsubscribeResponse) String() string

type UnsubscribeResult

type UnsubscribeResult struct {
	// contains filtered or unexported fields
}

func (*UnsubscribeResult) Descriptor deprecated

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

Deprecated: Use UnsubscribeResult.ProtoReflect.Descriptor instead.

func (*UnsubscribeResult) ProtoMessage

func (*UnsubscribeResult) ProtoMessage()

func (*UnsubscribeResult) ProtoReflect

func (x *UnsubscribeResult) ProtoReflect() protoreflect.Message

func (*UnsubscribeResult) Reset

func (x *UnsubscribeResult) Reset()

func (*UnsubscribeResult) String

func (x *UnsubscribeResult) String() string

type UpdateUserStatusRequest

type UpdateUserStatusRequest struct {
	Users []string `protobuf:"bytes,1,rep,name=users,proto3" json:"users,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateUserStatusRequest) Descriptor deprecated

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

Deprecated: Use UpdateUserStatusRequest.ProtoReflect.Descriptor instead.

func (*UpdateUserStatusRequest) GetUsers

func (x *UpdateUserStatusRequest) GetUsers() []string

func (*UpdateUserStatusRequest) ProtoMessage

func (*UpdateUserStatusRequest) ProtoMessage()

func (*UpdateUserStatusRequest) ProtoReflect

func (x *UpdateUserStatusRequest) ProtoReflect() protoreflect.Message

func (*UpdateUserStatusRequest) Reset

func (x *UpdateUserStatusRequest) Reset()

func (*UpdateUserStatusRequest) String

func (x *UpdateUserStatusRequest) String() string

type UpdateUserStatusResponse

type UpdateUserStatusResponse struct {
	Error  *Error                  `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	Result *UpdateUserStatusResult `protobuf:"bytes,2,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateUserStatusResponse) Descriptor deprecated

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

Deprecated: Use UpdateUserStatusResponse.ProtoReflect.Descriptor instead.

func (*UpdateUserStatusResponse) GetError

func (x *UpdateUserStatusResponse) GetError() *Error

func (*UpdateUserStatusResponse) GetResult

func (*UpdateUserStatusResponse) ProtoMessage

func (*UpdateUserStatusResponse) ProtoMessage()

func (*UpdateUserStatusResponse) ProtoReflect

func (x *UpdateUserStatusResponse) ProtoReflect() protoreflect.Message

func (*UpdateUserStatusResponse) Reset

func (x *UpdateUserStatusResponse) Reset()

func (*UpdateUserStatusResponse) String

func (x *UpdateUserStatusResponse) String() string

type UpdateUserStatusResult

type UpdateUserStatusResult struct {
	// contains filtered or unexported fields
}

func (*UpdateUserStatusResult) Descriptor deprecated

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

Deprecated: Use UpdateUserStatusResult.ProtoReflect.Descriptor instead.

func (*UpdateUserStatusResult) ProtoMessage

func (*UpdateUserStatusResult) ProtoMessage()

func (*UpdateUserStatusResult) ProtoReflect

func (x *UpdateUserStatusResult) ProtoReflect() protoreflect.Message

func (*UpdateUserStatusResult) Reset

func (x *UpdateUserStatusResult) Reset()

func (*UpdateUserStatusResult) String

func (x *UpdateUserStatusResult) String() string

type UserStatus

type UserStatus struct {
	User   string `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"`
	Active int64  `protobuf:"varint,2,opt,name=active,proto3" json:"active,omitempty"`
	Online int64  `protobuf:"varint,3,opt,name=online,proto3" json:"online,omitempty"`
	// contains filtered or unexported fields
}

func (*UserStatus) Descriptor deprecated

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

Deprecated: Use UserStatus.ProtoReflect.Descriptor instead.

func (*UserStatus) GetActive

func (x *UserStatus) GetActive() int64

func (*UserStatus) GetOnline

func (x *UserStatus) GetOnline() int64

func (*UserStatus) GetUser

func (x *UserStatus) GetUser() string

func (*UserStatus) ProtoMessage

func (*UserStatus) ProtoMessage()

func (*UserStatus) ProtoReflect

func (x *UserStatus) ProtoReflect() protoreflect.Message

func (*UserStatus) Reset

func (x *UserStatus) Reset()

func (*UserStatus) String

func (x *UserStatus) String() string

Jump to

Keyboard shortcuts

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