Documentation ¶
Index ¶
- type AddPlayerToSessionBadRequest
- type AddPlayerToSessionInternalServerError
- type AddPlayerToSessionNotFound
- type AddPlayerToSessionOK
- type AddPlayerToSessionParams
- func NewAddPlayerToSessionParams() *AddPlayerToSessionParams
- func NewAddPlayerToSessionParamsWithContext(ctx context.Context) *AddPlayerToSessionParams
- func NewAddPlayerToSessionParamsWithHTTPClient(client *http.Client) *AddPlayerToSessionParams
- func NewAddPlayerToSessionParamsWithTimeout(timeout time.Duration) *AddPlayerToSessionParams
- func (o *AddPlayerToSessionParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *AddPlayerToSessionParams) SetBody(body *sessionbrowserclientmodels.ModelsAddPlayerRequest)
- func (o *AddPlayerToSessionParams) SetContext(ctx context.Context)
- func (o *AddPlayerToSessionParams) SetFlightId(flightId string)
- func (o *AddPlayerToSessionParams) SetHTTPClient(client *http.Client)
- func (o *AddPlayerToSessionParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *AddPlayerToSessionParams) SetNamespace(namespace string)
- func (o *AddPlayerToSessionParams) SetSessionID(sessionID string)
- func (o *AddPlayerToSessionParams) SetTimeout(timeout time.Duration)
- func (o *AddPlayerToSessionParams) WithBody(body *sessionbrowserclientmodels.ModelsAddPlayerRequest) *AddPlayerToSessionParams
- func (o *AddPlayerToSessionParams) WithContext(ctx context.Context) *AddPlayerToSessionParams
- func (o *AddPlayerToSessionParams) WithHTTPClient(client *http.Client) *AddPlayerToSessionParams
- func (o *AddPlayerToSessionParams) WithNamespace(namespace string) *AddPlayerToSessionParams
- func (o *AddPlayerToSessionParams) WithSessionID(sessionID string) *AddPlayerToSessionParams
- func (o *AddPlayerToSessionParams) WithTimeout(timeout time.Duration) *AddPlayerToSessionParams
- func (o *AddPlayerToSessionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type AddPlayerToSessionReader
- type AdminDeleteSessionBadRequest
- type AdminDeleteSessionInternalServerError
- type AdminDeleteSessionNotFound
- type AdminDeleteSessionOK
- type AdminDeleteSessionParams
- func NewAdminDeleteSessionParams() *AdminDeleteSessionParams
- func NewAdminDeleteSessionParamsWithContext(ctx context.Context) *AdminDeleteSessionParams
- func NewAdminDeleteSessionParamsWithHTTPClient(client *http.Client) *AdminDeleteSessionParams
- func NewAdminDeleteSessionParamsWithTimeout(timeout time.Duration) *AdminDeleteSessionParams
- func (o *AdminDeleteSessionParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *AdminDeleteSessionParams) SetContext(ctx context.Context)
- func (o *AdminDeleteSessionParams) SetFlightId(flightId string)
- func (o *AdminDeleteSessionParams) SetHTTPClient(client *http.Client)
- func (o *AdminDeleteSessionParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *AdminDeleteSessionParams) SetNamespace(namespace string)
- func (o *AdminDeleteSessionParams) SetSessionID(sessionID string)
- func (o *AdminDeleteSessionParams) SetTimeout(timeout time.Duration)
- func (o *AdminDeleteSessionParams) WithContext(ctx context.Context) *AdminDeleteSessionParams
- func (o *AdminDeleteSessionParams) WithHTTPClient(client *http.Client) *AdminDeleteSessionParams
- func (o *AdminDeleteSessionParams) WithNamespace(namespace string) *AdminDeleteSessionParams
- func (o *AdminDeleteSessionParams) WithSessionID(sessionID string) *AdminDeleteSessionParams
- func (o *AdminDeleteSessionParams) WithTimeout(timeout time.Duration) *AdminDeleteSessionParams
- func (o *AdminDeleteSessionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type AdminDeleteSessionReader
- type AdminGetSessionInternalServerError
- type AdminGetSessionNotFound
- type AdminGetSessionOK
- type AdminGetSessionParams
- func NewAdminGetSessionParams() *AdminGetSessionParams
- func NewAdminGetSessionParamsWithContext(ctx context.Context) *AdminGetSessionParams
- func NewAdminGetSessionParamsWithHTTPClient(client *http.Client) *AdminGetSessionParams
- func NewAdminGetSessionParamsWithTimeout(timeout time.Duration) *AdminGetSessionParams
- func (o *AdminGetSessionParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *AdminGetSessionParams) SetContext(ctx context.Context)
- func (o *AdminGetSessionParams) SetFlightId(flightId string)
- func (o *AdminGetSessionParams) SetHTTPClient(client *http.Client)
- func (o *AdminGetSessionParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *AdminGetSessionParams) SetNamespace(namespace string)
- func (o *AdminGetSessionParams) SetSessionID(sessionID string)
- func (o *AdminGetSessionParams) SetTimeout(timeout time.Duration)
- func (o *AdminGetSessionParams) WithContext(ctx context.Context) *AdminGetSessionParams
- func (o *AdminGetSessionParams) WithHTTPClient(client *http.Client) *AdminGetSessionParams
- func (o *AdminGetSessionParams) WithNamespace(namespace string) *AdminGetSessionParams
- func (o *AdminGetSessionParams) WithSessionID(sessionID string) *AdminGetSessionParams
- func (o *AdminGetSessionParams) WithTimeout(timeout time.Duration) *AdminGetSessionParams
- func (o *AdminGetSessionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type AdminGetSessionReader
- type AdminQuerySessionBadRequest
- type AdminQuerySessionInternalServerError
- type AdminQuerySessionOK
- type AdminQuerySessionParams
- func NewAdminQuerySessionParams() *AdminQuerySessionParams
- func NewAdminQuerySessionParamsWithContext(ctx context.Context) *AdminQuerySessionParams
- func NewAdminQuerySessionParamsWithHTTPClient(client *http.Client) *AdminQuerySessionParams
- func NewAdminQuerySessionParamsWithTimeout(timeout time.Duration) *AdminQuerySessionParams
- func (o *AdminQuerySessionParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *AdminQuerySessionParams) SetContext(ctx context.Context)
- func (o *AdminQuerySessionParams) SetFlightId(flightId string)
- func (o *AdminQuerySessionParams) SetGameMode(gameMode *string)
- func (o *AdminQuerySessionParams) SetGameVersion(gameVersion *string)
- func (o *AdminQuerySessionParams) SetHTTPClient(client *http.Client)
- func (o *AdminQuerySessionParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *AdminQuerySessionParams) SetJoinable(joinable *string)
- func (o *AdminQuerySessionParams) SetLimit(limit *int64)
- func (o *AdminQuerySessionParams) SetMatchExist(matchExist *string)
- func (o *AdminQuerySessionParams) SetMatchID(matchID *string)
- func (o *AdminQuerySessionParams) SetNamespace(namespace string)
- func (o *AdminQuerySessionParams) SetOffset(offset *int64)
- func (o *AdminQuerySessionParams) SetServerStatus(serverStatus *string)
- func (o *AdminQuerySessionParams) SetSessionType(sessionType string)
- func (o *AdminQuerySessionParams) SetTimeout(timeout time.Duration)
- func (o *AdminQuerySessionParams) SetUserID(userID *string)
- func (o *AdminQuerySessionParams) WithContext(ctx context.Context) *AdminQuerySessionParams
- func (o *AdminQuerySessionParams) WithGameMode(gameMode *string) *AdminQuerySessionParams
- func (o *AdminQuerySessionParams) WithGameVersion(gameVersion *string) *AdminQuerySessionParams
- func (o *AdminQuerySessionParams) WithHTTPClient(client *http.Client) *AdminQuerySessionParams
- func (o *AdminQuerySessionParams) WithJoinable(joinable *string) *AdminQuerySessionParams
- func (o *AdminQuerySessionParams) WithLimit(limit *int64) *AdminQuerySessionParams
- func (o *AdminQuerySessionParams) WithMatchExist(matchExist *string) *AdminQuerySessionParams
- func (o *AdminQuerySessionParams) WithMatchID(matchID *string) *AdminQuerySessionParams
- func (o *AdminQuerySessionParams) WithNamespace(namespace string) *AdminQuerySessionParams
- func (o *AdminQuerySessionParams) WithOffset(offset *int64) *AdminQuerySessionParams
- func (o *AdminQuerySessionParams) WithServerStatus(serverStatus *string) *AdminQuerySessionParams
- func (o *AdminQuerySessionParams) WithSessionType(sessionType string) *AdminQuerySessionParams
- func (o *AdminQuerySessionParams) WithTimeout(timeout time.Duration) *AdminQuerySessionParams
- func (o *AdminQuerySessionParams) WithUserID(userID *string) *AdminQuerySessionParams
- func (o *AdminQuerySessionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type AdminQuerySessionReader
- type AdminSearchSessionsV2BadRequest
- type AdminSearchSessionsV2Forbidden
- type AdminSearchSessionsV2InternalServerError
- type AdminSearchSessionsV2OK
- type AdminSearchSessionsV2Params
- func NewAdminSearchSessionsV2Params() *AdminSearchSessionsV2Params
- func NewAdminSearchSessionsV2ParamsWithContext(ctx context.Context) *AdminSearchSessionsV2Params
- func NewAdminSearchSessionsV2ParamsWithHTTPClient(client *http.Client) *AdminSearchSessionsV2Params
- func NewAdminSearchSessionsV2ParamsWithTimeout(timeout time.Duration) *AdminSearchSessionsV2Params
- func (o *AdminSearchSessionsV2Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *AdminSearchSessionsV2Params) SetChannel(channel *string)
- func (o *AdminSearchSessionsV2Params) SetContext(ctx context.Context)
- func (o *AdminSearchSessionsV2Params) SetDeleted(deleted *bool)
- func (o *AdminSearchSessionsV2Params) SetFlightId(flightId string)
- func (o *AdminSearchSessionsV2Params) SetHTTPClient(client *http.Client)
- func (o *AdminSearchSessionsV2Params) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *AdminSearchSessionsV2Params) SetLimit(limit int64)
- func (o *AdminSearchSessionsV2Params) SetMatchID(matchID *string)
- func (o *AdminSearchSessionsV2Params) SetNamespace(namespace string)
- func (o *AdminSearchSessionsV2Params) SetOffset(offset int64)
- func (o *AdminSearchSessionsV2Params) SetPartyID(partyID *string)
- func (o *AdminSearchSessionsV2Params) SetSessionType(sessionType *string)
- func (o *AdminSearchSessionsV2Params) SetStatus(status *string)
- func (o *AdminSearchSessionsV2Params) SetTimeout(timeout time.Duration)
- func (o *AdminSearchSessionsV2Params) SetUserID(userID *string)
- func (o *AdminSearchSessionsV2Params) WithChannel(channel *string) *AdminSearchSessionsV2Params
- func (o *AdminSearchSessionsV2Params) WithContext(ctx context.Context) *AdminSearchSessionsV2Params
- func (o *AdminSearchSessionsV2Params) WithDeleted(deleted *bool) *AdminSearchSessionsV2Params
- func (o *AdminSearchSessionsV2Params) WithHTTPClient(client *http.Client) *AdminSearchSessionsV2Params
- func (o *AdminSearchSessionsV2Params) WithLimit(limit int64) *AdminSearchSessionsV2Params
- func (o *AdminSearchSessionsV2Params) WithMatchID(matchID *string) *AdminSearchSessionsV2Params
- func (o *AdminSearchSessionsV2Params) WithNamespace(namespace string) *AdminSearchSessionsV2Params
- func (o *AdminSearchSessionsV2Params) WithOffset(offset int64) *AdminSearchSessionsV2Params
- func (o *AdminSearchSessionsV2Params) WithPartyID(partyID *string) *AdminSearchSessionsV2Params
- func (o *AdminSearchSessionsV2Params) WithSessionType(sessionType *string) *AdminSearchSessionsV2Params
- func (o *AdminSearchSessionsV2Params) WithStatus(status *string) *AdminSearchSessionsV2Params
- func (o *AdminSearchSessionsV2Params) WithTimeout(timeout time.Duration) *AdminSearchSessionsV2Params
- func (o *AdminSearchSessionsV2Params) WithUserID(userID *string) *AdminSearchSessionsV2Params
- func (o *AdminSearchSessionsV2Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type AdminSearchSessionsV2Reader
- type AdminSearchSessionsV2Unauthorized
- type Client
- func (a *Client) AddPlayerToSessionShort(params *AddPlayerToSessionParams, authInfo runtime.ClientAuthInfoWriter) (*AddPlayerToSessionOK, error)
- func (a *Client) AdminDeleteSessionShort(params *AdminDeleteSessionParams, authInfo runtime.ClientAuthInfoWriter) (*AdminDeleteSessionOK, error)
- func (a *Client) AdminGetSessionShort(params *AdminGetSessionParams, authInfo runtime.ClientAuthInfoWriter) (*AdminGetSessionOK, error)
- func (a *Client) AdminQuerySessionShort(params *AdminQuerySessionParams, authInfo runtime.ClientAuthInfoWriter) (*AdminQuerySessionOK, error)
- func (a *Client) AdminSearchSessionsV2Short(params *AdminSearchSessionsV2Params, authInfo runtime.ClientAuthInfoWriter) (*AdminSearchSessionsV2OK, error)
- func (a *Client) CreateSessionShort(params *CreateSessionParams, authInfo runtime.ClientAuthInfoWriter) (*CreateSessionOK, error)
- func (a *Client) DeleteSessionLocalDSShort(params *DeleteSessionLocalDSParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteSessionLocalDSOK, error)
- func (a *Client) DeleteSessionShort(params *DeleteSessionParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteSessionOK, error)
- func (a *Client) GetActiveCustomGameSessionsShort(params *GetActiveCustomGameSessionsParams, ...) (*GetActiveCustomGameSessionsOK, error)
- func (a *Client) GetActiveMatchmakingGameSessionsShort(params *GetActiveMatchmakingGameSessionsParams, ...) (*GetActiveMatchmakingGameSessionsOK, error)
- func (a *Client) GetRecentPlayerShort(params *GetRecentPlayerParams, authInfo runtime.ClientAuthInfoWriter) (*GetRecentPlayerOK, error)
- func (a *Client) GetSessionByUserIDsShort(params *GetSessionByUserIDsParams, authInfo runtime.ClientAuthInfoWriter) (*GetSessionByUserIDsOK, error)
- func (a *Client) GetSessionHistoryDetailedShort(params *GetSessionHistoryDetailedParams, authInfo runtime.ClientAuthInfoWriter) (*GetSessionHistoryDetailedOK, error)
- func (a *Client) GetSessionShort(params *GetSessionParams, authInfo runtime.ClientAuthInfoWriter) (*GetSessionOK, error)
- func (a *Client) GetTotalActiveSessionShort(params *GetTotalActiveSessionParams, authInfo runtime.ClientAuthInfoWriter) (*GetTotalActiveSessionOK, error)
- func (a *Client) JoinSessionShort(params *JoinSessionParams, authInfo runtime.ClientAuthInfoWriter) (*JoinSessionOK, error)
- func (a *Client) RemovePlayerFromSessionShort(params *RemovePlayerFromSessionParams, authInfo runtime.ClientAuthInfoWriter) (*RemovePlayerFromSessionOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- func (a *Client) UpdateSessionShort(params *UpdateSessionParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateSessionOK, error)
- func (a *Client) UpdateSettingsShort(params *UpdateSettingsParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateSettingsOK, error)
- func (a *Client) UserQuerySessionShort(params *UserQuerySessionParams, authInfo runtime.ClientAuthInfoWriter) (*UserQuerySessionOK, error)
- type ClientService
- type CreateSessionBadRequest
- type CreateSessionConflict
- type CreateSessionForbidden
- type CreateSessionInternalServerError
- type CreateSessionOK
- type CreateSessionParams
- func (o *CreateSessionParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *CreateSessionParams) SetBody(body *sessionbrowserclientmodels.ModelsCreateSessionRequest)
- func (o *CreateSessionParams) SetContext(ctx context.Context)
- func (o *CreateSessionParams) SetFlightId(flightId string)
- func (o *CreateSessionParams) SetHTTPClient(client *http.Client)
- func (o *CreateSessionParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *CreateSessionParams) SetNamespace(namespace string)
- func (o *CreateSessionParams) SetTimeout(timeout time.Duration)
- func (o *CreateSessionParams) WithBody(body *sessionbrowserclientmodels.ModelsCreateSessionRequest) *CreateSessionParams
- func (o *CreateSessionParams) WithContext(ctx context.Context) *CreateSessionParams
- func (o *CreateSessionParams) WithHTTPClient(client *http.Client) *CreateSessionParams
- func (o *CreateSessionParams) WithNamespace(namespace string) *CreateSessionParams
- func (o *CreateSessionParams) WithTimeout(timeout time.Duration) *CreateSessionParams
- func (o *CreateSessionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateSessionReader
- type DeleteSessionBadRequest
- type DeleteSessionInternalServerError
- type DeleteSessionLocalDSBadRequest
- type DeleteSessionLocalDSInternalServerError
- type DeleteSessionLocalDSNotFound
- type DeleteSessionLocalDSOK
- type DeleteSessionLocalDSParams
- func NewDeleteSessionLocalDSParams() *DeleteSessionLocalDSParams
- func NewDeleteSessionLocalDSParamsWithContext(ctx context.Context) *DeleteSessionLocalDSParams
- func NewDeleteSessionLocalDSParamsWithHTTPClient(client *http.Client) *DeleteSessionLocalDSParams
- func NewDeleteSessionLocalDSParamsWithTimeout(timeout time.Duration) *DeleteSessionLocalDSParams
- func (o *DeleteSessionLocalDSParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *DeleteSessionLocalDSParams) SetContext(ctx context.Context)
- func (o *DeleteSessionLocalDSParams) SetFlightId(flightId string)
- func (o *DeleteSessionLocalDSParams) SetHTTPClient(client *http.Client)
- func (o *DeleteSessionLocalDSParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *DeleteSessionLocalDSParams) SetNamespace(namespace string)
- func (o *DeleteSessionLocalDSParams) SetSessionID(sessionID string)
- func (o *DeleteSessionLocalDSParams) SetTimeout(timeout time.Duration)
- func (o *DeleteSessionLocalDSParams) WithContext(ctx context.Context) *DeleteSessionLocalDSParams
- func (o *DeleteSessionLocalDSParams) WithHTTPClient(client *http.Client) *DeleteSessionLocalDSParams
- func (o *DeleteSessionLocalDSParams) WithNamespace(namespace string) *DeleteSessionLocalDSParams
- func (o *DeleteSessionLocalDSParams) WithSessionID(sessionID string) *DeleteSessionLocalDSParams
- func (o *DeleteSessionLocalDSParams) WithTimeout(timeout time.Duration) *DeleteSessionLocalDSParams
- func (o *DeleteSessionLocalDSParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteSessionLocalDSReader
- type DeleteSessionNotFound
- type DeleteSessionOK
- type DeleteSessionParams
- func (o *DeleteSessionParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *DeleteSessionParams) SetContext(ctx context.Context)
- func (o *DeleteSessionParams) SetFlightId(flightId string)
- func (o *DeleteSessionParams) SetHTTPClient(client *http.Client)
- func (o *DeleteSessionParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *DeleteSessionParams) SetNamespace(namespace string)
- func (o *DeleteSessionParams) SetSessionID(sessionID string)
- func (o *DeleteSessionParams) SetTimeout(timeout time.Duration)
- func (o *DeleteSessionParams) WithContext(ctx context.Context) *DeleteSessionParams
- func (o *DeleteSessionParams) WithHTTPClient(client *http.Client) *DeleteSessionParams
- func (o *DeleteSessionParams) WithNamespace(namespace string) *DeleteSessionParams
- func (o *DeleteSessionParams) WithSessionID(sessionID string) *DeleteSessionParams
- func (o *DeleteSessionParams) WithTimeout(timeout time.Duration) *DeleteSessionParams
- func (o *DeleteSessionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteSessionReader
- type GetActiveCustomGameSessionsBadRequest
- type GetActiveCustomGameSessionsInternalServerError
- type GetActiveCustomGameSessionsOK
- type GetActiveCustomGameSessionsParams
- func NewGetActiveCustomGameSessionsParams() *GetActiveCustomGameSessionsParams
- func NewGetActiveCustomGameSessionsParamsWithContext(ctx context.Context) *GetActiveCustomGameSessionsParams
- func NewGetActiveCustomGameSessionsParamsWithHTTPClient(client *http.Client) *GetActiveCustomGameSessionsParams
- func NewGetActiveCustomGameSessionsParamsWithTimeout(timeout time.Duration) *GetActiveCustomGameSessionsParams
- func (o *GetActiveCustomGameSessionsParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *GetActiveCustomGameSessionsParams) SetContext(ctx context.Context)
- func (o *GetActiveCustomGameSessionsParams) SetFlightId(flightId string)
- func (o *GetActiveCustomGameSessionsParams) SetHTTPClient(client *http.Client)
- func (o *GetActiveCustomGameSessionsParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *GetActiveCustomGameSessionsParams) SetLimit(limit *int64)
- func (o *GetActiveCustomGameSessionsParams) SetNamespace(namespace string)
- func (o *GetActiveCustomGameSessionsParams) SetOffset(offset *int64)
- func (o *GetActiveCustomGameSessionsParams) SetServerRegion(serverRegion *string)
- func (o *GetActiveCustomGameSessionsParams) SetSessionID(sessionID *string)
- func (o *GetActiveCustomGameSessionsParams) SetTimeout(timeout time.Duration)
- func (o *GetActiveCustomGameSessionsParams) WithContext(ctx context.Context) *GetActiveCustomGameSessionsParams
- func (o *GetActiveCustomGameSessionsParams) WithHTTPClient(client *http.Client) *GetActiveCustomGameSessionsParams
- func (o *GetActiveCustomGameSessionsParams) WithLimit(limit *int64) *GetActiveCustomGameSessionsParams
- func (o *GetActiveCustomGameSessionsParams) WithNamespace(namespace string) *GetActiveCustomGameSessionsParams
- func (o *GetActiveCustomGameSessionsParams) WithOffset(offset *int64) *GetActiveCustomGameSessionsParams
- func (o *GetActiveCustomGameSessionsParams) WithServerRegion(serverRegion *string) *GetActiveCustomGameSessionsParams
- func (o *GetActiveCustomGameSessionsParams) WithSessionID(sessionID *string) *GetActiveCustomGameSessionsParams
- func (o *GetActiveCustomGameSessionsParams) WithTimeout(timeout time.Duration) *GetActiveCustomGameSessionsParams
- func (o *GetActiveCustomGameSessionsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetActiveCustomGameSessionsReader
- type GetActiveMatchmakingGameSessionsBadRequest
- type GetActiveMatchmakingGameSessionsInternalServerError
- type GetActiveMatchmakingGameSessionsOK
- type GetActiveMatchmakingGameSessionsParams
- func NewGetActiveMatchmakingGameSessionsParams() *GetActiveMatchmakingGameSessionsParams
- func NewGetActiveMatchmakingGameSessionsParamsWithContext(ctx context.Context) *GetActiveMatchmakingGameSessionsParams
- func NewGetActiveMatchmakingGameSessionsParamsWithHTTPClient(client *http.Client) *GetActiveMatchmakingGameSessionsParams
- func NewGetActiveMatchmakingGameSessionsParamsWithTimeout(timeout time.Duration) *GetActiveMatchmakingGameSessionsParams
- func (o *GetActiveMatchmakingGameSessionsParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *GetActiveMatchmakingGameSessionsParams) SetContext(ctx context.Context)
- func (o *GetActiveMatchmakingGameSessionsParams) SetFlightId(flightId string)
- func (o *GetActiveMatchmakingGameSessionsParams) SetHTTPClient(client *http.Client)
- func (o *GetActiveMatchmakingGameSessionsParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *GetActiveMatchmakingGameSessionsParams) SetLimit(limit *int64)
- func (o *GetActiveMatchmakingGameSessionsParams) SetMatchID(matchID *string)
- func (o *GetActiveMatchmakingGameSessionsParams) SetNamespace(namespace string)
- func (o *GetActiveMatchmakingGameSessionsParams) SetOffset(offset *int64)
- func (o *GetActiveMatchmakingGameSessionsParams) SetServerRegion(serverRegion *string)
- func (o *GetActiveMatchmakingGameSessionsParams) SetSessionID(sessionID *string)
- func (o *GetActiveMatchmakingGameSessionsParams) SetTimeout(timeout time.Duration)
- func (o *GetActiveMatchmakingGameSessionsParams) WithContext(ctx context.Context) *GetActiveMatchmakingGameSessionsParams
- func (o *GetActiveMatchmakingGameSessionsParams) WithHTTPClient(client *http.Client) *GetActiveMatchmakingGameSessionsParams
- func (o *GetActiveMatchmakingGameSessionsParams) WithLimit(limit *int64) *GetActiveMatchmakingGameSessionsParams
- func (o *GetActiveMatchmakingGameSessionsParams) WithMatchID(matchID *string) *GetActiveMatchmakingGameSessionsParams
- func (o *GetActiveMatchmakingGameSessionsParams) WithNamespace(namespace string) *GetActiveMatchmakingGameSessionsParams
- func (o *GetActiveMatchmakingGameSessionsParams) WithOffset(offset *int64) *GetActiveMatchmakingGameSessionsParams
- func (o *GetActiveMatchmakingGameSessionsParams) WithServerRegion(serverRegion *string) *GetActiveMatchmakingGameSessionsParams
- func (o *GetActiveMatchmakingGameSessionsParams) WithSessionID(sessionID *string) *GetActiveMatchmakingGameSessionsParams
- func (o *GetActiveMatchmakingGameSessionsParams) WithTimeout(timeout time.Duration) *GetActiveMatchmakingGameSessionsParams
- func (o *GetActiveMatchmakingGameSessionsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetActiveMatchmakingGameSessionsReader
- type GetRecentPlayerBadRequest
- type GetRecentPlayerInternalServerError
- type GetRecentPlayerOK
- type GetRecentPlayerParams
- func NewGetRecentPlayerParams() *GetRecentPlayerParams
- func NewGetRecentPlayerParamsWithContext(ctx context.Context) *GetRecentPlayerParams
- func NewGetRecentPlayerParamsWithHTTPClient(client *http.Client) *GetRecentPlayerParams
- func NewGetRecentPlayerParamsWithTimeout(timeout time.Duration) *GetRecentPlayerParams
- func (o *GetRecentPlayerParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *GetRecentPlayerParams) SetContext(ctx context.Context)
- func (o *GetRecentPlayerParams) SetFlightId(flightId string)
- func (o *GetRecentPlayerParams) SetHTTPClient(client *http.Client)
- func (o *GetRecentPlayerParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *GetRecentPlayerParams) SetNamespace(namespace string)
- func (o *GetRecentPlayerParams) SetTimeout(timeout time.Duration)
- func (o *GetRecentPlayerParams) SetUserID(userID string)
- func (o *GetRecentPlayerParams) WithContext(ctx context.Context) *GetRecentPlayerParams
- func (o *GetRecentPlayerParams) WithHTTPClient(client *http.Client) *GetRecentPlayerParams
- func (o *GetRecentPlayerParams) WithNamespace(namespace string) *GetRecentPlayerParams
- func (o *GetRecentPlayerParams) WithTimeout(timeout time.Duration) *GetRecentPlayerParams
- func (o *GetRecentPlayerParams) WithUserID(userID string) *GetRecentPlayerParams
- func (o *GetRecentPlayerParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetRecentPlayerReader
- type GetSessionByUserIDsBadRequest
- type GetSessionByUserIDsInternalServerError
- type GetSessionByUserIDsOK
- type GetSessionByUserIDsParams
- func NewGetSessionByUserIDsParams() *GetSessionByUserIDsParams
- func NewGetSessionByUserIDsParamsWithContext(ctx context.Context) *GetSessionByUserIDsParams
- func NewGetSessionByUserIDsParamsWithHTTPClient(client *http.Client) *GetSessionByUserIDsParams
- func NewGetSessionByUserIDsParamsWithTimeout(timeout time.Duration) *GetSessionByUserIDsParams
- func (o *GetSessionByUserIDsParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *GetSessionByUserIDsParams) SetContext(ctx context.Context)
- func (o *GetSessionByUserIDsParams) SetFlightId(flightId string)
- func (o *GetSessionByUserIDsParams) SetHTTPClient(client *http.Client)
- func (o *GetSessionByUserIDsParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *GetSessionByUserIDsParams) SetNamespace(namespace string)
- func (o *GetSessionByUserIDsParams) SetTimeout(timeout time.Duration)
- func (o *GetSessionByUserIDsParams) SetUserIds(userIds string)
- func (o *GetSessionByUserIDsParams) WithContext(ctx context.Context) *GetSessionByUserIDsParams
- func (o *GetSessionByUserIDsParams) WithHTTPClient(client *http.Client) *GetSessionByUserIDsParams
- func (o *GetSessionByUserIDsParams) WithNamespace(namespace string) *GetSessionByUserIDsParams
- func (o *GetSessionByUserIDsParams) WithTimeout(timeout time.Duration) *GetSessionByUserIDsParams
- func (o *GetSessionByUserIDsParams) WithUserIds(userIds string) *GetSessionByUserIDsParams
- func (o *GetSessionByUserIDsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetSessionByUserIDsReader
- type GetSessionHistoryDetailedBadRequest
- type GetSessionHistoryDetailedForbidden
- type GetSessionHistoryDetailedInternalServerError
- type GetSessionHistoryDetailedOK
- type GetSessionHistoryDetailedParams
- func NewGetSessionHistoryDetailedParams() *GetSessionHistoryDetailedParams
- func NewGetSessionHistoryDetailedParamsWithContext(ctx context.Context) *GetSessionHistoryDetailedParams
- func NewGetSessionHistoryDetailedParamsWithHTTPClient(client *http.Client) *GetSessionHistoryDetailedParams
- func NewGetSessionHistoryDetailedParamsWithTimeout(timeout time.Duration) *GetSessionHistoryDetailedParams
- func (o *GetSessionHistoryDetailedParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *GetSessionHistoryDetailedParams) SetContext(ctx context.Context)
- func (o *GetSessionHistoryDetailedParams) SetFlightId(flightId string)
- func (o *GetSessionHistoryDetailedParams) SetHTTPClient(client *http.Client)
- func (o *GetSessionHistoryDetailedParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *GetSessionHistoryDetailedParams) SetMatchID(matchID string)
- func (o *GetSessionHistoryDetailedParams) SetNamespace(namespace string)
- func (o *GetSessionHistoryDetailedParams) SetTimeout(timeout time.Duration)
- func (o *GetSessionHistoryDetailedParams) WithContext(ctx context.Context) *GetSessionHistoryDetailedParams
- func (o *GetSessionHistoryDetailedParams) WithHTTPClient(client *http.Client) *GetSessionHistoryDetailedParams
- func (o *GetSessionHistoryDetailedParams) WithMatchID(matchID string) *GetSessionHistoryDetailedParams
- func (o *GetSessionHistoryDetailedParams) WithNamespace(namespace string) *GetSessionHistoryDetailedParams
- func (o *GetSessionHistoryDetailedParams) WithTimeout(timeout time.Duration) *GetSessionHistoryDetailedParams
- func (o *GetSessionHistoryDetailedParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetSessionHistoryDetailedReader
- type GetSessionHistoryDetailedUnauthorized
- type GetSessionInternalServerError
- type GetSessionNotFound
- type GetSessionOK
- type GetSessionParams
- func (o *GetSessionParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *GetSessionParams) SetContext(ctx context.Context)
- func (o *GetSessionParams) SetFlightId(flightId string)
- func (o *GetSessionParams) SetHTTPClient(client *http.Client)
- func (o *GetSessionParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *GetSessionParams) SetNamespace(namespace string)
- func (o *GetSessionParams) SetSessionID(sessionID string)
- func (o *GetSessionParams) SetTimeout(timeout time.Duration)
- func (o *GetSessionParams) WithContext(ctx context.Context) *GetSessionParams
- func (o *GetSessionParams) WithHTTPClient(client *http.Client) *GetSessionParams
- func (o *GetSessionParams) WithNamespace(namespace string) *GetSessionParams
- func (o *GetSessionParams) WithSessionID(sessionID string) *GetSessionParams
- func (o *GetSessionParams) WithTimeout(timeout time.Duration) *GetSessionParams
- func (o *GetSessionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetSessionReader
- type GetTotalActiveSessionBadRequest
- type GetTotalActiveSessionInternalServerError
- type GetTotalActiveSessionOK
- type GetTotalActiveSessionParams
- func NewGetTotalActiveSessionParams() *GetTotalActiveSessionParams
- func NewGetTotalActiveSessionParamsWithContext(ctx context.Context) *GetTotalActiveSessionParams
- func NewGetTotalActiveSessionParamsWithHTTPClient(client *http.Client) *GetTotalActiveSessionParams
- func NewGetTotalActiveSessionParamsWithTimeout(timeout time.Duration) *GetTotalActiveSessionParams
- func (o *GetTotalActiveSessionParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *GetTotalActiveSessionParams) SetContext(ctx context.Context)
- func (o *GetTotalActiveSessionParams) SetFlightId(flightId string)
- func (o *GetTotalActiveSessionParams) SetHTTPClient(client *http.Client)
- func (o *GetTotalActiveSessionParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *GetTotalActiveSessionParams) SetNamespace(namespace string)
- func (o *GetTotalActiveSessionParams) SetSessionType(sessionType *string)
- func (o *GetTotalActiveSessionParams) SetTimeout(timeout time.Duration)
- func (o *GetTotalActiveSessionParams) WithContext(ctx context.Context) *GetTotalActiveSessionParams
- func (o *GetTotalActiveSessionParams) WithHTTPClient(client *http.Client) *GetTotalActiveSessionParams
- func (o *GetTotalActiveSessionParams) WithNamespace(namespace string) *GetTotalActiveSessionParams
- func (o *GetTotalActiveSessionParams) WithSessionType(sessionType *string) *GetTotalActiveSessionParams
- func (o *GetTotalActiveSessionParams) WithTimeout(timeout time.Duration) *GetTotalActiveSessionParams
- func (o *GetTotalActiveSessionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetTotalActiveSessionReader
- type JoinSessionBadRequest
- type JoinSessionForbidden
- type JoinSessionInternalServerError
- type JoinSessionNotFound
- type JoinSessionOK
- type JoinSessionParams
- func (o *JoinSessionParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *JoinSessionParams) SetBody(body *sessionbrowserclientmodels.ModelsJoinGameSessionRequest)
- func (o *JoinSessionParams) SetContext(ctx context.Context)
- func (o *JoinSessionParams) SetFlightId(flightId string)
- func (o *JoinSessionParams) SetHTTPClient(client *http.Client)
- func (o *JoinSessionParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *JoinSessionParams) SetNamespace(namespace string)
- func (o *JoinSessionParams) SetSessionID(sessionID string)
- func (o *JoinSessionParams) SetTimeout(timeout time.Duration)
- func (o *JoinSessionParams) WithBody(body *sessionbrowserclientmodels.ModelsJoinGameSessionRequest) *JoinSessionParams
- func (o *JoinSessionParams) WithContext(ctx context.Context) *JoinSessionParams
- func (o *JoinSessionParams) WithHTTPClient(client *http.Client) *JoinSessionParams
- func (o *JoinSessionParams) WithNamespace(namespace string) *JoinSessionParams
- func (o *JoinSessionParams) WithSessionID(sessionID string) *JoinSessionParams
- func (o *JoinSessionParams) WithTimeout(timeout time.Duration) *JoinSessionParams
- func (o *JoinSessionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type JoinSessionReader
- type RemovePlayerFromSessionBadRequest
- type RemovePlayerFromSessionInternalServerError
- type RemovePlayerFromSessionNotFound
- type RemovePlayerFromSessionOK
- type RemovePlayerFromSessionParams
- func NewRemovePlayerFromSessionParams() *RemovePlayerFromSessionParams
- func NewRemovePlayerFromSessionParamsWithContext(ctx context.Context) *RemovePlayerFromSessionParams
- func NewRemovePlayerFromSessionParamsWithHTTPClient(client *http.Client) *RemovePlayerFromSessionParams
- func NewRemovePlayerFromSessionParamsWithTimeout(timeout time.Duration) *RemovePlayerFromSessionParams
- func (o *RemovePlayerFromSessionParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *RemovePlayerFromSessionParams) SetContext(ctx context.Context)
- func (o *RemovePlayerFromSessionParams) SetFlightId(flightId string)
- func (o *RemovePlayerFromSessionParams) SetHTTPClient(client *http.Client)
- func (o *RemovePlayerFromSessionParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *RemovePlayerFromSessionParams) SetNamespace(namespace string)
- func (o *RemovePlayerFromSessionParams) SetSessionID(sessionID string)
- func (o *RemovePlayerFromSessionParams) SetTimeout(timeout time.Duration)
- func (o *RemovePlayerFromSessionParams) SetUserID(userID string)
- func (o *RemovePlayerFromSessionParams) WithContext(ctx context.Context) *RemovePlayerFromSessionParams
- func (o *RemovePlayerFromSessionParams) WithHTTPClient(client *http.Client) *RemovePlayerFromSessionParams
- func (o *RemovePlayerFromSessionParams) WithNamespace(namespace string) *RemovePlayerFromSessionParams
- func (o *RemovePlayerFromSessionParams) WithSessionID(sessionID string) *RemovePlayerFromSessionParams
- func (o *RemovePlayerFromSessionParams) WithTimeout(timeout time.Duration) *RemovePlayerFromSessionParams
- func (o *RemovePlayerFromSessionParams) WithUserID(userID string) *RemovePlayerFromSessionParams
- func (o *RemovePlayerFromSessionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type RemovePlayerFromSessionReader
- type UpdateSessionBadRequest
- type UpdateSessionInternalServerError
- type UpdateSessionNotFound
- type UpdateSessionOK
- type UpdateSessionParams
- func (o *UpdateSessionParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *UpdateSessionParams) SetBody(body *sessionbrowserclientmodels.ModelsUpdateSessionRequest)
- func (o *UpdateSessionParams) SetContext(ctx context.Context)
- func (o *UpdateSessionParams) SetFlightId(flightId string)
- func (o *UpdateSessionParams) SetHTTPClient(client *http.Client)
- func (o *UpdateSessionParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *UpdateSessionParams) SetNamespace(namespace string)
- func (o *UpdateSessionParams) SetSessionID(sessionID string)
- func (o *UpdateSessionParams) SetTimeout(timeout time.Duration)
- func (o *UpdateSessionParams) WithBody(body *sessionbrowserclientmodels.ModelsUpdateSessionRequest) *UpdateSessionParams
- func (o *UpdateSessionParams) WithContext(ctx context.Context) *UpdateSessionParams
- func (o *UpdateSessionParams) WithHTTPClient(client *http.Client) *UpdateSessionParams
- func (o *UpdateSessionParams) WithNamespace(namespace string) *UpdateSessionParams
- func (o *UpdateSessionParams) WithSessionID(sessionID string) *UpdateSessionParams
- func (o *UpdateSessionParams) WithTimeout(timeout time.Duration) *UpdateSessionParams
- func (o *UpdateSessionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateSessionReader
- type UpdateSettingsBadRequest
- type UpdateSettingsInternalServerError
- type UpdateSettingsNotFound
- type UpdateSettingsOK
- type UpdateSettingsParams
- func NewUpdateSettingsParams() *UpdateSettingsParams
- func NewUpdateSettingsParamsWithContext(ctx context.Context) *UpdateSettingsParams
- func NewUpdateSettingsParamsWithHTTPClient(client *http.Client) *UpdateSettingsParams
- func NewUpdateSettingsParamsWithTimeout(timeout time.Duration) *UpdateSettingsParams
- func (o *UpdateSettingsParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *UpdateSettingsParams) SetBody(body *sessionbrowserclientmodels.ModelsUpdateSettingsRequest)
- func (o *UpdateSettingsParams) SetContext(ctx context.Context)
- func (o *UpdateSettingsParams) SetFlightId(flightId string)
- func (o *UpdateSettingsParams) SetHTTPClient(client *http.Client)
- func (o *UpdateSettingsParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *UpdateSettingsParams) SetNamespace(namespace string)
- func (o *UpdateSettingsParams) SetSessionID(sessionID string)
- func (o *UpdateSettingsParams) SetTimeout(timeout time.Duration)
- func (o *UpdateSettingsParams) WithBody(body *sessionbrowserclientmodels.ModelsUpdateSettingsRequest) *UpdateSettingsParams
- func (o *UpdateSettingsParams) WithContext(ctx context.Context) *UpdateSettingsParams
- func (o *UpdateSettingsParams) WithHTTPClient(client *http.Client) *UpdateSettingsParams
- func (o *UpdateSettingsParams) WithNamespace(namespace string) *UpdateSettingsParams
- func (o *UpdateSettingsParams) WithSessionID(sessionID string) *UpdateSettingsParams
- func (o *UpdateSettingsParams) WithTimeout(timeout time.Duration) *UpdateSettingsParams
- func (o *UpdateSettingsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateSettingsReader
- type UserQuerySessionBadRequest
- type UserQuerySessionInternalServerError
- type UserQuerySessionOK
- type UserQuerySessionParams
- func NewUserQuerySessionParams() *UserQuerySessionParams
- func NewUserQuerySessionParamsWithContext(ctx context.Context) *UserQuerySessionParams
- func NewUserQuerySessionParamsWithHTTPClient(client *http.Client) *UserQuerySessionParams
- func NewUserQuerySessionParamsWithTimeout(timeout time.Duration) *UserQuerySessionParams
- func (o *UserQuerySessionParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *UserQuerySessionParams) SetContext(ctx context.Context)
- func (o *UserQuerySessionParams) SetFlightId(flightId string)
- func (o *UserQuerySessionParams) SetGameMode(gameMode *string)
- func (o *UserQuerySessionParams) SetGameVersion(gameVersion *string)
- func (o *UserQuerySessionParams) SetHTTPClient(client *http.Client)
- func (o *UserQuerySessionParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *UserQuerySessionParams) SetJoinable(joinable *string)
- func (o *UserQuerySessionParams) SetLimit(limit *int64)
- func (o *UserQuerySessionParams) SetMatchExist(matchExist *string)
- func (o *UserQuerySessionParams) SetMatchID(matchID *string)
- func (o *UserQuerySessionParams) SetNamespace(namespace string)
- func (o *UserQuerySessionParams) SetOffset(offset *int64)
- func (o *UserQuerySessionParams) SetServerStatus(serverStatus *string)
- func (o *UserQuerySessionParams) SetSessionType(sessionType string)
- func (o *UserQuerySessionParams) SetTimeout(timeout time.Duration)
- func (o *UserQuerySessionParams) SetUserID(userID *string)
- func (o *UserQuerySessionParams) WithContext(ctx context.Context) *UserQuerySessionParams
- func (o *UserQuerySessionParams) WithGameMode(gameMode *string) *UserQuerySessionParams
- func (o *UserQuerySessionParams) WithGameVersion(gameVersion *string) *UserQuerySessionParams
- func (o *UserQuerySessionParams) WithHTTPClient(client *http.Client) *UserQuerySessionParams
- func (o *UserQuerySessionParams) WithJoinable(joinable *string) *UserQuerySessionParams
- func (o *UserQuerySessionParams) WithLimit(limit *int64) *UserQuerySessionParams
- func (o *UserQuerySessionParams) WithMatchExist(matchExist *string) *UserQuerySessionParams
- func (o *UserQuerySessionParams) WithMatchID(matchID *string) *UserQuerySessionParams
- func (o *UserQuerySessionParams) WithNamespace(namespace string) *UserQuerySessionParams
- func (o *UserQuerySessionParams) WithOffset(offset *int64) *UserQuerySessionParams
- func (o *UserQuerySessionParams) WithServerStatus(serverStatus *string) *UserQuerySessionParams
- func (o *UserQuerySessionParams) WithSessionType(sessionType string) *UserQuerySessionParams
- func (o *UserQuerySessionParams) WithTimeout(timeout time.Duration) *UserQuerySessionParams
- func (o *UserQuerySessionParams) WithUserID(userID *string) *UserQuerySessionParams
- func (o *UserQuerySessionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UserQuerySessionReader
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddPlayerToSessionBadRequest ¶
type AddPlayerToSessionBadRequest struct {
Payload *sessionbrowserclientmodels.RestapiErrorResponseV2
}
AddPlayerToSessionBadRequest handles this case with default header values.
malformed request
func NewAddPlayerToSessionBadRequest ¶
func NewAddPlayerToSessionBadRequest() *AddPlayerToSessionBadRequest
NewAddPlayerToSessionBadRequest creates a AddPlayerToSessionBadRequest with default headers values
func (*AddPlayerToSessionBadRequest) Error ¶
func (o *AddPlayerToSessionBadRequest) Error() string
func (*AddPlayerToSessionBadRequest) GetPayload ¶
func (o *AddPlayerToSessionBadRequest) GetPayload() *sessionbrowserclientmodels.RestapiErrorResponseV2
func (*AddPlayerToSessionBadRequest) ToJSONString ¶
func (o *AddPlayerToSessionBadRequest) ToJSONString() string
type AddPlayerToSessionInternalServerError ¶
type AddPlayerToSessionInternalServerError struct {
Payload *sessionbrowserclientmodels.RestapiErrorResponseV2
}
AddPlayerToSessionInternalServerError handles this case with default header values.
Internal Server Error
func NewAddPlayerToSessionInternalServerError ¶
func NewAddPlayerToSessionInternalServerError() *AddPlayerToSessionInternalServerError
NewAddPlayerToSessionInternalServerError creates a AddPlayerToSessionInternalServerError with default headers values
func (*AddPlayerToSessionInternalServerError) Error ¶
func (o *AddPlayerToSessionInternalServerError) Error() string
func (*AddPlayerToSessionInternalServerError) GetPayload ¶
func (o *AddPlayerToSessionInternalServerError) GetPayload() *sessionbrowserclientmodels.RestapiErrorResponseV2
func (*AddPlayerToSessionInternalServerError) ToJSONString ¶
func (o *AddPlayerToSessionInternalServerError) ToJSONString() string
type AddPlayerToSessionNotFound ¶
type AddPlayerToSessionNotFound struct {
Payload *sessionbrowserclientmodels.RestapiErrorResponseV2
}
AddPlayerToSessionNotFound handles this case with default header values.
session not found
func NewAddPlayerToSessionNotFound ¶
func NewAddPlayerToSessionNotFound() *AddPlayerToSessionNotFound
NewAddPlayerToSessionNotFound creates a AddPlayerToSessionNotFound with default headers values
func (*AddPlayerToSessionNotFound) Error ¶
func (o *AddPlayerToSessionNotFound) Error() string
func (*AddPlayerToSessionNotFound) GetPayload ¶
func (o *AddPlayerToSessionNotFound) GetPayload() *sessionbrowserclientmodels.RestapiErrorResponseV2
func (*AddPlayerToSessionNotFound) ToJSONString ¶
func (o *AddPlayerToSessionNotFound) ToJSONString() string
type AddPlayerToSessionOK ¶
type AddPlayerToSessionOK struct {
Payload *sessionbrowserclientmodels.ModelsAddPlayerResponse
}
AddPlayerToSessionOK handles this case with default header values.
session updated
func NewAddPlayerToSessionOK ¶
func NewAddPlayerToSessionOK() *AddPlayerToSessionOK
NewAddPlayerToSessionOK creates a AddPlayerToSessionOK with default headers values
func (*AddPlayerToSessionOK) Error ¶
func (o *AddPlayerToSessionOK) Error() string
func (*AddPlayerToSessionOK) GetPayload ¶
func (o *AddPlayerToSessionOK) GetPayload() *sessionbrowserclientmodels.ModelsAddPlayerResponse
func (*AddPlayerToSessionOK) ToJSONString ¶
func (o *AddPlayerToSessionOK) ToJSONString() string
type AddPlayerToSessionParams ¶
type AddPlayerToSessionParams struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*Body*/ Body *sessionbrowserclientmodels.ModelsAddPlayerRequest /*Namespace namespace of the game */ Namespace string /*SessionID session ID */ SessionID string AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // XFlightId is an optional parameter from this SDK XFlightId *string // contains filtered or unexported fields }
AddPlayerToSessionParams contains all the parameters to send to the API endpoint for the add player to session operation typically these are written to a http.Request
func NewAddPlayerToSessionParams ¶
func NewAddPlayerToSessionParams() *AddPlayerToSessionParams
NewAddPlayerToSessionParams creates a new AddPlayerToSessionParams object with the default values initialized.
func NewAddPlayerToSessionParamsWithContext ¶
func NewAddPlayerToSessionParamsWithContext(ctx context.Context) *AddPlayerToSessionParams
NewAddPlayerToSessionParamsWithContext creates a new AddPlayerToSessionParams object with the default values initialized, and the ability to set a context for a request
func NewAddPlayerToSessionParamsWithHTTPClient ¶
func NewAddPlayerToSessionParamsWithHTTPClient(client *http.Client) *AddPlayerToSessionParams
NewAddPlayerToSessionParamsWithHTTPClient creates a new AddPlayerToSessionParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewAddPlayerToSessionParamsWithTimeout ¶
func NewAddPlayerToSessionParamsWithTimeout(timeout time.Duration) *AddPlayerToSessionParams
NewAddPlayerToSessionParamsWithTimeout creates a new AddPlayerToSessionParams object with the default values initialized, and the ability to set a timeout on a request
func (*AddPlayerToSessionParams) SetAuthInfoWriter ¶
func (o *AddPlayerToSessionParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the add player to session params
func (*AddPlayerToSessionParams) SetBody ¶
func (o *AddPlayerToSessionParams) SetBody(body *sessionbrowserclientmodels.ModelsAddPlayerRequest)
SetBody adds the body to the add player to session params
func (*AddPlayerToSessionParams) SetContext ¶
func (o *AddPlayerToSessionParams) SetContext(ctx context.Context)
SetContext adds the context to the add player to session params
func (*AddPlayerToSessionParams) SetFlightId ¶
func (o *AddPlayerToSessionParams) SetFlightId(flightId string)
SetFlightId adds the flightId as the header value for this specific endpoint
func (*AddPlayerToSessionParams) SetHTTPClient ¶
func (o *AddPlayerToSessionParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the add player to session params
func (*AddPlayerToSessionParams) SetHTTPClientTransport ¶
func (o *AddPlayerToSessionParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the add player to session params
func (*AddPlayerToSessionParams) SetNamespace ¶
func (o *AddPlayerToSessionParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the add player to session params
func (*AddPlayerToSessionParams) SetSessionID ¶
func (o *AddPlayerToSessionParams) SetSessionID(sessionID string)
SetSessionID adds the sessionId to the add player to session params
func (*AddPlayerToSessionParams) SetTimeout ¶
func (o *AddPlayerToSessionParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the add player to session params
func (*AddPlayerToSessionParams) WithBody ¶
func (o *AddPlayerToSessionParams) WithBody(body *sessionbrowserclientmodels.ModelsAddPlayerRequest) *AddPlayerToSessionParams
WithBody adds the body to the add player to session params
func (*AddPlayerToSessionParams) WithContext ¶
func (o *AddPlayerToSessionParams) WithContext(ctx context.Context) *AddPlayerToSessionParams
WithContext adds the context to the add player to session params
func (*AddPlayerToSessionParams) WithHTTPClient ¶
func (o *AddPlayerToSessionParams) WithHTTPClient(client *http.Client) *AddPlayerToSessionParams
WithHTTPClient adds the HTTPClient to the add player to session params
func (*AddPlayerToSessionParams) WithNamespace ¶
func (o *AddPlayerToSessionParams) WithNamespace(namespace string) *AddPlayerToSessionParams
WithNamespace adds the namespace to the add player to session params
func (*AddPlayerToSessionParams) WithSessionID ¶
func (o *AddPlayerToSessionParams) WithSessionID(sessionID string) *AddPlayerToSessionParams
WithSessionID adds the sessionID to the add player to session params
func (*AddPlayerToSessionParams) WithTimeout ¶
func (o *AddPlayerToSessionParams) WithTimeout(timeout time.Duration) *AddPlayerToSessionParams
WithTimeout adds the timeout to the add player to session params
func (*AddPlayerToSessionParams) WriteToRequest ¶
func (o *AddPlayerToSessionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type AddPlayerToSessionReader ¶
type AddPlayerToSessionReader struct {
// contains filtered or unexported fields
}
AddPlayerToSessionReader is a Reader for the AddPlayerToSession structure.
func (*AddPlayerToSessionReader) ReadResponse ¶
func (o *AddPlayerToSessionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type AdminDeleteSessionBadRequest ¶
type AdminDeleteSessionBadRequest struct {
Payload *sessionbrowserclientmodels.RestapiErrorResponseV2
}
AdminDeleteSessionBadRequest handles this case with default header values.
malformed request
func NewAdminDeleteSessionBadRequest ¶
func NewAdminDeleteSessionBadRequest() *AdminDeleteSessionBadRequest
NewAdminDeleteSessionBadRequest creates a AdminDeleteSessionBadRequest with default headers values
func (*AdminDeleteSessionBadRequest) Error ¶
func (o *AdminDeleteSessionBadRequest) Error() string
func (*AdminDeleteSessionBadRequest) GetPayload ¶
func (o *AdminDeleteSessionBadRequest) GetPayload() *sessionbrowserclientmodels.RestapiErrorResponseV2
func (*AdminDeleteSessionBadRequest) ToJSONString ¶
func (o *AdminDeleteSessionBadRequest) ToJSONString() string
type AdminDeleteSessionInternalServerError ¶
type AdminDeleteSessionInternalServerError struct {
Payload *sessionbrowserclientmodels.RestapiErrorResponseV2
}
AdminDeleteSessionInternalServerError handles this case with default header values.
Internal Server Error
func NewAdminDeleteSessionInternalServerError ¶
func NewAdminDeleteSessionInternalServerError() *AdminDeleteSessionInternalServerError
NewAdminDeleteSessionInternalServerError creates a AdminDeleteSessionInternalServerError with default headers values
func (*AdminDeleteSessionInternalServerError) Error ¶
func (o *AdminDeleteSessionInternalServerError) Error() string
func (*AdminDeleteSessionInternalServerError) GetPayload ¶
func (o *AdminDeleteSessionInternalServerError) GetPayload() *sessionbrowserclientmodels.RestapiErrorResponseV2
func (*AdminDeleteSessionInternalServerError) ToJSONString ¶
func (o *AdminDeleteSessionInternalServerError) ToJSONString() string
type AdminDeleteSessionNotFound ¶
type AdminDeleteSessionNotFound struct {
Payload *sessionbrowserclientmodels.RestapiErrorResponseV2
}
AdminDeleteSessionNotFound handles this case with default header values.
session not found
func NewAdminDeleteSessionNotFound ¶
func NewAdminDeleteSessionNotFound() *AdminDeleteSessionNotFound
NewAdminDeleteSessionNotFound creates a AdminDeleteSessionNotFound with default headers values
func (*AdminDeleteSessionNotFound) Error ¶
func (o *AdminDeleteSessionNotFound) Error() string
func (*AdminDeleteSessionNotFound) GetPayload ¶
func (o *AdminDeleteSessionNotFound) GetPayload() *sessionbrowserclientmodels.RestapiErrorResponseV2
func (*AdminDeleteSessionNotFound) ToJSONString ¶
func (o *AdminDeleteSessionNotFound) ToJSONString() string
type AdminDeleteSessionOK ¶
type AdminDeleteSessionOK struct {
Payload *sessionbrowserclientmodels.ModelsAdminSessionResponse
}
AdminDeleteSessionOK handles this case with default header values.
session deleted
func NewAdminDeleteSessionOK ¶
func NewAdminDeleteSessionOK() *AdminDeleteSessionOK
NewAdminDeleteSessionOK creates a AdminDeleteSessionOK with default headers values
func (*AdminDeleteSessionOK) Error ¶
func (o *AdminDeleteSessionOK) Error() string
func (*AdminDeleteSessionOK) GetPayload ¶
func (o *AdminDeleteSessionOK) GetPayload() *sessionbrowserclientmodels.ModelsAdminSessionResponse
func (*AdminDeleteSessionOK) ToJSONString ¶
func (o *AdminDeleteSessionOK) ToJSONString() string
type AdminDeleteSessionParams ¶
type AdminDeleteSessionParams struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*Namespace namespace */ Namespace string /*SessionID session ID */ SessionID string AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // XFlightId is an optional parameter from this SDK XFlightId *string // contains filtered or unexported fields }
AdminDeleteSessionParams contains all the parameters to send to the API endpoint for the admin delete session operation typically these are written to a http.Request
func NewAdminDeleteSessionParams ¶
func NewAdminDeleteSessionParams() *AdminDeleteSessionParams
NewAdminDeleteSessionParams creates a new AdminDeleteSessionParams object with the default values initialized.
func NewAdminDeleteSessionParamsWithContext ¶
func NewAdminDeleteSessionParamsWithContext(ctx context.Context) *AdminDeleteSessionParams
NewAdminDeleteSessionParamsWithContext creates a new AdminDeleteSessionParams object with the default values initialized, and the ability to set a context for a request
func NewAdminDeleteSessionParamsWithHTTPClient ¶
func NewAdminDeleteSessionParamsWithHTTPClient(client *http.Client) *AdminDeleteSessionParams
NewAdminDeleteSessionParamsWithHTTPClient creates a new AdminDeleteSessionParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewAdminDeleteSessionParamsWithTimeout ¶
func NewAdminDeleteSessionParamsWithTimeout(timeout time.Duration) *AdminDeleteSessionParams
NewAdminDeleteSessionParamsWithTimeout creates a new AdminDeleteSessionParams object with the default values initialized, and the ability to set a timeout on a request
func (*AdminDeleteSessionParams) SetAuthInfoWriter ¶
func (o *AdminDeleteSessionParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the admin delete session params
func (*AdminDeleteSessionParams) SetContext ¶
func (o *AdminDeleteSessionParams) SetContext(ctx context.Context)
SetContext adds the context to the admin delete session params
func (*AdminDeleteSessionParams) SetFlightId ¶
func (o *AdminDeleteSessionParams) SetFlightId(flightId string)
SetFlightId adds the flightId as the header value for this specific endpoint
func (*AdminDeleteSessionParams) SetHTTPClient ¶
func (o *AdminDeleteSessionParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the admin delete session params
func (*AdminDeleteSessionParams) SetHTTPClientTransport ¶
func (o *AdminDeleteSessionParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the admin delete session params
func (*AdminDeleteSessionParams) SetNamespace ¶
func (o *AdminDeleteSessionParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the admin delete session params
func (*AdminDeleteSessionParams) SetSessionID ¶
func (o *AdminDeleteSessionParams) SetSessionID(sessionID string)
SetSessionID adds the sessionId to the admin delete session params
func (*AdminDeleteSessionParams) SetTimeout ¶
func (o *AdminDeleteSessionParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the admin delete session params
func (*AdminDeleteSessionParams) WithContext ¶
func (o *AdminDeleteSessionParams) WithContext(ctx context.Context) *AdminDeleteSessionParams
WithContext adds the context to the admin delete session params
func (*AdminDeleteSessionParams) WithHTTPClient ¶
func (o *AdminDeleteSessionParams) WithHTTPClient(client *http.Client) *AdminDeleteSessionParams
WithHTTPClient adds the HTTPClient to the admin delete session params
func (*AdminDeleteSessionParams) WithNamespace ¶
func (o *AdminDeleteSessionParams) WithNamespace(namespace string) *AdminDeleteSessionParams
WithNamespace adds the namespace to the admin delete session params
func (*AdminDeleteSessionParams) WithSessionID ¶
func (o *AdminDeleteSessionParams) WithSessionID(sessionID string) *AdminDeleteSessionParams
WithSessionID adds the sessionID to the admin delete session params
func (*AdminDeleteSessionParams) WithTimeout ¶
func (o *AdminDeleteSessionParams) WithTimeout(timeout time.Duration) *AdminDeleteSessionParams
WithTimeout adds the timeout to the admin delete session params
func (*AdminDeleteSessionParams) WriteToRequest ¶
func (o *AdminDeleteSessionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type AdminDeleteSessionReader ¶
type AdminDeleteSessionReader struct {
// contains filtered or unexported fields
}
AdminDeleteSessionReader is a Reader for the AdminDeleteSession structure.
func (*AdminDeleteSessionReader) ReadResponse ¶
func (o *AdminDeleteSessionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type AdminGetSessionInternalServerError ¶
type AdminGetSessionInternalServerError struct {
Payload *sessionbrowserclientmodels.RestapiErrorResponseV2
}
AdminGetSessionInternalServerError handles this case with default header values.
Internal Server Error
func NewAdminGetSessionInternalServerError ¶
func NewAdminGetSessionInternalServerError() *AdminGetSessionInternalServerError
NewAdminGetSessionInternalServerError creates a AdminGetSessionInternalServerError with default headers values
func (*AdminGetSessionInternalServerError) Error ¶
func (o *AdminGetSessionInternalServerError) Error() string
func (*AdminGetSessionInternalServerError) GetPayload ¶
func (o *AdminGetSessionInternalServerError) GetPayload() *sessionbrowserclientmodels.RestapiErrorResponseV2
func (*AdminGetSessionInternalServerError) ToJSONString ¶
func (o *AdminGetSessionInternalServerError) ToJSONString() string
type AdminGetSessionNotFound ¶
type AdminGetSessionNotFound struct {
Payload *sessionbrowserclientmodels.RestapiErrorResponseV2
}
AdminGetSessionNotFound handles this case with default header values.
session not found
func NewAdminGetSessionNotFound ¶
func NewAdminGetSessionNotFound() *AdminGetSessionNotFound
NewAdminGetSessionNotFound creates a AdminGetSessionNotFound with default headers values
func (*AdminGetSessionNotFound) Error ¶
func (o *AdminGetSessionNotFound) Error() string
func (*AdminGetSessionNotFound) GetPayload ¶
func (o *AdminGetSessionNotFound) GetPayload() *sessionbrowserclientmodels.RestapiErrorResponseV2
func (*AdminGetSessionNotFound) ToJSONString ¶
func (o *AdminGetSessionNotFound) ToJSONString() string
type AdminGetSessionOK ¶
type AdminGetSessionOK struct {
Payload *sessionbrowserclientmodels.ModelsAdminSessionResponse
}
AdminGetSessionOK handles this case with default header values.
session get
func NewAdminGetSessionOK ¶
func NewAdminGetSessionOK() *AdminGetSessionOK
NewAdminGetSessionOK creates a AdminGetSessionOK with default headers values
func (*AdminGetSessionOK) Error ¶
func (o *AdminGetSessionOK) Error() string
func (*AdminGetSessionOK) GetPayload ¶
func (o *AdminGetSessionOK) GetPayload() *sessionbrowserclientmodels.ModelsAdminSessionResponse
func (*AdminGetSessionOK) ToJSONString ¶
func (o *AdminGetSessionOK) ToJSONString() string
type AdminGetSessionParams ¶
type AdminGetSessionParams struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*Namespace namespace */ Namespace string /*SessionID session ID */ SessionID string AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // XFlightId is an optional parameter from this SDK XFlightId *string // contains filtered or unexported fields }
AdminGetSessionParams contains all the parameters to send to the API endpoint for the admin get session operation typically these are written to a http.Request
func NewAdminGetSessionParams ¶
func NewAdminGetSessionParams() *AdminGetSessionParams
NewAdminGetSessionParams creates a new AdminGetSessionParams object with the default values initialized.
func NewAdminGetSessionParamsWithContext ¶
func NewAdminGetSessionParamsWithContext(ctx context.Context) *AdminGetSessionParams
NewAdminGetSessionParamsWithContext creates a new AdminGetSessionParams object with the default values initialized, and the ability to set a context for a request
func NewAdminGetSessionParamsWithHTTPClient ¶
func NewAdminGetSessionParamsWithHTTPClient(client *http.Client) *AdminGetSessionParams
NewAdminGetSessionParamsWithHTTPClient creates a new AdminGetSessionParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewAdminGetSessionParamsWithTimeout ¶
func NewAdminGetSessionParamsWithTimeout(timeout time.Duration) *AdminGetSessionParams
NewAdminGetSessionParamsWithTimeout creates a new AdminGetSessionParams object with the default values initialized, and the ability to set a timeout on a request
func (*AdminGetSessionParams) SetAuthInfoWriter ¶
func (o *AdminGetSessionParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the admin get session params
func (*AdminGetSessionParams) SetContext ¶
func (o *AdminGetSessionParams) SetContext(ctx context.Context)
SetContext adds the context to the admin get session params
func (*AdminGetSessionParams) SetFlightId ¶
func (o *AdminGetSessionParams) SetFlightId(flightId string)
SetFlightId adds the flightId as the header value for this specific endpoint
func (*AdminGetSessionParams) SetHTTPClient ¶
func (o *AdminGetSessionParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the admin get session params
func (*AdminGetSessionParams) SetHTTPClientTransport ¶
func (o *AdminGetSessionParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the admin get session params
func (*AdminGetSessionParams) SetNamespace ¶
func (o *AdminGetSessionParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the admin get session params
func (*AdminGetSessionParams) SetSessionID ¶
func (o *AdminGetSessionParams) SetSessionID(sessionID string)
SetSessionID adds the sessionId to the admin get session params
func (*AdminGetSessionParams) SetTimeout ¶
func (o *AdminGetSessionParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the admin get session params
func (*AdminGetSessionParams) WithContext ¶
func (o *AdminGetSessionParams) WithContext(ctx context.Context) *AdminGetSessionParams
WithContext adds the context to the admin get session params
func (*AdminGetSessionParams) WithHTTPClient ¶
func (o *AdminGetSessionParams) WithHTTPClient(client *http.Client) *AdminGetSessionParams
WithHTTPClient adds the HTTPClient to the admin get session params
func (*AdminGetSessionParams) WithNamespace ¶
func (o *AdminGetSessionParams) WithNamespace(namespace string) *AdminGetSessionParams
WithNamespace adds the namespace to the admin get session params
func (*AdminGetSessionParams) WithSessionID ¶
func (o *AdminGetSessionParams) WithSessionID(sessionID string) *AdminGetSessionParams
WithSessionID adds the sessionID to the admin get session params
func (*AdminGetSessionParams) WithTimeout ¶
func (o *AdminGetSessionParams) WithTimeout(timeout time.Duration) *AdminGetSessionParams
WithTimeout adds the timeout to the admin get session params
func (*AdminGetSessionParams) WriteToRequest ¶
func (o *AdminGetSessionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type AdminGetSessionReader ¶
type AdminGetSessionReader struct {
// contains filtered or unexported fields
}
AdminGetSessionReader is a Reader for the AdminGetSession structure.
func (*AdminGetSessionReader) ReadResponse ¶
func (o *AdminGetSessionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type AdminQuerySessionBadRequest ¶
type AdminQuerySessionBadRequest struct {
Payload *sessionbrowserclientmodels.RestapiErrorResponseV2
}
AdminQuerySessionBadRequest handles this case with default header values.
malformed request
func NewAdminQuerySessionBadRequest ¶
func NewAdminQuerySessionBadRequest() *AdminQuerySessionBadRequest
NewAdminQuerySessionBadRequest creates a AdminQuerySessionBadRequest with default headers values
func (*AdminQuerySessionBadRequest) Error ¶
func (o *AdminQuerySessionBadRequest) Error() string
func (*AdminQuerySessionBadRequest) GetPayload ¶
func (o *AdminQuerySessionBadRequest) GetPayload() *sessionbrowserclientmodels.RestapiErrorResponseV2
func (*AdminQuerySessionBadRequest) ToJSONString ¶
func (o *AdminQuerySessionBadRequest) ToJSONString() string
type AdminQuerySessionInternalServerError ¶
type AdminQuerySessionInternalServerError struct {
Payload *sessionbrowserclientmodels.RestapiErrorResponseV2
}
AdminQuerySessionInternalServerError handles this case with default header values.
Internal Server Error
func NewAdminQuerySessionInternalServerError ¶
func NewAdminQuerySessionInternalServerError() *AdminQuerySessionInternalServerError
NewAdminQuerySessionInternalServerError creates a AdminQuerySessionInternalServerError with default headers values
func (*AdminQuerySessionInternalServerError) Error ¶
func (o *AdminQuerySessionInternalServerError) Error() string
func (*AdminQuerySessionInternalServerError) GetPayload ¶
func (o *AdminQuerySessionInternalServerError) GetPayload() *sessionbrowserclientmodels.RestapiErrorResponseV2
func (*AdminQuerySessionInternalServerError) ToJSONString ¶
func (o *AdminQuerySessionInternalServerError) ToJSONString() string
type AdminQuerySessionOK ¶
type AdminQuerySessionOK struct {
Payload *sessionbrowserclientmodels.ModelsSessionQueryResponse
}
AdminQuerySessionOK handles this case with default header values.
session get
func NewAdminQuerySessionOK ¶
func NewAdminQuerySessionOK() *AdminQuerySessionOK
NewAdminQuerySessionOK creates a AdminQuerySessionOK with default headers values
func (*AdminQuerySessionOK) Error ¶
func (o *AdminQuerySessionOK) Error() string
func (*AdminQuerySessionOK) GetPayload ¶
func (o *AdminQuerySessionOK) GetPayload() *sessionbrowserclientmodels.ModelsSessionQueryResponse
func (*AdminQuerySessionOK) ToJSONString ¶
func (o *AdminQuerySessionOK) ToJSONString() string
type AdminQuerySessionParams ¶
type AdminQuerySessionParams struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*Namespace namespace */ Namespace string /*GameMode Game mode of the session to query */ GameMode *string /*GameVersion Game version of the session to query */ GameVersion *string /*Joinable filter session if joinable or not, accept 'true' or 'false' */ Joinable *string /*Limit max item to be returned */ Limit *int64 /*MatchExist filter session by match existence, accept 'true' or 'false' */ MatchExist *string /*MatchID filter session by matchmaking ID */ MatchID *string /*Offset skip some item(s), offset=3, will skip 3 first items */ Offset *int64 /*ServerStatus filter session by server status (only for dedicated), accept CREATING,READY,BUSY,REMOVING,UNREACHABLE */ ServerStatus *string /*UserID Owner of the P2P session. Dedicated server does not have user_id */ UserID *string /*SessionType Session type to query, value is 'p2p' or 'dedicated' */ SessionType string AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // XFlightId is an optional parameter from this SDK XFlightId *string // contains filtered or unexported fields }
AdminQuerySessionParams contains all the parameters to send to the API endpoint for the admin query session operation typically these are written to a http.Request
func NewAdminQuerySessionParams ¶
func NewAdminQuerySessionParams() *AdminQuerySessionParams
NewAdminQuerySessionParams creates a new AdminQuerySessionParams object with the default values initialized.
func NewAdminQuerySessionParamsWithContext ¶
func NewAdminQuerySessionParamsWithContext(ctx context.Context) *AdminQuerySessionParams
NewAdminQuerySessionParamsWithContext creates a new AdminQuerySessionParams object with the default values initialized, and the ability to set a context for a request
func NewAdminQuerySessionParamsWithHTTPClient ¶
func NewAdminQuerySessionParamsWithHTTPClient(client *http.Client) *AdminQuerySessionParams
NewAdminQuerySessionParamsWithHTTPClient creates a new AdminQuerySessionParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewAdminQuerySessionParamsWithTimeout ¶
func NewAdminQuerySessionParamsWithTimeout(timeout time.Duration) *AdminQuerySessionParams
NewAdminQuerySessionParamsWithTimeout creates a new AdminQuerySessionParams object with the default values initialized, and the ability to set a timeout on a request
func (*AdminQuerySessionParams) SetAuthInfoWriter ¶
func (o *AdminQuerySessionParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the admin query session params
func (*AdminQuerySessionParams) SetContext ¶
func (o *AdminQuerySessionParams) SetContext(ctx context.Context)
SetContext adds the context to the admin query session params
func (*AdminQuerySessionParams) SetFlightId ¶
func (o *AdminQuerySessionParams) SetFlightId(flightId string)
SetFlightId adds the flightId as the header value for this specific endpoint
func (*AdminQuerySessionParams) SetGameMode ¶
func (o *AdminQuerySessionParams) SetGameMode(gameMode *string)
SetGameMode adds the gameMode to the admin query session params
func (*AdminQuerySessionParams) SetGameVersion ¶
func (o *AdminQuerySessionParams) SetGameVersion(gameVersion *string)
SetGameVersion adds the gameVersion to the admin query session params
func (*AdminQuerySessionParams) SetHTTPClient ¶
func (o *AdminQuerySessionParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the admin query session params
func (*AdminQuerySessionParams) SetHTTPClientTransport ¶
func (o *AdminQuerySessionParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the admin query session params
func (*AdminQuerySessionParams) SetJoinable ¶
func (o *AdminQuerySessionParams) SetJoinable(joinable *string)
SetJoinable adds the joinable to the admin query session params
func (*AdminQuerySessionParams) SetLimit ¶
func (o *AdminQuerySessionParams) SetLimit(limit *int64)
SetLimit adds the limit to the admin query session params
func (*AdminQuerySessionParams) SetMatchExist ¶
func (o *AdminQuerySessionParams) SetMatchExist(matchExist *string)
SetMatchExist adds the matchExist to the admin query session params
func (*AdminQuerySessionParams) SetMatchID ¶
func (o *AdminQuerySessionParams) SetMatchID(matchID *string)
SetMatchID adds the matchId to the admin query session params
func (*AdminQuerySessionParams) SetNamespace ¶
func (o *AdminQuerySessionParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the admin query session params
func (*AdminQuerySessionParams) SetOffset ¶
func (o *AdminQuerySessionParams) SetOffset(offset *int64)
SetOffset adds the offset to the admin query session params
func (*AdminQuerySessionParams) SetServerStatus ¶
func (o *AdminQuerySessionParams) SetServerStatus(serverStatus *string)
SetServerStatus adds the serverStatus to the admin query session params
func (*AdminQuerySessionParams) SetSessionType ¶
func (o *AdminQuerySessionParams) SetSessionType(sessionType string)
SetSessionType adds the sessionType to the admin query session params
func (*AdminQuerySessionParams) SetTimeout ¶
func (o *AdminQuerySessionParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the admin query session params
func (*AdminQuerySessionParams) SetUserID ¶
func (o *AdminQuerySessionParams) SetUserID(userID *string)
SetUserID adds the userId to the admin query session params
func (*AdminQuerySessionParams) WithContext ¶
func (o *AdminQuerySessionParams) WithContext(ctx context.Context) *AdminQuerySessionParams
WithContext adds the context to the admin query session params
func (*AdminQuerySessionParams) WithGameMode ¶
func (o *AdminQuerySessionParams) WithGameMode(gameMode *string) *AdminQuerySessionParams
WithGameMode adds the gameMode to the admin query session params
func (*AdminQuerySessionParams) WithGameVersion ¶
func (o *AdminQuerySessionParams) WithGameVersion(gameVersion *string) *AdminQuerySessionParams
WithGameVersion adds the gameVersion to the admin query session params
func (*AdminQuerySessionParams) WithHTTPClient ¶
func (o *AdminQuerySessionParams) WithHTTPClient(client *http.Client) *AdminQuerySessionParams
WithHTTPClient adds the HTTPClient to the admin query session params
func (*AdminQuerySessionParams) WithJoinable ¶
func (o *AdminQuerySessionParams) WithJoinable(joinable *string) *AdminQuerySessionParams
WithJoinable adds the joinable to the admin query session params
func (*AdminQuerySessionParams) WithLimit ¶
func (o *AdminQuerySessionParams) WithLimit(limit *int64) *AdminQuerySessionParams
WithLimit adds the limit to the admin query session params
func (*AdminQuerySessionParams) WithMatchExist ¶
func (o *AdminQuerySessionParams) WithMatchExist(matchExist *string) *AdminQuerySessionParams
WithMatchExist adds the matchExist to the admin query session params
func (*AdminQuerySessionParams) WithMatchID ¶
func (o *AdminQuerySessionParams) WithMatchID(matchID *string) *AdminQuerySessionParams
WithMatchID adds the matchID to the admin query session params
func (*AdminQuerySessionParams) WithNamespace ¶
func (o *AdminQuerySessionParams) WithNamespace(namespace string) *AdminQuerySessionParams
WithNamespace adds the namespace to the admin query session params
func (*AdminQuerySessionParams) WithOffset ¶
func (o *AdminQuerySessionParams) WithOffset(offset *int64) *AdminQuerySessionParams
WithOffset adds the offset to the admin query session params
func (*AdminQuerySessionParams) WithServerStatus ¶
func (o *AdminQuerySessionParams) WithServerStatus(serverStatus *string) *AdminQuerySessionParams
WithServerStatus adds the serverStatus to the admin query session params
func (*AdminQuerySessionParams) WithSessionType ¶
func (o *AdminQuerySessionParams) WithSessionType(sessionType string) *AdminQuerySessionParams
WithSessionType adds the sessionType to the admin query session params
func (*AdminQuerySessionParams) WithTimeout ¶
func (o *AdminQuerySessionParams) WithTimeout(timeout time.Duration) *AdminQuerySessionParams
WithTimeout adds the timeout to the admin query session params
func (*AdminQuerySessionParams) WithUserID ¶
func (o *AdminQuerySessionParams) WithUserID(userID *string) *AdminQuerySessionParams
WithUserID adds the userID to the admin query session params
func (*AdminQuerySessionParams) WriteToRequest ¶
func (o *AdminQuerySessionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type AdminQuerySessionReader ¶
type AdminQuerySessionReader struct {
// contains filtered or unexported fields
}
AdminQuerySessionReader is a Reader for the AdminQuerySession structure.
func (*AdminQuerySessionReader) ReadResponse ¶
func (o *AdminQuerySessionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type AdminSearchSessionsV2BadRequest ¶
type AdminSearchSessionsV2BadRequest struct {
Payload *sessionbrowserclientmodels.RestapiErrorV1
}
AdminSearchSessionsV2BadRequest handles this case with default header values.
<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20002</td><td>validation error</td></tr><tr><td>20019</td><td>unable to parse request body</td></tr></table>
func NewAdminSearchSessionsV2BadRequest ¶
func NewAdminSearchSessionsV2BadRequest() *AdminSearchSessionsV2BadRequest
NewAdminSearchSessionsV2BadRequest creates a AdminSearchSessionsV2BadRequest with default headers values
func (*AdminSearchSessionsV2BadRequest) Error ¶
func (o *AdminSearchSessionsV2BadRequest) Error() string
func (*AdminSearchSessionsV2BadRequest) GetPayload ¶
func (o *AdminSearchSessionsV2BadRequest) GetPayload() *sessionbrowserclientmodels.RestapiErrorV1
func (*AdminSearchSessionsV2BadRequest) ToJSONString ¶
func (o *AdminSearchSessionsV2BadRequest) ToJSONString() string
type AdminSearchSessionsV2Forbidden ¶
type AdminSearchSessionsV2Forbidden struct {
Payload *sessionbrowserclientmodels.RestapiErrorV1
}
AdminSearchSessionsV2Forbidden handles this case with default header values.
<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20013</td><td>insufficient permissions</td></tr><tr><td>20014</td><td>invalid audience</td></tr><tr><td>20015</td><td>insufficient scope</td></tr></table>
func NewAdminSearchSessionsV2Forbidden ¶
func NewAdminSearchSessionsV2Forbidden() *AdminSearchSessionsV2Forbidden
NewAdminSearchSessionsV2Forbidden creates a AdminSearchSessionsV2Forbidden with default headers values
func (*AdminSearchSessionsV2Forbidden) Error ¶
func (o *AdminSearchSessionsV2Forbidden) Error() string
func (*AdminSearchSessionsV2Forbidden) GetPayload ¶
func (o *AdminSearchSessionsV2Forbidden) GetPayload() *sessionbrowserclientmodels.RestapiErrorV1
func (*AdminSearchSessionsV2Forbidden) ToJSONString ¶
func (o *AdminSearchSessionsV2Forbidden) ToJSONString() string
type AdminSearchSessionsV2InternalServerError ¶
type AdminSearchSessionsV2InternalServerError struct {
Payload *sessionbrowserclientmodels.ResponseError
}
AdminSearchSessionsV2InternalServerError handles this case with default header values.
<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20000</td><td>internal server error</td></tr></table>
func NewAdminSearchSessionsV2InternalServerError ¶
func NewAdminSearchSessionsV2InternalServerError() *AdminSearchSessionsV2InternalServerError
NewAdminSearchSessionsV2InternalServerError creates a AdminSearchSessionsV2InternalServerError with default headers values
func (*AdminSearchSessionsV2InternalServerError) Error ¶
func (o *AdminSearchSessionsV2InternalServerError) Error() string
func (*AdminSearchSessionsV2InternalServerError) GetPayload ¶
func (o *AdminSearchSessionsV2InternalServerError) GetPayload() *sessionbrowserclientmodels.ResponseError
func (*AdminSearchSessionsV2InternalServerError) ToJSONString ¶
func (o *AdminSearchSessionsV2InternalServerError) ToJSONString() string
type AdminSearchSessionsV2OK ¶
type AdminSearchSessionsV2OK struct {
Payload *sessionbrowserclientmodels.ModelsGetSessionHistorySearchResponseV2
}
AdminSearchSessionsV2OK handles this case with default header values.
Operation succeeded
func NewAdminSearchSessionsV2OK ¶
func NewAdminSearchSessionsV2OK() *AdminSearchSessionsV2OK
NewAdminSearchSessionsV2OK creates a AdminSearchSessionsV2OK with default headers values
func (*AdminSearchSessionsV2OK) Error ¶
func (o *AdminSearchSessionsV2OK) Error() string
func (*AdminSearchSessionsV2OK) GetPayload ¶
func (o *AdminSearchSessionsV2OK) GetPayload() *sessionbrowserclientmodels.ModelsGetSessionHistorySearchResponseV2
func (*AdminSearchSessionsV2OK) ToJSONString ¶
func (o *AdminSearchSessionsV2OK) ToJSONString() string
type AdminSearchSessionsV2Params ¶
type AdminSearchSessionsV2Params struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*Namespace namespace */ Namespace string /*Channel ID of the channel */ Channel *string /*Deleted only deleted session */ Deleted *bool /*MatchID ID of the match session */ MatchID *string /*PartyID ID of the party */ PartyID *string /*SessionType Type of the session, value must be 'p2p' or 'dedicated' */ SessionType *string /*Status Status of the session, value must be 'active' or 'deleted'. Only work with p2p session type */ Status *string /*UserID ID of the user */ UserID *string /*Limit limit */ Limit int64 /*Offset offset */ Offset int64 AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // XFlightId is an optional parameter from this SDK XFlightId *string // contains filtered or unexported fields }
AdminSearchSessionsV2Params contains all the parameters to send to the API endpoint for the admin search sessions v2 operation typically these are written to a http.Request
func NewAdminSearchSessionsV2Params ¶
func NewAdminSearchSessionsV2Params() *AdminSearchSessionsV2Params
NewAdminSearchSessionsV2Params creates a new AdminSearchSessionsV2Params object with the default values initialized.
func NewAdminSearchSessionsV2ParamsWithContext ¶
func NewAdminSearchSessionsV2ParamsWithContext(ctx context.Context) *AdminSearchSessionsV2Params
NewAdminSearchSessionsV2ParamsWithContext creates a new AdminSearchSessionsV2Params object with the default values initialized, and the ability to set a context for a request
func NewAdminSearchSessionsV2ParamsWithHTTPClient ¶
func NewAdminSearchSessionsV2ParamsWithHTTPClient(client *http.Client) *AdminSearchSessionsV2Params
NewAdminSearchSessionsV2ParamsWithHTTPClient creates a new AdminSearchSessionsV2Params object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewAdminSearchSessionsV2ParamsWithTimeout ¶
func NewAdminSearchSessionsV2ParamsWithTimeout(timeout time.Duration) *AdminSearchSessionsV2Params
NewAdminSearchSessionsV2ParamsWithTimeout creates a new AdminSearchSessionsV2Params object with the default values initialized, and the ability to set a timeout on a request
func (*AdminSearchSessionsV2Params) SetAuthInfoWriter ¶
func (o *AdminSearchSessionsV2Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the admin search sessions v2 params
func (*AdminSearchSessionsV2Params) SetChannel ¶
func (o *AdminSearchSessionsV2Params) SetChannel(channel *string)
SetChannel adds the channel to the admin search sessions v2 params
func (*AdminSearchSessionsV2Params) SetContext ¶
func (o *AdminSearchSessionsV2Params) SetContext(ctx context.Context)
SetContext adds the context to the admin search sessions v2 params
func (*AdminSearchSessionsV2Params) SetDeleted ¶
func (o *AdminSearchSessionsV2Params) SetDeleted(deleted *bool)
SetDeleted adds the deleted to the admin search sessions v2 params
func (*AdminSearchSessionsV2Params) SetFlightId ¶
func (o *AdminSearchSessionsV2Params) SetFlightId(flightId string)
SetFlightId adds the flightId as the header value for this specific endpoint
func (*AdminSearchSessionsV2Params) SetHTTPClient ¶
func (o *AdminSearchSessionsV2Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the admin search sessions v2 params
func (*AdminSearchSessionsV2Params) SetHTTPClientTransport ¶
func (o *AdminSearchSessionsV2Params) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the admin search sessions v2 params
func (*AdminSearchSessionsV2Params) SetLimit ¶
func (o *AdminSearchSessionsV2Params) SetLimit(limit int64)
SetLimit adds the limit to the admin search sessions v2 params
func (*AdminSearchSessionsV2Params) SetMatchID ¶
func (o *AdminSearchSessionsV2Params) SetMatchID(matchID *string)
SetMatchID adds the matchId to the admin search sessions v2 params
func (*AdminSearchSessionsV2Params) SetNamespace ¶
func (o *AdminSearchSessionsV2Params) SetNamespace(namespace string)
SetNamespace adds the namespace to the admin search sessions v2 params
func (*AdminSearchSessionsV2Params) SetOffset ¶
func (o *AdminSearchSessionsV2Params) SetOffset(offset int64)
SetOffset adds the offset to the admin search sessions v2 params
func (*AdminSearchSessionsV2Params) SetPartyID ¶
func (o *AdminSearchSessionsV2Params) SetPartyID(partyID *string)
SetPartyID adds the partyId to the admin search sessions v2 params
func (*AdminSearchSessionsV2Params) SetSessionType ¶
func (o *AdminSearchSessionsV2Params) SetSessionType(sessionType *string)
SetSessionType adds the sessionType to the admin search sessions v2 params
func (*AdminSearchSessionsV2Params) SetStatus ¶
func (o *AdminSearchSessionsV2Params) SetStatus(status *string)
SetStatus adds the status to the admin search sessions v2 params
func (*AdminSearchSessionsV2Params) SetTimeout ¶
func (o *AdminSearchSessionsV2Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the admin search sessions v2 params
func (*AdminSearchSessionsV2Params) SetUserID ¶
func (o *AdminSearchSessionsV2Params) SetUserID(userID *string)
SetUserID adds the userId to the admin search sessions v2 params
func (*AdminSearchSessionsV2Params) WithChannel ¶
func (o *AdminSearchSessionsV2Params) WithChannel(channel *string) *AdminSearchSessionsV2Params
WithChannel adds the channel to the admin search sessions v2 params
func (*AdminSearchSessionsV2Params) WithContext ¶
func (o *AdminSearchSessionsV2Params) WithContext(ctx context.Context) *AdminSearchSessionsV2Params
WithContext adds the context to the admin search sessions v2 params
func (*AdminSearchSessionsV2Params) WithDeleted ¶
func (o *AdminSearchSessionsV2Params) WithDeleted(deleted *bool) *AdminSearchSessionsV2Params
WithDeleted adds the deleted to the admin search sessions v2 params
func (*AdminSearchSessionsV2Params) WithHTTPClient ¶
func (o *AdminSearchSessionsV2Params) WithHTTPClient(client *http.Client) *AdminSearchSessionsV2Params
WithHTTPClient adds the HTTPClient to the admin search sessions v2 params
func (*AdminSearchSessionsV2Params) WithLimit ¶
func (o *AdminSearchSessionsV2Params) WithLimit(limit int64) *AdminSearchSessionsV2Params
WithLimit adds the limit to the admin search sessions v2 params
func (*AdminSearchSessionsV2Params) WithMatchID ¶
func (o *AdminSearchSessionsV2Params) WithMatchID(matchID *string) *AdminSearchSessionsV2Params
WithMatchID adds the matchID to the admin search sessions v2 params
func (*AdminSearchSessionsV2Params) WithNamespace ¶
func (o *AdminSearchSessionsV2Params) WithNamespace(namespace string) *AdminSearchSessionsV2Params
WithNamespace adds the namespace to the admin search sessions v2 params
func (*AdminSearchSessionsV2Params) WithOffset ¶
func (o *AdminSearchSessionsV2Params) WithOffset(offset int64) *AdminSearchSessionsV2Params
WithOffset adds the offset to the admin search sessions v2 params
func (*AdminSearchSessionsV2Params) WithPartyID ¶
func (o *AdminSearchSessionsV2Params) WithPartyID(partyID *string) *AdminSearchSessionsV2Params
WithPartyID adds the partyID to the admin search sessions v2 params
func (*AdminSearchSessionsV2Params) WithSessionType ¶
func (o *AdminSearchSessionsV2Params) WithSessionType(sessionType *string) *AdminSearchSessionsV2Params
WithSessionType adds the sessionType to the admin search sessions v2 params
func (*AdminSearchSessionsV2Params) WithStatus ¶
func (o *AdminSearchSessionsV2Params) WithStatus(status *string) *AdminSearchSessionsV2Params
WithStatus adds the status to the admin search sessions v2 params
func (*AdminSearchSessionsV2Params) WithTimeout ¶
func (o *AdminSearchSessionsV2Params) WithTimeout(timeout time.Duration) *AdminSearchSessionsV2Params
WithTimeout adds the timeout to the admin search sessions v2 params
func (*AdminSearchSessionsV2Params) WithUserID ¶
func (o *AdminSearchSessionsV2Params) WithUserID(userID *string) *AdminSearchSessionsV2Params
WithUserID adds the userID to the admin search sessions v2 params
func (*AdminSearchSessionsV2Params) WriteToRequest ¶
func (o *AdminSearchSessionsV2Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type AdminSearchSessionsV2Reader ¶
type AdminSearchSessionsV2Reader struct {
// contains filtered or unexported fields
}
AdminSearchSessionsV2Reader is a Reader for the AdminSearchSessionsV2 structure.
func (*AdminSearchSessionsV2Reader) ReadResponse ¶
func (o *AdminSearchSessionsV2Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type AdminSearchSessionsV2Unauthorized ¶
type AdminSearchSessionsV2Unauthorized struct {
}AdminSearchSessionsV2Unauthorized handles this case with default header values.
<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20001</td><td>unauthorized access</td></tr></table>
func NewAdminSearchSessionsV2Unauthorized ¶
func NewAdminSearchSessionsV2Unauthorized() *AdminSearchSessionsV2Unauthorized
NewAdminSearchSessionsV2Unauthorized creates a AdminSearchSessionsV2Unauthorized with default headers values
func (*AdminSearchSessionsV2Unauthorized) Error ¶
func (o *AdminSearchSessionsV2Unauthorized) Error() string
func (*AdminSearchSessionsV2Unauthorized) GetPayload ¶
func (o *AdminSearchSessionsV2Unauthorized) GetPayload() *sessionbrowserclientmodels.RestapiErrorV1
func (*AdminSearchSessionsV2Unauthorized) ToJSONString ¶
func (o *AdminSearchSessionsV2Unauthorized) ToJSONString() string
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client for session API
func (*Client) AddPlayerToSessionShort ¶
func (a *Client) AddPlayerToSessionShort(params *AddPlayerToSessionParams, authInfo runtime.ClientAuthInfoWriter) (*AddPlayerToSessionOK, error)
AddPlayerToSessionShort add player to game session Add player to game session
func (*Client) AdminDeleteSessionShort ¶
func (a *Client) AdminDeleteSessionShort(params *AdminDeleteSessionParams, authInfo runtime.ClientAuthInfoWriter) (*AdminDeleteSessionOK, error)
AdminDeleteSessionShort admin delete specified session by session id Admin delete the session by session ID
func (*Client) AdminGetSessionShort ¶
func (a *Client) AdminGetSessionShort(params *AdminGetSessionParams, authInfo runtime.ClientAuthInfoWriter) (*AdminGetSessionOK, error)
AdminGetSessionShort admin get specified session by session id Get the session by session ID for admin user
func (*Client) AdminQuerySessionShort ¶
func (a *Client) AdminQuerySessionShort(params *AdminQuerySessionParams, authInfo runtime.ClientAuthInfoWriter) (*AdminQuerySessionOK, error)
AdminQuerySessionShort query to available game session Query to available game session
func (*Client) AdminSearchSessionsV2Short ¶
func (a *Client) AdminSearchSessionsV2Short(params *AdminSearchSessionsV2Params, authInfo runtime.ClientAuthInfoWriter) (*AdminSearchSessionsV2OK, error)
AdminSearchSessionsV2Short search sessions Search sessions. Optimize the query by differentiating query with filter namespace only and filter with namespace & other filter (partyID, userID, matchID). Query with filter namespace only will not group whole session data while query with filter namespace & other filter will include session data.
func (*Client) CreateSessionShort ¶
func (a *Client) CreateSessionShort(params *CreateSessionParams, authInfo runtime.ClientAuthInfoWriter) (*CreateSessionOK, error)
CreateSessionShort register a new game session This end point intended to be called directly by P2P game client host or by DSMC
func (*Client) DeleteSessionLocalDSShort ¶
func (a *Client) DeleteSessionLocalDSShort(params *DeleteSessionLocalDSParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteSessionLocalDSOK, error)
DeleteSessionLocalDSShort only use for local ds entry, will error when calling non local ds entry Only use for local DS entry, will error when calling non local DS entry
func (*Client) DeleteSessionShort ¶
func (a *Client) DeleteSessionShort(params *DeleteSessionParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteSessionOK, error)
DeleteSessionShort delete specified (p2p) session by session id Delete the session (p2p) by session ID
func (*Client) GetActiveCustomGameSessionsShort ¶
func (a *Client) GetActiveCustomGameSessionsShort(params *GetActiveCustomGameSessionsParams, authInfo runtime.ClientAuthInfoWriter) (*GetActiveCustomGameSessionsOK, error)
GetActiveCustomGameSessionsShort get all active session for custom game, this return only dedicated session type Get all active session for custom game, this return only dedicated session type
func (*Client) GetActiveMatchmakingGameSessionsShort ¶
func (a *Client) GetActiveMatchmakingGameSessionsShort(params *GetActiveMatchmakingGameSessionsParams, authInfo runtime.ClientAuthInfoWriter) (*GetActiveMatchmakingGameSessionsOK, error)
GetActiveMatchmakingGameSessionsShort get all active session for matchmaking game, this return only dedicated session type Get all active session for matchmaking game, this return only dedicated session type
func (*Client) GetRecentPlayerShort ¶
func (a *Client) GetRecentPlayerShort(params *GetRecentPlayerParams, authInfo runtime.ClientAuthInfoWriter) (*GetRecentPlayerOK, error)
GetRecentPlayerShort query recent players with given user id Query recent player by user ID
func (*Client) GetSessionByUserIDsShort ¶
func (a *Client) GetSessionByUserIDsShort(params *GetSessionByUserIDsParams, authInfo runtime.ClientAuthInfoWriter) (*GetSessionByUserIDsOK, error)
GetSessionByUserIDsShort query game sessions by comma separated user ids Query game sessions by comma separated user ids
func (*Client) GetSessionHistoryDetailedShort ¶
func (a *Client) GetSessionHistoryDetailedShort(params *GetSessionHistoryDetailedParams, authInfo runtime.ClientAuthInfoWriter) (*GetSessionHistoryDetailedOK, error)
GetSessionHistoryDetailedShort get session history detailed Get session history detailed.
if party_id value empty/null, field will not show in response body.
func (*Client) GetSessionShort ¶
func (a *Client) GetSessionShort(params *GetSessionParams, authInfo runtime.ClientAuthInfoWriter) (*GetSessionOK, error)
GetSessionShort get specified session by session id Get the session by session ID
func (*Client) GetTotalActiveSessionShort ¶
func (a *Client) GetTotalActiveSessionShort(params *GetTotalActiveSessionParams, authInfo runtime.ClientAuthInfoWriter) (*GetTotalActiveSessionOK, error)
GetTotalActiveSessionShort get all active session Get all active session
func (*Client) JoinSessionShort ¶
func (a *Client) JoinSessionShort(params *JoinSessionParams, authInfo runtime.ClientAuthInfoWriter) (*JoinSessionOK, error)
JoinSessionShort join specified session by session id Join the specified session by session ID. Possible the game required a password to join
func (*Client) RemovePlayerFromSessionShort ¶
func (a *Client) RemovePlayerFromSessionShort(params *RemovePlayerFromSessionParams, authInfo runtime.ClientAuthInfoWriter) (*RemovePlayerFromSessionOK, error)
RemovePlayerFromSessionShort remove player from game session Remove player from game session
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
func (*Client) UpdateSessionShort ¶
func (a *Client) UpdateSessionShort(params *UpdateSessionParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateSessionOK, error)
UpdateSessionShort update session Update game session, used to update the current player
func (*Client) UpdateSettingsShort ¶
func (a *Client) UpdateSettingsShort(params *UpdateSettingsParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateSettingsOK, error)
UpdateSettingsShort update settings Update game session, used to update OtherSettings
func (*Client) UserQuerySessionShort ¶
func (a *Client) UserQuerySessionShort(params *UserQuerySessionParams, authInfo runtime.ClientAuthInfoWriter) (*UserQuerySessionOK, error)
UserQuerySessionShort query to available game session Query available game session
type ClientService ¶
type ClientService interface { AdminQuerySessionShort(params *AdminQuerySessionParams, authInfo runtime.ClientAuthInfoWriter) (*AdminQuerySessionOK, error) GetTotalActiveSessionShort(params *GetTotalActiveSessionParams, authInfo runtime.ClientAuthInfoWriter) (*GetTotalActiveSessionOK, error) GetActiveCustomGameSessionsShort(params *GetActiveCustomGameSessionsParams, authInfo runtime.ClientAuthInfoWriter) (*GetActiveCustomGameSessionsOK, error) GetActiveMatchmakingGameSessionsShort(params *GetActiveMatchmakingGameSessionsParams, authInfo runtime.ClientAuthInfoWriter) (*GetActiveMatchmakingGameSessionsOK, error) AdminGetSessionShort(params *AdminGetSessionParams, authInfo runtime.ClientAuthInfoWriter) (*AdminGetSessionOK, error) AdminDeleteSessionShort(params *AdminDeleteSessionParams, authInfo runtime.ClientAuthInfoWriter) (*AdminDeleteSessionOK, error) AdminSearchSessionsV2Short(params *AdminSearchSessionsV2Params, authInfo runtime.ClientAuthInfoWriter) (*AdminSearchSessionsV2OK, error) GetSessionHistoryDetailedShort(params *GetSessionHistoryDetailedParams, authInfo runtime.ClientAuthInfoWriter) (*GetSessionHistoryDetailedOK, error) UserQuerySessionShort(params *UserQuerySessionParams, authInfo runtime.ClientAuthInfoWriter) (*UserQuerySessionOK, error) CreateSessionShort(params *CreateSessionParams, authInfo runtime.ClientAuthInfoWriter) (*CreateSessionOK, error) GetSessionByUserIDsShort(params *GetSessionByUserIDsParams, authInfo runtime.ClientAuthInfoWriter) (*GetSessionByUserIDsOK, error) GetSessionShort(params *GetSessionParams, authInfo runtime.ClientAuthInfoWriter) (*GetSessionOK, error) UpdateSessionShort(params *UpdateSessionParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateSessionOK, error) DeleteSessionShort(params *DeleteSessionParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteSessionOK, error) JoinSessionShort(params *JoinSessionParams, authInfo runtime.ClientAuthInfoWriter) (*JoinSessionOK, error) DeleteSessionLocalDSShort(params *DeleteSessionLocalDSParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteSessionLocalDSOK, error) AddPlayerToSessionShort(params *AddPlayerToSessionParams, authInfo runtime.ClientAuthInfoWriter) (*AddPlayerToSessionOK, error) RemovePlayerFromSessionShort(params *RemovePlayerFromSessionParams, authInfo runtime.ClientAuthInfoWriter) (*RemovePlayerFromSessionOK, error) UpdateSettingsShort(params *UpdateSettingsParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateSettingsOK, error) GetRecentPlayerShort(params *GetRecentPlayerParams, authInfo runtime.ClientAuthInfoWriter) (*GetRecentPlayerOK, error) SetTransport(transport runtime.ClientTransport) }
ClientService is the interface for Client methods
func New ¶
func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService
New creates a new session API client.
type CreateSessionBadRequest ¶
type CreateSessionBadRequest struct {
Payload *sessionbrowserclientmodels.RestapiErrorResponseV2
}
CreateSessionBadRequest handles this case with default header values.
malformed request
func NewCreateSessionBadRequest ¶
func NewCreateSessionBadRequest() *CreateSessionBadRequest
NewCreateSessionBadRequest creates a CreateSessionBadRequest with default headers values
func (*CreateSessionBadRequest) Error ¶
func (o *CreateSessionBadRequest) Error() string
func (*CreateSessionBadRequest) GetPayload ¶
func (o *CreateSessionBadRequest) GetPayload() *sessionbrowserclientmodels.RestapiErrorResponseV2
func (*CreateSessionBadRequest) ToJSONString ¶
func (o *CreateSessionBadRequest) ToJSONString() string
type CreateSessionConflict ¶
type CreateSessionConflict struct {
Payload *sessionbrowserclientmodels.RestapiErrorResponseV2
}
CreateSessionConflict handles this case with default header values.
session already exists
func NewCreateSessionConflict ¶
func NewCreateSessionConflict() *CreateSessionConflict
NewCreateSessionConflict creates a CreateSessionConflict with default headers values
func (*CreateSessionConflict) Error ¶
func (o *CreateSessionConflict) Error() string
func (*CreateSessionConflict) GetPayload ¶
func (o *CreateSessionConflict) GetPayload() *sessionbrowserclientmodels.RestapiErrorResponseV2
func (*CreateSessionConflict) ToJSONString ¶
func (o *CreateSessionConflict) ToJSONString() string
type CreateSessionForbidden ¶
type CreateSessionForbidden struct {
Payload *sessionbrowserclientmodels.RestapiErrorResponseV2
}
CreateSessionForbidden handles this case with default header values.
user is banned from creating session
func NewCreateSessionForbidden ¶
func NewCreateSessionForbidden() *CreateSessionForbidden
NewCreateSessionForbidden creates a CreateSessionForbidden with default headers values
func (*CreateSessionForbidden) Error ¶
func (o *CreateSessionForbidden) Error() string
func (*CreateSessionForbidden) GetPayload ¶
func (o *CreateSessionForbidden) GetPayload() *sessionbrowserclientmodels.RestapiErrorResponseV2
func (*CreateSessionForbidden) ToJSONString ¶
func (o *CreateSessionForbidden) ToJSONString() string
type CreateSessionInternalServerError ¶
type CreateSessionInternalServerError struct {
Payload *sessionbrowserclientmodels.ResponseError
}
CreateSessionInternalServerError handles this case with default header values.
Internal Server Error
func NewCreateSessionInternalServerError ¶
func NewCreateSessionInternalServerError() *CreateSessionInternalServerError
NewCreateSessionInternalServerError creates a CreateSessionInternalServerError with default headers values
func (*CreateSessionInternalServerError) Error ¶
func (o *CreateSessionInternalServerError) Error() string
func (*CreateSessionInternalServerError) GetPayload ¶
func (o *CreateSessionInternalServerError) GetPayload() *sessionbrowserclientmodels.ResponseError
func (*CreateSessionInternalServerError) ToJSONString ¶
func (o *CreateSessionInternalServerError) ToJSONString() string
type CreateSessionOK ¶
type CreateSessionOK struct {
Payload *sessionbrowserclientmodels.ModelsSessionResponse
}
CreateSessionOK handles this case with default header values.
session created
func NewCreateSessionOK ¶
func NewCreateSessionOK() *CreateSessionOK
NewCreateSessionOK creates a CreateSessionOK with default headers values
func (*CreateSessionOK) Error ¶
func (o *CreateSessionOK) Error() string
func (*CreateSessionOK) GetPayload ¶
func (o *CreateSessionOK) GetPayload() *sessionbrowserclientmodels.ModelsSessionResponse
func (*CreateSessionOK) ToJSONString ¶
func (o *CreateSessionOK) ToJSONString() string
type CreateSessionParams ¶
type CreateSessionParams struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*Body*/ Body *sessionbrowserclientmodels.ModelsCreateSessionRequest /*Namespace namespace of the game */ Namespace string AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // XFlightId is an optional parameter from this SDK XFlightId *string // contains filtered or unexported fields }
CreateSessionParams contains all the parameters to send to the API endpoint for the create session operation typically these are written to a http.Request
func NewCreateSessionParams ¶
func NewCreateSessionParams() *CreateSessionParams
NewCreateSessionParams creates a new CreateSessionParams object with the default values initialized.
func NewCreateSessionParamsWithContext ¶
func NewCreateSessionParamsWithContext(ctx context.Context) *CreateSessionParams
NewCreateSessionParamsWithContext creates a new CreateSessionParams object with the default values initialized, and the ability to set a context for a request
func NewCreateSessionParamsWithHTTPClient ¶
func NewCreateSessionParamsWithHTTPClient(client *http.Client) *CreateSessionParams
NewCreateSessionParamsWithHTTPClient creates a new CreateSessionParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewCreateSessionParamsWithTimeout ¶
func NewCreateSessionParamsWithTimeout(timeout time.Duration) *CreateSessionParams
NewCreateSessionParamsWithTimeout creates a new CreateSessionParams object with the default values initialized, and the ability to set a timeout on a request
func (*CreateSessionParams) SetAuthInfoWriter ¶
func (o *CreateSessionParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the create session params
func (*CreateSessionParams) SetBody ¶
func (o *CreateSessionParams) SetBody(body *sessionbrowserclientmodels.ModelsCreateSessionRequest)
SetBody adds the body to the create session params
func (*CreateSessionParams) SetContext ¶
func (o *CreateSessionParams) SetContext(ctx context.Context)
SetContext adds the context to the create session params
func (*CreateSessionParams) SetFlightId ¶
func (o *CreateSessionParams) SetFlightId(flightId string)
SetFlightId adds the flightId as the header value for this specific endpoint
func (*CreateSessionParams) SetHTTPClient ¶
func (o *CreateSessionParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create session params
func (*CreateSessionParams) SetHTTPClientTransport ¶
func (o *CreateSessionParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the create session params
func (*CreateSessionParams) SetNamespace ¶
func (o *CreateSessionParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the create session params
func (*CreateSessionParams) SetTimeout ¶
func (o *CreateSessionParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create session params
func (*CreateSessionParams) WithBody ¶
func (o *CreateSessionParams) WithBody(body *sessionbrowserclientmodels.ModelsCreateSessionRequest) *CreateSessionParams
WithBody adds the body to the create session params
func (*CreateSessionParams) WithContext ¶
func (o *CreateSessionParams) WithContext(ctx context.Context) *CreateSessionParams
WithContext adds the context to the create session params
func (*CreateSessionParams) WithHTTPClient ¶
func (o *CreateSessionParams) WithHTTPClient(client *http.Client) *CreateSessionParams
WithHTTPClient adds the HTTPClient to the create session params
func (*CreateSessionParams) WithNamespace ¶
func (o *CreateSessionParams) WithNamespace(namespace string) *CreateSessionParams
WithNamespace adds the namespace to the create session params
func (*CreateSessionParams) WithTimeout ¶
func (o *CreateSessionParams) WithTimeout(timeout time.Duration) *CreateSessionParams
WithTimeout adds the timeout to the create session params
func (*CreateSessionParams) WriteToRequest ¶
func (o *CreateSessionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateSessionReader ¶
type CreateSessionReader struct {
// contains filtered or unexported fields
}
CreateSessionReader is a Reader for the CreateSession structure.
func (*CreateSessionReader) ReadResponse ¶
func (o *CreateSessionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteSessionBadRequest ¶
type DeleteSessionBadRequest struct {
Payload *sessionbrowserclientmodels.ResponseError
}
DeleteSessionBadRequest handles this case with default header values.
malformed request
func NewDeleteSessionBadRequest ¶
func NewDeleteSessionBadRequest() *DeleteSessionBadRequest
NewDeleteSessionBadRequest creates a DeleteSessionBadRequest with default headers values
func (*DeleteSessionBadRequest) Error ¶
func (o *DeleteSessionBadRequest) Error() string
func (*DeleteSessionBadRequest) GetPayload ¶
func (o *DeleteSessionBadRequest) GetPayload() *sessionbrowserclientmodels.ResponseError
func (*DeleteSessionBadRequest) ToJSONString ¶
func (o *DeleteSessionBadRequest) ToJSONString() string
type DeleteSessionInternalServerError ¶
type DeleteSessionInternalServerError struct {
Payload *sessionbrowserclientmodels.ResponseError
}
DeleteSessionInternalServerError handles this case with default header values.
Internal Server Error
func NewDeleteSessionInternalServerError ¶
func NewDeleteSessionInternalServerError() *DeleteSessionInternalServerError
NewDeleteSessionInternalServerError creates a DeleteSessionInternalServerError with default headers values
func (*DeleteSessionInternalServerError) Error ¶
func (o *DeleteSessionInternalServerError) Error() string
func (*DeleteSessionInternalServerError) GetPayload ¶
func (o *DeleteSessionInternalServerError) GetPayload() *sessionbrowserclientmodels.ResponseError
func (*DeleteSessionInternalServerError) ToJSONString ¶
func (o *DeleteSessionInternalServerError) ToJSONString() string
type DeleteSessionLocalDSBadRequest ¶
type DeleteSessionLocalDSBadRequest struct {
Payload *sessionbrowserclientmodels.ResponseError
}
DeleteSessionLocalDSBadRequest handles this case with default header values.
malformed request
func NewDeleteSessionLocalDSBadRequest ¶
func NewDeleteSessionLocalDSBadRequest() *DeleteSessionLocalDSBadRequest
NewDeleteSessionLocalDSBadRequest creates a DeleteSessionLocalDSBadRequest with default headers values
func (*DeleteSessionLocalDSBadRequest) Error ¶
func (o *DeleteSessionLocalDSBadRequest) Error() string
func (*DeleteSessionLocalDSBadRequest) GetPayload ¶
func (o *DeleteSessionLocalDSBadRequest) GetPayload() *sessionbrowserclientmodels.ResponseError
func (*DeleteSessionLocalDSBadRequest) ToJSONString ¶
func (o *DeleteSessionLocalDSBadRequest) ToJSONString() string
type DeleteSessionLocalDSInternalServerError ¶
type DeleteSessionLocalDSInternalServerError struct {
Payload *sessionbrowserclientmodels.ResponseError
}
DeleteSessionLocalDSInternalServerError handles this case with default header values.
Internal Server Error
func NewDeleteSessionLocalDSInternalServerError ¶
func NewDeleteSessionLocalDSInternalServerError() *DeleteSessionLocalDSInternalServerError
NewDeleteSessionLocalDSInternalServerError creates a DeleteSessionLocalDSInternalServerError with default headers values
func (*DeleteSessionLocalDSInternalServerError) Error ¶
func (o *DeleteSessionLocalDSInternalServerError) Error() string
func (*DeleteSessionLocalDSInternalServerError) GetPayload ¶
func (o *DeleteSessionLocalDSInternalServerError) GetPayload() *sessionbrowserclientmodels.ResponseError
func (*DeleteSessionLocalDSInternalServerError) ToJSONString ¶
func (o *DeleteSessionLocalDSInternalServerError) ToJSONString() string
type DeleteSessionLocalDSNotFound ¶
type DeleteSessionLocalDSNotFound struct {
Payload *sessionbrowserclientmodels.ResponseError
}
DeleteSessionLocalDSNotFound handles this case with default header values.
session not found
func NewDeleteSessionLocalDSNotFound ¶
func NewDeleteSessionLocalDSNotFound() *DeleteSessionLocalDSNotFound
NewDeleteSessionLocalDSNotFound creates a DeleteSessionLocalDSNotFound with default headers values
func (*DeleteSessionLocalDSNotFound) Error ¶
func (o *DeleteSessionLocalDSNotFound) Error() string
func (*DeleteSessionLocalDSNotFound) GetPayload ¶
func (o *DeleteSessionLocalDSNotFound) GetPayload() *sessionbrowserclientmodels.ResponseError
func (*DeleteSessionLocalDSNotFound) ToJSONString ¶
func (o *DeleteSessionLocalDSNotFound) ToJSONString() string
type DeleteSessionLocalDSOK ¶
type DeleteSessionLocalDSOK struct {
Payload *sessionbrowserclientmodels.ModelsSessionResponse
}
DeleteSessionLocalDSOK handles this case with default header values.
session get
func NewDeleteSessionLocalDSOK ¶
func NewDeleteSessionLocalDSOK() *DeleteSessionLocalDSOK
NewDeleteSessionLocalDSOK creates a DeleteSessionLocalDSOK with default headers values
func (*DeleteSessionLocalDSOK) Error ¶
func (o *DeleteSessionLocalDSOK) Error() string
func (*DeleteSessionLocalDSOK) GetPayload ¶
func (o *DeleteSessionLocalDSOK) GetPayload() *sessionbrowserclientmodels.ModelsSessionResponse
func (*DeleteSessionLocalDSOK) ToJSONString ¶
func (o *DeleteSessionLocalDSOK) ToJSONString() string
type DeleteSessionLocalDSParams ¶
type DeleteSessionLocalDSParams struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*Namespace namespace of the game */ Namespace string /*SessionID session ID */ SessionID string AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // XFlightId is an optional parameter from this SDK XFlightId *string // contains filtered or unexported fields }
DeleteSessionLocalDSParams contains all the parameters to send to the API endpoint for the delete session local ds operation typically these are written to a http.Request
func NewDeleteSessionLocalDSParams ¶
func NewDeleteSessionLocalDSParams() *DeleteSessionLocalDSParams
NewDeleteSessionLocalDSParams creates a new DeleteSessionLocalDSParams object with the default values initialized.
func NewDeleteSessionLocalDSParamsWithContext ¶
func NewDeleteSessionLocalDSParamsWithContext(ctx context.Context) *DeleteSessionLocalDSParams
NewDeleteSessionLocalDSParamsWithContext creates a new DeleteSessionLocalDSParams object with the default values initialized, and the ability to set a context for a request
func NewDeleteSessionLocalDSParamsWithHTTPClient ¶
func NewDeleteSessionLocalDSParamsWithHTTPClient(client *http.Client) *DeleteSessionLocalDSParams
NewDeleteSessionLocalDSParamsWithHTTPClient creates a new DeleteSessionLocalDSParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDeleteSessionLocalDSParamsWithTimeout ¶
func NewDeleteSessionLocalDSParamsWithTimeout(timeout time.Duration) *DeleteSessionLocalDSParams
NewDeleteSessionLocalDSParamsWithTimeout creates a new DeleteSessionLocalDSParams object with the default values initialized, and the ability to set a timeout on a request
func (*DeleteSessionLocalDSParams) SetAuthInfoWriter ¶
func (o *DeleteSessionLocalDSParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the delete session local ds params
func (*DeleteSessionLocalDSParams) SetContext ¶
func (o *DeleteSessionLocalDSParams) SetContext(ctx context.Context)
SetContext adds the context to the delete session local ds params
func (*DeleteSessionLocalDSParams) SetFlightId ¶
func (o *DeleteSessionLocalDSParams) SetFlightId(flightId string)
SetFlightId adds the flightId as the header value for this specific endpoint
func (*DeleteSessionLocalDSParams) SetHTTPClient ¶
func (o *DeleteSessionLocalDSParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete session local ds params
func (*DeleteSessionLocalDSParams) SetHTTPClientTransport ¶
func (o *DeleteSessionLocalDSParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the delete session local ds params
func (*DeleteSessionLocalDSParams) SetNamespace ¶
func (o *DeleteSessionLocalDSParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the delete session local ds params
func (*DeleteSessionLocalDSParams) SetSessionID ¶
func (o *DeleteSessionLocalDSParams) SetSessionID(sessionID string)
SetSessionID adds the sessionId to the delete session local ds params
func (*DeleteSessionLocalDSParams) SetTimeout ¶
func (o *DeleteSessionLocalDSParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete session local ds params
func (*DeleteSessionLocalDSParams) WithContext ¶
func (o *DeleteSessionLocalDSParams) WithContext(ctx context.Context) *DeleteSessionLocalDSParams
WithContext adds the context to the delete session local ds params
func (*DeleteSessionLocalDSParams) WithHTTPClient ¶
func (o *DeleteSessionLocalDSParams) WithHTTPClient(client *http.Client) *DeleteSessionLocalDSParams
WithHTTPClient adds the HTTPClient to the delete session local ds params
func (*DeleteSessionLocalDSParams) WithNamespace ¶
func (o *DeleteSessionLocalDSParams) WithNamespace(namespace string) *DeleteSessionLocalDSParams
WithNamespace adds the namespace to the delete session local ds params
func (*DeleteSessionLocalDSParams) WithSessionID ¶
func (o *DeleteSessionLocalDSParams) WithSessionID(sessionID string) *DeleteSessionLocalDSParams
WithSessionID adds the sessionID to the delete session local ds params
func (*DeleteSessionLocalDSParams) WithTimeout ¶
func (o *DeleteSessionLocalDSParams) WithTimeout(timeout time.Duration) *DeleteSessionLocalDSParams
WithTimeout adds the timeout to the delete session local ds params
func (*DeleteSessionLocalDSParams) WriteToRequest ¶
func (o *DeleteSessionLocalDSParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteSessionLocalDSReader ¶
type DeleteSessionLocalDSReader struct {
// contains filtered or unexported fields
}
DeleteSessionLocalDSReader is a Reader for the DeleteSessionLocalDS structure.
func (*DeleteSessionLocalDSReader) ReadResponse ¶
func (o *DeleteSessionLocalDSReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteSessionNotFound ¶
type DeleteSessionNotFound struct {
Payload *sessionbrowserclientmodels.ResponseError
}
DeleteSessionNotFound handles this case with default header values.
session not found
func NewDeleteSessionNotFound ¶
func NewDeleteSessionNotFound() *DeleteSessionNotFound
NewDeleteSessionNotFound creates a DeleteSessionNotFound with default headers values
func (*DeleteSessionNotFound) Error ¶
func (o *DeleteSessionNotFound) Error() string
func (*DeleteSessionNotFound) GetPayload ¶
func (o *DeleteSessionNotFound) GetPayload() *sessionbrowserclientmodels.ResponseError
func (*DeleteSessionNotFound) ToJSONString ¶
func (o *DeleteSessionNotFound) ToJSONString() string
type DeleteSessionOK ¶
type DeleteSessionOK struct {
Payload *sessionbrowserclientmodels.ModelsSessionResponse
}
DeleteSessionOK handles this case with default header values.
session get
func NewDeleteSessionOK ¶
func NewDeleteSessionOK() *DeleteSessionOK
NewDeleteSessionOK creates a DeleteSessionOK with default headers values
func (*DeleteSessionOK) Error ¶
func (o *DeleteSessionOK) Error() string
func (*DeleteSessionOK) GetPayload ¶
func (o *DeleteSessionOK) GetPayload() *sessionbrowserclientmodels.ModelsSessionResponse
func (*DeleteSessionOK) ToJSONString ¶
func (o *DeleteSessionOK) ToJSONString() string
type DeleteSessionParams ¶
type DeleteSessionParams struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*Namespace namespace of the game */ Namespace string /*SessionID session ID */ SessionID string AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // XFlightId is an optional parameter from this SDK XFlightId *string // contains filtered or unexported fields }
DeleteSessionParams contains all the parameters to send to the API endpoint for the delete session operation typically these are written to a http.Request
func NewDeleteSessionParams ¶
func NewDeleteSessionParams() *DeleteSessionParams
NewDeleteSessionParams creates a new DeleteSessionParams object with the default values initialized.
func NewDeleteSessionParamsWithContext ¶
func NewDeleteSessionParamsWithContext(ctx context.Context) *DeleteSessionParams
NewDeleteSessionParamsWithContext creates a new DeleteSessionParams object with the default values initialized, and the ability to set a context for a request
func NewDeleteSessionParamsWithHTTPClient ¶
func NewDeleteSessionParamsWithHTTPClient(client *http.Client) *DeleteSessionParams
NewDeleteSessionParamsWithHTTPClient creates a new DeleteSessionParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDeleteSessionParamsWithTimeout ¶
func NewDeleteSessionParamsWithTimeout(timeout time.Duration) *DeleteSessionParams
NewDeleteSessionParamsWithTimeout creates a new DeleteSessionParams object with the default values initialized, and the ability to set a timeout on a request
func (*DeleteSessionParams) SetAuthInfoWriter ¶
func (o *DeleteSessionParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the delete session params
func (*DeleteSessionParams) SetContext ¶
func (o *DeleteSessionParams) SetContext(ctx context.Context)
SetContext adds the context to the delete session params
func (*DeleteSessionParams) SetFlightId ¶
func (o *DeleteSessionParams) SetFlightId(flightId string)
SetFlightId adds the flightId as the header value for this specific endpoint
func (*DeleteSessionParams) SetHTTPClient ¶
func (o *DeleteSessionParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete session params
func (*DeleteSessionParams) SetHTTPClientTransport ¶
func (o *DeleteSessionParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the delete session params
func (*DeleteSessionParams) SetNamespace ¶
func (o *DeleteSessionParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the delete session params
func (*DeleteSessionParams) SetSessionID ¶
func (o *DeleteSessionParams) SetSessionID(sessionID string)
SetSessionID adds the sessionId to the delete session params
func (*DeleteSessionParams) SetTimeout ¶
func (o *DeleteSessionParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete session params
func (*DeleteSessionParams) WithContext ¶
func (o *DeleteSessionParams) WithContext(ctx context.Context) *DeleteSessionParams
WithContext adds the context to the delete session params
func (*DeleteSessionParams) WithHTTPClient ¶
func (o *DeleteSessionParams) WithHTTPClient(client *http.Client) *DeleteSessionParams
WithHTTPClient adds the HTTPClient to the delete session params
func (*DeleteSessionParams) WithNamespace ¶
func (o *DeleteSessionParams) WithNamespace(namespace string) *DeleteSessionParams
WithNamespace adds the namespace to the delete session params
func (*DeleteSessionParams) WithSessionID ¶
func (o *DeleteSessionParams) WithSessionID(sessionID string) *DeleteSessionParams
WithSessionID adds the sessionID to the delete session params
func (*DeleteSessionParams) WithTimeout ¶
func (o *DeleteSessionParams) WithTimeout(timeout time.Duration) *DeleteSessionParams
WithTimeout adds the timeout to the delete session params
func (*DeleteSessionParams) WriteToRequest ¶
func (o *DeleteSessionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteSessionReader ¶
type DeleteSessionReader struct {
// contains filtered or unexported fields
}
DeleteSessionReader is a Reader for the DeleteSession structure.
func (*DeleteSessionReader) ReadResponse ¶
func (o *DeleteSessionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetActiveCustomGameSessionsBadRequest ¶
type GetActiveCustomGameSessionsBadRequest struct {
Payload *sessionbrowserclientmodels.RestapiErrorResponseV2
}
GetActiveCustomGameSessionsBadRequest handles this case with default header values.
malformed request
func NewGetActiveCustomGameSessionsBadRequest ¶
func NewGetActiveCustomGameSessionsBadRequest() *GetActiveCustomGameSessionsBadRequest
NewGetActiveCustomGameSessionsBadRequest creates a GetActiveCustomGameSessionsBadRequest with default headers values
func (*GetActiveCustomGameSessionsBadRequest) Error ¶
func (o *GetActiveCustomGameSessionsBadRequest) Error() string
func (*GetActiveCustomGameSessionsBadRequest) GetPayload ¶
func (o *GetActiveCustomGameSessionsBadRequest) GetPayload() *sessionbrowserclientmodels.RestapiErrorResponseV2
func (*GetActiveCustomGameSessionsBadRequest) ToJSONString ¶
func (o *GetActiveCustomGameSessionsBadRequest) ToJSONString() string
type GetActiveCustomGameSessionsInternalServerError ¶
type GetActiveCustomGameSessionsInternalServerError struct {
Payload *sessionbrowserclientmodels.RestapiErrorResponseV2
}
GetActiveCustomGameSessionsInternalServerError handles this case with default header values.
Internal Server Error
func NewGetActiveCustomGameSessionsInternalServerError ¶
func NewGetActiveCustomGameSessionsInternalServerError() *GetActiveCustomGameSessionsInternalServerError
NewGetActiveCustomGameSessionsInternalServerError creates a GetActiveCustomGameSessionsInternalServerError with default headers values
func (*GetActiveCustomGameSessionsInternalServerError) Error ¶
func (o *GetActiveCustomGameSessionsInternalServerError) Error() string
func (*GetActiveCustomGameSessionsInternalServerError) GetPayload ¶
func (o *GetActiveCustomGameSessionsInternalServerError) GetPayload() *sessionbrowserclientmodels.RestapiErrorResponseV2
func (*GetActiveCustomGameSessionsInternalServerError) ToJSONString ¶
func (o *GetActiveCustomGameSessionsInternalServerError) ToJSONString() string
type GetActiveCustomGameSessionsOK ¶
type GetActiveCustomGameSessionsOK struct {
Payload *sessionbrowserclientmodels.ModelsActiveCustomGameResponse
}
GetActiveCustomGameSessionsOK handles this case with default header values.
custom game session list
func NewGetActiveCustomGameSessionsOK ¶
func NewGetActiveCustomGameSessionsOK() *GetActiveCustomGameSessionsOK
NewGetActiveCustomGameSessionsOK creates a GetActiveCustomGameSessionsOK with default headers values
func (*GetActiveCustomGameSessionsOK) Error ¶
func (o *GetActiveCustomGameSessionsOK) Error() string
func (*GetActiveCustomGameSessionsOK) GetPayload ¶
func (o *GetActiveCustomGameSessionsOK) GetPayload() *sessionbrowserclientmodels.ModelsActiveCustomGameResponse
func (*GetActiveCustomGameSessionsOK) ToJSONString ¶
func (o *GetActiveCustomGameSessionsOK) ToJSONString() string
type GetActiveCustomGameSessionsParams ¶
type GetActiveCustomGameSessionsParams struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*Namespace namespace */ Namespace string /*Limit max item to be returned */ Limit *int64 /*Offset skip some item(s), offset=3, will skip 3 first items */ Offset *int64 /*ServerRegion server region */ ServerRegion *string /*SessionID game session ID */ SessionID *string AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // XFlightId is an optional parameter from this SDK XFlightId *string // contains filtered or unexported fields }
GetActiveCustomGameSessionsParams contains all the parameters to send to the API endpoint for the get active custom game sessions operation typically these are written to a http.Request
func NewGetActiveCustomGameSessionsParams ¶
func NewGetActiveCustomGameSessionsParams() *GetActiveCustomGameSessionsParams
NewGetActiveCustomGameSessionsParams creates a new GetActiveCustomGameSessionsParams object with the default values initialized.
func NewGetActiveCustomGameSessionsParamsWithContext ¶
func NewGetActiveCustomGameSessionsParamsWithContext(ctx context.Context) *GetActiveCustomGameSessionsParams
NewGetActiveCustomGameSessionsParamsWithContext creates a new GetActiveCustomGameSessionsParams object with the default values initialized, and the ability to set a context for a request
func NewGetActiveCustomGameSessionsParamsWithHTTPClient ¶
func NewGetActiveCustomGameSessionsParamsWithHTTPClient(client *http.Client) *GetActiveCustomGameSessionsParams
NewGetActiveCustomGameSessionsParamsWithHTTPClient creates a new GetActiveCustomGameSessionsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetActiveCustomGameSessionsParamsWithTimeout ¶
func NewGetActiveCustomGameSessionsParamsWithTimeout(timeout time.Duration) *GetActiveCustomGameSessionsParams
NewGetActiveCustomGameSessionsParamsWithTimeout creates a new GetActiveCustomGameSessionsParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetActiveCustomGameSessionsParams) SetAuthInfoWriter ¶
func (o *GetActiveCustomGameSessionsParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the get active custom game sessions params
func (*GetActiveCustomGameSessionsParams) SetContext ¶
func (o *GetActiveCustomGameSessionsParams) SetContext(ctx context.Context)
SetContext adds the context to the get active custom game sessions params
func (*GetActiveCustomGameSessionsParams) SetFlightId ¶
func (o *GetActiveCustomGameSessionsParams) SetFlightId(flightId string)
SetFlightId adds the flightId as the header value for this specific endpoint
func (*GetActiveCustomGameSessionsParams) SetHTTPClient ¶
func (o *GetActiveCustomGameSessionsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get active custom game sessions params
func (*GetActiveCustomGameSessionsParams) SetHTTPClientTransport ¶
func (o *GetActiveCustomGameSessionsParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the get active custom game sessions params
func (*GetActiveCustomGameSessionsParams) SetLimit ¶
func (o *GetActiveCustomGameSessionsParams) SetLimit(limit *int64)
SetLimit adds the limit to the get active custom game sessions params
func (*GetActiveCustomGameSessionsParams) SetNamespace ¶
func (o *GetActiveCustomGameSessionsParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the get active custom game sessions params
func (*GetActiveCustomGameSessionsParams) SetOffset ¶
func (o *GetActiveCustomGameSessionsParams) SetOffset(offset *int64)
SetOffset adds the offset to the get active custom game sessions params
func (*GetActiveCustomGameSessionsParams) SetServerRegion ¶
func (o *GetActiveCustomGameSessionsParams) SetServerRegion(serverRegion *string)
SetServerRegion adds the serverRegion to the get active custom game sessions params
func (*GetActiveCustomGameSessionsParams) SetSessionID ¶
func (o *GetActiveCustomGameSessionsParams) SetSessionID(sessionID *string)
SetSessionID adds the sessionId to the get active custom game sessions params
func (*GetActiveCustomGameSessionsParams) SetTimeout ¶
func (o *GetActiveCustomGameSessionsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get active custom game sessions params
func (*GetActiveCustomGameSessionsParams) WithContext ¶
func (o *GetActiveCustomGameSessionsParams) WithContext(ctx context.Context) *GetActiveCustomGameSessionsParams
WithContext adds the context to the get active custom game sessions params
func (*GetActiveCustomGameSessionsParams) WithHTTPClient ¶
func (o *GetActiveCustomGameSessionsParams) WithHTTPClient(client *http.Client) *GetActiveCustomGameSessionsParams
WithHTTPClient adds the HTTPClient to the get active custom game sessions params
func (*GetActiveCustomGameSessionsParams) WithLimit ¶
func (o *GetActiveCustomGameSessionsParams) WithLimit(limit *int64) *GetActiveCustomGameSessionsParams
WithLimit adds the limit to the get active custom game sessions params
func (*GetActiveCustomGameSessionsParams) WithNamespace ¶
func (o *GetActiveCustomGameSessionsParams) WithNamespace(namespace string) *GetActiveCustomGameSessionsParams
WithNamespace adds the namespace to the get active custom game sessions params
func (*GetActiveCustomGameSessionsParams) WithOffset ¶
func (o *GetActiveCustomGameSessionsParams) WithOffset(offset *int64) *GetActiveCustomGameSessionsParams
WithOffset adds the offset to the get active custom game sessions params
func (*GetActiveCustomGameSessionsParams) WithServerRegion ¶
func (o *GetActiveCustomGameSessionsParams) WithServerRegion(serverRegion *string) *GetActiveCustomGameSessionsParams
WithServerRegion adds the serverRegion to the get active custom game sessions params
func (*GetActiveCustomGameSessionsParams) WithSessionID ¶
func (o *GetActiveCustomGameSessionsParams) WithSessionID(sessionID *string) *GetActiveCustomGameSessionsParams
WithSessionID adds the sessionID to the get active custom game sessions params
func (*GetActiveCustomGameSessionsParams) WithTimeout ¶
func (o *GetActiveCustomGameSessionsParams) WithTimeout(timeout time.Duration) *GetActiveCustomGameSessionsParams
WithTimeout adds the timeout to the get active custom game sessions params
func (*GetActiveCustomGameSessionsParams) WriteToRequest ¶
func (o *GetActiveCustomGameSessionsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetActiveCustomGameSessionsReader ¶
type GetActiveCustomGameSessionsReader struct {
// contains filtered or unexported fields
}
GetActiveCustomGameSessionsReader is a Reader for the GetActiveCustomGameSessions structure.
func (*GetActiveCustomGameSessionsReader) ReadResponse ¶
func (o *GetActiveCustomGameSessionsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetActiveMatchmakingGameSessionsBadRequest ¶
type GetActiveMatchmakingGameSessionsBadRequest struct {
Payload *sessionbrowserclientmodels.RestapiErrorResponseV2
}
GetActiveMatchmakingGameSessionsBadRequest handles this case with default header values.
malformed request
func NewGetActiveMatchmakingGameSessionsBadRequest ¶
func NewGetActiveMatchmakingGameSessionsBadRequest() *GetActiveMatchmakingGameSessionsBadRequest
NewGetActiveMatchmakingGameSessionsBadRequest creates a GetActiveMatchmakingGameSessionsBadRequest with default headers values
func (*GetActiveMatchmakingGameSessionsBadRequest) Error ¶
func (o *GetActiveMatchmakingGameSessionsBadRequest) Error() string
func (*GetActiveMatchmakingGameSessionsBadRequest) GetPayload ¶
func (o *GetActiveMatchmakingGameSessionsBadRequest) GetPayload() *sessionbrowserclientmodels.RestapiErrorResponseV2
func (*GetActiveMatchmakingGameSessionsBadRequest) ToJSONString ¶
func (o *GetActiveMatchmakingGameSessionsBadRequest) ToJSONString() string
type GetActiveMatchmakingGameSessionsInternalServerError ¶
type GetActiveMatchmakingGameSessionsInternalServerError struct {
Payload *sessionbrowserclientmodels.RestapiErrorResponseV2
}
GetActiveMatchmakingGameSessionsInternalServerError handles this case with default header values.
Internal Server Error
func NewGetActiveMatchmakingGameSessionsInternalServerError ¶
func NewGetActiveMatchmakingGameSessionsInternalServerError() *GetActiveMatchmakingGameSessionsInternalServerError
NewGetActiveMatchmakingGameSessionsInternalServerError creates a GetActiveMatchmakingGameSessionsInternalServerError with default headers values
func (*GetActiveMatchmakingGameSessionsInternalServerError) Error ¶
func (o *GetActiveMatchmakingGameSessionsInternalServerError) Error() string
func (*GetActiveMatchmakingGameSessionsInternalServerError) GetPayload ¶
func (o *GetActiveMatchmakingGameSessionsInternalServerError) GetPayload() *sessionbrowserclientmodels.RestapiErrorResponseV2
func (*GetActiveMatchmakingGameSessionsInternalServerError) ToJSONString ¶
func (o *GetActiveMatchmakingGameSessionsInternalServerError) ToJSONString() string
type GetActiveMatchmakingGameSessionsOK ¶
type GetActiveMatchmakingGameSessionsOK struct {
Payload *sessionbrowserclientmodels.ModelsActiveMatchmakingGameResponse
}
GetActiveMatchmakingGameSessionsOK handles this case with default header values.
matchmaking game session list
func NewGetActiveMatchmakingGameSessionsOK ¶
func NewGetActiveMatchmakingGameSessionsOK() *GetActiveMatchmakingGameSessionsOK
NewGetActiveMatchmakingGameSessionsOK creates a GetActiveMatchmakingGameSessionsOK with default headers values
func (*GetActiveMatchmakingGameSessionsOK) Error ¶
func (o *GetActiveMatchmakingGameSessionsOK) Error() string
func (*GetActiveMatchmakingGameSessionsOK) GetPayload ¶
func (o *GetActiveMatchmakingGameSessionsOK) GetPayload() *sessionbrowserclientmodels.ModelsActiveMatchmakingGameResponse
func (*GetActiveMatchmakingGameSessionsOK) ToJSONString ¶
func (o *GetActiveMatchmakingGameSessionsOK) ToJSONString() string
type GetActiveMatchmakingGameSessionsParams ¶
type GetActiveMatchmakingGameSessionsParams struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*Namespace namespace */ Namespace string /*Limit max item to be returned */ Limit *int64 /*MatchID matchmaking ID */ MatchID *string /*Offset skip some item(s), offset=3, will skip 3 first items */ Offset *int64 /*ServerRegion server region */ ServerRegion *string /*SessionID game session ID */ SessionID *string AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // XFlightId is an optional parameter from this SDK XFlightId *string // contains filtered or unexported fields }
GetActiveMatchmakingGameSessionsParams contains all the parameters to send to the API endpoint for the get active matchmaking game sessions operation typically these are written to a http.Request
func NewGetActiveMatchmakingGameSessionsParams ¶
func NewGetActiveMatchmakingGameSessionsParams() *GetActiveMatchmakingGameSessionsParams
NewGetActiveMatchmakingGameSessionsParams creates a new GetActiveMatchmakingGameSessionsParams object with the default values initialized.
func NewGetActiveMatchmakingGameSessionsParamsWithContext ¶
func NewGetActiveMatchmakingGameSessionsParamsWithContext(ctx context.Context) *GetActiveMatchmakingGameSessionsParams
NewGetActiveMatchmakingGameSessionsParamsWithContext creates a new GetActiveMatchmakingGameSessionsParams object with the default values initialized, and the ability to set a context for a request
func NewGetActiveMatchmakingGameSessionsParamsWithHTTPClient ¶
func NewGetActiveMatchmakingGameSessionsParamsWithHTTPClient(client *http.Client) *GetActiveMatchmakingGameSessionsParams
NewGetActiveMatchmakingGameSessionsParamsWithHTTPClient creates a new GetActiveMatchmakingGameSessionsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetActiveMatchmakingGameSessionsParamsWithTimeout ¶
func NewGetActiveMatchmakingGameSessionsParamsWithTimeout(timeout time.Duration) *GetActiveMatchmakingGameSessionsParams
NewGetActiveMatchmakingGameSessionsParamsWithTimeout creates a new GetActiveMatchmakingGameSessionsParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetActiveMatchmakingGameSessionsParams) SetAuthInfoWriter ¶
func (o *GetActiveMatchmakingGameSessionsParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the get active matchmaking game sessions params
func (*GetActiveMatchmakingGameSessionsParams) SetContext ¶
func (o *GetActiveMatchmakingGameSessionsParams) SetContext(ctx context.Context)
SetContext adds the context to the get active matchmaking game sessions params
func (*GetActiveMatchmakingGameSessionsParams) SetFlightId ¶
func (o *GetActiveMatchmakingGameSessionsParams) SetFlightId(flightId string)
SetFlightId adds the flightId as the header value for this specific endpoint
func (*GetActiveMatchmakingGameSessionsParams) SetHTTPClient ¶
func (o *GetActiveMatchmakingGameSessionsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get active matchmaking game sessions params
func (*GetActiveMatchmakingGameSessionsParams) SetHTTPClientTransport ¶
func (o *GetActiveMatchmakingGameSessionsParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the get active matchmaking game sessions params
func (*GetActiveMatchmakingGameSessionsParams) SetLimit ¶
func (o *GetActiveMatchmakingGameSessionsParams) SetLimit(limit *int64)
SetLimit adds the limit to the get active matchmaking game sessions params
func (*GetActiveMatchmakingGameSessionsParams) SetMatchID ¶
func (o *GetActiveMatchmakingGameSessionsParams) SetMatchID(matchID *string)
SetMatchID adds the matchId to the get active matchmaking game sessions params
func (*GetActiveMatchmakingGameSessionsParams) SetNamespace ¶
func (o *GetActiveMatchmakingGameSessionsParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the get active matchmaking game sessions params
func (*GetActiveMatchmakingGameSessionsParams) SetOffset ¶
func (o *GetActiveMatchmakingGameSessionsParams) SetOffset(offset *int64)
SetOffset adds the offset to the get active matchmaking game sessions params
func (*GetActiveMatchmakingGameSessionsParams) SetServerRegion ¶
func (o *GetActiveMatchmakingGameSessionsParams) SetServerRegion(serverRegion *string)
SetServerRegion adds the serverRegion to the get active matchmaking game sessions params
func (*GetActiveMatchmakingGameSessionsParams) SetSessionID ¶
func (o *GetActiveMatchmakingGameSessionsParams) SetSessionID(sessionID *string)
SetSessionID adds the sessionId to the get active matchmaking game sessions params
func (*GetActiveMatchmakingGameSessionsParams) SetTimeout ¶
func (o *GetActiveMatchmakingGameSessionsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get active matchmaking game sessions params
func (*GetActiveMatchmakingGameSessionsParams) WithContext ¶
func (o *GetActiveMatchmakingGameSessionsParams) WithContext(ctx context.Context) *GetActiveMatchmakingGameSessionsParams
WithContext adds the context to the get active matchmaking game sessions params
func (*GetActiveMatchmakingGameSessionsParams) WithHTTPClient ¶
func (o *GetActiveMatchmakingGameSessionsParams) WithHTTPClient(client *http.Client) *GetActiveMatchmakingGameSessionsParams
WithHTTPClient adds the HTTPClient to the get active matchmaking game sessions params
func (*GetActiveMatchmakingGameSessionsParams) WithLimit ¶
func (o *GetActiveMatchmakingGameSessionsParams) WithLimit(limit *int64) *GetActiveMatchmakingGameSessionsParams
WithLimit adds the limit to the get active matchmaking game sessions params
func (*GetActiveMatchmakingGameSessionsParams) WithMatchID ¶
func (o *GetActiveMatchmakingGameSessionsParams) WithMatchID(matchID *string) *GetActiveMatchmakingGameSessionsParams
WithMatchID adds the matchID to the get active matchmaking game sessions params
func (*GetActiveMatchmakingGameSessionsParams) WithNamespace ¶
func (o *GetActiveMatchmakingGameSessionsParams) WithNamespace(namespace string) *GetActiveMatchmakingGameSessionsParams
WithNamespace adds the namespace to the get active matchmaking game sessions params
func (*GetActiveMatchmakingGameSessionsParams) WithOffset ¶
func (o *GetActiveMatchmakingGameSessionsParams) WithOffset(offset *int64) *GetActiveMatchmakingGameSessionsParams
WithOffset adds the offset to the get active matchmaking game sessions params
func (*GetActiveMatchmakingGameSessionsParams) WithServerRegion ¶
func (o *GetActiveMatchmakingGameSessionsParams) WithServerRegion(serverRegion *string) *GetActiveMatchmakingGameSessionsParams
WithServerRegion adds the serverRegion to the get active matchmaking game sessions params
func (*GetActiveMatchmakingGameSessionsParams) WithSessionID ¶
func (o *GetActiveMatchmakingGameSessionsParams) WithSessionID(sessionID *string) *GetActiveMatchmakingGameSessionsParams
WithSessionID adds the sessionID to the get active matchmaking game sessions params
func (*GetActiveMatchmakingGameSessionsParams) WithTimeout ¶
func (o *GetActiveMatchmakingGameSessionsParams) WithTimeout(timeout time.Duration) *GetActiveMatchmakingGameSessionsParams
WithTimeout adds the timeout to the get active matchmaking game sessions params
func (*GetActiveMatchmakingGameSessionsParams) WriteToRequest ¶
func (o *GetActiveMatchmakingGameSessionsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetActiveMatchmakingGameSessionsReader ¶
type GetActiveMatchmakingGameSessionsReader struct {
// contains filtered or unexported fields
}
GetActiveMatchmakingGameSessionsReader is a Reader for the GetActiveMatchmakingGameSessions structure.
func (*GetActiveMatchmakingGameSessionsReader) ReadResponse ¶
func (o *GetActiveMatchmakingGameSessionsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetRecentPlayerBadRequest ¶
type GetRecentPlayerBadRequest struct {
Payload *sessionbrowserclientmodels.ResponseError
}
GetRecentPlayerBadRequest handles this case with default header values.
malformed request
func NewGetRecentPlayerBadRequest ¶
func NewGetRecentPlayerBadRequest() *GetRecentPlayerBadRequest
NewGetRecentPlayerBadRequest creates a GetRecentPlayerBadRequest with default headers values
func (*GetRecentPlayerBadRequest) Error ¶
func (o *GetRecentPlayerBadRequest) Error() string
func (*GetRecentPlayerBadRequest) GetPayload ¶
func (o *GetRecentPlayerBadRequest) GetPayload() *sessionbrowserclientmodels.ResponseError
func (*GetRecentPlayerBadRequest) ToJSONString ¶
func (o *GetRecentPlayerBadRequest) ToJSONString() string
type GetRecentPlayerInternalServerError ¶
type GetRecentPlayerInternalServerError struct {
Payload *sessionbrowserclientmodels.ResponseError
}
GetRecentPlayerInternalServerError handles this case with default header values.
Internal Server Error
func NewGetRecentPlayerInternalServerError ¶
func NewGetRecentPlayerInternalServerError() *GetRecentPlayerInternalServerError
NewGetRecentPlayerInternalServerError creates a GetRecentPlayerInternalServerError with default headers values
func (*GetRecentPlayerInternalServerError) Error ¶
func (o *GetRecentPlayerInternalServerError) Error() string
func (*GetRecentPlayerInternalServerError) GetPayload ¶
func (o *GetRecentPlayerInternalServerError) GetPayload() *sessionbrowserclientmodels.ResponseError
func (*GetRecentPlayerInternalServerError) ToJSONString ¶
func (o *GetRecentPlayerInternalServerError) ToJSONString() string
type GetRecentPlayerOK ¶
type GetRecentPlayerOK struct {
Payload *sessionbrowserclientmodels.ModelsRecentPlayerQueryResponse
}
GetRecentPlayerOK handles this case with default header values.
recent player get
func NewGetRecentPlayerOK ¶
func NewGetRecentPlayerOK() *GetRecentPlayerOK
NewGetRecentPlayerOK creates a GetRecentPlayerOK with default headers values
func (*GetRecentPlayerOK) Error ¶
func (o *GetRecentPlayerOK) Error() string
func (*GetRecentPlayerOK) GetPayload ¶
func (o *GetRecentPlayerOK) GetPayload() *sessionbrowserclientmodels.ModelsRecentPlayerQueryResponse
func (*GetRecentPlayerOK) ToJSONString ¶
func (o *GetRecentPlayerOK) ToJSONString() string
type GetRecentPlayerParams ¶
type GetRecentPlayerParams struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*Namespace namespace of the game */ Namespace string /*UserID user ID */ UserID string AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // XFlightId is an optional parameter from this SDK XFlightId *string // contains filtered or unexported fields }
GetRecentPlayerParams contains all the parameters to send to the API endpoint for the get recent player operation typically these are written to a http.Request
func NewGetRecentPlayerParams ¶
func NewGetRecentPlayerParams() *GetRecentPlayerParams
NewGetRecentPlayerParams creates a new GetRecentPlayerParams object with the default values initialized.
func NewGetRecentPlayerParamsWithContext ¶
func NewGetRecentPlayerParamsWithContext(ctx context.Context) *GetRecentPlayerParams
NewGetRecentPlayerParamsWithContext creates a new GetRecentPlayerParams object with the default values initialized, and the ability to set a context for a request
func NewGetRecentPlayerParamsWithHTTPClient ¶
func NewGetRecentPlayerParamsWithHTTPClient(client *http.Client) *GetRecentPlayerParams
NewGetRecentPlayerParamsWithHTTPClient creates a new GetRecentPlayerParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetRecentPlayerParamsWithTimeout ¶
func NewGetRecentPlayerParamsWithTimeout(timeout time.Duration) *GetRecentPlayerParams
NewGetRecentPlayerParamsWithTimeout creates a new GetRecentPlayerParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetRecentPlayerParams) SetAuthInfoWriter ¶
func (o *GetRecentPlayerParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the get recent player params
func (*GetRecentPlayerParams) SetContext ¶
func (o *GetRecentPlayerParams) SetContext(ctx context.Context)
SetContext adds the context to the get recent player params
func (*GetRecentPlayerParams) SetFlightId ¶
func (o *GetRecentPlayerParams) SetFlightId(flightId string)
SetFlightId adds the flightId as the header value for this specific endpoint
func (*GetRecentPlayerParams) SetHTTPClient ¶
func (o *GetRecentPlayerParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get recent player params
func (*GetRecentPlayerParams) SetHTTPClientTransport ¶
func (o *GetRecentPlayerParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the get recent player params
func (*GetRecentPlayerParams) SetNamespace ¶
func (o *GetRecentPlayerParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the get recent player params
func (*GetRecentPlayerParams) SetTimeout ¶
func (o *GetRecentPlayerParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get recent player params
func (*GetRecentPlayerParams) SetUserID ¶
func (o *GetRecentPlayerParams) SetUserID(userID string)
SetUserID adds the userId to the get recent player params
func (*GetRecentPlayerParams) WithContext ¶
func (o *GetRecentPlayerParams) WithContext(ctx context.Context) *GetRecentPlayerParams
WithContext adds the context to the get recent player params
func (*GetRecentPlayerParams) WithHTTPClient ¶
func (o *GetRecentPlayerParams) WithHTTPClient(client *http.Client) *GetRecentPlayerParams
WithHTTPClient adds the HTTPClient to the get recent player params
func (*GetRecentPlayerParams) WithNamespace ¶
func (o *GetRecentPlayerParams) WithNamespace(namespace string) *GetRecentPlayerParams
WithNamespace adds the namespace to the get recent player params
func (*GetRecentPlayerParams) WithTimeout ¶
func (o *GetRecentPlayerParams) WithTimeout(timeout time.Duration) *GetRecentPlayerParams
WithTimeout adds the timeout to the get recent player params
func (*GetRecentPlayerParams) WithUserID ¶
func (o *GetRecentPlayerParams) WithUserID(userID string) *GetRecentPlayerParams
WithUserID adds the userID to the get recent player params
func (*GetRecentPlayerParams) WriteToRequest ¶
func (o *GetRecentPlayerParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetRecentPlayerReader ¶
type GetRecentPlayerReader struct {
// contains filtered or unexported fields
}
GetRecentPlayerReader is a Reader for the GetRecentPlayer structure.
func (*GetRecentPlayerReader) ReadResponse ¶
func (o *GetRecentPlayerReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetSessionByUserIDsBadRequest ¶
type GetSessionByUserIDsBadRequest struct {
Payload *sessionbrowserclientmodels.ResponseError
}
GetSessionByUserIDsBadRequest handles this case with default header values.
malformed request
func NewGetSessionByUserIDsBadRequest ¶
func NewGetSessionByUserIDsBadRequest() *GetSessionByUserIDsBadRequest
NewGetSessionByUserIDsBadRequest creates a GetSessionByUserIDsBadRequest with default headers values
func (*GetSessionByUserIDsBadRequest) Error ¶
func (o *GetSessionByUserIDsBadRequest) Error() string
func (*GetSessionByUserIDsBadRequest) GetPayload ¶
func (o *GetSessionByUserIDsBadRequest) GetPayload() *sessionbrowserclientmodels.ResponseError
func (*GetSessionByUserIDsBadRequest) ToJSONString ¶
func (o *GetSessionByUserIDsBadRequest) ToJSONString() string
type GetSessionByUserIDsInternalServerError ¶
type GetSessionByUserIDsInternalServerError struct {
Payload *sessionbrowserclientmodels.ResponseError
}
GetSessionByUserIDsInternalServerError handles this case with default header values.
Internal Server Error
func NewGetSessionByUserIDsInternalServerError ¶
func NewGetSessionByUserIDsInternalServerError() *GetSessionByUserIDsInternalServerError
NewGetSessionByUserIDsInternalServerError creates a GetSessionByUserIDsInternalServerError with default headers values
func (*GetSessionByUserIDsInternalServerError) Error ¶
func (o *GetSessionByUserIDsInternalServerError) Error() string
func (*GetSessionByUserIDsInternalServerError) GetPayload ¶
func (o *GetSessionByUserIDsInternalServerError) GetPayload() *sessionbrowserclientmodels.ResponseError
func (*GetSessionByUserIDsInternalServerError) ToJSONString ¶
func (o *GetSessionByUserIDsInternalServerError) ToJSONString() string
type GetSessionByUserIDsOK ¶
type GetSessionByUserIDsOK struct {
Payload *sessionbrowserclientmodels.ModelsSessionByUserIDsResponse
}
GetSessionByUserIDsOK handles this case with default header values.
session get
func NewGetSessionByUserIDsOK ¶
func NewGetSessionByUserIDsOK() *GetSessionByUserIDsOK
NewGetSessionByUserIDsOK creates a GetSessionByUserIDsOK with default headers values
func (*GetSessionByUserIDsOK) Error ¶
func (o *GetSessionByUserIDsOK) Error() string
func (*GetSessionByUserIDsOK) GetPayload ¶
func (o *GetSessionByUserIDsOK) GetPayload() *sessionbrowserclientmodels.ModelsSessionByUserIDsResponse
func (*GetSessionByUserIDsOK) ToJSONString ¶
func (o *GetSessionByUserIDsOK) ToJSONString() string
type GetSessionByUserIDsParams ¶
type GetSessionByUserIDsParams struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*Namespace namespace of the game */ Namespace string /*UserIds comma separated user ids */ UserIds string AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // XFlightId is an optional parameter from this SDK XFlightId *string // contains filtered or unexported fields }
GetSessionByUserIDsParams contains all the parameters to send to the API endpoint for the get session by user i ds operation typically these are written to a http.Request
func NewGetSessionByUserIDsParams ¶
func NewGetSessionByUserIDsParams() *GetSessionByUserIDsParams
NewGetSessionByUserIDsParams creates a new GetSessionByUserIDsParams object with the default values initialized.
func NewGetSessionByUserIDsParamsWithContext ¶
func NewGetSessionByUserIDsParamsWithContext(ctx context.Context) *GetSessionByUserIDsParams
NewGetSessionByUserIDsParamsWithContext creates a new GetSessionByUserIDsParams object with the default values initialized, and the ability to set a context for a request
func NewGetSessionByUserIDsParamsWithHTTPClient ¶
func NewGetSessionByUserIDsParamsWithHTTPClient(client *http.Client) *GetSessionByUserIDsParams
NewGetSessionByUserIDsParamsWithHTTPClient creates a new GetSessionByUserIDsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetSessionByUserIDsParamsWithTimeout ¶
func NewGetSessionByUserIDsParamsWithTimeout(timeout time.Duration) *GetSessionByUserIDsParams
NewGetSessionByUserIDsParamsWithTimeout creates a new GetSessionByUserIDsParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetSessionByUserIDsParams) SetAuthInfoWriter ¶
func (o *GetSessionByUserIDsParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the get session by user i ds params
func (*GetSessionByUserIDsParams) SetContext ¶
func (o *GetSessionByUserIDsParams) SetContext(ctx context.Context)
SetContext adds the context to the get session by user i ds params
func (*GetSessionByUserIDsParams) SetFlightId ¶
func (o *GetSessionByUserIDsParams) SetFlightId(flightId string)
SetFlightId adds the flightId as the header value for this specific endpoint
func (*GetSessionByUserIDsParams) SetHTTPClient ¶
func (o *GetSessionByUserIDsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get session by user i ds params
func (*GetSessionByUserIDsParams) SetHTTPClientTransport ¶
func (o *GetSessionByUserIDsParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the get session by user i ds params
func (*GetSessionByUserIDsParams) SetNamespace ¶
func (o *GetSessionByUserIDsParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the get session by user i ds params
func (*GetSessionByUserIDsParams) SetTimeout ¶
func (o *GetSessionByUserIDsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get session by user i ds params
func (*GetSessionByUserIDsParams) SetUserIds ¶
func (o *GetSessionByUserIDsParams) SetUserIds(userIds string)
SetUserIds adds the userIds to the get session by user i ds params
func (*GetSessionByUserIDsParams) WithContext ¶
func (o *GetSessionByUserIDsParams) WithContext(ctx context.Context) *GetSessionByUserIDsParams
WithContext adds the context to the get session by user i ds params
func (*GetSessionByUserIDsParams) WithHTTPClient ¶
func (o *GetSessionByUserIDsParams) WithHTTPClient(client *http.Client) *GetSessionByUserIDsParams
WithHTTPClient adds the HTTPClient to the get session by user i ds params
func (*GetSessionByUserIDsParams) WithNamespace ¶
func (o *GetSessionByUserIDsParams) WithNamespace(namespace string) *GetSessionByUserIDsParams
WithNamespace adds the namespace to the get session by user i ds params
func (*GetSessionByUserIDsParams) WithTimeout ¶
func (o *GetSessionByUserIDsParams) WithTimeout(timeout time.Duration) *GetSessionByUserIDsParams
WithTimeout adds the timeout to the get session by user i ds params
func (*GetSessionByUserIDsParams) WithUserIds ¶
func (o *GetSessionByUserIDsParams) WithUserIds(userIds string) *GetSessionByUserIDsParams
WithUserIds adds the userIds to the get session by user i ds params
func (*GetSessionByUserIDsParams) WriteToRequest ¶
func (o *GetSessionByUserIDsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetSessionByUserIDsReader ¶
type GetSessionByUserIDsReader struct {
// contains filtered or unexported fields
}
GetSessionByUserIDsReader is a Reader for the GetSessionByUserIDs structure.
func (*GetSessionByUserIDsReader) ReadResponse ¶
func (o *GetSessionByUserIDsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetSessionHistoryDetailedBadRequest ¶
type GetSessionHistoryDetailedBadRequest struct {
Payload *sessionbrowserclientmodels.RestapiErrorV1
}
GetSessionHistoryDetailedBadRequest handles this case with default header values.
<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20002</td><td>validation error</td></tr><tr><td>20019</td><td>unable to parse request body</td></tr></table>
func NewGetSessionHistoryDetailedBadRequest ¶
func NewGetSessionHistoryDetailedBadRequest() *GetSessionHistoryDetailedBadRequest
NewGetSessionHistoryDetailedBadRequest creates a GetSessionHistoryDetailedBadRequest with default headers values
func (*GetSessionHistoryDetailedBadRequest) Error ¶
func (o *GetSessionHistoryDetailedBadRequest) Error() string
func (*GetSessionHistoryDetailedBadRequest) GetPayload ¶
func (o *GetSessionHistoryDetailedBadRequest) GetPayload() *sessionbrowserclientmodels.RestapiErrorV1
func (*GetSessionHistoryDetailedBadRequest) ToJSONString ¶
func (o *GetSessionHistoryDetailedBadRequest) ToJSONString() string
type GetSessionHistoryDetailedForbidden ¶
type GetSessionHistoryDetailedForbidden struct {
Payload *sessionbrowserclientmodels.RestapiErrorV1
}
GetSessionHistoryDetailedForbidden handles this case with default header values.
<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20013</td><td>insufficient permissions</td></tr><tr><td>20014</td><td>invalid audience</td></tr><tr><td>20015</td><td>insufficient scope</td></tr></table>
func NewGetSessionHistoryDetailedForbidden ¶
func NewGetSessionHistoryDetailedForbidden() *GetSessionHistoryDetailedForbidden
NewGetSessionHistoryDetailedForbidden creates a GetSessionHistoryDetailedForbidden with default headers values
func (*GetSessionHistoryDetailedForbidden) Error ¶
func (o *GetSessionHistoryDetailedForbidden) Error() string
func (*GetSessionHistoryDetailedForbidden) GetPayload ¶
func (o *GetSessionHistoryDetailedForbidden) GetPayload() *sessionbrowserclientmodels.RestapiErrorV1
func (*GetSessionHistoryDetailedForbidden) ToJSONString ¶
func (o *GetSessionHistoryDetailedForbidden) ToJSONString() string
type GetSessionHistoryDetailedInternalServerError ¶
type GetSessionHistoryDetailedInternalServerError struct {
Payload *sessionbrowserclientmodels.RestapiErrorV1
}
GetSessionHistoryDetailedInternalServerError handles this case with default header values.
<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20000</td><td>internal server error</td></tr></table>
func NewGetSessionHistoryDetailedInternalServerError ¶
func NewGetSessionHistoryDetailedInternalServerError() *GetSessionHistoryDetailedInternalServerError
NewGetSessionHistoryDetailedInternalServerError creates a GetSessionHistoryDetailedInternalServerError with default headers values
func (*GetSessionHistoryDetailedInternalServerError) Error ¶
func (o *GetSessionHistoryDetailedInternalServerError) Error() string
func (*GetSessionHistoryDetailedInternalServerError) GetPayload ¶
func (o *GetSessionHistoryDetailedInternalServerError) GetPayload() *sessionbrowserclientmodels.RestapiErrorV1
func (*GetSessionHistoryDetailedInternalServerError) ToJSONString ¶
func (o *GetSessionHistoryDetailedInternalServerError) ToJSONString() string
type GetSessionHistoryDetailedOK ¶
type GetSessionHistoryDetailedOK struct {
Payload []*sessionbrowserclientmodels.ModelsGetSessionHistoryDetailedResponseItem
}
GetSessionHistoryDetailedOK handles this case with default header values.
Operation succeeded
func NewGetSessionHistoryDetailedOK ¶
func NewGetSessionHistoryDetailedOK() *GetSessionHistoryDetailedOK
NewGetSessionHistoryDetailedOK creates a GetSessionHistoryDetailedOK with default headers values
func (*GetSessionHistoryDetailedOK) Error ¶
func (o *GetSessionHistoryDetailedOK) Error() string
func (*GetSessionHistoryDetailedOK) GetPayload ¶
func (o *GetSessionHistoryDetailedOK) GetPayload() []*sessionbrowserclientmodels.ModelsGetSessionHistoryDetailedResponseItem
func (*GetSessionHistoryDetailedOK) ToJSONString ¶
func (o *GetSessionHistoryDetailedOK) ToJSONString() string
type GetSessionHistoryDetailedParams ¶
type GetSessionHistoryDetailedParams struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*MatchID ID of the match session */ MatchID string /*Namespace namespace */ Namespace string AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // XFlightId is an optional parameter from this SDK XFlightId *string // contains filtered or unexported fields }
GetSessionHistoryDetailedParams contains all the parameters to send to the API endpoint for the get session history detailed operation typically these are written to a http.Request
func NewGetSessionHistoryDetailedParams ¶
func NewGetSessionHistoryDetailedParams() *GetSessionHistoryDetailedParams
NewGetSessionHistoryDetailedParams creates a new GetSessionHistoryDetailedParams object with the default values initialized.
func NewGetSessionHistoryDetailedParamsWithContext ¶
func NewGetSessionHistoryDetailedParamsWithContext(ctx context.Context) *GetSessionHistoryDetailedParams
NewGetSessionHistoryDetailedParamsWithContext creates a new GetSessionHistoryDetailedParams object with the default values initialized, and the ability to set a context for a request
func NewGetSessionHistoryDetailedParamsWithHTTPClient ¶
func NewGetSessionHistoryDetailedParamsWithHTTPClient(client *http.Client) *GetSessionHistoryDetailedParams
NewGetSessionHistoryDetailedParamsWithHTTPClient creates a new GetSessionHistoryDetailedParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetSessionHistoryDetailedParamsWithTimeout ¶
func NewGetSessionHistoryDetailedParamsWithTimeout(timeout time.Duration) *GetSessionHistoryDetailedParams
NewGetSessionHistoryDetailedParamsWithTimeout creates a new GetSessionHistoryDetailedParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetSessionHistoryDetailedParams) SetAuthInfoWriter ¶
func (o *GetSessionHistoryDetailedParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the get session history detailed params
func (*GetSessionHistoryDetailedParams) SetContext ¶
func (o *GetSessionHistoryDetailedParams) SetContext(ctx context.Context)
SetContext adds the context to the get session history detailed params
func (*GetSessionHistoryDetailedParams) SetFlightId ¶
func (o *GetSessionHistoryDetailedParams) SetFlightId(flightId string)
SetFlightId adds the flightId as the header value for this specific endpoint
func (*GetSessionHistoryDetailedParams) SetHTTPClient ¶
func (o *GetSessionHistoryDetailedParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get session history detailed params
func (*GetSessionHistoryDetailedParams) SetHTTPClientTransport ¶
func (o *GetSessionHistoryDetailedParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the get session history detailed params
func (*GetSessionHistoryDetailedParams) SetMatchID ¶
func (o *GetSessionHistoryDetailedParams) SetMatchID(matchID string)
SetMatchID adds the matchId to the get session history detailed params
func (*GetSessionHistoryDetailedParams) SetNamespace ¶
func (o *GetSessionHistoryDetailedParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the get session history detailed params
func (*GetSessionHistoryDetailedParams) SetTimeout ¶
func (o *GetSessionHistoryDetailedParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get session history detailed params
func (*GetSessionHistoryDetailedParams) WithContext ¶
func (o *GetSessionHistoryDetailedParams) WithContext(ctx context.Context) *GetSessionHistoryDetailedParams
WithContext adds the context to the get session history detailed params
func (*GetSessionHistoryDetailedParams) WithHTTPClient ¶
func (o *GetSessionHistoryDetailedParams) WithHTTPClient(client *http.Client) *GetSessionHistoryDetailedParams
WithHTTPClient adds the HTTPClient to the get session history detailed params
func (*GetSessionHistoryDetailedParams) WithMatchID ¶
func (o *GetSessionHistoryDetailedParams) WithMatchID(matchID string) *GetSessionHistoryDetailedParams
WithMatchID adds the matchID to the get session history detailed params
func (*GetSessionHistoryDetailedParams) WithNamespace ¶
func (o *GetSessionHistoryDetailedParams) WithNamespace(namespace string) *GetSessionHistoryDetailedParams
WithNamespace adds the namespace to the get session history detailed params
func (*GetSessionHistoryDetailedParams) WithTimeout ¶
func (o *GetSessionHistoryDetailedParams) WithTimeout(timeout time.Duration) *GetSessionHistoryDetailedParams
WithTimeout adds the timeout to the get session history detailed params
func (*GetSessionHistoryDetailedParams) WriteToRequest ¶
func (o *GetSessionHistoryDetailedParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetSessionHistoryDetailedReader ¶
type GetSessionHistoryDetailedReader struct {
// contains filtered or unexported fields
}
GetSessionHistoryDetailedReader is a Reader for the GetSessionHistoryDetailed structure.
func (*GetSessionHistoryDetailedReader) ReadResponse ¶
func (o *GetSessionHistoryDetailedReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetSessionHistoryDetailedUnauthorized ¶
type GetSessionHistoryDetailedUnauthorized struct {
}GetSessionHistoryDetailedUnauthorized handles this case with default header values.
<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20001</td><td>unauthorized access</td></tr></table>
func NewGetSessionHistoryDetailedUnauthorized ¶
func NewGetSessionHistoryDetailedUnauthorized() *GetSessionHistoryDetailedUnauthorized
NewGetSessionHistoryDetailedUnauthorized creates a GetSessionHistoryDetailedUnauthorized with default headers values
func (*GetSessionHistoryDetailedUnauthorized) Error ¶
func (o *GetSessionHistoryDetailedUnauthorized) Error() string
func (*GetSessionHistoryDetailedUnauthorized) GetPayload ¶
func (o *GetSessionHistoryDetailedUnauthorized) GetPayload() *sessionbrowserclientmodels.RestapiErrorV1
func (*GetSessionHistoryDetailedUnauthorized) ToJSONString ¶
func (o *GetSessionHistoryDetailedUnauthorized) ToJSONString() string
type GetSessionInternalServerError ¶
type GetSessionInternalServerError struct {
Payload *sessionbrowserclientmodels.ResponseError
}
GetSessionInternalServerError handles this case with default header values.
Internal Server Error
func NewGetSessionInternalServerError ¶
func NewGetSessionInternalServerError() *GetSessionInternalServerError
NewGetSessionInternalServerError creates a GetSessionInternalServerError with default headers values
func (*GetSessionInternalServerError) Error ¶
func (o *GetSessionInternalServerError) Error() string
func (*GetSessionInternalServerError) GetPayload ¶
func (o *GetSessionInternalServerError) GetPayload() *sessionbrowserclientmodels.ResponseError
func (*GetSessionInternalServerError) ToJSONString ¶
func (o *GetSessionInternalServerError) ToJSONString() string
type GetSessionNotFound ¶
type GetSessionNotFound struct {
Payload *sessionbrowserclientmodels.ResponseError
}
GetSessionNotFound handles this case with default header values.
session not found
func NewGetSessionNotFound ¶
func NewGetSessionNotFound() *GetSessionNotFound
NewGetSessionNotFound creates a GetSessionNotFound with default headers values
func (*GetSessionNotFound) Error ¶
func (o *GetSessionNotFound) Error() string
func (*GetSessionNotFound) GetPayload ¶
func (o *GetSessionNotFound) GetPayload() *sessionbrowserclientmodels.ResponseError
func (*GetSessionNotFound) ToJSONString ¶
func (o *GetSessionNotFound) ToJSONString() string
type GetSessionOK ¶
type GetSessionOK struct {
Payload *sessionbrowserclientmodels.ModelsSessionResponse
}
GetSessionOK handles this case with default header values.
session get
func NewGetSessionOK ¶
func NewGetSessionOK() *GetSessionOK
NewGetSessionOK creates a GetSessionOK with default headers values
func (*GetSessionOK) Error ¶
func (o *GetSessionOK) Error() string
func (*GetSessionOK) GetPayload ¶
func (o *GetSessionOK) GetPayload() *sessionbrowserclientmodels.ModelsSessionResponse
func (*GetSessionOK) ToJSONString ¶
func (o *GetSessionOK) ToJSONString() string
type GetSessionParams ¶
type GetSessionParams struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*Namespace namespace of the game */ Namespace string /*SessionID session ID */ SessionID string AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // XFlightId is an optional parameter from this SDK XFlightId *string // contains filtered or unexported fields }
GetSessionParams contains all the parameters to send to the API endpoint for the get session operation typically these are written to a http.Request
func NewGetSessionParams ¶
func NewGetSessionParams() *GetSessionParams
NewGetSessionParams creates a new GetSessionParams object with the default values initialized.
func NewGetSessionParamsWithContext ¶
func NewGetSessionParamsWithContext(ctx context.Context) *GetSessionParams
NewGetSessionParamsWithContext creates a new GetSessionParams object with the default values initialized, and the ability to set a context for a request
func NewGetSessionParamsWithHTTPClient ¶
func NewGetSessionParamsWithHTTPClient(client *http.Client) *GetSessionParams
NewGetSessionParamsWithHTTPClient creates a new GetSessionParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetSessionParamsWithTimeout ¶
func NewGetSessionParamsWithTimeout(timeout time.Duration) *GetSessionParams
NewGetSessionParamsWithTimeout creates a new GetSessionParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetSessionParams) SetAuthInfoWriter ¶
func (o *GetSessionParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the get session params
func (*GetSessionParams) SetContext ¶
func (o *GetSessionParams) SetContext(ctx context.Context)
SetContext adds the context to the get session params
func (*GetSessionParams) SetFlightId ¶
func (o *GetSessionParams) SetFlightId(flightId string)
SetFlightId adds the flightId as the header value for this specific endpoint
func (*GetSessionParams) SetHTTPClient ¶
func (o *GetSessionParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get session params
func (*GetSessionParams) SetHTTPClientTransport ¶
func (o *GetSessionParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the get session params
func (*GetSessionParams) SetNamespace ¶
func (o *GetSessionParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the get session params
func (*GetSessionParams) SetSessionID ¶
func (o *GetSessionParams) SetSessionID(sessionID string)
SetSessionID adds the sessionId to the get session params
func (*GetSessionParams) SetTimeout ¶
func (o *GetSessionParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get session params
func (*GetSessionParams) WithContext ¶
func (o *GetSessionParams) WithContext(ctx context.Context) *GetSessionParams
WithContext adds the context to the get session params
func (*GetSessionParams) WithHTTPClient ¶
func (o *GetSessionParams) WithHTTPClient(client *http.Client) *GetSessionParams
WithHTTPClient adds the HTTPClient to the get session params
func (*GetSessionParams) WithNamespace ¶
func (o *GetSessionParams) WithNamespace(namespace string) *GetSessionParams
WithNamespace adds the namespace to the get session params
func (*GetSessionParams) WithSessionID ¶
func (o *GetSessionParams) WithSessionID(sessionID string) *GetSessionParams
WithSessionID adds the sessionID to the get session params
func (*GetSessionParams) WithTimeout ¶
func (o *GetSessionParams) WithTimeout(timeout time.Duration) *GetSessionParams
WithTimeout adds the timeout to the get session params
func (*GetSessionParams) WriteToRequest ¶
func (o *GetSessionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetSessionReader ¶
type GetSessionReader struct {
// contains filtered or unexported fields
}
GetSessionReader is a Reader for the GetSession structure.
func (*GetSessionReader) ReadResponse ¶
func (o *GetSessionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetTotalActiveSessionBadRequest ¶
type GetTotalActiveSessionBadRequest struct {
Payload *sessionbrowserclientmodels.RestapiErrorResponseV2
}
GetTotalActiveSessionBadRequest handles this case with default header values.
malformed request
func NewGetTotalActiveSessionBadRequest ¶
func NewGetTotalActiveSessionBadRequest() *GetTotalActiveSessionBadRequest
NewGetTotalActiveSessionBadRequest creates a GetTotalActiveSessionBadRequest with default headers values
func (*GetTotalActiveSessionBadRequest) Error ¶
func (o *GetTotalActiveSessionBadRequest) Error() string
func (*GetTotalActiveSessionBadRequest) GetPayload ¶
func (o *GetTotalActiveSessionBadRequest) GetPayload() *sessionbrowserclientmodels.RestapiErrorResponseV2
func (*GetTotalActiveSessionBadRequest) ToJSONString ¶
func (o *GetTotalActiveSessionBadRequest) ToJSONString() string
type GetTotalActiveSessionInternalServerError ¶
type GetTotalActiveSessionInternalServerError struct {
Payload *sessionbrowserclientmodels.RestapiErrorResponseV2
}
GetTotalActiveSessionInternalServerError handles this case with default header values.
Internal Server Error
func NewGetTotalActiveSessionInternalServerError ¶
func NewGetTotalActiveSessionInternalServerError() *GetTotalActiveSessionInternalServerError
NewGetTotalActiveSessionInternalServerError creates a GetTotalActiveSessionInternalServerError with default headers values
func (*GetTotalActiveSessionInternalServerError) Error ¶
func (o *GetTotalActiveSessionInternalServerError) Error() string
func (*GetTotalActiveSessionInternalServerError) GetPayload ¶
func (o *GetTotalActiveSessionInternalServerError) GetPayload() *sessionbrowserclientmodels.RestapiErrorResponseV2
func (*GetTotalActiveSessionInternalServerError) ToJSONString ¶
func (o *GetTotalActiveSessionInternalServerError) ToJSONString() string
type GetTotalActiveSessionOK ¶
type GetTotalActiveSessionOK struct {
Payload *sessionbrowserclientmodels.ModelsCountActiveSessionResponse
}
GetTotalActiveSessionOK handles this case with default header values.
total active session, p2p session will only have 'total' attribute
func NewGetTotalActiveSessionOK ¶
func NewGetTotalActiveSessionOK() *GetTotalActiveSessionOK
NewGetTotalActiveSessionOK creates a GetTotalActiveSessionOK with default headers values
func (*GetTotalActiveSessionOK) Error ¶
func (o *GetTotalActiveSessionOK) Error() string
func (*GetTotalActiveSessionOK) GetPayload ¶
func (o *GetTotalActiveSessionOK) GetPayload() *sessionbrowserclientmodels.ModelsCountActiveSessionResponse
func (*GetTotalActiveSessionOK) ToJSONString ¶
func (o *GetTotalActiveSessionOK) ToJSONString() string
type GetTotalActiveSessionParams ¶
type GetTotalActiveSessionParams struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*Namespace namespace */ Namespace string /*SessionType session type to query, accept 'dedicated' or 'p2p' */ SessionType *string AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // XFlightId is an optional parameter from this SDK XFlightId *string // contains filtered or unexported fields }
GetTotalActiveSessionParams contains all the parameters to send to the API endpoint for the get total active session operation typically these are written to a http.Request
func NewGetTotalActiveSessionParams ¶
func NewGetTotalActiveSessionParams() *GetTotalActiveSessionParams
NewGetTotalActiveSessionParams creates a new GetTotalActiveSessionParams object with the default values initialized.
func NewGetTotalActiveSessionParamsWithContext ¶
func NewGetTotalActiveSessionParamsWithContext(ctx context.Context) *GetTotalActiveSessionParams
NewGetTotalActiveSessionParamsWithContext creates a new GetTotalActiveSessionParams object with the default values initialized, and the ability to set a context for a request
func NewGetTotalActiveSessionParamsWithHTTPClient ¶
func NewGetTotalActiveSessionParamsWithHTTPClient(client *http.Client) *GetTotalActiveSessionParams
NewGetTotalActiveSessionParamsWithHTTPClient creates a new GetTotalActiveSessionParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetTotalActiveSessionParamsWithTimeout ¶
func NewGetTotalActiveSessionParamsWithTimeout(timeout time.Duration) *GetTotalActiveSessionParams
NewGetTotalActiveSessionParamsWithTimeout creates a new GetTotalActiveSessionParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetTotalActiveSessionParams) SetAuthInfoWriter ¶
func (o *GetTotalActiveSessionParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the get total active session params
func (*GetTotalActiveSessionParams) SetContext ¶
func (o *GetTotalActiveSessionParams) SetContext(ctx context.Context)
SetContext adds the context to the get total active session params
func (*GetTotalActiveSessionParams) SetFlightId ¶
func (o *GetTotalActiveSessionParams) SetFlightId(flightId string)
SetFlightId adds the flightId as the header value for this specific endpoint
func (*GetTotalActiveSessionParams) SetHTTPClient ¶
func (o *GetTotalActiveSessionParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get total active session params
func (*GetTotalActiveSessionParams) SetHTTPClientTransport ¶
func (o *GetTotalActiveSessionParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the get total active session params
func (*GetTotalActiveSessionParams) SetNamespace ¶
func (o *GetTotalActiveSessionParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the get total active session params
func (*GetTotalActiveSessionParams) SetSessionType ¶
func (o *GetTotalActiveSessionParams) SetSessionType(sessionType *string)
SetSessionType adds the sessionType to the get total active session params
func (*GetTotalActiveSessionParams) SetTimeout ¶
func (o *GetTotalActiveSessionParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get total active session params
func (*GetTotalActiveSessionParams) WithContext ¶
func (o *GetTotalActiveSessionParams) WithContext(ctx context.Context) *GetTotalActiveSessionParams
WithContext adds the context to the get total active session params
func (*GetTotalActiveSessionParams) WithHTTPClient ¶
func (o *GetTotalActiveSessionParams) WithHTTPClient(client *http.Client) *GetTotalActiveSessionParams
WithHTTPClient adds the HTTPClient to the get total active session params
func (*GetTotalActiveSessionParams) WithNamespace ¶
func (o *GetTotalActiveSessionParams) WithNamespace(namespace string) *GetTotalActiveSessionParams
WithNamespace adds the namespace to the get total active session params
func (*GetTotalActiveSessionParams) WithSessionType ¶
func (o *GetTotalActiveSessionParams) WithSessionType(sessionType *string) *GetTotalActiveSessionParams
WithSessionType adds the sessionType to the get total active session params
func (*GetTotalActiveSessionParams) WithTimeout ¶
func (o *GetTotalActiveSessionParams) WithTimeout(timeout time.Duration) *GetTotalActiveSessionParams
WithTimeout adds the timeout to the get total active session params
func (*GetTotalActiveSessionParams) WriteToRequest ¶
func (o *GetTotalActiveSessionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetTotalActiveSessionReader ¶
type GetTotalActiveSessionReader struct {
// contains filtered or unexported fields
}
GetTotalActiveSessionReader is a Reader for the GetTotalActiveSession structure.
func (*GetTotalActiveSessionReader) ReadResponse ¶
func (o *GetTotalActiveSessionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type JoinSessionBadRequest ¶
type JoinSessionBadRequest struct {
Payload *sessionbrowserclientmodels.RestapiErrorResponseV2
}
JoinSessionBadRequest handles this case with default header values.
malformed request
func NewJoinSessionBadRequest ¶
func NewJoinSessionBadRequest() *JoinSessionBadRequest
NewJoinSessionBadRequest creates a JoinSessionBadRequest with default headers values
func (*JoinSessionBadRequest) Error ¶
func (o *JoinSessionBadRequest) Error() string
func (*JoinSessionBadRequest) GetPayload ¶
func (o *JoinSessionBadRequest) GetPayload() *sessionbrowserclientmodels.RestapiErrorResponseV2
func (*JoinSessionBadRequest) ToJSONString ¶
func (o *JoinSessionBadRequest) ToJSONString() string
type JoinSessionForbidden ¶
type JoinSessionForbidden struct {
Payload *sessionbrowserclientmodels.RestapiErrorResponseV2
}
JoinSessionForbidden handles this case with default header values.
user is banned from joining session
func NewJoinSessionForbidden ¶
func NewJoinSessionForbidden() *JoinSessionForbidden
NewJoinSessionForbidden creates a JoinSessionForbidden with default headers values
func (*JoinSessionForbidden) Error ¶
func (o *JoinSessionForbidden) Error() string
func (*JoinSessionForbidden) GetPayload ¶
func (o *JoinSessionForbidden) GetPayload() *sessionbrowserclientmodels.RestapiErrorResponseV2
func (*JoinSessionForbidden) ToJSONString ¶
func (o *JoinSessionForbidden) ToJSONString() string
type JoinSessionInternalServerError ¶
type JoinSessionInternalServerError struct {
Payload *sessionbrowserclientmodels.RestapiErrorResponseV2
}
JoinSessionInternalServerError handles this case with default header values.
Internal Server Error
func NewJoinSessionInternalServerError ¶
func NewJoinSessionInternalServerError() *JoinSessionInternalServerError
NewJoinSessionInternalServerError creates a JoinSessionInternalServerError with default headers values
func (*JoinSessionInternalServerError) Error ¶
func (o *JoinSessionInternalServerError) Error() string
func (*JoinSessionInternalServerError) GetPayload ¶
func (o *JoinSessionInternalServerError) GetPayload() *sessionbrowserclientmodels.RestapiErrorResponseV2
func (*JoinSessionInternalServerError) ToJSONString ¶
func (o *JoinSessionInternalServerError) ToJSONString() string
type JoinSessionNotFound ¶
type JoinSessionNotFound struct {
Payload *sessionbrowserclientmodels.RestapiErrorResponseV2
}
JoinSessionNotFound handles this case with default header values.
session not found
func NewJoinSessionNotFound ¶
func NewJoinSessionNotFound() *JoinSessionNotFound
NewJoinSessionNotFound creates a JoinSessionNotFound with default headers values
func (*JoinSessionNotFound) Error ¶
func (o *JoinSessionNotFound) Error() string
func (*JoinSessionNotFound) GetPayload ¶
func (o *JoinSessionNotFound) GetPayload() *sessionbrowserclientmodels.RestapiErrorResponseV2
func (*JoinSessionNotFound) ToJSONString ¶
func (o *JoinSessionNotFound) ToJSONString() string
type JoinSessionOK ¶
type JoinSessionOK struct {
Payload *sessionbrowserclientmodels.ModelsSessionResponse
}
JoinSessionOK handles this case with default header values.
session get
func NewJoinSessionOK ¶
func NewJoinSessionOK() *JoinSessionOK
NewJoinSessionOK creates a JoinSessionOK with default headers values
func (*JoinSessionOK) Error ¶
func (o *JoinSessionOK) Error() string
func (*JoinSessionOK) GetPayload ¶
func (o *JoinSessionOK) GetPayload() *sessionbrowserclientmodels.ModelsSessionResponse
func (*JoinSessionOK) ToJSONString ¶
func (o *JoinSessionOK) ToJSONString() string
type JoinSessionParams ¶
type JoinSessionParams struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*Body*/ Body *sessionbrowserclientmodels.ModelsJoinGameSessionRequest /*Namespace namespace of the game */ Namespace string /*SessionID session ID */ SessionID string AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // XFlightId is an optional parameter from this SDK XFlightId *string // contains filtered or unexported fields }
JoinSessionParams contains all the parameters to send to the API endpoint for the join session operation typically these are written to a http.Request
func NewJoinSessionParams ¶
func NewJoinSessionParams() *JoinSessionParams
NewJoinSessionParams creates a new JoinSessionParams object with the default values initialized.
func NewJoinSessionParamsWithContext ¶
func NewJoinSessionParamsWithContext(ctx context.Context) *JoinSessionParams
NewJoinSessionParamsWithContext creates a new JoinSessionParams object with the default values initialized, and the ability to set a context for a request
func NewJoinSessionParamsWithHTTPClient ¶
func NewJoinSessionParamsWithHTTPClient(client *http.Client) *JoinSessionParams
NewJoinSessionParamsWithHTTPClient creates a new JoinSessionParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewJoinSessionParamsWithTimeout ¶
func NewJoinSessionParamsWithTimeout(timeout time.Duration) *JoinSessionParams
NewJoinSessionParamsWithTimeout creates a new JoinSessionParams object with the default values initialized, and the ability to set a timeout on a request
func (*JoinSessionParams) SetAuthInfoWriter ¶
func (o *JoinSessionParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the join session params
func (*JoinSessionParams) SetBody ¶
func (o *JoinSessionParams) SetBody(body *sessionbrowserclientmodels.ModelsJoinGameSessionRequest)
SetBody adds the body to the join session params
func (*JoinSessionParams) SetContext ¶
func (o *JoinSessionParams) SetContext(ctx context.Context)
SetContext adds the context to the join session params
func (*JoinSessionParams) SetFlightId ¶
func (o *JoinSessionParams) SetFlightId(flightId string)
SetFlightId adds the flightId as the header value for this specific endpoint
func (*JoinSessionParams) SetHTTPClient ¶
func (o *JoinSessionParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the join session params
func (*JoinSessionParams) SetHTTPClientTransport ¶
func (o *JoinSessionParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the join session params
func (*JoinSessionParams) SetNamespace ¶
func (o *JoinSessionParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the join session params
func (*JoinSessionParams) SetSessionID ¶
func (o *JoinSessionParams) SetSessionID(sessionID string)
SetSessionID adds the sessionId to the join session params
func (*JoinSessionParams) SetTimeout ¶
func (o *JoinSessionParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the join session params
func (*JoinSessionParams) WithBody ¶
func (o *JoinSessionParams) WithBody(body *sessionbrowserclientmodels.ModelsJoinGameSessionRequest) *JoinSessionParams
WithBody adds the body to the join session params
func (*JoinSessionParams) WithContext ¶
func (o *JoinSessionParams) WithContext(ctx context.Context) *JoinSessionParams
WithContext adds the context to the join session params
func (*JoinSessionParams) WithHTTPClient ¶
func (o *JoinSessionParams) WithHTTPClient(client *http.Client) *JoinSessionParams
WithHTTPClient adds the HTTPClient to the join session params
func (*JoinSessionParams) WithNamespace ¶
func (o *JoinSessionParams) WithNamespace(namespace string) *JoinSessionParams
WithNamespace adds the namespace to the join session params
func (*JoinSessionParams) WithSessionID ¶
func (o *JoinSessionParams) WithSessionID(sessionID string) *JoinSessionParams
WithSessionID adds the sessionID to the join session params
func (*JoinSessionParams) WithTimeout ¶
func (o *JoinSessionParams) WithTimeout(timeout time.Duration) *JoinSessionParams
WithTimeout adds the timeout to the join session params
func (*JoinSessionParams) WriteToRequest ¶
func (o *JoinSessionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type JoinSessionReader ¶
type JoinSessionReader struct {
// contains filtered or unexported fields
}
JoinSessionReader is a Reader for the JoinSession structure.
func (*JoinSessionReader) ReadResponse ¶
func (o *JoinSessionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type RemovePlayerFromSessionBadRequest ¶
type RemovePlayerFromSessionBadRequest struct {
Payload *sessionbrowserclientmodels.RestapiErrorResponseV2
}
RemovePlayerFromSessionBadRequest handles this case with default header values.
malformed request
func NewRemovePlayerFromSessionBadRequest ¶
func NewRemovePlayerFromSessionBadRequest() *RemovePlayerFromSessionBadRequest
NewRemovePlayerFromSessionBadRequest creates a RemovePlayerFromSessionBadRequest with default headers values
func (*RemovePlayerFromSessionBadRequest) Error ¶
func (o *RemovePlayerFromSessionBadRequest) Error() string
func (*RemovePlayerFromSessionBadRequest) GetPayload ¶
func (o *RemovePlayerFromSessionBadRequest) GetPayload() *sessionbrowserclientmodels.RestapiErrorResponseV2
func (*RemovePlayerFromSessionBadRequest) ToJSONString ¶
func (o *RemovePlayerFromSessionBadRequest) ToJSONString() string
type RemovePlayerFromSessionInternalServerError ¶
type RemovePlayerFromSessionInternalServerError struct {
Payload *sessionbrowserclientmodels.RestapiErrorResponseV2
}
RemovePlayerFromSessionInternalServerError handles this case with default header values.
Internal Server Error
func NewRemovePlayerFromSessionInternalServerError ¶
func NewRemovePlayerFromSessionInternalServerError() *RemovePlayerFromSessionInternalServerError
NewRemovePlayerFromSessionInternalServerError creates a RemovePlayerFromSessionInternalServerError with default headers values
func (*RemovePlayerFromSessionInternalServerError) Error ¶
func (o *RemovePlayerFromSessionInternalServerError) Error() string
func (*RemovePlayerFromSessionInternalServerError) GetPayload ¶
func (o *RemovePlayerFromSessionInternalServerError) GetPayload() *sessionbrowserclientmodels.RestapiErrorResponseV2
func (*RemovePlayerFromSessionInternalServerError) ToJSONString ¶
func (o *RemovePlayerFromSessionInternalServerError) ToJSONString() string
type RemovePlayerFromSessionNotFound ¶
type RemovePlayerFromSessionNotFound struct {
Payload *sessionbrowserclientmodels.RestapiErrorResponseV2
}
RemovePlayerFromSessionNotFound handles this case with default header values.
session not found
func NewRemovePlayerFromSessionNotFound ¶
func NewRemovePlayerFromSessionNotFound() *RemovePlayerFromSessionNotFound
NewRemovePlayerFromSessionNotFound creates a RemovePlayerFromSessionNotFound with default headers values
func (*RemovePlayerFromSessionNotFound) Error ¶
func (o *RemovePlayerFromSessionNotFound) Error() string
func (*RemovePlayerFromSessionNotFound) GetPayload ¶
func (o *RemovePlayerFromSessionNotFound) GetPayload() *sessionbrowserclientmodels.RestapiErrorResponseV2
func (*RemovePlayerFromSessionNotFound) ToJSONString ¶
func (o *RemovePlayerFromSessionNotFound) ToJSONString() string
type RemovePlayerFromSessionOK ¶
type RemovePlayerFromSessionOK struct {
Payload *sessionbrowserclientmodels.ModelsAddPlayerResponse
}
RemovePlayerFromSessionOK handles this case with default header values.
player removed
func NewRemovePlayerFromSessionOK ¶
func NewRemovePlayerFromSessionOK() *RemovePlayerFromSessionOK
NewRemovePlayerFromSessionOK creates a RemovePlayerFromSessionOK with default headers values
func (*RemovePlayerFromSessionOK) Error ¶
func (o *RemovePlayerFromSessionOK) Error() string
func (*RemovePlayerFromSessionOK) GetPayload ¶
func (o *RemovePlayerFromSessionOK) GetPayload() *sessionbrowserclientmodels.ModelsAddPlayerResponse
func (*RemovePlayerFromSessionOK) ToJSONString ¶
func (o *RemovePlayerFromSessionOK) ToJSONString() string
type RemovePlayerFromSessionParams ¶
type RemovePlayerFromSessionParams struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*Namespace namespace of the game */ Namespace string /*SessionID session ID */ SessionID string /*UserID user ID */ UserID string AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // XFlightId is an optional parameter from this SDK XFlightId *string // contains filtered or unexported fields }
RemovePlayerFromSessionParams contains all the parameters to send to the API endpoint for the remove player from session operation typically these are written to a http.Request
func NewRemovePlayerFromSessionParams ¶
func NewRemovePlayerFromSessionParams() *RemovePlayerFromSessionParams
NewRemovePlayerFromSessionParams creates a new RemovePlayerFromSessionParams object with the default values initialized.
func NewRemovePlayerFromSessionParamsWithContext ¶
func NewRemovePlayerFromSessionParamsWithContext(ctx context.Context) *RemovePlayerFromSessionParams
NewRemovePlayerFromSessionParamsWithContext creates a new RemovePlayerFromSessionParams object with the default values initialized, and the ability to set a context for a request
func NewRemovePlayerFromSessionParamsWithHTTPClient ¶
func NewRemovePlayerFromSessionParamsWithHTTPClient(client *http.Client) *RemovePlayerFromSessionParams
NewRemovePlayerFromSessionParamsWithHTTPClient creates a new RemovePlayerFromSessionParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewRemovePlayerFromSessionParamsWithTimeout ¶
func NewRemovePlayerFromSessionParamsWithTimeout(timeout time.Duration) *RemovePlayerFromSessionParams
NewRemovePlayerFromSessionParamsWithTimeout creates a new RemovePlayerFromSessionParams object with the default values initialized, and the ability to set a timeout on a request
func (*RemovePlayerFromSessionParams) SetAuthInfoWriter ¶
func (o *RemovePlayerFromSessionParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the remove player from session params
func (*RemovePlayerFromSessionParams) SetContext ¶
func (o *RemovePlayerFromSessionParams) SetContext(ctx context.Context)
SetContext adds the context to the remove player from session params
func (*RemovePlayerFromSessionParams) SetFlightId ¶
func (o *RemovePlayerFromSessionParams) SetFlightId(flightId string)
SetFlightId adds the flightId as the header value for this specific endpoint
func (*RemovePlayerFromSessionParams) SetHTTPClient ¶
func (o *RemovePlayerFromSessionParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the remove player from session params
func (*RemovePlayerFromSessionParams) SetHTTPClientTransport ¶
func (o *RemovePlayerFromSessionParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the remove player from session params
func (*RemovePlayerFromSessionParams) SetNamespace ¶
func (o *RemovePlayerFromSessionParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the remove player from session params
func (*RemovePlayerFromSessionParams) SetSessionID ¶
func (o *RemovePlayerFromSessionParams) SetSessionID(sessionID string)
SetSessionID adds the sessionId to the remove player from session params
func (*RemovePlayerFromSessionParams) SetTimeout ¶
func (o *RemovePlayerFromSessionParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the remove player from session params
func (*RemovePlayerFromSessionParams) SetUserID ¶
func (o *RemovePlayerFromSessionParams) SetUserID(userID string)
SetUserID adds the userId to the remove player from session params
func (*RemovePlayerFromSessionParams) WithContext ¶
func (o *RemovePlayerFromSessionParams) WithContext(ctx context.Context) *RemovePlayerFromSessionParams
WithContext adds the context to the remove player from session params
func (*RemovePlayerFromSessionParams) WithHTTPClient ¶
func (o *RemovePlayerFromSessionParams) WithHTTPClient(client *http.Client) *RemovePlayerFromSessionParams
WithHTTPClient adds the HTTPClient to the remove player from session params
func (*RemovePlayerFromSessionParams) WithNamespace ¶
func (o *RemovePlayerFromSessionParams) WithNamespace(namespace string) *RemovePlayerFromSessionParams
WithNamespace adds the namespace to the remove player from session params
func (*RemovePlayerFromSessionParams) WithSessionID ¶
func (o *RemovePlayerFromSessionParams) WithSessionID(sessionID string) *RemovePlayerFromSessionParams
WithSessionID adds the sessionID to the remove player from session params
func (*RemovePlayerFromSessionParams) WithTimeout ¶
func (o *RemovePlayerFromSessionParams) WithTimeout(timeout time.Duration) *RemovePlayerFromSessionParams
WithTimeout adds the timeout to the remove player from session params
func (*RemovePlayerFromSessionParams) WithUserID ¶
func (o *RemovePlayerFromSessionParams) WithUserID(userID string) *RemovePlayerFromSessionParams
WithUserID adds the userID to the remove player from session params
func (*RemovePlayerFromSessionParams) WriteToRequest ¶
func (o *RemovePlayerFromSessionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type RemovePlayerFromSessionReader ¶
type RemovePlayerFromSessionReader struct {
// contains filtered or unexported fields
}
RemovePlayerFromSessionReader is a Reader for the RemovePlayerFromSession structure.
func (*RemovePlayerFromSessionReader) ReadResponse ¶
func (o *RemovePlayerFromSessionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdateSessionBadRequest ¶
type UpdateSessionBadRequest struct {
Payload *sessionbrowserclientmodels.RestapiErrorResponseV2
}
UpdateSessionBadRequest handles this case with default header values.
malformed request
func NewUpdateSessionBadRequest ¶
func NewUpdateSessionBadRequest() *UpdateSessionBadRequest
NewUpdateSessionBadRequest creates a UpdateSessionBadRequest with default headers values
func (*UpdateSessionBadRequest) Error ¶
func (o *UpdateSessionBadRequest) Error() string
func (*UpdateSessionBadRequest) GetPayload ¶
func (o *UpdateSessionBadRequest) GetPayload() *sessionbrowserclientmodels.RestapiErrorResponseV2
func (*UpdateSessionBadRequest) ToJSONString ¶
func (o *UpdateSessionBadRequest) ToJSONString() string
type UpdateSessionInternalServerError ¶
type UpdateSessionInternalServerError struct {
Payload *sessionbrowserclientmodels.RestapiErrorResponseV2
}
UpdateSessionInternalServerError handles this case with default header values.
Internal Server Error
func NewUpdateSessionInternalServerError ¶
func NewUpdateSessionInternalServerError() *UpdateSessionInternalServerError
NewUpdateSessionInternalServerError creates a UpdateSessionInternalServerError with default headers values
func (*UpdateSessionInternalServerError) Error ¶
func (o *UpdateSessionInternalServerError) Error() string
func (*UpdateSessionInternalServerError) GetPayload ¶
func (o *UpdateSessionInternalServerError) GetPayload() *sessionbrowserclientmodels.RestapiErrorResponseV2
func (*UpdateSessionInternalServerError) ToJSONString ¶
func (o *UpdateSessionInternalServerError) ToJSONString() string
type UpdateSessionNotFound ¶
type UpdateSessionNotFound struct {
Payload *sessionbrowserclientmodels.RestapiErrorResponseV2
}
UpdateSessionNotFound handles this case with default header values.
session not found
func NewUpdateSessionNotFound ¶
func NewUpdateSessionNotFound() *UpdateSessionNotFound
NewUpdateSessionNotFound creates a UpdateSessionNotFound with default headers values
func (*UpdateSessionNotFound) Error ¶
func (o *UpdateSessionNotFound) Error() string
func (*UpdateSessionNotFound) GetPayload ¶
func (o *UpdateSessionNotFound) GetPayload() *sessionbrowserclientmodels.RestapiErrorResponseV2
func (*UpdateSessionNotFound) ToJSONString ¶
func (o *UpdateSessionNotFound) ToJSONString() string
type UpdateSessionOK ¶
type UpdateSessionOK struct {
Payload *sessionbrowserclientmodels.ModelsSessionResponse
}
UpdateSessionOK handles this case with default header values.
session updated
func NewUpdateSessionOK ¶
func NewUpdateSessionOK() *UpdateSessionOK
NewUpdateSessionOK creates a UpdateSessionOK with default headers values
func (*UpdateSessionOK) Error ¶
func (o *UpdateSessionOK) Error() string
func (*UpdateSessionOK) GetPayload ¶
func (o *UpdateSessionOK) GetPayload() *sessionbrowserclientmodels.ModelsSessionResponse
func (*UpdateSessionOK) ToJSONString ¶
func (o *UpdateSessionOK) ToJSONString() string
type UpdateSessionParams ¶
type UpdateSessionParams struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*Body*/ Body *sessionbrowserclientmodels.ModelsUpdateSessionRequest /*Namespace namespace of the game */ Namespace string /*SessionID session ID */ SessionID string AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // XFlightId is an optional parameter from this SDK XFlightId *string // contains filtered or unexported fields }
UpdateSessionParams contains all the parameters to send to the API endpoint for the update session operation typically these are written to a http.Request
func NewUpdateSessionParams ¶
func NewUpdateSessionParams() *UpdateSessionParams
NewUpdateSessionParams creates a new UpdateSessionParams object with the default values initialized.
func NewUpdateSessionParamsWithContext ¶
func NewUpdateSessionParamsWithContext(ctx context.Context) *UpdateSessionParams
NewUpdateSessionParamsWithContext creates a new UpdateSessionParams object with the default values initialized, and the ability to set a context for a request
func NewUpdateSessionParamsWithHTTPClient ¶
func NewUpdateSessionParamsWithHTTPClient(client *http.Client) *UpdateSessionParams
NewUpdateSessionParamsWithHTTPClient creates a new UpdateSessionParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewUpdateSessionParamsWithTimeout ¶
func NewUpdateSessionParamsWithTimeout(timeout time.Duration) *UpdateSessionParams
NewUpdateSessionParamsWithTimeout creates a new UpdateSessionParams object with the default values initialized, and the ability to set a timeout on a request
func (*UpdateSessionParams) SetAuthInfoWriter ¶
func (o *UpdateSessionParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the update session params
func (*UpdateSessionParams) SetBody ¶
func (o *UpdateSessionParams) SetBody(body *sessionbrowserclientmodels.ModelsUpdateSessionRequest)
SetBody adds the body to the update session params
func (*UpdateSessionParams) SetContext ¶
func (o *UpdateSessionParams) SetContext(ctx context.Context)
SetContext adds the context to the update session params
func (*UpdateSessionParams) SetFlightId ¶
func (o *UpdateSessionParams) SetFlightId(flightId string)
SetFlightId adds the flightId as the header value for this specific endpoint
func (*UpdateSessionParams) SetHTTPClient ¶
func (o *UpdateSessionParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update session params
func (*UpdateSessionParams) SetHTTPClientTransport ¶
func (o *UpdateSessionParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the update session params
func (*UpdateSessionParams) SetNamespace ¶
func (o *UpdateSessionParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the update session params
func (*UpdateSessionParams) SetSessionID ¶
func (o *UpdateSessionParams) SetSessionID(sessionID string)
SetSessionID adds the sessionId to the update session params
func (*UpdateSessionParams) SetTimeout ¶
func (o *UpdateSessionParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update session params
func (*UpdateSessionParams) WithBody ¶
func (o *UpdateSessionParams) WithBody(body *sessionbrowserclientmodels.ModelsUpdateSessionRequest) *UpdateSessionParams
WithBody adds the body to the update session params
func (*UpdateSessionParams) WithContext ¶
func (o *UpdateSessionParams) WithContext(ctx context.Context) *UpdateSessionParams
WithContext adds the context to the update session params
func (*UpdateSessionParams) WithHTTPClient ¶
func (o *UpdateSessionParams) WithHTTPClient(client *http.Client) *UpdateSessionParams
WithHTTPClient adds the HTTPClient to the update session params
func (*UpdateSessionParams) WithNamespace ¶
func (o *UpdateSessionParams) WithNamespace(namespace string) *UpdateSessionParams
WithNamespace adds the namespace to the update session params
func (*UpdateSessionParams) WithSessionID ¶
func (o *UpdateSessionParams) WithSessionID(sessionID string) *UpdateSessionParams
WithSessionID adds the sessionID to the update session params
func (*UpdateSessionParams) WithTimeout ¶
func (o *UpdateSessionParams) WithTimeout(timeout time.Duration) *UpdateSessionParams
WithTimeout adds the timeout to the update session params
func (*UpdateSessionParams) WriteToRequest ¶
func (o *UpdateSessionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdateSessionReader ¶
type UpdateSessionReader struct {
// contains filtered or unexported fields
}
UpdateSessionReader is a Reader for the UpdateSession structure.
func (*UpdateSessionReader) ReadResponse ¶
func (o *UpdateSessionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdateSettingsBadRequest ¶
type UpdateSettingsBadRequest struct {
Payload *sessionbrowserclientmodels.RestapiErrorResponseV2
}
UpdateSettingsBadRequest handles this case with default header values.
malformed request
func NewUpdateSettingsBadRequest ¶
func NewUpdateSettingsBadRequest() *UpdateSettingsBadRequest
NewUpdateSettingsBadRequest creates a UpdateSettingsBadRequest with default headers values
func (*UpdateSettingsBadRequest) Error ¶
func (o *UpdateSettingsBadRequest) Error() string
func (*UpdateSettingsBadRequest) GetPayload ¶
func (o *UpdateSettingsBadRequest) GetPayload() *sessionbrowserclientmodels.RestapiErrorResponseV2
func (*UpdateSettingsBadRequest) ToJSONString ¶
func (o *UpdateSettingsBadRequest) ToJSONString() string
type UpdateSettingsInternalServerError ¶
type UpdateSettingsInternalServerError struct {
Payload *sessionbrowserclientmodels.RestapiErrorResponseV2
}
UpdateSettingsInternalServerError handles this case with default header values.
Internal Server Error
func NewUpdateSettingsInternalServerError ¶
func NewUpdateSettingsInternalServerError() *UpdateSettingsInternalServerError
NewUpdateSettingsInternalServerError creates a UpdateSettingsInternalServerError with default headers values
func (*UpdateSettingsInternalServerError) Error ¶
func (o *UpdateSettingsInternalServerError) Error() string
func (*UpdateSettingsInternalServerError) GetPayload ¶
func (o *UpdateSettingsInternalServerError) GetPayload() *sessionbrowserclientmodels.RestapiErrorResponseV2
func (*UpdateSettingsInternalServerError) ToJSONString ¶
func (o *UpdateSettingsInternalServerError) ToJSONString() string
type UpdateSettingsNotFound ¶
type UpdateSettingsNotFound struct {
Payload *sessionbrowserclientmodels.RestapiErrorResponseV2
}
UpdateSettingsNotFound handles this case with default header values.
session not found
func NewUpdateSettingsNotFound ¶
func NewUpdateSettingsNotFound() *UpdateSettingsNotFound
NewUpdateSettingsNotFound creates a UpdateSettingsNotFound with default headers values
func (*UpdateSettingsNotFound) Error ¶
func (o *UpdateSettingsNotFound) Error() string
func (*UpdateSettingsNotFound) GetPayload ¶
func (o *UpdateSettingsNotFound) GetPayload() *sessionbrowserclientmodels.RestapiErrorResponseV2
func (*UpdateSettingsNotFound) ToJSONString ¶
func (o *UpdateSettingsNotFound) ToJSONString() string
type UpdateSettingsOK ¶
type UpdateSettingsOK struct {
Payload *sessionbrowserclientmodels.ModelsSessionResponse
}
UpdateSettingsOK handles this case with default header values.
session updated
func NewUpdateSettingsOK ¶
func NewUpdateSettingsOK() *UpdateSettingsOK
NewUpdateSettingsOK creates a UpdateSettingsOK with default headers values
func (*UpdateSettingsOK) Error ¶
func (o *UpdateSettingsOK) Error() string
func (*UpdateSettingsOK) GetPayload ¶
func (o *UpdateSettingsOK) GetPayload() *sessionbrowserclientmodels.ModelsSessionResponse
func (*UpdateSettingsOK) ToJSONString ¶
func (o *UpdateSettingsOK) ToJSONString() string
type UpdateSettingsParams ¶
type UpdateSettingsParams struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*Body*/ Body sessionbrowserclientmodels.ModelsUpdateSettingsRequest /*Namespace namespace of the game */ Namespace string /*SessionID session ID */ SessionID string AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // XFlightId is an optional parameter from this SDK XFlightId *string // contains filtered or unexported fields }
UpdateSettingsParams contains all the parameters to send to the API endpoint for the update settings operation typically these are written to a http.Request
func NewUpdateSettingsParams ¶
func NewUpdateSettingsParams() *UpdateSettingsParams
NewUpdateSettingsParams creates a new UpdateSettingsParams object with the default values initialized.
func NewUpdateSettingsParamsWithContext ¶
func NewUpdateSettingsParamsWithContext(ctx context.Context) *UpdateSettingsParams
NewUpdateSettingsParamsWithContext creates a new UpdateSettingsParams object with the default values initialized, and the ability to set a context for a request
func NewUpdateSettingsParamsWithHTTPClient ¶
func NewUpdateSettingsParamsWithHTTPClient(client *http.Client) *UpdateSettingsParams
NewUpdateSettingsParamsWithHTTPClient creates a new UpdateSettingsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewUpdateSettingsParamsWithTimeout ¶
func NewUpdateSettingsParamsWithTimeout(timeout time.Duration) *UpdateSettingsParams
NewUpdateSettingsParamsWithTimeout creates a new UpdateSettingsParams object with the default values initialized, and the ability to set a timeout on a request
func (*UpdateSettingsParams) SetAuthInfoWriter ¶
func (o *UpdateSettingsParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the update settings params
func (*UpdateSettingsParams) SetBody ¶
func (o *UpdateSettingsParams) SetBody(body *sessionbrowserclientmodels.ModelsUpdateSettingsRequest)
SetBody adds the body to the update settings params
func (*UpdateSettingsParams) SetContext ¶
func (o *UpdateSettingsParams) SetContext(ctx context.Context)
SetContext adds the context to the update settings params
func (*UpdateSettingsParams) SetFlightId ¶
func (o *UpdateSettingsParams) SetFlightId(flightId string)
SetFlightId adds the flightId as the header value for this specific endpoint
func (*UpdateSettingsParams) SetHTTPClient ¶
func (o *UpdateSettingsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update settings params
func (*UpdateSettingsParams) SetHTTPClientTransport ¶
func (o *UpdateSettingsParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the update settings params
func (*UpdateSettingsParams) SetNamespace ¶
func (o *UpdateSettingsParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the update settings params
func (*UpdateSettingsParams) SetSessionID ¶
func (o *UpdateSettingsParams) SetSessionID(sessionID string)
SetSessionID adds the sessionId to the update settings params
func (*UpdateSettingsParams) SetTimeout ¶
func (o *UpdateSettingsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update settings params
func (*UpdateSettingsParams) WithBody ¶
func (o *UpdateSettingsParams) WithBody(body *sessionbrowserclientmodels.ModelsUpdateSettingsRequest) *UpdateSettingsParams
WithBody adds the body to the update settings params
func (*UpdateSettingsParams) WithContext ¶
func (o *UpdateSettingsParams) WithContext(ctx context.Context) *UpdateSettingsParams
WithContext adds the context to the update settings params
func (*UpdateSettingsParams) WithHTTPClient ¶
func (o *UpdateSettingsParams) WithHTTPClient(client *http.Client) *UpdateSettingsParams
WithHTTPClient adds the HTTPClient to the update settings params
func (*UpdateSettingsParams) WithNamespace ¶
func (o *UpdateSettingsParams) WithNamespace(namespace string) *UpdateSettingsParams
WithNamespace adds the namespace to the update settings params
func (*UpdateSettingsParams) WithSessionID ¶
func (o *UpdateSettingsParams) WithSessionID(sessionID string) *UpdateSettingsParams
WithSessionID adds the sessionID to the update settings params
func (*UpdateSettingsParams) WithTimeout ¶
func (o *UpdateSettingsParams) WithTimeout(timeout time.Duration) *UpdateSettingsParams
WithTimeout adds the timeout to the update settings params
func (*UpdateSettingsParams) WriteToRequest ¶
func (o *UpdateSettingsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdateSettingsReader ¶
type UpdateSettingsReader struct {
// contains filtered or unexported fields
}
UpdateSettingsReader is a Reader for the UpdateSettings structure.
func (*UpdateSettingsReader) ReadResponse ¶
func (o *UpdateSettingsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UserQuerySessionBadRequest ¶
type UserQuerySessionBadRequest struct {
Payload *sessionbrowserclientmodels.ResponseError
}
UserQuerySessionBadRequest handles this case with default header values.
malformed request
func NewUserQuerySessionBadRequest ¶
func NewUserQuerySessionBadRequest() *UserQuerySessionBadRequest
NewUserQuerySessionBadRequest creates a UserQuerySessionBadRequest with default headers values
func (*UserQuerySessionBadRequest) Error ¶
func (o *UserQuerySessionBadRequest) Error() string
func (*UserQuerySessionBadRequest) GetPayload ¶
func (o *UserQuerySessionBadRequest) GetPayload() *sessionbrowserclientmodels.ResponseError
func (*UserQuerySessionBadRequest) ToJSONString ¶
func (o *UserQuerySessionBadRequest) ToJSONString() string
type UserQuerySessionInternalServerError ¶
type UserQuerySessionInternalServerError struct {
Payload *sessionbrowserclientmodels.ResponseError
}
UserQuerySessionInternalServerError handles this case with default header values.
Internal Server Error
func NewUserQuerySessionInternalServerError ¶
func NewUserQuerySessionInternalServerError() *UserQuerySessionInternalServerError
NewUserQuerySessionInternalServerError creates a UserQuerySessionInternalServerError with default headers values
func (*UserQuerySessionInternalServerError) Error ¶
func (o *UserQuerySessionInternalServerError) Error() string
func (*UserQuerySessionInternalServerError) GetPayload ¶
func (o *UserQuerySessionInternalServerError) GetPayload() *sessionbrowserclientmodels.ResponseError
func (*UserQuerySessionInternalServerError) ToJSONString ¶
func (o *UserQuerySessionInternalServerError) ToJSONString() string
type UserQuerySessionOK ¶
type UserQuerySessionOK struct {
Payload *sessionbrowserclientmodels.ModelsSessionQueryResponse
}
UserQuerySessionOK handles this case with default header values.
session get
func NewUserQuerySessionOK ¶
func NewUserQuerySessionOK() *UserQuerySessionOK
NewUserQuerySessionOK creates a UserQuerySessionOK with default headers values
func (*UserQuerySessionOK) Error ¶
func (o *UserQuerySessionOK) Error() string
func (*UserQuerySessionOK) GetPayload ¶
func (o *UserQuerySessionOK) GetPayload() *sessionbrowserclientmodels.ModelsSessionQueryResponse
func (*UserQuerySessionOK) ToJSONString ¶
func (o *UserQuerySessionOK) ToJSONString() string
type UserQuerySessionParams ¶
type UserQuerySessionParams struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*Namespace namespace of the game */ Namespace string /*GameMode Game mode of the session to query */ GameMode *string /*GameVersion Game version of the session to query */ GameVersion *string /*Joinable filter session if joinable or not, accept 'true' or 'false' */ Joinable *string /*Limit max item to be returned */ Limit *int64 /*MatchExist filter session by match existence, accept 'true' or 'false' */ MatchExist *string /*MatchID filter session by matchmaking ID */ MatchID *string /*Offset skip some item(s), offset=3, will skip 3 first items */ Offset *int64 /*ServerStatus filter session by server status, accept CREATING,READY,BUSY,REMOVING,UNREACHABLE */ ServerStatus *string /*UserID Owner of the P2P session. Dedicated server does not have user_id */ UserID *string /*SessionType Session type to query, value is 'p2p' or 'dedicated' */ SessionType string AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // XFlightId is an optional parameter from this SDK XFlightId *string // contains filtered or unexported fields }
UserQuerySessionParams contains all the parameters to send to the API endpoint for the user query session operation typically these are written to a http.Request
func NewUserQuerySessionParams ¶
func NewUserQuerySessionParams() *UserQuerySessionParams
NewUserQuerySessionParams creates a new UserQuerySessionParams object with the default values initialized.
func NewUserQuerySessionParamsWithContext ¶
func NewUserQuerySessionParamsWithContext(ctx context.Context) *UserQuerySessionParams
NewUserQuerySessionParamsWithContext creates a new UserQuerySessionParams object with the default values initialized, and the ability to set a context for a request
func NewUserQuerySessionParamsWithHTTPClient ¶
func NewUserQuerySessionParamsWithHTTPClient(client *http.Client) *UserQuerySessionParams
NewUserQuerySessionParamsWithHTTPClient creates a new UserQuerySessionParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewUserQuerySessionParamsWithTimeout ¶
func NewUserQuerySessionParamsWithTimeout(timeout time.Duration) *UserQuerySessionParams
NewUserQuerySessionParamsWithTimeout creates a new UserQuerySessionParams object with the default values initialized, and the ability to set a timeout on a request
func (*UserQuerySessionParams) SetAuthInfoWriter ¶
func (o *UserQuerySessionParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the user query session params
func (*UserQuerySessionParams) SetContext ¶
func (o *UserQuerySessionParams) SetContext(ctx context.Context)
SetContext adds the context to the user query session params
func (*UserQuerySessionParams) SetFlightId ¶
func (o *UserQuerySessionParams) SetFlightId(flightId string)
SetFlightId adds the flightId as the header value for this specific endpoint
func (*UserQuerySessionParams) SetGameMode ¶
func (o *UserQuerySessionParams) SetGameMode(gameMode *string)
SetGameMode adds the gameMode to the user query session params
func (*UserQuerySessionParams) SetGameVersion ¶
func (o *UserQuerySessionParams) SetGameVersion(gameVersion *string)
SetGameVersion adds the gameVersion to the user query session params
func (*UserQuerySessionParams) SetHTTPClient ¶
func (o *UserQuerySessionParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the user query session params
func (*UserQuerySessionParams) SetHTTPClientTransport ¶
func (o *UserQuerySessionParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the user query session params
func (*UserQuerySessionParams) SetJoinable ¶
func (o *UserQuerySessionParams) SetJoinable(joinable *string)
SetJoinable adds the joinable to the user query session params
func (*UserQuerySessionParams) SetLimit ¶
func (o *UserQuerySessionParams) SetLimit(limit *int64)
SetLimit adds the limit to the user query session params
func (*UserQuerySessionParams) SetMatchExist ¶
func (o *UserQuerySessionParams) SetMatchExist(matchExist *string)
SetMatchExist adds the matchExist to the user query session params
func (*UserQuerySessionParams) SetMatchID ¶
func (o *UserQuerySessionParams) SetMatchID(matchID *string)
SetMatchID adds the matchId to the user query session params
func (*UserQuerySessionParams) SetNamespace ¶
func (o *UserQuerySessionParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the user query session params
func (*UserQuerySessionParams) SetOffset ¶
func (o *UserQuerySessionParams) SetOffset(offset *int64)
SetOffset adds the offset to the user query session params
func (*UserQuerySessionParams) SetServerStatus ¶
func (o *UserQuerySessionParams) SetServerStatus(serverStatus *string)
SetServerStatus adds the serverStatus to the user query session params
func (*UserQuerySessionParams) SetSessionType ¶
func (o *UserQuerySessionParams) SetSessionType(sessionType string)
SetSessionType adds the sessionType to the user query session params
func (*UserQuerySessionParams) SetTimeout ¶
func (o *UserQuerySessionParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the user query session params
func (*UserQuerySessionParams) SetUserID ¶
func (o *UserQuerySessionParams) SetUserID(userID *string)
SetUserID adds the userId to the user query session params
func (*UserQuerySessionParams) WithContext ¶
func (o *UserQuerySessionParams) WithContext(ctx context.Context) *UserQuerySessionParams
WithContext adds the context to the user query session params
func (*UserQuerySessionParams) WithGameMode ¶
func (o *UserQuerySessionParams) WithGameMode(gameMode *string) *UserQuerySessionParams
WithGameMode adds the gameMode to the user query session params
func (*UserQuerySessionParams) WithGameVersion ¶
func (o *UserQuerySessionParams) WithGameVersion(gameVersion *string) *UserQuerySessionParams
WithGameVersion adds the gameVersion to the user query session params
func (*UserQuerySessionParams) WithHTTPClient ¶
func (o *UserQuerySessionParams) WithHTTPClient(client *http.Client) *UserQuerySessionParams
WithHTTPClient adds the HTTPClient to the user query session params
func (*UserQuerySessionParams) WithJoinable ¶
func (o *UserQuerySessionParams) WithJoinable(joinable *string) *UserQuerySessionParams
WithJoinable adds the joinable to the user query session params
func (*UserQuerySessionParams) WithLimit ¶
func (o *UserQuerySessionParams) WithLimit(limit *int64) *UserQuerySessionParams
WithLimit adds the limit to the user query session params
func (*UserQuerySessionParams) WithMatchExist ¶
func (o *UserQuerySessionParams) WithMatchExist(matchExist *string) *UserQuerySessionParams
WithMatchExist adds the matchExist to the user query session params
func (*UserQuerySessionParams) WithMatchID ¶
func (o *UserQuerySessionParams) WithMatchID(matchID *string) *UserQuerySessionParams
WithMatchID adds the matchID to the user query session params
func (*UserQuerySessionParams) WithNamespace ¶
func (o *UserQuerySessionParams) WithNamespace(namespace string) *UserQuerySessionParams
WithNamespace adds the namespace to the user query session params
func (*UserQuerySessionParams) WithOffset ¶
func (o *UserQuerySessionParams) WithOffset(offset *int64) *UserQuerySessionParams
WithOffset adds the offset to the user query session params
func (*UserQuerySessionParams) WithServerStatus ¶
func (o *UserQuerySessionParams) WithServerStatus(serverStatus *string) *UserQuerySessionParams
WithServerStatus adds the serverStatus to the user query session params
func (*UserQuerySessionParams) WithSessionType ¶
func (o *UserQuerySessionParams) WithSessionType(sessionType string) *UserQuerySessionParams
WithSessionType adds the sessionType to the user query session params
func (*UserQuerySessionParams) WithTimeout ¶
func (o *UserQuerySessionParams) WithTimeout(timeout time.Duration) *UserQuerySessionParams
WithTimeout adds the timeout to the user query session params
func (*UserQuerySessionParams) WithUserID ¶
func (o *UserQuerySessionParams) WithUserID(userID *string) *UserQuerySessionParams
WithUserID adds the userID to the user query session params
func (*UserQuerySessionParams) WriteToRequest ¶
func (o *UserQuerySessionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UserQuerySessionReader ¶
type UserQuerySessionReader struct {
// contains filtered or unexported fields
}
UserQuerySessionReader is a Reader for the UserQuerySession structure.
func (*UserQuerySessionReader) ReadResponse ¶
func (o *UserQuerySessionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
Source Files ¶
- add_player_to_session_parameters.go
- add_player_to_session_responses.go
- admin_delete_session_parameters.go
- admin_delete_session_responses.go
- admin_get_session_parameters.go
- admin_get_session_responses.go
- admin_query_session_parameters.go
- admin_query_session_responses.go
- admin_search_sessions_v2_parameters.go
- admin_search_sessions_v2_responses.go
- create_session_parameters.go
- create_session_responses.go
- delete_session_local_d_s_parameters.go
- delete_session_local_d_s_responses.go
- delete_session_parameters.go
- delete_session_responses.go
- get_active_custom_game_sessions_parameters.go
- get_active_custom_game_sessions_responses.go
- get_active_matchmaking_game_sessions_parameters.go
- get_active_matchmaking_game_sessions_responses.go
- get_recent_player_parameters.go
- get_recent_player_responses.go
- get_session_by_user_i_ds_parameters.go
- get_session_by_user_i_ds_responses.go
- get_session_history_detailed_parameters.go
- get_session_history_detailed_responses.go
- get_session_parameters.go
- get_session_responses.go
- get_total_active_session_parameters.go
- get_total_active_session_responses.go
- join_session_parameters.go
- join_session_responses.go
- remove_player_from_session_parameters.go
- remove_player_from_session_responses.go
- session_client.go
- update_session_parameters.go
- update_session_responses.go
- update_settings_parameters.go
- update_settings_responses.go
- user_query_session_parameters.go
- user_query_session_responses.go