actions

package
v0.0.0-...-8832f83 Latest Latest
Warning

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

Go to latest
Published: Mar 7, 2019 License: BSD-3-Clause Imports: 11 Imported by: 0

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 actions API

func New

func New(transport runtime.ClientTransport, formats strfmt.Registry) *Client

New creates a new actions API client.

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) WeaviateActionHistoryGet

func (a *Client) WeaviateActionHistoryGet(params *WeaviateActionHistoryGetParams) (*WeaviateActionHistoryGetOK, error)

WeaviateActionHistoryGet gets an action s history based on its UUID related to this key

Returns a particular Action history.

func (*Client) WeaviateActionUpdate

func (a *Client) WeaviateActionUpdate(params *WeaviateActionUpdateParams) (*WeaviateActionUpdateAccepted, error)

WeaviateActionUpdate updates an action based on its UUID related to this key

Updates an Action's data. Given meta-data and schema values are validated. LastUpdateTime is set to the time this function is called.

func (*Client) WeaviateActionsCreate

WeaviateActionsCreate creates actions between two things object and subject

Registers a new Action. Provided meta-data and schema values are validated.

func (*Client) WeaviateActionsDelete

func (a *Client) WeaviateActionsDelete(params *WeaviateActionsDeleteParams) (*WeaviateActionsDeleteNoContent, error)

WeaviateActionsDelete deletes an action based on its UUID related to this key

Deletes an Action from the system.

func (*Client) WeaviateActionsGet

func (a *Client) WeaviateActionsGet(params *WeaviateActionsGetParams) (*WeaviateActionsGetOK, error)

WeaviateActionsGet gets a specific action based on its UUID and a thing UUID related to this key also available as websocket bus

Lists Actions.

func (*Client) WeaviateActionsList

func (a *Client) WeaviateActionsList(params *WeaviateActionsListParams) (*WeaviateActionsListOK, error)

WeaviateActionsList gets a list of actions related to this key

Lists all Actions in reverse order of creation, owned by the user that belongs to the used token.

func (*Client) WeaviateActionsPatch

WeaviateActionsPatch updates an action based on its UUID using patch semantics related to this key

Updates an Action. This method supports patch semantics. Provided meta-data and schema values are validated. LastUpdateTime is set to the time this function is called.

func (*Client) WeaviateActionsPropertiesCreate

func (a *Client) WeaviateActionsPropertiesCreate(params *WeaviateActionsPropertiesCreateParams) (*WeaviateActionsPropertiesCreateOK, error)

WeaviateActionsPropertiesCreate adds a single reference to a class property when cardinality is set to has many

Add a single reference to a class-property when cardinality is set to 'hasMany'.

func (*Client) WeaviateActionsPropertiesDelete

func (a *Client) WeaviateActionsPropertiesDelete(params *WeaviateActionsPropertiesDeleteParams) (*WeaviateActionsPropertiesDeleteNoContent, error)

WeaviateActionsPropertiesDelete deletes the single reference that is given in the body from the list of references that this property has

Delete the single reference that is given in the body from the list of references that this property has.

func (*Client) WeaviateActionsPropertiesUpdate

func (a *Client) WeaviateActionsPropertiesUpdate(params *WeaviateActionsPropertiesUpdateParams) (*WeaviateActionsPropertiesUpdateOK, error)

WeaviateActionsPropertiesUpdate replaces all references to a class property

Replace all references to a class-property.

func (*Client) WeaviateActionsValidate

func (a *Client) WeaviateActionsValidate(params *WeaviateActionsValidateParams) (*WeaviateActionsValidateOK, error)

WeaviateActionsValidate validates an action based on a schema

Validate an Action's schema and meta-data. It has to be based on a schema, which is related to the given Action to be accepted by this validation.

type WeaviateActionHistoryGetForbidden

type WeaviateActionHistoryGetForbidden struct {
}

WeaviateActionHistoryGetForbidden handles this case with default header values.

The used API-key has insufficient permissions.

func NewWeaviateActionHistoryGetForbidden

func NewWeaviateActionHistoryGetForbidden() *WeaviateActionHistoryGetForbidden

NewWeaviateActionHistoryGetForbidden creates a WeaviateActionHistoryGetForbidden with default headers values

func (*WeaviateActionHistoryGetForbidden) Error

type WeaviateActionHistoryGetInternalServerError

type WeaviateActionHistoryGetInternalServerError struct {
	Payload *models.ErrorResponse
}

WeaviateActionHistoryGetInternalServerError handles this case with default header values.

An error has occurred while trying to fulfill the request. Most likely the ErrorResponse will contain more information about the error.

func NewWeaviateActionHistoryGetInternalServerError

func NewWeaviateActionHistoryGetInternalServerError() *WeaviateActionHistoryGetInternalServerError

NewWeaviateActionHistoryGetInternalServerError creates a WeaviateActionHistoryGetInternalServerError with default headers values

func (*WeaviateActionHistoryGetInternalServerError) Error

type WeaviateActionHistoryGetNotFound

type WeaviateActionHistoryGetNotFound struct {
}

WeaviateActionHistoryGetNotFound handles this case with default header values.

Successful query result but no resource was found.

func NewWeaviateActionHistoryGetNotFound

func NewWeaviateActionHistoryGetNotFound() *WeaviateActionHistoryGetNotFound

NewWeaviateActionHistoryGetNotFound creates a WeaviateActionHistoryGetNotFound with default headers values

func (*WeaviateActionHistoryGetNotFound) Error

type WeaviateActionHistoryGetNotImplemented

type WeaviateActionHistoryGetNotImplemented struct {
}

WeaviateActionHistoryGetNotImplemented handles this case with default header values.

Not (yet) implemented.

func NewWeaviateActionHistoryGetNotImplemented

func NewWeaviateActionHistoryGetNotImplemented() *WeaviateActionHistoryGetNotImplemented

NewWeaviateActionHistoryGetNotImplemented creates a WeaviateActionHistoryGetNotImplemented with default headers values

func (*WeaviateActionHistoryGetNotImplemented) Error

type WeaviateActionHistoryGetOK

type WeaviateActionHistoryGetOK struct {
	Payload *models.ActionGetHistoryResponse
}

WeaviateActionHistoryGetOK handles this case with default header values.

Successful response.

func NewWeaviateActionHistoryGetOK

func NewWeaviateActionHistoryGetOK() *WeaviateActionHistoryGetOK

NewWeaviateActionHistoryGetOK creates a WeaviateActionHistoryGetOK with default headers values

func (*WeaviateActionHistoryGetOK) Error

type WeaviateActionHistoryGetParams

