development

package
v0.68.0 Latest Latest
Warning

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

Go to latest
Published: Apr 16, 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 development API

func (*Client) DevelopmentServerConfigurationCreate deprecated

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

DevelopmentServerConfigurationCreate create a new development server configuration Configuration name can be up to 128 characters and must conform to ^[.a-zA-Z0-9_-]+$

Required Permission: ADMIN:NAMESPACE:{namespace}:ARMADA:FLEET [CREATE]

func (*Client) DevelopmentServerConfigurationCreateShort

func (a *Client) DevelopmentServerConfigurationCreateShort(params *DevelopmentServerConfigurationCreateParams, authInfo runtime.ClientAuthInfoWriter) (*DevelopmentServerConfigurationCreateCreated, error)

DevelopmentServerConfigurationCreateShort create a new development server configuration Configuration name can be up to 128 characters and must conform to ^[.a-zA-Z0-9_-]+$

Required Permission: ADMIN:NAMESPACE:{namespace}:ARMADA:FLEET [CREATE]

func (*Client) DevelopmentServerConfigurationDelete deprecated

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

DevelopmentServerConfigurationDelete delete a development server configuration Required Permission: ADMIN:NAMESPACE:{namespace}:ARMADA:FLEET [DELETE]

func (*Client) DevelopmentServerConfigurationDeleteShort

DevelopmentServerConfigurationDeleteShort delete a development server configuration Required Permission: ADMIN:NAMESPACE:{namespace}:ARMADA:FLEET [DELETE]

func (*Client) DevelopmentServerConfigurationGet deprecated

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

DevelopmentServerConfigurationGet get a development server configuration Required Permission: ADMIN:NAMESPACE:{namespace}:ARMADA:FLEET [READ]

func (*Client) DevelopmentServerConfigurationGetShort

func (a *Client) DevelopmentServerConfigurationGetShort(params *DevelopmentServerConfigurationGetParams, authInfo runtime.ClientAuthInfoWriter) (*DevelopmentServerConfigurationGetOK, error)

DevelopmentServerConfigurationGetShort get a development server configuration Required Permission: ADMIN:NAMESPACE:{namespace}:ARMADA:FLEET [READ]

func (*Client) DevelopmentServerConfigurationList deprecated

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

DevelopmentServerConfigurationList lists development server configurations with pagination Required Permission: ADMIN:NAMESPACE:{namespace}:ARMADA:FLEET [READ]

func (*Client) DevelopmentServerConfigurationListShort

func (a *Client) DevelopmentServerConfigurationListShort(params *DevelopmentServerConfigurationListParams, authInfo runtime.ClientAuthInfoWriter) (*DevelopmentServerConfigurationListOK, error)

DevelopmentServerConfigurationListShort lists development server configurations with pagination Required Permission: ADMIN:NAMESPACE:{namespace}:ARMADA:FLEET [READ]

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientService

type ClientService interface {
	DevelopmentServerConfigurationList(params *DevelopmentServerConfigurationListParams, authInfo runtime.ClientAuthInfoWriter) (*DevelopmentServerConfigurationListOK, *DevelopmentServerConfigurationListUnauthorized, *DevelopmentServerConfigurationListForbidden, *DevelopmentServerConfigurationListInternalServerError, error)
	DevelopmentServerConfigurationListShort(params *DevelopmentServerConfigurationListParams, authInfo runtime.ClientAuthInfoWriter) (*DevelopmentServerConfigurationListOK, error)
	DevelopmentServerConfigurationCreate(params *DevelopmentServerConfigurationCreateParams, authInfo runtime.ClientAuthInfoWriter) (*DevelopmentServerConfigurationCreateCreated, *DevelopmentServerConfigurationCreateBadRequest, *DevelopmentServerConfigurationCreateUnauthorized, *DevelopmentServerConfigurationCreateForbidden, *DevelopmentServerConfigurationCreateInternalServerError, error)
	DevelopmentServerConfigurationCreateShort(params *DevelopmentServerConfigurationCreateParams, authInfo runtime.ClientAuthInfoWriter) (*DevelopmentServerConfigurationCreateCreated, error)
	DevelopmentServerConfigurationGet(params *DevelopmentServerConfigurationGetParams, authInfo runtime.ClientAuthInfoWriter) (*DevelopmentServerConfigurationGetOK, *DevelopmentServerConfigurationGetUnauthorized, *DevelopmentServerConfigurationGetForbidden, *DevelopmentServerConfigurationGetNotFound, *DevelopmentServerConfigurationGetInternalServerError, error)
	DevelopmentServerConfigurationGetShort(params *DevelopmentServerConfigurationGetParams, authInfo runtime.ClientAuthInfoWriter) (*DevelopmentServerConfigurationGetOK, error)
	DevelopmentServerConfigurationDelete(params *DevelopmentServerConfigurationDeleteParams, authInfo runtime.ClientAuthInfoWriter) (*DevelopmentServerConfigurationDeleteNoContent, *DevelopmentServerConfigurationDeleteUnauthorized, *DevelopmentServerConfigurationDeleteForbidden, *DevelopmentServerConfigurationDeleteNotFound, *DevelopmentServerConfigurationDeleteInternalServerError, error)
	DevelopmentServerConfigurationDeleteShort(params *DevelopmentServerConfigurationDeleteParams, authInfo runtime.ClientAuthInfoWriter) (*DevelopmentServerConfigurationDeleteNoContent, 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 development API client.

type DevelopmentServerConfigurationCreateBadRequest

type DevelopmentServerConfigurationCreateBadRequest struct {
	Payload *amsclientmodels.ResponseErrorResponse
}

DevelopmentServerConfigurationCreateBadRequest handles this case with default header values.

bad request

func NewDevelopmentServerConfigurationCreateBadRequest

func NewDevelopmentServerConfigurationCreateBadRequest() *DevelopmentServerConfigurationCreateBadRequest

NewDevelopmentServerConfigurationCreateBadRequest creates a DevelopmentServerConfigurationCreateBadRequest with default headers values

func (*DevelopmentServerConfigurationCreateBadRequest) Error

func (*DevelopmentServerConfigurationCreateBadRequest) GetPayload

func (*DevelopmentServerConfigurationCreateBadRequest) ToJSONString

type DevelopmentServerConfigurationCreateCreated

type DevelopmentServerConfigurationCreateCreated struct {
	Payload *amsclientmodels.APIDevelopmentServerConfigurationCreateResponse
}

DevelopmentServerConfigurationCreateCreated handles this case with default header values.

development server configuration created

func NewDevelopmentServerConfigurationCreateCreated

func NewDevelopmentServerConfigurationCreateCreated() *DevelopmentServerConfigurationCreateCreated

NewDevelopmentServerConfigurationCreateCreated creates a DevelopmentServerConfigurationCreateCreated with default headers values

func (*DevelopmentServerConfigurationCreateCreated) Error

func (*DevelopmentServerConfigurationCreateCreated) GetPayload

func (*DevelopmentServerConfigurationCreateCreated) ToJSONString

type DevelopmentServerConfigurationCreateForbidden

type DevelopmentServerConfigurationCreateForbidden struct {
	Payload *amsclientmodels.ResponseErrorResponse
}

DevelopmentServerConfigurationCreateForbidden handles this case with default header values.

insufficient permissions

func NewDevelopmentServerConfigurationCreateForbidden

func NewDevelopmentServerConfigurationCreateForbidden() *DevelopmentServerConfigurationCreateForbidden

NewDevelopmentServerConfigurationCreateForbidden creates a DevelopmentServerConfigurationCreateForbidden with default headers values

func (*DevelopmentServerConfigurationCreateForbidden) Error

func (*DevelopmentServerConfigurationCreateForbidden) GetPayload

func (*DevelopmentServerConfigurationCreateForbidden) ToJSONString

type DevelopmentServerConfigurationCreateInternalServerError

type DevelopmentServerConfigurationCreateInternalServerError struct {
	Payload *amsclientmodels.ResponseErrorResponse
}

DevelopmentServerConfigurationCreateInternalServerError handles this case with default header values.

internal server error

func NewDevelopmentServerConfigurationCreateInternalServerError

func NewDevelopmentServerConfigurationCreateInternalServerError() *DevelopmentServerConfigurationCreateInternalServerError

NewDevelopmentServerConfigurationCreateInternalServerError creates a DevelopmentServerConfigurationCreateInternalServerError with default headers values

func (*DevelopmentServerConfigurationCreateInternalServerError) Error

func (*DevelopmentServerConfigurationCreateInternalServerError) GetPayload

func (*DevelopmentServerConfigurationCreateInternalServerError) ToJSONString

type DevelopmentServerConfigurationCreateParams

type DevelopmentServerConfigurationCreateParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *amsclientmodels.APIDevelopmentServerConfigurationCreateRequest
	/*Namespace
	  namespace of the game

	*/
	Namespace string

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

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

DevelopmentServerConfigurationCreateParams contains all the parameters to send to the API endpoint for the development server configuration create operation typically these are written to a http.Request

func NewDevelopmentServerConfigurationCreateParams

func NewDevelopmentServerConfigurationCreateParams() *DevelopmentServerConfigurationCreateParams

NewDevelopmentServerConfigurationCreateParams creates a new DevelopmentServerConfigurationCreateParams object with the default values initialized.

func NewDevelopmentServerConfigurationCreateParamsWithContext

func NewDevelopmentServerConfigurationCreateParamsWithContext(ctx context.Context) *DevelopmentServerConfigurationCreateParams

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

func NewDevelopmentServerConfigurationCreateParamsWithHTTPClient

func NewDevelopmentServerConfigurationCreateParamsWithHTTPClient(client *http.Client) *DevelopmentServerConfigurationCreateParams

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

func NewDevelopmentServerConfigurationCreateParamsWithTimeout

func NewDevelopmentServerConfigurationCreateParamsWithTimeout(timeout time.Duration) *DevelopmentServerConfigurationCreateParams

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

func (*DevelopmentServerConfigurationCreateParams) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the development server configuration create params

func (*DevelopmentServerConfigurationCreateParams) SetBody

SetBody adds the body to the development server configuration create params

func (*DevelopmentServerConfigurationCreateParams) SetContext

SetContext adds the context to the development server configuration create params

func (*DevelopmentServerConfigurationCreateParams) SetFlightId

func (o *DevelopmentServerConfigurationCreateParams) SetFlightId(flightId string)

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

func (*DevelopmentServerConfigurationCreateParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the development server configuration create params

func (*DevelopmentServerConfigurationCreateParams) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the development server configuration create params

func (*DevelopmentServerConfigurationCreateParams) SetNamespace

func (o *DevelopmentServerConfigurationCreateParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the development server configuration create params

func (*DevelopmentServerConfigurationCreateParams) SetTimeout

SetTimeout adds the timeout to the development server configuration create params

func (*DevelopmentServerConfigurationCreateParams) WithBody

WithBody adds the body to the development server configuration create params

func (*DevelopmentServerConfigurationCreateParams) WithContext

WithContext adds the context to the development server configuration create params

func (*DevelopmentServerConfigurationCreateParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the development server configuration create params

func (*DevelopmentServerConfigurationCreateParams) WithNamespace

WithNamespace adds the namespace to the development server configuration create params

func (*DevelopmentServerConfigurationCreateParams) WithTimeout

WithTimeout adds the timeout to the development server configuration create params

func (*DevelopmentServerConfigurationCreateParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DevelopmentServerConfigurationCreateReader

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

DevelopmentServerConfigurationCreateReader is a Reader for the DevelopmentServerConfigurationCreate structure.

func (*DevelopmentServerConfigurationCreateReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DevelopmentServerConfigurationCreateUnauthorized

type DevelopmentServerConfigurationCreateUnauthorized struct {
	Payload *amsclientmodels.ResponseErrorResponse
}

DevelopmentServerConfigurationCreateUnauthorized handles this case with default header values.

no authorization provided

func NewDevelopmentServerConfigurationCreateUnauthorized

func NewDevelopmentServerConfigurationCreateUnauthorized() *DevelopmentServerConfigurationCreateUnauthorized

NewDevelopmentServerConfigurationCreateUnauthorized creates a DevelopmentServerConfigurationCreateUnauthorized with default headers values

func (*DevelopmentServerConfigurationCreateUnauthorized) Error

func (*DevelopmentServerConfigurationCreateUnauthorized) GetPayload

func (*DevelopmentServerConfigurationCreateUnauthorized) ToJSONString

type DevelopmentServerConfigurationDeleteForbidden

type DevelopmentServerConfigurationDeleteForbidden struct {
	Payload *amsclientmodels.ResponseErrorResponse
}

DevelopmentServerConfigurationDeleteForbidden handles this case with default header values.

insufficient permissions

func NewDevelopmentServerConfigurationDeleteForbidden

func NewDevelopmentServerConfigurationDeleteForbidden() *DevelopmentServerConfigurationDeleteForbidden

NewDevelopmentServerConfigurationDeleteForbidden creates a DevelopmentServerConfigurationDeleteForbidden with default headers values

func (*DevelopmentServerConfigurationDeleteForbidden) Error

func (*DevelopmentServerConfigurationDeleteForbidden) GetPayload

func (*DevelopmentServerConfigurationDeleteForbidden) ToJSONString

type DevelopmentServerConfigurationDeleteInternalServerError

type DevelopmentServerConfigurationDeleteInternalServerError struct {
	Payload *amsclientmodels.ResponseErrorResponse
}

DevelopmentServerConfigurationDeleteInternalServerError handles this case with default header values.

internal server error

func NewDevelopmentServerConfigurationDeleteInternalServerError

func NewDevelopmentServerConfigurationDeleteInternalServerError() *DevelopmentServerConfigurationDeleteInternalServerError

NewDevelopmentServerConfigurationDeleteInternalServerError creates a DevelopmentServerConfigurationDeleteInternalServerError with default headers values

func (*DevelopmentServerConfigurationDeleteInternalServerError) Error

func (*DevelopmentServerConfigurationDeleteInternalServerError) GetPayload

func (*DevelopmentServerConfigurationDeleteInternalServerError) ToJSONString

type DevelopmentServerConfigurationDeleteNoContent

type DevelopmentServerConfigurationDeleteNoContent struct {
}

DevelopmentServerConfigurationDeleteNoContent handles this case with default header values.

development server configuration deleted

func NewDevelopmentServerConfigurationDeleteNoContent

func NewDevelopmentServerConfigurationDeleteNoContent() *DevelopmentServerConfigurationDeleteNoContent

NewDevelopmentServerConfigurationDeleteNoContent creates a DevelopmentServerConfigurationDeleteNoContent with default headers values

func (*DevelopmentServerConfigurationDeleteNoContent) Error

type DevelopmentServerConfigurationDeleteNotFound

type DevelopmentServerConfigurationDeleteNotFound struct {
	Payload *amsclientmodels.ResponseErrorResponse
}

DevelopmentServerConfigurationDeleteNotFound handles this case with default header values.

development server configuration not found

func NewDevelopmentServerConfigurationDeleteNotFound

func NewDevelopmentServerConfigurationDeleteNotFound() *DevelopmentServerConfigurationDeleteNotFound

NewDevelopmentServerConfigurationDeleteNotFound creates a DevelopmentServerConfigurationDeleteNotFound with default headers values

func (*DevelopmentServerConfigurationDeleteNotFound) Error

func (*DevelopmentServerConfigurationDeleteNotFound) GetPayload

func (*DevelopmentServerConfigurationDeleteNotFound) ToJSONString

type DevelopmentServerConfigurationDeleteParams

type DevelopmentServerConfigurationDeleteParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*DevelopmentServerConfigID
	  the name of the development server configuration

	*/
	DevelopmentServerConfigID string
	/*Namespace
	  namespace of the game

	*/
	Namespace string

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

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

DevelopmentServerConfigurationDeleteParams contains all the parameters to send to the API endpoint for the development server configuration delete operation typically these are written to a http.Request

func NewDevelopmentServerConfigurationDeleteParams

func NewDevelopmentServerConfigurationDeleteParams() *DevelopmentServerConfigurationDeleteParams

NewDevelopmentServerConfigurationDeleteParams creates a new DevelopmentServerConfigurationDeleteParams object with the default values initialized.

func NewDevelopmentServerConfigurationDeleteParamsWithContext

func NewDevelopmentServerConfigurationDeleteParamsWithContext(ctx context.Context) *DevelopmentServerConfigurationDeleteParams

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

func NewDevelopmentServerConfigurationDeleteParamsWithHTTPClient

func NewDevelopmentServerConfigurationDeleteParamsWithHTTPClient(client *http.Client) *DevelopmentServerConfigurationDeleteParams

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

func NewDevelopmentServerConfigurationDeleteParamsWithTimeout

func NewDevelopmentServerConfigurationDeleteParamsWithTimeout(timeout time.Duration) *DevelopmentServerConfigurationDeleteParams

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

func (*DevelopmentServerConfigurationDeleteParams) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the development server configuration delete params

func (*DevelopmentServerConfigurationDeleteParams) SetContext

SetContext adds the context to the development server configuration delete params

func (*DevelopmentServerConfigurationDeleteParams) SetDevelopmentServerConfigID

func (o *DevelopmentServerConfigurationDeleteParams) SetDevelopmentServerConfigID(developmentServerConfigID string)

SetDevelopmentServerConfigID adds the developmentServerConfigId to the development server configuration delete params

func (*DevelopmentServerConfigurationDeleteParams) SetFlightId

func (o *DevelopmentServerConfigurationDeleteParams) SetFlightId(flightId string)

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

func (*DevelopmentServerConfigurationDeleteParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the development server configuration delete params

func (*DevelopmentServerConfigurationDeleteParams) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the development server configuration delete params

func (*DevelopmentServerConfigurationDeleteParams) SetNamespace

func (o *DevelopmentServerConfigurationDeleteParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the development server configuration delete params

func (*DevelopmentServerConfigurationDeleteParams) SetTimeout

SetTimeout adds the timeout to the development server configuration delete params

func (*DevelopmentServerConfigurationDeleteParams) WithContext

WithContext adds the context to the development server configuration delete params

func (*DevelopmentServerConfigurationDeleteParams) WithDevelopmentServerConfigID

func (o *DevelopmentServerConfigurationDeleteParams) WithDevelopmentServerConfigID(developmentServerConfigID string) *DevelopmentServerConfigurationDeleteParams

WithDevelopmentServerConfigID adds the developmentServerConfigID to the development server configuration delete params

func (*DevelopmentServerConfigurationDeleteParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the development server configuration delete params

func (*DevelopmentServerConfigurationDeleteParams) WithNamespace

WithNamespace adds the namespace to the development server configuration delete params

func (*DevelopmentServerConfigurationDeleteParams) WithTimeout

WithTimeout adds the timeout to the development server configuration delete params

func (*DevelopmentServerConfigurationDeleteParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DevelopmentServerConfigurationDeleteReader

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

DevelopmentServerConfigurationDeleteReader is a Reader for the DevelopmentServerConfigurationDelete structure.

func (*DevelopmentServerConfigurationDeleteReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DevelopmentServerConfigurationDeleteUnauthorized

type DevelopmentServerConfigurationDeleteUnauthorized struct {
	Payload *amsclientmodels.ResponseErrorResponse
}

DevelopmentServerConfigurationDeleteUnauthorized handles this case with default header values.

no authorization provided

func NewDevelopmentServerConfigurationDeleteUnauthorized

func NewDevelopmentServerConfigurationDeleteUnauthorized() *DevelopmentServerConfigurationDeleteUnauthorized

NewDevelopmentServerConfigurationDeleteUnauthorized creates a DevelopmentServerConfigurationDeleteUnauthorized with default headers values

func (*DevelopmentServerConfigurationDeleteUnauthorized) Error

func (*DevelopmentServerConfigurationDeleteUnauthorized) GetPayload

func (*DevelopmentServerConfigurationDeleteUnauthorized) ToJSONString

type DevelopmentServerConfigurationGetForbidden

type DevelopmentServerConfigurationGetForbidden struct {
	Payload *amsclientmodels.ResponseErrorResponse
}

DevelopmentServerConfigurationGetForbidden handles this case with default header values.

insufficient permissions

func NewDevelopmentServerConfigurationGetForbidden

func NewDevelopmentServerConfigurationGetForbidden() *DevelopmentServerConfigurationGetForbidden

NewDevelopmentServerConfigurationGetForbidden creates a DevelopmentServerConfigurationGetForbidden with default headers values

func (*DevelopmentServerConfigurationGetForbidden) Error

func (*DevelopmentServerConfigurationGetForbidden) GetPayload

func (*DevelopmentServerConfigurationGetForbidden) ToJSONString

type DevelopmentServerConfigurationGetInternalServerError

type DevelopmentServerConfigurationGetInternalServerError struct {
	Payload *amsclientmodels.ResponseErrorResponse
}

DevelopmentServerConfigurationGetInternalServerError handles this case with default header values.

internal server error

func NewDevelopmentServerConfigurationGetInternalServerError

func NewDevelopmentServerConfigurationGetInternalServerError() *DevelopmentServerConfigurationGetInternalServerError

NewDevelopmentServerConfigurationGetInternalServerError creates a DevelopmentServerConfigurationGetInternalServerError with default headers values

func (*DevelopmentServerConfigurationGetInternalServerError) Error

func (*DevelopmentServerConfigurationGetInternalServerError) GetPayload

func (*DevelopmentServerConfigurationGetInternalServerError) ToJSONString

type DevelopmentServerConfigurationGetNotFound

type DevelopmentServerConfigurationGetNotFound struct {
	Payload *amsclientmodels.ResponseErrorResponse
}

DevelopmentServerConfigurationGetNotFound handles this case with default header values.

development server configuration not found

func NewDevelopmentServerConfigurationGetNotFound

func NewDevelopmentServerConfigurationGetNotFound() *DevelopmentServerConfigurationGetNotFound

NewDevelopmentServerConfigurationGetNotFound creates a DevelopmentServerConfigurationGetNotFound with default headers values

func (*DevelopmentServerConfigurationGetNotFound) Error

func (*DevelopmentServerConfigurationGetNotFound) GetPayload

func (*DevelopmentServerConfigurationGetNotFound) ToJSONString

type DevelopmentServerConfigurationGetOK

type DevelopmentServerConfigurationGetOK struct {
	Payload *amsclientmodels.APIDevelopmentServerConfigurationGetResponse
}

DevelopmentServerConfigurationGetOK handles this case with default header values.

development server configuration

func NewDevelopmentServerConfigurationGetOK

func NewDevelopmentServerConfigurationGetOK() *DevelopmentServerConfigurationGetOK

NewDevelopmentServerConfigurationGetOK creates a DevelopmentServerConfigurationGetOK with default headers values

func (*DevelopmentServerConfigurationGetOK) Error

func (*DevelopmentServerConfigurationGetOK) GetPayload

func (*DevelopmentServerConfigurationGetOK) ToJSONString

func (o *DevelopmentServerConfigurationGetOK) ToJSONString() string

type DevelopmentServerConfigurationGetParams

type DevelopmentServerConfigurationGetParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*DevelopmentServerConfigID
	  the name of the development server configuration

	*/
	DevelopmentServerConfigID string
	/*Namespace
	  namespace of the game

	*/
	Namespace string

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

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

DevelopmentServerConfigurationGetParams contains all the parameters to send to the API endpoint for the development server configuration get operation typically these are written to a http.Request

func NewDevelopmentServerConfigurationGetParams

func NewDevelopmentServerConfigurationGetParams() *DevelopmentServerConfigurationGetParams

NewDevelopmentServerConfigurationGetParams creates a new DevelopmentServerConfigurationGetParams object with the default values initialized.

func NewDevelopmentServerConfigurationGetParamsWithContext

func NewDevelopmentServerConfigurationGetParamsWithContext(ctx context.Context) *DevelopmentServerConfigurationGetParams

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

func NewDevelopmentServerConfigurationGetParamsWithHTTPClient

func NewDevelopmentServerConfigurationGetParamsWithHTTPClient(client *http.Client) *DevelopmentServerConfigurationGetParams

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

func NewDevelopmentServerConfigurationGetParamsWithTimeout

func NewDevelopmentServerConfigurationGetParamsWithTimeout(timeout time.Duration) *DevelopmentServerConfigurationGetParams

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

func (*DevelopmentServerConfigurationGetParams) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the development server configuration get params

func (*DevelopmentServerConfigurationGetParams) SetContext

SetContext adds the context to the development server configuration get params

func (*DevelopmentServerConfigurationGetParams) SetDevelopmentServerConfigID

func (o *DevelopmentServerConfigurationGetParams) SetDevelopmentServerConfigID(developmentServerConfigID string)

SetDevelopmentServerConfigID adds the developmentServerConfigId to the development server configuration get params

func (*DevelopmentServerConfigurationGetParams) SetFlightId

func (o *DevelopmentServerConfigurationGetParams) SetFlightId(flightId string)

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

func (*DevelopmentServerConfigurationGetParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the development server configuration get params

func (*DevelopmentServerConfigurationGetParams) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the development server configuration get params

func (*DevelopmentServerConfigurationGetParams) SetNamespace

func (o *DevelopmentServerConfigurationGetParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the development server configuration get params

func (*DevelopmentServerConfigurationGetParams) SetTimeout

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

SetTimeout adds the timeout to the development server configuration get params

func (*DevelopmentServerConfigurationGetParams) WithContext

WithContext adds the context to the development server configuration get params

func (*DevelopmentServerConfigurationGetParams) WithDevelopmentServerConfigID

func (o *DevelopmentServerConfigurationGetParams) WithDevelopmentServerConfigID(developmentServerConfigID string) *DevelopmentServerConfigurationGetParams

WithDevelopmentServerConfigID adds the developmentServerConfigID to the development server configuration get params

func (*DevelopmentServerConfigurationGetParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the development server configuration get params

func (*DevelopmentServerConfigurationGetParams) WithNamespace

WithNamespace adds the namespace to the development server configuration get params

func (*DevelopmentServerConfigurationGetParams) WithTimeout

WithTimeout adds the timeout to the development server configuration get params

func (*DevelopmentServerConfigurationGetParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DevelopmentServerConfigurationGetReader

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

DevelopmentServerConfigurationGetReader is a Reader for the DevelopmentServerConfigurationGet structure.

func (*DevelopmentServerConfigurationGetReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DevelopmentServerConfigurationGetUnauthorized

type DevelopmentServerConfigurationGetUnauthorized struct {
	Payload *amsclientmodels.ResponseErrorResponse
}

DevelopmentServerConfigurationGetUnauthorized handles this case with default header values.

no authorization provided

func NewDevelopmentServerConfigurationGetUnauthorized

func NewDevelopmentServerConfigurationGetUnauthorized() *DevelopmentServerConfigurationGetUnauthorized

NewDevelopmentServerConfigurationGetUnauthorized creates a DevelopmentServerConfigurationGetUnauthorized with default headers values

func (*DevelopmentServerConfigurationGetUnauthorized) Error

func (*DevelopmentServerConfigurationGetUnauthorized) GetPayload

func (*DevelopmentServerConfigurationGetUnauthorized) ToJSONString

type DevelopmentServerConfigurationListForbidden

type DevelopmentServerConfigurationListForbidden struct {
	Payload *amsclientmodels.ResponseErrorResponse
}

DevelopmentServerConfigurationListForbidden handles this case with default header values.

insufficient permissions

func NewDevelopmentServerConfigurationListForbidden

func NewDevelopmentServerConfigurationListForbidden() *DevelopmentServerConfigurationListForbidden

NewDevelopmentServerConfigurationListForbidden creates a DevelopmentServerConfigurationListForbidden with default headers values

func (*DevelopmentServerConfigurationListForbidden) Error

func (*DevelopmentServerConfigurationListForbidden) GetPayload

func (*DevelopmentServerConfigurationListForbidden) ToJSONString

type DevelopmentServerConfigurationListInternalServerError

type DevelopmentServerConfigurationListInternalServerError struct {
	Payload *amsclientmodels.ResponseErrorResponse
}

DevelopmentServerConfigurationListInternalServerError handles this case with default header values.

internal server error

func NewDevelopmentServerConfigurationListInternalServerError

func NewDevelopmentServerConfigurationListInternalServerError() *DevelopmentServerConfigurationListInternalServerError

NewDevelopmentServerConfigurationListInternalServerError creates a DevelopmentServerConfigurationListInternalServerError with default headers values

func (*DevelopmentServerConfigurationListInternalServerError) Error

func (*DevelopmentServerConfigurationListInternalServerError) GetPayload

func (*DevelopmentServerConfigurationListInternalServerError) ToJSONString

type DevelopmentServerConfigurationListOK

type DevelopmentServerConfigurationListOK struct {
	Payload *amsclientmodels.APIDevelopmentServerConfigurationListResponse
}

DevelopmentServerConfigurationListOK handles this case with default header values.

development server configurations

func NewDevelopmentServerConfigurationListOK

func NewDevelopmentServerConfigurationListOK() *DevelopmentServerConfigurationListOK

NewDevelopmentServerConfigurationListOK creates a DevelopmentServerConfigurationListOK with default headers values

func (*DevelopmentServerConfigurationListOK) Error

func (*DevelopmentServerConfigurationListOK) GetPayload

func (*DevelopmentServerConfigurationListOK) ToJSONString

func (o *DevelopmentServerConfigurationListOK) ToJSONString() string

type DevelopmentServerConfigurationListParams

type DevelopmentServerConfigurationListParams struct {

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

	*/
	Namespace string
	/*Count
	  defines the maximum number of records returned in one page.

	*/
	Count *int64
	/*Offset
	  specifies the start index for the records returned.

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

DevelopmentServerConfigurationListParams contains all the parameters to send to the API endpoint for the development server configuration list operation typically these are written to a http.Request

func NewDevelopmentServerConfigurationListParams

func NewDevelopmentServerConfigurationListParams() *DevelopmentServerConfigurationListParams

NewDevelopmentServerConfigurationListParams creates a new DevelopmentServerConfigurationListParams object with the default values initialized.

func NewDevelopmentServerConfigurationListParamsWithContext

func NewDevelopmentServerConfigurationListParamsWithContext(ctx context.Context) *DevelopmentServerConfigurationListParams

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

func NewDevelopmentServerConfigurationListParamsWithHTTPClient

func NewDevelopmentServerConfigurationListParamsWithHTTPClient(client *http.Client) *DevelopmentServerConfigurationListParams

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

func NewDevelopmentServerConfigurationListParamsWithTimeout

func NewDevelopmentServerConfigurationListParamsWithTimeout(timeout time.Duration) *DevelopmentServerConfigurationListParams

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

func (*DevelopmentServerConfigurationListParams) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the development server configuration list params

func (*DevelopmentServerConfigurationListParams) SetContext

SetContext adds the context to the development server configuration list params

func (*DevelopmentServerConfigurationListParams) SetCount added in v0.68.0

func (o *DevelopmentServerConfigurationListParams) SetCount(count *int64)

SetCount adds the count to the development server configuration list params

func (*DevelopmentServerConfigurationListParams) SetFlightId

func (o *DevelopmentServerConfigurationListParams) SetFlightId(flightId string)

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

func (*DevelopmentServerConfigurationListParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the development server configuration list params

func (*DevelopmentServerConfigurationListParams) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the development server configuration list params

func (*DevelopmentServerConfigurationListParams) SetNamespace

func (o *DevelopmentServerConfigurationListParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the development server configuration list params

func (*DevelopmentServerConfigurationListParams) SetOffset added in v0.68.0

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

SetOffset adds the offset to the development server configuration list params

func (*DevelopmentServerConfigurationListParams) SetTimeout

SetTimeout adds the timeout to the development server configuration list params

func (*DevelopmentServerConfigurationListParams) WithContext

WithContext adds the context to the development server configuration list params

func (*DevelopmentServerConfigurationListParams) WithCount added in v0.68.0

WithCount adds the count to the development server configuration list params

func (*DevelopmentServerConfigurationListParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the development server configuration list params

func (*DevelopmentServerConfigurationListParams) WithNamespace

WithNamespace adds the namespace to the development server configuration list params

func (*DevelopmentServerConfigurationListParams) WithOffset added in v0.68.0

WithOffset adds the offset to the development server configuration list params

func (*DevelopmentServerConfigurationListParams) WithTimeout

WithTimeout adds the timeout to the development server configuration list params

func (*DevelopmentServerConfigurationListParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DevelopmentServerConfigurationListReader

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

DevelopmentServerConfigurationListReader is a Reader for the DevelopmentServerConfigurationList structure.

func (*DevelopmentServerConfigurationListReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DevelopmentServerConfigurationListUnauthorized

type DevelopmentServerConfigurationListUnauthorized struct {
	Payload *amsclientmodels.ResponseErrorResponse
}

DevelopmentServerConfigurationListUnauthorized handles this case with default header values.

no authorization provided

func NewDevelopmentServerConfigurationListUnauthorized

func NewDevelopmentServerConfigurationListUnauthorized() *DevelopmentServerConfigurationListUnauthorized

NewDevelopmentServerConfigurationListUnauthorized creates a DevelopmentServerConfigurationListUnauthorized with default headers values

func (*DevelopmentServerConfigurationListUnauthorized) Error

func (*DevelopmentServerConfigurationListUnauthorized) GetPayload

func (*DevelopmentServerConfigurationListUnauthorized) ToJSONString

Jump to

Keyboard shortcuts

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