Documentation ¶
Index ¶
- Variables
- func NewGlobalKVSServiceHandler(handler hbaas_GlobalKVSServiceHandler, adv advice.Advice) hbaas_GlobalKVSServiceHandlerImpl
- func NewLeaderBoardServiceHandler(handler hbaas_LeaderBoardServiceHandler, adv advice.Advice) hbaas_LeaderBoardServiceHandlerImpl
- func NewLobbyServiceHandler(handler hbaas_LobbyServiceHandler, adv advice.Advice) hbaas_LobbyServiceHandlerImpl
- func NewMasterDataServiceHandler(handler hbaas_MasterDataServiceHandler, adv advice.Advice) hbaas_MasterDataServiceHandlerImpl
- func NewPrivateKVSServiceHandler(handler hbaas_PrivateKVSServiceHandler, adv advice.Advice) hbaas_PrivateKVSServiceHandlerImpl
- func NewSessionServiceHandler(handler hbaas_SessionServiceHandler, adv advice.Advice) hbaas_SessionServiceHandlerImpl
- func NewUserServiceHandler(handler hbaas_UserServiceHandler, adv advice.Advice) hbaas_UserServiceHandlerImpl
- type GlobalKVSServiceGetV1Request
- func (*GlobalKVSServiceGetV1Request) Descriptor() ([]byte, []int)deprecated
- func (x *GlobalKVSServiceGetV1Request) GetCriteria() []*resource.KVSCriterion
- func (*GlobalKVSServiceGetV1Request) ProtoMessage()
- func (x *GlobalKVSServiceGetV1Request) ProtoReflect() protoreflect.Message
- func (x *GlobalKVSServiceGetV1Request) Reset()
- func (x *GlobalKVSServiceGetV1Request) String() string
- type GlobalKVSServiceGetV1Response
- func (*GlobalKVSServiceGetV1Response) Descriptor() ([]byte, []int)deprecated
- func (x *GlobalKVSServiceGetV1Response) GetEntries() []*resource.KVSEntry
- func (*GlobalKVSServiceGetV1Response) ProtoMessage()
- func (x *GlobalKVSServiceGetV1Response) ProtoReflect() protoreflect.Message
- func (x *GlobalKVSServiceGetV1Response) Reset()
- func (x *GlobalKVSServiceGetV1Response) String() string
- type GlobalKVSServiceSetV1Errors
- type GlobalKVSServiceSetV1Request
- func (*GlobalKVSServiceSetV1Request) Descriptor() ([]byte, []int)deprecated
- func (x *GlobalKVSServiceSetV1Request) GetEntries() []*resource.KVSEntry
- func (*GlobalKVSServiceSetV1Request) ProtoMessage()
- func (x *GlobalKVSServiceSetV1Request) ProtoReflect() protoreflect.Message
- func (x *GlobalKVSServiceSetV1Request) Reset()
- func (x *GlobalKVSServiceSetV1Request) String() string
- type GlobalKVSServiceSetV1Response
- func (*GlobalKVSServiceSetV1Response) Descriptor() ([]byte, []int)deprecated
- func (*GlobalKVSServiceSetV1Response) ProtoMessage()
- func (x *GlobalKVSServiceSetV1Response) ProtoReflect() protoreflect.Message
- func (x *GlobalKVSServiceSetV1Response) Reset()
- func (x *GlobalKVSServiceSetV1Response) String() string
- type LeaderBoardServiceGetV1Request
- func (*LeaderBoardServiceGetV1Request) Descriptor() ([]byte, []int)deprecated
- func (x *LeaderBoardServiceGetV1Request) GetLeaderBoardId() string
- func (*LeaderBoardServiceGetV1Request) ProtoMessage()
- func (x *LeaderBoardServiceGetV1Request) ProtoReflect() protoreflect.Message
- func (x *LeaderBoardServiceGetV1Request) Reset()
- func (x *LeaderBoardServiceGetV1Request) String() string
- type LeaderBoardServiceGetV1Response
- func (*LeaderBoardServiceGetV1Response) Descriptor() ([]byte, []int)deprecated
- func (x *LeaderBoardServiceGetV1Response) GetLeaderBoard() *resource.LeaderBoard
- func (*LeaderBoardServiceGetV1Response) ProtoMessage()
- func (x *LeaderBoardServiceGetV1Response) ProtoReflect() protoreflect.Message
- func (x *LeaderBoardServiceGetV1Response) Reset()
- func (x *LeaderBoardServiceGetV1Response) String() string
- type LeaderBoardServiceSubmitScoreV1Request
- func (*LeaderBoardServiceSubmitScoreV1Request) Descriptor() ([]byte, []int)deprecated
- func (x *LeaderBoardServiceSubmitScoreV1Request) GetLeaderBoardId() string
- func (x *LeaderBoardServiceSubmitScoreV1Request) GetScore() int64
- func (x *LeaderBoardServiceSubmitScoreV1Request) GetScoreId() string
- func (*LeaderBoardServiceSubmitScoreV1Request) ProtoMessage()
- func (x *LeaderBoardServiceSubmitScoreV1Request) ProtoReflect() protoreflect.Message
- func (x *LeaderBoardServiceSubmitScoreV1Request) Reset()
- func (x *LeaderBoardServiceSubmitScoreV1Request) String() string
- type LeaderBoardServiceSubmitScoreV1Response
- func (*LeaderBoardServiceSubmitScoreV1Response) Descriptor() ([]byte, []int)deprecated
- func (x *LeaderBoardServiceSubmitScoreV1Response) GetLeaderBoard() *resource.LeaderBoard
- func (*LeaderBoardServiceSubmitScoreV1Response) ProtoMessage()
- func (x *LeaderBoardServiceSubmitScoreV1Response) ProtoReflect() protoreflect.Message
- func (x *LeaderBoardServiceSubmitScoreV1Response) Reset()
- func (x *LeaderBoardServiceSubmitScoreV1Response) String() string
- type LobbyServiceCreateRoomV1Request
- func (*LobbyServiceCreateRoomV1Request) Descriptor() ([]byte, []int)deprecated
- func (x *LobbyServiceCreateRoomV1Request) GetDetails() []byte
- func (x *LobbyServiceCreateRoomV1Request) GetMaxCapacity() int64
- func (x *LobbyServiceCreateRoomV1Request) GetSecret() string
- func (x *LobbyServiceCreateRoomV1Request) GetType() resource.RoomType
- func (*LobbyServiceCreateRoomV1Request) ProtoMessage()
- func (x *LobbyServiceCreateRoomV1Request) ProtoReflect() protoreflect.Message
- func (x *LobbyServiceCreateRoomV1Request) Reset()
- func (x *LobbyServiceCreateRoomV1Request) String() string
- type LobbyServiceCreateRoomV1Response
- func (*LobbyServiceCreateRoomV1Response) Descriptor() ([]byte, []int)deprecated
- func (x *LobbyServiceCreateRoomV1Response) GetRoom() *resource.Room
- func (*LobbyServiceCreateRoomV1Response) ProtoMessage()
- func (x *LobbyServiceCreateRoomV1Response) ProtoReflect() protoreflect.Message
- func (x *LobbyServiceCreateRoomV1Response) Reset()
- func (x *LobbyServiceCreateRoomV1Response) String() string
- type LobbyServiceDeleteRoomV1Request
- func (*LobbyServiceDeleteRoomV1Request) Descriptor() ([]byte, []int)deprecated
- func (x *LobbyServiceDeleteRoomV1Request) GetRoomId() string
- func (*LobbyServiceDeleteRoomV1Request) ProtoMessage()
- func (x *LobbyServiceDeleteRoomV1Request) ProtoReflect() protoreflect.Message
- func (x *LobbyServiceDeleteRoomV1Request) Reset()
- func (x *LobbyServiceDeleteRoomV1Request) String() string
- type LobbyServiceDeleteRoomV1Response
- func (*LobbyServiceDeleteRoomV1Response) Descriptor() ([]byte, []int)deprecated
- func (*LobbyServiceDeleteRoomV1Response) ProtoMessage()
- func (x *LobbyServiceDeleteRoomV1Response) ProtoReflect() protoreflect.Message
- func (x *LobbyServiceDeleteRoomV1Response) Reset()
- func (x *LobbyServiceDeleteRoomV1Response) String() string
- type LobbyServiceEditRoomV1Request
- func (*LobbyServiceEditRoomV1Request) Descriptor() ([]byte, []int)deprecated
- func (x *LobbyServiceEditRoomV1Request) GetDetails() []byte
- func (x *LobbyServiceEditRoomV1Request) GetMaxCapacity() int64
- func (x *LobbyServiceEditRoomV1Request) GetRoomId() string
- func (x *LobbyServiceEditRoomV1Request) GetSecret() string
- func (*LobbyServiceEditRoomV1Request) ProtoMessage()
- func (x *LobbyServiceEditRoomV1Request) ProtoReflect() protoreflect.Message
- func (x *LobbyServiceEditRoomV1Request) Reset()
- func (x *LobbyServiceEditRoomV1Request) String() string
- type LobbyServiceEditRoomV1Response
- func (*LobbyServiceEditRoomV1Response) Descriptor() ([]byte, []int)deprecated
- func (x *LobbyServiceEditRoomV1Response) GetRoom() *resource.Room
- func (*LobbyServiceEditRoomV1Response) ProtoMessage()
- func (x *LobbyServiceEditRoomV1Response) ProtoReflect() protoreflect.Message
- func (x *LobbyServiceEditRoomV1Response) Reset()
- func (x *LobbyServiceEditRoomV1Response) String() string
- type LobbyServiceJoinRoomV1Request
- func (*LobbyServiceJoinRoomV1Request) Descriptor() ([]byte, []int)deprecated
- func (x *LobbyServiceJoinRoomV1Request) GetRoomId() string
- func (x *LobbyServiceJoinRoomV1Request) GetSecret() string
- func (*LobbyServiceJoinRoomV1Request) ProtoMessage()
- func (x *LobbyServiceJoinRoomV1Request) ProtoReflect() protoreflect.Message
- func (x *LobbyServiceJoinRoomV1Request) Reset()
- func (x *LobbyServiceJoinRoomV1Request) String() string
- type LobbyServiceJoinRoomV1Response
- func (*LobbyServiceJoinRoomV1Response) Descriptor() ([]byte, []int)deprecated
- func (x *LobbyServiceJoinRoomV1Response) GetPeerId() string
- func (x *LobbyServiceJoinRoomV1Response) GetSkywayAuthToken() string
- func (*LobbyServiceJoinRoomV1Response) ProtoMessage()
- func (x *LobbyServiceJoinRoomV1Response) ProtoReflect() protoreflect.Message
- func (x *LobbyServiceJoinRoomV1Response) Reset()
- func (x *LobbyServiceJoinRoomV1Response) String() string
- type LobbyServiceLeaveRoomV1Request
- func (*LobbyServiceLeaveRoomV1Request) Descriptor() ([]byte, []int)deprecated
- func (x *LobbyServiceLeaveRoomV1Request) GetRoomId() string
- func (*LobbyServiceLeaveRoomV1Request) ProtoMessage()
- func (x *LobbyServiceLeaveRoomV1Request) ProtoReflect() protoreflect.Message
- func (x *LobbyServiceLeaveRoomV1Request) Reset()
- func (x *LobbyServiceLeaveRoomV1Request) String() string
- type LobbyServiceLeaveRoomV1Response
- func (*LobbyServiceLeaveRoomV1Response) Descriptor() ([]byte, []int)deprecated
- func (*LobbyServiceLeaveRoomV1Response) ProtoMessage()
- func (x *LobbyServiceLeaveRoomV1Response) ProtoReflect() protoreflect.Message
- func (x *LobbyServiceLeaveRoomV1Response) Reset()
- func (x *LobbyServiceLeaveRoomV1Response) String() string
- type LobbyServiceSearchRoomsV1Request
- func (*LobbyServiceSearchRoomsV1Request) Descriptor() ([]byte, []int)deprecated
- func (x *LobbyServiceSearchRoomsV1Request) GetTypes() []resource.RoomType
- func (*LobbyServiceSearchRoomsV1Request) ProtoMessage()
- func (x *LobbyServiceSearchRoomsV1Request) ProtoReflect() protoreflect.Message
- func (x *LobbyServiceSearchRoomsV1Request) Reset()
- func (x *LobbyServiceSearchRoomsV1Request) String() string
- type LobbyServiceSearchRoomsV1Response
- func (*LobbyServiceSearchRoomsV1Response) Descriptor() ([]byte, []int)deprecated
- func (x *LobbyServiceSearchRoomsV1Response) GetRooms() []*resource.Room
- func (*LobbyServiceSearchRoomsV1Response) ProtoMessage()
- func (x *LobbyServiceSearchRoomsV1Response) ProtoReflect() protoreflect.Message
- func (x *LobbyServiceSearchRoomsV1Response) Reset()
- func (x *LobbyServiceSearchRoomsV1Response) String() string
- type MasterDataServiceGetRevisionV1Errors
- type MasterDataServiceGetRevisionV1Request
- func (*MasterDataServiceGetRevisionV1Request) Descriptor() ([]byte, []int)deprecated
- func (*MasterDataServiceGetRevisionV1Request) ProtoMessage()
- func (x *MasterDataServiceGetRevisionV1Request) ProtoReflect() protoreflect.Message
- func (x *MasterDataServiceGetRevisionV1Request) Reset()
- func (x *MasterDataServiceGetRevisionV1Request) String() string
- type MasterDataServiceGetRevisionV1Response
- func (*MasterDataServiceGetRevisionV1Response) Descriptor() ([]byte, []int)deprecated
- func (x *MasterDataServiceGetRevisionV1Response) GetRevision() int64
- func (*MasterDataServiceGetRevisionV1Response) ProtoMessage()
- func (x *MasterDataServiceGetRevisionV1Response) ProtoReflect() protoreflect.Message
- func (x *MasterDataServiceGetRevisionV1Response) Reset()
- func (x *MasterDataServiceGetRevisionV1Response) String() string
- type MasterDataServiceGetV1Errors
- type MasterDataServiceGetV1Request
- func (*MasterDataServiceGetV1Request) Descriptor() ([]byte, []int)deprecated
- func (*MasterDataServiceGetV1Request) ProtoMessage()
- func (x *MasterDataServiceGetV1Request) ProtoReflect() protoreflect.Message
- func (x *MasterDataServiceGetV1Request) Reset()
- func (x *MasterDataServiceGetV1Request) String() string
- type MasterDataServiceGetV1Response
- func (*MasterDataServiceGetV1Response) Descriptor() ([]byte, []int)deprecated
- func (x *MasterDataServiceGetV1Response) GetMasterData() *resource.MasterData
- func (*MasterDataServiceGetV1Response) ProtoMessage()
- func (x *MasterDataServiceGetV1Response) ProtoReflect() protoreflect.Message
- func (x *MasterDataServiceGetV1Response) Reset()
- func (x *MasterDataServiceGetV1Response) String() string
- type PrivateKVSServiceGetETagV1Request
- func (*PrivateKVSServiceGetETagV1Request) Descriptor() ([]byte, []int)deprecated
- func (*PrivateKVSServiceGetETagV1Request) ProtoMessage()
- func (x *PrivateKVSServiceGetETagV1Request) ProtoReflect() protoreflect.Message
- func (x *PrivateKVSServiceGetETagV1Request) Reset()
- func (x *PrivateKVSServiceGetETagV1Request) String() string
- type PrivateKVSServiceGetETagV1Response
- func (*PrivateKVSServiceGetETagV1Response) Descriptor() ([]byte, []int)deprecated
- func (x *PrivateKVSServiceGetETagV1Response) GetEtag() string
- func (*PrivateKVSServiceGetETagV1Response) ProtoMessage()
- func (x *PrivateKVSServiceGetETagV1Response) ProtoReflect() protoreflect.Message
- func (x *PrivateKVSServiceGetETagV1Response) Reset()
- func (x *PrivateKVSServiceGetETagV1Response) String() string
- type PrivateKVSServiceGetV1Request
- func (*PrivateKVSServiceGetV1Request) Descriptor() ([]byte, []int)deprecated
- func (x *PrivateKVSServiceGetV1Request) GetCriteria() []*resource.KVSCriterion
- func (*PrivateKVSServiceGetV1Request) ProtoMessage()
- func (x *PrivateKVSServiceGetV1Request) ProtoReflect() protoreflect.Message
- func (x *PrivateKVSServiceGetV1Request) Reset()
- func (x *PrivateKVSServiceGetV1Request) String() string
- type PrivateKVSServiceGetV1Response
- func (*PrivateKVSServiceGetV1Response) Descriptor() ([]byte, []int)deprecated
- func (x *PrivateKVSServiceGetV1Response) GetEntries() []*resource.KVSEntry
- func (x *PrivateKVSServiceGetV1Response) GetEtag() string
- func (*PrivateKVSServiceGetV1Response) ProtoMessage()
- func (x *PrivateKVSServiceGetV1Response) ProtoReflect() protoreflect.Message
- func (x *PrivateKVSServiceGetV1Response) Reset()
- func (x *PrivateKVSServiceGetV1Response) String() string
- type PrivateKVSServiceSetV1Errors
- type PrivateKVSServiceSetV1Request
- func (*PrivateKVSServiceSetV1Request) Descriptor() ([]byte, []int)deprecated
- func (x *PrivateKVSServiceSetV1Request) GetEntries() []*resource.KVSEntry
- func (x *PrivateKVSServiceSetV1Request) GetEtag() string
- func (*PrivateKVSServiceSetV1Request) ProtoMessage()
- func (x *PrivateKVSServiceSetV1Request) ProtoReflect() protoreflect.Message
- func (x *PrivateKVSServiceSetV1Request) Reset()
- func (x *PrivateKVSServiceSetV1Request) String() string
- type PrivateKVSServiceSetV1Response
- func (*PrivateKVSServiceSetV1Response) Descriptor() ([]byte, []int)deprecated
- func (x *PrivateKVSServiceSetV1Response) GetEtag() string
- func (*PrivateKVSServiceSetV1Response) ProtoMessage()
- func (x *PrivateKVSServiceSetV1Response) ProtoReflect() protoreflect.Message
- func (x *PrivateKVSServiceSetV1Response) Reset()
- func (x *PrivateKVSServiceSetV1Response) String() string
- type SessionServiceAuthorizeV1Errors
- type SessionServiceAuthorizeV1Request
- func (*SessionServiceAuthorizeV1Request) Descriptor() ([]byte, []int)deprecated
- func (x *SessionServiceAuthorizeV1Request) GetIdToken() string
- func (*SessionServiceAuthorizeV1Request) ProtoMessage()
- func (x *SessionServiceAuthorizeV1Request) ProtoReflect() protoreflect.Message
- func (x *SessionServiceAuthorizeV1Request) Reset()
- func (x *SessionServiceAuthorizeV1Request) String() string
- type SessionServiceAuthorizeV1Response
- func (*SessionServiceAuthorizeV1Response) Descriptor() ([]byte, []int)deprecated
- func (x *SessionServiceAuthorizeV1Response) GetExpiresAt() *timestamppb.Timestamp
- func (x *SessionServiceAuthorizeV1Response) GetSessionToken() string
- func (x *SessionServiceAuthorizeV1Response) GetUserId() string
- func (*SessionServiceAuthorizeV1Response) ProtoMessage()
- func (x *SessionServiceAuthorizeV1Response) ProtoReflect() protoreflect.Message
- func (x *SessionServiceAuthorizeV1Response) Reset()
- func (x *SessionServiceAuthorizeV1Response) String() string
- type UserServiceAccountDeleteV1Request
- func (*UserServiceAccountDeleteV1Request) Descriptor() ([]byte, []int)deprecated
- func (*UserServiceAccountDeleteV1Request) ProtoMessage()
- func (x *UserServiceAccountDeleteV1Request) ProtoReflect() protoreflect.Message
- func (x *UserServiceAccountDeleteV1Request) Reset()
- func (x *UserServiceAccountDeleteV1Request) String() string
- type UserServiceAccountDeleteV1Response
- func (*UserServiceAccountDeleteV1Response) Descriptor() ([]byte, []int)deprecated
- func (*UserServiceAccountDeleteV1Response) ProtoMessage()
- func (x *UserServiceAccountDeleteV1Response) ProtoReflect() protoreflect.Message
- func (x *UserServiceAccountDeleteV1Response) Reset()
- func (x *UserServiceAccountDeleteV1Response) String() string
- type UserServiceActivateV1Errors
- type UserServiceActivateV1Request
- func (*UserServiceActivateV1Request) Descriptor() ([]byte, []int)deprecated
- func (*UserServiceActivateV1Request) ProtoMessage()
- func (x *UserServiceActivateV1Request) ProtoReflect() protoreflect.Message
- func (x *UserServiceActivateV1Request) Reset()
- func (x *UserServiceActivateV1Request) String() string
- type UserServiceActivateV1Response
- func (*UserServiceActivateV1Response) Descriptor() ([]byte, []int)deprecated
- func (*UserServiceActivateV1Response) ProtoMessage()
- func (x *UserServiceActivateV1Response) ProtoReflect() protoreflect.Message
- func (x *UserServiceActivateV1Response) Reset()
- func (x *UserServiceActivateV1Response) String() string
- type UserServiceEditProfileV1Errors
- type UserServiceEditProfileV1Request
- func (*UserServiceEditProfileV1Request) Descriptor() ([]byte, []int)deprecated
- func (x *UserServiceEditProfileV1Request) GetData() []byte
- func (x *UserServiceEditProfileV1Request) GetProfile() *resource.UserProfiledeprecated
- func (*UserServiceEditProfileV1Request) ProtoMessage()
- func (x *UserServiceEditProfileV1Request) ProtoReflect() protoreflect.Message
- func (x *UserServiceEditProfileV1Request) Reset()
- func (x *UserServiceEditProfileV1Request) String() string
- type UserServiceEditProfileV1Response
- func (*UserServiceEditProfileV1Response) Descriptor() ([]byte, []int)deprecated
- func (*UserServiceEditProfileV1Response) ProtoMessage()
- func (x *UserServiceEditProfileV1Response) ProtoReflect() protoreflect.Message
- func (x *UserServiceEditProfileV1Response) Reset()
- func (x *UserServiceEditProfileV1Response) String() string
- type UserServiceSearchProfilesV1Request
- func (*UserServiceSearchProfilesV1Request) Descriptor() ([]byte, []int)deprecated
- func (x *UserServiceSearchProfilesV1Request) GetUserIds() []string
- func (*UserServiceSearchProfilesV1Request) ProtoMessage()
- func (x *UserServiceSearchProfilesV1Request) ProtoReflect() protoreflect.Message
- func (x *UserServiceSearchProfilesV1Request) Reset()
- func (x *UserServiceSearchProfilesV1Request) String() string
- type UserServiceSearchProfilesV1Response
- func (*UserServiceSearchProfilesV1Response) Descriptor() ([]byte, []int)deprecated
- func (x *UserServiceSearchProfilesV1Response) GetProfiles() []*resource.UserProfile
- func (*UserServiceSearchProfilesV1Response) ProtoMessage()
- func (x *UserServiceSearchProfilesV1Response) ProtoReflect() protoreflect.Message
- func (x *UserServiceSearchProfilesV1Response) Reset()
- func (x *UserServiceSearchProfilesV1Response) String() string
Constants ¶
This section is empty.
Variables ¶
var File_api_global_kvs_proto protoreflect.FileDescriptor
var File_api_leader_board_proto protoreflect.FileDescriptor
var File_api_lobby_proto protoreflect.FileDescriptor
var File_api_master_data_proto protoreflect.FileDescriptor
var File_api_private_kvs_proto protoreflect.FileDescriptor
var File_api_session_proto protoreflect.FileDescriptor
var File_api_user_proto protoreflect.FileDescriptor
Functions ¶
func NewGlobalKVSServiceHandler ¶ added in v0.2.0
func NewLeaderBoardServiceHandler ¶ added in v0.2.0
func NewLobbyServiceHandler ¶ added in v0.3.0
func NewMasterDataServiceHandler ¶ added in v0.3.0
func NewPrivateKVSServiceHandler ¶ added in v0.2.0
func NewSessionServiceHandler ¶ added in v0.2.0
func NewUserServiceHandler ¶ added in v0.2.0
Types ¶
type GlobalKVSServiceGetV1Request ¶
type GlobalKVSServiceGetV1Request struct { Criteria []*resource.KVSCriterion `protobuf:"bytes,1,rep,name=criteria,proto3" json:"criteria,omitempty"` // contains filtered or unexported fields }
func (*GlobalKVSServiceGetV1Request) Descriptor
deprecated
func (*GlobalKVSServiceGetV1Request) Descriptor() ([]byte, []int)
Deprecated: Use GlobalKVSServiceGetV1Request.ProtoReflect.Descriptor instead.
func (*GlobalKVSServiceGetV1Request) GetCriteria ¶
func (x *GlobalKVSServiceGetV1Request) GetCriteria() []*resource.KVSCriterion
func (*GlobalKVSServiceGetV1Request) ProtoMessage ¶
func (*GlobalKVSServiceGetV1Request) ProtoMessage()
func (*GlobalKVSServiceGetV1Request) ProtoReflect ¶
func (x *GlobalKVSServiceGetV1Request) ProtoReflect() protoreflect.Message
func (*GlobalKVSServiceGetV1Request) Reset ¶
func (x *GlobalKVSServiceGetV1Request) Reset()
func (*GlobalKVSServiceGetV1Request) String ¶
func (x *GlobalKVSServiceGetV1Request) String() string
type GlobalKVSServiceGetV1Response ¶
type GlobalKVSServiceGetV1Response struct { Entries []*resource.KVSEntry `protobuf:"bytes,1,rep,name=entries,proto3" json:"entries,omitempty"` // contains filtered or unexported fields }
func (*GlobalKVSServiceGetV1Response) Descriptor
deprecated
func (*GlobalKVSServiceGetV1Response) Descriptor() ([]byte, []int)
Deprecated: Use GlobalKVSServiceGetV1Response.ProtoReflect.Descriptor instead.
func (*GlobalKVSServiceGetV1Response) GetEntries ¶
func (x *GlobalKVSServiceGetV1Response) GetEntries() []*resource.KVSEntry
func (*GlobalKVSServiceGetV1Response) ProtoMessage ¶
func (*GlobalKVSServiceGetV1Response) ProtoMessage()
func (*GlobalKVSServiceGetV1Response) ProtoReflect ¶
func (x *GlobalKVSServiceGetV1Response) ProtoReflect() protoreflect.Message
func (*GlobalKVSServiceGetV1Response) Reset ¶
func (x *GlobalKVSServiceGetV1Response) Reset()
func (*GlobalKVSServiceGetV1Response) String ¶
func (x *GlobalKVSServiceGetV1Response) String() string
type GlobalKVSServiceSetV1Errors ¶ added in v0.2.0
type GlobalKVSServiceSetV1Errors struct { // The value bytes must be less than or equal to 1KiB. ILLEGAL_ARGUMENT *advice.MethodErrDefinition // contains filtered or unexported fields }
func (*GlobalKVSServiceSetV1Errors) Map ¶ added in v0.2.0
func (e *GlobalKVSServiceSetV1Errors) Map(from error, to *advice.MethodErrDefinition)
type GlobalKVSServiceSetV1Request ¶
type GlobalKVSServiceSetV1Request struct { Entries []*resource.KVSEntry `protobuf:"bytes,1,rep,name=entries,proto3" json:"entries,omitempty"` // contains filtered or unexported fields }
func (*GlobalKVSServiceSetV1Request) Descriptor
deprecated
func (*GlobalKVSServiceSetV1Request) Descriptor() ([]byte, []int)
Deprecated: Use GlobalKVSServiceSetV1Request.ProtoReflect.Descriptor instead.
func (*GlobalKVSServiceSetV1Request) GetEntries ¶
func (x *GlobalKVSServiceSetV1Request) GetEntries() []*resource.KVSEntry
func (*GlobalKVSServiceSetV1Request) ProtoMessage ¶
func (*GlobalKVSServiceSetV1Request) ProtoMessage()
func (*GlobalKVSServiceSetV1Request) ProtoReflect ¶
func (x *GlobalKVSServiceSetV1Request) ProtoReflect() protoreflect.Message
func (*GlobalKVSServiceSetV1Request) Reset ¶
func (x *GlobalKVSServiceSetV1Request) Reset()
func (*GlobalKVSServiceSetV1Request) String ¶
func (x *GlobalKVSServiceSetV1Request) String() string
type GlobalKVSServiceSetV1Response ¶
type GlobalKVSServiceSetV1Response struct {
// contains filtered or unexported fields
}
func (*GlobalKVSServiceSetV1Response) Descriptor
deprecated
func (*GlobalKVSServiceSetV1Response) Descriptor() ([]byte, []int)
Deprecated: Use GlobalKVSServiceSetV1Response.ProtoReflect.Descriptor instead.
func (*GlobalKVSServiceSetV1Response) ProtoMessage ¶
func (*GlobalKVSServiceSetV1Response) ProtoMessage()
func (*GlobalKVSServiceSetV1Response) ProtoReflect ¶
func (x *GlobalKVSServiceSetV1Response) ProtoReflect() protoreflect.Message
func (*GlobalKVSServiceSetV1Response) Reset ¶
func (x *GlobalKVSServiceSetV1Response) Reset()
func (*GlobalKVSServiceSetV1Response) String ¶
func (x *GlobalKVSServiceSetV1Response) String() string
type LeaderBoardServiceGetV1Request ¶ added in v0.2.0
type LeaderBoardServiceGetV1Request struct { LeaderBoardId string `protobuf:"bytes,1,opt,name=leader_board_id,json=leaderBoardId,proto3" json:"leader_board_id,omitempty"` // contains filtered or unexported fields }
func (*LeaderBoardServiceGetV1Request) Descriptor
deprecated
added in
v0.2.0
func (*LeaderBoardServiceGetV1Request) Descriptor() ([]byte, []int)
Deprecated: Use LeaderBoardServiceGetV1Request.ProtoReflect.Descriptor instead.
func (*LeaderBoardServiceGetV1Request) GetLeaderBoardId ¶ added in v0.2.0
func (x *LeaderBoardServiceGetV1Request) GetLeaderBoardId() string
func (*LeaderBoardServiceGetV1Request) ProtoMessage ¶ added in v0.2.0
func (*LeaderBoardServiceGetV1Request) ProtoMessage()
func (*LeaderBoardServiceGetV1Request) ProtoReflect ¶ added in v0.2.0
func (x *LeaderBoardServiceGetV1Request) ProtoReflect() protoreflect.Message
func (*LeaderBoardServiceGetV1Request) Reset ¶ added in v0.2.0
func (x *LeaderBoardServiceGetV1Request) Reset()
func (*LeaderBoardServiceGetV1Request) String ¶ added in v0.2.0
func (x *LeaderBoardServiceGetV1Request) String() string
type LeaderBoardServiceGetV1Response ¶ added in v0.2.0
type LeaderBoardServiceGetV1Response struct { LeaderBoard *resource.LeaderBoard `protobuf:"bytes,1,opt,name=leader_board,json=leaderBoard,proto3" json:"leader_board,omitempty"` // contains filtered or unexported fields }
func (*LeaderBoardServiceGetV1Response) Descriptor
deprecated
added in
v0.2.0
func (*LeaderBoardServiceGetV1Response) Descriptor() ([]byte, []int)
Deprecated: Use LeaderBoardServiceGetV1Response.ProtoReflect.Descriptor instead.
func (*LeaderBoardServiceGetV1Response) GetLeaderBoard ¶ added in v0.2.0
func (x *LeaderBoardServiceGetV1Response) GetLeaderBoard() *resource.LeaderBoard
func (*LeaderBoardServiceGetV1Response) ProtoMessage ¶ added in v0.2.0
func (*LeaderBoardServiceGetV1Response) ProtoMessage()
func (*LeaderBoardServiceGetV1Response) ProtoReflect ¶ added in v0.2.0
func (x *LeaderBoardServiceGetV1Response) ProtoReflect() protoreflect.Message
func (*LeaderBoardServiceGetV1Response) Reset ¶ added in v0.2.0
func (x *LeaderBoardServiceGetV1Response) Reset()
func (*LeaderBoardServiceGetV1Response) String ¶ added in v0.2.0
func (x *LeaderBoardServiceGetV1Response) String() string
type LeaderBoardServiceSubmitScoreV1Request ¶ added in v0.2.0
type LeaderBoardServiceSubmitScoreV1Request struct { LeaderBoardId string `protobuf:"bytes,1,opt,name=leader_board_id,json=leaderBoardId,proto3" json:"leader_board_id,omitempty"` ScoreId string `protobuf:"bytes,2,opt,name=score_id,json=scoreId,proto3" json:"score_id,omitempty"` // 負数も許容します。 Score int64 `protobuf:"varint,3,opt,name=score,proto3" json:"score,omitempty"` // contains filtered or unexported fields }
func (*LeaderBoardServiceSubmitScoreV1Request) Descriptor
deprecated
added in
v0.2.0
func (*LeaderBoardServiceSubmitScoreV1Request) Descriptor() ([]byte, []int)
Deprecated: Use LeaderBoardServiceSubmitScoreV1Request.ProtoReflect.Descriptor instead.
func (*LeaderBoardServiceSubmitScoreV1Request) GetLeaderBoardId ¶ added in v0.2.0
func (x *LeaderBoardServiceSubmitScoreV1Request) GetLeaderBoardId() string
func (*LeaderBoardServiceSubmitScoreV1Request) GetScore ¶ added in v0.2.0
func (x *LeaderBoardServiceSubmitScoreV1Request) GetScore() int64
func (*LeaderBoardServiceSubmitScoreV1Request) GetScoreId ¶ added in v0.2.0
func (x *LeaderBoardServiceSubmitScoreV1Request) GetScoreId() string
func (*LeaderBoardServiceSubmitScoreV1Request) ProtoMessage ¶ added in v0.2.0
func (*LeaderBoardServiceSubmitScoreV1Request) ProtoMessage()
func (*LeaderBoardServiceSubmitScoreV1Request) ProtoReflect ¶ added in v0.2.0
func (x *LeaderBoardServiceSubmitScoreV1Request) ProtoReflect() protoreflect.Message
func (*LeaderBoardServiceSubmitScoreV1Request) Reset ¶ added in v0.2.0
func (x *LeaderBoardServiceSubmitScoreV1Request) Reset()
func (*LeaderBoardServiceSubmitScoreV1Request) String ¶ added in v0.2.0
func (x *LeaderBoardServiceSubmitScoreV1Request) String() string
type LeaderBoardServiceSubmitScoreV1Response ¶ added in v0.2.0
type LeaderBoardServiceSubmitScoreV1Response struct { LeaderBoard *resource.LeaderBoard `protobuf:"bytes,1,opt,name=leader_board,json=leaderBoard,proto3" json:"leader_board,omitempty"` // contains filtered or unexported fields }
func (*LeaderBoardServiceSubmitScoreV1Response) Descriptor
deprecated
added in
v0.2.0
func (*LeaderBoardServiceSubmitScoreV1Response) Descriptor() ([]byte, []int)
Deprecated: Use LeaderBoardServiceSubmitScoreV1Response.ProtoReflect.Descriptor instead.
func (*LeaderBoardServiceSubmitScoreV1Response) GetLeaderBoard ¶ added in v0.2.0
func (x *LeaderBoardServiceSubmitScoreV1Response) GetLeaderBoard() *resource.LeaderBoard
func (*LeaderBoardServiceSubmitScoreV1Response) ProtoMessage ¶ added in v0.2.0
func (*LeaderBoardServiceSubmitScoreV1Response) ProtoMessage()
func (*LeaderBoardServiceSubmitScoreV1Response) ProtoReflect ¶ added in v0.2.0
func (x *LeaderBoardServiceSubmitScoreV1Response) ProtoReflect() protoreflect.Message
func (*LeaderBoardServiceSubmitScoreV1Response) Reset ¶ added in v0.2.0
func (x *LeaderBoardServiceSubmitScoreV1Response) Reset()
func (*LeaderBoardServiceSubmitScoreV1Response) String ¶ added in v0.2.0
func (x *LeaderBoardServiceSubmitScoreV1Response) String() string
type LobbyServiceCreateRoomV1Request ¶ added in v0.3.0
type LobbyServiceCreateRoomV1Request struct { Type resource.RoomType `protobuf:"varint,1,opt,name=type,proto3,enum=resource.RoomType" json:"type,omitempty"` MaxCapacity int64 `protobuf:"varint,2,opt,name=max_capacity,json=maxCapacity,proto3" json:"max_capacity,omitempty"` Secret string `protobuf:"bytes,3,opt,name=secret,proto3" json:"secret,omitempty"` Details []byte `protobuf:"bytes,4,opt,name=details,proto3" json:"details,omitempty"` // contains filtered or unexported fields }
func (*LobbyServiceCreateRoomV1Request) Descriptor
deprecated
added in
v0.3.0
func (*LobbyServiceCreateRoomV1Request) Descriptor() ([]byte, []int)
Deprecated: Use LobbyServiceCreateRoomV1Request.ProtoReflect.Descriptor instead.
func (*LobbyServiceCreateRoomV1Request) GetDetails ¶ added in v0.3.0
func (x *LobbyServiceCreateRoomV1Request) GetDetails() []byte
func (*LobbyServiceCreateRoomV1Request) GetMaxCapacity ¶ added in v0.3.0
func (x *LobbyServiceCreateRoomV1Request) GetMaxCapacity() int64
func (*LobbyServiceCreateRoomV1Request) GetSecret ¶ added in v0.3.0
func (x *LobbyServiceCreateRoomV1Request) GetSecret() string
func (*LobbyServiceCreateRoomV1Request) GetType ¶ added in v0.3.0
func (x *LobbyServiceCreateRoomV1Request) GetType() resource.RoomType
func (*LobbyServiceCreateRoomV1Request) ProtoMessage ¶ added in v0.3.0
func (*LobbyServiceCreateRoomV1Request) ProtoMessage()
func (*LobbyServiceCreateRoomV1Request) ProtoReflect ¶ added in v0.3.0
func (x *LobbyServiceCreateRoomV1Request) ProtoReflect() protoreflect.Message
func (*LobbyServiceCreateRoomV1Request) Reset ¶ added in v0.3.0
func (x *LobbyServiceCreateRoomV1Request) Reset()
func (*LobbyServiceCreateRoomV1Request) String ¶ added in v0.3.0
func (x *LobbyServiceCreateRoomV1Request) String() string
type LobbyServiceCreateRoomV1Response ¶ added in v0.3.0
type LobbyServiceCreateRoomV1Response struct { Room *resource.Room `protobuf:"bytes,1,opt,name=room,proto3" json:"room,omitempty"` // contains filtered or unexported fields }
func (*LobbyServiceCreateRoomV1Response) Descriptor
deprecated
added in
v0.3.0
func (*LobbyServiceCreateRoomV1Response) Descriptor() ([]byte, []int)
Deprecated: Use LobbyServiceCreateRoomV1Response.ProtoReflect.Descriptor instead.
func (*LobbyServiceCreateRoomV1Response) GetRoom ¶ added in v0.3.0
func (x *LobbyServiceCreateRoomV1Response) GetRoom() *resource.Room
func (*LobbyServiceCreateRoomV1Response) ProtoMessage ¶ added in v0.3.0
func (*LobbyServiceCreateRoomV1Response) ProtoMessage()
func (*LobbyServiceCreateRoomV1Response) ProtoReflect ¶ added in v0.3.0
func (x *LobbyServiceCreateRoomV1Response) ProtoReflect() protoreflect.Message
func (*LobbyServiceCreateRoomV1Response) Reset ¶ added in v0.3.0
func (x *LobbyServiceCreateRoomV1Response) Reset()
func (*LobbyServiceCreateRoomV1Response) String ¶ added in v0.3.0
func (x *LobbyServiceCreateRoomV1Response) String() string
type LobbyServiceDeleteRoomV1Request ¶ added in v0.3.0
type LobbyServiceDeleteRoomV1Request struct { RoomId string `protobuf:"bytes,1,opt,name=room_id,json=roomId,proto3" json:"room_id,omitempty"` // contains filtered or unexported fields }
func (*LobbyServiceDeleteRoomV1Request) Descriptor
deprecated
added in
v0.3.0
func (*LobbyServiceDeleteRoomV1Request) Descriptor() ([]byte, []int)
Deprecated: Use LobbyServiceDeleteRoomV1Request.ProtoReflect.Descriptor instead.
func (*LobbyServiceDeleteRoomV1Request) GetRoomId ¶ added in v0.3.0
func (x *LobbyServiceDeleteRoomV1Request) GetRoomId() string
func (*LobbyServiceDeleteRoomV1Request) ProtoMessage ¶ added in v0.3.0
func (*LobbyServiceDeleteRoomV1Request) ProtoMessage()
func (*LobbyServiceDeleteRoomV1Request) ProtoReflect ¶ added in v0.3.0
func (x *LobbyServiceDeleteRoomV1Request) ProtoReflect() protoreflect.Message
func (*LobbyServiceDeleteRoomV1Request) Reset ¶ added in v0.3.0
func (x *LobbyServiceDeleteRoomV1Request) Reset()
func (*LobbyServiceDeleteRoomV1Request) String ¶ added in v0.3.0
func (x *LobbyServiceDeleteRoomV1Request) String() string
type LobbyServiceDeleteRoomV1Response ¶ added in v0.3.0
type LobbyServiceDeleteRoomV1Response struct {
// contains filtered or unexported fields
}
func (*LobbyServiceDeleteRoomV1Response) Descriptor
deprecated
added in
v0.3.0
func (*LobbyServiceDeleteRoomV1Response) Descriptor() ([]byte, []int)
Deprecated: Use LobbyServiceDeleteRoomV1Response.ProtoReflect.Descriptor instead.
func (*LobbyServiceDeleteRoomV1Response) ProtoMessage ¶ added in v0.3.0
func (*LobbyServiceDeleteRoomV1Response) ProtoMessage()
func (*LobbyServiceDeleteRoomV1Response) ProtoReflect ¶ added in v0.3.0
func (x *LobbyServiceDeleteRoomV1Response) ProtoReflect() protoreflect.Message
func (*LobbyServiceDeleteRoomV1Response) Reset ¶ added in v0.3.0
func (x *LobbyServiceDeleteRoomV1Response) Reset()
func (*LobbyServiceDeleteRoomV1Response) String ¶ added in v0.3.0
func (x *LobbyServiceDeleteRoomV1Response) String() string
type LobbyServiceEditRoomV1Request ¶ added in v0.3.0
type LobbyServiceEditRoomV1Request struct { RoomId string `protobuf:"bytes,1,opt,name=room_id,json=roomId,proto3" json:"room_id,omitempty"` MaxCapacity int64 `protobuf:"varint,2,opt,name=max_capacity,json=maxCapacity,proto3" json:"max_capacity,omitempty"` Secret string `protobuf:"bytes,3,opt,name=secret,proto3" json:"secret,omitempty"` Details []byte `protobuf:"bytes,4,opt,name=details,proto3" json:"details,omitempty"` // contains filtered or unexported fields }
func (*LobbyServiceEditRoomV1Request) Descriptor
deprecated
added in
v0.3.0
func (*LobbyServiceEditRoomV1Request) Descriptor() ([]byte, []int)
Deprecated: Use LobbyServiceEditRoomV1Request.ProtoReflect.Descriptor instead.
func (*LobbyServiceEditRoomV1Request) GetDetails ¶ added in v0.3.0
func (x *LobbyServiceEditRoomV1Request) GetDetails() []byte
func (*LobbyServiceEditRoomV1Request) GetMaxCapacity ¶ added in v0.3.0
func (x *LobbyServiceEditRoomV1Request) GetMaxCapacity() int64
func (*LobbyServiceEditRoomV1Request) GetRoomId ¶ added in v0.3.0
func (x *LobbyServiceEditRoomV1Request) GetRoomId() string
func (*LobbyServiceEditRoomV1Request) GetSecret ¶ added in v0.3.0
func (x *LobbyServiceEditRoomV1Request) GetSecret() string
func (*LobbyServiceEditRoomV1Request) ProtoMessage ¶ added in v0.3.0
func (*LobbyServiceEditRoomV1Request) ProtoMessage()
func (*LobbyServiceEditRoomV1Request) ProtoReflect ¶ added in v0.3.0
func (x *LobbyServiceEditRoomV1Request) ProtoReflect() protoreflect.Message
func (*LobbyServiceEditRoomV1Request) Reset ¶ added in v0.3.0
func (x *LobbyServiceEditRoomV1Request) Reset()
func (*LobbyServiceEditRoomV1Request) String ¶ added in v0.3.0
func (x *LobbyServiceEditRoomV1Request) String() string
type LobbyServiceEditRoomV1Response ¶ added in v0.3.0
type LobbyServiceEditRoomV1Response struct { Room *resource.Room `protobuf:"bytes,1,opt,name=room,proto3" json:"room,omitempty"` // contains filtered or unexported fields }
func (*LobbyServiceEditRoomV1Response) Descriptor
deprecated
added in
v0.3.0
func (*LobbyServiceEditRoomV1Response) Descriptor() ([]byte, []int)
Deprecated: Use LobbyServiceEditRoomV1Response.ProtoReflect.Descriptor instead.
func (*LobbyServiceEditRoomV1Response) GetRoom ¶ added in v0.3.0
func (x *LobbyServiceEditRoomV1Response) GetRoom() *resource.Room
func (*LobbyServiceEditRoomV1Response) ProtoMessage ¶ added in v0.3.0
func (*LobbyServiceEditRoomV1Response) ProtoMessage()
func (*LobbyServiceEditRoomV1Response) ProtoReflect ¶ added in v0.3.0
func (x *LobbyServiceEditRoomV1Response) ProtoReflect() protoreflect.Message
func (*LobbyServiceEditRoomV1Response) Reset ¶ added in v0.3.0
func (x *LobbyServiceEditRoomV1Response) Reset()
func (*LobbyServiceEditRoomV1Response) String ¶ added in v0.3.0
func (x *LobbyServiceEditRoomV1Response) String() string
type LobbyServiceJoinRoomV1Request ¶ added in v0.3.0
type LobbyServiceJoinRoomV1Request struct { RoomId string `protobuf:"bytes,1,opt,name=room_id,json=roomId,proto3" json:"room_id,omitempty"` Secret string `protobuf:"bytes,2,opt,name=secret,proto3" json:"secret,omitempty"` // contains filtered or unexported fields }
func (*LobbyServiceJoinRoomV1Request) Descriptor
deprecated
added in
v0.3.0
func (*LobbyServiceJoinRoomV1Request) Descriptor() ([]byte, []int)
Deprecated: Use LobbyServiceJoinRoomV1Request.ProtoReflect.Descriptor instead.
func (*LobbyServiceJoinRoomV1Request) GetRoomId ¶ added in v0.3.0
func (x *LobbyServiceJoinRoomV1Request) GetRoomId() string
func (*LobbyServiceJoinRoomV1Request) GetSecret ¶ added in v0.3.0
func (x *LobbyServiceJoinRoomV1Request) GetSecret() string
func (*LobbyServiceJoinRoomV1Request) ProtoMessage ¶ added in v0.3.0
func (*LobbyServiceJoinRoomV1Request) ProtoMessage()
func (*LobbyServiceJoinRoomV1Request) ProtoReflect ¶ added in v0.3.0
func (x *LobbyServiceJoinRoomV1Request) ProtoReflect() protoreflect.Message
func (*LobbyServiceJoinRoomV1Request) Reset ¶ added in v0.3.0
func (x *LobbyServiceJoinRoomV1Request) Reset()
func (*LobbyServiceJoinRoomV1Request) String ¶ added in v0.3.0
func (x *LobbyServiceJoinRoomV1Request) String() string
type LobbyServiceJoinRoomV1Response ¶ added in v0.3.0
type LobbyServiceJoinRoomV1Response struct { // https://skyway.ntt.com/ja/docs/user-guide/authentication/skyway-auth-token/ SkywayAuthToken string `protobuf:"bytes,1,opt,name=skyway_auth_token,json=skywayAuthToken,proto3" json:"skyway_auth_token,omitempty"` PeerId string `protobuf:"bytes,2,opt,name=peer_id,json=peerId,proto3" json:"peer_id,omitempty"` // contains filtered or unexported fields }
func (*LobbyServiceJoinRoomV1Response) Descriptor
deprecated
added in
v0.3.0
func (*LobbyServiceJoinRoomV1Response) Descriptor() ([]byte, []int)
Deprecated: Use LobbyServiceJoinRoomV1Response.ProtoReflect.Descriptor instead.
func (*LobbyServiceJoinRoomV1Response) GetPeerId ¶ added in v0.3.0
func (x *LobbyServiceJoinRoomV1Response) GetPeerId() string
func (*LobbyServiceJoinRoomV1Response) GetSkywayAuthToken ¶ added in v0.3.0
func (x *LobbyServiceJoinRoomV1Response) GetSkywayAuthToken() string
func (*LobbyServiceJoinRoomV1Response) ProtoMessage ¶ added in v0.3.0
func (*LobbyServiceJoinRoomV1Response) ProtoMessage()
func (*LobbyServiceJoinRoomV1Response) ProtoReflect ¶ added in v0.3.0
func (x *LobbyServiceJoinRoomV1Response) ProtoReflect() protoreflect.Message
func (*LobbyServiceJoinRoomV1Response) Reset ¶ added in v0.3.0
func (x *LobbyServiceJoinRoomV1Response) Reset()
func (*LobbyServiceJoinRoomV1Response) String ¶ added in v0.3.0
func (x *LobbyServiceJoinRoomV1Response) String() string
type LobbyServiceLeaveRoomV1Request ¶ added in v0.3.0
type LobbyServiceLeaveRoomV1Request struct { RoomId string `protobuf:"bytes,1,opt,name=room_id,json=roomId,proto3" json:"room_id,omitempty"` // contains filtered or unexported fields }
func (*LobbyServiceLeaveRoomV1Request) Descriptor
deprecated
added in
v0.3.0
func (*LobbyServiceLeaveRoomV1Request) Descriptor() ([]byte, []int)
Deprecated: Use LobbyServiceLeaveRoomV1Request.ProtoReflect.Descriptor instead.
func (*LobbyServiceLeaveRoomV1Request) GetRoomId ¶ added in v0.3.0
func (x *LobbyServiceLeaveRoomV1Request) GetRoomId() string
func (*LobbyServiceLeaveRoomV1Request) ProtoMessage ¶ added in v0.3.0
func (*LobbyServiceLeaveRoomV1Request) ProtoMessage()
func (*LobbyServiceLeaveRoomV1Request) ProtoReflect ¶ added in v0.3.0
func (x *LobbyServiceLeaveRoomV1Request) ProtoReflect() protoreflect.Message
func (*LobbyServiceLeaveRoomV1Request) Reset ¶ added in v0.3.0
func (x *LobbyServiceLeaveRoomV1Request) Reset()
func (*LobbyServiceLeaveRoomV1Request) String ¶ added in v0.3.0
func (x *LobbyServiceLeaveRoomV1Request) String() string
type LobbyServiceLeaveRoomV1Response ¶ added in v0.3.0
type LobbyServiceLeaveRoomV1Response struct {
// contains filtered or unexported fields
}
func (*LobbyServiceLeaveRoomV1Response) Descriptor
deprecated
added in
v0.3.0
func (*LobbyServiceLeaveRoomV1Response) Descriptor() ([]byte, []int)
Deprecated: Use LobbyServiceLeaveRoomV1Response.ProtoReflect.Descriptor instead.
func (*LobbyServiceLeaveRoomV1Response) ProtoMessage ¶ added in v0.3.0
func (*LobbyServiceLeaveRoomV1Response) ProtoMessage()
func (*LobbyServiceLeaveRoomV1Response) ProtoReflect ¶ added in v0.3.0
func (x *LobbyServiceLeaveRoomV1Response) ProtoReflect() protoreflect.Message
func (*LobbyServiceLeaveRoomV1Response) Reset ¶ added in v0.3.0
func (x *LobbyServiceLeaveRoomV1Response) Reset()
func (*LobbyServiceLeaveRoomV1Response) String ¶ added in v0.3.0
func (x *LobbyServiceLeaveRoomV1Response) String() string
type LobbyServiceSearchRoomsV1Request ¶ added in v0.3.0
type LobbyServiceSearchRoomsV1Request struct { Types []resource.RoomType `protobuf:"varint,1,rep,packed,name=types,proto3,enum=resource.RoomType" json:"types,omitempty"` // contains filtered or unexported fields }
func (*LobbyServiceSearchRoomsV1Request) Descriptor
deprecated
added in
v0.3.0
func (*LobbyServiceSearchRoomsV1Request) Descriptor() ([]byte, []int)
Deprecated: Use LobbyServiceSearchRoomsV1Request.ProtoReflect.Descriptor instead.
func (*LobbyServiceSearchRoomsV1Request) GetTypes ¶ added in v0.3.0
func (x *LobbyServiceSearchRoomsV1Request) GetTypes() []resource.RoomType
func (*LobbyServiceSearchRoomsV1Request) ProtoMessage ¶ added in v0.3.0
func (*LobbyServiceSearchRoomsV1Request) ProtoMessage()
func (*LobbyServiceSearchRoomsV1Request) ProtoReflect ¶ added in v0.3.0
func (x *LobbyServiceSearchRoomsV1Request) ProtoReflect() protoreflect.Message
func (*LobbyServiceSearchRoomsV1Request) Reset ¶ added in v0.3.0
func (x *LobbyServiceSearchRoomsV1Request) Reset()
func (*LobbyServiceSearchRoomsV1Request) String ¶ added in v0.3.0
func (x *LobbyServiceSearchRoomsV1Request) String() string
type LobbyServiceSearchRoomsV1Response ¶ added in v0.3.0
type LobbyServiceSearchRoomsV1Response struct { Rooms []*resource.Room `protobuf:"bytes,1,rep,name=rooms,proto3" json:"rooms,omitempty"` // contains filtered or unexported fields }
func (*LobbyServiceSearchRoomsV1Response) Descriptor
deprecated
added in
v0.3.0
func (*LobbyServiceSearchRoomsV1Response) Descriptor() ([]byte, []int)
Deprecated: Use LobbyServiceSearchRoomsV1Response.ProtoReflect.Descriptor instead.
func (*LobbyServiceSearchRoomsV1Response) GetRooms ¶ added in v0.3.0
func (x *LobbyServiceSearchRoomsV1Response) GetRooms() []*resource.Room
func (*LobbyServiceSearchRoomsV1Response) ProtoMessage ¶ added in v0.3.0
func (*LobbyServiceSearchRoomsV1Response) ProtoMessage()
func (*LobbyServiceSearchRoomsV1Response) ProtoReflect ¶ added in v0.3.0
func (x *LobbyServiceSearchRoomsV1Response) ProtoReflect() protoreflect.Message
func (*LobbyServiceSearchRoomsV1Response) Reset ¶ added in v0.3.0
func (x *LobbyServiceSearchRoomsV1Response) Reset()
func (*LobbyServiceSearchRoomsV1Response) String ¶ added in v0.3.0
func (x *LobbyServiceSearchRoomsV1Response) String() string
type MasterDataServiceGetRevisionV1Errors ¶ added in v0.3.0
type MasterDataServiceGetRevisionV1Errors struct { // The active revision is not found. RESOURCE_NOT_FOUND *advice.MethodErrDefinition // contains filtered or unexported fields }
func (*MasterDataServiceGetRevisionV1Errors) Map ¶ added in v0.3.0
func (e *MasterDataServiceGetRevisionV1Errors) Map(from error, to *advice.MethodErrDefinition)
type MasterDataServiceGetRevisionV1Request ¶ added in v0.3.0
type MasterDataServiceGetRevisionV1Request struct {
// contains filtered or unexported fields
}
func (*MasterDataServiceGetRevisionV1Request) Descriptor
deprecated
added in
v0.3.0
func (*MasterDataServiceGetRevisionV1Request) Descriptor() ([]byte, []int)
Deprecated: Use MasterDataServiceGetRevisionV1Request.ProtoReflect.Descriptor instead.
func (*MasterDataServiceGetRevisionV1Request) ProtoMessage ¶ added in v0.3.0
func (*MasterDataServiceGetRevisionV1Request) ProtoMessage()
func (*MasterDataServiceGetRevisionV1Request) ProtoReflect ¶ added in v0.3.0
func (x *MasterDataServiceGetRevisionV1Request) ProtoReflect() protoreflect.Message
func (*MasterDataServiceGetRevisionV1Request) Reset ¶ added in v0.3.0
func (x *MasterDataServiceGetRevisionV1Request) Reset()
func (*MasterDataServiceGetRevisionV1Request) String ¶ added in v0.3.0
func (x *MasterDataServiceGetRevisionV1Request) String() string
type MasterDataServiceGetRevisionV1Response ¶ added in v0.3.0
type MasterDataServiceGetRevisionV1Response struct { Revision int64 `protobuf:"varint,1,opt,name=revision,proto3" json:"revision,omitempty"` // contains filtered or unexported fields }
func (*MasterDataServiceGetRevisionV1Response) Descriptor
deprecated
added in
v0.3.0
func (*MasterDataServiceGetRevisionV1Response) Descriptor() ([]byte, []int)
Deprecated: Use MasterDataServiceGetRevisionV1Response.ProtoReflect.Descriptor instead.
func (*MasterDataServiceGetRevisionV1Response) GetRevision ¶ added in v0.3.0
func (x *MasterDataServiceGetRevisionV1Response) GetRevision() int64
func (*MasterDataServiceGetRevisionV1Response) ProtoMessage ¶ added in v0.3.0
func (*MasterDataServiceGetRevisionV1Response) ProtoMessage()
func (*MasterDataServiceGetRevisionV1Response) ProtoReflect ¶ added in v0.3.0
func (x *MasterDataServiceGetRevisionV1Response) ProtoReflect() protoreflect.Message
func (*MasterDataServiceGetRevisionV1Response) Reset ¶ added in v0.3.0
func (x *MasterDataServiceGetRevisionV1Response) Reset()
func (*MasterDataServiceGetRevisionV1Response) String ¶ added in v0.3.0
func (x *MasterDataServiceGetRevisionV1Response) String() string
type MasterDataServiceGetV1Errors ¶ added in v0.3.0
type MasterDataServiceGetV1Errors struct { // The active master data is not found. RESOURCE_NOT_FOUND *advice.MethodErrDefinition // contains filtered or unexported fields }
func (*MasterDataServiceGetV1Errors) Map ¶ added in v0.3.0
func (e *MasterDataServiceGetV1Errors) Map(from error, to *advice.MethodErrDefinition)
type MasterDataServiceGetV1Request ¶ added in v0.3.0
type MasterDataServiceGetV1Request struct {
// contains filtered or unexported fields
}
func (*MasterDataServiceGetV1Request) Descriptor
deprecated
added in
v0.3.0
func (*MasterDataServiceGetV1Request) Descriptor() ([]byte, []int)
Deprecated: Use MasterDataServiceGetV1Request.ProtoReflect.Descriptor instead.
func (*MasterDataServiceGetV1Request) ProtoMessage ¶ added in v0.3.0
func (*MasterDataServiceGetV1Request) ProtoMessage()
func (*MasterDataServiceGetV1Request) ProtoReflect ¶ added in v0.3.0
func (x *MasterDataServiceGetV1Request) ProtoReflect() protoreflect.Message
func (*MasterDataServiceGetV1Request) Reset ¶ added in v0.3.0
func (x *MasterDataServiceGetV1Request) Reset()
func (*MasterDataServiceGetV1Request) String ¶ added in v0.3.0
func (x *MasterDataServiceGetV1Request) String() string
type MasterDataServiceGetV1Response ¶ added in v0.3.0
type MasterDataServiceGetV1Response struct { MasterData *resource.MasterData `protobuf:"bytes,1,opt,name=master_data,json=masterData,proto3" json:"master_data,omitempty"` // contains filtered or unexported fields }
func (*MasterDataServiceGetV1Response) Descriptor
deprecated
added in
v0.3.0
func (*MasterDataServiceGetV1Response) Descriptor() ([]byte, []int)
Deprecated: Use MasterDataServiceGetV1Response.ProtoReflect.Descriptor instead.
func (*MasterDataServiceGetV1Response) GetMasterData ¶ added in v0.3.0
func (x *MasterDataServiceGetV1Response) GetMasterData() *resource.MasterData
func (*MasterDataServiceGetV1Response) ProtoMessage ¶ added in v0.3.0
func (*MasterDataServiceGetV1Response) ProtoMessage()
func (*MasterDataServiceGetV1Response) ProtoReflect ¶ added in v0.3.0
func (x *MasterDataServiceGetV1Response) ProtoReflect() protoreflect.Message
func (*MasterDataServiceGetV1Response) Reset ¶ added in v0.3.0
func (x *MasterDataServiceGetV1Response) Reset()
func (*MasterDataServiceGetV1Response) String ¶ added in v0.3.0
func (x *MasterDataServiceGetV1Response) String() string
type PrivateKVSServiceGetETagV1Request ¶
type PrivateKVSServiceGetETagV1Request struct {
// contains filtered or unexported fields
}
func (*PrivateKVSServiceGetETagV1Request) Descriptor
deprecated
func (*PrivateKVSServiceGetETagV1Request) Descriptor() ([]byte, []int)
Deprecated: Use PrivateKVSServiceGetETagV1Request.ProtoReflect.Descriptor instead.
func (*PrivateKVSServiceGetETagV1Request) ProtoMessage ¶
func (*PrivateKVSServiceGetETagV1Request) ProtoMessage()
func (*PrivateKVSServiceGetETagV1Request) ProtoReflect ¶
func (x *PrivateKVSServiceGetETagV1Request) ProtoReflect() protoreflect.Message
func (*PrivateKVSServiceGetETagV1Request) Reset ¶
func (x *PrivateKVSServiceGetETagV1Request) Reset()
func (*PrivateKVSServiceGetETagV1Request) String ¶
func (x *PrivateKVSServiceGetETagV1Request) String() string
type PrivateKVSServiceGetETagV1Response ¶
type PrivateKVSServiceGetETagV1Response struct { Etag string `protobuf:"bytes,1,opt,name=etag,proto3" json:"etag,omitempty"` // contains filtered or unexported fields }
func (*PrivateKVSServiceGetETagV1Response) Descriptor
deprecated
func (*PrivateKVSServiceGetETagV1Response) Descriptor() ([]byte, []int)
Deprecated: Use PrivateKVSServiceGetETagV1Response.ProtoReflect.Descriptor instead.
func (*PrivateKVSServiceGetETagV1Response) GetEtag ¶
func (x *PrivateKVSServiceGetETagV1Response) GetEtag() string
func (*PrivateKVSServiceGetETagV1Response) ProtoMessage ¶
func (*PrivateKVSServiceGetETagV1Response) ProtoMessage()
func (*PrivateKVSServiceGetETagV1Response) ProtoReflect ¶
func (x *PrivateKVSServiceGetETagV1Response) ProtoReflect() protoreflect.Message
func (*PrivateKVSServiceGetETagV1Response) Reset ¶
func (x *PrivateKVSServiceGetETagV1Response) Reset()
func (*PrivateKVSServiceGetETagV1Response) String ¶
func (x *PrivateKVSServiceGetETagV1Response) String() string
type PrivateKVSServiceGetV1Request ¶
type PrivateKVSServiceGetV1Request struct { Criteria []*resource.KVSCriterion `protobuf:"bytes,1,rep,name=criteria,proto3" json:"criteria,omitempty"` // contains filtered or unexported fields }
func (*PrivateKVSServiceGetV1Request) Descriptor
deprecated
func (*PrivateKVSServiceGetV1Request) Descriptor() ([]byte, []int)
Deprecated: Use PrivateKVSServiceGetV1Request.ProtoReflect.Descriptor instead.
func (*PrivateKVSServiceGetV1Request) GetCriteria ¶
func (x *PrivateKVSServiceGetV1Request) GetCriteria() []*resource.KVSCriterion
func (*PrivateKVSServiceGetV1Request) ProtoMessage ¶
func (*PrivateKVSServiceGetV1Request) ProtoMessage()
func (*PrivateKVSServiceGetV1Request) ProtoReflect ¶
func (x *PrivateKVSServiceGetV1Request) ProtoReflect() protoreflect.Message
func (*PrivateKVSServiceGetV1Request) Reset ¶
func (x *PrivateKVSServiceGetV1Request) Reset()
func (*PrivateKVSServiceGetV1Request) String ¶
func (x *PrivateKVSServiceGetV1Request) String() string
type PrivateKVSServiceGetV1Response ¶
type PrivateKVSServiceGetV1Response struct { Entries []*resource.KVSEntry `protobuf:"bytes,1,rep,name=entries,proto3" json:"entries,omitempty"` Etag string `protobuf:"bytes,2,opt,name=etag,proto3" json:"etag,omitempty"` // contains filtered or unexported fields }
func (*PrivateKVSServiceGetV1Response) Descriptor
deprecated
func (*PrivateKVSServiceGetV1Response) Descriptor() ([]byte, []int)
Deprecated: Use PrivateKVSServiceGetV1Response.ProtoReflect.Descriptor instead.
func (*PrivateKVSServiceGetV1Response) GetEntries ¶
func (x *PrivateKVSServiceGetV1Response) GetEntries() []*resource.KVSEntry
func (*PrivateKVSServiceGetV1Response) GetEtag ¶
func (x *PrivateKVSServiceGetV1Response) GetEtag() string
func (*PrivateKVSServiceGetV1Response) ProtoMessage ¶
func (*PrivateKVSServiceGetV1Response) ProtoMessage()
func (*PrivateKVSServiceGetV1Response) ProtoReflect ¶
func (x *PrivateKVSServiceGetV1Response) ProtoReflect() protoreflect.Message
func (*PrivateKVSServiceGetV1Response) Reset ¶
func (x *PrivateKVSServiceGetV1Response) Reset()
func (*PrivateKVSServiceGetV1Response) String ¶
func (x *PrivateKVSServiceGetV1Response) String() string
type PrivateKVSServiceSetV1Errors ¶ added in v0.2.0
type PrivateKVSServiceSetV1Errors struct { // The value bytes must be less than or equal to 1KiB. ILLEGAL_ARGUMENT *advice.MethodErrDefinition // The ETag is not up-to-date. RESOURCE_CONFLICT *advice.MethodErrDefinition // contains filtered or unexported fields }
func (*PrivateKVSServiceSetV1Errors) Map ¶ added in v0.2.0
func (e *PrivateKVSServiceSetV1Errors) Map(from error, to *advice.MethodErrDefinition)
type PrivateKVSServiceSetV1Request ¶
type PrivateKVSServiceSetV1Request struct { Entries []*resource.KVSEntry `protobuf:"bytes,1,rep,name=entries,proto3" json:"entries,omitempty"` // 同時更新の競合を楽観ロックで防ぐためのバージョン管理情報です。 // 最新の ETag を指定する必要があります。 Etag string `protobuf:"bytes,2,opt,name=etag,proto3" json:"etag,omitempty"` // contains filtered or unexported fields }
func (*PrivateKVSServiceSetV1Request) Descriptor
deprecated
func (*PrivateKVSServiceSetV1Request) Descriptor() ([]byte, []int)
Deprecated: Use PrivateKVSServiceSetV1Request.ProtoReflect.Descriptor instead.
func (*PrivateKVSServiceSetV1Request) GetEntries ¶
func (x *PrivateKVSServiceSetV1Request) GetEntries() []*resource.KVSEntry
func (*PrivateKVSServiceSetV1Request) GetEtag ¶
func (x *PrivateKVSServiceSetV1Request) GetEtag() string
func (*PrivateKVSServiceSetV1Request) ProtoMessage ¶
func (*PrivateKVSServiceSetV1Request) ProtoMessage()
func (*PrivateKVSServiceSetV1Request) ProtoReflect ¶
func (x *PrivateKVSServiceSetV1Request) ProtoReflect() protoreflect.Message
func (*PrivateKVSServiceSetV1Request) Reset ¶
func (x *PrivateKVSServiceSetV1Request) Reset()
func (*PrivateKVSServiceSetV1Request) String ¶
func (x *PrivateKVSServiceSetV1Request) String() string
type PrivateKVSServiceSetV1Response ¶
type PrivateKVSServiceSetV1Response struct { Etag string `protobuf:"bytes,1,opt,name=etag,proto3" json:"etag,omitempty"` // contains filtered or unexported fields }
func (*PrivateKVSServiceSetV1Response) Descriptor
deprecated
func (*PrivateKVSServiceSetV1Response) Descriptor() ([]byte, []int)
Deprecated: Use PrivateKVSServiceSetV1Response.ProtoReflect.Descriptor instead.
func (*PrivateKVSServiceSetV1Response) GetEtag ¶
func (x *PrivateKVSServiceSetV1Response) GetEtag() string
func (*PrivateKVSServiceSetV1Response) ProtoMessage ¶
func (*PrivateKVSServiceSetV1Response) ProtoMessage()
func (*PrivateKVSServiceSetV1Response) ProtoReflect ¶
func (x *PrivateKVSServiceSetV1Response) ProtoReflect() protoreflect.Message
func (*PrivateKVSServiceSetV1Response) Reset ¶
func (x *PrivateKVSServiceSetV1Response) Reset()
func (*PrivateKVSServiceSetV1Response) String ¶
func (x *PrivateKVSServiceSetV1Response) String() string
type SessionServiceAuthorizeV1Errors ¶ added in v0.2.0
type SessionServiceAuthorizeV1Errors struct { // ID token is invalid, please re-authenticate and try again. ILLEGAL_ARGUMENT *advice.MethodErrDefinition // ID token is expired, please re-authenticate and try again. ID_TOKEN_EXPIRED *advice.MethodErrDefinition // contains filtered or unexported fields }
func (*SessionServiceAuthorizeV1Errors) Map ¶ added in v0.2.0
func (e *SessionServiceAuthorizeV1Errors) Map(from error, to *advice.MethodErrDefinition)
type SessionServiceAuthorizeV1Request ¶
type SessionServiceAuthorizeV1Request struct { // Firebase Auth の ID トークン IdToken string `protobuf:"bytes,1,opt,name=id_token,json=idToken,proto3" json:"id_token,omitempty"` // contains filtered or unexported fields }
func (*SessionServiceAuthorizeV1Request) Descriptor
deprecated
func (*SessionServiceAuthorizeV1Request) Descriptor() ([]byte, []int)
Deprecated: Use SessionServiceAuthorizeV1Request.ProtoReflect.Descriptor instead.
func (*SessionServiceAuthorizeV1Request) GetIdToken ¶
func (x *SessionServiceAuthorizeV1Request) GetIdToken() string
func (*SessionServiceAuthorizeV1Request) ProtoMessage ¶
func (*SessionServiceAuthorizeV1Request) ProtoMessage()
func (*SessionServiceAuthorizeV1Request) ProtoReflect ¶
func (x *SessionServiceAuthorizeV1Request) ProtoReflect() protoreflect.Message
func (*SessionServiceAuthorizeV1Request) Reset ¶
func (x *SessionServiceAuthorizeV1Request) Reset()
func (*SessionServiceAuthorizeV1Request) String ¶
func (x *SessionServiceAuthorizeV1Request) String() string
type SessionServiceAuthorizeV1Response ¶
type SessionServiceAuthorizeV1Response struct { UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` SessionToken string `protobuf:"bytes,2,opt,name=session_token,json=sessionToken,proto3" json:"session_token,omitempty"` ExpiresAt *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=expires_at,json=expiresAt,proto3" json:"expires_at,omitempty"` // contains filtered or unexported fields }
func (*SessionServiceAuthorizeV1Response) Descriptor
deprecated
func (*SessionServiceAuthorizeV1Response) Descriptor() ([]byte, []int)
Deprecated: Use SessionServiceAuthorizeV1Response.ProtoReflect.Descriptor instead.
func (*SessionServiceAuthorizeV1Response) GetExpiresAt ¶
func (x *SessionServiceAuthorizeV1Response) GetExpiresAt() *timestamppb.Timestamp
func (*SessionServiceAuthorizeV1Response) GetSessionToken ¶
func (x *SessionServiceAuthorizeV1Response) GetSessionToken() string
func (*SessionServiceAuthorizeV1Response) GetUserId ¶
func (x *SessionServiceAuthorizeV1Response) GetUserId() string
func (*SessionServiceAuthorizeV1Response) ProtoMessage ¶
func (*SessionServiceAuthorizeV1Response) ProtoMessage()
func (*SessionServiceAuthorizeV1Response) ProtoReflect ¶
func (x *SessionServiceAuthorizeV1Response) ProtoReflect() protoreflect.Message
func (*SessionServiceAuthorizeV1Response) Reset ¶
func (x *SessionServiceAuthorizeV1Response) Reset()
func (*SessionServiceAuthorizeV1Response) String ¶
func (x *SessionServiceAuthorizeV1Response) String() string
type UserServiceAccountDeleteV1Request ¶ added in v0.2.0
type UserServiceAccountDeleteV1Request struct {
// contains filtered or unexported fields
}
func (*UserServiceAccountDeleteV1Request) Descriptor
deprecated
added in
v0.2.0
func (*UserServiceAccountDeleteV1Request) Descriptor() ([]byte, []int)
Deprecated: Use UserServiceAccountDeleteV1Request.ProtoReflect.Descriptor instead.
func (*UserServiceAccountDeleteV1Request) ProtoMessage ¶ added in v0.2.0
func (*UserServiceAccountDeleteV1Request) ProtoMessage()
func (*UserServiceAccountDeleteV1Request) ProtoReflect ¶ added in v0.2.0
func (x *UserServiceAccountDeleteV1Request) ProtoReflect() protoreflect.Message
func (*UserServiceAccountDeleteV1Request) Reset ¶ added in v0.2.0
func (x *UserServiceAccountDeleteV1Request) Reset()
func (*UserServiceAccountDeleteV1Request) String ¶ added in v0.2.0
func (x *UserServiceAccountDeleteV1Request) String() string
type UserServiceAccountDeleteV1Response ¶ added in v0.2.0
type UserServiceAccountDeleteV1Response struct {
// contains filtered or unexported fields
}
func (*UserServiceAccountDeleteV1Response) Descriptor
deprecated
added in
v0.2.0
func (*UserServiceAccountDeleteV1Response) Descriptor() ([]byte, []int)
Deprecated: Use UserServiceAccountDeleteV1Response.ProtoReflect.Descriptor instead.
func (*UserServiceAccountDeleteV1Response) ProtoMessage ¶ added in v0.2.0
func (*UserServiceAccountDeleteV1Response) ProtoMessage()
func (*UserServiceAccountDeleteV1Response) ProtoReflect ¶ added in v0.2.0
func (x *UserServiceAccountDeleteV1Response) ProtoReflect() protoreflect.Message
func (*UserServiceAccountDeleteV1Response) Reset ¶ added in v0.2.0
func (x *UserServiceAccountDeleteV1Response) Reset()
func (*UserServiceAccountDeleteV1Response) String ¶ added in v0.2.0
func (x *UserServiceAccountDeleteV1Response) String() string
type UserServiceActivateV1Errors ¶ added in v0.2.0
type UserServiceActivateV1Errors struct { // The user has already been deactivated. RESOURCE_CONFLICT *advice.MethodErrDefinition // contains filtered or unexported fields }
func (*UserServiceActivateV1Errors) Map ¶ added in v0.2.0
func (e *UserServiceActivateV1Errors) Map(from error, to *advice.MethodErrDefinition)
type UserServiceActivateV1Request ¶
type UserServiceActivateV1Request struct {
// contains filtered or unexported fields
}
func (*UserServiceActivateV1Request) Descriptor
deprecated
func (*UserServiceActivateV1Request) Descriptor() ([]byte, []int)
Deprecated: Use UserServiceActivateV1Request.ProtoReflect.Descriptor instead.
func (*UserServiceActivateV1Request) ProtoMessage ¶
func (*UserServiceActivateV1Request) ProtoMessage()
func (*UserServiceActivateV1Request) ProtoReflect ¶
func (x *UserServiceActivateV1Request) ProtoReflect() protoreflect.Message
func (*UserServiceActivateV1Request) Reset ¶
func (x *UserServiceActivateV1Request) Reset()
func (*UserServiceActivateV1Request) String ¶
func (x *UserServiceActivateV1Request) String() string
type UserServiceActivateV1Response ¶
type UserServiceActivateV1Response struct {
// contains filtered or unexported fields
}
func (*UserServiceActivateV1Response) Descriptor
deprecated
func (*UserServiceActivateV1Response) Descriptor() ([]byte, []int)
Deprecated: Use UserServiceActivateV1Response.ProtoReflect.Descriptor instead.
func (*UserServiceActivateV1Response) ProtoMessage ¶
func (*UserServiceActivateV1Response) ProtoMessage()
func (*UserServiceActivateV1Response) ProtoReflect ¶
func (x *UserServiceActivateV1Response) ProtoReflect() protoreflect.Message
func (*UserServiceActivateV1Response) Reset ¶
func (x *UserServiceActivateV1Response) Reset()
func (*UserServiceActivateV1Response) String ¶
func (x *UserServiceActivateV1Response) String() string
type UserServiceEditProfileV1Errors ¶ added in v0.2.0
type UserServiceEditProfileV1Errors struct { // The value bytes must be less than or equal to 1KiB. ILLEGAL_ARGUMENT *advice.MethodErrDefinition // contains filtered or unexported fields }
func (*UserServiceEditProfileV1Errors) Map ¶ added in v0.2.0
func (e *UserServiceEditProfileV1Errors) Map(from error, to *advice.MethodErrDefinition)
type UserServiceEditProfileV1Request ¶
type UserServiceEditProfileV1Request struct { // Deprecated: Marked as deprecated in api/user.proto. Profile *resource.UserProfile `protobuf:"bytes,1,opt,name=profile,proto3" json:"profile,omitempty"` Data []byte `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*UserServiceEditProfileV1Request) Descriptor
deprecated
func (*UserServiceEditProfileV1Request) Descriptor() ([]byte, []int)
Deprecated: Use UserServiceEditProfileV1Request.ProtoReflect.Descriptor instead.
func (*UserServiceEditProfileV1Request) GetData ¶ added in v0.3.0
func (x *UserServiceEditProfileV1Request) GetData() []byte
func (*UserServiceEditProfileV1Request) GetProfile
deprecated
func (x *UserServiceEditProfileV1Request) GetProfile() *resource.UserProfile
Deprecated: Marked as deprecated in api/user.proto.
func (*UserServiceEditProfileV1Request) ProtoMessage ¶
func (*UserServiceEditProfileV1Request) ProtoMessage()
func (*UserServiceEditProfileV1Request) ProtoReflect ¶
func (x *UserServiceEditProfileV1Request) ProtoReflect() protoreflect.Message
func (*UserServiceEditProfileV1Request) Reset ¶
func (x *UserServiceEditProfileV1Request) Reset()
func (*UserServiceEditProfileV1Request) String ¶
func (x *UserServiceEditProfileV1Request) String() string
type UserServiceEditProfileV1Response ¶
type UserServiceEditProfileV1Response struct {
// contains filtered or unexported fields
}
func (*UserServiceEditProfileV1Response) Descriptor
deprecated
func (*UserServiceEditProfileV1Response) Descriptor() ([]byte, []int)
Deprecated: Use UserServiceEditProfileV1Response.ProtoReflect.Descriptor instead.
func (*UserServiceEditProfileV1Response) ProtoMessage ¶
func (*UserServiceEditProfileV1Response) ProtoMessage()
func (*UserServiceEditProfileV1Response) ProtoReflect ¶
func (x *UserServiceEditProfileV1Response) ProtoReflect() protoreflect.Message
func (*UserServiceEditProfileV1Response) Reset ¶
func (x *UserServiceEditProfileV1Response) Reset()
func (*UserServiceEditProfileV1Response) String ¶
func (x *UserServiceEditProfileV1Response) String() string
type UserServiceSearchProfilesV1Request ¶ added in v0.3.0
type UserServiceSearchProfilesV1Request struct { UserIds []string `protobuf:"bytes,1,rep,name=user_ids,json=userIds,proto3" json:"user_ids,omitempty"` // contains filtered or unexported fields }
func (*UserServiceSearchProfilesV1Request) Descriptor
deprecated
added in
v0.3.0
func (*UserServiceSearchProfilesV1Request) Descriptor() ([]byte, []int)
Deprecated: Use UserServiceSearchProfilesV1Request.ProtoReflect.Descriptor instead.
func (*UserServiceSearchProfilesV1Request) GetUserIds ¶ added in v0.3.0
func (x *UserServiceSearchProfilesV1Request) GetUserIds() []string
func (*UserServiceSearchProfilesV1Request) ProtoMessage ¶ added in v0.3.0
func (*UserServiceSearchProfilesV1Request) ProtoMessage()
func (*UserServiceSearchProfilesV1Request) ProtoReflect ¶ added in v0.3.0
func (x *UserServiceSearchProfilesV1Request) ProtoReflect() protoreflect.Message
func (*UserServiceSearchProfilesV1Request) Reset ¶ added in v0.3.0
func (x *UserServiceSearchProfilesV1Request) Reset()
func (*UserServiceSearchProfilesV1Request) String ¶ added in v0.3.0
func (x *UserServiceSearchProfilesV1Request) String() string
type UserServiceSearchProfilesV1Response ¶ added in v0.3.0
type UserServiceSearchProfilesV1Response struct { Profiles []*resource.UserProfile `protobuf:"bytes,1,rep,name=profiles,proto3" json:"profiles,omitempty"` // contains filtered or unexported fields }
func (*UserServiceSearchProfilesV1Response) Descriptor
deprecated
added in
v0.3.0
func (*UserServiceSearchProfilesV1Response) Descriptor() ([]byte, []int)
Deprecated: Use UserServiceSearchProfilesV1Response.ProtoReflect.Descriptor instead.
func (*UserServiceSearchProfilesV1Response) GetProfiles ¶ added in v0.3.0
func (x *UserServiceSearchProfilesV1Response) GetProfiles() []*resource.UserProfile
func (*UserServiceSearchProfilesV1Response) ProtoMessage ¶ added in v0.3.0
func (*UserServiceSearchProfilesV1Response) ProtoMessage()
func (*UserServiceSearchProfilesV1Response) ProtoReflect ¶ added in v0.3.0
func (x *UserServiceSearchProfilesV1Response) ProtoReflect() protoreflect.Message
func (*UserServiceSearchProfilesV1Response) Reset ¶ added in v0.3.0
func (x *UserServiceSearchProfilesV1Response) Reset()
func (*UserServiceSearchProfilesV1Response) String ¶ added in v0.3.0
func (x *UserServiceSearchProfilesV1Response) String() string