preparation

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Sep 8, 2023 License: Apache-2.0, MIT Imports: 10 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for preparation API

func (*Client) DeletePreparationIDOutputName

func (a *Client) DeletePreparationIDOutputName(params *DeletePreparationIDOutputNameParams, opts ...ClientOption) (*DeletePreparationIDOutputNameOK, error)

DeletePreparationIDOutputName detaches an output storage from a preparation

func (*Client) GetPreparation

func (a *Client) GetPreparation(params *GetPreparationParams, opts ...ClientOption) (*GetPreparationOK, error)

GetPreparation lists all preparations

func (*Client) GetPreparationID

func (a *Client) GetPreparationID(params *GetPreparationIDParams, opts ...ClientOption) (*GetPreparationIDOK, error)

GetPreparationID gets the status of a preparation

func (*Client) GetPreparationIDSourceNameExplorePath

func (a *Client) GetPreparationIDSourceNameExplorePath(params *GetPreparationIDSourceNameExplorePathParams, opts ...ClientOption) (*GetPreparationIDSourceNameExplorePathOK, error)

GetPreparationIDSourceNameExplorePath explores a directory in a prepared source storage

func (*Client) PostPreparation

func (a *Client) PostPreparation(params *PostPreparationParams, opts ...ClientOption) (*PostPreparationOK, error)

PostPreparation creates a new preparation

func (*Client) PostPreparationIDOutputName

func (a *Client) PostPreparationIDOutputName(params *PostPreparationIDOutputNameParams, opts ...ClientOption) (*PostPreparationIDOutputNameOK, error)

PostPreparationIDOutputName attaches an output storage with a preparation

func (*Client) PostPreparationIDSourceName

func (a *Client) PostPreparationIDSourceName(params *PostPreparationIDSourceNameParams, opts ...ClientOption) (*PostPreparationIDSourceNameOK, error)

