foundry_logscale

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Dec 12, 2023 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for foundry logscale API

func (*Client) DownloadResults

func (a *Client) DownloadResults(params *DownloadResultsParams, writer io.Writer, opts ...ClientOption) (*DownloadResultsOK, error)

DownloadResults gets the results of a saved search as a file

func (*Client) Execute

func (a *Client) Execute(params *ExecuteParams, opts ...ClientOption) (*ExecuteOK, error)

Execute executes a saved search

func (*Client) ExecuteDynamic

func (a *Client) ExecuteDynamic(params *ExecuteDynamicParams, opts ...ClientOption) (*ExecuteDynamicOK, error)

ExecuteDynamic executes a dynamic saved search

func (*Client) GetSearchResults

func (a *Client) GetSearchResults(params *GetSearchResultsParams, opts ...ClientOption) (*GetSearchResultsOK, error)

GetSearchResults gets the results of a saved search

func (*Client) IngestData

func (a *Client) IngestData(params *IngestDataParams, opts ...ClientOption) (*IngestDataOK, error)

IngestData ingests data into the application repository

func (*Client) ListRepos

func (a *Client) ListRepos(params *ListReposParams, opts ...ClientOption) (*ListReposOK, error)

ListRepos lists available repositories and views

func (*Client) ListViews

func (a *Client) ListViews(params *ListViewsParams, opts ...ClientOption) (*ListViewsOK, error)

ListViews lists views

func (*Client) Populate

func (a *Client) Populate(params *PopulateParams, opts ...ClientOption) (*PopulateOK, error)

Populate populates a saved search

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	DownloadResults(params *DownloadResultsParams, writer io.Writer, opts ...ClientOption) (*DownloadResultsOK, error)

	Execute(params *ExecuteParams, opts ...ClientOption) (*ExecuteOK, error)

	ExecuteDynamic(params *ExecuteDynamicParams, opts ...ClientOption) (*ExecuteDynamicOK, error)

	GetSearchResults(params *GetSearchResultsParams, opts ...ClientOption) (*GetSearchResultsOK, error)

	IngestData(params *IngestDataParams, opts ...ClientOption) (*IngestDataOK, error)

	ListRepos(params *ListReposParams, opts ...ClientOption) (*ListReposOK, error)

	ListViews(params *ListViewsParams, opts ...ClientOption) (*ListViewsOK, error)

	Populate(params *PopulateParams, opts ...ClientOption) (*PopulateOK, error)

	SetTransport(transport runtime.ClientTransport)
}

ClientService is the interface for Client methods

func New

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

New creates a new foundry logscale API client.

type DownloadResultsBadRequest

type DownloadResultsBadRequest struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.APIEntitiesResponse
}

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

Bad Request

func NewDownloadResultsBadRequest

func NewDownloadResultsBadRequest() *DownloadResultsBadRequest

NewDownloadResultsBadRequest creates a DownloadResultsBadRequest with default headers values

func (*DownloadResultsBadRequest) Code

func (o *DownloadResultsBadRequest) Code() int

Code gets the status code for the download results bad request response

func (*DownloadResultsBadRequest) Error

func (o *DownloadResultsBadRequest) Error() string

func (*DownloadResultsBadRequest) GetPayload

func (*DownloadResultsBadRequest) IsClientError

func (o *DownloadResultsBadRequest) IsClientError() bool

IsClientError returns true when this download results bad request response has a 4xx status code

func (*DownloadResultsBadRequest) IsCode

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

IsCode returns true when this download results bad request response a status code equal to that given

func (*DownloadResultsBadRequest) IsRedirect

func (o *DownloadResultsBadRequest) IsRedirect() bool

IsRedirect returns true when this download results bad request response has a 3xx status code

func (*DownloadResultsBadRequest) IsServerError

func (o *DownloadResultsBadRequest) IsServerError() bool

IsServerError returns true when this download results bad request response has a 5xx status code

func (*DownloadResultsBadRequest) IsSuccess

func (o *DownloadResultsBadRequest) IsSuccess() bool

IsSuccess returns true when this download results bad request response has a 2xx status code

func (*DownloadResultsBadRequest) String

func (o *DownloadResultsBadRequest) String() string

type DownloadResultsForbidden

type DownloadResultsForbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaReplyMetaOnly
}

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

Forbidden

func NewDownloadResultsForbidden

func NewDownloadResultsForbidden() *DownloadResultsForbidden

NewDownloadResultsForbidden creates a DownloadResultsForbidden with default headers values

func (*DownloadResultsForbidden) Code

func (o *DownloadResultsForbidden) Code() int

Code gets the status code for the download results forbidden response

func (*DownloadResultsForbidden) Error

func (o *DownloadResultsForbidden) Error() string

func (*DownloadResultsForbidden) GetPayload

func (*DownloadResultsForbidden) IsClientError

func (o *DownloadResultsForbidden) IsClientError() bool

IsClientError returns true when this download results forbidden response has a 4xx status code

func (*DownloadResultsForbidden) IsCode

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

IsCode returns true when this download results forbidden response a status code equal to that given

func (*DownloadResultsForbidden) IsRedirect

func (o *DownloadResultsForbidden) IsRedirect() bool

IsRedirect returns true when this download results forbidden response has a 3xx status code

func (*DownloadResultsForbidden) IsServerError

func (o *DownloadResultsForbidden) IsServerError() bool

IsServerError returns true when this download results forbidden response has a 5xx status code

func (*DownloadResultsForbidden) IsSuccess

func (o *DownloadResultsForbidden) IsSuccess() bool

IsSuccess returns true when this download results forbidden response has a 2xx status code

func (*DownloadResultsForbidden) String

func (o *DownloadResultsForbidden) String() string

type DownloadResultsInternalServerError

type DownloadResultsInternalServerError struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.APIEntitiesResponse
}

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

Internal Server Error

func NewDownloadResultsInternalServerError

func NewDownloadResultsInternalServerError() *DownloadResultsInternalServerError

NewDownloadResultsInternalServerError creates a DownloadResultsInternalServerError with default headers values

func (*DownloadResultsInternalServerError) Code

Code gets the status code for the download results internal server error response

func (*DownloadResultsInternalServerError) Error

func (*DownloadResultsInternalServerError) GetPayload

func (*DownloadResultsInternalServerError) IsClientError

func (o *DownloadResultsInternalServerError) IsClientError() bool

IsClientError returns true when this download results internal server error response has a 4xx status code

func (*DownloadResultsInternalServerError) IsCode

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

func (*DownloadResultsInternalServerError) IsRedirect

func (o *DownloadResultsInternalServerError) IsRedirect() bool

IsRedirect returns true when this download results internal server error response has a 3xx status code

func (*DownloadResultsInternalServerError) IsServerError

func (o *DownloadResultsInternalServerError) IsServerError() bool

IsServerError returns true when this download results internal server error response has a 5xx status code

func (*DownloadResultsInternalServerError) IsSuccess

IsSuccess returns true when this download results internal server error response has a 2xx status code

func (*DownloadResultsInternalServerError) String

type DownloadResultsNotFound

type DownloadResultsNotFound struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.APIEntitiesResponse
}

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

Not Found

func NewDownloadResultsNotFound

func NewDownloadResultsNotFound() *DownloadResultsNotFound

NewDownloadResultsNotFound creates a DownloadResultsNotFound with default headers values

func (*DownloadResultsNotFound) Code

func (o *DownloadResultsNotFound) Code() int

Code gets the status code for the download results not found response

func (*DownloadResultsNotFound) Error

func (o *DownloadResultsNotFound) Error() string

func (*DownloadResultsNotFound) GetPayload

func (*DownloadResultsNotFound) IsClientError

func (o *DownloadResultsNotFound) IsClientError() bool

IsClientError returns true when this download results not found response has a 4xx status code

func (*DownloadResultsNotFound) IsCode

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

IsCode returns true when this download results not found response a status code equal to that given

func (*DownloadResultsNotFound) IsRedirect

func (o *DownloadResultsNotFound) IsRedirect() bool

IsRedirect returns true when this download results not found response has a 3xx status code

func (*DownloadResultsNotFound) IsServerError

func (o *DownloadResultsNotFound) IsServerError() bool

IsServerError returns true when this download results not found response has a 5xx status code

func (*DownloadResultsNotFound) IsSuccess

func (o *DownloadResultsNotFound) IsSuccess() bool

IsSuccess returns true when this download results not found response has a 2xx status code

func (*DownloadResultsNotFound) String

