Versions in this module Expand all Collapse all v2 v2.4.2 Sep 21, 2024 v2.4.1 Sep 21, 2024 Changes in this version + type Client struct + func (a *Client) CreatePreset(params *CreatePresetParams, authInfo runtime.ClientAuthInfoWriter, ...) (*CreatePresetOK, *CreatePresetNoContent, error) + func (a *Client) DeletePreset(params *DeletePresetParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DeletePresetOK, *DeletePresetNoContent, error) + func (a *Client) GetPreset(params *GetPresetParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetPresetOK, *GetPresetNoContent, error) + func (a *Client) ListPresetNames(params *ListPresetNamesParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ListPresetNamesOK, *ListPresetNamesNoContent, error) + func (a *Client) ListPresets(params *ListPresetsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ListPresetsOK, *ListPresetsNoContent, error) + func (a *Client) PatchPreset(params *PatchPresetParams, authInfo runtime.ClientAuthInfoWriter, ...) (*PatchPresetOK, *PatchPresetNoContent, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + func (a *Client) UpdatePreset(params *UpdatePresetParams, authInfo runtime.ClientAuthInfoWriter, ...) (*UpdatePresetOK, *UpdatePresetNoContent, error) + type ClientOption func(*runtime.ClientOperation) + type ClientService interface + CreatePreset func(params *CreatePresetParams, authInfo runtime.ClientAuthInfoWriter, ...) (*CreatePresetOK, *CreatePresetNoContent, error) + DeletePreset func(params *DeletePresetParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DeletePresetOK, *DeletePresetNoContent, error) + GetPreset func(params *GetPresetParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetPresetOK, *GetPresetNoContent, error) + ListPresetNames func(params *ListPresetNamesParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ListPresetNamesOK, *ListPresetNamesNoContent, error) + ListPresets func(params *ListPresetsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ListPresetsOK, *ListPresetsNoContent, error) + PatchPreset func(params *PatchPresetParams, authInfo runtime.ClientAuthInfoWriter, ...) (*PatchPresetOK, *PatchPresetNoContent, error) + SetTransport func(transport runtime.ClientTransport) + UpdatePreset func(params *UpdatePresetParams, authInfo runtime.ClientAuthInfoWriter, ...) (*UpdatePresetOK, *UpdatePresetNoContent, error) + func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService + type CreatePresetDefault struct + Payload *service_model.RuntimeError + func NewCreatePresetDefault(code int) *CreatePresetDefault + func (o *CreatePresetDefault) Code() int + func (o *CreatePresetDefault) Error() string + func (o *CreatePresetDefault) GetPayload() *service_model.RuntimeError + func (o *CreatePresetDefault) IsClientError() bool + func (o *CreatePresetDefault) IsCode(code int) bool + func (o *CreatePresetDefault) IsRedirect() bool + func (o *CreatePresetDefault) IsServerError() bool + func (o *CreatePresetDefault) IsSuccess() bool + func (o *CreatePresetDefault) String() string + type CreatePresetForbidden struct + Payload interface{} + func NewCreatePresetForbidden() *CreatePresetForbidden + func (o *CreatePresetForbidden) Code() int + func (o *CreatePresetForbidden) Error() string + func (o *CreatePresetForbidden) GetPayload() interface{} + func (o *CreatePresetForbidden) IsClientError() bool + func (o *CreatePresetForbidden) IsCode(code int) bool + func (o *CreatePresetForbidden) IsRedirect() bool + func (o *CreatePresetForbidden) IsServerError() bool + func (o *CreatePresetForbidden) IsSuccess() bool + func (o *CreatePresetForbidden) String() string + type CreatePresetNoContent struct + Payload interface{} + func NewCreatePresetNoContent() *CreatePresetNoContent + func (o *CreatePresetNoContent) Code() int + func (o *CreatePresetNoContent) Error() string + func (o *CreatePresetNoContent) GetPayload() interface{} + func (o *CreatePresetNoContent) IsClientError() bool + func (o *CreatePresetNoContent) IsCode(code int) bool + func (o *CreatePresetNoContent) IsRedirect() bool + func (o *CreatePresetNoContent) IsServerError() bool + func (o *CreatePresetNoContent) IsSuccess() bool + func (o *CreatePresetNoContent) String() string + type CreatePresetNotFound struct + Payload interface{} + func NewCreatePresetNotFound() *CreatePresetNotFound + func (o *CreatePresetNotFound) Code() int + func (o *CreatePresetNotFound) Error() string + func (o *CreatePresetNotFound) GetPayload() interface{} + func (o *CreatePresetNotFound) IsClientError() bool + func (o *CreatePresetNotFound) IsCode(code int) bool + func (o *CreatePresetNotFound) IsRedirect() bool + func (o *CreatePresetNotFound) IsServerError() bool + func (o *CreatePresetNotFound) IsSuccess() bool + func (o *CreatePresetNotFound) String() string + type CreatePresetOK struct + Payload *service_model.V1Preset + func NewCreatePresetOK() *CreatePresetOK + func (o *CreatePresetOK) Code() int + func (o *CreatePresetOK) Error() string + func (o *CreatePresetOK) GetPayload() *service_model.V1Preset + func (o *CreatePresetOK) IsClientError() bool + func (o *CreatePresetOK) IsCode(code int) bool + func (o *CreatePresetOK) IsRedirect() bool + func (o *CreatePresetOK) IsServerError() bool + func (o *CreatePresetOK) IsSuccess() bool + func (o *CreatePresetOK) String() string + type CreatePresetParams struct + Body *service_model.V1Preset + Context context.Context + HTTPClient *http.Client + Owner string + func NewCreatePresetParams() *CreatePresetParams + func NewCreatePresetParamsWithContext(ctx context.Context) *CreatePresetParams + func NewCreatePresetParamsWithHTTPClient(client *http.Client) *CreatePresetParams + func NewCreatePresetParamsWithTimeout(timeout time.Duration) *CreatePresetParams + func (o *CreatePresetParams) SetBody(body *service_model.V1Preset) + func (o *CreatePresetParams) SetContext(ctx context.Context) + func (o *CreatePresetParams) SetDefaults() + func (o *CreatePresetParams) SetHTTPClient(client *http.Client) + func (o *CreatePresetParams) SetOwner(owner string) + func (o *CreatePresetParams) SetTimeout(timeout time.Duration) + func (o *CreatePresetParams) WithBody(body *service_model.V1Preset) *CreatePresetParams + func (o *CreatePresetParams) WithContext(ctx context.Context) *CreatePresetParams + func (o *CreatePresetParams) WithDefaults() *CreatePresetParams + func (o *CreatePresetParams) WithHTTPClient(client *http.Client) *CreatePresetParams + func (o *CreatePresetParams) WithOwner(owner string) *CreatePresetParams + func (o *CreatePresetParams) WithTimeout(timeout time.Duration) *CreatePresetParams + func (o *CreatePresetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type CreatePresetReader struct + func (o *CreatePresetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type DeletePresetDefault struct + Payload *service_model.RuntimeError + func NewDeletePresetDefault(code int) *DeletePresetDefault + func (o *DeletePresetDefault) Code() int + func (o *DeletePresetDefault) Error() string + func (o *DeletePresetDefault) GetPayload() *service_model.RuntimeError + func (o *DeletePresetDefault) IsClientError() bool + func (o *DeletePresetDefault) IsCode(code int) bool + func (o *DeletePresetDefault) IsRedirect() bool + func (o *DeletePresetDefault) IsServerError() bool + func (o *DeletePresetDefault) IsSuccess() bool + func (o *DeletePresetDefault) String() string + type DeletePresetForbidden struct + Payload interface{} + func NewDeletePresetForbidden() *DeletePresetForbidden + func (o *DeletePresetForbidden) Code() int + func (o *DeletePresetForbidden) Error() string + func (o *DeletePresetForbidden) GetPayload() interface{} + func (o *DeletePresetForbidden) IsClientError() bool + func (o *DeletePresetForbidden) IsCode(code int) bool + func (o *DeletePresetForbidden) IsRedirect() bool + func (o *DeletePresetForbidden) IsServerError() bool + func (o *DeletePresetForbidden) IsSuccess() bool + func (o *DeletePresetForbidden) String() string + type DeletePresetNoContent struct + Payload interface{} + func NewDeletePresetNoContent() *DeletePresetNoContent + func (o *DeletePresetNoContent) Code() int + func (o *DeletePresetNoContent) Error() string + func (o *DeletePresetNoContent) GetPayload() interface{} + func (o *DeletePresetNoContent) IsClientError() bool + func (o *DeletePresetNoContent) IsCode(code int) bool + func (o *DeletePresetNoContent) IsRedirect() bool + func (o *DeletePresetNoContent) IsServerError() bool + func (o *DeletePresetNoContent) IsSuccess() bool + func (o *DeletePresetNoContent) String() string + type DeletePresetNotFound struct + Payload interface{} + func NewDeletePresetNotFound() *DeletePresetNotFound + func (o *DeletePresetNotFound) Code() int + func (o *DeletePresetNotFound) Error() string + func (o *DeletePresetNotFound) GetPayload() interface{} + func (o *DeletePresetNotFound) IsClientError() bool + func (o *DeletePresetNotFound) IsCode(code int) bool + func (o *DeletePresetNotFound) IsRedirect() bool + func (o *DeletePresetNotFound) IsServerError() bool + func (o *DeletePresetNotFound) IsSuccess() bool + func (o *DeletePresetNotFound) String() string + type DeletePresetOK struct + func NewDeletePresetOK() *DeletePresetOK + func (o *DeletePresetOK) Code() int + func (o *DeletePresetOK) Error() string + func (o *DeletePresetOK) IsClientError() bool + func (o *DeletePresetOK) IsCode(code int) bool + func (o *DeletePresetOK) IsRedirect() bool + func (o *DeletePresetOK) IsServerError() bool + func (o *DeletePresetOK) IsSuccess() bool + func (o *DeletePresetOK) String() string + type DeletePresetParams struct + Context context.Context + Entity *string + HTTPClient *http.Client + Owner string + UUID string + func NewDeletePresetParams() *DeletePresetParams + func NewDeletePresetParamsWithContext(ctx context.Context) *DeletePresetParams + func NewDeletePresetParamsWithHTTPClient(client *http.Client) *DeletePresetParams + func NewDeletePresetParamsWithTimeout(timeout time.Duration) *DeletePresetParams + func (o *DeletePresetParams) SetContext(ctx context.Context) + func (o *DeletePresetParams) SetDefaults() + func (o *DeletePresetParams) SetEntity(entity *string) + func (o *DeletePresetParams) SetHTTPClient(client *http.Client) + func (o *DeletePresetParams) SetOwner(owner string) + func (o *DeletePresetParams) SetTimeout(timeout time.Duration) + func (o *DeletePresetParams) SetUUID(uuid string) + func (o *DeletePresetParams) WithContext(ctx context.Context) *DeletePresetParams + func (o *DeletePresetParams) WithDefaults() *DeletePresetParams + func (o *DeletePresetParams) WithEntity(entity *string) *DeletePresetParams + func (o *DeletePresetParams) WithHTTPClient(client *http.Client) *DeletePresetParams + func (o *DeletePresetParams) WithOwner(owner string) *DeletePresetParams + func (o *DeletePresetParams) WithTimeout(timeout time.Duration) *DeletePresetParams + func (o *DeletePresetParams) WithUUID(uuid string) *DeletePresetParams + func (o *DeletePresetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type DeletePresetReader struct + func (o *DeletePresetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetPresetDefault struct + Payload *service_model.RuntimeError + func NewGetPresetDefault(code int) *GetPresetDefault + func (o *GetPresetDefault) Code() int + func (o *GetPresetDefault) Error() string + func (o *GetPresetDefault) GetPayload() *service_model.RuntimeError + func (o *GetPresetDefault) IsClientError() bool + func (o *GetPresetDefault) IsCode(code int) bool + func (o *GetPresetDefault) IsRedirect() bool + func (o *GetPresetDefault) IsServerError() bool + func (o *GetPresetDefault) IsSuccess() bool + func (o *GetPresetDefault) String() string + type GetPresetForbidden struct + Payload interface{} + func NewGetPresetForbidden() *GetPresetForbidden + func (o *GetPresetForbidden) Code() int + func (o *GetPresetForbidden) Error() string + func (o *GetPresetForbidden) GetPayload() interface{} + func (o *GetPresetForbidden) IsClientError() bool + func (o *GetPresetForbidden) IsCode(code int) bool + func (o *GetPresetForbidden) IsRedirect() bool + func (o *GetPresetForbidden) IsServerError() bool + func (o *GetPresetForbidden) IsSuccess() bool + func (o *GetPresetForbidden) String() string + type GetPresetNoContent struct + Payload interface{} + func NewGetPresetNoContent() *GetPresetNoContent + func (o *GetPresetNoContent) Code() int + func (o *GetPresetNoContent) Error() string + func (o *GetPresetNoContent) GetPayload() interface{} + func (o *GetPresetNoContent) IsClientError() bool + func (o *GetPresetNoContent) IsCode(code int) bool + func (o *GetPresetNoContent) IsRedirect() bool + func (o *GetPresetNoContent) IsServerError() bool + func (o *GetPresetNoContent) IsSuccess() bool + func (o *GetPresetNoContent) String() string + type GetPresetNotFound struct + Payload interface{} + func NewGetPresetNotFound() *GetPresetNotFound + func (o *GetPresetNotFound) Code() int + func (o *GetPresetNotFound) Error() string + func (o *GetPresetNotFound) GetPayload() interface{} + func (o *GetPresetNotFound) IsClientError() bool + func (o *GetPresetNotFound) IsCode(code int) bool + func (o *GetPresetNotFound) IsRedirect() bool + func (o *GetPresetNotFound) IsServerError() bool + func (o *GetPresetNotFound) IsSuccess() bool + func (o *GetPresetNotFound) String() string + type GetPresetOK struct + Payload *service_model.V1Preset + func NewGetPresetOK() *GetPresetOK + func (o *GetPresetOK) Code() int + func (o *GetPresetOK) Error() string + func (o *GetPresetOK) GetPayload() *service_model.V1Preset + func (o *GetPresetOK) IsClientError() bool + func (o *GetPresetOK) IsCode(code int) bool + func (o *GetPresetOK) IsRedirect() bool + func (o *GetPresetOK) IsServerError() bool + func (o *GetPresetOK) IsSuccess() bool + func (o *GetPresetOK) String() string + type GetPresetParams struct + Context context.Context + Entity *string + HTTPClient *http.Client + Owner string + UUID string + func NewGetPresetParams() *GetPresetParams + func NewGetPresetParamsWithContext(ctx context.Context) *GetPresetParams + func NewGetPresetParamsWithHTTPClient(client *http.Client) *GetPresetParams + func NewGetPresetParamsWithTimeout(timeout time.Duration) *GetPresetParams + func (o *GetPresetParams) SetContext(ctx context.Context) + func (o *GetPresetParams) SetDefaults() + func (o *GetPresetParams) SetEntity(entity *string) + func (o *GetPresetParams) SetHTTPClient(client *http.Client) + func (o *GetPresetParams) SetOwner(owner string) + func (o *GetPresetParams) SetTimeout(timeout time.Duration) + func (o *GetPresetParams) SetUUID(uuid string) + func (o *GetPresetParams) WithContext(ctx context.Context) *GetPresetParams + func (o *GetPresetParams) WithDefaults() *GetPresetParams + func (o *GetPresetParams) WithEntity(entity *string) *GetPresetParams + func (o *GetPresetParams) WithHTTPClient(client *http.Client) *GetPresetParams + func (o *GetPresetParams) WithOwner(owner string) *GetPresetParams + func (o *GetPresetParams) WithTimeout(timeout time.Duration) *GetPresetParams + func (o *GetPresetParams) WithUUID(uuid string) *GetPresetParams + func (o *GetPresetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetPresetReader struct + func (o *GetPresetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ListPresetNamesDefault struct + Payload *service_model.RuntimeError + func NewListPresetNamesDefault(code int) *ListPresetNamesDefault + func (o *ListPresetNamesDefault) Code() int + func (o *ListPresetNamesDefault) Error() string + func (o *ListPresetNamesDefault) GetPayload() *service_model.RuntimeError + func (o *ListPresetNamesDefault) IsClientError() bool + func (o *ListPresetNamesDefault) IsCode(code int) bool + func (o *ListPresetNamesDefault) IsRedirect() bool + func (o *ListPresetNamesDefault) IsServerError() bool + func (o *ListPresetNamesDefault) IsSuccess() bool + func (o *ListPresetNamesDefault) String() string + type ListPresetNamesForbidden struct + Payload interface{} + func NewListPresetNamesForbidden() *ListPresetNamesForbidden + func (o *ListPresetNamesForbidden) Code() int + func (o *ListPresetNamesForbidden) Error() string + func (o *ListPresetNamesForbidden) GetPayload() interface{} + func (o *ListPresetNamesForbidden) IsClientError() bool + func (o *ListPresetNamesForbidden) IsCode(code int) bool + func (o *ListPresetNamesForbidden) IsRedirect() bool + func (o *ListPresetNamesForbidden) IsServerError() bool + func (o *ListPresetNamesForbidden) IsSuccess() bool + func (o *ListPresetNamesForbidden) String() string + type ListPresetNamesNoContent struct + Payload interface{} + func NewListPresetNamesNoContent() *ListPresetNamesNoContent + func (o *ListPresetNamesNoContent) Code() int + func (o *ListPresetNamesNoContent) Error() string + func (o *ListPresetNamesNoContent) GetPayload() interface{} + func (o *ListPresetNamesNoContent) IsClientError() bool + func (o *ListPresetNamesNoContent) IsCode(code int) bool + func (o *ListPresetNamesNoContent) IsRedirect() bool + func (o *ListPresetNamesNoContent) IsServerError() bool + func (o *ListPresetNamesNoContent) IsSuccess() bool + func (o *ListPresetNamesNoContent) String() string + type ListPresetNamesNotFound struct + Payload interface{} + func NewListPresetNamesNotFound() *ListPresetNamesNotFound + func (o *ListPresetNamesNotFound) Code() int + func (o *ListPresetNamesNotFound) Error() string + func (o *ListPresetNamesNotFound) GetPayload() interface{} + func (o *ListPresetNamesNotFound) IsClientError() bool + func (o *ListPresetNamesNotFound) IsCode(code int) bool + func (o *ListPresetNamesNotFound) IsRedirect() bool + func (o *ListPresetNamesNotFound) IsServerError() bool + func (o *ListPresetNamesNotFound) IsSuccess() bool + func (o *ListPresetNamesNotFound) String() string + type ListPresetNamesOK struct + Payload *service_model.V1ListPresetsResponse + func NewListPresetNamesOK() *ListPresetNamesOK + func (o *ListPresetNamesOK) Code() int + func (o *ListPresetNamesOK) Error() string + func (o *ListPresetNamesOK) GetPayload() *service_model.V1ListPresetsResponse + func (o *ListPresetNamesOK) IsClientError() bool + func (o *ListPresetNamesOK) IsCode(code int) bool + func (o *ListPresetNamesOK) IsRedirect() bool + func (o *ListPresetNamesOK) IsServerError() bool + func (o *ListPresetNamesOK) IsSuccess() bool + func (o *ListPresetNamesOK) String() string + type ListPresetNamesParams struct + Bookmarks *bool + Context context.Context + HTTPClient *http.Client + Limit *int32 + Mode *string + NoPage *bool + Offset *int32 + Owner string + Query *string + Sort *string + func NewListPresetNamesParams() *ListPresetNamesParams + func NewListPresetNamesParamsWithContext(ctx context.Context) *ListPresetNamesParams + func NewListPresetNamesParamsWithHTTPClient(client *http.Client) *ListPresetNamesParams + func NewListPresetNamesParamsWithTimeout(timeout time.Duration) *ListPresetNamesParams + func (o *ListPresetNamesParams) SetBookmarks(bookmarks *bool) + func (o *ListPresetNamesParams) SetContext(ctx context.Context) + func (o *ListPresetNamesParams) SetDefaults() + func (o *ListPresetNamesParams) SetHTTPClient(client *http.Client) + func (o *ListPresetNamesParams) SetLimit(limit *int32) + func (o *ListPresetNamesParams) SetMode(mode *string) + func (o *ListPresetNamesParams) SetNoPage(noPage *bool) + func (o *ListPresetNamesParams) SetOffset(offset *int32) + func (o *ListPresetNamesParams) SetOwner(owner string) + func (o *ListPresetNamesParams) SetQuery(query *string) + func (o *ListPresetNamesParams) SetSort(sort *string) + func (o *ListPresetNamesParams) SetTimeout(timeout time.Duration) + func (o *ListPresetNamesParams) WithBookmarks(bookmarks *bool) *ListPresetNamesParams + func (o *ListPresetNamesParams) WithContext(ctx context.Context) *ListPresetNamesParams + func (o *ListPresetNamesParams) WithDefaults() *ListPresetNamesParams + func (o *ListPresetNamesParams) WithHTTPClient(client *http.Client) *ListPresetNamesParams + func (o *ListPresetNamesParams) WithLimit(limit *int32) *ListPresetNamesParams + func (o *ListPresetNamesParams) WithMode(mode *string) *ListPresetNamesParams + func (o *ListPresetNamesParams) WithNoPage(noPage *bool) *ListPresetNamesParams + func (o *ListPresetNamesParams) WithOffset(offset *int32) *ListPresetNamesParams + func (o *ListPresetNamesParams) WithOwner(owner string) *ListPresetNamesParams + func (o *ListPresetNamesParams) WithQuery(query *string) *ListPresetNamesParams + func (o *ListPresetNamesParams) WithSort(sort *string) *ListPresetNamesParams + func (o *ListPresetNamesParams) WithTimeout(timeout time.Duration) *ListPresetNamesParams + func (o *ListPresetNamesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ListPresetNamesReader struct + func (o *ListPresetNamesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ListPresetsDefault struct + Payload *service_model.RuntimeError + func NewListPresetsDefault(code int) *ListPresetsDefault + func (o *ListPresetsDefault) Code() int + func (o *ListPresetsDefault) Error() string + func (o *ListPresetsDefault) GetPayload() *service_model.RuntimeError + func (o *ListPresetsDefault) IsClientError() bool + func (o *ListPresetsDefault) IsCode(code int) bool + func (o *ListPresetsDefault) IsRedirect() bool + func (o *ListPresetsDefault) IsServerError() bool + func (o *ListPresetsDefault) IsSuccess() bool + func (o *ListPresetsDefault) String() string + type ListPresetsForbidden struct + Payload interface{} + func NewListPresetsForbidden() *ListPresetsForbidden + func (o *ListPresetsForbidden) Code() int + func (o *ListPresetsForbidden) Error() string + func (o *ListPresetsForbidden) GetPayload() interface{} + func (o *ListPresetsForbidden) IsClientError() bool + func (o *ListPresetsForbidden) IsCode(code int) bool + func (o *ListPresetsForbidden) IsRedirect() bool + func (o *ListPresetsForbidden) IsServerError() bool + func (o *ListPresetsForbidden) IsSuccess() bool + func (o *ListPresetsForbidden) String() string + type ListPresetsNoContent struct + Payload interface{} + func NewListPresetsNoContent() *ListPresetsNoContent + func (o *ListPresetsNoContent) Code() int + func (o *ListPresetsNoContent) Error() string + func (o *ListPresetsNoContent) GetPayload() interface{} + func (o *ListPresetsNoContent) IsClientError() bool + func (o *ListPresetsNoContent) IsCode(code int) bool + func (o *ListPresetsNoContent) IsRedirect() bool + func (o *ListPresetsNoContent) IsServerError() bool + func (o *ListPresetsNoContent) IsSuccess() bool + func (o *ListPresetsNoContent) String() string + type ListPresetsNotFound struct + Payload interface{} + func NewListPresetsNotFound() *ListPresetsNotFound + func (o *ListPresetsNotFound) Code() int + func (o *ListPresetsNotFound) Error() string + func (o *ListPresetsNotFound) GetPayload() interface{} + func (o *ListPresetsNotFound) IsClientError() bool + func (o *ListPresetsNotFound) IsCode(code int) bool + func (o *ListPresetsNotFound) IsRedirect() bool + func (o *ListPresetsNotFound) IsServerError() bool + func (o *ListPresetsNotFound) IsSuccess() bool + func (o *ListPresetsNotFound) String() string + type ListPresetsOK struct + Payload *service_model.V1ListPresetsResponse + func NewListPresetsOK() *ListPresetsOK + func (o *ListPresetsOK) Code() int + func (o *ListPresetsOK) Error() string + func (o *ListPresetsOK) GetPayload() *service_model.V1ListPresetsResponse + func (o *ListPresetsOK) IsClientError() bool + func (o *ListPresetsOK) IsCode(code int) bool + func (o *ListPresetsOK) IsRedirect() bool + func (o *ListPresetsOK) IsServerError() bool + func (o *ListPresetsOK) IsSuccess() bool + func (o *ListPresetsOK) String() string + type ListPresetsParams struct + Bookmarks *bool + Context context.Context + HTTPClient *http.Client + Limit *int32 + Mode *string + NoPage *bool + Offset *int32 + Owner string + Query *string + Sort *string + func NewListPresetsParams() *ListPresetsParams + func NewListPresetsParamsWithContext(ctx context.Context) *ListPresetsParams + func NewListPresetsParamsWithHTTPClient(client *http.Client) *ListPresetsParams + func NewListPresetsParamsWithTimeout(timeout time.Duration) *ListPresetsParams + func (o *ListPresetsParams) SetBookmarks(bookmarks *bool) + func (o *ListPresetsParams) SetContext(ctx context.Context) + func (o *ListPresetsParams) SetDefaults() + func (o *ListPresetsParams) SetHTTPClient(client *http.Client) + func (o *ListPresetsParams) SetLimit(limit *int32) + func (o *ListPresetsParams) SetMode(mode *string) + func (o *ListPresetsParams) SetNoPage(noPage *bool) + func (o *ListPresetsParams) SetOffset(offset *int32) + func (o *ListPresetsParams) SetOwner(owner string) + func (o *ListPresetsParams) SetQuery(query *string) + func (o *ListPresetsParams) SetSort(sort *string) + func (o *ListPresetsParams) SetTimeout(timeout time.Duration) + func (o *ListPresetsParams) WithBookmarks(bookmarks *bool) *ListPresetsParams + func (o *ListPresetsParams) WithContext(ctx context.Context) *ListPresetsParams + func (o *ListPresetsParams) WithDefaults() *ListPresetsParams + func (o *ListPresetsParams) WithHTTPClient(client *http.Client) *ListPresetsParams + func (o *ListPresetsParams) WithLimit(limit *int32) *ListPresetsParams + func (o *ListPresetsParams) WithMode(mode *string) *ListPresetsParams + func (o *ListPresetsParams) WithNoPage(noPage *bool) *ListPresetsParams + func (o *ListPresetsParams) WithOffset(offset *int32) *ListPresetsParams + func (o *ListPresetsParams) WithOwner(owner string) *ListPresetsParams + func (o *ListPresetsParams) WithQuery(query *string) *ListPresetsParams + func (o *ListPresetsParams) WithSort(sort *string) *ListPresetsParams + func (o *ListPresetsParams) WithTimeout(timeout time.Duration) *ListPresetsParams + func (o *ListPresetsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ListPresetsReader struct + func (o *ListPresetsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type PatchPresetDefault struct + Payload *service_model.RuntimeError + func NewPatchPresetDefault(code int) *PatchPresetDefault + func (o *PatchPresetDefault) Code() int + func (o *PatchPresetDefault) Error() string + func (o *PatchPresetDefault) GetPayload() *service_model.RuntimeError + func (o *PatchPresetDefault) IsClientError() bool + func (o *PatchPresetDefault) IsCode(code int) bool + func (o *PatchPresetDefault) IsRedirect() bool + func (o *PatchPresetDefault) IsServerError() bool + func (o *PatchPresetDefault) IsSuccess() bool + func (o *PatchPresetDefault) String() string + type PatchPresetForbidden struct + Payload interface{} + func NewPatchPresetForbidden() *PatchPresetForbidden + func (o *PatchPresetForbidden) Code() int + func (o *PatchPresetForbidden) Error() string + func (o *PatchPresetForbidden) GetPayload() interface{} + func (o *PatchPresetForbidden) IsClientError() bool + func (o *PatchPresetForbidden) IsCode(code int) bool + func (o *PatchPresetForbidden) IsRedirect() bool + func (o *PatchPresetForbidden) IsServerError() bool + func (o *PatchPresetForbidden) IsSuccess() bool + func (o *PatchPresetForbidden) String() string + type PatchPresetNoContent struct + Payload interface{} + func NewPatchPresetNoContent() *PatchPresetNoContent + func (o *PatchPresetNoContent) Code() int + func (o *PatchPresetNoContent) Error() string + func (o *PatchPresetNoContent) GetPayload() interface{} + func (o *PatchPresetNoContent) IsClientError() bool + func (o *PatchPresetNoContent) IsCode(code int) bool + func (o *PatchPresetNoContent) IsRedirect() bool + func (o *PatchPresetNoContent) IsServerError() bool + func (o *PatchPresetNoContent) IsSuccess() bool + func (o *PatchPresetNoContent) String() string + type PatchPresetNotFound struct + Payload interface{} + func NewPatchPresetNotFound() *PatchPresetNotFound + func (o *PatchPresetNotFound) Code() int + func (o *PatchPresetNotFound) Error() string + func (o *PatchPresetNotFound) GetPayload() interface{} + func (o *PatchPresetNotFound) IsClientError() bool + func (o *PatchPresetNotFound) IsCode(code int) bool + func (o *PatchPresetNotFound) IsRedirect() bool + func (o *PatchPresetNotFound) IsServerError() bool + func (o *PatchPresetNotFound) IsSuccess() bool + func (o *PatchPresetNotFound) String() string + type PatchPresetOK struct + Payload *service_model.V1Preset + func NewPatchPresetOK() *PatchPresetOK + func (o *PatchPresetOK) Code() int + func (o *PatchPresetOK) Error() string + func (o *PatchPresetOK) GetPayload() *service_model.V1Preset + func (o *PatchPresetOK) IsClientError() bool + func (o *PatchPresetOK) IsCode(code int) bool + func (o *PatchPresetOK) IsRedirect() bool + func (o *PatchPresetOK) IsServerError() bool + func (o *PatchPresetOK) IsSuccess() bool + func (o *PatchPresetOK) String() string + type PatchPresetParams struct + Body *service_model.V1Preset + Context context.Context + HTTPClient *http.Client + Owner string + PresetUUID string + func NewPatchPresetParams() *PatchPresetParams + func NewPatchPresetParamsWithContext(ctx context.Context) *PatchPresetParams + func NewPatchPresetParamsWithHTTPClient(client *http.Client) *PatchPresetParams + func NewPatchPresetParamsWithTimeout(timeout time.Duration) *PatchPresetParams + func (o *PatchPresetParams) SetBody(body *service_model.V1Preset) + func (o *PatchPresetParams) SetContext(ctx context.Context) + func (o *PatchPresetParams) SetDefaults() + func (o *PatchPresetParams) SetHTTPClient(client *http.Client) + func (o *PatchPresetParams) SetOwner(owner string) + func (o *PatchPresetParams) SetPresetUUID(presetUUID string) + func (o *PatchPresetParams) SetTimeout(timeout time.Duration) + func (o *PatchPresetParams) WithBody(body *service_model.V1Preset) *PatchPresetParams + func (o *PatchPresetParams) WithContext(ctx context.Context) *PatchPresetParams + func (o *PatchPresetParams) WithDefaults() *PatchPresetParams + func (o *PatchPresetParams) WithHTTPClient(client *http.Client) *PatchPresetParams + func (o *PatchPresetParams) WithOwner(owner string) *PatchPresetParams + func (o *PatchPresetParams) WithPresetUUID(presetUUID string) *PatchPresetParams + func (o *PatchPresetParams) WithTimeout(timeout time.Duration) *PatchPresetParams + func (o *PatchPresetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type PatchPresetReader struct + func (o *PatchPresetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type UpdatePresetDefault struct + Payload *service_model.RuntimeError + func NewUpdatePresetDefault(code int) *UpdatePresetDefault + func (o *UpdatePresetDefault) Code() int + func (o *UpdatePresetDefault) Error() string + func (o *UpdatePresetDefault) GetPayload() *service_model.RuntimeError + func (o *UpdatePresetDefault) IsClientError() bool + func (o *UpdatePresetDefault) IsCode(code int) bool + func (o *UpdatePresetDefault) IsRedirect() bool + func (o *UpdatePresetDefault) IsServerError() bool + func (o *UpdatePresetDefault) IsSuccess() bool + func (o *UpdatePresetDefault) String() string + type UpdatePresetForbidden struct + Payload interface{} + func NewUpdatePresetForbidden() *UpdatePresetForbidden + func (o *UpdatePresetForbidden) Code() int + func (o *UpdatePresetForbidden) Error() string + func (o *UpdatePresetForbidden) GetPayload() interface{} + func (o *UpdatePresetForbidden) IsClientError() bool + func (o *UpdatePresetForbidden) IsCode(code int) bool + func (o *UpdatePresetForbidden) IsRedirect() bool + func (o *UpdatePresetForbidden) IsServerError() bool + func (o *UpdatePresetForbidden) IsSuccess() bool + func (o *UpdatePresetForbidden) String() string + type UpdatePresetNoContent struct + Payload interface{} + func NewUpdatePresetNoContent() *UpdatePresetNoContent + func (o *UpdatePresetNoContent) Code() int + func (o *UpdatePresetNoContent) Error() string + func (o *UpdatePresetNoContent) GetPayload() interface{} + func (o *UpdatePresetNoContent) IsClientError() bool + func (o *UpdatePresetNoContent) IsCode(code int) bool + func (o *UpdatePresetNoContent) IsRedirect() bool + func (o *UpdatePresetNoContent) IsServerError() bool + func (o *UpdatePresetNoContent) IsSuccess() bool + func (o *UpdatePresetNoContent) String() string + type UpdatePresetNotFound struct + Payload interface{} + func NewUpdatePresetNotFound() *UpdatePresetNotFound + func (o *UpdatePresetNotFound) Code() int + func (o *UpdatePresetNotFound) Error() string + func (o *UpdatePresetNotFound) GetPayload() interface{} + func (o *UpdatePresetNotFound) IsClientError() bool + func (o *UpdatePresetNotFound) IsCode(code int) bool + func (o *UpdatePresetNotFound) IsRedirect() bool + func (o *UpdatePresetNotFound) IsServerError() bool + func (o *UpdatePresetNotFound) IsSuccess() bool + func (o *UpdatePresetNotFound) String() string + type UpdatePresetOK struct + Payload *service_model.V1Preset + func NewUpdatePresetOK() *UpdatePresetOK + func (o *UpdatePresetOK) Code() int + func (o *UpdatePresetOK) Error() string + func (o *UpdatePresetOK) GetPayload() *service_model.V1Preset + func (o *UpdatePresetOK) IsClientError() bool + func (o *UpdatePresetOK) IsCode(code int) bool + func (o *UpdatePresetOK) IsRedirect() bool + func (o *UpdatePresetOK) IsServerError() bool + func (o *UpdatePresetOK) IsSuccess() bool + func (o *UpdatePresetOK) String() string + type UpdatePresetParams struct + Body *service_model.V1Preset + Context context.Context + HTTPClient *http.Client + Owner string + PresetUUID string + func NewUpdatePresetParams() *UpdatePresetParams + func NewUpdatePresetParamsWithContext(ctx context.Context) *UpdatePresetParams + func NewUpdatePresetParamsWithHTTPClient(client *http.Client) *UpdatePresetParams + func NewUpdatePresetParamsWithTimeout(timeout time.Duration) *UpdatePresetParams + func (o *UpdatePresetParams) SetBody(body *service_model.V1Preset) + func (o *UpdatePresetParams) SetContext(ctx context.Context) + func (o *UpdatePresetParams) SetDefaults() + func (o *UpdatePresetParams) SetHTTPClient(client *http.Client) + func (o *UpdatePresetParams) SetOwner(owner string) + func (o *UpdatePresetParams) SetPresetUUID(presetUUID string) + func (o *UpdatePresetParams) SetTimeout(timeout time.Duration) + func (o *UpdatePresetParams) WithBody(body *service_model.V1Preset) *UpdatePresetParams + func (o *UpdatePresetParams) WithContext(ctx context.Context) *UpdatePresetParams + func (o *UpdatePresetParams) WithDefaults() *UpdatePresetParams + func (o *UpdatePresetParams) WithHTTPClient(client *http.Client) *UpdatePresetParams + func (o *UpdatePresetParams) WithOwner(owner string) *UpdatePresetParams + func (o *UpdatePresetParams) WithPresetUUID(presetUUID string) *UpdatePresetParams + func (o *UpdatePresetParams) WithTimeout(timeout time.Duration) *UpdatePresetParams + func (o *UpdatePresetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type UpdatePresetReader struct + func (o *UpdatePresetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)