app_v2

package
v0.75.0 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for app v2 API

func (*Client) CreateAppV2 deprecated

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

CreateAppV2 create new extend app Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:APP [CREATE]`

Create new extend app with name provided by {app} path parameter and specified scenario type

Available scenario: - scenario 1: `function-override` - scenario 2: `service-extension` - scenario 3: `event-handler`

Available app status: - `app-creating` - `app-creation-failed` - `app-creation-timeout` - `app-undeployed` - `deployment-in-progress` - `deployment-failed` - `deployment-timeout` - `deployment-running` - `deployment-down` - `app-stopping` - `app-stop-failed` - `app-stop-timeout` - `app-stopped` - `app-removing` - `app-removed` - `app-remove-timeout`

func (*Client) CreateAppV2Short

func (a *Client) CreateAppV2Short(params *CreateAppV2Params, authInfo runtime.ClientAuthInfoWriter) (*CreateAppV2OK, error)

CreateAppV2Short create new extend app Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:APP [CREATE]`

Create new extend app with name provided by {app} path parameter and specified scenario type

Available scenario: - scenario 1: `function-override` - scenario 2: `service-extension` - scenario 3: `event-handler`

Available app status: - `app-creating` - `app-creation-failed` - `app-creation-timeout` - `app-undeployed` - `deployment-in-progress` - `deployment-failed` - `deployment-timeout` - `deployment-running` - `deployment-down` - `app-stopping` - `app-stop-failed` - `app-stop-timeout` - `app-stopped` - `app-removing` - `app-removed` - `app-remove-timeout`

func (*Client) DeleteAppV2 deprecated

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

DeleteAppV2 delete extend app by name Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:APP [DELETE]`

Delete extend app by given {app} name

This endpoint will delete app information, configuration, deployments and all related manifest from db, storage and cluster

func (*Client) DeleteAppV2Short

func (a *Client) DeleteAppV2Short(params *DeleteAppV2Params, authInfo runtime.ClientAuthInfoWriter) (*DeleteAppV2NoContent, error)

DeleteAppV2Short delete extend app by name Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:APP [DELETE]`

Delete extend app by given {app} name

This endpoint will delete app information, configuration, deployments and all related manifest from db, storage and cluster

func (*Client) GetAppListV2 deprecated

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

GetAppListV2 get list of extend apps on a given game namespace Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:APP [READ]`

Get list of extend apps on a given game namespace

func (*Client) GetAppListV2Short

func (a *Client) GetAppListV2Short(params *GetAppListV2Params, authInfo runtime.ClientAuthInfoWriter) (*GetAppListV2OK, error)

GetAppListV2Short get list of extend apps on a given game namespace Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:APP [READ]`

Get list of extend apps on a given game namespace

func (*Client) GetAppV2 deprecated

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

GetAppV2 get extend app by name Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:APP [READ]`

Get extend app by name

Available scenario: - scenario 1: `function-override` - scenario 2: `service-extension` - scenario 3: `event-handler`

Available app status: - `app-creating` - `app-creation-failed` - `app-creation-timeout` - `app-undeployed` - `deployment-in-progress` - `deployment-failed` - `deployment-timeout` - `deployment-running` - `deployment-down` - `app-stopping` - `app-stop-failed` - `app-stop-timeout` - `app-stopped` - `app-removing` - `app-removed` - `app-remove-timeout`

func (*Client) GetAppV2Short

func (a *Client) GetAppV2Short(params *GetAppV2Params, authInfo runtime.ClientAuthInfoWriter) (*GetAppV2OK, error)

GetAppV2Short get extend app by name Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:APP [READ]`

Get extend app by name

Available scenario: - scenario 1: `function-override` - scenario 2: `service-extension` - scenario 3: `event-handler`

Available app status: - `app-creating` - `app-creation-failed` - `app-creation-timeout` - `app-undeployed` - `deployment-in-progress` - `deployment-failed` - `deployment-timeout` - `deployment-running` - `deployment-down` - `app-stopping` - `app-stop-failed` - `app-stop-timeout` - `app-stopped` - `app-removing` - `app-removed` - `app-remove-timeout`

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) StartAppV2 deprecated

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

StartAppV2 starts the application Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:APP [UPDATE]`

Starts the Application

func (*Client) StartAppV2Short

func (a *Client) StartAppV2Short(params *StartAppV2Params, authInfo runtime.ClientAuthInfoWriter) (*StartAppV2Accepted, error)

StartAppV2Short starts the application Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:APP [UPDATE]`

Starts the Application

func (*Client) StopAppV2 deprecated

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

StopAppV2 stops the application Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:APP [UPDATE]`

Stops the Application

func (*Client) StopAppV2Short

func (a *Client) StopAppV2Short(params *StopAppV2Params, authInfo runtime.ClientAuthInfoWriter) (*StopAppV2Accepted, error)

StopAppV2Short stops the application Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:APP [UPDATE]`

Stops the Application

func (*Client) UpdateAppResourcesResourceLimitFormV2 deprecated

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

UpdateAppResourcesResourceLimitFormV2 request resource limit to be increased Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:APP [UPDATE]`

Update app resources provided on request body

func (*Client) UpdateAppResourcesResourceLimitFormV2Short

UpdateAppResourcesResourceLimitFormV2Short request resource limit to be increased Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:APP [UPDATE]`

Update app resources provided on request body

func (*Client) UpdateAppResourcesV2 deprecated

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

UpdateAppResourcesV2 update app info Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:APP [UPDATE]`

Update app resources provided on request body

func (*Client) UpdateAppResourcesV2Short

func (a *Client) UpdateAppResourcesV2Short(params *UpdateAppResourcesV2Params, authInfo runtime.ClientAuthInfoWriter) (*UpdateAppResourcesV2OK, error)

UpdateAppResourcesV2Short update app info Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:APP [UPDATE]`

Update app resources provided on request body

func (*Client) UpdateAppV2 deprecated

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

UpdateAppV2 update app info Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:APP [UPDATE]`

Update app info provided on request body

func (*Client) UpdateAppV2Short

func (a *Client) UpdateAppV2Short(params *UpdateAppV2Params, authInfo runtime.ClientAuthInfoWriter) (*UpdateAppV2OK, error)

UpdateAppV2Short update app info Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:APP [UPDATE]`

Update app info provided on request body

type ClientService

