configuration_template

package
v0.1.0-alpha.11 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AdminCreateConfigurationAlertV1BadRequest

type AdminCreateConfigurationAlertV1BadRequest struct {
	Payload *sessionclientmodels.ResponseError
}

AdminCreateConfigurationAlertV1BadRequest handles this case with default header values.

Bad Request

func NewAdminCreateConfigurationAlertV1BadRequest

func NewAdminCreateConfigurationAlertV1BadRequest() *AdminCreateConfigurationAlertV1BadRequest

NewAdminCreateConfigurationAlertV1BadRequest creates a AdminCreateConfigurationAlertV1BadRequest with default headers values

func (*AdminCreateConfigurationAlertV1BadRequest) Error

func (*AdminCreateConfigurationAlertV1BadRequest) GetPayload

func (*AdminCreateConfigurationAlertV1BadRequest) ToJSONString

type AdminCreateConfigurationAlertV1Conflict

type AdminCreateConfigurationAlertV1Conflict struct {
	Payload *sessionclientmodels.ResponseError
}

AdminCreateConfigurationAlertV1Conflict handles this case with default header values.

Conflict

func NewAdminCreateConfigurationAlertV1Conflict

func NewAdminCreateConfigurationAlertV1Conflict() *AdminCreateConfigurationAlertV1Conflict

NewAdminCreateConfigurationAlertV1Conflict creates a AdminCreateConfigurationAlertV1Conflict with default headers values

func (*AdminCreateConfigurationAlertV1Conflict) Error

func (*AdminCreateConfigurationAlertV1Conflict) GetPayload

func (*AdminCreateConfigurationAlertV1Conflict) ToJSONString

type AdminCreateConfigurationAlertV1Created

type AdminCreateConfigurationAlertV1Created struct {
	Payload *sessionclientmodels.ApimodelsConfigAlertResponse
}

AdminCreateConfigurationAlertV1Created handles this case with default header values.

Created

func NewAdminCreateConfigurationAlertV1Created

func NewAdminCreateConfigurationAlertV1Created() *AdminCreateConfigurationAlertV1Created

NewAdminCreateConfigurationAlertV1Created creates a AdminCreateConfigurationAlertV1Created with default headers values

func (*AdminCreateConfigurationAlertV1Created) Error

func (*AdminCreateConfigurationAlertV1Created) GetPayload

func (*AdminCreateConfigurationAlertV1Created) ToJSONString

type AdminCreateConfigurationAlertV1Forbidden

type AdminCreateConfigurationAlertV1Forbidden struct {
	Payload *sessionclientmodels.ResponseError
}

AdminCreateConfigurationAlertV1Forbidden handles this case with default header values.

Forbidden

func NewAdminCreateConfigurationAlertV1Forbidden

func NewAdminCreateConfigurationAlertV1Forbidden() *AdminCreateConfigurationAlertV1Forbidden

NewAdminCreateConfigurationAlertV1Forbidden creates a AdminCreateConfigurationAlertV1Forbidden with default headers values

func (*AdminCreateConfigurationAlertV1Forbidden) Error

func (*AdminCreateConfigurationAlertV1Forbidden) GetPayload

func (*AdminCreateConfigurationAlertV1Forbidden) ToJSONString

type AdminCreateConfigurationAlertV1InternalServerError

type AdminCreateConfigurationAlertV1InternalServerError struct {
	Payload *sessionclientmodels.ResponseError
}

AdminCreateConfigurationAlertV1InternalServerError handles this case with default header values.

Internal Server Error

func NewAdminCreateConfigurationAlertV1InternalServerError

func NewAdminCreateConfigurationAlertV1InternalServerError() *AdminCreateConfigurationAlertV1InternalServerError

NewAdminCreateConfigurationAlertV1InternalServerError creates a AdminCreateConfigurationAlertV1InternalServerError with default headers values

func (*AdminCreateConfigurationAlertV1InternalServerError) Error

func (*AdminCreateConfigurationAlertV1InternalServerError) GetPayload

func (*AdminCreateConfigurationAlertV1InternalServerError) ToJSONString

type AdminCreateConfigurationAlertV1NotFound

type AdminCreateConfigurationAlertV1NotFound struct {
	Payload *sessionclientmodels.ResponseError
}

AdminCreateConfigurationAlertV1NotFound handles this case with default header values.

Not Found

func NewAdminCreateConfigurationAlertV1NotFound

func NewAdminCreateConfigurationAlertV1NotFound() *AdminCreateConfigurationAlertV1NotFound

NewAdminCreateConfigurationAlertV1NotFound creates a AdminCreateConfigurationAlertV1NotFound with default headers values

func (*AdminCreateConfigurationAlertV1NotFound) Error

func (*AdminCreateConfigurationAlertV1NotFound) GetPayload

func (*AdminCreateConfigurationAlertV1NotFound) ToJSONString

type AdminCreateConfigurationAlertV1Params

type AdminCreateConfigurationAlertV1Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *sessionclientmodels.ApimodelsConfigAlertRequestCreate
	/*Namespace
	  namespace of the game

	*/
	Namespace string

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

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

AdminCreateConfigurationAlertV1Params contains all the parameters to send to the API endpoint for the admin create configuration alert v1 operation typically these are written to a http.Request

func NewAdminCreateConfigurationAlertV1Params

func NewAdminCreateConfigurationAlertV1Params() *AdminCreateConfigurationAlertV1Params

NewAdminCreateConfigurationAlertV1Params creates a new AdminCreateConfigurationAlertV1Params object with the default values initialized.

func NewAdminCreateConfigurationAlertV1ParamsWithContext

func NewAdminCreateConfigurationAlertV1ParamsWithContext(ctx context.Context) *AdminCreateConfigurationAlertV1Params

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

func NewAdminCreateConfigurationAlertV1ParamsWithHTTPClient

func NewAdminCreateConfigurationAlertV1ParamsWithHTTPClient(client *http.Client) *AdminCreateConfigurationAlertV1Params

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

func NewAdminCreateConfigurationAlertV1ParamsWithTimeout

func NewAdminCreateConfigurationAlertV1ParamsWithTimeout(timeout time.Duration) *AdminCreateConfigurationAlertV1Params

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

func (*AdminCreateConfigurationAlertV1Params) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the admin create configuration alert v1 params

func (*AdminCreateConfigurationAlertV1Params) SetBody

SetBody adds the body to the admin create configuration alert v1 params

func (*AdminCreateConfigurationAlertV1Params) SetContext

SetContext adds the context to the admin create configuration alert v1 params

func (*AdminCreateConfigurationAlertV1Params) SetFlightId

func (o *AdminCreateConfigurationAlertV1Params) SetFlightId(flightId string)

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

