membership

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

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AdvanceStreamMentionViewTimeRequest

type AdvanceStreamMentionViewTimeRequest struct {
	AgentId              *v1.AccountId `protobuf:"bytes,1,opt,name=agent_id,json=agentId" json:"agent_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*AdvanceStreamMentionViewTimeRequest) Descriptor

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

func (*AdvanceStreamMentionViewTimeRequest) GetAgentId

func (*AdvanceStreamMentionViewTimeRequest) ProtoMessage

func (*AdvanceStreamMentionViewTimeRequest) ProtoMessage()

func (*AdvanceStreamMentionViewTimeRequest) Reset

func (*AdvanceStreamMentionViewTimeRequest) String

func (*AdvanceStreamMentionViewTimeRequest) XXX_DiscardUnknown

func (m *AdvanceStreamMentionViewTimeRequest) XXX_DiscardUnknown()

func (*AdvanceStreamMentionViewTimeRequest) XXX_Marshal

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

func (*AdvanceStreamMentionViewTimeRequest) XXX_Merge

func (*AdvanceStreamMentionViewTimeRequest) XXX_Size

func (*AdvanceStreamMentionViewTimeRequest) XXX_Unmarshal

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

type ClubAddedNotification

type ClubAddedNotification struct {
	AgentId              *v1.MemberId                  `protobuf:"bytes,1,opt,name=agent_id,json=agentId" json:"agent_id,omitempty"`
	Membership           *v1.ClubMembershipDescription `protobuf:"bytes,3,opt,name=membership" json:"membership,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                      `json:"-"`
	XXX_unrecognized     []byte                        `json:"-"`
	XXX_sizecache        int32                         `json:"-"`
}

func (*ClubAddedNotification) Descriptor

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

func (*ClubAddedNotification) GetAgentId

func (m *ClubAddedNotification) GetAgentId() *v1.MemberId

func (*ClubAddedNotification) GetMembership

func (*ClubAddedNotification) ProtoMessage

func (*ClubAddedNotification) ProtoMessage()

func (*ClubAddedNotification) Reset

func (m *ClubAddedNotification) Reset()

func (*ClubAddedNotification) String

func (m *ClubAddedNotification) String() string

func (*ClubAddedNotification) XXX_DiscardUnknown

func (m *ClubAddedNotification) XXX_DiscardUnknown()

func (*ClubAddedNotification) XXX_Marshal

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

func (*ClubAddedNotification) XXX_Merge

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

func (*ClubAddedNotification) XXX_Size

func (m *ClubAddedNotification) XXX_Size() int

func (*ClubAddedNotification) XXX_Unmarshal

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

type ClubRemovedNotification

type ClubRemovedNotification struct {
	AgentId              *v1.MemberId          `protobuf:"bytes,1,opt,name=agent_id,json=agentId" json:"agent_id,omitempty"`
	MemberId             *v1.MemberId          `protobuf:"bytes,3,opt,name=member_id,json=memberId" json:"member_id,omitempty"`
	ClubId               *uint64               `protobuf:"varint,4,opt,name=club_id,json=clubId" json:"club_id,omitempty"`
	Reason               *v1.ClubRemovedReason `protobuf:"varint,5,opt,name=reason,enum=bgs.protocol.club.v1.ClubRemovedReason" json:"reason,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*ClubRemovedNotification) Descriptor

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

func (*ClubRemovedNotification) GetAgentId

func (m *ClubRemovedNotification) GetAgentId() *v1.MemberId

func (*ClubRemovedNotification) GetClubId

func (m *ClubRemovedNotification) GetClubId() uint64

func (*ClubRemovedNotification) GetMemberId

func (m *ClubRemovedNotification) GetMemberId() *v1.MemberId

func (*ClubRemovedNotification) GetReason

func (*ClubRemovedNotification) ProtoMessage

func (*ClubRemovedNotification) ProtoMessage()

func (*ClubRemovedNotification) Reset

func (m *ClubRemovedNotification) Reset()

func (*ClubRemovedNotification) String

func (m *ClubRemovedNotification) String() string

func (*ClubRemovedNotification) XXX_DiscardUnknown

func (m *ClubRemovedNotification) XXX_DiscardUnknown()

func (*ClubRemovedNotification) XXX_Marshal

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

func (*ClubRemovedNotification) XXX_Merge

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

func (*ClubRemovedNotification) XXX_Size

func (m *ClubRemovedNotification) XXX_Size() int

func (*ClubRemovedNotification) XXX_Unmarshal

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

type GetStateRequest

type GetStateRequest struct {
	AgentId              *v1.AccountId                      `protobuf:"bytes,1,opt,name=agent_id,json=agentId" json:"agent_id,omitempty"`
	Options              *v11.ClubMembershipGetStateOptions `protobuf:"bytes,2,opt,name=options" json:"options,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                           `json:"-"`
	XXX_unrecognized     []byte                             `json:"-"`
	XXX_sizecache        int32                              `json:"-"`
}

