app

package
v0.76.0 Latest Latest
Warning

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

Go to latest
Published: Jan 3, 2025 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 API

func (*Client) CreateAppV1 deprecated

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

CreateAppV1 creates new app for ab-extend customers Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:APP [CREATE]`

Creates new App for AB-Extend Customers

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

Default: `function-override`

func (*Client) CreateAppV1Short

func (a *Client) CreateAppV1Short(params *CreateAppV1Params, authInfo runtime.ClientAuthInfoWriter) (*CreateAppV1OK, error)

CreateAppV1Short creates new app for ab-extend customers Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:APP [CREATE]`

Creates new App for AB-Extend Customers

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

Default: `function-override`

func (*Client) DeleteAppV1 deprecated

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

DeleteAppV1 delete app by åpp name Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:APP [DELETE]`

Delete App by given DeploymentID

This endpoint intended to delete ECR repo, ECR manifests, service images, uninstall helm-release, and update the deleted_at in DB by given App Name.

Required: Valid Access Token

func (*Client) DeleteAppV1Short

func (a *Client) DeleteAppV1Short(params *DeleteAppV1Params, authInfo runtime.ClientAuthInfoWriter) (*DeleteAppV1NoContent, error)

DeleteAppV1Short delete app by åpp name Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:APP [DELETE]`

Delete App by given DeploymentID

This endpoint intended to delete ECR repo, ECR manifests, service images, uninstall helm-release, and update the deleted_at in DB by given App Name.

Required: Valid Access Token

func (*Client) GetAppListV1 deprecated

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

GetAppListV1 gets the list of apps for ab-extend customer Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:APP [READ]`

Gets the List of Apps for AB-Extend Customer

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

func (*Client) GetAppListV1Short

func (a *Client) GetAppListV1Short(params *GetAppListV1Params, authInfo runtime.ClientAuthInfoWriter) (*GetAppListV1OK, error)

GetAppListV1Short gets the list of apps for ab-extend customer Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:APP [READ]`

Gets the List of Apps for AB-Extend Customer

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

func (*Client) GetAppReleaseV1 deprecated

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

GetAppReleaseV1 gets the latest release version info of this app Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:APP [READ]`

Gets the Latest Release Version info of this App

func (*Client) GetAppReleaseV1Short

func (a *Client) GetAppReleaseV1Short(params *GetAppReleaseV1Params, authInfo runtime.ClientAuthInfoWriter) (*GetAppReleaseV1OK, error)

GetAppReleaseV1Short gets the latest release version info of this app Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:APP [READ]`

Gets the Latest Release Version info of this App

func (*Client) GetAppV1 deprecated

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

GetAppV1 gets the app by name Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:APP [READ]`

Gets the App By Name

func (*Client) GetAppV1Short

func (a *Client) GetAppV1Short(params *GetAppV1Params, authInfo runtime.ClientAuthInfoWriter) (*GetAppV1OK, error)

GetAppV1Short gets the app by name Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:APP [READ]`

Gets the App By Name

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) StartAppV1 deprecated

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

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

Starts the Application

func (*Client) StartAppV1Short

func (a *Client) StartAppV1Short(params *StartAppV1Params, authInfo runtime.ClientAuthInfoWriter) (*StartAppV1OK, error)

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

Starts the Application

func (*Client) StopAppV1 deprecated

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

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

Stops the Application

func (*Client) StopAppV1Short

func (a *Client) StopAppV1Short(params *StopAppV1Params, authInfo runtime.ClientAuthInfoWriter) (*StopAppV1OK, error)

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

Stops the Application

func (*Client) UpdateAppV1 deprecated

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

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

Update App Partially

func (*Client) UpdateAppV1Short

func (a *Client) UpdateAppV1Short(params *UpdateAppV1Params, authInfo runtime.ClientAuthInfoWriter) (*UpdateAppV1OK, error)

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

Update App Partially

type ClientService