func (*AdminCreateConfigurationAlertV1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the admin create configuration alert v1 params

func (*AdminCreateConfigurationAlertV1Params) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the admin create configuration alert v1 params

func (*AdminCreateConfigurationAlertV1Params) SetNamespace

func (o *AdminCreateConfigurationAlertV1Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin create configuration alert v1 params

func (*AdminCreateConfigurationAlertV1Params) SetTimeout

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

SetTimeout adds the timeout to the admin create configuration alert v1 params

func (*AdminCreateConfigurationAlertV1Params) WithBody

WithBody adds the body to the admin create configuration alert v1 params

func (*AdminCreateConfigurationAlertV1Params) WithContext

WithContext adds the context to the admin create configuration alert v1 params

func (*AdminCreateConfigurationAlertV1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the admin create configuration alert v1 params

func (*AdminCreateConfigurationAlertV1Params) WithNamespace

WithNamespace adds the namespace to the admin create configuration alert v1 params

func (*AdminCreateConfigurationAlertV1Params) WithTimeout

WithTimeout adds the timeout to the admin create configuration alert v1 params

func (*AdminCreateConfigurationAlertV1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminCreateConfigurationAlertV1Reader

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

AdminCreateConfigurationAlertV1Reader is a Reader for the AdminCreateConfigurationAlertV1 structure.

func (*AdminCreateConfigurationAlertV1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminCreateConfigurationAlertV1Unauthorized

type AdminCreateConfigurationAlertV1Unauthorized struct {
	Payload *sessionclientmodels.ResponseError
}

AdminCreateConfigurationAlertV1Unauthorized handles this case with default header values.

Unauthorized

func NewAdminCreateConfigurationAlertV1Unauthorized

func NewAdminCreateConfigurationAlertV1Unauthorized() *AdminCreateConfigurationAlertV1Unauthorized

NewAdminCreateConfigurationAlertV1Unauthorized creates a AdminCreateConfigurationAlertV1Unauthorized with default headers values

func (*AdminCreateConfigurationAlertV1Unauthorized) Error

func (*AdminCreateConfigurationAlertV1Unauthorized) GetPayload

func (*AdminCreateConfigurationAlertV1Unauthorized) ToJSONString

type AdminCreateConfigurationTemplateV1BadRequest

type AdminCreateConfigurationTemplateV1BadRequest struct {
	Payload *sessionclientmodels.ResponseError
}

AdminCreateConfigurationTemplateV1BadRequest handles this case with default header values.

Bad Request

func NewAdminCreateConfigurationTemplateV1BadRequest

func NewAdminCreateConfigurationTemplateV1BadRequest() *AdminCreateConfigurationTemplateV1BadRequest

NewAdminCreateConfigurationTemplateV1BadRequest creates a AdminCreateConfigurationTemplateV1BadRequest with default headers values

func (*AdminCreateConfigurationTemplateV1BadRequest) Error

func (*AdminCreateConfigurationTemplateV1BadRequest) GetPayload

func (*AdminCreateConfigurationTemplateV1BadRequest) ToJSONString

type AdminCreateConfigurationTemplateV1Conflict

type AdminCreateConfigurationTemplateV1Conflict struct {
	Payload *sessionclientmodels.ResponseError
}

AdminCreateConfigurationTemplateV1Conflict handles this case with default header values.

Conflict

func NewAdminCreateConfigurationTemplateV1Conflict

func NewAdminCreateConfigurationTemplateV1Conflict() *AdminCreateConfigurationTemplateV1Conflict

NewAdminCreateConfigurationTemplateV1Conflict creates a AdminCreateConfigurationTemplateV1Conflict with default headers values

func (*AdminCreateConfigurationTemplateV1Conflict) Error

func (*AdminCreateConfigurationTemplateV1Conflict) GetPayload

func (*AdminCreateConfigurationTemplateV1Conflict) ToJSONString

type AdminCreateConfigurationTemplateV1Created

type AdminCreateConfigurationTemplateV1Created struct {
	Payload *sessionclientmodels.ApimodelsConfigurationTemplateResponse
}

AdminCreateConfigurationTemplateV1Created handles this case with default header values.

Created

func NewAdminCreateConfigurationTemplateV1Created

func NewAdminCreateConfigurationTemplateV1Created() *AdminCreateConfigurationTemplateV1Created

NewAdminCreateConfigurationTemplateV1Created creates a AdminCreateConfigurationTemplateV1Created with default headers values

func (*AdminCreateConfigurationTemplateV1Created) Error

func (*AdminCreateConfigurationTemplateV1Created) GetPayload

func (*AdminCreateConfigurationTemplateV1Created) ToJSONString

type AdminCreateConfigurationTemplateV1Forbidden

type AdminCreateConfigurationTemplateV1Forbidden struct {
	Payload *sessionclientmodels.ResponseError
}

AdminCreateConfigurationTemplateV1Forbidden handles this case with default header values.

Forbidden

func NewAdminCreateConfigurationTemplateV1Forbidden

func NewAdminCreateConfigurationTemplateV1Forbidden() *AdminCreateConfigurationTemplateV1Forbidden

NewAdminCreateConfigurationTemplateV1Forbidden creates a AdminCreateConfigurationTemplateV1Forbidden with default headers values

func (*AdminCreateConfigurationTemplateV1Forbidden) Error

func (*AdminCreateConfigurationTemplateV1Forbidden) GetPayload

func (*AdminCreateConfigurationTemplateV1Forbidden) ToJSONString

type AdminCreateConfigurationTemplateV1InternalServerError

type AdminCreateConfigurationTemplateV1InternalServerError struct {
	Payload *sessionclientmodels.ResponseError
}

AdminCreateConfigurationTemplateV1InternalServerError handles this case with default header values.

Internal Server Error

func NewAdminCreateConfigurationTemplateV1InternalServerError

func NewAdminCreateConfigurationTemplateV1InternalServerError() *AdminCreateConfigurationTemplateV1InternalServerError

NewAdminCreateConfigurationTemplateV1InternalServerError creates a AdminCreateConfigurationTemplateV1InternalServerError with default headers values

func (*AdminCreateConfigurationTemplateV1InternalServerError) Error

func (*AdminCreateConfigurationTemplateV1InternalServerError) GetPayload

func (*AdminCreateConfigurationTemplateV1InternalServerError) ToJSONString

type AdminCreateConfigurationTemplateV1Params

type AdminCreateConfigurationTemplateV1Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *sessionclientmodels.ApimodelsCreateConfigurationTemplateRequest
	/*Namespace
	  namespace of the game

	*/
	Namespace string

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

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

AdminCreateConfigurationTemplateV1Params contains all the parameters to send to the API endpoint for the admin create configuration template v1 operation typically these are written to a http.Request

func NewAdminCreateConfigurationTemplateV1Params

func NewAdminCreateConfigurationTemplateV1Params() *AdminCreateConfigurationTemplateV1Params

NewAdminCreateConfigurationTemplateV1Params creates a new AdminCreateConfigurationTemplateV1Params object with the default values initialized.

func NewAdminCreateConfigurationTemplateV1ParamsWithContext

func NewAdminCreateConfigurationTemplateV1ParamsWithContext(ctx context.Context) *AdminCreateConfigurationTemplateV1Params

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

func NewAdminCreateConfigurationTemplateV1ParamsWithHTTPClient

func NewAdminCreateConfigurationTemplateV1ParamsWithHTTPClient(client *http.Client) *AdminCreateConfigurationTemplateV1Params

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

func NewAdminCreateConfigurationTemplateV1ParamsWithTimeout

func NewAdminCreateConfigurationTemplateV1ParamsWithTimeout(timeout time.Duration) *AdminCreateConfigurationTemplateV1Params

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

func (*AdminCreateConfigurationTemplateV1Params) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the admin create configuration template v1 params

func (*AdminCreateConfigurationTemplateV1Params) SetBody

SetBody adds the body to the admin create configuration template v1 params

func (*AdminCreateConfigurationTemplateV1Params) SetContext

SetContext adds the context to the admin create configuration template v1 params

func (*AdminCreateConfigurationTemplateV1Params) SetFlightId

func (o *AdminCreateConfigurationTemplateV1Params) SetFlightId(flightId string)

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

func (*AdminCreateConfigurationTemplateV1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the admin create configuration template v1 params

func (*AdminCreateConfigurationTemplateV1Params) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the admin create configuration template v1 params

func (*AdminCreateConfigurationTemplateV1Params) SetNamespace

func (o *AdminCreateConfigurationTemplateV1Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin create configuration template v1 params

func (*AdminCreateConfigurationTemplateV1Params) SetTimeout

SetTimeout adds the timeout to the admin create configuration template v1 params

func (*AdminCreateConfigurationTemplateV1Params) WithBody

WithBody adds the body to the admin create configuration template v1 params

func (*AdminCreateConfigurationTemplateV1Params) WithContext

WithContext adds the context to the admin create configuration template v1 params

func (*AdminCreateConfigurationTemplateV1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the admin create configuration template v1 params

func (*AdminCreateConfigurationTemplateV1Params) WithNamespace

WithNamespace adds the namespace to the admin create configuration template v1 params

func (*AdminCreateConfigurationTemplateV1Params) WithTimeout

WithTimeout adds the timeout to the admin create configuration template v1 params

func (*AdminCreateConfigurationTemplateV1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminCreateConfigurationTemplateV1Reader

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

AdminCreateConfigurationTemplateV1Reader is a Reader for the AdminCreateConfigurationTemplateV1 structure.

func (*AdminCreateConfigurationTemplateV1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminCreateConfigurationTemplateV1Unauthorized

type AdminCreateConfigurationTemplateV1Unauthorized struct {
	Payload *sessionclientmodels.ResponseError
}

AdminCreateConfigurationTemplateV1Unauthorized handles this case with default header values.

Unauthorized

func NewAdminCreateConfigurationTemplateV1Unauthorized

func NewAdminCreateConfigurationTemplateV1Unauthorized() *AdminCreateConfigurationTemplateV1Unauthorized

NewAdminCreateConfigurationTemplateV1Unauthorized creates a AdminCreateConfigurationTemplateV1Unauthorized with default headers values

func (*AdminCreateConfigurationTemplateV1Unauthorized) Error

func (*AdminCreateConfigurationTemplateV1Unauthorized) GetPayload

func (*AdminCreateConfigurationTemplateV1Unauthorized) ToJSONString

type AdminDeleteConfigurationAlertV1BadRequest

type AdminDeleteConfigurationAlertV1BadRequest struct {
	Payload *sessionclientmodels.ResponseError
}

AdminDeleteConfigurationAlertV1BadRequest handles this case with default header values.

Bad Request

func NewAdminDeleteConfigurationAlertV1BadRequest

func NewAdminDeleteConfigurationAlertV1BadRequest() *AdminDeleteConfigurationAlertV1BadRequest

NewAdminDeleteConfigurationAlertV1BadRequest creates a AdminDeleteConfigurationAlertV1BadRequest with default headers values

func (*AdminDeleteConfigurationAlertV1BadRequest) Error

func (*AdminDeleteConfigurationAlertV1BadRequest) GetPayload

func (*AdminDeleteConfigurationAlertV1BadRequest) ToJSONString

type AdminDeleteConfigurationAlertV1Forbidden

type AdminDeleteConfigurationAlertV1Forbidden struct {
	Payload *sessionclientmodels.ResponseError
}

AdminDeleteConfigurationAlertV1Forbidden handles this case with default header values.

Forbidden

func NewAdminDeleteConfigurationAlertV1Forbidden

func NewAdminDeleteConfigurationAlertV1Forbidden() *AdminDeleteConfigurationAlertV1Forbidden

NewAdminDeleteConfigurationAlertV1Forbidden creates a AdminDeleteConfigurationAlertV1Forbidden with default headers values

func (*AdminDeleteConfigurationAlertV1Forbidden) Error

func (*AdminDeleteConfigurationAlertV1Forbidden) GetPayload

func (*AdminDeleteConfigurationAlertV1Forbidden) ToJSONString

type AdminDeleteConfigurationAlertV1InternalServerError

type AdminDeleteConfigurationAlertV1InternalServerError struct {
	Payload *sessionclientmodels.ResponseError
}

AdminDeleteConfigurationAlertV1InternalServerError handles this case with default header values.

Internal Server Error

func NewAdminDeleteConfigurationAlertV1InternalServerError

func NewAdminDeleteConfigurationAlertV1InternalServerError() *AdminDeleteConfigurationAlertV1InternalServerError

NewAdminDeleteConfigurationAlertV1InternalServerError creates a AdminDeleteConfigurationAlertV1InternalServerError with default headers values

func (*AdminDeleteConfigurationAlertV1InternalServerError) Error

func (*AdminDeleteConfigurationAlertV1InternalServerError) GetPayload

func (*AdminDeleteConfigurationAlertV1InternalServerError) ToJSONString

type AdminDeleteConfigurationAlertV1NoContent

type AdminDeleteConfigurationAlertV1NoContent struct {
}

AdminDeleteConfigurationAlertV1NoContent handles this case with default header values.

No Content

func NewAdminDeleteConfigurationAlertV1NoContent

func NewAdminDeleteConfigurationAlertV1NoContent() *AdminDeleteConfigurationAlertV1NoContent

NewAdminDeleteConfigurationAlertV1NoContent creates a AdminDeleteConfigurationAlertV1NoContent with default headers values

func (*AdminDeleteConfigurationAlertV1NoContent) Error

type AdminDeleteConfigurationAlertV1Params

type AdminDeleteConfigurationAlertV1Params struct {

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

	*/
	Namespace string

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

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

AdminDeleteConfigurationAlertV1Params contains all the parameters to send to the API endpoint for the admin delete configuration alert v1 operation typically these are written to a http.Request

func NewAdminDeleteConfigurationAlertV1Params

func NewAdminDeleteConfigurationAlertV1Params() *AdminDeleteConfigurationAlertV1Params

NewAdminDeleteConfigurationAlertV1Params creates a new AdminDeleteConfigurationAlertV1Params object with the default values initialized.

func NewAdminDeleteConfigurationAlertV1ParamsWithContext

func NewAdminDeleteConfigurationAlertV1ParamsWithContext(ctx context.Context) *AdminDeleteConfigurationAlertV1Params

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

func NewAdminDeleteConfigurationAlertV1ParamsWithHTTPClient

func NewAdminDeleteConfigurationAlertV1ParamsWithHTTPClient(client *http.Client) *AdminDeleteConfigurationAlertV1Params

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

func NewAdminDeleteConfigurationAlertV1ParamsWithTimeout

func NewAdminDeleteConfigurationAlertV1ParamsWithTimeout(timeout time.Duration) *AdminDeleteConfigurationAlertV1Params

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

func (*AdminDeleteConfigurationAlertV1Params) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the admin delete configuration alert v1 params

func (*AdminDeleteConfigurationAlertV1Params) SetContext

SetContext adds the context to the admin delete configuration alert v1 params

func (*AdminDeleteConfigurationAlertV1Params) SetFlightId

func (o *AdminDeleteConfigurationAlertV1Params) SetFlightId(flightId string)

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

func (*AdminDeleteConfigurationAlertV1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the admin delete configuration alert v1 params

func (*AdminDeleteConfigurationAlertV1Params) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the admin delete configuration alert v1 params

func (*AdminDeleteConfigurationAlertV1Params) SetNamespace

func (o *AdminDeleteConfigurationAlertV1Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin delete configuration alert v1 params

func (*AdminDeleteConfigurationAlertV1Params) SetTimeout

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

SetTimeout adds the timeout to the admin delete configuration alert v1 params

func (*AdminDeleteConfigurationAlertV1Params) WithContext

WithContext adds the context to the admin delete configuration alert v1 params

func (*AdminDeleteConfigurationAlertV1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the admin delete configuration alert v1 params

func (*AdminDeleteConfigurationAlertV1Params) WithNamespace

WithNamespace adds the namespace to the admin delete configuration alert v1 params

func (*AdminDeleteConfigurationAlertV1Params) WithTimeout

WithTimeout adds the timeout to the admin delete configuration alert v1 params

func (*AdminDeleteConfigurationAlertV1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminDeleteConfigurationAlertV1Reader

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

AdminDeleteConfigurationAlertV1Reader is a Reader for the AdminDeleteConfigurationAlertV1 structure.

func (*AdminDeleteConfigurationAlertV1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminDeleteConfigurationAlertV1Unauthorized

type AdminDeleteConfigurationAlertV1Unauthorized struct {
	Payload *sessionclientmodels.ResponseError
}

AdminDeleteConfigurationAlertV1Unauthorized handles this case with default header values.

Unauthorized

func NewAdminDeleteConfigurationAlertV1Unauthorized

func NewAdminDeleteConfigurationAlertV1Unauthorized() *AdminDeleteConfigurationAlertV1Unauthorized

NewAdminDeleteConfigurationAlertV1Unauthorized creates a AdminDeleteConfigurationAlertV1Unauthorized with default headers values

func (*AdminDeleteConfigurationAlertV1Unauthorized) Error

func (*AdminDeleteConfigurationAlertV1Unauthorized) GetPayload

func (*AdminDeleteConfigurationAlertV1Unauthorized) ToJSONString

type AdminDeleteConfigurationTemplateV1BadRequest

type AdminDeleteConfigurationTemplateV1BadRequest struct {
	Payload *sessionclientmodels.ResponseError
}

AdminDeleteConfigurationTemplateV1BadRequest handles this case with default header values.

Bad Request

func NewAdminDeleteConfigurationTemplateV1BadRequest

func NewAdminDeleteConfigurationTemplateV1BadRequest() *AdminDeleteConfigurationTemplateV1BadRequest

NewAdminDeleteConfigurationTemplateV1BadRequest creates a AdminDeleteConfigurationTemplateV1BadRequest with default headers values

func (*AdminDeleteConfigurationTemplateV1BadRequest) Error

func (*AdminDeleteConfigurationTemplateV1BadRequest) GetPayload

func (*AdminDeleteConfigurationTemplateV1BadRequest) ToJSONString

type AdminDeleteConfigurationTemplateV1Forbidden

type AdminDeleteConfigurationTemplateV1Forbidden struct {
	Payload *sessionclientmodels.ResponseError
}

AdminDeleteConfigurationTemplateV1Forbidden handles this case with default header values.

Forbidden

func NewAdminDeleteConfigurationTemplateV1Forbidden

func NewAdminDeleteConfigurationTemplateV1Forbidden() *AdminDeleteConfigurationTemplateV1Forbidden

NewAdminDeleteConfigurationTemplateV1Forbidden creates a AdminDeleteConfigurationTemplateV1Forbidden with default headers values

func (*AdminDeleteConfigurationTemplateV1Forbidden) Error

func (*AdminDeleteConfigurationTemplateV1Forbidden) GetPayload

func (*AdminDeleteConfigurationTemplateV1Forbidden) ToJSONString

type AdminDeleteConfigurationTemplateV1InternalServerError

type AdminDeleteConfigurationTemplateV1InternalServerError struct {
	Payload *sessionclientmodels.ResponseError
}

AdminDeleteConfigurationTemplateV1InternalServerError handles this case with default header values.

Internal Server Error

func NewAdminDeleteConfigurationTemplateV1InternalServerError

func NewAdminDeleteConfigurationTemplateV1InternalServerError() *AdminDeleteConfigurationTemplateV1InternalServerError

NewAdminDeleteConfigurationTemplateV1InternalServerError creates a AdminDeleteConfigurationTemplateV1InternalServerError with default headers values

func (*AdminDeleteConfigurationTemplateV1InternalServerError) Error

func (*AdminDeleteConfigurationTemplateV1InternalServerError) GetPayload

func (*AdminDeleteConfigurationTemplateV1InternalServerError) ToJSONString

type AdminDeleteConfigurationTemplateV1NoContent

type AdminDeleteConfigurationTemplateV1NoContent struct {
}

AdminDeleteConfigurationTemplateV1NoContent handles this case with default header values.

No Content

func NewAdminDeleteConfigurationTemplateV1NoContent

func NewAdminDeleteConfigurationTemplateV1NoContent() *AdminDeleteConfigurationTemplateV1NoContent

NewAdminDeleteConfigurationTemplateV1NoContent creates a AdminDeleteConfigurationTemplateV1NoContent with default headers values

func (*AdminDeleteConfigurationTemplateV1NoContent) Error

type AdminDeleteConfigurationTemplateV1Params

type AdminDeleteConfigurationTemplateV1Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Name
	  configuration name

	*/
	Name string
	/*Namespace
	  namespace of the game

	*/
	Namespace string

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

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

AdminDeleteConfigurationTemplateV1Params contains all the parameters to send to the API endpoint for the admin delete configuration template v1 operation typically these are written to a http.Request

func NewAdminDeleteConfigurationTemplateV1Params

func NewAdminDeleteConfigurationTemplateV1Params() *AdminDeleteConfigurationTemplateV1Params

NewAdminDeleteConfigurationTemplateV1Params creates a new AdminDeleteConfigurationTemplateV1Params object with the default values initialized.

func NewAdminDeleteConfigurationTemplateV1ParamsWithContext

func NewAdminDeleteConfigurationTemplateV1ParamsWithContext(ctx context.Context) *AdminDeleteConfigurationTemplateV1Params

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

func NewAdminDeleteConfigurationTemplateV1ParamsWithHTTPClient

func NewAdminDeleteConfigurationTemplateV1ParamsWithHTTPClient(client *http.Client) *AdminDeleteConfigurationTemplateV1Params

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

func NewAdminDeleteConfigurationTemplateV1ParamsWithTimeout

func NewAdminDeleteConfigurationTemplateV1ParamsWithTimeout(timeout time.Duration) *AdminDeleteConfigurationTemplateV1Params

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

func (*AdminDeleteConfigurationTemplateV1Params) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the admin delete configuration template v1 params

func (*AdminDeleteConfigurationTemplateV1Params) SetContext

SetContext adds the context to the admin delete configuration template v1 params

func (*AdminDeleteConfigurationTemplateV1Params) SetFlightId

func (o *AdminDeleteConfigurationTemplateV1Params) SetFlightId(flightId string)

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

func (*AdminDeleteConfigurationTemplateV1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the admin delete configuration template v1 params

func (*AdminDeleteConfigurationTemplateV1Params) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the admin delete configuration template v1 params

func (*AdminDeleteConfigurationTemplateV1Params) SetName

SetName adds the name to the admin delete configuration template v1 params

func (*AdminDeleteConfigurationTemplateV1Params) SetNamespace

func (o *AdminDeleteConfigurationTemplateV1Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin delete configuration template v1 params

func (*AdminDeleteConfigurationTemplateV1Params) SetTimeout

SetTimeout adds the timeout to the admin delete configuration template v1 params

func (*AdminDeleteConfigurationTemplateV1Params) WithContext

WithContext adds the context to the admin delete configuration template v1 params

func (*AdminDeleteConfigurationTemplateV1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the admin delete configuration template v1 params

func (*AdminDeleteConfigurationTemplateV1Params) WithName

WithName adds the name to the admin delete configuration template v1 params

func (*AdminDeleteConfigurationTemplateV1Params) WithNamespace

WithNamespace adds the namespace to the admin delete configuration template v1 params

func (*AdminDeleteConfigurationTemplateV1Params) WithTimeout

WithTimeout adds the timeout to the admin delete configuration template v1 params

func (*AdminDeleteConfigurationTemplateV1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminDeleteConfigurationTemplateV1Reader

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

AdminDeleteConfigurationTemplateV1Reader is a Reader for the AdminDeleteConfigurationTemplateV1 structure.

func (*AdminDeleteConfigurationTemplateV1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminDeleteConfigurationTemplateV1Unauthorized

type AdminDeleteConfigurationTemplateV1Unauthorized struct {
	Payload *sessionclientmodels.ResponseError
}

AdminDeleteConfigurationTemplateV1Unauthorized handles this case with default header values.

Unauthorized

func NewAdminDeleteConfigurationTemplateV1Unauthorized

func NewAdminDeleteConfigurationTemplateV1Unauthorized() *AdminDeleteConfigurationTemplateV1Unauthorized

NewAdminDeleteConfigurationTemplateV1Unauthorized creates a AdminDeleteConfigurationTemplateV1Unauthorized with default headers values

func (*AdminDeleteConfigurationTemplateV1Unauthorized) Error

func (*AdminDeleteConfigurationTemplateV1Unauthorized) GetPayload

func (*AdminDeleteConfigurationTemplateV1Unauthorized) ToJSONString

type AdminGetAllConfigurationTemplatesV1BadRequest

type AdminGetAllConfigurationTemplatesV1BadRequest struct {
	Payload *sessionclientmodels.ResponseError
}

AdminGetAllConfigurationTemplatesV1BadRequest handles this case with default header values.

Bad Request

func NewAdminGetAllConfigurationTemplatesV1BadRequest

func NewAdminGetAllConfigurationTemplatesV1BadRequest() *AdminGetAllConfigurationTemplatesV1BadRequest

NewAdminGetAllConfigurationTemplatesV1BadRequest creates a AdminGetAllConfigurationTemplatesV1BadRequest with default headers values

func (*AdminGetAllConfigurationTemplatesV1BadRequest) Error

func (*AdminGetAllConfigurationTemplatesV1BadRequest) GetPayload

func (*AdminGetAllConfigurationTemplatesV1BadRequest) ToJSONString

type AdminGetAllConfigurationTemplatesV1Forbidden

type AdminGetAllConfigurationTemplatesV1Forbidden struct {
	Payload *sessionclientmodels.ResponseError
}

AdminGetAllConfigurationTemplatesV1Forbidden handles this case with default header values.

Forbidden

func NewAdminGetAllConfigurationTemplatesV1Forbidden

func NewAdminGetAllConfigurationTemplatesV1Forbidden() *AdminGetAllConfigurationTemplatesV1Forbidden

NewAdminGetAllConfigurationTemplatesV1Forbidden creates a AdminGetAllConfigurationTemplatesV1Forbidden with default headers values

func (*AdminGetAllConfigurationTemplatesV1Forbidden) Error

func (*AdminGetAllConfigurationTemplatesV1Forbidden) GetPayload

func (*AdminGetAllConfigurationTemplatesV1Forbidden) ToJSONString

type AdminGetAllConfigurationTemplatesV1InternalServerError

type AdminGetAllConfigurationTemplatesV1InternalServerError struct {
	Payload *sessionclientmodels.ResponseError
}

AdminGetAllConfigurationTemplatesV1InternalServerError handles this case with default header values.

Internal Server Error

func NewAdminGetAllConfigurationTemplatesV1InternalServerError

func NewAdminGetAllConfigurationTemplatesV1InternalServerError() *AdminGetAllConfigurationTemplatesV1InternalServerError

NewAdminGetAllConfigurationTemplatesV1InternalServerError creates a AdminGetAllConfigurationTemplatesV1InternalServerError with default headers values

func (*AdminGetAllConfigurationTemplatesV1InternalServerError) Error

func (*AdminGetAllConfigurationTemplatesV1InternalServerError) GetPayload

func (*AdminGetAllConfigurationTemplatesV1InternalServerError) ToJSONString

type AdminGetAllConfigurationTemplatesV1OK

type AdminGetAllConfigurationTemplatesV1OK struct {
	Payload *sessionclientmodels.ApimodelsConfigurationTemplatesResponse
}

AdminGetAllConfigurationTemplatesV1OK handles this case with default header values.

OK

func NewAdminGetAllConfigurationTemplatesV1OK

func NewAdminGetAllConfigurationTemplatesV1OK() *AdminGetAllConfigurationTemplatesV1OK

NewAdminGetAllConfigurationTemplatesV1OK creates a AdminGetAllConfigurationTemplatesV1OK with default headers values

func (*AdminGetAllConfigurationTemplatesV1OK) Error

func (*AdminGetAllConfigurationTemplatesV1OK) GetPayload

func (*AdminGetAllConfigurationTemplatesV1OK) ToJSONString

type AdminGetAllConfigurationTemplatesV1Params

type AdminGetAllConfigurationTemplatesV1Params struct {

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

	*/
	Namespace string
	/*Limit
	  Pagination limit

	*/
	Limit *int64
	/*Name
	  Configuration name

	*/
	Name *string
	/*Offset
	  Pagination offset

	*/
	Offset *int64
	/*Order
	  Order of the result. Supported: desc (default), asc

	*/
	Order *string
	/*OrderBy
	  Order result by specific attribute. Supported: createdAt (default), updatedAt

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

AdminGetAllConfigurationTemplatesV1Params contains all the parameters to send to the API endpoint for the admin get all configuration templates v1 operation typically these are written to a http.Request

func NewAdminGetAllConfigurationTemplatesV1Params

func NewAdminGetAllConfigurationTemplatesV1Params() *AdminGetAllConfigurationTemplatesV1Params

NewAdminGetAllConfigurationTemplatesV1Params creates a new AdminGetAllConfigurationTemplatesV1Params object with the default values initialized.

func NewAdminGetAllConfigurationTemplatesV1ParamsWithContext

func NewAdminGetAllConfigurationTemplatesV1ParamsWithContext(ctx context.Context) *AdminGetAllConfigurationTemplatesV1Params

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

func NewAdminGetAllConfigurationTemplatesV1ParamsWithHTTPClient

func NewAdminGetAllConfigurationTemplatesV1ParamsWithHTTPClient(client *http.Client) *AdminGetAllConfigurationTemplatesV1Params

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

func NewAdminGetAllConfigurationTemplatesV1ParamsWithTimeout

func NewAdminGetAllConfigurationTemplatesV1ParamsWithTimeout(timeout time.Duration) *AdminGetAllConfigurationTemplatesV1Params

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

func (*AdminGetAllConfigurationTemplatesV1Params) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the admin get all configuration templates v1 params

func (*AdminGetAllConfigurationTemplatesV1Params) SetContext

SetContext adds the context to the admin get all configuration templates v1 params

func (*AdminGetAllConfigurationTemplatesV1Params) SetFlightId

func (o *AdminGetAllConfigurationTemplatesV1Params) SetFlightId(flightId string)

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

func (*AdminGetAllConfigurationTemplatesV1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the admin get all configuration templates v1 params

func (*AdminGetAllConfigurationTemplatesV1Params) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the admin get all configuration templates v1 params

func (*AdminGetAllConfigurationTemplatesV1Params) SetLimit

SetLimit adds the limit to the admin get all configuration templates v1 params

func (*AdminGetAllConfigurationTemplatesV1Params) SetName

SetName adds the name to the admin get all configuration templates v1 params

func (*AdminGetAllConfigurationTemplatesV1Params) SetNamespace

func (o *AdminGetAllConfigurationTemplatesV1Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin get all configuration templates v1 params

func (*AdminGetAllConfigurationTemplatesV1Params) SetOffset

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

SetOffset adds the offset to the admin get all configuration templates v1 params

func (*AdminGetAllConfigurationTemplatesV1Params) SetOrder

SetOrder adds the order to the admin get all configuration templates v1 params

func (*AdminGetAllConfigurationTemplatesV1Params) SetOrderBy

func (o *AdminGetAllConfigurationTemplatesV1Params) SetOrderBy(orderBy *string)

SetOrderBy adds the orderBy to the admin get all configuration templates v1 params

func (*AdminGetAllConfigurationTemplatesV1Params) SetTimeout

SetTimeout adds the timeout to the admin get all configuration templates v1 params

func (*AdminGetAllConfigurationTemplatesV1Params) WithContext

WithContext adds the context to the admin get all configuration templates v1 params

func (*AdminGetAllConfigurationTemplatesV1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the admin get all configuration templates v1 params

func (*AdminGetAllConfigurationTemplatesV1Params) WithLimit

WithLimit adds the limit to the admin get all configuration templates v1 params

func (*AdminGetAllConfigurationTemplatesV1Params) WithName

WithName adds the name to the admin get all configuration templates v1 params

func (*AdminGetAllConfigurationTemplatesV1Params) WithNamespace

WithNamespace adds the namespace to the admin get all configuration templates v1 params

func (*AdminGetAllConfigurationTemplatesV1Params) WithOffset

WithOffset adds the offset to the admin get all configuration templates v1 params

func (*AdminGetAllConfigurationTemplatesV1Params) WithOrder

WithOrder adds the order to the admin get all configuration templates v1 params

func (*AdminGetAllConfigurationTemplatesV1Params) WithOrderBy

WithOrderBy adds the orderBy to the admin get all configuration templates v1 params

func (*AdminGetAllConfigurationTemplatesV1Params) WithTimeout

WithTimeout adds the timeout to the admin get all configuration templates v1 params

func (*AdminGetAllConfigurationTemplatesV1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminGetAllConfigurationTemplatesV1Reader

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

AdminGetAllConfigurationTemplatesV1Reader is a Reader for the AdminGetAllConfigurationTemplatesV1 structure.

func (*AdminGetAllConfigurationTemplatesV1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminGetAllConfigurationTemplatesV1Unauthorized

type AdminGetAllConfigurationTemplatesV1Unauthorized struct {
	Payload *sessionclientmodels.ResponseError
}

AdminGetAllConfigurationTemplatesV1Unauthorized handles this case with default header values.

Unauthorized

func NewAdminGetAllConfigurationTemplatesV1Unauthorized

func NewAdminGetAllConfigurationTemplatesV1Unauthorized() *AdminGetAllConfigurationTemplatesV1Unauthorized

NewAdminGetAllConfigurationTemplatesV1Unauthorized creates a AdminGetAllConfigurationTemplatesV1Unauthorized with default headers values

func (*AdminGetAllConfigurationTemplatesV1Unauthorized) Error

func (*AdminGetAllConfigurationTemplatesV1Unauthorized) GetPayload

func (*AdminGetAllConfigurationTemplatesV1Unauthorized) ToJSONString

type AdminGetConfigurationAlertV1BadRequest

type AdminGetConfigurationAlertV1BadRequest struct {
	Payload *sessionclientmodels.ResponseError
}

AdminGetConfigurationAlertV1BadRequest handles this case with default header values.

Bad Request

func NewAdminGetConfigurationAlertV1BadRequest

func NewAdminGetConfigurationAlertV1BadRequest() *AdminGetConfigurationAlertV1BadRequest

NewAdminGetConfigurationAlertV1BadRequest creates a AdminGetConfigurationAlertV1BadRequest with default headers values

func (*AdminGetConfigurationAlertV1BadRequest) Error

func (*AdminGetConfigurationAlertV1BadRequest) GetPayload

func (*AdminGetConfigurationAlertV1BadRequest) ToJSONString

type AdminGetConfigurationAlertV1Forbidden

type AdminGetConfigurationAlertV1Forbidden struct {
	Payload *sessionclientmodels.ResponseError
}

AdminGetConfigurationAlertV1Forbidden handles this case with default header values.

Forbidden

func NewAdminGetConfigurationAlertV1Forbidden

func NewAdminGetConfigurationAlertV1Forbidden() *AdminGetConfigurationAlertV1Forbidden

NewAdminGetConfigurationAlertV1Forbidden creates a AdminGetConfigurationAlertV1Forbidden with default headers values

func (*AdminGetConfigurationAlertV1Forbidden) Error

func (*AdminGetConfigurationAlertV1Forbidden) GetPayload

func (*AdminGetConfigurationAlertV1Forbidden) ToJSONString

type AdminGetConfigurationAlertV1InternalServerError

type AdminGetConfigurationAlertV1InternalServerError struct {
	Payload *sessionclientmodels.ResponseError
}

AdminGetConfigurationAlertV1InternalServerError handles this case with default header values.

Internal Server Error

func NewAdminGetConfigurationAlertV1InternalServerError

func NewAdminGetConfigurationAlertV1InternalServerError() *AdminGetConfigurationAlertV1InternalServerError

NewAdminGetConfigurationAlertV1InternalServerError creates a AdminGetConfigurationAlertV1InternalServerError with default headers values

func (*AdminGetConfigurationAlertV1InternalServerError) Error

func (*AdminGetConfigurationAlertV1InternalServerError) GetPayload

func (*AdminGetConfigurationAlertV1InternalServerError) ToJSONString

type AdminGetConfigurationAlertV1NotFound

type AdminGetConfigurationAlertV1NotFound struct {
	Payload *sessionclientmodels.ResponseError
}

AdminGetConfigurationAlertV1NotFound handles this case with default header values.

Not Found

func NewAdminGetConfigurationAlertV1NotFound

func NewAdminGetConfigurationAlertV1NotFound() *AdminGetConfigurationAlertV1NotFound

NewAdminGetConfigurationAlertV1NotFound creates a AdminGetConfigurationAlertV1NotFound with default headers values

func (*AdminGetConfigurationAlertV1NotFound) Error

func (*AdminGetConfigurationAlertV1NotFound) GetPayload

func (*AdminGetConfigurationAlertV1NotFound) ToJSONString

func (o *AdminGetConfigurationAlertV1NotFound) ToJSONString() string

type AdminGetConfigurationAlertV1OK

type AdminGetConfigurationAlertV1OK struct {
	Payload *sessionclientmodels.ApimodelsConfigAlertResponse
}

AdminGetConfigurationAlertV1OK handles this case with default header values.

Created

func NewAdminGetConfigurationAlertV1OK

func NewAdminGetConfigurationAlertV1OK() *AdminGetConfigurationAlertV1OK

NewAdminGetConfigurationAlertV1OK creates a AdminGetConfigurationAlertV1OK with default headers values

func (*AdminGetConfigurationAlertV1OK) Error

func (*AdminGetConfigurationAlertV1OK) GetPayload

func (*AdminGetConfigurationAlertV1OK) ToJSONString

func (o *AdminGetConfigurationAlertV1OK) ToJSONString() string

type AdminGetConfigurationAlertV1Params

type AdminGetConfigurationAlertV1Params struct {

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

	*/
	Namespace string

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

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

AdminGetConfigurationAlertV1Params contains all the parameters to send to the API endpoint for the admin get configuration alert v1 operation typically these are written to a http.Request

func NewAdminGetConfigurationAlertV1Params

func NewAdminGetConfigurationAlertV1Params() *AdminGetConfigurationAlertV1Params

NewAdminGetConfigurationAlertV1Params creates a new AdminGetConfigurationAlertV1Params object with the default values initialized.

func NewAdminGetConfigurationAlertV1ParamsWithContext

func NewAdminGetConfigurationAlertV1ParamsWithContext(ctx context.Context) *AdminGetConfigurationAlertV1Params

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

func NewAdminGetConfigurationAlertV1ParamsWithHTTPClient

func NewAdminGetConfigurationAlertV1ParamsWithHTTPClient(client *http.Client) *AdminGetConfigurationAlertV1Params

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

func NewAdminGetConfigurationAlertV1ParamsWithTimeout

func NewAdminGetConfigurationAlertV1ParamsWithTimeout(timeout time.Duration) *AdminGetConfigurationAlertV1Params

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

func (*AdminGetConfigurationAlertV1Params) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the admin get configuration alert v1 params

func (*AdminGetConfigurationAlertV1Params) SetContext

SetContext adds the context to the admin get configuration alert v1 params

func (*AdminGetConfigurationAlertV1Params) SetFlightId

func (o *AdminGetConfigurationAlertV1Params) SetFlightId(flightId string)

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

func (*AdminGetConfigurationAlertV1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the admin get configuration alert v1 params

func (*AdminGetConfigurationAlertV1Params) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the admin get configuration alert v1 params

func (*AdminGetConfigurationAlertV1Params) SetNamespace

func (o *AdminGetConfigurationAlertV1Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin get configuration alert v1 params

func (*AdminGetConfigurationAlertV1Params) SetTimeout

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

SetTimeout adds the timeout to the admin get configuration alert v1 params

func (*AdminGetConfigurationAlertV1Params) WithContext

WithContext adds the context to the admin get configuration alert v1 params

func (*AdminGetConfigurationAlertV1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the admin get configuration alert v1 params

func (*AdminGetConfigurationAlertV1Params) WithNamespace

WithNamespace adds the namespace to the admin get configuration alert v1 params

func (*AdminGetConfigurationAlertV1Params) WithTimeout

WithTimeout adds the timeout to the admin get configuration alert v1 params

func (*AdminGetConfigurationAlertV1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminGetConfigurationAlertV1Reader

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

AdminGetConfigurationAlertV1Reader is a Reader for the AdminGetConfigurationAlertV1 structure.

func (*AdminGetConfigurationAlertV1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminGetConfigurationAlertV1Unauthorized

type AdminGetConfigurationAlertV1Unauthorized struct {
	Payload *sessionclientmodels.ResponseError
}

AdminGetConfigurationAlertV1Unauthorized handles this case with default header values.

Unauthorized

func NewAdminGetConfigurationAlertV1Unauthorized

func NewAdminGetConfigurationAlertV1Unauthorized() *AdminGetConfigurationAlertV1Unauthorized

NewAdminGetConfigurationAlertV1Unauthorized creates a AdminGetConfigurationAlertV1Unauthorized with default headers values

func (*AdminGetConfigurationAlertV1Unauthorized) Error

func (*AdminGetConfigurationAlertV1Unauthorized) GetPayload

func (*AdminGetConfigurationAlertV1Unauthorized) ToJSONString

type AdminGetConfigurationTemplateV1BadRequest

type AdminGetConfigurationTemplateV1BadRequest struct {
	Payload *sessionclientmodels.ResponseError
}

AdminGetConfigurationTemplateV1BadRequest handles this case with default header values.

Bad Request

func NewAdminGetConfigurationTemplateV1BadRequest

func NewAdminGetConfigurationTemplateV1BadRequest() *AdminGetConfigurationTemplateV1BadRequest

NewAdminGetConfigurationTemplateV1BadRequest creates a AdminGetConfigurationTemplateV1BadRequest with default headers values

func (*AdminGetConfigurationTemplateV1BadRequest) Error

func (*AdminGetConfigurationTemplateV1BadRequest) GetPayload

func (*AdminGetConfigurationTemplateV1BadRequest) ToJSONString

type AdminGetConfigurationTemplateV1Forbidden

type AdminGetConfigurationTemplateV1Forbidden struct {
	Payload *sessionclientmodels.ResponseError
}

AdminGetConfigurationTemplateV1Forbidden handles this case with default header values.

Forbidden

func NewAdminGetConfigurationTemplateV1Forbidden

func NewAdminGetConfigurationTemplateV1Forbidden() *AdminGetConfigurationTemplateV1Forbidden

NewAdminGetConfigurationTemplateV1Forbidden creates a AdminGetConfigurationTemplateV1Forbidden with default headers values

func (*AdminGetConfigurationTemplateV1Forbidden) Error

func (*AdminGetConfigurationTemplateV1Forbidden) GetPayload

func (*AdminGetConfigurationTemplateV1Forbidden) ToJSONString

type AdminGetConfigurationTemplateV1InternalServerError

type AdminGetConfigurationTemplateV1InternalServerError struct {
	Payload *sessionclientmodels.ResponseError
}

AdminGetConfigurationTemplateV1InternalServerError handles this case with default header values.

Internal Server Error

func NewAdminGetConfigurationTemplateV1InternalServerError

func NewAdminGetConfigurationTemplateV1InternalServerError() *AdminGetConfigurationTemplateV1InternalServerError

NewAdminGetConfigurationTemplateV1InternalServerError creates a AdminGetConfigurationTemplateV1InternalServerError with default headers values

func (*AdminGetConfigurationTemplateV1InternalServerError) Error

func (*AdminGetConfigurationTemplateV1InternalServerError) GetPayload

func (*AdminGetConfigurationTemplateV1InternalServerError) ToJSONString

type AdminGetConfigurationTemplateV1NotFound

type AdminGetConfigurationTemplateV1NotFound struct {
	Payload *sessionclientmodels.ResponseError
}

AdminGetConfigurationTemplateV1NotFound handles this case with default header values.

Not Found

func NewAdminGetConfigurationTemplateV1NotFound

func NewAdminGetConfigurationTemplateV1NotFound() *AdminGetConfigurationTemplateV1NotFound

NewAdminGetConfigurationTemplateV1NotFound creates a AdminGetConfigurationTemplateV1NotFound with default headers values

func (*AdminGetConfigurationTemplateV1NotFound) Error

func (*AdminGetConfigurationTemplateV1NotFound) GetPayload

func (*AdminGetConfigurationTemplateV1NotFound) ToJSONString

type AdminGetConfigurationTemplateV1OK

type AdminGetConfigurationTemplateV1OK struct {
	Payload *sessionclientmodels.ApimodelsConfigurationTemplateResponse
}

AdminGetConfigurationTemplateV1OK handles this case with default header values.

Created

func NewAdminGetConfigurationTemplateV1OK

func NewAdminGetConfigurationTemplateV1OK() *AdminGetConfigurationTemplateV1OK

NewAdminGetConfigurationTemplateV1OK creates a AdminGetConfigurationTemplateV1OK with default headers values

func (*AdminGetConfigurationTemplateV1OK) Error

func (*AdminGetConfigurationTemplateV1OK) GetPayload

func (*AdminGetConfigurationTemplateV1OK) ToJSONString

func (o *AdminGetConfigurationTemplateV1OK) ToJSONString() string

type AdminGetConfigurationTemplateV1Params

type AdminGetConfigurationTemplateV1Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Name
	  configuration name

	*/
	Name string
	/*Namespace
	  namespace of the game

	*/
	Namespace string

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

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

AdminGetConfigurationTemplateV1Params contains all the parameters to send to the API endpoint for the admin get configuration template v1 operation typically these are written to a http.Request

func NewAdminGetConfigurationTemplateV1Params

func NewAdminGetConfigurationTemplateV1Params() *AdminGetConfigurationTemplateV1Params

NewAdminGetConfigurationTemplateV1Params creates a new AdminGetConfigurationTemplateV1Params object with the default values initialized.

func NewAdminGetConfigurationTemplateV1ParamsWithContext

func NewAdminGetConfigurationTemplateV1ParamsWithContext(ctx context.Context) *AdminGetConfigurationTemplateV1Params

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

func NewAdminGetConfigurationTemplateV1ParamsWithHTTPClient

func NewAdminGetConfigurationTemplateV1ParamsWithHTTPClient(client *http.Client) *AdminGetConfigurationTemplateV1Params

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

func NewAdminGetConfigurationTemplateV1ParamsWithTimeout

func NewAdminGetConfigurationTemplateV1ParamsWithTimeout(timeout time.Duration) *AdminGetConfigurationTemplateV1Params

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

func (*AdminGetConfigurationTemplateV1Params) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the admin get configuration template v1 params

func (*AdminGetConfigurationTemplateV1Params) SetContext

SetContext adds the context to the admin get configuration template v1 params

func (*AdminGetConfigurationTemplateV1Params) SetFlightId

func (o *AdminGetConfigurationTemplateV1Params) SetFlightId(flightId string)

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

func (*AdminGetConfigurationTemplateV1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the admin get configuration template v1 params

func (*AdminGetConfigurationTemplateV1Params) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the admin get configuration template v1 params

func (*AdminGetConfigurationTemplateV1Params) SetName

SetName adds the name to the admin get configuration template v1 params

func (*AdminGetConfigurationTemplateV1Params) SetNamespace

func (o *AdminGetConfigurationTemplateV1Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin get configuration template v1 params

func (*AdminGetConfigurationTemplateV1Params) SetTimeout

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

SetTimeout adds the timeout to the admin get configuration template v1 params

func (*AdminGetConfigurationTemplateV1Params) WithContext

WithContext adds the context to the admin get configuration template v1 params

func (*AdminGetConfigurationTemplateV1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the admin get configuration template v1 params

func (*AdminGetConfigurationTemplateV1Params) WithName

WithName adds the name to the admin get configuration template v1 params

func (*AdminGetConfigurationTemplateV1Params) WithNamespace

WithNamespace adds the namespace to the admin get configuration template v1 params

func (*AdminGetConfigurationTemplateV1Params) WithTimeout

WithTimeout adds the timeout to the admin get configuration template v1 params

func (*AdminGetConfigurationTemplateV1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminGetConfigurationTemplateV1Reader

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

AdminGetConfigurationTemplateV1Reader is a Reader for the AdminGetConfigurationTemplateV1 structure.

func (*AdminGetConfigurationTemplateV1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminGetConfigurationTemplateV1Unauthorized

type AdminGetConfigurationTemplateV1Unauthorized struct {
	Payload *sessionclientmodels.ResponseError
}

AdminGetConfigurationTemplateV1Unauthorized handles this case with default header values.

Unauthorized

func NewAdminGetConfigurationTemplateV1Unauthorized

func NewAdminGetConfigurationTemplateV1Unauthorized() *AdminGetConfigurationTemplateV1Unauthorized

NewAdminGetConfigurationTemplateV1Unauthorized creates a AdminGetConfigurationTemplateV1Unauthorized with default headers values

func (*AdminGetConfigurationTemplateV1Unauthorized) Error

func (*AdminGetConfigurationTemplateV1Unauthorized) GetPayload

func (*AdminGetConfigurationTemplateV1Unauthorized) ToJSONString

type AdminGetDSMCConfigurationBadRequest

type AdminGetDSMCConfigurationBadRequest struct {
	Payload *sessionclientmodels.ResponseError
}

AdminGetDSMCConfigurationBadRequest handles this case with default header values.

Bad Request

func NewAdminGetDSMCConfigurationBadRequest

func NewAdminGetDSMCConfigurationBadRequest() *AdminGetDSMCConfigurationBadRequest

NewAdminGetDSMCConfigurationBadRequest creates a AdminGetDSMCConfigurationBadRequest with default headers values

func (*AdminGetDSMCConfigurationBadRequest) Error

func (*AdminGetDSMCConfigurationBadRequest) GetPayload

func (*AdminGetDSMCConfigurationBadRequest) ToJSONString

func (o *AdminGetDSMCConfigurationBadRequest) ToJSONString() string

type AdminGetDSMCConfigurationForbidden

type AdminGetDSMCConfigurationForbidden struct {
	Payload *sessionclientmodels.ResponseError
}

AdminGetDSMCConfigurationForbidden handles this case with default header values.

Forbidden

func NewAdminGetDSMCConfigurationForbidden

func NewAdminGetDSMCConfigurationForbidden() *AdminGetDSMCConfigurationForbidden

NewAdminGetDSMCConfigurationForbidden creates a AdminGetDSMCConfigurationForbidden with default headers values

func (*AdminGetDSMCConfigurationForbidden) Error

func (*AdminGetDSMCConfigurationForbidden) GetPayload

func (*AdminGetDSMCConfigurationForbidden) ToJSONString

func (o *AdminGetDSMCConfigurationForbidden) ToJSONString() string

type AdminGetDSMCConfigurationInternalServerError

type AdminGetDSMCConfigurationInternalServerError struct {
	Payload *sessionclientmodels.ResponseError
}

AdminGetDSMCConfigurationInternalServerError handles this case with default header values.

Internal Server Error

func NewAdminGetDSMCConfigurationInternalServerError

func NewAdminGetDSMCConfigurationInternalServerError() *AdminGetDSMCConfigurationInternalServerError

NewAdminGetDSMCConfigurationInternalServerError creates a AdminGetDSMCConfigurationInternalServerError with default headers values

func (*AdminGetDSMCConfigurationInternalServerError) Error

func (*AdminGetDSMCConfigurationInternalServerError) GetPayload

func (*AdminGetDSMCConfigurationInternalServerError) ToJSONString

type AdminGetDSMCConfigurationNotFound

type AdminGetDSMCConfigurationNotFound struct {
	Payload *sessionclientmodels.ResponseError
}

AdminGetDSMCConfigurationNotFound handles this case with default header values.

Not Found

func NewAdminGetDSMCConfigurationNotFound

func NewAdminGetDSMCConfigurationNotFound() *AdminGetDSMCConfigurationNotFound

NewAdminGetDSMCConfigurationNotFound creates a AdminGetDSMCConfigurationNotFound with default headers values

func (*AdminGetDSMCConfigurationNotFound) Error

func (*AdminGetDSMCConfigurationNotFound) GetPayload

func (*AdminGetDSMCConfigurationNotFound) ToJSONString

func (o *AdminGetDSMCConfigurationNotFound) ToJSONString() string

type AdminGetDSMCConfigurationOK

type AdminGetDSMCConfigurationOK struct {
	Payload *sessionclientmodels.ModelsDSMConfigRecord
}

AdminGetDSMCConfigurationOK handles this case with default header values.

Created

func NewAdminGetDSMCConfigurationOK

func NewAdminGetDSMCConfigurationOK() *AdminGetDSMCConfigurationOK

NewAdminGetDSMCConfigurationOK creates a AdminGetDSMCConfigurationOK with default headers values

func (*AdminGetDSMCConfigurationOK) Error

func (*AdminGetDSMCConfigurationOK) GetPayload

func (*AdminGetDSMCConfigurationOK) ToJSONString

func (o *AdminGetDSMCConfigurationOK) ToJSONString() string

type AdminGetDSMCConfigurationParams

type AdminGetDSMCConfigurationParams struct {

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

	*/
	Namespace string

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

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

AdminGetDSMCConfigurationParams contains all the parameters to send to the API endpoint for the admin get dsmc configuration operation typically these are written to a http.Request

func NewAdminGetDSMCConfigurationParams

func NewAdminGetDSMCConfigurationParams() *AdminGetDSMCConfigurationParams

NewAdminGetDSMCConfigurationParams creates a new AdminGetDSMCConfigurationParams object with the default values initialized.

func NewAdminGetDSMCConfigurationParamsWithContext

func NewAdminGetDSMCConfigurationParamsWithContext(ctx context.Context) *AdminGetDSMCConfigurationParams

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

func NewAdminGetDSMCConfigurationParamsWithHTTPClient

func NewAdminGetDSMCConfigurationParamsWithHTTPClient(client *http.Client) *AdminGetDSMCConfigurationParams

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

func NewAdminGetDSMCConfigurationParamsWithTimeout

func NewAdminGetDSMCConfigurationParamsWithTimeout(timeout time.Duration) *AdminGetDSMCConfigurationParams

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

func (*AdminGetDSMCConfigurationParams) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the admin get dsmc configuration params

func (*AdminGetDSMCConfigurationParams) SetContext

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

SetContext adds the context to the admin get dsmc configuration params

func (*AdminGetDSMCConfigurationParams) SetFlightId

func (o *AdminGetDSMCConfigurationParams) SetFlightId(flightId string)

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

func (*AdminGetDSMCConfigurationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the admin get dsmc configuration params

func (*AdminGetDSMCConfigurationParams) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the admin get dsmc configuration params

func (*AdminGetDSMCConfigurationParams) SetNamespace

func (o *AdminGetDSMCConfigurationParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin get dsmc configuration params

func (*AdminGetDSMCConfigurationParams) SetTimeout

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

SetTimeout adds the timeout to the admin get dsmc configuration params

func (*AdminGetDSMCConfigurationParams) WithContext

WithContext adds the context to the admin get dsmc configuration params

func (*AdminGetDSMCConfigurationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the admin get dsmc configuration params

func (*AdminGetDSMCConfigurationParams) WithNamespace

WithNamespace adds the namespace to the admin get dsmc configuration params

func (*AdminGetDSMCConfigurationParams) WithTimeout

WithTimeout adds the timeout to the admin get dsmc configuration params

func (*AdminGetDSMCConfigurationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminGetDSMCConfigurationReader

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

AdminGetDSMCConfigurationReader is a Reader for the AdminGetDSMCConfiguration structure.

func (*AdminGetDSMCConfigurationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminGetDSMCConfigurationUnauthorized

type AdminGetDSMCConfigurationUnauthorized struct {
	Payload *sessionclientmodels.ResponseError
}

AdminGetDSMCConfigurationUnauthorized handles this case with default header values.

Unauthorized

func NewAdminGetDSMCConfigurationUnauthorized

func NewAdminGetDSMCConfigurationUnauthorized() *AdminGetDSMCConfigurationUnauthorized

NewAdminGetDSMCConfigurationUnauthorized creates a AdminGetDSMCConfigurationUnauthorized with default headers values

func (*AdminGetDSMCConfigurationUnauthorized) Error

func (*AdminGetDSMCConfigurationUnauthorized) GetPayload

func (*AdminGetDSMCConfigurationUnauthorized) ToJSONString

type AdminSyncDSMCConfigurationBadRequest

type AdminSyncDSMCConfigurationBadRequest struct {
	Payload *sessionclientmodels.ResponseError
}

AdminSyncDSMCConfigurationBadRequest handles this case with default header values.

Bad Request

func NewAdminSyncDSMCConfigurationBadRequest

func NewAdminSyncDSMCConfigurationBadRequest() *AdminSyncDSMCConfigurationBadRequest

NewAdminSyncDSMCConfigurationBadRequest creates a AdminSyncDSMCConfigurationBadRequest with default headers values

func (*AdminSyncDSMCConfigurationBadRequest) Error

func (*AdminSyncDSMCConfigurationBadRequest) GetPayload

func (*AdminSyncDSMCConfigurationBadRequest) ToJSONString

func (o *AdminSyncDSMCConfigurationBadRequest) ToJSONString() string

type AdminSyncDSMCConfigurationForbidden

type AdminSyncDSMCConfigurationForbidden struct {
	Payload *sessionclientmodels.ResponseError
}

AdminSyncDSMCConfigurationForbidden handles this case with default header values.

Forbidden

func NewAdminSyncDSMCConfigurationForbidden

func NewAdminSyncDSMCConfigurationForbidden() *AdminSyncDSMCConfigurationForbidden

NewAdminSyncDSMCConfigurationForbidden creates a AdminSyncDSMCConfigurationForbidden with default headers values

func (*AdminSyncDSMCConfigurationForbidden) Error

func (*AdminSyncDSMCConfigurationForbidden) GetPayload

func (*AdminSyncDSMCConfigurationForbidden) ToJSONString

func (o *AdminSyncDSMCConfigurationForbidden) ToJSONString() string

type AdminSyncDSMCConfigurationInternalServerError

type AdminSyncDSMCConfigurationInternalServerError struct {
	Payload *sessionclientmodels.ResponseError
}

AdminSyncDSMCConfigurationInternalServerError handles this case with default header values.

Internal Server Error

func NewAdminSyncDSMCConfigurationInternalServerError

func NewAdminSyncDSMCConfigurationInternalServerError() *AdminSyncDSMCConfigurationInternalServerError

NewAdminSyncDSMCConfigurationInternalServerError creates a AdminSyncDSMCConfigurationInternalServerError with default headers values

func (*AdminSyncDSMCConfigurationInternalServerError) Error

func (*AdminSyncDSMCConfigurationInternalServerError) GetPayload

func (*AdminSyncDSMCConfigurationInternalServerError) ToJSONString

type AdminSyncDSMCConfigurationNotFound

type AdminSyncDSMCConfigurationNotFound struct {
	Payload *sessionclientmodels.ResponseError
}

AdminSyncDSMCConfigurationNotFound handles this case with default header values.

Not Found

func NewAdminSyncDSMCConfigurationNotFound

func NewAdminSyncDSMCConfigurationNotFound() *AdminSyncDSMCConfigurationNotFound

NewAdminSyncDSMCConfigurationNotFound creates a AdminSyncDSMCConfigurationNotFound with default headers values

func (*AdminSyncDSMCConfigurationNotFound) Error

func (*AdminSyncDSMCConfigurationNotFound) GetPayload

func (*AdminSyncDSMCConfigurationNotFound) ToJSONString

func (o *AdminSyncDSMCConfigurationNotFound) ToJSONString() string

type AdminSyncDSMCConfigurationOK

type AdminSyncDSMCConfigurationOK struct {
	Payload *sessionclientmodels.ModelsDSMConfigRecord
}

AdminSyncDSMCConfigurationOK handles this case with default header values.

Created

func NewAdminSyncDSMCConfigurationOK

func NewAdminSyncDSMCConfigurationOK() *AdminSyncDSMCConfigurationOK

NewAdminSyncDSMCConfigurationOK creates a AdminSyncDSMCConfigurationOK with default headers values

func (*AdminSyncDSMCConfigurationOK) Error

func (*AdminSyncDSMCConfigurationOK) GetPayload

func (*AdminSyncDSMCConfigurationOK) ToJSONString

func (o *AdminSyncDSMCConfigurationOK) ToJSONString() string

type AdminSyncDSMCConfigurationParams

type AdminSyncDSMCConfigurationParams struct {

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

	*/
	Namespace string

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

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

AdminSyncDSMCConfigurationParams contains all the parameters to send to the API endpoint for the admin sync dsmc configuration operation typically these are written to a http.Request

func NewAdminSyncDSMCConfigurationParams

func NewAdminSyncDSMCConfigurationParams() *AdminSyncDSMCConfigurationParams

NewAdminSyncDSMCConfigurationParams creates a new AdminSyncDSMCConfigurationParams object with the default values initialized.

func NewAdminSyncDSMCConfigurationParamsWithContext

func NewAdminSyncDSMCConfigurationParamsWithContext(ctx context.Context) *AdminSyncDSMCConfigurationParams

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

func NewAdminSyncDSMCConfigurationParamsWithHTTPClient

func NewAdminSyncDSMCConfigurationParamsWithHTTPClient(client *http.Client) *AdminSyncDSMCConfigurationParams

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

func NewAdminSyncDSMCConfigurationParamsWithTimeout

func NewAdminSyncDSMCConfigurationParamsWithTimeout(timeout time.Duration) *AdminSyncDSMCConfigurationParams

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

func (*AdminSyncDSMCConfigurationParams) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the admin sync dsmc configuration params

func (*AdminSyncDSMCConfigurationParams) SetContext

SetContext adds the context to the admin sync dsmc configuration params

func (*AdminSyncDSMCConfigurationParams) SetFlightId

func (o *AdminSyncDSMCConfigurationParams) SetFlightId(flightId string)

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

func (*AdminSyncDSMCConfigurationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the admin sync dsmc configuration params

func (*AdminSyncDSMCConfigurationParams) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the admin sync dsmc configuration params

func (*AdminSyncDSMCConfigurationParams) SetNamespace

func (o *AdminSyncDSMCConfigurationParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin sync dsmc configuration params

func (*AdminSyncDSMCConfigurationParams) SetTimeout

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

SetTimeout adds the timeout to the admin sync dsmc configuration params

func (*AdminSyncDSMCConfigurationParams) WithContext

WithContext adds the context to the admin sync dsmc configuration params

func (*AdminSyncDSMCConfigurationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the admin sync dsmc configuration params

func (*AdminSyncDSMCConfigurationParams) WithNamespace

WithNamespace adds the namespace to the admin sync dsmc configuration params

func (*AdminSyncDSMCConfigurationParams) WithTimeout

WithTimeout adds the timeout to the admin sync dsmc configuration params

func (*AdminSyncDSMCConfigurationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminSyncDSMCConfigurationReader

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

AdminSyncDSMCConfigurationReader is a Reader for the AdminSyncDSMCConfiguration structure.

func (*AdminSyncDSMCConfigurationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminSyncDSMCConfigurationUnauthorized

type AdminSyncDSMCConfigurationUnauthorized struct {
	Payload *sessionclientmodels.ResponseError
}

AdminSyncDSMCConfigurationUnauthorized handles this case with default header values.

Unauthorized

func NewAdminSyncDSMCConfigurationUnauthorized

func NewAdminSyncDSMCConfigurationUnauthorized() *AdminSyncDSMCConfigurationUnauthorized

NewAdminSyncDSMCConfigurationUnauthorized creates a AdminSyncDSMCConfigurationUnauthorized with default headers values

func (*AdminSyncDSMCConfigurationUnauthorized) Error

func (*AdminSyncDSMCConfigurationUnauthorized) GetPayload

func (*AdminSyncDSMCConfigurationUnauthorized) ToJSONString

type AdminUpdateConfigurationAlertV1BadRequest

type AdminUpdateConfigurationAlertV1BadRequest struct {
	Payload *sessionclientmodels.ResponseError
}

AdminUpdateConfigurationAlertV1BadRequest handles this case with default header values.

Bad Request

func NewAdminUpdateConfigurationAlertV1BadRequest

func NewAdminUpdateConfigurationAlertV1BadRequest() *AdminUpdateConfigurationAlertV1BadRequest

NewAdminUpdateConfigurationAlertV1BadRequest creates a AdminUpdateConfigurationAlertV1BadRequest with default headers values

func (*AdminUpdateConfigurationAlertV1BadRequest) Error

func (*AdminUpdateConfigurationAlertV1BadRequest) GetPayload

func (*AdminUpdateConfigurationAlertV1BadRequest) ToJSONString

type AdminUpdateConfigurationAlertV1Forbidden

type AdminUpdateConfigurationAlertV1Forbidden struct {
	Payload *sessionclientmodels.ResponseError
}

AdminUpdateConfigurationAlertV1Forbidden handles this case with default header values.

Forbidden

func NewAdminUpdateConfigurationAlertV1Forbidden

func NewAdminUpdateConfigurationAlertV1Forbidden() *AdminUpdateConfigurationAlertV1Forbidden

NewAdminUpdateConfigurationAlertV1Forbidden creates a AdminUpdateConfigurationAlertV1Forbidden with default headers values

func (*AdminUpdateConfigurationAlertV1Forbidden) Error

func (*AdminUpdateConfigurationAlertV1Forbidden) GetPayload

func (*AdminUpdateConfigurationAlertV1Forbidden) ToJSONString

type AdminUpdateConfigurationAlertV1InternalServerError

type AdminUpdateConfigurationAlertV1InternalServerError struct {
	Payload *sessionclientmodels.ResponseError
}

AdminUpdateConfigurationAlertV1InternalServerError handles this case with default header values.

Internal Server Error

func NewAdminUpdateConfigurationAlertV1InternalServerError

func NewAdminUpdateConfigurationAlertV1InternalServerError() *AdminUpdateConfigurationAlertV1InternalServerError

NewAdminUpdateConfigurationAlertV1InternalServerError creates a AdminUpdateConfigurationAlertV1InternalServerError with default headers values

func (*AdminUpdateConfigurationAlertV1InternalServerError) Error

func (*AdminUpdateConfigurationAlertV1InternalServerError) GetPayload

func (*AdminUpdateConfigurationAlertV1InternalServerError) ToJSONString

type AdminUpdateConfigurationAlertV1NotFound

type AdminUpdateConfigurationAlertV1NotFound struct {
	Payload *sessionclientmodels.ResponseError
}

AdminUpdateConfigurationAlertV1NotFound handles this case with default header values.

Not Found

func NewAdminUpdateConfigurationAlertV1NotFound

func NewAdminUpdateConfigurationAlertV1NotFound() *AdminUpdateConfigurationAlertV1NotFound

NewAdminUpdateConfigurationAlertV1NotFound creates a AdminUpdateConfigurationAlertV1NotFound with default headers values

func (*AdminUpdateConfigurationAlertV1NotFound) Error

func (*AdminUpdateConfigurationAlertV1NotFound) GetPayload

func (*AdminUpdateConfigurationAlertV1NotFound) ToJSONString

type AdminUpdateConfigurationAlertV1OK

type AdminUpdateConfigurationAlertV1OK struct {
	Payload *sessionclientmodels.ApimodelsConfigAlertResponse
}

AdminUpdateConfigurationAlertV1OK handles this case with default header values.

OK

func NewAdminUpdateConfigurationAlertV1OK

func NewAdminUpdateConfigurationAlertV1OK() *AdminUpdateConfigurationAlertV1OK

NewAdminUpdateConfigurationAlertV1OK creates a AdminUpdateConfigurationAlertV1OK with default headers values

func (*AdminUpdateConfigurationAlertV1OK) Error

func (*AdminUpdateConfigurationAlertV1OK) GetPayload

func (*AdminUpdateConfigurationAlertV1OK) ToJSONString

func (o *AdminUpdateConfigurationAlertV1OK) ToJSONString() string

type AdminUpdateConfigurationAlertV1Params

type AdminUpdateConfigurationAlertV1Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *sessionclientmodels.ApimodelsConfigAlertRequestCreate
	/*Namespace
	  namespace of the game

	*/
	Namespace string

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

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

AdminUpdateConfigurationAlertV1Params contains all the parameters to send to the API endpoint for the admin update configuration alert v1 operation typically these are written to a http.Request

func NewAdminUpdateConfigurationAlertV1Params

func NewAdminUpdateConfigurationAlertV1Params() *AdminUpdateConfigurationAlertV1Params

NewAdminUpdateConfigurationAlertV1Params creates a new AdminUpdateConfigurationAlertV1Params object with the default values initialized.

func NewAdminUpdateConfigurationAlertV1ParamsWithContext

func NewAdminUpdateConfigurationAlertV1ParamsWithContext(ctx context.Context) *AdminUpdateConfigurationAlertV1Params

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

func NewAdminUpdateConfigurationAlertV1ParamsWithHTTPClient

func NewAdminUpdateConfigurationAlertV1ParamsWithHTTPClient(client *http.Client) *AdminUpdateConfigurationAlertV1Params

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

func NewAdminUpdateConfigurationAlertV1ParamsWithTimeout

func NewAdminUpdateConfigurationAlertV1ParamsWithTimeout(timeout time.Duration) *AdminUpdateConfigurationAlertV1Params

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

func (*AdminUpdateConfigurationAlertV1Params) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the admin update configuration alert v1 params

func (*AdminUpdateConfigurationAlertV1Params) SetBody

SetBody adds the body to the admin update configuration alert v1 params

func (*AdminUpdateConfigurationAlertV1Params) SetContext

SetContext adds the context to the admin update configuration alert v1 params

func (*AdminUpdateConfigurationAlertV1Params) SetFlightId

func (o *AdminUpdateConfigurationAlertV1Params) SetFlightId(flightId string)

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

func (*AdminUpdateConfigurationAlertV1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the admin update configuration alert v1 params

func (*AdminUpdateConfigurationAlertV1Params) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the admin update configuration alert v1 params

func (*AdminUpdateConfigurationAlertV1Params) SetNamespace

func (o *AdminUpdateConfigurationAlertV1Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin update configuration alert v1 params

func (*AdminUpdateConfigurationAlertV1Params) SetTimeout

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

SetTimeout adds the timeout to the admin update configuration alert v1 params

func (*AdminUpdateConfigurationAlertV1Params) WithBody

WithBody adds the body to the admin update configuration alert v1 params

func (*AdminUpdateConfigurationAlertV1Params) WithContext

WithContext adds the context to the admin update configuration alert v1 params

func (*AdminUpdateConfigurationAlertV1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the admin update configuration alert v1 params

func (*AdminUpdateConfigurationAlertV1Params) WithNamespace

WithNamespace adds the namespace to the admin update configuration alert v1 params

func (*AdminUpdateConfigurationAlertV1Params) WithTimeout

WithTimeout adds the timeout to the admin update configuration alert v1 params

func (*AdminUpdateConfigurationAlertV1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminUpdateConfigurationAlertV1Reader

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

AdminUpdateConfigurationAlertV1Reader is a Reader for the AdminUpdateConfigurationAlertV1 structure.

func (*AdminUpdateConfigurationAlertV1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminUpdateConfigurationAlertV1Unauthorized

type AdminUpdateConfigurationAlertV1Unauthorized struct {
	Payload *sessionclientmodels.ResponseError
}

AdminUpdateConfigurationAlertV1Unauthorized handles this case with default header values.

Unauthorized

func NewAdminUpdateConfigurationAlertV1Unauthorized

func NewAdminUpdateConfigurationAlertV1Unauthorized() *AdminUpdateConfigurationAlertV1Unauthorized

NewAdminUpdateConfigurationAlertV1Unauthorized creates a AdminUpdateConfigurationAlertV1Unauthorized with default headers values

func (*AdminUpdateConfigurationAlertV1Unauthorized) Error

func (*AdminUpdateConfigurationAlertV1Unauthorized) GetPayload

func (*AdminUpdateConfigurationAlertV1Unauthorized) ToJSONString

type AdminUpdateConfigurationTemplateV1BadRequest

type AdminUpdateConfigurationTemplateV1BadRequest struct {
	Payload *sessionclientmodels.ResponseError
}

AdminUpdateConfigurationTemplateV1BadRequest handles this case with default header values.

Bad Request

func NewAdminUpdateConfigurationTemplateV1BadRequest

func NewAdminUpdateConfigurationTemplateV1BadRequest() *AdminUpdateConfigurationTemplateV1BadRequest

NewAdminUpdateConfigurationTemplateV1BadRequest creates a AdminUpdateConfigurationTemplateV1BadRequest with default headers values

func (*AdminUpdateConfigurationTemplateV1BadRequest) Error

func (*AdminUpdateConfigurationTemplateV1BadRequest) GetPayload

func (*AdminUpdateConfigurationTemplateV1BadRequest) ToJSONString

type AdminUpdateConfigurationTemplateV1Forbidden

type AdminUpdateConfigurationTemplateV1Forbidden struct {
	Payload *sessionclientmodels.ResponseError
}

AdminUpdateConfigurationTemplateV1Forbidden handles this case with default header values.

Forbidden

func NewAdminUpdateConfigurationTemplateV1Forbidden

func NewAdminUpdateConfigurationTemplateV1Forbidden() *AdminUpdateConfigurationTemplateV1Forbidden

NewAdminUpdateConfigurationTemplateV1Forbidden creates a AdminUpdateConfigurationTemplateV1Forbidden with default headers values

func (*AdminUpdateConfigurationTemplateV1Forbidden) Error

func (*AdminUpdateConfigurationTemplateV1Forbidden) GetPayload

func (*AdminUpdateConfigurationTemplateV1Forbidden) ToJSONString

type AdminUpdateConfigurationTemplateV1InternalServerError

type AdminUpdateConfigurationTemplateV1InternalServerError struct {
	Payload *sessionclientmodels.ResponseError
}

AdminUpdateConfigurationTemplateV1InternalServerError handles this case with default header values.

Internal Server Error

func NewAdminUpdateConfigurationTemplateV1InternalServerError

func NewAdminUpdateConfigurationTemplateV1InternalServerError() *AdminUpdateConfigurationTemplateV1InternalServerError

NewAdminUpdateConfigurationTemplateV1InternalServerError creates a AdminUpdateConfigurationTemplateV1InternalServerError with default headers values

func (*AdminUpdateConfigurationTemplateV1InternalServerError) Error

func (*AdminUpdateConfigurationTemplateV1InternalServerError) GetPayload

func (*AdminUpdateConfigurationTemplateV1InternalServerError) ToJSONString

type AdminUpdateConfigurationTemplateV1NotFound

type AdminUpdateConfigurationTemplateV1NotFound struct {
	Payload *sessionclientmodels.ResponseError
}

AdminUpdateConfigurationTemplateV1NotFound handles this case with default header values.

Not Found

func NewAdminUpdateConfigurationTemplateV1NotFound

func NewAdminUpdateConfigurationTemplateV1NotFound() *AdminUpdateConfigurationTemplateV1NotFound

NewAdminUpdateConfigurationTemplateV1NotFound creates a AdminUpdateConfigurationTemplateV1NotFound with default headers values

func (*AdminUpdateConfigurationTemplateV1NotFound) Error

func (*AdminUpdateConfigurationTemplateV1NotFound) GetPayload

func (*AdminUpdateConfigurationTemplateV1NotFound) ToJSONString

type AdminUpdateConfigurationTemplateV1OK

type AdminUpdateConfigurationTemplateV1OK struct {
	Payload *sessionclientmodels.ApimodelsConfigurationTemplateResponse
}

AdminUpdateConfigurationTemplateV1OK handles this case with default header values.

OK

func NewAdminUpdateConfigurationTemplateV1OK

func NewAdminUpdateConfigurationTemplateV1OK() *AdminUpdateConfigurationTemplateV1OK

NewAdminUpdateConfigurationTemplateV1OK creates a AdminUpdateConfigurationTemplateV1OK with default headers values

func (*AdminUpdateConfigurationTemplateV1OK) Error

func (*AdminUpdateConfigurationTemplateV1OK) GetPayload

func (*AdminUpdateConfigurationTemplateV1OK) ToJSONString

func (o *AdminUpdateConfigurationTemplateV1OK) ToJSONString() string

type AdminUpdateConfigurationTemplateV1Params

type AdminUpdateConfigurationTemplateV1Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *sessionclientmodels.ApimodelsUpdateConfigurationTemplateRequest
	/*Name
	  configuration name

	*/
	Name string
	/*Namespace
	  namespace of the game

	*/
	Namespace string

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

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

AdminUpdateConfigurationTemplateV1Params contains all the parameters to send to the API endpoint for the admin update configuration template v1 operation typically these are written to a http.Request

func NewAdminUpdateConfigurationTemplateV1Params

func NewAdminUpdateConfigurationTemplateV1Params() *AdminUpdateConfigurationTemplateV1Params

NewAdminUpdateConfigurationTemplateV1Params creates a new AdminUpdateConfigurationTemplateV1Params object with the default values initialized.

func NewAdminUpdateConfigurationTemplateV1ParamsWithContext

func NewAdminUpdateConfigurationTemplateV1ParamsWithContext(ctx context.Context) *AdminUpdateConfigurationTemplateV1Params

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

func NewAdminUpdateConfigurationTemplateV1ParamsWithHTTPClient

func NewAdminUpdateConfigurationTemplateV1ParamsWithHTTPClient(client *http.Client) *AdminUpdateConfigurationTemplateV1Params

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

func NewAdminUpdateConfigurationTemplateV1ParamsWithTimeout

func NewAdminUpdateConfigurationTemplateV1ParamsWithTimeout(timeout time.Duration) *AdminUpdateConfigurationTemplateV1Params

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

func (*AdminUpdateConfigurationTemplateV1Params) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the admin update configuration template v1 params

func (*AdminUpdateConfigurationTemplateV1Params) SetBody

SetBody adds the body to the admin update configuration template v1 params

func (*AdminUpdateConfigurationTemplateV1Params) SetContext

SetContext adds the context to the admin update configuration template v1 params

func (*AdminUpdateConfigurationTemplateV1Params) SetFlightId

func (o *AdminUpdateConfigurationTemplateV1Params) SetFlightId(flightId string)

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

func (*AdminUpdateConfigurationTemplateV1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the admin update configuration template v1 params

func (*AdminUpdateConfigurationTemplateV1Params) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the admin update configuration template v1 params

func (*AdminUpdateConfigurationTemplateV1Params) SetName

SetName adds the name to the admin update configuration template v1 params

func (*AdminUpdateConfigurationTemplateV1Params) SetNamespace

func (o *AdminUpdateConfigurationTemplateV1Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin update configuration template v1 params

func (*AdminUpdateConfigurationTemplateV1Params) SetTimeout

SetTimeout adds the timeout to the admin update configuration template v1 params

func (*AdminUpdateConfigurationTemplateV1Params) WithBody

WithBody adds the body to the admin update configuration template v1 params

func (*AdminUpdateConfigurationTemplateV1Params) WithContext

WithContext adds the context to the admin update configuration template v1 params

func (*AdminUpdateConfigurationTemplateV1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the admin update configuration template v1 params

func (*AdminUpdateConfigurationTemplateV1Params) WithName

WithName adds the name to the admin update configuration template v1 params

func (*AdminUpdateConfigurationTemplateV1Params) WithNamespace

WithNamespace adds the namespace to the admin update configuration template v1 params

func (*AdminUpdateConfigurationTemplateV1Params) WithTimeout

WithTimeout adds the timeout to the admin update configuration template v1 params

func (*AdminUpdateConfigurationTemplateV1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminUpdateConfigurationTemplateV1Reader

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

AdminUpdateConfigurationTemplateV1Reader is a Reader for the AdminUpdateConfigurationTemplateV1 structure.

func (*AdminUpdateConfigurationTemplateV1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminUpdateConfigurationTemplateV1Unauthorized

type AdminUpdateConfigurationTemplateV1Unauthorized struct {
	Payload *sessionclientmodels.ResponseError
}

AdminUpdateConfigurationTemplateV1Unauthorized handles this case with default header values.

Unauthorized

func NewAdminUpdateConfigurationTemplateV1Unauthorized

func NewAdminUpdateConfigurationTemplateV1Unauthorized() *AdminUpdateConfigurationTemplateV1Unauthorized

NewAdminUpdateConfigurationTemplateV1Unauthorized creates a AdminUpdateConfigurationTemplateV1Unauthorized with default headers values

func (*AdminUpdateConfigurationTemplateV1Unauthorized) Error

func (*AdminUpdateConfigurationTemplateV1Unauthorized) GetPayload

func (*AdminUpdateConfigurationTemplateV1Unauthorized) ToJSONString

type Client

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

Client for configuration template API

func (*Client) AdminCreateConfigurationAlertV1 deprecated

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

AdminCreateConfigurationAlertV1 create configuration alert. Create configuration alert configuration alert mandatory : - namespace - durationDays must be greater than 0

func (*Client) AdminCreateConfigurationAlertV1Short

func (a *Client) AdminCreateConfigurationAlertV1Short(params *AdminCreateConfigurationAlertV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminCreateConfigurationAlertV1Created, error)

AdminCreateConfigurationAlertV1Short create configuration alert. Create configuration alert configuration alert mandatory : - namespace - durationDays must be greater than 0

func (*Client) AdminCreateConfigurationTemplateV1 deprecated

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

AdminCreateConfigurationTemplateV1 create configuration template. Create template configuration to be applied across party and session. Session configuration mandatory : - name - joinability (example value : OPEN, CLOSED, INVITE_ONLY) - autoJoin: when enabled, players will automatically join the initial game session creation. Game session will not send any invite and players dont need to act upon it. default: false (disabled) - Type (example value : P2P, DS, NONE) if type empty, type will be assign to NONE - MinPlayers (must greater or equal 0) - MaxPlayers (must greater than 0) - InviteTimeout (must greater or equal 0) if InviteTimeout equal 0 will be use default DefaultTimeoutSecond (60s) - InactiveTimeout (must greater or equal 0) if InactiveTimeout equal 0 will be use default DefaultTimeoutSecond (60s) - Persistent will only applies to session with type DS (example value true or false, default: false) - If Persistent True the session always active even DS removing or terminate and Session will be request DS again until DS Ready or Busy. - To Stop Session Not request again to DS or want Delete Session can Delete Session using endpoint DELETE /session/v1/public/namespaces/{namespace}/gamesessions/{sessionId} - If Persistent False the session will be inactive if all member left and DS terminate or removing - nativeSessionSetting: - XboxSessionTemplateName: the XBox session template name that correspondent to the AB session template, and is needed to define XBox session's joinRestriction and maxMembersCount when doing the session sync. - XboxServiceConfigID: the XBox service configuration ID. - PSNServiceLabel: the PSN service label. - SessionTitle: the session title. In PSN, this will be used to define name of the session thats displayed on PlayStation system UI. - ShouldSync: to define whether the service needs to do session sync with native platform(s). Default: false (disabled). - PSNSupportedPlatforms: the PSN supported platforms. In PSN, if ShouldSync true and PSNSupportedPlatforms is empty, then PS5 will be set as default value. - PSNBaseUrl this is for base URL PSN if not set will be default value https://s2s.sp-int.playstation.net. In a single namespace only 1 PSN Env that can be used. Multiple session template should refers to the same PSN Env as we have in IAM Service. - https://s2s.sp-int.playstation.net (DEV, need IP Whitelist) - https://s2s.prod-qa.playstation.net (QA Environment/PSN Certification) - https://s2s.np.playstation.net (Production) - localizedSessionName : for localized name and default language example payload : "localizedSessionName":{ "defaultLanguage" : "en-US" "localizedText" :{ "en-US" : "title" } } - if the game client wants to enable push context to PSN, game client will need to store PSN_PUSH_CONTEXT_ID on the player attributes, otherwise Session service will try to populate from the session attributes or auto generate with random UUID if empty. - TieTeamsSessionLifetime (optional, default: false): If it is set to true, the lifetime of any partyId session inside teams attribute will be tied to the game session. Only applies when the teams partyId is game session. - DisableCodeGeneration (optional, default: false): If it is set to true, code will not be generated for party session automatically. - DSManualSetReady (optional, default: false): The DS need to call specific end point to flag the DS for game session is ready to accept client connection. - EnableSecret (optional, default: false): if configuration template is created with TypeDS and EnableSecret is True, A secret will be created - LeaderElectionGracePeriod this is on second (optional, default:0) this is only use for party session, if value > 0 if leader disconnect will be wait until value reach and leader will be change after reach - ManualRejoin (optional, default: false): indicates if game client will handle manual rejoin upon websocket reconnection when enabled.

func (*Client) AdminCreateConfigurationTemplateV1Short

func (a *Client) AdminCreateConfigurationTemplateV1Short(params *AdminCreateConfigurationTemplateV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminCreateConfigurationTemplateV1Created, error)

AdminCreateConfigurationTemplateV1Short create configuration template. Create template configuration to be applied across party and session. Session configuration mandatory : - name - joinability (example value : OPEN, CLOSED, INVITE_ONLY) - autoJoin: when enabled, players will automatically join the initial game session creation. Game session will not send any invite and players dont need to act upon it. default: false (disabled) - Type (example value : P2P, DS, NONE) if type empty, type will be assign to NONE - MinPlayers (must greater or equal 0) - MaxPlayers (must greater than 0) - InviteTimeout (must greater or equal 0) if InviteTimeout equal 0 will be use default DefaultTimeoutSecond (60s) - InactiveTimeout (must greater or equal 0) if InactiveTimeout equal 0 will be use default DefaultTimeoutSecond (60s) - Persistent will only applies to session with type DS (example value true or false, default: false) - If Persistent True the session always active even DS removing or terminate and Session will be request DS again until DS Ready or Busy. - To Stop Session Not request again to DS or want Delete Session can Delete Session using endpoint DELETE /session/v1/public/namespaces/{namespace}/gamesessions/{sessionId} - If Persistent False the session will be inactive if all member left and DS terminate or removing - nativeSessionSetting: - XboxSessionTemplateName: the XBox session template name that correspondent to the AB session template, and is needed to define XBox session's joinRestriction and maxMembersCount when doing the session sync. - XboxServiceConfigID: the XBox service configuration ID. - PSNServiceLabel: the PSN service label. - SessionTitle: the session title. In PSN, this will be used to define name of the session thats displayed on PlayStation system UI. - ShouldSync: to define whether the service needs to do session sync with native platform(s). Default: false (disabled). - PSNSupportedPlatforms: the PSN supported platforms. In PSN, if ShouldSync true and PSNSupportedPlatforms is empty, then PS5 will be set as default value. - PSNBaseUrl this is for base URL PSN if not set will be default value https://s2s.sp-int.playstation.net. In a single namespace only 1 PSN Env that can be used. Multiple session template should refers to the same PSN Env as we have in IAM Service. - https://s2s.sp-int.playstation.net (DEV, need IP Whitelist) - https://s2s.prod-qa.playstation.net (QA Environment/PSN Certification) - https://s2s.np.playstation.net (Production) - localizedSessionName : for localized name and default language example payload : "localizedSessionName":{ "defaultLanguage" : "en-US" "localizedText" :{ "en-US" : "title" } } - if the game client wants to enable push context to PSN, game client will need to store PSN_PUSH_CONTEXT_ID on the player attributes, otherwise Session service will try to populate from the session attributes or auto generate with random UUID if empty. - TieTeamsSessionLifetime (optional, default: false): If it is set to true, the lifetime of any partyId session inside teams attribute will be tied to the game session. Only applies when the teams partyId is game session. - DisableCodeGeneration (optional, default: false): If it is set to true, code will not be generated for party session automatically. - DSManualSetReady (optional, default: false): The DS need to call specific end point to flag the DS for game session is ready to accept client connection. - EnableSecret (optional, default: false): if configuration template is created with TypeDS and EnableSecret is True, A secret will be created - LeaderElectionGracePeriod this is on second (optional, default:0) this is only use for party session, if value > 0 if leader disconnect will be wait until value reach and leader will be change after reach - ManualRejoin (optional, default: false): indicates if game client will handle manual rejoin upon websocket reconnection when enabled.

func (*Client) AdminDeleteConfigurationAlertV1 deprecated

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

AdminDeleteConfigurationAlertV1 delete configuration alert. Delete configuration alert.

func (*Client) AdminDeleteConfigurationAlertV1Short

func (a *Client) AdminDeleteConfigurationAlertV1Short(params *AdminDeleteConfigurationAlertV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminDeleteConfigurationAlertV1NoContent, error)

AdminDeleteConfigurationAlertV1Short delete configuration alert. Delete configuration alert.

func (*Client) AdminDeleteConfigurationTemplateV1 deprecated

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

AdminDeleteConfigurationTemplateV1 delete configuration template. Delete a template configuration.

func (*Client) AdminDeleteConfigurationTemplateV1Short

AdminDeleteConfigurationTemplateV1Short delete configuration template. Delete a template configuration.

func (*Client) AdminGetAllConfigurationTemplatesV1 deprecated

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

AdminGetAllConfigurationTemplatesV1 get configuration templates. Get all template configurations in specified namespace.

func (*Client) AdminGetAllConfigurationTemplatesV1Short

func (a *Client) AdminGetAllConfigurationTemplatesV1Short(params *AdminGetAllConfigurationTemplatesV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminGetAllConfigurationTemplatesV1OK, error)

AdminGetAllConfigurationTemplatesV1Short get configuration templates. Get all template configurations in specified namespace.

func (*Client) AdminGetConfigurationAlertV1 deprecated

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

AdminGetConfigurationAlertV1 get configuration alert. Get a configuration alert.

func (*Client) AdminGetConfigurationAlertV1Short

func (a *Client) AdminGetConfigurationAlertV1Short(params *AdminGetConfigurationAlertV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminGetConfigurationAlertV1OK, error)

AdminGetConfigurationAlertV1Short get configuration alert. Get a configuration alert.

func (*Client) AdminGetConfigurationTemplateV1 deprecated

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

AdminGetConfigurationTemplateV1 get configuration template. Get a template configuration.

func (*Client) AdminGetConfigurationTemplateV1Short

func (a *Client) AdminGetConfigurationTemplateV1Short(params *AdminGetConfigurationTemplateV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminGetConfigurationTemplateV1OK, error)

AdminGetConfigurationTemplateV1Short get configuration template. Get a template configuration.

func (*Client) AdminGetDSMCConfiguration deprecated

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

AdminGetDSMCConfiguration get dsmc configuration . Get a dsmc configuration.

func (*Client) AdminGetDSMCConfigurationShort

func (a *Client) AdminGetDSMCConfigurationShort(params *AdminGetDSMCConfigurationParams, authInfo runtime.ClientAuthInfoWriter) (*AdminGetDSMCConfigurationOK, error)

AdminGetDSMCConfigurationShort get dsmc configuration . Get a dsmc configuration.

func (*Client) AdminSyncDSMCConfiguration deprecated

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

AdminSyncDSMCConfiguration sync dsmc configuration. sync dsmc configuration.

func (*Client) AdminSyncDSMCConfigurationShort

func (a *Client) AdminSyncDSMCConfigurationShort(params *AdminSyncDSMCConfigurationParams, authInfo runtime.ClientAuthInfoWriter) (*AdminSyncDSMCConfigurationOK, error)

AdminSyncDSMCConfigurationShort sync dsmc configuration. sync dsmc configuration.

func (*Client) AdminUpdateConfigurationAlertV1 deprecated

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

AdminUpdateConfigurationAlertV1 update configuration alert. Update configuration alert configuration alert mandatory : - namespace - durationDays must be greater than 0

func (*Client) AdminUpdateConfigurationAlertV1Short

func (a *Client) AdminUpdateConfigurationAlertV1Short(params *AdminUpdateConfigurationAlertV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminUpdateConfigurationAlertV1OK, error)

AdminUpdateConfigurationAlertV1Short update configuration alert. Update configuration alert configuration alert mandatory : - namespace - durationDays must be greater than 0

func (*Client) AdminUpdateConfigurationTemplateV1 deprecated

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

AdminUpdateConfigurationTemplateV1 update configuration template. Modify template configuration Session configuration mandatory : - name - joinability (example value : OPEN, CLOSED, INVITE_ONLY) - autoJoin: when enabled, players will automatically join the initial game session creation. Game session will not send any invite and players dont need to act upon it. default: false (disabled) - Type (example value : P2P, DS, NONE) if type empty, type will be assign to NONE - MinPlayers (must greater or equal 0) - MaxPlayers (must greater than 0) - InviteTimeout (must greater or equal 0) if InviteTimeout equal 0 will be use default DefaultTimeoutSecond (60s) - InactiveTimeout (must greater or equal 0) if InactiveTimeout equal 0 will be use default DefaultTimeoutSecond (60s) - Persistent Flag only can use with type DS (example value true or false) - If Persistent True the session always active even DS removing or terminate and Session will be request DS again until DS Ready or Busy. - To Stop Session Not request again to DS or want Delete Session can Delete Session using endpoint DELETE /session/v1/public/namespaces/{namespace}/gamesessions/{sessionId} - If Persistent False the session will be inactive if all member left and DS terminate or removing - nativeSessionSetting: - XboxSessionTemplateName: the XBox session template name that correspondent to the AB session template, and is needed to define XBox session's joinRestriction and maxMembersCount when doing the session sync. - XboxServiceConfigID: the XBox service configuration ID. - PSNServiceLabel: the PSN service label. - SessionTitle: the session title. In PSN, this will be used to define name of the session thats displayed on PlayStation system UI. - ShouldSync: to define whether the service needs to do session sync with native platform(s). Default: false (disabled). - PSNSupportedPlatforms: the PSN supported platforms. In PSN, if ShouldSync true and PSNSupportedPlatforms is empty, then PS5 will be set as default value. - PSNBaseUrl this is for base URL PSN if not set will be default value https://s2s.sp-int.playstation.net. In a single namespace only 1 PSN Env that can be used. Multiple session template should refers to the same PSN Env as we have in IAM Service. - https://s2s.sp-int.playstation.net (DEV, need IP Whitelist) - https://s2s.prod-qa.playstation.net (QA Environment/PSN Certification) - https://s2s.np.playstation.net (Production) - localizedSessionName : for localized name and default language example payload : "localizedSessionName":{ "defaultLanguage" : "en-US" "localizedText" :{ "en-US" : "title" } } - if the game client wants to enable push context to PSN, game client will need to store PSN_PUSH_CONTEXT_ID on the player attributes, otherwise Session service will try to populate from the session attributes or auto generate with random UUID if empty. - TieTeamsSessionLifetime: If it is set to true, the lifetime of any partyId session inside teams attribute will be tied to the game session. Only applies when the teams partyId is game session. - DisableCodeGeneration (optional, default: false): If it is set to true, code will not be generated for party session automatically. - DSManualSetReady (optional, default: false): The DS need to call specific end point to flag the DS for game session is ready to accept client connection. - EnableSecret (optional, default: false): if configuration template is created with TypeDS and EnableSecret is True, A secret will be created. - ManualRejoin (optional, default: false): indicates if game client will handle manual rejoin upon websocket reconnection when enabled.

func (*Client) AdminUpdateConfigurationTemplateV1Short

func (a *Client) AdminUpdateConfigurationTemplateV1Short(params *AdminUpdateConfigurationTemplateV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminUpdateConfigurationTemplateV1OK, error)

AdminUpdateConfigurationTemplateV1Short update configuration template. Modify template configuration Session configuration mandatory : - name - joinability (example value : OPEN, CLOSED, INVITE_ONLY) - autoJoin: when enabled, players will automatically join the initial game session creation. Game session will not send any invite and players dont need to act upon it. default: false (disabled) - Type (example value : P2P, DS, NONE) if type empty, type will be assign to NONE - MinPlayers (must greater or equal 0) - MaxPlayers (must greater than 0) - InviteTimeout (must greater or equal 0) if InviteTimeout equal 0 will be use default DefaultTimeoutSecond (60s) - InactiveTimeout (must greater or equal 0) if InactiveTimeout equal 0 will be use default DefaultTimeoutSecond (60s) - Persistent Flag only can use with type DS (example value true or false) - If Persistent True the session always active even DS removing or terminate and Session will be request DS again until DS Ready or Busy. - To Stop Session Not request again to DS or want Delete Session can Delete Session using endpoint DELETE /session/v1/public/namespaces/{namespace}/gamesessions/{sessionId} - If Persistent False the session will be inactive if all member left and DS terminate or removing - nativeSessionSetting: - XboxSessionTemplateName: the XBox session template name that correspondent to the AB session template, and is needed to define XBox session's joinRestriction and maxMembersCount when doing the session sync. - XboxServiceConfigID: the XBox service configuration ID. - PSNServiceLabel: the PSN service label. - SessionTitle: the session title. In PSN, this will be used to define name of the session thats displayed on PlayStation system UI. - ShouldSync: to define whether the service needs to do session sync with native platform(s). Default: false (disabled). - PSNSupportedPlatforms: the PSN supported platforms. In PSN, if ShouldSync true and PSNSupportedPlatforms is empty, then PS5 will be set as default value. - PSNBaseUrl this is for base URL PSN if not set will be default value https://s2s.sp-int.playstation.net. In a single namespace only 1 PSN Env that can be used. Multiple session template should refers to the same PSN Env as we have in IAM Service. - https://s2s.sp-int.playstation.net (DEV, need IP Whitelist) - https://s2s.prod-qa.playstation.net (QA Environment/PSN Certification) - https://s2s.np.playstation.net (Production) - localizedSessionName : for localized name and default language example payload : "localizedSessionName":{ "defaultLanguage" : "en-US" "localizedText" :{ "en-US" : "title" } } - if the game client wants to enable push context to PSN, game client will need to store PSN_PUSH_CONTEXT_ID on the player attributes, otherwise Session service will try to populate from the session attributes or auto generate with random UUID if empty. - TieTeamsSessionLifetime: If it is set to true, the lifetime of any partyId session inside teams attribute will be tied to the game session. Only applies when the teams partyId is game session. - DisableCodeGeneration (optional, default: false): If it is set to true, code will not be generated for party session automatically. - DSManualSetReady (optional, default: false): The DS need to call specific end point to flag the DS for game session is ready to accept client connection. - EnableSecret (optional, default: false): if configuration template is created with TypeDS and EnableSecret is True, A secret will be created. - ManualRejoin (optional, default: false): indicates if game client will handle manual rejoin upon websocket reconnection when enabled.

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientService

type ClientService interface {
	AdminGetConfigurationAlertV1(params *AdminGetConfigurationAlertV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminGetConfigurationAlertV1OK, *AdminGetConfigurationAlertV1BadRequest, *AdminGetConfigurationAlertV1Unauthorized, *AdminGetConfigurationAlertV1Forbidden, *AdminGetConfigurationAlertV1NotFound, *AdminGetConfigurationAlertV1InternalServerError, error)
	AdminGetConfigurationAlertV1Short(params *AdminGetConfigurationAlertV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminGetConfigurationAlertV1OK, error)
	AdminUpdateConfigurationAlertV1(params *AdminUpdateConfigurationAlertV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminUpdateConfigurationAlertV1OK, *AdminUpdateConfigurationAlertV1BadRequest, *AdminUpdateConfigurationAlertV1Unauthorized, *AdminUpdateConfigurationAlertV1Forbidden, *AdminUpdateConfigurationAlertV1NotFound, *AdminUpdateConfigurationAlertV1InternalServerError, error)
	AdminUpdateConfigurationAlertV1Short(params *AdminUpdateConfigurationAlertV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminUpdateConfigurationAlertV1OK, error)
	AdminCreateConfigurationAlertV1(params *AdminCreateConfigurationAlertV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminCreateConfigurationAlertV1Created, *AdminCreateConfigurationAlertV1BadRequest, *AdminCreateConfigurationAlertV1Unauthorized, *AdminCreateConfigurationAlertV1Forbidden, *AdminCreateConfigurationAlertV1NotFound, *AdminCreateConfigurationAlertV1Conflict, *AdminCreateConfigurationAlertV1InternalServerError, error)
	AdminCreateConfigurationAlertV1Short(params *AdminCreateConfigurationAlertV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminCreateConfigurationAlertV1Created, error)
	AdminDeleteConfigurationAlertV1(params *AdminDeleteConfigurationAlertV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminDeleteConfigurationAlertV1NoContent, *AdminDeleteConfigurationAlertV1BadRequest, *AdminDeleteConfigurationAlertV1Unauthorized, *AdminDeleteConfigurationAlertV1Forbidden, *AdminDeleteConfigurationAlertV1InternalServerError, error)
	AdminDeleteConfigurationAlertV1Short(params *AdminDeleteConfigurationAlertV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminDeleteConfigurationAlertV1NoContent, error)
	AdminCreateConfigurationTemplateV1(params *AdminCreateConfigurationTemplateV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminCreateConfigurationTemplateV1Created, *AdminCreateConfigurationTemplateV1BadRequest, *AdminCreateConfigurationTemplateV1Unauthorized, *AdminCreateConfigurationTemplateV1Forbidden, *AdminCreateConfigurationTemplateV1Conflict, *AdminCreateConfigurationTemplateV1InternalServerError, error)
	AdminCreateConfigurationTemplateV1Short(params *AdminCreateConfigurationTemplateV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminCreateConfigurationTemplateV1Created, error)
	AdminGetAllConfigurationTemplatesV1(params *AdminGetAllConfigurationTemplatesV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminGetAllConfigurationTemplatesV1OK, *AdminGetAllConfigurationTemplatesV1BadRequest, *AdminGetAllConfigurationTemplatesV1Unauthorized, *AdminGetAllConfigurationTemplatesV1Forbidden, *AdminGetAllConfigurationTemplatesV1InternalServerError, error)
	AdminGetAllConfigurationTemplatesV1Short(params *AdminGetAllConfigurationTemplatesV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminGetAllConfigurationTemplatesV1OK, error)
	AdminGetConfigurationTemplateV1(params *AdminGetConfigurationTemplateV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminGetConfigurationTemplateV1OK, *AdminGetConfigurationTemplateV1BadRequest, *AdminGetConfigurationTemplateV1Unauthorized, *AdminGetConfigurationTemplateV1Forbidden, *AdminGetConfigurationTemplateV1NotFound, *AdminGetConfigurationTemplateV1InternalServerError, error)
	AdminGetConfigurationTemplateV1Short(params *AdminGetConfigurationTemplateV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminGetConfigurationTemplateV1OK, error)
	AdminUpdateConfigurationTemplateV1(params *AdminUpdateConfigurationTemplateV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminUpdateConfigurationTemplateV1OK, *AdminUpdateConfigurationTemplateV1BadRequest, *AdminUpdateConfigurationTemplateV1Unauthorized, *AdminUpdateConfigurationTemplateV1Forbidden, *AdminUpdateConfigurationTemplateV1NotFound, *AdminUpdateConfigurationTemplateV1InternalServerError, error)
	AdminUpdateConfigurationTemplateV1Short(params *AdminUpdateConfigurationTemplateV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminUpdateConfigurationTemplateV1OK, error)
	AdminDeleteConfigurationTemplateV1(params *AdminDeleteConfigurationTemplateV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminDeleteConfigurationTemplateV1NoContent, *AdminDeleteConfigurationTemplateV1BadRequest, *AdminDeleteConfigurationTemplateV1Unauthorized, *AdminDeleteConfigurationTemplateV1Forbidden, *AdminDeleteConfigurationTemplateV1InternalServerError, error)
	AdminDeleteConfigurationTemplateV1Short(params *AdminDeleteConfigurationTemplateV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminDeleteConfigurationTemplateV1NoContent, error)
	AdminGetDSMCConfiguration(params *AdminGetDSMCConfigurationParams, authInfo runtime.ClientAuthInfoWriter) (*AdminGetDSMCConfigurationOK, *AdminGetDSMCConfigurationBadRequest, *AdminGetDSMCConfigurationUnauthorized, *AdminGetDSMCConfigurationForbidden, *AdminGetDSMCConfigurationNotFound, *AdminGetDSMCConfigurationInternalServerError, error)
	AdminGetDSMCConfigurationShort(params *AdminGetDSMCConfigurationParams, authInfo runtime.ClientAuthInfoWriter) (*AdminGetDSMCConfigurationOK, error)
	AdminSyncDSMCConfiguration(params *AdminSyncDSMCConfigurationParams, authInfo runtime.ClientAuthInfoWriter) (*AdminSyncDSMCConfigurationOK, *AdminSyncDSMCConfigurationBadRequest, *AdminSyncDSMCConfigurationUnauthorized, *AdminSyncDSMCConfigurationForbidden, *AdminSyncDSMCConfigurationNotFound, *AdminSyncDSMCConfigurationInternalServerError, error)
	AdminSyncDSMCConfigurationShort(params *AdminSyncDSMCConfigurationParams, authInfo runtime.ClientAuthInfoWriter) (*AdminSyncDSMCConfigurationOK, 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 configuration template API client.

Jump to

Keyboard shortcuts

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