PostPreparationIDSourceName attaches a source storage with a preparation

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	DeletePreparationIDOutputName(params *DeletePreparationIDOutputNameParams, opts ...ClientOption) (*DeletePreparationIDOutputNameOK, error)

	GetPreparation(params *GetPreparationParams, opts ...ClientOption) (*GetPreparationOK, error)

	GetPreparationID(params *GetPreparationIDParams, opts ...ClientOption) (*GetPreparationIDOK, error)

	GetPreparationIDSourceNameExplorePath(params *GetPreparationIDSourceNameExplorePathParams, opts ...ClientOption) (*GetPreparationIDSourceNameExplorePathOK, error)

	PostPreparation(params *PostPreparationParams, opts ...ClientOption) (*PostPreparationOK, error)

	PostPreparationIDOutputName(params *PostPreparationIDOutputNameParams, opts ...ClientOption) (*PostPreparationIDOutputNameOK, error)

	PostPreparationIDSourceName(params *PostPreparationIDSourceNameParams, opts ...ClientOption) (*PostPreparationIDSourceNameOK, 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 preparation API client.

type DeletePreparationIDOutputNameBadRequest

type DeletePreparationIDOutputNameBadRequest struct {
	Payload *models.APIHTTPError
}

DeletePreparationIDOutputNameBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewDeletePreparationIDOutputNameBadRequest

func NewDeletePreparationIDOutputNameBadRequest() *DeletePreparationIDOutputNameBadRequest

NewDeletePreparationIDOutputNameBadRequest creates a DeletePreparationIDOutputNameBadRequest with default headers values

func (*DeletePreparationIDOutputNameBadRequest) Code

Code gets the status code for the delete preparation Id output name bad request response

func (*DeletePreparationIDOutputNameBadRequest) Error

func (*DeletePreparationIDOutputNameBadRequest) GetPayload

func (*DeletePreparationIDOutputNameBadRequest) IsClientError

func (o *DeletePreparationIDOutputNameBadRequest) IsClientError() bool

IsClientError returns true when this delete preparation Id output name bad request response has a 4xx status code

func (*DeletePreparationIDOutputNameBadRequest) IsCode

IsCode returns true when this delete preparation Id output name bad request response a status code equal to that given

func (*DeletePreparationIDOutputNameBadRequest) IsRedirect

IsRedirect returns true when this delete preparation Id output name bad request response has a 3xx status code

func (*DeletePreparationIDOutputNameBadRequest) IsServerError

func (o *DeletePreparationIDOutputNameBadRequest) IsServerError() bool

IsServerError returns true when this delete preparation Id output name bad request response has a 5xx status code

func (*DeletePreparationIDOutputNameBadRequest) IsSuccess

IsSuccess returns true when this delete preparation Id output name bad request response has a 2xx status code

func (*DeletePreparationIDOutputNameBadRequest) String

type DeletePreparationIDOutputNameInternalServerError

type DeletePreparationIDOutputNameInternalServerError struct {
	Payload *models.APIHTTPError
}

DeletePreparationIDOutputNameInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewDeletePreparationIDOutputNameInternalServerError

func NewDeletePreparationIDOutputNameInternalServerError() *DeletePreparationIDOutputNameInternalServerError

NewDeletePreparationIDOutputNameInternalServerError creates a DeletePreparationIDOutputNameInternalServerError with default headers values

func (*DeletePreparationIDOutputNameInternalServerError) Code

Code gets the status code for the delete preparation Id output name internal server error response

func (*DeletePreparationIDOutputNameInternalServerError) Error

func (*DeletePreparationIDOutputNameInternalServerError) GetPayload

func (*DeletePreparationIDOutputNameInternalServerError) IsClientError

IsClientError returns true when this delete preparation Id output name internal server error response has a 4xx status code

func (*DeletePreparationIDOutputNameInternalServerError) IsCode

IsCode returns true when this delete preparation Id output name internal server error response a status code equal to that given

func (*DeletePreparationIDOutputNameInternalServerError) IsRedirect

IsRedirect returns true when this delete preparation Id output name internal server error response has a 3xx status code

func (*DeletePreparationIDOutputNameInternalServerError) IsServerError

IsServerError returns true when this delete preparation Id output name internal server error response has a 5xx status code

func (*DeletePreparationIDOutputNameInternalServerError) IsSuccess

IsSuccess returns true when this delete preparation Id output name internal server error response has a 2xx status code

func (*DeletePreparationIDOutputNameInternalServerError) String

type DeletePreparationIDOutputNameOK

type DeletePreparationIDOutputNameOK struct {
	Payload *models.ModelPreparation
}

DeletePreparationIDOutputNameOK describes a response with status code 200, with default header values.

OK

func NewDeletePreparationIDOutputNameOK

func NewDeletePreparationIDOutputNameOK() *DeletePreparationIDOutputNameOK

NewDeletePreparationIDOutputNameOK creates a DeletePreparationIDOutputNameOK with default headers values

func (*DeletePreparationIDOutputNameOK) Code

Code gets the status code for the delete preparation Id output name o k response

func (*DeletePreparationIDOutputNameOK) Error

func (*DeletePreparationIDOutputNameOK) GetPayload

func (*DeletePreparationIDOutputNameOK) IsClientError

func (o *DeletePreparationIDOutputNameOK) IsClientError() bool

IsClientError returns true when this delete preparation Id output name o k response has a 4xx status code

func (*DeletePreparationIDOutputNameOK) IsCode

func (o *DeletePreparationIDOutputNameOK) IsCode(code int) bool

IsCode returns true when this delete preparation Id output name o k response a status code equal to that given

func (*DeletePreparationIDOutputNameOK) IsRedirect

func (o *DeletePreparationIDOutputNameOK) IsRedirect() bool

IsRedirect returns true when this delete preparation Id output name o k response has a 3xx status code

func (*DeletePreparationIDOutputNameOK) IsServerError

func (o *DeletePreparationIDOutputNameOK) IsServerError() bool

IsServerError returns true when this delete preparation Id output name o k response has a 5xx status code

func (*DeletePreparationIDOutputNameOK) IsSuccess

func (o *DeletePreparationIDOutputNameOK) IsSuccess() bool

IsSuccess returns true when this delete preparation Id output name o k response has a 2xx status code

func (*DeletePreparationIDOutputNameOK) String

type DeletePreparationIDOutputNameParams

type DeletePreparationIDOutputNameParams struct {

	/* ID.

	   Preparation ID or name
	*/
	ID string

	/* Name.

	   Output storage ID or name
	*/
	Name string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DeletePreparationIDOutputNameParams contains all the parameters to send to the API endpoint

for the delete preparation ID output name operation.

Typically these are written to a http.Request.

func NewDeletePreparationIDOutputNameParams

func NewDeletePreparationIDOutputNameParams() *DeletePreparationIDOutputNameParams

NewDeletePreparationIDOutputNameParams creates a new DeletePreparationIDOutputNameParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewDeletePreparationIDOutputNameParamsWithContext

func NewDeletePreparationIDOutputNameParamsWithContext(ctx context.Context) *DeletePreparationIDOutputNameParams

NewDeletePreparationIDOutputNameParamsWithContext creates a new DeletePreparationIDOutputNameParams object with the ability to set a context for a request.

func NewDeletePreparationIDOutputNameParamsWithHTTPClient

func NewDeletePreparationIDOutputNameParamsWithHTTPClient(client *http.Client) *DeletePreparationIDOutputNameParams

NewDeletePreparationIDOutputNameParamsWithHTTPClient creates a new DeletePreparationIDOutputNameParams object with the ability to set a custom HTTPClient for a request.

func NewDeletePreparationIDOutputNameParamsWithTimeout

func NewDeletePreparationIDOutputNameParamsWithTimeout(timeout time.Duration) *DeletePreparationIDOutputNameParams

NewDeletePreparationIDOutputNameParamsWithTimeout creates a new DeletePreparationIDOutputNameParams object with the ability to set a timeout on a request.

func (*DeletePreparationIDOutputNameParams) SetContext

SetContext adds the context to the delete preparation ID output name params

func (*DeletePreparationIDOutputNameParams) SetDefaults

func (o *DeletePreparationIDOutputNameParams) SetDefaults()

SetDefaults hydrates default values in the delete preparation ID output name params (not the query body).

All values with no default are reset to their zero value.

func (*DeletePreparationIDOutputNameParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete preparation ID output name params

func (*DeletePreparationIDOutputNameParams) SetID

SetID adds the id to the delete preparation ID output name params

func (*DeletePreparationIDOutputNameParams) SetName

SetName adds the name to the delete preparation ID output name params

func (*DeletePreparationIDOutputNameParams) SetTimeout

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

SetTimeout adds the timeout to the delete preparation ID output name params

func (*DeletePreparationIDOutputNameParams) WithContext

WithContext adds the context to the delete preparation ID output name params

func (*DeletePreparationIDOutputNameParams) WithDefaults

WithDefaults hydrates default values in the delete preparation ID output name params (not the query body).

All values with no default are reset to their zero value.

func (*DeletePreparationIDOutputNameParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete preparation ID output name params

func (*DeletePreparationIDOutputNameParams) WithID

WithID adds the id to the delete preparation ID output name params

func (*DeletePreparationIDOutputNameParams) WithName

WithName adds the name to the delete preparation ID output name params

func (*DeletePreparationIDOutputNameParams) WithTimeout

WithTimeout adds the timeout to the delete preparation ID output name params

func (*DeletePreparationIDOutputNameParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeletePreparationIDOutputNameReader

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

DeletePreparationIDOutputNameReader is a Reader for the DeletePreparationIDOutputName structure.

func (*DeletePreparationIDOutputNameReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetPreparationBadRequest

type GetPreparationBadRequest struct {
	Payload *models.APIHTTPError
}

GetPreparationBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewGetPreparationBadRequest

func NewGetPreparationBadRequest() *GetPreparationBadRequest

NewGetPreparationBadRequest creates a GetPreparationBadRequest with default headers values

func (*GetPreparationBadRequest) Code

func (o *GetPreparationBadRequest) Code() int

Code gets the status code for the get preparation bad request response

func (*GetPreparationBadRequest) Error

func (o *GetPreparationBadRequest) Error() string

func (*GetPreparationBadRequest) GetPayload

func (o *GetPreparationBadRequest) GetPayload() *models.APIHTTPError

func (*GetPreparationBadRequest) IsClientError

func (o *GetPreparationBadRequest) IsClientError() bool

IsClientError returns true when this get preparation bad request response has a 4xx status code

func (*GetPreparationBadRequest) IsCode

func (o *GetPreparationBadRequest) IsCode(code int) bool

IsCode returns true when this get preparation bad request response a status code equal to that given

func (*GetPreparationBadRequest) IsRedirect

func (o *GetPreparationBadRequest) IsRedirect() bool

IsRedirect returns true when this get preparation bad request response has a 3xx status code

func (*GetPreparationBadRequest) IsServerError

func (o *GetPreparationBadRequest) IsServerError() bool

IsServerError returns true when this get preparation bad request response has a 5xx status code

func (*GetPreparationBadRequest) IsSuccess

func (o *GetPreparationBadRequest) IsSuccess() bool

IsSuccess returns true when this get preparation bad request response has a 2xx status code

func (*GetPreparationBadRequest) String

func (o *GetPreparationBadRequest) String() string

type GetPreparationIDBadRequest

type GetPreparationIDBadRequest struct {
	Payload *models.APIHTTPError
}

GetPreparationIDBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewGetPreparationIDBadRequest

func NewGetPreparationIDBadRequest() *GetPreparationIDBadRequest

NewGetPreparationIDBadRequest creates a GetPreparationIDBadRequest with default headers values

func (*GetPreparationIDBadRequest) Code

func (o *GetPreparationIDBadRequest) Code() int

Code gets the status code for the get preparation Id bad request response

func (*GetPreparationIDBadRequest) Error

func (*GetPreparationIDBadRequest) GetPayload

func (*GetPreparationIDBadRequest) IsClientError

func (o *GetPreparationIDBadRequest) IsClientError() bool

IsClientError returns true when this get preparation Id bad request response has a 4xx status code

func (*GetPreparationIDBadRequest) IsCode

func (o *GetPreparationIDBadRequest) IsCode(code int) bool

IsCode returns true when this get preparation Id bad request response a status code equal to that given

func (*GetPreparationIDBadRequest) IsRedirect

func (o *GetPreparationIDBadRequest) IsRedirect() bool

IsRedirect returns true when this get preparation Id bad request response has a 3xx status code

func (*GetPreparationIDBadRequest) IsServerError

func (o *GetPreparationIDBadRequest) IsServerError() bool

IsServerError returns true when this get preparation Id bad request response has a 5xx status code

func (*GetPreparationIDBadRequest) IsSuccess

func (o *GetPreparationIDBadRequest) IsSuccess() bool

IsSuccess returns true when this get preparation Id bad request response has a 2xx status code

func (*GetPreparationIDBadRequest) String

func (o *GetPreparationIDBadRequest) String() string

type GetPreparationIDInternalServerError

type GetPreparationIDInternalServerError struct {
	Payload *models.APIHTTPError
}

GetPreparationIDInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewGetPreparationIDInternalServerError

func NewGetPreparationIDInternalServerError() *GetPreparationIDInternalServerError

NewGetPreparationIDInternalServerError creates a GetPreparationIDInternalServerError with default headers values

func (*GetPreparationIDInternalServerError) Code

Code gets the status code for the get preparation Id internal server error response

func (*GetPreparationIDInternalServerError) Error

func (*GetPreparationIDInternalServerError) GetPayload

func (*GetPreparationIDInternalServerError) IsClientError

func (o *GetPreparationIDInternalServerError) IsClientError() bool

IsClientError returns true when this get preparation Id internal server error response has a 4xx status code

func (*GetPreparationIDInternalServerError) IsCode

IsCode returns true when this get preparation Id internal server error response a status code equal to that given

func (*GetPreparationIDInternalServerError) IsRedirect

func (o *GetPreparationIDInternalServerError) IsRedirect() bool

IsRedirect returns true when this get preparation Id internal server error response has a 3xx status code

func (*GetPreparationIDInternalServerError) IsServerError

func (o *GetPreparationIDInternalServerError) IsServerError() bool

IsServerError returns true when this get preparation Id internal server error response has a 5xx status code

func (*GetPreparationIDInternalServerError) IsSuccess

IsSuccess returns true when this get preparation Id internal server error response has a 2xx status code

func (*GetPreparationIDInternalServerError) String

type GetPreparationIDOK

type GetPreparationIDOK struct {
	Payload []*models.JobSourceStatus
}

GetPreparationIDOK describes a response with status code 200, with default header values.

OK

func NewGetPreparationIDOK

func NewGetPreparationIDOK() *GetPreparationIDOK

NewGetPreparationIDOK creates a GetPreparationIDOK with default headers values

func (*GetPreparationIDOK) Code

func (o *GetPreparationIDOK) Code() int

Code gets the status code for the get preparation Id o k response

func (*GetPreparationIDOK) Error

func (o *GetPreparationIDOK) Error() string

func (*GetPreparationIDOK) GetPayload

func (o *GetPreparationIDOK) GetPayload() []*models.JobSourceStatus

func (*GetPreparationIDOK) IsClientError

func (o *GetPreparationIDOK) IsClientError() bool

IsClientError returns true when this get preparation Id o k response has a 4xx status code

func (*GetPreparationIDOK) IsCode

func (o *GetPreparationIDOK) IsCode(code int) bool

IsCode returns true when this get preparation Id o k response a status code equal to that given

func (*GetPreparationIDOK) IsRedirect

func (o *GetPreparationIDOK) IsRedirect() bool

IsRedirect returns true when this get preparation Id o k response has a 3xx status code

func (*GetPreparationIDOK) IsServerError

func (o *GetPreparationIDOK) IsServerError() bool

IsServerError returns true when this get preparation Id o k response has a 5xx status code

func (*GetPreparationIDOK) IsSuccess

func (o *GetPreparationIDOK) IsSuccess() bool

IsSuccess returns true when this get preparation Id o k response has a 2xx status code

func (*GetPreparationIDOK) String

func (o *GetPreparationIDOK) String() string

type GetPreparationIDParams

type GetPreparationIDParams struct {

	/* ID.

	   Preparation ID or name
	*/
	ID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetPreparationIDParams contains all the parameters to send to the API endpoint

for the get preparation ID operation.

Typically these are written to a http.Request.

func NewGetPreparationIDParams

func NewGetPreparationIDParams() *GetPreparationIDParams

NewGetPreparationIDParams creates a new GetPreparationIDParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetPreparationIDParamsWithContext

func NewGetPreparationIDParamsWithContext(ctx context.Context) *GetPreparationIDParams

NewGetPreparationIDParamsWithContext creates a new GetPreparationIDParams object with the ability to set a context for a request.

func NewGetPreparationIDParamsWithHTTPClient

func NewGetPreparationIDParamsWithHTTPClient(client *http.Client) *GetPreparationIDParams

NewGetPreparationIDParamsWithHTTPClient creates a new GetPreparationIDParams object with the ability to set a custom HTTPClient for a request.

func NewGetPreparationIDParamsWithTimeout

func NewGetPreparationIDParamsWithTimeout(timeout time.Duration) *GetPreparationIDParams

NewGetPreparationIDParamsWithTimeout creates a new GetPreparationIDParams object with the ability to set a timeout on a request.

func (*GetPreparationIDParams) SetContext

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

SetContext adds the context to the get preparation ID params

func (*GetPreparationIDParams) SetDefaults

func (o *GetPreparationIDParams) SetDefaults()

SetDefaults hydrates default values in the get preparation ID params (not the query body).

All values with no default are reset to their zero value.

func (*GetPreparationIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get preparation ID params

func (*GetPreparationIDParams) SetID

func (o *GetPreparationIDParams) SetID(id string)

SetID adds the id to the get preparation ID params

func (*GetPreparationIDParams) SetTimeout

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

SetTimeout adds the timeout to the get preparation ID params

func (*GetPreparationIDParams) WithContext

WithContext adds the context to the get preparation ID params

func (*GetPreparationIDParams) WithDefaults

WithDefaults hydrates default values in the get preparation ID params (not the query body).

All values with no default are reset to their zero value.

func (*GetPreparationIDParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get preparation ID params

func (*GetPreparationIDParams) WithID

WithID adds the id to the get preparation ID params

func (*GetPreparationIDParams) WithTimeout

WithTimeout adds the timeout to the get preparation ID params

func (*GetPreparationIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetPreparationIDReader

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

GetPreparationIDReader is a Reader for the GetPreparationID structure.

func (*GetPreparationIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetPreparationIDSourceNameExplorePathBadRequest

type GetPreparationIDSourceNameExplorePathBadRequest struct {
	Payload *models.APIHTTPError
}

GetPreparationIDSourceNameExplorePathBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewGetPreparationIDSourceNameExplorePathBadRequest

func NewGetPreparationIDSourceNameExplorePathBadRequest() *GetPreparationIDSourceNameExplorePathBadRequest

NewGetPreparationIDSourceNameExplorePathBadRequest creates a GetPreparationIDSourceNameExplorePathBadRequest with default headers values

func (*GetPreparationIDSourceNameExplorePathBadRequest) Code

Code gets the status code for the get preparation Id source name explore path bad request response

func (*GetPreparationIDSourceNameExplorePathBadRequest) Error

func (*GetPreparationIDSourceNameExplorePathBadRequest) GetPayload

func (*GetPreparationIDSourceNameExplorePathBadRequest) IsClientError

IsClientError returns true when this get preparation Id source name explore path bad request response has a 4xx status code

func (*GetPreparationIDSourceNameExplorePathBadRequest) IsCode

IsCode returns true when this get preparation Id source name explore path bad request response a status code equal to that given

func (*GetPreparationIDSourceNameExplorePathBadRequest) IsRedirect

IsRedirect returns true when this get preparation Id source name explore path bad request response has a 3xx status code

func (*GetPreparationIDSourceNameExplorePathBadRequest) IsServerError

IsServerError returns true when this get preparation Id source name explore path bad request response has a 5xx status code

func (*GetPreparationIDSourceNameExplorePathBadRequest) IsSuccess

IsSuccess returns true when this get preparation Id source name explore path bad request response has a 2xx status code

func (*GetPreparationIDSourceNameExplorePathBadRequest) String

type GetPreparationIDSourceNameExplorePathInternalServerError

type GetPreparationIDSourceNameExplorePathInternalServerError struct {
	Payload *models.APIHTTPError
}

GetPreparationIDSourceNameExplorePathInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewGetPreparationIDSourceNameExplorePathInternalServerError

func NewGetPreparationIDSourceNameExplorePathInternalServerError() *GetPreparationIDSourceNameExplorePathInternalServerError

NewGetPreparationIDSourceNameExplorePathInternalServerError creates a GetPreparationIDSourceNameExplorePathInternalServerError with default headers values

func (*GetPreparationIDSourceNameExplorePathInternalServerError) Code

Code gets the status code for the get preparation Id source name explore path internal server error response

func (*GetPreparationIDSourceNameExplorePathInternalServerError) Error

func (*GetPreparationIDSourceNameExplorePathInternalServerError) GetPayload

func (*GetPreparationIDSourceNameExplorePathInternalServerError) IsClientError

IsClientError returns true when this get preparation Id source name explore path internal server error response has a 4xx status code

func (*GetPreparationIDSourceNameExplorePathInternalServerError) IsCode

IsCode returns true when this get preparation Id source name explore path internal server error response a status code equal to that given

func (*GetPreparationIDSourceNameExplorePathInternalServerError) IsRedirect

IsRedirect returns true when this get preparation Id source name explore path internal server error response has a 3xx status code

func (*GetPreparationIDSourceNameExplorePathInternalServerError) IsServerError

IsServerError returns true when this get preparation Id source name explore path internal server error response has a 5xx status code

func (*GetPreparationIDSourceNameExplorePathInternalServerError) IsSuccess

IsSuccess returns true when this get preparation Id source name explore path internal server error response has a 2xx status code

func (*GetPreparationIDSourceNameExplorePathInternalServerError) String

type GetPreparationIDSourceNameExplorePathOK

type GetPreparationIDSourceNameExplorePathOK struct {
	Payload *models.DataprepExploreResult
}

GetPreparationIDSourceNameExplorePathOK describes a response with status code 200, with default header values.

OK

func NewGetPreparationIDSourceNameExplorePathOK

func NewGetPreparationIDSourceNameExplorePathOK() *GetPreparationIDSourceNameExplorePathOK

NewGetPreparationIDSourceNameExplorePathOK creates a GetPreparationIDSourceNameExplorePathOK with default headers values

func (*GetPreparationIDSourceNameExplorePathOK) Code

Code gets the status code for the get preparation Id source name explore path o k response

func (*GetPreparationIDSourceNameExplorePathOK) Error

func (*GetPreparationIDSourceNameExplorePathOK) GetPayload

func (*GetPreparationIDSourceNameExplorePathOK) IsClientError

func (o *GetPreparationIDSourceNameExplorePathOK) IsClientError() bool

IsClientError returns true when this get preparation Id source name explore path o k response has a 4xx status code

func (*GetPreparationIDSourceNameExplorePathOK) IsCode

IsCode returns true when this get preparation Id source name explore path o k response a status code equal to that given

func (*GetPreparationIDSourceNameExplorePathOK) IsRedirect

IsRedirect returns true when this get preparation Id source name explore path o k response has a 3xx status code

func (*GetPreparationIDSourceNameExplorePathOK) IsServerError

func (o *GetPreparationIDSourceNameExplorePathOK) IsServerError() bool

IsServerError returns true when this get preparation Id source name explore path o k response has a 5xx status code

func (*GetPreparationIDSourceNameExplorePathOK) IsSuccess

IsSuccess returns true when this get preparation Id source name explore path o k response has a 2xx status code

func (*GetPreparationIDSourceNameExplorePathOK) String

type GetPreparationIDSourceNameExplorePathParams

type GetPreparationIDSourceNameExplorePathParams struct {

	/* ID.

	   Preparation ID or name
	*/
	ID string

	/* Name.

	   Source storage ID or name
	*/
	Name string

	/* Path.

	   Directory path
	*/
	Path string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetPreparationIDSourceNameExplorePathParams contains all the parameters to send to the API endpoint

for the get preparation ID source name explore path operation.

Typically these are written to a http.Request.

func NewGetPreparationIDSourceNameExplorePathParams

func NewGetPreparationIDSourceNameExplorePathParams() *GetPreparationIDSourceNameExplorePathParams

NewGetPreparationIDSourceNameExplorePathParams creates a new GetPreparationIDSourceNameExplorePathParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetPreparationIDSourceNameExplorePathParamsWithContext

func NewGetPreparationIDSourceNameExplorePathParamsWithContext(ctx context.Context) *GetPreparationIDSourceNameExplorePathParams

NewGetPreparationIDSourceNameExplorePathParamsWithContext creates a new GetPreparationIDSourceNameExplorePathParams object with the ability to set a context for a request.

func NewGetPreparationIDSourceNameExplorePathParamsWithHTTPClient

func NewGetPreparationIDSourceNameExplorePathParamsWithHTTPClient(client *http.Client) *GetPreparationIDSourceNameExplorePathParams

NewGetPreparationIDSourceNameExplorePathParamsWithHTTPClient creates a new GetPreparationIDSourceNameExplorePathParams object with the ability to set a custom HTTPClient for a request.

func NewGetPreparationIDSourceNameExplorePathParamsWithTimeout

func NewGetPreparationIDSourceNameExplorePathParamsWithTimeout(timeout time.Duration) *GetPreparationIDSourceNameExplorePathParams

NewGetPreparationIDSourceNameExplorePathParamsWithTimeout creates a new GetPreparationIDSourceNameExplorePathParams object with the ability to set a timeout on a request.

func (*GetPreparationIDSourceNameExplorePathParams) SetContext

SetContext adds the context to the get preparation ID source name explore path params

func (*GetPreparationIDSourceNameExplorePathParams) SetDefaults

SetDefaults hydrates default values in the get preparation ID source name explore path params (not the query body).

All values with no default are reset to their zero value.

func (*GetPreparationIDSourceNameExplorePathParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get preparation ID source name explore path params

func (*GetPreparationIDSourceNameExplorePathParams) SetID

SetID adds the id to the get preparation ID source name explore path params

func (*GetPreparationIDSourceNameExplorePathParams) SetName

SetName adds the name to the get preparation ID source name explore path params

func (*GetPreparationIDSourceNameExplorePathParams) SetPath

SetPath adds the path to the get preparation ID source name explore path params

func (*GetPreparationIDSourceNameExplorePathParams) SetTimeout

SetTimeout adds the timeout to the get preparation ID source name explore path params

func (*GetPreparationIDSourceNameExplorePathParams) WithContext

WithContext adds the context to the get preparation ID source name explore path params

func (*GetPreparationIDSourceNameExplorePathParams) WithDefaults

WithDefaults hydrates default values in the get preparation ID source name explore path params (not the query body).

All values with no default are reset to their zero value.

func (*GetPreparationIDSourceNameExplorePathParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get preparation ID source name explore path params

func (*GetPreparationIDSourceNameExplorePathParams) WithID

WithID adds the id to the get preparation ID source name explore path params

func (*GetPreparationIDSourceNameExplorePathParams) WithName

WithName adds the name to the get preparation ID source name explore path params

func (*GetPreparationIDSourceNameExplorePathParams) WithPath

WithPath adds the path to the get preparation ID source name explore path params

func (*GetPreparationIDSourceNameExplorePathParams) WithTimeout

WithTimeout adds the timeout to the get preparation ID source name explore path params

func (*GetPreparationIDSourceNameExplorePathParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetPreparationIDSourceNameExplorePathReader

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

GetPreparationIDSourceNameExplorePathReader is a Reader for the GetPreparationIDSourceNameExplorePath structure.

func (*GetPreparationIDSourceNameExplorePathReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetPreparationInternalServerError

type GetPreparationInternalServerError struct {
	Payload *models.APIHTTPError
}

GetPreparationInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewGetPreparationInternalServerError

func NewGetPreparationInternalServerError() *GetPreparationInternalServerError

NewGetPreparationInternalServerError creates a GetPreparationInternalServerError with default headers values

func (*GetPreparationInternalServerError) Code

Code gets the status code for the get preparation internal server error response

func (*GetPreparationInternalServerError) Error

func (*GetPreparationInternalServerError) GetPayload

func (*GetPreparationInternalServerError) IsClientError

func (o *GetPreparationInternalServerError) IsClientError() bool

IsClientError returns true when this get preparation internal server error response has a 4xx status code

func (*GetPreparationInternalServerError) IsCode

func (o *GetPreparationInternalServerError) IsCode(code int) bool

IsCode returns true when this get preparation internal server error response a status code equal to that given

func (*GetPreparationInternalServerError) IsRedirect

func (o *GetPreparationInternalServerError) IsRedirect() bool

IsRedirect returns true when this get preparation internal server error response has a 3xx status code

func (*GetPreparationInternalServerError) IsServerError

func (o *GetPreparationInternalServerError) IsServerError() bool

IsServerError returns true when this get preparation internal server error response has a 5xx status code

func (*GetPreparationInternalServerError) IsSuccess

func (o *GetPreparationInternalServerError) IsSuccess() bool

IsSuccess returns true when this get preparation internal server error response has a 2xx status code

func (*GetPreparationInternalServerError) String

type GetPreparationOK

type GetPreparationOK struct {
	Payload []*models.ModelPreparation
}

GetPreparationOK describes a response with status code 200, with default header values.

OK

func NewGetPreparationOK

func NewGetPreparationOK() *GetPreparationOK

NewGetPreparationOK creates a GetPreparationOK with default headers values

func (*GetPreparationOK) Code

func (o *GetPreparationOK) Code() int

Code gets the status code for the get preparation o k response

func (*GetPreparationOK) Error

func (o *GetPreparationOK) Error() string

func (*GetPreparationOK) GetPayload

func (o *GetPreparationOK) GetPayload() []*models.ModelPreparation

func (*GetPreparationOK) IsClientError

func (o *GetPreparationOK) IsClientError() bool

IsClientError returns true when this get preparation o k response has a 4xx status code

func (*GetPreparationOK) IsCode

func (o *GetPreparationOK) IsCode(code int) bool

IsCode returns true when this get preparation o k response a status code equal to that given

func (*GetPreparationOK) IsRedirect

func (o *GetPreparationOK) IsRedirect() bool

IsRedirect returns true when this get preparation o k response has a 3xx status code

func (*GetPreparationOK) IsServerError

func (o *GetPreparationOK) IsServerError() bool

IsServerError returns true when this get preparation o k response has a 5xx status code

func (*GetPreparationOK) IsSuccess

func (o *GetPreparationOK) IsSuccess() bool

IsSuccess returns true when this get preparation o k response has a 2xx status code

func (*GetPreparationOK) String

func (o *GetPreparationOK) String() string

type GetPreparationParams

type GetPreparationParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetPreparationParams contains all the parameters to send to the API endpoint

for the get preparation operation.

Typically these are written to a http.Request.

func NewGetPreparationParams

func NewGetPreparationParams() *GetPreparationParams

NewGetPreparationParams creates a new GetPreparationParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetPreparationParamsWithContext

func NewGetPreparationParamsWithContext(ctx context.Context) *GetPreparationParams

NewGetPreparationParamsWithContext creates a new GetPreparationParams object with the ability to set a context for a request.

func NewGetPreparationParamsWithHTTPClient

func NewGetPreparationParamsWithHTTPClient(client *http.Client) *GetPreparationParams

NewGetPreparationParamsWithHTTPClient creates a new GetPreparationParams object with the ability to set a custom HTTPClient for a request.

func NewGetPreparationParamsWithTimeout

func NewGetPreparationParamsWithTimeout(timeout time.Duration) *GetPreparationParams

NewGetPreparationParamsWithTimeout creates a new GetPreparationParams object with the ability to set a timeout on a request.

func (*GetPreparationParams) SetContext

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

SetContext adds the context to the get preparation params

func (*GetPreparationParams) SetDefaults

func (o *GetPreparationParams) SetDefaults()

SetDefaults hydrates default values in the get preparation params (not the query body).

All values with no default are reset to their zero value.

func (*GetPreparationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get preparation params

func (*GetPreparationParams) SetTimeout

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

SetTimeout adds the timeout to the get preparation params

func (*GetPreparationParams) WithContext

WithContext adds the context to the get preparation params

func (*GetPreparationParams) WithDefaults

func (o *GetPreparationParams) WithDefaults() *GetPreparationParams

WithDefaults hydrates default values in the get preparation params (not the query body).

All values with no default are reset to their zero value.

func (*GetPreparationParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get preparation params

func (*GetPreparationParams) WithTimeout

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

WithTimeout adds the timeout to the get preparation params

func (*GetPreparationParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetPreparationReader

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

GetPreparationReader is a Reader for the GetPreparation structure.

func (*GetPreparationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostPreparationBadRequest

type PostPreparationBadRequest struct {
	Payload *models.APIHTTPError
}

PostPreparationBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewPostPreparationBadRequest

func NewPostPreparationBadRequest() *PostPreparationBadRequest

NewPostPreparationBadRequest creates a PostPreparationBadRequest with default headers values

func (*PostPreparationBadRequest) Code

func (o *PostPreparationBadRequest) Code() int

Code gets the status code for the post preparation bad request response

func (*PostPreparationBadRequest) Error

func (o *PostPreparationBadRequest) Error() string

func (*PostPreparationBadRequest) GetPayload

func (*PostPreparationBadRequest) IsClientError

func (o *PostPreparationBadRequest) IsClientError() bool

IsClientError returns true when this post preparation bad request response has a 4xx status code

func (*PostPreparationBadRequest) IsCode

func (o *PostPreparationBadRequest) IsCode(code int) bool

IsCode returns true when this post preparation bad request response a status code equal to that given

func (*PostPreparationBadRequest) IsRedirect

func (o *PostPreparationBadRequest) IsRedirect() bool

IsRedirect returns true when this post preparation bad request response has a 3xx status code

func (*PostPreparationBadRequest) IsServerError

func (o *PostPreparationBadRequest) IsServerError() bool

IsServerError returns true when this post preparation bad request response has a 5xx status code

func (*PostPreparationBadRequest) IsSuccess

func (o *PostPreparationBadRequest) IsSuccess() bool

IsSuccess returns true when this post preparation bad request response has a 2xx status code

func (*PostPreparationBadRequest) String

func (o *PostPreparationBadRequest) String() string

type PostPreparationIDOutputNameBadRequest

type PostPreparationIDOutputNameBadRequest struct {
	Payload *models.APIHTTPError
}

PostPreparationIDOutputNameBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewPostPreparationIDOutputNameBadRequest

func NewPostPreparationIDOutputNameBadRequest() *PostPreparationIDOutputNameBadRequest

NewPostPreparationIDOutputNameBadRequest creates a PostPreparationIDOutputNameBadRequest with default headers values

func (*PostPreparationIDOutputNameBadRequest) Code

Code gets the status code for the post preparation Id output name bad request response

func (*PostPreparationIDOutputNameBadRequest) Error

func (*PostPreparationIDOutputNameBadRequest) GetPayload

func (*PostPreparationIDOutputNameBadRequest) IsClientError

func (o *PostPreparationIDOutputNameBadRequest) IsClientError() bool

IsClientError returns true when this post preparation Id output name bad request response has a 4xx status code

func (*PostPreparationIDOutputNameBadRequest) IsCode

IsCode returns true when this post preparation Id output name bad request response a status code equal to that given

func (*PostPreparationIDOutputNameBadRequest) IsRedirect

IsRedirect returns true when this post preparation Id output name bad request response has a 3xx status code

func (*PostPreparationIDOutputNameBadRequest) IsServerError

func (o *PostPreparationIDOutputNameBadRequest) IsServerError() bool

IsServerError returns true when this post preparation Id output name bad request response has a 5xx status code

func (*PostPreparationIDOutputNameBadRequest) IsSuccess

IsSuccess returns true when this post preparation Id output name bad request response has a 2xx status code

func (*PostPreparationIDOutputNameBadRequest) String

type PostPreparationIDOutputNameInternalServerError

type PostPreparationIDOutputNameInternalServerError struct {
	Payload *models.APIHTTPError
}

PostPreparationIDOutputNameInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostPreparationIDOutputNameInternalServerError

func NewPostPreparationIDOutputNameInternalServerError() *PostPreparationIDOutputNameInternalServerError

NewPostPreparationIDOutputNameInternalServerError creates a PostPreparationIDOutputNameInternalServerError with default headers values

func (*PostPreparationIDOutputNameInternalServerError) Code

Code gets the status code for the post preparation Id output name internal server error response

func (*PostPreparationIDOutputNameInternalServerError) Error

func (*PostPreparationIDOutputNameInternalServerError) GetPayload

func (*PostPreparationIDOutputNameInternalServerError) IsClientError

IsClientError returns true when this post preparation Id output name internal server error response has a 4xx status code

func (*PostPreparationIDOutputNameInternalServerError) IsCode

IsCode returns true when this post preparation Id output name internal server error response a status code equal to that given

func (*PostPreparationIDOutputNameInternalServerError) IsRedirect

IsRedirect returns true when this post preparation Id output name internal server error response has a 3xx status code

func (*PostPreparationIDOutputNameInternalServerError) IsServerError

IsServerError returns true when this post preparation Id output name internal server error response has a 5xx status code

func (*PostPreparationIDOutputNameInternalServerError) IsSuccess

IsSuccess returns true when this post preparation Id output name internal server error response has a 2xx status code

func (*PostPreparationIDOutputNameInternalServerError) String

type PostPreparationIDOutputNameOK

type PostPreparationIDOutputNameOK struct {
	Payload *models.ModelPreparation
}

PostPreparationIDOutputNameOK describes a response with status code 200, with default header values.

OK

func NewPostPreparationIDOutputNameOK

func NewPostPreparationIDOutputNameOK() *PostPreparationIDOutputNameOK

NewPostPreparationIDOutputNameOK creates a PostPreparationIDOutputNameOK with default headers values

func (*PostPreparationIDOutputNameOK) Code

Code gets the status code for the post preparation Id output name o k response

func (*PostPreparationIDOutputNameOK) Error

func (*PostPreparationIDOutputNameOK) GetPayload

func (*PostPreparationIDOutputNameOK) IsClientError

func (o *PostPreparationIDOutputNameOK) IsClientError() bool

IsClientError returns true when this post preparation Id output name o k response has a 4xx status code

func (*PostPreparationIDOutputNameOK) IsCode

func (o *PostPreparationIDOutputNameOK) IsCode(code int) bool

IsCode returns true when this post preparation Id output name o k response a status code equal to that given

func (*PostPreparationIDOutputNameOK) IsRedirect

func (o *PostPreparationIDOutputNameOK) IsRedirect() bool

IsRedirect returns true when this post preparation Id output name o k response has a 3xx status code

func (*PostPreparationIDOutputNameOK) IsServerError

func (o *PostPreparationIDOutputNameOK) IsServerError() bool

IsServerError returns true when this post preparation Id output name o k response has a 5xx status code

func (*PostPreparationIDOutputNameOK) IsSuccess

func (o *PostPreparationIDOutputNameOK) IsSuccess() bool

IsSuccess returns true when this post preparation Id output name o k response has a 2xx status code

func (*PostPreparationIDOutputNameOK) String

type PostPreparationIDOutputNameParams

type PostPreparationIDOutputNameParams struct {

	/* ID.

	   Preparation ID or name
	*/
	ID string

	/* Name.

	   Output storage ID or name
	*/
	Name string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PostPreparationIDOutputNameParams contains all the parameters to send to the API endpoint

for the post preparation ID output name operation.

Typically these are written to a http.Request.

func NewPostPreparationIDOutputNameParams

func NewPostPreparationIDOutputNameParams() *PostPreparationIDOutputNameParams

NewPostPreparationIDOutputNameParams creates a new PostPreparationIDOutputNameParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewPostPreparationIDOutputNameParamsWithContext

func NewPostPreparationIDOutputNameParamsWithContext(ctx context.Context) *PostPreparationIDOutputNameParams

NewPostPreparationIDOutputNameParamsWithContext creates a new PostPreparationIDOutputNameParams object with the ability to set a context for a request.

func NewPostPreparationIDOutputNameParamsWithHTTPClient

func NewPostPreparationIDOutputNameParamsWithHTTPClient(client *http.Client) *PostPreparationIDOutputNameParams

NewPostPreparationIDOutputNameParamsWithHTTPClient creates a new PostPreparationIDOutputNameParams object with the ability to set a custom HTTPClient for a request.

func NewPostPreparationIDOutputNameParamsWithTimeout

func NewPostPreparationIDOutputNameParamsWithTimeout(timeout time.Duration) *PostPreparationIDOutputNameParams

NewPostPreparationIDOutputNameParamsWithTimeout creates a new PostPreparationIDOutputNameParams object with the ability to set a timeout on a request.

func (*PostPreparationIDOutputNameParams) SetContext

SetContext adds the context to the post preparation ID output name params

func (*PostPreparationIDOutputNameParams) SetDefaults

func (o *PostPreparationIDOutputNameParams) SetDefaults()

SetDefaults hydrates default values in the post preparation ID output name params (not the query body).

All values with no default are reset to their zero value.

func (*PostPreparationIDOutputNameParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post preparation ID output name params

func (*PostPreparationIDOutputNameParams) SetID

SetID adds the id to the post preparation ID output name params

func (*PostPreparationIDOutputNameParams) SetName

func (o *PostPreparationIDOutputNameParams) SetName(name string)

SetName adds the name to the post preparation ID output name params

func (*PostPreparationIDOutputNameParams) SetTimeout

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

SetTimeout adds the timeout to the post preparation ID output name params

func (*PostPreparationIDOutputNameParams) WithContext

WithContext adds the context to the post preparation ID output name params

func (*PostPreparationIDOutputNameParams) WithDefaults

WithDefaults hydrates default values in the post preparation ID output name params (not the query body).

All values with no default are reset to their zero value.

func (*PostPreparationIDOutputNameParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post preparation ID output name params

func (*PostPreparationIDOutputNameParams) WithID

WithID adds the id to the post preparation ID output name params

func (*PostPreparationIDOutputNameParams) WithName

WithName adds the name to the post preparation ID output name params

func (*PostPreparationIDOutputNameParams) WithTimeout

WithTimeout adds the timeout to the post preparation ID output name params

func (*PostPreparationIDOutputNameParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostPreparationIDOutputNameReader

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

PostPreparationIDOutputNameReader is a Reader for the PostPreparationIDOutputName structure.

func (*PostPreparationIDOutputNameReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostPreparationIDSourceNameBadRequest

type PostPreparationIDSourceNameBadRequest struct {
	Payload *models.APIHTTPError
}

PostPreparationIDSourceNameBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewPostPreparationIDSourceNameBadRequest

func NewPostPreparationIDSourceNameBadRequest() *PostPreparationIDSourceNameBadRequest

NewPostPreparationIDSourceNameBadRequest creates a PostPreparationIDSourceNameBadRequest with default headers values

func (*PostPreparationIDSourceNameBadRequest) Code

Code gets the status code for the post preparation Id source name bad request response

func (*PostPreparationIDSourceNameBadRequest) Error

func (*PostPreparationIDSourceNameBadRequest) GetPayload

func (*PostPreparationIDSourceNameBadRequest) IsClientError

func (o *PostPreparationIDSourceNameBadRequest) IsClientError() bool

IsClientError returns true when this post preparation Id source name bad request response has a 4xx status code

func (*PostPreparationIDSourceNameBadRequest) IsCode

IsCode returns true when this post preparation Id source name bad request response a status code equal to that given

func (*PostPreparationIDSourceNameBadRequest) IsRedirect

IsRedirect returns true when this post preparation Id source name bad request response has a 3xx status code

func (*PostPreparationIDSourceNameBadRequest) IsServerError

func (o *PostPreparationIDSourceNameBadRequest) IsServerError() bool

IsServerError returns true when this post preparation Id source name bad request response has a 5xx status code

func (*PostPreparationIDSourceNameBadRequest) IsSuccess

IsSuccess returns true when this post preparation Id source name bad request response has a 2xx status code

func (*PostPreparationIDSourceNameBadRequest) String

type PostPreparationIDSourceNameInternalServerError

type PostPreparationIDSourceNameInternalServerError struct {
	Payload *models.APIHTTPError
}

PostPreparationIDSourceNameInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostPreparationIDSourceNameInternalServerError

func NewPostPreparationIDSourceNameInternalServerError() *PostPreparationIDSourceNameInternalServerError

NewPostPreparationIDSourceNameInternalServerError creates a PostPreparationIDSourceNameInternalServerError with default headers values

func (*PostPreparationIDSourceNameInternalServerError) Code

Code gets the status code for the post preparation Id source name internal server error response

func (*PostPreparationIDSourceNameInternalServerError) Error

func (*PostPreparationIDSourceNameInternalServerError) GetPayload

func (*PostPreparationIDSourceNameInternalServerError) IsClientError

IsClientError returns true when this post preparation Id source name internal server error response has a 4xx status code

func (*PostPreparationIDSourceNameInternalServerError) IsCode

IsCode returns true when this post preparation Id source name internal server error response a status code equal to that given

func (*PostPreparationIDSourceNameInternalServerError) IsRedirect

IsRedirect returns true when this post preparation Id source name internal server error response has a 3xx status code

func (*PostPreparationIDSourceNameInternalServerError) IsServerError

IsServerError returns true when this post preparation Id source name internal server error response has a 5xx status code

func (*PostPreparationIDSourceNameInternalServerError) IsSuccess

IsSuccess returns true when this post preparation Id source name internal server error response has a 2xx status code

func (*PostPreparationIDSourceNameInternalServerError) String

type PostPreparationIDSourceNameOK

type PostPreparationIDSourceNameOK struct {
	Payload *models.ModelPreparation
}

PostPreparationIDSourceNameOK describes a response with status code 200, with default header values.

OK

func NewPostPreparationIDSourceNameOK

func NewPostPreparationIDSourceNameOK() *PostPreparationIDSourceNameOK

NewPostPreparationIDSourceNameOK creates a PostPreparationIDSourceNameOK with default headers values

func (*PostPreparationIDSourceNameOK) Code

Code gets the status code for the post preparation Id source name o k response

func (*PostPreparationIDSourceNameOK) Error

func (*PostPreparationIDSourceNameOK) GetPayload

func (*PostPreparationIDSourceNameOK) IsClientError

func (o *PostPreparationIDSourceNameOK) IsClientError() bool

IsClientError returns true when this post preparation Id source name o k response has a 4xx status code

func (*PostPreparationIDSourceNameOK) IsCode

func (o *PostPreparationIDSourceNameOK) IsCode(code int) bool

IsCode returns true when this post preparation Id source name o k response a status code equal to that given

func (*PostPreparationIDSourceNameOK) IsRedirect

func (o *PostPreparationIDSourceNameOK) IsRedirect() bool

IsRedirect returns true when this post preparation Id source name o k response has a 3xx status code

func (*PostPreparationIDSourceNameOK) IsServerError

func (o *PostPreparationIDSourceNameOK) IsServerError() bool

IsServerError returns true when this post preparation Id source name o k response has a 5xx status code

func (*PostPreparationIDSourceNameOK) IsSuccess

func (o *PostPreparationIDSourceNameOK) IsSuccess() bool

IsSuccess returns true when this post preparation Id source name o k response has a 2xx status code

func (*PostPreparationIDSourceNameOK) String

type PostPreparationIDSourceNameParams

type PostPreparationIDSourceNameParams struct {

	/* ID.

	   Preparation ID or name
	*/
	ID string

	/* Name.

	   Source storage ID or name
	*/
	Name string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PostPreparationIDSourceNameParams contains all the parameters to send to the API endpoint

for the post preparation ID source name operation.

Typically these are written to a http.Request.

func NewPostPreparationIDSourceNameParams

func NewPostPreparationIDSourceNameParams() *PostPreparationIDSourceNameParams

NewPostPreparationIDSourceNameParams creates a new PostPreparationIDSourceNameParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewPostPreparationIDSourceNameParamsWithContext

func NewPostPreparationIDSourceNameParamsWithContext(ctx context.Context) *PostPreparationIDSourceNameParams

NewPostPreparationIDSourceNameParamsWithContext creates a new PostPreparationIDSourceNameParams object with the ability to set a context for a request.

func NewPostPreparationIDSourceNameParamsWithHTTPClient

func NewPostPreparationIDSourceNameParamsWithHTTPClient(client *http.Client) *PostPreparationIDSourceNameParams

NewPostPreparationIDSourceNameParamsWithHTTPClient creates a new PostPreparationIDSourceNameParams object with the ability to set a custom HTTPClient for a request.

func NewPostPreparationIDSourceNameParamsWithTimeout

func NewPostPreparationIDSourceNameParamsWithTimeout(timeout time.Duration) *PostPreparationIDSourceNameParams

NewPostPreparationIDSourceNameParamsWithTimeout creates a new PostPreparationIDSourceNameParams object with the ability to set a timeout on a request.

func (*PostPreparationIDSourceNameParams) SetContext

SetContext adds the context to the post preparation ID source name params

func (*PostPreparationIDSourceNameParams) SetDefaults

func (o *PostPreparationIDSourceNameParams) SetDefaults()

SetDefaults hydrates default values in the post preparation ID source name params (not the query body).

All values with no default are reset to their zero value.

func (*PostPreparationIDSourceNameParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post preparation ID source name params

func (*PostPreparationIDSourceNameParams) SetID

SetID adds the id to the post preparation ID source name params

func (*PostPreparationIDSourceNameParams) SetName

func (o *PostPreparationIDSourceNameParams) SetName(name string)

SetName adds the name to the post preparation ID source name params

func (*PostPreparationIDSourceNameParams) SetTimeout

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

SetTimeout adds the timeout to the post preparation ID source name params

func (*PostPreparationIDSourceNameParams) WithContext

WithContext adds the context to the post preparation ID source name params

func (*PostPreparationIDSourceNameParams) WithDefaults

WithDefaults hydrates default values in the post preparation ID source name params (not the query body).

All values with no default are reset to their zero value.

func (*PostPreparationIDSourceNameParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post preparation ID source name params

func (*PostPreparationIDSourceNameParams) WithID

WithID adds the id to the post preparation ID source name params

func (*PostPreparationIDSourceNameParams) WithName

WithName adds the name to the post preparation ID source name params

func (*PostPreparationIDSourceNameParams) WithTimeout

WithTimeout adds the timeout to the post preparation ID source name params

func (*PostPreparationIDSourceNameParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostPreparationIDSourceNameReader

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

PostPreparationIDSourceNameReader is a Reader for the PostPreparationIDSourceName structure.

func (*PostPreparationIDSourceNameReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostPreparationInternalServerError

type PostPreparationInternalServerError struct {
	Payload *models.APIHTTPError
}

PostPreparationInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostPreparationInternalServerError

func NewPostPreparationInternalServerError() *PostPreparationInternalServerError

NewPostPreparationInternalServerError creates a PostPreparationInternalServerError with default headers values

func (*PostPreparationInternalServerError) Code

Code gets the status code for the post preparation internal server error response

func (*PostPreparationInternalServerError) Error

func (*PostPreparationInternalServerError) GetPayload

func (*PostPreparationInternalServerError) IsClientError

func (o *PostPreparationInternalServerError) IsClientError() bool

IsClientError returns true when this post preparation internal server error response has a 4xx status code

func (*PostPreparationInternalServerError) IsCode

IsCode returns true when this post preparation internal server error response a status code equal to that given

func (*PostPreparationInternalServerError) IsRedirect

func (o *PostPreparationInternalServerError) IsRedirect() bool

IsRedirect returns true when this post preparation internal server error response has a 3xx status code

func (*PostPreparationInternalServerError) IsServerError

func (o *PostPreparationInternalServerError) IsServerError() bool

IsServerError returns true when this post preparation internal server error response has a 5xx status code

func (*PostPreparationInternalServerError) IsSuccess

IsSuccess returns true when this post preparation internal server error response has a 2xx status code

func (*PostPreparationInternalServerError) String

type PostPreparationOK

type PostPreparationOK struct {
	Payload *models.ModelPreparation
}

PostPreparationOK describes a response with status code 200, with default header values.

OK

func NewPostPreparationOK

func NewPostPreparationOK() *PostPreparationOK

NewPostPreparationOK creates a PostPreparationOK with default headers values

func (*PostPreparationOK) Code

func (o *PostPreparationOK) Code() int

Code gets the status code for the post preparation o k response

func (*PostPreparationOK) Error

func (o *PostPreparationOK) Error() string

func (*PostPreparationOK) GetPayload

func (o *PostPreparationOK) GetPayload() *models.ModelPreparation

func (*PostPreparationOK) IsClientError

func (o *PostPreparationOK) IsClientError() bool

IsClientError returns true when this post preparation o k response has a 4xx status code

func (*PostPreparationOK) IsCode

func (o *PostPreparationOK) IsCode(code int) bool

IsCode returns true when this post preparation o k response a status code equal to that given

func (*PostPreparationOK) IsRedirect

func (o *PostPreparationOK) IsRedirect() bool

IsRedirect returns true when this post preparation o k response has a 3xx status code

func (*PostPreparationOK) IsServerError

func (o *PostPreparationOK) IsServerError() bool

IsServerError returns true when this post preparation o k response has a 5xx status code

func (*PostPreparationOK) IsSuccess

func (o *PostPreparationOK) IsSuccess() bool

IsSuccess returns true when this post preparation o k response has a 2xx status code

func (*PostPreparationOK) String

func (o *PostPreparationOK) String() string

type PostPreparationParams

type PostPreparationParams struct {

	/* Request.

	   Create Request
	*/
	Request *models.DataprepCreateRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PostPreparationParams contains all the parameters to send to the API endpoint

for the post preparation operation.

Typically these are written to a http.Request.

func NewPostPreparationParams

func NewPostPreparationParams() *PostPreparationParams

NewPostPreparationParams creates a new PostPreparationParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewPostPreparationParamsWithContext

func NewPostPreparationParamsWithContext(ctx context.Context) *PostPreparationParams

NewPostPreparationParamsWithContext creates a new PostPreparationParams object with the ability to set a context for a request.

func NewPostPreparationParamsWithHTTPClient

func NewPostPreparationParamsWithHTTPClient(client *http.Client) *PostPreparationParams

NewPostPreparationParamsWithHTTPClient creates a new PostPreparationParams object with the ability to set a custom HTTPClient for a request.

func NewPostPreparationParamsWithTimeout

func NewPostPreparationParamsWithTimeout(timeout time.Duration) *PostPreparationParams

NewPostPreparationParamsWithTimeout creates a new PostPreparationParams object with the ability to set a timeout on a request.

func (*PostPreparationParams) SetContext

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

SetContext adds the context to the post preparation params

func (*PostPreparationParams) SetDefaults

func (o *PostPreparationParams) SetDefaults()

SetDefaults hydrates default values in the post preparation params (not the query body).

All values with no default are reset to their zero value.

func (*PostPreparationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post preparation params

func (*PostPreparationParams) SetRequest

func (o *PostPreparationParams) SetRequest(request *models.DataprepCreateRequest)

SetRequest adds the request to the post preparation params

func (*PostPreparationParams) SetTimeout

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

SetTimeout adds the timeout to the post preparation params

func (*PostPreparationParams) WithContext

WithContext adds the context to the post preparation params

func (*PostPreparationParams) WithDefaults

func (o *PostPreparationParams) WithDefaults() *PostPreparationParams

WithDefaults hydrates default values in the post preparation params (not the query body).

All values with no default are reset to their zero value.

func (*PostPreparationParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the post preparation params

func (*PostPreparationParams) WithRequest

WithRequest adds the request to the post preparation params

func (*PostPreparationParams) WithTimeout

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

WithTimeout adds the timeout to the post preparation params

func (*PostPreparationParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type PostPreparationReader

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

PostPreparationReader is a Reader for the PostPreparation structure.

func (*PostPreparationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

Jump to

Keyboard shortcuts

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