func (o *DownloadResultsNotFound) String() string

type DownloadResultsOK

type DownloadResultsOK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload io.Writer
}

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

OK

func NewDownloadResultsOK

func NewDownloadResultsOK(writer io.Writer) *DownloadResultsOK

NewDownloadResultsOK creates a DownloadResultsOK with default headers values

func (*DownloadResultsOK) Code

func (o *DownloadResultsOK) Code() int

Code gets the status code for the download results o k response

func (*DownloadResultsOK) Error

func (o *DownloadResultsOK) Error() string

func (*DownloadResultsOK) GetPayload

func (o *DownloadResultsOK) GetPayload() io.Writer

func (*DownloadResultsOK) IsClientError

func (o *DownloadResultsOK) IsClientError() bool

IsClientError returns true when this download results o k response has a 4xx status code

func (*DownloadResultsOK) IsCode

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

IsCode returns true when this download results o k response a status code equal to that given

func (*DownloadResultsOK) IsRedirect

func (o *DownloadResultsOK) IsRedirect() bool

IsRedirect returns true when this download results o k response has a 3xx status code

func (*DownloadResultsOK) IsServerError

func (o *DownloadResultsOK) IsServerError() bool

IsServerError returns true when this download results o k response has a 5xx status code

func (*DownloadResultsOK) IsSuccess

func (o *DownloadResultsOK) IsSuccess() bool

IsSuccess returns true when this download results o k response has a 2xx status code

func (*DownloadResultsOK) String

func (o *DownloadResultsOK) String() string

type DownloadResultsParams

