Documentation
¶
Index ¶
- type API
- type Client
- func (a *Client) GetDocumentationGknSearch(ctx context.Context, params *GetDocumentationGknSearchParams) (*GetDocumentationGknSearchOK, error)
- func (a *Client) GetDocumentationSearch(ctx context.Context, params *GetDocumentationSearchParams) (*GetDocumentationSearchOK, error)
- func (a *Client) GetSearch(ctx context.Context, params *GetSearchParams) (*GetSearchOK, error)
- func (a *Client) GetSearchSuggest(ctx context.Context, params *GetSearchSuggestParams) (*GetSearchSuggestOK, error)
- func (a *Client) PostAnalyticsConversationsTranscriptsQuery(ctx context.Context, params *PostAnalyticsConversationsTranscriptsQueryParams) (*PostAnalyticsConversationsTranscriptsQueryOK, error)
- func (a *Client) PostDocumentationGknSearch(ctx context.Context, params *PostDocumentationGknSearchParams) (*PostDocumentationGknSearchOK, error)
- func (a *Client) PostDocumentationSearch(ctx context.Context, params *PostDocumentationSearchParams) (*PostDocumentationSearchOK, error)
- func (a *Client) PostSearch(ctx context.Context, params *PostSearchParams) (*PostSearchOK, error)
- func (a *Client) PostSearchSuggest(ctx context.Context, params *PostSearchSuggestParams) (*PostSearchSuggestOK, error)
- func (a *Client) PostSpeechandtextanalyticsTranscriptsSearch(ctx context.Context, params *PostSpeechandtextanalyticsTranscriptsSearchParams) (*PostSpeechandtextanalyticsTranscriptsSearchOK, error)
- type GetDocumentationGknSearchBadRequest
- func (o *GetDocumentationGknSearchBadRequest) Error() string
- func (o *GetDocumentationGknSearchBadRequest) GetPayload() *models.ErrorBody
- func (o *GetDocumentationGknSearchBadRequest) IsClientError() bool
- func (o *GetDocumentationGknSearchBadRequest) IsCode(code int) bool
- func (o *GetDocumentationGknSearchBadRequest) IsRedirect() bool
- func (o *GetDocumentationGknSearchBadRequest) IsServerError() bool
- func (o *GetDocumentationGknSearchBadRequest) IsSuccess() bool
- func (o *GetDocumentationGknSearchBadRequest) String() string
- type GetDocumentationGknSearchForbidden
- func (o *GetDocumentationGknSearchForbidden) Error() string
- func (o *GetDocumentationGknSearchForbidden) GetPayload() *models.ErrorBody
- func (o *GetDocumentationGknSearchForbidden) IsClientError() bool
- func (o *GetDocumentationGknSearchForbidden) IsCode(code int) bool
- func (o *GetDocumentationGknSearchForbidden) IsRedirect() bool
- func (o *GetDocumentationGknSearchForbidden) IsServerError() bool
- func (o *GetDocumentationGknSearchForbidden) IsSuccess() bool
- func (o *GetDocumentationGknSearchForbidden) String() string
- type GetDocumentationGknSearchGatewayTimeout
- func (o *GetDocumentationGknSearchGatewayTimeout) Error() string
- func (o *GetDocumentationGknSearchGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *GetDocumentationGknSearchGatewayTimeout) IsClientError() bool
- func (o *GetDocumentationGknSearchGatewayTimeout) IsCode(code int) bool
- func (o *GetDocumentationGknSearchGatewayTimeout) IsRedirect() bool
- func (o *GetDocumentationGknSearchGatewayTimeout) IsServerError() bool
- func (o *GetDocumentationGknSearchGatewayTimeout) IsSuccess() bool
- func (o *GetDocumentationGknSearchGatewayTimeout) String() string
- type GetDocumentationGknSearchInternalServerError
- func (o *GetDocumentationGknSearchInternalServerError) Error() string
- func (o *GetDocumentationGknSearchInternalServerError) GetPayload() *models.ErrorBody
- func (o *GetDocumentationGknSearchInternalServerError) IsClientError() bool
- func (o *GetDocumentationGknSearchInternalServerError) IsCode(code int) bool
- func (o *GetDocumentationGknSearchInternalServerError) IsRedirect() bool
- func (o *GetDocumentationGknSearchInternalServerError) IsServerError() bool
- func (o *GetDocumentationGknSearchInternalServerError) IsSuccess() bool
- func (o *GetDocumentationGknSearchInternalServerError) String() string
- type GetDocumentationGknSearchNotFound
- func (o *GetDocumentationGknSearchNotFound) Error() string
- func (o *GetDocumentationGknSearchNotFound) GetPayload() *models.ErrorBody
- func (o *GetDocumentationGknSearchNotFound) IsClientError() bool
- func (o *GetDocumentationGknSearchNotFound) IsCode(code int) bool
- func (o *GetDocumentationGknSearchNotFound) IsRedirect() bool
- func (o *GetDocumentationGknSearchNotFound) IsServerError() bool
- func (o *GetDocumentationGknSearchNotFound) IsSuccess() bool
- func (o *GetDocumentationGknSearchNotFound) String() string
- type GetDocumentationGknSearchOK
- func (o *GetDocumentationGknSearchOK) Error() string
- func (o *GetDocumentationGknSearchOK) GetPayload() *models.GKNDocumentationSearchResponse
- func (o *GetDocumentationGknSearchOK) IsClientError() bool
- func (o *GetDocumentationGknSearchOK) IsCode(code int) bool
- func (o *GetDocumentationGknSearchOK) IsRedirect() bool
- func (o *GetDocumentationGknSearchOK) IsServerError() bool
- func (o *GetDocumentationGknSearchOK) IsSuccess() bool
- func (o *GetDocumentationGknSearchOK) String() string
- type GetDocumentationGknSearchParams
- func NewGetDocumentationGknSearchParams() *GetDocumentationGknSearchParams
- func NewGetDocumentationGknSearchParamsWithContext(ctx context.Context) *GetDocumentationGknSearchParams
- func NewGetDocumentationGknSearchParamsWithHTTPClient(client *http.Client) *GetDocumentationGknSearchParams
- func NewGetDocumentationGknSearchParamsWithTimeout(timeout time.Duration) *GetDocumentationGknSearchParams
- func (o *GetDocumentationGknSearchParams) SetContext(ctx context.Context)
- func (o *GetDocumentationGknSearchParams) SetDefaults()
- func (o *GetDocumentationGknSearchParams) SetHTTPClient(client *http.Client)
- func (o *GetDocumentationGknSearchParams) SetQ64(q64 string)
- func (o *GetDocumentationGknSearchParams) SetTimeout(timeout time.Duration)
- func (o *GetDocumentationGknSearchParams) WithContext(ctx context.Context) *GetDocumentationGknSearchParams
- func (o *GetDocumentationGknSearchParams) WithDefaults() *GetDocumentationGknSearchParams
- func (o *GetDocumentationGknSearchParams) WithHTTPClient(client *http.Client) *GetDocumentationGknSearchParams
- func (o *GetDocumentationGknSearchParams) WithQ64(q64 string) *GetDocumentationGknSearchParams
- func (o *GetDocumentationGknSearchParams) WithTimeout(timeout time.Duration) *GetDocumentationGknSearchParams
- func (o *GetDocumentationGknSearchParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetDocumentationGknSearchReader
- type GetDocumentationGknSearchRequestEntityTooLarge
- func (o *GetDocumentationGknSearchRequestEntityTooLarge) Error() string
- func (o *GetDocumentationGknSearchRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *GetDocumentationGknSearchRequestEntityTooLarge) IsClientError() bool
- func (o *GetDocumentationGknSearchRequestEntityTooLarge) IsCode(code int) bool
- func (o *GetDocumentationGknSearchRequestEntityTooLarge) IsRedirect() bool
- func (o *GetDocumentationGknSearchRequestEntityTooLarge) IsServerError() bool
- func (o *GetDocumentationGknSearchRequestEntityTooLarge) IsSuccess() bool
- func (o *GetDocumentationGknSearchRequestEntityTooLarge) String() string
- type GetDocumentationGknSearchRequestTimeout
- func (o *GetDocumentationGknSearchRequestTimeout) Error() string
- func (o *GetDocumentationGknSearchRequestTimeout) GetPayload() *models.ErrorBody
- func (o *GetDocumentationGknSearchRequestTimeout) IsClientError() bool
- func (o *GetDocumentationGknSearchRequestTimeout) IsCode(code int) bool
- func (o *GetDocumentationGknSearchRequestTimeout) IsRedirect() bool
- func (o *GetDocumentationGknSearchRequestTimeout) IsServerError() bool
- func (o *GetDocumentationGknSearchRequestTimeout) IsSuccess() bool
- func (o *GetDocumentationGknSearchRequestTimeout) String() string
- type GetDocumentationGknSearchServiceUnavailable
- func (o *GetDocumentationGknSearchServiceUnavailable) Error() string
- func (o *GetDocumentationGknSearchServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *GetDocumentationGknSearchServiceUnavailable) IsClientError() bool
- func (o *GetDocumentationGknSearchServiceUnavailable) IsCode(code int) bool
- func (o *GetDocumentationGknSearchServiceUnavailable) IsRedirect() bool
- func (o *GetDocumentationGknSearchServiceUnavailable) IsServerError() bool
- func (o *GetDocumentationGknSearchServiceUnavailable) IsSuccess() bool
- func (o *GetDocumentationGknSearchServiceUnavailable) String() string
- type GetDocumentationGknSearchTooManyRequests
- func (o *GetDocumentationGknSearchTooManyRequests) Error() string
- func (o *GetDocumentationGknSearchTooManyRequests) GetPayload() *models.ErrorBody
- func (o *GetDocumentationGknSearchTooManyRequests) IsClientError() bool
- func (o *GetDocumentationGknSearchTooManyRequests) IsCode(code int) bool
- func (o *GetDocumentationGknSearchTooManyRequests) IsRedirect() bool
- func (o *GetDocumentationGknSearchTooManyRequests) IsServerError() bool
- func (o *GetDocumentationGknSearchTooManyRequests) IsSuccess() bool
- func (o *GetDocumentationGknSearchTooManyRequests) String() string
- type GetDocumentationGknSearchUnauthorized
- func (o *GetDocumentationGknSearchUnauthorized) Error() string
- func (o *GetDocumentationGknSearchUnauthorized) GetPayload() *models.ErrorBody
- func (o *GetDocumentationGknSearchUnauthorized) IsClientError() bool
- func (o *GetDocumentationGknSearchUnauthorized) IsCode(code int) bool
- func (o *GetDocumentationGknSearchUnauthorized) IsRedirect() bool
- func (o *GetDocumentationGknSearchUnauthorized) IsServerError() bool
- func (o *GetDocumentationGknSearchUnauthorized) IsSuccess() bool
- func (o *GetDocumentationGknSearchUnauthorized) String() string
- type GetDocumentationGknSearchUnsupportedMediaType
- func (o *GetDocumentationGknSearchUnsupportedMediaType) Error() string
- func (o *GetDocumentationGknSearchUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *GetDocumentationGknSearchUnsupportedMediaType) IsClientError() bool
- func (o *GetDocumentationGknSearchUnsupportedMediaType) IsCode(code int) bool
- func (o *GetDocumentationGknSearchUnsupportedMediaType) IsRedirect() bool
- func (o *GetDocumentationGknSearchUnsupportedMediaType) IsServerError() bool
- func (o *GetDocumentationGknSearchUnsupportedMediaType) IsSuccess() bool
- func (o *GetDocumentationGknSearchUnsupportedMediaType) String() string
- type GetDocumentationSearchBadRequest
- func (o *GetDocumentationSearchBadRequest) Error() string
- func (o *GetDocumentationSearchBadRequest) GetPayload() *models.ErrorBody
- func (o *GetDocumentationSearchBadRequest) IsClientError() bool
- func (o *GetDocumentationSearchBadRequest) IsCode(code int) bool
- func (o *GetDocumentationSearchBadRequest) IsRedirect() bool
- func (o *GetDocumentationSearchBadRequest) IsServerError() bool
- func (o *GetDocumentationSearchBadRequest) IsSuccess() bool
- func (o *GetDocumentationSearchBadRequest) String() string
- type GetDocumentationSearchForbidden
- func (o *GetDocumentationSearchForbidden) Error() string
- func (o *GetDocumentationSearchForbidden) GetPayload() *models.ErrorBody
- func (o *GetDocumentationSearchForbidden) IsClientError() bool
- func (o *GetDocumentationSearchForbidden) IsCode(code int) bool
- func (o *GetDocumentationSearchForbidden) IsRedirect() bool
- func (o *GetDocumentationSearchForbidden) IsServerError() bool
- func (o *GetDocumentationSearchForbidden) IsSuccess() bool
- func (o *GetDocumentationSearchForbidden) String() string
- type GetDocumentationSearchGatewayTimeout
- func (o *GetDocumentationSearchGatewayTimeout) Error() string
- func (o *GetDocumentationSearchGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *GetDocumentationSearchGatewayTimeout) IsClientError() bool
- func (o *GetDocumentationSearchGatewayTimeout) IsCode(code int) bool
- func (o *GetDocumentationSearchGatewayTimeout) IsRedirect() bool
- func (o *GetDocumentationSearchGatewayTimeout) IsServerError() bool
- func (o *GetDocumentationSearchGatewayTimeout) IsSuccess() bool
- func (o *GetDocumentationSearchGatewayTimeout) String() string
- type GetDocumentationSearchInternalServerError
- func (o *GetDocumentationSearchInternalServerError) Error() string
- func (o *GetDocumentationSearchInternalServerError) GetPayload() *models.ErrorBody
- func (o *GetDocumentationSearchInternalServerError) IsClientError() bool
- func (o *GetDocumentationSearchInternalServerError) IsCode(code int) bool
- func (o *GetDocumentationSearchInternalServerError) IsRedirect() bool
- func (o *GetDocumentationSearchInternalServerError) IsServerError() bool
- func (o *GetDocumentationSearchInternalServerError) IsSuccess() bool
- func (o *GetDocumentationSearchInternalServerError) String() string
- type GetDocumentationSearchNotFound
- func (o *GetDocumentationSearchNotFound) Error() string
- func (o *GetDocumentationSearchNotFound) GetPayload() *models.ErrorBody
- func (o *GetDocumentationSearchNotFound) IsClientError() bool
- func (o *GetDocumentationSearchNotFound) IsCode(code int) bool
- func (o *GetDocumentationSearchNotFound) IsRedirect() bool
- func (o *GetDocumentationSearchNotFound) IsServerError() bool
- func (o *GetDocumentationSearchNotFound) IsSuccess() bool
- func (o *GetDocumentationSearchNotFound) String() string
- type GetDocumentationSearchOK
- func (o *GetDocumentationSearchOK) Error() string
- func (o *GetDocumentationSearchOK) GetPayload() *models.DocumentationSearchResponse
- func (o *GetDocumentationSearchOK) IsClientError() bool
- func (o *GetDocumentationSearchOK) IsCode(code int) bool
- func (o *GetDocumentationSearchOK) IsRedirect() bool
- func (o *GetDocumentationSearchOK) IsServerError() bool
- func (o *GetDocumentationSearchOK) IsSuccess() bool
- func (o *GetDocumentationSearchOK) String() string
- type GetDocumentationSearchParams
- func NewGetDocumentationSearchParams() *GetDocumentationSearchParams
- func NewGetDocumentationSearchParamsWithContext(ctx context.Context) *GetDocumentationSearchParams
- func NewGetDocumentationSearchParamsWithHTTPClient(client *http.Client) *GetDocumentationSearchParams
- func NewGetDocumentationSearchParamsWithTimeout(timeout time.Duration) *GetDocumentationSearchParams
- func (o *GetDocumentationSearchParams) SetContext(ctx context.Context)
- func (o *GetDocumentationSearchParams) SetDefaults()
- func (o *GetDocumentationSearchParams) SetHTTPClient(client *http.Client)
- func (o *GetDocumentationSearchParams) SetQ64(q64 string)
- func (o *GetDocumentationSearchParams) SetTimeout(timeout time.Duration)
- func (o *GetDocumentationSearchParams) WithContext(ctx context.Context) *GetDocumentationSearchParams
- func (o *GetDocumentationSearchParams) WithDefaults() *GetDocumentationSearchParams
- func (o *GetDocumentationSearchParams) WithHTTPClient(client *http.Client) *GetDocumentationSearchParams
- func (o *GetDocumentationSearchParams) WithQ64(q64 string) *GetDocumentationSearchParams
- func (o *GetDocumentationSearchParams) WithTimeout(timeout time.Duration) *GetDocumentationSearchParams
- func (o *GetDocumentationSearchParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetDocumentationSearchReader
- type GetDocumentationSearchRequestEntityTooLarge
- func (o *GetDocumentationSearchRequestEntityTooLarge) Error() string
- func (o *GetDocumentationSearchRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *GetDocumentationSearchRequestEntityTooLarge) IsClientError() bool
- func (o *GetDocumentationSearchRequestEntityTooLarge) IsCode(code int) bool
- func (o *GetDocumentationSearchRequestEntityTooLarge) IsRedirect() bool
- func (o *GetDocumentationSearchRequestEntityTooLarge) IsServerError() bool
- func (o *GetDocumentationSearchRequestEntityTooLarge) IsSuccess() bool
- func (o *GetDocumentationSearchRequestEntityTooLarge) String() string
- type GetDocumentationSearchRequestTimeout
- func (o *GetDocumentationSearchRequestTimeout) Error() string
- func (o *GetDocumentationSearchRequestTimeout) GetPayload() *models.ErrorBody
- func (o *GetDocumentationSearchRequestTimeout) IsClientError() bool
- func (o *GetDocumentationSearchRequestTimeout) IsCode(code int) bool
- func (o *GetDocumentationSearchRequestTimeout) IsRedirect() bool
- func (o *GetDocumentationSearchRequestTimeout) IsServerError() bool
- func (o *GetDocumentationSearchRequestTimeout) IsSuccess() bool
- func (o *GetDocumentationSearchRequestTimeout) String() string
- type GetDocumentationSearchServiceUnavailable
- func (o *GetDocumentationSearchServiceUnavailable) Error() string
- func (o *GetDocumentationSearchServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *GetDocumentationSearchServiceUnavailable) IsClientError() bool
- func (o *GetDocumentationSearchServiceUnavailable) IsCode(code int) bool
- func (o *GetDocumentationSearchServiceUnavailable) IsRedirect() bool
- func (o *GetDocumentationSearchServiceUnavailable) IsServerError() bool
- func (o *GetDocumentationSearchServiceUnavailable) IsSuccess() bool
- func (o *GetDocumentationSearchServiceUnavailable) String() string
- type GetDocumentationSearchTooManyRequests
- func (o *GetDocumentationSearchTooManyRequests) Error() string
- func (o *GetDocumentationSearchTooManyRequests) GetPayload() *models.ErrorBody
- func (o *GetDocumentationSearchTooManyRequests) IsClientError() bool
- func (o *GetDocumentationSearchTooManyRequests) IsCode(code int) bool
- func (o *GetDocumentationSearchTooManyRequests) IsRedirect() bool
- func (o *GetDocumentationSearchTooManyRequests) IsServerError() bool
- func (o *GetDocumentationSearchTooManyRequests) IsSuccess() bool
- func (o *GetDocumentationSearchTooManyRequests) String() string
- type GetDocumentationSearchUnauthorized
- func (o *GetDocumentationSearchUnauthorized) Error() string
- func (o *GetDocumentationSearchUnauthorized) GetPayload() *models.ErrorBody
- func (o *GetDocumentationSearchUnauthorized) IsClientError() bool
- func (o *GetDocumentationSearchUnauthorized) IsCode(code int) bool
- func (o *GetDocumentationSearchUnauthorized) IsRedirect() bool
- func (o *GetDocumentationSearchUnauthorized) IsServerError() bool
- func (o *GetDocumentationSearchUnauthorized) IsSuccess() bool
- func (o *GetDocumentationSearchUnauthorized) String() string
- type GetDocumentationSearchUnsupportedMediaType
- func (o *GetDocumentationSearchUnsupportedMediaType) Error() string
- func (o *GetDocumentationSearchUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *GetDocumentationSearchUnsupportedMediaType) IsClientError() bool
- func (o *GetDocumentationSearchUnsupportedMediaType) IsCode(code int) bool
- func (o *GetDocumentationSearchUnsupportedMediaType) IsRedirect() bool
- func (o *GetDocumentationSearchUnsupportedMediaType) IsServerError() bool
- func (o *GetDocumentationSearchUnsupportedMediaType) IsSuccess() bool
- func (o *GetDocumentationSearchUnsupportedMediaType) String() string
- type GetSearchBadRequest
- func (o *GetSearchBadRequest) Error() string
- func (o *GetSearchBadRequest) GetPayload() *models.ErrorBody
- func (o *GetSearchBadRequest) IsClientError() bool
- func (o *GetSearchBadRequest) IsCode(code int) bool
- func (o *GetSearchBadRequest) IsRedirect() bool
- func (o *GetSearchBadRequest) IsServerError() bool
- func (o *GetSearchBadRequest) IsSuccess() bool
- func (o *GetSearchBadRequest) String() string
- type GetSearchForbidden
- func (o *GetSearchForbidden) Error() string
- func (o *GetSearchForbidden) GetPayload() *models.ErrorBody
- func (o *GetSearchForbidden) IsClientError() bool
- func (o *GetSearchForbidden) IsCode(code int) bool
- func (o *GetSearchForbidden) IsRedirect() bool
- func (o *GetSearchForbidden) IsServerError() bool
- func (o *GetSearchForbidden) IsSuccess() bool
- func (o *GetSearchForbidden) String() string
- type GetSearchGatewayTimeout
- func (o *GetSearchGatewayTimeout) Error() string
- func (o *GetSearchGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *GetSearchGatewayTimeout) IsClientError() bool
- func (o *GetSearchGatewayTimeout) IsCode(code int) bool
- func (o *GetSearchGatewayTimeout) IsRedirect() bool
- func (o *GetSearchGatewayTimeout) IsServerError() bool
- func (o *GetSearchGatewayTimeout) IsSuccess() bool
- func (o *GetSearchGatewayTimeout) String() string
- type GetSearchInternalServerError
- func (o *GetSearchInternalServerError) Error() string
- func (o *GetSearchInternalServerError) GetPayload() *models.ErrorBody
- func (o *GetSearchInternalServerError) IsClientError() bool
- func (o *GetSearchInternalServerError) IsCode(code int) bool
- func (o *GetSearchInternalServerError) IsRedirect() bool
- func (o *GetSearchInternalServerError) IsServerError() bool
- func (o *GetSearchInternalServerError) IsSuccess() bool
- func (o *GetSearchInternalServerError) String() string
- type GetSearchNotFound
- func (o *GetSearchNotFound) Error() string
- func (o *GetSearchNotFound) GetPayload() *models.ErrorBody
- func (o *GetSearchNotFound) IsClientError() bool
- func (o *GetSearchNotFound) IsCode(code int) bool
- func (o *GetSearchNotFound) IsRedirect() bool
- func (o *GetSearchNotFound) IsServerError() bool
- func (o *GetSearchNotFound) IsSuccess() bool
- func (o *GetSearchNotFound) String() string
- type GetSearchOK
- func (o *GetSearchOK) Error() string
- func (o *GetSearchOK) GetPayload() *models.JSONNodeSearchResponse
- func (o *GetSearchOK) IsClientError() bool
- func (o *GetSearchOK) IsCode(code int) bool
- func (o *GetSearchOK) IsRedirect() bool
- func (o *GetSearchOK) IsServerError() bool
- func (o *GetSearchOK) IsSuccess() bool
- func (o *GetSearchOK) String() string
- type GetSearchParams
- func (o *GetSearchParams) SetContext(ctx context.Context)
- func (o *GetSearchParams) SetDefaults()
- func (o *GetSearchParams) SetExpand(expand []string)
- func (o *GetSearchParams) SetHTTPClient(client *http.Client)
- func (o *GetSearchParams) SetProfile(profile *bool)
- func (o *GetSearchParams) SetQ64(q64 string)
- func (o *GetSearchParams) SetTimeout(timeout time.Duration)
- func (o *GetSearchParams) WithContext(ctx context.Context) *GetSearchParams
- func (o *GetSearchParams) WithDefaults() *GetSearchParams
- func (o *GetSearchParams) WithExpand(expand []string) *GetSearchParams
- func (o *GetSearchParams) WithHTTPClient(client *http.Client) *GetSearchParams
- func (o *GetSearchParams) WithProfile(profile *bool) *GetSearchParams
- func (o *GetSearchParams) WithQ64(q64 string) *GetSearchParams
- func (o *GetSearchParams) WithTimeout(timeout time.Duration) *GetSearchParams
- func (o *GetSearchParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetSearchReader
- type GetSearchRequestEntityTooLarge
- func (o *GetSearchRequestEntityTooLarge) Error() string
- func (o *GetSearchRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *GetSearchRequestEntityTooLarge) IsClientError() bool
- func (o *GetSearchRequestEntityTooLarge) IsCode(code int) bool
- func (o *GetSearchRequestEntityTooLarge) IsRedirect() bool
- func (o *GetSearchRequestEntityTooLarge) IsServerError() bool
- func (o *GetSearchRequestEntityTooLarge) IsSuccess() bool
- func (o *GetSearchRequestEntityTooLarge) String() string
- type GetSearchRequestTimeout
- func (o *GetSearchRequestTimeout) Error() string
- func (o *GetSearchRequestTimeout) GetPayload() *models.ErrorBody
- func (o *GetSearchRequestTimeout) IsClientError() bool
- func (o *GetSearchRequestTimeout) IsCode(code int) bool
- func (o *GetSearchRequestTimeout) IsRedirect() bool
- func (o *GetSearchRequestTimeout) IsServerError() bool
- func (o *GetSearchRequestTimeout) IsSuccess() bool
- func (o *GetSearchRequestTimeout) String() string
- type GetSearchServiceUnavailable
- func (o *GetSearchServiceUnavailable) Error() string
- func (o *GetSearchServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *GetSearchServiceUnavailable) IsClientError() bool
- func (o *GetSearchServiceUnavailable) IsCode(code int) bool
- func (o *GetSearchServiceUnavailable) IsRedirect() bool
- func (o *GetSearchServiceUnavailable) IsServerError() bool
- func (o *GetSearchServiceUnavailable) IsSuccess() bool
- func (o *GetSearchServiceUnavailable) String() string
- type GetSearchSuggestBadRequest
- func (o *GetSearchSuggestBadRequest) Error() string
- func (o *GetSearchSuggestBadRequest) GetPayload() *models.ErrorBody
- func (o *GetSearchSuggestBadRequest) IsClientError() bool
- func (o *GetSearchSuggestBadRequest) IsCode(code int) bool
- func (o *GetSearchSuggestBadRequest) IsRedirect() bool
- func (o *GetSearchSuggestBadRequest) IsServerError() bool
- func (o *GetSearchSuggestBadRequest) IsSuccess() bool
- func (o *GetSearchSuggestBadRequest) String() string
- type GetSearchSuggestForbidden
- func (o *GetSearchSuggestForbidden) Error() string
- func (o *GetSearchSuggestForbidden) GetPayload() *models.ErrorBody
- func (o *GetSearchSuggestForbidden) IsClientError() bool
- func (o *GetSearchSuggestForbidden) IsCode(code int) bool
- func (o *GetSearchSuggestForbidden) IsRedirect() bool
- func (o *GetSearchSuggestForbidden) IsServerError() bool
- func (o *GetSearchSuggestForbidden) IsSuccess() bool
- func (o *GetSearchSuggestForbidden) String() string
- type GetSearchSuggestGatewayTimeout
- func (o *GetSearchSuggestGatewayTimeout) Error() string
- func (o *GetSearchSuggestGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *GetSearchSuggestGatewayTimeout) IsClientError() bool
- func (o *GetSearchSuggestGatewayTimeout) IsCode(code int) bool
- func (o *GetSearchSuggestGatewayTimeout) IsRedirect() bool
- func (o *GetSearchSuggestGatewayTimeout) IsServerError() bool
- func (o *GetSearchSuggestGatewayTimeout) IsSuccess() bool
- func (o *GetSearchSuggestGatewayTimeout) String() string
- type GetSearchSuggestInternalServerError
- func (o *GetSearchSuggestInternalServerError) Error() string
- func (o *GetSearchSuggestInternalServerError) GetPayload() *models.ErrorBody
- func (o *GetSearchSuggestInternalServerError) IsClientError() bool
- func (o *GetSearchSuggestInternalServerError) IsCode(code int) bool
- func (o *GetSearchSuggestInternalServerError) IsRedirect() bool
- func (o *GetSearchSuggestInternalServerError) IsServerError() bool
- func (o *GetSearchSuggestInternalServerError) IsSuccess() bool
- func (o *GetSearchSuggestInternalServerError) String() string
- type GetSearchSuggestNotFound
- func (o *GetSearchSuggestNotFound) Error() string
- func (o *GetSearchSuggestNotFound) GetPayload() *models.ErrorBody
- func (o *GetSearchSuggestNotFound) IsClientError() bool
- func (o *GetSearchSuggestNotFound) IsCode(code int) bool
- func (o *GetSearchSuggestNotFound) IsRedirect() bool
- func (o *GetSearchSuggestNotFound) IsServerError() bool
- func (o *GetSearchSuggestNotFound) IsSuccess() bool
- func (o *GetSearchSuggestNotFound) String() string
- type GetSearchSuggestOK
- func (o *GetSearchSuggestOK) Error() string
- func (o *GetSearchSuggestOK) GetPayload() *models.JSONNodeSearchResponse
- func (o *GetSearchSuggestOK) IsClientError() bool
- func (o *GetSearchSuggestOK) IsCode(code int) bool
- func (o *GetSearchSuggestOK) IsRedirect() bool
- func (o *GetSearchSuggestOK) IsServerError() bool
- func (o *GetSearchSuggestOK) IsSuccess() bool
- func (o *GetSearchSuggestOK) String() string
- type GetSearchSuggestParams
- func NewGetSearchSuggestParams() *GetSearchSuggestParams
- func NewGetSearchSuggestParamsWithContext(ctx context.Context) *GetSearchSuggestParams
- func NewGetSearchSuggestParamsWithHTTPClient(client *http.Client) *GetSearchSuggestParams
- func NewGetSearchSuggestParamsWithTimeout(timeout time.Duration) *GetSearchSuggestParams
- func (o *GetSearchSuggestParams) SetContext(ctx context.Context)
- func (o *GetSearchSuggestParams) SetDefaults()
- func (o *GetSearchSuggestParams) SetExpand(expand []string)
- func (o *GetSearchSuggestParams) SetHTTPClient(client *http.Client)
- func (o *GetSearchSuggestParams) SetProfile(profile *bool)
- func (o *GetSearchSuggestParams) SetQ64(q64 string)
- func (o *GetSearchSuggestParams) SetTimeout(timeout time.Duration)
- func (o *GetSearchSuggestParams) WithContext(ctx context.Context) *GetSearchSuggestParams
- func (o *GetSearchSuggestParams) WithDefaults() *GetSearchSuggestParams
- func (o *GetSearchSuggestParams) WithExpand(expand []string) *GetSearchSuggestParams
- func (o *GetSearchSuggestParams) WithHTTPClient(client *http.Client) *GetSearchSuggestParams
- func (o *GetSearchSuggestParams) WithProfile(profile *bool) *GetSearchSuggestParams
- func (o *GetSearchSuggestParams) WithQ64(q64 string) *GetSearchSuggestParams
- func (o *GetSearchSuggestParams) WithTimeout(timeout time.Duration) *GetSearchSuggestParams
- func (o *GetSearchSuggestParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetSearchSuggestReader
- type GetSearchSuggestRequestEntityTooLarge
- func (o *GetSearchSuggestRequestEntityTooLarge) Error() string
- func (o *GetSearchSuggestRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *GetSearchSuggestRequestEntityTooLarge) IsClientError() bool
- func (o *GetSearchSuggestRequestEntityTooLarge) IsCode(code int) bool
- func (o *GetSearchSuggestRequestEntityTooLarge) IsRedirect() bool
- func (o *GetSearchSuggestRequestEntityTooLarge) IsServerError() bool
- func (o *GetSearchSuggestRequestEntityTooLarge) IsSuccess() bool
- func (o *GetSearchSuggestRequestEntityTooLarge) String() string
- type GetSearchSuggestRequestTimeout
- func (o *GetSearchSuggestRequestTimeout) Error() string
- func (o *GetSearchSuggestRequestTimeout) GetPayload() *models.ErrorBody
- func (o *GetSearchSuggestRequestTimeout) IsClientError() bool
- func (o *GetSearchSuggestRequestTimeout) IsCode(code int) bool
- func (o *GetSearchSuggestRequestTimeout) IsRedirect() bool
- func (o *GetSearchSuggestRequestTimeout) IsServerError() bool
- func (o *GetSearchSuggestRequestTimeout) IsSuccess() bool
- func (o *GetSearchSuggestRequestTimeout) String() string
- type GetSearchSuggestServiceUnavailable
- func (o *GetSearchSuggestServiceUnavailable) Error() string
- func (o *GetSearchSuggestServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *GetSearchSuggestServiceUnavailable) IsClientError() bool
- func (o *GetSearchSuggestServiceUnavailable) IsCode(code int) bool
- func (o *GetSearchSuggestServiceUnavailable) IsRedirect() bool
- func (o *GetSearchSuggestServiceUnavailable) IsServerError() bool
- func (o *GetSearchSuggestServiceUnavailable) IsSuccess() bool
- func (o *GetSearchSuggestServiceUnavailable) String() string
- type GetSearchSuggestTooManyRequests
- func (o *GetSearchSuggestTooManyRequests) Error() string
- func (o *GetSearchSuggestTooManyRequests) GetPayload() *models.ErrorBody
- func (o *GetSearchSuggestTooManyRequests) IsClientError() bool
- func (o *GetSearchSuggestTooManyRequests) IsCode(code int) bool
- func (o *GetSearchSuggestTooManyRequests) IsRedirect() bool
- func (o *GetSearchSuggestTooManyRequests) IsServerError() bool
- func (o *GetSearchSuggestTooManyRequests) IsSuccess() bool
- func (o *GetSearchSuggestTooManyRequests) String() string
- type GetSearchSuggestUnauthorized
- func (o *GetSearchSuggestUnauthorized) Error() string
- func (o *GetSearchSuggestUnauthorized) GetPayload() *models.ErrorBody
- func (o *GetSearchSuggestUnauthorized) IsClientError() bool
- func (o *GetSearchSuggestUnauthorized) IsCode(code int) bool
- func (o *GetSearchSuggestUnauthorized) IsRedirect() bool
- func (o *GetSearchSuggestUnauthorized) IsServerError() bool
- func (o *GetSearchSuggestUnauthorized) IsSuccess() bool
- func (o *GetSearchSuggestUnauthorized) String() string
- type GetSearchSuggestUnsupportedMediaType
- func (o *GetSearchSuggestUnsupportedMediaType) Error() string
- func (o *GetSearchSuggestUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *GetSearchSuggestUnsupportedMediaType) IsClientError() bool
- func (o *GetSearchSuggestUnsupportedMediaType) IsCode(code int) bool
- func (o *GetSearchSuggestUnsupportedMediaType) IsRedirect() bool
- func (o *GetSearchSuggestUnsupportedMediaType) IsServerError() bool
- func (o *GetSearchSuggestUnsupportedMediaType) IsSuccess() bool
- func (o *GetSearchSuggestUnsupportedMediaType) String() string
- type GetSearchTooManyRequests
- func (o *GetSearchTooManyRequests) Error() string
- func (o *GetSearchTooManyRequests) GetPayload() *models.ErrorBody
- func (o *GetSearchTooManyRequests) IsClientError() bool
- func (o *GetSearchTooManyRequests) IsCode(code int) bool
- func (o *GetSearchTooManyRequests) IsRedirect() bool
- func (o *GetSearchTooManyRequests) IsServerError() bool
- func (o *GetSearchTooManyRequests) IsSuccess() bool
- func (o *GetSearchTooManyRequests) String() string
- type GetSearchUnauthorized
- func (o *GetSearchUnauthorized) Error() string
- func (o *GetSearchUnauthorized) GetPayload() *models.ErrorBody
- func (o *GetSearchUnauthorized) IsClientError() bool
- func (o *GetSearchUnauthorized) IsCode(code int) bool
- func (o *GetSearchUnauthorized) IsRedirect() bool
- func (o *GetSearchUnauthorized) IsServerError() bool
- func (o *GetSearchUnauthorized) IsSuccess() bool
- func (o *GetSearchUnauthorized) String() string
- type GetSearchUnsupportedMediaType
- func (o *GetSearchUnsupportedMediaType) Error() string
- func (o *GetSearchUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *GetSearchUnsupportedMediaType) IsClientError() bool
- func (o *GetSearchUnsupportedMediaType) IsCode(code int) bool
- func (o *GetSearchUnsupportedMediaType) IsRedirect() bool
- func (o *GetSearchUnsupportedMediaType) IsServerError() bool
- func (o *GetSearchUnsupportedMediaType) IsSuccess() bool
- func (o *GetSearchUnsupportedMediaType) String() string
- type PostAnalyticsConversationsTranscriptsQueryBadRequest
- func (o *PostAnalyticsConversationsTranscriptsQueryBadRequest) Error() string
- func (o *PostAnalyticsConversationsTranscriptsQueryBadRequest) GetPayload() *models.ErrorBody
- func (o *PostAnalyticsConversationsTranscriptsQueryBadRequest) IsClientError() bool
- func (o *PostAnalyticsConversationsTranscriptsQueryBadRequest) IsCode(code int) bool
- func (o *PostAnalyticsConversationsTranscriptsQueryBadRequest) IsRedirect() bool
- func (o *PostAnalyticsConversationsTranscriptsQueryBadRequest) IsServerError() bool
- func (o *PostAnalyticsConversationsTranscriptsQueryBadRequest) IsSuccess() bool
- func (o *PostAnalyticsConversationsTranscriptsQueryBadRequest) String() string
- type PostAnalyticsConversationsTranscriptsQueryForbidden
- func (o *PostAnalyticsConversationsTranscriptsQueryForbidden) Error() string
- func (o *PostAnalyticsConversationsTranscriptsQueryForbidden) GetPayload() *models.ErrorBody
- func (o *PostAnalyticsConversationsTranscriptsQueryForbidden) IsClientError() bool
- func (o *PostAnalyticsConversationsTranscriptsQueryForbidden) IsCode(code int) bool
- func (o *PostAnalyticsConversationsTranscriptsQueryForbidden) IsRedirect() bool
- func (o *PostAnalyticsConversationsTranscriptsQueryForbidden) IsServerError() bool
- func (o *PostAnalyticsConversationsTranscriptsQueryForbidden) IsSuccess() bool
- func (o *PostAnalyticsConversationsTranscriptsQueryForbidden) String() string
- type PostAnalyticsConversationsTranscriptsQueryGatewayTimeout
- func (o *PostAnalyticsConversationsTranscriptsQueryGatewayTimeout) Error() string
- func (o *PostAnalyticsConversationsTranscriptsQueryGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *PostAnalyticsConversationsTranscriptsQueryGatewayTimeout) IsClientError() bool
- func (o *PostAnalyticsConversationsTranscriptsQueryGatewayTimeout) IsCode(code int) bool
- func (o *PostAnalyticsConversationsTranscriptsQueryGatewayTimeout) IsRedirect() bool
- func (o *PostAnalyticsConversationsTranscriptsQueryGatewayTimeout) IsServerError() bool
- func (o *PostAnalyticsConversationsTranscriptsQueryGatewayTimeout) IsSuccess() bool
- func (o *PostAnalyticsConversationsTranscriptsQueryGatewayTimeout) String() string
- type PostAnalyticsConversationsTranscriptsQueryInternalServerError
- func (o *PostAnalyticsConversationsTranscriptsQueryInternalServerError) Error() string
- func (o *PostAnalyticsConversationsTranscriptsQueryInternalServerError) GetPayload() *models.ErrorBody
- func (o *PostAnalyticsConversationsTranscriptsQueryInternalServerError) IsClientError() bool
- func (o *PostAnalyticsConversationsTranscriptsQueryInternalServerError) IsCode(code int) bool
- func (o *PostAnalyticsConversationsTranscriptsQueryInternalServerError) IsRedirect() bool
- func (o *PostAnalyticsConversationsTranscriptsQueryInternalServerError) IsServerError() bool
- func (o *PostAnalyticsConversationsTranscriptsQueryInternalServerError) IsSuccess() bool
- func (o *PostAnalyticsConversationsTranscriptsQueryInternalServerError) String() string
- type PostAnalyticsConversationsTranscriptsQueryNotFound
- func (o *PostAnalyticsConversationsTranscriptsQueryNotFound) Error() string
- func (o *PostAnalyticsConversationsTranscriptsQueryNotFound) GetPayload() *models.ErrorBody
- func (o *PostAnalyticsConversationsTranscriptsQueryNotFound) IsClientError() bool
- func (o *PostAnalyticsConversationsTranscriptsQueryNotFound) IsCode(code int) bool
- func (o *PostAnalyticsConversationsTranscriptsQueryNotFound) IsRedirect() bool
- func (o *PostAnalyticsConversationsTranscriptsQueryNotFound) IsServerError() bool
- func (o *PostAnalyticsConversationsTranscriptsQueryNotFound) IsSuccess() bool
- func (o *PostAnalyticsConversationsTranscriptsQueryNotFound) String() string
- type PostAnalyticsConversationsTranscriptsQueryOK
- func (o *PostAnalyticsConversationsTranscriptsQueryOK) Error() string
- func (o *PostAnalyticsConversationsTranscriptsQueryOK) GetPayload() *models.AnalyticsConversationWithoutAttributesMultiGetResponse
- func (o *PostAnalyticsConversationsTranscriptsQueryOK) IsClientError() bool
- func (o *PostAnalyticsConversationsTranscriptsQueryOK) IsCode(code int) bool
- func (o *PostAnalyticsConversationsTranscriptsQueryOK) IsRedirect() bool
- func (o *PostAnalyticsConversationsTranscriptsQueryOK) IsServerError() bool
- func (o *PostAnalyticsConversationsTranscriptsQueryOK) IsSuccess() bool
- func (o *PostAnalyticsConversationsTranscriptsQueryOK) String() string
- type PostAnalyticsConversationsTranscriptsQueryParams
- func NewPostAnalyticsConversationsTranscriptsQueryParams() *PostAnalyticsConversationsTranscriptsQueryParams
- func NewPostAnalyticsConversationsTranscriptsQueryParamsWithContext(ctx context.Context) *PostAnalyticsConversationsTranscriptsQueryParams
- func NewPostAnalyticsConversationsTranscriptsQueryParamsWithHTTPClient(client *http.Client) *PostAnalyticsConversationsTranscriptsQueryParams
- func NewPostAnalyticsConversationsTranscriptsQueryParamsWithTimeout(timeout time.Duration) *PostAnalyticsConversationsTranscriptsQueryParams
- func (o *PostAnalyticsConversationsTranscriptsQueryParams) SetBody(body *models.TranscriptConversationDetailSearchRequest)
- func (o *PostAnalyticsConversationsTranscriptsQueryParams) SetContext(ctx context.Context)
- func (o *PostAnalyticsConversationsTranscriptsQueryParams) SetDefaults()
- func (o *PostAnalyticsConversationsTranscriptsQueryParams) SetHTTPClient(client *http.Client)
- func (o *PostAnalyticsConversationsTranscriptsQueryParams) SetTimeout(timeout time.Duration)
- func (o *PostAnalyticsConversationsTranscriptsQueryParams) WithBody(body *models.TranscriptConversationDetailSearchRequest) *PostAnalyticsConversationsTranscriptsQueryParams
- func (o *PostAnalyticsConversationsTranscriptsQueryParams) WithContext(ctx context.Context) *PostAnalyticsConversationsTranscriptsQueryParams
- func (o *PostAnalyticsConversationsTranscriptsQueryParams) WithDefaults() *PostAnalyticsConversationsTranscriptsQueryParams
- func (o *PostAnalyticsConversationsTranscriptsQueryParams) WithHTTPClient(client *http.Client) *PostAnalyticsConversationsTranscriptsQueryParams
- func (o *PostAnalyticsConversationsTranscriptsQueryParams) WithTimeout(timeout time.Duration) *PostAnalyticsConversationsTranscriptsQueryParams
- func (o *PostAnalyticsConversationsTranscriptsQueryParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PostAnalyticsConversationsTranscriptsQueryReader
- type PostAnalyticsConversationsTranscriptsQueryRequestEntityTooLarge
- func (o *PostAnalyticsConversationsTranscriptsQueryRequestEntityTooLarge) Error() string
- func (o *PostAnalyticsConversationsTranscriptsQueryRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *PostAnalyticsConversationsTranscriptsQueryRequestEntityTooLarge) IsClientError() bool
- func (o *PostAnalyticsConversationsTranscriptsQueryRequestEntityTooLarge) IsCode(code int) bool
- func (o *PostAnalyticsConversationsTranscriptsQueryRequestEntityTooLarge) IsRedirect() bool
- func (o *PostAnalyticsConversationsTranscriptsQueryRequestEntityTooLarge) IsServerError() bool
- func (o *PostAnalyticsConversationsTranscriptsQueryRequestEntityTooLarge) IsSuccess() bool
- func (o *PostAnalyticsConversationsTranscriptsQueryRequestEntityTooLarge) String() string
- type PostAnalyticsConversationsTranscriptsQueryRequestTimeout
- func (o *PostAnalyticsConversationsTranscriptsQueryRequestTimeout) Error() string
- func (o *PostAnalyticsConversationsTranscriptsQueryRequestTimeout) GetPayload() *models.ErrorBody
- func (o *PostAnalyticsConversationsTranscriptsQueryRequestTimeout) IsClientError() bool
- func (o *PostAnalyticsConversationsTranscriptsQueryRequestTimeout) IsCode(code int) bool
- func (o *PostAnalyticsConversationsTranscriptsQueryRequestTimeout) IsRedirect() bool
- func (o *PostAnalyticsConversationsTranscriptsQueryRequestTimeout) IsServerError() bool
- func (o *PostAnalyticsConversationsTranscriptsQueryRequestTimeout) IsSuccess() bool
- func (o *PostAnalyticsConversationsTranscriptsQueryRequestTimeout) String() string
- type PostAnalyticsConversationsTranscriptsQueryServiceUnavailable
- func (o *PostAnalyticsConversationsTranscriptsQueryServiceUnavailable) Error() string
- func (o *PostAnalyticsConversationsTranscriptsQueryServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *PostAnalyticsConversationsTranscriptsQueryServiceUnavailable) IsClientError() bool
- func (o *PostAnalyticsConversationsTranscriptsQueryServiceUnavailable) IsCode(code int) bool
- func (o *PostAnalyticsConversationsTranscriptsQueryServiceUnavailable) IsRedirect() bool
- func (o *PostAnalyticsConversationsTranscriptsQueryServiceUnavailable) IsServerError() bool
- func (o *PostAnalyticsConversationsTranscriptsQueryServiceUnavailable) IsSuccess() bool
- func (o *PostAnalyticsConversationsTranscriptsQueryServiceUnavailable) String() string
- type PostAnalyticsConversationsTranscriptsQueryTooManyRequests
- func (o *PostAnalyticsConversationsTranscriptsQueryTooManyRequests) Error() string
- func (o *PostAnalyticsConversationsTranscriptsQueryTooManyRequests) GetPayload() *models.ErrorBody
- func (o *PostAnalyticsConversationsTranscriptsQueryTooManyRequests) IsClientError() bool
- func (o *PostAnalyticsConversationsTranscriptsQueryTooManyRequests) IsCode(code int) bool
- func (o *PostAnalyticsConversationsTranscriptsQueryTooManyRequests) IsRedirect() bool
- func (o *PostAnalyticsConversationsTranscriptsQueryTooManyRequests) IsServerError() bool
- func (o *PostAnalyticsConversationsTranscriptsQueryTooManyRequests) IsSuccess() bool
- func (o *PostAnalyticsConversationsTranscriptsQueryTooManyRequests) String() string
- type PostAnalyticsConversationsTranscriptsQueryUnauthorized
- func (o *PostAnalyticsConversationsTranscriptsQueryUnauthorized) Error() string
- func (o *PostAnalyticsConversationsTranscriptsQueryUnauthorized) GetPayload() *models.ErrorBody
- func (o *PostAnalyticsConversationsTranscriptsQueryUnauthorized) IsClientError() bool
- func (o *PostAnalyticsConversationsTranscriptsQueryUnauthorized) IsCode(code int) bool
- func (o *PostAnalyticsConversationsTranscriptsQueryUnauthorized) IsRedirect() bool
- func (o *PostAnalyticsConversationsTranscriptsQueryUnauthorized) IsServerError() bool
- func (o *PostAnalyticsConversationsTranscriptsQueryUnauthorized) IsSuccess() bool
- func (o *PostAnalyticsConversationsTranscriptsQueryUnauthorized) String() string
- type PostAnalyticsConversationsTranscriptsQueryUnsupportedMediaType
- func (o *PostAnalyticsConversationsTranscriptsQueryUnsupportedMediaType) Error() string
- func (o *PostAnalyticsConversationsTranscriptsQueryUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *PostAnalyticsConversationsTranscriptsQueryUnsupportedMediaType) IsClientError() bool
- func (o *PostAnalyticsConversationsTranscriptsQueryUnsupportedMediaType) IsCode(code int) bool
- func (o *PostAnalyticsConversationsTranscriptsQueryUnsupportedMediaType) IsRedirect() bool
- func (o *PostAnalyticsConversationsTranscriptsQueryUnsupportedMediaType) IsServerError() bool
- func (o *PostAnalyticsConversationsTranscriptsQueryUnsupportedMediaType) IsSuccess() bool
- func (o *PostAnalyticsConversationsTranscriptsQueryUnsupportedMediaType) String() string
- type PostDocumentationGknSearchBadRequest
- func (o *PostDocumentationGknSearchBadRequest) Error() string
- func (o *PostDocumentationGknSearchBadRequest) GetPayload() *models.ErrorBody
- func (o *PostDocumentationGknSearchBadRequest) IsClientError() bool
- func (o *PostDocumentationGknSearchBadRequest) IsCode(code int) bool
- func (o *PostDocumentationGknSearchBadRequest) IsRedirect() bool
- func (o *PostDocumentationGknSearchBadRequest) IsServerError() bool
- func (o *PostDocumentationGknSearchBadRequest) IsSuccess() bool
- func (o *PostDocumentationGknSearchBadRequest) String() string
- type PostDocumentationGknSearchForbidden
- func (o *PostDocumentationGknSearchForbidden) Error() string
- func (o *PostDocumentationGknSearchForbidden) GetPayload() *models.ErrorBody
- func (o *PostDocumentationGknSearchForbidden) IsClientError() bool
- func (o *PostDocumentationGknSearchForbidden) IsCode(code int) bool
- func (o *PostDocumentationGknSearchForbidden) IsRedirect() bool
- func (o *PostDocumentationGknSearchForbidden) IsServerError() bool
- func (o *PostDocumentationGknSearchForbidden) IsSuccess() bool
- func (o *PostDocumentationGknSearchForbidden) String() string
- type PostDocumentationGknSearchGatewayTimeout
- func (o *PostDocumentationGknSearchGatewayTimeout) Error() string
- func (o *PostDocumentationGknSearchGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *PostDocumentationGknSearchGatewayTimeout) IsClientError() bool
- func (o *PostDocumentationGknSearchGatewayTimeout) IsCode(code int) bool
- func (o *PostDocumentationGknSearchGatewayTimeout) IsRedirect() bool
- func (o *PostDocumentationGknSearchGatewayTimeout) IsServerError() bool
- func (o *PostDocumentationGknSearchGatewayTimeout) IsSuccess() bool
- func (o *PostDocumentationGknSearchGatewayTimeout) String() string
- type PostDocumentationGknSearchInternalServerError
- func (o *PostDocumentationGknSearchInternalServerError) Error() string
- func (o *PostDocumentationGknSearchInternalServerError) GetPayload() *models.ErrorBody
- func (o *PostDocumentationGknSearchInternalServerError) IsClientError() bool
- func (o *PostDocumentationGknSearchInternalServerError) IsCode(code int) bool
- func (o *PostDocumentationGknSearchInternalServerError) IsRedirect() bool
- func (o *PostDocumentationGknSearchInternalServerError) IsServerError() bool
- func (o *PostDocumentationGknSearchInternalServerError) IsSuccess() bool
- func (o *PostDocumentationGknSearchInternalServerError) String() string
- type PostDocumentationGknSearchNotFound
- func (o *PostDocumentationGknSearchNotFound) Error() string
- func (o *PostDocumentationGknSearchNotFound) GetPayload() *models.ErrorBody
- func (o *PostDocumentationGknSearchNotFound) IsClientError() bool
- func (o *PostDocumentationGknSearchNotFound) IsCode(code int) bool
- func (o *PostDocumentationGknSearchNotFound) IsRedirect() bool
- func (o *PostDocumentationGknSearchNotFound) IsServerError() bool
- func (o *PostDocumentationGknSearchNotFound) IsSuccess() bool
- func (o *PostDocumentationGknSearchNotFound) String() string
- type PostDocumentationGknSearchOK
- func (o *PostDocumentationGknSearchOK) Error() string
- func (o *PostDocumentationGknSearchOK) GetPayload() *models.GKNDocumentationSearchResponse
- func (o *PostDocumentationGknSearchOK) IsClientError() bool
- func (o *PostDocumentationGknSearchOK) IsCode(code int) bool
- func (o *PostDocumentationGknSearchOK) IsRedirect() bool
- func (o *PostDocumentationGknSearchOK) IsServerError() bool
- func (o *PostDocumentationGknSearchOK) IsSuccess() bool
- func (o *PostDocumentationGknSearchOK) String() string
- type PostDocumentationGknSearchParams
- func NewPostDocumentationGknSearchParams() *PostDocumentationGknSearchParams
- func NewPostDocumentationGknSearchParamsWithContext(ctx context.Context) *PostDocumentationGknSearchParams
- func NewPostDocumentationGknSearchParamsWithHTTPClient(client *http.Client) *PostDocumentationGknSearchParams
- func NewPostDocumentationGknSearchParamsWithTimeout(timeout time.Duration) *PostDocumentationGknSearchParams
- func (o *PostDocumentationGknSearchParams) SetBody(body *models.GKNDocumentationSearchRequest)
- func (o *PostDocumentationGknSearchParams) SetContext(ctx context.Context)
- func (o *PostDocumentationGknSearchParams) SetDefaults()
- func (o *PostDocumentationGknSearchParams) SetHTTPClient(client *http.Client)
- func (o *PostDocumentationGknSearchParams) SetTimeout(timeout time.Duration)
- func (o *PostDocumentationGknSearchParams) WithBody(body *models.GKNDocumentationSearchRequest) *PostDocumentationGknSearchParams
- func (o *PostDocumentationGknSearchParams) WithContext(ctx context.Context) *PostDocumentationGknSearchParams
- func (o *PostDocumentationGknSearchParams) WithDefaults() *PostDocumentationGknSearchParams
- func (o *PostDocumentationGknSearchParams) WithHTTPClient(client *http.Client) *PostDocumentationGknSearchParams
- func (o *PostDocumentationGknSearchParams) WithTimeout(timeout time.Duration) *PostDocumentationGknSearchParams
- func (o *PostDocumentationGknSearchParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PostDocumentationGknSearchReader
- type PostDocumentationGknSearchRequestEntityTooLarge
- func (o *PostDocumentationGknSearchRequestEntityTooLarge) Error() string
- func (o *PostDocumentationGknSearchRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *PostDocumentationGknSearchRequestEntityTooLarge) IsClientError() bool
- func (o *PostDocumentationGknSearchRequestEntityTooLarge) IsCode(code int) bool
- func (o *PostDocumentationGknSearchRequestEntityTooLarge) IsRedirect() bool
- func (o *PostDocumentationGknSearchRequestEntityTooLarge) IsServerError() bool
- func (o *PostDocumentationGknSearchRequestEntityTooLarge) IsSuccess() bool
- func (o *PostDocumentationGknSearchRequestEntityTooLarge) String() string
- type PostDocumentationGknSearchRequestTimeout
- func (o *PostDocumentationGknSearchRequestTimeout) Error() string
- func (o *PostDocumentationGknSearchRequestTimeout) GetPayload() *models.ErrorBody
- func (o *PostDocumentationGknSearchRequestTimeout) IsClientError() bool
- func (o *PostDocumentationGknSearchRequestTimeout) IsCode(code int) bool
- func (o *PostDocumentationGknSearchRequestTimeout) IsRedirect() bool
- func (o *PostDocumentationGknSearchRequestTimeout) IsServerError() bool
- func (o *PostDocumentationGknSearchRequestTimeout) IsSuccess() bool
- func (o *PostDocumentationGknSearchRequestTimeout) String() string
- type PostDocumentationGknSearchServiceUnavailable
- func (o *PostDocumentationGknSearchServiceUnavailable) Error() string
- func (o *PostDocumentationGknSearchServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *PostDocumentationGknSearchServiceUnavailable) IsClientError() bool
- func (o *PostDocumentationGknSearchServiceUnavailable) IsCode(code int) bool
- func (o *PostDocumentationGknSearchServiceUnavailable) IsRedirect() bool
- func (o *PostDocumentationGknSearchServiceUnavailable) IsServerError() bool
- func (o *PostDocumentationGknSearchServiceUnavailable) IsSuccess() bool
- func (o *PostDocumentationGknSearchServiceUnavailable) String() string
- type PostDocumentationGknSearchTooManyRequests
- func (o *PostDocumentationGknSearchTooManyRequests) Error() string
- func (o *PostDocumentationGknSearchTooManyRequests) GetPayload() *models.ErrorBody
- func (o *PostDocumentationGknSearchTooManyRequests) IsClientError() bool
- func (o *PostDocumentationGknSearchTooManyRequests) IsCode(code int) bool
- func (o *PostDocumentationGknSearchTooManyRequests) IsRedirect() bool
- func (o *PostDocumentationGknSearchTooManyRequests) IsServerError() bool
- func (o *PostDocumentationGknSearchTooManyRequests) IsSuccess() bool
- func (o *PostDocumentationGknSearchTooManyRequests) String() string
- type PostDocumentationGknSearchUnauthorized
- func (o *PostDocumentationGknSearchUnauthorized) Error() string
- func (o *PostDocumentationGknSearchUnauthorized) GetPayload() *models.ErrorBody
- func (o *PostDocumentationGknSearchUnauthorized) IsClientError() bool
- func (o *PostDocumentationGknSearchUnauthorized) IsCode(code int) bool
- func (o *PostDocumentationGknSearchUnauthorized) IsRedirect() bool
- func (o *PostDocumentationGknSearchUnauthorized) IsServerError() bool
- func (o *PostDocumentationGknSearchUnauthorized) IsSuccess() bool
- func (o *PostDocumentationGknSearchUnauthorized) String() string
- type PostDocumentationGknSearchUnsupportedMediaType
- func (o *PostDocumentationGknSearchUnsupportedMediaType) Error() string
- func (o *PostDocumentationGknSearchUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *PostDocumentationGknSearchUnsupportedMediaType) IsClientError() bool
- func (o *PostDocumentationGknSearchUnsupportedMediaType) IsCode(code int) bool
- func (o *PostDocumentationGknSearchUnsupportedMediaType) IsRedirect() bool
- func (o *PostDocumentationGknSearchUnsupportedMediaType) IsServerError() bool
- func (o *PostDocumentationGknSearchUnsupportedMediaType) IsSuccess() bool
- func (o *PostDocumentationGknSearchUnsupportedMediaType) String() string
- type PostDocumentationSearchBadRequest
- func (o *PostDocumentationSearchBadRequest) Error() string
- func (o *PostDocumentationSearchBadRequest) GetPayload() *models.ErrorBody
- func (o *PostDocumentationSearchBadRequest) IsClientError() bool
- func (o *PostDocumentationSearchBadRequest) IsCode(code int) bool
- func (o *PostDocumentationSearchBadRequest) IsRedirect() bool
- func (o *PostDocumentationSearchBadRequest) IsServerError() bool
- func (o *PostDocumentationSearchBadRequest) IsSuccess() bool
- func (o *PostDocumentationSearchBadRequest) String() string
- type PostDocumentationSearchForbidden
- func (o *PostDocumentationSearchForbidden) Error() string
- func (o *PostDocumentationSearchForbidden) GetPayload() *models.ErrorBody
- func (o *PostDocumentationSearchForbidden) IsClientError() bool
- func (o *PostDocumentationSearchForbidden) IsCode(code int) bool
- func (o *PostDocumentationSearchForbidden) IsRedirect() bool
- func (o *PostDocumentationSearchForbidden) IsServerError() bool
- func (o *PostDocumentationSearchForbidden) IsSuccess() bool
- func (o *PostDocumentationSearchForbidden) String() string
- type PostDocumentationSearchGatewayTimeout
- func (o *PostDocumentationSearchGatewayTimeout) Error() string
- func (o *PostDocumentationSearchGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *PostDocumentationSearchGatewayTimeout) IsClientError() bool
- func (o *PostDocumentationSearchGatewayTimeout) IsCode(code int) bool
- func (o *PostDocumentationSearchGatewayTimeout) IsRedirect() bool
- func (o *PostDocumentationSearchGatewayTimeout) IsServerError() bool
- func (o *PostDocumentationSearchGatewayTimeout) IsSuccess() bool
- func (o *PostDocumentationSearchGatewayTimeout) String() string
- type PostDocumentationSearchInternalServerError
- func (o *PostDocumentationSearchInternalServerError) Error() string
- func (o *PostDocumentationSearchInternalServerError) GetPayload() *models.ErrorBody
- func (o *PostDocumentationSearchInternalServerError) IsClientError() bool
- func (o *PostDocumentationSearchInternalServerError) IsCode(code int) bool
- func (o *PostDocumentationSearchInternalServerError) IsRedirect() bool
- func (o *PostDocumentationSearchInternalServerError) IsServerError() bool
- func (o *PostDocumentationSearchInternalServerError) IsSuccess() bool
- func (o *PostDocumentationSearchInternalServerError) String() string
- type PostDocumentationSearchNotFound
- func (o *PostDocumentationSearchNotFound) Error() string
- func (o *PostDocumentationSearchNotFound) GetPayload() *models.ErrorBody
- func (o *PostDocumentationSearchNotFound) IsClientError() bool
- func (o *PostDocumentationSearchNotFound) IsCode(code int) bool
- func (o *PostDocumentationSearchNotFound) IsRedirect() bool
- func (o *PostDocumentationSearchNotFound) IsServerError() bool
- func (o *PostDocumentationSearchNotFound) IsSuccess() bool
- func (o *PostDocumentationSearchNotFound) String() string
- type PostDocumentationSearchOK
- func (o *PostDocumentationSearchOK) Error() string
- func (o *PostDocumentationSearchOK) GetPayload() *models.DocumentationSearchResponse
- func (o *PostDocumentationSearchOK) IsClientError() bool
- func (o *PostDocumentationSearchOK) IsCode(code int) bool
- func (o *PostDocumentationSearchOK) IsRedirect() bool
- func (o *PostDocumentationSearchOK) IsServerError() bool
- func (o *PostDocumentationSearchOK) IsSuccess() bool
- func (o *PostDocumentationSearchOK) String() string
- type PostDocumentationSearchParams
- func NewPostDocumentationSearchParams() *PostDocumentationSearchParams
- func NewPostDocumentationSearchParamsWithContext(ctx context.Context) *PostDocumentationSearchParams
- func NewPostDocumentationSearchParamsWithHTTPClient(client *http.Client) *PostDocumentationSearchParams
- func NewPostDocumentationSearchParamsWithTimeout(timeout time.Duration) *PostDocumentationSearchParams
- func (o *PostDocumentationSearchParams) SetBody(body *models.DocumentationSearchRequest)
- func (o *PostDocumentationSearchParams) SetContext(ctx context.Context)
- func (o *PostDocumentationSearchParams) SetDefaults()
- func (o *PostDocumentationSearchParams) SetHTTPClient(client *http.Client)
- func (o *PostDocumentationSearchParams) SetTimeout(timeout time.Duration)
- func (o *PostDocumentationSearchParams) WithBody(body *models.DocumentationSearchRequest) *PostDocumentationSearchParams
- func (o *PostDocumentationSearchParams) WithContext(ctx context.Context) *PostDocumentationSearchParams
- func (o *PostDocumentationSearchParams) WithDefaults() *PostDocumentationSearchParams
- func (o *PostDocumentationSearchParams) WithHTTPClient(client *http.Client) *PostDocumentationSearchParams
- func (o *PostDocumentationSearchParams) WithTimeout(timeout time.Duration) *PostDocumentationSearchParams
- func (o *PostDocumentationSearchParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PostDocumentationSearchReader
- type PostDocumentationSearchRequestEntityTooLarge
- func (o *PostDocumentationSearchRequestEntityTooLarge) Error() string
- func (o *PostDocumentationSearchRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *PostDocumentationSearchRequestEntityTooLarge) IsClientError() bool
- func (o *PostDocumentationSearchRequestEntityTooLarge) IsCode(code int) bool
- func (o *PostDocumentationSearchRequestEntityTooLarge) IsRedirect() bool
- func (o *PostDocumentationSearchRequestEntityTooLarge) IsServerError() bool
- func (o *PostDocumentationSearchRequestEntityTooLarge) IsSuccess() bool
- func (o *PostDocumentationSearchRequestEntityTooLarge) String() string
- type PostDocumentationSearchRequestTimeout
- func (o *PostDocumentationSearchRequestTimeout) Error() string
- func (o *PostDocumentationSearchRequestTimeout) GetPayload() *models.ErrorBody
- func (o *PostDocumentationSearchRequestTimeout) IsClientError() bool
- func (o *PostDocumentationSearchRequestTimeout) IsCode(code int) bool
- func (o *PostDocumentationSearchRequestTimeout) IsRedirect() bool
- func (o *PostDocumentationSearchRequestTimeout) IsServerError() bool
- func (o *PostDocumentationSearchRequestTimeout) IsSuccess() bool
- func (o *PostDocumentationSearchRequestTimeout) String() string
- type PostDocumentationSearchServiceUnavailable
- func (o *PostDocumentationSearchServiceUnavailable) Error() string
- func (o *PostDocumentationSearchServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *PostDocumentationSearchServiceUnavailable) IsClientError() bool
- func (o *PostDocumentationSearchServiceUnavailable) IsCode(code int) bool
- func (o *PostDocumentationSearchServiceUnavailable) IsRedirect() bool
- func (o *PostDocumentationSearchServiceUnavailable) IsServerError() bool
- func (o *PostDocumentationSearchServiceUnavailable) IsSuccess() bool
- func (o *PostDocumentationSearchServiceUnavailable) String() string
- type PostDocumentationSearchTooManyRequests
- func (o *PostDocumentationSearchTooManyRequests) Error() string
- func (o *PostDocumentationSearchTooManyRequests) GetPayload() *models.ErrorBody
- func (o *PostDocumentationSearchTooManyRequests) IsClientError() bool
- func (o *PostDocumentationSearchTooManyRequests) IsCode(code int) bool
- func (o *PostDocumentationSearchTooManyRequests) IsRedirect() bool
- func (o *PostDocumentationSearchTooManyRequests) IsServerError() bool
- func (o *PostDocumentationSearchTooManyRequests) IsSuccess() bool
- func (o *PostDocumentationSearchTooManyRequests) String() string
- type PostDocumentationSearchUnauthorized
- func (o *PostDocumentationSearchUnauthorized) Error() string
- func (o *PostDocumentationSearchUnauthorized) GetPayload() *models.ErrorBody
- func (o *PostDocumentationSearchUnauthorized) IsClientError() bool
- func (o *PostDocumentationSearchUnauthorized) IsCode(code int) bool
- func (o *PostDocumentationSearchUnauthorized) IsRedirect() bool
- func (o *PostDocumentationSearchUnauthorized) IsServerError() bool
- func (o *PostDocumentationSearchUnauthorized) IsSuccess() bool
- func (o *PostDocumentationSearchUnauthorized) String() string
- type PostDocumentationSearchUnsupportedMediaType
- func (o *PostDocumentationSearchUnsupportedMediaType) Error() string
- func (o *PostDocumentationSearchUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *PostDocumentationSearchUnsupportedMediaType) IsClientError() bool
- func (o *PostDocumentationSearchUnsupportedMediaType) IsCode(code int) bool
- func (o *PostDocumentationSearchUnsupportedMediaType) IsRedirect() bool
- func (o *PostDocumentationSearchUnsupportedMediaType) IsServerError() bool
- func (o *PostDocumentationSearchUnsupportedMediaType) IsSuccess() bool
- func (o *PostDocumentationSearchUnsupportedMediaType) String() string
- type PostSearchBadRequest
- func (o *PostSearchBadRequest) Error() string
- func (o *PostSearchBadRequest) GetPayload() *models.ErrorBody
- func (o *PostSearchBadRequest) IsClientError() bool
- func (o *PostSearchBadRequest) IsCode(code int) bool
- func (o *PostSearchBadRequest) IsRedirect() bool
- func (o *PostSearchBadRequest) IsServerError() bool
- func (o *PostSearchBadRequest) IsSuccess() bool
- func (o *PostSearchBadRequest) String() string
- type PostSearchForbidden
- func (o *PostSearchForbidden) Error() string
- func (o *PostSearchForbidden) GetPayload() *models.ErrorBody
- func (o *PostSearchForbidden) IsClientError() bool
- func (o *PostSearchForbidden) IsCode(code int) bool
- func (o *PostSearchForbidden) IsRedirect() bool
- func (o *PostSearchForbidden) IsServerError() bool
- func (o *PostSearchForbidden) IsSuccess() bool
- func (o *PostSearchForbidden) String() string
- type PostSearchGatewayTimeout
- func (o *PostSearchGatewayTimeout) Error() string
- func (o *PostSearchGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *PostSearchGatewayTimeout) IsClientError() bool
- func (o *PostSearchGatewayTimeout) IsCode(code int) bool
- func (o *PostSearchGatewayTimeout) IsRedirect() bool
- func (o *PostSearchGatewayTimeout) IsServerError() bool
- func (o *PostSearchGatewayTimeout) IsSuccess() bool
- func (o *PostSearchGatewayTimeout) String() string
- type PostSearchInternalServerError
- func (o *PostSearchInternalServerError) Error() string
- func (o *PostSearchInternalServerError) GetPayload() *models.ErrorBody
- func (o *PostSearchInternalServerError) IsClientError() bool
- func (o *PostSearchInternalServerError) IsCode(code int) bool
- func (o *PostSearchInternalServerError) IsRedirect() bool
- func (o *PostSearchInternalServerError) IsServerError() bool
- func (o *PostSearchInternalServerError) IsSuccess() bool
- func (o *PostSearchInternalServerError) String() string
- type PostSearchNotFound
- func (o *PostSearchNotFound) Error() string
- func (o *PostSearchNotFound) GetPayload() *models.ErrorBody
- func (o *PostSearchNotFound) IsClientError() bool
- func (o *PostSearchNotFound) IsCode(code int) bool
- func (o *PostSearchNotFound) IsRedirect() bool
- func (o *PostSearchNotFound) IsServerError() bool
- func (o *PostSearchNotFound) IsSuccess() bool
- func (o *PostSearchNotFound) String() string
- type PostSearchOK
- func (o *PostSearchOK) Error() string
- func (o *PostSearchOK) GetPayload() *models.JSONNodeSearchResponse
- func (o *PostSearchOK) IsClientError() bool
- func (o *PostSearchOK) IsCode(code int) bool
- func (o *PostSearchOK) IsRedirect() bool
- func (o *PostSearchOK) IsServerError() bool
- func (o *PostSearchOK) IsSuccess() bool
- func (o *PostSearchOK) String() string
- type PostSearchParams
- func (o *PostSearchParams) SetBody(body *models.SearchRequest)
- func (o *PostSearchParams) SetContext(ctx context.Context)
- func (o *PostSearchParams) SetDefaults()
- func (o *PostSearchParams) SetHTTPClient(client *http.Client)
- func (o *PostSearchParams) SetProfile(profile *bool)
- func (o *PostSearchParams) SetTimeout(timeout time.Duration)
- func (o *PostSearchParams) WithBody(body *models.SearchRequest) *PostSearchParams
- func (o *PostSearchParams) WithContext(ctx context.Context) *PostSearchParams
- func (o *PostSearchParams) WithDefaults() *PostSearchParams
- func (o *PostSearchParams) WithHTTPClient(client *http.Client) *PostSearchParams
- func (o *PostSearchParams) WithProfile(profile *bool) *PostSearchParams
- func (o *PostSearchParams) WithTimeout(timeout time.Duration) *PostSearchParams
- func (o *PostSearchParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PostSearchReader
- type PostSearchRequestEntityTooLarge
- func (o *PostSearchRequestEntityTooLarge) Error() string
- func (o *PostSearchRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *PostSearchRequestEntityTooLarge) IsClientError() bool
- func (o *PostSearchRequestEntityTooLarge) IsCode(code int) bool
- func (o *PostSearchRequestEntityTooLarge) IsRedirect() bool
- func (o *PostSearchRequestEntityTooLarge) IsServerError() bool
- func (o *PostSearchRequestEntityTooLarge) IsSuccess() bool
- func (o *PostSearchRequestEntityTooLarge) String() string
- type PostSearchRequestTimeout
- func (o *PostSearchRequestTimeout) Error() string
- func (o *PostSearchRequestTimeout) GetPayload() *models.ErrorBody
- func (o *PostSearchRequestTimeout) IsClientError() bool
- func (o *PostSearchRequestTimeout) IsCode(code int) bool
- func (o *PostSearchRequestTimeout) IsRedirect() bool
- func (o *PostSearchRequestTimeout) IsServerError() bool
- func (o *PostSearchRequestTimeout) IsSuccess() bool
- func (o *PostSearchRequestTimeout) String() string
- type PostSearchServiceUnavailable
- func (o *PostSearchServiceUnavailable) Error() string
- func (o *PostSearchServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *PostSearchServiceUnavailable) IsClientError() bool
- func (o *PostSearchServiceUnavailable) IsCode(code int) bool
- func (o *PostSearchServiceUnavailable) IsRedirect() bool
- func (o *PostSearchServiceUnavailable) IsServerError() bool
- func (o *PostSearchServiceUnavailable) IsSuccess() bool
- func (o *PostSearchServiceUnavailable) String() string
- type PostSearchSuggestBadRequest
- func (o *PostSearchSuggestBadRequest) Error() string
- func (o *PostSearchSuggestBadRequest) GetPayload() *models.ErrorBody
- func (o *PostSearchSuggestBadRequest) IsClientError() bool
- func (o *PostSearchSuggestBadRequest) IsCode(code int) bool
- func (o *PostSearchSuggestBadRequest) IsRedirect() bool
- func (o *PostSearchSuggestBadRequest) IsServerError() bool
- func (o *PostSearchSuggestBadRequest) IsSuccess() bool
- func (o *PostSearchSuggestBadRequest) String() string
- type PostSearchSuggestForbidden
- func (o *PostSearchSuggestForbidden) Error() string
- func (o *PostSearchSuggestForbidden) GetPayload() *models.ErrorBody
- func (o *PostSearchSuggestForbidden) IsClientError() bool
- func (o *PostSearchSuggestForbidden) IsCode(code int) bool
- func (o *PostSearchSuggestForbidden) IsRedirect() bool
- func (o *PostSearchSuggestForbidden) IsServerError() bool
- func (o *PostSearchSuggestForbidden) IsSuccess() bool
- func (o *PostSearchSuggestForbidden) String() string
- type PostSearchSuggestGatewayTimeout
- func (o *PostSearchSuggestGatewayTimeout) Error() string
- func (o *PostSearchSuggestGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *PostSearchSuggestGatewayTimeout) IsClientError() bool
- func (o *PostSearchSuggestGatewayTimeout) IsCode(code int) bool
- func (o *PostSearchSuggestGatewayTimeout) IsRedirect() bool
- func (o *PostSearchSuggestGatewayTimeout) IsServerError() bool
- func (o *PostSearchSuggestGatewayTimeout) IsSuccess() bool
- func (o *PostSearchSuggestGatewayTimeout) String() string
- type PostSearchSuggestInternalServerError
- func (o *PostSearchSuggestInternalServerError) Error() string
- func (o *PostSearchSuggestInternalServerError) GetPayload() *models.ErrorBody
- func (o *PostSearchSuggestInternalServerError) IsClientError() bool
- func (o *PostSearchSuggestInternalServerError) IsCode(code int) bool
- func (o *PostSearchSuggestInternalServerError) IsRedirect() bool
- func (o *PostSearchSuggestInternalServerError) IsServerError() bool
- func (o *PostSearchSuggestInternalServerError) IsSuccess() bool
- func (o *PostSearchSuggestInternalServerError) String() string
- type PostSearchSuggestNotFound
- func (o *PostSearchSuggestNotFound) Error() string
- func (o *PostSearchSuggestNotFound) GetPayload() *models.ErrorBody
- func (o *PostSearchSuggestNotFound) IsClientError() bool
- func (o *PostSearchSuggestNotFound) IsCode(code int) bool
- func (o *PostSearchSuggestNotFound) IsRedirect() bool
- func (o *PostSearchSuggestNotFound) IsServerError() bool
- func (o *PostSearchSuggestNotFound) IsSuccess() bool
- func (o *PostSearchSuggestNotFound) String() string
- type PostSearchSuggestOK
- func (o *PostSearchSuggestOK) Error() string
- func (o *PostSearchSuggestOK) GetPayload() *models.JSONNodeSearchResponse
- func (o *PostSearchSuggestOK) IsClientError() bool
- func (o *PostSearchSuggestOK) IsCode(code int) bool
- func (o *PostSearchSuggestOK) IsRedirect() bool
- func (o *PostSearchSuggestOK) IsServerError() bool
- func (o *PostSearchSuggestOK) IsSuccess() bool
- func (o *PostSearchSuggestOK) String() string
- type PostSearchSuggestParams
- func NewPostSearchSuggestParams() *PostSearchSuggestParams
- func NewPostSearchSuggestParamsWithContext(ctx context.Context) *PostSearchSuggestParams
- func NewPostSearchSuggestParamsWithHTTPClient(client *http.Client) *PostSearchSuggestParams
- func NewPostSearchSuggestParamsWithTimeout(timeout time.Duration) *PostSearchSuggestParams
- func (o *PostSearchSuggestParams) SetBody(body *models.SuggestSearchRequest)
- func (o *PostSearchSuggestParams) SetContext(ctx context.Context)
- func (o *PostSearchSuggestParams) SetDefaults()
- func (o *PostSearchSuggestParams) SetHTTPClient(client *http.Client)
- func (o *PostSearchSuggestParams) SetProfile(profile *bool)
- func (o *PostSearchSuggestParams) SetTimeout(timeout time.Duration)
- func (o *PostSearchSuggestParams) WithBody(body *models.SuggestSearchRequest) *PostSearchSuggestParams
- func (o *PostSearchSuggestParams) WithContext(ctx context.Context) *PostSearchSuggestParams
- func (o *PostSearchSuggestParams) WithDefaults() *PostSearchSuggestParams
- func (o *PostSearchSuggestParams) WithHTTPClient(client *http.Client) *PostSearchSuggestParams
- func (o *PostSearchSuggestParams) WithProfile(profile *bool) *PostSearchSuggestParams
- func (o *PostSearchSuggestParams) WithTimeout(timeout time.Duration) *PostSearchSuggestParams
- func (o *PostSearchSuggestParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PostSearchSuggestReader
- type PostSearchSuggestRequestEntityTooLarge
- func (o *PostSearchSuggestRequestEntityTooLarge) Error() string
- func (o *PostSearchSuggestRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *PostSearchSuggestRequestEntityTooLarge) IsClientError() bool
- func (o *PostSearchSuggestRequestEntityTooLarge) IsCode(code int) bool
- func (o *PostSearchSuggestRequestEntityTooLarge) IsRedirect() bool
- func (o *PostSearchSuggestRequestEntityTooLarge) IsServerError() bool
- func (o *PostSearchSuggestRequestEntityTooLarge) IsSuccess() bool
- func (o *PostSearchSuggestRequestEntityTooLarge) String() string
- type PostSearchSuggestRequestTimeout
- func (o *PostSearchSuggestRequestTimeout) Error() string
- func (o *PostSearchSuggestRequestTimeout) GetPayload() *models.ErrorBody
- func (o *PostSearchSuggestRequestTimeout) IsClientError() bool
- func (o *PostSearchSuggestRequestTimeout) IsCode(code int) bool
- func (o *PostSearchSuggestRequestTimeout) IsRedirect() bool
- func (o *PostSearchSuggestRequestTimeout) IsServerError() bool
- func (o *PostSearchSuggestRequestTimeout) IsSuccess() bool
- func (o *PostSearchSuggestRequestTimeout) String() string
- type PostSearchSuggestServiceUnavailable
- func (o *PostSearchSuggestServiceUnavailable) Error() string
- func (o *PostSearchSuggestServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *PostSearchSuggestServiceUnavailable) IsClientError() bool
- func (o *PostSearchSuggestServiceUnavailable) IsCode(code int) bool
- func (o *PostSearchSuggestServiceUnavailable) IsRedirect() bool
- func (o *PostSearchSuggestServiceUnavailable) IsServerError() bool
- func (o *PostSearchSuggestServiceUnavailable) IsSuccess() bool
- func (o *PostSearchSuggestServiceUnavailable) String() string
- type PostSearchSuggestTooManyRequests
- func (o *PostSearchSuggestTooManyRequests) Error() string
- func (o *PostSearchSuggestTooManyRequests) GetPayload() *models.ErrorBody
- func (o *PostSearchSuggestTooManyRequests) IsClientError() bool
- func (o *PostSearchSuggestTooManyRequests) IsCode(code int) bool
- func (o *PostSearchSuggestTooManyRequests) IsRedirect() bool
- func (o *PostSearchSuggestTooManyRequests) IsServerError() bool
- func (o *PostSearchSuggestTooManyRequests) IsSuccess() bool
- func (o *PostSearchSuggestTooManyRequests) String() string
- type PostSearchSuggestUnauthorized
- func (o *PostSearchSuggestUnauthorized) Error() string
- func (o *PostSearchSuggestUnauthorized) GetPayload() *models.ErrorBody
- func (o *PostSearchSuggestUnauthorized) IsClientError() bool
- func (o *PostSearchSuggestUnauthorized) IsCode(code int) bool
- func (o *PostSearchSuggestUnauthorized) IsRedirect() bool
- func (o *PostSearchSuggestUnauthorized) IsServerError() bool
- func (o *PostSearchSuggestUnauthorized) IsSuccess() bool
- func (o *PostSearchSuggestUnauthorized) String() string
- type PostSearchSuggestUnsupportedMediaType
- func (o *PostSearchSuggestUnsupportedMediaType) Error() string
- func (o *PostSearchSuggestUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *PostSearchSuggestUnsupportedMediaType) IsClientError() bool
- func (o *PostSearchSuggestUnsupportedMediaType) IsCode(code int) bool
- func (o *PostSearchSuggestUnsupportedMediaType) IsRedirect() bool
- func (o *PostSearchSuggestUnsupportedMediaType) IsServerError() bool
- func (o *PostSearchSuggestUnsupportedMediaType) IsSuccess() bool
- func (o *PostSearchSuggestUnsupportedMediaType) String() string
- type PostSearchTooManyRequests
- func (o *PostSearchTooManyRequests) Error() string
- func (o *PostSearchTooManyRequests) GetPayload() *models.ErrorBody
- func (o *PostSearchTooManyRequests) IsClientError() bool
- func (o *PostSearchTooManyRequests) IsCode(code int) bool
- func (o *PostSearchTooManyRequests) IsRedirect() bool
- func (o *PostSearchTooManyRequests) IsServerError() bool
- func (o *PostSearchTooManyRequests) IsSuccess() bool
- func (o *PostSearchTooManyRequests) String() string
- type PostSearchUnauthorized
- func (o *PostSearchUnauthorized) Error() string
- func (o *PostSearchUnauthorized) GetPayload() *models.ErrorBody
- func (o *PostSearchUnauthorized) IsClientError() bool
- func (o *PostSearchUnauthorized) IsCode(code int) bool
- func (o *PostSearchUnauthorized) IsRedirect() bool
- func (o *PostSearchUnauthorized) IsServerError() bool
- func (o *PostSearchUnauthorized) IsSuccess() bool
- func (o *PostSearchUnauthorized) String() string
- type PostSearchUnsupportedMediaType
- func (o *PostSearchUnsupportedMediaType) Error() string
- func (o *PostSearchUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *PostSearchUnsupportedMediaType) IsClientError() bool
- func (o *PostSearchUnsupportedMediaType) IsCode(code int) bool
- func (o *PostSearchUnsupportedMediaType) IsRedirect() bool
- func (o *PostSearchUnsupportedMediaType) IsServerError() bool
- func (o *PostSearchUnsupportedMediaType) IsSuccess() bool
- func (o *PostSearchUnsupportedMediaType) String() string
- type PostSpeechandtextanalyticsTranscriptsSearchBadRequest
- func (o *PostSpeechandtextanalyticsTranscriptsSearchBadRequest) Error() string
- func (o *PostSpeechandtextanalyticsTranscriptsSearchBadRequest) GetPayload() *models.ErrorBody
- func (o *PostSpeechandtextanalyticsTranscriptsSearchBadRequest) IsClientError() bool
- func (o *PostSpeechandtextanalyticsTranscriptsSearchBadRequest) IsCode(code int) bool
- func (o *PostSpeechandtextanalyticsTranscriptsSearchBadRequest) IsRedirect() bool
- func (o *PostSpeechandtextanalyticsTranscriptsSearchBadRequest) IsServerError() bool
- func (o *PostSpeechandtextanalyticsTranscriptsSearchBadRequest) IsSuccess() bool
- func (o *PostSpeechandtextanalyticsTranscriptsSearchBadRequest) String() string
- type PostSpeechandtextanalyticsTranscriptsSearchForbidden
- func (o *PostSpeechandtextanalyticsTranscriptsSearchForbidden) Error() string
- func (o *PostSpeechandtextanalyticsTranscriptsSearchForbidden) GetPayload() *models.ErrorBody
- func (o *PostSpeechandtextanalyticsTranscriptsSearchForbidden) IsClientError() bool
- func (o *PostSpeechandtextanalyticsTranscriptsSearchForbidden) IsCode(code int) bool
- func (o *PostSpeechandtextanalyticsTranscriptsSearchForbidden) IsRedirect() bool
- func (o *PostSpeechandtextanalyticsTranscriptsSearchForbidden) IsServerError() bool
- func (o *PostSpeechandtextanalyticsTranscriptsSearchForbidden) IsSuccess() bool
- func (o *PostSpeechandtextanalyticsTranscriptsSearchForbidden) String() string
- type PostSpeechandtextanalyticsTranscriptsSearchGatewayTimeout
- func (o *PostSpeechandtextanalyticsTranscriptsSearchGatewayTimeout) Error() string
- func (o *PostSpeechandtextanalyticsTranscriptsSearchGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *PostSpeechandtextanalyticsTranscriptsSearchGatewayTimeout) IsClientError() bool
- func (o *PostSpeechandtextanalyticsTranscriptsSearchGatewayTimeout) IsCode(code int) bool
- func (o *PostSpeechandtextanalyticsTranscriptsSearchGatewayTimeout) IsRedirect() bool
- func (o *PostSpeechandtextanalyticsTranscriptsSearchGatewayTimeout) IsServerError() bool
- func (o *PostSpeechandtextanalyticsTranscriptsSearchGatewayTimeout) IsSuccess() bool
- func (o *PostSpeechandtextanalyticsTranscriptsSearchGatewayTimeout) String() string
- type PostSpeechandtextanalyticsTranscriptsSearchInternalServerError
- func (o *PostSpeechandtextanalyticsTranscriptsSearchInternalServerError) Error() string
- func (o *PostSpeechandtextanalyticsTranscriptsSearchInternalServerError) GetPayload() *models.ErrorBody
- func (o *PostSpeechandtextanalyticsTranscriptsSearchInternalServerError) IsClientError() bool
- func (o *PostSpeechandtextanalyticsTranscriptsSearchInternalServerError) IsCode(code int) bool
- func (o *PostSpeechandtextanalyticsTranscriptsSearchInternalServerError) IsRedirect() bool
- func (o *PostSpeechandtextanalyticsTranscriptsSearchInternalServerError) IsServerError() bool
- func (o *PostSpeechandtextanalyticsTranscriptsSearchInternalServerError) IsSuccess() bool
- func (o *PostSpeechandtextanalyticsTranscriptsSearchInternalServerError) String() string
- type PostSpeechandtextanalyticsTranscriptsSearchNotFound
- func (o *PostSpeechandtextanalyticsTranscriptsSearchNotFound) Error() string
- func (o *PostSpeechandtextanalyticsTranscriptsSearchNotFound) GetPayload() *models.ErrorBody
- func (o *PostSpeechandtextanalyticsTranscriptsSearchNotFound) IsClientError() bool
- func (o *PostSpeechandtextanalyticsTranscriptsSearchNotFound) IsCode(code int) bool
- func (o *PostSpeechandtextanalyticsTranscriptsSearchNotFound) IsRedirect() bool
- func (o *PostSpeechandtextanalyticsTranscriptsSearchNotFound) IsServerError() bool
- func (o *PostSpeechandtextanalyticsTranscriptsSearchNotFound) IsSuccess() bool
- func (o *PostSpeechandtextanalyticsTranscriptsSearchNotFound) String() string
- type PostSpeechandtextanalyticsTranscriptsSearchOK
- func (o *PostSpeechandtextanalyticsTranscriptsSearchOK) Error() string
- func (o *PostSpeechandtextanalyticsTranscriptsSearchOK) GetPayload() *models.JSONSearchResponse
- func (o *PostSpeechandtextanalyticsTranscriptsSearchOK) IsClientError() bool
- func (o *PostSpeechandtextanalyticsTranscriptsSearchOK) IsCode(code int) bool
- func (o *PostSpeechandtextanalyticsTranscriptsSearchOK) IsRedirect() bool
- func (o *PostSpeechandtextanalyticsTranscriptsSearchOK) IsServerError() bool
- func (o *PostSpeechandtextanalyticsTranscriptsSearchOK) IsSuccess() bool
- func (o *PostSpeechandtextanalyticsTranscriptsSearchOK) String() string
- type PostSpeechandtextanalyticsTranscriptsSearchParams
- func NewPostSpeechandtextanalyticsTranscriptsSearchParams() *PostSpeechandtextanalyticsTranscriptsSearchParams
- func NewPostSpeechandtextanalyticsTranscriptsSearchParamsWithContext(ctx context.Context) *PostSpeechandtextanalyticsTranscriptsSearchParams
- func NewPostSpeechandtextanalyticsTranscriptsSearchParamsWithHTTPClient(client *http.Client) *PostSpeechandtextanalyticsTranscriptsSearchParams
- func NewPostSpeechandtextanalyticsTranscriptsSearchParamsWithTimeout(timeout time.Duration) *PostSpeechandtextanalyticsTranscriptsSearchParams
- func (o *PostSpeechandtextanalyticsTranscriptsSearchParams) SetBody(body *models.TranscriptSearchRequest)
- func (o *PostSpeechandtextanalyticsTranscriptsSearchParams) SetContext(ctx context.Context)
- func (o *PostSpeechandtextanalyticsTranscriptsSearchParams) SetDefaults()
- func (o *PostSpeechandtextanalyticsTranscriptsSearchParams) SetHTTPClient(client *http.Client)
- func (o *PostSpeechandtextanalyticsTranscriptsSearchParams) SetTimeout(timeout time.Duration)
- func (o *PostSpeechandtextanalyticsTranscriptsSearchParams) WithBody(body *models.TranscriptSearchRequest) *PostSpeechandtextanalyticsTranscriptsSearchParams
- func (o *PostSpeechandtextanalyticsTranscriptsSearchParams) WithContext(ctx context.Context) *PostSpeechandtextanalyticsTranscriptsSearchParams
- func (o *PostSpeechandtextanalyticsTranscriptsSearchParams) WithDefaults() *PostSpeechandtextanalyticsTranscriptsSearchParams
- func (o *PostSpeechandtextanalyticsTranscriptsSearchParams) WithHTTPClient(client *http.Client) *PostSpeechandtextanalyticsTranscriptsSearchParams
- func (o *PostSpeechandtextanalyticsTranscriptsSearchParams) WithTimeout(timeout time.Duration) *PostSpeechandtextanalyticsTranscriptsSearchParams
- func (o *PostSpeechandtextanalyticsTranscriptsSearchParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PostSpeechandtextanalyticsTranscriptsSearchReader
- type PostSpeechandtextanalyticsTranscriptsSearchRequestEntityTooLarge
- func (o *PostSpeechandtextanalyticsTranscriptsSearchRequestEntityTooLarge) Error() string
- func (o *PostSpeechandtextanalyticsTranscriptsSearchRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *PostSpeechandtextanalyticsTranscriptsSearchRequestEntityTooLarge) IsClientError() bool
- func (o *PostSpeechandtextanalyticsTranscriptsSearchRequestEntityTooLarge) IsCode(code int) bool
- func (o *PostSpeechandtextanalyticsTranscriptsSearchRequestEntityTooLarge) IsRedirect() bool
- func (o *PostSpeechandtextanalyticsTranscriptsSearchRequestEntityTooLarge) IsServerError() bool
- func (o *PostSpeechandtextanalyticsTranscriptsSearchRequestEntityTooLarge) IsSuccess() bool
- func (o *PostSpeechandtextanalyticsTranscriptsSearchRequestEntityTooLarge) String() string
- type PostSpeechandtextanalyticsTranscriptsSearchRequestTimeout
- func (o *PostSpeechandtextanalyticsTranscriptsSearchRequestTimeout) Error() string
- func (o *PostSpeechandtextanalyticsTranscriptsSearchRequestTimeout) GetPayload() *models.ErrorBody
- func (o *PostSpeechandtextanalyticsTranscriptsSearchRequestTimeout) IsClientError() bool
- func (o *PostSpeechandtextanalyticsTranscriptsSearchRequestTimeout) IsCode(code int) bool
- func (o *PostSpeechandtextanalyticsTranscriptsSearchRequestTimeout) IsRedirect() bool
- func (o *PostSpeechandtextanalyticsTranscriptsSearchRequestTimeout) IsServerError() bool
- func (o *PostSpeechandtextanalyticsTranscriptsSearchRequestTimeout) IsSuccess() bool
- func (o *PostSpeechandtextanalyticsTranscriptsSearchRequestTimeout) String() string
- type PostSpeechandtextanalyticsTranscriptsSearchServiceUnavailable
- func (o *PostSpeechandtextanalyticsTranscriptsSearchServiceUnavailable) Error() string
- func (o *PostSpeechandtextanalyticsTranscriptsSearchServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *PostSpeechandtextanalyticsTranscriptsSearchServiceUnavailable) IsClientError() bool
- func (o *PostSpeechandtextanalyticsTranscriptsSearchServiceUnavailable) IsCode(code int) bool
- func (o *PostSpeechandtextanalyticsTranscriptsSearchServiceUnavailable) IsRedirect() bool
- func (o *PostSpeechandtextanalyticsTranscriptsSearchServiceUnavailable) IsServerError() bool
- func (o *PostSpeechandtextanalyticsTranscriptsSearchServiceUnavailable) IsSuccess() bool
- func (o *PostSpeechandtextanalyticsTranscriptsSearchServiceUnavailable) String() string
- type PostSpeechandtextanalyticsTranscriptsSearchTooManyRequests
- func (o *PostSpeechandtextanalyticsTranscriptsSearchTooManyRequests) Error() string
- func (o *PostSpeechandtextanalyticsTranscriptsSearchTooManyRequests) GetPayload() *models.ErrorBody
- func (o *PostSpeechandtextanalyticsTranscriptsSearchTooManyRequests) IsClientError() bool
- func (o *PostSpeechandtextanalyticsTranscriptsSearchTooManyRequests) IsCode(code int) bool
- func (o *PostSpeechandtextanalyticsTranscriptsSearchTooManyRequests) IsRedirect() bool
- func (o *PostSpeechandtextanalyticsTranscriptsSearchTooManyRequests) IsServerError() bool
- func (o *PostSpeechandtextanalyticsTranscriptsSearchTooManyRequests) IsSuccess() bool
- func (o *PostSpeechandtextanalyticsTranscriptsSearchTooManyRequests) String() string
- type PostSpeechandtextanalyticsTranscriptsSearchUnauthorized
- func (o *PostSpeechandtextanalyticsTranscriptsSearchUnauthorized) Error() string
- func (o *PostSpeechandtextanalyticsTranscriptsSearchUnauthorized) GetPayload() *models.ErrorBody
- func (o *PostSpeechandtextanalyticsTranscriptsSearchUnauthorized) IsClientError() bool
- func (o *PostSpeechandtextanalyticsTranscriptsSearchUnauthorized) IsCode(code int) bool
- func (o *PostSpeechandtextanalyticsTranscriptsSearchUnauthorized) IsRedirect() bool
- func (o *PostSpeechandtextanalyticsTranscriptsSearchUnauthorized) IsServerError() bool
- func (o *PostSpeechandtextanalyticsTranscriptsSearchUnauthorized) IsSuccess() bool
- func (o *PostSpeechandtextanalyticsTranscriptsSearchUnauthorized) String() string
- type PostSpeechandtextanalyticsTranscriptsSearchUnsupportedMediaType
- func (o *PostSpeechandtextanalyticsTranscriptsSearchUnsupportedMediaType) Error() string
- func (o *PostSpeechandtextanalyticsTranscriptsSearchUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *PostSpeechandtextanalyticsTranscriptsSearchUnsupportedMediaType) IsClientError() bool
- func (o *PostSpeechandtextanalyticsTranscriptsSearchUnsupportedMediaType) IsCode(code int) bool
- func (o *PostSpeechandtextanalyticsTranscriptsSearchUnsupportedMediaType) IsRedirect() bool
- func (o *PostSpeechandtextanalyticsTranscriptsSearchUnsupportedMediaType) IsServerError() bool
- func (o *PostSpeechandtextanalyticsTranscriptsSearchUnsupportedMediaType) IsSuccess() bool
- func (o *PostSpeechandtextanalyticsTranscriptsSearchUnsupportedMediaType) String() string
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 ¶
func (a *Client) PostSpeechandtextanalyticsTranscriptsSearch(ctx context.Context, params *PostSpeechandtextanalyticsTranscriptsSearchParams) (*PostSpeechandtextanalyticsTranscriptsSearchOK, error)
PostSpeechandtextanalyticsTranscriptsSearch searches resources
type GetDocumentationGknSearchBadRequest ¶
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 (o *GetDocumentationGknSearchBadRequest) Error() string
func (*GetDocumentationGknSearchBadRequest) GetPayload ¶
func (o *GetDocumentationGknSearchBadRequest) GetPayload() *models.ErrorBody
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 ¶
func (o *GetDocumentationGknSearchBadRequest) IsCode(code int) bool
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 ¶
func (o *GetDocumentationGknSearchBadRequest) IsSuccess() bool
IsSuccess returns true when this get documentation gkn search bad request response has a 2xx status code
func (*GetDocumentationGknSearchBadRequest) String ¶
func (o *GetDocumentationGknSearchBadRequest) String() string
type GetDocumentationGknSearchForbidden ¶
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 (o *GetDocumentationGknSearchForbidden) Error() string
func (*GetDocumentationGknSearchForbidden) GetPayload ¶
func (o *GetDocumentationGknSearchForbidden) GetPayload() *models.ErrorBody
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 ¶
func (o *GetDocumentationGknSearchForbidden) IsCode(code int) bool
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 ¶
func (o *GetDocumentationGknSearchForbidden) IsSuccess() bool
IsSuccess returns true when this get documentation gkn search forbidden response has a 2xx status code
func (*GetDocumentationGknSearchForbidden) String ¶
func (o *GetDocumentationGknSearchForbidden) String() string
type GetDocumentationGknSearchGatewayTimeout ¶
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 (o *GetDocumentationGknSearchGatewayTimeout) Error() string
func (*GetDocumentationGknSearchGatewayTimeout) GetPayload ¶
func (o *GetDocumentationGknSearchGatewayTimeout) GetPayload() *models.ErrorBody
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 ¶
func (o *GetDocumentationGknSearchGatewayTimeout) IsCode(code int) bool
IsCode returns true when this get documentation gkn search gateway timeout response a status code equal to that given
func (*GetDocumentationGknSearchGatewayTimeout) IsRedirect ¶
func (o *GetDocumentationGknSearchGatewayTimeout) IsRedirect() bool
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 ¶
func (o *GetDocumentationGknSearchGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this get documentation gkn search gateway timeout response has a 2xx status code
func (*GetDocumentationGknSearchGatewayTimeout) String ¶
func (o *GetDocumentationGknSearchGatewayTimeout) String() string
type GetDocumentationGknSearchInternalServerError ¶
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 (o *GetDocumentationGknSearchInternalServerError) Error() string
func (*GetDocumentationGknSearchInternalServerError) GetPayload ¶
func (o *GetDocumentationGknSearchInternalServerError) GetPayload() *models.ErrorBody
func (*GetDocumentationGknSearchInternalServerError) IsClientError ¶
func (o *GetDocumentationGknSearchInternalServerError) IsClientError() bool
IsClientError returns true when this get documentation gkn search internal server error response has a 4xx status code
func (*GetDocumentationGknSearchInternalServerError) IsCode ¶
func (o *GetDocumentationGknSearchInternalServerError) IsCode(code int) bool
IsCode returns true when this get documentation gkn search internal server error response a status code equal to that given
func (*GetDocumentationGknSearchInternalServerError) IsRedirect ¶
func (o *GetDocumentationGknSearchInternalServerError) IsRedirect() bool
IsRedirect returns true when this get documentation gkn search internal server error response has a 3xx status code
func (*GetDocumentationGknSearchInternalServerError) IsServerError ¶
func (o *GetDocumentationGknSearchInternalServerError) IsServerError() bool
IsServerError returns true when this get documentation gkn search internal server error response has a 5xx status code
func (*GetDocumentationGknSearchInternalServerError) IsSuccess ¶
func (o *GetDocumentationGknSearchInternalServerError) IsSuccess() bool
IsSuccess returns true when this get documentation gkn search internal server error response has a 2xx status code
func (*GetDocumentationGknSearchInternalServerError) String ¶
func (o *GetDocumentationGknSearchInternalServerError) String() string
type GetDocumentationGknSearchNotFound ¶
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 (o *GetDocumentationGknSearchNotFound) Error() string
func (*GetDocumentationGknSearchNotFound) GetPayload ¶
func (o *GetDocumentationGknSearchNotFound) GetPayload() *models.ErrorBody
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 ¶
func (o *GetDocumentationGknSearchNotFound) String() 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 (o *GetDocumentationGknSearchOK) Error() string
func (*GetDocumentationGknSearchOK) GetPayload ¶
func (o *GetDocumentationGknSearchOK) GetPayload() *models.GKNDocumentationSearchResponse
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 ¶
func (o *GetDocumentationGknSearchParams) WithContext(ctx context.Context) *GetDocumentationGknSearchParams
WithContext adds the context to the get documentation gkn search params
func (*GetDocumentationGknSearchParams) WithDefaults ¶
func (o *GetDocumentationGknSearchParams) WithDefaults() *GetDocumentationGknSearchParams
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 ¶
func (o *GetDocumentationGknSearchParams) WithHTTPClient(client *http.Client) *GetDocumentationGknSearchParams
WithHTTPClient adds the HTTPClient to the get documentation gkn search params
func (*GetDocumentationGknSearchParams) WithQ64 ¶
func (o *GetDocumentationGknSearchParams) WithQ64(q64 string) *GetDocumentationGknSearchParams
WithQ64 adds the q64 to the get documentation gkn search params
func (*GetDocumentationGknSearchParams) WithTimeout ¶
func (o *GetDocumentationGknSearchParams) WithTimeout(timeout time.Duration) *GetDocumentationGknSearchParams
WithTimeout adds the timeout to the get documentation gkn search params
func (*GetDocumentationGknSearchParams) WriteToRequest ¶
func (o *GetDocumentationGknSearchParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
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 (o *GetDocumentationGknSearchRequestEntityTooLarge) Error() string
func (*GetDocumentationGknSearchRequestEntityTooLarge) GetPayload ¶
func (o *GetDocumentationGknSearchRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*GetDocumentationGknSearchRequestEntityTooLarge) IsClientError ¶
func (o *GetDocumentationGknSearchRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this get documentation gkn search request entity too large response has a 4xx status code
func (*GetDocumentationGknSearchRequestEntityTooLarge) IsCode ¶
func (o *GetDocumentationGknSearchRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this get documentation gkn search request entity too large response a status code equal to that given
func (*GetDocumentationGknSearchRequestEntityTooLarge) IsRedirect ¶
func (o *GetDocumentationGknSearchRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this get documentation gkn search request entity too large response has a 3xx status code
func (*GetDocumentationGknSearchRequestEntityTooLarge) IsServerError ¶
func (o *GetDocumentationGknSearchRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this get documentation gkn search request entity too large response has a 5xx status code
func (*GetDocumentationGknSearchRequestEntityTooLarge) IsSuccess ¶
func (o *GetDocumentationGknSearchRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this get documentation gkn search request entity too large response has a 2xx status code
func (*GetDocumentationGknSearchRequestEntityTooLarge) String ¶
func (o *GetDocumentationGknSearchRequestEntityTooLarge) String() string
type GetDocumentationGknSearchRequestTimeout ¶
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 (o *GetDocumentationGknSearchRequestTimeout) Error() string
func (*GetDocumentationGknSearchRequestTimeout) GetPayload ¶
func (o *GetDocumentationGknSearchRequestTimeout) GetPayload() *models.ErrorBody
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 ¶
func (o *GetDocumentationGknSearchRequestTimeout) IsCode(code int) bool
IsCode returns true when this get documentation gkn search request timeout response a status code equal to that given
func (*GetDocumentationGknSearchRequestTimeout) IsRedirect ¶
func (o *GetDocumentationGknSearchRequestTimeout) IsRedirect() bool
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 ¶
func (o *GetDocumentationGknSearchRequestTimeout) IsSuccess() bool
IsSuccess returns true when this get documentation gkn search request timeout response has a 2xx status code
func (*GetDocumentationGknSearchRequestTimeout) String ¶
func (o *GetDocumentationGknSearchRequestTimeout) String() string
type GetDocumentationGknSearchServiceUnavailable ¶
type GetDocumentationGknSearchServiceUnavailable struct {
}
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 (o *GetDocumentationGknSearchServiceUnavailable) Error() string
func (*GetDocumentationGknSearchServiceUnavailable) GetPayload ¶
func (o *GetDocumentationGknSearchServiceUnavailable) GetPayload() *models.ErrorBody
func (*GetDocumentationGknSearchServiceUnavailable) IsClientError ¶
func (o *GetDocumentationGknSearchServiceUnavailable) IsClientError() bool
IsClientError returns true when this get documentation gkn search service unavailable response has a 4xx status code
func (*GetDocumentationGknSearchServiceUnavailable) IsCode ¶
func (o *GetDocumentationGknSearchServiceUnavailable) IsCode(code int) bool
IsCode returns true when this get documentation gkn search service unavailable response a status code equal to that given
func (*GetDocumentationGknSearchServiceUnavailable) IsRedirect ¶
func (o *GetDocumentationGknSearchServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this get documentation gkn search service unavailable response has a 3xx status code
func (*GetDocumentationGknSearchServiceUnavailable) IsServerError ¶
func (o *GetDocumentationGknSearchServiceUnavailable) IsServerError() bool
IsServerError returns true when this get documentation gkn search service unavailable response has a 5xx status code
func (*GetDocumentationGknSearchServiceUnavailable) IsSuccess ¶
func (o *GetDocumentationGknSearchServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this get documentation gkn search service unavailable response has a 2xx status code
func (*GetDocumentationGknSearchServiceUnavailable) String ¶
func (o *GetDocumentationGknSearchServiceUnavailable) String() string
type GetDocumentationGknSearchTooManyRequests ¶
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 (o *GetDocumentationGknSearchTooManyRequests) Error() string
func (*GetDocumentationGknSearchTooManyRequests) GetPayload ¶
func (o *GetDocumentationGknSearchTooManyRequests) GetPayload() *models.ErrorBody
func (*GetDocumentationGknSearchTooManyRequests) IsClientError ¶
func (o *GetDocumentationGknSearchTooManyRequests) IsClientError() bool
IsClientError returns true when this get documentation gkn search too many requests response has a 4xx status code
func (*GetDocumentationGknSearchTooManyRequests) IsCode ¶
func (o *GetDocumentationGknSearchTooManyRequests) IsCode(code int) bool
IsCode returns true when this get documentation gkn search too many requests response a status code equal to that given
func (*GetDocumentationGknSearchTooManyRequests) IsRedirect ¶
func (o *GetDocumentationGknSearchTooManyRequests) IsRedirect() bool
IsRedirect returns true when this get documentation gkn search too many requests response has a 3xx status code
func (*GetDocumentationGknSearchTooManyRequests) IsServerError ¶
func (o *GetDocumentationGknSearchTooManyRequests) IsServerError() bool
IsServerError returns true when this get documentation gkn search too many requests response has a 5xx status code
func (*GetDocumentationGknSearchTooManyRequests) IsSuccess ¶
func (o *GetDocumentationGknSearchTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get documentation gkn search too many requests response has a 2xx status code
func (*GetDocumentationGknSearchTooManyRequests) String ¶
func (o *GetDocumentationGknSearchTooManyRequests) String() string
type GetDocumentationGknSearchUnauthorized ¶
type GetDocumentationGknSearchUnauthorized struct {
}
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 (o *GetDocumentationGknSearchUnauthorized) Error() string
func (*GetDocumentationGknSearchUnauthorized) GetPayload ¶
func (o *GetDocumentationGknSearchUnauthorized) GetPayload() *models.ErrorBody
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 ¶
func (o *GetDocumentationGknSearchUnauthorized) IsCode(code int) bool
IsCode returns true when this get documentation gkn search unauthorized response a status code equal to that given
func (*GetDocumentationGknSearchUnauthorized) IsRedirect ¶
func (o *GetDocumentationGknSearchUnauthorized) IsRedirect() bool
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 ¶
func (o *GetDocumentationGknSearchUnauthorized) IsSuccess() bool
IsSuccess returns true when this get documentation gkn search unauthorized response has a 2xx status code
func (*GetDocumentationGknSearchUnauthorized) String ¶
func (o *GetDocumentationGknSearchUnauthorized) String() string
type GetDocumentationGknSearchUnsupportedMediaType ¶
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 (o *GetDocumentationGknSearchUnsupportedMediaType) Error() string
func (*GetDocumentationGknSearchUnsupportedMediaType) GetPayload ¶
func (o *GetDocumentationGknSearchUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*GetDocumentationGknSearchUnsupportedMediaType) IsClientError ¶
func (o *GetDocumentationGknSearchUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this get documentation gkn search unsupported media type response has a 4xx status code
func (*GetDocumentationGknSearchUnsupportedMediaType) IsCode ¶
func (o *GetDocumentationGknSearchUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this get documentation gkn search unsupported media type response a status code equal to that given
func (*GetDocumentationGknSearchUnsupportedMediaType) IsRedirect ¶
func (o *GetDocumentationGknSearchUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this get documentation gkn search unsupported media type response has a 3xx status code
func (*GetDocumentationGknSearchUnsupportedMediaType) IsServerError ¶
func (o *GetDocumentationGknSearchUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this get documentation gkn search unsupported media type response has a 5xx status code
func (*GetDocumentationGknSearchUnsupportedMediaType) IsSuccess ¶
func (o *GetDocumentationGknSearchUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this get documentation gkn search unsupported media type response has a 2xx status code
func (*GetDocumentationGknSearchUnsupportedMediaType) String ¶
func (o *GetDocumentationGknSearchUnsupportedMediaType) String() string
type GetDocumentationSearchBadRequest ¶
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 (o *GetDocumentationSearchBadRequest) Error() string
func (*GetDocumentationSearchBadRequest) GetPayload ¶
func (o *GetDocumentationSearchBadRequest) GetPayload() *models.ErrorBody
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 ¶
func (o *GetDocumentationSearchBadRequest) String() string
type GetDocumentationSearchForbidden ¶
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 (o *GetDocumentationSearchForbidden) Error() string
func (*GetDocumentationSearchForbidden) GetPayload ¶
func (o *GetDocumentationSearchForbidden) GetPayload() *models.ErrorBody
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 ¶
func (o *GetDocumentationSearchForbidden) String() string
type GetDocumentationSearchGatewayTimeout ¶
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 (o *GetDocumentationSearchGatewayTimeout) Error() string
func (*GetDocumentationSearchGatewayTimeout) GetPayload ¶
func (o *GetDocumentationSearchGatewayTimeout) GetPayload() *models.ErrorBody
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 ¶
func (o *GetDocumentationSearchGatewayTimeout) IsCode(code int) bool
IsCode returns true when this get documentation search gateway timeout response a status code equal to that given
func (*GetDocumentationSearchGatewayTimeout) IsRedirect ¶
func (o *GetDocumentationSearchGatewayTimeout) IsRedirect() bool
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 ¶
func (o *GetDocumentationSearchGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this get documentation search gateway timeout response has a 2xx status code
func (*GetDocumentationSearchGatewayTimeout) String ¶
func (o *GetDocumentationSearchGatewayTimeout) String() string
type GetDocumentationSearchInternalServerError ¶
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 (o *GetDocumentationSearchInternalServerError) Error() string
func (*GetDocumentationSearchInternalServerError) GetPayload ¶
func (o *GetDocumentationSearchInternalServerError) GetPayload() *models.ErrorBody
func (*GetDocumentationSearchInternalServerError) IsClientError ¶
func (o *GetDocumentationSearchInternalServerError) IsClientError() bool
IsClientError returns true when this get documentation search internal server error response has a 4xx status code
func (*GetDocumentationSearchInternalServerError) IsCode ¶
func (o *GetDocumentationSearchInternalServerError) IsCode(code int) bool
IsCode returns true when this get documentation search internal server error response a status code equal to that given
func (*GetDocumentationSearchInternalServerError) IsRedirect ¶
func (o *GetDocumentationSearchInternalServerError) IsRedirect() bool
IsRedirect returns true when this get documentation search internal server error response has a 3xx status code
func (*GetDocumentationSearchInternalServerError) IsServerError ¶
func (o *GetDocumentationSearchInternalServerError) IsServerError() bool
IsServerError returns true when this get documentation search internal server error response has a 5xx status code
func (*GetDocumentationSearchInternalServerError) IsSuccess ¶
func (o *GetDocumentationSearchInternalServerError) IsSuccess() bool
IsSuccess returns true when this get documentation search internal server error response has a 2xx status code
func (*GetDocumentationSearchInternalServerError) String ¶
func (o *GetDocumentationSearchInternalServerError) String() string
type GetDocumentationSearchNotFound ¶
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 (o *GetDocumentationSearchNotFound) Error() string
func (*GetDocumentationSearchNotFound) GetPayload ¶
func (o *GetDocumentationSearchNotFound) GetPayload() *models.ErrorBody
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 ¶
func (o *GetDocumentationSearchNotFound) String() 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 (o *GetDocumentationSearchOK) GetPayload() *models.DocumentationSearchResponse
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 ¶
func (o *GetDocumentationSearchParams) WithContext(ctx context.Context) *GetDocumentationSearchParams
WithContext adds the context to the get documentation search params
func (*GetDocumentationSearchParams) WithDefaults ¶
func (o *GetDocumentationSearchParams) WithDefaults() *GetDocumentationSearchParams
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 ¶
func (o *GetDocumentationSearchParams) WithHTTPClient(client *http.Client) *GetDocumentationSearchParams
WithHTTPClient adds the HTTPClient to the get documentation search params
func (*GetDocumentationSearchParams) WithQ64 ¶
func (o *GetDocumentationSearchParams) WithQ64(q64 string) *GetDocumentationSearchParams
WithQ64 adds the q64 to the get documentation search params
func (*GetDocumentationSearchParams) WithTimeout ¶
func (o *GetDocumentationSearchParams) WithTimeout(timeout time.Duration) *GetDocumentationSearchParams
WithTimeout adds the timeout to the get documentation search params
func (*GetDocumentationSearchParams) WriteToRequest ¶
func (o *GetDocumentationSearchParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
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 (o *GetDocumentationSearchRequestEntityTooLarge) Error() string
func (*GetDocumentationSearchRequestEntityTooLarge) GetPayload ¶
func (o *GetDocumentationSearchRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*GetDocumentationSearchRequestEntityTooLarge) IsClientError ¶
func (o *GetDocumentationSearchRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this get documentation search request entity too large response has a 4xx status code
func (*GetDocumentationSearchRequestEntityTooLarge) IsCode ¶
func (o *GetDocumentationSearchRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this get documentation search request entity too large response a status code equal to that given
func (*GetDocumentationSearchRequestEntityTooLarge) IsRedirect ¶
func (o *GetDocumentationSearchRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this get documentation search request entity too large response has a 3xx status code
func (*GetDocumentationSearchRequestEntityTooLarge) IsServerError ¶
func (o *GetDocumentationSearchRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this get documentation search request entity too large response has a 5xx status code
func (*GetDocumentationSearchRequestEntityTooLarge) IsSuccess ¶
func (o *GetDocumentationSearchRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this get documentation search request entity too large response has a 2xx status code
func (*GetDocumentationSearchRequestEntityTooLarge) String ¶
func (o *GetDocumentationSearchRequestEntityTooLarge) String() string
type GetDocumentationSearchRequestTimeout ¶
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 (o *GetDocumentationSearchRequestTimeout) Error() string
func (*GetDocumentationSearchRequestTimeout) GetPayload ¶
func (o *GetDocumentationSearchRequestTimeout) GetPayload() *models.ErrorBody
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 ¶
func (o *GetDocumentationSearchRequestTimeout) IsCode(code int) bool
IsCode returns true when this get documentation search request timeout response a status code equal to that given
func (*GetDocumentationSearchRequestTimeout) IsRedirect ¶
func (o *GetDocumentationSearchRequestTimeout) IsRedirect() bool
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 ¶
func (o *GetDocumentationSearchRequestTimeout) IsSuccess() bool
IsSuccess returns true when this get documentation search request timeout response has a 2xx status code
func (*GetDocumentationSearchRequestTimeout) String ¶
func (o *GetDocumentationSearchRequestTimeout) String() string
type GetDocumentationSearchServiceUnavailable ¶
type GetDocumentationSearchServiceUnavailable struct {
}
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 (o *GetDocumentationSearchServiceUnavailable) Error() string
func (*GetDocumentationSearchServiceUnavailable) GetPayload ¶
func (o *GetDocumentationSearchServiceUnavailable) GetPayload() *models.ErrorBody
func (*GetDocumentationSearchServiceUnavailable) IsClientError ¶
func (o *GetDocumentationSearchServiceUnavailable) IsClientError() bool
IsClientError returns true when this get documentation search service unavailable response has a 4xx status code
func (*GetDocumentationSearchServiceUnavailable) IsCode ¶
func (o *GetDocumentationSearchServiceUnavailable) IsCode(code int) bool
IsCode returns true when this get documentation search service unavailable response a status code equal to that given
func (*GetDocumentationSearchServiceUnavailable) IsRedirect ¶
func (o *GetDocumentationSearchServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this get documentation search service unavailable response has a 3xx status code
func (*GetDocumentationSearchServiceUnavailable) IsServerError ¶
func (o *GetDocumentationSearchServiceUnavailable) IsServerError() bool
IsServerError returns true when this get documentation search service unavailable response has a 5xx status code
func (*GetDocumentationSearchServiceUnavailable) IsSuccess ¶
func (o *GetDocumentationSearchServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this get documentation search service unavailable response has a 2xx status code
func (*GetDocumentationSearchServiceUnavailable) String ¶
func (o *GetDocumentationSearchServiceUnavailable) String() string
type GetDocumentationSearchTooManyRequests ¶
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 (o *GetDocumentationSearchTooManyRequests) Error() string
func (*GetDocumentationSearchTooManyRequests) GetPayload ¶
func (o *GetDocumentationSearchTooManyRequests) GetPayload() *models.ErrorBody
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 ¶
func (o *GetDocumentationSearchTooManyRequests) IsCode(code int) bool
IsCode returns true when this get documentation search too many requests response a status code equal to that given
func (*GetDocumentationSearchTooManyRequests) IsRedirect ¶
func (o *GetDocumentationSearchTooManyRequests) IsRedirect() bool
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 ¶
func (o *GetDocumentationSearchTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get documentation search too many requests response has a 2xx status code
func (*GetDocumentationSearchTooManyRequests) String ¶
func (o *GetDocumentationSearchTooManyRequests) String() string
type GetDocumentationSearchUnauthorized ¶
type GetDocumentationSearchUnauthorized struct {
}
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 (o *GetDocumentationSearchUnauthorized) Error() string
func (*GetDocumentationSearchUnauthorized) GetPayload ¶
func (o *GetDocumentationSearchUnauthorized) GetPayload() *models.ErrorBody
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 ¶
func (o *GetDocumentationSearchUnauthorized) IsCode(code int) bool
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 ¶
func (o *GetDocumentationSearchUnauthorized) IsSuccess() bool
IsSuccess returns true when this get documentation search unauthorized response has a 2xx status code
func (*GetDocumentationSearchUnauthorized) String ¶
func (o *GetDocumentationSearchUnauthorized) String() string
type GetDocumentationSearchUnsupportedMediaType ¶
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 (o *GetDocumentationSearchUnsupportedMediaType) Error() string
func (*GetDocumentationSearchUnsupportedMediaType) GetPayload ¶
func (o *GetDocumentationSearchUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*GetDocumentationSearchUnsupportedMediaType) IsClientError ¶
func (o *GetDocumentationSearchUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this get documentation search unsupported media type response has a 4xx status code
func (*GetDocumentationSearchUnsupportedMediaType) IsCode ¶
func (o *GetDocumentationSearchUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this get documentation search unsupported media type response a status code equal to that given
func (*GetDocumentationSearchUnsupportedMediaType) IsRedirect ¶
func (o *GetDocumentationSearchUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this get documentation search unsupported media type response has a 3xx status code
func (*GetDocumentationSearchUnsupportedMediaType) IsServerError ¶
func (o *GetDocumentationSearchUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this get documentation search unsupported media type response has a 5xx status code
func (*GetDocumentationSearchUnsupportedMediaType) IsSuccess ¶
func (o *GetDocumentationSearchUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this get documentation search unsupported media type response has a 2xx status code
func (*GetDocumentationSearchUnsupportedMediaType) String ¶
func (o *GetDocumentationSearchUnsupportedMediaType) String() string
type GetSearchBadRequest ¶
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 ¶
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 ¶
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 ¶
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 (o *GetSearchInternalServerError) Error() string
func (*GetSearchInternalServerError) GetPayload ¶
func (o *GetSearchInternalServerError) GetPayload() *models.ErrorBody
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 ¶
func (o *GetSearchInternalServerError) String() string
type GetSearchNotFound ¶
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 ¶
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 (o *GetSearchRequestEntityTooLarge) Error() string
func (*GetSearchRequestEntityTooLarge) GetPayload ¶
func (o *GetSearchRequestEntityTooLarge) GetPayload() *models.ErrorBody
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 ¶
func (o *GetSearchRequestEntityTooLarge) String() string
type GetSearchRequestTimeout ¶
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 {
}
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 (o *GetSearchServiceUnavailable) Error() string
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 ¶
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 (o *GetSearchSuggestBadRequest) Error() string
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 ¶
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 ¶
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 (o *GetSearchSuggestGatewayTimeout) Error() string
func (*GetSearchSuggestGatewayTimeout) GetPayload ¶
func (o *GetSearchSuggestGatewayTimeout) GetPayload() *models.ErrorBody
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 ¶
func (o *GetSearchSuggestGatewayTimeout) String() string
type GetSearchSuggestInternalServerError ¶
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 (o *GetSearchSuggestInternalServerError) Error() string
func (*GetSearchSuggestInternalServerError) GetPayload ¶
func (o *GetSearchSuggestInternalServerError) GetPayload() *models.ErrorBody
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 ¶
func (o *GetSearchSuggestInternalServerError) IsCode(code int) bool
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 ¶
func (o *GetSearchSuggestInternalServerError) IsSuccess() bool
IsSuccess returns true when this get search suggest internal server error response has a 2xx status code
func (*GetSearchSuggestInternalServerError) String ¶
func (o *GetSearchSuggestInternalServerError) String() string
type GetSearchSuggestNotFound ¶
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 (o *GetSearchSuggestOK) GetPayload() *models.JSONNodeSearchResponse
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 ¶
func (o *GetSearchSuggestParams) WithContext(ctx context.Context) *GetSearchSuggestParams
WithContext adds the context to the get search suggest params
func (*GetSearchSuggestParams) WithDefaults ¶
func (o *GetSearchSuggestParams) WithDefaults() *GetSearchSuggestParams
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 ¶
func (o *GetSearchSuggestParams) WithQ64(q64 string) *GetSearchSuggestParams
WithQ64 adds the q64 to the get search suggest params
func (*GetSearchSuggestParams) WithTimeout ¶
func (o *GetSearchSuggestParams) WithTimeout(timeout time.Duration) *GetSearchSuggestParams
WithTimeout adds the timeout to the get search suggest params
func (*GetSearchSuggestParams) WriteToRequest ¶
func (o *GetSearchSuggestParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
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 (o *GetSearchSuggestRequestEntityTooLarge) Error() string
func (*GetSearchSuggestRequestEntityTooLarge) GetPayload ¶
func (o *GetSearchSuggestRequestEntityTooLarge) GetPayload() *models.ErrorBody
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 ¶
func (o *GetSearchSuggestRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this get search suggest request entity too large response a status code equal to that given
func (*GetSearchSuggestRequestEntityTooLarge) IsRedirect ¶
func (o *GetSearchSuggestRequestEntityTooLarge) IsRedirect() bool
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 ¶
func (o *GetSearchSuggestRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this get search suggest request entity too large response has a 2xx status code
func (*GetSearchSuggestRequestEntityTooLarge) String ¶
func (o *GetSearchSuggestRequestEntityTooLarge) String() string
type GetSearchSuggestRequestTimeout ¶
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 (o *GetSearchSuggestRequestTimeout) Error() string
func (*GetSearchSuggestRequestTimeout) GetPayload ¶
func (o *GetSearchSuggestRequestTimeout) GetPayload() *models.ErrorBody
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 ¶
func (o *GetSearchSuggestRequestTimeout) String() string
type GetSearchSuggestServiceUnavailable ¶
type GetSearchSuggestServiceUnavailable struct {
}
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 (o *GetSearchSuggestServiceUnavailable) Error() string
func (*GetSearchSuggestServiceUnavailable) GetPayload ¶
func (o *GetSearchSuggestServiceUnavailable) GetPayload() *models.ErrorBody
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 ¶
func (o *GetSearchSuggestServiceUnavailable) IsCode(code int) bool
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 ¶
func (o *GetSearchSuggestServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this get search suggest service unavailable response has a 2xx status code
func (*GetSearchSuggestServiceUnavailable) String ¶
func (o *GetSearchSuggestServiceUnavailable) String() string
type GetSearchSuggestTooManyRequests ¶
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 (o *GetSearchSuggestTooManyRequests) Error() string
func (*GetSearchSuggestTooManyRequests) GetPayload ¶
func (o *GetSearchSuggestTooManyRequests) GetPayload() *models.ErrorBody
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 ¶
func (o *GetSearchSuggestTooManyRequests) String() string
type GetSearchSuggestUnauthorized ¶
type GetSearchSuggestUnauthorized struct {
}
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 (o *GetSearchSuggestUnauthorized) Error() string
func (*GetSearchSuggestUnauthorized) GetPayload ¶
func (o *GetSearchSuggestUnauthorized) GetPayload() *models.ErrorBody
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 ¶
func (o *GetSearchSuggestUnauthorized) String() string
type GetSearchSuggestUnsupportedMediaType ¶
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 (o *GetSearchSuggestUnsupportedMediaType) Error() string
func (*GetSearchSuggestUnsupportedMediaType) GetPayload ¶
func (o *GetSearchSuggestUnsupportedMediaType) GetPayload() *models.ErrorBody
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 ¶
func (o *GetSearchSuggestUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this get search suggest unsupported media type response a status code equal to that given
func (*GetSearchSuggestUnsupportedMediaType) IsRedirect ¶
func (o *GetSearchSuggestUnsupportedMediaType) IsRedirect() bool
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 ¶
func (o *GetSearchSuggestUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this get search suggest unsupported media type response has a 2xx status code
func (*GetSearchSuggestUnsupportedMediaType) String ¶
func (o *GetSearchSuggestUnsupportedMediaType) String() string
type GetSearchTooManyRequests ¶
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 {
}
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 ¶
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 (o *GetSearchUnsupportedMediaType) Error() string
func (*GetSearchUnsupportedMediaType) GetPayload ¶
func (o *GetSearchUnsupportedMediaType) GetPayload() *models.ErrorBody
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 ¶
func (o *GetSearchUnsupportedMediaType) String() string
type PostAnalyticsConversationsTranscriptsQueryBadRequest ¶
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 (o *PostAnalyticsConversationsTranscriptsQueryBadRequest) Error() string
func (*PostAnalyticsConversationsTranscriptsQueryBadRequest) GetPayload ¶
func (o *PostAnalyticsConversationsTranscriptsQueryBadRequest) GetPayload() *models.ErrorBody
func (*PostAnalyticsConversationsTranscriptsQueryBadRequest) IsClientError ¶
func (o *PostAnalyticsConversationsTranscriptsQueryBadRequest) IsClientError() bool
IsClientError returns true when this post analytics conversations transcripts query bad request response has a 4xx status code
func (*PostAnalyticsConversationsTranscriptsQueryBadRequest) IsCode ¶
func (o *PostAnalyticsConversationsTranscriptsQueryBadRequest) IsCode(code int) bool
IsCode returns true when this post analytics conversations transcripts query bad request response a status code equal to that given
func (*PostAnalyticsConversationsTranscriptsQueryBadRequest) IsRedirect ¶
func (o *PostAnalyticsConversationsTranscriptsQueryBadRequest) IsRedirect() bool
IsRedirect returns true when this post analytics conversations transcripts query bad request response has a 3xx status code
func (*PostAnalyticsConversationsTranscriptsQueryBadRequest) IsServerError ¶
func (o *PostAnalyticsConversationsTranscriptsQueryBadRequest) IsServerError() bool
IsServerError returns true when this post analytics conversations transcripts query bad request response has a 5xx status code
func (*PostAnalyticsConversationsTranscriptsQueryBadRequest) IsSuccess ¶
func (o *PostAnalyticsConversationsTranscriptsQueryBadRequest) IsSuccess() bool
IsSuccess returns true when this post analytics conversations transcripts query bad request response has a 2xx status code
func (*PostAnalyticsConversationsTranscriptsQueryBadRequest) String ¶
func (o *PostAnalyticsConversationsTranscriptsQueryBadRequest) String() string
type PostAnalyticsConversationsTranscriptsQueryForbidden ¶
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 (o *PostAnalyticsConversationsTranscriptsQueryForbidden) Error() string
func (*PostAnalyticsConversationsTranscriptsQueryForbidden) GetPayload ¶
func (o *PostAnalyticsConversationsTranscriptsQueryForbidden) GetPayload() *models.ErrorBody
func (*PostAnalyticsConversationsTranscriptsQueryForbidden) IsClientError ¶
func (o *PostAnalyticsConversationsTranscriptsQueryForbidden) IsClientError() bool
IsClientError returns true when this post analytics conversations transcripts query forbidden response has a 4xx status code
func (*PostAnalyticsConversationsTranscriptsQueryForbidden) IsCode ¶
func (o *PostAnalyticsConversationsTranscriptsQueryForbidden) IsCode(code int) bool
IsCode returns true when this post analytics conversations transcripts query forbidden response a status code equal to that given
func (*PostAnalyticsConversationsTranscriptsQueryForbidden) IsRedirect ¶
func (o *PostAnalyticsConversationsTranscriptsQueryForbidden) IsRedirect() bool
IsRedirect returns true when this post analytics conversations transcripts query forbidden response has a 3xx status code
func (*PostAnalyticsConversationsTranscriptsQueryForbidden) IsServerError ¶
func (o *PostAnalyticsConversationsTranscriptsQueryForbidden) IsServerError() bool
IsServerError returns true when this post analytics conversations transcripts query forbidden response has a 5xx status code
func (*PostAnalyticsConversationsTranscriptsQueryForbidden) IsSuccess ¶
func (o *PostAnalyticsConversationsTranscriptsQueryForbidden) IsSuccess() bool
IsSuccess returns true when this post analytics conversations transcripts query forbidden response has a 2xx status code
func (*PostAnalyticsConversationsTranscriptsQueryForbidden) String ¶
func (o *PostAnalyticsConversationsTranscriptsQueryForbidden) String() string
type PostAnalyticsConversationsTranscriptsQueryGatewayTimeout ¶
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 (o *PostAnalyticsConversationsTranscriptsQueryGatewayTimeout) Error() string
func (*PostAnalyticsConversationsTranscriptsQueryGatewayTimeout) GetPayload ¶
func (o *PostAnalyticsConversationsTranscriptsQueryGatewayTimeout) GetPayload() *models.ErrorBody
func (*PostAnalyticsConversationsTranscriptsQueryGatewayTimeout) IsClientError ¶
func (o *PostAnalyticsConversationsTranscriptsQueryGatewayTimeout) IsClientError() bool
IsClientError returns true when this post analytics conversations transcripts query gateway timeout response has a 4xx status code
func (*PostAnalyticsConversationsTranscriptsQueryGatewayTimeout) IsCode ¶
func (o *PostAnalyticsConversationsTranscriptsQueryGatewayTimeout) IsCode(code int) bool
IsCode returns true when this post analytics conversations transcripts query gateway timeout response a status code equal to that given
func (*PostAnalyticsConversationsTranscriptsQueryGatewayTimeout) IsRedirect ¶
func (o *PostAnalyticsConversationsTranscriptsQueryGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this post analytics conversations transcripts query gateway timeout response has a 3xx status code
func (*PostAnalyticsConversationsTranscriptsQueryGatewayTimeout) IsServerError ¶
func (o *PostAnalyticsConversationsTranscriptsQueryGatewayTimeout) IsServerError() bool
IsServerError returns true when this post analytics conversations transcripts query gateway timeout response has a 5xx status code
func (*PostAnalyticsConversationsTranscriptsQueryGatewayTimeout) IsSuccess ¶
func (o *PostAnalyticsConversationsTranscriptsQueryGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this post analytics conversations transcripts query gateway timeout response has a 2xx status code
func (*PostAnalyticsConversationsTranscriptsQueryGatewayTimeout) String ¶
func (o *PostAnalyticsConversationsTranscriptsQueryGatewayTimeout) String() 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 (o *PostAnalyticsConversationsTranscriptsQueryInternalServerError) Error() string
func (*PostAnalyticsConversationsTranscriptsQueryInternalServerError) GetPayload ¶
func (o *PostAnalyticsConversationsTranscriptsQueryInternalServerError) GetPayload() *models.ErrorBody
func (*PostAnalyticsConversationsTranscriptsQueryInternalServerError) IsClientError ¶
func (o *PostAnalyticsConversationsTranscriptsQueryInternalServerError) IsClientError() bool
IsClientError returns true when this post analytics conversations transcripts query internal server error response has a 4xx status code
func (*PostAnalyticsConversationsTranscriptsQueryInternalServerError) IsCode ¶
func (o *PostAnalyticsConversationsTranscriptsQueryInternalServerError) IsCode(code int) bool
IsCode returns true when this post analytics conversations transcripts query internal server error response a status code equal to that given
func (*PostAnalyticsConversationsTranscriptsQueryInternalServerError) IsRedirect ¶
func (o *PostAnalyticsConversationsTranscriptsQueryInternalServerError) IsRedirect() bool
IsRedirect returns true when this post analytics conversations transcripts query internal server error response has a 3xx status code
func (*PostAnalyticsConversationsTranscriptsQueryInternalServerError) IsServerError ¶
func (o *PostAnalyticsConversationsTranscriptsQueryInternalServerError) IsServerError() bool
IsServerError returns true when this post analytics conversations transcripts query internal server error response has a 5xx status code
func (*PostAnalyticsConversationsTranscriptsQueryInternalServerError) IsSuccess ¶
func (o *PostAnalyticsConversationsTranscriptsQueryInternalServerError) IsSuccess() bool
IsSuccess returns true when this post analytics conversations transcripts query internal server error response has a 2xx status code
func (*PostAnalyticsConversationsTranscriptsQueryInternalServerError) String ¶
func (o *PostAnalyticsConversationsTranscriptsQueryInternalServerError) String() string
type PostAnalyticsConversationsTranscriptsQueryNotFound ¶
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 (o *PostAnalyticsConversationsTranscriptsQueryNotFound) Error() string
func (*PostAnalyticsConversationsTranscriptsQueryNotFound) GetPayload ¶
func (o *PostAnalyticsConversationsTranscriptsQueryNotFound) GetPayload() *models.ErrorBody
func (*PostAnalyticsConversationsTranscriptsQueryNotFound) IsClientError ¶
func (o *PostAnalyticsConversationsTranscriptsQueryNotFound) IsClientError() bool
IsClientError returns true when this post analytics conversations transcripts query not found response has a 4xx status code
func (*PostAnalyticsConversationsTranscriptsQueryNotFound) IsCode ¶
func (o *PostAnalyticsConversationsTranscriptsQueryNotFound) IsCode(code int) bool
IsCode returns true when this post analytics conversations transcripts query not found response a status code equal to that given
func (*PostAnalyticsConversationsTranscriptsQueryNotFound) IsRedirect ¶
func (o *PostAnalyticsConversationsTranscriptsQueryNotFound) IsRedirect() bool
IsRedirect returns true when this post analytics conversations transcripts query not found response has a 3xx status code
func (*PostAnalyticsConversationsTranscriptsQueryNotFound) IsServerError ¶
func (o *PostAnalyticsConversationsTranscriptsQueryNotFound) IsServerError() bool
IsServerError returns true when this post analytics conversations transcripts query not found response has a 5xx status code
func (*PostAnalyticsConversationsTranscriptsQueryNotFound) IsSuccess ¶
func (o *PostAnalyticsConversationsTranscriptsQueryNotFound) IsSuccess() bool
IsSuccess returns true when this post analytics conversations transcripts query not found response has a 2xx status code
func (*PostAnalyticsConversationsTranscriptsQueryNotFound) String ¶
func (o *PostAnalyticsConversationsTranscriptsQueryNotFound) String() 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 (o *PostAnalyticsConversationsTranscriptsQueryOK) Error() string
func (*PostAnalyticsConversationsTranscriptsQueryOK) GetPayload ¶
func (o *PostAnalyticsConversationsTranscriptsQueryOK) GetPayload() *models.AnalyticsConversationWithoutAttributesMultiGetResponse
func (*PostAnalyticsConversationsTranscriptsQueryOK) IsClientError ¶
func (o *PostAnalyticsConversationsTranscriptsQueryOK) IsClientError() bool
IsClientError returns true when this post analytics conversations transcripts query o k response has a 4xx status code
func (*PostAnalyticsConversationsTranscriptsQueryOK) IsCode ¶
func (o *PostAnalyticsConversationsTranscriptsQueryOK) IsCode(code int) bool
IsCode returns true when this post analytics conversations transcripts query o k response a status code equal to that given
func (*PostAnalyticsConversationsTranscriptsQueryOK) IsRedirect ¶
func (o *PostAnalyticsConversationsTranscriptsQueryOK) IsRedirect() bool
IsRedirect returns true when this post analytics conversations transcripts query o k response has a 3xx status code
func (*PostAnalyticsConversationsTranscriptsQueryOK) IsServerError ¶
func (o *PostAnalyticsConversationsTranscriptsQueryOK) IsServerError() bool
IsServerError returns true when this post analytics conversations transcripts query o k response has a 5xx status code
func (*PostAnalyticsConversationsTranscriptsQueryOK) IsSuccess ¶
func (o *PostAnalyticsConversationsTranscriptsQueryOK) IsSuccess() bool
IsSuccess returns true when this post analytics conversations transcripts query o k response has a 2xx status code
func (*PostAnalyticsConversationsTranscriptsQueryOK) String ¶
func (o *PostAnalyticsConversationsTranscriptsQueryOK) String() 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 ¶
func (o *PostAnalyticsConversationsTranscriptsQueryParams) SetBody(body *models.TranscriptConversationDetailSearchRequest)
SetBody adds the body to the post analytics conversations transcripts query params
func (*PostAnalyticsConversationsTranscriptsQueryParams) SetContext ¶
func (o *PostAnalyticsConversationsTranscriptsQueryParams) SetContext(ctx context.Context)
SetContext adds the context to the post analytics conversations transcripts query params
func (*PostAnalyticsConversationsTranscriptsQueryParams) SetDefaults ¶
func (o *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 ¶
func (o *PostAnalyticsConversationsTranscriptsQueryParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the post analytics conversations transcripts query params
func (*PostAnalyticsConversationsTranscriptsQueryParams) SetTimeout ¶
func (o *PostAnalyticsConversationsTranscriptsQueryParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the post analytics conversations transcripts query params
func (*PostAnalyticsConversationsTranscriptsQueryParams) WithBody ¶
func (o *PostAnalyticsConversationsTranscriptsQueryParams) WithBody(body *models.TranscriptConversationDetailSearchRequest) *PostAnalyticsConversationsTranscriptsQueryParams
WithBody adds the body to the post analytics conversations transcripts query params
func (*PostAnalyticsConversationsTranscriptsQueryParams) WithContext ¶
func (o *PostAnalyticsConversationsTranscriptsQueryParams) WithContext(ctx context.Context) *PostAnalyticsConversationsTranscriptsQueryParams
WithContext adds the context to the post analytics conversations transcripts query params
func (*PostAnalyticsConversationsTranscriptsQueryParams) WithDefaults ¶
func (o *PostAnalyticsConversationsTranscriptsQueryParams) WithDefaults() *PostAnalyticsConversationsTranscriptsQueryParams
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 ¶
func (o *PostAnalyticsConversationsTranscriptsQueryParams) WithHTTPClient(client *http.Client) *PostAnalyticsConversationsTranscriptsQueryParams
WithHTTPClient adds the HTTPClient to the post analytics conversations transcripts query params
func (*PostAnalyticsConversationsTranscriptsQueryParams) WithTimeout ¶
func (o *PostAnalyticsConversationsTranscriptsQueryParams) WithTimeout(timeout time.Duration) *PostAnalyticsConversationsTranscriptsQueryParams
WithTimeout adds the timeout to the post analytics conversations transcripts query params
func (*PostAnalyticsConversationsTranscriptsQueryParams) WriteToRequest ¶
func (o *PostAnalyticsConversationsTranscriptsQueryParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 (o *PostAnalyticsConversationsTranscriptsQueryRequestEntityTooLarge) Error() string
func (*PostAnalyticsConversationsTranscriptsQueryRequestEntityTooLarge) GetPayload ¶
func (o *PostAnalyticsConversationsTranscriptsQueryRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*PostAnalyticsConversationsTranscriptsQueryRequestEntityTooLarge) IsClientError ¶
func (o *PostAnalyticsConversationsTranscriptsQueryRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this post analytics conversations transcripts query request entity too large response has a 4xx status code
func (*PostAnalyticsConversationsTranscriptsQueryRequestEntityTooLarge) IsCode ¶
func (o *PostAnalyticsConversationsTranscriptsQueryRequestEntityTooLarge) IsCode(code int) bool
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 ¶
func (o *PostAnalyticsConversationsTranscriptsQueryRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this post analytics conversations transcripts query request entity too large response has a 3xx status code
func (*PostAnalyticsConversationsTranscriptsQueryRequestEntityTooLarge) IsServerError ¶
func (o *PostAnalyticsConversationsTranscriptsQueryRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this post analytics conversations transcripts query request entity too large response has a 5xx status code
func (*PostAnalyticsConversationsTranscriptsQueryRequestEntityTooLarge) IsSuccess ¶
func (o *PostAnalyticsConversationsTranscriptsQueryRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this post analytics conversations transcripts query request entity too large response has a 2xx status code
func (*PostAnalyticsConversationsTranscriptsQueryRequestEntityTooLarge) String ¶
func (o *PostAnalyticsConversationsTranscriptsQueryRequestEntityTooLarge) String() string
type PostAnalyticsConversationsTranscriptsQueryRequestTimeout ¶
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 (o *PostAnalyticsConversationsTranscriptsQueryRequestTimeout) Error() string
func (*PostAnalyticsConversationsTranscriptsQueryRequestTimeout) GetPayload ¶
func (o *PostAnalyticsConversationsTranscriptsQueryRequestTimeout) GetPayload() *models.ErrorBody
func (*PostAnalyticsConversationsTranscriptsQueryRequestTimeout) IsClientError ¶
func (o *PostAnalyticsConversationsTranscriptsQueryRequestTimeout) IsClientError() bool
IsClientError returns true when this post analytics conversations transcripts query request timeout response has a 4xx status code
func (*PostAnalyticsConversationsTranscriptsQueryRequestTimeout) IsCode ¶
func (o *PostAnalyticsConversationsTranscriptsQueryRequestTimeout) IsCode(code int) bool
IsCode returns true when this post analytics conversations transcripts query request timeout response a status code equal to that given
func (*PostAnalyticsConversationsTranscriptsQueryRequestTimeout) IsRedirect ¶
func (o *PostAnalyticsConversationsTranscriptsQueryRequestTimeout) IsRedirect() bool
IsRedirect returns true when this post analytics conversations transcripts query request timeout response has a 3xx status code
func (*PostAnalyticsConversationsTranscriptsQueryRequestTimeout) IsServerError ¶
func (o *PostAnalyticsConversationsTranscriptsQueryRequestTimeout) IsServerError() bool
IsServerError returns true when this post analytics conversations transcripts query request timeout response has a 5xx status code
func (*PostAnalyticsConversationsTranscriptsQueryRequestTimeout) IsSuccess ¶
func (o *PostAnalyticsConversationsTranscriptsQueryRequestTimeout) IsSuccess() bool
IsSuccess returns true when this post analytics conversations transcripts query request timeout response has a 2xx status code
func (*PostAnalyticsConversationsTranscriptsQueryRequestTimeout) String ¶
func (o *PostAnalyticsConversationsTranscriptsQueryRequestTimeout) String() string
type PostAnalyticsConversationsTranscriptsQueryServiceUnavailable ¶
type PostAnalyticsConversationsTranscriptsQueryServiceUnavailable struct {
}
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 (o *PostAnalyticsConversationsTranscriptsQueryServiceUnavailable) Error() string
func (*PostAnalyticsConversationsTranscriptsQueryServiceUnavailable) GetPayload ¶
func (o *PostAnalyticsConversationsTranscriptsQueryServiceUnavailable) GetPayload() *models.ErrorBody
func (*PostAnalyticsConversationsTranscriptsQueryServiceUnavailable) IsClientError ¶
func (o *PostAnalyticsConversationsTranscriptsQueryServiceUnavailable) IsClientError() bool
IsClientError returns true when this post analytics conversations transcripts query service unavailable response has a 4xx status code
func (*PostAnalyticsConversationsTranscriptsQueryServiceUnavailable) IsCode ¶
func (o *PostAnalyticsConversationsTranscriptsQueryServiceUnavailable) IsCode(code int) bool
IsCode returns true when this post analytics conversations transcripts query service unavailable response a status code equal to that given
func (*PostAnalyticsConversationsTranscriptsQueryServiceUnavailable) IsRedirect ¶
func (o *PostAnalyticsConversationsTranscriptsQueryServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this post analytics conversations transcripts query service unavailable response has a 3xx status code
func (*PostAnalyticsConversationsTranscriptsQueryServiceUnavailable) IsServerError ¶
func (o *PostAnalyticsConversationsTranscriptsQueryServiceUnavailable) IsServerError() bool
IsServerError returns true when this post analytics conversations transcripts query service unavailable response has a 5xx status code
func (*PostAnalyticsConversationsTranscriptsQueryServiceUnavailable) IsSuccess ¶
func (o *PostAnalyticsConversationsTranscriptsQueryServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this post analytics conversations transcripts query service unavailable response has a 2xx status code
func (*PostAnalyticsConversationsTranscriptsQueryServiceUnavailable) String ¶
func (o *PostAnalyticsConversationsTranscriptsQueryServiceUnavailable) String() string
type PostAnalyticsConversationsTranscriptsQueryTooManyRequests ¶
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 (o *PostAnalyticsConversationsTranscriptsQueryTooManyRequests) Error() string
func (*PostAnalyticsConversationsTranscriptsQueryTooManyRequests) GetPayload ¶
func (o *PostAnalyticsConversationsTranscriptsQueryTooManyRequests) GetPayload() *models.ErrorBody
func (*PostAnalyticsConversationsTranscriptsQueryTooManyRequests) IsClientError ¶
func (o *PostAnalyticsConversationsTranscriptsQueryTooManyRequests) IsClientError() bool
IsClientError returns true when this post analytics conversations transcripts query too many requests response has a 4xx status code
func (*PostAnalyticsConversationsTranscriptsQueryTooManyRequests) IsCode ¶
func (o *PostAnalyticsConversationsTranscriptsQueryTooManyRequests) IsCode(code int) bool
IsCode returns true when this post analytics conversations transcripts query too many requests response a status code equal to that given
func (*PostAnalyticsConversationsTranscriptsQueryTooManyRequests) IsRedirect ¶
func (o *PostAnalyticsConversationsTranscriptsQueryTooManyRequests) IsRedirect() bool
IsRedirect returns true when this post analytics conversations transcripts query too many requests response has a 3xx status code
func (*PostAnalyticsConversationsTranscriptsQueryTooManyRequests) IsServerError ¶
func (o *PostAnalyticsConversationsTranscriptsQueryTooManyRequests) IsServerError() bool
IsServerError returns true when this post analytics conversations transcripts query too many requests response has a 5xx status code
func (*PostAnalyticsConversationsTranscriptsQueryTooManyRequests) IsSuccess ¶
func (o *PostAnalyticsConversationsTranscriptsQueryTooManyRequests) IsSuccess() bool
IsSuccess returns true when this post analytics conversations transcripts query too many requests response has a 2xx status code
func (*PostAnalyticsConversationsTranscriptsQueryTooManyRequests) String ¶
func (o *PostAnalyticsConversationsTranscriptsQueryTooManyRequests) String() string
type PostAnalyticsConversationsTranscriptsQueryUnauthorized ¶
type PostAnalyticsConversationsTranscriptsQueryUnauthorized struct {
}
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 (o *PostAnalyticsConversationsTranscriptsQueryUnauthorized) Error() string
func (*PostAnalyticsConversationsTranscriptsQueryUnauthorized) GetPayload ¶
func (o *PostAnalyticsConversationsTranscriptsQueryUnauthorized) GetPayload() *models.ErrorBody
func (*PostAnalyticsConversationsTranscriptsQueryUnauthorized) IsClientError ¶
func (o *PostAnalyticsConversationsTranscriptsQueryUnauthorized) IsClientError() bool
IsClientError returns true when this post analytics conversations transcripts query unauthorized response has a 4xx status code
func (*PostAnalyticsConversationsTranscriptsQueryUnauthorized) IsCode ¶
func (o *PostAnalyticsConversationsTranscriptsQueryUnauthorized) IsCode(code int) bool
IsCode returns true when this post analytics conversations transcripts query unauthorized response a status code equal to that given
func (*PostAnalyticsConversationsTranscriptsQueryUnauthorized) IsRedirect ¶
func (o *PostAnalyticsConversationsTranscriptsQueryUnauthorized) IsRedirect() bool
IsRedirect returns true when this post analytics conversations transcripts query unauthorized response has a 3xx status code
func (*PostAnalyticsConversationsTranscriptsQueryUnauthorized) IsServerError ¶
func (o *PostAnalyticsConversationsTranscriptsQueryUnauthorized) IsServerError() bool
IsServerError returns true when this post analytics conversations transcripts query unauthorized response has a 5xx status code
func (*PostAnalyticsConversationsTranscriptsQueryUnauthorized) IsSuccess ¶
func (o *PostAnalyticsConversationsTranscriptsQueryUnauthorized) IsSuccess() bool
IsSuccess returns true when this post analytics conversations transcripts query unauthorized response has a 2xx status code
func (*PostAnalyticsConversationsTranscriptsQueryUnauthorized) String ¶
func (o *PostAnalyticsConversationsTranscriptsQueryUnauthorized) String() 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 (o *PostAnalyticsConversationsTranscriptsQueryUnsupportedMediaType) Error() string
func (*PostAnalyticsConversationsTranscriptsQueryUnsupportedMediaType) GetPayload ¶
func (o *PostAnalyticsConversationsTranscriptsQueryUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*PostAnalyticsConversationsTranscriptsQueryUnsupportedMediaType) IsClientError ¶
func (o *PostAnalyticsConversationsTranscriptsQueryUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this post analytics conversations transcripts query unsupported media type response has a 4xx status code
func (*PostAnalyticsConversationsTranscriptsQueryUnsupportedMediaType) IsCode ¶
func (o *PostAnalyticsConversationsTranscriptsQueryUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this post analytics conversations transcripts query unsupported media type response a status code equal to that given
func (*PostAnalyticsConversationsTranscriptsQueryUnsupportedMediaType) IsRedirect ¶
func (o *PostAnalyticsConversationsTranscriptsQueryUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this post analytics conversations transcripts query unsupported media type response has a 3xx status code
func (*PostAnalyticsConversationsTranscriptsQueryUnsupportedMediaType) IsServerError ¶
func (o *PostAnalyticsConversationsTranscriptsQueryUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this post analytics conversations transcripts query unsupported media type response has a 5xx status code
func (*PostAnalyticsConversationsTranscriptsQueryUnsupportedMediaType) IsSuccess ¶
func (o *PostAnalyticsConversationsTranscriptsQueryUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this post analytics conversations transcripts query unsupported media type response has a 2xx status code
func (*PostAnalyticsConversationsTranscriptsQueryUnsupportedMediaType) String ¶
func (o *PostAnalyticsConversationsTranscriptsQueryUnsupportedMediaType) String() string
type PostDocumentationGknSearchBadRequest ¶
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 (o *PostDocumentationGknSearchBadRequest) Error() string
func (*PostDocumentationGknSearchBadRequest) GetPayload ¶
func (o *PostDocumentationGknSearchBadRequest) GetPayload() *models.ErrorBody
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 ¶
func (o *PostDocumentationGknSearchBadRequest) IsCode(code int) bool
IsCode returns true when this post documentation gkn search bad request response a status code equal to that given
func (*PostDocumentationGknSearchBadRequest) IsRedirect ¶
func (o *PostDocumentationGknSearchBadRequest) IsRedirect() bool
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 ¶
func (o *PostDocumentationGknSearchBadRequest) IsSuccess() bool
IsSuccess returns true when this post documentation gkn search bad request response has a 2xx status code
func (*PostDocumentationGknSearchBadRequest) String ¶
func (o *PostDocumentationGknSearchBadRequest) String() string
type PostDocumentationGknSearchForbidden ¶
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 (o *PostDocumentationGknSearchForbidden) Error() string
func (*PostDocumentationGknSearchForbidden) GetPayload ¶
func (o *PostDocumentationGknSearchForbidden) GetPayload() *models.ErrorBody
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 ¶
func (o *PostDocumentationGknSearchForbidden) IsCode(code int) bool
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 ¶
func (o *PostDocumentationGknSearchForbidden) IsSuccess() bool
IsSuccess returns true when this post documentation gkn search forbidden response has a 2xx status code
func (*PostDocumentationGknSearchForbidden) String ¶
func (o *PostDocumentationGknSearchForbidden) String() string
type PostDocumentationGknSearchGatewayTimeout ¶
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 (o *PostDocumentationGknSearchGatewayTimeout) Error() string
func (*PostDocumentationGknSearchGatewayTimeout) GetPayload ¶
func (o *PostDocumentationGknSearchGatewayTimeout) GetPayload() *models.ErrorBody
func (*PostDocumentationGknSearchGatewayTimeout) IsClientError ¶
func (o *PostDocumentationGknSearchGatewayTimeout) IsClientError() bool
IsClientError returns true when this post documentation gkn search gateway timeout response has a 4xx status code
func (*PostDocumentationGknSearchGatewayTimeout) IsCode ¶
func (o *PostDocumentationGknSearchGatewayTimeout) IsCode(code int) bool
IsCode returns true when this post documentation gkn search gateway timeout response a status code equal to that given
func (*PostDocumentationGknSearchGatewayTimeout) IsRedirect ¶
func (o *PostDocumentationGknSearchGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this post documentation gkn search gateway timeout response has a 3xx status code
func (*PostDocumentationGknSearchGatewayTimeout) IsServerError ¶
func (o *PostDocumentationGknSearchGatewayTimeout) IsServerError() bool
IsServerError returns true when this post documentation gkn search gateway timeout response has a 5xx status code
func (*PostDocumentationGknSearchGatewayTimeout) IsSuccess ¶
func (o *PostDocumentationGknSearchGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this post documentation gkn search gateway timeout response has a 2xx status code
func (*PostDocumentationGknSearchGatewayTimeout) String ¶
func (o *PostDocumentationGknSearchGatewayTimeout) String() string
type PostDocumentationGknSearchInternalServerError ¶
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 (o *PostDocumentationGknSearchInternalServerError) Error() string
func (*PostDocumentationGknSearchInternalServerError) GetPayload ¶
func (o *PostDocumentationGknSearchInternalServerError) GetPayload() *models.ErrorBody
func (*PostDocumentationGknSearchInternalServerError) IsClientError ¶
func (o *PostDocumentationGknSearchInternalServerError) IsClientError() bool
IsClientError returns true when this post documentation gkn search internal server error response has a 4xx status code
func (*PostDocumentationGknSearchInternalServerError) IsCode ¶
func (o *PostDocumentationGknSearchInternalServerError) IsCode(code int) bool
IsCode returns true when this post documentation gkn search internal server error response a status code equal to that given
func (*PostDocumentationGknSearchInternalServerError) IsRedirect ¶
func (o *PostDocumentationGknSearchInternalServerError) IsRedirect() bool
IsRedirect returns true when this post documentation gkn search internal server error response has a 3xx status code
func (*PostDocumentationGknSearchInternalServerError) IsServerError ¶
func (o *PostDocumentationGknSearchInternalServerError) IsServerError() bool
IsServerError returns true when this post documentation gkn search internal server error response has a 5xx status code
func (*PostDocumentationGknSearchInternalServerError) IsSuccess ¶
func (o *PostDocumentationGknSearchInternalServerError) IsSuccess() bool
IsSuccess returns true when this post documentation gkn search internal server error response has a 2xx status code
func (*PostDocumentationGknSearchInternalServerError) String ¶
func (o *PostDocumentationGknSearchInternalServerError) String() string
type PostDocumentationGknSearchNotFound ¶
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 (o *PostDocumentationGknSearchNotFound) Error() string
func (*PostDocumentationGknSearchNotFound) GetPayload ¶
func (o *PostDocumentationGknSearchNotFound) GetPayload() *models.ErrorBody
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 ¶
func (o *PostDocumentationGknSearchNotFound) IsCode(code int) bool
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 ¶
func (o *PostDocumentationGknSearchNotFound) IsSuccess() bool
IsSuccess returns true when this post documentation gkn search not found response has a 2xx status code
func (*PostDocumentationGknSearchNotFound) String ¶
func (o *PostDocumentationGknSearchNotFound) String() 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 (o *PostDocumentationGknSearchOK) Error() string
func (*PostDocumentationGknSearchOK) GetPayload ¶
func (o *PostDocumentationGknSearchOK) GetPayload() *models.GKNDocumentationSearchResponse
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 ¶
func (o *PostDocumentationGknSearchOK) String() 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 ¶
func (o *PostDocumentationGknSearchParams) SetBody(body *models.GKNDocumentationSearchRequest)
SetBody adds the body to the post documentation gkn search params
func (*PostDocumentationGknSearchParams) SetContext ¶
func (o *PostDocumentationGknSearchParams) SetContext(ctx context.Context)
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 ¶
func (o *PostDocumentationGknSearchParams) WithBody(body *models.GKNDocumentationSearchRequest) *PostDocumentationGknSearchParams
WithBody adds the body to the post documentation gkn search params
func (*PostDocumentationGknSearchParams) WithContext ¶
func (o *PostDocumentationGknSearchParams) WithContext(ctx context.Context) *PostDocumentationGknSearchParams
WithContext adds the context to the post documentation gkn search params
func (*PostDocumentationGknSearchParams) WithDefaults ¶
func (o *PostDocumentationGknSearchParams) WithDefaults() *PostDocumentationGknSearchParams
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 ¶
func (o *PostDocumentationGknSearchParams) WithHTTPClient(client *http.Client) *PostDocumentationGknSearchParams
WithHTTPClient adds the HTTPClient to the post documentation gkn search params
func (*PostDocumentationGknSearchParams) WithTimeout ¶
func (o *PostDocumentationGknSearchParams) WithTimeout(timeout time.Duration) *PostDocumentationGknSearchParams
WithTimeout adds the timeout to the post documentation gkn search params
func (*PostDocumentationGknSearchParams) WriteToRequest ¶
func (o *PostDocumentationGknSearchParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
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 (o *PostDocumentationGknSearchRequestEntityTooLarge) Error() string
func (*PostDocumentationGknSearchRequestEntityTooLarge) GetPayload ¶
func (o *PostDocumentationGknSearchRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*PostDocumentationGknSearchRequestEntityTooLarge) IsClientError ¶
func (o *PostDocumentationGknSearchRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this post documentation gkn search request entity too large response has a 4xx status code
func (*PostDocumentationGknSearchRequestEntityTooLarge) IsCode ¶
func (o *PostDocumentationGknSearchRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this post documentation gkn search request entity too large response a status code equal to that given
func (*PostDocumentationGknSearchRequestEntityTooLarge) IsRedirect ¶
func (o *PostDocumentationGknSearchRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this post documentation gkn search request entity too large response has a 3xx status code
func (*PostDocumentationGknSearchRequestEntityTooLarge) IsServerError ¶
func (o *PostDocumentationGknSearchRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this post documentation gkn search request entity too large response has a 5xx status code
func (*PostDocumentationGknSearchRequestEntityTooLarge) IsSuccess ¶
func (o *PostDocumentationGknSearchRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this post documentation gkn search request entity too large response has a 2xx status code
func (*PostDocumentationGknSearchRequestEntityTooLarge) String ¶
func (o *PostDocumentationGknSearchRequestEntityTooLarge) String() string
type PostDocumentationGknSearchRequestTimeout ¶
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 (o *PostDocumentationGknSearchRequestTimeout) Error() string
func (*PostDocumentationGknSearchRequestTimeout) GetPayload ¶
func (o *PostDocumentationGknSearchRequestTimeout) GetPayload() *models.ErrorBody
func (*PostDocumentationGknSearchRequestTimeout) IsClientError ¶
func (o *PostDocumentationGknSearchRequestTimeout) IsClientError() bool
IsClientError returns true when this post documentation gkn search request timeout response has a 4xx status code
func (*PostDocumentationGknSearchRequestTimeout) IsCode ¶
func (o *PostDocumentationGknSearchRequestTimeout) IsCode(code int) bool
IsCode returns true when this post documentation gkn search request timeout response a status code equal to that given
func (*PostDocumentationGknSearchRequestTimeout) IsRedirect ¶
func (o *PostDocumentationGknSearchRequestTimeout) IsRedirect() bool
IsRedirect returns true when this post documentation gkn search request timeout response has a 3xx status code
func (*PostDocumentationGknSearchRequestTimeout) IsServerError ¶
func (o *PostDocumentationGknSearchRequestTimeout) IsServerError() bool
IsServerError returns true when this post documentation gkn search request timeout response has a 5xx status code
func (*PostDocumentationGknSearchRequestTimeout) IsSuccess ¶
func (o *PostDocumentationGknSearchRequestTimeout) IsSuccess() bool
IsSuccess returns true when this post documentation gkn search request timeout response has a 2xx status code
func (*PostDocumentationGknSearchRequestTimeout) String ¶
func (o *PostDocumentationGknSearchRequestTimeout) String() string
type PostDocumentationGknSearchServiceUnavailable ¶
type PostDocumentationGknSearchServiceUnavailable struct {
}
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 (o *PostDocumentationGknSearchServiceUnavailable) Error() string
func (*PostDocumentationGknSearchServiceUnavailable) GetPayload ¶
func (o *PostDocumentationGknSearchServiceUnavailable) GetPayload() *models.ErrorBody
func (*PostDocumentationGknSearchServiceUnavailable) IsClientError ¶
func (o *PostDocumentationGknSearchServiceUnavailable) IsClientError() bool
IsClientError returns true when this post documentation gkn search service unavailable response has a 4xx status code
func (*PostDocumentationGknSearchServiceUnavailable) IsCode ¶
func (o *PostDocumentationGknSearchServiceUnavailable) IsCode(code int) bool
IsCode returns true when this post documentation gkn search service unavailable response a status code equal to that given
func (*PostDocumentationGknSearchServiceUnavailable) IsRedirect ¶
func (o *PostDocumentationGknSearchServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this post documentation gkn search service unavailable response has a 3xx status code
func (*PostDocumentationGknSearchServiceUnavailable) IsServerError ¶
func (o *PostDocumentationGknSearchServiceUnavailable) IsServerError() bool
IsServerError returns true when this post documentation gkn search service unavailable response has a 5xx status code
func (*PostDocumentationGknSearchServiceUnavailable) IsSuccess ¶
func (o *PostDocumentationGknSearchServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this post documentation gkn search service unavailable response has a 2xx status code
func (*PostDocumentationGknSearchServiceUnavailable) String ¶
func (o *PostDocumentationGknSearchServiceUnavailable) String() string
type PostDocumentationGknSearchTooManyRequests ¶
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 (o *PostDocumentationGknSearchTooManyRequests) Error() string
func (*PostDocumentationGknSearchTooManyRequests) GetPayload ¶
func (o *PostDocumentationGknSearchTooManyRequests) GetPayload() *models.ErrorBody
func (*PostDocumentationGknSearchTooManyRequests) IsClientError ¶
func (o *PostDocumentationGknSearchTooManyRequests) IsClientError() bool
IsClientError returns true when this post documentation gkn search too many requests response has a 4xx status code
func (*PostDocumentationGknSearchTooManyRequests) IsCode ¶
func (o *PostDocumentationGknSearchTooManyRequests) IsCode(code int) bool
IsCode returns true when this post documentation gkn search too many requests response a status code equal to that given
func (*PostDocumentationGknSearchTooManyRequests) IsRedirect ¶
func (o *PostDocumentationGknSearchTooManyRequests) IsRedirect() bool
IsRedirect returns true when this post documentation gkn search too many requests response has a 3xx status code
func (*PostDocumentationGknSearchTooManyRequests) IsServerError ¶
func (o *PostDocumentationGknSearchTooManyRequests) IsServerError() bool
IsServerError returns true when this post documentation gkn search too many requests response has a 5xx status code
func (*PostDocumentationGknSearchTooManyRequests) IsSuccess ¶
func (o *PostDocumentationGknSearchTooManyRequests) IsSuccess() bool
IsSuccess returns true when this post documentation gkn search too many requests response has a 2xx status code
func (*PostDocumentationGknSearchTooManyRequests) String ¶
func (o *PostDocumentationGknSearchTooManyRequests) String() string
type PostDocumentationGknSearchUnauthorized ¶
type PostDocumentationGknSearchUnauthorized struct {
}
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 (o *PostDocumentationGknSearchUnauthorized) Error() string
func (*PostDocumentationGknSearchUnauthorized) GetPayload ¶
func (o *PostDocumentationGknSearchUnauthorized) GetPayload() *models.ErrorBody
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 ¶
func (o *PostDocumentationGknSearchUnauthorized) IsCode(code int) bool
IsCode returns true when this post documentation gkn search unauthorized response a status code equal to that given
func (*PostDocumentationGknSearchUnauthorized) IsRedirect ¶
func (o *PostDocumentationGknSearchUnauthorized) IsRedirect() bool
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 ¶
func (o *PostDocumentationGknSearchUnauthorized) IsSuccess() bool
IsSuccess returns true when this post documentation gkn search unauthorized response has a 2xx status code
func (*PostDocumentationGknSearchUnauthorized) String ¶
func (o *PostDocumentationGknSearchUnauthorized) String() string
type PostDocumentationGknSearchUnsupportedMediaType ¶
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 (o *PostDocumentationGknSearchUnsupportedMediaType) Error() string
func (*PostDocumentationGknSearchUnsupportedMediaType) GetPayload ¶
func (o *PostDocumentationGknSearchUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*PostDocumentationGknSearchUnsupportedMediaType) IsClientError ¶
func (o *PostDocumentationGknSearchUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this post documentation gkn search unsupported media type response has a 4xx status code
func (*PostDocumentationGknSearchUnsupportedMediaType) IsCode ¶
func (o *PostDocumentationGknSearchUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this post documentation gkn search unsupported media type response a status code equal to that given
func (*PostDocumentationGknSearchUnsupportedMediaType) IsRedirect ¶
func (o *PostDocumentationGknSearchUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this post documentation gkn search unsupported media type response has a 3xx status code
func (*PostDocumentationGknSearchUnsupportedMediaType) IsServerError ¶
func (o *PostDocumentationGknSearchUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this post documentation gkn search unsupported media type response has a 5xx status code
func (*PostDocumentationGknSearchUnsupportedMediaType) IsSuccess ¶
func (o *PostDocumentationGknSearchUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this post documentation gkn search unsupported media type response has a 2xx status code
func (*PostDocumentationGknSearchUnsupportedMediaType) String ¶
func (o *PostDocumentationGknSearchUnsupportedMediaType) String() string
type PostDocumentationSearchBadRequest ¶
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 (o *PostDocumentationSearchBadRequest) Error() string
func (*PostDocumentationSearchBadRequest) GetPayload ¶
func (o *PostDocumentationSearchBadRequest) GetPayload() *models.ErrorBody
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 ¶
func (o *PostDocumentationSearchBadRequest) String() string
type PostDocumentationSearchForbidden ¶
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 (o *PostDocumentationSearchForbidden) Error() string
func (*PostDocumentationSearchForbidden) GetPayload ¶
func (o *PostDocumentationSearchForbidden) GetPayload() *models.ErrorBody
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 ¶
func (o *PostDocumentationSearchForbidden) String() string
type PostDocumentationSearchGatewayTimeout ¶
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 (o *PostDocumentationSearchGatewayTimeout) Error() string
func (*PostDocumentationSearchGatewayTimeout) GetPayload ¶
func (o *PostDocumentationSearchGatewayTimeout) GetPayload() *models.ErrorBody
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 ¶
func (o *PostDocumentationSearchGatewayTimeout) IsCode(code int) bool
IsCode returns true when this post documentation search gateway timeout response a status code equal to that given
func (*PostDocumentationSearchGatewayTimeout) IsRedirect ¶
func (o *PostDocumentationSearchGatewayTimeout) IsRedirect() bool
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 ¶
func (o *PostDocumentationSearchGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this post documentation search gateway timeout response has a 2xx status code
func (*PostDocumentationSearchGatewayTimeout) String ¶
func (o *PostDocumentationSearchGatewayTimeout) String() string
type PostDocumentationSearchInternalServerError ¶
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 (o *PostDocumentationSearchInternalServerError) Error() string
func (*PostDocumentationSearchInternalServerError) GetPayload ¶
func (o *PostDocumentationSearchInternalServerError) GetPayload() *models.ErrorBody
func (*PostDocumentationSearchInternalServerError) IsClientError ¶
func (o *PostDocumentationSearchInternalServerError) IsClientError() bool
IsClientError returns true when this post documentation search internal server error response has a 4xx status code
func (*PostDocumentationSearchInternalServerError) IsCode ¶
func (o *PostDocumentationSearchInternalServerError) IsCode(code int) bool
IsCode returns true when this post documentation search internal server error response a status code equal to that given
func (*PostDocumentationSearchInternalServerError) IsRedirect ¶
func (o *PostDocumentationSearchInternalServerError) IsRedirect() bool
IsRedirect returns true when this post documentation search internal server error response has a 3xx status code
func (*PostDocumentationSearchInternalServerError) IsServerError ¶
func (o *PostDocumentationSearchInternalServerError) IsServerError() bool
IsServerError returns true when this post documentation search internal server error response has a 5xx status code
func (*PostDocumentationSearchInternalServerError) IsSuccess ¶
func (o *PostDocumentationSearchInternalServerError) IsSuccess() bool
IsSuccess returns true when this post documentation search internal server error response has a 2xx status code
func (*PostDocumentationSearchInternalServerError) String ¶
func (o *PostDocumentationSearchInternalServerError) String() string
type PostDocumentationSearchNotFound ¶
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 (o *PostDocumentationSearchNotFound) Error() string
func (*PostDocumentationSearchNotFound) GetPayload ¶
func (o *PostDocumentationSearchNotFound) GetPayload() *models.ErrorBody
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 ¶
func (o *PostDocumentationSearchNotFound) String() 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 (o *PostDocumentationSearchOK) GetPayload() *models.DocumentationSearchResponse
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 ¶
func (o *PostDocumentationSearchParams) SetBody(body *models.DocumentationSearchRequest)
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 ¶
func (o *PostDocumentationSearchParams) WithBody(body *models.DocumentationSearchRequest) *PostDocumentationSearchParams
WithBody adds the body to the post documentation search params
func (*PostDocumentationSearchParams) WithContext ¶
func (o *PostDocumentationSearchParams) WithContext(ctx context.Context) *PostDocumentationSearchParams
WithContext adds the context to the post documentation search params
func (*PostDocumentationSearchParams) WithDefaults ¶
func (o *PostDocumentationSearchParams) WithDefaults() *PostDocumentationSearchParams
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 ¶
func (o *PostDocumentationSearchParams) WithHTTPClient(client *http.Client) *PostDocumentationSearchParams
WithHTTPClient adds the HTTPClient to the post documentation search params
func (*PostDocumentationSearchParams) WithTimeout ¶
func (o *PostDocumentationSearchParams) WithTimeout(timeout time.Duration) *PostDocumentationSearchParams
WithTimeout adds the timeout to the post documentation search params
func (*PostDocumentationSearchParams) WriteToRequest ¶
func (o *PostDocumentationSearchParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
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 (o *PostDocumentationSearchRequestEntityTooLarge) Error() string
func (*PostDocumentationSearchRequestEntityTooLarge) GetPayload ¶
func (o *PostDocumentationSearchRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*PostDocumentationSearchRequestEntityTooLarge) IsClientError ¶
func (o *PostDocumentationSearchRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this post documentation search request entity too large response has a 4xx status code
func (*PostDocumentationSearchRequestEntityTooLarge) IsCode ¶
func (o *PostDocumentationSearchRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this post documentation search request entity too large response a status code equal to that given
func (*PostDocumentationSearchRequestEntityTooLarge) IsRedirect ¶
func (o *PostDocumentationSearchRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this post documentation search request entity too large response has a 3xx status code
func (*PostDocumentationSearchRequestEntityTooLarge) IsServerError ¶
func (o *PostDocumentationSearchRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this post documentation search request entity too large response has a 5xx status code
func (*PostDocumentationSearchRequestEntityTooLarge) IsSuccess ¶
func (o *PostDocumentationSearchRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this post documentation search request entity too large response has a 2xx status code
func (*PostDocumentationSearchRequestEntityTooLarge) String ¶
func (o *PostDocumentationSearchRequestEntityTooLarge) String() string
type PostDocumentationSearchRequestTimeout ¶
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 (o *PostDocumentationSearchRequestTimeout) Error() string
func (*PostDocumentationSearchRequestTimeout) GetPayload ¶
func (o *PostDocumentationSearchRequestTimeout) GetPayload() *models.ErrorBody
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 ¶
func (o *PostDocumentationSearchRequestTimeout) IsCode(code int) bool
IsCode returns true when this post documentation search request timeout response a status code equal to that given
func (*PostDocumentationSearchRequestTimeout) IsRedirect ¶
func (o *PostDocumentationSearchRequestTimeout) IsRedirect() bool
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 ¶
func (o *PostDocumentationSearchRequestTimeout) IsSuccess() bool
IsSuccess returns true when this post documentation search request timeout response has a 2xx status code
func (*PostDocumentationSearchRequestTimeout) String ¶
func (o *PostDocumentationSearchRequestTimeout) String() string
type PostDocumentationSearchServiceUnavailable ¶
type PostDocumentationSearchServiceUnavailable struct {
}
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 (o *PostDocumentationSearchServiceUnavailable) Error() string
func (*PostDocumentationSearchServiceUnavailable) GetPayload ¶
func (o *PostDocumentationSearchServiceUnavailable) GetPayload() *models.ErrorBody
func (*PostDocumentationSearchServiceUnavailable) IsClientError ¶
func (o *PostDocumentationSearchServiceUnavailable) IsClientError() bool
IsClientError returns true when this post documentation search service unavailable response has a 4xx status code
func (*PostDocumentationSearchServiceUnavailable) IsCode ¶
func (o *PostDocumentationSearchServiceUnavailable) IsCode(code int) bool
IsCode returns true when this post documentation search service unavailable response a status code equal to that given
func (*PostDocumentationSearchServiceUnavailable) IsRedirect ¶
func (o *PostDocumentationSearchServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this post documentation search service unavailable response has a 3xx status code
func (*PostDocumentationSearchServiceUnavailable) IsServerError ¶
func (o *PostDocumentationSearchServiceUnavailable) IsServerError() bool
IsServerError returns true when this post documentation search service unavailable response has a 5xx status code
func (*PostDocumentationSearchServiceUnavailable) IsSuccess ¶
func (o *PostDocumentationSearchServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this post documentation search service unavailable response has a 2xx status code
func (*PostDocumentationSearchServiceUnavailable) String ¶
func (o *PostDocumentationSearchServiceUnavailable) String() string
type PostDocumentationSearchTooManyRequests ¶
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 (o *PostDocumentationSearchTooManyRequests) Error() string
func (*PostDocumentationSearchTooManyRequests) GetPayload ¶
func (o *PostDocumentationSearchTooManyRequests) GetPayload() *models.ErrorBody
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 ¶
func (o *PostDocumentationSearchTooManyRequests) IsCode(code int) bool
IsCode returns true when this post documentation search too many requests response a status code equal to that given
func (*PostDocumentationSearchTooManyRequests) IsRedirect ¶
func (o *PostDocumentationSearchTooManyRequests) IsRedirect() bool
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 ¶
func (o *PostDocumentationSearchTooManyRequests) IsSuccess() bool
IsSuccess returns true when this post documentation search too many requests response has a 2xx status code
func (*PostDocumentationSearchTooManyRequests) String ¶
func (o *PostDocumentationSearchTooManyRequests) String() string
type PostDocumentationSearchUnauthorized ¶
type PostDocumentationSearchUnauthorized struct {
}
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 (o *PostDocumentationSearchUnauthorized) Error() string
func (*PostDocumentationSearchUnauthorized) GetPayload ¶
func (o *PostDocumentationSearchUnauthorized) GetPayload() *models.ErrorBody
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 ¶
func (o *PostDocumentationSearchUnauthorized) IsCode(code int) bool
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 ¶
func (o *PostDocumentationSearchUnauthorized) IsSuccess() bool
IsSuccess returns true when this post documentation search unauthorized response has a 2xx status code
func (*PostDocumentationSearchUnauthorized) String ¶
func (o *PostDocumentationSearchUnauthorized) String() string
type PostDocumentationSearchUnsupportedMediaType ¶
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 (o *PostDocumentationSearchUnsupportedMediaType) Error() string
func (*PostDocumentationSearchUnsupportedMediaType) GetPayload ¶
func (o *PostDocumentationSearchUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*PostDocumentationSearchUnsupportedMediaType) IsClientError ¶
func (o *PostDocumentationSearchUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this post documentation search unsupported media type response has a 4xx status code
func (*PostDocumentationSearchUnsupportedMediaType) IsCode ¶
func (o *PostDocumentationSearchUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this post documentation search unsupported media type response a status code equal to that given
func (*PostDocumentationSearchUnsupportedMediaType) IsRedirect ¶
func (o *PostDocumentationSearchUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this post documentation search unsupported media type response has a 3xx status code
func (*PostDocumentationSearchUnsupportedMediaType) IsServerError ¶
func (o *PostDocumentationSearchUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this post documentation search unsupported media type response has a 5xx status code
func (*PostDocumentationSearchUnsupportedMediaType) IsSuccess ¶
func (o *PostDocumentationSearchUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this post documentation search unsupported media type response has a 2xx status code
func (*PostDocumentationSearchUnsupportedMediaType) String ¶
func (o *PostDocumentationSearchUnsupportedMediaType) String() string
type PostSearchBadRequest ¶
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 ¶
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 ¶
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 ¶
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 (o *PostSearchInternalServerError) Error() string
func (*PostSearchInternalServerError) GetPayload ¶
func (o *PostSearchInternalServerError) GetPayload() *models.ErrorBody
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 ¶
func (o *PostSearchInternalServerError) String() string
type PostSearchNotFound ¶
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 ¶
func (o *PostSearchParams) WithBody(body *models.SearchRequest) *PostSearchParams
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 ¶
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 (o *PostSearchRequestEntityTooLarge) Error() string
func (*PostSearchRequestEntityTooLarge) GetPayload ¶
func (o *PostSearchRequestEntityTooLarge) GetPayload() *models.ErrorBody
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 ¶
func (o *PostSearchRequestEntityTooLarge) String() string
type PostSearchRequestTimeout ¶
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 {
}
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 (o *PostSearchServiceUnavailable) Error() string
func (*PostSearchServiceUnavailable) GetPayload ¶
func (o *PostSearchServiceUnavailable) GetPayload() *models.ErrorBody
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 ¶
func (o *PostSearchServiceUnavailable) String() string
type PostSearchSuggestBadRequest ¶
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 (o *PostSearchSuggestBadRequest) Error() string
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 ¶
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 (o *PostSearchSuggestForbidden) Error() string
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 ¶
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 (o *PostSearchSuggestGatewayTimeout) Error() string
func (*PostSearchSuggestGatewayTimeout) GetPayload ¶
func (o *PostSearchSuggestGatewayTimeout) GetPayload() *models.ErrorBody
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 ¶
func (o *PostSearchSuggestGatewayTimeout) String() string
type PostSearchSuggestInternalServerError ¶
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 (o *PostSearchSuggestInternalServerError) Error() string
func (*PostSearchSuggestInternalServerError) GetPayload ¶
func (o *PostSearchSuggestInternalServerError) GetPayload() *models.ErrorBody
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 ¶
func (o *PostSearchSuggestInternalServerError) IsCode(code int) bool
IsCode returns true when this post search suggest internal server error response a status code equal to that given
func (*PostSearchSuggestInternalServerError) IsRedirect ¶
func (o *PostSearchSuggestInternalServerError) IsRedirect() bool
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 ¶
func (o *PostSearchSuggestInternalServerError) IsSuccess() bool
IsSuccess returns true when this post search suggest internal server error response has a 2xx status code
func (*PostSearchSuggestInternalServerError) String ¶
func (o *PostSearchSuggestInternalServerError) String() string
type PostSearchSuggestNotFound ¶
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 (o *PostSearchSuggestOK) GetPayload() *models.JSONNodeSearchResponse
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 ¶
func (o *PostSearchSuggestParams) SetBody(body *models.SuggestSearchRequest)
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 ¶
func (o *PostSearchSuggestParams) WithBody(body *models.SuggestSearchRequest) *PostSearchSuggestParams
WithBody adds the body to the post search suggest params
func (*PostSearchSuggestParams) WithContext ¶
func (o *PostSearchSuggestParams) WithContext(ctx context.Context) *PostSearchSuggestParams
WithContext adds the context to the post search suggest params
func (*PostSearchSuggestParams) WithDefaults ¶
func (o *PostSearchSuggestParams) WithDefaults() *PostSearchSuggestParams
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 ¶
func (o *PostSearchSuggestParams) WithTimeout(timeout time.Duration) *PostSearchSuggestParams
WithTimeout adds the timeout to the post search suggest params
func (*PostSearchSuggestParams) WriteToRequest ¶
func (o *PostSearchSuggestParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
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 (o *PostSearchSuggestRequestEntityTooLarge) Error() string
func (*PostSearchSuggestRequestEntityTooLarge) GetPayload ¶
func (o *PostSearchSuggestRequestEntityTooLarge) GetPayload() *models.ErrorBody
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 ¶
func (o *PostSearchSuggestRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this post search suggest request entity too large response a status code equal to that given
func (*PostSearchSuggestRequestEntityTooLarge) IsRedirect ¶
func (o *PostSearchSuggestRequestEntityTooLarge) IsRedirect() bool
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 ¶
func (o *PostSearchSuggestRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this post search suggest request entity too large response has a 2xx status code
func (*PostSearchSuggestRequestEntityTooLarge) String ¶
func (o *PostSearchSuggestRequestEntityTooLarge) String() string
type PostSearchSuggestRequestTimeout ¶
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 (o *PostSearchSuggestRequestTimeout) Error() string
func (*PostSearchSuggestRequestTimeout) GetPayload ¶
func (o *PostSearchSuggestRequestTimeout) GetPayload() *models.ErrorBody
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 ¶
func (o *PostSearchSuggestRequestTimeout) String() string
type PostSearchSuggestServiceUnavailable ¶
type PostSearchSuggestServiceUnavailable struct {
}
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 (o *PostSearchSuggestServiceUnavailable) Error() string
func (*PostSearchSuggestServiceUnavailable) GetPayload ¶
func (o *PostSearchSuggestServiceUnavailable) GetPayload() *models.ErrorBody
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 ¶
func (o *PostSearchSuggestServiceUnavailable) IsCode(code int) bool
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 ¶
func (o *PostSearchSuggestServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this post search suggest service unavailable response has a 2xx status code
func (*PostSearchSuggestServiceUnavailable) String ¶
func (o *PostSearchSuggestServiceUnavailable) String() string
type PostSearchSuggestTooManyRequests ¶
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 (o *PostSearchSuggestTooManyRequests) Error() string
func (*PostSearchSuggestTooManyRequests) GetPayload ¶
func (o *PostSearchSuggestTooManyRequests) GetPayload() *models.ErrorBody
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 ¶
func (o *PostSearchSuggestTooManyRequests) String() string
type PostSearchSuggestUnauthorized ¶
type PostSearchSuggestUnauthorized struct {
}
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 (o *PostSearchSuggestUnauthorized) Error() string
func (*PostSearchSuggestUnauthorized) GetPayload ¶
func (o *PostSearchSuggestUnauthorized) GetPayload() *models.ErrorBody
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 ¶
func (o *PostSearchSuggestUnauthorized) String() string
type PostSearchSuggestUnsupportedMediaType ¶
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 (o *PostSearchSuggestUnsupportedMediaType) Error() string
func (*PostSearchSuggestUnsupportedMediaType) GetPayload ¶
func (o *PostSearchSuggestUnsupportedMediaType) GetPayload() *models.ErrorBody
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 ¶
func (o *PostSearchSuggestUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this post search suggest unsupported media type response a status code equal to that given
func (*PostSearchSuggestUnsupportedMediaType) IsRedirect ¶
func (o *PostSearchSuggestUnsupportedMediaType) IsRedirect() bool
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 ¶
func (o *PostSearchSuggestUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this post search suggest unsupported media type response has a 2xx status code
func (*PostSearchSuggestUnsupportedMediaType) String ¶
func (o *PostSearchSuggestUnsupportedMediaType) String() string
type PostSearchTooManyRequests ¶
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 {
}
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 ¶
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 (o *PostSearchUnsupportedMediaType) Error() string
func (*PostSearchUnsupportedMediaType) GetPayload ¶
func (o *PostSearchUnsupportedMediaType) GetPayload() *models.ErrorBody
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 ¶
func (o *PostSearchUnsupportedMediaType) String() string
type PostSpeechandtextanalyticsTranscriptsSearchBadRequest ¶
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 (o *PostSpeechandtextanalyticsTranscriptsSearchBadRequest) Error() string
func (*PostSpeechandtextanalyticsTranscriptsSearchBadRequest) GetPayload ¶
func (o *PostSpeechandtextanalyticsTranscriptsSearchBadRequest) GetPayload() *models.ErrorBody
func (*PostSpeechandtextanalyticsTranscriptsSearchBadRequest) IsClientError ¶
func (o *PostSpeechandtextanalyticsTranscriptsSearchBadRequest) IsClientError() bool
IsClientError returns true when this post speechandtextanalytics transcripts search bad request response has a 4xx status code
func (*PostSpeechandtextanalyticsTranscriptsSearchBadRequest) IsCode ¶
func (o *PostSpeechandtextanalyticsTranscriptsSearchBadRequest) IsCode(code int) bool
IsCode returns true when this post speechandtextanalytics transcripts search bad request response a status code equal to that given
func (*PostSpeechandtextanalyticsTranscriptsSearchBadRequest) IsRedirect ¶
func (o *PostSpeechandtextanalyticsTranscriptsSearchBadRequest) IsRedirect() bool
IsRedirect returns true when this post speechandtextanalytics transcripts search bad request response has a 3xx status code
func (*PostSpeechandtextanalyticsTranscriptsSearchBadRequest) IsServerError ¶
func (o *PostSpeechandtextanalyticsTranscriptsSearchBadRequest) IsServerError() bool
IsServerError returns true when this post speechandtextanalytics transcripts search bad request response has a 5xx status code
func (*PostSpeechandtextanalyticsTranscriptsSearchBadRequest) IsSuccess ¶
func (o *PostSpeechandtextanalyticsTranscriptsSearchBadRequest) IsSuccess() bool
IsSuccess returns true when this post speechandtextanalytics transcripts search bad request response has a 2xx status code
func (*PostSpeechandtextanalyticsTranscriptsSearchBadRequest) String ¶
func (o *PostSpeechandtextanalyticsTranscriptsSearchBadRequest) String() string
type PostSpeechandtextanalyticsTranscriptsSearchForbidden ¶
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 (o *PostSpeechandtextanalyticsTranscriptsSearchForbidden) Error() string
func (*PostSpeechandtextanalyticsTranscriptsSearchForbidden) GetPayload ¶
func (o *PostSpeechandtextanalyticsTranscriptsSearchForbidden) GetPayload() *models.ErrorBody
func (*PostSpeechandtextanalyticsTranscriptsSearchForbidden) IsClientError ¶
func (o *PostSpeechandtextanalyticsTranscriptsSearchForbidden) IsClientError() bool
IsClientError returns true when this post speechandtextanalytics transcripts search forbidden response has a 4xx status code
func (*PostSpeechandtextanalyticsTranscriptsSearchForbidden) IsCode ¶
func (o *PostSpeechandtextanalyticsTranscriptsSearchForbidden) IsCode(code int) bool
IsCode returns true when this post speechandtextanalytics transcripts search forbidden response a status code equal to that given
func (*PostSpeechandtextanalyticsTranscriptsSearchForbidden) IsRedirect ¶
func (o *PostSpeechandtextanalyticsTranscriptsSearchForbidden) IsRedirect() bool
IsRedirect returns true when this post speechandtextanalytics transcripts search forbidden response has a 3xx status code
func (*PostSpeechandtextanalyticsTranscriptsSearchForbidden) IsServerError ¶
func (o *PostSpeechandtextanalyticsTranscriptsSearchForbidden) IsServerError() bool
IsServerError returns true when this post speechandtextanalytics transcripts search forbidden response has a 5xx status code
func (*PostSpeechandtextanalyticsTranscriptsSearchForbidden) IsSuccess ¶
func (o *PostSpeechandtextanalyticsTranscriptsSearchForbidden) IsSuccess() bool
IsSuccess returns true when this post speechandtextanalytics transcripts search forbidden response has a 2xx status code
func (*PostSpeechandtextanalyticsTranscriptsSearchForbidden) String ¶
func (o *PostSpeechandtextanalyticsTranscriptsSearchForbidden) String() string
type PostSpeechandtextanalyticsTranscriptsSearchGatewayTimeout ¶
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 (o *PostSpeechandtextanalyticsTranscriptsSearchGatewayTimeout) Error() string
func (*PostSpeechandtextanalyticsTranscriptsSearchGatewayTimeout) GetPayload ¶
func (o *PostSpeechandtextanalyticsTranscriptsSearchGatewayTimeout) GetPayload() *models.ErrorBody
func (*PostSpeechandtextanalyticsTranscriptsSearchGatewayTimeout) IsClientError ¶
func (o *PostSpeechandtextanalyticsTranscriptsSearchGatewayTimeout) IsClientError() bool
IsClientError returns true when this post speechandtextanalytics transcripts search gateway timeout response has a 4xx status code
func (*PostSpeechandtextanalyticsTranscriptsSearchGatewayTimeout) IsCode ¶
func (o *PostSpeechandtextanalyticsTranscriptsSearchGatewayTimeout) IsCode(code int) bool
IsCode returns true when this post speechandtextanalytics transcripts search gateway timeout response a status code equal to that given
func (*PostSpeechandtextanalyticsTranscriptsSearchGatewayTimeout) IsRedirect ¶
func (o *PostSpeechandtextanalyticsTranscriptsSearchGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this post speechandtextanalytics transcripts search gateway timeout response has a 3xx status code
func (*PostSpeechandtextanalyticsTranscriptsSearchGatewayTimeout) IsServerError ¶
func (o *PostSpeechandtextanalyticsTranscriptsSearchGatewayTimeout) IsServerError() bool
IsServerError returns true when this post speechandtextanalytics transcripts search gateway timeout response has a 5xx status code
func (*PostSpeechandtextanalyticsTranscriptsSearchGatewayTimeout) IsSuccess ¶
func (o *PostSpeechandtextanalyticsTranscriptsSearchGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this post speechandtextanalytics transcripts search gateway timeout response has a 2xx status code
func (*PostSpeechandtextanalyticsTranscriptsSearchGatewayTimeout) String ¶
func (o *PostSpeechandtextanalyticsTranscriptsSearchGatewayTimeout) String() 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 (o *PostSpeechandtextanalyticsTranscriptsSearchInternalServerError) Error() string
func (*PostSpeechandtextanalyticsTranscriptsSearchInternalServerError) GetPayload ¶
func (o *PostSpeechandtextanalyticsTranscriptsSearchInternalServerError) GetPayload() *models.ErrorBody
func (*PostSpeechandtextanalyticsTranscriptsSearchInternalServerError) IsClientError ¶
func (o *PostSpeechandtextanalyticsTranscriptsSearchInternalServerError) IsClientError() bool
IsClientError returns true when this post speechandtextanalytics transcripts search internal server error response has a 4xx status code
func (*PostSpeechandtextanalyticsTranscriptsSearchInternalServerError) IsCode ¶
func (o *PostSpeechandtextanalyticsTranscriptsSearchInternalServerError) IsCode(code int) bool
IsCode returns true when this post speechandtextanalytics transcripts search internal server error response a status code equal to that given
func (*PostSpeechandtextanalyticsTranscriptsSearchInternalServerError) IsRedirect ¶
func (o *PostSpeechandtextanalyticsTranscriptsSearchInternalServerError) IsRedirect() bool
IsRedirect returns true when this post speechandtextanalytics transcripts search internal server error response has a 3xx status code
func (*PostSpeechandtextanalyticsTranscriptsSearchInternalServerError) IsServerError ¶
func (o *PostSpeechandtextanalyticsTranscriptsSearchInternalServerError) IsServerError() bool
IsServerError returns true when this post speechandtextanalytics transcripts search internal server error response has a 5xx status code
func (*PostSpeechandtextanalyticsTranscriptsSearchInternalServerError) IsSuccess ¶
func (o *PostSpeechandtextanalyticsTranscriptsSearchInternalServerError) IsSuccess() bool
IsSuccess returns true when this post speechandtextanalytics transcripts search internal server error response has a 2xx status code
func (*PostSpeechandtextanalyticsTranscriptsSearchInternalServerError) String ¶
func (o *PostSpeechandtextanalyticsTranscriptsSearchInternalServerError) String() string
type PostSpeechandtextanalyticsTranscriptsSearchNotFound ¶
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 (o *PostSpeechandtextanalyticsTranscriptsSearchNotFound) Error() string
func (*PostSpeechandtextanalyticsTranscriptsSearchNotFound) GetPayload ¶
func (o *PostSpeechandtextanalyticsTranscriptsSearchNotFound) GetPayload() *models.ErrorBody
func (*PostSpeechandtextanalyticsTranscriptsSearchNotFound) IsClientError ¶
func (o *PostSpeechandtextanalyticsTranscriptsSearchNotFound) IsClientError() bool
IsClientError returns true when this post speechandtextanalytics transcripts search not found response has a 4xx status code
func (*PostSpeechandtextanalyticsTranscriptsSearchNotFound) IsCode ¶
func (o *PostSpeechandtextanalyticsTranscriptsSearchNotFound) IsCode(code int) bool
IsCode returns true when this post speechandtextanalytics transcripts search not found response a status code equal to that given
func (*PostSpeechandtextanalyticsTranscriptsSearchNotFound) IsRedirect ¶
func (o *PostSpeechandtextanalyticsTranscriptsSearchNotFound) IsRedirect() bool
IsRedirect returns true when this post speechandtextanalytics transcripts search not found response has a 3xx status code
func (*PostSpeechandtextanalyticsTranscriptsSearchNotFound) IsServerError ¶
func (o *PostSpeechandtextanalyticsTranscriptsSearchNotFound) IsServerError() bool
IsServerError returns true when this post speechandtextanalytics transcripts search not found response has a 5xx status code
func (*PostSpeechandtextanalyticsTranscriptsSearchNotFound) IsSuccess ¶
func (o *PostSpeechandtextanalyticsTranscriptsSearchNotFound) IsSuccess() bool
IsSuccess returns true when this post speechandtextanalytics transcripts search not found response has a 2xx status code
func (*PostSpeechandtextanalyticsTranscriptsSearchNotFound) String ¶
func (o *PostSpeechandtextanalyticsTranscriptsSearchNotFound) String() 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 (o *PostSpeechandtextanalyticsTranscriptsSearchOK) Error() string
func (*PostSpeechandtextanalyticsTranscriptsSearchOK) GetPayload ¶
func (o *PostSpeechandtextanalyticsTranscriptsSearchOK) GetPayload() *models.JSONSearchResponse
func (*PostSpeechandtextanalyticsTranscriptsSearchOK) IsClientError ¶
func (o *PostSpeechandtextanalyticsTranscriptsSearchOK) IsClientError() bool
IsClientError returns true when this post speechandtextanalytics transcripts search o k response has a 4xx status code
func (*PostSpeechandtextanalyticsTranscriptsSearchOK) IsCode ¶
func (o *PostSpeechandtextanalyticsTranscriptsSearchOK) IsCode(code int) bool
IsCode returns true when this post speechandtextanalytics transcripts search o k response a status code equal to that given
func (*PostSpeechandtextanalyticsTranscriptsSearchOK) IsRedirect ¶
func (o *PostSpeechandtextanalyticsTranscriptsSearchOK) IsRedirect() bool
IsRedirect returns true when this post speechandtextanalytics transcripts search o k response has a 3xx status code
func (*PostSpeechandtextanalyticsTranscriptsSearchOK) IsServerError ¶
func (o *PostSpeechandtextanalyticsTranscriptsSearchOK) IsServerError() bool
IsServerError returns true when this post speechandtextanalytics transcripts search o k response has a 5xx status code
func (*PostSpeechandtextanalyticsTranscriptsSearchOK) IsSuccess ¶
func (o *PostSpeechandtextanalyticsTranscriptsSearchOK) IsSuccess() bool
IsSuccess returns true when this post speechandtextanalytics transcripts search o k response has a 2xx status code
func (*PostSpeechandtextanalyticsTranscriptsSearchOK) String ¶
func (o *PostSpeechandtextanalyticsTranscriptsSearchOK) String() 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 ¶
func (o *PostSpeechandtextanalyticsTranscriptsSearchParams) SetBody(body *models.TranscriptSearchRequest)
SetBody adds the body to the post speechandtextanalytics transcripts search params
func (*PostSpeechandtextanalyticsTranscriptsSearchParams) SetContext ¶
func (o *PostSpeechandtextanalyticsTranscriptsSearchParams) SetContext(ctx context.Context)
SetContext adds the context to the post speechandtextanalytics transcripts search params
func (*PostSpeechandtextanalyticsTranscriptsSearchParams) SetDefaults ¶
func (o *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 ¶
func (o *PostSpeechandtextanalyticsTranscriptsSearchParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the post speechandtextanalytics transcripts search params
func (*PostSpeechandtextanalyticsTranscriptsSearchParams) SetTimeout ¶
func (o *PostSpeechandtextanalyticsTranscriptsSearchParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the post speechandtextanalytics transcripts search params
func (*PostSpeechandtextanalyticsTranscriptsSearchParams) WithBody ¶
func (o *PostSpeechandtextanalyticsTranscriptsSearchParams) WithBody(body *models.TranscriptSearchRequest) *PostSpeechandtextanalyticsTranscriptsSearchParams
WithBody adds the body to the post speechandtextanalytics transcripts search params
func (*PostSpeechandtextanalyticsTranscriptsSearchParams) WithContext ¶
func (o *PostSpeechandtextanalyticsTranscriptsSearchParams) WithContext(ctx context.Context) *PostSpeechandtextanalyticsTranscriptsSearchParams
WithContext adds the context to the post speechandtextanalytics transcripts search params
func (*PostSpeechandtextanalyticsTranscriptsSearchParams) WithDefaults ¶
func (o *PostSpeechandtextanalyticsTranscriptsSearchParams) WithDefaults() *PostSpeechandtextanalyticsTranscriptsSearchParams
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 ¶
func (o *PostSpeechandtextanalyticsTranscriptsSearchParams) WithHTTPClient(client *http.Client) *PostSpeechandtextanalyticsTranscriptsSearchParams
WithHTTPClient adds the HTTPClient to the post speechandtextanalytics transcripts search params
func (*PostSpeechandtextanalyticsTranscriptsSearchParams) WithTimeout ¶
func (o *PostSpeechandtextanalyticsTranscriptsSearchParams) WithTimeout(timeout time.Duration) *PostSpeechandtextanalyticsTranscriptsSearchParams
WithTimeout adds the timeout to the post speechandtextanalytics transcripts search params
func (*PostSpeechandtextanalyticsTranscriptsSearchParams) WriteToRequest ¶
func (o *PostSpeechandtextanalyticsTranscriptsSearchParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 (o *PostSpeechandtextanalyticsTranscriptsSearchRequestEntityTooLarge) Error() string
func (*PostSpeechandtextanalyticsTranscriptsSearchRequestEntityTooLarge) GetPayload ¶
func (o *PostSpeechandtextanalyticsTranscriptsSearchRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*PostSpeechandtextanalyticsTranscriptsSearchRequestEntityTooLarge) IsClientError ¶
func (o *PostSpeechandtextanalyticsTranscriptsSearchRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this post speechandtextanalytics transcripts search request entity too large response has a 4xx status code
func (*PostSpeechandtextanalyticsTranscriptsSearchRequestEntityTooLarge) IsCode ¶
func (o *PostSpeechandtextanalyticsTranscriptsSearchRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this post speechandtextanalytics transcripts search request entity too large response a status code equal to that given
func (*PostSpeechandtextanalyticsTranscriptsSearchRequestEntityTooLarge) IsRedirect ¶
func (o *PostSpeechandtextanalyticsTranscriptsSearchRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this post speechandtextanalytics transcripts search request entity too large response has a 3xx status code
func (*PostSpeechandtextanalyticsTranscriptsSearchRequestEntityTooLarge) IsServerError ¶
func (o *PostSpeechandtextanalyticsTranscriptsSearchRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this post speechandtextanalytics transcripts search request entity too large response has a 5xx status code
func (*PostSpeechandtextanalyticsTranscriptsSearchRequestEntityTooLarge) IsSuccess ¶
func (o *PostSpeechandtextanalyticsTranscriptsSearchRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this post speechandtextanalytics transcripts search request entity too large response has a 2xx status code
func (*PostSpeechandtextanalyticsTranscriptsSearchRequestEntityTooLarge) String ¶
func (o *PostSpeechandtextanalyticsTranscriptsSearchRequestEntityTooLarge) String() string
type PostSpeechandtextanalyticsTranscriptsSearchRequestTimeout ¶
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 (o *PostSpeechandtextanalyticsTranscriptsSearchRequestTimeout) Error() string
func (*PostSpeechandtextanalyticsTranscriptsSearchRequestTimeout) GetPayload ¶
func (o *PostSpeechandtextanalyticsTranscriptsSearchRequestTimeout) GetPayload() *models.ErrorBody
func (*PostSpeechandtextanalyticsTranscriptsSearchRequestTimeout) IsClientError ¶
func (o *PostSpeechandtextanalyticsTranscriptsSearchRequestTimeout) IsClientError() bool
IsClientError returns true when this post speechandtextanalytics transcripts search request timeout response has a 4xx status code
func (*PostSpeechandtextanalyticsTranscriptsSearchRequestTimeout) IsCode ¶
func (o *PostSpeechandtextanalyticsTranscriptsSearchRequestTimeout) IsCode(code int) bool
IsCode returns true when this post speechandtextanalytics transcripts search request timeout response a status code equal to that given
func (*PostSpeechandtextanalyticsTranscriptsSearchRequestTimeout) IsRedirect ¶
func (o *PostSpeechandtextanalyticsTranscriptsSearchRequestTimeout) IsRedirect() bool
IsRedirect returns true when this post speechandtextanalytics transcripts search request timeout response has a 3xx status code
func (*PostSpeechandtextanalyticsTranscriptsSearchRequestTimeout) IsServerError ¶
func (o *PostSpeechandtextanalyticsTranscriptsSearchRequestTimeout) IsServerError() bool
IsServerError returns true when this post speechandtextanalytics transcripts search request timeout response has a 5xx status code
func (*PostSpeechandtextanalyticsTranscriptsSearchRequestTimeout) IsSuccess ¶
func (o *PostSpeechandtextanalyticsTranscriptsSearchRequestTimeout) IsSuccess() bool
IsSuccess returns true when this post speechandtextanalytics transcripts search request timeout response has a 2xx status code
func (*PostSpeechandtextanalyticsTranscriptsSearchRequestTimeout) String ¶
func (o *PostSpeechandtextanalyticsTranscriptsSearchRequestTimeout) String() string
type PostSpeechandtextanalyticsTranscriptsSearchServiceUnavailable ¶
type PostSpeechandtextanalyticsTranscriptsSearchServiceUnavailable struct {
}
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 (o *PostSpeechandtextanalyticsTranscriptsSearchServiceUnavailable) Error() string
func (*PostSpeechandtextanalyticsTranscriptsSearchServiceUnavailable) GetPayload ¶
func (o *PostSpeechandtextanalyticsTranscriptsSearchServiceUnavailable) GetPayload() *models.ErrorBody
func (*PostSpeechandtextanalyticsTranscriptsSearchServiceUnavailable) IsClientError ¶
func (o *PostSpeechandtextanalyticsTranscriptsSearchServiceUnavailable) IsClientError() bool
IsClientError returns true when this post speechandtextanalytics transcripts search service unavailable response has a 4xx status code
func (*PostSpeechandtextanalyticsTranscriptsSearchServiceUnavailable) IsCode ¶
func (o *PostSpeechandtextanalyticsTranscriptsSearchServiceUnavailable) IsCode(code int) bool
IsCode returns true when this post speechandtextanalytics transcripts search service unavailable response a status code equal to that given
func (*PostSpeechandtextanalyticsTranscriptsSearchServiceUnavailable) IsRedirect ¶
func (o *PostSpeechandtextanalyticsTranscriptsSearchServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this post speechandtextanalytics transcripts search service unavailable response has a 3xx status code
func (*PostSpeechandtextanalyticsTranscriptsSearchServiceUnavailable) IsServerError ¶
func (o *PostSpeechandtextanalyticsTranscriptsSearchServiceUnavailable) IsServerError() bool
IsServerError returns true when this post speechandtextanalytics transcripts search service unavailable response has a 5xx status code
func (*PostSpeechandtextanalyticsTranscriptsSearchServiceUnavailable) IsSuccess ¶
func (o *PostSpeechandtextanalyticsTranscriptsSearchServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this post speechandtextanalytics transcripts search service unavailable response has a 2xx status code
func (*PostSpeechandtextanalyticsTranscriptsSearchServiceUnavailable) String ¶
func (o *PostSpeechandtextanalyticsTranscriptsSearchServiceUnavailable) String() 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 (o *PostSpeechandtextanalyticsTranscriptsSearchTooManyRequests) Error() string
func (*PostSpeechandtextanalyticsTranscriptsSearchTooManyRequests) GetPayload ¶
func (o *PostSpeechandtextanalyticsTranscriptsSearchTooManyRequests) GetPayload() *models.ErrorBody
func (*PostSpeechandtextanalyticsTranscriptsSearchTooManyRequests) IsClientError ¶
func (o *PostSpeechandtextanalyticsTranscriptsSearchTooManyRequests) IsClientError() bool
IsClientError returns true when this post speechandtextanalytics transcripts search too many requests response has a 4xx status code
func (*PostSpeechandtextanalyticsTranscriptsSearchTooManyRequests) IsCode ¶
func (o *PostSpeechandtextanalyticsTranscriptsSearchTooManyRequests) IsCode(code int) bool
IsCode returns true when this post speechandtextanalytics transcripts search too many requests response a status code equal to that given
func (*PostSpeechandtextanalyticsTranscriptsSearchTooManyRequests) IsRedirect ¶
func (o *PostSpeechandtextanalyticsTranscriptsSearchTooManyRequests) IsRedirect() bool
IsRedirect returns true when this post speechandtextanalytics transcripts search too many requests response has a 3xx status code
func (*PostSpeechandtextanalyticsTranscriptsSearchTooManyRequests) IsServerError ¶
func (o *PostSpeechandtextanalyticsTranscriptsSearchTooManyRequests) IsServerError() bool
IsServerError returns true when this post speechandtextanalytics transcripts search too many requests response has a 5xx status code
func (*PostSpeechandtextanalyticsTranscriptsSearchTooManyRequests) IsSuccess ¶
func (o *PostSpeechandtextanalyticsTranscriptsSearchTooManyRequests) IsSuccess() bool
IsSuccess returns true when this post speechandtextanalytics transcripts search too many requests response has a 2xx status code
func (*PostSpeechandtextanalyticsTranscriptsSearchTooManyRequests) String ¶
func (o *PostSpeechandtextanalyticsTranscriptsSearchTooManyRequests) String() string
type PostSpeechandtextanalyticsTranscriptsSearchUnauthorized ¶
type PostSpeechandtextanalyticsTranscriptsSearchUnauthorized struct {
}
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 (o *PostSpeechandtextanalyticsTranscriptsSearchUnauthorized) Error() string
func (*PostSpeechandtextanalyticsTranscriptsSearchUnauthorized) GetPayload ¶
func (o *PostSpeechandtextanalyticsTranscriptsSearchUnauthorized) GetPayload() *models.ErrorBody
func (*PostSpeechandtextanalyticsTranscriptsSearchUnauthorized) IsClientError ¶
func (o *PostSpeechandtextanalyticsTranscriptsSearchUnauthorized) IsClientError() bool
IsClientError returns true when this post speechandtextanalytics transcripts search unauthorized response has a 4xx status code
func (*PostSpeechandtextanalyticsTranscriptsSearchUnauthorized) IsCode ¶
func (o *PostSpeechandtextanalyticsTranscriptsSearchUnauthorized) IsCode(code int) bool
IsCode returns true when this post speechandtextanalytics transcripts search unauthorized response a status code equal to that given
func (*PostSpeechandtextanalyticsTranscriptsSearchUnauthorized) IsRedirect ¶
func (o *PostSpeechandtextanalyticsTranscriptsSearchUnauthorized) IsRedirect() bool
IsRedirect returns true when this post speechandtextanalytics transcripts search unauthorized response has a 3xx status code
func (*PostSpeechandtextanalyticsTranscriptsSearchUnauthorized) IsServerError ¶
func (o *PostSpeechandtextanalyticsTranscriptsSearchUnauthorized) IsServerError() bool
IsServerError returns true when this post speechandtextanalytics transcripts search unauthorized response has a 5xx status code
func (*PostSpeechandtextanalyticsTranscriptsSearchUnauthorized) IsSuccess ¶
func (o *PostSpeechandtextanalyticsTranscriptsSearchUnauthorized) IsSuccess() bool
IsSuccess returns true when this post speechandtextanalytics transcripts search unauthorized response has a 2xx status code
func (*PostSpeechandtextanalyticsTranscriptsSearchUnauthorized) String ¶
func (o *PostSpeechandtextanalyticsTranscriptsSearchUnauthorized) String() 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 (o *PostSpeechandtextanalyticsTranscriptsSearchUnsupportedMediaType) Error() string
func (*PostSpeechandtextanalyticsTranscriptsSearchUnsupportedMediaType) GetPayload ¶
func (o *PostSpeechandtextanalyticsTranscriptsSearchUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*PostSpeechandtextanalyticsTranscriptsSearchUnsupportedMediaType) IsClientError ¶
func (o *PostSpeechandtextanalyticsTranscriptsSearchUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this post speechandtextanalytics transcripts search unsupported media type response has a 4xx status code
func (*PostSpeechandtextanalyticsTranscriptsSearchUnsupportedMediaType) IsCode ¶
func (o *PostSpeechandtextanalyticsTranscriptsSearchUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this post speechandtextanalytics transcripts search unsupported media type response a status code equal to that given
func (*PostSpeechandtextanalyticsTranscriptsSearchUnsupportedMediaType) IsRedirect ¶
func (o *PostSpeechandtextanalyticsTranscriptsSearchUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this post speechandtextanalytics transcripts search unsupported media type response has a 3xx status code
func (*PostSpeechandtextanalyticsTranscriptsSearchUnsupportedMediaType) IsServerError ¶
func (o *PostSpeechandtextanalyticsTranscriptsSearchUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this post speechandtextanalytics transcripts search unsupported media type response has a 5xx status code
func (*PostSpeechandtextanalyticsTranscriptsSearchUnsupportedMediaType) IsSuccess ¶
func (o *PostSpeechandtextanalyticsTranscriptsSearchUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this post speechandtextanalytics transcripts search unsupported media type response has a 2xx status code
func (*PostSpeechandtextanalyticsTranscriptsSearchUnsupportedMediaType) String ¶
func (o *PostSpeechandtextanalyticsTranscriptsSearchUnsupportedMediaType) String() string
Source Files
¶
- get_documentation_gkn_search_parameters.go
- get_documentation_gkn_search_responses.go
- get_documentation_search_parameters.go
- get_documentation_search_responses.go
- get_search_parameters.go
- get_search_responses.go
- get_search_suggest_parameters.go
- get_search_suggest_responses.go
- post_analytics_conversations_transcripts_query_parameters.go
- post_analytics_conversations_transcripts_query_responses.go
- post_documentation_gkn_search_parameters.go
- post_documentation_gkn_search_responses.go
- post_documentation_search_parameters.go
- post_documentation_search_responses.go
- post_search_parameters.go
- post_search_responses.go
- post_search_suggest_parameters.go
- post_search_suggest_responses.go
- post_speechandtextanalytics_transcripts_search_parameters.go
- post_speechandtextanalytics_transcripts_search_responses.go
- search_client.go