api

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Aug 24, 2024 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_api_global_kvs_proto protoreflect.FileDescriptor
View Source
var File_api_leader_board_proto protoreflect.FileDescriptor
View Source
var File_api_lobby_proto protoreflect.FileDescriptor
View Source
var File_api_master_data_proto protoreflect.FileDescriptor
View Source
var File_api_private_kvs_proto protoreflect.FileDescriptor
View Source
var File_api_session_proto protoreflect.FileDescriptor
View Source
var File_api_user_proto protoreflect.FileDescriptor

Functions

func NewGlobalKVSServiceHandler added in v0.2.0

func NewGlobalKVSServiceHandler(handler hbaas_GlobalKVSServiceHandler, adv advice.Advice) hbaas_GlobalKVSServiceHandlerImpl

func NewLeaderBoardServiceHandler added in v0.2.0

func NewLeaderBoardServiceHandler(handler hbaas_LeaderBoardServiceHandler, adv advice.Advice) hbaas_LeaderBoardServiceHandlerImpl

func NewLobbyServiceHandler added in v0.3.0

func NewLobbyServiceHandler(handler hbaas_LobbyServiceHandler, adv advice.Advice) hbaas_LobbyServiceHandlerImpl

func NewMasterDataServiceHandler added in v0.3.0

func NewMasterDataServiceHandler(handler hbaas_MasterDataServiceHandler, adv advice.Advice) hbaas_MasterDataServiceHandlerImpl

func NewPrivateKVSServiceHandler added in v0.2.0

func NewPrivateKVSServiceHandler(handler hbaas_PrivateKVSServiceHandler, adv advice.Advice) hbaas_PrivateKVSServiceHandlerImpl

func NewSessionServiceHandler added in v0.2.0

func NewSessionServiceHandler(handler hbaas_SessionServiceHandler, adv advice.Advice) hbaas_SessionServiceHandlerImpl

func NewUserServiceHandler added in v0.2.0

func NewUserServiceHandler(handler hbaas_UserServiceHandler, adv advice.Advice) hbaas_UserServiceHandlerImpl

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 (*GlobalKVSServiceGetV1Request) ProtoMessage

func (*GlobalKVSServiceGetV1Request) ProtoMessage()

func (*GlobalKVSServiceGetV1Request) ProtoReflect

func (*GlobalKVSServiceGetV1Request) Reset

func (x *GlobalKVSServiceGetV1Request) Reset()

func (*GlobalKVSServiceGetV1Request) 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 (*GlobalKVSServiceGetV1Response) Reset

func (x *GlobalKVSServiceGetV1Response) Reset()

func (*GlobalKVSServiceGetV1Response) 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

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 (*GlobalKVSServiceSetV1Request) Reset

func (x *GlobalKVSServiceSetV1Request) Reset()

func (*GlobalKVSServiceSetV1Request) 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 (*GlobalKVSServiceSetV1Response) Reset

func (x *GlobalKVSServiceSetV1Response) Reset()

func (*GlobalKVSServiceSetV1Response) 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 (*LeaderBoardServiceGetV1Request) Reset added in v0.2.0

func (x *LeaderBoardServiceGetV1Request) Reset()

func (*LeaderBoardServiceGetV1Request) String added in v0.2.0

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 (*LeaderBoardServiceGetV1Response) ProtoMessage added in v0.2.0

func (*LeaderBoardServiceGetV1Response) ProtoMessage()

func (*LeaderBoardServiceGetV1Response) ProtoReflect added in v0.2.0

func (*LeaderBoardServiceGetV1Response) Reset added in v0.2.0

func (*LeaderBoardServiceGetV1Response) String added in v0.2.0

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 (*LeaderBoardServiceSubmitScoreV1Request) GetScoreId added in v0.2.0

func (*LeaderBoardServiceSubmitScoreV1Request) ProtoMessage added in v0.2.0

func (*LeaderBoardServiceSubmitScoreV1Request) ProtoReflect added in v0.2.0

func (*LeaderBoardServiceSubmitScoreV1Request) Reset added in v0.2.0

func (*LeaderBoardServiceSubmitScoreV1Request) String added in v0.2.0

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 (*LeaderBoardServiceSubmitScoreV1Response) ProtoMessage added in v0.2.0

func (*LeaderBoardServiceSubmitScoreV1Response) ProtoReflect added in v0.2.0

func (*LeaderBoardServiceSubmitScoreV1Response) Reset added in v0.2.0

func (*LeaderBoardServiceSubmitScoreV1Response) String added in v0.2.0

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 (*LobbyServiceCreateRoomV1Request) ProtoMessage added in v0.3.0