type DownloadResultsParams struct {

	/* JobID.

	   Job ID for a previously executed async query
	*/
	JobID string

	/* ResultFormat.

	   Result Format
	*/
	ResultFormat *string

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

DownloadResultsParams contains all the parameters to send to the API endpoint

for the download results operation.

Typically these are written to a http.Request.

func NewDownloadResultsParams

func NewDownloadResultsParams() *DownloadResultsParams

NewDownloadResultsParams creates a new DownloadResultsParams 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 NewDownloadResultsParamsWithContext

func NewDownloadResultsParamsWithContext(ctx context.Context) *DownloadResultsParams

NewDownloadResultsParamsWithContext creates a new DownloadResultsParams object with the ability to set a context for a request.

func NewDownloadResultsParamsWithHTTPClient

func NewDownloadResultsParamsWithHTTPClient(client *http.Client) *DownloadResultsParams

NewDownloadResultsParamsWithHTTPClient creates a new DownloadResultsParams object with the ability to set a custom HTTPClient for a request.

func NewDownloadResultsParamsWithTimeout

func NewDownloadResultsParamsWithTimeout(timeout time.Duration) *DownloadResultsParams

NewDownloadResultsParamsWithTimeout creates a new DownloadResultsParams object with the ability to set a timeout on a request.

func (*DownloadResultsParams) SetContext

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

SetContext adds the context to the download results params

func (*DownloadResultsParams) SetDefaults

func (o *DownloadResultsParams) SetDefaults()

SetDefaults hydrates default values in the download results params (not the query body).

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

func (*DownloadResultsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the download results params

func (*DownloadResultsParams) SetJobID

func (o *DownloadResultsParams) SetJobID(jobID string)

SetJobID adds the jobId to the download results params

func (*DownloadResultsParams) SetResultFormat

func (o *DownloadResultsParams) SetResultFormat(resultFormat *string)

SetResultFormat adds the resultFormat to the download results params

func (*DownloadResultsParams) SetTimeout

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

SetTimeout adds the timeout to the download results params

func (*DownloadResultsParams) WithContext

WithContext adds the context to the download results params

func (*DownloadResultsParams) WithDefaults

func (o *DownloadResultsParams) WithDefaults() *DownloadResultsParams

WithDefaults hydrates default values in the download results params (not the query body).

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

func (*DownloadResultsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the download results params

func (*DownloadResultsParams) WithJobID

func (o *DownloadResultsParams) WithJobID(jobID string) *DownloadResultsParams

WithJobID adds the jobID to the download results params

func (*DownloadResultsParams) WithResultFormat

func (o *DownloadResultsParams) WithResultFormat(resultFormat *string) *DownloadResultsParams

WithResultFormat adds the resultFormat to the download results params

func (*DownloadResultsParams) WithTimeout

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

WithTimeout adds the timeout to the download results params

func (*DownloadResultsParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type DownloadResultsReader

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

DownloadResultsReader is a Reader for the DownloadResults structure.

func (*DownloadResultsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DownloadResultsTooManyRequests

type DownloadResultsTooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

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

Too Many Requests

func NewDownloadResultsTooManyRequests

func NewDownloadResultsTooManyRequests() *DownloadResultsTooManyRequests

NewDownloadResultsTooManyRequests creates a DownloadResultsTooManyRequests with default headers values

func (*DownloadResultsTooManyRequests) Code

Code gets the status code for the download results too many requests response

func (*DownloadResultsTooManyRequests) Error

func (*DownloadResultsTooManyRequests) GetPayload

func (*DownloadResultsTooManyRequests) IsClientError

func (o *DownloadResultsTooManyRequests) IsClientError() bool

IsClientError returns true when this download results too many requests response has a 4xx status code

func (*DownloadResultsTooManyRequests) IsCode

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

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

func (*DownloadResultsTooManyRequests) IsRedirect

func (o *DownloadResultsTooManyRequests) IsRedirect() bool

IsRedirect returns true when this download results too many requests response has a 3xx status code

func (*DownloadResultsTooManyRequests) IsServerError

func (o *DownloadResultsTooManyRequests) IsServerError() bool

IsServerError returns true when this download results too many requests response has a 5xx status code

func (*DownloadResultsTooManyRequests) IsSuccess

func (o *DownloadResultsTooManyRequests) IsSuccess() bool

IsSuccess returns true when this download results too many requests response has a 2xx status code

func (*DownloadResultsTooManyRequests) String

type DownloadResultsUnauthorized

type DownloadResultsUnauthorized struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.APIEntitiesResponse
}

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

Unauthorized

func NewDownloadResultsUnauthorized

func NewDownloadResultsUnauthorized() *DownloadResultsUnauthorized

NewDownloadResultsUnauthorized creates a DownloadResultsUnauthorized with default headers values

func (*DownloadResultsUnauthorized) Code

func (o *DownloadResultsUnauthorized) Code() int

Code gets the status code for the download results unauthorized response

func (*DownloadResultsUnauthorized) Error

func (*DownloadResultsUnauthorized) GetPayload

func (*DownloadResultsUnauthorized) IsClientError

func (o *DownloadResultsUnauthorized) IsClientError() bool

IsClientError returns true when this download results unauthorized response has a 4xx status code

func (*DownloadResultsUnauthorized) IsCode

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

IsCode returns true when this download results unauthorized response a status code equal to that given

func (*DownloadResultsUnauthorized) IsRedirect

func (o *DownloadResultsUnauthorized) IsRedirect() bool

IsRedirect returns true when this download results unauthorized response has a 3xx status code

func (*DownloadResultsUnauthorized) IsServerError

func (o *DownloadResultsUnauthorized) IsServerError() bool

IsServerError returns true when this download results unauthorized response has a 5xx status code

func (*DownloadResultsUnauthorized) IsSuccess

func (o *DownloadResultsUnauthorized) IsSuccess() bool

IsSuccess returns true when this download results unauthorized response has a 2xx status code

func (*DownloadResultsUnauthorized) String

func (o *DownloadResultsUnauthorized) String() string

type ExecuteDynamicForbidden

type ExecuteDynamicForbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaReplyMetaOnly
}

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

Forbidden

func NewExecuteDynamicForbidden

func NewExecuteDynamicForbidden() *ExecuteDynamicForbidden

NewExecuteDynamicForbidden creates a ExecuteDynamicForbidden with default headers values

func (*ExecuteDynamicForbidden) Code

func (o *ExecuteDynamicForbidden) Code() int

Code gets the status code for the execute dynamic forbidden response

func (*ExecuteDynamicForbidden) Error

func (o *ExecuteDynamicForbidden) Error() string

func (*ExecuteDynamicForbidden) GetPayload

func (*ExecuteDynamicForbidden) IsClientError

func (o *ExecuteDynamicForbidden) IsClientError() bool

IsClientError returns true when this execute dynamic forbidden response has a 4xx status code

func (*ExecuteDynamicForbidden) IsCode

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

IsCode returns true when this execute dynamic forbidden response a status code equal to that given

func (*ExecuteDynamicForbidden) IsRedirect

func (o *ExecuteDynamicForbidden) IsRedirect() bool

IsRedirect returns true when this execute dynamic forbidden response has a 3xx status code

func (*ExecuteDynamicForbidden) IsServerError

func (o *ExecuteDynamicForbidden) IsServerError() bool

IsServerError returns true when this execute dynamic forbidden response has a 5xx status code

func (*ExecuteDynamicForbidden) IsSuccess

func (o *ExecuteDynamicForbidden) IsSuccess() bool

IsSuccess returns true when this execute dynamic forbidden response has a 2xx status code

func (*ExecuteDynamicForbidden) String

func (o *ExecuteDynamicForbidden) String() string

type ExecuteDynamicOK

type ExecuteDynamicOK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.ApidomainQueryResponseWrapperV1
}

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

OK

func NewExecuteDynamicOK

func NewExecuteDynamicOK() *ExecuteDynamicOK

NewExecuteDynamicOK creates a ExecuteDynamicOK with default headers values

func (*ExecuteDynamicOK) Code

func (o *ExecuteDynamicOK) Code() int

Code gets the status code for the execute dynamic o k response

func (*ExecuteDynamicOK) Error

func (o *ExecuteDynamicOK) Error() string

func (*ExecuteDynamicOK) GetPayload

func (*ExecuteDynamicOK) IsClientError

func (o *ExecuteDynamicOK) IsClientError() bool

IsClientError returns true when this execute dynamic o k response has a 4xx status code

func (*ExecuteDynamicOK) IsCode

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

IsCode returns true when this execute dynamic o k response a status code equal to that given

func (*ExecuteDynamicOK) IsRedirect

func (o *ExecuteDynamicOK) IsRedirect() bool

IsRedirect returns true when this execute dynamic o k response has a 3xx status code

func (*ExecuteDynamicOK) IsServerError

func (o *ExecuteDynamicOK) IsServerError() bool

IsServerError returns true when this execute dynamic o k response has a 5xx status code

func (*ExecuteDynamicOK) IsSuccess

func (o *ExecuteDynamicOK) IsSuccess() bool

IsSuccess returns true when this execute dynamic o k response has a 2xx status code

func (*ExecuteDynamicOK) String

func (o *ExecuteDynamicOK) String() string

type ExecuteDynamicParams

type ExecuteDynamicParams struct {

	/* AppID.

	   Application ID.
	*/
	AppID *string

	// Body.
	Body *models.ApidomainDynamicExecuteSearchRequestV1

	/* IncludeSchemaGeneration.

	   Include generated schemas in the response
	*/
	IncludeSchemaGeneration *bool

	/* IncludeTestData.

	   Include test data when executing searches
	*/
	IncludeTestData *bool

	/* Metadata.

	   Whether to include metadata in the response
	*/
	Metadata *bool

	/* Mode.

	   Mode to execute the query under.
	*/
	Mode *string

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

ExecuteDynamicParams contains all the parameters to send to the API endpoint

for the execute dynamic operation.

Typically these are written to a http.Request.

func NewExecuteDynamicParams

func NewExecuteDynamicParams() *ExecuteDynamicParams

NewExecuteDynamicParams creates a new ExecuteDynamicParams 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 NewExecuteDynamicParamsWithContext

func NewExecuteDynamicParamsWithContext(ctx context.Context) *ExecuteDynamicParams

NewExecuteDynamicParamsWithContext creates a new ExecuteDynamicParams object with the ability to set a context for a request.

func NewExecuteDynamicParamsWithHTTPClient

func NewExecuteDynamicParamsWithHTTPClient(client *http.Client) *ExecuteDynamicParams

NewExecuteDynamicParamsWithHTTPClient creates a new ExecuteDynamicParams object with the ability to set a custom HTTPClient for a request.

func NewExecuteDynamicParamsWithTimeout

func NewExecuteDynamicParamsWithTimeout(timeout time.Duration) *ExecuteDynamicParams

NewExecuteDynamicParamsWithTimeout creates a new ExecuteDynamicParams object with the ability to set a timeout on a request.

func (*ExecuteDynamicParams) SetAppID

func (o *ExecuteDynamicParams) SetAppID(appID *string)

SetAppID adds the appId to the execute dynamic params

func (*ExecuteDynamicParams) SetBody

SetBody adds the body to the execute dynamic params

func (*ExecuteDynamicParams) SetContext

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

SetContext adds the context to the execute dynamic params

func (*ExecuteDynamicParams) SetDefaults

func (o *ExecuteDynamicParams) SetDefaults()

SetDefaults hydrates default values in the execute dynamic params (not the query body).

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

func (*ExecuteDynamicParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the execute dynamic params

func (*ExecuteDynamicParams) SetIncludeSchemaGeneration

func (o *ExecuteDynamicParams) SetIncludeSchemaGeneration(includeSchemaGeneration *bool)

SetIncludeSchemaGeneration adds the includeSchemaGeneration to the execute dynamic params

func (*ExecuteDynamicParams) SetIncludeTestData

func (o *ExecuteDynamicParams) SetIncludeTestData(includeTestData *bool)

SetIncludeTestData adds the includeTestData to the execute dynamic params

func (*ExecuteDynamicParams) SetMetadata

func (o *ExecuteDynamicParams) SetMetadata(metadata *bool)

SetMetadata adds the metadata to the execute dynamic params

func (*ExecuteDynamicParams) SetMode

func (o *ExecuteDynamicParams) SetMode(mode *string)

SetMode adds the mode to the execute dynamic params

func (*ExecuteDynamicParams) SetTimeout

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

SetTimeout adds the timeout to the execute dynamic params

func (*ExecuteDynamicParams) WithAppID

func (o *ExecuteDynamicParams) WithAppID(appID *string) *ExecuteDynamicParams

WithAppID adds the appID to the execute dynamic params

func (*ExecuteDynamicParams) WithBody

WithBody adds the body to the execute dynamic params

func (*ExecuteDynamicParams) WithContext

WithContext adds the context to the execute dynamic params

func (*ExecuteDynamicParams) WithDefaults

func (o *ExecuteDynamicParams) WithDefaults() *ExecuteDynamicParams

WithDefaults hydrates default values in the execute dynamic params (not the query body).

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

func (*ExecuteDynamicParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the execute dynamic params

func (*ExecuteDynamicParams) WithIncludeSchemaGeneration

func (o *ExecuteDynamicParams) WithIncludeSchemaGeneration(includeSchemaGeneration *bool) *ExecuteDynamicParams

WithIncludeSchemaGeneration adds the includeSchemaGeneration to the execute dynamic params

func (*ExecuteDynamicParams) WithIncludeTestData

func (o *ExecuteDynamicParams) WithIncludeTestData(includeTestData *bool) *ExecuteDynamicParams

WithIncludeTestData adds the includeTestData to the execute dynamic params

func (*ExecuteDynamicParams) WithMetadata

func (o *ExecuteDynamicParams) WithMetadata(metadata *bool) *ExecuteDynamicParams

WithMetadata adds the metadata to the execute dynamic params

func (*ExecuteDynamicParams) WithMode

func (o *ExecuteDynamicParams) WithMode(mode *string) *ExecuteDynamicParams

WithMode adds the mode to the execute dynamic params

func (*ExecuteDynamicParams) WithTimeout

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

WithTimeout adds the timeout to the execute dynamic params

func (*ExecuteDynamicParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ExecuteDynamicReader

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

ExecuteDynamicReader is a Reader for the ExecuteDynamic structure.

func (*ExecuteDynamicReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ExecuteDynamicTooManyRequests

type ExecuteDynamicTooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

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

Too Many Requests

func NewExecuteDynamicTooManyRequests

func NewExecuteDynamicTooManyRequests() *ExecuteDynamicTooManyRequests

NewExecuteDynamicTooManyRequests creates a ExecuteDynamicTooManyRequests with default headers values

func (*ExecuteDynamicTooManyRequests) Code

Code gets the status code for the execute dynamic too many requests response

func (*ExecuteDynamicTooManyRequests) Error

func (*ExecuteDynamicTooManyRequests) GetPayload

func (*ExecuteDynamicTooManyRequests) IsClientError

func (o *ExecuteDynamicTooManyRequests) IsClientError() bool

IsClientError returns true when this execute dynamic too many requests response has a 4xx status code

func (*ExecuteDynamicTooManyRequests) IsCode

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

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

func (*ExecuteDynamicTooManyRequests) IsRedirect

func (o *ExecuteDynamicTooManyRequests) IsRedirect() bool

IsRedirect returns true when this execute dynamic too many requests response has a 3xx status code

func (*ExecuteDynamicTooManyRequests) IsServerError

func (o *ExecuteDynamicTooManyRequests) IsServerError() bool

IsServerError returns true when this execute dynamic too many requests response has a 5xx status code

func (*ExecuteDynamicTooManyRequests) IsSuccess

func (o *ExecuteDynamicTooManyRequests) IsSuccess() bool

IsSuccess returns true when this execute dynamic too many requests response has a 2xx status code

func (*ExecuteDynamicTooManyRequests) String

type ExecuteForbidden

type ExecuteForbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaReplyMetaOnly
}

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

Forbidden

func NewExecuteForbidden

func NewExecuteForbidden() *ExecuteForbidden

NewExecuteForbidden creates a ExecuteForbidden with default headers values

func (*ExecuteForbidden) Code

func (o *ExecuteForbidden) Code() int

Code gets the status code for the execute forbidden response

func (*ExecuteForbidden) Error

func (o *ExecuteForbidden) Error() string

func (*ExecuteForbidden) GetPayload

func (o *ExecuteForbidden) GetPayload() *models.MsaReplyMetaOnly

func (*ExecuteForbidden) IsClientError

func (o *ExecuteForbidden) IsClientError() bool

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

func (*ExecuteForbidden) IsCode

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

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

func (*ExecuteForbidden) IsRedirect

func (o *ExecuteForbidden) IsRedirect() bool

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

func (*ExecuteForbidden) IsServerError

func (o *ExecuteForbidden) IsServerError() bool

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

func (*ExecuteForbidden) IsSuccess

func (o *ExecuteForbidden) IsSuccess() bool

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

func (*ExecuteForbidden) String

func (o *ExecuteForbidden) String() string

type ExecuteOK

type ExecuteOK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.ApidomainQueryResponseWrapperV1
}

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

OK

func NewExecuteOK

func NewExecuteOK() *ExecuteOK

NewExecuteOK creates a ExecuteOK with default headers values

func (*ExecuteOK) Code

func (o *ExecuteOK) Code() int

Code gets the status code for the execute o k response

func (*ExecuteOK) Error

func (o *ExecuteOK) Error() string

func (*ExecuteOK) GetPayload

func (*ExecuteOK) IsClientError

func (o *ExecuteOK) IsClientError() bool

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

func (*ExecuteOK) IsCode

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

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

func (*ExecuteOK) IsRedirect

func (o *ExecuteOK) IsRedirect() bool

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

func (*ExecuteOK) IsServerError

func (o *ExecuteOK) IsServerError() bool

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

func (*ExecuteOK) IsSuccess

func (o *ExecuteOK) IsSuccess() bool

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

func (*ExecuteOK) String

func (o *ExecuteOK) String() string

type ExecuteParams

type ExecuteParams struct {

	/* AppID.

	   Application ID.
	*/
	AppID *string

	// Body.
	Body *models.ApidomainSavedSearchExecuteRequestV1

	/* Detailed.

	   Whether to include search field details
	*/
	Detailed *bool

	/* IncludeTestData.

	   Include test data when executing searches
	*/
	IncludeTestData *bool

	/* Metadata.

	   Whether to include metadata in the response
	*/
	Metadata *bool

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

ExecuteParams contains all the parameters to send to the API endpoint

for the execute operation.

Typically these are written to a http.Request.

func NewExecuteParams

func NewExecuteParams() *ExecuteParams

NewExecuteParams creates a new ExecuteParams 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 NewExecuteParamsWithContext

func NewExecuteParamsWithContext(ctx context.Context) *ExecuteParams

NewExecuteParamsWithContext creates a new ExecuteParams object with the ability to set a context for a request.

func NewExecuteParamsWithHTTPClient

func NewExecuteParamsWithHTTPClient(client *http.Client) *ExecuteParams

NewExecuteParamsWithHTTPClient creates a new ExecuteParams object with the ability to set a custom HTTPClient for a request.

func NewExecuteParamsWithTimeout

func NewExecuteParamsWithTimeout(timeout time.Duration) *ExecuteParams

NewExecuteParamsWithTimeout creates a new ExecuteParams object with the ability to set a timeout on a request.

func (*ExecuteParams) SetAppID

func (o *ExecuteParams) SetAppID(appID *string)

SetAppID adds the appId to the execute params

func (*ExecuteParams) SetBody

SetBody adds the body to the execute params

func (*ExecuteParams) SetContext

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

SetContext adds the context to the execute params

func (*ExecuteParams) SetDefaults

func (o *ExecuteParams) SetDefaults()

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

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

func (*ExecuteParams) SetDetailed

func (o *ExecuteParams) SetDetailed(detailed *bool)

SetDetailed adds the detailed to the execute params

func (*ExecuteParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the execute params

func (*ExecuteParams) SetIncludeTestData

func (o *ExecuteParams) SetIncludeTestData(includeTestData *bool)

SetIncludeTestData adds the includeTestData to the execute params

func (*ExecuteParams) SetMetadata

func (o *ExecuteParams) SetMetadata(metadata *bool)

SetMetadata adds the metadata to the execute params

func (*ExecuteParams) SetTimeout

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

SetTimeout adds the timeout to the execute params

func (*ExecuteParams) WithAppID

func (o *ExecuteParams) WithAppID(appID *string) *ExecuteParams

WithAppID adds the appID to the execute params

func (*ExecuteParams) WithBody

WithBody adds the body to the execute params

func (*ExecuteParams) WithContext

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

WithContext adds the context to the execute params

func (*ExecuteParams) WithDefaults

func (o *ExecuteParams) WithDefaults() *ExecuteParams

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

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

func (*ExecuteParams) WithDetailed

func (o *ExecuteParams) WithDetailed(detailed *bool) *ExecuteParams

WithDetailed adds the detailed to the execute params

func (*ExecuteParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the execute params

func (*ExecuteParams) WithIncludeTestData

func (o *ExecuteParams) WithIncludeTestData(includeTestData *bool) *ExecuteParams

WithIncludeTestData adds the includeTestData to the execute params

func (*ExecuteParams) WithMetadata

func (o *ExecuteParams) WithMetadata(metadata *bool) *ExecuteParams

WithMetadata adds the metadata to the execute params

func (*ExecuteParams) WithTimeout

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

WithTimeout adds the timeout to the execute params

func (*ExecuteParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ExecuteReader

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

ExecuteReader is a Reader for the Execute structure.

func (*ExecuteReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ExecuteTooManyRequests

type ExecuteTooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

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

Too Many Requests

func NewExecuteTooManyRequests

func NewExecuteTooManyRequests() *ExecuteTooManyRequests

NewExecuteTooManyRequests creates a ExecuteTooManyRequests with default headers values

func (*ExecuteTooManyRequests) Code

func (o *ExecuteTooManyRequests) Code() int

Code gets the status code for the execute too many requests response

func (*ExecuteTooManyRequests) Error

func (o *ExecuteTooManyRequests) Error() string

func (*ExecuteTooManyRequests) GetPayload

func (*ExecuteTooManyRequests) IsClientError

func (o *ExecuteTooManyRequests) IsClientError() bool

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

func (*ExecuteTooManyRequests) IsCode

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

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

func (*ExecuteTooManyRequests) IsRedirect

func (o *ExecuteTooManyRequests) IsRedirect() bool

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

func (*ExecuteTooManyRequests) IsServerError

func (o *ExecuteTooManyRequests) IsServerError() bool

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

func (*ExecuteTooManyRequests) IsSuccess

func (o *ExecuteTooManyRequests) IsSuccess() bool

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

func (*ExecuteTooManyRequests) String

func (o *ExecuteTooManyRequests) String() string

type GetSearchResultsForbidden

type GetSearchResultsForbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaReplyMetaOnly
}

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

Forbidden

func NewGetSearchResultsForbidden

func NewGetSearchResultsForbidden() *GetSearchResultsForbidden

NewGetSearchResultsForbidden creates a GetSearchResultsForbidden with default headers values

func (*GetSearchResultsForbidden) Code

func (o *GetSearchResultsForbidden) Code() int

Code gets the status code for the get search results forbidden response

func (*GetSearchResultsForbidden) Error

func (o *GetSearchResultsForbidden) Error() string

func (*GetSearchResultsForbidden) GetPayload

func (*GetSearchResultsForbidden) IsClientError

func (o *GetSearchResultsForbidden) IsClientError() bool

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

func (*GetSearchResultsForbidden) IsCode

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

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

func (*GetSearchResultsForbidden) IsRedirect

func (o *GetSearchResultsForbidden) IsRedirect() bool

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

func (*GetSearchResultsForbidden) IsServerError

func (o *GetSearchResultsForbidden) IsServerError() bool

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

func (*GetSearchResultsForbidden) IsSuccess

func (o *GetSearchResultsForbidden) IsSuccess() bool

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

func (*GetSearchResultsForbidden) String

func (o *GetSearchResultsForbidden) String() string

type GetSearchResultsOK

type GetSearchResultsOK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.ApidomainQueryResponseWrapperV1
}

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

OK

func NewGetSearchResultsOK

func NewGetSearchResultsOK() *GetSearchResultsOK

NewGetSearchResultsOK creates a GetSearchResultsOK with default headers values

func (*GetSearchResultsOK) Code

func (o *GetSearchResultsOK) Code() int

Code gets the status code for the get search results o k response

func (*GetSearchResultsOK) Error

func (o *GetSearchResultsOK) Error() string

func (*GetSearchResultsOK) GetPayload

func (*GetSearchResultsOK) IsClientError

func (o *GetSearchResultsOK) IsClientError() bool

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

func (*GetSearchResultsOK) IsCode

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

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

func (*GetSearchResultsOK) IsRedirect

func (o *GetSearchResultsOK) IsRedirect() bool

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

func (*GetSearchResultsOK) IsServerError

func (o *GetSearchResultsOK) IsServerError() bool

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

func (*GetSearchResultsOK) IsSuccess

func (o *GetSearchResultsOK) IsSuccess() bool

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

func (*GetSearchResultsOK) String

func (o *GetSearchResultsOK) String() string

type GetSearchResultsParams

type GetSearchResultsParams struct {

	/* AppID.

	   Application ID.
	*/
	AppID *string

	/* JobID.

	   Job ID for a previously executed async query
	*/
	JobID string

	/* Limit.

	   Maximum number of records to return.
	*/
	Limit *string

	/* Metadata.

	   Whether to include metadata in the response
	*/
	Metadata *bool

	/* Offset.

	   Starting pagination offset of records to return.
	*/
	Offset *string

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

GetSearchResultsParams contains all the parameters to send to the API endpoint

for the get search results operation.

Typically these are written to a http.Request.

func NewGetSearchResultsParams

func NewGetSearchResultsParams() *GetSearchResultsParams

NewGetSearchResultsParams creates a new GetSearchResultsParams 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 NewGetSearchResultsParamsWithContext

func NewGetSearchResultsParamsWithContext(ctx context.Context) *GetSearchResultsParams

NewGetSearchResultsParamsWithContext creates a new GetSearchResultsParams object with the ability to set a context for a request.

func NewGetSearchResultsParamsWithHTTPClient

func NewGetSearchResultsParamsWithHTTPClient(client *http.Client) *GetSearchResultsParams

NewGetSearchResultsParamsWithHTTPClient creates a new GetSearchResultsParams object with the ability to set a custom HTTPClient for a request.

func NewGetSearchResultsParamsWithTimeout

func NewGetSearchResultsParamsWithTimeout(timeout time.Duration) *GetSearchResultsParams

NewGetSearchResultsParamsWithTimeout creates a new GetSearchResultsParams object with the ability to set a timeout on a request.

func (*GetSearchResultsParams) SetAppID

func (o *GetSearchResultsParams) SetAppID(appID *string)

SetAppID adds the appId to the get search results params

func (*GetSearchResultsParams) SetContext

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

SetContext adds the context to the get search results params

func (*GetSearchResultsParams) SetDefaults

func (o *GetSearchResultsParams) SetDefaults()

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

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

func (*GetSearchResultsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get search results params

func (*GetSearchResultsParams) SetJobID

func (o *GetSearchResultsParams) SetJobID(jobID string)

SetJobID adds the jobId to the get search results params

func (*GetSearchResultsParams) SetLimit

func (o *GetSearchResultsParams) SetLimit(limit *string)

SetLimit adds the limit to the get search results params

func (*GetSearchResultsParams) SetMetadata

func (o *GetSearchResultsParams) SetMetadata(metadata *bool)

SetMetadata adds the metadata to the get search results params

func (*GetSearchResultsParams) SetOffset

func (o *GetSearchResultsParams) SetOffset(offset *string)

SetOffset adds the offset to the get search results params

func (*GetSearchResultsParams) SetTimeout

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

SetTimeout adds the timeout to the get search results params

func (*GetSearchResultsParams) WithAppID

WithAppID adds the appID to the get search results params

func (*GetSearchResultsParams) WithContext

WithContext adds the context to the get search results params

func (*GetSearchResultsParams) WithDefaults

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

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

func (*GetSearchResultsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get search results params

func (*GetSearchResultsParams) WithJobID

WithJobID adds the jobID to the get search results params

func (*GetSearchResultsParams) WithLimit

WithLimit adds the limit to the get search results params

func (*GetSearchResultsParams) WithMetadata

func (o *GetSearchResultsParams) WithMetadata(metadata *bool) *GetSearchResultsParams

WithMetadata adds the metadata to the get search results params

func (*GetSearchResultsParams) WithOffset

func (o *GetSearchResultsParams) WithOffset(offset *string) *GetSearchResultsParams

WithOffset adds the offset to the get search results params

func (*GetSearchResultsParams) WithTimeout

WithTimeout adds the timeout to the get search results params

func (*GetSearchResultsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetSearchResultsReader

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

GetSearchResultsReader is a Reader for the GetSearchResults structure.

func (*GetSearchResultsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetSearchResultsTooManyRequests

type GetSearchResultsTooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

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

Too Many Requests

func NewGetSearchResultsTooManyRequests

func NewGetSearchResultsTooManyRequests() *GetSearchResultsTooManyRequests

NewGetSearchResultsTooManyRequests creates a GetSearchResultsTooManyRequests with default headers values

func (*GetSearchResultsTooManyRequests) Code

Code gets the status code for the get search results too many requests response

func (*GetSearchResultsTooManyRequests) Error

func (*GetSearchResultsTooManyRequests) GetPayload

func (*GetSearchResultsTooManyRequests) IsClientError

func (o *GetSearchResultsTooManyRequests) IsClientError() bool

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

func (*GetSearchResultsTooManyRequests) IsCode

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

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

func (*GetSearchResultsTooManyRequests) IsRedirect

func (o *GetSearchResultsTooManyRequests) IsRedirect() bool

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

func (*GetSearchResultsTooManyRequests) IsServerError

func (o *GetSearchResultsTooManyRequests) IsServerError() bool

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

func (*GetSearchResultsTooManyRequests) IsSuccess

func (o *GetSearchResultsTooManyRequests) IsSuccess() bool

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

func (*GetSearchResultsTooManyRequests) String

type IngestDataForbidden

type IngestDataForbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaReplyMetaOnly
}

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

Forbidden

func NewIngestDataForbidden

func NewIngestDataForbidden() *IngestDataForbidden

NewIngestDataForbidden creates a IngestDataForbidden with default headers values

func (*IngestDataForbidden) Code

func (o *IngestDataForbidden) Code() int

Code gets the status code for the ingest data forbidden response

func (*IngestDataForbidden) Error

func (o *IngestDataForbidden) Error() string

func (*IngestDataForbidden) GetPayload

func (o *IngestDataForbidden) GetPayload() *models.MsaReplyMetaOnly

func (*IngestDataForbidden) IsClientError

func (o *IngestDataForbidden) IsClientError() bool

IsClientError returns true when this ingest data forbidden response has a 4xx status code

func (*IngestDataForbidden) IsCode

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

IsCode returns true when this ingest data forbidden response a status code equal to that given

func (*IngestDataForbidden) IsRedirect

func (o *IngestDataForbidden) IsRedirect() bool

IsRedirect returns true when this ingest data forbidden response has a 3xx status code

func (*IngestDataForbidden) IsServerError

func (o *IngestDataForbidden) IsServerError() bool

IsServerError returns true when this ingest data forbidden response has a 5xx status code

func (*IngestDataForbidden) IsSuccess

func (o *IngestDataForbidden) IsSuccess() bool

IsSuccess returns true when this ingest data forbidden response has a 2xx status code

func (*IngestDataForbidden) String

func (o *IngestDataForbidden) String() string

type IngestDataOK

type IngestDataOK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.ClientDataIngestResponseWrapperV1
}

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

OK

func NewIngestDataOK

func NewIngestDataOK() *IngestDataOK

NewIngestDataOK creates a IngestDataOK with default headers values

func (*IngestDataOK) Code

func (o *IngestDataOK) Code() int

Code gets the status code for the ingest data o k response

func (*IngestDataOK) Error

func (o *IngestDataOK) Error() string

func (*IngestDataOK) GetPayload

func (*IngestDataOK) IsClientError

func (o *IngestDataOK) IsClientError() bool

IsClientError returns true when this ingest data o k response has a 4xx status code

func (*IngestDataOK) IsCode

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

IsCode returns true when this ingest data o k response a status code equal to that given

func (*IngestDataOK) IsRedirect

func (o *IngestDataOK) IsRedirect() bool

IsRedirect returns true when this ingest data o k response has a 3xx status code

func (*IngestDataOK) IsServerError

func (o *IngestDataOK) IsServerError() bool

IsServerError returns true when this ingest data o k response has a 5xx status code

func (*IngestDataOK) IsSuccess

func (o *IngestDataOK) IsSuccess() bool

IsSuccess returns true when this ingest data o k response has a 2xx status code

func (*IngestDataOK) String

func (o *IngestDataOK) String() string

type IngestDataParams

type IngestDataParams struct {

	/* DataFile.

	   Data file to ingest
	*/
	DataFile runtime.NamedReadCloser

	/* Tag.

	   Custom tag for ingested data in the form tag:value
	*/
	Tag []string

	/* TagSource.

	   Tag the data with the specified source
	*/
	TagSource *string

	/* TestData.

	   Tag the data with test-ingest
	*/
	TestData *bool

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

IngestDataParams contains all the parameters to send to the API endpoint

for the ingest data operation.

Typically these are written to a http.Request.

func NewIngestDataParams

func NewIngestDataParams() *IngestDataParams

NewIngestDataParams creates a new IngestDataParams 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 NewIngestDataParamsWithContext

func NewIngestDataParamsWithContext(ctx context.Context) *IngestDataParams

NewIngestDataParamsWithContext creates a new IngestDataParams object with the ability to set a context for a request.

func NewIngestDataParamsWithHTTPClient

func NewIngestDataParamsWithHTTPClient(client *http.Client) *IngestDataParams

NewIngestDataParamsWithHTTPClient creates a new IngestDataParams object with the ability to set a custom HTTPClient for a request.

func NewIngestDataParamsWithTimeout

func NewIngestDataParamsWithTimeout(timeout time.Duration) *IngestDataParams

NewIngestDataParamsWithTimeout creates a new IngestDataParams object with the ability to set a timeout on a request.

func (*IngestDataParams) SetContext

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

SetContext adds the context to the ingest data params

func (*IngestDataParams) SetDataFile

func (o *IngestDataParams) SetDataFile(dataFile runtime.NamedReadCloser)

SetDataFile adds the dataFile to the ingest data params

func (*IngestDataParams) SetDefaults

func (o *IngestDataParams) SetDefaults()

SetDefaults hydrates default values in the ingest data params (not the query body).

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

func (*IngestDataParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the ingest data params

func (*IngestDataParams) SetTag

func (o *IngestDataParams) SetTag(tag []string)

SetTag adds the tag to the ingest data params

func (*IngestDataParams) SetTagSource

func (o *IngestDataParams) SetTagSource(tagSource *string)

SetTagSource adds the tagSource to the ingest data params

func (*IngestDataParams) SetTestData

func (o *IngestDataParams) SetTestData(testData *bool)

SetTestData adds the testData to the ingest data params

func (*IngestDataParams) SetTimeout

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

SetTimeout adds the timeout to the ingest data params

func (*IngestDataParams) WithContext

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

WithContext adds the context to the ingest data params

func (*IngestDataParams) WithDataFile

func (o *IngestDataParams) WithDataFile(dataFile runtime.NamedReadCloser) *IngestDataParams

WithDataFile adds the dataFile to the ingest data params

func (*IngestDataParams) WithDefaults

func (o *IngestDataParams) WithDefaults() *IngestDataParams

WithDefaults hydrates default values in the ingest data params (not the query body).

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

func (*IngestDataParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the ingest data params

func (*IngestDataParams) WithTag

func (o *IngestDataParams) WithTag(tag []string) *IngestDataParams

WithTag adds the tag to the ingest data params

func (*IngestDataParams) WithTagSource

func (o *IngestDataParams) WithTagSource(tagSource *string) *IngestDataParams

WithTagSource adds the tagSource to the ingest data params

func (*IngestDataParams) WithTestData

func (o *IngestDataParams) WithTestData(testData *bool) *IngestDataParams

WithTestData adds the testData to the ingest data params

func (*IngestDataParams) WithTimeout

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

WithTimeout adds the timeout to the ingest data params

func (*IngestDataParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type IngestDataReader

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

IngestDataReader is a Reader for the IngestData structure.

func (*IngestDataReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type IngestDataTooManyRequests

type IngestDataTooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

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

Too Many Requests

func NewIngestDataTooManyRequests

func NewIngestDataTooManyRequests() *IngestDataTooManyRequests

NewIngestDataTooManyRequests creates a IngestDataTooManyRequests with default headers values

func (*IngestDataTooManyRequests) Code

func (o *IngestDataTooManyRequests) Code() int

Code gets the status code for the ingest data too many requests response

func (*IngestDataTooManyRequests) Error

func (o *IngestDataTooManyRequests) Error() string

func (*IngestDataTooManyRequests) GetPayload

func (*IngestDataTooManyRequests) IsClientError

func (o *IngestDataTooManyRequests) IsClientError() bool

IsClientError returns true when this ingest data too many requests response has a 4xx status code

func (*IngestDataTooManyRequests) IsCode

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

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

func (*IngestDataTooManyRequests) IsRedirect

func (o *IngestDataTooManyRequests) IsRedirect() bool

IsRedirect returns true when this ingest data too many requests response has a 3xx status code

func (*IngestDataTooManyRequests) IsServerError

func (o *IngestDataTooManyRequests) IsServerError() bool

IsServerError returns true when this ingest data too many requests response has a 5xx status code

func (*IngestDataTooManyRequests) IsSuccess

func (o *IngestDataTooManyRequests) IsSuccess() bool

IsSuccess returns true when this ingest data too many requests response has a 2xx status code

func (*IngestDataTooManyRequests) String

func (o *IngestDataTooManyRequests) String() string

type ListReposForbidden

type ListReposForbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaReplyMetaOnly
}

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

Forbidden

func NewListReposForbidden

func NewListReposForbidden() *ListReposForbidden

NewListReposForbidden creates a ListReposForbidden with default headers values

func (*ListReposForbidden) Code

func (o *ListReposForbidden) Code() int

Code gets the status code for the list repos forbidden response

func (*ListReposForbidden) Error

func (o *ListReposForbidden) Error() string

func (*ListReposForbidden) GetPayload

func (o *ListReposForbidden) GetPayload() *models.MsaReplyMetaOnly

func (*ListReposForbidden) IsClientError

func (o *ListReposForbidden) IsClientError() bool

IsClientError returns true when this list repos forbidden response has a 4xx status code

func (*ListReposForbidden) IsCode

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

IsCode returns true when this list repos forbidden response a status code equal to that given

func (*ListReposForbidden) IsRedirect

func (o *ListReposForbidden) IsRedirect() bool

IsRedirect returns true when this list repos forbidden response has a 3xx status code

func (*ListReposForbidden) IsServerError

func (o *ListReposForbidden) IsServerError() bool

IsServerError returns true when this list repos forbidden response has a 5xx status code

func (*ListReposForbidden) IsSuccess

func (o *ListReposForbidden) IsSuccess() bool

IsSuccess returns true when this list repos forbidden response has a 2xx status code

func (*ListReposForbidden) String

func (o *ListReposForbidden) String() string

type ListReposOK

type ListReposOK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.ApidomainRepoViewListItemWrapperV1
}

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

OK

func NewListReposOK

func NewListReposOK() *ListReposOK

NewListReposOK creates a ListReposOK with default headers values

func (*ListReposOK) Code

func (o *ListReposOK) Code() int

Code gets the status code for the list repos o k response

func (*ListReposOK) Error

func (o *ListReposOK) Error() string

func (*ListReposOK) GetPayload

func (*ListReposOK) IsClientError

func (o *ListReposOK) IsClientError() bool

IsClientError returns true when this list repos o k response has a 4xx status code

func (*ListReposOK) IsCode

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

IsCode returns true when this list repos o k response a status code equal to that given

func (*ListReposOK) IsRedirect

func (o *ListReposOK) IsRedirect() bool

IsRedirect returns true when this list repos o k response has a 3xx status code

func (*ListReposOK) IsServerError

func (o *ListReposOK) IsServerError() bool

IsServerError returns true when this list repos o k response has a 5xx status code

func (*ListReposOK) IsSuccess

func (o *ListReposOK) IsSuccess() bool

IsSuccess returns true when this list repos o k response has a 2xx status code

func (*ListReposOK) String

func (o *ListReposOK) String() string

type ListReposParams

type ListReposParams struct {

	/* CheckTestData.

	   Include whether test data is present in the application repository
	*/
	CheckTestData *bool

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

ListReposParams contains all the parameters to send to the API endpoint

for the list repos operation.

Typically these are written to a http.Request.

func NewListReposParams

func NewListReposParams() *ListReposParams

NewListReposParams creates a new ListReposParams 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 NewListReposParamsWithContext

func NewListReposParamsWithContext(ctx context.Context) *ListReposParams

NewListReposParamsWithContext creates a new ListReposParams object with the ability to set a context for a request.

func NewListReposParamsWithHTTPClient

func NewListReposParamsWithHTTPClient(client *http.Client) *ListReposParams

NewListReposParamsWithHTTPClient creates a new ListReposParams object with the ability to set a custom HTTPClient for a request.

func NewListReposParamsWithTimeout

func NewListReposParamsWithTimeout(timeout time.Duration) *ListReposParams

NewListReposParamsWithTimeout creates a new ListReposParams object with the ability to set a timeout on a request.

func (*ListReposParams) SetCheckTestData

func (o *ListReposParams) SetCheckTestData(checkTestData *bool)

SetCheckTestData adds the checkTestData to the list repos params

func (*ListReposParams) SetContext

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

SetContext adds the context to the list repos params

func (*ListReposParams) SetDefaults

func (o *ListReposParams) SetDefaults()

SetDefaults hydrates default values in the list repos params (not the query body).

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

func (*ListReposParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list repos params

func (*ListReposParams) SetTimeout

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

SetTimeout adds the timeout to the list repos params

func (*ListReposParams) WithCheckTestData

func (o *ListReposParams) WithCheckTestData(checkTestData *bool) *ListReposParams

WithCheckTestData adds the checkTestData to the list repos params

func (*ListReposParams) WithContext

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

WithContext adds the context to the list repos params

func (*ListReposParams) WithDefaults

func (o *ListReposParams) WithDefaults() *ListReposParams

WithDefaults hydrates default values in the list repos params (not the query body).

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

func (*ListReposParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the list repos params

func (*ListReposParams) WithTimeout

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

WithTimeout adds the timeout to the list repos params

func (*ListReposParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ListReposReader

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

ListReposReader is a Reader for the ListRepos structure.

func (*ListReposReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListReposTooManyRequests

type ListReposTooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

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

Too Many Requests

func NewListReposTooManyRequests

func NewListReposTooManyRequests() *ListReposTooManyRequests

NewListReposTooManyRequests creates a ListReposTooManyRequests with default headers values

func (*ListReposTooManyRequests) Code

func (o *ListReposTooManyRequests) Code() int

Code gets the status code for the list repos too many requests response

func (*ListReposTooManyRequests) Error

func (o *ListReposTooManyRequests) Error() string

func (*ListReposTooManyRequests) GetPayload

func (*ListReposTooManyRequests) IsClientError

func (o *ListReposTooManyRequests) IsClientError() bool

IsClientError returns true when this list repos too many requests response has a 4xx status code

func (*ListReposTooManyRequests) IsCode

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

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

func (*ListReposTooManyRequests) IsRedirect

func (o *ListReposTooManyRequests) IsRedirect() bool

IsRedirect returns true when this list repos too many requests response has a 3xx status code

func (*ListReposTooManyRequests) IsServerError

func (o *ListReposTooManyRequests) IsServerError() bool

IsServerError returns true when this list repos too many requests response has a 5xx status code

func (*ListReposTooManyRequests) IsSuccess

func (o *ListReposTooManyRequests) IsSuccess() bool

IsSuccess returns true when this list repos too many requests response has a 2xx status code

func (*ListReposTooManyRequests) String

func (o *ListReposTooManyRequests) String() string

type ListViewsForbidden

type ListViewsForbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaReplyMetaOnly
}

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

Forbidden

func NewListViewsForbidden

func NewListViewsForbidden() *ListViewsForbidden

NewListViewsForbidden creates a ListViewsForbidden with default headers values

func (*ListViewsForbidden) Code

func (o *ListViewsForbidden) Code() int

Code gets the status code for the list views forbidden response

func (*ListViewsForbidden) Error

func (o *ListViewsForbidden) Error() string

func (*ListViewsForbidden) GetPayload

func (o *ListViewsForbidden) GetPayload() *models.MsaReplyMetaOnly

func (*ListViewsForbidden) IsClientError

func (o *ListViewsForbidden) IsClientError() bool

IsClientError returns true when this list views forbidden response has a 4xx status code

func (*ListViewsForbidden) IsCode

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

IsCode returns true when this list views forbidden response a status code equal to that given

func (*ListViewsForbidden) IsRedirect

func (o *ListViewsForbidden) IsRedirect() bool

IsRedirect returns true when this list views forbidden response has a 3xx status code

func (*ListViewsForbidden) IsServerError

func (o *ListViewsForbidden) IsServerError() bool

IsServerError returns true when this list views forbidden response has a 5xx status code

func (*ListViewsForbidden) IsSuccess

func (o *ListViewsForbidden) IsSuccess() bool

IsSuccess returns true when this list views forbidden response has a 2xx status code

func (*ListViewsForbidden) String

func (o *ListViewsForbidden) String() string

type ListViewsOK

type ListViewsOK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.ApidomainRepoViewListItemWrapperV1
}

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

OK

func NewListViewsOK

func NewListViewsOK() *ListViewsOK

NewListViewsOK creates a ListViewsOK with default headers values

func (*ListViewsOK) Code

func (o *ListViewsOK) Code() int

Code gets the status code for the list views o k response

func (*ListViewsOK) Error

func (o *ListViewsOK) Error() string

func (*ListViewsOK) GetPayload

func (*ListViewsOK) IsClientError

func (o *ListViewsOK) IsClientError() bool

IsClientError returns true when this list views o k response has a 4xx status code

func (*ListViewsOK) IsCode

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

IsCode returns true when this list views o k response a status code equal to that given

func (*ListViewsOK) IsRedirect

func (o *ListViewsOK) IsRedirect() bool

IsRedirect returns true when this list views o k response has a 3xx status code

func (*ListViewsOK) IsServerError

func (o *ListViewsOK) IsServerError() bool

IsServerError returns true when this list views o k response has a 5xx status code

func (*ListViewsOK) IsSuccess

func (o *ListViewsOK) IsSuccess() bool

IsSuccess returns true when this list views o k response has a 2xx status code

func (*ListViewsOK) String

func (o *ListViewsOK) String() string

type ListViewsParams

type ListViewsParams struct {

	/* CheckTestData.

	   Include whether test data is present in the application repository
	*/
	CheckTestData *bool

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

ListViewsParams contains all the parameters to send to the API endpoint

for the list views operation.

Typically these are written to a http.Request.

func NewListViewsParams

func NewListViewsParams() *ListViewsParams

NewListViewsParams creates a new ListViewsParams 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 NewListViewsParamsWithContext

func NewListViewsParamsWithContext(ctx context.Context) *ListViewsParams

NewListViewsParamsWithContext creates a new ListViewsParams object with the ability to set a context for a request.

func NewListViewsParamsWithHTTPClient

func NewListViewsParamsWithHTTPClient(client *http.Client) *ListViewsParams

NewListViewsParamsWithHTTPClient creates a new ListViewsParams object with the ability to set a custom HTTPClient for a request.

func NewListViewsParamsWithTimeout

func NewListViewsParamsWithTimeout(timeout time.Duration) *ListViewsParams

NewListViewsParamsWithTimeout creates a new ListViewsParams object with the ability to set a timeout on a request.

func (*ListViewsParams) SetCheckTestData

func (o *ListViewsParams) SetCheckTestData(checkTestData *bool)

SetCheckTestData adds the checkTestData to the list views params

func (*ListViewsParams) SetContext

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

SetContext adds the context to the list views params

func (*ListViewsParams) SetDefaults

func (o *ListViewsParams) SetDefaults()

SetDefaults hydrates default values in the list views params (not the query body).

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

func (*ListViewsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list views params

func (*ListViewsParams) SetTimeout

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

SetTimeout adds the timeout to the list views params

func (*ListViewsParams) WithCheckTestData

func (o *ListViewsParams) WithCheckTestData(checkTestData *bool) *ListViewsParams

WithCheckTestData adds the checkTestData to the list views params

func (*ListViewsParams) WithContext

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

WithContext adds the context to the list views params

func (*ListViewsParams) WithDefaults

func (o *ListViewsParams) WithDefaults() *ListViewsParams

WithDefaults hydrates default values in the list views params (not the query body).

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

func (*ListViewsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the list views params

func (*ListViewsParams) WithTimeout

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

WithTimeout adds the timeout to the list views params

func (*ListViewsParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ListViewsReader

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

ListViewsReader is a Reader for the ListViews structure.

func (*ListViewsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListViewsTooManyRequests

type ListViewsTooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

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

Too Many Requests

func NewListViewsTooManyRequests

func NewListViewsTooManyRequests() *ListViewsTooManyRequests

NewListViewsTooManyRequests creates a ListViewsTooManyRequests with default headers values

func (*ListViewsTooManyRequests) Code

func (o *ListViewsTooManyRequests) Code() int

Code gets the status code for the list views too many requests response

func (*ListViewsTooManyRequests) Error

func (o *ListViewsTooManyRequests) Error() string

func (*ListViewsTooManyRequests) GetPayload

func (*ListViewsTooManyRequests) IsClientError

func (o *ListViewsTooManyRequests) IsClientError() bool

IsClientError returns true when this list views too many requests response has a 4xx status code

func (*ListViewsTooManyRequests) IsCode

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

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

func (*ListViewsTooManyRequests) IsRedirect

func (o *ListViewsTooManyRequests) IsRedirect() bool

IsRedirect returns true when this list views too many requests response has a 3xx status code

func (*ListViewsTooManyRequests) IsServerError

func (o *ListViewsTooManyRequests) IsServerError() bool

IsServerError returns true when this list views too many requests response has a 5xx status code

func (*ListViewsTooManyRequests) IsSuccess

func (o *ListViewsTooManyRequests) IsSuccess() bool

IsSuccess returns true when this list views too many requests response has a 2xx status code

func (*ListViewsTooManyRequests) String

func (o *ListViewsTooManyRequests) String() string

type PopulateForbidden

type PopulateForbidden struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.MsaReplyMetaOnly
}

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

Forbidden

func NewPopulateForbidden

func NewPopulateForbidden() *PopulateForbidden

NewPopulateForbidden creates a PopulateForbidden with default headers values

func (*PopulateForbidden) Code

func (o *PopulateForbidden) Code() int

Code gets the status code for the populate forbidden response

func (*PopulateForbidden) Error

func (o *PopulateForbidden) Error() string

func (*PopulateForbidden) GetPayload

func (o *PopulateForbidden) GetPayload() *models.MsaReplyMetaOnly

func (*PopulateForbidden) IsClientError

func (o *PopulateForbidden) IsClientError() bool

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

func (*PopulateForbidden) IsCode

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

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

func (*PopulateForbidden) IsRedirect

func (o *PopulateForbidden) IsRedirect() bool

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

func (*PopulateForbidden) IsServerError

func (o *PopulateForbidden) IsServerError() bool

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

func (*PopulateForbidden) IsSuccess

func (o *PopulateForbidden) IsSuccess() bool

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

func (*PopulateForbidden) String

func (o *PopulateForbidden) String() string

type PopulateOK

type PopulateOK struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	Payload *models.ClientDataIngestResponseWrapperV1
}

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

OK

func NewPopulateOK

func NewPopulateOK() *PopulateOK

NewPopulateOK creates a PopulateOK with default headers values

func (*PopulateOK) Code

func (o *PopulateOK) Code() int

Code gets the status code for the populate o k response

func (*PopulateOK) Error

func (o *PopulateOK) Error() string

func (*PopulateOK) GetPayload

func (*PopulateOK) IsClientError

func (o *PopulateOK) IsClientError() bool

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

func (*PopulateOK) IsCode

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

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

func (*PopulateOK) IsRedirect

func (o *PopulateOK) IsRedirect() bool

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

func (*PopulateOK) IsServerError

func (o *PopulateOK) IsServerError() bool

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

func (*PopulateOK) IsSuccess

func (o *PopulateOK) IsSuccess() bool

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

func (*PopulateOK) String

func (o *PopulateOK) String() string

type PopulateParams

type PopulateParams struct {

	/* AppID.

	   Application ID.
	*/
	AppID *string

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

PopulateParams contains all the parameters to send to the API endpoint

for the populate operation.

Typically these are written to a http.Request.

func NewPopulateParams

func NewPopulateParams() *PopulateParams

NewPopulateParams creates a new PopulateParams 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 NewPopulateParamsWithContext

func NewPopulateParamsWithContext(ctx context.Context) *PopulateParams

NewPopulateParamsWithContext creates a new PopulateParams object with the ability to set a context for a request.

func NewPopulateParamsWithHTTPClient

func NewPopulateParamsWithHTTPClient(client *http.Client) *PopulateParams

NewPopulateParamsWithHTTPClient creates a new PopulateParams object with the ability to set a custom HTTPClient for a request.

func NewPopulateParamsWithTimeout

func NewPopulateParamsWithTimeout(timeout time.Duration) *PopulateParams

NewPopulateParamsWithTimeout creates a new PopulateParams object with the ability to set a timeout on a request.

func (*PopulateParams) SetAppID

func (o *PopulateParams) SetAppID(appID *string)

SetAppID adds the appId to the populate params

func (*PopulateParams) SetContext

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

SetContext adds the context to the populate params

func (*PopulateParams) SetDefaults

func (o *PopulateParams) SetDefaults()

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

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

func (*PopulateParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the populate params

func (*PopulateParams) SetTimeout

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

SetTimeout adds the timeout to the populate params

func (*PopulateParams) WithAppID

func (o *PopulateParams) WithAppID(appID *string) *PopulateParams

WithAppID adds the appID to the populate params

func (*PopulateParams) WithContext

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

WithContext adds the context to the populate params

func (*PopulateParams) WithDefaults

func (o *PopulateParams) WithDefaults() *PopulateParams

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

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

func (*PopulateParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the populate params

func (*PopulateParams) WithTimeout

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

WithTimeout adds the timeout to the populate params

func (*PopulateParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type PopulateReader

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

PopulateReader is a Reader for the Populate structure.

func (*PopulateReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PopulateTooManyRequests

type PopulateTooManyRequests struct {

	/* Trace-ID: submit to support if resolving an issue
	 */
	XCSTRACEID string

	/* Request limit per minute.
	 */
	XRateLimitLimit int64

	/* The number of requests remaining for the sliding one minute window.
	 */
	XRateLimitRemaining int64

	/* Too many requests, retry after this time (as milliseconds since epoch)
	 */
	XRateLimitRetryAfter int64

	Payload *models.MsaReplyMetaOnly
}

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

Too Many Requests

func NewPopulateTooManyRequests

func NewPopulateTooManyRequests() *PopulateTooManyRequests

NewPopulateTooManyRequests creates a PopulateTooManyRequests with default headers values

func (*PopulateTooManyRequests) Code

func (o *PopulateTooManyRequests) Code() int

Code gets the status code for the populate too many requests response

func (*PopulateTooManyRequests) Error

func (o *PopulateTooManyRequests) Error() string

func (*PopulateTooManyRequests) GetPayload

func (*PopulateTooManyRequests) IsClientError

func (o *PopulateTooManyRequests) IsClientError() bool

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

func (*PopulateTooManyRequests) IsCode

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

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

func (*PopulateTooManyRequests) IsRedirect

func (o *PopulateTooManyRequests) IsRedirect() bool

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

func (*PopulateTooManyRequests) IsServerError

func (o *PopulateTooManyRequests) IsServerError() bool

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

func (*PopulateTooManyRequests) IsSuccess

func (o *PopulateTooManyRequests) IsSuccess() bool

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

func (*PopulateTooManyRequests) String

func (o *PopulateTooManyRequests) String() string

Jump to

Keyboard shortcuts

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