search

package
v0.0.0-...-853dd42 Latest Latest
Warning

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

Go to latest
Published: Jul 8, 2024 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type API

type API interface {
	/*
	   GetDocumentationGknSearch searches gkn documentation using the q64 value returned from a previous search
	*/
	GetDocumentationGknSearch(ctx context.Context, params *GetDocumentationGknSearchParams) (*GetDocumentationGknSearchOK, error)
	/*
	   GetDocumentationSearch searches documentation using the q64 value returned from a previous search
	*/
	GetDocumentationSearch(ctx context.Context, params *GetDocumentationSearchParams) (*GetDocumentationSearchOK, error)
	/*
	   GetSearch searches using the q64 value returned from a previous search
	*/
	GetSearch(ctx context.Context, params *GetSearchParams) (*GetSearchOK, error)
	/*
	   GetSearchSuggest suggests resources using the q64 value returned from a previous suggest query
	*/
	GetSearchSuggest(ctx context.Context, params *GetSearchSuggestParams) (*GetSearchSuggestOK, error)
	/*
	   PostAnalyticsConversationsTranscriptsQuery searches resources
	*/
	PostAnalyticsConversationsTranscriptsQuery(ctx context.Context, params *PostAnalyticsConversationsTranscriptsQueryParams) (*PostAnalyticsConversationsTranscriptsQueryOK, error)
	/*
	   PostDocumentationGknSearch searches gkn documentation
	*/
	PostDocumentationGknSearch(ctx context.Context, params *PostDocumentationGknSearchParams) (*PostDocumentationGknSearchOK, error)
	/*
	   PostDocumentationSearch searches documentation
	*/
	PostDocumentationSearch(ctx context.Context, params *PostDocumentationSearchParams) (*PostDocumentationSearchOK, error)
	/*
	   PostSearch searches resources
	*/
	PostSearch(ctx context.Context, params *PostSearchParams) (*PostSearchOK, error)
	/*
	   PostSearchSuggest suggests resources
	*/
	PostSearchSuggest(ctx context.Context, params *PostSearchSuggestParams) (*PostSearchSuggestOK, error)
	/*
	   PostSpeechandtextanalyticsTranscriptsSearch searches resources
	*/
	PostSpeechandtextanalyticsTranscriptsSearch(ctx context.Context, params *PostSpeechandtextanalyticsTranscriptsSearchParams) (*PostSpeechandtextanalyticsTranscriptsSearchOK, error)
}

API is the interface of the search client

type Client

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

Client for search API

func New

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

New creates a new search API client.

func (*Client) GetDocumentationGknSearch

func (a *Client) GetDocumentationGknSearch(ctx context.Context, params *GetDocumentationGknSearchParams) (*GetDocumentationGknSearchOK, error)

GetDocumentationGknSearch searches gkn documentation using the q64 value returned from a previous search

func (*Client) GetDocumentationSearch

func (a *Client) GetDocumentationSearch(ctx context.Context, params *GetDocumentationSearchParams) (*GetDocumentationSearchOK, error)

GetDocumentationSearch searches documentation using the q64 value returned from a previous search

func (*Client) GetSearch

func (a *Client) GetSearch(ctx context.Context, params *GetSearchParams) (*GetSearchOK, error)

GetSearch searches using the q64 value returned from a previous search

func (*Client) GetSearchSuggest

func (a *Client) GetSearchSuggest(ctx context.Context, params *GetSearchSuggestParams) (*GetSearchSuggestOK, error)

GetSearchSuggest suggests resources using the q64 value returned from a previous suggest query

func (*Client) PostAnalyticsConversationsTranscriptsQuery

func (a *Client) PostAnalyticsConversationsTranscriptsQuery(ctx context.Context, params *PostAnalyticsConversationsTranscriptsQueryParams) (*PostAnalyticsConversationsTranscriptsQueryOK, error)

PostAnalyticsConversationsTranscriptsQuery searches resources

func (*Client) PostDocumentationGknSearch

func (a *Client) PostDocumentationGknSearch(ctx context.Context, params *PostDocumentationGknSearchParams) (*PostDocumentationGknSearchOK, error)

PostDocumentationGknSearch searches gkn documentation

func (*Client) PostDocumentationSearch

func (a *Client) PostDocumentationSearch(ctx context.Context, params *PostDocumentationSearchParams) (*PostDocumentationSearchOK, error)

PostDocumentationSearch searches documentation

func (*Client) PostSearch

func (a *Client) PostSearch(ctx context.Context, params *PostSearchParams) (*PostSearchOK, error)

PostSearch searches resources

func (*Client) PostSearchSuggest

func (a *Client) PostSearchSuggest(ctx context.Context, params *PostSearchSuggestParams) (*PostSearchSuggestOK, error)

PostSearchSuggest suggests resources

func (*Client) PostSpeechandtextanalyticsTranscriptsSearch

PostSpeechandtextanalyticsTranscriptsSearch searches resources

type GetDocumentationGknSearchBadRequest

type GetDocumentationGknSearchBadRequest struct {
	Payload *models.ErrorBody
}

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

The request could not be understood by the server due to malformed syntax.

func NewGetDocumentationGknSearchBadRequest

func NewGetDocumentationGknSearchBadRequest() *GetDocumentationGknSearchBadRequest

NewGetDocumentationGknSearchBadRequest creates a GetDocumentationGknSearchBadRequest with default headers values

func (*GetDocumentationGknSearchBadRequest) Error

func (*GetDocumentationGknSearchBadRequest) GetPayload

func (*GetDocumentationGknSearchBadRequest) IsClientError

func (o *GetDocumentationGknSearchBadRequest) IsClientError() bool

IsClientError returns true when this get documentation gkn search bad request response has a 4xx status code

func (*GetDocumentationGknSearchBadRequest) IsCode

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

func (*GetDocumentationGknSearchBadRequest) IsRedirect

func (o *GetDocumentationGknSearchBadRequest) IsRedirect() bool

IsRedirect returns true when this get documentation gkn search bad request response has a 3xx status code

func (*GetDocumentationGknSearchBadRequest) IsServerError

func (o *GetDocumentationGknSearchBadRequest) IsServerError() bool

IsServerError returns true when this get documentation gkn search bad request response has a 5xx status code

func (*GetDocumentationGknSearchBadRequest) IsSuccess

IsSuccess returns true when this get documentation gkn search bad request response has a 2xx status code

func (*GetDocumentationGknSearchBadRequest) String

type GetDocumentationGknSearchForbidden

type GetDocumentationGknSearchForbidden struct {
	Payload *models.ErrorBody
}

GetDocumentationGknSearchForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewGetDocumentationGknSearchForbidden

func NewGetDocumentationGknSearchForbidden() *GetDocumentationGknSearchForbidden

NewGetDocumentationGknSearchForbidden creates a GetDocumentationGknSearchForbidden with default headers values

func (*GetDocumentationGknSearchForbidden) Error

func (*GetDocumentationGknSearchForbidden) GetPayload

func (*GetDocumentationGknSearchForbidden) IsClientError

func (o *GetDocumentationGknSearchForbidden) IsClientError() bool

IsClientError returns true when this get documentation gkn search forbidden response has a 4xx status code

func (*GetDocumentationGknSearchForbidden) IsCode

IsCode returns true when this get documentation gkn search forbidden response a status code equal to that given

func (*GetDocumentationGknSearchForbidden) IsRedirect

func (o *GetDocumentationGknSearchForbidden) IsRedirect() bool

IsRedirect returns true when this get documentation gkn search forbidden response has a 3xx status code

func (*GetDocumentationGknSearchForbidden) IsServerError

func (o *GetDocumentationGknSearchForbidden) IsServerError() bool

IsServerError returns true when this get documentation gkn search forbidden response has a 5xx status code

func (*GetDocumentationGknSearchForbidden) IsSuccess

IsSuccess returns true when this get documentation gkn search forbidden response has a 2xx status code

func (*GetDocumentationGknSearchForbidden) String

type GetDocumentationGknSearchGatewayTimeout

type GetDocumentationGknSearchGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetDocumentationGknSearchGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetDocumentationGknSearchGatewayTimeout

func NewGetDocumentationGknSearchGatewayTimeout() *GetDocumentationGknSearchGatewayTimeout

NewGetDocumentationGknSearchGatewayTimeout creates a GetDocumentationGknSearchGatewayTimeout with default headers values

func (*GetDocumentationGknSearchGatewayTimeout) Error

func (*GetDocumentationGknSearchGatewayTimeout) GetPayload

func (*GetDocumentationGknSearchGatewayTimeout) IsClientError

func (o *GetDocumentationGknSearchGatewayTimeout) IsClientError() bool

IsClientError returns true when this get documentation gkn search gateway timeout response has a 4xx status code

func (*GetDocumentationGknSearchGatewayTimeout) IsCode

IsCode returns true when this get documentation gkn search gateway timeout response a status code equal to that given

func (*GetDocumentationGknSearchGatewayTimeout) IsRedirect

IsRedirect returns true when this get documentation gkn search gateway timeout response has a 3xx status code

func (*GetDocumentationGknSearchGatewayTimeout) IsServerError

func (o *GetDocumentationGknSearchGatewayTimeout) IsServerError() bool

IsServerError returns true when this get documentation gkn search gateway timeout response has a 5xx status code

func (*GetDocumentationGknSearchGatewayTimeout) IsSuccess

IsSuccess returns true when this get documentation gkn search gateway timeout response has a 2xx status code

func (*GetDocumentationGknSearchGatewayTimeout) String

type GetDocumentationGknSearchInternalServerError

type GetDocumentationGknSearchInternalServerError struct {
	Payload *models.ErrorBody
}

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

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetDocumentationGknSearchInternalServerError

func NewGetDocumentationGknSearchInternalServerError() *GetDocumentationGknSearchInternalServerError

NewGetDocumentationGknSearchInternalServerError creates a GetDocumentationGknSearchInternalServerError with default headers values

func (*GetDocumentationGknSearchInternalServerError) Error

func (*GetDocumentationGknSearchInternalServerError) GetPayload

func (*GetDocumentationGknSearchInternalServerError) IsClientError

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

func (*GetDocumentationGknSearchInternalServerError) IsCode

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

func (*GetDocumentationGknSearchInternalServerError) IsRedirect

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

func (*GetDocumentationGknSearchInternalServerError) IsServerError

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

func (*GetDocumentationGknSearchInternalServerError) IsSuccess

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

func (*GetDocumentationGknSearchInternalServerError) String

type GetDocumentationGknSearchNotFound

type GetDocumentationGknSearchNotFound struct {
	Payload *models.ErrorBody
}

GetDocumentationGknSearchNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewGetDocumentationGknSearchNotFound

func NewGetDocumentationGknSearchNotFound() *GetDocumentationGknSearchNotFound

NewGetDocumentationGknSearchNotFound creates a GetDocumentationGknSearchNotFound with default headers values

func (*GetDocumentationGknSearchNotFound) Error

func (*GetDocumentationGknSearchNotFound) GetPayload

func (*GetDocumentationGknSearchNotFound) IsClientError

func (o *GetDocumentationGknSearchNotFound) IsClientError() bool

IsClientError returns true when this get documentation gkn search not found response has a 4xx status code

func (*GetDocumentationGknSearchNotFound) IsCode

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

IsCode returns true when this get documentation gkn search not found response a status code equal to that given

func (*GetDocumentationGknSearchNotFound) IsRedirect

func (o *GetDocumentationGknSearchNotFound) IsRedirect() bool

IsRedirect returns true when this get documentation gkn search not found response has a 3xx status code

func (*GetDocumentationGknSearchNotFound) IsServerError

func (o *GetDocumentationGknSearchNotFound) IsServerError() bool

IsServerError returns true when this get documentation gkn search not found response has a 5xx status code

func (*GetDocumentationGknSearchNotFound) IsSuccess

func (o *GetDocumentationGknSearchNotFound) IsSuccess() bool

IsSuccess returns true when this get documentation gkn search not found response has a 2xx status code

func (*GetDocumentationGknSearchNotFound) String

type GetDocumentationGknSearchOK

type GetDocumentationGknSearchOK struct {
	Payload *models.GKNDocumentationSearchResponse
}

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

successful operation

func NewGetDocumentationGknSearchOK

func NewGetDocumentationGknSearchOK() *GetDocumentationGknSearchOK

NewGetDocumentationGknSearchOK creates a GetDocumentationGknSearchOK with default headers values

func (*GetDocumentationGknSearchOK) Error

func (*GetDocumentationGknSearchOK) GetPayload

func (*GetDocumentationGknSearchOK) IsClientError

func (o *GetDocumentationGknSearchOK) IsClientError() bool

IsClientError returns true when this get documentation gkn search o k response has a 4xx status code

func (*GetDocumentationGknSearchOK) IsCode

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

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

func (*GetDocumentationGknSearchOK) IsRedirect

func (o *GetDocumentationGknSearchOK) IsRedirect() bool

IsRedirect returns true when this get documentation gkn search o k response has a 3xx status code

func (*GetDocumentationGknSearchOK) IsServerError

func (o *GetDocumentationGknSearchOK) IsServerError() bool

IsServerError returns true when this get documentation gkn search o k response has a 5xx status code

func (*GetDocumentationGknSearchOK) IsSuccess

func (o *GetDocumentationGknSearchOK) IsSuccess() bool

IsSuccess returns true when this get documentation gkn search o k response has a 2xx status code

func (*GetDocumentationGknSearchOK) String

func (o *GetDocumentationGknSearchOK) String() string

type GetDocumentationGknSearchParams

