Documentation
¶
Index ¶
- type API
- type Client
- func (a *Client) DeleteProcessautomationTrigger(ctx context.Context, params *DeleteProcessautomationTriggerParams) (*DeleteProcessautomationTriggerNoContent, error)
- func (a *Client) GetProcessautomationTrigger(ctx context.Context, params *GetProcessautomationTriggerParams) (*GetProcessautomationTriggerOK, error)
- func (a *Client) GetProcessautomationTriggers(ctx context.Context, params *GetProcessautomationTriggersParams) (*GetProcessautomationTriggersOK, error)
- func (a *Client) GetProcessautomationTriggersTopics(ctx context.Context, params *GetProcessautomationTriggersTopicsParams) (*GetProcessautomationTriggersTopicsOK, error)
- func (a *Client) PostProcessautomationTriggerTest(ctx context.Context, params *PostProcessautomationTriggerTestParams) (*PostProcessautomationTriggerTestOK, error)
- func (a *Client) PostProcessautomationTriggers(ctx context.Context, params *PostProcessautomationTriggersParams) (*PostProcessautomationTriggersOK, error)
- func (a *Client) PostProcessautomationTriggersTopicTest(ctx context.Context, params *PostProcessautomationTriggersTopicTestParams) (*PostProcessautomationTriggersTopicTestOK, error)
- func (a *Client) PutProcessautomationTrigger(ctx context.Context, params *PutProcessautomationTriggerParams) (*PutProcessautomationTriggerOK, error)
- type DeleteProcessautomationTriggerBadRequest
- func (o *DeleteProcessautomationTriggerBadRequest) Error() string
- func (o *DeleteProcessautomationTriggerBadRequest) GetPayload() *models.ErrorBody
- func (o *DeleteProcessautomationTriggerBadRequest) IsClientError() bool
- func (o *DeleteProcessautomationTriggerBadRequest) IsCode(code int) bool
- func (o *DeleteProcessautomationTriggerBadRequest) IsRedirect() bool
- func (o *DeleteProcessautomationTriggerBadRequest) IsServerError() bool
- func (o *DeleteProcessautomationTriggerBadRequest) IsSuccess() bool
- func (o *DeleteProcessautomationTriggerBadRequest) String() string
- type DeleteProcessautomationTriggerForbidden
- func (o *DeleteProcessautomationTriggerForbidden) Error() string
- func (o *DeleteProcessautomationTriggerForbidden) GetPayload() *models.ErrorBody
- func (o *DeleteProcessautomationTriggerForbidden) IsClientError() bool
- func (o *DeleteProcessautomationTriggerForbidden) IsCode(code int) bool
- func (o *DeleteProcessautomationTriggerForbidden) IsRedirect() bool
- func (o *DeleteProcessautomationTriggerForbidden) IsServerError() bool
- func (o *DeleteProcessautomationTriggerForbidden) IsSuccess() bool
- func (o *DeleteProcessautomationTriggerForbidden) String() string
- type DeleteProcessautomationTriggerGatewayTimeout
- func (o *DeleteProcessautomationTriggerGatewayTimeout) Error() string
- func (o *DeleteProcessautomationTriggerGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *DeleteProcessautomationTriggerGatewayTimeout) IsClientError() bool
- func (o *DeleteProcessautomationTriggerGatewayTimeout) IsCode(code int) bool
- func (o *DeleteProcessautomationTriggerGatewayTimeout) IsRedirect() bool
- func (o *DeleteProcessautomationTriggerGatewayTimeout) IsServerError() bool
- func (o *DeleteProcessautomationTriggerGatewayTimeout) IsSuccess() bool
- func (o *DeleteProcessautomationTriggerGatewayTimeout) String() string
- type DeleteProcessautomationTriggerInternalServerError
- func (o *DeleteProcessautomationTriggerInternalServerError) Error() string
- func (o *DeleteProcessautomationTriggerInternalServerError) GetPayload() *models.ErrorBody
- func (o *DeleteProcessautomationTriggerInternalServerError) IsClientError() bool
- func (o *DeleteProcessautomationTriggerInternalServerError) IsCode(code int) bool
- func (o *DeleteProcessautomationTriggerInternalServerError) IsRedirect() bool
- func (o *DeleteProcessautomationTriggerInternalServerError) IsServerError() bool
- func (o *DeleteProcessautomationTriggerInternalServerError) IsSuccess() bool
- func (o *DeleteProcessautomationTriggerInternalServerError) String() string
- type DeleteProcessautomationTriggerNoContent
- func (o *DeleteProcessautomationTriggerNoContent) Error() string
- func (o *DeleteProcessautomationTriggerNoContent) IsClientError() bool
- func (o *DeleteProcessautomationTriggerNoContent) IsCode(code int) bool
- func (o *DeleteProcessautomationTriggerNoContent) IsRedirect() bool
- func (o *DeleteProcessautomationTriggerNoContent) IsServerError() bool
- func (o *DeleteProcessautomationTriggerNoContent) IsSuccess() bool
- func (o *DeleteProcessautomationTriggerNoContent) String() string
- type DeleteProcessautomationTriggerNotFound
- func (o *DeleteProcessautomationTriggerNotFound) Error() string
- func (o *DeleteProcessautomationTriggerNotFound) GetPayload() *models.ErrorBody
- func (o *DeleteProcessautomationTriggerNotFound) IsClientError() bool
- func (o *DeleteProcessautomationTriggerNotFound) IsCode(code int) bool
- func (o *DeleteProcessautomationTriggerNotFound) IsRedirect() bool
- func (o *DeleteProcessautomationTriggerNotFound) IsServerError() bool
- func (o *DeleteProcessautomationTriggerNotFound) IsSuccess() bool
- func (o *DeleteProcessautomationTriggerNotFound) String() string
- type DeleteProcessautomationTriggerParams
- func NewDeleteProcessautomationTriggerParams() *DeleteProcessautomationTriggerParams
- func NewDeleteProcessautomationTriggerParamsWithContext(ctx context.Context) *DeleteProcessautomationTriggerParams
- func NewDeleteProcessautomationTriggerParamsWithHTTPClient(client *http.Client) *DeleteProcessautomationTriggerParams
- func NewDeleteProcessautomationTriggerParamsWithTimeout(timeout time.Duration) *DeleteProcessautomationTriggerParams
- func (o *DeleteProcessautomationTriggerParams) SetContext(ctx context.Context)
- func (o *DeleteProcessautomationTriggerParams) SetDefaults()
- func (o *DeleteProcessautomationTriggerParams) SetHTTPClient(client *http.Client)
- func (o *DeleteProcessautomationTriggerParams) SetTimeout(timeout time.Duration)
- func (o *DeleteProcessautomationTriggerParams) SetTriggerID(triggerID string)
- func (o *DeleteProcessautomationTriggerParams) WithContext(ctx context.Context) *DeleteProcessautomationTriggerParams
- func (o *DeleteProcessautomationTriggerParams) WithDefaults() *DeleteProcessautomationTriggerParams
- func (o *DeleteProcessautomationTriggerParams) WithHTTPClient(client *http.Client) *DeleteProcessautomationTriggerParams
- func (o *DeleteProcessautomationTriggerParams) WithTimeout(timeout time.Duration) *DeleteProcessautomationTriggerParams
- func (o *DeleteProcessautomationTriggerParams) WithTriggerID(triggerID string) *DeleteProcessautomationTriggerParams
- func (o *DeleteProcessautomationTriggerParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteProcessautomationTriggerReader
- type DeleteProcessautomationTriggerRequestEntityTooLarge
- func (o *DeleteProcessautomationTriggerRequestEntityTooLarge) Error() string
- func (o *DeleteProcessautomationTriggerRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *DeleteProcessautomationTriggerRequestEntityTooLarge) IsClientError() bool
- func (o *DeleteProcessautomationTriggerRequestEntityTooLarge) IsCode(code int) bool
- func (o *DeleteProcessautomationTriggerRequestEntityTooLarge) IsRedirect() bool
- func (o *DeleteProcessautomationTriggerRequestEntityTooLarge) IsServerError() bool
- func (o *DeleteProcessautomationTriggerRequestEntityTooLarge) IsSuccess() bool
- func (o *DeleteProcessautomationTriggerRequestEntityTooLarge) String() string
- type DeleteProcessautomationTriggerRequestTimeout
- func (o *DeleteProcessautomationTriggerRequestTimeout) Error() string
- func (o *DeleteProcessautomationTriggerRequestTimeout) GetPayload() *models.ErrorBody
- func (o *DeleteProcessautomationTriggerRequestTimeout) IsClientError() bool
- func (o *DeleteProcessautomationTriggerRequestTimeout) IsCode(code int) bool
- func (o *DeleteProcessautomationTriggerRequestTimeout) IsRedirect() bool
- func (o *DeleteProcessautomationTriggerRequestTimeout) IsServerError() bool
- func (o *DeleteProcessautomationTriggerRequestTimeout) IsSuccess() bool
- func (o *DeleteProcessautomationTriggerRequestTimeout) String() string
- type DeleteProcessautomationTriggerServiceUnavailable
- func (o *DeleteProcessautomationTriggerServiceUnavailable) Error() string
- func (o *DeleteProcessautomationTriggerServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *DeleteProcessautomationTriggerServiceUnavailable) IsClientError() bool
- func (o *DeleteProcessautomationTriggerServiceUnavailable) IsCode(code int) bool
- func (o *DeleteProcessautomationTriggerServiceUnavailable) IsRedirect() bool
- func (o *DeleteProcessautomationTriggerServiceUnavailable) IsServerError() bool
- func (o *DeleteProcessautomationTriggerServiceUnavailable) IsSuccess() bool
- func (o *DeleteProcessautomationTriggerServiceUnavailable) String() string
- type DeleteProcessautomationTriggerTooManyRequests
- func (o *DeleteProcessautomationTriggerTooManyRequests) Error() string
- func (o *DeleteProcessautomationTriggerTooManyRequests) GetPayload() *models.ErrorBody
- func (o *DeleteProcessautomationTriggerTooManyRequests) IsClientError() bool
- func (o *DeleteProcessautomationTriggerTooManyRequests) IsCode(code int) bool
- func (o *DeleteProcessautomationTriggerTooManyRequests) IsRedirect() bool
- func (o *DeleteProcessautomationTriggerTooManyRequests) IsServerError() bool
- func (o *DeleteProcessautomationTriggerTooManyRequests) IsSuccess() bool
- func (o *DeleteProcessautomationTriggerTooManyRequests) String() string
- type DeleteProcessautomationTriggerUnauthorized
- func (o *DeleteProcessautomationTriggerUnauthorized) Error() string
- func (o *DeleteProcessautomationTriggerUnauthorized) GetPayload() *models.ErrorBody
- func (o *DeleteProcessautomationTriggerUnauthorized) IsClientError() bool
- func (o *DeleteProcessautomationTriggerUnauthorized) IsCode(code int) bool
- func (o *DeleteProcessautomationTriggerUnauthorized) IsRedirect() bool
- func (o *DeleteProcessautomationTriggerUnauthorized) IsServerError() bool
- func (o *DeleteProcessautomationTriggerUnauthorized) IsSuccess() bool
- func (o *DeleteProcessautomationTriggerUnauthorized) String() string
- type DeleteProcessautomationTriggerUnsupportedMediaType
- func (o *DeleteProcessautomationTriggerUnsupportedMediaType) Error() string
- func (o *DeleteProcessautomationTriggerUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *DeleteProcessautomationTriggerUnsupportedMediaType) IsClientError() bool
- func (o *DeleteProcessautomationTriggerUnsupportedMediaType) IsCode(code int) bool
- func (o *DeleteProcessautomationTriggerUnsupportedMediaType) IsRedirect() bool
- func (o *DeleteProcessautomationTriggerUnsupportedMediaType) IsServerError() bool
- func (o *DeleteProcessautomationTriggerUnsupportedMediaType) IsSuccess() bool
- func (o *DeleteProcessautomationTriggerUnsupportedMediaType) String() string
- type GetProcessautomationTriggerBadRequest
- func (o *GetProcessautomationTriggerBadRequest) Error() string
- func (o *GetProcessautomationTriggerBadRequest) GetPayload() *models.ErrorBody
- func (o *GetProcessautomationTriggerBadRequest) IsClientError() bool
- func (o *GetProcessautomationTriggerBadRequest) IsCode(code int) bool
- func (o *GetProcessautomationTriggerBadRequest) IsRedirect() bool
- func (o *GetProcessautomationTriggerBadRequest) IsServerError() bool
- func (o *GetProcessautomationTriggerBadRequest) IsSuccess() bool
- func (o *GetProcessautomationTriggerBadRequest) String() string
- type GetProcessautomationTriggerForbidden
- func (o *GetProcessautomationTriggerForbidden) Error() string
- func (o *GetProcessautomationTriggerForbidden) GetPayload() *models.ErrorBody
- func (o *GetProcessautomationTriggerForbidden) IsClientError() bool
- func (o *GetProcessautomationTriggerForbidden) IsCode(code int) bool
- func (o *GetProcessautomationTriggerForbidden) IsRedirect() bool
- func (o *GetProcessautomationTriggerForbidden) IsServerError() bool
- func (o *GetProcessautomationTriggerForbidden) IsSuccess() bool
- func (o *GetProcessautomationTriggerForbidden) String() string
- type GetProcessautomationTriggerGatewayTimeout
- func (o *GetProcessautomationTriggerGatewayTimeout) Error() string
- func (o *GetProcessautomationTriggerGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *GetProcessautomationTriggerGatewayTimeout) IsClientError() bool
- func (o *GetProcessautomationTriggerGatewayTimeout) IsCode(code int) bool
- func (o *GetProcessautomationTriggerGatewayTimeout) IsRedirect() bool
- func (o *GetProcessautomationTriggerGatewayTimeout) IsServerError() bool
- func (o *GetProcessautomationTriggerGatewayTimeout) IsSuccess() bool
- func (o *GetProcessautomationTriggerGatewayTimeout) String() string
- type GetProcessautomationTriggerInternalServerError
- func (o *GetProcessautomationTriggerInternalServerError) Error() string
- func (o *GetProcessautomationTriggerInternalServerError) GetPayload() *models.ErrorBody
- func (o *GetProcessautomationTriggerInternalServerError) IsClientError() bool
- func (o *GetProcessautomationTriggerInternalServerError) IsCode(code int) bool
- func (o *GetProcessautomationTriggerInternalServerError) IsRedirect() bool
- func (o *GetProcessautomationTriggerInternalServerError) IsServerError() bool
- func (o *GetProcessautomationTriggerInternalServerError) IsSuccess() bool
- func (o *GetProcessautomationTriggerInternalServerError) String() string
- type GetProcessautomationTriggerNotFound
- func (o *GetProcessautomationTriggerNotFound) Error() string
- func (o *GetProcessautomationTriggerNotFound) GetPayload() *models.ErrorBody
- func (o *GetProcessautomationTriggerNotFound) IsClientError() bool
- func (o *GetProcessautomationTriggerNotFound) IsCode(code int) bool
- func (o *GetProcessautomationTriggerNotFound) IsRedirect() bool
- func (o *GetProcessautomationTriggerNotFound) IsServerError() bool
- func (o *GetProcessautomationTriggerNotFound) IsSuccess() bool
- func (o *GetProcessautomationTriggerNotFound) String() string
- type GetProcessautomationTriggerOK
- func (o *GetProcessautomationTriggerOK) Error() string
- func (o *GetProcessautomationTriggerOK) GetPayload() *models.Trigger
- func (o *GetProcessautomationTriggerOK) IsClientError() bool
- func (o *GetProcessautomationTriggerOK) IsCode(code int) bool
- func (o *GetProcessautomationTriggerOK) IsRedirect() bool
- func (o *GetProcessautomationTriggerOK) IsServerError() bool
- func (o *GetProcessautomationTriggerOK) IsSuccess() bool
- func (o *GetProcessautomationTriggerOK) String() string
- type GetProcessautomationTriggerParams
- func NewGetProcessautomationTriggerParams() *GetProcessautomationTriggerParams
- func NewGetProcessautomationTriggerParamsWithContext(ctx context.Context) *GetProcessautomationTriggerParams
- func NewGetProcessautomationTriggerParamsWithHTTPClient(client *http.Client) *GetProcessautomationTriggerParams
- func NewGetProcessautomationTriggerParamsWithTimeout(timeout time.Duration) *GetProcessautomationTriggerParams
- func (o *GetProcessautomationTriggerParams) SetContext(ctx context.Context)
- func (o *GetProcessautomationTriggerParams) SetDefaults()
- func (o *GetProcessautomationTriggerParams) SetHTTPClient(client *http.Client)
- func (o *GetProcessautomationTriggerParams) SetTimeout(timeout time.Duration)
- func (o *GetProcessautomationTriggerParams) SetTriggerID(triggerID string)
- func (o *GetProcessautomationTriggerParams) WithContext(ctx context.Context) *GetProcessautomationTriggerParams
- func (o *GetProcessautomationTriggerParams) WithDefaults() *GetProcessautomationTriggerParams
- func (o *GetProcessautomationTriggerParams) WithHTTPClient(client *http.Client) *GetProcessautomationTriggerParams
- func (o *GetProcessautomationTriggerParams) WithTimeout(timeout time.Duration) *GetProcessautomationTriggerParams
- func (o *GetProcessautomationTriggerParams) WithTriggerID(triggerID string) *GetProcessautomationTriggerParams
- func (o *GetProcessautomationTriggerParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetProcessautomationTriggerReader
- type GetProcessautomationTriggerRequestEntityTooLarge
- func (o *GetProcessautomationTriggerRequestEntityTooLarge) Error() string
- func (o *GetProcessautomationTriggerRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *GetProcessautomationTriggerRequestEntityTooLarge) IsClientError() bool
- func (o *GetProcessautomationTriggerRequestEntityTooLarge) IsCode(code int) bool
- func (o *GetProcessautomationTriggerRequestEntityTooLarge) IsRedirect() bool
- func (o *GetProcessautomationTriggerRequestEntityTooLarge) IsServerError() bool
- func (o *GetProcessautomationTriggerRequestEntityTooLarge) IsSuccess() bool
- func (o *GetProcessautomationTriggerRequestEntityTooLarge) String() string
- type GetProcessautomationTriggerRequestTimeout
- func (o *GetProcessautomationTriggerRequestTimeout) Error() string
- func (o *GetProcessautomationTriggerRequestTimeout) GetPayload() *models.ErrorBody
- func (o *GetProcessautomationTriggerRequestTimeout) IsClientError() bool
- func (o *GetProcessautomationTriggerRequestTimeout) IsCode(code int) bool
- func (o *GetProcessautomationTriggerRequestTimeout) IsRedirect() bool
- func (o *GetProcessautomationTriggerRequestTimeout) IsServerError() bool
- func (o *GetProcessautomationTriggerRequestTimeout) IsSuccess() bool
- func (o *GetProcessautomationTriggerRequestTimeout) String() string
- type GetProcessautomationTriggerServiceUnavailable
- func (o *GetProcessautomationTriggerServiceUnavailable) Error() string
- func (o *GetProcessautomationTriggerServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *GetProcessautomationTriggerServiceUnavailable) IsClientError() bool
- func (o *GetProcessautomationTriggerServiceUnavailable) IsCode(code int) bool
- func (o *GetProcessautomationTriggerServiceUnavailable) IsRedirect() bool
- func (o *GetProcessautomationTriggerServiceUnavailable) IsServerError() bool
- func (o *GetProcessautomationTriggerServiceUnavailable) IsSuccess() bool
- func (o *GetProcessautomationTriggerServiceUnavailable) String() string
- type GetProcessautomationTriggerTooManyRequests
- func (o *GetProcessautomationTriggerTooManyRequests) Error() string
- func (o *GetProcessautomationTriggerTooManyRequests) GetPayload() *models.ErrorBody
- func (o *GetProcessautomationTriggerTooManyRequests) IsClientError() bool
- func (o *GetProcessautomationTriggerTooManyRequests) IsCode(code int) bool
- func (o *GetProcessautomationTriggerTooManyRequests) IsRedirect() bool
- func (o *GetProcessautomationTriggerTooManyRequests) IsServerError() bool
- func (o *GetProcessautomationTriggerTooManyRequests) IsSuccess() bool
- func (o *GetProcessautomationTriggerTooManyRequests) String() string
- type GetProcessautomationTriggerUnauthorized
- func (o *GetProcessautomationTriggerUnauthorized) Error() string
- func (o *GetProcessautomationTriggerUnauthorized) GetPayload() *models.ErrorBody
- func (o *GetProcessautomationTriggerUnauthorized) IsClientError() bool
- func (o *GetProcessautomationTriggerUnauthorized) IsCode(code int) bool
- func (o *GetProcessautomationTriggerUnauthorized) IsRedirect() bool
- func (o *GetProcessautomationTriggerUnauthorized) IsServerError() bool
- func (o *GetProcessautomationTriggerUnauthorized) IsSuccess() bool
- func (o *GetProcessautomationTriggerUnauthorized) String() string
- type GetProcessautomationTriggerUnsupportedMediaType
- func (o *GetProcessautomationTriggerUnsupportedMediaType) Error() string
- func (o *GetProcessautomationTriggerUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *GetProcessautomationTriggerUnsupportedMediaType) IsClientError() bool
- func (o *GetProcessautomationTriggerUnsupportedMediaType) IsCode(code int) bool
- func (o *GetProcessautomationTriggerUnsupportedMediaType) IsRedirect() bool
- func (o *GetProcessautomationTriggerUnsupportedMediaType) IsServerError() bool
- func (o *GetProcessautomationTriggerUnsupportedMediaType) IsSuccess() bool
- func (o *GetProcessautomationTriggerUnsupportedMediaType) String() string
- type GetProcessautomationTriggersBadRequest
- func (o *GetProcessautomationTriggersBadRequest) Error() string
- func (o *GetProcessautomationTriggersBadRequest) GetPayload() *models.ErrorBody
- func (o *GetProcessautomationTriggersBadRequest) IsClientError() bool
- func (o *GetProcessautomationTriggersBadRequest) IsCode(code int) bool
- func (o *GetProcessautomationTriggersBadRequest) IsRedirect() bool
- func (o *GetProcessautomationTriggersBadRequest) IsServerError() bool
- func (o *GetProcessautomationTriggersBadRequest) IsSuccess() bool
- func (o *GetProcessautomationTriggersBadRequest) String() string
- type GetProcessautomationTriggersForbidden
- func (o *GetProcessautomationTriggersForbidden) Error() string
- func (o *GetProcessautomationTriggersForbidden) GetPayload() *models.ErrorBody
- func (o *GetProcessautomationTriggersForbidden) IsClientError() bool
- func (o *GetProcessautomationTriggersForbidden) IsCode(code int) bool
- func (o *GetProcessautomationTriggersForbidden) IsRedirect() bool
- func (o *GetProcessautomationTriggersForbidden) IsServerError() bool
- func (o *GetProcessautomationTriggersForbidden) IsSuccess() bool
- func (o *GetProcessautomationTriggersForbidden) String() string
- type GetProcessautomationTriggersGatewayTimeout
- func (o *GetProcessautomationTriggersGatewayTimeout) Error() string
- func (o *GetProcessautomationTriggersGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *GetProcessautomationTriggersGatewayTimeout) IsClientError() bool
- func (o *GetProcessautomationTriggersGatewayTimeout) IsCode(code int) bool
- func (o *GetProcessautomationTriggersGatewayTimeout) IsRedirect() bool
- func (o *GetProcessautomationTriggersGatewayTimeout) IsServerError() bool
- func (o *GetProcessautomationTriggersGatewayTimeout) IsSuccess() bool
- func (o *GetProcessautomationTriggersGatewayTimeout) String() string
- type GetProcessautomationTriggersInternalServerError
- func (o *GetProcessautomationTriggersInternalServerError) Error() string
- func (o *GetProcessautomationTriggersInternalServerError) GetPayload() *models.ErrorBody
- func (o *GetProcessautomationTriggersInternalServerError) IsClientError() bool
- func (o *GetProcessautomationTriggersInternalServerError) IsCode(code int) bool
- func (o *GetProcessautomationTriggersInternalServerError) IsRedirect() bool
- func (o *GetProcessautomationTriggersInternalServerError) IsServerError() bool
- func (o *GetProcessautomationTriggersInternalServerError) IsSuccess() bool
- func (o *GetProcessautomationTriggersInternalServerError) String() string
- type GetProcessautomationTriggersNotFound
- func (o *GetProcessautomationTriggersNotFound) Error() string
- func (o *GetProcessautomationTriggersNotFound) GetPayload() *models.ErrorBody
- func (o *GetProcessautomationTriggersNotFound) IsClientError() bool
- func (o *GetProcessautomationTriggersNotFound) IsCode(code int) bool
- func (o *GetProcessautomationTriggersNotFound) IsRedirect() bool
- func (o *GetProcessautomationTriggersNotFound) IsServerError() bool
- func (o *GetProcessautomationTriggersNotFound) IsSuccess() bool
- func (o *GetProcessautomationTriggersNotFound) String() string
- type GetProcessautomationTriggersOK
- func (o *GetProcessautomationTriggersOK) Error() string
- func (o *GetProcessautomationTriggersOK) GetPayload() *models.TriggerEntityListing
- func (o *GetProcessautomationTriggersOK) IsClientError() bool
- func (o *GetProcessautomationTriggersOK) IsCode(code int) bool
- func (o *GetProcessautomationTriggersOK) IsRedirect() bool
- func (o *GetProcessautomationTriggersOK) IsServerError() bool
- func (o *GetProcessautomationTriggersOK) IsSuccess() bool
- func (o *GetProcessautomationTriggersOK) String() string
- type GetProcessautomationTriggersParams
- func NewGetProcessautomationTriggersParams() *GetProcessautomationTriggersParams
- func NewGetProcessautomationTriggersParamsWithContext(ctx context.Context) *GetProcessautomationTriggersParams
- func NewGetProcessautomationTriggersParamsWithHTTPClient(client *http.Client) *GetProcessautomationTriggersParams
- func NewGetProcessautomationTriggersParamsWithTimeout(timeout time.Duration) *GetProcessautomationTriggersParams
- func (o *GetProcessautomationTriggersParams) SetAfter(after *string)
- func (o *GetProcessautomationTriggersParams) SetBefore(before *string)
- func (o *GetProcessautomationTriggersParams) SetContext(ctx context.Context)
- func (o *GetProcessautomationTriggersParams) SetDefaults()
- func (o *GetProcessautomationTriggersParams) SetEnabled(enabled *bool)
- func (o *GetProcessautomationTriggersParams) SetHTTPClient(client *http.Client)
- func (o *GetProcessautomationTriggersParams) SetHasDelayBy(hasDelayBy *bool)
- func (o *GetProcessautomationTriggersParams) SetPageSize(pageSize *string)
- func (o *GetProcessautomationTriggersParams) SetTimeout(timeout time.Duration)
- func (o *GetProcessautomationTriggersParams) SetTopicName(topicName *string)
- func (o *GetProcessautomationTriggersParams) WithAfter(after *string) *GetProcessautomationTriggersParams
- func (o *GetProcessautomationTriggersParams) WithBefore(before *string) *GetProcessautomationTriggersParams
- func (o *GetProcessautomationTriggersParams) WithContext(ctx context.Context) *GetProcessautomationTriggersParams
- func (o *GetProcessautomationTriggersParams) WithDefaults() *GetProcessautomationTriggersParams
- func (o *GetProcessautomationTriggersParams) WithEnabled(enabled *bool) *GetProcessautomationTriggersParams
- func (o *GetProcessautomationTriggersParams) WithHTTPClient(client *http.Client) *GetProcessautomationTriggersParams
- func (o *GetProcessautomationTriggersParams) WithHasDelayBy(hasDelayBy *bool) *GetProcessautomationTriggersParams
- func (o *GetProcessautomationTriggersParams) WithPageSize(pageSize *string) *GetProcessautomationTriggersParams
- func (o *GetProcessautomationTriggersParams) WithTimeout(timeout time.Duration) *GetProcessautomationTriggersParams
- func (o *GetProcessautomationTriggersParams) WithTopicName(topicName *string) *GetProcessautomationTriggersParams
- func (o *GetProcessautomationTriggersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetProcessautomationTriggersReader
- type GetProcessautomationTriggersRequestEntityTooLarge
- func (o *GetProcessautomationTriggersRequestEntityTooLarge) Error() string
- func (o *GetProcessautomationTriggersRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *GetProcessautomationTriggersRequestEntityTooLarge) IsClientError() bool
- func (o *GetProcessautomationTriggersRequestEntityTooLarge) IsCode(code int) bool
- func (o *GetProcessautomationTriggersRequestEntityTooLarge) IsRedirect() bool
- func (o *GetProcessautomationTriggersRequestEntityTooLarge) IsServerError() bool
- func (o *GetProcessautomationTriggersRequestEntityTooLarge) IsSuccess() bool
- func (o *GetProcessautomationTriggersRequestEntityTooLarge) String() string
- type GetProcessautomationTriggersRequestTimeout
- func (o *GetProcessautomationTriggersRequestTimeout) Error() string
- func (o *GetProcessautomationTriggersRequestTimeout) GetPayload() *models.ErrorBody
- func (o *GetProcessautomationTriggersRequestTimeout) IsClientError() bool
- func (o *GetProcessautomationTriggersRequestTimeout) IsCode(code int) bool
- func (o *GetProcessautomationTriggersRequestTimeout) IsRedirect() bool
- func (o *GetProcessautomationTriggersRequestTimeout) IsServerError() bool
- func (o *GetProcessautomationTriggersRequestTimeout) IsSuccess() bool
- func (o *GetProcessautomationTriggersRequestTimeout) String() string
- type GetProcessautomationTriggersServiceUnavailable
- func (o *GetProcessautomationTriggersServiceUnavailable) Error() string
- func (o *GetProcessautomationTriggersServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *GetProcessautomationTriggersServiceUnavailable) IsClientError() bool
- func (o *GetProcessautomationTriggersServiceUnavailable) IsCode(code int) bool
- func (o *GetProcessautomationTriggersServiceUnavailable) IsRedirect() bool
- func (o *GetProcessautomationTriggersServiceUnavailable) IsServerError() bool
- func (o *GetProcessautomationTriggersServiceUnavailable) IsSuccess() bool
- func (o *GetProcessautomationTriggersServiceUnavailable) String() string
- type GetProcessautomationTriggersTooManyRequests
- func (o *GetProcessautomationTriggersTooManyRequests) Error() string
- func (o *GetProcessautomationTriggersTooManyRequests) GetPayload() *models.ErrorBody
- func (o *GetProcessautomationTriggersTooManyRequests) IsClientError() bool
- func (o *GetProcessautomationTriggersTooManyRequests) IsCode(code int) bool
- func (o *GetProcessautomationTriggersTooManyRequests) IsRedirect() bool
- func (o *GetProcessautomationTriggersTooManyRequests) IsServerError() bool
- func (o *GetProcessautomationTriggersTooManyRequests) IsSuccess() bool
- func (o *GetProcessautomationTriggersTooManyRequests) String() string
- type GetProcessautomationTriggersTopicsBadRequest
- func (o *GetProcessautomationTriggersTopicsBadRequest) Error() string
- func (o *GetProcessautomationTriggersTopicsBadRequest) GetPayload() *models.ErrorBody
- func (o *GetProcessautomationTriggersTopicsBadRequest) IsClientError() bool
- func (o *GetProcessautomationTriggersTopicsBadRequest) IsCode(code int) bool
- func (o *GetProcessautomationTriggersTopicsBadRequest) IsRedirect() bool
- func (o *GetProcessautomationTriggersTopicsBadRequest) IsServerError() bool
- func (o *GetProcessautomationTriggersTopicsBadRequest) IsSuccess() bool
- func (o *GetProcessautomationTriggersTopicsBadRequest) String() string
- type GetProcessautomationTriggersTopicsForbidden
- func (o *GetProcessautomationTriggersTopicsForbidden) Error() string
- func (o *GetProcessautomationTriggersTopicsForbidden) GetPayload() *models.ErrorBody
- func (o *GetProcessautomationTriggersTopicsForbidden) IsClientError() bool
- func (o *GetProcessautomationTriggersTopicsForbidden) IsCode(code int) bool
- func (o *GetProcessautomationTriggersTopicsForbidden) IsRedirect() bool
- func (o *GetProcessautomationTriggersTopicsForbidden) IsServerError() bool
- func (o *GetProcessautomationTriggersTopicsForbidden) IsSuccess() bool
- func (o *GetProcessautomationTriggersTopicsForbidden) String() string
- type GetProcessautomationTriggersTopicsGatewayTimeout
- func (o *GetProcessautomationTriggersTopicsGatewayTimeout) Error() string
- func (o *GetProcessautomationTriggersTopicsGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *GetProcessautomationTriggersTopicsGatewayTimeout) IsClientError() bool
- func (o *GetProcessautomationTriggersTopicsGatewayTimeout) IsCode(code int) bool
- func (o *GetProcessautomationTriggersTopicsGatewayTimeout) IsRedirect() bool
- func (o *GetProcessautomationTriggersTopicsGatewayTimeout) IsServerError() bool
- func (o *GetProcessautomationTriggersTopicsGatewayTimeout) IsSuccess() bool
- func (o *GetProcessautomationTriggersTopicsGatewayTimeout) String() string
- type GetProcessautomationTriggersTopicsInternalServerError
- func (o *GetProcessautomationTriggersTopicsInternalServerError) Error() string
- func (o *GetProcessautomationTriggersTopicsInternalServerError) GetPayload() *models.ErrorBody
- func (o *GetProcessautomationTriggersTopicsInternalServerError) IsClientError() bool
- func (o *GetProcessautomationTriggersTopicsInternalServerError) IsCode(code int) bool
- func (o *GetProcessautomationTriggersTopicsInternalServerError) IsRedirect() bool
- func (o *GetProcessautomationTriggersTopicsInternalServerError) IsServerError() bool
- func (o *GetProcessautomationTriggersTopicsInternalServerError) IsSuccess() bool
- func (o *GetProcessautomationTriggersTopicsInternalServerError) String() string
- type GetProcessautomationTriggersTopicsNotFound
- func (o *GetProcessautomationTriggersTopicsNotFound) Error() string
- func (o *GetProcessautomationTriggersTopicsNotFound) GetPayload() *models.ErrorBody
- func (o *GetProcessautomationTriggersTopicsNotFound) IsClientError() bool
- func (o *GetProcessautomationTriggersTopicsNotFound) IsCode(code int) bool
- func (o *GetProcessautomationTriggersTopicsNotFound) IsRedirect() bool
- func (o *GetProcessautomationTriggersTopicsNotFound) IsServerError() bool
- func (o *GetProcessautomationTriggersTopicsNotFound) IsSuccess() bool
- func (o *GetProcessautomationTriggersTopicsNotFound) String() string
- type GetProcessautomationTriggersTopicsOK
- func (o *GetProcessautomationTriggersTopicsOK) Error() string
- func (o *GetProcessautomationTriggersTopicsOK) GetPayload() *models.TopicCursorEntityListing
- func (o *GetProcessautomationTriggersTopicsOK) IsClientError() bool
- func (o *GetProcessautomationTriggersTopicsOK) IsCode(code int) bool
- func (o *GetProcessautomationTriggersTopicsOK) IsRedirect() bool
- func (o *GetProcessautomationTriggersTopicsOK) IsServerError() bool
- func (o *GetProcessautomationTriggersTopicsOK) IsSuccess() bool
- func (o *GetProcessautomationTriggersTopicsOK) String() string
- type GetProcessautomationTriggersTopicsParams
- func NewGetProcessautomationTriggersTopicsParams() *GetProcessautomationTriggersTopicsParams
- func NewGetProcessautomationTriggersTopicsParamsWithContext(ctx context.Context) *GetProcessautomationTriggersTopicsParams
- func NewGetProcessautomationTriggersTopicsParamsWithHTTPClient(client *http.Client) *GetProcessautomationTriggersTopicsParams
- func NewGetProcessautomationTriggersTopicsParamsWithTimeout(timeout time.Duration) *GetProcessautomationTriggersTopicsParams
- func (o *GetProcessautomationTriggersTopicsParams) SetAfter(after *string)
- func (o *GetProcessautomationTriggersTopicsParams) SetBefore(before *string)
- func (o *GetProcessautomationTriggersTopicsParams) SetContext(ctx context.Context)
- func (o *GetProcessautomationTriggersTopicsParams) SetDefaults()
- func (o *GetProcessautomationTriggersTopicsParams) SetHTTPClient(client *http.Client)
- func (o *GetProcessautomationTriggersTopicsParams) SetPageSize(pageSize *string)
- func (o *GetProcessautomationTriggersTopicsParams) SetTimeout(timeout time.Duration)
- func (o *GetProcessautomationTriggersTopicsParams) WithAfter(after *string) *GetProcessautomationTriggersTopicsParams
- func (o *GetProcessautomationTriggersTopicsParams) WithBefore(before *string) *GetProcessautomationTriggersTopicsParams
- func (o *GetProcessautomationTriggersTopicsParams) WithContext(ctx context.Context) *GetProcessautomationTriggersTopicsParams
- func (o *GetProcessautomationTriggersTopicsParams) WithDefaults() *GetProcessautomationTriggersTopicsParams
- func (o *GetProcessautomationTriggersTopicsParams) WithHTTPClient(client *http.Client) *GetProcessautomationTriggersTopicsParams
- func (o *GetProcessautomationTriggersTopicsParams) WithPageSize(pageSize *string) *GetProcessautomationTriggersTopicsParams
- func (o *GetProcessautomationTriggersTopicsParams) WithTimeout(timeout time.Duration) *GetProcessautomationTriggersTopicsParams
- func (o *GetProcessautomationTriggersTopicsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetProcessautomationTriggersTopicsReader
- type GetProcessautomationTriggersTopicsRequestEntityTooLarge
- func (o *GetProcessautomationTriggersTopicsRequestEntityTooLarge) Error() string
- func (o *GetProcessautomationTriggersTopicsRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *GetProcessautomationTriggersTopicsRequestEntityTooLarge) IsClientError() bool
- func (o *GetProcessautomationTriggersTopicsRequestEntityTooLarge) IsCode(code int) bool
- func (o *GetProcessautomationTriggersTopicsRequestEntityTooLarge) IsRedirect() bool
- func (o *GetProcessautomationTriggersTopicsRequestEntityTooLarge) IsServerError() bool
- func (o *GetProcessautomationTriggersTopicsRequestEntityTooLarge) IsSuccess() bool
- func (o *GetProcessautomationTriggersTopicsRequestEntityTooLarge) String() string
- type GetProcessautomationTriggersTopicsRequestTimeout
- func (o *GetProcessautomationTriggersTopicsRequestTimeout) Error() string
- func (o *GetProcessautomationTriggersTopicsRequestTimeout) GetPayload() *models.ErrorBody
- func (o *GetProcessautomationTriggersTopicsRequestTimeout) IsClientError() bool
- func (o *GetProcessautomationTriggersTopicsRequestTimeout) IsCode(code int) bool
- func (o *GetProcessautomationTriggersTopicsRequestTimeout) IsRedirect() bool
- func (o *GetProcessautomationTriggersTopicsRequestTimeout) IsServerError() bool
- func (o *GetProcessautomationTriggersTopicsRequestTimeout) IsSuccess() bool
- func (o *GetProcessautomationTriggersTopicsRequestTimeout) String() string
- type GetProcessautomationTriggersTopicsServiceUnavailable
- func (o *GetProcessautomationTriggersTopicsServiceUnavailable) Error() string
- func (o *GetProcessautomationTriggersTopicsServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *GetProcessautomationTriggersTopicsServiceUnavailable) IsClientError() bool
- func (o *GetProcessautomationTriggersTopicsServiceUnavailable) IsCode(code int) bool
- func (o *GetProcessautomationTriggersTopicsServiceUnavailable) IsRedirect() bool
- func (o *GetProcessautomationTriggersTopicsServiceUnavailable) IsServerError() bool
- func (o *GetProcessautomationTriggersTopicsServiceUnavailable) IsSuccess() bool
- func (o *GetProcessautomationTriggersTopicsServiceUnavailable) String() string
- type GetProcessautomationTriggersTopicsTooManyRequests
- func (o *GetProcessautomationTriggersTopicsTooManyRequests) Error() string
- func (o *GetProcessautomationTriggersTopicsTooManyRequests) GetPayload() *models.ErrorBody
- func (o *GetProcessautomationTriggersTopicsTooManyRequests) IsClientError() bool
- func (o *GetProcessautomationTriggersTopicsTooManyRequests) IsCode(code int) bool
- func (o *GetProcessautomationTriggersTopicsTooManyRequests) IsRedirect() bool
- func (o *GetProcessautomationTriggersTopicsTooManyRequests) IsServerError() bool
- func (o *GetProcessautomationTriggersTopicsTooManyRequests) IsSuccess() bool
- func (o *GetProcessautomationTriggersTopicsTooManyRequests) String() string
- type GetProcessautomationTriggersTopicsUnauthorized
- func (o *GetProcessautomationTriggersTopicsUnauthorized) Error() string
- func (o *GetProcessautomationTriggersTopicsUnauthorized) GetPayload() *models.ErrorBody
- func (o *GetProcessautomationTriggersTopicsUnauthorized) IsClientError() bool
- func (o *GetProcessautomationTriggersTopicsUnauthorized) IsCode(code int) bool
- func (o *GetProcessautomationTriggersTopicsUnauthorized) IsRedirect() bool
- func (o *GetProcessautomationTriggersTopicsUnauthorized) IsServerError() bool
- func (o *GetProcessautomationTriggersTopicsUnauthorized) IsSuccess() bool
- func (o *GetProcessautomationTriggersTopicsUnauthorized) String() string
- type GetProcessautomationTriggersTopicsUnsupportedMediaType
- func (o *GetProcessautomationTriggersTopicsUnsupportedMediaType) Error() string
- func (o *GetProcessautomationTriggersTopicsUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *GetProcessautomationTriggersTopicsUnsupportedMediaType) IsClientError() bool
- func (o *GetProcessautomationTriggersTopicsUnsupportedMediaType) IsCode(code int) bool
- func (o *GetProcessautomationTriggersTopicsUnsupportedMediaType) IsRedirect() bool
- func (o *GetProcessautomationTriggersTopicsUnsupportedMediaType) IsServerError() bool
- func (o *GetProcessautomationTriggersTopicsUnsupportedMediaType) IsSuccess() bool
- func (o *GetProcessautomationTriggersTopicsUnsupportedMediaType) String() string
- type GetProcessautomationTriggersUnauthorized
- func (o *GetProcessautomationTriggersUnauthorized) Error() string
- func (o *GetProcessautomationTriggersUnauthorized) GetPayload() *models.ErrorBody
- func (o *GetProcessautomationTriggersUnauthorized) IsClientError() bool
- func (o *GetProcessautomationTriggersUnauthorized) IsCode(code int) bool
- func (o *GetProcessautomationTriggersUnauthorized) IsRedirect() bool
- func (o *GetProcessautomationTriggersUnauthorized) IsServerError() bool
- func (o *GetProcessautomationTriggersUnauthorized) IsSuccess() bool
- func (o *GetProcessautomationTriggersUnauthorized) String() string
- type GetProcessautomationTriggersUnsupportedMediaType
- func (o *GetProcessautomationTriggersUnsupportedMediaType) Error() string
- func (o *GetProcessautomationTriggersUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *GetProcessautomationTriggersUnsupportedMediaType) IsClientError() bool
- func (o *GetProcessautomationTriggersUnsupportedMediaType) IsCode(code int) bool
- func (o *GetProcessautomationTriggersUnsupportedMediaType) IsRedirect() bool
- func (o *GetProcessautomationTriggersUnsupportedMediaType) IsServerError() bool
- func (o *GetProcessautomationTriggersUnsupportedMediaType) IsSuccess() bool
- func (o *GetProcessautomationTriggersUnsupportedMediaType) String() string
- type PostProcessautomationTriggerTestBadRequest
- func (o *PostProcessautomationTriggerTestBadRequest) Error() string
- func (o *PostProcessautomationTriggerTestBadRequest) GetPayload() *models.ErrorBody
- func (o *PostProcessautomationTriggerTestBadRequest) IsClientError() bool
- func (o *PostProcessautomationTriggerTestBadRequest) IsCode(code int) bool
- func (o *PostProcessautomationTriggerTestBadRequest) IsRedirect() bool
- func (o *PostProcessautomationTriggerTestBadRequest) IsServerError() bool
- func (o *PostProcessautomationTriggerTestBadRequest) IsSuccess() bool
- func (o *PostProcessautomationTriggerTestBadRequest) String() string
- type PostProcessautomationTriggerTestForbidden
- func (o *PostProcessautomationTriggerTestForbidden) Error() string
- func (o *PostProcessautomationTriggerTestForbidden) GetPayload() *models.ErrorBody
- func (o *PostProcessautomationTriggerTestForbidden) IsClientError() bool
- func (o *PostProcessautomationTriggerTestForbidden) IsCode(code int) bool
- func (o *PostProcessautomationTriggerTestForbidden) IsRedirect() bool
- func (o *PostProcessautomationTriggerTestForbidden) IsServerError() bool
- func (o *PostProcessautomationTriggerTestForbidden) IsSuccess() bool
- func (o *PostProcessautomationTriggerTestForbidden) String() string
- type PostProcessautomationTriggerTestGatewayTimeout
- func (o *PostProcessautomationTriggerTestGatewayTimeout) Error() string
- func (o *PostProcessautomationTriggerTestGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *PostProcessautomationTriggerTestGatewayTimeout) IsClientError() bool
- func (o *PostProcessautomationTriggerTestGatewayTimeout) IsCode(code int) bool
- func (o *PostProcessautomationTriggerTestGatewayTimeout) IsRedirect() bool
- func (o *PostProcessautomationTriggerTestGatewayTimeout) IsServerError() bool
- func (o *PostProcessautomationTriggerTestGatewayTimeout) IsSuccess() bool
- func (o *PostProcessautomationTriggerTestGatewayTimeout) String() string
- type PostProcessautomationTriggerTestInternalServerError
- func (o *PostProcessautomationTriggerTestInternalServerError) Error() string
- func (o *PostProcessautomationTriggerTestInternalServerError) GetPayload() *models.ErrorBody
- func (o *PostProcessautomationTriggerTestInternalServerError) IsClientError() bool
- func (o *PostProcessautomationTriggerTestInternalServerError) IsCode(code int) bool
- func (o *PostProcessautomationTriggerTestInternalServerError) IsRedirect() bool
- func (o *PostProcessautomationTriggerTestInternalServerError) IsServerError() bool
- func (o *PostProcessautomationTriggerTestInternalServerError) IsSuccess() bool
- func (o *PostProcessautomationTriggerTestInternalServerError) String() string
- type PostProcessautomationTriggerTestNotFound
- func (o *PostProcessautomationTriggerTestNotFound) Error() string
- func (o *PostProcessautomationTriggerTestNotFound) GetPayload() *models.ErrorBody
- func (o *PostProcessautomationTriggerTestNotFound) IsClientError() bool
- func (o *PostProcessautomationTriggerTestNotFound) IsCode(code int) bool
- func (o *PostProcessautomationTriggerTestNotFound) IsRedirect() bool
- func (o *PostProcessautomationTriggerTestNotFound) IsServerError() bool
- func (o *PostProcessautomationTriggerTestNotFound) IsSuccess() bool
- func (o *PostProcessautomationTriggerTestNotFound) String() string
- type PostProcessautomationTriggerTestOK
- func (o *PostProcessautomationTriggerTestOK) Error() string
- func (o *PostProcessautomationTriggerTestOK) GetPayload() *models.TestModeResults
- func (o *PostProcessautomationTriggerTestOK) IsClientError() bool
- func (o *PostProcessautomationTriggerTestOK) IsCode(code int) bool
- func (o *PostProcessautomationTriggerTestOK) IsRedirect() bool
- func (o *PostProcessautomationTriggerTestOK) IsServerError() bool
- func (o *PostProcessautomationTriggerTestOK) IsSuccess() bool
- func (o *PostProcessautomationTriggerTestOK) String() string
- type PostProcessautomationTriggerTestParams
- func NewPostProcessautomationTriggerTestParams() *PostProcessautomationTriggerTestParams
- func NewPostProcessautomationTriggerTestParamsWithContext(ctx context.Context) *PostProcessautomationTriggerTestParams
- func NewPostProcessautomationTriggerTestParamsWithHTTPClient(client *http.Client) *PostProcessautomationTriggerTestParams
- func NewPostProcessautomationTriggerTestParamsWithTimeout(timeout time.Duration) *PostProcessautomationTriggerTestParams
- func (o *PostProcessautomationTriggerTestParams) SetBody(body string)
- func (o *PostProcessautomationTriggerTestParams) SetContext(ctx context.Context)
- func (o *PostProcessautomationTriggerTestParams) SetDefaults()
- func (o *PostProcessautomationTriggerTestParams) SetHTTPClient(client *http.Client)
- func (o *PostProcessautomationTriggerTestParams) SetTimeout(timeout time.Duration)
- func (o *PostProcessautomationTriggerTestParams) SetTriggerID(triggerID string)
- func (o *PostProcessautomationTriggerTestParams) WithBody(body string) *PostProcessautomationTriggerTestParams
- func (o *PostProcessautomationTriggerTestParams) WithContext(ctx context.Context) *PostProcessautomationTriggerTestParams
- func (o *PostProcessautomationTriggerTestParams) WithDefaults() *PostProcessautomationTriggerTestParams
- func (o *PostProcessautomationTriggerTestParams) WithHTTPClient(client *http.Client) *PostProcessautomationTriggerTestParams
- func (o *PostProcessautomationTriggerTestParams) WithTimeout(timeout time.Duration) *PostProcessautomationTriggerTestParams
- func (o *PostProcessautomationTriggerTestParams) WithTriggerID(triggerID string) *PostProcessautomationTriggerTestParams
- func (o *PostProcessautomationTriggerTestParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PostProcessautomationTriggerTestReader
- type PostProcessautomationTriggerTestRequestEntityTooLarge
- func (o *PostProcessautomationTriggerTestRequestEntityTooLarge) Error() string
- func (o *PostProcessautomationTriggerTestRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *PostProcessautomationTriggerTestRequestEntityTooLarge) IsClientError() bool
- func (o *PostProcessautomationTriggerTestRequestEntityTooLarge) IsCode(code int) bool
- func (o *PostProcessautomationTriggerTestRequestEntityTooLarge) IsRedirect() bool
- func (o *PostProcessautomationTriggerTestRequestEntityTooLarge) IsServerError() bool
- func (o *PostProcessautomationTriggerTestRequestEntityTooLarge) IsSuccess() bool
- func (o *PostProcessautomationTriggerTestRequestEntityTooLarge) String() string
- type PostProcessautomationTriggerTestRequestTimeout
- func (o *PostProcessautomationTriggerTestRequestTimeout) Error() string
- func (o *PostProcessautomationTriggerTestRequestTimeout) GetPayload() *models.ErrorBody
- func (o *PostProcessautomationTriggerTestRequestTimeout) IsClientError() bool
- func (o *PostProcessautomationTriggerTestRequestTimeout) IsCode(code int) bool
- func (o *PostProcessautomationTriggerTestRequestTimeout) IsRedirect() bool
- func (o *PostProcessautomationTriggerTestRequestTimeout) IsServerError() bool
- func (o *PostProcessautomationTriggerTestRequestTimeout) IsSuccess() bool
- func (o *PostProcessautomationTriggerTestRequestTimeout) String() string
- type PostProcessautomationTriggerTestServiceUnavailable
- func (o *PostProcessautomationTriggerTestServiceUnavailable) Error() string
- func (o *PostProcessautomationTriggerTestServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *PostProcessautomationTriggerTestServiceUnavailable) IsClientError() bool
- func (o *PostProcessautomationTriggerTestServiceUnavailable) IsCode(code int) bool
- func (o *PostProcessautomationTriggerTestServiceUnavailable) IsRedirect() bool
- func (o *PostProcessautomationTriggerTestServiceUnavailable) IsServerError() bool
- func (o *PostProcessautomationTriggerTestServiceUnavailable) IsSuccess() bool
- func (o *PostProcessautomationTriggerTestServiceUnavailable) String() string
- type PostProcessautomationTriggerTestTooManyRequests
- func (o *PostProcessautomationTriggerTestTooManyRequests) Error() string
- func (o *PostProcessautomationTriggerTestTooManyRequests) GetPayload() *models.ErrorBody
- func (o *PostProcessautomationTriggerTestTooManyRequests) IsClientError() bool
- func (o *PostProcessautomationTriggerTestTooManyRequests) IsCode(code int) bool
- func (o *PostProcessautomationTriggerTestTooManyRequests) IsRedirect() bool
- func (o *PostProcessautomationTriggerTestTooManyRequests) IsServerError() bool
- func (o *PostProcessautomationTriggerTestTooManyRequests) IsSuccess() bool
- func (o *PostProcessautomationTriggerTestTooManyRequests) String() string
- type PostProcessautomationTriggerTestUnauthorized
- func (o *PostProcessautomationTriggerTestUnauthorized) Error() string
- func (o *PostProcessautomationTriggerTestUnauthorized) GetPayload() *models.ErrorBody
- func (o *PostProcessautomationTriggerTestUnauthorized) IsClientError() bool
- func (o *PostProcessautomationTriggerTestUnauthorized) IsCode(code int) bool
- func (o *PostProcessautomationTriggerTestUnauthorized) IsRedirect() bool
- func (o *PostProcessautomationTriggerTestUnauthorized) IsServerError() bool
- func (o *PostProcessautomationTriggerTestUnauthorized) IsSuccess() bool
- func (o *PostProcessautomationTriggerTestUnauthorized) String() string
- type PostProcessautomationTriggerTestUnsupportedMediaType
- func (o *PostProcessautomationTriggerTestUnsupportedMediaType) Error() string
- func (o *PostProcessautomationTriggerTestUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *PostProcessautomationTriggerTestUnsupportedMediaType) IsClientError() bool
- func (o *PostProcessautomationTriggerTestUnsupportedMediaType) IsCode(code int) bool
- func (o *PostProcessautomationTriggerTestUnsupportedMediaType) IsRedirect() bool
- func (o *PostProcessautomationTriggerTestUnsupportedMediaType) IsServerError() bool
- func (o *PostProcessautomationTriggerTestUnsupportedMediaType) IsSuccess() bool
- func (o *PostProcessautomationTriggerTestUnsupportedMediaType) String() string
- type PostProcessautomationTriggersBadRequest
- func (o *PostProcessautomationTriggersBadRequest) Error() string
- func (o *PostProcessautomationTriggersBadRequest) GetPayload() *models.ErrorBody
- func (o *PostProcessautomationTriggersBadRequest) IsClientError() bool
- func (o *PostProcessautomationTriggersBadRequest) IsCode(code int) bool
- func (o *PostProcessautomationTriggersBadRequest) IsRedirect() bool
- func (o *PostProcessautomationTriggersBadRequest) IsServerError() bool
- func (o *PostProcessautomationTriggersBadRequest) IsSuccess() bool
- func (o *PostProcessautomationTriggersBadRequest) String() string
- type PostProcessautomationTriggersForbidden
- func (o *PostProcessautomationTriggersForbidden) Error() string
- func (o *PostProcessautomationTriggersForbidden) GetPayload() *models.ErrorBody
- func (o *PostProcessautomationTriggersForbidden) IsClientError() bool
- func (o *PostProcessautomationTriggersForbidden) IsCode(code int) bool
- func (o *PostProcessautomationTriggersForbidden) IsRedirect() bool
- func (o *PostProcessautomationTriggersForbidden) IsServerError() bool
- func (o *PostProcessautomationTriggersForbidden) IsSuccess() bool
- func (o *PostProcessautomationTriggersForbidden) String() string
- type PostProcessautomationTriggersGatewayTimeout
- func (o *PostProcessautomationTriggersGatewayTimeout) Error() string
- func (o *PostProcessautomationTriggersGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *PostProcessautomationTriggersGatewayTimeout) IsClientError() bool
- func (o *PostProcessautomationTriggersGatewayTimeout) IsCode(code int) bool
- func (o *PostProcessautomationTriggersGatewayTimeout) IsRedirect() bool
- func (o *PostProcessautomationTriggersGatewayTimeout) IsServerError() bool
- func (o *PostProcessautomationTriggersGatewayTimeout) IsSuccess() bool
- func (o *PostProcessautomationTriggersGatewayTimeout) String() string
- type PostProcessautomationTriggersInternalServerError
- func (o *PostProcessautomationTriggersInternalServerError) Error() string
- func (o *PostProcessautomationTriggersInternalServerError) GetPayload() *models.ErrorBody
- func (o *PostProcessautomationTriggersInternalServerError) IsClientError() bool
- func (o *PostProcessautomationTriggersInternalServerError) IsCode(code int) bool
- func (o *PostProcessautomationTriggersInternalServerError) IsRedirect() bool
- func (o *PostProcessautomationTriggersInternalServerError) IsServerError() bool
- func (o *PostProcessautomationTriggersInternalServerError) IsSuccess() bool
- func (o *PostProcessautomationTriggersInternalServerError) String() string
- type PostProcessautomationTriggersNotFound
- func (o *PostProcessautomationTriggersNotFound) Error() string
- func (o *PostProcessautomationTriggersNotFound) GetPayload() *models.ErrorBody
- func (o *PostProcessautomationTriggersNotFound) IsClientError() bool
- func (o *PostProcessautomationTriggersNotFound) IsCode(code int) bool
- func (o *PostProcessautomationTriggersNotFound) IsRedirect() bool
- func (o *PostProcessautomationTriggersNotFound) IsServerError() bool
- func (o *PostProcessautomationTriggersNotFound) IsSuccess() bool
- func (o *PostProcessautomationTriggersNotFound) String() string
- type PostProcessautomationTriggersOK
- func (o *PostProcessautomationTriggersOK) Error() string
- func (o *PostProcessautomationTriggersOK) GetPayload() *models.Trigger
- func (o *PostProcessautomationTriggersOK) IsClientError() bool
- func (o *PostProcessautomationTriggersOK) IsCode(code int) bool
- func (o *PostProcessautomationTriggersOK) IsRedirect() bool
- func (o *PostProcessautomationTriggersOK) IsServerError() bool
- func (o *PostProcessautomationTriggersOK) IsSuccess() bool
- func (o *PostProcessautomationTriggersOK) String() string
- type PostProcessautomationTriggersParams
- func NewPostProcessautomationTriggersParams() *PostProcessautomationTriggersParams
- func NewPostProcessautomationTriggersParamsWithContext(ctx context.Context) *PostProcessautomationTriggersParams
- func NewPostProcessautomationTriggersParamsWithHTTPClient(client *http.Client) *PostProcessautomationTriggersParams
- func NewPostProcessautomationTriggersParamsWithTimeout(timeout time.Duration) *PostProcessautomationTriggersParams
- func (o *PostProcessautomationTriggersParams) SetBody(body *models.CreateTriggerRequest)
- func (o *PostProcessautomationTriggersParams) SetContext(ctx context.Context)
- func (o *PostProcessautomationTriggersParams) SetDefaults()
- func (o *PostProcessautomationTriggersParams) SetHTTPClient(client *http.Client)
- func (o *PostProcessautomationTriggersParams) SetTimeout(timeout time.Duration)
- func (o *PostProcessautomationTriggersParams) WithBody(body *models.CreateTriggerRequest) *PostProcessautomationTriggersParams
- func (o *PostProcessautomationTriggersParams) WithContext(ctx context.Context) *PostProcessautomationTriggersParams
- func (o *PostProcessautomationTriggersParams) WithDefaults() *PostProcessautomationTriggersParams
- func (o *PostProcessautomationTriggersParams) WithHTTPClient(client *http.Client) *PostProcessautomationTriggersParams
- func (o *PostProcessautomationTriggersParams) WithTimeout(timeout time.Duration) *PostProcessautomationTriggersParams
- func (o *PostProcessautomationTriggersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PostProcessautomationTriggersReader
- type PostProcessautomationTriggersRequestEntityTooLarge
- func (o *PostProcessautomationTriggersRequestEntityTooLarge) Error() string
- func (o *PostProcessautomationTriggersRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *PostProcessautomationTriggersRequestEntityTooLarge) IsClientError() bool
- func (o *PostProcessautomationTriggersRequestEntityTooLarge) IsCode(code int) bool
- func (o *PostProcessautomationTriggersRequestEntityTooLarge) IsRedirect() bool
- func (o *PostProcessautomationTriggersRequestEntityTooLarge) IsServerError() bool
- func (o *PostProcessautomationTriggersRequestEntityTooLarge) IsSuccess() bool
- func (o *PostProcessautomationTriggersRequestEntityTooLarge) String() string
- type PostProcessautomationTriggersRequestTimeout
- func (o *PostProcessautomationTriggersRequestTimeout) Error() string
- func (o *PostProcessautomationTriggersRequestTimeout) GetPayload() *models.ErrorBody
- func (o *PostProcessautomationTriggersRequestTimeout) IsClientError() bool
- func (o *PostProcessautomationTriggersRequestTimeout) IsCode(code int) bool
- func (o *PostProcessautomationTriggersRequestTimeout) IsRedirect() bool
- func (o *PostProcessautomationTriggersRequestTimeout) IsServerError() bool
- func (o *PostProcessautomationTriggersRequestTimeout) IsSuccess() bool
- func (o *PostProcessautomationTriggersRequestTimeout) String() string
- type PostProcessautomationTriggersServiceUnavailable
- func (o *PostProcessautomationTriggersServiceUnavailable) Error() string
- func (o *PostProcessautomationTriggersServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *PostProcessautomationTriggersServiceUnavailable) IsClientError() bool
- func (o *PostProcessautomationTriggersServiceUnavailable) IsCode(code int) bool
- func (o *PostProcessautomationTriggersServiceUnavailable) IsRedirect() bool
- func (o *PostProcessautomationTriggersServiceUnavailable) IsServerError() bool
- func (o *PostProcessautomationTriggersServiceUnavailable) IsSuccess() bool
- func (o *PostProcessautomationTriggersServiceUnavailable) String() string
- type PostProcessautomationTriggersTooManyRequests
- func (o *PostProcessautomationTriggersTooManyRequests) Error() string
- func (o *PostProcessautomationTriggersTooManyRequests) GetPayload() *models.ErrorBody
- func (o *PostProcessautomationTriggersTooManyRequests) IsClientError() bool
- func (o *PostProcessautomationTriggersTooManyRequests) IsCode(code int) bool
- func (o *PostProcessautomationTriggersTooManyRequests) IsRedirect() bool
- func (o *PostProcessautomationTriggersTooManyRequests) IsServerError() bool
- func (o *PostProcessautomationTriggersTooManyRequests) IsSuccess() bool
- func (o *PostProcessautomationTriggersTooManyRequests) String() string
- type PostProcessautomationTriggersTopicTestBadRequest
- func (o *PostProcessautomationTriggersTopicTestBadRequest) Error() string
- func (o *PostProcessautomationTriggersTopicTestBadRequest) GetPayload() *models.ErrorBody
- func (o *PostProcessautomationTriggersTopicTestBadRequest) IsClientError() bool
- func (o *PostProcessautomationTriggersTopicTestBadRequest) IsCode(code int) bool
- func (o *PostProcessautomationTriggersTopicTestBadRequest) IsRedirect() bool
- func (o *PostProcessautomationTriggersTopicTestBadRequest) IsServerError() bool
- func (o *PostProcessautomationTriggersTopicTestBadRequest) IsSuccess() bool
- func (o *PostProcessautomationTriggersTopicTestBadRequest) String() string
- type PostProcessautomationTriggersTopicTestForbidden
- func (o *PostProcessautomationTriggersTopicTestForbidden) Error() string
- func (o *PostProcessautomationTriggersTopicTestForbidden) GetPayload() *models.ErrorBody
- func (o *PostProcessautomationTriggersTopicTestForbidden) IsClientError() bool
- func (o *PostProcessautomationTriggersTopicTestForbidden) IsCode(code int) bool
- func (o *PostProcessautomationTriggersTopicTestForbidden) IsRedirect() bool
- func (o *PostProcessautomationTriggersTopicTestForbidden) IsServerError() bool
- func (o *PostProcessautomationTriggersTopicTestForbidden) IsSuccess() bool
- func (o *PostProcessautomationTriggersTopicTestForbidden) String() string
- type PostProcessautomationTriggersTopicTestGatewayTimeout
- func (o *PostProcessautomationTriggersTopicTestGatewayTimeout) Error() string
- func (o *PostProcessautomationTriggersTopicTestGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *PostProcessautomationTriggersTopicTestGatewayTimeout) IsClientError() bool
- func (o *PostProcessautomationTriggersTopicTestGatewayTimeout) IsCode(code int) bool
- func (o *PostProcessautomationTriggersTopicTestGatewayTimeout) IsRedirect() bool
- func (o *PostProcessautomationTriggersTopicTestGatewayTimeout) IsServerError() bool
- func (o *PostProcessautomationTriggersTopicTestGatewayTimeout) IsSuccess() bool
- func (o *PostProcessautomationTriggersTopicTestGatewayTimeout) String() string
- type PostProcessautomationTriggersTopicTestInternalServerError
- func (o *PostProcessautomationTriggersTopicTestInternalServerError) Error() string
- func (o *PostProcessautomationTriggersTopicTestInternalServerError) GetPayload() *models.ErrorBody
- func (o *PostProcessautomationTriggersTopicTestInternalServerError) IsClientError() bool
- func (o *PostProcessautomationTriggersTopicTestInternalServerError) IsCode(code int) bool
- func (o *PostProcessautomationTriggersTopicTestInternalServerError) IsRedirect() bool
- func (o *PostProcessautomationTriggersTopicTestInternalServerError) IsServerError() bool
- func (o *PostProcessautomationTriggersTopicTestInternalServerError) IsSuccess() bool
- func (o *PostProcessautomationTriggersTopicTestInternalServerError) String() string
- type PostProcessautomationTriggersTopicTestNotFound
- func (o *PostProcessautomationTriggersTopicTestNotFound) Error() string
- func (o *PostProcessautomationTriggersTopicTestNotFound) GetPayload() *models.ErrorBody
- func (o *PostProcessautomationTriggersTopicTestNotFound) IsClientError() bool
- func (o *PostProcessautomationTriggersTopicTestNotFound) IsCode(code int) bool
- func (o *PostProcessautomationTriggersTopicTestNotFound) IsRedirect() bool
- func (o *PostProcessautomationTriggersTopicTestNotFound) IsServerError() bool
- func (o *PostProcessautomationTriggersTopicTestNotFound) IsSuccess() bool
- func (o *PostProcessautomationTriggersTopicTestNotFound) String() string
- type PostProcessautomationTriggersTopicTestOK
- func (o *PostProcessautomationTriggersTopicTestOK) Error() string
- func (o *PostProcessautomationTriggersTopicTestOK) GetPayload() *models.TestModeEventResults
- func (o *PostProcessautomationTriggersTopicTestOK) IsClientError() bool
- func (o *PostProcessautomationTriggersTopicTestOK) IsCode(code int) bool
- func (o *PostProcessautomationTriggersTopicTestOK) IsRedirect() bool
- func (o *PostProcessautomationTriggersTopicTestOK) IsServerError() bool
- func (o *PostProcessautomationTriggersTopicTestOK) IsSuccess() bool
- func (o *PostProcessautomationTriggersTopicTestOK) String() string
- type PostProcessautomationTriggersTopicTestParams
- func NewPostProcessautomationTriggersTopicTestParams() *PostProcessautomationTriggersTopicTestParams
- func NewPostProcessautomationTriggersTopicTestParamsWithContext(ctx context.Context) *PostProcessautomationTriggersTopicTestParams
- func NewPostProcessautomationTriggersTopicTestParamsWithHTTPClient(client *http.Client) *PostProcessautomationTriggersTopicTestParams
- func NewPostProcessautomationTriggersTopicTestParamsWithTimeout(timeout time.Duration) *PostProcessautomationTriggersTopicTestParams
- func (o *PostProcessautomationTriggersTopicTestParams) SetBody(body string)
- func (o *PostProcessautomationTriggersTopicTestParams) SetContext(ctx context.Context)
- func (o *PostProcessautomationTriggersTopicTestParams) SetDefaults()
- func (o *PostProcessautomationTriggersTopicTestParams) SetHTTPClient(client *http.Client)
- func (o *PostProcessautomationTriggersTopicTestParams) SetTimeout(timeout time.Duration)
- func (o *PostProcessautomationTriggersTopicTestParams) SetTopicName(topicName string)
- func (o *PostProcessautomationTriggersTopicTestParams) WithBody(body string) *PostProcessautomationTriggersTopicTestParams
- func (o *PostProcessautomationTriggersTopicTestParams) WithContext(ctx context.Context) *PostProcessautomationTriggersTopicTestParams
- func (o *PostProcessautomationTriggersTopicTestParams) WithDefaults() *PostProcessautomationTriggersTopicTestParams
- func (o *PostProcessautomationTriggersTopicTestParams) WithHTTPClient(client *http.Client) *PostProcessautomationTriggersTopicTestParams
- func (o *PostProcessautomationTriggersTopicTestParams) WithTimeout(timeout time.Duration) *PostProcessautomationTriggersTopicTestParams
- func (o *PostProcessautomationTriggersTopicTestParams) WithTopicName(topicName string) *PostProcessautomationTriggersTopicTestParams
- func (o *PostProcessautomationTriggersTopicTestParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PostProcessautomationTriggersTopicTestReader
- type PostProcessautomationTriggersTopicTestRequestEntityTooLarge
- func (o *PostProcessautomationTriggersTopicTestRequestEntityTooLarge) Error() string
- func (o *PostProcessautomationTriggersTopicTestRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *PostProcessautomationTriggersTopicTestRequestEntityTooLarge) IsClientError() bool
- func (o *PostProcessautomationTriggersTopicTestRequestEntityTooLarge) IsCode(code int) bool
- func (o *PostProcessautomationTriggersTopicTestRequestEntityTooLarge) IsRedirect() bool
- func (o *PostProcessautomationTriggersTopicTestRequestEntityTooLarge) IsServerError() bool
- func (o *PostProcessautomationTriggersTopicTestRequestEntityTooLarge) IsSuccess() bool
- func (o *PostProcessautomationTriggersTopicTestRequestEntityTooLarge) String() string
- type PostProcessautomationTriggersTopicTestRequestTimeout
- func (o *PostProcessautomationTriggersTopicTestRequestTimeout) Error() string
- func (o *PostProcessautomationTriggersTopicTestRequestTimeout) GetPayload() *models.ErrorBody
- func (o *PostProcessautomationTriggersTopicTestRequestTimeout) IsClientError() bool
- func (o *PostProcessautomationTriggersTopicTestRequestTimeout) IsCode(code int) bool
- func (o *PostProcessautomationTriggersTopicTestRequestTimeout) IsRedirect() bool
- func (o *PostProcessautomationTriggersTopicTestRequestTimeout) IsServerError() bool
- func (o *PostProcessautomationTriggersTopicTestRequestTimeout) IsSuccess() bool
- func (o *PostProcessautomationTriggersTopicTestRequestTimeout) String() string
- type PostProcessautomationTriggersTopicTestServiceUnavailable
- func (o *PostProcessautomationTriggersTopicTestServiceUnavailable) Error() string
- func (o *PostProcessautomationTriggersTopicTestServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *PostProcessautomationTriggersTopicTestServiceUnavailable) IsClientError() bool
- func (o *PostProcessautomationTriggersTopicTestServiceUnavailable) IsCode(code int) bool
- func (o *PostProcessautomationTriggersTopicTestServiceUnavailable) IsRedirect() bool
- func (o *PostProcessautomationTriggersTopicTestServiceUnavailable) IsServerError() bool
- func (o *PostProcessautomationTriggersTopicTestServiceUnavailable) IsSuccess() bool
- func (o *PostProcessautomationTriggersTopicTestServiceUnavailable) String() string
- type PostProcessautomationTriggersTopicTestTooManyRequests
- func (o *PostProcessautomationTriggersTopicTestTooManyRequests) Error() string
- func (o *PostProcessautomationTriggersTopicTestTooManyRequests) GetPayload() *models.ErrorBody
- func (o *PostProcessautomationTriggersTopicTestTooManyRequests) IsClientError() bool
- func (o *PostProcessautomationTriggersTopicTestTooManyRequests) IsCode(code int) bool
- func (o *PostProcessautomationTriggersTopicTestTooManyRequests) IsRedirect() bool
- func (o *PostProcessautomationTriggersTopicTestTooManyRequests) IsServerError() bool
- func (o *PostProcessautomationTriggersTopicTestTooManyRequests) IsSuccess() bool
- func (o *PostProcessautomationTriggersTopicTestTooManyRequests) String() string
- type PostProcessautomationTriggersTopicTestUnauthorized
- func (o *PostProcessautomationTriggersTopicTestUnauthorized) Error() string
- func (o *PostProcessautomationTriggersTopicTestUnauthorized) GetPayload() *models.ErrorBody
- func (o *PostProcessautomationTriggersTopicTestUnauthorized) IsClientError() bool
- func (o *PostProcessautomationTriggersTopicTestUnauthorized) IsCode(code int) bool
- func (o *PostProcessautomationTriggersTopicTestUnauthorized) IsRedirect() bool
- func (o *PostProcessautomationTriggersTopicTestUnauthorized) IsServerError() bool
- func (o *PostProcessautomationTriggersTopicTestUnauthorized) IsSuccess() bool
- func (o *PostProcessautomationTriggersTopicTestUnauthorized) String() string
- type PostProcessautomationTriggersTopicTestUnsupportedMediaType
- func (o *PostProcessautomationTriggersTopicTestUnsupportedMediaType) Error() string
- func (o *PostProcessautomationTriggersTopicTestUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *PostProcessautomationTriggersTopicTestUnsupportedMediaType) IsClientError() bool
- func (o *PostProcessautomationTriggersTopicTestUnsupportedMediaType) IsCode(code int) bool
- func (o *PostProcessautomationTriggersTopicTestUnsupportedMediaType) IsRedirect() bool
- func (o *PostProcessautomationTriggersTopicTestUnsupportedMediaType) IsServerError() bool
- func (o *PostProcessautomationTriggersTopicTestUnsupportedMediaType) IsSuccess() bool
- func (o *PostProcessautomationTriggersTopicTestUnsupportedMediaType) String() string
- type PostProcessautomationTriggersUnauthorized
- func (o *PostProcessautomationTriggersUnauthorized) Error() string
- func (o *PostProcessautomationTriggersUnauthorized) GetPayload() *models.ErrorBody
- func (o *PostProcessautomationTriggersUnauthorized) IsClientError() bool
- func (o *PostProcessautomationTriggersUnauthorized) IsCode(code int) bool
- func (o *PostProcessautomationTriggersUnauthorized) IsRedirect() bool
- func (o *PostProcessautomationTriggersUnauthorized) IsServerError() bool
- func (o *PostProcessautomationTriggersUnauthorized) IsSuccess() bool
- func (o *PostProcessautomationTriggersUnauthorized) String() string
- type PostProcessautomationTriggersUnsupportedMediaType
- func (o *PostProcessautomationTriggersUnsupportedMediaType) Error() string
- func (o *PostProcessautomationTriggersUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *PostProcessautomationTriggersUnsupportedMediaType) IsClientError() bool
- func (o *PostProcessautomationTriggersUnsupportedMediaType) IsCode(code int) bool
- func (o *PostProcessautomationTriggersUnsupportedMediaType) IsRedirect() bool
- func (o *PostProcessautomationTriggersUnsupportedMediaType) IsServerError() bool
- func (o *PostProcessautomationTriggersUnsupportedMediaType) IsSuccess() bool
- func (o *PostProcessautomationTriggersUnsupportedMediaType) String() string
- type PutProcessautomationTriggerBadRequest
- func (o *PutProcessautomationTriggerBadRequest) Error() string
- func (o *PutProcessautomationTriggerBadRequest) GetPayload() *models.ErrorBody
- func (o *PutProcessautomationTriggerBadRequest) IsClientError() bool
- func (o *PutProcessautomationTriggerBadRequest) IsCode(code int) bool
- func (o *PutProcessautomationTriggerBadRequest) IsRedirect() bool
- func (o *PutProcessautomationTriggerBadRequest) IsServerError() bool
- func (o *PutProcessautomationTriggerBadRequest) IsSuccess() bool
- func (o *PutProcessautomationTriggerBadRequest) String() string
- type PutProcessautomationTriggerForbidden
- func (o *PutProcessautomationTriggerForbidden) Error() string
- func (o *PutProcessautomationTriggerForbidden) GetPayload() *models.ErrorBody
- func (o *PutProcessautomationTriggerForbidden) IsClientError() bool
- func (o *PutProcessautomationTriggerForbidden) IsCode(code int) bool
- func (o *PutProcessautomationTriggerForbidden) IsRedirect() bool
- func (o *PutProcessautomationTriggerForbidden) IsServerError() bool
- func (o *PutProcessautomationTriggerForbidden) IsSuccess() bool
- func (o *PutProcessautomationTriggerForbidden) String() string
- type PutProcessautomationTriggerGatewayTimeout
- func (o *PutProcessautomationTriggerGatewayTimeout) Error() string
- func (o *PutProcessautomationTriggerGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *PutProcessautomationTriggerGatewayTimeout) IsClientError() bool
- func (o *PutProcessautomationTriggerGatewayTimeout) IsCode(code int) bool
- func (o *PutProcessautomationTriggerGatewayTimeout) IsRedirect() bool
- func (o *PutProcessautomationTriggerGatewayTimeout) IsServerError() bool
- func (o *PutProcessautomationTriggerGatewayTimeout) IsSuccess() bool
- func (o *PutProcessautomationTriggerGatewayTimeout) String() string
- type PutProcessautomationTriggerInternalServerError
- func (o *PutProcessautomationTriggerInternalServerError) Error() string
- func (o *PutProcessautomationTriggerInternalServerError) GetPayload() *models.ErrorBody
- func (o *PutProcessautomationTriggerInternalServerError) IsClientError() bool
- func (o *PutProcessautomationTriggerInternalServerError) IsCode(code int) bool
- func (o *PutProcessautomationTriggerInternalServerError) IsRedirect() bool
- func (o *PutProcessautomationTriggerInternalServerError) IsServerError() bool
- func (o *PutProcessautomationTriggerInternalServerError) IsSuccess() bool
- func (o *PutProcessautomationTriggerInternalServerError) String() string
- type PutProcessautomationTriggerNotFound
- func (o *PutProcessautomationTriggerNotFound) Error() string
- func (o *PutProcessautomationTriggerNotFound) GetPayload() *models.ErrorBody
- func (o *PutProcessautomationTriggerNotFound) IsClientError() bool
- func (o *PutProcessautomationTriggerNotFound) IsCode(code int) bool
- func (o *PutProcessautomationTriggerNotFound) IsRedirect() bool
- func (o *PutProcessautomationTriggerNotFound) IsServerError() bool
- func (o *PutProcessautomationTriggerNotFound) IsSuccess() bool
- func (o *PutProcessautomationTriggerNotFound) String() string
- type PutProcessautomationTriggerOK
- func (o *PutProcessautomationTriggerOK) Error() string
- func (o *PutProcessautomationTriggerOK) GetPayload() *models.Trigger
- func (o *PutProcessautomationTriggerOK) IsClientError() bool
- func (o *PutProcessautomationTriggerOK) IsCode(code int) bool
- func (o *PutProcessautomationTriggerOK) IsRedirect() bool
- func (o *PutProcessautomationTriggerOK) IsServerError() bool
- func (o *PutProcessautomationTriggerOK) IsSuccess() bool
- func (o *PutProcessautomationTriggerOK) String() string
- type PutProcessautomationTriggerParams
- func NewPutProcessautomationTriggerParams() *PutProcessautomationTriggerParams
- func NewPutProcessautomationTriggerParamsWithContext(ctx context.Context) *PutProcessautomationTriggerParams
- func NewPutProcessautomationTriggerParamsWithHTTPClient(client *http.Client) *PutProcessautomationTriggerParams
- func NewPutProcessautomationTriggerParamsWithTimeout(timeout time.Duration) *PutProcessautomationTriggerParams
- func (o *PutProcessautomationTriggerParams) SetBody(body *models.UpdateTriggerRequest)
- func (o *PutProcessautomationTriggerParams) SetContext(ctx context.Context)
- func (o *PutProcessautomationTriggerParams) SetDefaults()
- func (o *PutProcessautomationTriggerParams) SetHTTPClient(client *http.Client)
- func (o *PutProcessautomationTriggerParams) SetTimeout(timeout time.Duration)
- func (o *PutProcessautomationTriggerParams) SetTriggerID(triggerID string)
- func (o *PutProcessautomationTriggerParams) WithBody(body *models.UpdateTriggerRequest) *PutProcessautomationTriggerParams
- func (o *PutProcessautomationTriggerParams) WithContext(ctx context.Context) *PutProcessautomationTriggerParams
- func (o *PutProcessautomationTriggerParams) WithDefaults() *PutProcessautomationTriggerParams
- func (o *PutProcessautomationTriggerParams) WithHTTPClient(client *http.Client) *PutProcessautomationTriggerParams
- func (o *PutProcessautomationTriggerParams) WithTimeout(timeout time.Duration) *PutProcessautomationTriggerParams
- func (o *PutProcessautomationTriggerParams) WithTriggerID(triggerID string) *PutProcessautomationTriggerParams
- func (o *PutProcessautomationTriggerParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PutProcessautomationTriggerReader
- type PutProcessautomationTriggerRequestEntityTooLarge
- func (o *PutProcessautomationTriggerRequestEntityTooLarge) Error() string
- func (o *PutProcessautomationTriggerRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *PutProcessautomationTriggerRequestEntityTooLarge) IsClientError() bool
- func (o *PutProcessautomationTriggerRequestEntityTooLarge) IsCode(code int) bool
- func (o *PutProcessautomationTriggerRequestEntityTooLarge) IsRedirect() bool
- func (o *PutProcessautomationTriggerRequestEntityTooLarge) IsServerError() bool
- func (o *PutProcessautomationTriggerRequestEntityTooLarge) IsSuccess() bool
- func (o *PutProcessautomationTriggerRequestEntityTooLarge) String() string
- type PutProcessautomationTriggerRequestTimeout
- func (o *PutProcessautomationTriggerRequestTimeout) Error() string
- func (o *PutProcessautomationTriggerRequestTimeout) GetPayload() *models.ErrorBody
- func (o *PutProcessautomationTriggerRequestTimeout) IsClientError() bool
- func (o *PutProcessautomationTriggerRequestTimeout) IsCode(code int) bool
- func (o *PutProcessautomationTriggerRequestTimeout) IsRedirect() bool
- func (o *PutProcessautomationTriggerRequestTimeout) IsServerError() bool
- func (o *PutProcessautomationTriggerRequestTimeout) IsSuccess() bool
- func (o *PutProcessautomationTriggerRequestTimeout) String() string
- type PutProcessautomationTriggerServiceUnavailable
- func (o *PutProcessautomationTriggerServiceUnavailable) Error() string
- func (o *PutProcessautomationTriggerServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *PutProcessautomationTriggerServiceUnavailable) IsClientError() bool
- func (o *PutProcessautomationTriggerServiceUnavailable) IsCode(code int) bool
- func (o *PutProcessautomationTriggerServiceUnavailable) IsRedirect() bool
- func (o *PutProcessautomationTriggerServiceUnavailable) IsServerError() bool
- func (o *PutProcessautomationTriggerServiceUnavailable) IsSuccess() bool
- func (o *PutProcessautomationTriggerServiceUnavailable) String() string
- type PutProcessautomationTriggerTooManyRequests
- func (o *PutProcessautomationTriggerTooManyRequests) Error() string
- func (o *PutProcessautomationTriggerTooManyRequests) GetPayload() *models.ErrorBody
- func (o *PutProcessautomationTriggerTooManyRequests) IsClientError() bool
- func (o *PutProcessautomationTriggerTooManyRequests) IsCode(code int) bool
- func (o *PutProcessautomationTriggerTooManyRequests) IsRedirect() bool
- func (o *PutProcessautomationTriggerTooManyRequests) IsServerError() bool
- func (o *PutProcessautomationTriggerTooManyRequests) IsSuccess() bool
- func (o *PutProcessautomationTriggerTooManyRequests) String() string
- type PutProcessautomationTriggerUnauthorized
- func (o *PutProcessautomationTriggerUnauthorized) Error() string
- func (o *PutProcessautomationTriggerUnauthorized) GetPayload() *models.ErrorBody
- func (o *PutProcessautomationTriggerUnauthorized) IsClientError() bool
- func (o *PutProcessautomationTriggerUnauthorized) IsCode(code int) bool
- func (o *PutProcessautomationTriggerUnauthorized) IsRedirect() bool
- func (o *PutProcessautomationTriggerUnauthorized) IsServerError() bool
- func (o *PutProcessautomationTriggerUnauthorized) IsSuccess() bool
- func (o *PutProcessautomationTriggerUnauthorized) String() string
- type PutProcessautomationTriggerUnsupportedMediaType
- func (o *PutProcessautomationTriggerUnsupportedMediaType) Error() string
- func (o *PutProcessautomationTriggerUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *PutProcessautomationTriggerUnsupportedMediaType) IsClientError() bool
- func (o *PutProcessautomationTriggerUnsupportedMediaType) IsCode(code int) bool
- func (o *PutProcessautomationTriggerUnsupportedMediaType) IsRedirect() bool
- func (o *PutProcessautomationTriggerUnsupportedMediaType) IsServerError() bool
- func (o *PutProcessautomationTriggerUnsupportedMediaType) IsSuccess() bool
- func (o *PutProcessautomationTriggerUnsupportedMediaType) String() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type API ¶
type API interface { /* DeleteProcessautomationTrigger deletes a trigger */ DeleteProcessautomationTrigger(ctx context.Context, params *DeleteProcessautomationTriggerParams) (*DeleteProcessautomationTriggerNoContent, error) /* GetProcessautomationTrigger retrieves a single trigger matching id */ GetProcessautomationTrigger(ctx context.Context, params *GetProcessautomationTriggerParams) (*GetProcessautomationTriggerOK, error) /* GetProcessautomationTriggers retrieves all triggers optionally filtered by query parameters */ GetProcessautomationTriggers(ctx context.Context, params *GetProcessautomationTriggersParams) (*GetProcessautomationTriggersOK, error) /* GetProcessautomationTriggersTopics gets topics available for organization */ GetProcessautomationTriggersTopics(ctx context.Context, params *GetProcessautomationTriggersTopicsParams) (*GetProcessautomationTriggersTopicsOK, error) /* PostProcessautomationTriggerTest tests the matching of a trigger based on provided event body */ PostProcessautomationTriggerTest(ctx context.Context, params *PostProcessautomationTriggerTestParams) (*PostProcessautomationTriggerTestOK, error) /* PostProcessautomationTriggers creates a trigger */ PostProcessautomationTriggers(ctx context.Context, params *PostProcessautomationTriggersParams) (*PostProcessautomationTriggersOK, error) /* PostProcessautomationTriggersTopicTest tests the matching of all organization triggers on given topic using provided event body */ PostProcessautomationTriggersTopicTest(ctx context.Context, params *PostProcessautomationTriggersTopicTestParams) (*PostProcessautomationTriggersTopicTestOK, error) /* PutProcessautomationTrigger updates a trigger */ PutProcessautomationTrigger(ctx context.Context, params *PutProcessautomationTriggerParams) (*PutProcessautomationTriggerOK, error) }
API is the interface of the process automation client
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client for process automation API
func New ¶
func New(transport runtime.ClientTransport, formats strfmt.Registry, authInfo runtime.ClientAuthInfoWriter) *Client
New creates a new process automation API client.
func (*Client) DeleteProcessautomationTrigger ¶
func (a *Client) DeleteProcessautomationTrigger(ctx context.Context, params *DeleteProcessautomationTriggerParams) (*DeleteProcessautomationTriggerNoContent, error)
DeleteProcessautomationTrigger deletes a trigger
func (*Client) GetProcessautomationTrigger ¶
func (a *Client) GetProcessautomationTrigger(ctx context.Context, params *GetProcessautomationTriggerParams) (*GetProcessautomationTriggerOK, error)
GetProcessautomationTrigger retrieves a single trigger matching id
func (*Client) GetProcessautomationTriggers ¶
func (a *Client) GetProcessautomationTriggers(ctx context.Context, params *GetProcessautomationTriggersParams) (*GetProcessautomationTriggersOK, error)
GetProcessautomationTriggers retrieves all triggers optionally filtered by query parameters
func (*Client) GetProcessautomationTriggersTopics ¶
func (a *Client) GetProcessautomationTriggersTopics(ctx context.Context, params *GetProcessautomationTriggersTopicsParams) (*GetProcessautomationTriggersTopicsOK, error)
GetProcessautomationTriggersTopics gets topics available for organization
func (*Client) PostProcessautomationTriggerTest ¶
func (a *Client) PostProcessautomationTriggerTest(ctx context.Context, params *PostProcessautomationTriggerTestParams) (*PostProcessautomationTriggerTestOK, error)
PostProcessautomationTriggerTest tests the matching of a trigger based on provided event body
func (*Client) PostProcessautomationTriggers ¶
func (a *Client) PostProcessautomationTriggers(ctx context.Context, params *PostProcessautomationTriggersParams) (*PostProcessautomationTriggersOK, error)
PostProcessautomationTriggers creates a trigger
func (*Client) PostProcessautomationTriggersTopicTest ¶
func (a *Client) PostProcessautomationTriggersTopicTest(ctx context.Context, params *PostProcessautomationTriggersTopicTestParams) (*PostProcessautomationTriggersTopicTestOK, error)
PostProcessautomationTriggersTopicTest tests the matching of all organization triggers on given topic using provided event body
func (*Client) PutProcessautomationTrigger ¶
func (a *Client) PutProcessautomationTrigger(ctx context.Context, params *PutProcessautomationTriggerParams) (*PutProcessautomationTriggerOK, error)
PutProcessautomationTrigger updates a trigger
type DeleteProcessautomationTriggerBadRequest ¶
DeleteProcessautomationTriggerBadRequest describes a response with status code 400, with default header values.
The request could not be understood by the server due to malformed syntax.
func NewDeleteProcessautomationTriggerBadRequest ¶
func NewDeleteProcessautomationTriggerBadRequest() *DeleteProcessautomationTriggerBadRequest
NewDeleteProcessautomationTriggerBadRequest creates a DeleteProcessautomationTriggerBadRequest with default headers values
func (*DeleteProcessautomationTriggerBadRequest) Error ¶
func (o *DeleteProcessautomationTriggerBadRequest) Error() string
func (*DeleteProcessautomationTriggerBadRequest) GetPayload ¶
func (o *DeleteProcessautomationTriggerBadRequest) GetPayload() *models.ErrorBody
func (*DeleteProcessautomationTriggerBadRequest) IsClientError ¶
func (o *DeleteProcessautomationTriggerBadRequest) IsClientError() bool
IsClientError returns true when this delete processautomation trigger bad request response has a 4xx status code
func (*DeleteProcessautomationTriggerBadRequest) IsCode ¶
func (o *DeleteProcessautomationTriggerBadRequest) IsCode(code int) bool
IsCode returns true when this delete processautomation trigger bad request response a status code equal to that given
func (*DeleteProcessautomationTriggerBadRequest) IsRedirect ¶
func (o *DeleteProcessautomationTriggerBadRequest) IsRedirect() bool
IsRedirect returns true when this delete processautomation trigger bad request response has a 3xx status code
func (*DeleteProcessautomationTriggerBadRequest) IsServerError ¶
func (o *DeleteProcessautomationTriggerBadRequest) IsServerError() bool
IsServerError returns true when this delete processautomation trigger bad request response has a 5xx status code
func (*DeleteProcessautomationTriggerBadRequest) IsSuccess ¶
func (o *DeleteProcessautomationTriggerBadRequest) IsSuccess() bool
IsSuccess returns true when this delete processautomation trigger bad request response has a 2xx status code
func (*DeleteProcessautomationTriggerBadRequest) String ¶
func (o *DeleteProcessautomationTriggerBadRequest) String() string
type DeleteProcessautomationTriggerForbidden ¶
DeleteProcessautomationTriggerForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewDeleteProcessautomationTriggerForbidden ¶
func NewDeleteProcessautomationTriggerForbidden() *DeleteProcessautomationTriggerForbidden
NewDeleteProcessautomationTriggerForbidden creates a DeleteProcessautomationTriggerForbidden with default headers values
func (*DeleteProcessautomationTriggerForbidden) Error ¶
func (o *DeleteProcessautomationTriggerForbidden) Error() string
func (*DeleteProcessautomationTriggerForbidden) GetPayload ¶
func (o *DeleteProcessautomationTriggerForbidden) GetPayload() *models.ErrorBody
func (*DeleteProcessautomationTriggerForbidden) IsClientError ¶
func (o *DeleteProcessautomationTriggerForbidden) IsClientError() bool
IsClientError returns true when this delete processautomation trigger forbidden response has a 4xx status code
func (*DeleteProcessautomationTriggerForbidden) IsCode ¶
func (o *DeleteProcessautomationTriggerForbidden) IsCode(code int) bool
IsCode returns true when this delete processautomation trigger forbidden response a status code equal to that given
func (*DeleteProcessautomationTriggerForbidden) IsRedirect ¶
func (o *DeleteProcessautomationTriggerForbidden) IsRedirect() bool
IsRedirect returns true when this delete processautomation trigger forbidden response has a 3xx status code
func (*DeleteProcessautomationTriggerForbidden) IsServerError ¶
func (o *DeleteProcessautomationTriggerForbidden) IsServerError() bool
IsServerError returns true when this delete processautomation trigger forbidden response has a 5xx status code
func (*DeleteProcessautomationTriggerForbidden) IsSuccess ¶
func (o *DeleteProcessautomationTriggerForbidden) IsSuccess() bool
IsSuccess returns true when this delete processautomation trigger forbidden response has a 2xx status code
func (*DeleteProcessautomationTriggerForbidden) String ¶
func (o *DeleteProcessautomationTriggerForbidden) String() string
type DeleteProcessautomationTriggerGatewayTimeout ¶
DeleteProcessautomationTriggerGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewDeleteProcessautomationTriggerGatewayTimeout ¶
func NewDeleteProcessautomationTriggerGatewayTimeout() *DeleteProcessautomationTriggerGatewayTimeout
NewDeleteProcessautomationTriggerGatewayTimeout creates a DeleteProcessautomationTriggerGatewayTimeout with default headers values
func (*DeleteProcessautomationTriggerGatewayTimeout) Error ¶
func (o *DeleteProcessautomationTriggerGatewayTimeout) Error() string
func (*DeleteProcessautomationTriggerGatewayTimeout) GetPayload ¶
func (o *DeleteProcessautomationTriggerGatewayTimeout) GetPayload() *models.ErrorBody
func (*DeleteProcessautomationTriggerGatewayTimeout) IsClientError ¶
func (o *DeleteProcessautomationTriggerGatewayTimeout) IsClientError() bool
IsClientError returns true when this delete processautomation trigger gateway timeout response has a 4xx status code
func (*DeleteProcessautomationTriggerGatewayTimeout) IsCode ¶
func (o *DeleteProcessautomationTriggerGatewayTimeout) IsCode(code int) bool
IsCode returns true when this delete processautomation trigger gateway timeout response a status code equal to that given
func (*DeleteProcessautomationTriggerGatewayTimeout) IsRedirect ¶
func (o *DeleteProcessautomationTriggerGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this delete processautomation trigger gateway timeout response has a 3xx status code
func (*DeleteProcessautomationTriggerGatewayTimeout) IsServerError ¶
func (o *DeleteProcessautomationTriggerGatewayTimeout) IsServerError() bool
IsServerError returns true when this delete processautomation trigger gateway timeout response has a 5xx status code
func (*DeleteProcessautomationTriggerGatewayTimeout) IsSuccess ¶
func (o *DeleteProcessautomationTriggerGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this delete processautomation trigger gateway timeout response has a 2xx status code
func (*DeleteProcessautomationTriggerGatewayTimeout) String ¶
func (o *DeleteProcessautomationTriggerGatewayTimeout) String() string
type DeleteProcessautomationTriggerInternalServerError ¶
DeleteProcessautomationTriggerInternalServerError describes a response with status code 500, with default header values.
The server encountered an unexpected condition which prevented it from fulfilling the request.
func NewDeleteProcessautomationTriggerInternalServerError ¶
func NewDeleteProcessautomationTriggerInternalServerError() *DeleteProcessautomationTriggerInternalServerError
NewDeleteProcessautomationTriggerInternalServerError creates a DeleteProcessautomationTriggerInternalServerError with default headers values
func (*DeleteProcessautomationTriggerInternalServerError) Error ¶
func (o *DeleteProcessautomationTriggerInternalServerError) Error() string
func (*DeleteProcessautomationTriggerInternalServerError) GetPayload ¶
func (o *DeleteProcessautomationTriggerInternalServerError) GetPayload() *models.ErrorBody
func (*DeleteProcessautomationTriggerInternalServerError) IsClientError ¶
func (o *DeleteProcessautomationTriggerInternalServerError) IsClientError() bool
IsClientError returns true when this delete processautomation trigger internal server error response has a 4xx status code
func (*DeleteProcessautomationTriggerInternalServerError) IsCode ¶
func (o *DeleteProcessautomationTriggerInternalServerError) IsCode(code int) bool
IsCode returns true when this delete processautomation trigger internal server error response a status code equal to that given
func (*DeleteProcessautomationTriggerInternalServerError) IsRedirect ¶
func (o *DeleteProcessautomationTriggerInternalServerError) IsRedirect() bool
IsRedirect returns true when this delete processautomation trigger internal server error response has a 3xx status code
func (*DeleteProcessautomationTriggerInternalServerError) IsServerError ¶
func (o *DeleteProcessautomationTriggerInternalServerError) IsServerError() bool
IsServerError returns true when this delete processautomation trigger internal server error response has a 5xx status code
func (*DeleteProcessautomationTriggerInternalServerError) IsSuccess ¶
func (o *DeleteProcessautomationTriggerInternalServerError) IsSuccess() bool
IsSuccess returns true when this delete processautomation trigger internal server error response has a 2xx status code
func (*DeleteProcessautomationTriggerInternalServerError) String ¶
func (o *DeleteProcessautomationTriggerInternalServerError) String() string
type DeleteProcessautomationTriggerNoContent ¶
type DeleteProcessautomationTriggerNoContent struct { }
DeleteProcessautomationTriggerNoContent describes a response with status code 204, with default header values.
Delete was successful
func NewDeleteProcessautomationTriggerNoContent ¶
func NewDeleteProcessautomationTriggerNoContent() *DeleteProcessautomationTriggerNoContent
NewDeleteProcessautomationTriggerNoContent creates a DeleteProcessautomationTriggerNoContent with default headers values
func (*DeleteProcessautomationTriggerNoContent) Error ¶
func (o *DeleteProcessautomationTriggerNoContent) Error() string
func (*DeleteProcessautomationTriggerNoContent) IsClientError ¶
func (o *DeleteProcessautomationTriggerNoContent) IsClientError() bool
IsClientError returns true when this delete processautomation trigger no content response has a 4xx status code
func (*DeleteProcessautomationTriggerNoContent) IsCode ¶
func (o *DeleteProcessautomationTriggerNoContent) IsCode(code int) bool
IsCode returns true when this delete processautomation trigger no content response a status code equal to that given
func (*DeleteProcessautomationTriggerNoContent) IsRedirect ¶
func (o *DeleteProcessautomationTriggerNoContent) IsRedirect() bool
IsRedirect returns true when this delete processautomation trigger no content response has a 3xx status code
func (*DeleteProcessautomationTriggerNoContent) IsServerError ¶
func (o *DeleteProcessautomationTriggerNoContent) IsServerError() bool
IsServerError returns true when this delete processautomation trigger no content response has a 5xx status code
func (*DeleteProcessautomationTriggerNoContent) IsSuccess ¶
func (o *DeleteProcessautomationTriggerNoContent) IsSuccess() bool
IsSuccess returns true when this delete processautomation trigger no content response has a 2xx status code
func (*DeleteProcessautomationTriggerNoContent) String ¶
func (o *DeleteProcessautomationTriggerNoContent) String() string
type DeleteProcessautomationTriggerNotFound ¶
DeleteProcessautomationTriggerNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewDeleteProcessautomationTriggerNotFound ¶
func NewDeleteProcessautomationTriggerNotFound() *DeleteProcessautomationTriggerNotFound
NewDeleteProcessautomationTriggerNotFound creates a DeleteProcessautomationTriggerNotFound with default headers values
func (*DeleteProcessautomationTriggerNotFound) Error ¶
func (o *DeleteProcessautomationTriggerNotFound) Error() string
func (*DeleteProcessautomationTriggerNotFound) GetPayload ¶
func (o *DeleteProcessautomationTriggerNotFound) GetPayload() *models.ErrorBody
func (*DeleteProcessautomationTriggerNotFound) IsClientError ¶
func (o *DeleteProcessautomationTriggerNotFound) IsClientError() bool
IsClientError returns true when this delete processautomation trigger not found response has a 4xx status code
func (*DeleteProcessautomationTriggerNotFound) IsCode ¶
func (o *DeleteProcessautomationTriggerNotFound) IsCode(code int) bool
IsCode returns true when this delete processautomation trigger not found response a status code equal to that given
func (*DeleteProcessautomationTriggerNotFound) IsRedirect ¶
func (o *DeleteProcessautomationTriggerNotFound) IsRedirect() bool
IsRedirect returns true when this delete processautomation trigger not found response has a 3xx status code
func (*DeleteProcessautomationTriggerNotFound) IsServerError ¶
func (o *DeleteProcessautomationTriggerNotFound) IsServerError() bool
IsServerError returns true when this delete processautomation trigger not found response has a 5xx status code
func (*DeleteProcessautomationTriggerNotFound) IsSuccess ¶
func (o *DeleteProcessautomationTriggerNotFound) IsSuccess() bool
IsSuccess returns true when this delete processautomation trigger not found response has a 2xx status code
func (*DeleteProcessautomationTriggerNotFound) String ¶
func (o *DeleteProcessautomationTriggerNotFound) String() string
type DeleteProcessautomationTriggerParams ¶
type DeleteProcessautomationTriggerParams struct { /* TriggerID. triggerId */ TriggerID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteProcessautomationTriggerParams contains all the parameters to send to the API endpoint
for the delete processautomation trigger operation. Typically these are written to a http.Request.
func NewDeleteProcessautomationTriggerParams ¶
func NewDeleteProcessautomationTriggerParams() *DeleteProcessautomationTriggerParams
NewDeleteProcessautomationTriggerParams creates a new DeleteProcessautomationTriggerParams 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 NewDeleteProcessautomationTriggerParamsWithContext ¶
func NewDeleteProcessautomationTriggerParamsWithContext(ctx context.Context) *DeleteProcessautomationTriggerParams
NewDeleteProcessautomationTriggerParamsWithContext creates a new DeleteProcessautomationTriggerParams object with the ability to set a context for a request.
func NewDeleteProcessautomationTriggerParamsWithHTTPClient ¶
func NewDeleteProcessautomationTriggerParamsWithHTTPClient(client *http.Client) *DeleteProcessautomationTriggerParams
NewDeleteProcessautomationTriggerParamsWithHTTPClient creates a new DeleteProcessautomationTriggerParams object with the ability to set a custom HTTPClient for a request.
func NewDeleteProcessautomationTriggerParamsWithTimeout ¶
func NewDeleteProcessautomationTriggerParamsWithTimeout(timeout time.Duration) *DeleteProcessautomationTriggerParams
NewDeleteProcessautomationTriggerParamsWithTimeout creates a new DeleteProcessautomationTriggerParams object with the ability to set a timeout on a request.
func (*DeleteProcessautomationTriggerParams) SetContext ¶
func (o *DeleteProcessautomationTriggerParams) SetContext(ctx context.Context)
SetContext adds the context to the delete processautomation trigger params
func (*DeleteProcessautomationTriggerParams) SetDefaults ¶
func (o *DeleteProcessautomationTriggerParams) SetDefaults()
SetDefaults hydrates default values in the delete processautomation trigger params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteProcessautomationTriggerParams) SetHTTPClient ¶
func (o *DeleteProcessautomationTriggerParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete processautomation trigger params
func (*DeleteProcessautomationTriggerParams) SetTimeout ¶
func (o *DeleteProcessautomationTriggerParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete processautomation trigger params
func (*DeleteProcessautomationTriggerParams) SetTriggerID ¶
func (o *DeleteProcessautomationTriggerParams) SetTriggerID(triggerID string)
SetTriggerID adds the triggerId to the delete processautomation trigger params
func (*DeleteProcessautomationTriggerParams) WithContext ¶
func (o *DeleteProcessautomationTriggerParams) WithContext(ctx context.Context) *DeleteProcessautomationTriggerParams
WithContext adds the context to the delete processautomation trigger params
func (*DeleteProcessautomationTriggerParams) WithDefaults ¶
func (o *DeleteProcessautomationTriggerParams) WithDefaults() *DeleteProcessautomationTriggerParams
WithDefaults hydrates default values in the delete processautomation trigger params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteProcessautomationTriggerParams) WithHTTPClient ¶
func (o *DeleteProcessautomationTriggerParams) WithHTTPClient(client *http.Client) *DeleteProcessautomationTriggerParams
WithHTTPClient adds the HTTPClient to the delete processautomation trigger params
func (*DeleteProcessautomationTriggerParams) WithTimeout ¶
func (o *DeleteProcessautomationTriggerParams) WithTimeout(timeout time.Duration) *DeleteProcessautomationTriggerParams
WithTimeout adds the timeout to the delete processautomation trigger params
func (*DeleteProcessautomationTriggerParams) WithTriggerID ¶
func (o *DeleteProcessautomationTriggerParams) WithTriggerID(triggerID string) *DeleteProcessautomationTriggerParams
WithTriggerID adds the triggerID to the delete processautomation trigger params
func (*DeleteProcessautomationTriggerParams) WriteToRequest ¶
func (o *DeleteProcessautomationTriggerParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteProcessautomationTriggerReader ¶
type DeleteProcessautomationTriggerReader struct {
// contains filtered or unexported fields
}
DeleteProcessautomationTriggerReader is a Reader for the DeleteProcessautomationTrigger structure.
func (*DeleteProcessautomationTriggerReader) ReadResponse ¶
func (o *DeleteProcessautomationTriggerReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteProcessautomationTriggerRequestEntityTooLarge ¶
DeleteProcessautomationTriggerRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewDeleteProcessautomationTriggerRequestEntityTooLarge ¶
func NewDeleteProcessautomationTriggerRequestEntityTooLarge() *DeleteProcessautomationTriggerRequestEntityTooLarge
NewDeleteProcessautomationTriggerRequestEntityTooLarge creates a DeleteProcessautomationTriggerRequestEntityTooLarge with default headers values
func (*DeleteProcessautomationTriggerRequestEntityTooLarge) Error ¶
func (o *DeleteProcessautomationTriggerRequestEntityTooLarge) Error() string
func (*DeleteProcessautomationTriggerRequestEntityTooLarge) GetPayload ¶
func (o *DeleteProcessautomationTriggerRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*DeleteProcessautomationTriggerRequestEntityTooLarge) IsClientError ¶
func (o *DeleteProcessautomationTriggerRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this delete processautomation trigger request entity too large response has a 4xx status code
func (*DeleteProcessautomationTriggerRequestEntityTooLarge) IsCode ¶
func (o *DeleteProcessautomationTriggerRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this delete processautomation trigger request entity too large response a status code equal to that given
func (*DeleteProcessautomationTriggerRequestEntityTooLarge) IsRedirect ¶
func (o *DeleteProcessautomationTriggerRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this delete processautomation trigger request entity too large response has a 3xx status code
func (*DeleteProcessautomationTriggerRequestEntityTooLarge) IsServerError ¶
func (o *DeleteProcessautomationTriggerRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this delete processautomation trigger request entity too large response has a 5xx status code
func (*DeleteProcessautomationTriggerRequestEntityTooLarge) IsSuccess ¶
func (o *DeleteProcessautomationTriggerRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this delete processautomation trigger request entity too large response has a 2xx status code
func (*DeleteProcessautomationTriggerRequestEntityTooLarge) String ¶
func (o *DeleteProcessautomationTriggerRequestEntityTooLarge) String() string
type DeleteProcessautomationTriggerRequestTimeout ¶
DeleteProcessautomationTriggerRequestTimeout describes a response with status code 408, with default header values.
The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.
func NewDeleteProcessautomationTriggerRequestTimeout ¶
func NewDeleteProcessautomationTriggerRequestTimeout() *DeleteProcessautomationTriggerRequestTimeout
NewDeleteProcessautomationTriggerRequestTimeout creates a DeleteProcessautomationTriggerRequestTimeout with default headers values
func (*DeleteProcessautomationTriggerRequestTimeout) Error ¶
func (o *DeleteProcessautomationTriggerRequestTimeout) Error() string
func (*DeleteProcessautomationTriggerRequestTimeout) GetPayload ¶
func (o *DeleteProcessautomationTriggerRequestTimeout) GetPayload() *models.ErrorBody
func (*DeleteProcessautomationTriggerRequestTimeout) IsClientError ¶
func (o *DeleteProcessautomationTriggerRequestTimeout) IsClientError() bool
IsClientError returns true when this delete processautomation trigger request timeout response has a 4xx status code
func (*DeleteProcessautomationTriggerRequestTimeout) IsCode ¶
func (o *DeleteProcessautomationTriggerRequestTimeout) IsCode(code int) bool
IsCode returns true when this delete processautomation trigger request timeout response a status code equal to that given
func (*DeleteProcessautomationTriggerRequestTimeout) IsRedirect ¶
func (o *DeleteProcessautomationTriggerRequestTimeout) IsRedirect() bool
IsRedirect returns true when this delete processautomation trigger request timeout response has a 3xx status code
func (*DeleteProcessautomationTriggerRequestTimeout) IsServerError ¶
func (o *DeleteProcessautomationTriggerRequestTimeout) IsServerError() bool
IsServerError returns true when this delete processautomation trigger request timeout response has a 5xx status code
func (*DeleteProcessautomationTriggerRequestTimeout) IsSuccess ¶
func (o *DeleteProcessautomationTriggerRequestTimeout) IsSuccess() bool
IsSuccess returns true when this delete processautomation trigger request timeout response has a 2xx status code
func (*DeleteProcessautomationTriggerRequestTimeout) String ¶
func (o *DeleteProcessautomationTriggerRequestTimeout) String() string
type DeleteProcessautomationTriggerServiceUnavailable ¶
type DeleteProcessautomationTriggerServiceUnavailable struct {
}DeleteProcessautomationTriggerServiceUnavailable describes a response with status code 503, with default header values.
Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).
func NewDeleteProcessautomationTriggerServiceUnavailable ¶
func NewDeleteProcessautomationTriggerServiceUnavailable() *DeleteProcessautomationTriggerServiceUnavailable
NewDeleteProcessautomationTriggerServiceUnavailable creates a DeleteProcessautomationTriggerServiceUnavailable with default headers values
func (*DeleteProcessautomationTriggerServiceUnavailable) Error ¶
func (o *DeleteProcessautomationTriggerServiceUnavailable) Error() string
func (*DeleteProcessautomationTriggerServiceUnavailable) GetPayload ¶
func (o *DeleteProcessautomationTriggerServiceUnavailable) GetPayload() *models.ErrorBody
func (*DeleteProcessautomationTriggerServiceUnavailable) IsClientError ¶
func (o *DeleteProcessautomationTriggerServiceUnavailable) IsClientError() bool
IsClientError returns true when this delete processautomation trigger service unavailable response has a 4xx status code
func (*DeleteProcessautomationTriggerServiceUnavailable) IsCode ¶
func (o *DeleteProcessautomationTriggerServiceUnavailable) IsCode(code int) bool
IsCode returns true when this delete processautomation trigger service unavailable response a status code equal to that given
func (*DeleteProcessautomationTriggerServiceUnavailable) IsRedirect ¶
func (o *DeleteProcessautomationTriggerServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this delete processautomation trigger service unavailable response has a 3xx status code
func (*DeleteProcessautomationTriggerServiceUnavailable) IsServerError ¶
func (o *DeleteProcessautomationTriggerServiceUnavailable) IsServerError() bool
IsServerError returns true when this delete processautomation trigger service unavailable response has a 5xx status code
func (*DeleteProcessautomationTriggerServiceUnavailable) IsSuccess ¶
func (o *DeleteProcessautomationTriggerServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this delete processautomation trigger service unavailable response has a 2xx status code
func (*DeleteProcessautomationTriggerServiceUnavailable) String ¶
func (o *DeleteProcessautomationTriggerServiceUnavailable) String() string
type DeleteProcessautomationTriggerTooManyRequests ¶
DeleteProcessautomationTriggerTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewDeleteProcessautomationTriggerTooManyRequests ¶
func NewDeleteProcessautomationTriggerTooManyRequests() *DeleteProcessautomationTriggerTooManyRequests
NewDeleteProcessautomationTriggerTooManyRequests creates a DeleteProcessautomationTriggerTooManyRequests with default headers values
func (*DeleteProcessautomationTriggerTooManyRequests) Error ¶
func (o *DeleteProcessautomationTriggerTooManyRequests) Error() string
func (*DeleteProcessautomationTriggerTooManyRequests) GetPayload ¶
func (o *DeleteProcessautomationTriggerTooManyRequests) GetPayload() *models.ErrorBody
func (*DeleteProcessautomationTriggerTooManyRequests) IsClientError ¶
func (o *DeleteProcessautomationTriggerTooManyRequests) IsClientError() bool
IsClientError returns true when this delete processautomation trigger too many requests response has a 4xx status code
func (*DeleteProcessautomationTriggerTooManyRequests) IsCode ¶
func (o *DeleteProcessautomationTriggerTooManyRequests) IsCode(code int) bool
IsCode returns true when this delete processautomation trigger too many requests response a status code equal to that given
func (*DeleteProcessautomationTriggerTooManyRequests) IsRedirect ¶
func (o *DeleteProcessautomationTriggerTooManyRequests) IsRedirect() bool
IsRedirect returns true when this delete processautomation trigger too many requests response has a 3xx status code
func (*DeleteProcessautomationTriggerTooManyRequests) IsServerError ¶
func (o *DeleteProcessautomationTriggerTooManyRequests) IsServerError() bool
IsServerError returns true when this delete processautomation trigger too many requests response has a 5xx status code
func (*DeleteProcessautomationTriggerTooManyRequests) IsSuccess ¶
func (o *DeleteProcessautomationTriggerTooManyRequests) IsSuccess() bool
IsSuccess returns true when this delete processautomation trigger too many requests response has a 2xx status code
func (*DeleteProcessautomationTriggerTooManyRequests) String ¶
func (o *DeleteProcessautomationTriggerTooManyRequests) String() string
type DeleteProcessautomationTriggerUnauthorized ¶
type DeleteProcessautomationTriggerUnauthorized struct {
}DeleteProcessautomationTriggerUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewDeleteProcessautomationTriggerUnauthorized ¶
func NewDeleteProcessautomationTriggerUnauthorized() *DeleteProcessautomationTriggerUnauthorized
NewDeleteProcessautomationTriggerUnauthorized creates a DeleteProcessautomationTriggerUnauthorized with default headers values
func (*DeleteProcessautomationTriggerUnauthorized) Error ¶
func (o *DeleteProcessautomationTriggerUnauthorized) Error() string
func (*DeleteProcessautomationTriggerUnauthorized) GetPayload ¶
func (o *DeleteProcessautomationTriggerUnauthorized) GetPayload() *models.ErrorBody
func (*DeleteProcessautomationTriggerUnauthorized) IsClientError ¶
func (o *DeleteProcessautomationTriggerUnauthorized) IsClientError() bool
IsClientError returns true when this delete processautomation trigger unauthorized response has a 4xx status code
func (*DeleteProcessautomationTriggerUnauthorized) IsCode ¶
func (o *DeleteProcessautomationTriggerUnauthorized) IsCode(code int) bool
IsCode returns true when this delete processautomation trigger unauthorized response a status code equal to that given
func (*DeleteProcessautomationTriggerUnauthorized) IsRedirect ¶
func (o *DeleteProcessautomationTriggerUnauthorized) IsRedirect() bool
IsRedirect returns true when this delete processautomation trigger unauthorized response has a 3xx status code
func (*DeleteProcessautomationTriggerUnauthorized) IsServerError ¶
func (o *DeleteProcessautomationTriggerUnauthorized) IsServerError() bool
IsServerError returns true when this delete processautomation trigger unauthorized response has a 5xx status code
func (*DeleteProcessautomationTriggerUnauthorized) IsSuccess ¶
func (o *DeleteProcessautomationTriggerUnauthorized) IsSuccess() bool
IsSuccess returns true when this delete processautomation trigger unauthorized response has a 2xx status code
func (*DeleteProcessautomationTriggerUnauthorized) String ¶
func (o *DeleteProcessautomationTriggerUnauthorized) String() string
type DeleteProcessautomationTriggerUnsupportedMediaType ¶
DeleteProcessautomationTriggerUnsupportedMediaType describes a response with status code 415, with default header values.
Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.
func NewDeleteProcessautomationTriggerUnsupportedMediaType ¶
func NewDeleteProcessautomationTriggerUnsupportedMediaType() *DeleteProcessautomationTriggerUnsupportedMediaType
NewDeleteProcessautomationTriggerUnsupportedMediaType creates a DeleteProcessautomationTriggerUnsupportedMediaType with default headers values
func (*DeleteProcessautomationTriggerUnsupportedMediaType) Error ¶
func (o *DeleteProcessautomationTriggerUnsupportedMediaType) Error() string
func (*DeleteProcessautomationTriggerUnsupportedMediaType) GetPayload ¶
func (o *DeleteProcessautomationTriggerUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*DeleteProcessautomationTriggerUnsupportedMediaType) IsClientError ¶
func (o *DeleteProcessautomationTriggerUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this delete processautomation trigger unsupported media type response has a 4xx status code
func (*DeleteProcessautomationTriggerUnsupportedMediaType) IsCode ¶
func (o *DeleteProcessautomationTriggerUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this delete processautomation trigger unsupported media type response a status code equal to that given
func (*DeleteProcessautomationTriggerUnsupportedMediaType) IsRedirect ¶
func (o *DeleteProcessautomationTriggerUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this delete processautomation trigger unsupported media type response has a 3xx status code
func (*DeleteProcessautomationTriggerUnsupportedMediaType) IsServerError ¶
func (o *DeleteProcessautomationTriggerUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this delete processautomation trigger unsupported media type response has a 5xx status code
func (*DeleteProcessautomationTriggerUnsupportedMediaType) IsSuccess ¶
func (o *DeleteProcessautomationTriggerUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this delete processautomation trigger unsupported media type response has a 2xx status code
func (*DeleteProcessautomationTriggerUnsupportedMediaType) String ¶
func (o *DeleteProcessautomationTriggerUnsupportedMediaType) String() string
type GetProcessautomationTriggerBadRequest ¶
GetProcessautomationTriggerBadRequest describes a response with status code 400, with default header values.
The request could not be understood by the server due to malformed syntax.
func NewGetProcessautomationTriggerBadRequest ¶
func NewGetProcessautomationTriggerBadRequest() *GetProcessautomationTriggerBadRequest
NewGetProcessautomationTriggerBadRequest creates a GetProcessautomationTriggerBadRequest with default headers values
func (*GetProcessautomationTriggerBadRequest) Error ¶
func (o *GetProcessautomationTriggerBadRequest) Error() string
func (*GetProcessautomationTriggerBadRequest) GetPayload ¶
func (o *GetProcessautomationTriggerBadRequest) GetPayload() *models.ErrorBody
func (*GetProcessautomationTriggerBadRequest) IsClientError ¶
func (o *GetProcessautomationTriggerBadRequest) IsClientError() bool
IsClientError returns true when this get processautomation trigger bad request response has a 4xx status code
func (*GetProcessautomationTriggerBadRequest) IsCode ¶
func (o *GetProcessautomationTriggerBadRequest) IsCode(code int) bool
IsCode returns true when this get processautomation trigger bad request response a status code equal to that given
func (*GetProcessautomationTriggerBadRequest) IsRedirect ¶
func (o *GetProcessautomationTriggerBadRequest) IsRedirect() bool
IsRedirect returns true when this get processautomation trigger bad request response has a 3xx status code
func (*GetProcessautomationTriggerBadRequest) IsServerError ¶
func (o *GetProcessautomationTriggerBadRequest) IsServerError() bool
IsServerError returns true when this get processautomation trigger bad request response has a 5xx status code
func (*GetProcessautomationTriggerBadRequest) IsSuccess ¶
func (o *GetProcessautomationTriggerBadRequest) IsSuccess() bool
IsSuccess returns true when this get processautomation trigger bad request response has a 2xx status code
func (*GetProcessautomationTriggerBadRequest) String ¶
func (o *GetProcessautomationTriggerBadRequest) String() string
type GetProcessautomationTriggerForbidden ¶
GetProcessautomationTriggerForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewGetProcessautomationTriggerForbidden ¶
func NewGetProcessautomationTriggerForbidden() *GetProcessautomationTriggerForbidden
NewGetProcessautomationTriggerForbidden creates a GetProcessautomationTriggerForbidden with default headers values
func (*GetProcessautomationTriggerForbidden) Error ¶
func (o *GetProcessautomationTriggerForbidden) Error() string
func (*GetProcessautomationTriggerForbidden) GetPayload ¶
func (o *GetProcessautomationTriggerForbidden) GetPayload() *models.ErrorBody
func (*GetProcessautomationTriggerForbidden) IsClientError ¶
func (o *GetProcessautomationTriggerForbidden) IsClientError() bool
IsClientError returns true when this get processautomation trigger forbidden response has a 4xx status code
func (*GetProcessautomationTriggerForbidden) IsCode ¶
func (o *GetProcessautomationTriggerForbidden) IsCode(code int) bool
IsCode returns true when this get processautomation trigger forbidden response a status code equal to that given
func (*GetProcessautomationTriggerForbidden) IsRedirect ¶
func (o *GetProcessautomationTriggerForbidden) IsRedirect() bool
IsRedirect returns true when this get processautomation trigger forbidden response has a 3xx status code
func (*GetProcessautomationTriggerForbidden) IsServerError ¶
func (o *GetProcessautomationTriggerForbidden) IsServerError() bool
IsServerError returns true when this get processautomation trigger forbidden response has a 5xx status code
func (*GetProcessautomationTriggerForbidden) IsSuccess ¶
func (o *GetProcessautomationTriggerForbidden) IsSuccess() bool
IsSuccess returns true when this get processautomation trigger forbidden response has a 2xx status code
func (*GetProcessautomationTriggerForbidden) String ¶
func (o *GetProcessautomationTriggerForbidden) String() string
type GetProcessautomationTriggerGatewayTimeout ¶
GetProcessautomationTriggerGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewGetProcessautomationTriggerGatewayTimeout ¶
func NewGetProcessautomationTriggerGatewayTimeout() *GetProcessautomationTriggerGatewayTimeout
NewGetProcessautomationTriggerGatewayTimeout creates a GetProcessautomationTriggerGatewayTimeout with default headers values
func (*GetProcessautomationTriggerGatewayTimeout) Error ¶
func (o *GetProcessautomationTriggerGatewayTimeout) Error() string
func (*GetProcessautomationTriggerGatewayTimeout) GetPayload ¶
func (o *GetProcessautomationTriggerGatewayTimeout) GetPayload() *models.ErrorBody
func (*GetProcessautomationTriggerGatewayTimeout) IsClientError ¶
func (o *GetProcessautomationTriggerGatewayTimeout) IsClientError() bool
IsClientError returns true when this get processautomation trigger gateway timeout response has a 4xx status code
func (*GetProcessautomationTriggerGatewayTimeout) IsCode ¶
func (o *GetProcessautomationTriggerGatewayTimeout) IsCode(code int) bool
IsCode returns true when this get processautomation trigger gateway timeout response a status code equal to that given
func (*GetProcessautomationTriggerGatewayTimeout) IsRedirect ¶
func (o *GetProcessautomationTriggerGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this get processautomation trigger gateway timeout response has a 3xx status code
func (*GetProcessautomationTriggerGatewayTimeout) IsServerError ¶
func (o *GetProcessautomationTriggerGatewayTimeout) IsServerError() bool
IsServerError returns true when this get processautomation trigger gateway timeout response has a 5xx status code
func (*GetProcessautomationTriggerGatewayTimeout) IsSuccess ¶
func (o *GetProcessautomationTriggerGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this get processautomation trigger gateway timeout response has a 2xx status code
func (*GetProcessautomationTriggerGatewayTimeout) String ¶
func (o *GetProcessautomationTriggerGatewayTimeout) String() string
type GetProcessautomationTriggerInternalServerError ¶
GetProcessautomationTriggerInternalServerError describes a response with status code 500, with default header values.
The server encountered an unexpected condition which prevented it from fulfilling the request.
func NewGetProcessautomationTriggerInternalServerError ¶
func NewGetProcessautomationTriggerInternalServerError() *GetProcessautomationTriggerInternalServerError
NewGetProcessautomationTriggerInternalServerError creates a GetProcessautomationTriggerInternalServerError with default headers values
func (*GetProcessautomationTriggerInternalServerError) Error ¶
func (o *GetProcessautomationTriggerInternalServerError) Error() string
func (*GetProcessautomationTriggerInternalServerError) GetPayload ¶
func (o *GetProcessautomationTriggerInternalServerError) GetPayload() *models.ErrorBody
func (*GetProcessautomationTriggerInternalServerError) IsClientError ¶
func (o *GetProcessautomationTriggerInternalServerError) IsClientError() bool
IsClientError returns true when this get processautomation trigger internal server error response has a 4xx status code
func (*GetProcessautomationTriggerInternalServerError) IsCode ¶
func (o *GetProcessautomationTriggerInternalServerError) IsCode(code int) bool
IsCode returns true when this get processautomation trigger internal server error response a status code equal to that given
func (*GetProcessautomationTriggerInternalServerError) IsRedirect ¶
func (o *GetProcessautomationTriggerInternalServerError) IsRedirect() bool
IsRedirect returns true when this get processautomation trigger internal server error response has a 3xx status code
func (*GetProcessautomationTriggerInternalServerError) IsServerError ¶
func (o *GetProcessautomationTriggerInternalServerError) IsServerError() bool
IsServerError returns true when this get processautomation trigger internal server error response has a 5xx status code
func (*GetProcessautomationTriggerInternalServerError) IsSuccess ¶
func (o *GetProcessautomationTriggerInternalServerError) IsSuccess() bool
IsSuccess returns true when this get processautomation trigger internal server error response has a 2xx status code
func (*GetProcessautomationTriggerInternalServerError) String ¶
func (o *GetProcessautomationTriggerInternalServerError) String() string
type GetProcessautomationTriggerNotFound ¶
GetProcessautomationTriggerNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewGetProcessautomationTriggerNotFound ¶
func NewGetProcessautomationTriggerNotFound() *GetProcessautomationTriggerNotFound
NewGetProcessautomationTriggerNotFound creates a GetProcessautomationTriggerNotFound with default headers values
func (*GetProcessautomationTriggerNotFound) Error ¶
func (o *GetProcessautomationTriggerNotFound) Error() string
func (*GetProcessautomationTriggerNotFound) GetPayload ¶
func (o *GetProcessautomationTriggerNotFound) GetPayload() *models.ErrorBody
func (*GetProcessautomationTriggerNotFound) IsClientError ¶
func (o *GetProcessautomationTriggerNotFound) IsClientError() bool
IsClientError returns true when this get processautomation trigger not found response has a 4xx status code
func (*GetProcessautomationTriggerNotFound) IsCode ¶
func (o *GetProcessautomationTriggerNotFound) IsCode(code int) bool
IsCode returns true when this get processautomation trigger not found response a status code equal to that given
func (*GetProcessautomationTriggerNotFound) IsRedirect ¶
func (o *GetProcessautomationTriggerNotFound) IsRedirect() bool
IsRedirect returns true when this get processautomation trigger not found response has a 3xx status code
func (*GetProcessautomationTriggerNotFound) IsServerError ¶
func (o *GetProcessautomationTriggerNotFound) IsServerError() bool
IsServerError returns true when this get processautomation trigger not found response has a 5xx status code
func (*GetProcessautomationTriggerNotFound) IsSuccess ¶
func (o *GetProcessautomationTriggerNotFound) IsSuccess() bool
IsSuccess returns true when this get processautomation trigger not found response has a 2xx status code
func (*GetProcessautomationTriggerNotFound) String ¶
func (o *GetProcessautomationTriggerNotFound) String() string
type GetProcessautomationTriggerOK ¶
GetProcessautomationTriggerOK describes a response with status code 200, with default header values.
successful operation
func NewGetProcessautomationTriggerOK ¶
func NewGetProcessautomationTriggerOK() *GetProcessautomationTriggerOK
NewGetProcessautomationTriggerOK creates a GetProcessautomationTriggerOK with default headers values
func (*GetProcessautomationTriggerOK) Error ¶
func (o *GetProcessautomationTriggerOK) Error() string
func (*GetProcessautomationTriggerOK) GetPayload ¶
func (o *GetProcessautomationTriggerOK) GetPayload() *models.Trigger
func (*GetProcessautomationTriggerOK) IsClientError ¶
func (o *GetProcessautomationTriggerOK) IsClientError() bool
IsClientError returns true when this get processautomation trigger o k response has a 4xx status code
func (*GetProcessautomationTriggerOK) IsCode ¶
func (o *GetProcessautomationTriggerOK) IsCode(code int) bool
IsCode returns true when this get processautomation trigger o k response a status code equal to that given
func (*GetProcessautomationTriggerOK) IsRedirect ¶
func (o *GetProcessautomationTriggerOK) IsRedirect() bool
IsRedirect returns true when this get processautomation trigger o k response has a 3xx status code
func (*GetProcessautomationTriggerOK) IsServerError ¶
func (o *GetProcessautomationTriggerOK) IsServerError() bool
IsServerError returns true when this get processautomation trigger o k response has a 5xx status code
func (*GetProcessautomationTriggerOK) IsSuccess ¶
func (o *GetProcessautomationTriggerOK) IsSuccess() bool
IsSuccess returns true when this get processautomation trigger o k response has a 2xx status code
func (*GetProcessautomationTriggerOK) String ¶
func (o *GetProcessautomationTriggerOK) String() string
type GetProcessautomationTriggerParams ¶
type GetProcessautomationTriggerParams struct { /* TriggerID. triggerId */ TriggerID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetProcessautomationTriggerParams contains all the parameters to send to the API endpoint
for the get processautomation trigger operation. Typically these are written to a http.Request.
func NewGetProcessautomationTriggerParams ¶
func NewGetProcessautomationTriggerParams() *GetProcessautomationTriggerParams
NewGetProcessautomationTriggerParams creates a new GetProcessautomationTriggerParams 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 NewGetProcessautomationTriggerParamsWithContext ¶
func NewGetProcessautomationTriggerParamsWithContext(ctx context.Context) *GetProcessautomationTriggerParams
NewGetProcessautomationTriggerParamsWithContext creates a new GetProcessautomationTriggerParams object with the ability to set a context for a request.
func NewGetProcessautomationTriggerParamsWithHTTPClient ¶
func NewGetProcessautomationTriggerParamsWithHTTPClient(client *http.Client) *GetProcessautomationTriggerParams
NewGetProcessautomationTriggerParamsWithHTTPClient creates a new GetProcessautomationTriggerParams object with the ability to set a custom HTTPClient for a request.
func NewGetProcessautomationTriggerParamsWithTimeout ¶
func NewGetProcessautomationTriggerParamsWithTimeout(timeout time.Duration) *GetProcessautomationTriggerParams
NewGetProcessautomationTriggerParamsWithTimeout creates a new GetProcessautomationTriggerParams object with the ability to set a timeout on a request.
func (*GetProcessautomationTriggerParams) SetContext ¶
func (o *GetProcessautomationTriggerParams) SetContext(ctx context.Context)
SetContext adds the context to the get processautomation trigger params
func (*GetProcessautomationTriggerParams) SetDefaults ¶
func (o *GetProcessautomationTriggerParams) SetDefaults()
SetDefaults hydrates default values in the get processautomation trigger params (not the query body).
All values with no default are reset to their zero value.
func (*GetProcessautomationTriggerParams) SetHTTPClient ¶
func (o *GetProcessautomationTriggerParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get processautomation trigger params
func (*GetProcessautomationTriggerParams) SetTimeout ¶
func (o *GetProcessautomationTriggerParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get processautomation trigger params
func (*GetProcessautomationTriggerParams) SetTriggerID ¶
func (o *GetProcessautomationTriggerParams) SetTriggerID(triggerID string)
SetTriggerID adds the triggerId to the get processautomation trigger params
func (*GetProcessautomationTriggerParams) WithContext ¶
func (o *GetProcessautomationTriggerParams) WithContext(ctx context.Context) *GetProcessautomationTriggerParams
WithContext adds the context to the get processautomation trigger params
func (*GetProcessautomationTriggerParams) WithDefaults ¶
func (o *GetProcessautomationTriggerParams) WithDefaults() *GetProcessautomationTriggerParams
WithDefaults hydrates default values in the get processautomation trigger params (not the query body).
All values with no default are reset to their zero value.
func (*GetProcessautomationTriggerParams) WithHTTPClient ¶
func (o *GetProcessautomationTriggerParams) WithHTTPClient(client *http.Client) *GetProcessautomationTriggerParams
WithHTTPClient adds the HTTPClient to the get processautomation trigger params
func (*GetProcessautomationTriggerParams) WithTimeout ¶
func (o *GetProcessautomationTriggerParams) WithTimeout(timeout time.Duration) *GetProcessautomationTriggerParams
WithTimeout adds the timeout to the get processautomation trigger params
func (*GetProcessautomationTriggerParams) WithTriggerID ¶
func (o *GetProcessautomationTriggerParams) WithTriggerID(triggerID string) *GetProcessautomationTriggerParams
WithTriggerID adds the triggerID to the get processautomation trigger params
func (*GetProcessautomationTriggerParams) WriteToRequest ¶
func (o *GetProcessautomationTriggerParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetProcessautomationTriggerReader ¶
type GetProcessautomationTriggerReader struct {
// contains filtered or unexported fields
}
GetProcessautomationTriggerReader is a Reader for the GetProcessautomationTrigger structure.
func (*GetProcessautomationTriggerReader) ReadResponse ¶
func (o *GetProcessautomationTriggerReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetProcessautomationTriggerRequestEntityTooLarge ¶
GetProcessautomationTriggerRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewGetProcessautomationTriggerRequestEntityTooLarge ¶
func NewGetProcessautomationTriggerRequestEntityTooLarge() *GetProcessautomationTriggerRequestEntityTooLarge
NewGetProcessautomationTriggerRequestEntityTooLarge creates a GetProcessautomationTriggerRequestEntityTooLarge with default headers values
func (*GetProcessautomationTriggerRequestEntityTooLarge) Error ¶
func (o *GetProcessautomationTriggerRequestEntityTooLarge) Error() string
func (*GetProcessautomationTriggerRequestEntityTooLarge) GetPayload ¶
func (o *GetProcessautomationTriggerRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*GetProcessautomationTriggerRequestEntityTooLarge) IsClientError ¶
func (o *GetProcessautomationTriggerRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this get processautomation trigger request entity too large response has a 4xx status code
func (*GetProcessautomationTriggerRequestEntityTooLarge) IsCode ¶
func (o *GetProcessautomationTriggerRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this get processautomation trigger request entity too large response a status code equal to that given
func (*GetProcessautomationTriggerRequestEntityTooLarge) IsRedirect ¶
func (o *GetProcessautomationTriggerRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this get processautomation trigger request entity too large response has a 3xx status code
func (*GetProcessautomationTriggerRequestEntityTooLarge) IsServerError ¶
func (o *GetProcessautomationTriggerRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this get processautomation trigger request entity too large response has a 5xx status code
func (*GetProcessautomationTriggerRequestEntityTooLarge) IsSuccess ¶
func (o *GetProcessautomationTriggerRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this get processautomation trigger request entity too large response has a 2xx status code
func (*GetProcessautomationTriggerRequestEntityTooLarge) String ¶
func (o *GetProcessautomationTriggerRequestEntityTooLarge) String() string
type GetProcessautomationTriggerRequestTimeout ¶
GetProcessautomationTriggerRequestTimeout describes a response with status code 408, with default header values.
The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.
func NewGetProcessautomationTriggerRequestTimeout ¶
func NewGetProcessautomationTriggerRequestTimeout() *GetProcessautomationTriggerRequestTimeout
NewGetProcessautomationTriggerRequestTimeout creates a GetProcessautomationTriggerRequestTimeout with default headers values
func (*GetProcessautomationTriggerRequestTimeout) Error ¶
func (o *GetProcessautomationTriggerRequestTimeout) Error() string
func (*GetProcessautomationTriggerRequestTimeout) GetPayload ¶
func (o *GetProcessautomationTriggerRequestTimeout) GetPayload() *models.ErrorBody
func (*GetProcessautomationTriggerRequestTimeout) IsClientError ¶
func (o *GetProcessautomationTriggerRequestTimeout) IsClientError() bool
IsClientError returns true when this get processautomation trigger request timeout response has a 4xx status code
func (*GetProcessautomationTriggerRequestTimeout) IsCode ¶
func (o *GetProcessautomationTriggerRequestTimeout) IsCode(code int) bool
IsCode returns true when this get processautomation trigger request timeout response a status code equal to that given
func (*GetProcessautomationTriggerRequestTimeout) IsRedirect ¶
func (o *GetProcessautomationTriggerRequestTimeout) IsRedirect() bool
IsRedirect returns true when this get processautomation trigger request timeout response has a 3xx status code
func (*GetProcessautomationTriggerRequestTimeout) IsServerError ¶
func (o *GetProcessautomationTriggerRequestTimeout) IsServerError() bool
IsServerError returns true when this get processautomation trigger request timeout response has a 5xx status code
func (*GetProcessautomationTriggerRequestTimeout) IsSuccess ¶
func (o *GetProcessautomationTriggerRequestTimeout) IsSuccess() bool
IsSuccess returns true when this get processautomation trigger request timeout response has a 2xx status code
func (*GetProcessautomationTriggerRequestTimeout) String ¶
func (o *GetProcessautomationTriggerRequestTimeout) String() string
type GetProcessautomationTriggerServiceUnavailable ¶
type GetProcessautomationTriggerServiceUnavailable struct {
}GetProcessautomationTriggerServiceUnavailable describes a response with status code 503, with default header values.
Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).
func NewGetProcessautomationTriggerServiceUnavailable ¶
func NewGetProcessautomationTriggerServiceUnavailable() *GetProcessautomationTriggerServiceUnavailable
NewGetProcessautomationTriggerServiceUnavailable creates a GetProcessautomationTriggerServiceUnavailable with default headers values
func (*GetProcessautomationTriggerServiceUnavailable) Error ¶
func (o *GetProcessautomationTriggerServiceUnavailable) Error() string
func (*GetProcessautomationTriggerServiceUnavailable) GetPayload ¶
func (o *GetProcessautomationTriggerServiceUnavailable) GetPayload() *models.ErrorBody
func (*GetProcessautomationTriggerServiceUnavailable) IsClientError ¶
func (o *GetProcessautomationTriggerServiceUnavailable) IsClientError() bool
IsClientError returns true when this get processautomation trigger service unavailable response has a 4xx status code
func (*GetProcessautomationTriggerServiceUnavailable) IsCode ¶
func (o *GetProcessautomationTriggerServiceUnavailable) IsCode(code int) bool
IsCode returns true when this get processautomation trigger service unavailable response a status code equal to that given
func (*GetProcessautomationTriggerServiceUnavailable) IsRedirect ¶
func (o *GetProcessautomationTriggerServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this get processautomation trigger service unavailable response has a 3xx status code
func (*GetProcessautomationTriggerServiceUnavailable) IsServerError ¶
func (o *GetProcessautomationTriggerServiceUnavailable) IsServerError() bool
IsServerError returns true when this get processautomation trigger service unavailable response has a 5xx status code
func (*GetProcessautomationTriggerServiceUnavailable) IsSuccess ¶
func (o *GetProcessautomationTriggerServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this get processautomation trigger service unavailable response has a 2xx status code
func (*GetProcessautomationTriggerServiceUnavailable) String ¶
func (o *GetProcessautomationTriggerServiceUnavailable) String() string
type GetProcessautomationTriggerTooManyRequests ¶
GetProcessautomationTriggerTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewGetProcessautomationTriggerTooManyRequests ¶
func NewGetProcessautomationTriggerTooManyRequests() *GetProcessautomationTriggerTooManyRequests
NewGetProcessautomationTriggerTooManyRequests creates a GetProcessautomationTriggerTooManyRequests with default headers values
func (*GetProcessautomationTriggerTooManyRequests) Error ¶
func (o *GetProcessautomationTriggerTooManyRequests) Error() string
func (*GetProcessautomationTriggerTooManyRequests) GetPayload ¶
func (o *GetProcessautomationTriggerTooManyRequests) GetPayload() *models.ErrorBody
func (*GetProcessautomationTriggerTooManyRequests) IsClientError ¶
func (o *GetProcessautomationTriggerTooManyRequests) IsClientError() bool
IsClientError returns true when this get processautomation trigger too many requests response has a 4xx status code
func (*GetProcessautomationTriggerTooManyRequests) IsCode ¶
func (o *GetProcessautomationTriggerTooManyRequests) IsCode(code int) bool
IsCode returns true when this get processautomation trigger too many requests response a status code equal to that given
func (*GetProcessautomationTriggerTooManyRequests) IsRedirect ¶
func (o *GetProcessautomationTriggerTooManyRequests) IsRedirect() bool
IsRedirect returns true when this get processautomation trigger too many requests response has a 3xx status code
func (*GetProcessautomationTriggerTooManyRequests) IsServerError ¶
func (o *GetProcessautomationTriggerTooManyRequests) IsServerError() bool
IsServerError returns true when this get processautomation trigger too many requests response has a 5xx status code
func (*GetProcessautomationTriggerTooManyRequests) IsSuccess ¶
func (o *GetProcessautomationTriggerTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get processautomation trigger too many requests response has a 2xx status code
func (*GetProcessautomationTriggerTooManyRequests) String ¶
func (o *GetProcessautomationTriggerTooManyRequests) String() string
type GetProcessautomationTriggerUnauthorized ¶
type GetProcessautomationTriggerUnauthorized struct {
}GetProcessautomationTriggerUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewGetProcessautomationTriggerUnauthorized ¶
func NewGetProcessautomationTriggerUnauthorized() *GetProcessautomationTriggerUnauthorized
NewGetProcessautomationTriggerUnauthorized creates a GetProcessautomationTriggerUnauthorized with default headers values
func (*GetProcessautomationTriggerUnauthorized) Error ¶
func (o *GetProcessautomationTriggerUnauthorized) Error() string
func (*GetProcessautomationTriggerUnauthorized) GetPayload ¶
func (o *GetProcessautomationTriggerUnauthorized) GetPayload() *models.ErrorBody
func (*GetProcessautomationTriggerUnauthorized) IsClientError ¶
func (o *GetProcessautomationTriggerUnauthorized) IsClientError() bool
IsClientError returns true when this get processautomation trigger unauthorized response has a 4xx status code
func (*GetProcessautomationTriggerUnauthorized) IsCode ¶
func (o *GetProcessautomationTriggerUnauthorized) IsCode(code int) bool
IsCode returns true when this get processautomation trigger unauthorized response a status code equal to that given
func (*GetProcessautomationTriggerUnauthorized) IsRedirect ¶
func (o *GetProcessautomationTriggerUnauthorized) IsRedirect() bool
IsRedirect returns true when this get processautomation trigger unauthorized response has a 3xx status code
func (*GetProcessautomationTriggerUnauthorized) IsServerError ¶
func (o *GetProcessautomationTriggerUnauthorized) IsServerError() bool
IsServerError returns true when this get processautomation trigger unauthorized response has a 5xx status code
func (*GetProcessautomationTriggerUnauthorized) IsSuccess ¶
func (o *GetProcessautomationTriggerUnauthorized) IsSuccess() bool
IsSuccess returns true when this get processautomation trigger unauthorized response has a 2xx status code
func (*GetProcessautomationTriggerUnauthorized) String ¶
func (o *GetProcessautomationTriggerUnauthorized) String() string
type GetProcessautomationTriggerUnsupportedMediaType ¶
GetProcessautomationTriggerUnsupportedMediaType describes a response with status code 415, with default header values.
Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.
func NewGetProcessautomationTriggerUnsupportedMediaType ¶
func NewGetProcessautomationTriggerUnsupportedMediaType() *GetProcessautomationTriggerUnsupportedMediaType
NewGetProcessautomationTriggerUnsupportedMediaType creates a GetProcessautomationTriggerUnsupportedMediaType with default headers values
func (*GetProcessautomationTriggerUnsupportedMediaType) Error ¶
func (o *GetProcessautomationTriggerUnsupportedMediaType) Error() string
func (*GetProcessautomationTriggerUnsupportedMediaType) GetPayload ¶
func (o *GetProcessautomationTriggerUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*GetProcessautomationTriggerUnsupportedMediaType) IsClientError ¶
func (o *GetProcessautomationTriggerUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this get processautomation trigger unsupported media type response has a 4xx status code
func (*GetProcessautomationTriggerUnsupportedMediaType) IsCode ¶
func (o *GetProcessautomationTriggerUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this get processautomation trigger unsupported media type response a status code equal to that given
func (*GetProcessautomationTriggerUnsupportedMediaType) IsRedirect ¶
func (o *GetProcessautomationTriggerUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this get processautomation trigger unsupported media type response has a 3xx status code
func (*GetProcessautomationTriggerUnsupportedMediaType) IsServerError ¶
func (o *GetProcessautomationTriggerUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this get processautomation trigger unsupported media type response has a 5xx status code
func (*GetProcessautomationTriggerUnsupportedMediaType) IsSuccess ¶
func (o *GetProcessautomationTriggerUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this get processautomation trigger unsupported media type response has a 2xx status code
func (*GetProcessautomationTriggerUnsupportedMediaType) String ¶
func (o *GetProcessautomationTriggerUnsupportedMediaType) String() string
type GetProcessautomationTriggersBadRequest ¶
GetProcessautomationTriggersBadRequest describes a response with status code 400, with default header values.
The request could not be understood by the server due to malformed syntax.
func NewGetProcessautomationTriggersBadRequest ¶
func NewGetProcessautomationTriggersBadRequest() *GetProcessautomationTriggersBadRequest
NewGetProcessautomationTriggersBadRequest creates a GetProcessautomationTriggersBadRequest with default headers values
func (*GetProcessautomationTriggersBadRequest) Error ¶
func (o *GetProcessautomationTriggersBadRequest) Error() string
func (*GetProcessautomationTriggersBadRequest) GetPayload ¶
func (o *GetProcessautomationTriggersBadRequest) GetPayload() *models.ErrorBody
func (*GetProcessautomationTriggersBadRequest) IsClientError ¶
func (o *GetProcessautomationTriggersBadRequest) IsClientError() bool
IsClientError returns true when this get processautomation triggers bad request response has a 4xx status code
func (*GetProcessautomationTriggersBadRequest) IsCode ¶
func (o *GetProcessautomationTriggersBadRequest) IsCode(code int) bool
IsCode returns true when this get processautomation triggers bad request response a status code equal to that given
func (*GetProcessautomationTriggersBadRequest) IsRedirect ¶
func (o *GetProcessautomationTriggersBadRequest) IsRedirect() bool
IsRedirect returns true when this get processautomation triggers bad request response has a 3xx status code
func (*GetProcessautomationTriggersBadRequest) IsServerError ¶
func (o *GetProcessautomationTriggersBadRequest) IsServerError() bool
IsServerError returns true when this get processautomation triggers bad request response has a 5xx status code
func (*GetProcessautomationTriggersBadRequest) IsSuccess ¶
func (o *GetProcessautomationTriggersBadRequest) IsSuccess() bool
IsSuccess returns true when this get processautomation triggers bad request response has a 2xx status code
func (*GetProcessautomationTriggersBadRequest) String ¶
func (o *GetProcessautomationTriggersBadRequest) String() string
type GetProcessautomationTriggersForbidden ¶
GetProcessautomationTriggersForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewGetProcessautomationTriggersForbidden ¶
func NewGetProcessautomationTriggersForbidden() *GetProcessautomationTriggersForbidden
NewGetProcessautomationTriggersForbidden creates a GetProcessautomationTriggersForbidden with default headers values
func (*GetProcessautomationTriggersForbidden) Error ¶
func (o *GetProcessautomationTriggersForbidden) Error() string
func (*GetProcessautomationTriggersForbidden) GetPayload ¶
func (o *GetProcessautomationTriggersForbidden) GetPayload() *models.ErrorBody
func (*GetProcessautomationTriggersForbidden) IsClientError ¶
func (o *GetProcessautomationTriggersForbidden) IsClientError() bool
IsClientError returns true when this get processautomation triggers forbidden response has a 4xx status code
func (*GetProcessautomationTriggersForbidden) IsCode ¶
func (o *GetProcessautomationTriggersForbidden) IsCode(code int) bool
IsCode returns true when this get processautomation triggers forbidden response a status code equal to that given
func (*GetProcessautomationTriggersForbidden) IsRedirect ¶
func (o *GetProcessautomationTriggersForbidden) IsRedirect() bool
IsRedirect returns true when this get processautomation triggers forbidden response has a 3xx status code
func (*GetProcessautomationTriggersForbidden) IsServerError ¶
func (o *GetProcessautomationTriggersForbidden) IsServerError() bool
IsServerError returns true when this get processautomation triggers forbidden response has a 5xx status code
func (*GetProcessautomationTriggersForbidden) IsSuccess ¶
func (o *GetProcessautomationTriggersForbidden) IsSuccess() bool
IsSuccess returns true when this get processautomation triggers forbidden response has a 2xx status code
func (*GetProcessautomationTriggersForbidden) String ¶
func (o *GetProcessautomationTriggersForbidden) String() string
type GetProcessautomationTriggersGatewayTimeout ¶
GetProcessautomationTriggersGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewGetProcessautomationTriggersGatewayTimeout ¶
func NewGetProcessautomationTriggersGatewayTimeout() *GetProcessautomationTriggersGatewayTimeout
NewGetProcessautomationTriggersGatewayTimeout creates a GetProcessautomationTriggersGatewayTimeout with default headers values
func (*GetProcessautomationTriggersGatewayTimeout) Error ¶
func (o *GetProcessautomationTriggersGatewayTimeout) Error() string
func (*GetProcessautomationTriggersGatewayTimeout) GetPayload ¶
func (o *GetProcessautomationTriggersGatewayTimeout) GetPayload() *models.ErrorBody
func (*GetProcessautomationTriggersGatewayTimeout) IsClientError ¶
func (o *GetProcessautomationTriggersGatewayTimeout) IsClientError() bool
IsClientError returns true when this get processautomation triggers gateway timeout response has a 4xx status code
func (*GetProcessautomationTriggersGatewayTimeout) IsCode ¶
func (o *GetProcessautomationTriggersGatewayTimeout) IsCode(code int) bool
IsCode returns true when this get processautomation triggers gateway timeout response a status code equal to that given
func (*GetProcessautomationTriggersGatewayTimeout) IsRedirect ¶
func (o *GetProcessautomationTriggersGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this get processautomation triggers gateway timeout response has a 3xx status code
func (*GetProcessautomationTriggersGatewayTimeout) IsServerError ¶
func (o *GetProcessautomationTriggersGatewayTimeout) IsServerError() bool
IsServerError returns true when this get processautomation triggers gateway timeout response has a 5xx status code
func (*GetProcessautomationTriggersGatewayTimeout) IsSuccess ¶
func (o *GetProcessautomationTriggersGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this get processautomation triggers gateway timeout response has a 2xx status code
func (*GetProcessautomationTriggersGatewayTimeout) String ¶
func (o *GetProcessautomationTriggersGatewayTimeout) String() string
type GetProcessautomationTriggersInternalServerError ¶
GetProcessautomationTriggersInternalServerError describes a response with status code 500, with default header values.
The server encountered an unexpected condition which prevented it from fulfilling the request.
func NewGetProcessautomationTriggersInternalServerError ¶
func NewGetProcessautomationTriggersInternalServerError() *GetProcessautomationTriggersInternalServerError
NewGetProcessautomationTriggersInternalServerError creates a GetProcessautomationTriggersInternalServerError with default headers values
func (*GetProcessautomationTriggersInternalServerError) Error ¶
func (o *GetProcessautomationTriggersInternalServerError) Error() string
func (*GetProcessautomationTriggersInternalServerError) GetPayload ¶
func (o *GetProcessautomationTriggersInternalServerError) GetPayload() *models.ErrorBody
func (*GetProcessautomationTriggersInternalServerError) IsClientError ¶
func (o *GetProcessautomationTriggersInternalServerError) IsClientError() bool
IsClientError returns true when this get processautomation triggers internal server error response has a 4xx status code
func (*GetProcessautomationTriggersInternalServerError) IsCode ¶
func (o *GetProcessautomationTriggersInternalServerError) IsCode(code int) bool
IsCode returns true when this get processautomation triggers internal server error response a status code equal to that given
func (*GetProcessautomationTriggersInternalServerError) IsRedirect ¶
func (o *GetProcessautomationTriggersInternalServerError) IsRedirect() bool
IsRedirect returns true when this get processautomation triggers internal server error response has a 3xx status code
func (*GetProcessautomationTriggersInternalServerError) IsServerError ¶
func (o *GetProcessautomationTriggersInternalServerError) IsServerError() bool
IsServerError returns true when this get processautomation triggers internal server error response has a 5xx status code
func (*GetProcessautomationTriggersInternalServerError) IsSuccess ¶
func (o *GetProcessautomationTriggersInternalServerError) IsSuccess() bool
IsSuccess returns true when this get processautomation triggers internal server error response has a 2xx status code
func (*GetProcessautomationTriggersInternalServerError) String ¶
func (o *GetProcessautomationTriggersInternalServerError) String() string
type GetProcessautomationTriggersNotFound ¶
GetProcessautomationTriggersNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewGetProcessautomationTriggersNotFound ¶
func NewGetProcessautomationTriggersNotFound() *GetProcessautomationTriggersNotFound
NewGetProcessautomationTriggersNotFound creates a GetProcessautomationTriggersNotFound with default headers values
func (*GetProcessautomationTriggersNotFound) Error ¶
func (o *GetProcessautomationTriggersNotFound) Error() string
func (*GetProcessautomationTriggersNotFound) GetPayload ¶
func (o *GetProcessautomationTriggersNotFound) GetPayload() *models.ErrorBody
func (*GetProcessautomationTriggersNotFound) IsClientError ¶
func (o *GetProcessautomationTriggersNotFound) IsClientError() bool
IsClientError returns true when this get processautomation triggers not found response has a 4xx status code
func (*GetProcessautomationTriggersNotFound) IsCode ¶
func (o *GetProcessautomationTriggersNotFound) IsCode(code int) bool
IsCode returns true when this get processautomation triggers not found response a status code equal to that given
func (*GetProcessautomationTriggersNotFound) IsRedirect ¶
func (o *GetProcessautomationTriggersNotFound) IsRedirect() bool
IsRedirect returns true when this get processautomation triggers not found response has a 3xx status code
func (*GetProcessautomationTriggersNotFound) IsServerError ¶
func (o *GetProcessautomationTriggersNotFound) IsServerError() bool
IsServerError returns true when this get processautomation triggers not found response has a 5xx status code
func (*GetProcessautomationTriggersNotFound) IsSuccess ¶
func (o *GetProcessautomationTriggersNotFound) IsSuccess() bool
IsSuccess returns true when this get processautomation triggers not found response has a 2xx status code
func (*GetProcessautomationTriggersNotFound) String ¶
func (o *GetProcessautomationTriggersNotFound) String() string
type GetProcessautomationTriggersOK ¶
type GetProcessautomationTriggersOK struct {
Payload *models.TriggerEntityListing
}
GetProcessautomationTriggersOK describes a response with status code 200, with default header values.
successful operation
func NewGetProcessautomationTriggersOK ¶
func NewGetProcessautomationTriggersOK() *GetProcessautomationTriggersOK
NewGetProcessautomationTriggersOK creates a GetProcessautomationTriggersOK with default headers values
func (*GetProcessautomationTriggersOK) Error ¶
func (o *GetProcessautomationTriggersOK) Error() string
func (*GetProcessautomationTriggersOK) GetPayload ¶
func (o *GetProcessautomationTriggersOK) GetPayload() *models.TriggerEntityListing
func (*GetProcessautomationTriggersOK) IsClientError ¶
func (o *GetProcessautomationTriggersOK) IsClientError() bool
IsClientError returns true when this get processautomation triggers o k response has a 4xx status code
func (*GetProcessautomationTriggersOK) IsCode ¶
func (o *GetProcessautomationTriggersOK) IsCode(code int) bool
IsCode returns true when this get processautomation triggers o k response a status code equal to that given
func (*GetProcessautomationTriggersOK) IsRedirect ¶
func (o *GetProcessautomationTriggersOK) IsRedirect() bool
IsRedirect returns true when this get processautomation triggers o k response has a 3xx status code
func (*GetProcessautomationTriggersOK) IsServerError ¶
func (o *GetProcessautomationTriggersOK) IsServerError() bool
IsServerError returns true when this get processautomation triggers o k response has a 5xx status code
func (*GetProcessautomationTriggersOK) IsSuccess ¶
func (o *GetProcessautomationTriggersOK) IsSuccess() bool
IsSuccess returns true when this get processautomation triggers o k response has a 2xx status code
func (*GetProcessautomationTriggersOK) String ¶
func (o *GetProcessautomationTriggersOK) String() string
type GetProcessautomationTriggersParams ¶
type GetProcessautomationTriggersParams struct { /* After. The cursor that points to the end of the set of entities that has been returned. */ After *string /* Before. The cursor that points to the start of the set of entities that has been returned. */ Before *string /* Enabled. Boolean indicating desired enabled state of triggers */ Enabled *bool /* HasDelayBy. Boolean to filter based on delayBySeconds being set in triggers. Default returns all, true returns only those with delayBySeconds set, false returns those without delayBySeconds set. */ HasDelayBy *bool /* PageSize. Number of entities to return. Maximum of 200. */ PageSize *string /* TopicName. Topic name(s). Separated by commas */ TopicName *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetProcessautomationTriggersParams contains all the parameters to send to the API endpoint
for the get processautomation triggers operation. Typically these are written to a http.Request.
func NewGetProcessautomationTriggersParams ¶
func NewGetProcessautomationTriggersParams() *GetProcessautomationTriggersParams
NewGetProcessautomationTriggersParams creates a new GetProcessautomationTriggersParams 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 NewGetProcessautomationTriggersParamsWithContext ¶
func NewGetProcessautomationTriggersParamsWithContext(ctx context.Context) *GetProcessautomationTriggersParams
NewGetProcessautomationTriggersParamsWithContext creates a new GetProcessautomationTriggersParams object with the ability to set a context for a request.
func NewGetProcessautomationTriggersParamsWithHTTPClient ¶
func NewGetProcessautomationTriggersParamsWithHTTPClient(client *http.Client) *GetProcessautomationTriggersParams
NewGetProcessautomationTriggersParamsWithHTTPClient creates a new GetProcessautomationTriggersParams object with the ability to set a custom HTTPClient for a request.
func NewGetProcessautomationTriggersParamsWithTimeout ¶
func NewGetProcessautomationTriggersParamsWithTimeout(timeout time.Duration) *GetProcessautomationTriggersParams
NewGetProcessautomationTriggersParamsWithTimeout creates a new GetProcessautomationTriggersParams object with the ability to set a timeout on a request.
func (*GetProcessautomationTriggersParams) SetAfter ¶
func (o *GetProcessautomationTriggersParams) SetAfter(after *string)
SetAfter adds the after to the get processautomation triggers params
func (*GetProcessautomationTriggersParams) SetBefore ¶
func (o *GetProcessautomationTriggersParams) SetBefore(before *string)
SetBefore adds the before to the get processautomation triggers params
func (*GetProcessautomationTriggersParams) SetContext ¶
func (o *GetProcessautomationTriggersParams) SetContext(ctx context.Context)
SetContext adds the context to the get processautomation triggers params
func (*GetProcessautomationTriggersParams) SetDefaults ¶
func (o *GetProcessautomationTriggersParams) SetDefaults()
SetDefaults hydrates default values in the get processautomation triggers params (not the query body).
All values with no default are reset to their zero value.
func (*GetProcessautomationTriggersParams) SetEnabled ¶
func (o *GetProcessautomationTriggersParams) SetEnabled(enabled *bool)
SetEnabled adds the enabled to the get processautomation triggers params
func (*GetProcessautomationTriggersParams) SetHTTPClient ¶
func (o *GetProcessautomationTriggersParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get processautomation triggers params
func (*GetProcessautomationTriggersParams) SetHasDelayBy ¶
func (o *GetProcessautomationTriggersParams) SetHasDelayBy(hasDelayBy *bool)
SetHasDelayBy adds the hasDelayBy to the get processautomation triggers params
func (*GetProcessautomationTriggersParams) SetPageSize ¶
func (o *GetProcessautomationTriggersParams) SetPageSize(pageSize *string)
SetPageSize adds the pageSize to the get processautomation triggers params
func (*GetProcessautomationTriggersParams) SetTimeout ¶
func (o *GetProcessautomationTriggersParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get processautomation triggers params
func (*GetProcessautomationTriggersParams) SetTopicName ¶
func (o *GetProcessautomationTriggersParams) SetTopicName(topicName *string)
SetTopicName adds the topicName to the get processautomation triggers params
func (*GetProcessautomationTriggersParams) WithAfter ¶
func (o *GetProcessautomationTriggersParams) WithAfter(after *string) *GetProcessautomationTriggersParams
WithAfter adds the after to the get processautomation triggers params
func (*GetProcessautomationTriggersParams) WithBefore ¶
func (o *GetProcessautomationTriggersParams) WithBefore(before *string) *GetProcessautomationTriggersParams
WithBefore adds the before to the get processautomation triggers params
func (*GetProcessautomationTriggersParams) WithContext ¶
func (o *GetProcessautomationTriggersParams) WithContext(ctx context.Context) *GetProcessautomationTriggersParams
WithContext adds the context to the get processautomation triggers params
func (*GetProcessautomationTriggersParams) WithDefaults ¶
func (o *GetProcessautomationTriggersParams) WithDefaults() *GetProcessautomationTriggersParams
WithDefaults hydrates default values in the get processautomation triggers params (not the query body).
All values with no default are reset to their zero value.
func (*GetProcessautomationTriggersParams) WithEnabled ¶
func (o *GetProcessautomationTriggersParams) WithEnabled(enabled *bool) *GetProcessautomationTriggersParams
WithEnabled adds the enabled to the get processautomation triggers params
func (*GetProcessautomationTriggersParams) WithHTTPClient ¶
func (o *GetProcessautomationTriggersParams) WithHTTPClient(client *http.Client) *GetProcessautomationTriggersParams
WithHTTPClient adds the HTTPClient to the get processautomation triggers params
func (*GetProcessautomationTriggersParams) WithHasDelayBy ¶
func (o *GetProcessautomationTriggersParams) WithHasDelayBy(hasDelayBy *bool) *GetProcessautomationTriggersParams
WithHasDelayBy adds the hasDelayBy to the get processautomation triggers params
func (*GetProcessautomationTriggersParams) WithPageSize ¶
func (o *GetProcessautomationTriggersParams) WithPageSize(pageSize *string) *GetProcessautomationTriggersParams
WithPageSize adds the pageSize to the get processautomation triggers params
func (*GetProcessautomationTriggersParams) WithTimeout ¶
func (o *GetProcessautomationTriggersParams) WithTimeout(timeout time.Duration) *GetProcessautomationTriggersParams
WithTimeout adds the timeout to the get processautomation triggers params
func (*GetProcessautomationTriggersParams) WithTopicName ¶
func (o *GetProcessautomationTriggersParams) WithTopicName(topicName *string) *GetProcessautomationTriggersParams
WithTopicName adds the topicName to the get processautomation triggers params
func (*GetProcessautomationTriggersParams) WriteToRequest ¶
func (o *GetProcessautomationTriggersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetProcessautomationTriggersReader ¶
type GetProcessautomationTriggersReader struct {
// contains filtered or unexported fields
}
GetProcessautomationTriggersReader is a Reader for the GetProcessautomationTriggers structure.
func (*GetProcessautomationTriggersReader) ReadResponse ¶
func (o *GetProcessautomationTriggersReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetProcessautomationTriggersRequestEntityTooLarge ¶
GetProcessautomationTriggersRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewGetProcessautomationTriggersRequestEntityTooLarge ¶
func NewGetProcessautomationTriggersRequestEntityTooLarge() *GetProcessautomationTriggersRequestEntityTooLarge
NewGetProcessautomationTriggersRequestEntityTooLarge creates a GetProcessautomationTriggersRequestEntityTooLarge with default headers values
func (*GetProcessautomationTriggersRequestEntityTooLarge) Error ¶
func (o *GetProcessautomationTriggersRequestEntityTooLarge) Error() string
func (*GetProcessautomationTriggersRequestEntityTooLarge) GetPayload ¶
func (o *GetProcessautomationTriggersRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*GetProcessautomationTriggersRequestEntityTooLarge) IsClientError ¶
func (o *GetProcessautomationTriggersRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this get processautomation triggers request entity too large response has a 4xx status code
func (*GetProcessautomationTriggersRequestEntityTooLarge) IsCode ¶
func (o *GetProcessautomationTriggersRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this get processautomation triggers request entity too large response a status code equal to that given
func (*GetProcessautomationTriggersRequestEntityTooLarge) IsRedirect ¶
func (o *GetProcessautomationTriggersRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this get processautomation triggers request entity too large response has a 3xx status code
func (*GetProcessautomationTriggersRequestEntityTooLarge) IsServerError ¶
func (o *GetProcessautomationTriggersRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this get processautomation triggers request entity too large response has a 5xx status code
func (*GetProcessautomationTriggersRequestEntityTooLarge) IsSuccess ¶
func (o *GetProcessautomationTriggersRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this get processautomation triggers request entity too large response has a 2xx status code
func (*GetProcessautomationTriggersRequestEntityTooLarge) String ¶
func (o *GetProcessautomationTriggersRequestEntityTooLarge) String() string
type GetProcessautomationTriggersRequestTimeout ¶
GetProcessautomationTriggersRequestTimeout describes a response with status code 408, with default header values.
The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.
func NewGetProcessautomationTriggersRequestTimeout ¶
func NewGetProcessautomationTriggersRequestTimeout() *GetProcessautomationTriggersRequestTimeout
NewGetProcessautomationTriggersRequestTimeout creates a GetProcessautomationTriggersRequestTimeout with default headers values
func (*GetProcessautomationTriggersRequestTimeout) Error ¶
func (o *GetProcessautomationTriggersRequestTimeout) Error() string
func (*GetProcessautomationTriggersRequestTimeout) GetPayload ¶
func (o *GetProcessautomationTriggersRequestTimeout) GetPayload() *models.ErrorBody
func (*GetProcessautomationTriggersRequestTimeout) IsClientError ¶
func (o *GetProcessautomationTriggersRequestTimeout) IsClientError() bool
IsClientError returns true when this get processautomation triggers request timeout response has a 4xx status code
func (*GetProcessautomationTriggersRequestTimeout) IsCode ¶
func (o *GetProcessautomationTriggersRequestTimeout) IsCode(code int) bool
IsCode returns true when this get processautomation triggers request timeout response a status code equal to that given
func (*GetProcessautomationTriggersRequestTimeout) IsRedirect ¶
func (o *GetProcessautomationTriggersRequestTimeout) IsRedirect() bool
IsRedirect returns true when this get processautomation triggers request timeout response has a 3xx status code
func (*GetProcessautomationTriggersRequestTimeout) IsServerError ¶
func (o *GetProcessautomationTriggersRequestTimeout) IsServerError() bool
IsServerError returns true when this get processautomation triggers request timeout response has a 5xx status code
func (*GetProcessautomationTriggersRequestTimeout) IsSuccess ¶
func (o *GetProcessautomationTriggersRequestTimeout) IsSuccess() bool
IsSuccess returns true when this get processautomation triggers request timeout response has a 2xx status code
func (*GetProcessautomationTriggersRequestTimeout) String ¶
func (o *GetProcessautomationTriggersRequestTimeout) String() string
type GetProcessautomationTriggersServiceUnavailable ¶
type GetProcessautomationTriggersServiceUnavailable struct {
}GetProcessautomationTriggersServiceUnavailable describes a response with status code 503, with default header values.
Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).
func NewGetProcessautomationTriggersServiceUnavailable ¶
func NewGetProcessautomationTriggersServiceUnavailable() *GetProcessautomationTriggersServiceUnavailable
NewGetProcessautomationTriggersServiceUnavailable creates a GetProcessautomationTriggersServiceUnavailable with default headers values
func (*GetProcessautomationTriggersServiceUnavailable) Error ¶
func (o *GetProcessautomationTriggersServiceUnavailable) Error() string
func (*GetProcessautomationTriggersServiceUnavailable) GetPayload ¶
func (o *GetProcessautomationTriggersServiceUnavailable) GetPayload() *models.ErrorBody
func (*GetProcessautomationTriggersServiceUnavailable) IsClientError ¶
func (o *GetProcessautomationTriggersServiceUnavailable) IsClientError() bool
IsClientError returns true when this get processautomation triggers service unavailable response has a 4xx status code
func (*GetProcessautomationTriggersServiceUnavailable) IsCode ¶
func (o *GetProcessautomationTriggersServiceUnavailable) IsCode(code int) bool
IsCode returns true when this get processautomation triggers service unavailable response a status code equal to that given
func (*GetProcessautomationTriggersServiceUnavailable) IsRedirect ¶
func (o *GetProcessautomationTriggersServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this get processautomation triggers service unavailable response has a 3xx status code
func (*GetProcessautomationTriggersServiceUnavailable) IsServerError ¶
func (o *GetProcessautomationTriggersServiceUnavailable) IsServerError() bool
IsServerError returns true when this get processautomation triggers service unavailable response has a 5xx status code
func (*GetProcessautomationTriggersServiceUnavailable) IsSuccess ¶
func (o *GetProcessautomationTriggersServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this get processautomation triggers service unavailable response has a 2xx status code
func (*GetProcessautomationTriggersServiceUnavailable) String ¶
func (o *GetProcessautomationTriggersServiceUnavailable) String() string
type GetProcessautomationTriggersTooManyRequests ¶
GetProcessautomationTriggersTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewGetProcessautomationTriggersTooManyRequests ¶
func NewGetProcessautomationTriggersTooManyRequests() *GetProcessautomationTriggersTooManyRequests
NewGetProcessautomationTriggersTooManyRequests creates a GetProcessautomationTriggersTooManyRequests with default headers values
func (*GetProcessautomationTriggersTooManyRequests) Error ¶
func (o *GetProcessautomationTriggersTooManyRequests) Error() string
func (*GetProcessautomationTriggersTooManyRequests) GetPayload ¶
func (o *GetProcessautomationTriggersTooManyRequests) GetPayload() *models.ErrorBody
func (*GetProcessautomationTriggersTooManyRequests) IsClientError ¶
func (o *GetProcessautomationTriggersTooManyRequests) IsClientError() bool
IsClientError returns true when this get processautomation triggers too many requests response has a 4xx status code
func (*GetProcessautomationTriggersTooManyRequests) IsCode ¶
func (o *GetProcessautomationTriggersTooManyRequests) IsCode(code int) bool
IsCode returns true when this get processautomation triggers too many requests response a status code equal to that given
func (*GetProcessautomationTriggersTooManyRequests) IsRedirect ¶
func (o *GetProcessautomationTriggersTooManyRequests) IsRedirect() bool
IsRedirect returns true when this get processautomation triggers too many requests response has a 3xx status code
func (*GetProcessautomationTriggersTooManyRequests) IsServerError ¶
func (o *GetProcessautomationTriggersTooManyRequests) IsServerError() bool
IsServerError returns true when this get processautomation triggers too many requests response has a 5xx status code
func (*GetProcessautomationTriggersTooManyRequests) IsSuccess ¶
func (o *GetProcessautomationTriggersTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get processautomation triggers too many requests response has a 2xx status code
func (*GetProcessautomationTriggersTooManyRequests) String ¶
func (o *GetProcessautomationTriggersTooManyRequests) String() string
type GetProcessautomationTriggersTopicsBadRequest ¶
GetProcessautomationTriggersTopicsBadRequest describes a response with status code 400, with default header values.
The request could not be understood by the server due to malformed syntax.
func NewGetProcessautomationTriggersTopicsBadRequest ¶
func NewGetProcessautomationTriggersTopicsBadRequest() *GetProcessautomationTriggersTopicsBadRequest
NewGetProcessautomationTriggersTopicsBadRequest creates a GetProcessautomationTriggersTopicsBadRequest with default headers values
func (*GetProcessautomationTriggersTopicsBadRequest) Error ¶
func (o *GetProcessautomationTriggersTopicsBadRequest) Error() string
func (*GetProcessautomationTriggersTopicsBadRequest) GetPayload ¶
func (o *GetProcessautomationTriggersTopicsBadRequest) GetPayload() *models.ErrorBody
func (*GetProcessautomationTriggersTopicsBadRequest) IsClientError ¶
func (o *GetProcessautomationTriggersTopicsBadRequest) IsClientError() bool
IsClientError returns true when this get processautomation triggers topics bad request response has a 4xx status code
func (*GetProcessautomationTriggersTopicsBadRequest) IsCode ¶
func (o *GetProcessautomationTriggersTopicsBadRequest) IsCode(code int) bool
IsCode returns true when this get processautomation triggers topics bad request response a status code equal to that given
func (*GetProcessautomationTriggersTopicsBadRequest) IsRedirect ¶
func (o *GetProcessautomationTriggersTopicsBadRequest) IsRedirect() bool
IsRedirect returns true when this get processautomation triggers topics bad request response has a 3xx status code
func (*GetProcessautomationTriggersTopicsBadRequest) IsServerError ¶
func (o *GetProcessautomationTriggersTopicsBadRequest) IsServerError() bool
IsServerError returns true when this get processautomation triggers topics bad request response has a 5xx status code
func (*GetProcessautomationTriggersTopicsBadRequest) IsSuccess ¶
func (o *GetProcessautomationTriggersTopicsBadRequest) IsSuccess() bool
IsSuccess returns true when this get processautomation triggers topics bad request response has a 2xx status code
func (*GetProcessautomationTriggersTopicsBadRequest) String ¶
func (o *GetProcessautomationTriggersTopicsBadRequest) String() string
type GetProcessautomationTriggersTopicsForbidden ¶
GetProcessautomationTriggersTopicsForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewGetProcessautomationTriggersTopicsForbidden ¶
func NewGetProcessautomationTriggersTopicsForbidden() *GetProcessautomationTriggersTopicsForbidden
NewGetProcessautomationTriggersTopicsForbidden creates a GetProcessautomationTriggersTopicsForbidden with default headers values
func (*GetProcessautomationTriggersTopicsForbidden) Error ¶
func (o *GetProcessautomationTriggersTopicsForbidden) Error() string
func (*GetProcessautomationTriggersTopicsForbidden) GetPayload ¶
func (o *GetProcessautomationTriggersTopicsForbidden) GetPayload() *models.ErrorBody
func (*GetProcessautomationTriggersTopicsForbidden) IsClientError ¶
func (o *GetProcessautomationTriggersTopicsForbidden) IsClientError() bool
IsClientError returns true when this get processautomation triggers topics forbidden response has a 4xx status code
func (*GetProcessautomationTriggersTopicsForbidden) IsCode ¶
func (o *GetProcessautomationTriggersTopicsForbidden) IsCode(code int) bool
IsCode returns true when this get processautomation triggers topics forbidden response a status code equal to that given
func (*GetProcessautomationTriggersTopicsForbidden) IsRedirect ¶
func (o *GetProcessautomationTriggersTopicsForbidden) IsRedirect() bool
IsRedirect returns true when this get processautomation triggers topics forbidden response has a 3xx status code
func (*GetProcessautomationTriggersTopicsForbidden) IsServerError ¶
func (o *GetProcessautomationTriggersTopicsForbidden) IsServerError() bool
IsServerError returns true when this get processautomation triggers topics forbidden response has a 5xx status code
func (*GetProcessautomationTriggersTopicsForbidden) IsSuccess ¶
func (o *GetProcessautomationTriggersTopicsForbidden) IsSuccess() bool
IsSuccess returns true when this get processautomation triggers topics forbidden response has a 2xx status code
func (*GetProcessautomationTriggersTopicsForbidden) String ¶
func (o *GetProcessautomationTriggersTopicsForbidden) String() string
type GetProcessautomationTriggersTopicsGatewayTimeout ¶
GetProcessautomationTriggersTopicsGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewGetProcessautomationTriggersTopicsGatewayTimeout ¶
func NewGetProcessautomationTriggersTopicsGatewayTimeout() *GetProcessautomationTriggersTopicsGatewayTimeout
NewGetProcessautomationTriggersTopicsGatewayTimeout creates a GetProcessautomationTriggersTopicsGatewayTimeout with default headers values
func (*GetProcessautomationTriggersTopicsGatewayTimeout) Error ¶
func (o *GetProcessautomationTriggersTopicsGatewayTimeout) Error() string
func (*GetProcessautomationTriggersTopicsGatewayTimeout) GetPayload ¶
func (o *GetProcessautomationTriggersTopicsGatewayTimeout) GetPayload() *models.ErrorBody
func (*GetProcessautomationTriggersTopicsGatewayTimeout) IsClientError ¶
func (o *GetProcessautomationTriggersTopicsGatewayTimeout) IsClientError() bool
IsClientError returns true when this get processautomation triggers topics gateway timeout response has a 4xx status code
func (*GetProcessautomationTriggersTopicsGatewayTimeout) IsCode ¶
func (o *GetProcessautomationTriggersTopicsGatewayTimeout) IsCode(code int) bool
IsCode returns true when this get processautomation triggers topics gateway timeout response a status code equal to that given
func (*GetProcessautomationTriggersTopicsGatewayTimeout) IsRedirect ¶
func (o *GetProcessautomationTriggersTopicsGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this get processautomation triggers topics gateway timeout response has a 3xx status code
func (*GetProcessautomationTriggersTopicsGatewayTimeout) IsServerError ¶
func (o *GetProcessautomationTriggersTopicsGatewayTimeout) IsServerError() bool
IsServerError returns true when this get processautomation triggers topics gateway timeout response has a 5xx status code
func (*GetProcessautomationTriggersTopicsGatewayTimeout) IsSuccess ¶
func (o *GetProcessautomationTriggersTopicsGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this get processautomation triggers topics gateway timeout response has a 2xx status code
func (*GetProcessautomationTriggersTopicsGatewayTimeout) String ¶
func (o *GetProcessautomationTriggersTopicsGatewayTimeout) String() string
type GetProcessautomationTriggersTopicsInternalServerError ¶
GetProcessautomationTriggersTopicsInternalServerError describes a response with status code 500, with default header values.
The server encountered an unexpected condition which prevented it from fulfilling the request.
func NewGetProcessautomationTriggersTopicsInternalServerError ¶
func NewGetProcessautomationTriggersTopicsInternalServerError() *GetProcessautomationTriggersTopicsInternalServerError
NewGetProcessautomationTriggersTopicsInternalServerError creates a GetProcessautomationTriggersTopicsInternalServerError with default headers values
func (*GetProcessautomationTriggersTopicsInternalServerError) Error ¶
func (o *GetProcessautomationTriggersTopicsInternalServerError) Error() string
func (*GetProcessautomationTriggersTopicsInternalServerError) GetPayload ¶
func (o *GetProcessautomationTriggersTopicsInternalServerError) GetPayload() *models.ErrorBody
func (*GetProcessautomationTriggersTopicsInternalServerError) IsClientError ¶
func (o *GetProcessautomationTriggersTopicsInternalServerError) IsClientError() bool
IsClientError returns true when this get processautomation triggers topics internal server error response has a 4xx status code
func (*GetProcessautomationTriggersTopicsInternalServerError) IsCode ¶
func (o *GetProcessautomationTriggersTopicsInternalServerError) IsCode(code int) bool
IsCode returns true when this get processautomation triggers topics internal server error response a status code equal to that given
func (*GetProcessautomationTriggersTopicsInternalServerError) IsRedirect ¶
func (o *GetProcessautomationTriggersTopicsInternalServerError) IsRedirect() bool
IsRedirect returns true when this get processautomation triggers topics internal server error response has a 3xx status code
func (*GetProcessautomationTriggersTopicsInternalServerError) IsServerError ¶
func (o *GetProcessautomationTriggersTopicsInternalServerError) IsServerError() bool
IsServerError returns true when this get processautomation triggers topics internal server error response has a 5xx status code
func (*GetProcessautomationTriggersTopicsInternalServerError) IsSuccess ¶
func (o *GetProcessautomationTriggersTopicsInternalServerError) IsSuccess() bool
IsSuccess returns true when this get processautomation triggers topics internal server error response has a 2xx status code
func (*GetProcessautomationTriggersTopicsInternalServerError) String ¶
func (o *GetProcessautomationTriggersTopicsInternalServerError) String() string
type GetProcessautomationTriggersTopicsNotFound ¶
GetProcessautomationTriggersTopicsNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewGetProcessautomationTriggersTopicsNotFound ¶
func NewGetProcessautomationTriggersTopicsNotFound() *GetProcessautomationTriggersTopicsNotFound
NewGetProcessautomationTriggersTopicsNotFound creates a GetProcessautomationTriggersTopicsNotFound with default headers values
func (*GetProcessautomationTriggersTopicsNotFound) Error ¶
func (o *GetProcessautomationTriggersTopicsNotFound) Error() string
func (*GetProcessautomationTriggersTopicsNotFound) GetPayload ¶
func (o *GetProcessautomationTriggersTopicsNotFound) GetPayload() *models.ErrorBody
func (*GetProcessautomationTriggersTopicsNotFound) IsClientError ¶
func (o *GetProcessautomationTriggersTopicsNotFound) IsClientError() bool
IsClientError returns true when this get processautomation triggers topics not found response has a 4xx status code
func (*GetProcessautomationTriggersTopicsNotFound) IsCode ¶
func (o *GetProcessautomationTriggersTopicsNotFound) IsCode(code int) bool
IsCode returns true when this get processautomation triggers topics not found response a status code equal to that given
func (*GetProcessautomationTriggersTopicsNotFound) IsRedirect ¶
func (o *GetProcessautomationTriggersTopicsNotFound) IsRedirect() bool
IsRedirect returns true when this get processautomation triggers topics not found response has a 3xx status code
func (*GetProcessautomationTriggersTopicsNotFound) IsServerError ¶
func (o *GetProcessautomationTriggersTopicsNotFound) IsServerError() bool
IsServerError returns true when this get processautomation triggers topics not found response has a 5xx status code
func (*GetProcessautomationTriggersTopicsNotFound) IsSuccess ¶
func (o *GetProcessautomationTriggersTopicsNotFound) IsSuccess() bool
IsSuccess returns true when this get processautomation triggers topics not found response has a 2xx status code
func (*GetProcessautomationTriggersTopicsNotFound) String ¶
func (o *GetProcessautomationTriggersTopicsNotFound) String() string
type GetProcessautomationTriggersTopicsOK ¶
type GetProcessautomationTriggersTopicsOK struct {
Payload *models.TopicCursorEntityListing
}
GetProcessautomationTriggersTopicsOK describes a response with status code 200, with default header values.
successful operation
func NewGetProcessautomationTriggersTopicsOK ¶
func NewGetProcessautomationTriggersTopicsOK() *GetProcessautomationTriggersTopicsOK
NewGetProcessautomationTriggersTopicsOK creates a GetProcessautomationTriggersTopicsOK with default headers values
func (*GetProcessautomationTriggersTopicsOK) Error ¶
func (o *GetProcessautomationTriggersTopicsOK) Error() string
func (*GetProcessautomationTriggersTopicsOK) GetPayload ¶
func (o *GetProcessautomationTriggersTopicsOK) GetPayload() *models.TopicCursorEntityListing
func (*GetProcessautomationTriggersTopicsOK) IsClientError ¶
func (o *GetProcessautomationTriggersTopicsOK) IsClientError() bool
IsClientError returns true when this get processautomation triggers topics o k response has a 4xx status code
func (*GetProcessautomationTriggersTopicsOK) IsCode ¶
func (o *GetProcessautomationTriggersTopicsOK) IsCode(code int) bool
IsCode returns true when this get processautomation triggers topics o k response a status code equal to that given
func (*GetProcessautomationTriggersTopicsOK) IsRedirect ¶
func (o *GetProcessautomationTriggersTopicsOK) IsRedirect() bool
IsRedirect returns true when this get processautomation triggers topics o k response has a 3xx status code
func (*GetProcessautomationTriggersTopicsOK) IsServerError ¶
func (o *GetProcessautomationTriggersTopicsOK) IsServerError() bool
IsServerError returns true when this get processautomation triggers topics o k response has a 5xx status code
func (*GetProcessautomationTriggersTopicsOK) IsSuccess ¶
func (o *GetProcessautomationTriggersTopicsOK) IsSuccess() bool
IsSuccess returns true when this get processautomation triggers topics o k response has a 2xx status code
func (*GetProcessautomationTriggersTopicsOK) String ¶
func (o *GetProcessautomationTriggersTopicsOK) String() string
type GetProcessautomationTriggersTopicsParams ¶
type GetProcessautomationTriggersTopicsParams struct { /* After. The cursor that points to the end of the set of entities that has been returned. */ After *string /* Before. The cursor that points to the start of the set of entities that has been returned. */ Before *string /* PageSize. Number of entities to return. Maximum of 200. */ PageSize *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetProcessautomationTriggersTopicsParams contains all the parameters to send to the API endpoint
for the get processautomation triggers topics operation. Typically these are written to a http.Request.
func NewGetProcessautomationTriggersTopicsParams ¶
func NewGetProcessautomationTriggersTopicsParams() *GetProcessautomationTriggersTopicsParams
NewGetProcessautomationTriggersTopicsParams creates a new GetProcessautomationTriggersTopicsParams 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 NewGetProcessautomationTriggersTopicsParamsWithContext ¶
func NewGetProcessautomationTriggersTopicsParamsWithContext(ctx context.Context) *GetProcessautomationTriggersTopicsParams
NewGetProcessautomationTriggersTopicsParamsWithContext creates a new GetProcessautomationTriggersTopicsParams object with the ability to set a context for a request.
func NewGetProcessautomationTriggersTopicsParamsWithHTTPClient ¶
func NewGetProcessautomationTriggersTopicsParamsWithHTTPClient(client *http.Client) *GetProcessautomationTriggersTopicsParams
NewGetProcessautomationTriggersTopicsParamsWithHTTPClient creates a new GetProcessautomationTriggersTopicsParams object with the ability to set a custom HTTPClient for a request.
func NewGetProcessautomationTriggersTopicsParamsWithTimeout ¶
func NewGetProcessautomationTriggersTopicsParamsWithTimeout(timeout time.Duration) *GetProcessautomationTriggersTopicsParams
NewGetProcessautomationTriggersTopicsParamsWithTimeout creates a new GetProcessautomationTriggersTopicsParams object with the ability to set a timeout on a request.
func (*GetProcessautomationTriggersTopicsParams) SetAfter ¶
func (o *GetProcessautomationTriggersTopicsParams) SetAfter(after *string)
SetAfter adds the after to the get processautomation triggers topics params
func (*GetProcessautomationTriggersTopicsParams) SetBefore ¶
func (o *GetProcessautomationTriggersTopicsParams) SetBefore(before *string)
SetBefore adds the before to the get processautomation triggers topics params
func (*GetProcessautomationTriggersTopicsParams) SetContext ¶
func (o *GetProcessautomationTriggersTopicsParams) SetContext(ctx context.Context)
SetContext adds the context to the get processautomation triggers topics params
func (*GetProcessautomationTriggersTopicsParams) SetDefaults ¶
func (o *GetProcessautomationTriggersTopicsParams) SetDefaults()
SetDefaults hydrates default values in the get processautomation triggers topics params (not the query body).
All values with no default are reset to their zero value.
func (*GetProcessautomationTriggersTopicsParams) SetHTTPClient ¶
func (o *GetProcessautomationTriggersTopicsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get processautomation triggers topics params
func (*GetProcessautomationTriggersTopicsParams) SetPageSize ¶
func (o *GetProcessautomationTriggersTopicsParams) SetPageSize(pageSize *string)
SetPageSize adds the pageSize to the get processautomation triggers topics params
func (*GetProcessautomationTriggersTopicsParams) SetTimeout ¶
func (o *GetProcessautomationTriggersTopicsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get processautomation triggers topics params
func (*GetProcessautomationTriggersTopicsParams) WithAfter ¶
func (o *GetProcessautomationTriggersTopicsParams) WithAfter(after *string) *GetProcessautomationTriggersTopicsParams
WithAfter adds the after to the get processautomation triggers topics params
func (*GetProcessautomationTriggersTopicsParams) WithBefore ¶
func (o *GetProcessautomationTriggersTopicsParams) WithBefore(before *string) *GetProcessautomationTriggersTopicsParams
WithBefore adds the before to the get processautomation triggers topics params
func (*GetProcessautomationTriggersTopicsParams) WithContext ¶
func (o *GetProcessautomationTriggersTopicsParams) WithContext(ctx context.Context) *GetProcessautomationTriggersTopicsParams
WithContext adds the context to the get processautomation triggers topics params
func (*GetProcessautomationTriggersTopicsParams) WithDefaults ¶
func (o *GetProcessautomationTriggersTopicsParams) WithDefaults() *GetProcessautomationTriggersTopicsParams
WithDefaults hydrates default values in the get processautomation triggers topics params (not the query body).
All values with no default are reset to their zero value.
func (*GetProcessautomationTriggersTopicsParams) WithHTTPClient ¶
func (o *GetProcessautomationTriggersTopicsParams) WithHTTPClient(client *http.Client) *GetProcessautomationTriggersTopicsParams
WithHTTPClient adds the HTTPClient to the get processautomation triggers topics params
func (*GetProcessautomationTriggersTopicsParams) WithPageSize ¶
func (o *GetProcessautomationTriggersTopicsParams) WithPageSize(pageSize *string) *GetProcessautomationTriggersTopicsParams
WithPageSize adds the pageSize to the get processautomation triggers topics params
func (*GetProcessautomationTriggersTopicsParams) WithTimeout ¶
func (o *GetProcessautomationTriggersTopicsParams) WithTimeout(timeout time.Duration) *GetProcessautomationTriggersTopicsParams
WithTimeout adds the timeout to the get processautomation triggers topics params
func (*GetProcessautomationTriggersTopicsParams) WriteToRequest ¶
func (o *GetProcessautomationTriggersTopicsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetProcessautomationTriggersTopicsReader ¶
type GetProcessautomationTriggersTopicsReader struct {
// contains filtered or unexported fields
}
GetProcessautomationTriggersTopicsReader is a Reader for the GetProcessautomationTriggersTopics structure.
func (*GetProcessautomationTriggersTopicsReader) ReadResponse ¶
func (o *GetProcessautomationTriggersTopicsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetProcessautomationTriggersTopicsRequestEntityTooLarge ¶
GetProcessautomationTriggersTopicsRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewGetProcessautomationTriggersTopicsRequestEntityTooLarge ¶
func NewGetProcessautomationTriggersTopicsRequestEntityTooLarge() *GetProcessautomationTriggersTopicsRequestEntityTooLarge
NewGetProcessautomationTriggersTopicsRequestEntityTooLarge creates a GetProcessautomationTriggersTopicsRequestEntityTooLarge with default headers values
func (*GetProcessautomationTriggersTopicsRequestEntityTooLarge) Error ¶
func (o *GetProcessautomationTriggersTopicsRequestEntityTooLarge) Error() string
func (*GetProcessautomationTriggersTopicsRequestEntityTooLarge) GetPayload ¶
func (o *GetProcessautomationTriggersTopicsRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*GetProcessautomationTriggersTopicsRequestEntityTooLarge) IsClientError ¶
func (o *GetProcessautomationTriggersTopicsRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this get processautomation triggers topics request entity too large response has a 4xx status code
func (*GetProcessautomationTriggersTopicsRequestEntityTooLarge) IsCode ¶
func (o *GetProcessautomationTriggersTopicsRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this get processautomation triggers topics request entity too large response a status code equal to that given
func (*GetProcessautomationTriggersTopicsRequestEntityTooLarge) IsRedirect ¶
func (o *GetProcessautomationTriggersTopicsRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this get processautomation triggers topics request entity too large response has a 3xx status code
func (*GetProcessautomationTriggersTopicsRequestEntityTooLarge) IsServerError ¶
func (o *GetProcessautomationTriggersTopicsRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this get processautomation triggers topics request entity too large response has a 5xx status code
func (*GetProcessautomationTriggersTopicsRequestEntityTooLarge) IsSuccess ¶
func (o *GetProcessautomationTriggersTopicsRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this get processautomation triggers topics request entity too large response has a 2xx status code
func (*GetProcessautomationTriggersTopicsRequestEntityTooLarge) String ¶
func (o *GetProcessautomationTriggersTopicsRequestEntityTooLarge) String() string
type GetProcessautomationTriggersTopicsRequestTimeout ¶
GetProcessautomationTriggersTopicsRequestTimeout describes a response with status code 408, with default header values.
The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.
func NewGetProcessautomationTriggersTopicsRequestTimeout ¶
func NewGetProcessautomationTriggersTopicsRequestTimeout() *GetProcessautomationTriggersTopicsRequestTimeout
NewGetProcessautomationTriggersTopicsRequestTimeout creates a GetProcessautomationTriggersTopicsRequestTimeout with default headers values
func (*GetProcessautomationTriggersTopicsRequestTimeout) Error ¶
func (o *GetProcessautomationTriggersTopicsRequestTimeout) Error() string
func (*GetProcessautomationTriggersTopicsRequestTimeout) GetPayload ¶
func (o *GetProcessautomationTriggersTopicsRequestTimeout) GetPayload() *models.ErrorBody
func (*GetProcessautomationTriggersTopicsRequestTimeout) IsClientError ¶
func (o *GetProcessautomationTriggersTopicsRequestTimeout) IsClientError() bool
IsClientError returns true when this get processautomation triggers topics request timeout response has a 4xx status code
func (*GetProcessautomationTriggersTopicsRequestTimeout) IsCode ¶
func (o *GetProcessautomationTriggersTopicsRequestTimeout) IsCode(code int) bool
IsCode returns true when this get processautomation triggers topics request timeout response a status code equal to that given
func (*GetProcessautomationTriggersTopicsRequestTimeout) IsRedirect ¶
func (o *GetProcessautomationTriggersTopicsRequestTimeout) IsRedirect() bool
IsRedirect returns true when this get processautomation triggers topics request timeout response has a 3xx status code
func (*GetProcessautomationTriggersTopicsRequestTimeout) IsServerError ¶
func (o *GetProcessautomationTriggersTopicsRequestTimeout) IsServerError() bool
IsServerError returns true when this get processautomation triggers topics request timeout response has a 5xx status code
func (*GetProcessautomationTriggersTopicsRequestTimeout) IsSuccess ¶
func (o *GetProcessautomationTriggersTopicsRequestTimeout) IsSuccess() bool
IsSuccess returns true when this get processautomation triggers topics request timeout response has a 2xx status code
func (*GetProcessautomationTriggersTopicsRequestTimeout) String ¶
func (o *GetProcessautomationTriggersTopicsRequestTimeout) String() string
type GetProcessautomationTriggersTopicsServiceUnavailable ¶
type GetProcessautomationTriggersTopicsServiceUnavailable struct {
}GetProcessautomationTriggersTopicsServiceUnavailable describes a response with status code 503, with default header values.
Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).
func NewGetProcessautomationTriggersTopicsServiceUnavailable ¶
func NewGetProcessautomationTriggersTopicsServiceUnavailable() *GetProcessautomationTriggersTopicsServiceUnavailable
NewGetProcessautomationTriggersTopicsServiceUnavailable creates a GetProcessautomationTriggersTopicsServiceUnavailable with default headers values
func (*GetProcessautomationTriggersTopicsServiceUnavailable) Error ¶
func (o *GetProcessautomationTriggersTopicsServiceUnavailable) Error() string
func (*GetProcessautomationTriggersTopicsServiceUnavailable) GetPayload ¶
func (o *GetProcessautomationTriggersTopicsServiceUnavailable) GetPayload() *models.ErrorBody
func (*GetProcessautomationTriggersTopicsServiceUnavailable) IsClientError ¶
func (o *GetProcessautomationTriggersTopicsServiceUnavailable) IsClientError() bool
IsClientError returns true when this get processautomation triggers topics service unavailable response has a 4xx status code
func (*GetProcessautomationTriggersTopicsServiceUnavailable) IsCode ¶
func (o *GetProcessautomationTriggersTopicsServiceUnavailable) IsCode(code int) bool
IsCode returns true when this get processautomation triggers topics service unavailable response a status code equal to that given
func (*GetProcessautomationTriggersTopicsServiceUnavailable) IsRedirect ¶
func (o *GetProcessautomationTriggersTopicsServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this get processautomation triggers topics service unavailable response has a 3xx status code
func (*GetProcessautomationTriggersTopicsServiceUnavailable) IsServerError ¶
func (o *GetProcessautomationTriggersTopicsServiceUnavailable) IsServerError() bool
IsServerError returns true when this get processautomation triggers topics service unavailable response has a 5xx status code
func (*GetProcessautomationTriggersTopicsServiceUnavailable) IsSuccess ¶
func (o *GetProcessautomationTriggersTopicsServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this get processautomation triggers topics service unavailable response has a 2xx status code
func (*GetProcessautomationTriggersTopicsServiceUnavailable) String ¶
func (o *GetProcessautomationTriggersTopicsServiceUnavailable) String() string
type GetProcessautomationTriggersTopicsTooManyRequests ¶
GetProcessautomationTriggersTopicsTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewGetProcessautomationTriggersTopicsTooManyRequests ¶
func NewGetProcessautomationTriggersTopicsTooManyRequests() *GetProcessautomationTriggersTopicsTooManyRequests
NewGetProcessautomationTriggersTopicsTooManyRequests creates a GetProcessautomationTriggersTopicsTooManyRequests with default headers values
func (*GetProcessautomationTriggersTopicsTooManyRequests) Error ¶
func (o *GetProcessautomationTriggersTopicsTooManyRequests) Error() string
func (*GetProcessautomationTriggersTopicsTooManyRequests) GetPayload ¶
func (o *GetProcessautomationTriggersTopicsTooManyRequests) GetPayload() *models.ErrorBody
func (*GetProcessautomationTriggersTopicsTooManyRequests) IsClientError ¶
func (o *GetProcessautomationTriggersTopicsTooManyRequests) IsClientError() bool
IsClientError returns true when this get processautomation triggers topics too many requests response has a 4xx status code
func (*GetProcessautomationTriggersTopicsTooManyRequests) IsCode ¶
func (o *GetProcessautomationTriggersTopicsTooManyRequests) IsCode(code int) bool
IsCode returns true when this get processautomation triggers topics too many requests response a status code equal to that given
func (*GetProcessautomationTriggersTopicsTooManyRequests) IsRedirect ¶
func (o *GetProcessautomationTriggersTopicsTooManyRequests) IsRedirect() bool
IsRedirect returns true when this get processautomation triggers topics too many requests response has a 3xx status code
func (*GetProcessautomationTriggersTopicsTooManyRequests) IsServerError ¶
func (o *GetProcessautomationTriggersTopicsTooManyRequests) IsServerError() bool
IsServerError returns true when this get processautomation triggers topics too many requests response has a 5xx status code
func (*GetProcessautomationTriggersTopicsTooManyRequests) IsSuccess ¶
func (o *GetProcessautomationTriggersTopicsTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get processautomation triggers topics too many requests response has a 2xx status code
func (*GetProcessautomationTriggersTopicsTooManyRequests) String ¶
func (o *GetProcessautomationTriggersTopicsTooManyRequests) String() string
type GetProcessautomationTriggersTopicsUnauthorized ¶
type GetProcessautomationTriggersTopicsUnauthorized struct {
}GetProcessautomationTriggersTopicsUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewGetProcessautomationTriggersTopicsUnauthorized ¶
func NewGetProcessautomationTriggersTopicsUnauthorized() *GetProcessautomationTriggersTopicsUnauthorized
NewGetProcessautomationTriggersTopicsUnauthorized creates a GetProcessautomationTriggersTopicsUnauthorized with default headers values
func (*GetProcessautomationTriggersTopicsUnauthorized) Error ¶
func (o *GetProcessautomationTriggersTopicsUnauthorized) Error() string
func (*GetProcessautomationTriggersTopicsUnauthorized) GetPayload ¶
func (o *GetProcessautomationTriggersTopicsUnauthorized) GetPayload() *models.ErrorBody
func (*GetProcessautomationTriggersTopicsUnauthorized) IsClientError ¶
func (o *GetProcessautomationTriggersTopicsUnauthorized) IsClientError() bool
IsClientError returns true when this get processautomation triggers topics unauthorized response has a 4xx status code
func (*GetProcessautomationTriggersTopicsUnauthorized) IsCode ¶
func (o *GetProcessautomationTriggersTopicsUnauthorized) IsCode(code int) bool
IsCode returns true when this get processautomation triggers topics unauthorized response a status code equal to that given
func (*GetProcessautomationTriggersTopicsUnauthorized) IsRedirect ¶
func (o *GetProcessautomationTriggersTopicsUnauthorized) IsRedirect() bool
IsRedirect returns true when this get processautomation triggers topics unauthorized response has a 3xx status code
func (*GetProcessautomationTriggersTopicsUnauthorized) IsServerError ¶
func (o *GetProcessautomationTriggersTopicsUnauthorized) IsServerError() bool
IsServerError returns true when this get processautomation triggers topics unauthorized response has a 5xx status code
func (*GetProcessautomationTriggersTopicsUnauthorized) IsSuccess ¶
func (o *GetProcessautomationTriggersTopicsUnauthorized) IsSuccess() bool
IsSuccess returns true when this get processautomation triggers topics unauthorized response has a 2xx status code
func (*GetProcessautomationTriggersTopicsUnauthorized) String ¶
func (o *GetProcessautomationTriggersTopicsUnauthorized) String() string
type GetProcessautomationTriggersTopicsUnsupportedMediaType ¶
GetProcessautomationTriggersTopicsUnsupportedMediaType describes a response with status code 415, with default header values.
Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.
func NewGetProcessautomationTriggersTopicsUnsupportedMediaType ¶
func NewGetProcessautomationTriggersTopicsUnsupportedMediaType() *GetProcessautomationTriggersTopicsUnsupportedMediaType
NewGetProcessautomationTriggersTopicsUnsupportedMediaType creates a GetProcessautomationTriggersTopicsUnsupportedMediaType with default headers values
func (*GetProcessautomationTriggersTopicsUnsupportedMediaType) Error ¶
func (o *GetProcessautomationTriggersTopicsUnsupportedMediaType) Error() string
func (*GetProcessautomationTriggersTopicsUnsupportedMediaType) GetPayload ¶
func (o *GetProcessautomationTriggersTopicsUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*GetProcessautomationTriggersTopicsUnsupportedMediaType) IsClientError ¶
func (o *GetProcessautomationTriggersTopicsUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this get processautomation triggers topics unsupported media type response has a 4xx status code
func (*GetProcessautomationTriggersTopicsUnsupportedMediaType) IsCode ¶
func (o *GetProcessautomationTriggersTopicsUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this get processautomation triggers topics unsupported media type response a status code equal to that given
func (*GetProcessautomationTriggersTopicsUnsupportedMediaType) IsRedirect ¶
func (o *GetProcessautomationTriggersTopicsUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this get processautomation triggers topics unsupported media type response has a 3xx status code
func (*GetProcessautomationTriggersTopicsUnsupportedMediaType) IsServerError ¶
func (o *GetProcessautomationTriggersTopicsUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this get processautomation triggers topics unsupported media type response has a 5xx status code
func (*GetProcessautomationTriggersTopicsUnsupportedMediaType) IsSuccess ¶
func (o *GetProcessautomationTriggersTopicsUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this get processautomation triggers topics unsupported media type response has a 2xx status code
func (*GetProcessautomationTriggersTopicsUnsupportedMediaType) String ¶
func (o *GetProcessautomationTriggersTopicsUnsupportedMediaType) String() string
type GetProcessautomationTriggersUnauthorized ¶
type GetProcessautomationTriggersUnauthorized struct {
}GetProcessautomationTriggersUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewGetProcessautomationTriggersUnauthorized ¶
func NewGetProcessautomationTriggersUnauthorized() *GetProcessautomationTriggersUnauthorized
NewGetProcessautomationTriggersUnauthorized creates a GetProcessautomationTriggersUnauthorized with default headers values
func (*GetProcessautomationTriggersUnauthorized) Error ¶
func (o *GetProcessautomationTriggersUnauthorized) Error() string
func (*GetProcessautomationTriggersUnauthorized) GetPayload ¶
func (o *GetProcessautomationTriggersUnauthorized) GetPayload() *models.ErrorBody
func (*GetProcessautomationTriggersUnauthorized) IsClientError ¶
func (o *GetProcessautomationTriggersUnauthorized) IsClientError() bool
IsClientError returns true when this get processautomation triggers unauthorized response has a 4xx status code
func (*GetProcessautomationTriggersUnauthorized) IsCode ¶
func (o *GetProcessautomationTriggersUnauthorized) IsCode(code int) bool
IsCode returns true when this get processautomation triggers unauthorized response a status code equal to that given
func (*GetProcessautomationTriggersUnauthorized) IsRedirect ¶
func (o *GetProcessautomationTriggersUnauthorized) IsRedirect() bool
IsRedirect returns true when this get processautomation triggers unauthorized response has a 3xx status code
func (*GetProcessautomationTriggersUnauthorized) IsServerError ¶
func (o *GetProcessautomationTriggersUnauthorized) IsServerError() bool
IsServerError returns true when this get processautomation triggers unauthorized response has a 5xx status code
func (*GetProcessautomationTriggersUnauthorized) IsSuccess ¶
func (o *GetProcessautomationTriggersUnauthorized) IsSuccess() bool
IsSuccess returns true when this get processautomation triggers unauthorized response has a 2xx status code
func (*GetProcessautomationTriggersUnauthorized) String ¶
func (o *GetProcessautomationTriggersUnauthorized) String() string
type GetProcessautomationTriggersUnsupportedMediaType ¶
GetProcessautomationTriggersUnsupportedMediaType describes a response with status code 415, with default header values.
Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.
func NewGetProcessautomationTriggersUnsupportedMediaType ¶
func NewGetProcessautomationTriggersUnsupportedMediaType() *GetProcessautomationTriggersUnsupportedMediaType
NewGetProcessautomationTriggersUnsupportedMediaType creates a GetProcessautomationTriggersUnsupportedMediaType with default headers values
func (*GetProcessautomationTriggersUnsupportedMediaType) Error ¶
func (o *GetProcessautomationTriggersUnsupportedMediaType) Error() string
func (*GetProcessautomationTriggersUnsupportedMediaType) GetPayload ¶
func (o *GetProcessautomationTriggersUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*GetProcessautomationTriggersUnsupportedMediaType) IsClientError ¶
func (o *GetProcessautomationTriggersUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this get processautomation triggers unsupported media type response has a 4xx status code
func (*GetProcessautomationTriggersUnsupportedMediaType) IsCode ¶
func (o *GetProcessautomationTriggersUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this get processautomation triggers unsupported media type response a status code equal to that given
func (*GetProcessautomationTriggersUnsupportedMediaType) IsRedirect ¶
func (o *GetProcessautomationTriggersUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this get processautomation triggers unsupported media type response has a 3xx status code
func (*GetProcessautomationTriggersUnsupportedMediaType) IsServerError ¶
func (o *GetProcessautomationTriggersUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this get processautomation triggers unsupported media type response has a 5xx status code
func (*GetProcessautomationTriggersUnsupportedMediaType) IsSuccess ¶
func (o *GetProcessautomationTriggersUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this get processautomation triggers unsupported media type response has a 2xx status code
func (*GetProcessautomationTriggersUnsupportedMediaType) String ¶
func (o *GetProcessautomationTriggersUnsupportedMediaType) String() string
type PostProcessautomationTriggerTestBadRequest ¶
PostProcessautomationTriggerTestBadRequest describes a response with status code 400, with default header values.
The request could not be understood by the server due to malformed syntax.
func NewPostProcessautomationTriggerTestBadRequest ¶
func NewPostProcessautomationTriggerTestBadRequest() *PostProcessautomationTriggerTestBadRequest
NewPostProcessautomationTriggerTestBadRequest creates a PostProcessautomationTriggerTestBadRequest with default headers values
func (*PostProcessautomationTriggerTestBadRequest) Error ¶
func (o *PostProcessautomationTriggerTestBadRequest) Error() string
func (*PostProcessautomationTriggerTestBadRequest) GetPayload ¶
func (o *PostProcessautomationTriggerTestBadRequest) GetPayload() *models.ErrorBody
func (*PostProcessautomationTriggerTestBadRequest) IsClientError ¶
func (o *PostProcessautomationTriggerTestBadRequest) IsClientError() bool
IsClientError returns true when this post processautomation trigger test bad request response has a 4xx status code
func (*PostProcessautomationTriggerTestBadRequest) IsCode ¶
func (o *PostProcessautomationTriggerTestBadRequest) IsCode(code int) bool
IsCode returns true when this post processautomation trigger test bad request response a status code equal to that given
func (*PostProcessautomationTriggerTestBadRequest) IsRedirect ¶
func (o *PostProcessautomationTriggerTestBadRequest) IsRedirect() bool
IsRedirect returns true when this post processautomation trigger test bad request response has a 3xx status code
func (*PostProcessautomationTriggerTestBadRequest) IsServerError ¶
func (o *PostProcessautomationTriggerTestBadRequest) IsServerError() bool
IsServerError returns true when this post processautomation trigger test bad request response has a 5xx status code
func (*PostProcessautomationTriggerTestBadRequest) IsSuccess ¶
func (o *PostProcessautomationTriggerTestBadRequest) IsSuccess() bool
IsSuccess returns true when this post processautomation trigger test bad request response has a 2xx status code
func (*PostProcessautomationTriggerTestBadRequest) String ¶
func (o *PostProcessautomationTriggerTestBadRequest) String() string
type PostProcessautomationTriggerTestForbidden ¶
PostProcessautomationTriggerTestForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewPostProcessautomationTriggerTestForbidden ¶
func NewPostProcessautomationTriggerTestForbidden() *PostProcessautomationTriggerTestForbidden
NewPostProcessautomationTriggerTestForbidden creates a PostProcessautomationTriggerTestForbidden with default headers values
func (*PostProcessautomationTriggerTestForbidden) Error ¶
func (o *PostProcessautomationTriggerTestForbidden) Error() string
func (*PostProcessautomationTriggerTestForbidden) GetPayload ¶
func (o *PostProcessautomationTriggerTestForbidden) GetPayload() *models.ErrorBody
func (*PostProcessautomationTriggerTestForbidden) IsClientError ¶
func (o *PostProcessautomationTriggerTestForbidden) IsClientError() bool
IsClientError returns true when this post processautomation trigger test forbidden response has a 4xx status code
func (*PostProcessautomationTriggerTestForbidden) IsCode ¶
func (o *PostProcessautomationTriggerTestForbidden) IsCode(code int) bool
IsCode returns true when this post processautomation trigger test forbidden response a status code equal to that given
func (*PostProcessautomationTriggerTestForbidden) IsRedirect ¶
func (o *PostProcessautomationTriggerTestForbidden) IsRedirect() bool
IsRedirect returns true when this post processautomation trigger test forbidden response has a 3xx status code
func (*PostProcessautomationTriggerTestForbidden) IsServerError ¶
func (o *PostProcessautomationTriggerTestForbidden) IsServerError() bool
IsServerError returns true when this post processautomation trigger test forbidden response has a 5xx status code
func (*PostProcessautomationTriggerTestForbidden) IsSuccess ¶
func (o *PostProcessautomationTriggerTestForbidden) IsSuccess() bool
IsSuccess returns true when this post processautomation trigger test forbidden response has a 2xx status code
func (*PostProcessautomationTriggerTestForbidden) String ¶
func (o *PostProcessautomationTriggerTestForbidden) String() string
type PostProcessautomationTriggerTestGatewayTimeout ¶
PostProcessautomationTriggerTestGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewPostProcessautomationTriggerTestGatewayTimeout ¶
func NewPostProcessautomationTriggerTestGatewayTimeout() *PostProcessautomationTriggerTestGatewayTimeout
NewPostProcessautomationTriggerTestGatewayTimeout creates a PostProcessautomationTriggerTestGatewayTimeout with default headers values
func (*PostProcessautomationTriggerTestGatewayTimeout) Error ¶
func (o *PostProcessautomationTriggerTestGatewayTimeout) Error() string
func (*PostProcessautomationTriggerTestGatewayTimeout) GetPayload ¶
func (o *PostProcessautomationTriggerTestGatewayTimeout) GetPayload() *models.ErrorBody
func (*PostProcessautomationTriggerTestGatewayTimeout) IsClientError ¶
func (o *PostProcessautomationTriggerTestGatewayTimeout) IsClientError() bool
IsClientError returns true when this post processautomation trigger test gateway timeout response has a 4xx status code
func (*PostProcessautomationTriggerTestGatewayTimeout) IsCode ¶
func (o *PostProcessautomationTriggerTestGatewayTimeout) IsCode(code int) bool
IsCode returns true when this post processautomation trigger test gateway timeout response a status code equal to that given
func (*PostProcessautomationTriggerTestGatewayTimeout) IsRedirect ¶
func (o *PostProcessautomationTriggerTestGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this post processautomation trigger test gateway timeout response has a 3xx status code
func (*PostProcessautomationTriggerTestGatewayTimeout) IsServerError ¶
func (o *PostProcessautomationTriggerTestGatewayTimeout) IsServerError() bool
IsServerError returns true when this post processautomation trigger test gateway timeout response has a 5xx status code
func (*PostProcessautomationTriggerTestGatewayTimeout) IsSuccess ¶
func (o *PostProcessautomationTriggerTestGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this post processautomation trigger test gateway timeout response has a 2xx status code
func (*PostProcessautomationTriggerTestGatewayTimeout) String ¶
func (o *PostProcessautomationTriggerTestGatewayTimeout) String() string
type PostProcessautomationTriggerTestInternalServerError ¶
PostProcessautomationTriggerTestInternalServerError describes a response with status code 500, with default header values.
The server encountered an unexpected condition which prevented it from fulfilling the request.
func NewPostProcessautomationTriggerTestInternalServerError ¶
func NewPostProcessautomationTriggerTestInternalServerError() *PostProcessautomationTriggerTestInternalServerError
NewPostProcessautomationTriggerTestInternalServerError creates a PostProcessautomationTriggerTestInternalServerError with default headers values
func (*PostProcessautomationTriggerTestInternalServerError) Error ¶
func (o *PostProcessautomationTriggerTestInternalServerError) Error() string
func (*PostProcessautomationTriggerTestInternalServerError) GetPayload ¶
func (o *PostProcessautomationTriggerTestInternalServerError) GetPayload() *models.ErrorBody
func (*PostProcessautomationTriggerTestInternalServerError) IsClientError ¶
func (o *PostProcessautomationTriggerTestInternalServerError) IsClientError() bool
IsClientError returns true when this post processautomation trigger test internal server error response has a 4xx status code
func (*PostProcessautomationTriggerTestInternalServerError) IsCode ¶
func (o *PostProcessautomationTriggerTestInternalServerError) IsCode(code int) bool
IsCode returns true when this post processautomation trigger test internal server error response a status code equal to that given
func (*PostProcessautomationTriggerTestInternalServerError) IsRedirect ¶
func (o *PostProcessautomationTriggerTestInternalServerError) IsRedirect() bool
IsRedirect returns true when this post processautomation trigger test internal server error response has a 3xx status code
func (*PostProcessautomationTriggerTestInternalServerError) IsServerError ¶
func (o *PostProcessautomationTriggerTestInternalServerError) IsServerError() bool
IsServerError returns true when this post processautomation trigger test internal server error response has a 5xx status code
func (*PostProcessautomationTriggerTestInternalServerError) IsSuccess ¶
func (o *PostProcessautomationTriggerTestInternalServerError) IsSuccess() bool
IsSuccess returns true when this post processautomation trigger test internal server error response has a 2xx status code
func (*PostProcessautomationTriggerTestInternalServerError) String ¶
func (o *PostProcessautomationTriggerTestInternalServerError) String() string
type PostProcessautomationTriggerTestNotFound ¶
PostProcessautomationTriggerTestNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewPostProcessautomationTriggerTestNotFound ¶
func NewPostProcessautomationTriggerTestNotFound() *PostProcessautomationTriggerTestNotFound
NewPostProcessautomationTriggerTestNotFound creates a PostProcessautomationTriggerTestNotFound with default headers values
func (*PostProcessautomationTriggerTestNotFound) Error ¶
func (o *PostProcessautomationTriggerTestNotFound) Error() string
func (*PostProcessautomationTriggerTestNotFound) GetPayload ¶
func (o *PostProcessautomationTriggerTestNotFound) GetPayload() *models.ErrorBody
func (*PostProcessautomationTriggerTestNotFound) IsClientError ¶
func (o *PostProcessautomationTriggerTestNotFound) IsClientError() bool
IsClientError returns true when this post processautomation trigger test not found response has a 4xx status code
func (*PostProcessautomationTriggerTestNotFound) IsCode ¶
func (o *PostProcessautomationTriggerTestNotFound) IsCode(code int) bool
IsCode returns true when this post processautomation trigger test not found response a status code equal to that given
func (*PostProcessautomationTriggerTestNotFound) IsRedirect ¶
func (o *PostProcessautomationTriggerTestNotFound) IsRedirect() bool
IsRedirect returns true when this post processautomation trigger test not found response has a 3xx status code
func (*PostProcessautomationTriggerTestNotFound) IsServerError ¶
func (o *PostProcessautomationTriggerTestNotFound) IsServerError() bool
IsServerError returns true when this post processautomation trigger test not found response has a 5xx status code
func (*PostProcessautomationTriggerTestNotFound) IsSuccess ¶
func (o *PostProcessautomationTriggerTestNotFound) IsSuccess() bool
IsSuccess returns true when this post processautomation trigger test not found response has a 2xx status code
func (*PostProcessautomationTriggerTestNotFound) String ¶
func (o *PostProcessautomationTriggerTestNotFound) String() string
type PostProcessautomationTriggerTestOK ¶
type PostProcessautomationTriggerTestOK struct {
Payload *models.TestModeResults
}
PostProcessautomationTriggerTestOK describes a response with status code 200, with default header values.
successful operation
func NewPostProcessautomationTriggerTestOK ¶
func NewPostProcessautomationTriggerTestOK() *PostProcessautomationTriggerTestOK
NewPostProcessautomationTriggerTestOK creates a PostProcessautomationTriggerTestOK with default headers values
func (*PostProcessautomationTriggerTestOK) Error ¶
func (o *PostProcessautomationTriggerTestOK) Error() string
func (*PostProcessautomationTriggerTestOK) GetPayload ¶
func (o *PostProcessautomationTriggerTestOK) GetPayload() *models.TestModeResults
func (*PostProcessautomationTriggerTestOK) IsClientError ¶
func (o *PostProcessautomationTriggerTestOK) IsClientError() bool
IsClientError returns true when this post processautomation trigger test o k response has a 4xx status code
func (*PostProcessautomationTriggerTestOK) IsCode ¶
func (o *PostProcessautomationTriggerTestOK) IsCode(code int) bool
IsCode returns true when this post processautomation trigger test o k response a status code equal to that given
func (*PostProcessautomationTriggerTestOK) IsRedirect ¶
func (o *PostProcessautomationTriggerTestOK) IsRedirect() bool
IsRedirect returns true when this post processautomation trigger test o k response has a 3xx status code
func (*PostProcessautomationTriggerTestOK) IsServerError ¶
func (o *PostProcessautomationTriggerTestOK) IsServerError() bool
IsServerError returns true when this post processautomation trigger test o k response has a 5xx status code
func (*PostProcessautomationTriggerTestOK) IsSuccess ¶
func (o *PostProcessautomationTriggerTestOK) IsSuccess() bool
IsSuccess returns true when this post processautomation trigger test o k response has a 2xx status code
func (*PostProcessautomationTriggerTestOK) String ¶
func (o *PostProcessautomationTriggerTestOK) String() string
type PostProcessautomationTriggerTestParams ¶
type PostProcessautomationTriggerTestParams struct { /* Body. eventBody */ Body string /* TriggerID. triggerId */ TriggerID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
PostProcessautomationTriggerTestParams contains all the parameters to send to the API endpoint
for the post processautomation trigger test operation. Typically these are written to a http.Request.
func NewPostProcessautomationTriggerTestParams ¶
func NewPostProcessautomationTriggerTestParams() *PostProcessautomationTriggerTestParams
NewPostProcessautomationTriggerTestParams creates a new PostProcessautomationTriggerTestParams 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 NewPostProcessautomationTriggerTestParamsWithContext ¶
func NewPostProcessautomationTriggerTestParamsWithContext(ctx context.Context) *PostProcessautomationTriggerTestParams
NewPostProcessautomationTriggerTestParamsWithContext creates a new PostProcessautomationTriggerTestParams object with the ability to set a context for a request.
func NewPostProcessautomationTriggerTestParamsWithHTTPClient ¶
func NewPostProcessautomationTriggerTestParamsWithHTTPClient(client *http.Client) *PostProcessautomationTriggerTestParams
NewPostProcessautomationTriggerTestParamsWithHTTPClient creates a new PostProcessautomationTriggerTestParams object with the ability to set a custom HTTPClient for a request.
func NewPostProcessautomationTriggerTestParamsWithTimeout ¶
func NewPostProcessautomationTriggerTestParamsWithTimeout(timeout time.Duration) *PostProcessautomationTriggerTestParams
NewPostProcessautomationTriggerTestParamsWithTimeout creates a new PostProcessautomationTriggerTestParams object with the ability to set a timeout on a request.
func (*PostProcessautomationTriggerTestParams) SetBody ¶
func (o *PostProcessautomationTriggerTestParams) SetBody(body string)
SetBody adds the body to the post processautomation trigger test params
func (*PostProcessautomationTriggerTestParams) SetContext ¶
func (o *PostProcessautomationTriggerTestParams) SetContext(ctx context.Context)
SetContext adds the context to the post processautomation trigger test params
func (*PostProcessautomationTriggerTestParams) SetDefaults ¶
func (o *PostProcessautomationTriggerTestParams) SetDefaults()
SetDefaults hydrates default values in the post processautomation trigger test params (not the query body).
All values with no default are reset to their zero value.
func (*PostProcessautomationTriggerTestParams) SetHTTPClient ¶
func (o *PostProcessautomationTriggerTestParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the post processautomation trigger test params
func (*PostProcessautomationTriggerTestParams) SetTimeout ¶
func (o *PostProcessautomationTriggerTestParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the post processautomation trigger test params
func (*PostProcessautomationTriggerTestParams) SetTriggerID ¶
func (o *PostProcessautomationTriggerTestParams) SetTriggerID(triggerID string)
SetTriggerID adds the triggerId to the post processautomation trigger test params
func (*PostProcessautomationTriggerTestParams) WithBody ¶
func (o *PostProcessautomationTriggerTestParams) WithBody(body string) *PostProcessautomationTriggerTestParams
WithBody adds the body to the post processautomation trigger test params
func (*PostProcessautomationTriggerTestParams) WithContext ¶
func (o *PostProcessautomationTriggerTestParams) WithContext(ctx context.Context) *PostProcessautomationTriggerTestParams
WithContext adds the context to the post processautomation trigger test params
func (*PostProcessautomationTriggerTestParams) WithDefaults ¶
func (o *PostProcessautomationTriggerTestParams) WithDefaults() *PostProcessautomationTriggerTestParams
WithDefaults hydrates default values in the post processautomation trigger test params (not the query body).
All values with no default are reset to their zero value.
func (*PostProcessautomationTriggerTestParams) WithHTTPClient ¶
func (o *PostProcessautomationTriggerTestParams) WithHTTPClient(client *http.Client) *PostProcessautomationTriggerTestParams
WithHTTPClient adds the HTTPClient to the post processautomation trigger test params
func (*PostProcessautomationTriggerTestParams) WithTimeout ¶
func (o *PostProcessautomationTriggerTestParams) WithTimeout(timeout time.Duration) *PostProcessautomationTriggerTestParams
WithTimeout adds the timeout to the post processautomation trigger test params
func (*PostProcessautomationTriggerTestParams) WithTriggerID ¶
func (o *PostProcessautomationTriggerTestParams) WithTriggerID(triggerID string) *PostProcessautomationTriggerTestParams
WithTriggerID adds the triggerID to the post processautomation trigger test params
func (*PostProcessautomationTriggerTestParams) WriteToRequest ¶
func (o *PostProcessautomationTriggerTestParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PostProcessautomationTriggerTestReader ¶
type PostProcessautomationTriggerTestReader struct {
// contains filtered or unexported fields
}
PostProcessautomationTriggerTestReader is a Reader for the PostProcessautomationTriggerTest structure.
func (*PostProcessautomationTriggerTestReader) ReadResponse ¶
func (o *PostProcessautomationTriggerTestReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PostProcessautomationTriggerTestRequestEntityTooLarge ¶
PostProcessautomationTriggerTestRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewPostProcessautomationTriggerTestRequestEntityTooLarge ¶
func NewPostProcessautomationTriggerTestRequestEntityTooLarge() *PostProcessautomationTriggerTestRequestEntityTooLarge
NewPostProcessautomationTriggerTestRequestEntityTooLarge creates a PostProcessautomationTriggerTestRequestEntityTooLarge with default headers values
func (*PostProcessautomationTriggerTestRequestEntityTooLarge) Error ¶
func (o *PostProcessautomationTriggerTestRequestEntityTooLarge) Error() string
func (*PostProcessautomationTriggerTestRequestEntityTooLarge) GetPayload ¶
func (o *PostProcessautomationTriggerTestRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*PostProcessautomationTriggerTestRequestEntityTooLarge) IsClientError ¶
func (o *PostProcessautomationTriggerTestRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this post processautomation trigger test request entity too large response has a 4xx status code
func (*PostProcessautomationTriggerTestRequestEntityTooLarge) IsCode ¶
func (o *PostProcessautomationTriggerTestRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this post processautomation trigger test request entity too large response a status code equal to that given
func (*PostProcessautomationTriggerTestRequestEntityTooLarge) IsRedirect ¶
func (o *PostProcessautomationTriggerTestRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this post processautomation trigger test request entity too large response has a 3xx status code
func (*PostProcessautomationTriggerTestRequestEntityTooLarge) IsServerError ¶
func (o *PostProcessautomationTriggerTestRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this post processautomation trigger test request entity too large response has a 5xx status code
func (*PostProcessautomationTriggerTestRequestEntityTooLarge) IsSuccess ¶
func (o *PostProcessautomationTriggerTestRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this post processautomation trigger test request entity too large response has a 2xx status code
func (*PostProcessautomationTriggerTestRequestEntityTooLarge) String ¶
func (o *PostProcessautomationTriggerTestRequestEntityTooLarge) String() string
type PostProcessautomationTriggerTestRequestTimeout ¶
PostProcessautomationTriggerTestRequestTimeout describes a response with status code 408, with default header values.
The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.
func NewPostProcessautomationTriggerTestRequestTimeout ¶
func NewPostProcessautomationTriggerTestRequestTimeout() *PostProcessautomationTriggerTestRequestTimeout
NewPostProcessautomationTriggerTestRequestTimeout creates a PostProcessautomationTriggerTestRequestTimeout with default headers values
func (*PostProcessautomationTriggerTestRequestTimeout) Error ¶
func (o *PostProcessautomationTriggerTestRequestTimeout) Error() string
func (*PostProcessautomationTriggerTestRequestTimeout) GetPayload ¶
func (o *PostProcessautomationTriggerTestRequestTimeout) GetPayload() *models.ErrorBody
func (*PostProcessautomationTriggerTestRequestTimeout) IsClientError ¶
func (o *PostProcessautomationTriggerTestRequestTimeout) IsClientError() bool
IsClientError returns true when this post processautomation trigger test request timeout response has a 4xx status code
func (*PostProcessautomationTriggerTestRequestTimeout) IsCode ¶
func (o *PostProcessautomationTriggerTestRequestTimeout) IsCode(code int) bool
IsCode returns true when this post processautomation trigger test request timeout response a status code equal to that given
func (*PostProcessautomationTriggerTestRequestTimeout) IsRedirect ¶
func (o *PostProcessautomationTriggerTestRequestTimeout) IsRedirect() bool
IsRedirect returns true when this post processautomation trigger test request timeout response has a 3xx status code
func (*PostProcessautomationTriggerTestRequestTimeout) IsServerError ¶
func (o *PostProcessautomationTriggerTestRequestTimeout) IsServerError() bool
IsServerError returns true when this post processautomation trigger test request timeout response has a 5xx status code
func (*PostProcessautomationTriggerTestRequestTimeout) IsSuccess ¶
func (o *PostProcessautomationTriggerTestRequestTimeout) IsSuccess() bool
IsSuccess returns true when this post processautomation trigger test request timeout response has a 2xx status code
func (*PostProcessautomationTriggerTestRequestTimeout) String ¶
func (o *PostProcessautomationTriggerTestRequestTimeout) String() string
type PostProcessautomationTriggerTestServiceUnavailable ¶
type PostProcessautomationTriggerTestServiceUnavailable struct {
}PostProcessautomationTriggerTestServiceUnavailable describes a response with status code 503, with default header values.
Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).
func NewPostProcessautomationTriggerTestServiceUnavailable ¶
func NewPostProcessautomationTriggerTestServiceUnavailable() *PostProcessautomationTriggerTestServiceUnavailable
NewPostProcessautomationTriggerTestServiceUnavailable creates a PostProcessautomationTriggerTestServiceUnavailable with default headers values
func (*PostProcessautomationTriggerTestServiceUnavailable) Error ¶
func (o *PostProcessautomationTriggerTestServiceUnavailable) Error() string
func (*PostProcessautomationTriggerTestServiceUnavailable) GetPayload ¶
func (o *PostProcessautomationTriggerTestServiceUnavailable) GetPayload() *models.ErrorBody
func (*PostProcessautomationTriggerTestServiceUnavailable) IsClientError ¶
func (o *PostProcessautomationTriggerTestServiceUnavailable) IsClientError() bool
IsClientError returns true when this post processautomation trigger test service unavailable response has a 4xx status code
func (*PostProcessautomationTriggerTestServiceUnavailable) IsCode ¶
func (o *PostProcessautomationTriggerTestServiceUnavailable) IsCode(code int) bool
IsCode returns true when this post processautomation trigger test service unavailable response a status code equal to that given
func (*PostProcessautomationTriggerTestServiceUnavailable) IsRedirect ¶
func (o *PostProcessautomationTriggerTestServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this post processautomation trigger test service unavailable response has a 3xx status code
func (*PostProcessautomationTriggerTestServiceUnavailable) IsServerError ¶
func (o *PostProcessautomationTriggerTestServiceUnavailable) IsServerError() bool
IsServerError returns true when this post processautomation trigger test service unavailable response has a 5xx status code
func (*PostProcessautomationTriggerTestServiceUnavailable) IsSuccess ¶
func (o *PostProcessautomationTriggerTestServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this post processautomation trigger test service unavailable response has a 2xx status code
func (*PostProcessautomationTriggerTestServiceUnavailable) String ¶
func (o *PostProcessautomationTriggerTestServiceUnavailable) String() string
type PostProcessautomationTriggerTestTooManyRequests ¶
PostProcessautomationTriggerTestTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewPostProcessautomationTriggerTestTooManyRequests ¶
func NewPostProcessautomationTriggerTestTooManyRequests() *PostProcessautomationTriggerTestTooManyRequests
NewPostProcessautomationTriggerTestTooManyRequests creates a PostProcessautomationTriggerTestTooManyRequests with default headers values
func (*PostProcessautomationTriggerTestTooManyRequests) Error ¶
func (o *PostProcessautomationTriggerTestTooManyRequests) Error() string
func (*PostProcessautomationTriggerTestTooManyRequests) GetPayload ¶
func (o *PostProcessautomationTriggerTestTooManyRequests) GetPayload() *models.ErrorBody
func (*PostProcessautomationTriggerTestTooManyRequests) IsClientError ¶
func (o *PostProcessautomationTriggerTestTooManyRequests) IsClientError() bool
IsClientError returns true when this post processautomation trigger test too many requests response has a 4xx status code
func (*PostProcessautomationTriggerTestTooManyRequests) IsCode ¶
func (o *PostProcessautomationTriggerTestTooManyRequests) IsCode(code int) bool
IsCode returns true when this post processautomation trigger test too many requests response a status code equal to that given
func (*PostProcessautomationTriggerTestTooManyRequests) IsRedirect ¶
func (o *PostProcessautomationTriggerTestTooManyRequests) IsRedirect() bool
IsRedirect returns true when this post processautomation trigger test too many requests response has a 3xx status code
func (*PostProcessautomationTriggerTestTooManyRequests) IsServerError ¶
func (o *PostProcessautomationTriggerTestTooManyRequests) IsServerError() bool
IsServerError returns true when this post processautomation trigger test too many requests response has a 5xx status code
func (*PostProcessautomationTriggerTestTooManyRequests) IsSuccess ¶
func (o *PostProcessautomationTriggerTestTooManyRequests) IsSuccess() bool
IsSuccess returns true when this post processautomation trigger test too many requests response has a 2xx status code
func (*PostProcessautomationTriggerTestTooManyRequests) String ¶
func (o *PostProcessautomationTriggerTestTooManyRequests) String() string
type PostProcessautomationTriggerTestUnauthorized ¶
type PostProcessautomationTriggerTestUnauthorized struct {
}PostProcessautomationTriggerTestUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewPostProcessautomationTriggerTestUnauthorized ¶
func NewPostProcessautomationTriggerTestUnauthorized() *PostProcessautomationTriggerTestUnauthorized
NewPostProcessautomationTriggerTestUnauthorized creates a PostProcessautomationTriggerTestUnauthorized with default headers values
func (*PostProcessautomationTriggerTestUnauthorized) Error ¶
func (o *PostProcessautomationTriggerTestUnauthorized) Error() string
func (*PostProcessautomationTriggerTestUnauthorized) GetPayload ¶
func (o *PostProcessautomationTriggerTestUnauthorized) GetPayload() *models.ErrorBody
func (*PostProcessautomationTriggerTestUnauthorized) IsClientError ¶
func (o *PostProcessautomationTriggerTestUnauthorized) IsClientError() bool
IsClientError returns true when this post processautomation trigger test unauthorized response has a 4xx status code
func (*PostProcessautomationTriggerTestUnauthorized) IsCode ¶
func (o *PostProcessautomationTriggerTestUnauthorized) IsCode(code int) bool
IsCode returns true when this post processautomation trigger test unauthorized response a status code equal to that given
func (*PostProcessautomationTriggerTestUnauthorized) IsRedirect ¶
func (o *PostProcessautomationTriggerTestUnauthorized) IsRedirect() bool
IsRedirect returns true when this post processautomation trigger test unauthorized response has a 3xx status code
func (*PostProcessautomationTriggerTestUnauthorized) IsServerError ¶
func (o *PostProcessautomationTriggerTestUnauthorized) IsServerError() bool
IsServerError returns true when this post processautomation trigger test unauthorized response has a 5xx status code
func (*PostProcessautomationTriggerTestUnauthorized) IsSuccess ¶
func (o *PostProcessautomationTriggerTestUnauthorized) IsSuccess() bool
IsSuccess returns true when this post processautomation trigger test unauthorized response has a 2xx status code
func (*PostProcessautomationTriggerTestUnauthorized) String ¶
func (o *PostProcessautomationTriggerTestUnauthorized) String() string
type PostProcessautomationTriggerTestUnsupportedMediaType ¶
PostProcessautomationTriggerTestUnsupportedMediaType describes a response with status code 415, with default header values.
Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.
func NewPostProcessautomationTriggerTestUnsupportedMediaType ¶
func NewPostProcessautomationTriggerTestUnsupportedMediaType() *PostProcessautomationTriggerTestUnsupportedMediaType
NewPostProcessautomationTriggerTestUnsupportedMediaType creates a PostProcessautomationTriggerTestUnsupportedMediaType with default headers values
func (*PostProcessautomationTriggerTestUnsupportedMediaType) Error ¶
func (o *PostProcessautomationTriggerTestUnsupportedMediaType) Error() string
func (*PostProcessautomationTriggerTestUnsupportedMediaType) GetPayload ¶
func (o *PostProcessautomationTriggerTestUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*PostProcessautomationTriggerTestUnsupportedMediaType) IsClientError ¶
func (o *PostProcessautomationTriggerTestUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this post processautomation trigger test unsupported media type response has a 4xx status code
func (*PostProcessautomationTriggerTestUnsupportedMediaType) IsCode ¶
func (o *PostProcessautomationTriggerTestUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this post processautomation trigger test unsupported media type response a status code equal to that given
func (*PostProcessautomationTriggerTestUnsupportedMediaType) IsRedirect ¶
func (o *PostProcessautomationTriggerTestUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this post processautomation trigger test unsupported media type response has a 3xx status code
func (*PostProcessautomationTriggerTestUnsupportedMediaType) IsServerError ¶
func (o *PostProcessautomationTriggerTestUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this post processautomation trigger test unsupported media type response has a 5xx status code
func (*PostProcessautomationTriggerTestUnsupportedMediaType) IsSuccess ¶
func (o *PostProcessautomationTriggerTestUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this post processautomation trigger test unsupported media type response has a 2xx status code
func (*PostProcessautomationTriggerTestUnsupportedMediaType) String ¶
func (o *PostProcessautomationTriggerTestUnsupportedMediaType) String() string
type PostProcessautomationTriggersBadRequest ¶
PostProcessautomationTriggersBadRequest describes a response with status code 400, with default header values.
The request could not be understood by the server due to malformed syntax.
func NewPostProcessautomationTriggersBadRequest ¶
func NewPostProcessautomationTriggersBadRequest() *PostProcessautomationTriggersBadRequest
NewPostProcessautomationTriggersBadRequest creates a PostProcessautomationTriggersBadRequest with default headers values
func (*PostProcessautomationTriggersBadRequest) Error ¶
func (o *PostProcessautomationTriggersBadRequest) Error() string
func (*PostProcessautomationTriggersBadRequest) GetPayload ¶
func (o *PostProcessautomationTriggersBadRequest) GetPayload() *models.ErrorBody
func (*PostProcessautomationTriggersBadRequest) IsClientError ¶
func (o *PostProcessautomationTriggersBadRequest) IsClientError() bool
IsClientError returns true when this post processautomation triggers bad request response has a 4xx status code
func (*PostProcessautomationTriggersBadRequest) IsCode ¶
func (o *PostProcessautomationTriggersBadRequest) IsCode(code int) bool
IsCode returns true when this post processautomation triggers bad request response a status code equal to that given
func (*PostProcessautomationTriggersBadRequest) IsRedirect ¶
func (o *PostProcessautomationTriggersBadRequest) IsRedirect() bool
IsRedirect returns true when this post processautomation triggers bad request response has a 3xx status code
func (*PostProcessautomationTriggersBadRequest) IsServerError ¶
func (o *PostProcessautomationTriggersBadRequest) IsServerError() bool
IsServerError returns true when this post processautomation triggers bad request response has a 5xx status code
func (*PostProcessautomationTriggersBadRequest) IsSuccess ¶
func (o *PostProcessautomationTriggersBadRequest) IsSuccess() bool
IsSuccess returns true when this post processautomation triggers bad request response has a 2xx status code
func (*PostProcessautomationTriggersBadRequest) String ¶
func (o *PostProcessautomationTriggersBadRequest) String() string
type PostProcessautomationTriggersForbidden ¶
PostProcessautomationTriggersForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewPostProcessautomationTriggersForbidden ¶
func NewPostProcessautomationTriggersForbidden() *PostProcessautomationTriggersForbidden
NewPostProcessautomationTriggersForbidden creates a PostProcessautomationTriggersForbidden with default headers values
func (*PostProcessautomationTriggersForbidden) Error ¶
func (o *PostProcessautomationTriggersForbidden) Error() string
func (*PostProcessautomationTriggersForbidden) GetPayload ¶
func (o *PostProcessautomationTriggersForbidden) GetPayload() *models.ErrorBody
func (*PostProcessautomationTriggersForbidden) IsClientError ¶
func (o *PostProcessautomationTriggersForbidden) IsClientError() bool
IsClientError returns true when this post processautomation triggers forbidden response has a 4xx status code
func (*PostProcessautomationTriggersForbidden) IsCode ¶
func (o *PostProcessautomationTriggersForbidden) IsCode(code int) bool
IsCode returns true when this post processautomation triggers forbidden response a status code equal to that given
func (*PostProcessautomationTriggersForbidden) IsRedirect ¶
func (o *PostProcessautomationTriggersForbidden) IsRedirect() bool
IsRedirect returns true when this post processautomation triggers forbidden response has a 3xx status code
func (*PostProcessautomationTriggersForbidden) IsServerError ¶
func (o *PostProcessautomationTriggersForbidden) IsServerError() bool
IsServerError returns true when this post processautomation triggers forbidden response has a 5xx status code
func (*PostProcessautomationTriggersForbidden) IsSuccess ¶
func (o *PostProcessautomationTriggersForbidden) IsSuccess() bool
IsSuccess returns true when this post processautomation triggers forbidden response has a 2xx status code
func (*PostProcessautomationTriggersForbidden) String ¶
func (o *PostProcessautomationTriggersForbidden) String() string
type PostProcessautomationTriggersGatewayTimeout ¶
PostProcessautomationTriggersGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewPostProcessautomationTriggersGatewayTimeout ¶
func NewPostProcessautomationTriggersGatewayTimeout() *PostProcessautomationTriggersGatewayTimeout
NewPostProcessautomationTriggersGatewayTimeout creates a PostProcessautomationTriggersGatewayTimeout with default headers values
func (*PostProcessautomationTriggersGatewayTimeout) Error ¶
func (o *PostProcessautomationTriggersGatewayTimeout) Error() string
func (*PostProcessautomationTriggersGatewayTimeout) GetPayload ¶
func (o *PostProcessautomationTriggersGatewayTimeout) GetPayload() *models.ErrorBody
func (*PostProcessautomationTriggersGatewayTimeout) IsClientError ¶
func (o *PostProcessautomationTriggersGatewayTimeout) IsClientError() bool
IsClientError returns true when this post processautomation triggers gateway timeout response has a 4xx status code
func (*PostProcessautomationTriggersGatewayTimeout) IsCode ¶
func (o *PostProcessautomationTriggersGatewayTimeout) IsCode(code int) bool
IsCode returns true when this post processautomation triggers gateway timeout response a status code equal to that given
func (*PostProcessautomationTriggersGatewayTimeout) IsRedirect ¶
func (o *PostProcessautomationTriggersGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this post processautomation triggers gateway timeout response has a 3xx status code
func (*PostProcessautomationTriggersGatewayTimeout) IsServerError ¶
func (o *PostProcessautomationTriggersGatewayTimeout) IsServerError() bool
IsServerError returns true when this post processautomation triggers gateway timeout response has a 5xx status code
func (*PostProcessautomationTriggersGatewayTimeout) IsSuccess ¶
func (o *PostProcessautomationTriggersGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this post processautomation triggers gateway timeout response has a 2xx status code
func (*PostProcessautomationTriggersGatewayTimeout) String ¶
func (o *PostProcessautomationTriggersGatewayTimeout) String() string
type PostProcessautomationTriggersInternalServerError ¶
PostProcessautomationTriggersInternalServerError describes a response with status code 500, with default header values.
The server encountered an unexpected condition which prevented it from fulfilling the request.
func NewPostProcessautomationTriggersInternalServerError ¶
func NewPostProcessautomationTriggersInternalServerError() *PostProcessautomationTriggersInternalServerError
NewPostProcessautomationTriggersInternalServerError creates a PostProcessautomationTriggersInternalServerError with default headers values
func (*PostProcessautomationTriggersInternalServerError) Error ¶
func (o *PostProcessautomationTriggersInternalServerError) Error() string
func (*PostProcessautomationTriggersInternalServerError) GetPayload ¶
func (o *PostProcessautomationTriggersInternalServerError) GetPayload() *models.ErrorBody
func (*PostProcessautomationTriggersInternalServerError) IsClientError ¶
func (o *PostProcessautomationTriggersInternalServerError) IsClientError() bool
IsClientError returns true when this post processautomation triggers internal server error response has a 4xx status code
func (*PostProcessautomationTriggersInternalServerError) IsCode ¶
func (o *PostProcessautomationTriggersInternalServerError) IsCode(code int) bool
IsCode returns true when this post processautomation triggers internal server error response a status code equal to that given
func (*PostProcessautomationTriggersInternalServerError) IsRedirect ¶
func (o *PostProcessautomationTriggersInternalServerError) IsRedirect() bool
IsRedirect returns true when this post processautomation triggers internal server error response has a 3xx status code
func (*PostProcessautomationTriggersInternalServerError) IsServerError ¶
func (o *PostProcessautomationTriggersInternalServerError) IsServerError() bool
IsServerError returns true when this post processautomation triggers internal server error response has a 5xx status code
func (*PostProcessautomationTriggersInternalServerError) IsSuccess ¶
func (o *PostProcessautomationTriggersInternalServerError) IsSuccess() bool
IsSuccess returns true when this post processautomation triggers internal server error response has a 2xx status code
func (*PostProcessautomationTriggersInternalServerError) String ¶
func (o *PostProcessautomationTriggersInternalServerError) String() string
type PostProcessautomationTriggersNotFound ¶
PostProcessautomationTriggersNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewPostProcessautomationTriggersNotFound ¶
func NewPostProcessautomationTriggersNotFound() *PostProcessautomationTriggersNotFound
NewPostProcessautomationTriggersNotFound creates a PostProcessautomationTriggersNotFound with default headers values
func (*PostProcessautomationTriggersNotFound) Error ¶
func (o *PostProcessautomationTriggersNotFound) Error() string
func (*PostProcessautomationTriggersNotFound) GetPayload ¶
func (o *PostProcessautomationTriggersNotFound) GetPayload() *models.ErrorBody
func (*PostProcessautomationTriggersNotFound) IsClientError ¶
func (o *PostProcessautomationTriggersNotFound) IsClientError() bool
IsClientError returns true when this post processautomation triggers not found response has a 4xx status code
func (*PostProcessautomationTriggersNotFound) IsCode ¶
func (o *PostProcessautomationTriggersNotFound) IsCode(code int) bool
IsCode returns true when this post processautomation triggers not found response a status code equal to that given
func (*PostProcessautomationTriggersNotFound) IsRedirect ¶
func (o *PostProcessautomationTriggersNotFound) IsRedirect() bool
IsRedirect returns true when this post processautomation triggers not found response has a 3xx status code
func (*PostProcessautomationTriggersNotFound) IsServerError ¶
func (o *PostProcessautomationTriggersNotFound) IsServerError() bool
IsServerError returns true when this post processautomation triggers not found response has a 5xx status code
func (*PostProcessautomationTriggersNotFound) IsSuccess ¶
func (o *PostProcessautomationTriggersNotFound) IsSuccess() bool
IsSuccess returns true when this post processautomation triggers not found response has a 2xx status code
func (*PostProcessautomationTriggersNotFound) String ¶
func (o *PostProcessautomationTriggersNotFound) String() string
type PostProcessautomationTriggersOK ¶
PostProcessautomationTriggersOK describes a response with status code 200, with default header values.
successful operation
func NewPostProcessautomationTriggersOK ¶
func NewPostProcessautomationTriggersOK() *PostProcessautomationTriggersOK
NewPostProcessautomationTriggersOK creates a PostProcessautomationTriggersOK with default headers values
func (*PostProcessautomationTriggersOK) Error ¶
func (o *PostProcessautomationTriggersOK) Error() string
func (*PostProcessautomationTriggersOK) GetPayload ¶
func (o *PostProcessautomationTriggersOK) GetPayload() *models.Trigger
func (*PostProcessautomationTriggersOK) IsClientError ¶
func (o *PostProcessautomationTriggersOK) IsClientError() bool
IsClientError returns true when this post processautomation triggers o k response has a 4xx status code
func (*PostProcessautomationTriggersOK) IsCode ¶
func (o *PostProcessautomationTriggersOK) IsCode(code int) bool
IsCode returns true when this post processautomation triggers o k response a status code equal to that given
func (*PostProcessautomationTriggersOK) IsRedirect ¶
func (o *PostProcessautomationTriggersOK) IsRedirect() bool
IsRedirect returns true when this post processautomation triggers o k response has a 3xx status code
func (*PostProcessautomationTriggersOK) IsServerError ¶
func (o *PostProcessautomationTriggersOK) IsServerError() bool
IsServerError returns true when this post processautomation triggers o k response has a 5xx status code
func (*PostProcessautomationTriggersOK) IsSuccess ¶
func (o *PostProcessautomationTriggersOK) IsSuccess() bool
IsSuccess returns true when this post processautomation triggers o k response has a 2xx status code
func (*PostProcessautomationTriggersOK) String ¶
func (o *PostProcessautomationTriggersOK) String() string
type PostProcessautomationTriggersParams ¶
type PostProcessautomationTriggersParams struct { /* Body. Input used to create a Trigger. */ Body *models.CreateTriggerRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
PostProcessautomationTriggersParams contains all the parameters to send to the API endpoint
for the post processautomation triggers operation. Typically these are written to a http.Request.
func NewPostProcessautomationTriggersParams ¶
func NewPostProcessautomationTriggersParams() *PostProcessautomationTriggersParams
NewPostProcessautomationTriggersParams creates a new PostProcessautomationTriggersParams 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 NewPostProcessautomationTriggersParamsWithContext ¶
func NewPostProcessautomationTriggersParamsWithContext(ctx context.Context) *PostProcessautomationTriggersParams
NewPostProcessautomationTriggersParamsWithContext creates a new PostProcessautomationTriggersParams object with the ability to set a context for a request.
func NewPostProcessautomationTriggersParamsWithHTTPClient ¶
func NewPostProcessautomationTriggersParamsWithHTTPClient(client *http.Client) *PostProcessautomationTriggersParams
NewPostProcessautomationTriggersParamsWithHTTPClient creates a new PostProcessautomationTriggersParams object with the ability to set a custom HTTPClient for a request.
func NewPostProcessautomationTriggersParamsWithTimeout ¶
func NewPostProcessautomationTriggersParamsWithTimeout(timeout time.Duration) *PostProcessautomationTriggersParams
NewPostProcessautomationTriggersParamsWithTimeout creates a new PostProcessautomationTriggersParams object with the ability to set a timeout on a request.
func (*PostProcessautomationTriggersParams) SetBody ¶
func (o *PostProcessautomationTriggersParams) SetBody(body *models.CreateTriggerRequest)
SetBody adds the body to the post processautomation triggers params
func (*PostProcessautomationTriggersParams) SetContext ¶
func (o *PostProcessautomationTriggersParams) SetContext(ctx context.Context)
SetContext adds the context to the post processautomation triggers params
func (*PostProcessautomationTriggersParams) SetDefaults ¶
func (o *PostProcessautomationTriggersParams) SetDefaults()
SetDefaults hydrates default values in the post processautomation triggers params (not the query body).
All values with no default are reset to their zero value.
func (*PostProcessautomationTriggersParams) SetHTTPClient ¶
func (o *PostProcessautomationTriggersParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the post processautomation triggers params
func (*PostProcessautomationTriggersParams) SetTimeout ¶
func (o *PostProcessautomationTriggersParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the post processautomation triggers params
func (*PostProcessautomationTriggersParams) WithBody ¶
func (o *PostProcessautomationTriggersParams) WithBody(body *models.CreateTriggerRequest) *PostProcessautomationTriggersParams
WithBody adds the body to the post processautomation triggers params
func (*PostProcessautomationTriggersParams) WithContext ¶
func (o *PostProcessautomationTriggersParams) WithContext(ctx context.Context) *PostProcessautomationTriggersParams
WithContext adds the context to the post processautomation triggers params
func (*PostProcessautomationTriggersParams) WithDefaults ¶
func (o *PostProcessautomationTriggersParams) WithDefaults() *PostProcessautomationTriggersParams
WithDefaults hydrates default values in the post processautomation triggers params (not the query body).
All values with no default are reset to their zero value.
func (*PostProcessautomationTriggersParams) WithHTTPClient ¶
func (o *PostProcessautomationTriggersParams) WithHTTPClient(client *http.Client) *PostProcessautomationTriggersParams
WithHTTPClient adds the HTTPClient to the post processautomation triggers params
func (*PostProcessautomationTriggersParams) WithTimeout ¶
func (o *PostProcessautomationTriggersParams) WithTimeout(timeout time.Duration) *PostProcessautomationTriggersParams
WithTimeout adds the timeout to the post processautomation triggers params
func (*PostProcessautomationTriggersParams) WriteToRequest ¶
func (o *PostProcessautomationTriggersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PostProcessautomationTriggersReader ¶
type PostProcessautomationTriggersReader struct {
// contains filtered or unexported fields
}
PostProcessautomationTriggersReader is a Reader for the PostProcessautomationTriggers structure.
func (*PostProcessautomationTriggersReader) ReadResponse ¶
func (o *PostProcessautomationTriggersReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PostProcessautomationTriggersRequestEntityTooLarge ¶
PostProcessautomationTriggersRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewPostProcessautomationTriggersRequestEntityTooLarge ¶
func NewPostProcessautomationTriggersRequestEntityTooLarge() *PostProcessautomationTriggersRequestEntityTooLarge
NewPostProcessautomationTriggersRequestEntityTooLarge creates a PostProcessautomationTriggersRequestEntityTooLarge with default headers values
func (*PostProcessautomationTriggersRequestEntityTooLarge) Error ¶
func (o *PostProcessautomationTriggersRequestEntityTooLarge) Error() string
func (*PostProcessautomationTriggersRequestEntityTooLarge) GetPayload ¶
func (o *PostProcessautomationTriggersRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*PostProcessautomationTriggersRequestEntityTooLarge) IsClientError ¶
func (o *PostProcessautomationTriggersRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this post processautomation triggers request entity too large response has a 4xx status code
func (*PostProcessautomationTriggersRequestEntityTooLarge) IsCode ¶
func (o *PostProcessautomationTriggersRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this post processautomation triggers request entity too large response a status code equal to that given
func (*PostProcessautomationTriggersRequestEntityTooLarge) IsRedirect ¶
func (o *PostProcessautomationTriggersRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this post processautomation triggers request entity too large response has a 3xx status code
func (*PostProcessautomationTriggersRequestEntityTooLarge) IsServerError ¶
func (o *PostProcessautomationTriggersRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this post processautomation triggers request entity too large response has a 5xx status code
func (*PostProcessautomationTriggersRequestEntityTooLarge) IsSuccess ¶
func (o *PostProcessautomationTriggersRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this post processautomation triggers request entity too large response has a 2xx status code
func (*PostProcessautomationTriggersRequestEntityTooLarge) String ¶
func (o *PostProcessautomationTriggersRequestEntityTooLarge) String() string
type PostProcessautomationTriggersRequestTimeout ¶
PostProcessautomationTriggersRequestTimeout describes a response with status code 408, with default header values.
The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.
func NewPostProcessautomationTriggersRequestTimeout ¶
func NewPostProcessautomationTriggersRequestTimeout() *PostProcessautomationTriggersRequestTimeout
NewPostProcessautomationTriggersRequestTimeout creates a PostProcessautomationTriggersRequestTimeout with default headers values
func (*PostProcessautomationTriggersRequestTimeout) Error ¶
func (o *PostProcessautomationTriggersRequestTimeout) Error() string
func (*PostProcessautomationTriggersRequestTimeout) GetPayload ¶
func (o *PostProcessautomationTriggersRequestTimeout) GetPayload() *models.ErrorBody
func (*PostProcessautomationTriggersRequestTimeout) IsClientError ¶
func (o *PostProcessautomationTriggersRequestTimeout) IsClientError() bool
IsClientError returns true when this post processautomation triggers request timeout response has a 4xx status code
func (*PostProcessautomationTriggersRequestTimeout) IsCode ¶
func (o *PostProcessautomationTriggersRequestTimeout) IsCode(code int) bool
IsCode returns true when this post processautomation triggers request timeout response a status code equal to that given
func (*PostProcessautomationTriggersRequestTimeout) IsRedirect ¶
func (o *PostProcessautomationTriggersRequestTimeout) IsRedirect() bool
IsRedirect returns true when this post processautomation triggers request timeout response has a 3xx status code
func (*PostProcessautomationTriggersRequestTimeout) IsServerError ¶
func (o *PostProcessautomationTriggersRequestTimeout) IsServerError() bool
IsServerError returns true when this post processautomation triggers request timeout response has a 5xx status code
func (*PostProcessautomationTriggersRequestTimeout) IsSuccess ¶
func (o *PostProcessautomationTriggersRequestTimeout) IsSuccess() bool
IsSuccess returns true when this post processautomation triggers request timeout response has a 2xx status code
func (*PostProcessautomationTriggersRequestTimeout) String ¶
func (o *PostProcessautomationTriggersRequestTimeout) String() string
type PostProcessautomationTriggersServiceUnavailable ¶
type PostProcessautomationTriggersServiceUnavailable struct {
}PostProcessautomationTriggersServiceUnavailable describes a response with status code 503, with default header values.
Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).
func NewPostProcessautomationTriggersServiceUnavailable ¶
func NewPostProcessautomationTriggersServiceUnavailable() *PostProcessautomationTriggersServiceUnavailable
NewPostProcessautomationTriggersServiceUnavailable creates a PostProcessautomationTriggersServiceUnavailable with default headers values
func (*PostProcessautomationTriggersServiceUnavailable) Error ¶
func (o *PostProcessautomationTriggersServiceUnavailable) Error() string
func (*PostProcessautomationTriggersServiceUnavailable) GetPayload ¶
func (o *PostProcessautomationTriggersServiceUnavailable) GetPayload() *models.ErrorBody
func (*PostProcessautomationTriggersServiceUnavailable) IsClientError ¶
func (o *PostProcessautomationTriggersServiceUnavailable) IsClientError() bool
IsClientError returns true when this post processautomation triggers service unavailable response has a 4xx status code
func (*PostProcessautomationTriggersServiceUnavailable) IsCode ¶
func (o *PostProcessautomationTriggersServiceUnavailable) IsCode(code int) bool
IsCode returns true when this post processautomation triggers service unavailable response a status code equal to that given
func (*PostProcessautomationTriggersServiceUnavailable) IsRedirect ¶
func (o *PostProcessautomationTriggersServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this post processautomation triggers service unavailable response has a 3xx status code
func (*PostProcessautomationTriggersServiceUnavailable) IsServerError ¶
func (o *PostProcessautomationTriggersServiceUnavailable) IsServerError() bool
IsServerError returns true when this post processautomation triggers service unavailable response has a 5xx status code
func (*PostProcessautomationTriggersServiceUnavailable) IsSuccess ¶
func (o *PostProcessautomationTriggersServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this post processautomation triggers service unavailable response has a 2xx status code
func (*PostProcessautomationTriggersServiceUnavailable) String ¶
func (o *PostProcessautomationTriggersServiceUnavailable) String() string
type PostProcessautomationTriggersTooManyRequests ¶
PostProcessautomationTriggersTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewPostProcessautomationTriggersTooManyRequests ¶
func NewPostProcessautomationTriggersTooManyRequests() *PostProcessautomationTriggersTooManyRequests
NewPostProcessautomationTriggersTooManyRequests creates a PostProcessautomationTriggersTooManyRequests with default headers values
func (*PostProcessautomationTriggersTooManyRequests) Error ¶
func (o *PostProcessautomationTriggersTooManyRequests) Error() string
func (*PostProcessautomationTriggersTooManyRequests) GetPayload ¶
func (o *PostProcessautomationTriggersTooManyRequests) GetPayload() *models.ErrorBody
func (*PostProcessautomationTriggersTooManyRequests) IsClientError ¶
func (o *PostProcessautomationTriggersTooManyRequests) IsClientError() bool
IsClientError returns true when this post processautomation triggers too many requests response has a 4xx status code
func (*PostProcessautomationTriggersTooManyRequests) IsCode ¶
func (o *PostProcessautomationTriggersTooManyRequests) IsCode(code int) bool
IsCode returns true when this post processautomation triggers too many requests response a status code equal to that given
func (*PostProcessautomationTriggersTooManyRequests) IsRedirect ¶
func (o *PostProcessautomationTriggersTooManyRequests) IsRedirect() bool
IsRedirect returns true when this post processautomation triggers too many requests response has a 3xx status code
func (*PostProcessautomationTriggersTooManyRequests) IsServerError ¶
func (o *PostProcessautomationTriggersTooManyRequests) IsServerError() bool
IsServerError returns true when this post processautomation triggers too many requests response has a 5xx status code
func (*PostProcessautomationTriggersTooManyRequests) IsSuccess ¶
func (o *PostProcessautomationTriggersTooManyRequests) IsSuccess() bool
IsSuccess returns true when this post processautomation triggers too many requests response has a 2xx status code
func (*PostProcessautomationTriggersTooManyRequests) String ¶
func (o *PostProcessautomationTriggersTooManyRequests) String() string
type PostProcessautomationTriggersTopicTestBadRequest ¶
PostProcessautomationTriggersTopicTestBadRequest describes a response with status code 400, with default header values.
The request could not be understood by the server due to malformed syntax.
func NewPostProcessautomationTriggersTopicTestBadRequest ¶
func NewPostProcessautomationTriggersTopicTestBadRequest() *PostProcessautomationTriggersTopicTestBadRequest
NewPostProcessautomationTriggersTopicTestBadRequest creates a PostProcessautomationTriggersTopicTestBadRequest with default headers values
func (*PostProcessautomationTriggersTopicTestBadRequest) Error ¶
func (o *PostProcessautomationTriggersTopicTestBadRequest) Error() string
func (*PostProcessautomationTriggersTopicTestBadRequest) GetPayload ¶
func (o *PostProcessautomationTriggersTopicTestBadRequest) GetPayload() *models.ErrorBody
func (*PostProcessautomationTriggersTopicTestBadRequest) IsClientError ¶
func (o *PostProcessautomationTriggersTopicTestBadRequest) IsClientError() bool
IsClientError returns true when this post processautomation triggers topic test bad request response has a 4xx status code
func (*PostProcessautomationTriggersTopicTestBadRequest) IsCode ¶
func (o *PostProcessautomationTriggersTopicTestBadRequest) IsCode(code int) bool
IsCode returns true when this post processautomation triggers topic test bad request response a status code equal to that given
func (*PostProcessautomationTriggersTopicTestBadRequest) IsRedirect ¶
func (o *PostProcessautomationTriggersTopicTestBadRequest) IsRedirect() bool
IsRedirect returns true when this post processautomation triggers topic test bad request response has a 3xx status code
func (*PostProcessautomationTriggersTopicTestBadRequest) IsServerError ¶
func (o *PostProcessautomationTriggersTopicTestBadRequest) IsServerError() bool
IsServerError returns true when this post processautomation triggers topic test bad request response has a 5xx status code
func (*PostProcessautomationTriggersTopicTestBadRequest) IsSuccess ¶
func (o *PostProcessautomationTriggersTopicTestBadRequest) IsSuccess() bool
IsSuccess returns true when this post processautomation triggers topic test bad request response has a 2xx status code
func (*PostProcessautomationTriggersTopicTestBadRequest) String ¶
func (o *PostProcessautomationTriggersTopicTestBadRequest) String() string
type PostProcessautomationTriggersTopicTestForbidden ¶
PostProcessautomationTriggersTopicTestForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewPostProcessautomationTriggersTopicTestForbidden ¶
func NewPostProcessautomationTriggersTopicTestForbidden() *PostProcessautomationTriggersTopicTestForbidden
NewPostProcessautomationTriggersTopicTestForbidden creates a PostProcessautomationTriggersTopicTestForbidden with default headers values
func (*PostProcessautomationTriggersTopicTestForbidden) Error ¶
func (o *PostProcessautomationTriggersTopicTestForbidden) Error() string
func (*PostProcessautomationTriggersTopicTestForbidden) GetPayload ¶
func (o *PostProcessautomationTriggersTopicTestForbidden) GetPayload() *models.ErrorBody
func (*PostProcessautomationTriggersTopicTestForbidden) IsClientError ¶
func (o *PostProcessautomationTriggersTopicTestForbidden) IsClientError() bool
IsClientError returns true when this post processautomation triggers topic test forbidden response has a 4xx status code
func (*PostProcessautomationTriggersTopicTestForbidden) IsCode ¶
func (o *PostProcessautomationTriggersTopicTestForbidden) IsCode(code int) bool
IsCode returns true when this post processautomation triggers topic test forbidden response a status code equal to that given
func (*PostProcessautomationTriggersTopicTestForbidden) IsRedirect ¶
func (o *PostProcessautomationTriggersTopicTestForbidden) IsRedirect() bool
IsRedirect returns true when this post processautomation triggers topic test forbidden response has a 3xx status code
func (*PostProcessautomationTriggersTopicTestForbidden) IsServerError ¶
func (o *PostProcessautomationTriggersTopicTestForbidden) IsServerError() bool
IsServerError returns true when this post processautomation triggers topic test forbidden response has a 5xx status code
func (*PostProcessautomationTriggersTopicTestForbidden) IsSuccess ¶
func (o *PostProcessautomationTriggersTopicTestForbidden) IsSuccess() bool
IsSuccess returns true when this post processautomation triggers topic test forbidden response has a 2xx status code
func (*PostProcessautomationTriggersTopicTestForbidden) String ¶
func (o *PostProcessautomationTriggersTopicTestForbidden) String() string
type PostProcessautomationTriggersTopicTestGatewayTimeout ¶
PostProcessautomationTriggersTopicTestGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewPostProcessautomationTriggersTopicTestGatewayTimeout ¶
func NewPostProcessautomationTriggersTopicTestGatewayTimeout() *PostProcessautomationTriggersTopicTestGatewayTimeout
NewPostProcessautomationTriggersTopicTestGatewayTimeout creates a PostProcessautomationTriggersTopicTestGatewayTimeout with default headers values
func (*PostProcessautomationTriggersTopicTestGatewayTimeout) Error ¶
func (o *PostProcessautomationTriggersTopicTestGatewayTimeout) Error() string
func (*PostProcessautomationTriggersTopicTestGatewayTimeout) GetPayload ¶
func (o *PostProcessautomationTriggersTopicTestGatewayTimeout) GetPayload() *models.ErrorBody
func (*PostProcessautomationTriggersTopicTestGatewayTimeout) IsClientError ¶
func (o *PostProcessautomationTriggersTopicTestGatewayTimeout) IsClientError() bool
IsClientError returns true when this post processautomation triggers topic test gateway timeout response has a 4xx status code
func (*PostProcessautomationTriggersTopicTestGatewayTimeout) IsCode ¶
func (o *PostProcessautomationTriggersTopicTestGatewayTimeout) IsCode(code int) bool
IsCode returns true when this post processautomation triggers topic test gateway timeout response a status code equal to that given
func (*PostProcessautomationTriggersTopicTestGatewayTimeout) IsRedirect ¶
func (o *PostProcessautomationTriggersTopicTestGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this post processautomation triggers topic test gateway timeout response has a 3xx status code
func (*PostProcessautomationTriggersTopicTestGatewayTimeout) IsServerError ¶
func (o *PostProcessautomationTriggersTopicTestGatewayTimeout) IsServerError() bool
IsServerError returns true when this post processautomation triggers topic test gateway timeout response has a 5xx status code
func (*PostProcessautomationTriggersTopicTestGatewayTimeout) IsSuccess ¶
func (o *PostProcessautomationTriggersTopicTestGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this post processautomation triggers topic test gateway timeout response has a 2xx status code
func (*PostProcessautomationTriggersTopicTestGatewayTimeout) String ¶
func (o *PostProcessautomationTriggersTopicTestGatewayTimeout) String() string
type PostProcessautomationTriggersTopicTestInternalServerError ¶
PostProcessautomationTriggersTopicTestInternalServerError describes a response with status code 500, with default header values.
The server encountered an unexpected condition which prevented it from fulfilling the request.
func NewPostProcessautomationTriggersTopicTestInternalServerError ¶
func NewPostProcessautomationTriggersTopicTestInternalServerError() *PostProcessautomationTriggersTopicTestInternalServerError
NewPostProcessautomationTriggersTopicTestInternalServerError creates a PostProcessautomationTriggersTopicTestInternalServerError with default headers values
func (*PostProcessautomationTriggersTopicTestInternalServerError) Error ¶
func (o *PostProcessautomationTriggersTopicTestInternalServerError) Error() string
func (*PostProcessautomationTriggersTopicTestInternalServerError) GetPayload ¶
func (o *PostProcessautomationTriggersTopicTestInternalServerError) GetPayload() *models.ErrorBody
func (*PostProcessautomationTriggersTopicTestInternalServerError) IsClientError ¶
func (o *PostProcessautomationTriggersTopicTestInternalServerError) IsClientError() bool
IsClientError returns true when this post processautomation triggers topic test internal server error response has a 4xx status code
func (*PostProcessautomationTriggersTopicTestInternalServerError) IsCode ¶
func (o *PostProcessautomationTriggersTopicTestInternalServerError) IsCode(code int) bool
IsCode returns true when this post processautomation triggers topic test internal server error response a status code equal to that given
func (*PostProcessautomationTriggersTopicTestInternalServerError) IsRedirect ¶
func (o *PostProcessautomationTriggersTopicTestInternalServerError) IsRedirect() bool
IsRedirect returns true when this post processautomation triggers topic test internal server error response has a 3xx status code
func (*PostProcessautomationTriggersTopicTestInternalServerError) IsServerError ¶
func (o *PostProcessautomationTriggersTopicTestInternalServerError) IsServerError() bool
IsServerError returns true when this post processautomation triggers topic test internal server error response has a 5xx status code
func (*PostProcessautomationTriggersTopicTestInternalServerError) IsSuccess ¶
func (o *PostProcessautomationTriggersTopicTestInternalServerError) IsSuccess() bool
IsSuccess returns true when this post processautomation triggers topic test internal server error response has a 2xx status code
func (*PostProcessautomationTriggersTopicTestInternalServerError) String ¶
func (o *PostProcessautomationTriggersTopicTestInternalServerError) String() string
type PostProcessautomationTriggersTopicTestNotFound ¶
PostProcessautomationTriggersTopicTestNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewPostProcessautomationTriggersTopicTestNotFound ¶
func NewPostProcessautomationTriggersTopicTestNotFound() *PostProcessautomationTriggersTopicTestNotFound
NewPostProcessautomationTriggersTopicTestNotFound creates a PostProcessautomationTriggersTopicTestNotFound with default headers values
func (*PostProcessautomationTriggersTopicTestNotFound) Error ¶
func (o *PostProcessautomationTriggersTopicTestNotFound) Error() string
func (*PostProcessautomationTriggersTopicTestNotFound) GetPayload ¶
func (o *PostProcessautomationTriggersTopicTestNotFound) GetPayload() *models.ErrorBody
func (*PostProcessautomationTriggersTopicTestNotFound) IsClientError ¶
func (o *PostProcessautomationTriggersTopicTestNotFound) IsClientError() bool
IsClientError returns true when this post processautomation triggers topic test not found response has a 4xx status code
func (*PostProcessautomationTriggersTopicTestNotFound) IsCode ¶
func (o *PostProcessautomationTriggersTopicTestNotFound) IsCode(code int) bool
IsCode returns true when this post processautomation triggers topic test not found response a status code equal to that given
func (*PostProcessautomationTriggersTopicTestNotFound) IsRedirect ¶
func (o *PostProcessautomationTriggersTopicTestNotFound) IsRedirect() bool
IsRedirect returns true when this post processautomation triggers topic test not found response has a 3xx status code
func (*PostProcessautomationTriggersTopicTestNotFound) IsServerError ¶
func (o *PostProcessautomationTriggersTopicTestNotFound) IsServerError() bool
IsServerError returns true when this post processautomation triggers topic test not found response has a 5xx status code
func (*PostProcessautomationTriggersTopicTestNotFound) IsSuccess ¶
func (o *PostProcessautomationTriggersTopicTestNotFound) IsSuccess() bool
IsSuccess returns true when this post processautomation triggers topic test not found response has a 2xx status code
func (*PostProcessautomationTriggersTopicTestNotFound) String ¶
func (o *PostProcessautomationTriggersTopicTestNotFound) String() string
type PostProcessautomationTriggersTopicTestOK ¶
type PostProcessautomationTriggersTopicTestOK struct {
Payload *models.TestModeEventResults
}
PostProcessautomationTriggersTopicTestOK describes a response with status code 200, with default header values.
successful operation
func NewPostProcessautomationTriggersTopicTestOK ¶
func NewPostProcessautomationTriggersTopicTestOK() *PostProcessautomationTriggersTopicTestOK
NewPostProcessautomationTriggersTopicTestOK creates a PostProcessautomationTriggersTopicTestOK with default headers values
func (*PostProcessautomationTriggersTopicTestOK) Error ¶
func (o *PostProcessautomationTriggersTopicTestOK) Error() string
func (*PostProcessautomationTriggersTopicTestOK) GetPayload ¶
func (o *PostProcessautomationTriggersTopicTestOK) GetPayload() *models.TestModeEventResults
func (*PostProcessautomationTriggersTopicTestOK) IsClientError ¶
func (o *PostProcessautomationTriggersTopicTestOK) IsClientError() bool
IsClientError returns true when this post processautomation triggers topic test o k response has a 4xx status code
func (*PostProcessautomationTriggersTopicTestOK) IsCode ¶
func (o *PostProcessautomationTriggersTopicTestOK) IsCode(code int) bool
IsCode returns true when this post processautomation triggers topic test o k response a status code equal to that given
func (*PostProcessautomationTriggersTopicTestOK) IsRedirect ¶
func (o *PostProcessautomationTriggersTopicTestOK) IsRedirect() bool
IsRedirect returns true when this post processautomation triggers topic test o k response has a 3xx status code
func (*PostProcessautomationTriggersTopicTestOK) IsServerError ¶
func (o *PostProcessautomationTriggersTopicTestOK) IsServerError() bool
IsServerError returns true when this post processautomation triggers topic test o k response has a 5xx status code
func (*PostProcessautomationTriggersTopicTestOK) IsSuccess ¶
func (o *PostProcessautomationTriggersTopicTestOK) IsSuccess() bool
IsSuccess returns true when this post processautomation triggers topic test o k response has a 2xx status code
func (*PostProcessautomationTriggersTopicTestOK) String ¶
func (o *PostProcessautomationTriggersTopicTestOK) String() string
type PostProcessautomationTriggersTopicTestParams ¶
type PostProcessautomationTriggersTopicTestParams struct { /* Body. eventBody */ Body string /* TopicName. topicName */ TopicName string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
PostProcessautomationTriggersTopicTestParams contains all the parameters to send to the API endpoint
for the post processautomation triggers topic test operation. Typically these are written to a http.Request.
func NewPostProcessautomationTriggersTopicTestParams ¶
func NewPostProcessautomationTriggersTopicTestParams() *PostProcessautomationTriggersTopicTestParams
NewPostProcessautomationTriggersTopicTestParams creates a new PostProcessautomationTriggersTopicTestParams 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 NewPostProcessautomationTriggersTopicTestParamsWithContext ¶
func NewPostProcessautomationTriggersTopicTestParamsWithContext(ctx context.Context) *PostProcessautomationTriggersTopicTestParams
NewPostProcessautomationTriggersTopicTestParamsWithContext creates a new PostProcessautomationTriggersTopicTestParams object with the ability to set a context for a request.
func NewPostProcessautomationTriggersTopicTestParamsWithHTTPClient ¶
func NewPostProcessautomationTriggersTopicTestParamsWithHTTPClient(client *http.Client) *PostProcessautomationTriggersTopicTestParams
NewPostProcessautomationTriggersTopicTestParamsWithHTTPClient creates a new PostProcessautomationTriggersTopicTestParams object with the ability to set a custom HTTPClient for a request.
func NewPostProcessautomationTriggersTopicTestParamsWithTimeout ¶
func NewPostProcessautomationTriggersTopicTestParamsWithTimeout(timeout time.Duration) *PostProcessautomationTriggersTopicTestParams
NewPostProcessautomationTriggersTopicTestParamsWithTimeout creates a new PostProcessautomationTriggersTopicTestParams object with the ability to set a timeout on a request.
func (*PostProcessautomationTriggersTopicTestParams) SetBody ¶
func (o *PostProcessautomationTriggersTopicTestParams) SetBody(body string)
SetBody adds the body to the post processautomation triggers topic test params
func (*PostProcessautomationTriggersTopicTestParams) SetContext ¶
func (o *PostProcessautomationTriggersTopicTestParams) SetContext(ctx context.Context)
SetContext adds the context to the post processautomation triggers topic test params
func (*PostProcessautomationTriggersTopicTestParams) SetDefaults ¶
func (o *PostProcessautomationTriggersTopicTestParams) SetDefaults()
SetDefaults hydrates default values in the post processautomation triggers topic test params (not the query body).
All values with no default are reset to their zero value.
func (*PostProcessautomationTriggersTopicTestParams) SetHTTPClient ¶
func (o *PostProcessautomationTriggersTopicTestParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the post processautomation triggers topic test params
func (*PostProcessautomationTriggersTopicTestParams) SetTimeout ¶
func (o *PostProcessautomationTriggersTopicTestParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the post processautomation triggers topic test params
func (*PostProcessautomationTriggersTopicTestParams) SetTopicName ¶
func (o *PostProcessautomationTriggersTopicTestParams) SetTopicName(topicName string)
SetTopicName adds the topicName to the post processautomation triggers topic test params
func (*PostProcessautomationTriggersTopicTestParams) WithBody ¶
func (o *PostProcessautomationTriggersTopicTestParams) WithBody(body string) *PostProcessautomationTriggersTopicTestParams
WithBody adds the body to the post processautomation triggers topic test params
func (*PostProcessautomationTriggersTopicTestParams) WithContext ¶
func (o *PostProcessautomationTriggersTopicTestParams) WithContext(ctx context.Context) *PostProcessautomationTriggersTopicTestParams
WithContext adds the context to the post processautomation triggers topic test params
func (*PostProcessautomationTriggersTopicTestParams) WithDefaults ¶
func (o *PostProcessautomationTriggersTopicTestParams) WithDefaults() *PostProcessautomationTriggersTopicTestParams
WithDefaults hydrates default values in the post processautomation triggers topic test params (not the query body).
All values with no default are reset to their zero value.
func (*PostProcessautomationTriggersTopicTestParams) WithHTTPClient ¶
func (o *PostProcessautomationTriggersTopicTestParams) WithHTTPClient(client *http.Client) *PostProcessautomationTriggersTopicTestParams
WithHTTPClient adds the HTTPClient to the post processautomation triggers topic test params
func (*PostProcessautomationTriggersTopicTestParams) WithTimeout ¶
func (o *PostProcessautomationTriggersTopicTestParams) WithTimeout(timeout time.Duration) *PostProcessautomationTriggersTopicTestParams
WithTimeout adds the timeout to the post processautomation triggers topic test params
func (*PostProcessautomationTriggersTopicTestParams) WithTopicName ¶
func (o *PostProcessautomationTriggersTopicTestParams) WithTopicName(topicName string) *PostProcessautomationTriggersTopicTestParams
WithTopicName adds the topicName to the post processautomation triggers topic test params
func (*PostProcessautomationTriggersTopicTestParams) WriteToRequest ¶
func (o *PostProcessautomationTriggersTopicTestParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PostProcessautomationTriggersTopicTestReader ¶
type PostProcessautomationTriggersTopicTestReader struct {
// contains filtered or unexported fields
}
PostProcessautomationTriggersTopicTestReader is a Reader for the PostProcessautomationTriggersTopicTest structure.
func (*PostProcessautomationTriggersTopicTestReader) ReadResponse ¶
func (o *PostProcessautomationTriggersTopicTestReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PostProcessautomationTriggersTopicTestRequestEntityTooLarge ¶
type PostProcessautomationTriggersTopicTestRequestEntityTooLarge struct {
Payload *models.ErrorBody
}
PostProcessautomationTriggersTopicTestRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewPostProcessautomationTriggersTopicTestRequestEntityTooLarge ¶
func NewPostProcessautomationTriggersTopicTestRequestEntityTooLarge() *PostProcessautomationTriggersTopicTestRequestEntityTooLarge
NewPostProcessautomationTriggersTopicTestRequestEntityTooLarge creates a PostProcessautomationTriggersTopicTestRequestEntityTooLarge with default headers values
func (*PostProcessautomationTriggersTopicTestRequestEntityTooLarge) Error ¶
func (o *PostProcessautomationTriggersTopicTestRequestEntityTooLarge) Error() string
func (*PostProcessautomationTriggersTopicTestRequestEntityTooLarge) GetPayload ¶
func (o *PostProcessautomationTriggersTopicTestRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*PostProcessautomationTriggersTopicTestRequestEntityTooLarge) IsClientError ¶
func (o *PostProcessautomationTriggersTopicTestRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this post processautomation triggers topic test request entity too large response has a 4xx status code
func (*PostProcessautomationTriggersTopicTestRequestEntityTooLarge) IsCode ¶
func (o *PostProcessautomationTriggersTopicTestRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this post processautomation triggers topic test request entity too large response a status code equal to that given
func (*PostProcessautomationTriggersTopicTestRequestEntityTooLarge) IsRedirect ¶
func (o *PostProcessautomationTriggersTopicTestRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this post processautomation triggers topic test request entity too large response has a 3xx status code
func (*PostProcessautomationTriggersTopicTestRequestEntityTooLarge) IsServerError ¶
func (o *PostProcessautomationTriggersTopicTestRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this post processautomation triggers topic test request entity too large response has a 5xx status code
func (*PostProcessautomationTriggersTopicTestRequestEntityTooLarge) IsSuccess ¶
func (o *PostProcessautomationTriggersTopicTestRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this post processautomation triggers topic test request entity too large response has a 2xx status code
func (*PostProcessautomationTriggersTopicTestRequestEntityTooLarge) String ¶
func (o *PostProcessautomationTriggersTopicTestRequestEntityTooLarge) String() string
type PostProcessautomationTriggersTopicTestRequestTimeout ¶
PostProcessautomationTriggersTopicTestRequestTimeout describes a response with status code 408, with default header values.
The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.
func NewPostProcessautomationTriggersTopicTestRequestTimeout ¶
func NewPostProcessautomationTriggersTopicTestRequestTimeout() *PostProcessautomationTriggersTopicTestRequestTimeout
NewPostProcessautomationTriggersTopicTestRequestTimeout creates a PostProcessautomationTriggersTopicTestRequestTimeout with default headers values
func (*PostProcessautomationTriggersTopicTestRequestTimeout) Error ¶
func (o *PostProcessautomationTriggersTopicTestRequestTimeout) Error() string
func (*PostProcessautomationTriggersTopicTestRequestTimeout) GetPayload ¶
func (o *PostProcessautomationTriggersTopicTestRequestTimeout) GetPayload() *models.ErrorBody
func (*PostProcessautomationTriggersTopicTestRequestTimeout) IsClientError ¶
func (o *PostProcessautomationTriggersTopicTestRequestTimeout) IsClientError() bool
IsClientError returns true when this post processautomation triggers topic test request timeout response has a 4xx status code
func (*PostProcessautomationTriggersTopicTestRequestTimeout) IsCode ¶
func (o *PostProcessautomationTriggersTopicTestRequestTimeout) IsCode(code int) bool
IsCode returns true when this post processautomation triggers topic test request timeout response a status code equal to that given
func (*PostProcessautomationTriggersTopicTestRequestTimeout) IsRedirect ¶
func (o *PostProcessautomationTriggersTopicTestRequestTimeout) IsRedirect() bool
IsRedirect returns true when this post processautomation triggers topic test request timeout response has a 3xx status code
func (*PostProcessautomationTriggersTopicTestRequestTimeout) IsServerError ¶
func (o *PostProcessautomationTriggersTopicTestRequestTimeout) IsServerError() bool
IsServerError returns true when this post processautomation triggers topic test request timeout response has a 5xx status code
func (*PostProcessautomationTriggersTopicTestRequestTimeout) IsSuccess ¶
func (o *PostProcessautomationTriggersTopicTestRequestTimeout) IsSuccess() bool
IsSuccess returns true when this post processautomation triggers topic test request timeout response has a 2xx status code
func (*PostProcessautomationTriggersTopicTestRequestTimeout) String ¶
func (o *PostProcessautomationTriggersTopicTestRequestTimeout) String() string
type PostProcessautomationTriggersTopicTestServiceUnavailable ¶
type PostProcessautomationTriggersTopicTestServiceUnavailable struct {
}PostProcessautomationTriggersTopicTestServiceUnavailable describes a response with status code 503, with default header values.
Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).
func NewPostProcessautomationTriggersTopicTestServiceUnavailable ¶
func NewPostProcessautomationTriggersTopicTestServiceUnavailable() *PostProcessautomationTriggersTopicTestServiceUnavailable
NewPostProcessautomationTriggersTopicTestServiceUnavailable creates a PostProcessautomationTriggersTopicTestServiceUnavailable with default headers values
func (*PostProcessautomationTriggersTopicTestServiceUnavailable) Error ¶
func (o *PostProcessautomationTriggersTopicTestServiceUnavailable) Error() string
func (*PostProcessautomationTriggersTopicTestServiceUnavailable) GetPayload ¶
func (o *PostProcessautomationTriggersTopicTestServiceUnavailable) GetPayload() *models.ErrorBody
func (*PostProcessautomationTriggersTopicTestServiceUnavailable) IsClientError ¶
func (o *PostProcessautomationTriggersTopicTestServiceUnavailable) IsClientError() bool
IsClientError returns true when this post processautomation triggers topic test service unavailable response has a 4xx status code
func (*PostProcessautomationTriggersTopicTestServiceUnavailable) IsCode ¶
func (o *PostProcessautomationTriggersTopicTestServiceUnavailable) IsCode(code int) bool
IsCode returns true when this post processautomation triggers topic test service unavailable response a status code equal to that given
func (*PostProcessautomationTriggersTopicTestServiceUnavailable) IsRedirect ¶
func (o *PostProcessautomationTriggersTopicTestServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this post processautomation triggers topic test service unavailable response has a 3xx status code
func (*PostProcessautomationTriggersTopicTestServiceUnavailable) IsServerError ¶
func (o *PostProcessautomationTriggersTopicTestServiceUnavailable) IsServerError() bool
IsServerError returns true when this post processautomation triggers topic test service unavailable response has a 5xx status code
func (*PostProcessautomationTriggersTopicTestServiceUnavailable) IsSuccess ¶
func (o *PostProcessautomationTriggersTopicTestServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this post processautomation triggers topic test service unavailable response has a 2xx status code
func (*PostProcessautomationTriggersTopicTestServiceUnavailable) String ¶
func (o *PostProcessautomationTriggersTopicTestServiceUnavailable) String() string
type PostProcessautomationTriggersTopicTestTooManyRequests ¶
PostProcessautomationTriggersTopicTestTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewPostProcessautomationTriggersTopicTestTooManyRequests ¶
func NewPostProcessautomationTriggersTopicTestTooManyRequests() *PostProcessautomationTriggersTopicTestTooManyRequests
NewPostProcessautomationTriggersTopicTestTooManyRequests creates a PostProcessautomationTriggersTopicTestTooManyRequests with default headers values
func (*PostProcessautomationTriggersTopicTestTooManyRequests) Error ¶
func (o *PostProcessautomationTriggersTopicTestTooManyRequests) Error() string
func (*PostProcessautomationTriggersTopicTestTooManyRequests) GetPayload ¶
func (o *PostProcessautomationTriggersTopicTestTooManyRequests) GetPayload() *models.ErrorBody
func (*PostProcessautomationTriggersTopicTestTooManyRequests) IsClientError ¶
func (o *PostProcessautomationTriggersTopicTestTooManyRequests) IsClientError() bool
IsClientError returns true when this post processautomation triggers topic test too many requests response has a 4xx status code
func (*PostProcessautomationTriggersTopicTestTooManyRequests) IsCode ¶
func (o *PostProcessautomationTriggersTopicTestTooManyRequests) IsCode(code int) bool
IsCode returns true when this post processautomation triggers topic test too many requests response a status code equal to that given
func (*PostProcessautomationTriggersTopicTestTooManyRequests) IsRedirect ¶
func (o *PostProcessautomationTriggersTopicTestTooManyRequests) IsRedirect() bool
IsRedirect returns true when this post processautomation triggers topic test too many requests response has a 3xx status code
func (*PostProcessautomationTriggersTopicTestTooManyRequests) IsServerError ¶
func (o *PostProcessautomationTriggersTopicTestTooManyRequests) IsServerError() bool
IsServerError returns true when this post processautomation triggers topic test too many requests response has a 5xx status code
func (*PostProcessautomationTriggersTopicTestTooManyRequests) IsSuccess ¶
func (o *PostProcessautomationTriggersTopicTestTooManyRequests) IsSuccess() bool
IsSuccess returns true when this post processautomation triggers topic test too many requests response has a 2xx status code
func (*PostProcessautomationTriggersTopicTestTooManyRequests) String ¶
func (o *PostProcessautomationTriggersTopicTestTooManyRequests) String() string
type PostProcessautomationTriggersTopicTestUnauthorized ¶
type PostProcessautomationTriggersTopicTestUnauthorized struct {
}PostProcessautomationTriggersTopicTestUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewPostProcessautomationTriggersTopicTestUnauthorized ¶
func NewPostProcessautomationTriggersTopicTestUnauthorized() *PostProcessautomationTriggersTopicTestUnauthorized
NewPostProcessautomationTriggersTopicTestUnauthorized creates a PostProcessautomationTriggersTopicTestUnauthorized with default headers values
func (*PostProcessautomationTriggersTopicTestUnauthorized) Error ¶
func (o *PostProcessautomationTriggersTopicTestUnauthorized) Error() string
func (*PostProcessautomationTriggersTopicTestUnauthorized) GetPayload ¶
func (o *PostProcessautomationTriggersTopicTestUnauthorized) GetPayload() *models.ErrorBody
func (*PostProcessautomationTriggersTopicTestUnauthorized) IsClientError ¶
func (o *PostProcessautomationTriggersTopicTestUnauthorized) IsClientError() bool
IsClientError returns true when this post processautomation triggers topic test unauthorized response has a 4xx status code
func (*PostProcessautomationTriggersTopicTestUnauthorized) IsCode ¶
func (o *PostProcessautomationTriggersTopicTestUnauthorized) IsCode(code int) bool
IsCode returns true when this post processautomation triggers topic test unauthorized response a status code equal to that given
func (*PostProcessautomationTriggersTopicTestUnauthorized) IsRedirect ¶
func (o *PostProcessautomationTriggersTopicTestUnauthorized) IsRedirect() bool
IsRedirect returns true when this post processautomation triggers topic test unauthorized response has a 3xx status code
func (*PostProcessautomationTriggersTopicTestUnauthorized) IsServerError ¶
func (o *PostProcessautomationTriggersTopicTestUnauthorized) IsServerError() bool
IsServerError returns true when this post processautomation triggers topic test unauthorized response has a 5xx status code
func (*PostProcessautomationTriggersTopicTestUnauthorized) IsSuccess ¶
func (o *PostProcessautomationTriggersTopicTestUnauthorized) IsSuccess() bool
IsSuccess returns true when this post processautomation triggers topic test unauthorized response has a 2xx status code
func (*PostProcessautomationTriggersTopicTestUnauthorized) String ¶
func (o *PostProcessautomationTriggersTopicTestUnauthorized) String() string
type PostProcessautomationTriggersTopicTestUnsupportedMediaType ¶
type PostProcessautomationTriggersTopicTestUnsupportedMediaType struct {
Payload *models.ErrorBody
}
PostProcessautomationTriggersTopicTestUnsupportedMediaType describes a response with status code 415, with default header values.
Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.
func NewPostProcessautomationTriggersTopicTestUnsupportedMediaType ¶
func NewPostProcessautomationTriggersTopicTestUnsupportedMediaType() *PostProcessautomationTriggersTopicTestUnsupportedMediaType
NewPostProcessautomationTriggersTopicTestUnsupportedMediaType creates a PostProcessautomationTriggersTopicTestUnsupportedMediaType with default headers values
func (*PostProcessautomationTriggersTopicTestUnsupportedMediaType) Error ¶
func (o *PostProcessautomationTriggersTopicTestUnsupportedMediaType) Error() string
func (*PostProcessautomationTriggersTopicTestUnsupportedMediaType) GetPayload ¶
func (o *PostProcessautomationTriggersTopicTestUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*PostProcessautomationTriggersTopicTestUnsupportedMediaType) IsClientError ¶
func (o *PostProcessautomationTriggersTopicTestUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this post processautomation triggers topic test unsupported media type response has a 4xx status code
func (*PostProcessautomationTriggersTopicTestUnsupportedMediaType) IsCode ¶
func (o *PostProcessautomationTriggersTopicTestUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this post processautomation triggers topic test unsupported media type response a status code equal to that given
func (*PostProcessautomationTriggersTopicTestUnsupportedMediaType) IsRedirect ¶
func (o *PostProcessautomationTriggersTopicTestUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this post processautomation triggers topic test unsupported media type response has a 3xx status code
func (*PostProcessautomationTriggersTopicTestUnsupportedMediaType) IsServerError ¶
func (o *PostProcessautomationTriggersTopicTestUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this post processautomation triggers topic test unsupported media type response has a 5xx status code
func (*PostProcessautomationTriggersTopicTestUnsupportedMediaType) IsSuccess ¶
func (o *PostProcessautomationTriggersTopicTestUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this post processautomation triggers topic test unsupported media type response has a 2xx status code
func (*PostProcessautomationTriggersTopicTestUnsupportedMediaType) String ¶
func (o *PostProcessautomationTriggersTopicTestUnsupportedMediaType) String() string
type PostProcessautomationTriggersUnauthorized ¶
type PostProcessautomationTriggersUnauthorized struct {
}PostProcessautomationTriggersUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewPostProcessautomationTriggersUnauthorized ¶
func NewPostProcessautomationTriggersUnauthorized() *PostProcessautomationTriggersUnauthorized
NewPostProcessautomationTriggersUnauthorized creates a PostProcessautomationTriggersUnauthorized with default headers values
func (*PostProcessautomationTriggersUnauthorized) Error ¶
func (o *PostProcessautomationTriggersUnauthorized) Error() string
func (*PostProcessautomationTriggersUnauthorized) GetPayload ¶
func (o *PostProcessautomationTriggersUnauthorized) GetPayload() *models.ErrorBody
func (*PostProcessautomationTriggersUnauthorized) IsClientError ¶
func (o *PostProcessautomationTriggersUnauthorized) IsClientError() bool
IsClientError returns true when this post processautomation triggers unauthorized response has a 4xx status code
func (*PostProcessautomationTriggersUnauthorized) IsCode ¶
func (o *PostProcessautomationTriggersUnauthorized) IsCode(code int) bool
IsCode returns true when this post processautomation triggers unauthorized response a status code equal to that given
func (*PostProcessautomationTriggersUnauthorized) IsRedirect ¶
func (o *PostProcessautomationTriggersUnauthorized) IsRedirect() bool
IsRedirect returns true when this post processautomation triggers unauthorized response has a 3xx status code
func (*PostProcessautomationTriggersUnauthorized) IsServerError ¶
func (o *PostProcessautomationTriggersUnauthorized) IsServerError() bool
IsServerError returns true when this post processautomation triggers unauthorized response has a 5xx status code
func (*PostProcessautomationTriggersUnauthorized) IsSuccess ¶
func (o *PostProcessautomationTriggersUnauthorized) IsSuccess() bool
IsSuccess returns true when this post processautomation triggers unauthorized response has a 2xx status code
func (*PostProcessautomationTriggersUnauthorized) String ¶
func (o *PostProcessautomationTriggersUnauthorized) String() string
type PostProcessautomationTriggersUnsupportedMediaType ¶
PostProcessautomationTriggersUnsupportedMediaType describes a response with status code 415, with default header values.
Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.
func NewPostProcessautomationTriggersUnsupportedMediaType ¶
func NewPostProcessautomationTriggersUnsupportedMediaType() *PostProcessautomationTriggersUnsupportedMediaType
NewPostProcessautomationTriggersUnsupportedMediaType creates a PostProcessautomationTriggersUnsupportedMediaType with default headers values
func (*PostProcessautomationTriggersUnsupportedMediaType) Error ¶
func (o *PostProcessautomationTriggersUnsupportedMediaType) Error() string
func (*PostProcessautomationTriggersUnsupportedMediaType) GetPayload ¶
func (o *PostProcessautomationTriggersUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*PostProcessautomationTriggersUnsupportedMediaType) IsClientError ¶
func (o *PostProcessautomationTriggersUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this post processautomation triggers unsupported media type response has a 4xx status code
func (*PostProcessautomationTriggersUnsupportedMediaType) IsCode ¶
func (o *PostProcessautomationTriggersUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this post processautomation triggers unsupported media type response a status code equal to that given
func (*PostProcessautomationTriggersUnsupportedMediaType) IsRedirect ¶
func (o *PostProcessautomationTriggersUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this post processautomation triggers unsupported media type response has a 3xx status code
func (*PostProcessautomationTriggersUnsupportedMediaType) IsServerError ¶
func (o *PostProcessautomationTriggersUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this post processautomation triggers unsupported media type response has a 5xx status code
func (*PostProcessautomationTriggersUnsupportedMediaType) IsSuccess ¶
func (o *PostProcessautomationTriggersUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this post processautomation triggers unsupported media type response has a 2xx status code
func (*PostProcessautomationTriggersUnsupportedMediaType) String ¶
func (o *PostProcessautomationTriggersUnsupportedMediaType) String() string
type PutProcessautomationTriggerBadRequest ¶
PutProcessautomationTriggerBadRequest describes a response with status code 400, with default header values.
The request could not be understood by the server due to malformed syntax.
func NewPutProcessautomationTriggerBadRequest ¶
func NewPutProcessautomationTriggerBadRequest() *PutProcessautomationTriggerBadRequest
NewPutProcessautomationTriggerBadRequest creates a PutProcessautomationTriggerBadRequest with default headers values
func (*PutProcessautomationTriggerBadRequest) Error ¶
func (o *PutProcessautomationTriggerBadRequest) Error() string
func (*PutProcessautomationTriggerBadRequest) GetPayload ¶
func (o *PutProcessautomationTriggerBadRequest) GetPayload() *models.ErrorBody
func (*PutProcessautomationTriggerBadRequest) IsClientError ¶
func (o *PutProcessautomationTriggerBadRequest) IsClientError() bool
IsClientError returns true when this put processautomation trigger bad request response has a 4xx status code
func (*PutProcessautomationTriggerBadRequest) IsCode ¶
func (o *PutProcessautomationTriggerBadRequest) IsCode(code int) bool
IsCode returns true when this put processautomation trigger bad request response a status code equal to that given
func (*PutProcessautomationTriggerBadRequest) IsRedirect ¶
func (o *PutProcessautomationTriggerBadRequest) IsRedirect() bool
IsRedirect returns true when this put processautomation trigger bad request response has a 3xx status code
func (*PutProcessautomationTriggerBadRequest) IsServerError ¶
func (o *PutProcessautomationTriggerBadRequest) IsServerError() bool
IsServerError returns true when this put processautomation trigger bad request response has a 5xx status code
func (*PutProcessautomationTriggerBadRequest) IsSuccess ¶
func (o *PutProcessautomationTriggerBadRequest) IsSuccess() bool
IsSuccess returns true when this put processautomation trigger bad request response has a 2xx status code
func (*PutProcessautomationTriggerBadRequest) String ¶
func (o *PutProcessautomationTriggerBadRequest) String() string
type PutProcessautomationTriggerForbidden ¶
PutProcessautomationTriggerForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewPutProcessautomationTriggerForbidden ¶
func NewPutProcessautomationTriggerForbidden() *PutProcessautomationTriggerForbidden
NewPutProcessautomationTriggerForbidden creates a PutProcessautomationTriggerForbidden with default headers values
func (*PutProcessautomationTriggerForbidden) Error ¶
func (o *PutProcessautomationTriggerForbidden) Error() string
func (*PutProcessautomationTriggerForbidden) GetPayload ¶
func (o *PutProcessautomationTriggerForbidden) GetPayload() *models.ErrorBody
func (*PutProcessautomationTriggerForbidden) IsClientError ¶
func (o *PutProcessautomationTriggerForbidden) IsClientError() bool
IsClientError returns true when this put processautomation trigger forbidden response has a 4xx status code
func (*PutProcessautomationTriggerForbidden) IsCode ¶
func (o *PutProcessautomationTriggerForbidden) IsCode(code int) bool
IsCode returns true when this put processautomation trigger forbidden response a status code equal to that given
func (*PutProcessautomationTriggerForbidden) IsRedirect ¶
func (o *PutProcessautomationTriggerForbidden) IsRedirect() bool
IsRedirect returns true when this put processautomation trigger forbidden response has a 3xx status code
func (*PutProcessautomationTriggerForbidden) IsServerError ¶
func (o *PutProcessautomationTriggerForbidden) IsServerError() bool
IsServerError returns true when this put processautomation trigger forbidden response has a 5xx status code
func (*PutProcessautomationTriggerForbidden) IsSuccess ¶
func (o *PutProcessautomationTriggerForbidden) IsSuccess() bool
IsSuccess returns true when this put processautomation trigger forbidden response has a 2xx status code
func (*PutProcessautomationTriggerForbidden) String ¶
func (o *PutProcessautomationTriggerForbidden) String() string
type PutProcessautomationTriggerGatewayTimeout ¶
PutProcessautomationTriggerGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewPutProcessautomationTriggerGatewayTimeout ¶
func NewPutProcessautomationTriggerGatewayTimeout() *PutProcessautomationTriggerGatewayTimeout
NewPutProcessautomationTriggerGatewayTimeout creates a PutProcessautomationTriggerGatewayTimeout with default headers values
func (*PutProcessautomationTriggerGatewayTimeout) Error ¶
func (o *PutProcessautomationTriggerGatewayTimeout) Error() string
func (*PutProcessautomationTriggerGatewayTimeout) GetPayload ¶
func (o *PutProcessautomationTriggerGatewayTimeout) GetPayload() *models.ErrorBody
func (*PutProcessautomationTriggerGatewayTimeout) IsClientError ¶
func (o *PutProcessautomationTriggerGatewayTimeout) IsClientError() bool
IsClientError returns true when this put processautomation trigger gateway timeout response has a 4xx status code
func (*PutProcessautomationTriggerGatewayTimeout) IsCode ¶
func (o *PutProcessautomationTriggerGatewayTimeout) IsCode(code int) bool
IsCode returns true when this put processautomation trigger gateway timeout response a status code equal to that given
func (*PutProcessautomationTriggerGatewayTimeout) IsRedirect ¶
func (o *PutProcessautomationTriggerGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this put processautomation trigger gateway timeout response has a 3xx status code
func (*PutProcessautomationTriggerGatewayTimeout) IsServerError ¶
func (o *PutProcessautomationTriggerGatewayTimeout) IsServerError() bool
IsServerError returns true when this put processautomation trigger gateway timeout response has a 5xx status code
func (*PutProcessautomationTriggerGatewayTimeout) IsSuccess ¶
func (o *PutProcessautomationTriggerGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this put processautomation trigger gateway timeout response has a 2xx status code
func (*PutProcessautomationTriggerGatewayTimeout) String ¶
func (o *PutProcessautomationTriggerGatewayTimeout) String() string
type PutProcessautomationTriggerInternalServerError ¶
PutProcessautomationTriggerInternalServerError describes a response with status code 500, with default header values.
The server encountered an unexpected condition which prevented it from fulfilling the request.
func NewPutProcessautomationTriggerInternalServerError ¶
func NewPutProcessautomationTriggerInternalServerError() *PutProcessautomationTriggerInternalServerError
NewPutProcessautomationTriggerInternalServerError creates a PutProcessautomationTriggerInternalServerError with default headers values
func (*PutProcessautomationTriggerInternalServerError) Error ¶
func (o *PutProcessautomationTriggerInternalServerError) Error() string
func (*PutProcessautomationTriggerInternalServerError) GetPayload ¶
func (o *PutProcessautomationTriggerInternalServerError) GetPayload() *models.ErrorBody
func (*PutProcessautomationTriggerInternalServerError) IsClientError ¶
func (o *PutProcessautomationTriggerInternalServerError) IsClientError() bool
IsClientError returns true when this put processautomation trigger internal server error response has a 4xx status code
func (*PutProcessautomationTriggerInternalServerError) IsCode ¶
func (o *PutProcessautomationTriggerInternalServerError) IsCode(code int) bool
IsCode returns true when this put processautomation trigger internal server error response a status code equal to that given
func (*PutProcessautomationTriggerInternalServerError) IsRedirect ¶
func (o *PutProcessautomationTriggerInternalServerError) IsRedirect() bool
IsRedirect returns true when this put processautomation trigger internal server error response has a 3xx status code
func (*PutProcessautomationTriggerInternalServerError) IsServerError ¶
func (o *PutProcessautomationTriggerInternalServerError) IsServerError() bool
IsServerError returns true when this put processautomation trigger internal server error response has a 5xx status code
func (*PutProcessautomationTriggerInternalServerError) IsSuccess ¶
func (o *PutProcessautomationTriggerInternalServerError) IsSuccess() bool
IsSuccess returns true when this put processautomation trigger internal server error response has a 2xx status code
func (*PutProcessautomationTriggerInternalServerError) String ¶
func (o *PutProcessautomationTriggerInternalServerError) String() string
type PutProcessautomationTriggerNotFound ¶
PutProcessautomationTriggerNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewPutProcessautomationTriggerNotFound ¶
func NewPutProcessautomationTriggerNotFound() *PutProcessautomationTriggerNotFound
NewPutProcessautomationTriggerNotFound creates a PutProcessautomationTriggerNotFound with default headers values
func (*PutProcessautomationTriggerNotFound) Error ¶
func (o *PutProcessautomationTriggerNotFound) Error() string
func (*PutProcessautomationTriggerNotFound) GetPayload ¶
func (o *PutProcessautomationTriggerNotFound) GetPayload() *models.ErrorBody
func (*PutProcessautomationTriggerNotFound) IsClientError ¶
func (o *PutProcessautomationTriggerNotFound) IsClientError() bool
IsClientError returns true when this put processautomation trigger not found response has a 4xx status code
func (*PutProcessautomationTriggerNotFound) IsCode ¶
func (o *PutProcessautomationTriggerNotFound) IsCode(code int) bool
IsCode returns true when this put processautomation trigger not found response a status code equal to that given
func (*PutProcessautomationTriggerNotFound) IsRedirect ¶
func (o *PutProcessautomationTriggerNotFound) IsRedirect() bool
IsRedirect returns true when this put processautomation trigger not found response has a 3xx status code
func (*PutProcessautomationTriggerNotFound) IsServerError ¶
func (o *PutProcessautomationTriggerNotFound) IsServerError() bool
IsServerError returns true when this put processautomation trigger not found response has a 5xx status code
func (*PutProcessautomationTriggerNotFound) IsSuccess ¶
func (o *PutProcessautomationTriggerNotFound) IsSuccess() bool
IsSuccess returns true when this put processautomation trigger not found response has a 2xx status code
func (*PutProcessautomationTriggerNotFound) String ¶
func (o *PutProcessautomationTriggerNotFound) String() string
type PutProcessautomationTriggerOK ¶
PutProcessautomationTriggerOK describes a response with status code 200, with default header values.
successful operation
func NewPutProcessautomationTriggerOK ¶
func NewPutProcessautomationTriggerOK() *PutProcessautomationTriggerOK
NewPutProcessautomationTriggerOK creates a PutProcessautomationTriggerOK with default headers values
func (*PutProcessautomationTriggerOK) Error ¶
func (o *PutProcessautomationTriggerOK) Error() string
func (*PutProcessautomationTriggerOK) GetPayload ¶
func (o *PutProcessautomationTriggerOK) GetPayload() *models.Trigger
func (*PutProcessautomationTriggerOK) IsClientError ¶
func (o *PutProcessautomationTriggerOK) IsClientError() bool
IsClientError returns true when this put processautomation trigger o k response has a 4xx status code
func (*PutProcessautomationTriggerOK) IsCode ¶
func (o *PutProcessautomationTriggerOK) IsCode(code int) bool
IsCode returns true when this put processautomation trigger o k response a status code equal to that given
func (*PutProcessautomationTriggerOK) IsRedirect ¶
func (o *PutProcessautomationTriggerOK) IsRedirect() bool
IsRedirect returns true when this put processautomation trigger o k response has a 3xx status code
func (*PutProcessautomationTriggerOK) IsServerError ¶
func (o *PutProcessautomationTriggerOK) IsServerError() bool
IsServerError returns true when this put processautomation trigger o k response has a 5xx status code
func (*PutProcessautomationTriggerOK) IsSuccess ¶
func (o *PutProcessautomationTriggerOK) IsSuccess() bool
IsSuccess returns true when this put processautomation trigger o k response has a 2xx status code
func (*PutProcessautomationTriggerOK) String ¶
func (o *PutProcessautomationTriggerOK) String() string
type PutProcessautomationTriggerParams ¶
type PutProcessautomationTriggerParams struct { /* Body. Input to update Trigger. (topicName cannot be updated, a new trigger must be created to use a new topicName) */ Body *models.UpdateTriggerRequest /* TriggerID. triggerId */ TriggerID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
PutProcessautomationTriggerParams contains all the parameters to send to the API endpoint
for the put processautomation trigger operation. Typically these are written to a http.Request.
func NewPutProcessautomationTriggerParams ¶
func NewPutProcessautomationTriggerParams() *PutProcessautomationTriggerParams
NewPutProcessautomationTriggerParams creates a new PutProcessautomationTriggerParams 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 NewPutProcessautomationTriggerParamsWithContext ¶
func NewPutProcessautomationTriggerParamsWithContext(ctx context.Context) *PutProcessautomationTriggerParams
NewPutProcessautomationTriggerParamsWithContext creates a new PutProcessautomationTriggerParams object with the ability to set a context for a request.
func NewPutProcessautomationTriggerParamsWithHTTPClient ¶
func NewPutProcessautomationTriggerParamsWithHTTPClient(client *http.Client) *PutProcessautomationTriggerParams
NewPutProcessautomationTriggerParamsWithHTTPClient creates a new PutProcessautomationTriggerParams object with the ability to set a custom HTTPClient for a request.
func NewPutProcessautomationTriggerParamsWithTimeout ¶
func NewPutProcessautomationTriggerParamsWithTimeout(timeout time.Duration) *PutProcessautomationTriggerParams
NewPutProcessautomationTriggerParamsWithTimeout creates a new PutProcessautomationTriggerParams object with the ability to set a timeout on a request.
func (*PutProcessautomationTriggerParams) SetBody ¶
func (o *PutProcessautomationTriggerParams) SetBody(body *models.UpdateTriggerRequest)
SetBody adds the body to the put processautomation trigger params
func (*PutProcessautomationTriggerParams) SetContext ¶
func (o *PutProcessautomationTriggerParams) SetContext(ctx context.Context)
SetContext adds the context to the put processautomation trigger params
func (*PutProcessautomationTriggerParams) SetDefaults ¶
func (o *PutProcessautomationTriggerParams) SetDefaults()
SetDefaults hydrates default values in the put processautomation trigger params (not the query body).
All values with no default are reset to their zero value.
func (*PutProcessautomationTriggerParams) SetHTTPClient ¶
func (o *PutProcessautomationTriggerParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the put processautomation trigger params
func (*PutProcessautomationTriggerParams) SetTimeout ¶
func (o *PutProcessautomationTriggerParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the put processautomation trigger params
func (*PutProcessautomationTriggerParams) SetTriggerID ¶
func (o *PutProcessautomationTriggerParams) SetTriggerID(triggerID string)
SetTriggerID adds the triggerId to the put processautomation trigger params
func (*PutProcessautomationTriggerParams) WithBody ¶
func (o *PutProcessautomationTriggerParams) WithBody(body *models.UpdateTriggerRequest) *PutProcessautomationTriggerParams
WithBody adds the body to the put processautomation trigger params
func (*PutProcessautomationTriggerParams) WithContext ¶
func (o *PutProcessautomationTriggerParams) WithContext(ctx context.Context) *PutProcessautomationTriggerParams
WithContext adds the context to the put processautomation trigger params
func (*PutProcessautomationTriggerParams) WithDefaults ¶
func (o *PutProcessautomationTriggerParams) WithDefaults() *PutProcessautomationTriggerParams
WithDefaults hydrates default values in the put processautomation trigger params (not the query body).
All values with no default are reset to their zero value.
func (*PutProcessautomationTriggerParams) WithHTTPClient ¶
func (o *PutProcessautomationTriggerParams) WithHTTPClient(client *http.Client) *PutProcessautomationTriggerParams
WithHTTPClient adds the HTTPClient to the put processautomation trigger params
func (*PutProcessautomationTriggerParams) WithTimeout ¶
func (o *PutProcessautomationTriggerParams) WithTimeout(timeout time.Duration) *PutProcessautomationTriggerParams
WithTimeout adds the timeout to the put processautomation trigger params
func (*PutProcessautomationTriggerParams) WithTriggerID ¶
func (o *PutProcessautomationTriggerParams) WithTriggerID(triggerID string) *PutProcessautomationTriggerParams
WithTriggerID adds the triggerID to the put processautomation trigger params
func (*PutProcessautomationTriggerParams) WriteToRequest ¶
func (o *PutProcessautomationTriggerParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PutProcessautomationTriggerReader ¶
type PutProcessautomationTriggerReader struct {
// contains filtered or unexported fields
}
PutProcessautomationTriggerReader is a Reader for the PutProcessautomationTrigger structure.
func (*PutProcessautomationTriggerReader) ReadResponse ¶
func (o *PutProcessautomationTriggerReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PutProcessautomationTriggerRequestEntityTooLarge ¶
PutProcessautomationTriggerRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewPutProcessautomationTriggerRequestEntityTooLarge ¶
func NewPutProcessautomationTriggerRequestEntityTooLarge() *PutProcessautomationTriggerRequestEntityTooLarge
NewPutProcessautomationTriggerRequestEntityTooLarge creates a PutProcessautomationTriggerRequestEntityTooLarge with default headers values
func (*PutProcessautomationTriggerRequestEntityTooLarge) Error ¶
func (o *PutProcessautomationTriggerRequestEntityTooLarge) Error() string
func (*PutProcessautomationTriggerRequestEntityTooLarge) GetPayload ¶
func (o *PutProcessautomationTriggerRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*PutProcessautomationTriggerRequestEntityTooLarge) IsClientError ¶
func (o *PutProcessautomationTriggerRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this put processautomation trigger request entity too large response has a 4xx status code
func (*PutProcessautomationTriggerRequestEntityTooLarge) IsCode ¶
func (o *PutProcessautomationTriggerRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this put processautomation trigger request entity too large response a status code equal to that given
func (*PutProcessautomationTriggerRequestEntityTooLarge) IsRedirect ¶
func (o *PutProcessautomationTriggerRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this put processautomation trigger request entity too large response has a 3xx status code
func (*PutProcessautomationTriggerRequestEntityTooLarge) IsServerError ¶
func (o *PutProcessautomationTriggerRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this put processautomation trigger request entity too large response has a 5xx status code
func (*PutProcessautomationTriggerRequestEntityTooLarge) IsSuccess ¶
func (o *PutProcessautomationTriggerRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this put processautomation trigger request entity too large response has a 2xx status code
func (*PutProcessautomationTriggerRequestEntityTooLarge) String ¶
func (o *PutProcessautomationTriggerRequestEntityTooLarge) String() string
type PutProcessautomationTriggerRequestTimeout ¶
PutProcessautomationTriggerRequestTimeout describes a response with status code 408, with default header values.
The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.
func NewPutProcessautomationTriggerRequestTimeout ¶
func NewPutProcessautomationTriggerRequestTimeout() *PutProcessautomationTriggerRequestTimeout
NewPutProcessautomationTriggerRequestTimeout creates a PutProcessautomationTriggerRequestTimeout with default headers values
func (*PutProcessautomationTriggerRequestTimeout) Error ¶
func (o *PutProcessautomationTriggerRequestTimeout) Error() string
func (*PutProcessautomationTriggerRequestTimeout) GetPayload ¶
func (o *PutProcessautomationTriggerRequestTimeout) GetPayload() *models.ErrorBody
func (*PutProcessautomationTriggerRequestTimeout) IsClientError ¶
func (o *PutProcessautomationTriggerRequestTimeout) IsClientError() bool
IsClientError returns true when this put processautomation trigger request timeout response has a 4xx status code
func (*PutProcessautomationTriggerRequestTimeout) IsCode ¶
func (o *PutProcessautomationTriggerRequestTimeout) IsCode(code int) bool
IsCode returns true when this put processautomation trigger request timeout response a status code equal to that given
func (*PutProcessautomationTriggerRequestTimeout) IsRedirect ¶
func (o *PutProcessautomationTriggerRequestTimeout) IsRedirect() bool
IsRedirect returns true when this put processautomation trigger request timeout response has a 3xx status code
func (*PutProcessautomationTriggerRequestTimeout) IsServerError ¶
func (o *PutProcessautomationTriggerRequestTimeout) IsServerError() bool
IsServerError returns true when this put processautomation trigger request timeout response has a 5xx status code
func (*PutProcessautomationTriggerRequestTimeout) IsSuccess ¶
func (o *PutProcessautomationTriggerRequestTimeout) IsSuccess() bool
IsSuccess returns true when this put processautomation trigger request timeout response has a 2xx status code
func (*PutProcessautomationTriggerRequestTimeout) String ¶
func (o *PutProcessautomationTriggerRequestTimeout) String() string
type PutProcessautomationTriggerServiceUnavailable ¶
type PutProcessautomationTriggerServiceUnavailable struct {
}PutProcessautomationTriggerServiceUnavailable describes a response with status code 503, with default header values.
Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).
func NewPutProcessautomationTriggerServiceUnavailable ¶
func NewPutProcessautomationTriggerServiceUnavailable() *PutProcessautomationTriggerServiceUnavailable
NewPutProcessautomationTriggerServiceUnavailable creates a PutProcessautomationTriggerServiceUnavailable with default headers values
func (*PutProcessautomationTriggerServiceUnavailable) Error ¶
func (o *PutProcessautomationTriggerServiceUnavailable) Error() string
func (*PutProcessautomationTriggerServiceUnavailable) GetPayload ¶
func (o *PutProcessautomationTriggerServiceUnavailable) GetPayload() *models.ErrorBody
func (*PutProcessautomationTriggerServiceUnavailable) IsClientError ¶
func (o *PutProcessautomationTriggerServiceUnavailable) IsClientError() bool
IsClientError returns true when this put processautomation trigger service unavailable response has a 4xx status code
func (*PutProcessautomationTriggerServiceUnavailable) IsCode ¶
func (o *PutProcessautomationTriggerServiceUnavailable) IsCode(code int) bool
IsCode returns true when this put processautomation trigger service unavailable response a status code equal to that given
func (*PutProcessautomationTriggerServiceUnavailable) IsRedirect ¶
func (o *PutProcessautomationTriggerServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this put processautomation trigger service unavailable response has a 3xx status code
func (*PutProcessautomationTriggerServiceUnavailable) IsServerError ¶
func (o *PutProcessautomationTriggerServiceUnavailable) IsServerError() bool
IsServerError returns true when this put processautomation trigger service unavailable response has a 5xx status code
func (*PutProcessautomationTriggerServiceUnavailable) IsSuccess ¶
func (o *PutProcessautomationTriggerServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this put processautomation trigger service unavailable response has a 2xx status code
func (*PutProcessautomationTriggerServiceUnavailable) String ¶
func (o *PutProcessautomationTriggerServiceUnavailable) String() string
type PutProcessautomationTriggerTooManyRequests ¶
PutProcessautomationTriggerTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewPutProcessautomationTriggerTooManyRequests ¶
func NewPutProcessautomationTriggerTooManyRequests() *PutProcessautomationTriggerTooManyRequests
NewPutProcessautomationTriggerTooManyRequests creates a PutProcessautomationTriggerTooManyRequests with default headers values
func (*PutProcessautomationTriggerTooManyRequests) Error ¶
func (o *PutProcessautomationTriggerTooManyRequests) Error() string
func (*PutProcessautomationTriggerTooManyRequests) GetPayload ¶
func (o *PutProcessautomationTriggerTooManyRequests) GetPayload() *models.ErrorBody
func (*PutProcessautomationTriggerTooManyRequests) IsClientError ¶
func (o *PutProcessautomationTriggerTooManyRequests) IsClientError() bool
IsClientError returns true when this put processautomation trigger too many requests response has a 4xx status code
func (*PutProcessautomationTriggerTooManyRequests) IsCode ¶
func (o *PutProcessautomationTriggerTooManyRequests) IsCode(code int) bool
IsCode returns true when this put processautomation trigger too many requests response a status code equal to that given
func (*PutProcessautomationTriggerTooManyRequests) IsRedirect ¶
func (o *PutProcessautomationTriggerTooManyRequests) IsRedirect() bool
IsRedirect returns true when this put processautomation trigger too many requests response has a 3xx status code
func (*PutProcessautomationTriggerTooManyRequests) IsServerError ¶
func (o *PutProcessautomationTriggerTooManyRequests) IsServerError() bool
IsServerError returns true when this put processautomation trigger too many requests response has a 5xx status code
func (*PutProcessautomationTriggerTooManyRequests) IsSuccess ¶
func (o *PutProcessautomationTriggerTooManyRequests) IsSuccess() bool
IsSuccess returns true when this put processautomation trigger too many requests response has a 2xx status code
func (*PutProcessautomationTriggerTooManyRequests) String ¶
func (o *PutProcessautomationTriggerTooManyRequests) String() string
type PutProcessautomationTriggerUnauthorized ¶
type PutProcessautomationTriggerUnauthorized struct {
}PutProcessautomationTriggerUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewPutProcessautomationTriggerUnauthorized ¶
func NewPutProcessautomationTriggerUnauthorized() *PutProcessautomationTriggerUnauthorized
NewPutProcessautomationTriggerUnauthorized creates a PutProcessautomationTriggerUnauthorized with default headers values
func (*PutProcessautomationTriggerUnauthorized) Error ¶
func (o *PutProcessautomationTriggerUnauthorized) Error() string
func (*PutProcessautomationTriggerUnauthorized) GetPayload ¶
func (o *PutProcessautomationTriggerUnauthorized) GetPayload() *models.ErrorBody
func (*PutProcessautomationTriggerUnauthorized) IsClientError ¶
func (o *PutProcessautomationTriggerUnauthorized) IsClientError() bool
IsClientError returns true when this put processautomation trigger unauthorized response has a 4xx status code
func (*PutProcessautomationTriggerUnauthorized) IsCode ¶
func (o *PutProcessautomationTriggerUnauthorized) IsCode(code int) bool
IsCode returns true when this put processautomation trigger unauthorized response a status code equal to that given
func (*PutProcessautomationTriggerUnauthorized) IsRedirect ¶
func (o *PutProcessautomationTriggerUnauthorized) IsRedirect() bool
IsRedirect returns true when this put processautomation trigger unauthorized response has a 3xx status code
func (*PutProcessautomationTriggerUnauthorized) IsServerError ¶
func (o *PutProcessautomationTriggerUnauthorized) IsServerError() bool
IsServerError returns true when this put processautomation trigger unauthorized response has a 5xx status code
func (*PutProcessautomationTriggerUnauthorized) IsSuccess ¶
func (o *PutProcessautomationTriggerUnauthorized) IsSuccess() bool
IsSuccess returns true when this put processautomation trigger unauthorized response has a 2xx status code
func (*PutProcessautomationTriggerUnauthorized) String ¶
func (o *PutProcessautomationTriggerUnauthorized) String() string
type PutProcessautomationTriggerUnsupportedMediaType ¶
PutProcessautomationTriggerUnsupportedMediaType describes a response with status code 415, with default header values.
Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.
func NewPutProcessautomationTriggerUnsupportedMediaType ¶
func NewPutProcessautomationTriggerUnsupportedMediaType() *PutProcessautomationTriggerUnsupportedMediaType
NewPutProcessautomationTriggerUnsupportedMediaType creates a PutProcessautomationTriggerUnsupportedMediaType with default headers values
func (*PutProcessautomationTriggerUnsupportedMediaType) Error ¶
func (o *PutProcessautomationTriggerUnsupportedMediaType) Error() string
func (*PutProcessautomationTriggerUnsupportedMediaType) GetPayload ¶
func (o *PutProcessautomationTriggerUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*PutProcessautomationTriggerUnsupportedMediaType) IsClientError ¶
func (o *PutProcessautomationTriggerUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this put processautomation trigger unsupported media type response has a 4xx status code
func (*PutProcessautomationTriggerUnsupportedMediaType) IsCode ¶
func (o *PutProcessautomationTriggerUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this put processautomation trigger unsupported media type response a status code equal to that given
func (*PutProcessautomationTriggerUnsupportedMediaType) IsRedirect ¶
func (o *PutProcessautomationTriggerUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this put processautomation trigger unsupported media type response has a 3xx status code
func (*PutProcessautomationTriggerUnsupportedMediaType) IsServerError ¶
func (o *PutProcessautomationTriggerUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this put processautomation trigger unsupported media type response has a 5xx status code
func (*PutProcessautomationTriggerUnsupportedMediaType) IsSuccess ¶
func (o *PutProcessautomationTriggerUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this put processautomation trigger unsupported media type response has a 2xx status code
func (*PutProcessautomationTriggerUnsupportedMediaType) String ¶
func (o *PutProcessautomationTriggerUnsupportedMediaType) String() string
Source Files
¶
- delete_processautomation_trigger_parameters.go
- delete_processautomation_trigger_responses.go
- get_processautomation_trigger_parameters.go
- get_processautomation_trigger_responses.go
- get_processautomation_triggers_parameters.go
- get_processautomation_triggers_responses.go
- get_processautomation_triggers_topics_parameters.go
- get_processautomation_triggers_topics_responses.go
- post_processautomation_trigger_test_swagger_parameters.go
- post_processautomation_trigger_test_swagger_responses.go
- post_processautomation_triggers_parameters.go
- post_processautomation_triggers_responses.go
- post_processautomation_triggers_topic_test_swagger_parameters.go
- post_processautomation_triggers_topic_test_swagger_responses.go
- process_automation_client.go
- put_processautomation_trigger_parameters.go
- put_processautomation_trigger_responses.go