Documentation
¶
Index ¶
- type Client
- func (a *Client) DownloadResults(params *DownloadResultsParams, writer io.Writer, opts ...ClientOption) (*DownloadResultsOK, error)
- func (a *Client) Execute(params *ExecuteParams, opts ...ClientOption) (*ExecuteOK, error)
- func (a *Client) ExecuteDynamic(params *ExecuteDynamicParams, opts ...ClientOption) (*ExecuteDynamicOK, error)
- func (a *Client) GetSearchResults(params *GetSearchResultsParams, opts ...ClientOption) (*GetSearchResultsOK, error)
- func (a *Client) IngestData(params *IngestDataParams, opts ...ClientOption) (*IngestDataOK, error)
- func (a *Client) ListRepos(params *ListReposParams, opts ...ClientOption) (*ListReposOK, error)
- func (a *Client) ListViews(params *ListViewsParams, opts ...ClientOption) (*ListViewsOK, error)
- func (a *Client) Populate(params *PopulateParams, opts ...ClientOption) (*PopulateOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- type ClientOption
- type ClientService
- type DownloadResultsBadRequest
- func (o *DownloadResultsBadRequest) Code() int
- func (o *DownloadResultsBadRequest) Error() string
- func (o *DownloadResultsBadRequest) GetPayload() *models.APIEntitiesResponse
- func (o *DownloadResultsBadRequest) IsClientError() bool
- func (o *DownloadResultsBadRequest) IsCode(code int) bool
- func (o *DownloadResultsBadRequest) IsRedirect() bool
- func (o *DownloadResultsBadRequest) IsServerError() bool
- func (o *DownloadResultsBadRequest) IsSuccess() bool
- func (o *DownloadResultsBadRequest) String() string
- type DownloadResultsForbidden
- func (o *DownloadResultsForbidden) Code() int
- func (o *DownloadResultsForbidden) Error() string
- func (o *DownloadResultsForbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *DownloadResultsForbidden) IsClientError() bool
- func (o *DownloadResultsForbidden) IsCode(code int) bool
- func (o *DownloadResultsForbidden) IsRedirect() bool
- func (o *DownloadResultsForbidden) IsServerError() bool
- func (o *DownloadResultsForbidden) IsSuccess() bool
- func (o *DownloadResultsForbidden) String() string
- type DownloadResultsInternalServerError
- func (o *DownloadResultsInternalServerError) Code() int
- func (o *DownloadResultsInternalServerError) Error() string
- func (o *DownloadResultsInternalServerError) GetPayload() *models.APIEntitiesResponse
- func (o *DownloadResultsInternalServerError) IsClientError() bool
- func (o *DownloadResultsInternalServerError) IsCode(code int) bool
- func (o *DownloadResultsInternalServerError) IsRedirect() bool
- func (o *DownloadResultsInternalServerError) IsServerError() bool
- func (o *DownloadResultsInternalServerError) IsSuccess() bool
- func (o *DownloadResultsInternalServerError) String() string
- type DownloadResultsNotFound
- func (o *DownloadResultsNotFound) Code() int
- func (o *DownloadResultsNotFound) Error() string
- func (o *DownloadResultsNotFound) GetPayload() *models.APIEntitiesResponse
- func (o *DownloadResultsNotFound) IsClientError() bool
- func (o *DownloadResultsNotFound) IsCode(code int) bool
- func (o *DownloadResultsNotFound) IsRedirect() bool
- func (o *DownloadResultsNotFound) IsServerError() bool
- func (o *DownloadResultsNotFound) IsSuccess() bool
- func (o *DownloadResultsNotFound) String() string
- type DownloadResultsOK
- func (o *DownloadResultsOK) Code() int
- func (o *DownloadResultsOK) Error() string
- func (o *DownloadResultsOK) GetPayload() io.Writer
- func (o *DownloadResultsOK) IsClientError() bool
- func (o *DownloadResultsOK) IsCode(code int) bool
- func (o *DownloadResultsOK) IsRedirect() bool
- func (o *DownloadResultsOK) IsServerError() bool
- func (o *DownloadResultsOK) IsSuccess() bool
- func (o *DownloadResultsOK) String() string
- type DownloadResultsParams
- func NewDownloadResultsParams() *DownloadResultsParams
- func NewDownloadResultsParamsWithContext(ctx context.Context) *DownloadResultsParams
- func NewDownloadResultsParamsWithHTTPClient(client *http.Client) *DownloadResultsParams
- func NewDownloadResultsParamsWithTimeout(timeout time.Duration) *DownloadResultsParams
- func (o *DownloadResultsParams) SetContext(ctx context.Context)
- func (o *DownloadResultsParams) SetDefaults()
- func (o *DownloadResultsParams) SetHTTPClient(client *http.Client)
- func (o *DownloadResultsParams) SetJobID(jobID string)
- func (o *DownloadResultsParams) SetResultFormat(resultFormat *string)
- func (o *DownloadResultsParams) SetTimeout(timeout time.Duration)
- func (o *DownloadResultsParams) WithContext(ctx context.Context) *DownloadResultsParams
- func (o *DownloadResultsParams) WithDefaults() *DownloadResultsParams
- func (o *DownloadResultsParams) WithHTTPClient(client *http.Client) *DownloadResultsParams
- func (o *DownloadResultsParams) WithJobID(jobID string) *DownloadResultsParams
- func (o *DownloadResultsParams) WithResultFormat(resultFormat *string) *DownloadResultsParams
- func (o *DownloadResultsParams) WithTimeout(timeout time.Duration) *DownloadResultsParams
- func (o *DownloadResultsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DownloadResultsReader
- type DownloadResultsTooManyRequests
- func (o *DownloadResultsTooManyRequests) Code() int
- func (o *DownloadResultsTooManyRequests) Error() string
- func (o *DownloadResultsTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *DownloadResultsTooManyRequests) IsClientError() bool
- func (o *DownloadResultsTooManyRequests) IsCode(code int) bool
- func (o *DownloadResultsTooManyRequests) IsRedirect() bool
- func (o *DownloadResultsTooManyRequests) IsServerError() bool
- func (o *DownloadResultsTooManyRequests) IsSuccess() bool
- func (o *DownloadResultsTooManyRequests) String() string
- type DownloadResultsUnauthorized
- func (o *DownloadResultsUnauthorized) Code() int
- func (o *DownloadResultsUnauthorized) Error() string
- func (o *DownloadResultsUnauthorized) GetPayload() *models.APIEntitiesResponse
- func (o *DownloadResultsUnauthorized) IsClientError() bool
- func (o *DownloadResultsUnauthorized) IsCode(code int) bool
- func (o *DownloadResultsUnauthorized) IsRedirect() bool
- func (o *DownloadResultsUnauthorized) IsServerError() bool
- func (o *DownloadResultsUnauthorized) IsSuccess() bool
- func (o *DownloadResultsUnauthorized) String() string
- type ExecuteDynamicForbidden
- func (o *ExecuteDynamicForbidden) Code() int
- func (o *ExecuteDynamicForbidden) Error() string
- func (o *ExecuteDynamicForbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *ExecuteDynamicForbidden) IsClientError() bool
- func (o *ExecuteDynamicForbidden) IsCode(code int) bool
- func (o *ExecuteDynamicForbidden) IsRedirect() bool
- func (o *ExecuteDynamicForbidden) IsServerError() bool
- func (o *ExecuteDynamicForbidden) IsSuccess() bool
- func (o *ExecuteDynamicForbidden) String() string
- type ExecuteDynamicOK
- func (o *ExecuteDynamicOK) Code() int
- func (o *ExecuteDynamicOK) Error() string
- func (o *ExecuteDynamicOK) GetPayload() *models.ApidomainQueryResponseWrapperV1
- func (o *ExecuteDynamicOK) IsClientError() bool
- func (o *ExecuteDynamicOK) IsCode(code int) bool
- func (o *ExecuteDynamicOK) IsRedirect() bool
- func (o *ExecuteDynamicOK) IsServerError() bool
- func (o *ExecuteDynamicOK) IsSuccess() bool
- func (o *ExecuteDynamicOK) String() string
- type ExecuteDynamicParams
- func NewExecuteDynamicParams() *ExecuteDynamicParams
- func NewExecuteDynamicParamsWithContext(ctx context.Context) *ExecuteDynamicParams
- func NewExecuteDynamicParamsWithHTTPClient(client *http.Client) *ExecuteDynamicParams
- func NewExecuteDynamicParamsWithTimeout(timeout time.Duration) *ExecuteDynamicParams
- func (o *ExecuteDynamicParams) SetAppID(appID *string)
- func (o *ExecuteDynamicParams) SetBody(body *models.ApidomainDynamicExecuteSearchRequestV1)
- func (o *ExecuteDynamicParams) SetContext(ctx context.Context)
- func (o *ExecuteDynamicParams) SetDefaults()
- func (o *ExecuteDynamicParams) SetHTTPClient(client *http.Client)
- func (o *ExecuteDynamicParams) SetIncludeSchemaGeneration(includeSchemaGeneration *bool)
- func (o *ExecuteDynamicParams) SetIncludeTestData(includeTestData *bool)
- func (o *ExecuteDynamicParams) SetMetadata(metadata *bool)
- func (o *ExecuteDynamicParams) SetMode(mode *string)
- func (o *ExecuteDynamicParams) SetTimeout(timeout time.Duration)
- func (o *ExecuteDynamicParams) WithAppID(appID *string) *ExecuteDynamicParams
- func (o *ExecuteDynamicParams) WithBody(body *models.ApidomainDynamicExecuteSearchRequestV1) *ExecuteDynamicParams
- func (o *ExecuteDynamicParams) WithContext(ctx context.Context) *ExecuteDynamicParams
- func (o *ExecuteDynamicParams) WithDefaults() *ExecuteDynamicParams
- func (o *ExecuteDynamicParams) WithHTTPClient(client *http.Client) *ExecuteDynamicParams
- func (o *ExecuteDynamicParams) WithIncludeSchemaGeneration(includeSchemaGeneration *bool) *ExecuteDynamicParams
- func (o *ExecuteDynamicParams) WithIncludeTestData(includeTestData *bool) *ExecuteDynamicParams
- func (o *ExecuteDynamicParams) WithMetadata(metadata *bool) *ExecuteDynamicParams
- func (o *ExecuteDynamicParams) WithMode(mode *string) *ExecuteDynamicParams
- func (o *ExecuteDynamicParams) WithTimeout(timeout time.Duration) *ExecuteDynamicParams
- func (o *ExecuteDynamicParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ExecuteDynamicReader
- type ExecuteDynamicTooManyRequests
- func (o *ExecuteDynamicTooManyRequests) Code() int
- func (o *ExecuteDynamicTooManyRequests) Error() string
- func (o *ExecuteDynamicTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *ExecuteDynamicTooManyRequests) IsClientError() bool
- func (o *ExecuteDynamicTooManyRequests) IsCode(code int) bool
- func (o *ExecuteDynamicTooManyRequests) IsRedirect() bool
- func (o *ExecuteDynamicTooManyRequests) IsServerError() bool
- func (o *ExecuteDynamicTooManyRequests) IsSuccess() bool
- func (o *ExecuteDynamicTooManyRequests) String() string
- type ExecuteForbidden
- func (o *ExecuteForbidden) Code() int
- func (o *ExecuteForbidden) Error() string
- func (o *ExecuteForbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *ExecuteForbidden) IsClientError() bool
- func (o *ExecuteForbidden) IsCode(code int) bool
- func (o *ExecuteForbidden) IsRedirect() bool
- func (o *ExecuteForbidden) IsServerError() bool
- func (o *ExecuteForbidden) IsSuccess() bool
- func (o *ExecuteForbidden) String() string
- type ExecuteOK
- func (o *ExecuteOK) Code() int
- func (o *ExecuteOK) Error() string
- func (o *ExecuteOK) GetPayload() *models.ApidomainQueryResponseWrapperV1
- func (o *ExecuteOK) IsClientError() bool
- func (o *ExecuteOK) IsCode(code int) bool
- func (o *ExecuteOK) IsRedirect() bool
- func (o *ExecuteOK) IsServerError() bool
- func (o *ExecuteOK) IsSuccess() bool
- func (o *ExecuteOK) String() string
- type ExecuteParams
- func (o *ExecuteParams) SetAppID(appID *string)
- func (o *ExecuteParams) SetBody(body *models.ApidomainSavedSearchExecuteRequestV1)
- func (o *ExecuteParams) SetContext(ctx context.Context)
- func (o *ExecuteParams) SetDefaults()
- func (o *ExecuteParams) SetDetailed(detailed *bool)
- func (o *ExecuteParams) SetHTTPClient(client *http.Client)
- func (o *ExecuteParams) SetIncludeTestData(includeTestData *bool)
- func (o *ExecuteParams) SetMetadata(metadata *bool)
- func (o *ExecuteParams) SetTimeout(timeout time.Duration)
- func (o *ExecuteParams) WithAppID(appID *string) *ExecuteParams
- func (o *ExecuteParams) WithBody(body *models.ApidomainSavedSearchExecuteRequestV1) *ExecuteParams
- func (o *ExecuteParams) WithContext(ctx context.Context) *ExecuteParams
- func (o *ExecuteParams) WithDefaults() *ExecuteParams
- func (o *ExecuteParams) WithDetailed(detailed *bool) *ExecuteParams
- func (o *ExecuteParams) WithHTTPClient(client *http.Client) *ExecuteParams
- func (o *ExecuteParams) WithIncludeTestData(includeTestData *bool) *ExecuteParams
- func (o *ExecuteParams) WithMetadata(metadata *bool) *ExecuteParams
- func (o *ExecuteParams) WithTimeout(timeout time.Duration) *ExecuteParams
- func (o *ExecuteParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ExecuteReader
- type ExecuteTooManyRequests
- func (o *ExecuteTooManyRequests) Code() int
- func (o *ExecuteTooManyRequests) Error() string
- func (o *ExecuteTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *ExecuteTooManyRequests) IsClientError() bool
- func (o *ExecuteTooManyRequests) IsCode(code int) bool
- func (o *ExecuteTooManyRequests) IsRedirect() bool
- func (o *ExecuteTooManyRequests) IsServerError() bool
- func (o *ExecuteTooManyRequests) IsSuccess() bool
- func (o *ExecuteTooManyRequests) String() string
- type GetSearchResultsForbidden
- func (o *GetSearchResultsForbidden) Code() int
- func (o *GetSearchResultsForbidden) Error() string
- func (o *GetSearchResultsForbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetSearchResultsForbidden) IsClientError() bool
- func (o *GetSearchResultsForbidden) IsCode(code int) bool
- func (o *GetSearchResultsForbidden) IsRedirect() bool
- func (o *GetSearchResultsForbidden) IsServerError() bool
- func (o *GetSearchResultsForbidden) IsSuccess() bool
- func (o *GetSearchResultsForbidden) String() string
- type GetSearchResultsOK
- func (o *GetSearchResultsOK) Code() int
- func (o *GetSearchResultsOK) Error() string
- func (o *GetSearchResultsOK) GetPayload() *models.ApidomainQueryResponseWrapperV1
- func (o *GetSearchResultsOK) IsClientError() bool
- func (o *GetSearchResultsOK) IsCode(code int) bool
- func (o *GetSearchResultsOK) IsRedirect() bool
- func (o *GetSearchResultsOK) IsServerError() bool
- func (o *GetSearchResultsOK) IsSuccess() bool
- func (o *GetSearchResultsOK) String() string
- type GetSearchResultsParams
- func NewGetSearchResultsParams() *GetSearchResultsParams
- func NewGetSearchResultsParamsWithContext(ctx context.Context) *GetSearchResultsParams
- func NewGetSearchResultsParamsWithHTTPClient(client *http.Client) *GetSearchResultsParams
- func NewGetSearchResultsParamsWithTimeout(timeout time.Duration) *GetSearchResultsParams
- func (o *GetSearchResultsParams) SetAppID(appID *string)
- func (o *GetSearchResultsParams) SetContext(ctx context.Context)
- func (o *GetSearchResultsParams) SetDefaults()
- func (o *GetSearchResultsParams) SetHTTPClient(client *http.Client)
- func (o *GetSearchResultsParams) SetJobID(jobID string)
- func (o *GetSearchResultsParams) SetLimit(limit *string)
- func (o *GetSearchResultsParams) SetMetadata(metadata *bool)
- func (o *GetSearchResultsParams) SetOffset(offset *string)
- func (o *GetSearchResultsParams) SetTimeout(timeout time.Duration)
- func (o *GetSearchResultsParams) WithAppID(appID *string) *GetSearchResultsParams
- func (o *GetSearchResultsParams) WithContext(ctx context.Context) *GetSearchResultsParams
- func (o *GetSearchResultsParams) WithDefaults() *GetSearchResultsParams
- func (o *GetSearchResultsParams) WithHTTPClient(client *http.Client) *GetSearchResultsParams
- func (o *GetSearchResultsParams) WithJobID(jobID string) *GetSearchResultsParams
- func (o *GetSearchResultsParams) WithLimit(limit *string) *GetSearchResultsParams
- func (o *GetSearchResultsParams) WithMetadata(metadata *bool) *GetSearchResultsParams
- func (o *GetSearchResultsParams) WithOffset(offset *string) *GetSearchResultsParams
- func (o *GetSearchResultsParams) WithTimeout(timeout time.Duration) *GetSearchResultsParams
- func (o *GetSearchResultsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetSearchResultsReader
- type GetSearchResultsTooManyRequests
- func (o *GetSearchResultsTooManyRequests) Code() int
- func (o *GetSearchResultsTooManyRequests) Error() string
- func (o *GetSearchResultsTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *GetSearchResultsTooManyRequests) IsClientError() bool
- func (o *GetSearchResultsTooManyRequests) IsCode(code int) bool
- func (o *GetSearchResultsTooManyRequests) IsRedirect() bool
- func (o *GetSearchResultsTooManyRequests) IsServerError() bool
- func (o *GetSearchResultsTooManyRequests) IsSuccess() bool
- func (o *GetSearchResultsTooManyRequests) String() string
- type IngestDataForbidden
- func (o *IngestDataForbidden) Code() int
- func (o *IngestDataForbidden) Error() string
- func (o *IngestDataForbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *IngestDataForbidden) IsClientError() bool
- func (o *IngestDataForbidden) IsCode(code int) bool
- func (o *IngestDataForbidden) IsRedirect() bool
- func (o *IngestDataForbidden) IsServerError() bool
- func (o *IngestDataForbidden) IsSuccess() bool
- func (o *IngestDataForbidden) String() string
- type IngestDataOK
- func (o *IngestDataOK) Code() int
- func (o *IngestDataOK) Error() string
- func (o *IngestDataOK) GetPayload() *models.ClientDataIngestResponseWrapperV1
- func (o *IngestDataOK) IsClientError() bool
- func (o *IngestDataOK) IsCode(code int) bool
- func (o *IngestDataOK) IsRedirect() bool
- func (o *IngestDataOK) IsServerError() bool
- func (o *IngestDataOK) IsSuccess() bool
- func (o *IngestDataOK) String() string
- type IngestDataParams
- func (o *IngestDataParams) SetContext(ctx context.Context)
- func (o *IngestDataParams) SetDataFile(dataFile runtime.NamedReadCloser)
- func (o *IngestDataParams) SetDefaults()
- func (o *IngestDataParams) SetHTTPClient(client *http.Client)
- func (o *IngestDataParams) SetTag(tag []string)
- func (o *IngestDataParams) SetTagSource(tagSource *string)
- func (o *IngestDataParams) SetTestData(testData *bool)
- func (o *IngestDataParams) SetTimeout(timeout time.Duration)
- func (o *IngestDataParams) WithContext(ctx context.Context) *IngestDataParams
- func (o *IngestDataParams) WithDataFile(dataFile runtime.NamedReadCloser) *IngestDataParams
- func (o *IngestDataParams) WithDefaults() *IngestDataParams
- func (o *IngestDataParams) WithHTTPClient(client *http.Client) *IngestDataParams
- func (o *IngestDataParams) WithTag(tag []string) *IngestDataParams
- func (o *IngestDataParams) WithTagSource(tagSource *string) *IngestDataParams
- func (o *IngestDataParams) WithTestData(testData *bool) *IngestDataParams
- func (o *IngestDataParams) WithTimeout(timeout time.Duration) *IngestDataParams
- func (o *IngestDataParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type IngestDataReader
- type IngestDataTooManyRequests
- func (o *IngestDataTooManyRequests) Code() int
- func (o *IngestDataTooManyRequests) Error() string
- func (o *IngestDataTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *IngestDataTooManyRequests) IsClientError() bool
- func (o *IngestDataTooManyRequests) IsCode(code int) bool
- func (o *IngestDataTooManyRequests) IsRedirect() bool
- func (o *IngestDataTooManyRequests) IsServerError() bool
- func (o *IngestDataTooManyRequests) IsSuccess() bool
- func (o *IngestDataTooManyRequests) String() string
- type ListReposForbidden
- func (o *ListReposForbidden) Code() int
- func (o *ListReposForbidden) Error() string
- func (o *ListReposForbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *ListReposForbidden) IsClientError() bool
- func (o *ListReposForbidden) IsCode(code int) bool
- func (o *ListReposForbidden) IsRedirect() bool
- func (o *ListReposForbidden) IsServerError() bool
- func (o *ListReposForbidden) IsSuccess() bool
- func (o *ListReposForbidden) String() string
- type ListReposOK
- func (o *ListReposOK) Code() int
- func (o *ListReposOK) Error() string
- func (o *ListReposOK) GetPayload() *models.ApidomainRepoViewListItemWrapperV1
- func (o *ListReposOK) IsClientError() bool
- func (o *ListReposOK) IsCode(code int) bool
- func (o *ListReposOK) IsRedirect() bool
- func (o *ListReposOK) IsServerError() bool
- func (o *ListReposOK) IsSuccess() bool
- func (o *ListReposOK) String() string
- type ListReposParams
- func (o *ListReposParams) SetCheckTestData(checkTestData *bool)
- func (o *ListReposParams) SetContext(ctx context.Context)
- func (o *ListReposParams) SetDefaults()
- func (o *ListReposParams) SetHTTPClient(client *http.Client)
- func (o *ListReposParams) SetTimeout(timeout time.Duration)
- func (o *ListReposParams) WithCheckTestData(checkTestData *bool) *ListReposParams
- func (o *ListReposParams) WithContext(ctx context.Context) *ListReposParams
- func (o *ListReposParams) WithDefaults() *ListReposParams
- func (o *ListReposParams) WithHTTPClient(client *http.Client) *ListReposParams
- func (o *ListReposParams) WithTimeout(timeout time.Duration) *ListReposParams
- func (o *ListReposParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListReposReader
- type ListReposTooManyRequests
- func (o *ListReposTooManyRequests) Code() int
- func (o *ListReposTooManyRequests) Error() string
- func (o *ListReposTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *ListReposTooManyRequests) IsClientError() bool
- func (o *ListReposTooManyRequests) IsCode(code int) bool
- func (o *ListReposTooManyRequests) IsRedirect() bool
- func (o *ListReposTooManyRequests) IsServerError() bool
- func (o *ListReposTooManyRequests) IsSuccess() bool
- func (o *ListReposTooManyRequests) String() string
- type ListViewsForbidden
- func (o *ListViewsForbidden) Code() int
- func (o *ListViewsForbidden) Error() string
- func (o *ListViewsForbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *ListViewsForbidden) IsClientError() bool
- func (o *ListViewsForbidden) IsCode(code int) bool
- func (o *ListViewsForbidden) IsRedirect() bool
- func (o *ListViewsForbidden) IsServerError() bool
- func (o *ListViewsForbidden) IsSuccess() bool
- func (o *ListViewsForbidden) String() string
- type ListViewsOK
- func (o *ListViewsOK) Code() int
- func (o *ListViewsOK) Error() string
- func (o *ListViewsOK) GetPayload() *models.ApidomainRepoViewListItemWrapperV1
- func (o *ListViewsOK) IsClientError() bool
- func (o *ListViewsOK) IsCode(code int) bool
- func (o *ListViewsOK) IsRedirect() bool
- func (o *ListViewsOK) IsServerError() bool
- func (o *ListViewsOK) IsSuccess() bool
- func (o *ListViewsOK) String() string
- type ListViewsParams
- func (o *ListViewsParams) SetCheckTestData(checkTestData *bool)
- func (o *ListViewsParams) SetContext(ctx context.Context)
- func (o *ListViewsParams) SetDefaults()
- func (o *ListViewsParams) SetHTTPClient(client *http.Client)
- func (o *ListViewsParams) SetTimeout(timeout time.Duration)
- func (o *ListViewsParams) WithCheckTestData(checkTestData *bool) *ListViewsParams
- func (o *ListViewsParams) WithContext(ctx context.Context) *ListViewsParams
- func (o *ListViewsParams) WithDefaults() *ListViewsParams
- func (o *ListViewsParams) WithHTTPClient(client *http.Client) *ListViewsParams
- func (o *ListViewsParams) WithTimeout(timeout time.Duration) *ListViewsParams
- func (o *ListViewsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListViewsReader
- type ListViewsTooManyRequests
- func (o *ListViewsTooManyRequests) Code() int
- func (o *ListViewsTooManyRequests) Error() string
- func (o *ListViewsTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *ListViewsTooManyRequests) IsClientError() bool
- func (o *ListViewsTooManyRequests) IsCode(code int) bool
- func (o *ListViewsTooManyRequests) IsRedirect() bool
- func (o *ListViewsTooManyRequests) IsServerError() bool
- func (o *ListViewsTooManyRequests) IsSuccess() bool
- func (o *ListViewsTooManyRequests) String() string
- type PopulateForbidden
- func (o *PopulateForbidden) Code() int
- func (o *PopulateForbidden) Error() string
- func (o *PopulateForbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *PopulateForbidden) IsClientError() bool
- func (o *PopulateForbidden) IsCode(code int) bool
- func (o *PopulateForbidden) IsRedirect() bool
- func (o *PopulateForbidden) IsServerError() bool
- func (o *PopulateForbidden) IsSuccess() bool
- func (o *PopulateForbidden) String() string
- type PopulateOK
- func (o *PopulateOK) Code() int
- func (o *PopulateOK) Error() string
- func (o *PopulateOK) GetPayload() *models.ClientDataIngestResponseWrapperV1
- func (o *PopulateOK) IsClientError() bool
- func (o *PopulateOK) IsCode(code int) bool
- func (o *PopulateOK) IsRedirect() bool
- func (o *PopulateOK) IsServerError() bool
- func (o *PopulateOK) IsSuccess() bool
- func (o *PopulateOK) String() string
- type PopulateParams
- func (o *PopulateParams) SetAppID(appID *string)
- func (o *PopulateParams) SetContext(ctx context.Context)
- func (o *PopulateParams) SetDefaults()
- func (o *PopulateParams) SetHTTPClient(client *http.Client)
- func (o *PopulateParams) SetTimeout(timeout time.Duration)
- func (o *PopulateParams) WithAppID(appID *string) *PopulateParams
- func (o *PopulateParams) WithContext(ctx context.Context) *PopulateParams
- func (o *PopulateParams) WithDefaults() *PopulateParams
- func (o *PopulateParams) WithHTTPClient(client *http.Client) *PopulateParams
- func (o *PopulateParams) WithTimeout(timeout time.Duration) *PopulateParams
- func (o *PopulateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PopulateReader
- type PopulateTooManyRequests
- func (o *PopulateTooManyRequests) Code() int
- func (o *PopulateTooManyRequests) Error() string
- func (o *PopulateTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *PopulateTooManyRequests) IsClientError() bool
- func (o *PopulateTooManyRequests) IsCode(code int) bool
- func (o *PopulateTooManyRequests) IsRedirect() bool
- func (o *PopulateTooManyRequests) IsServerError() bool
- func (o *PopulateTooManyRequests) IsSuccess() bool
- func (o *PopulateTooManyRequests) String() string
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 (o *DownloadResultsBadRequest) GetPayload() *models.APIEntitiesResponse
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 (o *DownloadResultsForbidden) GetPayload() *models.MsaReplyMetaOnly
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 ¶
func (o *DownloadResultsInternalServerError) Code() int
Code gets the status code for the download results internal server error response
func (*DownloadResultsInternalServerError) Error ¶
func (o *DownloadResultsInternalServerError) Error() string
func (*DownloadResultsInternalServerError) GetPayload ¶
func (o *DownloadResultsInternalServerError) GetPayload() *models.APIEntitiesResponse
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 ¶
func (o *DownloadResultsInternalServerError) IsCode(code int) bool
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 ¶
func (o *DownloadResultsInternalServerError) IsSuccess() bool
IsSuccess returns true when this download results internal server error response has a 2xx status code
func (*DownloadResultsInternalServerError) String ¶
func (o *DownloadResultsInternalServerError) String() 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 (o *DownloadResultsNotFound) GetPayload() *models.APIEntitiesResponse
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 ¶
func (o *DownloadResultsParams) WithContext(ctx context.Context) *DownloadResultsParams
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 ¶
func (o *DownloadResultsTooManyRequests) Code() int
Code gets the status code for the download results too many requests response
func (*DownloadResultsTooManyRequests) Error ¶
func (o *DownloadResultsTooManyRequests) Error() string
func (*DownloadResultsTooManyRequests) GetPayload ¶
func (o *DownloadResultsTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
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 ¶
func (o *DownloadResultsTooManyRequests) String() string
type DownloadResultsUnauthorized ¶
type DownloadResultsUnauthorized struct { string XRateLimitLimit int64 XRateLimitRemaining int64 }XCSTRACEID
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 (o *DownloadResultsUnauthorized) Error() string
func (*DownloadResultsUnauthorized) GetPayload ¶
func (o *DownloadResultsUnauthorized) GetPayload() *models.APIEntitiesResponse
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 (o *ExecuteDynamicForbidden) GetPayload() *models.MsaReplyMetaOnly
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 (o *ExecuteDynamicOK) GetPayload() *models.ApidomainQueryResponseWrapperV1
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 ¶
func (o *ExecuteDynamicParams) SetBody(body *models.ApidomainDynamicExecuteSearchRequestV1)
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 ¶
func (o *ExecuteDynamicParams) WithBody(body *models.ApidomainDynamicExecuteSearchRequestV1) *ExecuteDynamicParams
WithBody adds the body to the execute dynamic params
func (*ExecuteDynamicParams) WithContext ¶
func (o *ExecuteDynamicParams) WithContext(ctx context.Context) *ExecuteDynamicParams
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 ¶
func (o *ExecuteDynamicTooManyRequests) Code() int
Code gets the status code for the execute dynamic too many requests response
func (*ExecuteDynamicTooManyRequests) Error ¶
func (o *ExecuteDynamicTooManyRequests) Error() string
func (*ExecuteDynamicTooManyRequests) GetPayload ¶
func (o *ExecuteDynamicTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
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 ¶
func (o *ExecuteDynamicTooManyRequests) String() 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) GetPayload ¶
func (o *ExecuteOK) GetPayload() *models.ApidomainQueryResponseWrapperV1
func (*ExecuteOK) IsClientError ¶
IsClientError returns true when this execute o k response has a 4xx status code
func (*ExecuteOK) IsCode ¶
IsCode returns true when this execute o k response a status code equal to that given
func (*ExecuteOK) IsRedirect ¶
IsRedirect returns true when this execute o k response has a 3xx status code
func (*ExecuteOK) IsServerError ¶
IsServerError returns true when this execute o k response has a 5xx status code
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 ¶
func (o *ExecuteParams) SetBody(body *models.ApidomainSavedSearchExecuteRequestV1)
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 ¶
func (o *ExecuteParams) WithBody(body *models.ApidomainSavedSearchExecuteRequestV1) *ExecuteParams
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 (o *ExecuteTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
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 (o *GetSearchResultsForbidden) GetPayload() *models.MsaReplyMetaOnly
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 (o *GetSearchResultsOK) GetPayload() *models.ApidomainQueryResponseWrapperV1
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 ¶
func (o *GetSearchResultsParams) WithAppID(appID *string) *GetSearchResultsParams
WithAppID adds the appID to the get search results params
func (*GetSearchResultsParams) WithContext ¶
func (o *GetSearchResultsParams) WithContext(ctx context.Context) *GetSearchResultsParams
WithContext adds the context to the get search results params
func (*GetSearchResultsParams) WithDefaults ¶
func (o *GetSearchResultsParams) WithDefaults() *GetSearchResultsParams
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 ¶
func (o *GetSearchResultsParams) WithJobID(jobID string) *GetSearchResultsParams
WithJobID adds the jobID to the get search results params
func (*GetSearchResultsParams) WithLimit ¶
func (o *GetSearchResultsParams) WithLimit(limit *string) *GetSearchResultsParams
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 ¶
func (o *GetSearchResultsParams) WithTimeout(timeout time.Duration) *GetSearchResultsParams
WithTimeout adds the timeout to the get search results params
func (*GetSearchResultsParams) WriteToRequest ¶
func (o *GetSearchResultsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *GetSearchResultsTooManyRequests) Code() int
Code gets the status code for the get search results too many requests response
func (*GetSearchResultsTooManyRequests) Error ¶
func (o *GetSearchResultsTooManyRequests) Error() string
func (*GetSearchResultsTooManyRequests) GetPayload ¶
func (o *GetSearchResultsTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
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 ¶
func (o *GetSearchResultsTooManyRequests) String() 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 (o *IngestDataOK) GetPayload() *models.ClientDataIngestResponseWrapperV1
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 (o *IngestDataTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
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 (o *ListReposOK) GetPayload() *models.ApidomainRepoViewListItemWrapperV1
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 (o *ListReposTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
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 (o *ListViewsOK) GetPayload() *models.ApidomainRepoViewListItemWrapperV1
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 (o *ListViewsTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
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 (o *PopulateOK) GetPayload() *models.ClientDataIngestResponseWrapperV1
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 (o *PopulateTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
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
Source Files
¶
- download_results_parameters.go
- download_results_responses.go
- execute_dynamic_parameters.go
- execute_dynamic_responses.go
- execute_parameters.go
- execute_responses.go
- foundry_logscale_client.go
- get_search_results_parameters.go
- get_search_results_responses.go
- ingest_data_parameters.go
- ingest_data_responses.go
- list_repos_parameters.go
- list_repos_responses.go
- list_views_parameters.go
- list_views_responses.go
- populate_parameters.go
- populate_responses.go