type GetDocumentationGknSearchParams struct {

	/* Q64.

	   q64
	*/
	Q64 string

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

GetDocumentationGknSearchParams contains all the parameters to send to the API endpoint

for the get documentation gkn search operation.

Typically these are written to a http.Request.

func NewGetDocumentationGknSearchParams

func NewGetDocumentationGknSearchParams() *GetDocumentationGknSearchParams

NewGetDocumentationGknSearchParams creates a new GetDocumentationGknSearchParams object, with the default timeout for this client.

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

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

func NewGetDocumentationGknSearchParamsWithContext

func NewGetDocumentationGknSearchParamsWithContext(ctx context.Context) *GetDocumentationGknSearchParams

NewGetDocumentationGknSearchParamsWithContext creates a new GetDocumentationGknSearchParams object with the ability to set a context for a request.

func NewGetDocumentationGknSearchParamsWithHTTPClient

func NewGetDocumentationGknSearchParamsWithHTTPClient(client *http.Client) *GetDocumentationGknSearchParams

NewGetDocumentationGknSearchParamsWithHTTPClient creates a new GetDocumentationGknSearchParams object with the ability to set a custom HTTPClient for a request.

func NewGetDocumentationGknSearchParamsWithTimeout

func NewGetDocumentationGknSearchParamsWithTimeout(timeout time.Duration) *GetDocumentationGknSearchParams

NewGetDocumentationGknSearchParamsWithTimeout creates a new GetDocumentationGknSearchParams object with the ability to set a timeout on a request.

func (*GetDocumentationGknSearchParams) SetContext

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

SetContext adds the context to the get documentation gkn search params

func (*GetDocumentationGknSearchParams) SetDefaults

func (o *GetDocumentationGknSearchParams) SetDefaults()

SetDefaults hydrates default values in the get documentation gkn search params (not the query body).

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

func (*GetDocumentationGknSearchParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get documentation gkn search params

func (*GetDocumentationGknSearchParams) SetQ64

func (o *GetDocumentationGknSearchParams) SetQ64(q64 string)

SetQ64 adds the q64 to the get documentation gkn search params

func (*GetDocumentationGknSearchParams) SetTimeout

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

SetTimeout adds the timeout to the get documentation gkn search params

func (*GetDocumentationGknSearchParams) WithContext

WithContext adds the context to the get documentation gkn search params

func (*GetDocumentationGknSearchParams) WithDefaults

WithDefaults hydrates default values in the get documentation gkn search params (not the query body).

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

func (*GetDocumentationGknSearchParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get documentation gkn search params

func (*GetDocumentationGknSearchParams) WithQ64

WithQ64 adds the q64 to the get documentation gkn search params

func (*GetDocumentationGknSearchParams) WithTimeout

WithTimeout adds the timeout to the get documentation gkn search params

func (*GetDocumentationGknSearchParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetDocumentationGknSearchReader

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

GetDocumentationGknSearchReader is a Reader for the GetDocumentationGknSearch structure.

func (*GetDocumentationGknSearchReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetDocumentationGknSearchRequestEntityTooLarge

type GetDocumentationGknSearchRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetDocumentationGknSearchRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetDocumentationGknSearchRequestEntityTooLarge

func NewGetDocumentationGknSearchRequestEntityTooLarge() *GetDocumentationGknSearchRequestEntityTooLarge

NewGetDocumentationGknSearchRequestEntityTooLarge creates a GetDocumentationGknSearchRequestEntityTooLarge with default headers values

func (*GetDocumentationGknSearchRequestEntityTooLarge) Error

func (*GetDocumentationGknSearchRequestEntityTooLarge) GetPayload

func (*GetDocumentationGknSearchRequestEntityTooLarge) IsClientError

IsClientError returns true when this get documentation gkn search request entity too large response has a 4xx status code

func (*GetDocumentationGknSearchRequestEntityTooLarge) IsCode

IsCode returns true when this get documentation gkn search request entity too large response a status code equal to that given

func (*GetDocumentationGknSearchRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get documentation gkn search request entity too large response has a 3xx status code

func (*GetDocumentationGknSearchRequestEntityTooLarge) IsServerError

IsServerError returns true when this get documentation gkn search request entity too large response has a 5xx status code

func (*GetDocumentationGknSearchRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get documentation gkn search request entity too large response has a 2xx status code

func (*GetDocumentationGknSearchRequestEntityTooLarge) String

type GetDocumentationGknSearchRequestTimeout

type GetDocumentationGknSearchRequestTimeout struct {
	Payload *models.ErrorBody
}

GetDocumentationGknSearchRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetDocumentationGknSearchRequestTimeout

func NewGetDocumentationGknSearchRequestTimeout() *GetDocumentationGknSearchRequestTimeout

NewGetDocumentationGknSearchRequestTimeout creates a GetDocumentationGknSearchRequestTimeout with default headers values

func (*GetDocumentationGknSearchRequestTimeout) Error

func (*GetDocumentationGknSearchRequestTimeout) GetPayload

func (*GetDocumentationGknSearchRequestTimeout) IsClientError

func (o *GetDocumentationGknSearchRequestTimeout) IsClientError() bool

IsClientError returns true when this get documentation gkn search request timeout response has a 4xx status code

func (*GetDocumentationGknSearchRequestTimeout) IsCode

IsCode returns true when this get documentation gkn search request timeout response a status code equal to that given

func (*GetDocumentationGknSearchRequestTimeout) IsRedirect

IsRedirect returns true when this get documentation gkn search request timeout response has a 3xx status code

func (*GetDocumentationGknSearchRequestTimeout) IsServerError

func (o *GetDocumentationGknSearchRequestTimeout) IsServerError() bool

IsServerError returns true when this get documentation gkn search request timeout response has a 5xx status code

func (*GetDocumentationGknSearchRequestTimeout) IsSuccess

IsSuccess returns true when this get documentation gkn search request timeout response has a 2xx status code

func (*GetDocumentationGknSearchRequestTimeout) String

type GetDocumentationGknSearchServiceUnavailable

type GetDocumentationGknSearchServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetDocumentationGknSearchServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetDocumentationGknSearchServiceUnavailable

func NewGetDocumentationGknSearchServiceUnavailable() *GetDocumentationGknSearchServiceUnavailable

NewGetDocumentationGknSearchServiceUnavailable creates a GetDocumentationGknSearchServiceUnavailable with default headers values

func (*GetDocumentationGknSearchServiceUnavailable) Error

func (*GetDocumentationGknSearchServiceUnavailable) GetPayload

func (*GetDocumentationGknSearchServiceUnavailable) IsClientError

IsClientError returns true when this get documentation gkn search service unavailable response has a 4xx status code

func (*GetDocumentationGknSearchServiceUnavailable) IsCode

IsCode returns true when this get documentation gkn search service unavailable response a status code equal to that given

func (*GetDocumentationGknSearchServiceUnavailable) IsRedirect

IsRedirect returns true when this get documentation gkn search service unavailable response has a 3xx status code

func (*GetDocumentationGknSearchServiceUnavailable) IsServerError

IsServerError returns true when this get documentation gkn search service unavailable response has a 5xx status code

func (*GetDocumentationGknSearchServiceUnavailable) IsSuccess

IsSuccess returns true when this get documentation gkn search service unavailable response has a 2xx status code

func (*GetDocumentationGknSearchServiceUnavailable) String

type GetDocumentationGknSearchTooManyRequests

type GetDocumentationGknSearchTooManyRequests struct {
	Payload *models.ErrorBody
}

GetDocumentationGknSearchTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetDocumentationGknSearchTooManyRequests

func NewGetDocumentationGknSearchTooManyRequests() *GetDocumentationGknSearchTooManyRequests

NewGetDocumentationGknSearchTooManyRequests creates a GetDocumentationGknSearchTooManyRequests with default headers values

func (*GetDocumentationGknSearchTooManyRequests) Error

func (*GetDocumentationGknSearchTooManyRequests) GetPayload

func (*GetDocumentationGknSearchTooManyRequests) IsClientError

IsClientError returns true when this get documentation gkn search too many requests response has a 4xx status code

func (*GetDocumentationGknSearchTooManyRequests) IsCode

IsCode returns true when this get documentation gkn search too many requests response a status code equal to that given

func (*GetDocumentationGknSearchTooManyRequests) IsRedirect

IsRedirect returns true when this get documentation gkn search too many requests response has a 3xx status code

func (*GetDocumentationGknSearchTooManyRequests) IsServerError

IsServerError returns true when this get documentation gkn search too many requests response has a 5xx status code

func (*GetDocumentationGknSearchTooManyRequests) IsSuccess

IsSuccess returns true when this get documentation gkn search too many requests response has a 2xx status code

func (*GetDocumentationGknSearchTooManyRequests) String

type GetDocumentationGknSearchUnauthorized

type GetDocumentationGknSearchUnauthorized struct {
	Payload *models.ErrorBody
}

GetDocumentationGknSearchUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewGetDocumentationGknSearchUnauthorized

func NewGetDocumentationGknSearchUnauthorized() *GetDocumentationGknSearchUnauthorized

NewGetDocumentationGknSearchUnauthorized creates a GetDocumentationGknSearchUnauthorized with default headers values

func (*GetDocumentationGknSearchUnauthorized) Error

func (*GetDocumentationGknSearchUnauthorized) GetPayload

func (*GetDocumentationGknSearchUnauthorized) IsClientError

func (o *GetDocumentationGknSearchUnauthorized) IsClientError() bool

IsClientError returns true when this get documentation gkn search unauthorized response has a 4xx status code

func (*GetDocumentationGknSearchUnauthorized) IsCode

IsCode returns true when this get documentation gkn search unauthorized response a status code equal to that given

func (*GetDocumentationGknSearchUnauthorized) IsRedirect

IsRedirect returns true when this get documentation gkn search unauthorized response has a 3xx status code

func (*GetDocumentationGknSearchUnauthorized) IsServerError

func (o *GetDocumentationGknSearchUnauthorized) IsServerError() bool

IsServerError returns true when this get documentation gkn search unauthorized response has a 5xx status code

func (*GetDocumentationGknSearchUnauthorized) IsSuccess

IsSuccess returns true when this get documentation gkn search unauthorized response has a 2xx status code

func (*GetDocumentationGknSearchUnauthorized) String

type GetDocumentationGknSearchUnsupportedMediaType

type GetDocumentationGknSearchUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetDocumentationGknSearchUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetDocumentationGknSearchUnsupportedMediaType

func NewGetDocumentationGknSearchUnsupportedMediaType() *GetDocumentationGknSearchUnsupportedMediaType

NewGetDocumentationGknSearchUnsupportedMediaType creates a GetDocumentationGknSearchUnsupportedMediaType with default headers values

func (*GetDocumentationGknSearchUnsupportedMediaType) Error

func (*GetDocumentationGknSearchUnsupportedMediaType) GetPayload

func (*GetDocumentationGknSearchUnsupportedMediaType) IsClientError

IsClientError returns true when this get documentation gkn search unsupported media type response has a 4xx status code

func (*GetDocumentationGknSearchUnsupportedMediaType) IsCode

IsCode returns true when this get documentation gkn search unsupported media type response a status code equal to that given

func (*GetDocumentationGknSearchUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get documentation gkn search unsupported media type response has a 3xx status code

func (*GetDocumentationGknSearchUnsupportedMediaType) IsServerError

IsServerError returns true when this get documentation gkn search unsupported media type response has a 5xx status code

func (*GetDocumentationGknSearchUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get documentation gkn search unsupported media type response has a 2xx status code

func (*GetDocumentationGknSearchUnsupportedMediaType) String

type GetDocumentationSearchBadRequest

type GetDocumentationSearchBadRequest struct {
	Payload *models.ErrorBody
}

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

The request could not be understood by the server due to malformed syntax.

func NewGetDocumentationSearchBadRequest

func NewGetDocumentationSearchBadRequest() *GetDocumentationSearchBadRequest

NewGetDocumentationSearchBadRequest creates a GetDocumentationSearchBadRequest with default headers values

func (*GetDocumentationSearchBadRequest) Error

func (*GetDocumentationSearchBadRequest) GetPayload

func (*GetDocumentationSearchBadRequest) IsClientError

func (o *GetDocumentationSearchBadRequest) IsClientError() bool

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

func (*GetDocumentationSearchBadRequest) IsCode

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

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

func (*GetDocumentationSearchBadRequest) IsRedirect

func (o *GetDocumentationSearchBadRequest) IsRedirect() bool

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

func (*GetDocumentationSearchBadRequest) IsServerError

func (o *GetDocumentationSearchBadRequest) IsServerError() bool

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

func (*GetDocumentationSearchBadRequest) IsSuccess

func (o *GetDocumentationSearchBadRequest) IsSuccess() bool

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

func (*GetDocumentationSearchBadRequest) String

type GetDocumentationSearchForbidden

type GetDocumentationSearchForbidden struct {
	Payload *models.ErrorBody
}

GetDocumentationSearchForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewGetDocumentationSearchForbidden

func NewGetDocumentationSearchForbidden() *GetDocumentationSearchForbidden

NewGetDocumentationSearchForbidden creates a GetDocumentationSearchForbidden with default headers values

func (*GetDocumentationSearchForbidden) Error

func (*GetDocumentationSearchForbidden) GetPayload

func (*GetDocumentationSearchForbidden) IsClientError

func (o *GetDocumentationSearchForbidden) IsClientError() bool

IsClientError returns true when this get documentation search forbidden response has a 4xx status code

func (*GetDocumentationSearchForbidden) IsCode

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

IsCode returns true when this get documentation search forbidden response a status code equal to that given

func (*GetDocumentationSearchForbidden) IsRedirect

func (o *GetDocumentationSearchForbidden) IsRedirect() bool

IsRedirect returns true when this get documentation search forbidden response has a 3xx status code

func (*GetDocumentationSearchForbidden) IsServerError

func (o *GetDocumentationSearchForbidden) IsServerError() bool

IsServerError returns true when this get documentation search forbidden response has a 5xx status code

func (*GetDocumentationSearchForbidden) IsSuccess

func (o *GetDocumentationSearchForbidden) IsSuccess() bool

IsSuccess returns true when this get documentation search forbidden response has a 2xx status code

func (*GetDocumentationSearchForbidden) String

type GetDocumentationSearchGatewayTimeout

type GetDocumentationSearchGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetDocumentationSearchGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetDocumentationSearchGatewayTimeout

func NewGetDocumentationSearchGatewayTimeout() *GetDocumentationSearchGatewayTimeout

NewGetDocumentationSearchGatewayTimeout creates a GetDocumentationSearchGatewayTimeout with default headers values

func (*GetDocumentationSearchGatewayTimeout) Error

func (*GetDocumentationSearchGatewayTimeout) GetPayload

func (*GetDocumentationSearchGatewayTimeout) IsClientError

func (o *GetDocumentationSearchGatewayTimeout) IsClientError() bool

IsClientError returns true when this get documentation search gateway timeout response has a 4xx status code

func (*GetDocumentationSearchGatewayTimeout) IsCode

IsCode returns true when this get documentation search gateway timeout response a status code equal to that given

func (*GetDocumentationSearchGatewayTimeout) IsRedirect

IsRedirect returns true when this get documentation search gateway timeout response has a 3xx status code

func (*GetDocumentationSearchGatewayTimeout) IsServerError

func (o *GetDocumentationSearchGatewayTimeout) IsServerError() bool

IsServerError returns true when this get documentation search gateway timeout response has a 5xx status code

func (*GetDocumentationSearchGatewayTimeout) IsSuccess

IsSuccess returns true when this get documentation search gateway timeout response has a 2xx status code

func (*GetDocumentationSearchGatewayTimeout) String

type GetDocumentationSearchInternalServerError

type GetDocumentationSearchInternalServerError struct {
	Payload *models.ErrorBody
}

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

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetDocumentationSearchInternalServerError

func NewGetDocumentationSearchInternalServerError() *GetDocumentationSearchInternalServerError

NewGetDocumentationSearchInternalServerError creates a GetDocumentationSearchInternalServerError with default headers values

func (*GetDocumentationSearchInternalServerError) Error

func (*GetDocumentationSearchInternalServerError) GetPayload

func (*GetDocumentationSearchInternalServerError) IsClientError

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

func (*GetDocumentationSearchInternalServerError) IsCode

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

func (*GetDocumentationSearchInternalServerError) IsRedirect

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

func (*GetDocumentationSearchInternalServerError) IsServerError

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

func (*GetDocumentationSearchInternalServerError) IsSuccess

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

func (*GetDocumentationSearchInternalServerError) String

type GetDocumentationSearchNotFound

type GetDocumentationSearchNotFound struct {
	Payload *models.ErrorBody
}

GetDocumentationSearchNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewGetDocumentationSearchNotFound

func NewGetDocumentationSearchNotFound() *GetDocumentationSearchNotFound

NewGetDocumentationSearchNotFound creates a GetDocumentationSearchNotFound with default headers values

func (*GetDocumentationSearchNotFound) Error

func (*GetDocumentationSearchNotFound) GetPayload

func (*GetDocumentationSearchNotFound) IsClientError

func (o *GetDocumentationSearchNotFound) IsClientError() bool

IsClientError returns true when this get documentation search not found response has a 4xx status code

func (*GetDocumentationSearchNotFound) IsCode

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

IsCode returns true when this get documentation search not found response a status code equal to that given

func (*GetDocumentationSearchNotFound) IsRedirect

func (o *GetDocumentationSearchNotFound) IsRedirect() bool

IsRedirect returns true when this get documentation search not found response has a 3xx status code

func (*GetDocumentationSearchNotFound) IsServerError

func (o *GetDocumentationSearchNotFound) IsServerError() bool

IsServerError returns true when this get documentation search not found response has a 5xx status code

func (*GetDocumentationSearchNotFound) IsSuccess

func (o *GetDocumentationSearchNotFound) IsSuccess() bool

IsSuccess returns true when this get documentation search not found response has a 2xx status code

func (*GetDocumentationSearchNotFound) String

type GetDocumentationSearchOK

type GetDocumentationSearchOK struct {
	Payload *models.DocumentationSearchResponse
}

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

successful operation

func NewGetDocumentationSearchOK

func NewGetDocumentationSearchOK() *GetDocumentationSearchOK

NewGetDocumentationSearchOK creates a GetDocumentationSearchOK with default headers values

func (*GetDocumentationSearchOK) Error

func (o *GetDocumentationSearchOK) Error() string

func (*GetDocumentationSearchOK) GetPayload

func (*GetDocumentationSearchOK) IsClientError

func (o *GetDocumentationSearchOK) IsClientError() bool

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

func (*GetDocumentationSearchOK) IsCode

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

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

func (*GetDocumentationSearchOK) IsRedirect

func (o *GetDocumentationSearchOK) IsRedirect() bool

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

func (*GetDocumentationSearchOK) IsServerError

func (o *GetDocumentationSearchOK) IsServerError() bool

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

func (*GetDocumentationSearchOK) IsSuccess

func (o *GetDocumentationSearchOK) IsSuccess() bool

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

func (*GetDocumentationSearchOK) String

func (o *GetDocumentationSearchOK) String() string

type GetDocumentationSearchParams

type GetDocumentationSearchParams struct {

	/* Q64.

	   q64
	*/
	Q64 string

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

GetDocumentationSearchParams contains all the parameters to send to the API endpoint

for the get documentation search operation.

Typically these are written to a http.Request.

func NewGetDocumentationSearchParams

func NewGetDocumentationSearchParams() *GetDocumentationSearchParams

NewGetDocumentationSearchParams creates a new GetDocumentationSearchParams object, with the default timeout for this client.

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

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

func NewGetDocumentationSearchParamsWithContext

func NewGetDocumentationSearchParamsWithContext(ctx context.Context) *GetDocumentationSearchParams

NewGetDocumentationSearchParamsWithContext creates a new GetDocumentationSearchParams object with the ability to set a context for a request.

func NewGetDocumentationSearchParamsWithHTTPClient

func NewGetDocumentationSearchParamsWithHTTPClient(client *http.Client) *GetDocumentationSearchParams

NewGetDocumentationSearchParamsWithHTTPClient creates a new GetDocumentationSearchParams object with the ability to set a custom HTTPClient for a request.

func NewGetDocumentationSearchParamsWithTimeout

func NewGetDocumentationSearchParamsWithTimeout(timeout time.Duration) *GetDocumentationSearchParams

NewGetDocumentationSearchParamsWithTimeout creates a new GetDocumentationSearchParams object with the ability to set a timeout on a request.

func (*GetDocumentationSearchParams) SetContext

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

SetContext adds the context to the get documentation search params

func (*GetDocumentationSearchParams) SetDefaults

func (o *GetDocumentationSearchParams) SetDefaults()

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

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

func (*GetDocumentationSearchParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get documentation search params

func (*GetDocumentationSearchParams) SetQ64

func (o *GetDocumentationSearchParams) SetQ64(q64 string)

SetQ64 adds the q64 to the get documentation search params

func (*GetDocumentationSearchParams) SetTimeout

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

SetTimeout adds the timeout to the get documentation search params

func (*GetDocumentationSearchParams) WithContext

WithContext adds the context to the get documentation search params

func (*GetDocumentationSearchParams) WithDefaults

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

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

func (*GetDocumentationSearchParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get documentation search params

func (*GetDocumentationSearchParams) WithQ64

WithQ64 adds the q64 to the get documentation search params

func (*GetDocumentationSearchParams) WithTimeout

WithTimeout adds the timeout to the get documentation search params

func (*GetDocumentationSearchParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetDocumentationSearchReader

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

GetDocumentationSearchReader is a Reader for the GetDocumentationSearch structure.

func (*GetDocumentationSearchReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetDocumentationSearchRequestEntityTooLarge

type GetDocumentationSearchRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetDocumentationSearchRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetDocumentationSearchRequestEntityTooLarge

func NewGetDocumentationSearchRequestEntityTooLarge() *GetDocumentationSearchRequestEntityTooLarge

NewGetDocumentationSearchRequestEntityTooLarge creates a GetDocumentationSearchRequestEntityTooLarge with default headers values

func (*GetDocumentationSearchRequestEntityTooLarge) Error

func (*GetDocumentationSearchRequestEntityTooLarge) GetPayload

func (*GetDocumentationSearchRequestEntityTooLarge) IsClientError

IsClientError returns true when this get documentation search request entity too large response has a 4xx status code

func (*GetDocumentationSearchRequestEntityTooLarge) IsCode

IsCode returns true when this get documentation search request entity too large response a status code equal to that given

func (*GetDocumentationSearchRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get documentation search request entity too large response has a 3xx status code

func (*GetDocumentationSearchRequestEntityTooLarge) IsServerError

IsServerError returns true when this get documentation search request entity too large response has a 5xx status code

func (*GetDocumentationSearchRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get documentation search request entity too large response has a 2xx status code

func (*GetDocumentationSearchRequestEntityTooLarge) String

type GetDocumentationSearchRequestTimeout

type GetDocumentationSearchRequestTimeout struct {
	Payload *models.ErrorBody
}

GetDocumentationSearchRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetDocumentationSearchRequestTimeout

func NewGetDocumentationSearchRequestTimeout() *GetDocumentationSearchRequestTimeout

NewGetDocumentationSearchRequestTimeout creates a GetDocumentationSearchRequestTimeout with default headers values

func (*GetDocumentationSearchRequestTimeout) Error

func (*GetDocumentationSearchRequestTimeout) GetPayload

func (*GetDocumentationSearchRequestTimeout) IsClientError

func (o *GetDocumentationSearchRequestTimeout) IsClientError() bool

IsClientError returns true when this get documentation search request timeout response has a 4xx status code

func (*GetDocumentationSearchRequestTimeout) IsCode

IsCode returns true when this get documentation search request timeout response a status code equal to that given

func (*GetDocumentationSearchRequestTimeout) IsRedirect

IsRedirect returns true when this get documentation search request timeout response has a 3xx status code

func (*GetDocumentationSearchRequestTimeout) IsServerError

func (o *GetDocumentationSearchRequestTimeout) IsServerError() bool

IsServerError returns true when this get documentation search request timeout response has a 5xx status code

func (*GetDocumentationSearchRequestTimeout) IsSuccess

IsSuccess returns true when this get documentation search request timeout response has a 2xx status code

func (*GetDocumentationSearchRequestTimeout) String

type GetDocumentationSearchServiceUnavailable

type GetDocumentationSearchServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetDocumentationSearchServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetDocumentationSearchServiceUnavailable

func NewGetDocumentationSearchServiceUnavailable() *GetDocumentationSearchServiceUnavailable

NewGetDocumentationSearchServiceUnavailable creates a GetDocumentationSearchServiceUnavailable with default headers values

func (*GetDocumentationSearchServiceUnavailable) Error

func (*GetDocumentationSearchServiceUnavailable) GetPayload

func (*GetDocumentationSearchServiceUnavailable) IsClientError

IsClientError returns true when this get documentation search service unavailable response has a 4xx status code

func (*GetDocumentationSearchServiceUnavailable) IsCode

IsCode returns true when this get documentation search service unavailable response a status code equal to that given

func (*GetDocumentationSearchServiceUnavailable) IsRedirect

IsRedirect returns true when this get documentation search service unavailable response has a 3xx status code

func (*GetDocumentationSearchServiceUnavailable) IsServerError

IsServerError returns true when this get documentation search service unavailable response has a 5xx status code

func (*GetDocumentationSearchServiceUnavailable) IsSuccess

IsSuccess returns true when this get documentation search service unavailable response has a 2xx status code

func (*GetDocumentationSearchServiceUnavailable) String

type GetDocumentationSearchTooManyRequests

type GetDocumentationSearchTooManyRequests struct {
	Payload *models.ErrorBody
}

GetDocumentationSearchTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetDocumentationSearchTooManyRequests

func NewGetDocumentationSearchTooManyRequests() *GetDocumentationSearchTooManyRequests

NewGetDocumentationSearchTooManyRequests creates a GetDocumentationSearchTooManyRequests with default headers values

func (*GetDocumentationSearchTooManyRequests) Error

func (*GetDocumentationSearchTooManyRequests) GetPayload

func (*GetDocumentationSearchTooManyRequests) IsClientError

func (o *GetDocumentationSearchTooManyRequests) IsClientError() bool

IsClientError returns true when this get documentation search too many requests response has a 4xx status code

func (*GetDocumentationSearchTooManyRequests) IsCode

IsCode returns true when this get documentation search too many requests response a status code equal to that given

func (*GetDocumentationSearchTooManyRequests) IsRedirect

IsRedirect returns true when this get documentation search too many requests response has a 3xx status code

func (*GetDocumentationSearchTooManyRequests) IsServerError

func (o *GetDocumentationSearchTooManyRequests) IsServerError() bool

IsServerError returns true when this get documentation search too many requests response has a 5xx status code

func (*GetDocumentationSearchTooManyRequests) IsSuccess

IsSuccess returns true when this get documentation search too many requests response has a 2xx status code

func (*GetDocumentationSearchTooManyRequests) String

type GetDocumentationSearchUnauthorized

type GetDocumentationSearchUnauthorized struct {
	Payload *models.ErrorBody
}

GetDocumentationSearchUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewGetDocumentationSearchUnauthorized

func NewGetDocumentationSearchUnauthorized() *GetDocumentationSearchUnauthorized

NewGetDocumentationSearchUnauthorized creates a GetDocumentationSearchUnauthorized with default headers values

func (*GetDocumentationSearchUnauthorized) Error

func (*GetDocumentationSearchUnauthorized) GetPayload

func (*GetDocumentationSearchUnauthorized) IsClientError

func (o *GetDocumentationSearchUnauthorized) IsClientError() bool

IsClientError returns true when this get documentation search unauthorized response has a 4xx status code

func (*GetDocumentationSearchUnauthorized) IsCode

IsCode returns true when this get documentation search unauthorized response a status code equal to that given

func (*GetDocumentationSearchUnauthorized) IsRedirect

func (o *GetDocumentationSearchUnauthorized) IsRedirect() bool

IsRedirect returns true when this get documentation search unauthorized response has a 3xx status code

func (*GetDocumentationSearchUnauthorized) IsServerError

func (o *GetDocumentationSearchUnauthorized) IsServerError() bool

IsServerError returns true when this get documentation search unauthorized response has a 5xx status code

func (*GetDocumentationSearchUnauthorized) IsSuccess

IsSuccess returns true when this get documentation search unauthorized response has a 2xx status code

func (*GetDocumentationSearchUnauthorized) String

type GetDocumentationSearchUnsupportedMediaType

type GetDocumentationSearchUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetDocumentationSearchUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetDocumentationSearchUnsupportedMediaType

func NewGetDocumentationSearchUnsupportedMediaType() *GetDocumentationSearchUnsupportedMediaType

NewGetDocumentationSearchUnsupportedMediaType creates a GetDocumentationSearchUnsupportedMediaType with default headers values

func (*GetDocumentationSearchUnsupportedMediaType) Error

func (*GetDocumentationSearchUnsupportedMediaType) GetPayload

func (*GetDocumentationSearchUnsupportedMediaType) IsClientError

IsClientError returns true when this get documentation search unsupported media type response has a 4xx status code

func (*GetDocumentationSearchUnsupportedMediaType) IsCode

IsCode returns true when this get documentation search unsupported media type response a status code equal to that given

func (*GetDocumentationSearchUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get documentation search unsupported media type response has a 3xx status code

func (*GetDocumentationSearchUnsupportedMediaType) IsServerError

IsServerError returns true when this get documentation search unsupported media type response has a 5xx status code

func (*GetDocumentationSearchUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get documentation search unsupported media type response has a 2xx status code

func (*GetDocumentationSearchUnsupportedMediaType) String

type GetSearchBadRequest

type GetSearchBadRequest struct {
	Payload *models.ErrorBody
}

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

The request could not be understood by the server due to malformed syntax.

func NewGetSearchBadRequest

func NewGetSearchBadRequest() *GetSearchBadRequest

NewGetSearchBadRequest creates a GetSearchBadRequest with default headers values

func (*GetSearchBadRequest) Error

func (o *GetSearchBadRequest) Error() string

func (*GetSearchBadRequest) GetPayload

func (o *GetSearchBadRequest) GetPayload() *models.ErrorBody

func (*GetSearchBadRequest) IsClientError

func (o *GetSearchBadRequest) IsClientError() bool

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

func (*GetSearchBadRequest) IsCode

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

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

func (*GetSearchBadRequest) IsRedirect

func (o *GetSearchBadRequest) IsRedirect() bool

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

func (*GetSearchBadRequest) IsServerError

func (o *GetSearchBadRequest) IsServerError() bool

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

func (*GetSearchBadRequest) IsSuccess

func (o *GetSearchBadRequest) IsSuccess() bool

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

func (*GetSearchBadRequest) String

func (o *GetSearchBadRequest) String() string

type GetSearchForbidden

type GetSearchForbidden struct {
	Payload *models.ErrorBody
}

GetSearchForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewGetSearchForbidden

func NewGetSearchForbidden() *GetSearchForbidden

NewGetSearchForbidden creates a GetSearchForbidden with default headers values

func (*GetSearchForbidden) Error

func (o *GetSearchForbidden) Error() string

func (*GetSearchForbidden) GetPayload

func (o *GetSearchForbidden) GetPayload() *models.ErrorBody

func (*GetSearchForbidden) IsClientError

func (o *GetSearchForbidden) IsClientError() bool

IsClientError returns true when this get search forbidden response has a 4xx status code

func (*GetSearchForbidden) IsCode

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

IsCode returns true when this get search forbidden response a status code equal to that given

func (*GetSearchForbidden) IsRedirect

func (o *GetSearchForbidden) IsRedirect() bool

IsRedirect returns true when this get search forbidden response has a 3xx status code

func (*GetSearchForbidden) IsServerError

func (o *GetSearchForbidden) IsServerError() bool

IsServerError returns true when this get search forbidden response has a 5xx status code

func (*GetSearchForbidden) IsSuccess

func (o *GetSearchForbidden) IsSuccess() bool

IsSuccess returns true when this get search forbidden response has a 2xx status code

func (*GetSearchForbidden) String

func (o *GetSearchForbidden) String() string

type GetSearchGatewayTimeout

type GetSearchGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetSearchGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetSearchGatewayTimeout

func NewGetSearchGatewayTimeout() *GetSearchGatewayTimeout

NewGetSearchGatewayTimeout creates a GetSearchGatewayTimeout with default headers values

func (*GetSearchGatewayTimeout) Error

func (o *GetSearchGatewayTimeout) Error() string

func (*GetSearchGatewayTimeout) GetPayload

func (o *GetSearchGatewayTimeout) GetPayload() *models.ErrorBody

func (*GetSearchGatewayTimeout) IsClientError

func (o *GetSearchGatewayTimeout) IsClientError() bool

IsClientError returns true when this get search gateway timeout response has a 4xx status code

func (*GetSearchGatewayTimeout) IsCode

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

IsCode returns true when this get search gateway timeout response a status code equal to that given

func (*GetSearchGatewayTimeout) IsRedirect

func (o *GetSearchGatewayTimeout) IsRedirect() bool

IsRedirect returns true when this get search gateway timeout response has a 3xx status code

func (*GetSearchGatewayTimeout) IsServerError

func (o *GetSearchGatewayTimeout) IsServerError() bool

IsServerError returns true when this get search gateway timeout response has a 5xx status code

func (*GetSearchGatewayTimeout) IsSuccess

func (o *GetSearchGatewayTimeout) IsSuccess() bool

IsSuccess returns true when this get search gateway timeout response has a 2xx status code

func (*GetSearchGatewayTimeout) String

func (o *GetSearchGatewayTimeout) String() string

type GetSearchInternalServerError

type GetSearchInternalServerError struct {
	Payload *models.ErrorBody
}

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

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetSearchInternalServerError

func NewGetSearchInternalServerError() *GetSearchInternalServerError

NewGetSearchInternalServerError creates a GetSearchInternalServerError with default headers values

func (*GetSearchInternalServerError) Error

func (*GetSearchInternalServerError) GetPayload

func (*GetSearchInternalServerError) IsClientError

func (o *GetSearchInternalServerError) IsClientError() bool

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

func (*GetSearchInternalServerError) IsCode

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

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

func (*GetSearchInternalServerError) IsRedirect

func (o *GetSearchInternalServerError) IsRedirect() bool

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

func (*GetSearchInternalServerError) IsServerError

func (o *GetSearchInternalServerError) IsServerError() bool

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

func (*GetSearchInternalServerError) IsSuccess

func (o *GetSearchInternalServerError) IsSuccess() bool

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

func (*GetSearchInternalServerError) String

type GetSearchNotFound

type GetSearchNotFound struct {
	Payload *models.ErrorBody
}

GetSearchNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewGetSearchNotFound

func NewGetSearchNotFound() *GetSearchNotFound

NewGetSearchNotFound creates a GetSearchNotFound with default headers values

func (*GetSearchNotFound) Error

func (o *GetSearchNotFound) Error() string

func (*GetSearchNotFound) GetPayload

func (o *GetSearchNotFound) GetPayload() *models.ErrorBody

func (*GetSearchNotFound) IsClientError

func (o *GetSearchNotFound) IsClientError() bool

IsClientError returns true when this get search not found response has a 4xx status code

func (*GetSearchNotFound) IsCode

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

IsCode returns true when this get search not found response a status code equal to that given

func (*GetSearchNotFound) IsRedirect

func (o *GetSearchNotFound) IsRedirect() bool

IsRedirect returns true when this get search not found response has a 3xx status code

func (*GetSearchNotFound) IsServerError

func (o *GetSearchNotFound) IsServerError() bool

IsServerError returns true when this get search not found response has a 5xx status code

func (*GetSearchNotFound) IsSuccess

func (o *GetSearchNotFound) IsSuccess() bool

IsSuccess returns true when this get search not found response has a 2xx status code

func (*GetSearchNotFound) String

func (o *GetSearchNotFound) String() string

type GetSearchOK

type GetSearchOK struct {
	Payload *models.JSONNodeSearchResponse
}

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

successful operation

func NewGetSearchOK

func NewGetSearchOK() *GetSearchOK

NewGetSearchOK creates a GetSearchOK with default headers values

func (*GetSearchOK) Error

func (o *GetSearchOK) Error() string

func (*GetSearchOK) GetPayload

func (o *GetSearchOK) GetPayload() *models.JSONNodeSearchResponse

func (*GetSearchOK) IsClientError

func (o *GetSearchOK) IsClientError() bool

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

func (*GetSearchOK) IsCode

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

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

func (*GetSearchOK) IsRedirect

func (o *GetSearchOK) IsRedirect() bool

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

func (*GetSearchOK) IsServerError

func (o *GetSearchOK) IsServerError() bool

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

func (*GetSearchOK) IsSuccess

func (o *GetSearchOK) IsSuccess() bool

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

func (*GetSearchOK) String

func (o *GetSearchOK) String() string

type GetSearchParams

type GetSearchParams struct {

	/* Expand.

	   Which fields, if any, to expand
	*/
	Expand []string

	/* Profile.

	   profile

	   Default: true
	*/
	Profile *bool

	/* Q64.

	   q64
	*/
	Q64 string

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

GetSearchParams contains all the parameters to send to the API endpoint

for the get search operation.

Typically these are written to a http.Request.

func NewGetSearchParams

func NewGetSearchParams() *GetSearchParams

NewGetSearchParams creates a new GetSearchParams object, with the default timeout for this client.

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

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

func NewGetSearchParamsWithContext

func NewGetSearchParamsWithContext(ctx context.Context) *GetSearchParams

NewGetSearchParamsWithContext creates a new GetSearchParams object with the ability to set a context for a request.

func NewGetSearchParamsWithHTTPClient

func NewGetSearchParamsWithHTTPClient(client *http.Client) *GetSearchParams

NewGetSearchParamsWithHTTPClient creates a new GetSearchParams object with the ability to set a custom HTTPClient for a request.

func NewGetSearchParamsWithTimeout

func NewGetSearchParamsWithTimeout(timeout time.Duration) *GetSearchParams

NewGetSearchParamsWithTimeout creates a new GetSearchParams object with the ability to set a timeout on a request.

func (*GetSearchParams) SetContext

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

SetContext adds the context to the get search params

func (*GetSearchParams) SetDefaults

func (o *GetSearchParams) SetDefaults()

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

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

func (*GetSearchParams) SetExpand

func (o *GetSearchParams) SetExpand(expand []string)

SetExpand adds the expand to the get search params

func (*GetSearchParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get search params

func (*GetSearchParams) SetProfile

func (o *GetSearchParams) SetProfile(profile *bool)

SetProfile adds the profile to the get search params

func (*GetSearchParams) SetQ64

func (o *GetSearchParams) SetQ64(q64 string)

SetQ64 adds the q64 to the get search params

func (*GetSearchParams) SetTimeout

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

SetTimeout adds the timeout to the get search params

func (*GetSearchParams) WithContext

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

WithContext adds the context to the get search params

func (*GetSearchParams) WithDefaults

func (o *GetSearchParams) WithDefaults() *GetSearchParams

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

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

func (*GetSearchParams) WithExpand

func (o *GetSearchParams) WithExpand(expand []string) *GetSearchParams

WithExpand adds the expand to the get search params

func (*GetSearchParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get search params

func (*GetSearchParams) WithProfile

func (o *GetSearchParams) WithProfile(profile *bool) *GetSearchParams

WithProfile adds the profile to the get search params

func (*GetSearchParams) WithQ64

func (o *GetSearchParams) WithQ64(q64 string) *GetSearchParams

WithQ64 adds the q64 to the get search params

func (*GetSearchParams) WithTimeout

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

WithTimeout adds the timeout to the get search params

func (*GetSearchParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetSearchReader

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

GetSearchReader is a Reader for the GetSearch structure.

func (*GetSearchReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetSearchRequestEntityTooLarge

type GetSearchRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetSearchRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetSearchRequestEntityTooLarge

func NewGetSearchRequestEntityTooLarge() *GetSearchRequestEntityTooLarge

NewGetSearchRequestEntityTooLarge creates a GetSearchRequestEntityTooLarge with default headers values

func (*GetSearchRequestEntityTooLarge) Error

func (*GetSearchRequestEntityTooLarge) GetPayload

func (*GetSearchRequestEntityTooLarge) IsClientError

func (o *GetSearchRequestEntityTooLarge) IsClientError() bool

IsClientError returns true when this get search request entity too large response has a 4xx status code

func (*GetSearchRequestEntityTooLarge) IsCode

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

IsCode returns true when this get search request entity too large response a status code equal to that given

func (*GetSearchRequestEntityTooLarge) IsRedirect

func (o *GetSearchRequestEntityTooLarge) IsRedirect() bool

IsRedirect returns true when this get search request entity too large response has a 3xx status code

func (*GetSearchRequestEntityTooLarge) IsServerError

func (o *GetSearchRequestEntityTooLarge) IsServerError() bool

IsServerError returns true when this get search request entity too large response has a 5xx status code

func (*GetSearchRequestEntityTooLarge) IsSuccess

func (o *GetSearchRequestEntityTooLarge) IsSuccess() bool

IsSuccess returns true when this get search request entity too large response has a 2xx status code

func (*GetSearchRequestEntityTooLarge) String

type GetSearchRequestTimeout

type GetSearchRequestTimeout struct {
	Payload *models.ErrorBody
}

GetSearchRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetSearchRequestTimeout

func NewGetSearchRequestTimeout() *GetSearchRequestTimeout

NewGetSearchRequestTimeout creates a GetSearchRequestTimeout with default headers values

func (*GetSearchRequestTimeout) Error

func (o *GetSearchRequestTimeout) Error() string

func (*GetSearchRequestTimeout) GetPayload

func (o *GetSearchRequestTimeout) GetPayload() *models.ErrorBody

func (*GetSearchRequestTimeout) IsClientError

func (o *GetSearchRequestTimeout) IsClientError() bool

IsClientError returns true when this get search request timeout response has a 4xx status code

func (*GetSearchRequestTimeout) IsCode

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

IsCode returns true when this get search request timeout response a status code equal to that given

func (*GetSearchRequestTimeout) IsRedirect

func (o *GetSearchRequestTimeout) IsRedirect() bool

IsRedirect returns true when this get search request timeout response has a 3xx status code

func (*GetSearchRequestTimeout) IsServerError

func (o *GetSearchRequestTimeout) IsServerError() bool

IsServerError returns true when this get search request timeout response has a 5xx status code

func (*GetSearchRequestTimeout) IsSuccess

func (o *GetSearchRequestTimeout) IsSuccess() bool

IsSuccess returns true when this get search request timeout response has a 2xx status code

func (*GetSearchRequestTimeout) String

func (o *GetSearchRequestTimeout) String() string

type GetSearchServiceUnavailable

type GetSearchServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetSearchServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetSearchServiceUnavailable

func NewGetSearchServiceUnavailable() *GetSearchServiceUnavailable

NewGetSearchServiceUnavailable creates a GetSearchServiceUnavailable with default headers values

func (*GetSearchServiceUnavailable) Error

func (*GetSearchServiceUnavailable) GetPayload

func (o *GetSearchServiceUnavailable) GetPayload() *models.ErrorBody

func (*GetSearchServiceUnavailable) IsClientError

func (o *GetSearchServiceUnavailable) IsClientError() bool

IsClientError returns true when this get search service unavailable response has a 4xx status code

func (*GetSearchServiceUnavailable) IsCode

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

IsCode returns true when this get search service unavailable response a status code equal to that given

func (*GetSearchServiceUnavailable) IsRedirect

func (o *GetSearchServiceUnavailable) IsRedirect() bool

IsRedirect returns true when this get search service unavailable response has a 3xx status code

func (*GetSearchServiceUnavailable) IsServerError

func (o *GetSearchServiceUnavailable) IsServerError() bool

IsServerError returns true when this get search service unavailable response has a 5xx status code

func (*GetSearchServiceUnavailable) IsSuccess

func (o *GetSearchServiceUnavailable) IsSuccess() bool

IsSuccess returns true when this get search service unavailable response has a 2xx status code

func (*GetSearchServiceUnavailable) String

func (o *GetSearchServiceUnavailable) String() string

type GetSearchSuggestBadRequest

type GetSearchSuggestBadRequest struct {
	Payload *models.ErrorBody
}

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

The request could not be understood by the server due to malformed syntax.

func NewGetSearchSuggestBadRequest

func NewGetSearchSuggestBadRequest() *GetSearchSuggestBadRequest

NewGetSearchSuggestBadRequest creates a GetSearchSuggestBadRequest with default headers values

func (*GetSearchSuggestBadRequest) Error

func (*GetSearchSuggestBadRequest) GetPayload

func (o *GetSearchSuggestBadRequest) GetPayload() *models.ErrorBody

func (*GetSearchSuggestBadRequest) IsClientError

func (o *GetSearchSuggestBadRequest) IsClientError() bool

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

func (*GetSearchSuggestBadRequest) IsCode

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

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

func (*GetSearchSuggestBadRequest) IsRedirect

func (o *GetSearchSuggestBadRequest) IsRedirect() bool

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

func (*GetSearchSuggestBadRequest) IsServerError

func (o *GetSearchSuggestBadRequest) IsServerError() bool

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

func (*GetSearchSuggestBadRequest) IsSuccess

func (o *GetSearchSuggestBadRequest) IsSuccess() bool

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

func (*GetSearchSuggestBadRequest) String

func (o *GetSearchSuggestBadRequest) String() string

type GetSearchSuggestForbidden

type GetSearchSuggestForbidden struct {
	Payload *models.ErrorBody
}

GetSearchSuggestForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewGetSearchSuggestForbidden

func NewGetSearchSuggestForbidden() *GetSearchSuggestForbidden

NewGetSearchSuggestForbidden creates a GetSearchSuggestForbidden with default headers values

func (*GetSearchSuggestForbidden) Error

func (o *GetSearchSuggestForbidden) Error() string

func (*GetSearchSuggestForbidden) GetPayload

func (o *GetSearchSuggestForbidden) GetPayload() *models.ErrorBody

func (*GetSearchSuggestForbidden) IsClientError

func (o *GetSearchSuggestForbidden) IsClientError() bool

IsClientError returns true when this get search suggest forbidden response has a 4xx status code

func (*GetSearchSuggestForbidden) IsCode

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

IsCode returns true when this get search suggest forbidden response a status code equal to that given

func (*GetSearchSuggestForbidden) IsRedirect

func (o *GetSearchSuggestForbidden) IsRedirect() bool

IsRedirect returns true when this get search suggest forbidden response has a 3xx status code

func (*GetSearchSuggestForbidden) IsServerError

func (o *GetSearchSuggestForbidden) IsServerError() bool

IsServerError returns true when this get search suggest forbidden response has a 5xx status code

func (*GetSearchSuggestForbidden) IsSuccess

func (o *GetSearchSuggestForbidden) IsSuccess() bool

IsSuccess returns true when this get search suggest forbidden response has a 2xx status code

func (*GetSearchSuggestForbidden) String

func (o *GetSearchSuggestForbidden) String() string

type GetSearchSuggestGatewayTimeout

type GetSearchSuggestGatewayTimeout struct {
	Payload *models.ErrorBody
}

GetSearchSuggestGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewGetSearchSuggestGatewayTimeout

func NewGetSearchSuggestGatewayTimeout() *GetSearchSuggestGatewayTimeout

NewGetSearchSuggestGatewayTimeout creates a GetSearchSuggestGatewayTimeout with default headers values

func (*GetSearchSuggestGatewayTimeout) Error

func (*GetSearchSuggestGatewayTimeout) GetPayload

func (*GetSearchSuggestGatewayTimeout) IsClientError

func (o *GetSearchSuggestGatewayTimeout) IsClientError() bool

IsClientError returns true when this get search suggest gateway timeout response has a 4xx status code

func (*GetSearchSuggestGatewayTimeout) IsCode

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

IsCode returns true when this get search suggest gateway timeout response a status code equal to that given

func (*GetSearchSuggestGatewayTimeout) IsRedirect

func (o *GetSearchSuggestGatewayTimeout) IsRedirect() bool

IsRedirect returns true when this get search suggest gateway timeout response has a 3xx status code

func (*GetSearchSuggestGatewayTimeout) IsServerError

func (o *GetSearchSuggestGatewayTimeout) IsServerError() bool

IsServerError returns true when this get search suggest gateway timeout response has a 5xx status code

func (*GetSearchSuggestGatewayTimeout) IsSuccess

func (o *GetSearchSuggestGatewayTimeout) IsSuccess() bool

IsSuccess returns true when this get search suggest gateway timeout response has a 2xx status code

func (*GetSearchSuggestGatewayTimeout) String

type GetSearchSuggestInternalServerError

type GetSearchSuggestInternalServerError struct {
	Payload *models.ErrorBody
}

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

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewGetSearchSuggestInternalServerError

func NewGetSearchSuggestInternalServerError() *GetSearchSuggestInternalServerError

NewGetSearchSuggestInternalServerError creates a GetSearchSuggestInternalServerError with default headers values

func (*GetSearchSuggestInternalServerError) Error

func (*GetSearchSuggestInternalServerError) GetPayload

func (*GetSearchSuggestInternalServerError) IsClientError

func (o *GetSearchSuggestInternalServerError) IsClientError() bool

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

func (*GetSearchSuggestInternalServerError) IsCode

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

func (*GetSearchSuggestInternalServerError) IsRedirect

func (o *GetSearchSuggestInternalServerError) IsRedirect() bool

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

func (*GetSearchSuggestInternalServerError) IsServerError

func (o *GetSearchSuggestInternalServerError) IsServerError() bool

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

func (*GetSearchSuggestInternalServerError) IsSuccess

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

func (*GetSearchSuggestInternalServerError) String

type GetSearchSuggestNotFound

type GetSearchSuggestNotFound struct {
	Payload *models.ErrorBody
}

GetSearchSuggestNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewGetSearchSuggestNotFound

func NewGetSearchSuggestNotFound() *GetSearchSuggestNotFound

NewGetSearchSuggestNotFound creates a GetSearchSuggestNotFound with default headers values

func (*GetSearchSuggestNotFound) Error

func (o *GetSearchSuggestNotFound) Error() string

func (*GetSearchSuggestNotFound) GetPayload

func (o *GetSearchSuggestNotFound) GetPayload() *models.ErrorBody

func (*GetSearchSuggestNotFound) IsClientError

func (o *GetSearchSuggestNotFound) IsClientError() bool

IsClientError returns true when this get search suggest not found response has a 4xx status code

func (*GetSearchSuggestNotFound) IsCode

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

IsCode returns true when this get search suggest not found response a status code equal to that given

func (*GetSearchSuggestNotFound) IsRedirect

func (o *GetSearchSuggestNotFound) IsRedirect() bool

IsRedirect returns true when this get search suggest not found response has a 3xx status code

func (*GetSearchSuggestNotFound) IsServerError

func (o *GetSearchSuggestNotFound) IsServerError() bool

IsServerError returns true when this get search suggest not found response has a 5xx status code

func (*GetSearchSuggestNotFound) IsSuccess

func (o *GetSearchSuggestNotFound) IsSuccess() bool

IsSuccess returns true when this get search suggest not found response has a 2xx status code

func (*GetSearchSuggestNotFound) String

func (o *GetSearchSuggestNotFound) String() string

type GetSearchSuggestOK

type GetSearchSuggestOK struct {
	Payload *models.JSONNodeSearchResponse
}

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

successful operation

func NewGetSearchSuggestOK

func NewGetSearchSuggestOK() *GetSearchSuggestOK

NewGetSearchSuggestOK creates a GetSearchSuggestOK with default headers values

func (*GetSearchSuggestOK) Error

func (o *GetSearchSuggestOK) Error() string

func (*GetSearchSuggestOK) GetPayload

func (*GetSearchSuggestOK) IsClientError

func (o *GetSearchSuggestOK) IsClientError() bool

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

func (*GetSearchSuggestOK) IsCode

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

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

func (*GetSearchSuggestOK) IsRedirect

func (o *GetSearchSuggestOK) IsRedirect() bool

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

func (*GetSearchSuggestOK) IsServerError

func (o *GetSearchSuggestOK) IsServerError() bool

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

func (*GetSearchSuggestOK) IsSuccess

func (o *GetSearchSuggestOK) IsSuccess() bool

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

func (*GetSearchSuggestOK) String

func (o *GetSearchSuggestOK) String() string

type GetSearchSuggestParams

type GetSearchSuggestParams struct {

	/* Expand.

	   Which fields, if any, to expand
	*/
	Expand []string

	/* Profile.

	   profile

	   Default: true
	*/
	Profile *bool

	/* Q64.

	   q64
	*/
	Q64 string

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

GetSearchSuggestParams contains all the parameters to send to the API endpoint

for the get search suggest operation.

Typically these are written to a http.Request.

func NewGetSearchSuggestParams

func NewGetSearchSuggestParams() *GetSearchSuggestParams

NewGetSearchSuggestParams creates a new GetSearchSuggestParams object, with the default timeout for this client.

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

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

func NewGetSearchSuggestParamsWithContext

func NewGetSearchSuggestParamsWithContext(ctx context.Context) *GetSearchSuggestParams

NewGetSearchSuggestParamsWithContext creates a new GetSearchSuggestParams object with the ability to set a context for a request.

func NewGetSearchSuggestParamsWithHTTPClient

func NewGetSearchSuggestParamsWithHTTPClient(client *http.Client) *GetSearchSuggestParams

NewGetSearchSuggestParamsWithHTTPClient creates a new GetSearchSuggestParams object with the ability to set a custom HTTPClient for a request.

func NewGetSearchSuggestParamsWithTimeout

func NewGetSearchSuggestParamsWithTimeout(timeout time.Duration) *GetSearchSuggestParams

NewGetSearchSuggestParamsWithTimeout creates a new GetSearchSuggestParams object with the ability to set a timeout on a request.

func (*GetSearchSuggestParams) SetContext

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

SetContext adds the context to the get search suggest params

func (*GetSearchSuggestParams) SetDefaults

func (o *GetSearchSuggestParams) SetDefaults()

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

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

func (*GetSearchSuggestParams) SetExpand

func (o *GetSearchSuggestParams) SetExpand(expand []string)

SetExpand adds the expand to the get search suggest params

func (*GetSearchSuggestParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get search suggest params

func (*GetSearchSuggestParams) SetProfile

func (o *GetSearchSuggestParams) SetProfile(profile *bool)

SetProfile adds the profile to the get search suggest params

func (*GetSearchSuggestParams) SetQ64

func (o *GetSearchSuggestParams) SetQ64(q64 string)

SetQ64 adds the q64 to the get search suggest params

func (*GetSearchSuggestParams) SetTimeout

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

SetTimeout adds the timeout to the get search suggest params

func (*GetSearchSuggestParams) WithContext

WithContext adds the context to the get search suggest params

func (*GetSearchSuggestParams) WithDefaults

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

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

func (*GetSearchSuggestParams) WithExpand

func (o *GetSearchSuggestParams) WithExpand(expand []string) *GetSearchSuggestParams

WithExpand adds the expand to the get search suggest params

func (*GetSearchSuggestParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get search suggest params

func (*GetSearchSuggestParams) WithProfile

func (o *GetSearchSuggestParams) WithProfile(profile *bool) *GetSearchSuggestParams

WithProfile adds the profile to the get search suggest params

func (*GetSearchSuggestParams) WithQ64

WithQ64 adds the q64 to the get search suggest params

func (*GetSearchSuggestParams) WithTimeout

WithTimeout adds the timeout to the get search suggest params

func (*GetSearchSuggestParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetSearchSuggestReader

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

GetSearchSuggestReader is a Reader for the GetSearchSuggest structure.

func (*GetSearchSuggestReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetSearchSuggestRequestEntityTooLarge

type GetSearchSuggestRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

GetSearchSuggestRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewGetSearchSuggestRequestEntityTooLarge

func NewGetSearchSuggestRequestEntityTooLarge() *GetSearchSuggestRequestEntityTooLarge

NewGetSearchSuggestRequestEntityTooLarge creates a GetSearchSuggestRequestEntityTooLarge with default headers values

func (*GetSearchSuggestRequestEntityTooLarge) Error

func (*GetSearchSuggestRequestEntityTooLarge) GetPayload

func (*GetSearchSuggestRequestEntityTooLarge) IsClientError

func (o *GetSearchSuggestRequestEntityTooLarge) IsClientError() bool

IsClientError returns true when this get search suggest request entity too large response has a 4xx status code

func (*GetSearchSuggestRequestEntityTooLarge) IsCode

IsCode returns true when this get search suggest request entity too large response a status code equal to that given

func (*GetSearchSuggestRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this get search suggest request entity too large response has a 3xx status code

func (*GetSearchSuggestRequestEntityTooLarge) IsServerError

func (o *GetSearchSuggestRequestEntityTooLarge) IsServerError() bool

IsServerError returns true when this get search suggest request entity too large response has a 5xx status code

func (*GetSearchSuggestRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this get search suggest request entity too large response has a 2xx status code

func (*GetSearchSuggestRequestEntityTooLarge) String

type GetSearchSuggestRequestTimeout

type GetSearchSuggestRequestTimeout struct {
	Payload *models.ErrorBody
}

GetSearchSuggestRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewGetSearchSuggestRequestTimeout

func NewGetSearchSuggestRequestTimeout() *GetSearchSuggestRequestTimeout

NewGetSearchSuggestRequestTimeout creates a GetSearchSuggestRequestTimeout with default headers values

func (*GetSearchSuggestRequestTimeout) Error

func (*GetSearchSuggestRequestTimeout) GetPayload

func (*GetSearchSuggestRequestTimeout) IsClientError

func (o *GetSearchSuggestRequestTimeout) IsClientError() bool

IsClientError returns true when this get search suggest request timeout response has a 4xx status code

func (*GetSearchSuggestRequestTimeout) IsCode

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

IsCode returns true when this get search suggest request timeout response a status code equal to that given

func (*GetSearchSuggestRequestTimeout) IsRedirect

func (o *GetSearchSuggestRequestTimeout) IsRedirect() bool

IsRedirect returns true when this get search suggest request timeout response has a 3xx status code

func (*GetSearchSuggestRequestTimeout) IsServerError

func (o *GetSearchSuggestRequestTimeout) IsServerError() bool

IsServerError returns true when this get search suggest request timeout response has a 5xx status code

func (*GetSearchSuggestRequestTimeout) IsSuccess

func (o *GetSearchSuggestRequestTimeout) IsSuccess() bool

IsSuccess returns true when this get search suggest request timeout response has a 2xx status code

func (*GetSearchSuggestRequestTimeout) String

type GetSearchSuggestServiceUnavailable

type GetSearchSuggestServiceUnavailable struct {
	Payload *models.ErrorBody
}

GetSearchSuggestServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewGetSearchSuggestServiceUnavailable

func NewGetSearchSuggestServiceUnavailable() *GetSearchSuggestServiceUnavailable

NewGetSearchSuggestServiceUnavailable creates a GetSearchSuggestServiceUnavailable with default headers values

func (*GetSearchSuggestServiceUnavailable) Error

func (*GetSearchSuggestServiceUnavailable) GetPayload

func (*GetSearchSuggestServiceUnavailable) IsClientError

func (o *GetSearchSuggestServiceUnavailable) IsClientError() bool

IsClientError returns true when this get search suggest service unavailable response has a 4xx status code

func (*GetSearchSuggestServiceUnavailable) IsCode

IsCode returns true when this get search suggest service unavailable response a status code equal to that given

func (*GetSearchSuggestServiceUnavailable) IsRedirect

func (o *GetSearchSuggestServiceUnavailable) IsRedirect() bool

IsRedirect returns true when this get search suggest service unavailable response has a 3xx status code

func (*GetSearchSuggestServiceUnavailable) IsServerError

func (o *GetSearchSuggestServiceUnavailable) IsServerError() bool

IsServerError returns true when this get search suggest service unavailable response has a 5xx status code

func (*GetSearchSuggestServiceUnavailable) IsSuccess

IsSuccess returns true when this get search suggest service unavailable response has a 2xx status code

func (*GetSearchSuggestServiceUnavailable) String

type GetSearchSuggestTooManyRequests

type GetSearchSuggestTooManyRequests struct {
	Payload *models.ErrorBody
}

GetSearchSuggestTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetSearchSuggestTooManyRequests

func NewGetSearchSuggestTooManyRequests() *GetSearchSuggestTooManyRequests

NewGetSearchSuggestTooManyRequests creates a GetSearchSuggestTooManyRequests with default headers values

func (*GetSearchSuggestTooManyRequests) Error

func (*GetSearchSuggestTooManyRequests) GetPayload

func (*GetSearchSuggestTooManyRequests) IsClientError

func (o *GetSearchSuggestTooManyRequests) IsClientError() bool

IsClientError returns true when this get search suggest too many requests response has a 4xx status code

func (*GetSearchSuggestTooManyRequests) IsCode

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

IsCode returns true when this get search suggest too many requests response a status code equal to that given

func (*GetSearchSuggestTooManyRequests) IsRedirect

func (o *GetSearchSuggestTooManyRequests) IsRedirect() bool

IsRedirect returns true when this get search suggest too many requests response has a 3xx status code

func (*GetSearchSuggestTooManyRequests) IsServerError

func (o *GetSearchSuggestTooManyRequests) IsServerError() bool

IsServerError returns true when this get search suggest too many requests response has a 5xx status code

func (*GetSearchSuggestTooManyRequests) IsSuccess

func (o *GetSearchSuggestTooManyRequests) IsSuccess() bool

IsSuccess returns true when this get search suggest too many requests response has a 2xx status code

func (*GetSearchSuggestTooManyRequests) String

type GetSearchSuggestUnauthorized

type GetSearchSuggestUnauthorized struct {
	Payload *models.ErrorBody
}

GetSearchSuggestUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewGetSearchSuggestUnauthorized

func NewGetSearchSuggestUnauthorized() *GetSearchSuggestUnauthorized

NewGetSearchSuggestUnauthorized creates a GetSearchSuggestUnauthorized with default headers values

func (*GetSearchSuggestUnauthorized) Error

func (*GetSearchSuggestUnauthorized) GetPayload

func (*GetSearchSuggestUnauthorized) IsClientError

func (o *GetSearchSuggestUnauthorized) IsClientError() bool

IsClientError returns true when this get search suggest unauthorized response has a 4xx status code

func (*GetSearchSuggestUnauthorized) IsCode

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

IsCode returns true when this get search suggest unauthorized response a status code equal to that given

func (*GetSearchSuggestUnauthorized) IsRedirect

func (o *GetSearchSuggestUnauthorized) IsRedirect() bool

IsRedirect returns true when this get search suggest unauthorized response has a 3xx status code

func (*GetSearchSuggestUnauthorized) IsServerError

func (o *GetSearchSuggestUnauthorized) IsServerError() bool

IsServerError returns true when this get search suggest unauthorized response has a 5xx status code

func (*GetSearchSuggestUnauthorized) IsSuccess

func (o *GetSearchSuggestUnauthorized) IsSuccess() bool

IsSuccess returns true when this get search suggest unauthorized response has a 2xx status code

func (*GetSearchSuggestUnauthorized) String

type GetSearchSuggestUnsupportedMediaType

type GetSearchSuggestUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetSearchSuggestUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetSearchSuggestUnsupportedMediaType

func NewGetSearchSuggestUnsupportedMediaType() *GetSearchSuggestUnsupportedMediaType

NewGetSearchSuggestUnsupportedMediaType creates a GetSearchSuggestUnsupportedMediaType with default headers values

func (*GetSearchSuggestUnsupportedMediaType) Error

func (*GetSearchSuggestUnsupportedMediaType) GetPayload

func (*GetSearchSuggestUnsupportedMediaType) IsClientError

func (o *GetSearchSuggestUnsupportedMediaType) IsClientError() bool

IsClientError returns true when this get search suggest unsupported media type response has a 4xx status code

func (*GetSearchSuggestUnsupportedMediaType) IsCode

IsCode returns true when this get search suggest unsupported media type response a status code equal to that given

func (*GetSearchSuggestUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get search suggest unsupported media type response has a 3xx status code

func (*GetSearchSuggestUnsupportedMediaType) IsServerError

func (o *GetSearchSuggestUnsupportedMediaType) IsServerError() bool

IsServerError returns true when this get search suggest unsupported media type response has a 5xx status code

func (*GetSearchSuggestUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get search suggest unsupported media type response has a 2xx status code

func (*GetSearchSuggestUnsupportedMediaType) String

type GetSearchTooManyRequests

type GetSearchTooManyRequests struct {
	Payload *models.ErrorBody
}

GetSearchTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewGetSearchTooManyRequests

func NewGetSearchTooManyRequests() *GetSearchTooManyRequests

NewGetSearchTooManyRequests creates a GetSearchTooManyRequests with default headers values

func (*GetSearchTooManyRequests) Error

func (o *GetSearchTooManyRequests) Error() string

func (*GetSearchTooManyRequests) GetPayload

func (o *GetSearchTooManyRequests) GetPayload() *models.ErrorBody

func (*GetSearchTooManyRequests) IsClientError

func (o *GetSearchTooManyRequests) IsClientError() bool

IsClientError returns true when this get search too many requests response has a 4xx status code

func (*GetSearchTooManyRequests) IsCode

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

IsCode returns true when this get search too many requests response a status code equal to that given

func (*GetSearchTooManyRequests) IsRedirect

func (o *GetSearchTooManyRequests) IsRedirect() bool

IsRedirect returns true when this get search too many requests response has a 3xx status code

func (*GetSearchTooManyRequests) IsServerError

func (o *GetSearchTooManyRequests) IsServerError() bool

IsServerError returns true when this get search too many requests response has a 5xx status code

func (*GetSearchTooManyRequests) IsSuccess

func (o *GetSearchTooManyRequests) IsSuccess() bool

IsSuccess returns true when this get search too many requests response has a 2xx status code

func (*GetSearchTooManyRequests) String

func (o *GetSearchTooManyRequests) String() string

type GetSearchUnauthorized

type GetSearchUnauthorized struct {
	Payload *models.ErrorBody
}

GetSearchUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewGetSearchUnauthorized

func NewGetSearchUnauthorized() *GetSearchUnauthorized

NewGetSearchUnauthorized creates a GetSearchUnauthorized with default headers values

func (*GetSearchUnauthorized) Error

func (o *GetSearchUnauthorized) Error() string

func (*GetSearchUnauthorized) GetPayload

func (o *GetSearchUnauthorized) GetPayload() *models.ErrorBody

func (*GetSearchUnauthorized) IsClientError

func (o *GetSearchUnauthorized) IsClientError() bool

IsClientError returns true when this get search unauthorized response has a 4xx status code

func (*GetSearchUnauthorized) IsCode

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

IsCode returns true when this get search unauthorized response a status code equal to that given

func (*GetSearchUnauthorized) IsRedirect

func (o *GetSearchUnauthorized) IsRedirect() bool

IsRedirect returns true when this get search unauthorized response has a 3xx status code

func (*GetSearchUnauthorized) IsServerError

func (o *GetSearchUnauthorized) IsServerError() bool

IsServerError returns true when this get search unauthorized response has a 5xx status code

func (*GetSearchUnauthorized) IsSuccess

func (o *GetSearchUnauthorized) IsSuccess() bool

IsSuccess returns true when this get search unauthorized response has a 2xx status code

func (*GetSearchUnauthorized) String

func (o *GetSearchUnauthorized) String() string

type GetSearchUnsupportedMediaType

type GetSearchUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

GetSearchUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewGetSearchUnsupportedMediaType

func NewGetSearchUnsupportedMediaType() *GetSearchUnsupportedMediaType

NewGetSearchUnsupportedMediaType creates a GetSearchUnsupportedMediaType with default headers values

func (*GetSearchUnsupportedMediaType) Error

func (*GetSearchUnsupportedMediaType) GetPayload

func (*GetSearchUnsupportedMediaType) IsClientError

func (o *GetSearchUnsupportedMediaType) IsClientError() bool

IsClientError returns true when this get search unsupported media type response has a 4xx status code

func (*GetSearchUnsupportedMediaType) IsCode

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

IsCode returns true when this get search unsupported media type response a status code equal to that given

func (*GetSearchUnsupportedMediaType) IsRedirect

func (o *GetSearchUnsupportedMediaType) IsRedirect() bool

IsRedirect returns true when this get search unsupported media type response has a 3xx status code

func (*GetSearchUnsupportedMediaType) IsServerError

func (o *GetSearchUnsupportedMediaType) IsServerError() bool

IsServerError returns true when this get search unsupported media type response has a 5xx status code

func (*GetSearchUnsupportedMediaType) IsSuccess

func (o *GetSearchUnsupportedMediaType) IsSuccess() bool

IsSuccess returns true when this get search unsupported media type response has a 2xx status code

func (*GetSearchUnsupportedMediaType) String

type PostAnalyticsConversationsTranscriptsQueryBadRequest

type PostAnalyticsConversationsTranscriptsQueryBadRequest struct {
	Payload *models.ErrorBody
}

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

The request could not be understood by the server due to malformed syntax.

func NewPostAnalyticsConversationsTranscriptsQueryBadRequest

func NewPostAnalyticsConversationsTranscriptsQueryBadRequest() *PostAnalyticsConversationsTranscriptsQueryBadRequest

NewPostAnalyticsConversationsTranscriptsQueryBadRequest creates a PostAnalyticsConversationsTranscriptsQueryBadRequest with default headers values

func (*PostAnalyticsConversationsTranscriptsQueryBadRequest) Error

func (*PostAnalyticsConversationsTranscriptsQueryBadRequest) GetPayload

func (*PostAnalyticsConversationsTranscriptsQueryBadRequest) IsClientError

IsClientError returns true when this post analytics conversations transcripts query bad request response has a 4xx status code

func (*PostAnalyticsConversationsTranscriptsQueryBadRequest) IsCode

IsCode returns true when this post analytics conversations transcripts query bad request response a status code equal to that given

func (*PostAnalyticsConversationsTranscriptsQueryBadRequest) IsRedirect

IsRedirect returns true when this post analytics conversations transcripts query bad request response has a 3xx status code

func (*PostAnalyticsConversationsTranscriptsQueryBadRequest) IsServerError

IsServerError returns true when this post analytics conversations transcripts query bad request response has a 5xx status code

func (*PostAnalyticsConversationsTranscriptsQueryBadRequest) IsSuccess

IsSuccess returns true when this post analytics conversations transcripts query bad request response has a 2xx status code

func (*PostAnalyticsConversationsTranscriptsQueryBadRequest) String

type PostAnalyticsConversationsTranscriptsQueryForbidden

type PostAnalyticsConversationsTranscriptsQueryForbidden struct {
	Payload *models.ErrorBody
}

PostAnalyticsConversationsTranscriptsQueryForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPostAnalyticsConversationsTranscriptsQueryForbidden

func NewPostAnalyticsConversationsTranscriptsQueryForbidden() *PostAnalyticsConversationsTranscriptsQueryForbidden

NewPostAnalyticsConversationsTranscriptsQueryForbidden creates a PostAnalyticsConversationsTranscriptsQueryForbidden with default headers values

func (*PostAnalyticsConversationsTranscriptsQueryForbidden) Error

func (*PostAnalyticsConversationsTranscriptsQueryForbidden) GetPayload

func (*PostAnalyticsConversationsTranscriptsQueryForbidden) IsClientError

IsClientError returns true when this post analytics conversations transcripts query forbidden response has a 4xx status code

func (*PostAnalyticsConversationsTranscriptsQueryForbidden) IsCode

IsCode returns true when this post analytics conversations transcripts query forbidden response a status code equal to that given

func (*PostAnalyticsConversationsTranscriptsQueryForbidden) IsRedirect

IsRedirect returns true when this post analytics conversations transcripts query forbidden response has a 3xx status code

func (*PostAnalyticsConversationsTranscriptsQueryForbidden) IsServerError

IsServerError returns true when this post analytics conversations transcripts query forbidden response has a 5xx status code

func (*PostAnalyticsConversationsTranscriptsQueryForbidden) IsSuccess

IsSuccess returns true when this post analytics conversations transcripts query forbidden response has a 2xx status code

func (*PostAnalyticsConversationsTranscriptsQueryForbidden) String

type PostAnalyticsConversationsTranscriptsQueryGatewayTimeout

type PostAnalyticsConversationsTranscriptsQueryGatewayTimeout struct {
	Payload *models.ErrorBody
}

PostAnalyticsConversationsTranscriptsQueryGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPostAnalyticsConversationsTranscriptsQueryGatewayTimeout

func NewPostAnalyticsConversationsTranscriptsQueryGatewayTimeout() *PostAnalyticsConversationsTranscriptsQueryGatewayTimeout

NewPostAnalyticsConversationsTranscriptsQueryGatewayTimeout creates a PostAnalyticsConversationsTranscriptsQueryGatewayTimeout with default headers values

func (*PostAnalyticsConversationsTranscriptsQueryGatewayTimeout) Error

func (*PostAnalyticsConversationsTranscriptsQueryGatewayTimeout) GetPayload

func (*PostAnalyticsConversationsTranscriptsQueryGatewayTimeout) IsClientError

IsClientError returns true when this post analytics conversations transcripts query gateway timeout response has a 4xx status code

func (*PostAnalyticsConversationsTranscriptsQueryGatewayTimeout) IsCode

IsCode returns true when this post analytics conversations transcripts query gateway timeout response a status code equal to that given

func (*PostAnalyticsConversationsTranscriptsQueryGatewayTimeout) IsRedirect

IsRedirect returns true when this post analytics conversations transcripts query gateway timeout response has a 3xx status code

func (*PostAnalyticsConversationsTranscriptsQueryGatewayTimeout) IsServerError

IsServerError returns true when this post analytics conversations transcripts query gateway timeout response has a 5xx status code

func (*PostAnalyticsConversationsTranscriptsQueryGatewayTimeout) IsSuccess

IsSuccess returns true when this post analytics conversations transcripts query gateway timeout response has a 2xx status code

func (*PostAnalyticsConversationsTranscriptsQueryGatewayTimeout) String

type PostAnalyticsConversationsTranscriptsQueryInternalServerError

type PostAnalyticsConversationsTranscriptsQueryInternalServerError struct {
	Payload *models.ErrorBody
}

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

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewPostAnalyticsConversationsTranscriptsQueryInternalServerError

func NewPostAnalyticsConversationsTranscriptsQueryInternalServerError() *PostAnalyticsConversationsTranscriptsQueryInternalServerError

NewPostAnalyticsConversationsTranscriptsQueryInternalServerError creates a PostAnalyticsConversationsTranscriptsQueryInternalServerError with default headers values

func (*PostAnalyticsConversationsTranscriptsQueryInternalServerError) Error

func (*PostAnalyticsConversationsTranscriptsQueryInternalServerError) GetPayload

func (*PostAnalyticsConversationsTranscriptsQueryInternalServerError) IsClientError

IsClientError returns true when this post analytics conversations transcripts query internal server error response has a 4xx status code

func (*PostAnalyticsConversationsTranscriptsQueryInternalServerError) IsCode

IsCode returns true when this post analytics conversations transcripts query internal server error response a status code equal to that given

func (*PostAnalyticsConversationsTranscriptsQueryInternalServerError) IsRedirect

IsRedirect returns true when this post analytics conversations transcripts query internal server error response has a 3xx status code

func (*PostAnalyticsConversationsTranscriptsQueryInternalServerError) IsServerError

IsServerError returns true when this post analytics conversations transcripts query internal server error response has a 5xx status code

func (*PostAnalyticsConversationsTranscriptsQueryInternalServerError) IsSuccess

IsSuccess returns true when this post analytics conversations transcripts query internal server error response has a 2xx status code

func (*PostAnalyticsConversationsTranscriptsQueryInternalServerError) String

type PostAnalyticsConversationsTranscriptsQueryNotFound

type PostAnalyticsConversationsTranscriptsQueryNotFound struct {
	Payload *models.ErrorBody
}

PostAnalyticsConversationsTranscriptsQueryNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewPostAnalyticsConversationsTranscriptsQueryNotFound

func NewPostAnalyticsConversationsTranscriptsQueryNotFound() *PostAnalyticsConversationsTranscriptsQueryNotFound

NewPostAnalyticsConversationsTranscriptsQueryNotFound creates a PostAnalyticsConversationsTranscriptsQueryNotFound with default headers values

func (*PostAnalyticsConversationsTranscriptsQueryNotFound) Error

func (*PostAnalyticsConversationsTranscriptsQueryNotFound) GetPayload

func (*PostAnalyticsConversationsTranscriptsQueryNotFound) IsClientError

IsClientError returns true when this post analytics conversations transcripts query not found response has a 4xx status code

func (*PostAnalyticsConversationsTranscriptsQueryNotFound) IsCode

IsCode returns true when this post analytics conversations transcripts query not found response a status code equal to that given

func (*PostAnalyticsConversationsTranscriptsQueryNotFound) IsRedirect

IsRedirect returns true when this post analytics conversations transcripts query not found response has a 3xx status code

func (*PostAnalyticsConversationsTranscriptsQueryNotFound) IsServerError

IsServerError returns true when this post analytics conversations transcripts query not found response has a 5xx status code

func (*PostAnalyticsConversationsTranscriptsQueryNotFound) IsSuccess

IsSuccess returns true when this post analytics conversations transcripts query not found response has a 2xx status code

func (*PostAnalyticsConversationsTranscriptsQueryNotFound) String

type PostAnalyticsConversationsTranscriptsQueryOK

type PostAnalyticsConversationsTranscriptsQueryOK struct {
	Payload *models.AnalyticsConversationWithoutAttributesMultiGetResponse
}

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

successful operation

func NewPostAnalyticsConversationsTranscriptsQueryOK

func NewPostAnalyticsConversationsTranscriptsQueryOK() *PostAnalyticsConversationsTranscriptsQueryOK

NewPostAnalyticsConversationsTranscriptsQueryOK creates a PostAnalyticsConversationsTranscriptsQueryOK with default headers values

func (*PostAnalyticsConversationsTranscriptsQueryOK) Error

func (*PostAnalyticsConversationsTranscriptsQueryOK) GetPayload

func (*PostAnalyticsConversationsTranscriptsQueryOK) IsClientError

IsClientError returns true when this post analytics conversations transcripts query o k response has a 4xx status code

func (*PostAnalyticsConversationsTranscriptsQueryOK) IsCode

IsCode returns true when this post analytics conversations transcripts query o k response a status code equal to that given

func (*PostAnalyticsConversationsTranscriptsQueryOK) IsRedirect

IsRedirect returns true when this post analytics conversations transcripts query o k response has a 3xx status code

func (*PostAnalyticsConversationsTranscriptsQueryOK) IsServerError

IsServerError returns true when this post analytics conversations transcripts query o k response has a 5xx status code

func (*PostAnalyticsConversationsTranscriptsQueryOK) IsSuccess

IsSuccess returns true when this post analytics conversations transcripts query o k response has a 2xx status code

func (*PostAnalyticsConversationsTranscriptsQueryOK) String

type PostAnalyticsConversationsTranscriptsQueryParams

type PostAnalyticsConversationsTranscriptsQueryParams struct {

	/* Body.

	   Search request options
	*/
	Body *models.TranscriptConversationDetailSearchRequest

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

PostAnalyticsConversationsTranscriptsQueryParams contains all the parameters to send to the API endpoint

for the post analytics conversations transcripts query operation.

Typically these are written to a http.Request.

func NewPostAnalyticsConversationsTranscriptsQueryParams

func NewPostAnalyticsConversationsTranscriptsQueryParams() *PostAnalyticsConversationsTranscriptsQueryParams

NewPostAnalyticsConversationsTranscriptsQueryParams creates a new PostAnalyticsConversationsTranscriptsQueryParams object, with the default timeout for this client.

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

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

func NewPostAnalyticsConversationsTranscriptsQueryParamsWithContext

func NewPostAnalyticsConversationsTranscriptsQueryParamsWithContext(ctx context.Context) *PostAnalyticsConversationsTranscriptsQueryParams

NewPostAnalyticsConversationsTranscriptsQueryParamsWithContext creates a new PostAnalyticsConversationsTranscriptsQueryParams object with the ability to set a context for a request.

func NewPostAnalyticsConversationsTranscriptsQueryParamsWithHTTPClient

func NewPostAnalyticsConversationsTranscriptsQueryParamsWithHTTPClient(client *http.Client) *PostAnalyticsConversationsTranscriptsQueryParams

NewPostAnalyticsConversationsTranscriptsQueryParamsWithHTTPClient creates a new PostAnalyticsConversationsTranscriptsQueryParams object with the ability to set a custom HTTPClient for a request.

func NewPostAnalyticsConversationsTranscriptsQueryParamsWithTimeout

func NewPostAnalyticsConversationsTranscriptsQueryParamsWithTimeout(timeout time.Duration) *PostAnalyticsConversationsTranscriptsQueryParams

NewPostAnalyticsConversationsTranscriptsQueryParamsWithTimeout creates a new PostAnalyticsConversationsTranscriptsQueryParams object with the ability to set a timeout on a request.

func (*PostAnalyticsConversationsTranscriptsQueryParams) SetBody

SetBody adds the body to the post analytics conversations transcripts query params

func (*PostAnalyticsConversationsTranscriptsQueryParams) SetContext

SetContext adds the context to the post analytics conversations transcripts query params

func (*PostAnalyticsConversationsTranscriptsQueryParams) SetDefaults

SetDefaults hydrates default values in the post analytics conversations transcripts query params (not the query body).

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

func (*PostAnalyticsConversationsTranscriptsQueryParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the post analytics conversations transcripts query params

func (*PostAnalyticsConversationsTranscriptsQueryParams) SetTimeout

SetTimeout adds the timeout to the post analytics conversations transcripts query params

func (*PostAnalyticsConversationsTranscriptsQueryParams) WithBody

WithBody adds the body to the post analytics conversations transcripts query params

func (*PostAnalyticsConversationsTranscriptsQueryParams) WithContext

WithContext adds the context to the post analytics conversations transcripts query params

func (*PostAnalyticsConversationsTranscriptsQueryParams) WithDefaults

WithDefaults hydrates default values in the post analytics conversations transcripts query params (not the query body).

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

func (*PostAnalyticsConversationsTranscriptsQueryParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post analytics conversations transcripts query params

func (*PostAnalyticsConversationsTranscriptsQueryParams) WithTimeout

WithTimeout adds the timeout to the post analytics conversations transcripts query params

func (*PostAnalyticsConversationsTranscriptsQueryParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostAnalyticsConversationsTranscriptsQueryReader

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

PostAnalyticsConversationsTranscriptsQueryReader is a Reader for the PostAnalyticsConversationsTranscriptsQuery structure.

func (*PostAnalyticsConversationsTranscriptsQueryReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostAnalyticsConversationsTranscriptsQueryRequestEntityTooLarge

type PostAnalyticsConversationsTranscriptsQueryRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PostAnalyticsConversationsTranscriptsQueryRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPostAnalyticsConversationsTranscriptsQueryRequestEntityTooLarge

func NewPostAnalyticsConversationsTranscriptsQueryRequestEntityTooLarge() *PostAnalyticsConversationsTranscriptsQueryRequestEntityTooLarge

NewPostAnalyticsConversationsTranscriptsQueryRequestEntityTooLarge creates a PostAnalyticsConversationsTranscriptsQueryRequestEntityTooLarge with default headers values

func (*PostAnalyticsConversationsTranscriptsQueryRequestEntityTooLarge) Error

func (*PostAnalyticsConversationsTranscriptsQueryRequestEntityTooLarge) GetPayload

func (*PostAnalyticsConversationsTranscriptsQueryRequestEntityTooLarge) IsClientError

IsClientError returns true when this post analytics conversations transcripts query request entity too large response has a 4xx status code

func (*PostAnalyticsConversationsTranscriptsQueryRequestEntityTooLarge) IsCode

IsCode returns true when this post analytics conversations transcripts query request entity too large response a status code equal to that given

func (*PostAnalyticsConversationsTranscriptsQueryRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this post analytics conversations transcripts query request entity too large response has a 3xx status code

func (*PostAnalyticsConversationsTranscriptsQueryRequestEntityTooLarge) IsServerError

IsServerError returns true when this post analytics conversations transcripts query request entity too large response has a 5xx status code

func (*PostAnalyticsConversationsTranscriptsQueryRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this post analytics conversations transcripts query request entity too large response has a 2xx status code

func (*PostAnalyticsConversationsTranscriptsQueryRequestEntityTooLarge) String

type PostAnalyticsConversationsTranscriptsQueryRequestTimeout

type PostAnalyticsConversationsTranscriptsQueryRequestTimeout struct {
	Payload *models.ErrorBody
}

PostAnalyticsConversationsTranscriptsQueryRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewPostAnalyticsConversationsTranscriptsQueryRequestTimeout

func NewPostAnalyticsConversationsTranscriptsQueryRequestTimeout() *PostAnalyticsConversationsTranscriptsQueryRequestTimeout

NewPostAnalyticsConversationsTranscriptsQueryRequestTimeout creates a PostAnalyticsConversationsTranscriptsQueryRequestTimeout with default headers values

func (*PostAnalyticsConversationsTranscriptsQueryRequestTimeout) Error

func (*PostAnalyticsConversationsTranscriptsQueryRequestTimeout) GetPayload

func (*PostAnalyticsConversationsTranscriptsQueryRequestTimeout) IsClientError

IsClientError returns true when this post analytics conversations transcripts query request timeout response has a 4xx status code

func (*PostAnalyticsConversationsTranscriptsQueryRequestTimeout) IsCode

IsCode returns true when this post analytics conversations transcripts query request timeout response a status code equal to that given

func (*PostAnalyticsConversationsTranscriptsQueryRequestTimeout) IsRedirect

IsRedirect returns true when this post analytics conversations transcripts query request timeout response has a 3xx status code

func (*PostAnalyticsConversationsTranscriptsQueryRequestTimeout) IsServerError

IsServerError returns true when this post analytics conversations transcripts query request timeout response has a 5xx status code

func (*PostAnalyticsConversationsTranscriptsQueryRequestTimeout) IsSuccess

IsSuccess returns true when this post analytics conversations transcripts query request timeout response has a 2xx status code

func (*PostAnalyticsConversationsTranscriptsQueryRequestTimeout) String

type PostAnalyticsConversationsTranscriptsQueryServiceUnavailable

type PostAnalyticsConversationsTranscriptsQueryServiceUnavailable struct {
	Payload *models.ErrorBody
}

PostAnalyticsConversationsTranscriptsQueryServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewPostAnalyticsConversationsTranscriptsQueryServiceUnavailable

func NewPostAnalyticsConversationsTranscriptsQueryServiceUnavailable() *PostAnalyticsConversationsTranscriptsQueryServiceUnavailable

NewPostAnalyticsConversationsTranscriptsQueryServiceUnavailable creates a PostAnalyticsConversationsTranscriptsQueryServiceUnavailable with default headers values

func (*PostAnalyticsConversationsTranscriptsQueryServiceUnavailable) Error

func (*PostAnalyticsConversationsTranscriptsQueryServiceUnavailable) GetPayload

func (*PostAnalyticsConversationsTranscriptsQueryServiceUnavailable) IsClientError

IsClientError returns true when this post analytics conversations transcripts query service unavailable response has a 4xx status code

func (*PostAnalyticsConversationsTranscriptsQueryServiceUnavailable) IsCode

IsCode returns true when this post analytics conversations transcripts query service unavailable response a status code equal to that given

func (*PostAnalyticsConversationsTranscriptsQueryServiceUnavailable) IsRedirect

IsRedirect returns true when this post analytics conversations transcripts query service unavailable response has a 3xx status code

func (*PostAnalyticsConversationsTranscriptsQueryServiceUnavailable) IsServerError

IsServerError returns true when this post analytics conversations transcripts query service unavailable response has a 5xx status code

func (*PostAnalyticsConversationsTranscriptsQueryServiceUnavailable) IsSuccess

IsSuccess returns true when this post analytics conversations transcripts query service unavailable response has a 2xx status code

func (*PostAnalyticsConversationsTranscriptsQueryServiceUnavailable) String

type PostAnalyticsConversationsTranscriptsQueryTooManyRequests

type PostAnalyticsConversationsTranscriptsQueryTooManyRequests struct {
	Payload *models.ErrorBody
}

PostAnalyticsConversationsTranscriptsQueryTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPostAnalyticsConversationsTranscriptsQueryTooManyRequests

func NewPostAnalyticsConversationsTranscriptsQueryTooManyRequests() *PostAnalyticsConversationsTranscriptsQueryTooManyRequests

NewPostAnalyticsConversationsTranscriptsQueryTooManyRequests creates a PostAnalyticsConversationsTranscriptsQueryTooManyRequests with default headers values

func (*PostAnalyticsConversationsTranscriptsQueryTooManyRequests) Error

func (*PostAnalyticsConversationsTranscriptsQueryTooManyRequests) GetPayload

func (*PostAnalyticsConversationsTranscriptsQueryTooManyRequests) IsClientError

IsClientError returns true when this post analytics conversations transcripts query too many requests response has a 4xx status code

func (*PostAnalyticsConversationsTranscriptsQueryTooManyRequests) IsCode

IsCode returns true when this post analytics conversations transcripts query too many requests response a status code equal to that given

func (*PostAnalyticsConversationsTranscriptsQueryTooManyRequests) IsRedirect

IsRedirect returns true when this post analytics conversations transcripts query too many requests response has a 3xx status code

func (*PostAnalyticsConversationsTranscriptsQueryTooManyRequests) IsServerError

IsServerError returns true when this post analytics conversations transcripts query too many requests response has a 5xx status code

func (*PostAnalyticsConversationsTranscriptsQueryTooManyRequests) IsSuccess

IsSuccess returns true when this post analytics conversations transcripts query too many requests response has a 2xx status code

func (*PostAnalyticsConversationsTranscriptsQueryTooManyRequests) String

type PostAnalyticsConversationsTranscriptsQueryUnauthorized

type PostAnalyticsConversationsTranscriptsQueryUnauthorized struct {
	Payload *models.ErrorBody
}

PostAnalyticsConversationsTranscriptsQueryUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewPostAnalyticsConversationsTranscriptsQueryUnauthorized

func NewPostAnalyticsConversationsTranscriptsQueryUnauthorized() *PostAnalyticsConversationsTranscriptsQueryUnauthorized

NewPostAnalyticsConversationsTranscriptsQueryUnauthorized creates a PostAnalyticsConversationsTranscriptsQueryUnauthorized with default headers values

func (*PostAnalyticsConversationsTranscriptsQueryUnauthorized) Error

func (*PostAnalyticsConversationsTranscriptsQueryUnauthorized) GetPayload

func (*PostAnalyticsConversationsTranscriptsQueryUnauthorized) IsClientError

IsClientError returns true when this post analytics conversations transcripts query unauthorized response has a 4xx status code

func (*PostAnalyticsConversationsTranscriptsQueryUnauthorized) IsCode

IsCode returns true when this post analytics conversations transcripts query unauthorized response a status code equal to that given

func (*PostAnalyticsConversationsTranscriptsQueryUnauthorized) IsRedirect

IsRedirect returns true when this post analytics conversations transcripts query unauthorized response has a 3xx status code

func (*PostAnalyticsConversationsTranscriptsQueryUnauthorized) IsServerError

IsServerError returns true when this post analytics conversations transcripts query unauthorized response has a 5xx status code

func (*PostAnalyticsConversationsTranscriptsQueryUnauthorized) IsSuccess

IsSuccess returns true when this post analytics conversations transcripts query unauthorized response has a 2xx status code

func (*PostAnalyticsConversationsTranscriptsQueryUnauthorized) String

type PostAnalyticsConversationsTranscriptsQueryUnsupportedMediaType

type PostAnalyticsConversationsTranscriptsQueryUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PostAnalyticsConversationsTranscriptsQueryUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewPostAnalyticsConversationsTranscriptsQueryUnsupportedMediaType

func NewPostAnalyticsConversationsTranscriptsQueryUnsupportedMediaType() *PostAnalyticsConversationsTranscriptsQueryUnsupportedMediaType

NewPostAnalyticsConversationsTranscriptsQueryUnsupportedMediaType creates a PostAnalyticsConversationsTranscriptsQueryUnsupportedMediaType with default headers values

func (*PostAnalyticsConversationsTranscriptsQueryUnsupportedMediaType) Error

func (*PostAnalyticsConversationsTranscriptsQueryUnsupportedMediaType) GetPayload

func (*PostAnalyticsConversationsTranscriptsQueryUnsupportedMediaType) IsClientError

IsClientError returns true when this post analytics conversations transcripts query unsupported media type response has a 4xx status code

func (*PostAnalyticsConversationsTranscriptsQueryUnsupportedMediaType) IsCode

IsCode returns true when this post analytics conversations transcripts query unsupported media type response a status code equal to that given

func (*PostAnalyticsConversationsTranscriptsQueryUnsupportedMediaType) IsRedirect

IsRedirect returns true when this post analytics conversations transcripts query unsupported media type response has a 3xx status code

func (*PostAnalyticsConversationsTranscriptsQueryUnsupportedMediaType) IsServerError

IsServerError returns true when this post analytics conversations transcripts query unsupported media type response has a 5xx status code

func (*PostAnalyticsConversationsTranscriptsQueryUnsupportedMediaType) IsSuccess

IsSuccess returns true when this post analytics conversations transcripts query unsupported media type response has a 2xx status code

func (*PostAnalyticsConversationsTranscriptsQueryUnsupportedMediaType) String

type PostDocumentationGknSearchBadRequest

type PostDocumentationGknSearchBadRequest struct {
	Payload *models.ErrorBody
}

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

The request could not be understood by the server due to malformed syntax.

func NewPostDocumentationGknSearchBadRequest

func NewPostDocumentationGknSearchBadRequest() *PostDocumentationGknSearchBadRequest

NewPostDocumentationGknSearchBadRequest creates a PostDocumentationGknSearchBadRequest with default headers values

func (*PostDocumentationGknSearchBadRequest) Error

func (*PostDocumentationGknSearchBadRequest) GetPayload

func (*PostDocumentationGknSearchBadRequest) IsClientError

func (o *PostDocumentationGknSearchBadRequest) IsClientError() bool

IsClientError returns true when this post documentation gkn search bad request response has a 4xx status code

func (*PostDocumentationGknSearchBadRequest) IsCode

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

func (*PostDocumentationGknSearchBadRequest) IsRedirect

IsRedirect returns true when this post documentation gkn search bad request response has a 3xx status code

func (*PostDocumentationGknSearchBadRequest) IsServerError

func (o *PostDocumentationGknSearchBadRequest) IsServerError() bool

IsServerError returns true when this post documentation gkn search bad request response has a 5xx status code

func (*PostDocumentationGknSearchBadRequest) IsSuccess

IsSuccess returns true when this post documentation gkn search bad request response has a 2xx status code

func (*PostDocumentationGknSearchBadRequest) String

type PostDocumentationGknSearchForbidden

type PostDocumentationGknSearchForbidden struct {
	Payload *models.ErrorBody
}

PostDocumentationGknSearchForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPostDocumentationGknSearchForbidden

func NewPostDocumentationGknSearchForbidden() *PostDocumentationGknSearchForbidden

NewPostDocumentationGknSearchForbidden creates a PostDocumentationGknSearchForbidden with default headers values

func (*PostDocumentationGknSearchForbidden) Error

func (*PostDocumentationGknSearchForbidden) GetPayload

func (*PostDocumentationGknSearchForbidden) IsClientError

func (o *PostDocumentationGknSearchForbidden) IsClientError() bool

IsClientError returns true when this post documentation gkn search forbidden response has a 4xx status code

func (*PostDocumentationGknSearchForbidden) IsCode

IsCode returns true when this post documentation gkn search forbidden response a status code equal to that given

func (*PostDocumentationGknSearchForbidden) IsRedirect

func (o *PostDocumentationGknSearchForbidden) IsRedirect() bool

IsRedirect returns true when this post documentation gkn search forbidden response has a 3xx status code

func (*PostDocumentationGknSearchForbidden) IsServerError

func (o *PostDocumentationGknSearchForbidden) IsServerError() bool

IsServerError returns true when this post documentation gkn search forbidden response has a 5xx status code

func (*PostDocumentationGknSearchForbidden) IsSuccess

IsSuccess returns true when this post documentation gkn search forbidden response has a 2xx status code

func (*PostDocumentationGknSearchForbidden) String

type PostDocumentationGknSearchGatewayTimeout

type PostDocumentationGknSearchGatewayTimeout struct {
	Payload *models.ErrorBody
}

PostDocumentationGknSearchGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPostDocumentationGknSearchGatewayTimeout

func NewPostDocumentationGknSearchGatewayTimeout() *PostDocumentationGknSearchGatewayTimeout

NewPostDocumentationGknSearchGatewayTimeout creates a PostDocumentationGknSearchGatewayTimeout with default headers values

func (*PostDocumentationGknSearchGatewayTimeout) Error

func (*PostDocumentationGknSearchGatewayTimeout) GetPayload

func (*PostDocumentationGknSearchGatewayTimeout) IsClientError

IsClientError returns true when this post documentation gkn search gateway timeout response has a 4xx status code

func (*PostDocumentationGknSearchGatewayTimeout) IsCode

IsCode returns true when this post documentation gkn search gateway timeout response a status code equal to that given

func (*PostDocumentationGknSearchGatewayTimeout) IsRedirect

IsRedirect returns true when this post documentation gkn search gateway timeout response has a 3xx status code

func (*PostDocumentationGknSearchGatewayTimeout) IsServerError

IsServerError returns true when this post documentation gkn search gateway timeout response has a 5xx status code

func (*PostDocumentationGknSearchGatewayTimeout) IsSuccess

IsSuccess returns true when this post documentation gkn search gateway timeout response has a 2xx status code

func (*PostDocumentationGknSearchGatewayTimeout) String

type PostDocumentationGknSearchInternalServerError

type PostDocumentationGknSearchInternalServerError struct {
	Payload *models.ErrorBody
}

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

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewPostDocumentationGknSearchInternalServerError

func NewPostDocumentationGknSearchInternalServerError() *PostDocumentationGknSearchInternalServerError

NewPostDocumentationGknSearchInternalServerError creates a PostDocumentationGknSearchInternalServerError with default headers values

func (*PostDocumentationGknSearchInternalServerError) Error

func (*PostDocumentationGknSearchInternalServerError) GetPayload

func (*PostDocumentationGknSearchInternalServerError) IsClientError

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

func (*PostDocumentationGknSearchInternalServerError) IsCode

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

func (*PostDocumentationGknSearchInternalServerError) IsRedirect

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

func (*PostDocumentationGknSearchInternalServerError) IsServerError

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

func (*PostDocumentationGknSearchInternalServerError) IsSuccess

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

func (*PostDocumentationGknSearchInternalServerError) String

type PostDocumentationGknSearchNotFound

type PostDocumentationGknSearchNotFound struct {
	Payload *models.ErrorBody
}

PostDocumentationGknSearchNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewPostDocumentationGknSearchNotFound

func NewPostDocumentationGknSearchNotFound() *PostDocumentationGknSearchNotFound

NewPostDocumentationGknSearchNotFound creates a PostDocumentationGknSearchNotFound with default headers values

func (*PostDocumentationGknSearchNotFound) Error

func (*PostDocumentationGknSearchNotFound) GetPayload

func (*PostDocumentationGknSearchNotFound) IsClientError

func (o *PostDocumentationGknSearchNotFound) IsClientError() bool

IsClientError returns true when this post documentation gkn search not found response has a 4xx status code

func (*PostDocumentationGknSearchNotFound) IsCode

IsCode returns true when this post documentation gkn search not found response a status code equal to that given

func (*PostDocumentationGknSearchNotFound) IsRedirect

func (o *PostDocumentationGknSearchNotFound) IsRedirect() bool

IsRedirect returns true when this post documentation gkn search not found response has a 3xx status code

func (*PostDocumentationGknSearchNotFound) IsServerError

func (o *PostDocumentationGknSearchNotFound) IsServerError() bool

IsServerError returns true when this post documentation gkn search not found response has a 5xx status code

func (*PostDocumentationGknSearchNotFound) IsSuccess

IsSuccess returns true when this post documentation gkn search not found response has a 2xx status code

func (*PostDocumentationGknSearchNotFound) String

type PostDocumentationGknSearchOK

type PostDocumentationGknSearchOK struct {
	Payload *models.GKNDocumentationSearchResponse
}

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

successful operation

func NewPostDocumentationGknSearchOK

func NewPostDocumentationGknSearchOK() *PostDocumentationGknSearchOK

NewPostDocumentationGknSearchOK creates a PostDocumentationGknSearchOK with default headers values

func (*PostDocumentationGknSearchOK) Error

func (*PostDocumentationGknSearchOK) GetPayload

func (*PostDocumentationGknSearchOK) IsClientError

func (o *PostDocumentationGknSearchOK) IsClientError() bool

IsClientError returns true when this post documentation gkn search o k response has a 4xx status code

func (*PostDocumentationGknSearchOK) IsCode

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

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

func (*PostDocumentationGknSearchOK) IsRedirect

func (o *PostDocumentationGknSearchOK) IsRedirect() bool

IsRedirect returns true when this post documentation gkn search o k response has a 3xx status code

func (*PostDocumentationGknSearchOK) IsServerError

func (o *PostDocumentationGknSearchOK) IsServerError() bool

IsServerError returns true when this post documentation gkn search o k response has a 5xx status code

func (*PostDocumentationGknSearchOK) IsSuccess

func (o *PostDocumentationGknSearchOK) IsSuccess() bool

IsSuccess returns true when this post documentation gkn search o k response has a 2xx status code

func (*PostDocumentationGknSearchOK) String

type PostDocumentationGknSearchParams

type PostDocumentationGknSearchParams struct {

	/* Body.

	   Search request options
	*/
	Body *models.GKNDocumentationSearchRequest

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

PostDocumentationGknSearchParams contains all the parameters to send to the API endpoint

for the post documentation gkn search operation.

Typically these are written to a http.Request.

func NewPostDocumentationGknSearchParams

func NewPostDocumentationGknSearchParams() *PostDocumentationGknSearchParams

NewPostDocumentationGknSearchParams creates a new PostDocumentationGknSearchParams object, with the default timeout for this client.

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

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

func NewPostDocumentationGknSearchParamsWithContext

func NewPostDocumentationGknSearchParamsWithContext(ctx context.Context) *PostDocumentationGknSearchParams

NewPostDocumentationGknSearchParamsWithContext creates a new PostDocumentationGknSearchParams object with the ability to set a context for a request.

func NewPostDocumentationGknSearchParamsWithHTTPClient

func NewPostDocumentationGknSearchParamsWithHTTPClient(client *http.Client) *PostDocumentationGknSearchParams

NewPostDocumentationGknSearchParamsWithHTTPClient creates a new PostDocumentationGknSearchParams object with the ability to set a custom HTTPClient for a request.

func NewPostDocumentationGknSearchParamsWithTimeout

func NewPostDocumentationGknSearchParamsWithTimeout(timeout time.Duration) *PostDocumentationGknSearchParams

NewPostDocumentationGknSearchParamsWithTimeout creates a new PostDocumentationGknSearchParams object with the ability to set a timeout on a request.

func (*PostDocumentationGknSearchParams) SetBody

SetBody adds the body to the post documentation gkn search params

func (*PostDocumentationGknSearchParams) SetContext

SetContext adds the context to the post documentation gkn search params

func (*PostDocumentationGknSearchParams) SetDefaults

func (o *PostDocumentationGknSearchParams) SetDefaults()

SetDefaults hydrates default values in the post documentation gkn search params (not the query body).

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

func (*PostDocumentationGknSearchParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post documentation gkn search params

func (*PostDocumentationGknSearchParams) SetTimeout

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

SetTimeout adds the timeout to the post documentation gkn search params

func (*PostDocumentationGknSearchParams) WithBody

WithBody adds the body to the post documentation gkn search params

func (*PostDocumentationGknSearchParams) WithContext

WithContext adds the context to the post documentation gkn search params

func (*PostDocumentationGknSearchParams) WithDefaults

WithDefaults hydrates default values in the post documentation gkn search params (not the query body).

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

func (*PostDocumentationGknSearchParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post documentation gkn search params

func (*PostDocumentationGknSearchParams) WithTimeout

WithTimeout adds the timeout to the post documentation gkn search params

func (*PostDocumentationGknSearchParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostDocumentationGknSearchReader

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

PostDocumentationGknSearchReader is a Reader for the PostDocumentationGknSearch structure.

func (*PostDocumentationGknSearchReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostDocumentationGknSearchRequestEntityTooLarge

type PostDocumentationGknSearchRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PostDocumentationGknSearchRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPostDocumentationGknSearchRequestEntityTooLarge

func NewPostDocumentationGknSearchRequestEntityTooLarge() *PostDocumentationGknSearchRequestEntityTooLarge

NewPostDocumentationGknSearchRequestEntityTooLarge creates a PostDocumentationGknSearchRequestEntityTooLarge with default headers values

func (*PostDocumentationGknSearchRequestEntityTooLarge) Error

func (*PostDocumentationGknSearchRequestEntityTooLarge) GetPayload

func (*PostDocumentationGknSearchRequestEntityTooLarge) IsClientError

IsClientError returns true when this post documentation gkn search request entity too large response has a 4xx status code

func (*PostDocumentationGknSearchRequestEntityTooLarge) IsCode

IsCode returns true when this post documentation gkn search request entity too large response a status code equal to that given

func (*PostDocumentationGknSearchRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this post documentation gkn search request entity too large response has a 3xx status code

func (*PostDocumentationGknSearchRequestEntityTooLarge) IsServerError

IsServerError returns true when this post documentation gkn search request entity too large response has a 5xx status code

func (*PostDocumentationGknSearchRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this post documentation gkn search request entity too large response has a 2xx status code

func (*PostDocumentationGknSearchRequestEntityTooLarge) String

type PostDocumentationGknSearchRequestTimeout

type PostDocumentationGknSearchRequestTimeout struct {
	Payload *models.ErrorBody
}

PostDocumentationGknSearchRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewPostDocumentationGknSearchRequestTimeout

func NewPostDocumentationGknSearchRequestTimeout() *PostDocumentationGknSearchRequestTimeout

NewPostDocumentationGknSearchRequestTimeout creates a PostDocumentationGknSearchRequestTimeout with default headers values

func (*PostDocumentationGknSearchRequestTimeout) Error

func (*PostDocumentationGknSearchRequestTimeout) GetPayload

func (*PostDocumentationGknSearchRequestTimeout) IsClientError

IsClientError returns true when this post documentation gkn search request timeout response has a 4xx status code

func (*PostDocumentationGknSearchRequestTimeout) IsCode

IsCode returns true when this post documentation gkn search request timeout response a status code equal to that given

func (*PostDocumentationGknSearchRequestTimeout) IsRedirect

IsRedirect returns true when this post documentation gkn search request timeout response has a 3xx status code

func (*PostDocumentationGknSearchRequestTimeout) IsServerError

IsServerError returns true when this post documentation gkn search request timeout response has a 5xx status code

func (*PostDocumentationGknSearchRequestTimeout) IsSuccess

IsSuccess returns true when this post documentation gkn search request timeout response has a 2xx status code

func (*PostDocumentationGknSearchRequestTimeout) String

type PostDocumentationGknSearchServiceUnavailable

type PostDocumentationGknSearchServiceUnavailable struct {
	Payload *models.ErrorBody
}

PostDocumentationGknSearchServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewPostDocumentationGknSearchServiceUnavailable

func NewPostDocumentationGknSearchServiceUnavailable() *PostDocumentationGknSearchServiceUnavailable

NewPostDocumentationGknSearchServiceUnavailable creates a PostDocumentationGknSearchServiceUnavailable with default headers values

func (*PostDocumentationGknSearchServiceUnavailable) Error

func (*PostDocumentationGknSearchServiceUnavailable) GetPayload

func (*PostDocumentationGknSearchServiceUnavailable) IsClientError

IsClientError returns true when this post documentation gkn search service unavailable response has a 4xx status code

func (*PostDocumentationGknSearchServiceUnavailable) IsCode

IsCode returns true when this post documentation gkn search service unavailable response a status code equal to that given

func (*PostDocumentationGknSearchServiceUnavailable) IsRedirect

IsRedirect returns true when this post documentation gkn search service unavailable response has a 3xx status code

func (*PostDocumentationGknSearchServiceUnavailable) IsServerError

IsServerError returns true when this post documentation gkn search service unavailable response has a 5xx status code

func (*PostDocumentationGknSearchServiceUnavailable) IsSuccess

IsSuccess returns true when this post documentation gkn search service unavailable response has a 2xx status code

func (*PostDocumentationGknSearchServiceUnavailable) String

type PostDocumentationGknSearchTooManyRequests

type PostDocumentationGknSearchTooManyRequests struct {
	Payload *models.ErrorBody
}

PostDocumentationGknSearchTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPostDocumentationGknSearchTooManyRequests

func NewPostDocumentationGknSearchTooManyRequests() *PostDocumentationGknSearchTooManyRequests

NewPostDocumentationGknSearchTooManyRequests creates a PostDocumentationGknSearchTooManyRequests with default headers values

func (*PostDocumentationGknSearchTooManyRequests) Error

func (*PostDocumentationGknSearchTooManyRequests) GetPayload

func (*PostDocumentationGknSearchTooManyRequests) IsClientError

IsClientError returns true when this post documentation gkn search too many requests response has a 4xx status code

func (*PostDocumentationGknSearchTooManyRequests) IsCode

IsCode returns true when this post documentation gkn search too many requests response a status code equal to that given

func (*PostDocumentationGknSearchTooManyRequests) IsRedirect

IsRedirect returns true when this post documentation gkn search too many requests response has a 3xx status code

func (*PostDocumentationGknSearchTooManyRequests) IsServerError

IsServerError returns true when this post documentation gkn search too many requests response has a 5xx status code

func (*PostDocumentationGknSearchTooManyRequests) IsSuccess

IsSuccess returns true when this post documentation gkn search too many requests response has a 2xx status code

func (*PostDocumentationGknSearchTooManyRequests) String

type PostDocumentationGknSearchUnauthorized

type PostDocumentationGknSearchUnauthorized struct {
	Payload *models.ErrorBody
}

PostDocumentationGknSearchUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewPostDocumentationGknSearchUnauthorized

func NewPostDocumentationGknSearchUnauthorized() *PostDocumentationGknSearchUnauthorized

NewPostDocumentationGknSearchUnauthorized creates a PostDocumentationGknSearchUnauthorized with default headers values

func (*PostDocumentationGknSearchUnauthorized) Error

func (*PostDocumentationGknSearchUnauthorized) GetPayload

func (*PostDocumentationGknSearchUnauthorized) IsClientError

func (o *PostDocumentationGknSearchUnauthorized) IsClientError() bool

IsClientError returns true when this post documentation gkn search unauthorized response has a 4xx status code

func (*PostDocumentationGknSearchUnauthorized) IsCode

IsCode returns true when this post documentation gkn search unauthorized response a status code equal to that given

func (*PostDocumentationGknSearchUnauthorized) IsRedirect

IsRedirect returns true when this post documentation gkn search unauthorized response has a 3xx status code

func (*PostDocumentationGknSearchUnauthorized) IsServerError

func (o *PostDocumentationGknSearchUnauthorized) IsServerError() bool

IsServerError returns true when this post documentation gkn search unauthorized response has a 5xx status code

func (*PostDocumentationGknSearchUnauthorized) IsSuccess

IsSuccess returns true when this post documentation gkn search unauthorized response has a 2xx status code

func (*PostDocumentationGknSearchUnauthorized) String

type PostDocumentationGknSearchUnsupportedMediaType

type PostDocumentationGknSearchUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PostDocumentationGknSearchUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewPostDocumentationGknSearchUnsupportedMediaType

func NewPostDocumentationGknSearchUnsupportedMediaType() *PostDocumentationGknSearchUnsupportedMediaType

NewPostDocumentationGknSearchUnsupportedMediaType creates a PostDocumentationGknSearchUnsupportedMediaType with default headers values

func (*PostDocumentationGknSearchUnsupportedMediaType) Error

func (*PostDocumentationGknSearchUnsupportedMediaType) GetPayload

func (*PostDocumentationGknSearchUnsupportedMediaType) IsClientError

IsClientError returns true when this post documentation gkn search unsupported media type response has a 4xx status code

func (*PostDocumentationGknSearchUnsupportedMediaType) IsCode

IsCode returns true when this post documentation gkn search unsupported media type response a status code equal to that given

func (*PostDocumentationGknSearchUnsupportedMediaType) IsRedirect

IsRedirect returns true when this post documentation gkn search unsupported media type response has a 3xx status code

func (*PostDocumentationGknSearchUnsupportedMediaType) IsServerError

IsServerError returns true when this post documentation gkn search unsupported media type response has a 5xx status code

func (*PostDocumentationGknSearchUnsupportedMediaType) IsSuccess

IsSuccess returns true when this post documentation gkn search unsupported media type response has a 2xx status code

func (*PostDocumentationGknSearchUnsupportedMediaType) String

type PostDocumentationSearchBadRequest

type PostDocumentationSearchBadRequest struct {
	Payload *models.ErrorBody
}

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

The request could not be understood by the server due to malformed syntax.

func NewPostDocumentationSearchBadRequest

func NewPostDocumentationSearchBadRequest() *PostDocumentationSearchBadRequest

NewPostDocumentationSearchBadRequest creates a PostDocumentationSearchBadRequest with default headers values

func (*PostDocumentationSearchBadRequest) Error

func (*PostDocumentationSearchBadRequest) GetPayload

func (*PostDocumentationSearchBadRequest) IsClientError

func (o *PostDocumentationSearchBadRequest) IsClientError() bool

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

func (*PostDocumentationSearchBadRequest) IsCode

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

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

func (*PostDocumentationSearchBadRequest) IsRedirect

func (o *PostDocumentationSearchBadRequest) IsRedirect() bool

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

func (*PostDocumentationSearchBadRequest) IsServerError

func (o *PostDocumentationSearchBadRequest) IsServerError() bool

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

func (*PostDocumentationSearchBadRequest) IsSuccess

func (o *PostDocumentationSearchBadRequest) IsSuccess() bool

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

func (*PostDocumentationSearchBadRequest) String

type PostDocumentationSearchForbidden

type PostDocumentationSearchForbidden struct {
	Payload *models.ErrorBody
}

PostDocumentationSearchForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPostDocumentationSearchForbidden

func NewPostDocumentationSearchForbidden() *PostDocumentationSearchForbidden

NewPostDocumentationSearchForbidden creates a PostDocumentationSearchForbidden with default headers values

func (*PostDocumentationSearchForbidden) Error

func (*PostDocumentationSearchForbidden) GetPayload

func (*PostDocumentationSearchForbidden) IsClientError

func (o *PostDocumentationSearchForbidden) IsClientError() bool

IsClientError returns true when this post documentation search forbidden response has a 4xx status code

func (*PostDocumentationSearchForbidden) IsCode

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

IsCode returns true when this post documentation search forbidden response a status code equal to that given

func (*PostDocumentationSearchForbidden) IsRedirect

func (o *PostDocumentationSearchForbidden) IsRedirect() bool

IsRedirect returns true when this post documentation search forbidden response has a 3xx status code

func (*PostDocumentationSearchForbidden) IsServerError

func (o *PostDocumentationSearchForbidden) IsServerError() bool

IsServerError returns true when this post documentation search forbidden response has a 5xx status code

func (*PostDocumentationSearchForbidden) IsSuccess

func (o *PostDocumentationSearchForbidden) IsSuccess() bool

IsSuccess returns true when this post documentation search forbidden response has a 2xx status code

func (*PostDocumentationSearchForbidden) String

type PostDocumentationSearchGatewayTimeout

type PostDocumentationSearchGatewayTimeout struct {
	Payload *models.ErrorBody
}

PostDocumentationSearchGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPostDocumentationSearchGatewayTimeout

func NewPostDocumentationSearchGatewayTimeout() *PostDocumentationSearchGatewayTimeout

NewPostDocumentationSearchGatewayTimeout creates a PostDocumentationSearchGatewayTimeout with default headers values

func (*PostDocumentationSearchGatewayTimeout) Error

func (*PostDocumentationSearchGatewayTimeout) GetPayload

func (*PostDocumentationSearchGatewayTimeout) IsClientError

func (o *PostDocumentationSearchGatewayTimeout) IsClientError() bool

IsClientError returns true when this post documentation search gateway timeout response has a 4xx status code

func (*PostDocumentationSearchGatewayTimeout) IsCode

IsCode returns true when this post documentation search gateway timeout response a status code equal to that given

func (*PostDocumentationSearchGatewayTimeout) IsRedirect

IsRedirect returns true when this post documentation search gateway timeout response has a 3xx status code

func (*PostDocumentationSearchGatewayTimeout) IsServerError

func (o *PostDocumentationSearchGatewayTimeout) IsServerError() bool

IsServerError returns true when this post documentation search gateway timeout response has a 5xx status code

func (*PostDocumentationSearchGatewayTimeout) IsSuccess

IsSuccess returns true when this post documentation search gateway timeout response has a 2xx status code

func (*PostDocumentationSearchGatewayTimeout) String

type PostDocumentationSearchInternalServerError

type PostDocumentationSearchInternalServerError struct {
	Payload *models.ErrorBody
}

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

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewPostDocumentationSearchInternalServerError

func NewPostDocumentationSearchInternalServerError() *PostDocumentationSearchInternalServerError

NewPostDocumentationSearchInternalServerError creates a PostDocumentationSearchInternalServerError with default headers values

func (*PostDocumentationSearchInternalServerError) Error

func (*PostDocumentationSearchInternalServerError) GetPayload

func (*PostDocumentationSearchInternalServerError) IsClientError

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

func (*PostDocumentationSearchInternalServerError) IsCode

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

func (*PostDocumentationSearchInternalServerError) IsRedirect

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

func (*PostDocumentationSearchInternalServerError) IsServerError

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

func (*PostDocumentationSearchInternalServerError) IsSuccess

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

func (*PostDocumentationSearchInternalServerError) String

type PostDocumentationSearchNotFound

type PostDocumentationSearchNotFound struct {
	Payload *models.ErrorBody
}

PostDocumentationSearchNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewPostDocumentationSearchNotFound

func NewPostDocumentationSearchNotFound() *PostDocumentationSearchNotFound

NewPostDocumentationSearchNotFound creates a PostDocumentationSearchNotFound with default headers values

func (*PostDocumentationSearchNotFound) Error

func (*PostDocumentationSearchNotFound) GetPayload

func (*PostDocumentationSearchNotFound) IsClientError

func (o *PostDocumentationSearchNotFound) IsClientError() bool

IsClientError returns true when this post documentation search not found response has a 4xx status code

func (*PostDocumentationSearchNotFound) IsCode

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

IsCode returns true when this post documentation search not found response a status code equal to that given

func (*PostDocumentationSearchNotFound) IsRedirect

func (o *PostDocumentationSearchNotFound) IsRedirect() bool

IsRedirect returns true when this post documentation search not found response has a 3xx status code

func (*PostDocumentationSearchNotFound) IsServerError

func (o *PostDocumentationSearchNotFound) IsServerError() bool

IsServerError returns true when this post documentation search not found response has a 5xx status code

func (*PostDocumentationSearchNotFound) IsSuccess

func (o *PostDocumentationSearchNotFound) IsSuccess() bool

IsSuccess returns true when this post documentation search not found response has a 2xx status code

func (*PostDocumentationSearchNotFound) String

type PostDocumentationSearchOK

type PostDocumentationSearchOK struct {
	Payload *models.DocumentationSearchResponse
}

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

successful operation

func NewPostDocumentationSearchOK

func NewPostDocumentationSearchOK() *PostDocumentationSearchOK

NewPostDocumentationSearchOK creates a PostDocumentationSearchOK with default headers values

func (*PostDocumentationSearchOK) Error

func (o *PostDocumentationSearchOK) Error() string

func (*PostDocumentationSearchOK) GetPayload

func (*PostDocumentationSearchOK) IsClientError

func (o *PostDocumentationSearchOK) IsClientError() bool

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

func (*PostDocumentationSearchOK) IsCode

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

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

func (*PostDocumentationSearchOK) IsRedirect

func (o *PostDocumentationSearchOK) IsRedirect() bool

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

func (*PostDocumentationSearchOK) IsServerError

func (o *PostDocumentationSearchOK) IsServerError() bool

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

func (*PostDocumentationSearchOK) IsSuccess

func (o *PostDocumentationSearchOK) IsSuccess() bool

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

func (*PostDocumentationSearchOK) String

func (o *PostDocumentationSearchOK) String() string

type PostDocumentationSearchParams

type PostDocumentationSearchParams struct {

	/* Body.

	   Search request options
	*/
	Body *models.DocumentationSearchRequest

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

PostDocumentationSearchParams contains all the parameters to send to the API endpoint

for the post documentation search operation.

Typically these are written to a http.Request.

func NewPostDocumentationSearchParams

func NewPostDocumentationSearchParams() *PostDocumentationSearchParams

NewPostDocumentationSearchParams creates a new PostDocumentationSearchParams object, with the default timeout for this client.

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

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

func NewPostDocumentationSearchParamsWithContext

func NewPostDocumentationSearchParamsWithContext(ctx context.Context) *PostDocumentationSearchParams

NewPostDocumentationSearchParamsWithContext creates a new PostDocumentationSearchParams object with the ability to set a context for a request.

func NewPostDocumentationSearchParamsWithHTTPClient

func NewPostDocumentationSearchParamsWithHTTPClient(client *http.Client) *PostDocumentationSearchParams

NewPostDocumentationSearchParamsWithHTTPClient creates a new PostDocumentationSearchParams object with the ability to set a custom HTTPClient for a request.

func NewPostDocumentationSearchParamsWithTimeout

func NewPostDocumentationSearchParamsWithTimeout(timeout time.Duration) *PostDocumentationSearchParams

NewPostDocumentationSearchParamsWithTimeout creates a new PostDocumentationSearchParams object with the ability to set a timeout on a request.

func (*PostDocumentationSearchParams) SetBody

SetBody adds the body to the post documentation search params

func (*PostDocumentationSearchParams) SetContext

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

SetContext adds the context to the post documentation search params

func (*PostDocumentationSearchParams) SetDefaults

func (o *PostDocumentationSearchParams) SetDefaults()

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

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

func (*PostDocumentationSearchParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post documentation search params

func (*PostDocumentationSearchParams) SetTimeout

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

SetTimeout adds the timeout to the post documentation search params

func (*PostDocumentationSearchParams) WithBody

WithBody adds the body to the post documentation search params

func (*PostDocumentationSearchParams) WithContext

WithContext adds the context to the post documentation search params

func (*PostDocumentationSearchParams) WithDefaults

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

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

func (*PostDocumentationSearchParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post documentation search params

func (*PostDocumentationSearchParams) WithTimeout

WithTimeout adds the timeout to the post documentation search params

func (*PostDocumentationSearchParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostDocumentationSearchReader

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

PostDocumentationSearchReader is a Reader for the PostDocumentationSearch structure.

func (*PostDocumentationSearchReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostDocumentationSearchRequestEntityTooLarge

type PostDocumentationSearchRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PostDocumentationSearchRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPostDocumentationSearchRequestEntityTooLarge

func NewPostDocumentationSearchRequestEntityTooLarge() *PostDocumentationSearchRequestEntityTooLarge

NewPostDocumentationSearchRequestEntityTooLarge creates a PostDocumentationSearchRequestEntityTooLarge with default headers values

func (*PostDocumentationSearchRequestEntityTooLarge) Error

func (*PostDocumentationSearchRequestEntityTooLarge) GetPayload

func (*PostDocumentationSearchRequestEntityTooLarge) IsClientError

IsClientError returns true when this post documentation search request entity too large response has a 4xx status code

func (*PostDocumentationSearchRequestEntityTooLarge) IsCode

IsCode returns true when this post documentation search request entity too large response a status code equal to that given

func (*PostDocumentationSearchRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this post documentation search request entity too large response has a 3xx status code

func (*PostDocumentationSearchRequestEntityTooLarge) IsServerError

IsServerError returns true when this post documentation search request entity too large response has a 5xx status code

func (*PostDocumentationSearchRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this post documentation search request entity too large response has a 2xx status code

func (*PostDocumentationSearchRequestEntityTooLarge) String

type PostDocumentationSearchRequestTimeout

type PostDocumentationSearchRequestTimeout struct {
	Payload *models.ErrorBody
}

PostDocumentationSearchRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewPostDocumentationSearchRequestTimeout

func NewPostDocumentationSearchRequestTimeout() *PostDocumentationSearchRequestTimeout

NewPostDocumentationSearchRequestTimeout creates a PostDocumentationSearchRequestTimeout with default headers values

func (*PostDocumentationSearchRequestTimeout) Error

func (*PostDocumentationSearchRequestTimeout) GetPayload

func (*PostDocumentationSearchRequestTimeout) IsClientError

func (o *PostDocumentationSearchRequestTimeout) IsClientError() bool

IsClientError returns true when this post documentation search request timeout response has a 4xx status code

func (*PostDocumentationSearchRequestTimeout) IsCode

IsCode returns true when this post documentation search request timeout response a status code equal to that given

func (*PostDocumentationSearchRequestTimeout) IsRedirect

IsRedirect returns true when this post documentation search request timeout response has a 3xx status code

func (*PostDocumentationSearchRequestTimeout) IsServerError

func (o *PostDocumentationSearchRequestTimeout) IsServerError() bool

IsServerError returns true when this post documentation search request timeout response has a 5xx status code

func (*PostDocumentationSearchRequestTimeout) IsSuccess

IsSuccess returns true when this post documentation search request timeout response has a 2xx status code

func (*PostDocumentationSearchRequestTimeout) String

type PostDocumentationSearchServiceUnavailable

type PostDocumentationSearchServiceUnavailable struct {
	Payload *models.ErrorBody
}

PostDocumentationSearchServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewPostDocumentationSearchServiceUnavailable

func NewPostDocumentationSearchServiceUnavailable() *PostDocumentationSearchServiceUnavailable

NewPostDocumentationSearchServiceUnavailable creates a PostDocumentationSearchServiceUnavailable with default headers values

func (*PostDocumentationSearchServiceUnavailable) Error

func (*PostDocumentationSearchServiceUnavailable) GetPayload

func (*PostDocumentationSearchServiceUnavailable) IsClientError

IsClientError returns true when this post documentation search service unavailable response has a 4xx status code

func (*PostDocumentationSearchServiceUnavailable) IsCode

IsCode returns true when this post documentation search service unavailable response a status code equal to that given

func (*PostDocumentationSearchServiceUnavailable) IsRedirect

IsRedirect returns true when this post documentation search service unavailable response has a 3xx status code

func (*PostDocumentationSearchServiceUnavailable) IsServerError

IsServerError returns true when this post documentation search service unavailable response has a 5xx status code

func (*PostDocumentationSearchServiceUnavailable) IsSuccess

IsSuccess returns true when this post documentation search service unavailable response has a 2xx status code

func (*PostDocumentationSearchServiceUnavailable) String

type PostDocumentationSearchTooManyRequests

type PostDocumentationSearchTooManyRequests struct {
	Payload *models.ErrorBody
}

PostDocumentationSearchTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPostDocumentationSearchTooManyRequests

func NewPostDocumentationSearchTooManyRequests() *PostDocumentationSearchTooManyRequests

NewPostDocumentationSearchTooManyRequests creates a PostDocumentationSearchTooManyRequests with default headers values

func (*PostDocumentationSearchTooManyRequests) Error

func (*PostDocumentationSearchTooManyRequests) GetPayload

func (*PostDocumentationSearchTooManyRequests) IsClientError

func (o *PostDocumentationSearchTooManyRequests) IsClientError() bool

IsClientError returns true when this post documentation search too many requests response has a 4xx status code

func (*PostDocumentationSearchTooManyRequests) IsCode

IsCode returns true when this post documentation search too many requests response a status code equal to that given

func (*PostDocumentationSearchTooManyRequests) IsRedirect

IsRedirect returns true when this post documentation search too many requests response has a 3xx status code

func (*PostDocumentationSearchTooManyRequests) IsServerError

func (o *PostDocumentationSearchTooManyRequests) IsServerError() bool

IsServerError returns true when this post documentation search too many requests response has a 5xx status code

func (*PostDocumentationSearchTooManyRequests) IsSuccess

IsSuccess returns true when this post documentation search too many requests response has a 2xx status code

func (*PostDocumentationSearchTooManyRequests) String

type PostDocumentationSearchUnauthorized

type PostDocumentationSearchUnauthorized struct {
	Payload *models.ErrorBody
}

PostDocumentationSearchUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewPostDocumentationSearchUnauthorized

func NewPostDocumentationSearchUnauthorized() *PostDocumentationSearchUnauthorized

NewPostDocumentationSearchUnauthorized creates a PostDocumentationSearchUnauthorized with default headers values

func (*PostDocumentationSearchUnauthorized) Error

func (*PostDocumentationSearchUnauthorized) GetPayload

func (*PostDocumentationSearchUnauthorized) IsClientError

func (o *PostDocumentationSearchUnauthorized) IsClientError() bool

IsClientError returns true when this post documentation search unauthorized response has a 4xx status code

func (*PostDocumentationSearchUnauthorized) IsCode

IsCode returns true when this post documentation search unauthorized response a status code equal to that given

func (*PostDocumentationSearchUnauthorized) IsRedirect

func (o *PostDocumentationSearchUnauthorized) IsRedirect() bool

IsRedirect returns true when this post documentation search unauthorized response has a 3xx status code

func (*PostDocumentationSearchUnauthorized) IsServerError

func (o *PostDocumentationSearchUnauthorized) IsServerError() bool

IsServerError returns true when this post documentation search unauthorized response has a 5xx status code

func (*PostDocumentationSearchUnauthorized) IsSuccess

IsSuccess returns true when this post documentation search unauthorized response has a 2xx status code

func (*PostDocumentationSearchUnauthorized) String

type PostDocumentationSearchUnsupportedMediaType

type PostDocumentationSearchUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PostDocumentationSearchUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewPostDocumentationSearchUnsupportedMediaType

func NewPostDocumentationSearchUnsupportedMediaType() *PostDocumentationSearchUnsupportedMediaType

NewPostDocumentationSearchUnsupportedMediaType creates a PostDocumentationSearchUnsupportedMediaType with default headers values

func (*PostDocumentationSearchUnsupportedMediaType) Error

func (*PostDocumentationSearchUnsupportedMediaType) GetPayload

func (*PostDocumentationSearchUnsupportedMediaType) IsClientError

IsClientError returns true when this post documentation search unsupported media type response has a 4xx status code

func (*PostDocumentationSearchUnsupportedMediaType) IsCode

IsCode returns true when this post documentation search unsupported media type response a status code equal to that given

func (*PostDocumentationSearchUnsupportedMediaType) IsRedirect

IsRedirect returns true when this post documentation search unsupported media type response has a 3xx status code

func (*PostDocumentationSearchUnsupportedMediaType) IsServerError

IsServerError returns true when this post documentation search unsupported media type response has a 5xx status code

func (*PostDocumentationSearchUnsupportedMediaType) IsSuccess

IsSuccess returns true when this post documentation search unsupported media type response has a 2xx status code

func (*PostDocumentationSearchUnsupportedMediaType) String

type PostSearchBadRequest

type PostSearchBadRequest struct {
	Payload *models.ErrorBody
}

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

The request could not be understood by the server due to malformed syntax.

func NewPostSearchBadRequest

func NewPostSearchBadRequest() *PostSearchBadRequest

NewPostSearchBadRequest creates a PostSearchBadRequest with default headers values

func (*PostSearchBadRequest) Error

func (o *PostSearchBadRequest) Error() string

func (*PostSearchBadRequest) GetPayload

func (o *PostSearchBadRequest) GetPayload() *models.ErrorBody

func (*PostSearchBadRequest) IsClientError

func (o *PostSearchBadRequest) IsClientError() bool

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

func (*PostSearchBadRequest) IsCode

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

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

func (*PostSearchBadRequest) IsRedirect

func (o *PostSearchBadRequest) IsRedirect() bool

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

func (*PostSearchBadRequest) IsServerError

func (o *PostSearchBadRequest) IsServerError() bool

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

func (*PostSearchBadRequest) IsSuccess

func (o *PostSearchBadRequest) IsSuccess() bool

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

func (*PostSearchBadRequest) String

func (o *PostSearchBadRequest) String() string

type PostSearchForbidden

type PostSearchForbidden struct {
	Payload *models.ErrorBody
}

PostSearchForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPostSearchForbidden

func NewPostSearchForbidden() *PostSearchForbidden

NewPostSearchForbidden creates a PostSearchForbidden with default headers values

func (*PostSearchForbidden) Error

func (o *PostSearchForbidden) Error() string

func (*PostSearchForbidden) GetPayload

func (o *PostSearchForbidden) GetPayload() *models.ErrorBody

func (*PostSearchForbidden) IsClientError

func (o *PostSearchForbidden) IsClientError() bool

IsClientError returns true when this post search forbidden response has a 4xx status code

func (*PostSearchForbidden) IsCode

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

IsCode returns true when this post search forbidden response a status code equal to that given

func (*PostSearchForbidden) IsRedirect

func (o *PostSearchForbidden) IsRedirect() bool

IsRedirect returns true when this post search forbidden response has a 3xx status code

func (*PostSearchForbidden) IsServerError

func (o *PostSearchForbidden) IsServerError() bool

IsServerError returns true when this post search forbidden response has a 5xx status code

func (*PostSearchForbidden) IsSuccess

func (o *PostSearchForbidden) IsSuccess() bool

IsSuccess returns true when this post search forbidden response has a 2xx status code

func (*PostSearchForbidden) String

func (o *PostSearchForbidden) String() string

type PostSearchGatewayTimeout

type PostSearchGatewayTimeout struct {
	Payload *models.ErrorBody
}

PostSearchGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPostSearchGatewayTimeout

func NewPostSearchGatewayTimeout() *PostSearchGatewayTimeout

NewPostSearchGatewayTimeout creates a PostSearchGatewayTimeout with default headers values

func (*PostSearchGatewayTimeout) Error

func (o *PostSearchGatewayTimeout) Error() string

func (*PostSearchGatewayTimeout) GetPayload

func (o *PostSearchGatewayTimeout) GetPayload() *models.ErrorBody

func (*PostSearchGatewayTimeout) IsClientError

func (o *PostSearchGatewayTimeout) IsClientError() bool

IsClientError returns true when this post search gateway timeout response has a 4xx status code

func (*PostSearchGatewayTimeout) IsCode

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

IsCode returns true when this post search gateway timeout response a status code equal to that given

func (*PostSearchGatewayTimeout) IsRedirect

func (o *PostSearchGatewayTimeout) IsRedirect() bool

IsRedirect returns true when this post search gateway timeout response has a 3xx status code

func (*PostSearchGatewayTimeout) IsServerError

func (o *PostSearchGatewayTimeout) IsServerError() bool

IsServerError returns true when this post search gateway timeout response has a 5xx status code

func (*PostSearchGatewayTimeout) IsSuccess

func (o *PostSearchGatewayTimeout) IsSuccess() bool

IsSuccess returns true when this post search gateway timeout response has a 2xx status code

func (*PostSearchGatewayTimeout) String

func (o *PostSearchGatewayTimeout) String() string

type PostSearchInternalServerError

type PostSearchInternalServerError struct {
	Payload *models.ErrorBody
}

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

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewPostSearchInternalServerError

func NewPostSearchInternalServerError() *PostSearchInternalServerError

NewPostSearchInternalServerError creates a PostSearchInternalServerError with default headers values

func (*PostSearchInternalServerError) Error

func (*PostSearchInternalServerError) GetPayload

func (*PostSearchInternalServerError) IsClientError

func (o *PostSearchInternalServerError) IsClientError() bool

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

func (*PostSearchInternalServerError) IsCode

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

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

func (*PostSearchInternalServerError) IsRedirect

func (o *PostSearchInternalServerError) IsRedirect() bool

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

func (*PostSearchInternalServerError) IsServerError

func (o *PostSearchInternalServerError) IsServerError() bool

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

func (*PostSearchInternalServerError) IsSuccess

func (o *PostSearchInternalServerError) IsSuccess() bool

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

func (*PostSearchInternalServerError) String

type PostSearchNotFound

type PostSearchNotFound struct {
	Payload *models.ErrorBody
}

PostSearchNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewPostSearchNotFound

func NewPostSearchNotFound() *PostSearchNotFound

NewPostSearchNotFound creates a PostSearchNotFound with default headers values

func (*PostSearchNotFound) Error

func (o *PostSearchNotFound) Error() string

func (*PostSearchNotFound) GetPayload

func (o *PostSearchNotFound) GetPayload() *models.ErrorBody

func (*PostSearchNotFound) IsClientError

func (o *PostSearchNotFound) IsClientError() bool

IsClientError returns true when this post search not found response has a 4xx status code

func (*PostSearchNotFound) IsCode

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

IsCode returns true when this post search not found response a status code equal to that given

func (*PostSearchNotFound) IsRedirect

func (o *PostSearchNotFound) IsRedirect() bool

IsRedirect returns true when this post search not found response has a 3xx status code

func (*PostSearchNotFound) IsServerError

func (o *PostSearchNotFound) IsServerError() bool

IsServerError returns true when this post search not found response has a 5xx status code

func (*PostSearchNotFound) IsSuccess

func (o *PostSearchNotFound) IsSuccess() bool

IsSuccess returns true when this post search not found response has a 2xx status code

func (*PostSearchNotFound) String

func (o *PostSearchNotFound) String() string

type PostSearchOK

type PostSearchOK struct {
	Payload *models.JSONNodeSearchResponse
}

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

successful operation

func NewPostSearchOK

func NewPostSearchOK() *PostSearchOK

NewPostSearchOK creates a PostSearchOK with default headers values

func (*PostSearchOK) Error

func (o *PostSearchOK) Error() string

func (*PostSearchOK) GetPayload

func (o *PostSearchOK) GetPayload() *models.JSONNodeSearchResponse

func (*PostSearchOK) IsClientError

func (o *PostSearchOK) IsClientError() bool

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

func (*PostSearchOK) IsCode

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

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

func (*PostSearchOK) IsRedirect

func (o *PostSearchOK) IsRedirect() bool

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

func (*PostSearchOK) IsServerError

func (o *PostSearchOK) IsServerError() bool

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

func (*PostSearchOK) IsSuccess

func (o *PostSearchOK) IsSuccess() bool

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

func (*PostSearchOK) String

func (o *PostSearchOK) String() string

type PostSearchParams

type PostSearchParams struct {

	/* Body.

	   Search request options
	*/
	Body *models.SearchRequest

	/* Profile.

	   profile

	   Default: true
	*/
	Profile *bool

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

PostSearchParams contains all the parameters to send to the API endpoint

for the post search operation.

Typically these are written to a http.Request.

func NewPostSearchParams

func NewPostSearchParams() *PostSearchParams

NewPostSearchParams creates a new PostSearchParams object, with the default timeout for this client.

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

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

func NewPostSearchParamsWithContext

func NewPostSearchParamsWithContext(ctx context.Context) *PostSearchParams

NewPostSearchParamsWithContext creates a new PostSearchParams object with the ability to set a context for a request.

func NewPostSearchParamsWithHTTPClient

func NewPostSearchParamsWithHTTPClient(client *http.Client) *PostSearchParams

NewPostSearchParamsWithHTTPClient creates a new PostSearchParams object with the ability to set a custom HTTPClient for a request.

func NewPostSearchParamsWithTimeout

func NewPostSearchParamsWithTimeout(timeout time.Duration) *PostSearchParams

NewPostSearchParamsWithTimeout creates a new PostSearchParams object with the ability to set a timeout on a request.

func (*PostSearchParams) SetBody

func (o *PostSearchParams) SetBody(body *models.SearchRequest)

SetBody adds the body to the post search params

func (*PostSearchParams) SetContext

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

SetContext adds the context to the post search params

func (*PostSearchParams) SetDefaults

func (o *PostSearchParams) SetDefaults()

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

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

func (*PostSearchParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post search params

func (*PostSearchParams) SetProfile

func (o *PostSearchParams) SetProfile(profile *bool)

SetProfile adds the profile to the post search params

func (*PostSearchParams) SetTimeout

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

SetTimeout adds the timeout to the post search params

func (*PostSearchParams) WithBody

WithBody adds the body to the post search params

func (*PostSearchParams) WithContext

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

WithContext adds the context to the post search params

func (*PostSearchParams) WithDefaults

func (o *PostSearchParams) WithDefaults() *PostSearchParams

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

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

func (*PostSearchParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the post search params

func (*PostSearchParams) WithProfile

func (o *PostSearchParams) WithProfile(profile *bool) *PostSearchParams

WithProfile adds the profile to the post search params

func (*PostSearchParams) WithTimeout

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

WithTimeout adds the timeout to the post search params

func (*PostSearchParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type PostSearchReader

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

PostSearchReader is a Reader for the PostSearch structure.

func (*PostSearchReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostSearchRequestEntityTooLarge

type PostSearchRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PostSearchRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPostSearchRequestEntityTooLarge

func NewPostSearchRequestEntityTooLarge() *PostSearchRequestEntityTooLarge

NewPostSearchRequestEntityTooLarge creates a PostSearchRequestEntityTooLarge with default headers values

func (*PostSearchRequestEntityTooLarge) Error

func (*PostSearchRequestEntityTooLarge) GetPayload

func (*PostSearchRequestEntityTooLarge) IsClientError

func (o *PostSearchRequestEntityTooLarge) IsClientError() bool

IsClientError returns true when this post search request entity too large response has a 4xx status code

func (*PostSearchRequestEntityTooLarge) IsCode

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

IsCode returns true when this post search request entity too large response a status code equal to that given

func (*PostSearchRequestEntityTooLarge) IsRedirect

func (o *PostSearchRequestEntityTooLarge) IsRedirect() bool

IsRedirect returns true when this post search request entity too large response has a 3xx status code

func (*PostSearchRequestEntityTooLarge) IsServerError

func (o *PostSearchRequestEntityTooLarge) IsServerError() bool

IsServerError returns true when this post search request entity too large response has a 5xx status code

func (*PostSearchRequestEntityTooLarge) IsSuccess

func (o *PostSearchRequestEntityTooLarge) IsSuccess() bool

IsSuccess returns true when this post search request entity too large response has a 2xx status code

func (*PostSearchRequestEntityTooLarge) String

type PostSearchRequestTimeout

type PostSearchRequestTimeout struct {
	Payload *models.ErrorBody
}

PostSearchRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewPostSearchRequestTimeout

func NewPostSearchRequestTimeout() *PostSearchRequestTimeout

NewPostSearchRequestTimeout creates a PostSearchRequestTimeout with default headers values

func (*PostSearchRequestTimeout) Error

func (o *PostSearchRequestTimeout) Error() string

func (*PostSearchRequestTimeout) GetPayload

func (o *PostSearchRequestTimeout) GetPayload() *models.ErrorBody

func (*PostSearchRequestTimeout) IsClientError

func (o *PostSearchRequestTimeout) IsClientError() bool

IsClientError returns true when this post search request timeout response has a 4xx status code

func (*PostSearchRequestTimeout) IsCode

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

IsCode returns true when this post search request timeout response a status code equal to that given

func (*PostSearchRequestTimeout) IsRedirect

func (o *PostSearchRequestTimeout) IsRedirect() bool

IsRedirect returns true when this post search request timeout response has a 3xx status code

func (*PostSearchRequestTimeout) IsServerError

func (o *PostSearchRequestTimeout) IsServerError() bool

IsServerError returns true when this post search request timeout response has a 5xx status code

func (*PostSearchRequestTimeout) IsSuccess

func (o *PostSearchRequestTimeout) IsSuccess() bool

IsSuccess returns true when this post search request timeout response has a 2xx status code

func (*PostSearchRequestTimeout) String

func (o *PostSearchRequestTimeout) String() string

type PostSearchServiceUnavailable

type PostSearchServiceUnavailable struct {
	Payload *models.ErrorBody
}

PostSearchServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewPostSearchServiceUnavailable

func NewPostSearchServiceUnavailable() *PostSearchServiceUnavailable

NewPostSearchServiceUnavailable creates a PostSearchServiceUnavailable with default headers values

func (*PostSearchServiceUnavailable) Error

func (*PostSearchServiceUnavailable) GetPayload

func (*PostSearchServiceUnavailable) IsClientError

func (o *PostSearchServiceUnavailable) IsClientError() bool

IsClientError returns true when this post search service unavailable response has a 4xx status code

func (*PostSearchServiceUnavailable) IsCode

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

IsCode returns true when this post search service unavailable response a status code equal to that given

func (*PostSearchServiceUnavailable) IsRedirect

func (o *PostSearchServiceUnavailable) IsRedirect() bool

IsRedirect returns true when this post search service unavailable response has a 3xx status code

func (*PostSearchServiceUnavailable) IsServerError

func (o *PostSearchServiceUnavailable) IsServerError() bool

IsServerError returns true when this post search service unavailable response has a 5xx status code

func (*PostSearchServiceUnavailable) IsSuccess

func (o *PostSearchServiceUnavailable) IsSuccess() bool

IsSuccess returns true when this post search service unavailable response has a 2xx status code

func (*PostSearchServiceUnavailable) String

type PostSearchSuggestBadRequest

type PostSearchSuggestBadRequest struct {
	Payload *models.ErrorBody
}

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

The request could not be understood by the server due to malformed syntax.

func NewPostSearchSuggestBadRequest

func NewPostSearchSuggestBadRequest() *PostSearchSuggestBadRequest

NewPostSearchSuggestBadRequest creates a PostSearchSuggestBadRequest with default headers values

func (*PostSearchSuggestBadRequest) Error

func (*PostSearchSuggestBadRequest) GetPayload

func (o *PostSearchSuggestBadRequest) GetPayload() *models.ErrorBody

func (*PostSearchSuggestBadRequest) IsClientError

func (o *PostSearchSuggestBadRequest) IsClientError() bool

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

func (*PostSearchSuggestBadRequest) IsCode

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

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

func (*PostSearchSuggestBadRequest) IsRedirect

func (o *PostSearchSuggestBadRequest) IsRedirect() bool

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

func (*PostSearchSuggestBadRequest) IsServerError

func (o *PostSearchSuggestBadRequest) IsServerError() bool

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

func (*PostSearchSuggestBadRequest) IsSuccess

func (o *PostSearchSuggestBadRequest) IsSuccess() bool

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

func (*PostSearchSuggestBadRequest) String

func (o *PostSearchSuggestBadRequest) String() string

type PostSearchSuggestForbidden

type PostSearchSuggestForbidden struct {
	Payload *models.ErrorBody
}

PostSearchSuggestForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPostSearchSuggestForbidden

func NewPostSearchSuggestForbidden() *PostSearchSuggestForbidden

NewPostSearchSuggestForbidden creates a PostSearchSuggestForbidden with default headers values

func (*PostSearchSuggestForbidden) Error

func (*PostSearchSuggestForbidden) GetPayload

func (o *PostSearchSuggestForbidden) GetPayload() *models.ErrorBody

func (*PostSearchSuggestForbidden) IsClientError

func (o *PostSearchSuggestForbidden) IsClientError() bool

IsClientError returns true when this post search suggest forbidden response has a 4xx status code

func (*PostSearchSuggestForbidden) IsCode

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

IsCode returns true when this post search suggest forbidden response a status code equal to that given

func (*PostSearchSuggestForbidden) IsRedirect

func (o *PostSearchSuggestForbidden) IsRedirect() bool

IsRedirect returns true when this post search suggest forbidden response has a 3xx status code

func (*PostSearchSuggestForbidden) IsServerError

func (o *PostSearchSuggestForbidden) IsServerError() bool

IsServerError returns true when this post search suggest forbidden response has a 5xx status code

func (*PostSearchSuggestForbidden) IsSuccess

func (o *PostSearchSuggestForbidden) IsSuccess() bool

IsSuccess returns true when this post search suggest forbidden response has a 2xx status code

func (*PostSearchSuggestForbidden) String

func (o *PostSearchSuggestForbidden) String() string

type PostSearchSuggestGatewayTimeout

type PostSearchSuggestGatewayTimeout struct {
	Payload *models.ErrorBody
}

PostSearchSuggestGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPostSearchSuggestGatewayTimeout

func NewPostSearchSuggestGatewayTimeout() *PostSearchSuggestGatewayTimeout

NewPostSearchSuggestGatewayTimeout creates a PostSearchSuggestGatewayTimeout with default headers values

func (*PostSearchSuggestGatewayTimeout) Error

func (*PostSearchSuggestGatewayTimeout) GetPayload

func (*PostSearchSuggestGatewayTimeout) IsClientError

func (o *PostSearchSuggestGatewayTimeout) IsClientError() bool

IsClientError returns true when this post search suggest gateway timeout response has a 4xx status code

func (*PostSearchSuggestGatewayTimeout) IsCode

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

IsCode returns true when this post search suggest gateway timeout response a status code equal to that given

func (*PostSearchSuggestGatewayTimeout) IsRedirect

func (o *PostSearchSuggestGatewayTimeout) IsRedirect() bool

IsRedirect returns true when this post search suggest gateway timeout response has a 3xx status code

func (*PostSearchSuggestGatewayTimeout) IsServerError

func (o *PostSearchSuggestGatewayTimeout) IsServerError() bool

IsServerError returns true when this post search suggest gateway timeout response has a 5xx status code

func (*PostSearchSuggestGatewayTimeout) IsSuccess

func (o *PostSearchSuggestGatewayTimeout) IsSuccess() bool

IsSuccess returns true when this post search suggest gateway timeout response has a 2xx status code

func (*PostSearchSuggestGatewayTimeout) String

type PostSearchSuggestInternalServerError

type PostSearchSuggestInternalServerError struct {
	Payload *models.ErrorBody
}

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

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewPostSearchSuggestInternalServerError

func NewPostSearchSuggestInternalServerError() *PostSearchSuggestInternalServerError

NewPostSearchSuggestInternalServerError creates a PostSearchSuggestInternalServerError with default headers values

func (*PostSearchSuggestInternalServerError) Error

func (*PostSearchSuggestInternalServerError) GetPayload

func (*PostSearchSuggestInternalServerError) IsClientError

func (o *PostSearchSuggestInternalServerError) IsClientError() bool

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

func (*PostSearchSuggestInternalServerError) IsCode

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

func (*PostSearchSuggestInternalServerError) IsRedirect

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

func (*PostSearchSuggestInternalServerError) IsServerError

func (o *PostSearchSuggestInternalServerError) IsServerError() bool

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

func (*PostSearchSuggestInternalServerError) IsSuccess

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

func (*PostSearchSuggestInternalServerError) String

type PostSearchSuggestNotFound

type PostSearchSuggestNotFound struct {
	Payload *models.ErrorBody
}

PostSearchSuggestNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewPostSearchSuggestNotFound

func NewPostSearchSuggestNotFound() *PostSearchSuggestNotFound

NewPostSearchSuggestNotFound creates a PostSearchSuggestNotFound with default headers values

func (*PostSearchSuggestNotFound) Error

func (o *PostSearchSuggestNotFound) Error() string

func (*PostSearchSuggestNotFound) GetPayload

func (o *PostSearchSuggestNotFound) GetPayload() *models.ErrorBody

func (*PostSearchSuggestNotFound) IsClientError

func (o *PostSearchSuggestNotFound) IsClientError() bool

IsClientError returns true when this post search suggest not found response has a 4xx status code

func (*PostSearchSuggestNotFound) IsCode

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

IsCode returns true when this post search suggest not found response a status code equal to that given

func (*PostSearchSuggestNotFound) IsRedirect

func (o *PostSearchSuggestNotFound) IsRedirect() bool

IsRedirect returns true when this post search suggest not found response has a 3xx status code

func (*PostSearchSuggestNotFound) IsServerError

func (o *PostSearchSuggestNotFound) IsServerError() bool

IsServerError returns true when this post search suggest not found response has a 5xx status code

func (*PostSearchSuggestNotFound) IsSuccess

func (o *PostSearchSuggestNotFound) IsSuccess() bool

IsSuccess returns true when this post search suggest not found response has a 2xx status code

func (*PostSearchSuggestNotFound) String

func (o *PostSearchSuggestNotFound) String() string

type PostSearchSuggestOK

type PostSearchSuggestOK struct {
	Payload *models.JSONNodeSearchResponse
}

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

successful operation

func NewPostSearchSuggestOK

func NewPostSearchSuggestOK() *PostSearchSuggestOK

NewPostSearchSuggestOK creates a PostSearchSuggestOK with default headers values

func (*PostSearchSuggestOK) Error

func (o *PostSearchSuggestOK) Error() string

func (*PostSearchSuggestOK) GetPayload

func (*PostSearchSuggestOK) IsClientError

func (o *PostSearchSuggestOK) IsClientError() bool

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

func (*PostSearchSuggestOK) IsCode

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

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

func (*PostSearchSuggestOK) IsRedirect

func (o *PostSearchSuggestOK) IsRedirect() bool

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

func (*PostSearchSuggestOK) IsServerError

func (o *PostSearchSuggestOK) IsServerError() bool

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

func (*PostSearchSuggestOK) IsSuccess

func (o *PostSearchSuggestOK) IsSuccess() bool

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

func (*PostSearchSuggestOK) String

func (o *PostSearchSuggestOK) String() string

type PostSearchSuggestParams

type PostSearchSuggestParams struct {

	/* Body.

	   Search request options
	*/
	Body *models.SuggestSearchRequest

	/* Profile.

	   profile

	   Default: true
	*/
	Profile *bool

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

PostSearchSuggestParams contains all the parameters to send to the API endpoint

for the post search suggest operation.

Typically these are written to a http.Request.

func NewPostSearchSuggestParams

func NewPostSearchSuggestParams() *PostSearchSuggestParams

NewPostSearchSuggestParams creates a new PostSearchSuggestParams object, with the default timeout for this client.

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

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

func NewPostSearchSuggestParamsWithContext

func NewPostSearchSuggestParamsWithContext(ctx context.Context) *PostSearchSuggestParams

NewPostSearchSuggestParamsWithContext creates a new PostSearchSuggestParams object with the ability to set a context for a request.

func NewPostSearchSuggestParamsWithHTTPClient

func NewPostSearchSuggestParamsWithHTTPClient(client *http.Client) *PostSearchSuggestParams

NewPostSearchSuggestParamsWithHTTPClient creates a new PostSearchSuggestParams object with the ability to set a custom HTTPClient for a request.

func NewPostSearchSuggestParamsWithTimeout

func NewPostSearchSuggestParamsWithTimeout(timeout time.Duration) *PostSearchSuggestParams

NewPostSearchSuggestParamsWithTimeout creates a new PostSearchSuggestParams object with the ability to set a timeout on a request.

func (*PostSearchSuggestParams) SetBody

SetBody adds the body to the post search suggest params

func (*PostSearchSuggestParams) SetContext

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

SetContext adds the context to the post search suggest params

func (*PostSearchSuggestParams) SetDefaults

func (o *PostSearchSuggestParams) SetDefaults()

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

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

func (*PostSearchSuggestParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post search suggest params

func (*PostSearchSuggestParams) SetProfile

func (o *PostSearchSuggestParams) SetProfile(profile *bool)

SetProfile adds the profile to the post search suggest params

func (*PostSearchSuggestParams) SetTimeout

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

SetTimeout adds the timeout to the post search suggest params

func (*PostSearchSuggestParams) WithBody

WithBody adds the body to the post search suggest params

func (*PostSearchSuggestParams) WithContext

WithContext adds the context to the post search suggest params

func (*PostSearchSuggestParams) WithDefaults

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

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

func (*PostSearchSuggestParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the post search suggest params

func (*PostSearchSuggestParams) WithProfile

func (o *PostSearchSuggestParams) WithProfile(profile *bool) *PostSearchSuggestParams

WithProfile adds the profile to the post search suggest params

func (*PostSearchSuggestParams) WithTimeout

WithTimeout adds the timeout to the post search suggest params

func (*PostSearchSuggestParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostSearchSuggestReader

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

PostSearchSuggestReader is a Reader for the PostSearchSuggest structure.

func (*PostSearchSuggestReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostSearchSuggestRequestEntityTooLarge

type PostSearchSuggestRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PostSearchSuggestRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPostSearchSuggestRequestEntityTooLarge

func NewPostSearchSuggestRequestEntityTooLarge() *PostSearchSuggestRequestEntityTooLarge

NewPostSearchSuggestRequestEntityTooLarge creates a PostSearchSuggestRequestEntityTooLarge with default headers values

func (*PostSearchSuggestRequestEntityTooLarge) Error

func (*PostSearchSuggestRequestEntityTooLarge) GetPayload

func (*PostSearchSuggestRequestEntityTooLarge) IsClientError

func (o *PostSearchSuggestRequestEntityTooLarge) IsClientError() bool

IsClientError returns true when this post search suggest request entity too large response has a 4xx status code

func (*PostSearchSuggestRequestEntityTooLarge) IsCode

IsCode returns true when this post search suggest request entity too large response a status code equal to that given

func (*PostSearchSuggestRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this post search suggest request entity too large response has a 3xx status code

func (*PostSearchSuggestRequestEntityTooLarge) IsServerError

func (o *PostSearchSuggestRequestEntityTooLarge) IsServerError() bool

IsServerError returns true when this post search suggest request entity too large response has a 5xx status code

func (*PostSearchSuggestRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this post search suggest request entity too large response has a 2xx status code

func (*PostSearchSuggestRequestEntityTooLarge) String

type PostSearchSuggestRequestTimeout

type PostSearchSuggestRequestTimeout struct {
	Payload *models.ErrorBody
}

PostSearchSuggestRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewPostSearchSuggestRequestTimeout

func NewPostSearchSuggestRequestTimeout() *PostSearchSuggestRequestTimeout

NewPostSearchSuggestRequestTimeout creates a PostSearchSuggestRequestTimeout with default headers values

func (*PostSearchSuggestRequestTimeout) Error

func (*PostSearchSuggestRequestTimeout) GetPayload

func (*PostSearchSuggestRequestTimeout) IsClientError

func (o *PostSearchSuggestRequestTimeout) IsClientError() bool

IsClientError returns true when this post search suggest request timeout response has a 4xx status code

func (*PostSearchSuggestRequestTimeout) IsCode

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

IsCode returns true when this post search suggest request timeout response a status code equal to that given

func (*PostSearchSuggestRequestTimeout) IsRedirect

func (o *PostSearchSuggestRequestTimeout) IsRedirect() bool

IsRedirect returns true when this post search suggest request timeout response has a 3xx status code

func (*PostSearchSuggestRequestTimeout) IsServerError

func (o *PostSearchSuggestRequestTimeout) IsServerError() bool

IsServerError returns true when this post search suggest request timeout response has a 5xx status code

func (*PostSearchSuggestRequestTimeout) IsSuccess

func (o *PostSearchSuggestRequestTimeout) IsSuccess() bool

IsSuccess returns true when this post search suggest request timeout response has a 2xx status code

func (*PostSearchSuggestRequestTimeout) String

type PostSearchSuggestServiceUnavailable

type PostSearchSuggestServiceUnavailable struct {
	Payload *models.ErrorBody
}

PostSearchSuggestServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewPostSearchSuggestServiceUnavailable

func NewPostSearchSuggestServiceUnavailable() *PostSearchSuggestServiceUnavailable

NewPostSearchSuggestServiceUnavailable creates a PostSearchSuggestServiceUnavailable with default headers values

func (*PostSearchSuggestServiceUnavailable) Error

func (*PostSearchSuggestServiceUnavailable) GetPayload

func (*PostSearchSuggestServiceUnavailable) IsClientError

func (o *PostSearchSuggestServiceUnavailable) IsClientError() bool

IsClientError returns true when this post search suggest service unavailable response has a 4xx status code

func (*PostSearchSuggestServiceUnavailable) IsCode

IsCode returns true when this post search suggest service unavailable response a status code equal to that given

func (*PostSearchSuggestServiceUnavailable) IsRedirect

func (o *PostSearchSuggestServiceUnavailable) IsRedirect() bool

IsRedirect returns true when this post search suggest service unavailable response has a 3xx status code

func (*PostSearchSuggestServiceUnavailable) IsServerError

func (o *PostSearchSuggestServiceUnavailable) IsServerError() bool

IsServerError returns true when this post search suggest service unavailable response has a 5xx status code

func (*PostSearchSuggestServiceUnavailable) IsSuccess

IsSuccess returns true when this post search suggest service unavailable response has a 2xx status code

func (*PostSearchSuggestServiceUnavailable) String

type PostSearchSuggestTooManyRequests

type PostSearchSuggestTooManyRequests struct {
	Payload *models.ErrorBody
}

PostSearchSuggestTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPostSearchSuggestTooManyRequests

func NewPostSearchSuggestTooManyRequests() *PostSearchSuggestTooManyRequests

NewPostSearchSuggestTooManyRequests creates a PostSearchSuggestTooManyRequests with default headers values

func (*PostSearchSuggestTooManyRequests) Error

func (*PostSearchSuggestTooManyRequests) GetPayload

func (*PostSearchSuggestTooManyRequests) IsClientError

func (o *PostSearchSuggestTooManyRequests) IsClientError() bool

IsClientError returns true when this post search suggest too many requests response has a 4xx status code

func (*PostSearchSuggestTooManyRequests) IsCode

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

IsCode returns true when this post search suggest too many requests response a status code equal to that given

func (*PostSearchSuggestTooManyRequests) IsRedirect

func (o *PostSearchSuggestTooManyRequests) IsRedirect() bool

IsRedirect returns true when this post search suggest too many requests response has a 3xx status code

func (*PostSearchSuggestTooManyRequests) IsServerError

func (o *PostSearchSuggestTooManyRequests) IsServerError() bool

IsServerError returns true when this post search suggest too many requests response has a 5xx status code

func (*PostSearchSuggestTooManyRequests) IsSuccess

func (o *PostSearchSuggestTooManyRequests) IsSuccess() bool

IsSuccess returns true when this post search suggest too many requests response has a 2xx status code

func (*PostSearchSuggestTooManyRequests) String

type PostSearchSuggestUnauthorized

type PostSearchSuggestUnauthorized struct {
	Payload *models.ErrorBody
}

PostSearchSuggestUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewPostSearchSuggestUnauthorized

func NewPostSearchSuggestUnauthorized() *PostSearchSuggestUnauthorized

NewPostSearchSuggestUnauthorized creates a PostSearchSuggestUnauthorized with default headers values

func (*PostSearchSuggestUnauthorized) Error

func (*PostSearchSuggestUnauthorized) GetPayload

func (*PostSearchSuggestUnauthorized) IsClientError

func (o *PostSearchSuggestUnauthorized) IsClientError() bool

IsClientError returns true when this post search suggest unauthorized response has a 4xx status code

func (*PostSearchSuggestUnauthorized) IsCode

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

IsCode returns true when this post search suggest unauthorized response a status code equal to that given

func (*PostSearchSuggestUnauthorized) IsRedirect

func (o *PostSearchSuggestUnauthorized) IsRedirect() bool

IsRedirect returns true when this post search suggest unauthorized response has a 3xx status code

func (*PostSearchSuggestUnauthorized) IsServerError

func (o *PostSearchSuggestUnauthorized) IsServerError() bool

IsServerError returns true when this post search suggest unauthorized response has a 5xx status code

func (*PostSearchSuggestUnauthorized) IsSuccess

func (o *PostSearchSuggestUnauthorized) IsSuccess() bool

IsSuccess returns true when this post search suggest unauthorized response has a 2xx status code

func (*PostSearchSuggestUnauthorized) String

type PostSearchSuggestUnsupportedMediaType

type PostSearchSuggestUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PostSearchSuggestUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewPostSearchSuggestUnsupportedMediaType

func NewPostSearchSuggestUnsupportedMediaType() *PostSearchSuggestUnsupportedMediaType

NewPostSearchSuggestUnsupportedMediaType creates a PostSearchSuggestUnsupportedMediaType with default headers values

func (*PostSearchSuggestUnsupportedMediaType) Error

func (*PostSearchSuggestUnsupportedMediaType) GetPayload

func (*PostSearchSuggestUnsupportedMediaType) IsClientError

func (o *PostSearchSuggestUnsupportedMediaType) IsClientError() bool

IsClientError returns true when this post search suggest unsupported media type response has a 4xx status code

func (*PostSearchSuggestUnsupportedMediaType) IsCode

IsCode returns true when this post search suggest unsupported media type response a status code equal to that given

func (*PostSearchSuggestUnsupportedMediaType) IsRedirect

IsRedirect returns true when this post search suggest unsupported media type response has a 3xx status code

func (*PostSearchSuggestUnsupportedMediaType) IsServerError

func (o *PostSearchSuggestUnsupportedMediaType) IsServerError() bool

IsServerError returns true when this post search suggest unsupported media type response has a 5xx status code

func (*PostSearchSuggestUnsupportedMediaType) IsSuccess

IsSuccess returns true when this post search suggest unsupported media type response has a 2xx status code

func (*PostSearchSuggestUnsupportedMediaType) String

type PostSearchTooManyRequests

type PostSearchTooManyRequests struct {
	Payload *models.ErrorBody
}

PostSearchTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPostSearchTooManyRequests

func NewPostSearchTooManyRequests() *PostSearchTooManyRequests

NewPostSearchTooManyRequests creates a PostSearchTooManyRequests with default headers values

func (*PostSearchTooManyRequests) Error

func (o *PostSearchTooManyRequests) Error() string

func (*PostSearchTooManyRequests) GetPayload

func (o *PostSearchTooManyRequests) GetPayload() *models.ErrorBody

func (*PostSearchTooManyRequests) IsClientError

func (o *PostSearchTooManyRequests) IsClientError() bool

IsClientError returns true when this post search too many requests response has a 4xx status code

func (*PostSearchTooManyRequests) IsCode

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

IsCode returns true when this post search too many requests response a status code equal to that given

func (*PostSearchTooManyRequests) IsRedirect

func (o *PostSearchTooManyRequests) IsRedirect() bool

IsRedirect returns true when this post search too many requests response has a 3xx status code

func (*PostSearchTooManyRequests) IsServerError

func (o *PostSearchTooManyRequests) IsServerError() bool

IsServerError returns true when this post search too many requests response has a 5xx status code

func (*PostSearchTooManyRequests) IsSuccess

func (o *PostSearchTooManyRequests) IsSuccess() bool

IsSuccess returns true when this post search too many requests response has a 2xx status code

func (*PostSearchTooManyRequests) String

func (o *PostSearchTooManyRequests) String() string

type PostSearchUnauthorized

type PostSearchUnauthorized struct {
	Payload *models.ErrorBody
}

PostSearchUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewPostSearchUnauthorized

func NewPostSearchUnauthorized() *PostSearchUnauthorized

NewPostSearchUnauthorized creates a PostSearchUnauthorized with default headers values

func (*PostSearchUnauthorized) Error

func (o *PostSearchUnauthorized) Error() string

func (*PostSearchUnauthorized) GetPayload

func (o *PostSearchUnauthorized) GetPayload() *models.ErrorBody

func (*PostSearchUnauthorized) IsClientError

func (o *PostSearchUnauthorized) IsClientError() bool

IsClientError returns true when this post search unauthorized response has a 4xx status code

func (*PostSearchUnauthorized) IsCode

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

IsCode returns true when this post search unauthorized response a status code equal to that given

func (*PostSearchUnauthorized) IsRedirect

func (o *PostSearchUnauthorized) IsRedirect() bool

IsRedirect returns true when this post search unauthorized response has a 3xx status code

func (*PostSearchUnauthorized) IsServerError

func (o *PostSearchUnauthorized) IsServerError() bool

IsServerError returns true when this post search unauthorized response has a 5xx status code

func (*PostSearchUnauthorized) IsSuccess

func (o *PostSearchUnauthorized) IsSuccess() bool

IsSuccess returns true when this post search unauthorized response has a 2xx status code

func (*PostSearchUnauthorized) String

func (o *PostSearchUnauthorized) String() string

type PostSearchUnsupportedMediaType

type PostSearchUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PostSearchUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewPostSearchUnsupportedMediaType

func NewPostSearchUnsupportedMediaType() *PostSearchUnsupportedMediaType

NewPostSearchUnsupportedMediaType creates a PostSearchUnsupportedMediaType with default headers values

func (*PostSearchUnsupportedMediaType) Error

func (*PostSearchUnsupportedMediaType) GetPayload

func (*PostSearchUnsupportedMediaType) IsClientError

func (o *PostSearchUnsupportedMediaType) IsClientError() bool

IsClientError returns true when this post search unsupported media type response has a 4xx status code

func (*PostSearchUnsupportedMediaType) IsCode

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

IsCode returns true when this post search unsupported media type response a status code equal to that given

func (*PostSearchUnsupportedMediaType) IsRedirect

func (o *PostSearchUnsupportedMediaType) IsRedirect() bool

IsRedirect returns true when this post search unsupported media type response has a 3xx status code

func (*PostSearchUnsupportedMediaType) IsServerError

func (o *PostSearchUnsupportedMediaType) IsServerError() bool

IsServerError returns true when this post search unsupported media type response has a 5xx status code

func (*PostSearchUnsupportedMediaType) IsSuccess

func (o *PostSearchUnsupportedMediaType) IsSuccess() bool

IsSuccess returns true when this post search unsupported media type response has a 2xx status code

func (*PostSearchUnsupportedMediaType) String

type PostSpeechandtextanalyticsTranscriptsSearchBadRequest

type PostSpeechandtextanalyticsTranscriptsSearchBadRequest struct {
	Payload *models.ErrorBody
}

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

The request could not be understood by the server due to malformed syntax.

func NewPostSpeechandtextanalyticsTranscriptsSearchBadRequest

func NewPostSpeechandtextanalyticsTranscriptsSearchBadRequest() *PostSpeechandtextanalyticsTranscriptsSearchBadRequest

NewPostSpeechandtextanalyticsTranscriptsSearchBadRequest creates a PostSpeechandtextanalyticsTranscriptsSearchBadRequest with default headers values

func (*PostSpeechandtextanalyticsTranscriptsSearchBadRequest) Error

func (*PostSpeechandtextanalyticsTranscriptsSearchBadRequest) GetPayload

func (*PostSpeechandtextanalyticsTranscriptsSearchBadRequest) IsClientError

IsClientError returns true when this post speechandtextanalytics transcripts search bad request response has a 4xx status code

func (*PostSpeechandtextanalyticsTranscriptsSearchBadRequest) IsCode

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

func (*PostSpeechandtextanalyticsTranscriptsSearchBadRequest) IsRedirect

IsRedirect returns true when this post speechandtextanalytics transcripts search bad request response has a 3xx status code

func (*PostSpeechandtextanalyticsTranscriptsSearchBadRequest) IsServerError

IsServerError returns true when this post speechandtextanalytics transcripts search bad request response has a 5xx status code

func (*PostSpeechandtextanalyticsTranscriptsSearchBadRequest) IsSuccess

IsSuccess returns true when this post speechandtextanalytics transcripts search bad request response has a 2xx status code

func (*PostSpeechandtextanalyticsTranscriptsSearchBadRequest) String

type PostSpeechandtextanalyticsTranscriptsSearchForbidden

type PostSpeechandtextanalyticsTranscriptsSearchForbidden struct {
	Payload *models.ErrorBody
}

PostSpeechandtextanalyticsTranscriptsSearchForbidden describes a response with status code 403, with default header values.

You are not authorized to perform the requested action.

func NewPostSpeechandtextanalyticsTranscriptsSearchForbidden

func NewPostSpeechandtextanalyticsTranscriptsSearchForbidden() *PostSpeechandtextanalyticsTranscriptsSearchForbidden

NewPostSpeechandtextanalyticsTranscriptsSearchForbidden creates a PostSpeechandtextanalyticsTranscriptsSearchForbidden with default headers values

func (*PostSpeechandtextanalyticsTranscriptsSearchForbidden) Error

func (*PostSpeechandtextanalyticsTranscriptsSearchForbidden) GetPayload

func (*PostSpeechandtextanalyticsTranscriptsSearchForbidden) IsClientError

IsClientError returns true when this post speechandtextanalytics transcripts search forbidden response has a 4xx status code

func (*PostSpeechandtextanalyticsTranscriptsSearchForbidden) IsCode

IsCode returns true when this post speechandtextanalytics transcripts search forbidden response a status code equal to that given

func (*PostSpeechandtextanalyticsTranscriptsSearchForbidden) IsRedirect

IsRedirect returns true when this post speechandtextanalytics transcripts search forbidden response has a 3xx status code

func (*PostSpeechandtextanalyticsTranscriptsSearchForbidden) IsServerError

IsServerError returns true when this post speechandtextanalytics transcripts search forbidden response has a 5xx status code

func (*PostSpeechandtextanalyticsTranscriptsSearchForbidden) IsSuccess

IsSuccess returns true when this post speechandtextanalytics transcripts search forbidden response has a 2xx status code

func (*PostSpeechandtextanalyticsTranscriptsSearchForbidden) String

type PostSpeechandtextanalyticsTranscriptsSearchGatewayTimeout

type PostSpeechandtextanalyticsTranscriptsSearchGatewayTimeout struct {
	Payload *models.ErrorBody
}

PostSpeechandtextanalyticsTranscriptsSearchGatewayTimeout describes a response with status code 504, with default header values.

The request timed out.

func NewPostSpeechandtextanalyticsTranscriptsSearchGatewayTimeout

func NewPostSpeechandtextanalyticsTranscriptsSearchGatewayTimeout() *PostSpeechandtextanalyticsTranscriptsSearchGatewayTimeout

NewPostSpeechandtextanalyticsTranscriptsSearchGatewayTimeout creates a PostSpeechandtextanalyticsTranscriptsSearchGatewayTimeout with default headers values

func (*PostSpeechandtextanalyticsTranscriptsSearchGatewayTimeout) Error

func (*PostSpeechandtextanalyticsTranscriptsSearchGatewayTimeout) GetPayload

func (*PostSpeechandtextanalyticsTranscriptsSearchGatewayTimeout) IsClientError

IsClientError returns true when this post speechandtextanalytics transcripts search gateway timeout response has a 4xx status code

func (*PostSpeechandtextanalyticsTranscriptsSearchGatewayTimeout) IsCode

IsCode returns true when this post speechandtextanalytics transcripts search gateway timeout response a status code equal to that given

func (*PostSpeechandtextanalyticsTranscriptsSearchGatewayTimeout) IsRedirect

IsRedirect returns true when this post speechandtextanalytics transcripts search gateway timeout response has a 3xx status code

func (*PostSpeechandtextanalyticsTranscriptsSearchGatewayTimeout) IsServerError

IsServerError returns true when this post speechandtextanalytics transcripts search gateway timeout response has a 5xx status code

func (*PostSpeechandtextanalyticsTranscriptsSearchGatewayTimeout) IsSuccess

IsSuccess returns true when this post speechandtextanalytics transcripts search gateway timeout response has a 2xx status code

func (*PostSpeechandtextanalyticsTranscriptsSearchGatewayTimeout) String

type PostSpeechandtextanalyticsTranscriptsSearchInternalServerError

type PostSpeechandtextanalyticsTranscriptsSearchInternalServerError struct {
	Payload *models.ErrorBody
}

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

The server encountered an unexpected condition which prevented it from fulfilling the request.

func NewPostSpeechandtextanalyticsTranscriptsSearchInternalServerError

func NewPostSpeechandtextanalyticsTranscriptsSearchInternalServerError() *PostSpeechandtextanalyticsTranscriptsSearchInternalServerError

NewPostSpeechandtextanalyticsTranscriptsSearchInternalServerError creates a PostSpeechandtextanalyticsTranscriptsSearchInternalServerError with default headers values

func (*PostSpeechandtextanalyticsTranscriptsSearchInternalServerError) Error

func (*PostSpeechandtextanalyticsTranscriptsSearchInternalServerError) GetPayload

func (*PostSpeechandtextanalyticsTranscriptsSearchInternalServerError) IsClientError

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

func (*PostSpeechandtextanalyticsTranscriptsSearchInternalServerError) IsCode

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

func (*PostSpeechandtextanalyticsTranscriptsSearchInternalServerError) IsRedirect

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

func (*PostSpeechandtextanalyticsTranscriptsSearchInternalServerError) IsServerError

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

func (*PostSpeechandtextanalyticsTranscriptsSearchInternalServerError) IsSuccess

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

func (*PostSpeechandtextanalyticsTranscriptsSearchInternalServerError) String

type PostSpeechandtextanalyticsTranscriptsSearchNotFound

type PostSpeechandtextanalyticsTranscriptsSearchNotFound struct {
	Payload *models.ErrorBody
}

PostSpeechandtextanalyticsTranscriptsSearchNotFound describes a response with status code 404, with default header values.

The requested resource was not found.

func NewPostSpeechandtextanalyticsTranscriptsSearchNotFound

func NewPostSpeechandtextanalyticsTranscriptsSearchNotFound() *PostSpeechandtextanalyticsTranscriptsSearchNotFound

NewPostSpeechandtextanalyticsTranscriptsSearchNotFound creates a PostSpeechandtextanalyticsTranscriptsSearchNotFound with default headers values

func (*PostSpeechandtextanalyticsTranscriptsSearchNotFound) Error

func (*PostSpeechandtextanalyticsTranscriptsSearchNotFound) GetPayload

func (*PostSpeechandtextanalyticsTranscriptsSearchNotFound) IsClientError

IsClientError returns true when this post speechandtextanalytics transcripts search not found response has a 4xx status code

func (*PostSpeechandtextanalyticsTranscriptsSearchNotFound) IsCode

IsCode returns true when this post speechandtextanalytics transcripts search not found response a status code equal to that given

func (*PostSpeechandtextanalyticsTranscriptsSearchNotFound) IsRedirect

IsRedirect returns true when this post speechandtextanalytics transcripts search not found response has a 3xx status code

func (*PostSpeechandtextanalyticsTranscriptsSearchNotFound) IsServerError

IsServerError returns true when this post speechandtextanalytics transcripts search not found response has a 5xx status code

func (*PostSpeechandtextanalyticsTranscriptsSearchNotFound) IsSuccess

IsSuccess returns true when this post speechandtextanalytics transcripts search not found response has a 2xx status code

func (*PostSpeechandtextanalyticsTranscriptsSearchNotFound) String

type PostSpeechandtextanalyticsTranscriptsSearchOK

type PostSpeechandtextanalyticsTranscriptsSearchOK struct {
	Payload *models.JSONSearchResponse
}

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

successful operation

func NewPostSpeechandtextanalyticsTranscriptsSearchOK

func NewPostSpeechandtextanalyticsTranscriptsSearchOK() *PostSpeechandtextanalyticsTranscriptsSearchOK

NewPostSpeechandtextanalyticsTranscriptsSearchOK creates a PostSpeechandtextanalyticsTranscriptsSearchOK with default headers values

func (*PostSpeechandtextanalyticsTranscriptsSearchOK) Error

func (*PostSpeechandtextanalyticsTranscriptsSearchOK) GetPayload

func (*PostSpeechandtextanalyticsTranscriptsSearchOK) IsClientError

IsClientError returns true when this post speechandtextanalytics transcripts search o k response has a 4xx status code

func (*PostSpeechandtextanalyticsTranscriptsSearchOK) IsCode

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

func (*PostSpeechandtextanalyticsTranscriptsSearchOK) IsRedirect

IsRedirect returns true when this post speechandtextanalytics transcripts search o k response has a 3xx status code

func (*PostSpeechandtextanalyticsTranscriptsSearchOK) IsServerError

IsServerError returns true when this post speechandtextanalytics transcripts search o k response has a 5xx status code

func (*PostSpeechandtextanalyticsTranscriptsSearchOK) IsSuccess

IsSuccess returns true when this post speechandtextanalytics transcripts search o k response has a 2xx status code

func (*PostSpeechandtextanalyticsTranscriptsSearchOK) String

type PostSpeechandtextanalyticsTranscriptsSearchParams

type PostSpeechandtextanalyticsTranscriptsSearchParams struct {

	/* Body.

	   Search request options
	*/
	Body *models.TranscriptSearchRequest

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

PostSpeechandtextanalyticsTranscriptsSearchParams contains all the parameters to send to the API endpoint

for the post speechandtextanalytics transcripts search operation.

Typically these are written to a http.Request.

func NewPostSpeechandtextanalyticsTranscriptsSearchParams

func NewPostSpeechandtextanalyticsTranscriptsSearchParams() *PostSpeechandtextanalyticsTranscriptsSearchParams

NewPostSpeechandtextanalyticsTranscriptsSearchParams creates a new PostSpeechandtextanalyticsTranscriptsSearchParams object, with the default timeout for this client.

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

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

func NewPostSpeechandtextanalyticsTranscriptsSearchParamsWithContext

func NewPostSpeechandtextanalyticsTranscriptsSearchParamsWithContext(ctx context.Context) *PostSpeechandtextanalyticsTranscriptsSearchParams

NewPostSpeechandtextanalyticsTranscriptsSearchParamsWithContext creates a new PostSpeechandtextanalyticsTranscriptsSearchParams object with the ability to set a context for a request.

func NewPostSpeechandtextanalyticsTranscriptsSearchParamsWithHTTPClient

func NewPostSpeechandtextanalyticsTranscriptsSearchParamsWithHTTPClient(client *http.Client) *PostSpeechandtextanalyticsTranscriptsSearchParams

NewPostSpeechandtextanalyticsTranscriptsSearchParamsWithHTTPClient creates a new PostSpeechandtextanalyticsTranscriptsSearchParams object with the ability to set a custom HTTPClient for a request.

func NewPostSpeechandtextanalyticsTranscriptsSearchParamsWithTimeout

func NewPostSpeechandtextanalyticsTranscriptsSearchParamsWithTimeout(timeout time.Duration) *PostSpeechandtextanalyticsTranscriptsSearchParams

NewPostSpeechandtextanalyticsTranscriptsSearchParamsWithTimeout creates a new PostSpeechandtextanalyticsTranscriptsSearchParams object with the ability to set a timeout on a request.

func (*PostSpeechandtextanalyticsTranscriptsSearchParams) SetBody

SetBody adds the body to the post speechandtextanalytics transcripts search params

func (*PostSpeechandtextanalyticsTranscriptsSearchParams) SetContext

SetContext adds the context to the post speechandtextanalytics transcripts search params

func (*PostSpeechandtextanalyticsTranscriptsSearchParams) SetDefaults

SetDefaults hydrates default values in the post speechandtextanalytics transcripts search params (not the query body).

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

func (*PostSpeechandtextanalyticsTranscriptsSearchParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the post speechandtextanalytics transcripts search params

func (*PostSpeechandtextanalyticsTranscriptsSearchParams) SetTimeout

SetTimeout adds the timeout to the post speechandtextanalytics transcripts search params

func (*PostSpeechandtextanalyticsTranscriptsSearchParams) WithBody

WithBody adds the body to the post speechandtextanalytics transcripts search params

func (*PostSpeechandtextanalyticsTranscriptsSearchParams) WithContext

WithContext adds the context to the post speechandtextanalytics transcripts search params

func (*PostSpeechandtextanalyticsTranscriptsSearchParams) WithDefaults

WithDefaults hydrates default values in the post speechandtextanalytics transcripts search params (not the query body).

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

func (*PostSpeechandtextanalyticsTranscriptsSearchParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post speechandtextanalytics transcripts search params

func (*PostSpeechandtextanalyticsTranscriptsSearchParams) WithTimeout

WithTimeout adds the timeout to the post speechandtextanalytics transcripts search params

func (*PostSpeechandtextanalyticsTranscriptsSearchParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostSpeechandtextanalyticsTranscriptsSearchReader

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

PostSpeechandtextanalyticsTranscriptsSearchReader is a Reader for the PostSpeechandtextanalyticsTranscriptsSearch structure.

func (*PostSpeechandtextanalyticsTranscriptsSearchReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostSpeechandtextanalyticsTranscriptsSearchRequestEntityTooLarge

type PostSpeechandtextanalyticsTranscriptsSearchRequestEntityTooLarge struct {
	Payload *models.ErrorBody
}

PostSpeechandtextanalyticsTranscriptsSearchRequestEntityTooLarge describes a response with status code 413, with default header values.

The request is over the size limit. Maximum bytes: %s

func NewPostSpeechandtextanalyticsTranscriptsSearchRequestEntityTooLarge

func NewPostSpeechandtextanalyticsTranscriptsSearchRequestEntityTooLarge() *PostSpeechandtextanalyticsTranscriptsSearchRequestEntityTooLarge

NewPostSpeechandtextanalyticsTranscriptsSearchRequestEntityTooLarge creates a PostSpeechandtextanalyticsTranscriptsSearchRequestEntityTooLarge with default headers values

func (*PostSpeechandtextanalyticsTranscriptsSearchRequestEntityTooLarge) Error

func (*PostSpeechandtextanalyticsTranscriptsSearchRequestEntityTooLarge) GetPayload

func (*PostSpeechandtextanalyticsTranscriptsSearchRequestEntityTooLarge) IsClientError

IsClientError returns true when this post speechandtextanalytics transcripts search request entity too large response has a 4xx status code

func (*PostSpeechandtextanalyticsTranscriptsSearchRequestEntityTooLarge) IsCode

IsCode returns true when this post speechandtextanalytics transcripts search request entity too large response a status code equal to that given

func (*PostSpeechandtextanalyticsTranscriptsSearchRequestEntityTooLarge) IsRedirect

IsRedirect returns true when this post speechandtextanalytics transcripts search request entity too large response has a 3xx status code

func (*PostSpeechandtextanalyticsTranscriptsSearchRequestEntityTooLarge) IsServerError

IsServerError returns true when this post speechandtextanalytics transcripts search request entity too large response has a 5xx status code

func (*PostSpeechandtextanalyticsTranscriptsSearchRequestEntityTooLarge) IsSuccess

IsSuccess returns true when this post speechandtextanalytics transcripts search request entity too large response has a 2xx status code

func (*PostSpeechandtextanalyticsTranscriptsSearchRequestEntityTooLarge) String

type PostSpeechandtextanalyticsTranscriptsSearchRequestTimeout

type PostSpeechandtextanalyticsTranscriptsSearchRequestTimeout struct {
	Payload *models.ErrorBody
}

PostSpeechandtextanalyticsTranscriptsSearchRequestTimeout describes a response with status code 408, with default header values.

The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.

func NewPostSpeechandtextanalyticsTranscriptsSearchRequestTimeout

func NewPostSpeechandtextanalyticsTranscriptsSearchRequestTimeout() *PostSpeechandtextanalyticsTranscriptsSearchRequestTimeout

NewPostSpeechandtextanalyticsTranscriptsSearchRequestTimeout creates a PostSpeechandtextanalyticsTranscriptsSearchRequestTimeout with default headers values

func (*PostSpeechandtextanalyticsTranscriptsSearchRequestTimeout) Error

func (*PostSpeechandtextanalyticsTranscriptsSearchRequestTimeout) GetPayload

func (*PostSpeechandtextanalyticsTranscriptsSearchRequestTimeout) IsClientError

IsClientError returns true when this post speechandtextanalytics transcripts search request timeout response has a 4xx status code

func (*PostSpeechandtextanalyticsTranscriptsSearchRequestTimeout) IsCode

IsCode returns true when this post speechandtextanalytics transcripts search request timeout response a status code equal to that given

func (*PostSpeechandtextanalyticsTranscriptsSearchRequestTimeout) IsRedirect

IsRedirect returns true when this post speechandtextanalytics transcripts search request timeout response has a 3xx status code

func (*PostSpeechandtextanalyticsTranscriptsSearchRequestTimeout) IsServerError

IsServerError returns true when this post speechandtextanalytics transcripts search request timeout response has a 5xx status code

func (*PostSpeechandtextanalyticsTranscriptsSearchRequestTimeout) IsSuccess

IsSuccess returns true when this post speechandtextanalytics transcripts search request timeout response has a 2xx status code

func (*PostSpeechandtextanalyticsTranscriptsSearchRequestTimeout) String

type PostSpeechandtextanalyticsTranscriptsSearchServiceUnavailable

type PostSpeechandtextanalyticsTranscriptsSearchServiceUnavailable struct {
	Payload *models.ErrorBody
}

PostSpeechandtextanalyticsTranscriptsSearchServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).

func NewPostSpeechandtextanalyticsTranscriptsSearchServiceUnavailable

func NewPostSpeechandtextanalyticsTranscriptsSearchServiceUnavailable() *PostSpeechandtextanalyticsTranscriptsSearchServiceUnavailable

NewPostSpeechandtextanalyticsTranscriptsSearchServiceUnavailable creates a PostSpeechandtextanalyticsTranscriptsSearchServiceUnavailable with default headers values

func (*PostSpeechandtextanalyticsTranscriptsSearchServiceUnavailable) Error

func (*PostSpeechandtextanalyticsTranscriptsSearchServiceUnavailable) GetPayload

func (*PostSpeechandtextanalyticsTranscriptsSearchServiceUnavailable) IsClientError

IsClientError returns true when this post speechandtextanalytics transcripts search service unavailable response has a 4xx status code

func (*PostSpeechandtextanalyticsTranscriptsSearchServiceUnavailable) IsCode

IsCode returns true when this post speechandtextanalytics transcripts search service unavailable response a status code equal to that given

func (*PostSpeechandtextanalyticsTranscriptsSearchServiceUnavailable) IsRedirect

IsRedirect returns true when this post speechandtextanalytics transcripts search service unavailable response has a 3xx status code

func (*PostSpeechandtextanalyticsTranscriptsSearchServiceUnavailable) IsServerError

IsServerError returns true when this post speechandtextanalytics transcripts search service unavailable response has a 5xx status code

func (*PostSpeechandtextanalyticsTranscriptsSearchServiceUnavailable) IsSuccess

IsSuccess returns true when this post speechandtextanalytics transcripts search service unavailable response has a 2xx status code

func (*PostSpeechandtextanalyticsTranscriptsSearchServiceUnavailable) String

type PostSpeechandtextanalyticsTranscriptsSearchTooManyRequests

type PostSpeechandtextanalyticsTranscriptsSearchTooManyRequests struct {
	Payload *models.ErrorBody
}

PostSpeechandtextanalyticsTranscriptsSearchTooManyRequests describes a response with status code 429, with default header values.

Rate limit exceeded the maximum. Retry the request in [%s] seconds

func NewPostSpeechandtextanalyticsTranscriptsSearchTooManyRequests

func NewPostSpeechandtextanalyticsTranscriptsSearchTooManyRequests() *PostSpeechandtextanalyticsTranscriptsSearchTooManyRequests

NewPostSpeechandtextanalyticsTranscriptsSearchTooManyRequests creates a PostSpeechandtextanalyticsTranscriptsSearchTooManyRequests with default headers values

func (*PostSpeechandtextanalyticsTranscriptsSearchTooManyRequests) Error

func (*PostSpeechandtextanalyticsTranscriptsSearchTooManyRequests) GetPayload

func (*PostSpeechandtextanalyticsTranscriptsSearchTooManyRequests) IsClientError

IsClientError returns true when this post speechandtextanalytics transcripts search too many requests response has a 4xx status code

func (*PostSpeechandtextanalyticsTranscriptsSearchTooManyRequests) IsCode

IsCode returns true when this post speechandtextanalytics transcripts search too many requests response a status code equal to that given

func (*PostSpeechandtextanalyticsTranscriptsSearchTooManyRequests) IsRedirect

IsRedirect returns true when this post speechandtextanalytics transcripts search too many requests response has a 3xx status code

func (*PostSpeechandtextanalyticsTranscriptsSearchTooManyRequests) IsServerError

IsServerError returns true when this post speechandtextanalytics transcripts search too many requests response has a 5xx status code

func (*PostSpeechandtextanalyticsTranscriptsSearchTooManyRequests) IsSuccess

IsSuccess returns true when this post speechandtextanalytics transcripts search too many requests response has a 2xx status code

func (*PostSpeechandtextanalyticsTranscriptsSearchTooManyRequests) String

type PostSpeechandtextanalyticsTranscriptsSearchUnauthorized

type PostSpeechandtextanalyticsTranscriptsSearchUnauthorized struct {
	Payload *models.ErrorBody
}

PostSpeechandtextanalyticsTranscriptsSearchUnauthorized describes a response with status code 401, with default header values.

No authentication bearer token specified in authorization header.

func NewPostSpeechandtextanalyticsTranscriptsSearchUnauthorized

func NewPostSpeechandtextanalyticsTranscriptsSearchUnauthorized() *PostSpeechandtextanalyticsTranscriptsSearchUnauthorized

NewPostSpeechandtextanalyticsTranscriptsSearchUnauthorized creates a PostSpeechandtextanalyticsTranscriptsSearchUnauthorized with default headers values

func (*PostSpeechandtextanalyticsTranscriptsSearchUnauthorized) Error

func (*PostSpeechandtextanalyticsTranscriptsSearchUnauthorized) GetPayload

func (*PostSpeechandtextanalyticsTranscriptsSearchUnauthorized) IsClientError

IsClientError returns true when this post speechandtextanalytics transcripts search unauthorized response has a 4xx status code

func (*PostSpeechandtextanalyticsTranscriptsSearchUnauthorized) IsCode

IsCode returns true when this post speechandtextanalytics transcripts search unauthorized response a status code equal to that given

func (*PostSpeechandtextanalyticsTranscriptsSearchUnauthorized) IsRedirect

IsRedirect returns true when this post speechandtextanalytics transcripts search unauthorized response has a 3xx status code

func (*PostSpeechandtextanalyticsTranscriptsSearchUnauthorized) IsServerError

IsServerError returns true when this post speechandtextanalytics transcripts search unauthorized response has a 5xx status code

func (*PostSpeechandtextanalyticsTranscriptsSearchUnauthorized) IsSuccess

IsSuccess returns true when this post speechandtextanalytics transcripts search unauthorized response has a 2xx status code

func (*PostSpeechandtextanalyticsTranscriptsSearchUnauthorized) String

type PostSpeechandtextanalyticsTranscriptsSearchUnsupportedMediaType

type PostSpeechandtextanalyticsTranscriptsSearchUnsupportedMediaType struct {
	Payload *models.ErrorBody
}

PostSpeechandtextanalyticsTranscriptsSearchUnsupportedMediaType describes a response with status code 415, with default header values.

Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.

func NewPostSpeechandtextanalyticsTranscriptsSearchUnsupportedMediaType

func NewPostSpeechandtextanalyticsTranscriptsSearchUnsupportedMediaType() *PostSpeechandtextanalyticsTranscriptsSearchUnsupportedMediaType

NewPostSpeechandtextanalyticsTranscriptsSearchUnsupportedMediaType creates a PostSpeechandtextanalyticsTranscriptsSearchUnsupportedMediaType with default headers values

func (*PostSpeechandtextanalyticsTranscriptsSearchUnsupportedMediaType) Error

func (*PostSpeechandtextanalyticsTranscriptsSearchUnsupportedMediaType) GetPayload

func (*PostSpeechandtextanalyticsTranscriptsSearchUnsupportedMediaType) IsClientError

IsClientError returns true when this post speechandtextanalytics transcripts search unsupported media type response has a 4xx status code

func (*PostSpeechandtextanalyticsTranscriptsSearchUnsupportedMediaType) IsCode

IsCode returns true when this post speechandtextanalytics transcripts search unsupported media type response a status code equal to that given

func (*PostSpeechandtextanalyticsTranscriptsSearchUnsupportedMediaType) IsRedirect

IsRedirect returns true when this post speechandtextanalytics transcripts search unsupported media type response has a 3xx status code

func (*PostSpeechandtextanalyticsTranscriptsSearchUnsupportedMediaType) IsServerError

IsServerError returns true when this post speechandtextanalytics transcripts search unsupported media type response has a 5xx status code

func (*PostSpeechandtextanalyticsTranscriptsSearchUnsupportedMediaType) IsSuccess

IsSuccess returns true when this post speechandtextanalytics transcripts search unsupported media type response has a 2xx status code

func (*PostSpeechandtextanalyticsTranscriptsSearchUnsupportedMediaType) String

Jump to

Keyboard shortcuts

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