func (*LobbyServiceCreateRoomV1Request) ProtoMessage()

func (*LobbyServiceCreateRoomV1Request) ProtoReflect added in v0.3.0

func (*LobbyServiceCreateRoomV1Request) Reset added in v0.3.0

func (*LobbyServiceCreateRoomV1Request) String added in v0.3.0

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 (*LobbyServiceCreateRoomV1Response) ProtoMessage added in v0.3.0

func (*LobbyServiceCreateRoomV1Response) ProtoMessage()

func (*LobbyServiceCreateRoomV1Response) ProtoReflect added in v0.3.0

func (*LobbyServiceCreateRoomV1Response) Reset added in v0.3.0

func (*LobbyServiceCreateRoomV1Response) String added in v0.3.0

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 (*LobbyServiceDeleteRoomV1Request) Reset added in v0.3.0

func (*LobbyServiceDeleteRoomV1Request) String added in v0.3.0

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 (*LobbyServiceDeleteRoomV1Response) Reset added in v0.3.0

func (*LobbyServiceDeleteRoomV1Response) String added in v0.3.0

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 (*LobbyServiceEditRoomV1Request) Reset added in v0.3.0

func (x *LobbyServiceEditRoomV1Request) Reset()

func (*LobbyServiceEditRoomV1Request) String added in v0.3.0

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 (*LobbyServiceEditRoomV1Response) ProtoMessage added in v0.3.0

func (*LobbyServiceEditRoomV1Response) ProtoMessage()

func (*LobbyServiceEditRoomV1Response) ProtoReflect added in v0.3.0

func (*LobbyServiceEditRoomV1Response) Reset added in v0.3.0

func (x *LobbyServiceEditRoomV1Response) Reset()

func (*LobbyServiceEditRoomV1Response) String added in v0.3.0

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 (*LobbyServiceJoinRoomV1Request) Reset added in v0.3.0

func (x *LobbyServiceJoinRoomV1Request) Reset()

func (*LobbyServiceJoinRoomV1Request) String added in v0.3.0

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 (*LobbyServiceJoinRoomV1Response) Reset added in v0.3.0

func (x *LobbyServiceJoinRoomV1Response) Reset()

func (*LobbyServiceJoinRoomV1Response) String added in v0.3.0

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 (*LobbyServiceLeaveRoomV1Request) Reset added in v0.3.0

func (x *LobbyServiceLeaveRoomV1Request) Reset()

func (*LobbyServiceLeaveRoomV1Request) String added in v0.3.0

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 (*LobbyServiceLeaveRoomV1Response) Reset added in v0.3.0

func (*LobbyServiceLeaveRoomV1Response) String added in v0.3.0

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 (*LobbyServiceSearchRoomsV1Request) ProtoMessage added in v0.3.0

func (*LobbyServiceSearchRoomsV1Request) ProtoMessage()

func (*LobbyServiceSearchRoomsV1Request) ProtoReflect added in v0.3.0

func (*LobbyServiceSearchRoomsV1Request) Reset added in v0.3.0

func (*LobbyServiceSearchRoomsV1Request) String added in v0.3.0

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 (*LobbyServiceSearchRoomsV1Response) ProtoMessage added in v0.3.0

func (*LobbyServiceSearchRoomsV1Response) ProtoMessage()

func (*LobbyServiceSearchRoomsV1Response) ProtoReflect added in v0.3.0

func (*LobbyServiceSearchRoomsV1Response) Reset added in v0.3.0

func (*LobbyServiceSearchRoomsV1Response) String added in v0.3.0

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

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 (*MasterDataServiceGetRevisionV1Request) Reset added in v0.3.0

func (*MasterDataServiceGetRevisionV1Request) String added in v0.3.0

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 (*MasterDataServiceGetRevisionV1Response) ProtoMessage added in v0.3.0

func (*MasterDataServiceGetRevisionV1Response) ProtoReflect added in v0.3.0

func (*MasterDataServiceGetRevisionV1Response) Reset added in v0.3.0

func (*MasterDataServiceGetRevisionV1Response) String added in v0.3.0

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

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 (*MasterDataServiceGetV1Request) Reset added in v0.3.0

func (x *MasterDataServiceGetV1Request) Reset()

func (*MasterDataServiceGetV1Request) String added in v0.3.0

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 (*MasterDataServiceGetV1Response) ProtoMessage added in v0.3.0

func (*MasterDataServiceGetV1Response) ProtoMessage()

func (*MasterDataServiceGetV1Response) ProtoReflect added in v0.3.0

func (*MasterDataServiceGetV1Response) Reset added in v0.3.0

