admin_player_record

package
v0.29.0 Latest Latest
Warning

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

Go to latest
Published: Oct 10, 2022 License: MIT Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AdminDeletePlayerPublicRecordHandlerV1InternalServerError

type AdminDeletePlayerPublicRecordHandlerV1InternalServerError struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

AdminDeletePlayerPublicRecordHandlerV1InternalServerError handles this case with default header values.

Internal Server Error

func NewAdminDeletePlayerPublicRecordHandlerV1InternalServerError

func NewAdminDeletePlayerPublicRecordHandlerV1InternalServerError() *AdminDeletePlayerPublicRecordHandlerV1InternalServerError

NewAdminDeletePlayerPublicRecordHandlerV1InternalServerError creates a AdminDeletePlayerPublicRecordHandlerV1InternalServerError with default headers values

func (*AdminDeletePlayerPublicRecordHandlerV1InternalServerError) Error

func (*AdminDeletePlayerPublicRecordHandlerV1InternalServerError) GetPayload

func (*AdminDeletePlayerPublicRecordHandlerV1InternalServerError) ToJSONString added in v0.25.0

type AdminDeletePlayerPublicRecordHandlerV1NoContent

type AdminDeletePlayerPublicRecordHandlerV1NoContent struct {
}

AdminDeletePlayerPublicRecordHandlerV1NoContent handles this case with default header values.

Record deleted

func NewAdminDeletePlayerPublicRecordHandlerV1NoContent

func NewAdminDeletePlayerPublicRecordHandlerV1NoContent() *AdminDeletePlayerPublicRecordHandlerV1NoContent

NewAdminDeletePlayerPublicRecordHandlerV1NoContent creates a AdminDeletePlayerPublicRecordHandlerV1NoContent with default headers values

func (*AdminDeletePlayerPublicRecordHandlerV1NoContent) Error

type AdminDeletePlayerPublicRecordHandlerV1NotFound added in v0.7.0

type AdminDeletePlayerPublicRecordHandlerV1NotFound struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

AdminDeletePlayerPublicRecordHandlerV1NotFound handles this case with default header values.

Not Found

func NewAdminDeletePlayerPublicRecordHandlerV1NotFound added in v0.7.0

func NewAdminDeletePlayerPublicRecordHandlerV1NotFound() *AdminDeletePlayerPublicRecordHandlerV1NotFound

NewAdminDeletePlayerPublicRecordHandlerV1NotFound creates a AdminDeletePlayerPublicRecordHandlerV1NotFound with default headers values

func (*AdminDeletePlayerPublicRecordHandlerV1NotFound) Error added in v0.7.0

func (*AdminDeletePlayerPublicRecordHandlerV1NotFound) GetPayload added in v0.7.0

func (*AdminDeletePlayerPublicRecordHandlerV1NotFound) ToJSONString added in v0.25.0

type AdminDeletePlayerPublicRecordHandlerV1Params

type AdminDeletePlayerPublicRecordHandlerV1Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Key
	  key of record

	*/
	Key string
	/*Namespace
	  namespace of the game

	*/
	Namespace string
	/*UserID
	  user ID who own the record

	*/
	UserID string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client
	// contains filtered or unexported fields
}

AdminDeletePlayerPublicRecordHandlerV1Params contains all the parameters to send to the API endpoint for the admin delete player public record handler v1 operation typically these are written to a http.Request

func NewAdminDeletePlayerPublicRecordHandlerV1Params

func NewAdminDeletePlayerPublicRecordHandlerV1Params() *AdminDeletePlayerPublicRecordHandlerV1Params

NewAdminDeletePlayerPublicRecordHandlerV1Params creates a new AdminDeletePlayerPublicRecordHandlerV1Params object with the default values initialized.

func NewAdminDeletePlayerPublicRecordHandlerV1ParamsWithContext

func NewAdminDeletePlayerPublicRecordHandlerV1ParamsWithContext(ctx context.Context) *AdminDeletePlayerPublicRecordHandlerV1Params

NewAdminDeletePlayerPublicRecordHandlerV1ParamsWithContext creates a new AdminDeletePlayerPublicRecordHandlerV1Params object with the default values initialized, and the ability to set a context for a request

func NewAdminDeletePlayerPublicRecordHandlerV1ParamsWithHTTPClient

func NewAdminDeletePlayerPublicRecordHandlerV1ParamsWithHTTPClient(client *http.Client) *AdminDeletePlayerPublicRecordHandlerV1Params

NewAdminDeletePlayerPublicRecordHandlerV1ParamsWithHTTPClient creates a new AdminDeletePlayerPublicRecordHandlerV1Params object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewAdminDeletePlayerPublicRecordHandlerV1ParamsWithTimeout

func NewAdminDeletePlayerPublicRecordHandlerV1ParamsWithTimeout(timeout time.Duration) *AdminDeletePlayerPublicRecordHandlerV1Params

NewAdminDeletePlayerPublicRecordHandlerV1ParamsWithTimeout creates a new AdminDeletePlayerPublicRecordHandlerV1Params object with the default values initialized, and the ability to set a timeout on a request

func (*AdminDeletePlayerPublicRecordHandlerV1Params) SetAuthInfoWriter added in v0.17.0