type WeaviateActionHistoryGetParams struct {

	/*ActionID
	  Unique ID of the Action.

	*/
	ActionID strfmt.UUID

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

WeaviateActionHistoryGetParams contains all the parameters to send to the API endpoint for the weaviate action history get operation typically these are written to a http.Request

func NewWeaviateActionHistoryGetParams

func NewWeaviateActionHistoryGetParams() *WeaviateActionHistoryGetParams

NewWeaviateActionHistoryGetParams creates a new WeaviateActionHistoryGetParams object with the default values initialized.

func NewWeaviateActionHistoryGetParamsWithContext

func NewWeaviateActionHistoryGetParamsWithContext(ctx context.Context) *WeaviateActionHistoryGetParams

NewWeaviateActionHistoryGetParamsWithContext creates a new WeaviateActionHistoryGetParams object with the default values initialized, and the ability to set a context for a request

func NewWeaviateActionHistoryGetParamsWithHTTPClient

func NewWeaviateActionHistoryGetParamsWithHTTPClient(client *http.Client) *WeaviateActionHistoryGetParams

NewWeaviateActionHistoryGetParamsWithHTTPClient creates a new WeaviateActionHistoryGetParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewWeaviateActionHistoryGetParamsWithTimeout

func NewWeaviateActionHistoryGetParamsWithTimeout(timeout time.Duration) *WeaviateActionHistoryGetParams

NewWeaviateActionHistoryGetParamsWithTimeout creates a new WeaviateActionHistoryGetParams object with the default values initialized, and the ability to set a timeout on a request

func (*WeaviateActionHistoryGetParams) SetActionID

func (o *WeaviateActionHistoryGetParams) SetActionID(actionID strfmt.UUID)

SetActionID adds the actionId to the weaviate action history get params

func (*WeaviateActionHistoryGetParams) SetContext

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

SetContext adds the context to the weaviate action history get params

func (*WeaviateActionHistoryGetParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the weaviate action history get params

func (*WeaviateActionHistoryGetParams) SetTimeout

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

SetTimeout adds the timeout to the weaviate action history get params

func (*WeaviateActionHistoryGetParams) WithActionID

WithActionID adds the actionID to the weaviate action history get params

func (*WeaviateActionHistoryGetParams) WithContext

WithContext adds the context to the weaviate action history get params

func (*WeaviateActionHistoryGetParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the weaviate action history get params

func (*WeaviateActionHistoryGetParams) WithTimeout

WithTimeout adds the timeout to the weaviate action history get params

func (*WeaviateActionHistoryGetParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type WeaviateActionHistoryGetReader

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

WeaviateActionHistoryGetReader is a Reader for the WeaviateActionHistoryGet structure.

func (*WeaviateActionHistoryGetReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type WeaviateActionHistoryGetUnauthorized

type WeaviateActionHistoryGetUnauthorized struct {
}

WeaviateActionHistoryGetUnauthorized handles this case with default header values.

Unauthorized or invalid credentials.

func NewWeaviateActionHistoryGetUnauthorized

func NewWeaviateActionHistoryGetUnauthorized() *WeaviateActionHistoryGetUnauthorized

NewWeaviateActionHistoryGetUnauthorized creates a WeaviateActionHistoryGetUnauthorized with default headers values

func (*WeaviateActionHistoryGetUnauthorized) Error

type WeaviateActionUpdateAccepted

type WeaviateActionUpdateAccepted struct {
	Payload *models.ActionGetResponse
}

WeaviateActionUpdateAccepted handles this case with default header values.

Successfully received.

func NewWeaviateActionUpdateAccepted

func NewWeaviateActionUpdateAccepted() *WeaviateActionUpdateAccepted

NewWeaviateActionUpdateAccepted creates a WeaviateActionUpdateAccepted with default headers values

func (*WeaviateActionUpdateAccepted) Error

type WeaviateActionUpdateForbidden

type WeaviateActionUpdateForbidden struct {
}

WeaviateActionUpdateForbidden handles this case with default header values.

The used API-key has insufficient permissions.

func NewWeaviateActionUpdateForbidden

func NewWeaviateActionUpdateForbidden() *WeaviateActionUpdateForbidden

NewWeaviateActionUpdateForbidden creates a WeaviateActionUpdateForbidden with default headers values

func (*WeaviateActionUpdateForbidden) Error

type WeaviateActionUpdateInternalServerError

type WeaviateActionUpdateInternalServerError struct {
	Payload *models.ErrorResponse
}

WeaviateActionUpdateInternalServerError handles this case with default header values.

An error has occurred while trying to fulfill the request. Most likely the ErrorResponse will contain more information about the error.

func NewWeaviateActionUpdateInternalServerError

func NewWeaviateActionUpdateInternalServerError() *WeaviateActionUpdateInternalServerError

NewWeaviateActionUpdateInternalServerError creates a WeaviateActionUpdateInternalServerError with default headers values

func (*WeaviateActionUpdateInternalServerError) Error

type WeaviateActionUpdateNotFound

type WeaviateActionUpdateNotFound struct {
}

WeaviateActionUpdateNotFound handles this case with default header values.

Successful query result but no resource was found.

func NewWeaviateActionUpdateNotFound

func NewWeaviateActionUpdateNotFound() *WeaviateActionUpdateNotFound

NewWeaviateActionUpdateNotFound creates a WeaviateActionUpdateNotFound with default headers values

func (*WeaviateActionUpdateNotFound) Error

type WeaviateActionUpdateParams

type WeaviateActionUpdateParams struct {

	/*ActionID
	  Unique ID of the Action.

	*/
	ActionID strfmt.UUID
	/*Body*/
	Body *models.ActionUpdate

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

WeaviateActionUpdateParams contains all the parameters to send to the API endpoint for the weaviate action update operation typically these are written to a http.Request

func NewWeaviateActionUpdateParams

func NewWeaviateActionUpdateParams() *WeaviateActionUpdateParams

NewWeaviateActionUpdateParams creates a new WeaviateActionUpdateParams object with the default values initialized.

func NewWeaviateActionUpdateParamsWithContext

func NewWeaviateActionUpdateParamsWithContext(ctx context.Context) *WeaviateActionUpdateParams

NewWeaviateActionUpdateParamsWithContext creates a new WeaviateActionUpdateParams object with the default values initialized, and the ability to set a context for a request

func NewWeaviateActionUpdateParamsWithHTTPClient

func NewWeaviateActionUpdateParamsWithHTTPClient(client *http.Client) *WeaviateActionUpdateParams

NewWeaviateActionUpdateParamsWithHTTPClient creates a new WeaviateActionUpdateParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewWeaviateActionUpdateParamsWithTimeout

func NewWeaviateActionUpdateParamsWithTimeout(timeout time.Duration) *WeaviateActionUpdateParams

NewWeaviateActionUpdateParamsWithTimeout creates a new WeaviateActionUpdateParams object with the default values initialized, and the ability to set a timeout on a request

func (*WeaviateActionUpdateParams) SetActionID

func (o *WeaviateActionUpdateParams) SetActionID(actionID strfmt.UUID)

SetActionID adds the actionId to the weaviate action update params

func (*WeaviateActionUpdateParams) SetBody

SetBody adds the body to the weaviate action update params

func (*WeaviateActionUpdateParams) SetContext

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

SetContext adds the context to the weaviate action update params

func (*WeaviateActionUpdateParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the weaviate action update params

func (*WeaviateActionUpdateParams) SetTimeout

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

SetTimeout adds the timeout to the weaviate action update params

func (*WeaviateActionUpdateParams) WithActionID

WithActionID adds the actionID to the weaviate action update params

func (*WeaviateActionUpdateParams) WithBody

WithBody adds the body to the weaviate action update params

func (*WeaviateActionUpdateParams) WithContext

WithContext adds the context to the weaviate action update params

func (*WeaviateActionUpdateParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the weaviate action update params

func (*WeaviateActionUpdateParams) WithTimeout

WithTimeout adds the timeout to the weaviate action update params

func (*WeaviateActionUpdateParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type WeaviateActionUpdateReader

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

WeaviateActionUpdateReader is a Reader for the WeaviateActionUpdate structure.

func (*WeaviateActionUpdateReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type WeaviateActionUpdateUnauthorized

type WeaviateActionUpdateUnauthorized struct {
}

WeaviateActionUpdateUnauthorized handles this case with default header values.

Unauthorized or invalid credentials.

func NewWeaviateActionUpdateUnauthorized

func NewWeaviateActionUpdateUnauthorized() *WeaviateActionUpdateUnauthorized

NewWeaviateActionUpdateUnauthorized creates a WeaviateActionUpdateUnauthorized with default headers values

func (*WeaviateActionUpdateUnauthorized) Error

type WeaviateActionUpdateUnprocessableEntity

type WeaviateActionUpdateUnprocessableEntity struct {
	Payload *models.ErrorResponse
}

WeaviateActionUpdateUnprocessableEntity handles this case with default header values.

Request body is well-formed (i.e., syntactically correct), but semantically erroneous. Are you sure the class is defined in the configuration file?

func NewWeaviateActionUpdateUnprocessableEntity

func NewWeaviateActionUpdateUnprocessableEntity() *WeaviateActionUpdateUnprocessableEntity

NewWeaviateActionUpdateUnprocessableEntity creates a WeaviateActionUpdateUnprocessableEntity with default headers values

func (*WeaviateActionUpdateUnprocessableEntity) Error

type WeaviateActionsCreateAccepted

type WeaviateActionsCreateAccepted struct {
	Payload *models.ActionGetResponse
}

WeaviateActionsCreateAccepted handles this case with default header values.

Successfully received. No guarantees are made that the Action persists.

func NewWeaviateActionsCreateAccepted

func NewWeaviateActionsCreateAccepted() *WeaviateActionsCreateAccepted

NewWeaviateActionsCreateAccepted creates a WeaviateActionsCreateAccepted with default headers values

func (*WeaviateActionsCreateAccepted) Error

type WeaviateActionsCreateBody

type WeaviateActionsCreateBody struct {

	// action
	Action *models.ActionCreate `json:"action,omitempty"`

	// If `async` is true, return a 202 with the new ID of the Action. You will receive this response before the data is made persistent. If `async` is false, you will receive confirmation after the value is made persistent. The value of `async` defaults to false.
	Async bool `json:"async,omitempty"`
}

WeaviateActionsCreateBody weaviate actions create body swagger:model WeaviateActionsCreateBody

func (*WeaviateActionsCreateBody) MarshalBinary

func (o *WeaviateActionsCreateBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*WeaviateActionsCreateBody) UnmarshalBinary

func (o *WeaviateActionsCreateBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*WeaviateActionsCreateBody) Validate

func (o *WeaviateActionsCreateBody) Validate(formats strfmt.Registry) error

Validate validates this weaviate actions create body

type WeaviateActionsCreateForbidden

type WeaviateActionsCreateForbidden struct {
}

WeaviateActionsCreateForbidden handles this case with default header values.

The used API-key has insufficient permissions.

func NewWeaviateActionsCreateForbidden

func NewWeaviateActionsCreateForbidden() *WeaviateActionsCreateForbidden

NewWeaviateActionsCreateForbidden creates a WeaviateActionsCreateForbidden with default headers values

func (*WeaviateActionsCreateForbidden) Error

type WeaviateActionsCreateInternalServerError

type WeaviateActionsCreateInternalServerError struct {
	Payload *models.ErrorResponse
}

WeaviateActionsCreateInternalServerError handles this case with default header values.

An error has occurred while trying to fulfill the request. Most likely the ErrorResponse will contain more information about the error.

func NewWeaviateActionsCreateInternalServerError

func NewWeaviateActionsCreateInternalServerError() *WeaviateActionsCreateInternalServerError

NewWeaviateActionsCreateInternalServerError creates a WeaviateActionsCreateInternalServerError with default headers values

func (*WeaviateActionsCreateInternalServerError) Error

type WeaviateActionsCreateOK

type WeaviateActionsCreateOK struct {
	Payload *models.ActionGetResponse
}

WeaviateActionsCreateOK handles this case with default header values.

Action created.

func NewWeaviateActionsCreateOK

func NewWeaviateActionsCreateOK() *WeaviateActionsCreateOK

NewWeaviateActionsCreateOK creates a WeaviateActionsCreateOK with default headers values

func (*WeaviateActionsCreateOK) Error

func (o *WeaviateActionsCreateOK) Error() string

type WeaviateActionsCreateParams

type WeaviateActionsCreateParams struct {

	/*Body*/
	Body WeaviateActionsCreateBody

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

WeaviateActionsCreateParams contains all the parameters to send to the API endpoint for the weaviate actions create operation typically these are written to a http.Request

func NewWeaviateActionsCreateParams

func NewWeaviateActionsCreateParams() *WeaviateActionsCreateParams

NewWeaviateActionsCreateParams creates a new WeaviateActionsCreateParams object with the default values initialized.

func NewWeaviateActionsCreateParamsWithContext

func NewWeaviateActionsCreateParamsWithContext(ctx context.Context) *WeaviateActionsCreateParams

NewWeaviateActionsCreateParamsWithContext creates a new WeaviateActionsCreateParams object with the default values initialized, and the ability to set a context for a request

func NewWeaviateActionsCreateParamsWithHTTPClient

func NewWeaviateActionsCreateParamsWithHTTPClient(client *http.Client) *WeaviateActionsCreateParams

NewWeaviateActionsCreateParamsWithHTTPClient creates a new WeaviateActionsCreateParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewWeaviateActionsCreateParamsWithTimeout

func NewWeaviateActionsCreateParamsWithTimeout(timeout time.Duration) *WeaviateActionsCreateParams

NewWeaviateActionsCreateParamsWithTimeout creates a new WeaviateActionsCreateParams object with the default values initialized, and the ability to set a timeout on a request

func (*WeaviateActionsCreateParams) SetBody

SetBody adds the body to the weaviate actions create params

func (*WeaviateActionsCreateParams) SetContext

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

SetContext adds the context to the weaviate actions create params

func (*WeaviateActionsCreateParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the weaviate actions create params

func (*WeaviateActionsCreateParams) SetTimeout

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

SetTimeout adds the timeout to the weaviate actions create params

func (*WeaviateActionsCreateParams) WithBody

WithBody adds the body to the weaviate actions create params

func (*WeaviateActionsCreateParams) WithContext

WithContext adds the context to the weaviate actions create params

func (*WeaviateActionsCreateParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the weaviate actions create params

func (*WeaviateActionsCreateParams) WithTimeout

WithTimeout adds the timeout to the weaviate actions create params

func (*WeaviateActionsCreateParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type WeaviateActionsCreateReader

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

WeaviateActionsCreateReader is a Reader for the WeaviateActionsCreate structure.

func (*WeaviateActionsCreateReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type WeaviateActionsCreateUnauthorized

type WeaviateActionsCreateUnauthorized struct {
}

WeaviateActionsCreateUnauthorized handles this case with default header values.

Unauthorized or invalid credentials.

func NewWeaviateActionsCreateUnauthorized

func NewWeaviateActionsCreateUnauthorized() *WeaviateActionsCreateUnauthorized

NewWeaviateActionsCreateUnauthorized creates a WeaviateActionsCreateUnauthorized with default headers values

func (*WeaviateActionsCreateUnauthorized) Error

type WeaviateActionsCreateUnprocessableEntity

type WeaviateActionsCreateUnprocessableEntity struct {
	Payload *models.ErrorResponse
}

WeaviateActionsCreateUnprocessableEntity handles this case with default header values.

Request body is well-formed (i.e., syntactically correct), but semantically erroneous. Are you sure the class is defined in the configuration file?

func NewWeaviateActionsCreateUnprocessableEntity

func NewWeaviateActionsCreateUnprocessableEntity() *WeaviateActionsCreateUnprocessableEntity

NewWeaviateActionsCreateUnprocessableEntity creates a WeaviateActionsCreateUnprocessableEntity with default headers values

func (*WeaviateActionsCreateUnprocessableEntity) Error

type WeaviateActionsDeleteForbidden

type WeaviateActionsDeleteForbidden struct {
}

WeaviateActionsDeleteForbidden handles this case with default header values.

The used API-key has insufficient permissions.

func NewWeaviateActionsDeleteForbidden

func NewWeaviateActionsDeleteForbidden() *WeaviateActionsDeleteForbidden

NewWeaviateActionsDeleteForbidden creates a WeaviateActionsDeleteForbidden with default headers values

func (*WeaviateActionsDeleteForbidden) Error

type WeaviateActionsDeleteInternalServerError

type WeaviateActionsDeleteInternalServerError struct {
	Payload *models.ErrorResponse
}

WeaviateActionsDeleteInternalServerError handles this case with default header values.

An error has occurred while trying to fulfill the request. Most likely the ErrorResponse will contain more information about the error.

func NewWeaviateActionsDeleteInternalServerError

func NewWeaviateActionsDeleteInternalServerError() *WeaviateActionsDeleteInternalServerError

NewWeaviateActionsDeleteInternalServerError creates a WeaviateActionsDeleteInternalServerError with default headers values

func (*WeaviateActionsDeleteInternalServerError) Error

type WeaviateActionsDeleteNoContent

type WeaviateActionsDeleteNoContent struct {
}

WeaviateActionsDeleteNoContent handles this case with default header values.

Successfully deleted.

func NewWeaviateActionsDeleteNoContent

func NewWeaviateActionsDeleteNoContent() *WeaviateActionsDeleteNoContent

NewWeaviateActionsDeleteNoContent creates a WeaviateActionsDeleteNoContent with default headers values

func (*WeaviateActionsDeleteNoContent) Error

type WeaviateActionsDeleteNotFound

type WeaviateActionsDeleteNotFound struct {
}

WeaviateActionsDeleteNotFound handles this case with default header values.

Successful query result but no resource was found.

func NewWeaviateActionsDeleteNotFound

func NewWeaviateActionsDeleteNotFound() *WeaviateActionsDeleteNotFound

NewWeaviateActionsDeleteNotFound creates a WeaviateActionsDeleteNotFound with default headers values

func (*WeaviateActionsDeleteNotFound) Error

type WeaviateActionsDeleteParams

type WeaviateActionsDeleteParams struct {

	/*ActionID
	  Unique ID of the Thing.

	*/
	ActionID strfmt.UUID

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

WeaviateActionsDeleteParams contains all the parameters to send to the API endpoint for the weaviate actions delete operation typically these are written to a http.Request

func NewWeaviateActionsDeleteParams

func NewWeaviateActionsDeleteParams() *WeaviateActionsDeleteParams

NewWeaviateActionsDeleteParams creates a new WeaviateActionsDeleteParams object with the default values initialized.

func NewWeaviateActionsDeleteParamsWithContext

func NewWeaviateActionsDeleteParamsWithContext(ctx context.Context) *WeaviateActionsDeleteParams

NewWeaviateActionsDeleteParamsWithContext creates a new WeaviateActionsDeleteParams object with the default values initialized, and the ability to set a context for a request

func NewWeaviateActionsDeleteParamsWithHTTPClient

func NewWeaviateActionsDeleteParamsWithHTTPClient(client *http.Client) *WeaviateActionsDeleteParams

NewWeaviateActionsDeleteParamsWithHTTPClient creates a new WeaviateActionsDeleteParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewWeaviateActionsDeleteParamsWithTimeout

func NewWeaviateActionsDeleteParamsWithTimeout(timeout time.Duration) *WeaviateActionsDeleteParams

NewWeaviateActionsDeleteParamsWithTimeout creates a new WeaviateActionsDeleteParams object with the default values initialized, and the ability to set a timeout on a request

func (*WeaviateActionsDeleteParams) SetActionID

func (o *WeaviateActionsDeleteParams) SetActionID(actionID strfmt.UUID)

SetActionID adds the actionId to the weaviate actions delete params

func (*WeaviateActionsDeleteParams) SetContext

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

SetContext adds the context to the weaviate actions delete params

func (*WeaviateActionsDeleteParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the weaviate actions delete params

func (*WeaviateActionsDeleteParams) SetTimeout

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

SetTimeout adds the timeout to the weaviate actions delete params

func (*WeaviateActionsDeleteParams) WithActionID

WithActionID adds the actionID to the weaviate actions delete params

func (*WeaviateActionsDeleteParams) WithContext

WithContext adds the context to the weaviate actions delete params

func (*WeaviateActionsDeleteParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the weaviate actions delete params

func (*WeaviateActionsDeleteParams) WithTimeout

WithTimeout adds the timeout to the weaviate actions delete params

func (*WeaviateActionsDeleteParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type WeaviateActionsDeleteReader

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

WeaviateActionsDeleteReader is a Reader for the WeaviateActionsDelete structure.

func (*WeaviateActionsDeleteReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type WeaviateActionsDeleteUnauthorized

type WeaviateActionsDeleteUnauthorized struct {
}

WeaviateActionsDeleteUnauthorized handles this case with default header values.

Unauthorized or invalid credentials.

func NewWeaviateActionsDeleteUnauthorized

func NewWeaviateActionsDeleteUnauthorized() *WeaviateActionsDeleteUnauthorized

NewWeaviateActionsDeleteUnauthorized creates a WeaviateActionsDeleteUnauthorized with default headers values

func (*WeaviateActionsDeleteUnauthorized) Error

type WeaviateActionsGetForbidden

type WeaviateActionsGetForbidden struct {
}

WeaviateActionsGetForbidden handles this case with default header values.

The used API-key has insufficient permissions.

func NewWeaviateActionsGetForbidden

func NewWeaviateActionsGetForbidden() *WeaviateActionsGetForbidden

NewWeaviateActionsGetForbidden creates a WeaviateActionsGetForbidden with default headers values

func (*WeaviateActionsGetForbidden) Error

type WeaviateActionsGetInternalServerError

type WeaviateActionsGetInternalServerError struct {
	Payload *models.ErrorResponse
}

WeaviateActionsGetInternalServerError handles this case with default header values.

An error has occurred while trying to fulfill the request. Most likely the ErrorResponse will contain more information about the error.

func NewWeaviateActionsGetInternalServerError

func NewWeaviateActionsGetInternalServerError() *WeaviateActionsGetInternalServerError

NewWeaviateActionsGetInternalServerError creates a WeaviateActionsGetInternalServerError with default headers values

func (*WeaviateActionsGetInternalServerError) Error

type WeaviateActionsGetNotFound

type WeaviateActionsGetNotFound struct {
}

WeaviateActionsGetNotFound handles this case with default header values.

Successful query result but no resource was found.

func NewWeaviateActionsGetNotFound

func NewWeaviateActionsGetNotFound() *WeaviateActionsGetNotFound

NewWeaviateActionsGetNotFound creates a WeaviateActionsGetNotFound with default headers values

func (*WeaviateActionsGetNotFound) Error

type WeaviateActionsGetOK

type WeaviateActionsGetOK struct {
	Payload *models.ActionGetResponse
}

WeaviateActionsGetOK handles this case with default header values.

Successful response.

func NewWeaviateActionsGetOK

func NewWeaviateActionsGetOK() *WeaviateActionsGetOK

NewWeaviateActionsGetOK creates a WeaviateActionsGetOK with default headers values

func (*WeaviateActionsGetOK) Error

func (o *WeaviateActionsGetOK) Error() string

type WeaviateActionsGetParams

type WeaviateActionsGetParams struct {

	/*ActionID
	  Unique ID of the Action.

	*/
	ActionID strfmt.UUID

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

WeaviateActionsGetParams contains all the parameters to send to the API endpoint for the weaviate actions get operation typically these are written to a http.Request

func NewWeaviateActionsGetParams

func NewWeaviateActionsGetParams() *WeaviateActionsGetParams

NewWeaviateActionsGetParams creates a new WeaviateActionsGetParams object with the default values initialized.

func NewWeaviateActionsGetParamsWithContext

func NewWeaviateActionsGetParamsWithContext(ctx context.Context) *WeaviateActionsGetParams

NewWeaviateActionsGetParamsWithContext creates a new WeaviateActionsGetParams object with the default values initialized, and the ability to set a context for a request

func NewWeaviateActionsGetParamsWithHTTPClient

func NewWeaviateActionsGetParamsWithHTTPClient(client *http.Client) *WeaviateActionsGetParams

NewWeaviateActionsGetParamsWithHTTPClient creates a new WeaviateActionsGetParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewWeaviateActionsGetParamsWithTimeout

func NewWeaviateActionsGetParamsWithTimeout(timeout time.Duration) *WeaviateActionsGetParams

NewWeaviateActionsGetParamsWithTimeout creates a new WeaviateActionsGetParams object with the default values initialized, and the ability to set a timeout on a request

func (*WeaviateActionsGetParams) SetActionID

func (o *WeaviateActionsGetParams) SetActionID(actionID strfmt.UUID)

SetActionID adds the actionId to the weaviate actions get params

func (*WeaviateActionsGetParams) SetContext

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

SetContext adds the context to the weaviate actions get params

func (*WeaviateActionsGetParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the weaviate actions get params

func (*WeaviateActionsGetParams) SetTimeout

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

SetTimeout adds the timeout to the weaviate actions get params

func (*WeaviateActionsGetParams) WithActionID

func (o *WeaviateActionsGetParams) WithActionID(actionID strfmt.UUID) *WeaviateActionsGetParams

WithActionID adds the actionID to the weaviate actions get params

func (*WeaviateActionsGetParams) WithContext

WithContext adds the context to the weaviate actions get params

func (*WeaviateActionsGetParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the weaviate actions get params

func (*WeaviateActionsGetParams) WithTimeout

WithTimeout adds the timeout to the weaviate actions get params

func (*WeaviateActionsGetParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type WeaviateActionsGetReader

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

WeaviateActionsGetReader is a Reader for the WeaviateActionsGet structure.

func (*WeaviateActionsGetReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type WeaviateActionsGetUnauthorized

type WeaviateActionsGetUnauthorized struct {
}

WeaviateActionsGetUnauthorized handles this case with default header values.

Unauthorized or invalid credentials.

func NewWeaviateActionsGetUnauthorized

func NewWeaviateActionsGetUnauthorized() *WeaviateActionsGetUnauthorized

NewWeaviateActionsGetUnauthorized creates a WeaviateActionsGetUnauthorized with default headers values

func (*WeaviateActionsGetUnauthorized) Error

type WeaviateActionsListForbidden

type WeaviateActionsListForbidden struct {
}

WeaviateActionsListForbidden handles this case with default header values.

The used API-key has insufficient permissions.

func NewWeaviateActionsListForbidden

func NewWeaviateActionsListForbidden() *WeaviateActionsListForbidden

NewWeaviateActionsListForbidden creates a WeaviateActionsListForbidden with default headers values

func (*WeaviateActionsListForbidden) Error

type WeaviateActionsListInternalServerError

type WeaviateActionsListInternalServerError struct {
	Payload *models.ErrorResponse
}

WeaviateActionsListInternalServerError handles this case with default header values.

An error has occurred while trying to fulfill the request. Most likely the ErrorResponse will contain more information about the error.

func NewWeaviateActionsListInternalServerError

func NewWeaviateActionsListInternalServerError() *WeaviateActionsListInternalServerError

NewWeaviateActionsListInternalServerError creates a WeaviateActionsListInternalServerError with default headers values

func (*WeaviateActionsListInternalServerError) Error

type WeaviateActionsListNotFound

type WeaviateActionsListNotFound struct {
}

WeaviateActionsListNotFound handles this case with default header values.

Successful query result but no resource was found.

func NewWeaviateActionsListNotFound

func NewWeaviateActionsListNotFound() *WeaviateActionsListNotFound

NewWeaviateActionsListNotFound creates a WeaviateActionsListNotFound with default headers values

func (*WeaviateActionsListNotFound) Error

type WeaviateActionsListOK

type WeaviateActionsListOK struct {
	Payload *models.ActionsListResponse
}

WeaviateActionsListOK handles this case with default header values.

Successful response.

func NewWeaviateActionsListOK

func NewWeaviateActionsListOK() *WeaviateActionsListOK

NewWeaviateActionsListOK creates a WeaviateActionsListOK with default headers values

func (*WeaviateActionsListOK) Error

func (o *WeaviateActionsListOK) Error() string

type WeaviateActionsListParams

type WeaviateActionsListParams struct {

	/*MaxResults
	  The maximum number of items to be returned per page. Default value is set in Weaviate config.

	*/
	MaxResults *int64
	/*Page
	  The page number of the items to be returned.

	*/
	Page *int64

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

WeaviateActionsListParams contains all the parameters to send to the API endpoint for the weaviate actions list operation typically these are written to a http.Request

func NewWeaviateActionsListParams

func NewWeaviateActionsListParams() *WeaviateActionsListParams

NewWeaviateActionsListParams creates a new WeaviateActionsListParams object with the default values initialized.

func NewWeaviateActionsListParamsWithContext

func NewWeaviateActionsListParamsWithContext(ctx context.Context) *WeaviateActionsListParams

NewWeaviateActionsListParamsWithContext creates a new WeaviateActionsListParams object with the default values initialized, and the ability to set a context for a request

func NewWeaviateActionsListParamsWithHTTPClient

func NewWeaviateActionsListParamsWithHTTPClient(client *http.Client) *WeaviateActionsListParams

NewWeaviateActionsListParamsWithHTTPClient creates a new WeaviateActionsListParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewWeaviateActionsListParamsWithTimeout

func NewWeaviateActionsListParamsWithTimeout(timeout time.Duration) *WeaviateActionsListParams

NewWeaviateActionsListParamsWithTimeout creates a new WeaviateActionsListParams object with the default values initialized, and the ability to set a timeout on a request

func (*WeaviateActionsListParams) SetContext

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

SetContext adds the context to the weaviate actions list params

func (*WeaviateActionsListParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the weaviate actions list params

func (*WeaviateActionsListParams) SetMaxResults

func (o *WeaviateActionsListParams) SetMaxResults(maxResults *int64)

SetMaxResults adds the maxResults to the weaviate actions list params

func (*WeaviateActionsListParams) SetPage

func (o *WeaviateActionsListParams) SetPage(page *int64)

SetPage adds the page to the weaviate actions list params

func (*WeaviateActionsListParams) SetTimeout

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

SetTimeout adds the timeout to the weaviate actions list params

func (*WeaviateActionsListParams) WithContext

WithContext adds the context to the weaviate actions list params

func (*WeaviateActionsListParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the weaviate actions list params

func (*WeaviateActionsListParams) WithMaxResults

func (o *WeaviateActionsListParams) WithMaxResults(maxResults *int64) *WeaviateActionsListParams

WithMaxResults adds the maxResults to the weaviate actions list params

func (*WeaviateActionsListParams) WithPage

WithPage adds the page to the weaviate actions list params

func (*WeaviateActionsListParams) WithTimeout

WithTimeout adds the timeout to the weaviate actions list params

func (*WeaviateActionsListParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type WeaviateActionsListReader

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

WeaviateActionsListReader is a Reader for the WeaviateActionsList structure.

func (*WeaviateActionsListReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type WeaviateActionsListUnauthorized

type WeaviateActionsListUnauthorized struct {
}

WeaviateActionsListUnauthorized handles this case with default header values.

Unauthorized or invalid credentials.

func NewWeaviateActionsListUnauthorized

func NewWeaviateActionsListUnauthorized() *WeaviateActionsListUnauthorized

NewWeaviateActionsListUnauthorized creates a WeaviateActionsListUnauthorized with default headers values

func (*WeaviateActionsListUnauthorized) Error

type WeaviateActionsPatchAccepted

type WeaviateActionsPatchAccepted struct {
	Payload *models.ActionGetResponse
}

WeaviateActionsPatchAccepted handles this case with default header values.

Successfully received.

func NewWeaviateActionsPatchAccepted

func NewWeaviateActionsPatchAccepted() *WeaviateActionsPatchAccepted

NewWeaviateActionsPatchAccepted creates a WeaviateActionsPatchAccepted with default headers values

func (*WeaviateActionsPatchAccepted) Error

type WeaviateActionsPatchBadRequest

type WeaviateActionsPatchBadRequest struct {
}

WeaviateActionsPatchBadRequest handles this case with default header values.

The patch-JSON is malformed.

func NewWeaviateActionsPatchBadRequest

func NewWeaviateActionsPatchBadRequest() *WeaviateActionsPatchBadRequest

NewWeaviateActionsPatchBadRequest creates a WeaviateActionsPatchBadRequest with default headers values

func (*WeaviateActionsPatchBadRequest) Error

type WeaviateActionsPatchForbidden

type WeaviateActionsPatchForbidden struct {
}

WeaviateActionsPatchForbidden handles this case with default header values.

The used API-key has insufficient permissions.

func NewWeaviateActionsPatchForbidden

func NewWeaviateActionsPatchForbidden() *WeaviateActionsPatchForbidden

NewWeaviateActionsPatchForbidden creates a WeaviateActionsPatchForbidden with default headers values

func (*WeaviateActionsPatchForbidden) Error

type WeaviateActionsPatchInternalServerError

type WeaviateActionsPatchInternalServerError struct {
	Payload *models.ErrorResponse
}

WeaviateActionsPatchInternalServerError handles this case with default header values.

An error has occurred while trying to fulfill the request. Most likely the ErrorResponse will contain more information about the error.

func NewWeaviateActionsPatchInternalServerError

func NewWeaviateActionsPatchInternalServerError() *WeaviateActionsPatchInternalServerError

NewWeaviateActionsPatchInternalServerError creates a WeaviateActionsPatchInternalServerError with default headers values

func (*WeaviateActionsPatchInternalServerError) Error

type WeaviateActionsPatchNotFound

type WeaviateActionsPatchNotFound struct {
}

WeaviateActionsPatchNotFound handles this case with default header values.

Successful query result but no resource was found.

func NewWeaviateActionsPatchNotFound

func NewWeaviateActionsPatchNotFound() *WeaviateActionsPatchNotFound

NewWeaviateActionsPatchNotFound creates a WeaviateActionsPatchNotFound with default headers values

func (*WeaviateActionsPatchNotFound) Error

type WeaviateActionsPatchOK

type WeaviateActionsPatchOK struct {
	Payload *models.ActionGetResponse
}

WeaviateActionsPatchOK handles this case with default header values.

Successfully applied.

func NewWeaviateActionsPatchOK

func NewWeaviateActionsPatchOK() *WeaviateActionsPatchOK

NewWeaviateActionsPatchOK creates a WeaviateActionsPatchOK with default headers values

func (*WeaviateActionsPatchOK) Error

func (o *WeaviateActionsPatchOK) Error() string

type WeaviateActionsPatchParams

type WeaviateActionsPatchParams struct {

	/*ActionID
	  Unique ID of the Action.

	*/
	ActionID strfmt.UUID
	/*Async
	  If `async` is true, return a 202 if the patch is accepted. You will receive this response before the data is made persistent. If `async` is false, you will receive confirmation after the update is made persistent. The value of `async` defaults to false.

	*/
	Async *bool
	/*Body
	  JSONPatch document as defined by RFC 6902.

	*/
	Body []*models.PatchDocument

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

WeaviateActionsPatchParams contains all the parameters to send to the API endpoint for the weaviate actions patch operation typically these are written to a http.Request

func NewWeaviateActionsPatchParams

func NewWeaviateActionsPatchParams() *WeaviateActionsPatchParams

NewWeaviateActionsPatchParams creates a new WeaviateActionsPatchParams object with the default values initialized.

func NewWeaviateActionsPatchParamsWithContext

func NewWeaviateActionsPatchParamsWithContext(ctx context.Context) *WeaviateActionsPatchParams

NewWeaviateActionsPatchParamsWithContext creates a new WeaviateActionsPatchParams object with the default values initialized, and the ability to set a context for a request

func NewWeaviateActionsPatchParamsWithHTTPClient

func NewWeaviateActionsPatchParamsWithHTTPClient(client *http.Client) *WeaviateActionsPatchParams

NewWeaviateActionsPatchParamsWithHTTPClient creates a new WeaviateActionsPatchParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewWeaviateActionsPatchParamsWithTimeout

func NewWeaviateActionsPatchParamsWithTimeout(timeout time.Duration) *WeaviateActionsPatchParams

NewWeaviateActionsPatchParamsWithTimeout creates a new WeaviateActionsPatchParams object with the default values initialized, and the ability to set a timeout on a request

func (*WeaviateActionsPatchParams) SetActionID

func (o *WeaviateActionsPatchParams) SetActionID(actionID strfmt.UUID)

SetActionID adds the actionId to the weaviate actions patch params

func (*WeaviateActionsPatchParams) SetAsync

func (o *WeaviateActionsPatchParams) SetAsync(async *bool)

SetAsync adds the async to the weaviate actions patch params

func (*WeaviateActionsPatchParams) SetBody

func (o *WeaviateActionsPatchParams) SetBody(body []*models.PatchDocument)

SetBody adds the body to the weaviate actions patch params

func (*WeaviateActionsPatchParams) SetContext

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

SetContext adds the context to the weaviate actions patch params

func (*WeaviateActionsPatchParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the weaviate actions patch params

func (*WeaviateActionsPatchParams) SetTimeout

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

SetTimeout adds the timeout to the weaviate actions patch params

func (*WeaviateActionsPatchParams) WithActionID

WithActionID adds the actionID to the weaviate actions patch params

func (*WeaviateActionsPatchParams) WithAsync

WithAsync adds the async to the weaviate actions patch params

func (*WeaviateActionsPatchParams) WithBody

WithBody adds the body to the weaviate actions patch params

func (*WeaviateActionsPatchParams) WithContext

WithContext adds the context to the weaviate actions patch params

func (*WeaviateActionsPatchParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the weaviate actions patch params

func (*WeaviateActionsPatchParams) WithTimeout

WithTimeout adds the timeout to the weaviate actions patch params

func (*WeaviateActionsPatchParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type WeaviateActionsPatchReader

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

WeaviateActionsPatchReader is a Reader for the WeaviateActionsPatch structure.

func (*WeaviateActionsPatchReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type WeaviateActionsPatchUnauthorized

type WeaviateActionsPatchUnauthorized struct {
}

WeaviateActionsPatchUnauthorized handles this case with default header values.

Unauthorized or invalid credentials.

func NewWeaviateActionsPatchUnauthorized

func NewWeaviateActionsPatchUnauthorized() *WeaviateActionsPatchUnauthorized

NewWeaviateActionsPatchUnauthorized creates a WeaviateActionsPatchUnauthorized with default headers values

func (*WeaviateActionsPatchUnauthorized) Error

type WeaviateActionsPatchUnprocessableEntity

type WeaviateActionsPatchUnprocessableEntity struct {
	Payload *models.ErrorResponse
}

WeaviateActionsPatchUnprocessableEntity handles this case with default header values.

The patch-JSON is valid but unprocessable.

func NewWeaviateActionsPatchUnprocessableEntity

func NewWeaviateActionsPatchUnprocessableEntity() *WeaviateActionsPatchUnprocessableEntity

NewWeaviateActionsPatchUnprocessableEntity creates a WeaviateActionsPatchUnprocessableEntity with default headers values

func (*WeaviateActionsPatchUnprocessableEntity) Error

type WeaviateActionsPropertiesCreateForbidden

type WeaviateActionsPropertiesCreateForbidden struct {
}

WeaviateActionsPropertiesCreateForbidden handles this case with default header values.

The used API-key has insufficient permissions.

func NewWeaviateActionsPropertiesCreateForbidden

func NewWeaviateActionsPropertiesCreateForbidden() *WeaviateActionsPropertiesCreateForbidden

NewWeaviateActionsPropertiesCreateForbidden creates a WeaviateActionsPropertiesCreateForbidden with default headers values

func (*WeaviateActionsPropertiesCreateForbidden) Error

type WeaviateActionsPropertiesCreateInternalServerError

type WeaviateActionsPropertiesCreateInternalServerError struct {
	Payload *models.ErrorResponse
}

WeaviateActionsPropertiesCreateInternalServerError handles this case with default header values.

An error has occurred while trying to fulfill the request. Most likely the ErrorResponse will contain more information about the error.

func NewWeaviateActionsPropertiesCreateInternalServerError

func NewWeaviateActionsPropertiesCreateInternalServerError() *WeaviateActionsPropertiesCreateInternalServerError

NewWeaviateActionsPropertiesCreateInternalServerError creates a WeaviateActionsPropertiesCreateInternalServerError with default headers values

func (*WeaviateActionsPropertiesCreateInternalServerError) Error

type WeaviateActionsPropertiesCreateOK

type WeaviateActionsPropertiesCreateOK struct {
}

WeaviateActionsPropertiesCreateOK handles this case with default header values.

Successfully added the reference.

func NewWeaviateActionsPropertiesCreateOK

func NewWeaviateActionsPropertiesCreateOK() *WeaviateActionsPropertiesCreateOK

NewWeaviateActionsPropertiesCreateOK creates a WeaviateActionsPropertiesCreateOK with default headers values

func (*WeaviateActionsPropertiesCreateOK) Error

type WeaviateActionsPropertiesCreateParams

type WeaviateActionsPropertiesCreateParams struct {

	/*ActionID
	  Unique ID of the Action.

	*/
	ActionID strfmt.UUID
	/*Body*/
	Body *models.SingleRef
	/*PropertyName
	  Unique name of the property related to the Action.

	*/
	PropertyName string

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

WeaviateActionsPropertiesCreateParams contains all the parameters to send to the API endpoint for the weaviate actions properties create operation typically these are written to a http.Request

func NewWeaviateActionsPropertiesCreateParams

func NewWeaviateActionsPropertiesCreateParams() *WeaviateActionsPropertiesCreateParams

NewWeaviateActionsPropertiesCreateParams creates a new WeaviateActionsPropertiesCreateParams object with the default values initialized.

func NewWeaviateActionsPropertiesCreateParamsWithContext

func NewWeaviateActionsPropertiesCreateParamsWithContext(ctx context.Context) *WeaviateActionsPropertiesCreateParams

NewWeaviateActionsPropertiesCreateParamsWithContext creates a new WeaviateActionsPropertiesCreateParams object with the default values initialized, and the ability to set a context for a request

func NewWeaviateActionsPropertiesCreateParamsWithHTTPClient

func NewWeaviateActionsPropertiesCreateParamsWithHTTPClient(client *http.Client) *WeaviateActionsPropertiesCreateParams

NewWeaviateActionsPropertiesCreateParamsWithHTTPClient creates a new WeaviateActionsPropertiesCreateParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewWeaviateActionsPropertiesCreateParamsWithTimeout

func NewWeaviateActionsPropertiesCreateParamsWithTimeout(timeout time.Duration) *WeaviateActionsPropertiesCreateParams

NewWeaviateActionsPropertiesCreateParamsWithTimeout creates a new WeaviateActionsPropertiesCreateParams object with the default values initialized, and the ability to set a timeout on a request

func (*WeaviateActionsPropertiesCreateParams) SetActionID

func (o *WeaviateActionsPropertiesCreateParams) SetActionID(actionID strfmt.UUID)

SetActionID adds the actionId to the weaviate actions properties create params

func (*WeaviateActionsPropertiesCreateParams) SetBody

SetBody adds the body to the weaviate actions properties create params

func (*WeaviateActionsPropertiesCreateParams) SetContext

SetContext adds the context to the weaviate actions properties create params

func (*WeaviateActionsPropertiesCreateParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the weaviate actions properties create params

func (*WeaviateActionsPropertiesCreateParams) SetPropertyName

func (o *WeaviateActionsPropertiesCreateParams) SetPropertyName(propertyName string)

SetPropertyName adds the propertyName to the weaviate actions properties create params

func (*WeaviateActionsPropertiesCreateParams) SetTimeout

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

SetTimeout adds the timeout to the weaviate actions properties create params

func (*WeaviateActionsPropertiesCreateParams) WithActionID

WithActionID adds the actionID to the weaviate actions properties create params

func (*WeaviateActionsPropertiesCreateParams) WithBody

WithBody adds the body to the weaviate actions properties create params

func (*WeaviateActionsPropertiesCreateParams) WithContext

WithContext adds the context to the weaviate actions properties create params

func (*WeaviateActionsPropertiesCreateParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the weaviate actions properties create params

func (*WeaviateActionsPropertiesCreateParams) WithPropertyName

WithPropertyName adds the propertyName to the weaviate actions properties create params

func (*WeaviateActionsPropertiesCreateParams) WithTimeout

WithTimeout adds the timeout to the weaviate actions properties create params

func (*WeaviateActionsPropertiesCreateParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type WeaviateActionsPropertiesCreateReader

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

WeaviateActionsPropertiesCreateReader is a Reader for the WeaviateActionsPropertiesCreate structure.

func (*WeaviateActionsPropertiesCreateReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type WeaviateActionsPropertiesCreateUnauthorized

type WeaviateActionsPropertiesCreateUnauthorized struct {
}

WeaviateActionsPropertiesCreateUnauthorized handles this case with default header values.

Unauthorized or invalid credentials.

func NewWeaviateActionsPropertiesCreateUnauthorized

func NewWeaviateActionsPropertiesCreateUnauthorized() *WeaviateActionsPropertiesCreateUnauthorized

NewWeaviateActionsPropertiesCreateUnauthorized creates a WeaviateActionsPropertiesCreateUnauthorized with default headers values

func (*WeaviateActionsPropertiesCreateUnauthorized) Error

type WeaviateActionsPropertiesCreateUnprocessableEntity

type WeaviateActionsPropertiesCreateUnprocessableEntity struct {
	Payload *models.ErrorResponse
}

WeaviateActionsPropertiesCreateUnprocessableEntity handles this case with default header values.

Request body is well-formed (i.e., syntactically correct), but semantically erroneous. Are you sure the property exists or that it is a class?

func NewWeaviateActionsPropertiesCreateUnprocessableEntity

func NewWeaviateActionsPropertiesCreateUnprocessableEntity() *WeaviateActionsPropertiesCreateUnprocessableEntity

NewWeaviateActionsPropertiesCreateUnprocessableEntity creates a WeaviateActionsPropertiesCreateUnprocessableEntity with default headers values

func (*WeaviateActionsPropertiesCreateUnprocessableEntity) Error

type WeaviateActionsPropertiesDeleteForbidden

type WeaviateActionsPropertiesDeleteForbidden struct {
}

WeaviateActionsPropertiesDeleteForbidden handles this case with default header values.

The used API-key has insufficient permissions.

func NewWeaviateActionsPropertiesDeleteForbidden

func NewWeaviateActionsPropertiesDeleteForbidden() *WeaviateActionsPropertiesDeleteForbidden

NewWeaviateActionsPropertiesDeleteForbidden creates a WeaviateActionsPropertiesDeleteForbidden with default headers values

func (*WeaviateActionsPropertiesDeleteForbidden) Error

type WeaviateActionsPropertiesDeleteInternalServerError

type WeaviateActionsPropertiesDeleteInternalServerError struct {
	Payload *models.ErrorResponse
}

WeaviateActionsPropertiesDeleteInternalServerError handles this case with default header values.

An error has occurred while trying to fulfill the request. Most likely the ErrorResponse will contain more information about the error.

func NewWeaviateActionsPropertiesDeleteInternalServerError

func NewWeaviateActionsPropertiesDeleteInternalServerError() *WeaviateActionsPropertiesDeleteInternalServerError

NewWeaviateActionsPropertiesDeleteInternalServerError creates a WeaviateActionsPropertiesDeleteInternalServerError with default headers values

func (*WeaviateActionsPropertiesDeleteInternalServerError) Error

type WeaviateActionsPropertiesDeleteNoContent

type WeaviateActionsPropertiesDeleteNoContent struct {
}

WeaviateActionsPropertiesDeleteNoContent handles this case with default header values.

Successfully deleted.

func NewWeaviateActionsPropertiesDeleteNoContent

func NewWeaviateActionsPropertiesDeleteNoContent() *WeaviateActionsPropertiesDeleteNoContent

NewWeaviateActionsPropertiesDeleteNoContent creates a WeaviateActionsPropertiesDeleteNoContent with default headers values

func (*WeaviateActionsPropertiesDeleteNoContent) Error

type WeaviateActionsPropertiesDeleteNotFound

type WeaviateActionsPropertiesDeleteNotFound struct {
	Payload *models.ErrorResponse
}

WeaviateActionsPropertiesDeleteNotFound handles this case with default header values.

Successful query result but no resource was found.

func NewWeaviateActionsPropertiesDeleteNotFound

func NewWeaviateActionsPropertiesDeleteNotFound() *WeaviateActionsPropertiesDeleteNotFound

NewWeaviateActionsPropertiesDeleteNotFound creates a WeaviateActionsPropertiesDeleteNotFound with default headers values

func (*WeaviateActionsPropertiesDeleteNotFound) Error

type WeaviateActionsPropertiesDeleteParams

type WeaviateActionsPropertiesDeleteParams struct {

	/*ActionID
	  Unique ID of the Action.

	*/
	ActionID strfmt.UUID
	/*Body*/
	Body *models.SingleRef
	/*PropertyName
	  Unique name of the property related to the Action.

	*/
	PropertyName string

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

WeaviateActionsPropertiesDeleteParams contains all the parameters to send to the API endpoint for the weaviate actions properties delete operation typically these are written to a http.Request

func NewWeaviateActionsPropertiesDeleteParams

func NewWeaviateActionsPropertiesDeleteParams() *WeaviateActionsPropertiesDeleteParams

NewWeaviateActionsPropertiesDeleteParams creates a new WeaviateActionsPropertiesDeleteParams object with the default values initialized.

func NewWeaviateActionsPropertiesDeleteParamsWithContext

func NewWeaviateActionsPropertiesDeleteParamsWithContext(ctx context.Context) *WeaviateActionsPropertiesDeleteParams

NewWeaviateActionsPropertiesDeleteParamsWithContext creates a new WeaviateActionsPropertiesDeleteParams object with the default values initialized, and the ability to set a context for a request

func NewWeaviateActionsPropertiesDeleteParamsWithHTTPClient

func NewWeaviateActionsPropertiesDeleteParamsWithHTTPClient(client *http.Client) *WeaviateActionsPropertiesDeleteParams

NewWeaviateActionsPropertiesDeleteParamsWithHTTPClient creates a new WeaviateActionsPropertiesDeleteParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewWeaviateActionsPropertiesDeleteParamsWithTimeout

func NewWeaviateActionsPropertiesDeleteParamsWithTimeout(timeout time.Duration) *WeaviateActionsPropertiesDeleteParams

NewWeaviateActionsPropertiesDeleteParamsWithTimeout creates a new WeaviateActionsPropertiesDeleteParams object with the default values initialized, and the ability to set a timeout on a request

func (*WeaviateActionsPropertiesDeleteParams) SetActionID

func (o *WeaviateActionsPropertiesDeleteParams) SetActionID(actionID strfmt.UUID)

SetActionID adds the actionId to the weaviate actions properties delete params

func (*WeaviateActionsPropertiesDeleteParams) SetBody

SetBody adds the body to the weaviate actions properties delete params

func (*WeaviateActionsPropertiesDeleteParams) SetContext

SetContext adds the context to the weaviate actions properties delete params

func (*WeaviateActionsPropertiesDeleteParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the weaviate actions properties delete params

func (*WeaviateActionsPropertiesDeleteParams) SetPropertyName

func (o *WeaviateActionsPropertiesDeleteParams) SetPropertyName(propertyName string)

SetPropertyName adds the propertyName to the weaviate actions properties delete params

func (*WeaviateActionsPropertiesDeleteParams) SetTimeout

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

SetTimeout adds the timeout to the weaviate actions properties delete params

func (*WeaviateActionsPropertiesDeleteParams) WithActionID

WithActionID adds the actionID to the weaviate actions properties delete params

func (*WeaviateActionsPropertiesDeleteParams) WithBody

WithBody adds the body to the weaviate actions properties delete params

func (*WeaviateActionsPropertiesDeleteParams) WithContext

WithContext adds the context to the weaviate actions properties delete params

func (*WeaviateActionsPropertiesDeleteParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the weaviate actions properties delete params

func (*WeaviateActionsPropertiesDeleteParams) WithPropertyName

WithPropertyName adds the propertyName to the weaviate actions properties delete params

func (*WeaviateActionsPropertiesDeleteParams) WithTimeout

WithTimeout adds the timeout to the weaviate actions properties delete params

func (*WeaviateActionsPropertiesDeleteParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type WeaviateActionsPropertiesDeleteReader

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

WeaviateActionsPropertiesDeleteReader is a Reader for the WeaviateActionsPropertiesDelete structure.

func (*WeaviateActionsPropertiesDeleteReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type WeaviateActionsPropertiesDeleteUnauthorized

type WeaviateActionsPropertiesDeleteUnauthorized struct {
}

WeaviateActionsPropertiesDeleteUnauthorized handles this case with default header values.

Unauthorized or invalid credentials.

func NewWeaviateActionsPropertiesDeleteUnauthorized

func NewWeaviateActionsPropertiesDeleteUnauthorized() *WeaviateActionsPropertiesDeleteUnauthorized

NewWeaviateActionsPropertiesDeleteUnauthorized creates a WeaviateActionsPropertiesDeleteUnauthorized with default headers values

func (*WeaviateActionsPropertiesDeleteUnauthorized) Error

type WeaviateActionsPropertiesUpdateForbidden

type WeaviateActionsPropertiesUpdateForbidden struct {
}

WeaviateActionsPropertiesUpdateForbidden handles this case with default header values.

The used API-key has insufficient permissions.

func NewWeaviateActionsPropertiesUpdateForbidden

func NewWeaviateActionsPropertiesUpdateForbidden() *WeaviateActionsPropertiesUpdateForbidden

NewWeaviateActionsPropertiesUpdateForbidden creates a WeaviateActionsPropertiesUpdateForbidden with default headers values

func (*WeaviateActionsPropertiesUpdateForbidden) Error

type WeaviateActionsPropertiesUpdateInternalServerError

type WeaviateActionsPropertiesUpdateInternalServerError struct {
	Payload *models.ErrorResponse
}

WeaviateActionsPropertiesUpdateInternalServerError handles this case with default header values.

An error has occurred while trying to fulfill the request. Most likely the ErrorResponse will contain more information about the error.

func NewWeaviateActionsPropertiesUpdateInternalServerError

func NewWeaviateActionsPropertiesUpdateInternalServerError() *WeaviateActionsPropertiesUpdateInternalServerError

NewWeaviateActionsPropertiesUpdateInternalServerError creates a WeaviateActionsPropertiesUpdateInternalServerError with default headers values

func (*WeaviateActionsPropertiesUpdateInternalServerError) Error

type WeaviateActionsPropertiesUpdateOK

type WeaviateActionsPropertiesUpdateOK struct {
}

WeaviateActionsPropertiesUpdateOK handles this case with default header values.

Successfully replaced all the references.

func NewWeaviateActionsPropertiesUpdateOK

func NewWeaviateActionsPropertiesUpdateOK() *WeaviateActionsPropertiesUpdateOK

NewWeaviateActionsPropertiesUpdateOK creates a WeaviateActionsPropertiesUpdateOK with default headers values

func (*WeaviateActionsPropertiesUpdateOK) Error

type WeaviateActionsPropertiesUpdateParams

type WeaviateActionsPropertiesUpdateParams struct {

	/*ActionID
	  Unique ID of the Action.

	*/
	ActionID strfmt.UUID
	/*Body*/
	Body models.MultipleRef
	/*PropertyName
	  Unique name of the property related to the Action.

	*/
	PropertyName string

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

WeaviateActionsPropertiesUpdateParams contains all the parameters to send to the API endpoint for the weaviate actions properties update operation typically these are written to a http.Request

func NewWeaviateActionsPropertiesUpdateParams

func NewWeaviateActionsPropertiesUpdateParams() *WeaviateActionsPropertiesUpdateParams

NewWeaviateActionsPropertiesUpdateParams creates a new WeaviateActionsPropertiesUpdateParams object with the default values initialized.

func NewWeaviateActionsPropertiesUpdateParamsWithContext

func NewWeaviateActionsPropertiesUpdateParamsWithContext(ctx context.Context) *WeaviateActionsPropertiesUpdateParams

NewWeaviateActionsPropertiesUpdateParamsWithContext creates a new WeaviateActionsPropertiesUpdateParams object with the default values initialized, and the ability to set a context for a request

func NewWeaviateActionsPropertiesUpdateParamsWithHTTPClient

func NewWeaviateActionsPropertiesUpdateParamsWithHTTPClient(client *http.Client) *WeaviateActionsPropertiesUpdateParams

NewWeaviateActionsPropertiesUpdateParamsWithHTTPClient creates a new WeaviateActionsPropertiesUpdateParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewWeaviateActionsPropertiesUpdateParamsWithTimeout

func NewWeaviateActionsPropertiesUpdateParamsWithTimeout(timeout time.Duration) *WeaviateActionsPropertiesUpdateParams

NewWeaviateActionsPropertiesUpdateParamsWithTimeout creates a new WeaviateActionsPropertiesUpdateParams object with the default values initialized, and the ability to set a timeout on a request

func (*WeaviateActionsPropertiesUpdateParams) SetActionID

func (o *WeaviateActionsPropertiesUpdateParams) SetActionID(actionID strfmt.UUID)

SetActionID adds the actionId to the weaviate actions properties update params

func (*WeaviateActionsPropertiesUpdateParams) SetBody

SetBody adds the body to the weaviate actions properties update params

func (*WeaviateActionsPropertiesUpdateParams) SetContext

SetContext adds the context to the weaviate actions properties update params

func (*WeaviateActionsPropertiesUpdateParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the weaviate actions properties update params

func (*WeaviateActionsPropertiesUpdateParams) SetPropertyName

func (o *WeaviateActionsPropertiesUpdateParams) SetPropertyName(propertyName string)

SetPropertyName adds the propertyName to the weaviate actions properties update params

func (*WeaviateActionsPropertiesUpdateParams) SetTimeout

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

SetTimeout adds the timeout to the weaviate actions properties update params

func (*WeaviateActionsPropertiesUpdateParams) WithActionID

WithActionID adds the actionID to the weaviate actions properties update params

func (*WeaviateActionsPropertiesUpdateParams) WithBody

WithBody adds the body to the weaviate actions properties update params

func (*WeaviateActionsPropertiesUpdateParams) WithContext

WithContext adds the context to the weaviate actions properties update params

func (*WeaviateActionsPropertiesUpdateParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the weaviate actions properties update params

func (*WeaviateActionsPropertiesUpdateParams) WithPropertyName

WithPropertyName adds the propertyName to the weaviate actions properties update params

func (*WeaviateActionsPropertiesUpdateParams) WithTimeout

WithTimeout adds the timeout to the weaviate actions properties update params

func (*WeaviateActionsPropertiesUpdateParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type WeaviateActionsPropertiesUpdateReader

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

WeaviateActionsPropertiesUpdateReader is a Reader for the WeaviateActionsPropertiesUpdate structure.

func (*WeaviateActionsPropertiesUpdateReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type WeaviateActionsPropertiesUpdateUnauthorized

type WeaviateActionsPropertiesUpdateUnauthorized struct {
}

WeaviateActionsPropertiesUpdateUnauthorized handles this case with default header values.

Unauthorized or invalid credentials.

func NewWeaviateActionsPropertiesUpdateUnauthorized

func NewWeaviateActionsPropertiesUpdateUnauthorized() *WeaviateActionsPropertiesUpdateUnauthorized

NewWeaviateActionsPropertiesUpdateUnauthorized creates a WeaviateActionsPropertiesUpdateUnauthorized with default headers values

func (*WeaviateActionsPropertiesUpdateUnauthorized) Error

type WeaviateActionsPropertiesUpdateUnprocessableEntity

type WeaviateActionsPropertiesUpdateUnprocessableEntity struct {
	Payload *models.ErrorResponse
}

WeaviateActionsPropertiesUpdateUnprocessableEntity handles this case with default header values.

Request body is well-formed (i.e., syntactically correct), but semantically erroneous. Are you sure the property exists or that it is a class?

func NewWeaviateActionsPropertiesUpdateUnprocessableEntity

func NewWeaviateActionsPropertiesUpdateUnprocessableEntity() *WeaviateActionsPropertiesUpdateUnprocessableEntity

NewWeaviateActionsPropertiesUpdateUnprocessableEntity creates a WeaviateActionsPropertiesUpdateUnprocessableEntity with default headers values

func (*WeaviateActionsPropertiesUpdateUnprocessableEntity) Error

type WeaviateActionsValidateForbidden

type WeaviateActionsValidateForbidden struct {
}

WeaviateActionsValidateForbidden handles this case with default header values.

The used API-key has insufficient permissions.

func NewWeaviateActionsValidateForbidden

func NewWeaviateActionsValidateForbidden() *WeaviateActionsValidateForbidden

NewWeaviateActionsValidateForbidden creates a WeaviateActionsValidateForbidden with default headers values

func (*WeaviateActionsValidateForbidden) Error

type WeaviateActionsValidateInternalServerError

type WeaviateActionsValidateInternalServerError struct {
	Payload *models.ErrorResponse
}

WeaviateActionsValidateInternalServerError handles this case with default header values.

An error has occurred while trying to fulfill the request. Most likely the ErrorResponse will contain more information about the error.

func NewWeaviateActionsValidateInternalServerError

func NewWeaviateActionsValidateInternalServerError() *WeaviateActionsValidateInternalServerError

NewWeaviateActionsValidateInternalServerError creates a WeaviateActionsValidateInternalServerError with default headers values

func (*WeaviateActionsValidateInternalServerError) Error

type WeaviateActionsValidateOK

type WeaviateActionsValidateOK struct {
}

WeaviateActionsValidateOK handles this case with default header values.

Successfully validated.

func NewWeaviateActionsValidateOK

func NewWeaviateActionsValidateOK() *WeaviateActionsValidateOK

NewWeaviateActionsValidateOK creates a WeaviateActionsValidateOK with default headers values

func (*WeaviateActionsValidateOK) Error

func (o *WeaviateActionsValidateOK) Error() string

type WeaviateActionsValidateParams

type WeaviateActionsValidateParams struct {

	/*Body*/
	Body *models.ActionValidate

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

WeaviateActionsValidateParams contains all the parameters to send to the API endpoint for the weaviate actions validate operation typically these are written to a http.Request

func NewWeaviateActionsValidateParams

func NewWeaviateActionsValidateParams() *WeaviateActionsValidateParams

NewWeaviateActionsValidateParams creates a new WeaviateActionsValidateParams object with the default values initialized.

func NewWeaviateActionsValidateParamsWithContext

func NewWeaviateActionsValidateParamsWithContext(ctx context.Context) *WeaviateActionsValidateParams

NewWeaviateActionsValidateParamsWithContext creates a new WeaviateActionsValidateParams object with the default values initialized, and the ability to set a context for a request

func NewWeaviateActionsValidateParamsWithHTTPClient

func NewWeaviateActionsValidateParamsWithHTTPClient(client *http.Client) *WeaviateActionsValidateParams

NewWeaviateActionsValidateParamsWithHTTPClient creates a new WeaviateActionsValidateParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewWeaviateActionsValidateParamsWithTimeout

func NewWeaviateActionsValidateParamsWithTimeout(timeout time.Duration) *WeaviateActionsValidateParams

NewWeaviateActionsValidateParamsWithTimeout creates a new WeaviateActionsValidateParams object with the default values initialized, and the ability to set a timeout on a request

func (*WeaviateActionsValidateParams) SetBody

SetBody adds the body to the weaviate actions validate params

func (*WeaviateActionsValidateParams) SetContext

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

SetContext adds the context to the weaviate actions validate params

func (*WeaviateActionsValidateParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the weaviate actions validate params

func (*WeaviateActionsValidateParams) SetTimeout

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

SetTimeout adds the timeout to the weaviate actions validate params

func (*WeaviateActionsValidateParams) WithBody

WithBody adds the body to the weaviate actions validate params

func (*WeaviateActionsValidateParams) WithContext

WithContext adds the context to the weaviate actions validate params

func (*WeaviateActionsValidateParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the weaviate actions validate params

func (*WeaviateActionsValidateParams) WithTimeout

WithTimeout adds the timeout to the weaviate actions validate params

func (*WeaviateActionsValidateParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type WeaviateActionsValidateReader

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

WeaviateActionsValidateReader is a Reader for the WeaviateActionsValidate structure.

func (*WeaviateActionsValidateReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type WeaviateActionsValidateUnauthorized

type WeaviateActionsValidateUnauthorized struct {
}

WeaviateActionsValidateUnauthorized handles this case with default header values.

Unauthorized or invalid credentials.

func NewWeaviateActionsValidateUnauthorized

func NewWeaviateActionsValidateUnauthorized() *WeaviateActionsValidateUnauthorized

NewWeaviateActionsValidateUnauthorized creates a WeaviateActionsValidateUnauthorized with default headers values

func (*WeaviateActionsValidateUnauthorized) Error

type WeaviateActionsValidateUnprocessableEntity

type WeaviateActionsValidateUnprocessableEntity struct {
	Payload *models.ErrorResponse
}

WeaviateActionsValidateUnprocessableEntity handles this case with default header values.

Request body is well-formed (i.e., syntactically correct), but semantically erroneous. Are you sure the class is defined in the configuration file?

func NewWeaviateActionsValidateUnprocessableEntity

func NewWeaviateActionsValidateUnprocessableEntity() *WeaviateActionsValidateUnprocessableEntity

NewWeaviateActionsValidateUnprocessableEntity creates a WeaviateActionsValidateUnprocessableEntity with default headers values

func (*WeaviateActionsValidateUnprocessableEntity) Error

Jump to

Keyboard shortcuts

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