Documentation ¶
Index ¶
- type Client
- func (a *Client) DevelopmentServerConfigurationCreate(params *DevelopmentServerConfigurationCreateParams, ...) (*DevelopmentServerConfigurationCreateCreated, ...)deprecated
- func (a *Client) DevelopmentServerConfigurationCreateShort(params *DevelopmentServerConfigurationCreateParams, ...) (*DevelopmentServerConfigurationCreateCreated, error)
- func (a *Client) DevelopmentServerConfigurationDelete(params *DevelopmentServerConfigurationDeleteParams, ...) (*DevelopmentServerConfigurationDeleteNoContent, ...)deprecated
- func (a *Client) DevelopmentServerConfigurationDeleteShort(params *DevelopmentServerConfigurationDeleteParams, ...) (*DevelopmentServerConfigurationDeleteNoContent, error)
- func (a *Client) DevelopmentServerConfigurationGet(params *DevelopmentServerConfigurationGetParams, ...) (*DevelopmentServerConfigurationGetOK, ...)deprecated
- func (a *Client) DevelopmentServerConfigurationGetShort(params *DevelopmentServerConfigurationGetParams, ...) (*DevelopmentServerConfigurationGetOK, error)
- func (a *Client) DevelopmentServerConfigurationList(params *DevelopmentServerConfigurationListParams, ...) (*DevelopmentServerConfigurationListOK, ...)deprecated
- func (a *Client) DevelopmentServerConfigurationListShort(params *DevelopmentServerConfigurationListParams, ...) (*DevelopmentServerConfigurationListOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- type ClientService
- type DevelopmentServerConfigurationCreateBadRequest
- type DevelopmentServerConfigurationCreateCreated
- type DevelopmentServerConfigurationCreateForbidden
- type DevelopmentServerConfigurationCreateInternalServerError
- type DevelopmentServerConfigurationCreateParams
- func NewDevelopmentServerConfigurationCreateParams() *DevelopmentServerConfigurationCreateParams
- func NewDevelopmentServerConfigurationCreateParamsWithContext(ctx context.Context) *DevelopmentServerConfigurationCreateParams
- func NewDevelopmentServerConfigurationCreateParamsWithHTTPClient(client *http.Client) *DevelopmentServerConfigurationCreateParams
- func NewDevelopmentServerConfigurationCreateParamsWithTimeout(timeout time.Duration) *DevelopmentServerConfigurationCreateParams
- func (o *DevelopmentServerConfigurationCreateParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *DevelopmentServerConfigurationCreateParams) SetBody(body *amsclientmodels.APIDevelopmentServerConfigurationCreateRequest)
- func (o *DevelopmentServerConfigurationCreateParams) SetContext(ctx context.Context)
- func (o *DevelopmentServerConfigurationCreateParams) SetFlightId(flightId string)
- func (o *DevelopmentServerConfigurationCreateParams) SetHTTPClient(client *http.Client)
- func (o *DevelopmentServerConfigurationCreateParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *DevelopmentServerConfigurationCreateParams) SetNamespace(namespace string)
- func (o *DevelopmentServerConfigurationCreateParams) SetTimeout(timeout time.Duration)
- func (o *DevelopmentServerConfigurationCreateParams) WithBody(body *amsclientmodels.APIDevelopmentServerConfigurationCreateRequest) *DevelopmentServerConfigurationCreateParams
- func (o *DevelopmentServerConfigurationCreateParams) WithContext(ctx context.Context) *DevelopmentServerConfigurationCreateParams
- func (o *DevelopmentServerConfigurationCreateParams) WithHTTPClient(client *http.Client) *DevelopmentServerConfigurationCreateParams
- func (o *DevelopmentServerConfigurationCreateParams) WithNamespace(namespace string) *DevelopmentServerConfigurationCreateParams
- func (o *DevelopmentServerConfigurationCreateParams) WithTimeout(timeout time.Duration) *DevelopmentServerConfigurationCreateParams
- func (o *DevelopmentServerConfigurationCreateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DevelopmentServerConfigurationCreateReader
- type DevelopmentServerConfigurationCreateUnauthorized
- type DevelopmentServerConfigurationDeleteForbidden
- type DevelopmentServerConfigurationDeleteInternalServerError
- type DevelopmentServerConfigurationDeleteNoContent
- type DevelopmentServerConfigurationDeleteNotFound
- type DevelopmentServerConfigurationDeleteParams
- func NewDevelopmentServerConfigurationDeleteParams() *DevelopmentServerConfigurationDeleteParams
- func NewDevelopmentServerConfigurationDeleteParamsWithContext(ctx context.Context) *DevelopmentServerConfigurationDeleteParams
- func NewDevelopmentServerConfigurationDeleteParamsWithHTTPClient(client *http.Client) *DevelopmentServerConfigurationDeleteParams
- func NewDevelopmentServerConfigurationDeleteParamsWithTimeout(timeout time.Duration) *DevelopmentServerConfigurationDeleteParams
- func (o *DevelopmentServerConfigurationDeleteParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *DevelopmentServerConfigurationDeleteParams) SetContext(ctx context.Context)
- func (o *DevelopmentServerConfigurationDeleteParams) SetDevelopmentServerConfigID(developmentServerConfigID string)
- func (o *DevelopmentServerConfigurationDeleteParams) SetFlightId(flightId string)
- func (o *DevelopmentServerConfigurationDeleteParams) SetHTTPClient(client *http.Client)
- func (o *DevelopmentServerConfigurationDeleteParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *DevelopmentServerConfigurationDeleteParams) SetNamespace(namespace string)
- func (o *DevelopmentServerConfigurationDeleteParams) SetTimeout(timeout time.Duration)
- func (o *DevelopmentServerConfigurationDeleteParams) WithContext(ctx context.Context) *DevelopmentServerConfigurationDeleteParams
- func (o *DevelopmentServerConfigurationDeleteParams) WithDevelopmentServerConfigID(developmentServerConfigID string) *DevelopmentServerConfigurationDeleteParams
- func (o *DevelopmentServerConfigurationDeleteParams) WithHTTPClient(client *http.Client) *DevelopmentServerConfigurationDeleteParams
- func (o *DevelopmentServerConfigurationDeleteParams) WithNamespace(namespace string) *DevelopmentServerConfigurationDeleteParams
- func (o *DevelopmentServerConfigurationDeleteParams) WithTimeout(timeout time.Duration) *DevelopmentServerConfigurationDeleteParams
- func (o *DevelopmentServerConfigurationDeleteParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DevelopmentServerConfigurationDeleteReader
- type DevelopmentServerConfigurationDeleteUnauthorized
- type DevelopmentServerConfigurationGetForbidden
- type DevelopmentServerConfigurationGetInternalServerError
- type DevelopmentServerConfigurationGetNotFound
- type DevelopmentServerConfigurationGetOK
- type DevelopmentServerConfigurationGetParams
- func NewDevelopmentServerConfigurationGetParams() *DevelopmentServerConfigurationGetParams
- func NewDevelopmentServerConfigurationGetParamsWithContext(ctx context.Context) *DevelopmentServerConfigurationGetParams
- func NewDevelopmentServerConfigurationGetParamsWithHTTPClient(client *http.Client) *DevelopmentServerConfigurationGetParams
- func NewDevelopmentServerConfigurationGetParamsWithTimeout(timeout time.Duration) *DevelopmentServerConfigurationGetParams
- func (o *DevelopmentServerConfigurationGetParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *DevelopmentServerConfigurationGetParams) SetContext(ctx context.Context)
- func (o *DevelopmentServerConfigurationGetParams) SetDevelopmentServerConfigID(developmentServerConfigID string)
- func (o *DevelopmentServerConfigurationGetParams) SetFlightId(flightId string)
- func (o *DevelopmentServerConfigurationGetParams) SetHTTPClient(client *http.Client)
- func (o *DevelopmentServerConfigurationGetParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *DevelopmentServerConfigurationGetParams) SetNamespace(namespace string)
- func (o *DevelopmentServerConfigurationGetParams) SetTimeout(timeout time.Duration)
- func (o *DevelopmentServerConfigurationGetParams) WithContext(ctx context.Context) *DevelopmentServerConfigurationGetParams
- func (o *DevelopmentServerConfigurationGetParams) WithDevelopmentServerConfigID(developmentServerConfigID string) *DevelopmentServerConfigurationGetParams
- func (o *DevelopmentServerConfigurationGetParams) WithHTTPClient(client *http.Client) *DevelopmentServerConfigurationGetParams
- func (o *DevelopmentServerConfigurationGetParams) WithNamespace(namespace string) *DevelopmentServerConfigurationGetParams
- func (o *DevelopmentServerConfigurationGetParams) WithTimeout(timeout time.Duration) *DevelopmentServerConfigurationGetParams
- func (o *DevelopmentServerConfigurationGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DevelopmentServerConfigurationGetReader
- type DevelopmentServerConfigurationGetUnauthorized
- type DevelopmentServerConfigurationListForbidden
- type DevelopmentServerConfigurationListInternalServerError
- type DevelopmentServerConfigurationListOK
- type DevelopmentServerConfigurationListParams
- func NewDevelopmentServerConfigurationListParams() *DevelopmentServerConfigurationListParams
- func NewDevelopmentServerConfigurationListParamsWithContext(ctx context.Context) *DevelopmentServerConfigurationListParams
- func NewDevelopmentServerConfigurationListParamsWithHTTPClient(client *http.Client) *DevelopmentServerConfigurationListParams
- func NewDevelopmentServerConfigurationListParamsWithTimeout(timeout time.Duration) *DevelopmentServerConfigurationListParams
- func (o *DevelopmentServerConfigurationListParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *DevelopmentServerConfigurationListParams) SetContext(ctx context.Context)
- func (o *DevelopmentServerConfigurationListParams) SetCount(count *int64)
- func (o *DevelopmentServerConfigurationListParams) SetFlightId(flightId string)
- func (o *DevelopmentServerConfigurationListParams) SetHTTPClient(client *http.Client)
- func (o *DevelopmentServerConfigurationListParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *DevelopmentServerConfigurationListParams) SetNamespace(namespace string)
- func (o *DevelopmentServerConfigurationListParams) SetOffset(offset *int64)
- func (o *DevelopmentServerConfigurationListParams) SetTimeout(timeout time.Duration)
- func (o *DevelopmentServerConfigurationListParams) WithContext(ctx context.Context) *DevelopmentServerConfigurationListParams
- func (o *DevelopmentServerConfigurationListParams) WithCount(count *int64) *DevelopmentServerConfigurationListParams
- func (o *DevelopmentServerConfigurationListParams) WithHTTPClient(client *http.Client) *DevelopmentServerConfigurationListParams
- func (o *DevelopmentServerConfigurationListParams) WithNamespace(namespace string) *DevelopmentServerConfigurationListParams
- func (o *DevelopmentServerConfigurationListParams) WithOffset(offset *int64) *DevelopmentServerConfigurationListParams
- func (o *DevelopmentServerConfigurationListParams) WithTimeout(timeout time.Duration) *DevelopmentServerConfigurationListParams
- func (o *DevelopmentServerConfigurationListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DevelopmentServerConfigurationListReader
- type DevelopmentServerConfigurationListUnauthorized
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
func (a *Client) DevelopmentServerConfigurationCreate(params *DevelopmentServerConfigurationCreateParams, authInfo runtime.ClientAuthInfoWriter) (*DevelopmentServerConfigurationCreateCreated, *DevelopmentServerConfigurationCreateBadRequest, *DevelopmentServerConfigurationCreateUnauthorized, *DevelopmentServerConfigurationCreateForbidden, *DevelopmentServerConfigurationCreateInternalServerError, error)
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
func (a *Client) DevelopmentServerConfigurationDelete(params *DevelopmentServerConfigurationDeleteParams, authInfo runtime.ClientAuthInfoWriter) (*DevelopmentServerConfigurationDeleteNoContent, *DevelopmentServerConfigurationDeleteUnauthorized, *DevelopmentServerConfigurationDeleteForbidden, *DevelopmentServerConfigurationDeleteNotFound, *DevelopmentServerConfigurationDeleteInternalServerError, error)
Deprecated: 2022-08-10 - Use DevelopmentServerConfigurationDeleteShort instead.
DevelopmentServerConfigurationDelete delete a development server configuration Required Permission: ADMIN:NAMESPACE:{namespace}:ARMADA:FLEET [DELETE]
func (*Client) DevelopmentServerConfigurationDeleteShort ¶
func (a *Client) DevelopmentServerConfigurationDeleteShort(params *DevelopmentServerConfigurationDeleteParams, authInfo runtime.ClientAuthInfoWriter) (*DevelopmentServerConfigurationDeleteNoContent, error)
DevelopmentServerConfigurationDeleteShort delete a development server configuration Required Permission: ADMIN:NAMESPACE:{namespace}:ARMADA:FLEET [DELETE]
func (*Client) DevelopmentServerConfigurationGet
deprecated
func (a *Client) DevelopmentServerConfigurationGet(params *DevelopmentServerConfigurationGetParams, authInfo runtime.ClientAuthInfoWriter) (*DevelopmentServerConfigurationGetOK, *DevelopmentServerConfigurationGetUnauthorized, *DevelopmentServerConfigurationGetForbidden, *DevelopmentServerConfigurationGetNotFound, *DevelopmentServerConfigurationGetInternalServerError, error)
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
func (a *Client) DevelopmentServerConfigurationList(params *DevelopmentServerConfigurationListParams, authInfo runtime.ClientAuthInfoWriter) (*DevelopmentServerConfigurationListOK, *DevelopmentServerConfigurationListUnauthorized, *DevelopmentServerConfigurationListForbidden, *DevelopmentServerConfigurationListInternalServerError, error)
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 (o *DevelopmentServerConfigurationCreateBadRequest) Error() string
func (*DevelopmentServerConfigurationCreateBadRequest) GetPayload ¶
func (o *DevelopmentServerConfigurationCreateBadRequest) GetPayload() *amsclientmodels.ResponseErrorResponse
func (*DevelopmentServerConfigurationCreateBadRequest) ToJSONString ¶
func (o *DevelopmentServerConfigurationCreateBadRequest) ToJSONString() string
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 (o *DevelopmentServerConfigurationCreateCreated) Error() string
func (*DevelopmentServerConfigurationCreateCreated) GetPayload ¶
func (*DevelopmentServerConfigurationCreateCreated) ToJSONString ¶
func (o *DevelopmentServerConfigurationCreateCreated) ToJSONString() string
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 (o *DevelopmentServerConfigurationCreateForbidden) Error() string
func (*DevelopmentServerConfigurationCreateForbidden) GetPayload ¶
func (o *DevelopmentServerConfigurationCreateForbidden) GetPayload() *amsclientmodels.ResponseErrorResponse
func (*DevelopmentServerConfigurationCreateForbidden) ToJSONString ¶
func (o *DevelopmentServerConfigurationCreateForbidden) ToJSONString() string
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 (o *DevelopmentServerConfigurationCreateInternalServerError) Error() string
func (*DevelopmentServerConfigurationCreateInternalServerError) GetPayload ¶
func (o *DevelopmentServerConfigurationCreateInternalServerError) GetPayload() *amsclientmodels.ResponseErrorResponse
func (*DevelopmentServerConfigurationCreateInternalServerError) ToJSONString ¶
func (o *DevelopmentServerConfigurationCreateInternalServerError) ToJSONString() string
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 ¶
func (o *DevelopmentServerConfigurationCreateParams) SetBody(body *amsclientmodels.APIDevelopmentServerConfigurationCreateRequest)
SetBody adds the body to the development server configuration create params
func (*DevelopmentServerConfigurationCreateParams) SetContext ¶
func (o *DevelopmentServerConfigurationCreateParams) SetContext(ctx context.Context)
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 ¶
func (o *DevelopmentServerConfigurationCreateParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the development server configuration create params
func (*DevelopmentServerConfigurationCreateParams) WithBody ¶
func (o *DevelopmentServerConfigurationCreateParams) WithBody(body *amsclientmodels.APIDevelopmentServerConfigurationCreateRequest) *DevelopmentServerConfigurationCreateParams
WithBody adds the body to the development server configuration create params
func (*DevelopmentServerConfigurationCreateParams) WithContext ¶
func (o *DevelopmentServerConfigurationCreateParams) WithContext(ctx context.Context) *DevelopmentServerConfigurationCreateParams
WithContext adds the context to the development server configuration create params
func (*DevelopmentServerConfigurationCreateParams) WithHTTPClient ¶
func (o *DevelopmentServerConfigurationCreateParams) WithHTTPClient(client *http.Client) *DevelopmentServerConfigurationCreateParams
WithHTTPClient adds the HTTPClient to the development server configuration create params
func (*DevelopmentServerConfigurationCreateParams) WithNamespace ¶
func (o *DevelopmentServerConfigurationCreateParams) WithNamespace(namespace string) *DevelopmentServerConfigurationCreateParams
WithNamespace adds the namespace to the development server configuration create params
func (*DevelopmentServerConfigurationCreateParams) WithTimeout ¶
func (o *DevelopmentServerConfigurationCreateParams) WithTimeout(timeout time.Duration) *DevelopmentServerConfigurationCreateParams
WithTimeout adds the timeout to the development server configuration create params
func (*DevelopmentServerConfigurationCreateParams) WriteToRequest ¶
func (o *DevelopmentServerConfigurationCreateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 {
}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 (o *DevelopmentServerConfigurationCreateUnauthorized) Error() string
func (*DevelopmentServerConfigurationCreateUnauthorized) GetPayload ¶
func (o *DevelopmentServerConfigurationCreateUnauthorized) GetPayload() *amsclientmodels.ResponseErrorResponse
func (*DevelopmentServerConfigurationCreateUnauthorized) ToJSONString ¶
func (o *DevelopmentServerConfigurationCreateUnauthorized) ToJSONString() string
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 (o *DevelopmentServerConfigurationDeleteForbidden) Error() string
func (*DevelopmentServerConfigurationDeleteForbidden) GetPayload ¶
func (o *DevelopmentServerConfigurationDeleteForbidden) GetPayload() *amsclientmodels.ResponseErrorResponse
func (*DevelopmentServerConfigurationDeleteForbidden) ToJSONString ¶
func (o *DevelopmentServerConfigurationDeleteForbidden) ToJSONString() string
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 (o *DevelopmentServerConfigurationDeleteInternalServerError) Error() string
func (*DevelopmentServerConfigurationDeleteInternalServerError) GetPayload ¶
func (o *DevelopmentServerConfigurationDeleteInternalServerError) GetPayload() *amsclientmodels.ResponseErrorResponse
func (*DevelopmentServerConfigurationDeleteInternalServerError) ToJSONString ¶
func (o *DevelopmentServerConfigurationDeleteInternalServerError) ToJSONString() string
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 ¶
func (o *DevelopmentServerConfigurationDeleteNoContent) Error() string
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 (o *DevelopmentServerConfigurationDeleteNotFound) Error() string
func (*DevelopmentServerConfigurationDeleteNotFound) GetPayload ¶
func (o *DevelopmentServerConfigurationDeleteNotFound) GetPayload() *amsclientmodels.ResponseErrorResponse
func (*DevelopmentServerConfigurationDeleteNotFound) ToJSONString ¶
func (o *DevelopmentServerConfigurationDeleteNotFound) ToJSONString() string
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 ¶
func (o *DevelopmentServerConfigurationDeleteParams) SetContext(ctx context.Context)
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 ¶
func (o *DevelopmentServerConfigurationDeleteParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the development server configuration delete params
func (*DevelopmentServerConfigurationDeleteParams) WithContext ¶
func (o *DevelopmentServerConfigurationDeleteParams) WithContext(ctx context.Context) *DevelopmentServerConfigurationDeleteParams
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 ¶
func (o *DevelopmentServerConfigurationDeleteParams) WithHTTPClient(client *http.Client) *DevelopmentServerConfigurationDeleteParams
WithHTTPClient adds the HTTPClient to the development server configuration delete params
func (*DevelopmentServerConfigurationDeleteParams) WithNamespace ¶
func (o *DevelopmentServerConfigurationDeleteParams) WithNamespace(namespace string) *DevelopmentServerConfigurationDeleteParams
WithNamespace adds the namespace to the development server configuration delete params
func (*DevelopmentServerConfigurationDeleteParams) WithTimeout ¶
func (o *DevelopmentServerConfigurationDeleteParams) WithTimeout(timeout time.Duration) *DevelopmentServerConfigurationDeleteParams
WithTimeout adds the timeout to the development server configuration delete params
func (*DevelopmentServerConfigurationDeleteParams) WriteToRequest ¶
func (o *DevelopmentServerConfigurationDeleteParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 {
}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 (o *DevelopmentServerConfigurationDeleteUnauthorized) Error() string
func (*DevelopmentServerConfigurationDeleteUnauthorized) GetPayload ¶
func (o *DevelopmentServerConfigurationDeleteUnauthorized) GetPayload() *amsclientmodels.ResponseErrorResponse
func (*DevelopmentServerConfigurationDeleteUnauthorized) ToJSONString ¶
func (o *DevelopmentServerConfigurationDeleteUnauthorized) ToJSONString() string
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 (o *DevelopmentServerConfigurationGetForbidden) Error() string
func (*DevelopmentServerConfigurationGetForbidden) GetPayload ¶
func (o *DevelopmentServerConfigurationGetForbidden) GetPayload() *amsclientmodels.ResponseErrorResponse
func (*DevelopmentServerConfigurationGetForbidden) ToJSONString ¶
func (o *DevelopmentServerConfigurationGetForbidden) ToJSONString() string
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 (o *DevelopmentServerConfigurationGetInternalServerError) Error() string
func (*DevelopmentServerConfigurationGetInternalServerError) GetPayload ¶
func (o *DevelopmentServerConfigurationGetInternalServerError) GetPayload() *amsclientmodels.ResponseErrorResponse
func (*DevelopmentServerConfigurationGetInternalServerError) ToJSONString ¶
func (o *DevelopmentServerConfigurationGetInternalServerError) ToJSONString() string
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 (o *DevelopmentServerConfigurationGetNotFound) Error() string
func (*DevelopmentServerConfigurationGetNotFound) GetPayload ¶
func (o *DevelopmentServerConfigurationGetNotFound) GetPayload() *amsclientmodels.ResponseErrorResponse
func (*DevelopmentServerConfigurationGetNotFound) ToJSONString ¶
func (o *DevelopmentServerConfigurationGetNotFound) ToJSONString() string
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 (o *DevelopmentServerConfigurationGetOK) Error() string
func (*DevelopmentServerConfigurationGetOK) GetPayload ¶
func (o *DevelopmentServerConfigurationGetOK) GetPayload() *amsclientmodels.APIDevelopmentServerConfigurationGetResponse
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 ¶
func (o *DevelopmentServerConfigurationGetParams) SetContext(ctx context.Context)
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 ¶
func (o *DevelopmentServerConfigurationGetParams) WithContext(ctx context.Context) *DevelopmentServerConfigurationGetParams
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 ¶
func (o *DevelopmentServerConfigurationGetParams) WithHTTPClient(client *http.Client) *DevelopmentServerConfigurationGetParams
WithHTTPClient adds the HTTPClient to the development server configuration get params
func (*DevelopmentServerConfigurationGetParams) WithNamespace ¶
func (o *DevelopmentServerConfigurationGetParams) WithNamespace(namespace string) *DevelopmentServerConfigurationGetParams
WithNamespace adds the namespace to the development server configuration get params
func (*DevelopmentServerConfigurationGetParams) WithTimeout ¶
func (o *DevelopmentServerConfigurationGetParams) WithTimeout(timeout time.Duration) *DevelopmentServerConfigurationGetParams
WithTimeout adds the timeout to the development server configuration get params
func (*DevelopmentServerConfigurationGetParams) WriteToRequest ¶
func (o *DevelopmentServerConfigurationGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 {
}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 (o *DevelopmentServerConfigurationGetUnauthorized) Error() string
func (*DevelopmentServerConfigurationGetUnauthorized) GetPayload ¶
func (o *DevelopmentServerConfigurationGetUnauthorized) GetPayload() *amsclientmodels.ResponseErrorResponse
func (*DevelopmentServerConfigurationGetUnauthorized) ToJSONString ¶
func (o *DevelopmentServerConfigurationGetUnauthorized) ToJSONString() string
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 (o *DevelopmentServerConfigurationListForbidden) Error() string
func (*DevelopmentServerConfigurationListForbidden) GetPayload ¶
func (o *DevelopmentServerConfigurationListForbidden) GetPayload() *amsclientmodels.ResponseErrorResponse
func (*DevelopmentServerConfigurationListForbidden) ToJSONString ¶
func (o *DevelopmentServerConfigurationListForbidden) ToJSONString() string
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 (o *DevelopmentServerConfigurationListInternalServerError) Error() string
func (*DevelopmentServerConfigurationListInternalServerError) GetPayload ¶
func (o *DevelopmentServerConfigurationListInternalServerError) GetPayload() *amsclientmodels.ResponseErrorResponse
func (*DevelopmentServerConfigurationListInternalServerError) ToJSONString ¶
func (o *DevelopmentServerConfigurationListInternalServerError) ToJSONString() string
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 (o *DevelopmentServerConfigurationListOK) Error() string
func (*DevelopmentServerConfigurationListOK) GetPayload ¶
func (o *DevelopmentServerConfigurationListOK) GetPayload() *amsclientmodels.APIDevelopmentServerConfigurationListResponse
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 ¶
func (o *DevelopmentServerConfigurationListParams) SetContext(ctx context.Context)
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 ¶
func (o *DevelopmentServerConfigurationListParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the development server configuration list params
func (*DevelopmentServerConfigurationListParams) WithContext ¶
func (o *DevelopmentServerConfigurationListParams) WithContext(ctx context.Context) *DevelopmentServerConfigurationListParams
WithContext adds the context to the development server configuration list params
func (*DevelopmentServerConfigurationListParams) WithCount ¶ added in v0.68.0
func (o *DevelopmentServerConfigurationListParams) WithCount(count *int64) *DevelopmentServerConfigurationListParams
WithCount adds the count to the development server configuration list params
func (*DevelopmentServerConfigurationListParams) WithHTTPClient ¶
func (o *DevelopmentServerConfigurationListParams) WithHTTPClient(client *http.Client) *DevelopmentServerConfigurationListParams
WithHTTPClient adds the HTTPClient to the development server configuration list params
func (*DevelopmentServerConfigurationListParams) WithNamespace ¶
func (o *DevelopmentServerConfigurationListParams) WithNamespace(namespace string) *DevelopmentServerConfigurationListParams
WithNamespace adds the namespace to the development server configuration list params
func (*DevelopmentServerConfigurationListParams) WithOffset ¶ added in v0.68.0
func (o *DevelopmentServerConfigurationListParams) WithOffset(offset *int64) *DevelopmentServerConfigurationListParams
WithOffset adds the offset to the development server configuration list params
func (*DevelopmentServerConfigurationListParams) WithTimeout ¶
func (o *DevelopmentServerConfigurationListParams) WithTimeout(timeout time.Duration) *DevelopmentServerConfigurationListParams
WithTimeout adds the timeout to the development server configuration list params
func (*DevelopmentServerConfigurationListParams) WriteToRequest ¶
func (o *DevelopmentServerConfigurationListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 {
}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 (o *DevelopmentServerConfigurationListUnauthorized) Error() string
func (*DevelopmentServerConfigurationListUnauthorized) GetPayload ¶
func (o *DevelopmentServerConfigurationListUnauthorized) GetPayload() *amsclientmodels.ResponseErrorResponse
func (*DevelopmentServerConfigurationListUnauthorized) ToJSONString ¶
func (o *DevelopmentServerConfigurationListUnauthorized) ToJSONString() string
Source Files ¶
- development_client.go
- development_server_configuration_create_parameters.go
- development_server_configuration_create_responses.go
- development_server_configuration_delete_parameters.go
- development_server_configuration_delete_responses.go
- development_server_configuration_get_parameters.go
- development_server_configuration_get_responses.go
- development_server_configuration_list_parameters.go
- development_server_configuration_list_responses.go