Documentation
¶
Index ¶
- type AcceptBackfillBadRequest
- type AcceptBackfillForbidden
- type AcceptBackfillInternalServerError
- type AcceptBackfillNotFound
- type AcceptBackfillOK
- type AcceptBackfillParams
- func NewAcceptBackfillParams() *AcceptBackfillParams
- func NewAcceptBackfillParamsWithContext(ctx context.Context) *AcceptBackfillParams
- func NewAcceptBackfillParamsWithHTTPClient(client *http.Client) *AcceptBackfillParams
- func NewAcceptBackfillParamsWithTimeout(timeout time.Duration) *AcceptBackfillParams
- func (o *AcceptBackfillParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *AcceptBackfillParams) SetBackfillID(backfillID string)
- func (o *AcceptBackfillParams) SetBody(body *match2clientmodels.APIBackFillAcceptRequest)
- func (o *AcceptBackfillParams) SetContext(ctx context.Context)
- func (o *AcceptBackfillParams) SetFlightId(flightId string)
- func (o *AcceptBackfillParams) SetHTTPClient(client *http.Client)
- func (o *AcceptBackfillParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *AcceptBackfillParams) SetNamespace(namespace string)
- func (o *AcceptBackfillParams) SetTimeout(timeout time.Duration)
- func (o *AcceptBackfillParams) WithBackfillID(backfillID string) *AcceptBackfillParams
- func (o *AcceptBackfillParams) WithBody(body *match2clientmodels.APIBackFillAcceptRequest) *AcceptBackfillParams
- func (o *AcceptBackfillParams) WithContext(ctx context.Context) *AcceptBackfillParams
- func (o *AcceptBackfillParams) WithHTTPClient(client *http.Client) *AcceptBackfillParams
- func (o *AcceptBackfillParams) WithNamespace(namespace string) *AcceptBackfillParams
- func (o *AcceptBackfillParams) WithTimeout(timeout time.Duration) *AcceptBackfillParams
- func (o *AcceptBackfillParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type AcceptBackfillReader
- type AcceptBackfillResponse
- type AcceptBackfillUnauthorized
- type AdminQueryBackfillBadRequest
- type AdminQueryBackfillForbidden
- type AdminQueryBackfillInternalServerError
- type AdminQueryBackfillNotFound
- type AdminQueryBackfillOK
- type AdminQueryBackfillParams
- func NewAdminQueryBackfillParams() *AdminQueryBackfillParams
- func NewAdminQueryBackfillParamsWithContext(ctx context.Context) *AdminQueryBackfillParams
- func NewAdminQueryBackfillParamsWithHTTPClient(client *http.Client) *AdminQueryBackfillParams
- func NewAdminQueryBackfillParamsWithTimeout(timeout time.Duration) *AdminQueryBackfillParams
- func (o *AdminQueryBackfillParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *AdminQueryBackfillParams) SetContext(ctx context.Context)
- func (o *AdminQueryBackfillParams) SetFlightId(flightId string)
- func (o *AdminQueryBackfillParams) SetFromTime(fromTime *string)
- func (o *AdminQueryBackfillParams) SetHTTPClient(client *http.Client)
- func (o *AdminQueryBackfillParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *AdminQueryBackfillParams) SetIsActive(isActive *bool)
- func (o *AdminQueryBackfillParams) SetLimit(limit *int64)
- func (o *AdminQueryBackfillParams) SetMatchPool(matchPool *string)
- func (o *AdminQueryBackfillParams) SetNamespace(namespace string)
- func (o *AdminQueryBackfillParams) SetOffset(offset *int64)
- func (o *AdminQueryBackfillParams) SetPlayerID(playerID *string)
- func (o *AdminQueryBackfillParams) SetRegion(region *string)
- func (o *AdminQueryBackfillParams) SetSessionID(sessionID *string)
- func (o *AdminQueryBackfillParams) SetTimeout(timeout time.Duration)
- func (o *AdminQueryBackfillParams) SetToTime(toTime *string)
- func (o *AdminQueryBackfillParams) WithContext(ctx context.Context) *AdminQueryBackfillParams
- func (o *AdminQueryBackfillParams) WithFromTime(fromTime *string) *AdminQueryBackfillParams
- func (o *AdminQueryBackfillParams) WithHTTPClient(client *http.Client) *AdminQueryBackfillParams
- func (o *AdminQueryBackfillParams) WithIsActive(isActive *bool) *AdminQueryBackfillParams
- func (o *AdminQueryBackfillParams) WithLimit(limit *int64) *AdminQueryBackfillParams
- func (o *AdminQueryBackfillParams) WithMatchPool(matchPool *string) *AdminQueryBackfillParams
- func (o *AdminQueryBackfillParams) WithNamespace(namespace string) *AdminQueryBackfillParams
- func (o *AdminQueryBackfillParams) WithOffset(offset *int64) *AdminQueryBackfillParams
- func (o *AdminQueryBackfillParams) WithPlayerID(playerID *string) *AdminQueryBackfillParams
- func (o *AdminQueryBackfillParams) WithRegion(region *string) *AdminQueryBackfillParams
- func (o *AdminQueryBackfillParams) WithSessionID(sessionID *string) *AdminQueryBackfillParams
- func (o *AdminQueryBackfillParams) WithTimeout(timeout time.Duration) *AdminQueryBackfillParams
- func (o *AdminQueryBackfillParams) WithToTime(toTime *string) *AdminQueryBackfillParams
- func (o *AdminQueryBackfillParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type AdminQueryBackfillReader
- type AdminQueryBackfillResponse
- type AdminQueryBackfillUnauthorized
- type Client
- func (a *Client) AcceptBackfillShort(params *AcceptBackfillParams, authInfo runtime.ClientAuthInfoWriter) (*AcceptBackfillResponse, error)
- func (a *Client) AdminQueryBackfillShort(params *AdminQueryBackfillParams, authInfo runtime.ClientAuthInfoWriter) (*AdminQueryBackfillResponse, error)
- func (a *Client) CreateBackfillShort(params *CreateBackfillParams, authInfo runtime.ClientAuthInfoWriter) (*CreateBackfillResponse, error)
- func (a *Client) DeleteBackfillShort(params *DeleteBackfillParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteBackfillResponse, error)
- func (a *Client) GetBackfillProposalShort(params *GetBackfillProposalParams, authInfo runtime.ClientAuthInfoWriter) (*GetBackfillProposalResponse, error)
- func (a *Client) GetBackfillShort(params *GetBackfillParams, authInfo runtime.ClientAuthInfoWriter) (*GetBackfillResponse, error)
- func (a *Client) RejectBackfillShort(params *RejectBackfillParams, authInfo runtime.ClientAuthInfoWriter) (*RejectBackfillResponse, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- type ClientService
- type CreateBackfillBadRequest
- type CreateBackfillConflict
- type CreateBackfillCreated
- type CreateBackfillForbidden
- type CreateBackfillInternalServerError
- type CreateBackfillNotFound
- type CreateBackfillParams
- func NewCreateBackfillParams() *CreateBackfillParams
- func NewCreateBackfillParamsWithContext(ctx context.Context) *CreateBackfillParams
- func NewCreateBackfillParamsWithHTTPClient(client *http.Client) *CreateBackfillParams
- func NewCreateBackfillParamsWithTimeout(timeout time.Duration) *CreateBackfillParams
- func (o *CreateBackfillParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *CreateBackfillParams) SetBody(body *match2clientmodels.APIBackFillCreateRequest)
- func (o *CreateBackfillParams) SetContext(ctx context.Context)
- func (o *CreateBackfillParams) SetFlightId(flightId string)
- func (o *CreateBackfillParams) SetHTTPClient(client *http.Client)
- func (o *CreateBackfillParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *CreateBackfillParams) SetNamespace(namespace string)
- func (o *CreateBackfillParams) SetTimeout(timeout time.Duration)
- func (o *CreateBackfillParams) WithBody(body *match2clientmodels.APIBackFillCreateRequest) *CreateBackfillParams
- func (o *CreateBackfillParams) WithContext(ctx context.Context) *CreateBackfillParams
- func (o *CreateBackfillParams) WithHTTPClient(client *http.Client) *CreateBackfillParams
- func (o *CreateBackfillParams) WithNamespace(namespace string) *CreateBackfillParams
- func (o *CreateBackfillParams) WithTimeout(timeout time.Duration) *CreateBackfillParams
- func (o *CreateBackfillParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateBackfillReader
- type CreateBackfillResponse
- type CreateBackfillUnauthorized
- type DeleteBackfillForbidden
- type DeleteBackfillInternalServerError
- type DeleteBackfillNoContent
- type DeleteBackfillNotFound
- type DeleteBackfillParams
- func NewDeleteBackfillParams() *DeleteBackfillParams
- func NewDeleteBackfillParamsWithContext(ctx context.Context) *DeleteBackfillParams
- func NewDeleteBackfillParamsWithHTTPClient(client *http.Client) *DeleteBackfillParams
- func NewDeleteBackfillParamsWithTimeout(timeout time.Duration) *DeleteBackfillParams
- func (o *DeleteBackfillParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *DeleteBackfillParams) SetBackfillID(backfillID string)
- func (o *DeleteBackfillParams) SetContext(ctx context.Context)
- func (o *DeleteBackfillParams) SetFlightId(flightId string)
- func (o *DeleteBackfillParams) SetHTTPClient(client *http.Client)
- func (o *DeleteBackfillParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *DeleteBackfillParams) SetNamespace(namespace string)
- func (o *DeleteBackfillParams) SetTimeout(timeout time.Duration)
- func (o *DeleteBackfillParams) WithBackfillID(backfillID string) *DeleteBackfillParams
- func (o *DeleteBackfillParams) WithContext(ctx context.Context) *DeleteBackfillParams
- func (o *DeleteBackfillParams) WithHTTPClient(client *http.Client) *DeleteBackfillParams
- func (o *DeleteBackfillParams) WithNamespace(namespace string) *DeleteBackfillParams
- func (o *DeleteBackfillParams) WithTimeout(timeout time.Duration) *DeleteBackfillParams
- func (o *DeleteBackfillParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteBackfillReader
- type DeleteBackfillResponse
- type DeleteBackfillUnauthorized
- type GetBackfillBadRequest
- type GetBackfillForbidden
- type GetBackfillInternalServerError
- type GetBackfillNotFound
- type GetBackfillOK
- type GetBackfillParams
- func (o *GetBackfillParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *GetBackfillParams) SetBackfillID(backfillID string)
- func (o *GetBackfillParams) SetContext(ctx context.Context)
- func (o *GetBackfillParams) SetFlightId(flightId string)
- func (o *GetBackfillParams) SetHTTPClient(client *http.Client)
- func (o *GetBackfillParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *GetBackfillParams) SetNamespace(namespace string)
- func (o *GetBackfillParams) SetTimeout(timeout time.Duration)
- func (o *GetBackfillParams) WithBackfillID(backfillID string) *GetBackfillParams
- func (o *GetBackfillParams) WithContext(ctx context.Context) *GetBackfillParams
- func (o *GetBackfillParams) WithHTTPClient(client *http.Client) *GetBackfillParams
- func (o *GetBackfillParams) WithNamespace(namespace string) *GetBackfillParams
- func (o *GetBackfillParams) WithTimeout(timeout time.Duration) *GetBackfillParams
- func (o *GetBackfillParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetBackfillProposalBadRequest
- type GetBackfillProposalForbidden
- type GetBackfillProposalInternalServerError
- type GetBackfillProposalNotFound
- type GetBackfillProposalOK
- type GetBackfillProposalParams
- func NewGetBackfillProposalParams() *GetBackfillProposalParams
- func NewGetBackfillProposalParamsWithContext(ctx context.Context) *GetBackfillProposalParams
- func NewGetBackfillProposalParamsWithHTTPClient(client *http.Client) *GetBackfillProposalParams
- func NewGetBackfillProposalParamsWithTimeout(timeout time.Duration) *GetBackfillProposalParams
- func (o *GetBackfillProposalParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *GetBackfillProposalParams) SetContext(ctx context.Context)
- func (o *GetBackfillProposalParams) SetFlightId(flightId string)
- func (o *GetBackfillProposalParams) SetHTTPClient(client *http.Client)
- func (o *GetBackfillProposalParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *GetBackfillProposalParams) SetNamespace(namespace string)
- func (o *GetBackfillProposalParams) SetSessionID(sessionID string)
- func (o *GetBackfillProposalParams) SetTimeout(timeout time.Duration)
- func (o *GetBackfillProposalParams) WithContext(ctx context.Context) *GetBackfillProposalParams
- func (o *GetBackfillProposalParams) WithHTTPClient(client *http.Client) *GetBackfillProposalParams
- func (o *GetBackfillProposalParams) WithNamespace(namespace string) *GetBackfillProposalParams
- func (o *GetBackfillProposalParams) WithSessionID(sessionID string) *GetBackfillProposalParams
- func (o *GetBackfillProposalParams) WithTimeout(timeout time.Duration) *GetBackfillProposalParams
- func (o *GetBackfillProposalParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetBackfillProposalReader
- type GetBackfillProposalResponse
- type GetBackfillProposalUnauthorized
- type GetBackfillReader
- type GetBackfillResponse
- type GetBackfillUnauthorized
- type RejectBackfillBadRequest
- type RejectBackfillForbidden
- type RejectBackfillInternalServerError
- type RejectBackfillNotFound
- type RejectBackfillOK
- type RejectBackfillParams
- func NewRejectBackfillParams() *RejectBackfillParams
- func NewRejectBackfillParamsWithContext(ctx context.Context) *RejectBackfillParams
- func NewRejectBackfillParamsWithHTTPClient(client *http.Client) *RejectBackfillParams
- func NewRejectBackfillParamsWithTimeout(timeout time.Duration) *RejectBackfillParams
- func (o *RejectBackfillParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *RejectBackfillParams) SetBackfillID(backfillID string)
- func (o *RejectBackfillParams) SetBody(body *match2clientmodels.APIBackFillRejectRequest)
- func (o *RejectBackfillParams) SetContext(ctx context.Context)
- func (o *RejectBackfillParams) SetFlightId(flightId string)
- func (o *RejectBackfillParams) SetHTTPClient(client *http.Client)
- func (o *RejectBackfillParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *RejectBackfillParams) SetNamespace(namespace string)
- func (o *RejectBackfillParams) SetTimeout(timeout time.Duration)
- func (o *RejectBackfillParams) WithBackfillID(backfillID string) *RejectBackfillParams
- func (o *RejectBackfillParams) WithBody(body *match2clientmodels.APIBackFillRejectRequest) *RejectBackfillParams
- func (o *RejectBackfillParams) WithContext(ctx context.Context) *RejectBackfillParams
- func (o *RejectBackfillParams) WithHTTPClient(client *http.Client) *RejectBackfillParams
- func (o *RejectBackfillParams) WithNamespace(namespace string) *RejectBackfillParams
- func (o *RejectBackfillParams) WithTimeout(timeout time.Duration) *RejectBackfillParams
- func (o *RejectBackfillParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type RejectBackfillReader
- type RejectBackfillResponse
- type RejectBackfillUnauthorized
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AcceptBackfillBadRequest ¶
type AcceptBackfillBadRequest struct {
Payload *match2clientmodels.ResponseError
}
AcceptBackfillBadRequest handles this case with default header values.
Bad Request
func NewAcceptBackfillBadRequest ¶
func NewAcceptBackfillBadRequest() *AcceptBackfillBadRequest
NewAcceptBackfillBadRequest creates a AcceptBackfillBadRequest with default headers values
func (*AcceptBackfillBadRequest) Error ¶
func (o *AcceptBackfillBadRequest) Error() string
func (*AcceptBackfillBadRequest) GetPayload ¶
func (o *AcceptBackfillBadRequest) GetPayload() *match2clientmodels.ResponseError
func (*AcceptBackfillBadRequest) ToJSONString ¶
func (o *AcceptBackfillBadRequest) ToJSONString() string
type AcceptBackfillForbidden ¶
type AcceptBackfillForbidden struct {
Payload *match2clientmodels.ResponseError
}
AcceptBackfillForbidden handles this case with default header values.
Forbidden
func NewAcceptBackfillForbidden ¶
func NewAcceptBackfillForbidden() *AcceptBackfillForbidden
NewAcceptBackfillForbidden creates a AcceptBackfillForbidden with default headers values
func (*AcceptBackfillForbidden) Error ¶
func (o *AcceptBackfillForbidden) Error() string
func (*AcceptBackfillForbidden) GetPayload ¶
func (o *AcceptBackfillForbidden) GetPayload() *match2clientmodels.ResponseError
func (*AcceptBackfillForbidden) ToJSONString ¶
func (o *AcceptBackfillForbidden) ToJSONString() string
type AcceptBackfillInternalServerError ¶
type AcceptBackfillInternalServerError struct {
Payload *match2clientmodels.ResponseError
}
AcceptBackfillInternalServerError handles this case with default header values.
Internal Server Error
func NewAcceptBackfillInternalServerError ¶
func NewAcceptBackfillInternalServerError() *AcceptBackfillInternalServerError
NewAcceptBackfillInternalServerError creates a AcceptBackfillInternalServerError with default headers values
func (*AcceptBackfillInternalServerError) Error ¶
func (o *AcceptBackfillInternalServerError) Error() string
func (*AcceptBackfillInternalServerError) GetPayload ¶
func (o *AcceptBackfillInternalServerError) GetPayload() *match2clientmodels.ResponseError
func (*AcceptBackfillInternalServerError) ToJSONString ¶
func (o *AcceptBackfillInternalServerError) ToJSONString() string
type AcceptBackfillNotFound ¶
type AcceptBackfillNotFound struct {
Payload *match2clientmodels.ResponseError
}
AcceptBackfillNotFound handles this case with default header values.
Not Found
func NewAcceptBackfillNotFound ¶
func NewAcceptBackfillNotFound() *AcceptBackfillNotFound
NewAcceptBackfillNotFound creates a AcceptBackfillNotFound with default headers values
func (*AcceptBackfillNotFound) Error ¶
func (o *AcceptBackfillNotFound) Error() string
func (*AcceptBackfillNotFound) GetPayload ¶
func (o *AcceptBackfillNotFound) GetPayload() *match2clientmodels.ResponseError
func (*AcceptBackfillNotFound) ToJSONString ¶
func (o *AcceptBackfillNotFound) ToJSONString() string
type AcceptBackfillOK ¶
type AcceptBackfillOK struct {
Payload *match2clientmodels.ModelsGameSession
}
AcceptBackfillOK handles this case with default header values.
OK
func NewAcceptBackfillOK ¶
func NewAcceptBackfillOK() *AcceptBackfillOK
NewAcceptBackfillOK creates a AcceptBackfillOK with default headers values
func (*AcceptBackfillOK) Error ¶
func (o *AcceptBackfillOK) Error() string
func (*AcceptBackfillOK) GetPayload ¶
func (o *AcceptBackfillOK) GetPayload() *match2clientmodels.ModelsGameSession
func (*AcceptBackfillOK) ToJSONString ¶
func (o *AcceptBackfillOK) ToJSONString() string
type AcceptBackfillParams ¶
type AcceptBackfillParams struct {
/*RetryPolicy*/
RetryPolicy *utils.Retry
/*Body*/
Body *match2clientmodels.APIBackFillAcceptRequest
/*BackfillID
backfill Ticket ID
*/
BackfillID 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
}
AcceptBackfillParams contains all the parameters to send to the API endpoint for the accept backfill operation typically these are written to a http.Request
func NewAcceptBackfillParams ¶
func NewAcceptBackfillParams() *AcceptBackfillParams
NewAcceptBackfillParams creates a new AcceptBackfillParams object with the default values initialized.
func NewAcceptBackfillParamsWithContext ¶
func NewAcceptBackfillParamsWithContext(ctx context.Context) *AcceptBackfillParams
NewAcceptBackfillParamsWithContext creates a new AcceptBackfillParams object with the default values initialized, and the ability to set a context for a request
func NewAcceptBackfillParamsWithHTTPClient ¶
func NewAcceptBackfillParamsWithHTTPClient(client *http.Client) *AcceptBackfillParams
NewAcceptBackfillParamsWithHTTPClient creates a new AcceptBackfillParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewAcceptBackfillParamsWithTimeout ¶
func NewAcceptBackfillParamsWithTimeout(timeout time.Duration) *AcceptBackfillParams
NewAcceptBackfillParamsWithTimeout creates a new AcceptBackfillParams object with the default values initialized, and the ability to set a timeout on a request
func (*AcceptBackfillParams) SetAuthInfoWriter ¶
func (o *AcceptBackfillParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the accept backfill params
func (*AcceptBackfillParams) SetBackfillID ¶
func (o *AcceptBackfillParams) SetBackfillID(backfillID string)
SetBackfillID adds the backfillId to the accept backfill params
func (*AcceptBackfillParams) SetBody ¶
func (o *AcceptBackfillParams) SetBody(body *match2clientmodels.APIBackFillAcceptRequest)
SetBody adds the body to the accept backfill params
func (*AcceptBackfillParams) SetContext ¶
func (o *AcceptBackfillParams) SetContext(ctx context.Context)
SetContext adds the context to the accept backfill params
func (*AcceptBackfillParams) SetFlightId ¶
func (o *AcceptBackfillParams) SetFlightId(flightId string)
SetFlightId adds the flightId as the header value for this specific endpoint
func (*AcceptBackfillParams) SetHTTPClient ¶
func (o *AcceptBackfillParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the accept backfill params
func (*AcceptBackfillParams) SetHTTPClientTransport ¶
func (o *AcceptBackfillParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the accept backfill params
func (*AcceptBackfillParams) SetNamespace ¶
func (o *AcceptBackfillParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the accept backfill params
func (*AcceptBackfillParams) SetTimeout ¶
func (o *AcceptBackfillParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the accept backfill params
func (*AcceptBackfillParams) WithBackfillID ¶
func (o *AcceptBackfillParams) WithBackfillID(backfillID string) *AcceptBackfillParams
WithBackfillID adds the backfillID to the accept backfill params
func (*AcceptBackfillParams) WithBody ¶
func (o *AcceptBackfillParams) WithBody(body *match2clientmodels.APIBackFillAcceptRequest) *AcceptBackfillParams
WithBody adds the body to the accept backfill params
func (*AcceptBackfillParams) WithContext ¶
func (o *AcceptBackfillParams) WithContext(ctx context.Context) *AcceptBackfillParams
WithContext adds the context to the accept backfill params
func (*AcceptBackfillParams) WithHTTPClient ¶
func (o *AcceptBackfillParams) WithHTTPClient(client *http.Client) *AcceptBackfillParams
WithHTTPClient adds the HTTPClient to the accept backfill params
func (*AcceptBackfillParams) WithNamespace ¶
func (o *AcceptBackfillParams) WithNamespace(namespace string) *AcceptBackfillParams
WithNamespace adds the namespace to the accept backfill params
func (*AcceptBackfillParams) WithTimeout ¶
func (o *AcceptBackfillParams) WithTimeout(timeout time.Duration) *AcceptBackfillParams
WithTimeout adds the timeout to the accept backfill params
func (*AcceptBackfillParams) WriteToRequest ¶
func (o *AcceptBackfillParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type AcceptBackfillReader ¶
type AcceptBackfillReader struct {
// contains filtered or unexported fields
}
AcceptBackfillReader is a Reader for the AcceptBackfill structure.
func (*AcceptBackfillReader) ReadResponse ¶
func (o *AcceptBackfillReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type AcceptBackfillResponse ¶
type AcceptBackfillResponse struct {
match2clientmodels.ApiResponse
Data *match2clientmodels.ModelsGameSession
Error400 *match2clientmodels.ResponseError
Error401 *match2clientmodels.ResponseError
Error403 *match2clientmodels.ResponseError
Error404 *match2clientmodels.ResponseError
Error500 *match2clientmodels.ResponseError
}
func (*AcceptBackfillResponse) Unpack ¶
func (m *AcceptBackfillResponse) Unpack() (*match2clientmodels.ModelsGameSession, *match2clientmodels.ApiError)
type AcceptBackfillUnauthorized ¶
type AcceptBackfillUnauthorized struct {
}
AcceptBackfillUnauthorized handles this case with default header values.
Unauthorized
func NewAcceptBackfillUnauthorized ¶
func NewAcceptBackfillUnauthorized() *AcceptBackfillUnauthorized
NewAcceptBackfillUnauthorized creates a AcceptBackfillUnauthorized with default headers values
func (*AcceptBackfillUnauthorized) Error ¶
func (o *AcceptBackfillUnauthorized) Error() string
func (*AcceptBackfillUnauthorized) GetPayload ¶
func (o *AcceptBackfillUnauthorized) GetPayload() *match2clientmodels.ResponseError
func (*AcceptBackfillUnauthorized) ToJSONString ¶
func (o *AcceptBackfillUnauthorized) ToJSONString() string
type AdminQueryBackfillBadRequest ¶ added in v0.3.0
type AdminQueryBackfillBadRequest struct {
Payload *match2clientmodels.ResponseError
}
AdminQueryBackfillBadRequest handles this case with default header values.
Bad Request
func NewAdminQueryBackfillBadRequest ¶ added in v0.3.0
func NewAdminQueryBackfillBadRequest() *AdminQueryBackfillBadRequest
NewAdminQueryBackfillBadRequest creates a AdminQueryBackfillBadRequest with default headers values
func (*AdminQueryBackfillBadRequest) Error ¶ added in v0.3.0
func (o *AdminQueryBackfillBadRequest) Error() string
func (*AdminQueryBackfillBadRequest) GetPayload ¶ added in v0.3.0
func (o *AdminQueryBackfillBadRequest) GetPayload() *match2clientmodels.ResponseError
func (*AdminQueryBackfillBadRequest) ToJSONString ¶ added in v0.3.0
func (o *AdminQueryBackfillBadRequest) ToJSONString() string
type AdminQueryBackfillForbidden ¶ added in v0.3.0
type AdminQueryBackfillForbidden struct {
Payload *match2clientmodels.ResponseError
}
AdminQueryBackfillForbidden handles this case with default header values.
Forbidden
func NewAdminQueryBackfillForbidden ¶ added in v0.3.0
func NewAdminQueryBackfillForbidden() *AdminQueryBackfillForbidden
NewAdminQueryBackfillForbidden creates a AdminQueryBackfillForbidden with default headers values
func (*AdminQueryBackfillForbidden) Error ¶ added in v0.3.0
func (o *AdminQueryBackfillForbidden) Error() string
func (*AdminQueryBackfillForbidden) GetPayload ¶ added in v0.3.0
func (o *AdminQueryBackfillForbidden) GetPayload() *match2clientmodels.ResponseError
func (*AdminQueryBackfillForbidden) ToJSONString ¶ added in v0.3.0
func (o *AdminQueryBackfillForbidden) ToJSONString() string
type AdminQueryBackfillInternalServerError ¶ added in v0.3.0
type AdminQueryBackfillInternalServerError struct {
Payload *match2clientmodels.ResponseError
}
AdminQueryBackfillInternalServerError handles this case with default header values.
Internal Server Error
func NewAdminQueryBackfillInternalServerError ¶ added in v0.3.0
func NewAdminQueryBackfillInternalServerError() *AdminQueryBackfillInternalServerError
NewAdminQueryBackfillInternalServerError creates a AdminQueryBackfillInternalServerError with default headers values
func (*AdminQueryBackfillInternalServerError) Error ¶ added in v0.3.0
func (o *AdminQueryBackfillInternalServerError) Error() string
func (*AdminQueryBackfillInternalServerError) GetPayload ¶ added in v0.3.0
func (o *AdminQueryBackfillInternalServerError) GetPayload() *match2clientmodels.ResponseError
func (*AdminQueryBackfillInternalServerError) ToJSONString ¶ added in v0.3.0
func (o *AdminQueryBackfillInternalServerError) ToJSONString() string
type AdminQueryBackfillNotFound ¶ added in v0.3.0
type AdminQueryBackfillNotFound struct {
Payload *match2clientmodels.ResponseError
}
AdminQueryBackfillNotFound handles this case with default header values.
Not Found
func NewAdminQueryBackfillNotFound ¶ added in v0.3.0
func NewAdminQueryBackfillNotFound() *AdminQueryBackfillNotFound
NewAdminQueryBackfillNotFound creates a AdminQueryBackfillNotFound with default headers values
func (*AdminQueryBackfillNotFound) Error ¶ added in v0.3.0
func (o *AdminQueryBackfillNotFound) Error() string
func (*AdminQueryBackfillNotFound) GetPayload ¶ added in v0.3.0
func (o *AdminQueryBackfillNotFound) GetPayload() *match2clientmodels.ResponseError
func (*AdminQueryBackfillNotFound) ToJSONString ¶ added in v0.3.0
func (o *AdminQueryBackfillNotFound) ToJSONString() string
type AdminQueryBackfillOK ¶ added in v0.3.0
type AdminQueryBackfillOK struct {
Payload *match2clientmodels.APIListBackfillQueryResponse
}
AdminQueryBackfillOK handles this case with default header values.
OK
func NewAdminQueryBackfillOK ¶ added in v0.3.0
func NewAdminQueryBackfillOK() *AdminQueryBackfillOK
NewAdminQueryBackfillOK creates a AdminQueryBackfillOK with default headers values
func (*AdminQueryBackfillOK) Error ¶ added in v0.3.0
func (o *AdminQueryBackfillOK) Error() string
func (*AdminQueryBackfillOK) GetPayload ¶ added in v0.3.0
func (o *AdminQueryBackfillOK) GetPayload() *match2clientmodels.APIListBackfillQueryResponse
func (*AdminQueryBackfillOK) ToJSONString ¶ added in v0.3.0
func (o *AdminQueryBackfillOK) ToJSONString() string
type AdminQueryBackfillParams ¶ added in v0.3.0
type AdminQueryBackfillParams struct {
/*RetryPolicy*/
RetryPolicy *utils.Retry
/*Namespace
namespace of the game
*/
Namespace string
/*FromTime
beginning of backfill ticket creation time range in RFC 3339 format e.g. 2022-10-21T07:20:50Z
*/
FromTime *string
/*IsActive
backfill isActive flag
*/
IsActive *bool
/*Limit
limit of the returned data
*/
Limit *int64
/*MatchPool
ticket match pool
*/
MatchPool *string
/*Offset
offset of the data
*/
Offset *int64
/*PlayerID
player ID of the backfilled session (WARNING: slow)
*/
PlayerID *string
/*Region
preferred region of the backfilled session (WARNING: slow)
*/
Region *string
/*SessionID
backfill Session ID
*/
SessionID *string
/*ToTime
end of backfill ticket creation time range in RFC 3339 format e.g. 2022-10-21T07:20:50Z
*/
ToTime *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
}
AdminQueryBackfillParams contains all the parameters to send to the API endpoint for the admin query backfill operation typically these are written to a http.Request
func NewAdminQueryBackfillParams ¶ added in v0.3.0
func NewAdminQueryBackfillParams() *AdminQueryBackfillParams
NewAdminQueryBackfillParams creates a new AdminQueryBackfillParams object with the default values initialized.
func NewAdminQueryBackfillParamsWithContext ¶ added in v0.3.0
func NewAdminQueryBackfillParamsWithContext(ctx context.Context) *AdminQueryBackfillParams
NewAdminQueryBackfillParamsWithContext creates a new AdminQueryBackfillParams object with the default values initialized, and the ability to set a context for a request
func NewAdminQueryBackfillParamsWithHTTPClient ¶ added in v0.3.0
func NewAdminQueryBackfillParamsWithHTTPClient(client *http.Client) *AdminQueryBackfillParams
NewAdminQueryBackfillParamsWithHTTPClient creates a new AdminQueryBackfillParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewAdminQueryBackfillParamsWithTimeout ¶ added in v0.3.0
func NewAdminQueryBackfillParamsWithTimeout(timeout time.Duration) *AdminQueryBackfillParams
NewAdminQueryBackfillParamsWithTimeout creates a new AdminQueryBackfillParams object with the default values initialized, and the ability to set a timeout on a request
func (*AdminQueryBackfillParams) SetAuthInfoWriter ¶ added in v0.3.0
func (o *AdminQueryBackfillParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the admin query backfill params
func (*AdminQueryBackfillParams) SetContext ¶ added in v0.3.0
func (o *AdminQueryBackfillParams) SetContext(ctx context.Context)
SetContext adds the context to the admin query backfill params
func (*AdminQueryBackfillParams) SetFlightId ¶ added in v0.3.0
func (o *AdminQueryBackfillParams) SetFlightId(flightId string)
SetFlightId adds the flightId as the header value for this specific endpoint
func (*AdminQueryBackfillParams) SetFromTime ¶ added in v0.3.0
func (o *AdminQueryBackfillParams) SetFromTime(fromTime *string)
SetFromTime adds the fromTime to the admin query backfill params
func (*AdminQueryBackfillParams) SetHTTPClient ¶ added in v0.3.0
func (o *AdminQueryBackfillParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the admin query backfill params
func (*AdminQueryBackfillParams) SetHTTPClientTransport ¶ added in v0.3.0
func (o *AdminQueryBackfillParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the admin query backfill params
func (*AdminQueryBackfillParams) SetIsActive ¶ added in v0.3.0
func (o *AdminQueryBackfillParams) SetIsActive(isActive *bool)
SetIsActive adds the isActive to the admin query backfill params
func (*AdminQueryBackfillParams) SetLimit ¶ added in v0.3.0
func (o *AdminQueryBackfillParams) SetLimit(limit *int64)
SetLimit adds the limit to the admin query backfill params
func (*AdminQueryBackfillParams) SetMatchPool ¶ added in v0.3.0
func (o *AdminQueryBackfillParams) SetMatchPool(matchPool *string)
SetMatchPool adds the matchPool to the admin query backfill params
func (*AdminQueryBackfillParams) SetNamespace ¶ added in v0.3.0
func (o *AdminQueryBackfillParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the admin query backfill params
func (*AdminQueryBackfillParams) SetOffset ¶ added in v0.3.0
func (o *AdminQueryBackfillParams) SetOffset(offset *int64)
SetOffset adds the offset to the admin query backfill params
func (*AdminQueryBackfillParams) SetPlayerID ¶ added in v0.3.0
func (o *AdminQueryBackfillParams) SetPlayerID(playerID *string)
SetPlayerID adds the playerId to the admin query backfill params
func (*AdminQueryBackfillParams) SetRegion ¶ added in v0.3.0
func (o *AdminQueryBackfillParams) SetRegion(region *string)
SetRegion adds the region to the admin query backfill params
func (*AdminQueryBackfillParams) SetSessionID ¶ added in v0.3.0
func (o *AdminQueryBackfillParams) SetSessionID(sessionID *string)
SetSessionID adds the sessionId to the admin query backfill params
func (*AdminQueryBackfillParams) SetTimeout ¶ added in v0.3.0
func (o *AdminQueryBackfillParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the admin query backfill params
func (*AdminQueryBackfillParams) SetToTime ¶ added in v0.3.0
func (o *AdminQueryBackfillParams) SetToTime(toTime *string)
SetToTime adds the toTime to the admin query backfill params
func (*AdminQueryBackfillParams) WithContext ¶ added in v0.3.0
func (o *AdminQueryBackfillParams) WithContext(ctx context.Context) *AdminQueryBackfillParams
WithContext adds the context to the admin query backfill params
func (*AdminQueryBackfillParams) WithFromTime ¶ added in v0.3.0
func (o *AdminQueryBackfillParams) WithFromTime(fromTime *string) *AdminQueryBackfillParams
WithFromTime adds the fromTime to the admin query backfill params
func (*AdminQueryBackfillParams) WithHTTPClient ¶ added in v0.3.0
func (o *AdminQueryBackfillParams) WithHTTPClient(client *http.Client) *AdminQueryBackfillParams
WithHTTPClient adds the HTTPClient to the admin query backfill params
func (*AdminQueryBackfillParams) WithIsActive ¶ added in v0.3.0
func (o *AdminQueryBackfillParams) WithIsActive(isActive *bool) *AdminQueryBackfillParams
WithIsActive adds the isActive to the admin query backfill params
func (*AdminQueryBackfillParams) WithLimit ¶ added in v0.3.0
func (o *AdminQueryBackfillParams) WithLimit(limit *int64) *AdminQueryBackfillParams
WithLimit adds the limit to the admin query backfill params
func (*AdminQueryBackfillParams) WithMatchPool ¶ added in v0.3.0
func (o *AdminQueryBackfillParams) WithMatchPool(matchPool *string) *AdminQueryBackfillParams
WithMatchPool adds the matchPool to the admin query backfill params
func (*AdminQueryBackfillParams) WithNamespace ¶ added in v0.3.0
func (o *AdminQueryBackfillParams) WithNamespace(namespace string) *AdminQueryBackfillParams
WithNamespace adds the namespace to the admin query backfill params
func (*AdminQueryBackfillParams) WithOffset ¶ added in v0.3.0
func (o *AdminQueryBackfillParams) WithOffset(offset *int64) *AdminQueryBackfillParams
WithOffset adds the offset to the admin query backfill params
func (*AdminQueryBackfillParams) WithPlayerID ¶ added in v0.3.0
func (o *AdminQueryBackfillParams) WithPlayerID(playerID *string) *AdminQueryBackfillParams
WithPlayerID adds the playerID to the admin query backfill params
func (*AdminQueryBackfillParams) WithRegion ¶ added in v0.3.0
func (o *AdminQueryBackfillParams) WithRegion(region *string) *AdminQueryBackfillParams
WithRegion adds the region to the admin query backfill params
func (*AdminQueryBackfillParams) WithSessionID ¶ added in v0.3.0
func (o *AdminQueryBackfillParams) WithSessionID(sessionID *string) *AdminQueryBackfillParams
WithSessionID adds the sessionID to the admin query backfill params
func (*AdminQueryBackfillParams) WithTimeout ¶ added in v0.3.0
func (o *AdminQueryBackfillParams) WithTimeout(timeout time.Duration) *AdminQueryBackfillParams
WithTimeout adds the timeout to the admin query backfill params
func (*AdminQueryBackfillParams) WithToTime ¶ added in v0.3.0
func (o *AdminQueryBackfillParams) WithToTime(toTime *string) *AdminQueryBackfillParams
WithToTime adds the toTime to the admin query backfill params
func (*AdminQueryBackfillParams) WriteToRequest ¶ added in v0.3.0
func (o *AdminQueryBackfillParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type AdminQueryBackfillReader ¶ added in v0.3.0
type AdminQueryBackfillReader struct {
// contains filtered or unexported fields
}
AdminQueryBackfillReader is a Reader for the AdminQueryBackfill structure.
func (*AdminQueryBackfillReader) ReadResponse ¶ added in v0.3.0
func (o *AdminQueryBackfillReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type AdminQueryBackfillResponse ¶ added in v0.3.0
type AdminQueryBackfillResponse struct {
match2clientmodels.ApiResponse
Data *match2clientmodels.APIListBackfillQueryResponse
Error400 *match2clientmodels.ResponseError
Error401 *match2clientmodels.ResponseError
Error403 *match2clientmodels.ResponseError
Error404 *match2clientmodels.ResponseError
Error500 *match2clientmodels.ResponseError
}
func (*AdminQueryBackfillResponse) Unpack ¶ added in v0.3.0
func (m *AdminQueryBackfillResponse) Unpack() (*match2clientmodels.APIListBackfillQueryResponse, *match2clientmodels.ApiError)
type AdminQueryBackfillUnauthorized ¶ added in v0.3.0
type AdminQueryBackfillUnauthorized struct {
}
AdminQueryBackfillUnauthorized handles this case with default header values.
Unauthorized
func NewAdminQueryBackfillUnauthorized ¶ added in v0.3.0
func NewAdminQueryBackfillUnauthorized() *AdminQueryBackfillUnauthorized
NewAdminQueryBackfillUnauthorized creates a AdminQueryBackfillUnauthorized with default headers values
func (*AdminQueryBackfillUnauthorized) Error ¶ added in v0.3.0
func (o *AdminQueryBackfillUnauthorized) Error() string
func (*AdminQueryBackfillUnauthorized) GetPayload ¶ added in v0.3.0
func (o *AdminQueryBackfillUnauthorized) GetPayload() *match2clientmodels.ResponseError
func (*AdminQueryBackfillUnauthorized) ToJSONString ¶ added in v0.3.0
func (o *AdminQueryBackfillUnauthorized) ToJSONString() string
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client for backfill API
func (*Client) AcceptBackfillShort ¶
func (a *Client) AcceptBackfillShort(params *AcceptBackfillParams, authInfo runtime.ClientAuthInfoWriter) (*AcceptBackfillResponse, error)
AcceptBackfillShort accept a backfill proposal Accept backfill proposal. Field **acceptedTicketIds** can be used to accept specific tickets within a backfill proposal. If the ticketIDs are not mentioned in this field, those tickets will be rejected and reactivated for future proposals. If **acceptedTicketIds** is nil or not specified, then all tickets in the proposal will be accepted.
func (*Client) AdminQueryBackfillShort ¶ added in v0.3.0
func (a *Client) AdminQueryBackfillShort(params *AdminQueryBackfillParams, authInfo runtime.ClientAuthInfoWriter) (*AdminQueryBackfillResponse, error)
AdminQueryBackfillShort admin query backfill ticket Admin Query backfill ticket
func (*Client) CreateBackfillShort ¶
func (a *Client) CreateBackfillShort(params *CreateBackfillParams, authInfo runtime.ClientAuthInfoWriter) (*CreateBackfillResponse, error)
CreateBackfillShort create a backfill ticket Create backfill ticket.
func (*Client) DeleteBackfillShort ¶
func (a *Client) DeleteBackfillShort(params *DeleteBackfillParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteBackfillResponse, error)
DeleteBackfillShort delete a backfill ticket Delete backfill ticket.
func (*Client) GetBackfillProposalShort ¶
func (a *Client) GetBackfillProposalShort(params *GetBackfillProposalParams, authInfo runtime.ClientAuthInfoWriter) (*GetBackfillProposalResponse, error)
GetBackfillProposalShort get backfill proposal Get backfill proposal
func (*Client) GetBackfillShort ¶
func (a *Client) GetBackfillShort(params *GetBackfillParams, authInfo runtime.ClientAuthInfoWriter) (*GetBackfillResponse, error)
GetBackfillShort get a backfill ticket Get backfill ticket by ID
func (*Client) RejectBackfillShort ¶
func (a *Client) RejectBackfillShort(params *RejectBackfillParams, authInfo runtime.ClientAuthInfoWriter) (*RejectBackfillResponse, error)
RejectBackfillShort reject a backfill proposal Reject backfill proposal
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
type ClientService ¶
type ClientService interface {
AdminQueryBackfillShort(params *AdminQueryBackfillParams, authInfo runtime.ClientAuthInfoWriter) (*AdminQueryBackfillResponse, error)
CreateBackfillShort(params *CreateBackfillParams, authInfo runtime.ClientAuthInfoWriter) (*CreateBackfillResponse, error)
GetBackfillProposalShort(params *GetBackfillProposalParams, authInfo runtime.ClientAuthInfoWriter) (*GetBackfillProposalResponse, error)
GetBackfillShort(params *GetBackfillParams, authInfo runtime.ClientAuthInfoWriter) (*GetBackfillResponse, error)
DeleteBackfillShort(params *DeleteBackfillParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteBackfillResponse, error)
AcceptBackfillShort(params *AcceptBackfillParams, authInfo runtime.ClientAuthInfoWriter) (*AcceptBackfillResponse, error)
RejectBackfillShort(params *RejectBackfillParams, authInfo runtime.ClientAuthInfoWriter) (*RejectBackfillResponse, 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 backfill API client.
type CreateBackfillBadRequest ¶
type CreateBackfillBadRequest struct {
Payload *match2clientmodels.ResponseError
}
CreateBackfillBadRequest handles this case with default header values.
Bad Request
func NewCreateBackfillBadRequest ¶
func NewCreateBackfillBadRequest() *CreateBackfillBadRequest
NewCreateBackfillBadRequest creates a CreateBackfillBadRequest with default headers values
func (*CreateBackfillBadRequest) Error ¶
func (o *CreateBackfillBadRequest) Error() string
func (*CreateBackfillBadRequest) GetPayload ¶
func (o *CreateBackfillBadRequest) GetPayload() *match2clientmodels.ResponseError
func (*CreateBackfillBadRequest) ToJSONString ¶
func (o *CreateBackfillBadRequest) ToJSONString() string
type CreateBackfillConflict ¶
type CreateBackfillConflict struct {
Payload *match2clientmodels.ResponseError
}
CreateBackfillConflict handles this case with default header values.
Conflict
func NewCreateBackfillConflict ¶
func NewCreateBackfillConflict() *CreateBackfillConflict
NewCreateBackfillConflict creates a CreateBackfillConflict with default headers values
func (*CreateBackfillConflict) Error ¶
func (o *CreateBackfillConflict) Error() string
func (*CreateBackfillConflict) GetPayload ¶
func (o *CreateBackfillConflict) GetPayload() *match2clientmodels.ResponseError
func (*CreateBackfillConflict) ToJSONString ¶
func (o *CreateBackfillConflict) ToJSONString() string
type CreateBackfillCreated ¶
type CreateBackfillCreated struct {
Payload *match2clientmodels.APIBackfillCreateResponse
}
CreateBackfillCreated handles this case with default header values.
Created
func NewCreateBackfillCreated ¶
func NewCreateBackfillCreated() *CreateBackfillCreated
NewCreateBackfillCreated creates a CreateBackfillCreated with default headers values
func (*CreateBackfillCreated) Error ¶
func (o *CreateBackfillCreated) Error() string
func (*CreateBackfillCreated) GetPayload ¶
func (o *CreateBackfillCreated) GetPayload() *match2clientmodels.APIBackfillCreateResponse
func (*CreateBackfillCreated) ToJSONString ¶
func (o *CreateBackfillCreated) ToJSONString() string
type CreateBackfillForbidden ¶
type CreateBackfillForbidden struct {
Payload *match2clientmodels.ResponseError
}
CreateBackfillForbidden handles this case with default header values.
Forbidden
func NewCreateBackfillForbidden ¶
func NewCreateBackfillForbidden() *CreateBackfillForbidden
NewCreateBackfillForbidden creates a CreateBackfillForbidden with default headers values
func (*CreateBackfillForbidden) Error ¶
func (o *CreateBackfillForbidden) Error() string
func (*CreateBackfillForbidden) GetPayload ¶
func (o *CreateBackfillForbidden) GetPayload() *match2clientmodels.ResponseError
func (*CreateBackfillForbidden) ToJSONString ¶
func (o *CreateBackfillForbidden) ToJSONString() string
type CreateBackfillInternalServerError ¶
type CreateBackfillInternalServerError struct {
Payload *match2clientmodels.ResponseError
}
CreateBackfillInternalServerError handles this case with default header values.
Internal Server Error
func NewCreateBackfillInternalServerError ¶
func NewCreateBackfillInternalServerError() *CreateBackfillInternalServerError
NewCreateBackfillInternalServerError creates a CreateBackfillInternalServerError with default headers values
func (*CreateBackfillInternalServerError) Error ¶
func (o *CreateBackfillInternalServerError) Error() string
func (*CreateBackfillInternalServerError) GetPayload ¶
func (o *CreateBackfillInternalServerError) GetPayload() *match2clientmodels.ResponseError
func (*CreateBackfillInternalServerError) ToJSONString ¶
func (o *CreateBackfillInternalServerError) ToJSONString() string
type CreateBackfillNotFound ¶
type CreateBackfillNotFound struct {
Payload *match2clientmodels.ResponseError
}
CreateBackfillNotFound handles this case with default header values.
Not Found
func NewCreateBackfillNotFound ¶
func NewCreateBackfillNotFound() *CreateBackfillNotFound
NewCreateBackfillNotFound creates a CreateBackfillNotFound with default headers values
func (*CreateBackfillNotFound) Error ¶
func (o *CreateBackfillNotFound) Error() string
func (*CreateBackfillNotFound) GetPayload ¶
func (o *CreateBackfillNotFound) GetPayload() *match2clientmodels.ResponseError
func (*CreateBackfillNotFound) ToJSONString ¶
func (o *CreateBackfillNotFound) ToJSONString() string
type CreateBackfillParams ¶
type CreateBackfillParams struct {
/*RetryPolicy*/
RetryPolicy *utils.Retry
/*Body*/
Body *match2clientmodels.APIBackFillCreateRequest
/*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
}
CreateBackfillParams contains all the parameters to send to the API endpoint for the create backfill operation typically these are written to a http.Request
func NewCreateBackfillParams ¶
func NewCreateBackfillParams() *CreateBackfillParams
NewCreateBackfillParams creates a new CreateBackfillParams object with the default values initialized.
func NewCreateBackfillParamsWithContext ¶
func NewCreateBackfillParamsWithContext(ctx context.Context) *CreateBackfillParams
NewCreateBackfillParamsWithContext creates a new CreateBackfillParams object with the default values initialized, and the ability to set a context for a request
func NewCreateBackfillParamsWithHTTPClient ¶
func NewCreateBackfillParamsWithHTTPClient(client *http.Client) *CreateBackfillParams
NewCreateBackfillParamsWithHTTPClient creates a new CreateBackfillParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewCreateBackfillParamsWithTimeout ¶
func NewCreateBackfillParamsWithTimeout(timeout time.Duration) *CreateBackfillParams
NewCreateBackfillParamsWithTimeout creates a new CreateBackfillParams object with the default values initialized, and the ability to set a timeout on a request
func (*CreateBackfillParams) SetAuthInfoWriter ¶
func (o *CreateBackfillParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the create backfill params
func (*CreateBackfillParams) SetBody ¶
func (o *CreateBackfillParams) SetBody(body *match2clientmodels.APIBackFillCreateRequest)
SetBody adds the body to the create backfill params
func (*CreateBackfillParams) SetContext ¶
func (o *CreateBackfillParams) SetContext(ctx context.Context)
SetContext adds the context to the create backfill params
func (*CreateBackfillParams) SetFlightId ¶
func (o *CreateBackfillParams) SetFlightId(flightId string)
SetFlightId adds the flightId as the header value for this specific endpoint
func (*CreateBackfillParams) SetHTTPClient ¶
func (o *CreateBackfillParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create backfill params
func (*CreateBackfillParams) SetHTTPClientTransport ¶
func (o *CreateBackfillParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the create backfill params
func (*CreateBackfillParams) SetNamespace ¶
func (o *CreateBackfillParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the create backfill params
func (*CreateBackfillParams) SetTimeout ¶
func (o *CreateBackfillParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create backfill params
func (*CreateBackfillParams) WithBody ¶
func (o *CreateBackfillParams) WithBody(body *match2clientmodels.APIBackFillCreateRequest) *CreateBackfillParams
WithBody adds the body to the create backfill params
func (*CreateBackfillParams) WithContext ¶
func (o *CreateBackfillParams) WithContext(ctx context.Context) *CreateBackfillParams
WithContext adds the context to the create backfill params
func (*CreateBackfillParams) WithHTTPClient ¶
func (o *CreateBackfillParams) WithHTTPClient(client *http.Client) *CreateBackfillParams
WithHTTPClient adds the HTTPClient to the create backfill params
func (*CreateBackfillParams) WithNamespace ¶
func (o *CreateBackfillParams) WithNamespace(namespace string) *CreateBackfillParams
WithNamespace adds the namespace to the create backfill params
func (*CreateBackfillParams) WithTimeout ¶
func (o *CreateBackfillParams) WithTimeout(timeout time.Duration) *CreateBackfillParams
WithTimeout adds the timeout to the create backfill params
func (*CreateBackfillParams) WriteToRequest ¶
func (o *CreateBackfillParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateBackfillReader ¶
type CreateBackfillReader struct {
// contains filtered or unexported fields
}
CreateBackfillReader is a Reader for the CreateBackfill structure.
func (*CreateBackfillReader) ReadResponse ¶
func (o *CreateBackfillReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CreateBackfillResponse ¶
type CreateBackfillResponse struct {
match2clientmodels.ApiResponse
Data *match2clientmodels.APIBackfillCreateResponse
Error400 *match2clientmodels.ResponseError
Error401 *match2clientmodels.ResponseError
Error403 *match2clientmodels.ResponseError
Error404 *match2clientmodels.ResponseError
Error409 *match2clientmodels.ResponseError
Error500 *match2clientmodels.ResponseError
}
func (*CreateBackfillResponse) Unpack ¶
func (m *CreateBackfillResponse) Unpack() (*match2clientmodels.APIBackfillCreateResponse, *match2clientmodels.ApiError)
type CreateBackfillUnauthorized ¶
type CreateBackfillUnauthorized struct {
}
CreateBackfillUnauthorized handles this case with default header values.
Unauthorized
func NewCreateBackfillUnauthorized ¶
func NewCreateBackfillUnauthorized() *CreateBackfillUnauthorized
NewCreateBackfillUnauthorized creates a CreateBackfillUnauthorized with default headers values
func (*CreateBackfillUnauthorized) Error ¶
func (o *CreateBackfillUnauthorized) Error() string
func (*CreateBackfillUnauthorized) GetPayload ¶
func (o *CreateBackfillUnauthorized) GetPayload() *match2clientmodels.ResponseError
func (*CreateBackfillUnauthorized) ToJSONString ¶
func (o *CreateBackfillUnauthorized) ToJSONString() string
type DeleteBackfillForbidden ¶
type DeleteBackfillForbidden struct {
Payload *match2clientmodels.ResponseError
}
DeleteBackfillForbidden handles this case with default header values.
Forbidden
func NewDeleteBackfillForbidden ¶
func NewDeleteBackfillForbidden() *DeleteBackfillForbidden
NewDeleteBackfillForbidden creates a DeleteBackfillForbidden with default headers values
func (*DeleteBackfillForbidden) Error ¶
func (o *DeleteBackfillForbidden) Error() string
func (*DeleteBackfillForbidden) GetPayload ¶
func (o *DeleteBackfillForbidden) GetPayload() *match2clientmodels.ResponseError
func (*DeleteBackfillForbidden) ToJSONString ¶
func (o *DeleteBackfillForbidden) ToJSONString() string
type DeleteBackfillInternalServerError ¶
type DeleteBackfillInternalServerError struct {
Payload *match2clientmodels.ResponseError
}
DeleteBackfillInternalServerError handles this case with default header values.
Internal Server Error
func NewDeleteBackfillInternalServerError ¶
func NewDeleteBackfillInternalServerError() *DeleteBackfillInternalServerError
NewDeleteBackfillInternalServerError creates a DeleteBackfillInternalServerError with default headers values
func (*DeleteBackfillInternalServerError) Error ¶
func (o *DeleteBackfillInternalServerError) Error() string
func (*DeleteBackfillInternalServerError) GetPayload ¶
func (o *DeleteBackfillInternalServerError) GetPayload() *match2clientmodels.ResponseError
func (*DeleteBackfillInternalServerError) ToJSONString ¶
func (o *DeleteBackfillInternalServerError) ToJSONString() string
type DeleteBackfillNoContent ¶
type DeleteBackfillNoContent struct {
}
DeleteBackfillNoContent handles this case with default header values.
Created
func NewDeleteBackfillNoContent ¶
func NewDeleteBackfillNoContent() *DeleteBackfillNoContent
NewDeleteBackfillNoContent creates a DeleteBackfillNoContent with default headers values
func (*DeleteBackfillNoContent) Error ¶
func (o *DeleteBackfillNoContent) Error() string
type DeleteBackfillNotFound ¶
type DeleteBackfillNotFound struct {
Payload *match2clientmodels.ResponseError
}
DeleteBackfillNotFound handles this case with default header values.
Not Found
func NewDeleteBackfillNotFound ¶
func NewDeleteBackfillNotFound() *DeleteBackfillNotFound
NewDeleteBackfillNotFound creates a DeleteBackfillNotFound with default headers values
func (*DeleteBackfillNotFound) Error ¶
func (o *DeleteBackfillNotFound) Error() string
func (*DeleteBackfillNotFound) GetPayload ¶
func (o *DeleteBackfillNotFound) GetPayload() *match2clientmodels.ResponseError
func (*DeleteBackfillNotFound) ToJSONString ¶
func (o *DeleteBackfillNotFound) ToJSONString() string
type DeleteBackfillParams ¶
type DeleteBackfillParams struct {
/*RetryPolicy*/
RetryPolicy *utils.Retry
/*BackfillID
backfill Ticket ID
*/
BackfillID 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
}
DeleteBackfillParams contains all the parameters to send to the API endpoint for the delete backfill operation typically these are written to a http.Request
func NewDeleteBackfillParams ¶
func NewDeleteBackfillParams() *DeleteBackfillParams
NewDeleteBackfillParams creates a new DeleteBackfillParams object with the default values initialized.
func NewDeleteBackfillParamsWithContext ¶
func NewDeleteBackfillParamsWithContext(ctx context.Context) *DeleteBackfillParams
NewDeleteBackfillParamsWithContext creates a new DeleteBackfillParams object with the default values initialized, and the ability to set a context for a request
func NewDeleteBackfillParamsWithHTTPClient ¶
func NewDeleteBackfillParamsWithHTTPClient(client *http.Client) *DeleteBackfillParams
NewDeleteBackfillParamsWithHTTPClient creates a new DeleteBackfillParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDeleteBackfillParamsWithTimeout ¶
func NewDeleteBackfillParamsWithTimeout(timeout time.Duration) *DeleteBackfillParams
NewDeleteBackfillParamsWithTimeout creates a new DeleteBackfillParams object with the default values initialized, and the ability to set a timeout on a request
func (*DeleteBackfillParams) SetAuthInfoWriter ¶
func (o *DeleteBackfillParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the delete backfill params
func (*DeleteBackfillParams) SetBackfillID ¶
func (o *DeleteBackfillParams) SetBackfillID(backfillID string)
SetBackfillID adds the backfillId to the delete backfill params
func (*DeleteBackfillParams) SetContext ¶
func (o *DeleteBackfillParams) SetContext(ctx context.Context)
SetContext adds the context to the delete backfill params
func (*DeleteBackfillParams) SetFlightId ¶
func (o *DeleteBackfillParams) SetFlightId(flightId string)
SetFlightId adds the flightId as the header value for this specific endpoint
func (*DeleteBackfillParams) SetHTTPClient ¶
func (o *DeleteBackfillParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete backfill params
func (*DeleteBackfillParams) SetHTTPClientTransport ¶
func (o *DeleteBackfillParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the delete backfill params
func (*DeleteBackfillParams) SetNamespace ¶
func (o *DeleteBackfillParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the delete backfill params
func (*DeleteBackfillParams) SetTimeout ¶
func (o *DeleteBackfillParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete backfill params
func (*DeleteBackfillParams) WithBackfillID ¶
func (o *DeleteBackfillParams) WithBackfillID(backfillID string) *DeleteBackfillParams
WithBackfillID adds the backfillID to the delete backfill params
func (*DeleteBackfillParams) WithContext ¶
func (o *DeleteBackfillParams) WithContext(ctx context.Context) *DeleteBackfillParams
WithContext adds the context to the delete backfill params
func (*DeleteBackfillParams) WithHTTPClient ¶
func (o *DeleteBackfillParams) WithHTTPClient(client *http.Client) *DeleteBackfillParams
WithHTTPClient adds the HTTPClient to the delete backfill params
func (*DeleteBackfillParams) WithNamespace ¶
func (o *DeleteBackfillParams) WithNamespace(namespace string) *DeleteBackfillParams
WithNamespace adds the namespace to the delete backfill params
func (*DeleteBackfillParams) WithTimeout ¶
func (o *DeleteBackfillParams) WithTimeout(timeout time.Duration) *DeleteBackfillParams
WithTimeout adds the timeout to the delete backfill params
func (*DeleteBackfillParams) WriteToRequest ¶
func (o *DeleteBackfillParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteBackfillReader ¶
type DeleteBackfillReader struct {
// contains filtered or unexported fields
}
DeleteBackfillReader is a Reader for the DeleteBackfill structure.
func (*DeleteBackfillReader) ReadResponse ¶
func (o *DeleteBackfillReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteBackfillResponse ¶
type DeleteBackfillResponse struct {
match2clientmodels.ApiResponse
Error401 *match2clientmodels.ResponseError
Error403 *match2clientmodels.ResponseError
Error404 *match2clientmodels.ResponseError
Error500 *match2clientmodels.ResponseError
}
func (*DeleteBackfillResponse) Unpack ¶
func (m *DeleteBackfillResponse) Unpack() *match2clientmodels.ApiError
type DeleteBackfillUnauthorized ¶
type DeleteBackfillUnauthorized struct {
}
DeleteBackfillUnauthorized handles this case with default header values.
Unauthorized
func NewDeleteBackfillUnauthorized ¶
func NewDeleteBackfillUnauthorized() *DeleteBackfillUnauthorized
NewDeleteBackfillUnauthorized creates a DeleteBackfillUnauthorized with default headers values
func (*DeleteBackfillUnauthorized) Error ¶
func (o *DeleteBackfillUnauthorized) Error() string
func (*DeleteBackfillUnauthorized) GetPayload ¶
func (o *DeleteBackfillUnauthorized) GetPayload() *match2clientmodels.ResponseError
func (*DeleteBackfillUnauthorized) ToJSONString ¶
func (o *DeleteBackfillUnauthorized) ToJSONString() string
type GetBackfillBadRequest ¶
type GetBackfillBadRequest struct {
Payload *match2clientmodels.ResponseError
}
GetBackfillBadRequest handles this case with default header values.
Bad Request
func NewGetBackfillBadRequest ¶
func NewGetBackfillBadRequest() *GetBackfillBadRequest
NewGetBackfillBadRequest creates a GetBackfillBadRequest with default headers values
func (*GetBackfillBadRequest) Error ¶
func (o *GetBackfillBadRequest) Error() string
func (*GetBackfillBadRequest) GetPayload ¶
func (o *GetBackfillBadRequest) GetPayload() *match2clientmodels.ResponseError
func (*GetBackfillBadRequest) ToJSONString ¶
func (o *GetBackfillBadRequest) ToJSONString() string
type GetBackfillForbidden ¶
type GetBackfillForbidden struct {
Payload *match2clientmodels.ResponseError
}
GetBackfillForbidden handles this case with default header values.
Forbidden
func NewGetBackfillForbidden ¶
func NewGetBackfillForbidden() *GetBackfillForbidden
NewGetBackfillForbidden creates a GetBackfillForbidden with default headers values
func (*GetBackfillForbidden) Error ¶
func (o *GetBackfillForbidden) Error() string
func (*GetBackfillForbidden) GetPayload ¶
func (o *GetBackfillForbidden) GetPayload() *match2clientmodels.ResponseError
func (*GetBackfillForbidden) ToJSONString ¶
func (o *GetBackfillForbidden) ToJSONString() string
type GetBackfillInternalServerError ¶
type GetBackfillInternalServerError struct {
Payload *match2clientmodels.ResponseError
}
GetBackfillInternalServerError handles this case with default header values.
Internal Server Error
func NewGetBackfillInternalServerError ¶
func NewGetBackfillInternalServerError() *GetBackfillInternalServerError
NewGetBackfillInternalServerError creates a GetBackfillInternalServerError with default headers values
func (*GetBackfillInternalServerError) Error ¶
func (o *GetBackfillInternalServerError) Error() string
func (*GetBackfillInternalServerError) GetPayload ¶
func (o *GetBackfillInternalServerError) GetPayload() *match2clientmodels.ResponseError
func (*GetBackfillInternalServerError) ToJSONString ¶
func (o *GetBackfillInternalServerError) ToJSONString() string
type GetBackfillNotFound ¶
type GetBackfillNotFound struct {
Payload *match2clientmodels.ResponseError
}
GetBackfillNotFound handles this case with default header values.
Not Found
func NewGetBackfillNotFound ¶
func NewGetBackfillNotFound() *GetBackfillNotFound
NewGetBackfillNotFound creates a GetBackfillNotFound with default headers values
func (*GetBackfillNotFound) Error ¶
func (o *GetBackfillNotFound) Error() string
func (*GetBackfillNotFound) GetPayload ¶
func (o *GetBackfillNotFound) GetPayload() *match2clientmodels.ResponseError
func (*GetBackfillNotFound) ToJSONString ¶
func (o *GetBackfillNotFound) ToJSONString() string
type GetBackfillOK ¶
type GetBackfillOK struct {
Payload *match2clientmodels.APIBackfillGetResponse
}
GetBackfillOK handles this case with default header values.
OK
func NewGetBackfillOK ¶
func NewGetBackfillOK() *GetBackfillOK
NewGetBackfillOK creates a GetBackfillOK with default headers values
func (*GetBackfillOK) Error ¶
func (o *GetBackfillOK) Error() string
func (*GetBackfillOK) GetPayload ¶
func (o *GetBackfillOK) GetPayload() *match2clientmodels.APIBackfillGetResponse
func (*GetBackfillOK) ToJSONString ¶
func (o *GetBackfillOK) ToJSONString() string
type GetBackfillParams ¶
type GetBackfillParams struct {
/*RetryPolicy*/
RetryPolicy *utils.Retry
/*BackfillID
backfill Ticket ID
*/
BackfillID 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
}
GetBackfillParams contains all the parameters to send to the API endpoint for the get backfill operation typically these are written to a http.Request
func NewGetBackfillParams ¶
func NewGetBackfillParams() *GetBackfillParams
NewGetBackfillParams creates a new GetBackfillParams object with the default values initialized.
func NewGetBackfillParamsWithContext ¶
func NewGetBackfillParamsWithContext(ctx context.Context) *GetBackfillParams
NewGetBackfillParamsWithContext creates a new GetBackfillParams object with the default values initialized, and the ability to set a context for a request
func NewGetBackfillParamsWithHTTPClient ¶
func NewGetBackfillParamsWithHTTPClient(client *http.Client) *GetBackfillParams
NewGetBackfillParamsWithHTTPClient creates a new GetBackfillParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetBackfillParamsWithTimeout ¶
func NewGetBackfillParamsWithTimeout(timeout time.Duration) *GetBackfillParams
NewGetBackfillParamsWithTimeout creates a new GetBackfillParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetBackfillParams) SetAuthInfoWriter ¶
func (o *GetBackfillParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the get backfill params
func (*GetBackfillParams) SetBackfillID ¶
func (o *GetBackfillParams) SetBackfillID(backfillID string)
SetBackfillID adds the backfillId to the get backfill params
func (*GetBackfillParams) SetContext ¶
func (o *GetBackfillParams) SetContext(ctx context.Context)
SetContext adds the context to the get backfill params
func (*GetBackfillParams) SetFlightId ¶
func (o *GetBackfillParams) SetFlightId(flightId string)
SetFlightId adds the flightId as the header value for this specific endpoint
func (*GetBackfillParams) SetHTTPClient ¶
func (o *GetBackfillParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get backfill params
func (*GetBackfillParams) SetHTTPClientTransport ¶
func (o *GetBackfillParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the get backfill params
func (*GetBackfillParams) SetNamespace ¶
func (o *GetBackfillParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the get backfill params
func (*GetBackfillParams) SetTimeout ¶
func (o *GetBackfillParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get backfill params
func (*GetBackfillParams) WithBackfillID ¶
func (o *GetBackfillParams) WithBackfillID(backfillID string) *GetBackfillParams
WithBackfillID adds the backfillID to the get backfill params
func (*GetBackfillParams) WithContext ¶
func (o *GetBackfillParams) WithContext(ctx context.Context) *GetBackfillParams
WithContext adds the context to the get backfill params
func (*GetBackfillParams) WithHTTPClient ¶
func (o *GetBackfillParams) WithHTTPClient(client *http.Client) *GetBackfillParams
WithHTTPClient adds the HTTPClient to the get backfill params
func (*GetBackfillParams) WithNamespace ¶
func (o *GetBackfillParams) WithNamespace(namespace string) *GetBackfillParams
WithNamespace adds the namespace to the get backfill params
func (*GetBackfillParams) WithTimeout ¶
func (o *GetBackfillParams) WithTimeout(timeout time.Duration) *GetBackfillParams
WithTimeout adds the timeout to the get backfill params
func (*GetBackfillParams) WriteToRequest ¶
func (o *GetBackfillParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetBackfillProposalBadRequest ¶
type GetBackfillProposalBadRequest struct {
Payload *match2clientmodels.ResponseError
}
GetBackfillProposalBadRequest handles this case with default header values.
Bad Request
func NewGetBackfillProposalBadRequest ¶
func NewGetBackfillProposalBadRequest() *GetBackfillProposalBadRequest
NewGetBackfillProposalBadRequest creates a GetBackfillProposalBadRequest with default headers values
func (*GetBackfillProposalBadRequest) Error ¶
func (o *GetBackfillProposalBadRequest) Error() string
func (*GetBackfillProposalBadRequest) GetPayload ¶
func (o *GetBackfillProposalBadRequest) GetPayload() *match2clientmodels.ResponseError
func (*GetBackfillProposalBadRequest) ToJSONString ¶
func (o *GetBackfillProposalBadRequest) ToJSONString() string
type GetBackfillProposalForbidden ¶
type GetBackfillProposalForbidden struct {
Payload *match2clientmodels.ResponseError
}
GetBackfillProposalForbidden handles this case with default header values.
Forbidden
func NewGetBackfillProposalForbidden ¶
func NewGetBackfillProposalForbidden() *GetBackfillProposalForbidden
NewGetBackfillProposalForbidden creates a GetBackfillProposalForbidden with default headers values
func (*GetBackfillProposalForbidden) Error ¶
func (o *GetBackfillProposalForbidden) Error() string
func (*GetBackfillProposalForbidden) GetPayload ¶
func (o *GetBackfillProposalForbidden) GetPayload() *match2clientmodels.ResponseError
func (*GetBackfillProposalForbidden) ToJSONString ¶
func (o *GetBackfillProposalForbidden) ToJSONString() string
type GetBackfillProposalInternalServerError ¶
type GetBackfillProposalInternalServerError struct {
Payload *match2clientmodels.ResponseError
}
GetBackfillProposalInternalServerError handles this case with default header values.
Internal Server Error
func NewGetBackfillProposalInternalServerError ¶
func NewGetBackfillProposalInternalServerError() *GetBackfillProposalInternalServerError
NewGetBackfillProposalInternalServerError creates a GetBackfillProposalInternalServerError with default headers values
func (*GetBackfillProposalInternalServerError) Error ¶
func (o *GetBackfillProposalInternalServerError) Error() string
func (*GetBackfillProposalInternalServerError) GetPayload ¶
func (o *GetBackfillProposalInternalServerError) GetPayload() *match2clientmodels.ResponseError
func (*GetBackfillProposalInternalServerError) ToJSONString ¶
func (o *GetBackfillProposalInternalServerError) ToJSONString() string
type GetBackfillProposalNotFound ¶
type GetBackfillProposalNotFound struct {
Payload *match2clientmodels.ResponseError
}
GetBackfillProposalNotFound handles this case with default header values.
Not Found
func NewGetBackfillProposalNotFound ¶
func NewGetBackfillProposalNotFound() *GetBackfillProposalNotFound
NewGetBackfillProposalNotFound creates a GetBackfillProposalNotFound with default headers values
func (*GetBackfillProposalNotFound) Error ¶
func (o *GetBackfillProposalNotFound) Error() string
func (*GetBackfillProposalNotFound) GetPayload ¶
func (o *GetBackfillProposalNotFound) GetPayload() *match2clientmodels.ResponseError
func (*GetBackfillProposalNotFound) ToJSONString ¶
func (o *GetBackfillProposalNotFound) ToJSONString() string
type GetBackfillProposalOK ¶
type GetBackfillProposalOK struct {
Payload *match2clientmodels.APIBackfillProposalResponse
}
GetBackfillProposalOK handles this case with default header values.
OK
func NewGetBackfillProposalOK ¶
func NewGetBackfillProposalOK() *GetBackfillProposalOK
NewGetBackfillProposalOK creates a GetBackfillProposalOK with default headers values
func (*GetBackfillProposalOK) Error ¶
func (o *GetBackfillProposalOK) Error() string
func (*GetBackfillProposalOK) GetPayload ¶
func (o *GetBackfillProposalOK) GetPayload() *match2clientmodels.APIBackfillProposalResponse
func (*GetBackfillProposalOK) ToJSONString ¶
func (o *GetBackfillProposalOK) ToJSONString() string
type GetBackfillProposalParams ¶
type GetBackfillProposalParams struct {
/*RetryPolicy*/
RetryPolicy *utils.Retry
/*Namespace
namespace of the game
*/
Namespace string
/*SessionID
Session ID information
*/
SessionID string
AuthInfoWriter runtime.ClientAuthInfoWriter
Context context.Context
HTTPClient *http.Client
// XFlightId is an optional parameter from this SDK
XFlightId *string
// contains filtered or unexported fields
}
GetBackfillProposalParams contains all the parameters to send to the API endpoint for the get backfill proposal operation typically these are written to a http.Request
func NewGetBackfillProposalParams ¶
func NewGetBackfillProposalParams() *GetBackfillProposalParams
NewGetBackfillProposalParams creates a new GetBackfillProposalParams object with the default values initialized.
func NewGetBackfillProposalParamsWithContext ¶
func NewGetBackfillProposalParamsWithContext(ctx context.Context) *GetBackfillProposalParams
NewGetBackfillProposalParamsWithContext creates a new GetBackfillProposalParams object with the default values initialized, and the ability to set a context for a request
func NewGetBackfillProposalParamsWithHTTPClient ¶
func NewGetBackfillProposalParamsWithHTTPClient(client *http.Client) *GetBackfillProposalParams
NewGetBackfillProposalParamsWithHTTPClient creates a new GetBackfillProposalParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetBackfillProposalParamsWithTimeout ¶
func NewGetBackfillProposalParamsWithTimeout(timeout time.Duration) *GetBackfillProposalParams
NewGetBackfillProposalParamsWithTimeout creates a new GetBackfillProposalParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetBackfillProposalParams) SetAuthInfoWriter ¶
func (o *GetBackfillProposalParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the get backfill proposal params
func (*GetBackfillProposalParams) SetContext ¶
func (o *GetBackfillProposalParams) SetContext(ctx context.Context)
SetContext adds the context to the get backfill proposal params
func (*GetBackfillProposalParams) SetFlightId ¶
func (o *GetBackfillProposalParams) SetFlightId(flightId string)
SetFlightId adds the flightId as the header value for this specific endpoint
func (*GetBackfillProposalParams) SetHTTPClient ¶
func (o *GetBackfillProposalParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get backfill proposal params
func (*GetBackfillProposalParams) SetHTTPClientTransport ¶
func (o *GetBackfillProposalParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the get backfill proposal params
func (*GetBackfillProposalParams) SetNamespace ¶
func (o *GetBackfillProposalParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the get backfill proposal params
func (*GetBackfillProposalParams) SetSessionID ¶
func (o *GetBackfillProposalParams) SetSessionID(sessionID string)
SetSessionID adds the sessionId to the get backfill proposal params
func (*GetBackfillProposalParams) SetTimeout ¶
func (o *GetBackfillProposalParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get backfill proposal params
func (*GetBackfillProposalParams) WithContext ¶
func (o *GetBackfillProposalParams) WithContext(ctx context.Context) *GetBackfillProposalParams
WithContext adds the context to the get backfill proposal params
func (*GetBackfillProposalParams) WithHTTPClient ¶
func (o *GetBackfillProposalParams) WithHTTPClient(client *http.Client) *GetBackfillProposalParams
WithHTTPClient adds the HTTPClient to the get backfill proposal params
func (*GetBackfillProposalParams) WithNamespace ¶
func (o *GetBackfillProposalParams) WithNamespace(namespace string) *GetBackfillProposalParams
WithNamespace adds the namespace to the get backfill proposal params
func (*GetBackfillProposalParams) WithSessionID ¶
func (o *GetBackfillProposalParams) WithSessionID(sessionID string) *GetBackfillProposalParams
WithSessionID adds the sessionID to the get backfill proposal params
func (*GetBackfillProposalParams) WithTimeout ¶
func (o *GetBackfillProposalParams) WithTimeout(timeout time.Duration) *GetBackfillProposalParams
WithTimeout adds the timeout to the get backfill proposal params
func (*GetBackfillProposalParams) WriteToRequest ¶
func (o *GetBackfillProposalParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetBackfillProposalReader ¶
type GetBackfillProposalReader struct {
// contains filtered or unexported fields
}
GetBackfillProposalReader is a Reader for the GetBackfillProposal structure.
func (*GetBackfillProposalReader) ReadResponse ¶
func (o *GetBackfillProposalReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetBackfillProposalResponse ¶
type GetBackfillProposalResponse struct {
match2clientmodels.ApiResponse
Data *match2clientmodels.APIBackfillProposalResponse
Error400 *match2clientmodels.ResponseError
Error401 *match2clientmodels.ResponseError
Error403 *match2clientmodels.ResponseError
Error404 *match2clientmodels.ResponseError
Error500 *match2clientmodels.ResponseError
}
func (*GetBackfillProposalResponse) Unpack ¶
func (m *GetBackfillProposalResponse) Unpack() (*match2clientmodels.APIBackfillProposalResponse, *match2clientmodels.ApiError)
type GetBackfillProposalUnauthorized ¶
type GetBackfillProposalUnauthorized struct {
}
GetBackfillProposalUnauthorized handles this case with default header values.
Unauthorized
func NewGetBackfillProposalUnauthorized ¶
func NewGetBackfillProposalUnauthorized() *GetBackfillProposalUnauthorized
NewGetBackfillProposalUnauthorized creates a GetBackfillProposalUnauthorized with default headers values
func (*GetBackfillProposalUnauthorized) Error ¶
func (o *GetBackfillProposalUnauthorized) Error() string
func (*GetBackfillProposalUnauthorized) GetPayload ¶
func (o *GetBackfillProposalUnauthorized) GetPayload() *match2clientmodels.ResponseError
func (*GetBackfillProposalUnauthorized) ToJSONString ¶
func (o *GetBackfillProposalUnauthorized) ToJSONString() string
type GetBackfillReader ¶
type GetBackfillReader struct {
// contains filtered or unexported fields
}
GetBackfillReader is a Reader for the GetBackfill structure.
func (*GetBackfillReader) ReadResponse ¶
func (o *GetBackfillReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetBackfillResponse ¶
type GetBackfillResponse struct {
match2clientmodels.ApiResponse
Data *match2clientmodels.APIBackfillGetResponse
Error400 *match2clientmodels.ResponseError
Error401 *match2clientmodels.ResponseError
Error403 *match2clientmodels.ResponseError
Error404 *match2clientmodels.ResponseError
Error500 *match2clientmodels.ResponseError
}
func (*GetBackfillResponse) Unpack ¶
func (m *GetBackfillResponse) Unpack() (*match2clientmodels.APIBackfillGetResponse, *match2clientmodels.ApiError)
type GetBackfillUnauthorized ¶
type GetBackfillUnauthorized struct {
}
GetBackfillUnauthorized handles this case with default header values.
Unauthorized
func NewGetBackfillUnauthorized ¶
func NewGetBackfillUnauthorized() *GetBackfillUnauthorized
NewGetBackfillUnauthorized creates a GetBackfillUnauthorized with default headers values
func (*GetBackfillUnauthorized) Error ¶
func (o *GetBackfillUnauthorized) Error() string
func (*GetBackfillUnauthorized) GetPayload ¶
func (o *GetBackfillUnauthorized) GetPayload() *match2clientmodels.ResponseError
func (*GetBackfillUnauthorized) ToJSONString ¶
func (o *GetBackfillUnauthorized) ToJSONString() string
type RejectBackfillBadRequest ¶
type RejectBackfillBadRequest struct {
Payload *match2clientmodels.ResponseError
}
RejectBackfillBadRequest handles this case with default header values.
Bad Request
func NewRejectBackfillBadRequest ¶
func NewRejectBackfillBadRequest() *RejectBackfillBadRequest
NewRejectBackfillBadRequest creates a RejectBackfillBadRequest with default headers values
func (*RejectBackfillBadRequest) Error ¶
func (o *RejectBackfillBadRequest) Error() string
func (*RejectBackfillBadRequest) GetPayload ¶
func (o *RejectBackfillBadRequest) GetPayload() *match2clientmodels.ResponseError
func (*RejectBackfillBadRequest) ToJSONString ¶
func (o *RejectBackfillBadRequest) ToJSONString() string
type RejectBackfillForbidden ¶
type RejectBackfillForbidden struct {
Payload *match2clientmodels.ResponseError
}
RejectBackfillForbidden handles this case with default header values.
Forbidden
func NewRejectBackfillForbidden ¶
func NewRejectBackfillForbidden() *RejectBackfillForbidden
NewRejectBackfillForbidden creates a RejectBackfillForbidden with default headers values
func (*RejectBackfillForbidden) Error ¶
func (o *RejectBackfillForbidden) Error() string
func (*RejectBackfillForbidden) GetPayload ¶
func (o *RejectBackfillForbidden) GetPayload() *match2clientmodels.ResponseError
func (*RejectBackfillForbidden) ToJSONString ¶
func (o *RejectBackfillForbidden) ToJSONString() string
type RejectBackfillInternalServerError ¶
type RejectBackfillInternalServerError struct {
Payload *match2clientmodels.ResponseError
}
RejectBackfillInternalServerError handles this case with default header values.
Internal Server Error
func NewRejectBackfillInternalServerError ¶
func NewRejectBackfillInternalServerError() *RejectBackfillInternalServerError
NewRejectBackfillInternalServerError creates a RejectBackfillInternalServerError with default headers values
func (*RejectBackfillInternalServerError) Error ¶
func (o *RejectBackfillInternalServerError) Error() string
func (*RejectBackfillInternalServerError) GetPayload ¶
func (o *RejectBackfillInternalServerError) GetPayload() *match2clientmodels.ResponseError
func (*RejectBackfillInternalServerError) ToJSONString ¶
func (o *RejectBackfillInternalServerError) ToJSONString() string
type RejectBackfillNotFound ¶
type RejectBackfillNotFound struct {
Payload *match2clientmodels.ResponseError
}
RejectBackfillNotFound handles this case with default header values.
Not Found
func NewRejectBackfillNotFound ¶
func NewRejectBackfillNotFound() *RejectBackfillNotFound
NewRejectBackfillNotFound creates a RejectBackfillNotFound with default headers values
func (*RejectBackfillNotFound) Error ¶
func (o *RejectBackfillNotFound) Error() string
func (*RejectBackfillNotFound) GetPayload ¶
func (o *RejectBackfillNotFound) GetPayload() *match2clientmodels.ResponseError
func (*RejectBackfillNotFound) ToJSONString ¶
func (o *RejectBackfillNotFound) ToJSONString() string
type RejectBackfillOK ¶
type RejectBackfillOK struct {
}
RejectBackfillOK handles this case with default header values.
OK
func NewRejectBackfillOK ¶
func NewRejectBackfillOK() *RejectBackfillOK
NewRejectBackfillOK creates a RejectBackfillOK with default headers values
func (*RejectBackfillOK) Error ¶
func (o *RejectBackfillOK) Error() string
type RejectBackfillParams ¶
type RejectBackfillParams struct {
/*RetryPolicy*/
RetryPolicy *utils.Retry
/*Body*/
Body *match2clientmodels.APIBackFillRejectRequest
/*BackfillID
backfill Ticket ID
*/
BackfillID 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
}
RejectBackfillParams contains all the parameters to send to the API endpoint for the reject backfill operation typically these are written to a http.Request
func NewRejectBackfillParams ¶
func NewRejectBackfillParams() *RejectBackfillParams
NewRejectBackfillParams creates a new RejectBackfillParams object with the default values initialized.
func NewRejectBackfillParamsWithContext ¶
func NewRejectBackfillParamsWithContext(ctx context.Context) *RejectBackfillParams
NewRejectBackfillParamsWithContext creates a new RejectBackfillParams object with the default values initialized, and the ability to set a context for a request
func NewRejectBackfillParamsWithHTTPClient ¶
func NewRejectBackfillParamsWithHTTPClient(client *http.Client) *RejectBackfillParams
NewRejectBackfillParamsWithHTTPClient creates a new RejectBackfillParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewRejectBackfillParamsWithTimeout ¶
func NewRejectBackfillParamsWithTimeout(timeout time.Duration) *RejectBackfillParams
NewRejectBackfillParamsWithTimeout creates a new RejectBackfillParams object with the default values initialized, and the ability to set a timeout on a request
func (*RejectBackfillParams) SetAuthInfoWriter ¶
func (o *RejectBackfillParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the reject backfill params
func (*RejectBackfillParams) SetBackfillID ¶
func (o *RejectBackfillParams) SetBackfillID(backfillID string)
SetBackfillID adds the backfillId to the reject backfill params
func (*RejectBackfillParams) SetBody ¶
func (o *RejectBackfillParams) SetBody(body *match2clientmodels.APIBackFillRejectRequest)
SetBody adds the body to the reject backfill params
func (*RejectBackfillParams) SetContext ¶
func (o *RejectBackfillParams) SetContext(ctx context.Context)
SetContext adds the context to the reject backfill params
func (*RejectBackfillParams) SetFlightId ¶
func (o *RejectBackfillParams) SetFlightId(flightId string)
SetFlightId adds the flightId as the header value for this specific endpoint
func (*RejectBackfillParams) SetHTTPClient ¶
func (o *RejectBackfillParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the reject backfill params
func (*RejectBackfillParams) SetHTTPClientTransport ¶
func (o *RejectBackfillParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the reject backfill params
func (*RejectBackfillParams) SetNamespace ¶
func (o *RejectBackfillParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the reject backfill params
func (*RejectBackfillParams) SetTimeout ¶
func (o *RejectBackfillParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the reject backfill params
func (*RejectBackfillParams) WithBackfillID ¶
func (o *RejectBackfillParams) WithBackfillID(backfillID string) *RejectBackfillParams
WithBackfillID adds the backfillID to the reject backfill params
func (*RejectBackfillParams) WithBody ¶
func (o *RejectBackfillParams) WithBody(body *match2clientmodels.APIBackFillRejectRequest) *RejectBackfillParams
WithBody adds the body to the reject backfill params
func (*RejectBackfillParams) WithContext ¶
func (o *RejectBackfillParams) WithContext(ctx context.Context) *RejectBackfillParams
WithContext adds the context to the reject backfill params
func (*RejectBackfillParams) WithHTTPClient ¶
func (o *RejectBackfillParams) WithHTTPClient(client *http.Client) *RejectBackfillParams
WithHTTPClient adds the HTTPClient to the reject backfill params
func (*RejectBackfillParams) WithNamespace ¶
func (o *RejectBackfillParams) WithNamespace(namespace string) *RejectBackfillParams
WithNamespace adds the namespace to the reject backfill params
func (*RejectBackfillParams) WithTimeout ¶
func (o *RejectBackfillParams) WithTimeout(timeout time.Duration) *RejectBackfillParams
WithTimeout adds the timeout to the reject backfill params
func (*RejectBackfillParams) WriteToRequest ¶
func (o *RejectBackfillParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type RejectBackfillReader ¶
type RejectBackfillReader struct {
// contains filtered or unexported fields
}
RejectBackfillReader is a Reader for the RejectBackfill structure.
func (*RejectBackfillReader) ReadResponse ¶
func (o *RejectBackfillReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type RejectBackfillResponse ¶
type RejectBackfillResponse struct {
match2clientmodels.ApiResponse
Error400 *match2clientmodels.ResponseError
Error401 *match2clientmodels.ResponseError
Error403 *match2clientmodels.ResponseError
Error404 *match2clientmodels.ResponseError
Error500 *match2clientmodels.ResponseError
}
func (*RejectBackfillResponse) Unpack ¶
func (m *RejectBackfillResponse) Unpack() *match2clientmodels.ApiError
type RejectBackfillUnauthorized ¶
type RejectBackfillUnauthorized struct {
}
RejectBackfillUnauthorized handles this case with default header values.
Unauthorized
func NewRejectBackfillUnauthorized ¶
func NewRejectBackfillUnauthorized() *RejectBackfillUnauthorized
NewRejectBackfillUnauthorized creates a RejectBackfillUnauthorized with default headers values
func (*RejectBackfillUnauthorized) Error ¶
func (o *RejectBackfillUnauthorized) Error() string
func (*RejectBackfillUnauthorized) GetPayload ¶
func (o *RejectBackfillUnauthorized) GetPayload() *match2clientmodels.ResponseError
func (*RejectBackfillUnauthorized) ToJSONString ¶
func (o *RejectBackfillUnauthorized) ToJSONString() string
Source Files
¶
- accept_backfill_parameters.go
- accept_backfill_responses.go
- admin_query_backfill_parameters.go
- admin_query_backfill_responses.go
- backfill_client.go
- create_backfill_parameters.go
- create_backfill_responses.go
- delete_backfill_parameters.go
- delete_backfill_responses.go
- get_backfill_parameters.go
- get_backfill_proposal_parameters.go
- get_backfill_proposal_responses.go
- get_backfill_responses.go
- reject_backfill_parameters.go
- reject_backfill_responses.go