session_storage

package
v0.88.0 Latest Latest
Warning

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

Go to latest
Published: May 28, 2026 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 AdminDeleteUserSessionStorageBadRequest

type AdminDeleteUserSessionStorageBadRequest struct {
	Payload *sessionclientmodels.ResponseError
}

AdminDeleteUserSessionStorageBadRequest handles this case with default header values.

Bad Request

func NewAdminDeleteUserSessionStorageBadRequest

func NewAdminDeleteUserSessionStorageBadRequest() *AdminDeleteUserSessionStorageBadRequest

NewAdminDeleteUserSessionStorageBadRequest creates a AdminDeleteUserSessionStorageBadRequest with default headers values

func (*AdminDeleteUserSessionStorageBadRequest) Error

func (*AdminDeleteUserSessionStorageBadRequest) GetPayload

func (*AdminDeleteUserSessionStorageBadRequest) ToJSONString

type AdminDeleteUserSessionStorageInternalServerError

type AdminDeleteUserSessionStorageInternalServerError struct {
	Payload *sessionclientmodels.ResponseError
}

AdminDeleteUserSessionStorageInternalServerError handles this case with default header values.

Internal Server Error

func NewAdminDeleteUserSessionStorageInternalServerError

func NewAdminDeleteUserSessionStorageInternalServerError() *AdminDeleteUserSessionStorageInternalServerError

NewAdminDeleteUserSessionStorageInternalServerError creates a AdminDeleteUserSessionStorageInternalServerError with default headers values

func (*AdminDeleteUserSessionStorageInternalServerError) Error

func (*AdminDeleteUserSessionStorageInternalServerError) GetPayload

func (*AdminDeleteUserSessionStorageInternalServerError) ToJSONString

type AdminDeleteUserSessionStorageNoContent

type AdminDeleteUserSessionStorageNoContent struct {
}

AdminDeleteUserSessionStorageNoContent handles this case with default header values.

No Content

func NewAdminDeleteUserSessionStorageNoContent

func NewAdminDeleteUserSessionStorageNoContent() *AdminDeleteUserSessionStorageNoContent

NewAdminDeleteUserSessionStorageNoContent creates a AdminDeleteUserSessionStorageNoContent with default headers values

func (*AdminDeleteUserSessionStorageNoContent) Error

type AdminDeleteUserSessionStorageNotFound

type AdminDeleteUserSessionStorageNotFound struct {
	Payload *sessionclientmodels.ResponseError
}

AdminDeleteUserSessionStorageNotFound handles this case with default header values.

Not Found

func NewAdminDeleteUserSessionStorageNotFound

func NewAdminDeleteUserSessionStorageNotFound() *AdminDeleteUserSessionStorageNotFound

NewAdminDeleteUserSessionStorageNotFound creates a AdminDeleteUserSessionStorageNotFound with default headers values

func (*AdminDeleteUserSessionStorageNotFound) Error

func (*AdminDeleteUserSessionStorageNotFound) GetPayload

func (*AdminDeleteUserSessionStorageNotFound) ToJSONString

type AdminDeleteUserSessionStorageParams

type AdminDeleteUserSessionStorageParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace
	  namespace of the game

	*/
	Namespace string
	/*SessionID
	  sessionID

	*/
	SessionID string

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

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

AdminDeleteUserSessionStorageParams contains all the parameters to send to the API endpoint for the admin delete user session storage operation typically these are written to a http.Request

func NewAdminDeleteUserSessionStorageParams

func NewAdminDeleteUserSessionStorageParams() *AdminDeleteUserSessionStorageParams

NewAdminDeleteUserSessionStorageParams creates a new AdminDeleteUserSessionStorageParams object with the default values initialized.

func NewAdminDeleteUserSessionStorageParamsWithContext

func NewAdminDeleteUserSessionStorageParamsWithContext(ctx context.Context) *AdminDeleteUserSessionStorageParams

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

func NewAdminDeleteUserSessionStorageParamsWithHTTPClient

func NewAdminDeleteUserSessionStorageParamsWithHTTPClient(client *http.Client) *AdminDeleteUserSessionStorageParams

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

func NewAdminDeleteUserSessionStorageParamsWithTimeout

func NewAdminDeleteUserSessionStorageParamsWithTimeout(timeout time.Duration) *AdminDeleteUserSessionStorageParams

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

func (*AdminDeleteUserSessionStorageParams) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the admin delete user session storage params

func (*AdminDeleteUserSessionStorageParams) SetContext

SetContext adds the context to the admin delete user session storage params

func (*AdminDeleteUserSessionStorageParams) SetFlightId added in v0.63.0

func (o *AdminDeleteUserSessionStorageParams) SetFlightId(flightId string)

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

func (*AdminDeleteUserSessionStorageParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the admin delete user session storage params

func (*AdminDeleteUserSessionStorageParams) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the admin delete user session storage params

func (*AdminDeleteUserSessionStorageParams) SetNamespace

func (o *AdminDeleteUserSessionStorageParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin delete user session storage params

func (*AdminDeleteUserSessionStorageParams) SetSessionID

func (o *AdminDeleteUserSessionStorageParams) SetSessionID(sessionID string)

SetSessionID adds the sessionId to the admin delete user session storage params

func (*AdminDeleteUserSessionStorageParams) SetTimeout

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

SetTimeout adds the timeout to the admin delete user session storage params

func (*AdminDeleteUserSessionStorageParams) WithContext

WithContext adds the context to the admin delete user session storage params

func (*AdminDeleteUserSessionStorageParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the admin delete user session storage params

func (*AdminDeleteUserSessionStorageParams) WithNamespace

WithNamespace adds the namespace to the admin delete user session storage params

func (*AdminDeleteUserSessionStorageParams) WithSessionID

WithSessionID adds the sessionID to the admin delete user session storage params

func (*AdminDeleteUserSessionStorageParams) WithTimeout

WithTimeout adds the timeout to the admin delete user session storage params

func (*AdminDeleteUserSessionStorageParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminDeleteUserSessionStorageReader

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

AdminDeleteUserSessionStorageReader is a Reader for the AdminDeleteUserSessionStorage structure.

func (*AdminDeleteUserSessionStorageReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminDeleteUserSessionStorageUnauthorized

type AdminDeleteUserSessionStorageUnauthorized struct {
	Payload *sessionclientmodels.ResponseError
}

AdminDeleteUserSessionStorageUnauthorized handles this case with default header values.

Unauthorized

func NewAdminDeleteUserSessionStorageUnauthorized

func NewAdminDeleteUserSessionStorageUnauthorized() *AdminDeleteUserSessionStorageUnauthorized

NewAdminDeleteUserSessionStorageUnauthorized creates a AdminDeleteUserSessionStorageUnauthorized with default headers values

func (*AdminDeleteUserSessionStorageUnauthorized) Error

func (*AdminDeleteUserSessionStorageUnauthorized) GetPayload

func (*AdminDeleteUserSessionStorageUnauthorized) ToJSONString

type AdminReadPartySessionStorageBadRequest added in v0.76.0

type AdminReadPartySessionStorageBadRequest struct {
	Payload *sessionclientmodels.ResponseError
}

AdminReadPartySessionStorageBadRequest handles this case with default header values.

Bad Request

func NewAdminReadPartySessionStorageBadRequest added in v0.76.0

func NewAdminReadPartySessionStorageBadRequest() *AdminReadPartySessionStorageBadRequest

NewAdminReadPartySessionStorageBadRequest creates a AdminReadPartySessionStorageBadRequest with default headers values

func (*AdminReadPartySessionStorageBadRequest) Error added in v0.76.0

func (*AdminReadPartySessionStorageBadRequest) GetPayload added in v0.76.0

func (*AdminReadPartySessionStorageBadRequest) ToJSONString added in v0.76.0

type AdminReadPartySessionStorageInternalServerError added in v0.76.0

type AdminReadPartySessionStorageInternalServerError struct {
	Payload *sessionclientmodels.ResponseError
}

AdminReadPartySessionStorageInternalServerError handles this case with default header values.

Internal Server Error

func NewAdminReadPartySessionStorageInternalServerError added in v0.76.0

func NewAdminReadPartySessionStorageInternalServerError() *AdminReadPartySessionStorageInternalServerError

NewAdminReadPartySessionStorageInternalServerError creates a AdminReadPartySessionStorageInternalServerError with default headers values

func (*AdminReadPartySessionStorageInternalServerError) Error added in v0.76.0

func (*AdminReadPartySessionStorageInternalServerError) GetPayload added in v0.76.0

func (*AdminReadPartySessionStorageInternalServerError) ToJSONString added in v0.76.0

type AdminReadPartySessionStorageNotFound added in v0.76.0

type AdminReadPartySessionStorageNotFound struct {
	Payload *sessionclientmodels.ResponseError
}

AdminReadPartySessionStorageNotFound handles this case with default header values.

Not Found

func NewAdminReadPartySessionStorageNotFound added in v0.76.0

func NewAdminReadPartySessionStorageNotFound() *AdminReadPartySessionStorageNotFound

NewAdminReadPartySessionStorageNotFound creates a AdminReadPartySessionStorageNotFound with default headers values

func (*AdminReadPartySessionStorageNotFound) Error added in v0.76.0

func (*AdminReadPartySessionStorageNotFound) GetPayload added in v0.76.0

func (*AdminReadPartySessionStorageNotFound) ToJSONString added in v0.76.0

func (o *AdminReadPartySessionStorageNotFound) ToJSONString() string

type AdminReadPartySessionStorageOK added in v0.76.0

type AdminReadPartySessionStorageOK struct {
	Payload map[string]interface{}
}

AdminReadPartySessionStorageOK handles this case with default header values.

OK

func NewAdminReadPartySessionStorageOK added in v0.76.0

func NewAdminReadPartySessionStorageOK() *AdminReadPartySessionStorageOK

NewAdminReadPartySessionStorageOK creates a AdminReadPartySessionStorageOK with default headers values

func (*AdminReadPartySessionStorageOK) Error added in v0.76.0

func (*AdminReadPartySessionStorageOK) GetPayload added in v0.76.0

func (o *AdminReadPartySessionStorageOK) GetPayload() map[string]interface{}

func (*AdminReadPartySessionStorageOK) ToJSONString added in v0.76.0

func (o *AdminReadPartySessionStorageOK) ToJSONString() string

type AdminReadPartySessionStorageParams added in v0.76.0

type AdminReadPartySessionStorageParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace
	  namespace of the game

	*/
	Namespace string
	/*PartyID
	  partyID

	*/
	PartyID 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
}

AdminReadPartySessionStorageParams contains all the parameters to send to the API endpoint for the admin read party session storage operation typically these are written to a http.Request

func NewAdminReadPartySessionStorageParams added in v0.76.0

func NewAdminReadPartySessionStorageParams() *AdminReadPartySessionStorageParams

NewAdminReadPartySessionStorageParams creates a new AdminReadPartySessionStorageParams object with the default values initialized.

func NewAdminReadPartySessionStorageParamsWithContext added in v0.76.0

func NewAdminReadPartySessionStorageParamsWithContext(ctx context.Context) *AdminReadPartySessionStorageParams

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

func NewAdminReadPartySessionStorageParamsWithHTTPClient added in v0.76.0

func NewAdminReadPartySessionStorageParamsWithHTTPClient(client *http.Client) *AdminReadPartySessionStorageParams

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

func NewAdminReadPartySessionStorageParamsWithTimeout added in v0.76.0

func NewAdminReadPartySessionStorageParamsWithTimeout(timeout time.Duration) *AdminReadPartySessionStorageParams

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

func (*AdminReadPartySessionStorageParams) SetAuthInfoWriter added in v0.76.0

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

SetAuthInfoWriter adds the authInfoWriter to the admin read party session storage params

func (*AdminReadPartySessionStorageParams) SetContext added in v0.76.0

SetContext adds the context to the admin read party session storage params

func (*AdminReadPartySessionStorageParams) SetFlightId added in v0.76.0

func (o *AdminReadPartySessionStorageParams) SetFlightId(flightId string)

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

func (*AdminReadPartySessionStorageParams) SetHTTPClient added in v0.76.0

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

SetHTTPClient adds the HTTPClient to the admin read party session storage params

func (*AdminReadPartySessionStorageParams) SetHTTPClientTransport added in v0.76.0

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

SetHTTPClient adds the HTTPClient Transport to the admin read party session storage params

func (*AdminReadPartySessionStorageParams) SetNamespace added in v0.76.0

func (o *AdminReadPartySessionStorageParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin read party session storage params

func (*AdminReadPartySessionStorageParams) SetPartyID added in v0.76.0

func (o *AdminReadPartySessionStorageParams) SetPartyID(partyID string)

SetPartyID adds the partyId to the admin read party session storage params

func (*AdminReadPartySessionStorageParams) SetTimeout added in v0.76.0

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

SetTimeout adds the timeout to the admin read party session storage params

func (*AdminReadPartySessionStorageParams) WithContext added in v0.76.0

WithContext adds the context to the admin read party session storage params

func (*AdminReadPartySessionStorageParams) WithHTTPClient added in v0.76.0

WithHTTPClient adds the HTTPClient to the admin read party session storage params

func (*AdminReadPartySessionStorageParams) WithNamespace added in v0.76.0

WithNamespace adds the namespace to the admin read party session storage params

func (*AdminReadPartySessionStorageParams) WithPartyID added in v0.76.0

WithPartyID adds the partyID to the admin read party session storage params

func (*AdminReadPartySessionStorageParams) WithTimeout added in v0.76.0

WithTimeout adds the timeout to the admin read party session storage params

func (*AdminReadPartySessionStorageParams) WriteToRequest added in v0.76.0

WriteToRequest writes these params to a swagger request

type AdminReadPartySessionStorageReader added in v0.76.0

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

AdminReadPartySessionStorageReader is a Reader for the AdminReadPartySessionStorage structure.

func (*AdminReadPartySessionStorageReader) ReadResponse added in v0.76.0

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

ReadResponse reads a server response into the received o.

type AdminReadPartySessionStorageUnauthorized added in v0.76.0

type AdminReadPartySessionStorageUnauthorized struct {
	Payload *sessionclientmodels.ResponseError
}

AdminReadPartySessionStorageUnauthorized handles this case with default header values.

Unauthorized

func NewAdminReadPartySessionStorageUnauthorized added in v0.76.0

func NewAdminReadPartySessionStorageUnauthorized() *AdminReadPartySessionStorageUnauthorized

NewAdminReadPartySessionStorageUnauthorized creates a AdminReadPartySessionStorageUnauthorized with default headers values

func (*AdminReadPartySessionStorageUnauthorized) Error added in v0.76.0

func (*AdminReadPartySessionStorageUnauthorized) GetPayload added in v0.76.0

func (*AdminReadPartySessionStorageUnauthorized) ToJSONString added in v0.76.0

type AdminReadSessionStorageBadRequest

type AdminReadSessionStorageBadRequest struct {
	Payload *sessionclientmodels.ResponseError
}

AdminReadSessionStorageBadRequest handles this case with default header values.

Bad Request

func NewAdminReadSessionStorageBadRequest

func NewAdminReadSessionStorageBadRequest() *AdminReadSessionStorageBadRequest

NewAdminReadSessionStorageBadRequest creates a AdminReadSessionStorageBadRequest with default headers values

func (*AdminReadSessionStorageBadRequest) Error

func (*AdminReadSessionStorageBadRequest) GetPayload

func (*AdminReadSessionStorageBadRequest) ToJSONString

func (o *AdminReadSessionStorageBadRequest) ToJSONString() string

type AdminReadSessionStorageInternalServerError

type AdminReadSessionStorageInternalServerError struct {
	Payload *sessionclientmodels.ResponseError
}

AdminReadSessionStorageInternalServerError handles this case with default header values.

Internal Server Error

func NewAdminReadSessionStorageInternalServerError

func NewAdminReadSessionStorageInternalServerError() *AdminReadSessionStorageInternalServerError

NewAdminReadSessionStorageInternalServerError creates a AdminReadSessionStorageInternalServerError with default headers values

func (*AdminReadSessionStorageInternalServerError) Error

func (*AdminReadSessionStorageInternalServerError) GetPayload

func (*AdminReadSessionStorageInternalServerError) ToJSONString

type AdminReadSessionStorageNotFound

type AdminReadSessionStorageNotFound struct {
	Payload *sessionclientmodels.ResponseError
}

AdminReadSessionStorageNotFound handles this case with default header values.

Not Found

func NewAdminReadSessionStorageNotFound

func NewAdminReadSessionStorageNotFound() *AdminReadSessionStorageNotFound

NewAdminReadSessionStorageNotFound creates a AdminReadSessionStorageNotFound with default headers values

func (*AdminReadSessionStorageNotFound) Error

func (*AdminReadSessionStorageNotFound) GetPayload

func (*AdminReadSessionStorageNotFound) ToJSONString

func (o *AdminReadSessionStorageNotFound) ToJSONString() string

type AdminReadSessionStorageOK

type AdminReadSessionStorageOK struct {
	Payload map[string]interface{}
}

AdminReadSessionStorageOK handles this case with default header values.

OK

func NewAdminReadSessionStorageOK

func NewAdminReadSessionStorageOK() *AdminReadSessionStorageOK

NewAdminReadSessionStorageOK creates a AdminReadSessionStorageOK with default headers values

func (*AdminReadSessionStorageOK) Error

func (o *AdminReadSessionStorageOK) Error() string

func (*AdminReadSessionStorageOK) GetPayload

func (o *AdminReadSessionStorageOK) GetPayload() map[string]interface{}

func (*AdminReadSessionStorageOK) ToJSONString

func (o *AdminReadSessionStorageOK) ToJSONString() string

type AdminReadSessionStorageParams

type AdminReadSessionStorageParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace
	  namespace of the game

	*/
	Namespace string
	/*SessionID
	  sessionID

	*/
	SessionID string

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

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

AdminReadSessionStorageParams contains all the parameters to send to the API endpoint for the admin read session storage operation typically these are written to a http.Request

func NewAdminReadSessionStorageParams

func NewAdminReadSessionStorageParams() *AdminReadSessionStorageParams

NewAdminReadSessionStorageParams creates a new AdminReadSessionStorageParams object with the default values initialized.

func NewAdminReadSessionStorageParamsWithContext

func NewAdminReadSessionStorageParamsWithContext(ctx context.Context) *AdminReadSessionStorageParams

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

func NewAdminReadSessionStorageParamsWithHTTPClient

func NewAdminReadSessionStorageParamsWithHTTPClient(client *http.Client) *AdminReadSessionStorageParams

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

func NewAdminReadSessionStorageParamsWithTimeout

func NewAdminReadSessionStorageParamsWithTimeout(timeout time.Duration) *AdminReadSessionStorageParams

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

func (*AdminReadSessionStorageParams) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the admin read session storage params

func (*AdminReadSessionStorageParams) SetContext

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

SetContext adds the context to the admin read session storage params

func (*AdminReadSessionStorageParams) SetFlightId added in v0.63.0

func (o *AdminReadSessionStorageParams) SetFlightId(flightId string)

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

func (*AdminReadSessionStorageParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the admin read session storage params

func (*AdminReadSessionStorageParams) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the admin read session storage params

func (*AdminReadSessionStorageParams) SetNamespace

func (o *AdminReadSessionStorageParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin read session storage params

func (*AdminReadSessionStorageParams) SetSessionID

func (o *AdminReadSessionStorageParams) SetSessionID(sessionID string)

SetSessionID adds the sessionId to the admin read session storage params

func (*AdminReadSessionStorageParams) SetTimeout

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

SetTimeout adds the timeout to the admin read session storage params

func (*AdminReadSessionStorageParams) WithContext

WithContext adds the context to the admin read session storage params

func (*AdminReadSessionStorageParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the admin read session storage params

func (*AdminReadSessionStorageParams) WithNamespace

WithNamespace adds the namespace to the admin read session storage params

func (*AdminReadSessionStorageParams) WithSessionID

WithSessionID adds the sessionID to the admin read session storage params

func (*AdminReadSessionStorageParams) WithTimeout

WithTimeout adds the timeout to the admin read session storage params

func (*AdminReadSessionStorageParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminReadSessionStorageReader

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

AdminReadSessionStorageReader is a Reader for the AdminReadSessionStorage structure.

func (*AdminReadSessionStorageReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminReadSessionStorageUnauthorized

type AdminReadSessionStorageUnauthorized struct {
	Payload *sessionclientmodels.ResponseError
}

AdminReadSessionStorageUnauthorized handles this case with default header values.

Unauthorized

func NewAdminReadSessionStorageUnauthorized

func NewAdminReadSessionStorageUnauthorized() *AdminReadSessionStorageUnauthorized

NewAdminReadSessionStorageUnauthorized creates a AdminReadSessionStorageUnauthorized with default headers values

func (*AdminReadSessionStorageUnauthorized) Error

func (*AdminReadSessionStorageUnauthorized) GetPayload

func (*AdminReadSessionStorageUnauthorized) ToJSONString

func (o *AdminReadSessionStorageUnauthorized) ToJSONString() string

type AdminReadUserSessionStorageBadRequest

type AdminReadUserSessionStorageBadRequest struct {
	Payload *sessionclientmodels.ResponseError
}

AdminReadUserSessionStorageBadRequest handles this case with default header values.

Bad Request

func NewAdminReadUserSessionStorageBadRequest

func NewAdminReadUserSessionStorageBadRequest() *AdminReadUserSessionStorageBadRequest

NewAdminReadUserSessionStorageBadRequest creates a AdminReadUserSessionStorageBadRequest with default headers values

func (*AdminReadUserSessionStorageBadRequest) Error

func (*AdminReadUserSessionStorageBadRequest) GetPayload

func (*AdminReadUserSessionStorageBadRequest) ToJSONString

type AdminReadUserSessionStorageInternalServerError

type AdminReadUserSessionStorageInternalServerError struct {
	Payload *sessionclientmodels.ResponseError
}

AdminReadUserSessionStorageInternalServerError handles this case with default header values.

Internal Server Error

func NewAdminReadUserSessionStorageInternalServerError

func NewAdminReadUserSessionStorageInternalServerError() *AdminReadUserSessionStorageInternalServerError

NewAdminReadUserSessionStorageInternalServerError creates a AdminReadUserSessionStorageInternalServerError with default headers values

func (*AdminReadUserSessionStorageInternalServerError) Error

func (*AdminReadUserSessionStorageInternalServerError) GetPayload

func (*AdminReadUserSessionStorageInternalServerError) ToJSONString

type AdminReadUserSessionStorageNotFound

type AdminReadUserSessionStorageNotFound struct {
	Payload *sessionclientmodels.ResponseError
}

AdminReadUserSessionStorageNotFound handles this case with default header values.

Not Found

func NewAdminReadUserSessionStorageNotFound

func NewAdminReadUserSessionStorageNotFound() *AdminReadUserSessionStorageNotFound

NewAdminReadUserSessionStorageNotFound creates a AdminReadUserSessionStorageNotFound with default headers values

func (*AdminReadUserSessionStorageNotFound) Error

func (*AdminReadUserSessionStorageNotFound) GetPayload

func (*AdminReadUserSessionStorageNotFound) ToJSONString

func (o *AdminReadUserSessionStorageNotFound) ToJSONString() string

type AdminReadUserSessionStorageOK

type AdminReadUserSessionStorageOK struct {
	Payload map[string]interface{}
}

AdminReadUserSessionStorageOK handles this case with default header values.

OK

func NewAdminReadUserSessionStorageOK

func NewAdminReadUserSessionStorageOK() *AdminReadUserSessionStorageOK

NewAdminReadUserSessionStorageOK creates a AdminReadUserSessionStorageOK with default headers values

func (*AdminReadUserSessionStorageOK) Error

func (*AdminReadUserSessionStorageOK) GetPayload

func (o *AdminReadUserSessionStorageOK) GetPayload() map[string]interface{}

func (*AdminReadUserSessionStorageOK) ToJSONString

func (o *AdminReadUserSessionStorageOK) ToJSONString() string

type AdminReadUserSessionStorageParams

type AdminReadUserSessionStorageParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace
	  namespace of the game

	*/
	Namespace string
	/*SessionID
	  sessionID

	*/
	SessionID string
	/*UserID
	  userID

	*/
	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
}

AdminReadUserSessionStorageParams contains all the parameters to send to the API endpoint for the admin read user session storage operation typically these are written to a http.Request

func NewAdminReadUserSessionStorageParams

func NewAdminReadUserSessionStorageParams() *AdminReadUserSessionStorageParams

NewAdminReadUserSessionStorageParams creates a new AdminReadUserSessionStorageParams object with the default values initialized.

func NewAdminReadUserSessionStorageParamsWithContext

func NewAdminReadUserSessionStorageParamsWithContext(ctx context.Context) *AdminReadUserSessionStorageParams

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

func NewAdminReadUserSessionStorageParamsWithHTTPClient

func NewAdminReadUserSessionStorageParamsWithHTTPClient(client *http.Client) *AdminReadUserSessionStorageParams

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

func NewAdminReadUserSessionStorageParamsWithTimeout

func NewAdminReadUserSessionStorageParamsWithTimeout(timeout time.Duration) *AdminReadUserSessionStorageParams

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

func (*AdminReadUserSessionStorageParams) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the admin read user session storage params

func (*AdminReadUserSessionStorageParams) SetContext

SetContext adds the context to the admin read user session storage params

func (*AdminReadUserSessionStorageParams) SetFlightId added in v0.63.0

func (o *AdminReadUserSessionStorageParams) SetFlightId(flightId string)

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

func (*AdminReadUserSessionStorageParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the admin read user session storage params

func (*AdminReadUserSessionStorageParams) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the admin read user session storage params

func (*AdminReadUserSessionStorageParams) SetNamespace

func (o *AdminReadUserSessionStorageParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin read user session storage params

func (*AdminReadUserSessionStorageParams) SetSessionID

func (o *AdminReadUserSessionStorageParams) SetSessionID(sessionID string)

SetSessionID adds the sessionId to the admin read user session storage params

func (*AdminReadUserSessionStorageParams) SetTimeout

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

SetTimeout adds the timeout to the admin read user session storage params

func (*AdminReadUserSessionStorageParams) SetUserID

func (o *AdminReadUserSessionStorageParams) SetUserID(userID string)

SetUserID adds the userId to the admin read user session storage params

func (*AdminReadUserSessionStorageParams) WithContext

WithContext adds the context to the admin read user session storage params

func (*AdminReadUserSessionStorageParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the admin read user session storage params

func (*AdminReadUserSessionStorageParams) WithNamespace

WithNamespace adds the namespace to the admin read user session storage params

func (*AdminReadUserSessionStorageParams) WithSessionID

WithSessionID adds the sessionID to the admin read user session storage params

func (*AdminReadUserSessionStorageParams) WithTimeout

WithTimeout adds the timeout to the admin read user session storage params

func (*AdminReadUserSessionStorageParams) WithUserID

WithUserID adds the userID to the admin read user session storage params

func (*AdminReadUserSessionStorageParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminReadUserSessionStorageReader

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

AdminReadUserSessionStorageReader is a Reader for the AdminReadUserSessionStorage structure.

func (*AdminReadUserSessionStorageReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminReadUserSessionStorageUnauthorized

type AdminReadUserSessionStorageUnauthorized struct {
	Payload *sessionclientmodels.ResponseError
}

AdminReadUserSessionStorageUnauthorized handles this case with default header values.

Unauthorized

func NewAdminReadUserSessionStorageUnauthorized

func NewAdminReadUserSessionStorageUnauthorized() *AdminReadUserSessionStorageUnauthorized

NewAdminReadUserSessionStorageUnauthorized creates a AdminReadUserSessionStorageUnauthorized with default headers values

func (*AdminReadUserSessionStorageUnauthorized) Error

func (*AdminReadUserSessionStorageUnauthorized) GetPayload

func (*AdminReadUserSessionStorageUnauthorized) ToJSONString

type Client

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

Client for session storage API

func (*Client) AdminDeleteUserSessionStorage deprecated

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

AdminDeleteUserSessionStorage delete session storage.

Delete Session Storage By sessionID Session Storage feature only available for Gamesession

func (*Client) AdminDeleteUserSessionStorageShort

func (a *Client) AdminDeleteUserSessionStorageShort(params *AdminDeleteUserSessionStorageParams, authInfo runtime.ClientAuthInfoWriter) (*AdminDeleteUserSessionStorageNoContent, error)

AdminDeleteUserSessionStorageShort delete session storage.

Delete Session Storage By sessionID Session Storage feature only available for Gamesession

func (*Client) AdminReadPartySessionStorage deprecated added in v0.76.0

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

AdminReadPartySessionStorage read party session storage. Read Party Session Storage by partyID Party Storage example: ``` { "reserved": { "userID1": {"key": "value"}, "userID2": {"key": "value"}, ... } } ```

func (*Client) AdminReadPartySessionStorageShort added in v0.76.0

func (a *Client) AdminReadPartySessionStorageShort(params *AdminReadPartySessionStorageParams, authInfo runtime.ClientAuthInfoWriter) (*AdminReadPartySessionStorageOK, error)

AdminReadPartySessionStorageShort read party session storage. Read Party Session Storage by partyID Party Storage example: ``` { "reserved": { "userID1": {"key": "value"}, "userID2": {"key": "value"}, ... } } ```

func (*Client) AdminReadSessionStorage deprecated

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

AdminReadSessionStorage read session storage.

Read Session Storage by sessionID Session Storage feature only available for Gamesession

func (*Client) AdminReadSessionStorageShort

func (a *Client) AdminReadSessionStorageShort(params *AdminReadSessionStorageParams, authInfo runtime.ClientAuthInfoWriter) (*AdminReadSessionStorageOK, error)

AdminReadSessionStorageShort read session storage.

Read Session Storage by sessionID Session Storage feature only available for Gamesession

func (*Client) AdminReadUserSessionStorage deprecated

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

AdminReadUserSessionStorage read session storage user.

Read Session Storage by sessionID and userID Session Storage feature only available for Gamesession

func (*Client) AdminReadUserSessionStorageShort

func (a *Client) AdminReadUserSessionStorageShort(params *AdminReadUserSessionStorageParams, authInfo runtime.ClientAuthInfoWriter) (*AdminReadUserSessionStorageOK, error)

AdminReadUserSessionStorageShort read session storage user.

Read Session Storage by sessionID and userID Session Storage feature only available for Gamesession

func (*Client) PublicReadPartySessionStorage deprecated added in v0.76.0

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

PublicReadPartySessionStorage read party session storage. Read Party Session Storage by partyID (with reserved and member). Contains "reserved" when Update Insert Party Session Reserved Storage User. Contains "member" when Update Insert Party Session Storage User. Party Storage example: ``` { "reserved": { "userID1": {"key": "value"}, "userID2": {"key": "value"}, ... }, "member": { "userID1": {"key": "value"}, "userID2": {"key": "value"}, ... } } ```

func (*Client) PublicReadPartySessionStorageShort added in v0.76.0

func (a *Client) PublicReadPartySessionStorageShort(params *PublicReadPartySessionStorageParams, authInfo runtime.ClientAuthInfoWriter) (*PublicReadPartySessionStorageOK, error)

PublicReadPartySessionStorageShort read party session storage. Read Party Session Storage by partyID (with reserved and member). Contains "reserved" when Update Insert Party Session Reserved Storage User. Contains "member" when Update Insert Party Session Storage User. Party Storage example: ``` { "reserved": { "userID1": {"key": "value"}, "userID2": {"key": "value"}, ... }, "member": { "userID1": {"key": "value"}, "userID2": {"key": "value"}, ... } } ```

func (*Client) PublicReplaceSessionStorageLeaderV2 deprecated added in v0.88.0

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

PublicReplaceSessionStorageLeaderV2 replace entire session storage leader.

Replace entire Session Storage Leader with the request body. No merging is performed.

Leader (regular token): Only the session leader can replace leader storage. Complete replacement. Game Admin (client token): Can replace leader storage. Complete replacement.

PUT semantics: The request body completely replaces the existing storage, no partial updates. Leader storage is separate from per-user storage and identified by session context, not userID. Example request: { "gameState": {"round": "2"}, "difficulty": "hard" }

Session Storage feature only available for Gamesession.

func (*Client) PublicReplaceSessionStorageLeaderV2Short added in v0.88.0

func (a *Client) PublicReplaceSessionStorageLeaderV2Short(params *PublicReplaceSessionStorageLeaderV2Params, authInfo runtime.ClientAuthInfoWriter) (*PublicReplaceSessionStorageLeaderV2OK, error)

PublicReplaceSessionStorageLeaderV2Short replace entire session storage leader.

Replace entire Session Storage Leader with the request body. No merging is performed.

Leader (regular token): Only the session leader can replace leader storage. Complete replacement. Game Admin (client token): Can replace leader storage. Complete replacement.

PUT semantics: The request body completely replaces the existing storage, no partial updates. Leader storage is separate from per-user storage and identified by session context, not userID. Example request: { "gameState": {"round": "2"}, "difficulty": "hard" }

Session Storage feature only available for Gamesession.

func (*Client) PublicReplaceSessionStorageUserV2 deprecated added in v0.88.0

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

PublicReplaceSessionStorageUserV2 replace entire session storage user.

Replace entire Session Storage User with the request body. No merging is performed.

User (regular token): Can only replace own user session storage. Complete replacement. Game Admin (client token): Can replace any user's session storage. Complete replacement.

PUT semantics: The request body completely replaces the existing storage, no partial updates. Example request: { "weapon": "sword", "armor": "leather" }

Session Storage feature only available for Gamesession.

func (*Client) PublicReplaceSessionStorageUserV2Short added in v0.88.0

func (a *Client) PublicReplaceSessionStorageUserV2Short(params *PublicReplaceSessionStorageUserV2Params, authInfo runtime.ClientAuthInfoWriter) (*PublicReplaceSessionStorageUserV2OK, error)

PublicReplaceSessionStorageUserV2Short replace entire session storage user.

Replace entire Session Storage User with the request body. No merging is performed.

User (regular token): Can only replace own user session storage. Complete replacement. Game Admin (client token): Can replace any user's session storage. Complete replacement.

PUT semantics: The request body completely replaces the existing storage, no partial updates. Example request: { "weapon": "sword", "armor": "leather" }

Session Storage feature only available for Gamesession.

func (*Client) PublicUpdateInsertPartySessionStorage deprecated added in v0.85.0

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

PublicUpdateInsertPartySessionStorage update insert party session storage user. Update Insert Party Session Storage User. User can only update or insert their own party storage (non-immutable). can store generic json example json can store : ``` { "key": "value", "number": 123, } ``` The data will be stored on the "member" storage field example stored data : ``` { "member": { "userID1": {"key": "value"}, "userID2": {"key": "value"}, ... } } ```

func (*Client) PublicUpdateInsertPartySessionStorageReserved deprecated added in v0.76.0

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

PublicUpdateInsertPartySessionStorageReserved update insert party session reserved storage user. **For Internal Use Only** Update Insert Party Session Reserved Storage User. User can only update or insert their own reserve storage (non-immutable). can store generic json example json can store : ``` { "key": "value", "number": 123, } ``` The data will be stored on the "reserved" storage field example stored data : ``` { "reserved": { "userID1": {"key": "value"}, "userID2": {"key": "value"}, ... } } ```

func (*Client) PublicUpdateInsertPartySessionStorageReservedShort added in v0.76.0

func (a *Client) PublicUpdateInsertPartySessionStorageReservedShort(params *PublicUpdateInsertPartySessionStorageReservedParams, authInfo runtime.ClientAuthInfoWriter) (*PublicUpdateInsertPartySessionStorageReservedOK, error)

PublicUpdateInsertPartySessionStorageReservedShort update insert party session reserved storage user. **For Internal Use Only** Update Insert Party Session Reserved Storage User. User can only update or insert their own reserve storage (non-immutable). can store generic json example json can store : ``` { "key": "value", "number": 123, } ``` The data will be stored on the "reserved" storage field example stored data : ``` { "reserved": { "userID1": {"key": "value"}, "userID2": {"key": "value"}, ... } } ```

func (*Client) PublicUpdateInsertPartySessionStorageShort added in v0.85.0

func (a *Client) PublicUpdateInsertPartySessionStorageShort(params *PublicUpdateInsertPartySessionStorageParams, authInfo runtime.ClientAuthInfoWriter) (*PublicUpdateInsertPartySessionStorageOK, error)

PublicUpdateInsertPartySessionStorageShort update insert party session storage user. Update Insert Party Session Storage User. User can only update or insert their own party storage (non-immutable). can store generic json example json can store : ``` { "key": "value", "number": 123, } ``` The data will be stored on the "member" storage field example stored data : ``` { "member": { "userID1": {"key": "value"}, "userID2": {"key": "value"}, ... } } ```

func (*Client) PublicUpdateInsertSessionStorage deprecated

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

PublicUpdateInsertSessionStorage update insert session storage user.

Update Insert Session Storage User. Performs selective merge with existing storage data.

User (regular token): Can only update own user session storage. Merges patch with existing data, nil values delete keys. Game Admin (client token): Can update any user's session storage. Merges patch with existing data, nil values delete keys.

Deep merge: Nested objects are recursively merged, not replaced. Absent keys in patch are preserved in storage. Example patch: { "weapon": "sword", "level": null }

Session Storage feature only available for Gamesession.

Alternative v2 endpoints available with explicit semantics: - PATCH /v2/.../storage/users/{userId} - Selective merge with partial updates - PUT /v2/.../storage/users/{userId} - Complete replacement of entire storage

func (*Client) PublicUpdateInsertSessionStorageLeader deprecated

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

PublicUpdateInsertSessionStorageLeader update insert session storage leader.

Update Insert Session Storage Leader. Performs selective merge with existing leader storage data.

Leader (regular token): Only the session leader can update leader storage. Merges patch with existing data, nil values delete keys. Game Admin (client token): Can update leader storage. Merges patch with existing data, nil values delete keys.

Deep merge: Nested objects are recursively merged, not replaced. Absent keys in patch are preserved in storage. Leader storage is separate from per-user storage and identified by session context, not userID. Example patch: { "gameState": {"round": "2"}, "difficulty": null }

Session Storage feature only available for Gamesession.

Alternative v2 endpoints available with explicit semantics: - PATCH /v2/.../storage/leader - Selective merge with partial updates - PUT /v2/.../storage/leader - Complete replacement of entire storage

func (*Client) PublicUpdateInsertSessionStorageLeaderShort

func (a *Client) PublicUpdateInsertSessionStorageLeaderShort(params *PublicUpdateInsertSessionStorageLeaderParams, authInfo runtime.ClientAuthInfoWriter) (*PublicUpdateInsertSessionStorageLeaderOK, error)

PublicUpdateInsertSessionStorageLeaderShort update insert session storage leader.

Update Insert Session Storage Leader. Performs selective merge with existing leader storage data.

Leader (regular token): Only the session leader can update leader storage. Merges patch with existing data, nil values delete keys. Game Admin (client token): Can update leader storage. Merges patch with existing data, nil values delete keys.

Deep merge: Nested objects are recursively merged, not replaced. Absent keys in patch are preserved in storage. Leader storage is separate from per-user storage and identified by session context, not userID. Example patch: { "gameState": {"round": "2"}, "difficulty": null }

Session Storage feature only available for Gamesession.

Alternative v2 endpoints available with explicit semantics: - PATCH /v2/.../storage/leader - Selective merge with partial updates - PUT /v2/.../storage/leader - Complete replacement of entire storage

func (*Client) PublicUpdateInsertSessionStorageLeaderV2 deprecated added in v0.88.0

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

PublicUpdateInsertSessionStorageLeaderV2 update partial session storage leader.

Update partial Session Storage Leader. Performs selective merge with existing leader storage data.

Leader (regular token): Only the session leader can update leader storage. Merges patch with existing data, nil values delete keys. Game Admin (client token): Can update leader storage. Merges patch with existing data, nil values delete keys.

Deep merge: Nested objects are recursively merged, not replaced. Absent keys in patch are preserved in storage. Leader storage is separate from per-user storage and identified by session context, not userID. Example patch: { "gameState": {"round": "2"}, "difficulty": null }

Session Storage feature only available for Gamesession.

func (*Client) PublicUpdateInsertSessionStorageLeaderV2Short added in v0.88.0

func (a *Client) PublicUpdateInsertSessionStorageLeaderV2Short(params *PublicUpdateInsertSessionStorageLeaderV2Params, authInfo runtime.ClientAuthInfoWriter) (*PublicUpdateInsertSessionStorageLeaderV2OK, error)

PublicUpdateInsertSessionStorageLeaderV2Short update partial session storage leader.

Update partial Session Storage Leader. Performs selective merge with existing leader storage data.

Leader (regular token): Only the session leader can update leader storage. Merges patch with existing data, nil values delete keys. Game Admin (client token): Can update leader storage. Merges patch with existing data, nil values delete keys.

Deep merge: Nested objects are recursively merged, not replaced. Absent keys in patch are preserved in storage. Leader storage is separate from per-user storage and identified by session context, not userID. Example patch: { "gameState": {"round": "2"}, "difficulty": null }

Session Storage feature only available for Gamesession.

func (*Client) PublicUpdateInsertSessionStorageShort

func (a *Client) PublicUpdateInsertSessionStorageShort(params *PublicUpdateInsertSessionStorageParams, authInfo runtime.ClientAuthInfoWriter) (*PublicUpdateInsertSessionStorageOK, error)

PublicUpdateInsertSessionStorageShort update insert session storage user.

Update Insert Session Storage User. Performs selective merge with existing storage data.

User (regular token): Can only update own user session storage. Merges patch with existing data, nil values delete keys. Game Admin (client token): Can update any user's session storage. Merges patch with existing data, nil values delete keys.

Deep merge: Nested objects are recursively merged, not replaced. Absent keys in patch are preserved in storage. Example patch: { "weapon": "sword", "level": null }

Session Storage feature only available for Gamesession.

Alternative v2 endpoints available with explicit semantics: - PATCH /v2/.../storage/users/{userId} - Selective merge with partial updates - PUT /v2/.../storage/users/{userId} - Complete replacement of entire storage

func (*Client) PublicUpdateInsertSessionStorageUserV2 deprecated added in v0.88.0

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

PublicUpdateInsertSessionStorageUserV2 update partial session storage user.

Update partial Session Storage User. Performs selective merge with existing storage data.

User (regular token): Can only update own user session storage. Merges patch with existing data, nil values delete keys. Game Admin (client token): Can update any user's session storage. Merges patch with existing data, nil values delete keys.

Deep merge: Nested objects are recursively merged, not replaced. Absent keys in patch are preserved in storage. Example patch: { "weapon": "sword", "level": null }

Session Storage feature only available for Gamesession.

func (*Client) PublicUpdateInsertSessionStorageUserV2Short added in v0.88.0

func (a *Client) PublicUpdateInsertSessionStorageUserV2Short(params *PublicUpdateInsertSessionStorageUserV2Params, authInfo runtime.ClientAuthInfoWriter) (*PublicUpdateInsertSessionStorageUserV2OK, error)

PublicUpdateInsertSessionStorageUserV2Short update partial session storage user.

Update partial Session Storage User. Performs selective merge with existing storage data.

User (regular token): Can only update own user session storage. Merges patch with existing data, nil values delete keys. Game Admin (client token): Can update any user's session storage. Merges patch with existing data, nil values delete keys.

Deep merge: Nested objects are recursively merged, not replaced. Absent keys in patch are preserved in storage. Example patch: { "weapon": "sword", "level": null }

Session Storage feature only available for Gamesession.

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientService

type ClientService interface {
	AdminReadPartySessionStorage(params *AdminReadPartySessionStorageParams, authInfo runtime.ClientAuthInfoWriter) (*AdminReadPartySessionStorageOK, *AdminReadPartySessionStorageBadRequest, *AdminReadPartySessionStorageUnauthorized, *AdminReadPartySessionStorageNotFound, *AdminReadPartySessionStorageInternalServerError, error)
	AdminReadPartySessionStorageShort(params *AdminReadPartySessionStorageParams, authInfo runtime.ClientAuthInfoWriter) (*AdminReadPartySessionStorageOK, error)
	AdminReadSessionStorage(params *AdminReadSessionStorageParams, authInfo runtime.ClientAuthInfoWriter) (*AdminReadSessionStorageOK, *AdminReadSessionStorageBadRequest, *AdminReadSessionStorageUnauthorized, *AdminReadSessionStorageNotFound, *AdminReadSessionStorageInternalServerError, error)
	AdminReadSessionStorageShort(params *AdminReadSessionStorageParams, authInfo runtime.ClientAuthInfoWriter) (*AdminReadSessionStorageOK, error)
	AdminDeleteUserSessionStorage(params *AdminDeleteUserSessionStorageParams, authInfo runtime.ClientAuthInfoWriter) (*AdminDeleteUserSessionStorageNoContent, *AdminDeleteUserSessionStorageBadRequest, *AdminDeleteUserSessionStorageUnauthorized, *AdminDeleteUserSessionStorageNotFound, *AdminDeleteUserSessionStorageInternalServerError, error)
	AdminDeleteUserSessionStorageShort(params *AdminDeleteUserSessionStorageParams, authInfo runtime.ClientAuthInfoWriter) (*AdminDeleteUserSessionStorageNoContent, error)
	AdminReadUserSessionStorage(params *AdminReadUserSessionStorageParams, authInfo runtime.ClientAuthInfoWriter) (*AdminReadUserSessionStorageOK, *AdminReadUserSessionStorageBadRequest, *AdminReadUserSessionStorageUnauthorized, *AdminReadUserSessionStorageNotFound, *AdminReadUserSessionStorageInternalServerError, error)
	AdminReadUserSessionStorageShort(params *AdminReadUserSessionStorageParams, authInfo runtime.ClientAuthInfoWriter) (*AdminReadUserSessionStorageOK, error)
	PublicReadPartySessionStorage(params *PublicReadPartySessionStorageParams, authInfo runtime.ClientAuthInfoWriter) (*PublicReadPartySessionStorageOK, *PublicReadPartySessionStorageBadRequest, *PublicReadPartySessionStorageUnauthorized, *PublicReadPartySessionStorageNotFound, *PublicReadPartySessionStorageInternalServerError, error)
	PublicReadPartySessionStorageShort(params *PublicReadPartySessionStorageParams, authInfo runtime.ClientAuthInfoWriter) (*PublicReadPartySessionStorageOK, error)
	PublicUpdateInsertPartySessionStorage(params *PublicUpdateInsertPartySessionStorageParams, authInfo runtime.ClientAuthInfoWriter) (*PublicUpdateInsertPartySessionStorageOK, *PublicUpdateInsertPartySessionStorageBadRequest, *PublicUpdateInsertPartySessionStorageUnauthorized, *PublicUpdateInsertPartySessionStorageForbidden, *PublicUpdateInsertPartySessionStorageNotFound, *PublicUpdateInsertPartySessionStorageInternalServerError, error)
	PublicUpdateInsertPartySessionStorageShort(params *PublicUpdateInsertPartySessionStorageParams, authInfo runtime.ClientAuthInfoWriter) (*PublicUpdateInsertPartySessionStorageOK, error)
	PublicUpdateInsertPartySessionStorageReserved(params *PublicUpdateInsertPartySessionStorageReservedParams, authInfo runtime.ClientAuthInfoWriter) (*PublicUpdateInsertPartySessionStorageReservedOK, *PublicUpdateInsertPartySessionStorageReservedBadRequest, *PublicUpdateInsertPartySessionStorageReservedUnauthorized, *PublicUpdateInsertPartySessionStorageReservedForbidden, *PublicUpdateInsertPartySessionStorageReservedNotFound, *PublicUpdateInsertPartySessionStorageReservedInternalServerError, error)
	PublicUpdateInsertPartySessionStorageReservedShort(params *PublicUpdateInsertPartySessionStorageReservedParams, authInfo runtime.ClientAuthInfoWriter) (*PublicUpdateInsertPartySessionStorageReservedOK, error)
	PublicUpdateInsertSessionStorageLeader(params *PublicUpdateInsertSessionStorageLeaderParams, authInfo runtime.ClientAuthInfoWriter) (*PublicUpdateInsertSessionStorageLeaderOK, *PublicUpdateInsertSessionStorageLeaderBadRequest, *PublicUpdateInsertSessionStorageLeaderUnauthorized, *PublicUpdateInsertSessionStorageLeaderForbidden, *PublicUpdateInsertSessionStorageLeaderNotFound, *PublicUpdateInsertSessionStorageLeaderInternalServerError, error)
	PublicUpdateInsertSessionStorageLeaderShort(params *PublicUpdateInsertSessionStorageLeaderParams, authInfo runtime.ClientAuthInfoWriter) (*PublicUpdateInsertSessionStorageLeaderOK, error)
	PublicUpdateInsertSessionStorage(params *PublicUpdateInsertSessionStorageParams, authInfo runtime.ClientAuthInfoWriter) (*PublicUpdateInsertSessionStorageOK, *PublicUpdateInsertSessionStorageBadRequest, *PublicUpdateInsertSessionStorageUnauthorized, *PublicUpdateInsertSessionStorageForbidden, *PublicUpdateInsertSessionStorageNotFound, *PublicUpdateInsertSessionStorageInternalServerError, error)
	PublicUpdateInsertSessionStorageShort(params *PublicUpdateInsertSessionStorageParams, authInfo runtime.ClientAuthInfoWriter) (*PublicUpdateInsertSessionStorageOK, error)
	PublicReplaceSessionStorageLeaderV2(params *PublicReplaceSessionStorageLeaderV2Params, authInfo runtime.ClientAuthInfoWriter) (*PublicReplaceSessionStorageLeaderV2OK, *PublicReplaceSessionStorageLeaderV2BadRequest, *PublicReplaceSessionStorageLeaderV2Unauthorized, *PublicReplaceSessionStorageLeaderV2Forbidden, *PublicReplaceSessionStorageLeaderV2NotFound, *PublicReplaceSessionStorageLeaderV2InternalServerError, error)
	PublicReplaceSessionStorageLeaderV2Short(params *PublicReplaceSessionStorageLeaderV2Params, authInfo runtime.ClientAuthInfoWriter) (*PublicReplaceSessionStorageLeaderV2OK, error)
	PublicUpdateInsertSessionStorageLeaderV2(params *PublicUpdateInsertSessionStorageLeaderV2Params, authInfo runtime.ClientAuthInfoWriter) (*PublicUpdateInsertSessionStorageLeaderV2OK, *PublicUpdateInsertSessionStorageLeaderV2BadRequest, *PublicUpdateInsertSessionStorageLeaderV2Unauthorized, *PublicUpdateInsertSessionStorageLeaderV2Forbidden, *PublicUpdateInsertSessionStorageLeaderV2NotFound, *PublicUpdateInsertSessionStorageLeaderV2InternalServerError, error)
	PublicUpdateInsertSessionStorageLeaderV2Short(params *PublicUpdateInsertSessionStorageLeaderV2Params, authInfo runtime.ClientAuthInfoWriter) (*PublicUpdateInsertSessionStorageLeaderV2OK, error)
	PublicReplaceSessionStorageUserV2(params *PublicReplaceSessionStorageUserV2Params, authInfo runtime.ClientAuthInfoWriter) (*PublicReplaceSessionStorageUserV2OK, *PublicReplaceSessionStorageUserV2BadRequest, *PublicReplaceSessionStorageUserV2Unauthorized, *PublicReplaceSessionStorageUserV2Forbidden, *PublicReplaceSessionStorageUserV2NotFound, *PublicReplaceSessionStorageUserV2InternalServerError, error)
	PublicReplaceSessionStorageUserV2Short(params *PublicReplaceSessionStorageUserV2Params, authInfo runtime.ClientAuthInfoWriter) (*PublicReplaceSessionStorageUserV2OK, error)
	PublicUpdateInsertSessionStorageUserV2(params *PublicUpdateInsertSessionStorageUserV2Params, authInfo runtime.ClientAuthInfoWriter) (*PublicUpdateInsertSessionStorageUserV2OK, *PublicUpdateInsertSessionStorageUserV2BadRequest, *PublicUpdateInsertSessionStorageUserV2Unauthorized, *PublicUpdateInsertSessionStorageUserV2Forbidden, *PublicUpdateInsertSessionStorageUserV2NotFound, *PublicUpdateInsertSessionStorageUserV2InternalServerError, error)
	PublicUpdateInsertSessionStorageUserV2Short(params *PublicUpdateInsertSessionStorageUserV2Params, authInfo runtime.ClientAuthInfoWriter) (*PublicUpdateInsertSessionStorageUserV2OK, error)

	SetTransport(transport runtime.ClientTransport)
}

ClientService is the interface for Client methods

func New

func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService

New creates a new session storage API client.

type PublicReadPartySessionStorageBadRequest added in v0.76.0

type PublicReadPartySessionStorageBadRequest struct {
	Payload *sessionclientmodels.ResponseError
}

PublicReadPartySessionStorageBadRequest handles this case with default header values.

Bad Request

func NewPublicReadPartySessionStorageBadRequest added in v0.76.0

func NewPublicReadPartySessionStorageBadRequest() *PublicReadPartySessionStorageBadRequest

NewPublicReadPartySessionStorageBadRequest creates a PublicReadPartySessionStorageBadRequest with default headers values

func (*PublicReadPartySessionStorageBadRequest) Error added in v0.76.0

func (*PublicReadPartySessionStorageBadRequest) GetPayload added in v0.76.0

func (*PublicReadPartySessionStorageBadRequest) ToJSONString added in v0.76.0

type PublicReadPartySessionStorageInternalServerError added in v0.76.0

type PublicReadPartySessionStorageInternalServerError struct {
	Payload *sessionclientmodels.ResponseError
}

PublicReadPartySessionStorageInternalServerError handles this case with default header values.

Internal Server Error

func NewPublicReadPartySessionStorageInternalServerError added in v0.76.0

func NewPublicReadPartySessionStorageInternalServerError() *PublicReadPartySessionStorageInternalServerError

NewPublicReadPartySessionStorageInternalServerError creates a PublicReadPartySessionStorageInternalServerError with default headers values

func (*PublicReadPartySessionStorageInternalServerError) Error added in v0.76.0

func (*PublicReadPartySessionStorageInternalServerError) GetPayload added in v0.76.0

func (*PublicReadPartySessionStorageInternalServerError) ToJSONString added in v0.76.0

type PublicReadPartySessionStorageNotFound added in v0.76.0

type PublicReadPartySessionStorageNotFound struct {
	Payload *sessionclientmodels.ResponseError
}

PublicReadPartySessionStorageNotFound handles this case with default header values.

Not Found

func NewPublicReadPartySessionStorageNotFound added in v0.76.0

func NewPublicReadPartySessionStorageNotFound() *PublicReadPartySessionStorageNotFound

NewPublicReadPartySessionStorageNotFound creates a PublicReadPartySessionStorageNotFound with default headers values

func (*PublicReadPartySessionStorageNotFound) Error added in v0.76.0

func (*PublicReadPartySessionStorageNotFound) GetPayload added in v0.76.0

func (*PublicReadPartySessionStorageNotFound) ToJSONString added in v0.76.0

type PublicReadPartySessionStorageOK added in v0.76.0

type PublicReadPartySessionStorageOK struct {
	Payload map[string]interface{}
}

PublicReadPartySessionStorageOK handles this case with default header values.

OK

func NewPublicReadPartySessionStorageOK added in v0.76.0

func NewPublicReadPartySessionStorageOK() *PublicReadPartySessionStorageOK

NewPublicReadPartySessionStorageOK creates a PublicReadPartySessionStorageOK with default headers values

func (*PublicReadPartySessionStorageOK) Error added in v0.76.0

func (*PublicReadPartySessionStorageOK) GetPayload added in v0.76.0

func (o *PublicReadPartySessionStorageOK) GetPayload() map[string]interface{}

func (*PublicReadPartySessionStorageOK) ToJSONString added in v0.76.0

func (o *PublicReadPartySessionStorageOK) ToJSONString() string

type PublicReadPartySessionStorageParams added in v0.76.0

type PublicReadPartySessionStorageParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace
	  Namespace

	*/
	Namespace string
	/*PartyID
	  partyID

	*/
	PartyID 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
}

PublicReadPartySessionStorageParams contains all the parameters to send to the API endpoint for the public read party session storage operation typically these are written to a http.Request

func NewPublicReadPartySessionStorageParams added in v0.76.0

func NewPublicReadPartySessionStorageParams() *PublicReadPartySessionStorageParams

NewPublicReadPartySessionStorageParams creates a new PublicReadPartySessionStorageParams object with the default values initialized.

func NewPublicReadPartySessionStorageParamsWithContext added in v0.76.0

func NewPublicReadPartySessionStorageParamsWithContext(ctx context.Context) *PublicReadPartySessionStorageParams

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

func NewPublicReadPartySessionStorageParamsWithHTTPClient added in v0.76.0

func NewPublicReadPartySessionStorageParamsWithHTTPClient(client *http.Client) *PublicReadPartySessionStorageParams

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

func NewPublicReadPartySessionStorageParamsWithTimeout added in v0.76.0

func NewPublicReadPartySessionStorageParamsWithTimeout(timeout time.Duration) *PublicReadPartySessionStorageParams

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

func (*PublicReadPartySessionStorageParams) SetAuthInfoWriter added in v0.76.0

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

SetAuthInfoWriter adds the authInfoWriter to the public read party session storage params

func (*PublicReadPartySessionStorageParams) SetContext added in v0.76.0

SetContext adds the context to the public read party session storage params

func (*PublicReadPartySessionStorageParams) SetFlightId added in v0.76.0

func (o *PublicReadPartySessionStorageParams) SetFlightId(flightId string)

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

func (*PublicReadPartySessionStorageParams) SetHTTPClient added in v0.76.0

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

SetHTTPClient adds the HTTPClient to the public read party session storage params

func (*PublicReadPartySessionStorageParams) SetHTTPClientTransport added in v0.76.0

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

SetHTTPClient adds the HTTPClient Transport to the public read party session storage params

func (*PublicReadPartySessionStorageParams) SetNamespace added in v0.76.0

func (o *PublicReadPartySessionStorageParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the public read party session storage params

func (*PublicReadPartySessionStorageParams) SetPartyID added in v0.76.0

func (o *PublicReadPartySessionStorageParams) SetPartyID(partyID string)

SetPartyID adds the partyId to the public read party session storage params

func (*PublicReadPartySessionStorageParams) SetTimeout added in v0.76.0

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

SetTimeout adds the timeout to the public read party session storage params

func (*PublicReadPartySessionStorageParams) WithContext added in v0.76.0

WithContext adds the context to the public read party session storage params

func (*PublicReadPartySessionStorageParams) WithHTTPClient added in v0.76.0

WithHTTPClient adds the HTTPClient to the public read party session storage params

func (*PublicReadPartySessionStorageParams) WithNamespace added in v0.76.0

WithNamespace adds the namespace to the public read party session storage params

func (*PublicReadPartySessionStorageParams) WithPartyID added in v0.76.0

WithPartyID adds the partyID to the public read party session storage params

func (*PublicReadPartySessionStorageParams) WithTimeout added in v0.76.0

WithTimeout adds the timeout to the public read party session storage params

func (*PublicReadPartySessionStorageParams) WriteToRequest added in v0.76.0

WriteToRequest writes these params to a swagger request

type PublicReadPartySessionStorageReader added in v0.76.0

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

PublicReadPartySessionStorageReader is a Reader for the PublicReadPartySessionStorage structure.

func (*PublicReadPartySessionStorageReader) ReadResponse added in v0.76.0

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

ReadResponse reads a server response into the received o.

type PublicReadPartySessionStorageUnauthorized added in v0.76.0

type PublicReadPartySessionStorageUnauthorized struct {
	Payload *sessionclientmodels.ResponseError
}

PublicReadPartySessionStorageUnauthorized handles this case with default header values.

Unauthorized

func NewPublicReadPartySessionStorageUnauthorized added in v0.76.0

func NewPublicReadPartySessionStorageUnauthorized() *PublicReadPartySessionStorageUnauthorized

NewPublicReadPartySessionStorageUnauthorized creates a PublicReadPartySessionStorageUnauthorized with default headers values

func (*PublicReadPartySessionStorageUnauthorized) Error added in v0.76.0

func (*PublicReadPartySessionStorageUnauthorized) GetPayload added in v0.76.0

func (*PublicReadPartySessionStorageUnauthorized) ToJSONString added in v0.76.0

type PublicReplaceSessionStorageLeaderV2BadRequest added in v0.88.0

type PublicReplaceSessionStorageLeaderV2BadRequest struct {
	Payload *sessionclientmodels.ResponseError
}

PublicReplaceSessionStorageLeaderV2BadRequest handles this case with default header values.

Bad Request

func NewPublicReplaceSessionStorageLeaderV2BadRequest added in v0.88.0

func NewPublicReplaceSessionStorageLeaderV2BadRequest() *PublicReplaceSessionStorageLeaderV2BadRequest

NewPublicReplaceSessionStorageLeaderV2BadRequest creates a PublicReplaceSessionStorageLeaderV2BadRequest with default headers values

func (*PublicReplaceSessionStorageLeaderV2BadRequest) Error added in v0.88.0

func (*PublicReplaceSessionStorageLeaderV2BadRequest) GetPayload added in v0.88.0

func (*PublicReplaceSessionStorageLeaderV2BadRequest) ToJSONString added in v0.88.0

type PublicReplaceSessionStorageLeaderV2Forbidden added in v0.88.0

type PublicReplaceSessionStorageLeaderV2Forbidden struct {
	Payload *sessionclientmodels.ResponseError
}

PublicReplaceSessionStorageLeaderV2Forbidden handles this case with default header values.

Forbidden

func NewPublicReplaceSessionStorageLeaderV2Forbidden added in v0.88.0

func NewPublicReplaceSessionStorageLeaderV2Forbidden() *PublicReplaceSessionStorageLeaderV2Forbidden

NewPublicReplaceSessionStorageLeaderV2Forbidden creates a PublicReplaceSessionStorageLeaderV2Forbidden with default headers values

func (*PublicReplaceSessionStorageLeaderV2Forbidden) Error added in v0.88.0

func (*PublicReplaceSessionStorageLeaderV2Forbidden) GetPayload added in v0.88.0

func (*PublicReplaceSessionStorageLeaderV2Forbidden) ToJSONString added in v0.88.0

type PublicReplaceSessionStorageLeaderV2InternalServerError added in v0.88.0

type PublicReplaceSessionStorageLeaderV2InternalServerError struct {
	Payload *sessionclientmodels.ResponseError
}

PublicReplaceSessionStorageLeaderV2InternalServerError handles this case with default header values.

Internal Server Error

func NewPublicReplaceSessionStorageLeaderV2InternalServerError added in v0.88.0

func NewPublicReplaceSessionStorageLeaderV2InternalServerError() *PublicReplaceSessionStorageLeaderV2InternalServerError

NewPublicReplaceSessionStorageLeaderV2InternalServerError creates a PublicReplaceSessionStorageLeaderV2InternalServerError with default headers values

func (*PublicReplaceSessionStorageLeaderV2InternalServerError) Error added in v0.88.0

func (*PublicReplaceSessionStorageLeaderV2InternalServerError) GetPayload added in v0.88.0

func (*PublicReplaceSessionStorageLeaderV2InternalServerError) ToJSONString added in v0.88.0

type PublicReplaceSessionStorageLeaderV2NotFound added in v0.88.0

type PublicReplaceSessionStorageLeaderV2NotFound struct {
	Payload *sessionclientmodels.ResponseError
}

PublicReplaceSessionStorageLeaderV2NotFound handles this case with default header values.

Not Found

func NewPublicReplaceSessionStorageLeaderV2NotFound added in v0.88.0

func NewPublicReplaceSessionStorageLeaderV2NotFound() *PublicReplaceSessionStorageLeaderV2NotFound

NewPublicReplaceSessionStorageLeaderV2NotFound creates a PublicReplaceSessionStorageLeaderV2NotFound with default headers values

func (*PublicReplaceSessionStorageLeaderV2NotFound) Error added in v0.88.0

func (*PublicReplaceSessionStorageLeaderV2NotFound) GetPayload added in v0.88.0

func (*PublicReplaceSessionStorageLeaderV2NotFound) ToJSONString added in v0.88.0

type PublicReplaceSessionStorageLeaderV2OK added in v0.88.0

type PublicReplaceSessionStorageLeaderV2OK struct {
	Payload map[string]interface{}
}

PublicReplaceSessionStorageLeaderV2OK handles this case with default header values.

OK

func NewPublicReplaceSessionStorageLeaderV2OK added in v0.88.0

func NewPublicReplaceSessionStorageLeaderV2OK() *PublicReplaceSessionStorageLeaderV2OK

NewPublicReplaceSessionStorageLeaderV2OK creates a PublicReplaceSessionStorageLeaderV2OK with default headers values

func (*PublicReplaceSessionStorageLeaderV2OK) Error added in v0.88.0

func (*PublicReplaceSessionStorageLeaderV2OK) GetPayload added in v0.88.0

func (o *PublicReplaceSessionStorageLeaderV2OK) GetPayload() map[string]interface{}

func (*PublicReplaceSessionStorageLeaderV2OK) ToJSONString added in v0.88.0

type PublicReplaceSessionStorageLeaderV2Params added in v0.88.0

type PublicReplaceSessionStorageLeaderV2Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body map[string]interface{}
	/*Namespace
	  Namespace

	*/
	Namespace string
	/*SessionID
	  sessionID

	*/
	SessionID string

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

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

PublicReplaceSessionStorageLeaderV2Params contains all the parameters to send to the API endpoint for the public replace session storage leader v2 operation typically these are written to a http.Request

func NewPublicReplaceSessionStorageLeaderV2Params added in v0.88.0

func NewPublicReplaceSessionStorageLeaderV2Params() *PublicReplaceSessionStorageLeaderV2Params

NewPublicReplaceSessionStorageLeaderV2Params creates a new PublicReplaceSessionStorageLeaderV2Params object with the default values initialized.

func NewPublicReplaceSessionStorageLeaderV2ParamsWithContext added in v0.88.0

func NewPublicReplaceSessionStorageLeaderV2ParamsWithContext(ctx context.Context) *PublicReplaceSessionStorageLeaderV2Params

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

func NewPublicReplaceSessionStorageLeaderV2ParamsWithHTTPClient added in v0.88.0

func NewPublicReplaceSessionStorageLeaderV2ParamsWithHTTPClient(client *http.Client) *PublicReplaceSessionStorageLeaderV2Params

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

func NewPublicReplaceSessionStorageLeaderV2ParamsWithTimeout added in v0.88.0

func NewPublicReplaceSessionStorageLeaderV2ParamsWithTimeout(timeout time.Duration) *PublicReplaceSessionStorageLeaderV2Params

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

func (*PublicReplaceSessionStorageLeaderV2Params) SetAuthInfoWriter added in v0.88.0

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

SetAuthInfoWriter adds the authInfoWriter to the public replace session storage leader v2 params

func (*PublicReplaceSessionStorageLeaderV2Params) SetBody added in v0.88.0

func (o *PublicReplaceSessionStorageLeaderV2Params) SetBody(body map[string]interface{})

SetBody adds the body to the public replace session storage leader v2 params

func (*PublicReplaceSessionStorageLeaderV2Params) SetContext added in v0.88.0

SetContext adds the context to the public replace session storage leader v2 params

func (*PublicReplaceSessionStorageLeaderV2Params) SetFlightId added in v0.88.0

func (o *PublicReplaceSessionStorageLeaderV2Params) SetFlightId(flightId string)

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

func (*PublicReplaceSessionStorageLeaderV2Params) SetHTTPClient added in v0.88.0

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

SetHTTPClient adds the HTTPClient to the public replace session storage leader v2 params

func (*PublicReplaceSessionStorageLeaderV2Params) SetHTTPClientTransport added in v0.88.0

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

SetHTTPClient adds the HTTPClient Transport to the public replace session storage leader v2 params

func (*PublicReplaceSessionStorageLeaderV2Params) SetNamespace added in v0.88.0

func (o *PublicReplaceSessionStorageLeaderV2Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the public replace session storage leader v2 params

func (*PublicReplaceSessionStorageLeaderV2Params) SetSessionID added in v0.88.0

func (o *PublicReplaceSessionStorageLeaderV2Params) SetSessionID(sessionID string)

SetSessionID adds the sessionId to the public replace session storage leader v2 params

func (*PublicReplaceSessionStorageLeaderV2Params) SetTimeout added in v0.88.0

SetTimeout adds the timeout to the public replace session storage leader v2 params

func (*PublicReplaceSessionStorageLeaderV2Params) WithBody added in v0.88.0

WithBody adds the body to the public replace session storage leader v2 params

func (*PublicReplaceSessionStorageLeaderV2Params) WithContext added in v0.88.0

WithContext adds the context to the public replace session storage leader v2 params

func (*PublicReplaceSessionStorageLeaderV2Params) WithHTTPClient added in v0.88.0

WithHTTPClient adds the HTTPClient to the public replace session storage leader v2 params

func (*PublicReplaceSessionStorageLeaderV2Params) WithNamespace added in v0.88.0

WithNamespace adds the namespace to the public replace session storage leader v2 params

func (*PublicReplaceSessionStorageLeaderV2Params) WithSessionID added in v0.88.0

WithSessionID adds the sessionID to the public replace session storage leader v2 params

func (*PublicReplaceSessionStorageLeaderV2Params) WithTimeout added in v0.88.0

WithTimeout adds the timeout to the public replace session storage leader v2 params

func (*PublicReplaceSessionStorageLeaderV2Params) WriteToRequest added in v0.88.0

WriteToRequest writes these params to a swagger request

type PublicReplaceSessionStorageLeaderV2Reader added in v0.88.0

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

PublicReplaceSessionStorageLeaderV2Reader is a Reader for the PublicReplaceSessionStorageLeaderV2 structure.

func (*PublicReplaceSessionStorageLeaderV2Reader) ReadResponse added in v0.88.0

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

ReadResponse reads a server response into the received o.

type PublicReplaceSessionStorageLeaderV2Unauthorized added in v0.88.0

type PublicReplaceSessionStorageLeaderV2Unauthorized struct {
	Payload *sessionclientmodels.ResponseError
}

PublicReplaceSessionStorageLeaderV2Unauthorized handles this case with default header values.

Unauthorized

func NewPublicReplaceSessionStorageLeaderV2Unauthorized added in v0.88.0

func NewPublicReplaceSessionStorageLeaderV2Unauthorized() *PublicReplaceSessionStorageLeaderV2Unauthorized

NewPublicReplaceSessionStorageLeaderV2Unauthorized creates a PublicReplaceSessionStorageLeaderV2Unauthorized with default headers values

func (*PublicReplaceSessionStorageLeaderV2Unauthorized) Error added in v0.88.0

func (*PublicReplaceSessionStorageLeaderV2Unauthorized) GetPayload added in v0.88.0

func (*PublicReplaceSessionStorageLeaderV2Unauthorized) ToJSONString added in v0.88.0

type PublicReplaceSessionStorageUserV2BadRequest added in v0.88.0

type PublicReplaceSessionStorageUserV2BadRequest struct {
	Payload *sessionclientmodels.ResponseError
}

PublicReplaceSessionStorageUserV2BadRequest handles this case with default header values.

Bad Request

func NewPublicReplaceSessionStorageUserV2BadRequest added in v0.88.0

func NewPublicReplaceSessionStorageUserV2BadRequest() *PublicReplaceSessionStorageUserV2BadRequest

NewPublicReplaceSessionStorageUserV2BadRequest creates a PublicReplaceSessionStorageUserV2BadRequest with default headers values

func (*PublicReplaceSessionStorageUserV2BadRequest) Error added in v0.88.0

func (*PublicReplaceSessionStorageUserV2BadRequest) GetPayload added in v0.88.0

func (*PublicReplaceSessionStorageUserV2BadRequest) ToJSONString added in v0.88.0

type PublicReplaceSessionStorageUserV2Forbidden added in v0.88.0

type PublicReplaceSessionStorageUserV2Forbidden struct {
	Payload *sessionclientmodels.ResponseError
}

PublicReplaceSessionStorageUserV2Forbidden handles this case with default header values.

Forbidden

func NewPublicReplaceSessionStorageUserV2Forbidden added in v0.88.0

func NewPublicReplaceSessionStorageUserV2Forbidden() *PublicReplaceSessionStorageUserV2Forbidden

NewPublicReplaceSessionStorageUserV2Forbidden creates a PublicReplaceSessionStorageUserV2Forbidden with default headers values

func (*PublicReplaceSessionStorageUserV2Forbidden) Error added in v0.88.0

func (*PublicReplaceSessionStorageUserV2Forbidden) GetPayload added in v0.88.0

func (*PublicReplaceSessionStorageUserV2Forbidden) ToJSONString added in v0.88.0

type PublicReplaceSessionStorageUserV2InternalServerError added in v0.88.0

type PublicReplaceSessionStorageUserV2InternalServerError struct {
	Payload *sessionclientmodels.ResponseError
}

PublicReplaceSessionStorageUserV2InternalServerError handles this case with default header values.

Internal Server Error

func NewPublicReplaceSessionStorageUserV2InternalServerError added in v0.88.0

func NewPublicReplaceSessionStorageUserV2InternalServerError() *PublicReplaceSessionStorageUserV2InternalServerError

NewPublicReplaceSessionStorageUserV2InternalServerError creates a PublicReplaceSessionStorageUserV2InternalServerError with default headers values

func (*PublicReplaceSessionStorageUserV2InternalServerError) Error added in v0.88.0

func (*PublicReplaceSessionStorageUserV2InternalServerError) GetPayload added in v0.88.0

func (*PublicReplaceSessionStorageUserV2InternalServerError) ToJSONString added in v0.88.0

type PublicReplaceSessionStorageUserV2NotFound added in v0.88.0

type PublicReplaceSessionStorageUserV2NotFound struct {
	Payload *sessionclientmodels.ResponseError
}

PublicReplaceSessionStorageUserV2NotFound handles this case with default header values.

Not Found

func NewPublicReplaceSessionStorageUserV2NotFound added in v0.88.0

func NewPublicReplaceSessionStorageUserV2NotFound() *PublicReplaceSessionStorageUserV2NotFound

NewPublicReplaceSessionStorageUserV2NotFound creates a PublicReplaceSessionStorageUserV2NotFound with default headers values

func (*PublicReplaceSessionStorageUserV2NotFound) Error added in v0.88.0

func (*PublicReplaceSessionStorageUserV2NotFound) GetPayload added in v0.88.0

func (*PublicReplaceSessionStorageUserV2NotFound) ToJSONString added in v0.88.0

type PublicReplaceSessionStorageUserV2OK added in v0.88.0

type PublicReplaceSessionStorageUserV2OK struct {
	Payload map[string]interface{}
}

PublicReplaceSessionStorageUserV2OK handles this case with default header values.

OK

func NewPublicReplaceSessionStorageUserV2OK added in v0.88.0

func NewPublicReplaceSessionStorageUserV2OK() *PublicReplaceSessionStorageUserV2OK

NewPublicReplaceSessionStorageUserV2OK creates a PublicReplaceSessionStorageUserV2OK with default headers values

func (*PublicReplaceSessionStorageUserV2OK) Error added in v0.88.0

func (*PublicReplaceSessionStorageUserV2OK) GetPayload added in v0.88.0

func (o *PublicReplaceSessionStorageUserV2OK) GetPayload() map[string]interface{}

func (*PublicReplaceSessionStorageUserV2OK) ToJSONString added in v0.88.0

func (o *PublicReplaceSessionStorageUserV2OK) ToJSONString() string

type PublicReplaceSessionStorageUserV2Params added in v0.88.0

type PublicReplaceSessionStorageUserV2Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body map[string]interface{}
	/*Namespace
	  Namespace

	*/
	Namespace string
	/*SessionID
	  sessionID

	*/
	SessionID string
	/*UserID
	  userID

	*/
	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
}

PublicReplaceSessionStorageUserV2Params contains all the parameters to send to the API endpoint for the public replace session storage user v2 operation typically these are written to a http.Request

func NewPublicReplaceSessionStorageUserV2Params added in v0.88.0

func NewPublicReplaceSessionStorageUserV2Params() *PublicReplaceSessionStorageUserV2Params

NewPublicReplaceSessionStorageUserV2Params creates a new PublicReplaceSessionStorageUserV2Params object with the default values initialized.

func NewPublicReplaceSessionStorageUserV2ParamsWithContext added in v0.88.0

func NewPublicReplaceSessionStorageUserV2ParamsWithContext(ctx context.Context) *PublicReplaceSessionStorageUserV2Params

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

func NewPublicReplaceSessionStorageUserV2ParamsWithHTTPClient added in v0.88.0

func NewPublicReplaceSessionStorageUserV2ParamsWithHTTPClient(client *http.Client) *PublicReplaceSessionStorageUserV2Params

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

func NewPublicReplaceSessionStorageUserV2ParamsWithTimeout added in v0.88.0

func NewPublicReplaceSessionStorageUserV2ParamsWithTimeout(timeout time.Duration) *PublicReplaceSessionStorageUserV2Params

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

func (*PublicReplaceSessionStorageUserV2Params) SetAuthInfoWriter added in v0.88.0

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

SetAuthInfoWriter adds the authInfoWriter to the public replace session storage user v2 params

func (*PublicReplaceSessionStorageUserV2Params) SetBody added in v0.88.0

func (o *PublicReplaceSessionStorageUserV2Params) SetBody(body map[string]interface{})

SetBody adds the body to the public replace session storage user v2 params

func (*PublicReplaceSessionStorageUserV2Params) SetContext added in v0.88.0

SetContext adds the context to the public replace session storage user v2 params

func (*PublicReplaceSessionStorageUserV2Params) SetFlightId added in v0.88.0

func (o *PublicReplaceSessionStorageUserV2Params) SetFlightId(flightId string)

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

func (*PublicReplaceSessionStorageUserV2Params) SetHTTPClient added in v0.88.0

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

SetHTTPClient adds the HTTPClient to the public replace session storage user v2 params

func (*PublicReplaceSessionStorageUserV2Params) SetHTTPClientTransport added in v0.88.0

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

SetHTTPClient adds the HTTPClient Transport to the public replace session storage user v2 params

func (*PublicReplaceSessionStorageUserV2Params) SetNamespace added in v0.88.0

func (o *PublicReplaceSessionStorageUserV2Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the public replace session storage user v2 params

func (*PublicReplaceSessionStorageUserV2Params) SetSessionID added in v0.88.0

func (o *PublicReplaceSessionStorageUserV2Params) SetSessionID(sessionID string)

SetSessionID adds the sessionId to the public replace session storage user v2 params

func (*PublicReplaceSessionStorageUserV2Params) SetTimeout added in v0.88.0

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

SetTimeout adds the timeout to the public replace session storage user v2 params

func (*PublicReplaceSessionStorageUserV2Params) SetUserID added in v0.88.0

func (o *PublicReplaceSessionStorageUserV2Params) SetUserID(userID string)

SetUserID adds the userId to the public replace session storage user v2 params

func (*PublicReplaceSessionStorageUserV2Params) WithBody added in v0.88.0

WithBody adds the body to the public replace session storage user v2 params

func (*PublicReplaceSessionStorageUserV2Params) WithContext added in v0.88.0

WithContext adds the context to the public replace session storage user v2 params

func (*PublicReplaceSessionStorageUserV2Params) WithHTTPClient added in v0.88.0

WithHTTPClient adds the HTTPClient to the public replace session storage user v2 params

func (*PublicReplaceSessionStorageUserV2Params) WithNamespace added in v0.88.0

WithNamespace adds the namespace to the public replace session storage user v2 params

func (*PublicReplaceSessionStorageUserV2Params) WithSessionID added in v0.88.0

WithSessionID adds the sessionID to the public replace session storage user v2 params

func (*PublicReplaceSessionStorageUserV2Params) WithTimeout added in v0.88.0

WithTimeout adds the timeout to the public replace session storage user v2 params

func (*PublicReplaceSessionStorageUserV2Params) WithUserID added in v0.88.0

WithUserID adds the userID to the public replace session storage user v2 params

func (*PublicReplaceSessionStorageUserV2Params) WriteToRequest added in v0.88.0

WriteToRequest writes these params to a swagger request

type PublicReplaceSessionStorageUserV2Reader added in v0.88.0

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

PublicReplaceSessionStorageUserV2Reader is a Reader for the PublicReplaceSessionStorageUserV2 structure.

func (*PublicReplaceSessionStorageUserV2Reader) ReadResponse added in v0.88.0

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

ReadResponse reads a server response into the received o.

type PublicReplaceSessionStorageUserV2Unauthorized added in v0.88.0

type PublicReplaceSessionStorageUserV2Unauthorized struct {
	Payload *sessionclientmodels.ResponseError
}

PublicReplaceSessionStorageUserV2Unauthorized handles this case with default header values.

Unauthorized

func NewPublicReplaceSessionStorageUserV2Unauthorized added in v0.88.0

func NewPublicReplaceSessionStorageUserV2Unauthorized() *PublicReplaceSessionStorageUserV2Unauthorized

NewPublicReplaceSessionStorageUserV2Unauthorized creates a PublicReplaceSessionStorageUserV2Unauthorized with default headers values

func (*PublicReplaceSessionStorageUserV2Unauthorized) Error added in v0.88.0

func (*PublicReplaceSessionStorageUserV2Unauthorized) GetPayload added in v0.88.0

func (*PublicReplaceSessionStorageUserV2Unauthorized) ToJSONString added in v0.88.0

type PublicUpdateInsertPartySessionStorageBadRequest added in v0.85.0

type PublicUpdateInsertPartySessionStorageBadRequest struct {
	Payload *sessionclientmodels.ResponseError
}

PublicUpdateInsertPartySessionStorageBadRequest handles this case with default header values.

Bad Request

func NewPublicUpdateInsertPartySessionStorageBadRequest added in v0.85.0

func NewPublicUpdateInsertPartySessionStorageBadRequest() *PublicUpdateInsertPartySessionStorageBadRequest

NewPublicUpdateInsertPartySessionStorageBadRequest creates a PublicUpdateInsertPartySessionStorageBadRequest with default headers values

func (*PublicUpdateInsertPartySessionStorageBadRequest) Error added in v0.85.0

func (*PublicUpdateInsertPartySessionStorageBadRequest) GetPayload added in v0.85.0

func (*PublicUpdateInsertPartySessionStorageBadRequest) ToJSONString added in v0.85.0

type PublicUpdateInsertPartySessionStorageForbidden added in v0.85.0

type PublicUpdateInsertPartySessionStorageForbidden struct {
	Payload *sessionclientmodels.ResponseError
}

PublicUpdateInsertPartySessionStorageForbidden handles this case with default header values.

Forbidden

func NewPublicUpdateInsertPartySessionStorageForbidden added in v0.85.0

func NewPublicUpdateInsertPartySessionStorageForbidden() *PublicUpdateInsertPartySessionStorageForbidden

NewPublicUpdateInsertPartySessionStorageForbidden creates a PublicUpdateInsertPartySessionStorageForbidden with default headers values

func (*PublicUpdateInsertPartySessionStorageForbidden) Error added in v0.85.0

func (*PublicUpdateInsertPartySessionStorageForbidden) GetPayload added in v0.85.0

func (*PublicUpdateInsertPartySessionStorageForbidden) ToJSONString added in v0.85.0

type PublicUpdateInsertPartySessionStorageInternalServerError added in v0.85.0

type PublicUpdateInsertPartySessionStorageInternalServerError struct {
	Payload *sessionclientmodels.ResponseError
}

PublicUpdateInsertPartySessionStorageInternalServerError handles this case with default header values.

Internal Server Error

func NewPublicUpdateInsertPartySessionStorageInternalServerError added in v0.85.0

func NewPublicUpdateInsertPartySessionStorageInternalServerError() *PublicUpdateInsertPartySessionStorageInternalServerError

NewPublicUpdateInsertPartySessionStorageInternalServerError creates a PublicUpdateInsertPartySessionStorageInternalServerError with default headers values

func (*PublicUpdateInsertPartySessionStorageInternalServerError) Error added in v0.85.0

func (*PublicUpdateInsertPartySessionStorageInternalServerError) GetPayload added in v0.85.0

func (*PublicUpdateInsertPartySessionStorageInternalServerError) ToJSONString added in v0.85.0

type PublicUpdateInsertPartySessionStorageNotFound added in v0.85.0

type PublicUpdateInsertPartySessionStorageNotFound struct {
	Payload *sessionclientmodels.ResponseError
}

PublicUpdateInsertPartySessionStorageNotFound handles this case with default header values.

Not Found

func NewPublicUpdateInsertPartySessionStorageNotFound added in v0.85.0

func NewPublicUpdateInsertPartySessionStorageNotFound() *PublicUpdateInsertPartySessionStorageNotFound

NewPublicUpdateInsertPartySessionStorageNotFound creates a PublicUpdateInsertPartySessionStorageNotFound with default headers values

func (*PublicUpdateInsertPartySessionStorageNotFound) Error added in v0.85.0

func (*PublicUpdateInsertPartySessionStorageNotFound) GetPayload added in v0.85.0

func (*PublicUpdateInsertPartySessionStorageNotFound) ToJSONString added in v0.85.0

type PublicUpdateInsertPartySessionStorageOK added in v0.85.0

type PublicUpdateInsertPartySessionStorageOK struct {
	Payload map[string]interface{}
}

PublicUpdateInsertPartySessionStorageOK handles this case with default header values.

OK

func NewPublicUpdateInsertPartySessionStorageOK added in v0.85.0

func NewPublicUpdateInsertPartySessionStorageOK() *PublicUpdateInsertPartySessionStorageOK

NewPublicUpdateInsertPartySessionStorageOK creates a PublicUpdateInsertPartySessionStorageOK with default headers values

func (*PublicUpdateInsertPartySessionStorageOK) Error added in v0.85.0

func (*PublicUpdateInsertPartySessionStorageOK) GetPayload added in v0.85.0

func (o *PublicUpdateInsertPartySessionStorageOK) GetPayload() map[string]interface{}

func (*PublicUpdateInsertPartySessionStorageOK) ToJSONString added in v0.85.0

type PublicUpdateInsertPartySessionStorageParams added in v0.85.0

type PublicUpdateInsertPartySessionStorageParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body map[string]interface{}
	/*Namespace
	  Namespace

	*/
	Namespace string
	/*PartyID
	  partyID

	*/
	PartyID string
	/*UserID
	  userID

	*/
	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
}

PublicUpdateInsertPartySessionStorageParams contains all the parameters to send to the API endpoint for the public update insert party session storage operation typically these are written to a http.Request

func NewPublicUpdateInsertPartySessionStorageParams added in v0.85.0

func NewPublicUpdateInsertPartySessionStorageParams() *PublicUpdateInsertPartySessionStorageParams

NewPublicUpdateInsertPartySessionStorageParams creates a new PublicUpdateInsertPartySessionStorageParams object with the default values initialized.

func NewPublicUpdateInsertPartySessionStorageParamsWithContext added in v0.85.0

func NewPublicUpdateInsertPartySessionStorageParamsWithContext(ctx context.Context) *PublicUpdateInsertPartySessionStorageParams

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

func NewPublicUpdateInsertPartySessionStorageParamsWithHTTPClient added in v0.85.0

func NewPublicUpdateInsertPartySessionStorageParamsWithHTTPClient(client *http.Client) *PublicUpdateInsertPartySessionStorageParams

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

func NewPublicUpdateInsertPartySessionStorageParamsWithTimeout added in v0.85.0

func NewPublicUpdateInsertPartySessionStorageParamsWithTimeout(timeout time.Duration) *PublicUpdateInsertPartySessionStorageParams

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

func (*PublicUpdateInsertPartySessionStorageParams) SetAuthInfoWriter added in v0.85.0

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

SetAuthInfoWriter adds the authInfoWriter to the public update insert party session storage params

func (*PublicUpdateInsertPartySessionStorageParams) SetBody added in v0.85.0

func (o *PublicUpdateInsertPartySessionStorageParams) SetBody(body map[string]interface{})

SetBody adds the body to the public update insert party session storage params

func (*PublicUpdateInsertPartySessionStorageParams) SetContext added in v0.85.0

SetContext adds the context to the public update insert party session storage params

func (*PublicUpdateInsertPartySessionStorageParams) SetFlightId added in v0.85.0

func (o *PublicUpdateInsertPartySessionStorageParams) SetFlightId(flightId string)

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

func (*PublicUpdateInsertPartySessionStorageParams) SetHTTPClient added in v0.85.0

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

SetHTTPClient adds the HTTPClient to the public update insert party session storage params

func (*PublicUpdateInsertPartySessionStorageParams) SetHTTPClientTransport added in v0.85.0

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

SetHTTPClient adds the HTTPClient Transport to the public update insert party session storage params

func (*PublicUpdateInsertPartySessionStorageParams) SetNamespace added in v0.85.0

func (o *PublicUpdateInsertPartySessionStorageParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the public update insert party session storage params

func (*PublicUpdateInsertPartySessionStorageParams) SetPartyID added in v0.85.0

func (o *PublicUpdateInsertPartySessionStorageParams) SetPartyID(partyID string)

SetPartyID adds the partyId to the public update insert party session storage params

func (*PublicUpdateInsertPartySessionStorageParams) SetTimeout added in v0.85.0

SetTimeout adds the timeout to the public update insert party session storage params

func (*PublicUpdateInsertPartySessionStorageParams) SetUserID added in v0.85.0

SetUserID adds the userId to the public update insert party session storage params

func (*PublicUpdateInsertPartySessionStorageParams) WithBody added in v0.85.0

WithBody adds the body to the public update insert party session storage params

func (*PublicUpdateInsertPartySessionStorageParams) WithContext added in v0.85.0

WithContext adds the context to the public update insert party session storage params

func (*PublicUpdateInsertPartySessionStorageParams) WithHTTPClient added in v0.85.0

WithHTTPClient adds the HTTPClient to the public update insert party session storage params

func (*PublicUpdateInsertPartySessionStorageParams) WithNamespace added in v0.85.0

WithNamespace adds the namespace to the public update insert party session storage params

func (*PublicUpdateInsertPartySessionStorageParams) WithPartyID added in v0.85.0

WithPartyID adds the partyID to the public update insert party session storage params

func (*PublicUpdateInsertPartySessionStorageParams) WithTimeout added in v0.85.0

WithTimeout adds the timeout to the public update insert party session storage params

func (*PublicUpdateInsertPartySessionStorageParams) WithUserID added in v0.85.0

WithUserID adds the userID to the public update insert party session storage params

func (*PublicUpdateInsertPartySessionStorageParams) WriteToRequest added in v0.85.0

WriteToRequest writes these params to a swagger request

type PublicUpdateInsertPartySessionStorageReader added in v0.85.0

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

PublicUpdateInsertPartySessionStorageReader is a Reader for the PublicUpdateInsertPartySessionStorage structure.

func (*PublicUpdateInsertPartySessionStorageReader) ReadResponse added in v0.85.0

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

ReadResponse reads a server response into the received o.

type PublicUpdateInsertPartySessionStorageReservedBadRequest added in v0.76.0

type PublicUpdateInsertPartySessionStorageReservedBadRequest struct {
	Payload *sessionclientmodels.ResponseError
}

PublicUpdateInsertPartySessionStorageReservedBadRequest handles this case with default header values.

Bad Request

func NewPublicUpdateInsertPartySessionStorageReservedBadRequest added in v0.76.0

func NewPublicUpdateInsertPartySessionStorageReservedBadRequest() *PublicUpdateInsertPartySessionStorageReservedBadRequest

NewPublicUpdateInsertPartySessionStorageReservedBadRequest creates a PublicUpdateInsertPartySessionStorageReservedBadRequest with default headers values

func (*PublicUpdateInsertPartySessionStorageReservedBadRequest) Error added in v0.76.0

func (*PublicUpdateInsertPartySessionStorageReservedBadRequest) GetPayload added in v0.76.0

func (*PublicUpdateInsertPartySessionStorageReservedBadRequest) ToJSONString added in v0.76.0

type PublicUpdateInsertPartySessionStorageReservedForbidden added in v0.76.0

type PublicUpdateInsertPartySessionStorageReservedForbidden struct {
	Payload *sessionclientmodels.ResponseError
}

PublicUpdateInsertPartySessionStorageReservedForbidden handles this case with default header values.

Forbidden

func NewPublicUpdateInsertPartySessionStorageReservedForbidden added in v0.76.0

func NewPublicUpdateInsertPartySessionStorageReservedForbidden() *PublicUpdateInsertPartySessionStorageReservedForbidden

NewPublicUpdateInsertPartySessionStorageReservedForbidden creates a PublicUpdateInsertPartySessionStorageReservedForbidden with default headers values

func (*PublicUpdateInsertPartySessionStorageReservedForbidden) Error added in v0.76.0

func (*PublicUpdateInsertPartySessionStorageReservedForbidden) GetPayload added in v0.76.0

func (*PublicUpdateInsertPartySessionStorageReservedForbidden) ToJSONString added in v0.76.0

type PublicUpdateInsertPartySessionStorageReservedInternalServerError added in v0.76.0

type PublicUpdateInsertPartySessionStorageReservedInternalServerError struct {
	Payload *sessionclientmodels.ResponseError
}

PublicUpdateInsertPartySessionStorageReservedInternalServerError handles this case with default header values.

Internal Server Error

func NewPublicUpdateInsertPartySessionStorageReservedInternalServerError added in v0.76.0

func NewPublicUpdateInsertPartySessionStorageReservedInternalServerError() *PublicUpdateInsertPartySessionStorageReservedInternalServerError

NewPublicUpdateInsertPartySessionStorageReservedInternalServerError creates a PublicUpdateInsertPartySessionStorageReservedInternalServerError with default headers values

func (*PublicUpdateInsertPartySessionStorageReservedInternalServerError) Error added in v0.76.0

func (*PublicUpdateInsertPartySessionStorageReservedInternalServerError) GetPayload added in v0.76.0

func (*PublicUpdateInsertPartySessionStorageReservedInternalServerError) ToJSONString added in v0.76.0

type PublicUpdateInsertPartySessionStorageReservedNotFound added in v0.76.0

type PublicUpdateInsertPartySessionStorageReservedNotFound struct {
	Payload *sessionclientmodels.ResponseError
}

PublicUpdateInsertPartySessionStorageReservedNotFound handles this case with default header values.

Not Found

func NewPublicUpdateInsertPartySessionStorageReservedNotFound added in v0.76.0

func NewPublicUpdateInsertPartySessionStorageReservedNotFound() *PublicUpdateInsertPartySessionStorageReservedNotFound

NewPublicUpdateInsertPartySessionStorageReservedNotFound creates a PublicUpdateInsertPartySessionStorageReservedNotFound with default headers values

func (*PublicUpdateInsertPartySessionStorageReservedNotFound) Error added in v0.76.0

func (*PublicUpdateInsertPartySessionStorageReservedNotFound) GetPayload added in v0.76.0

func (*PublicUpdateInsertPartySessionStorageReservedNotFound) ToJSONString added in v0.76.0

type PublicUpdateInsertPartySessionStorageReservedOK added in v0.76.0

type PublicUpdateInsertPartySessionStorageReservedOK struct {
	Payload map[string]interface{}
}

PublicUpdateInsertPartySessionStorageReservedOK handles this case with default header values.

OK

func NewPublicUpdateInsertPartySessionStorageReservedOK added in v0.76.0

func NewPublicUpdateInsertPartySessionStorageReservedOK() *PublicUpdateInsertPartySessionStorageReservedOK

NewPublicUpdateInsertPartySessionStorageReservedOK creates a PublicUpdateInsertPartySessionStorageReservedOK with default headers values

func (*PublicUpdateInsertPartySessionStorageReservedOK) Error added in v0.76.0

func (*PublicUpdateInsertPartySessionStorageReservedOK) GetPayload added in v0.76.0

func (o *PublicUpdateInsertPartySessionStorageReservedOK) GetPayload() map[string]interface{}

func (*PublicUpdateInsertPartySessionStorageReservedOK) ToJSONString added in v0.76.0

type PublicUpdateInsertPartySessionStorageReservedParams added in v0.76.0

type PublicUpdateInsertPartySessionStorageReservedParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body map[string]interface{}
	/*Namespace
	  Namespace

	*/
	Namespace string
	/*PartyID
	  partyID

	*/
	PartyID string
	/*UserID
	  userID

	*/
	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
}

PublicUpdateInsertPartySessionStorageReservedParams contains all the parameters to send to the API endpoint for the public update insert party session storage reserved operation typically these are written to a http.Request

func NewPublicUpdateInsertPartySessionStorageReservedParams added in v0.76.0

func NewPublicUpdateInsertPartySessionStorageReservedParams() *PublicUpdateInsertPartySessionStorageReservedParams

NewPublicUpdateInsertPartySessionStorageReservedParams creates a new PublicUpdateInsertPartySessionStorageReservedParams object with the default values initialized.

func NewPublicUpdateInsertPartySessionStorageReservedParamsWithContext added in v0.76.0

func NewPublicUpdateInsertPartySessionStorageReservedParamsWithContext(ctx context.Context) *PublicUpdateInsertPartySessionStorageReservedParams

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

func NewPublicUpdateInsertPartySessionStorageReservedParamsWithHTTPClient added in v0.76.0

func NewPublicUpdateInsertPartySessionStorageReservedParamsWithHTTPClient(client *http.Client) *PublicUpdateInsertPartySessionStorageReservedParams

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

func NewPublicUpdateInsertPartySessionStorageReservedParamsWithTimeout added in v0.76.0

func NewPublicUpdateInsertPartySessionStorageReservedParamsWithTimeout(timeout time.Duration) *PublicUpdateInsertPartySessionStorageReservedParams

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

func (*PublicUpdateInsertPartySessionStorageReservedParams) SetAuthInfoWriter added in v0.76.0

SetAuthInfoWriter adds the authInfoWriter to the public update insert party session storage reserved params

func (*PublicUpdateInsertPartySessionStorageReservedParams) SetBody added in v0.76.0

func (o *PublicUpdateInsertPartySessionStorageReservedParams) SetBody(body map[string]interface{})

SetBody adds the body to the public update insert party session storage reserved params

func (*PublicUpdateInsertPartySessionStorageReservedParams) SetContext added in v0.76.0

SetContext adds the context to the public update insert party session storage reserved params

func (*PublicUpdateInsertPartySessionStorageReservedParams) SetFlightId added in v0.76.0

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

func (*PublicUpdateInsertPartySessionStorageReservedParams) SetHTTPClient added in v0.76.0

SetHTTPClient adds the HTTPClient to the public update insert party session storage reserved params

func (*PublicUpdateInsertPartySessionStorageReservedParams) SetHTTPClientTransport added in v0.76.0

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

SetHTTPClient adds the HTTPClient Transport to the public update insert party session storage reserved params

func (*PublicUpdateInsertPartySessionStorageReservedParams) SetNamespace added in v0.76.0

SetNamespace adds the namespace to the public update insert party session storage reserved params

func (*PublicUpdateInsertPartySessionStorageReservedParams) SetPartyID added in v0.76.0

SetPartyID adds the partyId to the public update insert party session storage reserved params

func (*PublicUpdateInsertPartySessionStorageReservedParams) SetTimeout added in v0.76.0

SetTimeout adds the timeout to the public update insert party session storage reserved params

func (*PublicUpdateInsertPartySessionStorageReservedParams) SetUserID added in v0.76.0

SetUserID adds the userId to the public update insert party session storage reserved params

func (*PublicUpdateInsertPartySessionStorageReservedParams) WithBody added in v0.76.0

WithBody adds the body to the public update insert party session storage reserved params

func (*PublicUpdateInsertPartySessionStorageReservedParams) WithContext added in v0.76.0

WithContext adds the context to the public update insert party session storage reserved params

func (*PublicUpdateInsertPartySessionStorageReservedParams) WithHTTPClient added in v0.76.0

WithHTTPClient adds the HTTPClient to the public update insert party session storage reserved params

func (*PublicUpdateInsertPartySessionStorageReservedParams) WithNamespace added in v0.76.0

WithNamespace adds the namespace to the public update insert party session storage reserved params

func (*PublicUpdateInsertPartySessionStorageReservedParams) WithPartyID added in v0.76.0

WithPartyID adds the partyID to the public update insert party session storage reserved params

func (*PublicUpdateInsertPartySessionStorageReservedParams) WithTimeout added in v0.76.0

WithTimeout adds the timeout to the public update insert party session storage reserved params

func (*PublicUpdateInsertPartySessionStorageReservedParams) WithUserID added in v0.76.0

WithUserID adds the userID to the public update insert party session storage reserved params

func (*PublicUpdateInsertPartySessionStorageReservedParams) WriteToRequest added in v0.76.0

WriteToRequest writes these params to a swagger request

type PublicUpdateInsertPartySessionStorageReservedReader added in v0.76.0

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

PublicUpdateInsertPartySessionStorageReservedReader is a Reader for the PublicUpdateInsertPartySessionStorageReserved structure.

func (*PublicUpdateInsertPartySessionStorageReservedReader) ReadResponse added in v0.76.0

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

ReadResponse reads a server response into the received o.

type PublicUpdateInsertPartySessionStorageReservedUnauthorized added in v0.76.0

type PublicUpdateInsertPartySessionStorageReservedUnauthorized struct {
	Payload *sessionclientmodels.ResponseError
}

PublicUpdateInsertPartySessionStorageReservedUnauthorized handles this case with default header values.

Unauthorized

func NewPublicUpdateInsertPartySessionStorageReservedUnauthorized added in v0.76.0

func NewPublicUpdateInsertPartySessionStorageReservedUnauthorized() *PublicUpdateInsertPartySessionStorageReservedUnauthorized

NewPublicUpdateInsertPartySessionStorageReservedUnauthorized creates a PublicUpdateInsertPartySessionStorageReservedUnauthorized with default headers values

func (*PublicUpdateInsertPartySessionStorageReservedUnauthorized) Error added in v0.76.0

func (*PublicUpdateInsertPartySessionStorageReservedUnauthorized) GetPayload added in v0.76.0

func (*PublicUpdateInsertPartySessionStorageReservedUnauthorized) ToJSONString added in v0.76.0

type PublicUpdateInsertPartySessionStorageUnauthorized added in v0.85.0

type PublicUpdateInsertPartySessionStorageUnauthorized struct {
	Payload *sessionclientmodels.ResponseError
}

PublicUpdateInsertPartySessionStorageUnauthorized handles this case with default header values.

Unauthorized

func NewPublicUpdateInsertPartySessionStorageUnauthorized added in v0.85.0

func NewPublicUpdateInsertPartySessionStorageUnauthorized() *PublicUpdateInsertPartySessionStorageUnauthorized

NewPublicUpdateInsertPartySessionStorageUnauthorized creates a PublicUpdateInsertPartySessionStorageUnauthorized with default headers values

func (*PublicUpdateInsertPartySessionStorageUnauthorized) Error added in v0.85.0

func (*PublicUpdateInsertPartySessionStorageUnauthorized) GetPayload added in v0.85.0

func (*PublicUpdateInsertPartySessionStorageUnauthorized) ToJSONString added in v0.85.0

type PublicUpdateInsertSessionStorageBadRequest

type PublicUpdateInsertSessionStorageBadRequest struct {
	Payload *sessionclientmodels.ResponseError
}

PublicUpdateInsertSessionStorageBadRequest handles this case with default header values.

Bad Request

func NewPublicUpdateInsertSessionStorageBadRequest

func NewPublicUpdateInsertSessionStorageBadRequest() *PublicUpdateInsertSessionStorageBadRequest

NewPublicUpdateInsertSessionStorageBadRequest creates a PublicUpdateInsertSessionStorageBadRequest with default headers values

func (*PublicUpdateInsertSessionStorageBadRequest) Error

func (*PublicUpdateInsertSessionStorageBadRequest) GetPayload

func (*PublicUpdateInsertSessionStorageBadRequest) ToJSONString

type PublicUpdateInsertSessionStorageForbidden

type PublicUpdateInsertSessionStorageForbidden struct {
	Payload *sessionclientmodels.ResponseError
}

PublicUpdateInsertSessionStorageForbidden handles this case with default header values.

Forbidden

func NewPublicUpdateInsertSessionStorageForbidden

func NewPublicUpdateInsertSessionStorageForbidden() *PublicUpdateInsertSessionStorageForbidden

NewPublicUpdateInsertSessionStorageForbidden creates a PublicUpdateInsertSessionStorageForbidden with default headers values

func (*PublicUpdateInsertSessionStorageForbidden) Error

func (*PublicUpdateInsertSessionStorageForbidden) GetPayload

func (*PublicUpdateInsertSessionStorageForbidden) ToJSONString

type PublicUpdateInsertSessionStorageInternalServerError

type PublicUpdateInsertSessionStorageInternalServerError struct {
	Payload *sessionclientmodels.ResponseError
}

PublicUpdateInsertSessionStorageInternalServerError handles this case with default header values.

Internal Server Error

func NewPublicUpdateInsertSessionStorageInternalServerError

func NewPublicUpdateInsertSessionStorageInternalServerError() *PublicUpdateInsertSessionStorageInternalServerError

NewPublicUpdateInsertSessionStorageInternalServerError creates a PublicUpdateInsertSessionStorageInternalServerError with default headers values

func (*PublicUpdateInsertSessionStorageInternalServerError) Error

func (*PublicUpdateInsertSessionStorageInternalServerError) GetPayload

func (*PublicUpdateInsertSessionStorageInternalServerError) ToJSONString

type PublicUpdateInsertSessionStorageLeaderBadRequest

type PublicUpdateInsertSessionStorageLeaderBadRequest struct {
	Payload *sessionclientmodels.ResponseError
}

PublicUpdateInsertSessionStorageLeaderBadRequest handles this case with default header values.

Bad Request

func NewPublicUpdateInsertSessionStorageLeaderBadRequest

func NewPublicUpdateInsertSessionStorageLeaderBadRequest() *PublicUpdateInsertSessionStorageLeaderBadRequest

NewPublicUpdateInsertSessionStorageLeaderBadRequest creates a PublicUpdateInsertSessionStorageLeaderBadRequest with default headers values

func (*PublicUpdateInsertSessionStorageLeaderBadRequest) Error

func (*PublicUpdateInsertSessionStorageLeaderBadRequest) GetPayload

func (*PublicUpdateInsertSessionStorageLeaderBadRequest) ToJSONString

type PublicUpdateInsertSessionStorageLeaderForbidden

type PublicUpdateInsertSessionStorageLeaderForbidden struct {
	Payload *sessionclientmodels.ResponseError
}

PublicUpdateInsertSessionStorageLeaderForbidden handles this case with default header values.

Forbidden

func NewPublicUpdateInsertSessionStorageLeaderForbidden

func NewPublicUpdateInsertSessionStorageLeaderForbidden() *PublicUpdateInsertSessionStorageLeaderForbidden

NewPublicUpdateInsertSessionStorageLeaderForbidden creates a PublicUpdateInsertSessionStorageLeaderForbidden with default headers values

func (*PublicUpdateInsertSessionStorageLeaderForbidden) Error

func (*PublicUpdateInsertSessionStorageLeaderForbidden) GetPayload

func (*PublicUpdateInsertSessionStorageLeaderForbidden) ToJSONString

type PublicUpdateInsertSessionStorageLeaderInternalServerError

type PublicUpdateInsertSessionStorageLeaderInternalServerError struct {
	Payload *sessionclientmodels.ResponseError
}

PublicUpdateInsertSessionStorageLeaderInternalServerError handles this case with default header values.

Internal Server Error

func NewPublicUpdateInsertSessionStorageLeaderInternalServerError

func NewPublicUpdateInsertSessionStorageLeaderInternalServerError() *PublicUpdateInsertSessionStorageLeaderInternalServerError

NewPublicUpdateInsertSessionStorageLeaderInternalServerError creates a PublicUpdateInsertSessionStorageLeaderInternalServerError with default headers values

func (*PublicUpdateInsertSessionStorageLeaderInternalServerError) Error

func (*PublicUpdateInsertSessionStorageLeaderInternalServerError) GetPayload

func (*PublicUpdateInsertSessionStorageLeaderInternalServerError) ToJSONString

type PublicUpdateInsertSessionStorageLeaderNotFound

type PublicUpdateInsertSessionStorageLeaderNotFound struct {
	Payload *sessionclientmodels.ResponseError
}

PublicUpdateInsertSessionStorageLeaderNotFound handles this case with default header values.

Not Found

func NewPublicUpdateInsertSessionStorageLeaderNotFound

func NewPublicUpdateInsertSessionStorageLeaderNotFound() *PublicUpdateInsertSessionStorageLeaderNotFound

NewPublicUpdateInsertSessionStorageLeaderNotFound creates a PublicUpdateInsertSessionStorageLeaderNotFound with default headers values

func (*PublicUpdateInsertSessionStorageLeaderNotFound) Error

func (*PublicUpdateInsertSessionStorageLeaderNotFound) GetPayload

func (*PublicUpdateInsertSessionStorageLeaderNotFound) ToJSONString

type PublicUpdateInsertSessionStorageLeaderOK

type PublicUpdateInsertSessionStorageLeaderOK struct {
	Payload map[string]interface{}
}

PublicUpdateInsertSessionStorageLeaderOK handles this case with default header values.

OK

func NewPublicUpdateInsertSessionStorageLeaderOK

func NewPublicUpdateInsertSessionStorageLeaderOK() *PublicUpdateInsertSessionStorageLeaderOK

NewPublicUpdateInsertSessionStorageLeaderOK creates a PublicUpdateInsertSessionStorageLeaderOK with default headers values

func (*PublicUpdateInsertSessionStorageLeaderOK) Error

func (*PublicUpdateInsertSessionStorageLeaderOK) GetPayload

func (o *PublicUpdateInsertSessionStorageLeaderOK) GetPayload() map[string]interface{}

func (*PublicUpdateInsertSessionStorageLeaderOK) ToJSONString

type PublicUpdateInsertSessionStorageLeaderParams

type PublicUpdateInsertSessionStorageLeaderParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body map[string]interface{}
	/*Namespace
	  Namespace

	*/
	Namespace string
	/*SessionID
	  sessionID

	*/
	SessionID string

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

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

PublicUpdateInsertSessionStorageLeaderParams contains all the parameters to send to the API endpoint for the public update insert session storage leader operation typically these are written to a http.Request

func NewPublicUpdateInsertSessionStorageLeaderParams

func NewPublicUpdateInsertSessionStorageLeaderParams() *PublicUpdateInsertSessionStorageLeaderParams

NewPublicUpdateInsertSessionStorageLeaderParams creates a new PublicUpdateInsertSessionStorageLeaderParams object with the default values initialized.

func NewPublicUpdateInsertSessionStorageLeaderParamsWithContext

func NewPublicUpdateInsertSessionStorageLeaderParamsWithContext(ctx context.Context) *PublicUpdateInsertSessionStorageLeaderParams

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

func NewPublicUpdateInsertSessionStorageLeaderParamsWithHTTPClient

func NewPublicUpdateInsertSessionStorageLeaderParamsWithHTTPClient(client *http.Client) *PublicUpdateInsertSessionStorageLeaderParams

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

func NewPublicUpdateInsertSessionStorageLeaderParamsWithTimeout

func NewPublicUpdateInsertSessionStorageLeaderParamsWithTimeout(timeout time.Duration) *PublicUpdateInsertSessionStorageLeaderParams

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

func (*PublicUpdateInsertSessionStorageLeaderParams) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the public update insert session storage leader params

func (*PublicUpdateInsertSessionStorageLeaderParams) SetBody

func (o *PublicUpdateInsertSessionStorageLeaderParams) SetBody(body map[string]interface{})

SetBody adds the body to the public update insert session storage leader params

func (*PublicUpdateInsertSessionStorageLeaderParams) SetContext

SetContext adds the context to the public update insert session storage leader params

func (*PublicUpdateInsertSessionStorageLeaderParams) SetFlightId added in v0.63.0

func (o *PublicUpdateInsertSessionStorageLeaderParams) SetFlightId(flightId string)

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

func (*PublicUpdateInsertSessionStorageLeaderParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the public update insert session storage leader params

func (*PublicUpdateInsertSessionStorageLeaderParams) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the public update insert session storage leader params

func (*PublicUpdateInsertSessionStorageLeaderParams) SetNamespace

func (o *PublicUpdateInsertSessionStorageLeaderParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the public update insert session storage leader params

func (*PublicUpdateInsertSessionStorageLeaderParams) SetSessionID

func (o *PublicUpdateInsertSessionStorageLeaderParams) SetSessionID(sessionID string)

SetSessionID adds the sessionId to the public update insert session storage leader params

func (*PublicUpdateInsertSessionStorageLeaderParams) SetTimeout

SetTimeout adds the timeout to the public update insert session storage leader params

func (*PublicUpdateInsertSessionStorageLeaderParams) WithBody

WithBody adds the body to the public update insert session storage leader params

func (*PublicUpdateInsertSessionStorageLeaderParams) WithContext

WithContext adds the context to the public update insert session storage leader params

func (*PublicUpdateInsertSessionStorageLeaderParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the public update insert session storage leader params

func (*PublicUpdateInsertSessionStorageLeaderParams) WithNamespace

WithNamespace adds the namespace to the public update insert session storage leader params

func (*PublicUpdateInsertSessionStorageLeaderParams) WithSessionID

WithSessionID adds the sessionID to the public update insert session storage leader params

func (*PublicUpdateInsertSessionStorageLeaderParams) WithTimeout

WithTimeout adds the timeout to the public update insert session storage leader params

func (*PublicUpdateInsertSessionStorageLeaderParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PublicUpdateInsertSessionStorageLeaderReader

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

PublicUpdateInsertSessionStorageLeaderReader is a Reader for the PublicUpdateInsertSessionStorageLeader structure.

func (*PublicUpdateInsertSessionStorageLeaderReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PublicUpdateInsertSessionStorageLeaderUnauthorized

type PublicUpdateInsertSessionStorageLeaderUnauthorized struct {
	Payload *sessionclientmodels.ResponseError
}

PublicUpdateInsertSessionStorageLeaderUnauthorized handles this case with default header values.

Unauthorized

func NewPublicUpdateInsertSessionStorageLeaderUnauthorized

func NewPublicUpdateInsertSessionStorageLeaderUnauthorized() *PublicUpdateInsertSessionStorageLeaderUnauthorized

NewPublicUpdateInsertSessionStorageLeaderUnauthorized creates a PublicUpdateInsertSessionStorageLeaderUnauthorized with default headers values

func (*PublicUpdateInsertSessionStorageLeaderUnauthorized) Error

func (*PublicUpdateInsertSessionStorageLeaderUnauthorized) GetPayload

func (*PublicUpdateInsertSessionStorageLeaderUnauthorized) ToJSONString

type PublicUpdateInsertSessionStorageLeaderV2BadRequest added in v0.88.0

type PublicUpdateInsertSessionStorageLeaderV2BadRequest struct {
	Payload *sessionclientmodels.ResponseError
}

PublicUpdateInsertSessionStorageLeaderV2BadRequest handles this case with default header values.

Bad Request

func NewPublicUpdateInsertSessionStorageLeaderV2BadRequest added in v0.88.0

func NewPublicUpdateInsertSessionStorageLeaderV2BadRequest() *PublicUpdateInsertSessionStorageLeaderV2BadRequest

NewPublicUpdateInsertSessionStorageLeaderV2BadRequest creates a PublicUpdateInsertSessionStorageLeaderV2BadRequest with default headers values

func (*PublicUpdateInsertSessionStorageLeaderV2BadRequest) Error added in v0.88.0

func (*PublicUpdateInsertSessionStorageLeaderV2BadRequest) GetPayload added in v0.88.0

func (*PublicUpdateInsertSessionStorageLeaderV2BadRequest) ToJSONString added in v0.88.0

type PublicUpdateInsertSessionStorageLeaderV2Forbidden added in v0.88.0

type PublicUpdateInsertSessionStorageLeaderV2Forbidden struct {
	Payload *sessionclientmodels.ResponseError
}

PublicUpdateInsertSessionStorageLeaderV2Forbidden handles this case with default header values.

Forbidden

func NewPublicUpdateInsertSessionStorageLeaderV2Forbidden added in v0.88.0

func NewPublicUpdateInsertSessionStorageLeaderV2Forbidden() *PublicUpdateInsertSessionStorageLeaderV2Forbidden

NewPublicUpdateInsertSessionStorageLeaderV2Forbidden creates a PublicUpdateInsertSessionStorageLeaderV2Forbidden with default headers values

func (*PublicUpdateInsertSessionStorageLeaderV2Forbidden) Error added in v0.88.0

func (*PublicUpdateInsertSessionStorageLeaderV2Forbidden) GetPayload added in v0.88.0

func (*PublicUpdateInsertSessionStorageLeaderV2Forbidden) ToJSONString added in v0.88.0

type PublicUpdateInsertSessionStorageLeaderV2InternalServerError added in v0.88.0

type PublicUpdateInsertSessionStorageLeaderV2InternalServerError struct {
	Payload *sessionclientmodels.ResponseError
}

PublicUpdateInsertSessionStorageLeaderV2InternalServerError handles this case with default header values.

Internal Server Error

func NewPublicUpdateInsertSessionStorageLeaderV2InternalServerError added in v0.88.0

func NewPublicUpdateInsertSessionStorageLeaderV2InternalServerError() *PublicUpdateInsertSessionStorageLeaderV2InternalServerError

NewPublicUpdateInsertSessionStorageLeaderV2InternalServerError creates a PublicUpdateInsertSessionStorageLeaderV2InternalServerError with default headers values

func (*PublicUpdateInsertSessionStorageLeaderV2InternalServerError) Error added in v0.88.0

func (*PublicUpdateInsertSessionStorageLeaderV2InternalServerError) GetPayload added in v0.88.0

func (*PublicUpdateInsertSessionStorageLeaderV2InternalServerError) ToJSONString added in v0.88.0

type PublicUpdateInsertSessionStorageLeaderV2NotFound added in v0.88.0

type PublicUpdateInsertSessionStorageLeaderV2NotFound struct {
	Payload *sessionclientmodels.ResponseError
}

PublicUpdateInsertSessionStorageLeaderV2NotFound handles this case with default header values.

Not Found

func NewPublicUpdateInsertSessionStorageLeaderV2NotFound added in v0.88.0

func NewPublicUpdateInsertSessionStorageLeaderV2NotFound() *PublicUpdateInsertSessionStorageLeaderV2NotFound

NewPublicUpdateInsertSessionStorageLeaderV2NotFound creates a PublicUpdateInsertSessionStorageLeaderV2NotFound with default headers values

func (*PublicUpdateInsertSessionStorageLeaderV2NotFound) Error added in v0.88.0

func (*PublicUpdateInsertSessionStorageLeaderV2NotFound) GetPayload added in v0.88.0

func (*PublicUpdateInsertSessionStorageLeaderV2NotFound) ToJSONString added in v0.88.0

type PublicUpdateInsertSessionStorageLeaderV2OK added in v0.88.0

type PublicUpdateInsertSessionStorageLeaderV2OK struct {
	Payload map[string]interface{}
}

PublicUpdateInsertSessionStorageLeaderV2OK handles this case with default header values.

OK

func NewPublicUpdateInsertSessionStorageLeaderV2OK added in v0.88.0

func NewPublicUpdateInsertSessionStorageLeaderV2OK() *PublicUpdateInsertSessionStorageLeaderV2OK

NewPublicUpdateInsertSessionStorageLeaderV2OK creates a PublicUpdateInsertSessionStorageLeaderV2OK with default headers values

func (*PublicUpdateInsertSessionStorageLeaderV2OK) Error added in v0.88.0

func (*PublicUpdateInsertSessionStorageLeaderV2OK) GetPayload added in v0.88.0

func (o *PublicUpdateInsertSessionStorageLeaderV2OK) GetPayload() map[string]interface{}

func (*PublicUpdateInsertSessionStorageLeaderV2OK) ToJSONString added in v0.88.0

type PublicUpdateInsertSessionStorageLeaderV2Params added in v0.88.0

type PublicUpdateInsertSessionStorageLeaderV2Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body map[string]interface{}
	/*Namespace
	  Namespace

	*/
	Namespace string
	/*SessionID
	  sessionID

	*/
	SessionID string

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

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

PublicUpdateInsertSessionStorageLeaderV2Params contains all the parameters to send to the API endpoint for the public update insert session storage leader v2 operation typically these are written to a http.Request

func NewPublicUpdateInsertSessionStorageLeaderV2Params added in v0.88.0

func NewPublicUpdateInsertSessionStorageLeaderV2Params() *PublicUpdateInsertSessionStorageLeaderV2Params

NewPublicUpdateInsertSessionStorageLeaderV2Params creates a new PublicUpdateInsertSessionStorageLeaderV2Params object with the default values initialized.

func NewPublicUpdateInsertSessionStorageLeaderV2ParamsWithContext added in v0.88.0

func NewPublicUpdateInsertSessionStorageLeaderV2ParamsWithContext(ctx context.Context) *PublicUpdateInsertSessionStorageLeaderV2Params

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

func NewPublicUpdateInsertSessionStorageLeaderV2ParamsWithHTTPClient added in v0.88.0

func NewPublicUpdateInsertSessionStorageLeaderV2ParamsWithHTTPClient(client *http.Client) *PublicUpdateInsertSessionStorageLeaderV2Params

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

func NewPublicUpdateInsertSessionStorageLeaderV2ParamsWithTimeout added in v0.88.0

func NewPublicUpdateInsertSessionStorageLeaderV2ParamsWithTimeout(timeout time.Duration) *PublicUpdateInsertSessionStorageLeaderV2Params

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

func (*PublicUpdateInsertSessionStorageLeaderV2Params) SetAuthInfoWriter added in v0.88.0

SetAuthInfoWriter adds the authInfoWriter to the public update insert session storage leader v2 params

func (*PublicUpdateInsertSessionStorageLeaderV2Params) SetBody added in v0.88.0

func (o *PublicUpdateInsertSessionStorageLeaderV2Params) SetBody(body map[string]interface{})

SetBody adds the body to the public update insert session storage leader v2 params

func (*PublicUpdateInsertSessionStorageLeaderV2Params) SetContext added in v0.88.0

SetContext adds the context to the public update insert session storage leader v2 params

func (*PublicUpdateInsertSessionStorageLeaderV2Params) SetFlightId added in v0.88.0

func (o *PublicUpdateInsertSessionStorageLeaderV2Params) SetFlightId(flightId string)

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

func (*PublicUpdateInsertSessionStorageLeaderV2Params) SetHTTPClient added in v0.88.0

SetHTTPClient adds the HTTPClient to the public update insert session storage leader v2 params

func (*PublicUpdateInsertSessionStorageLeaderV2Params) SetHTTPClientTransport added in v0.88.0

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

SetHTTPClient adds the HTTPClient Transport to the public update insert session storage leader v2 params

func (*PublicUpdateInsertSessionStorageLeaderV2Params) SetNamespace added in v0.88.0

func (o *PublicUpdateInsertSessionStorageLeaderV2Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the public update insert session storage leader v2 params

func (*PublicUpdateInsertSessionStorageLeaderV2Params) SetSessionID added in v0.88.0

func (o *PublicUpdateInsertSessionStorageLeaderV2Params) SetSessionID(sessionID string)

SetSessionID adds the sessionId to the public update insert session storage leader v2 params

func (*PublicUpdateInsertSessionStorageLeaderV2Params) SetTimeout added in v0.88.0

SetTimeout adds the timeout to the public update insert session storage leader v2 params

func (*PublicUpdateInsertSessionStorageLeaderV2Params) WithBody added in v0.88.0

WithBody adds the body to the public update insert session storage leader v2 params

func (*PublicUpdateInsertSessionStorageLeaderV2Params) WithContext added in v0.88.0

WithContext adds the context to the public update insert session storage leader v2 params

func (*PublicUpdateInsertSessionStorageLeaderV2Params) WithHTTPClient added in v0.88.0

WithHTTPClient adds the HTTPClient to the public update insert session storage leader v2 params

func (*PublicUpdateInsertSessionStorageLeaderV2Params) WithNamespace added in v0.88.0

WithNamespace adds the namespace to the public update insert session storage leader v2 params

func (*PublicUpdateInsertSessionStorageLeaderV2Params) WithSessionID added in v0.88.0

WithSessionID adds the sessionID to the public update insert session storage leader v2 params

func (*PublicUpdateInsertSessionStorageLeaderV2Params) WithTimeout added in v0.88.0

WithTimeout adds the timeout to the public update insert session storage leader v2 params

func (*PublicUpdateInsertSessionStorageLeaderV2Params) WriteToRequest added in v0.88.0

WriteToRequest writes these params to a swagger request

type PublicUpdateInsertSessionStorageLeaderV2Reader added in v0.88.0

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

PublicUpdateInsertSessionStorageLeaderV2Reader is a Reader for the PublicUpdateInsertSessionStorageLeaderV2 structure.

func (*PublicUpdateInsertSessionStorageLeaderV2Reader) ReadResponse added in v0.88.0

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

ReadResponse reads a server response into the received o.

type PublicUpdateInsertSessionStorageLeaderV2Unauthorized added in v0.88.0

type PublicUpdateInsertSessionStorageLeaderV2Unauthorized struct {
	Payload *sessionclientmodels.ResponseError
}

PublicUpdateInsertSessionStorageLeaderV2Unauthorized handles this case with default header values.

Unauthorized

func NewPublicUpdateInsertSessionStorageLeaderV2Unauthorized added in v0.88.0

func NewPublicUpdateInsertSessionStorageLeaderV2Unauthorized() *PublicUpdateInsertSessionStorageLeaderV2Unauthorized

NewPublicUpdateInsertSessionStorageLeaderV2Unauthorized creates a PublicUpdateInsertSessionStorageLeaderV2Unauthorized with default headers values

func (*PublicUpdateInsertSessionStorageLeaderV2Unauthorized) Error added in v0.88.0

func (*PublicUpdateInsertSessionStorageLeaderV2Unauthorized) GetPayload added in v0.88.0

func (*PublicUpdateInsertSessionStorageLeaderV2Unauthorized) ToJSONString added in v0.88.0

type PublicUpdateInsertSessionStorageNotFound

type PublicUpdateInsertSessionStorageNotFound struct {
	Payload *sessionclientmodels.ResponseError
}

PublicUpdateInsertSessionStorageNotFound handles this case with default header values.

Not Found

func NewPublicUpdateInsertSessionStorageNotFound

func NewPublicUpdateInsertSessionStorageNotFound() *PublicUpdateInsertSessionStorageNotFound

NewPublicUpdateInsertSessionStorageNotFound creates a PublicUpdateInsertSessionStorageNotFound with default headers values

func (*PublicUpdateInsertSessionStorageNotFound) Error

func (*PublicUpdateInsertSessionStorageNotFound) GetPayload

func (*PublicUpdateInsertSessionStorageNotFound) ToJSONString

type PublicUpdateInsertSessionStorageOK

type PublicUpdateInsertSessionStorageOK struct {
	Payload map[string]interface{}
}

PublicUpdateInsertSessionStorageOK handles this case with default header values.

OK

func NewPublicUpdateInsertSessionStorageOK

func NewPublicUpdateInsertSessionStorageOK() *PublicUpdateInsertSessionStorageOK

NewPublicUpdateInsertSessionStorageOK creates a PublicUpdateInsertSessionStorageOK with default headers values

func (*PublicUpdateInsertSessionStorageOK) Error

func (*PublicUpdateInsertSessionStorageOK) GetPayload

func (o *PublicUpdateInsertSessionStorageOK) GetPayload() map[string]interface{}

func (*PublicUpdateInsertSessionStorageOK) ToJSONString

func (o *PublicUpdateInsertSessionStorageOK) ToJSONString() string

type PublicUpdateInsertSessionStorageParams

type PublicUpdateInsertSessionStorageParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body map[string]interface{}
	/*Namespace
	  Namespace

	*/
	Namespace string
	/*SessionID
	  sessionID

	*/
	SessionID string
	/*UserID
	  userID

	*/
	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
}

PublicUpdateInsertSessionStorageParams contains all the parameters to send to the API endpoint for the public update insert session storage operation typically these are written to a http.Request

func NewPublicUpdateInsertSessionStorageParams

func NewPublicUpdateInsertSessionStorageParams() *PublicUpdateInsertSessionStorageParams

NewPublicUpdateInsertSessionStorageParams creates a new PublicUpdateInsertSessionStorageParams object with the default values initialized.

func NewPublicUpdateInsertSessionStorageParamsWithContext

func NewPublicUpdateInsertSessionStorageParamsWithContext(ctx context.Context) *PublicUpdateInsertSessionStorageParams

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

func NewPublicUpdateInsertSessionStorageParamsWithHTTPClient

func NewPublicUpdateInsertSessionStorageParamsWithHTTPClient(client *http.Client) *PublicUpdateInsertSessionStorageParams

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

func NewPublicUpdateInsertSessionStorageParamsWithTimeout

func NewPublicUpdateInsertSessionStorageParamsWithTimeout(timeout time.Duration) *PublicUpdateInsertSessionStorageParams

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

func (*PublicUpdateInsertSessionStorageParams) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the public update insert session storage params

func (*PublicUpdateInsertSessionStorageParams) SetBody

func (o *PublicUpdateInsertSessionStorageParams) SetBody(body map[string]interface{})

SetBody adds the body to the public update insert session storage params

func (*PublicUpdateInsertSessionStorageParams) SetContext

SetContext adds the context to the public update insert session storage params

func (*PublicUpdateInsertSessionStorageParams) SetFlightId added in v0.63.0

func (o *PublicUpdateInsertSessionStorageParams) SetFlightId(flightId string)

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

func (*PublicUpdateInsertSessionStorageParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the public update insert session storage params

func (*PublicUpdateInsertSessionStorageParams) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the public update insert session storage params

func (*PublicUpdateInsertSessionStorageParams) SetNamespace

func (o *PublicUpdateInsertSessionStorageParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the public update insert session storage params

func (*PublicUpdateInsertSessionStorageParams) SetSessionID

func (o *PublicUpdateInsertSessionStorageParams) SetSessionID(sessionID string)

SetSessionID adds the sessionId to the public update insert session storage params

func (*PublicUpdateInsertSessionStorageParams) SetTimeout

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

SetTimeout adds the timeout to the public update insert session storage params

func (*PublicUpdateInsertSessionStorageParams) SetUserID

func (o *PublicUpdateInsertSessionStorageParams) SetUserID(userID string)

SetUserID adds the userId to the public update insert session storage params

func (*PublicUpdateInsertSessionStorageParams) WithBody

WithBody adds the body to the public update insert session storage params

func (*PublicUpdateInsertSessionStorageParams) WithContext

WithContext adds the context to the public update insert session storage params

func (*PublicUpdateInsertSessionStorageParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the public update insert session storage params

func (*PublicUpdateInsertSessionStorageParams) WithNamespace

WithNamespace adds the namespace to the public update insert session storage params

func (*PublicUpdateInsertSessionStorageParams) WithSessionID

WithSessionID adds the sessionID to the public update insert session storage params

func (*PublicUpdateInsertSessionStorageParams) WithTimeout

WithTimeout adds the timeout to the public update insert session storage params

func (*PublicUpdateInsertSessionStorageParams) WithUserID

WithUserID adds the userID to the public update insert session storage params

func (*PublicUpdateInsertSessionStorageParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PublicUpdateInsertSessionStorageReader

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

PublicUpdateInsertSessionStorageReader is a Reader for the PublicUpdateInsertSessionStorage structure.

func (*PublicUpdateInsertSessionStorageReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PublicUpdateInsertSessionStorageUnauthorized

type PublicUpdateInsertSessionStorageUnauthorized struct {
	Payload *sessionclientmodels.ResponseError
}

PublicUpdateInsertSessionStorageUnauthorized handles this case with default header values.

Unauthorized

func NewPublicUpdateInsertSessionStorageUnauthorized

func NewPublicUpdateInsertSessionStorageUnauthorized() *PublicUpdateInsertSessionStorageUnauthorized

NewPublicUpdateInsertSessionStorageUnauthorized creates a PublicUpdateInsertSessionStorageUnauthorized with default headers values

func (*PublicUpdateInsertSessionStorageUnauthorized) Error

func (*PublicUpdateInsertSessionStorageUnauthorized) GetPayload

func (*PublicUpdateInsertSessionStorageUnauthorized) ToJSONString

type PublicUpdateInsertSessionStorageUserV2BadRequest added in v0.88.0

type PublicUpdateInsertSessionStorageUserV2BadRequest struct {
	Payload *sessionclientmodels.ResponseError
}

PublicUpdateInsertSessionStorageUserV2BadRequest handles this case with default header values.

Bad Request

func NewPublicUpdateInsertSessionStorageUserV2BadRequest added in v0.88.0

func NewPublicUpdateInsertSessionStorageUserV2BadRequest() *PublicUpdateInsertSessionStorageUserV2BadRequest

NewPublicUpdateInsertSessionStorageUserV2BadRequest creates a PublicUpdateInsertSessionStorageUserV2BadRequest with default headers values

func (*PublicUpdateInsertSessionStorageUserV2BadRequest) Error added in v0.88.0

func (*PublicUpdateInsertSessionStorageUserV2BadRequest) GetPayload added in v0.88.0

func (*PublicUpdateInsertSessionStorageUserV2BadRequest) ToJSONString added in v0.88.0

type PublicUpdateInsertSessionStorageUserV2Forbidden added in v0.88.0

type PublicUpdateInsertSessionStorageUserV2Forbidden struct {
	Payload *sessionclientmodels.ResponseError
}

PublicUpdateInsertSessionStorageUserV2Forbidden handles this case with default header values.

Forbidden

func NewPublicUpdateInsertSessionStorageUserV2Forbidden added in v0.88.0

func NewPublicUpdateInsertSessionStorageUserV2Forbidden() *PublicUpdateInsertSessionStorageUserV2Forbidden

NewPublicUpdateInsertSessionStorageUserV2Forbidden creates a PublicUpdateInsertSessionStorageUserV2Forbidden with default headers values

func (*PublicUpdateInsertSessionStorageUserV2Forbidden) Error added in v0.88.0

func (*PublicUpdateInsertSessionStorageUserV2Forbidden) GetPayload added in v0.88.0

func (*PublicUpdateInsertSessionStorageUserV2Forbidden) ToJSONString added in v0.88.0

type PublicUpdateInsertSessionStorageUserV2InternalServerError added in v0.88.0

type PublicUpdateInsertSessionStorageUserV2InternalServerError struct {
	Payload *sessionclientmodels.ResponseError
}

PublicUpdateInsertSessionStorageUserV2InternalServerError handles this case with default header values.

Internal Server Error

func NewPublicUpdateInsertSessionStorageUserV2InternalServerError added in v0.88.0

func NewPublicUpdateInsertSessionStorageUserV2InternalServerError() *PublicUpdateInsertSessionStorageUserV2InternalServerError

NewPublicUpdateInsertSessionStorageUserV2InternalServerError creates a PublicUpdateInsertSessionStorageUserV2InternalServerError with default headers values

func (*PublicUpdateInsertSessionStorageUserV2InternalServerError) Error added in v0.88.0

func (*PublicUpdateInsertSessionStorageUserV2InternalServerError) GetPayload added in v0.88.0

func (*PublicUpdateInsertSessionStorageUserV2InternalServerError) ToJSONString added in v0.88.0

type PublicUpdateInsertSessionStorageUserV2NotFound added in v0.88.0

type PublicUpdateInsertSessionStorageUserV2NotFound struct {
	Payload *sessionclientmodels.ResponseError
}

PublicUpdateInsertSessionStorageUserV2NotFound handles this case with default header values.

Not Found

func NewPublicUpdateInsertSessionStorageUserV2NotFound added in v0.88.0

func NewPublicUpdateInsertSessionStorageUserV2NotFound() *PublicUpdateInsertSessionStorageUserV2NotFound

NewPublicUpdateInsertSessionStorageUserV2NotFound creates a PublicUpdateInsertSessionStorageUserV2NotFound with default headers values

func (*PublicUpdateInsertSessionStorageUserV2NotFound) Error added in v0.88.0

func (*PublicUpdateInsertSessionStorageUserV2NotFound) GetPayload added in v0.88.0

func (*PublicUpdateInsertSessionStorageUserV2NotFound) ToJSONString added in v0.88.0

type PublicUpdateInsertSessionStorageUserV2OK added in v0.88.0

type PublicUpdateInsertSessionStorageUserV2OK struct {
	Payload map[string]interface{}
}

PublicUpdateInsertSessionStorageUserV2OK handles this case with default header values.

OK

func NewPublicUpdateInsertSessionStorageUserV2OK added in v0.88.0

func NewPublicUpdateInsertSessionStorageUserV2OK() *PublicUpdateInsertSessionStorageUserV2OK

NewPublicUpdateInsertSessionStorageUserV2OK creates a PublicUpdateInsertSessionStorageUserV2OK with default headers values

func (*PublicUpdateInsertSessionStorageUserV2OK) Error added in v0.88.0

func (*PublicUpdateInsertSessionStorageUserV2OK) GetPayload added in v0.88.0

func (o *PublicUpdateInsertSessionStorageUserV2OK) GetPayload() map[string]interface{}

func (*PublicUpdateInsertSessionStorageUserV2OK) ToJSONString added in v0.88.0

type PublicUpdateInsertSessionStorageUserV2Params added in v0.88.0

type PublicUpdateInsertSessionStorageUserV2Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body map[string]interface{}
	/*Namespace
	  Namespace

	*/
	Namespace string
	/*SessionID
	  sessionID

	*/
	SessionID string
	/*UserID
	  userID

	*/
	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
}

PublicUpdateInsertSessionStorageUserV2Params contains all the parameters to send to the API endpoint for the public update insert session storage user v2 operation typically these are written to a http.Request

func NewPublicUpdateInsertSessionStorageUserV2Params added in v0.88.0

func NewPublicUpdateInsertSessionStorageUserV2Params() *PublicUpdateInsertSessionStorageUserV2Params

NewPublicUpdateInsertSessionStorageUserV2Params creates a new PublicUpdateInsertSessionStorageUserV2Params object with the default values initialized.

func NewPublicUpdateInsertSessionStorageUserV2ParamsWithContext added in v0.88.0

func NewPublicUpdateInsertSessionStorageUserV2ParamsWithContext(ctx context.Context) *PublicUpdateInsertSessionStorageUserV2Params

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

func NewPublicUpdateInsertSessionStorageUserV2ParamsWithHTTPClient added in v0.88.0

func NewPublicUpdateInsertSessionStorageUserV2ParamsWithHTTPClient(client *http.Client) *PublicUpdateInsertSessionStorageUserV2Params

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

func NewPublicUpdateInsertSessionStorageUserV2ParamsWithTimeout added in v0.88.0

func NewPublicUpdateInsertSessionStorageUserV2ParamsWithTimeout(timeout time.Duration) *PublicUpdateInsertSessionStorageUserV2Params

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

func (*PublicUpdateInsertSessionStorageUserV2Params) SetAuthInfoWriter added in v0.88.0

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

SetAuthInfoWriter adds the authInfoWriter to the public update insert session storage user v2 params

func (*PublicUpdateInsertSessionStorageUserV2Params) SetBody added in v0.88.0

func (o *PublicUpdateInsertSessionStorageUserV2Params) SetBody(body map[string]interface{})

SetBody adds the body to the public update insert session storage user v2 params

func (*PublicUpdateInsertSessionStorageUserV2Params) SetContext added in v0.88.0

SetContext adds the context to the public update insert session storage user v2 params

func (*PublicUpdateInsertSessionStorageUserV2Params) SetFlightId added in v0.88.0

func (o *PublicUpdateInsertSessionStorageUserV2Params) SetFlightId(flightId string)

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

func (*PublicUpdateInsertSessionStorageUserV2Params) SetHTTPClient added in v0.88.0

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

SetHTTPClient adds the HTTPClient to the public update insert session storage user v2 params

func (*PublicUpdateInsertSessionStorageUserV2Params) SetHTTPClientTransport added in v0.88.0

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

SetHTTPClient adds the HTTPClient Transport to the public update insert session storage user v2 params

func (*PublicUpdateInsertSessionStorageUserV2Params) SetNamespace added in v0.88.0

func (o *PublicUpdateInsertSessionStorageUserV2Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the public update insert session storage user v2 params

func (*PublicUpdateInsertSessionStorageUserV2Params) SetSessionID added in v0.88.0

func (o *PublicUpdateInsertSessionStorageUserV2Params) SetSessionID(sessionID string)

SetSessionID adds the sessionId to the public update insert session storage user v2 params

func (*PublicUpdateInsertSessionStorageUserV2Params) SetTimeout added in v0.88.0

SetTimeout adds the timeout to the public update insert session storage user v2 params

func (*PublicUpdateInsertSessionStorageUserV2Params) SetUserID added in v0.88.0

SetUserID adds the userId to the public update insert session storage user v2 params

func (*PublicUpdateInsertSessionStorageUserV2Params) WithBody added in v0.88.0

WithBody adds the body to the public update insert session storage user v2 params

func (*PublicUpdateInsertSessionStorageUserV2Params) WithContext added in v0.88.0

WithContext adds the context to the public update insert session storage user v2 params

func (*PublicUpdateInsertSessionStorageUserV2Params) WithHTTPClient added in v0.88.0

WithHTTPClient adds the HTTPClient to the public update insert session storage user v2 params

func (*PublicUpdateInsertSessionStorageUserV2Params) WithNamespace added in v0.88.0

WithNamespace adds the namespace to the public update insert session storage user v2 params

func (*PublicUpdateInsertSessionStorageUserV2Params) WithSessionID added in v0.88.0

WithSessionID adds the sessionID to the public update insert session storage user v2 params

func (*PublicUpdateInsertSessionStorageUserV2Params) WithTimeout added in v0.88.0

WithTimeout adds the timeout to the public update insert session storage user v2 params

func (*PublicUpdateInsertSessionStorageUserV2Params) WithUserID added in v0.88.0

WithUserID adds the userID to the public update insert session storage user v2 params

func (*PublicUpdateInsertSessionStorageUserV2Params) WriteToRequest added in v0.88.0

WriteToRequest writes these params to a swagger request

type PublicUpdateInsertSessionStorageUserV2Reader added in v0.88.0

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

PublicUpdateInsertSessionStorageUserV2Reader is a Reader for the PublicUpdateInsertSessionStorageUserV2 structure.

func (*PublicUpdateInsertSessionStorageUserV2Reader) ReadResponse added in v0.88.0

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

ReadResponse reads a server response into the received o.

type PublicUpdateInsertSessionStorageUserV2Unauthorized added in v0.88.0

type PublicUpdateInsertSessionStorageUserV2Unauthorized struct {
	Payload *sessionclientmodels.ResponseError
}

PublicUpdateInsertSessionStorageUserV2Unauthorized handles this case with default header values.

Unauthorized

func NewPublicUpdateInsertSessionStorageUserV2Unauthorized added in v0.88.0

func NewPublicUpdateInsertSessionStorageUserV2Unauthorized() *PublicUpdateInsertSessionStorageUserV2Unauthorized

NewPublicUpdateInsertSessionStorageUserV2Unauthorized creates a PublicUpdateInsertSessionStorageUserV2Unauthorized with default headers values

func (*PublicUpdateInsertSessionStorageUserV2Unauthorized) Error added in v0.88.0

func (*PublicUpdateInsertSessionStorageUserV2Unauthorized) GetPayload added in v0.88.0

func (*PublicUpdateInsertSessionStorageUserV2Unauthorized) ToJSONString added in v0.88.0

Jump to

Keyboard shortcuts

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