backfill

package
v0.70.0 Latest Latest
Warning

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

Go to latest
Published: May 21, 2024 License: MIT Imports: 15 Imported by: 0

Documentation

Index

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 (*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 (*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 (*AcceptBackfillInternalServerError) GetPayload

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 (*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 added in v0.51.0

func (*AcceptBackfillOK) ToJSONString added in v0.51.0

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

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 added in v0.63.0

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

WithBody adds the body to the accept backfill params

func (*AcceptBackfillParams) WithContext

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 AcceptBackfillUnauthorized

type AcceptBackfillUnauthorized struct {
	Payload *match2clientmodels.ResponseError
}

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 (*AcceptBackfillUnauthorized) GetPayload

func (*AcceptBackfillUnauthorized) ToJSONString

func (o *AcceptBackfillUnauthorized) ToJSONString() string

type Client

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

Client for backfill API

func (*Client) AcceptBackfill deprecated

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

AcceptBackfill accept a backfill proposal Accept backfill proposal.

func (*Client) AcceptBackfillShort

func (a *Client) AcceptBackfillShort(params *AcceptBackfillParams, authInfo runtime.ClientAuthInfoWriter) (*AcceptBackfillOK, error)

AcceptBackfillShort accept a backfill proposal Accept backfill proposal.

func (*Client) CreateBackfill deprecated

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

CreateBackfill create a backfill ticket Create backfill ticket.

func (*Client) CreateBackfillShort

func (a *Client) CreateBackfillShort(params *CreateBackfillParams, authInfo runtime.ClientAuthInfoWriter) (*CreateBackfillCreated, error)

CreateBackfillShort create a backfill ticket Create backfill ticket.

func (*Client) DeleteBackfill deprecated added in v0.37.0

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

DeleteBackfill delete a backfill ticket Delete backfill ticket.

func (*Client) DeleteBackfillShort added in v0.37.0

func (a *Client) DeleteBackfillShort(params *DeleteBackfillParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteBackfillNoContent, error)

DeleteBackfillShort delete a backfill ticket Delete backfill ticket.

func (*Client) GetBackfill deprecated added in v0.37.0

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

GetBackfill get a backfill ticket Get backfill ticket by ID

func (*Client) GetBackfillProposal deprecated added in v0.37.0

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

GetBackfillProposal get backfill proposal Get backfill proposal

func (*Client) GetBackfillProposalShort added in v0.37.0

func (a *Client) GetBackfillProposalShort(params *GetBackfillProposalParams, authInfo runtime.ClientAuthInfoWriter) (*GetBackfillProposalOK, error)

GetBackfillProposalShort get backfill proposal Get backfill proposal

func (*Client) GetBackfillShort added in v0.37.0

func (a *Client) GetBackfillShort(params *GetBackfillParams, authInfo runtime.ClientAuthInfoWriter) (*GetBackfillOK, error)

GetBackfillShort get a backfill ticket Get backfill ticket by ID

func (*Client) RejectBackfill deprecated

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

RejectBackfill reject a backfill proposal Reject backfill proposal

func (*Client) RejectBackfillShort

func (a *Client) RejectBackfillShort(params *RejectBackfillParams, authInfo runtime.ClientAuthInfoWriter) (*RejectBackfillOK, 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 {
	CreateBackfill(params *CreateBackfillParams, authInfo runtime.ClientAuthInfoWriter) (*CreateBackfillCreated, *CreateBackfillBadRequest, *CreateBackfillUnauthorized, *CreateBackfillForbidden, *CreateBackfillNotFound, *CreateBackfillConflict, *CreateBackfillInternalServerError, error)
	CreateBackfillShort(params *CreateBackfillParams, authInfo runtime.ClientAuthInfoWriter) (*CreateBackfillCreated, error)
	GetBackfillProposal(params *GetBackfillProposalParams, authInfo runtime.ClientAuthInfoWriter) (*GetBackfillProposalOK, *GetBackfillProposalBadRequest, *GetBackfillProposalUnauthorized, *GetBackfillProposalForbidden, *GetBackfillProposalNotFound, *GetBackfillProposalInternalServerError, error)
	GetBackfillProposalShort(params *GetBackfillProposalParams, authInfo runtime.ClientAuthInfoWriter) (*GetBackfillProposalOK, error)
	GetBackfill(params *GetBackfillParams, authInfo runtime.ClientAuthInfoWriter) (*GetBackfillOK, *GetBackfillBadRequest, *GetBackfillUnauthorized, *GetBackfillForbidden, *GetBackfillNotFound, *GetBackfillInternalServerError, error)
	GetBackfillShort(params *GetBackfillParams, authInfo runtime.ClientAuthInfoWriter) (*GetBackfillOK, error)
	DeleteBackfill(params *DeleteBackfillParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteBackfillNoContent, *DeleteBackfillUnauthorized, *DeleteBackfillForbidden, *DeleteBackfillNotFound, *DeleteBackfillInternalServerError, error)
	DeleteBackfillShort(params *DeleteBackfillParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteBackfillNoContent, error)
	AcceptBackfill(params *AcceptBackfillParams, authInfo runtime.ClientAuthInfoWriter) (*AcceptBackfillOK, *AcceptBackfillBadRequest, *AcceptBackfillUnauthorized, *AcceptBackfillForbidden, *AcceptBackfillNotFound, *AcceptBackfillInternalServerError, error)
	AcceptBackfillShort(params *AcceptBackfillParams, authInfo runtime.ClientAuthInfoWriter) (*AcceptBackfillOK, error)
	RejectBackfill(params *RejectBackfillParams, authInfo runtime.ClientAuthInfoWriter) (*RejectBackfillOK, *RejectBackfillBadRequest, *RejectBackfillUnauthorized, *RejectBackfillForbidden, *RejectBackfillNotFound, *RejectBackfillInternalServerError, error)
	RejectBackfillShort(params *RejectBackfillParams, authInfo runtime.ClientAuthInfoWriter) (*RejectBackfillOK, 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 (*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 (*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 added in v0.39.0

func (*CreateBackfillCreated) ToJSONString added in v0.39.0

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 (*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 (*CreateBackfillInternalServerError) GetPayload

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 (*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

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 added in v0.63.0

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

WithBody adds the body to the create backfill params

func (*CreateBackfillParams) WithContext

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 CreateBackfillUnauthorized

type CreateBackfillUnauthorized struct {
	Payload *match2clientmodels.ResponseError
}

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 (*CreateBackfillUnauthorized) GetPayload

func (*CreateBackfillUnauthorized) ToJSONString

func (o *CreateBackfillUnauthorized) ToJSONString() string

type DeleteBackfillForbidden added in v0.37.0

type DeleteBackfillForbidden struct {
	Payload *match2clientmodels.ResponseError
}

DeleteBackfillForbidden handles this case with default header values.

Forbidden

func NewDeleteBackfillForbidden added in v0.37.0

func NewDeleteBackfillForbidden() *DeleteBackfillForbidden

NewDeleteBackfillForbidden creates a DeleteBackfillForbidden with default headers values

func (*DeleteBackfillForbidden) Error added in v0.37.0

func (o *DeleteBackfillForbidden) Error() string

func (*DeleteBackfillForbidden) GetPayload added in v0.37.0

func (*DeleteBackfillForbidden) ToJSONString added in v0.37.0

func (o *DeleteBackfillForbidden) ToJSONString() string

type DeleteBackfillInternalServerError added in v0.37.0

type DeleteBackfillInternalServerError struct {
	Payload *match2clientmodels.ResponseError
}

DeleteBackfillInternalServerError handles this case with default header values.

Internal Server Error

func NewDeleteBackfillInternalServerError added in v0.37.0

func NewDeleteBackfillInternalServerError() *DeleteBackfillInternalServerError

NewDeleteBackfillInternalServerError creates a DeleteBackfillInternalServerError with default headers values

func (*DeleteBackfillInternalServerError) Error added in v0.37.0

func (*DeleteBackfillInternalServerError) GetPayload added in v0.37.0

func (*DeleteBackfillInternalServerError) ToJSONString added in v0.37.0

func (o *DeleteBackfillInternalServerError) ToJSONString() string

type DeleteBackfillNoContent added in v0.37.0

type DeleteBackfillNoContent struct {
}

DeleteBackfillNoContent handles this case with default header values.

Created

func NewDeleteBackfillNoContent added in v0.37.0

func NewDeleteBackfillNoContent() *DeleteBackfillNoContent

NewDeleteBackfillNoContent creates a DeleteBackfillNoContent with default headers values

func (*DeleteBackfillNoContent) Error added in v0.37.0

func (o *DeleteBackfillNoContent) Error() string

type DeleteBackfillNotFound added in v0.37.0

type DeleteBackfillNotFound struct {
	Payload *match2clientmodels.ResponseError
}

DeleteBackfillNotFound handles this case with default header values.

Not Found

func NewDeleteBackfillNotFound added in v0.37.0

func NewDeleteBackfillNotFound() *DeleteBackfillNotFound

NewDeleteBackfillNotFound creates a DeleteBackfillNotFound with default headers values

func (*DeleteBackfillNotFound) Error added in v0.37.0

func (o *DeleteBackfillNotFound) Error() string

func (*DeleteBackfillNotFound) GetPayload added in v0.37.0

func (*DeleteBackfillNotFound) ToJSONString added in v0.37.0

func (o *DeleteBackfillNotFound) ToJSONString() string

type DeleteBackfillParams added in v0.37.0

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 added in v0.37.0

func NewDeleteBackfillParams() *DeleteBackfillParams

NewDeleteBackfillParams creates a new DeleteBackfillParams object with the default values initialized.

func NewDeleteBackfillParamsWithContext added in v0.37.0

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 added in v0.37.0

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 added in v0.37.0

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 added in v0.37.0

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

SetAuthInfoWriter adds the authInfoWriter to the delete backfill params

func (*DeleteBackfillParams) SetBackfillID added in v0.37.0

func (o *DeleteBackfillParams) SetBackfillID(backfillID string)

SetBackfillID adds the backfillId to the delete backfill params

func (*DeleteBackfillParams) SetContext added in v0.37.0

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

SetContext adds the context to the delete backfill params

func (*DeleteBackfillParams) SetFlightId added in v0.63.0

func (o *DeleteBackfillParams) SetFlightId(flightId string)

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

func (*DeleteBackfillParams) SetHTTPClient added in v0.37.0

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

SetHTTPClient adds the HTTPClient to the delete backfill params

func (*DeleteBackfillParams) SetHTTPClientTransport added in v0.37.0

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

SetHTTPClient adds the HTTPClient Transport to the delete backfill params

func (*DeleteBackfillParams) SetNamespace added in v0.37.0

func (o *DeleteBackfillParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the delete backfill params

func (*DeleteBackfillParams) SetTimeout added in v0.37.0

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

SetTimeout adds the timeout to the delete backfill params

func (*DeleteBackfillParams) WithBackfillID added in v0.37.0

func (o *DeleteBackfillParams) WithBackfillID(backfillID string) *DeleteBackfillParams

WithBackfillID adds the backfillID to the delete backfill params

func (*DeleteBackfillParams) WithContext added in v0.37.0

WithContext adds the context to the delete backfill params

func (*DeleteBackfillParams) WithHTTPClient added in v0.37.0

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

WithHTTPClient adds the HTTPClient to the delete backfill params

func (*DeleteBackfillParams) WithNamespace added in v0.37.0

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

WithNamespace adds the namespace to the delete backfill params

func (*DeleteBackfillParams) WithTimeout added in v0.37.0

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

WithTimeout adds the timeout to the delete backfill params

func (*DeleteBackfillParams) WriteToRequest added in v0.37.0

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

WriteToRequest writes these params to a swagger request

type DeleteBackfillReader added in v0.37.0

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

DeleteBackfillReader is a Reader for the DeleteBackfill structure.

func (*DeleteBackfillReader) ReadResponse added in v0.37.0

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

ReadResponse reads a server response into the received o.

type DeleteBackfillUnauthorized added in v0.37.0

type DeleteBackfillUnauthorized struct {
	Payload *match2clientmodels.ResponseError
}

DeleteBackfillUnauthorized handles this case with default header values.

Unauthorized

func NewDeleteBackfillUnauthorized added in v0.37.0

func NewDeleteBackfillUnauthorized() *DeleteBackfillUnauthorized

NewDeleteBackfillUnauthorized creates a DeleteBackfillUnauthorized with default headers values

func (*DeleteBackfillUnauthorized) Error added in v0.37.0

func (*DeleteBackfillUnauthorized) GetPayload added in v0.37.0

func (*DeleteBackfillUnauthorized) ToJSONString added in v0.37.0

func (o *DeleteBackfillUnauthorized) ToJSONString() string

type GetBackfillBadRequest added in v0.37.0

type GetBackfillBadRequest struct {
	Payload *match2clientmodels.ResponseError
}

GetBackfillBadRequest handles this case with default header values.

Bad Request

func NewGetBackfillBadRequest added in v0.37.0

func NewGetBackfillBadRequest() *GetBackfillBadRequest

NewGetBackfillBadRequest creates a GetBackfillBadRequest with default headers values

func (*GetBackfillBadRequest) Error added in v0.37.0

func (o *GetBackfillBadRequest) Error() string

func (*GetBackfillBadRequest) GetPayload added in v0.37.0

func (*GetBackfillBadRequest) ToJSONString added in v0.37.0

func (o *GetBackfillBadRequest) ToJSONString() string

type GetBackfillForbidden added in v0.37.0

type GetBackfillForbidden struct {
	Payload *match2clientmodels.ResponseError
}

GetBackfillForbidden handles this case with default header values.

Forbidden

func NewGetBackfillForbidden added in v0.37.0

func NewGetBackfillForbidden() *GetBackfillForbidden

NewGetBackfillForbidden creates a GetBackfillForbidden with default headers values

func (*GetBackfillForbidden) Error added in v0.37.0

func (o *GetBackfillForbidden) Error() string

func (*GetBackfillForbidden) GetPayload added in v0.37.0

func (*GetBackfillForbidden) ToJSONString added in v0.37.0

func (o *GetBackfillForbidden) ToJSONString() string

type GetBackfillInternalServerError added in v0.37.0

type GetBackfillInternalServerError struct {
	Payload *match2clientmodels.ResponseError
}

GetBackfillInternalServerError handles this case with default header values.

Internal Server Error

func NewGetBackfillInternalServerError added in v0.37.0

func NewGetBackfillInternalServerError() *GetBackfillInternalServerError

NewGetBackfillInternalServerError creates a GetBackfillInternalServerError with default headers values

func (*GetBackfillInternalServerError) Error added in v0.37.0

func (*GetBackfillInternalServerError) GetPayload added in v0.37.0

func (*GetBackfillInternalServerError) ToJSONString added in v0.37.0

func (o *GetBackfillInternalServerError) ToJSONString() string

type GetBackfillNotFound added in v0.37.0

type GetBackfillNotFound struct {
	Payload *match2clientmodels.ResponseError
}

GetBackfillNotFound handles this case with default header values.

Not Found

func NewGetBackfillNotFound added in v0.37.0

func NewGetBackfillNotFound() *GetBackfillNotFound

NewGetBackfillNotFound creates a GetBackfillNotFound with default headers values

func (*GetBackfillNotFound) Error added in v0.37.0

func (o *GetBackfillNotFound) Error() string

func (*GetBackfillNotFound) GetPayload added in v0.37.0

func (*GetBackfillNotFound) ToJSONString added in v0.37.0

func (o *GetBackfillNotFound) ToJSONString() string

type GetBackfillOK added in v0.37.0

type GetBackfillOK struct {
	Payload *match2clientmodels.APIBackfillGetResponse
}

GetBackfillOK handles this case with default header values.

OK

func NewGetBackfillOK added in v0.37.0

func NewGetBackfillOK() *GetBackfillOK

NewGetBackfillOK creates a GetBackfillOK with default headers values

func (*GetBackfillOK) Error added in v0.37.0

func (o *GetBackfillOK) Error() string

func (*GetBackfillOK) GetPayload added in v0.37.0

func (*GetBackfillOK) ToJSONString added in v0.37.0

func (o *GetBackfillOK) ToJSONString() string

type GetBackfillParams added in v0.37.0

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 added in v0.37.0

func NewGetBackfillParams() *GetBackfillParams

NewGetBackfillParams creates a new GetBackfillParams object with the default values initialized.

func NewGetBackfillParamsWithContext added in v0.37.0

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 added in v0.37.0

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 added in v0.37.0

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 added in v0.37.0

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

SetAuthInfoWriter adds the authInfoWriter to the get backfill params

func (*GetBackfillParams) SetBackfillID added in v0.37.0

func (o *GetBackfillParams) SetBackfillID(backfillID string)

SetBackfillID adds the backfillId to the get backfill params

func (*GetBackfillParams) SetContext added in v0.37.0

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

SetContext adds the context to the get backfill params

func (*GetBackfillParams) SetFlightId added in v0.63.0

func (o *GetBackfillParams) SetFlightId(flightId string)

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

func (*GetBackfillParams) SetHTTPClient added in v0.37.0

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

SetHTTPClient adds the HTTPClient to the get backfill params

func (*GetBackfillParams) SetHTTPClientTransport added in v0.37.0

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

SetHTTPClient adds the HTTPClient Transport to the get backfill params

func (*GetBackfillParams) SetNamespace added in v0.37.0

func (o *GetBackfillParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the get backfill params

func (*GetBackfillParams) SetTimeout added in v0.37.0

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

SetTimeout adds the timeout to the get backfill params

func (*GetBackfillParams) WithBackfillID added in v0.37.0

func (o *GetBackfillParams) WithBackfillID(backfillID string) *GetBackfillParams

WithBackfillID adds the backfillID to the get backfill params

func (*GetBackfillParams) WithContext added in v0.37.0

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

WithContext adds the context to the get backfill params

func (*GetBackfillParams) WithHTTPClient added in v0.37.0

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

WithHTTPClient adds the HTTPClient to the get backfill params

func (*GetBackfillParams) WithNamespace added in v0.37.0

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

WithNamespace adds the namespace to the get backfill params

func (*GetBackfillParams) WithTimeout added in v0.37.0

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

WithTimeout adds the timeout to the get backfill params

func (*GetBackfillParams) WriteToRequest added in v0.37.0

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

WriteToRequest writes these params to a swagger request

type GetBackfillProposalBadRequest added in v0.37.0

type GetBackfillProposalBadRequest struct {
	Payload *match2clientmodels.ResponseError
}

GetBackfillProposalBadRequest handles this case with default header values.

Bad Request

func NewGetBackfillProposalBadRequest added in v0.37.0

func NewGetBackfillProposalBadRequest() *GetBackfillProposalBadRequest

NewGetBackfillProposalBadRequest creates a GetBackfillProposalBadRequest with default headers values

func (*GetBackfillProposalBadRequest) Error added in v0.37.0

func (*GetBackfillProposalBadRequest) GetPayload added in v0.37.0

func (*GetBackfillProposalBadRequest) ToJSONString added in v0.37.0

func (o *GetBackfillProposalBadRequest) ToJSONString() string

type GetBackfillProposalForbidden added in v0.37.0

type GetBackfillProposalForbidden struct {
	Payload *match2clientmodels.ResponseError
}

GetBackfillProposalForbidden handles this case with default header values.

Forbidden

func NewGetBackfillProposalForbidden added in v0.37.0

func NewGetBackfillProposalForbidden() *GetBackfillProposalForbidden

NewGetBackfillProposalForbidden creates a GetBackfillProposalForbidden with default headers values

func (*GetBackfillProposalForbidden) Error added in v0.37.0

func (*GetBackfillProposalForbidden) GetPayload added in v0.37.0

func (*GetBackfillProposalForbidden) ToJSONString added in v0.37.0

func (o *GetBackfillProposalForbidden) ToJSONString() string

type GetBackfillProposalInternalServerError added in v0.37.0

type GetBackfillProposalInternalServerError struct {
	Payload *match2clientmodels.ResponseError
}

GetBackfillProposalInternalServerError handles this case with default header values.

Internal Server Error

func NewGetBackfillProposalInternalServerError added in v0.37.0

func NewGetBackfillProposalInternalServerError() *GetBackfillProposalInternalServerError

NewGetBackfillProposalInternalServerError creates a GetBackfillProposalInternalServerError with default headers values

func (*GetBackfillProposalInternalServerError) Error added in v0.37.0

func (*GetBackfillProposalInternalServerError) GetPayload added in v0.37.0

func (*GetBackfillProposalInternalServerError) ToJSONString added in v0.37.0

type GetBackfillProposalNotFound added in v0.37.0

type GetBackfillProposalNotFound struct {
	Payload *match2clientmodels.ResponseError
}

GetBackfillProposalNotFound handles this case with default header values.

Not Found

func NewGetBackfillProposalNotFound added in v0.37.0

func NewGetBackfillProposalNotFound() *GetBackfillProposalNotFound

NewGetBackfillProposalNotFound creates a GetBackfillProposalNotFound with default headers values

func (*GetBackfillProposalNotFound) Error added in v0.37.0

func (*GetBackfillProposalNotFound) GetPayload added in v0.37.0

func (*GetBackfillProposalNotFound) ToJSONString added in v0.37.0

func (o *GetBackfillProposalNotFound) ToJSONString() string

type GetBackfillProposalOK added in v0.37.0

type GetBackfillProposalOK struct {
	Payload *match2clientmodels.APIBackfillProposalResponse
}

GetBackfillProposalOK handles this case with default header values.

OK

func NewGetBackfillProposalOK added in v0.37.0

func NewGetBackfillProposalOK() *GetBackfillProposalOK

NewGetBackfillProposalOK creates a GetBackfillProposalOK with default headers values

func (*GetBackfillProposalOK) Error added in v0.37.0

func (o *GetBackfillProposalOK) Error() string

func (*GetBackfillProposalOK) GetPayload added in v0.37.0

func (*GetBackfillProposalOK) ToJSONString added in v0.37.0

func (o *GetBackfillProposalOK) ToJSONString() string

type GetBackfillProposalParams added in v0.37.0

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 added in v0.37.0

func NewGetBackfillProposalParams() *GetBackfillProposalParams

NewGetBackfillProposalParams creates a new GetBackfillProposalParams object with the default values initialized.

func NewGetBackfillProposalParamsWithContext added in v0.37.0

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 added in v0.37.0

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 added in v0.37.0

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 added in v0.37.0

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

SetAuthInfoWriter adds the authInfoWriter to the get backfill proposal params

func (*GetBackfillProposalParams) SetContext added in v0.37.0

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

SetContext adds the context to the get backfill proposal params

func (*GetBackfillProposalParams) SetFlightId added in v0.63.0

func (o *GetBackfillProposalParams) SetFlightId(flightId string)

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

func (*GetBackfillProposalParams) SetHTTPClient added in v0.37.0

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

SetHTTPClient adds the HTTPClient to the get backfill proposal params

func (*GetBackfillProposalParams) SetHTTPClientTransport added in v0.37.0

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

SetHTTPClient adds the HTTPClient Transport to the get backfill proposal params

func (*GetBackfillProposalParams) SetNamespace added in v0.37.0

func (o *GetBackfillProposalParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the get backfill proposal params

func (*GetBackfillProposalParams) SetSessionID added in v0.37.0

func (o *GetBackfillProposalParams) SetSessionID(sessionID string)

SetSessionID adds the sessionId to the get backfill proposal params

func (*GetBackfillProposalParams) SetTimeout added in v0.37.0

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

SetTimeout adds the timeout to the get backfill proposal params

func (*GetBackfillProposalParams) WithContext added in v0.37.0

WithContext adds the context to the get backfill proposal params

func (*GetBackfillProposalParams) WithHTTPClient added in v0.37.0

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

WithHTTPClient adds the HTTPClient to the get backfill proposal params

func (*GetBackfillProposalParams) WithNamespace added in v0.37.0

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

WithNamespace adds the namespace to the get backfill proposal params

func (*GetBackfillProposalParams) WithSessionID added in v0.37.0

func (o *GetBackfillProposalParams) WithSessionID(sessionID string) *GetBackfillProposalParams

WithSessionID adds the sessionID to the get backfill proposal params

func (*GetBackfillProposalParams) WithTimeout added in v0.37.0

WithTimeout adds the timeout to the get backfill proposal params

func (*GetBackfillProposalParams) WriteToRequest added in v0.37.0

WriteToRequest writes these params to a swagger request

type GetBackfillProposalReader added in v0.37.0

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

GetBackfillProposalReader is a Reader for the GetBackfillProposal structure.

func (*GetBackfillProposalReader) ReadResponse added in v0.37.0

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

ReadResponse reads a server response into the received o.

type GetBackfillProposalUnauthorized added in v0.37.0

type GetBackfillProposalUnauthorized struct {
	Payload *match2clientmodels.ResponseError
}

GetBackfillProposalUnauthorized handles this case with default header values.

Unauthorized

func NewGetBackfillProposalUnauthorized added in v0.37.0

func NewGetBackfillProposalUnauthorized() *GetBackfillProposalUnauthorized

NewGetBackfillProposalUnauthorized creates a GetBackfillProposalUnauthorized with default headers values

func (*GetBackfillProposalUnauthorized) Error added in v0.37.0

func (*GetBackfillProposalUnauthorized) GetPayload added in v0.37.0

func (*GetBackfillProposalUnauthorized) ToJSONString added in v0.37.0

func (o *GetBackfillProposalUnauthorized) ToJSONString() string

type GetBackfillReader added in v0.37.0

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

GetBackfillReader is a Reader for the GetBackfill structure.

func (*GetBackfillReader) ReadResponse added in v0.37.0

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

ReadResponse reads a server response into the received o.

type GetBackfillUnauthorized added in v0.37.0

type GetBackfillUnauthorized struct {
	Payload *match2clientmodels.ResponseError
}

GetBackfillUnauthorized handles this case with default header values.

Unauthorized

func NewGetBackfillUnauthorized added in v0.37.0

func NewGetBackfillUnauthorized() *GetBackfillUnauthorized

NewGetBackfillUnauthorized creates a GetBackfillUnauthorized with default headers values

func (*GetBackfillUnauthorized) Error added in v0.37.0

func (o *GetBackfillUnauthorized) Error() string

func (*GetBackfillUnauthorized) GetPayload added in v0.37.0

func (*GetBackfillUnauthorized) ToJSONString added in v0.37.0

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 (*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 (*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 (*RejectBackfillInternalServerError) GetPayload

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 (*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

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 added in v0.63.0

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

WithBody adds the body to the reject backfill params

func (*RejectBackfillParams) WithContext

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 RejectBackfillUnauthorized

type RejectBackfillUnauthorized struct {
	Payload *match2clientmodels.ResponseError
}

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 (*RejectBackfillUnauthorized) GetPayload

func (*RejectBackfillUnauthorized) ToJSONString

func (o *RejectBackfillUnauthorized) ToJSONString() string

Jump to

Keyboard shortcuts

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