func (*GetStateRequest) Descriptor

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

func (*GetStateRequest) GetAgentId

func (m *GetStateRequest) GetAgentId() *v1.AccountId

func (*GetStateRequest) GetOptions

func (*GetStateRequest) ProtoMessage

func (*GetStateRequest) ProtoMessage()

func (*GetStateRequest) Reset

func (m *GetStateRequest) Reset()

func (*GetStateRequest) String

func (m *GetStateRequest) String() string

func (*GetStateRequest) XXX_DiscardUnknown

func (m *GetStateRequest) XXX_DiscardUnknown()

func (*GetStateRequest) XXX_Marshal

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

func (*GetStateRequest) XXX_Merge

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

func (*GetStateRequest) XXX_Size

func (m *GetStateRequest) XXX_Size() int

func (*GetStateRequest) XXX_Unmarshal

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

type GetStateResponse

type GetStateResponse struct {
	State                *v11.ClubMembershipState `protobuf:"bytes,1,opt,name=state" json:"state,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                 `json:"-"`
	XXX_unrecognized     []byte                   `json:"-"`
	XXX_sizecache        int32                    `json:"-"`
}

func (*GetStateResponse) Descriptor

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

func (*GetStateResponse) GetState

func (m *GetStateResponse) GetState() *v11.ClubMembershipState

func (*GetStateResponse) ProtoMessage

func (*GetStateResponse) ProtoMessage()

func (*GetStateResponse) Reset

func (m *GetStateResponse) Reset()

func (*GetStateResponse) String

func (m *GetStateResponse) String() string

func (*GetStateResponse) XXX_DiscardUnknown

func (m *GetStateResponse) XXX_DiscardUnknown()

func (*GetStateResponse) XXX_Marshal

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

func (*GetStateResponse) XXX_Merge

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

func (*GetStateResponse) XXX_Size

func (m *GetStateResponse) XXX_Size() int

func (*GetStateResponse) XXX_Unmarshal

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

type GetStreamMentionsRequest

type GetStreamMentionsRequest struct {
	AgentId              *v1.AccountId             `protobuf:"bytes,1,opt,name=agent_id,json=agentId" json:"agent_id,omitempty"`
	Options              *protocol.GetEventOptions `protobuf:"bytes,2,opt,name=options" json:"options,omitempty"`
	FetchMessages        *bool                     `protobuf:"varint,3,opt,name=fetch_messages,json=fetchMessages" json:"fetch_messages,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                  `json:"-"`
	XXX_unrecognized     []byte                    `json:"-"`
	XXX_sizecache        int32                     `json:"-"`
}

func (*GetStreamMentionsRequest) Descriptor

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

func (*GetStreamMentionsRequest) GetAgentId

func (m *GetStreamMentionsRequest) GetAgentId() *v1.AccountId

func (*GetStreamMentionsRequest) GetFetchMessages

func (m *GetStreamMentionsRequest) GetFetchMessages() bool

func (*GetStreamMentionsRequest) GetOptions

func (*GetStreamMentionsRequest) ProtoMessage

func (*GetStreamMentionsRequest) ProtoMessage()

func (*GetStreamMentionsRequest) Reset

func (m *GetStreamMentionsRequest) Reset()

func (*GetStreamMentionsRequest) String

func (m *GetStreamMentionsRequest) String() string

func (*GetStreamMentionsRequest) XXX_DiscardUnknown

func (m *GetStreamMentionsRequest) XXX_DiscardUnknown()

func (*GetStreamMentionsRequest) XXX_Marshal

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

func (*GetStreamMentionsRequest) XXX_Merge

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

