admin_player_binary_record

package
v0.68.0 Latest Latest
Warning

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

Go to latest
Published: Apr 16, 2024 License: MIT Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AdminDeletePlayerBinaryRecordV1Forbidden added in v0.58.0

type AdminDeletePlayerBinaryRecordV1Forbidden struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

AdminDeletePlayerBinaryRecordV1Forbidden handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20013</td><td>insufficient permission</td></tr></table>

func NewAdminDeletePlayerBinaryRecordV1Forbidden added in v0.58.0

func NewAdminDeletePlayerBinaryRecordV1Forbidden() *AdminDeletePlayerBinaryRecordV1Forbidden

NewAdminDeletePlayerBinaryRecordV1Forbidden creates a AdminDeletePlayerBinaryRecordV1Forbidden with default headers values

func (*AdminDeletePlayerBinaryRecordV1Forbidden) Error added in v0.58.0

func (*AdminDeletePlayerBinaryRecordV1Forbidden) GetPayload added in v0.58.0

func (*AdminDeletePlayerBinaryRecordV1Forbidden) ToJSONString added in v0.58.0

type AdminDeletePlayerBinaryRecordV1InternalServerError

type AdminDeletePlayerBinaryRecordV1InternalServerError struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

AdminDeletePlayerBinaryRecordV1InternalServerError handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>18336</td><td>unable to delete record</td></tr><tr><td>18338</td><td>record not found</td></tr></table>

func NewAdminDeletePlayerBinaryRecordV1InternalServerError

func NewAdminDeletePlayerBinaryRecordV1InternalServerError() *AdminDeletePlayerBinaryRecordV1InternalServerError

NewAdminDeletePlayerBinaryRecordV1InternalServerError creates a AdminDeletePlayerBinaryRecordV1InternalServerError with default headers values

func (*AdminDeletePlayerBinaryRecordV1InternalServerError) Error

func (*AdminDeletePlayerBinaryRecordV1InternalServerError) GetPayload

func (*AdminDeletePlayerBinaryRecordV1InternalServerError) ToJSONString

type AdminDeletePlayerBinaryRecordV1NoContent

type AdminDeletePlayerBinaryRecordV1NoContent struct {
}

AdminDeletePlayerBinaryRecordV1NoContent handles this case with default header values.

Record deleted

func NewAdminDeletePlayerBinaryRecordV1NoContent

func NewAdminDeletePlayerBinaryRecordV1NoContent() *AdminDeletePlayerBinaryRecordV1NoContent

NewAdminDeletePlayerBinaryRecordV1NoContent creates a AdminDeletePlayerBinaryRecordV1NoContent with default headers values

func (*AdminDeletePlayerBinaryRecordV1NoContent) Error

type AdminDeletePlayerBinaryRecordV1NotFound

type AdminDeletePlayerBinaryRecordV1NotFound struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

AdminDeletePlayerBinaryRecordV1NotFound handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>18338</td><td>record not found</td></tr></table>

func NewAdminDeletePlayerBinaryRecordV1NotFound

func NewAdminDeletePlayerBinaryRecordV1NotFound() *AdminDeletePlayerBinaryRecordV1NotFound

NewAdminDeletePlayerBinaryRecordV1NotFound creates a AdminDeletePlayerBinaryRecordV1NotFound with default headers values

func (*AdminDeletePlayerBinaryRecordV1NotFound) Error

func (*AdminDeletePlayerBinaryRecordV1NotFound) GetPayload

func (*AdminDeletePlayerBinaryRecordV1NotFound) ToJSONString

type AdminDeletePlayerBinaryRecordV1Params

