Documentation ¶
Index ¶
- type AddBufferBadRequest
- type AddBufferConflict
- type AddBufferInternalServerError
- type AddBufferOK
- type AddBufferParams
- func (o *AddBufferParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *AddBufferParams) SetBody(body *dsmcclientmodels.ModelsAddBufferRequest)
- func (o *AddBufferParams) SetContext(ctx context.Context)
- func (o *AddBufferParams) SetFlightId(flightId string)
- func (o *AddBufferParams) SetHTTPClient(client *http.Client)
- func (o *AddBufferParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *AddBufferParams) SetNamespace(namespace string)
- func (o *AddBufferParams) SetTimeout(timeout time.Duration)
- func (o *AddBufferParams) WithBody(body *dsmcclientmodels.ModelsAddBufferRequest) *AddBufferParams
- func (o *AddBufferParams) WithContext(ctx context.Context) *AddBufferParams
- func (o *AddBufferParams) WithHTTPClient(client *http.Client) *AddBufferParams
- func (o *AddBufferParams) WithNamespace(namespace string) *AddBufferParams
- func (o *AddBufferParams) WithTimeout(timeout time.Duration) *AddBufferParams
- func (o *AddBufferParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type AddBufferReader
- type AddBufferUnauthorized
- type Client
- func (a *Client) AddBuffer(params *AddBufferParams, authInfo runtime.ClientAuthInfoWriter) (*AddBufferOK, *AddBufferBadRequest, *AddBufferUnauthorized, *AddBufferConflict, ...)deprecated
- func (a *Client) AddBufferShort(params *AddBufferParams, authInfo runtime.ClientAuthInfoWriter) (*AddBufferOK, error)
- func (a *Client) CountServer(params *CountServerParams, authInfo runtime.ClientAuthInfoWriter) (*CountServerOK, *CountServerUnauthorized, *CountServerInternalServerError, ...)deprecated
- func (a *Client) CountServerDetailed(params *CountServerDetailedParams, authInfo runtime.ClientAuthInfoWriter) (*CountServerDetailedOK, *CountServerDetailedUnauthorized, ...)deprecated
- func (a *Client) CountServerDetailedShort(params *CountServerDetailedParams, authInfo runtime.ClientAuthInfoWriter) (*CountServerDetailedOK, error)
- func (a *Client) CountServerShort(params *CountServerParams, authInfo runtime.ClientAuthInfoWriter) (*CountServerOK, error)
- func (a *Client) CountSession(params *CountSessionParams, authInfo runtime.ClientAuthInfoWriter) (*CountSessionOK, *CountSessionUnauthorized, *CountSessionInternalServerError, ...)deprecated
- func (a *Client) CountSessionShort(params *CountSessionParams, authInfo runtime.ClientAuthInfoWriter) (*CountSessionOK, error)
- func (a *Client) CreateWorkerConfig(params *CreateWorkerConfigParams, authInfo runtime.ClientAuthInfoWriter) (*CreateWorkerConfigCreated, *CreateWorkerConfigBadRequest, ...)deprecated
- func (a *Client) CreateWorkerConfigShort(params *CreateWorkerConfigParams, authInfo runtime.ClientAuthInfoWriter) (*CreateWorkerConfigCreated, error)
- func (a *Client) DeleteLocalServer(params *DeleteLocalServerParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteLocalServerNoContent, *DeleteLocalServerUnauthorized, ...)deprecated
- func (a *Client) DeleteLocalServerShort(params *DeleteLocalServerParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteLocalServerNoContent, error)
- func (a *Client) DeleteServer(params *DeleteServerParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteServerNoContent, *DeleteServerUnauthorized, *DeleteServerNotFound, ...)deprecated
- func (a *Client) DeleteServerShort(params *DeleteServerParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteServerNoContent, error)
- func (a *Client) DeleteSession(params *DeleteSessionParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteSessionNoContent, *DeleteSessionUnauthorized, ...)deprecated
- func (a *Client) DeleteSessionShort(params *DeleteSessionParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteSessionNoContent, error)
- func (a *Client) GetServer(params *GetServerParams, authInfo runtime.ClientAuthInfoWriter) (*GetServerOK, *GetServerUnauthorized, *GetServerNotFound, ...)deprecated
- func (a *Client) GetServerShort(params *GetServerParams, authInfo runtime.ClientAuthInfoWriter) (*GetServerOK, error)
- func (a *Client) GetWorkerConfig(params *GetWorkerConfigParams, authInfo runtime.ClientAuthInfoWriter) (*GetWorkerConfigOK, *GetWorkerConfigBadRequest, *GetWorkerConfigUnauthorized, ...)deprecated
- func (a *Client) GetWorkerConfigShort(params *GetWorkerConfigParams, authInfo runtime.ClientAuthInfoWriter) (*GetWorkerConfigOK, error)
- func (a *Client) ListLocalServer(params *ListLocalServerParams, authInfo runtime.ClientAuthInfoWriter) (*ListLocalServerOK, *ListLocalServerUnauthorized, ...)deprecated
- func (a *Client) ListLocalServerShort(params *ListLocalServerParams, authInfo runtime.ClientAuthInfoWriter) (*ListLocalServerOK, error)
- func (a *Client) ListServer(params *ListServerParams, authInfo runtime.ClientAuthInfoWriter) (*ListServerOK, *ListServerUnauthorized, *ListServerInternalServerError, error)deprecated
- func (a *Client) ListServerShort(params *ListServerParams, authInfo runtime.ClientAuthInfoWriter) (*ListServerOK, error)
- func (a *Client) ListSession(params *ListSessionParams, authInfo runtime.ClientAuthInfoWriter) (*ListSessionOK, *ListSessionUnauthorized, *ListSessionInternalServerError, ...)deprecated
- func (a *Client) ListSessionShort(params *ListSessionParams, authInfo runtime.ClientAuthInfoWriter) (*ListSessionOK, error)
- func (a *Client) RunGhostCleanerRequestHandler(params *RunGhostCleanerRequestHandlerParams, ...) (*RunGhostCleanerRequestHandlerNoContent, ...)deprecated
- func (a *Client) RunGhostCleanerRequestHandlerShort(params *RunGhostCleanerRequestHandlerParams, ...) (*RunGhostCleanerRequestHandlerNoContent, error)
- func (a *Client) RunZombieCleanerRequestHandler(params *RunZombieCleanerRequestHandlerParams, ...) (*RunZombieCleanerRequestHandlerNoContent, ...)deprecated
- func (a *Client) RunZombieCleanerRequestHandlerShort(params *RunZombieCleanerRequestHandlerParams, ...) (*RunZombieCleanerRequestHandlerNoContent, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- func (a *Client) UpdateWorkerConfig(params *UpdateWorkerConfigParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateWorkerConfigNoContent, *UpdateWorkerConfigBadRequest, ...)deprecated
- func (a *Client) UpdateWorkerConfigShort(params *UpdateWorkerConfigParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateWorkerConfigNoContent, error)
- type ClientService
- type CountServerDetailedInternalServerError
- type CountServerDetailedOK
- type CountServerDetailedParams
- func NewCountServerDetailedParams() *CountServerDetailedParams
- func NewCountServerDetailedParamsWithContext(ctx context.Context) *CountServerDetailedParams
- func NewCountServerDetailedParamsWithHTTPClient(client *http.Client) *CountServerDetailedParams
- func NewCountServerDetailedParamsWithTimeout(timeout time.Duration) *CountServerDetailedParams
- func (o *CountServerDetailedParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *CountServerDetailedParams) SetContext(ctx context.Context)
- func (o *CountServerDetailedParams) SetFlightId(flightId string)
- func (o *CountServerDetailedParams) SetHTTPClient(client *http.Client)
- func (o *CountServerDetailedParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *CountServerDetailedParams) SetNamespace(namespace string)
- func (o *CountServerDetailedParams) SetRegion(region *string)
- func (o *CountServerDetailedParams) SetTimeout(timeout time.Duration)
- func (o *CountServerDetailedParams) WithContext(ctx context.Context) *CountServerDetailedParams
- func (o *CountServerDetailedParams) WithHTTPClient(client *http.Client) *CountServerDetailedParams
- func (o *CountServerDetailedParams) WithNamespace(namespace string) *CountServerDetailedParams
- func (o *CountServerDetailedParams) WithRegion(region *string) *CountServerDetailedParams
- func (o *CountServerDetailedParams) WithTimeout(timeout time.Duration) *CountServerDetailedParams
- func (o *CountServerDetailedParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CountServerDetailedReader
- type CountServerDetailedUnauthorized
- type CountServerInternalServerError
- type CountServerOK
- type CountServerParams
- func (o *CountServerParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *CountServerParams) SetContext(ctx context.Context)
- func (o *CountServerParams) SetFlightId(flightId string)
- func (o *CountServerParams) SetHTTPClient(client *http.Client)
- func (o *CountServerParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *CountServerParams) SetNamespace(namespace string)
- func (o *CountServerParams) SetTimeout(timeout time.Duration)
- func (o *CountServerParams) WithContext(ctx context.Context) *CountServerParams
- func (o *CountServerParams) WithHTTPClient(client *http.Client) *CountServerParams
- func (o *CountServerParams) WithNamespace(namespace string) *CountServerParams
- func (o *CountServerParams) WithTimeout(timeout time.Duration) *CountServerParams
- func (o *CountServerParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CountServerReader
- type CountServerUnauthorized
- type CountSessionInternalServerError
- type CountSessionOK
- type CountSessionParams
- func (o *CountSessionParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *CountSessionParams) SetContext(ctx context.Context)
- func (o *CountSessionParams) SetFlightId(flightId string)
- func (o *CountSessionParams) SetHTTPClient(client *http.Client)
- func (o *CountSessionParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *CountSessionParams) SetNamespace(namespace string)
- func (o *CountSessionParams) SetRegion(region *string)
- func (o *CountSessionParams) SetTimeout(timeout time.Duration)
- func (o *CountSessionParams) WithContext(ctx context.Context) *CountSessionParams
- func (o *CountSessionParams) WithHTTPClient(client *http.Client) *CountSessionParams
- func (o *CountSessionParams) WithNamespace(namespace string) *CountSessionParams
- func (o *CountSessionParams) WithRegion(region *string) *CountSessionParams
- func (o *CountSessionParams) WithTimeout(timeout time.Duration) *CountSessionParams
- func (o *CountSessionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CountSessionReader
- type CountSessionUnauthorized
- type CreateWorkerConfigBadRequest
- type CreateWorkerConfigCreated
- type CreateWorkerConfigInternalServerError
- type CreateWorkerConfigParams
- func NewCreateWorkerConfigParams() *CreateWorkerConfigParams
- func NewCreateWorkerConfigParamsWithContext(ctx context.Context) *CreateWorkerConfigParams
- func NewCreateWorkerConfigParamsWithHTTPClient(client *http.Client) *CreateWorkerConfigParams
- func NewCreateWorkerConfigParamsWithTimeout(timeout time.Duration) *CreateWorkerConfigParams
- func (o *CreateWorkerConfigParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *CreateWorkerConfigParams) SetBody(body *dsmcclientmodels.ModelsWorkerConfigRequest)
- func (o *CreateWorkerConfigParams) SetContext(ctx context.Context)
- func (o *CreateWorkerConfigParams) SetFlightId(flightId string)
- func (o *CreateWorkerConfigParams) SetHTTPClient(client *http.Client)
- func (o *CreateWorkerConfigParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *CreateWorkerConfigParams) SetNamespace(namespace string)
- func (o *CreateWorkerConfigParams) SetTimeout(timeout time.Duration)
- func (o *CreateWorkerConfigParams) WithBody(body *dsmcclientmodels.ModelsWorkerConfigRequest) *CreateWorkerConfigParams
- func (o *CreateWorkerConfigParams) WithContext(ctx context.Context) *CreateWorkerConfigParams
- func (o *CreateWorkerConfigParams) WithHTTPClient(client *http.Client) *CreateWorkerConfigParams
- func (o *CreateWorkerConfigParams) WithNamespace(namespace string) *CreateWorkerConfigParams
- func (o *CreateWorkerConfigParams) WithTimeout(timeout time.Duration) *CreateWorkerConfigParams
- func (o *CreateWorkerConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateWorkerConfigReader
- type CreateWorkerConfigUnauthorized
- type DeleteLocalServerInternalServerError
- type DeleteLocalServerNoContent
- type DeleteLocalServerParams
- func NewDeleteLocalServerParams() *DeleteLocalServerParams
- func NewDeleteLocalServerParamsWithContext(ctx context.Context) *DeleteLocalServerParams
- func NewDeleteLocalServerParamsWithHTTPClient(client *http.Client) *DeleteLocalServerParams
- func NewDeleteLocalServerParamsWithTimeout(timeout time.Duration) *DeleteLocalServerParams
- func (o *DeleteLocalServerParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *DeleteLocalServerParams) SetContext(ctx context.Context)
- func (o *DeleteLocalServerParams) SetFlightId(flightId string)
- func (o *DeleteLocalServerParams) SetHTTPClient(client *http.Client)
- func (o *DeleteLocalServerParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *DeleteLocalServerParams) SetName(name string)
- func (o *DeleteLocalServerParams) SetNamespace(namespace string)
- func (o *DeleteLocalServerParams) SetTimeout(timeout time.Duration)
- func (o *DeleteLocalServerParams) WithContext(ctx context.Context) *DeleteLocalServerParams
- func (o *DeleteLocalServerParams) WithHTTPClient(client *http.Client) *DeleteLocalServerParams
- func (o *DeleteLocalServerParams) WithName(name string) *DeleteLocalServerParams
- func (o *DeleteLocalServerParams) WithNamespace(namespace string) *DeleteLocalServerParams
- func (o *DeleteLocalServerParams) WithTimeout(timeout time.Duration) *DeleteLocalServerParams
- func (o *DeleteLocalServerParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteLocalServerReader
- type DeleteLocalServerUnauthorized
- type DeleteServerInternalServerError
- type DeleteServerNoContent
- type DeleteServerNotFound
- type DeleteServerParams
- func (o *DeleteServerParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *DeleteServerParams) SetContext(ctx context.Context)
- func (o *DeleteServerParams) SetFlightId(flightId string)
- func (o *DeleteServerParams) SetHTTPClient(client *http.Client)
- func (o *DeleteServerParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *DeleteServerParams) SetNamespace(namespace string)
- func (o *DeleteServerParams) SetPodName(podName string)
- func (o *DeleteServerParams) SetTimeout(timeout time.Duration)
- func (o *DeleteServerParams) WithContext(ctx context.Context) *DeleteServerParams
- func (o *DeleteServerParams) WithHTTPClient(client *http.Client) *DeleteServerParams
- func (o *DeleteServerParams) WithNamespace(namespace string) *DeleteServerParams
- func (o *DeleteServerParams) WithPodName(podName string) *DeleteServerParams
- func (o *DeleteServerParams) WithTimeout(timeout time.Duration) *DeleteServerParams
- func (o *DeleteServerParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteServerReader
- type DeleteServerUnauthorized
- type DeleteSessionInternalServerError
- type DeleteSessionNoContent
- type DeleteSessionParams
- func (o *DeleteSessionParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *DeleteSessionParams) SetContext(ctx context.Context)
- func (o *DeleteSessionParams) SetFlightId(flightId string)
- func (o *DeleteSessionParams) SetHTTPClient(client *http.Client)
- func (o *DeleteSessionParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *DeleteSessionParams) SetNamespace(namespace string)
- func (o *DeleteSessionParams) SetSessionID(sessionID string)
- func (o *DeleteSessionParams) SetTimeout(timeout time.Duration)
- func (o *DeleteSessionParams) WithContext(ctx context.Context) *DeleteSessionParams
- func (o *DeleteSessionParams) WithHTTPClient(client *http.Client) *DeleteSessionParams
- func (o *DeleteSessionParams) WithNamespace(namespace string) *DeleteSessionParams
- func (o *DeleteSessionParams) WithSessionID(sessionID string) *DeleteSessionParams
- func (o *DeleteSessionParams) WithTimeout(timeout time.Duration) *DeleteSessionParams
- func (o *DeleteSessionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteSessionReader
- type DeleteSessionUnauthorized
- type GetServerInternalServerError
- type GetServerNotFound
- type GetServerOK
- type GetServerParams
- func (o *GetServerParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *GetServerParams) SetContext(ctx context.Context)
- func (o *GetServerParams) SetFlightId(flightId string)
- func (o *GetServerParams) SetHTTPClient(client *http.Client)
- func (o *GetServerParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *GetServerParams) SetNamespace(namespace string)
- func (o *GetServerParams) SetPodName(podName string)
- func (o *GetServerParams) SetTimeout(timeout time.Duration)
- func (o *GetServerParams) WithContext(ctx context.Context) *GetServerParams
- func (o *GetServerParams) WithHTTPClient(client *http.Client) *GetServerParams
- func (o *GetServerParams) WithNamespace(namespace string) *GetServerParams
- func (o *GetServerParams) WithPodName(podName string) *GetServerParams
- func (o *GetServerParams) WithTimeout(timeout time.Duration) *GetServerParams
- func (o *GetServerParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetServerReader
- type GetServerUnauthorized
- type GetWorkerConfigBadRequest
- type GetWorkerConfigInternalServerError
- type GetWorkerConfigNotFound
- type GetWorkerConfigOK
- type GetWorkerConfigParams
- func NewGetWorkerConfigParams() *GetWorkerConfigParams
- func NewGetWorkerConfigParamsWithContext(ctx context.Context) *GetWorkerConfigParams
- func NewGetWorkerConfigParamsWithHTTPClient(client *http.Client) *GetWorkerConfigParams
- func NewGetWorkerConfigParamsWithTimeout(timeout time.Duration) *GetWorkerConfigParams
- func (o *GetWorkerConfigParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *GetWorkerConfigParams) SetContext(ctx context.Context)
- func (o *GetWorkerConfigParams) SetFlightId(flightId string)
- func (o *GetWorkerConfigParams) SetHTTPClient(client *http.Client)
- func (o *GetWorkerConfigParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *GetWorkerConfigParams) SetNamespace(namespace string)
- func (o *GetWorkerConfigParams) SetTimeout(timeout time.Duration)
- func (o *GetWorkerConfigParams) WithContext(ctx context.Context) *GetWorkerConfigParams
- func (o *GetWorkerConfigParams) WithHTTPClient(client *http.Client) *GetWorkerConfigParams
- func (o *GetWorkerConfigParams) WithNamespace(namespace string) *GetWorkerConfigParams
- func (o *GetWorkerConfigParams) WithTimeout(timeout time.Duration) *GetWorkerConfigParams
- func (o *GetWorkerConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetWorkerConfigReader
- type GetWorkerConfigUnauthorized
- type ListLocalServerInternalServerError
- type ListLocalServerOK
- type ListLocalServerParams
- func NewListLocalServerParams() *ListLocalServerParams
- func NewListLocalServerParamsWithContext(ctx context.Context) *ListLocalServerParams
- func NewListLocalServerParamsWithHTTPClient(client *http.Client) *ListLocalServerParams
- func NewListLocalServerParamsWithTimeout(timeout time.Duration) *ListLocalServerParams
- func (o *ListLocalServerParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *ListLocalServerParams) SetContext(ctx context.Context)
- func (o *ListLocalServerParams) SetFlightId(flightId string)
- func (o *ListLocalServerParams) SetHTTPClient(client *http.Client)
- func (o *ListLocalServerParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *ListLocalServerParams) SetNamespace(namespace string)
- func (o *ListLocalServerParams) SetTimeout(timeout time.Duration)
- func (o *ListLocalServerParams) WithContext(ctx context.Context) *ListLocalServerParams
- func (o *ListLocalServerParams) WithHTTPClient(client *http.Client) *ListLocalServerParams
- func (o *ListLocalServerParams) WithNamespace(namespace string) *ListLocalServerParams
- func (o *ListLocalServerParams) WithTimeout(timeout time.Duration) *ListLocalServerParams
- func (o *ListLocalServerParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListLocalServerReader
- type ListLocalServerUnauthorized
- type ListServerInternalServerError
- type ListServerOK
- type ListServerParams
- func (o *ListServerParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *ListServerParams) SetContext(ctx context.Context)
- func (o *ListServerParams) SetCount(count int64)
- func (o *ListServerParams) SetFlightId(flightId string)
- func (o *ListServerParams) SetHTTPClient(client *http.Client)
- func (o *ListServerParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *ListServerParams) SetNamespace(namespace string)
- func (o *ListServerParams) SetOffset(offset int64)
- func (o *ListServerParams) SetRegion(region *string)
- func (o *ListServerParams) SetTimeout(timeout time.Duration)
- func (o *ListServerParams) WithContext(ctx context.Context) *ListServerParams
- func (o *ListServerParams) WithCount(count int64) *ListServerParams
- func (o *ListServerParams) WithHTTPClient(client *http.Client) *ListServerParams
- func (o *ListServerParams) WithNamespace(namespace string) *ListServerParams
- func (o *ListServerParams) WithOffset(offset int64) *ListServerParams
- func (o *ListServerParams) WithRegion(region *string) *ListServerParams
- func (o *ListServerParams) WithTimeout(timeout time.Duration) *ListServerParams
- func (o *ListServerParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListServerReader
- type ListServerUnauthorized
- type ListSessionInternalServerError
- type ListSessionOK
- type ListSessionParams
- func (o *ListSessionParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *ListSessionParams) SetContext(ctx context.Context)
- func (o *ListSessionParams) SetCount(count int64)
- func (o *ListSessionParams) SetFlightId(flightId string)
- func (o *ListSessionParams) SetHTTPClient(client *http.Client)
- func (o *ListSessionParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *ListSessionParams) SetNamespace(namespace string)
- func (o *ListSessionParams) SetOffset(offset int64)
- func (o *ListSessionParams) SetRegion(region *string)
- func (o *ListSessionParams) SetTimeout(timeout time.Duration)
- func (o *ListSessionParams) SetWithServer(withServer *bool)
- func (o *ListSessionParams) WithContext(ctx context.Context) *ListSessionParams
- func (o *ListSessionParams) WithCount(count int64) *ListSessionParams
- func (o *ListSessionParams) WithHTTPClient(client *http.Client) *ListSessionParams
- func (o *ListSessionParams) WithNamespace(namespace string) *ListSessionParams
- func (o *ListSessionParams) WithOffset(offset int64) *ListSessionParams
- func (o *ListSessionParams) WithRegion(region *string) *ListSessionParams
- func (o *ListSessionParams) WithTimeout(timeout time.Duration) *ListSessionParams
- func (o *ListSessionParams) WithWithServer(withServer *bool) *ListSessionParams
- func (o *ListSessionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListSessionReader
- type ListSessionUnauthorized
- type RunGhostCleanerRequestHandlerNoContent
- type RunGhostCleanerRequestHandlerParams
- func NewRunGhostCleanerRequestHandlerParams() *RunGhostCleanerRequestHandlerParams
- func NewRunGhostCleanerRequestHandlerParamsWithContext(ctx context.Context) *RunGhostCleanerRequestHandlerParams
- func NewRunGhostCleanerRequestHandlerParamsWithHTTPClient(client *http.Client) *RunGhostCleanerRequestHandlerParams
- func NewRunGhostCleanerRequestHandlerParamsWithTimeout(timeout time.Duration) *RunGhostCleanerRequestHandlerParams
- func (o *RunGhostCleanerRequestHandlerParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *RunGhostCleanerRequestHandlerParams) SetContext(ctx context.Context)
- func (o *RunGhostCleanerRequestHandlerParams) SetFlightId(flightId string)
- func (o *RunGhostCleanerRequestHandlerParams) SetHTTPClient(client *http.Client)
- func (o *RunGhostCleanerRequestHandlerParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *RunGhostCleanerRequestHandlerParams) SetNamespace(namespace string)
- func (o *RunGhostCleanerRequestHandlerParams) SetTimeout(timeout time.Duration)
- func (o *RunGhostCleanerRequestHandlerParams) WithContext(ctx context.Context) *RunGhostCleanerRequestHandlerParams
- func (o *RunGhostCleanerRequestHandlerParams) WithHTTPClient(client *http.Client) *RunGhostCleanerRequestHandlerParams
- func (o *RunGhostCleanerRequestHandlerParams) WithNamespace(namespace string) *RunGhostCleanerRequestHandlerParams
- func (o *RunGhostCleanerRequestHandlerParams) WithTimeout(timeout time.Duration) *RunGhostCleanerRequestHandlerParams
- func (o *RunGhostCleanerRequestHandlerParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type RunGhostCleanerRequestHandlerReader
- type RunGhostCleanerRequestHandlerUnauthorized
- type RunZombieCleanerRequestHandlerNoContent
- type RunZombieCleanerRequestHandlerParams
- func NewRunZombieCleanerRequestHandlerParams() *RunZombieCleanerRequestHandlerParams
- func NewRunZombieCleanerRequestHandlerParamsWithContext(ctx context.Context) *RunZombieCleanerRequestHandlerParams
- func NewRunZombieCleanerRequestHandlerParamsWithHTTPClient(client *http.Client) *RunZombieCleanerRequestHandlerParams
- func NewRunZombieCleanerRequestHandlerParamsWithTimeout(timeout time.Duration) *RunZombieCleanerRequestHandlerParams
- func (o *RunZombieCleanerRequestHandlerParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *RunZombieCleanerRequestHandlerParams) SetBody(body *dsmcclientmodels.ModelsDeleteZombieRequest)
- func (o *RunZombieCleanerRequestHandlerParams) SetContext(ctx context.Context)
- func (o *RunZombieCleanerRequestHandlerParams) SetFlightId(flightId string)
- func (o *RunZombieCleanerRequestHandlerParams) SetHTTPClient(client *http.Client)
- func (o *RunZombieCleanerRequestHandlerParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *RunZombieCleanerRequestHandlerParams) SetNamespace(namespace string)
- func (o *RunZombieCleanerRequestHandlerParams) SetTimeout(timeout time.Duration)
- func (o *RunZombieCleanerRequestHandlerParams) WithBody(body *dsmcclientmodels.ModelsDeleteZombieRequest) *RunZombieCleanerRequestHandlerParams
- func (o *RunZombieCleanerRequestHandlerParams) WithContext(ctx context.Context) *RunZombieCleanerRequestHandlerParams
- func (o *RunZombieCleanerRequestHandlerParams) WithHTTPClient(client *http.Client) *RunZombieCleanerRequestHandlerParams
- func (o *RunZombieCleanerRequestHandlerParams) WithNamespace(namespace string) *RunZombieCleanerRequestHandlerParams
- func (o *RunZombieCleanerRequestHandlerParams) WithTimeout(timeout time.Duration) *RunZombieCleanerRequestHandlerParams
- func (o *RunZombieCleanerRequestHandlerParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type RunZombieCleanerRequestHandlerReader
- type RunZombieCleanerRequestHandlerUnauthorized
- type UpdateWorkerConfigBadRequest
- type UpdateWorkerConfigInternalServerError
- type UpdateWorkerConfigNoContent
- type UpdateWorkerConfigNotFound
- type UpdateWorkerConfigParams
- func NewUpdateWorkerConfigParams() *UpdateWorkerConfigParams
- func NewUpdateWorkerConfigParamsWithContext(ctx context.Context) *UpdateWorkerConfigParams
- func NewUpdateWorkerConfigParamsWithHTTPClient(client *http.Client) *UpdateWorkerConfigParams
- func NewUpdateWorkerConfigParamsWithTimeout(timeout time.Duration) *UpdateWorkerConfigParams
- func (o *UpdateWorkerConfigParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *UpdateWorkerConfigParams) SetBody(body *dsmcclientmodels.ModelsWorkerConfigRequest)
- func (o *UpdateWorkerConfigParams) SetContext(ctx context.Context)
- func (o *UpdateWorkerConfigParams) SetFlightId(flightId string)
- func (o *UpdateWorkerConfigParams) SetHTTPClient(client *http.Client)
- func (o *UpdateWorkerConfigParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *UpdateWorkerConfigParams) SetNamespace(namespace string)
- func (o *UpdateWorkerConfigParams) SetTimeout(timeout time.Duration)
- func (o *UpdateWorkerConfigParams) WithBody(body *dsmcclientmodels.ModelsWorkerConfigRequest) *UpdateWorkerConfigParams
- func (o *UpdateWorkerConfigParams) WithContext(ctx context.Context) *UpdateWorkerConfigParams
- func (o *UpdateWorkerConfigParams) WithHTTPClient(client *http.Client) *UpdateWorkerConfigParams
- func (o *UpdateWorkerConfigParams) WithNamespace(namespace string) *UpdateWorkerConfigParams
- func (o *UpdateWorkerConfigParams) WithTimeout(timeout time.Duration) *UpdateWorkerConfigParams
- func (o *UpdateWorkerConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateWorkerConfigReader
- type UpdateWorkerConfigUnauthorized
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddBufferBadRequest ¶ added in v0.72.0
type AddBufferBadRequest struct {
Payload *dsmcclientmodels.ResponseError
}
AddBufferBadRequest handles this case with default header values.
malformed request
func NewAddBufferBadRequest ¶ added in v0.72.0
func NewAddBufferBadRequest() *AddBufferBadRequest
NewAddBufferBadRequest creates a AddBufferBadRequest with default headers values
func (*AddBufferBadRequest) Error ¶ added in v0.72.0
func (o *AddBufferBadRequest) Error() string
func (*AddBufferBadRequest) GetPayload ¶ added in v0.72.0
func (o *AddBufferBadRequest) GetPayload() *dsmcclientmodels.ResponseError
func (*AddBufferBadRequest) ToJSONString ¶ added in v0.72.0
func (o *AddBufferBadRequest) ToJSONString() string
type AddBufferConflict ¶ added in v0.72.0
type AddBufferConflict struct {
Payload *dsmcclientmodels.ResponseError
}
AddBufferConflict handles this case with default header values.
Conflict
func NewAddBufferConflict ¶ added in v0.72.0
func NewAddBufferConflict() *AddBufferConflict
NewAddBufferConflict creates a AddBufferConflict with default headers values
func (*AddBufferConflict) Error ¶ added in v0.72.0
func (o *AddBufferConflict) Error() string
func (*AddBufferConflict) GetPayload ¶ added in v0.72.0
func (o *AddBufferConflict) GetPayload() *dsmcclientmodels.ResponseError
func (*AddBufferConflict) ToJSONString ¶ added in v0.72.0
func (o *AddBufferConflict) ToJSONString() string
type AddBufferInternalServerError ¶ added in v0.72.0
type AddBufferInternalServerError struct {
Payload *dsmcclientmodels.ResponseError
}
AddBufferInternalServerError handles this case with default header values.
Internal Server Error
func NewAddBufferInternalServerError ¶ added in v0.72.0
func NewAddBufferInternalServerError() *AddBufferInternalServerError
NewAddBufferInternalServerError creates a AddBufferInternalServerError with default headers values
func (*AddBufferInternalServerError) Error ¶ added in v0.72.0
func (o *AddBufferInternalServerError) Error() string
func (*AddBufferInternalServerError) GetPayload ¶ added in v0.72.0
func (o *AddBufferInternalServerError) GetPayload() *dsmcclientmodels.ResponseError
func (*AddBufferInternalServerError) ToJSONString ¶ added in v0.72.0
func (o *AddBufferInternalServerError) ToJSONString() string
type AddBufferOK ¶ added in v0.72.0
type AddBufferOK struct {
Payload *dsmcclientmodels.ModelsAddBufferResponse
}
AddBufferOK handles this case with default header values.
buffer requested
func NewAddBufferOK ¶ added in v0.72.0
func NewAddBufferOK() *AddBufferOK
NewAddBufferOK creates a AddBufferOK with default headers values
func (*AddBufferOK) Error ¶ added in v0.72.0
func (o *AddBufferOK) Error() string
func (*AddBufferOK) GetPayload ¶ added in v0.72.0
func (o *AddBufferOK) GetPayload() *dsmcclientmodels.ModelsAddBufferResponse
func (*AddBufferOK) ToJSONString ¶ added in v0.72.0
func (o *AddBufferOK) ToJSONString() string
type AddBufferParams ¶ added in v0.72.0
type AddBufferParams struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*Body*/ Body *dsmcclientmodels.ModelsAddBufferRequest /*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 }
AddBufferParams contains all the parameters to send to the API endpoint for the add buffer operation typically these are written to a http.Request
func NewAddBufferParams ¶ added in v0.72.0
func NewAddBufferParams() *AddBufferParams
NewAddBufferParams creates a new AddBufferParams object with the default values initialized.
func NewAddBufferParamsWithContext ¶ added in v0.72.0
func NewAddBufferParamsWithContext(ctx context.Context) *AddBufferParams
NewAddBufferParamsWithContext creates a new AddBufferParams object with the default values initialized, and the ability to set a context for a request
func NewAddBufferParamsWithHTTPClient ¶ added in v0.72.0
func NewAddBufferParamsWithHTTPClient(client *http.Client) *AddBufferParams
NewAddBufferParamsWithHTTPClient creates a new AddBufferParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewAddBufferParamsWithTimeout ¶ added in v0.72.0
func NewAddBufferParamsWithTimeout(timeout time.Duration) *AddBufferParams
NewAddBufferParamsWithTimeout creates a new AddBufferParams object with the default values initialized, and the ability to set a timeout on a request
func (*AddBufferParams) SetAuthInfoWriter ¶ added in v0.72.0
func (o *AddBufferParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the add buffer params
func (*AddBufferParams) SetBody ¶ added in v0.72.0
func (o *AddBufferParams) SetBody(body *dsmcclientmodels.ModelsAddBufferRequest)
SetBody adds the body to the add buffer params
func (*AddBufferParams) SetContext ¶ added in v0.72.0
func (o *AddBufferParams) SetContext(ctx context.Context)
SetContext adds the context to the add buffer params
func (*AddBufferParams) SetFlightId ¶ added in v0.72.0
func (o *AddBufferParams) SetFlightId(flightId string)
SetFlightId adds the flightId as the header value for this specific endpoint
func (*AddBufferParams) SetHTTPClient ¶ added in v0.72.0
func (o *AddBufferParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the add buffer params
func (*AddBufferParams) SetHTTPClientTransport ¶ added in v0.72.0
func (o *AddBufferParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the add buffer params
func (*AddBufferParams) SetNamespace ¶ added in v0.72.0
func (o *AddBufferParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the add buffer params
func (*AddBufferParams) SetTimeout ¶ added in v0.72.0
func (o *AddBufferParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the add buffer params
func (*AddBufferParams) WithBody ¶ added in v0.72.0
func (o *AddBufferParams) WithBody(body *dsmcclientmodels.ModelsAddBufferRequest) *AddBufferParams
WithBody adds the body to the add buffer params
func (*AddBufferParams) WithContext ¶ added in v0.72.0
func (o *AddBufferParams) WithContext(ctx context.Context) *AddBufferParams
WithContext adds the context to the add buffer params
func (*AddBufferParams) WithHTTPClient ¶ added in v0.72.0
func (o *AddBufferParams) WithHTTPClient(client *http.Client) *AddBufferParams
WithHTTPClient adds the HTTPClient to the add buffer params
func (*AddBufferParams) WithNamespace ¶ added in v0.72.0
func (o *AddBufferParams) WithNamespace(namespace string) *AddBufferParams
WithNamespace adds the namespace to the add buffer params
func (*AddBufferParams) WithTimeout ¶ added in v0.72.0
func (o *AddBufferParams) WithTimeout(timeout time.Duration) *AddBufferParams
WithTimeout adds the timeout to the add buffer params
func (*AddBufferParams) WriteToRequest ¶ added in v0.72.0
func (o *AddBufferParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type AddBufferReader ¶ added in v0.72.0
type AddBufferReader struct {
// contains filtered or unexported fields
}
AddBufferReader is a Reader for the AddBuffer structure.
func (*AddBufferReader) ReadResponse ¶ added in v0.72.0
func (o *AddBufferReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type AddBufferUnauthorized ¶ added in v0.72.0
type AddBufferUnauthorized struct {
}AddBufferUnauthorized handles this case with default header values.
Unauthorized
func NewAddBufferUnauthorized ¶ added in v0.72.0
func NewAddBufferUnauthorized() *AddBufferUnauthorized
NewAddBufferUnauthorized creates a AddBufferUnauthorized with default headers values
func (*AddBufferUnauthorized) Error ¶ added in v0.72.0
func (o *AddBufferUnauthorized) Error() string
func (*AddBufferUnauthorized) GetPayload ¶ added in v0.72.0
func (o *AddBufferUnauthorized) GetPayload() *dsmcclientmodels.ResponseError
func (*AddBufferUnauthorized) ToJSONString ¶ added in v0.72.0
func (o *AddBufferUnauthorized) ToJSONString() string
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client for admin API
func (*Client) AddBuffer
deprecated
added in
v0.72.0
func (a *Client) AddBuffer(params *AddBufferParams, authInfo runtime.ClientAuthInfoWriter) (*AddBufferOK, *AddBufferBadRequest, *AddBufferUnauthorized, *AddBufferConflict, *AddBufferInternalServerError, error)
Deprecated: 2022-08-10 - Use AddBufferShort instead.
AddBuffer manual add buffer ``` Required permission: ADMIN:NAMESPACE:{namespace}:DSM:CONFIG [UPDATE] Required scope: social
This endpoint manually adds buffer for selected namespace and deployment x Job will contain y num of allocs.
Region can be filled with comma-separated values. use * as region name to deploy to all region specified in the deployment's region list
if JobPriority set to 0, we will use 80 as default value for job priority
OverrideVersion will be used as override version for the new allocations. If OverrideVersion is empty, will use version in the deployment. ```
func (*Client) AddBufferShort ¶ added in v0.72.0
func (a *Client) AddBufferShort(params *AddBufferParams, authInfo runtime.ClientAuthInfoWriter) (*AddBufferOK, error)
AddBufferShort manual add buffer ``` Required permission: ADMIN:NAMESPACE:{namespace}:DSM:CONFIG [UPDATE] Required scope: social
This endpoint manually adds buffer for selected namespace and deployment x Job will contain y num of allocs.
Region can be filled with comma-separated values. use * as region name to deploy to all region specified in the deployment's region list
if JobPriority set to 0, we will use 80 as default value for job priority
OverrideVersion will be used as override version for the new allocations. If OverrideVersion is empty, will use version in the deployment. ```
func (*Client) CountServer
deprecated
func (a *Client) CountServer(params *CountServerParams, authInfo runtime.ClientAuthInfoWriter) (*CountServerOK, *CountServerUnauthorized, *CountServerInternalServerError, error)
Deprecated: 2022-08-10 - Use CountServerShort instead.
CountServer count all managed servers Required permission: ADMIN:NAMESPACE:{namespace}:DSM:SERVER [READ]
Required scope: social
This endpoint counts all of dedicated servers in a namespace managed by this service.
func (*Client) CountServerDetailed
deprecated
func (a *Client) CountServerDetailed(params *CountServerDetailedParams, authInfo runtime.ClientAuthInfoWriter) (*CountServerDetailedOK, *CountServerDetailedUnauthorized, *CountServerDetailedInternalServerError, error)
Deprecated: 2022-08-10 - Use CountServerDetailedShort instead.
CountServerDetailed get detailed count of managed servers in a region Required permission: ADMIN:NAMESPACE:{namespace}:DSM:SERVER [READ]
Required scope: social
This endpoint counts all of dedicated servers in a region managed by this service.
func (*Client) CountServerDetailedShort ¶ added in v0.8.0
func (a *Client) CountServerDetailedShort(params *CountServerDetailedParams, authInfo runtime.ClientAuthInfoWriter) (*CountServerDetailedOK, error)
CountServerDetailedShort get detailed count of managed servers in a region Required permission: ADMIN:NAMESPACE:{namespace}:DSM:SERVER [READ]
Required scope: social
This endpoint counts all of dedicated servers in a region managed by this service.
func (*Client) CountServerShort ¶ added in v0.8.0
func (a *Client) CountServerShort(params *CountServerParams, authInfo runtime.ClientAuthInfoWriter) (*CountServerOK, error)
CountServerShort count all managed servers Required permission: ADMIN:NAMESPACE:{namespace}:DSM:SERVER [READ]
Required scope: social
This endpoint counts all of dedicated servers in a namespace managed by this service.
func (*Client) CountSession
deprecated
func (a *Client) CountSession(params *CountSessionParams, authInfo runtime.ClientAuthInfoWriter) (*CountSessionOK, *CountSessionUnauthorized, *CountSessionInternalServerError, error)
Deprecated: 2022-08-10 - Use CountSessionShort instead.
CountSession count all sessions Required permission: ADMIN:NAMESPACE:{namespace}:DSM:SESSION [READ]
Required scope: social
This endpoint count all of sessions in a namespace managed by this service.
func (*Client) CountSessionShort ¶ added in v0.8.0
func (a *Client) CountSessionShort(params *CountSessionParams, authInfo runtime.ClientAuthInfoWriter) (*CountSessionOK, error)
CountSessionShort count all sessions Required permission: ADMIN:NAMESPACE:{namespace}:DSM:SESSION [READ]
Required scope: social
This endpoint count all of sessions in a namespace managed by this service.
func (*Client) CreateWorkerConfig
deprecated
added in
v0.72.0
func (a *Client) CreateWorkerConfig(params *CreateWorkerConfigParams, authInfo runtime.ClientAuthInfoWriter) (*CreateWorkerConfigCreated, *CreateWorkerConfigBadRequest, *CreateWorkerConfigUnauthorized, *CreateWorkerConfigInternalServerError, error)
Deprecated: 2022-08-10 - Use CreateWorkerConfigShort instead.
CreateWorkerConfig create worker configuration Required permission: ADMIN:NAMESPACE:{namespace}:WORKER:CONFIG [CREATE]
Required scope: social
This endpoint creates a worker configuration to control the worker in the DSMC.
func (*Client) CreateWorkerConfigShort ¶ added in v0.72.0
func (a *Client) CreateWorkerConfigShort(params *CreateWorkerConfigParams, authInfo runtime.ClientAuthInfoWriter) (*CreateWorkerConfigCreated, error)
CreateWorkerConfigShort create worker configuration Required permission: ADMIN:NAMESPACE:{namespace}:WORKER:CONFIG [CREATE]
Required scope: social
This endpoint creates a worker configuration to control the worker in the DSMC.
func (*Client) DeleteLocalServer
deprecated
func (a *Client) DeleteLocalServer(params *DeleteLocalServerParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteLocalServerNoContent, *DeleteLocalServerUnauthorized, *DeleteLocalServerInternalServerError, error)
Deprecated: 2022-08-10 - Use DeleteLocalServerShort instead.
DeleteLocalServer delete a local server Required permission: ADMIN:NAMESPACE:{namespace}:DSM:SERVER [DELETE]
Required scope: social
This endpoint deletes a specified local dedicated server from DB. Note that DSM has no ability to shutdown local DS.
func (*Client) DeleteLocalServerShort ¶ added in v0.8.0
func (a *Client) DeleteLocalServerShort(params *DeleteLocalServerParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteLocalServerNoContent, error)
DeleteLocalServerShort delete a local server Required permission: ADMIN:NAMESPACE:{namespace}:DSM:SERVER [DELETE]
Required scope: social
This endpoint deletes a specified local dedicated server from DB. Note that DSM has no ability to shutdown local DS.
func (*Client) DeleteServer
deprecated
func (a *Client) DeleteServer(params *DeleteServerParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteServerNoContent, *DeleteServerUnauthorized, *DeleteServerNotFound, *DeleteServerInternalServerError, error)
Deprecated: 2022-08-10 - Use DeleteServerShort instead.
DeleteServer delete a server in a region Required permission: ADMIN:NAMESPACE:{namespace}:DSM:SERVER [DELETE]
Required scope: social
This endpoint deletes a specified dedicated server from DB and terminates the DS pod.
func (*Client) DeleteServerShort ¶ added in v0.8.0
func (a *Client) DeleteServerShort(params *DeleteServerParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteServerNoContent, error)
DeleteServerShort delete a server in a region Required permission: ADMIN:NAMESPACE:{namespace}:DSM:SERVER [DELETE]
Required scope: social
This endpoint deletes a specified dedicated server from DB and terminates the DS pod.
func (*Client) DeleteSession
deprecated
func (a *Client) DeleteSession(params *DeleteSessionParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteSessionNoContent, *DeleteSessionUnauthorized, *DeleteSessionInternalServerError, error)
Deprecated: 2022-08-10 - Use DeleteSessionShort instead.
DeleteSession delete a session in a region Required permission: ADMIN:NAMESPACE:{namespace}:DSM:SESSION [DELETE]
Required scope: social
This endpoint deletes a specified session and its corresponding match result from DB.
func (*Client) DeleteSessionShort ¶ added in v0.8.0
func (a *Client) DeleteSessionShort(params *DeleteSessionParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteSessionNoContent, error)
DeleteSessionShort delete a session in a region Required permission: ADMIN:NAMESPACE:{namespace}:DSM:SESSION [DELETE]
Required scope: social
This endpoint deletes a specified session and its corresponding match result from DB.
func (*Client) GetServer
deprecated
func (a *Client) GetServer(params *GetServerParams, authInfo runtime.ClientAuthInfoWriter) (*GetServerOK, *GetServerUnauthorized, *GetServerNotFound, *GetServerInternalServerError, error)
Deprecated: 2022-08-10 - Use GetServerShort instead.
GetServer query a server in a region Required permission: ADMIN:NAMESPACE:{namespace}:DSM:SERVER [READ]
Required scope: social
This endpoint queries a specified dedicated server from DB.
func (*Client) GetServerShort ¶ added in v0.8.0
func (a *Client) GetServerShort(params *GetServerParams, authInfo runtime.ClientAuthInfoWriter) (*GetServerOK, error)
GetServerShort query a server in a region Required permission: ADMIN:NAMESPACE:{namespace}:DSM:SERVER [READ]
Required scope: social
This endpoint queries a specified dedicated server from DB.
func (*Client) GetWorkerConfig
deprecated
added in
v0.72.0
func (a *Client) GetWorkerConfig(params *GetWorkerConfigParams, authInfo runtime.ClientAuthInfoWriter) (*GetWorkerConfigOK, *GetWorkerConfigBadRequest, *GetWorkerConfigUnauthorized, *GetWorkerConfigNotFound, *GetWorkerConfigInternalServerError, error)
Deprecated: 2022-08-10 - Use GetWorkerConfigShort instead.
GetWorkerConfig get worker configuration Required permission: ADMIN:NAMESPACE:{namespace}:WORKER:CONFIG [READ]
Required scope: social
This endpoint retrieves a worker configuration to control the worker in the DSMC.
func (*Client) GetWorkerConfigShort ¶ added in v0.72.0
func (a *Client) GetWorkerConfigShort(params *GetWorkerConfigParams, authInfo runtime.ClientAuthInfoWriter) (*GetWorkerConfigOK, error)
GetWorkerConfigShort get worker configuration Required permission: ADMIN:NAMESPACE:{namespace}:WORKER:CONFIG [READ]
Required scope: social
This endpoint retrieves a worker configuration to control the worker in the DSMC.
func (*Client) ListLocalServer
deprecated
func (a *Client) ListLocalServer(params *ListLocalServerParams, authInfo runtime.ClientAuthInfoWriter) (*ListLocalServerOK, *ListLocalServerUnauthorized, *ListLocalServerInternalServerError, error)
Deprecated: 2022-08-10 - Use ListLocalServerShort instead.
ListLocalServer list all managed local servers Required permission: ADMIN:NAMESPACE:{namespace}:DSM:SERVER [READ]
Required scope: social
This endpoint lists all of local dedicated servers in a namespace managed by this service.
func (*Client) ListLocalServerShort ¶ added in v0.8.0
func (a *Client) ListLocalServerShort(params *ListLocalServerParams, authInfo runtime.ClientAuthInfoWriter) (*ListLocalServerOK, error)
ListLocalServerShort list all managed local servers Required permission: ADMIN:NAMESPACE:{namespace}:DSM:SERVER [READ]
Required scope: social
This endpoint lists all of local dedicated servers in a namespace managed by this service.
func (*Client) ListServer
deprecated
func (a *Client) ListServer(params *ListServerParams, authInfo runtime.ClientAuthInfoWriter) (*ListServerOK, *ListServerUnauthorized, *ListServerInternalServerError, error)
Deprecated: 2022-08-10 - Use ListServerShort instead.
ListServer list all managed servers in a region Required permission: ADMIN:NAMESPACE:{namespace}:DSM:SERVER [READ]
Required scope: social
This endpoint lists all of dedicated servers in a namespace managed by this service.
Parameter Offset and Count is Required
func (*Client) ListServerShort ¶ added in v0.8.0
func (a *Client) ListServerShort(params *ListServerParams, authInfo runtime.ClientAuthInfoWriter) (*ListServerOK, error)
ListServerShort list all managed servers in a region Required permission: ADMIN:NAMESPACE:{namespace}:DSM:SERVER [READ]
Required scope: social
This endpoint lists all of dedicated servers in a namespace managed by this service.
Parameter Offset and Count is Required
func (*Client) ListSession
deprecated
func (a *Client) ListSession(params *ListSessionParams, authInfo runtime.ClientAuthInfoWriter) (*ListSessionOK, *ListSessionUnauthorized, *ListSessionInternalServerError, error)
Deprecated: 2022-08-10 - Use ListSessionShort instead.
ListSession list all managed sessions in a region Required permission: ADMIN:NAMESPACE:{namespace}:DSM:SESSION [READ]
Required scope: social
This endpoint lists all of sessions in a namespace managed by this service.
Parameter Offset and Count is Required
func (*Client) ListSessionShort ¶ added in v0.8.0
func (a *Client) ListSessionShort(params *ListSessionParams, authInfo runtime.ClientAuthInfoWriter) (*ListSessionOK, error)
ListSessionShort list all managed sessions in a region Required permission: ADMIN:NAMESPACE:{namespace}:DSM:SESSION [READ]
Required scope: social
This endpoint lists all of sessions in a namespace managed by this service.
Parameter Offset and Count is Required
func (*Client) RunGhostCleanerRequestHandler
deprecated
added in
v0.72.0
func (a *Client) RunGhostCleanerRequestHandler(params *RunGhostCleanerRequestHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*RunGhostCleanerRequestHandlerNoContent, *RunGhostCleanerRequestHandlerUnauthorized, error)
Deprecated: 2022-08-10 - Use RunGhostCleanerRequestHandlerShort instead.
RunGhostCleanerRequestHandler run ghost cleaner Required permission: ADMIN:NAMESPACE:{namespace}:DSM:SERVER [DELETE]
Required scope: social
This endpoint run ghost cleaner once.
func (*Client) RunGhostCleanerRequestHandlerShort ¶ added in v0.72.0
func (a *Client) RunGhostCleanerRequestHandlerShort(params *RunGhostCleanerRequestHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*RunGhostCleanerRequestHandlerNoContent, error)
RunGhostCleanerRequestHandlerShort run ghost cleaner Required permission: ADMIN:NAMESPACE:{namespace}:DSM:SERVER [DELETE]
Required scope: social
This endpoint run ghost cleaner once.
func (*Client) RunZombieCleanerRequestHandler
deprecated
added in
v0.72.0
func (a *Client) RunZombieCleanerRequestHandler(params *RunZombieCleanerRequestHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*RunZombieCleanerRequestHandlerNoContent, *RunZombieCleanerRequestHandlerUnauthorized, error)
Deprecated: 2022-08-10 - Use RunZombieCleanerRequestHandlerShort instead.
RunZombieCleanerRequestHandler run zombie cleaner ``` Required permission: ADMIN:NAMESPACE:{namespace}:DSM:SERVER [DELETE] Required scope: social
This endpoint run zombie cleaner once ¶
use * as region name to target all regions ```
func (*Client) RunZombieCleanerRequestHandlerShort ¶ added in v0.72.0
func (a *Client) RunZombieCleanerRequestHandlerShort(params *RunZombieCleanerRequestHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*RunZombieCleanerRequestHandlerNoContent, error)
RunZombieCleanerRequestHandlerShort run zombie cleaner ``` Required permission: ADMIN:NAMESPACE:{namespace}:DSM:SERVER [DELETE] Required scope: social
This endpoint run zombie cleaner once ¶
use * as region name to target all regions ```
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
func (*Client) UpdateWorkerConfig
deprecated
added in
v0.72.0
func (a *Client) UpdateWorkerConfig(params *UpdateWorkerConfigParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateWorkerConfigNoContent, *UpdateWorkerConfigBadRequest, *UpdateWorkerConfigUnauthorized, *UpdateWorkerConfigNotFound, *UpdateWorkerConfigInternalServerError, error)
Deprecated: 2022-08-10 - Use UpdateWorkerConfigShort instead.
UpdateWorkerConfig update worker configuration Required permission: ADMIN:NAMESPACE:{namespace}:WORKER:CONFIG [UPDATE]
Required scope: social
This endpoint updates a worker configuration to control the worker in the DSMC.
func (*Client) UpdateWorkerConfigShort ¶ added in v0.72.0
func (a *Client) UpdateWorkerConfigShort(params *UpdateWorkerConfigParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateWorkerConfigNoContent, error)
UpdateWorkerConfigShort update worker configuration Required permission: ADMIN:NAMESPACE:{namespace}:WORKER:CONFIG [UPDATE]
Required scope: social
This endpoint updates a worker configuration to control the worker in the DSMC.
type ClientService ¶
type ClientService interface { GetWorkerConfig(params *GetWorkerConfigParams, authInfo runtime.ClientAuthInfoWriter) (*GetWorkerConfigOK, *GetWorkerConfigBadRequest, *GetWorkerConfigUnauthorized, *GetWorkerConfigNotFound, *GetWorkerConfigInternalServerError, error) GetWorkerConfigShort(params *GetWorkerConfigParams, authInfo runtime.ClientAuthInfoWriter) (*GetWorkerConfigOK, error) UpdateWorkerConfig(params *UpdateWorkerConfigParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateWorkerConfigNoContent, *UpdateWorkerConfigBadRequest, *UpdateWorkerConfigUnauthorized, *UpdateWorkerConfigNotFound, *UpdateWorkerConfigInternalServerError, error) UpdateWorkerConfigShort(params *UpdateWorkerConfigParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateWorkerConfigNoContent, error) CreateWorkerConfig(params *CreateWorkerConfigParams, authInfo runtime.ClientAuthInfoWriter) (*CreateWorkerConfigCreated, *CreateWorkerConfigBadRequest, *CreateWorkerConfigUnauthorized, *CreateWorkerConfigInternalServerError, error) CreateWorkerConfigShort(params *CreateWorkerConfigParams, authInfo runtime.ClientAuthInfoWriter) (*CreateWorkerConfigCreated, error) AddBuffer(params *AddBufferParams, authInfo runtime.ClientAuthInfoWriter) (*AddBufferOK, *AddBufferBadRequest, *AddBufferUnauthorized, *AddBufferConflict, *AddBufferInternalServerError, error) AddBufferShort(params *AddBufferParams, authInfo runtime.ClientAuthInfoWriter) (*AddBufferOK, error) ListServer(params *ListServerParams, authInfo runtime.ClientAuthInfoWriter) (*ListServerOK, *ListServerUnauthorized, *ListServerInternalServerError, error) ListServerShort(params *ListServerParams, authInfo runtime.ClientAuthInfoWriter) (*ListServerOK, error) CountServer(params *CountServerParams, authInfo runtime.ClientAuthInfoWriter) (*CountServerOK, *CountServerUnauthorized, *CountServerInternalServerError, error) CountServerShort(params *CountServerParams, authInfo runtime.ClientAuthInfoWriter) (*CountServerOK, error) CountServerDetailed(params *CountServerDetailedParams, authInfo runtime.ClientAuthInfoWriter) (*CountServerDetailedOK, *CountServerDetailedUnauthorized, *CountServerDetailedInternalServerError, error) CountServerDetailedShort(params *CountServerDetailedParams, authInfo runtime.ClientAuthInfoWriter) (*CountServerDetailedOK, error) ListLocalServer(params *ListLocalServerParams, authInfo runtime.ClientAuthInfoWriter) (*ListLocalServerOK, *ListLocalServerUnauthorized, *ListLocalServerInternalServerError, error) ListLocalServerShort(params *ListLocalServerParams, authInfo runtime.ClientAuthInfoWriter) (*ListLocalServerOK, error) DeleteLocalServer(params *DeleteLocalServerParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteLocalServerNoContent, *DeleteLocalServerUnauthorized, *DeleteLocalServerInternalServerError, error) DeleteLocalServerShort(params *DeleteLocalServerParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteLocalServerNoContent, error) GetServer(params *GetServerParams, authInfo runtime.ClientAuthInfoWriter) (*GetServerOK, *GetServerUnauthorized, *GetServerNotFound, *GetServerInternalServerError, error) GetServerShort(params *GetServerParams, authInfo runtime.ClientAuthInfoWriter) (*GetServerOK, error) DeleteServer(params *DeleteServerParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteServerNoContent, *DeleteServerUnauthorized, *DeleteServerNotFound, *DeleteServerInternalServerError, error) DeleteServerShort(params *DeleteServerParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteServerNoContent, error) ListSession(params *ListSessionParams, authInfo runtime.ClientAuthInfoWriter) (*ListSessionOK, *ListSessionUnauthorized, *ListSessionInternalServerError, error) ListSessionShort(params *ListSessionParams, authInfo runtime.ClientAuthInfoWriter) (*ListSessionOK, error) CountSession(params *CountSessionParams, authInfo runtime.ClientAuthInfoWriter) (*CountSessionOK, *CountSessionUnauthorized, *CountSessionInternalServerError, error) CountSessionShort(params *CountSessionParams, authInfo runtime.ClientAuthInfoWriter) (*CountSessionOK, error) DeleteSession(params *DeleteSessionParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteSessionNoContent, *DeleteSessionUnauthorized, *DeleteSessionInternalServerError, error) DeleteSessionShort(params *DeleteSessionParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteSessionNoContent, error) RunGhostCleanerRequestHandler(params *RunGhostCleanerRequestHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*RunGhostCleanerRequestHandlerNoContent, *RunGhostCleanerRequestHandlerUnauthorized, error) RunGhostCleanerRequestHandlerShort(params *RunGhostCleanerRequestHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*RunGhostCleanerRequestHandlerNoContent, error) RunZombieCleanerRequestHandler(params *RunZombieCleanerRequestHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*RunZombieCleanerRequestHandlerNoContent, *RunZombieCleanerRequestHandlerUnauthorized, error) RunZombieCleanerRequestHandlerShort(params *RunZombieCleanerRequestHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*RunZombieCleanerRequestHandlerNoContent, error) SetTransport(transport runtime.ClientTransport) }
ClientService is the interface for Client methods
func New ¶
func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService
New creates a new admin API client.
type CountServerDetailedInternalServerError ¶
type CountServerDetailedInternalServerError struct {
Payload *dsmcclientmodels.ResponseError
}
CountServerDetailedInternalServerError handles this case with default header values.
Internal Server Error
func NewCountServerDetailedInternalServerError ¶
func NewCountServerDetailedInternalServerError() *CountServerDetailedInternalServerError
NewCountServerDetailedInternalServerError creates a CountServerDetailedInternalServerError with default headers values
func (*CountServerDetailedInternalServerError) Error ¶
func (o *CountServerDetailedInternalServerError) Error() string
func (*CountServerDetailedInternalServerError) GetPayload ¶
func (o *CountServerDetailedInternalServerError) GetPayload() *dsmcclientmodels.ResponseError
func (*CountServerDetailedInternalServerError) ToJSONString ¶ added in v0.25.0
func (o *CountServerDetailedInternalServerError) ToJSONString() string
type CountServerDetailedOK ¶
type CountServerDetailedOK struct {
Payload *dsmcclientmodels.ModelsDetailedCountServerResponse
}
CountServerDetailedOK handles this case with default header values.
servers listed
func NewCountServerDetailedOK ¶
func NewCountServerDetailedOK() *CountServerDetailedOK
NewCountServerDetailedOK creates a CountServerDetailedOK with default headers values
func (*CountServerDetailedOK) Error ¶
func (o *CountServerDetailedOK) Error() string
func (*CountServerDetailedOK) GetPayload ¶
func (o *CountServerDetailedOK) GetPayload() *dsmcclientmodels.ModelsDetailedCountServerResponse
func (*CountServerDetailedOK) ToJSONString ¶ added in v0.25.0
func (o *CountServerDetailedOK) ToJSONString() string
type CountServerDetailedParams ¶
type CountServerDetailedParams struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*Namespace namespace of the game */ Namespace string /*Region region where DS server is located. */ Region *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 }
CountServerDetailedParams contains all the parameters to send to the API endpoint for the count server detailed operation typically these are written to a http.Request
func NewCountServerDetailedParams ¶
func NewCountServerDetailedParams() *CountServerDetailedParams
NewCountServerDetailedParams creates a new CountServerDetailedParams object with the default values initialized.
func NewCountServerDetailedParamsWithContext ¶
func NewCountServerDetailedParamsWithContext(ctx context.Context) *CountServerDetailedParams
NewCountServerDetailedParamsWithContext creates a new CountServerDetailedParams object with the default values initialized, and the ability to set a context for a request
func NewCountServerDetailedParamsWithHTTPClient ¶
func NewCountServerDetailedParamsWithHTTPClient(client *http.Client) *CountServerDetailedParams
NewCountServerDetailedParamsWithHTTPClient creates a new CountServerDetailedParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewCountServerDetailedParamsWithTimeout ¶
func NewCountServerDetailedParamsWithTimeout(timeout time.Duration) *CountServerDetailedParams
NewCountServerDetailedParamsWithTimeout creates a new CountServerDetailedParams object with the default values initialized, and the ability to set a timeout on a request
func (*CountServerDetailedParams) SetAuthInfoWriter ¶ added in v0.17.0
func (o *CountServerDetailedParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the count server detailed params
func (*CountServerDetailedParams) SetContext ¶
func (o *CountServerDetailedParams) SetContext(ctx context.Context)
SetContext adds the context to the count server detailed params
func (*CountServerDetailedParams) SetFlightId ¶ added in v0.63.0
func (o *CountServerDetailedParams) SetFlightId(flightId string)
SetFlightId adds the flightId as the header value for this specific endpoint
func (*CountServerDetailedParams) SetHTTPClient ¶
func (o *CountServerDetailedParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the count server detailed params
func (*CountServerDetailedParams) SetHTTPClientTransport ¶ added in v0.19.0
func (o *CountServerDetailedParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the count server detailed params
func (*CountServerDetailedParams) SetNamespace ¶
func (o *CountServerDetailedParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the count server detailed params
func (*CountServerDetailedParams) SetRegion ¶
func (o *CountServerDetailedParams) SetRegion(region *string)
SetRegion adds the region to the count server detailed params
func (*CountServerDetailedParams) SetTimeout ¶
func (o *CountServerDetailedParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the count server detailed params
func (*CountServerDetailedParams) WithContext ¶
func (o *CountServerDetailedParams) WithContext(ctx context.Context) *CountServerDetailedParams
WithContext adds the context to the count server detailed params
func (*CountServerDetailedParams) WithHTTPClient ¶
func (o *CountServerDetailedParams) WithHTTPClient(client *http.Client) *CountServerDetailedParams
WithHTTPClient adds the HTTPClient to the count server detailed params
func (*CountServerDetailedParams) WithNamespace ¶
func (o *CountServerDetailedParams) WithNamespace(namespace string) *CountServerDetailedParams
WithNamespace adds the namespace to the count server detailed params
func (*CountServerDetailedParams) WithRegion ¶
func (o *CountServerDetailedParams) WithRegion(region *string) *CountServerDetailedParams
WithRegion adds the region to the count server detailed params
func (*CountServerDetailedParams) WithTimeout ¶
func (o *CountServerDetailedParams) WithTimeout(timeout time.Duration) *CountServerDetailedParams
WithTimeout adds the timeout to the count server detailed params
func (*CountServerDetailedParams) WriteToRequest ¶
func (o *CountServerDetailedParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CountServerDetailedReader ¶
type CountServerDetailedReader struct {
// contains filtered or unexported fields
}
CountServerDetailedReader is a Reader for the CountServerDetailed structure.
func (*CountServerDetailedReader) ReadResponse ¶
func (o *CountServerDetailedReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CountServerDetailedUnauthorized ¶
type CountServerDetailedUnauthorized struct {
}CountServerDetailedUnauthorized handles this case with default header values.
Unauthorized
func NewCountServerDetailedUnauthorized ¶
func NewCountServerDetailedUnauthorized() *CountServerDetailedUnauthorized
NewCountServerDetailedUnauthorized creates a CountServerDetailedUnauthorized with default headers values
func (*CountServerDetailedUnauthorized) Error ¶
func (o *CountServerDetailedUnauthorized) Error() string
func (*CountServerDetailedUnauthorized) GetPayload ¶
func (o *CountServerDetailedUnauthorized) GetPayload() *dsmcclientmodels.ResponseError
func (*CountServerDetailedUnauthorized) ToJSONString ¶ added in v0.25.0
func (o *CountServerDetailedUnauthorized) ToJSONString() string
type CountServerInternalServerError ¶
type CountServerInternalServerError struct {
Payload *dsmcclientmodels.ResponseError
}
CountServerInternalServerError handles this case with default header values.
Internal Server Error
func NewCountServerInternalServerError ¶
func NewCountServerInternalServerError() *CountServerInternalServerError
NewCountServerInternalServerError creates a CountServerInternalServerError with default headers values
func (*CountServerInternalServerError) Error ¶
func (o *CountServerInternalServerError) Error() string
func (*CountServerInternalServerError) GetPayload ¶
func (o *CountServerInternalServerError) GetPayload() *dsmcclientmodels.ResponseError
func (*CountServerInternalServerError) ToJSONString ¶ added in v0.25.0
func (o *CountServerInternalServerError) ToJSONString() string
type CountServerOK ¶
type CountServerOK struct {
Payload *dsmcclientmodels.ModelsCountServerResponse
}
CountServerOK handles this case with default header values.
servers listed
func NewCountServerOK ¶
func NewCountServerOK() *CountServerOK
NewCountServerOK creates a CountServerOK with default headers values
func (*CountServerOK) Error ¶
func (o *CountServerOK) Error() string
func (*CountServerOK) GetPayload ¶
func (o *CountServerOK) GetPayload() *dsmcclientmodels.ModelsCountServerResponse
func (*CountServerOK) ToJSONString ¶ added in v0.25.0
func (o *CountServerOK) ToJSONString() string
type CountServerParams ¶
type CountServerParams 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 }
CountServerParams contains all the parameters to send to the API endpoint for the count server operation typically these are written to a http.Request
func NewCountServerParams ¶
func NewCountServerParams() *CountServerParams
NewCountServerParams creates a new CountServerParams object with the default values initialized.
func NewCountServerParamsWithContext ¶
func NewCountServerParamsWithContext(ctx context.Context) *CountServerParams
NewCountServerParamsWithContext creates a new CountServerParams object with the default values initialized, and the ability to set a context for a request
func NewCountServerParamsWithHTTPClient ¶
func NewCountServerParamsWithHTTPClient(client *http.Client) *CountServerParams
NewCountServerParamsWithHTTPClient creates a new CountServerParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewCountServerParamsWithTimeout ¶
func NewCountServerParamsWithTimeout(timeout time.Duration) *CountServerParams
NewCountServerParamsWithTimeout creates a new CountServerParams object with the default values initialized, and the ability to set a timeout on a request
func (*CountServerParams) SetAuthInfoWriter ¶ added in v0.17.0
func (o *CountServerParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the count server params
func (*CountServerParams) SetContext ¶
func (o *CountServerParams) SetContext(ctx context.Context)
SetContext adds the context to the count server params
func (*CountServerParams) SetFlightId ¶ added in v0.63.0
func (o *CountServerParams) SetFlightId(flightId string)
SetFlightId adds the flightId as the header value for this specific endpoint
func (*CountServerParams) SetHTTPClient ¶
func (o *CountServerParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the count server params
func (*CountServerParams) SetHTTPClientTransport ¶ added in v0.19.0
func (o *CountServerParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the count server params
func (*CountServerParams) SetNamespace ¶
func (o *CountServerParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the count server params
func (*CountServerParams) SetTimeout ¶
func (o *CountServerParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the count server params
func (*CountServerParams) WithContext ¶
func (o *CountServerParams) WithContext(ctx context.Context) *CountServerParams
WithContext adds the context to the count server params
func (*CountServerParams) WithHTTPClient ¶
func (o *CountServerParams) WithHTTPClient(client *http.Client) *CountServerParams
WithHTTPClient adds the HTTPClient to the count server params
func (*CountServerParams) WithNamespace ¶
func (o *CountServerParams) WithNamespace(namespace string) *CountServerParams
WithNamespace adds the namespace to the count server params
func (*CountServerParams) WithTimeout ¶
func (o *CountServerParams) WithTimeout(timeout time.Duration) *CountServerParams
WithTimeout adds the timeout to the count server params
func (*CountServerParams) WriteToRequest ¶
func (o *CountServerParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CountServerReader ¶
type CountServerReader struct {
// contains filtered or unexported fields
}
CountServerReader is a Reader for the CountServer structure.
func (*CountServerReader) ReadResponse ¶
func (o *CountServerReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CountServerUnauthorized ¶
type CountServerUnauthorized struct {
}CountServerUnauthorized handles this case with default header values.
Unauthorized
func NewCountServerUnauthorized ¶
func NewCountServerUnauthorized() *CountServerUnauthorized
NewCountServerUnauthorized creates a CountServerUnauthorized with default headers values
func (*CountServerUnauthorized) Error ¶
func (o *CountServerUnauthorized) Error() string
func (*CountServerUnauthorized) GetPayload ¶
func (o *CountServerUnauthorized) GetPayload() *dsmcclientmodels.ResponseError
func (*CountServerUnauthorized) ToJSONString ¶ added in v0.25.0
func (o *CountServerUnauthorized) ToJSONString() string
type CountSessionInternalServerError ¶
type CountSessionInternalServerError struct {
Payload *dsmcclientmodels.ResponseError
}
CountSessionInternalServerError handles this case with default header values.
Internal Server Error
func NewCountSessionInternalServerError ¶
func NewCountSessionInternalServerError() *CountSessionInternalServerError
NewCountSessionInternalServerError creates a CountSessionInternalServerError with default headers values
func (*CountSessionInternalServerError) Error ¶
func (o *CountSessionInternalServerError) Error() string
func (*CountSessionInternalServerError) GetPayload ¶
func (o *CountSessionInternalServerError) GetPayload() *dsmcclientmodels.ResponseError
func (*CountSessionInternalServerError) ToJSONString ¶ added in v0.25.0
func (o *CountSessionInternalServerError) ToJSONString() string
type CountSessionOK ¶
type CountSessionOK struct {
Payload *dsmcclientmodels.ModelsCountSessionResponse
}
CountSessionOK handles this case with default header values.
sessions listed
func NewCountSessionOK ¶
func NewCountSessionOK() *CountSessionOK
NewCountSessionOK creates a CountSessionOK with default headers values
func (*CountSessionOK) Error ¶
func (o *CountSessionOK) Error() string
func (*CountSessionOK) GetPayload ¶
func (o *CountSessionOK) GetPayload() *dsmcclientmodels.ModelsCountSessionResponse
func (*CountSessionOK) ToJSONString ¶ added in v0.25.0
func (o *CountSessionOK) ToJSONString() string
type CountSessionParams ¶
type CountSessionParams struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*Namespace namespace of the game */ Namespace string /*Region region where session is located. if not specified it will count all sessions. */ Region *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 }
CountSessionParams contains all the parameters to send to the API endpoint for the count session operation typically these are written to a http.Request
func NewCountSessionParams ¶
func NewCountSessionParams() *CountSessionParams
NewCountSessionParams creates a new CountSessionParams object with the default values initialized.
func NewCountSessionParamsWithContext ¶
func NewCountSessionParamsWithContext(ctx context.Context) *CountSessionParams
NewCountSessionParamsWithContext creates a new CountSessionParams object with the default values initialized, and the ability to set a context for a request
func NewCountSessionParamsWithHTTPClient ¶
func NewCountSessionParamsWithHTTPClient(client *http.Client) *CountSessionParams
NewCountSessionParamsWithHTTPClient creates a new CountSessionParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewCountSessionParamsWithTimeout ¶
func NewCountSessionParamsWithTimeout(timeout time.Duration) *CountSessionParams
NewCountSessionParamsWithTimeout creates a new CountSessionParams object with the default values initialized, and the ability to set a timeout on a request
func (*CountSessionParams) SetAuthInfoWriter ¶ added in v0.17.0
func (o *CountSessionParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the count session params
func (*CountSessionParams) SetContext ¶
func (o *CountSessionParams) SetContext(ctx context.Context)
SetContext adds the context to the count session params
func (*CountSessionParams) SetFlightId ¶ added in v0.63.0
func (o *CountSessionParams) SetFlightId(flightId string)
SetFlightId adds the flightId as the header value for this specific endpoint
func (*CountSessionParams) SetHTTPClient ¶
func (o *CountSessionParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the count session params
func (*CountSessionParams) SetHTTPClientTransport ¶ added in v0.19.0
func (o *CountSessionParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the count session params
func (*CountSessionParams) SetNamespace ¶
func (o *CountSessionParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the count session params
func (*CountSessionParams) SetRegion ¶
func (o *CountSessionParams) SetRegion(region *string)
SetRegion adds the region to the count session params
func (*CountSessionParams) SetTimeout ¶
func (o *CountSessionParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the count session params
func (*CountSessionParams) WithContext ¶
func (o *CountSessionParams) WithContext(ctx context.Context) *CountSessionParams
WithContext adds the context to the count session params
func (*CountSessionParams) WithHTTPClient ¶
func (o *CountSessionParams) WithHTTPClient(client *http.Client) *CountSessionParams
WithHTTPClient adds the HTTPClient to the count session params
func (*CountSessionParams) WithNamespace ¶
func (o *CountSessionParams) WithNamespace(namespace string) *CountSessionParams
WithNamespace adds the namespace to the count session params
func (*CountSessionParams) WithRegion ¶
func (o *CountSessionParams) WithRegion(region *string) *CountSessionParams
WithRegion adds the region to the count session params
func (*CountSessionParams) WithTimeout ¶
func (o *CountSessionParams) WithTimeout(timeout time.Duration) *CountSessionParams
WithTimeout adds the timeout to the count session params
func (*CountSessionParams) WriteToRequest ¶
func (o *CountSessionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CountSessionReader ¶
type CountSessionReader struct {
// contains filtered or unexported fields
}
CountSessionReader is a Reader for the CountSession structure.
func (*CountSessionReader) ReadResponse ¶
func (o *CountSessionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CountSessionUnauthorized ¶
type CountSessionUnauthorized struct {
}CountSessionUnauthorized handles this case with default header values.
Unauthorized
func NewCountSessionUnauthorized ¶
func NewCountSessionUnauthorized() *CountSessionUnauthorized
NewCountSessionUnauthorized creates a CountSessionUnauthorized with default headers values
func (*CountSessionUnauthorized) Error ¶
func (o *CountSessionUnauthorized) Error() string
func (*CountSessionUnauthorized) GetPayload ¶
func (o *CountSessionUnauthorized) GetPayload() *dsmcclientmodels.ResponseError
func (*CountSessionUnauthorized) ToJSONString ¶ added in v0.25.0
func (o *CountSessionUnauthorized) ToJSONString() string
type CreateWorkerConfigBadRequest ¶ added in v0.72.0
type CreateWorkerConfigBadRequest struct {
Payload *dsmcclientmodels.ResponseError
}
CreateWorkerConfigBadRequest handles this case with default header values.
Bad Request
func NewCreateWorkerConfigBadRequest ¶ added in v0.72.0
func NewCreateWorkerConfigBadRequest() *CreateWorkerConfigBadRequest
NewCreateWorkerConfigBadRequest creates a CreateWorkerConfigBadRequest with default headers values
func (*CreateWorkerConfigBadRequest) Error ¶ added in v0.72.0
func (o *CreateWorkerConfigBadRequest) Error() string
func (*CreateWorkerConfigBadRequest) GetPayload ¶ added in v0.72.0
func (o *CreateWorkerConfigBadRequest) GetPayload() *dsmcclientmodels.ResponseError
func (*CreateWorkerConfigBadRequest) ToJSONString ¶ added in v0.72.0
func (o *CreateWorkerConfigBadRequest) ToJSONString() string
type CreateWorkerConfigCreated ¶ added in v0.72.0
type CreateWorkerConfigCreated struct {
Payload *dsmcclientmodels.ModelsWorkerConfig
}
CreateWorkerConfigCreated handles this case with default header values.
The worker configuration has been successfully created.
func NewCreateWorkerConfigCreated ¶ added in v0.72.0
func NewCreateWorkerConfigCreated() *CreateWorkerConfigCreated
NewCreateWorkerConfigCreated creates a CreateWorkerConfigCreated with default headers values
func (*CreateWorkerConfigCreated) Error ¶ added in v0.72.0
func (o *CreateWorkerConfigCreated) Error() string
func (*CreateWorkerConfigCreated) GetPayload ¶ added in v0.72.0
func (o *CreateWorkerConfigCreated) GetPayload() *dsmcclientmodels.ModelsWorkerConfig
func (*CreateWorkerConfigCreated) ToJSONString ¶ added in v0.72.0
func (o *CreateWorkerConfigCreated) ToJSONString() string
type CreateWorkerConfigInternalServerError ¶ added in v0.72.0
type CreateWorkerConfigInternalServerError struct {
Payload *dsmcclientmodels.ResponseError
}
CreateWorkerConfigInternalServerError handles this case with default header values.
Internal Server Error
func NewCreateWorkerConfigInternalServerError ¶ added in v0.72.0
func NewCreateWorkerConfigInternalServerError() *CreateWorkerConfigInternalServerError
NewCreateWorkerConfigInternalServerError creates a CreateWorkerConfigInternalServerError with default headers values
func (*CreateWorkerConfigInternalServerError) Error ¶ added in v0.72.0
func (o *CreateWorkerConfigInternalServerError) Error() string
func (*CreateWorkerConfigInternalServerError) GetPayload ¶ added in v0.72.0
func (o *CreateWorkerConfigInternalServerError) GetPayload() *dsmcclientmodels.ResponseError
func (*CreateWorkerConfigInternalServerError) ToJSONString ¶ added in v0.72.0
func (o *CreateWorkerConfigInternalServerError) ToJSONString() string
type CreateWorkerConfigParams ¶ added in v0.72.0
type CreateWorkerConfigParams struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*Body*/ Body *dsmcclientmodels.ModelsWorkerConfigRequest /*Namespace the 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 }
CreateWorkerConfigParams contains all the parameters to send to the API endpoint for the create worker config operation typically these are written to a http.Request
func NewCreateWorkerConfigParams ¶ added in v0.72.0
func NewCreateWorkerConfigParams() *CreateWorkerConfigParams
NewCreateWorkerConfigParams creates a new CreateWorkerConfigParams object with the default values initialized.
func NewCreateWorkerConfigParamsWithContext ¶ added in v0.72.0
func NewCreateWorkerConfigParamsWithContext(ctx context.Context) *CreateWorkerConfigParams
NewCreateWorkerConfigParamsWithContext creates a new CreateWorkerConfigParams object with the default values initialized, and the ability to set a context for a request
func NewCreateWorkerConfigParamsWithHTTPClient ¶ added in v0.72.0
func NewCreateWorkerConfigParamsWithHTTPClient(client *http.Client) *CreateWorkerConfigParams
NewCreateWorkerConfigParamsWithHTTPClient creates a new CreateWorkerConfigParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewCreateWorkerConfigParamsWithTimeout ¶ added in v0.72.0
func NewCreateWorkerConfigParamsWithTimeout(timeout time.Duration) *CreateWorkerConfigParams
NewCreateWorkerConfigParamsWithTimeout creates a new CreateWorkerConfigParams object with the default values initialized, and the ability to set a timeout on a request
func (*CreateWorkerConfigParams) SetAuthInfoWriter ¶ added in v0.72.0
func (o *CreateWorkerConfigParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the create worker config params
func (*CreateWorkerConfigParams) SetBody ¶ added in v0.72.0
func (o *CreateWorkerConfigParams) SetBody(body *dsmcclientmodels.ModelsWorkerConfigRequest)
SetBody adds the body to the create worker config params
func (*CreateWorkerConfigParams) SetContext ¶ added in v0.72.0
func (o *CreateWorkerConfigParams) SetContext(ctx context.Context)
SetContext adds the context to the create worker config params
func (*CreateWorkerConfigParams) SetFlightId ¶ added in v0.72.0
func (o *CreateWorkerConfigParams) SetFlightId(flightId string)
SetFlightId adds the flightId as the header value for this specific endpoint
func (*CreateWorkerConfigParams) SetHTTPClient ¶ added in v0.72.0
func (o *CreateWorkerConfigParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create worker config params
func (*CreateWorkerConfigParams) SetHTTPClientTransport ¶ added in v0.72.0
func (o *CreateWorkerConfigParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the create worker config params
func (*CreateWorkerConfigParams) SetNamespace ¶ added in v0.72.0
func (o *CreateWorkerConfigParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the create worker config params
func (*CreateWorkerConfigParams) SetTimeout ¶ added in v0.72.0
func (o *CreateWorkerConfigParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create worker config params
func (*CreateWorkerConfigParams) WithBody ¶ added in v0.72.0
func (o *CreateWorkerConfigParams) WithBody(body *dsmcclientmodels.ModelsWorkerConfigRequest) *CreateWorkerConfigParams
WithBody adds the body to the create worker config params
func (*CreateWorkerConfigParams) WithContext ¶ added in v0.72.0
func (o *CreateWorkerConfigParams) WithContext(ctx context.Context) *CreateWorkerConfigParams
WithContext adds the context to the create worker config params
func (*CreateWorkerConfigParams) WithHTTPClient ¶ added in v0.72.0
func (o *CreateWorkerConfigParams) WithHTTPClient(client *http.Client) *CreateWorkerConfigParams
WithHTTPClient adds the HTTPClient to the create worker config params
func (*CreateWorkerConfigParams) WithNamespace ¶ added in v0.72.0
func (o *CreateWorkerConfigParams) WithNamespace(namespace string) *CreateWorkerConfigParams
WithNamespace adds the namespace to the create worker config params
func (*CreateWorkerConfigParams) WithTimeout ¶ added in v0.72.0
func (o *CreateWorkerConfigParams) WithTimeout(timeout time.Duration) *CreateWorkerConfigParams
WithTimeout adds the timeout to the create worker config params
func (*CreateWorkerConfigParams) WriteToRequest ¶ added in v0.72.0
func (o *CreateWorkerConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateWorkerConfigReader ¶ added in v0.72.0
type CreateWorkerConfigReader struct {
// contains filtered or unexported fields
}
CreateWorkerConfigReader is a Reader for the CreateWorkerConfig structure.
func (*CreateWorkerConfigReader) ReadResponse ¶ added in v0.72.0
func (o *CreateWorkerConfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CreateWorkerConfigUnauthorized ¶ added in v0.72.0
type CreateWorkerConfigUnauthorized struct {
}CreateWorkerConfigUnauthorized handles this case with default header values.
Unauthorized
func NewCreateWorkerConfigUnauthorized ¶ added in v0.72.0
func NewCreateWorkerConfigUnauthorized() *CreateWorkerConfigUnauthorized
NewCreateWorkerConfigUnauthorized creates a CreateWorkerConfigUnauthorized with default headers values
func (*CreateWorkerConfigUnauthorized) Error ¶ added in v0.72.0
func (o *CreateWorkerConfigUnauthorized) Error() string
func (*CreateWorkerConfigUnauthorized) GetPayload ¶ added in v0.72.0
func (o *CreateWorkerConfigUnauthorized) GetPayload() *dsmcclientmodels.ResponseError
func (*CreateWorkerConfigUnauthorized) ToJSONString ¶ added in v0.72.0
func (o *CreateWorkerConfigUnauthorized) ToJSONString() string
type DeleteLocalServerInternalServerError ¶
type DeleteLocalServerInternalServerError struct {
Payload *dsmcclientmodels.ResponseError
}
DeleteLocalServerInternalServerError handles this case with default header values.
Internal Server Error
func NewDeleteLocalServerInternalServerError ¶
func NewDeleteLocalServerInternalServerError() *DeleteLocalServerInternalServerError
NewDeleteLocalServerInternalServerError creates a DeleteLocalServerInternalServerError with default headers values
func (*DeleteLocalServerInternalServerError) Error ¶
func (o *DeleteLocalServerInternalServerError) Error() string
func (*DeleteLocalServerInternalServerError) GetPayload ¶
func (o *DeleteLocalServerInternalServerError) GetPayload() *dsmcclientmodels.ResponseError
func (*DeleteLocalServerInternalServerError) ToJSONString ¶ added in v0.25.0
func (o *DeleteLocalServerInternalServerError) ToJSONString() string
type DeleteLocalServerNoContent ¶
type DeleteLocalServerNoContent struct { }
DeleteLocalServerNoContent handles this case with default header values.
server deleted
func NewDeleteLocalServerNoContent ¶
func NewDeleteLocalServerNoContent() *DeleteLocalServerNoContent
NewDeleteLocalServerNoContent creates a DeleteLocalServerNoContent with default headers values
func (*DeleteLocalServerNoContent) Error ¶
func (o *DeleteLocalServerNoContent) Error() string
type DeleteLocalServerParams ¶
type DeleteLocalServerParams struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*Name name of the DS */ 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 }
DeleteLocalServerParams contains all the parameters to send to the API endpoint for the delete local server operation typically these are written to a http.Request
func NewDeleteLocalServerParams ¶
func NewDeleteLocalServerParams() *DeleteLocalServerParams
NewDeleteLocalServerParams creates a new DeleteLocalServerParams object with the default values initialized.
func NewDeleteLocalServerParamsWithContext ¶
func NewDeleteLocalServerParamsWithContext(ctx context.Context) *DeleteLocalServerParams
NewDeleteLocalServerParamsWithContext creates a new DeleteLocalServerParams object with the default values initialized, and the ability to set a context for a request
func NewDeleteLocalServerParamsWithHTTPClient ¶
func NewDeleteLocalServerParamsWithHTTPClient(client *http.Client) *DeleteLocalServerParams
NewDeleteLocalServerParamsWithHTTPClient creates a new DeleteLocalServerParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDeleteLocalServerParamsWithTimeout ¶
func NewDeleteLocalServerParamsWithTimeout(timeout time.Duration) *DeleteLocalServerParams
NewDeleteLocalServerParamsWithTimeout creates a new DeleteLocalServerParams object with the default values initialized, and the ability to set a timeout on a request
func (*DeleteLocalServerParams) SetAuthInfoWriter ¶ added in v0.17.0
func (o *DeleteLocalServerParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the delete local server params
func (*DeleteLocalServerParams) SetContext ¶
func (o *DeleteLocalServerParams) SetContext(ctx context.Context)
SetContext adds the context to the delete local server params
func (*DeleteLocalServerParams) SetFlightId ¶ added in v0.63.0
func (o *DeleteLocalServerParams) SetFlightId(flightId string)
SetFlightId adds the flightId as the header value for this specific endpoint
func (*DeleteLocalServerParams) SetHTTPClient ¶
func (o *DeleteLocalServerParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete local server params
func (*DeleteLocalServerParams) SetHTTPClientTransport ¶ added in v0.19.0
func (o *DeleteLocalServerParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the delete local server params
func (*DeleteLocalServerParams) SetName ¶
func (o *DeleteLocalServerParams) SetName(name string)
SetName adds the name to the delete local server params
func (*DeleteLocalServerParams) SetNamespace ¶
func (o *DeleteLocalServerParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the delete local server params
func (*DeleteLocalServerParams) SetTimeout ¶
func (o *DeleteLocalServerParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete local server params
func (*DeleteLocalServerParams) WithContext ¶
func (o *DeleteLocalServerParams) WithContext(ctx context.Context) *DeleteLocalServerParams
WithContext adds the context to the delete local server params
func (*DeleteLocalServerParams) WithHTTPClient ¶
func (o *DeleteLocalServerParams) WithHTTPClient(client *http.Client) *DeleteLocalServerParams
WithHTTPClient adds the HTTPClient to the delete local server params
func (*DeleteLocalServerParams) WithName ¶
func (o *DeleteLocalServerParams) WithName(name string) *DeleteLocalServerParams
WithName adds the name to the delete local server params
func (*DeleteLocalServerParams) WithNamespace ¶
func (o *DeleteLocalServerParams) WithNamespace(namespace string) *DeleteLocalServerParams
WithNamespace adds the namespace to the delete local server params
func (*DeleteLocalServerParams) WithTimeout ¶
func (o *DeleteLocalServerParams) WithTimeout(timeout time.Duration) *DeleteLocalServerParams
WithTimeout adds the timeout to the delete local server params
func (*DeleteLocalServerParams) WriteToRequest ¶
func (o *DeleteLocalServerParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteLocalServerReader ¶
type DeleteLocalServerReader struct {
// contains filtered or unexported fields
}
DeleteLocalServerReader is a Reader for the DeleteLocalServer structure.
func (*DeleteLocalServerReader) ReadResponse ¶
func (o *DeleteLocalServerReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteLocalServerUnauthorized ¶
type DeleteLocalServerUnauthorized struct {
}DeleteLocalServerUnauthorized handles this case with default header values.
Unauthorized
func NewDeleteLocalServerUnauthorized ¶
func NewDeleteLocalServerUnauthorized() *DeleteLocalServerUnauthorized
NewDeleteLocalServerUnauthorized creates a DeleteLocalServerUnauthorized with default headers values
func (*DeleteLocalServerUnauthorized) Error ¶
func (o *DeleteLocalServerUnauthorized) Error() string
func (*DeleteLocalServerUnauthorized) GetPayload ¶
func (o *DeleteLocalServerUnauthorized) GetPayload() *dsmcclientmodels.ResponseError
func (*DeleteLocalServerUnauthorized) ToJSONString ¶ added in v0.25.0
func (o *DeleteLocalServerUnauthorized) ToJSONString() string
type DeleteServerInternalServerError ¶
type DeleteServerInternalServerError struct {
Payload *dsmcclientmodels.ResponseError
}
DeleteServerInternalServerError handles this case with default header values.
Internal Server Error
func NewDeleteServerInternalServerError ¶
func NewDeleteServerInternalServerError() *DeleteServerInternalServerError
NewDeleteServerInternalServerError creates a DeleteServerInternalServerError with default headers values
func (*DeleteServerInternalServerError) Error ¶
func (o *DeleteServerInternalServerError) Error() string
func (*DeleteServerInternalServerError) GetPayload ¶
func (o *DeleteServerInternalServerError) GetPayload() *dsmcclientmodels.ResponseError
func (*DeleteServerInternalServerError) ToJSONString ¶ added in v0.25.0
func (o *DeleteServerInternalServerError) ToJSONString() string
type DeleteServerNoContent ¶
type DeleteServerNoContent struct { }
DeleteServerNoContent handles this case with default header values.
server deleted
func NewDeleteServerNoContent ¶
func NewDeleteServerNoContent() *DeleteServerNoContent
NewDeleteServerNoContent creates a DeleteServerNoContent with default headers values
func (*DeleteServerNoContent) Error ¶
func (o *DeleteServerNoContent) Error() string
type DeleteServerNotFound ¶
type DeleteServerNotFound struct {
Payload *dsmcclientmodels.ResponseError
}
DeleteServerNotFound handles this case with default header values.
server not found
func NewDeleteServerNotFound ¶
func NewDeleteServerNotFound() *DeleteServerNotFound
NewDeleteServerNotFound creates a DeleteServerNotFound with default headers values
func (*DeleteServerNotFound) Error ¶
func (o *DeleteServerNotFound) Error() string
func (*DeleteServerNotFound) GetPayload ¶
func (o *DeleteServerNotFound) GetPayload() *dsmcclientmodels.ResponseError
func (*DeleteServerNotFound) ToJSONString ¶ added in v0.25.0
func (o *DeleteServerNotFound) ToJSONString() string
type DeleteServerParams ¶
type DeleteServerParams struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*Namespace namespace of the game */ Namespace string /*PodName name of the DS pod */ PodName 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 }
DeleteServerParams contains all the parameters to send to the API endpoint for the delete server operation typically these are written to a http.Request
func NewDeleteServerParams ¶
func NewDeleteServerParams() *DeleteServerParams
NewDeleteServerParams creates a new DeleteServerParams object with the default values initialized.
func NewDeleteServerParamsWithContext ¶
func NewDeleteServerParamsWithContext(ctx context.Context) *DeleteServerParams
NewDeleteServerParamsWithContext creates a new DeleteServerParams object with the default values initialized, and the ability to set a context for a request
func NewDeleteServerParamsWithHTTPClient ¶
func NewDeleteServerParamsWithHTTPClient(client *http.Client) *DeleteServerParams
NewDeleteServerParamsWithHTTPClient creates a new DeleteServerParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDeleteServerParamsWithTimeout ¶
func NewDeleteServerParamsWithTimeout(timeout time.Duration) *DeleteServerParams
NewDeleteServerParamsWithTimeout creates a new DeleteServerParams object with the default values initialized, and the ability to set a timeout on a request
func (*DeleteServerParams) SetAuthInfoWriter ¶ added in v0.17.0
func (o *DeleteServerParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the delete server params
func (*DeleteServerParams) SetContext ¶
func (o *DeleteServerParams) SetContext(ctx context.Context)
SetContext adds the context to the delete server params
func (*DeleteServerParams) SetFlightId ¶ added in v0.63.0
func (o *DeleteServerParams) SetFlightId(flightId string)
SetFlightId adds the flightId as the header value for this specific endpoint
func (*DeleteServerParams) SetHTTPClient ¶
func (o *DeleteServerParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete server params
func (*DeleteServerParams) SetHTTPClientTransport ¶ added in v0.19.0
func (o *DeleteServerParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the delete server params
func (*DeleteServerParams) SetNamespace ¶
func (o *DeleteServerParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the delete server params
func (*DeleteServerParams) SetPodName ¶
func (o *DeleteServerParams) SetPodName(podName string)
SetPodName adds the podName to the delete server params
func (*DeleteServerParams) SetTimeout ¶
func (o *DeleteServerParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete server params
func (*DeleteServerParams) WithContext ¶
func (o *DeleteServerParams) WithContext(ctx context.Context) *DeleteServerParams
WithContext adds the context to the delete server params
func (*DeleteServerParams) WithHTTPClient ¶
func (o *DeleteServerParams) WithHTTPClient(client *http.Client) *DeleteServerParams
WithHTTPClient adds the HTTPClient to the delete server params
func (*DeleteServerParams) WithNamespace ¶
func (o *DeleteServerParams) WithNamespace(namespace string) *DeleteServerParams
WithNamespace adds the namespace to the delete server params
func (*DeleteServerParams) WithPodName ¶
func (o *DeleteServerParams) WithPodName(podName string) *DeleteServerParams
WithPodName adds the podName to the delete server params
func (*DeleteServerParams) WithTimeout ¶
func (o *DeleteServerParams) WithTimeout(timeout time.Duration) *DeleteServerParams
WithTimeout adds the timeout to the delete server params
func (*DeleteServerParams) WriteToRequest ¶
func (o *DeleteServerParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteServerReader ¶
type DeleteServerReader struct {
// contains filtered or unexported fields
}
DeleteServerReader is a Reader for the DeleteServer structure.
func (*DeleteServerReader) ReadResponse ¶
func (o *DeleteServerReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteServerUnauthorized ¶
type DeleteServerUnauthorized struct {
}DeleteServerUnauthorized handles this case with default header values.
Unauthorized
func NewDeleteServerUnauthorized ¶
func NewDeleteServerUnauthorized() *DeleteServerUnauthorized
NewDeleteServerUnauthorized creates a DeleteServerUnauthorized with default headers values
func (*DeleteServerUnauthorized) Error ¶
func (o *DeleteServerUnauthorized) Error() string
func (*DeleteServerUnauthorized) GetPayload ¶
func (o *DeleteServerUnauthorized) GetPayload() *dsmcclientmodels.ResponseError
func (*DeleteServerUnauthorized) ToJSONString ¶ added in v0.25.0
func (o *DeleteServerUnauthorized) ToJSONString() string
type DeleteSessionInternalServerError ¶
type DeleteSessionInternalServerError struct {
Payload *dsmcclientmodels.ResponseError
}
DeleteSessionInternalServerError handles this case with default header values.
Internal Server Error
func NewDeleteSessionInternalServerError ¶
func NewDeleteSessionInternalServerError() *DeleteSessionInternalServerError
NewDeleteSessionInternalServerError creates a DeleteSessionInternalServerError with default headers values
func (*DeleteSessionInternalServerError) Error ¶
func (o *DeleteSessionInternalServerError) Error() string
func (*DeleteSessionInternalServerError) GetPayload ¶
func (o *DeleteSessionInternalServerError) GetPayload() *dsmcclientmodels.ResponseError
func (*DeleteSessionInternalServerError) ToJSONString ¶ added in v0.25.0
func (o *DeleteSessionInternalServerError) ToJSONString() string
type DeleteSessionNoContent ¶
type DeleteSessionNoContent struct { }
DeleteSessionNoContent handles this case with default header values.
session deleted
func NewDeleteSessionNoContent ¶
func NewDeleteSessionNoContent() *DeleteSessionNoContent
NewDeleteSessionNoContent creates a DeleteSessionNoContent with default headers values
func (*DeleteSessionNoContent) Error ¶
func (o *DeleteSessionNoContent) Error() string
type DeleteSessionParams ¶
type DeleteSessionParams struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*Namespace namespace of the game */ Namespace string /*SessionID session to be deleted */ SessionID string AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // XFlightId is an optional parameter from this SDK XFlightId *string // contains filtered or unexported fields }
DeleteSessionParams contains all the parameters to send to the API endpoint for the delete session operation typically these are written to a http.Request
func NewDeleteSessionParams ¶
func NewDeleteSessionParams() *DeleteSessionParams
NewDeleteSessionParams creates a new DeleteSessionParams object with the default values initialized.
func NewDeleteSessionParamsWithContext ¶
func NewDeleteSessionParamsWithContext(ctx context.Context) *DeleteSessionParams
NewDeleteSessionParamsWithContext creates a new DeleteSessionParams object with the default values initialized, and the ability to set a context for a request
func NewDeleteSessionParamsWithHTTPClient ¶
func NewDeleteSessionParamsWithHTTPClient(client *http.Client) *DeleteSessionParams
NewDeleteSessionParamsWithHTTPClient creates a new DeleteSessionParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDeleteSessionParamsWithTimeout ¶
func NewDeleteSessionParamsWithTimeout(timeout time.Duration) *DeleteSessionParams
NewDeleteSessionParamsWithTimeout creates a new DeleteSessionParams object with the default values initialized, and the ability to set a timeout on a request
func (*DeleteSessionParams) SetAuthInfoWriter ¶ added in v0.17.0
func (o *DeleteSessionParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the delete session params
func (*DeleteSessionParams) SetContext ¶
func (o *DeleteSessionParams) SetContext(ctx context.Context)
SetContext adds the context to the delete session params
func (*DeleteSessionParams) SetFlightId ¶ added in v0.63.0
func (o *DeleteSessionParams) SetFlightId(flightId string)
SetFlightId adds the flightId as the header value for this specific endpoint
func (*DeleteSessionParams) SetHTTPClient ¶
func (o *DeleteSessionParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete session params
func (*DeleteSessionParams) SetHTTPClientTransport ¶ added in v0.19.0
func (o *DeleteSessionParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the delete session params
func (*DeleteSessionParams) SetNamespace ¶
func (o *DeleteSessionParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the delete session params
func (*DeleteSessionParams) SetSessionID ¶
func (o *DeleteSessionParams) SetSessionID(sessionID string)
SetSessionID adds the sessionId to the delete session params
func (*DeleteSessionParams) SetTimeout ¶
func (o *DeleteSessionParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete session params
func (*DeleteSessionParams) WithContext ¶
func (o *DeleteSessionParams) WithContext(ctx context.Context) *DeleteSessionParams
WithContext adds the context to the delete session params
func (*DeleteSessionParams) WithHTTPClient ¶
func (o *DeleteSessionParams) WithHTTPClient(client *http.Client) *DeleteSessionParams
WithHTTPClient adds the HTTPClient to the delete session params
func (*DeleteSessionParams) WithNamespace ¶
func (o *DeleteSessionParams) WithNamespace(namespace string) *DeleteSessionParams
WithNamespace adds the namespace to the delete session params
func (*DeleteSessionParams) WithSessionID ¶
func (o *DeleteSessionParams) WithSessionID(sessionID string) *DeleteSessionParams
WithSessionID adds the sessionID to the delete session params
func (*DeleteSessionParams) WithTimeout ¶
func (o *DeleteSessionParams) WithTimeout(timeout time.Duration) *DeleteSessionParams
WithTimeout adds the timeout to the delete session params
func (*DeleteSessionParams) WriteToRequest ¶
func (o *DeleteSessionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteSessionReader ¶
type DeleteSessionReader struct {
// contains filtered or unexported fields
}
DeleteSessionReader is a Reader for the DeleteSession structure.
func (*DeleteSessionReader) ReadResponse ¶
func (o *DeleteSessionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteSessionUnauthorized ¶
type DeleteSessionUnauthorized struct {
}DeleteSessionUnauthorized handles this case with default header values.
Unauthorized
func NewDeleteSessionUnauthorized ¶
func NewDeleteSessionUnauthorized() *DeleteSessionUnauthorized
NewDeleteSessionUnauthorized creates a DeleteSessionUnauthorized with default headers values
func (*DeleteSessionUnauthorized) Error ¶
func (o *DeleteSessionUnauthorized) Error() string
func (*DeleteSessionUnauthorized) GetPayload ¶
func (o *DeleteSessionUnauthorized) GetPayload() *dsmcclientmodels.ResponseError
func (*DeleteSessionUnauthorized) ToJSONString ¶ added in v0.25.0
func (o *DeleteSessionUnauthorized) ToJSONString() string
type GetServerInternalServerError ¶
type GetServerInternalServerError struct {
Payload *dsmcclientmodels.ResponseError
}
GetServerInternalServerError handles this case with default header values.
Internal Server Error
func NewGetServerInternalServerError ¶
func NewGetServerInternalServerError() *GetServerInternalServerError
NewGetServerInternalServerError creates a GetServerInternalServerError with default headers values
func (*GetServerInternalServerError) Error ¶
func (o *GetServerInternalServerError) Error() string
func (*GetServerInternalServerError) GetPayload ¶
func (o *GetServerInternalServerError) GetPayload() *dsmcclientmodels.ResponseError
func (*GetServerInternalServerError) ToJSONString ¶ added in v0.25.0
func (o *GetServerInternalServerError) ToJSONString() string
type GetServerNotFound ¶
type GetServerNotFound struct {
Payload *dsmcclientmodels.ResponseError
}
GetServerNotFound handles this case with default header values.
server not found
func NewGetServerNotFound ¶
func NewGetServerNotFound() *GetServerNotFound
NewGetServerNotFound creates a GetServerNotFound with default headers values
func (*GetServerNotFound) Error ¶
func (o *GetServerNotFound) Error() string
func (*GetServerNotFound) GetPayload ¶
func (o *GetServerNotFound) GetPayload() *dsmcclientmodels.ResponseError
func (*GetServerNotFound) ToJSONString ¶ added in v0.25.0
func (o *GetServerNotFound) ToJSONString() string
type GetServerOK ¶
type GetServerOK struct {
Payload *dsmcclientmodels.ModelsServerDetailsResponse
}
GetServerOK handles this case with default header values.
server queried
func NewGetServerOK ¶
func NewGetServerOK() *GetServerOK
NewGetServerOK creates a GetServerOK with default headers values
func (*GetServerOK) Error ¶
func (o *GetServerOK) Error() string
func (*GetServerOK) GetPayload ¶
func (o *GetServerOK) GetPayload() *dsmcclientmodels.ModelsServerDetailsResponse
func (*GetServerOK) ToJSONString ¶ added in v0.25.0
func (o *GetServerOK) ToJSONString() string
type GetServerParams ¶
type GetServerParams struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*Namespace namespace of the game */ Namespace string /*PodName name of the DS pod */ PodName 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 }
GetServerParams contains all the parameters to send to the API endpoint for the get server operation typically these are written to a http.Request
func NewGetServerParams ¶
func NewGetServerParams() *GetServerParams
NewGetServerParams creates a new GetServerParams object with the default values initialized.
func NewGetServerParamsWithContext ¶
func NewGetServerParamsWithContext(ctx context.Context) *GetServerParams
NewGetServerParamsWithContext creates a new GetServerParams object with the default values initialized, and the ability to set a context for a request
func NewGetServerParamsWithHTTPClient ¶
func NewGetServerParamsWithHTTPClient(client *http.Client) *GetServerParams
NewGetServerParamsWithHTTPClient creates a new GetServerParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetServerParamsWithTimeout ¶
func NewGetServerParamsWithTimeout(timeout time.Duration) *GetServerParams
NewGetServerParamsWithTimeout creates a new GetServerParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetServerParams) SetAuthInfoWriter ¶ added in v0.17.0
func (o *GetServerParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the get server params
func (*GetServerParams) SetContext ¶
func (o *GetServerParams) SetContext(ctx context.Context)
SetContext adds the context to the get server params
func (*GetServerParams) SetFlightId ¶ added in v0.63.0
func (o *GetServerParams) SetFlightId(flightId string)
SetFlightId adds the flightId as the header value for this specific endpoint
func (*GetServerParams) SetHTTPClient ¶
func (o *GetServerParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get server params
func (*GetServerParams) SetHTTPClientTransport ¶ added in v0.19.0
func (o *GetServerParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the get server params
func (*GetServerParams) SetNamespace ¶
func (o *GetServerParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the get server params
func (*GetServerParams) SetPodName ¶
func (o *GetServerParams) SetPodName(podName string)
SetPodName adds the podName to the get server params
func (*GetServerParams) SetTimeout ¶
func (o *GetServerParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get server params
func (*GetServerParams) WithContext ¶
func (o *GetServerParams) WithContext(ctx context.Context) *GetServerParams
WithContext adds the context to the get server params
func (*GetServerParams) WithHTTPClient ¶
func (o *GetServerParams) WithHTTPClient(client *http.Client) *GetServerParams
WithHTTPClient adds the HTTPClient to the get server params
func (*GetServerParams) WithNamespace ¶
func (o *GetServerParams) WithNamespace(namespace string) *GetServerParams
WithNamespace adds the namespace to the get server params
func (*GetServerParams) WithPodName ¶
func (o *GetServerParams) WithPodName(podName string) *GetServerParams
WithPodName adds the podName to the get server params
func (*GetServerParams) WithTimeout ¶
func (o *GetServerParams) WithTimeout(timeout time.Duration) *GetServerParams
WithTimeout adds the timeout to the get server params
func (*GetServerParams) WriteToRequest ¶
func (o *GetServerParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetServerReader ¶
type GetServerReader struct {
// contains filtered or unexported fields
}
GetServerReader is a Reader for the GetServer structure.
func (*GetServerReader) ReadResponse ¶
func (o *GetServerReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetServerUnauthorized ¶
type GetServerUnauthorized struct {
}GetServerUnauthorized handles this case with default header values.
Unauthorized
func NewGetServerUnauthorized ¶
func NewGetServerUnauthorized() *GetServerUnauthorized
NewGetServerUnauthorized creates a GetServerUnauthorized with default headers values
func (*GetServerUnauthorized) Error ¶
func (o *GetServerUnauthorized) Error() string
func (*GetServerUnauthorized) GetPayload ¶
func (o *GetServerUnauthorized) GetPayload() *dsmcclientmodels.ResponseError
func (*GetServerUnauthorized) ToJSONString ¶ added in v0.25.0
func (o *GetServerUnauthorized) ToJSONString() string
type GetWorkerConfigBadRequest ¶ added in v0.72.0
type GetWorkerConfigBadRequest struct {
Payload *dsmcclientmodels.ResponseError
}
GetWorkerConfigBadRequest handles this case with default header values.
Bad Request
func NewGetWorkerConfigBadRequest ¶ added in v0.72.0
func NewGetWorkerConfigBadRequest() *GetWorkerConfigBadRequest
NewGetWorkerConfigBadRequest creates a GetWorkerConfigBadRequest with default headers values
func (*GetWorkerConfigBadRequest) Error ¶ added in v0.72.0
func (o *GetWorkerConfigBadRequest) Error() string
func (*GetWorkerConfigBadRequest) GetPayload ¶ added in v0.72.0
func (o *GetWorkerConfigBadRequest) GetPayload() *dsmcclientmodels.ResponseError
func (*GetWorkerConfigBadRequest) ToJSONString ¶ added in v0.72.0
func (o *GetWorkerConfigBadRequest) ToJSONString() string
type GetWorkerConfigInternalServerError ¶ added in v0.72.0
type GetWorkerConfigInternalServerError struct {
Payload *dsmcclientmodels.ResponseError
}
GetWorkerConfigInternalServerError handles this case with default header values.
Internal Server Error
func NewGetWorkerConfigInternalServerError ¶ added in v0.72.0
func NewGetWorkerConfigInternalServerError() *GetWorkerConfigInternalServerError
NewGetWorkerConfigInternalServerError creates a GetWorkerConfigInternalServerError with default headers values
func (*GetWorkerConfigInternalServerError) Error ¶ added in v0.72.0
func (o *GetWorkerConfigInternalServerError) Error() string
func (*GetWorkerConfigInternalServerError) GetPayload ¶ added in v0.72.0
func (o *GetWorkerConfigInternalServerError) GetPayload() *dsmcclientmodels.ResponseError
func (*GetWorkerConfigInternalServerError) ToJSONString ¶ added in v0.72.0
func (o *GetWorkerConfigInternalServerError) ToJSONString() string
type GetWorkerConfigNotFound ¶ added in v0.72.0
type GetWorkerConfigNotFound struct {
Payload *dsmcclientmodels.ResponseError
}
GetWorkerConfigNotFound handles this case with default header values.
Not Found
func NewGetWorkerConfigNotFound ¶ added in v0.72.0
func NewGetWorkerConfigNotFound() *GetWorkerConfigNotFound
NewGetWorkerConfigNotFound creates a GetWorkerConfigNotFound with default headers values
func (*GetWorkerConfigNotFound) Error ¶ added in v0.72.0
func (o *GetWorkerConfigNotFound) Error() string
func (*GetWorkerConfigNotFound) GetPayload ¶ added in v0.72.0
func (o *GetWorkerConfigNotFound) GetPayload() *dsmcclientmodels.ResponseError
func (*GetWorkerConfigNotFound) ToJSONString ¶ added in v0.72.0
func (o *GetWorkerConfigNotFound) ToJSONString() string
type GetWorkerConfigOK ¶ added in v0.72.0
type GetWorkerConfigOK struct {
Payload *dsmcclientmodels.ModelsWorkerConfig
}
GetWorkerConfigOK handles this case with default header values.
The worker configuration has been successfully retrieved.
func NewGetWorkerConfigOK ¶ added in v0.72.0
func NewGetWorkerConfigOK() *GetWorkerConfigOK
NewGetWorkerConfigOK creates a GetWorkerConfigOK with default headers values
func (*GetWorkerConfigOK) Error ¶ added in v0.72.0
func (o *GetWorkerConfigOK) Error() string
func (*GetWorkerConfigOK) GetPayload ¶ added in v0.72.0
func (o *GetWorkerConfigOK) GetPayload() *dsmcclientmodels.ModelsWorkerConfig
func (*GetWorkerConfigOK) ToJSONString ¶ added in v0.72.0
func (o *GetWorkerConfigOK) ToJSONString() string
type GetWorkerConfigParams ¶ added in v0.72.0
type GetWorkerConfigParams struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*Namespace the 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 }
GetWorkerConfigParams contains all the parameters to send to the API endpoint for the get worker config operation typically these are written to a http.Request
func NewGetWorkerConfigParams ¶ added in v0.72.0
func NewGetWorkerConfigParams() *GetWorkerConfigParams
NewGetWorkerConfigParams creates a new GetWorkerConfigParams object with the default values initialized.
func NewGetWorkerConfigParamsWithContext ¶ added in v0.72.0
func NewGetWorkerConfigParamsWithContext(ctx context.Context) *GetWorkerConfigParams
NewGetWorkerConfigParamsWithContext creates a new GetWorkerConfigParams object with the default values initialized, and the ability to set a context for a request
func NewGetWorkerConfigParamsWithHTTPClient ¶ added in v0.72.0
func NewGetWorkerConfigParamsWithHTTPClient(client *http.Client) *GetWorkerConfigParams
NewGetWorkerConfigParamsWithHTTPClient creates a new GetWorkerConfigParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetWorkerConfigParamsWithTimeout ¶ added in v0.72.0
func NewGetWorkerConfigParamsWithTimeout(timeout time.Duration) *GetWorkerConfigParams
NewGetWorkerConfigParamsWithTimeout creates a new GetWorkerConfigParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetWorkerConfigParams) SetAuthInfoWriter ¶ added in v0.72.0
func (o *GetWorkerConfigParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the get worker config params
func (*GetWorkerConfigParams) SetContext ¶ added in v0.72.0
func (o *GetWorkerConfigParams) SetContext(ctx context.Context)
SetContext adds the context to the get worker config params
func (*GetWorkerConfigParams) SetFlightId ¶ added in v0.72.0
func (o *GetWorkerConfigParams) SetFlightId(flightId string)
SetFlightId adds the flightId as the header value for this specific endpoint
func (*GetWorkerConfigParams) SetHTTPClient ¶ added in v0.72.0
func (o *GetWorkerConfigParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get worker config params
func (*GetWorkerConfigParams) SetHTTPClientTransport ¶ added in v0.72.0
func (o *GetWorkerConfigParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the get worker config params
func (*GetWorkerConfigParams) SetNamespace ¶ added in v0.72.0
func (o *GetWorkerConfigParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the get worker config params
func (*GetWorkerConfigParams) SetTimeout ¶ added in v0.72.0
func (o *GetWorkerConfigParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get worker config params
func (*GetWorkerConfigParams) WithContext ¶ added in v0.72.0
func (o *GetWorkerConfigParams) WithContext(ctx context.Context) *GetWorkerConfigParams
WithContext adds the context to the get worker config params
func (*GetWorkerConfigParams) WithHTTPClient ¶ added in v0.72.0
func (o *GetWorkerConfigParams) WithHTTPClient(client *http.Client) *GetWorkerConfigParams
WithHTTPClient adds the HTTPClient to the get worker config params
func (*GetWorkerConfigParams) WithNamespace ¶ added in v0.72.0
func (o *GetWorkerConfigParams) WithNamespace(namespace string) *GetWorkerConfigParams
WithNamespace adds the namespace to the get worker config params
func (*GetWorkerConfigParams) WithTimeout ¶ added in v0.72.0
func (o *GetWorkerConfigParams) WithTimeout(timeout time.Duration) *GetWorkerConfigParams
WithTimeout adds the timeout to the get worker config params
func (*GetWorkerConfigParams) WriteToRequest ¶ added in v0.72.0
func (o *GetWorkerConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetWorkerConfigReader ¶ added in v0.72.0
type GetWorkerConfigReader struct {
// contains filtered or unexported fields
}
GetWorkerConfigReader is a Reader for the GetWorkerConfig structure.
func (*GetWorkerConfigReader) ReadResponse ¶ added in v0.72.0
func (o *GetWorkerConfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetWorkerConfigUnauthorized ¶ added in v0.72.0
type GetWorkerConfigUnauthorized struct {
}GetWorkerConfigUnauthorized handles this case with default header values.
Unauthorized
func NewGetWorkerConfigUnauthorized ¶ added in v0.72.0
func NewGetWorkerConfigUnauthorized() *GetWorkerConfigUnauthorized
NewGetWorkerConfigUnauthorized creates a GetWorkerConfigUnauthorized with default headers values
func (*GetWorkerConfigUnauthorized) Error ¶ added in v0.72.0
func (o *GetWorkerConfigUnauthorized) Error() string
func (*GetWorkerConfigUnauthorized) GetPayload ¶ added in v0.72.0
func (o *GetWorkerConfigUnauthorized) GetPayload() *dsmcclientmodels.ResponseError
func (*GetWorkerConfigUnauthorized) ToJSONString ¶ added in v0.72.0
func (o *GetWorkerConfigUnauthorized) ToJSONString() string
type ListLocalServerInternalServerError ¶
type ListLocalServerInternalServerError struct {
Payload *dsmcclientmodels.ResponseError
}
ListLocalServerInternalServerError handles this case with default header values.
Internal Server Error
func NewListLocalServerInternalServerError ¶
func NewListLocalServerInternalServerError() *ListLocalServerInternalServerError
NewListLocalServerInternalServerError creates a ListLocalServerInternalServerError with default headers values
func (*ListLocalServerInternalServerError) Error ¶
func (o *ListLocalServerInternalServerError) Error() string
func (*ListLocalServerInternalServerError) GetPayload ¶
func (o *ListLocalServerInternalServerError) GetPayload() *dsmcclientmodels.ResponseError
func (*ListLocalServerInternalServerError) ToJSONString ¶ added in v0.25.0
func (o *ListLocalServerInternalServerError) ToJSONString() string
type ListLocalServerOK ¶
type ListLocalServerOK struct {
Payload *dsmcclientmodels.ModelsListServerResponse
}
ListLocalServerOK handles this case with default header values.
servers listed
func NewListLocalServerOK ¶
func NewListLocalServerOK() *ListLocalServerOK
NewListLocalServerOK creates a ListLocalServerOK with default headers values
func (*ListLocalServerOK) Error ¶
func (o *ListLocalServerOK) Error() string
func (*ListLocalServerOK) GetPayload ¶
func (o *ListLocalServerOK) GetPayload() *dsmcclientmodels.ModelsListServerResponse
func (*ListLocalServerOK) ToJSONString ¶ added in v0.25.0
func (o *ListLocalServerOK) ToJSONString() string
type ListLocalServerParams ¶
type ListLocalServerParams 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 }
ListLocalServerParams contains all the parameters to send to the API endpoint for the list local server operation typically these are written to a http.Request
func NewListLocalServerParams ¶
func NewListLocalServerParams() *ListLocalServerParams
NewListLocalServerParams creates a new ListLocalServerParams object with the default values initialized.
func NewListLocalServerParamsWithContext ¶
func NewListLocalServerParamsWithContext(ctx context.Context) *ListLocalServerParams
NewListLocalServerParamsWithContext creates a new ListLocalServerParams object with the default values initialized, and the ability to set a context for a request
func NewListLocalServerParamsWithHTTPClient ¶
func NewListLocalServerParamsWithHTTPClient(client *http.Client) *ListLocalServerParams
NewListLocalServerParamsWithHTTPClient creates a new ListLocalServerParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewListLocalServerParamsWithTimeout ¶
func NewListLocalServerParamsWithTimeout(timeout time.Duration) *ListLocalServerParams
NewListLocalServerParamsWithTimeout creates a new ListLocalServerParams object with the default values initialized, and the ability to set a timeout on a request
func (*ListLocalServerParams) SetAuthInfoWriter ¶ added in v0.17.0
func (o *ListLocalServerParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the list local server params
func (*ListLocalServerParams) SetContext ¶
func (o *ListLocalServerParams) SetContext(ctx context.Context)
SetContext adds the context to the list local server params
func (*ListLocalServerParams) SetFlightId ¶ added in v0.63.0
func (o *ListLocalServerParams) SetFlightId(flightId string)
SetFlightId adds the flightId as the header value for this specific endpoint
func (*ListLocalServerParams) SetHTTPClient ¶
func (o *ListLocalServerParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list local server params
func (*ListLocalServerParams) SetHTTPClientTransport ¶ added in v0.19.0
func (o *ListLocalServerParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the list local server params
func (*ListLocalServerParams) SetNamespace ¶
func (o *ListLocalServerParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the list local server params
func (*ListLocalServerParams) SetTimeout ¶
func (o *ListLocalServerParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list local server params
func (*ListLocalServerParams) WithContext ¶
func (o *ListLocalServerParams) WithContext(ctx context.Context) *ListLocalServerParams
WithContext adds the context to the list local server params
func (*ListLocalServerParams) WithHTTPClient ¶
func (o *ListLocalServerParams) WithHTTPClient(client *http.Client) *ListLocalServerParams
WithHTTPClient adds the HTTPClient to the list local server params
func (*ListLocalServerParams) WithNamespace ¶
func (o *ListLocalServerParams) WithNamespace(namespace string) *ListLocalServerParams
WithNamespace adds the namespace to the list local server params
func (*ListLocalServerParams) WithTimeout ¶
func (o *ListLocalServerParams) WithTimeout(timeout time.Duration) *ListLocalServerParams
WithTimeout adds the timeout to the list local server params
func (*ListLocalServerParams) WriteToRequest ¶
func (o *ListLocalServerParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListLocalServerReader ¶
type ListLocalServerReader struct {
// contains filtered or unexported fields
}
ListLocalServerReader is a Reader for the ListLocalServer structure.
func (*ListLocalServerReader) ReadResponse ¶
func (o *ListLocalServerReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ListLocalServerUnauthorized ¶
type ListLocalServerUnauthorized struct {
}ListLocalServerUnauthorized handles this case with default header values.
Unauthorized
func NewListLocalServerUnauthorized ¶
func NewListLocalServerUnauthorized() *ListLocalServerUnauthorized
NewListLocalServerUnauthorized creates a ListLocalServerUnauthorized with default headers values
func (*ListLocalServerUnauthorized) Error ¶
func (o *ListLocalServerUnauthorized) Error() string
func (*ListLocalServerUnauthorized) GetPayload ¶
func (o *ListLocalServerUnauthorized) GetPayload() *dsmcclientmodels.ResponseError
func (*ListLocalServerUnauthorized) ToJSONString ¶ added in v0.25.0
func (o *ListLocalServerUnauthorized) ToJSONString() string
type ListServerInternalServerError ¶
type ListServerInternalServerError struct {
Payload *dsmcclientmodels.ResponseError
}
ListServerInternalServerError handles this case with default header values.
Internal Server Error
func NewListServerInternalServerError ¶
func NewListServerInternalServerError() *ListServerInternalServerError
NewListServerInternalServerError creates a ListServerInternalServerError with default headers values
func (*ListServerInternalServerError) Error ¶
func (o *ListServerInternalServerError) Error() string
func (*ListServerInternalServerError) GetPayload ¶
func (o *ListServerInternalServerError) GetPayload() *dsmcclientmodels.ResponseError
func (*ListServerInternalServerError) ToJSONString ¶ added in v0.25.0
func (o *ListServerInternalServerError) ToJSONString() string
type ListServerOK ¶
type ListServerOK struct {
Payload *dsmcclientmodels.ModelsListServerResponse
}
ListServerOK handles this case with default header values.
servers listed
func NewListServerOK ¶
func NewListServerOK() *ListServerOK
NewListServerOK creates a ListServerOK with default headers values
func (*ListServerOK) Error ¶
func (o *ListServerOK) Error() string
func (*ListServerOK) GetPayload ¶
func (o *ListServerOK) GetPayload() *dsmcclientmodels.ModelsListServerResponse
func (*ListServerOK) ToJSONString ¶ added in v0.25.0
func (o *ListServerOK) ToJSONString() string
type ListServerParams ¶
type ListServerParams struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*Namespace namespace of the game */ Namespace string /*Region region where DS server is located. if not specified it will list all servers. */ Region *string /*Count how many items to return */ Count int64 /*Offset offset from list to query from */ Offset int64 AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // XFlightId is an optional parameter from this SDK XFlightId *string // contains filtered or unexported fields }
ListServerParams contains all the parameters to send to the API endpoint for the list server operation typically these are written to a http.Request
func NewListServerParams ¶
func NewListServerParams() *ListServerParams
NewListServerParams creates a new ListServerParams object with the default values initialized.
func NewListServerParamsWithContext ¶
func NewListServerParamsWithContext(ctx context.Context) *ListServerParams
NewListServerParamsWithContext creates a new ListServerParams object with the default values initialized, and the ability to set a context for a request
func NewListServerParamsWithHTTPClient ¶
func NewListServerParamsWithHTTPClient(client *http.Client) *ListServerParams
NewListServerParamsWithHTTPClient creates a new ListServerParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewListServerParamsWithTimeout ¶
func NewListServerParamsWithTimeout(timeout time.Duration) *ListServerParams
NewListServerParamsWithTimeout creates a new ListServerParams object with the default values initialized, and the ability to set a timeout on a request
func (*ListServerParams) SetAuthInfoWriter ¶ added in v0.17.0
func (o *ListServerParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the list server params
func (*ListServerParams) SetContext ¶
func (o *ListServerParams) SetContext(ctx context.Context)
SetContext adds the context to the list server params
func (*ListServerParams) SetCount ¶
func (o *ListServerParams) SetCount(count int64)
SetCount adds the count to the list server params
func (*ListServerParams) SetFlightId ¶ added in v0.63.0
func (o *ListServerParams) SetFlightId(flightId string)
SetFlightId adds the flightId as the header value for this specific endpoint
func (*ListServerParams) SetHTTPClient ¶
func (o *ListServerParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list server params
func (*ListServerParams) SetHTTPClientTransport ¶ added in v0.19.0
func (o *ListServerParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the list server params
func (*ListServerParams) SetNamespace ¶
func (o *ListServerParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the list server params
func (*ListServerParams) SetOffset ¶
func (o *ListServerParams) SetOffset(offset int64)
SetOffset adds the offset to the list server params
func (*ListServerParams) SetRegion ¶
func (o *ListServerParams) SetRegion(region *string)
SetRegion adds the region to the list server params
func (*ListServerParams) SetTimeout ¶
func (o *ListServerParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list server params
func (*ListServerParams) WithContext ¶
func (o *ListServerParams) WithContext(ctx context.Context) *ListServerParams
WithContext adds the context to the list server params
func (*ListServerParams) WithCount ¶
func (o *ListServerParams) WithCount(count int64) *ListServerParams
WithCount adds the count to the list server params
func (*ListServerParams) WithHTTPClient ¶
func (o *ListServerParams) WithHTTPClient(client *http.Client) *ListServerParams
WithHTTPClient adds the HTTPClient to the list server params
func (*ListServerParams) WithNamespace ¶
func (o *ListServerParams) WithNamespace(namespace string) *ListServerParams
WithNamespace adds the namespace to the list server params
func (*ListServerParams) WithOffset ¶
func (o *ListServerParams) WithOffset(offset int64) *ListServerParams
WithOffset adds the offset to the list server params
func (*ListServerParams) WithRegion ¶
func (o *ListServerParams) WithRegion(region *string) *ListServerParams
WithRegion adds the region to the list server params
func (*ListServerParams) WithTimeout ¶
func (o *ListServerParams) WithTimeout(timeout time.Duration) *ListServerParams
WithTimeout adds the timeout to the list server params
func (*ListServerParams) WriteToRequest ¶
func (o *ListServerParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListServerReader ¶
type ListServerReader struct {
// contains filtered or unexported fields
}
ListServerReader is a Reader for the ListServer structure.
func (*ListServerReader) ReadResponse ¶
func (o *ListServerReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ListServerUnauthorized ¶
type ListServerUnauthorized struct {
}ListServerUnauthorized handles this case with default header values.
Unauthorized
func NewListServerUnauthorized ¶
func NewListServerUnauthorized() *ListServerUnauthorized
NewListServerUnauthorized creates a ListServerUnauthorized with default headers values
func (*ListServerUnauthorized) Error ¶
func (o *ListServerUnauthorized) Error() string
func (*ListServerUnauthorized) GetPayload ¶
func (o *ListServerUnauthorized) GetPayload() *dsmcclientmodels.ResponseError
func (*ListServerUnauthorized) ToJSONString ¶ added in v0.25.0
func (o *ListServerUnauthorized) ToJSONString() string
type ListSessionInternalServerError ¶
type ListSessionInternalServerError struct {
Payload *dsmcclientmodels.ResponseError
}
ListSessionInternalServerError handles this case with default header values.
Internal Server Error
func NewListSessionInternalServerError ¶
func NewListSessionInternalServerError() *ListSessionInternalServerError
NewListSessionInternalServerError creates a ListSessionInternalServerError with default headers values
func (*ListSessionInternalServerError) Error ¶
func (o *ListSessionInternalServerError) Error() string
func (*ListSessionInternalServerError) GetPayload ¶
func (o *ListSessionInternalServerError) GetPayload() *dsmcclientmodels.ResponseError
func (*ListSessionInternalServerError) ToJSONString ¶ added in v0.25.0
func (o *ListSessionInternalServerError) ToJSONString() string
type ListSessionOK ¶
type ListSessionOK struct {
Payload *dsmcclientmodels.ModelsListSessionResponse
}
ListSessionOK handles this case with default header values.
sessions listed
func NewListSessionOK ¶
func NewListSessionOK() *ListSessionOK
NewListSessionOK creates a ListSessionOK with default headers values
func (*ListSessionOK) Error ¶
func (o *ListSessionOK) Error() string
func (*ListSessionOK) GetPayload ¶
func (o *ListSessionOK) GetPayload() *dsmcclientmodels.ModelsListSessionResponse
func (*ListSessionOK) ToJSONString ¶ added in v0.25.0
func (o *ListSessionOK) ToJSONString() string
type ListSessionParams ¶
type ListSessionParams struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*Namespace namespace of the game */ Namespace string /*Region region where session is located. if not specified it will list all sessions. */ Region *string /*WithServer append server info to session or not */ WithServer *bool /*Count how many items to return */ Count int64 /*Offset offset from list to query from */ Offset int64 AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // XFlightId is an optional parameter from this SDK XFlightId *string // contains filtered or unexported fields }
ListSessionParams contains all the parameters to send to the API endpoint for the list session operation typically these are written to a http.Request
func NewListSessionParams ¶
func NewListSessionParams() *ListSessionParams
NewListSessionParams creates a new ListSessionParams object with the default values initialized.
func NewListSessionParamsWithContext ¶
func NewListSessionParamsWithContext(ctx context.Context) *ListSessionParams
NewListSessionParamsWithContext creates a new ListSessionParams object with the default values initialized, and the ability to set a context for a request
func NewListSessionParamsWithHTTPClient ¶
func NewListSessionParamsWithHTTPClient(client *http.Client) *ListSessionParams
NewListSessionParamsWithHTTPClient creates a new ListSessionParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewListSessionParamsWithTimeout ¶
func NewListSessionParamsWithTimeout(timeout time.Duration) *ListSessionParams
NewListSessionParamsWithTimeout creates a new ListSessionParams object with the default values initialized, and the ability to set a timeout on a request
func (*ListSessionParams) SetAuthInfoWriter ¶ added in v0.17.0
func (o *ListSessionParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the list session params
func (*ListSessionParams) SetContext ¶
func (o *ListSessionParams) SetContext(ctx context.Context)
SetContext adds the context to the list session params
func (*ListSessionParams) SetCount ¶
func (o *ListSessionParams) SetCount(count int64)
SetCount adds the count to the list session params
func (*ListSessionParams) SetFlightId ¶ added in v0.63.0
func (o *ListSessionParams) SetFlightId(flightId string)
SetFlightId adds the flightId as the header value for this specific endpoint
func (*ListSessionParams) SetHTTPClient ¶
func (o *ListSessionParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list session params
func (*ListSessionParams) SetHTTPClientTransport ¶ added in v0.19.0
func (o *ListSessionParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the list session params
func (*ListSessionParams) SetNamespace ¶
func (o *ListSessionParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the list session params
func (*ListSessionParams) SetOffset ¶
func (o *ListSessionParams) SetOffset(offset int64)
SetOffset adds the offset to the list session params
func (*ListSessionParams) SetRegion ¶
func (o *ListSessionParams) SetRegion(region *string)
SetRegion adds the region to the list session params
func (*ListSessionParams) SetTimeout ¶
func (o *ListSessionParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list session params
func (*ListSessionParams) SetWithServer ¶
func (o *ListSessionParams) SetWithServer(withServer *bool)
SetWithServer adds the withServer to the list session params
func (*ListSessionParams) WithContext ¶
func (o *ListSessionParams) WithContext(ctx context.Context) *ListSessionParams
WithContext adds the context to the list session params
func (*ListSessionParams) WithCount ¶
func (o *ListSessionParams) WithCount(count int64) *ListSessionParams
WithCount adds the count to the list session params
func (*ListSessionParams) WithHTTPClient ¶
func (o *ListSessionParams) WithHTTPClient(client *http.Client) *ListSessionParams
WithHTTPClient adds the HTTPClient to the list session params
func (*ListSessionParams) WithNamespace ¶
func (o *ListSessionParams) WithNamespace(namespace string) *ListSessionParams
WithNamespace adds the namespace to the list session params
func (*ListSessionParams) WithOffset ¶
func (o *ListSessionParams) WithOffset(offset int64) *ListSessionParams
WithOffset adds the offset to the list session params
func (*ListSessionParams) WithRegion ¶
func (o *ListSessionParams) WithRegion(region *string) *ListSessionParams
WithRegion adds the region to the list session params
func (*ListSessionParams) WithTimeout ¶
func (o *ListSessionParams) WithTimeout(timeout time.Duration) *ListSessionParams
WithTimeout adds the timeout to the list session params
func (*ListSessionParams) WithWithServer ¶
func (o *ListSessionParams) WithWithServer(withServer *bool) *ListSessionParams
WithWithServer adds the withServer to the list session params
func (*ListSessionParams) WriteToRequest ¶
func (o *ListSessionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListSessionReader ¶
type ListSessionReader struct {
// contains filtered or unexported fields
}
ListSessionReader is a Reader for the ListSession structure.
func (*ListSessionReader) ReadResponse ¶
func (o *ListSessionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ListSessionUnauthorized ¶
type ListSessionUnauthorized struct {
}ListSessionUnauthorized handles this case with default header values.
Unauthorized
func NewListSessionUnauthorized ¶
func NewListSessionUnauthorized() *ListSessionUnauthorized
NewListSessionUnauthorized creates a ListSessionUnauthorized with default headers values
func (*ListSessionUnauthorized) Error ¶
func (o *ListSessionUnauthorized) Error() string
func (*ListSessionUnauthorized) GetPayload ¶
func (o *ListSessionUnauthorized) GetPayload() *dsmcclientmodels.ResponseError
func (*ListSessionUnauthorized) ToJSONString ¶ added in v0.25.0
func (o *ListSessionUnauthorized) ToJSONString() string
type RunGhostCleanerRequestHandlerNoContent ¶ added in v0.72.0
type RunGhostCleanerRequestHandlerNoContent struct { }
RunGhostCleanerRequestHandlerNoContent handles this case with default header values.
worker ran
func NewRunGhostCleanerRequestHandlerNoContent ¶ added in v0.72.0
func NewRunGhostCleanerRequestHandlerNoContent() *RunGhostCleanerRequestHandlerNoContent
NewRunGhostCleanerRequestHandlerNoContent creates a RunGhostCleanerRequestHandlerNoContent with default headers values
func (*RunGhostCleanerRequestHandlerNoContent) Error ¶ added in v0.72.0
func (o *RunGhostCleanerRequestHandlerNoContent) Error() string
type RunGhostCleanerRequestHandlerParams ¶ added in v0.72.0
type RunGhostCleanerRequestHandlerParams 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 }
RunGhostCleanerRequestHandlerParams contains all the parameters to send to the API endpoint for the run ghost cleaner request handler operation typically these are written to a http.Request
func NewRunGhostCleanerRequestHandlerParams ¶ added in v0.72.0
func NewRunGhostCleanerRequestHandlerParams() *RunGhostCleanerRequestHandlerParams
NewRunGhostCleanerRequestHandlerParams creates a new RunGhostCleanerRequestHandlerParams object with the default values initialized.
func NewRunGhostCleanerRequestHandlerParamsWithContext ¶ added in v0.72.0
func NewRunGhostCleanerRequestHandlerParamsWithContext(ctx context.Context) *RunGhostCleanerRequestHandlerParams
NewRunGhostCleanerRequestHandlerParamsWithContext creates a new RunGhostCleanerRequestHandlerParams object with the default values initialized, and the ability to set a context for a request
func NewRunGhostCleanerRequestHandlerParamsWithHTTPClient ¶ added in v0.72.0
func NewRunGhostCleanerRequestHandlerParamsWithHTTPClient(client *http.Client) *RunGhostCleanerRequestHandlerParams
NewRunGhostCleanerRequestHandlerParamsWithHTTPClient creates a new RunGhostCleanerRequestHandlerParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewRunGhostCleanerRequestHandlerParamsWithTimeout ¶ added in v0.72.0
func NewRunGhostCleanerRequestHandlerParamsWithTimeout(timeout time.Duration) *RunGhostCleanerRequestHandlerParams
NewRunGhostCleanerRequestHandlerParamsWithTimeout creates a new RunGhostCleanerRequestHandlerParams object with the default values initialized, and the ability to set a timeout on a request
func (*RunGhostCleanerRequestHandlerParams) SetAuthInfoWriter ¶ added in v0.72.0
func (o *RunGhostCleanerRequestHandlerParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the run ghost cleaner request handler params
func (*RunGhostCleanerRequestHandlerParams) SetContext ¶ added in v0.72.0
func (o *RunGhostCleanerRequestHandlerParams) SetContext(ctx context.Context)
SetContext adds the context to the run ghost cleaner request handler params
func (*RunGhostCleanerRequestHandlerParams) SetFlightId ¶ added in v0.72.0
func (o *RunGhostCleanerRequestHandlerParams) SetFlightId(flightId string)
SetFlightId adds the flightId as the header value for this specific endpoint
func (*RunGhostCleanerRequestHandlerParams) SetHTTPClient ¶ added in v0.72.0
func (o *RunGhostCleanerRequestHandlerParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the run ghost cleaner request handler params
func (*RunGhostCleanerRequestHandlerParams) SetHTTPClientTransport ¶ added in v0.72.0
func (o *RunGhostCleanerRequestHandlerParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the run ghost cleaner request handler params
func (*RunGhostCleanerRequestHandlerParams) SetNamespace ¶ added in v0.72.0
func (o *RunGhostCleanerRequestHandlerParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the run ghost cleaner request handler params
func (*RunGhostCleanerRequestHandlerParams) SetTimeout ¶ added in v0.72.0
func (o *RunGhostCleanerRequestHandlerParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the run ghost cleaner request handler params
func (*RunGhostCleanerRequestHandlerParams) WithContext ¶ added in v0.72.0
func (o *RunGhostCleanerRequestHandlerParams) WithContext(ctx context.Context) *RunGhostCleanerRequestHandlerParams
WithContext adds the context to the run ghost cleaner request handler params
func (*RunGhostCleanerRequestHandlerParams) WithHTTPClient ¶ added in v0.72.0
func (o *RunGhostCleanerRequestHandlerParams) WithHTTPClient(client *http.Client) *RunGhostCleanerRequestHandlerParams
WithHTTPClient adds the HTTPClient to the run ghost cleaner request handler params
func (*RunGhostCleanerRequestHandlerParams) WithNamespace ¶ added in v0.72.0
func (o *RunGhostCleanerRequestHandlerParams) WithNamespace(namespace string) *RunGhostCleanerRequestHandlerParams
WithNamespace adds the namespace to the run ghost cleaner request handler params
func (*RunGhostCleanerRequestHandlerParams) WithTimeout ¶ added in v0.72.0
func (o *RunGhostCleanerRequestHandlerParams) WithTimeout(timeout time.Duration) *RunGhostCleanerRequestHandlerParams
WithTimeout adds the timeout to the run ghost cleaner request handler params
func (*RunGhostCleanerRequestHandlerParams) WriteToRequest ¶ added in v0.72.0
func (o *RunGhostCleanerRequestHandlerParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type RunGhostCleanerRequestHandlerReader ¶ added in v0.72.0
type RunGhostCleanerRequestHandlerReader struct {
// contains filtered or unexported fields
}
RunGhostCleanerRequestHandlerReader is a Reader for the RunGhostCleanerRequestHandler structure.
func (*RunGhostCleanerRequestHandlerReader) ReadResponse ¶ added in v0.72.0
func (o *RunGhostCleanerRequestHandlerReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type RunGhostCleanerRequestHandlerUnauthorized ¶ added in v0.72.0
type RunGhostCleanerRequestHandlerUnauthorized struct {
}RunGhostCleanerRequestHandlerUnauthorized handles this case with default header values.
Unauthorized
func NewRunGhostCleanerRequestHandlerUnauthorized ¶ added in v0.72.0
func NewRunGhostCleanerRequestHandlerUnauthorized() *RunGhostCleanerRequestHandlerUnauthorized
NewRunGhostCleanerRequestHandlerUnauthorized creates a RunGhostCleanerRequestHandlerUnauthorized with default headers values
func (*RunGhostCleanerRequestHandlerUnauthorized) Error ¶ added in v0.72.0
func (o *RunGhostCleanerRequestHandlerUnauthorized) Error() string
func (*RunGhostCleanerRequestHandlerUnauthorized) GetPayload ¶ added in v0.72.0
func (o *RunGhostCleanerRequestHandlerUnauthorized) GetPayload() *dsmcclientmodels.ResponseError
func (*RunGhostCleanerRequestHandlerUnauthorized) ToJSONString ¶ added in v0.72.0
func (o *RunGhostCleanerRequestHandlerUnauthorized) ToJSONString() string
type RunZombieCleanerRequestHandlerNoContent ¶ added in v0.72.0
type RunZombieCleanerRequestHandlerNoContent struct { }
RunZombieCleanerRequestHandlerNoContent handles this case with default header values.
worker ran
func NewRunZombieCleanerRequestHandlerNoContent ¶ added in v0.72.0
func NewRunZombieCleanerRequestHandlerNoContent() *RunZombieCleanerRequestHandlerNoContent
NewRunZombieCleanerRequestHandlerNoContent creates a RunZombieCleanerRequestHandlerNoContent with default headers values
func (*RunZombieCleanerRequestHandlerNoContent) Error ¶ added in v0.72.0
func (o *RunZombieCleanerRequestHandlerNoContent) Error() string
type RunZombieCleanerRequestHandlerParams ¶ added in v0.72.0
type RunZombieCleanerRequestHandlerParams struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*Body*/ Body *dsmcclientmodels.ModelsDeleteZombieRequest /*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 }
RunZombieCleanerRequestHandlerParams contains all the parameters to send to the API endpoint for the run zombie cleaner request handler operation typically these are written to a http.Request
func NewRunZombieCleanerRequestHandlerParams ¶ added in v0.72.0
func NewRunZombieCleanerRequestHandlerParams() *RunZombieCleanerRequestHandlerParams
NewRunZombieCleanerRequestHandlerParams creates a new RunZombieCleanerRequestHandlerParams object with the default values initialized.
func NewRunZombieCleanerRequestHandlerParamsWithContext ¶ added in v0.72.0
func NewRunZombieCleanerRequestHandlerParamsWithContext(ctx context.Context) *RunZombieCleanerRequestHandlerParams
NewRunZombieCleanerRequestHandlerParamsWithContext creates a new RunZombieCleanerRequestHandlerParams object with the default values initialized, and the ability to set a context for a request
func NewRunZombieCleanerRequestHandlerParamsWithHTTPClient ¶ added in v0.72.0
func NewRunZombieCleanerRequestHandlerParamsWithHTTPClient(client *http.Client) *RunZombieCleanerRequestHandlerParams
NewRunZombieCleanerRequestHandlerParamsWithHTTPClient creates a new RunZombieCleanerRequestHandlerParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewRunZombieCleanerRequestHandlerParamsWithTimeout ¶ added in v0.72.0
func NewRunZombieCleanerRequestHandlerParamsWithTimeout(timeout time.Duration) *RunZombieCleanerRequestHandlerParams
NewRunZombieCleanerRequestHandlerParamsWithTimeout creates a new RunZombieCleanerRequestHandlerParams object with the default values initialized, and the ability to set a timeout on a request
func (*RunZombieCleanerRequestHandlerParams) SetAuthInfoWriter ¶ added in v0.72.0
func (o *RunZombieCleanerRequestHandlerParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the run zombie cleaner request handler params
func (*RunZombieCleanerRequestHandlerParams) SetBody ¶ added in v0.72.0
func (o *RunZombieCleanerRequestHandlerParams) SetBody(body *dsmcclientmodels.ModelsDeleteZombieRequest)
SetBody adds the body to the run zombie cleaner request handler params
func (*RunZombieCleanerRequestHandlerParams) SetContext ¶ added in v0.72.0
func (o *RunZombieCleanerRequestHandlerParams) SetContext(ctx context.Context)
SetContext adds the context to the run zombie cleaner request handler params
func (*RunZombieCleanerRequestHandlerParams) SetFlightId ¶ added in v0.72.0
func (o *RunZombieCleanerRequestHandlerParams) SetFlightId(flightId string)
SetFlightId adds the flightId as the header value for this specific endpoint
func (*RunZombieCleanerRequestHandlerParams) SetHTTPClient ¶ added in v0.72.0
func (o *RunZombieCleanerRequestHandlerParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the run zombie cleaner request handler params
func (*RunZombieCleanerRequestHandlerParams) SetHTTPClientTransport ¶ added in v0.72.0
func (o *RunZombieCleanerRequestHandlerParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the run zombie cleaner request handler params
func (*RunZombieCleanerRequestHandlerParams) SetNamespace ¶ added in v0.72.0
func (o *RunZombieCleanerRequestHandlerParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the run zombie cleaner request handler params
func (*RunZombieCleanerRequestHandlerParams) SetTimeout ¶ added in v0.72.0
func (o *RunZombieCleanerRequestHandlerParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the run zombie cleaner request handler params
func (*RunZombieCleanerRequestHandlerParams) WithBody ¶ added in v0.72.0
func (o *RunZombieCleanerRequestHandlerParams) WithBody(body *dsmcclientmodels.ModelsDeleteZombieRequest) *RunZombieCleanerRequestHandlerParams
WithBody adds the body to the run zombie cleaner request handler params
func (*RunZombieCleanerRequestHandlerParams) WithContext ¶ added in v0.72.0
func (o *RunZombieCleanerRequestHandlerParams) WithContext(ctx context.Context) *RunZombieCleanerRequestHandlerParams
WithContext adds the context to the run zombie cleaner request handler params
func (*RunZombieCleanerRequestHandlerParams) WithHTTPClient ¶ added in v0.72.0
func (o *RunZombieCleanerRequestHandlerParams) WithHTTPClient(client *http.Client) *RunZombieCleanerRequestHandlerParams
WithHTTPClient adds the HTTPClient to the run zombie cleaner request handler params
func (*RunZombieCleanerRequestHandlerParams) WithNamespace ¶ added in v0.72.0
func (o *RunZombieCleanerRequestHandlerParams) WithNamespace(namespace string) *RunZombieCleanerRequestHandlerParams
WithNamespace adds the namespace to the run zombie cleaner request handler params
func (*RunZombieCleanerRequestHandlerParams) WithTimeout ¶ added in v0.72.0
func (o *RunZombieCleanerRequestHandlerParams) WithTimeout(timeout time.Duration) *RunZombieCleanerRequestHandlerParams
WithTimeout adds the timeout to the run zombie cleaner request handler params
func (*RunZombieCleanerRequestHandlerParams) WriteToRequest ¶ added in v0.72.0
func (o *RunZombieCleanerRequestHandlerParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type RunZombieCleanerRequestHandlerReader ¶ added in v0.72.0
type RunZombieCleanerRequestHandlerReader struct {
// contains filtered or unexported fields
}
RunZombieCleanerRequestHandlerReader is a Reader for the RunZombieCleanerRequestHandler structure.
func (*RunZombieCleanerRequestHandlerReader) ReadResponse ¶ added in v0.72.0
func (o *RunZombieCleanerRequestHandlerReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type RunZombieCleanerRequestHandlerUnauthorized ¶ added in v0.72.0
type RunZombieCleanerRequestHandlerUnauthorized struct {
}RunZombieCleanerRequestHandlerUnauthorized handles this case with default header values.
Unauthorized
func NewRunZombieCleanerRequestHandlerUnauthorized ¶ added in v0.72.0
func NewRunZombieCleanerRequestHandlerUnauthorized() *RunZombieCleanerRequestHandlerUnauthorized
NewRunZombieCleanerRequestHandlerUnauthorized creates a RunZombieCleanerRequestHandlerUnauthorized with default headers values
func (*RunZombieCleanerRequestHandlerUnauthorized) Error ¶ added in v0.72.0
func (o *RunZombieCleanerRequestHandlerUnauthorized) Error() string
func (*RunZombieCleanerRequestHandlerUnauthorized) GetPayload ¶ added in v0.72.0
func (o *RunZombieCleanerRequestHandlerUnauthorized) GetPayload() *dsmcclientmodels.ResponseError
func (*RunZombieCleanerRequestHandlerUnauthorized) ToJSONString ¶ added in v0.72.0
func (o *RunZombieCleanerRequestHandlerUnauthorized) ToJSONString() string
type UpdateWorkerConfigBadRequest ¶ added in v0.72.0
type UpdateWorkerConfigBadRequest struct {
Payload *dsmcclientmodels.ResponseError
}
UpdateWorkerConfigBadRequest handles this case with default header values.
Bad Request
func NewUpdateWorkerConfigBadRequest ¶ added in v0.72.0
func NewUpdateWorkerConfigBadRequest() *UpdateWorkerConfigBadRequest
NewUpdateWorkerConfigBadRequest creates a UpdateWorkerConfigBadRequest with default headers values
func (*UpdateWorkerConfigBadRequest) Error ¶ added in v0.72.0
func (o *UpdateWorkerConfigBadRequest) Error() string
func (*UpdateWorkerConfigBadRequest) GetPayload ¶ added in v0.72.0
func (o *UpdateWorkerConfigBadRequest) GetPayload() *dsmcclientmodels.ResponseError
func (*UpdateWorkerConfigBadRequest) ToJSONString ¶ added in v0.72.0
func (o *UpdateWorkerConfigBadRequest) ToJSONString() string
type UpdateWorkerConfigInternalServerError ¶ added in v0.72.0
type UpdateWorkerConfigInternalServerError struct {
Payload *dsmcclientmodels.ResponseError
}
UpdateWorkerConfigInternalServerError handles this case with default header values.
Internal Server Error
func NewUpdateWorkerConfigInternalServerError ¶ added in v0.72.0
func NewUpdateWorkerConfigInternalServerError() *UpdateWorkerConfigInternalServerError
NewUpdateWorkerConfigInternalServerError creates a UpdateWorkerConfigInternalServerError with default headers values
func (*UpdateWorkerConfigInternalServerError) Error ¶ added in v0.72.0
func (o *UpdateWorkerConfigInternalServerError) Error() string
func (*UpdateWorkerConfigInternalServerError) GetPayload ¶ added in v0.72.0
func (o *UpdateWorkerConfigInternalServerError) GetPayload() *dsmcclientmodels.ResponseError
func (*UpdateWorkerConfigInternalServerError) ToJSONString ¶ added in v0.72.0
func (o *UpdateWorkerConfigInternalServerError) ToJSONString() string
type UpdateWorkerConfigNoContent ¶ added in v0.72.0
type UpdateWorkerConfigNoContent struct { }
UpdateWorkerConfigNoContent handles this case with default header values.
The worker configuration has been successfully updated.
func NewUpdateWorkerConfigNoContent ¶ added in v0.72.0
func NewUpdateWorkerConfigNoContent() *UpdateWorkerConfigNoContent
NewUpdateWorkerConfigNoContent creates a UpdateWorkerConfigNoContent with default headers values
func (*UpdateWorkerConfigNoContent) Error ¶ added in v0.72.0
func (o *UpdateWorkerConfigNoContent) Error() string
type UpdateWorkerConfigNotFound ¶ added in v0.72.0
type UpdateWorkerConfigNotFound struct {
Payload *dsmcclientmodels.ResponseError
}
UpdateWorkerConfigNotFound handles this case with default header values.
Not Found
func NewUpdateWorkerConfigNotFound ¶ added in v0.72.0
func NewUpdateWorkerConfigNotFound() *UpdateWorkerConfigNotFound
NewUpdateWorkerConfigNotFound creates a UpdateWorkerConfigNotFound with default headers values
func (*UpdateWorkerConfigNotFound) Error ¶ added in v0.72.0
func (o *UpdateWorkerConfigNotFound) Error() string
func (*UpdateWorkerConfigNotFound) GetPayload ¶ added in v0.72.0
func (o *UpdateWorkerConfigNotFound) GetPayload() *dsmcclientmodels.ResponseError
func (*UpdateWorkerConfigNotFound) ToJSONString ¶ added in v0.72.0
func (o *UpdateWorkerConfigNotFound) ToJSONString() string
type UpdateWorkerConfigParams ¶ added in v0.72.0
type UpdateWorkerConfigParams struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*Body*/ Body *dsmcclientmodels.ModelsWorkerConfigRequest /*Namespace the 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 }
UpdateWorkerConfigParams contains all the parameters to send to the API endpoint for the update worker config operation typically these are written to a http.Request
func NewUpdateWorkerConfigParams ¶ added in v0.72.0
func NewUpdateWorkerConfigParams() *UpdateWorkerConfigParams
NewUpdateWorkerConfigParams creates a new UpdateWorkerConfigParams object with the default values initialized.
func NewUpdateWorkerConfigParamsWithContext ¶ added in v0.72.0
func NewUpdateWorkerConfigParamsWithContext(ctx context.Context) *UpdateWorkerConfigParams
NewUpdateWorkerConfigParamsWithContext creates a new UpdateWorkerConfigParams object with the default values initialized, and the ability to set a context for a request
func NewUpdateWorkerConfigParamsWithHTTPClient ¶ added in v0.72.0
func NewUpdateWorkerConfigParamsWithHTTPClient(client *http.Client) *UpdateWorkerConfigParams
NewUpdateWorkerConfigParamsWithHTTPClient creates a new UpdateWorkerConfigParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewUpdateWorkerConfigParamsWithTimeout ¶ added in v0.72.0
func NewUpdateWorkerConfigParamsWithTimeout(timeout time.Duration) *UpdateWorkerConfigParams
NewUpdateWorkerConfigParamsWithTimeout creates a new UpdateWorkerConfigParams object with the default values initialized, and the ability to set a timeout on a request
func (*UpdateWorkerConfigParams) SetAuthInfoWriter ¶ added in v0.72.0
func (o *UpdateWorkerConfigParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the update worker config params
func (*UpdateWorkerConfigParams) SetBody ¶ added in v0.72.0
func (o *UpdateWorkerConfigParams) SetBody(body *dsmcclientmodels.ModelsWorkerConfigRequest)
SetBody adds the body to the update worker config params
func (*UpdateWorkerConfigParams) SetContext ¶ added in v0.72.0
func (o *UpdateWorkerConfigParams) SetContext(ctx context.Context)
SetContext adds the context to the update worker config params
func (*UpdateWorkerConfigParams) SetFlightId ¶ added in v0.72.0
func (o *UpdateWorkerConfigParams) SetFlightId(flightId string)
SetFlightId adds the flightId as the header value for this specific endpoint
func (*UpdateWorkerConfigParams) SetHTTPClient ¶ added in v0.72.0
func (o *UpdateWorkerConfigParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update worker config params
func (*UpdateWorkerConfigParams) SetHTTPClientTransport ¶ added in v0.72.0
func (o *UpdateWorkerConfigParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the update worker config params
func (*UpdateWorkerConfigParams) SetNamespace ¶ added in v0.72.0
func (o *UpdateWorkerConfigParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the update worker config params
func (*UpdateWorkerConfigParams) SetTimeout ¶ added in v0.72.0
func (o *UpdateWorkerConfigParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update worker config params
func (*UpdateWorkerConfigParams) WithBody ¶ added in v0.72.0
func (o *UpdateWorkerConfigParams) WithBody(body *dsmcclientmodels.ModelsWorkerConfigRequest) *UpdateWorkerConfigParams
WithBody adds the body to the update worker config params
func (*UpdateWorkerConfigParams) WithContext ¶ added in v0.72.0
func (o *UpdateWorkerConfigParams) WithContext(ctx context.Context) *UpdateWorkerConfigParams
WithContext adds the context to the update worker config params
func (*UpdateWorkerConfigParams) WithHTTPClient ¶ added in v0.72.0
func (o *UpdateWorkerConfigParams) WithHTTPClient(client *http.Client) *UpdateWorkerConfigParams
WithHTTPClient adds the HTTPClient to the update worker config params
func (*UpdateWorkerConfigParams) WithNamespace ¶ added in v0.72.0
func (o *UpdateWorkerConfigParams) WithNamespace(namespace string) *UpdateWorkerConfigParams
WithNamespace adds the namespace to the update worker config params
func (*UpdateWorkerConfigParams) WithTimeout ¶ added in v0.72.0
func (o *UpdateWorkerConfigParams) WithTimeout(timeout time.Duration) *UpdateWorkerConfigParams
WithTimeout adds the timeout to the update worker config params
func (*UpdateWorkerConfigParams) WriteToRequest ¶ added in v0.72.0
func (o *UpdateWorkerConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdateWorkerConfigReader ¶ added in v0.72.0
type UpdateWorkerConfigReader struct {
// contains filtered or unexported fields
}
UpdateWorkerConfigReader is a Reader for the UpdateWorkerConfig structure.
func (*UpdateWorkerConfigReader) ReadResponse ¶ added in v0.72.0
func (o *UpdateWorkerConfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdateWorkerConfigUnauthorized ¶ added in v0.72.0
type UpdateWorkerConfigUnauthorized struct {
}UpdateWorkerConfigUnauthorized handles this case with default header values.
Unauthorized
func NewUpdateWorkerConfigUnauthorized ¶ added in v0.72.0
func NewUpdateWorkerConfigUnauthorized() *UpdateWorkerConfigUnauthorized
NewUpdateWorkerConfigUnauthorized creates a UpdateWorkerConfigUnauthorized with default headers values
func (*UpdateWorkerConfigUnauthorized) Error ¶ added in v0.72.0
func (o *UpdateWorkerConfigUnauthorized) Error() string
func (*UpdateWorkerConfigUnauthorized) GetPayload ¶ added in v0.72.0
func (o *UpdateWorkerConfigUnauthorized) GetPayload() *dsmcclientmodels.ResponseError
func (*UpdateWorkerConfigUnauthorized) ToJSONString ¶ added in v0.72.0
func (o *UpdateWorkerConfigUnauthorized) ToJSONString() string
Source Files ¶
- add_buffer_parameters.go
- add_buffer_responses.go
- admin_client.go
- count_server_detailed_parameters.go
- count_server_detailed_responses.go
- count_server_parameters.go
- count_server_responses.go
- count_session_parameters.go
- count_session_responses.go
- create_worker_config_parameters.go
- create_worker_config_responses.go
- delete_local_server_parameters.go
- delete_local_server_responses.go
- delete_server_parameters.go
- delete_server_responses.go
- delete_session_parameters.go
- delete_session_responses.go
- get_server_parameters.go
- get_server_responses.go
- get_worker_config_parameters.go
- get_worker_config_responses.go
- list_local_server_parameters.go
- list_local_server_responses.go
- list_server_parameters.go
- list_server_responses.go
- list_session_parameters.go
- list_session_responses.go
- run_ghost_cleaner_request_handler_parameters.go
- run_ghost_cleaner_request_handler_responses.go
- run_zombie_cleaner_request_handler_parameters.go
- run_zombie_cleaner_request_handler_responses.go
- update_worker_config_parameters.go
- update_worker_config_responses.go