type ClientService interface {
	GetAppListV1(params *GetAppListV1Params, authInfo runtime.ClientAuthInfoWriter) (*GetAppListV1OK, *GetAppListV1BadRequest, *GetAppListV1Unauthorized, *GetAppListV1Forbidden, *GetAppListV1NotFound, *GetAppListV1InternalServerError, error)
	GetAppListV1Short(params *GetAppListV1Params, authInfo runtime.ClientAuthInfoWriter) (*GetAppListV1OK, error)
	GetAppV1(params *GetAppV1Params, authInfo runtime.ClientAuthInfoWriter) (*GetAppV1OK, *GetAppV1Unauthorized, *GetAppV1Forbidden, *GetAppV1NotFound, *GetAppV1InternalServerError, error)
	GetAppV1Short(params *GetAppV1Params, authInfo runtime.ClientAuthInfoWriter) (*GetAppV1OK, error)
	CreateAppV1(params *CreateAppV1Params, authInfo runtime.ClientAuthInfoWriter) (*CreateAppV1OK, *CreateAppV1BadRequest, *CreateAppV1Unauthorized, *CreateAppV1Forbidden, *CreateAppV1NotFound, *CreateAppV1Conflict, *CreateAppV1InternalServerError, error)
	CreateAppV1Short(params *CreateAppV1Params, authInfo runtime.ClientAuthInfoWriter) (*CreateAppV1OK, error)
	DeleteAppV1(params *DeleteAppV1Params, authInfo runtime.ClientAuthInfoWriter) (*DeleteAppV1NoContent, *DeleteAppV1BadRequest, *DeleteAppV1Unauthorized, *DeleteAppV1Forbidden, *DeleteAppV1NotFound, *DeleteAppV1InternalServerError, error)
	DeleteAppV1Short(params *DeleteAppV1Params, authInfo runtime.ClientAuthInfoWriter) (*DeleteAppV1NoContent, error)
	UpdateAppV1(params *UpdateAppV1Params, authInfo runtime.ClientAuthInfoWriter) (*UpdateAppV1OK, *UpdateAppV1BadRequest, *UpdateAppV1Unauthorized, *UpdateAppV1Forbidden, *UpdateAppV1NotFound, *UpdateAppV1InternalServerError, error)
	UpdateAppV1Short(params *UpdateAppV1Params, authInfo runtime.ClientAuthInfoWriter) (*UpdateAppV1OK, error)
	GetAppReleaseV1(params *GetAppReleaseV1Params, authInfo runtime.ClientAuthInfoWriter) (*GetAppReleaseV1OK, *GetAppReleaseV1Unauthorized, *GetAppReleaseV1Forbidden, *GetAppReleaseV1NotFound, *GetAppReleaseV1InternalServerError, error)
	GetAppReleaseV1Short(params *GetAppReleaseV1Params, authInfo runtime.ClientAuthInfoWriter) (*GetAppReleaseV1OK, error)
	StartAppV1(params *StartAppV1Params, authInfo runtime.ClientAuthInfoWriter) (*StartAppV1OK, *StartAppV1BadRequest, *StartAppV1Unauthorized, *StartAppV1Forbidden, *StartAppV1NotFound, *StartAppV1InternalServerError, error)
	StartAppV1Short(params *StartAppV1Params, authInfo runtime.ClientAuthInfoWriter) (*StartAppV1OK, error)
	StopAppV1(params *StopAppV1Params, authInfo runtime.ClientAuthInfoWriter) (*StopAppV1OK, *StopAppV1BadRequest, *StopAppV1Unauthorized, *StopAppV1Forbidden, *StopAppV1NotFound, *StopAppV1InternalServerError, error)
	StopAppV1Short(params *StopAppV1Params, authInfo runtime.ClientAuthInfoWriter) (*StopAppV1OK, 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 API client.

type CreateAppV1BadRequest

type CreateAppV1BadRequest struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

CreateAppV1BadRequest handles this case with default header values.

Bad Request

func NewCreateAppV1BadRequest

func NewCreateAppV1BadRequest() *CreateAppV1BadRequest

NewCreateAppV1BadRequest creates a CreateAppV1BadRequest with default headers values

func (*CreateAppV1BadRequest) Error

func (o *CreateAppV1BadRequest) Error() string

func (*CreateAppV1BadRequest) GetPayload

func (*CreateAppV1BadRequest) ToJSONString

func (o *CreateAppV1BadRequest) ToJSONString() string

type CreateAppV1Conflict

type CreateAppV1Conflict struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

CreateAppV1Conflict handles this case with default header values.

Conflict

func NewCreateAppV1Conflict

func NewCreateAppV1Conflict() *CreateAppV1Conflict

NewCreateAppV1Conflict creates a CreateAppV1Conflict with default headers values

func (*CreateAppV1Conflict) Error

func (o *CreateAppV1Conflict) Error() string

func (*CreateAppV1Conflict) GetPayload

func (*CreateAppV1Conflict) ToJSONString

func (o *CreateAppV1Conflict) ToJSONString() string

type CreateAppV1Forbidden

type CreateAppV1Forbidden struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

CreateAppV1Forbidden handles this case with default header values.

Forbidden

func NewCreateAppV1Forbidden

func NewCreateAppV1Forbidden() *CreateAppV1Forbidden

NewCreateAppV1Forbidden creates a CreateAppV1Forbidden with default headers values

func (*CreateAppV1Forbidden) Error

func (o *CreateAppV1Forbidden) Error() string

func (*CreateAppV1Forbidden) GetPayload

func (*CreateAppV1Forbidden) ToJSONString

func (o *CreateAppV1Forbidden) ToJSONString() string

type CreateAppV1InternalServerError

type CreateAppV1InternalServerError struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

CreateAppV1InternalServerError handles this case with default header values.

Internal Server Error

func NewCreateAppV1InternalServerError

func NewCreateAppV1InternalServerError() *CreateAppV1InternalServerError

NewCreateAppV1InternalServerError creates a CreateAppV1InternalServerError with default headers values

func (*CreateAppV1InternalServerError) Error

func (*CreateAppV1InternalServerError) GetPayload

func (*CreateAppV1InternalServerError) ToJSONString

func (o *CreateAppV1InternalServerError) ToJSONString() string

type CreateAppV1NotFound

type CreateAppV1NotFound struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

CreateAppV1NotFound handles this case with default header values.

Not Found

func NewCreateAppV1NotFound

func NewCreateAppV1NotFound() *CreateAppV1NotFound

NewCreateAppV1NotFound creates a CreateAppV1NotFound with default headers values

func (*CreateAppV1NotFound) Error

func (o *CreateAppV1NotFound) Error() string

func (*CreateAppV1NotFound) GetPayload

func (*CreateAppV1NotFound) ToJSONString

func (o *CreateAppV1NotFound) ToJSONString() string

type CreateAppV1OK

type CreateAppV1OK struct {
	Payload *csmclientmodels.GeneratedCreateAppV1Response
}

CreateAppV1OK handles this case with default header values.

OK

func NewCreateAppV1OK

func NewCreateAppV1OK() *CreateAppV1OK

NewCreateAppV1OK creates a CreateAppV1OK with default headers values

func (*CreateAppV1OK) Error

func (o *CreateAppV1OK) Error() string

func (*CreateAppV1OK) GetPayload

func (*CreateAppV1OK) ToJSONString

func (o *CreateAppV1OK) ToJSONString() string

type CreateAppV1Params

type CreateAppV1Params struct {

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

	*/
	App string
	/*Namespace
	  Game Name

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

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

func NewCreateAppV1Params

func NewCreateAppV1Params() *CreateAppV1Params

NewCreateAppV1Params creates a new CreateAppV1Params object with the default values initialized.

func NewCreateAppV1ParamsWithContext

func NewCreateAppV1ParamsWithContext(ctx context.Context) *CreateAppV1Params

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

func NewCreateAppV1ParamsWithHTTPClient

func NewCreateAppV1ParamsWithHTTPClient(client *http.Client) *CreateAppV1Params

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

func NewCreateAppV1ParamsWithTimeout

func NewCreateAppV1ParamsWithTimeout(timeout time.Duration) *CreateAppV1Params

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

func (*CreateAppV1Params) SetApp

func (o *CreateAppV1Params) SetApp(app string)

SetApp adds the app to the create app v1 params

func (*CreateAppV1Params) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the create app v1 params

func (*CreateAppV1Params) SetBody

SetBody adds the body to the create app v1 params

func (*CreateAppV1Params) SetContext

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

SetContext adds the context to the create app v1 params

func (*CreateAppV1Params) SetFlightId

func (o *CreateAppV1Params) SetFlightId(flightId string)

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

func (*CreateAppV1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create app v1 params

func (*CreateAppV1Params) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the create app v1 params

func (*CreateAppV1Params) SetNamespace

func (o *CreateAppV1Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the create app v1 params

func (*CreateAppV1Params) SetTimeout

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

SetTimeout adds the timeout to the create app v1 params

func (*CreateAppV1Params) WithApp

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

WithApp adds the app to the create app v1 params

func (*CreateAppV1Params) WithBody

WithBody adds the body to the create app v1 params

func (*CreateAppV1Params) WithContext

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

WithContext adds the context to the create app v1 params

func (*CreateAppV1Params) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the create app v1 params

func (*CreateAppV1Params) WithNamespace

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

WithNamespace adds the namespace to the create app v1 params

func (*CreateAppV1Params) WithTimeout

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

WithTimeout adds the timeout to the create app v1 params

func (*CreateAppV1Params) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type CreateAppV1Reader

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

CreateAppV1Reader is a Reader for the CreateAppV1 structure.

func (*CreateAppV1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateAppV1Unauthorized

type CreateAppV1Unauthorized struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

CreateAppV1Unauthorized handles this case with default header values.

Unauthorized

func NewCreateAppV1Unauthorized

func NewCreateAppV1Unauthorized() *CreateAppV1Unauthorized

NewCreateAppV1Unauthorized creates a CreateAppV1Unauthorized with default headers values

func (*CreateAppV1Unauthorized) Error

func (o *CreateAppV1Unauthorized) Error() string

func (*CreateAppV1Unauthorized) GetPayload

func (*CreateAppV1Unauthorized) ToJSONString

func (o *CreateAppV1Unauthorized) ToJSONString() string

type DeleteAppV1BadRequest

type DeleteAppV1BadRequest struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

DeleteAppV1BadRequest handles this case with default header values.

Bad Request

func NewDeleteAppV1BadRequest

func NewDeleteAppV1BadRequest() *DeleteAppV1BadRequest

NewDeleteAppV1BadRequest creates a DeleteAppV1BadRequest with default headers values

func (*DeleteAppV1BadRequest) Error

func (o *DeleteAppV1BadRequest) Error() string

func (*DeleteAppV1BadRequest) GetPayload

func (*DeleteAppV1BadRequest) ToJSONString

func (o *DeleteAppV1BadRequest) ToJSONString() string

type DeleteAppV1Forbidden

type DeleteAppV1Forbidden struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

DeleteAppV1Forbidden handles this case with default header values.

Forbidden

func NewDeleteAppV1Forbidden

func NewDeleteAppV1Forbidden() *DeleteAppV1Forbidden

NewDeleteAppV1Forbidden creates a DeleteAppV1Forbidden with default headers values

func (*DeleteAppV1Forbidden) Error

func (o *DeleteAppV1Forbidden) Error() string

func (*DeleteAppV1Forbidden) GetPayload

func (*DeleteAppV1Forbidden) ToJSONString

func (o *DeleteAppV1Forbidden) ToJSONString() string

type DeleteAppV1InternalServerError

type DeleteAppV1InternalServerError struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

DeleteAppV1InternalServerError handles this case with default header values.

Internal Server Error

func NewDeleteAppV1InternalServerError

func NewDeleteAppV1InternalServerError() *DeleteAppV1InternalServerError

NewDeleteAppV1InternalServerError creates a DeleteAppV1InternalServerError with default headers values

func (*DeleteAppV1InternalServerError) Error

func (*DeleteAppV1InternalServerError) GetPayload

func (*DeleteAppV1InternalServerError) ToJSONString

func (o *DeleteAppV1InternalServerError) ToJSONString() string

type DeleteAppV1NoContent

type DeleteAppV1NoContent struct {
}

DeleteAppV1NoContent handles this case with default header values.

func NewDeleteAppV1NoContent

func NewDeleteAppV1NoContent() *DeleteAppV1NoContent

NewDeleteAppV1NoContent creates a DeleteAppV1NoContent with default headers values

func (*DeleteAppV1NoContent) Error

func (o *DeleteAppV1NoContent) Error() string

type DeleteAppV1NotFound

type DeleteAppV1NotFound struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

DeleteAppV1NotFound handles this case with default header values.

Not Found

func NewDeleteAppV1NotFound

func NewDeleteAppV1NotFound() *DeleteAppV1NotFound

NewDeleteAppV1NotFound creates a DeleteAppV1NotFound with default headers values

func (*DeleteAppV1NotFound) Error

func (o *DeleteAppV1NotFound) Error() string

func (*DeleteAppV1NotFound) GetPayload

func (*DeleteAppV1NotFound) ToJSONString

func (o *DeleteAppV1NotFound) ToJSONString() string

type DeleteAppV1Params

type DeleteAppV1Params struct {

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

	*/
	App string
	/*Namespace
	  Game Name

	*/
	Namespace string
	/*Forced
	  Force App Deletion

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

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

func NewDeleteAppV1Params

func NewDeleteAppV1Params() *DeleteAppV1Params

NewDeleteAppV1Params creates a new DeleteAppV1Params object with the default values initialized.

func NewDeleteAppV1ParamsWithContext

func NewDeleteAppV1ParamsWithContext(ctx context.Context) *DeleteAppV1Params

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

func NewDeleteAppV1ParamsWithHTTPClient

func NewDeleteAppV1ParamsWithHTTPClient(client *http.Client) *DeleteAppV1Params

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

func NewDeleteAppV1ParamsWithTimeout

func NewDeleteAppV1ParamsWithTimeout(timeout time.Duration) *DeleteAppV1Params

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

func (*DeleteAppV1Params) SetApp

func (o *DeleteAppV1Params) SetApp(app string)

SetApp adds the app to the delete app v1 params

func (*DeleteAppV1Params) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the delete app v1 params

func (*DeleteAppV1Params) SetContext

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

SetContext adds the context to the delete app v1 params

func (*DeleteAppV1Params) SetFlightId

func (o *DeleteAppV1Params) SetFlightId(flightId string)

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

func (*DeleteAppV1Params) SetForced

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

SetForced adds the forced to the delete app v1 params

func (*DeleteAppV1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete app v1 params

func (*DeleteAppV1Params) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the delete app v1 params

func (*DeleteAppV1Params) SetNamespace

func (o *DeleteAppV1Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the delete app v1 params

func (*DeleteAppV1Params) SetTimeout

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

SetTimeout adds the timeout to the delete app v1 params

func (*DeleteAppV1Params) WithApp

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

WithApp adds the app to the delete app v1 params

func (*DeleteAppV1Params) WithContext

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

WithContext adds the context to the delete app v1 params

func (*DeleteAppV1Params) WithForced

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

WithForced adds the forced to the delete app v1 params

func (*DeleteAppV1Params) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete app v1 params

func (*DeleteAppV1Params) WithNamespace

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

WithNamespace adds the namespace to the delete app v1 params

func (*DeleteAppV1Params) WithTimeout

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

WithTimeout adds the timeout to the delete app v1 params

func (*DeleteAppV1Params) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type DeleteAppV1Reader

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

DeleteAppV1Reader is a Reader for the DeleteAppV1 structure.

func (*DeleteAppV1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteAppV1Unauthorized

type DeleteAppV1Unauthorized struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

DeleteAppV1Unauthorized handles this case with default header values.

Unauthorized

func NewDeleteAppV1Unauthorized

func NewDeleteAppV1Unauthorized() *DeleteAppV1Unauthorized

NewDeleteAppV1Unauthorized creates a DeleteAppV1Unauthorized with default headers values

func (*DeleteAppV1Unauthorized) Error

func (o *DeleteAppV1Unauthorized) Error() string

func (*DeleteAppV1Unauthorized) GetPayload

func (*DeleteAppV1Unauthorized) ToJSONString

func (o *DeleteAppV1Unauthorized) ToJSONString() string

type GetAppListV1BadRequest

type GetAppListV1BadRequest struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

GetAppListV1BadRequest handles this case with default header values.

Bad Request

func NewGetAppListV1BadRequest

func NewGetAppListV1BadRequest() *GetAppListV1BadRequest

NewGetAppListV1BadRequest creates a GetAppListV1BadRequest with default headers values

func (*GetAppListV1BadRequest) Error

func (o *GetAppListV1BadRequest) Error() string

func (*GetAppListV1BadRequest) GetPayload

func (*GetAppListV1BadRequest) ToJSONString

func (o *GetAppListV1BadRequest) ToJSONString() string

type GetAppListV1Forbidden

type GetAppListV1Forbidden struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

GetAppListV1Forbidden handles this case with default header values.

Forbidden

func NewGetAppListV1Forbidden

func NewGetAppListV1Forbidden() *GetAppListV1Forbidden

NewGetAppListV1Forbidden creates a GetAppListV1Forbidden with default headers values

func (*GetAppListV1Forbidden) Error

func (o *GetAppListV1Forbidden) Error() string

func (*GetAppListV1Forbidden) GetPayload

func (*GetAppListV1Forbidden) ToJSONString

func (o *GetAppListV1Forbidden) ToJSONString() string

type GetAppListV1InternalServerError

type GetAppListV1InternalServerError struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

GetAppListV1InternalServerError handles this case with default header values.

Internal Server Error

func NewGetAppListV1InternalServerError

func NewGetAppListV1InternalServerError() *GetAppListV1InternalServerError

NewGetAppListV1InternalServerError creates a GetAppListV1InternalServerError with default headers values

func (*GetAppListV1InternalServerError) Error

func (*GetAppListV1InternalServerError) GetPayload

func (*GetAppListV1InternalServerError) ToJSONString

func (o *GetAppListV1InternalServerError) ToJSONString() string

type GetAppListV1NotFound

type GetAppListV1NotFound struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

GetAppListV1NotFound handles this case with default header values.

Not Found

func NewGetAppListV1NotFound

func NewGetAppListV1NotFound() *GetAppListV1NotFound

NewGetAppListV1NotFound creates a GetAppListV1NotFound with default headers values

func (*GetAppListV1NotFound) Error

func (o *GetAppListV1NotFound) Error() string

func (*GetAppListV1NotFound) GetPayload

func (*GetAppListV1NotFound) ToJSONString

func (o *GetAppListV1NotFound) ToJSONString() string

type GetAppListV1OK

type GetAppListV1OK struct {
	Payload *csmclientmodels.GeneratedGetAppListV1Response
}

GetAppListV1OK handles this case with default header values.

func NewGetAppListV1OK

func NewGetAppListV1OK() *GetAppListV1OK

NewGetAppListV1OK creates a GetAppListV1OK with default headers values

func (*GetAppListV1OK) Error

func (o *GetAppListV1OK) Error() string

func (*GetAppListV1OK) GetPayload

func (*GetAppListV1OK) ToJSONString

func (o *GetAppListV1OK) ToJSONString() string

type GetAppListV1Params

type GetAppListV1Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *csmclientmodels.GeneratedGetAppListV1Request
	/*Namespace
	  Game Name

	*/
	Namespace string
	/*Limit
	  Limit

	*/
	Limit *int64
	/*Offset
	  Offset

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

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

func NewGetAppListV1Params

func NewGetAppListV1Params() *GetAppListV1Params

NewGetAppListV1Params creates a new GetAppListV1Params object with the default values initialized.

func NewGetAppListV1ParamsWithContext

func NewGetAppListV1ParamsWithContext(ctx context.Context) *GetAppListV1Params

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

func NewGetAppListV1ParamsWithHTTPClient

func NewGetAppListV1ParamsWithHTTPClient(client *http.Client) *GetAppListV1Params

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

func NewGetAppListV1ParamsWithTimeout

func NewGetAppListV1ParamsWithTimeout(timeout time.Duration) *GetAppListV1Params

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

func (*GetAppListV1Params) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the get app list v1 params

func (*GetAppListV1Params) SetBody

SetBody adds the body to the get app list v1 params

func (*GetAppListV1Params) SetContext

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

SetContext adds the context to the get app list v1 params

func (*GetAppListV1Params) SetFlightId

func (o *GetAppListV1Params) SetFlightId(flightId string)

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

func (*GetAppListV1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get app list v1 params

func (*GetAppListV1Params) SetHTTPClientTransport

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

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

func (*GetAppListV1Params) SetLimit

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

SetLimit adds the limit to the get app list v1 params

func (*GetAppListV1Params) SetNamespace

func (o *GetAppListV1Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the get app list v1 params

func (*GetAppListV1Params) SetOffset

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

SetOffset adds the offset to the get app list v1 params

func (*GetAppListV1Params) SetTimeout

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

SetTimeout adds the timeout to the get app list v1 params

func (*GetAppListV1Params) WithBody

WithBody adds the body to the get app list v1 params

func (*GetAppListV1Params) WithContext

WithContext adds the context to the get app list v1 params

func (*GetAppListV1Params) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get app list v1 params

func (*GetAppListV1Params) WithLimit

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

WithLimit adds the limit to the get app list v1 params

func (*GetAppListV1Params) WithNamespace

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

WithNamespace adds the namespace to the get app list v1 params

func (*GetAppListV1Params) WithOffset

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

WithOffset adds the offset to the get app list v1 params

func (*GetAppListV1Params) WithTimeout

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

WithTimeout adds the timeout to the get app list v1 params

func (*GetAppListV1Params) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetAppListV1Reader

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

GetAppListV1Reader is a Reader for the GetAppListV1 structure.

func (*GetAppListV1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAppListV1Unauthorized

type GetAppListV1Unauthorized struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

GetAppListV1Unauthorized handles this case with default header values.

Unauthorized

func NewGetAppListV1Unauthorized

func NewGetAppListV1Unauthorized() *GetAppListV1Unauthorized

NewGetAppListV1Unauthorized creates a GetAppListV1Unauthorized with default headers values

func (*GetAppListV1Unauthorized) Error

func (o *GetAppListV1Unauthorized) Error() string

func (*GetAppListV1Unauthorized) GetPayload

func (*GetAppListV1Unauthorized) ToJSONString

func (o *GetAppListV1Unauthorized) ToJSONString() string

type GetAppReleaseV1Forbidden

type GetAppReleaseV1Forbidden struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

GetAppReleaseV1Forbidden handles this case with default header values.

Forbidden

func NewGetAppReleaseV1Forbidden

func NewGetAppReleaseV1Forbidden() *GetAppReleaseV1Forbidden

NewGetAppReleaseV1Forbidden creates a GetAppReleaseV1Forbidden with default headers values

func (*GetAppReleaseV1Forbidden) Error

func (o *GetAppReleaseV1Forbidden) Error() string

func (*GetAppReleaseV1Forbidden) GetPayload

func (*GetAppReleaseV1Forbidden) ToJSONString

func (o *GetAppReleaseV1Forbidden) ToJSONString() string

type GetAppReleaseV1InternalServerError

type GetAppReleaseV1InternalServerError struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

GetAppReleaseV1InternalServerError handles this case with default header values.

Internal Server Error

func NewGetAppReleaseV1InternalServerError

func NewGetAppReleaseV1InternalServerError() *GetAppReleaseV1InternalServerError

NewGetAppReleaseV1InternalServerError creates a GetAppReleaseV1InternalServerError with default headers values

func (*GetAppReleaseV1InternalServerError) Error

func (*GetAppReleaseV1InternalServerError) GetPayload

func (*GetAppReleaseV1InternalServerError) ToJSONString

func (o *GetAppReleaseV1InternalServerError) ToJSONString() string

type GetAppReleaseV1NotFound

type GetAppReleaseV1NotFound struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

GetAppReleaseV1NotFound handles this case with default header values.

Not Found

func NewGetAppReleaseV1NotFound

func NewGetAppReleaseV1NotFound() *GetAppReleaseV1NotFound

NewGetAppReleaseV1NotFound creates a GetAppReleaseV1NotFound with default headers values

func (*GetAppReleaseV1NotFound) Error

func (o *GetAppReleaseV1NotFound) Error() string

func (*GetAppReleaseV1NotFound) GetPayload

func (*GetAppReleaseV1NotFound) ToJSONString

func (o *GetAppReleaseV1NotFound) ToJSONString() string

type GetAppReleaseV1OK

type GetAppReleaseV1OK struct {
	Payload *csmclientmodels.GeneratedGetAppReleaseV1Response
}

GetAppReleaseV1OK handles this case with default header values.

func NewGetAppReleaseV1OK

func NewGetAppReleaseV1OK() *GetAppReleaseV1OK

NewGetAppReleaseV1OK creates a GetAppReleaseV1OK with default headers values

func (*GetAppReleaseV1OK) Error

func (o *GetAppReleaseV1OK) Error() string

func (*GetAppReleaseV1OK) GetPayload

func (*GetAppReleaseV1OK) ToJSONString

func (o *GetAppReleaseV1OK) ToJSONString() string

type GetAppReleaseV1Params

type GetAppReleaseV1Params struct {

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

	*/
	App string
	/*Namespace
	  Game Name

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

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

func NewGetAppReleaseV1Params

func NewGetAppReleaseV1Params() *GetAppReleaseV1Params

NewGetAppReleaseV1Params creates a new GetAppReleaseV1Params object with the default values initialized.

func NewGetAppReleaseV1ParamsWithContext

func NewGetAppReleaseV1ParamsWithContext(ctx context.Context) *GetAppReleaseV1Params

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

func NewGetAppReleaseV1ParamsWithHTTPClient

func NewGetAppReleaseV1ParamsWithHTTPClient(client *http.Client) *GetAppReleaseV1Params

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

func NewGetAppReleaseV1ParamsWithTimeout

func NewGetAppReleaseV1ParamsWithTimeout(timeout time.Duration) *GetAppReleaseV1Params

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

func (*GetAppReleaseV1Params) SetApp

func (o *GetAppReleaseV1Params) SetApp(app string)

SetApp adds the app to the get app release v1 params

func (*GetAppReleaseV1Params) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the get app release v1 params

func (*GetAppReleaseV1Params) SetContext

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

SetContext adds the context to the get app release v1 params

func (*GetAppReleaseV1Params) SetFlightId

func (o *GetAppReleaseV1Params) SetFlightId(flightId string)

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

func (*GetAppReleaseV1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get app release v1 params

func (*GetAppReleaseV1Params) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the get app release v1 params

func (*GetAppReleaseV1Params) SetNamespace

func (o *GetAppReleaseV1Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the get app release v1 params

func (*GetAppReleaseV1Params) SetTimeout

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

SetTimeout adds the timeout to the get app release v1 params

func (*GetAppReleaseV1Params) WithApp

WithApp adds the app to the get app release v1 params

func (*GetAppReleaseV1Params) WithContext

WithContext adds the context to the get app release v1 params

func (*GetAppReleaseV1Params) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get app release v1 params

func (*GetAppReleaseV1Params) WithNamespace

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

WithNamespace adds the namespace to the get app release v1 params

func (*GetAppReleaseV1Params) WithTimeout

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

WithTimeout adds the timeout to the get app release v1 params

func (*GetAppReleaseV1Params) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetAppReleaseV1Reader

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

GetAppReleaseV1Reader is a Reader for the GetAppReleaseV1 structure.

func (*GetAppReleaseV1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAppReleaseV1Unauthorized

type GetAppReleaseV1Unauthorized struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

GetAppReleaseV1Unauthorized handles this case with default header values.

Unauthorized

func NewGetAppReleaseV1Unauthorized

func NewGetAppReleaseV1Unauthorized() *GetAppReleaseV1Unauthorized

NewGetAppReleaseV1Unauthorized creates a GetAppReleaseV1Unauthorized with default headers values

func (*GetAppReleaseV1Unauthorized) Error

func (*GetAppReleaseV1Unauthorized) GetPayload

func (*GetAppReleaseV1Unauthorized) ToJSONString

func (o *GetAppReleaseV1Unauthorized) ToJSONString() string

type GetAppV1Forbidden

type GetAppV1Forbidden struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

GetAppV1Forbidden handles this case with default header values.

Forbidden

func NewGetAppV1Forbidden

func NewGetAppV1Forbidden() *GetAppV1Forbidden

NewGetAppV1Forbidden creates a GetAppV1Forbidden with default headers values

func (*GetAppV1Forbidden) Error

func (o *GetAppV1Forbidden) Error() string

func (*GetAppV1Forbidden) GetPayload

func (*GetAppV1Forbidden) ToJSONString

func (o *GetAppV1Forbidden) ToJSONString() string

type GetAppV1InternalServerError

type GetAppV1InternalServerError struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

GetAppV1InternalServerError handles this case with default header values.

Internal Server Error

func NewGetAppV1InternalServerError

func NewGetAppV1InternalServerError() *GetAppV1InternalServerError

NewGetAppV1InternalServerError creates a GetAppV1InternalServerError with default headers values

func (*GetAppV1InternalServerError) Error

func (*GetAppV1InternalServerError) GetPayload

func (*GetAppV1InternalServerError) ToJSONString

func (o *GetAppV1InternalServerError) ToJSONString() string

type GetAppV1NotFound

type GetAppV1NotFound struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

GetAppV1NotFound handles this case with default header values.

Not Found

func NewGetAppV1NotFound

func NewGetAppV1NotFound() *GetAppV1NotFound

NewGetAppV1NotFound creates a GetAppV1NotFound with default headers values

func (*GetAppV1NotFound) Error

func (o *GetAppV1NotFound) Error() string

func (*GetAppV1NotFound) GetPayload

func (*GetAppV1NotFound) ToJSONString

func (o *GetAppV1NotFound) ToJSONString() string

type GetAppV1OK

type GetAppV1OK struct {
	Payload *csmclientmodels.GeneratedGetAppV1Response
}

GetAppV1OK handles this case with default header values.

func NewGetAppV1OK

func NewGetAppV1OK() *GetAppV1OK

NewGetAppV1OK creates a GetAppV1OK with default headers values

func (*GetAppV1OK) Error

func (o *GetAppV1OK) Error() string

func (*GetAppV1OK) GetPayload

func (*GetAppV1OK) ToJSONString

func (o *GetAppV1OK) ToJSONString() string

type GetAppV1Params

type GetAppV1Params struct {

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

	*/
	App string
	/*Namespace
	  Game Name

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

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

func NewGetAppV1Params

func NewGetAppV1Params() *GetAppV1Params

NewGetAppV1Params creates a new GetAppV1Params object with the default values initialized.

func NewGetAppV1ParamsWithContext

func NewGetAppV1ParamsWithContext(ctx context.Context) *GetAppV1Params

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

func NewGetAppV1ParamsWithHTTPClient

func NewGetAppV1ParamsWithHTTPClient(client *http.Client) *GetAppV1Params

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

func NewGetAppV1ParamsWithTimeout

func NewGetAppV1ParamsWithTimeout(timeout time.Duration) *GetAppV1Params

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

func (*GetAppV1Params) SetApp

func (o *GetAppV1Params) SetApp(app string)

SetApp adds the app to the get app v1 params

func (*GetAppV1Params) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the get app v1 params

func (*GetAppV1Params) SetContext

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

SetContext adds the context to the get app v1 params

func (*GetAppV1Params) SetFlightId

func (o *GetAppV1Params) SetFlightId(flightId string)

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

func (*GetAppV1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get app v1 params

func (*GetAppV1Params) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the get app v1 params

func (*GetAppV1Params) SetNamespace

func (o *GetAppV1Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the get app v1 params

func (*GetAppV1Params) SetTimeout

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

SetTimeout adds the timeout to the get app v1 params

func (*GetAppV1Params) WithApp

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

WithApp adds the app to the get app v1 params

func (*GetAppV1Params) WithContext

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

WithContext adds the context to the get app v1 params

func (*GetAppV1Params) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get app v1 params

func (*GetAppV1Params) WithNamespace

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

WithNamespace adds the namespace to the get app v1 params

func (*GetAppV1Params) WithTimeout

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

WithTimeout adds the timeout to the get app v1 params

func (*GetAppV1Params) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetAppV1Reader

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

GetAppV1Reader is a Reader for the GetAppV1 structure.

func (*GetAppV1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAppV1Unauthorized

type GetAppV1Unauthorized struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

GetAppV1Unauthorized handles this case with default header values.

Unauthorized

func NewGetAppV1Unauthorized

func NewGetAppV1Unauthorized() *GetAppV1Unauthorized

NewGetAppV1Unauthorized creates a GetAppV1Unauthorized with default headers values

func (*GetAppV1Unauthorized) Error

func (o *GetAppV1Unauthorized) Error() string

func (*GetAppV1Unauthorized) GetPayload

func (*GetAppV1Unauthorized) ToJSONString

func (o *GetAppV1Unauthorized) ToJSONString() string

type StartAppV1BadRequest

type StartAppV1BadRequest struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

StartAppV1BadRequest handles this case with default header values.

Bad Request

func NewStartAppV1BadRequest

func NewStartAppV1BadRequest() *StartAppV1BadRequest

NewStartAppV1BadRequest creates a StartAppV1BadRequest with default headers values

func (*StartAppV1BadRequest) Error

func (o *StartAppV1BadRequest) Error() string

func (*StartAppV1BadRequest) GetPayload

func (*StartAppV1BadRequest) ToJSONString

func (o *StartAppV1BadRequest) ToJSONString() string

type StartAppV1Forbidden

type StartAppV1Forbidden struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

StartAppV1Forbidden handles this case with default header values.

Forbidden

func NewStartAppV1Forbidden

func NewStartAppV1Forbidden() *StartAppV1Forbidden

NewStartAppV1Forbidden creates a StartAppV1Forbidden with default headers values

func (*StartAppV1Forbidden) Error

func (o *StartAppV1Forbidden) Error() string

func (*StartAppV1Forbidden) GetPayload

func (*StartAppV1Forbidden) ToJSONString

func (o *StartAppV1Forbidden) ToJSONString() string

type StartAppV1InternalServerError

type StartAppV1InternalServerError struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

StartAppV1InternalServerError handles this case with default header values.

Internal Server Error

func NewStartAppV1InternalServerError

func NewStartAppV1InternalServerError() *StartAppV1InternalServerError

NewStartAppV1InternalServerError creates a StartAppV1InternalServerError with default headers values

func (*StartAppV1InternalServerError) Error

func (*StartAppV1InternalServerError) GetPayload

func (*StartAppV1InternalServerError) ToJSONString

func (o *StartAppV1InternalServerError) ToJSONString() string

type StartAppV1NotFound

type StartAppV1NotFound struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

StartAppV1NotFound handles this case with default header values.

Not Found

func NewStartAppV1NotFound

func NewStartAppV1NotFound() *StartAppV1NotFound

NewStartAppV1NotFound creates a StartAppV1NotFound with default headers values

func (*StartAppV1NotFound) Error

func (o *StartAppV1NotFound) Error() string

func (*StartAppV1NotFound) GetPayload

func (*StartAppV1NotFound) ToJSONString

func (o *StartAppV1NotFound) ToJSONString() string

type StartAppV1OK

type StartAppV1OK struct {
	Payload *csmclientmodels.GeneratedStartAppV1Response
}

StartAppV1OK handles this case with default header values.

OK

func NewStartAppV1OK

func NewStartAppV1OK() *StartAppV1OK

NewStartAppV1OK creates a StartAppV1OK with default headers values

func (*StartAppV1OK) Error

func (o *StartAppV1OK) Error() string

func (*StartAppV1OK) GetPayload

func (*StartAppV1OK) ToJSONString

func (o *StartAppV1OK) ToJSONString() string

type StartAppV1Params

type StartAppV1Params struct {

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

	*/
	App string
	/*Namespace
	  Game Name

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

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

func NewStartAppV1Params

func NewStartAppV1Params() *StartAppV1Params

NewStartAppV1Params creates a new StartAppV1Params object with the default values initialized.

func NewStartAppV1ParamsWithContext

func NewStartAppV1ParamsWithContext(ctx context.Context) *StartAppV1Params

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

func NewStartAppV1ParamsWithHTTPClient

func NewStartAppV1ParamsWithHTTPClient(client *http.Client) *StartAppV1Params

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

func NewStartAppV1ParamsWithTimeout

func NewStartAppV1ParamsWithTimeout(timeout time.Duration) *StartAppV1Params

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

func (*StartAppV1Params) SetApp

func (o *StartAppV1Params) SetApp(app string)

SetApp adds the app to the start app v1 params

func (*StartAppV1Params) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the start app v1 params

func (*StartAppV1Params) SetBody

SetBody adds the body to the start app v1 params

func (*StartAppV1Params) SetContext

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

SetContext adds the context to the start app v1 params

func (*StartAppV1Params) SetFlightId

func (o *StartAppV1Params) SetFlightId(flightId string)

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

func (*StartAppV1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the start app v1 params

func (*StartAppV1Params) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the start app v1 params

func (*StartAppV1Params) SetNamespace

func (o *StartAppV1Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the start app v1 params

func (*StartAppV1Params) SetTimeout

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

SetTimeout adds the timeout to the start app v1 params

func (*StartAppV1Params) WithApp

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

WithApp adds the app to the start app v1 params

func (*StartAppV1Params) WithBody

WithBody adds the body to the start app v1 params

func (*StartAppV1Params) WithContext

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

WithContext adds the context to the start app v1 params

func (*StartAppV1Params) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the start app v1 params

func (*StartAppV1Params) WithNamespace

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

WithNamespace adds the namespace to the start app v1 params

func (*StartAppV1Params) WithTimeout

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

WithTimeout adds the timeout to the start app v1 params

func (*StartAppV1Params) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type StartAppV1Reader

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

StartAppV1Reader is a Reader for the StartAppV1 structure.

func (*StartAppV1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type StartAppV1Unauthorized

type StartAppV1Unauthorized struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

StartAppV1Unauthorized handles this case with default header values.

Unauthorized

func NewStartAppV1Unauthorized

func NewStartAppV1Unauthorized() *StartAppV1Unauthorized

NewStartAppV1Unauthorized creates a StartAppV1Unauthorized with default headers values

func (*StartAppV1Unauthorized) Error

func (o *StartAppV1Unauthorized) Error() string

func (*StartAppV1Unauthorized) GetPayload

func (*StartAppV1Unauthorized) ToJSONString

func (o *StartAppV1Unauthorized) ToJSONString() string

type StopAppV1BadRequest

type StopAppV1BadRequest struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

StopAppV1BadRequest handles this case with default header values.

Bad Request

func NewStopAppV1BadRequest

func NewStopAppV1BadRequest() *StopAppV1BadRequest

NewStopAppV1BadRequest creates a StopAppV1BadRequest with default headers values

func (*StopAppV1BadRequest) Error

func (o *StopAppV1BadRequest) Error() string

func (*StopAppV1BadRequest) GetPayload

func (*StopAppV1BadRequest) ToJSONString

func (o *StopAppV1BadRequest) ToJSONString() string

type StopAppV1Forbidden

type StopAppV1Forbidden struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

StopAppV1Forbidden handles this case with default header values.

Forbidden

func NewStopAppV1Forbidden

func NewStopAppV1Forbidden() *StopAppV1Forbidden

NewStopAppV1Forbidden creates a StopAppV1Forbidden with default headers values

func (*StopAppV1Forbidden) Error

func (o *StopAppV1Forbidden) Error() string

func (*StopAppV1Forbidden) GetPayload

func (*StopAppV1Forbidden) ToJSONString

func (o *StopAppV1Forbidden) ToJSONString() string

type StopAppV1InternalServerError

type StopAppV1InternalServerError struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

StopAppV1InternalServerError handles this case with default header values.

Internal Server Error

func NewStopAppV1InternalServerError

func NewStopAppV1InternalServerError() *StopAppV1InternalServerError

NewStopAppV1InternalServerError creates a StopAppV1InternalServerError with default headers values

func (*StopAppV1InternalServerError) Error

func (*StopAppV1InternalServerError) GetPayload

func (*StopAppV1InternalServerError) ToJSONString

func (o *StopAppV1InternalServerError) ToJSONString() string

type StopAppV1NotFound

type StopAppV1NotFound struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

StopAppV1NotFound handles this case with default header values.

Not Found

func NewStopAppV1NotFound

func NewStopAppV1NotFound() *StopAppV1NotFound

NewStopAppV1NotFound creates a StopAppV1NotFound with default headers values

func (*StopAppV1NotFound) Error

func (o *StopAppV1NotFound) Error() string

func (*StopAppV1NotFound) GetPayload

func (*StopAppV1NotFound) ToJSONString

func (o *StopAppV1NotFound) ToJSONString() string

type StopAppV1OK

type StopAppV1OK struct {
	Payload *csmclientmodels.GeneratedStopAppV1Response
}

StopAppV1OK handles this case with default header values.

OK

func NewStopAppV1OK

func NewStopAppV1OK() *StopAppV1OK

NewStopAppV1OK creates a StopAppV1OK with default headers values

func (*StopAppV1OK) Error

func (o *StopAppV1OK) Error() string

func (*StopAppV1OK) GetPayload

func (*StopAppV1OK) ToJSONString

func (o *StopAppV1OK) ToJSONString() string

type StopAppV1Params

type StopAppV1Params struct {

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

	*/
	App string
	/*Namespace
	  Game Name

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

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

func NewStopAppV1Params

func NewStopAppV1Params() *StopAppV1Params

NewStopAppV1Params creates a new StopAppV1Params object with the default values initialized.

func NewStopAppV1ParamsWithContext

func NewStopAppV1ParamsWithContext(ctx context.Context) *StopAppV1Params

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

func NewStopAppV1ParamsWithHTTPClient

func NewStopAppV1ParamsWithHTTPClient(client *http.Client) *StopAppV1Params

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

func NewStopAppV1ParamsWithTimeout

func NewStopAppV1ParamsWithTimeout(timeout time.Duration) *StopAppV1Params

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

func (*StopAppV1Params) SetApp

func (o *StopAppV1Params) SetApp(app string)

SetApp adds the app to the stop app v1 params

func (*StopAppV1Params) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the stop app v1 params

func (*StopAppV1Params) SetBody

SetBody adds the body to the stop app v1 params

func (*StopAppV1Params) SetContext

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

SetContext adds the context to the stop app v1 params

func (*StopAppV1Params) SetFlightId

func (o *StopAppV1Params) SetFlightId(flightId string)

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

func (*StopAppV1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the stop app v1 params

func (*StopAppV1Params) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the stop app v1 params

func (*StopAppV1Params) SetNamespace

func (o *StopAppV1Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the stop app v1 params

func (*StopAppV1Params) SetTimeout

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

SetTimeout adds the timeout to the stop app v1 params

func (*StopAppV1Params) WithApp

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

WithApp adds the app to the stop app v1 params

func (*StopAppV1Params) WithBody

WithBody adds the body to the stop app v1 params

func (*StopAppV1Params) WithContext

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

WithContext adds the context to the stop app v1 params

func (*StopAppV1Params) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the stop app v1 params

func (*StopAppV1Params) WithNamespace

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

WithNamespace adds the namespace to the stop app v1 params

func (*StopAppV1Params) WithTimeout

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

WithTimeout adds the timeout to the stop app v1 params

func (*StopAppV1Params) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type StopAppV1Reader

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

StopAppV1Reader is a Reader for the StopAppV1 structure.

func (*StopAppV1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type StopAppV1Unauthorized

type StopAppV1Unauthorized struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

StopAppV1Unauthorized handles this case with default header values.

Unauthorized

func NewStopAppV1Unauthorized

func NewStopAppV1Unauthorized() *StopAppV1Unauthorized

NewStopAppV1Unauthorized creates a StopAppV1Unauthorized with default headers values

func (*StopAppV1Unauthorized) Error

func (o *StopAppV1Unauthorized) Error() string

func (*StopAppV1Unauthorized) GetPayload

func (*StopAppV1Unauthorized) ToJSONString

func (o *StopAppV1Unauthorized) ToJSONString() string

type UpdateAppV1BadRequest

type UpdateAppV1BadRequest struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

UpdateAppV1BadRequest handles this case with default header values.

Bad Request

func NewUpdateAppV1BadRequest

func NewUpdateAppV1BadRequest() *UpdateAppV1BadRequest

NewUpdateAppV1BadRequest creates a UpdateAppV1BadRequest with default headers values

func (*UpdateAppV1BadRequest) Error

func (o *UpdateAppV1BadRequest) Error() string

func (*UpdateAppV1BadRequest) GetPayload

func (*UpdateAppV1BadRequest) ToJSONString

func (o *UpdateAppV1BadRequest) ToJSONString() string

type UpdateAppV1Forbidden

type UpdateAppV1Forbidden struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

UpdateAppV1Forbidden handles this case with default header values.

Forbidden

func NewUpdateAppV1Forbidden

func NewUpdateAppV1Forbidden() *UpdateAppV1Forbidden

NewUpdateAppV1Forbidden creates a UpdateAppV1Forbidden with default headers values

func (*UpdateAppV1Forbidden) Error

func (o *UpdateAppV1Forbidden) Error() string

func (*UpdateAppV1Forbidden) GetPayload

func (*UpdateAppV1Forbidden) ToJSONString

func (o *UpdateAppV1Forbidden) ToJSONString() string

type UpdateAppV1InternalServerError

type UpdateAppV1InternalServerError struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

UpdateAppV1InternalServerError handles this case with default header values.

Internal Server Error

func NewUpdateAppV1InternalServerError

func NewUpdateAppV1InternalServerError() *UpdateAppV1InternalServerError

NewUpdateAppV1InternalServerError creates a UpdateAppV1InternalServerError with default headers values

func (*UpdateAppV1InternalServerError) Error

func (*UpdateAppV1InternalServerError) GetPayload

func (*UpdateAppV1InternalServerError) ToJSONString

func (o *UpdateAppV1InternalServerError) ToJSONString() string

type UpdateAppV1NotFound

type UpdateAppV1NotFound struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

UpdateAppV1NotFound handles this case with default header values.

Not Found

func NewUpdateAppV1NotFound

func NewUpdateAppV1NotFound() *UpdateAppV1NotFound

NewUpdateAppV1NotFound creates a UpdateAppV1NotFound with default headers values

func (*UpdateAppV1NotFound) Error

func (o *UpdateAppV1NotFound) Error() string

func (*UpdateAppV1NotFound) GetPayload

func (*UpdateAppV1NotFound) ToJSONString

func (o *UpdateAppV1NotFound) ToJSONString() string

type UpdateAppV1OK

type UpdateAppV1OK struct {
	Payload *csmclientmodels.GeneratedUpdateAppV1Response
}

UpdateAppV1OK handles this case with default header values.

OK

func NewUpdateAppV1OK

func NewUpdateAppV1OK() *UpdateAppV1OK

NewUpdateAppV1OK creates a UpdateAppV1OK with default headers values

func (*UpdateAppV1OK) Error

func (o *UpdateAppV1OK) Error() string

func (*UpdateAppV1OK) GetPayload

func (*UpdateAppV1OK) ToJSONString

func (o *UpdateAppV1OK) ToJSONString() string

type UpdateAppV1Params

type UpdateAppV1Params struct {

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

	*/
	App string
	/*Namespace
	  Game Name

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

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

func NewUpdateAppV1Params

func NewUpdateAppV1Params() *UpdateAppV1Params

NewUpdateAppV1Params creates a new UpdateAppV1Params object with the default values initialized.

func NewUpdateAppV1ParamsWithContext

func NewUpdateAppV1ParamsWithContext(ctx context.Context) *UpdateAppV1Params

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

func NewUpdateAppV1ParamsWithHTTPClient

func NewUpdateAppV1ParamsWithHTTPClient(client *http.Client) *UpdateAppV1Params

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

func NewUpdateAppV1ParamsWithTimeout

func NewUpdateAppV1ParamsWithTimeout(timeout time.Duration) *UpdateAppV1Params

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

func (*UpdateAppV1Params) SetApp

func (o *UpdateAppV1Params) SetApp(app string)

SetApp adds the app to the update app v1 params

func (*UpdateAppV1Params) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the update app v1 params

func (*UpdateAppV1Params) SetBody

SetBody adds the body to the update app v1 params

func (*UpdateAppV1Params) SetContext

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

SetContext adds the context to the update app v1 params

func (*UpdateAppV1Params) SetFlightId

func (o *UpdateAppV1Params) SetFlightId(flightId string)

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

func (*UpdateAppV1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update app v1 params

func (*UpdateAppV1Params) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the update app v1 params

func (*UpdateAppV1Params) SetNamespace

func (o *UpdateAppV1Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the update app v1 params

func (*UpdateAppV1Params) SetTimeout

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

SetTimeout adds the timeout to the update app v1 params

func (*UpdateAppV1Params) WithApp

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

WithApp adds the app to the update app v1 params

func (*UpdateAppV1Params) WithBody

WithBody adds the body to the update app v1 params

func (*UpdateAppV1Params) WithContext

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

WithContext adds the context to the update app v1 params

func (*UpdateAppV1Params) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the update app v1 params

func (*UpdateAppV1Params) WithNamespace

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

WithNamespace adds the namespace to the update app v1 params

func (*UpdateAppV1Params) WithTimeout

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

WithTimeout adds the timeout to the update app v1 params

func (*UpdateAppV1Params) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type UpdateAppV1Reader

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

UpdateAppV1Reader is a Reader for the UpdateAppV1 structure.

func (*UpdateAppV1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateAppV1Unauthorized

type UpdateAppV1Unauthorized struct {
	Payload *csmclientmodels.ResponseErrorResponse
}

UpdateAppV1Unauthorized handles this case with default header values.

Unauthorized

func NewUpdateAppV1Unauthorized

func NewUpdateAppV1Unauthorized() *UpdateAppV1Unauthorized

NewUpdateAppV1Unauthorized creates a UpdateAppV1Unauthorized with default headers values

func (*UpdateAppV1Unauthorized) Error

func (o *UpdateAppV1Unauthorized) Error() string

func (*UpdateAppV1Unauthorized) GetPayload

func (*UpdateAppV1Unauthorized) ToJSONString

func (o *UpdateAppV1Unauthorized) ToJSONString() string

Jump to

Keyboard shortcuts

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