func (o *AdminDeletePlayerPublicRecordHandlerV1Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the admin delete player public record handler v1 params

func (*AdminDeletePlayerPublicRecordHandlerV1Params) SetContext

SetContext adds the context to the admin delete player public record handler v1 params

func (*AdminDeletePlayerPublicRecordHandlerV1Params) SetHTTPClient

func (o *AdminDeletePlayerPublicRecordHandlerV1Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the admin delete player public record handler v1 params

func (*AdminDeletePlayerPublicRecordHandlerV1Params) SetHTTPClientTransport added in v0.19.0

func (o *AdminDeletePlayerPublicRecordHandlerV1Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the admin delete player public record handler v1 params

func (*AdminDeletePlayerPublicRecordHandlerV1Params) SetKey

SetKey adds the key to the admin delete player public record handler v1 params

func (*AdminDeletePlayerPublicRecordHandlerV1Params) SetNamespace

func (o *AdminDeletePlayerPublicRecordHandlerV1Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin delete player public record handler v1 params

func (*AdminDeletePlayerPublicRecordHandlerV1Params) SetTimeout

SetTimeout adds the timeout to the admin delete player public record handler v1 params

func (*AdminDeletePlayerPublicRecordHandlerV1Params) SetUserID

SetUserID adds the userId to the admin delete player public record handler v1 params

func (*AdminDeletePlayerPublicRecordHandlerV1Params) WithContext

WithContext adds the context to the admin delete player public record handler v1 params

func (*AdminDeletePlayerPublicRecordHandlerV1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the admin delete player public record handler v1 params

func (*AdminDeletePlayerPublicRecordHandlerV1Params) WithKey

WithKey adds the key to the admin delete player public record handler v1 params

func (*AdminDeletePlayerPublicRecordHandlerV1Params) WithNamespace

WithNamespace adds the namespace to the admin delete player public record handler v1 params

func (*AdminDeletePlayerPublicRecordHandlerV1Params) WithTimeout

WithTimeout adds the timeout to the admin delete player public record handler v1 params

func (*AdminDeletePlayerPublicRecordHandlerV1Params) WithUserID

WithUserID adds the userID to the admin delete player public record handler v1 params

func (*AdminDeletePlayerPublicRecordHandlerV1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminDeletePlayerPublicRecordHandlerV1Reader

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

AdminDeletePlayerPublicRecordHandlerV1Reader is a Reader for the AdminDeletePlayerPublicRecordHandlerV1 structure.

func (*AdminDeletePlayerPublicRecordHandlerV1Reader) ReadResponse

func (o *AdminDeletePlayerPublicRecordHandlerV1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type AdminDeletePlayerPublicRecordHandlerV1Unauthorized added in v0.7.0

type AdminDeletePlayerPublicRecordHandlerV1Unauthorized struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

AdminDeletePlayerPublicRecordHandlerV1Unauthorized handles this case with default header values.

Unauthorized

func NewAdminDeletePlayerPublicRecordHandlerV1Unauthorized added in v0.7.0

func NewAdminDeletePlayerPublicRecordHandlerV1Unauthorized() *AdminDeletePlayerPublicRecordHandlerV1Unauthorized

NewAdminDeletePlayerPublicRecordHandlerV1Unauthorized creates a AdminDeletePlayerPublicRecordHandlerV1Unauthorized with default headers values

func (*AdminDeletePlayerPublicRecordHandlerV1Unauthorized) Error added in v0.7.0

func (*AdminDeletePlayerPublicRecordHandlerV1Unauthorized) GetPayload added in v0.7.0

func (*AdminDeletePlayerPublicRecordHandlerV1Unauthorized) ToJSONString added in v0.25.0

type AdminDeletePlayerRecordHandlerV1InternalServerError

type AdminDeletePlayerRecordHandlerV1InternalServerError struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

AdminDeletePlayerRecordHandlerV1InternalServerError handles this case with default header values.

Internal Server Error

func NewAdminDeletePlayerRecordHandlerV1InternalServerError

func NewAdminDeletePlayerRecordHandlerV1InternalServerError() *AdminDeletePlayerRecordHandlerV1InternalServerError

NewAdminDeletePlayerRecordHandlerV1InternalServerError creates a AdminDeletePlayerRecordHandlerV1InternalServerError with default headers values

func (*AdminDeletePlayerRecordHandlerV1InternalServerError) Error

func (*AdminDeletePlayerRecordHandlerV1InternalServerError) GetPayload

func (*AdminDeletePlayerRecordHandlerV1InternalServerError) ToJSONString added in v0.25.0

type AdminDeletePlayerRecordHandlerV1NoContent

type AdminDeletePlayerRecordHandlerV1NoContent struct {
}

AdminDeletePlayerRecordHandlerV1NoContent handles this case with default header values.

Record in user-level saved

func NewAdminDeletePlayerRecordHandlerV1NoContent

func NewAdminDeletePlayerRecordHandlerV1NoContent() *AdminDeletePlayerRecordHandlerV1NoContent

NewAdminDeletePlayerRecordHandlerV1NoContent creates a AdminDeletePlayerRecordHandlerV1NoContent with default headers values

func (*AdminDeletePlayerRecordHandlerV1NoContent) Error

type AdminDeletePlayerRecordHandlerV1Params

type AdminDeletePlayerRecordHandlerV1Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Key
	  key of record

	*/
	Key string
	/*Namespace
	  namespace of the game

	*/
	Namespace string
	/*UserID
	  user ID who own the record

	*/
	UserID string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client
	// contains filtered or unexported fields
}

AdminDeletePlayerRecordHandlerV1Params contains all the parameters to send to the API endpoint for the admin delete player record handler v1 operation typically these are written to a http.Request

func NewAdminDeletePlayerRecordHandlerV1Params

func NewAdminDeletePlayerRecordHandlerV1Params() *AdminDeletePlayerRecordHandlerV1Params

NewAdminDeletePlayerRecordHandlerV1Params creates a new AdminDeletePlayerRecordHandlerV1Params object with the default values initialized.

func NewAdminDeletePlayerRecordHandlerV1ParamsWithContext

func NewAdminDeletePlayerRecordHandlerV1ParamsWithContext(ctx context.Context) *AdminDeletePlayerRecordHandlerV1Params

NewAdminDeletePlayerRecordHandlerV1ParamsWithContext creates a new AdminDeletePlayerRecordHandlerV1Params object with the default values initialized, and the ability to set a context for a request

func NewAdminDeletePlayerRecordHandlerV1ParamsWithHTTPClient

func NewAdminDeletePlayerRecordHandlerV1ParamsWithHTTPClient(client *http.Client) *AdminDeletePlayerRecordHandlerV1Params

NewAdminDeletePlayerRecordHandlerV1ParamsWithHTTPClient creates a new AdminDeletePlayerRecordHandlerV1Params object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewAdminDeletePlayerRecordHandlerV1ParamsWithTimeout

func NewAdminDeletePlayerRecordHandlerV1ParamsWithTimeout(timeout time.Duration) *AdminDeletePlayerRecordHandlerV1Params

NewAdminDeletePlayerRecordHandlerV1ParamsWithTimeout creates a new AdminDeletePlayerRecordHandlerV1Params object with the default values initialized, and the ability to set a timeout on a request

func (*AdminDeletePlayerRecordHandlerV1Params) SetAuthInfoWriter added in v0.17.0

func (o *AdminDeletePlayerRecordHandlerV1Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the admin delete player record handler v1 params

func (*AdminDeletePlayerRecordHandlerV1Params) SetContext

SetContext adds the context to the admin delete player record handler v1 params

func (*AdminDeletePlayerRecordHandlerV1Params) SetHTTPClient

func (o *AdminDeletePlayerRecordHandlerV1Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the admin delete player record handler v1 params

func (*AdminDeletePlayerRecordHandlerV1Params) SetHTTPClientTransport added in v0.19.0

func (o *AdminDeletePlayerRecordHandlerV1Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the admin delete player record handler v1 params

func (*AdminDeletePlayerRecordHandlerV1Params) SetKey

SetKey adds the key to the admin delete player record handler v1 params

func (*AdminDeletePlayerRecordHandlerV1Params) SetNamespace

func (o *AdminDeletePlayerRecordHandlerV1Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin delete player record handler v1 params

func (*AdminDeletePlayerRecordHandlerV1Params) SetTimeout

func (o *AdminDeletePlayerRecordHandlerV1Params) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the admin delete player record handler v1 params

func (*AdminDeletePlayerRecordHandlerV1Params) SetUserID

func (o *AdminDeletePlayerRecordHandlerV1Params) SetUserID(userID string)

SetUserID adds the userId to the admin delete player record handler v1 params

func (*AdminDeletePlayerRecordHandlerV1Params) WithContext

WithContext adds the context to the admin delete player record handler v1 params

func (*AdminDeletePlayerRecordHandlerV1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the admin delete player record handler v1 params

func (*AdminDeletePlayerRecordHandlerV1Params) WithKey

WithKey adds the key to the admin delete player record handler v1 params

func (*AdminDeletePlayerRecordHandlerV1Params) WithNamespace

WithNamespace adds the namespace to the admin delete player record handler v1 params

func (*AdminDeletePlayerRecordHandlerV1Params) WithTimeout

WithTimeout adds the timeout to the admin delete player record handler v1 params

func (*AdminDeletePlayerRecordHandlerV1Params) WithUserID

WithUserID adds the userID to the admin delete player record handler v1 params

func (*AdminDeletePlayerRecordHandlerV1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminDeletePlayerRecordHandlerV1Reader

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

AdminDeletePlayerRecordHandlerV1Reader is a Reader for the AdminDeletePlayerRecordHandlerV1 structure.

func (*AdminDeletePlayerRecordHandlerV1Reader) ReadResponse

func (o *AdminDeletePlayerRecordHandlerV1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type AdminDeletePlayerRecordHandlerV1Unauthorized added in v0.7.0

type AdminDeletePlayerRecordHandlerV1Unauthorized struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

AdminDeletePlayerRecordHandlerV1Unauthorized handles this case with default header values.

Unauthorized

func NewAdminDeletePlayerRecordHandlerV1Unauthorized added in v0.7.0

func NewAdminDeletePlayerRecordHandlerV1Unauthorized() *AdminDeletePlayerRecordHandlerV1Unauthorized

NewAdminDeletePlayerRecordHandlerV1Unauthorized creates a AdminDeletePlayerRecordHandlerV1Unauthorized with default headers values

func (*AdminDeletePlayerRecordHandlerV1Unauthorized) Error added in v0.7.0

func (*AdminDeletePlayerRecordHandlerV1Unauthorized) GetPayload added in v0.7.0

func (*AdminDeletePlayerRecordHandlerV1Unauthorized) ToJSONString added in v0.25.0

type AdminGetPlayerPublicRecordHandlerV1InternalServerError

type AdminGetPlayerPublicRecordHandlerV1InternalServerError struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

AdminGetPlayerPublicRecordHandlerV1InternalServerError handles this case with default header values.

Internal Server Error

func NewAdminGetPlayerPublicRecordHandlerV1InternalServerError

func NewAdminGetPlayerPublicRecordHandlerV1InternalServerError() *AdminGetPlayerPublicRecordHandlerV1InternalServerError

NewAdminGetPlayerPublicRecordHandlerV1InternalServerError creates a AdminGetPlayerPublicRecordHandlerV1InternalServerError with default headers values

func (*AdminGetPlayerPublicRecordHandlerV1InternalServerError) Error

func (*AdminGetPlayerPublicRecordHandlerV1InternalServerError) GetPayload

func (*AdminGetPlayerPublicRecordHandlerV1InternalServerError) ToJSONString added in v0.25.0

type AdminGetPlayerPublicRecordHandlerV1NotFound

type AdminGetPlayerPublicRecordHandlerV1NotFound struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

AdminGetPlayerPublicRecordHandlerV1NotFound handles this case with default header values.

Not Found

func NewAdminGetPlayerPublicRecordHandlerV1NotFound

func NewAdminGetPlayerPublicRecordHandlerV1NotFound() *AdminGetPlayerPublicRecordHandlerV1NotFound

NewAdminGetPlayerPublicRecordHandlerV1NotFound creates a AdminGetPlayerPublicRecordHandlerV1NotFound with default headers values

func (*AdminGetPlayerPublicRecordHandlerV1NotFound) Error

func (*AdminGetPlayerPublicRecordHandlerV1NotFound) GetPayload

func (*AdminGetPlayerPublicRecordHandlerV1NotFound) ToJSONString added in v0.25.0

type AdminGetPlayerPublicRecordHandlerV1OK

type AdminGetPlayerPublicRecordHandlerV1OK struct {
	Payload *cloudsaveclientmodels.ModelsPlayerRecordResponse
}

AdminGetPlayerPublicRecordHandlerV1OK handles this case with default header values.

Successful operation

func NewAdminGetPlayerPublicRecordHandlerV1OK

func NewAdminGetPlayerPublicRecordHandlerV1OK() *AdminGetPlayerPublicRecordHandlerV1OK

NewAdminGetPlayerPublicRecordHandlerV1OK creates a AdminGetPlayerPublicRecordHandlerV1OK with default headers values

func (*AdminGetPlayerPublicRecordHandlerV1OK) Error

func (*AdminGetPlayerPublicRecordHandlerV1OK) GetPayload

func (*AdminGetPlayerPublicRecordHandlerV1OK) ToJSONString added in v0.25.0

type AdminGetPlayerPublicRecordHandlerV1Params

type AdminGetPlayerPublicRecordHandlerV1Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Key
	  key of record

	*/
	Key string
	/*Namespace
	  namespace of the game

	*/
	Namespace string
	/*UserID
	  user ID who own the record

	*/
	UserID string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client
	// contains filtered or unexported fields
}

AdminGetPlayerPublicRecordHandlerV1Params contains all the parameters to send to the API endpoint for the admin get player public record handler v1 operation typically these are written to a http.Request

func NewAdminGetPlayerPublicRecordHandlerV1Params

func NewAdminGetPlayerPublicRecordHandlerV1Params() *AdminGetPlayerPublicRecordHandlerV1Params

NewAdminGetPlayerPublicRecordHandlerV1Params creates a new AdminGetPlayerPublicRecordHandlerV1Params object with the default values initialized.

func NewAdminGetPlayerPublicRecordHandlerV1ParamsWithContext

func NewAdminGetPlayerPublicRecordHandlerV1ParamsWithContext(ctx context.Context) *AdminGetPlayerPublicRecordHandlerV1Params

NewAdminGetPlayerPublicRecordHandlerV1ParamsWithContext creates a new AdminGetPlayerPublicRecordHandlerV1Params object with the default values initialized, and the ability to set a context for a request

func NewAdminGetPlayerPublicRecordHandlerV1ParamsWithHTTPClient

func NewAdminGetPlayerPublicRecordHandlerV1ParamsWithHTTPClient(client *http.Client) *AdminGetPlayerPublicRecordHandlerV1Params

NewAdminGetPlayerPublicRecordHandlerV1ParamsWithHTTPClient creates a new AdminGetPlayerPublicRecordHandlerV1Params object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewAdminGetPlayerPublicRecordHandlerV1ParamsWithTimeout

func NewAdminGetPlayerPublicRecordHandlerV1ParamsWithTimeout(timeout time.Duration) *AdminGetPlayerPublicRecordHandlerV1Params

NewAdminGetPlayerPublicRecordHandlerV1ParamsWithTimeout creates a new AdminGetPlayerPublicRecordHandlerV1Params object with the default values initialized, and the ability to set a timeout on a request

func (*AdminGetPlayerPublicRecordHandlerV1Params) SetAuthInfoWriter added in v0.17.0

func (o *AdminGetPlayerPublicRecordHandlerV1Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the admin get player public record handler v1 params

func (*AdminGetPlayerPublicRecordHandlerV1Params) SetContext

SetContext adds the context to the admin get player public record handler v1 params

func (*AdminGetPlayerPublicRecordHandlerV1Params) SetHTTPClient

func (o *AdminGetPlayerPublicRecordHandlerV1Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the admin get player public record handler v1 params

func (*AdminGetPlayerPublicRecordHandlerV1Params) SetHTTPClientTransport added in v0.19.0

func (o *AdminGetPlayerPublicRecordHandlerV1Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the admin get player public record handler v1 params

func (*AdminGetPlayerPublicRecordHandlerV1Params) SetKey

SetKey adds the key to the admin get player public record handler v1 params

func (*AdminGetPlayerPublicRecordHandlerV1Params) SetNamespace

func (o *AdminGetPlayerPublicRecordHandlerV1Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin get player public record handler v1 params

func (*AdminGetPlayerPublicRecordHandlerV1Params) SetTimeout

SetTimeout adds the timeout to the admin get player public record handler v1 params

func (*AdminGetPlayerPublicRecordHandlerV1Params) SetUserID

SetUserID adds the userId to the admin get player public record handler v1 params

func (*AdminGetPlayerPublicRecordHandlerV1Params) WithContext

WithContext adds the context to the admin get player public record handler v1 params

func (*AdminGetPlayerPublicRecordHandlerV1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the admin get player public record handler v1 params

func (*AdminGetPlayerPublicRecordHandlerV1Params) WithKey

WithKey adds the key to the admin get player public record handler v1 params

func (*AdminGetPlayerPublicRecordHandlerV1Params) WithNamespace

WithNamespace adds the namespace to the admin get player public record handler v1 params

func (*AdminGetPlayerPublicRecordHandlerV1Params) WithTimeout

WithTimeout adds the timeout to the admin get player public record handler v1 params

func (*AdminGetPlayerPublicRecordHandlerV1Params) WithUserID

WithUserID adds the userID to the admin get player public record handler v1 params

func (*AdminGetPlayerPublicRecordHandlerV1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminGetPlayerPublicRecordHandlerV1Reader

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

AdminGetPlayerPublicRecordHandlerV1Reader is a Reader for the AdminGetPlayerPublicRecordHandlerV1 structure.

func (*AdminGetPlayerPublicRecordHandlerV1Reader) ReadResponse

func (o *AdminGetPlayerPublicRecordHandlerV1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type AdminGetPlayerPublicRecordHandlerV1Unauthorized added in v0.7.0

type AdminGetPlayerPublicRecordHandlerV1Unauthorized struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

AdminGetPlayerPublicRecordHandlerV1Unauthorized handles this case with default header values.

Unauthorized

func NewAdminGetPlayerPublicRecordHandlerV1Unauthorized added in v0.7.0

func NewAdminGetPlayerPublicRecordHandlerV1Unauthorized() *AdminGetPlayerPublicRecordHandlerV1Unauthorized

NewAdminGetPlayerPublicRecordHandlerV1Unauthorized creates a AdminGetPlayerPublicRecordHandlerV1Unauthorized with default headers values

func (*AdminGetPlayerPublicRecordHandlerV1Unauthorized) Error added in v0.7.0

func (*AdminGetPlayerPublicRecordHandlerV1Unauthorized) GetPayload added in v0.7.0

func (*AdminGetPlayerPublicRecordHandlerV1Unauthorized) ToJSONString added in v0.25.0

type AdminGetPlayerRecordHandlerV1InternalServerError

type AdminGetPlayerRecordHandlerV1InternalServerError struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

AdminGetPlayerRecordHandlerV1InternalServerError handles this case with default header values.

Internal Server Error

func NewAdminGetPlayerRecordHandlerV1InternalServerError

func NewAdminGetPlayerRecordHandlerV1InternalServerError() *AdminGetPlayerRecordHandlerV1InternalServerError

NewAdminGetPlayerRecordHandlerV1InternalServerError creates a AdminGetPlayerRecordHandlerV1InternalServerError with default headers values

func (*AdminGetPlayerRecordHandlerV1InternalServerError) Error

func (*AdminGetPlayerRecordHandlerV1InternalServerError) GetPayload

func (*AdminGetPlayerRecordHandlerV1InternalServerError) ToJSONString added in v0.25.0

type AdminGetPlayerRecordHandlerV1NotFound added in v0.7.0

type AdminGetPlayerRecordHandlerV1NotFound struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

AdminGetPlayerRecordHandlerV1NotFound handles this case with default header values.

Not Found

func NewAdminGetPlayerRecordHandlerV1NotFound added in v0.7.0

func NewAdminGetPlayerRecordHandlerV1NotFound() *AdminGetPlayerRecordHandlerV1NotFound

NewAdminGetPlayerRecordHandlerV1NotFound creates a AdminGetPlayerRecordHandlerV1NotFound with default headers values

func (*AdminGetPlayerRecordHandlerV1NotFound) Error added in v0.7.0

func (*AdminGetPlayerRecordHandlerV1NotFound) GetPayload added in v0.7.0

func (*AdminGetPlayerRecordHandlerV1NotFound) ToJSONString added in v0.25.0

type AdminGetPlayerRecordHandlerV1OK

type AdminGetPlayerRecordHandlerV1OK struct {
	Payload *cloudsaveclientmodels.ModelsPlayerRecordResponse
}

AdminGetPlayerRecordHandlerV1OK handles this case with default header values.

Record in user-level retrieved

func NewAdminGetPlayerRecordHandlerV1OK

func NewAdminGetPlayerRecordHandlerV1OK() *AdminGetPlayerRecordHandlerV1OK

NewAdminGetPlayerRecordHandlerV1OK creates a AdminGetPlayerRecordHandlerV1OK with default headers values

func (*AdminGetPlayerRecordHandlerV1OK) Error

func (*AdminGetPlayerRecordHandlerV1OK) GetPayload

func (*AdminGetPlayerRecordHandlerV1OK) ToJSONString added in v0.25.0

func (o *AdminGetPlayerRecordHandlerV1OK) ToJSONString() string

type AdminGetPlayerRecordHandlerV1Params

type AdminGetPlayerRecordHandlerV1Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Key
	  key of record

	*/
	Key string
	/*Namespace
	  namespace of the game

	*/
	Namespace string
	/*UserID
	  user ID who own the record

	*/
	UserID string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client
	// contains filtered or unexported fields
}

AdminGetPlayerRecordHandlerV1Params contains all the parameters to send to the API endpoint for the admin get player record handler v1 operation typically these are written to a http.Request

func NewAdminGetPlayerRecordHandlerV1Params

func NewAdminGetPlayerRecordHandlerV1Params() *AdminGetPlayerRecordHandlerV1Params

NewAdminGetPlayerRecordHandlerV1Params creates a new AdminGetPlayerRecordHandlerV1Params object with the default values initialized.

func NewAdminGetPlayerRecordHandlerV1ParamsWithContext

func NewAdminGetPlayerRecordHandlerV1ParamsWithContext(ctx context.Context) *AdminGetPlayerRecordHandlerV1Params

NewAdminGetPlayerRecordHandlerV1ParamsWithContext creates a new AdminGetPlayerRecordHandlerV1Params object with the default values initialized, and the ability to set a context for a request

func NewAdminGetPlayerRecordHandlerV1ParamsWithHTTPClient

func NewAdminGetPlayerRecordHandlerV1ParamsWithHTTPClient(client *http.Client) *AdminGetPlayerRecordHandlerV1Params

NewAdminGetPlayerRecordHandlerV1ParamsWithHTTPClient creates a new AdminGetPlayerRecordHandlerV1Params object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewAdminGetPlayerRecordHandlerV1ParamsWithTimeout

func NewAdminGetPlayerRecordHandlerV1ParamsWithTimeout(timeout time.Duration) *AdminGetPlayerRecordHandlerV1Params

NewAdminGetPlayerRecordHandlerV1ParamsWithTimeout creates a new AdminGetPlayerRecordHandlerV1Params object with the default values initialized, and the ability to set a timeout on a request

func (*AdminGetPlayerRecordHandlerV1Params) SetAuthInfoWriter added in v0.17.0

func (o *AdminGetPlayerRecordHandlerV1Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the admin get player record handler v1 params

func (*AdminGetPlayerRecordHandlerV1Params) SetContext

SetContext adds the context to the admin get player record handler v1 params

func (*AdminGetPlayerRecordHandlerV1Params) SetHTTPClient

func (o *AdminGetPlayerRecordHandlerV1Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the admin get player record handler v1 params

func (*AdminGetPlayerRecordHandlerV1Params) SetHTTPClientTransport added in v0.19.0

func (o *AdminGetPlayerRecordHandlerV1Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the admin get player record handler v1 params

func (*AdminGetPlayerRecordHandlerV1Params) SetKey

SetKey adds the key to the admin get player record handler v1 params

func (*AdminGetPlayerRecordHandlerV1Params) SetNamespace

func (o *AdminGetPlayerRecordHandlerV1Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin get player record handler v1 params

func (*AdminGetPlayerRecordHandlerV1Params) SetTimeout

func (o *AdminGetPlayerRecordHandlerV1Params) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the admin get player record handler v1 params

func (*AdminGetPlayerRecordHandlerV1Params) SetUserID

func (o *AdminGetPlayerRecordHandlerV1Params) SetUserID(userID string)

SetUserID adds the userId to the admin get player record handler v1 params

func (*AdminGetPlayerRecordHandlerV1Params) WithContext

WithContext adds the context to the admin get player record handler v1 params

func (*AdminGetPlayerRecordHandlerV1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the admin get player record handler v1 params

func (*AdminGetPlayerRecordHandlerV1Params) WithKey

WithKey adds the key to the admin get player record handler v1 params

func (*AdminGetPlayerRecordHandlerV1Params) WithNamespace

WithNamespace adds the namespace to the admin get player record handler v1 params

func (*AdminGetPlayerRecordHandlerV1Params) WithTimeout

WithTimeout adds the timeout to the admin get player record handler v1 params

func (*AdminGetPlayerRecordHandlerV1Params) WithUserID

WithUserID adds the userID to the admin get player record handler v1 params

func (*AdminGetPlayerRecordHandlerV1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminGetPlayerRecordHandlerV1Reader

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

AdminGetPlayerRecordHandlerV1Reader is a Reader for the AdminGetPlayerRecordHandlerV1 structure.

func (*AdminGetPlayerRecordHandlerV1Reader) ReadResponse

func (o *AdminGetPlayerRecordHandlerV1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type AdminGetPlayerRecordHandlerV1Unauthorized added in v0.7.0

type AdminGetPlayerRecordHandlerV1Unauthorized struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

AdminGetPlayerRecordHandlerV1Unauthorized handles this case with default header values.

Unauthorized

func NewAdminGetPlayerRecordHandlerV1Unauthorized added in v0.7.0

func NewAdminGetPlayerRecordHandlerV1Unauthorized() *AdminGetPlayerRecordHandlerV1Unauthorized

NewAdminGetPlayerRecordHandlerV1Unauthorized creates a AdminGetPlayerRecordHandlerV1Unauthorized with default headers values

func (*AdminGetPlayerRecordHandlerV1Unauthorized) Error added in v0.7.0

func (*AdminGetPlayerRecordHandlerV1Unauthorized) GetPayload added in v0.7.0

func (*AdminGetPlayerRecordHandlerV1Unauthorized) ToJSONString added in v0.25.0

type AdminGetPlayerRecordSizeHandlerV1InternalServerError added in v0.27.0

type AdminGetPlayerRecordSizeHandlerV1InternalServerError struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

AdminGetPlayerRecordSizeHandlerV1InternalServerError handles this case with default header values.

Internal Server Error

func NewAdminGetPlayerRecordSizeHandlerV1InternalServerError added in v0.27.0

func NewAdminGetPlayerRecordSizeHandlerV1InternalServerError() *AdminGetPlayerRecordSizeHandlerV1InternalServerError

NewAdminGetPlayerRecordSizeHandlerV1InternalServerError creates a AdminGetPlayerRecordSizeHandlerV1InternalServerError with default headers values

func (*AdminGetPlayerRecordSizeHandlerV1InternalServerError) Error added in v0.27.0

func (*AdminGetPlayerRecordSizeHandlerV1InternalServerError) GetPayload added in v0.27.0

func (*AdminGetPlayerRecordSizeHandlerV1InternalServerError) ToJSONString added in v0.27.0

type AdminGetPlayerRecordSizeHandlerV1NotFound added in v0.27.0

type AdminGetPlayerRecordSizeHandlerV1NotFound struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

AdminGetPlayerRecordSizeHandlerV1NotFound handles this case with default header values.

Not Found

func NewAdminGetPlayerRecordSizeHandlerV1NotFound added in v0.27.0

func NewAdminGetPlayerRecordSizeHandlerV1NotFound() *AdminGetPlayerRecordSizeHandlerV1NotFound

NewAdminGetPlayerRecordSizeHandlerV1NotFound creates a AdminGetPlayerRecordSizeHandlerV1NotFound with default headers values

func (*AdminGetPlayerRecordSizeHandlerV1NotFound) Error added in v0.27.0

func (*AdminGetPlayerRecordSizeHandlerV1NotFound) GetPayload added in v0.27.0

func (*AdminGetPlayerRecordSizeHandlerV1NotFound) ToJSONString added in v0.27.0

type AdminGetPlayerRecordSizeHandlerV1OK added in v0.27.0

type AdminGetPlayerRecordSizeHandlerV1OK struct {
	Payload *cloudsaveclientmodels.ModelsPlayerRecordSizeResponse
}

AdminGetPlayerRecordSizeHandlerV1OK handles this case with default header values.

Record in user-level retrieved

func NewAdminGetPlayerRecordSizeHandlerV1OK added in v0.27.0

func NewAdminGetPlayerRecordSizeHandlerV1OK() *AdminGetPlayerRecordSizeHandlerV1OK

NewAdminGetPlayerRecordSizeHandlerV1OK creates a AdminGetPlayerRecordSizeHandlerV1OK with default headers values

func (*AdminGetPlayerRecordSizeHandlerV1OK) Error added in v0.27.0

func (*AdminGetPlayerRecordSizeHandlerV1OK) GetPayload added in v0.27.0

func (*AdminGetPlayerRecordSizeHandlerV1OK) ToJSONString added in v0.27.0

func (o *AdminGetPlayerRecordSizeHandlerV1OK) ToJSONString() string

type AdminGetPlayerRecordSizeHandlerV1Params added in v0.27.0

type AdminGetPlayerRecordSizeHandlerV1Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Key
	  key of record

	*/
	Key string
	/*Namespace
	  namespace of the game

	*/
	Namespace string
	/*UserID
	  user ID who own the record

	*/
	UserID string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client
	// contains filtered or unexported fields
}

AdminGetPlayerRecordSizeHandlerV1Params contains all the parameters to send to the API endpoint for the admin get player record size handler v1 operation typically these are written to a http.Request

func NewAdminGetPlayerRecordSizeHandlerV1Params added in v0.27.0

func NewAdminGetPlayerRecordSizeHandlerV1Params() *AdminGetPlayerRecordSizeHandlerV1Params

NewAdminGetPlayerRecordSizeHandlerV1Params creates a new AdminGetPlayerRecordSizeHandlerV1Params object with the default values initialized.

func NewAdminGetPlayerRecordSizeHandlerV1ParamsWithContext added in v0.27.0

func NewAdminGetPlayerRecordSizeHandlerV1ParamsWithContext(ctx context.Context) *AdminGetPlayerRecordSizeHandlerV1Params

NewAdminGetPlayerRecordSizeHandlerV1ParamsWithContext creates a new AdminGetPlayerRecordSizeHandlerV1Params object with the default values initialized, and the ability to set a context for a request

func NewAdminGetPlayerRecordSizeHandlerV1ParamsWithHTTPClient added in v0.27.0

func NewAdminGetPlayerRecordSizeHandlerV1ParamsWithHTTPClient(client *http.Client) *AdminGetPlayerRecordSizeHandlerV1Params

NewAdminGetPlayerRecordSizeHandlerV1ParamsWithHTTPClient creates a new AdminGetPlayerRecordSizeHandlerV1Params object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewAdminGetPlayerRecordSizeHandlerV1ParamsWithTimeout added in v0.27.0

func NewAdminGetPlayerRecordSizeHandlerV1ParamsWithTimeout(timeout time.Duration) *AdminGetPlayerRecordSizeHandlerV1Params

NewAdminGetPlayerRecordSizeHandlerV1ParamsWithTimeout creates a new AdminGetPlayerRecordSizeHandlerV1Params object with the default values initialized, and the ability to set a timeout on a request

func (*AdminGetPlayerRecordSizeHandlerV1Params) SetAuthInfoWriter added in v0.27.0

func (o *AdminGetPlayerRecordSizeHandlerV1Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the admin get player record size handler v1 params

func (*AdminGetPlayerRecordSizeHandlerV1Params) SetContext added in v0.27.0

SetContext adds the context to the admin get player record size handler v1 params

func (*AdminGetPlayerRecordSizeHandlerV1Params) SetHTTPClient added in v0.27.0

func (o *AdminGetPlayerRecordSizeHandlerV1Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the admin get player record size handler v1 params

func (*AdminGetPlayerRecordSizeHandlerV1Params) SetHTTPClientTransport added in v0.27.0

func (o *AdminGetPlayerRecordSizeHandlerV1Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the admin get player record size handler v1 params

func (*AdminGetPlayerRecordSizeHandlerV1Params) SetKey added in v0.27.0

SetKey adds the key to the admin get player record size handler v1 params

func (*AdminGetPlayerRecordSizeHandlerV1Params) SetNamespace added in v0.27.0

func (o *AdminGetPlayerRecordSizeHandlerV1Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin get player record size handler v1 params

func (*AdminGetPlayerRecordSizeHandlerV1Params) SetTimeout added in v0.27.0

func (o *AdminGetPlayerRecordSizeHandlerV1Params) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the admin get player record size handler v1 params

func (*AdminGetPlayerRecordSizeHandlerV1Params) SetUserID added in v0.27.0

func (o *AdminGetPlayerRecordSizeHandlerV1Params) SetUserID(userID string)

SetUserID adds the userId to the admin get player record size handler v1 params

func (*AdminGetPlayerRecordSizeHandlerV1Params) WithContext added in v0.27.0

WithContext adds the context to the admin get player record size handler v1 params

func (*AdminGetPlayerRecordSizeHandlerV1Params) WithHTTPClient added in v0.27.0

WithHTTPClient adds the HTTPClient to the admin get player record size handler v1 params

func (*AdminGetPlayerRecordSizeHandlerV1Params) WithKey added in v0.27.0

WithKey adds the key to the admin get player record size handler v1 params

func (*AdminGetPlayerRecordSizeHandlerV1Params) WithNamespace added in v0.27.0

WithNamespace adds the namespace to the admin get player record size handler v1 params

func (*AdminGetPlayerRecordSizeHandlerV1Params) WithTimeout added in v0.27.0

WithTimeout adds the timeout to the admin get player record size handler v1 params

func (*AdminGetPlayerRecordSizeHandlerV1Params) WithUserID added in v0.27.0

WithUserID adds the userID to the admin get player record size handler v1 params

func (*AdminGetPlayerRecordSizeHandlerV1Params) WriteToRequest added in v0.27.0

WriteToRequest writes these params to a swagger request

type AdminGetPlayerRecordSizeHandlerV1Reader added in v0.27.0

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

AdminGetPlayerRecordSizeHandlerV1Reader is a Reader for the AdminGetPlayerRecordSizeHandlerV1 structure.

func (*AdminGetPlayerRecordSizeHandlerV1Reader) ReadResponse added in v0.27.0

func (o *AdminGetPlayerRecordSizeHandlerV1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type AdminGetPlayerRecordSizeHandlerV1Unauthorized added in v0.27.0

type AdminGetPlayerRecordSizeHandlerV1Unauthorized struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

AdminGetPlayerRecordSizeHandlerV1Unauthorized handles this case with default header values.

Unauthorized

func NewAdminGetPlayerRecordSizeHandlerV1Unauthorized added in v0.27.0

func NewAdminGetPlayerRecordSizeHandlerV1Unauthorized() *AdminGetPlayerRecordSizeHandlerV1Unauthorized

NewAdminGetPlayerRecordSizeHandlerV1Unauthorized creates a AdminGetPlayerRecordSizeHandlerV1Unauthorized with default headers values

func (*AdminGetPlayerRecordSizeHandlerV1Unauthorized) Error added in v0.27.0

func (*AdminGetPlayerRecordSizeHandlerV1Unauthorized) GetPayload added in v0.27.0

func (*AdminGetPlayerRecordSizeHandlerV1Unauthorized) ToJSONString added in v0.27.0

type AdminPostPlayerPublicRecordHandlerV1BadRequest

type AdminPostPlayerPublicRecordHandlerV1BadRequest struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

AdminPostPlayerPublicRecordHandlerV1BadRequest handles this case with default header values.

Bad Request

func NewAdminPostPlayerPublicRecordHandlerV1BadRequest

func NewAdminPostPlayerPublicRecordHandlerV1BadRequest() *AdminPostPlayerPublicRecordHandlerV1BadRequest

NewAdminPostPlayerPublicRecordHandlerV1BadRequest creates a AdminPostPlayerPublicRecordHandlerV1BadRequest with default headers values

func (*AdminPostPlayerPublicRecordHandlerV1BadRequest) Error

func (*AdminPostPlayerPublicRecordHandlerV1BadRequest) GetPayload

func (*AdminPostPlayerPublicRecordHandlerV1BadRequest) ToJSONString added in v0.25.0

type AdminPostPlayerPublicRecordHandlerV1Created added in v0.7.0

type AdminPostPlayerPublicRecordHandlerV1Created struct {
	Payload *cloudsaveclientmodels.ModelsPlayerRecordResponse
}

AdminPostPlayerPublicRecordHandlerV1Created handles this case with default header values.

Record saved

func NewAdminPostPlayerPublicRecordHandlerV1Created added in v0.7.0

func NewAdminPostPlayerPublicRecordHandlerV1Created() *AdminPostPlayerPublicRecordHandlerV1Created

NewAdminPostPlayerPublicRecordHandlerV1Created creates a AdminPostPlayerPublicRecordHandlerV1Created with default headers values

func (*AdminPostPlayerPublicRecordHandlerV1Created) Error added in v0.7.0

func (*AdminPostPlayerPublicRecordHandlerV1Created) GetPayload added in v0.24.0

func (*AdminPostPlayerPublicRecordHandlerV1Created) ToJSONString added in v0.25.0

type AdminPostPlayerPublicRecordHandlerV1InternalServerError

type AdminPostPlayerPublicRecordHandlerV1InternalServerError struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

AdminPostPlayerPublicRecordHandlerV1InternalServerError handles this case with default header values.

Internal Server Error

func NewAdminPostPlayerPublicRecordHandlerV1InternalServerError

func NewAdminPostPlayerPublicRecordHandlerV1InternalServerError() *AdminPostPlayerPublicRecordHandlerV1InternalServerError

NewAdminPostPlayerPublicRecordHandlerV1InternalServerError creates a AdminPostPlayerPublicRecordHandlerV1InternalServerError with default headers values

func (*AdminPostPlayerPublicRecordHandlerV1InternalServerError) Error

func (*AdminPostPlayerPublicRecordHandlerV1InternalServerError) GetPayload

func (*AdminPostPlayerPublicRecordHandlerV1InternalServerError) ToJSONString added in v0.25.0

type AdminPostPlayerPublicRecordHandlerV1Params

type AdminPostPlayerPublicRecordHandlerV1Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body cloudsaveclientmodels.ModelsPlayerRecordRequest
	/*Key
	  key of record

	*/
	Key string
	/*Namespace
	  namespace of the game

	*/
	Namespace string
	/*UserID
	  user ID who own the record

	*/
	UserID string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client
	// contains filtered or unexported fields
}

AdminPostPlayerPublicRecordHandlerV1Params contains all the parameters to send to the API endpoint for the admin post player public record handler v1 operation typically these are written to a http.Request

func NewAdminPostPlayerPublicRecordHandlerV1Params

func NewAdminPostPlayerPublicRecordHandlerV1Params() *AdminPostPlayerPublicRecordHandlerV1Params

NewAdminPostPlayerPublicRecordHandlerV1Params creates a new AdminPostPlayerPublicRecordHandlerV1Params object with the default values initialized.

func NewAdminPostPlayerPublicRecordHandlerV1ParamsWithContext

func NewAdminPostPlayerPublicRecordHandlerV1ParamsWithContext(ctx context.Context) *AdminPostPlayerPublicRecordHandlerV1Params

NewAdminPostPlayerPublicRecordHandlerV1ParamsWithContext creates a new AdminPostPlayerPublicRecordHandlerV1Params object with the default values initialized, and the ability to set a context for a request

func NewAdminPostPlayerPublicRecordHandlerV1ParamsWithHTTPClient

func NewAdminPostPlayerPublicRecordHandlerV1ParamsWithHTTPClient(client *http.Client) *AdminPostPlayerPublicRecordHandlerV1Params

NewAdminPostPlayerPublicRecordHandlerV1ParamsWithHTTPClient creates a new AdminPostPlayerPublicRecordHandlerV1Params object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewAdminPostPlayerPublicRecordHandlerV1ParamsWithTimeout

func NewAdminPostPlayerPublicRecordHandlerV1ParamsWithTimeout(timeout time.Duration) *AdminPostPlayerPublicRecordHandlerV1Params

NewAdminPostPlayerPublicRecordHandlerV1ParamsWithTimeout creates a new AdminPostPlayerPublicRecordHandlerV1Params object with the default values initialized, and the ability to set a timeout on a request

func (*AdminPostPlayerPublicRecordHandlerV1Params) SetAuthInfoWriter added in v0.17.0

func (o *AdminPostPlayerPublicRecordHandlerV1Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the admin post player public record handler v1 params

func (*AdminPostPlayerPublicRecordHandlerV1Params) SetBody

SetBody adds the body to the admin post player public record handler v1 params

func (*AdminPostPlayerPublicRecordHandlerV1Params) SetContext

SetContext adds the context to the admin post player public record handler v1 params

func (*AdminPostPlayerPublicRecordHandlerV1Params) SetHTTPClient

func (o *AdminPostPlayerPublicRecordHandlerV1Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the admin post player public record handler v1 params

func (*AdminPostPlayerPublicRecordHandlerV1Params) SetHTTPClientTransport added in v0.19.0

func (o *AdminPostPlayerPublicRecordHandlerV1Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the admin post player public record handler v1 params

func (*AdminPostPlayerPublicRecordHandlerV1Params) SetKey

SetKey adds the key to the admin post player public record handler v1 params

func (*AdminPostPlayerPublicRecordHandlerV1Params) SetNamespace

func (o *AdminPostPlayerPublicRecordHandlerV1Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin post player public record handler v1 params

func (*AdminPostPlayerPublicRecordHandlerV1Params) SetTimeout

SetTimeout adds the timeout to the admin post player public record handler v1 params

func (*AdminPostPlayerPublicRecordHandlerV1Params) SetUserID

SetUserID adds the userId to the admin post player public record handler v1 params

func (*AdminPostPlayerPublicRecordHandlerV1Params) WithBody

WithBody adds the body to the admin post player public record handler v1 params

func (*AdminPostPlayerPublicRecordHandlerV1Params) WithContext

WithContext adds the context to the admin post player public record handler v1 params

func (*AdminPostPlayerPublicRecordHandlerV1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the admin post player public record handler v1 params

func (*AdminPostPlayerPublicRecordHandlerV1Params) WithKey

WithKey adds the key to the admin post player public record handler v1 params

func (*AdminPostPlayerPublicRecordHandlerV1Params) WithNamespace

WithNamespace adds the namespace to the admin post player public record handler v1 params

func (*AdminPostPlayerPublicRecordHandlerV1Params) WithTimeout

WithTimeout adds the timeout to the admin post player public record handler v1 params

func (*AdminPostPlayerPublicRecordHandlerV1Params) WithUserID

WithUserID adds the userID to the admin post player public record handler v1 params

func (*AdminPostPlayerPublicRecordHandlerV1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminPostPlayerPublicRecordHandlerV1Reader

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

AdminPostPlayerPublicRecordHandlerV1Reader is a Reader for the AdminPostPlayerPublicRecordHandlerV1 structure.

func (*AdminPostPlayerPublicRecordHandlerV1Reader) ReadResponse

func (o *AdminPostPlayerPublicRecordHandlerV1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type AdminPostPlayerPublicRecordHandlerV1Unauthorized added in v0.7.0

type AdminPostPlayerPublicRecordHandlerV1Unauthorized struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

AdminPostPlayerPublicRecordHandlerV1Unauthorized handles this case with default header values.

Unauthorized

func NewAdminPostPlayerPublicRecordHandlerV1Unauthorized added in v0.7.0

func NewAdminPostPlayerPublicRecordHandlerV1Unauthorized() *AdminPostPlayerPublicRecordHandlerV1Unauthorized

NewAdminPostPlayerPublicRecordHandlerV1Unauthorized creates a AdminPostPlayerPublicRecordHandlerV1Unauthorized with default headers values

func (*AdminPostPlayerPublicRecordHandlerV1Unauthorized) Error added in v0.7.0

func (*AdminPostPlayerPublicRecordHandlerV1Unauthorized) GetPayload added in v0.7.0

func (*AdminPostPlayerPublicRecordHandlerV1Unauthorized) ToJSONString added in v0.25.0

type AdminPostPlayerRecordHandlerV1Created added in v0.7.0

type AdminPostPlayerRecordHandlerV1Created struct {
	Payload *cloudsaveclientmodels.ModelsPlayerRecordResponse
}

AdminPostPlayerRecordHandlerV1Created handles this case with default header values.

Record in user-level saved

func NewAdminPostPlayerRecordHandlerV1Created added in v0.7.0

func NewAdminPostPlayerRecordHandlerV1Created() *AdminPostPlayerRecordHandlerV1Created

NewAdminPostPlayerRecordHandlerV1Created creates a AdminPostPlayerRecordHandlerV1Created with default headers values

func (*AdminPostPlayerRecordHandlerV1Created) Error added in v0.7.0

func (*AdminPostPlayerRecordHandlerV1Created) GetPayload added in v0.24.0

func (*AdminPostPlayerRecordHandlerV1Created) ToJSONString added in v0.25.0

type AdminPostPlayerRecordHandlerV1InternalServerError

type AdminPostPlayerRecordHandlerV1InternalServerError struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

AdminPostPlayerRecordHandlerV1InternalServerError handles this case with default header values.

Internal Server Error

func NewAdminPostPlayerRecordHandlerV1InternalServerError

func NewAdminPostPlayerRecordHandlerV1InternalServerError() *AdminPostPlayerRecordHandlerV1InternalServerError

NewAdminPostPlayerRecordHandlerV1InternalServerError creates a AdminPostPlayerRecordHandlerV1InternalServerError with default headers values

func (*AdminPostPlayerRecordHandlerV1InternalServerError) Error

func (*AdminPostPlayerRecordHandlerV1InternalServerError) GetPayload

func (*AdminPostPlayerRecordHandlerV1InternalServerError) ToJSONString added in v0.25.0

type AdminPostPlayerRecordHandlerV1Params

type AdminPostPlayerRecordHandlerV1Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body cloudsaveclientmodels.ModelsPlayerRecordRequest
	/*Key
	  key of record

	*/
	Key string
	/*Namespace
	  namespace of the game

	*/
	Namespace string
	/*UserID
	  user ID who own the record

	*/
	UserID string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client
	// contains filtered or unexported fields
}

AdminPostPlayerRecordHandlerV1Params contains all the parameters to send to the API endpoint for the admin post player record handler v1 operation typically these are written to a http.Request

func NewAdminPostPlayerRecordHandlerV1Params

func NewAdminPostPlayerRecordHandlerV1Params() *AdminPostPlayerRecordHandlerV1Params

NewAdminPostPlayerRecordHandlerV1Params creates a new AdminPostPlayerRecordHandlerV1Params object with the default values initialized.

func NewAdminPostPlayerRecordHandlerV1ParamsWithContext

func NewAdminPostPlayerRecordHandlerV1ParamsWithContext(ctx context.Context) *AdminPostPlayerRecordHandlerV1Params

NewAdminPostPlayerRecordHandlerV1ParamsWithContext creates a new AdminPostPlayerRecordHandlerV1Params object with the default values initialized, and the ability to set a context for a request

func NewAdminPostPlayerRecordHandlerV1ParamsWithHTTPClient

func NewAdminPostPlayerRecordHandlerV1ParamsWithHTTPClient(client *http.Client) *AdminPostPlayerRecordHandlerV1Params

NewAdminPostPlayerRecordHandlerV1ParamsWithHTTPClient creates a new AdminPostPlayerRecordHandlerV1Params object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewAdminPostPlayerRecordHandlerV1ParamsWithTimeout

func NewAdminPostPlayerRecordHandlerV1ParamsWithTimeout(timeout time.Duration) *AdminPostPlayerRecordHandlerV1Params

NewAdminPostPlayerRecordHandlerV1ParamsWithTimeout creates a new AdminPostPlayerRecordHandlerV1Params object with the default values initialized, and the ability to set a timeout on a request

func (*AdminPostPlayerRecordHandlerV1Params) SetAuthInfoWriter added in v0.17.0

func (o *AdminPostPlayerRecordHandlerV1Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the admin post player record handler v1 params

func (*AdminPostPlayerRecordHandlerV1Params) SetBody

SetBody adds the body to the admin post player record handler v1 params

func (*AdminPostPlayerRecordHandlerV1Params) SetContext

SetContext adds the context to the admin post player record handler v1 params

func (*AdminPostPlayerRecordHandlerV1Params) SetHTTPClient

func (o *AdminPostPlayerRecordHandlerV1Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the admin post player record handler v1 params

func (*AdminPostPlayerRecordHandlerV1Params) SetHTTPClientTransport added in v0.19.0

func (o *AdminPostPlayerRecordHandlerV1Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the admin post player record handler v1 params

func (*AdminPostPlayerRecordHandlerV1Params) SetKey

SetKey adds the key to the admin post player record handler v1 params

func (*AdminPostPlayerRecordHandlerV1Params) SetNamespace

func (o *AdminPostPlayerRecordHandlerV1Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin post player record handler v1 params

func (*AdminPostPlayerRecordHandlerV1Params) SetTimeout

func (o *AdminPostPlayerRecordHandlerV1Params) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the admin post player record handler v1 params

func (*AdminPostPlayerRecordHandlerV1Params) SetUserID

func (o *AdminPostPlayerRecordHandlerV1Params) SetUserID(userID string)

SetUserID adds the userId to the admin post player record handler v1 params

func (*AdminPostPlayerRecordHandlerV1Params) WithBody

WithBody adds the body to the admin post player record handler v1 params

func (*AdminPostPlayerRecordHandlerV1Params) WithContext

WithContext adds the context to the admin post player record handler v1 params

func (*AdminPostPlayerRecordHandlerV1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the admin post player record handler v1 params

func (*AdminPostPlayerRecordHandlerV1Params) WithKey

WithKey adds the key to the admin post player record handler v1 params

func (*AdminPostPlayerRecordHandlerV1Params) WithNamespace

WithNamespace adds the namespace to the admin post player record handler v1 params

func (*AdminPostPlayerRecordHandlerV1Params) WithTimeout

WithTimeout adds the timeout to the admin post player record handler v1 params

func (*AdminPostPlayerRecordHandlerV1Params) WithUserID

WithUserID adds the userID to the admin post player record handler v1 params

func (*AdminPostPlayerRecordHandlerV1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminPostPlayerRecordHandlerV1Reader

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

AdminPostPlayerRecordHandlerV1Reader is a Reader for the AdminPostPlayerRecordHandlerV1 structure.

func (*AdminPostPlayerRecordHandlerV1Reader) ReadResponse

func (o *AdminPostPlayerRecordHandlerV1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type AdminPostPlayerRecordHandlerV1Unauthorized added in v0.7.0

type AdminPostPlayerRecordHandlerV1Unauthorized struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

AdminPostPlayerRecordHandlerV1Unauthorized handles this case with default header values.

Unauthorized

func NewAdminPostPlayerRecordHandlerV1Unauthorized added in v0.7.0

func NewAdminPostPlayerRecordHandlerV1Unauthorized() *AdminPostPlayerRecordHandlerV1Unauthorized

NewAdminPostPlayerRecordHandlerV1Unauthorized creates a AdminPostPlayerRecordHandlerV1Unauthorized with default headers values

func (*AdminPostPlayerRecordHandlerV1Unauthorized) Error added in v0.7.0

func (*AdminPostPlayerRecordHandlerV1Unauthorized) GetPayload added in v0.7.0

func (*AdminPostPlayerRecordHandlerV1Unauthorized) ToJSONString added in v0.25.0

type AdminPutPlayerPublicRecordHandlerV1BadRequest

type AdminPutPlayerPublicRecordHandlerV1BadRequest struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

AdminPutPlayerPublicRecordHandlerV1BadRequest handles this case with default header values.

Bad Request

func NewAdminPutPlayerPublicRecordHandlerV1BadRequest

func NewAdminPutPlayerPublicRecordHandlerV1BadRequest() *AdminPutPlayerPublicRecordHandlerV1BadRequest

NewAdminPutPlayerPublicRecordHandlerV1BadRequest creates a AdminPutPlayerPublicRecordHandlerV1BadRequest with default headers values

func (*AdminPutPlayerPublicRecordHandlerV1BadRequest) Error

func (*AdminPutPlayerPublicRecordHandlerV1BadRequest) GetPayload

func (*AdminPutPlayerPublicRecordHandlerV1BadRequest) ToJSONString added in v0.25.0

type AdminPutPlayerPublicRecordHandlerV1InternalServerError

type AdminPutPlayerPublicRecordHandlerV1InternalServerError struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

AdminPutPlayerPublicRecordHandlerV1InternalServerError handles this case with default header values.

Internal Server Error

func NewAdminPutPlayerPublicRecordHandlerV1InternalServerError

func NewAdminPutPlayerPublicRecordHandlerV1InternalServerError() *AdminPutPlayerPublicRecordHandlerV1InternalServerError

NewAdminPutPlayerPublicRecordHandlerV1InternalServerError creates a AdminPutPlayerPublicRecordHandlerV1InternalServerError with default headers values

func (*AdminPutPlayerPublicRecordHandlerV1InternalServerError) Error

func (*AdminPutPlayerPublicRecordHandlerV1InternalServerError) GetPayload

func (*AdminPutPlayerPublicRecordHandlerV1InternalServerError) ToJSONString added in v0.25.0

type AdminPutPlayerPublicRecordHandlerV1OK

type AdminPutPlayerPublicRecordHandlerV1OK struct {
	Payload *cloudsaveclientmodels.ModelsPlayerRecordResponse
}

AdminPutPlayerPublicRecordHandlerV1OK handles this case with default header values.

Record in user-level saved

func NewAdminPutPlayerPublicRecordHandlerV1OK

func NewAdminPutPlayerPublicRecordHandlerV1OK() *AdminPutPlayerPublicRecordHandlerV1OK

NewAdminPutPlayerPublicRecordHandlerV1OK creates a AdminPutPlayerPublicRecordHandlerV1OK with default headers values

func (*AdminPutPlayerPublicRecordHandlerV1OK) Error

func (*AdminPutPlayerPublicRecordHandlerV1OK) GetPayload added in v0.24.0

func (*AdminPutPlayerPublicRecordHandlerV1OK) ToJSONString added in v0.25.0

type AdminPutPlayerPublicRecordHandlerV1Params

type AdminPutPlayerPublicRecordHandlerV1Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body cloudsaveclientmodels.ModelsPlayerRecordRequest
	/*Key
	  key of record

	*/
	Key string
	/*Namespace
	  namespace of the game

	*/
	Namespace string
	/*UserID
	  user ID who own the record

	*/
	UserID string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client
	// contains filtered or unexported fields
}

AdminPutPlayerPublicRecordHandlerV1Params contains all the parameters to send to the API endpoint for the admin put player public record handler v1 operation typically these are written to a http.Request

func NewAdminPutPlayerPublicRecordHandlerV1Params

func NewAdminPutPlayerPublicRecordHandlerV1Params() *AdminPutPlayerPublicRecordHandlerV1Params

NewAdminPutPlayerPublicRecordHandlerV1Params creates a new AdminPutPlayerPublicRecordHandlerV1Params object with the default values initialized.

func NewAdminPutPlayerPublicRecordHandlerV1ParamsWithContext

func NewAdminPutPlayerPublicRecordHandlerV1ParamsWithContext(ctx context.Context) *AdminPutPlayerPublicRecordHandlerV1Params

NewAdminPutPlayerPublicRecordHandlerV1ParamsWithContext creates a new AdminPutPlayerPublicRecordHandlerV1Params object with the default values initialized, and the ability to set a context for a request

func NewAdminPutPlayerPublicRecordHandlerV1ParamsWithHTTPClient

func NewAdminPutPlayerPublicRecordHandlerV1ParamsWithHTTPClient(client *http.Client) *AdminPutPlayerPublicRecordHandlerV1Params

NewAdminPutPlayerPublicRecordHandlerV1ParamsWithHTTPClient creates a new AdminPutPlayerPublicRecordHandlerV1Params object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewAdminPutPlayerPublicRecordHandlerV1ParamsWithTimeout

func NewAdminPutPlayerPublicRecordHandlerV1ParamsWithTimeout(timeout time.Duration) *AdminPutPlayerPublicRecordHandlerV1Params

NewAdminPutPlayerPublicRecordHandlerV1ParamsWithTimeout creates a new AdminPutPlayerPublicRecordHandlerV1Params object with the default values initialized, and the ability to set a timeout on a request

func (*AdminPutPlayerPublicRecordHandlerV1Params) SetAuthInfoWriter added in v0.17.0

func (o *AdminPutPlayerPublicRecordHandlerV1Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the admin put player public record handler v1 params

func (*AdminPutPlayerPublicRecordHandlerV1Params) SetBody

SetBody adds the body to the admin put player public record handler v1 params

func (*AdminPutPlayerPublicRecordHandlerV1Params) SetContext

SetContext adds the context to the admin put player public record handler v1 params

func (*AdminPutPlayerPublicRecordHandlerV1Params) SetHTTPClient

func (o *AdminPutPlayerPublicRecordHandlerV1Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the admin put player public record handler v1 params

func (*AdminPutPlayerPublicRecordHandlerV1Params) SetHTTPClientTransport added in v0.19.0

func (o *AdminPutPlayerPublicRecordHandlerV1Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the admin put player public record handler v1 params

func (*AdminPutPlayerPublicRecordHandlerV1Params) SetKey

SetKey adds the key to the admin put player public record handler v1 params

func (*AdminPutPlayerPublicRecordHandlerV1Params) SetNamespace

func (o *AdminPutPlayerPublicRecordHandlerV1Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin put player public record handler v1 params

func (*AdminPutPlayerPublicRecordHandlerV1Params) SetTimeout

SetTimeout adds the timeout to the admin put player public record handler v1 params

func (*AdminPutPlayerPublicRecordHandlerV1Params) SetUserID

SetUserID adds the userId to the admin put player public record handler v1 params

func (*AdminPutPlayerPublicRecordHandlerV1Params) WithBody

WithBody adds the body to the admin put player public record handler v1 params

func (*AdminPutPlayerPublicRecordHandlerV1Params) WithContext

WithContext adds the context to the admin put player public record handler v1 params

func (*AdminPutPlayerPublicRecordHandlerV1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the admin put player public record handler v1 params

func (*AdminPutPlayerPublicRecordHandlerV1Params) WithKey

WithKey adds the key to the admin put player public record handler v1 params

func (*AdminPutPlayerPublicRecordHandlerV1Params) WithNamespace

WithNamespace adds the namespace to the admin put player public record handler v1 params

func (*AdminPutPlayerPublicRecordHandlerV1Params) WithTimeout

WithTimeout adds the timeout to the admin put player public record handler v1 params

func (*AdminPutPlayerPublicRecordHandlerV1Params) WithUserID

WithUserID adds the userID to the admin put player public record handler v1 params

func (*AdminPutPlayerPublicRecordHandlerV1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminPutPlayerPublicRecordHandlerV1Reader

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

AdminPutPlayerPublicRecordHandlerV1Reader is a Reader for the AdminPutPlayerPublicRecordHandlerV1 structure.

func (*AdminPutPlayerPublicRecordHandlerV1Reader) ReadResponse

func (o *AdminPutPlayerPublicRecordHandlerV1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type AdminPutPlayerPublicRecordHandlerV1Unauthorized added in v0.7.0

type AdminPutPlayerPublicRecordHandlerV1Unauthorized struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

AdminPutPlayerPublicRecordHandlerV1Unauthorized handles this case with default header values.

Unauthorized

func NewAdminPutPlayerPublicRecordHandlerV1Unauthorized added in v0.7.0

func NewAdminPutPlayerPublicRecordHandlerV1Unauthorized() *AdminPutPlayerPublicRecordHandlerV1Unauthorized

NewAdminPutPlayerPublicRecordHandlerV1Unauthorized creates a AdminPutPlayerPublicRecordHandlerV1Unauthorized with default headers values

func (*AdminPutPlayerPublicRecordHandlerV1Unauthorized) Error added in v0.7.0

func (*AdminPutPlayerPublicRecordHandlerV1Unauthorized) GetPayload added in v0.7.0

func (*AdminPutPlayerPublicRecordHandlerV1Unauthorized) ToJSONString added in v0.25.0

type AdminPutPlayerRecordHandlerV1InternalServerError

type AdminPutPlayerRecordHandlerV1InternalServerError struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

AdminPutPlayerRecordHandlerV1InternalServerError handles this case with default header values.

Internal Server Error

func NewAdminPutPlayerRecordHandlerV1InternalServerError

func NewAdminPutPlayerRecordHandlerV1InternalServerError() *AdminPutPlayerRecordHandlerV1InternalServerError

NewAdminPutPlayerRecordHandlerV1InternalServerError creates a AdminPutPlayerRecordHandlerV1InternalServerError with default headers values

func (*AdminPutPlayerRecordHandlerV1InternalServerError) Error

func (*AdminPutPlayerRecordHandlerV1InternalServerError) GetPayload

func (*AdminPutPlayerRecordHandlerV1InternalServerError) ToJSONString added in v0.25.0

type AdminPutPlayerRecordHandlerV1OK

type AdminPutPlayerRecordHandlerV1OK struct {
	Payload *cloudsaveclientmodels.ModelsPlayerRecordResponse
}

AdminPutPlayerRecordHandlerV1OK handles this case with default header values.

Record in user-level saved

func NewAdminPutPlayerRecordHandlerV1OK

func NewAdminPutPlayerRecordHandlerV1OK() *AdminPutPlayerRecordHandlerV1OK

NewAdminPutPlayerRecordHandlerV1OK creates a AdminPutPlayerRecordHandlerV1OK with default headers values

func (*AdminPutPlayerRecordHandlerV1OK) Error

func (*AdminPutPlayerRecordHandlerV1OK) GetPayload added in v0.24.0

func (*AdminPutPlayerRecordHandlerV1OK) ToJSONString added in v0.25.0

func (o *AdminPutPlayerRecordHandlerV1OK) ToJSONString() string

type AdminPutPlayerRecordHandlerV1Params

type AdminPutPlayerRecordHandlerV1Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body cloudsaveclientmodels.ModelsPlayerRecordRequest
	/*Key
	  key of record

	*/
	Key string
	/*Namespace
	  namespace of the game

	*/
	Namespace string
	/*UserID
	  user ID who own the record

	*/
	UserID string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client
	// contains filtered or unexported fields
}

AdminPutPlayerRecordHandlerV1Params contains all the parameters to send to the API endpoint for the admin put player record handler v1 operation typically these are written to a http.Request

func NewAdminPutPlayerRecordHandlerV1Params

func NewAdminPutPlayerRecordHandlerV1Params() *AdminPutPlayerRecordHandlerV1Params

NewAdminPutPlayerRecordHandlerV1Params creates a new AdminPutPlayerRecordHandlerV1Params object with the default values initialized.

func NewAdminPutPlayerRecordHandlerV1ParamsWithContext

func NewAdminPutPlayerRecordHandlerV1ParamsWithContext(ctx context.Context) *AdminPutPlayerRecordHandlerV1Params

NewAdminPutPlayerRecordHandlerV1ParamsWithContext creates a new AdminPutPlayerRecordHandlerV1Params object with the default values initialized, and the ability to set a context for a request

func NewAdminPutPlayerRecordHandlerV1ParamsWithHTTPClient

func NewAdminPutPlayerRecordHandlerV1ParamsWithHTTPClient(client *http.Client) *AdminPutPlayerRecordHandlerV1Params

NewAdminPutPlayerRecordHandlerV1ParamsWithHTTPClient creates a new AdminPutPlayerRecordHandlerV1Params object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewAdminPutPlayerRecordHandlerV1ParamsWithTimeout

func NewAdminPutPlayerRecordHandlerV1ParamsWithTimeout(timeout time.Duration) *AdminPutPlayerRecordHandlerV1Params

NewAdminPutPlayerRecordHandlerV1ParamsWithTimeout creates a new AdminPutPlayerRecordHandlerV1Params object with the default values initialized, and the ability to set a timeout on a request

func (*AdminPutPlayerRecordHandlerV1Params) SetAuthInfoWriter added in v0.17.0

func (o *AdminPutPlayerRecordHandlerV1Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the admin put player record handler v1 params

func (*AdminPutPlayerRecordHandlerV1Params) SetBody

SetBody adds the body to the admin put player record handler v1 params

func (*AdminPutPlayerRecordHandlerV1Params) SetContext

SetContext adds the context to the admin put player record handler v1 params

func (*AdminPutPlayerRecordHandlerV1Params) SetHTTPClient

func (o *AdminPutPlayerRecordHandlerV1Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the admin put player record handler v1 params

func (*AdminPutPlayerRecordHandlerV1Params) SetHTTPClientTransport added in v0.19.0

func (o *AdminPutPlayerRecordHandlerV1Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the admin put player record handler v1 params

func (*AdminPutPlayerRecordHandlerV1Params) SetKey

SetKey adds the key to the admin put player record handler v1 params

func (*AdminPutPlayerRecordHandlerV1Params) SetNamespace

func (o *AdminPutPlayerRecordHandlerV1Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin put player record handler v1 params

func (*AdminPutPlayerRecordHandlerV1Params) SetTimeout

func (o *AdminPutPlayerRecordHandlerV1Params) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the admin put player record handler v1 params

func (*AdminPutPlayerRecordHandlerV1Params) SetUserID

func (o *AdminPutPlayerRecordHandlerV1Params) SetUserID(userID string)

SetUserID adds the userId to the admin put player record handler v1 params

func (*AdminPutPlayerRecordHandlerV1Params) WithBody

WithBody adds the body to the admin put player record handler v1 params

func (*AdminPutPlayerRecordHandlerV1Params) WithContext

WithContext adds the context to the admin put player record handler v1 params

func (*AdminPutPlayerRecordHandlerV1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the admin put player record handler v1 params

func (*AdminPutPlayerRecordHandlerV1Params) WithKey

WithKey adds the key to the admin put player record handler v1 params

func (*AdminPutPlayerRecordHandlerV1Params) WithNamespace

WithNamespace adds the namespace to the admin put player record handler v1 params

func (*AdminPutPlayerRecordHandlerV1Params) WithTimeout

WithTimeout adds the timeout to the admin put player record handler v1 params

func (*AdminPutPlayerRecordHandlerV1Params) WithUserID

WithUserID adds the userID to the admin put player record handler v1 params

func (*AdminPutPlayerRecordHandlerV1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminPutPlayerRecordHandlerV1Reader

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

AdminPutPlayerRecordHandlerV1Reader is a Reader for the AdminPutPlayerRecordHandlerV1 structure.

func (*AdminPutPlayerRecordHandlerV1Reader) ReadResponse

func (o *AdminPutPlayerRecordHandlerV1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type AdminPutPlayerRecordHandlerV1Unauthorized added in v0.7.0

type AdminPutPlayerRecordHandlerV1Unauthorized struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

AdminPutPlayerRecordHandlerV1Unauthorized handles this case with default header values.

Unauthorized

func NewAdminPutPlayerRecordHandlerV1Unauthorized added in v0.7.0

func NewAdminPutPlayerRecordHandlerV1Unauthorized() *AdminPutPlayerRecordHandlerV1Unauthorized

NewAdminPutPlayerRecordHandlerV1Unauthorized creates a AdminPutPlayerRecordHandlerV1Unauthorized with default headers values

func (*AdminPutPlayerRecordHandlerV1Unauthorized) Error added in v0.7.0

func (*AdminPutPlayerRecordHandlerV1Unauthorized) GetPayload added in v0.7.0

func (*AdminPutPlayerRecordHandlerV1Unauthorized) ToJSONString added in v0.25.0

type AdminRetrievePlayerRecordsBadRequest added in v0.9.0

type AdminRetrievePlayerRecordsBadRequest struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

AdminRetrievePlayerRecordsBadRequest handles this case with default header values.

Bad Request

func NewAdminRetrievePlayerRecordsBadRequest added in v0.9.0

func NewAdminRetrievePlayerRecordsBadRequest() *AdminRetrievePlayerRecordsBadRequest

NewAdminRetrievePlayerRecordsBadRequest creates a AdminRetrievePlayerRecordsBadRequest with default headers values

func (*AdminRetrievePlayerRecordsBadRequest) Error added in v0.9.0

func (*AdminRetrievePlayerRecordsBadRequest) GetPayload added in v0.9.0

func (*AdminRetrievePlayerRecordsBadRequest) ToJSONString added in v0.25.0

func (o *AdminRetrievePlayerRecordsBadRequest) ToJSONString() string

type AdminRetrievePlayerRecordsInternalServerError added in v0.9.0

type AdminRetrievePlayerRecordsInternalServerError struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

AdminRetrievePlayerRecordsInternalServerError handles this case with default header values.

Internal Server Error

func NewAdminRetrievePlayerRecordsInternalServerError added in v0.9.0

func NewAdminRetrievePlayerRecordsInternalServerError() *AdminRetrievePlayerRecordsInternalServerError

NewAdminRetrievePlayerRecordsInternalServerError creates a AdminRetrievePlayerRecordsInternalServerError with default headers values

func (*AdminRetrievePlayerRecordsInternalServerError) Error added in v0.9.0

func (*AdminRetrievePlayerRecordsInternalServerError) GetPayload added in v0.9.0

func (*AdminRetrievePlayerRecordsInternalServerError) ToJSONString added in v0.25.0

type AdminRetrievePlayerRecordsOK added in v0.9.0

type AdminRetrievePlayerRecordsOK struct {
	Payload *cloudsaveclientmodels.ModelsListPlayerRecordKeysResponse
}

AdminRetrievePlayerRecordsOK handles this case with default header values.

Successful operation

func NewAdminRetrievePlayerRecordsOK added in v0.9.0

func NewAdminRetrievePlayerRecordsOK() *AdminRetrievePlayerRecordsOK

NewAdminRetrievePlayerRecordsOK creates a AdminRetrievePlayerRecordsOK with default headers values

func (*AdminRetrievePlayerRecordsOK) Error added in v0.9.0

func (*AdminRetrievePlayerRecordsOK) GetPayload added in v0.9.0

func (*AdminRetrievePlayerRecordsOK) ToJSONString added in v0.25.0

func (o *AdminRetrievePlayerRecordsOK) ToJSONString() string

type AdminRetrievePlayerRecordsParams added in v0.9.0

type AdminRetrievePlayerRecordsParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Limit
	  limit

	*/
	Limit *int64
	/*Namespace
	  namespace of the game

	*/
	Namespace string
	/*Offset
	  offset

	*/
	Offset *int64
	/*UserID
	  user ID who own the record

	*/
	UserID string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client
	// contains filtered or unexported fields
}

AdminRetrievePlayerRecordsParams contains all the parameters to send to the API endpoint for the admin retrieve player records operation typically these are written to a http.Request

func NewAdminRetrievePlayerRecordsParams added in v0.9.0

func NewAdminRetrievePlayerRecordsParams() *AdminRetrievePlayerRecordsParams

NewAdminRetrievePlayerRecordsParams creates a new AdminRetrievePlayerRecordsParams object with the default values initialized.

func NewAdminRetrievePlayerRecordsParamsWithContext added in v0.9.0

func NewAdminRetrievePlayerRecordsParamsWithContext(ctx context.Context) *AdminRetrievePlayerRecordsParams

NewAdminRetrievePlayerRecordsParamsWithContext creates a new AdminRetrievePlayerRecordsParams object with the default values initialized, and the ability to set a context for a request

func NewAdminRetrievePlayerRecordsParamsWithHTTPClient added in v0.9.0

func NewAdminRetrievePlayerRecordsParamsWithHTTPClient(client *http.Client) *AdminRetrievePlayerRecordsParams

NewAdminRetrievePlayerRecordsParamsWithHTTPClient creates a new AdminRetrievePlayerRecordsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewAdminRetrievePlayerRecordsParamsWithTimeout added in v0.9.0

func NewAdminRetrievePlayerRecordsParamsWithTimeout(timeout time.Duration) *AdminRetrievePlayerRecordsParams

NewAdminRetrievePlayerRecordsParamsWithTimeout creates a new AdminRetrievePlayerRecordsParams object with the default values initialized, and the ability to set a timeout on a request

func (*AdminRetrievePlayerRecordsParams) SetAuthInfoWriter added in v0.17.0

func (o *AdminRetrievePlayerRecordsParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the admin retrieve player records params

func (*AdminRetrievePlayerRecordsParams) SetContext added in v0.9.0

SetContext adds the context to the admin retrieve player records params

func (*AdminRetrievePlayerRecordsParams) SetHTTPClient added in v0.9.0

func (o *AdminRetrievePlayerRecordsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the admin retrieve player records params

func (*AdminRetrievePlayerRecordsParams) SetHTTPClientTransport added in v0.19.0

func (o *AdminRetrievePlayerRecordsParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the admin retrieve player records params

func (*AdminRetrievePlayerRecordsParams) SetLimit added in v0.9.0

func (o *AdminRetrievePlayerRecordsParams) SetLimit(limit *int64)

SetLimit adds the limit to the admin retrieve player records params

func (*AdminRetrievePlayerRecordsParams) SetNamespace added in v0.9.0

func (o *AdminRetrievePlayerRecordsParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin retrieve player records params

func (*AdminRetrievePlayerRecordsParams) SetOffset added in v0.9.0

func (o *AdminRetrievePlayerRecordsParams) SetOffset(offset *int64)

SetOffset adds the offset to the admin retrieve player records params

func (*AdminRetrievePlayerRecordsParams) SetTimeout added in v0.9.0

func (o *AdminRetrievePlayerRecordsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the admin retrieve player records params

func (*AdminRetrievePlayerRecordsParams) SetUserID added in v0.9.0

func (o *AdminRetrievePlayerRecordsParams) SetUserID(userID string)

SetUserID adds the userId to the admin retrieve player records params

func (*AdminRetrievePlayerRecordsParams) WithContext added in v0.9.0

WithContext adds the context to the admin retrieve player records params

func (*AdminRetrievePlayerRecordsParams) WithHTTPClient added in v0.9.0

WithHTTPClient adds the HTTPClient to the admin retrieve player records params

func (*AdminRetrievePlayerRecordsParams) WithLimit added in v0.9.0

WithLimit adds the limit to the admin retrieve player records params

func (*AdminRetrievePlayerRecordsParams) WithNamespace added in v0.9.0

WithNamespace adds the namespace to the admin retrieve player records params

func (*AdminRetrievePlayerRecordsParams) WithOffset added in v0.9.0

WithOffset adds the offset to the admin retrieve player records params

func (*AdminRetrievePlayerRecordsParams) WithTimeout added in v0.9.0

WithTimeout adds the timeout to the admin retrieve player records params

func (*AdminRetrievePlayerRecordsParams) WithUserID added in v0.9.0

WithUserID adds the userID to the admin retrieve player records params

func (*AdminRetrievePlayerRecordsParams) WriteToRequest added in v0.9.0

WriteToRequest writes these params to a swagger request

type AdminRetrievePlayerRecordsReader added in v0.9.0

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

AdminRetrievePlayerRecordsReader is a Reader for the AdminRetrievePlayerRecords structure.

func (*AdminRetrievePlayerRecordsReader) ReadResponse added in v0.9.0

func (o *AdminRetrievePlayerRecordsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type AdminRetrievePlayerRecordsUnauthorized added in v0.9.0

type AdminRetrievePlayerRecordsUnauthorized struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

AdminRetrievePlayerRecordsUnauthorized handles this case with default header values.

Unauthorized

func NewAdminRetrievePlayerRecordsUnauthorized added in v0.9.0

func NewAdminRetrievePlayerRecordsUnauthorized() *AdminRetrievePlayerRecordsUnauthorized

NewAdminRetrievePlayerRecordsUnauthorized creates a AdminRetrievePlayerRecordsUnauthorized with default headers values

func (*AdminRetrievePlayerRecordsUnauthorized) Error added in v0.9.0

func (*AdminRetrievePlayerRecordsUnauthorized) GetPayload added in v0.9.0

func (*AdminRetrievePlayerRecordsUnauthorized) ToJSONString added in v0.25.0

type BulkGetPlayerRecordSizeHandlerV1BadRequest added in v0.27.0

type BulkGetPlayerRecordSizeHandlerV1BadRequest struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

BulkGetPlayerRecordSizeHandlerV1BadRequest handles this case with default header values.

Bad Request

func NewBulkGetPlayerRecordSizeHandlerV1BadRequest added in v0.27.0

func NewBulkGetPlayerRecordSizeHandlerV1BadRequest() *BulkGetPlayerRecordSizeHandlerV1BadRequest

NewBulkGetPlayerRecordSizeHandlerV1BadRequest creates a BulkGetPlayerRecordSizeHandlerV1BadRequest with default headers values

func (*BulkGetPlayerRecordSizeHandlerV1BadRequest) Error added in v0.27.0

func (*BulkGetPlayerRecordSizeHandlerV1BadRequest) GetPayload added in v0.27.0

func (*BulkGetPlayerRecordSizeHandlerV1BadRequest) ToJSONString added in v0.27.0

type BulkGetPlayerRecordSizeHandlerV1Forbidden added in v0.27.0

type BulkGetPlayerRecordSizeHandlerV1Forbidden struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

BulkGetPlayerRecordSizeHandlerV1Forbidden handles this case with default header values.

Forbidden

func NewBulkGetPlayerRecordSizeHandlerV1Forbidden added in v0.27.0

func NewBulkGetPlayerRecordSizeHandlerV1Forbidden() *BulkGetPlayerRecordSizeHandlerV1Forbidden

NewBulkGetPlayerRecordSizeHandlerV1Forbidden creates a BulkGetPlayerRecordSizeHandlerV1Forbidden with default headers values

func (*BulkGetPlayerRecordSizeHandlerV1Forbidden) Error added in v0.27.0

func (*BulkGetPlayerRecordSizeHandlerV1Forbidden) GetPayload added in v0.27.0

func (*BulkGetPlayerRecordSizeHandlerV1Forbidden) ToJSONString added in v0.27.0

type BulkGetPlayerRecordSizeHandlerV1InternalServerError added in v0.27.0

type BulkGetPlayerRecordSizeHandlerV1InternalServerError struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

BulkGetPlayerRecordSizeHandlerV1InternalServerError handles this case with default header values.

Internal Server Error

func NewBulkGetPlayerRecordSizeHandlerV1InternalServerError added in v0.27.0

func NewBulkGetPlayerRecordSizeHandlerV1InternalServerError() *BulkGetPlayerRecordSizeHandlerV1InternalServerError

NewBulkGetPlayerRecordSizeHandlerV1InternalServerError creates a BulkGetPlayerRecordSizeHandlerV1InternalServerError with default headers values

func (*BulkGetPlayerRecordSizeHandlerV1InternalServerError) Error added in v0.27.0

func (*BulkGetPlayerRecordSizeHandlerV1InternalServerError) GetPayload added in v0.27.0

func (*BulkGetPlayerRecordSizeHandlerV1InternalServerError) ToJSONString added in v0.27.0

type BulkGetPlayerRecordSizeHandlerV1OK added in v0.27.0

type BulkGetPlayerRecordSizeHandlerV1OK struct {
	Payload *cloudsaveclientmodels.ModelsBulkGetPlayerRecordSizeResponse
}

BulkGetPlayerRecordSizeHandlerV1OK handles this case with default header values.

Record retrieved

func NewBulkGetPlayerRecordSizeHandlerV1OK added in v0.27.0

func NewBulkGetPlayerRecordSizeHandlerV1OK() *BulkGetPlayerRecordSizeHandlerV1OK

NewBulkGetPlayerRecordSizeHandlerV1OK creates a BulkGetPlayerRecordSizeHandlerV1OK with default headers values

func (*BulkGetPlayerRecordSizeHandlerV1OK) Error added in v0.27.0

func (*BulkGetPlayerRecordSizeHandlerV1OK) GetPayload added in v0.27.0

func (*BulkGetPlayerRecordSizeHandlerV1OK) ToJSONString added in v0.27.0

func (o *BulkGetPlayerRecordSizeHandlerV1OK) ToJSONString() string

type BulkGetPlayerRecordSizeHandlerV1Params added in v0.27.0

type BulkGetPlayerRecordSizeHandlerV1Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *cloudsaveclientmodels.ModelsBulkUserKeyRequest
	/*Namespace
	  namespace of the game

	*/
	Namespace string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client
	// contains filtered or unexported fields
}

BulkGetPlayerRecordSizeHandlerV1Params contains all the parameters to send to the API endpoint for the bulk get player record size handler v1 operation typically these are written to a http.Request

func NewBulkGetPlayerRecordSizeHandlerV1Params added in v0.27.0

func NewBulkGetPlayerRecordSizeHandlerV1Params() *BulkGetPlayerRecordSizeHandlerV1Params

NewBulkGetPlayerRecordSizeHandlerV1Params creates a new BulkGetPlayerRecordSizeHandlerV1Params object with the default values initialized.

func NewBulkGetPlayerRecordSizeHandlerV1ParamsWithContext added in v0.27.0

func NewBulkGetPlayerRecordSizeHandlerV1ParamsWithContext(ctx context.Context) *BulkGetPlayerRecordSizeHandlerV1Params

NewBulkGetPlayerRecordSizeHandlerV1ParamsWithContext creates a new BulkGetPlayerRecordSizeHandlerV1Params object with the default values initialized, and the ability to set a context for a request

func NewBulkGetPlayerRecordSizeHandlerV1ParamsWithHTTPClient added in v0.27.0

func NewBulkGetPlayerRecordSizeHandlerV1ParamsWithHTTPClient(client *http.Client) *BulkGetPlayerRecordSizeHandlerV1Params

NewBulkGetPlayerRecordSizeHandlerV1ParamsWithHTTPClient creates a new BulkGetPlayerRecordSizeHandlerV1Params object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewBulkGetPlayerRecordSizeHandlerV1ParamsWithTimeout added in v0.27.0

func NewBulkGetPlayerRecordSizeHandlerV1ParamsWithTimeout(timeout time.Duration) *BulkGetPlayerRecordSizeHandlerV1Params

NewBulkGetPlayerRecordSizeHandlerV1ParamsWithTimeout creates a new BulkGetPlayerRecordSizeHandlerV1Params object with the default values initialized, and the ability to set a timeout on a request

func (*BulkGetPlayerRecordSizeHandlerV1Params) SetAuthInfoWriter added in v0.27.0

func (o *BulkGetPlayerRecordSizeHandlerV1Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the bulk get player record size handler v1 params

func (*BulkGetPlayerRecordSizeHandlerV1Params) SetBody added in v0.27.0

SetBody adds the body to the bulk get player record size handler v1 params

func (*BulkGetPlayerRecordSizeHandlerV1Params) SetContext added in v0.27.0

SetContext adds the context to the bulk get player record size handler v1 params

func (*BulkGetPlayerRecordSizeHandlerV1Params) SetHTTPClient added in v0.27.0

func (o *BulkGetPlayerRecordSizeHandlerV1Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the bulk get player record size handler v1 params

func (*BulkGetPlayerRecordSizeHandlerV1Params) SetHTTPClientTransport added in v0.27.0

func (o *BulkGetPlayerRecordSizeHandlerV1Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the bulk get player record size handler v1 params

func (*BulkGetPlayerRecordSizeHandlerV1Params) SetNamespace added in v0.27.0

func (o *BulkGetPlayerRecordSizeHandlerV1Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the bulk get player record size handler v1 params

func (*BulkGetPlayerRecordSizeHandlerV1Params) SetTimeout added in v0.27.0

func (o *BulkGetPlayerRecordSizeHandlerV1Params) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the bulk get player record size handler v1 params

func (*BulkGetPlayerRecordSizeHandlerV1Params) WithBody added in v0.27.0

WithBody adds the body to the bulk get player record size handler v1 params

func (*BulkGetPlayerRecordSizeHandlerV1Params) WithContext added in v0.27.0

WithContext adds the context to the bulk get player record size handler v1 params

func (*BulkGetPlayerRecordSizeHandlerV1Params) WithHTTPClient added in v0.27.0

WithHTTPClient adds the HTTPClient to the bulk get player record size handler v1 params

func (*BulkGetPlayerRecordSizeHandlerV1Params) WithNamespace added in v0.27.0

WithNamespace adds the namespace to the bulk get player record size handler v1 params

func (*BulkGetPlayerRecordSizeHandlerV1Params) WithTimeout added in v0.27.0

WithTimeout adds the timeout to the bulk get player record size handler v1 params

func (*BulkGetPlayerRecordSizeHandlerV1Params) WriteToRequest added in v0.27.0

WriteToRequest writes these params to a swagger request

type BulkGetPlayerRecordSizeHandlerV1Reader added in v0.27.0

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

BulkGetPlayerRecordSizeHandlerV1Reader is a Reader for the BulkGetPlayerRecordSizeHandlerV1 structure.

func (*BulkGetPlayerRecordSizeHandlerV1Reader) ReadResponse added in v0.27.0

func (o *BulkGetPlayerRecordSizeHandlerV1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type BulkGetPlayerRecordSizeHandlerV1Unauthorized added in v0.27.0

type BulkGetPlayerRecordSizeHandlerV1Unauthorized struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

BulkGetPlayerRecordSizeHandlerV1Unauthorized handles this case with default header values.

Unauthorized

func NewBulkGetPlayerRecordSizeHandlerV1Unauthorized added in v0.27.0

func NewBulkGetPlayerRecordSizeHandlerV1Unauthorized() *BulkGetPlayerRecordSizeHandlerV1Unauthorized

NewBulkGetPlayerRecordSizeHandlerV1Unauthorized creates a BulkGetPlayerRecordSizeHandlerV1Unauthorized with default headers values

func (*BulkGetPlayerRecordSizeHandlerV1Unauthorized) Error added in v0.27.0

func (*BulkGetPlayerRecordSizeHandlerV1Unauthorized) GetPayload added in v0.27.0

func (*BulkGetPlayerRecordSizeHandlerV1Unauthorized) ToJSONString added in v0.27.0

type Client

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

Client for admin player record API

func (*Client) AdminDeletePlayerPublicRecordHandlerV1 deprecated

Deprecated: Use AdminDeletePlayerPublicRecordHandlerV1Short instead.

  AdminDeletePlayerPublicRecordHandlerV1 deletes player public record

  <table>
	<tr>
		<td>Required Permission</td>
		<td><code>ADMIN:NAMESPACE:{namespace}:USER:{userId}:PUBLIC:CLOUDSAVE:RECORD [DELETE]</code></td>
	</tr>
	<tr>
		<td>Required Scope</td>
		<td><code>social</code></td>
	</tr>

</table>

Delete player public record.

<h2>Warning: This endpoint is going to deprecate</h2>

This endpoint is going to deprecate in the future please don't use it.

For alternative, please use these endpoints: - <b>POST /cloudsave/v1/admin/namespaces/{namespace}/users/{userId}/records/{key}</b> and utilizing <b>__META</b> functionality - <b>PUT /cloudsave/v1/admin/namespaces/{namespace}/users/{userId}/records/{key}</b> and utilizing <b>__META</b> functionality - <b>DELETE /cloudsave/v1/admin/namespaces/{namespace}/users/{userId}/records/{key}</b>

func (*Client) AdminDeletePlayerPublicRecordHandlerV1Short added in v0.8.0

  AdminDeletePlayerPublicRecordHandlerV1Short deletes player public record

  <table>
	<tr>
		<td>Required Permission</td>
		<td><code>ADMIN:NAMESPACE:{namespace}:USER:{userId}:PUBLIC:CLOUDSAVE:RECORD [DELETE]</code></td>
	</tr>
	<tr>
		<td>Required Scope</td>
		<td><code>social</code></td>
	</tr>

</table>

Delete player public record.

<h2>Warning: This endpoint is going to deprecate</h2>

This endpoint is going to deprecate in the future please don't use it.

For alternative, please use these endpoints: - <b>POST /cloudsave/v1/admin/namespaces/{namespace}/users/{userId}/records/{key}</b> and utilizing <b>__META</b> functionality - <b>PUT /cloudsave/v1/admin/namespaces/{namespace}/users/{userId}/records/{key}</b> and utilizing <b>__META</b> functionality - <b>DELETE /cloudsave/v1/admin/namespaces/{namespace}/users/{userId}/records/{key}</b>

func (*Client) AdminDeletePlayerRecordHandlerV1 deprecated

Deprecated: Use AdminDeletePlayerRecordHandlerV1Short instead.

AdminDeletePlayerRecordHandlerV1 deletes player record

Required permission: <code>ADMIN:NAMESPACE:{namespace}:USER:{userId}:CLOUDSAVE:RECORD [DELETE]</code>

Required scope: <code>social</code>

Delete a record (arbitrary JSON data) in user-level with given key.

func (*Client) AdminDeletePlayerRecordHandlerV1Short added in v0.8.0

func (a *Client) AdminDeletePlayerRecordHandlerV1Short(params *AdminDeletePlayerRecordHandlerV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminDeletePlayerRecordHandlerV1NoContent, error)
AdminDeletePlayerRecordHandlerV1Short deletes player record

Required permission: <code>ADMIN:NAMESPACE:{namespace}:USER:{userId}:CLOUDSAVE:RECORD [DELETE]</code>

Required scope: <code>social</code>

Delete a record (arbitrary JSON data) in user-level with given key.

func (*Client) AdminGetPlayerPublicRecordHandlerV1 deprecated

Deprecated: Use AdminGetPlayerPublicRecordHandlerV1Short instead.

AdminGetPlayerPublicRecordHandlerV1 gets player public record

Required permission: <code>ADMIN:NAMESPACE:{namespace}:USER:{userId}:PUBLIC:CLOUDSAVE:RECORD [READ]</code>

Required scope: <code>social</code>

Get a record in user-level (arbitrary JSON data) by its key.

func (*Client) AdminGetPlayerPublicRecordHandlerV1Short added in v0.8.0

func (a *Client) AdminGetPlayerPublicRecordHandlerV1Short(params *AdminGetPlayerPublicRecordHandlerV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminGetPlayerPublicRecordHandlerV1OK, error)
AdminGetPlayerPublicRecordHandlerV1Short gets player public record

Required permission: <code>ADMIN:NAMESPACE:{namespace}:USER:{userId}:PUBLIC:CLOUDSAVE:RECORD [READ]</code>

Required scope: <code>social</code>

Get a record in user-level (arbitrary JSON data) by its key.

func (*Client) AdminGetPlayerRecordHandlerV1 deprecated

Deprecated: Use AdminGetPlayerRecordHandlerV1Short instead.

AdminGetPlayerRecordHandlerV1 gets player record

Required permission: <code>ADMIN:NAMESPACE:{namespace}:USER:{userId}:CLOUDSAVE:RECORD [READ]</code>

Required scope: <code>social</code>

Get a record in user-level (arbitrary JSON data) by its key.

func (*Client) AdminGetPlayerRecordHandlerV1Short added in v0.8.0

func (a *Client) AdminGetPlayerRecordHandlerV1Short(params *AdminGetPlayerRecordHandlerV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminGetPlayerRecordHandlerV1OK, error)
AdminGetPlayerRecordHandlerV1Short gets player record

Required permission: <code>ADMIN:NAMESPACE:{namespace}:USER:{userId}:CLOUDSAVE:RECORD [READ]</code>

Required scope: <code>social</code>

Get a record in user-level (arbitrary JSON data) by its key.

func (*Client) AdminGetPlayerRecordSizeHandlerV1 deprecated added in v0.27.0

Deprecated: Use AdminGetPlayerRecordSizeHandlerV1Short instead.

AdminGetPlayerRecordSizeHandlerV1 gets player record size

Required permission: <code>ADMIN:NAMESPACE:{namespace}:USER:{userId}:CLOUDSAVE:RECORD [READ]</code>

Required scope: <code>social</code>

Get a size of the player record

func (*Client) AdminGetPlayerRecordSizeHandlerV1Short added in v0.27.0

func (a *Client) AdminGetPlayerRecordSizeHandlerV1Short(params *AdminGetPlayerRecordSizeHandlerV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminGetPlayerRecordSizeHandlerV1OK, error)
AdminGetPlayerRecordSizeHandlerV1Short gets player record size

Required permission: <code>ADMIN:NAMESPACE:{namespace}:USER:{userId}:CLOUDSAVE:RECORD [READ]</code>

Required scope: <code>social</code>

Get a size of the player record

func (*Client) AdminPostPlayerPublicRecordHandlerV1 deprecated

Deprecated: Use AdminPostPlayerPublicRecordHandlerV1Short instead.

AdminPostPlayerPublicRecordHandlerV1 creates or append player public record

Required permission: <code>ADMIN:NAMESPACE:{namespace}:USER:{userId}:PUBLIC:CLOUDSAVE:RECORD [CREATE]</code>

Required scope: <code>social</code>

<h2>Description</h2>

This endpoints will create new player public record or append the existing player public record.

<b>Append example:</b>

Example 1

  • Existing JSON: <pre>{ "data1": "value" }</pre>
  • New JSON: <pre>{ "data2": "new value" }</pre>
  • Result: <pre>{ "data1": "value", "data2": "new value" }</pre>

Example 2

  • Existing JSON: <pre>{ "data1": { "data2": "value" }</pre>
  • New JSON: <pre>{ "data1": { "data3": "new value" }</pre>
  • Result: <pre>{ "data1": { "data2": "value", "data3": "new value" }</pre>

<h2>Warning: This endpoint is going to deprecate</h2>

This endpoint is going to deprecate in the future please don't use it.

For alternative, please use these endpoints: - <b>POST /cloudsave/v1/admin/namespaces/{namespace}/users/{userId}/records/{key}</b> and utilizing <b>__META</b> functionality - <b>PUT /cloudsave/v1/admin/namespaces/{namespace}/users/{userId}/records/{key}</b> and utilizing <b>__META</b> functionality - <b>DELETE /cloudsave/v1/admin/namespaces/{namespace}/users/{userId}/records/{key}</b>

func (*Client) AdminPostPlayerPublicRecordHandlerV1Short added in v0.8.0

func (a *Client) AdminPostPlayerPublicRecordHandlerV1Short(params *AdminPostPlayerPublicRecordHandlerV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminPostPlayerPublicRecordHandlerV1Created, error)
AdminPostPlayerPublicRecordHandlerV1Short creates or append player public record

Required permission: <code>ADMIN:NAMESPACE:{namespace}:USER:{userId}:PUBLIC:CLOUDSAVE:RECORD [CREATE]</code>

Required scope: <code>social</code>

<h2>Description</h2>

This endpoints will create new player public record or append the existing player public record.

<b>Append example:</b>

Example 1

  • Existing JSON: <pre>{ "data1": "value" }</pre>
  • New JSON: <pre>{ "data2": "new value" }</pre>
  • Result: <pre>{ "data1": "value", "data2": "new value" }</pre>

Example 2

  • Existing JSON: <pre>{ "data1": { "data2": "value" }</pre>
  • New JSON: <pre>{ "data1": { "data3": "new value" }</pre>
  • Result: <pre>{ "data1": { "data2": "value", "data3": "new value" }</pre>

<h2>Warning: This endpoint is going to deprecate</h2>

This endpoint is going to deprecate in the future please don't use it.

For alternative, please use these endpoints: - <b>POST /cloudsave/v1/admin/namespaces/{namespace}/users/{userId}/records/{key}</b> and utilizing <b>__META</b> functionality - <b>PUT /cloudsave/v1/admin/namespaces/{namespace}/users/{userId}/records/{key}</b> and utilizing <b>__META</b> functionality - <b>DELETE /cloudsave/v1/admin/namespaces/{namespace}/users/{userId}/records/{key}</b>

func (*Client) AdminPostPlayerRecordHandlerV1 deprecated

Deprecated: Use AdminPostPlayerRecordHandlerV1Short instead.

AdminPostPlayerRecordHandlerV1 creates or append player record

Required permission: <code>ADMIN:NAMESPACE:{namespace}:USER:{userId}:CLOUDSAVE:RECORD [CREATE]</code>

Required scope: <code>social</code>

<h2>Description</h2>

This endpoints will create new player record or append the existing player record.

<b>Append example:</b>

Example 1

  • Existing JSON: <pre>{ "data1": "value" }</pre>
  • New JSON: <pre>{ "data2": "new value" }</pre>
  • Result: <pre>{ "data1": "value", "data2": "new value" }</pre>

Example 2

  • Existing JSON: <pre>{ "data1": { "data2": "value" }</pre>
  • New JSON: <pre>{ "data1": { "data3": "new value" }</pre>
  • Result: <pre>{ "data1": { "data2": "value", "data3": "new value" }</pre>

<h2>Record Metadata</h2>

Metadata allows user to define the behaviour of the record. Metadata can be defined in request body with field name <b>__META</b>. When creating record, if <b>__META</b> field is not defined, the metadata value will use the default value. When updating record, if <b>__META</b> field is not defined, the existing metadata value will stay as is.

<b>Metadata List:</b>

  1. set_by (default: CLIENT, type: string) Indicate which party that could modify the game record. SERVER: record can be modified by server only. CLIENT: record can be modified by client and server.
  2. is_public (default: false, type: bool) Indicate whether the player record is a public record or not.

<b>Request Body Example:</b> <pre>

{
	"__META": {
		"set_by": "SERVER",
		"is_public": true
	}
	...
}

</pre>

func (*Client) AdminPostPlayerRecordHandlerV1Short added in v0.8.0

func (a *Client) AdminPostPlayerRecordHandlerV1Short(params *AdminPostPlayerRecordHandlerV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminPostPlayerRecordHandlerV1Created, error)
AdminPostPlayerRecordHandlerV1Short creates or append player record

Required permission: <code>ADMIN:NAMESPACE:{namespace}:USER:{userId}:CLOUDSAVE:RECORD [CREATE]</code>

Required scope: <code>social</code>

<h2>Description</h2>

This endpoints will create new player record or append the existing player record.

<b>Append example:</b>

Example 1

  • Existing JSON: <pre>{ "data1": "value" }</pre>
  • New JSON: <pre>{ "data2": "new value" }</pre>
  • Result: <pre>{ "data1": "value", "data2": "new value" }</pre>

Example 2

  • Existing JSON: <pre>{ "data1": { "data2": "value" }</pre>
  • New JSON: <pre>{ "data1": { "data3": "new value" }</pre>
  • Result: <pre>{ "data1": { "data2": "value", "data3": "new value" }</pre>

<h2>Record Metadata</h2>

Metadata allows user to define the behaviour of the record. Metadata can be defined in request body with field name <b>__META</b>. When creating record, if <b>__META</b> field is not defined, the metadata value will use the default value. When updating record, if <b>__META</b> field is not defined, the existing metadata value will stay as is.

<b>Metadata List:</b>

  1. set_by (default: CLIENT, type: string) Indicate which party that could modify the game record. SERVER: record can be modified by server only. CLIENT: record can be modified by client and server.
  2. is_public (default: false, type: bool) Indicate whether the player record is a public record or not.

<b>Request Body Example:</b> <pre>

{
	"__META": {
		"set_by": "SERVER",
		"is_public": true
	}
	...
}

</pre>

func (*Client) AdminPutPlayerPublicRecordHandlerV1 deprecated

Deprecated: Use AdminPutPlayerPublicRecordHandlerV1Short instead.

  AdminPutPlayerPublicRecordHandlerV1 creates or replace player public record

  <table>
	<tr>
		<td>Required Permission</td>
		<td><code>ADMIN:NAMESPACE:{namespace}:USER:{userId}:PUBLIC:CLOUDSAVE:RECORD [UPDATE]</code></td>
	</tr>
	<tr>
		<td>Required Scope</td>
		<td><code>social</code></td>
	</tr>

</table> <br/>

<h2>Description</h2>

This endpoints will create new player public record or replace the existing player public record.

<b>Replace behaviour:</b> The existing value will be replaced completely with the new value.

Example

  • Existing JSON: <pre>{ "data1": "value" }</pre>
  • New JSON: <pre>{ "data2": "new value" }</pre>
  • Result: <pre>{ "data2": "new value" }</pre>

<h2>Warning: This endpoint is going to deprecate</h2>

This endpoint is going to deprecate in the future please don't use it.

For alternative, please use these endpoints: - <b>POST /cloudsave/v1/admin/namespaces/{namespace}/users/{userId}/records/{key}</b> and utilizing <b>__META</b> functionality - <b>PUT /cloudsave/v1/admin/namespaces/{namespace}/users/{userId}/records/{key}</b> and utilizing <b>__META</b> functionality - <b>DELETE /cloudsave/v1/admin/namespaces/{namespace}/users/{userId}/records/{key}</b>

func (*Client) AdminPutPlayerPublicRecordHandlerV1Short added in v0.8.0

func (a *Client) AdminPutPlayerPublicRecordHandlerV1Short(params *AdminPutPlayerPublicRecordHandlerV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminPutPlayerPublicRecordHandlerV1OK, error)
  AdminPutPlayerPublicRecordHandlerV1Short creates or replace player public record

  <table>
	<tr>
		<td>Required Permission</td>
		<td><code>ADMIN:NAMESPACE:{namespace}:USER:{userId}:PUBLIC:CLOUDSAVE:RECORD [UPDATE]</code></td>
	</tr>
	<tr>
		<td>Required Scope</td>
		<td><code>social</code></td>
	</tr>

</table> <br/>

<h2>Description</h2>

This endpoints will create new player public record or replace the existing player public record.

<b>Replace behaviour:</b> The existing value will be replaced completely with the new value.

Example

  • Existing JSON: <pre>{ "data1": "value" }</pre>
  • New JSON: <pre>{ "data2": "new value" }</pre>
  • Result: <pre>{ "data2": "new value" }</pre>

<h2>Warning: This endpoint is going to deprecate</h2>

This endpoint is going to deprecate in the future please don't use it.

For alternative, please use these endpoints: - <b>POST /cloudsave/v1/admin/namespaces/{namespace}/users/{userId}/records/{key}</b> and utilizing <b>__META</b> functionality - <b>PUT /cloudsave/v1/admin/namespaces/{namespace}/users/{userId}/records/{key}</b> and utilizing <b>__META</b> functionality - <b>DELETE /cloudsave/v1/admin/namespaces/{namespace}/users/{userId}/records/{key}</b>

func (*Client) AdminPutPlayerRecordHandlerV1 deprecated

Deprecated: Use AdminPutPlayerRecordHandlerV1Short instead.

AdminPutPlayerRecordHandlerV1 creates or replace player record

Required permission: <code>ADMIN:NAMESPACE:{namespace}:USER:{userId}:CLOUDSAVE:RECORD [UPDATE]</code>

Required scope: <code>social</code>

<h2>Description</h2>

This endpoints will create new player record or replace the existing player record.

<b>Replace behaviour:</b> The existing value will be replaced completely with the new value.

Example

  • Existing JSON: <pre>{ "data1": "value" }</pre>
  • New JSON: <pre>{ "data2": "new value" }</pre>
  • Result: <pre>{ "data2": "new value" }</pre>

<h2>Record Metadata</h2>

Metadata allows user to define the behaviour of the record. Metadata can be defined in request body with field name <b>__META</b>. When creating record, if <b>__META</b> field is not defined, the metadata value will use the default value. When updating record, if <b>__META</b> field is not defined, the existing metadata value will stay as is.

<b>Metadata List:</b>

  1. set_by (default: CLIENT, type: string) Indicate which party that could modify the game record. SERVER: record can be modified by server only. CLIENT: record can be modified by client and server.
  2. is_public (default: false, type: bool) Indicate whether the player record is a public record or not.

<b>Request Body Example:</b> <pre>

{
	"__META": {
		"set_by": "SERVER",
		"is_public": true
	}
	...
}

</pre>

func (*Client) AdminPutPlayerRecordHandlerV1Short added in v0.8.0

func (a *Client) AdminPutPlayerRecordHandlerV1Short(params *AdminPutPlayerRecordHandlerV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminPutPlayerRecordHandlerV1OK, error)
AdminPutPlayerRecordHandlerV1Short creates or replace player record

Required permission: <code>ADMIN:NAMESPACE:{namespace}:USER:{userId}:CLOUDSAVE:RECORD [UPDATE]</code>

Required scope: <code>social</code>

<h2>Description</h2>

This endpoints will create new player record or replace the existing player record.

<b>Replace behaviour:</b> The existing value will be replaced completely with the new value.

Example

  • Existing JSON: <pre>{ "data1": "value" }</pre>
  • New JSON: <pre>{ "data2": "new value" }</pre>
  • Result: <pre>{ "data2": "new value" }</pre>

<h2>Record Metadata</h2>

Metadata allows user to define the behaviour of the record. Metadata can be defined in request body with field name <b>__META</b>. When creating record, if <b>__META</b> field is not defined, the metadata value will use the default value. When updating record, if <b>__META</b> field is not defined, the existing metadata value will stay as is.

<b>Metadata List:</b>

  1. set_by (default: CLIENT, type: string) Indicate which party that could modify the game record. SERVER: record can be modified by server only. CLIENT: record can be modified by client and server.
  2. is_public (default: false, type: bool) Indicate whether the player record is a public record or not.

<b>Request Body Example:</b> <pre>

{
	"__META": {
		"set_by": "SERVER",
		"is_public": true
	}
	...
}

</pre>

func (*Client) AdminRetrievePlayerRecords deprecated added in v0.9.0

Deprecated: Use AdminRetrievePlayerRecordsShort instead.

AdminRetrievePlayerRecords queries player records

Required permission: <code>ADMIN:NAMESPACE:{namespace}:USER:{userId}:RECORD [READ]</code>

Required scope: <code>social</code>

Retrieve list of player records key and userID under given namespace.

func (*Client) AdminRetrievePlayerRecordsShort added in v0.9.0

func (a *Client) AdminRetrievePlayerRecordsShort(params *AdminRetrievePlayerRecordsParams, authInfo runtime.ClientAuthInfoWriter) (*AdminRetrievePlayerRecordsOK, error)
AdminRetrievePlayerRecordsShort queries player records

Required permission: <code>ADMIN:NAMESPACE:{namespace}:USER:{userId}:RECORD [READ]</code>

Required scope: <code>social</code>

Retrieve list of player records key and userID under given namespace.

func (*Client) BulkGetPlayerRecordSizeHandlerV1 deprecated added in v0.27.0

Deprecated: Use BulkGetPlayerRecordSizeHandlerV1Short instead.

  BulkGetPlayerRecordSizeHandlerV1 bulks get player records size

  <table>
	<tr>
		<td>Required Permission</td>
		<td><code>ADMIN:NAMESPACE:{namespace}:CLOUDSAVE:RECORD [READ]</code></td>
	</tr>
	<tr>
		<td>Required Scope</td>
		<td><code>social</code></td>
	</tr>

</table> <br/> Bulk get player's record size, max allowed 20 at a time, that can be

retrieved using this endpoint.

func (*Client) BulkGetPlayerRecordSizeHandlerV1Short added in v0.27.0

func (a *Client) BulkGetPlayerRecordSizeHandlerV1Short(params *BulkGetPlayerRecordSizeHandlerV1Params, authInfo runtime.ClientAuthInfoWriter) (*BulkGetPlayerRecordSizeHandlerV1OK, error)
  BulkGetPlayerRecordSizeHandlerV1Short bulks get player records size

  <table>
	<tr>
		<td>Required Permission</td>
		<td><code>ADMIN:NAMESPACE:{namespace}:CLOUDSAVE:RECORD [READ]</code></td>
	</tr>
	<tr>
		<td>Required Scope</td>
		<td><code>social</code></td>
	</tr>

</table> <br/> Bulk get player's record size, max allowed 20 at a time, that can be

retrieved using this endpoint.

func (*Client) ListPlayerRecordHandlerV1 deprecated

Deprecated: Use ListPlayerRecordHandlerV1Short instead.

ListPlayerRecordHandlerV1 retrieves list of public player records

Required permission: ADMIN:NAMESPACE:{namespace}:CLOUDSAVE:RECORD [READ]

Required scope: <code>social</code>

Retrieve list of player records key and userID under given namespace.

func (*Client) ListPlayerRecordHandlerV1Short added in v0.8.0

func (a *Client) ListPlayerRecordHandlerV1Short(params *ListPlayerRecordHandlerV1Params, authInfo runtime.ClientAuthInfoWriter) (*ListPlayerRecordHandlerV1OK, error)
ListPlayerRecordHandlerV1Short retrieves list of public player records

Required permission: ADMIN:NAMESPACE:{namespace}:CLOUDSAVE:RECORD [READ]

Required scope: <code>social</code>

Retrieve list of player records key and userID under given namespace.

func (*Client) SetTransport

func (a *Client) SetTransport(transport runtime.ClientTransport)

SetTransport changes the transport on the client

type ClientService

type ClientService interface {
	AdminRetrievePlayerRecords(params *AdminRetrievePlayerRecordsParams, authInfo runtime.ClientAuthInfoWriter) (*AdminRetrievePlayerRecordsOK, *AdminRetrievePlayerRecordsBadRequest, *AdminRetrievePlayerRecordsUnauthorized, *AdminRetrievePlayerRecordsInternalServerError, error)
	AdminRetrievePlayerRecordsShort(params *AdminRetrievePlayerRecordsParams, authInfo runtime.ClientAuthInfoWriter) (*AdminRetrievePlayerRecordsOK, error)
	AdminDeletePlayerPublicRecordHandlerV1(params *AdminDeletePlayerPublicRecordHandlerV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminDeletePlayerPublicRecordHandlerV1NoContent, *AdminDeletePlayerPublicRecordHandlerV1Unauthorized, *AdminDeletePlayerPublicRecordHandlerV1NotFound, *AdminDeletePlayerPublicRecordHandlerV1InternalServerError, error)
	AdminDeletePlayerPublicRecordHandlerV1Short(params *AdminDeletePlayerPublicRecordHandlerV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminDeletePlayerPublicRecordHandlerV1NoContent, error)
	AdminDeletePlayerRecordHandlerV1(params *AdminDeletePlayerRecordHandlerV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminDeletePlayerRecordHandlerV1NoContent, *AdminDeletePlayerRecordHandlerV1Unauthorized, *AdminDeletePlayerRecordHandlerV1InternalServerError, error)
	AdminDeletePlayerRecordHandlerV1Short(params *AdminDeletePlayerRecordHandlerV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminDeletePlayerRecordHandlerV1NoContent, error)
	AdminGetPlayerPublicRecordHandlerV1(params *AdminGetPlayerPublicRecordHandlerV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminGetPlayerPublicRecordHandlerV1OK, *AdminGetPlayerPublicRecordHandlerV1Unauthorized, *AdminGetPlayerPublicRecordHandlerV1NotFound, *AdminGetPlayerPublicRecordHandlerV1InternalServerError, error)
	AdminGetPlayerPublicRecordHandlerV1Short(params *AdminGetPlayerPublicRecordHandlerV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminGetPlayerPublicRecordHandlerV1OK, error)
	AdminGetPlayerRecordHandlerV1(params *AdminGetPlayerRecordHandlerV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminGetPlayerRecordHandlerV1OK, *AdminGetPlayerRecordHandlerV1Unauthorized, *AdminGetPlayerRecordHandlerV1NotFound, *AdminGetPlayerRecordHandlerV1InternalServerError, error)
	AdminGetPlayerRecordHandlerV1Short(params *AdminGetPlayerRecordHandlerV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminGetPlayerRecordHandlerV1OK, error)
	AdminGetPlayerRecordSizeHandlerV1(params *AdminGetPlayerRecordSizeHandlerV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminGetPlayerRecordSizeHandlerV1OK, *AdminGetPlayerRecordSizeHandlerV1Unauthorized, *AdminGetPlayerRecordSizeHandlerV1NotFound, *AdminGetPlayerRecordSizeHandlerV1InternalServerError, error)
	AdminGetPlayerRecordSizeHandlerV1Short(params *AdminGetPlayerRecordSizeHandlerV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminGetPlayerRecordSizeHandlerV1OK, error)
	AdminPostPlayerPublicRecordHandlerV1(params *AdminPostPlayerPublicRecordHandlerV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminPostPlayerPublicRecordHandlerV1Created, *AdminPostPlayerPublicRecordHandlerV1BadRequest, *AdminPostPlayerPublicRecordHandlerV1Unauthorized, *AdminPostPlayerPublicRecordHandlerV1InternalServerError, error)
	AdminPostPlayerPublicRecordHandlerV1Short(params *AdminPostPlayerPublicRecordHandlerV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminPostPlayerPublicRecordHandlerV1Created, error)
	AdminPostPlayerRecordHandlerV1(params *AdminPostPlayerRecordHandlerV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminPostPlayerRecordHandlerV1Created, *AdminPostPlayerRecordHandlerV1Unauthorized, *AdminPostPlayerRecordHandlerV1InternalServerError, error)
	AdminPostPlayerRecordHandlerV1Short(params *AdminPostPlayerRecordHandlerV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminPostPlayerRecordHandlerV1Created, error)
	AdminPutPlayerPublicRecordHandlerV1(params *AdminPutPlayerPublicRecordHandlerV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminPutPlayerPublicRecordHandlerV1OK, *AdminPutPlayerPublicRecordHandlerV1BadRequest, *AdminPutPlayerPublicRecordHandlerV1Unauthorized, *AdminPutPlayerPublicRecordHandlerV1InternalServerError, error)
	AdminPutPlayerPublicRecordHandlerV1Short(params *AdminPutPlayerPublicRecordHandlerV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminPutPlayerPublicRecordHandlerV1OK, error)
	AdminPutPlayerRecordHandlerV1(params *AdminPutPlayerRecordHandlerV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminPutPlayerRecordHandlerV1OK, *AdminPutPlayerRecordHandlerV1Unauthorized, *AdminPutPlayerRecordHandlerV1InternalServerError, error)
	AdminPutPlayerRecordHandlerV1Short(params *AdminPutPlayerRecordHandlerV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminPutPlayerRecordHandlerV1OK, error)
	BulkGetPlayerRecordSizeHandlerV1(params *BulkGetPlayerRecordSizeHandlerV1Params, authInfo runtime.ClientAuthInfoWriter) (*BulkGetPlayerRecordSizeHandlerV1OK, *BulkGetPlayerRecordSizeHandlerV1BadRequest, *BulkGetPlayerRecordSizeHandlerV1Unauthorized, *BulkGetPlayerRecordSizeHandlerV1Forbidden, *BulkGetPlayerRecordSizeHandlerV1InternalServerError, error)
	BulkGetPlayerRecordSizeHandlerV1Short(params *BulkGetPlayerRecordSizeHandlerV1Params, authInfo runtime.ClientAuthInfoWriter) (*BulkGetPlayerRecordSizeHandlerV1OK, error)
	ListPlayerRecordHandlerV1(params *ListPlayerRecordHandlerV1Params, authInfo runtime.ClientAuthInfoWriter) (*ListPlayerRecordHandlerV1OK, *ListPlayerRecordHandlerV1BadRequest, *ListPlayerRecordHandlerV1Unauthorized, *ListPlayerRecordHandlerV1InternalServerError, error)
	ListPlayerRecordHandlerV1Short(params *ListPlayerRecordHandlerV1Params, authInfo runtime.ClientAuthInfoWriter) (*ListPlayerRecordHandlerV1OK, 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 admin player record API client.

type ListPlayerRecordHandlerV1BadRequest

type ListPlayerRecordHandlerV1BadRequest struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

ListPlayerRecordHandlerV1BadRequest handles this case with default header values.

Bad Request

func NewListPlayerRecordHandlerV1BadRequest

func NewListPlayerRecordHandlerV1BadRequest() *ListPlayerRecordHandlerV1BadRequest

NewListPlayerRecordHandlerV1BadRequest creates a ListPlayerRecordHandlerV1BadRequest with default headers values

func (*ListPlayerRecordHandlerV1BadRequest) Error

func (*ListPlayerRecordHandlerV1BadRequest) GetPayload

func (*ListPlayerRecordHandlerV1BadRequest) ToJSONString added in v0.25.0

func (o *ListPlayerRecordHandlerV1BadRequest) ToJSONString() string

type ListPlayerRecordHandlerV1InternalServerError

type ListPlayerRecordHandlerV1InternalServerError struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

ListPlayerRecordHandlerV1InternalServerError handles this case with default header values.

Internal Server Error

func NewListPlayerRecordHandlerV1InternalServerError

func NewListPlayerRecordHandlerV1InternalServerError() *ListPlayerRecordHandlerV1InternalServerError

NewListPlayerRecordHandlerV1InternalServerError creates a ListPlayerRecordHandlerV1InternalServerError with default headers values

func (*ListPlayerRecordHandlerV1InternalServerError) Error

func (*ListPlayerRecordHandlerV1InternalServerError) GetPayload

func (*ListPlayerRecordHandlerV1InternalServerError) ToJSONString added in v0.25.0

type ListPlayerRecordHandlerV1OK

type ListPlayerRecordHandlerV1OK struct {
	Payload *cloudsaveclientmodels.ModelsListPlayerRecordKeysResponse
}

ListPlayerRecordHandlerV1OK handles this case with default header values.

Successful operation

func NewListPlayerRecordHandlerV1OK

func NewListPlayerRecordHandlerV1OK() *ListPlayerRecordHandlerV1OK

NewListPlayerRecordHandlerV1OK creates a ListPlayerRecordHandlerV1OK with default headers values

func (*ListPlayerRecordHandlerV1OK) Error

func (*ListPlayerRecordHandlerV1OK) GetPayload

func (*ListPlayerRecordHandlerV1OK) ToJSONString added in v0.25.0

func (o *ListPlayerRecordHandlerV1OK) ToJSONString() string

type ListPlayerRecordHandlerV1Params

type ListPlayerRecordHandlerV1Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Limit
	  limit

	*/
	Limit *int64
	/*Namespace
	  namespace of the game

	*/
	Namespace string
	/*Offset
	  offset

	*/
	Offset *int64
	/*Query
	  query, search player records by key or userID

	*/
	Query *string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client
	// contains filtered or unexported fields
}

ListPlayerRecordHandlerV1Params contains all the parameters to send to the API endpoint for the list player record handler v1 operation typically these are written to a http.Request

func NewListPlayerRecordHandlerV1Params

func NewListPlayerRecordHandlerV1Params() *ListPlayerRecordHandlerV1Params

NewListPlayerRecordHandlerV1Params creates a new ListPlayerRecordHandlerV1Params object with the default values initialized.

func NewListPlayerRecordHandlerV1ParamsWithContext

func NewListPlayerRecordHandlerV1ParamsWithContext(ctx context.Context) *ListPlayerRecordHandlerV1Params

NewListPlayerRecordHandlerV1ParamsWithContext creates a new ListPlayerRecordHandlerV1Params object with the default values initialized, and the ability to set a context for a request

func NewListPlayerRecordHandlerV1ParamsWithHTTPClient

func NewListPlayerRecordHandlerV1ParamsWithHTTPClient(client *http.Client) *ListPlayerRecordHandlerV1Params

NewListPlayerRecordHandlerV1ParamsWithHTTPClient creates a new ListPlayerRecordHandlerV1Params object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewListPlayerRecordHandlerV1ParamsWithTimeout

func NewListPlayerRecordHandlerV1ParamsWithTimeout(timeout time.Duration) *ListPlayerRecordHandlerV1Params

NewListPlayerRecordHandlerV1ParamsWithTimeout creates a new ListPlayerRecordHandlerV1Params object with the default values initialized, and the ability to set a timeout on a request

func (*ListPlayerRecordHandlerV1Params) SetAuthInfoWriter added in v0.17.0

func (o *ListPlayerRecordHandlerV1Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the list player record handler v1 params

func (*ListPlayerRecordHandlerV1Params) SetContext

func (o *ListPlayerRecordHandlerV1Params) SetContext(ctx context.Context)

SetContext adds the context to the list player record handler v1 params

func (*ListPlayerRecordHandlerV1Params) SetHTTPClient

func (o *ListPlayerRecordHandlerV1Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the list player record handler v1 params

func (*ListPlayerRecordHandlerV1Params) SetHTTPClientTransport added in v0.19.0

func (o *ListPlayerRecordHandlerV1Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the list player record handler v1 params

func (*ListPlayerRecordHandlerV1Params) SetLimit

func (o *ListPlayerRecordHandlerV1Params) SetLimit(limit *int64)

SetLimit adds the limit to the list player record handler v1 params

func (*ListPlayerRecordHandlerV1Params) SetNamespace

func (o *ListPlayerRecordHandlerV1Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the list player record handler v1 params

func (*ListPlayerRecordHandlerV1Params) SetOffset

func (o *ListPlayerRecordHandlerV1Params) SetOffset(offset *int64)

SetOffset adds the offset to the list player record handler v1 params

func (*ListPlayerRecordHandlerV1Params) SetQuery

func (o *ListPlayerRecordHandlerV1Params) SetQuery(query *string)

SetQuery adds the query to the list player record handler v1 params

func (*ListPlayerRecordHandlerV1Params) SetTimeout

func (o *ListPlayerRecordHandlerV1Params) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the list player record handler v1 params

func (*ListPlayerRecordHandlerV1Params) WithContext

WithContext adds the context to the list player record handler v1 params

func (*ListPlayerRecordHandlerV1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list player record handler v1 params

func (*ListPlayerRecordHandlerV1Params) WithLimit

WithLimit adds the limit to the list player record handler v1 params

func (*ListPlayerRecordHandlerV1Params) WithNamespace

WithNamespace adds the namespace to the list player record handler v1 params

func (*ListPlayerRecordHandlerV1Params) WithOffset

WithOffset adds the offset to the list player record handler v1 params

func (*ListPlayerRecordHandlerV1Params) WithQuery

WithQuery adds the query to the list player record handler v1 params

func (*ListPlayerRecordHandlerV1Params) WithTimeout

WithTimeout adds the timeout to the list player record handler v1 params

func (*ListPlayerRecordHandlerV1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListPlayerRecordHandlerV1Reader

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

ListPlayerRecordHandlerV1Reader is a Reader for the ListPlayerRecordHandlerV1 structure.

func (*ListPlayerRecordHandlerV1Reader) ReadResponse

func (o *ListPlayerRecordHandlerV1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ListPlayerRecordHandlerV1Unauthorized added in v0.7.0

type ListPlayerRecordHandlerV1Unauthorized struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

ListPlayerRecordHandlerV1Unauthorized handles this case with default header values.

Unauthorized

func NewListPlayerRecordHandlerV1Unauthorized added in v0.7.0

func NewListPlayerRecordHandlerV1Unauthorized() *ListPlayerRecordHandlerV1Unauthorized

NewListPlayerRecordHandlerV1Unauthorized creates a ListPlayerRecordHandlerV1Unauthorized with default headers values

func (*ListPlayerRecordHandlerV1Unauthorized) Error added in v0.7.0

func (*ListPlayerRecordHandlerV1Unauthorized) GetPayload added in v0.7.0

func (*ListPlayerRecordHandlerV1Unauthorized) ToJSONString added in v0.25.0

Jump to

Keyboard shortcuts

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