type AdminDeletePlayerBinaryRecordV1Params struct {

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

	*/
	Key string
	/*Namespace
	  namespace of the game, only accept alphabet and numeric

	*/
	Namespace string
	/*UserID
	  user ID who own the record, should follow UUID version 4 without hyphen format

	*/
	UserID string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

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

func NewAdminDeletePlayerBinaryRecordV1Params

func NewAdminDeletePlayerBinaryRecordV1Params() *AdminDeletePlayerBinaryRecordV1Params

NewAdminDeletePlayerBinaryRecordV1Params creates a new AdminDeletePlayerBinaryRecordV1Params object with the default values initialized.

func NewAdminDeletePlayerBinaryRecordV1ParamsWithContext

func NewAdminDeletePlayerBinaryRecordV1ParamsWithContext(ctx context.Context) *AdminDeletePlayerBinaryRecordV1Params

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

func NewAdminDeletePlayerBinaryRecordV1ParamsWithHTTPClient

func NewAdminDeletePlayerBinaryRecordV1ParamsWithHTTPClient(client *http.Client) *AdminDeletePlayerBinaryRecordV1Params

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

func NewAdminDeletePlayerBinaryRecordV1ParamsWithTimeout

func NewAdminDeletePlayerBinaryRecordV1ParamsWithTimeout(timeout time.Duration) *AdminDeletePlayerBinaryRecordV1Params

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

func (*AdminDeletePlayerBinaryRecordV1Params) SetAuthInfoWriter

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

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

func (*AdminDeletePlayerBinaryRecordV1Params) SetContext

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

func (*AdminDeletePlayerBinaryRecordV1Params) SetFlightId added in v0.63.0

func (o *AdminDeletePlayerBinaryRecordV1Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*AdminDeletePlayerBinaryRecordV1Params) SetHTTPClient

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

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

func (*AdminDeletePlayerBinaryRecordV1Params) SetHTTPClientTransport

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

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

func (*AdminDeletePlayerBinaryRecordV1Params) SetKey

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

func (*AdminDeletePlayerBinaryRecordV1Params) SetNamespace

func (o *AdminDeletePlayerBinaryRecordV1Params) SetNamespace(namespace string)

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

func (*AdminDeletePlayerBinaryRecordV1Params) SetTimeout

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

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

func (*AdminDeletePlayerBinaryRecordV1Params) SetUserID

func (o *AdminDeletePlayerBinaryRecordV1Params) SetUserID(userID string)

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

func (*AdminDeletePlayerBinaryRecordV1Params) WithContext

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

func (*AdminDeletePlayerBinaryRecordV1Params) WithHTTPClient

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

func (*AdminDeletePlayerBinaryRecordV1Params) WithKey

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

func (*AdminDeletePlayerBinaryRecordV1Params) WithNamespace

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

func (*AdminDeletePlayerBinaryRecordV1Params) WithTimeout

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

func (*AdminDeletePlayerBinaryRecordV1Params) WithUserID

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

func (*AdminDeletePlayerBinaryRecordV1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminDeletePlayerBinaryRecordV1Reader

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

AdminDeletePlayerBinaryRecordV1Reader is a Reader for the AdminDeletePlayerBinaryRecordV1 structure.

func (*AdminDeletePlayerBinaryRecordV1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminDeletePlayerBinaryRecordV1Unauthorized

type AdminDeletePlayerBinaryRecordV1Unauthorized struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

AdminDeletePlayerBinaryRecordV1Unauthorized handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20001</td><td>unauthorized access</td></tr></table>

func NewAdminDeletePlayerBinaryRecordV1Unauthorized

func NewAdminDeletePlayerBinaryRecordV1Unauthorized() *AdminDeletePlayerBinaryRecordV1Unauthorized

NewAdminDeletePlayerBinaryRecordV1Unauthorized creates a AdminDeletePlayerBinaryRecordV1Unauthorized with default headers values

func (*AdminDeletePlayerBinaryRecordV1Unauthorized) Error

func (*AdminDeletePlayerBinaryRecordV1Unauthorized) GetPayload

func (*AdminDeletePlayerBinaryRecordV1Unauthorized) ToJSONString

type AdminGetPlayerBinaryRecordV1Forbidden added in v0.58.0

type AdminGetPlayerBinaryRecordV1Forbidden struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

AdminGetPlayerBinaryRecordV1Forbidden handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20013</td><td>insufficient permission</td></tr></table>

func NewAdminGetPlayerBinaryRecordV1Forbidden added in v0.58.0

func NewAdminGetPlayerBinaryRecordV1Forbidden() *AdminGetPlayerBinaryRecordV1Forbidden

NewAdminGetPlayerBinaryRecordV1Forbidden creates a AdminGetPlayerBinaryRecordV1Forbidden with default headers values

func (*AdminGetPlayerBinaryRecordV1Forbidden) Error added in v0.58.0

func (*AdminGetPlayerBinaryRecordV1Forbidden) GetPayload added in v0.58.0

func (*AdminGetPlayerBinaryRecordV1Forbidden) ToJSONString added in v0.58.0

type AdminGetPlayerBinaryRecordV1InternalServerError

type AdminGetPlayerBinaryRecordV1InternalServerError struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

AdminGetPlayerBinaryRecordV1InternalServerError handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>18323</td><td>unable to get record</td></tr></table>

func NewAdminGetPlayerBinaryRecordV1InternalServerError

func NewAdminGetPlayerBinaryRecordV1InternalServerError() *AdminGetPlayerBinaryRecordV1InternalServerError

NewAdminGetPlayerBinaryRecordV1InternalServerError creates a AdminGetPlayerBinaryRecordV1InternalServerError with default headers values

func (*AdminGetPlayerBinaryRecordV1InternalServerError) Error

func (*AdminGetPlayerBinaryRecordV1InternalServerError) GetPayload

func (*AdminGetPlayerBinaryRecordV1InternalServerError) ToJSONString

type AdminGetPlayerBinaryRecordV1NotFound

type AdminGetPlayerBinaryRecordV1NotFound struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

AdminGetPlayerBinaryRecordV1NotFound handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>18325</td><td>record not found</td></tr></table>

func NewAdminGetPlayerBinaryRecordV1NotFound

func NewAdminGetPlayerBinaryRecordV1NotFound() *AdminGetPlayerBinaryRecordV1NotFound

NewAdminGetPlayerBinaryRecordV1NotFound creates a AdminGetPlayerBinaryRecordV1NotFound with default headers values

func (*AdminGetPlayerBinaryRecordV1NotFound) Error

func (*AdminGetPlayerBinaryRecordV1NotFound) GetPayload

func (*AdminGetPlayerBinaryRecordV1NotFound) ToJSONString

func (o *AdminGetPlayerBinaryRecordV1NotFound) ToJSONString() string

type AdminGetPlayerBinaryRecordV1OK

type AdminGetPlayerBinaryRecordV1OK struct {
	Payload *cloudsaveclientmodels.ModelsPlayerBinaryRecordResponse
}

AdminGetPlayerBinaryRecordV1OK handles this case with default header values.

Record in user-level retrieved

func NewAdminGetPlayerBinaryRecordV1OK

func NewAdminGetPlayerBinaryRecordV1OK() *AdminGetPlayerBinaryRecordV1OK

NewAdminGetPlayerBinaryRecordV1OK creates a AdminGetPlayerBinaryRecordV1OK with default headers values

func (*AdminGetPlayerBinaryRecordV1OK) Error

func (*AdminGetPlayerBinaryRecordV1OK) GetPayload

func (*AdminGetPlayerBinaryRecordV1OK) ToJSONString

func (o *AdminGetPlayerBinaryRecordV1OK) ToJSONString() string

type AdminGetPlayerBinaryRecordV1Params

type AdminGetPlayerBinaryRecordV1Params struct {

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

	*/
	Key string
	/*Namespace
	  namespace of the game, only accept alphabet and numeric

	*/
	Namespace string
	/*UserID
	  user ID who own the record, should follow UUID version 4 without hyphen format

	*/
	UserID string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

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

func NewAdminGetPlayerBinaryRecordV1Params

func NewAdminGetPlayerBinaryRecordV1Params() *AdminGetPlayerBinaryRecordV1Params

NewAdminGetPlayerBinaryRecordV1Params creates a new AdminGetPlayerBinaryRecordV1Params object with the default values initialized.

func NewAdminGetPlayerBinaryRecordV1ParamsWithContext

func NewAdminGetPlayerBinaryRecordV1ParamsWithContext(ctx context.Context) *AdminGetPlayerBinaryRecordV1Params

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

func NewAdminGetPlayerBinaryRecordV1ParamsWithHTTPClient

func NewAdminGetPlayerBinaryRecordV1ParamsWithHTTPClient(client *http.Client) *AdminGetPlayerBinaryRecordV1Params

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

func NewAdminGetPlayerBinaryRecordV1ParamsWithTimeout

func NewAdminGetPlayerBinaryRecordV1ParamsWithTimeout(timeout time.Duration) *AdminGetPlayerBinaryRecordV1Params

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

func (*AdminGetPlayerBinaryRecordV1Params) SetAuthInfoWriter

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

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

func (*AdminGetPlayerBinaryRecordV1Params) SetContext

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

func (*AdminGetPlayerBinaryRecordV1Params) SetFlightId added in v0.63.0

func (o *AdminGetPlayerBinaryRecordV1Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*AdminGetPlayerBinaryRecordV1Params) SetHTTPClient

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

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

func (*AdminGetPlayerBinaryRecordV1Params) SetHTTPClientTransport

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

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

func (*AdminGetPlayerBinaryRecordV1Params) SetKey

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

func (*AdminGetPlayerBinaryRecordV1Params) SetNamespace

func (o *AdminGetPlayerBinaryRecordV1Params) SetNamespace(namespace string)

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

func (*AdminGetPlayerBinaryRecordV1Params) SetTimeout

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

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

func (*AdminGetPlayerBinaryRecordV1Params) SetUserID

func (o *AdminGetPlayerBinaryRecordV1Params) SetUserID(userID string)

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

func (*AdminGetPlayerBinaryRecordV1Params) WithContext

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

func (*AdminGetPlayerBinaryRecordV1Params) WithHTTPClient

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

func (*AdminGetPlayerBinaryRecordV1Params) WithKey

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

func (*AdminGetPlayerBinaryRecordV1Params) WithNamespace

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

func (*AdminGetPlayerBinaryRecordV1Params) WithTimeout

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

func (*AdminGetPlayerBinaryRecordV1Params) WithUserID

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

func (*AdminGetPlayerBinaryRecordV1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminGetPlayerBinaryRecordV1Reader

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

AdminGetPlayerBinaryRecordV1Reader is a Reader for the AdminGetPlayerBinaryRecordV1 structure.

func (*AdminGetPlayerBinaryRecordV1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminGetPlayerBinaryRecordV1Unauthorized

type AdminGetPlayerBinaryRecordV1Unauthorized struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

AdminGetPlayerBinaryRecordV1Unauthorized handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20001</td><td>unauthorized access</td></tr></table>

func NewAdminGetPlayerBinaryRecordV1Unauthorized

func NewAdminGetPlayerBinaryRecordV1Unauthorized() *AdminGetPlayerBinaryRecordV1Unauthorized

NewAdminGetPlayerBinaryRecordV1Unauthorized creates a AdminGetPlayerBinaryRecordV1Unauthorized with default headers values

func (*AdminGetPlayerBinaryRecordV1Unauthorized) Error

func (*AdminGetPlayerBinaryRecordV1Unauthorized) GetPayload

func (*AdminGetPlayerBinaryRecordV1Unauthorized) ToJSONString

type AdminListPlayerBinaryRecordsV1BadRequest added in v0.58.0

type AdminListPlayerBinaryRecordsV1BadRequest struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

AdminListPlayerBinaryRecordsV1BadRequest handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>18326</td><td>invalid request body</td></tr></table>

func NewAdminListPlayerBinaryRecordsV1BadRequest added in v0.58.0

func NewAdminListPlayerBinaryRecordsV1BadRequest() *AdminListPlayerBinaryRecordsV1BadRequest

NewAdminListPlayerBinaryRecordsV1BadRequest creates a AdminListPlayerBinaryRecordsV1BadRequest with default headers values

func (*AdminListPlayerBinaryRecordsV1BadRequest) Error added in v0.58.0

func (*AdminListPlayerBinaryRecordsV1BadRequest) GetPayload added in v0.58.0

func (*AdminListPlayerBinaryRecordsV1BadRequest) ToJSONString added in v0.58.0

type AdminListPlayerBinaryRecordsV1Forbidden added in v0.58.0

type AdminListPlayerBinaryRecordsV1Forbidden struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

AdminListPlayerBinaryRecordsV1Forbidden handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20013</td><td>insufficient permission</td></tr></table>

func NewAdminListPlayerBinaryRecordsV1Forbidden added in v0.58.0

func NewAdminListPlayerBinaryRecordsV1Forbidden() *AdminListPlayerBinaryRecordsV1Forbidden

NewAdminListPlayerBinaryRecordsV1Forbidden creates a AdminListPlayerBinaryRecordsV1Forbidden with default headers values

func (*AdminListPlayerBinaryRecordsV1Forbidden) Error added in v0.58.0

func (*AdminListPlayerBinaryRecordsV1Forbidden) GetPayload added in v0.58.0

func (*AdminListPlayerBinaryRecordsV1Forbidden) ToJSONString added in v0.58.0

type AdminListPlayerBinaryRecordsV1InternalServerError

type AdminListPlayerBinaryRecordsV1InternalServerError struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

AdminListPlayerBinaryRecordsV1InternalServerError handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>18323</td><td>unable to get record</td></tr></table>

func NewAdminListPlayerBinaryRecordsV1InternalServerError

func NewAdminListPlayerBinaryRecordsV1InternalServerError() *AdminListPlayerBinaryRecordsV1InternalServerError

NewAdminListPlayerBinaryRecordsV1InternalServerError creates a AdminListPlayerBinaryRecordsV1InternalServerError with default headers values

func (*AdminListPlayerBinaryRecordsV1InternalServerError) Error

func (*AdminListPlayerBinaryRecordsV1InternalServerError) GetPayload

func (*AdminListPlayerBinaryRecordsV1InternalServerError) ToJSONString

type AdminListPlayerBinaryRecordsV1OK

type AdminListPlayerBinaryRecordsV1OK struct {
	Payload *cloudsaveclientmodels.ModelsListPlayerBinaryRecordsResponse
}

AdminListPlayerBinaryRecordsV1OK handles this case with default header values.

Retrieve list of player records by namespace

func NewAdminListPlayerBinaryRecordsV1OK

func NewAdminListPlayerBinaryRecordsV1OK() *AdminListPlayerBinaryRecordsV1OK

NewAdminListPlayerBinaryRecordsV1OK creates a AdminListPlayerBinaryRecordsV1OK with default headers values

func (*AdminListPlayerBinaryRecordsV1OK) Error

func (*AdminListPlayerBinaryRecordsV1OK) GetPayload

func (*AdminListPlayerBinaryRecordsV1OK) ToJSONString

func (o *AdminListPlayerBinaryRecordsV1OK) ToJSONString() string

type AdminListPlayerBinaryRecordsV1Params

type AdminListPlayerBinaryRecordsV1Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace
	  namespace of the game, only accept alphabet and numeric

	*/
	Namespace string
	/*UserID
	  user ID who own the record, should follow UUID version 4 without hyphen format

	*/
	UserID string
	/*Limit
	  the number of data retrieved in a page, default 25

	*/
	Limit *int64
	/*Offset
	  the number of offset, default 0

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

	*/
	Query *string
	/*Tags
	  filter list by tags, max 5 tags per request

	*/
	Tags []string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

AdminListPlayerBinaryRecordsV1Params contains all the parameters to send to the API endpoint for the admin list player binary records v1 operation typically these are written to a http.Request

func NewAdminListPlayerBinaryRecordsV1Params

func NewAdminListPlayerBinaryRecordsV1Params() *AdminListPlayerBinaryRecordsV1Params

NewAdminListPlayerBinaryRecordsV1Params creates a new AdminListPlayerBinaryRecordsV1Params object with the default values initialized.

func NewAdminListPlayerBinaryRecordsV1ParamsWithContext

func NewAdminListPlayerBinaryRecordsV1ParamsWithContext(ctx context.Context) *AdminListPlayerBinaryRecordsV1Params

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

func NewAdminListPlayerBinaryRecordsV1ParamsWithHTTPClient

func NewAdminListPlayerBinaryRecordsV1ParamsWithHTTPClient(client *http.Client) *AdminListPlayerBinaryRecordsV1Params

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

func NewAdminListPlayerBinaryRecordsV1ParamsWithTimeout

func NewAdminListPlayerBinaryRecordsV1ParamsWithTimeout(timeout time.Duration) *AdminListPlayerBinaryRecordsV1Params

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

func (*AdminListPlayerBinaryRecordsV1Params) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the admin list player binary records v1 params

func (*AdminListPlayerBinaryRecordsV1Params) SetContext

SetContext adds the context to the admin list player binary records v1 params

func (*AdminListPlayerBinaryRecordsV1Params) SetFlightId added in v0.63.0

func (o *AdminListPlayerBinaryRecordsV1Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*AdminListPlayerBinaryRecordsV1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the admin list player binary records v1 params

func (*AdminListPlayerBinaryRecordsV1Params) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the admin list player binary records v1 params

func (*AdminListPlayerBinaryRecordsV1Params) SetLimit

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

SetLimit adds the limit to the admin list player binary records v1 params

func (*AdminListPlayerBinaryRecordsV1Params) SetNamespace

func (o *AdminListPlayerBinaryRecordsV1Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin list player binary records v1 params

func (*AdminListPlayerBinaryRecordsV1Params) SetOffset

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

SetOffset adds the offset to the admin list player binary records v1 params

func (*AdminListPlayerBinaryRecordsV1Params) SetQuery

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

SetQuery adds the query to the admin list player binary records v1 params

func (*AdminListPlayerBinaryRecordsV1Params) SetTags added in v0.68.0

func (o *AdminListPlayerBinaryRecordsV1Params) SetTags(tags []string)

SetTags adds the tags to the admin list player binary records v1 params

func (*AdminListPlayerBinaryRecordsV1Params) SetTimeout

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

SetTimeout adds the timeout to the admin list player binary records v1 params

func (*AdminListPlayerBinaryRecordsV1Params) SetUserID

func (o *AdminListPlayerBinaryRecordsV1Params) SetUserID(userID string)

SetUserID adds the userId to the admin list player binary records v1 params

func (*AdminListPlayerBinaryRecordsV1Params) WithContext

WithContext adds the context to the admin list player binary records v1 params

func (*AdminListPlayerBinaryRecordsV1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the admin list player binary records v1 params

func (*AdminListPlayerBinaryRecordsV1Params) WithLimit

WithLimit adds the limit to the admin list player binary records v1 params

func (*AdminListPlayerBinaryRecordsV1Params) WithNamespace

WithNamespace adds the namespace to the admin list player binary records v1 params

func (*AdminListPlayerBinaryRecordsV1Params) WithOffset

WithOffset adds the offset to the admin list player binary records v1 params

func (*AdminListPlayerBinaryRecordsV1Params) WithQuery

WithQuery adds the query to the admin list player binary records v1 params

func (*AdminListPlayerBinaryRecordsV1Params) WithTags added in v0.68.0

WithTags adds the tags to the admin list player binary records v1 params

func (*AdminListPlayerBinaryRecordsV1Params) WithTimeout

WithTimeout adds the timeout to the admin list player binary records v1 params

func (*AdminListPlayerBinaryRecordsV1Params) WithUserID

WithUserID adds the userID to the admin list player binary records v1 params

func (*AdminListPlayerBinaryRecordsV1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminListPlayerBinaryRecordsV1Reader

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

AdminListPlayerBinaryRecordsV1Reader is a Reader for the AdminListPlayerBinaryRecordsV1 structure.

func (*AdminListPlayerBinaryRecordsV1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminListPlayerBinaryRecordsV1Unauthorized

type AdminListPlayerBinaryRecordsV1Unauthorized struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

AdminListPlayerBinaryRecordsV1Unauthorized handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20001</td><td>unauthorized access</td></tr></table>

func NewAdminListPlayerBinaryRecordsV1Unauthorized

func NewAdminListPlayerBinaryRecordsV1Unauthorized() *AdminListPlayerBinaryRecordsV1Unauthorized

NewAdminListPlayerBinaryRecordsV1Unauthorized creates a AdminListPlayerBinaryRecordsV1Unauthorized with default headers values

func (*AdminListPlayerBinaryRecordsV1Unauthorized) Error

func (*AdminListPlayerBinaryRecordsV1Unauthorized) GetPayload

func (*AdminListPlayerBinaryRecordsV1Unauthorized) ToJSONString

type AdminPostPlayerBinaryPresignedURLV1BadRequest added in v0.58.0

type AdminPostPlayerBinaryPresignedURLV1BadRequest struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

AdminPostPlayerBinaryPresignedURLV1BadRequest handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>18311</td><td>invalid request body</td></tr></table>

func NewAdminPostPlayerBinaryPresignedURLV1BadRequest added in v0.58.0

func NewAdminPostPlayerBinaryPresignedURLV1BadRequest() *AdminPostPlayerBinaryPresignedURLV1BadRequest

NewAdminPostPlayerBinaryPresignedURLV1BadRequest creates a AdminPostPlayerBinaryPresignedURLV1BadRequest with default headers values

func (*AdminPostPlayerBinaryPresignedURLV1BadRequest) Error added in v0.58.0

func (*AdminPostPlayerBinaryPresignedURLV1BadRequest) GetPayload added in v0.58.0

func (*AdminPostPlayerBinaryPresignedURLV1BadRequest) ToJSONString added in v0.58.0

type AdminPostPlayerBinaryPresignedURLV1Created

type AdminPostPlayerBinaryPresignedURLV1Created struct {
	Payload *cloudsaveclientmodels.ModelsUploadBinaryRecordResponse
}

AdminPostPlayerBinaryPresignedURLV1Created handles this case with default header values.

Successful Operation

func NewAdminPostPlayerBinaryPresignedURLV1Created

func NewAdminPostPlayerBinaryPresignedURLV1Created() *AdminPostPlayerBinaryPresignedURLV1Created

NewAdminPostPlayerBinaryPresignedURLV1Created creates a AdminPostPlayerBinaryPresignedURLV1Created with default headers values

func (*AdminPostPlayerBinaryPresignedURLV1Created) Error

func (*AdminPostPlayerBinaryPresignedURLV1Created) GetPayload

func (*AdminPostPlayerBinaryPresignedURLV1Created) ToJSONString

type AdminPostPlayerBinaryPresignedURLV1Forbidden added in v0.58.0

type AdminPostPlayerBinaryPresignedURLV1Forbidden struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

AdminPostPlayerBinaryPresignedURLV1Forbidden handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20013</td><td>insufficient permission</td></tr></table>

func NewAdminPostPlayerBinaryPresignedURLV1Forbidden added in v0.58.0

func NewAdminPostPlayerBinaryPresignedURLV1Forbidden() *AdminPostPlayerBinaryPresignedURLV1Forbidden

NewAdminPostPlayerBinaryPresignedURLV1Forbidden creates a AdminPostPlayerBinaryPresignedURLV1Forbidden with default headers values

func (*AdminPostPlayerBinaryPresignedURLV1Forbidden) Error added in v0.58.0

func (*AdminPostPlayerBinaryPresignedURLV1Forbidden) GetPayload added in v0.58.0

func (*AdminPostPlayerBinaryPresignedURLV1Forbidden) ToJSONString added in v0.58.0

type AdminPostPlayerBinaryPresignedURLV1InternalServerError

type AdminPostPlayerBinaryPresignedURLV1InternalServerError struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

AdminPostPlayerBinaryPresignedURLV1InternalServerError handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>18312</td><td>unable to get record</td></tr><tr><td>18314</td><td>unable to get presigned URL</td></tr></table>

func NewAdminPostPlayerBinaryPresignedURLV1InternalServerError

func NewAdminPostPlayerBinaryPresignedURLV1InternalServerError() *AdminPostPlayerBinaryPresignedURLV1InternalServerError

NewAdminPostPlayerBinaryPresignedURLV1InternalServerError creates a AdminPostPlayerBinaryPresignedURLV1InternalServerError with default headers values

func (*AdminPostPlayerBinaryPresignedURLV1InternalServerError) Error

func (*AdminPostPlayerBinaryPresignedURLV1InternalServerError) GetPayload

func (*AdminPostPlayerBinaryPresignedURLV1InternalServerError) ToJSONString

type AdminPostPlayerBinaryPresignedURLV1NotFound added in v0.58.0

type AdminPostPlayerBinaryPresignedURLV1NotFound struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

AdminPostPlayerBinaryPresignedURLV1NotFound handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>18313</td><td>record not found</td></tr></table>

func NewAdminPostPlayerBinaryPresignedURLV1NotFound added in v0.58.0

func NewAdminPostPlayerBinaryPresignedURLV1NotFound() *AdminPostPlayerBinaryPresignedURLV1NotFound

NewAdminPostPlayerBinaryPresignedURLV1NotFound creates a AdminPostPlayerBinaryPresignedURLV1NotFound with default headers values

func (*AdminPostPlayerBinaryPresignedURLV1NotFound) Error added in v0.58.0

func (*AdminPostPlayerBinaryPresignedURLV1NotFound) GetPayload added in v0.58.0

func (*AdminPostPlayerBinaryPresignedURLV1NotFound) ToJSONString added in v0.58.0

type AdminPostPlayerBinaryPresignedURLV1Params

type AdminPostPlayerBinaryPresignedURLV1Params struct {

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

	*/
	Key string
	/*Namespace
	  namespace of the game, only accept alphabet and numeric

	*/
	Namespace string
	/*UserID
	  user ID who own the record, should follow UUID version 4 without hyphen format

	*/
	UserID string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

AdminPostPlayerBinaryPresignedURLV1Params contains all the parameters to send to the API endpoint for the admin post player binary presigned urlv1 operation typically these are written to a http.Request

func NewAdminPostPlayerBinaryPresignedURLV1Params

func NewAdminPostPlayerBinaryPresignedURLV1Params() *AdminPostPlayerBinaryPresignedURLV1Params

NewAdminPostPlayerBinaryPresignedURLV1Params creates a new AdminPostPlayerBinaryPresignedURLV1Params object with the default values initialized.

func NewAdminPostPlayerBinaryPresignedURLV1ParamsWithContext

func NewAdminPostPlayerBinaryPresignedURLV1ParamsWithContext(ctx context.Context) *AdminPostPlayerBinaryPresignedURLV1Params

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

func NewAdminPostPlayerBinaryPresignedURLV1ParamsWithHTTPClient

func NewAdminPostPlayerBinaryPresignedURLV1ParamsWithHTTPClient(client *http.Client) *AdminPostPlayerBinaryPresignedURLV1Params

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

func NewAdminPostPlayerBinaryPresignedURLV1ParamsWithTimeout

func NewAdminPostPlayerBinaryPresignedURLV1ParamsWithTimeout(timeout time.Duration) *AdminPostPlayerBinaryPresignedURLV1Params

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

func (*AdminPostPlayerBinaryPresignedURLV1Params) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the admin post player binary presigned urlv1 params

func (*AdminPostPlayerBinaryPresignedURLV1Params) SetBody

SetBody adds the body to the admin post player binary presigned urlv1 params

func (*AdminPostPlayerBinaryPresignedURLV1Params) SetContext

SetContext adds the context to the admin post player binary presigned urlv1 params

func (*AdminPostPlayerBinaryPresignedURLV1Params) SetFlightId added in v0.63.0

func (o *AdminPostPlayerBinaryPresignedURLV1Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*AdminPostPlayerBinaryPresignedURLV1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the admin post player binary presigned urlv1 params

func (*AdminPostPlayerBinaryPresignedURLV1Params) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the admin post player binary presigned urlv1 params

func (*AdminPostPlayerBinaryPresignedURLV1Params) SetKey

SetKey adds the key to the admin post player binary presigned urlv1 params

func (*AdminPostPlayerBinaryPresignedURLV1Params) SetNamespace

func (o *AdminPostPlayerBinaryPresignedURLV1Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin post player binary presigned urlv1 params

func (*AdminPostPlayerBinaryPresignedURLV1Params) SetTimeout

SetTimeout adds the timeout to the admin post player binary presigned urlv1 params

func (*AdminPostPlayerBinaryPresignedURLV1Params) SetUserID

SetUserID adds the userId to the admin post player binary presigned urlv1 params

func (*AdminPostPlayerBinaryPresignedURLV1Params) WithBody

WithBody adds the body to the admin post player binary presigned urlv1 params

func (*AdminPostPlayerBinaryPresignedURLV1Params) WithContext

WithContext adds the context to the admin post player binary presigned urlv1 params

func (*AdminPostPlayerBinaryPresignedURLV1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the admin post player binary presigned urlv1 params

func (*AdminPostPlayerBinaryPresignedURLV1Params) WithKey

WithKey adds the key to the admin post player binary presigned urlv1 params

func (*AdminPostPlayerBinaryPresignedURLV1Params) WithNamespace

WithNamespace adds the namespace to the admin post player binary presigned urlv1 params

func (*AdminPostPlayerBinaryPresignedURLV1Params) WithTimeout

WithTimeout adds the timeout to the admin post player binary presigned urlv1 params

func (*AdminPostPlayerBinaryPresignedURLV1Params) WithUserID

WithUserID adds the userID to the admin post player binary presigned urlv1 params

func (*AdminPostPlayerBinaryPresignedURLV1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminPostPlayerBinaryPresignedURLV1Reader

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

AdminPostPlayerBinaryPresignedURLV1Reader is a Reader for the AdminPostPlayerBinaryPresignedURLV1 structure.

func (*AdminPostPlayerBinaryPresignedURLV1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminPostPlayerBinaryPresignedURLV1Unauthorized

type AdminPostPlayerBinaryPresignedURLV1Unauthorized struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

AdminPostPlayerBinaryPresignedURLV1Unauthorized handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20001</td><td>unauthorized access</td></tr></table>

func NewAdminPostPlayerBinaryPresignedURLV1Unauthorized

func NewAdminPostPlayerBinaryPresignedURLV1Unauthorized() *AdminPostPlayerBinaryPresignedURLV1Unauthorized

NewAdminPostPlayerBinaryPresignedURLV1Unauthorized creates a AdminPostPlayerBinaryPresignedURLV1Unauthorized with default headers values

func (*AdminPostPlayerBinaryPresignedURLV1Unauthorized) Error

func (*AdminPostPlayerBinaryPresignedURLV1Unauthorized) GetPayload

func (*AdminPostPlayerBinaryPresignedURLV1Unauthorized) ToJSONString

type AdminPostPlayerBinaryRecordV1BadRequest added in v0.58.0

type AdminPostPlayerBinaryRecordV1BadRequest struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

AdminPostPlayerBinaryRecordV1BadRequest handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>18327</td><td>invalid request body</td></tr></table>

func NewAdminPostPlayerBinaryRecordV1BadRequest added in v0.58.0

func NewAdminPostPlayerBinaryRecordV1BadRequest() *AdminPostPlayerBinaryRecordV1BadRequest

NewAdminPostPlayerBinaryRecordV1BadRequest creates a AdminPostPlayerBinaryRecordV1BadRequest with default headers values

func (*AdminPostPlayerBinaryRecordV1BadRequest) Error added in v0.58.0

func (*AdminPostPlayerBinaryRecordV1BadRequest) GetPayload added in v0.58.0

func (*AdminPostPlayerBinaryRecordV1BadRequest) ToJSONString added in v0.58.0

type AdminPostPlayerBinaryRecordV1Conflict added in v0.58.0

type AdminPostPlayerBinaryRecordV1Conflict struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

AdminPostPlayerBinaryRecordV1Conflict handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>18330</td><td>key already exists</td></tr></table>

func NewAdminPostPlayerBinaryRecordV1Conflict added in v0.58.0

func NewAdminPostPlayerBinaryRecordV1Conflict() *AdminPostPlayerBinaryRecordV1Conflict

NewAdminPostPlayerBinaryRecordV1Conflict creates a AdminPostPlayerBinaryRecordV1Conflict with default headers values

func (*AdminPostPlayerBinaryRecordV1Conflict) Error added in v0.58.0

func (*AdminPostPlayerBinaryRecordV1Conflict) GetPayload added in v0.58.0

func (*AdminPostPlayerBinaryRecordV1Conflict) ToJSONString added in v0.58.0

type AdminPostPlayerBinaryRecordV1Created

type AdminPostPlayerBinaryRecordV1Created struct {
	Payload *cloudsaveclientmodels.ModelsUploadBinaryRecordResponse
}

AdminPostPlayerBinaryRecordV1Created handles this case with default header values.

Record in user-level created

func NewAdminPostPlayerBinaryRecordV1Created

func NewAdminPostPlayerBinaryRecordV1Created() *AdminPostPlayerBinaryRecordV1Created

NewAdminPostPlayerBinaryRecordV1Created creates a AdminPostPlayerBinaryRecordV1Created with default headers values

func (*AdminPostPlayerBinaryRecordV1Created) Error

func (*AdminPostPlayerBinaryRecordV1Created) GetPayload

func (*AdminPostPlayerBinaryRecordV1Created) ToJSONString

func (o *AdminPostPlayerBinaryRecordV1Created) ToJSONString() string

type AdminPostPlayerBinaryRecordV1Forbidden added in v0.58.0

type AdminPostPlayerBinaryRecordV1Forbidden struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

AdminPostPlayerBinaryRecordV1Forbidden handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20013</td><td>insufficient permission</td></tr></table>

func NewAdminPostPlayerBinaryRecordV1Forbidden added in v0.58.0

func NewAdminPostPlayerBinaryRecordV1Forbidden() *AdminPostPlayerBinaryRecordV1Forbidden

NewAdminPostPlayerBinaryRecordV1Forbidden creates a AdminPostPlayerBinaryRecordV1Forbidden with default headers values

func (*AdminPostPlayerBinaryRecordV1Forbidden) Error added in v0.58.0

func (*AdminPostPlayerBinaryRecordV1Forbidden) GetPayload added in v0.58.0

func (*AdminPostPlayerBinaryRecordV1Forbidden) ToJSONString added in v0.58.0

type AdminPostPlayerBinaryRecordV1InternalServerError

type AdminPostPlayerBinaryRecordV1InternalServerError struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

AdminPostPlayerBinaryRecordV1InternalServerError handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>18323</td><td>unable to get record</td></tr><tr><td>18328</td><td>unable to save record</td></tr><tr><td>18331</td><td>unable to get presigned URL</td></tr></table>

func NewAdminPostPlayerBinaryRecordV1InternalServerError

func NewAdminPostPlayerBinaryRecordV1InternalServerError() *AdminPostPlayerBinaryRecordV1InternalServerError

NewAdminPostPlayerBinaryRecordV1InternalServerError creates a AdminPostPlayerBinaryRecordV1InternalServerError with default headers values

func (*AdminPostPlayerBinaryRecordV1InternalServerError) Error

func (*AdminPostPlayerBinaryRecordV1InternalServerError) GetPayload

func (*AdminPostPlayerBinaryRecordV1InternalServerError) ToJSONString

type AdminPostPlayerBinaryRecordV1Params

type AdminPostPlayerBinaryRecordV1Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *cloudsaveclientmodels.ModelsPlayerBinaryRecordCreate
	/*Namespace
	  namespace of the game, only accept alphabet and numeric

	*/
	Namespace string
	/*UserID
	  user ID who own the record, should follow UUID version 4 without hyphen format

	*/
	UserID string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

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

func NewAdminPostPlayerBinaryRecordV1Params

func NewAdminPostPlayerBinaryRecordV1Params() *AdminPostPlayerBinaryRecordV1Params

NewAdminPostPlayerBinaryRecordV1Params creates a new AdminPostPlayerBinaryRecordV1Params object with the default values initialized.

func NewAdminPostPlayerBinaryRecordV1ParamsWithContext

func NewAdminPostPlayerBinaryRecordV1ParamsWithContext(ctx context.Context) *AdminPostPlayerBinaryRecordV1Params

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

func NewAdminPostPlayerBinaryRecordV1ParamsWithHTTPClient

func NewAdminPostPlayerBinaryRecordV1ParamsWithHTTPClient(client *http.Client) *AdminPostPlayerBinaryRecordV1Params

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

func NewAdminPostPlayerBinaryRecordV1ParamsWithTimeout

func NewAdminPostPlayerBinaryRecordV1ParamsWithTimeout(timeout time.Duration) *AdminPostPlayerBinaryRecordV1Params

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

func (*AdminPostPlayerBinaryRecordV1Params) SetAuthInfoWriter

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

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

func (*AdminPostPlayerBinaryRecordV1Params) SetBody

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

func (*AdminPostPlayerBinaryRecordV1Params) SetContext

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

func (*AdminPostPlayerBinaryRecordV1Params) SetFlightId added in v0.63.0

func (o *AdminPostPlayerBinaryRecordV1Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*AdminPostPlayerBinaryRecordV1Params) SetHTTPClient

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

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

func (*AdminPostPlayerBinaryRecordV1Params) SetHTTPClientTransport

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

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

func (*AdminPostPlayerBinaryRecordV1Params) SetNamespace

func (o *AdminPostPlayerBinaryRecordV1Params) SetNamespace(namespace string)

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

func (*AdminPostPlayerBinaryRecordV1Params) SetTimeout

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

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

func (*AdminPostPlayerBinaryRecordV1Params) SetUserID

func (o *AdminPostPlayerBinaryRecordV1Params) SetUserID(userID string)

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

func (*AdminPostPlayerBinaryRecordV1Params) WithBody

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

func (*AdminPostPlayerBinaryRecordV1Params) WithContext

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

func (*AdminPostPlayerBinaryRecordV1Params) WithHTTPClient

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

func (*AdminPostPlayerBinaryRecordV1Params) WithNamespace

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

func (*AdminPostPlayerBinaryRecordV1Params) WithTimeout

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

func (*AdminPostPlayerBinaryRecordV1Params) WithUserID

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

func (*AdminPostPlayerBinaryRecordV1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminPostPlayerBinaryRecordV1Reader

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

AdminPostPlayerBinaryRecordV1Reader is a Reader for the AdminPostPlayerBinaryRecordV1 structure.

func (*AdminPostPlayerBinaryRecordV1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminPostPlayerBinaryRecordV1Unauthorized

type AdminPostPlayerBinaryRecordV1Unauthorized struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

AdminPostPlayerBinaryRecordV1Unauthorized handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20001</td><td>unauthorized access</td></tr></table>

func NewAdminPostPlayerBinaryRecordV1Unauthorized

func NewAdminPostPlayerBinaryRecordV1Unauthorized() *AdminPostPlayerBinaryRecordV1Unauthorized

NewAdminPostPlayerBinaryRecordV1Unauthorized creates a AdminPostPlayerBinaryRecordV1Unauthorized with default headers values

func (*AdminPostPlayerBinaryRecordV1Unauthorized) Error

func (*AdminPostPlayerBinaryRecordV1Unauthorized) GetPayload

func (*AdminPostPlayerBinaryRecordV1Unauthorized) ToJSONString

type AdminPutPlayerBinaryRecorMetadataV1BadRequest added in v0.58.0

type AdminPutPlayerBinaryRecorMetadataV1BadRequest struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

AdminPutPlayerBinaryRecorMetadataV1BadRequest handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>18332</td><td>invalid request body</td></tr></table>

func NewAdminPutPlayerBinaryRecorMetadataV1BadRequest added in v0.58.0

func NewAdminPutPlayerBinaryRecorMetadataV1BadRequest() *AdminPutPlayerBinaryRecorMetadataV1BadRequest

NewAdminPutPlayerBinaryRecorMetadataV1BadRequest creates a AdminPutPlayerBinaryRecorMetadataV1BadRequest with default headers values

func (*AdminPutPlayerBinaryRecorMetadataV1BadRequest) Error added in v0.58.0

func (*AdminPutPlayerBinaryRecorMetadataV1BadRequest) GetPayload added in v0.58.0

func (*AdminPutPlayerBinaryRecorMetadataV1BadRequest) ToJSONString added in v0.58.0

type AdminPutPlayerBinaryRecorMetadataV1Forbidden added in v0.58.0

type AdminPutPlayerBinaryRecorMetadataV1Forbidden struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

AdminPutPlayerBinaryRecorMetadataV1Forbidden handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20013</td><td>insufficient permission</td></tr></table>

func NewAdminPutPlayerBinaryRecorMetadataV1Forbidden added in v0.58.0

func NewAdminPutPlayerBinaryRecorMetadataV1Forbidden() *AdminPutPlayerBinaryRecorMetadataV1Forbidden

NewAdminPutPlayerBinaryRecorMetadataV1Forbidden creates a AdminPutPlayerBinaryRecorMetadataV1Forbidden with default headers values

func (*AdminPutPlayerBinaryRecorMetadataV1Forbidden) Error added in v0.58.0

func (*AdminPutPlayerBinaryRecorMetadataV1Forbidden) GetPayload added in v0.58.0

func (*AdminPutPlayerBinaryRecorMetadataV1Forbidden) ToJSONString added in v0.58.0

type AdminPutPlayerBinaryRecorMetadataV1InternalServerError

type AdminPutPlayerBinaryRecorMetadataV1InternalServerError struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

AdminPutPlayerBinaryRecorMetadataV1InternalServerError handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>18334</td><td>unable to update record</td></tr></table>

func NewAdminPutPlayerBinaryRecorMetadataV1InternalServerError

func NewAdminPutPlayerBinaryRecorMetadataV1InternalServerError() *AdminPutPlayerBinaryRecorMetadataV1InternalServerError

NewAdminPutPlayerBinaryRecorMetadataV1InternalServerError creates a AdminPutPlayerBinaryRecorMetadataV1InternalServerError with default headers values

func (*AdminPutPlayerBinaryRecorMetadataV1InternalServerError) Error

func (*AdminPutPlayerBinaryRecorMetadataV1InternalServerError) GetPayload

func (*AdminPutPlayerBinaryRecorMetadataV1InternalServerError) ToJSONString

type AdminPutPlayerBinaryRecorMetadataV1NotFound added in v0.58.0

type AdminPutPlayerBinaryRecorMetadataV1NotFound struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

AdminPutPlayerBinaryRecorMetadataV1NotFound handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>18333</td><td>record not found</td></tr></table>

func NewAdminPutPlayerBinaryRecorMetadataV1NotFound added in v0.58.0

func NewAdminPutPlayerBinaryRecorMetadataV1NotFound() *AdminPutPlayerBinaryRecorMetadataV1NotFound

NewAdminPutPlayerBinaryRecorMetadataV1NotFound creates a AdminPutPlayerBinaryRecorMetadataV1NotFound with default headers values

func (*AdminPutPlayerBinaryRecorMetadataV1NotFound) Error added in v0.58.0

func (*AdminPutPlayerBinaryRecorMetadataV1NotFound) GetPayload added in v0.58.0

func (*AdminPutPlayerBinaryRecorMetadataV1NotFound) ToJSONString added in v0.58.0

type AdminPutPlayerBinaryRecorMetadataV1OK

type AdminPutPlayerBinaryRecorMetadataV1OK struct {
	Payload *cloudsaveclientmodels.ModelsPlayerBinaryRecordResponse
}

AdminPutPlayerBinaryRecorMetadataV1OK handles this case with default header values.

Record saved

func NewAdminPutPlayerBinaryRecorMetadataV1OK

func NewAdminPutPlayerBinaryRecorMetadataV1OK() *AdminPutPlayerBinaryRecorMetadataV1OK

NewAdminPutPlayerBinaryRecorMetadataV1OK creates a AdminPutPlayerBinaryRecorMetadataV1OK with default headers values

func (*AdminPutPlayerBinaryRecorMetadataV1OK) Error

func (*AdminPutPlayerBinaryRecorMetadataV1OK) GetPayload

func (*AdminPutPlayerBinaryRecorMetadataV1OK) ToJSONString

type AdminPutPlayerBinaryRecorMetadataV1Params

type AdminPutPlayerBinaryRecorMetadataV1Params struct {

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

	*/
	Key string
	/*Namespace
	  namespace of the game, only accept alphabet and numeric

	*/
	Namespace string
	/*UserID
	  user ID who own the record, should follow UUID version 4 without hyphen format

	*/
	UserID string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

AdminPutPlayerBinaryRecorMetadataV1Params contains all the parameters to send to the API endpoint for the admin put player binary recor metadata v1 operation typically these are written to a http.Request

func NewAdminPutPlayerBinaryRecorMetadataV1Params

func NewAdminPutPlayerBinaryRecorMetadataV1Params() *AdminPutPlayerBinaryRecorMetadataV1Params

NewAdminPutPlayerBinaryRecorMetadataV1Params creates a new AdminPutPlayerBinaryRecorMetadataV1Params object with the default values initialized.

func NewAdminPutPlayerBinaryRecorMetadataV1ParamsWithContext

func NewAdminPutPlayerBinaryRecorMetadataV1ParamsWithContext(ctx context.Context) *AdminPutPlayerBinaryRecorMetadataV1Params

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

func NewAdminPutPlayerBinaryRecorMetadataV1ParamsWithHTTPClient

func NewAdminPutPlayerBinaryRecorMetadataV1ParamsWithHTTPClient(client *http.Client) *AdminPutPlayerBinaryRecorMetadataV1Params

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

func NewAdminPutPlayerBinaryRecorMetadataV1ParamsWithTimeout

func NewAdminPutPlayerBinaryRecorMetadataV1ParamsWithTimeout(timeout time.Duration) *AdminPutPlayerBinaryRecorMetadataV1Params

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

func (*AdminPutPlayerBinaryRecorMetadataV1Params) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the admin put player binary recor metadata v1 params

func (*AdminPutPlayerBinaryRecorMetadataV1Params) SetBody

SetBody adds the body to the admin put player binary recor metadata v1 params

func (*AdminPutPlayerBinaryRecorMetadataV1Params) SetContext

SetContext adds the context to the admin put player binary recor metadata v1 params

func (*AdminPutPlayerBinaryRecorMetadataV1Params) SetFlightId added in v0.63.0

func (o *AdminPutPlayerBinaryRecorMetadataV1Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*AdminPutPlayerBinaryRecorMetadataV1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the admin put player binary recor metadata v1 params

func (*AdminPutPlayerBinaryRecorMetadataV1Params) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the admin put player binary recor metadata v1 params

func (*AdminPutPlayerBinaryRecorMetadataV1Params) SetKey

SetKey adds the key to the admin put player binary recor metadata v1 params

func (*AdminPutPlayerBinaryRecorMetadataV1Params) SetNamespace

func (o *AdminPutPlayerBinaryRecorMetadataV1Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin put player binary recor metadata v1 params

func (*AdminPutPlayerBinaryRecorMetadataV1Params) SetTimeout

SetTimeout adds the timeout to the admin put player binary recor metadata v1 params

func (*AdminPutPlayerBinaryRecorMetadataV1Params) SetUserID

SetUserID adds the userId to the admin put player binary recor metadata v1 params

func (*AdminPutPlayerBinaryRecorMetadataV1Params) WithBody

WithBody adds the body to the admin put player binary recor metadata v1 params

func (*AdminPutPlayerBinaryRecorMetadataV1Params) WithContext

WithContext adds the context to the admin put player binary recor metadata v1 params

func (*AdminPutPlayerBinaryRecorMetadataV1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the admin put player binary recor metadata v1 params

func (*AdminPutPlayerBinaryRecorMetadataV1Params) WithKey

WithKey adds the key to the admin put player binary recor metadata v1 params

func (*AdminPutPlayerBinaryRecorMetadataV1Params) WithNamespace

WithNamespace adds the namespace to the admin put player binary recor metadata v1 params

func (*AdminPutPlayerBinaryRecorMetadataV1Params) WithTimeout

WithTimeout adds the timeout to the admin put player binary recor metadata v1 params

func (*AdminPutPlayerBinaryRecorMetadataV1Params) WithUserID

WithUserID adds the userID to the admin put player binary recor metadata v1 params

func (*AdminPutPlayerBinaryRecorMetadataV1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminPutPlayerBinaryRecorMetadataV1Reader

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

AdminPutPlayerBinaryRecorMetadataV1Reader is a Reader for the AdminPutPlayerBinaryRecorMetadataV1 structure.

func (*AdminPutPlayerBinaryRecorMetadataV1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminPutPlayerBinaryRecorMetadataV1Unauthorized

type AdminPutPlayerBinaryRecorMetadataV1Unauthorized struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

AdminPutPlayerBinaryRecorMetadataV1Unauthorized handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20001</td><td>unauthorized access</td></tr></table>

func NewAdminPutPlayerBinaryRecorMetadataV1Unauthorized

func NewAdminPutPlayerBinaryRecorMetadataV1Unauthorized() *AdminPutPlayerBinaryRecorMetadataV1Unauthorized

NewAdminPutPlayerBinaryRecorMetadataV1Unauthorized creates a AdminPutPlayerBinaryRecorMetadataV1Unauthorized with default headers values

func (*AdminPutPlayerBinaryRecorMetadataV1Unauthorized) Error

func (*AdminPutPlayerBinaryRecorMetadataV1Unauthorized) GetPayload

func (*AdminPutPlayerBinaryRecorMetadataV1Unauthorized) ToJSONString

type AdminPutPlayerBinaryRecordV1BadRequest added in v0.58.0

type AdminPutPlayerBinaryRecordV1BadRequest struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

AdminPutPlayerBinaryRecordV1BadRequest handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>18332</td><td>invalid request body</td></tr></table>

func NewAdminPutPlayerBinaryRecordV1BadRequest added in v0.58.0

func NewAdminPutPlayerBinaryRecordV1BadRequest() *AdminPutPlayerBinaryRecordV1BadRequest

NewAdminPutPlayerBinaryRecordV1BadRequest creates a AdminPutPlayerBinaryRecordV1BadRequest with default headers values

func (*AdminPutPlayerBinaryRecordV1BadRequest) Error added in v0.58.0

func (*AdminPutPlayerBinaryRecordV1BadRequest) GetPayload added in v0.58.0

func (*AdminPutPlayerBinaryRecordV1BadRequest) ToJSONString added in v0.58.0

type AdminPutPlayerBinaryRecordV1Forbidden added in v0.58.0

type AdminPutPlayerBinaryRecordV1Forbidden struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

AdminPutPlayerBinaryRecordV1Forbidden handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20013</td><td>insufficient permission</td></tr></table>

func NewAdminPutPlayerBinaryRecordV1Forbidden added in v0.58.0

func NewAdminPutPlayerBinaryRecordV1Forbidden() *AdminPutPlayerBinaryRecordV1Forbidden

NewAdminPutPlayerBinaryRecordV1Forbidden creates a AdminPutPlayerBinaryRecordV1Forbidden with default headers values

func (*AdminPutPlayerBinaryRecordV1Forbidden) Error added in v0.58.0

func (*AdminPutPlayerBinaryRecordV1Forbidden) GetPayload added in v0.58.0

func (*AdminPutPlayerBinaryRecordV1Forbidden) ToJSONString added in v0.58.0

type AdminPutPlayerBinaryRecordV1InternalServerError

type AdminPutPlayerBinaryRecordV1InternalServerError struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

AdminPutPlayerBinaryRecordV1InternalServerError handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>18334</td><td>unable to update record</td></tr></table>

func NewAdminPutPlayerBinaryRecordV1InternalServerError

func NewAdminPutPlayerBinaryRecordV1InternalServerError() *AdminPutPlayerBinaryRecordV1InternalServerError

NewAdminPutPlayerBinaryRecordV1InternalServerError creates a AdminPutPlayerBinaryRecordV1InternalServerError with default headers values

func (*AdminPutPlayerBinaryRecordV1InternalServerError) Error

func (*AdminPutPlayerBinaryRecordV1InternalServerError) GetPayload

func (*AdminPutPlayerBinaryRecordV1InternalServerError) ToJSONString

type AdminPutPlayerBinaryRecordV1NotFound added in v0.58.0

type AdminPutPlayerBinaryRecordV1NotFound struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

AdminPutPlayerBinaryRecordV1NotFound handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>18333</td><td>record not found</td></tr></table>

func NewAdminPutPlayerBinaryRecordV1NotFound added in v0.58.0

func NewAdminPutPlayerBinaryRecordV1NotFound() *AdminPutPlayerBinaryRecordV1NotFound

NewAdminPutPlayerBinaryRecordV1NotFound creates a AdminPutPlayerBinaryRecordV1NotFound with default headers values

func (*AdminPutPlayerBinaryRecordV1NotFound) Error added in v0.58.0

func (*AdminPutPlayerBinaryRecordV1NotFound) GetPayload added in v0.58.0

func (*AdminPutPlayerBinaryRecordV1NotFound) ToJSONString added in v0.58.0

func (o *AdminPutPlayerBinaryRecordV1NotFound) ToJSONString() string

type AdminPutPlayerBinaryRecordV1OK

type AdminPutPlayerBinaryRecordV1OK struct {
	Payload *cloudsaveclientmodels.ModelsPlayerBinaryRecordResponse
}

AdminPutPlayerBinaryRecordV1OK handles this case with default header values.

Record saved

func NewAdminPutPlayerBinaryRecordV1OK

func NewAdminPutPlayerBinaryRecordV1OK() *AdminPutPlayerBinaryRecordV1OK

NewAdminPutPlayerBinaryRecordV1OK creates a AdminPutPlayerBinaryRecordV1OK with default headers values

func (*AdminPutPlayerBinaryRecordV1OK) Error

func (*AdminPutPlayerBinaryRecordV1OK) GetPayload

func (*AdminPutPlayerBinaryRecordV1OK) ToJSONString

func (o *AdminPutPlayerBinaryRecordV1OK) ToJSONString() string

type AdminPutPlayerBinaryRecordV1Params

type AdminPutPlayerBinaryRecordV1Params struct {

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

	*/
	Key string
	/*Namespace
	  namespace of the game, only accept alphabet and numeric

	*/
	Namespace string
	/*UserID
	  user ID who own the record, should follow UUID version 4 without hyphen format

	*/
	UserID string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

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

func NewAdminPutPlayerBinaryRecordV1Params

func NewAdminPutPlayerBinaryRecordV1Params() *AdminPutPlayerBinaryRecordV1Params

NewAdminPutPlayerBinaryRecordV1Params creates a new AdminPutPlayerBinaryRecordV1Params object with the default values initialized.

func NewAdminPutPlayerBinaryRecordV1ParamsWithContext

func NewAdminPutPlayerBinaryRecordV1ParamsWithContext(ctx context.Context) *AdminPutPlayerBinaryRecordV1Params

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

func NewAdminPutPlayerBinaryRecordV1ParamsWithHTTPClient

func NewAdminPutPlayerBinaryRecordV1ParamsWithHTTPClient(client *http.Client) *AdminPutPlayerBinaryRecordV1Params

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

func NewAdminPutPlayerBinaryRecordV1ParamsWithTimeout

func NewAdminPutPlayerBinaryRecordV1ParamsWithTimeout(timeout time.Duration) *AdminPutPlayerBinaryRecordV1Params

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

func (*AdminPutPlayerBinaryRecordV1Params) SetAuthInfoWriter

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

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

func (*AdminPutPlayerBinaryRecordV1Params) SetBody

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

func (*AdminPutPlayerBinaryRecordV1Params) SetContext

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

func (*AdminPutPlayerBinaryRecordV1Params) SetFlightId added in v0.63.0

func (o *AdminPutPlayerBinaryRecordV1Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*AdminPutPlayerBinaryRecordV1Params) SetHTTPClient

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

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

func (*AdminPutPlayerBinaryRecordV1Params) SetHTTPClientTransport

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

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

func (*AdminPutPlayerBinaryRecordV1Params) SetKey

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

func (*AdminPutPlayerBinaryRecordV1Params) SetNamespace

func (o *AdminPutPlayerBinaryRecordV1Params) SetNamespace(namespace string)

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

func (*AdminPutPlayerBinaryRecordV1Params) SetTimeout

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

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

func (*AdminPutPlayerBinaryRecordV1Params) SetUserID

func (o *AdminPutPlayerBinaryRecordV1Params) SetUserID(userID string)

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

func (*AdminPutPlayerBinaryRecordV1Params) WithBody

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

func (*AdminPutPlayerBinaryRecordV1Params) WithContext

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

func (*AdminPutPlayerBinaryRecordV1Params) WithHTTPClient

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

func (*AdminPutPlayerBinaryRecordV1Params) WithKey

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

func (*AdminPutPlayerBinaryRecordV1Params) WithNamespace

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

func (*AdminPutPlayerBinaryRecordV1Params) WithTimeout

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

func (*AdminPutPlayerBinaryRecordV1Params) WithUserID

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

func (*AdminPutPlayerBinaryRecordV1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminPutPlayerBinaryRecordV1Reader

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

AdminPutPlayerBinaryRecordV1Reader is a Reader for the AdminPutPlayerBinaryRecordV1 structure.

func (*AdminPutPlayerBinaryRecordV1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminPutPlayerBinaryRecordV1Unauthorized

type AdminPutPlayerBinaryRecordV1Unauthorized struct {
	Payload *cloudsaveclientmodels.ModelsResponseError
}

AdminPutPlayerBinaryRecordV1Unauthorized handles this case with default header values.

<table><tr><td>errorCode</td><td>errorMessage</td></tr><tr><td>20001</td><td>unauthorized access</td></tr></table>

func NewAdminPutPlayerBinaryRecordV1Unauthorized

func NewAdminPutPlayerBinaryRecordV1Unauthorized() *AdminPutPlayerBinaryRecordV1Unauthorized

NewAdminPutPlayerBinaryRecordV1Unauthorized creates a AdminPutPlayerBinaryRecordV1Unauthorized with default headers values

func (*AdminPutPlayerBinaryRecordV1Unauthorized) Error

func (*AdminPutPlayerBinaryRecordV1Unauthorized) GetPayload

func (*AdminPutPlayerBinaryRecordV1Unauthorized) ToJSONString

type Client

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

Client for admin player binary record API

func (*Client) AdminDeletePlayerBinaryRecordV1 deprecated

Deprecated: 2022-08-10 - Use AdminDeletePlayerBinaryRecordV1Short instead.

AdminDeletePlayerBinaryRecordV1 delete player binary record Delete a player binary record.

func (*Client) AdminDeletePlayerBinaryRecordV1Short

func (a *Client) AdminDeletePlayerBinaryRecordV1Short(params *AdminDeletePlayerBinaryRecordV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminDeletePlayerBinaryRecordV1NoContent, error)

AdminDeletePlayerBinaryRecordV1Short delete player binary record Delete a player binary record.

func (*Client) AdminGetPlayerBinaryRecordV1 deprecated

Deprecated: 2022-08-10 - Use AdminGetPlayerBinaryRecordV1Short instead.

AdminGetPlayerBinaryRecordV1 get player binary record Get a player binary record by its key.

func (*Client) AdminGetPlayerBinaryRecordV1Short

func (a *Client) AdminGetPlayerBinaryRecordV1Short(params *AdminGetPlayerBinaryRecordV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminGetPlayerBinaryRecordV1OK, error)

AdminGetPlayerBinaryRecordV1Short get player binary record Get a player binary record by its key.

func (*Client) AdminListPlayerBinaryRecordsV1 deprecated

Deprecated: 2022-08-10 - Use AdminListPlayerBinaryRecordsV1Short instead.

AdminListPlayerBinaryRecordsV1 query player binary records Retrieve list of player binary records by namespace.

func (*Client) AdminListPlayerBinaryRecordsV1Short

func (a *Client) AdminListPlayerBinaryRecordsV1Short(params *AdminListPlayerBinaryRecordsV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminListPlayerBinaryRecordsV1OK, error)

AdminListPlayerBinaryRecordsV1Short query player binary records Retrieve list of player binary records by namespace.

func (*Client) AdminPostPlayerBinaryPresignedURLV1 deprecated

Deprecated: 2022-08-10 - Use AdminPostPlayerBinaryPresignedURLV1Short instead.

AdminPostPlayerBinaryPresignedURLV1 request presigned url for upload player binary records Request presigned URL to upload the binary record to s3.

Other detail info:

Supported file types: jpeg, jpg, png, bmp, gif, mp3, webp, and bin.

func (*Client) AdminPostPlayerBinaryPresignedURLV1Short

func (a *Client) AdminPostPlayerBinaryPresignedURLV1Short(params *AdminPostPlayerBinaryPresignedURLV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminPostPlayerBinaryPresignedURLV1Created, error)

AdminPostPlayerBinaryPresignedURLV1Short request presigned url for upload player binary records Request presigned URL to upload the binary record to s3.

Other detail info:

Supported file types: jpeg, jpg, png, bmp, gif, mp3, webp, and bin.

func (*Client) AdminPostPlayerBinaryRecordV1 deprecated

Deprecated: 2022-08-10 - Use AdminPostPlayerBinaryRecordV1Short instead.

AdminPostPlayerBinaryRecordV1 create player binary record Create a player binary record.

Other detail info:

`key` should follow these rules: 1. support uppercase and lowercase letters, numbers, and separators **"-"**, **"_"**, **"."** are allowed 2. begin and end with letters or numbers 3. spaces are not allowed 4. separators must not appears twice in a row

Supported file types: jpeg, jpg, png, bmp, gif, mp3, webp, and bin.

func (*Client) AdminPostPlayerBinaryRecordV1Short

func (a *Client) AdminPostPlayerBinaryRecordV1Short(params *AdminPostPlayerBinaryRecordV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminPostPlayerBinaryRecordV1Created, error)

AdminPostPlayerBinaryRecordV1Short create player binary record Create a player binary record.

Other detail info:

`key` should follow these rules: 1. support uppercase and lowercase letters, numbers, and separators **"-"**, **"_"**, **"."** are allowed 2. begin and end with letters or numbers 3. spaces are not allowed 4. separators must not appears twice in a row

Supported file types: jpeg, jpg, png, bmp, gif, mp3, webp, and bin.

func (*Client) AdminPutPlayerBinaryRecorMetadataV1 deprecated

Deprecated: 2022-08-10 - Use AdminPutPlayerBinaryRecorMetadataV1Short instead.

AdminPutPlayerBinaryRecorMetadataV1 update player binary record metadata Update a player binary record metadata by its key

func (*Client) AdminPutPlayerBinaryRecorMetadataV1Short

func (a *Client) AdminPutPlayerBinaryRecorMetadataV1Short(params *AdminPutPlayerBinaryRecorMetadataV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminPutPlayerBinaryRecorMetadataV1OK, error)

AdminPutPlayerBinaryRecorMetadataV1Short update player binary record metadata Update a player binary record metadata by its key

func (*Client) AdminPutPlayerBinaryRecordV1 deprecated

Deprecated: 2022-08-10 - Use AdminPutPlayerBinaryRecordV1Short instead.

AdminPutPlayerBinaryRecordV1 update player binary record file Update a player binary record file by its key

func (*Client) AdminPutPlayerBinaryRecordV1Short

func (a *Client) AdminPutPlayerBinaryRecordV1Short(params *AdminPutPlayerBinaryRecordV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminPutPlayerBinaryRecordV1OK, error)

AdminPutPlayerBinaryRecordV1Short update player binary record file Update a player binary record file by its key

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientService

type ClientService interface {
	AdminListPlayerBinaryRecordsV1(params *AdminListPlayerBinaryRecordsV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminListPlayerBinaryRecordsV1OK, *AdminListPlayerBinaryRecordsV1BadRequest, *AdminListPlayerBinaryRecordsV1Unauthorized, *AdminListPlayerBinaryRecordsV1Forbidden, *AdminListPlayerBinaryRecordsV1InternalServerError, error)
	AdminListPlayerBinaryRecordsV1Short(params *AdminListPlayerBinaryRecordsV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminListPlayerBinaryRecordsV1OK, error)
	AdminPostPlayerBinaryRecordV1(params *AdminPostPlayerBinaryRecordV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminPostPlayerBinaryRecordV1Created, *AdminPostPlayerBinaryRecordV1BadRequest, *AdminPostPlayerBinaryRecordV1Unauthorized, *AdminPostPlayerBinaryRecordV1Forbidden, *AdminPostPlayerBinaryRecordV1Conflict, *AdminPostPlayerBinaryRecordV1InternalServerError, error)
	AdminPostPlayerBinaryRecordV1Short(params *AdminPostPlayerBinaryRecordV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminPostPlayerBinaryRecordV1Created, error)
	AdminGetPlayerBinaryRecordV1(params *AdminGetPlayerBinaryRecordV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminGetPlayerBinaryRecordV1OK, *AdminGetPlayerBinaryRecordV1Unauthorized, *AdminGetPlayerBinaryRecordV1Forbidden, *AdminGetPlayerBinaryRecordV1NotFound, *AdminGetPlayerBinaryRecordV1InternalServerError, error)
	AdminGetPlayerBinaryRecordV1Short(params *AdminGetPlayerBinaryRecordV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminGetPlayerBinaryRecordV1OK, error)
	AdminPutPlayerBinaryRecordV1(params *AdminPutPlayerBinaryRecordV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminPutPlayerBinaryRecordV1OK, *AdminPutPlayerBinaryRecordV1BadRequest, *AdminPutPlayerBinaryRecordV1Unauthorized, *AdminPutPlayerBinaryRecordV1Forbidden, *AdminPutPlayerBinaryRecordV1NotFound, *AdminPutPlayerBinaryRecordV1InternalServerError, error)
	AdminPutPlayerBinaryRecordV1Short(params *AdminPutPlayerBinaryRecordV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminPutPlayerBinaryRecordV1OK, error)
	AdminDeletePlayerBinaryRecordV1(params *AdminDeletePlayerBinaryRecordV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminDeletePlayerBinaryRecordV1NoContent, *AdminDeletePlayerBinaryRecordV1Unauthorized, *AdminDeletePlayerBinaryRecordV1Forbidden, *AdminDeletePlayerBinaryRecordV1NotFound, *AdminDeletePlayerBinaryRecordV1InternalServerError, error)
	AdminDeletePlayerBinaryRecordV1Short(params *AdminDeletePlayerBinaryRecordV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminDeletePlayerBinaryRecordV1NoContent, error)
	AdminPutPlayerBinaryRecorMetadataV1(params *AdminPutPlayerBinaryRecorMetadataV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminPutPlayerBinaryRecorMetadataV1OK, *AdminPutPlayerBinaryRecorMetadataV1BadRequest, *AdminPutPlayerBinaryRecorMetadataV1Unauthorized, *AdminPutPlayerBinaryRecorMetadataV1Forbidden, *AdminPutPlayerBinaryRecorMetadataV1NotFound, *AdminPutPlayerBinaryRecorMetadataV1InternalServerError, error)
	AdminPutPlayerBinaryRecorMetadataV1Short(params *AdminPutPlayerBinaryRecorMetadataV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminPutPlayerBinaryRecorMetadataV1OK, error)
	AdminPostPlayerBinaryPresignedURLV1(params *AdminPostPlayerBinaryPresignedURLV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminPostPlayerBinaryPresignedURLV1Created, *AdminPostPlayerBinaryPresignedURLV1BadRequest, *AdminPostPlayerBinaryPresignedURLV1Unauthorized, *AdminPostPlayerBinaryPresignedURLV1Forbidden, *AdminPostPlayerBinaryPresignedURLV1NotFound, *AdminPostPlayerBinaryPresignedURLV1InternalServerError, error)
	AdminPostPlayerBinaryPresignedURLV1Short(params *AdminPostPlayerBinaryPresignedURLV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminPostPlayerBinaryPresignedURLV1Created, 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 binary record API client.

Jump to

Keyboard shortcuts

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