func (*GetStreamMentionsRequest) XXX_Size

func (m *GetStreamMentionsRequest) XXX_Size() int

func (*GetStreamMentionsRequest) XXX_Unmarshal

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

type GetStreamMentionsResponse

type GetStreamMentionsResponse struct {
	Mention              []*v11.StreamMention `protobuf:"bytes,1,rep,name=mention" json:"mention,omitempty"`
	Continuation         *uint64              `protobuf:"varint,2,opt,name=continuation" json:"continuation,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*GetStreamMentionsResponse) Descriptor

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

func (*GetStreamMentionsResponse) GetContinuation

func (m *GetStreamMentionsResponse) GetContinuation() uint64

func (*GetStreamMentionsResponse) GetMention

func (m *GetStreamMentionsResponse) GetMention() []*v11.StreamMention

func (*GetStreamMentionsResponse) ProtoMessage

func (*GetStreamMentionsResponse) ProtoMessage()

func (*GetStreamMentionsResponse) Reset

func (m *GetStreamMentionsResponse) Reset()

func (*GetStreamMentionsResponse) String

func (m *GetStreamMentionsResponse) String() string

func (*GetStreamMentionsResponse) XXX_DiscardUnknown

func (m *GetStreamMentionsResponse) XXX_DiscardUnknown()

func (*GetStreamMentionsResponse) XXX_Marshal

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

func (*GetStreamMentionsResponse) XXX_Merge

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

func (*GetStreamMentionsResponse) XXX_Size

func (m *GetStreamMentionsResponse) XXX_Size() int

func (*GetStreamMentionsResponse) XXX_Unmarshal

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

type ReceivedInvitationAddedNotification

type ReceivedInvitationAddedNotification struct {
	AgentId              *v1.MemberId       `protobuf:"bytes,1,opt,name=agent_id,json=agentId" json:"agent_id,omitempty"`
	Invitation           *v1.ClubInvitation `protobuf:"bytes,3,opt,name=invitation" json:"invitation,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*ReceivedInvitationAddedNotification) Descriptor

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

func (*ReceivedInvitationAddedNotification) GetAgentId

func (*ReceivedInvitationAddedNotification) GetInvitation

func (*ReceivedInvitationAddedNotification) ProtoMessage

func (*ReceivedInvitationAddedNotification) ProtoMessage()

func (*ReceivedInvitationAddedNotification) Reset

func (*ReceivedInvitationAddedNotification) String

func (*ReceivedInvitationAddedNotification) XXX_DiscardUnknown

func (m *ReceivedInvitationAddedNotification) XXX_DiscardUnknown()

func (*ReceivedInvitationAddedNotification) XXX_Marshal

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

func (*ReceivedInvitationAddedNotification) XXX_Merge

func (*ReceivedInvitationAddedNotification) XXX_Size

func (*ReceivedInvitationAddedNotification) XXX_Unmarshal

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

type ReceivedInvitationRemovedNotification

type ReceivedInvitationRemovedNotification struct {
	AgentId              *v1.MemberId                      `protobuf:"bytes,1,opt,name=agent_id,json=agentId" json:"agent_id,omitempty"`
	InvitationId         *uint64                           `protobuf:"fixed64,3,opt,name=invitation_id,json=invitationId" json:"invitation_id,omitempty"`
	Reason               *protocol.InvitationRemovedReason `protobuf:"varint,4,opt,name=reason,enum=bgs.protocol.InvitationRemovedReason" json:"reason,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                          `json:"-"`
	XXX_unrecognized     []byte                            `json:"-"`
	XXX_sizecache        int32                             `json:"-"`
}

func (*ReceivedInvitationRemovedNotification) Descriptor

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

func (*ReceivedInvitationRemovedNotification) GetAgentId

func (*ReceivedInvitationRemovedNotification) GetInvitationId

func (m *ReceivedInvitationRemovedNotification) GetInvitationId() uint64

func (*ReceivedInvitationRemovedNotification) GetReason

func (*ReceivedInvitationRemovedNotification) ProtoMessage

func (*ReceivedInvitationRemovedNotification) ProtoMessage()

func (*ReceivedInvitationRemovedNotification) Reset

func (*ReceivedInvitationRemovedNotification) String

func (*ReceivedInvitationRemovedNotification) XXX_DiscardUnknown

func (m *ReceivedInvitationRemovedNotification) XXX_DiscardUnknown()

func (*ReceivedInvitationRemovedNotification) XXX_Marshal

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

func (*ReceivedInvitationRemovedNotification) XXX_Merge

func (*ReceivedInvitationRemovedNotification) XXX_Size

func (*ReceivedInvitationRemovedNotification) XXX_Unmarshal

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

type RemoveStreamMentionsRequest

type RemoveStreamMentionsRequest struct {
	AgentId              *v1.AccountId            `protobuf:"bytes,1,opt,name=agent_id,json=agentId" json:"agent_id,omitempty"`
	MentionId            []*protocol.TimeSeriesId `protobuf:"bytes,2,rep,name=mention_id,json=mentionId" json:"mention_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                 `json:"-"`
	XXX_unrecognized     []byte                   `json:"-"`
	XXX_sizecache        int32                    `json:"-"`
}

func (*RemoveStreamMentionsRequest) Descriptor

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

func (*RemoveStreamMentionsRequest) GetAgentId

func (m *RemoveStreamMentionsRequest) GetAgentId() *v1.AccountId

func (*RemoveStreamMentionsRequest) GetMentionId

func (m *RemoveStreamMentionsRequest) GetMentionId() []*protocol.TimeSeriesId

func (*RemoveStreamMentionsRequest) ProtoMessage

func (*RemoveStreamMentionsRequest) ProtoMessage()

func (*RemoveStreamMentionsRequest) Reset

func (m *RemoveStreamMentionsRequest) Reset()

func (*RemoveStreamMentionsRequest) String

func (m *RemoveStreamMentionsRequest) String() string

func (*RemoveStreamMentionsRequest) XXX_DiscardUnknown

func (m *RemoveStreamMentionsRequest) XXX_DiscardUnknown()

func (*RemoveStreamMentionsRequest) XXX_Marshal

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

func (*RemoveStreamMentionsRequest) XXX_Merge

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

func (*RemoveStreamMentionsRequest) XXX_Size

func (m *RemoveStreamMentionsRequest) XXX_Size() int

func (*RemoveStreamMentionsRequest) XXX_Unmarshal

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

type SharedSettingsChangedNotification

type SharedSettingsChangedNotification struct {
	AgentId              *v11.AccountId                   `protobuf:"bytes,1,opt,name=agent_id,json=agentId" json:"agent_id,omitempty"`
	Assignment           *v1.ClubSharedSettingsAssignment `protobuf:"bytes,4,opt,name=assignment" json:"assignment,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                         `json:"-"`
	XXX_unrecognized     []byte                           `json:"-"`
	XXX_sizecache        int32                            `json:"-"`
}

func (*SharedSettingsChangedNotification) Descriptor

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

func (*SharedSettingsChangedNotification) GetAgentId

func (*SharedSettingsChangedNotification) GetAssignment

func (*SharedSettingsChangedNotification) ProtoMessage

func (*SharedSettingsChangedNotification) ProtoMessage()

func (*SharedSettingsChangedNotification) Reset

func (*SharedSettingsChangedNotification) String

func (*SharedSettingsChangedNotification) XXX_DiscardUnknown

func (m *SharedSettingsChangedNotification) XXX_DiscardUnknown()

func (*SharedSettingsChangedNotification) XXX_Marshal

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

func (*SharedSettingsChangedNotification) XXX_Merge

func (*SharedSettingsChangedNotification) XXX_Size

func (m *SharedSettingsChangedNotification) XXX_Size() int

func (*SharedSettingsChangedNotification) XXX_Unmarshal

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

type StreamMentionAddedNotification

type StreamMentionAddedNotification struct {
	AgentId              *v1.MemberId      `protobuf:"bytes,1,opt,name=agent_id,json=agentId" json:"agent_id,omitempty"`
	Mention              *v1.StreamMention `protobuf:"bytes,3,opt,name=mention" json:"mention,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*StreamMentionAddedNotification) Descriptor

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

func (*StreamMentionAddedNotification) GetAgentId

func (m *StreamMentionAddedNotification) GetAgentId() *v1.MemberId

func (*StreamMentionAddedNotification) GetMention

func (*StreamMentionAddedNotification) ProtoMessage

func (*StreamMentionAddedNotification) ProtoMessage()

func (*StreamMentionAddedNotification) Reset

func (m *StreamMentionAddedNotification) Reset()

func (*StreamMentionAddedNotification) String

func (*StreamMentionAddedNotification) XXX_DiscardUnknown

func (m *StreamMentionAddedNotification) XXX_DiscardUnknown()

func (*StreamMentionAddedNotification) XXX_Marshal

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

func (*StreamMentionAddedNotification) XXX_Merge

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

func (*StreamMentionAddedNotification) XXX_Size

func (m *StreamMentionAddedNotification) XXX_Size() int

func (*StreamMentionAddedNotification) XXX_Unmarshal

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

type StreamMentionAdvanceViewTimeNotification

type StreamMentionAdvanceViewTimeNotification struct {
	AgentId              *v11.AccountId `protobuf:"bytes,1,opt,name=agent_id,json=agentId" json:"agent_id,omitempty"`
	ViewTime             *uint64        `protobuf:"varint,3,opt,name=view_time,json=viewTime" json:"view_time,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*StreamMentionAdvanceViewTimeNotification) Descriptor

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

func (*StreamMentionAdvanceViewTimeNotification) GetAgentId

func (*StreamMentionAdvanceViewTimeNotification) GetViewTime

func (*StreamMentionAdvanceViewTimeNotification) ProtoMessage

func (*StreamMentionAdvanceViewTimeNotification) Reset

func (*StreamMentionAdvanceViewTimeNotification) String

func (*StreamMentionAdvanceViewTimeNotification) XXX_DiscardUnknown

func (m *StreamMentionAdvanceViewTimeNotification) XXX_DiscardUnknown()

func (*StreamMentionAdvanceViewTimeNotification) XXX_Marshal

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

func (*StreamMentionAdvanceViewTimeNotification) XXX_Merge

func (*StreamMentionAdvanceViewTimeNotification) XXX_Size

func (*StreamMentionAdvanceViewTimeNotification) XXX_Unmarshal

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

type StreamMentionRemovedNotification

type StreamMentionRemovedNotification struct {
	AgentId              *v11.AccountId         `protobuf:"bytes,1,opt,name=agent_id,json=agentId" json:"agent_id,omitempty"`
	MentionId            *protocol.TimeSeriesId `protobuf:"bytes,3,opt,name=mention_id,json=mentionId" json:"mention_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

func (*StreamMentionRemovedNotification) Descriptor

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

func (*StreamMentionRemovedNotification) GetAgentId

func (*StreamMentionRemovedNotification) GetMentionId

func (*StreamMentionRemovedNotification) ProtoMessage

func (*StreamMentionRemovedNotification) ProtoMessage()

func (*StreamMentionRemovedNotification) Reset

func (*StreamMentionRemovedNotification) String

func (*StreamMentionRemovedNotification) XXX_DiscardUnknown

func (m *StreamMentionRemovedNotification) XXX_DiscardUnknown()

func (*StreamMentionRemovedNotification) XXX_Marshal

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

func (*StreamMentionRemovedNotification) XXX_Merge

func (*StreamMentionRemovedNotification) XXX_Size

func (m *StreamMentionRemovedNotification) XXX_Size() int

func (*StreamMentionRemovedNotification) XXX_Unmarshal

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

type SubscribeRequest

type SubscribeRequest struct {
	AgentId              *v1.AccountId                       `protobuf:"bytes,1,opt,name=agent_id,json=agentId" json:"agent_id,omitempty"`
	Options              *v11.ClubMembershipSubscribeOptions `protobuf:"bytes,2,opt,name=options" json:"options,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                            `json:"-"`
	XXX_unrecognized     []byte                              `json:"-"`
	XXX_sizecache        int32                               `json:"-"`
}

func (*SubscribeRequest) Descriptor

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

func (*SubscribeRequest) GetAgentId

func (m *SubscribeRequest) GetAgentId() *v1.AccountId

func (*SubscribeRequest) GetOptions

func (*SubscribeRequest) ProtoMessage

func (*SubscribeRequest) ProtoMessage()

func (*SubscribeRequest) Reset

func (m *SubscribeRequest) Reset()

func (*SubscribeRequest) String

func (m *SubscribeRequest) String() string

func (*SubscribeRequest) XXX_DiscardUnknown

func (m *SubscribeRequest) XXX_DiscardUnknown()

func (*SubscribeRequest) XXX_Marshal

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

func (*SubscribeRequest) XXX_Merge

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

func (*SubscribeRequest) XXX_Size

func (m *SubscribeRequest) XXX_Size() int

func (*SubscribeRequest) XXX_Unmarshal

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

type SubscribeResponse

type SubscribeResponse struct {
	State                *v11.ClubMembershipState `protobuf:"bytes,1,opt,name=state" json:"state,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                 `json:"-"`
	XXX_unrecognized     []byte                   `json:"-"`
	XXX_sizecache        int32                    `json:"-"`
}

func (*SubscribeResponse) Descriptor

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

func (*SubscribeResponse) GetState

func (m *SubscribeResponse) GetState() *v11.ClubMembershipState

func (*SubscribeResponse) ProtoMessage

func (*SubscribeResponse) ProtoMessage()

func (*SubscribeResponse) Reset

func (m *SubscribeResponse) Reset()

func (*SubscribeResponse) String

func (m *SubscribeResponse) String() string

func (*SubscribeResponse) XXX_DiscardUnknown

func (m *SubscribeResponse) XXX_DiscardUnknown()

func (*SubscribeResponse) XXX_Marshal

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

func (*SubscribeResponse) XXX_Merge

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

func (*SubscribeResponse) XXX_Size

func (m *SubscribeResponse) XXX_Size() int

func (*SubscribeResponse) XXX_Unmarshal

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

type UnsubscribeRequest

type UnsubscribeRequest struct {
	AgentId              *v1.AccountId `protobuf:"bytes,1,opt,name=agent_id,json=agentId" json:"agent_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*UnsubscribeRequest) Descriptor

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

func (*UnsubscribeRequest) GetAgentId

func (m *UnsubscribeRequest) GetAgentId() *v1.AccountId

func (*UnsubscribeRequest) ProtoMessage

func (*UnsubscribeRequest) ProtoMessage()

func (*UnsubscribeRequest) Reset

func (m *UnsubscribeRequest) Reset()

func (*UnsubscribeRequest) String

func (m *UnsubscribeRequest) String() string

func (*UnsubscribeRequest) XXX_DiscardUnknown

func (m *UnsubscribeRequest) XXX_DiscardUnknown()

func (*UnsubscribeRequest) XXX_Marshal

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

func (*UnsubscribeRequest) XXX_Merge

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

func (*UnsubscribeRequest) XXX_Size

func (m *UnsubscribeRequest) XXX_Size() int

func (*UnsubscribeRequest) XXX_Unmarshal

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

type UpdateClubSharedSettingsRequest

type UpdateClubSharedSettingsRequest struct {
	AgentId              *v1.AccountId                  `protobuf:"bytes,1,opt,name=agent_id,json=agentId" json:"agent_id,omitempty"`
	Options              *v11.ClubSharedSettingsOptions `protobuf:"bytes,2,opt,name=options" json:"options,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                       `json:"-"`
	XXX_unrecognized     []byte                         `json:"-"`
	XXX_sizecache        int32                          `json:"-"`
}

func (*UpdateClubSharedSettingsRequest) Descriptor

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

func (*UpdateClubSharedSettingsRequest) GetAgentId

func (m *UpdateClubSharedSettingsRequest) GetAgentId() *v1.AccountId

func (*UpdateClubSharedSettingsRequest) GetOptions

func (*UpdateClubSharedSettingsRequest) ProtoMessage

func (*UpdateClubSharedSettingsRequest) ProtoMessage()

func (*UpdateClubSharedSettingsRequest) Reset

func (*UpdateClubSharedSettingsRequest) String

func (*UpdateClubSharedSettingsRequest) XXX_DiscardUnknown

func (m *UpdateClubSharedSettingsRequest) XXX_DiscardUnknown()

func (*UpdateClubSharedSettingsRequest) XXX_Marshal

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

func (*UpdateClubSharedSettingsRequest) XXX_Merge

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

func (*UpdateClubSharedSettingsRequest) XXX_Size

func (m *UpdateClubSharedSettingsRequest) XXX_Size() int

func (*UpdateClubSharedSettingsRequest) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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