func (x *MasterDataServiceGetV1Response) Reset()

func (*MasterDataServiceGetV1Response) String added in v0.3.0

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 (*PrivateKVSServiceGetETagV1Request) Reset

func (*PrivateKVSServiceGetETagV1Request) 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 (*PrivateKVSServiceGetETagV1Response) ProtoMessage

func (*PrivateKVSServiceGetETagV1Response) ProtoMessage()

func (*PrivateKVSServiceGetETagV1Response) ProtoReflect

func (*PrivateKVSServiceGetETagV1Response) Reset

func (*PrivateKVSServiceGetETagV1Response) 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 (*PrivateKVSServiceGetV1Request) ProtoMessage

func (*PrivateKVSServiceGetV1Request) ProtoMessage()

func (*PrivateKVSServiceGetV1Request) ProtoReflect

func (*PrivateKVSServiceGetV1Request) Reset

func (x *PrivateKVSServiceGetV1Request) Reset()

func (*PrivateKVSServiceGetV1Request) 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 (*PrivateKVSServiceGetV1Response) GetEtag

func (*PrivateKVSServiceGetV1Response) ProtoMessage

func (*PrivateKVSServiceGetV1Response) ProtoMessage()

func (*PrivateKVSServiceGetV1Response) ProtoReflect

func (*PrivateKVSServiceGetV1Response) Reset

func (x *PrivateKVSServiceGetV1Response) Reset()

func (*PrivateKVSServiceGetV1Response) 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

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 (*PrivateKVSServiceSetV1Request) ProtoMessage

func (*PrivateKVSServiceSetV1Request) ProtoMessage()

func (*PrivateKVSServiceSetV1Request) ProtoReflect

func (*PrivateKVSServiceSetV1Request) Reset

func (x *PrivateKVSServiceSetV1Request) Reset()

func (*PrivateKVSServiceSetV1Request) 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 (*PrivateKVSServiceSetV1Response) ProtoMessage

func (*PrivateKVSServiceSetV1Response) ProtoMessage()

func (*PrivateKVSServiceSetV1Response) ProtoReflect

func (*PrivateKVSServiceSetV1Response) Reset

func (x *PrivateKVSServiceSetV1Response) Reset()

func (*PrivateKVSServiceSetV1Response) 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

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 (*SessionServiceAuthorizeV1Request) Reset

func (*SessionServiceAuthorizeV1Request) 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 (*SessionServiceAuthorizeV1Response) GetSessionToken

func (x *SessionServiceAuthorizeV1Response) GetSessionToken() string

func (*SessionServiceAuthorizeV1Response) GetUserId

func (*SessionServiceAuthorizeV1Response) ProtoMessage

func (*SessionServiceAuthorizeV1Response) ProtoMessage()

func (*SessionServiceAuthorizeV1Response) ProtoReflect

func (*SessionServiceAuthorizeV1Response) Reset

func (*SessionServiceAuthorizeV1Response) 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 (*UserServiceAccountDeleteV1Request) Reset added in v0.2.0

func (*UserServiceAccountDeleteV1Request) String added in v0.2.0

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 (*UserServiceAccountDeleteV1Response) Reset added in v0.2.0

func (*UserServiceAccountDeleteV1Response) String added in v0.2.0

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

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 (*UserServiceActivateV1Request) Reset

func (x *UserServiceActivateV1Request) Reset()

func (*UserServiceActivateV1Request) 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 (*UserServiceActivateV1Response) Reset

func (x *UserServiceActivateV1Response) Reset()

func (*UserServiceActivateV1Response) 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

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

Deprecated: Marked as deprecated in api/user.proto.

func (*UserServiceEditProfileV1Request) ProtoMessage

func (*UserServiceEditProfileV1Request) ProtoMessage()

func (*UserServiceEditProfileV1Request) ProtoReflect

func (*UserServiceEditProfileV1Request) Reset

func (*UserServiceEditProfileV1Request) 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 (*UserServiceEditProfileV1Response) Reset

func (*UserServiceEditProfileV1Response) 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 (*UserServiceSearchProfilesV1Request) Reset added in v0.3.0

func (*UserServiceSearchProfilesV1Request) String added in v0.3.0

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 (*UserServiceSearchProfilesV1Response) ProtoMessage added in v0.3.0

func (*UserServiceSearchProfilesV1Response) ProtoMessage()

func (*UserServiceSearchProfilesV1Response) ProtoReflect added in v0.3.0

func (*UserServiceSearchProfilesV1Response) Reset added in v0.3.0

func (*UserServiceSearchProfilesV1Response) String added in v0.3.0

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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