type ClientService interface {
	GetAppListV2(params *GetAppListV2Params, authInfo runtime.ClientAuthInfoWriter) (*GetAppListV2OK, *GetAppListV2BadRequest, *GetAppListV2Unauthorized, *GetAppListV2Forbidden, *GetAppListV2NotFound, *GetAppListV2InternalServerError, error)
	GetAppListV2Short(params *GetAppListV2Params, authInfo runtime.ClientAuthInfoWriter) (*GetAppListV2OK, error)
	GetAppV2(params *GetAppV2Params, authInfo runtime.ClientAuthInfoWriter) (*GetAppV2OK, *GetAppV2Unauthorized, *GetAppV2Forbidden, *GetAppV2NotFound, *GetAppV2InternalServerError, error)
	GetAppV2Short(params *GetAppV2Params, authInfo runtime.ClientAuthInfoWriter) (*GetAppV2OK, error)
	CreateAppV2(params *CreateAppV2Params, authInfo runtime.ClientAuthInfoWriter) (*CreateAppV2OK, *CreateAppV2BadRequest, *CreateAppV2Unauthorized, *CreateAppV2Forbidden, *CreateAppV2NotFound, *CreateAppV2Conflict, *CreateAppV2InternalServerError, error)
	CreateAppV2Short(params *CreateAppV2Params, authInfo runtime.ClientAuthInfoWriter) (*CreateAppV2OK, error)
	DeleteAppV2(params *DeleteAppV2Params, authInfo runtime.ClientAuthInfoWriter) (*DeleteAppV2NoContent, *DeleteAppV2BadRequest, *DeleteAppV2Unauthorized, *DeleteAppV2Forbidden, *DeleteAppV2NotFound, *DeleteAppV2InternalServerError, error)
	DeleteAppV2Short(params *DeleteAppV2Params, authInfo runtime.ClientAuthInfoWriter) (*DeleteAppV2NoContent, error)
	UpdateAppV2(params *UpdateAppV2Params, authInfo runtime.ClientAuthInfoWriter) (*UpdateAppV2OK, *UpdateAppV2BadRequest, *UpdateAppV2Unauthorized, *UpdateAppV2Forbidden, *UpdateAppV2NotFound, *UpdateAppV2InternalServerError, error)
	UpdateAppV2Short(params *UpdateAppV2Params, authInfo runtime.ClientAuthInfoWriter) (*UpdateAppV2OK, error)
	UpdateAppResourcesV2(params *UpdateAppResourcesV2Params, authInfo runtime.ClientAuthInfoWriter) (*UpdateAppResourcesV2OK, *UpdateAppResourcesV2BadRequest, *UpdateAppResourcesV2Unauthorized, *UpdateAppResourcesV2Forbidden, *UpdateAppResourcesV2NotFound, *UpdateAppResourcesV2InternalServerError, error)
	UpdateAppResourcesV2Short(params *UpdateAppResourcesV2Params, authInfo runtime.ClientAuthInfoWriter) (*UpdateAppResourcesV2OK, error)
	UpdateAppResourcesResourceLimitFormV2(params *UpdateAppResourcesResourceLimitFormV2Params, authInfo runtime.ClientAuthInfoWriter) (*UpdateAppResourcesResourceLimitFormV2NoContent, *UpdateAppResourcesResourceLimitFormV2BadRequest, *UpdateAppResourcesResourceLimitFormV2Unauthorized, *UpdateAppResourcesResourceLimitFormV2Forbidden, *UpdateAppResourcesResourceLimitFormV2NotFound, *UpdateAppResourcesResourceLimitFormV2InternalServerError, error)
	UpdateAppResourcesResourceLimitFormV2Short(params *UpdateAppResourcesResourceLimitFormV2Params, authInfo runtime.ClientAuthInfoWriter) (*UpdateAppResourcesResourceLimitFormV2NoContent, error)
	StartAppV2(params *StartAppV2Params, authInfo runtime.ClientAuthInfoWriter) (*StartAppV2Accepted, *StartAppV2BadRequest, *StartAppV2Unauthorized, *StartAppV2Forbidden, *StartAppV2NotFound, *StartAppV2InternalServerError, error)
	StartAppV2Short(params *StartAppV2Params, authInfo runtime.ClientAuthInfoWriter) (*StartAppV2Accepted, error)
	StopAppV2(params *StopAppV2Params, authInfo runtime.ClientAuthInfoWriter) (*StopAppV2Accepted, *StopAppV2BadRequest, *StopAppV2Unauthorized, *StopAppV2Forbidden, *StopAppV2NotFound, *StopAppV2InternalServerError, error)
	StopAppV2Short(params *StopAppV2Params, authInfo runtime.ClientAuthInfoWriter) (*StopAppV2Accepted, 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 app v2 API client.

type CreateAppV2BadRequest

type CreateAppV2BadRequest struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

CreateAppV2BadRequest handles this case with default header values.

Bad Request

func NewCreateAppV2BadRequest

func NewCreateAppV2BadRequest() *CreateAppV2BadRequest

NewCreateAppV2BadRequest creates a CreateAppV2BadRequest with default headers values

func (*CreateAppV2BadRequest) Error

func (o *CreateAppV2BadRequest) Error() string

func (*CreateAppV2BadRequest) GetPayload

func (*CreateAppV2BadRequest) ToJSONString

func (o *CreateAppV2BadRequest) ToJSONString() string

type CreateAppV2Conflict

type CreateAppV2Conflict struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

CreateAppV2Conflict handles this case with default header values.

Conflict

func NewCreateAppV2Conflict

func NewCreateAppV2Conflict() *CreateAppV2Conflict

NewCreateAppV2Conflict creates a CreateAppV2Conflict with default headers values

func (*CreateAppV2Conflict) Error

func (o *CreateAppV2Conflict) Error() string

func (*CreateAppV2Conflict) GetPayload

func (*CreateAppV2Conflict) ToJSONString

func (o *CreateAppV2Conflict) ToJSONString() string

type CreateAppV2Forbidden

type CreateAppV2Forbidden struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

CreateAppV2Forbidden handles this case with default header values.

Forbidden

func NewCreateAppV2Forbidden

func NewCreateAppV2Forbidden() *CreateAppV2Forbidden

NewCreateAppV2Forbidden creates a CreateAppV2Forbidden with default headers values

func (*CreateAppV2Forbidden) Error

func (o *CreateAppV2Forbidden) Error() string

func (*CreateAppV2Forbidden) GetPayload

func (*CreateAppV2Forbidden) ToJSONString

func (o *CreateAppV2Forbidden) ToJSONString() string

type CreateAppV2InternalServerError

type CreateAppV2InternalServerError struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

CreateAppV2InternalServerError handles this case with default header values.

Internal Server Error

func NewCreateAppV2InternalServerError

func NewCreateAppV2InternalServerError() *CreateAppV2InternalServerError

NewCreateAppV2InternalServerError creates a CreateAppV2InternalServerError with default headers values

func (*CreateAppV2InternalServerError) Error

func (*CreateAppV2InternalServerError) GetPayload

func (*CreateAppV2InternalServerError) ToJSONString

func (o *CreateAppV2InternalServerError) ToJSONString() string

type CreateAppV2NotFound

type CreateAppV2NotFound struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

CreateAppV2NotFound handles this case with default header values.

Not Found

func NewCreateAppV2NotFound

func NewCreateAppV2NotFound() *CreateAppV2NotFound

NewCreateAppV2NotFound creates a CreateAppV2NotFound with default headers values

func (*CreateAppV2NotFound) Error

func (o *CreateAppV2NotFound) Error() string

func (*CreateAppV2NotFound) GetPayload

func (*CreateAppV2NotFound) ToJSONString

func (o *CreateAppV2NotFound) ToJSONString() string

type CreateAppV2OK

type CreateAppV2OK struct {
	Payload *csmclientmodels.ApimodelAppItem
}

CreateAppV2OK handles this case with default header values.

OK

func NewCreateAppV2OK

func NewCreateAppV2OK() *CreateAppV2OK

NewCreateAppV2OK creates a CreateAppV2OK with default headers values

func (*CreateAppV2OK) Error

func (o *CreateAppV2OK) Error() string

func (*CreateAppV2OK) GetPayload

func (*CreateAppV2OK) ToJSONString

func (o *CreateAppV2OK) ToJSONString() string

type CreateAppV2Params

type CreateAppV2Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *csmclientmodels.ApimodelCreateAppV2Request
	/*App
	  App Name. Expected format: (^[A-Za-z0-9\-]*$)

	*/
	App string
	/*Namespace
	  Game Namespace

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

CreateAppV2Params contains all the parameters to send to the API endpoint for the create app v2 operation typically these are written to a http.Request

func NewCreateAppV2Params

func NewCreateAppV2Params() *CreateAppV2Params

NewCreateAppV2Params creates a new CreateAppV2Params object with the default values initialized.

func NewCreateAppV2ParamsWithContext

func NewCreateAppV2ParamsWithContext(ctx context.Context) *CreateAppV2Params

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

func NewCreateAppV2ParamsWithHTTPClient

func NewCreateAppV2ParamsWithHTTPClient(client *http.Client) *CreateAppV2Params

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

func NewCreateAppV2ParamsWithTimeout

func NewCreateAppV2ParamsWithTimeout(timeout time.Duration) *CreateAppV2Params

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

func (*CreateAppV2Params) SetApp

func (o *CreateAppV2Params) SetApp(app string)

SetApp adds the app to the create app v2 params

func (*CreateAppV2Params) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the create app v2 params

func (*CreateAppV2Params) SetBody

SetBody adds the body to the create app v2 params

func (*CreateAppV2Params) SetContext

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

SetContext adds the context to the create app v2 params

func (*CreateAppV2Params) SetFlightId

func (o *CreateAppV2Params) SetFlightId(flightId string)

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

func (*CreateAppV2Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create app v2 params

func (*CreateAppV2Params) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the create app v2 params

func (*CreateAppV2Params) SetNamespace

func (o *CreateAppV2Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the create app v2 params

func (*CreateAppV2Params) SetTimeout

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

SetTimeout adds the timeout to the create app v2 params

func (*CreateAppV2Params) WithApp

func (o *CreateAppV2Params) WithApp(app string) *CreateAppV2Params

WithApp adds the app to the create app v2 params

func (*CreateAppV2Params) WithBody

WithBody adds the body to the create app v2 params

func (*CreateAppV2Params) WithContext

func (o *CreateAppV2Params) WithContext(ctx context.Context) *CreateAppV2Params

WithContext adds the context to the create app v2 params

func (*CreateAppV2Params) WithHTTPClient

func (o *CreateAppV2Params) WithHTTPClient(client *http.Client) *CreateAppV2Params

WithHTTPClient adds the HTTPClient to the create app v2 params

func (*CreateAppV2Params) WithNamespace

func (o *CreateAppV2Params) WithNamespace(namespace string) *CreateAppV2Params

WithNamespace adds the namespace to the create app v2 params

func (*CreateAppV2Params) WithTimeout

func (o *CreateAppV2Params) WithTimeout(timeout time.Duration) *CreateAppV2Params

WithTimeout adds the timeout to the create app v2 params

func (*CreateAppV2Params) WriteToRequest

func (o *CreateAppV2Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type CreateAppV2Reader

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

CreateAppV2Reader is a Reader for the CreateAppV2 structure.

func (*CreateAppV2Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateAppV2Unauthorized

type CreateAppV2Unauthorized struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

CreateAppV2Unauthorized handles this case with default header values.

Unauthorized

func NewCreateAppV2Unauthorized

func NewCreateAppV2Unauthorized() *CreateAppV2Unauthorized

NewCreateAppV2Unauthorized creates a CreateAppV2Unauthorized with default headers values

func (*CreateAppV2Unauthorized) Error

func (o *CreateAppV2Unauthorized) Error() string

func (*CreateAppV2Unauthorized) GetPayload

func (*CreateAppV2Unauthorized) ToJSONString

func (o *CreateAppV2Unauthorized) ToJSONString() string

type DeleteAppV2BadRequest

type DeleteAppV2BadRequest struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

DeleteAppV2BadRequest handles this case with default header values.

Bad Request

func NewDeleteAppV2BadRequest

func NewDeleteAppV2BadRequest() *DeleteAppV2BadRequest

NewDeleteAppV2BadRequest creates a DeleteAppV2BadRequest with default headers values

func (*DeleteAppV2BadRequest) Error

func (o *DeleteAppV2BadRequest) Error() string

func (*DeleteAppV2BadRequest) GetPayload

func (*DeleteAppV2BadRequest) ToJSONString

func (o *DeleteAppV2BadRequest) ToJSONString() string

type DeleteAppV2Forbidden

type DeleteAppV2Forbidden struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

DeleteAppV2Forbidden handles this case with default header values.

Forbidden

func NewDeleteAppV2Forbidden

func NewDeleteAppV2Forbidden() *DeleteAppV2Forbidden

NewDeleteAppV2Forbidden creates a DeleteAppV2Forbidden with default headers values

func (*DeleteAppV2Forbidden) Error

func (o *DeleteAppV2Forbidden) Error() string

func (*DeleteAppV2Forbidden) GetPayload

func (*DeleteAppV2Forbidden) ToJSONString

func (o *DeleteAppV2Forbidden) ToJSONString() string

type DeleteAppV2InternalServerError

type DeleteAppV2InternalServerError struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

DeleteAppV2InternalServerError handles this case with default header values.

Internal Server Error

func NewDeleteAppV2InternalServerError

func NewDeleteAppV2InternalServerError() *DeleteAppV2InternalServerError

NewDeleteAppV2InternalServerError creates a DeleteAppV2InternalServerError with default headers values

func (*DeleteAppV2InternalServerError) Error

func (*DeleteAppV2InternalServerError) GetPayload

func (*DeleteAppV2InternalServerError) ToJSONString

func (o *DeleteAppV2InternalServerError) ToJSONString() string

type DeleteAppV2NoContent

type DeleteAppV2NoContent struct {
}

DeleteAppV2NoContent handles this case with default header values.

func NewDeleteAppV2NoContent

func NewDeleteAppV2NoContent() *DeleteAppV2NoContent

NewDeleteAppV2NoContent creates a DeleteAppV2NoContent with default headers values

func (*DeleteAppV2NoContent) Error

func (o *DeleteAppV2NoContent) Error() string

type DeleteAppV2NotFound

type DeleteAppV2NotFound struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

DeleteAppV2NotFound handles this case with default header values.

Not Found

func NewDeleteAppV2NotFound

func NewDeleteAppV2NotFound() *DeleteAppV2NotFound

NewDeleteAppV2NotFound creates a DeleteAppV2NotFound with default headers values

func (*DeleteAppV2NotFound) Error

func (o *DeleteAppV2NotFound) Error() string

func (*DeleteAppV2NotFound) GetPayload

func (*DeleteAppV2NotFound) ToJSONString

func (o *DeleteAppV2NotFound) ToJSONString() string

type DeleteAppV2Params

type DeleteAppV2Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*App
	  App Name

	*/
	App string
	/*Namespace
	  Game Namespace

	*/
	Namespace string
	/*Forced
	  Force app deletion, if 'true' will proceed delete regardless of current app status (default: false)

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

DeleteAppV2Params contains all the parameters to send to the API endpoint for the delete app v2 operation typically these are written to a http.Request

func NewDeleteAppV2Params

func NewDeleteAppV2Params() *DeleteAppV2Params

NewDeleteAppV2Params creates a new DeleteAppV2Params object with the default values initialized.

func NewDeleteAppV2ParamsWithContext

func NewDeleteAppV2ParamsWithContext(ctx context.Context) *DeleteAppV2Params

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

func NewDeleteAppV2ParamsWithHTTPClient

func NewDeleteAppV2ParamsWithHTTPClient(client *http.Client) *DeleteAppV2Params

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

func NewDeleteAppV2ParamsWithTimeout

func NewDeleteAppV2ParamsWithTimeout(timeout time.Duration) *DeleteAppV2Params

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

func (*DeleteAppV2Params) SetApp

func (o *DeleteAppV2Params) SetApp(app string)

SetApp adds the app to the delete app v2 params

func (*DeleteAppV2Params) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the delete app v2 params

func (*DeleteAppV2Params) SetContext

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

SetContext adds the context to the delete app v2 params

func (*DeleteAppV2Params) SetFlightId

func (o *DeleteAppV2Params) SetFlightId(flightId string)

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

func (*DeleteAppV2Params) SetForced

func (o *DeleteAppV2Params) SetForced(forced *string)

SetForced adds the forced to the delete app v2 params

func (*DeleteAppV2Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete app v2 params

func (*DeleteAppV2Params) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the delete app v2 params

func (*DeleteAppV2Params) SetNamespace

func (o *DeleteAppV2Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the delete app v2 params

func (*DeleteAppV2Params) SetTimeout

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

SetTimeout adds the timeout to the delete app v2 params

func (*DeleteAppV2Params) WithApp

func (o *DeleteAppV2Params) WithApp(app string) *DeleteAppV2Params

WithApp adds the app to the delete app v2 params

func (*DeleteAppV2Params) WithContext

func (o *DeleteAppV2Params) WithContext(ctx context.Context) *DeleteAppV2Params

WithContext adds the context to the delete app v2 params

func (*DeleteAppV2Params) WithForced

func (o *DeleteAppV2Params) WithForced(forced *string) *DeleteAppV2Params

WithForced adds the forced to the delete app v2 params

func (*DeleteAppV2Params) WithHTTPClient

func (o *DeleteAppV2Params) WithHTTPClient(client *http.Client) *DeleteAppV2Params

WithHTTPClient adds the HTTPClient to the delete app v2 params

func (*DeleteAppV2Params) WithNamespace

func (o *DeleteAppV2Params) WithNamespace(namespace string) *DeleteAppV2Params

WithNamespace adds the namespace to the delete app v2 params

func (*DeleteAppV2Params) WithTimeout

func (o *DeleteAppV2Params) WithTimeout(timeout time.Duration) *DeleteAppV2Params

WithTimeout adds the timeout to the delete app v2 params

func (*DeleteAppV2Params) WriteToRequest

func (o *DeleteAppV2Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type DeleteAppV2Reader

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

DeleteAppV2Reader is a Reader for the DeleteAppV2 structure.

func (*DeleteAppV2Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteAppV2Unauthorized

type DeleteAppV2Unauthorized struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

DeleteAppV2Unauthorized handles this case with default header values.

Unauthorized

func NewDeleteAppV2Unauthorized

func NewDeleteAppV2Unauthorized() *DeleteAppV2Unauthorized

NewDeleteAppV2Unauthorized creates a DeleteAppV2Unauthorized with default headers values

func (*DeleteAppV2Unauthorized) Error

func (o *DeleteAppV2Unauthorized) Error() string

func (*DeleteAppV2Unauthorized) GetPayload

func (*DeleteAppV2Unauthorized) ToJSONString

func (o *DeleteAppV2Unauthorized) ToJSONString() string

type GetAppListV2BadRequest

type GetAppListV2BadRequest struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

GetAppListV2BadRequest handles this case with default header values.

Bad Request

func NewGetAppListV2BadRequest

func NewGetAppListV2BadRequest() *GetAppListV2BadRequest

NewGetAppListV2BadRequest creates a GetAppListV2BadRequest with default headers values

func (*GetAppListV2BadRequest) Error

func (o *GetAppListV2BadRequest) Error() string

func (*GetAppListV2BadRequest) GetPayload

func (*GetAppListV2BadRequest) ToJSONString

func (o *GetAppListV2BadRequest) ToJSONString() string

type GetAppListV2Forbidden

type GetAppListV2Forbidden struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

GetAppListV2Forbidden handles this case with default header values.

Forbidden

func NewGetAppListV2Forbidden

func NewGetAppListV2Forbidden() *GetAppListV2Forbidden

NewGetAppListV2Forbidden creates a GetAppListV2Forbidden with default headers values

func (*GetAppListV2Forbidden) Error

func (o *GetAppListV2Forbidden) Error() string

func (*GetAppListV2Forbidden) GetPayload

func (*GetAppListV2Forbidden) ToJSONString

func (o *GetAppListV2Forbidden) ToJSONString() string

type GetAppListV2InternalServerError

type GetAppListV2InternalServerError struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

GetAppListV2InternalServerError handles this case with default header values.

Internal Server Error

func NewGetAppListV2InternalServerError

func NewGetAppListV2InternalServerError() *GetAppListV2InternalServerError

NewGetAppListV2InternalServerError creates a GetAppListV2InternalServerError with default headers values

func (*GetAppListV2InternalServerError) Error

func (*GetAppListV2InternalServerError) GetPayload

func (*GetAppListV2InternalServerError) ToJSONString

func (o *GetAppListV2InternalServerError) ToJSONString() string

type GetAppListV2NotFound

type GetAppListV2NotFound struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

GetAppListV2NotFound handles this case with default header values.

Not Found

func NewGetAppListV2NotFound

func NewGetAppListV2NotFound() *GetAppListV2NotFound

NewGetAppListV2NotFound creates a GetAppListV2NotFound with default headers values

func (*GetAppListV2NotFound) Error

func (o *GetAppListV2NotFound) Error() string

func (*GetAppListV2NotFound) GetPayload

func (*GetAppListV2NotFound) ToJSONString

func (o *GetAppListV2NotFound) ToJSONString() string

type GetAppListV2OK

type GetAppListV2OK struct {
	Payload *csmclientmodels.ApimodelGetAppListV2Response
}

GetAppListV2OK handles this case with default header values.

List of apps

func NewGetAppListV2OK

func NewGetAppListV2OK() *GetAppListV2OK

NewGetAppListV2OK creates a GetAppListV2OK with default headers values

func (*GetAppListV2OK) Error

func (o *GetAppListV2OK) Error() string

func (*GetAppListV2OK) GetPayload

func (*GetAppListV2OK) ToJSONString

func (o *GetAppListV2OK) ToJSONString() string

type GetAppListV2Params

type GetAppListV2Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *csmclientmodels.ApimodelGetAppListV2Request
	/*Namespace
	  Game Namespace

	*/
	Namespace string
	/*Limit
	  Maximum number of apps items returned

	*/
	Limit *int64
	/*Offset
	  Starting point offset items

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

GetAppListV2Params contains all the parameters to send to the API endpoint for the get app list v2 operation typically these are written to a http.Request

func NewGetAppListV2Params

func NewGetAppListV2Params() *GetAppListV2Params

NewGetAppListV2Params creates a new GetAppListV2Params object with the default values initialized.

func NewGetAppListV2ParamsWithContext

func NewGetAppListV2ParamsWithContext(ctx context.Context) *GetAppListV2Params

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

func NewGetAppListV2ParamsWithHTTPClient

func NewGetAppListV2ParamsWithHTTPClient(client *http.Client) *GetAppListV2Params

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

func NewGetAppListV2ParamsWithTimeout

func NewGetAppListV2ParamsWithTimeout(timeout time.Duration) *GetAppListV2Params

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

func (*GetAppListV2Params) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the get app list v2 params

func (*GetAppListV2Params) SetBody

SetBody adds the body to the get app list v2 params

func (*GetAppListV2Params) SetContext

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

SetContext adds the context to the get app list v2 params

func (*GetAppListV2Params) SetFlightId

func (o *GetAppListV2Params) SetFlightId(flightId string)

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

func (*GetAppListV2Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get app list v2 params

func (*GetAppListV2Params) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the get app list v2 params

func (*GetAppListV2Params) SetLimit

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

SetLimit adds the limit to the get app list v2 params

func (*GetAppListV2Params) SetNamespace

func (o *GetAppListV2Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the get app list v2 params

func (*GetAppListV2Params) SetOffset

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

SetOffset adds the offset to the get app list v2 params

func (*GetAppListV2Params) SetTimeout

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

SetTimeout adds the timeout to the get app list v2 params

func (*GetAppListV2Params) WithBody

WithBody adds the body to the get app list v2 params

func (*GetAppListV2Params) WithContext

WithContext adds the context to the get app list v2 params

func (*GetAppListV2Params) WithHTTPClient

func (o *GetAppListV2Params) WithHTTPClient(client *http.Client) *GetAppListV2Params

WithHTTPClient adds the HTTPClient to the get app list v2 params

func (*GetAppListV2Params) WithLimit

func (o *GetAppListV2Params) WithLimit(limit *int64) *GetAppListV2Params

WithLimit adds the limit to the get app list v2 params

func (*GetAppListV2Params) WithNamespace

func (o *GetAppListV2Params) WithNamespace(namespace string) *GetAppListV2Params

WithNamespace adds the namespace to the get app list v2 params

func (*GetAppListV2Params) WithOffset

func (o *GetAppListV2Params) WithOffset(offset *int64) *GetAppListV2Params

WithOffset adds the offset to the get app list v2 params

func (*GetAppListV2Params) WithTimeout

func (o *GetAppListV2Params) WithTimeout(timeout time.Duration) *GetAppListV2Params

WithTimeout adds the timeout to the get app list v2 params

func (*GetAppListV2Params) WriteToRequest

func (o *GetAppListV2Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetAppListV2Reader

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

GetAppListV2Reader is a Reader for the GetAppListV2 structure.

func (*GetAppListV2Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAppListV2Unauthorized

type GetAppListV2Unauthorized struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

GetAppListV2Unauthorized handles this case with default header values.

Unauthorized

func NewGetAppListV2Unauthorized

func NewGetAppListV2Unauthorized() *GetAppListV2Unauthorized

NewGetAppListV2Unauthorized creates a GetAppListV2Unauthorized with default headers values

func (*GetAppListV2Unauthorized) Error

func (o *GetAppListV2Unauthorized) Error() string

func (*GetAppListV2Unauthorized) GetPayload

func (*GetAppListV2Unauthorized) ToJSONString

func (o *GetAppListV2Unauthorized) ToJSONString() string

type GetAppV2Forbidden

type GetAppV2Forbidden struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

GetAppV2Forbidden handles this case with default header values.

Forbidden

func NewGetAppV2Forbidden

func NewGetAppV2Forbidden() *GetAppV2Forbidden

NewGetAppV2Forbidden creates a GetAppV2Forbidden with default headers values

func (*GetAppV2Forbidden) Error

func (o *GetAppV2Forbidden) Error() string

func (*GetAppV2Forbidden) GetPayload

func (*GetAppV2Forbidden) ToJSONString

func (o *GetAppV2Forbidden) ToJSONString() string

type GetAppV2InternalServerError

type GetAppV2InternalServerError struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

GetAppV2InternalServerError handles this case with default header values.

Internal Server Error

func NewGetAppV2InternalServerError

func NewGetAppV2InternalServerError() *GetAppV2InternalServerError

NewGetAppV2InternalServerError creates a GetAppV2InternalServerError with default headers values

func (*GetAppV2InternalServerError) Error

func (*GetAppV2InternalServerError) GetPayload

func (*GetAppV2InternalServerError) ToJSONString

func (o *GetAppV2InternalServerError) ToJSONString() string

type GetAppV2NotFound

type GetAppV2NotFound struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

GetAppV2NotFound handles this case with default header values.

Not Found

func NewGetAppV2NotFound

func NewGetAppV2NotFound() *GetAppV2NotFound

NewGetAppV2NotFound creates a GetAppV2NotFound with default headers values

func (*GetAppV2NotFound) Error

func (o *GetAppV2NotFound) Error() string

func (*GetAppV2NotFound) GetPayload

func (*GetAppV2NotFound) ToJSONString

func (o *GetAppV2NotFound) ToJSONString() string

type GetAppV2OK

type GetAppV2OK struct {
	Payload *csmclientmodels.ApimodelAppItem
}

GetAppV2OK handles this case with default header values.

func NewGetAppV2OK

func NewGetAppV2OK() *GetAppV2OK

NewGetAppV2OK creates a GetAppV2OK with default headers values

func (*GetAppV2OK) Error

func (o *GetAppV2OK) Error() string

func (*GetAppV2OK) GetPayload

func (o *GetAppV2OK) GetPayload() *csmclientmodels.ApimodelAppItem

func (*GetAppV2OK) ToJSONString

func (o *GetAppV2OK) ToJSONString() string

type GetAppV2Params

type GetAppV2Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*App
	  App Name

	*/
	App string
	/*Namespace
	  Game Namespace

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

GetAppV2Params contains all the parameters to send to the API endpoint for the get app v2 operation typically these are written to a http.Request

func NewGetAppV2Params

func NewGetAppV2Params() *GetAppV2Params

NewGetAppV2Params creates a new GetAppV2Params object with the default values initialized.

func NewGetAppV2ParamsWithContext

func NewGetAppV2ParamsWithContext(ctx context.Context) *GetAppV2Params

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

func NewGetAppV2ParamsWithHTTPClient

func NewGetAppV2ParamsWithHTTPClient(client *http.Client) *GetAppV2Params

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

func NewGetAppV2ParamsWithTimeout

func NewGetAppV2ParamsWithTimeout(timeout time.Duration) *GetAppV2Params

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

func (*GetAppV2Params) SetApp

func (o *GetAppV2Params) SetApp(app string)

SetApp adds the app to the get app v2 params

func (*GetAppV2Params) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the get app v2 params

func (*GetAppV2Params) SetContext

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

SetContext adds the context to the get app v2 params

func (*GetAppV2Params) SetFlightId

func (o *GetAppV2Params) SetFlightId(flightId string)

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

func (*GetAppV2Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get app v2 params

func (*GetAppV2Params) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the get app v2 params

func (*GetAppV2Params) SetNamespace

func (o *GetAppV2Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the get app v2 params

func (*GetAppV2Params) SetTimeout

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

SetTimeout adds the timeout to the get app v2 params

func (*GetAppV2Params) WithApp

func (o *GetAppV2Params) WithApp(app string) *GetAppV2Params

WithApp adds the app to the get app v2 params

func (*GetAppV2Params) WithContext

func (o *GetAppV2Params) WithContext(ctx context.Context) *GetAppV2Params

WithContext adds the context to the get app v2 params

func (*GetAppV2Params) WithHTTPClient

func (o *GetAppV2Params) WithHTTPClient(client *http.Client) *GetAppV2Params

WithHTTPClient adds the HTTPClient to the get app v2 params

func (*GetAppV2Params) WithNamespace

func (o *GetAppV2Params) WithNamespace(namespace string) *GetAppV2Params

WithNamespace adds the namespace to the get app v2 params

func (*GetAppV2Params) WithTimeout

func (o *GetAppV2Params) WithTimeout(timeout time.Duration) *GetAppV2Params

WithTimeout adds the timeout to the get app v2 params

func (*GetAppV2Params) WriteToRequest

func (o *GetAppV2Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetAppV2Reader

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

GetAppV2Reader is a Reader for the GetAppV2 structure.

func (*GetAppV2Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAppV2Unauthorized

type GetAppV2Unauthorized struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

GetAppV2Unauthorized handles this case with default header values.

Unauthorized

func NewGetAppV2Unauthorized

func NewGetAppV2Unauthorized() *GetAppV2Unauthorized

NewGetAppV2Unauthorized creates a GetAppV2Unauthorized with default headers values

func (*GetAppV2Unauthorized) Error

func (o *GetAppV2Unauthorized) Error() string

func (*GetAppV2Unauthorized) GetPayload

func (*GetAppV2Unauthorized) ToJSONString

func (o *GetAppV2Unauthorized) ToJSONString() string

type StartAppV2Accepted

type StartAppV2Accepted struct {
}

StartAppV2Accepted handles this case with default header values.

This means the request to start the application is accepted, and it will be processed in the background.

func NewStartAppV2Accepted

func NewStartAppV2Accepted() *StartAppV2Accepted

NewStartAppV2Accepted creates a StartAppV2Accepted with default headers values

func (*StartAppV2Accepted) Error

func (o *StartAppV2Accepted) Error() string

type StartAppV2BadRequest

type StartAppV2BadRequest struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

StartAppV2BadRequest handles this case with default header values.

Bad Request

func NewStartAppV2BadRequest

func NewStartAppV2BadRequest() *StartAppV2BadRequest

NewStartAppV2BadRequest creates a StartAppV2BadRequest with default headers values

func (*StartAppV2BadRequest) Error

func (o *StartAppV2BadRequest) Error() string

func (*StartAppV2BadRequest) GetPayload

func (*StartAppV2BadRequest) ToJSONString

func (o *StartAppV2BadRequest) ToJSONString() string

type StartAppV2Forbidden

type StartAppV2Forbidden struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

StartAppV2Forbidden handles this case with default header values.

Forbidden

func NewStartAppV2Forbidden

func NewStartAppV2Forbidden() *StartAppV2Forbidden

NewStartAppV2Forbidden creates a StartAppV2Forbidden with default headers values

func (*StartAppV2Forbidden) Error

func (o *StartAppV2Forbidden) Error() string

func (*StartAppV2Forbidden) GetPayload

func (*StartAppV2Forbidden) ToJSONString

func (o *StartAppV2Forbidden) ToJSONString() string

type StartAppV2InternalServerError

type StartAppV2InternalServerError struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

StartAppV2InternalServerError handles this case with default header values.

Internal Server Error

func NewStartAppV2InternalServerError

func NewStartAppV2InternalServerError() *StartAppV2InternalServerError

NewStartAppV2InternalServerError creates a StartAppV2InternalServerError with default headers values

func (*StartAppV2InternalServerError) Error

func (*StartAppV2InternalServerError) GetPayload

func (*StartAppV2InternalServerError) ToJSONString

func (o *StartAppV2InternalServerError) ToJSONString() string

type StartAppV2NotFound

type StartAppV2NotFound struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

StartAppV2NotFound handles this case with default header values.

Not Found

func NewStartAppV2NotFound

func NewStartAppV2NotFound() *StartAppV2NotFound

NewStartAppV2NotFound creates a StartAppV2NotFound with default headers values

func (*StartAppV2NotFound) Error

func (o *StartAppV2NotFound) Error() string

func (*StartAppV2NotFound) GetPayload

func (*StartAppV2NotFound) ToJSONString

func (o *StartAppV2NotFound) ToJSONString() string

type StartAppV2Params

type StartAppV2Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*App
	  App Name. Expected format: (^[A-Za-z0-9\-]*$)

	*/
	App string
	/*Namespace
	  Game Namespace

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

StartAppV2Params contains all the parameters to send to the API endpoint for the start app v2 operation typically these are written to a http.Request

func NewStartAppV2Params

func NewStartAppV2Params() *StartAppV2Params

NewStartAppV2Params creates a new StartAppV2Params object with the default values initialized.

func NewStartAppV2ParamsWithContext

func NewStartAppV2ParamsWithContext(ctx context.Context) *StartAppV2Params

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

func NewStartAppV2ParamsWithHTTPClient

func NewStartAppV2ParamsWithHTTPClient(client *http.Client) *StartAppV2Params

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

func NewStartAppV2ParamsWithTimeout

func NewStartAppV2ParamsWithTimeout(timeout time.Duration) *StartAppV2Params

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

func (*StartAppV2Params) SetApp

func (o *StartAppV2Params) SetApp(app string)

SetApp adds the app to the start app v2 params

func (*StartAppV2Params) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the start app v2 params

func (*StartAppV2Params) SetContext

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

SetContext adds the context to the start app v2 params

func (*StartAppV2Params) SetFlightId

func (o *StartAppV2Params) SetFlightId(flightId string)

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

func (*StartAppV2Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the start app v2 params

func (*StartAppV2Params) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the start app v2 params

func (*StartAppV2Params) SetNamespace

func (o *StartAppV2Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the start app v2 params

func (*StartAppV2Params) SetTimeout

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

SetTimeout adds the timeout to the start app v2 params

func (*StartAppV2Params) WithApp

func (o *StartAppV2Params) WithApp(app string) *StartAppV2Params

WithApp adds the app to the start app v2 params

func (*StartAppV2Params) WithContext

func (o *StartAppV2Params) WithContext(ctx context.Context) *StartAppV2Params

WithContext adds the context to the start app v2 params

func (*StartAppV2Params) WithHTTPClient

func (o *StartAppV2Params) WithHTTPClient(client *http.Client) *StartAppV2Params

WithHTTPClient adds the HTTPClient to the start app v2 params

func (*StartAppV2Params) WithNamespace

func (o *StartAppV2Params) WithNamespace(namespace string) *StartAppV2Params

WithNamespace adds the namespace to the start app v2 params

func (*StartAppV2Params) WithTimeout

func (o *StartAppV2Params) WithTimeout(timeout time.Duration) *StartAppV2Params

WithTimeout adds the timeout to the start app v2 params

func (*StartAppV2Params) WriteToRequest

func (o *StartAppV2Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type StartAppV2Reader

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

StartAppV2Reader is a Reader for the StartAppV2 structure.

func (*StartAppV2Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type StartAppV2Unauthorized

type StartAppV2Unauthorized struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

StartAppV2Unauthorized handles this case with default header values.

Unauthorized

func NewStartAppV2Unauthorized

func NewStartAppV2Unauthorized() *StartAppV2Unauthorized

NewStartAppV2Unauthorized creates a StartAppV2Unauthorized with default headers values

func (*StartAppV2Unauthorized) Error

func (o *StartAppV2Unauthorized) Error() string

func (*StartAppV2Unauthorized) GetPayload

func (*StartAppV2Unauthorized) ToJSONString

func (o *StartAppV2Unauthorized) ToJSONString() string

type StopAppV2Accepted

type StopAppV2Accepted struct {
}

StopAppV2Accepted handles this case with default header values.

This means the request to stop the application is accepted, and it will be processed in the background.

func NewStopAppV2Accepted

func NewStopAppV2Accepted() *StopAppV2Accepted

NewStopAppV2Accepted creates a StopAppV2Accepted with default headers values

func (*StopAppV2Accepted) Error

func (o *StopAppV2Accepted) Error() string

type StopAppV2BadRequest

type StopAppV2BadRequest struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

StopAppV2BadRequest handles this case with default header values.

Bad Request

func NewStopAppV2BadRequest

func NewStopAppV2BadRequest() *StopAppV2BadRequest

NewStopAppV2BadRequest creates a StopAppV2BadRequest with default headers values

func (*StopAppV2BadRequest) Error

func (o *StopAppV2BadRequest) Error() string

func (*StopAppV2BadRequest) GetPayload

func (*StopAppV2BadRequest) ToJSONString

func (o *StopAppV2BadRequest) ToJSONString() string

type StopAppV2Forbidden

type StopAppV2Forbidden struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

StopAppV2Forbidden handles this case with default header values.

Forbidden

func NewStopAppV2Forbidden

func NewStopAppV2Forbidden() *StopAppV2Forbidden

NewStopAppV2Forbidden creates a StopAppV2Forbidden with default headers values

func (*StopAppV2Forbidden) Error

func (o *StopAppV2Forbidden) Error() string

func (*StopAppV2Forbidden) GetPayload

func (*StopAppV2Forbidden) ToJSONString

func (o *StopAppV2Forbidden) ToJSONString() string

type StopAppV2InternalServerError

type StopAppV2InternalServerError struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

StopAppV2InternalServerError handles this case with default header values.

Internal Server Error

func NewStopAppV2InternalServerError

func NewStopAppV2InternalServerError() *StopAppV2InternalServerError

NewStopAppV2InternalServerError creates a StopAppV2InternalServerError with default headers values

func (*StopAppV2InternalServerError) Error

func (*StopAppV2InternalServerError) GetPayload

func (*StopAppV2InternalServerError) ToJSONString

func (o *StopAppV2InternalServerError) ToJSONString() string

type StopAppV2NotFound

type StopAppV2NotFound struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

StopAppV2NotFound handles this case with default header values.

Not Found

func NewStopAppV2NotFound

func NewStopAppV2NotFound() *StopAppV2NotFound

NewStopAppV2NotFound creates a StopAppV2NotFound with default headers values

func (*StopAppV2NotFound) Error

func (o *StopAppV2NotFound) Error() string

func (*StopAppV2NotFound) GetPayload

func (*StopAppV2NotFound) ToJSONString

func (o *StopAppV2NotFound) ToJSONString() string

type StopAppV2Params

type StopAppV2Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*App
	  App Name. Expected format: (^[A-Za-z0-9\-]*$)

	*/
	App string
	/*Namespace
	  Game Namespace

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

StopAppV2Params contains all the parameters to send to the API endpoint for the stop app v2 operation typically these are written to a http.Request

func NewStopAppV2Params

func NewStopAppV2Params() *StopAppV2Params

NewStopAppV2Params creates a new StopAppV2Params object with the default values initialized.

func NewStopAppV2ParamsWithContext

func NewStopAppV2ParamsWithContext(ctx context.Context) *StopAppV2Params

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

func NewStopAppV2ParamsWithHTTPClient

func NewStopAppV2ParamsWithHTTPClient(client *http.Client) *StopAppV2Params

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

func NewStopAppV2ParamsWithTimeout

func NewStopAppV2ParamsWithTimeout(timeout time.Duration) *StopAppV2Params

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

func (*StopAppV2Params) SetApp

func (o *StopAppV2Params) SetApp(app string)

SetApp adds the app to the stop app v2 params

func (*StopAppV2Params) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the stop app v2 params

func (*StopAppV2Params) SetContext

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

SetContext adds the context to the stop app v2 params

func (*StopAppV2Params) SetFlightId

func (o *StopAppV2Params) SetFlightId(flightId string)

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

func (*StopAppV2Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the stop app v2 params

func (*StopAppV2Params) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the stop app v2 params

func (*StopAppV2Params) SetNamespace

func (o *StopAppV2Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the stop app v2 params

func (*StopAppV2Params) SetTimeout

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

SetTimeout adds the timeout to the stop app v2 params

func (*StopAppV2Params) WithApp

func (o *StopAppV2Params) WithApp(app string) *StopAppV2Params

WithApp adds the app to the stop app v2 params

func (*StopAppV2Params) WithContext

func (o *StopAppV2Params) WithContext(ctx context.Context) *StopAppV2Params

WithContext adds the context to the stop app v2 params

func (*StopAppV2Params) WithHTTPClient

func (o *StopAppV2Params) WithHTTPClient(client *http.Client) *StopAppV2Params

WithHTTPClient adds the HTTPClient to the stop app v2 params

func (*StopAppV2Params) WithNamespace

func (o *StopAppV2Params) WithNamespace(namespace string) *StopAppV2Params

WithNamespace adds the namespace to the stop app v2 params

func (*StopAppV2Params) WithTimeout

func (o *StopAppV2Params) WithTimeout(timeout time.Duration) *StopAppV2Params

WithTimeout adds the timeout to the stop app v2 params

func (*StopAppV2Params) WriteToRequest

func (o *StopAppV2Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type StopAppV2Reader

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

StopAppV2Reader is a Reader for the StopAppV2 structure.

func (*StopAppV2Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type StopAppV2Unauthorized

type StopAppV2Unauthorized struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

StopAppV2Unauthorized handles this case with default header values.

Unauthorized

func NewStopAppV2Unauthorized

func NewStopAppV2Unauthorized() *StopAppV2Unauthorized

NewStopAppV2Unauthorized creates a StopAppV2Unauthorized with default headers values

func (*StopAppV2Unauthorized) Error

func (o *StopAppV2Unauthorized) Error() string

func (*StopAppV2Unauthorized) GetPayload

func (*StopAppV2Unauthorized) ToJSONString

func (o *StopAppV2Unauthorized) ToJSONString() string

type UpdateAppResourcesResourceLimitFormV2BadRequest

type UpdateAppResourcesResourceLimitFormV2BadRequest struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

UpdateAppResourcesResourceLimitFormV2BadRequest handles this case with default header values.

Bad Request

func NewUpdateAppResourcesResourceLimitFormV2BadRequest

func NewUpdateAppResourcesResourceLimitFormV2BadRequest() *UpdateAppResourcesResourceLimitFormV2BadRequest

NewUpdateAppResourcesResourceLimitFormV2BadRequest creates a UpdateAppResourcesResourceLimitFormV2BadRequest with default headers values

func (*UpdateAppResourcesResourceLimitFormV2BadRequest) Error

func (*UpdateAppResourcesResourceLimitFormV2BadRequest) GetPayload

func (*UpdateAppResourcesResourceLimitFormV2BadRequest) ToJSONString

type UpdateAppResourcesResourceLimitFormV2Forbidden

type UpdateAppResourcesResourceLimitFormV2Forbidden struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

UpdateAppResourcesResourceLimitFormV2Forbidden handles this case with default header values.

Forbidden

func NewUpdateAppResourcesResourceLimitFormV2Forbidden

func NewUpdateAppResourcesResourceLimitFormV2Forbidden() *UpdateAppResourcesResourceLimitFormV2Forbidden

NewUpdateAppResourcesResourceLimitFormV2Forbidden creates a UpdateAppResourcesResourceLimitFormV2Forbidden with default headers values

func (*UpdateAppResourcesResourceLimitFormV2Forbidden) Error

func (*UpdateAppResourcesResourceLimitFormV2Forbidden) GetPayload

func (*UpdateAppResourcesResourceLimitFormV2Forbidden) ToJSONString

type UpdateAppResourcesResourceLimitFormV2InternalServerError

type UpdateAppResourcesResourceLimitFormV2InternalServerError struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

UpdateAppResourcesResourceLimitFormV2InternalServerError handles this case with default header values.

Internal Server Error

func NewUpdateAppResourcesResourceLimitFormV2InternalServerError

func NewUpdateAppResourcesResourceLimitFormV2InternalServerError() *UpdateAppResourcesResourceLimitFormV2InternalServerError

NewUpdateAppResourcesResourceLimitFormV2InternalServerError creates a UpdateAppResourcesResourceLimitFormV2InternalServerError with default headers values

func (*UpdateAppResourcesResourceLimitFormV2InternalServerError) Error

func (*UpdateAppResourcesResourceLimitFormV2InternalServerError) GetPayload

func (*UpdateAppResourcesResourceLimitFormV2InternalServerError) ToJSONString

type UpdateAppResourcesResourceLimitFormV2NoContent

type UpdateAppResourcesResourceLimitFormV2NoContent struct {
}

UpdateAppResourcesResourceLimitFormV2NoContent handles this case with default header values.

No Content

func NewUpdateAppResourcesResourceLimitFormV2NoContent

func NewUpdateAppResourcesResourceLimitFormV2NoContent() *UpdateAppResourcesResourceLimitFormV2NoContent

NewUpdateAppResourcesResourceLimitFormV2NoContent creates a UpdateAppResourcesResourceLimitFormV2NoContent with default headers values

func (*UpdateAppResourcesResourceLimitFormV2NoContent) Error

type UpdateAppResourcesResourceLimitFormV2NotFound

type UpdateAppResourcesResourceLimitFormV2NotFound struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

UpdateAppResourcesResourceLimitFormV2NotFound handles this case with default header values.

Not Found

func NewUpdateAppResourcesResourceLimitFormV2NotFound

func NewUpdateAppResourcesResourceLimitFormV2NotFound() *UpdateAppResourcesResourceLimitFormV2NotFound

NewUpdateAppResourcesResourceLimitFormV2NotFound creates a UpdateAppResourcesResourceLimitFormV2NotFound with default headers values

func (*UpdateAppResourcesResourceLimitFormV2NotFound) Error

func (*UpdateAppResourcesResourceLimitFormV2NotFound) GetPayload

func (*UpdateAppResourcesResourceLimitFormV2NotFound) ToJSONString

type UpdateAppResourcesResourceLimitFormV2Params

type UpdateAppResourcesResourceLimitFormV2Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *csmclientmodels.ApimodelIncreaseLimitFormRequest
	/*App
	  App Name. Expected format: (^[A-Za-z0-9\-]*$)

	*/
	App string
	/*Namespace
	  Game Namespace

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

UpdateAppResourcesResourceLimitFormV2Params contains all the parameters to send to the API endpoint for the update app resources resource limit form v2 operation typically these are written to a http.Request

func NewUpdateAppResourcesResourceLimitFormV2Params

func NewUpdateAppResourcesResourceLimitFormV2Params() *UpdateAppResourcesResourceLimitFormV2Params

NewUpdateAppResourcesResourceLimitFormV2Params creates a new UpdateAppResourcesResourceLimitFormV2Params object with the default values initialized.

func NewUpdateAppResourcesResourceLimitFormV2ParamsWithContext

func NewUpdateAppResourcesResourceLimitFormV2ParamsWithContext(ctx context.Context) *UpdateAppResourcesResourceLimitFormV2Params

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

func NewUpdateAppResourcesResourceLimitFormV2ParamsWithHTTPClient

func NewUpdateAppResourcesResourceLimitFormV2ParamsWithHTTPClient(client *http.Client) *UpdateAppResourcesResourceLimitFormV2Params

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

func NewUpdateAppResourcesResourceLimitFormV2ParamsWithTimeout

func NewUpdateAppResourcesResourceLimitFormV2ParamsWithTimeout(timeout time.Duration) *UpdateAppResourcesResourceLimitFormV2Params

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

func (*UpdateAppResourcesResourceLimitFormV2Params) SetApp

SetApp adds the app to the update app resources resource limit form v2 params

func (*UpdateAppResourcesResourceLimitFormV2Params) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the update app resources resource limit form v2 params

func (*UpdateAppResourcesResourceLimitFormV2Params) SetBody

SetBody adds the body to the update app resources resource limit form v2 params

func (*UpdateAppResourcesResourceLimitFormV2Params) SetContext

SetContext adds the context to the update app resources resource limit form v2 params

func (*UpdateAppResourcesResourceLimitFormV2Params) SetFlightId

func (o *UpdateAppResourcesResourceLimitFormV2Params) SetFlightId(flightId string)

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

func (*UpdateAppResourcesResourceLimitFormV2Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update app resources resource limit form v2 params

func (*UpdateAppResourcesResourceLimitFormV2Params) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the update app resources resource limit form v2 params

func (*UpdateAppResourcesResourceLimitFormV2Params) SetNamespace

func (o *UpdateAppResourcesResourceLimitFormV2Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the update app resources resource limit form v2 params

func (*UpdateAppResourcesResourceLimitFormV2Params) SetTimeout

SetTimeout adds the timeout to the update app resources resource limit form v2 params

func (*UpdateAppResourcesResourceLimitFormV2Params) WithApp

WithApp adds the app to the update app resources resource limit form v2 params

func (*UpdateAppResourcesResourceLimitFormV2Params) WithBody

WithBody adds the body to the update app resources resource limit form v2 params

func (*UpdateAppResourcesResourceLimitFormV2Params) WithContext

WithContext adds the context to the update app resources resource limit form v2 params

func (*UpdateAppResourcesResourceLimitFormV2Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update app resources resource limit form v2 params

func (*UpdateAppResourcesResourceLimitFormV2Params) WithNamespace

WithNamespace adds the namespace to the update app resources resource limit form v2 params

func (*UpdateAppResourcesResourceLimitFormV2Params) WithTimeout

WithTimeout adds the timeout to the update app resources resource limit form v2 params

func (*UpdateAppResourcesResourceLimitFormV2Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateAppResourcesResourceLimitFormV2Reader

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

UpdateAppResourcesResourceLimitFormV2Reader is a Reader for the UpdateAppResourcesResourceLimitFormV2 structure.

func (*UpdateAppResourcesResourceLimitFormV2Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateAppResourcesResourceLimitFormV2Unauthorized

type UpdateAppResourcesResourceLimitFormV2Unauthorized struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

UpdateAppResourcesResourceLimitFormV2Unauthorized handles this case with default header values.

Unauthorized

func NewUpdateAppResourcesResourceLimitFormV2Unauthorized

func NewUpdateAppResourcesResourceLimitFormV2Unauthorized() *UpdateAppResourcesResourceLimitFormV2Unauthorized

NewUpdateAppResourcesResourceLimitFormV2Unauthorized creates a UpdateAppResourcesResourceLimitFormV2Unauthorized with default headers values

func (*UpdateAppResourcesResourceLimitFormV2Unauthorized) Error

func (*UpdateAppResourcesResourceLimitFormV2Unauthorized) GetPayload

func (*UpdateAppResourcesResourceLimitFormV2Unauthorized) ToJSONString

type UpdateAppResourcesV2BadRequest

type UpdateAppResourcesV2BadRequest struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

UpdateAppResourcesV2BadRequest handles this case with default header values.

Bad Request

func NewUpdateAppResourcesV2BadRequest

func NewUpdateAppResourcesV2BadRequest() *UpdateAppResourcesV2BadRequest

NewUpdateAppResourcesV2BadRequest creates a UpdateAppResourcesV2BadRequest with default headers values

func (*UpdateAppResourcesV2BadRequest) Error

func (*UpdateAppResourcesV2BadRequest) GetPayload

func (*UpdateAppResourcesV2BadRequest) ToJSONString

func (o *UpdateAppResourcesV2BadRequest) ToJSONString() string

type UpdateAppResourcesV2Forbidden

type UpdateAppResourcesV2Forbidden struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

UpdateAppResourcesV2Forbidden handles this case with default header values.

Forbidden

func NewUpdateAppResourcesV2Forbidden

func NewUpdateAppResourcesV2Forbidden() *UpdateAppResourcesV2Forbidden

NewUpdateAppResourcesV2Forbidden creates a UpdateAppResourcesV2Forbidden with default headers values

func (*UpdateAppResourcesV2Forbidden) Error

func (*UpdateAppResourcesV2Forbidden) GetPayload

func (*UpdateAppResourcesV2Forbidden) ToJSONString

func (o *UpdateAppResourcesV2Forbidden) ToJSONString() string

type UpdateAppResourcesV2InternalServerError

type UpdateAppResourcesV2InternalServerError struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

UpdateAppResourcesV2InternalServerError handles this case with default header values.

Internal Server Error

func NewUpdateAppResourcesV2InternalServerError

func NewUpdateAppResourcesV2InternalServerError() *UpdateAppResourcesV2InternalServerError

NewUpdateAppResourcesV2InternalServerError creates a UpdateAppResourcesV2InternalServerError with default headers values

func (*UpdateAppResourcesV2InternalServerError) Error

func (*UpdateAppResourcesV2InternalServerError) GetPayload

func (*UpdateAppResourcesV2InternalServerError) ToJSONString

type UpdateAppResourcesV2NotFound

type UpdateAppResourcesV2NotFound struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

UpdateAppResourcesV2NotFound handles this case with default header values.

Not Found

func NewUpdateAppResourcesV2NotFound

func NewUpdateAppResourcesV2NotFound() *UpdateAppResourcesV2NotFound

NewUpdateAppResourcesV2NotFound creates a UpdateAppResourcesV2NotFound with default headers values

func (*UpdateAppResourcesV2NotFound) Error

func (*UpdateAppResourcesV2NotFound) GetPayload

func (*UpdateAppResourcesV2NotFound) ToJSONString

func (o *UpdateAppResourcesV2NotFound) ToJSONString() string

type UpdateAppResourcesV2OK

type UpdateAppResourcesV2OK struct {
	Payload *csmclientmodels.ApimodelAppItem
}

UpdateAppResourcesV2OK handles this case with default header values.

OK

func NewUpdateAppResourcesV2OK

func NewUpdateAppResourcesV2OK() *UpdateAppResourcesV2OK

NewUpdateAppResourcesV2OK creates a UpdateAppResourcesV2OK with default headers values

func (*UpdateAppResourcesV2OK) Error

func (o *UpdateAppResourcesV2OK) Error() string

func (*UpdateAppResourcesV2OK) GetPayload

func (*UpdateAppResourcesV2OK) ToJSONString

func (o *UpdateAppResourcesV2OK) ToJSONString() string

type UpdateAppResourcesV2Params

type UpdateAppResourcesV2Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *csmclientmodels.ApimodelUpdateAppResourceRequest
	/*App
	  App Name. Expected format: (^[A-Za-z0-9\-]*$)

	*/
	App string
	/*Namespace
	  Game Namespace

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

UpdateAppResourcesV2Params contains all the parameters to send to the API endpoint for the update app resources v2 operation typically these are written to a http.Request

func NewUpdateAppResourcesV2Params

func NewUpdateAppResourcesV2Params() *UpdateAppResourcesV2Params

NewUpdateAppResourcesV2Params creates a new UpdateAppResourcesV2Params object with the default values initialized.

func NewUpdateAppResourcesV2ParamsWithContext

func NewUpdateAppResourcesV2ParamsWithContext(ctx context.Context) *UpdateAppResourcesV2Params

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

func NewUpdateAppResourcesV2ParamsWithHTTPClient

func NewUpdateAppResourcesV2ParamsWithHTTPClient(client *http.Client) *UpdateAppResourcesV2Params

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

func NewUpdateAppResourcesV2ParamsWithTimeout

func NewUpdateAppResourcesV2ParamsWithTimeout(timeout time.Duration) *UpdateAppResourcesV2Params

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

func (*UpdateAppResourcesV2Params) SetApp

func (o *UpdateAppResourcesV2Params) SetApp(app string)

SetApp adds the app to the update app resources v2 params

func (*UpdateAppResourcesV2Params) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the update app resources v2 params

func (*UpdateAppResourcesV2Params) SetBody

SetBody adds the body to the update app resources v2 params

func (*UpdateAppResourcesV2Params) SetContext

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

SetContext adds the context to the update app resources v2 params

func (*UpdateAppResourcesV2Params) SetFlightId

func (o *UpdateAppResourcesV2Params) SetFlightId(flightId string)

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

func (*UpdateAppResourcesV2Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update app resources v2 params

func (*UpdateAppResourcesV2Params) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the update app resources v2 params

func (*UpdateAppResourcesV2Params) SetNamespace

func (o *UpdateAppResourcesV2Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the update app resources v2 params

func (*UpdateAppResourcesV2Params) SetTimeout

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

SetTimeout adds the timeout to the update app resources v2 params

func (*UpdateAppResourcesV2Params) WithApp

WithApp adds the app to the update app resources v2 params

func (*UpdateAppResourcesV2Params) WithBody

WithBody adds the body to the update app resources v2 params

func (*UpdateAppResourcesV2Params) WithContext

WithContext adds the context to the update app resources v2 params

func (*UpdateAppResourcesV2Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update app resources v2 params

func (*UpdateAppResourcesV2Params) WithNamespace

func (o *UpdateAppResourcesV2Params) WithNamespace(namespace string) *UpdateAppResourcesV2Params

WithNamespace adds the namespace to the update app resources v2 params

func (*UpdateAppResourcesV2Params) WithTimeout

WithTimeout adds the timeout to the update app resources v2 params

func (*UpdateAppResourcesV2Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateAppResourcesV2Reader

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

UpdateAppResourcesV2Reader is a Reader for the UpdateAppResourcesV2 structure.

func (*UpdateAppResourcesV2Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateAppResourcesV2Unauthorized

type UpdateAppResourcesV2Unauthorized struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

UpdateAppResourcesV2Unauthorized handles this case with default header values.

Unauthorized

func NewUpdateAppResourcesV2Unauthorized

func NewUpdateAppResourcesV2Unauthorized() *UpdateAppResourcesV2Unauthorized

NewUpdateAppResourcesV2Unauthorized creates a UpdateAppResourcesV2Unauthorized with default headers values

func (*UpdateAppResourcesV2Unauthorized) Error

func (*UpdateAppResourcesV2Unauthorized) GetPayload

func (*UpdateAppResourcesV2Unauthorized) ToJSONString

func (o *UpdateAppResourcesV2Unauthorized) ToJSONString() string

type UpdateAppV2BadRequest

type UpdateAppV2BadRequest struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

UpdateAppV2BadRequest handles this case with default header values.

Bad Request

func NewUpdateAppV2BadRequest

func NewUpdateAppV2BadRequest() *UpdateAppV2BadRequest

NewUpdateAppV2BadRequest creates a UpdateAppV2BadRequest with default headers values

func (*UpdateAppV2BadRequest) Error

func (o *UpdateAppV2BadRequest) Error() string

func (*UpdateAppV2BadRequest) GetPayload

func (*UpdateAppV2BadRequest) ToJSONString

func (o *UpdateAppV2BadRequest) ToJSONString() string

type UpdateAppV2Forbidden

type UpdateAppV2Forbidden struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

UpdateAppV2Forbidden handles this case with default header values.

Forbidden

func NewUpdateAppV2Forbidden

func NewUpdateAppV2Forbidden() *UpdateAppV2Forbidden

NewUpdateAppV2Forbidden creates a UpdateAppV2Forbidden with default headers values

func (*UpdateAppV2Forbidden) Error

func (o *UpdateAppV2Forbidden) Error() string

func (*UpdateAppV2Forbidden) GetPayload

func (*UpdateAppV2Forbidden) ToJSONString

func (o *UpdateAppV2Forbidden) ToJSONString() string

type UpdateAppV2InternalServerError

type UpdateAppV2InternalServerError struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

UpdateAppV2InternalServerError handles this case with default header values.

Internal Server Error

func NewUpdateAppV2InternalServerError

func NewUpdateAppV2InternalServerError() *UpdateAppV2InternalServerError

NewUpdateAppV2InternalServerError creates a UpdateAppV2InternalServerError with default headers values

func (*UpdateAppV2InternalServerError) Error

func (*UpdateAppV2InternalServerError) GetPayload

func (*UpdateAppV2InternalServerError) ToJSONString

func (o *UpdateAppV2InternalServerError) ToJSONString() string

type UpdateAppV2NotFound

type UpdateAppV2NotFound struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

UpdateAppV2NotFound handles this case with default header values.

Not Found

func NewUpdateAppV2NotFound

func NewUpdateAppV2NotFound() *UpdateAppV2NotFound

NewUpdateAppV2NotFound creates a UpdateAppV2NotFound with default headers values

func (*UpdateAppV2NotFound) Error

func (o *UpdateAppV2NotFound) Error() string

func (*UpdateAppV2NotFound) GetPayload

func (*UpdateAppV2NotFound) ToJSONString

func (o *UpdateAppV2NotFound) ToJSONString() string

type UpdateAppV2OK

type UpdateAppV2OK struct {
	Payload *csmclientmodels.ApimodelAppItem
}

UpdateAppV2OK handles this case with default header values.

OK

func NewUpdateAppV2OK

func NewUpdateAppV2OK() *UpdateAppV2OK

NewUpdateAppV2OK creates a UpdateAppV2OK with default headers values

func (*UpdateAppV2OK) Error

func (o *UpdateAppV2OK) Error() string

func (*UpdateAppV2OK) GetPayload

func (*UpdateAppV2OK) ToJSONString

func (o *UpdateAppV2OK) ToJSONString() string

type UpdateAppV2Params

type UpdateAppV2Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *csmclientmodels.ApimodelUpdateAppV2Request
	/*App
	  App Name. Expected format: (^[A-Za-z0-9\-]*$)

	*/
	App string
	/*Namespace
	  Game Namespace

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

UpdateAppV2Params contains all the parameters to send to the API endpoint for the update app v2 operation typically these are written to a http.Request

func NewUpdateAppV2Params

func NewUpdateAppV2Params() *UpdateAppV2Params

NewUpdateAppV2Params creates a new UpdateAppV2Params object with the default values initialized.

func NewUpdateAppV2ParamsWithContext

func NewUpdateAppV2ParamsWithContext(ctx context.Context) *UpdateAppV2Params

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

func NewUpdateAppV2ParamsWithHTTPClient

func NewUpdateAppV2ParamsWithHTTPClient(client *http.Client) *UpdateAppV2Params

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

func NewUpdateAppV2ParamsWithTimeout

func NewUpdateAppV2ParamsWithTimeout(timeout time.Duration) *UpdateAppV2Params

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

func (*UpdateAppV2Params) SetApp

func (o *UpdateAppV2Params) SetApp(app string)

SetApp adds the app to the update app v2 params

func (*UpdateAppV2Params) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the update app v2 params

func (*UpdateAppV2Params) SetBody

SetBody adds the body to the update app v2 params

func (*UpdateAppV2Params) SetContext

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

SetContext adds the context to the update app v2 params

func (*UpdateAppV2Params) SetFlightId

func (o *UpdateAppV2Params) SetFlightId(flightId string)

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

func (*UpdateAppV2Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update app v2 params

func (*UpdateAppV2Params) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the update app v2 params

func (*UpdateAppV2Params) SetNamespace

func (o *UpdateAppV2Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the update app v2 params

func (*UpdateAppV2Params) SetTimeout

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

SetTimeout adds the timeout to the update app v2 params

func (*UpdateAppV2Params) WithApp

func (o *UpdateAppV2Params) WithApp(app string) *UpdateAppV2Params

WithApp adds the app to the update app v2 params

func (*UpdateAppV2Params) WithBody

WithBody adds the body to the update app v2 params

func (*UpdateAppV2Params) WithContext

func (o *UpdateAppV2Params) WithContext(ctx context.Context) *UpdateAppV2Params

WithContext adds the context to the update app v2 params

func (*UpdateAppV2Params) WithHTTPClient

func (o *UpdateAppV2Params) WithHTTPClient(client *http.Client) *UpdateAppV2Params

WithHTTPClient adds the HTTPClient to the update app v2 params

func (*UpdateAppV2Params) WithNamespace

func (o *UpdateAppV2Params) WithNamespace(namespace string) *UpdateAppV2Params

WithNamespace adds the namespace to the update app v2 params

func (*UpdateAppV2Params) WithTimeout

func (o *UpdateAppV2Params) WithTimeout(timeout time.Duration) *UpdateAppV2Params

WithTimeout adds the timeout to the update app v2 params

func (*UpdateAppV2Params) WriteToRequest

func (o *UpdateAppV2Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type UpdateAppV2Reader

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

UpdateAppV2Reader is a Reader for the UpdateAppV2 structure.

func (*UpdateAppV2Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateAppV2Unauthorized

type UpdateAppV2Unauthorized struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

UpdateAppV2Unauthorized handles this case with default header values.

Unauthorized

func NewUpdateAppV2Unauthorized

func NewUpdateAppV2Unauthorized() *UpdateAppV2Unauthorized

NewUpdateAppV2Unauthorized creates a UpdateAppV2Unauthorized with default headers values

func (*UpdateAppV2Unauthorized) Error

func (o *UpdateAppV2Unauthorized) Error() string

func (*UpdateAppV2Unauthorized) GetPayload

func (*UpdateAppV2Unauthorized) ToJSONString

func (o *UpdateAppV2Unauthorized) ToJSONString() string

Jump to

Keyboard shortcuts

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