Documentation ¶
Index ¶
- type Client
- func (a *Client) CreateRegistryEntities(params *CreateRegistryEntitiesParams, opts ...ClientOption) (*CreateRegistryEntitiesCreated, error)
- func (a *Client) DeleteRegistryEntities(params *DeleteRegistryEntitiesParams, opts ...ClientOption) (*DeleteRegistryEntitiesOK, error)
- func (a *Client) DownloadExportFile(params *DownloadExportFileParams, opts ...ClientOption) (*DownloadExportFileOK, error)
- func (a *Client) LaunchExportJob(params *LaunchExportJobParams, opts ...ClientOption) (*LaunchExportJobOK, error)
- func (a *Client) QueryExportJobs(params *QueryExportJobsParams, opts ...ClientOption) (*QueryExportJobsOK, error)
- func (a *Client) ReadExportJobs(params *ReadExportJobsParams, opts ...ClientOption) (*ReadExportJobsOK, error)
- func (a *Client) ReadRegistryEntities(params *ReadRegistryEntitiesParams, opts ...ClientOption) (*ReadRegistryEntitiesOK, error)
- func (a *Client) ReadRegistryEntitiesByUUID(params *ReadRegistryEntitiesByUUIDParams, opts ...ClientOption) (*ReadRegistryEntitiesByUUIDOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- func (a *Client) UpdateRegistryEntities(params *UpdateRegistryEntitiesParams, opts ...ClientOption) (*UpdateRegistryEntitiesOK, error)
- type ClientOption
- type ClientService
- type CreateRegistryEntitiesBadRequest
- func (o *CreateRegistryEntitiesBadRequest) Code() int
- func (o *CreateRegistryEntitiesBadRequest) Error() string
- func (o *CreateRegistryEntitiesBadRequest) GetPayload() *models.DomainExternalRegistryResponse
- func (o *CreateRegistryEntitiesBadRequest) IsClientError() bool
- func (o *CreateRegistryEntitiesBadRequest) IsCode(code int) bool
- func (o *CreateRegistryEntitiesBadRequest) IsRedirect() bool
- func (o *CreateRegistryEntitiesBadRequest) IsServerError() bool
- func (o *CreateRegistryEntitiesBadRequest) IsSuccess() bool
- func (o *CreateRegistryEntitiesBadRequest) String() string
- type CreateRegistryEntitiesConflict
- func (o *CreateRegistryEntitiesConflict) Code() int
- func (o *CreateRegistryEntitiesConflict) Error() string
- func (o *CreateRegistryEntitiesConflict) GetPayload() *models.DomainExternalRegistryResponse
- func (o *CreateRegistryEntitiesConflict) IsClientError() bool
- func (o *CreateRegistryEntitiesConflict) IsCode(code int) bool
- func (o *CreateRegistryEntitiesConflict) IsRedirect() bool
- func (o *CreateRegistryEntitiesConflict) IsServerError() bool
- func (o *CreateRegistryEntitiesConflict) IsSuccess() bool
- func (o *CreateRegistryEntitiesConflict) String() string
- type CreateRegistryEntitiesCreated
- func (o *CreateRegistryEntitiesCreated) Code() int
- func (o *CreateRegistryEntitiesCreated) Error() string
- func (o *CreateRegistryEntitiesCreated) GetPayload() *models.DomainExternalRegistryResponse
- func (o *CreateRegistryEntitiesCreated) IsClientError() bool
- func (o *CreateRegistryEntitiesCreated) IsCode(code int) bool
- func (o *CreateRegistryEntitiesCreated) IsRedirect() bool
- func (o *CreateRegistryEntitiesCreated) IsServerError() bool
- func (o *CreateRegistryEntitiesCreated) IsSuccess() bool
- func (o *CreateRegistryEntitiesCreated) String() string
- type CreateRegistryEntitiesForbidden
- func (o *CreateRegistryEntitiesForbidden) Code() int
- func (o *CreateRegistryEntitiesForbidden) Error() string
- func (o *CreateRegistryEntitiesForbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *CreateRegistryEntitiesForbidden) IsClientError() bool
- func (o *CreateRegistryEntitiesForbidden) IsCode(code int) bool
- func (o *CreateRegistryEntitiesForbidden) IsRedirect() bool
- func (o *CreateRegistryEntitiesForbidden) IsServerError() bool
- func (o *CreateRegistryEntitiesForbidden) IsSuccess() bool
- func (o *CreateRegistryEntitiesForbidden) String() string
- type CreateRegistryEntitiesInternalServerError
- func (o *CreateRegistryEntitiesInternalServerError) Code() int
- func (o *CreateRegistryEntitiesInternalServerError) Error() string
- func (o *CreateRegistryEntitiesInternalServerError) GetPayload() *models.DomainExternalRegistryResponse
- func (o *CreateRegistryEntitiesInternalServerError) IsClientError() bool
- func (o *CreateRegistryEntitiesInternalServerError) IsCode(code int) bool
- func (o *CreateRegistryEntitiesInternalServerError) IsRedirect() bool
- func (o *CreateRegistryEntitiesInternalServerError) IsServerError() bool
- func (o *CreateRegistryEntitiesInternalServerError) IsSuccess() bool
- func (o *CreateRegistryEntitiesInternalServerError) String() string
- type CreateRegistryEntitiesParams
- func NewCreateRegistryEntitiesParams() *CreateRegistryEntitiesParams
- func NewCreateRegistryEntitiesParamsWithContext(ctx context.Context) *CreateRegistryEntitiesParams
- func NewCreateRegistryEntitiesParamsWithHTTPClient(client *http.Client) *CreateRegistryEntitiesParams
- func NewCreateRegistryEntitiesParamsWithTimeout(timeout time.Duration) *CreateRegistryEntitiesParams
- func (o *CreateRegistryEntitiesParams) SetBody(body *models.RegistryassessmentExternalRegistryPayload)
- func (o *CreateRegistryEntitiesParams) SetContext(ctx context.Context)
- func (o *CreateRegistryEntitiesParams) SetDefaults()
- func (o *CreateRegistryEntitiesParams) SetHTTPClient(client *http.Client)
- func (o *CreateRegistryEntitiesParams) SetTimeout(timeout time.Duration)
- func (o *CreateRegistryEntitiesParams) WithBody(body *models.RegistryassessmentExternalRegistryPayload) *CreateRegistryEntitiesParams
- func (o *CreateRegistryEntitiesParams) WithContext(ctx context.Context) *CreateRegistryEntitiesParams
- func (o *CreateRegistryEntitiesParams) WithDefaults() *CreateRegistryEntitiesParams
- func (o *CreateRegistryEntitiesParams) WithHTTPClient(client *http.Client) *CreateRegistryEntitiesParams
- func (o *CreateRegistryEntitiesParams) WithTimeout(timeout time.Duration) *CreateRegistryEntitiesParams
- func (o *CreateRegistryEntitiesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateRegistryEntitiesReader
- type CreateRegistryEntitiesTooManyRequests
- func (o *CreateRegistryEntitiesTooManyRequests) Code() int
- func (o *CreateRegistryEntitiesTooManyRequests) Error() string
- func (o *CreateRegistryEntitiesTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *CreateRegistryEntitiesTooManyRequests) IsClientError() bool
- func (o *CreateRegistryEntitiesTooManyRequests) IsCode(code int) bool
- func (o *CreateRegistryEntitiesTooManyRequests) IsRedirect() bool
- func (o *CreateRegistryEntitiesTooManyRequests) IsServerError() bool
- func (o *CreateRegistryEntitiesTooManyRequests) IsSuccess() bool
- func (o *CreateRegistryEntitiesTooManyRequests) String() string
- type DeleteRegistryEntitiesForbidden
- func (o *DeleteRegistryEntitiesForbidden) Code() int
- func (o *DeleteRegistryEntitiesForbidden) Error() string
- func (o *DeleteRegistryEntitiesForbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *DeleteRegistryEntitiesForbidden) IsClientError() bool
- func (o *DeleteRegistryEntitiesForbidden) IsCode(code int) bool
- func (o *DeleteRegistryEntitiesForbidden) IsRedirect() bool
- func (o *DeleteRegistryEntitiesForbidden) IsServerError() bool
- func (o *DeleteRegistryEntitiesForbidden) IsSuccess() bool
- func (o *DeleteRegistryEntitiesForbidden) String() string
- type DeleteRegistryEntitiesInternalServerError
- func (o *DeleteRegistryEntitiesInternalServerError) Code() int
- func (o *DeleteRegistryEntitiesInternalServerError) Error() string
- func (o *DeleteRegistryEntitiesInternalServerError) GetPayload() *models.MsaReplyMetaOnly
- func (o *DeleteRegistryEntitiesInternalServerError) IsClientError() bool
- func (o *DeleteRegistryEntitiesInternalServerError) IsCode(code int) bool
- func (o *DeleteRegistryEntitiesInternalServerError) IsRedirect() bool
- func (o *DeleteRegistryEntitiesInternalServerError) IsServerError() bool
- func (o *DeleteRegistryEntitiesInternalServerError) IsSuccess() bool
- func (o *DeleteRegistryEntitiesInternalServerError) String() string
- type DeleteRegistryEntitiesOK
- func (o *DeleteRegistryEntitiesOK) Code() int
- func (o *DeleteRegistryEntitiesOK) Error() string
- func (o *DeleteRegistryEntitiesOK) GetPayload() *models.DomainExternalRegistryListResponse
- func (o *DeleteRegistryEntitiesOK) IsClientError() bool
- func (o *DeleteRegistryEntitiesOK) IsCode(code int) bool
- func (o *DeleteRegistryEntitiesOK) IsRedirect() bool
- func (o *DeleteRegistryEntitiesOK) IsServerError() bool
- func (o *DeleteRegistryEntitiesOK) IsSuccess() bool
- func (o *DeleteRegistryEntitiesOK) String() string
- type DeleteRegistryEntitiesParams
- func NewDeleteRegistryEntitiesParams() *DeleteRegistryEntitiesParams
- func NewDeleteRegistryEntitiesParamsWithContext(ctx context.Context) *DeleteRegistryEntitiesParams
- func NewDeleteRegistryEntitiesParamsWithHTTPClient(client *http.Client) *DeleteRegistryEntitiesParams
- func NewDeleteRegistryEntitiesParamsWithTimeout(timeout time.Duration) *DeleteRegistryEntitiesParams
- func (o *DeleteRegistryEntitiesParams) SetContext(ctx context.Context)
- func (o *DeleteRegistryEntitiesParams) SetDefaults()
- func (o *DeleteRegistryEntitiesParams) SetHTTPClient(client *http.Client)
- func (o *DeleteRegistryEntitiesParams) SetIds(ids string)
- func (o *DeleteRegistryEntitiesParams) SetTimeout(timeout time.Duration)
- func (o *DeleteRegistryEntitiesParams) WithContext(ctx context.Context) *DeleteRegistryEntitiesParams
- func (o *DeleteRegistryEntitiesParams) WithDefaults() *DeleteRegistryEntitiesParams
- func (o *DeleteRegistryEntitiesParams) WithHTTPClient(client *http.Client) *DeleteRegistryEntitiesParams
- func (o *DeleteRegistryEntitiesParams) WithIds(ids string) *DeleteRegistryEntitiesParams
- func (o *DeleteRegistryEntitiesParams) WithTimeout(timeout time.Duration) *DeleteRegistryEntitiesParams
- func (o *DeleteRegistryEntitiesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteRegistryEntitiesReader
- type DeleteRegistryEntitiesTooManyRequests
- func (o *DeleteRegistryEntitiesTooManyRequests) Code() int
- func (o *DeleteRegistryEntitiesTooManyRequests) Error() string
- func (o *DeleteRegistryEntitiesTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *DeleteRegistryEntitiesTooManyRequests) IsClientError() bool
- func (o *DeleteRegistryEntitiesTooManyRequests) IsCode(code int) bool
- func (o *DeleteRegistryEntitiesTooManyRequests) IsRedirect() bool
- func (o *DeleteRegistryEntitiesTooManyRequests) IsServerError() bool
- func (o *DeleteRegistryEntitiesTooManyRequests) IsSuccess() bool
- func (o *DeleteRegistryEntitiesTooManyRequests) String() string
- type DownloadExportFileForbidden
- func (o *DownloadExportFileForbidden) Code() int
- func (o *DownloadExportFileForbidden) Error() string
- func (o *DownloadExportFileForbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *DownloadExportFileForbidden) IsClientError() bool
- func (o *DownloadExportFileForbidden) IsCode(code int) bool
- func (o *DownloadExportFileForbidden) IsRedirect() bool
- func (o *DownloadExportFileForbidden) IsServerError() bool
- func (o *DownloadExportFileForbidden) IsSuccess() bool
- func (o *DownloadExportFileForbidden) String() string
- type DownloadExportFileInternalServerError
- func (o *DownloadExportFileInternalServerError) Code() int
- func (o *DownloadExportFileInternalServerError) Error() string
- func (o *DownloadExportFileInternalServerError) GetPayload() *models.MsaspecResponseFields
- func (o *DownloadExportFileInternalServerError) IsClientError() bool
- func (o *DownloadExportFileInternalServerError) IsCode(code int) bool
- func (o *DownloadExportFileInternalServerError) IsRedirect() bool
- func (o *DownloadExportFileInternalServerError) IsServerError() bool
- func (o *DownloadExportFileInternalServerError) IsSuccess() bool
- func (o *DownloadExportFileInternalServerError) String() string
- type DownloadExportFileNotFound
- func (o *DownloadExportFileNotFound) Code() int
- func (o *DownloadExportFileNotFound) Error() string
- func (o *DownloadExportFileNotFound) GetPayload() *models.MsaspecResponseFields
- func (o *DownloadExportFileNotFound) IsClientError() bool
- func (o *DownloadExportFileNotFound) IsCode(code int) bool
- func (o *DownloadExportFileNotFound) IsRedirect() bool
- func (o *DownloadExportFileNotFound) IsServerError() bool
- func (o *DownloadExportFileNotFound) IsSuccess() bool
- func (o *DownloadExportFileNotFound) String() string
- type DownloadExportFileOK
- func (o *DownloadExportFileOK) Code() int
- func (o *DownloadExportFileOK) Error() string
- func (o *DownloadExportFileOK) GetPayload() []int64
- func (o *DownloadExportFileOK) IsClientError() bool
- func (o *DownloadExportFileOK) IsCode(code int) bool
- func (o *DownloadExportFileOK) IsRedirect() bool
- func (o *DownloadExportFileOK) IsServerError() bool
- func (o *DownloadExportFileOK) IsSuccess() bool
- func (o *DownloadExportFileOK) String() string
- type DownloadExportFileParams
- func NewDownloadExportFileParams() *DownloadExportFileParams
- func NewDownloadExportFileParamsWithContext(ctx context.Context) *DownloadExportFileParams
- func NewDownloadExportFileParamsWithHTTPClient(client *http.Client) *DownloadExportFileParams
- func NewDownloadExportFileParamsWithTimeout(timeout time.Duration) *DownloadExportFileParams
- func (o *DownloadExportFileParams) SetContext(ctx context.Context)
- func (o *DownloadExportFileParams) SetDefaults()
- func (o *DownloadExportFileParams) SetHTTPClient(client *http.Client)
- func (o *DownloadExportFileParams) SetID(id string)
- func (o *DownloadExportFileParams) SetTimeout(timeout time.Duration)
- func (o *DownloadExportFileParams) WithContext(ctx context.Context) *DownloadExportFileParams
- func (o *DownloadExportFileParams) WithDefaults() *DownloadExportFileParams
- func (o *DownloadExportFileParams) WithHTTPClient(client *http.Client) *DownloadExportFileParams
- func (o *DownloadExportFileParams) WithID(id string) *DownloadExportFileParams
- func (o *DownloadExportFileParams) WithTimeout(timeout time.Duration) *DownloadExportFileParams
- func (o *DownloadExportFileParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DownloadExportFileReader
- type DownloadExportFileTooManyRequests
- func (o *DownloadExportFileTooManyRequests) Code() int
- func (o *DownloadExportFileTooManyRequests) Error() string
- func (o *DownloadExportFileTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *DownloadExportFileTooManyRequests) IsClientError() bool
- func (o *DownloadExportFileTooManyRequests) IsCode(code int) bool
- func (o *DownloadExportFileTooManyRequests) IsRedirect() bool
- func (o *DownloadExportFileTooManyRequests) IsServerError() bool
- func (o *DownloadExportFileTooManyRequests) IsSuccess() bool
- func (o *DownloadExportFileTooManyRequests) String() string
- type LaunchExportJobBadRequest
- func (o *LaunchExportJobBadRequest) Code() int
- func (o *LaunchExportJobBadRequest) Error() string
- func (o *LaunchExportJobBadRequest) GetPayload() *models.MsaspecResponseFields
- func (o *LaunchExportJobBadRequest) IsClientError() bool
- func (o *LaunchExportJobBadRequest) IsCode(code int) bool
- func (o *LaunchExportJobBadRequest) IsRedirect() bool
- func (o *LaunchExportJobBadRequest) IsServerError() bool
- func (o *LaunchExportJobBadRequest) IsSuccess() bool
- func (o *LaunchExportJobBadRequest) String() string
- type LaunchExportJobForbidden
- func (o *LaunchExportJobForbidden) Code() int
- func (o *LaunchExportJobForbidden) Error() string
- func (o *LaunchExportJobForbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *LaunchExportJobForbidden) IsClientError() bool
- func (o *LaunchExportJobForbidden) IsCode(code int) bool
- func (o *LaunchExportJobForbidden) IsRedirect() bool
- func (o *LaunchExportJobForbidden) IsServerError() bool
- func (o *LaunchExportJobForbidden) IsSuccess() bool
- func (o *LaunchExportJobForbidden) String() string
- type LaunchExportJobInternalServerError
- func (o *LaunchExportJobInternalServerError) Code() int
- func (o *LaunchExportJobInternalServerError) Error() string
- func (o *LaunchExportJobInternalServerError) GetPayload() *models.MsaspecResponseFields
- func (o *LaunchExportJobInternalServerError) IsClientError() bool
- func (o *LaunchExportJobInternalServerError) IsCode(code int) bool
- func (o *LaunchExportJobInternalServerError) IsRedirect() bool
- func (o *LaunchExportJobInternalServerError) IsServerError() bool
- func (o *LaunchExportJobInternalServerError) IsSuccess() bool
- func (o *LaunchExportJobInternalServerError) String() string
- type LaunchExportJobOK
- func (o *LaunchExportJobOK) Code() int
- func (o *LaunchExportJobOK) Error() string
- func (o *LaunchExportJobOK) GetPayload() *models.ExportsLaunchExportResponse
- func (o *LaunchExportJobOK) IsClientError() bool
- func (o *LaunchExportJobOK) IsCode(code int) bool
- func (o *LaunchExportJobOK) IsRedirect() bool
- func (o *LaunchExportJobOK) IsServerError() bool
- func (o *LaunchExportJobOK) IsSuccess() bool
- func (o *LaunchExportJobOK) String() string
- type LaunchExportJobParams
- func NewLaunchExportJobParams() *LaunchExportJobParams
- func NewLaunchExportJobParamsWithContext(ctx context.Context) *LaunchExportJobParams
- func NewLaunchExportJobParamsWithHTTPClient(client *http.Client) *LaunchExportJobParams
- func NewLaunchExportJobParamsWithTimeout(timeout time.Duration) *LaunchExportJobParams
- func (o *LaunchExportJobParams) SetBody(body *models.ExportsLaunchExportRequest)
- func (o *LaunchExportJobParams) SetContext(ctx context.Context)
- func (o *LaunchExportJobParams) SetDefaults()
- func (o *LaunchExportJobParams) SetHTTPClient(client *http.Client)
- func (o *LaunchExportJobParams) SetTimeout(timeout time.Duration)
- func (o *LaunchExportJobParams) WithBody(body *models.ExportsLaunchExportRequest) *LaunchExportJobParams
- func (o *LaunchExportJobParams) WithContext(ctx context.Context) *LaunchExportJobParams
- func (o *LaunchExportJobParams) WithDefaults() *LaunchExportJobParams
- func (o *LaunchExportJobParams) WithHTTPClient(client *http.Client) *LaunchExportJobParams
- func (o *LaunchExportJobParams) WithTimeout(timeout time.Duration) *LaunchExportJobParams
- func (o *LaunchExportJobParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type LaunchExportJobReader
- type LaunchExportJobTooManyRequests
- func (o *LaunchExportJobTooManyRequests) Code() int
- func (o *LaunchExportJobTooManyRequests) Error() string
- func (o *LaunchExportJobTooManyRequests) GetPayload() *models.MsaspecResponseFields
- func (o *LaunchExportJobTooManyRequests) IsClientError() bool
- func (o *LaunchExportJobTooManyRequests) IsCode(code int) bool
- func (o *LaunchExportJobTooManyRequests) IsRedirect() bool
- func (o *LaunchExportJobTooManyRequests) IsServerError() bool
- func (o *LaunchExportJobTooManyRequests) IsSuccess() bool
- func (o *LaunchExportJobTooManyRequests) String() string
- type QueryExportJobsBadRequest
- func (o *QueryExportJobsBadRequest) Code() int
- func (o *QueryExportJobsBadRequest) Error() string
- func (o *QueryExportJobsBadRequest) GetPayload() *models.MsaspecResponseFields
- func (o *QueryExportJobsBadRequest) IsClientError() bool
- func (o *QueryExportJobsBadRequest) IsCode(code int) bool
- func (o *QueryExportJobsBadRequest) IsRedirect() bool
- func (o *QueryExportJobsBadRequest) IsServerError() bool
- func (o *QueryExportJobsBadRequest) IsSuccess() bool
- func (o *QueryExportJobsBadRequest) String() string
- type QueryExportJobsForbidden
- func (o *QueryExportJobsForbidden) Code() int
- func (o *QueryExportJobsForbidden) Error() string
- func (o *QueryExportJobsForbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *QueryExportJobsForbidden) IsClientError() bool
- func (o *QueryExportJobsForbidden) IsCode(code int) bool
- func (o *QueryExportJobsForbidden) IsRedirect() bool
- func (o *QueryExportJobsForbidden) IsServerError() bool
- func (o *QueryExportJobsForbidden) IsSuccess() bool
- func (o *QueryExportJobsForbidden) String() string
- type QueryExportJobsInternalServerError
- func (o *QueryExportJobsInternalServerError) Code() int
- func (o *QueryExportJobsInternalServerError) Error() string
- func (o *QueryExportJobsInternalServerError) GetPayload() *models.MsaspecResponseFields
- func (o *QueryExportJobsInternalServerError) IsClientError() bool
- func (o *QueryExportJobsInternalServerError) IsCode(code int) bool
- func (o *QueryExportJobsInternalServerError) IsRedirect() bool
- func (o *QueryExportJobsInternalServerError) IsServerError() bool
- func (o *QueryExportJobsInternalServerError) IsSuccess() bool
- func (o *QueryExportJobsInternalServerError) String() string
- type QueryExportJobsOK
- func (o *QueryExportJobsOK) Code() int
- func (o *QueryExportJobsOK) Error() string
- func (o *QueryExportJobsOK) GetPayload() *models.MsaspecQueryResponse
- func (o *QueryExportJobsOK) IsClientError() bool
- func (o *QueryExportJobsOK) IsCode(code int) bool
- func (o *QueryExportJobsOK) IsRedirect() bool
- func (o *QueryExportJobsOK) IsServerError() bool
- func (o *QueryExportJobsOK) IsSuccess() bool
- func (o *QueryExportJobsOK) String() string
- type QueryExportJobsParams
- func NewQueryExportJobsParams() *QueryExportJobsParams
- func NewQueryExportJobsParamsWithContext(ctx context.Context) *QueryExportJobsParams
- func NewQueryExportJobsParamsWithHTTPClient(client *http.Client) *QueryExportJobsParams
- func NewQueryExportJobsParamsWithTimeout(timeout time.Duration) *QueryExportJobsParams
- func (o *QueryExportJobsParams) SetContext(ctx context.Context)
- func (o *QueryExportJobsParams) SetDefaults()
- func (o *QueryExportJobsParams) SetFilter(filter *string)
- func (o *QueryExportJobsParams) SetHTTPClient(client *http.Client)
- func (o *QueryExportJobsParams) SetTimeout(timeout time.Duration)
- func (o *QueryExportJobsParams) WithContext(ctx context.Context) *QueryExportJobsParams
- func (o *QueryExportJobsParams) WithDefaults() *QueryExportJobsParams
- func (o *QueryExportJobsParams) WithFilter(filter *string) *QueryExportJobsParams
- func (o *QueryExportJobsParams) WithHTTPClient(client *http.Client) *QueryExportJobsParams
- func (o *QueryExportJobsParams) WithTimeout(timeout time.Duration) *QueryExportJobsParams
- func (o *QueryExportJobsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type QueryExportJobsReader
- type QueryExportJobsTooManyRequests
- func (o *QueryExportJobsTooManyRequests) Code() int
- func (o *QueryExportJobsTooManyRequests) Error() string
- func (o *QueryExportJobsTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *QueryExportJobsTooManyRequests) IsClientError() bool
- func (o *QueryExportJobsTooManyRequests) IsCode(code int) bool
- func (o *QueryExportJobsTooManyRequests) IsRedirect() bool
- func (o *QueryExportJobsTooManyRequests) IsServerError() bool
- func (o *QueryExportJobsTooManyRequests) IsSuccess() bool
- func (o *QueryExportJobsTooManyRequests) String() string
- type ReadExportJobsBadRequest
- func (o *ReadExportJobsBadRequest) Code() int
- func (o *ReadExportJobsBadRequest) Error() string
- func (o *ReadExportJobsBadRequest) GetPayload() *models.MsaspecResponseFields
- func (o *ReadExportJobsBadRequest) IsClientError() bool
- func (o *ReadExportJobsBadRequest) IsCode(code int) bool
- func (o *ReadExportJobsBadRequest) IsRedirect() bool
- func (o *ReadExportJobsBadRequest) IsServerError() bool
- func (o *ReadExportJobsBadRequest) IsSuccess() bool
- func (o *ReadExportJobsBadRequest) String() string
- type ReadExportJobsForbidden
- func (o *ReadExportJobsForbidden) Code() int
- func (o *ReadExportJobsForbidden) Error() string
- func (o *ReadExportJobsForbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *ReadExportJobsForbidden) IsClientError() bool
- func (o *ReadExportJobsForbidden) IsCode(code int) bool
- func (o *ReadExportJobsForbidden) IsRedirect() bool
- func (o *ReadExportJobsForbidden) IsServerError() bool
- func (o *ReadExportJobsForbidden) IsSuccess() bool
- func (o *ReadExportJobsForbidden) String() string
- type ReadExportJobsInternalServerError
- func (o *ReadExportJobsInternalServerError) Code() int
- func (o *ReadExportJobsInternalServerError) Error() string
- func (o *ReadExportJobsInternalServerError) GetPayload() *models.MsaspecResponseFields
- func (o *ReadExportJobsInternalServerError) IsClientError() bool
- func (o *ReadExportJobsInternalServerError) IsCode(code int) bool
- func (o *ReadExportJobsInternalServerError) IsRedirect() bool
- func (o *ReadExportJobsInternalServerError) IsServerError() bool
- func (o *ReadExportJobsInternalServerError) IsSuccess() bool
- func (o *ReadExportJobsInternalServerError) String() string
- type ReadExportJobsOK
- func (o *ReadExportJobsOK) Code() int
- func (o *ReadExportJobsOK) Error() string
- func (o *ReadExportJobsOK) GetPayload() *models.ExportsExportsResponse
- func (o *ReadExportJobsOK) IsClientError() bool
- func (o *ReadExportJobsOK) IsCode(code int) bool
- func (o *ReadExportJobsOK) IsRedirect() bool
- func (o *ReadExportJobsOK) IsServerError() bool
- func (o *ReadExportJobsOK) IsSuccess() bool
- func (o *ReadExportJobsOK) String() string
- type ReadExportJobsParams
- func NewReadExportJobsParams() *ReadExportJobsParams
- func NewReadExportJobsParamsWithContext(ctx context.Context) *ReadExportJobsParams
- func NewReadExportJobsParamsWithHTTPClient(client *http.Client) *ReadExportJobsParams
- func NewReadExportJobsParamsWithTimeout(timeout time.Duration) *ReadExportJobsParams
- func (o *ReadExportJobsParams) SetContext(ctx context.Context)
- func (o *ReadExportJobsParams) SetDefaults()
- func (o *ReadExportJobsParams) SetHTTPClient(client *http.Client)
- func (o *ReadExportJobsParams) SetIds(ids []string)
- func (o *ReadExportJobsParams) SetTimeout(timeout time.Duration)
- func (o *ReadExportJobsParams) WithContext(ctx context.Context) *ReadExportJobsParams
- func (o *ReadExportJobsParams) WithDefaults() *ReadExportJobsParams
- func (o *ReadExportJobsParams) WithHTTPClient(client *http.Client) *ReadExportJobsParams
- func (o *ReadExportJobsParams) WithIds(ids []string) *ReadExportJobsParams
- func (o *ReadExportJobsParams) WithTimeout(timeout time.Duration) *ReadExportJobsParams
- func (o *ReadExportJobsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ReadExportJobsReader
- type ReadExportJobsTooManyRequests
- func (o *ReadExportJobsTooManyRequests) Code() int
- func (o *ReadExportJobsTooManyRequests) Error() string
- func (o *ReadExportJobsTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *ReadExportJobsTooManyRequests) IsClientError() bool
- func (o *ReadExportJobsTooManyRequests) IsCode(code int) bool
- func (o *ReadExportJobsTooManyRequests) IsRedirect() bool
- func (o *ReadExportJobsTooManyRequests) IsServerError() bool
- func (o *ReadExportJobsTooManyRequests) IsSuccess() bool
- func (o *ReadExportJobsTooManyRequests) String() string
- type ReadRegistryEntitiesByUUIDForbidden
- func (o *ReadRegistryEntitiesByUUIDForbidden) Code() int
- func (o *ReadRegistryEntitiesByUUIDForbidden) Error() string
- func (o *ReadRegistryEntitiesByUUIDForbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *ReadRegistryEntitiesByUUIDForbidden) IsClientError() bool
- func (o *ReadRegistryEntitiesByUUIDForbidden) IsCode(code int) bool
- func (o *ReadRegistryEntitiesByUUIDForbidden) IsRedirect() bool
- func (o *ReadRegistryEntitiesByUUIDForbidden) IsServerError() bool
- func (o *ReadRegistryEntitiesByUUIDForbidden) IsSuccess() bool
- func (o *ReadRegistryEntitiesByUUIDForbidden) String() string
- type ReadRegistryEntitiesByUUIDInternalServerError
- func (o *ReadRegistryEntitiesByUUIDInternalServerError) Code() int
- func (o *ReadRegistryEntitiesByUUIDInternalServerError) Error() string
- func (o *ReadRegistryEntitiesByUUIDInternalServerError) GetPayload() *models.DomainExternalRegistryListResponse
- func (o *ReadRegistryEntitiesByUUIDInternalServerError) IsClientError() bool
- func (o *ReadRegistryEntitiesByUUIDInternalServerError) IsCode(code int) bool
- func (o *ReadRegistryEntitiesByUUIDInternalServerError) IsRedirect() bool
- func (o *ReadRegistryEntitiesByUUIDInternalServerError) IsServerError() bool
- func (o *ReadRegistryEntitiesByUUIDInternalServerError) IsSuccess() bool
- func (o *ReadRegistryEntitiesByUUIDInternalServerError) String() string
- type ReadRegistryEntitiesByUUIDNotFound
- func (o *ReadRegistryEntitiesByUUIDNotFound) Code() int
- func (o *ReadRegistryEntitiesByUUIDNotFound) Error() string
- func (o *ReadRegistryEntitiesByUUIDNotFound) GetPayload() *models.DomainExternalRegistryListResponse
- func (o *ReadRegistryEntitiesByUUIDNotFound) IsClientError() bool
- func (o *ReadRegistryEntitiesByUUIDNotFound) IsCode(code int) bool
- func (o *ReadRegistryEntitiesByUUIDNotFound) IsRedirect() bool
- func (o *ReadRegistryEntitiesByUUIDNotFound) IsServerError() bool
- func (o *ReadRegistryEntitiesByUUIDNotFound) IsSuccess() bool
- func (o *ReadRegistryEntitiesByUUIDNotFound) String() string
- type ReadRegistryEntitiesByUUIDOK
- func (o *ReadRegistryEntitiesByUUIDOK) Code() int
- func (o *ReadRegistryEntitiesByUUIDOK) Error() string
- func (o *ReadRegistryEntitiesByUUIDOK) GetPayload() *models.DomainExternalRegistryListResponse
- func (o *ReadRegistryEntitiesByUUIDOK) IsClientError() bool
- func (o *ReadRegistryEntitiesByUUIDOK) IsCode(code int) bool
- func (o *ReadRegistryEntitiesByUUIDOK) IsRedirect() bool
- func (o *ReadRegistryEntitiesByUUIDOK) IsServerError() bool
- func (o *ReadRegistryEntitiesByUUIDOK) IsSuccess() bool
- func (o *ReadRegistryEntitiesByUUIDOK) String() string
- type ReadRegistryEntitiesByUUIDParams
- func NewReadRegistryEntitiesByUUIDParams() *ReadRegistryEntitiesByUUIDParams
- func NewReadRegistryEntitiesByUUIDParamsWithContext(ctx context.Context) *ReadRegistryEntitiesByUUIDParams
- func NewReadRegistryEntitiesByUUIDParamsWithHTTPClient(client *http.Client) *ReadRegistryEntitiesByUUIDParams
- func NewReadRegistryEntitiesByUUIDParamsWithTimeout(timeout time.Duration) *ReadRegistryEntitiesByUUIDParams
- func (o *ReadRegistryEntitiesByUUIDParams) SetContext(ctx context.Context)
- func (o *ReadRegistryEntitiesByUUIDParams) SetDefaults()
- func (o *ReadRegistryEntitiesByUUIDParams) SetHTTPClient(client *http.Client)
- func (o *ReadRegistryEntitiesByUUIDParams) SetIds(ids string)
- func (o *ReadRegistryEntitiesByUUIDParams) SetTimeout(timeout time.Duration)
- func (o *ReadRegistryEntitiesByUUIDParams) WithContext(ctx context.Context) *ReadRegistryEntitiesByUUIDParams
- func (o *ReadRegistryEntitiesByUUIDParams) WithDefaults() *ReadRegistryEntitiesByUUIDParams
- func (o *ReadRegistryEntitiesByUUIDParams) WithHTTPClient(client *http.Client) *ReadRegistryEntitiesByUUIDParams
- func (o *ReadRegistryEntitiesByUUIDParams) WithIds(ids string) *ReadRegistryEntitiesByUUIDParams
- func (o *ReadRegistryEntitiesByUUIDParams) WithTimeout(timeout time.Duration) *ReadRegistryEntitiesByUUIDParams
- func (o *ReadRegistryEntitiesByUUIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ReadRegistryEntitiesByUUIDReader
- type ReadRegistryEntitiesByUUIDTooManyRequests
- func (o *ReadRegistryEntitiesByUUIDTooManyRequests) Code() int
- func (o *ReadRegistryEntitiesByUUIDTooManyRequests) Error() string
- func (o *ReadRegistryEntitiesByUUIDTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *ReadRegistryEntitiesByUUIDTooManyRequests) IsClientError() bool
- func (o *ReadRegistryEntitiesByUUIDTooManyRequests) IsCode(code int) bool
- func (o *ReadRegistryEntitiesByUUIDTooManyRequests) IsRedirect() bool
- func (o *ReadRegistryEntitiesByUUIDTooManyRequests) IsServerError() bool
- func (o *ReadRegistryEntitiesByUUIDTooManyRequests) IsSuccess() bool
- func (o *ReadRegistryEntitiesByUUIDTooManyRequests) String() string
- type ReadRegistryEntitiesForbidden
- func (o *ReadRegistryEntitiesForbidden) Code() int
- func (o *ReadRegistryEntitiesForbidden) Error() string
- func (o *ReadRegistryEntitiesForbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *ReadRegistryEntitiesForbidden) IsClientError() bool
- func (o *ReadRegistryEntitiesForbidden) IsCode(code int) bool
- func (o *ReadRegistryEntitiesForbidden) IsRedirect() bool
- func (o *ReadRegistryEntitiesForbidden) IsServerError() bool
- func (o *ReadRegistryEntitiesForbidden) IsSuccess() bool
- func (o *ReadRegistryEntitiesForbidden) String() string
- type ReadRegistryEntitiesInternalServerError
- func (o *ReadRegistryEntitiesInternalServerError) Code() int
- func (o *ReadRegistryEntitiesInternalServerError) Error() string
- func (o *ReadRegistryEntitiesInternalServerError) GetPayload() *models.DomainExternalQueryResponse
- func (o *ReadRegistryEntitiesInternalServerError) IsClientError() bool
- func (o *ReadRegistryEntitiesInternalServerError) IsCode(code int) bool
- func (o *ReadRegistryEntitiesInternalServerError) IsRedirect() bool
- func (o *ReadRegistryEntitiesInternalServerError) IsServerError() bool
- func (o *ReadRegistryEntitiesInternalServerError) IsSuccess() bool
- func (o *ReadRegistryEntitiesInternalServerError) String() string
- type ReadRegistryEntitiesNotFound
- func (o *ReadRegistryEntitiesNotFound) Code() int
- func (o *ReadRegistryEntitiesNotFound) Error() string
- func (o *ReadRegistryEntitiesNotFound) GetPayload() *models.DomainExternalQueryResponse
- func (o *ReadRegistryEntitiesNotFound) IsClientError() bool
- func (o *ReadRegistryEntitiesNotFound) IsCode(code int) bool
- func (o *ReadRegistryEntitiesNotFound) IsRedirect() bool
- func (o *ReadRegistryEntitiesNotFound) IsServerError() bool
- func (o *ReadRegistryEntitiesNotFound) IsSuccess() bool
- func (o *ReadRegistryEntitiesNotFound) String() string
- type ReadRegistryEntitiesOK
- func (o *ReadRegistryEntitiesOK) Code() int
- func (o *ReadRegistryEntitiesOK) Error() string
- func (o *ReadRegistryEntitiesOK) GetPayload() *models.DomainExternalQueryResponse
- func (o *ReadRegistryEntitiesOK) IsClientError() bool
- func (o *ReadRegistryEntitiesOK) IsCode(code int) bool
- func (o *ReadRegistryEntitiesOK) IsRedirect() bool
- func (o *ReadRegistryEntitiesOK) IsServerError() bool
- func (o *ReadRegistryEntitiesOK) IsSuccess() bool
- func (o *ReadRegistryEntitiesOK) String() string
- type ReadRegistryEntitiesParams
- func NewReadRegistryEntitiesParams() *ReadRegistryEntitiesParams
- func NewReadRegistryEntitiesParamsWithContext(ctx context.Context) *ReadRegistryEntitiesParams
- func NewReadRegistryEntitiesParamsWithHTTPClient(client *http.Client) *ReadRegistryEntitiesParams
- func NewReadRegistryEntitiesParamsWithTimeout(timeout time.Duration) *ReadRegistryEntitiesParams
- func (o *ReadRegistryEntitiesParams) SetContext(ctx context.Context)
- func (o *ReadRegistryEntitiesParams) SetDefaults()
- func (o *ReadRegistryEntitiesParams) SetHTTPClient(client *http.Client)
- func (o *ReadRegistryEntitiesParams) SetLimit(limit *int64)
- func (o *ReadRegistryEntitiesParams) SetOffset(offset *int64)
- func (o *ReadRegistryEntitiesParams) SetSort(sort *string)
- func (o *ReadRegistryEntitiesParams) SetTimeout(timeout time.Duration)
- func (o *ReadRegistryEntitiesParams) WithContext(ctx context.Context) *ReadRegistryEntitiesParams
- func (o *ReadRegistryEntitiesParams) WithDefaults() *ReadRegistryEntitiesParams
- func (o *ReadRegistryEntitiesParams) WithHTTPClient(client *http.Client) *ReadRegistryEntitiesParams
- func (o *ReadRegistryEntitiesParams) WithLimit(limit *int64) *ReadRegistryEntitiesParams
- func (o *ReadRegistryEntitiesParams) WithOffset(offset *int64) *ReadRegistryEntitiesParams
- func (o *ReadRegistryEntitiesParams) WithSort(sort *string) *ReadRegistryEntitiesParams
- func (o *ReadRegistryEntitiesParams) WithTimeout(timeout time.Duration) *ReadRegistryEntitiesParams
- func (o *ReadRegistryEntitiesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ReadRegistryEntitiesReader
- type ReadRegistryEntitiesTooManyRequests
- func (o *ReadRegistryEntitiesTooManyRequests) Code() int
- func (o *ReadRegistryEntitiesTooManyRequests) Error() string
- func (o *ReadRegistryEntitiesTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *ReadRegistryEntitiesTooManyRequests) IsClientError() bool
- func (o *ReadRegistryEntitiesTooManyRequests) IsCode(code int) bool
- func (o *ReadRegistryEntitiesTooManyRequests) IsRedirect() bool
- func (o *ReadRegistryEntitiesTooManyRequests) IsServerError() bool
- func (o *ReadRegistryEntitiesTooManyRequests) IsSuccess() bool
- func (o *ReadRegistryEntitiesTooManyRequests) String() string
- type UpdateRegistryEntitiesBadRequest
- func (o *UpdateRegistryEntitiesBadRequest) Code() int
- func (o *UpdateRegistryEntitiesBadRequest) Error() string
- func (o *UpdateRegistryEntitiesBadRequest) GetPayload() *models.DomainExternalRegistryResponse
- func (o *UpdateRegistryEntitiesBadRequest) IsClientError() bool
- func (o *UpdateRegistryEntitiesBadRequest) IsCode(code int) bool
- func (o *UpdateRegistryEntitiesBadRequest) IsRedirect() bool
- func (o *UpdateRegistryEntitiesBadRequest) IsServerError() bool
- func (o *UpdateRegistryEntitiesBadRequest) IsSuccess() bool
- func (o *UpdateRegistryEntitiesBadRequest) String() string
- type UpdateRegistryEntitiesForbidden
- func (o *UpdateRegistryEntitiesForbidden) Code() int
- func (o *UpdateRegistryEntitiesForbidden) Error() string
- func (o *UpdateRegistryEntitiesForbidden) GetPayload() *models.MsaReplyMetaOnly
- func (o *UpdateRegistryEntitiesForbidden) IsClientError() bool
- func (o *UpdateRegistryEntitiesForbidden) IsCode(code int) bool
- func (o *UpdateRegistryEntitiesForbidden) IsRedirect() bool
- func (o *UpdateRegistryEntitiesForbidden) IsServerError() bool
- func (o *UpdateRegistryEntitiesForbidden) IsSuccess() bool
- func (o *UpdateRegistryEntitiesForbidden) String() string
- type UpdateRegistryEntitiesInternalServerError
- func (o *UpdateRegistryEntitiesInternalServerError) Code() int
- func (o *UpdateRegistryEntitiesInternalServerError) Error() string
- func (o *UpdateRegistryEntitiesInternalServerError) GetPayload() *models.DomainExternalRegistryResponse
- func (o *UpdateRegistryEntitiesInternalServerError) IsClientError() bool
- func (o *UpdateRegistryEntitiesInternalServerError) IsCode(code int) bool
- func (o *UpdateRegistryEntitiesInternalServerError) IsRedirect() bool
- func (o *UpdateRegistryEntitiesInternalServerError) IsServerError() bool
- func (o *UpdateRegistryEntitiesInternalServerError) IsSuccess() bool
- func (o *UpdateRegistryEntitiesInternalServerError) String() string
- type UpdateRegistryEntitiesNotFound
- func (o *UpdateRegistryEntitiesNotFound) Code() int
- func (o *UpdateRegistryEntitiesNotFound) Error() string
- func (o *UpdateRegistryEntitiesNotFound) GetPayload() *models.DomainExternalRegistryResponse
- func (o *UpdateRegistryEntitiesNotFound) IsClientError() bool
- func (o *UpdateRegistryEntitiesNotFound) IsCode(code int) bool
- func (o *UpdateRegistryEntitiesNotFound) IsRedirect() bool
- func (o *UpdateRegistryEntitiesNotFound) IsServerError() bool
- func (o *UpdateRegistryEntitiesNotFound) IsSuccess() bool
- func (o *UpdateRegistryEntitiesNotFound) String() string
- type UpdateRegistryEntitiesOK
- func (o *UpdateRegistryEntitiesOK) Code() int
- func (o *UpdateRegistryEntitiesOK) Error() string
- func (o *UpdateRegistryEntitiesOK) GetPayload() *models.DomainExternalRegistryResponse
- func (o *UpdateRegistryEntitiesOK) IsClientError() bool
- func (o *UpdateRegistryEntitiesOK) IsCode(code int) bool
- func (o *UpdateRegistryEntitiesOK) IsRedirect() bool
- func (o *UpdateRegistryEntitiesOK) IsServerError() bool
- func (o *UpdateRegistryEntitiesOK) IsSuccess() bool
- func (o *UpdateRegistryEntitiesOK) String() string
- type UpdateRegistryEntitiesParams
- func NewUpdateRegistryEntitiesParams() *UpdateRegistryEntitiesParams
- func NewUpdateRegistryEntitiesParamsWithContext(ctx context.Context) *UpdateRegistryEntitiesParams
- func NewUpdateRegistryEntitiesParamsWithHTTPClient(client *http.Client) *UpdateRegistryEntitiesParams
- func NewUpdateRegistryEntitiesParamsWithTimeout(timeout time.Duration) *UpdateRegistryEntitiesParams
- func (o *UpdateRegistryEntitiesParams) SetBody(body *models.RegistryassessmentExternalRegistryPatchPayload)
- func (o *UpdateRegistryEntitiesParams) SetContext(ctx context.Context)
- func (o *UpdateRegistryEntitiesParams) SetDefaults()
- func (o *UpdateRegistryEntitiesParams) SetHTTPClient(client *http.Client)
- func (o *UpdateRegistryEntitiesParams) SetID(id string)
- func (o *UpdateRegistryEntitiesParams) SetTimeout(timeout time.Duration)
- func (o *UpdateRegistryEntitiesParams) WithBody(body *models.RegistryassessmentExternalRegistryPatchPayload) *UpdateRegistryEntitiesParams
- func (o *UpdateRegistryEntitiesParams) WithContext(ctx context.Context) *UpdateRegistryEntitiesParams
- func (o *UpdateRegistryEntitiesParams) WithDefaults() *UpdateRegistryEntitiesParams
- func (o *UpdateRegistryEntitiesParams) WithHTTPClient(client *http.Client) *UpdateRegistryEntitiesParams
- func (o *UpdateRegistryEntitiesParams) WithID(id string) *UpdateRegistryEntitiesParams
- func (o *UpdateRegistryEntitiesParams) WithTimeout(timeout time.Duration) *UpdateRegistryEntitiesParams
- func (o *UpdateRegistryEntitiesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateRegistryEntitiesReader
- type UpdateRegistryEntitiesTooManyRequests
- func (o *UpdateRegistryEntitiesTooManyRequests) Code() int
- func (o *UpdateRegistryEntitiesTooManyRequests) Error() string
- func (o *UpdateRegistryEntitiesTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
- func (o *UpdateRegistryEntitiesTooManyRequests) IsClientError() bool
- func (o *UpdateRegistryEntitiesTooManyRequests) IsCode(code int) bool
- func (o *UpdateRegistryEntitiesTooManyRequests) IsRedirect() bool
- func (o *UpdateRegistryEntitiesTooManyRequests) IsServerError() bool
- func (o *UpdateRegistryEntitiesTooManyRequests) IsSuccess() bool
- func (o *UpdateRegistryEntitiesTooManyRequests) 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 falcon container image API
func (*Client) CreateRegistryEntities ¶
func (a *Client) CreateRegistryEntities(params *CreateRegistryEntitiesParams, opts ...ClientOption) (*CreateRegistryEntitiesCreated, error)
CreateRegistryEntities creates a registry entity using the provided details
func (*Client) DeleteRegistryEntities ¶
func (a *Client) DeleteRegistryEntities(params *DeleteRegistryEntitiesParams, opts ...ClientOption) (*DeleteRegistryEntitiesOK, error)
DeleteRegistryEntities deletes the registry entity identified by the entity UUID
func (*Client) DownloadExportFile ¶ added in v0.9.0
func (a *Client) DownloadExportFile(params *DownloadExportFileParams, opts ...ClientOption) (*DownloadExportFileOK, error)
DownloadExportFile downloads an export file
func (*Client) LaunchExportJob ¶ added in v0.9.0
func (a *Client) LaunchExportJob(params *LaunchExportJobParams, opts ...ClientOption) (*LaunchExportJobOK, error)
LaunchExportJob launches an export job of a container security resource maximum of 1 job in progress per resource
func (*Client) QueryExportJobs ¶ added in v0.9.0
func (a *Client) QueryExportJobs(params *QueryExportJobsParams, opts ...ClientOption) (*QueryExportJobsOK, error)
QueryExportJobs queries export jobs entities
func (*Client) ReadExportJobs ¶ added in v0.9.0
func (a *Client) ReadExportJobs(params *ReadExportJobsParams, opts ...ClientOption) (*ReadExportJobsOK, error)
ReadExportJobs reads export jobs entities
func (*Client) ReadRegistryEntities ¶
func (a *Client) ReadRegistryEntities(params *ReadRegistryEntitiesParams, opts ...ClientOption) (*ReadRegistryEntitiesOK, error)
ReadRegistryEntities retrieves a list of registry entities identified by the customer id maximum page size 5 000
func (*Client) ReadRegistryEntitiesByUUID ¶
func (a *Client) ReadRegistryEntitiesByUUID(params *ReadRegistryEntitiesByUUIDParams, opts ...ClientOption) (*ReadRegistryEntitiesByUUIDOK, error)
ReadRegistryEntitiesByUUID retrieves a list of registry entities by the provided u UI ds maximum page size 100
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
func (*Client) UpdateRegistryEntities ¶
func (a *Client) UpdateRegistryEntities(params *UpdateRegistryEntitiesParams, opts ...ClientOption) (*UpdateRegistryEntitiesOK, error)
UpdateRegistryEntities updates the registry entity as identified by the entity UUID using the provided details
type ClientOption ¶
type ClientOption func(*runtime.ClientOperation)
ClientOption is the option for Client methods
type ClientService ¶
type ClientService interface { CreateRegistryEntities(params *CreateRegistryEntitiesParams, opts ...ClientOption) (*CreateRegistryEntitiesCreated, error) DeleteRegistryEntities(params *DeleteRegistryEntitiesParams, opts ...ClientOption) (*DeleteRegistryEntitiesOK, error) DownloadExportFile(params *DownloadExportFileParams, opts ...ClientOption) (*DownloadExportFileOK, error) LaunchExportJob(params *LaunchExportJobParams, opts ...ClientOption) (*LaunchExportJobOK, error) QueryExportJobs(params *QueryExportJobsParams, opts ...ClientOption) (*QueryExportJobsOK, error) ReadExportJobs(params *ReadExportJobsParams, opts ...ClientOption) (*ReadExportJobsOK, error) ReadRegistryEntities(params *ReadRegistryEntitiesParams, opts ...ClientOption) (*ReadRegistryEntitiesOK, error) ReadRegistryEntitiesByUUID(params *ReadRegistryEntitiesByUUIDParams, opts ...ClientOption) (*ReadRegistryEntitiesByUUIDOK, error) UpdateRegistryEntities(params *UpdateRegistryEntitiesParams, opts ...ClientOption) (*UpdateRegistryEntitiesOK, 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 falcon container image API client.
type CreateRegistryEntitiesBadRequest ¶
type CreateRegistryEntitiesBadRequest 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.DomainExternalRegistryResponse }
CreateRegistryEntitiesBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewCreateRegistryEntitiesBadRequest ¶
func NewCreateRegistryEntitiesBadRequest() *CreateRegistryEntitiesBadRequest
NewCreateRegistryEntitiesBadRequest creates a CreateRegistryEntitiesBadRequest with default headers values
func (*CreateRegistryEntitiesBadRequest) Code ¶
func (o *CreateRegistryEntitiesBadRequest) Code() int
Code gets the status code for the create registry entities bad request response
func (*CreateRegistryEntitiesBadRequest) Error ¶
func (o *CreateRegistryEntitiesBadRequest) Error() string
func (*CreateRegistryEntitiesBadRequest) GetPayload ¶
func (o *CreateRegistryEntitiesBadRequest) GetPayload() *models.DomainExternalRegistryResponse
func (*CreateRegistryEntitiesBadRequest) IsClientError ¶
func (o *CreateRegistryEntitiesBadRequest) IsClientError() bool
IsClientError returns true when this create registry entities bad request response has a 4xx status code
func (*CreateRegistryEntitiesBadRequest) IsCode ¶
func (o *CreateRegistryEntitiesBadRequest) IsCode(code int) bool
IsCode returns true when this create registry entities bad request response a status code equal to that given
func (*CreateRegistryEntitiesBadRequest) IsRedirect ¶
func (o *CreateRegistryEntitiesBadRequest) IsRedirect() bool
IsRedirect returns true when this create registry entities bad request response has a 3xx status code
func (*CreateRegistryEntitiesBadRequest) IsServerError ¶
func (o *CreateRegistryEntitiesBadRequest) IsServerError() bool
IsServerError returns true when this create registry entities bad request response has a 5xx status code
func (*CreateRegistryEntitiesBadRequest) IsSuccess ¶
func (o *CreateRegistryEntitiesBadRequest) IsSuccess() bool
IsSuccess returns true when this create registry entities bad request response has a 2xx status code
func (*CreateRegistryEntitiesBadRequest) String ¶
func (o *CreateRegistryEntitiesBadRequest) String() string
type CreateRegistryEntitiesConflict ¶
type CreateRegistryEntitiesConflict 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.DomainExternalRegistryResponse }
CreateRegistryEntitiesConflict describes a response with status code 409, with default header values.
Conflict
func NewCreateRegistryEntitiesConflict ¶
func NewCreateRegistryEntitiesConflict() *CreateRegistryEntitiesConflict
NewCreateRegistryEntitiesConflict creates a CreateRegistryEntitiesConflict with default headers values
func (*CreateRegistryEntitiesConflict) Code ¶
func (o *CreateRegistryEntitiesConflict) Code() int
Code gets the status code for the create registry entities conflict response
func (*CreateRegistryEntitiesConflict) Error ¶
func (o *CreateRegistryEntitiesConflict) Error() string
func (*CreateRegistryEntitiesConflict) GetPayload ¶
func (o *CreateRegistryEntitiesConflict) GetPayload() *models.DomainExternalRegistryResponse
func (*CreateRegistryEntitiesConflict) IsClientError ¶
func (o *CreateRegistryEntitiesConflict) IsClientError() bool
IsClientError returns true when this create registry entities conflict response has a 4xx status code
func (*CreateRegistryEntitiesConflict) IsCode ¶
func (o *CreateRegistryEntitiesConflict) IsCode(code int) bool
IsCode returns true when this create registry entities conflict response a status code equal to that given
func (*CreateRegistryEntitiesConflict) IsRedirect ¶
func (o *CreateRegistryEntitiesConflict) IsRedirect() bool
IsRedirect returns true when this create registry entities conflict response has a 3xx status code
func (*CreateRegistryEntitiesConflict) IsServerError ¶
func (o *CreateRegistryEntitiesConflict) IsServerError() bool
IsServerError returns true when this create registry entities conflict response has a 5xx status code
func (*CreateRegistryEntitiesConflict) IsSuccess ¶
func (o *CreateRegistryEntitiesConflict) IsSuccess() bool
IsSuccess returns true when this create registry entities conflict response has a 2xx status code
func (*CreateRegistryEntitiesConflict) String ¶
func (o *CreateRegistryEntitiesConflict) String() string
type CreateRegistryEntitiesCreated ¶
type CreateRegistryEntitiesCreated 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.DomainExternalRegistryResponse }
CreateRegistryEntitiesCreated describes a response with status code 201, with default header values.
Created
func NewCreateRegistryEntitiesCreated ¶
func NewCreateRegistryEntitiesCreated() *CreateRegistryEntitiesCreated
NewCreateRegistryEntitiesCreated creates a CreateRegistryEntitiesCreated with default headers values
func (*CreateRegistryEntitiesCreated) Code ¶
func (o *CreateRegistryEntitiesCreated) Code() int
Code gets the status code for the create registry entities created response
func (*CreateRegistryEntitiesCreated) Error ¶
func (o *CreateRegistryEntitiesCreated) Error() string
func (*CreateRegistryEntitiesCreated) GetPayload ¶
func (o *CreateRegistryEntitiesCreated) GetPayload() *models.DomainExternalRegistryResponse
func (*CreateRegistryEntitiesCreated) IsClientError ¶
func (o *CreateRegistryEntitiesCreated) IsClientError() bool
IsClientError returns true when this create registry entities created response has a 4xx status code
func (*CreateRegistryEntitiesCreated) IsCode ¶
func (o *CreateRegistryEntitiesCreated) IsCode(code int) bool
IsCode returns true when this create registry entities created response a status code equal to that given
func (*CreateRegistryEntitiesCreated) IsRedirect ¶
func (o *CreateRegistryEntitiesCreated) IsRedirect() bool
IsRedirect returns true when this create registry entities created response has a 3xx status code
func (*CreateRegistryEntitiesCreated) IsServerError ¶
func (o *CreateRegistryEntitiesCreated) IsServerError() bool
IsServerError returns true when this create registry entities created response has a 5xx status code
func (*CreateRegistryEntitiesCreated) IsSuccess ¶
func (o *CreateRegistryEntitiesCreated) IsSuccess() bool
IsSuccess returns true when this create registry entities created response has a 2xx status code
func (*CreateRegistryEntitiesCreated) String ¶
func (o *CreateRegistryEntitiesCreated) String() string
type CreateRegistryEntitiesForbidden ¶
type CreateRegistryEntitiesForbidden 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 }
CreateRegistryEntitiesForbidden describes a response with status code 403, with default header values.
Forbidden
func NewCreateRegistryEntitiesForbidden ¶
func NewCreateRegistryEntitiesForbidden() *CreateRegistryEntitiesForbidden
NewCreateRegistryEntitiesForbidden creates a CreateRegistryEntitiesForbidden with default headers values
func (*CreateRegistryEntitiesForbidden) Code ¶
func (o *CreateRegistryEntitiesForbidden) Code() int
Code gets the status code for the create registry entities forbidden response
func (*CreateRegistryEntitiesForbidden) Error ¶
func (o *CreateRegistryEntitiesForbidden) Error() string
func (*CreateRegistryEntitiesForbidden) GetPayload ¶
func (o *CreateRegistryEntitiesForbidden) GetPayload() *models.MsaReplyMetaOnly
func (*CreateRegistryEntitiesForbidden) IsClientError ¶
func (o *CreateRegistryEntitiesForbidden) IsClientError() bool
IsClientError returns true when this create registry entities forbidden response has a 4xx status code
func (*CreateRegistryEntitiesForbidden) IsCode ¶
func (o *CreateRegistryEntitiesForbidden) IsCode(code int) bool
IsCode returns true when this create registry entities forbidden response a status code equal to that given
func (*CreateRegistryEntitiesForbidden) IsRedirect ¶
func (o *CreateRegistryEntitiesForbidden) IsRedirect() bool
IsRedirect returns true when this create registry entities forbidden response has a 3xx status code
func (*CreateRegistryEntitiesForbidden) IsServerError ¶
func (o *CreateRegistryEntitiesForbidden) IsServerError() bool
IsServerError returns true when this create registry entities forbidden response has a 5xx status code
func (*CreateRegistryEntitiesForbidden) IsSuccess ¶
func (o *CreateRegistryEntitiesForbidden) IsSuccess() bool
IsSuccess returns true when this create registry entities forbidden response has a 2xx status code
func (*CreateRegistryEntitiesForbidden) String ¶
func (o *CreateRegistryEntitiesForbidden) String() string
type CreateRegistryEntitiesInternalServerError ¶
type CreateRegistryEntitiesInternalServerError 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.DomainExternalRegistryResponse }
CreateRegistryEntitiesInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewCreateRegistryEntitiesInternalServerError ¶
func NewCreateRegistryEntitiesInternalServerError() *CreateRegistryEntitiesInternalServerError
NewCreateRegistryEntitiesInternalServerError creates a CreateRegistryEntitiesInternalServerError with default headers values
func (*CreateRegistryEntitiesInternalServerError) Code ¶
func (o *CreateRegistryEntitiesInternalServerError) Code() int
Code gets the status code for the create registry entities internal server error response
func (*CreateRegistryEntitiesInternalServerError) Error ¶
func (o *CreateRegistryEntitiesInternalServerError) Error() string
func (*CreateRegistryEntitiesInternalServerError) GetPayload ¶
func (o *CreateRegistryEntitiesInternalServerError) GetPayload() *models.DomainExternalRegistryResponse
func (*CreateRegistryEntitiesInternalServerError) IsClientError ¶
func (o *CreateRegistryEntitiesInternalServerError) IsClientError() bool
IsClientError returns true when this create registry entities internal server error response has a 4xx status code
func (*CreateRegistryEntitiesInternalServerError) IsCode ¶
func (o *CreateRegistryEntitiesInternalServerError) IsCode(code int) bool
IsCode returns true when this create registry entities internal server error response a status code equal to that given
func (*CreateRegistryEntitiesInternalServerError) IsRedirect ¶
func (o *CreateRegistryEntitiesInternalServerError) IsRedirect() bool
IsRedirect returns true when this create registry entities internal server error response has a 3xx status code
func (*CreateRegistryEntitiesInternalServerError) IsServerError ¶
func (o *CreateRegistryEntitiesInternalServerError) IsServerError() bool
IsServerError returns true when this create registry entities internal server error response has a 5xx status code
func (*CreateRegistryEntitiesInternalServerError) IsSuccess ¶
func (o *CreateRegistryEntitiesInternalServerError) IsSuccess() bool
IsSuccess returns true when this create registry entities internal server error response has a 2xx status code
func (*CreateRegistryEntitiesInternalServerError) String ¶
func (o *CreateRegistryEntitiesInternalServerError) String() string
type CreateRegistryEntitiesParams ¶
type CreateRegistryEntitiesParams struct { // Body. Body *models.RegistryassessmentExternalRegistryPayload Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
CreateRegistryEntitiesParams contains all the parameters to send to the API endpoint
for the create registry entities operation. Typically these are written to a http.Request.
func NewCreateRegistryEntitiesParams ¶
func NewCreateRegistryEntitiesParams() *CreateRegistryEntitiesParams
NewCreateRegistryEntitiesParams creates a new CreateRegistryEntitiesParams 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 NewCreateRegistryEntitiesParamsWithContext ¶
func NewCreateRegistryEntitiesParamsWithContext(ctx context.Context) *CreateRegistryEntitiesParams
NewCreateRegistryEntitiesParamsWithContext creates a new CreateRegistryEntitiesParams object with the ability to set a context for a request.
func NewCreateRegistryEntitiesParamsWithHTTPClient ¶
func NewCreateRegistryEntitiesParamsWithHTTPClient(client *http.Client) *CreateRegistryEntitiesParams
NewCreateRegistryEntitiesParamsWithHTTPClient creates a new CreateRegistryEntitiesParams object with the ability to set a custom HTTPClient for a request.
func NewCreateRegistryEntitiesParamsWithTimeout ¶
func NewCreateRegistryEntitiesParamsWithTimeout(timeout time.Duration) *CreateRegistryEntitiesParams
NewCreateRegistryEntitiesParamsWithTimeout creates a new CreateRegistryEntitiesParams object with the ability to set a timeout on a request.
func (*CreateRegistryEntitiesParams) SetBody ¶
func (o *CreateRegistryEntitiesParams) SetBody(body *models.RegistryassessmentExternalRegistryPayload)
SetBody adds the body to the create registry entities params
func (*CreateRegistryEntitiesParams) SetContext ¶
func (o *CreateRegistryEntitiesParams) SetContext(ctx context.Context)
SetContext adds the context to the create registry entities params
func (*CreateRegistryEntitiesParams) SetDefaults ¶
func (o *CreateRegistryEntitiesParams) SetDefaults()
SetDefaults hydrates default values in the create registry entities params (not the query body).
All values with no default are reset to their zero value.
func (*CreateRegistryEntitiesParams) SetHTTPClient ¶
func (o *CreateRegistryEntitiesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create registry entities params
func (*CreateRegistryEntitiesParams) SetTimeout ¶
func (o *CreateRegistryEntitiesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create registry entities params
func (*CreateRegistryEntitiesParams) WithBody ¶
func (o *CreateRegistryEntitiesParams) WithBody(body *models.RegistryassessmentExternalRegistryPayload) *CreateRegistryEntitiesParams
WithBody adds the body to the create registry entities params
func (*CreateRegistryEntitiesParams) WithContext ¶
func (o *CreateRegistryEntitiesParams) WithContext(ctx context.Context) *CreateRegistryEntitiesParams
WithContext adds the context to the create registry entities params
func (*CreateRegistryEntitiesParams) WithDefaults ¶
func (o *CreateRegistryEntitiesParams) WithDefaults() *CreateRegistryEntitiesParams
WithDefaults hydrates default values in the create registry entities params (not the query body).
All values with no default are reset to their zero value.
func (*CreateRegistryEntitiesParams) WithHTTPClient ¶
func (o *CreateRegistryEntitiesParams) WithHTTPClient(client *http.Client) *CreateRegistryEntitiesParams
WithHTTPClient adds the HTTPClient to the create registry entities params
func (*CreateRegistryEntitiesParams) WithTimeout ¶
func (o *CreateRegistryEntitiesParams) WithTimeout(timeout time.Duration) *CreateRegistryEntitiesParams
WithTimeout adds the timeout to the create registry entities params
func (*CreateRegistryEntitiesParams) WriteToRequest ¶
func (o *CreateRegistryEntitiesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateRegistryEntitiesReader ¶
type CreateRegistryEntitiesReader struct {
// contains filtered or unexported fields
}
CreateRegistryEntitiesReader is a Reader for the CreateRegistryEntities structure.
func (*CreateRegistryEntitiesReader) ReadResponse ¶
func (o *CreateRegistryEntitiesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CreateRegistryEntitiesTooManyRequests ¶
type CreateRegistryEntitiesTooManyRequests 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 }
CreateRegistryEntitiesTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewCreateRegistryEntitiesTooManyRequests ¶
func NewCreateRegistryEntitiesTooManyRequests() *CreateRegistryEntitiesTooManyRequests
NewCreateRegistryEntitiesTooManyRequests creates a CreateRegistryEntitiesTooManyRequests with default headers values
func (*CreateRegistryEntitiesTooManyRequests) Code ¶
func (o *CreateRegistryEntitiesTooManyRequests) Code() int
Code gets the status code for the create registry entities too many requests response
func (*CreateRegistryEntitiesTooManyRequests) Error ¶
func (o *CreateRegistryEntitiesTooManyRequests) Error() string
func (*CreateRegistryEntitiesTooManyRequests) GetPayload ¶
func (o *CreateRegistryEntitiesTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*CreateRegistryEntitiesTooManyRequests) IsClientError ¶
func (o *CreateRegistryEntitiesTooManyRequests) IsClientError() bool
IsClientError returns true when this create registry entities too many requests response has a 4xx status code
func (*CreateRegistryEntitiesTooManyRequests) IsCode ¶
func (o *CreateRegistryEntitiesTooManyRequests) IsCode(code int) bool
IsCode returns true when this create registry entities too many requests response a status code equal to that given
func (*CreateRegistryEntitiesTooManyRequests) IsRedirect ¶
func (o *CreateRegistryEntitiesTooManyRequests) IsRedirect() bool
IsRedirect returns true when this create registry entities too many requests response has a 3xx status code
func (*CreateRegistryEntitiesTooManyRequests) IsServerError ¶
func (o *CreateRegistryEntitiesTooManyRequests) IsServerError() bool
IsServerError returns true when this create registry entities too many requests response has a 5xx status code
func (*CreateRegistryEntitiesTooManyRequests) IsSuccess ¶
func (o *CreateRegistryEntitiesTooManyRequests) IsSuccess() bool
IsSuccess returns true when this create registry entities too many requests response has a 2xx status code
func (*CreateRegistryEntitiesTooManyRequests) String ¶
func (o *CreateRegistryEntitiesTooManyRequests) String() string
type DeleteRegistryEntitiesForbidden ¶
type DeleteRegistryEntitiesForbidden 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 }
DeleteRegistryEntitiesForbidden describes a response with status code 403, with default header values.
Forbidden
func NewDeleteRegistryEntitiesForbidden ¶
func NewDeleteRegistryEntitiesForbidden() *DeleteRegistryEntitiesForbidden
NewDeleteRegistryEntitiesForbidden creates a DeleteRegistryEntitiesForbidden with default headers values
func (*DeleteRegistryEntitiesForbidden) Code ¶
func (o *DeleteRegistryEntitiesForbidden) Code() int
Code gets the status code for the delete registry entities forbidden response
func (*DeleteRegistryEntitiesForbidden) Error ¶
func (o *DeleteRegistryEntitiesForbidden) Error() string
func (*DeleteRegistryEntitiesForbidden) GetPayload ¶
func (o *DeleteRegistryEntitiesForbidden) GetPayload() *models.MsaReplyMetaOnly
func (*DeleteRegistryEntitiesForbidden) IsClientError ¶
func (o *DeleteRegistryEntitiesForbidden) IsClientError() bool
IsClientError returns true when this delete registry entities forbidden response has a 4xx status code
func (*DeleteRegistryEntitiesForbidden) IsCode ¶
func (o *DeleteRegistryEntitiesForbidden) IsCode(code int) bool
IsCode returns true when this delete registry entities forbidden response a status code equal to that given
func (*DeleteRegistryEntitiesForbidden) IsRedirect ¶
func (o *DeleteRegistryEntitiesForbidden) IsRedirect() bool
IsRedirect returns true when this delete registry entities forbidden response has a 3xx status code
func (*DeleteRegistryEntitiesForbidden) IsServerError ¶
func (o *DeleteRegistryEntitiesForbidden) IsServerError() bool
IsServerError returns true when this delete registry entities forbidden response has a 5xx status code
func (*DeleteRegistryEntitiesForbidden) IsSuccess ¶
func (o *DeleteRegistryEntitiesForbidden) IsSuccess() bool
IsSuccess returns true when this delete registry entities forbidden response has a 2xx status code
func (*DeleteRegistryEntitiesForbidden) String ¶
func (o *DeleteRegistryEntitiesForbidden) String() string
type DeleteRegistryEntitiesInternalServerError ¶ added in v0.9.0
type DeleteRegistryEntitiesInternalServerError 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 }
DeleteRegistryEntitiesInternalServerError describes a response with status code 500, with default header values.
Unexpected Error
func NewDeleteRegistryEntitiesInternalServerError ¶ added in v0.9.0
func NewDeleteRegistryEntitiesInternalServerError() *DeleteRegistryEntitiesInternalServerError
NewDeleteRegistryEntitiesInternalServerError creates a DeleteRegistryEntitiesInternalServerError with default headers values
func (*DeleteRegistryEntitiesInternalServerError) Code ¶ added in v0.9.0
func (o *DeleteRegistryEntitiesInternalServerError) Code() int
Code gets the status code for the delete registry entities internal server error response
func (*DeleteRegistryEntitiesInternalServerError) Error ¶ added in v0.9.0
func (o *DeleteRegistryEntitiesInternalServerError) Error() string
func (*DeleteRegistryEntitiesInternalServerError) GetPayload ¶ added in v0.9.0
func (o *DeleteRegistryEntitiesInternalServerError) GetPayload() *models.MsaReplyMetaOnly
func (*DeleteRegistryEntitiesInternalServerError) IsClientError ¶ added in v0.9.0
func (o *DeleteRegistryEntitiesInternalServerError) IsClientError() bool
IsClientError returns true when this delete registry entities internal server error response has a 4xx status code
func (*DeleteRegistryEntitiesInternalServerError) IsCode ¶ added in v0.9.0
func (o *DeleteRegistryEntitiesInternalServerError) IsCode(code int) bool
IsCode returns true when this delete registry entities internal server error response a status code equal to that given
func (*DeleteRegistryEntitiesInternalServerError) IsRedirect ¶ added in v0.9.0
func (o *DeleteRegistryEntitiesInternalServerError) IsRedirect() bool
IsRedirect returns true when this delete registry entities internal server error response has a 3xx status code
func (*DeleteRegistryEntitiesInternalServerError) IsServerError ¶ added in v0.9.0
func (o *DeleteRegistryEntitiesInternalServerError) IsServerError() bool
IsServerError returns true when this delete registry entities internal server error response has a 5xx status code
func (*DeleteRegistryEntitiesInternalServerError) IsSuccess ¶ added in v0.9.0
func (o *DeleteRegistryEntitiesInternalServerError) IsSuccess() bool
IsSuccess returns true when this delete registry entities internal server error response has a 2xx status code
func (*DeleteRegistryEntitiesInternalServerError) String ¶ added in v0.9.0
func (o *DeleteRegistryEntitiesInternalServerError) String() string
type DeleteRegistryEntitiesOK ¶
type DeleteRegistryEntitiesOK 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.DomainExternalRegistryListResponse }
DeleteRegistryEntitiesOK describes a response with status code 200, with default header values.
OK
func NewDeleteRegistryEntitiesOK ¶
func NewDeleteRegistryEntitiesOK() *DeleteRegistryEntitiesOK
NewDeleteRegistryEntitiesOK creates a DeleteRegistryEntitiesOK with default headers values
func (*DeleteRegistryEntitiesOK) Code ¶
func (o *DeleteRegistryEntitiesOK) Code() int
Code gets the status code for the delete registry entities o k response
func (*DeleteRegistryEntitiesOK) Error ¶
func (o *DeleteRegistryEntitiesOK) Error() string
func (*DeleteRegistryEntitiesOK) GetPayload ¶
func (o *DeleteRegistryEntitiesOK) GetPayload() *models.DomainExternalRegistryListResponse
func (*DeleteRegistryEntitiesOK) IsClientError ¶
func (o *DeleteRegistryEntitiesOK) IsClientError() bool
IsClientError returns true when this delete registry entities o k response has a 4xx status code
func (*DeleteRegistryEntitiesOK) IsCode ¶
func (o *DeleteRegistryEntitiesOK) IsCode(code int) bool
IsCode returns true when this delete registry entities o k response a status code equal to that given
func (*DeleteRegistryEntitiesOK) IsRedirect ¶
func (o *DeleteRegistryEntitiesOK) IsRedirect() bool
IsRedirect returns true when this delete registry entities o k response has a 3xx status code
func (*DeleteRegistryEntitiesOK) IsServerError ¶
func (o *DeleteRegistryEntitiesOK) IsServerError() bool
IsServerError returns true when this delete registry entities o k response has a 5xx status code
func (*DeleteRegistryEntitiesOK) IsSuccess ¶
func (o *DeleteRegistryEntitiesOK) IsSuccess() bool
IsSuccess returns true when this delete registry entities o k response has a 2xx status code
func (*DeleteRegistryEntitiesOK) String ¶
func (o *DeleteRegistryEntitiesOK) String() string
type DeleteRegistryEntitiesParams ¶
type DeleteRegistryEntitiesParams struct { /* Ids. Registry entity UUID */ Ids string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteRegistryEntitiesParams contains all the parameters to send to the API endpoint
for the delete registry entities operation. Typically these are written to a http.Request.
func NewDeleteRegistryEntitiesParams ¶
func NewDeleteRegistryEntitiesParams() *DeleteRegistryEntitiesParams
NewDeleteRegistryEntitiesParams creates a new DeleteRegistryEntitiesParams 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 NewDeleteRegistryEntitiesParamsWithContext ¶
func NewDeleteRegistryEntitiesParamsWithContext(ctx context.Context) *DeleteRegistryEntitiesParams
NewDeleteRegistryEntitiesParamsWithContext creates a new DeleteRegistryEntitiesParams object with the ability to set a context for a request.
func NewDeleteRegistryEntitiesParamsWithHTTPClient ¶
func NewDeleteRegistryEntitiesParamsWithHTTPClient(client *http.Client) *DeleteRegistryEntitiesParams
NewDeleteRegistryEntitiesParamsWithHTTPClient creates a new DeleteRegistryEntitiesParams object with the ability to set a custom HTTPClient for a request.
func NewDeleteRegistryEntitiesParamsWithTimeout ¶
func NewDeleteRegistryEntitiesParamsWithTimeout(timeout time.Duration) *DeleteRegistryEntitiesParams
NewDeleteRegistryEntitiesParamsWithTimeout creates a new DeleteRegistryEntitiesParams object with the ability to set a timeout on a request.
func (*DeleteRegistryEntitiesParams) SetContext ¶
func (o *DeleteRegistryEntitiesParams) SetContext(ctx context.Context)
SetContext adds the context to the delete registry entities params
func (*DeleteRegistryEntitiesParams) SetDefaults ¶
func (o *DeleteRegistryEntitiesParams) SetDefaults()
SetDefaults hydrates default values in the delete registry entities params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteRegistryEntitiesParams) SetHTTPClient ¶
func (o *DeleteRegistryEntitiesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete registry entities params
func (*DeleteRegistryEntitiesParams) SetIds ¶
func (o *DeleteRegistryEntitiesParams) SetIds(ids string)
SetIds adds the ids to the delete registry entities params
func (*DeleteRegistryEntitiesParams) SetTimeout ¶
func (o *DeleteRegistryEntitiesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete registry entities params
func (*DeleteRegistryEntitiesParams) WithContext ¶
func (o *DeleteRegistryEntitiesParams) WithContext(ctx context.Context) *DeleteRegistryEntitiesParams
WithContext adds the context to the delete registry entities params
func (*DeleteRegistryEntitiesParams) WithDefaults ¶
func (o *DeleteRegistryEntitiesParams) WithDefaults() *DeleteRegistryEntitiesParams
WithDefaults hydrates default values in the delete registry entities params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteRegistryEntitiesParams) WithHTTPClient ¶
func (o *DeleteRegistryEntitiesParams) WithHTTPClient(client *http.Client) *DeleteRegistryEntitiesParams
WithHTTPClient adds the HTTPClient to the delete registry entities params
func (*DeleteRegistryEntitiesParams) WithIds ¶
func (o *DeleteRegistryEntitiesParams) WithIds(ids string) *DeleteRegistryEntitiesParams
WithIds adds the ids to the delete registry entities params
func (*DeleteRegistryEntitiesParams) WithTimeout ¶
func (o *DeleteRegistryEntitiesParams) WithTimeout(timeout time.Duration) *DeleteRegistryEntitiesParams
WithTimeout adds the timeout to the delete registry entities params
func (*DeleteRegistryEntitiesParams) WriteToRequest ¶
func (o *DeleteRegistryEntitiesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteRegistryEntitiesReader ¶
type DeleteRegistryEntitiesReader struct {
// contains filtered or unexported fields
}
DeleteRegistryEntitiesReader is a Reader for the DeleteRegistryEntities structure.
func (*DeleteRegistryEntitiesReader) ReadResponse ¶
func (o *DeleteRegistryEntitiesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteRegistryEntitiesTooManyRequests ¶
type DeleteRegistryEntitiesTooManyRequests 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 }
DeleteRegistryEntitiesTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewDeleteRegistryEntitiesTooManyRequests ¶
func NewDeleteRegistryEntitiesTooManyRequests() *DeleteRegistryEntitiesTooManyRequests
NewDeleteRegistryEntitiesTooManyRequests creates a DeleteRegistryEntitiesTooManyRequests with default headers values
func (*DeleteRegistryEntitiesTooManyRequests) Code ¶
func (o *DeleteRegistryEntitiesTooManyRequests) Code() int
Code gets the status code for the delete registry entities too many requests response
func (*DeleteRegistryEntitiesTooManyRequests) Error ¶
func (o *DeleteRegistryEntitiesTooManyRequests) Error() string
func (*DeleteRegistryEntitiesTooManyRequests) GetPayload ¶
func (o *DeleteRegistryEntitiesTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*DeleteRegistryEntitiesTooManyRequests) IsClientError ¶
func (o *DeleteRegistryEntitiesTooManyRequests) IsClientError() bool
IsClientError returns true when this delete registry entities too many requests response has a 4xx status code
func (*DeleteRegistryEntitiesTooManyRequests) IsCode ¶
func (o *DeleteRegistryEntitiesTooManyRequests) IsCode(code int) bool
IsCode returns true when this delete registry entities too many requests response a status code equal to that given
func (*DeleteRegistryEntitiesTooManyRequests) IsRedirect ¶
func (o *DeleteRegistryEntitiesTooManyRequests) IsRedirect() bool
IsRedirect returns true when this delete registry entities too many requests response has a 3xx status code
func (*DeleteRegistryEntitiesTooManyRequests) IsServerError ¶
func (o *DeleteRegistryEntitiesTooManyRequests) IsServerError() bool
IsServerError returns true when this delete registry entities too many requests response has a 5xx status code
func (*DeleteRegistryEntitiesTooManyRequests) IsSuccess ¶
func (o *DeleteRegistryEntitiesTooManyRequests) IsSuccess() bool
IsSuccess returns true when this delete registry entities too many requests response has a 2xx status code
func (*DeleteRegistryEntitiesTooManyRequests) String ¶
func (o *DeleteRegistryEntitiesTooManyRequests) String() string
type DownloadExportFileForbidden ¶ added in v0.9.0
type DownloadExportFileForbidden 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 }
DownloadExportFileForbidden describes a response with status code 403, with default header values.
Forbidden
func NewDownloadExportFileForbidden ¶ added in v0.9.0
func NewDownloadExportFileForbidden() *DownloadExportFileForbidden
NewDownloadExportFileForbidden creates a DownloadExportFileForbidden with default headers values
func (*DownloadExportFileForbidden) Code ¶ added in v0.9.0
func (o *DownloadExportFileForbidden) Code() int
Code gets the status code for the download export file forbidden response
func (*DownloadExportFileForbidden) Error ¶ added in v0.9.0
func (o *DownloadExportFileForbidden) Error() string
func (*DownloadExportFileForbidden) GetPayload ¶ added in v0.9.0
func (o *DownloadExportFileForbidden) GetPayload() *models.MsaReplyMetaOnly
func (*DownloadExportFileForbidden) IsClientError ¶ added in v0.9.0
func (o *DownloadExportFileForbidden) IsClientError() bool
IsClientError returns true when this download export file forbidden response has a 4xx status code
func (*DownloadExportFileForbidden) IsCode ¶ added in v0.9.0
func (o *DownloadExportFileForbidden) IsCode(code int) bool
IsCode returns true when this download export file forbidden response a status code equal to that given
func (*DownloadExportFileForbidden) IsRedirect ¶ added in v0.9.0
func (o *DownloadExportFileForbidden) IsRedirect() bool
IsRedirect returns true when this download export file forbidden response has a 3xx status code
func (*DownloadExportFileForbidden) IsServerError ¶ added in v0.9.0
func (o *DownloadExportFileForbidden) IsServerError() bool
IsServerError returns true when this download export file forbidden response has a 5xx status code
func (*DownloadExportFileForbidden) IsSuccess ¶ added in v0.9.0
func (o *DownloadExportFileForbidden) IsSuccess() bool
IsSuccess returns true when this download export file forbidden response has a 2xx status code
func (*DownloadExportFileForbidden) String ¶ added in v0.9.0
func (o *DownloadExportFileForbidden) String() string
type DownloadExportFileInternalServerError ¶ added in v0.9.0
type DownloadExportFileInternalServerError 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.MsaspecResponseFields }
DownloadExportFileInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewDownloadExportFileInternalServerError ¶ added in v0.9.0
func NewDownloadExportFileInternalServerError() *DownloadExportFileInternalServerError
NewDownloadExportFileInternalServerError creates a DownloadExportFileInternalServerError with default headers values
func (*DownloadExportFileInternalServerError) Code ¶ added in v0.9.0
func (o *DownloadExportFileInternalServerError) Code() int
Code gets the status code for the download export file internal server error response
func (*DownloadExportFileInternalServerError) Error ¶ added in v0.9.0
func (o *DownloadExportFileInternalServerError) Error() string
func (*DownloadExportFileInternalServerError) GetPayload ¶ added in v0.9.0
func (o *DownloadExportFileInternalServerError) GetPayload() *models.MsaspecResponseFields
func (*DownloadExportFileInternalServerError) IsClientError ¶ added in v0.9.0
func (o *DownloadExportFileInternalServerError) IsClientError() bool
IsClientError returns true when this download export file internal server error response has a 4xx status code
func (*DownloadExportFileInternalServerError) IsCode ¶ added in v0.9.0
func (o *DownloadExportFileInternalServerError) IsCode(code int) bool
IsCode returns true when this download export file internal server error response a status code equal to that given
func (*DownloadExportFileInternalServerError) IsRedirect ¶ added in v0.9.0
func (o *DownloadExportFileInternalServerError) IsRedirect() bool
IsRedirect returns true when this download export file internal server error response has a 3xx status code
func (*DownloadExportFileInternalServerError) IsServerError ¶ added in v0.9.0
func (o *DownloadExportFileInternalServerError) IsServerError() bool
IsServerError returns true when this download export file internal server error response has a 5xx status code
func (*DownloadExportFileInternalServerError) IsSuccess ¶ added in v0.9.0
func (o *DownloadExportFileInternalServerError) IsSuccess() bool
IsSuccess returns true when this download export file internal server error response has a 2xx status code
func (*DownloadExportFileInternalServerError) String ¶ added in v0.9.0
func (o *DownloadExportFileInternalServerError) String() string
type DownloadExportFileNotFound ¶ added in v0.9.0
type DownloadExportFileNotFound 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.MsaspecResponseFields }
DownloadExportFileNotFound describes a response with status code 404, with default header values.
Not Found
func NewDownloadExportFileNotFound ¶ added in v0.9.0
func NewDownloadExportFileNotFound() *DownloadExportFileNotFound
NewDownloadExportFileNotFound creates a DownloadExportFileNotFound with default headers values
func (*DownloadExportFileNotFound) Code ¶ added in v0.9.0
func (o *DownloadExportFileNotFound) Code() int
Code gets the status code for the download export file not found response
func (*DownloadExportFileNotFound) Error ¶ added in v0.9.0
func (o *DownloadExportFileNotFound) Error() string
func (*DownloadExportFileNotFound) GetPayload ¶ added in v0.9.0
func (o *DownloadExportFileNotFound) GetPayload() *models.MsaspecResponseFields
func (*DownloadExportFileNotFound) IsClientError ¶ added in v0.9.0
func (o *DownloadExportFileNotFound) IsClientError() bool
IsClientError returns true when this download export file not found response has a 4xx status code
func (*DownloadExportFileNotFound) IsCode ¶ added in v0.9.0
func (o *DownloadExportFileNotFound) IsCode(code int) bool
IsCode returns true when this download export file not found response a status code equal to that given
func (*DownloadExportFileNotFound) IsRedirect ¶ added in v0.9.0
func (o *DownloadExportFileNotFound) IsRedirect() bool
IsRedirect returns true when this download export file not found response has a 3xx status code
func (*DownloadExportFileNotFound) IsServerError ¶ added in v0.9.0
func (o *DownloadExportFileNotFound) IsServerError() bool
IsServerError returns true when this download export file not found response has a 5xx status code
func (*DownloadExportFileNotFound) IsSuccess ¶ added in v0.9.0
func (o *DownloadExportFileNotFound) IsSuccess() bool
IsSuccess returns true when this download export file not found response has a 2xx status code
func (*DownloadExportFileNotFound) String ¶ added in v0.9.0
func (o *DownloadExportFileNotFound) String() string
type DownloadExportFileOK ¶ added in v0.9.0
type DownloadExportFileOK 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 []int64 }
DownloadExportFileOK describes a response with status code 200, with default header values.
OK
func NewDownloadExportFileOK ¶ added in v0.9.0
func NewDownloadExportFileOK() *DownloadExportFileOK
NewDownloadExportFileOK creates a DownloadExportFileOK with default headers values
func (*DownloadExportFileOK) Code ¶ added in v0.9.0
func (o *DownloadExportFileOK) Code() int
Code gets the status code for the download export file o k response
func (*DownloadExportFileOK) Error ¶ added in v0.9.0
func (o *DownloadExportFileOK) Error() string
func (*DownloadExportFileOK) GetPayload ¶ added in v0.9.0
func (o *DownloadExportFileOK) GetPayload() []int64
func (*DownloadExportFileOK) IsClientError ¶ added in v0.9.0
func (o *DownloadExportFileOK) IsClientError() bool
IsClientError returns true when this download export file o k response has a 4xx status code
func (*DownloadExportFileOK) IsCode ¶ added in v0.9.0
func (o *DownloadExportFileOK) IsCode(code int) bool
IsCode returns true when this download export file o k response a status code equal to that given
func (*DownloadExportFileOK) IsRedirect ¶ added in v0.9.0
func (o *DownloadExportFileOK) IsRedirect() bool
IsRedirect returns true when this download export file o k response has a 3xx status code
func (*DownloadExportFileOK) IsServerError ¶ added in v0.9.0
func (o *DownloadExportFileOK) IsServerError() bool
IsServerError returns true when this download export file o k response has a 5xx status code
func (*DownloadExportFileOK) IsSuccess ¶ added in v0.9.0
func (o *DownloadExportFileOK) IsSuccess() bool
IsSuccess returns true when this download export file o k response has a 2xx status code
func (*DownloadExportFileOK) String ¶ added in v0.9.0
func (o *DownloadExportFileOK) String() string
type DownloadExportFileParams ¶ added in v0.9.0
type DownloadExportFileParams struct { /* ID. Export job ID. */ ID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DownloadExportFileParams contains all the parameters to send to the API endpoint
for the download export file operation. Typically these are written to a http.Request.
func NewDownloadExportFileParams ¶ added in v0.9.0
func NewDownloadExportFileParams() *DownloadExportFileParams
NewDownloadExportFileParams creates a new DownloadExportFileParams 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 NewDownloadExportFileParamsWithContext ¶ added in v0.9.0
func NewDownloadExportFileParamsWithContext(ctx context.Context) *DownloadExportFileParams
NewDownloadExportFileParamsWithContext creates a new DownloadExportFileParams object with the ability to set a context for a request.
func NewDownloadExportFileParamsWithHTTPClient ¶ added in v0.9.0
func NewDownloadExportFileParamsWithHTTPClient(client *http.Client) *DownloadExportFileParams
NewDownloadExportFileParamsWithHTTPClient creates a new DownloadExportFileParams object with the ability to set a custom HTTPClient for a request.
func NewDownloadExportFileParamsWithTimeout ¶ added in v0.9.0
func NewDownloadExportFileParamsWithTimeout(timeout time.Duration) *DownloadExportFileParams
NewDownloadExportFileParamsWithTimeout creates a new DownloadExportFileParams object with the ability to set a timeout on a request.
func (*DownloadExportFileParams) SetContext ¶ added in v0.9.0
func (o *DownloadExportFileParams) SetContext(ctx context.Context)
SetContext adds the context to the download export file params
func (*DownloadExportFileParams) SetDefaults ¶ added in v0.9.0
func (o *DownloadExportFileParams) SetDefaults()
SetDefaults hydrates default values in the download export file params (not the query body).
All values with no default are reset to their zero value.
func (*DownloadExportFileParams) SetHTTPClient ¶ added in v0.9.0
func (o *DownloadExportFileParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the download export file params
func (*DownloadExportFileParams) SetID ¶ added in v0.9.0
func (o *DownloadExportFileParams) SetID(id string)
SetID adds the id to the download export file params
func (*DownloadExportFileParams) SetTimeout ¶ added in v0.9.0
func (o *DownloadExportFileParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the download export file params
func (*DownloadExportFileParams) WithContext ¶ added in v0.9.0
func (o *DownloadExportFileParams) WithContext(ctx context.Context) *DownloadExportFileParams
WithContext adds the context to the download export file params
func (*DownloadExportFileParams) WithDefaults ¶ added in v0.9.0
func (o *DownloadExportFileParams) WithDefaults() *DownloadExportFileParams
WithDefaults hydrates default values in the download export file params (not the query body).
All values with no default are reset to their zero value.
func (*DownloadExportFileParams) WithHTTPClient ¶ added in v0.9.0
func (o *DownloadExportFileParams) WithHTTPClient(client *http.Client) *DownloadExportFileParams
WithHTTPClient adds the HTTPClient to the download export file params
func (*DownloadExportFileParams) WithID ¶ added in v0.9.0
func (o *DownloadExportFileParams) WithID(id string) *DownloadExportFileParams
WithID adds the id to the download export file params
func (*DownloadExportFileParams) WithTimeout ¶ added in v0.9.0
func (o *DownloadExportFileParams) WithTimeout(timeout time.Duration) *DownloadExportFileParams
WithTimeout adds the timeout to the download export file params
func (*DownloadExportFileParams) WriteToRequest ¶ added in v0.9.0
func (o *DownloadExportFileParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DownloadExportFileReader ¶ added in v0.9.0
type DownloadExportFileReader struct {
// contains filtered or unexported fields
}
DownloadExportFileReader is a Reader for the DownloadExportFile structure.
func (*DownloadExportFileReader) ReadResponse ¶ added in v0.9.0
func (o *DownloadExportFileReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DownloadExportFileTooManyRequests ¶ added in v0.9.0
type DownloadExportFileTooManyRequests 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 }
DownloadExportFileTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewDownloadExportFileTooManyRequests ¶ added in v0.9.0
func NewDownloadExportFileTooManyRequests() *DownloadExportFileTooManyRequests
NewDownloadExportFileTooManyRequests creates a DownloadExportFileTooManyRequests with default headers values
func (*DownloadExportFileTooManyRequests) Code ¶ added in v0.9.0
func (o *DownloadExportFileTooManyRequests) Code() int
Code gets the status code for the download export file too many requests response
func (*DownloadExportFileTooManyRequests) Error ¶ added in v0.9.0
func (o *DownloadExportFileTooManyRequests) Error() string
func (*DownloadExportFileTooManyRequests) GetPayload ¶ added in v0.9.0
func (o *DownloadExportFileTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*DownloadExportFileTooManyRequests) IsClientError ¶ added in v0.9.0
func (o *DownloadExportFileTooManyRequests) IsClientError() bool
IsClientError returns true when this download export file too many requests response has a 4xx status code
func (*DownloadExportFileTooManyRequests) IsCode ¶ added in v0.9.0
func (o *DownloadExportFileTooManyRequests) IsCode(code int) bool
IsCode returns true when this download export file too many requests response a status code equal to that given
func (*DownloadExportFileTooManyRequests) IsRedirect ¶ added in v0.9.0
func (o *DownloadExportFileTooManyRequests) IsRedirect() bool
IsRedirect returns true when this download export file too many requests response has a 3xx status code
func (*DownloadExportFileTooManyRequests) IsServerError ¶ added in v0.9.0
func (o *DownloadExportFileTooManyRequests) IsServerError() bool
IsServerError returns true when this download export file too many requests response has a 5xx status code
func (*DownloadExportFileTooManyRequests) IsSuccess ¶ added in v0.9.0
func (o *DownloadExportFileTooManyRequests) IsSuccess() bool
IsSuccess returns true when this download export file too many requests response has a 2xx status code
func (*DownloadExportFileTooManyRequests) String ¶ added in v0.9.0
func (o *DownloadExportFileTooManyRequests) String() string
type LaunchExportJobBadRequest ¶ added in v0.9.0
type LaunchExportJobBadRequest 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.MsaspecResponseFields }
LaunchExportJobBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewLaunchExportJobBadRequest ¶ added in v0.9.0
func NewLaunchExportJobBadRequest() *LaunchExportJobBadRequest
NewLaunchExportJobBadRequest creates a LaunchExportJobBadRequest with default headers values
func (*LaunchExportJobBadRequest) Code ¶ added in v0.9.0
func (o *LaunchExportJobBadRequest) Code() int
Code gets the status code for the launch export job bad request response
func (*LaunchExportJobBadRequest) Error ¶ added in v0.9.0
func (o *LaunchExportJobBadRequest) Error() string
func (*LaunchExportJobBadRequest) GetPayload ¶ added in v0.9.0
func (o *LaunchExportJobBadRequest) GetPayload() *models.MsaspecResponseFields
func (*LaunchExportJobBadRequest) IsClientError ¶ added in v0.9.0
func (o *LaunchExportJobBadRequest) IsClientError() bool
IsClientError returns true when this launch export job bad request response has a 4xx status code
func (*LaunchExportJobBadRequest) IsCode ¶ added in v0.9.0
func (o *LaunchExportJobBadRequest) IsCode(code int) bool
IsCode returns true when this launch export job bad request response a status code equal to that given
func (*LaunchExportJobBadRequest) IsRedirect ¶ added in v0.9.0
func (o *LaunchExportJobBadRequest) IsRedirect() bool
IsRedirect returns true when this launch export job bad request response has a 3xx status code
func (*LaunchExportJobBadRequest) IsServerError ¶ added in v0.9.0
func (o *LaunchExportJobBadRequest) IsServerError() bool
IsServerError returns true when this launch export job bad request response has a 5xx status code
func (*LaunchExportJobBadRequest) IsSuccess ¶ added in v0.9.0
func (o *LaunchExportJobBadRequest) IsSuccess() bool
IsSuccess returns true when this launch export job bad request response has a 2xx status code
func (*LaunchExportJobBadRequest) String ¶ added in v0.9.0
func (o *LaunchExportJobBadRequest) String() string
type LaunchExportJobForbidden ¶ added in v0.9.0
type LaunchExportJobForbidden 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 }
LaunchExportJobForbidden describes a response with status code 403, with default header values.
Forbidden
func NewLaunchExportJobForbidden ¶ added in v0.9.0
func NewLaunchExportJobForbidden() *LaunchExportJobForbidden
NewLaunchExportJobForbidden creates a LaunchExportJobForbidden with default headers values
func (*LaunchExportJobForbidden) Code ¶ added in v0.9.0
func (o *LaunchExportJobForbidden) Code() int
Code gets the status code for the launch export job forbidden response
func (*LaunchExportJobForbidden) Error ¶ added in v0.9.0
func (o *LaunchExportJobForbidden) Error() string
func (*LaunchExportJobForbidden) GetPayload ¶ added in v0.9.0
func (o *LaunchExportJobForbidden) GetPayload() *models.MsaReplyMetaOnly
func (*LaunchExportJobForbidden) IsClientError ¶ added in v0.9.0
func (o *LaunchExportJobForbidden) IsClientError() bool
IsClientError returns true when this launch export job forbidden response has a 4xx status code
func (*LaunchExportJobForbidden) IsCode ¶ added in v0.9.0
func (o *LaunchExportJobForbidden) IsCode(code int) bool
IsCode returns true when this launch export job forbidden response a status code equal to that given
func (*LaunchExportJobForbidden) IsRedirect ¶ added in v0.9.0
func (o *LaunchExportJobForbidden) IsRedirect() bool
IsRedirect returns true when this launch export job forbidden response has a 3xx status code
func (*LaunchExportJobForbidden) IsServerError ¶ added in v0.9.0
func (o *LaunchExportJobForbidden) IsServerError() bool
IsServerError returns true when this launch export job forbidden response has a 5xx status code
func (*LaunchExportJobForbidden) IsSuccess ¶ added in v0.9.0
func (o *LaunchExportJobForbidden) IsSuccess() bool
IsSuccess returns true when this launch export job forbidden response has a 2xx status code
func (*LaunchExportJobForbidden) String ¶ added in v0.9.0
func (o *LaunchExportJobForbidden) String() string
type LaunchExportJobInternalServerError ¶ added in v0.9.0
type LaunchExportJobInternalServerError 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.MsaspecResponseFields }
LaunchExportJobInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewLaunchExportJobInternalServerError ¶ added in v0.9.0
func NewLaunchExportJobInternalServerError() *LaunchExportJobInternalServerError
NewLaunchExportJobInternalServerError creates a LaunchExportJobInternalServerError with default headers values
func (*LaunchExportJobInternalServerError) Code ¶ added in v0.9.0
func (o *LaunchExportJobInternalServerError) Code() int
Code gets the status code for the launch export job internal server error response
func (*LaunchExportJobInternalServerError) Error ¶ added in v0.9.0
func (o *LaunchExportJobInternalServerError) Error() string
func (*LaunchExportJobInternalServerError) GetPayload ¶ added in v0.9.0
func (o *LaunchExportJobInternalServerError) GetPayload() *models.MsaspecResponseFields
func (*LaunchExportJobInternalServerError) IsClientError ¶ added in v0.9.0
func (o *LaunchExportJobInternalServerError) IsClientError() bool
IsClientError returns true when this launch export job internal server error response has a 4xx status code
func (*LaunchExportJobInternalServerError) IsCode ¶ added in v0.9.0
func (o *LaunchExportJobInternalServerError) IsCode(code int) bool
IsCode returns true when this launch export job internal server error response a status code equal to that given
func (*LaunchExportJobInternalServerError) IsRedirect ¶ added in v0.9.0
func (o *LaunchExportJobInternalServerError) IsRedirect() bool
IsRedirect returns true when this launch export job internal server error response has a 3xx status code
func (*LaunchExportJobInternalServerError) IsServerError ¶ added in v0.9.0
func (o *LaunchExportJobInternalServerError) IsServerError() bool
IsServerError returns true when this launch export job internal server error response has a 5xx status code
func (*LaunchExportJobInternalServerError) IsSuccess ¶ added in v0.9.0
func (o *LaunchExportJobInternalServerError) IsSuccess() bool
IsSuccess returns true when this launch export job internal server error response has a 2xx status code
func (*LaunchExportJobInternalServerError) String ¶ added in v0.9.0
func (o *LaunchExportJobInternalServerError) String() string
type LaunchExportJobOK ¶ added in v0.9.0
type LaunchExportJobOK 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.ExportsLaunchExportResponse }
LaunchExportJobOK describes a response with status code 200, with default header values.
OK
func NewLaunchExportJobOK ¶ added in v0.9.0
func NewLaunchExportJobOK() *LaunchExportJobOK
NewLaunchExportJobOK creates a LaunchExportJobOK with default headers values
func (*LaunchExportJobOK) Code ¶ added in v0.9.0
func (o *LaunchExportJobOK) Code() int
Code gets the status code for the launch export job o k response
func (*LaunchExportJobOK) Error ¶ added in v0.9.0
func (o *LaunchExportJobOK) Error() string
func (*LaunchExportJobOK) GetPayload ¶ added in v0.9.0
func (o *LaunchExportJobOK) GetPayload() *models.ExportsLaunchExportResponse
func (*LaunchExportJobOK) IsClientError ¶ added in v0.9.0
func (o *LaunchExportJobOK) IsClientError() bool
IsClientError returns true when this launch export job o k response has a 4xx status code
func (*LaunchExportJobOK) IsCode ¶ added in v0.9.0
func (o *LaunchExportJobOK) IsCode(code int) bool
IsCode returns true when this launch export job o k response a status code equal to that given
func (*LaunchExportJobOK) IsRedirect ¶ added in v0.9.0
func (o *LaunchExportJobOK) IsRedirect() bool
IsRedirect returns true when this launch export job o k response has a 3xx status code
func (*LaunchExportJobOK) IsServerError ¶ added in v0.9.0
func (o *LaunchExportJobOK) IsServerError() bool
IsServerError returns true when this launch export job o k response has a 5xx status code
func (*LaunchExportJobOK) IsSuccess ¶ added in v0.9.0
func (o *LaunchExportJobOK) IsSuccess() bool
IsSuccess returns true when this launch export job o k response has a 2xx status code
func (*LaunchExportJobOK) String ¶ added in v0.9.0
func (o *LaunchExportJobOK) String() string
type LaunchExportJobParams ¶ added in v0.9.0
type LaunchExportJobParams struct { /* Body. Supported resources: - `assets.clusters` - `assets.containers` - `assets.deployments` - `assets.images` - `assets.namespaces` - `assets.nodes` - `assets.pods` - `images.images-assessment-detections-expanded` - `images.images-assessment-expanded` - `images.images-assessment-vulnerabilities-expanded` - `images.images-assessment` - `images.images-detections` - `images.packages` - `images.vulnerabilities` - `investigate.container-alerts` - `investigate.drift-indicators` - `investigate.kubernetes-ioms` - `investigate.runtime-detections` - `investigate.unidentified-containers` - `network.events` - `policies.exclusions` */ Body *models.ExportsLaunchExportRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
LaunchExportJobParams contains all the parameters to send to the API endpoint
for the launch export job operation. Typically these are written to a http.Request.
func NewLaunchExportJobParams ¶ added in v0.9.0
func NewLaunchExportJobParams() *LaunchExportJobParams
NewLaunchExportJobParams creates a new LaunchExportJobParams 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 NewLaunchExportJobParamsWithContext ¶ added in v0.9.0
func NewLaunchExportJobParamsWithContext(ctx context.Context) *LaunchExportJobParams
NewLaunchExportJobParamsWithContext creates a new LaunchExportJobParams object with the ability to set a context for a request.
func NewLaunchExportJobParamsWithHTTPClient ¶ added in v0.9.0
func NewLaunchExportJobParamsWithHTTPClient(client *http.Client) *LaunchExportJobParams
NewLaunchExportJobParamsWithHTTPClient creates a new LaunchExportJobParams object with the ability to set a custom HTTPClient for a request.
func NewLaunchExportJobParamsWithTimeout ¶ added in v0.9.0
func NewLaunchExportJobParamsWithTimeout(timeout time.Duration) *LaunchExportJobParams
NewLaunchExportJobParamsWithTimeout creates a new LaunchExportJobParams object with the ability to set a timeout on a request.
func (*LaunchExportJobParams) SetBody ¶ added in v0.9.0
func (o *LaunchExportJobParams) SetBody(body *models.ExportsLaunchExportRequest)
SetBody adds the body to the launch export job params
func (*LaunchExportJobParams) SetContext ¶ added in v0.9.0
func (o *LaunchExportJobParams) SetContext(ctx context.Context)
SetContext adds the context to the launch export job params
func (*LaunchExportJobParams) SetDefaults ¶ added in v0.9.0
func (o *LaunchExportJobParams) SetDefaults()
SetDefaults hydrates default values in the launch export job params (not the query body).
All values with no default are reset to their zero value.
func (*LaunchExportJobParams) SetHTTPClient ¶ added in v0.9.0
func (o *LaunchExportJobParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the launch export job params
func (*LaunchExportJobParams) SetTimeout ¶ added in v0.9.0
func (o *LaunchExportJobParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the launch export job params
func (*LaunchExportJobParams) WithBody ¶ added in v0.9.0
func (o *LaunchExportJobParams) WithBody(body *models.ExportsLaunchExportRequest) *LaunchExportJobParams
WithBody adds the body to the launch export job params
func (*LaunchExportJobParams) WithContext ¶ added in v0.9.0
func (o *LaunchExportJobParams) WithContext(ctx context.Context) *LaunchExportJobParams
WithContext adds the context to the launch export job params
func (*LaunchExportJobParams) WithDefaults ¶ added in v0.9.0
func (o *LaunchExportJobParams) WithDefaults() *LaunchExportJobParams
WithDefaults hydrates default values in the launch export job params (not the query body).
All values with no default are reset to their zero value.
func (*LaunchExportJobParams) WithHTTPClient ¶ added in v0.9.0
func (o *LaunchExportJobParams) WithHTTPClient(client *http.Client) *LaunchExportJobParams
WithHTTPClient adds the HTTPClient to the launch export job params
func (*LaunchExportJobParams) WithTimeout ¶ added in v0.9.0
func (o *LaunchExportJobParams) WithTimeout(timeout time.Duration) *LaunchExportJobParams
WithTimeout adds the timeout to the launch export job params
func (*LaunchExportJobParams) WriteToRequest ¶ added in v0.9.0
func (o *LaunchExportJobParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type LaunchExportJobReader ¶ added in v0.9.0
type LaunchExportJobReader struct {
// contains filtered or unexported fields
}
LaunchExportJobReader is a Reader for the LaunchExportJob structure.
func (*LaunchExportJobReader) ReadResponse ¶ added in v0.9.0
func (o *LaunchExportJobReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type LaunchExportJobTooManyRequests ¶ added in v0.9.0
type LaunchExportJobTooManyRequests 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.MsaspecResponseFields }
LaunchExportJobTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewLaunchExportJobTooManyRequests ¶ added in v0.9.0
func NewLaunchExportJobTooManyRequests() *LaunchExportJobTooManyRequests
NewLaunchExportJobTooManyRequests creates a LaunchExportJobTooManyRequests with default headers values
func (*LaunchExportJobTooManyRequests) Code ¶ added in v0.9.0
func (o *LaunchExportJobTooManyRequests) Code() int
Code gets the status code for the launch export job too many requests response
func (*LaunchExportJobTooManyRequests) Error ¶ added in v0.9.0
func (o *LaunchExportJobTooManyRequests) Error() string
func (*LaunchExportJobTooManyRequests) GetPayload ¶ added in v0.9.0
func (o *LaunchExportJobTooManyRequests) GetPayload() *models.MsaspecResponseFields
func (*LaunchExportJobTooManyRequests) IsClientError ¶ added in v0.9.0
func (o *LaunchExportJobTooManyRequests) IsClientError() bool
IsClientError returns true when this launch export job too many requests response has a 4xx status code
func (*LaunchExportJobTooManyRequests) IsCode ¶ added in v0.9.0
func (o *LaunchExportJobTooManyRequests) IsCode(code int) bool
IsCode returns true when this launch export job too many requests response a status code equal to that given
func (*LaunchExportJobTooManyRequests) IsRedirect ¶ added in v0.9.0
func (o *LaunchExportJobTooManyRequests) IsRedirect() bool
IsRedirect returns true when this launch export job too many requests response has a 3xx status code
func (*LaunchExportJobTooManyRequests) IsServerError ¶ added in v0.9.0
func (o *LaunchExportJobTooManyRequests) IsServerError() bool
IsServerError returns true when this launch export job too many requests response has a 5xx status code
func (*LaunchExportJobTooManyRequests) IsSuccess ¶ added in v0.9.0
func (o *LaunchExportJobTooManyRequests) IsSuccess() bool
IsSuccess returns true when this launch export job too many requests response has a 2xx status code
func (*LaunchExportJobTooManyRequests) String ¶ added in v0.9.0
func (o *LaunchExportJobTooManyRequests) String() string
type QueryExportJobsBadRequest ¶ added in v0.9.0
type QueryExportJobsBadRequest 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.MsaspecResponseFields }
QueryExportJobsBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewQueryExportJobsBadRequest ¶ added in v0.9.0
func NewQueryExportJobsBadRequest() *QueryExportJobsBadRequest
NewQueryExportJobsBadRequest creates a QueryExportJobsBadRequest with default headers values
func (*QueryExportJobsBadRequest) Code ¶ added in v0.9.0
func (o *QueryExportJobsBadRequest) Code() int
Code gets the status code for the query export jobs bad request response
func (*QueryExportJobsBadRequest) Error ¶ added in v0.9.0
func (o *QueryExportJobsBadRequest) Error() string
func (*QueryExportJobsBadRequest) GetPayload ¶ added in v0.9.0
func (o *QueryExportJobsBadRequest) GetPayload() *models.MsaspecResponseFields
func (*QueryExportJobsBadRequest) IsClientError ¶ added in v0.9.0
func (o *QueryExportJobsBadRequest) IsClientError() bool
IsClientError returns true when this query export jobs bad request response has a 4xx status code
func (*QueryExportJobsBadRequest) IsCode ¶ added in v0.9.0
func (o *QueryExportJobsBadRequest) IsCode(code int) bool
IsCode returns true when this query export jobs bad request response a status code equal to that given
func (*QueryExportJobsBadRequest) IsRedirect ¶ added in v0.9.0
func (o *QueryExportJobsBadRequest) IsRedirect() bool
IsRedirect returns true when this query export jobs bad request response has a 3xx status code
func (*QueryExportJobsBadRequest) IsServerError ¶ added in v0.9.0
func (o *QueryExportJobsBadRequest) IsServerError() bool
IsServerError returns true when this query export jobs bad request response has a 5xx status code
func (*QueryExportJobsBadRequest) IsSuccess ¶ added in v0.9.0
func (o *QueryExportJobsBadRequest) IsSuccess() bool
IsSuccess returns true when this query export jobs bad request response has a 2xx status code
func (*QueryExportJobsBadRequest) String ¶ added in v0.9.0
func (o *QueryExportJobsBadRequest) String() string
type QueryExportJobsForbidden ¶ added in v0.9.0
type QueryExportJobsForbidden 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 }
QueryExportJobsForbidden describes a response with status code 403, with default header values.
Forbidden
func NewQueryExportJobsForbidden ¶ added in v0.9.0
func NewQueryExportJobsForbidden() *QueryExportJobsForbidden
NewQueryExportJobsForbidden creates a QueryExportJobsForbidden with default headers values
func (*QueryExportJobsForbidden) Code ¶ added in v0.9.0
func (o *QueryExportJobsForbidden) Code() int
Code gets the status code for the query export jobs forbidden response
func (*QueryExportJobsForbidden) Error ¶ added in v0.9.0
func (o *QueryExportJobsForbidden) Error() string
func (*QueryExportJobsForbidden) GetPayload ¶ added in v0.9.0
func (o *QueryExportJobsForbidden) GetPayload() *models.MsaReplyMetaOnly
func (*QueryExportJobsForbidden) IsClientError ¶ added in v0.9.0
func (o *QueryExportJobsForbidden) IsClientError() bool
IsClientError returns true when this query export jobs forbidden response has a 4xx status code
func (*QueryExportJobsForbidden) IsCode ¶ added in v0.9.0
func (o *QueryExportJobsForbidden) IsCode(code int) bool
IsCode returns true when this query export jobs forbidden response a status code equal to that given
func (*QueryExportJobsForbidden) IsRedirect ¶ added in v0.9.0
func (o *QueryExportJobsForbidden) IsRedirect() bool
IsRedirect returns true when this query export jobs forbidden response has a 3xx status code
func (*QueryExportJobsForbidden) IsServerError ¶ added in v0.9.0
func (o *QueryExportJobsForbidden) IsServerError() bool
IsServerError returns true when this query export jobs forbidden response has a 5xx status code
func (*QueryExportJobsForbidden) IsSuccess ¶ added in v0.9.0
func (o *QueryExportJobsForbidden) IsSuccess() bool
IsSuccess returns true when this query export jobs forbidden response has a 2xx status code
func (*QueryExportJobsForbidden) String ¶ added in v0.9.0
func (o *QueryExportJobsForbidden) String() string
type QueryExportJobsInternalServerError ¶ added in v0.9.0
type QueryExportJobsInternalServerError 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.MsaspecResponseFields }
QueryExportJobsInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewQueryExportJobsInternalServerError ¶ added in v0.9.0
func NewQueryExportJobsInternalServerError() *QueryExportJobsInternalServerError
NewQueryExportJobsInternalServerError creates a QueryExportJobsInternalServerError with default headers values
func (*QueryExportJobsInternalServerError) Code ¶ added in v0.9.0
func (o *QueryExportJobsInternalServerError) Code() int
Code gets the status code for the query export jobs internal server error response
func (*QueryExportJobsInternalServerError) Error ¶ added in v0.9.0
func (o *QueryExportJobsInternalServerError) Error() string
func (*QueryExportJobsInternalServerError) GetPayload ¶ added in v0.9.0
func (o *QueryExportJobsInternalServerError) GetPayload() *models.MsaspecResponseFields
func (*QueryExportJobsInternalServerError) IsClientError ¶ added in v0.9.0
func (o *QueryExportJobsInternalServerError) IsClientError() bool
IsClientError returns true when this query export jobs internal server error response has a 4xx status code
func (*QueryExportJobsInternalServerError) IsCode ¶ added in v0.9.0
func (o *QueryExportJobsInternalServerError) IsCode(code int) bool
IsCode returns true when this query export jobs internal server error response a status code equal to that given
func (*QueryExportJobsInternalServerError) IsRedirect ¶ added in v0.9.0
func (o *QueryExportJobsInternalServerError) IsRedirect() bool
IsRedirect returns true when this query export jobs internal server error response has a 3xx status code
func (*QueryExportJobsInternalServerError) IsServerError ¶ added in v0.9.0
func (o *QueryExportJobsInternalServerError) IsServerError() bool
IsServerError returns true when this query export jobs internal server error response has a 5xx status code
func (*QueryExportJobsInternalServerError) IsSuccess ¶ added in v0.9.0
func (o *QueryExportJobsInternalServerError) IsSuccess() bool
IsSuccess returns true when this query export jobs internal server error response has a 2xx status code
func (*QueryExportJobsInternalServerError) String ¶ added in v0.9.0
func (o *QueryExportJobsInternalServerError) String() string
type QueryExportJobsOK ¶ added in v0.9.0
type QueryExportJobsOK 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.MsaspecQueryResponse }
QueryExportJobsOK describes a response with status code 200, with default header values.
OK
func NewQueryExportJobsOK ¶ added in v0.9.0
func NewQueryExportJobsOK() *QueryExportJobsOK
NewQueryExportJobsOK creates a QueryExportJobsOK with default headers values
func (*QueryExportJobsOK) Code ¶ added in v0.9.0
func (o *QueryExportJobsOK) Code() int
Code gets the status code for the query export jobs o k response
func (*QueryExportJobsOK) Error ¶ added in v0.9.0
func (o *QueryExportJobsOK) Error() string
func (*QueryExportJobsOK) GetPayload ¶ added in v0.9.0
func (o *QueryExportJobsOK) GetPayload() *models.MsaspecQueryResponse
func (*QueryExportJobsOK) IsClientError ¶ added in v0.9.0
func (o *QueryExportJobsOK) IsClientError() bool
IsClientError returns true when this query export jobs o k response has a 4xx status code
func (*QueryExportJobsOK) IsCode ¶ added in v0.9.0
func (o *QueryExportJobsOK) IsCode(code int) bool
IsCode returns true when this query export jobs o k response a status code equal to that given
func (*QueryExportJobsOK) IsRedirect ¶ added in v0.9.0
func (o *QueryExportJobsOK) IsRedirect() bool
IsRedirect returns true when this query export jobs o k response has a 3xx status code
func (*QueryExportJobsOK) IsServerError ¶ added in v0.9.0
func (o *QueryExportJobsOK) IsServerError() bool
IsServerError returns true when this query export jobs o k response has a 5xx status code
func (*QueryExportJobsOK) IsSuccess ¶ added in v0.9.0
func (o *QueryExportJobsOK) IsSuccess() bool
IsSuccess returns true when this query export jobs o k response has a 2xx status code
func (*QueryExportJobsOK) String ¶ added in v0.9.0
func (o *QueryExportJobsOK) String() string
type QueryExportJobsParams ¶ added in v0.9.0
type QueryExportJobsParams struct { /* Filter. Filter exports using a query in Falcon Query Language (FQL). Only the last 100 jobs are returned. Supported filter fields: - `resource` - `status` */ Filter *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
QueryExportJobsParams contains all the parameters to send to the API endpoint
for the query export jobs operation. Typically these are written to a http.Request.
func NewQueryExportJobsParams ¶ added in v0.9.0
func NewQueryExportJobsParams() *QueryExportJobsParams
NewQueryExportJobsParams creates a new QueryExportJobsParams 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 NewQueryExportJobsParamsWithContext ¶ added in v0.9.0
func NewQueryExportJobsParamsWithContext(ctx context.Context) *QueryExportJobsParams
NewQueryExportJobsParamsWithContext creates a new QueryExportJobsParams object with the ability to set a context for a request.
func NewQueryExportJobsParamsWithHTTPClient ¶ added in v0.9.0
func NewQueryExportJobsParamsWithHTTPClient(client *http.Client) *QueryExportJobsParams
NewQueryExportJobsParamsWithHTTPClient creates a new QueryExportJobsParams object with the ability to set a custom HTTPClient for a request.
func NewQueryExportJobsParamsWithTimeout ¶ added in v0.9.0
func NewQueryExportJobsParamsWithTimeout(timeout time.Duration) *QueryExportJobsParams
NewQueryExportJobsParamsWithTimeout creates a new QueryExportJobsParams object with the ability to set a timeout on a request.
func (*QueryExportJobsParams) SetContext ¶ added in v0.9.0
func (o *QueryExportJobsParams) SetContext(ctx context.Context)
SetContext adds the context to the query export jobs params
func (*QueryExportJobsParams) SetDefaults ¶ added in v0.9.0
func (o *QueryExportJobsParams) SetDefaults()
SetDefaults hydrates default values in the query export jobs params (not the query body).
All values with no default are reset to their zero value.
func (*QueryExportJobsParams) SetFilter ¶ added in v0.9.0
func (o *QueryExportJobsParams) SetFilter(filter *string)
SetFilter adds the filter to the query export jobs params
func (*QueryExportJobsParams) SetHTTPClient ¶ added in v0.9.0
func (o *QueryExportJobsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the query export jobs params
func (*QueryExportJobsParams) SetTimeout ¶ added in v0.9.0
func (o *QueryExportJobsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the query export jobs params
func (*QueryExportJobsParams) WithContext ¶ added in v0.9.0
func (o *QueryExportJobsParams) WithContext(ctx context.Context) *QueryExportJobsParams
WithContext adds the context to the query export jobs params
func (*QueryExportJobsParams) WithDefaults ¶ added in v0.9.0
func (o *QueryExportJobsParams) WithDefaults() *QueryExportJobsParams
WithDefaults hydrates default values in the query export jobs params (not the query body).
All values with no default are reset to their zero value.
func (*QueryExportJobsParams) WithFilter ¶ added in v0.9.0
func (o *QueryExportJobsParams) WithFilter(filter *string) *QueryExportJobsParams
WithFilter adds the filter to the query export jobs params
func (*QueryExportJobsParams) WithHTTPClient ¶ added in v0.9.0
func (o *QueryExportJobsParams) WithHTTPClient(client *http.Client) *QueryExportJobsParams
WithHTTPClient adds the HTTPClient to the query export jobs params
func (*QueryExportJobsParams) WithTimeout ¶ added in v0.9.0
func (o *QueryExportJobsParams) WithTimeout(timeout time.Duration) *QueryExportJobsParams
WithTimeout adds the timeout to the query export jobs params
func (*QueryExportJobsParams) WriteToRequest ¶ added in v0.9.0
func (o *QueryExportJobsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type QueryExportJobsReader ¶ added in v0.9.0
type QueryExportJobsReader struct {
// contains filtered or unexported fields
}
QueryExportJobsReader is a Reader for the QueryExportJobs structure.
func (*QueryExportJobsReader) ReadResponse ¶ added in v0.9.0
func (o *QueryExportJobsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type QueryExportJobsTooManyRequests ¶ added in v0.9.0
type QueryExportJobsTooManyRequests 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 }
QueryExportJobsTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewQueryExportJobsTooManyRequests ¶ added in v0.9.0
func NewQueryExportJobsTooManyRequests() *QueryExportJobsTooManyRequests
NewQueryExportJobsTooManyRequests creates a QueryExportJobsTooManyRequests with default headers values
func (*QueryExportJobsTooManyRequests) Code ¶ added in v0.9.0
func (o *QueryExportJobsTooManyRequests) Code() int
Code gets the status code for the query export jobs too many requests response
func (*QueryExportJobsTooManyRequests) Error ¶ added in v0.9.0
func (o *QueryExportJobsTooManyRequests) Error() string
func (*QueryExportJobsTooManyRequests) GetPayload ¶ added in v0.9.0
func (o *QueryExportJobsTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*QueryExportJobsTooManyRequests) IsClientError ¶ added in v0.9.0
func (o *QueryExportJobsTooManyRequests) IsClientError() bool
IsClientError returns true when this query export jobs too many requests response has a 4xx status code
func (*QueryExportJobsTooManyRequests) IsCode ¶ added in v0.9.0
func (o *QueryExportJobsTooManyRequests) IsCode(code int) bool
IsCode returns true when this query export jobs too many requests response a status code equal to that given
func (*QueryExportJobsTooManyRequests) IsRedirect ¶ added in v0.9.0
func (o *QueryExportJobsTooManyRequests) IsRedirect() bool
IsRedirect returns true when this query export jobs too many requests response has a 3xx status code
func (*QueryExportJobsTooManyRequests) IsServerError ¶ added in v0.9.0
func (o *QueryExportJobsTooManyRequests) IsServerError() bool
IsServerError returns true when this query export jobs too many requests response has a 5xx status code
func (*QueryExportJobsTooManyRequests) IsSuccess ¶ added in v0.9.0
func (o *QueryExportJobsTooManyRequests) IsSuccess() bool
IsSuccess returns true when this query export jobs too many requests response has a 2xx status code
func (*QueryExportJobsTooManyRequests) String ¶ added in v0.9.0
func (o *QueryExportJobsTooManyRequests) String() string
type ReadExportJobsBadRequest ¶ added in v0.9.0
type ReadExportJobsBadRequest 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.MsaspecResponseFields }
ReadExportJobsBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewReadExportJobsBadRequest ¶ added in v0.9.0
func NewReadExportJobsBadRequest() *ReadExportJobsBadRequest
NewReadExportJobsBadRequest creates a ReadExportJobsBadRequest with default headers values
func (*ReadExportJobsBadRequest) Code ¶ added in v0.9.0
func (o *ReadExportJobsBadRequest) Code() int
Code gets the status code for the read export jobs bad request response
func (*ReadExportJobsBadRequest) Error ¶ added in v0.9.0
func (o *ReadExportJobsBadRequest) Error() string
func (*ReadExportJobsBadRequest) GetPayload ¶ added in v0.9.0
func (o *ReadExportJobsBadRequest) GetPayload() *models.MsaspecResponseFields
func (*ReadExportJobsBadRequest) IsClientError ¶ added in v0.9.0
func (o *ReadExportJobsBadRequest) IsClientError() bool
IsClientError returns true when this read export jobs bad request response has a 4xx status code
func (*ReadExportJobsBadRequest) IsCode ¶ added in v0.9.0
func (o *ReadExportJobsBadRequest) IsCode(code int) bool
IsCode returns true when this read export jobs bad request response a status code equal to that given
func (*ReadExportJobsBadRequest) IsRedirect ¶ added in v0.9.0
func (o *ReadExportJobsBadRequest) IsRedirect() bool
IsRedirect returns true when this read export jobs bad request response has a 3xx status code
func (*ReadExportJobsBadRequest) IsServerError ¶ added in v0.9.0
func (o *ReadExportJobsBadRequest) IsServerError() bool
IsServerError returns true when this read export jobs bad request response has a 5xx status code
func (*ReadExportJobsBadRequest) IsSuccess ¶ added in v0.9.0
func (o *ReadExportJobsBadRequest) IsSuccess() bool
IsSuccess returns true when this read export jobs bad request response has a 2xx status code
func (*ReadExportJobsBadRequest) String ¶ added in v0.9.0
func (o *ReadExportJobsBadRequest) String() string
type ReadExportJobsForbidden ¶ added in v0.9.0
type ReadExportJobsForbidden 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 }
ReadExportJobsForbidden describes a response with status code 403, with default header values.
Forbidden
func NewReadExportJobsForbidden ¶ added in v0.9.0
func NewReadExportJobsForbidden() *ReadExportJobsForbidden
NewReadExportJobsForbidden creates a ReadExportJobsForbidden with default headers values
func (*ReadExportJobsForbidden) Code ¶ added in v0.9.0
func (o *ReadExportJobsForbidden) Code() int
Code gets the status code for the read export jobs forbidden response
func (*ReadExportJobsForbidden) Error ¶ added in v0.9.0
func (o *ReadExportJobsForbidden) Error() string
func (*ReadExportJobsForbidden) GetPayload ¶ added in v0.9.0
func (o *ReadExportJobsForbidden) GetPayload() *models.MsaReplyMetaOnly
func (*ReadExportJobsForbidden) IsClientError ¶ added in v0.9.0
func (o *ReadExportJobsForbidden) IsClientError() bool
IsClientError returns true when this read export jobs forbidden response has a 4xx status code
func (*ReadExportJobsForbidden) IsCode ¶ added in v0.9.0
func (o *ReadExportJobsForbidden) IsCode(code int) bool
IsCode returns true when this read export jobs forbidden response a status code equal to that given
func (*ReadExportJobsForbidden) IsRedirect ¶ added in v0.9.0
func (o *ReadExportJobsForbidden) IsRedirect() bool
IsRedirect returns true when this read export jobs forbidden response has a 3xx status code
func (*ReadExportJobsForbidden) IsServerError ¶ added in v0.9.0
func (o *ReadExportJobsForbidden) IsServerError() bool
IsServerError returns true when this read export jobs forbidden response has a 5xx status code
func (*ReadExportJobsForbidden) IsSuccess ¶ added in v0.9.0
func (o *ReadExportJobsForbidden) IsSuccess() bool
IsSuccess returns true when this read export jobs forbidden response has a 2xx status code
func (*ReadExportJobsForbidden) String ¶ added in v0.9.0
func (o *ReadExportJobsForbidden) String() string
type ReadExportJobsInternalServerError ¶ added in v0.9.0
type ReadExportJobsInternalServerError 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.MsaspecResponseFields }
ReadExportJobsInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewReadExportJobsInternalServerError ¶ added in v0.9.0
func NewReadExportJobsInternalServerError() *ReadExportJobsInternalServerError
NewReadExportJobsInternalServerError creates a ReadExportJobsInternalServerError with default headers values
func (*ReadExportJobsInternalServerError) Code ¶ added in v0.9.0
func (o *ReadExportJobsInternalServerError) Code() int
Code gets the status code for the read export jobs internal server error response
func (*ReadExportJobsInternalServerError) Error ¶ added in v0.9.0
func (o *ReadExportJobsInternalServerError) Error() string
func (*ReadExportJobsInternalServerError) GetPayload ¶ added in v0.9.0
func (o *ReadExportJobsInternalServerError) GetPayload() *models.MsaspecResponseFields
func (*ReadExportJobsInternalServerError) IsClientError ¶ added in v0.9.0
func (o *ReadExportJobsInternalServerError) IsClientError() bool
IsClientError returns true when this read export jobs internal server error response has a 4xx status code
func (*ReadExportJobsInternalServerError) IsCode ¶ added in v0.9.0
func (o *ReadExportJobsInternalServerError) IsCode(code int) bool
IsCode returns true when this read export jobs internal server error response a status code equal to that given
func (*ReadExportJobsInternalServerError) IsRedirect ¶ added in v0.9.0
func (o *ReadExportJobsInternalServerError) IsRedirect() bool
IsRedirect returns true when this read export jobs internal server error response has a 3xx status code
func (*ReadExportJobsInternalServerError) IsServerError ¶ added in v0.9.0
func (o *ReadExportJobsInternalServerError) IsServerError() bool
IsServerError returns true when this read export jobs internal server error response has a 5xx status code
func (*ReadExportJobsInternalServerError) IsSuccess ¶ added in v0.9.0
func (o *ReadExportJobsInternalServerError) IsSuccess() bool
IsSuccess returns true when this read export jobs internal server error response has a 2xx status code
func (*ReadExportJobsInternalServerError) String ¶ added in v0.9.0
func (o *ReadExportJobsInternalServerError) String() string
type ReadExportJobsOK ¶ added in v0.9.0
type ReadExportJobsOK 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.ExportsExportsResponse }
ReadExportJobsOK describes a response with status code 200, with default header values.
OK
func NewReadExportJobsOK ¶ added in v0.9.0
func NewReadExportJobsOK() *ReadExportJobsOK
NewReadExportJobsOK creates a ReadExportJobsOK with default headers values
func (*ReadExportJobsOK) Code ¶ added in v0.9.0
func (o *ReadExportJobsOK) Code() int
Code gets the status code for the read export jobs o k response
func (*ReadExportJobsOK) Error ¶ added in v0.9.0
func (o *ReadExportJobsOK) Error() string
func (*ReadExportJobsOK) GetPayload ¶ added in v0.9.0
func (o *ReadExportJobsOK) GetPayload() *models.ExportsExportsResponse
func (*ReadExportJobsOK) IsClientError ¶ added in v0.9.0
func (o *ReadExportJobsOK) IsClientError() bool
IsClientError returns true when this read export jobs o k response has a 4xx status code
func (*ReadExportJobsOK) IsCode ¶ added in v0.9.0
func (o *ReadExportJobsOK) IsCode(code int) bool
IsCode returns true when this read export jobs o k response a status code equal to that given
func (*ReadExportJobsOK) IsRedirect ¶ added in v0.9.0
func (o *ReadExportJobsOK) IsRedirect() bool
IsRedirect returns true when this read export jobs o k response has a 3xx status code
func (*ReadExportJobsOK) IsServerError ¶ added in v0.9.0
func (o *ReadExportJobsOK) IsServerError() bool
IsServerError returns true when this read export jobs o k response has a 5xx status code
func (*ReadExportJobsOK) IsSuccess ¶ added in v0.9.0
func (o *ReadExportJobsOK) IsSuccess() bool
IsSuccess returns true when this read export jobs o k response has a 2xx status code
func (*ReadExportJobsOK) String ¶ added in v0.9.0
func (o *ReadExportJobsOK) String() string
type ReadExportJobsParams ¶ added in v0.9.0
type ReadExportJobsParams struct { /* Ids. Export Job IDs to read. Allowed up to 100 IDs per request. */ Ids []string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ReadExportJobsParams contains all the parameters to send to the API endpoint
for the read export jobs operation. Typically these are written to a http.Request.
func NewReadExportJobsParams ¶ added in v0.9.0
func NewReadExportJobsParams() *ReadExportJobsParams
NewReadExportJobsParams creates a new ReadExportJobsParams 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 NewReadExportJobsParamsWithContext ¶ added in v0.9.0
func NewReadExportJobsParamsWithContext(ctx context.Context) *ReadExportJobsParams
NewReadExportJobsParamsWithContext creates a new ReadExportJobsParams object with the ability to set a context for a request.
func NewReadExportJobsParamsWithHTTPClient ¶ added in v0.9.0
func NewReadExportJobsParamsWithHTTPClient(client *http.Client) *ReadExportJobsParams
NewReadExportJobsParamsWithHTTPClient creates a new ReadExportJobsParams object with the ability to set a custom HTTPClient for a request.
func NewReadExportJobsParamsWithTimeout ¶ added in v0.9.0
func NewReadExportJobsParamsWithTimeout(timeout time.Duration) *ReadExportJobsParams
NewReadExportJobsParamsWithTimeout creates a new ReadExportJobsParams object with the ability to set a timeout on a request.
func (*ReadExportJobsParams) SetContext ¶ added in v0.9.0
func (o *ReadExportJobsParams) SetContext(ctx context.Context)
SetContext adds the context to the read export jobs params
func (*ReadExportJobsParams) SetDefaults ¶ added in v0.9.0
func (o *ReadExportJobsParams) SetDefaults()
SetDefaults hydrates default values in the read export jobs params (not the query body).
All values with no default are reset to their zero value.
func (*ReadExportJobsParams) SetHTTPClient ¶ added in v0.9.0
func (o *ReadExportJobsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the read export jobs params
func (*ReadExportJobsParams) SetIds ¶ added in v0.9.0
func (o *ReadExportJobsParams) SetIds(ids []string)
SetIds adds the ids to the read export jobs params
func (*ReadExportJobsParams) SetTimeout ¶ added in v0.9.0
func (o *ReadExportJobsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the read export jobs params
func (*ReadExportJobsParams) WithContext ¶ added in v0.9.0
func (o *ReadExportJobsParams) WithContext(ctx context.Context) *ReadExportJobsParams
WithContext adds the context to the read export jobs params
func (*ReadExportJobsParams) WithDefaults ¶ added in v0.9.0
func (o *ReadExportJobsParams) WithDefaults() *ReadExportJobsParams
WithDefaults hydrates default values in the read export jobs params (not the query body).
All values with no default are reset to their zero value.
func (*ReadExportJobsParams) WithHTTPClient ¶ added in v0.9.0
func (o *ReadExportJobsParams) WithHTTPClient(client *http.Client) *ReadExportJobsParams
WithHTTPClient adds the HTTPClient to the read export jobs params
func (*ReadExportJobsParams) WithIds ¶ added in v0.9.0
func (o *ReadExportJobsParams) WithIds(ids []string) *ReadExportJobsParams
WithIds adds the ids to the read export jobs params
func (*ReadExportJobsParams) WithTimeout ¶ added in v0.9.0
func (o *ReadExportJobsParams) WithTimeout(timeout time.Duration) *ReadExportJobsParams
WithTimeout adds the timeout to the read export jobs params
func (*ReadExportJobsParams) WriteToRequest ¶ added in v0.9.0
func (o *ReadExportJobsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ReadExportJobsReader ¶ added in v0.9.0
type ReadExportJobsReader struct {
// contains filtered or unexported fields
}
ReadExportJobsReader is a Reader for the ReadExportJobs structure.
func (*ReadExportJobsReader) ReadResponse ¶ added in v0.9.0
func (o *ReadExportJobsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ReadExportJobsTooManyRequests ¶ added in v0.9.0
type ReadExportJobsTooManyRequests 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 }
ReadExportJobsTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewReadExportJobsTooManyRequests ¶ added in v0.9.0
func NewReadExportJobsTooManyRequests() *ReadExportJobsTooManyRequests
NewReadExportJobsTooManyRequests creates a ReadExportJobsTooManyRequests with default headers values
func (*ReadExportJobsTooManyRequests) Code ¶ added in v0.9.0
func (o *ReadExportJobsTooManyRequests) Code() int
Code gets the status code for the read export jobs too many requests response
func (*ReadExportJobsTooManyRequests) Error ¶ added in v0.9.0
func (o *ReadExportJobsTooManyRequests) Error() string
func (*ReadExportJobsTooManyRequests) GetPayload ¶ added in v0.9.0
func (o *ReadExportJobsTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*ReadExportJobsTooManyRequests) IsClientError ¶ added in v0.9.0
func (o *ReadExportJobsTooManyRequests) IsClientError() bool
IsClientError returns true when this read export jobs too many requests response has a 4xx status code
func (*ReadExportJobsTooManyRequests) IsCode ¶ added in v0.9.0
func (o *ReadExportJobsTooManyRequests) IsCode(code int) bool
IsCode returns true when this read export jobs too many requests response a status code equal to that given
func (*ReadExportJobsTooManyRequests) IsRedirect ¶ added in v0.9.0
func (o *ReadExportJobsTooManyRequests) IsRedirect() bool
IsRedirect returns true when this read export jobs too many requests response has a 3xx status code
func (*ReadExportJobsTooManyRequests) IsServerError ¶ added in v0.9.0
func (o *ReadExportJobsTooManyRequests) IsServerError() bool
IsServerError returns true when this read export jobs too many requests response has a 5xx status code
func (*ReadExportJobsTooManyRequests) IsSuccess ¶ added in v0.9.0
func (o *ReadExportJobsTooManyRequests) IsSuccess() bool
IsSuccess returns true when this read export jobs too many requests response has a 2xx status code
func (*ReadExportJobsTooManyRequests) String ¶ added in v0.9.0
func (o *ReadExportJobsTooManyRequests) String() string
type ReadRegistryEntitiesByUUIDForbidden ¶
type ReadRegistryEntitiesByUUIDForbidden 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 }
ReadRegistryEntitiesByUUIDForbidden describes a response with status code 403, with default header values.
Forbidden
func NewReadRegistryEntitiesByUUIDForbidden ¶
func NewReadRegistryEntitiesByUUIDForbidden() *ReadRegistryEntitiesByUUIDForbidden
NewReadRegistryEntitiesByUUIDForbidden creates a ReadRegistryEntitiesByUUIDForbidden with default headers values
func (*ReadRegistryEntitiesByUUIDForbidden) Code ¶
func (o *ReadRegistryEntitiesByUUIDForbidden) Code() int
Code gets the status code for the read registry entities by Uuid forbidden response
func (*ReadRegistryEntitiesByUUIDForbidden) Error ¶
func (o *ReadRegistryEntitiesByUUIDForbidden) Error() string
func (*ReadRegistryEntitiesByUUIDForbidden) GetPayload ¶
func (o *ReadRegistryEntitiesByUUIDForbidden) GetPayload() *models.MsaReplyMetaOnly
func (*ReadRegistryEntitiesByUUIDForbidden) IsClientError ¶
func (o *ReadRegistryEntitiesByUUIDForbidden) IsClientError() bool
IsClientError returns true when this read registry entities by Uuid forbidden response has a 4xx status code
func (*ReadRegistryEntitiesByUUIDForbidden) IsCode ¶
func (o *ReadRegistryEntitiesByUUIDForbidden) IsCode(code int) bool
IsCode returns true when this read registry entities by Uuid forbidden response a status code equal to that given
func (*ReadRegistryEntitiesByUUIDForbidden) IsRedirect ¶
func (o *ReadRegistryEntitiesByUUIDForbidden) IsRedirect() bool
IsRedirect returns true when this read registry entities by Uuid forbidden response has a 3xx status code
func (*ReadRegistryEntitiesByUUIDForbidden) IsServerError ¶
func (o *ReadRegistryEntitiesByUUIDForbidden) IsServerError() bool
IsServerError returns true when this read registry entities by Uuid forbidden response has a 5xx status code
func (*ReadRegistryEntitiesByUUIDForbidden) IsSuccess ¶
func (o *ReadRegistryEntitiesByUUIDForbidden) IsSuccess() bool
IsSuccess returns true when this read registry entities by Uuid forbidden response has a 2xx status code
func (*ReadRegistryEntitiesByUUIDForbidden) String ¶
func (o *ReadRegistryEntitiesByUUIDForbidden) String() string
type ReadRegistryEntitiesByUUIDInternalServerError ¶
type ReadRegistryEntitiesByUUIDInternalServerError 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.DomainExternalRegistryListResponse }
ReadRegistryEntitiesByUUIDInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewReadRegistryEntitiesByUUIDInternalServerError ¶
func NewReadRegistryEntitiesByUUIDInternalServerError() *ReadRegistryEntitiesByUUIDInternalServerError
NewReadRegistryEntitiesByUUIDInternalServerError creates a ReadRegistryEntitiesByUUIDInternalServerError with default headers values
func (*ReadRegistryEntitiesByUUIDInternalServerError) Code ¶
func (o *ReadRegistryEntitiesByUUIDInternalServerError) Code() int
Code gets the status code for the read registry entities by Uuid internal server error response
func (*ReadRegistryEntitiesByUUIDInternalServerError) Error ¶
func (o *ReadRegistryEntitiesByUUIDInternalServerError) Error() string
func (*ReadRegistryEntitiesByUUIDInternalServerError) GetPayload ¶
func (o *ReadRegistryEntitiesByUUIDInternalServerError) GetPayload() *models.DomainExternalRegistryListResponse
func (*ReadRegistryEntitiesByUUIDInternalServerError) IsClientError ¶
func (o *ReadRegistryEntitiesByUUIDInternalServerError) IsClientError() bool
IsClientError returns true when this read registry entities by Uuid internal server error response has a 4xx status code
func (*ReadRegistryEntitiesByUUIDInternalServerError) IsCode ¶
func (o *ReadRegistryEntitiesByUUIDInternalServerError) IsCode(code int) bool
IsCode returns true when this read registry entities by Uuid internal server error response a status code equal to that given
func (*ReadRegistryEntitiesByUUIDInternalServerError) IsRedirect ¶
func (o *ReadRegistryEntitiesByUUIDInternalServerError) IsRedirect() bool
IsRedirect returns true when this read registry entities by Uuid internal server error response has a 3xx status code
func (*ReadRegistryEntitiesByUUIDInternalServerError) IsServerError ¶
func (o *ReadRegistryEntitiesByUUIDInternalServerError) IsServerError() bool
IsServerError returns true when this read registry entities by Uuid internal server error response has a 5xx status code
func (*ReadRegistryEntitiesByUUIDInternalServerError) IsSuccess ¶
func (o *ReadRegistryEntitiesByUUIDInternalServerError) IsSuccess() bool
IsSuccess returns true when this read registry entities by Uuid internal server error response has a 2xx status code
func (*ReadRegistryEntitiesByUUIDInternalServerError) String ¶
func (o *ReadRegistryEntitiesByUUIDInternalServerError) String() string
type ReadRegistryEntitiesByUUIDNotFound ¶
type ReadRegistryEntitiesByUUIDNotFound 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.DomainExternalRegistryListResponse }
ReadRegistryEntitiesByUUIDNotFound describes a response with status code 404, with default header values.
Not Found
func NewReadRegistryEntitiesByUUIDNotFound ¶
func NewReadRegistryEntitiesByUUIDNotFound() *ReadRegistryEntitiesByUUIDNotFound
NewReadRegistryEntitiesByUUIDNotFound creates a ReadRegistryEntitiesByUUIDNotFound with default headers values
func (*ReadRegistryEntitiesByUUIDNotFound) Code ¶
func (o *ReadRegistryEntitiesByUUIDNotFound) Code() int
Code gets the status code for the read registry entities by Uuid not found response
func (*ReadRegistryEntitiesByUUIDNotFound) Error ¶
func (o *ReadRegistryEntitiesByUUIDNotFound) Error() string
func (*ReadRegistryEntitiesByUUIDNotFound) GetPayload ¶
func (o *ReadRegistryEntitiesByUUIDNotFound) GetPayload() *models.DomainExternalRegistryListResponse
func (*ReadRegistryEntitiesByUUIDNotFound) IsClientError ¶
func (o *ReadRegistryEntitiesByUUIDNotFound) IsClientError() bool
IsClientError returns true when this read registry entities by Uuid not found response has a 4xx status code
func (*ReadRegistryEntitiesByUUIDNotFound) IsCode ¶
func (o *ReadRegistryEntitiesByUUIDNotFound) IsCode(code int) bool
IsCode returns true when this read registry entities by Uuid not found response a status code equal to that given
func (*ReadRegistryEntitiesByUUIDNotFound) IsRedirect ¶
func (o *ReadRegistryEntitiesByUUIDNotFound) IsRedirect() bool
IsRedirect returns true when this read registry entities by Uuid not found response has a 3xx status code
func (*ReadRegistryEntitiesByUUIDNotFound) IsServerError ¶
func (o *ReadRegistryEntitiesByUUIDNotFound) IsServerError() bool
IsServerError returns true when this read registry entities by Uuid not found response has a 5xx status code
func (*ReadRegistryEntitiesByUUIDNotFound) IsSuccess ¶
func (o *ReadRegistryEntitiesByUUIDNotFound) IsSuccess() bool
IsSuccess returns true when this read registry entities by Uuid not found response has a 2xx status code
func (*ReadRegistryEntitiesByUUIDNotFound) String ¶
func (o *ReadRegistryEntitiesByUUIDNotFound) String() string
type ReadRegistryEntitiesByUUIDOK ¶
type ReadRegistryEntitiesByUUIDOK 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.DomainExternalRegistryListResponse }
ReadRegistryEntitiesByUUIDOK describes a response with status code 200, with default header values.
OK
func NewReadRegistryEntitiesByUUIDOK ¶
func NewReadRegistryEntitiesByUUIDOK() *ReadRegistryEntitiesByUUIDOK
NewReadRegistryEntitiesByUUIDOK creates a ReadRegistryEntitiesByUUIDOK with default headers values
func (*ReadRegistryEntitiesByUUIDOK) Code ¶
func (o *ReadRegistryEntitiesByUUIDOK) Code() int
Code gets the status code for the read registry entities by Uuid o k response
func (*ReadRegistryEntitiesByUUIDOK) Error ¶
func (o *ReadRegistryEntitiesByUUIDOK) Error() string
func (*ReadRegistryEntitiesByUUIDOK) GetPayload ¶
func (o *ReadRegistryEntitiesByUUIDOK) GetPayload() *models.DomainExternalRegistryListResponse
func (*ReadRegistryEntitiesByUUIDOK) IsClientError ¶
func (o *ReadRegistryEntitiesByUUIDOK) IsClientError() bool
IsClientError returns true when this read registry entities by Uuid o k response has a 4xx status code
func (*ReadRegistryEntitiesByUUIDOK) IsCode ¶
func (o *ReadRegistryEntitiesByUUIDOK) IsCode(code int) bool
IsCode returns true when this read registry entities by Uuid o k response a status code equal to that given
func (*ReadRegistryEntitiesByUUIDOK) IsRedirect ¶
func (o *ReadRegistryEntitiesByUUIDOK) IsRedirect() bool
IsRedirect returns true when this read registry entities by Uuid o k response has a 3xx status code
func (*ReadRegistryEntitiesByUUIDOK) IsServerError ¶
func (o *ReadRegistryEntitiesByUUIDOK) IsServerError() bool
IsServerError returns true when this read registry entities by Uuid o k response has a 5xx status code
func (*ReadRegistryEntitiesByUUIDOK) IsSuccess ¶
func (o *ReadRegistryEntitiesByUUIDOK) IsSuccess() bool
IsSuccess returns true when this read registry entities by Uuid o k response has a 2xx status code
func (*ReadRegistryEntitiesByUUIDOK) String ¶
func (o *ReadRegistryEntitiesByUUIDOK) String() string
type ReadRegistryEntitiesByUUIDParams ¶
type ReadRegistryEntitiesByUUIDParams struct { /* Ids. Registry entity UUID */ Ids string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ReadRegistryEntitiesByUUIDParams contains all the parameters to send to the API endpoint
for the read registry entities by UUID operation. Typically these are written to a http.Request.
func NewReadRegistryEntitiesByUUIDParams ¶
func NewReadRegistryEntitiesByUUIDParams() *ReadRegistryEntitiesByUUIDParams
NewReadRegistryEntitiesByUUIDParams creates a new ReadRegistryEntitiesByUUIDParams 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 NewReadRegistryEntitiesByUUIDParamsWithContext ¶
func NewReadRegistryEntitiesByUUIDParamsWithContext(ctx context.Context) *ReadRegistryEntitiesByUUIDParams
NewReadRegistryEntitiesByUUIDParamsWithContext creates a new ReadRegistryEntitiesByUUIDParams object with the ability to set a context for a request.
func NewReadRegistryEntitiesByUUIDParamsWithHTTPClient ¶
func NewReadRegistryEntitiesByUUIDParamsWithHTTPClient(client *http.Client) *ReadRegistryEntitiesByUUIDParams
NewReadRegistryEntitiesByUUIDParamsWithHTTPClient creates a new ReadRegistryEntitiesByUUIDParams object with the ability to set a custom HTTPClient for a request.
func NewReadRegistryEntitiesByUUIDParamsWithTimeout ¶
func NewReadRegistryEntitiesByUUIDParamsWithTimeout(timeout time.Duration) *ReadRegistryEntitiesByUUIDParams
NewReadRegistryEntitiesByUUIDParamsWithTimeout creates a new ReadRegistryEntitiesByUUIDParams object with the ability to set a timeout on a request.
func (*ReadRegistryEntitiesByUUIDParams) SetContext ¶
func (o *ReadRegistryEntitiesByUUIDParams) SetContext(ctx context.Context)
SetContext adds the context to the read registry entities by UUID params
func (*ReadRegistryEntitiesByUUIDParams) SetDefaults ¶
func (o *ReadRegistryEntitiesByUUIDParams) SetDefaults()
SetDefaults hydrates default values in the read registry entities by UUID params (not the query body).
All values with no default are reset to their zero value.
func (*ReadRegistryEntitiesByUUIDParams) SetHTTPClient ¶
func (o *ReadRegistryEntitiesByUUIDParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the read registry entities by UUID params
func (*ReadRegistryEntitiesByUUIDParams) SetIds ¶
func (o *ReadRegistryEntitiesByUUIDParams) SetIds(ids string)
SetIds adds the ids to the read registry entities by UUID params
func (*ReadRegistryEntitiesByUUIDParams) SetTimeout ¶
func (o *ReadRegistryEntitiesByUUIDParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the read registry entities by UUID params
func (*ReadRegistryEntitiesByUUIDParams) WithContext ¶
func (o *ReadRegistryEntitiesByUUIDParams) WithContext(ctx context.Context) *ReadRegistryEntitiesByUUIDParams
WithContext adds the context to the read registry entities by UUID params
func (*ReadRegistryEntitiesByUUIDParams) WithDefaults ¶
func (o *ReadRegistryEntitiesByUUIDParams) WithDefaults() *ReadRegistryEntitiesByUUIDParams
WithDefaults hydrates default values in the read registry entities by UUID params (not the query body).
All values with no default are reset to their zero value.
func (*ReadRegistryEntitiesByUUIDParams) WithHTTPClient ¶
func (o *ReadRegistryEntitiesByUUIDParams) WithHTTPClient(client *http.Client) *ReadRegistryEntitiesByUUIDParams
WithHTTPClient adds the HTTPClient to the read registry entities by UUID params
func (*ReadRegistryEntitiesByUUIDParams) WithIds ¶
func (o *ReadRegistryEntitiesByUUIDParams) WithIds(ids string) *ReadRegistryEntitiesByUUIDParams
WithIds adds the ids to the read registry entities by UUID params
func (*ReadRegistryEntitiesByUUIDParams) WithTimeout ¶
func (o *ReadRegistryEntitiesByUUIDParams) WithTimeout(timeout time.Duration) *ReadRegistryEntitiesByUUIDParams
WithTimeout adds the timeout to the read registry entities by UUID params
func (*ReadRegistryEntitiesByUUIDParams) WriteToRequest ¶
func (o *ReadRegistryEntitiesByUUIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ReadRegistryEntitiesByUUIDReader ¶
type ReadRegistryEntitiesByUUIDReader struct {
// contains filtered or unexported fields
}
ReadRegistryEntitiesByUUIDReader is a Reader for the ReadRegistryEntitiesByUUID structure.
func (*ReadRegistryEntitiesByUUIDReader) ReadResponse ¶
func (o *ReadRegistryEntitiesByUUIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ReadRegistryEntitiesByUUIDTooManyRequests ¶
type ReadRegistryEntitiesByUUIDTooManyRequests 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 }
ReadRegistryEntitiesByUUIDTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewReadRegistryEntitiesByUUIDTooManyRequests ¶
func NewReadRegistryEntitiesByUUIDTooManyRequests() *ReadRegistryEntitiesByUUIDTooManyRequests
NewReadRegistryEntitiesByUUIDTooManyRequests creates a ReadRegistryEntitiesByUUIDTooManyRequests with default headers values
func (*ReadRegistryEntitiesByUUIDTooManyRequests) Code ¶
func (o *ReadRegistryEntitiesByUUIDTooManyRequests) Code() int
Code gets the status code for the read registry entities by Uuid too many requests response
func (*ReadRegistryEntitiesByUUIDTooManyRequests) Error ¶
func (o *ReadRegistryEntitiesByUUIDTooManyRequests) Error() string
func (*ReadRegistryEntitiesByUUIDTooManyRequests) GetPayload ¶
func (o *ReadRegistryEntitiesByUUIDTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*ReadRegistryEntitiesByUUIDTooManyRequests) IsClientError ¶
func (o *ReadRegistryEntitiesByUUIDTooManyRequests) IsClientError() bool
IsClientError returns true when this read registry entities by Uuid too many requests response has a 4xx status code
func (*ReadRegistryEntitiesByUUIDTooManyRequests) IsCode ¶
func (o *ReadRegistryEntitiesByUUIDTooManyRequests) IsCode(code int) bool
IsCode returns true when this read registry entities by Uuid too many requests response a status code equal to that given
func (*ReadRegistryEntitiesByUUIDTooManyRequests) IsRedirect ¶
func (o *ReadRegistryEntitiesByUUIDTooManyRequests) IsRedirect() bool
IsRedirect returns true when this read registry entities by Uuid too many requests response has a 3xx status code
func (*ReadRegistryEntitiesByUUIDTooManyRequests) IsServerError ¶
func (o *ReadRegistryEntitiesByUUIDTooManyRequests) IsServerError() bool
IsServerError returns true when this read registry entities by Uuid too many requests response has a 5xx status code
func (*ReadRegistryEntitiesByUUIDTooManyRequests) IsSuccess ¶
func (o *ReadRegistryEntitiesByUUIDTooManyRequests) IsSuccess() bool
IsSuccess returns true when this read registry entities by Uuid too many requests response has a 2xx status code
func (*ReadRegistryEntitiesByUUIDTooManyRequests) String ¶
func (o *ReadRegistryEntitiesByUUIDTooManyRequests) String() string
type ReadRegistryEntitiesForbidden ¶
type ReadRegistryEntitiesForbidden 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 }
ReadRegistryEntitiesForbidden describes a response with status code 403, with default header values.
Forbidden
func NewReadRegistryEntitiesForbidden ¶
func NewReadRegistryEntitiesForbidden() *ReadRegistryEntitiesForbidden
NewReadRegistryEntitiesForbidden creates a ReadRegistryEntitiesForbidden with default headers values
func (*ReadRegistryEntitiesForbidden) Code ¶
func (o *ReadRegistryEntitiesForbidden) Code() int
Code gets the status code for the read registry entities forbidden response
func (*ReadRegistryEntitiesForbidden) Error ¶
func (o *ReadRegistryEntitiesForbidden) Error() string
func (*ReadRegistryEntitiesForbidden) GetPayload ¶
func (o *ReadRegistryEntitiesForbidden) GetPayload() *models.MsaReplyMetaOnly
func (*ReadRegistryEntitiesForbidden) IsClientError ¶
func (o *ReadRegistryEntitiesForbidden) IsClientError() bool
IsClientError returns true when this read registry entities forbidden response has a 4xx status code
func (*ReadRegistryEntitiesForbidden) IsCode ¶
func (o *ReadRegistryEntitiesForbidden) IsCode(code int) bool
IsCode returns true when this read registry entities forbidden response a status code equal to that given
func (*ReadRegistryEntitiesForbidden) IsRedirect ¶
func (o *ReadRegistryEntitiesForbidden) IsRedirect() bool
IsRedirect returns true when this read registry entities forbidden response has a 3xx status code
func (*ReadRegistryEntitiesForbidden) IsServerError ¶
func (o *ReadRegistryEntitiesForbidden) IsServerError() bool
IsServerError returns true when this read registry entities forbidden response has a 5xx status code
func (*ReadRegistryEntitiesForbidden) IsSuccess ¶
func (o *ReadRegistryEntitiesForbidden) IsSuccess() bool
IsSuccess returns true when this read registry entities forbidden response has a 2xx status code
func (*ReadRegistryEntitiesForbidden) String ¶
func (o *ReadRegistryEntitiesForbidden) String() string
type ReadRegistryEntitiesInternalServerError ¶
type ReadRegistryEntitiesInternalServerError 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.DomainExternalQueryResponse }
ReadRegistryEntitiesInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewReadRegistryEntitiesInternalServerError ¶
func NewReadRegistryEntitiesInternalServerError() *ReadRegistryEntitiesInternalServerError
NewReadRegistryEntitiesInternalServerError creates a ReadRegistryEntitiesInternalServerError with default headers values
func (*ReadRegistryEntitiesInternalServerError) Code ¶
func (o *ReadRegistryEntitiesInternalServerError) Code() int
Code gets the status code for the read registry entities internal server error response
func (*ReadRegistryEntitiesInternalServerError) Error ¶
func (o *ReadRegistryEntitiesInternalServerError) Error() string
func (*ReadRegistryEntitiesInternalServerError) GetPayload ¶
func (o *ReadRegistryEntitiesInternalServerError) GetPayload() *models.DomainExternalQueryResponse
func (*ReadRegistryEntitiesInternalServerError) IsClientError ¶
func (o *ReadRegistryEntitiesInternalServerError) IsClientError() bool
IsClientError returns true when this read registry entities internal server error response has a 4xx status code
func (*ReadRegistryEntitiesInternalServerError) IsCode ¶
func (o *ReadRegistryEntitiesInternalServerError) IsCode(code int) bool
IsCode returns true when this read registry entities internal server error response a status code equal to that given
func (*ReadRegistryEntitiesInternalServerError) IsRedirect ¶
func (o *ReadRegistryEntitiesInternalServerError) IsRedirect() bool
IsRedirect returns true when this read registry entities internal server error response has a 3xx status code
func (*ReadRegistryEntitiesInternalServerError) IsServerError ¶
func (o *ReadRegistryEntitiesInternalServerError) IsServerError() bool
IsServerError returns true when this read registry entities internal server error response has a 5xx status code
func (*ReadRegistryEntitiesInternalServerError) IsSuccess ¶
func (o *ReadRegistryEntitiesInternalServerError) IsSuccess() bool
IsSuccess returns true when this read registry entities internal server error response has a 2xx status code
func (*ReadRegistryEntitiesInternalServerError) String ¶
func (o *ReadRegistryEntitiesInternalServerError) String() string
type ReadRegistryEntitiesNotFound ¶
type ReadRegistryEntitiesNotFound 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.DomainExternalQueryResponse }
ReadRegistryEntitiesNotFound describes a response with status code 404, with default header values.
Not Found
func NewReadRegistryEntitiesNotFound ¶
func NewReadRegistryEntitiesNotFound() *ReadRegistryEntitiesNotFound
NewReadRegistryEntitiesNotFound creates a ReadRegistryEntitiesNotFound with default headers values
func (*ReadRegistryEntitiesNotFound) Code ¶
func (o *ReadRegistryEntitiesNotFound) Code() int
Code gets the status code for the read registry entities not found response
func (*ReadRegistryEntitiesNotFound) Error ¶
func (o *ReadRegistryEntitiesNotFound) Error() string
func (*ReadRegistryEntitiesNotFound) GetPayload ¶
func (o *ReadRegistryEntitiesNotFound) GetPayload() *models.DomainExternalQueryResponse
func (*ReadRegistryEntitiesNotFound) IsClientError ¶
func (o *ReadRegistryEntitiesNotFound) IsClientError() bool
IsClientError returns true when this read registry entities not found response has a 4xx status code
func (*ReadRegistryEntitiesNotFound) IsCode ¶
func (o *ReadRegistryEntitiesNotFound) IsCode(code int) bool
IsCode returns true when this read registry entities not found response a status code equal to that given
func (*ReadRegistryEntitiesNotFound) IsRedirect ¶
func (o *ReadRegistryEntitiesNotFound) IsRedirect() bool
IsRedirect returns true when this read registry entities not found response has a 3xx status code
func (*ReadRegistryEntitiesNotFound) IsServerError ¶
func (o *ReadRegistryEntitiesNotFound) IsServerError() bool
IsServerError returns true when this read registry entities not found response has a 5xx status code
func (*ReadRegistryEntitiesNotFound) IsSuccess ¶
func (o *ReadRegistryEntitiesNotFound) IsSuccess() bool
IsSuccess returns true when this read registry entities not found response has a 2xx status code
func (*ReadRegistryEntitiesNotFound) String ¶
func (o *ReadRegistryEntitiesNotFound) String() string
type ReadRegistryEntitiesOK ¶
type ReadRegistryEntitiesOK 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.DomainExternalQueryResponse }
ReadRegistryEntitiesOK describes a response with status code 200, with default header values.
OK
func NewReadRegistryEntitiesOK ¶
func NewReadRegistryEntitiesOK() *ReadRegistryEntitiesOK
NewReadRegistryEntitiesOK creates a ReadRegistryEntitiesOK with default headers values
func (*ReadRegistryEntitiesOK) Code ¶
func (o *ReadRegistryEntitiesOK) Code() int
Code gets the status code for the read registry entities o k response
func (*ReadRegistryEntitiesOK) Error ¶
func (o *ReadRegistryEntitiesOK) Error() string
func (*ReadRegistryEntitiesOK) GetPayload ¶
func (o *ReadRegistryEntitiesOK) GetPayload() *models.DomainExternalQueryResponse
func (*ReadRegistryEntitiesOK) IsClientError ¶
func (o *ReadRegistryEntitiesOK) IsClientError() bool
IsClientError returns true when this read registry entities o k response has a 4xx status code
func (*ReadRegistryEntitiesOK) IsCode ¶
func (o *ReadRegistryEntitiesOK) IsCode(code int) bool
IsCode returns true when this read registry entities o k response a status code equal to that given
func (*ReadRegistryEntitiesOK) IsRedirect ¶
func (o *ReadRegistryEntitiesOK) IsRedirect() bool
IsRedirect returns true when this read registry entities o k response has a 3xx status code
func (*ReadRegistryEntitiesOK) IsServerError ¶
func (o *ReadRegistryEntitiesOK) IsServerError() bool
IsServerError returns true when this read registry entities o k response has a 5xx status code
func (*ReadRegistryEntitiesOK) IsSuccess ¶
func (o *ReadRegistryEntitiesOK) IsSuccess() bool
IsSuccess returns true when this read registry entities o k response has a 2xx status code
func (*ReadRegistryEntitiesOK) String ¶
func (o *ReadRegistryEntitiesOK) String() string
type ReadRegistryEntitiesParams ¶
type ReadRegistryEntitiesParams struct { /* Limit. The upper-bound on the number of records to retrieve. */ Limit *int64 /* Offset. The offset from where to begin. */ Offset *int64 /* Sort. The fields to sort the records on. */ Sort *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ReadRegistryEntitiesParams contains all the parameters to send to the API endpoint
for the read registry entities operation. Typically these are written to a http.Request.
func NewReadRegistryEntitiesParams ¶
func NewReadRegistryEntitiesParams() *ReadRegistryEntitiesParams
NewReadRegistryEntitiesParams creates a new ReadRegistryEntitiesParams 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 NewReadRegistryEntitiesParamsWithContext ¶
func NewReadRegistryEntitiesParamsWithContext(ctx context.Context) *ReadRegistryEntitiesParams
NewReadRegistryEntitiesParamsWithContext creates a new ReadRegistryEntitiesParams object with the ability to set a context for a request.
func NewReadRegistryEntitiesParamsWithHTTPClient ¶
func NewReadRegistryEntitiesParamsWithHTTPClient(client *http.Client) *ReadRegistryEntitiesParams
NewReadRegistryEntitiesParamsWithHTTPClient creates a new ReadRegistryEntitiesParams object with the ability to set a custom HTTPClient for a request.
func NewReadRegistryEntitiesParamsWithTimeout ¶
func NewReadRegistryEntitiesParamsWithTimeout(timeout time.Duration) *ReadRegistryEntitiesParams
NewReadRegistryEntitiesParamsWithTimeout creates a new ReadRegistryEntitiesParams object with the ability to set a timeout on a request.
func (*ReadRegistryEntitiesParams) SetContext ¶
func (o *ReadRegistryEntitiesParams) SetContext(ctx context.Context)
SetContext adds the context to the read registry entities params
func (*ReadRegistryEntitiesParams) SetDefaults ¶
func (o *ReadRegistryEntitiesParams) SetDefaults()
SetDefaults hydrates default values in the read registry entities params (not the query body).
All values with no default are reset to their zero value.
func (*ReadRegistryEntitiesParams) SetHTTPClient ¶
func (o *ReadRegistryEntitiesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the read registry entities params
func (*ReadRegistryEntitiesParams) SetLimit ¶
func (o *ReadRegistryEntitiesParams) SetLimit(limit *int64)
SetLimit adds the limit to the read registry entities params
func (*ReadRegistryEntitiesParams) SetOffset ¶
func (o *ReadRegistryEntitiesParams) SetOffset(offset *int64)
SetOffset adds the offset to the read registry entities params
func (*ReadRegistryEntitiesParams) SetSort ¶
func (o *ReadRegistryEntitiesParams) SetSort(sort *string)
SetSort adds the sort to the read registry entities params
func (*ReadRegistryEntitiesParams) SetTimeout ¶
func (o *ReadRegistryEntitiesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the read registry entities params
func (*ReadRegistryEntitiesParams) WithContext ¶
func (o *ReadRegistryEntitiesParams) WithContext(ctx context.Context) *ReadRegistryEntitiesParams
WithContext adds the context to the read registry entities params
func (*ReadRegistryEntitiesParams) WithDefaults ¶
func (o *ReadRegistryEntitiesParams) WithDefaults() *ReadRegistryEntitiesParams
WithDefaults hydrates default values in the read registry entities params (not the query body).
All values with no default are reset to their zero value.
func (*ReadRegistryEntitiesParams) WithHTTPClient ¶
func (o *ReadRegistryEntitiesParams) WithHTTPClient(client *http.Client) *ReadRegistryEntitiesParams
WithHTTPClient adds the HTTPClient to the read registry entities params
func (*ReadRegistryEntitiesParams) WithLimit ¶
func (o *ReadRegistryEntitiesParams) WithLimit(limit *int64) *ReadRegistryEntitiesParams
WithLimit adds the limit to the read registry entities params
func (*ReadRegistryEntitiesParams) WithOffset ¶
func (o *ReadRegistryEntitiesParams) WithOffset(offset *int64) *ReadRegistryEntitiesParams
WithOffset adds the offset to the read registry entities params
func (*ReadRegistryEntitiesParams) WithSort ¶
func (o *ReadRegistryEntitiesParams) WithSort(sort *string) *ReadRegistryEntitiesParams
WithSort adds the sort to the read registry entities params
func (*ReadRegistryEntitiesParams) WithTimeout ¶
func (o *ReadRegistryEntitiesParams) WithTimeout(timeout time.Duration) *ReadRegistryEntitiesParams
WithTimeout adds the timeout to the read registry entities params
func (*ReadRegistryEntitiesParams) WriteToRequest ¶
func (o *ReadRegistryEntitiesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ReadRegistryEntitiesReader ¶
type ReadRegistryEntitiesReader struct {
// contains filtered or unexported fields
}
ReadRegistryEntitiesReader is a Reader for the ReadRegistryEntities structure.
func (*ReadRegistryEntitiesReader) ReadResponse ¶
func (o *ReadRegistryEntitiesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ReadRegistryEntitiesTooManyRequests ¶
type ReadRegistryEntitiesTooManyRequests 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 }
ReadRegistryEntitiesTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewReadRegistryEntitiesTooManyRequests ¶
func NewReadRegistryEntitiesTooManyRequests() *ReadRegistryEntitiesTooManyRequests
NewReadRegistryEntitiesTooManyRequests creates a ReadRegistryEntitiesTooManyRequests with default headers values
func (*ReadRegistryEntitiesTooManyRequests) Code ¶
func (o *ReadRegistryEntitiesTooManyRequests) Code() int
Code gets the status code for the read registry entities too many requests response
func (*ReadRegistryEntitiesTooManyRequests) Error ¶
func (o *ReadRegistryEntitiesTooManyRequests) Error() string
func (*ReadRegistryEntitiesTooManyRequests) GetPayload ¶
func (o *ReadRegistryEntitiesTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*ReadRegistryEntitiesTooManyRequests) IsClientError ¶
func (o *ReadRegistryEntitiesTooManyRequests) IsClientError() bool
IsClientError returns true when this read registry entities too many requests response has a 4xx status code
func (*ReadRegistryEntitiesTooManyRequests) IsCode ¶
func (o *ReadRegistryEntitiesTooManyRequests) IsCode(code int) bool
IsCode returns true when this read registry entities too many requests response a status code equal to that given
func (*ReadRegistryEntitiesTooManyRequests) IsRedirect ¶
func (o *ReadRegistryEntitiesTooManyRequests) IsRedirect() bool
IsRedirect returns true when this read registry entities too many requests response has a 3xx status code
func (*ReadRegistryEntitiesTooManyRequests) IsServerError ¶
func (o *ReadRegistryEntitiesTooManyRequests) IsServerError() bool
IsServerError returns true when this read registry entities too many requests response has a 5xx status code
func (*ReadRegistryEntitiesTooManyRequests) IsSuccess ¶
func (o *ReadRegistryEntitiesTooManyRequests) IsSuccess() bool
IsSuccess returns true when this read registry entities too many requests response has a 2xx status code
func (*ReadRegistryEntitiesTooManyRequests) String ¶
func (o *ReadRegistryEntitiesTooManyRequests) String() string
type UpdateRegistryEntitiesBadRequest ¶
type UpdateRegistryEntitiesBadRequest 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.DomainExternalRegistryResponse }
UpdateRegistryEntitiesBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewUpdateRegistryEntitiesBadRequest ¶
func NewUpdateRegistryEntitiesBadRequest() *UpdateRegistryEntitiesBadRequest
NewUpdateRegistryEntitiesBadRequest creates a UpdateRegistryEntitiesBadRequest with default headers values
func (*UpdateRegistryEntitiesBadRequest) Code ¶
func (o *UpdateRegistryEntitiesBadRequest) Code() int
Code gets the status code for the update registry entities bad request response
func (*UpdateRegistryEntitiesBadRequest) Error ¶
func (o *UpdateRegistryEntitiesBadRequest) Error() string
func (*UpdateRegistryEntitiesBadRequest) GetPayload ¶
func (o *UpdateRegistryEntitiesBadRequest) GetPayload() *models.DomainExternalRegistryResponse
func (*UpdateRegistryEntitiesBadRequest) IsClientError ¶
func (o *UpdateRegistryEntitiesBadRequest) IsClientError() bool
IsClientError returns true when this update registry entities bad request response has a 4xx status code
func (*UpdateRegistryEntitiesBadRequest) IsCode ¶
func (o *UpdateRegistryEntitiesBadRequest) IsCode(code int) bool
IsCode returns true when this update registry entities bad request response a status code equal to that given
func (*UpdateRegistryEntitiesBadRequest) IsRedirect ¶
func (o *UpdateRegistryEntitiesBadRequest) IsRedirect() bool
IsRedirect returns true when this update registry entities bad request response has a 3xx status code
func (*UpdateRegistryEntitiesBadRequest) IsServerError ¶
func (o *UpdateRegistryEntitiesBadRequest) IsServerError() bool
IsServerError returns true when this update registry entities bad request response has a 5xx status code
func (*UpdateRegistryEntitiesBadRequest) IsSuccess ¶
func (o *UpdateRegistryEntitiesBadRequest) IsSuccess() bool
IsSuccess returns true when this update registry entities bad request response has a 2xx status code
func (*UpdateRegistryEntitiesBadRequest) String ¶
func (o *UpdateRegistryEntitiesBadRequest) String() string
type UpdateRegistryEntitiesForbidden ¶
type UpdateRegistryEntitiesForbidden 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 }
UpdateRegistryEntitiesForbidden describes a response with status code 403, with default header values.
Forbidden
func NewUpdateRegistryEntitiesForbidden ¶
func NewUpdateRegistryEntitiesForbidden() *UpdateRegistryEntitiesForbidden
NewUpdateRegistryEntitiesForbidden creates a UpdateRegistryEntitiesForbidden with default headers values
func (*UpdateRegistryEntitiesForbidden) Code ¶
func (o *UpdateRegistryEntitiesForbidden) Code() int
Code gets the status code for the update registry entities forbidden response
func (*UpdateRegistryEntitiesForbidden) Error ¶
func (o *UpdateRegistryEntitiesForbidden) Error() string
func (*UpdateRegistryEntitiesForbidden) GetPayload ¶
func (o *UpdateRegistryEntitiesForbidden) GetPayload() *models.MsaReplyMetaOnly
func (*UpdateRegistryEntitiesForbidden) IsClientError ¶
func (o *UpdateRegistryEntitiesForbidden) IsClientError() bool
IsClientError returns true when this update registry entities forbidden response has a 4xx status code
func (*UpdateRegistryEntitiesForbidden) IsCode ¶
func (o *UpdateRegistryEntitiesForbidden) IsCode(code int) bool
IsCode returns true when this update registry entities forbidden response a status code equal to that given
func (*UpdateRegistryEntitiesForbidden) IsRedirect ¶
func (o *UpdateRegistryEntitiesForbidden) IsRedirect() bool
IsRedirect returns true when this update registry entities forbidden response has a 3xx status code
func (*UpdateRegistryEntitiesForbidden) IsServerError ¶
func (o *UpdateRegistryEntitiesForbidden) IsServerError() bool
IsServerError returns true when this update registry entities forbidden response has a 5xx status code
func (*UpdateRegistryEntitiesForbidden) IsSuccess ¶
func (o *UpdateRegistryEntitiesForbidden) IsSuccess() bool
IsSuccess returns true when this update registry entities forbidden response has a 2xx status code
func (*UpdateRegistryEntitiesForbidden) String ¶
func (o *UpdateRegistryEntitiesForbidden) String() string
type UpdateRegistryEntitiesInternalServerError ¶
type UpdateRegistryEntitiesInternalServerError 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.DomainExternalRegistryResponse }
UpdateRegistryEntitiesInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewUpdateRegistryEntitiesInternalServerError ¶
func NewUpdateRegistryEntitiesInternalServerError() *UpdateRegistryEntitiesInternalServerError
NewUpdateRegistryEntitiesInternalServerError creates a UpdateRegistryEntitiesInternalServerError with default headers values
func (*UpdateRegistryEntitiesInternalServerError) Code ¶
func (o *UpdateRegistryEntitiesInternalServerError) Code() int
Code gets the status code for the update registry entities internal server error response
func (*UpdateRegistryEntitiesInternalServerError) Error ¶
func (o *UpdateRegistryEntitiesInternalServerError) Error() string
func (*UpdateRegistryEntitiesInternalServerError) GetPayload ¶
func (o *UpdateRegistryEntitiesInternalServerError) GetPayload() *models.DomainExternalRegistryResponse
func (*UpdateRegistryEntitiesInternalServerError) IsClientError ¶
func (o *UpdateRegistryEntitiesInternalServerError) IsClientError() bool
IsClientError returns true when this update registry entities internal server error response has a 4xx status code
func (*UpdateRegistryEntitiesInternalServerError) IsCode ¶
func (o *UpdateRegistryEntitiesInternalServerError) IsCode(code int) bool
IsCode returns true when this update registry entities internal server error response a status code equal to that given
func (*UpdateRegistryEntitiesInternalServerError) IsRedirect ¶
func (o *UpdateRegistryEntitiesInternalServerError) IsRedirect() bool
IsRedirect returns true when this update registry entities internal server error response has a 3xx status code
func (*UpdateRegistryEntitiesInternalServerError) IsServerError ¶
func (o *UpdateRegistryEntitiesInternalServerError) IsServerError() bool
IsServerError returns true when this update registry entities internal server error response has a 5xx status code
func (*UpdateRegistryEntitiesInternalServerError) IsSuccess ¶
func (o *UpdateRegistryEntitiesInternalServerError) IsSuccess() bool
IsSuccess returns true when this update registry entities internal server error response has a 2xx status code
func (*UpdateRegistryEntitiesInternalServerError) String ¶
func (o *UpdateRegistryEntitiesInternalServerError) String() string
type UpdateRegistryEntitiesNotFound ¶
type UpdateRegistryEntitiesNotFound 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.DomainExternalRegistryResponse }
UpdateRegistryEntitiesNotFound describes a response with status code 404, with default header values.
Not Found
func NewUpdateRegistryEntitiesNotFound ¶
func NewUpdateRegistryEntitiesNotFound() *UpdateRegistryEntitiesNotFound
NewUpdateRegistryEntitiesNotFound creates a UpdateRegistryEntitiesNotFound with default headers values
func (*UpdateRegistryEntitiesNotFound) Code ¶
func (o *UpdateRegistryEntitiesNotFound) Code() int
Code gets the status code for the update registry entities not found response
func (*UpdateRegistryEntitiesNotFound) Error ¶
func (o *UpdateRegistryEntitiesNotFound) Error() string
func (*UpdateRegistryEntitiesNotFound) GetPayload ¶
func (o *UpdateRegistryEntitiesNotFound) GetPayload() *models.DomainExternalRegistryResponse
func (*UpdateRegistryEntitiesNotFound) IsClientError ¶
func (o *UpdateRegistryEntitiesNotFound) IsClientError() bool
IsClientError returns true when this update registry entities not found response has a 4xx status code
func (*UpdateRegistryEntitiesNotFound) IsCode ¶
func (o *UpdateRegistryEntitiesNotFound) IsCode(code int) bool
IsCode returns true when this update registry entities not found response a status code equal to that given
func (*UpdateRegistryEntitiesNotFound) IsRedirect ¶
func (o *UpdateRegistryEntitiesNotFound) IsRedirect() bool
IsRedirect returns true when this update registry entities not found response has a 3xx status code
func (*UpdateRegistryEntitiesNotFound) IsServerError ¶
func (o *UpdateRegistryEntitiesNotFound) IsServerError() bool
IsServerError returns true when this update registry entities not found response has a 5xx status code
func (*UpdateRegistryEntitiesNotFound) IsSuccess ¶
func (o *UpdateRegistryEntitiesNotFound) IsSuccess() bool
IsSuccess returns true when this update registry entities not found response has a 2xx status code
func (*UpdateRegistryEntitiesNotFound) String ¶
func (o *UpdateRegistryEntitiesNotFound) String() string
type UpdateRegistryEntitiesOK ¶
type UpdateRegistryEntitiesOK 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.DomainExternalRegistryResponse }
UpdateRegistryEntitiesOK describes a response with status code 200, with default header values.
OK
func NewUpdateRegistryEntitiesOK ¶
func NewUpdateRegistryEntitiesOK() *UpdateRegistryEntitiesOK
NewUpdateRegistryEntitiesOK creates a UpdateRegistryEntitiesOK with default headers values
func (*UpdateRegistryEntitiesOK) Code ¶
func (o *UpdateRegistryEntitiesOK) Code() int
Code gets the status code for the update registry entities o k response
func (*UpdateRegistryEntitiesOK) Error ¶
func (o *UpdateRegistryEntitiesOK) Error() string
func (*UpdateRegistryEntitiesOK) GetPayload ¶
func (o *UpdateRegistryEntitiesOK) GetPayload() *models.DomainExternalRegistryResponse
func (*UpdateRegistryEntitiesOK) IsClientError ¶
func (o *UpdateRegistryEntitiesOK) IsClientError() bool
IsClientError returns true when this update registry entities o k response has a 4xx status code
func (*UpdateRegistryEntitiesOK) IsCode ¶
func (o *UpdateRegistryEntitiesOK) IsCode(code int) bool
IsCode returns true when this update registry entities o k response a status code equal to that given
func (*UpdateRegistryEntitiesOK) IsRedirect ¶
func (o *UpdateRegistryEntitiesOK) IsRedirect() bool
IsRedirect returns true when this update registry entities o k response has a 3xx status code
func (*UpdateRegistryEntitiesOK) IsServerError ¶
func (o *UpdateRegistryEntitiesOK) IsServerError() bool
IsServerError returns true when this update registry entities o k response has a 5xx status code
func (*UpdateRegistryEntitiesOK) IsSuccess ¶
func (o *UpdateRegistryEntitiesOK) IsSuccess() bool
IsSuccess returns true when this update registry entities o k response has a 2xx status code
func (*UpdateRegistryEntitiesOK) String ¶
func (o *UpdateRegistryEntitiesOK) String() string
type UpdateRegistryEntitiesParams ¶
type UpdateRegistryEntitiesParams struct { // Body. Body *models.RegistryassessmentExternalRegistryPatchPayload /* ID. Registry entity UUID */ ID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UpdateRegistryEntitiesParams contains all the parameters to send to the API endpoint
for the update registry entities operation. Typically these are written to a http.Request.
func NewUpdateRegistryEntitiesParams ¶
func NewUpdateRegistryEntitiesParams() *UpdateRegistryEntitiesParams
NewUpdateRegistryEntitiesParams creates a new UpdateRegistryEntitiesParams 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 NewUpdateRegistryEntitiesParamsWithContext ¶
func NewUpdateRegistryEntitiesParamsWithContext(ctx context.Context) *UpdateRegistryEntitiesParams
NewUpdateRegistryEntitiesParamsWithContext creates a new UpdateRegistryEntitiesParams object with the ability to set a context for a request.
func NewUpdateRegistryEntitiesParamsWithHTTPClient ¶
func NewUpdateRegistryEntitiesParamsWithHTTPClient(client *http.Client) *UpdateRegistryEntitiesParams
NewUpdateRegistryEntitiesParamsWithHTTPClient creates a new UpdateRegistryEntitiesParams object with the ability to set a custom HTTPClient for a request.
func NewUpdateRegistryEntitiesParamsWithTimeout ¶
func NewUpdateRegistryEntitiesParamsWithTimeout(timeout time.Duration) *UpdateRegistryEntitiesParams
NewUpdateRegistryEntitiesParamsWithTimeout creates a new UpdateRegistryEntitiesParams object with the ability to set a timeout on a request.
func (*UpdateRegistryEntitiesParams) SetBody ¶
func (o *UpdateRegistryEntitiesParams) SetBody(body *models.RegistryassessmentExternalRegistryPatchPayload)
SetBody adds the body to the update registry entities params
func (*UpdateRegistryEntitiesParams) SetContext ¶
func (o *UpdateRegistryEntitiesParams) SetContext(ctx context.Context)
SetContext adds the context to the update registry entities params
func (*UpdateRegistryEntitiesParams) SetDefaults ¶
func (o *UpdateRegistryEntitiesParams) SetDefaults()
SetDefaults hydrates default values in the update registry entities params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateRegistryEntitiesParams) SetHTTPClient ¶
func (o *UpdateRegistryEntitiesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update registry entities params
func (*UpdateRegistryEntitiesParams) SetID ¶
func (o *UpdateRegistryEntitiesParams) SetID(id string)
SetID adds the id to the update registry entities params
func (*UpdateRegistryEntitiesParams) SetTimeout ¶
func (o *UpdateRegistryEntitiesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update registry entities params
func (*UpdateRegistryEntitiesParams) WithBody ¶
func (o *UpdateRegistryEntitiesParams) WithBody(body *models.RegistryassessmentExternalRegistryPatchPayload) *UpdateRegistryEntitiesParams
WithBody adds the body to the update registry entities params
func (*UpdateRegistryEntitiesParams) WithContext ¶
func (o *UpdateRegistryEntitiesParams) WithContext(ctx context.Context) *UpdateRegistryEntitiesParams
WithContext adds the context to the update registry entities params
func (*UpdateRegistryEntitiesParams) WithDefaults ¶
func (o *UpdateRegistryEntitiesParams) WithDefaults() *UpdateRegistryEntitiesParams
WithDefaults hydrates default values in the update registry entities params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateRegistryEntitiesParams) WithHTTPClient ¶
func (o *UpdateRegistryEntitiesParams) WithHTTPClient(client *http.Client) *UpdateRegistryEntitiesParams
WithHTTPClient adds the HTTPClient to the update registry entities params
func (*UpdateRegistryEntitiesParams) WithID ¶
func (o *UpdateRegistryEntitiesParams) WithID(id string) *UpdateRegistryEntitiesParams
WithID adds the id to the update registry entities params
func (*UpdateRegistryEntitiesParams) WithTimeout ¶
func (o *UpdateRegistryEntitiesParams) WithTimeout(timeout time.Duration) *UpdateRegistryEntitiesParams
WithTimeout adds the timeout to the update registry entities params
func (*UpdateRegistryEntitiesParams) WriteToRequest ¶
func (o *UpdateRegistryEntitiesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdateRegistryEntitiesReader ¶
type UpdateRegistryEntitiesReader struct {
// contains filtered or unexported fields
}
UpdateRegistryEntitiesReader is a Reader for the UpdateRegistryEntities structure.
func (*UpdateRegistryEntitiesReader) ReadResponse ¶
func (o *UpdateRegistryEntitiesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdateRegistryEntitiesTooManyRequests ¶
type UpdateRegistryEntitiesTooManyRequests 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 }
UpdateRegistryEntitiesTooManyRequests describes a response with status code 429, with default header values.
Too Many Requests
func NewUpdateRegistryEntitiesTooManyRequests ¶
func NewUpdateRegistryEntitiesTooManyRequests() *UpdateRegistryEntitiesTooManyRequests
NewUpdateRegistryEntitiesTooManyRequests creates a UpdateRegistryEntitiesTooManyRequests with default headers values
func (*UpdateRegistryEntitiesTooManyRequests) Code ¶
func (o *UpdateRegistryEntitiesTooManyRequests) Code() int
Code gets the status code for the update registry entities too many requests response
func (*UpdateRegistryEntitiesTooManyRequests) Error ¶
func (o *UpdateRegistryEntitiesTooManyRequests) Error() string
func (*UpdateRegistryEntitiesTooManyRequests) GetPayload ¶
func (o *UpdateRegistryEntitiesTooManyRequests) GetPayload() *models.MsaReplyMetaOnly
func (*UpdateRegistryEntitiesTooManyRequests) IsClientError ¶
func (o *UpdateRegistryEntitiesTooManyRequests) IsClientError() bool
IsClientError returns true when this update registry entities too many requests response has a 4xx status code
func (*UpdateRegistryEntitiesTooManyRequests) IsCode ¶
func (o *UpdateRegistryEntitiesTooManyRequests) IsCode(code int) bool
IsCode returns true when this update registry entities too many requests response a status code equal to that given
func (*UpdateRegistryEntitiesTooManyRequests) IsRedirect ¶
func (o *UpdateRegistryEntitiesTooManyRequests) IsRedirect() bool
IsRedirect returns true when this update registry entities too many requests response has a 3xx status code
func (*UpdateRegistryEntitiesTooManyRequests) IsServerError ¶
func (o *UpdateRegistryEntitiesTooManyRequests) IsServerError() bool
IsServerError returns true when this update registry entities too many requests response has a 5xx status code
func (*UpdateRegistryEntitiesTooManyRequests) IsSuccess ¶
func (o *UpdateRegistryEntitiesTooManyRequests) IsSuccess() bool
IsSuccess returns true when this update registry entities too many requests response has a 2xx status code
func (*UpdateRegistryEntitiesTooManyRequests) String ¶
func (o *UpdateRegistryEntitiesTooManyRequests) String() string
Source Files ¶
- create_registry_entities_parameters.go
- create_registry_entities_responses.go
- delete_registry_entities_parameters.go
- delete_registry_entities_responses.go
- download_export_file_parameters.go
- download_export_file_responses.go
- falcon_container_image_client.go
- launch_export_job_parameters.go
- launch_export_job_responses.go
- query_export_jobs_parameters.go
- query_export_jobs_responses.go
- read_export_jobs_parameters.go
- read_export_jobs_responses.go
- read_registry_entities_by_uuid_parameters.go
- read_registry_entities_by_uuid_responses.go
- read_registry_entities_parameters.go
- read_registry_entities_responses.go
- update_registry_entities_parameters.go
- update_registry_entities_responses.go